@charset "UTF-8";
/* CSS Document */
html {padding: 0;margin: 0;}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
	color: #000;
}
h1 {
	font-size: 22pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
hr {
	color: #dbdbdb;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #4f4e4b;
	text-decoration: underline;
}
ul {
	list-style-type: square;
	margin: 0px 0;
}
ol {
    list-style-type: decimal;
	margin: 0px 0;
}
li {
	padding-bottom: 15px;
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #4f4e4b;
	padding: 0;
	margin: 0;
}
/*  kopfbereich  */
header {
	width: 100%;
	background: #fff;
}
.titel {
	max-width: 1080px;
	margin: 0 auto;
}
.logo {
	float: left;
}
.motto {
	float: right;
}
header::after {
  content: "";
  display: table;
  clear: both;
}
/*  navigation  */
nav {
	width: 100%;
	background: #fff;
	padding-bottom: 20px;
}
.navbar {
  overflow: hidden;
  padding-top: 10px;
  max-width:  480px;
  margin: 0 auto;
}
.navbar a, button a {
  float: left;
  font-size: 14pt;
  text-align: center;
  text-decoration: none;
  color: #6a6a6a;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  border: none;
  outline: none;
  padding: 0px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  color: #000;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.1);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: #4f4e4b;
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13pt;
}
.dropdown-content a:hover {
  background-color: #e9e9e8;
}
.dropdown:hover .dropdown-content {
  display: block;
}
nav .unterstrich {
  width: 100%;
  max-width: 1080px;
  height: 2px;
 display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/*  hauptteil  */
.wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
article {
  	padding: 40px;
	margin: 0 auto;
}
article p {
    padding-left: 10px;
    text-align: left;
}
.no1 {
	background: #fff;
}
.no1 img {
	display: block; 
	margin-left: 0; 
	margin-right: auto;
}
.flex-container {
  display: flex;
  flex-direction: row;
  max-width: 1080px;
  margin: 0 auto;
}
.flex-item-left {
  padding: 10px;
  width: 50%;
}
.flex-item-right {
  padding: 10px;
  width: 50%;
}
.textmitte {
	margin: 100px 30px 0px 0px;
}
.no2 {
	max-height: 450px;
    background-image: url("../bilder/bgimg3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: contain, cover;
	padding: 100px;
}
.no2 h2  {
	font-size: 70pt;
	display: block;
	text-align: center;
	color: #fff;
}
.no2b img {
	display: block;
	width: 100%;
	max-width: 1080px;
}
.no3, .no4 {
	background: #fff;
}
.no3 {
	padding-top: 0px;
	margin: 40px 0 20px 0;
}
.no4 {

}
.bild {
	border: solid 1px #ccc;
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
    width: 100%;
}
.trenner {	
	display: block; 
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
.onebox {
	max-width: 1080px;
  	margin: 0 auto;
}
.wrapper::after {
  	content: "";
  	display: table;
  	clear: both;
}
/*  fussbereich  */
footer {
  	max-width: 300px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	}
footer p {
	margin-bottom: 0;
}
footer a {
	text-decoration: none; 
	color: #666;
}
footer img {
	width: 100%;
	max-width: 1080px;
	height: 3px;
	margin:0;
	padding: 0;
}

/* responsive */
@media (max-width: 999px) {
	article {
	padding: 30px;
	}
  .flex-container {
    flex-direction: column;
  }
  .flex-item-left, .flex-item-right {
	width: 100%;
	}
  .no1 img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0;
	}
	.no2 h2  {
	font-size: 40pt;
	}
	.no2 {
	max-height: 450px;
    background-image: url("../bilder/bgimg3b.jpg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	padding: 100px;
	}
	.no2b {
	padding: 0px;
	}
.trenner {	
	max-width: 500px;
	}
.textmitte {
	margin: 30px 15px 0px 0px;
	}
.flex-item-right h4 {
	margin-top: 0px;
	}
}
/*  navigation responsive  */
@media (min-width: 600px) {
	header .menu-btn, header .menutoggle {
    display: none;
	}
}
@media (max-width: 599px) {
body {
  font-size: 11pt;
	}
header {
	width: 100%;
	background: #fff;
	position: relative;
}
.motto {
  display: none;
	} 
.titel {
    width: 60%;
	max-width: none;
    float: left;
    margin: 0 auto;
	}
nav {
    display: none;
    clear: both;
    width: 0;
    max-height: 0;
	}
article {
	padding: 15px;
	}
.flex-item-left {
	padding: 10px 0px;
	}
.flex-item-right h4 {
	margin-top: 0px;
	}
.no1 img {
	max-width: 280px;	
	}
.no2 {
	max-height: 350px;
	padding: 50px 0px;
	}
.no2b {
	padding: 0px;	
	}
.trenner {	
	max-width: 320px;
	}
.textmitte {
	margin: 0px;
	}
	/* menu-button  */
.menu-icon {
    cursor: pointer;
	float: right;
	padding: 15px 5px;
	position: fixed;
	z-index: 100;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ccc;
	top: 5px;
	right: 5px;
	}
.menu-icon .nav-icon {
    background: #2b68ab;
    display: block;
    height: 4px;
    width: 33px;
    margin: 5px;
    position: relative;
    border-radius: 2px;
    transition: background .2s ease-out;
	}
.menu-icon .nav-icon:before {
	background: #318726;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    transition: all .2s ease-out;
    width: 100%;	
	}
.menu-icon .nav-icon:after {
    background: #b90e21;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    transition: all .2s ease-out;
    width: 100%;
	}
.menu-icon .nav-icon:before {
  top: 6px;
	}
.menu-icon .nav-icon:after {
  top: -6px;
	}
.menu-btn {
  display: none;
	}
.menu-btn:checked ~ .menu {
  max-height: 240px;
	}
.menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
	}
.menu-btn:checked ~ .menu-icon {
  box-shadow:  none;
	}
.menu-btn:checked ~ .menu-icon .nav-icon:before {
  transform: rotate(-45deg);
  top:0;
	}
.menu-btn:checked ~ .menu-icon .nav-icon:after {
  transform: rotate(45deg);
  top:0;
	}
	/* menutoggle */
header .menutoggle .dropdown {
   	clear: both;
    max-height: 0;
    font-size: 0px;
    text-align: center;
    transition: all .2s ease-out;
    border-bottom: 0;
	}
.menutoggle {
	max-width: 220px;
    float: right;
    width: 100%;
	}
.menu-btn:checked ~ .menutoggle .dropdown {
    max-height: 100vh;
	max-width: 220px;
    margin: 8px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 2;
    font-weight: 400;
    transition: all 0.3s ease;
	}
.menu-btn:checked ~ .menutoggle {
	min-height: 220px;
    border-bottom: solid 3px #2B688B;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background: #fff;
	border-left: 1px solid #318726;
	padding: 60px 0px;
	}
.dropdown .dropbtn {
	min-width: 220px;
	}
.dropdown-content {
	min-width: 220px;
	background-color: #fff;
	position: relative;
	}
.dropdown-content a {
  	font-size: 11pt;
	font-weight: 200;
	z-index:-1;
	animation: growDown 0.5s ease-in forwards;
    transform-origin: top center;
	}
	@keyframes growDown {
	0% {line-height: 0;}
	100% {line-height: 0.8;}
	from {transform: translateY(-1em);}
  	to {transform: translateY(0em);}
	}
	.dropdown-content a:hover {
	background: #efefef;
	}
}
