#cookiebanner-wrapper {
    background-color: rgb(183, 202, 218);
}
a:focus {
    outline: 0 !important;
}
.kurzarbeit #content {
    background-color: rgb(234, 240, 245);
}
.kurzarbeit-red {
    color: rgb(230, 50, 15) !important;
}
.kurzarbeit-lightblue {
    background-color: rgb(234, 240, 245);
}
.bg-kurzarbeit {
    background-color: rgb(40, 111, 156);
}
.kurzarbeit-heading h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 55px;
    color: rgb(40, 111, 156) !important;
}
@media (max-width: 400px) {
    .kurzarbeit-heading h1 {
        font-size: 50px;
        line-height: 50px;
    }
}
.kurzarbeit-heading .col-6 {
    padding-right: 0;
}

.kurzarbeit-heading .bg-image-kurzarbeit {
    padding-left: 0;
}
.kurzarbeit-heading .bg-image-kurzarbeit img {
    width: 100%;
}
/* .kurzarbeit-heading p {
    font-size: 20px;
    line-height: 30px;
} */
.corona-virus-twh .overview {
    margin-left: -11px;
    margin-right: -11px;
}
.kurzarbeit-twh .overview.overview-tilebackground .overview-item {
    padding-left: 11px;
    padding-right: 11px;
}
.kurzarbeit-twh .overview.overview-tilebackground .overview-item h3 {
    font-size: 22px;
    line-height: 28px;
    color: rgb(42, 42, 42);
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.kurzarbeit-twh .overview-item .card-link {
    padding: 32px 20px 32px 20px !important;
    background-color: #ffffff !important;
    margin-bottom: 12px;
}
.kurzarbeit-twh .overview-item .card-link:hover h3 {
    text-decoration: underline;
}
.overview.overview-blocked .overview-item .card {
    height: 100%;
}
.corona-virus .overview.overview-tilebackground .overview-item .card .card-link .card-body .card-text {
    display: block !important;
    font-size: 1em !important;
    text-align: center;
}
.kurzarbeit-twh .overview.overview-tilebackground .overview-item .card-text .icon {
    font-size: 1.875rem;
    display: inline-block;
    width: 4.375rem;
    height: 4.375rem;
    text-align: center;
    line-height: 4.375rem;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.kurzarbeit-arrow {
    background-image: url(../img/infopage/arrow_1.svg);
    background-size: 47px 47px;
}

.kurzarbeit-information {
    background-color: #ffffff;
}
.kurzarbeit-information .overview.overview-tilebackground .overview-item .card {
    height: 100%;
}
.kurzarbeit-information .overview.overview-tilebackground .overview-item .card-link {
    padding: 50px 75px !important;
    background-color: rgb(234, 240, 245);
}
.kurzarbeit-information .overview.overview-tilebackground .overview-item .card-link:hover, .kurzarbeit-information .overview.overview-tilebackground .overview-item .card-link:focus {
    padding: 50px 75px !important;
    background-color: rgb(234, 240, 245);
    color: rgb(42, 42, 42);
}
.kurzarbeit-information .overview.overview-tilebackground .overview-item .card-link h3 {
    font-size: 26px;
    line-height: 32px;
    color: rgb(40, 111, 156);
    font-weight: bold;
}
.fakebutton {
    font-size: 17px;
    line-height: 30px;
    position: relative;
    border-radius: 50px;
    white-space: normal
}
.fakebutton .icon-arrow {
    position: relative;
    top: 0px;
    margin-left: 5px;
}
#faq.accordion .card .border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.125) !important;
}
.kurzarbeit-faq:not(.kurzarbeit-faq2) {
    padding-top: 110px;
}
.kurzarbeit-faq .h2 {
    font-size: 40px !important;
    line-height: 40px;
}
.kurzarbeit-faq .bold {
    font-weight: bold;
}
.kurzarbeit-faq .accordion .card-header {
    background-color: #ffffff;
    outline: none;
}
.kurzarbeit-faq .accordion .card-header button {
    padding: 25px 125px 25px 25px;
    white-space: normal;
    background-image: url(../img/infopage/open.svg);
    background-position: center right 25px;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 22px;
    line-height: 28px;
    color: rgb(42, 42, 42);
    font-weight: bold;
    outline: none;
}
.kurzarbeit-faq .accordion .card-header button[aria-expanded="true"] {
    background-image: url(../img/infopage/close.svg);
}
.kurzarbeit-faq .accordion .card-body {
    padding: 25px 25px 25px 25px;
}
.kurzarbeit-faq .kurzarbeit-box {
    padding: 20px 24px 15px 25px;
    height: 100%;
}
.green-box {
    background-color: rgb(231, 244, 233);
}
.red-box {
    background-color: rgb(253, 237, 234);
}
.kurzarbeit-faq .kurzarbeit-box .box-icon {
    display: inline-block;
    width: 70px;
    height: 100%;
    float: left;
}
.kurzarbeit-faq .kurzarbeit-box.green-box .box-icon img {
    max-width: 40px !important;
}
.kurzarbeit-faq .kurzarbeit-box.red-box .box-icon img {
    max-width: 60px !important;
}

@media (max-width: 767px) {
    
    .kurzarbeit-faq .kurzarbeit-box {
        padding: 20px 24px 15px 25px;
        height: auto;
        margin-bottom: 10px;
    }
}
.red-box .box-icon img {
    position: relative;
    top: -10px;
}
.kurzarbeit-faq .kurzarbeit-box .box-text {
    display: inline-block;
    width: calc(100% - 80px);
    height: 100%;
}
@media (min-width: 1200px) {
    #faq3-content .col-md-6, #faq2-content .col-md-6, #faq5-content .col-md-6 {
        max-height: 320px;
    }
    #faq4-content .col-md-6 {
        max-height: 420px;
    }
}
.kurzarbeit-faq img {
    width: 100%;
}
.box-text p {
    font-size: 17px;
    line-height: 27px;
    color: #000000;
}
.box-text .box-heading {
    font-size: 17px;
    line-height: 27px;
    color: rgb(42, 42, 42);
    font-weight: bold;
}
.kurzarbeit-links {
    margin-top: 50px;
}
.kurzarbeit-links .kurzarbeit-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 55px;
    padding: 3px 0px;
    border-bottom: 1px solid rgb(183, 202, 218);
    color: rgb(40, 111, 156);
    text-decoration: none;
}
.kurzarbeit-links .arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 9px !important;
}
.covid-info {
    margin-top: 30px;
}
.covid-info a {
    text-decoration: underline !important;
    color: rgb(40, 111, 156) !important;
}

