/*
Theme Name: P3 Wordpress Theme - Child
Theme URI: https://p3creation.com
Description: Child Theme
Author: P3 CREATION GROUP
Author URI: https://p3creation.com
Template: p3-homepage
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p3-homepage-child
Tags: 
Domain Path: /languages
*/


/* Basics */



    /* List-Stylings */

        .list-style-1 ul {
          list-style: none;
          padding: 0;
        }

        .list-style-1 li {
          padding-left: 40px;
        }

        .list-style-1 li:not(:last-child) {
          padding-bottom: 15px;
          border-bottom: 1px solid #b1b1b1;
          margin-bottom: 15px;
        }

        .list-style-1 li:before {
          content: "\f00c";
          font-family: FontAwesome;
          display: inline-block;
          margin-left: -30px;
          width: 30px;
        }


        .list-style-2 ul {
          list-style: none;
          padding: 0;
        }
        .list-style-2 li {
          padding-left: 40px;
        }
        .list-style-2 li:before {
          content: "\f061";
          font-family: FontAwesome;
          display: inline-block;
          margin-left: -30px;
          width: 30px;
        }

/* Navigation > Groovy Menu */

    @media (min-width: 576px) {
        .gm-container{
            max-width: 540px !important;
        }
    }

    @media (min-width: 768px) {
        .gm-container{
            max-width: 720px !important;
        }
    }

    @media (min-width: 992px) {
        .gm-container{
            max-width: 960px !important;
        }
    }

    @media (min-width: 1200px) {
        .gm-container{
            max-width: 1440px !important;
        }
    }


/* Header & Claim */

    #header{
        background-color: #b1b1b1;
        border-radius: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 90px;
    }

    #header h1, #header h2{
        color: #fff;
    }

    #header .text > .vc_column-inner{
        background-color: #b1b1b1;
        padding: 30px;
    }

    #header .text > .vc_column-inner .wpb_text_column{
        max-width: 600px;
    }

    @media (min-width: 768px) {
        #header .text > .vc_column-inner{
            padding: 60px;
        }
    }

    #header .img > .vc_column-inner{
        min-height: 350px;
    }


/* Visual Composer */


    /* Full-Width-Bug (vertikale Scrolleiste verbergen) */

    body{overflow-x: hidden;}
    

