﻿
@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.woff2') format('woff2'), url('opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'), url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'michelinbold';
    src: url('michelin-bold-webfont.woff2') format('woff2'), url('michelin-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'michelinregular';
    src: url('michelin-regular-webfont.woff2') format('woff2'), url('michelin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


:root {
    --clr-primary: #004f9f;
    --clr-secondary: #FFE500;
    --nav-height: 130px;
}

html {
    height: 100%;
}

body {
    padding-top: 0px;
    overflow-x: hidden;
    font-family: 'open_sansregular';
}

.body-content a chevron {
    color: #004F9F !important;
    text-decoration: none !important;
    font-size: 50px;
}

.shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    margin-bottom:5px;
}

select option {
    font-family: 'open_sansregular',sans-serif;
}

.chevron {
    color: #004F9F !important;
    text-decoration: none !important;
    font-size: 50px;
}


/*.soGehtEsBox {
    display: flex;
}*/

.soGehtEsBox img {
    max-width: 150px;
    max-height: 150px;
}

.chevron::before {
    color: #004F9F !important;
    text-decoration: none !important;
    font-size: 50px;
}



.chevron:hover {
    color: #004F9F;
    text-decoration: none !important;
}



/* Set padding to keep content from hitting the edges */
.body-content {

    color: #fff;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

select, option {
    font-family: 'open_sansregular';
    font: -moz-pull-down-menu;
}

h1, h2, h3, h4, h5 {
    font-family: 'michelinbold';
}

h1 {
    font-size: 2rem;
}


.AKTausW {
    font-family: 'michelinbold';
    font-size: 42px;
    font-weight: 900;
    color: #004f9f;
    text-decoration: none;
    background-color: #ffe500;
    padding: 35px;
}

    .AKTausW:hover {
        font-family: 'michelinbold';
        font-size: 42px;
        font-weight: 900;
        color: #004f9f;
        text-decoration: none;
        background-color: #ffe500;
        padding: 35px;
    }

footer a:hover {
    text-decoration: underline;
}

footer div.row.justify-content-center.backblau.text-white.font-weight-bold div.col-12.text-center a::after {
    content: " | ";
    padding: 0px 10px;
}

footer div.row.justify-content-center.backblau.text-white.font-weight-bold div.col-12.text-center a:last-child::after {
    content: "";
    padding: 0px 10px;
}


.underline {
    text-decoration: none;
    position: relative;
}

    .underline:after {
        position: absolute;
        height: 6px;
        content: '';
        left: 0;
        right: 0;
        width: 200px;
        left: -100px;
        background-color: #ffe500;
        bottom: 0px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    }


@media (max-width:1200px) {
    h1 {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    h4 {
        font-size: 0.9rem;
    }


    footer a {
        display: block;
        color: #fff !important;
        font-weight: 400;
        text-align: left;
        text-decoration: none !important;
        margin-top: 10px;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer div.row.justify-content-center.backblau.text-white.font-weight-bold div.col-12.text-center a::after {
        content: "";
        padding: 0px 10px;
    }
}

.michreg {
    font-family: 'michelinregular';
}

.codeform {
    font-family: 'michelinbold';
    font-size: 120%;
    color: #27509b !important;
    text-align: center;
}

.fontblau {
    color: #27509b !important;
}

.activelang {
    border: 3px solid #27509b;
}

.backblau {
    background-color: #004f9f;
}

.backdarkblau {
    background-color: #0a1542;
}

.backwhite {
    background-color: #fff;
}

.modal-content {
    padding: 50px;
}

.bg-light {

}

.nav_logo {
    max-width: 250px;
}


.nav-link {
    font-family: 'open_sansregular';
    color: #27509b !important;
}

    .nav-link:hover {
        text-decoration: underline;
        font-weight: bold;
    }


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

a {
    color: #ffe500;
    text-decoration: underline;
    font-weight: bold;
}

.highlight-yellow {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient( -100deg, rgba(255, 232, 6, 1), rgba(255, 232, 6, 1) 95%, rgba(255, 232, 6, 1) );
}

a:hover {
    color: white;
    text-decoration: underline;
}

.nav-link {
    text-decoration: none;
}


body * > select, option {
    font-family: 'open_sansregular', sans-serif !important;
    color: #6c757d !important;
}

#sepa_info {
    width: 25px;
    display: inline-block;
    aspect-ratio: 1/1;
    margin-left: 5px;
    background-image: url(../Content/img/elemente/info.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: 1;
}

    #sepa_info:hover {
        cursor: pointer;
    }


/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

    /* Tooltip arrow */
    .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

/* Show the tooltip text when you mouse over the tooltip container */
#sepa_info:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.linkText {
    text-decoration: underline;
    color: white !important;
    box-shadow: inset 0 0 0 0 var(--clr-primary);
    color: var(--clr-primary) !important;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.linkText:hover, .linkText:focus, .linkText:active {
    color: white !important;
    box-shadow: inset 600px 0 0 0 var(--clr-primary);
}

.backblau * > .linkText {
    text-decoration: underline;
    color: white !important;
    box-shadow: inset 0 0 0 0 var(--clr-secondary);
    color: var(--clr-secondary) !important;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.backblau * > .linkText:hover, .linkText:focus, .linkText:active {
    color: var(--clr-primary) !important;
    box-shadow: inset 600px 0 0 0 var(--clr-secondary);
}

.gewinneDiv {
    color:#004F9F !important;
    border-radius: 10px;
    padding: 20px;
    background: rgb(255,229,0);
    background: linear-gradient(90deg, rgba(255,255,255,1) 65%,rgba(255,229,0,1) 65%);
}

.form-control {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    border-radius: 0px;
    color: #495057 !important;
}

.form-control::placeholder {
    color: #6c757d!important
}

.custom-select:first-child {
    color: #6c757d !important
}

.custom-select > * option {
    color: #495057 !important;
}

.validation-summary-errors {
    color: #ffe500;
}

.input-validation-error {
    border-color: #ff0000 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
}

.control-checkbox {
    width: 1em;
    height: 1em;
    min-width: 1em;
    min-height: 1em;
    margin-right: 10px;
    background-color: white;
    border: 2px solid white;
    border-radius: 10% !important;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-size: 140%;
    background-repeat: no-repeat;
    background-position-y: 60%;
    background-position-x: 45%;
    transform: scale(1.2);
    margin-top: 6px;
}

.checkBoxLabel:hover {
    cursor: pointer;
}

.control-checkbox:checked {
    transition: 300ms ease all;
    background-image: url(../Content/img/elemente/check.svg);
    background-size: 100%;
    border: 2px solid var(--clr-secondary);
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 50%;
}


.checkbox-style:empty {
    transition: 500ms ease all;
}

.checkbox-style:checked {
    background-color: #ffe500;
    border: 1px solid #ffe500;
    transition: 1000ms ease all;
    background-image: url(/Content/img/checkbox.png);
    background-size: cover;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}


.checkbox-style {
    width: 1.0em;
    height: 1.0em;
    background-color: white;
    border-radius: 20%;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transform: scale(1.2);
    border: 1px solid #C6C6C6;
    -webkit-box-shadow: 10px 12px 15px 2px rgba(0,0,0,0.1);
    box-shadow: 10px 12px 15px 2px rgba(0,0,0,0.1);
    border-color: #E7E7E7;
}

.btn-primary {
    font-family: 'michelinbold';
    border-radius: 25px;
    background-color: #ffe500;
    color: #000;
    width: 100%;
    border: none;
    max-width: 20rem;
    transition: all .3s ease-in-out;
}


    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #d6c429;
        color: #000;
        border: none;
    }


.k-upload-dropzone {
    padding: 0 !important;
    flex-direction: row-reverse !important;
}

.k-dropzone-hint {
    text-align: left;
    padding-inline: 0.75rem;
}

.k-upload-button-wrap .k-button {
    border-radius: 0;
    border-left: 1px solid #999 !important;
    background-color: transparent !important;
    transition: all .3s ease-in-out;
}

    .k-upload-button-wrap .k-button:hover {
        background-color: #d6c429;
    }

.codecheck {
    max-width: 60%;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
}


.carousel-control-prev, .carousel-control-next {
    background-repeat: no-repeat;
    width: 60px;
    aspect-ratio: 1/1;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    background-image: url(img/elemente/arrowCircleLeft.svg);
}

.carousel-control-next {
    background-image: url(img/elemente/arrowCircleRight.svg);
}

.carousel-inner {
    min-height: 550px;
    width: 50%;
    margin: auto;
}

    .carousel-inner .carousel-item img {
        margin: auto;
    }

.kaufbeleg-bubble {
    min-width: 45px;
    max-width: 45px;
    position: relative;
    height: fit-content;
}

.kaufbeleg-bubbleZahl {
    position: absolute;
    top: 5%;
    right: 50%;
    transform: translate(50%);
    font-weight: bold;
}

.kaufbeleg-bubble + span {
    margin-left: 7px;
    margin-top: 2px;
}

@media screen and (max-width: 991px) {
    .carousel-inner {
        width: 70%;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 40px;
    }

    .carousel-control-prev {
        left: -10%;
    }

    .carousel-control-next {
        right: -10%;
    }
}

@media screen and (max-width: 575px) {
    .carousel-inner {
        width: 80%;
    }

    .carousel-control-prev {
        left: -15%;
    }

    .carousel-control-next {
        right: -15%;
    }
}


.carousel-indicators {
    margin-bottom: -30px;
}

.carousel .carousel-indicators li {
    background-color: #004F9E;
}

    .carousel .carousel-indicators li.active {
        background-color: #004F9E;
    }



.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    background-color: #004F9E !important;
    border-radius: 100%;
    margin-left: -200px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    background-color: #004F9E !important;
    border-radius: 100%;
    margin-right: -200px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/*
        FAQ accordion +
    */
/* FAQ-Panel */

/* FAQ-Panel */

.faqPanel {

    background-color: #004F9F;
    margin-bottom: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.faq-panel-clickable:hover {
    cursor: pointer;
}

.faq-panel-heading {
    width: 90%;
    font-size: 1rem;
    padding-right: 10px;
    font-weight: bold;
}

.faq-panel-icon {
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-left: auto;
    background-image: url("img//elemente/expandButtonBg.svg");
    align-self: baseline;
}

.faq-panel-clickable {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline: 1rem;
    align-items: center;
}

.faq-panel-body {
    color:#004F9F;
    background-color:#fff;
    padding-inline: 1rem;
    padding-top: 15px;
}

.panel {
    background-color: #DADCDD;
    border-radius: 5px;
}

.panel-clickable, .panel-non-clickable {
    align-items: center;
    padding: 20px;
}

.panel-body {
    padding: 0px 20px 5px 20px;
}

.panel-icon {
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    margin-right: 0px;
    margin-left: auto;
    background-image: url("img/elemente/expandButtonBg.png");
}

.panel-img {
    width: 112px;
    height: 93px;
}

.panelIconLine {
    width: 70%;
    height: 4px;
    display: block;
    background-image: url("img/elemente/expandButtonLine.png");
    background-size: cover;
    top: 44%;
    left: 14%;
    transition: 300ms ease-in-out;
}

.plusLine.rotated {
    transform: rotate(90deg);
}


.teilnehmen {
    padding-left: 33px;
    text-indent: -30px;
}

#addProd, #delProd, .addProd {
    color: #ffe500 !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 32px;
    width: 30px;
    display: block;
    height: 30px;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
}

#addProd {
    background-image: url(img/elemente/plusCirlce.svg);
}

#delProd {
    background-image: url(img/elemente/minusCircle.svg);
}

    #addProd:hover, #delProd:hover {
        opacity: .9;
    }

