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


/*Mobile Menu*/

div#responsive-menu-container {
height: fit-content !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
	}
	
span.responsive-menu-box{
	mix-blend-mode: difference !important;
}
	
/* Content mitttig */
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

.left-center {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

a.sternchen:hover {
	transform: rotate(180deg)!important;
	color: red !important;
}

h1 {
	word-wrap: break-word;
}


/*FlexFont*/
.flexFont {
	width: 100%;/*
    height:8em;
    width:75%;
    background-color:#eeeeee;
    padding:1%;
    margin: 10px;*/
}

.smaller {
    font-size: 0.7em;
    background-color:red;
    width: 10em;
}

/*popup, direkt in DIvi einbinden
.sgpb-popup-builder-content-1450 {
  padding: 10% !important;}

@media only screen and (min-width: 960px) {
.sgpb-content-1450 {
display:none !important;
}
}
@media only screen and (min-width: 960px) {
.sgpb-popup-overlay-1450 {
display:none !important;
}
}
@media only screen and (min-width: 960px) {
.sgpb-popup-builder-content-1450 {
display:none !important;
}
}*/


/*Java-Script, direkt in Divi einbinden:
<script>flexFont = function () {
    var divs = document.getElementsByClassName("flexFont");
    for(var i = 0; i < divs.length; i++) {
        var relFontsize = divs[i].offsetWidth*0.05;
        divs[i].style.fontSize = relFontsize+'px';
    }
};

window.onload = function(event) {
    flexFont();
};
window.onresize = function(event) {
    flexFont();
};</script>
*/


/* CSS-Code für Image capture Hover Gallerie(in gallerie einfügen)

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

h1 {
    font-family: 'Bebas Neue',display;
    font-size: 56px;
    color: #ffffff!important;
}

h2 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 19px;
    color: #ffffff!important;
}
h3 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 19px;
    color: #ffffff!important;
}
.centered-text {
    padding-top: 50px!important;
    padding-right: 50px!important;
    padding-bottom: 50px!important;
    padding-left: 50px!important;
font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
}

ul {
    list-style-type: square!important;
}

*/

/* Die Breite des mobilen breakpoint von Divi selber setzen */
/*@media screen and (max-width: 1980px) {
    .et_pb_fullwidth_menu .fullwidth-menu-nav {
        display: none !important;
    }
    .et_mobile_nav_menu {
        display: block;
        float: none;
        text-align: center;
    }
 
    .et_pb_fullwidth_menu .mobile_menu_bar:before {
        top: 26px;
    }
    .et_pb_fullwidth_menu .et_pb_row {
        min-height: 81px;
    }
    .et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul {
        text-align: left;
        list-style: none!important;
    }
    .et_pb_fullwidth_menu .et_mobile_menu {
        top: 81px;
        padding: 25px;
    }
}*/

	
/* Border Submenu */
/*.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, .et_pb_pricing li:before, blockquote {
	border-color: #2FDE00 !important;
}

.nav li ul {
	border-top: 3px solid #2FDE00 !important;
}
 
/* Grüne Überschrift */ 
/*h3.alert {
    display: inline-block;
 	font-family: 'OCR',Helvetica,Arial,Lucida,sans-serif;
	color: #666666;
	padding: 0 1rem;
    background: url(/wp-content/uploads/2020/03/marker-1.png) center center no-repeat;
    background-size: 100% auto;
}

/* Klammer um Überschrift */ 
/*h3.bracket {
    display: inline-block;
 	font-family: 'OCR',Helvetica,Arial,Lucida,sans-serif;
	color: #666666;
	padding: 30px 0rem;
    background: url(/wp-content/uploads/2020/03/bracket.png) 2rem 0rem no-repeat;
    background-size: contain;
}


/*Link Verhalten */
/*a: link {
	color: #666666;
}

a.alert:hover {
    display: inline-block;
 	font-family: 'OCR',Helvetica,Arial,Lucida,sans-serif;
	color: #666666;
    background: url(/wp-content/uploads/2020/03/marker-1.png) center center no-repeat;
    background-size: 100% auto;
}

/* Aussehen des Tab-Moduls */
/*.et_pb_tabs_controls li a:hover {
    display: inline-block;
	color: #666666;
    background: url(/wp-content/uploads/2020/03/marker-1.png) center center no-repeat;
    background-size: 100% auto;	
}

ul.et_pb_tabs_controls:after {
	border-top: none !important;
}

.et_pb_tabs_0 .et_pb_tabs_1 .et_pb_tabs_2 .et_pb_tabs_3 .et_pb_tabs_controls {
background-color:#ffffff !important;
border: 0px solid #666666 !important;
}

ul.et_pb_tabs_controls{
	background-color:#ffffff !important;
}

.et_pb_tabs_controls li.et_pb_tab_active {
	background-color:#ffffff !important;
	display: inline-block;
	color: #666666;
    background: url(/wp-content/uploads/2020/03/marker-1.png) center center no-repeat;
    background-size: 100% auto;	
	}
	

/*tabellenborder*/
/*.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
	border: 0px !important;
}

/* Collapsable Rows */
/*
.rv_button.closed:after {content:”\33″;}
.rv_button.opened:after{content:”\32″;}

.rv_button2.closed:after {content:”\33″;}
.rv_button2.opened:after{content:”\32″;}

.rv_button3.closed:after {content:”\33″;}
.rv_button3.opened:after{content:”\32″;}

.rv_button4.closed:after {content:”\33″;}
.rv_button4.opened:after{content:”\32″;}

.rv_button5.closed:after {content:”\33″;}
.rv_button5.opened:after{content:”\32″;}

.rv_button6.closed:after {content:”\33″;}
.rv_button6.opened:after{content:”\32″;}


/*TIMELINE*/
/*.ds-timeline .timeline-item {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
padding: 0 0 50px;
position: relative;
}

.ds-timeline .timeline-item:after {
content: '';
position: absolute;
width: 3px;
height: 100%;
visibility: visible;
top: 0;
left: 0;
margin-left: -1.5px;
background-color: #666666;
}

.ds-timeline .timeline-item .col-date {
position: relative;
padding-left: 40px;
}

.ds-timeline .timeline-item .col-date:before {
content: '';
position: absolute;
left: -18px;
top: 50%;
background-color: #2FDE00;
width: 26px;
height: 26px;
margin-top: -35px;
border: 5px solid #f4f4f4;
/* Runder Punkt
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;*/
}

