.plus-tape::-webkit-scrollbar {
  height: 13px;
}
.plus-tape::-webkit-scrollbar-thumb {
  background: #000;
}


/* Dropdown Button */
.dropbtn {
  width: 100%;
  height: 100%;
  /*line-height: 95px;*/
  text-align: center;
  color: #fff;
  background: #000;
  border: 0;
  text-transform: uppercase;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 95px;
  text-align: center;
  color: #fff;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
  border: 1px solid #000;
  display: none; 
  position: absolute; 
  top: 100%;
  background-color: #f8370c;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 15px 0px;
  display: block;
  line-height: initial;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #000;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #fff; color: #000;}

.pop-fb__title-kp {
  font-family: "AkzidenzGroteskPro-LightEx";
  font-size: 72px;
  line-height: 1.1;
  color: #f7370c;
}
.pop-fb__title-cont {
  width: 70%;
}
.pop-required-ast {
  color: #f00;
}
.js-form-submit:hover input {
  color: #fff;
  border: none;
  transition: color 1s ease;
}

.cookie-banner {
    position: fixed;
    height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #D9D9D9;
    color: #7C7E80;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    z-index: 99999;
}

.cookie-banner__text {
    color: #7C7E80;
    max-width: 75%;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner__highlight {
    color: #F8370C;
    font-weight: bold;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cookie-banner__accept {
    background-color: #F8370C;
    color: white;
    border: none;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    width: 165px;
    height: 70px;
}

.cookie-banner__close {
    background: none;
    border: none;
    align-self: flex-start;
    color: #7C7E80;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
}

.cookie-banner--hidden {
    display: none;
}

@media (max-width: 770px) {
    .cookie-banner {
        font-size: 13px;
        padding: 12px;
        gap: 15px;
        height: 95px;
    }

    .cookie-banner__text {
        font-size: 12px;
        line-height: 1.2;
    }

    .cookie-banner__actions {
        gap: 10px;
    }

    .cookie-banner__accept
    {
        padding: 10px;
        width: 145px;
        height: 57px;
    }

    .cookie-banner__close {
        font-size: 24px;
        padding: 10px 0 10px 0
    }

    .cookie-banner__accept {
        margin: 15px 0 15px 0;
        font-size: 15px;
    }

    .cookie-banner__close {
        align-self: start;
    }
}

@media (max-width: 390px) {
    .cookie-banner {
        height: 105px;
        gap: 15px;
    }

    .cookie-banner__actions {
        gap: 2px;
    }

    .cookie-banner__actions {
        flex-direction: column;
    }

    .cookie-banner__close {
        font-size: 20px;
        align-self: end;
    }

    .cookie-banner__accept {
        order: 1;
        margin: 0 0 15px 0;
        align-self: end;
        width: 110px;
        height: 47px;
    }
}

.b24-widget-button-position-bottom-right {
    margin-bottom: 50px;
}

input[type="checkbox"] + .b24-form-control-desc {
    font-size: 11px !important;
    opacity: 0.5 !important;