div.block,
div.option {
	background: rgb(230, 230, 230);
	width: 100%;
	margin: 0 0 40px 0;
	padding: 10px;
	border-left: solid 10px #89a147;
	display: flex;
	flex-wrap: wrap;
}

div.block  h3 {
	color: #89a147;
	font-weight: 700;
	width: 100%;
}

div.block label {
	margin-right: 10%;  
	padding: 5px;
	width: 40%;
	border-radius: 13px;
	margin-right: 0;
	width: 100%;
	margin-top: 5px;
}

div.block.option label {
	margin-right: 10%;  
  	width: 40%;
	border: solid 1px #b5b4b4;
}

.begleitprogramm div.block.option label {
	margin-right: 3%;
	width: 30%;
}

.pflichtfeld {
	color: #89a147;
	font-size: 25px;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	top: 8px;
}

.error {
	border: solid 1px red !important;
    background-color: #fbe8e8; /* optional leichter roter Hintergrund */
}

input {
	width: 100%;
	-webkit-appearance: none;
	tap-highlight-color: rgba(255,255,255,0);
	line-height: 1.21428571em;
	padding: .67857143em 1em;
	color: rgba(0,0,0,.87);
	border-radius: 4.00000006px;
	-webkit-box-shadow: 0 0 0 0 transparent inset;
	box-shadow: 0 0 0 0 transparent inset;
	-webkit-transition: color .1s ease,border-color .1s ease;
	transition: color .1s ease,border-color .1s ease;
}

#cf_priceBox {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #dbdbdb;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 1000;

																display: none;
}

#cf_bezeichnungContainer,
select #cf_bezeichnung {
	width: 99%;
  	margin: 0 auto;
}

input #cf_bezeichnung {
	width: 100%;
	padding: 12px 5px;
}


select {
	display: block;
	height: auto;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(34,36,38,.15);
	border-radius: 4.00000006px;
	-webkit-box-shadow: 0 0 0 0 transparent inset;
	box-shadow: 0 0 0 0 transparent inset;
	padding: .62em 1em;
	color: rgba(0,0,0,.87);
	-webkit-transition: color .1s ease,border-color .1s ease;
	transition: color .1s ease,border-color .1s ease;
}

input:required:invalid:focus  {
	background-color: #fdd !important;
}

input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50%; /* Macht den Radio-Button rund */
	background-color: #ffffff; /* Hintergrundfarbe */
	margin: 1px 5px -6px 0;
	width: 25px;
	height: 25px;
	padding: initial;
}
  
input[type="radio"]:checked {
	border: 8px solid #89a147; /* Ändere die Randfarbe */
}

textarea {
	padding: .78571429em 1em;
	border-radius: 4.00000006px;
	width: 100%;
}





.zusatzperson {
	width: 100%;
}

div.zusatzperson .block {
	border-left: none;
}












