.carousel-item{
            color: white;
            background-color: rgb(10,10,10);
            //background-image: url("/static/img/background2.png");
            background-repeat: no-repeat;
            background-position: right;
            background-size: 30%;
            border-radius: 24px;

            width: 100%;
        }

        body{
  background-color: #f0f0f0;
}
p{
    color: black;
}

#col_familie{
    border-radius: 24px;
    background-color: rgba(255,255,255,0.8);

}

.choose_date{
     width: 200px;
  height: 300px;
    left: calc(50% - 100px);
  background: linear-gradient(180deg, #f7c35f, #e89c2c);
  border: 6px solid #222;
  border-radius: 100px 100px 10px 10px; /* oben rund */
  position: relative;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.3);
overflow: hidden;
}

.date{
    height: 100px;
    width: auto;

}

.cal{
    background-color: rgba(255,255,255,0.5);
    border-radius:6px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    z-index: 400;
}

.chooser_one, .zahl_1{
    background-color: #b21421;
    //background: linear-gradient(90deg, #ffe11d, #ff883d);
    background-size: 100% 100%;
}

.zahl_1, .zahl_2, .zahl_3{
    border-radius: 24px;
}

.chooser_two, .zahl_2{
    background-color: #657c3a;
    //background: linear-gradient(90deg, #ff883d, #ff5174);
    background-size: 100% 100%;

}

.chooser_three, .zahl_3{
    background-color: #837356;
    //background: linear-gradient(90deg, #ff5174, #b234ff);
    background-size: 100% 100%;
}
.chooser_four{

    background-color: #eec357;
    //background: linear-gradient(90deg, #b234ff, #6c83ff);
    background-size: 100% 100%;
}
.price{
    font-size: 18pt;

}

.letter_1{
    color: white;
}
.letter_2{
    color: white;
}
.letter_3{
    color: white;
}
.letter_4{
    color: white;
}  .letter_5{
    color: white;
}
 .letter_6{
    color: white;
}


