/* 
Theme Name: DI Life1Life
Description: Childtheme
Author: Michael Sandtel - Sandtel Mediadesign.de
Author URI: https://sandtel-mediadesign.de
Template: Divi
Version: 1.0
*/

html::-webkit-scrollbar {width: 8px;}
html::-webkit-scrollbar-thumb {background-color: #91bd78; background-clip: padding-box; border: 1px solid #ccc;}
html::-webkit-scrollbar-track {background-color: #ccc; }
::-webkit-scrollbar-button {background-color: #ccc;}
/* Only IE */
html {scrollbar-face-color: #91bd78; scrollbar-shadow-color: #ccc; scrollbar-highlight-color: #ccc;}
/* Only FireFox */
html {scrollbar-color: #91bd78 #ccc; scrollbar-width: thin;}
/* View Scrollbar */
html {overflow-y: scroll;overflow-x: hidden;}

body {
    font-family: "Open Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

#mobile_menu1 {
    left: -13%;
    text-align: center;
}

.et_mobile_menu {
    max-height: 83vh;
}

.mobile_menu_bar:after {
    content: 'Menü';
    bottom: 8px;
    left: 10%;
    position: relative !important;
    color: #666 !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.et_pb_menu_inner_container {
    display: flex;
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap {
    max-width: 100px !important;
}

.et_pb_menu--style-centered .et_pb_menu__wrap {
    justify-content: flex-end;
}

.et_color_scheme_green #top-header {
    background: #91bd78 !important;
}

#top-header #et-info {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 980px) {
    .two-columns .et_pb_column {
    width: 50%!important;
    }
}

/* ########################### Hero ############################### */

#et_l1l_hero_box {
    color: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height:500px;
}

#et_l1l_hero_box_title {
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%;
}

#et_l1l_hero_box_title h1,
#et_l1l_hero_box_title h2 {
    font-size: 24px;
    color: #fff !important;
    line-height: 1.5em;
    font-weight: bolder;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

#et_l1l_hero_divider {
    background: #fff;
    /* box-shadow: 2px 2px 4px rgba(0,0,0,.75); */
    display: flex;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    height: 3px;
}

#et_l1l_speech_container {
    position: absolute;
    right: -25px;
    bottom: 60px;
}

.et_l1l_speech_box {
    width: 200px;
    margin: 50px auto;
    background: #5591ce;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    position: relative;
    border-radius: 20px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.25em;
}

.et_l1l_speech_box:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 0px solid #5591ce;
    border-right: 35px solid transparent;
    border-top: 80px solid #5591ce;
    border-bottom: 35px solid transparent;
    left: 19px;
    bottom: -115px;
    transform: skewX(-30deg);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    #et_l1l_hero_box_title {
        top: 60px;
    }
    
    #et_l1l_hero_box_title h1,
    #et_l1l_hero_box_title h2 {
        font-size: 34px;
    }
    
    #et_l1l_speech_container {
        right: 10px;
    }

    .et_l1l_speech_box {
        width: 200px;
    }
    
}

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

    #et_l1l_hero_box_title h1,
    #et_l1l_hero_box_title h2 {
        font-size: 40px;
        line-height: 2em;
    }
    
    #et_l1l_speech_container {
        right: 225px;
    }
    
    .et_l1l_speech_box {
        width: 300px;
        border-radius: 30px;
        font-size: 30px;
    }
    
}

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

    #et_l1l_speech_container {
        right: 40px;
    }

}

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

    #et_l1l_speech_container {
        right: 225px;
    }

}

/* Hero End */

.et_l1l_blockquote {
    border: 2px dashed #5695d0;
    border-radius: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin: auto;
    margin-top: 70px;
    padding: 15px;
    text-align: center;
    position: relative;
    max-width: 100%;
}

.et_l1l_blockquote  blockquote{
    border-left: 0;
    color: #91bd78;
    font-style: italic;
    padding-left: 0;
    position: relative;
    z-index: 20;
}

.et_l1l_blockquote  .left{
    background-color: #f2f2f2;
    color: #5695d0;
    font-size: 5rem;
    line-height: 200px;
    position: absolute;
    top: -55px;
    left: -30px;
    width: 100px;
    text-align: left;
    z-index: 10;
}