/* Buttons */


    .button-filled > a,
    .button-filled > button,
    input.button-filled,
    input#submit {
        font-size: 16px !important;
        background-color: #b1b1b1 !important;
        border: 2px solid #b1b1b1 !important;
        color: #fff !important;
        border-radius: 0 !important;
        background-image: none !important;
        padding: 10px 30px !important;
        transition: 0.3s !important;
    }

    .button-filled > a:hover,
    .button-filled > button:hover,
    input.button-filled:hover,
    input#submit:hover {
        background-color: #909090 !important;
        border: 2px solid #909090 !important;
        color: #fff !important;
        border-radius: 0 !important;
        background-image: none !important;
        padding: 10px 30px !important;
        transition: 0.3s !important;
    }

    .button-outline > a,
    .button-outline > button,
    input.button-outline{
        font-size: 16px !important;
        background-color: transparent !important;
        border: 2px solid #b1b1b1 !important;
        color: #b1b1b1 !important;
        border-radius: 0 !important;
        background-image: none !important;
        padding: 10px 30px !important;
        transition: 0.3s !important;
    }

    .button-outline > a:hover,
    .button-outline > button:hover,
    input.button-outline:hover{
        background-color: #909090 !important;
        border: 2px solid #909090 !important;
        color: #fff !important;
        border-radius: 0 !important;
        background-image: none !important;
        padding: 10px 30px !important;
        transition: 0.3s !important;
    }


    .button-inverse-outline > a,
    .button-inverse-outline > button,
    input.button-inverse-outline{
        font-size: 16px !important;
        background-color: transparent !important;
        border: 2px solid #fff !important;
        color: #fff !important;
        border-radius: 0 !important;
        background-image: none !important;
        padding: 10px 30px !important;
        transition: 0.3s !important;
    }

    .button-inverse-outline > a:hover,
    .button-inverse-outline > button:hover,
    input.button-inverse-outline:hover{
        background-color: #fff !important;
        border: 2px solid #fff !important;
        color: #909090 !important;
        border-radius: 0 !important;
        background-image: none !important;
        padding: 10px 30px !important;
        transition: 0.3s !important;
    }

    .vc_btn3-container.vc_btn3-inline {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    /* Button-Sizes & Attributes */

        .button-icon > a,
        .button-icon > a:hover{
            border-radius: 3px !important;
            padding: 10px 25px !important;
        }

        .button-icon > a i{
            font-size: 25px !important;
            height: 25px !important;
            line-height: 25px !important;
        }

        .button-lg > a,
        .button-lg > button{
            font-size: 18px !important;
        }

        .button-sm > a,
        .button-sm > button{
            font-size: 14px !important;
        }

    /* Button Spinner */

        .button-filled > a span.spinner-border,
        .button-filled > button span.spinner-border,
        .button-outline > a span.spinner-border,
        .button-outline > button span.spinner-border,
        .button-inverse-outline > a span.spinner-border,
        .button-inverse-outline > button span.spinner-border{
            margin-right: 10px;
        }


/* CF7 */

    .wpcf7 form.spam .wpcf7-response-output,
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output {
        border-color: #394759;
        background-color: #394759;
        color: #fff;
        padding: 30px;
        text-align: center;
        margin: 30px 0;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        border-color: #43b0ee;
        background-color: #43b0ee;
        padding: 30px;
        color: #fff;
        margin: 30px 0;
    }


/* Impressum + Datenschutz */

    #impressum h2,
    #datenschutz h2{
        font-size: 160%;
        margin-bottom: 20px;
        margin-top: 30px;
        display: inline-block;
        border-bottom: 2px solid #F70009;
    }

    #impressum h3,
    #datenschutz h3{
        font-size: 130%;
    }

    #impressum h4,
    #datenschutz h4{
        font-size: 105%;
    }

    #impressum h3 + h4,
    #datenschutz h3 + h4{
        margin-top: 15px;
    }
    

/* Shotcodes */


    /* Carousel */

        #p3_posts .owl-stage-outer{
            padding: 30px 0;
        }

        #p3_posts .owl-stage{
            display: flex;
        }
        
        #p3_posts .item{
            background-color: #fff;
            border: 0;
            border-radius: 0;
            margin: 0;
            height: 100%;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
            transition: 0.3s;
        }

        #p3_posts .item:hover{
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
            transition: 0.3s;
        }
        
        #p3_posts .item .card-image{
            height: 280px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            display: inline-table;
        }

/* Borlabs Cookie */
.embed-responsive-16by9 > ._brlbs-cb-youtube {
	margin-top: -56.25%;
}






body{
    color: #585858;
}

h1{
    color: #222;
}

h2{
    color: #222;
    font-size: 1.5rem;
}

h3{
    color: #222;
    font-size: 1.5rem;
}

h4{
    color: #222;
    font-size: 1rem;
}

a {
    color: #325694;
}

a:hover {
    color: #a00000;
}

.lead {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 26px;
}

/* Navigation */

.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor{
    font-family: "Roboto V20 Latin Regular";
    font-weight: 400;
}

/* Isotope */
.gutter-sizer {
    width: 0px;
}

/* Basics 

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
} */

/* Main-Container */

.container.main-container{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    padding: 0px 30px;
    padding-bottom: 30px;
    background: #fff;
    overflow: hidden;
    max-width: 1440px;
}

@media (max-width: 575px) {
    .main-container{
        padding: 0px 15px;
    }
}

/* Header */

header{
    z-index: 100;
    position: relative;
}

header:after{
    content: ' ';
    display: block;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 -45px;
}

