@charset "UTF-8";
/* CSS Document */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('../Fonts/lato-v23-latin-300.woff2') format('woff2'), 
	  			url('../Fonts/lato-v23-latin-300.woff') format('woff');
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''), url('../Fonts/lato-v23-latin-300italic.woff2') format('woff2'),
	  url('../Fonts/lato-v23-latin-300italic.woff') format('woff');
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../Fonts/lato-v23-latin-regular.woff2') format('woff2'), 
	  url('../Fonts/lato-v23-latin-regular.woff') format('woff');
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('../Fonts/lato-v23-latin-italic.woff2') format('woff2'), 
	  url('../Fonts/lato-v23-latin-italic.woff') format('woff'); 
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../Fonts/lato-v23-latin-700.woff2') format('woff2'), 
	  url('../Fonts/lato-v23-latin-700.woff') format('woff');
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('../Fonts/lato-v23-latin-700italic.woff2') format('woff2'), 
	  url('../Fonts/lato-v23-latin-700italic.woff') format('woff');
}
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
b, strong {
  font-weight: 700;
}
p, ul {
  font-size: 1.5rem;
}
.impressum p {
  font-size: 1.25rem;
}
.h1, h1, h2, .h2 {
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.h3, h3 {
  color: #D9C18D;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
  .h2, h2 {
    font-size: 2.0rem;
  }
  .h3, h3 {
    font-size: 1.875rem;
  }
}
h2.underline::after {
  content: '';
  display: block;
  height: 3px;
  background-color: #D9C18D;
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 576px) {
  p, ul {
    font-size: 1.25rem;
  }
  .h1, h1, .h2, h2 {
    font-size: 1.8rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D9C18D;
  --bs-btn-border-color: #D9C18D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EAD099;
  --bs-btn-hover-border-color: #EAD099;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EAD099;
  --bs-btn-active-border-color: #EAD099;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #EAD099;
  --bs-btn-disabled-border-color: #EAD099;
}
.btn {
  --bs-btn-font-size: 1.5rem;
  --bs-btn-font-weight: 400;
  --bs-btn-border-radius: 0rem;
  margin-top: 10px;
}
:root {
  --bs-link-color: #333;
  --bs-link-hover-color: #000;
}
.img-rund {
  border-radius: 100%;
}
@media (max-width: 576px) {
  .img-rund {
    border-radius: inherit;
  }
}
header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  header {
    margin-bottom: 100px;
  }
}
section {
  margin-bottom: 100px;
}
section.galerie {
  margin-bottom: 50px;
}
.top {
  margin-bottom: 40px;
}
@media (min-width: 375px) {
  section {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  section {
    margin-bottom: 120px;
  }
}

.frame-space-after-large { margin-bottom: 100px;}
.frame-space-before-large { margin-top: 100px;}
@media (min-width: 375px) {
  .frame-space-before-large { margin-top: 80px;}
  .frame-space-after-large { margin-bottom: 80px;}
}
@media (min-width: 1200px) {
  .frame-space-before-large { margin-top: 120px;}
  .frame-space-after-large { margin-bottom: 120px;}
}
.frame-space-after-medium {margin-bottom:46px;}
.frame-space-before-medium {margin-top:46px;}
.frame-space-after-small {margin-bottom:25px!important;}
.frame-space-before-small {margin-top:25px;}

/*HEADER NAV*/
.navbar-nav {
  width: 100%;
}
.navbar-brand img {
  width: 200px;
  height: auto;
}
.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: auto;
  font-size: 1.25rem;
}
.navbar {
  --bs-navbar-color: #333;
  --bs-navbar-hover-color: #D1BA88;
  --bs-navbar-active-color: #D1BA88;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28150, 110, 55, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-font-size: 1.5rem;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link.active {
  font-weight: 700;
}
.slider {
  position: relative;
}
.slidertext {
  position: absolute;
  right: 0;
  left: 15%;
  bottom: 0;
  top: 50px;
  height: auto;
  z-index: 2;
  display: none;
}
@media (min-width: 576px) {
  .slidertext {
    display: block;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .slidertext {
    top: 50px;
  }
}
.slidertext h2 {
  color: #966E2C;
  font-size: 1.5rem;
  display: table;
  background-color: rgba(255, 255, 255, 0.80);
  padding: 10px 20px 10px 20px;
}
.carousel-indicators [data-bs-target] {
  background-color: #D1BA88;
}
.carousel-item img {
  object-fit: cover;
}
.headerfoto img {
  min-height: 220px;
  object-fit: cover;
  max-height: 450px;
  width: 100%;
}

@media (max-width:576px) {
  .headerfoto img {
    min-height: 220px;
    object-fit: cover;
    object-position: -30px;
  }
  .carousel-item img {
    height:220px;
  }
}

/*CONTENT*/

.teaser {
  position: relative;
  margin-bottom: 15px;
}
.teaser .teaser_bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.50);
  width: calc(100% - 24px);
  height: 25%;
  bottom: 0;
  left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser .teaser_bg p {
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .teaser .teaser_bg p {
    font-size: 1.25rem;
  }
}
.headline {
  position: relative;
}
.headline .schaf {
  position: absolute;
  top: -80px;
  left: 40px;
  width: 160px;
  display: none;
}
.headline .schaf-rechts {
  position: absolute;
  top: -80px;
  right: 40px;
  width: 160px;
  display: none;
}
@media (min-width: 768px) {
  .headline .schaf {
    display: block;
    left: 0px;
  }
  .headline .schaf-rechts {
    display: block;
    right: 0px;
  }
}
@media (min-width: 992px) {
  .headline .schaf {
    display: block;
    left: 40px;
  }
  .headline .schaf-rechts {
    display: block;
    right: 40px;
  }
}

.cce-gallery { 
    margin-bottom: 0; 
}

.cce-gallery .gallery-bordered {
  margin-bottom: 60px;
}
.cce-gallery .gallery-bordered .gallery-item {
  border-right: 1rem solid #D9C18D;
}
.cce-gallery .gallery-bordered .gallery-item:last-child {
  border-right: 1rem solid transparent;
}
@media (max-width: 767px) {
  .cce-gallery .gallery-bordered .gallery-item {
    border: none;
    margin-bottom: 10px
  }
  .cce-gallery .gallery-bordered .gallery-item:last-child {
    border: none;
    margin-bottom: 0px
  }
}
.cce-gallery .gallery-bordered  .gallery-item.col-md-4 img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}

