body {
  margin: 0;
	padding: 0;
	font-family: OpenSansLight, Arial, sans-serif;
	line-height: 1.8;
}

* {
    box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  border: 0;
}

@font-face {font-family: 'Muli';src: url('../webfonts/Muli-Regular.ttf'); format('truetype');}
@font-face {font-family: 'MuliBold';src: url('../webfonts/Muli-ExtraBold.ttf'); format('truetype');}
@font-face {font-family: 'OpenSans';src: url('../webfonts/OpenSans-Regular.ttf'); format('truetype');}
@font-face {font-family: 'OpenSansLight';src: url('../webfonts/OpenSans-Light.ttf'); format('truetype');}

h1 {
	font-face: OpenSans;
	font-size: 32px;
	color: #212121;
	font-weight:800;
	letter-spacing: 0.1em;
}
p {
	font-size: 17px;
	color: #676767;
}
hr.linie {
	background-color:#F2F2F2; 
	color:#F2F2F2;
	 border: #F2F2F2; 
	 height: 1px;
	 margin-top:40px;
	}
hr.linie_mitte {
	background-color:#c0b283;
	color:#c0b283;
	 border: #c0b283; 
	 height: 1px;
	 margin-top:40px;
	 margin-bottom: 40px;
	 width:50px;
	}
hr.linie_unten {
	background-color:#666;
	color:#666;
	 border: #666; 
	 height: 1px;
	 margin-top:30px;
	 margin-bottom: -20px;
	 width:95%;
	}
a:link {
  color: #373737;
  text-decoration: none;
}

a:visited {
  color: #373737;
  text-decoration: none;
}

a:hover {
  color: #c0b283;
  text-decoration: none;
  transition: color 0.3s;
}

a:active {
  color: #c0b283;
  text-decoration: none;
}
.logo_zeile1 {
  font-family: MuliBold, sans-serif;
  font-size: 28px;
  letter-spacing: 2.0px;
  color:#373737;
}
.logo_zeile2 {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  font-style: italic;
  color:#373737;
}
.flex-container_logo_nav{
	display: flex;
	flex-direction: column;
	height:120px;
}
.flex-container_logo_nav > div {
	flex-grow: 1;
	text-align:left;
	width:90%;
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.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;
}
ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.nav {
  display: inline;
  margin-right:40px;
  font-size: 14px;
  color: #373737;
}
li.dropdown {
  display: inline-block;
  margin-right: 40px;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-left:-50px;
  padding: 14px 40px 14px 10px;
  background-color: #F3F3F3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #373737;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #c0b283;
  text-decoration: none;
  transition: 0.3s;
  }

.dropdown:hover .dropdown-content {
  display: block;
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox]{
 display: none;
} 
/*HAMBURGER MENU*/
.hamburger {
 display: none;
 font-size: 16px;
 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;
 margin-top: 50px;
}
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  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: 14px;
  line-height:0.7em;
  color: #373737;
  display: block;
}

.overlay_first a:hover, .overlay_first a:focus {
  color: #c0b283;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: black;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 30px;
  top: 15px;
  right: 15px;
  }
}
.topnav_teil a {
	  font-size: 14px;
  line-height:0.7em;
  color: #373737;
  	text-decoration: none;
}
.topnav_teil a:hover {
  color: #c0b283;
}
.topnav_teil a:active {
  color: #373737;
}


@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:95%;
}
}
@media (max-width: 600px) {
.logo_zeile1 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.logo_zeile2 {
  font-size: 12px;
}
h1 {
	font-size: 28px;
}
}
.footer_navigation {
	width:100%;
	margin-bottom: 0px;
	padding: 50px 0px 20px 0px;
	color: white;
	background-color: #333;
}
.footer_navigation a {
	color: white;
	cursor: pointer;
}
.footer_navigation a:hover {
	color: #999;
}

@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;
}
}