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

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





* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}


.hidden {
    display: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: montserrat, sans-serif;
    line-height: 180%;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    color: #000;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    background: #f6f6f6;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #005c29;
}



img {
    font-size: 0;
    display: block;
}

p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.small, small {
    font-size: 14px;
}

.big {
    font-size: 21px;
}

.fullwidth {
    display: block;
    width: 100%;
    height: auto;
}

.image_container {
    position: relative;
    height: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.image_container.image_spacer {
    padding-bottom: 31%;
}

.image_container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    max-width: 2560px;
    padding-bottom: 50px;
}

#header {
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 99999;
    background: #e5e5e5;
}

#inner_header {
    width: calc(100% - 100px);
    height: 110px;
    margin: 0 auto;
    position: relative;
}

#header #logo {
    position: absolute;
    left: 0;
    height: 80px; 
    top: 13px; 
}

#header #claim {
    position: absolute;
    left: 256px;
    right: 966px;
    height: 110px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


#header #claim img {
    display: block;
    width: 300px;
    height: auto;
}


#topmenu {
    width: auto;
    position: absolute;
    right: 0;
    height: 110px;
    padding-top: 50px;
    box-sizing: border-box;
}

#topmenu #infobar {
    position: absolute;
    top: 0;
    right: -50px;
    left: -30px;
    height: 30px;
    background: #6ea444;
    padding-left: 60px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

#topmenu #infobar a, #topmenu #infobar a:hover {
    color: #fff;
}

#topmenu #infobar > div > div {
    display: flex;
    justify-content: space-between;
}

#topmenu #infobar:after {
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #e5e5e5;
    left: 0;
    top: 0;
}

#topmenu #infobar > div > div > div img {
    display: inline-block;
    height: 16px;
    width: auto;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
    

#topmenu ul {
    list-style: none;
    display: flex;
    height: 40px;
}

#topmenu ul li {
    margin-left: 35px;
    height: 40px;
}

#topmenu ul li a {
    display: block;
    color: #222;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
}



#topmenu ul li a:hover, #topmenu ul li.active a {
    color: #005c29;
}


.slider {
    width: 100%;
    height: 0;
    padding-bottom: 31%;
    overflow: hidden;
    background: #cecece;
}

.slider .fullwidth {
    width: 100%;
    height: auto;
}




#breyer_wiesen {
    padding-top: 110px;
}


.image_container.mg_bt {
    margin-bottom: 120px;
}

section.pd_bt {
    padding-bottom: 120px;
}

section.pd_tp {
    padding-top: 120px;
}


#grundrisse h3 strong, .big strong {
    color: #6ea444;
}

#grundrisse h3, .big {
    color: #005c29;
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.on_white {
    background: #fff;
    padding: 110px 0;
    line-height: 180%;
}




h1, h2.likeh1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 60px;
    color: #005c29;
    position: relative;
    display: inline-block;
}

h1:before, h2.likeh1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #005c29;
    z-index: 2;
}

h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 15px;
    color: #000;
}

h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
    color: #000;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}


.backwrapper {
    position: relative;
}

.backwrapper h1 {
    max-width: calc(100% - 60px);
}

.backbutton {
    width: 50px;
    height: 36px;
    right: 0;
    top: 1px;
    position: absolute;
}

.backbutton:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 18px 27px 18px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right center;
    transition: 0.2s ease-out;
}

.backbutton:hover:before {
    transform: scale(0.9) translateX(-20px);
    border-color: transparent #005c29 transparent transparent;
}

.backbutton:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    width: 0px;
    height: 8px;
    background: #000;
    transform-origin: right center;
    transition: 0.2s ease-out;
}

.backbutton:hover:after {
    width: 30px;
    height: 8px;
    background: #005c29;
}
    

ul.list {
    list-style: none;
}

ul.list li {
    position: relative;
    padding-left: 15px;
}

ul.list li:before {
    content: '';
    position: absolute;
    background: #005c29;
    width: 5px;
    height: 5px;
    left: 0;
    top: 13px;
}
    


/* Neu */



.clm2_33 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.clm2_33 > div:first-child {
    width: 60%;
}