.cce-gallery .gallery-bordered  .gallery-item.col-md-6 img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}

.cce-gallery .headline {
  margin-bottom: 40px;
}

.cce-gallery .gallery-item.col-md-4 img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}
.cce-gallery .gallery-item.col-md-3 img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}
.cce-gallery .row.g-3 {
  margin-bottom: 1rem;
}

.top a {
  color: #D1BA88;
  font-size: 1.125rem;
  text-decoration: none;
}
.top a::before {
  content: url('../Images/top_pfeil.png');
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.adressen img {
  width: 100%;
  max-height: 250px;
}
.stellen h2 {
  margin-bottom: 2.875rem;
}
.stellen h3 {
  margin-top: 2.875rem;
}
form {
  background-color: #D9C18D;
  padding: 60px 120px 60px 120px;
  margin-bottom: 1.875rem;
}

@media (max-width: 992px) {
  form {padding: 20px 40px 20px 40px;}
}

div#kontakt-7 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

form h2 {text-align:center;margin-bottom:30px;}
form p {font-size:1rem;}
form label.control-label {display:none;}
form .input {margin-bottom:30px;}
form .btn.btn-primary {border:2px solid #333;color:#333;font-size:1.0rem;font-weight:700;}
form .btn-toolbar {justify-content: center;}

/*FOOTER*/

footer {
  background-color: #D9C18D;
}
footer .footerinner_top {
  padding: 50px 0 40px 0;
}
footer .footerinner_top .footerheadline img {
  max-width: 400px;
  height: auto;
  margin-bottom: 10px;
}
footer .footerinner_bottom {
  border-top: 1px solid #866D35;
}
footer .footerinner_bottom a.nav-link {
  font-size: 1.25rem
}

/*POWERMAIL*/
.tx-powermail {
  background-color:#D9C18D;
}

legend {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  text-align:center;
  font-size:2rem;
  font-weight:700;
  margin-bottom: 30px;
}
.powermail_fieldwrap {
  margin-bottom:20px;
}

ul.powermail-errors-list {
  font-size:1rem;
}

.powermail_fieldwrap_type_submit .col-sm-12.col-sm-offset-2 {
  display: flex;
  justify-content: center;
}

.powermail_create p {
  text-align: center
}