@CHARSET "UTF-8";

/* Beispiel Implementierung von Custom Fonts in allen möglichen Schrifttypen (mindestens sollten woff2, woff und ttf vorhanden sein) */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/** GENERAL Container from layout_de (Navigation, Header, Content, Footer **/

html, body {
    font-family: 'Helvetica', arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    height: 100%;
    margin: 0;
    padding: 0;
}

/** COLORS **/
.g1-primary { color: #cdcbcb !important; }
.g1-primary-bg { background: #cdcbcb !important; }
.g1-secondary { color: #000 !important; }
.g1-secondary-bg { background: #000 !important; }
.g1-grey { color: #cdcbcb !important; }
.g1-grey-bg { background: #cdcbcb !important; }
.tbold { font-weight: bold;}
#site_wrapper {
    min-height: 100%;
    position: relative;
}
#header_img {
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}
#person {
    position: relative;
    top: -20px;
}
/* Hier können die Menüpunkte wahlweise ausgeblendet werden */
#nav_lang {
    display: none;
}

/** LINKS **/
a, a:active, a:hover, a:visited, a:focus, a:link {
    text-decoration: none;
}
.footer-text {
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
}
.g1-badge {
    display: flex;
    padding: .3em .7em .1em .7em;
    font-size: 75%;
    font-weight: bold;
    border-radius: .25rem;
    color: #FFF;
    background: #DC3545;
}

.qrpos {
    position: relative;
    top: 31%;
    left: 22%;
}

.bordered {
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}
.bordered-2 {
    border: 1px solid #e8e8e8;
    border-top: 0px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
span.live {
    background: #dc3545;
    color: #FFF;
    padding: 0.2rem .25rem 0 .25rem;
    border-radius: 15%;
}
.btn-link:focus, .btn-link:active, .btn-link:hover {
    text-decoration: none;
}

/** HEADLINES **/
h1, h2, h3 {
    font-weight: bold;
}
h1 {
    font-size: 24px;
    line-height: 34px;
}

/** FORM Stuff **/
.sized {
    font-size: 28px;
}
.icon-size {
    width: 140px;
}
.form-control {
    text-align: center;
    height: 45px;
    color: #e8e8e8;
}

.h-inherit {
    height: 100% !important;
}

.btn-brand {
    background-color: #cdcbcb ;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 45px;
}

.btn-done {
    background-color: #0758a1;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 45px;
}

.btn-inactive {
    background-color: #89898f;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 45px;
}

.btn:hover { color: #FFFFFF; }
.btn-brand:hover {
    background-color: #cdcbcb ;
}
.btn.no-cursor { cursor: default !important; }

.btn-brand:active, bth-brand:focus {}
.btn-brand:disabled {}

.navbar-toggler {
    border: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(217, 110, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.animated-icon3 {
    color: #f07e0d ;
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon3 span {
    background: #f07e0d ;
}
.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3.open {
    position: relative;
    top: 5px;
}
.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}
button.animated-button:focus {
    outline: none;
}
.pl-41 {
    padding-left: 4.7rem !important;
}

@media (max-width: 767px) {
    #header_img {
        background-position: left;
        background-size: contain;
    }
    #navigation {
        position: absolute;
        width: 100%;
        padding-left: 0;
    }
    #NavLogin {
        width: inherit;
        padding-left: 0;
    }
    #navbar {
        position: relative;
        top: 40px;
    }
    #nav_log, #nav_lang {
        background: #e8e8e8;
    }
    #info.open {
        margin-top: 60px;
    }
    .mobile-text {
        float: left;
        line-height: 32px;
        padding-left: 20px;
    }
}