.et_l1l_blockquote .right{
    background-color: #f2f2f2;
    color: #5695d0;
    font-size: 5rem;
    line-height: 200px;
    position: absolute;
    bottom: -50px;
    right: -30px;
    width: 110px;
    text-align: right;
    z-index: 10;
    display: none;
}

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

    .et_l1l_blockquote {
        max-width: 72%;
    }
    
    .et_l1l_blockquote  .left{
        font-size: 0;
        top: -33px;
        left: -40px;
    }
    
    .et_l1l_blockquote .right{
        font-size: 8rem;
    }

}

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

    .et_l1l_blockquote  .left{
        top: -57px;
    }
    
} 

#social-life1life {
    display: flex;
    justify-content: center;
}

#social-life1life ul {
    display: flex;
    list-style: none;
    padding: 0;
}

#social-life1life ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 4px;
    width: 34px;
    height: 34px;
}

#social-life1life ul li a {
    color: #fff;
}

#social-life1life ul li a:hover {
    color: #5695d0;
}

#et_back_to_start a {
    background: #5695d0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

#et_back_to_start a:visited {
    background: #5695d0;
}

#et_back_to_start a:hover,
#et_back_to_start a:focus {
    background: #91bd78;
}

#et_back_to_start a:visited {
    background: #5695d0;
}

#et_hero_bg {
    min-height: 78vh;
}

#et_zuhoerer h3 {
    background: #5695d0;
    color: #fff;
    padding: 6px 0;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
}

.et_pb_column_single {
    padding: 0 0;
}

a.et_pb_button.et_pb_promo_button {
    width: 100%;
    text-align: center;
}

@media screen and (min-width:982px) and (max-width:1316px) {
    .et_pb_text_1 h2,
    .et_pb_text_2 h2 {
        font-size: 24px !important;
    }

    #et_zuhoerer h3 {
        padding: 6px 10px !important;
    }

    .et_front_page_p p {
        line-height: 1.25;
    }
}

@media screen and (min-width: 982px) and (max-width: 1170px) {
    .et_pb_button.et_pb_promo_button {
        font-size: 17px;
    }
}

@media screen and (max-width: 1000px) {
    #et_zuhoerer p {
        font-size: 14px;
    }
}

#et_zuhoerer p {
    margin-top: 20px;
}

.law-box {
    font-family: "Open Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	margin-left: auto;
	margin-right: auto;
    max-width: 1200px;
}

.law-box h1 {
	margin-bottom: 30px;
}

.law-box > h1, h2, h3, h4, h5, h6 {
    color: #666 !important;
}

.law-box a {
    color: #5695d0;
}

ul.et_pb_side_nav,
.et_pb_scroll_top.et-pb-icon {
	background: rgba(255,255,255,.75);
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color:#333;
    font-weight: bold;
}

#zuhoerer-list ul, .zuhoerer-list ol {
    list-style-position: outside;
    padding-left: 25px;
    margin-top: 15px;
}

#zuhoerer-list li {
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 15px !important;
    line-height: 1.7em;
    list-style: none;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
    #zuhoerer-list li {
        font-size: 16px;
    }

    .et_info_box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

#zuhoerer-list li::before {
    background: #5695d0;
    border: 1px solid #fff;
    border-radius: 20px;
    content: '';
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 7px;
    margin-left: -18px;
    padding-right: 5px;
    font-family:'ETmodules';
    font-size: 1.2em;
    vertical-align: middle;
    width: 5px;
    height: 10px;
}

#honorar-list ul, .zuhoerer-list ol {
    list-style-position: outside;
    padding-left: 25px;
    margin-top: 15px;
}

#honorar-list li {
    margin-left: 10px;
    margin-bottom: 15px !important;
    line-height: 1.7em;
    list-style: none;
}

#honorar-list li::before {
    background: #7da367;
    border: 1px solid #fff;
    border-radius: 20px;
    content: '';
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 7px;
    margin-left: -30px;
    padding-right: 5px;
    font-family:'ETmodules';
    font-size: 1.2em;
    vertical-align: middle;
    width: 5px;
    height: 10px;
}

@media screen and (max-width: 981px) {
    header {
        position: fixed;
        z-index: 99999;
        width: 100%;
        top: 0;
    }

    .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
        width: 100vw;
        height: 100vh;
    }

    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }

    body.et-tb-has-header #page-container {
        padding-top: 122px!important;
    }

    .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
        border-color: #91bd78 !important;
        margin-top: 15px;
    }

    #main-content {
        margin-top: 0;
    }

    .law-box {
        margin-top: 0;
    }

}

