﻿
a{
    text-decoration:none;
}
body {
    font-size:16px;
}
label {
    font-size:16px;
}

h1 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.3rem;
    font-weight: normal;
    /*color: #e1011b;*/
    margin-bottom: 50px;
}

h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
}

h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: normal;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
    justify-content: flex-end;
}

.flex {
    display: flex;
}

.valError {
    color: #e30613;
}
.text-center {
    text-align: center !important;
}
/* Accordion */
/* Style the buttons that are used to open and close the accordion panel */
.accordion-iaw {
    font-family: Noto Sans;
    font-size:16px;
    background-color:white;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    margin-top:15px;
    text-align: center;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .accordion-iaw:hover {
        background-color: #ccc !important;
    }

/* Style the accordion panel. Note: hidden by default */
.panel-accordion-iaw {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    border-width: 1px;
    border-color: #242424;
    border-radius:20px;
}
.accordion-iaw:after {
    content: '\1F863'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active-acc-iaw:after {
    content: "\1F860"; /* Unicode character for "minus" sign (-) */
}
/* Accordion Ende */
.row {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    float:none !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    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;
}
.btn-primary {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
    font-family: Raleway;
    box-shadow: none !important;
    font-size: .9rem;
    border-radius: 20px;
    padding: 10px 32px !important;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        color: #fff;
        background-color: #e30613;
        border-color: #e30613;
        box-shadow: none !important;
    }

.btn-radio {
    color: #18181d;
    background-color: #fff;
    border-color: #242424;
    font-family: Noto Sans;
    box-shadow: none !important;
    font-size: .9rem;
    border-radius: 20px;
    padding: 7.5px 64px;
    margin:20px;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
    .btn-radio:hover,
    .btn-radio:active,
    .btn-radio:focus,
    [type="radio"]:checked + label,
    #Besuchstag1 + label:hover,
    #Besuchstag2 + label:hover,
    #Besuchstag3 + label:hover,
    #Besuchstag1 + label:active,
    #Besuchstag2 + label:active,
    #Besuchstag3 + label:active,
    #Besuchstag1 + label:focus,
    #Besuchstag2 + label:focus,
    #Besuchstag3 + label:focus,
    #Besuchstag1:checked + label,
    #Besuchstag2:checked + label,
    #Besuchstag3:checked + label {
        color: #fff;
        background-color: #e30613;
        border-color: #e30613;
        box-shadow: none !important;
    }

#Besuchstag1 + label::before,
#Besuchstag2 + label::before,
#Besuchstag3 + label::before {
    border: none;
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: unset;
    display: unset;
    content: unset;
    float: unset;
    margin-right: unset;
    margin-top: unset;
    z-index: unset;
    position: unset;
}

.accordion-button {
    padding: 10px;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.container.content p a {
    color: #18181d;
    text-decoration: none;
    margin: 0 30px;
    transition: all 350ms ease;
}


    .container.content p a.ts_mode_selected,
    .container.content p a:hover {
        color: #e1011b;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 2px;
        transition: all 350ms ease;
    }

.box {
    padding: 30px 45px;
    background-color: #f8f8f8;
}

.box-white {
    padding: 30px 45px;
    background-color: none !important;
}

.loading {
    justify-content: center;
}

    .loading .fa-3x {
        text-align: center;
    }

        .loading .fa-3x i {
            color: #e30613;
        }

@media screen and (max-width: 800px) {
    .ts_mode_selector a {
        margin: 0 auto;
    }
}

.btn-iaw_grad {
    background-image: linear-gradient(to right,rgba(227,6,19,1) 0%, rgba(227,6,19,1) 70%, rgba(112,32,130,1) 100%);
    padding: 5px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    display: block;
    font-family: IAW_Font;
    border: none;
    margin-top: 10px;
}

    .btn-iaw_grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
    background-color: unset !important;
    border: none !important;
    padding: 10px 0 0 20px !important;
}

label.checkbox {
    position: relative !important;
}

[type="checkbox"] + label,
[type="radio"] + label {
    position: relative;
}

@media screen and (max-width: 767px) {
    [type="checkbox"] + label::before,
    [type="radio"] + label::before {
        margin-top: 1px;
    }
}

[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before {
    /*box-shadow: inset 0px 0px 0px 3px #fff;*/
    background-color: #e30613;
    border-color: #e30613;
}

.kachel-text {
    color: #e30613;
    font-family: Raleway;
    font-size: 1.3rem;
}

.kachel {
    border-radius: 20px;
}

hr {
    background-color: #18181d;
    color: #18181d;
    border: #18181d;
    height: 1px !important;
}

/* Spacing */
.margin-20px {
    margin: 20px;
}

.margin-10px {
    margin: 10px;
}


/* Aus der Extension.css uebernommen */

.ts_mode_selector {
    text-align: right;
    position: relative;
    top: 12px;
    left: -10px;
    z-index: 0;
}

.form_wrapper {
    position: relative;
    z-index: 999;
    margin-bottom: 40px;
}

.ts_mode_selector a {
    color: #fff !important;
    background: #e1011b;
    padding: 0.5rem;
    border-radius: 5px;
    text-decoration: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .ts_mode_selector a:hover {
        text-decoration: none !important;
        font-weight: 500;
    }

a.ts_mode_selected {
    color: #e1011b !important;
}

.container.content p a {
    margin: 0;
}




.btn-logout {
    width: 160px !important;
    margin: 0 auto;
}

.valError p {
    color: #c40017;
    font-family: var(--bs-body-font-family)
}


.primary-footer a {
    color: #fff !important;
}

.secondary-footer a {
    color: #000 !important;
}

.lang a {
    color: #000000 !important;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    color: var(--secondary-color);
    text-align: center;
    padding-top: 30vh;
    z-index: 9999;
}

.loading-inner {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
}


.page_nav {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.kachel {
    padding: 30px 45px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    text-align: center;
    margin: 30px 20px;
    width: 300px;
}

    .kachel img {
        width: 140px;
        display: block;
        margin: 0 auto;
    }

.musterticket {
    width: 400px;
    border-radius: 20px;
    border-style: solid;
    border-width: 0.5px;
}

.space-between {
    justify-content: space-between;
}

a.nav-link {
    color: #000 !important;
}

.lang a.active {
    color: #e1011b !important;
}

a.clean_btn {
    color: #000 !important;
}

.content {
    max-width: 1100px !important;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0px 0 0 0px !important;
}

[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #aaa;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    z-index: 5;
    position: relative;
}





.pnlDatenGespeichert {
    display: block;
    position: fixed;
    width: 400px;
    background: #e1011b;
    color: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.7);
    margin: 0 auto;
    padding: 20px;
    margin-left: 50%;
    left: -200px;
    top: 50vh;
    z-index: 9999;
    color: #fff !important;
}

    .pnlDatenGespeichert span {
        color: #fff;
    }

    .pnlDatenGespeichert .btn-secondary {
        background: #fff;
        color: #e1011b;
    }

        .pnlDatenGespeichert .btn-secondary span {
            color: #e1011b !important;
        }

a.btn:hover, a.btn-primary:hover {
    text-decoration: none !important;
}


.row {
    --bs-gutter-x: none;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
}


.hinweis {
    color: #e1011b;
    font-weight: bold;
}

.ErrorLayer {
    padding: 1rem;
    display: block;
    width: 400px;
    border: 4px solid #e1011b;
    background: #fff;
    position: fixed;
    top: 200px;
    left: -200px;
    margin-left: 50%;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

    .ErrorLayer input[type="submit"] {
        background: #fff;
        color: #e1011b;
    }

.chk_block {
    display: block;
    width: 100%;
}

.txtWeitereAngaben {
    align-self: flex-start;
    width: 200px !important;
    position: relative;
    top: -8px;
    left: 4rem;
    min-width: 20vw !important;
}

#pnlTickets, #pnlDaten, #pnlPasswort {
    scroll-margin-top: 90px;
}


.d-none {
    display: none !important;
}