/* https://gwfh.mranftl.com/fonts/barlow-semi-condensed?subsets=latin */
/* barlow-semi-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/barlow-semi-condensed-v14-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	   url('../fonts/barlow-semi-condensed-v14-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-semi-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/barlow-semi-condensed-v14-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	   url('../fonts/barlow-semi-condensed-v14-latin-300italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-semi-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-semi-condensed-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	   url('../fonts/barlow-semi-condensed-v14-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-semi-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-semi-condensed-v14-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	   url('../fonts/barlow-semi-condensed-v14-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {
	font-family: 'Barlow Semi Condensed','Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
  color: #5a5b5c;
}

.font-50 {font-size:50px !important; line-height:60px !important; color:#bd9e82; }

.color-primary { color:#bd9e82; }

.bg-light {
  background-color: #F9F9F9;
}
.ocker-light-bg {
  background-color: rgba(189, 158, 130, 1);
  
}

.navbar {
	min-height: 100px;
}

@media (max-width: 1024px) {
  .hamb-mob-icon {
    padding: 44px 17px 42px 5px;
    }
}    

/* Titelbild */ 


.title-bg-img {
  background-position: 50% 50%;
background-size: cover;
width: 100%;
display: block;
position: relative;
background-size: cover;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
background-repeat: no-repeat;
}

.sm-content-cont {
  height: 450px;
}

.opacity-scroll2 .title-fs-45 { text-align: center; }

@media only screen and (max-width: 767px) {
  .sm-content-cont {
    height: 250px;
    }
}


#main-menu .navbar .nav > li > a {
	font-size: 18px;
	color: #bd9e82;
	font-weight: 500;
	padding: 50px 3px 5px 3px;
}

.header-1 #main-menu .navbar .nav > li.current > a {
	padding: 50px 3px 5px 3px;
	color: #d8c1ad;
	border-bottom: 2px solid #d8c1ad;
}

.affix.header-1 #main-menu .navbar .nav > li > a,
.affix.header-1 #main-menu .navbar .nav > li.current > a {
  padding: 50px 3px 5px 3px;

} 

.logo-img {
	height: 100px;
}

.header.no-transparent .logo-2 {
	padding: 10px 0 9px 0;
}


#vertical-align-center .row > div {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.section-title-ah {
  margin:0;
  padding:25px 25px 27px 0px;
  font-family: 'Barlow Semi Condensed','Open Sans', Arial, Helvetica, sans-serif;
  font-weight:300;
  font-size:30px;
  line-height:30px;
  color:#4b4e53; 
}

.fes2-main-text-cont {
  padding: 0px 50px 0px 50px;
}

.ads-img-cont {
padding-top: 0px;
padding-bottom: 20px;
}

.fes4-cont {
  padding-top: 70px;
}

.float-right { float: right; }
.float-right:after { clear: right; }


.image-rounded {
  border-radius: 3px;
}

.equal-height-550 { height: 550px; }
.equal-height-650 { height: 650px; }

.ah-copyright { font-size: 15px; }

@media (max-width: 767px) {
.ads-img-cont { padding: 0!important; }

.text-xs-left { text-align: left!important; }

.float-xs-left { float: left; }
.float-xs-left:after { clear: left; }

.ml-xs-10 {margin-left:10px !important}

}