.navbar{
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler-icon {background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,1);
    border-color: transparent;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar-brand{
    margin-top: 10px;
    margin-bottom: 10px;
}

    @media (max-width: 450px) {
        .navbar-brand img{
            max-width: 220px;
            height: auto;
        }
    }

#header-bild{
    min-height: 490px;
    margin: 0 -45px;
    margin-right: -15px;
    padding-left: 45px;
    padding-right: 45px;
    background-position: bottom center !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

#header-bild-unterseite{
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 45px;
    padding-right: 45px;
    border-bottom: 1px solid #dee2e6;
}

#header-bild-unterseite > .wpb_column > .vc_column-inner{padding-top: 0px;}
#header-bild-unterseite > .wpb_column > .vc_column-inner h1{margin-top: 30px; margin-bottom: 30px;}

@media (min-width: 768px) {
    #header-bild{
        margin: 0 -45px;
        background-size: cover !important;
    }

    #header-bild-unterseite{
    min-height: 250px;
    background-image: url(/wp-content/uploads/2020/10/header-bild-1.jpg) !important;
    background-position: bottom center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    }
}



#header-navbar-nav .nav-link{
    padding: 10px 15px;
    transition: all 0.1s;
}

#header-navbar-nav .nav-link:hover{
    background-color: #325694;
    color: #fff;
    transition: all 0.1s;
}

body.single-company .menu-item-23 a,
body.single-lesson .menu-item-27 a,
#header-navbar-nav .active .nav-link{
    background-color: #325694;
    color: #fff !important;
    transition: all 0.1s !important;
}


#header-navbar-nav a{
    text-transform: uppercase;
}

    @media (max-width: 1199px){
        #header-navbar-nav{
            border-top: 1px solid rgb(239, 239, 239);
            margin-top: 20px;
            padding-top: 20px;
            padding-bottom: 30px;
        }
    }

    @media (min-width: 1200px){
        #header-navbar-nav .nav-link{
            padding: 40px 19px;
        }
    }

/* Buttons */

*:focus {outline:none !important; box-shadow: none;}
button:focus {outline:none !important; box-shadow: none;}
button:active {
   outline:none !important;
}


.btn{
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff !important;
    border-color: #325694 !important;
    background-color: #325694 !important;
}

.btn-primary:hover {
    color: #fff !important;
    border-color: #a00000 !important;
    background-color: #a00000 !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #a00000 !important;
    border-color: #a00000 !important;
}

/*
.btn-primary:not(:disabled):not(.disabled).active:hover {
    color: #fff !important;
    background-color: #183362 !important;
    border-color: #183362 !important;
}
*/

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 16px;
    color: #fff !important;
    border-color: #325694 !important;
    background-color: #325694 !important;
    border-radius: 0;
    border: 0;
    background-image: none;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff !important;
    border-color: #a00000 !important;
    background-color: #a00000 !important;
    border: 0;
}


/* Badge */

.badge {
    padding: .5em 1em;
    font-size: 80%;
    font-weight: 400;
}

.badge-primary {
    background-color: #325694;
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #a00000;
}


/* Synergien */

#synergien h3{color:#fff;}
#synergien p{color:#fff;}


/* Cards */

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3;
    }
}

/* Unterenhmen (Isotope-Darstellung) */

#unternehmen{
    margin-left: -15px;
    margin-right: -15px;
}

#unternehmen .card{
    margin-bottom: 30px;
    transition: all 0.5s;
}

#unternehmen .card:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    transition: all 0.5s;
}

#unternehmen .card .card-image{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#unternehmen .card .card-image a{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

#unternehmen .card:hover .card-image a{
    transform: scale(1.1);
    transition: all 0.5s;
}

#unternehmen .card .card-logo-wrapper{
    width: 60%;
    height: 60px;
    margin: 0 auto;
    margin-top: -50px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #efefef;
    position: relative;
}

#unternehmen .card .card-logo{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#unternehmen .card img.card-icon{
    width: 30px;
}

#training-opportunity-filter button{
    margin-right: 5px;
}

/* Unterenhmen (Detail) */

