/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */


/* Fonts

font-family: mr-eaves-modern,sans-serif;
font-weight: 300;
font-style: normal;

font-family: mr-eaves-modern,sans-serif;
font-weight: 700;
font-style: italic;

font-family: mr-eaves-modern,sans-serif;
font-weight: 700;
font-style: normal;

font-family: mr-eaves-modern,sans-serif;
font-weight: 300;
font-style: italic;

*/



/*++++++++++++++++++*/
/* Schriften */
/*++++++++++++++++++*/

* {
font-family: mr-eaves-modern,sans-serif;
font-weight: 300;
font-style: normal;
font-size: 20px;
/*line-height: 1.9rem;*/
}

p {
font-weight: 300;	
}

h1, h2, h3, h4, h5, h1 .dsm-typing {
font-weight: 700;	
}


/*++++++++++++++++++*/
/* Slide-Menü Start */
/*++++++++++++++++++*/

/* Menü auf Hamburger setzen */

#mainmenue .et_pb_menu__menu {
	display: none !important;	
}

#mainmenue .et_mobile_nav_menu {
	display: block !important;	
}
/* Hamburger */
/* Wenn das mobile Menü geöffnet ist, ändern Sie das Hamburger-Symbol in das x-Symbol */
.et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/*#mainmenue .mobile_menu_bar {
	z-index: 10000 !important;
}*/

#mainmenue .mobile_nav.opened .mobile_menu_bar {
	position: fixed !important;
top: 30px;
	right:30px;
		/*background-color: #3eb1c8;*/
z-index: 10000 !important;
}

#mainmenue .mobile_nav.closed .mobile_menu_bar {
}



#mainmenue .mobile_nav.closed .mobile_menu_bar:before {
	color: #ffffff !important;
}

#mainmenue .mobile_nav.closed .mobile_menu_bar:hover:before {
	color: #fff !important;
}

#mainmenue .mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
	color: #fff !important;
}

#mainmenue .mobile_nav.opened .mobile_menu_bar:hover:before {
	color: #fff !important;
}


@media only screen and (max-width: 980px) {
#mainmenue .mobile_nav.opened .mobile_menu_bar:hover:before {
	color: #ffffff !important;
}
}

/* Mobil-Menü - fläche */


#mainmenue #mobile_menu1 {
	background: #bfb8af !important;
	display: block !important;
	min-height: 100vh;
	height: 100%;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 9998;
	overflow: scroll;
	scrollbar-width: none;
	border-top: none;
	padding-top: 100px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	overflow-style: none;
	/*display: flex !important;
    flex-direction: row;*/
}

/* Verhindert Scrollbalken bei Webkit Browsern - z.b. Chrome */
#mainmenue #mobile_menu1::-webkit-scrollbar {
display: none;
}


#mainmenue .mobile_nav.closed #mobile_menu1 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s 0s;
	-moz-transition: -moz-transform 0.4s 0s;
	transition: transform 0.4s 0s;
}

#mainmenue .mobile_nav.opened #mobile_menu1 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.4s 0s;
	-moz-transition: -moz-transform 0.4s 0s;
	transition: transform 0.4s 0s;
}

/* elemente */

#mainmenue #mobile_menu1 li.menu-item {
	list-style: none !important;
	text-align: left !important;
	color: #fff;
	font-size: 24px !important;
	width:100%;
}



#mainmenue #mobile_menu1 li.menu-item a {
	color: #fff;
	font-size: 24px !important;
	padding-left:0px !important;
	border-bottom: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 500 !important;
}

#mainmenue #mobile_menu1 li.menu-item:hover a, .current-lang a  {
	background: none;
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1 !important;
}


@media only screen and (min-width: 481px)  {
	#mainmenue #mobile_menu1 {    
		width: 400px;    
		margin-left: calc(100% - 400px);
      }
    }

@media only screen and (max-width: 480px)  {
	#mainmenue #mobile_menu1 {    
		width: 290px;    
        margin-left: calc(100% - 290px);
      }
    }



/*++++++++++++++++++*/
/* Main-Menü - Header Start */
/*++++++++++++++++++*/

@media only screen and (min-width: 768px) {
	#meinmenue2 .et_pb_menu_inner_container .et_pb_menu__menu {
		display: block !important;	
	}
	
	#meinmenue2 .et_pb_menu_inner_container .et_mobile_nav_menu {
		display: none !important;	
	}
}	
	

/*++++++++++++++++++*/
/* Preistabelle */
/*++++++++++++++++++*/


.preistabelle .et_pb_text_inner table {
border-width: 0px !important;	
}

.preistabelle .et_pb_text_inner table tbody tr:nth-child(even) {
background: #efedea;
}

.preistabelle .et_pb_text_inner table tbody tr td{
border-width: 0px !important;	
font-size: 22px;
	vertical-align: top; 
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}


@media only screen and (max-width: 980px) {
	.preistabelle .et_pb_text_inner table tbody tr td{
		font-size: 20px;
}
}

.preistabelle .et_pb_text_inner table tbody tr td:nth-child(1) {
	padding-left: 10px !important;
	padding-right: 5px !important;
	width: calc(100% - 122px) !important;
}

.preistabelle .et_pb_text_inner table tbody tr td:nth-child(2) {
	padding-right: 10px !important;
	padding-left: 5px !important;
	text-align: right !important;
	font-weight: 700;
	width: 122px !important;
}