.numberCircle {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 2px;
    padding-left: 7px;
    background: #fff;
    border: none;
    color: #27509b;
    text-align: center;
    font-size: 26px;
    display: inline-block;
    text-decoration: none !important;
    margin-right: 25px;
}

.numberCircleactive {
    border-radius: 50%;
    width: 99px;
    height: 99px;
    padding: 0px;
    padding-left: 7px;
    background: #fff;
    border: none;
    color: #27509b;
    text-align: center;
    font-size: 66px;
    font-weight: bold;
    display: inline-block;
    margin-right: 25px;
    background-color: #ffe500;
}

    .numberCircleactive a, .numberCircle a {
        color: #27509b !important;
        text-decoration: none !important;
        font-weight: bold;
    }

.k-captcha {
    width: 100% !important;
}

.k-picker.k-dropdownlist, .k-datepicker {
    border-radius: 0 !important;
    background-color: white !important;
}

.k-datepicker {
    margin-top: 1rem !important;
}

.k-calendar-tr > td {
    border: none !important;
}

/*.maFoRadio {
    text-align: left;
    flex-direction: row!important;
}*/

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
}

.navbar-toggler:focus {
    outline: none;
}


label.hamburg {
    display: block;
    background-color: transparent;
    width: 35px;
    height: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}

