/*
 Theme Name:   Divi-child
 Description:  Twenty Fifteen Child Theme
 Author:       Luminous
 Template:     Divi
 Version:      1.0.1
*/

@import url("css/font.css");

/* Einige Links hatten mit einem Theme oder Wordpress Update auf einmal underlines -> Diese müssen entfernt werden 
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none !important;
}*/

/* Button Styles */
div.cituroContainer>button.cituroBookingButton 
{
    font-size: 18px;
    background-color: #333333 !important;
	background: #333333 !important;
    border-width: 10px!important;
    border-color: #333333;
    border-radius: 15px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
	color: #fff;
	font-family: 'Arima Madurai' !important;
}


/*disable Galerie Title*/

.mfp-title {
	display: none;
}

h1, h2,h3, h4, h5, h6, p{
	color: rgba(0, 0, 0, 0.8) !important;
}

/* h2 in den Kacheln Wimpern und Augenbrauen wurden im Modul gestyled. Für alle anderen mobilen H2s gilt:*/
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 36px !important;
  }
	/*Für die coming soon Seite*/
  .et_pb_fullwidth_header_subhead {
  position: absolute;
  bottom: 15px;
  }
}

/*Mobile Menu 3 Striche Farbe*/
.mobile_menu_bar:before{
	color: #f5f2e9 !important;
}



/*für mobile Anordnung der Leistungen*/

@media all and (max-width: 980px) {
/*** 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;
	} 
}

/*Links im Menu haben sich nicht mehr anders färben lassen und waren dunkellila. wahrsch ein bug in divi*/
.et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {
    color: #f5f2e9!important;
}
