.bslkel-searchbox {
    position: relative;
    border-bottom: 50px solid #007CC1;
}

.bslkel-searchbox__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 250px;
    background-image: url("../img/buergerservice/bslkel-searchheader.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bslkel-searchbox__content h1 {
    font-size: 36px;
    line-height: 43px;
    color: #FFF;
    margin-bottom: 6px;
}

.bslkel-searchbox__content p {
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    margin-bottom: 0;
}

.bslkel-searchbox__input {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0 20px;
    max-width: 636px;
    left: 50%;
    transform: translateX(-50%);
}

.bslkel-searchbox__input .form-group {
    position: relative;
    margin: 0;
}

.bslkel-searchbox__input input {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: 50px;
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 0 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.bslkel-searchbox__input button {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 18px;
    border: none;
    background: transparent;
}

.bslkel-catoverview {
    margin-bottom: 40px;
}

.bslkel-catoverview > .row {
    display: flex;
    flex-flow: row wrap;
}

.bslkel-catoverview__item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
}

.bslkel-catoverview__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 85px;
    transition: all 0.3s;
    border-radius: 3px;
}

.bslkel-catoverview__button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.bslkel-catoverview__button:hover {
    cursor: pointer;
}

.bslkel-catoverview__button-title {
    font-family: 'Hybrea W00 Regular', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #FFF;
}

.bslkel-catoverview__button-icon {
    display: flex;
}

.bslkel-text {
    margin: 20px 0 24px;
}

.bslkel-text p {
    font-size: 16px;
    margin-bottom: 16px;
}

.bslkel-catoverview__item-content {
    display: none;
    padding: 30px;
}

.bslkel-catoverview__item-content ul {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.bslkel-catoverview__item-content ul li {
    position: relative;
    margin-bottom: 25px;
}

.bslkel-catoverview__item-content ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #474A55;
    transition: color 0.3s;
    padding-right: 20px;
}

.bslkel-catoverview__item-content ul li a:hover {
    text-decoration: none;
    color: #007CC1;
}

.bslkel-catoverview__item-content ul li a:before {
    font-size: 16px;
    color: #474A55;
    content: "- ";
}

.bslkel-catoverview__item-content ul li a:after {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.091' height='15.024' viewBox='0 0 9.091 15.024'%3E%3Cg id='right-arrow' transform='translate(0.308 0.25)'%3E%3Cg id='Gruppe_10' data-name='Gruppe 10'%3E%3Cpath id='Pfad_44' data-name='Pfad 44' d='M109.779,6.7,103.316.232a.8.8,0,0,0-1.124,0l-.476.476a.8.8,0,0,0,0,1.124l5.427,5.427-5.434,5.434a.8.8,0,0,0,0,1.124l.476.476a.8.8,0,0,0,1.124,0l6.469-6.469a.8.8,0,0,0,0-1.128Z' transform='translate(-101.478)' fill='%23007cc1' stroke='%23fff' stroke-width='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
}

.bslkel-catoverview__item-globallink {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #007CC1;
}

.bslkel-textimg {
    margin: 65px 0 90px 0;
}

.bslkel-textimg img {
    margin-bottom: 20px;
}

.bslkel-textimg h2 {
    color: #37393A;
    font-size: 24px;
}

.bslkel-textimg p {
    font-size: 16px;
    color: #474A55;
}

.bslkel-textimg .btn {
    background-color: #007CC1;
    color: #FFF;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    margin-top: 25px;
}

.bslkel-list {
    margin: 40px 0 60px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #474A55;
}

.bslkel-list__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 85px;
    transition: all 0.3s;
    border-radius: 3px;
    margin-bottom: 20px;
}

.bslkel-list__header-title {
    font-size: 22px;
    color: #FFF;
}

.bslkel-list__header-icon {
    display: flex;
}

.bslkel-list__itemcounter {
    font-size: 14px;
    color: #A5A5A5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bslkel-list table td {
    border: none!important;
    padding: 0!important;
}

