/*!
Theme Name:   LowkDesign
Theme URI:    https://lowk-design.de/
Author:       Oliver Wiescholek
Author URI:   https://lowk-design.de/
Description:  LowkDesign Homepage
Version:      0.0.0
Requires PHP: 5.6.0
Text Domain:  lowkdesign
*/

@font-face {
    font-family: 'GothamBlack';
    src: url('https://lowk-design.de/wp-content/themes/lowkdesign/assets/font/gotham-black-regular.ttf');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('https://lowk-design.de/wp-content/themes/lowkdesign/assets/font/gotham-medium.ttf');
}

@font-face {
    font-family: 'GothamLight';
    src: url('https://lowk-design.de/wp-content/themes/lowkdesign/assets/font/gotham-light.otf');
}

.container {
    padding: 12px;
}
.row {
    margin: 0 !important;
}


nav {
    background-color: #fafafa;
}

.lowkdesign-front-list {
    list-style: none;
}

.lowkdesign-front-list li {
    margin-top: 16px;
    font-size: 18px;
}

.lowkdesign-section-text {
    padding: 18px;
}

h1 {
    font-family: 'GothamBlack';
    font-size: 60px;
    font-weight: lighter;
}

h2 {
    font-family: 'GothamBlack';
    font-size: 48px;
    font-weight: lighter;
}

h3 {
    font-family: 'GothamBlack';
    font-size: 36px;
}

.lowkdesign-subtitle {
    font-family: 'GothamMedium';
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lowkdesign-subtitle2 {
    font-family: 'GothamMedium';
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.55);
    padding-bottom: 0;
    margin-bottom: 0;
}

.lowkdesign-body {
    font-family: 'GothamMedium';
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lowkdesign-body2 {
    font-family: 'GothamMedium';
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lowkdesign-link {
    font-size: inherit;
    color: #005EE0;
    text-decoration: none;
    cursor: pointer;
    transition: all 3s ease-in-out;
}

a,a:visited,a:hover,a:active{
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    position:relative;
    transition:0.5s color ease;
    text-decoration:none;
}
a.before:before,a.after:after{
    content: "";
    transition:0.5s all ease;
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    position:absolute;
}
a.before:before{
    top:-0.25em;
}
a.after:after{
    bottom:-0.25em;
}
a.before:before,a.after:after{
    height:2px;
    width:0;
    background:#005EE0;
}

a.lowkdesign-link:after {
left:50%;
-webkit-transform:translateX(-50%);
        transform:translateX(-50%);
}

a.before:hover:before,a.after:hover:after{
    width:100%;
}

.lowkdesign-caption {
    font-family: 'GothamLight';
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lowkdesign-divider {
    width: 90%;
    height: 2px; 
}

.lowkdesign-paper-homepage {
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 0 32px 0 rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}

.lowkdesign-service-package {
    padding: 24px; background-image: url('https://lowk-design.de/assets/images/package-background.jpg'); background-size: cover; background-position:top; background-repeat: no-repeat;position: relative;
    padding-bottom: 56px;
}

.lowkdesign-service-package a {
    position: absolute;
    bottom: 12px;
    width: 92%;
}
.lowkdesign-bkg-light {
    background-color: rgba(0,0,0,0.1);
}

.lowkdesign-bkg-dark {
    background-color: rgba(255,255,255, 0.7);
}

.lowkdesign-section div {
    padding: 32px;
}

#lowkdesign-hero-section {
    width: 100vw;
    min-height: 100vh;
    background-repeat: no-repeat; 
    background-size:cover; 
    background-position: bottom;
    background-color: #fff;
    background-image: url('https://lowk-design.de/assets/images/front-hero-section-mobile.jpg');
    padding: 12px;
}
#lowkdesign-hero-section h1 {
    color: #fafafa;
}

#lowkdesign-hero-section h2 {
    color: #fafafa;
}

#lowkdesign-hero-section p {
    color: #fafafa;
}

.lowkdesign-float-button {
    position: fixed;
    bottom: 12px;
    /*right: 12px;*/
    right: 5%;
    width: 64px; 
    height: 64px;
    border-radius: 32px;
    background-color: #0F66EA;
    color: #fafafa;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.65);
    text-align: center;
    padding-top: 16px;
    cursor: pointer;
    transition: width 0.2s ease-in-out;
}

