
<style>

.ersterbefehlgehtnicht{
	color:red;
}

#page{
	background-color:rgb(136, 170, 215) !important;
}

#page::after{
	background-color:rgb(136, 170, 215) !important;
	opacity:0.2;
	position:fixed;
	left:0;
	top:0;
	content:"";
	z-index:10;
	width:100%;
	height:100%;
}

#wrapper{
	max-width: 700px !important;
	z-index:20;
}


#spalteGesamt{
	padding: 60px 40px;
}

legend,
.contentwrapper .spalteMitte .textbox h2{
	text-align:left;
	color:#414463;
	font-weight:normal;
	font-size: 30px;
	font-weight:700;
	margin-bottom: 5px;
	margin-top: 10px;
}
	
.contentwrapper .spalteMitte .textbox h2{
	margin-top:0;
	font-size: 24px;
	margin-bottom: 8px;
}

#fehler{
	background-color: #414463;
	padding:20px;
	width:100%;
}

#content #fehler p{
	color:white;
}

#orderinfo,
#page .button,
#page button{
	background:#186b7f;
	width:100%;
	color:white;
	border:none;
	font-size:30px;
	padding:10px 10px;
	margin:30px 0 10px;
	letter-spacing:0.3px;
	display:block;
	font-weight: 400;
	cursor:pointer;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	outline:none;
	text-align:center;
}

#orderinfo{
	background-color:#7b898c;
	background-image:url("../img/loading-animation.svg");
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:45px;
	text-align:center;
	margin: 45px 0 20px 0px;
	cursor:default;
}
	
#page .button:hover,
#page button:hover{	
	background-color:#104d5c;
}

#page button{
	margin:45px 0 20px 0px;	
}
	
#content .firmierung li{
	padding-left:0px;
	list-style-type:none;
}
	
#content ul li::before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	background:#186b7f;
	position:absolute;
	left:0;
	top:11px;
}
	
#content .firmierung li::before{
	display:none;
}

fieldset{
	padding: 0px;
	border:none;
	margin: 0px 0 20px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}

fieldset:last-of-type{
	margin:0px;
}

fieldset fieldset{
	border:1px solid #79A79B;
	padding:20px 30px 10px;
	max-width:720px;
	margin-top:0px;
	box-sizing:border-box;
}

fieldset fieldset legend{
	font-size:30px;
	color:#79A79B;
}

fieldset fieldset:after{
	content:"";
	display:table;
	clear:both;
}

fieldset fieldset div{
	width:50%;
	float:left;
	height:80px;
	box-sizing:border-box;
}

fieldset fieldset div:nth-child(even){
	padding-right:10px;
}

fieldset fieldset div:nth-child(odd){
	padding-left:10px;
}

.akkordeon.aktiv{
	height:auto;
}
	
p.hinweis{
	margin-top:30px;
}

.box_teilnahme{
	margin-bottom:20px;
	position:relative;
	width:100%;
}

.box_teilnahme input{
	margin-bottom:7px;
}
	
input[type=radio]{
	position:relative;
	top: 2px;
}

.begleitperson_box{
	display:none;
	margin:20px 0 20px;
}

.firmierung{
	width:100%;
	font-weight:400;
	height:35px;
	overflow:hidden;
	padding: 0px 30px;
	margin-top: 10px !important;
	list-style-type:none;
	line-height:150%;
	margin-bottom:30px;
	position: static;
}

#content .firmierung ul{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
	width:100%;
	max-width:none;
	margin:0;
	padding:20px 0px 10px;
	margin-bottom:0 !important;
	list-style-image:none !important;
	list-style-type:none !important;
	display:flex;
	flex-direction:column;
}

.firmierung li{
	height:auto;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
	align-items: flex-start;
	margin-bottom: 11px !important;
}

.firmierung ul:after{
	content:"";
	display:table;
	clear:both;
}

.firmierung ul li input{
	float:left;
	margin-right:5px;
	margin: 3px 8px 0 0;
}

.firmierung ul li label{
	float:left;
	color:#186b7f;
	max-width: 85%;
	font-weight:200;
	font-size:16px;
	margin-bottom:0;
	padding-bottom:0;
}

.firmierung ul li::before {
	content: inherit;
}

.firmierung ul li input.sonstige{
	height:0;
	opacity:0;
	margin:0;
}

