/* merriweather-sans-300 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/merriweather-sans-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-sans-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-sans-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-sans-v22-latin-300.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}

/* merriweather-sans-regular - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-sans-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-sans-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-sans-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-sans-v22-latin-regular.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}

/* merriweather-sans-700 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-sans-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-sans-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-sans-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-sans-v22-latin-700.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}

/* merriweather-sans-800 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/merriweather-sans-v22-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-sans-v22-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-sans-v22-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-sans-v22-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-sans-v22-latin-800.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}


/* Pottlaender Style */

body {
  font-family: 'Merriweather Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
}

p {
  margin: 20px 0;
}

/* Navigation */

#mainNav {
  background-color: rgba(12, 13, 20, 1);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-scrolled {
	background-color: rgba(12, 13, 20, 1);
}

#mainNav .navbar-toggler {
  font-size: 1.5rem;
  color: rgba(212, 173, 125, 0.8);
  border-style: none;
  outline: 0;
}

#mainNav .navbar-text a {
  color: rgba(212, 173, 125, 0.8);
}

#mainNav .navbar-brand {
  color: rgba(212, 173, 125, 0.8);
}

#mainNav .navbar-brand img {
  height: 50px;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: rgba(212, 173, 125, 1);
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0 2px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(212, 173, 125, 0.8);
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgba(212, 173, 125, 1);
}



/* JUGENDSCHUTZ */

.modal-body {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
}

.modal-body img {
  max-height: 20vh;
  max-width: 100%;
}

.modal-body button {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: rgba(212, 173, 125, 0.8);
  padding: 10px 20px;
  margin: 40px 5px 40px 5px;
}

#cookie-hinweis {
  font-size: 0.8rem;
}

.modal-body a {
  color: rgba(212, 173, 125, 0.8);
}

.modal-body a:hover {
  color: rgba(212, 173, 125, 0.8);
}



/* INDEX */

#index-header {
  background-image: url("../img/index_header.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: 76px;
  min-height: calc(100vh - 96px);
}

#index-header img {
  max-height: 80vh;
  max-width: 100%;
}

#index-header-echt-lecker {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0;
}

#index-logo {
  padding: 80px 0 0 0;
}

#index-logo img {
  max-height: 40vh;
  max-width: 100%;
}

#index-einleitung {
  padding: 0 0 80px 0;
}

#index-gallery {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(12, 13, 20, 1);
  padding: 80px 0 80px 0;
}

#index-gallery .container-fluid {
  max-width: 1920px;
  padding: 0;
}

#index-gallery .container-fluid .gallery-box {
  position: relative;
  display: block;
}

#index-gallery .container-fluid .gallery-box .gallery-box-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #e1dcdb;
  background: rgba(12, 13, 20, 0.8);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
}

#index-gallery .container-fluid .gallery-box .gallery-box-caption .gallery-category {
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
}

#index-gallery .container-fluid .gallery-box .gallery-box-caption .gallery-name {
  font-size: 3rem;
}

#index-gallery .container-fluid .gallery-box:hover .gallery-box-caption {
  opacity: 1;
}



/* BRAUKURS */

#braukurs-header {
  background-image: url("../img/braukurs_header.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: 76px;
  height: calc(100vh - 96px);
}

#braukurs {
  padding: 0 0 80px 0;
}

#braukurs h1 {
  font-size: 3rem;
  padding: 120px 0 80px 0;
}

#braukurs img {
  max-height: 70px;
  margin: 40px 0 40px 0;
}

#braukurs h2 {
  font-size: 2.5rem;
  padding: 80px 0 40px 0;
}

#braukurs-termine {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 20px 0 60px 0;
}

#braukurs button {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: rgba(212, 173, 125, 0.8);
  padding: 10px 30px;
  margin: 60px 0 40px 0;
}


/* BIERTASTING */

#biertasting-header {
  background-image: url("../img/biertasting_header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 76px;
  height: calc(100vh - 96px);
}

#biertasting {
  padding: 0 0 80px 0;
}

#biertasting h1 {
  font-size: 3rem;
  padding: 120px 0 80px 0;
}

#biertasting img {
  max-height: 100px;
  margin: 40px 0 40px 0;
}

#biertasting h2 {
  font-size: 2.5rem;
  padding: 80px 0 40px 0;
}

