/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Horisen
 Template:     Divi
 Version:      1.0.0
*/


body.home .et_pb_button_wrapper {
	display: none !important;
}
#logo {
	max-height: 51px;
}
.content-download a {
    transition: none;
	position: relative;
    padding-left: 30px;
}
.content-download a:hover {
	font-weight: 500;
}
.content-download a:before {
    content: url(https://www.salmsach-park.ch/wp-content/uploads/City-Bau_Icon_Download.svg);
    position: absolute;
    left: 0;
	top: 0;
    height: 20px;
    width: 20px;
}
.intro {
    border-bottom: 2px solid #3534314f;
}
.row-c {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col-sm-12-c, .col-md-2-c, .col-md-3-c, .col-md-4-c, .col-md-6-c, .col-md-8-c, .col-md-9-c, .col-lg-2-c, .col-lg-10-c {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) {
    .col-sm-12-c {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-2-c {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3-c {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4-c {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6-c {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8-c {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9-c {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10-c {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 1200px) {
    .col-lg-2-c {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-4-c {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }
    .col-lg-8-c {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.6666663%;
        max-width: 66.666666%;
        padding-right: 0;
    }
    .col-lg-10-c {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
/*** Header ***/

#main-header {
	z-index: 100 !important;
}

#main-header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;	
	height: 10px;
	background: rgba(255, 255, 255, 0.0);
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
	background: linear-gradient(to top, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.et-fixed-header#main-header:after {
	opacity: 1;
}

#main-header.et-fixed-header .logo_container a {
    margin-top: 13px;
}
.logo_container a {
	margin-left: -5px;
}
/*** Header menu ***/
.unclickable > a:hover {
    cursor: default;
}

#top-menu li a {
    font-weight: 400;
    font-size: 22px !important;
}
#top-menu a {
	transition: none !important;
}
#top-menu a::after {
	display:block;
	content:attr(title); 
	font-weight:500; 
	visibility: hidden; 
	overflow: hidden; 
	height: 0px; 
} 
#top-menu li li a {
    font-weight: 400;
    padding: 5px 5px;
}
#top-menu li.current-menu-item>a, #top-menu li.menu-active a {
    font-weight: 700;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1;
	font-weight: 500;
	transition: none !important;
}
.mobile_menu_bar:before {
    color: #506345;
}
.et_mobile_menu {
    border-top-color: rgba(32, 66, 19, 0.35);
    padding: 2%;
}
#mobile_menu .current-menu-item a {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#mobile_menu .current-menu-item a {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1200px) {
    #et_mobile_nav_menu {
        display: block;
    }
    #top-menu {
        display: none;
    }
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
        display: block;
        padding-top: 24px;
    }
}
/*** Slider style ***/
.main-slider .et_pb_more_button.et_pb_button {
    position: absolute;
    font-weight: 700;
    right: -37px;
    bottom: 60px;
    width: 80px!important;
    height: 80px!important;
    /* font-size: 15px!important; */ /*style for shorter text*/
    font-size: 11px!important;
    transform: rotate(-17deg);
    background-color: #6F1E48;
    border: none;
    border-radius: 50%!important;
    box-shadow: 0 2px 5px #555!important;
}
body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_more_button.et_pb_button,
body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_more_button.et_pb_button:hover {
    /* padding: 27px 0.3em!important; */ /*style for shorter text*/
    padding: 24px 0.3em!important;
}
body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_more_button.et_pb_button:hover,
body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_module .et_pb_more_button.et_pb_button:hover {
    /* padding: 27px 0.3em!important; */ /*style for shorter text*/
    padding: 24px 0.3em!important;
    border: none;
}
.main-slider .et-pb-controllers {
    bottom: 50px;
}
.main-slider .et-pb-controllers a {
    width: 25px;
    height: 5px;
    border-radius: 0;
}
.main-slider .et-pb-controllers a.et-pb-active-control {
    background-color: #6F1E48!important;
}
.main-slider .et_pb_slides .et_pb_container {
    display: flex;
    align-items: flex-end;
}
#home-slider.main-slider .et_pb_slides > div {
    height: 85vh;
}
.main-slider .et_pb_more_button.et_pb_button:hover:after, .main-slider .et_pb_more_button.et_pb_more_button:hover:after {
    opacity: 0;
}
@media screen and (min-width: 768px) {
    .main-slider .et_pb_more_button.et_pb_button {
        right: -100px;
        bottom: 40px;
        width: 100px!important;
        height: 100px!important;
        /* font-size: 20px!important; */ /*style for shorter text*/
        font-size: 14px!important;
    }
    body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_more_button.et_pb_button, body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_more_button.et_pb_button:hover {
        /* padding: 35px 0.3em!important; */ /*style for shorter text*/
        padding: 33px 0.3em!important;
    }
}
@media screen and (min-width: 1024px) {
    .main-slider .et_pb_more_button.et_pb_button {
        right: -145px;
        bottom: 40px;
        width: 160px!important;
        height: 160px!important;
        /* font-size: 29px!important; */ /*style for shorter text*/
        font-size: 23px!important;
    }
    body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_more_button.et_pb_button, body #page-container .et_pb_slider div[class^="et_pb_slide"].et_pb_slide .et_pb_more_button.et_pb_button:hover {
        /* padding: 55px 0.3em!important; */ /*style for shorter text*/
        padding: 45px 0.3em!important;
    }
    .main-slider .et-pb-controllers {
        text-align: left;
        left: 10%;
        bottom: 0;
    }
}
@media screen and (min-width: 1366px) {
    .main-slider .et-pb-controllers {
        left: 20%;
    }
}
.content-slider .et_pb_slides > div {
    height: 80vh;
    background-position: center;
}
/*** Intro section ***/
.intro-title {
    box-shadow: 2px -2px 8px #333!important;
    margin: 0 auto;
    margin-top: -80px;
    color: #fff;
    background-color: #31661D;
    padding: 20px 15px;
}
.intro-title h1, .intro-title h2 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}
.intro-title h1, .intro-title h2, .intro-title p {
    padding: 0;
    text-align: center;
}
.intro-title p {
    font-size: 16px;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    .intro-title {
        min-width: 500px;
        width: 65%;
        padding: 20px 40px;
        transition: all .4s ease-in-out;
    }
    .intro-title h1, .intro-title h2 {
        font-size: 45px;
    }
    .intro-title p {
        font-size: 25px;
    }
}
/*** Footer style ***/

