* {
  transition: all 0.4s ease-out;
}

.scrolldown {
  position: absolute;
  width: 24px;
  height: 24px;

  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.gradient{
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
  transition-timing-function: ease;


  transition-timing-function: cubic-bezier(0.50, 0.1, 0.50, 1);}
.whitebackground{

	background-color:white;
}
.imagemobilecontainer{
	display:block;
}
.slidemobile{


justify-self: flex-start; 	width:100%;

}

@media(max-width:992px){

	.kontaktinfo .text{

		height:126px !important;
	}
	 .block .email,.block .telefon{

		 font-size:16px !important;
	 }
}

@media(min-width:768px){

		.translatex{

							transform: translateX(30px);



		}

		.translatexright{

			transform: translateX(-30px)

		}

}

.zeroOpacity{

	opacity:0;

}

.fade-in {
	opacity: 1 !important;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}





.thewrapper{

	background-color:white;
	position:relative;
	z-index:9;
	padding-top:35px;
}


@media(max-width:768px){

	.thewrapper{


	padding-top:5px;
}

}

.overlayWhiteSlider{
	pointer-events: none;

	position:fixed;z-index:1; top:0; right:0px; left:0px; bottom:0px;
}

.spacerTop{
	height:100vh; width:100vw; z-index:-1;
}



.kartentext{

	text-align: center;
	padding-top:10px;
	font-size:14px;

}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background:   #0e5393 ;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


section.section-list li .fa {
  position: absolute;
  transform: translateX(-100%);
  top: 5px;
}




.background_grey {
  background-color: #F5F6F6; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  padding: 0px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: #303E47; }

* {
  outline: none; }

button:focus {
  outline: 0 !important; }

.pagination h2 {
  display: none; }

a:active {
  color:  #5d6866; }

a:focus {
  color:  #5d6866; }

#footer a:active,#footer a:focus,#footer a:visited{

	color:white !important;


}

.more a:visited{
		color:white !important;
background-color: #5d6866 !important;
}


a:hover {
  cursor: pointer; }

input:focus {
  outline: none; }

.cntr {
  position: absolute;
  display: inline-block;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10000; }


  .openerbtm {
  height: 50vh;
  width: 100%;
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  background-color: white;
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

  .openerbtm img{
	  max-width:400px;
  }

.wrapOpener {
  position: fixed;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 10000; }


  @media (max-width: 768px) {
    .wrapOpener {

       }

      .cntr {
  position: absolute;
  display: inline-block;
  left: 50%;
  text-align: center;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10000; }


      }

.zeroheight {
  height: 0;
  position: absolute;
  z-index: -1; }


  .openerbtm div {
    position: absolute;
    display: inline-block;
    left: 50%;
    text-align: center;
    top: 1px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.borderTopSlide {
  border-top: 6px solid   #0e5393 ; }

.opener {
  height: 50vh;
  max-height: 50vh;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background-color: white;
  border-bottom: 4px solid  #0e5393;
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.closedtop {
  height: 0px; }

.closedtop .cntr {
  animation: fadeOut ease 3s;
  -webkit-animation: fadeOut ease 3s;
  -moz-animation: fadeOut ease 3s;
  -o-animation: fadeOut ease 3s;

  -ms-animation: fadeOut ease 3s; }


  /** MOBILE INTRO **/


.cntrMobile {
  position: absolute;
  display: inline-block;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10000; }


  .openerbtmMobile {
  height: 50vh;
  width: 100%;
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  background-color: white;
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

  .openerbtmMobile img{
	  max-width:400px;
  }

.wrapOpenerMobile {
  position: fixed;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 10000; }


  @media (max-width: 768px) {
    .wrapOpenerMobile {

       }

      .cntrMobile {
  position: absolute;
  display: inline-block;
  left: 50.5%;
  text-align: center;
  top: 348px;

/*
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
*/
  z-index: 10000; }


      }

.zeroheightMobile {
  height: 0;
  position: absolute;
  z-index: -1; }


  .openerbtmMobile div {
	  display:inline-block;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 1px;
    top:10px;
/*
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
*/
     }

.borderTopSlideMobile {
  border-top: 6px solid   #0e5393 ; }

.openerMobile {
  height: 50vh;
  max-height: 50vh;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background-color: white;
  border-bottom: 0px solid  #0e5393;
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.closedtopMobile {
  height: 0px; }

.closedtopMobile .cntrMobile {
  animation: fadeOut ease 3s;
  -webkit-animation: fadeOut ease 3s;
  -moz-animation: fadeOut ease 3s;
  -o-animation: fadeOut ease 3s;

  -ms-animation: fadeOut ease 3s; }









@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }







.fullsize {
  height: 450px;
  width: 100%; }

:focus {
  outline: 0; }

h3.headline {
  color:  #5d6866;
  padding-bottom: 10px; }

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left; } }

@media (min-width: 992px) {
  .navbar-nav > li {
    float: left;
    padding-left: 10px !important;
    padding-right: 10px !important; } }

#wpfront-scroll-top-container {
  z-index: 99999 !important; }

#fhw_cookiehinweis {
  font-size: 16px !important;
  z-index: 11000 !important; }
  @media (max-width: 768px) {
    #fhw_cookiehinweis {
      padding-bottom: 20px;
      padding-top: 20px; } }
  #fhw_cookiehinweis p {
    max-width: 80%;
    margin: 0px auto; }
  #fhw_cookiehinweis button {
    margin-top: 10px; }

.mitglieder .profil {
  padding: 30px; }

.spacer {
  height: 100px; }

.social_media {
  text-align: right;
  color: white; }
  @media (max-width: 768px) {
    .social_media {
      padding-top: 16px; } }
  .social_media a {
    color: white;
    font-size: 24px; }

.slider-container {
  height: calc(100vh) !important;
  max-width: 100vw;
  overflow-x: hidden;
  margin-bottom: 60px; }

  .slider-container .slide {
    background-position: center center;
  }

.landscapeBlock {
  display: none; }
  .landscapeBlock div {
    position: absolute;
    display: inline-block;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

@media (orientation: landscape) {
  .landscapeBlock {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.99);
    display: block;
    z-index: 99999; } }

/*IMMOBILIEN*/

	.immobiliensuche h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center; }

@media(min-width:786px){

	.immobiliensuche h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center; }


}




