html{
	scroll-behavior: smooth;
}

body {
	width: 80%;
	font-family: 'Lato', sans-serif;
	color: #222;
	font-size: 1.2em;
	letter-spacing: 1.5px;
	margin: 0;
	margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
	background-image: url(../img/background.jpg);
}

.flaticon {
	display: none !important;
}

.wrapper{
    text-align: center;
    background-color: #ffffff;
	justify-content: center;
}

/* Header */

header{
}
.test{
	position: sticky;
}

/* Banner */

.banner {
	width: 100%;
	margin: 0;
	display: block;
}

/* NavBar */

.arrow {
	border: solid #1a7000;
	border-width: 0 3px 3px 0;
	opacity: .7;
	display: inline-block;
	padding: .15vw;
	margin-bottom: .2vw;
	margin-right: .4vw;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

nav {
	text-align: center;
	margin: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .4);
	border: 1px solid rgba(0, 0, 0, .2);
}

nav ul {
	transition: all 1s;
	display: inline-table;
	padding-left: 0;
}

.nav{
	color: #1a7000;
	transition: 1s;
}
.nav:hover{
	color: #222;
}

nav ul li{
	float: left;
	transition: all 500ms ease-in-out;
}

nav ul li:hover {
	background: rgba(158, 240, 26, 0.3);    /* #9ef01a in RGB */
	color: #222;
}

nav ul li:hover>ul {
	display: block;
}

nav ul li a {
	display: block;
	padding: .5vw;
	color: #222;
	font-size: .9em;
	letter-spacing: .5px;
	text-decoration: none;
}

nav ul ul {
	z-index: 5;
	display: none;
	background: #fff;
	position: absolute;
	box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .1);
}

nav ul ul li {
	float: none;
	position: relative;
}

nav ul ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#active{
	background-color: rgba(0, 255, 34, 0.155);
	transition: 1s;
}

#active:hover{
	background-color: rgba(251, 255, 0, 0.0);
}

/* Body */

h1{
    margin-top: 5vh;
    text-align: center;
	color: #1a7000;
	opacity: 0.9;
	font-size: 1.9em;
}

.under{
	margin-top: 0;
    text-align: center;
	color: #348a1a;
	opacity: 0.9;
	font-size: 1.9em;
}

h2{
	margin-bottom: 0;
}

.underline{
	margin-top: 1%;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 1%;
	border-bottom: solid #348a1a 4px;
}

.rightitem{
	width: 60%;
	margin-left: 5%;
	text-align: left;
	margin-top: 2vh;
}

.textdc{
	text-align: center;
	margin: 0.5%;
	margin-left: 5%;
	margin-right: 5%;
}

.leftdc1{
	text-align: left;
	font-size: 1.1em;
}

.leftdc{
	text-align: left;
	margin: 0.5%;
	margin-left: 5%;
	margin-right: 5%;
}

.list{
	text-align: left;
	margin: 3%;
	margin-left: 5%;
	margin-right: 5%;
	text-decoration-color: #1a7000;
}


div .list1{
	text-align: left;
	margin: 3%;
	margin-right: 5%;
	text-decoration-color: #1a7000;
}

