
body {
  background-color: #8dbbdf;
  background-image: url(../img/top-gradient.png);
  background-repeat: repeat-x;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: relative;
  min-height: 100vh;
}

.cc-grower {
	background-color: #8dbbdf;
  position: relative;
  z-index: 1;
}
.cc-banner {
    margin: auto;
    max-width: 1140px;
	left: 1em !important;
    right: 1em !important;
}
.cc-window.cc-banner {
	padding: 1em 15px;
}
.cc-window .cc-message {
	padding-right: 1em;
}

.logo-container {
  text-align: right;
}
.logo {
  display: block;
}
.logo img {
  max-width: 90%;
}
@media (min-width: 1200px) {
  .logo-container {
    background-color: #fabb00;
    position: absolute;
    top: 64px;
    right: 0;
    height: 87px;
    width: calc((100vw - 1110px) / 2);
  }
  .logo {
    position: absolute;
    top: -1px;
    left: -513px;
    width: 513px;
    height: 87px;
  }
  .logo img {
    max-width: 100%;
  }
}

header {
  position: relative;
  z-index: 4;
}

header .nav {
  margin-top: 1em;
  margin-bottom: 1em;
}
footer .nav {
  margin-top: 0.25em;
}
header .nav li,
footer .nav li {
  border-right: 1px solid white;
  padding-right: 4px;
  margin-right: 4px;
}
footer .nav li {
  border-color: #999999;
}
header .nav li:last-child,
footer .nav li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
header .nav a,
footer .nav a {
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
}
footer .nav a {
  color: #666666;
}
.banner {
  position: relative;
  background-color: white;
  margin: 2em 0;
  /*padding: 1em 0;*/
  z-index: 4;
}
.banner .lead {
  color: #666666;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .banner .lead {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .banner .lead {
    margin-top: 0;
  }
}

main {
  position: relative;
  color: white;
  z-index: 8;
}

.col-sm {
  background-color: transparent;
}
.banner-image {
  max-width: 100%;
  height: auto;
}
.banner .btn-primary {
  background-color: #fabb00;
  border-color: #ff9c00;
  font-weight: 700;
}

.box {
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: white;
}
h1 {
  margin: 1em 0 0 0;
  font-weight: 300;
  font-size: 3rem;
}
h2 {
  margin: 0 0 1.5em 0;
  font-size: 2rem;
}
h3 {
  margin: 2.5em 0 1em 0;
  font-size: 2rem;
}
h4 {
  margin: 2em 0 0.5em 0;
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.5rem;
  }
  h2, h3 {
    font-size: 1.3rem;
  }

}

strong {
  font-weight: 700;
}
a {
  color: inherit;
  font-weight: 700;
  word-break: break-all;
}

#bewerbung {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5em 3em 3em 3em;
  color: #666666;
  border: 1px solid white;
}

hr.white {
  background-color: white;
  color: white;
  height: 2px;
  border: 0;
}

fieldset {
  margin-top: 3em;
  border-top: 2px solid white;
}

fieldset legend {
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  width: auto;
  margin: 1em auto;
  padding: 0 1em;

}

footer {
  margin-top: 4em;
  padding: 5em 0 3em 0;
  color: #666666;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bottom-gradient {
  background-image: url(../img/bottom-gradient.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1577px;
  z-index: 0;
}
.bottom-line {
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fabb00;
}
.reifen {
  margin-top: -1.3em;
}

#loading .modal-content {
  border: none;
  background: transparent;
}
.modal-content .message {
  color: white;
  text-align: center;
  font-weight: 700;
}



/* ######################## CUBE */

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