input[type=button] {
  cursor: pointer !important; }

.FFestateview-default-details h3 {
  color:  #5d6866;
  font-size: 21px !important;
  padding-bottom: 32px;
  font-weight: bold; }

.FFestateview-default-details-agent {
  border: none;
  box-shadow: 0px 0px 16px #e6e6e6; }

.FFestateview-default-details-agent > div:first-child {
  border: none; }

.FFestateview-default-details-agent-contact {
  font-size: 14px; }

.FFestateview-default-details-content-details[data-column="2"] li {
  border-bottom: 1px solid #707070; }

.FFestateview-default-details-content-energyUsage ul li {
  border-bottom: 1px solid #707070; }

.FFestateview-default-details-content-energyUsage ul, .FFestateview-default-details-content-details ul {
  border: 1px solid #707070; }

.FFestateview-default-details-content-energyUsage ul li span, .FFestateview-default-details-content-details ul li span {
  font-size: 14px; }

.FFestateview-default-details-content-energyUsage ul li span:first-child, .FFestateview-default-details-content-details li span:first-child {
  font-size: 14px; }

@media (min-width: 992px) {
  .FFestateview-default-details-content-facts-contact button {
    position: absolute;
    bottom: -60px;
    position: absolute;
    left: 0%; } }

.FFestateview-default-details-content-equipments div span {
  border: 1px solid  #5d6866;
  color:  #5d6866; }

.FFestateview-default-details-share {
  display: none; }

.FFestateview-default-popup-open {
  background-color:  #5d6866 !important;
  color: white; }

.FFestateview-default-overview-estate {
  background-color: #F5F6F6; }
  .FFestateview-default-overview-estate .FFestateview-default-overview-estate-price {
    font-size: 16px; }
  .FFestateview-default-overview-estate .front {
    color:  #5d6866; }

.imm {
  font-size:33px;
  text-align: center;
  font-weight: 300; }

.FFestateview-default-details-slider {
  background: none; }

.slick-slider {
  padding-top: 30px; }

.FFestateview-default-details-agent-name {
  padding-top: 20px;
  color:  #5d6866; }

.FFestateview-default-overview-estate-details {
  background-color: #F5F6F6;
  color:  #5d6866; }

.FFestateview-default-overview-estate {
  border: 1px solid #F5F6F6 !important; }

.FFestateview-default-details-content-energyUsage ul li span, .FFestateview-default-details-content-details ul li span {
  color: black !important; }

.FFestateview-default-overview-search-primary > div:last-child button {
  background-color:  #5d6866;
  color: white; }

.FFestateview-default-overview-estate-type {
  font-size: 15px !important; }

.FFestateview-default-overview-estate-addresses {
  font-size: 15px !important; }

.FFestateview-default-overview-search-bar {
  color: #9AA2A7;
  font-size: 14px !important; }

.FFestateview-default-overview-search select, .FFestateview-default-overview-search input {
  font-weight: 400 !important;
  font-size: 16px !important; }

.zero {
  margin: 0px;
  padding: 0px; }

form input, form textarea {
  max-width: 100%; }

.marginzero {
  margin: 0px; }
@media(max-width:768px){


	.marginzeroMobile{

		margin:0px;
	}
	.paddingBtmMobile{

		padding-bottom:0px !important;
		margin-bottom:0px !important;
	}
}
body.admin-bar {
  padding-top: 0px; }

body.admin-bar .fixed-header {
  top: 20px !important; }

.slide__text {
  left: 9% !important; }

.slide__text-heading {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 10px 10px 5px;
  width: auto;
  color:  #5d6866;
  margin-bottom: 0px !important;
  display: table;
  font-size: 36px !important;
  font-weight: 400;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .slide__text-heading {
      display: none; } }

.slide__text-desc {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 5px 10px 10px;
  width: auto;
  color:  #5d6866;
  display: inline-block;
  font-weight: 300; }
  @media (max-width: 768px) {
    .slide__text-desc {
      display: none; } }

a:focus {
  color:  #5d6866 !important; }

a:hover {
  text-decoration: none; }

a:visted {
  color:  #5d6866 !important; }

a {
  color:  #5d6866; }

.mont {
  font-family: "Montserrat", sans-serif; }

.margin {
  margin: 60px 0 60px 0;
  display: block;
  width: 100%; }

section {
  margin-bottom: 28px;  padding:20px; z-index:9999;
    position:relative; background-color:white;
    }



   section  {
    font-size: 16px; }

  section p {
    font-size: 16px; }
   .kontaktbereich .text{

   font-size:16px !important;

   }
    @media(min-width:992px){

	   .kontaktbereich .text{

	   font-size:21px;

   }
	  section {
    font-size: 21px; }

	  section p {
    font-size: 21px; }



    }

section.nomargin {
  margin-bottom: 0px !important; }

section.news {
  margin-bottom: 0px; margin-top: 0px}

section.buero h1 {
  padding-bottom: 30px; }

section.embed {
  margin-top: -60px;
  margin-bottom: -60px;
min-height:163px;}

section.padding {
  padding: 40px; }

article {
  margin-bottom: 40px; }

.imgcontainer {
  display: flex;
  justify-content: center;
  align-items: center; }

/** HEADER **/
#header {
  color: white;
  background-color: white;
  position: relative;
  z-index: 9; }


@media (max-width: 768px) {
  #header img {
    max-width: 230px;
  } }

header {
  position: relative; }

#menu-header {
  margin: 0px auto;
  display: auto;
  padding-top: 5px;

   }


   @media(max-width:767px){

					   .collapse.show{

						   z-index:999 !important;

					   }
					   #menu-header {
				z-index:9999;
				  background-color:white;
				   }
				   	   #phone-header {
				z-index:9999;
				  background-color:white;
				   }


   }
   @media(min-width:767px){

	       #phone-header {
display:none;
   }

   }

  #menu-header .dropdown-menu {
    display: none; }
  #menu-header li.dropdown:hover > .dropdown-menu {
    display: block; }
  #menu-header .dropdown-menu.show {
    display: block; }
  #menu-header .show > ul {
    display: block !important; }
  #menu-header ul li a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 21px; }
  #menu-header .dropdown-menu.show {
    display: block !important; }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 44px !important;
  }

  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
  }

  .dropdown-menu a {
    text-align: left;
  }
}

