body {
    margin:0;
    font-family: Arial;
    font-weight: 300;
}

div {
  /*border: 1px solid blue;*/
}

ul {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
  padding: 0;
}

li {
    list-style-type: none;
    text-align: left;
    display: inline;
    margin: 8px;
}

li a {
  color: inherit;
}

body{
  background: white 
}

section {
  background: white;
  color: white;
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) 
}

img{
  padding: inherit;
}

.text-claim {
    display: table;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.claim {
    font-size: 48px;
    display: table-cell;
    vertical-align: middle;
}


.content-white{
    padding-right: 5%;
    padding-left: 5%;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
}

.content-color{
    color: #fff;
    background-color: #3d72c6;
    width: 100%;
}


.cont {
    min-height: 700px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-size: 20px;
    line-height: 32px;
}

ul.circle {
  color:rgba(0, 0, 0, 0.87);
  text-transform: none;;
  display: inline;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
  list-style-type:circle;
}

ul.circle  li {
    text-align: left;
    display: inline;
    margin: 8px;

}

ul.circle  li a {
  color: #3d72c6;
  list-style-type:circle;
}

.left {
    padding-right: 5%;
    display: table-cell;
    vertical-align: middle;
}

.right {
    padding-left: 5%;
    display: table-cell;
    vertical-align: middle;
}


.image {
  display: table-cell;
  vertical-align: middle;
  padding:5%;
}


h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  color: #3d72c6;
}

.right h2{
  color:#fff;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.imprint {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
}

a {
    text-decoration: none;
    color: #3d72c6;
    margin-top: 20px;
}

.icon {
    width:48px;
}

.button {
    background-color: #d3378f;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px;
    margin-top: 15px;
}

.footer {
    font-size: 13px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 100%;
	margin-top: 10px; /* negative value of footer height */
}
	
/*********************************Tablet**************************************/

@media only screen and (max-width: 1100px) {

  .image img{
    height: 180px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .cont {
    font-size: 18px;
    line-height: 28px;
    /*display: block;*/
    /*padding-top: 15%;*/
  }

  .cont-jobs {
    font-size: 18px;
    line-height: 28px;

  }


}


/*********************************Mobile**************************************/

@media only screen and (max-width: 768px) {

    .claim {
        font-size: 36px;
    }

    /* Navbar */
    .navbar {
      height: inherit;
      min-height: 98px;
    }

    .nav-switch {
      display: block;
    }

    .nav-left {
      height: 100%;
      clear: both;
      margin-right: 36px;
      display: none;
          /*background-color: rgba(0, 0, 0, 0.6);*/
    }

    .nav-bg {
      background-color: rgba(0, 0, 0, 0.6);
    }

    .nav-right {
      clear: both;
      float: right;
      top: 0;
      right: 0;
      position: absolute;
    }

    .nav-on {
      display: block;
    }

    .nav-off {
      display: block;
      padding-bottom: 10px;
    }

    .navbar-scroll {
      height: inherit;
      min-height: 98px;
    }

    .navbar-scroll .nav-on {
      display: block;
    }

    .navbar-scroll .nav-off {
      display: block;
    }

    .navbar-scroll  .nav-bg {
      background-color: #fff;
    }


    h2 {
      font-size: 24px;
      line-height: 32px;
    }

    h3 {
      font-size: 20px;
      line-height: 28px;
    }

    ul.circle  li a {
      font-size: 16px;
      line-height: 28px;

    }

    .cont {
      font-size: 16px;
      line-height: 28px;
      display: block;
      padding-top: 15%;
      height: 50%;
    }

    .cont-jobs {
      font-size: 16px;
      line-height: 28px;
    }

    .left {
      width: 100%;
      margin-top: 25%;
    }

    .image {
      width: 100%;
      display: table-footer-group;
      /*display: none;*/
      text-align: center;
      padding-top: 15%;
    }

    .image img{
      height: 150px;
    }

}

/*********************************Small Mobile**************************************/

@media only screen and (max-width: 400px) {
}