/* 
 Theme Name:     ArteP73 Child
 Author:         paradaweb
 Author URI:     https://www.paradaweb.de
 Template:       Divi
*/

/* Button */

button.buchungsanfrage {
	background-color: #f9aa00;
	border-radius: 3px;
	transition-duration: 0.4s;
	color:white;
	height:2em;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100%;
	font-size: 16px;
}

button.buchungsanfrage:hover {
	background-color: rgba(249, 170, 0, 0.5);
	color: #009de9;
	cursor: pointer;
}

/* Button Cookiehinweis */
a.cc_btn_accept_all {
	color:#000!important;
}

/* Lodgit Kalender */
div.lodgit_calendar_sheet > div > table {
	background-color:#ececec!important;
}

/* GTranslate */
div#gtranslate_wrapper img {
	padding-left: 0.3em;
	padding-right: 0.3em;
	height:32px;
	width:auto;
}

/* Schließsymbol für Image Module */
.mfp-close-btn-in .mfp-close {
	opacity: 80%;
}

/* Titel in Galerie-Modul verbergen */
div.mfp-title {display:none;}

span.et-lb-close {
	font-size:46px;
	right:-1vw;
	margin-top:-51px;
	display:block;
	color:#fff; /* COLOR OF THE CLOSING ICON*/
	padding:10px;
	cursor:pointer;
	font-weight:bold;
	font-family:etmodules;
	z-index:99999999999999;
	position:absolute;
}

/* Buchungsformular Erfolgsmeldung */
div.et-pb-contact-message {
font-size:2em;
}