.clm2_33 > div:last-child {
    width: 33%;
    text-align: left;
}



.clm2_50 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.clm2_50 > div {
    width: 46.5%;
    text-align: center;
}

.clm2_50 > div.as_center {
    align-self: center;
}

.clm2_50 > div.justify {
    text-align: justify;
}

#haus_esprit .clm2_50 .image_container {
    margin-bottom: 20px;
}

#haus_esprit .clm2_50 {
    margin-bottom: 50px;
    font-size: 17px;
}

#haus_esprit .clm2_50:last-child {
    margin-bottom: 0;
}






.tabelle {
    width: 100%;
}

.tabelle td, .tabelle th {
    padding: 8px 0;
    vertical-align: top;
}

.tabelle tr.narrow_btm td {
    padding: 8px 0 0;
}

.tabelle td:last-child, .tabelle th:last-child  {
    text-align: right;
}

.tabelle tr.border_btm td {
    border-bottom: 1px solid #bfc9cc;
}

.tabelle_kaufpreisliste {
    width: 100%;
}

.tabelle_kaufpreisliste td, .tabelle_kaufpreisliste th {
    padding: 8px 0;
    vertical-align: top;
    border-bottom: 1px solid #bfc9cc;
    text-align: right;
}

.tabelle_kaufpreisliste td:nth-child(1), .tabelle_kaufpreisliste th:nth-child(1) {
    width: 0px;
}

.tabelle_kaufpreisliste tr:last-child td {
    border-bottom: none;
}


.grundriss_erdgeschoss {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 816px;
}

.grundriss_obergeschoss {
    display: block;
    margin: 0 auto;
    width: 440px;
    max-width: 53.9%;
}



ul.produkte {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -100px;
}

ul.produkte li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 100px;
    text-align: left;
}

ul.produkte li.double {
    width: 33%;
}

ul.produkte li:nth-child(4n) {
    margin-right: 0;
}

ul.produkte li img {
    margin-bottom: 20px;
}

ul.produkte li span.image_container {
    margin-bottom: 20px;
}






/* Neu ende */


.kontakt {
    display: flex;
}

.kontakt > div:first-child {
    width: 40%;
}

.kontakt > div:last-child {
    width: 60%;
}



.bfQuickMode .bfbs5-nonform-control, .bfQuickMode .nonform-control {
	display: block !important;
}

.bfQuickMode .form-inline .form-group, .bfQuickMode .form-inline label, .bfQuickMode .bfbs5-form-inline .bfbs5-form-group, .bfQuickMode .bfbs5-form-inline label {
	display: block !important;
	margin-right: 0 !important;
}

input, textarea {
    border: none;
    font-family: montserrat, sans-serif;
    font-size: 17px;
    color: #000;
    padding: 5px 0;
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100% !important;
    outline: none;
    background: #f6f6f6;
    font-weight: 300;
}

textarea#ff_elem20 {
    height: 180px;
}

.bfElemWrap {
    position: relative;
    margin-bottom: 40px !important;
}

#bfElemWrap20 {
    margin-bottom: 10px !important;
}

#newrecaptcha {
    margin-top: 20px;
}

.bfElemWrap label {
    position: absolute;
    top: 0px;
    pointer-events: none;
    transition: transform 0.3s ease-out;
    transform-origin: left top;
    width: 100% !important;
    max-width: 100% !important;
}



#bfElemWrap5 label.focus, #bfElemWrap18 label.focus, #bfElemWrap19 label.focus, #bfElemWrap20 label.focus {
    transform: scale(0.75) translateY(-40px);
}

.bfElemWrap > div {
    position: relative;
    width: 100%;
}



#bfElemWrap5 > div:before, #bfElemWrap18 > div:before, #bfElemWrap19 > div:before, #bfElemWrap20 > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: #000;
    transition: transform 0.5s linear;   
    transform-origin: left;
}

#bfElemWrap5 > div.focus:before, #bfElemWrap18 > div.focus:before, #bfElemWrap19 > div.focus:before, #bfElemWrap20 > div.focus:before {
    transform: scaleX(1);
    transform-origin: right;
}