.glyphicon-refresh-animate {
    -animation: spin 2s infinite linear;
    -webkit-animation: spin2 2s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.checkbox.custom {
  float: left;
  margin: 0;
  padding: 0;
    padding-top: 24px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

input[type="checkbox"].custom {
  margin-left: 0;
  padding: 0;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  border: 0;
}

input[type=checkbox].css-checkbox+label.css-label,
input[type=checkbox].css-checkbox+label.css-label-red,
input[type=checkbox].css-checkbox+label.css-label-yellow,
input[type=checkbox].css-checkbox+label.css-label-blue,
input[type=checkbox].css-checkbox+label.css-label-purple {
  padding-left: 22px;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
}

input[type=checkbox].css-checkbox+label.css-label:hover,
input[type=checkbox].css-checkbox+label.css-label-red:hover,
input[type=checkbox].css-checkbox+label.css-label-yellow:hover,
input[type=checkbox].css-checkbox+label.css-label-blue:hover,
input[type=checkbox].css-checkbox+label.css-label-purple:hover {
  opacity: 0.5;
}

input[type=checkbox].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox:checked+label.css-label-red,
input[type=checkbox].css-checkbox:checked+label.css-label-yellow,
input[type=checkbox].css-checkbox:checked+label.css-label-blue,
input[type=checkbox].css-checkbox:checked+label.css-label-purple {
  background-position: 0 -30px;
}

.css-label {
  background-image: url(/static/img/checkbox.png);
    background-size: 100%;
}

.payment_icon{
    height: 90px;
}
.hidden-own{
    z-index: 400;
}

@media (max-width: 599px) {
  .hidden-own {
    display: none !important;
  }
}
.frei_number{
    background-color: rgba(255,255,255,0.7);
    position: relative;
    z-index: 400;
    border-radius: 12px;
    text-align: center;
    width: 80%;
    left: 10%;
}
        .trafficlight{
  background: #222;
  background-image: linear-gradient(transparent 2%, #111 2%, transparent 3%, #111 30%);
  width: 150px;
  height: 60px;
  border-radius: 20px;
  position: relative;
            margin: auto;
  border: solid 5px #333;
z-index: 400;
            transform: scale(0.6);
}


.red{
  background: red;
  background-image: radial-gradient(brown, transparent);
  background-size: 2px 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 15px;
  border: dotted 1px red;
  box-shadow:
    0 0 6px #111 inset,
    0 0 3px red;
}

.licht_aus{
    opacity: 0.3;
}

.yellow{
  background: yellow;
  background-image: radial-gradient(orange, transparent);
  background-size: 2px 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: dotted 1px yellow;
  position: absolute;
  top: 10px;
  left: 55px;
  animation: 13s yellow infinite;
  box-shadow:
    0 0 6px #111 inset,
    0 0 3px yellow;
}

.green{
  background: green;
  background-image: radial-gradient(lime, transparent);
  background-size: 2px 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: dotted 1px lime;
  position: absolute;
  top: 10px;
  left: 95px;
  box-shadow:
    0 0 6px #111 inset,
    0 0 3px lime;
  animation: 13s green infinite;
}


        
.banderole{
    position: absolute;
    left:0px;
    top:0px;
    font-size: 10pt;
    width: 100%;
    color: white;
    background: #fa8231;
    z-index: 0;
}

.banderole2{
    position: absolute;
    left:0px;
    font-size: 8pt;
    width: 100%;
    bottom:0px;
    color: white;
    background: #fc5c65;
    z-index: 0;
}

@media screen and (max-width: 370px) {
    h2 {
        font-size: 20px;
    }
}

@media screen and (max-height: 517px) {
    .hidden-own-height {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .choose_date{
        width: 150px;
        left: calc(50% - 75px);
    }
}
@media screen and (max-width: 768px) {
    .choose_date{
        width: 200px;
        left: calc(50% - 100px);
    }
}

@media screen and (min-width: 600px){
    .banderole{
        border-bottom: 3px solid #fff;
        transform: rotate(-45deg);
        left: -114px;
        top: 25%;
        width: 300px;
    }

     .banderole2{
         border-bottom: 3px solid #fff;
         left: auto;
         bottom: auto;
        transform: rotate(45deg);
        right: -114px;
        top: 14%;
        width: 300px;
    }
}

.nav-pills > li:first-of-type > a{
    background: linear-gradient(90deg, #ff883d, #ff5174);
    opacity: 0.2;
}

.nav-pills > li.active:first-of-type > a{
    background: linear-gradient(90deg, #ff883d, #ff5174);
    opacity: 1.0;
}

.nav-pills > li > a{
    background: linear-gradient(90deg, #b234ff, #6c83ff);
    opacity: 0.4;
    color:white;
}

.nav-pills > li.active > a{
    background: linear-gradient(90deg, #b234ff, #6c83ff);
    opacity: 1.0;
}

#CookielawBanner {
    background-color: #000;
    padding: 15px 0;
    color:white;
    border-radius: 24px;
}

#CookielawBanner .container {
    position: relative;
}

.cookie-content{
    padding: 6px;
}
.cookie-buttons{
    color:black;
}

/* Rahmenkreuz */
.cross {
  position: absolute;
  background: #555;
    z-index: 200;
}

.cross.vertical {
  width: 6px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.cross.horizontal {
    height: 6px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.person1 {

  width: 100px;

  height: 200px;

  background: url("/static/img/char1.png") no-repeat center/contain;


  position: absolute;

  bottom: -200px;




}


.person2 {

  width: 110px;

  height: 300px;

  background: url("/static/img/char3.png") no-repeat center/contain;


  position: absolute;

  bottom: -50px;
    left: -300px;




}

.person3 {

  width: 110px;

  height: 250px;

  background: url("/static/img/char2.png") no-repeat center/contain;


  position: absolute;

  bottom: -250px;




}

.person4 {

  width: 110px;

  height: 250px;

  background: url("/static/img/char4.png") no-repeat center/contain;


  position: absolute;

  bottom: -250px;




}
@keyframes walkRealistic {
  0% {
    left: -150px;
    bottom: -50px;
  }
  10% { bottom: -40px; }
  20% { bottom: -50px; }
  30% { bottom: -40px; }
  40% {

    left: 40%;

    transform: translateX(-50%);

    bottom: -40px;

  }
  45% {

    left: 40%;

    transform: translateX(-50%);

    bottom: -50px;

  }

    55% {

    left: 40%;

    transform: translateX(-50%);

    bottom: -50px;

  }

  /* Weiterlaufen + wieder bouncen */

  60% {

    bottom: -40px;

  }

  70% {

    bottom: -50px;

  }

  80% {

    bottom: -40px;

  }

  /* rechts raus */

  100% {

    left: 120%;

    bottom: -50px;

    transform: translateX(0);

  }

}

@keyframes peekIn {

  /* unsichtbar links */

  0%, 15% {

    left: -90px;

    transform: rotate(0deg);

  }

  /* lehnt sich rein */

  25%, 45% {

    left: -60px;

    transform: rotate(14deg);

  }

  /* schaut kurz */

  55% {

    left: -45px;

    transform: rotate(10deg);

  }

  /* zieht sich zurück */

  90%, 100% {

    left: -90px;

    transform: rotate(0deg);

  }

}

@keyframes peekIn2 {

  /* unsichtbar links */

  0%, 15% {

    bottom: -300px;

    transform: rotate(0deg);

  }

  /* lehnt sich rein */

  25%, 45% {

    bottom: -100px;

    transform: rotate(2deg);

  }

  /* schaut kurz */

  55% {

    bottom: -80px;

    transform: rotate(-4deg);

  }

  /* zieht sich zurück */

  90%, 100% {

    bottom: -300px;

    transform: rotate(0deg);

  }

}

.run1 {
  animation: walkRealistic 12s linear forwards;
}

.run2 {
  animation: peekIn 10s ease-in-out forwards;
}

.run3 {
  animation: walkRealistic 12s linear reverse;
}

.run4{
    animation: peekIn2 10s ease-in-out forwards;
}