input#hamburg {
    display: none;
    border: none;
}

.line {
    position: absolute;
    left: -10px;
    height: 4px;
    width: 40px;
    background: #004F9F;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

    .line:nth-child(1) {
        top: 12px;
    }

    .line:nth-child(2) {
        top: 24px;
    }

    .line:nth-child(3) {
        top: 36px;
    }

#hamburg:checked + .hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2) {
    opacity: 0;
}

#hamburg:checked + .hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}

hr {
    width: 100%;
}



/* --- MAFO STYLINGS --- */



#moFaPopup {
    color: #004f9f;
}

.maFoRadio {
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .maFoRadio .form-check-input {
        margin-left: 0;
    }

.form-check-input:hover, .form-check-label:hover {
    cursor: pointer;
}



.moFaNextBtn, .moFaCloseBtn {
    background-color: #004f9f;
    font-family: 'open_sansbold';
    color: white;
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}

    .moFaNextBtn:disabled {
        background-color: #a9a9a9;
    }

        .moFaNextBtn:disabled:hover {
            background-color: #a9a9a9;
            text-decoration: none;
        }

.moFaNextBtnDiv a {
    text-decoration: none;
}

.moFaNextBtn:hover {
    background-color: #0262c4;
}

.moFaCloseBtn {
    background-color: #c8c8c8;
}

    .moFaCloseBtn:hover {
        background-color: #a9a9a9;
    }

.tnbZustimmung {
    color: #0b4f9f;
    text-decoration: none;
}

    .tnbZustimmung:hover {
        color: #146cd3;
        text-decoration: underline;
    }

@media screen and (max-width: 450px) {

    h3 {
        font-size: 1.2rem;
    }
}


@media (max-width:768px) {


    .maFoRadio input[name='maFo4']:checked + label {
        background-color: #004f9f;
        color: white;
    }


    h3 {
        font-size: 1.5rem;
    }
}



@media screen and (max-width: 991px) {
    .gewinneDiv {
        border-radius: 10px;
        padding: 20px;
        background: rgb(255,229,0);
        background: linear-gradient(0deg, rgba(255,229,0,1) 45%,rgba(255,255,255,1) 45%);
    }

        .gewinneDiv h4 {
            font-size: 1.1rem;
        }
}
@media screen and (max-width: 500px) {
    .gewinneDiv {
        background: linear-gradient(0deg, rgba(255,229,0,1) 42%,rgba(255,255,255,1) 42%);
    }
}