@media (max-width: 767px) {

  ul#menu-header > li {
    border-bottom: 1px solid  #5d6866;
    border-radius: 0;
  }

  ul#menu-header > li:last-child {
    border-bottom: 0;
  }

  #menu-header .dropdown-menu {
    display: block; }

  #menu-header .dropdown-menu a {
    font-size: 16px;
    padding-top: 0;}
}

.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative; }

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background:  #5d6866; }

.owl-carousel .item {
  text-align: center; }

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important; }

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2; }

.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px; }

.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px; }

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px; }

.owl-carousel .next-slide:hover {
  background-position: -24px -53px; }

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize; }

span.img-text:hover {
  color: #2caae1; }

.carousel-wrap {
  width: 100%;
  margin: auto;
  position: relative; }

@media (max-width: 768px) {
  .carousel-wrap {
    width: 80%;
    margin: 0px auto; } }

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background:  #5d6866; }

.owl-carousel .item {
  text-align: center; }

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important; }

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2; }

.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px; }

.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px; }

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px; }

.owl-carousel .next-slide:hover {
  background-position: -24px -53px; }

@media (min-width: 768px) {
  section {
    padding: 33px;
    }

    section.intro{
	    padding:35px !important;

    }

     }

section h2 {
  color:  #5d6866;
  padding-bottom: 30px;
  font-size:20px;
  font-weight: 400; }
