body {
  margin-top: 110px;
  font-size: 16px;
  background-image: url("./src/images/bg_19.jpg");
  background-position: top;
  background-repeat: no-repeat;
}
h1 {
  font-size: 24px;
  color: #4F80C5;
  font-weight: bold;
}

h2 {
  font-size: 22px;
  color: #4F80C5;
  font-weight: bold;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 60px;
}

ul {
  list-style: none;
  text-align: left;
}

.row { margin-top: 1.2em; margin-bottom: 2em; }

#content { margin-top: 80px;}
#contentB { width: 95%; }
#content2 ul { margin-left: -40px; }

li { color: #4F80C5; font-size: 110%;  }

.uber h2 { color: #4F80C5 }

.blur {
  /* background-color: rgba(79, 128, 197, 0.8); */
  background-color: rgba(125, 125, 125, 0.9);
  border-radius: 10px;
  border: 2px solid white;
  color: white;
  text-shadow: 0 0 5px rgba(79, 128, 197, 1);
 }

#logo {
  margin-top: -10px;
  margin-right: 40px;
  height: 60px;
}

#logo_ext {
  margin-top: 18px;
  height: 40px;
  float: right;
}

.right { float: right;}

/* Header + Footer */
.blue {
  background-color: #4F80C5;
  background-image: none;
  box-shadow: none;
  border: 0;
}

#blueb {
  border-radius: 10px;
  height: 70px;
}

/* Höhe Header */
.h80 {
  height: 80px;
}

#mainNav {
    margin-top: 15px;
}

.navbar-default .navbar-nav li a {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 3px;
}
.navbar-default .navbar-nav li a:hover {
  background-color: #ccc;
}
.navbar-default .navbar-nav li a:active {
  background-color: #ccc;
}
.navbar-default .navbar-nav li a:visited {
  background-color: #fff;
}

.content1 {
  margin-bottom: 30px;
  font-size: 120%;
}

.center {
  text-align: center;
}

.iconi {
  background-color: rgba(79, 128, 197, 0.9);
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 1px;
  width: 95%;
  height: 100px;
  border-radius: 10px;
  box-shadow: 10px 10px 15px grey;
}

.banner {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
}

#Leistung {
  background-image: url("./src/images/partner2.png");
}
#Vorteil {
  background-image: url("./src/images/benefit2.png");
}
#Start {
  background-image: url("./src/images/rocket.png");
}

.infobutton {    }
.infobutton button { margin: 0.5em 0; text-align: center; font-size: 1.3em; }
.referenz {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

.footi1 {
  color: #fff;
  list-style: none;
  display: inline;
}

.footi1 a {
  color: #fff;
  text-decoration: none;
}

.icon1 {
  font-size: 40px;
  margin-right: 20px;
  margin-left: 30px;
}

.link1 {
  font-size: 16px;
  margin-right: 10px;
}

#info1 {
  padding-top: 20px;
}

#bild1 {
  padding-top: 50px;
  text-align: center;
}

#bild1 img {
  height: 500px;
}

/* image on mouse over */
a.snapchat {
  position: relative;
  margin: 5px 5px 0 -2px;
}

a.snapchat img {
  position: absolute;
  opacity: 0;
  width: 300px;
  height: auto;
  left: 150px;
  top: -10px;
  transition: opacity .2s, top .2s;
}

a.snapchat:hover img {
  opacity: 1;
  top: 1.2em;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid black;
  background-color: white;
}


.angebot6 {
  margin-bottom: 1.5em;
  border-right: 1px solid #4F80C5;
  border-bottom: 1px solid #4F80C5;
}

.angebot6 img {
width: 100%;
}

.preis {
color: #4F80C5;
}
