/*VARIABLEN-DEFINITION*/
:root {
  --primaryColor: #00973a;
  --secondaryColor: #f09600;  
  --additionalColor: #f2f2f2;
  --rootFontSize: 18px;
  --rootFontColor: #434343;
  --headingFontColor: #434343;
  --rootFontFamily:  Open Sans, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --secondFontFamily:  Open Sans, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  --thirdFontFamily:  Open Sans, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

@keyframes cevronRightAnimation01 {
  0%,
  100% {
    transform: translate(0, 0) translateY(-50%);
  }

  50% {
    transform: translate(-10px, 0) translateY(-50%);
  }
}

@keyframes scaleAnimation01 {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}


body {
    color: var(--rootFontColor);
    font-family:var(--rootFontFamily);
    font-size:var(--rootFontSize);
    font-weight:300;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, h1 a, h2 a, h3 a, h4 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, .h1 a, .h2 a, .h3 a, .h4 a .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover  {
   font-family:var(--secondFontFamily);
   line-height: 1;
   font-weight: 800;
   margin-bottom: .7em;
   color: var(--headingFontColor); 
   text-transform:uppercase;
}

h1, .h1 {
    font-size: 50px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 24px;
}

.headline-lowercase, .headline-lowercase a {
    text-transform:none !important;    
}

span.span-subheader {
    display: block;
	font-size: .6em;
	line-height: 1.1375em;
    text-transform:none;
    color: var(--primaryColor);
    padding-top: .2em;
}
h1 span.span-subheader, .h1 span.span-subheader {
	font-size: .45em;
}

p, li{
    line-height: 1.3;
}

a, a:hover {
    color: var(--rootFontColor);
}

.p-text-small {
    font-size: .833333em;
    margin-bottom: 8px;
} 

.p-text-large {
    font-size: 1.215em;
}
.p-text-extra-large {
    font-size: 1.5em;
    line-height: 1;
}

.p-text-advisory {
    border: 2px solid var(--primaryColor);
    padding: 1rem 2rem 1rem 6rem;
    border-radius: 1rem;
    position: relative;
    font-size:1rem;
}
.p-text-advisory:before{
    font-family: "Font Awesome 6 Pro";
    color: var(--primaryColor); 
    position: absolute;
    left: 2rem; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    content:"\f06a"; 
    font-size: 2.5rem;
    line-height: 1;
}

.p-text-logo-left {
    padding-left: 2.5rem;
    position:relative;
}
.p-text-logo-left:before{
    position: absolute;
    content:url('../images/mihm-logo-short.png');
    width:30px;
    height:30px;
    left: 0; 
    top: 0;
    transform: translateY(-8px);
}

.p-text-familyicon-left {
    padding-left: 2.5rem;
    position:relative;
}
.p-text-familyicon-left:before{
    position: absolute;
    content:url('../images/familie.png');
    width:30px;
    height:30px;
    left: 0; 
    top: 0;
    transform: translateY(-8px);
    
}

b, strong, b a, strong a {
    font-weight: 700;
} 

p, span, li, h1, h2, h3, h4 {
    word-break: break-word;
    word-wrap: break-word;
    word-spacing: normal;
    -moz-hyphens: auto;
    hyphens: auto;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn-link:hover,.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

.span-bg-green, .span-bg-green-first-letter-bold {
    color:#FFFFFF !important;
    background-color: var(--primaryColor);
    margin-bottom: .2em;
    padding: 15px 30px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline-block;
}
.span-bg-green-first-letter-bold::first-letter {
    font-weight:500;
}

.span-bg-green *, .span-bg-green-first-letter-bold * {
    color:#FFFFFF !important;
}

.span-primaryColor, .span-primaryColor a, .span-primaryColor strong, .span-primaryColor b {
    color: var(--primaryColor) !important;
}

iframe {
    max-width:100%;
}

.ml-6{margin-left: 4rem !important;}
.mr-6{margin-right: 4rem !important;}
.mt-6, .mx-6{margin-top: 4rem !important;}
.mb-6, .my-6{margin-bottom: 4rem !important;}
.ml-7{margin-left: 5rem !important;}
.mr-7{margin-right: 5rem !important;}
.mt-7, .mx-7{margin-top: 5rem !important;}
.mb-7, .my-7{margin-bottom: 5rem !important;}

.ul-style-1 {
    padding-left: 0;
}
.ul-style-1 li {
    list-style:none;
    background: url('../images/ul-style-1.jpg') no-repeat left top 8px;
    padding-left: 20px;
    margin-bottom: 3px;
}

.ul-style-2 {
    padding-left: 0;
}
.ul-style-2 li {
    list-style:none;
    position:relative;
    padding-left: 40px;
margin-bottom: 15px;
font-weight: 400;
}
.ul-style-2 li:before {
    font-family: "Font Awesome 6 Pro";
    color: var(--primaryColor); 
    position: absolute;
    left: 0; 
    top: 50%;
    top: -.1em;
    font-weight: 600;
    content:"\f00c"; 
    font-size: 30px;
    line-height: 1;
}

.ul-style-3 {
    padding-left: 0;
}
.ul-style-3 li {
    list-style:none;
    position:relative;
    padding-left: 40px;
margin-bottom: 15px;
font-weight: 400;
font-size: 1.1em;
}
.ul-style-3 li:before {
    font-family: "Font Awesome 6 Pro";
    color: var(--rootFontColor); 
    position: absolute;
    left: 0; 
    top: -.1em;
    font-weight: 400;
    content:"\f058"; 
    font-size: 30px;
    line-height: 1;
}

.ul-style-4 {
    padding-left: 0;
}
.ul-style-4 li {
  list-style: none;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.ul-style-4 li:before {
    font-family: "Font Awesome 6 Pro";
    color: var(--primaryColor); 
    position: absolute;
    left: 0; 
    top: 1rem;
    transform: translateY(-50%);
    font-weight: 600;
    content:"\f00c"; 
    font-size: 3rem;
    line-height: 1;
}

.ul-style-5 {
    padding-left: 0;
}
.ul-style-5 li {
  list-style: none;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.3rem;
}
.ul-style-5 li:before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0; 
    top: -.2em;
    font-weight: 600;
    content:"\f00c"; 
    font-size: 3rem;
    line-height: 1;
}

ul li p {
    margin-bottom:0;
}

.numbered-list {
    padding-left:0;
}
.numbered-list .item {
    background:var(--additionalColor);
    list-style:none;
    margin-bottom:15px;
    position:relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.numbered-list .item .number {
    background:var(--primaryColor);
    color:#fff;
    padding: 12px 20px;
    font-size: 2rem;
    display: flex;
    align-items: center;
}
.numbered-list .item .text {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.numbered-list .item .text p{
    font-size: 1.5rem;
    margin-bottom: 0;
}

.frame-custom-110 .numbered-list .item {
  background:#ffffff;
}


.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.align-justify {text-align:justify;}


.Link-Button-1 {
    font-family:var(--secondFontFamily);
    display: inline-block;
    padding: 12px 50px 12px 50px;
    background: var(--primaryColor);
    color: #FFFFFF;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    transition: background .2s linear, transform .1s linear;
    border: none;
}
.Link-Button-1:hover {
    color: #FFFFFF;
    text-decoration:none;
    background: #008a35;
    transform: scale(1.05);
}
.Link-Button-2 {
    font-family:var(--secondFontFamily);
    display: inline-block;
    padding: 12px 50px 12px 50px;
    background: #f09600;
    color: #FFFFFF;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    transition: background .2s linear, transform .1s linear;
    border: none;
}
.Link-Button-2:hover {
    color: #FFFFFF;
    text-decoration:underline;
    background: #df8b00;
    transform: scale(1.05);
}

.Link-Button-3 {
    display: inline-block;
    padding: 20px 40px 20px 40px;
    border-radius: 10px;
    background: var(--additionalColor);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    width: 100%;
    transition: .1s all linear;
    font-weight: 500;
    border: none;
}
.frame-custom-110 .Link-Button-3 {
    background: #ffffff;
}
.Link-Button-3::after {
    font-family: "Font Awesome 6 Pro";
    color: var(--primaryColor);  
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    content:"\f054"; 
    font-size: 1.2em;
    line-height: 1;
    transition: .1s color linear;
}
.Link-Button-3:hover {
    background-color: var(--primaryColor);
    color: #fff;
}
.Link-Button-3:hover::after, .Link-Button-4:hover {
    color: #ffffff;
}

.Link-Button-4 {
    font-family:var(--secondFontFamily);
    display: inline-block;
    padding: 12px 40px 12px 40px;
    background: var(--primaryColor);
    color: #FFFFFF;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    transition: background .2s linear, transform .1s linear;
    border: none;
    margin: 0 .5rem;
}
.Link-Button-4:hover {
    color: #FFFFFF;
    text-decoration:none;
    background: #008a35;
    transform: scale(1.05);
}
.Link-Button-4::before {
    font-family: "Font Awesome 6 Pro";  
    position: relative;
    font-weight: 300;
    content: "\f13a";
    font-size: 1em;
    line-height: 1;
    margin-right: 6px;
}




.Link-Telefon-Icon, .Link-Mobile-Icon, .Link-Fax-Icon, .Link-Mail-Icon, .Link-Anfahrt-Icon, .Link-Kontakt-Icon, .Link-Button-Facebook, .Link-Karriere-Icon, .Link-Suche-Icon, .Link-News-Icon {
    display: inline-block;
    padding: 0 0 0 34px;
    /* background: var(--primaryColor);background: var(--primaryColor); */
    color: var(--rootFontColor);
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
}
.Link-Telefon-Icon:hover, .Link-Mobile-Icon:hover, .Link-Fax-Icon:hover, .Link-Mail-Icon:hover, .Link-Anfahrt-Icon:hover, .Link-Kontakt-Icon:hover, .Link-Button-Facebook:hover , .Link-Suche-Icon:hover, .Link-News-Icon:hover {
    /* color: #FFFFFF; */
    text-decoration:none; 
}
.Link-Telefon-Icon::before, .Link-Mobile-Icon:before, .Link-Fax-Icon::before, .Link-Mail-Icon::before, .Link-Anfahrt-Icon::before, .Link-Kontakt-Icon::before,.Link-Karriere-Icon::before, .Link-Suche-Icon::before, .Link-News-Icon::before {
    font-family: "Font Awesome 6 Pro"; 
    position: absolute;
    left: 0; 
    font-weight: 500;
}
.Link-Button-Facebook::before {
    font-family:"Font Awesome 6 Brands";
    color: var(--primaryColor);  
    position: absolute;
    left: 0; 
    font-weight: 900;
}

.Link-Telefon-Icon::before {
    content:"\f879";   
}
.Link-Mobile-Icon::before {
    content:"\f10b";   
    left: 2px;
}
.Link-Fax-Icon::before {
    content:"\f1ac";   
}
.Link-Mail-Icon::before {
    content:"\40";   
}
.Link-Kontakt-Icon::before {
    content:"\f086";   
}
.Link-Suche-Icon::before {
    content:"\f002";   
}
.Link-News-Icon::before {
    content:"\f09e";   
}

.Link-Anfahrt-Icon {
    font-family:var(--secondFontFamily);
    display: inline-block;
    position: relative;
    -webkit-backface-visibility: hidden; 
    text-decoration: none !important;
}
.Link-Anfahrt-Icon::before {
    content:"\f3c5"; 
    left: .2em;
}
.Link-Anfahrt-Icon:hover {
    color: var(--rootFontColor);
}

.Link-Karriere-Icon {
    font-family:var(--secondFontFamily);
    display: inline-block;
    position: relative;
    -webkit-backface-visibility: hidden; 
    text-decoration: none !important;
}
.Link-Karriere-Icon::before {
    content:"\f0b1"; 
}
.Link-Karriere-Icon:hover {
    color: var(--rootFontColor);
}


.Link-Button-Facebook {
    font-weight: 700;
    display: inline-block;
    padding: 12px 50px 10px 50px;
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
}
.Link-Button-Facebook::before {
    content:"\f39e"; 
    position:relative;  
    margin-right:10px;
}
.Link-Button-Facebook:hover::before {
    color: var(--rootFontColor);
}


table.contenttable {
    width:100%;
}
table.contenttable tr:first-of-type td {
    border-top: 0;
}

ol, ul, dl {
    padding-left: 20px;
}

.bounce-in-right .item {
  transform: translateX(2000px);
}
.bounce-in-right .bounce-in-right-item {
  animation: bounce-in-right 2s ease;
  transform: translateX(0);
}

.ce-gallery figcaption {
  font-size: 14px;
  margin-top: 10px;
}

#socialLinks01 .instagramLink,
#socialLinks01 .facebookLink{
display: inline-block;
background: var(--primaryColor);
color: #FFFFFF;
border-radius: 10px;
line-height: 1;
position: relative;
overflow: hidden;
z-index: 1;
-webkit-backface-visibility: hidden;
text-decoration: none !important;
}
#socialLinks01 .instagramLink:hover,
#socialLinks01 .facebookLink:hover{
opacity: 1;
background-color: var(--secondaryColor);
-webkit-transform: rotate3d(0,0,1,0deg);
transform: rotate3d(0,0,1,0deg);
-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
transition-timing-function: cubic-bezier(0.2,1,0.3,1);	
}


#socialLinks01 .facebookLink{margin-right:10px;}

/* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 3em; }
    .frame-space-before-medium { margin-top: 4em; }
    .frame-space-before-large { margin-top: 7em; }
    .frame-space-before-extra-large { margin-top: 9em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 3em; }
    .frame-space-after-medium { margin-bottom: 4em; }
    .frame-space-after-large { margin-bottom: 7em; }
    .frame-space-after-extra-large { margin-bottom: 9em; }

video {max-width:100%;}

main {
    overflow: hidden;
}

.content p a {
    text-decoration:underline;
}

.row {
   margin-right: -30px;
    margin-left: -30px;  
}
/*.container_wrap .row .row {
   margin-right: 0;
    margin-left: 0;  
} */
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.content > .frame .row {
    padding-right: 0;
    padding-left: 0;
}



.frame-custom-100 {
    background-color: var(--primaryColor);
}
.frame-custom-105 {
    background-color: #ffffff;
}
.frame-custom-110 {
    background-color: var(--additionalColor);
}
.frame-custom-115 {
    background-color: var(--primaryColor);
}
.frame-custom-120 {
    background-color: var(--secondaryColor);
}
.frame-custom-100, .frame-custom-105, .frame-custom-110, .frame-custom-115, .frame-custom-120 {
    padding-top: 1px;
    padding-bottom: 1px;
    /*height: 100%; */
}

.frame-custom-100 p:last-of-type, .frame-custom-105 p:last-of-type, .frame-custom-110 p:last-of-type {
    margin-bottom: 0;
}

.frame-custom-100.frame-type-ce_columns2, .frame-custom-100.frame-type-ce_columns3, .frame-custom-100.frame-type-ce_columns4, .frame-custom-105.frame-type-ce_columns2, .frame-custom-105.frame-type-ce_columns3, .frame-custom-105.frame-type-ce_columns4, .frame-custom-110.frame-type-ce_columns2, .frame-custom-110.frame-type-ce_columns3, .frame-custom-110.frame-type-ce_columns4 {
   /* padding-top: 60px;   */
}

.frame-custom-100 *, .frame-custom-100 *:hover, .frame-custom-115 *, .frame-custom-115 *:hover, .frame-custom-120 *, .frame-custom-120 *:hover{
    color:#FFFFFF;
    border-color: #fff;
}
.frame-custom-100 .p-text-logo-left:before, .frame-custom-115 .p-text-logo-left:before, .frame-custom-120 .p-text-logo-left:before {
    content:url('../images/mihm-logo-short-white.png');
}


.frame-layout-1 {
    height: 100%;
}
.frame-layout-1 > *{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.frame-layout-2 img{
    border-radius:10px;
}

.content .frame-layout-3 > * {
    max-width: 1920px !important;
    /*padding-right: 60px;
    padding-left: 60px; */
    overflow: hidden;
}


.frame-layout-10 {
    padding: 30px;
    height: 100%;
}
.frame-layout-10 p:last-of-type, .frame-layout-10 a:last-of-type  {
    margin-bottom:0;
}

.frame-layout-15 {
  padding: 0 60px;
  height: 100%;
}

.frame-custom-100.frame-layout-10:before {
    background-color: var(--primaryColor);
}
.frame-custom-105.frame-layout-10:before {
    background-color: var(--secondaryColor);
}
.frame-custom-110.frame-layout-10:before {
    background-color: var(--additionalColor);
}


.ce-table thead th {
    border-width:1px;
    border-top: none;
    font-weight: 600;
}


/* Header-Search */
#search-header:hover, #close-searchfield-header:hover {
    text-decoration:none;
}
#search-header:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f002";
    font-size:25px;
    font-weight: 900;
    font-size: 16px;
    color: var(--primaryColor);
    margin-right: 10px;
    margin-left: 30px;
    position: absolute;
	top: 16px;
	right: 80px;
}
/*
#search-header.inactive {
    opacity:.5;
}  */
#search-header.inactive:before {
    color: var(--additionalColor);
} 
#search-header.inactive:hover {
    cursor: unset;
}
#close-searchfield-header {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 36px;
    text-align: center;
}
#close-searchfield-header:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    font-weight: 300;
    color: var(--primaryColor); 
    line-height: 44px;
    display: block; 
}
#search-header:hover, #close-searchfield-header:hover {
    cursor:pointer;
}