#footer-bottom {
	margin: 0;
	padding: 0;
}
#footer-widgets {
	padding: 3% 0 1.5%;
}
.footer-logo {
	text-align: center;
	max-width: 120px;
}
.footer-logo svg {
    width: 80%;
    max-width: 120px;
	height: auto;
    fill: #FFF;
}
#footer-info {
    display: flex;
    justify-content: space-between;
    font-size: 15px !important;
    font-weight: 300;
    flex-wrap: wrap;
    float: none;
    color: #fff;
    padding-bottom: 0 !important;
}
#footer-info a {
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
}
#footer-info a:hover {
    color: #fff;
    font-weight: 500;
    opacity: 1;
}
.et_pb_gutters3.et_pb_footer_columns5 .footer-widget:first-child {
	width: 9.8% !important;
	margin-top: 0;	
}
.et_pb_gutters3.et_pb_footer_columns5 .footer-widget {
	width: 25%;
	margin-top: 13px;
}
.footer-widget .et_pb_widget:first-child {
    width: 100%;
}

.footer-widget a {
    display: block;
    margin-bottom: 0.6em;
}
.footer-widget p {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 28px;
}
.footer-widget p a {
	margin: 0;
	color: #fff;
}
.footer-widget #media_image-2 img {
    margin-top: -15px;
}
.footer-widget a.plan-link {
    margin-top: 20px;
}
.footer-widget a.plan-link img {
    margin-right: 5px;
}
.footer-nav {
	font-size: 18px !important;
}
#main-footer form input[type=email] {
    background: transparent;
    border: none;
    border-bottom-color: #fff!important;
    color: #353431;
    font-size: 16px!important;
}
#main-footer form input[type=submit] {
    width: 50%;
    max-width: 120px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff!important;
    cursor: pointer;
    font-size: 16px!important;
}
#main-footer .footer-widget:first-child {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}
#main-footer #footer-widgets .footer-widget {
	margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
	#main-footer .footer-widget:first-child {
		margin: 0px !important;
	}
}
#main-footer form input[type=email].wpcf7-not-valid {
    border-bottom-color: #f00!important;
}
#main-footer .wpcf7-validation-errors {
    margin-top: 0.3em;
}
div.wpcf7-response-output {
    margin-top: 15px;
    margin-left: 0;
}