.et_pb_row_0_tb_footer {
    top: 10px !important;
}

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

    .et_pb_menu_inner_container {
        display: block;
    }
    
    .et_pb_menu--style-centered .et_pb_menu__logo-wrap {
        max-width: 200px !important;
        margin: 0 auto;
    }
    
    #main-content {
        margin-top: 10px;
    }

    #et_zuhoerer h3 {
        font-size: 18px;
    }
        
    .law-box {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1600px) {
    #main-content {
        margin-top: 0px;
    }

    .et_pb_row_0_tb_footer {
        top: 15px !important;
    }
}

/* #################### CONTACT FORM ############## */

#cf7-standalone {
	display: flex;
	max-width: 600px;
}

#cf7-standalone .wpcf7 input[type="text"], #cf7-standalone .wpcf7 input[type="email"], #cf7-standalone .wpcf7 input[type="search"], #cf7-standalone .wpcf7 textarea, #cf7-standalone .wpcf7 select {
    background-color: rgba(255,255,255,1);
	border: 1px solid #5695d0;
	font-size: 14px;
	padding: 5px;
    width: 100%;
}

#cf7-standalone #cf7-checkbox-color {
	color: #666;
	margin-left: 10px
}

#cf7-standalone #cf7-checkbox-color a {
	color: #666;
	text-decoration: underline;
}

#cf7-checkbox-color {
	color: #fff;
	margin-left: 10px
}

#cf7-checkbox-color a {
	color: #fff;
	text-decoration: underline;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select {
    background-color: rgba(255,255,255,1);
	border: none;
	font-size: 14px;
	padding: 15px;
    width: 100%;
}

#cf7-standalone .wpcf7 input[type="text"]:focus,
#cf7-standalone .wpcf7 input[type="email"]:focus,
#cf7-standalone .wpcf7 input[type="tel"]:focus,
#cf7-standalone .wpcf7 textarea:focus {
    box-shadow: none;
    color: #666;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    box-shadow: 0px 0px 8px #fff;
    color: #666;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
    background: #fff;
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border-radius: 50px;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    color: #fff;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: #5695d0;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 10px;
    display: inline-block;
}

.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="radio"]:focus,
.wpcf7 input[type="checkbox"]:focus {
    outline: none;
    outline: none;
    outline-offset: -2px;
}

#cf7-box {
    background: #5b9fde;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    margin: 20px 0 30px 0;
}

#cf7-ds {
    display: flex;
    font-family: "Open Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.wpcf7 .wpcf7-submit {
    display: flex;
    justify-content: center;
    background: #5695d0;
    border: none;
	border-radius: 5px;
    color: #fff;
	font-size: 20px;
    margin: 15px 0;
    width: 100%;
    padding: 10px;
	text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:visited {
    background: #5695d0;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
    background: #5b9fde;
}

.wpcf7 .wpcf7-submit:active {
    background: #5b9fde;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #5695d0;
    border-color: #5695d0;
    color: #fff;
}

.form-control:focus {
	border-color: #5695d0;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
}

.wpcf7  input[type="checkbox"] {
    appearance: none;
    background-color: #eee;
    cursor: pointer;
    height: 18px;
    position: relative;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    width: 34px;
    vertical-align: top;
    -webkit-appearance: none;
}

.wpcf7 input[type="checkbox"]:after {
    background-color: #999;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
    content:'';
    display: block;
    height: 14px;
    margin: 2px;
    position: absolute;
    left: 0;
    top: 0;
    right: 16px;
    transition: border .25s .15s, left .25s .1s, right .15s .175s;
}

.wpcf7 input[type="checkbox"]:checked {
    background: #91bd78;
    box-shadow: inset 0 0 0 13px #eee;
    padding-left: 18px;
    transition: border .25s, box-shadow .25s, padding .25s .15s;
}

.wpcf7 input[type="checkbox"]:checked:after {
    background: #91bd78;
    border-color: #5695d0;
    left: 16px;
    right: 0;
    transition: border .25s, left .15s .25s, right .25s .175s;
}

@media screen and (min-width: 768px) {
    .wpcf7 .wpcf7-submit {
        max-width: 150px;
    }
}
/* End Contact Form */