/*.ds-timeline .timeline-item .col-details {
padding-left: 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
}

.ds-timeline .tm-date {
font-size: 18px;
}

.ds-timeline .tm-date h4 {
font-weight: 600;
font-size: 23px;
margin: 8px 0;
}

.ds-timeline .tm-video .et_pb_video_play {
font-size: 50px;
line-height: 56px;
margin: -28px auto auto -28px;
}

.ds-timeline .tm-video .et_pb_video_play:before {
content: '\45';
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-ms-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
display: inline-block;
width: 56px;
height: 56px;
top: 50%;
left: 50%;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0);
color: #fff;
text-align: center;
}

.ds-timeline .tm-video:hover .et_pb_video_play:before {
background: #2FDE00;
border-color: #2FDE00;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
}

.ds-timeline .tm-desc {
padding: 30px;
background-color: #fff;
}

.ds-timeline .tm-title {
border-bottom: 2px solid #f4f4f4;
border-left: 3px solid #2FDE00;
background-color: #fff;
padding: 15px 30px;
}

.ds-timeline .tm-title h3 {
padding: 0;
line-height: 1.1;
font-weight: 600;
}

.ds-timeline .tm-countdown {
background-color: transparent !important;
padding: 0;
margin-bottom: 10px !important;
}

.ds-timeline .tm-countdown .et_pb_countdown_timer_container {
text-align: left;
display: flex;
}

.ds-timeline .tm-countdown .section.values {
width: auto;
max-width: 95px;
flex-grow: 1;
background-color: #fff;
color: #1d1c21;
padding: 12px 8px;
border-top: 3px solid #2FDE00;
margin-right: 10px;
}

.ds-timeline .tm-countdown .section.values:last-child {
margin-right: 0;
}

.ds-timeline .tm-countdown .section.values .value {
font-weight: 800;
font-size: 27px !important;
line-height: 1 !important;
}

.ds-timeline .tm-countdown .section.values .label {
text-transform: uppercase;
}

.ds-timeline .tm-countdown .section.sep {
display: none;
}

@media (min-width: 980px) {
.ds-timeline .timeline-item:after {
left: 50% !important;
}

.ds-timeline .timeline-item:first-child:after {
height: 50%;
top: 50%;
}

.ds-timeline .timeline-item:last-child:after {
height: 50%;
}

.ds-timeline .timeline-item.even {
flex-direction: row-reverse;
}

.ds-timeline .timeline-item.even .col-details {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date:before {
left: auto;
right: -18px;
}

.ds-timeline .timeline-item.odd .et_pb_button_module_wrapper {
    text-align: right;
}

.ds-timeline .timeline-item.odd .tm-date  {
text-align: right;
}

.ds-timeline .timeline-item.odd .tm-countdown .et_pb_countdown_timer_container {
justify-content: flex-end;
}
} 

@media only screen and (min-width: 981px) {
.column-swap .et_pb_column .et_pb_row .et_pb_column {
margin-left: 4.5%;
}
.column-swap .et_pb_column {
float: right;
}
.column-swap .et_pb_row .et_pb_column:last-child, .column-swap .et_pb_row_inner .et_pb_column:last-child {
margin-right: 4.5%;
margin-left: 0;
width: 47.25%;
}
.column-swap .et_pb_column, .column-swap .et_pb_row .et_pb_column:first-child {
margin-right: 0;
width: 47.25%;
}
}