@media (min-width: 992px) {
  section {
    padding: 0px; }

section h2 {
  color:  #5d6866;
  padding-bottom: 30px;
  font-size:33px;
  font-weight: 400; }

     }


section ul {
  margin: 0px;
  padding: 0px; }
  section ul li {
    padding: 20px 0 0 0;
    list-style: none; }
    section ul li span {
      color:  #5d6866;
      padding-right: 10px; }

.wp-block-themeisle-blocks-advanced-columns {
  padding: 0px !important; }

.mitglieder {
  text-align: center; }
  .mitglieder .col-12 {
    margin-bottom: 30px; }
  .mitglieder img {
    border: 1px solid  #5d6866;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #0D5393; }
  .mitglieder .name {
    margin-top: 25px;
    color:  #5d6866;
    font-size: 21px;
    font-weight: bold; }
  .mitglieder .position {
    font-size: 16px; }

.member {
  margin-bottom: 30px; }

.wpcf7-textarea {
  min-height: 35px;
  overflow-y: hidden; }

.dblock {
  display: block; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid  #5d6866; }

.form {
  padding-bottom: 80px;
  color:  #5d6866; }
  .form span {
    padding-right: 20px;
    text-align: left; }
  @media (min-width: 992px) {
    .form {
      margin-bottom: 280px;
      margin-top: 200px; } }
  .form .formfield {
    text-align: center;
    width: 95%; }
    .form .formfield textarea {
      resize: none;
      height: 46px;
      margin-left: -11; }
    .form .formfield .headline {
      text-align: left;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 60px;
      margin-bottom: 30px; }
    @media (min-width: 992px) {
      .form .formfield {
        box-shadow: 0px 0px 20px #00000029;
        background-color: white;
        position: absolute;
        top: -150px;
        padding: 30px;
        z-index: 100000; } }
    @media (max-width: 992px) {
      .form .formfield {
        padding-top: 60px; } }
    .form .formfield .wpcf7-form-control {
      padding: 10px;
      border: none !important;
      border-bottom: 1px solid  #5d6866 !important;
      width: 100%; }
    .form .formfield .wpcf7-submit {
      margin: 40px auto;
      border: 1px solid  #5d6866 !important;
      color:  #5d6866;
      padding-right: 60px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 60px;
      background-color: white;
      cursor: pointer; }
    .form .formfield .wpcf7-submit:hover {
      background-color:  #5d6866;
      color: white; }

.block {
  color:  #5d6866;
  margin-top: 40px; }
  .block span {
    padding-right: 20px;  width:34px;}
  .block .headline {
    font-weight: bold;
    color:  #5d6866;
    font-size: 21px;
    padding-left: 39px;
    padding-bottom: 10px; }
  .block .telefon {
    font-size: 21px;
    font-weight: light; }
  .block .email {
    font-size: 21px;
    font-weight: light; }

@media (min-width: 768px) {
  .kontaktinfo {
    padding: 40px; } }

@media (max-width: 578px) {
  .kontaktinfo {
    padding-bottom: 70px;
    padding-top: 20px;
    max-width: 100%;
    overflow-x: hidden; } }

.kontaktinfo .more {
  margin-top: 30px;
  padding-top: 30px; }
  .kontaktinfo .more a {
    border: 1px solid  #5d6866;
    padding: 15px; }
  .kontaktinfo .more a:hover {
    background-color:  #5d6866;
    color: white; }

.kontaktinfo .imageCont {
  position: absolute;
  bottom: -70px;
  right: -103px;
  opacity: 1; }
  @media (min-width: 768px) {
    .kontaktinfo .imageCont {
      right: 0px;
      opacity: 1; } }
  .kontaktinfo .imageCont .textCont {
    display: none; }
  .kontaktinfo .imageCont img {
    max-width: 200px; }

@media (min-width: 992px) {
  .kontaktinfo .imageCont {
    position: absolute;
    bottom: -40px;
    right: 0px; }
    .kontaktinfo .imageCont img {
      max-width: 345px; }
  .kontaktinfo .textCont {
    position: absolute;
    left: -220px;
    bottom: 30px;
    display: block !important; }
    .kontaktinfo .textCont div:first-child {
      font-weight: bold;
      color:  #5d6866; } }

.kontaktinfo h2, .kontaktinfo h2 p {
  font-size: 30px !important; }

@media (min-width: 992px) {
  .kontaktinfo h2, .kontaktinfo h2 p {
    font-size: 50px !important; } }

@media (max-width: 767px) {
  .navbar-nav li.current-menu-item > a {
    font-weight: bold; } }

@media (min-width: 768px) {
  .navbar-nav li.current-menu-item,
  .navbar-nav li.current-menu-parent {
    border-bottom: 2px solid  #5d6866; } }


.navbar-nav .dropdown-menu {
  border: none;
}

.navbar-nav .dropdown-toggle:after {
  content: none;
}

.navbar-nav li ul li.current-menu-item {
  border-bottom: 0px; }
  .navbar-nav li ul li.current-menu-item a {
    font-weight: bold; }

.navbar-collapse.collapse.in {
  display: block !important;
  position: relative; }

.navbar {
  min-height: auto !important;
  padding: 0px; }

.FFestateview-default-overview-search-submit:hover {
  cursor: hand !important; }

.navigation {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 8; }


/*
  .last-link{
	  font-size:15px !important;
  }
*/
 .navigation .navbar-toggler-phone {
    color:  #5d6866;
    position: absolute;
    right: 54px;
    top: -64px;
    z-index: 11;
    padding: 17px;
    font-size: 28px;
    border: none;
    background-color:transparent;}


    #headerNavPhone.show{

	    width:100%;

    }

    #headerNavPhone.collapsing{

	    width:100%;

    }


  @media (min-width: 768px) {

	   .navigation .navbar-toggler-phone {

		   display:none;

	   }
	   #headerNavPhone{

	   width:1px;
	   overflow:hidden;
	   }

    .navigation {
      position: absolute;
      bottom: -50px;
      left: 0px;
      right: 0px;
      height: 51px;
      z-index:10;} }
  .navigation .navbar-toggler {
    color:  #5d6866;
    position: absolute;
    right: 0px;
    top: -64px;
    z-index: 11;
    padding: 20px;
    font-size: 30px;
    border: none; }
  .navigation ul {
    padding: 0px;
    text-align: center;
    display: block; }
    .navigation ul li a {
      color:  #5d6866 !important;
      padding: 9px;
      font-size: 19px; }
    .navigation ul li a:hover {
      background: none; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding-top: 10px; }

.navigation.fixed-header {
  height: 60px; }

h1 {
  color:  #5d6866;
  font-weight: bold;
  font-size: 24px; }

@media (min-width: 768px) {
  h1 {
    font-size:33px; } }

.title {
  font-weight: 400;
  color:  #5d6866;
  margin-left: 0px;
  margin-bottom: 28px;
  padding-left: 0px;
  background-size: 50%; }
  @media (min-width: 768px) {
    .title {
      font-weight: 600;
      /* margin-bottom: 68px;
      background: url(../assets/headline.png) no-repeat;
      background-size: contain;
      padding-left: 260px;
      background-position: left top;
      font-size:33px;
      background-size: 20%; */
    }
  }

.wp-pagenavi span.current {
  background-color:  #5d6866;
  color: white;
  padding: 10px;
  border: none; }

.wp-pagenavi span {
  padding: 10px;
  border: none; }

.post-thumbnail img {
  max-width: 100%;
  height: auto; }

.post {
  padding-bottom: 30px; }

.paginationList {
  text-align: right;
  padding-bottom: 30px; }
  .paginationList a {
    text-align: right; }

.sidebar {
  border-left: 1px solid #e6e6e6;
  padding-left: 25px;
  background-color: #0D53930A;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .sidebar {
      border-left: 0px;
      margin-top: 30px; } }
  .sidebar h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 700; }
  .sidebar a {
    font-size: 16px; }

.greybg {
  background-color: #F5F6F6; }

.infobottom {
  padding: 30px;
  min-height: 360px; }

.post-thumbnail{
	text-align: center;
	margin-top:30px;
}

@media(max-width:410px){

.infobottom {
  padding: 30px;
  min-height: 630px; }

	.kontaktbereich .more{
		padding-top:0px;
	}

}
@media(max-width:768px){


	.infobottom h3{
		font-size:25px;
	}

}

.textdecoration {
  margin-top: 20px;
  background: none;
}

@media (min-width: 768px) {
  .textdecoration {
    /* background: url(../assets/headline.png) no-repeat;
    background-size: 220px;
    padding-left: 260px;
    background-position: top left;
    padding-top: 5px;
    margin-top: 53px; */
  }
}

.entry-header .textdecoration {
  /* background: url(../assets/headline.png) no-repeat;
  padding-left: 130px;
  background-position: left left;
  background-size: 100px;
  padding-top: 0px; */
}

.hide {
  display: none; }

@media (min-width: 1300px) {
  /*.leftOffset .textdecoration*/ {
    margin-left: -70px;
    padding-top: 1px;
  }
}

.previewImage {
  padding-bottom: 87px; }

.map {
  padding-top: 30px;
  position: relative; }
  @media (min-width: 768px) {
    .map {
      padding-top: 70px; } }
  .map a.minden {
    position: absolute;
    left: 0px;
    width: 28%;
    bottom: 0px;
    top: 0px; }
  .map a.left {
    position: absolute;
    left: 28%;
    width: 35%;
    bottom: 0px;
    top: 0px; }
  .map a.right {
    position: absolute;
    right: 0px;
    width: 37%;
    bottom: 0px;
    top: 0px; }

.hero {
  overflow: hidden;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .hero {
      margin-bottom: 60px; } }
  .hero .carousel-control {
    top: 40%; }
  .hero .right {
    right: 45px; }

@media (max-width: 578px) {
  .carousel-control {
    display: none !important; }
  .footerMenue {
    margin-top: 20px; } }

.container {
  position: relative; }

#breadcrumbs {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

.hentry {
  border-bottom: 1px solid #e6e6e6; }

.hentry:last-child {
  border-bottom: 0; }

.singlepost .info {
  color: #9AA2A7;
  font-size: 21px;
  text-align: left;
  padding-bottom: 10px; }
  .singlepost .info a {
    color:  #5d6866; }

article .info {
  color: #9AA2A7;
  font-size: 21px;
  text-align: left;
  padding-bottom: 10px; }
  article .info a {
    color:  #5d6866; }

article .readmorechevron {
  text-align: right;
  margin-top: 40px;
  position: relative; }
  article .readmorechevron span {
    color: #5d6866;
    font-size: 40px;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    top: -15px; }
  article .readmorechevron a {
    font-size: 21px;
    padding: 20px;
    padding-right: 40px; }
  article .readmorechevron a:hover > span {
    color:  #5d6866 !important; }
  article .readmorechevron a:hover{

	   color:  #888b8b !important;
  }
article h2 {
  padding-bottom: 0px; }

.widget ul li {
  padding-top: 5px; }

.widget_nav_menu {
  margin-top: 0px; }

.widget.FFteamOverveiw {
  margin-top: 60px; }

.FFteamOverview-default-element {
  width: 49% !important; }
  @media (min-width: 768px) {
    .FFteamOverview-default-element {
      width: 166px !important; }
      .FFteamOverview-default-element .FFteamOverview-default-element-content-position {
        font-size: 12px;
        font-weight: 300; } }

.variable.js-fix {
  position: absolute;
  top: 50%;
  left: 50%; }

/* LEISTUNGEN LOOP */
.owl-nav {
  display: none; }

@media (min-width: 768px) {
  .owl-nav {
    display: block; }
  .leistungen.links .container::after {
    content: '';
    left: 0px;
    position: absolute;
    height: 100%;
    width: auto;
    top: 0px;
    right: 35vw;
    z-index: -1;
    background-color: #F5F6F6; }
  .leistungen.rechts .container::before {
    content: '';
    right: 0px;
    position: absolute;
    height: 100%;
    width: auto;
    top: 0px;
    left: 35vw;
    z-index: -1;
    background-color: #F5F6F6; } }

.text_mitmap {
  padding-top: 30px; }

.leistungen {
  position: relative; }
  .leistungen .container {
    position: static !important; }
  .leistungen h2 {
    text-transform: uppercase;
    color:  #5d6866;
    font-size: 22px; }
  .leistungen h3 {
    color:  #5d6866; }
  .leistungen .text {
    font-weight: 300; }
  .leistungen .absolutemd {
    padding-bottom: 20px; }
  .leistungen .innerBackground {
    padding: 30px;
    width: 100%; }
    @media (max-width: 768px) {
      .leistungen .innerBackground {
        background-color: #f6f8fb; } }
    @media (min-width: 768px) {
      .leistungen .innerBackground {
        margin-left: -15px;
        margin-right: -15px; } }
  .leistungen .innerImage {
 }
    @media (min-width: 768px) {
      .leistungen .innerImage {
        position: absolute;
        left: -30%;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 992px) {
      .leistungen .innerImage {
        position: absolute; } }
  .leistungen .innerImageLeft {
 }
    @media (min-width: 768px) {
      .leistungen .innerImageLeft {
        position: absolute;
        right: -30%;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 992px) {
      .leistungen .innerImageLeft {
        position: absolute; } }


  .leistungen .readmorechevron a:hover > span {
    color:  #5d6866; }
    .leistungen .readmorechevron a:hover  {

	    color:#848a89 !important;
    }


  @media (min-width: 786px) {
    .leistungen h2 {
      font-size:33px; }
    .leistungen h3 {
      font-size: 50px; }
    .leistungen .text {
      min-height: 180px; }
    .leistungen .readmorechevron {
      position: relative;
      text-align: right;
      padding-right: 20px;
      margin-top:20px;}
      .leistungen .readmorechevron span {
        font-size: 44px;
        position: absolute;
        top: -8px;
        right: 0px;
        color: #5d6866; }
      .leistungen .readmorechevron a {
        padding-right: 25px;
        font-size: 21px;
        font-weight: 700; } }
  @media (min-width: 786px) and (max-width: 768px) {
    .leistungen .readmorechevron span {
      display: none !important; } }
  @media (min-width: 786px) {
      .leistungen .readmorechevron .absolutemd {
        max-width: 340px;
        position: absolute; } }
  @media (max-width: 860px) and (min-width: 576px) {
    .leistungen .absolutemd {
      max-width: 340px;
      position: absolute;
      top: 30% !important; } }
  @media (min-width: 992px) {
    .leistungen .absolutemd {
      top: 30px;
      max-width: 540px;
      position: absolute; } }

.leftleistungen img {
  margin-bottom: 20px; }

.leftleistungen .readmorechevron {
  position: relative;
  text-align: right; }
  .leftleistungen .readmorechevron span {
    font-size: 44px;
    position: absolute;
    top: -8px;
    right: -30px;
    color: #5d6866; }
  .leftleistungen .readmorechevron a {
    padding-left: 40px;
    font-size: 21px; }

.carousel-item {
  height: 60vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* KONTAKTBEREICH */
@media (min-width: 768px) {
  .kontaktbereich {
    padding-top: 120px; } }

.kontaktbereich .headline {
  font-size: 50px;
  font-weight: bold; }

.kontaktbereich .text {
  min-height: 100px; }

@media (max-width: 768px) {
  .kontaktbereich .text {
    font-size: 21px;
    min-height: 230px;
    width:90%;

    }
  .kontaktbereich img {
    width: 120px; } }

.kontaktbereich .imgInContact {
  right: 0px;
  position: absolute;
  bottom: 0px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .kontaktbereich .imgInContact img {
      max-width: 160px !important; } }

.kontaktbereich .more {
  padding-top: 40px;
  padding-bottom: 40px; }
  .kontaktbereich .more a {
    padding: 20px;
    padding-right: 60px;
    padding-left: 60px;
    border: 1px solid  #5d6866;
    color:white !important;
    text-transform: uppercase;
    background-color:#5d6866;
    font-weight: 200; }
  .kontaktbereich .more a:hover {
    background-color:  #5d6866;
    color: white; }

/* Carousel Styles */
.carousel-indicators .active {
  background-color: #2980b9; }

.carousel-inner img {
  width: 100%;
  max-height: 460px; }

.carousel-control {
  width: 0; }

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none; }

.carousel-control.left span {
  padding: 15px; }

.carousel-control.right span {
  padding: 15px; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0; }

.carousel-control.left span,
.carousel-control.right span {
  background-color: #000; }

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

/* Carousel Header Styles */
.header-text {
  position: absolute;
  top: 60%;
  left: 6%;
  right: auto;
  color:  #5d6866;
  max-width: 1170px; }

.header-text .headline {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 15px;
  width: auto; }

.header-text .headline:after {
  content: ''; }

.header-text .subheadline {
  background-color: rgba(255, 255, 255, 0.68);
  color:  #5d6866;
  font-weight: bold;
  font-size: 21px;
  padding: 15px;
  float: left; }

.header-text h3 span {
  background-color: #000;
  padding: 15px; }

.loop {
  padding: 15px; }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px; } }

.kundenberichte h1 {
  font-size:33px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 60px; }

@media (max-width: 768px) {
  .kundenberichte h1 {
    font-size: 25px; } }

.kundenberichte .thetitle {
  text-align: center;
  color:  #5d6866;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 21px; }

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px; }

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; }

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px; }

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all .4s ease-in;
  vertical-align: middle; }

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all .2s; }

.item blockquote {
  border-left: none;
  margin: 0; }

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px; }

.wp-block-themeisle-blocks-advanced-column {
  padding-top: 30px !important; }

.item .thecontent {
  max-width: 80%;
  width: 450px;
  margin: 10px auto; }

.acf-map {
  width: 100%;
  height: 330px; }
  @media (min-width: 786px) {
    .acf-map {
      height: 450px; } }
  @media (min-width: 1186px) {
    .acf-map {
      height: 540px; } }

.acf-map img {
  max-width: inherit !important; }

/** FOOTER **/
#footer {
  color: white;
  font-family: "Montserrat", sans-serif;
  background-color:  #5d6866;
  padding: 20px 0 20px 0;
  font-weight: 300;
  font-size: 16px;
  z-index:9999;
  position:relative;
  }
  @media (min-width: 768px) {
    #footer {
      padding: 30px;
        font-size: 18px;


      } }

  #footer a {
    font-weight: bold; }
  #footer .logo img {
    max-width: 100%;
    padding-bottom: 20px; }
  #footer #menu-footer {
    padding: 0px;
    margin: 0px; }
    #footer #menu-footer li {
      list-style: none;
      float: left;
      display: block;
      border-right: 1px solid white;
      padding-right: 10px;
      padding-left: 10px; }
      #footer #menu-footer li a {
        color: white; }
    #footer #menu-footer li:first-child {
      padding-left: 0px; }
    #footer #menu-footer li:last-child {
      border-right: 0px; }
    #footer #menu-footer a:focus {
      color: white !important; }
    #footer #menu-footer a:active {
      color: white !important; }
    #footer #menu-footer a[tabindex]:focus {
      color: white !important; }
  #footer .headline {
    font-weight: bold; }
  #footer .second {
    border-top: white 1px solid;
    padding-top: 20px;
    margin-top: 20px; }
  @media (max-width: 768px) {
    #footer .top {
      margin-top: 20px; } }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

  .FFestateview-default-details-content-energyUsage ul, .FFestateview-default-details-content-details ul,
  .FFestateview-default-details-content-energyUsage ul li, .FFestateview-default-details-content-details[data-column="2"] li {
    border: 0;
  }

  .FFestateview-default-overview-estate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
    background: #F5F6F6;
  }

  /* a:focus {
    color: inherit !important;
  } */

  @media(min-width:1100px){

  .page-id-12 .textdecoration{
	  margin-bottom:60px;
  }

  .page-id-380 .leistungen{
	  margin-bottom:70px;
	  }
  }
