@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);

body {
  background: #FFF;
  font-family: 'Maven Pro', sans-serif;
}
footer {
  margin-top: 100px;
}
.container#FORM {
  margin-top: 100px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-left: 0;
}
.jumbotron#IMG {
  position: relative;
  background-image: url(../img/img-00.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  margin-bottom: -90px;
  text-shadow: 1px 1px 10px #000;
  font-weight: bold;
  text-align: center;
}
.jumbotron.mini#IMG {
  min-height: 150px;
  margin-bottom: 40px;
}
.jumbotron#IMG h2 {
  color: #FFF !important;
  font-weight: bold;

}
.material-icons {
  font-size: 14px;
}
.jumbotron#IMG .material-icons {
  font-size: 128px;
  color: #FFF;
}
a#BACK {
  position: absolute;
  left: 20px;
  top: 50%;
}
.label {
  text-shadow: none;
  box-shadow: 1px 1px 10px #000;
}
h1 {
  visibility: hidden;
}
/*.navbar-brand {
  color: #FFF !important;
}
.navbar-brand:before {
  content: '';
  background-image: url(../img/hagel-techniker-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: left;
}*/
.navbar {
  height: 80px !important;
  color: #CCC
}
.navbar .container {
  padding: 0
}
.navbar  .navbar-nav {
  font-size: 18px;
  padding-top: 8px;
}
.navbar .navbar-brand img {
  height: 50px;
}
.navbar .contact {
  padding: 10px 0;
}
.navbar-right {
  padding-left: 0;
  padding-right: 0;
}
.nav-link {
  color: #5bc0de;
}
.nav-link:hover {
  color: #5bc0de;
}
#USER > div {
  border: 1px solid #FFF;
  padding: 0;
  background: #FFF;
}
#USER div h2 {
  padding: 0px 20px 20px 20px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 24px;
}
#USER div p.text {
  padding: 20px 20px;
  margin: 0;
  font-size: 18px;
}
#USER > div:nth-child(2n) {
  margin-right: -1px;
}
#USER a {
  width: 100%;
}
#USER div.teaser {
  text-shadow: 0 1px 1px #337ab7;
  background: #337ab7;
  border: 1px solid #FFF;
  margin-bottom: -2px;
  color: #FFF;
}
.action {
  background: #C2E6FA;
  padding: 20px;
  margin: 0;
}
.action .btn {
  width: 100%;
}
h2, .h2 {
  color: #337ab7;
}
legend.h2 {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width:480px){
  .material-icons {
    font-size: 64px;
    color: #FFF;
  }
  .jumbotron#IMG {
    margin-bottom: 0;
  }
}
@media screen and (max-width:960px){
  .navbar-form {
    display: none;
  }
}
#DSGVO {
  margin-top: 100px;
}
