:root{
	--section-border: 2px solid rgb(15, 82, 37);
	--color-dark-red: #c74e4e;
	--font-family: Helvetica;
	--color-bg-icon-hover: rgba(0, 0, 0, 0.2);
	--color-bg-button-hover: rgb(15, 82, 37);
}

body{
	font-family: var(--font-family);
}

a{
	color: #0f5225;
}

a:visited{
	color: #2faade;
}

img{
	max-width: 100%;
}

.i-e{
	margin: 5px;
}

.section-header{
	margin-left: 7px;
	max-width: 100%;
	height: 50px;
}

.section{
	background: #e3e3e3;
	margin: 7px;
	border-radius: 2px;
}

.section-sp{
	background: #fff;
	margin: 7px;
	border-radius: 40px;
	box-shadow: 2px 2px rgba(100, 100, 100, 0.3);
	position: relative;
	top: 8px;
	border: 1px solid black;
	padding: 35px 10px 35px 10px;
	color: black;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.pad{
	padding: 4px;
}

.help-img{
	margin: 0 auto;
	display: block;
}

@media
only screen and (max-width: 870px) {
	.ver-grid{
		display: grid;
		grid-gap: 5px;
		grid-template-areas: 'AL A' 'BL B' 'CL C' 'DL D' 'EL E';
	}
	.ver-header{
		display: none;
	}
	.ver-grid-al{
		grid-area: AL;
	}
	.ver-grid-bl{
		grid-area: BL;
	}
	.ver-grid-cl{
		grid-area: CL;
	}
	.ver-grid-dl{
		grid-area: DL;
	}
	.ver-grid-el{
		grid-area: EL;
	}
	x-leerstand-kopf{
		display: none;
	}
}

@media
only screen and (min-width: 871px) {
	#ver-grid{
		max-width: 850px;
	}
	.ver-grid{
		display: grid;
		grid-gap: 5px;
		grid-template-areas: 'A B C D E';
		grid-template-columns: 25% 25% 20% 22% 10%;
		margin: 5px;
	}
	.ver-grid-al{
		display: none;
	}
	.ver-grid-bl{
		display: none;
	}
	.ver-grid-cl{
		display: none;
	}
	.ver-grid-dl{
		display: none;
	}
	.ver-grid-el{
		display: none;
	}
}

.ver-grid-a{
	grid-area: A;
}

.ver-grid-b{
	grid-area: B;
}

.ver-grid-c{
	grid-area: C;
}

.ver-grid-d{
	grid-area: D;
}

.ver-grid-e{
	grid-area: E;
}

.hidden{
	display: none;
}

.leerstand{
	margin: 5px;
}

input:invalid{
	border: 1px solid red;
}

.error{
	text-align: center;
	border: 3px solid #79221B;
	border-radius: 10px;
	font-weight: bold;
	background: #ffffe1;
	padding: 8px;
	margin: 7px;
}

.info{
	text-align: center;
	border: 3px solid green;
	border-radius: 10px;
	font-weight: bold;
	background: #ffffe1;
	padding: 8px;
	margin: 7px;
}

.button{
	display: inline-block;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	background: #25317b;
	border-radius: 6px;
	text-decoration: none;
}

.button:hover{
	background: var(--color-bg-button-hover);
}

a.button:visited{
	color: white;
}

.tr-button{
        text-align: center;
	cursor: pointer;
        text-decoration: none;
}

.rb{
	position: absolute;
	right: 25px;
	margin-top: 10px;
}

.lb{
	position: absolute;
	left: 25px;
	margin-top: 10px;
}

.bi{
	height: 38px;
	border-bottom: var(--section-border);
}

.bi > label {
	top: 4px;
	left: 5px;
	position: relative;
}

.center{
	text-align: center;
}

.embed{
	width: 100vw;
	height: calc(100vh - 60px);
}

