/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Tobias Bals
 Author URI:     https://pixeltypen.de
 Template:       Divi
 Version:        1.0.1
*/

/* Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */


:root {
    --primary-color: #26c9a2;
}

/* Overflow-X Bug */
#page-container {
    overflow-x: hidden;
}

/* Borlabs Cookie Box */
.BorlabsCookie ul li label {
    color: #000 !important;
}

/* Anchor */
.digi-anchor {
    position: relative;
}

.digi-anchor a {
    position: absolute;
    left: 0px;
    top: -180px;
    font-size: 0;
}

/* Typografie */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: hackman, sans-serif;
    margin-bottom: 15px;
}

.et_pb_module ul {
    list-style-type: square !important;
    color: white;
    margin: 5px;
    margin-left: 15px;
}

.footer-widget h4 {
    font-family: hackman, sans-serif;
    margin-bottom: 15px;
    color: #fff !important;
    border-bottom: 2px solid #fff;
}

.et_pb_section.et_pb_with_background h2 {
    color: white;
}

a:hover {
    color: #26c9a2 !important;
}

.imgfooter {
    margin-bottom: -40px;
}

/* Portfolio Auswahl */
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    padding: 0;
    list-style-type: none !important;
    display: none;
}

.et_pb_module_header {
    display: none;
}

.et_pb_portfolio h2 span {
    background-size: 100% 15px !important;
}

/* Header Logo */

.et_header_style_left .logo_container {
    padding-left: 8em;
}

.et_fullwidth_secondary_nav #top-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #696969;
}

/* H2-Style */

.et_pb_column .et_pb_module h2 {
    display: inline-block;
    position: relative;
}
/*
.et_pb_column .et_pb_module h2:after {
    content: '';
    height: 20px;
    width: 100%;
    background: black;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}
*/

.et_pb_column .et_pb_module h2 span {
    display: inline;
    text-decoration: none;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(black),
        to(black)
    );
    background-image: -o-linear-gradient(black, black);
    background-image: linear-gradient(black, black);
    background-position: 0% 110%;
    background-repeat: no-repeat;
    background-size: 100% 20px;
}

/* Body Fliesstext */
body {
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8em;
}

/* Slider Fixed-Top */

rs-fullwidth-wrap {
    margin-top: -185px;
}

/* Startseite Intro */

.et_pb_section.section_home_intro {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 60%;
    background-position: bottom right;
}

.et_pb_section.section_home_intro .et_pb_row {
    padding-top: 0;
    padding-bottom: 0;
}

.et_pb_section.section_home_intro .et_pb_row .et_pb_column:first-child {
    padding-top: 50px;
}

/* Toggle-Menue */
h5.et_pb_toggle_title {
    color: white !important;
}
.et_pb_toggle {
    border: 1px solid #000;
    padding-bottom: 8px;
}

/* Button-Style */

.et_pb_button {
    color: #fff;
    position: relative;
    padding: 0.3em 1em;
    border: 1px solid #fff;
    border-radius: 0;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.et_pb_button:hover {
    color: #26c9a2;
    position: relative;
    padding: 0.3em 1em;
    border: 1px solid transparent !important;
    border-radius: 0;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.et_pb_button:before,
.et_pb_button:after {
    position: absolute;
    margin-left: -1em;
    text-shadow: none;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 0.9em;
    text-transform: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.digibutton {
    color: #fff;
    position: relative;
    padding: 0.3em 1em;
    border: 1px solid #fff;
    border-radius: 0;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.digibutton:hover {
    color: #26c9a2;
    position: relative;
    padding: 0.3em 1em;
    border: 0px solid #fff;
    border-radius: 0;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.digibutton:after,
.digibutton:before {
    position: absolute;
    margin-left: -1em;
    text-shadow: none;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 0.9em;
    text-transform: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.xxlbutton {
    width: 100%;
    color: #fff;
    position: relative;
    padding: 0.3em 1em;
    border: 1px solid #fff;
    border-radius: 0;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.xxlbutton:hover {
    width: 100%;
    color: #26c9a2;
    position: relative;
    padding: 0.3em 1em;
    border: 0px solid #fff;
    border-radius: 0;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.xxlbutton:after,
.xxlbutton:before {
    position: absolute;
    margin-left: -1em;
    text-shadow: none;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-variant: none;
    line-height: 1.3em;
    text-transform: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* Startseite Innovation Owlcarousel */

.owl-carousel .owl-nav.disabled {
    width: calc(100% + 100px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    pointer-events: none;
}

.owl-nav > button {
    pointer-events: all;
}

.owl-nav > button span {
    font-size: 50px;
}

logo_footer_padding {
    margin-bottom: -50px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    opacity: 0.5;
}

/* Download Area */

.wpdmpro-template-default #main-content {
    background-color: #333;
}

.wpdmpro-template-default #sidebar {
    display: none !important;
}

.wpdmpro-template-default #main-content .container:before {
    display: none !important;
}

.wpdmpro-template-default #left-area {
    width: 100%;
    padding-right: 0 !important;
}

.wpdmpro-template-default .et_post_meta_wrapper {
    display: none !important;
}

.w3eden .list-group-item {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 0px !important;
}

.w3eden b {
    display: none;
}

.w3eden .card {
    background-color: transparent;
    width: 100%;
    margin-bottom: 0 !important;
    border-color: rgba(255, 255, 255, 0.3);
}

.list-group-item .badge {
    background: var(--primary-color);
}

.w3eden .input-group-btn .btn.wpdm_submit {
    border-radius: 0;
    background: none;
    border: 1px solid white;
    font-size: 14px;
    font-weight: 300;
    text-transform: initial;
    color: var(--primary-color);
    margin-left: 10px;
}

.w3eden .input-group-btn .btn.wpdm_submit:hover {
    background-color: rgba(0,0,0,.05);
    border-color: transparent;
}

.w3eden .input-group-lg>.form-control {
    border-radius: 0;
    font-size: 14px;
}

.w3eden .input-group-lg>.form-control::placeholder {
    color: #999;
}


/* Uber Login Logo Anpassung */

.login h1 a {
    background-size: contain !important;
    background-position: bottom;
}

/* RESPONSIVE ANPASSUNGEN */

@media screen and (min-width: 981px) {
    .row_innovation_slider {
        margin-bottom: -188px;
    }

    .section_start_referenzen {
        padding-top: 180px !important;
    }

    .row_reference_slider {
        margin-bottom: 0px;
    }

    .section_references {
        padding-top: 0px;
    }
}

@media only screen and (min-device-width: 321px) and (max-device-width: 640px) {
    .et_header_style_left .logo_container {
        padding-left: 0px;
    }
}