#searchfield-header {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  background: var(--additionalColor);
  padding: 10px 0;
  z-index: 0;
  transform: translateY(-100%);
  transition: top .3s linear,transform .3s linear, z-index .01s linear, visibility .3s linear;
}
#searchfield-header .container {
    position: relative;
    padding-top:70px;
    padding-bottom:50px;  
}
#searchfield-header.open {
  visibility: visible;
  z-index: 9;
  top: 140px;
  transform: translateY(0);
  transition: top .3s linear,transform .3s linear, z-index .3s linear .2s, visibility .2s linear;
}
#searchfield-header #ke_search_sword {
  border: 0;
}
#searchfield-header span.resetbutt {
  display:none;
} 

#tx-indexedsearch-searchbox-sword {
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  position: relative;
  font-size: 1em;
  height: auto;
}

#searchfield-header #tx-indexedsearch-searchbox-sword {
  padding: 10px 170px 10px 20px;
  border: 0;
}


#searchfield-header .tx-kesearch-pi1 .submitbutt input {
  border-radius: 0px 6px 6px 0px;
  margin: 0;
  height: 53px;
}

#searchfield-header #tx_indexedsearch {
    max-width: 1000px;
    margin: 0 auto;
}

#tx_indexedsearch {
    position: relative;
}
#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit{
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    border-radius: 0 6px 6px 0;
    height: 100%;
    padding: 0 30px;
    font-size: 20px;
}

.search-results-form {
    margin-bottom:15px;
}
ul.tx-indexedsearch-browsebox {
    padding-left: 0;
    display: flex;
}
ul.tx-indexedsearch-browsebox li {
    list-style:none;
}
ul.tx-indexedsearch-browsebox li a{
    padding:5px;
    font-size: 26px;
    font-weight: 700;
    font-family: var(--secondFontFamily);
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{
    color: var(--primaryColor);
}
.tx-indexedsearch-info-sword {
    display:none;
}
.tx-indexedsearch-res {
    margin-top:60px;
    margin-bottom:60px;
}
.tx-indexedsearch-browsebox, .tx-indexedsearch-info-sword,  .tx-indexedsearch-res .tx-indexedsearch-description {
    font-size:18px;
}





a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
  background: var(--primaryColor) !important;
  color: #ffffff !important;
  min-width: 150px !important;
  max-width: 100% !important;
  padding: 5px 30px !important;
}

a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
  font-size: 1em;
  font-family: Sans-Serif;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: block;
  cursor: pointer;
  min-width: 70px;
  max-width: 140px;
  -moz-user-select: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top , #f6f6f6, #f0f0f0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #444;
  text-align: center;
  text-decoration: none;
}

span.resetbutt a:hover, span.submitbutt input:hover, input.kesGreyButt:hover, span.kesGreyButt:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 30px;
    padding-left: 30px;
    position:relative;
}

.ce-above .ce-gallery {
  margin-bottom: 30px;
}
.ce-below .ce-gallery {
  margin-top: 30px;
}




#header {
    transition: height .2s linear, background .2s linear;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0, .7));
}
#header.scroll-down {
    background:#FFFFFF;
    box-shadow: 0 2px 10px -5px #cacaca;
    border-bottom: 1px solid #eaeaea;
    transition: height .2s linear, background .2s linear;
}
.without-headerimage #header {
    position: sticky;
    background:#fff;
    box-shadow: 0 2px 10px -5px #cacaca;
}
.without-headerimage #header .main-navbar-01 .navbar-nav > li > a, .without-headerimage #header .topBar * {
    color: var(--rootFontColor);
}

.without-headerimage .navbar-toggler .icon-bar{
  background-color: #575756;
}


#header .container{
    max-width: 1920px;
    padding-right: 0;
    padding-left: 0;
}

#header .navbar-brand {
  padding: 10px 15px;
  background:#ffffff;
  position:relative;
}
#header .navbar-brand::after {
  content: "";
  width: 80px;
  height: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-18deg);
  transform-origin: left bottom;
}

#header .navbar-brand img{
  position: relative;
  height:36px;
  z-index:2;
}


#header .main-navbar-01 {
  padding-top:0;
  padding-bottom:0;
}
#header .main-navbar-01 .cta .Link-Button-1{
  width:auto;
}

#header .main-navbar-01 .navbar-nav{
  padding:30px 0 0;
}

#header .main-navbar-01 .navbar-nav > li {
  padding:0;
  border-bottom: 1px solid #eee; 
}
#header .main-navbar-01 .navbar-nav > li.dropdown::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 500;
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  transform: rotate(0deg);
  transition: .15s transform linear;
}
#header .main-navbar-01 .navbar-nav > li.dropdown.show::after {
  transform: rotate(180deg);
  transition: .15s transform linear;
}
#header .main-navbar-01 .navbar-nav > li.dropdown a::after {
  display:none;
}

#header .main-navbar-01 .navbar-nav > li > a {
    font-family:var(--thirdFontFamily);
    font-size:18px;
    font-weight:600;
    line-height: 1;
    padding:15px 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;    
}
#header .main-navbar-01 .navbar-nav > li.active > a {
    text-decoration: none;
    color: var(--primaryColor);
}
#header .main-navbar-01 .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: none;
  padding-top: 0;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
    padding-left:30px;
    font-size: 18px;
    font-weight: 500;
} 
#header .main-navbar-01 .navbar-nav .dropdown-menu > li.active > a {
    text-decoration: none;
    color: var(--primaryColor);
}

#header .header-contact-link {
    width:45px;
    height:45px;
    border-radius:50%;
    background-color: var(--primaryColor);
    margin-left: 10px;
    transition: background-color 0.5s;
}
#header .header-contact-link:hover {
    background-color: var(--secondaryColor);
}

#header .Link-Button-1 {
    font-family:var(--rootFontFamily);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.9;
padding: 10px 30px 10px 30px;
transition: background-color 0.5s;
font-weight: 700;
}
#header .Link-Button-1:after {
    display:none;
}
#header .Link-Button-1:hover {
    background-color: var(--secondaryColor);
}
#header .header-contact-link:before{
    font-family: "Font Awesome 6 Pro";
    content: "\f82d";
    font-weight: 600;
    font-size: 24px;
    display:inline-block;
    position: relative;
    color:#ffffff;  
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 45px; 
}


