.clear {
    clear: both;
}

.logo {
    padding-top: 20px;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

@media screen and (min-width: 990px) {
    .c-discuss-bills {
        padding: 35px 20px 40px;
    }
}

.contact-item  a, span {
    word-break: unset;
    word-wrap: unset;
}

.schedule-margin-top {
    margin-top: 1.50em;
}

.act {
    background: #fff;
    width: 95%;
    padding-top: 200px;
    padding-right: 45px;
}

.act-toc {
    display: block;
    text-align: justify;
    margin-top: 0.50em;
}

.act-flex-wrapper {
    display: flex;
    flex-direction: row;
}

.act-container {
    background-color: #fff;
    height: 600px;
    overflow: overlay;
}

.act-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sticky-nav {
    background-color: #fff;
    position: absolute;
    margin: 0 auto;
    width: 95%;
    max-width: 1140px;
    padding: 40px 7px 0 20px;
    display: none;
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 20;
}

#s-nav-top {
    display: flex;
    height: 50px;
    justify-content: space-between;
    border-bottom: 4px solid #7f6c2e;
}

#s-nav-title h4 {
    margin-bottom: 15px;
}

.s-nav-btn {
    align-items: center;
    border: 1px solid #d4cfbc;
    color: #000;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 200px;
    text-decoration: none;
}

#btn-print-all:hover {
    background-color: #7f6c2e;
    color: #fff;
}

#s-nav-bottom {
    align-items: center;
    border-bottom: 1px solid #d4cfbc;
    display: flex;
    height: 60px;
    justify-content: space-between;
}

#s-nav-left {
    width: 33%;
}

#btn-split-screen {
    border: 1px solid black;
    background-color: #7f6c2e;
    color: #fff;
}

#btn-split-screen:hover {
    background-color: #fff;
    color: #7f6c2e;
}

#s-nav-center {
    width: 33%;
}

.s-nav-prev-next {
    background-image: url(../img/achtanna/left-s-nav-arrow.svg);
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: 2px;
    color: black !important;
    text-decoration: none;
    padding: 4px 20px;
    font-size: smaller;
}

#s-nav-next {
    background-image: url(../img/achtanna/right-s-nav-arrow.svg);
    background-position-x: right;
}

.select2-container--default {
    min-width: 100%;
}

#footer-nav {
    bottom: 0;
    position: fixed;
}

@media screen and (max-width: 989px) {
    #s-nav-title h4 {
        font-size: .8rem;
        line-height: unset;
    }

    #s-nav-top {
        height: unset;
    }

    #s-nav-left {
        display: none;
    }

    #s-nav-center {
        width: unset;
    }

    .s-nav-btn {
        font-size: .8rem;
        width: 142px;
        height: unset;
        margin-right: 12px;
    }

    .s-nav-prev-next {
        padding: 4px 7px;
    }
}

.container.-with-schedule {
    margin-bottom: 100px;
}

.container.row.-with-schedule.-extra-wide {
  max-width: 1800px !important;
}
.main-content.c-act.-extra-wide {
  max-width: 1800px !important;
}

.tooltip_label {
    background-image: url(../img/svg-sprite/sprite-21da77c940.svg);
    background-repeat: no-repeat;
    background-position: 0 43.4965034965%;
    height: 20px;
    overflow: hidden;
    width: 20px;
    display: inline-block;
    /* overflow: hidden; */
    padding: 0;
    position: absolute;
    text-indent: 99999px;
}

.tooltip_content {
    font-size: 0.75rem;
    line-height: 1rem;
    background: #fff;
    border: 2px solid #b39841;
    position: absolute;
    z-index: 100;
    display: none;
    color: black;
    right: 20px;
}

.tooltip_content p {
    padding: 15px;
}

.tooltip_content::before {
    background: #fff;
    border-left: 2px solid #b39841;
    border-top: 2px solid #b39841;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: -9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 13px;
    right: 0;

}

.toggle-switch-wrapper {
    margin-bottom: 5px;
    color: white;
    text-align: right;
    padding-right: 20px;
}

.tooltip_label {
    position: unset;
}


.tooltip-back-to-top {
    font-size: 0.75rem;
    line-height: 1rem;
    background: #fff;
    border: 2px solid #b39841;
    z-index: 2;
    bottom: 33px;
    position: fixed;
    right: 90px;
    padding: 10px;
    display: none;
}

marker {
    vertical-align: super;
    font-size: smaller;
}

.cookie-warning-button {
    width: auto;
    font-size: 1rem;
    border: 2px solid;
    border-color: #7f6c2e;
    color: #7f6c2e;
    float: right;
    padding: 5px 10px;
}

.cookie-warning-button:hover {
    background-color: #7f6c2e;
    color: white;
    border: 2px solid white;
}

header .mobile .mobile-menu input {
    padding: unset;
    text-align: center;
}

number {
    margin-right: 5px;
}

td .x {
    padding: 10px;
}