@import url(fonts/roboto/roboto.css);
@import url(fonts/font-awesome/fontawesome.min.css);
@import url(fonts/font-awesome/regular.css);
@import url(fonts/font-awesome/solid.css);

body {
    margin: 0;
    width: 100%;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

header {

}

h1.mobile-headline {
    display: none;
}

.top-bar {
    background-color: #ffffff;
    height: 158px;
    display: flex;
    padding: 1em 0 1em 0;
}
.top-bar > a {
    justify-content: flex-start;
    flex: 1;
}

.top-bar > a > .logo {
    background: white url(../svg/PieperKarsch_Logo.svg) 10em 50% no-repeat;
    min-height: 150px;
}

.top-bar > .mobile-menu-button {
    display: none;
}

.top-bar > .top-menu {
    margin: auto 10em auto 0;
}

.top-bar > .top-menu > ul {
    display: flex;
    list-style: none;
}

.top-bar > .top-menu > ul > li {
    margin-left: 2em;
}

.top-bar > .top-menu > ul > li:first-child {
    margin-left: 0;
}

.top-bar > .top-menu > ul > li > a {
    text-decoration: none;
    font-family: 'Roboto Light', Arial , serif;
    font-size: 22px;
    color: black;
}

@media (max-width: 1800px) {
    .top-bar > a > .logo {
        background: white url(../svg/PieperKarsch_Logo.svg) 5em 50% no-repeat;
    }

    .top-bar > .top-menu {
        margin: auto 5em auto 0;
    }
}

.start {
    background-color: #2B333A;
    height: 782px;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
    display: grid;
    grid-template-columns: [start] auto [middle] 55% [end];
}

.start > .start-column-left {

    margin: auto 1em auto 10em;
}

.start h1 {
    font-family: 'Roboto Regular', Arial, serif;
    color: white;
    margin: 1em 0 0 0;
    letter-spacing: -1px;
    line-height: 1.2em;
}

.start h2 {
    color: white;
    font-family: 'Roboto Light', Arial, serif;
    font-weight: lighter;
    margin: 0.5em 0 0 0;
}

.start > .start-column-left > a > .start-contactButton,
.content-about-us > .content-about-us-column-left > .about-us-box > a > .about-us-contactButton {

    padding: 1em 2.3em;
    font-size: 16px;
    border-radius: 6px;
    border-style: none;
    background-color: #7DBDE4;
    color: white;
    font-family: 'Roboto Bold', Arial, serif;
    cursor: pointer;
    margin-top: 4em;
}

.start > .start-column-left a > .start-contactButton:hover,
.content-about-us > .content-about-us-column-left > .about-us-box > a > .about-us-contactButton:hover {
    color: #7DBDE4;
    outline: 2px solid #7DBDE4;
    outline-offset: -2px;
    background-color: white;
}

.start > .start-column-right {
    overflow: hidden;
}

@media (min-width: 1980px) {
    .start > .start-column-right > img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1800px) {
    .start > .start-column-left {
        margin: auto 1em auto 5em;
    }

    .start > .start-column-right > img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1280px) {
    .start {
        height: 550px;
    }

    .start h1 {
        font-size: 50px;
    }

    .start h2 {
        font-size: 30px;
    }

    .start p {
        font-size: 18px;
    }

    .start > .start-column-right > img {
        width: auto;
        height: 100%;
    }
}

.content-row {

    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
    display: grid;
    grid-template-columns: [start] auto [middle] 55% [end];
}

.content-values {
    background-color: rgba(125, 189, 228, .2);
    /*height: 793px;*/
    margin-top: 3em;
}

.content-values-column-left {
    overflow: hidden;
    margin-bottom: 5em;
}

.content-values-column-left > h1 {
    display: none;
}

.content-values-column-left > .content-values-image {
    margin: 5em 0 0 10em;
}

.content-values-column-left > .content-values-image > img {
    width: 100%;
    height: auto;
}

.content-values-column-right > h1 {
    font-size: 50px;
    font-family: 'Roboto Bold', Arial, serif;
    color: black;
    font-weight: 100;
    padding: 1em 10em 0 1.55em;
    margin-bottom: 0;
}

.content-values-column-right > .card-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10em 1em 5em;
}

.content-values-column-right > .card-box > .card {
    width: 41%;
    font-size: 20px;
    color: black;
    font-family: 'Roboto Light', Arial, serif;
    margin: 3em auto auto 2em;
}

.content-values-column-right > .card-box > .card:first-child, .content-values-column-right > .card-box > .card:nth-child(3) {
    margin-left: 0;
}

.content-values-column-right > .card-box > .card:nth-child(2),
.content-values-column-right > .card-box > .card:nth-child(4){
    margin-right: 0;
}

.content-values-column-right > .card-box > .card > h2 {
    font-size: 20px;
    font-family: 'Roboto Bold', Arial, serif;
    font-weight: 100;
}

