/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

/* rota-blau : #0060a8;
rota-bg-blau-dunkel #6ca5d5;
rota-bg-blau-hell #b3cfe9;
*/

body a:hover {

    color: #000000;

}

#wpadminbar {
    display: none;
}

.isAdmin #wpadminbar {
    display: block;
}

body .bg-rota  {
    background-image: url(../img/bg_rota_dsgvo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

body .bg-rota .lead {  min-height: 20vw;
}

.loading-animation {

    background-color: #0060a8;

}


body a {
    color: #0060a8;
}



body .btn-primary:hover {
    color: #fff;
    background-color: #6ca5d5;
    border-color: #0060a8;
}



body .alert-primary {
    color: #fff;
    background-color:  #b3cfe9;
    border-color: #6ca5d5;
}



.bg-rota .bg-transparent .display-3,
.bg-rota .bg-transparent h1,
.bg-rota .bg-transparent h2,
.bg-rota .bg-transparent h3,
.bg-rota .bg-transparent h4,
.bg-rota .bg-transparent p {
    color: #fff;
    text-shadow: 2px 2px 5px  #84b2d6;
}


body .btn-primary {
    background-color: #0060a8;
     border-color: #0060a8;
}

.tischbox  {
    margin-bottom: 30px;
}

body .mehr-link {
    color: #fff;
}

.main-logo-box img {
    max-width: 195px;
}

/* forms */

.bg-white.semi-trans {
       background-color: rgba(255,255,255,0.3) !important;
}
.bg-white.semi-trans-40 {
    background-color: rgba(255,255,255,0.4) !important;
}
.bg-white.semi-trans-50 {
    background-color: rgba(255,255,255,0.5) !important;
}
.bg-white.semi-trans-60 {
    background-color: rgba(255,255,255,0.6) !important;
}
.bg-white.semi-trans-70 {
    background-color: rgba(255,255,255,0.7) !important;
}
.bg-white.semi-trans-80 {
    background-color: rgba(255,255,255,0.8) !important;
}
.bg-white.semi-trans-90 {
    background-color: rgba(255,255,255,0.9) !important;
}

body .bg-primary-3 {
    background-color: #0060a8 !important;
}

.rounded-rota {
    border-radius: 10px;
}

body #loginform label {
    display: block;
}

@media (min-width: 642px) { 
body.page-template-p-gastroanmeldung .gform_body .grid-md-12 {
    display: block;
    width: 100%;
    float: none;
    clear: both !important;
}

body.page-template-p-gastroanmeldung .gform_body .grid-md-6 {
    display: block;
    width: 50%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.page-template-p-gastroanmeldung .gform_wrapper ul li.gfield {
    clear: none;
}
    
}

body.page-template-p-gastroanmeldung input.gform_button.button {
    background-color: #0060a8;
    border-color: #0060a8;
    
        display: inline-block;
    font-weight: 700;
    color: #555A64;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        color: #fff;
    background-color: #0060a8;
    border-color: #0060a8;
    box-shadow: none;
    
    
}

body.page-template-p-gastroanmeldung input.gform_button.button:hover {
        color: #fff;
    background-color: #6ca5d5;
    border-color: #0060a8;
}


/* /forms */


.login-card  {
    min-width: 250px;
}

.mobile-vorschau {
    height: 667px;
    max-height: 812px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.mobile-vorschau  section {
    padding: 2rem 0;
}

.mobile-vorschau img {
    height: auto;
}