/* Allgemeines CSS */

html {
	position: relative;
	min-height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	background-image: url('img/bgimage.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	margin: 0;
	-webkit-text-size-adjust: auto!important;
}

p {
	font-size: 18px!important;
}

.links {
	color: black;
	word-wrap: break-word;
}

/* Navigation CSS */

.logo {
	padding: 5px;
	width: 160px;
}

.btn-close {
	font-size: 25px;
}

.navbar {
	background-color: #e9c46a;
	--bs-navbar-toggler-font-size: 1.7rem!important;
}

.nav-item a {
	text-decoration: none;
	padding: 1rem;
}

.navigation1 {
	font-size: 25px!important;
}

a.nav-link {
	font-size: 18px;
}

.offcanvas-body , .offcanvas-header {
	background-color: #e9c46a;
}

.alert {
	font-size: 20px;
}

.pdfvorlage {
	height: auto;
	width: 80px;
	padding: 10px;
}

.pdflink {
	text-decoration: none;
	color: black;
}

/* Footer CSS */

footer {
	background-color: #e9c46a;
	margin-top: auto;
}

.text-body-secondary {
	font-size: 20px;
}

/* Übergänge nach Seitenaktualisierung */

nav, .footer {
	animation: transitionNav 0.5s;
}

@keyframes transitionNav {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Responsiv Design */

@media (max-width:1400px) {

	p {
		font-size: 40px!important;
	}

	h3 {
		font-size: 50px!important;
	}

	h1 {
		font-size: 60px!important;
	}

	.hidden {
		display: none;
		padding-left: 20px;
		font-size: 30px;
	}

	.alert {
		font-size: 35px!important;
	}

	.logo {
		width: 250px!important;
	}

	.navbar-toggler {
		font-size: 50px!important;
	}

	iframe {
		height: 800px!important;
		width: 100%!important;
	}

	.contact-text {
		font-size: 35px!important;
	}

	.footer-text {
		font-size: 30px!important;
	}

	.creativecommons {
		width: 180px!important;
	}

	.nav-link {
		font-size: 45px!important;
	}

	.btn-close {
		font-size: 35px!important;
		padding: 20px!important;
	}

	.alertbtn {
		font-size: 35px!important;
	}

	.col-md-4 {
		width: auto!important;
	}

	.ueberuns2 {
		font-size: 37px!important;
		padding-left: 40px!important;
	}

	.accordion-button {
		font-size: 50px!important;
	}

	.accordion-text {
		font-size: 40px!important;
	}

	div.accordion-body {
		font-size: 40px!important;
	}

	.accordion-button:after {
		width: 50px!important;
		height: 50px!important;
		background-size: 50px!important;
	}

	.guidemodellbild {
		width: 800px;
	}

	.png1 {
		width: 100%;
	}

	.png2 {
		width: 50%;
	}

	.pngcontainer {
		margin-bottom: 50px!important;
	}

	.bi {
		width: 60px!important;
		height: auto!important;
	}
}

@media (max-width:1200px) {

	p {
		font-size: 30px!important;
	}

	h3 {
		font-size: 40px!important;
	}

	h1 {
		font-size: 60px!important;
	}

	.hidden {
		display: none;
		padding-left: 20px;
		font-size: 30px;
	}

	.alert {
		font-size: 30px!important;
	}

	.logo {
		width: 280px!important;
	}

	.navbar-toggler {
		font-size: 60px!important;
	}

	iframe {
		height: 700px!important;
		width: 100%;
	}

	.contact-text {
		font-size: 35px!important;
	}

	.footer-text {
		font-size: 30px!important;
	}

	.creativecommons {
		width: 180px!important;
	}

	.nav-link {
		font-size: 40px!important;
	}

	.btn-close {
		font-size: 35px!important;
		padding: 20px!important;
	}

	.alertbtn {
		font-size: 20px!important;
	}

	.col-md-4 {
		width: auto!important;
	}

	.ueberuns2 {
		font-size: 27px!important;
		padding-left: 40px!important;
	}

	.accordion-button {
		font-size: 40px!important;
	}

	.accordion-text {
		font-size: 30px!important;
	}

	div.accordion-body {
		font-size: 30px!important;
	}

	.accordion-button:after {
		width: 45px!important;
		height: 45px!important;
		background-size: 45px!important;
	}

	.guidemodellbild {
		width: 800px;
	}

	.png1 {
		width: 100%;
	}

	.png2 {
		width: 50%;
	}

	.pngcontainer {
		margin-bottom: 50px!important;
	}

	.bi {
		width: 50px!important;
		height: auto!important;
	}
}

@media (max-width:992px) {
	
	p {
		font-size: 30px!important;
	}

	h3 {
		font-size: 45px!important;
	}

	h1 {
		font-size: 50px!important;
	}

	.hidden {
		display: none;
		padding-left: 20px;
		font-size: 25px;
	}

	.alert {
		font-size: 25px!important;
	}

	.logo {
		width: 150px!important;
	}

	.navbar-toggler {
		font-size: 40px!important;
	}

	iframe {
		height: 600px!important;
		width: 100%;
	}

	.contact-text {
		font-size: 35px!important;
	}

	.footer-text {
		font-size: 30px!important;
	}

	.creativecommons {
		width: 160px!important;
	}

	.nav-link {
		font-size: 30px!important;
	}

	.btn-close {
		font-size: 35px!important;
		padding: 20px!important;
	}

	.alertbtn {
		font-size: 20px!important;
	}

	.offcanvas {
		--bs-offcanvas-width: 100%
	}

	.col-md-4 {
		width: auto!important;
	}

	.ueberuns2 {
		font-size: 27px!important;
		padding-left: 40px!important;
	}

	.accordion-button {
		font-size: 40px!important;
	}

	.accordion-text {
		font-size: 30px!important;
	}

	div.accordion-body {
		font-size: 30px!important;
	}

	.accordion-button:after {
		width: 40px!important;
		height: 40px!important;
		background-size: 40px!important;
	}

	.guidemodellbild {
		width: 100%;
	}

	.png1 {
		width: 100%;
	}

	.png2 {
		width: 50%;
	}

	.pngcontainer {
		margin-bottom: 50px!important;
	}

	.bi {
		width: 40px!important;
		height: auto!important;
	}
}

@media (max-width:768px) {
	p {
		font-size: 30px!important;
	}

	h3 {
		font-size: 50px!important;
	}

	h1 {
		font-size: 50px!important;
	}

	.hidden {
		display: none;
		padding-left: 20px;
		font-size: 25px;
	}

	.alert {
		font-size: 20px!important;
	}

	.logo {
		width: 140px!important;
	}

	.navbar-toggler {
		font-size: 50px!important;
	}

	iframe {
		height: 600px!important;
		width: 100%;
	}

	.contact-text {
		font-size: 35px!important;
	}

	.footer-text {
		font-size: 30px!important;
	}

	.creativecommons {
		width: 120px!important;
	}

	.nav-link {
		font-size: 40px!important;
	}

	.btn-close {
		font-size: 35px!important;
		padding: 20px!important;
	}

	.alertbtn {
		font-size: 20px!important;
	}

	.offcanvas {
		--bs-offcanvas-width: 100%
	}

	.col-md-4 {
		width: auto!important;
	}

	.ueberuns2 {
		font-size: 30px!important;
		padding-left: 40px!important;
	}

	.accordion-button {
		font-size: 40px!important;
	}

	.accordion-text {
		font-size: 30px!important;
	}

	div.accordion-body {
		font-size: 30px!important;
	}

	.accordion-button:after {
		width: 40px!important;
		height: 40px!important;
		background-size: 40px!important;
	}

	.png1 {
		width: 100%;
	}

	.png2 {
		width: 50%;
	}

	.pngcontainer {
		margin-bottom: 50px!important;
	}

	.bi {
		width: 30px!important;
		height: auto!important;
	}
}

@media (max-width:576px) {
	p {
		font-size: 30px!important;
	}

	h3 {
		font-size: 40px!important;
	}

	h1 {
		font-size: 45px!important;
	}

	.hidden {
		display: none;
		padding-left: 20px;
		font-size: 20px!important;
	}

	.alert {
		font-size: 20px!important;
	}

	.logo {
		width: 120px!important;
	}

	.navbar-toggler {
		font-size: 40px!important;
	}

	iframe {
		height: 400px!important;
		width: 100%;
	}

	.contact-text {
		font-size: 25px!important;
	}

	.footer-text {
		font-size: 25px!important;
	}

	.creativecommons {
		width: 100px!important;
	}

	.nav-link {
		font-size: 30px!important;
	}

	.btn-close {
		font-size: 35px!important;
		padding: 20px!important;
	}

	.alertbtn {
		font-size: 20px!important;
	}

	.offcanvas {
		--bs-offcanvas-width: 100%
	}
	
	.col-md-4 {
		width: auto!important;
	}

	.ueberuns2 {
		font-size: 30px!important;
		padding-left: 40px!important;
	}

	.accordion-button {
		font-size: 30px!important;
	}

	.accordion-text {
		font-size: 30px!important;
	}

	div.accordion-body {
		font-size: 30px!important;
	}

	.accordion-button:after {
		width: 30px!important;
		height: 30px!important;
		background-size: 30px!important;
	}

	.png1 {
		width: 100%;
	}

	.png2 {
		width: 50%;
	}

	.pngcontainer {
		margin-bottom: 50px!important;
	}

	.bi {
		width: 30px!important;
		height: auto!important;
	}
}


