* {
        margin:0;
        padding:0;
        box-sizing:border-box;
        font-family: Arial, sans-serif;



}

body {
         background:#001033;
         color:#ffffff;
         z-index:-10;
         width:100%;
         overflow-y: scroll;
}



header {
        width:100%;
        float:left;
        background: #001033;
        border-bottom: 2px solid #ffffff;
        height:4.4em;
        z-Index: 10;
        postion:fixed;
}

main {

<!--         z-index:0;
        position:absolut;
 -->
}


.logo {
        display:block;
        width:100%;
        margin-top:1em;
        text-decoration:none;
        color:white;
        height:3.8em;
        }


.logopic{
         height:100%;
         postion:absolut;
         margin-left:0.7em;
         }

.hgbild{
        width:100%;
        height:280px;
        margin: 0 auto;
        background:url(/images/header_1000x350px.jpg) 90% 85% no-repeat; /*###############Angepasst - bei kleineren Auflösungen anderes Bild ladne*/
        background-size: cover;
        border-bottom: 2px solid white;
        z-index:-10;
        }


.badge_apple{
border-top: 6px solid #ffffff;
border-right: 6px solid #ffffff;
border-bottom: 6px solid #ffffff;
bottom:5;
height:50px;
float:right;
margin-top:13.6em;
z-index:-10;
background-color: #ffffff;
}


.badge_google{
border-radius: 6px 0 0 6px;
height:50px;
float:right;
margin-top:13.6em;
z-index:-10;
}


.pics{
      border-radius: 1em;
      border:2px solid #ffffff;
      max-width:70%;
      margin-bottom:0.7em;
      margin-top:2em;
}

.fremdlogos{
      max-width:10em;
      margin-bottom:0.7em;
      margin-top:1em;
      padding:0.6em;
      border-color: pink;
      border-radius: 0.5em;
}

.linie-unten{
         background: #ffffff;
         border: none;
         color: #ffffff;
         height: 1px;
         width: 100%;
}






.center {
  border: 3px solid green;
    position: absolute;
    left: 50%;
    top: 50%;
    object-position: 50%
  }











nav {
        width:8em;
        float:right;
        background:#001033;
        color:white;
        height:0;
        overflow:hidden;
        transition:height .12s ease-in-out;
        margin-top:-0.75em;
        z-Index: 10;
}

nav li {
        float:left;
        width:100%;
        height:2.4em;
        text-align: right;
        z-Index: 10;
        list-style-type: none;
        list-style-position: none;
        list-style-image: none;
}

nav a {
        display:block;
        height:100%;
        width:100%;
        padding-top:0.6em;
        text-decoration:none;
        color:white;
        padding-right:0.7em;
        padding-left:0.7em;
}

nav a:hover {
        background:#ffffff;
        color:#001033;
        border-radius: 0.3em;
}

.nav-toggle {
        background:#001033;
        display:block;
        position:absolute;
        right:0;
        top:-1px;
        padding:1.5em;
        color:white;
        cursor:pointer;
        text-decoration:none;
        height:4.7em;
        background:url("/images/menu_button.png") right no-repeat;
        background-size: contain;

}

.nav-toggle:hover {
        background:#ffffff;
        color:#001033;
        background:url("/images/menu_button_blau.png") right no-repeat;
        background-size: contain;
}

#nav-open:target .nav-closed {
        display:block;
}

.nav-closed,
#navi-closed:target .nav-closed,
#nav-open:target .nav-open {
        display:none;
}



@media screen and (max-width: 699px) {
        #nav-open:target nav {
                height:9.6em;

        }
        nav li{
                border-bottom: 1px solid #ffffff;
        }
        nav a:hover {
                border-radius:0;
        }
}

@media screen and (min-width:700px) {

        .nav-toggle {display:none !important;}
        .logo {
                width:auto;
                float:left;
        }

        nav {
                float:right;
                width:auto;
                display:block !important;
                height:4em;

        }

        nav li {
                text-align: center;
                width:auto;
                height:4em;
                padding-top:2em;
        }


        .hgbild{
                height:300px;
        }
        .badge_apple{
                margin-top:15em;
        }
        .badge_google{
                margin-top:15em;
        }
}

