
@import url("https://mosterei-wurst.de/wp-content/fonts/fonts.css");

body {
  font-family: linux_biolinum_o;
  font-size: 180%;
  background-color: #ffa;
}

#banner {
    width: 100%;
    background-color: #007900;
    padding: 0.5em;
    overflow: hidden;
}


#banner-back {
    width: 65px;
    text-align: left;
    float: left;
}

#banner-headline {
    width: 100%;
    min-height: 65px;
    text-align: center;
    color: #ffc;
}
#banner-headline h1 {
    display: inline;
}

#banner-logo {
    float: right;
    width: 244px;
    text-align: right;
}

#banner-clear {
    clear: both;
    height: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
  font-family: "Caveat Brush";
}
@media(min-width:992px){
    h1 {
        font-size: 250%;
    }

    h1.termsheader {
        font-size: 200%;
    }   
    .modal-dialog {
        max-width: 700px;
    }
}

@media(max-width: 991px) {
    #banner-headline {
        clear: both;
    }

    .modal-footer button,
    .modal-footer a {
        max-width: 50%;
        font-size: 100%;
    }

}



.modal-body.terms {
    text-align: left;
    max-height: 500px;
    overflow-y: auto;
}

input, textarea, .form-control {
    font-size: 120%;
}

input.btn[type=submit] {
    white-space: normal !important;
    min-height: 5em;
}

input[type=submit] {
    width: 100%;
}

.btn {
    font-size: 120%;
    white-space: normal;
}

.btn-light, .btn-light:hover {
    border-color: black;
    margin-bottom: 0.5em;
}

#btn-sms {
    min-width: 280px; 
    padding-top: 170px;
    background-image: url("images/sms.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#btn-whatsapp {
    min-width: 280px; 
    padding-top: 170px;
    background-image: url("images/whatsapp.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#btn-email {
    min-width: 280px; 
    padding-top: 170px;
    background-image: url("images/email.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#btn-gitterbox {
    min-width: 280px;
    padding-top: 170px;
    background-image: url("images/gitterbox.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}


#btn-anhaenger {
    min-width: 280px;
    padding-top: 170px;
    background-image: url("images/anhaenger.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#btn-kartonsja {
    min-width: 280px;
    padding-top: 170px;
    background-image: url("images/kartons.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#btn-kartonsnein {
    min-width: 280px;
    padding-top: 170px;
    background-image: url("images/keinekartons.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#btn-frischsaftja {
    min-width: 280px;
    padding-top: 170px;
    background-image: url("images/frischsaft.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#btn-frischsaftnein {
    min-width: 280px;
    padding-top: 170px;
    background-image: url("images/keinfrischsaft.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.container {
    max-width: 900px;
}

#disclaimer {
    margin-top: 5em;
}


#allesloeschen {
    white-space: normal;
}

#footer {
    margin-top: 5em;
}

#loading-spinner-overlay {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 99;
}
#loading-spinner {
    color: #000;
    z-index: 100;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -16px;
    animation: spin 2s infinite linear;
}

@keyframes spin {
        0% {
            transform: rotate(0deg);
        } 
        100% {
            transform: rotate(360deg);
        }
}