.lowkdesign-float-button:hover {
    /*width: 350px;*/
    width: 90%;
    padding-top: 12px;
}

.lowkdesign-float-button:hover .lowkdesign-float-button-text {
    opacity: 1.0;
    transform: translateX(0%);
}

.lowkdesign-float-button-text {
    margin-top: 8px;
    margin-left: 12px;
    opacity: 0.0;
    transition: opacity 0.5s ease-in-out;
    display: inline-block;
    transform: translateX(200%);
    color: #fafafa;
    text-decoration: none;
}
.lowkdesign-float-button-text:hover {
    color: #fafafa;
}

#front-content-desktop {
    display: none;
}
#lowkdesign-body-content-header {
    color: #444 !important;
}
#lowkdesign-front-section-1-mobile {
    background-image: url('https://lowk-design.de/assets/images/front-section-1-mobile.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    color: #fafafa;
    padding: 12px;
    padding-top: 128px;
}

#lowkdesign-front-section-2-mobile {
    background-image: url('https://lowk-design.de/assets/images/front-section-2-mobile.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    color: #fafafa;
    padding: 12px;
    padding-top: 128px;
}

#lowkdesign-front-section-3-mobile {
    background-image: url('https://lowk-design.de/assets/images/front-section-3-mobile.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    color: #222;
    padding: 12px;
    padding-top: 128px;
}

#lowkdesign-front-section-4-mobile {
    background-image: url('https://lowk-design.de/assets/images/front-section-4-mobile.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    color: #222;
    padding: 12px;
    padding-top: 128px;
}

#lowkdesign-front-section-5-mobile {
    background-image: url('https://lowk-design.de/assets/images/front-section-5-mobile.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    color: #222;
    padding: 12px;
    padding-top: 128px;
}

#lowkdesign-front-section-6-mobile {
    background-image: url('https://lowk-design.de/assets/images/front-section-6-mobile.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    color: #222;
    padding: 12px;
    padding-top: 128px;
}

#lowkdesign-front-section-divider-mobile { 
    background-image: url('https://lowk-design.de/assets/images/background-divider-arrow-down.svg');
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 32px;
}

.lowkdesign-section-mobile {
    padding: 12px;
}

#ldcb_cookie_banner {
    z-index: 1000000;
    width: 100vw; height: 1000vh; background-color: rgba(0,0,0,0.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);position: absolute; top:0; left: 0; display: none
}

.ldcb_cookie_banner_content {
    width: 95%; margin-left: auto; margin-right: auto; margin-top: 65px; background-color:#fafafa;border-radius: 12px;padding-top: 12px; padding-bottom: 12px;
}

.ldcb-cookie-button {
    width: 90%; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

#ld-footer-mail {
    font-size: 18px;
}

@media only screen and (min-width: 550px) {

    #ld-footer-mail {
        font-size: 20px;
    }
    .ldcb-cookie-button {
        width: auto;
        margin-left: 8px;
        margin-right: unset;
    }
    .ldcb_cookie_banner_content {
        width: 50%; margin-left: auto; margin-right: auto; margin-top: 20%; background-color:#fafafa;border-radius: 12px;padding-top: 24px; padding-bottom: 24px;
    }

    #front-content-mobile {
        display: none;
    }

    #front-content-desktop {
        display: block;
    }

    #lowkdesign-body-content-header {
        color: #444;
        margin-top: 64px;
    }

    .lowkdesign-service-package {
        background-size: contain;
    }

    h1 {
        font-size: 60px !important;
        color: #222 !important;
    }

    h2 {
        font-size: 48px !important;
        color: #444 !important;
    }

    h3 {
        font-size: 36px !important;
        color: #666 !important;
    }

    p {
        color: #444 !important;
    }

    .lowkdesign-subtitle {
        font-size: 16px;
    }


    .lowkdesign-float-button {
        right: 12px;
    }

    .lowkdesign-float-button:hover {
        width: 350px;
    }

    #lowkdesign-hero-section {
        padding: 32px;
        background-image: url('https://lowk-design.de/assets/images/hero-section.jpg');
        background-position: center;
        background-size: cover;
    }

    .lowkdesign-paper-homepage-header {
        font-size: 24px;
        font-family: 'GothamBlack';
        color: #222;
        font-weight: lighter;
        background-color: #EDF5FA;
        padding: 12px;
    }

    .lowkdesign-paper-homepage-body {
        padding: 24px; 
    }

    .lowkdesign-section {
        background-position: right;
        background-size: cover; 
        background-repeat: no-repeat;
        min-height: 400px; 
    }

    .lowkdesign-section div {
        padding: 24px;
    }

    #lowkdesign-how-we-help-section-1 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-1.jpg');
        background-color: #FEFFFF;
        margin-top: 32px;
    }

    #lowkdesign-how-we-help-section-2 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-2.jpg');
        background-color: #EDF5FA;
    }

    #lowkdesign-how-we-help-section-3 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-3.jpg');
        background-color: #FEFFFF;
    }
    #lowkdesign-how-we-help-section-4 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-4.jpg');
        background-color: #FEFFFF;
        min-height: 133px !important;
    }

    #lowkdesign-front-section-1 { 
        background-image: url('https://lowk-design.de/assets/images/section-1.jpg');
        background-color: #EDF5FA;
        margin-top: 32px;
    }

    #lowkdesign-front-section-2 { 
        background-image: url('https://lowk-design.de/assets/images/section-2.jpg');
        background-color: #FAFAFA;
    }

    #lowkdesign-front-section-3 { 
        background-image: url('https://lowk-design.de/assets/images/section-3.jpg');
        background-color: #EDF5FA;
    }

    #lowkdesign-front-section-4 { 
        background-image: url('https://lowk-design.de/assets/images/background-divider-arrow-down.svg');
        height: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 24px;
    }

    .row {
        padding-left: 0;
    }


}