/*Megamenu*/
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top {
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -5px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a{
    position:relative;
    overflow:hidden;
    padding: 0 5px 10px 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height:80px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type span{
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    text-align: left;
    bottom: auto;
    top: 50%;
    transform: translateY(-40%);
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type span:before{
    font-family: "Font Awesome 6 Pro";
    content: "\f002";
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
    line-height: 1; 
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type span:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    font-weight: 400;
    font-size: 20px;
    right: 20px;
    position: absolute;
    line-height: 1;
}

#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a span{
    position:absolute;
    left: 0;
    bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    padding: 0 10px;
}
/*
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a::before{
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0, .8));
} */
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top img{
    width: 100%;
}

#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom {
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
    width: 100%;
    margin: 20px -5px 15px -5px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom .nav{
    width: 100%;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li a{
    background: var(--additionalColor);
    padding: 10px 20px;
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li.active a{
    color: var(--primaryColor);
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li a:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}  


/* Burger/Kreuz */
      .navbar-toggler {
          position: absolute;
          width: 50px;
          height: 50px;
          z-index: 99;
          border: none;
          right: 10px;
          top: -50px;
      }
      .navbar-toggler:focus {
          outline:none;
      }
      
      .navbar-toggler .icon-bar{
          transition: all .3s;
          z-index: 99;
          width: 34px;
          height: 6px;
          background-color: #ffffff;
          border-radius: 3px;
      }
      .scroll-down .navbar-toggler .icon-bar {
        background-color: #575756;
      }
      
      .navbar-toggler[aria-expanded="true"] .icon-bar{
          transition: all .3s;
          background-color: var(--rootFontColor);
          z-index: 99;
      }
      
      .navbar-toggler .icon-bar-1{     
          position: absolute;
          top: 12px;
          left:8px;   
      }
      
      .navbar-toggler[aria-expanded="true"] .icon-bar-1{    
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
          z-index: 99;  
          position: absolute;   
          top: 22px;   
      } 
      
      .navbar-toggler .icon-bar + .icon-bar {margin-top: 0px !important;}
      
      .navbar-toggler .icon-bar-2 {
          position: absolute;
          left:8px;
          top: 22px;
          opacity: 1;
          margin-top:0 !important;
      }
      
      .navbar-toggler[aria-expanded="true"] .icon-bar-2 {  
          opacity: 0;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
          z-index: 99;  
          position: absolute;
          left:20px;
          transition: all .3s;
      }
      
            
      .navbar-toggler .icon-bar-3{    
          position: absolute;
          left:8px;
          top:32px;   
      } 
      
      .navbar-toggler[aria-expanded="true"] .icon-bar-3{    
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); 
          transform: rotate(-45deg);
          z-index: 99; 
          top:22px;  
  }
/* Burger/Kreuz END */

#header .topBarMobile {
  margin:3rem 0;
}
#header .topBarMobile div{
  width:100%
}
#header .topBarMobile a{
  width: 100%;
  display: block;
  text-align: center;
  padding: .5rem 2rem;
  background: var(--primaryColor);
  color: #fff;
  max-width: 400px;
  margin: 0 auto .4rem auto;
  border-radius: 10px;
  font-weight: 300;
}
#header .topBarMobile a:before{
  position: relative;
  left: auto;
  margin-right: .4rem;
  color: #fff;
}


/*HeaderImage*/
.image-textoverlay {
    position: relative;
    overflow:hidden;
}
.image-textoverlay img{
    width:100%;
    transition: transform ease .5s;
}
.image-textoverlay.image-zoom-hoover:hover img{
    transform: scale(1.05);
}

.image-textoverlay .image-textoverlay-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 9;
}
.image-textoverlay.text-animated .image-textoverlay-text {
    transform: translate(-50%,-30%);
    opacity:0;
}
.image-textoverlay.text-animated .image-textoverlay-text.fadeIn{
    opacity:1;
    transform: translate(-50%,-54%);
    transition: opacity ease 1s, transform ease .7s;
}
.image-textoverlay .image-textoverlay-text .inner-container {
    background-color: rgba(255, 255, 255, 0.95);
    display: inline-block;
  padding: 45px 45px 30px 45px;
  position: relative;
}
.with-skew .image-textoverlay .image-textoverlay-text .inner-container {
  padding: 45px 0 30px 45px;
}
.image-textoverlay .image-textoverlay-text .inner-container .skew-container{
  position: absolute;
  width: 120px;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
.image-textoverlay .image-textoverlay-text .inner-container .skew-container .skew-image{
  height: 100%;
} 
.image-textoverlay.textAlignmentRight .image-textoverlay-text {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(0,-30%);
    width: 35%;
}
.image-textoverlay.textColorSecondary  .image-textoverlay-text, .image-textoverlay.textColorSecondary  .image-textoverlay-text * {
    color: var(--secondaryColor) !important;
}

.image-textoverlay.image-textoverlay-rangeslider .image-textoverlay-text {
    top: 40%;
}

.image-textoverlay-with-pagetitle {
    margin-bottom:7em; /**/
}
.image-textoverlay-with-pagetitle .image-textoverlay-title {
    position:absolute;
    bottom: 60px;
}
.image-textoverlay-with-pagetitle .image-textoverlay-title span, .image-textoverlay-with-pagetitle .image-textoverlay-title h1, .image-textoverlay-with-pagetitle .image-textoverlay-title h2 {
    background: var(--primaryColor);
    color:#ffffff;
    line-height: 1;
    padding: 20px 30px 15px 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
}


/*Bild SLider Head*/
.image-slider-head {
    max-width: 100% !important;
    padding: 0 !important;
}
.image-slider-head .swiper-slide .caption{
    margin-left:3%;
    opacity:0;
    transition: margin .2s .2s linear, opacity .2s .2s linear;
}
.image-slider-head .swiper-slide.swiper-slide-active .caption{
    margin-left:0;
    opacity:1;  
}
.image-slider-head .image-slider-head-pagination{
  position: absolute;
  bottom: 30px;
  z-index: 9;
}
.image-slider-head .image-slider-head-pagination .swiper-pagination-bullet{
    background:#fff;
    width: 15px;
    height: 15px;
    opacity: 1;
    box-shadow: 0 0 6px #ddd8d8;
    transition: all .2s linear; 
}
.image-slider-head .image-slider-head-pagination .swiper-pagination-bullet-active{
    background:transparent;
    border:3px solid #fff;
    width: 22px;
    height: 22px;
}


.swiper-image-slider-wrapper {
    position: relative;
}
.swiper-image-slider-wrapper .image-slider{
    overflow: hidden;
}
.swiper-image-slider-wrapper .image-slider img{
    width: 100%;
height: auto;
}
.swiper-image-slider-wrapper .swiper-button-prev, .swiper-image-slider-wrapper .swiper-button-next {
  display:none;
}
.swiper-image-slider-wrapper .swiper-button-prev {
  left: 15px;
}
.swiper-image-slider-wrapper .swiper-button-next {
  right: 15px;
}

.swiper-image-slider-wrapper .swiper-pagination {
  width: 100%;
  left: 0;
  padding-top: 5px;
}
.swiper-image-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 0;
  background: var(--rootFontColor);
  opacity: 1;
  margin: 0 4px;
}
.swiper-image-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primaryColor);
}


.swiper-icons-slider-wrapper {
    position: relative;
}
.swiper-icons-slider-wrapper .icons-slider{
    overflow: hidden;
}
.swiper-icons-slider-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.icon-and-text  {
    margin-bottom: 2em;
}
.icon-and-text .icon-and-text-title {
    font-weight: 700;
    margin-bottom: .5rem;
}
.icon-and-text .text p:last-of-type {
    margin-bottom:0;
}
.icon-and-text a:hover {
    text-decoration:none;
}
.icon-and-text:hover img  {
    animation: scaleAnimation01 .4s ease-in-out;
}


/*Cookie*/
.dp--revoke {
  background-color: #018232 !important;
}

.cc-window {
  background-color: var(--primaryColor) !important;
}

.cc-window .cc-btn{
  margin: 10px !important;
  width: 100% !important;
  background: #fff;
  color: var(--rootFontColor) !important;
}
.cc-window .cc-btn.cc-allow {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cc-window .cc-btn.cc-allow-all {
  background: #fff !important;
  color: var(--rootFontColor) !important;
}


#scrollToTop {
  width: 45px;
  height: 45px;
  opacity: 1;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  background-color: #018232;
  color: #ffffff;
  display: none;
}
#scrollToTop:hover {
  opacity:0.7;
  cursor:pointer;
}
#scrollToTop i {
  font-size:26px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/*Stage*/
.stage .stage-text-warpper {
    padding: 30px;
}
.stage.frame-custom-110 .stage-text-warpper, .stage.frame-custom-110 .stage-image::before {
    background-color: var(--additionalColor);
}
.stage.frame-custom-115 .stage-text-warpper, .stage.frame-custom-115 .stage-image::before {
    background-color: var(--primaryColor);
}
.stage.frame-custom-120 .stage-text-warpper, .stage.frame-custom-120 .stage-image::before {
    background-color: var(--secondaryColor);
}
.stage.frame-custom-110, .stage.frame-custom-115, .stage.frame-custom-120 {
    padding-top: 0;
  padding-bottom: 0;
}

/*Forms*/
.frame-type-form_formframework .form-control {
  padding: 1rem 1.5rem;
  height: auto;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.frame-type-form_formframework .form-group input[type="file"] {
  box-shadow: none;
}
.frame-type-form_formframework .form-label, frame-type-form_formframework .control-label {
  font-size: 1.125rem;
  font-weight: 500;
}
.frame-type-form_formframework .form-check .form-check-input, .frame-type-form_formframework .radio .form-check-input, .frame-type-form_formframework .form-check .form-check-label input[type="checkbox"], .frame-type-form_formframework .form-check-label .form-check input[type="checkbox"], .form-check .form-check-label input[type="radio"], .form-check-label .form-check input[type="radio"], .radio .form-check-label input[type="checkbox"], .form-check-label .radio input[type="checkbox"], .radio .form-check-label input[type="radio"], .form-check-label .radio input[type="radio"] {
  /*margin-left: -1.1em;
  margin-right: .75rem;*/
}
.frame-type-form_formframework .form-check-input:checked,.frame-type-form_formframework .form-check-label input[type="checkbox"]:checked, .frame-type-form_formframework .form-check-label input[type="radio"]:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.frame-type-form_formframework .actions {
  margin-top: 1.5rem;
}
.frame-type-form_formframework .actions button{
  display: inline-block;
  padding: 10px 60px 10px 60px;
  background: var(--primaryColor);
  color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  border: none;
  font-size: 1.25rem;
}
.frame-type-form_formframework .actions button:hover, .frame-type-form_formframework .actions button:focus, .frame-type-form_formframework .actions button:active{
  background: var(--secondaryColor);
}
.form-text.error {
  color:#d9534f;
}

.frame-type-form_formframework .input.radiobox .form-check,
.frame-type-form_formframework .input.checkbox .form-check {
  padding-left:0;
}
.frame-type-form_formframework .input.radiobox label,
.frame-type-form_formframework .input.checkbox label {
  display:inline-block;
  cursor:pointer;
  padding:0px 0px 0px 2rem;
  margin:0px 5px 0px 0px;
  line-height:22px;
  background:transparent url('../images/form-check-and-radiobox-bg.png') no-repeat scroll left top;
  background-size:auto;
  background-size:22px;
}
.frame-type-form_formframework .input.radiobox input[type="radio"]:checked,
.frame-type-form_formframework .input.checkbox input[type="checkbox"]:checked {
  background:transparent url('../images/form-check-and-radiobox-active-bg.png') no-repeat scroll left top;
  background-size:auto;
  background-size:22px;
}
.frame-type-form_formframework .input.radiobox input,
.frame-type-form_formframework .input.checkbox input {
  position:absolute;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:22px;
  height:22px;
  margin:0 0 0 -2rem;
  border:none;
  background:transparent;
}

/* ---- isotope ---- */

.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

.ui-group h3 {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}

/* color-shape */

.color-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}
 
.color-shape.round {
  border-radius: 35px;
}
 
.color-shape.big.round {
  border-radius: 75px;
}
 
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
 
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }


/*Hausfinder*/
.hausfinder-wrapper #hausfinder-counter {
    text-align:center;  
    margin-bottom: 2em;
    min-height:27px;
}
.hausfinder-wrapper .filters {
    margin: 3em -10px 2em -10px; 
}
.hausfinder-wrapper .filters .ui-group { 
    padding-right: 10px;
  padding-left: 10px;
}