.sonstige_li{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.sonstige_li .sonstige{
	width:100%;
	margin-top: 7px !important;
}

.infobox{
	border:1px solid #CE041E;
	padding-bottom: 30px;
	display:none;
	margin-bottom:30px;
}

.infobox label{
	color:#CE041E;
	margin-top:20px;
}

.infobox p{
	font-style: italic;
	font-weight: 200;
}

label,
.label,
#content .radiolabel{
	display:block;
	font-size:16px;
	color:#104d5c;
	padding-bottom:5px;
	font-weight:400;
}

label.radio{
	color:#414463;
}

.required:after{
	padding-left:2px;
	content:"*";
	color:#79A79B;
	font-weight: 700;
	font-size:16px
}

select{
	margin-bottom:20px;
}

input[type=text], 
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
select,
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	border:1px solid #BBB;
	width:100%;
	height:40px;
	padding: 0px 6px;
	box-sizing:border-box;
	font-weight:400;
	background:#FFF;
	box-shadow:none;
	font-size: 14px;
}

textarea{
	height:100px;
	padding: 4px 6px;
	resize: vertical;
}

input[type=text]:focus, 
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus{
	border: 1px solid #186b7f;
	box-shadow: 0px 0px 3px #104d5c;
}

select{
	background:url("../img/select.svg") white no-repeat right 10px top 16px;
	cursor:pointer;
}

option{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	font-weight:400;
	box-shadow:none;
}

.feldbox{
	position:relative;
	margin-bottom:20px;
	width:100%;
	box-sizing: border-box;
}
	
.feldbox.width-50{
	width:50%;
}
	
.feldbox.width-50.left{
	padding-right:10px;
}
	
.feldbox.width-50.right{
	padding-left:10px;
}

.feldbox:last-of-type{
	margin-bottom:0px;
}

.checkbox,
.radio{
	font-weight:400;
	margin:0px 25px 0px 2px;
	display:inline;
	color:#414463;
	font-size:18px;
	position: relative;
}

.feldbox.checkbox{
	margin:10px 0;
	display:block;
}
	
.feldbox.checkbox label{
	color:black;
	font-size:16px;
}
	
.checkwrapper{
	border:1px solid #186b7f;
	padding: 11px 15px 6px;
	margin-top:20px;
	margin-bottom:20px;
}
	
.checkwrapper p{
	margin:0 !important;
	padding:0 !important;
}

fieldset ul{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	width:100%;
	max-width:500px;
	font-weight:200;
	
	list-style-type:none;
	line-height:150%;
	margin-bottom:30px;
}

/* Erzeugt den farbigen Kreis vor dem Menüpunkt */
fieldset ul li:before {
	content: '';
	display:inline-block;
	border-radius:100%;
	width: 6px;
	height:6px;
	background:#186b7f;
	margin:0 6px 3px 0;
}

#absage,
#vielleicht{
	display:none;
}

::-webkit-input-placeholder {
	color:#BBB;
	font-weight:200;
}
:-moz-placeholder {
	color:#BBB;
	font-weight:200;
	opacity:1;
}
::-moz-placeholder {
	color:#BBB;
	font-weight:200;
	opacity:1;
}
:-ms-input-placeholder {
	color:#BBB;
	font-weight:200;
}
:placeholder-shown {
	color:#BBB;
	font-weight:200;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
	font-weight:400;
}
	
#offline{
	position:fixed;
	z-index:40;
	top:160px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:400px;
	padding:25px;
	border:1px solid #555;
	background-color:#FFF;
	z-index: 6;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

#offline h1{
	line-height: 110%;
}

#vorhang {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0%;
}

ul#sprache{
	position: absolute;
	right: 20px;
	top: 7px;
	z-index:500;
	text-decoration:none;
}

ul#sprache li{
	display:inline-block;
}

ul#sprache li a{
	display:block;
	text-transform:uppercase;
	background:#333;
	padding: 2px 5px 0px;
	margin-left: 5px;
	border-bottom: 3px solid #000;
	text-decoration:none;
	color:white;
}

ul#sprache li:active a{
	border-bottom: 1px solid #000;
	padding-top:2px;
	position:relative;
	top:2px;
}

ul#sprache li.active a,
ul#sprache li:hover a{
	background:#186b7f;
	border-color: #104d5c;
}

ul#sprache li.active:active{
	border-color:#104d5c;
}

#page label.error{
	color:#FFF;
	font-size:14px;
	background:#CE041E;
	font-weight:400;
	padding: 7px 10px;
	line-height:18px;
	display:block;
	right:0;
	top:27px;
	margin-top:5px;
}

