html, body {
    height: 100%;
    padding:0px;
    margin: 0px;
}

body {
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    font-family: Poppins,sans-serif;
    font-weight: 400;
}

.subpages {
    margin-top:230px;
}

.text-bg-blue {
    color: #fff!important;
}

/* --------- BTN */
.btn-primary {
    --bs-btn-bg: #0596de;
    --bs-btn-border-color: #0596de;
    --bs-btn-hover-bg: #002c3f;
    --bs-btn-hover-border-color: #002c3f;
    --bs-btn-disabled-bg: #0596de;
    --bs-btn-disabled-border-color: #0596de;
}
/* --------- Text Align */
.text-left {
    text-align:left !important;
}
/* --------- Images */
.img-responsive {
    max-width:100%;
}
.img-border {
    border: 1px solid grey;
    padding:3px;
    max-width:100%;
}

/* --------- Logo Startseite */
.logo_root_page {
    background-repeat: no-repeat;
    background-position: center center;
    height: 90vh !important;
    margin-bottom:10%;
}

/* --------- typewriter Startseite */
#typewriter {
    position: absolute;
    z-index: 998;
    bottom:15%;
    left: 0;
    width:100%;
    text-align:center;
}

/* --------- Kontaktformular */
.contact {
}
#contact_iframe {
    height:100vh;
    border:none;
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
}
/*
#message {
    padding-top:15px;
    margin-top:15px;
    border-top: 1px solid rgba(255,255,255,.5)!important;
}
*/


/* ------------ */
.mvh-100 {
    min-height: 100vh;
}

.text-right {
    text-align:right;
}
.w-20 {
    width: 20%!important;
}
.border-left {
    border-left: 1px solid #ddd;
}

/* --------- Colors */
.color-blue{
    background-color: #002c3f;
}

.color-blue-light {
    background-color:#71b1cd;
}

.color-white {
    background-color: #ffffff;
    color:#000000 !important;
}

.color-grey{
    background-color: #ddd;
    color:#000000 !important;
}

/* --------- Font Styles */
h1 {
    font-weight: 700;
    font-size: 2.85714rem;
    line-height: 2.85714rem;
}
h2 {
    font-size: 2.2rem;
    line-height: 2.85714rem;
}
h3 {
    margin-top:80px;
}
h4 {
    font-weight: 700;
    margin-top:50px;
}

/* --------- Startseite */
main .bottom {
    position: absolute;
    z-index: 999;
    bottom: 2rem;
    left: 50%;
    margin-left: -2rem;
}
main .bottom a {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}
main .bottom a svg {
    display: inline-block;
    height: 4rem;
    margin-top: 0;
    fill: #fff;
}

/* --------- header */
header {
    position:fixed;
    top:0px;
}
/*
header img {
    filter: blur(.03em);
}
*/
.navbar-brand {
    word-wrap: break-word;
}
/* --------- Footer Color */
footer {
    border-top:1px solid #ddd;
    padding-top:50px;
    padding-bottom:50px;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    border-bottom: 1px solid white;
}
.footer-navigation li {
    padding-top:10px;
    padding-bottom:10px;
}
.footer-navigation .disabled {
    border-bottom: 1px solid white;
}
/*
.color-white footer {
    color:black !important;
}
.color-white footer a {
    color:black !important;
}
*/
/* --------- Login Form */
.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.muted {
    color: grey;
}
.btn-block {
    display: block;
    width: 100%;
}


/* --------- Responsive */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {

    /* --------- Logo Startseite */
    .logo_root_page {
        background-size: contain;
        width: 80%;
        margin-left: 10%;
    }

    /* --------- Kontaktformular */
    .contact {
        overflow-scrolling: auto;
    }
    #contact_iframe {
        height:1200px;

    }

  /*
    .panel.vh-100 {
        height: auto !important;
        margin-top:150px;
        margin-bottom:50px;
    }
*/
    .panel.mvh-100 {
        margin-top:150px;
        margin-bottom:50px;
    }
    /* --------- Footer */
    .footer-navigation {
        margin-top:50px;
        margin-bottom:50px;
        padding-top: 50px;
        border-top: 1px solid rgba(255,255,255,.5)!important;
    }
    .footer-navigation li {
        text-align:center !important;
    }
    .footer-adresse {
        text-align: center;
        margin-top:50px;
        margin-bottom:50px;
    }


}

/* Oeffnungszeiten */
@media (max-width: 414px) {
    .mobile-hidden {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {



}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

    /* --------- Kontaktformular */
    .contact {
        height:1200px;
    }
}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
    body {
        font-size: 1.5rem;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    body {
        font-size: 1.4rem;
    }

}