@media (max-width: 1800px) {
    .content-values-column-left > .content-values-image {
        margin: 5em 0 0 5em;
    }

    .content-values-column-right > h1 {
        font-size: 50px;
        padding: 1em 5em 0 1.55em;
    }

    .content-values-column-right > .card-box {
        padding: 0 5em 1em 5em;
    }

    .content-values-column-right > .card-box > .card {
        width: 42%;
        font-size: 20px;
        color: black;
        font-family: 'Roboto Light', Arial, serif;
        margin: 3em auto auto 2em;
    }
}

@media (max-width: 1500px) {
    .content-values-column-right > .card-box > .card {
        margin: 1.5em auto auto 2em;
        width: 45%;
    }
}

@media (max-width: 1280px) {
    .content-values-column-right > h1 {
        font-size: 40px;
        padding: 1.5em 5em 0 1.95em;
    }

    .content-values-column-right > .card-box > .card > h2 {
        font-size: 18px;
    }

    .content-values-column-right > .card-box > .card {
        font-size: 18px;
    }

    .content-values-column-right > .card-box > .card {
        margin: 1em 0.5em auto 1em;
        width: 46%;
    }
}

.content-about-us {
    background-color: white;
    margin-top: 0;
}

.content-about-us > .content-about-us-column-left {
    margin-left: 10em;
    padding-top: 5em;
}

.content-about-us > .content-about-us-column-left > .about-us-box h1 {
    font-family: 'Roboto Bold', Arial, serif;
    font-weight: 100;
    font-size: 50px;
    margin-top: 0.2em;
}

.content-about-us > .content-about-us-column-left > .about-us-box p {
    font-family: 'Roboto Light', Arial, serif;
    font-size: 20px;
    padding-right: 4em;
}

.content-about-us > .content-about-us-column-left > .about-us-box > .about-us-quote {
    font-family: 'Roboto Medium Italic', Arial, serif;
    font-size: 38px;
    color: #7DBDE4;
}

.content-about-us > .content-about-us-column-left > .about-us-box > a > .about-us-contactButton {
    margin-top: 2em;
}

.content-about-us > .content-about-us-column-right > .content-about-us-image {
    margin: 5.5em 10em 5em 5em;
}

.content-about-us > .content-about-us-column-right > .content-about-us-image > img {
    width: 100%;
    height: auto;
}