@media screen and (min-width: 981px) {
    .et_pb_gutters3 .footer-widget {
        margin-right: 3.5%;
        margin-bottom: 0;
    }
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
        width: 23.875%;
    }
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget:first-child {
        width: 11.875%;
        margin-right: 2.5%;
    }
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget:last-child {
        width: 30.875%;
    }
    .footer-logo {
        margin-top: 5px;
    }
}
@media screen and (min-width: 1024px) {
    #main-footer form input[type=submit] {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .et_pb_gutters3 .footer-widget {
        margin-right: 3.5%;
    }
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
        width: 20.875%;
    }
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget:first-child {
        width: 15.875%;
        margin-right: 2.5%;
    }
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget:last-child {
        width: 32.875%;
    }
}
/*** Inner pages style ***/
/* Home page */
/*
.et_pb_section h2.section-title {
    font-size: 25px;
    padding-bottom: 10px;
    color: #6F1E48;
}
*/
.et_pb_section h1.section-title.underline, .et_pb_section h2.section-title.underline, .underline .et_pb_text_inner h2, h1.error-page {
   	color: #6F1E48;
	padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 2px solid #6F1E48;
}

.et_pb_section p {
    font-weight: 400;
}
.et_pb_section p.sub-title {
    font-size: 27px;
    line-height: 1;
}
h2:after {
    color: #6F1E48;
    font-family: ETmodules!important;
    margin-left: 10px;
    font-size: 35px;
}
#news h2 {
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 2px solid #6F1E48;
}
#news h2:after {
    content: '\e012';
}
body #page-container a.et_pb_button {
    background-color: transparent;
    color: #695f51;
    width: 100%;
    border: 2px solid #695f51;
    font-family: 'Fira Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 21px;
    border-radius: 0;
    text-align: center;
    padding: 0 10px;
}
@media screen and (min-width: 1280px) {
	body #page-container a.et_pb_button {
		font-size: 17px;
	}
}
@media screen and (min-width: 1450px) {
	body #page-container a.et_pb_button {
		font-size: 21px;
	}
}
body #page-container a.et_pb_button:hover {
	background-color: #695f51;
	color: #ffffff;
	opacity: 1;
}
.et_pb_button:after, .et_pb_button:before {
	content: none;
}
body #page-container a.et_pb_button.contact-person-button {
	width: auto;
	color: #506345;
	border-color: #506345;
}
body #page-container a.et_pb_button.contact-person-button:hover {
	background-color: #506345;
	color: #ffffff;
	opacity: 1;
}
body #page-container a.et_pb_button.no-icon {
    padding-left: 15px!important;
}
body #page-container a.et_pb_button.no-icon:hover:after {
    display: none;
}
body #page-container .projektbeschrieb h2:after {
    content: '\e00a';
    content: '\e012';
}
.projektbeschrieb .et_pb_button_module_wrapper,
#unterlagen-links .et_pb_button_module_wrapper {
    margin-bottom: 5px!important;
}
body #page-container a.et_pb_button.icon-btn:after {
    left: 15px;
    margin-left: 0;
    opacity: 1;
    font-size: 22px;
}
.et_pb_button_module_wrapper {
    margin: 0!important;
}
#image-link-section div .et_pb_image {
    margin-bottom: 0;
}
#image-link-section div div:last-child {
    margin-top: -50px;
}
#image-link-section div div:last-child a {
    text-transform: uppercase;
    width: 100%;
    padding: 7px 15px!important;
}
#image-link-section div div:last-child a:after {
    font-size: 24px!important;
    line-height: 1;
}
.title-underline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 40px;
    height: 3px;
    background-color: #31661D;
    transform: scale(1, 1);
    transform-origin: 0% 100%;
    transition: transform 0.4s cubic-bezier(0.29, 0.29, 0.24, 0.98);
}
#links-zum-projekt {
    background-color: #A2BA99;
}
#links-zum-projekt .et_pb_main_blurb_image {
    margin-bottom: 0;
}
#links-zum-projekt .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: center;
}
#unterlagen-links h2 {
    width: 90%;
    max-width: 335px;
}
.contact-person .et_pb_blurb_content {
    text-align: left;
    margin: 0;
}
.contact-person .et_pb_blurb_content h3 {
    padding-bottom: 0;
}
.contact-person .et_pb_blurb_content a {
    display: block;
    color: #6F1E48;
}
.contact-person .et_pb_blurb_content a.btn-purple {
    color: #fff;
    background-color: #6F1E48;
    width: 100%;
    max-width: 230px;
    padding: 8px 15px;
    text-align: center;
}
.contact-person .et_pb_blurb_content .et_pb_main_blurb_image,
.contact-person .et_pb_blurb_content .et_pb_main_blurb_image a {
    margin-bottom: 0;
}
.contact-person .et_pb_blurb_content .et_pb_blurb_description p.contact-btn {
    padding-bottom: 0;
}
@media screen and (min-width: 560px) {
	#image-link-section div div:last-child a {
		width: 300px;
	}
}
@media screen and (min-width: 768px) {
/*
    .et_pb_section h2.section-title {
        font-size: 30px;
        padding-bottom: 0;
    }
*/
	
	#main-content {
		min-height: 500px;
	}
	h1.error-page {
		font-size: 72px;
		margin-top: 100px;
	}
    .et_pb_section p.sub-title {
        font-size: 32px;
    }
}
@media screen and (min-width: 1024px) {
    .et_pb_section h1.section-title.underline, h1.error-page {
        width: 65%;
        max-width: 350px;
    }
	.et_pb_section h2.section-title.underline, .underline .et_pb_text_inner h2 {
        width: 50%;
        max-width: 250px;
    }
    #unterlagen-links>div:first-child>div:first-child p {
        width: 80%;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1366px) {
    #unterlagen-links {
        display: flex;
    }
    #unterlagen-links>div {
        flex: 1;
    }
    #unterlagen-links>div:first-child {
        flex-direction: column;
        justify-content: flex-end;
        display: flex;
    }
    #unterlagen-links>div:first-child>div:first-child {
        margin-bottom: auto;
    }
    #unterlagen-links>div:first-child>div:last-child {
        margin-bottom: 0!important;
    }
    .contact-person .et_pb_blurb_content {
        display: flex;
    }
    .contact-person .et_pb_blurb_content>div {
        flex: 0 1 50%;
        padding-right: 10px;
    }
    .contact-person .et_pb_blurb_content .et_pb_blurb_description {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .contact-person .et_pb_blurb_content .et_pb_blurb_description a {
        margin-bottom: 0;
    }
    .contact-person .et_pb_blurb_content .et_pb_blurb_description .contact-btn {
        margin-top: auto;
    }
}
/* Baufortschritt */
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #31661D;
    background: #31661D;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
    background: #31661D;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
    color: #31661D;
}
.wpostahs-slick-slider .slick-dots li button {
    height: 7px!important;
    width: 20px!important;
    border-radius: 0!important;
    border-color: #35343136;
    background-color: #35343136!important;
}
.wpostahs-slick-slider .slick-dots li.slick-active button {
    background: #31661D!important;
}
/* Impressionen */
#impressionen-gallery .et_pb_gallery_image {
    text-align: center;
}
#drohnenfotos img {
    width: 100%;
}
@media all and (max-width: 980px) {
	.et_pb_column #drohnenfotos .et_pb_grid_item:nth-child(3n) {
		margin-right: 5.5%;
	}
	.et_pb_column #drohnenfotos .et_pb_grid_item:nth-child(3n+1){
		clear: none;
	}
}
@media all and (max-width: 767px) {
    #drohnenfotos .et_pb_gallery_item {
        margin-bottom: 5.5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    .et_pb_column .et_pb_grid_item {
        width: 47.25%;
        margin: 0 5.5% 5.5% 0;
        float: left;
    }
    .et_pb_column .et_pb_grid_item:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 981px) {
    #drohnenfotos .et_pb_gallery_item {
        margin-right: 1.2%;
		margin-bottom: 1.2%;
        width: 24.1%;
    }
	.et_pb_gutters2 .et_pb_column_4_4 #drohnenfotos .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 #drohnenfotos .et_pb_grid_item:nth-child(4n) {
        margin-right: 0;
    }
}
/* Lage */
.lage-section h2 {
    margin-top: 30px;
}
.lage-section h3.subtitle {
	font-size: 1.125em;
    font-weight: 700;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.lage-section ul {
    list-style-type: none;
    padding-left: 0;
}
.lage-section ul li {
    font-weight: 400;
}
span.purple-circle {
    width: 13px;
    height: 13px;
    background-color: #31661d;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    display: inline-block;
}
.lage-section .full-width-img-txt .text-part {
    padding: 15px;
}
.lage-section .full-width-img-txt .img-bcg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    width: 100%;
}
#lage-section-1 .full-width-img-txt .img-bcg {
    background-image: url(/wp-content/uploads/2019/10/Situation-map-new.jpg);
}
#lage-section-2 .full-width-img-txt .img-bcg {
    background-image: url(/wp-content/uploads/2019/10/Salmash-map-2-website-1.jpg);
}
#lage-section-3 .full-width-img-txt .img-bcg {
    background-image: url(/wp-content/themes/Divi-child/images/situation.jpg);
}
#lage-section-2 .text-part {
    background-color: #A2BA99;
}
.lage-section .text-part .text-right {
    padding-top: 30px;
    padding-left: 20px;
}
.lage-section .full-width-img-txt {
    display: flex;
    flex-wrap: wrap;
}
.lage-section .full-width-img-txt>div {
    flex: 1 0 100%;
}
#lage-section-2 .full-width-img-txt .img-bcg {
    order: 2;
}
@media screen and (min-width: 960px) {
    .lage-section .full-width-img-txt {
        display: flex;
        flex-wrap: nowrap;
    }
    .lage-section .full-width-img-txt>div {
        flex: 1 0 50%;
    }
    .lage-section .full-width-img-txt .img-bcg {
        min-height: auto;
    }
    #lage-section-2 .full-width-img-txt .text-part {
        order: 2;
    }
    #lage-section-2 .full-width-img-txt .img-bcg {
        order: 1;
    }
}
@media screen and (min-width: 1440px) {
    #lage-header-block {
        height: 65vh;
    }
    .lage-section .text-part>div {
        width: 70%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .lage-section .text-part .text-left {
        padding-right: 10%;
        float: right;
    }
    .lage-section .text-part .text-right {
        padding-left: 5%;
    }
    .lage-section .img-bcg > div {
        width: 100%;
        padding: 0;
        clear: both;
    }
}
/* Eigentumswohnungen page */
body #page-container a.et_pb_button.plan-link {
	color: #353431!important;
	background: none;
	font-weight: 700!important;
	width: auto;
}
body #page-container a.et_pb_button.plan-link:hover {
	color: #31661d!important;
}
body #page-container a.et_pb_button.plan-link:before {
	font-weight: 700;
}
.wohnungen h1.section-title.underline, .wohnungen h2.section-title.underline {
    width: 90%;
}
.wohnungen .et_pb_button_module_wrapper {
    margin-bottom: 5px!important;
}
body #page-container .wohnungen .et_pb_button, body #page-container .wohnungen .et_pb_button:hover {
    padding: 4px 15px 4px 25px!important;
}
/* Kontakt page */
#kontakt-section h2 {
    width: 70%;
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 2px solid #6F1E48;
}
#kontakt-section>div>div:first-child {
    background-image: url(/wp-content/themes/Divi-child/images/cityBau-SalmsachPark-kontakt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
#kontakt-section>div>div:nth-child(2) {
    background-color: #E1E8E1;
}
#kontakt-section #contact-form {
    padding: 60px 15px 20px;
    transition: all 0.4s ease-in-out;
}
#kontakt-section #kontakt-map, #kontakt-section #kontakt-map .et_pb_map {
    height: 100%;
}
input, input:focus {
    width: 100%;
    height: 42px;
    margin-bottom: 20px!important;
    outline: 0;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    border: none!important;
    border-bottom: 1px solid #695f51!important;
    padding-left: 5px!important;
    font-size: 20px!important;
    color: #695f51!important;
    font-weight: 400;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: transparent;
}
input[type="submit"] {
    background-color: transparent;
    border: 2px solid #695f51 !important;
    padding: 0 10px;
    font-size: 21px !important;
    margin-top: 20px;
    cursor: pointer;
    max-width: 160px;
    color: #695f51 !important;
	transition: all 300ms ease 0ms;
}
input[type="submit"]:hover {
    background-color: #695f51;
    color: #ffffff !important;
}
select {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: url(/wp-content/themes/Divi-child/images/select-arrow.png) no-repeat;
    background-size: 18px;
    background-position: center right;
    max-width: 100%;
    height: 42px;
    margin-bottom: 20px;
    outline: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #353431!important;
    font-weight: 300;
    padding-left: 5px;
    font-size: 20px!important;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border: none;
    border-bottom: 1px solid #695f51!important;
    font-weight: 300;
    padding-left: 5px;
    font-size: 20px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 20px!important;
    font-family: 'Roboto';
    color: #695f51;
    font-weight: 400;
	height: 140px;
}
input::placeholder, textarea::placeholder {
    color: #757575!important;
    opacity: 1;
}
input.wpcf7-not-valid {
    border-bottom-color: #f00!important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
input[type=checkbox] {
    width: 20px;
    margin-bottom: 0!important;
    display: none;
}
.wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0;
    padding-top: 6px;
}
input[type=checkbox]+span.wpcf7-list-item-label {
    display: inline-block;
    color: #353431;
    font-size: 1rem;
    padding-left: 25px;
    margin-left: 0;
    position: relative;
}
input[type=checkbox]+span.wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: -25px;
    margin-top: 3px;
    border: 1px solid #353431;
    width: 15px;
    height: 15px;
    text-align: center;
    cursor: pointer;
}
input[type=checkbox]:checked+span.wpcf7-list-item-label::before {
    content: "\2714";
    line-height: 1;
    color: #353431;
    background-color: #FFF;
}
.addresse-info {
    background-color: #CCD9C7;
    padding: 15px;
}
.addresse-info p {
    padding-bottom: 5px;
}
.addresse-info a {
    display: block;
}
.addresse-info .info-right a {
    color: #6F1E48;
    text-decoration: underline;
    font-weight: 400;
}
.kontakt-page-section .contact-person>div {
    margin: auto;
}
@media screen and (min-width: 560px) {
    .addresse-info {
        display: flex;
    }
    .addresse-info .info-left, .addresse-info .info-right {
        flex: 0 1 50%;
    }
    .kontakt-page-section .contact-person .et_pb_blurb_content {
        display: flex;
    }
    .kontakt-page-section .contact-person .et_pb_blurb_content>div {
        flex: 0 1 50%;
        padding-right: 10px;
    }
    .kontakt-page-section .contact-person .et_pb_blurb_content .et_pb_blurb_description {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .kontakt-page-section .contact-person .et_pb_blurb_content .et_pb_blurb_description .contact-btn {
        margin-top: auto;
    }
}
@media screen and (min-width: 981px) {
    #kontakt-section>div:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1440px) {
    #kontakt-section #contact-form {
        width: 70%;
        max-width: 650px;
        padding: 50px 15px 50px 50px;
    }
    .addresse-info {
        width: 70%;
        padding: 15px 15px 15px 50px;
    }
}

