body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#e6eefc;
}

.container{
  width:100%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}

.label{
  margin-top: 5px;
}

.h10 {
  font-size: 50px;
  margin-bottom: 15px;
}

.container_userdaten {
  width: 576px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.container_kind1,
.container_kind2 {
  width: 50%;
  height: 100%;
}

.button_1{
  height:38px;
  background:#1d4de8;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#f8fbff;
  width: 15%;
  margin: 15px;
}

.dark{
  padding:15px;
  background:#233043;
  color:#f8fbff;
  margin-top:10px;
  margin-bottom:10px;
}

header{
  background:#233043;
  color:#f8fbff;
  padding-top:30px;
  min-height:70px;
  border-bottom:#1d4de8 3px solid;
}

header a{
  color:#f8fbff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

header .highlight, header .current a{
  color:#1d4de8;
  font-weight:bold;
}

header a:hover{
  color:#bfd3eb;
  font-weight:bold;
}

#showcase{
  min-height:400px;
  background:url('../img/showcase.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  text-align:center;
  color:#f8fbff;
}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
}

#newsletter{
  padding:15px;
  color:#f8fbff;
  background:#233043;
}

#newsletter h1{
  float:left;
}

#main button, #main2 button{
  display: block;
  width: 15%;
  margin: 0 auto;
  float: none;
  text-align: center;
  height:38px;
  background:#1d4de8;
  border: none;
  color:#f8fbff;
  /* margin: 15px; */
  margin-top: 10px;
  margin-bottom: 10px;
}

#main2 button{
  margin-bottom: 5px;
  margin-top: 5px;
}

#main form{
    float:none;
    text-align:center;
    width:100%;
}

article#main-col{
    float:none;
    text-align:center;
    width:100%;
}

#main input{
  padding:4px;
  height:25px;
  width:250px;
  border:none;
  transition:0.2;
  margin-bottom:10px;
  margin-top:10px;
}

.placeholder12, .placeholder8 {
  padding:4px;
  height:25px;
  width:250px;
  border:none;
  transition:0.2;
  margin-bottom:10px;
  margin-top:10px;
  background-color: white;
}

#main input:focus,
#main2 input:focus,
aside#sidebar .quote input:focus,
aside#sidebar .quote textarea:focus {
  outline: none;
  border: 2px solid #1d4de8;
  box-shadow: 0 0 5px #1d4de8;
}

#boxes .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#boxes .box,
#boxes .box2 {
  width: 50%;
  margin-top: 75px;
  text-align: center;
  box-sizing: border-box;
}

.button_3, .button_5, .button_7 {
  width: 75%;
  height: auto;
  text align:center;
  border: 2px solid #e6eefc;
  background-color: #e6eefc;
}

.button_2, .button_4, .button_6, .button_8 {
  width: 75%;
  height: auto;
  text align:center;
  border: 2px solid #e6eefc;
  background-color: #e6eefc;
}

.button_2 img,
.button_3 img,
.button_4 img,
.button_5 img,
.button_6 img,
.button_7 img,
.button_8 img {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}

aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

ul#services li{
  list-style: none;
  padding:20px;
  border: #bfd3eb solid 1px;
  margin-bottom:5px;
  background:#d7e6f7;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#f8fbff;
  background-color:#1d4de8;
  text-align: center;
}


@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #main form,
  #boxes .box,
  #boxes .box2,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

   #main button{
     display: block;
     width: 80%;
     margin: 0 auto;
     float: none;
     text-align: center;
     margin-bottom:10px;
     margin-top:10px;
  }

  #main2 button{
    display: block;
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-bottom:5px;
    margin-top:5px;
 }

  #main form input, .quote input, .quote textarea{
    width:80%;
    margin-bottom:5px;
    margin-top:5px;
    background-color: white;
  }

  .h10 {
    font-size: 36px;
  }

  #boxes .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  #boxes .box,
  #boxes .box2 {
    flex-basis: 100%;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
  }

  .button_3, .button_5, .button_7 {
    width: 88%;
    height: 190px;
    margin: 0;
    text align:center;
    border: 2px solid #e6eefc;
    background-color: #e6eefc;
  }

  .button_2, .button_4, .button_6, .button_8 {
    width: 88%;
    height: auto;
    margin: 0;
    text align:center;
    border: 2px solid #e6eefc;
    background-color: #e6eefc;
  }

  .button_2 img,
  .button_3 img,
  .button_4 img,
  .button_5 img,
  .button_6 img,
  .button_7 img,
  .button_8 img {
    width: 100%;
    display: block;
    margin: 0;
    /* margin-top: -5px; */
    /* margin-left: -5px; */
  }

  .container_userdaten {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .container_kind1,
  .container_kind2 {
    width: 50%;
    height: 100%
  }

  .placeholder12, .placeholder8 {
    width: 80%;
    height: 1%;
    border:none;
    transition:0.2;
    margin-bottom:10px;
    margin-top:10px;
    background-color: white;
  }
}
