.navbar{
    background-color: #003D7B;
    padding: 0;
}

.navbar-brand{
    margin-right: 0px;
        margin-top: 9px;
    margin-bottom: 9px;
}

.navbar-dark .navbar-toggler{
    border-radius: 0;
    border: none;
    color: white;
    font-size: 28px;
    margin-top: 35px;
}

@media (max-width: 991.98px) {
    .navbar-collapse{
        border-top: 3px solid white;
    }
    .nav-item{
        margin-bottom: 7px;
        margin-top: 7px;
        font-size: 1.7rem;
    }
    .navbar-nav{
        margin-bottom: 35px;
    }
    .navbar-nav{
        height: 100vh;
    }
}

.navbar-nav{
    margin-top: 35px;
   
}

a{
    color: black;
}

a:hover{
    color: rgba(0,0,0,.8);
    text-decoration: none;
}

.nav-link.active{
     color: rgba(255,255,255,.8) !important;
}

.footer{
    background-color: #003D7B;
    color: white;
    font-size: .785em;
    flex-shrink: none;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}
.footer svg:hover{
    opacity: 0.8;
}

.bg-light{
    background-color: #F7F7F7;
}

.button{
    background-color: #B70D78;
    color: white;
    padding: .75rem 2rem;
    text-align: center;
    outline: 0;
    border: 0;
    width: auto;
    min-width: 15rem;
    
    margin: .5em;
    cursor: pointer;
    display: inline-block;
}
.topbuttonbox{
    padding: .5em;
}
.topbutton{
    width: 100%;
    min-width: unset;
    margin: 0;
    margin-bottom: .5em;
}
@media (max-width: 992px){
    .topbutton{
    max-width: 15rem;
    }
    .topbild{
        max-width: 15rem;
    }
}
.button:hover{
    text-decoration:none;
    color: rgba(255,255,255,.8);
}

.button-yellow{
    background-color: #FFD749;
    color: black;
}

.button-yellow:hover{
    color: rgba(0,0,0,.7);
}

.button-blue{
    background-color: #33C0E4;
    color: black;
}

.button-blue:hover{
    color: rgba(0,0,0,.7);
}

.button-gray{
    background-image: linear-gradient(#D8D8DA, #ABACAF);
    color: black;
}

.button-gray:hover{
    color: rgba(0,0,0,.7);
}

.pink{
    color: #B70D78;
    font-weight: bold;
    font-size: 140%;
}

footer a{
    color: white;
}

footer a:hover{
    color: rgba(255,255,255,.8);
    text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.8);
}

.page-section{
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.bild-section{
        padding-bottom: 1rem;
        padding-top: 1.5rem;
    }

@media (max-width: 1199.98px) {
    .bild-section{
        padding-bottom: 0.5rem;
        padding-top: 1.5rem;
    }
}

@media (max-width: 1199.98px) {
    
}

.icons-small{
    padding-left: 5px;
    padding-right: 5px;
}

#hma{
   width: 100%;
}

@media (min-width: 767.99px){
    #stiftung{
        
    }
    .award{
        display: flex;
        align-items: flex-end;
    }
}
#stiftung{
    width: 100%;
    
}

#communication{
    width: 100%;
}



input[type=text]{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    padding: 5px;
    height: calc(1.5em + .75rem + 2px);
}

textarea{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    padding: 5px;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    background-color: white;
    border-radius: 0;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/arrow.png");
    color: grey;
}

.bestell-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 5px;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    background-color: white;
    border-radius: 0;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/pfeil-klein.png");
    color: black;
}

.icons{
    max-width: 121px;
    float:right;
}
@media (max-width: 1199.98px) {
    .icons{
        max-width:100px;
    }
}

.bg-yellow{
    background-color: #FFFAE6;
}

.bg-gray{
    background-color: #F7F7F7;
}

.bg-blue{
    background-color: #EFFCFF;
}

.bg-darkyellow{
    background-color: #FFD749;
}

.bg-green{
    background-color: #C5D413;
}

.bg-lightgreen{
    background-color: #F0F4DB;
}

.bg-darkgray{
    background-color: #D2D2D4;
}

.bg-darkblue{
    background-color: #33C0E4;
}

.bg-leiste{
    height: 30px;
}

