html{
	overflow-x: hidden;
}

iframe{
	height: 85vh;
	width:70%;
}


.centerDiv{
	text-align: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.banner{
	background-color: var(--background-banner-dark);
	padding: min(1cm, 2%);
	padding-top: 1cm;
	max-width: 30cm;

	margin: auto;
	margin-top: 0;
	margin-bottom: 1cm;

	border-radius: 20px;
	box-shadow: 20px 20px 60px var(--shadow-out),
              -20px -20px 60px var(--shadow-in);
}

.row{
	flex-wrap: nowrap;
}

h2{
	text-align: center;
	font-size: 1.5rem;
}

p{
	font-size: 1rem;
}

.myiFrame{
	width: 8cm;
	height: calc(8cm * 1.4);
}

.banner div iframe img{
	width: 100%;
}

.text{
	display: block !important;
	align-self: center;
	background-color: var(--background-banner-light);
	border-radius: 20px;
	padding: 0.5cm;
	max-width: max(14cm, 50%);
}

.text * {
	color: black;
}

.downlaod{
	width: fit-content;
}
.link{
	display: inline-block;
	width: 1.1cm;
	transform: rotate(90deg) translate(-370px, -25px);
}

.link a{font-size: 2.5cm;}

.Ablaufdatum{
	display: block;
	width: 100%;
	text-align: end;
	padding: .5cm;
	padding-right: 0.1cm;
	color: var(--text-dark);
	box-sizing: border-box;
	font-size: .9rem;
}

@media (max-width: 27.5cm) {

	.row{
		flex-wrap: wrap;
		justify-content: center;
	}

	.myiFrame{
		width: 4cm;
		height: calc(4cm * 1.4);
	}

	.link{
		transform: rotate(90deg) translate(-178px, 0px);
	}

	.link a{font-size: 1.28cm;}
}

@media (max-width: 10cm) {

	h2{
		text-align: center;
		font-size: 1.1rem;
	}

	p{
		font-size: 1rem;
	}
}
