/*
 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
*/
 
 
/* = Theme customization starts here
------------------------------------------------------- */

body{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,eeeeee+20,eeeeee+80,cccccc+100 */
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(left,  #cccccc 0%, #eeeeee 20%, #eeeeee 80%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #cccccc 0%,#eeeeee 20%,#eeeeee 80%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #cccccc 0%,#eeeeee 20%,#eeeeee 80%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}

.mb20{
	margin-bottom:20px;
	overflow:hidden;
}

#main-footer, .logo_container{
	display:none;
}

#main-header{
	height:100px;
}

#et-top-navigation{
	margin-top:40px;
	text-transform:uppercase;
	font-weight:300;
}

.et_fixed_nav.et_boxed_layout #page-container #main-header{
	width:100%;
	max-width:100%;
	left:0;
	position:absolute;
}

#et-main-area{
	margin-top:60px;
	margin-bottom:60px;
	/*overflow:hidden;*/
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#et-main-area .entry-content .et_pb_section:first-child{
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#et-main-area .entry-content .et_pb_section:last-child{
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.et_pb_section{
	background:transparent;
}

.et_boxed_layout #page-container {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.et_pb_blurb_position_left.pl5 .et_pb_blurb_container{
	padding-left:5px;
}

.hauptinhalt,
#hauptinhalt{
	background-color: #3f007d;
	position:relative;
	padding-top:20px;
}

.hauptinhalt:before,
#hauptinhalt:before{
	position:absolute;
	width: 90%;
	max-width: 1080px;
	margin: auto;
	left:0;
	right:0;
	top:20px;
	bottom:0;
	background-color: #CCFFFF;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	border: 5px solid #0000FF;
	display:block;
	content:"";
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.et_pb_button_gruen{
	position: relative;
	padding: .3em 1em;
	border: 1px solid #003300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	color:#003300;
	font-size: 14px;
}

.et_pb_button_gruen:hover{
	padding: .3em 2em .3em .7em;
	border: 1px solid transparent;
	color: #ffe7ff !important;
	background: #003300 !important;
}

.et_pb_button_gruen:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: "\35";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	text-shadow: 0 0;
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
	font-size: 22.4px;
}

.et_pb_button_gruen:hover:after {
    margin-left: 0;
    opacity: 1;
}

#top-menu .current_page_item a,
#top-menu a:hover{
	font-weight:700;
	color:#fff !important;
	opacity:1 !important;
}

#top-menu .current_page_item a{
	text-decoration:underline;
}

#reikizeichen{
	max-width:810px;
	margin:0 auto;
}

#reikizeichen, #reikizeichen tr, #reikizeichen td{
	border:0px;
}

#reikizeichen tr td:first-child{
	text-align:right;
}

#reikizeichen tr td[rowspan="2"]{
	vertical-align:top;
}

#reikizeichen tr td{
	height:130px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    opacity: 1;
}

.nav li ul{
	width:250px;
}

#top-menu li li{
	width:100%;
}

#top-menu li li a {
    width: 100%;
    padding: 6px 0;
}

.preistabelle,
.entry-content .preistabelle tr td,
.preistabelle td{
	border:1px solid #000;
}
.preistabelle tr td:first-child{
	width:70%;
}

#scrolltop{
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
}

#scrolltop img{
	vertical-align:middle;
	margin-left:10px;
}

#main-content table td,
#main-content table{
	border:1px solid #000;
}

.et_password_protected_form{
	background:#00CCFF;
	padding:40px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color:#fff;
	overflow:hidden;
}

#main-content .et_password_protected_form .et_submit_button{
	color:#fff;
}

/*#page-container:before{
	content:"";
	position:absolute;
	display:block;
	top:100px;
	left:0px;
	height:238px;
	width:212px;
	background:url(http://das-spiel-der-wandlung.de/neu/wp-content/uploads/2018/09/lotos-knospe-2.gif) no-repeat;
	background-size:100% auto;
}*/

@media (min-width: 981px) {
	
	.verticalcenter{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
}

@media (max-width: 980px) {
	
	.select_page{
		display:none !important;
	}
	
	#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
		background-color: #00CCFF !important;
	}
	
	.verticalcenter,
	#boxenbereich .mobilhoehe{
		height:auto !important;
	}
	
	.mobile_menu_bar:before{
		color:#fff !important;
	}
	
	.et_header_style_centered .et_mobile_menu {
		top: 40px;
	}
	
	.et_header_style_centered #main-header .mobile_nav{
		background-color:transparent;
	}
	
	/*** wrap row in a flex box ***/
	.custom_row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	
	#hauptinhalt .et_pb_column {
		margin-bottom: 0px;
	}
	 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	 
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
	
	#reikizeichen,
	#reikizeichen tr,
	#reikizeichen td{
		display:block;
		width:100%;
	}
	#reikizeichen tr td:not(:last-child){
		text-align:center !important;
	}
	
	#reikizeichen tr td{
		height: auto !important;
	}
	
	/*** wrap row in a flex box ***/
	.custom_row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	}
	 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
	-webkit-order: 1;
	order: 1;
	}
	 
	.second-on-mobile {
	-webkit-order: 2;
	order: 2;
	}
	 
	.third-on-mobile {
	-webkit-order: 3;
	order: 3;
	}
	 
	.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
	margin-bottom: 30px;
	}
 
}

@media (max-width: 767px) {
	
	#headerbereich > div{
		width: 100% !important;
	}
	
	#headerbereich > div:first-child{
		margin-bottom:30px;
	}
	
	#et-main-area{
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.preistabelle,
	.preistabelle tbody,
	.preistabelle tr td:first-child,
	.preistabelle tr,
	.preistabelle td{
		display:block;
		width:100% !important;
	}
	
	.preistabelle tr td{
		border-bottom:0px !important;
	}
	
	.preistabelle tr:last-child td:last-child{
		border-bottom:1px solid #000 !important;
	}
	
	.et_mobile_menu li a {
		font-weight:700;
	}
	
}