#bfElemWrap5 > div:after, #bfElemWrap18 > div:after, #bfElemWrap19 > div:after, #bfElemWrap20 > div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: #6ea444;
    transition: transform 0.5s linear;   
    transform-origin: right;
    transform: scaleX(0);
}

#bfElemWrap5 > div.focus:after, #bfElemWrap18 > div.focus:after, #bfElemWrap19 > div.focus:after, #bfElemWrap20 > div.focus:after {
    transform: scaleX(1);
    transform-origin: left;
}

#bfElemWrap20 > div:before, #bfElemWrap20 > div:after {
    bottom: -3px;
}

#bfLabel25 {
    line-height: 120%;
    padding-left: 23px;
    box-sizing: border-box;
    text-align: left;
    pointer-events: auto;
    position: relative;
}

#bfLabel25 a {
    color: #000;
}


.bfPage .form-inline {
    position: relative;
}

#bfElemWrap25 input {
    width: auto !important;
    position: absolute;
    top: 5px;
    left: 0;
}



button#bfSubmitButton {
    float: left;
    margin-top: 0;
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: montserrat, sans-serif;
    cursor: pointer;
    border: none;
    background: #444;
}

button#bfSubmitButton:hover {
    background: #005c29;
}





#footer {
    background: #e5e5e5;
    color: #000;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer a {
    color: #000;
}

@media(max-width: 2000px) {
    .content {
        max-width: 1300px;
    }
}

@media(max-width: 1850px) {
    
    #header #claim {
        display: none
    }
}

@media(max-width: 1700px) {
    .content {
        max-width: 1200px;
    }
    
    #header #claim {
        display: none
    }
}

@media(max-width: 1400px) {

    body {
        font-size: 16.2px;
    }

    p {
        margin-bottom: 9px;
    }

    .small, small {
        font-size: 12.6px;
    }

    .big {
        font-size: 18.9px;
    }

    #wrapper {
        padding-bottom: 45px;
    }

    #header {
        height: 100px;
    }

    #inner_header {
        width: calc(100% - 90px);
        height: 100px;
    }

    #header #logo {
        height: 72px;
        top: 12px;
    }



    #topmenu {
        height: 36px;
        padding-top: 45px;
    }
    
    #topmenu #infobar {
        right: -45px;
        left: -20px;
        height: 27px;
        padding-left: 51px;
        padding-right: 45px;
        font-size: 12.6px;
        line-height: 27px;
    }

    #topmenu #infobar:after {
        border-width: 27px 0 0 27px;
    }

    #topmenu #infobar > div > div > div img {
        height: 14px;
        top: -1px;
        margin-right: 3px;
    }

    #topmenu ul {
        height: 36px;
    }

    #topmenu ul li {
        margin-left: 27px;
        height: 36px;
    }

    #topmenu ul li a {
        font-size: 14.4px;
        height: 36px;
        line-height: 36px;
    }


    #breyer_wiesen {
        padding-top: 100px;
    }

    .image_container.mg_bt {
        margin-bottom: 108px;
    }
    
    section.pd_bt {
        padding-bottom: 108px;
    }
    
    section.pd_tp {
        padding-top: 108px;
    }

    .content {
        max-width: 1080px;
    }

    .on_white {
        padding: 100px 0;
    }




    h1, h2.likeh1 {
        font-size: 27px;
        margin-bottom: 54px;
    }

    h1:before, h2.likeh1:before {
        bottom: -2px;
        width: 90px;
    }

    h2 {
        font-size: 25.2px;
        margin-bottom: 14px;
    }

    h3 {
        font-size: 23.4px;
        margin-bottom: 9px;
    }

    h4 {
        font-size: 18px;
    }

    .backwrapper h1 {
        max-width: calc(100% - 54px);
    }

    .backbutton {
        width: 45px;
        height: 32px;
        top: 1px;
    }

    .backbutton:before {
        border-width: 16px 24px 16px 0;
    }
    
    .backbutton:hover:before {
        transform: scale(0.9) translateX(-18px);
    }


    .backbutton:after {
        top: 13px;
        height: 6px;
    }

    .backbutton:hover:after {
        width: 27px;
        height: 6px;
    }

    ul.list li {
        padding-left: 13px;
    }

    ul.list li:before {
        width: 5px;
        height: 5px;
        top: 12px;
    }
    


    

    #haus_esprit .clm2_50 .image_container {
        margin-bottom: 18px;
    }

    #haus_esprit .clm2_50 {
        margin-bottom: 45px;
        font-size: 15.3px;
    }




    .tabelle td, .tabelle th {
        padding: 7px 0;
    }

    .tabelle tr.narrow_btm td {
        padding: 7px 0 0;
    }


    .tabelle_kaufpreisliste td, .tabelle_kaufpreisliste th {
        padding: 7px 0;
    }




    ul.produkte {
        margin-bottom: -90px;
    }

    ul.produkte li {
        margin-bottom: 90px;
    }

    ul.produkte li img {
        margin-bottom: 18px;
    }

    ul.produkte li span.image_container {
        margin-bottom: 18px;
    }




    input, textarea {
        font-size: 15.3px;
        padding: 5px 0;
    }

    textarea#ff_elem20 {
        height: 162px;
    }

    .bfElemWrap {
        position: relative;
        margin-bottom: 36px !important;
    }

    #bfElemWrap20 {
        margin-bottom: 9px !important;
    }


    #bfElemWrap5 label.focus, #bfElemWrap18 label.focus, #bfElemWrap19 label.focus, #bfElemWrap20 label.focus {
        transform: scale(0.75) translateY(-36px);
    }




    #bfLabel25 {
        padding-left: 21px;
        padding-top: 4px;
    }





    button#bfSubmitButton {
        margin-top: 9px;
        padding: 6px 14px;
        font-size: 15.3px;
    }



    #footer {
        padding: 27px 0;
    }

}


