/*!
Theme Name: Sutter Schubert
Theme URI: http://underscores.me/
Author: ASPKOM GmbH
Author URI: https://aspkom.ch
Description: Sutter Schubert Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sutter-schubert

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sutter Schubert is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Schriftarten */

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('fonts/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Medium.woff2') format('woff2'),
        url('fonts/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Light.woff2') format('woff2'),
        url('fonts/Barlow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Bold.woff2') format('woff2'),
        url('fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Black.woff2') format('woff2'),
        url('fonts/Barlow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Regular.woff2') format('woff2'),
        url('fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-ExtraLight.woff2') format('woff2'),
        url('fonts/Barlow-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Thin.woff2') format('woff2'),
        url('fonts/Barlow-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* Allgemeine Anpassungen */

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

#page {
    overflow-x: hidden;
}

body {
    color: #626b73;
    font-family: 'Barlow';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 600;
    letter-spacing: 2px;
}

a,
a:hover {
    color: #626b73;
    text-decoration: none;
}

.gx-lg-5 {
    --bs-gutter-x: 5rem;
}


/* Header & Menü */

#masthead {
    padding: 0 20%;
	z-index: 999;
    background: #fff;
	left: 0;
    right: 0;
    top: 0;
}

#masthead.fixed-header {
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

#masthead.fixed-header .row,
.close-row.fixed-header {
    height: 100px;
}

.header-logo img {
    max-width: 450px;
    margin-top: -10px;
}

header .row {
    height: 140px;
}

header .row .col {
    display: flex;
    align-items: center;
}

body.menu-open, html.menu-open {
    overflow: hidden;
}

#menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    padding: 0 20%;
}

#menu-overlay::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

#menu-overlay {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#menu-overlay.menu-open {
    display: block;
}

.close-row {
    height: 140px;
}

.close-row .col {
    display: flex;
    align-items: center;
}

.menu-column {
    padding-top: 4rem;
}

.menu-block {
    margin-bottom: 3rem;
}

.menu-block a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.9rem;
    display: block;
    padding-bottom: .5rem;
}

.menu-block span {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: 0 15px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    margin-bottom: 15px;
}


/* Hamburger Jonathan Suh @jonsuh */

.hamburger {
padding: 0;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
margin-top: 5px;
overflow: visible; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #000; }

.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }

.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 40px;
height: 2px;
background-color: #000;
border-radius: 2px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }

.hamburger--3dxy .hamburger-box {
perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg); }
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }


.hamburger-box:before {
    content: 'MENÜ';
    position: absolute;
    bottom: -25px;
    left: -2px;
    right: 0;
    text-align: center;
    color: #000;
}

.close-row .hamburger-box:before {
    display: none;
}


/* Intro */

#intro-home {
    padding: 8rem 20%;
    background-color: #f5f4f9;
}

#intro-home h1 {
    font-size: 2.3rem;
}



/* Referenzen Slider */

.project-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    filter: grayscale(1);
}

.project-item.slick-current {
    filter: grayscale(0);
}

.project-item:before {
    content: '';
    display: block;
    padding-top: 45%;
    background: rgb(255,255,255,.2);
    filter: grayscale(0);
}

.project-item.slick-current:before {
    background: rgb(255,255,255,0);
    background: linear-gradient(0deg, rgba(47,97,164,1) 0%, rgba(255,255,255,0) 45%);
}

.slick-initialized .slick-slide {
    display: block;
    min-width: 1000px;
}

.project-details {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 20px;
    right: 6%;
    bottom: 6%;
}

span.project-cat-year {
    text-transform: uppercase;
    font-size: 105%;
    letter-spacing: 1px;
}

.project-details h3 {
    color: #fff;
    text-transform: none;
    margin-top: 5px;
}

button.slick-arrow {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 99;
}

button.slick-arrow {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 535px);
    background: transparent;
    background-image: url(/wp-content/uploads/2021/07/NAV_PfeilLinks.png);
    border: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    font-size: 0;
    color: #fff;
}

button.slick-next.slick-arrow {
    left: auto;
    right: calc(50% - 535px);
    background-image: url(/wp-content/uploads/2021/07/NAV_PfeilRechts.png);
}


/* Projekte auf Referenzen Seite */

#search-filter-results-119 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#search-filter-results-119 .project-item {
    filter: grayscale(0);
    width: 47%;
    margin-right: 6%;
    margin-bottom: 3rem;
}

#search-filter-results-119 .project-item:nth-child(2n) {
    margin-right: 0;
}

#search-filter-results-119 .project-item:before {
    padding-top: 85%;
	background: rgb(255,255,255,0);
    background: linear-gradient(0deg, rgba(47,97,164,1) 0%, rgba(255,255,255,0) 45%);
}

.searchandfilter ul {
    padding: 0;
}

.searchandfilter ul li li input {
    display: none;
}

