body {
    margin: 0;
	font-family:Calibri, Helvetica, sans-serif;
	line-height: 1.8;
}

* {
    box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  border: 0;
}
hr.linie {
  border-top: #ae652d solid 2px;
}
ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.nav {
  display: inline;
  font-weight:bold;
  margin-right:30px;
  font-size: 20px;
  color: black;
}
a:link {
  text-decoration: none;
  color: black;
}
a:visited {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #ae652d;
  text-decoration: none;
  transition: color 0.3s;
}
.flex-container_logo_nav {
	display: flex;
	top: 0;
	z-index: 999;
	justify-content: space-between;
	align-content: stretch;
}
.flex-container_3er {
	display: flex;
	justify-content: space-around;
	margin: 0.8rem;
	align-items: stretch;
}
.flex-container_3er > div {
	flex-grow: 1;
	text-align:center;
	width:33%;
	margin-top: 30px;
}
.flex-container_mit_Bild {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.flex-container_mit_Bild > div {
	flex-grow: 1;
	margin-top: 20px;
	width:50%;
}
.flex_header_einzeilig {
	display: flex;
	background-size: cover;
	width:100%;
	height:240px;
	align-items: center;
    justify-content: center;
	color: white;
	border-top:#ae652d solid 2px;
	border-bottom:#ae652d solid 2px;
}
.schatten_weiss {
    text-shadow: 0px 0px 13px rgb(0 0 0 / 93%);
}

li.dropdown {
  display: inline-block;
  margin-right: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #ea9235;}

.dropdown:hover .dropdown-content {
  display: block;
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox]{
 display: none;
} 
/*HAMBURGER MENU*/
.hamburger {
 display: none;
 font-size: 24px;
 user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 920px) {
.flex-item-right { 
 display:none;
 position: absolute;
 right: 0;
 left: 0;
 text-align: right;
 padding: 16px;
}
.flex-item-right li:hover {
 display: inline-block;
 background-color:ffffff;
 transition: 0.3s ease;
}
.flex-item-right li + li {
 margin-top: 2px;
}
.hamburger {
 display: block;
}
}



.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

.overlay_first a {
  padding-left: 8px;
  text-decoration: none;
  font-size: 20px;
  line-height:0.7em;
  color: black;
  display: block;
}

.overlay_first a:hover, .overlay_first a:focus {
  color: black;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 40px;
  color: black;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 15px;
  }
}
.topnav_teil a {
	font-size:1em;
    color:#000;
  	text-decoration: none;
}
.topnav_teil a:hover {
  color: orange;
}
.topnav_teil a:active {
  color: black;
}
a.offenzu:link {

		text-decoration: none;
		color:black;
}
a.offenzu:visited {
		text-decoration: none;
		color:black;
  		}

@media (max-width: 800px) {
.flex-container_3er {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-container_3er > div {
	width:95%;
	text-align:center;
}
.flex-container_mit_Bild {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-container_mit_Bild > div {
	width:100%;
}
}

input[type=text], textarea {
  width: 80%;
  padding: 14px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
}
input[type=text]:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

input[type=submit] {
  width: 80%;
  background-color: white;
  border: #ae652d solid 2px;
  color: black;
  padding: 15px 32px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:bold;
  transition-duration: 0.2s;
}

input[type=submit]:hover {
  background-color: #ae652d;
  border: #ae652d solid 2px;
  color: white;
}

::placeholder {
	color:#CCC;
	opacity:1;
	transition: opacity 0.5s;
}

:focus::placeholder { opacity:0  }

.footer_navigation {
	width:100%;
	margin-bottom: 0px;
	padding: 30px;
	text-align: center;
	color: white;
	background-color: #ae652d;
}
.footer_navigation a {
	color: white;
}