
#mega-menu-wrap-language-switcher .wpml-ls-flag {
    border-radius: 0px !important;
    height: fit-content !important;
    width: auto !important;
    object-fit: cover;
    overflow: hidden;
    vertical-align: text-top;
    margin-right: 5px;
    margin-top: 1px !important;
}






/* Adjust Terms and ConEdition Layout */


#termsandcondition .headline {
    /* font-weight: 500;*/
    font-size: 16px;
    font-size: 1.6rem;
}

#termsandcondition .normal {
    font-weight: normal;
    font-size: 16px;
    font-size: 1.5rem;
}

#termsandcondition p {
    font-weight: normal;
}

#termsandcondition ol {
    counter-reset: item;
    padding-bottom: 3rem;
    margin-left: 20px;
}

#termsandcondition ul li {
    font-weight: normal;
    list-style-type: lower-alpha;
}

#termsandcondition ol ol {
    margin-left: 70px;
    padding-bottom: 1rem;
}


#termsandcondition ol > li {
    counter-increment: item;
}

#termsandcondition ol > li:before {
	text-align: right;
}


#termsandcondition ol ol > li {
    display: block;
    padding-bottom: 1rem;
}

#termsandcondition ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -65px;
    padding-right: 1.6rem;
}

#termsandcondition .bulletlist {
    margin-left: 20px; 
}


#termsandcondition .bulletlist li {
    list-style-type: disc !important;
    margin-left: 20px;; 
}



.contactBubble {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 15px;
    /* right: 15px; */
    left: 15px;
    z-index: 9;
    background: #d7172f;
    padding: 8px 8px 8px 12px;
    border-radius: 52px;
    box-shadow: #00000060 0px 0px 10px 0px;
    /*box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;*/
    border: solid 1px #ffffff20;
    z-index: 9999;
    cursor: pointer;
}

@media (min-width: 992px) {
    .contactBubble {
        display: none;
    }
}


.contactBubble:hover {
    text-decoration: none;
    background-color: #d7172f;

    ms-transform: scale(1.1);
    o-transform: scale(1.1);
    transform: scale(1.1);
    webkit-transform: scale(1.1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transition: all .25s;
}

.contactBubble {
    ms-transform: scale(1.0);
    o-transform: scale(1.0);
    transform: scale(1.0);
    webkit-transform: scale(1.0);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transition: all .25s;
}


.contactBubble_text {
    color: #fff;
    width: 72px;
    text-align: center;
    font-weight: bold;
}


.contactBubble_circle {
    background-color: #d7172f;
    color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    margin-left: -10px;
    font-size: 1.5em;
    align-items: center;
    display: flex;
    justify-content: center;
}



.contactBubble > .contactBubble_circle > .fas {
    text-decoration: none;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    webkit-transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transition: all .25s;
}



.tableofcontent .toc__links {
    margin-top: 32px;
}

.tableofcontent ul.toc__list {
    list-style-type: disclosure-closed;
}

.tableofcontent li.toc__element {
    margin-bottom: 0.5rem;
    margin-left: 32px;
}