@media only screen and (min-width: 1200px) {
    .lowkdesign-subtitle {
        font-family: 'GothamMedium';
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #front-content-mobile {
        display: none;
    }

    #front-content-desktop {
        display: block;
    }

    #lowkdesign-body-content-header {
        color: #444;
        margin-top: 64px;
    }

    h1 {
        font-size: 96px !important;
        color: #222 !important;
    }

    h2 {
        font-size: 60px !important;
        color: #444 !important;
    }

    h3 {
        font-size: 48px !important;
        color: #666 !important;
    }

    p {
        color: #444 !important;
    }

    .lowkdesign-float-button {
        right: 12px;
    }

    .lowkdesign-float-button:hover {
        width: 350px;
    }

    #lowkdesign-hero-section {
        padding: 32px;
        background-image: url('https://lowk-design.de/assets/images/hero-section.jpg');
        background-position: center;
        background-size: cover;
    }

    .lowkdesign-paper-homepage-header {
        font-size: 24px;
        font-family: 'GothamBlack';
        color: #222;
        font-weight: lighter;
        background-color: #EDF5FA;
        padding: 12px;
    }

    .lowkdesign-paper-homepage-body {
        padding: 24px; 
    }

    .lowkdesign-section {
        background-position: right;
        background-size: contain; 
        background-repeat: no-repeat;
        min-height: 400px; 
    }

    .lowkdesign-section div {
        padding: 24px;
    }

    #lowkdesign-how-we-help-section-1 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-1.jpg');
        background-color: #FEFFFF;
        margin-top: 32px;
    }

    #lowkdesign-how-we-help-section-2 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-2.jpg');
        background-color: #EDF5FA;
    }

    #lowkdesign-how-we-help-section-3 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-3.jpg');
        background-color: #FEFFFF;
    }
    #lowkdesign-how-we-help-section-4 {
        background-image: url('https://lowk-design.de/assets/images/how-we-help-section-4.jpg');
        background-color: #FEFFFF;
        min-height: 133px !important;
    }

    #lowkdesign-front-section-1 { 
        background-image: url('https://lowk-design.de/assets/images/section-1.jpg');
        background-color: #EDF5FA;
        margin-top: 32px;
    }

    #lowkdesign-front-section-2 { 
        background-image: url('https://lowk-design.de/assets/images/section-2.jpg');
        background-color: #FAFAFA;
    }

    #lowkdesign-front-section-3 { 
        background-image: url('https://lowk-design.de/assets/images/section-3.jpg');
        background-color: #EDF5FA;
    }

    #lowkdesign-front-section-4 { 
        background-image: url('https://lowk-design.de/assets/images/background-divider-arrow-down.svg');
        height: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 24px;
    }

    .row {
        padding-left: 0;
    }
}