@import url(https://fonts.googleapis.com/css?family=Cousine:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic,300italic,300);

@media (min-width: 768px) {
    .container{
        max-width: 1110px;
    }
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #253A85;
  background-color: #E2E2E2;
  background-image: url("https://www.magenton.de/ebay/kennzeichenhalter/brushed-alum-dark.png");
}

a {
  color: #253A85;
}



.ueberschrift {
  font-family: 'Cousine', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.2em black;
}

.ueberschrift2 {
  font-family: 'Cousine', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.2em black;
}

.fa-individuell {
  color: #fff;
  width: 20px;
  text-shadow: 0.05em 0.05em 0.9em black;
  position: relative;
  top: 3px;
}

.hinten-content {
  background-image: url("https://www.magenton.de/ebay/kennzeichenhalter/kennzeichen-werbung-ebay-hintergrund.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}

.hinten-content2{
  background-color: #ABC8D5;
  background-image: url("https://www.magenton.de/ebay/kennzeichenhalter/brushed-alum-dark.png");
}

/* Start Box Material Design*/

.box {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  text-align: center;
  display: block;
  margin-top: 30px;
}
.box-icon {
  background-color: #1f2f59;
  border-radius: 50%;
  display: table;
  height: 50px;
  margin: 0 auto;
  width: 50px;
  margin-top: -36px;
  margin-left: 5px;
}
.box-icon span {
  color: #e0bd46;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.info h4 {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.info > p {
  padding-top: 10px;
  text-align: justify;
}
.info > a {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}
.info > a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

/* Ende Box Material Design*/
