body{
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  flex-direction: column;  
  background-image: url("../bilder/honeycomb2.svg");
  background-position: left top;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}
figure{
  display:block;
  margin:0;
  padding:0;
}
p {
line-height: 150%;
}
h1 {
color:#0066cc;
}


/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #333;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #c00;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  left: -80vw;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left 0.3s ease,
              box-shadow 0.3s ease;
  z-index: 999;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5);
     -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5);
          box-shadow: -8px 0 8px rgba(0,0,0,.5);
  min-height: 100%;
  width: 80vw;
  background: #0066cc;
}

.main-menu a {
  display: block;
  padding: .75em 15px;
  line-height: 2em;
  font-size: 2em;
  color: #fff;
  text-decoration: none;
  border-bottom: 0.1em solid #383838;
}

.main-menu li:first-child a {
  border-top: 1px solid #383838;
  margin-bottom:0.75em;
}

.main-menu a:hover,
.main-menu a:focus {
  background: #014d99; /*Hover farbe im of canvas menu normale Listeneinträge*/
  text-decoration: underline;
}

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/* 
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;  
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0,0,0,.5); /*hier wird der schatten eingestellt*/
  cursor: default;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
  }
}

.dropanchor{
color:#fff;
padding: 0.75em 15px;
line-height: 2em;
font-size: 2em;
}

.afteranchor{
border-top: 0.1em solid #383838;
}

.flex-container-oben {
width:100%;
display:flex;
flex-wrap:wrap;
}

.divwrapper {
text-decoration: none;
color:black;
margin:1em;
}

.linkessymbol {
align-self: center;
color:blue;
padding-right:0.5em;
margin-right:0.5em;
}

.contenttrenner {
background-color:#0066cc;
height:0.5em;
width:100%;
border-style: none;
}

.linkimtext{
color:#0066cc;
text-decoration:none;
}

.linkimtext:hover{
color:red;
text-decoration:none;
}

.linkimheader{
color:#0066cc;
text-decoration:none;
padding:0 1em 0 1em;
}

.linkimheader:hover{
color:red;
text-decoration:none;
}

.divoben{
padding-left:5%;
padding-right:5%;
}

.liste{
padding:0.5em 0 0.5em 0;
}

.inlinebold{
font-weight:bold;
}

.banner{
width:100%;
text-align: center;
background-image:linear-gradient(to bottom, rgba(0,102,204,0), rgba(0,102,204,1) 20%, rgba(0,102,204,1) 80%,rgba(0,102,204,0) );
color:white;
font-size:2em;
font-weight: bold;
border-radius:0.3em;
}

.bild30{
  width:100%;
  display:block;
}

.bild40{
  width:100%;
}
  
.divwrapper70 {
  margin:0 5% 0 5%;
}

.divwrapper60 {
  margin:0 5% 0 5%;
}

.divwrapper50 {
  margin:0 5% 0 5%;
}

.linkboxblau{
background-color:#0066cc;
color:white;
text-decoration:none;
border-radius: 5px;
padding:2em 1em 2em 1em;
margin:0.5em;
}
.gruen{
background-color:#66cc00; 
}
.lila{
background-color:rgb(206, 86, 204);
}

#footerlink {
color:black;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

header {
  padding: 1em;
  margin:0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  background-image:linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

article {
  padding: 30px;
  width: 55em;
  font-size: 16px;
  line-height: 1.5em;
}

article h2 {
  font-weight: 500;
  font-size: 28px;
}

.logo {
  margin: 0 30px 0 10px;
  font-size: 1.7em;
  color:black;
}


.dropbtn {
    background-color: none;
    color: #0066cc;
    padding: 16px;
    font-size: 16px;
    border: none;
	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	padding-bottom: 0.75em;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
background-color: #0066cc;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #014d99;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  overflow:visible;
  position:absolute;
  top:5em;
  
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #0066cc;
}



.foot{
background-color:#0066cc;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
font-size:16px;
}

.foot > div {
  margin: 1em;
}

.Site-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.flex-container {
display:flex;
flex-wrap:nowrap;
border-radius: 0.3em;
border: 2px solid #0066cc;
margin: 0.8em;
padding: 0.5em;
background-color: rgba(252, 252, 252, 0.6);
}

.flex-container3 {
display:flex;
flex-direction: column;
margin: 15%;
padding: 5px;
text-align:center;
}

#extraabstand{
padding-right:1.5em;
}