@media screen and (min-width:900px) {
        .hgbild{
                height:350px;
        }
        .badge_apple{
                margin-top:18em;
        }
        .badge_google{
                margin-top:18em;
        }

}


@media screen and (min-width:900px){
        .hgbild{
/*                background:url(images/header_1920px.jpg) 50% 75% no-repeat;*/
                background:url(images/header_2000px.jpg) 90% 75% no-repeat;
                background-size: cover;

        }
}




@media screen and (min-width:2000px){
     .hgbild{
/*                background:url(images/header_3700px.jpg) 50% 75% no-repeat; */
                background:url(images/header_4000px.jpg) 95% 75% no-repeat;
                background-size: cover;

        }
}


.flex-container {
  display: flex;
  flex-flow: row wrap;
  z-index:1;
  display: flex;
  justify-content: center;
}


.flex-container-bekanntaus {
  display: flex;
  flex-flow: row wrap;
  z-index:1;
  display: flex;
  justify-content: center;
  align-items: center;
}



.flex-item {
  border-color:#FFFFFF;
  vertical-align:center;
}


.flex-item-bekanntaus {
  border-color:#FFFFFF;
  vertical-align:center;
}




.flex-item-text {
  vertical-align:center;
  z-index:10;
}


.wrap {
  flex-wrap: wrap;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}


p.flex-item {
  text-align: center;
  vertical-align:center;
  width: 350px;
  line-height: 4em
  z-index:10;
  margin-top: 1em;
  margin-left:1.5em;
  margin-right:1.5em;
} -->


.badge_apple_big{
/*      border:2px solid #ffffff;
      border-radius: 16px;*/
      height:80px;
      margin-top:2em;
      }

.badge_google_big{
/*       border:2px solid #ffffff;
      border-radius: 16px; */
      height:80px;
      margin-top:2em;
      }
 */
 .text-format{
  margin-bottom:0.8em;

}



/*####################################*/
/*downlaod*/

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index:11;
  align:right;
}


.popup {
  margin: auto auto;
  background: #fff;
  width: 300px;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  position: relative;
  z-index:11;
  align:right;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.schliessen-x{
  color:#000000;
  font-decoration:none;
  width:100%;
  align:right;
}




/*####################################*/
/*policy*/

.small{
  font-size:0.8em;
  margin-top:0.3em;

}

h1{
  margin-bottom:.8em;
  margin-top:.8em;
  }

h2{
  margin-bottom:0.3em;
  margin-top:1em;
  font-size:1.2em;
}

.mail_adresse{
  height:1.45em;
  vertical-align:text-top;
  margin-top:0.2em;
}

a:link{
color:white;
}
a:visited{
color:white;
}


/*############################################################*/
/*Kontaktformular*/
.input-form{
  width: 100%; min-width: 100%;
  box-sizing: border-box;
  padding:.9em;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background:#001033;
  color:#ffffff;
  max-width:60px;
  margin-bottom:1.6em;
  font-family: Arial, sans-serif;
  font-size:1em;
}

.input-form-textarea{
  width: 100%; min-width: 100%;
  box-sizing: border-box;
  padding:.9em;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background:#001033;
  color:#ffffff;
  max-width:60px;
  font-family: Arial, sans-serif;
  font-size:1em;
}


label {
  display: inline-block;
  margin-bottom:0.4em;
  vertical-align:baseline;
  margin-top:0.9em;
}

.submit-button {
  background-color: #001033;
  color: white;
  padding: 12px 20px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  font-family: Arial, sans-serif;
  font-size:1em;
  margin-top:1.6em;
  margin-bottom:0.1em;
  }

.submit-button:hover {
  background-color: #ffffff;
  color:#001033;
}


.col-25 {
  float: left;
  width: 30%;
}

.col-75 {
  float: left;
  width: 70%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}



.text{   /*auch für Formular*/
    margin-left: auto;
    margin-right: auto;
    margin-top:2em;
    max-width: 45em; /*!!!!!!!!!! auch @mediasize 47.6em anpassen */

}
/*Umschalten bei max-width + margin-left + margin right-->*/
@media screen and (max-width:47.6em){
        .text{
             margin-left: 1.3em;
             margin-right: 1.3em;
}