.icon-kurzarbeit-close {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-image: url(../img/infopage/popup_close.svg);
    outline: 0;
}
.close:focus {
    outline: none;
}

.kurzarbeit .modal .modal-body {
    padding: 70px 0 !important;
}
.kurzarbeit .modal-xl {
    max-width: 90% !important;
    margin: 1.75rem auto !important;
}
@media (min-width: 1300px) {
    .kurzarbeit .modal-xl {
        max-width:1200px !important
    }
}
.kurzarbeit .modal .modal-container {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}
.kurzarbeit .modal .modal-heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: rgb(40, 111, 156);
    text-transform: uppercase;
}
.kurzarbeit .modal h3{
    font-size: 26px;
    line-height: 30px;
    color: rgb(42, 42, 42);
}
.kurzarbeit .modal ul li::before {
    content: "\25A0";
    font-size: 10px;
    top: 6px;
}
.kurzarbeit .modal ul li p {
    font-size: 17px;
    line-height: 27px;
    color: rgb(42, 42, 42);
}
.kurzarbeit .modal .kurzarbeit-lightblue {
    padding: 50px 0;
    margin-right: 1px;
}
.kurzarbeit .bar {
    text-align: center;
    height: 50px;
    float: left;
}
.kurzarbeit .bar span {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.white {
    color: #ffffff !important;
}
.white.small {
    font-size: 16px !important;
}
p.small10 {
    position: relative;
    top: 7px;
    line-height: 16px !important;
}
.kurzarbeit .border-bottom {
    padding: 0 0 1.5rem 0;
    margin: 0 15px;
    border-bottom: 1px solid rgb(183, 202, 218) !important;
}
.kurzarbeit .bar.bar100 {
    width: 100%;
}
.kurzarbeit .bar.bar80 {
    width: 80%;
}
.kurzarbeit .bar.bar70 {
    width: 67%;
}
.kurzarbeit .bar.bar20 {
    width: 20%;
}
.kurzarbeit .bar.bar10 {
    width: 13%;
}
.kurzarbeit .bar-red {
    background-color: rgb(230, 50, 15);
}
.kurzarbeit .bar-blue {
    background-color: rgb(40, 111, 156);
}
.kurzarbeit .bar-lightblue {
    background-color: rgb(183, 202, 218);
}
.kurzarbeit .bar-darkblue {
    background-color: rgb(16, 65, 102);
}
.kurzarbeit .bar-white {
    background-color: #ffffff;
}
.kurzarbeit .bar-text {
    position: relative;
    top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.kurzarbeit .bar-text.bold {
    font-size: 17px;
    font-weight: bold;
    color: rgb(42, 42, 42);
}

.modal .kurzarbeit-box {
    height: 100%;
    padding: 50px 10px;
    text-align: center;
}
.modal .kurzarbeit-box p{
    margin-bottom: 15px;
    line-height: 22px;
}

@media (max-width: 450px) {
    .modal .kurzarbeit-box .col-5 p{
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 420px) {
    .modal .kurzarbeit-box .col-5 p{
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 360px) {
    .modal .kurzarbeit-box .col-5 p{
        font-size: 9px;
    }
}
.green-box img {
    margin-bottom: 30px;
}
.red-box img {
    position: relative;
    top: -10px;
}
#modal1 .bar {
    width: 78px;
}
#modal1 .bar-text {
    line-height: 1;
    margin-bottom: 15px;
}
#modal1 .bar.bar-red-border {
    border: 2px solid rgb(230, 50, 15);
}
#modal1 .border-bottom {
    padding: 0;
}
#modal1 .rechner {
    width: 100%;
    border: 1px solid rgb(183, 202, 218);
}
#modal1 .link {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: rgb(40, 111, 156);
    text-decoration: none;
}
#modal1 .icon-arrow {
    height: 17px;
    position: relative;
    top: -1px;
    left: 8px;
}
#modal2 img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#modal2 .max-img {
    max-width: 156px;
    left: 0;
}
#modal2 .max-img.right {
    left: auto;
    right: 0;
}
#modal2 .icon-arrow {
    width: 24px;
    right: 0;
}
#modal2 .icon-arrow.left {
    left: 0;
    right: auto;
}