#page .firmierung label.error{
	right:30px;
	top:0;
	position:absolute !important;
}

#page .begleitperson_box label.error{
	top: -13px;
}

#page .infobox label.error{
	bottom: 32px;
	top: inherit;
}

#page .radiobox label.error{
	position: absolute;
	right: 0;
	top: -13px;
}

input.error{
	border:1px solid #CE041E;
}

.radiowrapper{
	display:flex;
}

.radiowrapper.vertical{
	flex-direction:column;
}

.radiobox{
	display: flex;
	align-items: center;
	margin-right:10px;
}

.radiobox label{
	margin-left:6px;
}

.radiobox input{
	margin-bottom:10px;
}

/*#page label.error:before{
	content: "!";
	width: 30px;
	height: 30px;
	color: #555;
	display: block;
	background:#CE041E;
	position: absolute;
	left: -30px;
	border-right: 1px solid #555;
	text-align: center;
	top: 0;
	font-size: 20px;
}*/

.frage{
	cursor:pointer;
	padding-left:23px;
	position:relative;
}

.frage::before{
	position:absolute;
	content:"";
	top: 2px;
	left: 3px;
	border-left: 10px solid #186b7f;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.frage.aktiv::before{
	border-top: 10px solid #186b7f;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: none;
	top: 9px;
	left: -5px;
}
	
#content .box .termin p.frage{
	padding-left:16px;
	padding-bottom:5px;
}
	
#content .box .termin div p{
	margin-top:-5px;
}
	
.termin .frage::before{
	top: 5px;
	border-left: 7px solid #186b7f;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.termin .frage.aktiv::before{
	border-top: 7px solid #186b7f;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: none;
	top: 9px;
	left: -1px;
}

.antwort{
	padding-left:23px;
}

.spalteRechts .antwort{
	padding:0 15px;
}

.spalteRechts .antwort p{
	padding:0px 0 10px;
	margin:0;
	width:100%;
	color:#41291c;
}
	
.textbox{
	border:1px solid #ccc;
	margin-top:20px;
	padding:20px;
}
	
.textbox p:last-of-type{
	padding-bottom:0 !important;
}

.anmeldung .spalteRechts{
	margin-top: 50px !important;
}

.anmeldung .spalteRechts .frage::before {
	display:none !important;
}



.terminbox{
	display:flex;
	border:1px solid var(--color-third-light);
	width:100%;
	margin-right: 0;
	border-bottom:none;
}

.terminbox:first-of-type{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.terminbox:last-of-type{
	border-bottom:1px solid var(--color-third-light);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.terminbox__icon{
	padding:10px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

form .terminbox__beschreibung{
	padding:10px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: flex-end;
	flex-wrap:wrap;
	margin-left: 0;
	margin-right: 0;
	width:100%;
	border-left:1px dotted var(--color-third-light);
	cursor:pointer;
}

form .terminbox__beschreibung :last-child{
	margin-bottom:0;
}

form.terminbox__info{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}

form .terminbox__text{
	width:100%;
}

form .terminbox__text h3 {
	color: var(--color-third);
	font-size: 1.25rem;
	margin: 0 0 .125em;
	line-height: 120%;
}

form .terminbox__text p {
	padding-bottom:.375em;
}

form .terminbox__beschreibung p {
  margin: 0 0 0;
}

.terminbox__details{
	text-decoration:underline;
	color: var(--color-third);
}

.terminbox__price{
	color: var(--color-third-light);
	font-size: 1.25rem;
	font-weight:700;
	display:flex;
	justify-content:flex-end;
	flex-direction:column;
	align-items:flex-end;
	text-align:right;
}

.terminbox__price h3{
	color: var(--color-third);
	margin: 0px;
	white-space:nowrap;
}

.terminbox__price p{
	font-size: 0.875rem;
	margin: 0px;
	font-weight: 300;
	color: var(--color-first);
	white-space:nowrap;
}

.training__action{
	display:none !important;
}

.ueberweisung{
	padding:10px;
	border-radius:10px;
	border:1px solid var(--color-third-light);
	margin:15px 0;
}

.ueberweisung h4{
	margin-bottom:0;
}

.ueberweisung p{
	margin:0 0 .5em;
}

.ueberweisung :first-child{
	margin-top:0;
}

.ueberweisung :last-child{
	margin-bottom:0;
}

.infotext {
    margin: 20px 0;
    border: 1px solid var(--color-first-light);
	background-color:var(--color-first-lightest);
    padding: 10px;
}

</style>