.bslkel-list table td a {
    display: block;
    font-size: 16px;
    color: #474A55;
    padding: 13px 20px;
}

.bslkel-list table td a:hover {
    color: #007CC1;
}

.bslkel-list .pagination>li>a,
.bslkel-list .pagination>li>span {
    font-size: 16px;
    color: #474A55;
    padding: 10px 17px;
}

.bslkel-list .pagination>.active>a,
.bslkel-list .pagination>.active>a:focus,
.bslkel-list .pagination>.active>a:hover,
.bslkel-list .pagination>.active>span,
.bslkel-list .pagination>.active>span:focus,
.bslkel-list .pagination>.active>span:hover {
    font-size: 16px;
    color: #FFF;
}

.bslkel-detailpage h1 {
    margin-bottom: 20px;
}

.bslkel-detailpage__accordion {
    margin-top: -20px;
    margin-bottom: 50px;
}

.bslkel-detailpage__accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    background-color: #007CC1;
    border-radius: 3px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
    margin-top: 20px;
}

.bslkel-detailpage__accordion-item:hover {
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.bslkel-detailpage__accordion-content {
    display: none;
    padding: 20px 15px 0 15px;
}

.bslkel-detailpage__accordion-item:first-of-type + .bslkel-detailpage__accordion-content {
    display: block;
}

.bslkel-detailpage__accordion-item.open svg {
    transform: scaleY(-1);
}

.bslkel-detailpage__accordion-content h3 {
    font-size: 18px;
    line-height: 26px;
}

.bslkel-detailpage__accordion-content ul li,
.bslkel-detailpage__accordion-content p,
.bslkel-detailpage__accordion-content a {
    font-size: 16px;
    line-height: 26px;
}

.bslkel-detailpage__accordion-content p {
    margin-bottom: 16px;
}

.bslkel-detailpage__accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bslkel-detailpage__accordion-content ul li {
    position: relative;
    padding-left: 15px;
}

.bslkel-detailpage__accordion-content ul li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.771' height='11' viewBox='0 0 6.771 11'%3E%3Cpath d='M5.5,0,11,6.771H0Z' transform='translate(6.771) rotate(90)' fill='%23007cc1'/%3E%3C/svg%3E");
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 8px;
}