#biertasting .termin-header {
  font-size: 1.25rem;
  padding: 40px 0 0 0;
}

#biertasting .bold {
  font-weight: 700;
}

#biertasting .termin-thema {
  padding: 0 0 40px 0;
}

#biertasting .termin-button {
  /* padding: 120px 0 20px 0; */
  padding: 0px 0 20px 0;
}

#biertasting-termin-button {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: rgba(212, 173, 125, 0.8);
  padding: 10px 30px;
  margin: 20px 0 40px 0;
}


/* WHISKYTASTING */

#whiskytasting-header {
  background-image: url("../img/whiskytasting_header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 76px;
  height: calc(100vh - 96px);
}

#whiskytasting {
  padding: 0 0 80px 0;
}

#whiskytasting h1 {
  font-size: 3rem;
  padding: 120px 0 80px 0;
}

#whiskytasting img {
  max-height: 100px;
  margin: 40px 0 40px 0;
}

#whiskytasting h2 {
  font-size: 2.5rem;
  padding: 80px 0 40px 0;
}

#whiskytasting .termin-header {
  font-size: 1.25rem;
  padding: 40px 0 0 0;
}

#whiskytasting .bold {
  font-weight: 700;
}

#whiskytasting .termin-thema {
  padding: 0 0 40px 0;
}

#whiskytasting .termin-button {
  /* padding: 120px 0 20px 0; */
  padding: 0px 0 20px 0;
}

#whiskytasting-termin-button {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: rgba(212, 173, 125, 0.8);
  padding: 10px 30px;
  margin: 60px 0 40px 0;
}


/* LOHNBRAUEN */

#lohnbrauen-header {
  background-image: url("../img/lohnbrauen_header.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: 76px;
  height: calc(100vh - 96px);
}

#lohnbrauen {
  padding: 0 0 80px 0;
}

#lohnbrauen h1 {
  font-size: 3rem;
  padding: 120px 0 80px 0;
}

#lohnbrauen button {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: rgba(212, 173, 125, 0.8);
  padding: 10px 30px;
  margin: 60px 0 40px 0;
}


/* KONTAKT */

#kontakt {
  margin: 100px 0 60px 0;
}

#kontakt h1 {
  text-align: center;
  font-size: 3rem;
  padding: 80px 0 80px 0;
}

#kontakt h2 {
  text-align: center;
  font-size: 2.5rem;
  padding: 80px 0 80px 0;
}

#kontakt p {
  text-align: center;
}

#kontakt button {
  background-color: rgba(12, 13, 20, 1);
  color: rgba(212, 173, 125, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: rgba(212, 173, 125, 0.8);
  padding: 10px 30px;
  margin: 20px 0 20px 0;
}

#kontakt .form-check-label {
  color: rgba(212, 173, 125, 0.8);
}

#kontakt a {
  color: rgba(212, 173, 125, 0.8);
}

#kontakt a:hover {
  color: rgba(212, 173, 125, 0.8);
}


/* MESSAGE */

#message a {
  color: rgba(212, 173, 125, 0.8);
}

#message a:hover {
  color: rgba(212, 173, 125, 0.8);
}


/* DATENSCHUTZ */

#datenschutz {
  margin: 160px 0 60px 0;
}

#datenschutz h1 {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 60px;
}

#datenschutz h2 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#datenschutz a {
  font-weight: 700;
  overflow-wrap: break-word;
  color: rgba(212, 173, 125, 0.8);
}

#datenschutz a:hover {
  color: rgba(212, 173, 125, 0.8);
}

#datenschutz-quelle {
  font-size: 0.8rem;
  padding: 60px 0 0 0;
}


/* IMPRESSUM */

#impressum {
  margin: 160px 0 60px 0;
}

#impressum h1 {
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 40px;
}

#impressum h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 60px;
  padding-bottom: 30px;
}

#impressum a {
  color: rgba(212, 173, 125, 0.8);
}

#impressum a:hover {
  color: rgba(212, 173, 125, 0.8);
}


/* FOOTER */

footer {
  padding: 80px 0 20px 0;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
  color: rgba(212, 173, 125, 0.8);
}

footer i {
  font-size: 1.5rem;
  margin: 5px;
}

footer p {
  margin: 10px 0;
}

footer a {
  color: rgba(212, 173, 125, 0.8);
}

footer a:hover {
  color: rgba(212, 173, 125, 0.8);
}