/*

.com-content.view-article .article-details {
    padding: 0;
  }
 

input:required:invalid:focus  {
	background-color: #fdd !important;
}

/* Entfernt die Standard-Hervorhebung von Radio-Buttons in allen Browsern * /
input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50%; /* Macht den Radio-Button rund * /
	background-color: #ffffff; /* Hintergrundfarbe * /
	margin: 5px 0 -6px 0;
  }
  
  input[type="radio"]:checked {
	border: 8px solid #89a147; /* Ändere die Randfarbe * /
  }



/* ANFANG Pfeile verstecken bei input typ NUMBER * /
	/* Chrome, Safari, Edge, Opera * /
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !;
	}

	/* Firefox * /
	input[type=number] {
	-moz-appearance: textfield !important;
	}
/* ENDE Pfeile verstecken bei input typ NUMBER  * /


.homepageberechtigt {
    margin-top: 20px;
}

.weiterbutton {
	border: solid 1px gray;
	border-radius: 3px;
	padding: 3px 10px;
}

#Anfrageformular {
    font-size: 17px;
	display: flex;
	flex-flow: column;
	box-sizing: border-box;
	width: 100%;
	align-items: center;
}

#Anfrageformular label{
    font-size: 17px;
}

#Anfrageformular > div {
	background: rgb(230, 230, 230);
	width: 100%;
	margin: 0 0 40px 0;
	padding: 10px;
	border-left: solid 10px #89a147;
}



/*
#Anfrageformular .zusatzperson .icar {
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}
* /



#Anfrageformular input[type='text'] {
	margin-bottom: 20px !important;
}

#Anfrageformular .icar > div,
#Anfrageformular .preconvention > div,
#Anfrageformular .galadinner > div,
#Anfrageformular .begleitprogramm > div {
    display: flex;
}

#Anfrageformular .optionbutton label {
	margin-right: 10%;
	border: solid 1px #b5b4b4;
	padding: 5px;
	width: 40%;
	border-radius: 13px;
}

#Anfrageformular .radiobutton label {
	margin-bottom: 10px;
}

#Anfrageformular input[type="radio"] {
	width: 25px;
	height: 25px;
}

.preisberechnung {
	background: #dbdbdb !important;
	position: fixed;
	top: 100px;
	right: 0;
	max-width: 273px;
}

.preisberechnung-hidden {
	display: none;
}

#zwischensummeP {
	border: solid 1px gray;
	padding: 0 5px;
	font-weight: bold;
	font-size: 30px;
	margin: 6px -1px 0 0;
	text-align: center;
}

.rabattinfo {
	text-align: right;
	font-size: 14px;
	margin-top: 20px;
	display: none;
}




/* ----------- blatt 1 ----------- * /
.kommissionen > div,
.flughafentransfer > div  {
	display: grid;
}

/* Das Modal (Popup-Fenster) * /
.modal {                                                                                                            
	display: none; /* Standardmäßig unsichtbar * /
	position: fixed;
	z-index: 1; /* Sitzt oben auf der Seite * /
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* Ermöglicht Scrollen, falls notwendig * /
	background-color: rgba(0, 0, 0, 0.4); /* Dunkler Hintergrund * /
}

/* Der eigentliche Inhalt des Modals * /
.modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 400px;
	text-align: center;
}

/* Der "Schließen"-Button * /
.close {
	color: #333333;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

div#popup {
	padding-top: 100px;                                                                                                 
	background: #000000bd;
	border: none;
	color: red;
	font-size: 17.92px;
	line-height: 1.5em;
	font-weight: 500;
	cursor: pointer;
}




/* ----------- blatt 3 ----------- * /
.anmelden > div  {
	display: grid;
}



/* ----------- blatt 5 ----------- * /
.infomehrbettzimmer {
	background: #ffdbdb;
	margin: 0 0 1px 0;
	padding: 3px 10px 3px 20px;
	width: 100%;
}

#abdeckung_1, #abdeckung_2, #abdeckung_3, #abdeckung_4, #abdeckung_5, #abdeckung_6, #abdeckung_7, #abdeckung_8, #abdeckung_9, #abdeckung_10, #abdeckung_11, #abdeckung_12, #abdeckung_13, #abdeckung_14, #abdeckung_15, #abdeckung_16, #abdeckung_17, #abdeckung_18, #abdeckung_19, #abdeckung_20, 
#abdeckung_1_1, #abdeckung_1_2, #abdeckung_1_3, #abdeckung_1_4, #abdeckung_2_1, #abdeckung_2_2, #abdeckung_2_3, #abdeckung_2_4, #abdeckung_3_1, #abdeckung_3_2, #abdeckung_3_3, #abdeckung_3_4, #abdeckung_4_1, #abdeckung_4_2, #abdeckung_4_3, #abdeckung_4_4, #abdeckung_5_1, #abdeckung_5_2, #abdeckung_5_3, #abdeckung_5_4, #abdeckung_6_1, #abdeckung_6_2, #abdeckung_6_3, #abdeckung_6_4, #abdeckung_7_1, #abdeckung_7_2, #abdeckung_7_3, #abdeckung_7_4, #abdeckung_8_1, #abdeckung_8_2, #abdeckung_8_3, #abdeckung_8_4, #abdeckung_9_1, #abdeckung_9_2, #abdeckung_9_3, #abdeckung_9_4, #abdeckung_10_1, #abdeckung_10_2, #abdeckung_10_3, #abdeckung_10_4, #abdeckung_11_1, #abdeckung_11_2, #abdeckung_11_3, #abdeckung_11_4, #abdeckung_12_1, #abdeckung_12_2, #abdeckung_12_3, #abdeckung_12_4, #abdeckung_13_1, #abdeckung_13_2, #abdeckung_13_3, #abdeckung_13_4, #abdeckung_14_1, #abdeckung_14_2, #abdeckung_14_3, #abdeckung_14_4, #abdeckung_15_1, #abdeckung_15_2, #abdeckung_15_3, #abdeckung_15_4, #abdeckung_16_1, #abdeckung_16_2, #abdeckung_16_3, #abdeckung_16_4, #abdeckung_17_1, #abdeckung_17_2, #abdeckung_17_3, #abdeckung_17_4, #abdeckung_18_1, #abdeckung_18_2, #abdeckung_18_3, #abdeckung_18_4, #abdeckung_19_1, #abdeckung_19_2, #abdeckung_19_3, #abdeckung_19_4, #abdeckung_20_1, #abdeckung_20_2, #abdeckung_20_3, #abdeckung_20_4 
{
	height: 58px;
	position: relative;
	top: -58px;
	display: none;
	margin-bottom: -58px;
	overflow: hidden;
}

#zimmerzuweisung-erneuern {
	cursor: pointer;
	background: #89a14721;
	padding: 15px 5px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	display: none;
	margin-bottom: 35px;
}

#zimmerzuweisung-erneuern img {
	float: left;
}




/* ----------- blatt 6 ----------- * /
.preistabelle td:nth-child(2) {
	text-align: right;
}


.preistabelle tr:last-child {
	font-weight: bold;
}


@media screen and (max-width: 768px){
	.preisberechnung {
		max-width: none;
	  }
	
	  #Anfrageformular > div.preisberechnung {
		border-left: none;
	}

}

*/