@media (max-width: 1800px) {
    .content-about-us > .content-about-us-column-left {
        margin-left: 5em;
        padding-top: 5em;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box h1 {
        margin-top: 0.5em;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box > .about-us-quote {
        margin: .8em auto 1em auto;
    }

    .content-about-us > .content-about-us-column-right > .content-about-us-image {
        margin: 5.5em 5em 5em 5em;
    }
}

@media (max-width: 1500px) {
    .content-about-us > .content-about-us-column-left > .about-us-box h1 {
        margin-top: 0;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box p {
        padding-right: 0;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box > .about-us-quote {
        font-size: 28px;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box > a > .about-us-contactButton {
        margin-top: 1em;
    }
}

@media (max-width: 1280px) {
    .content-about-us > .content-about-us-column-left {
        padding-top: 3em;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box h1 {
        font-size: 40px;
        margin-top: 0;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box p {
        font-size: 18px;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box p > .what {
        display: none;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box > .about-us-quote {
        font-size: 28px;
    }

    .content-about-us > .content-about-us-column-left > .about-us-box > a > .about-us-contactButton {
        margin-top: 0;
    }
}
.content-slider-container {
    background-color: white;
}

.slick-slider {
    margin-bottom: 0!important;
}

.content-slider {
    background-color: white;
    display: block;
    margin-bottom: 3em!important;
}

.slick-dots li {
    margin: 1em 1em 0 1em;
}


.slide {
    display: grid !important;
    grid-template-columns: [start] auto [middle] 55% [end];
}

.content-slider-image {
    margin: 5.5em 0 2em 10em;
}

.content-slider-image > img {
    width: 100%;
    height: auto;
}

.slick-slider {
    background-color: white;
}

.slick-dots {
    background: white;
}

.slick-dots > li > button::before {
    font-size: 20px;
}

.content-slider-column-right {
    margin-right: 10em;
    padding-top: 5em;
    padding-left: 5em;
}

.content-slider-column-right > h1 {
    font-family: 'Roboto Bold', Arial, serif;
    font-weight: 100;
    font-size: 50px;
}

.content-slider-column-right > .slider-box {
    padding-top: 1em;
}


.content-slider-column-right > .slider-box h2 {
    font-family: 'Roboto Bold', Arial, serif;
    font-size: 30px;
    padding-right: 4em;
    font-weight: 100;
    margin-bottom: 0;
}

.content-slider-column-right > .slider-box p {
    font-family: 'Roboto Light', Arial, serif;
    font-size: 20px;
    padding-right: 4em;
    margin-top: 0;
}

@media (max-width: 1800px) {
    .content-slider-column-left > .content-slider-image {
        margin: 5.5em 0 2em 5em;
    }

    .content-slider-column-right {
        margin-right: 5em;
        padding-top: 5em;
        padding-left: 5em;
    }

    .content-slider-column-right > .slider-box p {
        padding-right: 0;
    }
}

@media (max-width: 1500px) {
    .content-slider > .content-slider-column-left > .content-slider-dots {
        margin-right: 12em;
    }
}

@media (max-width: 1280px) {
    .content-slider > .content-slider-column-left > .content-slider-dots {
        margin-right: 10em;
    }

    .content-slider > .content-slider-column-left > .content-slider-dots > a {
        margin-left: 1.5em;
    }

    .content-slider > .content-slider-column-left > .content-slider-dots > a > .content-slider-dot {
        width: 12px;
        height: 12px;
        margin-bottom: 4em;
    }

    .content-slider > .content-slider-column-right > h1 {
        font-size: 40px;
        margin-top: 0;
    }

    .content-slider > .content-slider-column-right > .slider-box h2 {
        font-size: 28px;
    }

    .content-slider > .content-slider-column-right > .slider-box p {
        font-size: 18px;
    }
}

.services-start > .start-column-left > p {
    font-size: 20px;
    font-family: 'Roboto Light', Arial, serif;
    color: white;
    padding-right: 5em;
    line-height: 1.4;
}

.services-start > .start-column-left > a > .start-contactButton {
    margin-top: 2em;
}

@media (max-width: 1280px) {
    .services-start > .start-column-left > p {
        padding-right: 1em;
    }
}

.content-services {
    display: flex;
    background-color: rgba(125, 189, 228, .2);
}

.content-services > .card-box {
    display: flex;
    flex-wrap: wrap;
    padding: 2.5em 10em 2.5em 10em;
    justify-content: space-between;
}

.content-services > .card-box > .card {
    background-color: white;
    width: 30%;
    font-size: 20px;
    font-family: 'Roboto Light', Arial, serif;
    margin: 1.5em 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
}

.content-services > .card-box > .card > .content-services-imgContainer {
    margin: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.content-services > .card-box > .card > .content-services-imgContainer > img {
    height: auto;
    width: 100%;
}

.content-services > .card-box > .card > h2 {
    font-size: 20px;
    font-family: 'Roboto Bold', Arial, serif;
    font-weight: 100;
    padding: 1em 1.5em 0 1.5em;
}

.content-services > .card-box > .card > p {
    padding: 0 1.5em 1em 1.5em;
}

@media (max-width: 1800px) {
    .content-services > .card-box {
        padding: 2.5em 5em 2.5em 5em;
    }
}

@media (max-width: 1500px) {
    .content-services > .card-box > .card > .content-services-imgContainer > img {
        height: auto;
        width: 100%;
        min-height: 220px;
    }
}

@media (max-width: 1280px) {
    .content-services > .card-box > .card > h2 {
        font-size: 18px;
        padding: 1em 1em 0 1em;
    }

    .content-services > .card-box > .card > p {
        font-size: 18px;
        padding: 0 1em 1em 1em;
    }
}

.content-team {
    display: flex;
    background-color: white;
    flex-direction: column;
}

.content-team > h1 {
    font-size: 50px;
    font-family: 'Roboto Bold', Arial, serif;
    text-align: center;
    margin-bottom: .3em;
    margin-top: 2.2em;
}

.content-team > p {
    font-size: 20px;
    font-family: 'Roboto Light', Arial, serif;
    text-align: center;
    margin-top: 0;
    line-height: 1.5;
}

.content-team > .card-box {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5em 10em 2.5em 10em;
    justify-content: space-between;
}

.content-team > .card-box > .card {
    background-color: white;
    width: 42%;
    font-size: 20px;
    font-family: 'Roboto Light', Arial, serif;
    margin: 1.5em 0;
}

.content-team > .card-box > .card > h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.content-team > .card-box > .card > p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.content-team > .card-box > .card > .content-team-imgContainer {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.content-team > .card-box > .card > .content-team-imgContainer > img {
    height: auto;
    width: 100%;
}

@media (max-width: 1800px) {
    .content-team > .card-box {
        padding: 1.5em 5em 2.5em 5em;
    }
}

.content-contact {
    grid-template-columns: [start] 100% [end];
    background-color: #2B333A;
}

.content-contact > .content-contact-row {
    margin-left: 10em;
    margin-right: 10em;
    position: relative;
}

.content-contact > .content-contact-row h1 {
    color: white;
    font-family: 'Roboto Bold', Arial, serif;
    font-weight: 100;
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 1.5em;
}

.content-contact > .content-contact-row p {
    color: white;
    font-family: 'Roboto Light', Arial, serif;
    font-size: 20px;
    margin-top: .5em;
}

.content-contact > .content-contact-row > .content-contact-image > img {
    width: 100%;
    height: auto;
    margin-top: 14em; /* DELETE OR EDIT WHEN CONTACT-FORM IS READY */
    margin-bottom: 5em;
}

.content-contact > .content-contact-row > .contact-box {
    background-color: #7DBDE4;
    width: 668px;
    padding-bottom: 5em;
    position: absolute;
    top: 90px;
    right: 100px;
}

.content-contact > .content-contact-row > .contact-box > .contact-box-row {
    display: flex;
    padding: 4.5em 4em 1em 4em;
}

.content-contact > .content-contact-row > .contact-box > .contact-box-row > div {
    margin-left: 4em;
}

.content-contact > .content-contact-row > .contact-box > .contact-box-row p {
    color: white;
    margin-top: 0;
    margin-bottom: .5em;
}

@media (max-width: 1800px) {

    .content-contact > .content-contact-row {
        margin-left: 5em;
        margin-right: 5em;
    }

    .content-contact > .content-contact-row > .contact-box {
        width: 600px;
        right: 50px;
        padding-bottom: 4em;
    }

    .content-contact > .content-contact-row > .contact-box > .contact-box-row {
        padding: 3em 3em 1em 3em;
    }
}

@media (max-width: 1280px) {
    .content-contact > .content-contact-row h1 {
        font-size: 40px;
        margin-bottom: 0;
        margin-top: 1.5em;
    }

    .content-contact > .content-contact-row p {
        font-size: 18px;
        margin-top: .5em;
    }

    .content-contact > .content-contact-row > .contact-box > .contact-box-row {
        padding: 3em 3em 1em 3em;
    }

    .content-contact > .content-contact-row > .contact-box {
        width: 500px;
        right: 30px;
        top: 75px;
        padding-bottom: 3em;
    }

    .content-contact > .content-contact-row > .contact-box > .contact-box-row img {
        width: 8%;
    }
}

@media (max-width: 1080px) {
    .content-contact > .content-contact-row > .contact-box {
        width: 380px;
        right: 30px;
        top: 75px;
        padding-bottom: 3em;
    }

    .content-contact > .content-contact-row > .contact-box > .contact-box-row > div {
        margin-left: 3em;
    }
}

.content-imprint, .content-privacy-policies {
    display: flex;
    flex-direction: column;
    padding: 0 10em;
    font-family: 'Roboto Regular', Arial, serif;
    background-color: rgba(125, 189, 228, .2);
}

.content-imprint > h1, .content-privacy-policies > h1 {
    font-size: 50px
}

.content-imprint > h2, .content-privacy-policies > h2 {
    font-size: 30px;
}

.content-imprint > p > a, .content-privacy-policies > p > a {
    text-decoration: none;
    color: black;
}

.bottom-paragraph {
    margin-bottom: 3em;
}

.content-imprint > p > a:visited, .content-privacy-policies > p > a:visited {
    color: black;
}

@media (max-width: 1800px) {
    .content-imprint, .content-privacy-policies {
        padding: 0 5em;
    }
}

.paragraph-letter-spacing {
    letter-spacing: .1px;
}

footer {
    display: flex;
    flex-direction: column;
    background-color: #7DBDE4;
    color: white;
    font-family: 'Roboto Light', Arial, serif;
    padding-left: 10em;
    padding-right: 10em;
}

footer > .footer-head {
    display: flex;
    font-size: 20px;
    margin: 2em 0;
}

footer > .footer-head > .footer-contact-left > p {
    margin-left: 0;
    Margin-right: 0;
}

footer > .footer-head > .footer-contact-left > .company-name {
    font-family: 'Roboto Bold', Arial, serif;
}

footer > .footer-head > .footer-contact-right {
    align-self: end;
    margin-left: 5em;
}

footer > .footer-foot {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid white;
    font-size: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
}

footer > .footer-foot > .footer-menu > ul {
    display: inline-flex;
    list-style: none;
}

footer > .footer-foot > .footer-menu > ul > li > a {
    text-decoration: none;
    color: white;
}

footer > .footer-foot > .footer-menu > ul > li > a:visited {
    color: white;
}

footer > .footer-foot > .footer-menu > ul > li {
    margin-left: 3em;
}

footer > .footer-foot > .footer-menu > ul > li:first-child {
    margin-left: 0;
}

@media (max-width: 1800px) {
    footer {
        padding-left: 5em;
        padding-right: 5em;
    }
}

@media (max-width: 1280px) {
    footer > .footer-head {
        font-size: 18px;
    }

    footer > .footer-foot {
        font-size: 18px;
    }
}