@media(max-width: 1220px) {

    body {
        font-size: 13.8px;
    }

    p {
        margin-bottom: 8px;
    }

    .small, small {
        font-size: 10.7px;
    }

    .big {
        font-size: 16px;
    }

    #wrapper {
        padding-bottom: 38px;
    }

    #header {
        height: 85px;
    }

    #inner_header {
        width: calc(100% - 76px);
        height: 85px;
    }

    #header #logo {
        height: 61px;
        top: 10px;
    }



    #topmenu {
        height: 30px;
        padding-top: 38px;
    }
    
    #topmenu #infobar {
        right: -38px;
        left: -16px;
        height: 23px;
        padding-left: 35px;
        padding-right: 38px;
        font-size: 10.7px;
        line-height: 23px;
    }

    #topmenu #infobar:after {
        border-width: 23px 0 0 23px;
    }

    #topmenu #infobar > div > div > div img {
        height: 12px;
        top: -1px;
        margin-right: 2px;
    }

    #topmenu ul {
        height: 30px;
    }

    #topmenu ul li {
        margin-left: 20px;
        height: 30px;
    }

    #topmenu ul li a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }



    #breyer_wiesen {
        padding-top: 85px;
    }

    .image_container.mg_bt {
        margin-bottom: 92px;
    }
    
    section.pd_bt {
        padding-bottom: 92px;
    }
    
    section.pd_tp {
        padding-top: 92px;
    }

    .content {
        max-width: 920px;
    }

    .on_white {
        padding: 85px 0;
    }




    h1, h2.likeh1 {
        font-size: 23px;
        margin-bottom: 46px;
    }

    h1:before, h2.likeh1:before {
        bottom: -2px;
        width: 76px;
    }

    h2 {
        font-size: 21.4px;
        margin-bottom: 12px;
    }

    h3 {
        font-size: 20.4px;
        margin-bottom: 8px;
    }

    h4 {
        font-size: 15.3px;
    }

    .backwrapper h1 {
        max-width: calc(100% - 46px);
    }

    .backbutton {
        width: 38px;
        height: 28px;
        top: 1px;
    }

    .backbutton:before {
        border-width: 14px 21px 14px 0;
    }
    
    .backbutton:hover:before {
        transform: scale(0.9) translateX(-15px);
    }


    .backbutton:after {
        top: 11px;
        height: 6px;
    }

    .backbutton:hover:after {
        width: 27px;
        height: 6px;
    }

    ul.list li {
        padding-left: 11px;
    }

    ul.list li:before {
        width: 4px;
        height: 4px;
        top: 9px;
    }
    

    
    
    #haus_esprit .clm2_50 .image_container {
        margin-bottom: 15px;
    }

    #haus_esprit .clm2_50 {
        margin-bottom: 38px;
        font-size: 13px;
    }




    .tabelle td, .tabelle th {
        padding: 6px 0;
    }

    .tabelle tr.narrow_btm td {
        padding: 6px 0 0;
    }


    .tabelle_kaufpreisliste td, .tabelle_kaufpreisliste th {
        padding: 6px 0;
    }




    ul.produkte {
        margin-bottom: -76px;
    }

    ul.produkte li {
        margin-bottom: 76px;
    }

    ul.produkte li img {
        margin-bottom: 15px;
    }

    ul.produkte li span.image_container {
        margin-bottom: 15px;
    }
    
    
    
    

    input, textarea {
        font-size: 13px;
        padding: 4px 0;
    }

    textarea#ff_elem20 {
        height: 138px;
    }

    .bfElemWrap {
        position: relative;
        margin-bottom: 31px !important;
    }

    #bfElemWrap20 {
        margin-bottom: 8px !important;
    }


    #bfElemWrap5 label.focus, #bfElemWrap18 label.focus, #bfElemWrap19 label.focus, #bfElemWrap20 label.focus {
        transform: scale(0.75) translateY(-31px);
    }




    #bfLabel25 {
        padding-left: 19px;
        padding-top: 2px;
    }





    button#bfSubmitButton {
        margin-top: 8px;
        padding: 5px 12px;
        font-size: 13px;
    }



    #footer {
        padding: 23px 0;
    }

}






