html{
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'Leofont';
    src: url('Leofont-Regular.eot');
    src: url('Leofont-Regular.eot?#iefix') format('embedded-opentype'),
        url('Leofont-Regular.woff2') format('woff2'),
        url('Leofont-Regular.woff') format('woff'),
        url('Leofont-Regular.ttf') format('truetype'),
        url('Leofont-Regular.svg#Leofont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Leofont';
	font-weight: normal;
	background-color: white;
	color: #EFFBEF;
	hyphens: auto;
}

::selection{
	background-color: green;
	color: white;
}

::-webkit-scrollbar{
	width: 15px;
}

::-webkit-scrollbar-track{
	opacity: 100%;
	background-color: #79DA00;
}

::-webkit-scrollbar-thumb{
	background-color: white;
	border: solid;
	border-radius: 20px;
	color: #79DA00;
	border-width: 5px;
}

h1{
	display: block;
	font-size: x-large;
	margin-bottom: 30px;
}

h2{
	display: block;
	font-size: x-large;
	text-align: center;
	margin-bottom: 15px;
	color: darkgreen;
	border-bottom: solid;
	padding-bottom: 15px;
}

h3{
	text-align: center;
	color: darkgreen;
}

h4{
	font-size: large;
	color: darkgreen;
}

.biglink{
	display: block;
	text-align: center;
	background-color: white;
	color: darkgreen;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	border-color: black;
	margin-bottom: 15px;
	max-height: 85vh;
	overflow-y: auto;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 5px 1px black;

}
.biglink:hover,
.biglink:focus {
	box-shadow: 0px 0px 5px 2px black;
}

.mb{
	margin-bottom: 40px;
}

.mb2{
	margin-bottom: 20px;
}


.headandnav{
	opacity: 100%;
	display: block;
	height: 100%;
	position: fixed;
	width: 210px;
	padding: 20px;
	text-align: center;
	color: #1c1c1c;
	background-color: #79DA00;
	border-width: 5px;
	font-weight: bold;
	top: 0px;
	left: 0px;
	box-shadow: 4px 0px 10px 0px black;
	overflow-y: auto;
}

.headandnav img{
	width: 30%;
	display: block;
	border-radius: 180px;
	margin-left: auto;
	margin-right: auto;
}

nav a{
	display: block;
	width: 230px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-bottom: -5px;
	text-align: center;
	font-size: large;
	text-decoration: none;
	color: #1C1C1C;
	box-shadow: 0px 0px 5px 0px black;
}

h5{
	margin-bottom: -5px;
	padding-right: 10px;
	padding-left: 10px;
}



.untergliederung{
	display: block;
	padding-bottom: 10px;
}

nav a:hover,
nav a:focus {
	background-color: #C4FF7B;
}

.smalllink{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
}

.firstsmalllink{
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
}

.current {
	color: #1C1C1C;
	background-color: #C4FF7B;
	display: block;
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-bottom: -5px;
	text-align: center;
	font-size: large;
	text-decoration: none;
	box-shadow: 0px 0px 5px 0px black;
}

.currentlink{
	margin-left: -10px;
	margin-top: -28px;
	box-shadow: none;
	background-color: #C4FF7B;
	color: #1C1C1C;
}

.intern{
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -10px;
	margin-top: 0px;
	margin-left: -10px;
	box-shadow: 0px 0px 3px 0px black;
}

.lastintern{
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	box-shadow: 0px 0px 3px 0px black;
}

.intern:hover, .lastintern:hover, .lastintern:focus, .intern:focus{
	background-color: #79DA00;
}

section{
	display: block;
	margin-left: 270px;
	padding: 20px;
	padding-top: 10px;
	margin-right: 15px;
	color: #1c1c1c;
	font-size: large;
}

article{
	background-color: white;
	color: #1c1c1c;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px black;
	text-align: justify;
	border-color: black;
	margin-bottom: 20px;
	overflow-y: auto;
}

.dsgvo{
	font-family: sans-serif;
	font-size: medium;
}

.date{
	font-size: medium;
	text-align: right;
}

article p{

}

article img{
	max-width: 100%;
	max-height: 50vh;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px black;
}

.direktoben{
	margin-top: 20px;
}

.smallimg{
	max-height: 20vh;
}

hr{
	border-top: solid;
	width: 99%;
	margin-left: 0px;
}

.linkintext{
	color: #04B404;
}

.linkintext:hover,
.linkintext:focus {
	color: darkgreen;
}

.nofloat{
	float: none;
	color: ;
}

.szun{
	max-width: 40vw;
}

.insidelink{
	display: block;
	text-align: center;
	background-color: white;
	color: darkgreen;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	border-color: black;
	margin-bottom: 5px;
	max-height: 85vh;
	overflow-y: auto;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 5px 1px black;
}

.insidelink:hover,
.insidelink:focus {
	box-shadow: 0px 0px 5px 2px black;
}

.speciallink{
	display: block;
	text-align: center;
	background-color: #B8ED3D;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	border-color: black;
	margin-bottom: 40px;
	max-height: 85vh;
	overflow-y: auto;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 5px 1px black;
}

.speciallink:hover,
.speciallink:focus {
	box-shadow: 0px 0px 5px 2px black;
}

.quote{
	font-size: large;
	font-family: serif;
	font-style: italic;
}

.aligncenter p, .aligncenter a{
	text-align: center;
}

.together{
	
}

li{
	margin-bottom: 10px;
	text-align: left;
}

.seitenanfang{
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: green;
	padding: 10px;
	text-decoration: none;
	color: white;
	border: none;
	border-radius: 10px;
	border-color: #1C1C1C;
	box-shadow: 0px 0px 10px 0px black;
	font-weight: bold;
	opacity: 95%;
}

.abstand {
		position: relative;
		top: -20px;
	}

.seitenanfang:hover{
	box-shadow: 0px 0px 10px 2px black;
}

.navigation{
	display: none;
}

footer{
	margin-left: 260px;
	margin-bottom: 70px;
	margin-right: 0px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1c1c1c;
	text-align: center;
	font-family: sans-serif;
	box-shadow: 0px 0px 3px 0px;
}

.logo{
	width: 100%;
}

footer h5{
	font-size: medium;
}

footer p{
	font-size: small;
}

@media (max-width: 1100px) and (min-device-width: 800px) {
	article img{
		display: block;
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.smallimg{
		float: left;
		margin-left: unset;
		margin-right: 10px;
	}

	article{
	}

	.szun{
		max-width: unset;
		max-width: 100%;
	}
}

@media (max-device-width: 800px) {
	.headandnav{
		width: 100%;
		position: static;
		height: unset;
		font-size: 40px;
		margin-left: -20px;
		border: none;
		max-height: 9999999999px;
		box-shadow: 0px 0px 20px 0px black;
		padding-bottom: 40px;
		opacity: 90%;
	}
	nav a{
		width: 100%;
		font-size: 40px;
		margin: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
		max-height: 9999999999px;
		margin-bottom: -20px;
		margin-right: -10px;
		margin-left: -4px;
		box-shadow: 0px 0px 10px 0px black;
	}

	.intern{
		padding-top: 20px;
		padding-bottom: 20px;
		box-shadow: 0px 0px 3px 0px black;
	}
	
	.lastintern{
		padding-top: 20px;
		padding-bottom: 20px;
		box-shadow: 0px 0px 3px 0px black;
	}

	h1{
		font-size: 50px;
		margin-top: 150px;
		margin-left: 10px;
	}
	.current{
		width: 100%;
		margin-left: -4px;
		font-size: 40px;
		max-height: 999999999px;
		margin-bottom: -20px;
		padding-bottom: 0px;
		box-shadow: 0px 0px 10px 0px black;
	}

	h5{
		max-height: 99999999px;
		font-size: 40px;
	}

	.current a {
		margin-left: -9px;
		max-height: 9999999px;
		font-size: 40px;
	}

	.smalllink{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 30px;
		max-height: 99999999px;
	}

	section{
		font-size: 40px;
		position: static;
		margin-left: 0px;
		max-height: 999999999px;
		margin-right: -10px;


	}
	article img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		max-height: unset;
		width: 100%;
		border-radius: 30px;
	}

	.smallimg{
		width: unset;
	}

	.szun{
		max-height: unset;
		width: 100%;
		max-width: unset;
	}

	article p{
		font-size: 40px;
		max-height: 999999999px;
	}

	.date{
		font-size: 40px;
		max-height: 999999999px;
	}

	.quote{
		max-height: 999999999999px;
		font-size: 40px;
	}

	article{
		max-height: 9999999999px;
		padding: 40px;
		box-shadow: 0px 0px 10px 0px black;
		border-radius: 30px;
		margin-bottom: 40px;
	}

	h4{
		max-height: 99999999999999px;
		font-size: 40px;
		text-align: center;
	}

	h2, h3{
		max-height: 99999999999999px;
		font-size: 50px;
		text-align: center;
		margin-bottom: 30px;
	}

	.navigation{
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		background-color: #79DA00;
		height: 50px;
		text-decoration: none;
		color: #1c1c1c;
		border: none;
		border-color: #1C1C1C;
		box-shadow: 0px 5px 10px 0px black;
		font-weight: bold;
		opacity: 95%;
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.navigation:hover{
		background-color: #C4FF7B;
	}

	.seitenanfang{
		display: none;
	}

	.abstand {
		position: relative;
		top: -190px;
	}

	.biglink{
		font-size: 40px;
		max-height: 99999999px;
		box-shadow: 0px 0px 8px 2px black;
		border-radius: 20px;
		margin-bottom: 25px;
		padding: 20px;
	}

	.biglink:hover{
		box-shadow: 0px 0px 9px 4px black;
	}

	.insidelink{
		font-size: 40px;
		max-height: 999999999px;
		box-shadow: 0px 0px 8px 2px black;
		border-radius: 20px;
		padding: 20px;
		margin-bottom: 20px;
	}

	.insidelink:hover{
		box-shadow: 0px 0px 9px 4px black;
	}

	.speciallink{
		font-size: 40px;
		max-height: 999999999px;
		box-shadow: 0px 0px 8px 2px black;
		border-radius: 40px;
		padding: 40px;
		margin-bottom: 80px;
	}

	.speciallink:hover{
		box-shadow: 0px 0px 9px 4px black;
	}

	article a{
		font-size: 40px;
		max-height: 999999999px;
	}
	
	.dsgvo p{
		font-size: 35px;
		max-height: 9999999999px;
	}

	.dsgvo{
		font-size: 35px;
		max-height: 9999999999px;
	}

	.dsgvo a{
		font-size: 35px;
		max-height: 9999999999px;
	}

	.dsgvo li{
		font-size: 35px;
		max-height: 9999999999px;
	}

	.dsgvo img{
		width: auto;
	}

	ul{
		font-size: 40px;
		max-height: 999999999px;
	}

	footer{
		max-height: 9999999999px;
		padding: 40px;
		font-size: 40px;
		margin-left: 0px;
		margin-right: -11px;
		box-shadow: 0px 0px 6px 0px;
		margin-bottom: 0px;
	}
	footer p{
		font-size: 30px;
		max-height: 999999999999px;
	}
	footer h5{
		font-size: 35px;
		max-height: 99999999999px;
		
	}
}