.hausfinder-wrapper .filters .ui-group .ui-group-inner{ 
    background: #fff;
    padding: 10px 20px;
    height: 70px;
}
.hausfinder-wrapper .filters .ui-group .ui-group-inner .fa-chevron-down{ 
    width:40px;
    height:100%;
    position: absolute;
    top: 0;
    right: 10px;
    background: var(--primaryColor);
    color:#fff;
    display: flex;
  justify-content: center;
  align-items: center;
}
.hausfinder-wrapper .filters .ui-group .ui-group-inner img{ 
    float: left;
    margin-right: 20px;
}
.hausfinder-wrapper .filters .ui-group .ui-group-inner > span{
    display:block;
    font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.hausfinder-wrapper .filters .ui-group .ui-group-inner select{ 
    position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  bottom: 0;
  left: 10px;
  padding: 20px 0 0 100px;
  background: transparent;
  border: none;
  font-weight: 600;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #434343;
}
.hausfinder-wrapper .filters .ui-group .ui-group-inner select:hover{ 
  cursor:pointer;
}
.hausfinder-wrapper .filters select option:checked{

}

.hausfinder-wrapper .hausfinder, .hausfinder-wrapper .house_list {
  margin-right: -30px;
  margin-left: -30px;
}
.hausfinder-wrapper .hausfinder-card {
  /*width: 380px;
  height: 400px;
  margin: 5px;
  float: left; */
  margin-bottom: 60px; 
}

.hausfinder-wrapper .hausfinder-card .card{
  box-shadow: none; 
  transition: .2s box-shadow linear;
}
.hausfinder-wrapper .hausfinder-card:hover .card{
  box-shadow: 0 0 20px -4px #bfbfbf; 
}

.hausfinder-wrapper .hausfinder-card .card-body {
  padding: 20px;
  position:relative;
}

.hausfinder-wrapper .hausfinder-card .card-body .cd-element-inside {
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:40px;
  border: 9px solid var(--primaryColor);
  border-width: 9px 9px 0 0;
}

.hausfinder-wrapper .hausfinder-card .card-body .card-title{
  margin-bottom: 0;
  color:var(--primaryColor);
}
.hausfinder-wrapper .hausfinder-card .card-body .roofshape {
  font-size:14px;
  font-weight:500;
  margin-bottom: 10px !important;
}

.hausfinder-wrapper .hausfinder-card .card-footer{
  padding:0;
}
.hausfinder-wrapper .hausfinder-card .card-footer::before {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--additionalColor);
}
.hausfinder-wrapper .hausfinder-card .card-footer .row{
  margin-right: 0;
  margin-left: 0;
}
.hausfinder-wrapper .hausfinder-card .card-footer .col{
  font-size:14px;
  padding: 15px;
  text-align: center;
  border-right:2px solid  var(--additionalColor);
}
.hausfinder-wrapper .hausfinder-card .card-footer .col:last-of-type{
  border-right:0;
}


.hausfinder-wrapper .hausfinder-card .roofshape:first-letter, .hausfinder-wrapper .hausfinder-card .housetype:first-letter{
  text-transform: uppercase;
}
.hausfinder-wrapper .hausfinder-card a:hover {
  text-decoration:none;
}

/*House details*/

#house-details-item .house-details-item-image {
  position: relative;
}
#house-details-item .house-details-item-title {
  background-color: var(--primaryColor);
  padding: 1.5rem 2rem;
  width: 100%;
}
#house-details-item .house-details-item-title * {
    color:#fff;
    text-transform:none;
}
#house-details-item .house-details-item-title .h1 {
    font-weight: 800;
}
#house-details-item .house-details-item-title .span-subheader {
    font-size: 1em;
}
#house-details-item .house-details-item-anchor-nav li{
    background:var(--primaryColor);
}
#house-details-item .house-details-item-anchor-nav *{
    color:#fff;
}
#house-details-item .house-details-item-anchor-nav a{
    padding:.6rem 0;
    display:block;
    border-top: 1px solid #0d883b;
    font-weight: 500;
}
#house-details-item .house-details-item-anchor-nav a i{
    padding-right:.5em;
}
#house-details-item .house-details-item-anchor-nav li:last-of-type {
  background-color: var(--secondaryColor);
}
#house-details-item .house-details-item-anchor-nav li:last-of-type a{
  border-top: none;
}

#house-details-item .house-details-item-description table tr td{
    padding: 0.6rem 1rem 0.6rem 0;
}
#house-details-item .house-details-item-description table tr:first-of-type td{
    border-top: none;
}
#house-details-item .house-details-item-description .main-text {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
}
#house-details-item .house-details-item-description .main-text p{
    font-size:1.25rem;
}

#house-details-item .swiper-house-gallery-slider-wrapper{
    padding:0 4rem;
}
#house-details-item .house-gallery-slider{
    overflow: hidden;
}
#house-details-item .swiper-button-next {
    right: 15px;
}
#house-details-item .swiper-button-prev {
    left: 15px;
}

#house-details-item .house-gallery-slider-pagination .swiper-pagination-bullet{
  background: var(--primaryColor);
  width: 20px;
  height: 20px;
  opacity: 1;
  box-shadow: 0 0 6px #ddd8d8;
  transition: all .2s linear;
  margin: 0 .2rem;
  border-radius: 0;
}
#house-details-item .house-gallery-slider-pagination .swiper-pagination-bullet-active{
    background: transparent;
    border: 3px solid var(--primaryColor);
}

#house-details-item .image-slider-head .swiper-buttons{
  position:absolute;
  bottom: 110px;
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
}
#house-details-item .image-slider-head .swiper-button-prev, #house-details-item .image-slider-head .swiper-button-next{
  position:relative;
  background:none;
  top: auto;
  left: auto;
  right: auto;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin: 0 6px;
}
#house-details-item .image-slider-head .swiper-button-prev::after, #house-details-item .image-slider-head .swiper-button-next::after{
  display: block;
  font-size: 24px;
  font-weight: 600;
}
#house-details-item .image-slider-head .swiper-button-prev::after{
  padding-right: 3px;
}
#house-details-item .image-slider-head .swiper-button-next::after{
  padding-left: 3px;
}





/*Membersfinder*/
.filters-button-group button {
    margin:5px 10px;
}

.membersfinder .members-item {
    margin-bottom:60px;
}
.membersfinder .members-item-inner {
    background: var(--additionalColor);
}
.frame-custom-110 .membersfinder .members-item-inner {
    background: #fff;
}

.membersfinder .members-item-inner .members-item-img picture{
    overflow: hidden;
  display: block;
}
.membersfinder .members-item-inner .members-item-img img{
    height: 100%;
    width:100%;
  object-position: 50% top;
  object-fit: cover;
  transition: transform .3s ease-out;
}

.membersfinder .members-item:hover .members-item-img img{
    transform: scale(1.075);
}

.membersfinder .members-item-inner .members-item-img .arrow{
    border-width: 0 12px 12px 0;
    right: 30px;
    bottom: 0;
    width: 60px;
    height: 60px;
}
.membersfinder .members-item-desc {
    padding: 30px 15px 30px 0;
}
.membersfinder .members-item-desc h3, .membersfinder .members-item-desc h4 {
    font-size: 22px;
  text-transform: none;
  font-weight: 800;
}
.membersfinder .members-item-desc a {
  font-size: 1rem;
}

/*Card image left*/
.card-image-left .card-image-left-inner {
    margin-bottom:60px;
    background:#fff;
}
.card-image-left .card-image-left-desc {
    padding: 30px 30px 30px 0;
}
.card-image-left .card-image-left-desc .title{
    text-transform: none;
}
.card-image-left .card-image-left-desc .title .span-subheader{
  font-size: .7em;
}
.card-image-left .card-image-left-desc p, .card-image-left .card-image-left-desc a.card_image_left_link{
    font-size: .9em;
}
.card-image-left .card-image-left-desc a[class^="Link-"] {
    padding: 0 0 0 24px;
    font-weight: 400;
}
.card-image-left .card-image-left-desc a.Link-Button-1{
    padding: 3px 25px 3px 25px;
}
.card-image-left .card-image-left-desc .card_image_left_link {
    margin-top:1rem;
}
.card-image-left .card-image-left-img img {
  height: 100%;
  width: 100%;
  object-position: 50% top;
  object-fit: cover;
}

/*Expand Images 4 columns*/

.expand-images {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.expand-images .ex-col {
    position: relative;
}

.expand-images .expand-images-image {
    margin-bottom:0;
}
.expand-images .ce-gallery .ce-outer, .expand-images .ce-gallery .ce-inner{
    float: none;
    right: auto;
}

.expand-images .ce-gallery .ce-column {
    width: 100%;
}
.expand-images .expand-images-image picture{
    display:block;
}

.expand-images .ex-col {
    overflow: hidden;
}
.expand-images .ex-col::after {
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0, .8));
}

.expand-images .expand-images-title {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 700;
    opacity:1;
    transition: opacity .3s cubic-bezier(.19,1,.22,1);
    z-index: 2;
} 
.expand-images .expand-images-description {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    width:100%;
    text-align: center;
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    z-index: 2;
} 
.expand-images .expand-images-description .description-title {
    display:block;
    margin-bottom:1rem;
    text-transform: uppercase;
    font-size:30px;
    font-weight: 800;
} 
.expand-images .expand-images-description .Link-Button-1 {
    padding: 6px 40px 6px 40px;
    font-size: 1rem;
}

.expand-images .ex-col:hover .expand-images-title {
    opacity:0;
} 
.expand-images .ex-col:hover .expand-images-description {
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
}    
.expand-images  * {
    color:#ffffff;
}
.expand-images .ex-col picture:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
    opacity:0;
    -webkit-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    -o-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .8s cubic-bezier(.19,1,.22,1);
}

.expand-images .ex-col:hover picture:after {
   opacity:1;
    -webkit-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    -o-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .8s cubic-bezier(.19,1,.22,1);
}

.arrow {
    border: 20px solid var(--primaryColor);
    width: 130px;
    height: 130px;
    position: absolute;
}
.arrow.outside-left-top {
    border-width: 25px 0 0 25px;
    left: -25px;
    top: -25px;
}


/*tile*/
.tile-wrapper {
    height: 100%;
    padding-bottom: 60px;
}
.tile-item {
    padding: 30px;
    height: 100%;
}
.tile-item p:last-of-type, .tile-item a:last-of-type  {
    margin-bottom:0;
}

/*image-outer-edge*/
.image-outer-edge .inner-container .image{
    padding:30px;
}

.image-outer-edge.edge-position-left .inner-container .image {
    background: linear-gradient(90deg, var(--primaryColor) 50%, rgba(0,212,255,0) 50%);
    padding-right:0;
}
.image-outer-edge.edge-position-right .inner-container .image {
    background: linear-gradient(90deg, rgba(0,212,255,0) 50%, var(--primaryColor) 50%);
    padding-left:0;
}


/*imagelist text on hover*/
.imagelist_textonhover_element {
    position:relative;
    margin-bottom:60px;
    transition: transform .3s linear, box-shadow .3s linear;
}
.imagelist_textonhover_element:hover {
    transform: scale(1.05);
    box-shadow: 0 0 16px -6px #000;
}
.imagelist_textonhover_element .inner-container {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index:9;
}
.imagelist_textonhover_element .inner-container .title{
    background-color: var(--primaryColor);
    color: #fff;
    padding: .5rem 1rem;
    font-weight:600;
    line-height: 1.2;
}
.imagelist_textonhover_element .inner-container .description{
    opacity:0;
    transition: opacity .3s linear;
} 
.imagelist_textonhover_element:hover .inner-container .description{
    opacity:1;
}
.imagelist_textonhover_element .inner-container .description *{
    color: #fff;
    font-size:.9rem;
    font-weight:600;
}
.imagelist_textonhover_element.with-text::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity:0;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  transition: opacity .3s linear;
}
.imagelist_textonhover_element.with-text:hover:before{
  opacity:.5;
  
}
.imagelist_textonhover_element::after{
  content: "";
  border: 12px solid var(--primaryColor);
  border-width: 0 12px 12px 0;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index:2;
}

/*profilseite */
.profilseite .card-person {
    padding-bottom:1rem;
}
.profilseite-link {
    background: var(--primaryColor);
    color:#ffffff;
    display:block;
    padding:1rem 2rem;
    font-weight:400;
    transition: background .2s linear, transform .1s linear;
}
.profilseite-link i{
    padding-right:.5rem;
    font-size: 1.25rem;
}
.profilseite-link:hover{
    color:#ffffff;
    text-decoration:none;
    background: #008a35;
    transform: scale(1.025);
}


#footer-cta {
    position:relative;
}
#footer-cta .footer-cta-image .ce-outer, #footer-cta .footer-cta-image .ce-inner, #footer-cta .footer-cta-image .ce-column, #footer-cta .footer-cta-image figure, #footer-cta .footer-cta-image img {
    width:100%;
}
#footer-cta .footer-cta-content {
    position:absolute;
    top:50%;
    left:60%;
    transform: translateY(-50%);
    width:35%;
    padding:3rem;
    background-color: rgba(255, 255, 255, 0.90);
}
#footer-cta .ce-gallery{
    margin-bottom:0;
}
#footer-cta input{
    font-size:16px;
}
#footer-cta input[type="text"]{
    background: #fff;
    border-radius:10px;
    padding: 10px 20px;
}
#footer-cta .checkbox label{
    font-size:14px;
    line-height:1.2;
}

#footer-cta .checkbox label, #footer-cta .checkbox label .powermail_checkbox[type="checkbox"]:checked {
  background-size: 18px;
}
#footer-cta .tx-powermail .powermail_fieldwrap_type_submit {
  margin: 1rem 0 0 0;
}