.searchandfilter label {
    padding: 0 !important;
    color: #000000;
    font-family: 'Barlow';
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.1rem;
    text-transform: uppercase;
	cursor: pointer;
}

.searchandfilter li.sf-option-active label {
    color: #3264a7;
    font-weight: 600;
}

.searchandfilter ul li li {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 15px 20px 0;
}

.searchandfilter ul li ul {
    text-align: center;
	margin-bottom: 4rem;
}




/* Section Titel Block */

.section-title-block.text-center {
    max-width: 900px;
    margin: 0 auto;
}

h2.section-title, h1.section-title {
    font-size: 2.3rem;
}

span.pre-title {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: 0 15px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    margin-bottom: 15px;
}

span.sub-title {
    color: #000000;
    text-transform: none;
    font-family: 'Barlow';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.7rem;
    display: block;
    margin-top: 1rem;
}


/* Dienstleistungen Homepage */

#services-home {
    padding: 8rem 3% 10rem;
}

#services-home .gx-lg-5 {
    --bs-gutter-x: 6rem;
}

#services-home .section-title-block {
    padding-bottom: 12rem;
}

img.service-icon {
    width: 24%;
    margin-right: 8%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.service-details {
    width: 67%;
    display: inline-block;
    vertical-align: top;
}

.service-details h3 {
    font-size: 1.85rem;
    line-height: 1.2;
    display: block;
}

.service-details span {
    font-size: 1.75rem;
    line-height: 1.1;
    display: block;
}

.service-details a.read-more {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 110%;
    line-height: 1;
    margin-top: 35px;
}

.service-details a.read-more:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    background-color: #e7e7e7;
    border-radius: 100%;
    margin-right: -15px;
    margin-top: -2px;
}



/* CTA Block **/

#cta-section {
    padding: 6rem 0;
}

.cta-wrapper {
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.cta-wrapper h2 {
    font-size: 2.3rem;
}

span.cta-text {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
}

.cta-wrapper:before {
    content: '';
    display: block;
    height: 200px;
    width: 200px;
    background-color: #f5f4f9;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    left: -95px;
    top: -30px;
}


/* Dienstleistung Seiten */

#services-page {
    padding: 4rem 0 8rem 20%;
}

.text-content {
    font-size: 1.4rem;
}

.service-content {
    padding-top: 6rem;
    margin-top: 6rem;
    border-top: 1px solid #000;
}

.text-content p {
    color: #000;
    margin-bottom: 4rem;
    line-height: 1.7;
}

.text-content.impressum-content p {
    margin-bottom: 2rem;
}

.text-content p strong {
    font-weight: 600;
}

.service-bilder img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


/* Über uns */

#ueber-uns-page {
    padding: 4rem 20% 8rem;
}

.bild-oben img {
    width: 100%;
}

#ueber-uns-page .section-title-block {
    padding-bottom: 5rem;
}

.uber-uns-content {
    padding-top: 10rem;
}

.team-row {
    padding-top: 8rem;
}

img.team-img {
    width: 100%;
}

.team-content h2 {
    margin-top: 3rem;
}

.team-content h2 span {
    color:#3264a7;
}


/* Referenzen Seiten */

.ref-content {
    padding-top: 10rem;
}

.ref-bilder img {
    width: 100%;
    margin-top: 10px;
}


/* Kontakt */

.page-template-page-kontakt #cta-section {
    display: none;
}

div#map {
    height: 800px;
}

.form-wrapper {
    padding-top: 6rem;
    margin-top: 4rem;
    border-top: 1px solid #000;
}

html .formcraft-css .fc-form .form-element .form-element-html input[type=color],
html .formcraft-css .fc-form .form-element .form-element-html input[type=date],
html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime-local],
html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime],
html .formcraft-css .fc-form .form-element .form-element-html input[type=email],
html .formcraft-css .fc-form .form-element .form-element-html input[type=month],
html .formcraft-css .fc-form .form-element .form-element-html input[type=number],
html .formcraft-css .fc-form .form-element .form-element-html input[type=password],
html .formcraft-css .fc-form .form-element .form-element-html input[type=search],
html .formcraft-css .fc-form .form-element .form-element-html input[type=tel],
html .formcraft-css .fc-form .form-element .form-element-html input[type=text],
html .formcraft-css .fc-form .form-element .form-element-html input[type=time],
html .formcraft-css .fc-form .form-element .form-element-html input[type=url],
html .formcraft-css .fc-form .form-element .form-element-html input[type=week],
html .formcraft-css .fc-form .form-element .form-element-html select,
html .formcraft-css .fc-form .form-element .form-element-html textarea {
    padding: .5em .9em .5em;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
}

a.powered-by {
    display: none !important;
}

html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button,
html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button:hover {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.8rem;
}