.bslkel-detailpage__sidebar-downloads,
.bslkel-detailpage__sidebar-links,
.bslkel-detailpage__sidebar-contact,
.bslkel-detailpage__sidebar-nextstep {
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

.bslkel-detailpage__sidebar-title {
    background-color: #EEEEEE;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #474A55;
}

.bslkel-detailpage__sidebar-content {
    padding: 20px;
}

.bslkel-detailpage__sidebar-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bslkel-detailpage__sidebar-content ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

.bslkel-detailpage__sidebar-content ul li a,
.bslkel-detailpage__sidebar-nextstep a.bslkel-detailpage__sidebar-title {
    display: block;
    position: relative;
    font-size: 14px;
    color: #474A55;
    line-height: 20px;
    padding-right: 20px;
    word-wrap: break-word;
}

.bslkel-detailpage__sidebar-nextstep a.bslkel-detailpage__sidebar-title {
    background-color: #65B337;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.bslkel-detailpage__sidebar-content ul li a:hover {
    text-decoration: none;
    color: #007CC1;
}

.bslkel-detailpage__sidebar-downloads .bslkel-detailpage__sidebar-content ul li a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.616' height='14.524' viewBox='0 0 13.616 14.524'%3E%3Cg transform='translate(-16)'%3E%3Cg transform='translate(19.177)'%3E%3Cg%3E%3Cpath d='M135.219,6.62a.453.453,0,0,0-.413-.266h-1.816V.454A.454.454,0,0,0,132.537,0h-1.816a.454.454,0,0,0-.454.454v5.9h-1.816a.454.454,0,0,0-.341.753l3.177,3.631a.453.453,0,0,0,.683,0l3.177-3.631A.453.453,0,0,0,135.219,6.62Z' transform='translate(-127.998)' fill='%23007cc1'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(16 9.985)'%3E%3Cg%3E%3Cpath d='M27.8,352v2.723H17.816V352H16v3.631a.907.907,0,0,0,.908.908h11.8a.907.907,0,0,0,.908-.908V352Z' transform='translate(-16 -352)' fill='%23007cc1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: block;
    width: 14px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bslkel-detailpage__sidebar-links .bslkel-detailpage__sidebar-content ul li a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.091' height='15.024' viewBox='0 0 9.091 15.024'%3E%3Cg transform='translate(0.308 0.25)'%3E%3Cpath d='M109.779,6.7,103.316.232a.8.8,0,0,0-1.124,0l-.476.476a.8.8,0,0,0,0,1.124l5.427,5.427-5.434,5.434a.8.8,0,0,0,0,1.124l.476.476a.8.8,0,0,0,1.124,0l6.469-6.469a.8.8,0,0,0,0-1.128Z' transform='translate(-101.478)' fill='%23007cc1' stroke='%23e7e7e7' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E");    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bslkel-detailpage__sidebar-nextstep a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.091' height='15.024' viewBox='0 0 9.091 15.024'%3E%3Cg transform='translate(0.308 0.25)'%3E%3Cpath d='M109.779,6.7,103.316.232a.8.8,0,0,0-1.124,0l-.476.476a.8.8,0,0,0,0,1.124l5.427,5.427-5.434,5.434a.8.8,0,0,0,0,1.124l.476.476a.8.8,0,0,0,1.124,0l6.469-6.469a.8.8,0,0,0,0-1.128Z' transform='translate(-101.478)' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E");
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.bslkel-detailpage__sidebar-contact .bslkel-detailpage__sidebar-content p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
}

.bslkel-detailpage__sidebar-contact .bslkel-detailpage__sidebar-content a {
    position: relative;
    display: flex;
    font-weight: 600;
    line-height: 26px;
    font-size: 16px;
}

.bslkel-detailpage__sidebar-contact .bslkel-detailpage__sidebar-content a:not(:last-of-type) {
    margin-bottom: 10px;
}

.bslkel-detailpage__sidebar-contact .bslkel-detailpage__sidebar-content a svg {
    position: relative;
    margin-right: 14px;
    top: 4px;
}

.bslkel-detailpage__sidebar-contact .bslkel-detailpage__sidebar-content a svg.mail-icon {
    top: 6px;
}

.bslkel-quicknav {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #474A55;
}

.bslkel-quicknav h2 {
    font-size: 29px;
    font-family: 'Hybrea W00 Regular', Arial, Helvetica, sans-serif;
    color: #474A55;
    line-height: 35px;
    margin-bottom: 22px;
}

.bslkel-quicknav h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.bslkel-quicknav select {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 45px 0 18px;
    font-size: 18px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.919' height='10.214' viewBox='0 0 17.919 10.214'%3E%3Cg transform='translate(-0.001 -97.141)'%3E%3Cpath d='M8.96,107.355a1.251,1.251,0,0,1-.887-.367l-7.7-7.7a1.255,1.255,0,0,1,1.775-1.775l6.817,6.818,6.817-6.817a1.255,1.255,0,1,1,1.774,1.775l-7.7,7.7A1.251,1.251,0,0,1,8.96,107.355Z' transform='translate(0 0)' fill='%23007cc1'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 18px 10px;
}

.bslkel-breadcrumb {
    /*line-height: 2.6;*/
    margin-bottom: 20px;
}

/*.bslkel-breadcrumb li:before {*/
/*    position: relative;*/
/*    top: -2px;*/
/*}*/

@media (min-width: 1200px) {

    .bslkel-searchbox__content h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 8px;
    }

    .bslkel-searchbox__content p {
        font-size: 23px;
        line-height: 28px;
    }

    .bslkel-searchbox__input input {
        height: 60px;
    }

    .bslkel-searchbox__input {
        bottom: -30px;
    }
}