#footer-partner-slider {
    margin:2rem;
}

footer {
  background-color: var(--primaryColor);
  padding: 60px 0 0 0;
  color:#ffffff;
  font-size:16px;
  position:relative;
}

footer .container{
    max-width: 1920px;
    padding-right: 60px;
    padding-left: 60px;
}

footer .ce-table td{
  border:none;
  padding: 0 0.5em 0 0;
  line-height: 1.2;
}

footer a, footer a:hover{
    color:#ffffff; 
}

footer .nav a{
    text-transform: uppercase;
    margin-left: 2rem;
    padding: 0;
    font-weight: 400;
}

footer .footer-logo a{margin: 0 auto;}

footer .footer-social-links  {
    margin-top:1rem;
}
footer .footer-social-links a {
    margin-left:2rem;
}
footer .footer-social-links a i{
    font-size:36px;
}
footer .footer-social-links a i.fa-facebook{
    font-size:32px;
}
footer .footer-social-links a i.fa-youtube{
    font-size:40px;
}

footer .nav.navbar-footer-bottom a{
    text-transform: none;
    text-transform: none;
}


.bottom-bar{
color: #004d1d;
padding: 3rem 0 .5rem 0;
font-size: 14px;
font-weight: 400;
}

.bottom-bar p{margin:0;}

.bottom-bar .navbar-footer-bottom{
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
margin: 0;
} 

.bottom-bar .navbar-footer-bottom li{list-style: none;}
.bottom-bar .navbar-footer-bottom li:last-of-type a {padding-right:0;}

.bottom-bar .bottom-bar-left,
.bottom-bar .navbar-footer-bottom li a{
color: #004d1d;
padding: 0 1rem 0.5rem .6rem;
margin-left: 0;
}

.bottom-bar .navbar-footer-bottom li{
position: relative;
}


.bottom-bar .navbar-footer-bottom li:last-of-type a:after {display:none;}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}


/*testimonial-slider*/
.swiper-testimonial-slider-wrapper {
    overflow:hidden;
    position: relative;
}
.swiper-testimonial-slider-wrapper .testimonial-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 65%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-weight: 600;
  font-size: 1.2em;
}
.swiper-testimonial-slider-wrapper .testimonial-image img{
    max-width: 120px;
    border-radius: 50%;
    margin-left: 30px;
}
.swiper-testimonial-slider-wrapper .testimonial-text{
    position: relative;
    max-width: 65%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1.1;
    font-style: italic;
    padding: 5px 0;
}
.swiper-testimonial-slider-wrapper .testimonial-text:before{
    content:"„";
    position: absolute;
    left: -70px;
    top: -150px;
    font-size:200px;
    font-weight: 300;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.swiper-testimonial-slider-wrapper .testimonial-text:after{
    content:"“";
    display:inline;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
}
.swiper-button-prev, .swiper-button-next {
    width:50px;
    height:100px;
}
.swiper-button-prev::after, .swiper-button-next::after {
    display:none;
}
.swiper-button-prev {
    left: 0px;
    background: url(../images/swiper-button-prev.png) no-repeat left center;
}
.swiper-button-next {
    right: 0px;
    background: url(../images/swiper-button-next.png) no-repeat left center;
}  
/*
.frame-custom-100 .swiper-button-prev, .frame-custom-105 .swiper-button-prev  {
    left: 0px;
    background: url(../images/swiper-button-prev-white.png) no-repeat left center;
}
.frame-custom-100 .swiper-button-next, .frame-custom-105 .swiper-button-next {
    right: 0px;
    background: url(../images/swiper-button-next-white.png) no-repeat left center;
} */

/*card*/
.card-wrapper{
    height: 100%;
    padding-bottom: 60px;
}
.card{
    overflow: hidden; 
    border: none;
    border-radius: 0px;
    height: 100%;
}
.card.bg-color-grey{
    background-color: var(--additionalColor);
    box-shadow: none;
}
.card .card-img-top{
    overflow: hidden; 
    border-radius: 0;
}
.card .card-img-top img{
    transition: transform .3s ease-out;
}
.card:hover .card-img-top img{
    transform: scale(1.075);
    transition: transform .3s ease-out;
}
.card .card-body {
  padding: 30px;
  font-size: 18px;
}
.card h3, .card .h3 {
  font-size: 1.4em;
}
.card h4, .card .h4 {
  font-size: 1.2em;
}
.card .card-body .card-title{
  margin-bottom: 15px;
}
.card .card-body .card-text .card-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.card .card-body .card-text .card-row:first-of-type{
  margin-top: 0;
}
.card .card-body .card-text .card-row p:last-of-type{
  margin-bottom: 0;
}
.card .card-footer {
    background:transparent;
    border-top:0;
    padding: 0 30px 0 30px;
}
.card .card-footer a{
    font-family:var(--secondFontFamily);
    display:inline-block;
    padding: 0 0 20px 0;
    font-weight:700;
    transition: color .15s ease-out;
    text-transform: uppercase;
    font-size: .9em;
}
.card .card-footer a:hover{
    color:var(--primaryColor);
    text-decoration:none;
    transition: color .15s ease-out;
}
.card .card-footer a::before{
    font-family: "Font Awesome 6 Pro";
    content: "\f138";
    font-weight: 600;
    font-size: 18px;
    display:inline-block;
    position: relative;
    margin-right: 10px;  
    color: var(--primaryColor);
}

/*card-person*/
.card-wrapper.card-person{
    height:auto;
}
.card-person .card{
    border: 1px solid var(--additionalColor);
}
.card-person .card.frame-custom-100, .card-person .card.frame-custom-105, .card-person .card.frame-custom-110, .card-person .card.frame-custom-115, .card-person .card.frame-custom-120{
  padding-top: 0;
  padding-bottom: 0;
}

/*Akkordeon*/
.accordion .card {
    background-color: var(--additionalColor);
    margin-bottom:15px;
    hyphens: auto;
    border-radius: 0;
    box-shadow: none;
}
.frame-custom-110 .accordion .card {
    background-color: #fff;
}
.accordion .card .card-header{
    background-color:transparent;
    padding: 0;
    border: none;
}
.accordion .card .card-header button:after {
    content: "-";
    position: absolute;
    right: 28px;
    top: 10px;
    font-size: 60px;
    font-weight: 400;
    line-height: 0.7;
}
.accordion .card .card-header button.collapsed:after {
    content: "+";
    top: 16px;
    right: 25px;
    font-size: 40px;
    line-height: 1;
}
.accordion .card .card-header button{
    padding: 20px 70px 20px 30px;
    width: 100%;
    text-align: left;
    font-size: var(--rootFontSize);;
    font-weight: 600;
    color: var(--rootFontColor);
    box-shadow: none;
    text-decoration: none !important;
}
.accordion .card .card-body{
    padding: 15px 25px 30px 30px;
}

.ggmaps-iframe {
    margin-bottom:-10px;
}


/*catchments*/
.catchments .card-header button {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
}
.catchments .district {
    border:2px solid var(--additionalColor);
}
.catchments .district span, .catchments .district a{
    font-weight:400;
}
.catchments .district span{
    padding:.5rem 1rem;
    display: inline-block;
}
.catchments .district a{
    padding: .65rem 1rem;
    background-color:var(--additionalColor);
    color:var(--primaryColor);
    display: inline-block;
    font-size: .9rem;
    font-weight: 500;
}


/*three-cols-fluid*/
.three-cols-fluid .card{
   
}



.technical-data {
    font-size:18px;
    padding:30px;
    box-shadow: 0 0 20px -4px #bfbfbf;
}
.technical-data hr{
    margin:0;
}
.technical-data > .row  {
    padding-top:10px;
    padding-bottom:10px;
}
.technical-data > .row:first-of-type  {
    padding-top:0px;
    padding-bottom:0px;
}
.technical-data > .row:last-of-type  {
    padding-bottom:0px;
}
.technical-data > .row > div:first-of-type {
    font-weight:500;
}



.custom-table {
    font-size:18px;
    padding:30px;
    box-shadow: 0 0 20px -4px #bfbfbf;
}
.custom-table hr{
    margin:0;
}
.custom-table .custom-table-rows > .row  {
    padding-top:10px;
    padding-bottom:10px;
}
/* 
.custom-table .custom-table-rows > .row:first-of-type  {
    padding-top:0px;
}    */       
.custom-table .custom-table-rows > .row:last-of-type hr  {
    display:none;
}               
.custom-table .custom-table-rows > .row > div:first-of-type {
    font-weight:500;
}
.custom-table .custom-table-footer  {
    margin-top:30px;
}
.custom-table .custom-table-footer p{
    margin-bottom:0;
}

/*Bild mit Text, 2 spalten (volle Breite)*/
.image-text-two-cols {
    padding-top: 0;
  padding-bottom: 0;
}
.image-text-two-cols .row {
    margin:auto;
}
.image-text-two-cols img {
    height: 100%;
  object-position: 50% top;
  object-fit: cover;
}

.image-text-two-cols .text-wrapper {
    height: 100%;
}
.image-text-two-cols .text-wrapper > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.image-text-two-cols .text-wrapper:after{
    content:"";
    border: 20px solid var(--primaryColor);
    width: 100px;
    height: 100px;
    position: absolute;
}
.image-text-two-cols.arrow-position-left_top .text-wrapper:after{
    left: 0;
    top: 0;
    border-width: 20px 0 0 20px;
}
.image-text-two-cols.arrow-position-right_top .text-wrapper:after{
    right: 0;
    top: 0;
    border-width: 20px 20px 0 0;
}
.image-text-two-cols.arrow-position-right_bottom .text-wrapper:after{
    right: 0;
    bottom: 0;
    border-width: 0 20px 20px 0;
}
.image-text-two-cols.arrow-position-left_bottom .text-wrapper:after{
    left: 0;
    bottom: 0;
    border-width: 0 0 20px 20px;
}
.image-text-two-cols.arrow-position-none .text-wrapper:after{
    display:none;
}
.image-text-two-cols .text-wrapper .text{
    padding: 60px 60px;
    opacity:0;
    transform: translateY(10%);
}
.image-text-two-cols .text-wrapper .text.fadeIn{
    opacity:1;
    transform: translateY(0);
    transition: opacity ease 1s, transform ease .7s;
}

/*Fullscreen video*/
.custom-video.video-fullscreen {
    min-height: 100vh;
}
.custom-video.video-fullscreen .video-embed {
    max-width:100%;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.custom-video.video-fullscreen .video-embed video{
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.custom-video.video-fullscreen .container{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.custom-video.video-fullscreen .container .image {
    margin-bottom: 60px;
}
.custom-video.video-fullscreen .container .text{
    max-width: 65%;
}
.custom-video.video-fullscreen .container .text *{
    color: #ffffff;
}
.custom-video.video-fullscreen .container .text p{
    max-width:80%;
}

.custom-video.video-fullscreen  .container .text .Link-Button-2{
    color: var(--primaryColor);
}
.custom-video.video-fullscreen .container .text .Link-Button-1:hover, .custom-video.video-fullscreen .container .text .Link-Button-2:hover{
    color: #ffffff;
}
.custom-video.video-fullscreen.darken:before{
    content:"";
    background:#000000; 
    /*background-image: linear-gradient(to right, #2d2d2d 0%, #0000 70%);  */
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: .2;  
}
.custom-video.video-fullscreen.description-center .container .text{
    max-width: 100%;
    text-align:center;
}
.custom-video.video-fullscreen.description-center .container .text p{
    max-width: 100%;
}

/*Video text bottom*/
.custom-video.video-text-bottom {
      height: 100%;
}
.custom-video.video-text-bottom video{
      width: 100%;
}
.custom-video.video-text-bottom .video{
    position:relative;
}
.custom-video.video-text-bottom .video:after{
    content:"";
    height: 50%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    z-index:1;
}
.custom-video.video-text-bottom.bgColor1{
    background: #070c0f;
}
.custom-video.video-text-bottom.bgColor2{
    background: #464945;
}
.custom-video.video-text-bottom.bgColor3{
    background: #225760;
}
.custom-video.video-text-bottom.bgColor1 .video:after{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#050c15),color-stop(65%,#070c0f),to(rgba(6,22,35,0)));
    background-image: linear-gradient(to top,#050c15,#070c0f 5%,rgba(6,22,35,0));
}
.custom-video.video-text-bottom.bgColor2 .video:after{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#464945),color-stop(65%,#464945),to(rgba(70,73,69,0)));
background-image: linear-gradient(to top,#464945,#464945 5%,rgba(70,73,69,0));
}
.custom-video.video-text-bottom.bgColor3 .video:after{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#225760),color-stop(65%,#225a60),to(rgba(34,88,97,0)));
    background-image: linear-gradient(to top,#225760,#225a60 5%,rgba(34,88,97,0));
}
.custom-video.video-text-bottom .text{
    padding:30px 0;
    position: relative;
    z-index:2;
}
.custom-video.video-text-bottom .text *{
    color:#FFFFFF;
}

/*Custom Video video-image-text-overlay*/
.video-image-text-overlay {
    position:relative;
}
.video-image-text-overlay .video-image{
    position: relative;
    z-index: 1;
    opacity:1;
}      
.video-image-text-overlay .video-image.play{
    position: absolute;
    z-index: -1;
    opacity:0;
    transform: translateY(-100%);
    transition: opacity .2s linear, transform .1s .2s linear;
}

.video-image-text-overlay .video-image .title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 90px;
    max-width: 1920px;
    width: 100%;
}
.video-image-text-overlay .video-image .title span{
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    font-family: var(--secondFontFamily);
}
.video-image-text-overlay .video-image .title button{
    position:relative;
    height: 130px;
    width: 130px;
    background: 0 0;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #fff;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 1;
}
.video-image-text-overlay .video-image .title button svg{
    left: 50%;
    top: 50%;
    position: absolute;
    width: 45px;
    -webkit-transform: translate(-40%,-50%);
    transform: translate(-40%,-50%);
}

.video-image-text-overlay .video-image:hover{
    cursor: pointer;
}
.video-image-text-overlay .video-image:hover .title::after{
    transform: scale(1.1);
    box-shadow: 0 0 16px #000;
    transition: all .3s linear;
}
.video-image-text-overlay .video-embed{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.video-image-text-overlay .video-embed video{
    width: 100%;
    margin-bottom: -10px;
} 
.video-image-text-overlay .video-embed.play{
    position: relative;
    left: 0;
    transform: none;
}

/*content slider*/
.swiper-content-slider-three-cols-wrapper {
    position: relative;
    padding-right: 60px !important;
padding-left: 60px !important;
}
.gridWrap .frame .swiper-content-slider-three-cols-wrapper {
    margin-right: -30px;
    margin-left: -30px;
}
.content-slider-three-cols {
    overflow: hidden;
}
.content-slider-three-cols .item-container {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  padding: 250px 30px 30px;
  position: relative;
}

.content-slider-three-cols.swiper-container-autoheight, .content-slider-three-cols.swiper-container-autoheight .swiper-slide {
  height: 100%;
}
.content-slider-three-cols .item-container::after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.7)));
  background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
  content: '';
}
.content-slider-three-cols .item-container img, .content-slider-three-cols .item-container::after {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.content-slider-three-cols .item-container img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .35s ease-in-out;
}
.content-slider-three-cols .slider-content {
    position: relative;  
    z-index: 5; 
}
.content-slider-three-cols .slider-content *{
    color:#ffffff;
}
.content-slider-three-cols a:hover{
    text-decoration:none;
}
.content-slider-three-cols .item-container:hover img{
    transform: scale(1.1);
    transition: transform .35s ease-in-out;
}
.content-slider-three-cols .slider-content .slider-title{
    display: block;
    margin-bottom:15px;
}
.content-slider-three-cols .slider-content .slider-description{
    font-size:.9em;
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-next {
    transform: translate(50%,-30%);
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-prev {
    transform: translate(-50%,-30%);
}


.frame-type-textmedia .ce-outer, .frame-type-textmedia .ce-inner,  .frame-type-textmedia .ce-column {
    float:none;
}
.frame-type-textmedia .video {
    display:block;
}

#header .top-info-bar {
opacity: 1;
transition: opacity .1s linear,top .2s linear;
}

#header .top-info-bar .frame-custom-100,
#header .top-info-bar .frame {padding:0;}

#header .top-info-bar  .frame p {margin:0;padding: 2px 10px;font-size: 18px;}

#header.scroll-down .top-info-bar{position: absolute;width: 100%;}

#header.scroll-down .top-info-bar{
  top: -10px; 
  opacity:0;
  transition: opacity .1s linear, top .2s linear ;
}


/*Icons Columns*/
.icons-columns {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icons-columns .icons-item{
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; 
    text-align: center;
    padding-bottom: 1rem;   
}
.icons-columns .icons-item-image{
    
}
.icons-columns *{
    color:#ffffff;
}
.icons-columns a{
    display:block;
    padding: 1rem 2rem;
    background: var(--primaryColor);
    text-align: center;
    transition: all .3s linear;
    height: 100%;
}
.icons-columns a:hover{
    background: var(--secondaryColor);
    transform: scale(1.05);
    text-decoration:none;

}
.icons-columns .icons-item-title{
    font-weight: 700;
  font-size: 20px;
  margin-top: 1rem;
  display: block;
}

/*imagelist_multicolumn*/
.imagelist_multicolumn img {
    margin-bottom:2rem;
}

/*bauphasen table*/
.bauphasen {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.bauphasen .tile-wrapper {
  padding-bottom: 0;
}




@media (min-width: 567px) {
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 540px;
}

#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}



}


@media (min-width: 768px) {

#header .main-navbar-01{
    padding: 0 30px;
}
#header .main-navbar-01 .navbar-toggler {
  right: 30px;
}
	
#search-header:before {
	top: 32px;
	right: 75px;
}	
	
	
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 720px;
}

.p-text-extra-large {
    font-size: 36px;
}

.image-textoverlay .image-textoverlay-text .inner-container {
    max-width: 65%;
}


#header .navbar-brand {
  padding: 15px 30px;
}
#header .navbar-brand img {
  height: 50px;
}

