/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
    --primary: #00AFEA;
    --secondary: #7A1628;
    --background: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Helvetica Neue', Tahoma, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--background);
    margin: 0;
    height: auto;
    font-size: 16px;
}

/* == NAVBAR == */

.navbar-brand {
    color: black;
}

.navbar-brand:hover {
    color: var(--primary);
}

.nav-link {
    color: black;
    font-weight: bold;
}

.nav-link:hover {
    color: var(--primary);
}

.navbar {
    top: 0px;
    width: auto;
    background-color: white;
    border-bottom: 1px solid grey;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav {
    position: -webkit-sticky;
    position: sticky;
    background-color: transparent;
    top: 0px;
    width: auto;
    height: auto;
}

.navbar-text {
    text-align: right;
}

.logo {
    width: 20rem;
    margin-top: 0.24rem;
}

.scrolling-active-bg {
    background-color: white;
    border-bottom: 1px solid grey;
}

.scrolling-active-nav-link {
    color: black;
}

#navbar-yo {
    position: relative;
    background-color: white;
    border-bottom: 1px solid grey;
}

#yo {
    color: black;
    background-color: white;
}


#yo:hover {
    color: var(--primary);
    ;
    background-color: white;
}

/* == HEADER == */

.imgbox {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    
}

.img-fluid {
    max-width: none;
    width: 100%;
    height: auto;
}

.imgbox-mobile {
    display: none;
}

h2 {
    line-height: 3rem;
}

h5 {
    font-weight: 400;
    line-height: 2rem;
}

.callto {
    background-color: var(--secondary);
    height: 80px;
}

.card-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.card {
    margin-bottom: 1rem;
}

.contact {
    margin-top: 1.04rem;
    height: 44px;
    width: 60%;
    background-color: white;
    border-radius: 10px;
}

.contact:hover {
    margin-top: 1rem;
    height: 44px;
    background-color: var(--primary);
    text-decoration: none;
}

.contact:hover>p {
    color: white;
}

.contact>p {
    margin-top: 0.54rem;
    text-align: center;
    font-weight: bold;
    color: black;
}

.btn {
    background-color: var(--primary);
    width: 40%;
    border-radius: 10px;
    border-color: var(--primary);
}

.btn:hover {
    background-color: var(--primary);
    border-radius: 10px;
    border-color: var(--primary);
}

.btn:active {
    background-color: var(--primary) !important;
    border-radius: 10px;
    border-color: var(--primary) !important;
}

.btn:focus {
    background-color: var(--primary);
    border-radius: 10px;
    border-color: var(--primary);
}

#calltoText {
    font-weight: bold;
    margin-top: 1.6rem;
    color: white;
}

.table {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: left;
}

#gesetz {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#arguments {
    margin: 4rem 0;
}

.argument {
    margin: 4rem;
    padding: 0 4rem;
    text-align: center;
}

.arguments {
    margin: 1rem;
    text-align: center;
}

.arguments>h1 {
    font-size: 1.4rem;
}

.argument-icon {
    margin: 1rem;
    height: 44px;
    width: auto;
}

.line {
    height: 11px;
    background-color: var(--primary);
    ;
    /* background-image: linear-gradient(to bottom right, #009BAA, #00bfd0); */
}

.angebot-argument {
    margin: 4rem 0;
}

#formular {
    margin-bottom: 4rem;
}

form a {
    color: var(--primary);
    ;
}

.demoicon {
    width: 44px;
    height: 44px;
    background-color: var(--primary);
    border-radius: 50%;
    margin: 0 auto;
}

.fas {
    font-size: 44px;
    color: var(--primary);
    margin: 15px auto;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: var(--secondary);
    height: auto;
    /* width: auto; */
}

.footer>.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 80%;
    margin: 2.3rem
}

.footer>.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem;
}

.copyright>p {
    font-size: 0.8rem;
    color: white;
    font-weight: bold;
}

.footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.header-argument {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
    left: 13%;
    top: 28%;
    height: 300px;
    width: 600px;
    max-height: 400px;
    background-color: white;
    z-index: 100;
}

.header-argument>p {
    font-weight: bold;
    font-size: 1.4rem;
}

.header-argument>p:nth-of-type(2) {
    font-weight: bold;
    font-size: 1rem;
}

.logo-place {
    width: 30%;
    height: auto;
    margin: 1rem;
}

#status {

    margin: 8rem auto 8rem auto;
    width: 80%;
    padding: 1rem;
    background-color: #b1ffd4;
    border: 1px solid #18ce98;
    text-align: center;

}


#error {
    
    margin-top: 8rem 2rem 8rem 2rem;
    width: 80%;
    padding: 1rem;
    background-color: #ffb1b1;
    border: 1px solid #ce1818;
    text-align: center;
}

@media (max-width: 1200px) {
    .header-argument {
        left: 13%;
        top: 25%;
    }
}

@media (max-width: 1030px) {
    .arguments {
        margin: 1rem;
    }
    .header-argument {
        left: 13%;
        top: 21%;
    }
}

@media (max-width: 993px) {
    .logo {
        width: 15rem;
        height: auto;
    }
    .arguments {
        margin: 0;
    }
    .arguments>h1 {
        font-size: 1.3rem;
    }
    .header-argument {
        left: 13%;
        top: 19%;
    }
}

@media (max-width: 991px) {
    #calltoText {
        margin-top: 1.7rem;
    }
}

@media (max-width: 915px) {
    .header-argument {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar {
        position: relative;
        background-color: white;
        top: 0px;
        width: auto;
        border-bottom: 1px solid grey;
        color: black;
    }
    .nav-link {
        color: black;
        font-weight: bold;
    }
    .navbar-nav {
        position: relative;
        background-color: white;
        top: 0px;
        width: auto;
        height: auto;
    }
    .collapse {
        background-color: white;
    }
    #calltoText {
        margin-top: 1rem;
    }
    .contact {
        width: 100%;
    }
    .argument {
        margin: 1rem 0;
        padding: 0;
    }
    .col-md {
        margin: 1.5rem 0;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .arguments {
        margin: 1rem;
        padding: 0 2rem;
    }
} 

@media (max-width: 400px) {
    #calltoText {
        margin-top: 1.2rem;
        font-size: .8rem;
    }
    .footer>.links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 150px;
    }
}

@media (max-width: 360px) {
    .logo {
        width: 10rem;
        height: auto;
    }
    #calltoText {
        margin-top: 1.2rem;
        font-size: .8rem;
    }
    .contact {
        margin-top: 1rem;
        height: 44px;
        width: 100%;
        background-color: white;
        border-radius: 10px;
    }
    .contact:active {
        margin-top: 1rem;
        height: 44px;
        width: 100%;
        background-color: grey;
        border-radius: 10px;
    }
    .contact:hover {
        margin-top: 1rem;
        height: 44px;
        width: 100%;
        background-color: grey;
        border-radius: 10px;
    }
}

@media (max-width: 320px) {
    #calltoText {
        margin-top: 0.7rem;
        font-size: .8rem;
    }
    .contact:hover {
        width: 100%;
    }
}