/*Test des Sliders*/


#i1, #i2, #i3, #i4, #i5{ display: none;}

.c2{
	width:100%;
	height:70vh;
}

.container{
		margin: 0 auto;
		margin-top: 20px;
		position: relative;
		width: 100%;
		height: 70vh;
		padding-bottom: 38%;
	    user-select: none;
	}

	.container .slide_img{
		position: absolute;
		overflow:hidden;
		height:70vh;
		width:100%;
	}
	.container .slide_img img{
		margin-left: 50%;
		transform: translateX(-50%);
		height: inherit;
	}

	 .prev, .next{
		width: 12%;
		height: inherit;
		position: absolute;
		top:0; 
		background-color: rgba(88, 88, 88,.2);
		color:rgba(244, 244, 244,.9);
		z-index: 99;
		transition: .45s;
		cursor: pointer;
		display:flex;
		justify-content: center;
	}

	.next{right:0;}
	.prev{left:0;}

	label span{
		position: absolute;
		font-size: 100pt;
		top: 50%;
	 	transform: translateY(-50%);
	}

	.prev:hover, .next:hover{
		transition: .3s;
		background-color: rgba(88, 88, 89,.8);
		color: #ffffff; 
	}

.container #nav_slide{
	width: 100%;
	bottom: 12%;
	height: 11px;
	position: absolute;
	text-align: center;
	z-index: 99;
	cursor: default;
}

#nav_slide .dots{
	/*top: -5px;*/
	width: 18px;
	height: 18px;
	margin: 0 4px;
	position: relative;
	bottom:1em;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	transition: .4s;
}

#nav_slide .dots:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
	transition: .25s;
}

.slide_img{z-index: -1;}

	#i1:checked ~ #one  ,
	#i2:checked ~ #two  ,
	#i3:checked ~ #three
	/*#i4:checked ~ #four ,
	#i5:checked ~ #five */
	{z-index: 1; animation: scroll 2s ease-in-out;}

	#i1:checked  ~  #nav_slide #dot1,
	#i2:checked  ~  #nav_slide #dot2,
	#i3:checked  ~  #nav_slide #dot3
	/*#i4:checked  ~  #nav_slide #dot4,
	#i5:checked  ~  #nav_slide #dot5 */
	{ background-color: rgba(255,0,0,.9);}

@keyframes scroll{
	0%{	opacity:0.2;}
	100%{opacity:1;}
}		


@media screen and (max-width: 685px){
	label span { font-size: 50pt; }
	.prev, .next{
		width: 15%;
	}	
	#nav_slide .dots{
		width: 12px;
		height: 12px;
	}
}
@media screen  and(min-width: 970px){
	.me{ display: none;}
}


/*Test des Sliders ENDE*/

/*
 Larger screen styling
 Horizontal menu
*/
@media (min-width: 1024px) {
  .menu-toggle,
  .main-menu .menu-close {
    display: none;
	
  }
  
  /* Undo positioning of off-canvas menu */
  .main-menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
	overflow:visible;
  }
  
  .main-menu ul {
    display: flex;
    
    /* Undo off-canvas styling */
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    height: auto;
    width: auto;
    background: none;
  }
  
  .main-menu a {
    color: #06c;
    border: 0 !important; /* Remove borders from off-canvas styling */
    font-size: 1em;
    line-height: 1em;
  }
  
  .main-menu a:hover,
  .main-menu a:focus {
    background: none; /* Remove background from off-canvas styling */
    color: #c00;
  }
  
  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background-color: #0066cc;
  }
  .dropdown:hover .dropdown-content{
    position:absolute;
    top:2em;
    left:0;
  }

  .slidecontainer{
	height:60vh;
  }
  .flex-container-oben {
  margin: 15px;
  padding: 5px;
  }

  .divwrapper {
  max-width:33%;
  margin:0;
  }
  
  .divwrapper70 {
  max-width:60%;
  }
  .divwrapper60 {
  max-width:50%;
  }
  .divwrapper50 {
  max-width:40%;
  }
  
  .bild30{
  width:30%;
  }
  
  .bild40{
  width:40%;
  }

  .dropanchor{
  color: #0066cc;
  display: block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  }
  

  #extraabstand{
  padding-right:0.1em;
  }
  
}