.navbar-toggler {
    top: -67px;
}

.image-textoverlay-with-pagetitle .image-textoverlay-title span {
  padding: 5px 60px 30px 60px;
}

.icon-and-text .icon-col {
    padding-right: 0;
    padding-left: 0;
}

/*Card image left*/
.card-image-left .card-image-left-img {
  padding-right:0;
}

/*house details*/
#house-details-item .house-details-item-title{
  position: absolute;
  right: 0;
  top: 20%;
  padding: 2.5rem;
  width: 30%;
  z-index: 9;
}
#house-details-item .house-details-item-anchor-nav a{
  padding: 2rem;
  text-align: center;
  border-top:0;
  border-right: 1px solid #017d2f;
}
#house-details-item .house-details-item-anchor-nav li:last-of-type a{
  border-right: none;
}


.content .frame-layout-3 > * {
    padding-right: 0;
    padding-left: 0; 
}

}

@media (min-width: 992px) {

.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 960px;
}

.p-text-extra-large {
    font-size: 46px;
}


#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a{
    padding: 0 5px 10px 5px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-height:100%;
    margin-bottom: 0;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type span{
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  bottom: 15px;
  top: auto;
  transform: none;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type span:before, #header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type span:after{
display:none;
}


.swiper-image-slider-wrapper .swiper-pagination {
  display:none;
}

.swiper-image-slider-wrapper {
  padding: 0 100px !important;
}
.swiper-image-slider-wrapper .swiper-button-prev, .swiper-image-slider-wrapper .swiper-button-next {
  margin-top: 0;
  transform: translateY(-50%);
  display:block;
}

.swiper-content-slider-three-cols-wrapper.no-padding {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-next {
    transform: translate(100%,-30%);
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-prev {
    transform: translate(-100%,-30%);
}

.image-textoverlay .image-textoverlay-text > p {
    max-width: 45%;
}  


.image-textoverlay .image-textoverlay-text .inner-container {
    max-width: 50%;
}


footer .footer-logo {
  padding-right: 0;
  display: flex;
  align-items: center;
}

footer .nav li:last-of-type a {
  padding-right: 0;
}

.stage .stage-image::before {
  content: "";
  width: 200px;
  height: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%) skewX(-12deg);
  transform-origin: left bottom;
}
.stage .stage-text-warpper {
  z-index: 1;
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 2% 0 15%;
}


/*Expand Images 4 columns*/
.expand-images {
    display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.expand-images .ex-col {
    width:50%;
    -webkit-transition: width .8s cubic-bezier(.19,1,.22,1);
    -o-transition: width .8s cubic-bezier(.19,1,.22,1);
    transition: width .8s cubic-bezier(.19,1,.22,1);
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;/**/
}

.expand-images .ex-col:hover {
    width:50%;
    -webkit-transition: width .8s cubic-bezier(.19,1,.22,1);
    -o-transition: width .8s cubic-bezier(.19,1,.22,1);
    transition: width .8s cubic-bezier(.19,1,.22,1);
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;/* */
}



.expand-images .ex-col:hover .ce-bodytext * {
   color:#ffffff;
}

.expand-images img {
    height: 40vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
/*two columns*/
.expand-images.two-columns .ex-col {
    width:50%;
}
.expand-images.two-columns .ex-col:hover {
    width:70%;
}
.expand-images.two-columns .ce-gallery img {
    height: 55vh;
}


}

@media (min-width: 992px) and (max-width: 1199px) {


#header .cta {
  position: absolute;
  top: 20px;
  right: 120px;
}

.navbar-toggler {
    top: -67px;
  }

#header .Link-Button-1 {
  font-family: var(--rootFontFamily);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.6;
  padding: 5px 30px 5px 30px;
  transition: background-color 0.5s;
  height: 35px;
}
#header .header-contact-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#header .header-contact-link::before {
    font-size: 20px;
    height: 35px;
}

}

@media (min-width: 1099px) {

/*house details*/
#house-details-item .house-details-item-anchor-nav{
  position: absolute;
  left: 0;
  bottom: 0;
  width:100%;
  z-index: 9;
}
#house-details-item .house-details-item-anchor-nav li{
    background-color: rgba(0, 151, 58, 0.85);
    transition: background .3s linear;
}
#house-details-item .house-details-item-anchor-nav li:hover{
    background-color: rgba(0, 151, 58, 1);
}
#house-details-item .house-details-item-anchor-nav li:last-of-type{
    background-color: rgba(240, 150, 0, 0.90);
}
#house-details-item .house-details-item-anchor-nav li:last-of-type:hover{
    background-color: rgba(240, 150, 0, 1);
}

}



@media (min-width: 1200px) {
/*
.navbar-expand-xl .navbar-collapse:not(.show) {
  display: none !important;
}   */


.image-textoverlay .image-textoverlay-text .inner-container {
    max-width: 40%;
}
.image-textoverlay .image-textoverlay-text .inner-container *{
  z-index:2;
}

/*Membersfinder*/
.membersfinder .members-item-inner .members-item-img{
    padding-right: 0;
}
.membersfinder .members-item-inner .members-item-img .arrow{
  right: 0;
}

#search-header:before {
	top: 4px;
	right: 45px;
}

#search-header {
	top: 26px;
    right: 15px;
	position: absolute;
	font-weight: 400;
	opacity: 1;
    transition: opacity .1s linear, top .2s linear;
}	

.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1140px;
}


.p-text-extra-large {
    font-size: 60px;
}

#header .topBar {
  position: absolute;
  right: 60px;
  top: 26px;
  opacity: 1;
  transition: opacity .1s linear, top .2s linear;
}
#header.scroll-down .topBar {
  opacity: 0;
  top: -50px;
  transition: opacity .1s linear, top .2s linear;
}
#header .topBar *{
  color:#ffffff;
  font-size:0.9rem;
  font-weight: 500;
}
#header .topBar p{
  margin-bottom:0;
}
#header .topBar a{
  margin-left:1rem;
  padding: 0 0 0 20px;
}

#header .navbar-brand img {
  height: 70px;
  transition: height .2s linear;
}

#header.scroll-down {
  box-shadow: 0 2px 10px -5px #cacaca;
  transition: height .2s linear;
}

#header.scroll-down .dropdown-menu-wrap {
  top: 90px;
}
#header.scroll-down .navbar-brand img {
  height: 50px;
  transition: height .2s linear;
}
#header.scroll-down .navbar-brand {
  padding: 10px 45px 20px 45px;
  transition: padding .2s linear;
  
}
#header.scroll-down .main-navbar-01 {
  bottom: 3px;  
  transition: bottom .2s linear;  
}

