/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template:  Divi
Version: 1.0.0
*/


a.reservierung_button{position: fixed; bottom:10px; left:10px; border:3px solid #000;background: #fff; color:#000; z-index:100; padding:15px 30px; letter-spacing: 3px;
    font-size: 14px;
    font-family: 'ReadexPro-Regular',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important; }
a.reservierung_button svg{margin-left:5px; color:#42E2BA; font-size:24px; margin-top:2px}
.wpforms-submit{ border-radius:0 !important;background: #42E2BA !important; color:#000; padding:15px 30px 10px !important; letter-spacing: 3px;
    font-size: 14px;
    font-family: 'ReadexPro-Regular',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important; float: right !important}
.pum-container{padding:50px 30px !important}


/* Divi customization */
.et_builder_inner_content{
    z-index: unset !important;
}
.et_pb_row_0 {
    background-size: cover !important;
}

/* Header */
#main-header{
    padding: 1rem 0;
}
.logo_container .logo_helper{
    display: none;
}
.mobile_menu_bar:before{
    color: #000 !important;
    font-size: 50px !important;
}

/* Footer */
footer .fontawesome-label svg{
    font-size: 2rem !important;
}

/* Blog posts columns grid */
.blog-row {
    display: flex;
    flex-wrap: wrap;
}
.blog-row .blog-post {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.blog-row .blog-post:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.blog-row .blog-post .blog-post-body {
    padding: 1rem;
}

/* Blog post modal */
.modal-wall{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999999999 !important;
    overflow-y: scroll;
}
.modal-wall .modal{
    margin: 150px auto 30px;
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 600px;
}
.modal .close-modal-wall-wrapper{
    position: relative;
    text-align: right;
    margin-bottom: 1rem;
}
.modal .close-modal-wall-wrapper .close-modal-wall svg{
    position: absolute;
    right:0;
    top:15px;
    font-size: 2rem;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    transition: all 0.3s ease-in-out; 
    padding: 0.3rem 0.7rem;
}
.modal .close-modal-wall-wrapper .close-modal-wall:hover svg{
    color: #fff;
    background-color: #000;
}
.modal .modal-title{
    padding: 0 0 2rem 0;
}
.modal .modal-content a, .modal .modal-content em{
    display: inline-block;
    padding: 0.5rem 1.5rem;
    margin-top: 1.5rem;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.modal .modal-content a::after{
    content: '\f054';
    line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    font-family: FontAwesome!important;
    font-weight: 900!important;
    transition: all 300ms ease 0ms;
    opacity: 0;
    position: absolute;
    direction: ltr;
}
.modal .modal-content a:hover{
    background-color: #000;
    color: #fff;
}
.modal .modal-content a:hover::after{
    margin-left: 0.3em;
    opacity: 1;
}
.modal .modal-content em{
    font-style: normal !important;
    border: 2px solid #9fa2a9;
    color: #9fa2a9;
    cursor: not-allowed;
}
.modal .modal-content em:hover{
    border: 2px solid #9fa2a9;
    background-color: #9fa2a9;
    color: #000;
}

/* Shortcode for icons */
.fontawesome-label-wrapper{
    display: inline-block;
    margin: .5rem 2rem .5rem 0;
    font-size: 1.125rem;
}
.fontawesome-label-wrapper .fontawesome-label-icon-wrapper{
    display: inline-block;
    min-width: 2rem;
}
.fontawesome-label-wrapper .fontawesome-label svg{
    color: #42E2BA;
}

/* Coworking table */
.coworking-table .et_pb_column{
    min-height: 1000px;
    position: relative;
}
.coworking-table .et_pb_column .et_pb_code_inner{
    min-height: 800px;
}
.coworking-table .price-content-wrapper {
    position: absolute;
    bottom: 0;
    font-size: 1.125rem;
    font-weight: 600;
}
.coworking-table .price-content-wrapper .price-primary-text{
    color: #42E2BA;
    line-height: .8;
}
.coworking-table .fontawesome-label-wrapper{
    display: block;
}

/* Coworking gallery */
.et_pb_gallery{
    max-width: 100% !important;
}
.coworking-gallery .et_pb_gallery_item{
    width: 33.333% !important;
    margin: 0 !important;
    clear: none !important;
}
.coworking-gallery .et_pb_gallery_item img{
    width: 100% !important;
}

/* Praxis shortcodes table */
.space-list-item{
    display: block;
    margin-bottom: 1rem;
}
.space-list-item .space-list-item-wrapper{
    display: flex;
    flex-wrap: nowrap;
}
.space-list-item .space-list-item-number{
    width: 10%;
    background-color: #42E2BA;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.space-list-item .space-list-item-content{
    width: 90%;
    padding-left: 1rem;
}
.space-list-item-content .space-list-item-text{
    width: 100%;
    font-size: 1.25rem !important;
    font-weight: 600;
    color: #42E2BA;
}
.space-list-item-content .space-list-item-text span{
    color: #000;
}
.space-list-item-content .space-list-item-icons{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.space-list-item-content .fontawesome-label-wrapper {
    margin: 0 1.5rem 0 0 !important;
    font-size: 1.25rem !important;
}
.space-list-item-content .space-list-item-icons svg{
    color: #000;
    min-width: unset !important;
    margin-right: .6rem;
}

/* Hover effect class */
.grayscale-hover{
    filter: grayscale(1) !important;
    transition: all 0.3s ease-in-out !important;
}
.grayscale-hover a{
    overflow: hidden;
    display: block;
}
.grayscale-hover:hover{
    filter: grayscale(0) !important;
}

/* Hide title inside modal gallery preview */
.mfp-gallery .mfp-bottom-bar .mfp-title{
    display: none;
}


/* =================================================== */
/* =================== RESPONSIVE ==================== */
/* =================================================== */

@media ( max-width: 1500px ){
    /* Divi Customization */
    .extra-large-heading h1 {
        font-size: 250px !important;
        line-height: 180px !important;
    }
}
@media ( max-width: 1300px ){
    p, div{font-size: 16px;}
    h1{font-size: 50px !important;}
    h2{font-size: 40px !important;}
    h3{font-size: 30px !important;}
    h4{font-size: 20px !important;}
    h5{font-size: 18px !important;}
    h6{font-size: 16px !important;}
    /* Blog posts columns grid */
    .blog-row .blog-post {
        width: 49%;
        margin-bottom: 2rem;
    }
}
@media ( max-width: 1200px ){
    /* Coworking table */
    .coworking-table .et_pb_column .et_pb_code_inner{
        min-height: 900px;
    }
}
@media ( max-width: 980px ){
    /* Divi Customization */
    .extra-large-heading h1 {
        font-size: 150px !important;
        line-height: 110px !important;
    }
    /* Header */
    header #logo{
        margin-top: 22px;
    }
    .et_mobile_menu{
        top: 130px;
        position: fixed !important;
    }
    .et_mobile_menu li a {
        border-bottom: unset !important;
        font-size: 18px !important;
        transition: all 0.2s ease-in-out;
    }
    .et_mobile_menu li.current_page_item a {
        color: #42E2BA !important;
    }
    .et_mobile_menu li a:hover {
        color: #42E2BA !important;
        background-color: unset !important;
    }
    /* Footer */
    .footer-logo-list .et_pb_column{
        display: flex !important;
    }
    /* Coworking table */
    .coworking-table .et_pb_column, .coworking-table .et_pb_column .et_pb_code_inner{
        min-height: unset;
    }
    .coworking-table .price-content-wrapper {
        position: relative;
        margin: 2rem 0 1rem 0;
    }
    /* Coworking gallery */
    .coworking-gallery .et_pb_gallery_item{
        width: 50% !important;
    }
}
@media ( max-width: 768px ){
    h1{font-size: 40px !important;}
    h2{font-size: 30px !important;}
    h3{font-size: 22px !important;}
    h4{font-size: 20px !important;}
    h5{font-size: 18px !important;}
    h6{font-size: 16px !important;}
    /* Footer */
    footer .fontawesome-label svg{
        font-size: 1.5rem !important;
    }
    /* Shortcode for icons */
    .fontawesome-label-wrapper {
        margin: 0.5rem 1rem 0.5rem 0 !important;
        font-size: 1rem !important;
    }
    .et_pb_row_0 h4{
        font-size: 1rem !important;
        margin-bottom: 2rem;
    }
    /* Two column icons */
    .two-column-icons .et_pb_code_inner{
        text-align: center;
    }
    .two-column-icons p{
        font-size: .825rem !important;
        text-align: center;
    }
    .two-column-icons .fontawesome-label-wrapper{
        font-size: .825rem !important;
        margin: .25rem 0.5rem .25rem 0 !important;
    }
    /* Blog posts columns grid */
    .blog-row .blog-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
}
@media ( max-width: 650px ){
    /* Divi Customization */
    .extra-large-heading h1 {
        font-size: 80px !important;
        line-height: 50px !important;
    }
    /* Praxis shortcodes table */
    .space-list-item .space-list-item-number{
        width: 20%;
    }
    .space-list-item .space-list-item-content{
        width: 80%;
    }
    .space-list-item-content .fontawesome-label-wrapper {
        margin: 0 0.5rem 0 0 !important;
        font-size: 1rem !important;
    }
    /* Modal */
    .modal-wall .modal {
        margin: 150px 1rem 30px !important;
    }
    .modal-wall .modal .modal-title {
        font-size: 1.75rem !important;
    }
    .modal .close-modal-wall-wrapper .close-modal-wall svg {
        font-size: 1.5rem !important;
        padding: 0.2rem 0.5rem !important;
    }
}

@media ( max-width: 450px ){
    /* Divi Customization */
    .extra-large-heading h1 {
        font-size: 65px !important;
        line-height: 40px !important;
    }
}