.submit-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background-color: #e7e7e7;
    border-radius: 100%;
    margin-right: -25px;
    margin-top: -5px;
}


/* Impressum / Allgemein */

#general-page {
    padding: 4rem 20%;
}

.general-title-block {
    margin-bottom: 4rem;
}


/* Footer */

#footer {
    padding: 8rem 20% 0;
}

#footer .row {
    padding: 5rem 0;
    border-top: 1px solid #3264a7;
}

.credit-row {
    padding: 4rem 0 !important;
}

.footer-logo img {
    max-width: 450px;
}

.footer-block h5 {
    font-size: 1.1rem;
    color: #717980;
    margin-bottom: 20px;
    margin-top: 5px;
}

.footer-inner {
    line-height: 1.8;
}

.legal-column a:first-child {
    margin-right: 30px;
}



/* Datenschutz */

.page-id-109 h3 {
    padding-top: 2rem;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    font-size: 1.1em !important;
    background: #000000 !important;
    color: #fff !important;
    font-family: 'Barlow';
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 0px;
    padding: 6px 12px 8px !important;
    border-radius: 6px;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    font-size: 1.1em !important;
    background: #3264a7 !important;
    color: #fff !important;
    font-family: 'Barlow';
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 0;
    padding: 5px 12px 7px !important;
    border-radius: 6px;
}

.dsdvo-cookie-notice.style1 #tarteaucitronAlertBig {
    padding: 15px 5% 20px !important;
    font-family: 'Barlow';
    background: #f5f4f9 !important;
    color: #000 !important;
}

div#tarteaucitronAllAllowed {
    background-color: #3264a7 !important;
}

div#wordpressmainLine {
    border-left: 5px solid #3264a7 !important;
}

@media all and (max-width: 1400px) {
.dsdvo-cookie-notice.style1 #tarteaucitronDisclaimerAlert {
    width: 70% !important;
}
	
}

@media all and (max-width: 1024px) {
.dsdvo-cookie-notice.style1 #tarteaucitronDisclaimerAlert {
    width: 60% !important;
}
	
}

@media all and (max-width: 982px) {
.dsdvo-cookie-notice.style1 #tarteaucitronDisclaimerAlert {
    width: 90% !important;
}

.dsdvo-cookie-notice.style1 #tarteaucitronAlertBig {
    padding: 20px 0 !important;
}
	
}




	
	


/* ------- Responsive CSS -------- */


@media all and (max-width: 1700px) {

    #masthead {
        padding: 0 15%;
    }

    #services-page {
        padding: 4rem 0 8rem 15%;
    }

    #footer {
        padding: 8rem 15% 0;
    }

    #intro-home {
        padding: 8rem 15%;
    }

    #ueber-uns-page {
        padding: 4rem 15% 8rem;
    }

    #menu-overlay {
        padding: 0 15%;
    }
	
	#general-page {
    padding: 4rem 15%;
	}


}