#header.scroll-down #search-header,
#header.scroll-down .topbar {
  top: -10px; 
  opacity:0;
  transition: opacity .1s linear, top .2s linear ;
}
#header.scroll-down .main-navbar-01 .navbar-nav > li > a {
  padding: 0;
  margin: 35px 20px 25px 20px;
  transition: padding .2s linear; 
}
#header .container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
#header .navbar-brand {
    padding: 20px 45px 30px 45px;
}
#header .main-navbar-01 {
    padding: 0 60px 0 0px;
}
#header .main-navbar-01 .navbar-nav {
  padding: 0;
}
#header .main-navbar-01 .navbar-nav > li.dropdown::after {
  display:none;
}
#header .main-navbar-01 .navbar-nav > li {
  border-bottom: none;
}
#header .main-navbar-01 .navbar-nav > li > a {
  padding: 0;
  margin: 60px 20px 30px 20px;
  color: #fff;
  transition: padding .2s linear; 
}

#header .main-navbar-01 .navbar-nav > li.active > a {
  text-decoration: none;
  color: #fff;
}
#header.scroll-down .main-navbar-01 .navbar-nav > li > a, #header.scroll-down .main-navbar-01 .navbar-nav > li.active > a{
    color: var(--rootFontColor);
}
.without-headerimage #header .main-navbar-01 .navbar-nav > li.active > a {
  color: var(--rootFontColor);
}
#header .main-navbar-01 .navbar-nav > li:last-of-type > a {
  margin-right: 0;
} /*
#header .main-navbar-01 .navbar-nav > li.active > a {
  color: var(--primaryColor);
} 

#header .main-navbar-01 .navbar-nav > li:hover > a:after {
  content:"";
  height:3px;
  width:100%;
  background-color: var(--primaryColor);
  display: block;
  position: absolute;
  bottom: -10px;
  border: none;
  margin: 0;
} 
  */

#header .main-navbar-01 .navbar-nav > li.dropdown > a i {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  transition: transform .2s linear, opacity .2s linear;
  font-weight: 400;
}
#header .main-navbar-01 .navbar-nav > li.dropdown.show > a i {
  /*transform: rotate(-180deg); */
  display:none;
  opacity:0;
}
#header .main-navbar-01 .navbar-nav > li.dropdown.show > a i.fa-xmark {
  display:inline-block !important;
  opacity:1;
  margin-left: 7px;
}
#header .main-navbar-01 .navbar-nav > li.active > a::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--primaryColor);
  display: block;
  position: absolute;
  bottom: -10px;
  border: none;
  margin: 0;
}
#header .dropdown-menu-wrap {
  position: fixed;
  left: 0;
  top: 122px;
  background-color: #ffffff;
  overflow-y: scroll;
  box-shadow: 0 2px 10px -5px #cacaca;
  /*border: solid #59b46b;
  border-width: 6px 0; 
  border-bottom: 1px solid #dcdcdc;
  */
}
#header .dropdown-menu-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top:0;
}

#header .navbar-expand-xl .navbar-nav .dropdown-menu {
  display: block; 
  height: 0;
  left: 20px;
  background: #ffffff;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  min-width: 14rem;
  transition: opacity .05s linear;
}
#header .navbar-expand-xl .navbar-nav .show .dropdown-menu {
  height: auto;
  padding: 15px 25px;
  opacity: 1; 
  transition: opacity .05s linear;
  box-shadow: 0px 5px 10px -7px #717171;
  border-radius: 0;
}
 #header .navbar-nav li:nth-last-child(1):hover .dropdown-menu, #header .navbar-nav li:nth-last-child(1).show .dropdown-menu{
    left: auto;
    right: 0;
  }
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
  padding: 10px 0;
  border-bottom: none;   
  white-space: nowrap;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li:hover > a {
  text-decoration: underline;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li.active > a {
  text-decoration: none;
  color: var(--primaryColor);
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li:last-of-type > a {
  border-bottom: none;
}
/*Megamenu*/
#header .main-navbar-01 .navbar-nav .show .mega-dropdown-menu {
    width: 100vw;
    left: 0;
    position: fixed;
    top: 120px;
    padding: 60px 30px;
}
#header.scroll-down .main-navbar-01 .navbar-nav .show .mega-dropdown-menu {
    top: 80px;
}
#header. .main-navbar-01 .navbar-nav .show .mega-dropdown-menu .container{
    max-width: 1570px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top {
    margin: 0 -15px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a{
    padding: 0 15px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a span, #header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:first-of-type span{
  font-size: 16px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a img{
    transition: transform .2s linear;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .top a:hover img{
    transform: scale(1.05);
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom {
    margin: 60px -15px 0 -15px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li a{
    padding: 15px 30px;
    margin-bottom:15px;
    font-size: 18px;
    transition: background .1s linear;
}
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li a:after{
    right: 30px;
} 
#header .main-navbar-01 .navbar-nav .mega-dropdown-menu .bottom li a:hover{
    background: var(--primaryColor);
    color:#fff;
} 



#header .topbar {
  position: absolute;
  top: 30px;
  right: 20px; 
  opacity:1;
  transition: opacity .1s linear, top .2s linear ;   
}
#header .topbar p{
  margin-bottom:0; 
  /* margin-right: 50px; */
}
#header .topbar .Link-Telefon-Icon, #header .topbar .Link-Mail-Icon, #header .topbar .Link-Button-1, #header #search-header {
  font-family:var(--thirdFontFamily);
  padding: 5px 15px 7px 40px;
  font-size:16px;
  font-weight:400;
  margin-left:10px;
}
#header .topbar .Link-Button-1 {
  padding: 10px 60px;   
}
#header .topbar .Link-Telefon-Icon::before, #header .topbar .Link-Mail-Icon::before {
  left:15px;
}


.accordion .card .card-body{
    padding: 15px 70px 30px 30px;
}

/*content slider*/
.content-slider-three-cols .item-container {
  padding: 336px 30px 30px;
}

/*imagelist_multicolumn*/
.imagelist_multicolumn img {
    margin-bottom:3rem;
}

}


@media (min-width: 1200px) and (max-width: 1499px) {


#header .Link-Button-1 {
  font-family: var(--rootFontFamily);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 5px 30px 5px 30px;
  transition: background-color 0.5s;
  height: 35px;
}
#header .header-contact-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#header .header-contact-link::before {
    font-size: 18px;
    height: 35px;
}

#header.scroll-down .main-navbar-01 .navbar-nav > li > a {
  margin: 30px 20px 20px 20px;
}
#header.scroll-down .main-navbar-01 .navbar-nav > li:last-of-type > a {
  margin-right: 0;
}
#header.scroll-down .cta {
  top: 10px;
}

}



@media (min-width: 1200px) and (max-width: 1299px) {
  #header .navbar-brand {
    padding: 20px 25px 30px 25px;
  }
  #header .navbar-brand img {
    height: 55px;
  }
}



@media (min-width: 1300px) {

.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1270px;
}

.container {
    max-width: 1270px;
}

.expand-images {
    display:flex;
    -ms-flex-wrap: unset;
  flex-wrap: unset;
}
.expand-images .ex-col {
    width:25%;
    -webkit-transition: width .8s cubic-bezier(.19,1,.22,1);
    -o-transition: width .8s cubic-bezier(.19,1,.22,1);
    transition: width .8s cubic-bezier(.19,1,.22,1);
    -ms-flex: auto;
    flex: auto;
    max-width: none;
}

.expand-images .ex-col:hover {
    width:40%;
    -webkit-transition: width .8s cubic-bezier(.19,1,.22,1);
    -o-transition: width .8s cubic-bezier(.19,1,.22,1);
    transition: width .8s cubic-bezier(.19,1,.22,1);
    -ms-flex: auto;
    flex: auto;
    max-width: none;
}

}

@media (min-width: 1400px) {  
/* */
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1360px;
}

.container {
    max-width: 1360px;
}   

.image-textoverlay-with-pagetitle .image-textoverlay-title span {
  padding: 5px 80px 30px 80px;
}

}
@media (min-width: 1500px) {  
/* */
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1470px;
}

.container {
    max-width: 1470px;
}   

.image-textoverlay-with-pagetitle .image-textoverlay-title span {
  padding: 5px 80px 30px 80px;
}

}


@media (min-width: 1600px) {

#header .main-navbar-01 .navbar-nav > li > a {
  font-size: 18px;
}

.image-textoverlay .image-textoverlay-text, .custom-video.video-fullscreen .container {
  max-width: 1470px;
}


}




@media (min-width: 1940px) {

.frame-layout-10:before {
    transform: translateY(-50%) skewY(-1.5deg);   
}


}


@media (max-width: 1499px) {

#footer-cta .footer-cta-content {
    left: 44%;
    width: 53%;
}

}


@media (max-width: 1299px) {


#footer-cta .footer-cta-content {
    left: 38%;
    width: 59%;
}

}

@media (min-width: 1200px) and (max-width: 1299px) {



}


@media (max-width: 1199px) {

h1, .h1 {
    font-size: 44px;
}
h2, .h2 {
    font-size: 34px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 22px;
}




#header .main-navbar-01 .topbar {
  margin-top: 30px;
}
#header .main-navbar-01 .topbar p {
  margin-bottom:0;
}
#header .main-navbar-01 .topbar .Link-Telefon-Icon, #header .main-navbar-01 .topbar .Link-Mail-Icon, #header .main-navbar-01 .topbar .Link-Button-1 {
  padding: 10px 30px;
  width:48%;
  text-align:center;
}
#header .main-navbar-01 .topbar a:first-of-type {
  margin-right:2%;
}
#header .main-navbar-01 .topbar a:last-of-type {
  margin-left:2%;
}
#header .main-navbar-01 .topbar .Link-Button-1 {
  padding: 10px 60px;   
}
#header .main-navbar-01 .topbar .Link-Telefon-Icon::before, #header .main-navbar-01 .topbar .Link-Mail-Icon::before {
  position:relative;
  margin-right:5px;
  left:0;
}
#header .main-navbar-01 .navbar-nav > li.dropdown > a i {
    display: none;
}

#search-header::before {
  top: 39px;
  right: 80px;
  font-size: 28px;
  color: var(--rootFontColor);
}
#searchfield-header.open {
  top: 120px;
}


body.prevent-scroll {
    overflow:hidden;
}

#header.open {
    height: 100vh;
    overflow: scroll;
    display: block;
    background:#ffffff;
    padding-bottom: 100px;
}


.hausfinder-wrapper .filters .ui-group .ui-group-inner {
  padding: 10px 10px;
}
.hausfinder-wrapper .filters .ui-group .ui-group-inner img {
  margin-right: 10px;
}
.hausfinder-wrapper .filters .ui-group .ui-group-inner select {
  padding: 20px 0 0 80px;
}



}



@media (max-width: 1099px) {

#house-details-item .image-slider-head .swiper-buttons{
  bottom: 30px;
}

}


@media (max-width: 991px) {

body {
    font-size:16px;
}

h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 20px;
}

.ce-left .ce-gallery, .ce-column {
    float: none;
}

#searchfield-header .tx-kesearch-pi1 .submitbutt input {
  height: 50px;
}
#searchfield-header .container {
  padding-top: 60px;
  padding-bottom: 30px;
}


.image-outer-edge.edge-position-right .inner-container .image{
  margin-bottom:30px;
}


/*Icons Columns*/
.icons-columns .icons-item{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;   
}


.swiper-content-slider-three-cols-wrapper {
  margin-left: -30px;
margin-right: -30px;
}
.swiper-button-next {
  right: 5px;
}
.swiper-button-prev {
  left: 3px;
}


.image-text-two-cols .text-wrapper::after{
    width: 80px;
    height: 80px;
}
.image-text-two-cols.arrow-position-left_top .text-wrapper:after{
    border-width: 16px 0 0 16px;
}
.image-text-two-cols.arrow-position-right_top .text-wrapper:after{
    border-width: 16px 16px 0 0;
}
.image-text-two-cols.arrow-position-right_bottom .text-wrapper:after{
    border-width: 0 16px 16px 0;
}
.image-text-two-cols.arrow-position-left_bottom .text-wrapper:after{
    border-width: 0 0 16px 16px;
}


/*tile*/
.tile-wrapper {
    padding-bottom: 30px;
}


footer {
  font-size: 16px;
  text-align:center;
}

footer .footer-logo {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 0 auto;
}

footer .row > div{ 
  padding-bottom: 45px;
}

footer .nav li  {
  width:100%;
}
footer .nav a {
  display:block;
  text-align: center;
  width:100%;
  padding: 7px 30px;
  margin-left: 0;
  border:1px solid #fff;
  margin-bottom: .5rem;
  border-radius: 10px;
}

footer .footer-social-links {
  margin: 2rem 0 0 0 ;
}
footer .footer-social-links a {
  margin-left: 0;
}