.custom-map {
  width: 100%; 
  height: 440px;
}

.entry-content .tablepress th, .entry-content .tablepress td {
	text-align: center;
	font-size: 14px;
}

.entry-content .tablepress .sorting, .entry-content .tablepress .sorting_asc, .entry-content .tablepress .sorting_desc {
	padding-right: 30px;
}
.entry-content .tablepress .sorting:after, .entry-content .tablepress .sorting_asc:after, .entry-content .tablepress .sorting_desc:after {
	right: 16px;
}
.entry-content thead th, .entry-content tr th {
	padding: 9px 10px;
}
.entry-content .tablepress tr td {
	padding: 9px 10px;
	vertical-align: middle;
	border-color: #695f51;
	background: transparent;
}
.tablepress td.column-8 {
	text-align: center;	
}

.tablepress .column-8 a img {
	width: 100%;
	max-width: 20px;
	height: auto;
}
.tablepress td.column-10, .tablepress td:last-child {
	text-align: center;
	vertical-align: middle;
}
.tablepress td.column-10 a img, .tablepress td:last-child a img {
	max-width: 25px;	
}

.entry-content ol li {
	margin-bottom: 20px;
}
body.error404 #main-content .container:before {
	display: none;
}

.baubeschrieb-row .et_pb_main_blurb_image svg {
    width: 32px;
    height: 32px;
}
.announcement-banner-image {
	width: 100%;
}
/* Custom radio button */
#contact-form .wpcf7-radio {
    margin-left: -16px;
}
#contact-form .wpcf7-radio span.wpcf7-list-item {
    margin-bottom: 10px;
    margin-left: 1em;
    padding-top: 0;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + span.wpcf7-list-item-label,
