

.tarif-page{
    margin-top: -20px !important;

}


.flex-container {
    display: flex;
    margin-bottom: 35px;
    width: 100%;
    background-color: #e5e5e5;
    padding-left: 15px;
    padding-right: 30px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.main-width{
    width: auto !important;
}
.jbs-back {
    background-color: #660000 !important;
}
#not-forget {
    max-width: 800px;
    margin-bottom: 35px;
    width: 100%;
    background-color: #e5e5e5;
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 20px;
}

.faq input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

#mail-input {
    flex: 0 1 250px
}
.flex-1-1-auto {
    flex: 1 1 auto;
}


.row {
    display: flex;
}

.row .col {
    flex: 1;
}

.row .col:last-child {
    /* margin-left: 1em;*/
}

/* Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.text-img {
    margin: 30px 0 30px 0
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #e5e5e5;
    color: black;
    font-weight: 500;
    cursor: pointer;
    /* Icon */
}

.tab-label:hover {
    background: #dddddd;
}

.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #1a252f;
}


input:checked + .tab-label::after {
    transform: rotate(90deg);
}

input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}


.flex-col {
    width: 60px;
    flex: 0 0 auto;
    padding-top: 14px;
    margin-top: 1.4em;
}


.tarif-overview-container {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.tarif-overview-container-2 {
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}


.tarif-overview-maincontent {
    flex: 1 1 auto;
    justify-content: left
}

.tarif-overview-maincontent-container {
    max-width: 800px;
    width: 100%
}


.tarif-overview-head {
    display: flex;
    align-items: center
}


@media (max-width: 600px) {

    #mail-input {
        flex: 1 1 100%
    }
    .main-container .main-flex{
        flex-wrap: wrap;
    }
    #mail-agent-button
    {
        width: 100%;
    }
    .tarif-overview-head {
        padding-left: 10px;
    }

    .desktop {
        display: none !important;
        background-color: #660000;
    }


    div.main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.tarif-overview-short-desc p {
    padding-left: 10px;
    margin-bottom: 20px;

}

.tarif-overview-longdesc p {
    margin-bottom: 35px;
}


.nomargin {
    margin: 0;
}

.nomargin-bottom {
    margin-bottom: 0;
}


.black {
    color: black;
}

ul.all-tarifs {
    padding-left: 20px;
}

li.all-tarifs {
    padding-bottom: 10px;
}

.all-tarifs-container {
    display: flex;
    width: 100%;
    justify-content: center
}

.all-tarifs-inner {
    width: 100%;
    max-width: 800px;
    margin-top: 22px;
}

.flex-container img {
    width: 70%;

}


*, *::before, *::after {
    box-sizing: border-box;
}

img.teaser {
    width: 100%;
    max-width: 500px
}


#euro {
    color: #990000;
    font-size: 44px;
    width: 57px;
    font-weight: 500
}