@media (max-width: 575px) {
    #modal2 .col-sm-3 {
        text-align: center;
    }
    #modal2 .max-img {
        position: static;
        transform: none;
        margin-bottom: 30px;
    }
    #modal2 .icon-arrow {
        display: none;
    }
}
#modal2 .bold {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
#modal2 .bold .kurzarbeit-red {
    font-size: 26px;
    line-height: 30px;
}
#modal2 .small {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    max-width: 312px;
    margin: 0 auto;
}
#modal4 .kurzarbeit-box, #modal5 .kurzarbeit-box {
    padding: 40px 30px;
    text-align: left;
}
#modal4 .kurzarbeit-box .bold, #modal5 .kurzarbeit-box .bold {
    font-weight: bold;
}
#modal4 .kurzarbeit-box .darkblue, #modal5 .kurzarbeit-box .darkblue {
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color: rgb(16, 65, 102);
    color: #ffffff;
}
#modal4 .kurzarbeit-box .blue, #modal5 .kurzarbeit-box .blue {
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color: rgb(40, 111, 156);
    width: 105%;
    color: #ffffff;
}
#modal4 .kurzarbeit-box .red, #modal5 .kurzarbeit-box .red {
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color: rgb(230, 50, 15);
    color: #ffffff;
}
#modal4 .kurzarbeit-box .icon-cross, #modal5 .kurzarbeit-box .icon-cross {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}
#modal4 .kurzarbeit-box .small, #modal5 .kurzarbeit-box .small {
    font-size: 14px;
    line-height: 20px;
}
#modal4 a, #modal5 a  {
    text-decoration: underline;
    color: rgb(40, 111, 156);
}

@media (max-width: 900px) {
    #modal2 .max-img {
        max-width: 100px;
    }
    #modal2 .icon-arrow {
        width: 18px;
    }
}
    
@media (max-width: 800px) {
    #modal2 .max-img {
        max-width: 100px;
    }
    #modal2 .icon-arrow {
        width: 18px;
    }
    .kurzarbeit-information .overview.overview-tilebackground .overview-item {
        margin-bottom: 10px !important;
    }
    .kurzarbeit-information .overview.overview-tilebackground .overview-item .card-link {
        padding: 50px 40px !important;
        background-color: rgb(234, 240, 245);
    }
    .kurzarbeit-information .overview.overview-tilebackground .overview-item .card-link:hover, .kurzarbeit-information .overview.overview-tilebackground .overview-item .card-link:focus {
        padding: 50px 50px !important;
        background-color: rgb(234, 240, 245);
        color: rgb(42, 42, 42);
    }
}

@media (max-width: 700px) {
    .kurzarbeit-faq iframe {
        max-width: 100%;
        height: auto;
    }
}

.kurzarbeit-lightblue .modal-container .small p:nth-of-type(1) {
    font-size: 17px;
}
.kurzarbeit-lightblue .modal-container .small p:nth-of-type(2) {

}

.accordion a {
    text-decoration: underline !important;
    color: rgb(40, 111, 156) !important;
}
.corona-virus #searchresult #content {
    background-color: transparent
}

.corona-virus .modal button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100;
    float: none !important
}

.corona-virus .modal .modal-body h2 small {
    font-size: 1rem
}

.corona-virus .modal .modal-body .overview {
    margin-bottom: 0
}

.corona-virus .modal .modal-body .overview-icons {
    text-align: left !important
}

.corona-virus .modal .modal-body .card-icon {
    margin-bottom: 0
}

.corona-virus .modal .modal-body .card-text {
    font-size: 1rem
}

nav.navbar .nav-link {
    padding: .875rem .5rem !important;
}