.curtain{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.spinner{
	position: fixed;
	background-color: white;
	border: 1px solid;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	z-index: 999;
	padding: 20px;
}
.preview-bar{
	margin: 5px 25px 5px 25px;
	display: flex;
	background: #fff;
	padding: 8px;
}
.close-icon{
	margin-left: auto;
	margin-right: 5px;
	cursor: pointer;
	padding: 4px;
	height: 24px;
	min-width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-icon:hover{
	background: var(--color-bg-icon-hover);
	border-radius: 100%;
}

.preview-embed{
	width: calc(100% - 50px);
	height: calc(100% - 70px);
	position: relative;
	left: 25px;
}
.footer{
	width: 100vw;
	background-color: white;
}

.bar{
	height: 50px;
}

.center{
	margin: 0 auto;
	border-collapse: collapse;
}

.h-line td{
	padding-left: 25px;
	padding-right: 25px;
}

.h-line{
	border-bottom: 2px solid #5d595e;
}

.f1{
	border-radius: 100%;
	border:	1px solid var(--color-dark-red);
	color: var(--color-dark-red);
	margin-left: 5px;
	min-width: 22px;
	max-width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	font-size: 14px;
	align-items: center;
}

div[tit]:hover::before{
	content: attr(tit);
	position: absolute;
	background: black;
	color: white;
	font-weight: bold;
	z-index: 10;
	padding: .5rem;
	transform: translateY(calc(-100% - 5px));
	width: 180px;
}

div[tit]{
	display: flex;
}

.header-logo{
	height: 120px;
	display: flex;
}

@media
only screen and (max-width: 749px){
	.header-logo{
		display: none;
	}
	.header-logo-m > img{
		display: block;
		margin: 0 auto;
		height: 120px;
	}
}

@media
only screen and (min-width: 750px){
	.header-logo-m{
		display: none;
	}
}

.banner{
	border-top: var(--section-border);
	border-bottom: var(--section-border);
	padding-bottom: 2px;
	text-align: center;
	margin-bottom: 2px;
}

.banner > a{
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.sep-r{
	border-right: var(--section-border);
}

.main-section{
	margin-bottom: 3rem;
}

.main-section-sp{
	background: rgba(15, 82, 37, 0.2);
}

.sp-text{
	min-height: 7em;
}

.paypal-box{
	max-width: 750px;
}

@media
only screen and (min-width: 750px){
	.selection{
		display: grid;
		grid-template-areas: 'A B' 'C D';
		/*Use later*/
		/*grid-template-columns: 50% 50%;
		grid-template-rows: 50% 50%;*/
		grid-gap: 5px;
		justify-content: center;
	}
}

@media
only screen and (max-width: 749px){
	.selection{
		display: flex;
		flex-direction: column;
	}
}

.tile{
	text-decoration: none;
	color: unset;
	padding-left: 3px;
}

.tile-grid-a{
	grid-area: A;
}

.tile-grid-b{
	grid-area: B;
}

.tile-grid-c{
	grid-area: C;
}

.tile-grid-d{
	grid-area: D;
}

.tile-content{
	display: grid;
	grid-template-areas: 'A B';
	grid-template-columns: 60% 40%;
	grid-gap: 15px;
	padding-left: 2px;
	overflow: hidden;
}
.tile-img{
	grid-area: B;
}
.tile-content > ul{
	grid-area: A;
}

@media
only screen and (min-width: 700px){
	.contact-form{
		width: 600px;
	}
}

.contact-form{
	margin: 0 auto;
}

.contact-form textarea{
	width: 100%;
	height: 10em;
}

.contact-form input{
	width: 100%;
}

.captcha-header{
	margin: 10px;
	text-align: center;
}

.captcha, .center-block{
	margin: 0 auto;
	width: fit-content;
}

.captcha-code{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo-grey-bg{
	background: url(logo-grau.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
	height: 100%;
}

.progress-ind{
	text-align: center;
	margin: 10px auto;
	width: fit-content;
	display: grid;
	grid-template-areas: 'A B C D' 'E F G H';
	grid-template-columns: 82px 82px 82px 82px;
}

.progress-ind .tile-1{
	grid-area: A;
}

.progress-ind .tile-2{
	grid-area: B;
}

.progress-ind .tile-3{
	grid-area: C;
}

.progress-ind .tile-4{
	grid-area: D;
}

.progress-ind .tile-5{
	grid-area: E;
}

.progress-ind .tile-6{
	grid-area: F;
}

.progress-ind .tile-7{
	grid-area: G;
}

.progress-ind .tile-8{
	grid-area: H;
}

.progress-ind .complete{
	font-weight: bold;
}

.progress-ind .pending{
	color: #5e5e5e;
}

.foot-note{
	font-size: 10pt;
	margin-bottom: 20px;
}
