body {
	background-color: white;
	font-family: sans-serif;
	color: #0B243B;
	margin: 0 auto;
  	padding: 0;	
      }

.full-width {
  width: 100%;
  background: #0B243B;
}
.content {
  width: 95%;
  max-width: 80em;
  margin: 0 auto;
  padding: 0.25em 0.25em;
  display: flex;
  flex-flow: row wrap;
}

.logo {
width: auto; 
height: 40px;
border-radius: 0;
margin: 2px 0 0 0;
padding: 0 0 0 0;
}
.space {
width: 100%;
}


      /* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */
 
      img {
	width: 100%; 
  	height: auto;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	margin: 0px;
	}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  z-index: auto;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  margin: 0px;
  width: 100%;
  height: 100%;
}

video {
	width: 100%; 
  	height: auto;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	margin: 0px;
	}


       article , footer {
	border-radius: 0.5em 0.5em 0.5em 0.5em;
 /*	border: 1px solid; */
	border: none;
        padding: 5px;
        margin: 5px;
 	flex: 1 100%;
      }

      header {
        background: none;
        border-color: none;
        display: flex;
        flex-flow: row wrap;
      }
      header * {
        flex: 1 0%;
      }
 
    nav {
        flex: 1 1 100%;
      }
      nav, nav ul, nav li{
        margin: 0;
        padding:0;
        border:none;
      }
      nav ul {
	display: flex;
	flex-direction: column;
	flex: column-wrap;
      }
 nav li {
 	display: flex;
      }

      nav a, nav span {
        display:inline-block;
        width:100%;
 	background: none;
        border: 1px solid none;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	color: white;
        text-decoration: none;
        text-align: center;
	font-size: 1.5em;
       }
	nav span 	{ line-height:250%;}
   	nav a:hover   	{ background-color: #B4045F; color: white; }       
        nav a:active  	{ background-color: #B4045F; color: grey; }
      
      article {
        background: none;
        border-color: #0B243B;
      }
h1 {
  width: 100%;
   }
h2 {
	margin: 0;
	padding: 0;
   }

footer {
	text-align: right;
	flex-flow: row wrap;
}

.bottom {
 vertical-align: baseline;
 background: green; 
 height: 100%;
 width:100%;
}
a {color: #B4045F; text-decoration: none;}
a:hover	{ background-color: #B4045F; color: white; }       

.menu
{
	position: relative;
	top: none;
	left: none;
	visibility: visible;
}

.hidden {
	position: absolute;
	top: -100 px;
	left: -100 px;
	visibility: hidden;
	}

.hamburger {
 visibility: visible;
 width: auto; 
 height: 40px;
 border: 1px solid none;
 border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.sticked {
	position: sticky;
	top:0;
	}

      /* nebeneinander bei ausreichender Breite */
      @media all and (min-width: 40em) {

.hamburger {
  visibility: hidden;
  width: 30px;>
}

.menu {
	position: relative;
	top: none;
	left: none;
	visibility: visible;

	}


  nav { width: 80%;
	align-items: center;
	}

      nav ul {
        display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1 em;	
      }
      nav li {
	margin: 0 10px;
	padding: 0;
        flex: 1 1 100%;
      }

 nav a {
	margin: 0;
	padding: 0;
}
     article {
        flex: 1 1 0%;
      }

.space {
width: 100%;
}
 footer {
        background: none;
        border-color: none;
        display: flex;
        flex-flow: row-reverse wrap;
      }
}