/*Typography */

@import "typography.css";
/* Agent-Template */


.px-main {
    max-width: 800px;
    margin: auto;
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.22);
    transform: translateY(-4px);
    padding-bottom: 80px;
}
.bg-main {
    background-color: #19416F;
    color: #fff;
}

.text-main {
    color: #002E59;
}

section {
    position: relative;
}
.arrow_container {
    height: 100px;
    position: relative;
    margin-bottom: 25px;
}
.arrow_container>div {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotateZ(-45deg);
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow_container>div>div {
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    width: 84%;
    height: 84%;
}


#p1 img {
    max-width: 160px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#p1>div {
    padding-bottom: 100px;
}

@media (max-width:500px){
  #p2 .col-4 {
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*Countdown*/
.countdown {
  margin: 0 auto;
  width: 355px;
}
.countdown .countdown-container {
  height: 130px;
}
.countdown .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.countdown .count {
  background: #fff;
  color: #002E59;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 2em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.countdown .count.top {
    background-image: linear-gradient(rgba(165,203,242,0.4),transparent);
  background-image: -webkit-linear-gradient(rgba(165,203,242,0.4),transparent);
  background-image: -moz-linear-gradient(rgba(165,203,242,0.4),transparent);
  background-image: -ms-linear-gradient(rgba(165,203,242,0.4),transparent);
  background-image: -o-linear-gradient(rgba(165,203,242,0.4),transparent);
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.countdown .count.bottom {
  background-image: linear-gradient(transparent,rgba(165,203,242,0.4));
  background-image: -webkit-linear-gradient(transparent,rgba(165,203,242,0.4));
  background-image: -moz-linear-gradient(transparent,rgba(165,203,242,0.4));
  background-image: -ms-linear-gradient(transparent,rgba(165,203,242,0.4));
  background-image: -o-linear-gradient(transparent,rgba(165,203,242,0.4));
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown .count.next {
}
.countdown .label {
    color: #fff;
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Animation start */
.countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .countdown {
    width: 100%;
  }
  .countdown .countdown-container {
    height: 100px;
  }
  .countdown .time {
      height: 70px;
      width: 48px;
  }
  .countdown .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .countdown .label {
    font-size: 0.8em;
    top: 72px;
  }
}



/* AUDIO */
.audiospur {
    margin: 30px auto;
    width: 80%;
    position: relative;
    height: 2px;
    background-color: #fff;
}
.audiospur>div {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 50%;
    background-color: #fff;
}

.audioplay {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 105px;
    height: 105px;
    background-color: #fff;
    font-size: 40px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgba(0,46,96,0.4);
    padding: 30px;
    line-height: 40px;
    text-align: center;
}

.audioplay:hover {
    color: #fff !important;
    background-color: #002E59;
}


/*Kontakt */
#form_kontakt {
    width: 80%;
    display: block;
    margin: auto;
}

#form_kontakt input, #form_kontakt textarea {
    background-color: #19416F;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}
#form_kontakt ::-webkit-input-placeholder {color: #fff}
#form_kontakt ::-moz-placeholder {color: #fff}
#form_kontakt ::-ms-input-placeholder {color: #fff}
#form_kontakt ::-moz-placeholder {color: #fff}
#form_kontakt ::placeholder {color: #fff}
#form_kontakt div {
    color: #fff;
    text-align: left;
}

#submit_kontakt:hover {
    background-color: #B3D1F0 !important;
}


/*FOOTER*/
#footer {
    padding-bottom: 20px;
}
#footer>div {
    width: 80%;
    display: block;
    margin: auto;
}
#modal_impressum .modal-body>* {
    font-size: 70% !important;
    text-align: left;
}