.list1 li::before {
	content: "\2022";
	color: #1a7000;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

ul {
	list-style: none;
}

.rightimg{
	height: 80px;
	width: auto;
}

.bigimg{
	height: 200px;
	width: auto;
}

.list li::before {
	content: "\2022";
	color: #1a7000;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.smaller{
	font-size: 0.8em;
	margin: 2%;
}

.fat{
	text-decoration: none;
}

.name{
	text-decoration: none;
	color: #131313;
	margin-bottom: 0;
}
.name h2{
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 2%;
	margin-top: 3%;
}
.name h2:hover{
	opacity: 0.85;
	transition: 300ms;
}
.jobdesc{
	color: #505050;
	font-size: 0.9em;
	margin-top: 0;
}

.infofilm{
    margin-top: 1vh;
}

h3{
	margin: 0; 
	opacity: 0,5;
}

.left{
	text-align: left;
	margin-left: 1.5vw;
	font-size: 1.2em;
}
.center{
	text-align: center;
}

.left li{
	margin-left: 10%;
	font-size: 0.8em;
	list-style-type: circle;
}

.txt{
	margin: 0;
	text-align: left;
	font-size: 0.8em;
}

.vorwort{
	opacity: 0.65;
	font-weight: 500;
	margin-left: 2.5%;
}

.notop{
	margin-top: 0;
	display: flex;
	flex-direction: row;
}

.bildR{
	margin-top: 3%;
	margin-left: 2%;
	height: 200px; 
	width: auto;
}

p{
	color: #222;
}

div .row{
	display: flex;
	margin: 3%;
	margin-right: 4%;
}

div .row .txt{
	margin-left: 4%;
}

div .row .infoaddresse{
	padding-left: 1%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	text-align: left;
	border-left: solid #348a1a 5px;
}

.inf{
	margin: 0;
}

div .row2{
	display: flex;
	margin-top: 3%;
	margin-bottom: 3%;
	justify-content: center;
}

div .row2 .infoaddresse2{
	padding-left: 1%;
	text-align: left;
	border-left: solid #348a1a 5px;
}

.column p{
	margin: 0;
	text-align: left;
	font-size: smaller;
}

.column a{
	margin: 0;
	text-align: left;
	font-size: smaller;
	text-decoration: none;
	color: rgba(0, 89, 255, 0.651);
}

.column2 p{
	margin: 0;
	text-align: left;
	font-size:x-large;
}

.column2 a{
	margin: 0;
	text-align: left;
	font-size:x-large;
	text-decoration: none;
	color: rgba(0, 89, 255, 0.651);
}

.column2{
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 25%;
	justify-content: left;
	border-left: solid #348a1a 4px;
}

.mid{
	margin-left: 25%;
	margin-right: 25%;
}

.line{
	color: #348a1a;
	opacity: 0.6;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 2.5%;
}

.none{
	text-decoration: none;
	color: #222;
}

.soon{
	padding-top: 25%;
	padding-bottom: 25%;
	padding-left: 25%;
	padding-right: 25%;
}

.flex{
	display: flex;
	margin-bottom: 3vh;
}

.row1{
	display: flex;
	flex-direction: column;
	margin-left: 3%;
	margin-right: 3%;
}

.smallwrapper{
	margin-left: 20%;
	margin-right: 20%;
	justify-content: center;
	width: 60%;
}


/* Button */

.zu{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-left: 5%;
}

.overbtn{
	display: flex;
	flex-direction: row;
	margin-left: 17.5%;
	margin-right: 17.5%;
}

.button a{
	text-decoration: none;
	color: #1a7000;
	transition: 500ms;
}

.button{
	color: #1a7000;
	margin-top: 4%;
	width: 100%;
	margin: 1%;
	padding: 0%;
	transition: 500ms;
}

.button a:hover{
	color: #fff;
}

.button:hover{
	background-color: #73ff49;
	margin: 0%;
	padding: 1%;
	color: #222;
}


/* Footer */

.footer {
	padding: 15px 0;
	padding-bottom: 5px;
	margin-bottom: 3vh;
	color:#222;
	background-color:#222;
	margin-top: 5vh;
	border-top: 5px solid #222;
  }

  /* Hier sind die Werte so niedrig das ich finde es lässt sich mit px Werten sehr gut regulieren */
.flaticon{
	font-size: 8px;
	opacity: 0.9;
	text-decoration: none;
	text-align: right;
	margin-right: 4px;
	margin-bottom: 0px;
	padding: 0;
	color: rgb(255, 255, 255);
	transition: 500ms;
}

.item.social{
}

.instagram{
	height: 25px;
	width: 25px;
	margin-top: 6px;
	opacity: 0.7;
	padding: 5px;
	background-color: white;
	border: solid white 1px;
	border-radius: 40%;
	transition: 500ms;
}

.telegram{
	height: 25px;
	width: 25px;
	margin-top: 6px;
	opacity: 0.7;
	padding: 5px;
	background-color: white;
	border: solid white 1px;
	border-radius: 40%;
	transition: 500ms;
}

.twitter{
	height: 25px;
	width: 25px;
	margin-top: 6px;
	opacity: 0.7;
	padding: 5px;
	background-color: white;
	border: solid white 1px;
	border-radius: 40%;
	transition: 500ms;
}

.facebook{
	height: 25px;
	width: 25px;
	margin-top: 6px;
	opacity: 0.7;
	padding: 5px;
	background-color: white;
	border: solid white 1px;
	border-radius: 40%;
	transition: 500ms;
}
  
  .footer .item.social > a {
	width:36px;
	height:36px;
	line-height:36px;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	box-shadow:0 0 0 1px rgba(34, 34, 34, 0.6);
	margin:0 8px;
	color:#fff;
	opacity:0.75;
  }
  
  .footer .item.social > a:hover {
	opacity:1;
	transition: 200ms;
  }
  
  .footer .copyright {
	text-align:center;
	padding-top:14px;
	font-size:13px;
	margin-bottom:0;
	color: #fff;
	opacity: 0.8;
  }

  .up{
	text-align:center;
	margin-top:10px;
	opacity:0.7;
	font-size:8px;
	margin-bottom:0;
	text-decoration: none;
	color:#fff;
  }

  .up :hover{
	opacity:0.95;
	transition: 200ms;
  }