@media (min-width: 991.99px) {
    .buttonbox{
        position: absolute;
        bottom: 0;
        right: 7px;
    }
    .buttonbox > .button{
        min-width: 0;
        padding: 0.75rem 1rem;
    }
}
@media (max-width: 767.98px) {
    .buttonbox{
        margin-top: 1.5rem;
    }
    .buttonbox > .button{
        display: block;
        margin-left: auto;
        margin-right: auto;
        min-width: 65vw;
        margin-bottom: 1.4rem;
        padding: 15px;
        width: 100%;
    }
    .row{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
    h1, h2{
        font-size: 2.4rem;
    }
}

.mh-100{
    max-height: 100%;
}


/* The container */
.form-check-label {
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
    border: 1px solid black;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check{
    padding-left:0;
}

.counter-icon{
    cursor: pointer;
}

.bg-bild{
    position: absolute;
    bottom: -30px;
    left: -60px;
}

.bg-bild-reise{
    left: -129px;
}
@media (min-width: 1300px) {
    .bg-bild{
        left: -20px;
    }
    .bg-bild-reise{
        left: -89px;
    }
}

@media (min-width: 1400px) {
    .bg-bild{
        left: 25px;
    }
    .bg-bild-reise{
        left: -44px;
    }
    .bg-farbe{
        left: 50px;
    }
}

@media (min-width: 1500px) {
    .bg-bild{
        left: 90px;
    }
    .bg-bild-reise{
        left: 21px;
    }
    .bg-farbe{
        left: 99px;
    }
}

@media (min-width: 1550px) {
    .bg-bild{
        left: 7%;
    }
    .bg-bild-reise{
        left: 3%;
    }
}

@media (min-width: 1650px) {
    .bg-bild{
        left: 10%;
    }
    .bg-bild-reise{
        left: 6%;
    }
    .bg-farbe{
        left: 190px;
    }
    .bg-box{
        width: 200px !important;
    }
}
@media (min-width: 1750px) {
    .bg-bild{
        left: 12%;
    }
    .bg-bild-reise{
        left: 8%;
    }
}
@media (min-width: 1900px) {
    .bg-bild{
        left: 15%;
    }
    .bg-bild-reise{
        left: 11%;
    }
    .bg-farbe{
        left: 305px;
    }
    .bg-box{
        width: 306px !important;
    }
}

@media (min-width: 2100px) {
    .bg-bild{
        left: 18%;
    }
    .bg-bild-reise{
        left: 15%;
    }
    .bg-farbe{
        left: 19%;
    }
    .bg-box{
        width: 21% !important;
    }
}

@media (min-width: 2400px) {
    .bg-bild{
        left: 22%;
    }
    .bg-bild-reise{
        left: 20%;
    }
    .bg-farbe{
        left: 23%;
    }
    .bg-box{
        width: 24% !important;
    }
}


.bg-farbe{
    position: absolute;
    bottom: 0;
}

.bild-section{
    position: relative;
}

.bg-box{
    position: absolute;
    width: 100px;
    bottom: 0;
}

body{
    width:100vw;
    overflow-x: hidden;
    position: relative;
    min-height:100vh;
    font-family: 'roboto';
}

#kinder-anzahl{
    width:25px;
}
#verkehr-anzahl{
    width:25px;
}
#reise-anzahl{
    width:25px;
}

b{
    font-weight: 700;
}

a.pinklink{
    color: #B70D78;
    text-decoration: underline;
}

a.pinklink:hover{
    color: rgba(183,13,120,.8);
    text-decoration: underline;
}

.bestellbutton-waiting{
    background-color: rgba(120,120,120,1);
}

#paypal-button.paypalbutton-visible{
    margin-top: 20px;
}

@media (min-width: 768px) {
#paypal-button.paypalbutton-visible{
    width: 220px;
    margin-top: 0;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 290px;
    height: 42px;
}
}
@media (min-width: 992px){
#versandkostenbutton.paypalbutton-visible{
    position: absolute;
    bottom: 0;
    right: 240px;
}
    #paypal-button.paypalbutton-visible{
        right: 7px;
        left: auto;
    }
}

#cookiehinweis{
    background-color: #003D7B;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#cookienein > a{
    background-color: #B70D78;
    color: white;
}
#cookieokay > a{
    background-color: #B70D78;
    color: white;
}
h1 { font-size: 2rem !important; }