@media(max-width: 1000px) {

    .hd_tbpt {
        display: none;
    }
    
    .sh_tbpt {
        display: block !important;
    }


    #wrapper {
        padding-bottom: 60px;
        overflow: hidden;
    }
    
    
   #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #inner_header {
        transform: translateX(0);
        transition: transform 0.3s ease-in; 
    }
    
    #inner_header.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay, #footer_overlay, #header_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
        transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active, #header_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in, visibility 0s 0s; 
    }
    
    #menu {
        background: #6ea444;
        position: fixed;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-in;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #menu.menu_active {
        transform: translateX(0); 
    }
    
    #rmenu {
        position: absolute;
        left: 40px;
        top: 22px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 38px;
        display: block !important;
        font-size: 17px;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(23,89,75, 1);
        position: relative;
        top: 19px;
        left: -60px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(23,89,75, 0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(23,89,75, 1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 60px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(23,89,75, 1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    #menu ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #menu ul li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
        margin: 0;
        position: relative;
    }
    
    #menu ul li img {
        display: none;
    }

    #menu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #menu ul li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 20px;
    }

    #menu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        left: -35px;
        top: 21px;
        width: 5px;
        height: 5px;
        background: #fff;
    }

    #menu ul li.current a:before, #menu ul li a:hover:before {
        left: 0;
    }

    #menu ul li.current a, #menu ul li a:hover {
        padding-left: 15px;
    }
    

    #header {
        height: 85px;
        overflow: hidden;
    }

    #inner_header {
        width: 100%;
        height: 85px;
    }

    #header #logo {
        height: 62px;
        top: 10px;
        right: 40px;
        left: auto;
    }



    #topmenu {
        display: none;
    }
    
    .slider {
        padding-bottom: 50%;
    }


    .slider .ls-bottom-nav-wrapper {
        display: none !important;
    }



    #breyer_wiesen {
        padding-top: 85px;
    }
    
    .image_container.image_spacer {
        padding-bottom: 50%;
    }

    .image_container.mg_bt {
        margin-bottom: 60px;
    }
    
    section.pd_bt, section.pd_tp {
        padding-bottom: 60px;
    }
    
    section.pd_tp {
        padding-top: 60px;
    }

    .content {
        max-width: calc(100% - 80px);
    }

    .on_white {
        padding: 70px 0;
    }




    h1, h2.likeh1 {
        margin-bottom: 35px;
    }



    .kontakt {
        display: block;
    }

    .kontakt > div:first-child {
        width: 100%;
    }

    .kontakt > div:last-child {
        margin-top: 50px;
        width: 100%;
    }




    #footer {
        padding: 23px 0;
    }

}