@media all and (max-width: 1500px) {

    #masthead {
        padding: 0 10%;
    }

    #services-page {
        padding: 4rem 0 8rem 10%;
    }

    #footer {
        padding: 8rem 10% 0;
    }

    #intro-home {
        padding: 8rem 10%;
    }

    #ueber-uns-page {
        padding: 4rem 10% 8rem;
    }

    #menu-overlay {
        padding: 0 10%;
    }

    #services-home .gx-lg-5 {
        --bs-gutter-x: 4rem;
    }
	
	#general-page {
    padding: 4rem 10%;
    }

    .service-details h3 {
        font-size: 1.65rem;
    }

    .service-details span {
        font-size: 1.6rem;
        line-height: 1.1;
        display: block;
    }

    #services-home .section-title-block {
        padding-bottom: 10rem;
    }

    #services-home {
        padding: 8rem 2% 8rem;
    }


}



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

    #masthead {
        padding: 0 5%;
    }

    #services-page {
        padding: 4rem 0 8rem 5%;
    }

    #footer {
        padding: 8rem 5% 0;
    }

    #intro-home {
        padding: 6rem 5%;
    }

    #ueber-uns-page {
        padding: 4rem 5% 8rem;
    }

    #menu-overlay {
        padding: 0 5%;
    }
	
	#general-page {
    padding: 4rem 5%;
    }

    header .row {
        height: 80px;
    }

    .close-row {
        height: 80px;
    }
	
	#masthead.fixed-header .row,
	.close-row.fixed-header {
    height: 80px;
	}

    .menu-column {
        padding-top: 2rem;
    }

    .slick-initialized .slick-slide {
        min-width: 700px;
    }

    button.slick-arrow {
        left: calc(50% - 385px);;
    }

    button.slick-next.slick-arrow {
        right: calc(50% - 385px);
    }

    img.service-icon {
        width: auto;
        height: 120px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .service-details {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .footer-logo img {
        max-width: 400px;
    }

    .header-logo img {
        max-width: 400px;
        margin-top: -10px;
    }

    .hamburger-box:before {
        display: none;
    }

}

@media all and (max-width: 982px) {

    #services-home {
        padding: 8rem 5% 4rem;
    }

    #services-home .section-title-block {
        padding-bottom: 8rem;
    }

    .service-details h3 {
        font-size: 1.85rem;
    }

    .service-details span {
        font-size: 1.75rem;
    }

    .service-item {
        margin-bottom: 6rem;
    }

    img.service-icon {
        width: 20%;
        height: auto;
        margin-right: 6%;
        margin-bottom: 0;
    }

    .service-details {
        width: 73%;
    }

    #services-page {
        padding: 4rem 5% 8rem 5%;
    }

    .service-content {
        padding-top: 4rem;
        margin-top: 4rem;
    }

    .text-content p {
        margin-bottom: 2rem;
    }

    .slick-initialized .slick-slide {
        min-width: 600px;
    }

    button.slick-arrow {
        left: calc(50% - 335px);;
    }

    button.slick-next.slick-arrow {
        right: calc(50% - 335px);
    }

    h2.section-title, h1.section-title {
        font-size: 2rem;
    }

    .cta-wrapper h2 {
        font-size: 2rem;
    }

    span.cta-text {
        font-size: 1.8rem;
    }

    .cta-wrapper:before {
        top: -40px;
    }

    .uber-uns-content {
        padding-top: 4rem;
    }

    .team-row {
        padding-top: 4rem;
    }

    img.team-img {
        width: 60%;
        margin-top: 4rem;
    }

    div#map {
        height: 600px;
        margin-top: 4rem;
    }

    #footer {
        padding: 4rem 5% 0;
    }

    #footer .row {
        padding: 3rem 0 1rem;
    }

    #footer .row .col {
        margin-bottom: 2rem;
    }

    .credit-row {
        padding: 2rem 0 !important;
    }

    .ref-content {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .project-item:before {
        padding-top: 55%;
    }
	
	#search-filter-results-119 .project-item {
    width: 100%;
    margin-right: 0;
    }
 

}


@media all and (max-width: 600px) {

    .header-logo img {
        max-width: 250px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 34px;
    }

    .slick-initialized .slick-slide {
        min-width: 0;
    }

    .project-item:before {
        padding-top: 86%;
    }

    button.slick-arrow {
        display: none;
    }

    #intro-home h1 {
        font-size: 1.6rem;
    }

    #intro-home {
        padding: 3rem 5%;
    }

    h2.section-title, h1.section-title {
        font-size: 1.6rem;
    }

    .service-details h3 {
        font-size: 1.45rem;
    }

    .service-details span {
        font-size: 1.35rem;
    }

    img.service-icon {
        width: 15%;
        margin-right: 6%;
    }

    .service-details {
        width: 78%;
    }

    #services-home {
        padding: 4rem 5% 2rem;
    }

    span.cta-text {
        font-size: 1.4rem;
    }

    .cta-wrapper h2 {
        font-size: 1.6rem;
    }

    .cta-wrapper:before {
        height: 150px;
        width: 150px;
        left: -40px;
        top: -26px !important;
    }

    #cta-section {
        padding: 4rem 0;
    }

    .menu-block a {
        letter-spacing: 1px;
        font-size: 1.25rem;
    }

    .menu-block {
        margin-bottom: 2rem;
    }
	
	.service-content {
		padding-top: 3rem;
		margin-top: 3rem;
	}

    span.sub-title {
        font-size: 1.2rem;
        margin-top: 0;
    }

    .text-content {
        font-size: 1.15rem;
    }

    img.team-img {
        width: 100%;
        margin-top: 3rem;
    }

    .uber-uns-content {
        padding-top: 2rem;
    }

    .team-row {
        padding-top: 0rem;
    }

    #ueber-uns-page .section-title-block {
        padding-bottom: 3rem;
    }

    #services-home .section-title-block {
        padding-bottom: 4rem;
    }

    .form-wrapper {
        padding-top: 4rem;
        margin-top: 2rem;
    }

    div#map {
        height: 350px;
        margin-top: 4rem;
    }

    .footer-logo img {
        max-width: 290px;
    }

    html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button,
    html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button:hover {
        font-size: 1.4rem;
    }

    .ref-content {
        padding-top: 2rem;
        padding-bottom: 0;
    }
	
	#search-filter-results-119 .project-item {
    	margin-bottom: 2rem;
	}
	
	.searchandfilter ul li li {
		margin: 10px 15px 0;
	}
	
	.searchandfilter label {
		letter-spacing: 0;
		font-size: 1rem;
	}
	
	.searchandfilter ul li ul {
		margin-bottom: 2rem;
	}
	
	span.project-cat-year {
		font-size: 100%;
	}

}