h1.unternehmen-titel{
    padding-bottom: 15px;
    padding-top: 30px;
}

#unternehmen-detail .unternehmen-bild{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 45px;
    background-color: #fff;
    margin-bottom: 25px;
    border: 1px solid #efefef;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    border: 15px solid #fff;
    overflow: hidden;
}

/*#unternehmen-detail .unternehmen-bild img{
    width: 100%;
}*/
#unternehmen-detail .unternehmen-bild .item > a > div {
    height: 470px;
    background-size: cover;
}

#unternehmen-detail .unternehmen-beschreibung{

}

#unternehmen-detail .dataTables_length,
#unternehmen-detail .dataTables_info{
    display: none;
}

#unternehmen-detail .unternehmen-logo{
    max-height: 150px;
}

#unternehmen-detail .unternehmen-adresse{
    padding-top: 120px;
}

#unternehmen-detail .unternehmen-ausbilungsmoeglichkeiten img{
    width: 50px;
}

#unternehmen-detail .card-shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.link-zurueck:before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2020/10/back-arrow.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/*
.unternehmen-bild.owl-carousel .item > img,
.unternehmen-bild.owl-carousel .item > video {
    max-height: 450px;
    height: 100%;
    width: auto;
}
*/

.unternehmen-bild.owl-carousel .owl-stage-outer {
    background-color: #f9f9f9;
}

/* Unterrichtsangebote (Detail) */

#unterrichtsangebot-detail .unterrichtsangebot-bild{
    width: 100%;
    /*height: 200px;*/
    height: 500px;
    margin: 0 auto;
    /*margin-top: 45px;*/
    background-color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #efefef;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border: 15px solid #fff;
}

#unterrichtsangebot-detail .unterrichtsangebot-beschreibung{
    padding: 0 15px;
}

#unterrichtsangebot-detail .unterrichtsangebot-adresse{
    padding-top: 60px;
    padding-left: 45px;
}

.unterrichtsangebot-bild.owl-carousel .item > img,
.unterrichtsangebot-bild.owl-carousel .item > video {
    max-height: 450px;
    height: 100%;
    width: auto;
}

.unterrichtsangebot-bild.owl-carousel .owl-stage-outer {
    background-color: #f9f9f9;
}

/* Unterrichtsangebote (Tabelle) */

#unterrichtsangebot .table .thead-light th {
    color: #fff;
    background-color: #325694;
    border-color: #325694;
}

#unterrichtsangebot .table td.no-wrap a{white-space: nowrap;}

#unterrichtsangebot .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #325694;
    border-color: #325694;
}

#impressionen .card{
    margin-bottom: 30px;
    transition: all 0.5s;
}

#impressionen .card:hover{
    -webkit-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.5);
    transition: all 0.5s;
}

/* Contact Form 7 */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    padding: 30px;
    text-align: center;
}

/* DataTables */

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 13px;
    color: #9D9D9C;
}

.badge.badge-pill.badge-pill-class.badge-secondary{
    color: #484848;
    background-color: #d4d4d4;
}

a.badge-pill-class.badge-secondary:focus,
a.badge-pill-class.badge-secondary:hover {
    color: #fff !important;
    background-color: #545b62 !important;
}

/* Footer */

footer{
    margin-top: 90px;
    font-size: 13px;
    color: #9D9D9C;
    padding-top: 45px;
    border-top: 1px solid #f3f3f3;
}

footer a{
    color: #9D9D9C;
    text-transform: uppercase;
    padding: 2px 6px !important;
}

footer p{
    margin-bottom: 0;
}

/* Unternehmenslogos */
#unternehmenslogos .col-12 {
    margin-bottom: 15px;
}

#unternehmenslogos .col-12 > div {
    border: 1px solid #9D9D9C;
    padding: 10px;
}


/* Bootstrap Lightbox IE bugfix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ekko-lightbox .modal-dialog {
        flex: 100% !important;
        margin-left: 0;
        margin-right: 0;
        -ms-overflow-style: none;
        overflow: hidden;
    }
}