@media(max-width: 780px) {

    .hd_smls {
        display: none;
    }


    #rmenu {
        left: 30px;
        top: 17px;
    }

    #rmenu #rmenu_icon {
        left: 0;
    }

    #rmenu_trigger {
        display: block;
        padding-left: 0;
    }
  
    #header {
        height: 75px;
        overflow: hidden;
    }

    #inner_header {
        width: 100%;
        height: 75px;
    }

    #header #logo {
        height: 52px;
        top: 10px;
        right: 30px;
    }


    #breyer_wiesen {
        padding-top: 75px;
    }

    .image_container.mg_bt {
        margin-bottom: 50px;
    }
    
    section.pd_bt, section.pd_tp {
        padding-bottom: 50px;
    }
    
    section.pd_tp {
        padding-top: 50px;
    }
    .content {
        max-width: calc(100% - 60px);
    }

    .on_white {
        padding: 50px 0;
    }
    
    

    .clm2_33 {
        flex-wrap: wrap;
    }

    .clm2_33 > div:first-child {
        width: 100%;
        margin-bottom: 80px;
    }

    .clm2_33 > div:last-child {
        width: 100%;
        text-align: left;
    }
    
    .clm2_50 > div {
        width: 100%;
    }

   #haus_esprit .clm2_50 > div {
        margin-bottom: 42px;
    }
    
    ul.produkte {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -50px;
    }

    ul.produkte li {
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 50px;
        text-align: left;
    }



    ul.produkte li:nth-child(2n), ul.produkte_clm3 li:nth-child(2n) {
        margin-right: 0;
    }

    
    ul.produkte.produkte_clm3 li:nth-child(3n) {
        margin-right: 5%;
    }



}


@media(max-width: 480px) {





  #wrapper.testpage  .slider {
        padding-bottom: 0;
        height: calc(100vh - 75px);
    }
    
    
    

    .hd_smpt {
        display: none;
    }

    #webpage.menu_active {
        transform: translateX(270px); 
    }

    #inner_header.menu_active {
        transform: translateX(270px); 
    }
    
    #footer.menu_active {
        transform: translateX(270px); 
    }
    
    #rmenu {
        left: 25px;
    }
    
    #header #logo {
        right: 25px;
    }
    
    #menu {
        width: 270px;
        padding: 30px;
        transform: translateX(-270px);
    }

    .content {
        max-width: calc(100% - 50px);
    }

    .clm2_33 > div:first-child {
        margin-bottom: 60px;
    }
    
    #haus_esprit .clm2_50 {
        margin-bottom: 20px;
    }
    
    #haus_esprit .on_white {
        padding-bottom: 25px;
    }
    
    th {
        display: none;
    }

    .tabelle_kaufpreisliste  tr:nth-child(even) td {
        background: #fff;
    }
    
    .tabelle_kaufpreisliste td:nth-child(1) {
        width: auto;
    }

    .tabelle_kaufpreisliste td {
        display: block;
        border: none;
        text-align: left;
        padding: 2px 15px;
        border-bottom: none;
        width: auto;
        vertical-align: top;
    }

    .tabelle_kaufpreisliste  td:first-child {
        padding-top: 15px;
    }

    .tabelle_kaufpreisliste  td:last-child {
        padding-bottom: 15px;
    }

    .tabelle_kaufpreisliste  td:before {
        width: 50%;
        display: inline-block;
    }

    .tabelle_kaufpreisliste  td:nth-child(1):before { content: 'Nr.:'; }
    .tabelle_kaufpreisliste  td:nth-child(2):before { content: 'NRF:'; }
    .tabelle_kaufpreisliste  td:nth-child(3):before { content: '(WoFIV):'; }
    .tabelle_kaufpreisliste  td:nth-child(4):before { content: 'Grundstück:'; }
    .tabelle_kaufpreisliste  td:nth-child(5):before { content: 'Kaufpreis*:'; }
    .tabelle_kaufpreisliste  td:nth-child(6):before { content: 'Status:'; }
    
    
    






}