.bottom-bar {
  padding:0;
}
.bottom-bar .navbar-footer-bottom li a {
  border:none;
  padding: 0;
}
.bottom-bar > div{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-bar > div > div{
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align:center;
}
.bottom-bar > div > div:first-of-type{
  order: 2;
}

.bottom-bar .navbar-footer-bottom {
  margin: 0 auto;
}


.hausfinder-wrapper .filters {
  margin: 2em -10px;
}
.hausfinder-wrapper .filters .ui-group {
    margin-bottom: 10px;
}
 .hausfinder-wrapper .filters .ui-group .ui-group-inner {
    padding: 5px 10px;
    height: 60px;
}

#footer-cta .footer-cta-content {
    left:10%;
    width:80%;
}


}

@media (max-width: 767px) {

body {
    font-size:16px;
}

h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}

.p-text-small {
  font-size: 14px;
}

h1 span.span-subheader, .h1 span.span-subheader
{
  font-size: .5em;
}


.Link-Button-1, .Link-Button-2, .Link-Button-4 {
  padding: 8px 50px 8px 50px;
}

/* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

.image-textoverlay-with-pagetitle {
  margin-bottom: 5em;
}

.image-textoverlay .image-textoverlay-text .p-text-large {
    font-size: 24px;
}

.swiper-testimonial-slider-wrapper .testimonial-image {
    padding-right: 0;
}
.swiper-testimonial-slider-wrapper .testimonial-text {
    font-size: 24px;
}
.swiper-testimonial-slider-wrapper .testimonial-text::before {
    left: -40px;
    top: -90px;
    font-size: 120px;
}

.frame-layout-15{
  padding: 0 30px;
}


.ul-style-4 li {
  padding-left: 3rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.ul-style-4 li:before {
    top: 1rem;
    font-size: 2rem;
}


.card .card-body {
  font-size: 1em;
}

#search-header::before {
  top: 13px;
  right: 68px;
}
#searchfield-header.open {
  top: 70px;
}
#searchfield-header .container {
  padding-top: 50px;
  padding-bottom: 10px;
}
#close-searchfield-header {
  top: 0px;
}
#searchfield-header #tx-indexedsearch-searchbox-sword {
  position: relative;
  width: 100%;
  display: block;
}
#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
  border-radius: 6px;
  width: 100%;
  display: block;
  position: relative;
  font-size: 18px;
  margin-top: 10px;
  padding: 7px 20px;
}

.accordion .card .card-header button {
  font-size: 18px;
  line-height: 1.2;
}
.accordion .card .card-header button.collapsed::after {
  font-size: 34px;
    top: 14px;
}  

.frame-custom-100, .frame-custom-105, .frame-custom-110 {
    height: auto;
}

.container_wrap > .row > div:last-of-type .frame-custom-100, .container_wrap > .row > div:last-of-type .frame-custom-105, .container_wrap > .row > div:last-of-type .frame-custom-110 {
    margin-bottom: 0;
}


.frame-custom-100 .container_wrap, .frame-custom-105 .container_wrap, .frame-custom-110 .container_wrap {
  padding-right: 0;
  padding-left: 0;
}

.catchments .card-header button{
  font-size: 1.2rem !important;
}

.icon-and-text  {
    text-align: center;
    margin-bottom: 3em;
}

.icon-and-text .image-wrapper {
    margin-bottom: 1em;
}


.video-image-text-overlay .video-image .title span{
    font-size: 45px;
}
.video-image-text-overlay .video-image .title button{
    height: 70px;
    width: 70px;
}
.video-image-text-overlay .video-image .title button svg{
    width: 28px;
}

.content-slider-three-cols {
  border-radius: 10px;
}
.content-slider-three-cols .swiper-slide {
  height: 400px;
}

.content-slider-three-cols .item-container {
  padding: 0;
  height: 400px;
}
.content-slider-three-cols .slider-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.content-slider-three-cols .slider-content .slider-title {
  -moz-hyphens: none;
  hyphens: none;
}

.hausfinder-wrapper .hausfinder-card {
  margin-bottom: 30px;
}
.hausfinder-wrapper .hausfinder-card .card-footer {
  display: none;
}
.hausfinder-wrapper .hausfinder-card .card-body {
  position: absolute;
  bottom:0;
  left:0;
  color:#ffffff !important;
}
.hausfinder-wrapper .hausfinder-card .card-body .cd-element-inside {
  display:none;
}
.hausfinder-wrapper .hausfinder-card .card-body .card-title {
  color: #ffffff;
}
.hausfinder-wrapper .hausfinder-card .card-img-top:after {
  content:"";
  height:130px;
  width:100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0, .5));
}

/*Card image left*/
.card-image-left .card-image-left-inner {
    margin-bottom: 30px;
}
.card-image-left .card-image-left-desc {
    padding: 30px;
}

.image-textoverlay .image-textoverlay-text {
  position: relative;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-0);
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    transform: translate(-50%,-30px);
}
.image-textoverlay.text-animated .image-textoverlay-text.fadeIn{
  transform: translate(-50%,-30px);
}
.image-textoverlay .image-textoverlay-text .inner-container{
  padding: 30px 30px 15px 30px;
}
.image-textoverlay .image-textoverlay-text .inner-container {
  background-color: var(--additionalColor);
  width: 100%;
}
.with-skew .image-textoverlay .image-textoverlay-text .inner-container{
  padding: 30px 30px 15px 30px;
}
.image-textoverlay .image-textoverlay-text .skew-container{
  display:none;
}
.image-slider-head .image-slider-head-pagination .swiper-pagination-bullet{
  background: var(--primaryColor);
  box-shadow: none;
}
.image-slider-head .image-slider-head-pagination .swiper-pagination-bullet-active{
  background: #fff;
  border: 3px solid var(--primaryColor);
}

.image-slider-head  {
    /*background-color: var(--additionalColor);*/
    padding-bottom: 20px !important;  
}
.image-slider-head .image-slider-head-pagination{
  bottom: 10px;
}


.arrow.outside-left-top {
  border-width: 12px 0 0 12px;
  left: -12px;
  top: -12px;
  width: 55px;
  height: 55px;
}


.image-text-two-cols .text-wrapper::after{
    border-width: 14px 0 0 14px !important;
    width: 70px;
    height: 70px;
    left: 0 !important;
    top: 0 !important;
}


.membersfinder .members-item-desc{
  padding: 30px;
}

/*house details*/
#house-details-item .house-details-item-anchor-nav li{
  width:100%;
  padding:0 2rem;
}
#house-details-item .house-details-item-anchor-nav li:first-of-type a{
  border-top: 0;
}
#house-details-item .house-details-item-anchor-nav li:last-of-type a{
  padding: .8rem 0;
}
#house-details-item .house-details-item-anchor-nav li:nth-last-of-type(2) a{
  padding-bottom: 2rem;
}
#house-details-item .house-details-item-description .main-text{
  padding-top: 1rem;
  padding-left: 1rem;
}
#house-details-item .swiper-house-gallery-slider-wrapper{
  padding: 0;
}

#house-details-item .image-slider-head .image-slider-head-pagination .swiper-pagination-bullet{
  background: var(--primaryColor);
  box-shadow: none;
}
#house-details-item .image-slider-head  {
    padding-bottom: 0 !important;  
}

#house-details-item .image-slider-head .swiper-buttons{
  bottom: 15px;
  justify-content: flex-start;
  left: 20px;
}
#house-details-item .image-slider-head .swiper-button-prev, #house-details-item .image-slider-head .swiper-button-next{
  width: 40px;
  height: 40px;
}
#house-details-item .image-slider-head .swiper-button-prev::after, #house-details-item .image-slider-head .swiper-button-next::after{
  font-size: 20px;
}


/*imagelist text on hover*/
.imagelist_textonhover_element {
    margin-bottom:30px;
}
.imagelist_textonhover_element .inner-container{
  top: 25px;
    left: 20px;
}


#footer-cta .footer-cta-content {
    left: auto;
    width: 100%;
    position: relative;
    transform: none;
    padding: 2rem;
    background-color: var(--additionalColor);
}

#footer-cta .arrow.outside-left-top {
    display:none;
}

#footer-cta .tx-powermail .powermail_fieldwrap {
    margin-bottom: 10px;
}
#footer-cta input[type="text"] {
  border-radius: 6px;
  padding: 7px 14px;
}
#footer-cta input {
  font-size: 15px;
}
#footer-cta .checkbox label {
  font-size: 13px;
}



}

@media (max-width: 566px) {


.p-text-advisory {
    font-size:.9rem;
    padding: 1rem 2rem 1rem 5rem;
}
.p-text-advisory::before{
  left: 1.5rem;
  font-size: 2rem;

}

.image-outer-edge .inner-container .image{
  padding: 20px;
}


span.span-subheader {
  font-size: .6em;
}

.image-textoverlay .image-textoverlay-text .p-text-large {
    font-size: 22px;
}



.swiper-testimonial-slider-wrapper .testimonial-text {
    max-width: 55%;
}
.swiper-testimonial-slider-wrapper .testimonial-text {
    margin-top:30px;
    font-size: 20px;
}
.swiper-testimonial-slider-wrapper .testimonial-text::before {
    left: -30px;
    top: -70px;
    font-size: 90px;
}

.swiper-testimonial-slider-wrapper .testimonial-image {
  padding-bottom: 0;
}
.swiper-testimonial-slider-wrapper .testimonial-image img {
    max-width: 100px;
    margin-left: 15px;
}


.card-wrapper {
  padding-bottom: 30px;
}
.frame-custom-100.frame-type-ce_columns2, .frame-custom-100.frame-type-ce_columns3, .frame-custom-100.frame-type-ce_columns4, .frame-custom-105.frame-type-ce_columns2, .frame-custom-105.frame-type-ce_columns3, .frame-custom-105.frame-type-ce_columns4, .frame-custom-110.frame-type-ce_columns2, .frame-custom-110.frame-type-ce_columns3, .frame-custom-110.frame-type-ce_columns4 {
    padding-top: 30px;
}

.image-textoverlay-with-pagetitle .image-textoverlay-title {
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.image-textoverlay .image-textoverlay-text p {
  font-size:16px
}

.custom-video.video-fullscreen .video-embed .container .text{
    text-align:center;
}

.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-next {
    transform: translate(0,-30%);
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-prev {
    transform: translate(0,-30%);
}

/*Icons Columns*/
.icons-columns .icons-item{
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;   
}


.image-text-two-cols .text-wrapper .text {
  padding: 45px;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
  padding-left: 15px;
  font-size: 16px;
}


.membersfinder .members-item{
  padding-right: 0;
  padding-left: 0;
}


.icons-columns a{
  display: block;
}


footer .container {
  padding-right: 30px;
  padding-left: 30px;
}

footer .container .row {
  margin-right: -30px;
margin-left: -30px;
}


footer .footer-logo {
  max-width: 100%;
}

}



@media (max-width: 450px) {

.om-cookie-panel.active {
  overflow: scroll;
  height: 100vh;
  width:100vw;
}

#header .main-navbar-01 .topbar .Link-Telefon-Icon, #header .main-navbar-01 .topbar .Link-Mail-Icon, #header .main-navbar-01 .topbar .Link-Button-1 {
  padding: 10px 30px;
  width:100%;
  margin:0 !important;
}

.image-textoverlay.textColorWhite .image-textoverlay-text h1 br, .image-textoverlay.textColorWhite .image-textoverlay-text h2 br{
    display:none;
}

.Link-Button-1, .Link-Button-2, .Link-Button-4 {
  padding: 10px 30px 8px 30px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.filters-button-group {
    position:relative;
}
.filters-button-group button{
  margin: 5px 0;
}
.membersfinder .members-item{
  margin-bottom: 30px;
}

.expand-images .expand-images-description .Link-Button-1 {
    width: auto;
}

.expand-images .expand-images-description .description-title {
  font-size: 24px;
}

.cc-window.cc-window.cc-bottom-right {
  max-width: 100% !important;
  right: 0 !important;
  bottom: 0 !important;
}


.hausfinder-wrapper .hausfinder-card .card-body .card-title {
    font-size: 20px;
}
.hausfinder-wrapper .hausfinder-card .card-body .roofshape {
  margin-bottom: 5px !important;
  font-size: 13px;
}

.cc-window{
  background-color: rgba(0, 151, 58, 0.85) !important;
  max-width: 100% !important;
}
.cc-window.cc-bottom-left, .cc-window.cc-bottom-right{
  bottom: 0 !important;;
  max-width: 100% !important;
}
.cc-window.cc-bottom-left{
  left: 0 !important;;
}



}