[type="radio"]:not(:checked) + span.wpcf7-list-item-label
{
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #695f51;
    font-size: 20px;
    font-weight: 400;
}
[type="radio"]:checked + span.wpcf7-list-item-label:before,
[type="radio"]:not(:checked) + span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    border: 1px solid #695f51;
    border-radius: 0;
    background: #695f51;
}
[type="radio"]:not(:checked) + span.wpcf7-list-item-label:before {
    background: transparent;
}
[type="radio"]:checked + span.wpcf7-list-item-label:after,
[type="radio"]:not(:checked) + span.wpcf7-list-item-label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 8px;

    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span.wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + span.wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section-contact.section-bg-left, .section-contact.section-bg-right {
	background: #e5e8e3;
}
.section-bg-left, .section-bg-right {
	background: #e9e7e5;
}
@media screen and (min-width: 981px) {
	.section-contact.section-bg-left {
		background: linear-gradient(to left, #ffffff 50%, #e5e8e3 50%);
	}
	.section-contact.section-bg-right {
		background: linear-gradient(to left, #e5e8e3 50%, #ffffff 50%);
	}
	.section-bg-left {
		background: linear-gradient(to left, #ffffff 50%, #e9e7e5 50%);
	}
	.section-bg-right {
		background: linear-gradient(to left, #e9e7e5 50%, #ffffff 50%);
	}
}
.section-link {
    float: right;
    margin-right: 10%;
}
.section-link a {
    color: #695f51;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-link a:after {
    content: url(https://www.salmsach-park.ch/wp-content/uploads/City-Bau_Icon_Arrow.svg);
    max-width: 75px;
    display: block;
	transition: all 0.2s ease;
	line-height: 1;
}
.section-link a:hover, .section-link a:hover::after {
	opacity: 0.7;
}
.section-link a span {
    font-size: 50px;
}
.et_pb_toggle {
    border: none;
}
.et_pb_toggle_title:before {
	content: none;
}
h5.et_pb_toggle_title:after {
    content: "+";
    margin-left: 15px;
}
.et_pb_toggle_open h5.et_pb_toggle_title:after {
    content: "-";
}
h5.et_pb_toggle_title {
    color: #695f51 !important;
    font-size: 28px;
}
.et_pb_accordion .et_pb_toggle {
    padding: 0;
    margin: 0 !important;
}
.contact-person-box a {
	color: #506345;
}
.table-header {
    border-bottom: 2px solid #695f51;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table-header span {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    width: 13%;
}
.table-content {
    border-bottom: 1px solid #695f51;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table-content span {
    font-size: 21px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    width: 13%;
    max-height: 50px;
}
.table-content span img {
    margin-top: 5px;
}
.table-header span:first-child, .table-content span:first-child {
    width: 6%;
    text-align: left;
}
.table-header span:nth-child(4), .table-header span:nth-child(5), .table-content span:nth-child(4), .table-content span:nth-child(5) {
    width: 20%;
}
.table-content span:nth-child(5) {
	text-align: right;
	padding-right: 50px;
}
.impressionen-gallery > div > div {
    margin-right: 20px !important;
}
.impressionen-gallery span.et_pb_image_wrap {
	overflow: hidden;
}
.impressionen-gallery span.et_pb_image_wrap img {
    transition: all .2s ease;
    opacity: 1;
}
.impressionen-gallery span.et_pb_image_wrap img:hover {
    transform: scale(1.25);
    opacity: .75;
}
.statement p {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
	color: #a4a4a4;
    padding: 0;
}
@media screen and (min-width: 981px) {
	.statement p {
	    font-size: 40px;
	    line-height: 48px;
	}
}
.contact-confirm {
    line-height: 40px;
}
.contact-confirm span {
    font-size: 21px;
    font-weight: 400;
}
.contact-confirm span a {
    font-weight: 700;
}
.contact-confirm span.contact-checkbox-text {
    margin-left: 20px;
}
.contact-confirm input[type=checkbox]+span.wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
	top: -24px;
}
.contact-gender .wpcf7-list-item {
	margin-left: 0;
    margin-right: 30px;
}

.animated-svg a:hover polygon.st8 {
    fill: #695f51;
}
span.phone {
    display: inline-block;
    width: 70px;
}
.table-active-class {
    background-color: #e9e7e5;
}
.animated-svg a text {
	opacity: 0;
	fill: #695f51;
	font-size: 23px;
	pointer-events: none;
}
.animated-svg a:hover text {
	opacity: 1 !important;
}

h2.cd-timeline-item-title {
	font-size: 26px;
	line-height: 30px;
}

.cd-timeline-title-container .timeline-date {
	font-size: 14px;
	font-style: normal !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #f00!important;
	color: #f00!important;	
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin: 2em 0 1em;
}

#lg-print {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABCElEQVRIidVWQU7EMAycqaKFAwgkHukvJY9E9LCrhR5iLg1Y2Ti7KQWJOblyMrbHiVPCQUrpFcDB81dYROSl5QidTQ+qeiAJAFBVFLsVwHNMvbQsYYccqur6ehUMk+0SoFdJC65E1zK9tRK3ApKPvY2jlfxfMMb4RvLZW2DP/+gJAjAHkm4favINuoeafLFkt160Br5GTKiyexKR99E0LWKM9yTPhXfakF0XJCdj+/cgpRQAZHxfxmLnVm9EJK/f2SZcS2RxgjOuG71ZANzV6/5MotlGtPbGwFlVj+ve2WVIKX1g7EW7kAi48uDsgc3j+scB9mr8r0vUG3RHkhdNLqerSLja7l/FJ63tcvq+zX/mAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}

.citybau-project {
	width: 100%;
	padding: 0;
	margin: 0;
}


.et_pb_gutters3.et_pb_row .citybau-projects .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3 .citybau-projects .et_pb_column_1_2 .et_pb_module {
   	margin-bottom: 10px !important;
}
.et_pb_gutters3 .citybau-projects > .et_pb_column > .et_pb_module {
    margin-bottom: 50px !important;
}
.et_pb_gutters3 .citybau-project .et_pb_column {
    margin-bottom: 10px;
}
.et_pb_gutters3 .citybau-projects .et_pb_column_1_2 .et_pb_module.et_pb_code:last-child {
	margin-bottom: 0 !important;
}
@media all and (min-width: 981px) and (max-width: 1549px) {
	.et_pb_gutters3 .citybau-project .et_pb_column_2_5, .et_pb_gutters3 .citybau-project .et_pb_column_3_5 {
		width: 100%;
	}
	.et_pb_gutters3 .citybau-projects > .et_pb_column > .et_pb_module {
		    margin-bottom: 40px !important;
	}
}

body #page-container .citybau-projects a.et_pb_button {
	max-width: 150px;
}

#projects .on-sale-img {
    width: 100%;
    text-align: right!important;
    position: absolute;
    margin-top: 0;
    z-index: 10;
    right: -30px;
    bottom: -25px;
}
#projects .on-sale-img a {
	display: block;	
}
#projects .on-sale-img img {
    width: 65%;
    max-width: 207px;
	transition: all ease-in-out 0.3s;
}
@media all and (min-width: 660px) {
    #projects .on-sale-img img {
        width: 100%;
    }
}
@media all and (min-width: 981px) {
    #projects .on-sale-img img {
        width: 65%;
    }
}
@media all and (min-width: 1350px) {
    #projects .on-sale-img img {
        width: 100%;
    }
}