/*Schriften*/
@font-face {
    font-family: "BundesSansWeb-Regular";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src:  url("Fonts/BundesSansWeb/BundesSansWeb-Regular.eot"),
    url("Fonts/BundesSansWeb/BundesSansWeb-Regular.ttf") format("truetype"),
    url("Fonts/BundesSansWeb/BundesSansWeb-Regular.woff") format("woff");
}
@font-face {
    font-family: "BundesSerifWeb-Bold";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src:  url("Fonts/BundesSerifWeb/BundesSerifWeb-Bold.eot"),
    url("Fonts/BundesSerifWeb/BundesSerifWeb-Bold.ttf") format("truetype"),
    url("Fonts/BundesSerifWeb/BundesSerifWeb-Bold.woff") format("woff");
}

/*Modal*/
#cookieman-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    color: #000;
    font-size: 1rem;
    line-height: 1.4;
}
#cookieman-modal.show {
    display: block !important;
}

/*Collapser*/
#cookieman-modal .cookiebanner-collapsible {
    cursor: pointer;
    display: inline;
}
#cookieman-modal .panel .cookiebanner-collapsible {
    color:#000;
    text-decoration: none;
    text-transform: none;
}
#cookieman-modal .panel .cookiebanner-collapsible:hover {
    text-decoration: underline;
}
#cookieman-modal .panel .cookiebanner-collapsible:focus {
    text-decoration: underline;
    outline: none;
}
#cookieman-modal .cookiebanner-collapsible-content {
    display: none;
}
#cookieman-modal .cookiebanner-collapsible-content:before {
    clear: none !important;
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
}
#cookieman-modal .cookiebanner-collapsible-content.show {
    display: block;
    visibility: visible;
}

/*Titel*/
#cookieman-modal .modal-title{
    margin:0px;
    padding: 0px;
    color: #000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    /*font-size: 1.875rem !important;*/
    font-size: 24px !important;
    /*line-height: 2.25rem;*/
    line-height: 28px;
    /*font-weight: 700;*/
    text-transform: none;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-title{
        margin:0px;
        padding: 0px;
        color: #000;
        font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
        /*font-size: 1.875rem !important;*/
        font-size: 24px !important;
        /*line-height: 2.25rem;*/
        line-height: 28px;
        /*font-weight: 700;*/
        text-transform: none;
    }
}

/*Einführungstext*/
#cookieman-modal .modal-body > .content > p{
    margin-top:0px;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    /*font-size: 0.938rem !important;*/
    font-size: 16px !important;
    /*font-weight: 400;*/
    line-height: 24px;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-body > .content > p {
        font-size: 16px !important;
        line-height: 24px;
    }
}

#cookieman-modal .modal-body > .content > p > span.cookiedesclink-wrapper{
    display: inline-block;
    white-space: nowrap;
}
#cookieman-modal > div > div > div.modal-body > div.content > p > span:nth-child(2){
    padding-top: 8px;
}
#cookieman-modal .modal-body > .content > p > span.cookiedesclink-wrapper > img{
    display: inline;
    margin: 0px;
}
#cookieman-modal .modal-body > .content > p > span > img.cookiedesclink{
    /*width: 0.938rem;*/
    width: 16px;
    /*height: 0.938rem;*/
    height: 16px;
    margin-right: 2px;
    margin-top:0;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-body > .content > p > span > img.cookiedesclink {
        width: 16px;
        height: 16px;
    }
}

#cookieman-modal .modal-body > .content > p > span > a{
    color: #000;
    text-decoration: underline;
    text-decoration-color: #185B38;
}
#cookieman-modal .modal-body > .content > p > span > a:hover{
    /*text-decoration: underline;*/
    color: #256651;
}
#cookieman-modal .modal-body > .content > p > span > a:focus{
    outline-style: dotted;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #000;
}

/*Button*/
#cookieman-modal .btn{
    background-color: #185B38;
    border:none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 10px;
    outline-color: #000 !important;
    outline-style: none;
    outline-width: 0px;
    min-height: 34px;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    /*font-size: 0.938rem !important;*/
    font-size: 15px !important;
    font-weight: 700;
    /*line-height: 1.375rem;*/
    line-height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: none;
}
#cookieman-modal .btn:focus{
    outline: 1px dashed #185B38 !important;
    outline-offset: 2px;
    box-shadow: none;
}
#cookieman-modal .btn.btn-red{
    background-color: #C0003C;
}
#cookieman-modal button.btn.cookiebanner-collapsible{
    float: right;
}

/*BLE-Button*/
#cookieman-modal .ble-button {
    border: 1px solid #9AA0A2;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px !important;
    background-color: #fff;
    color: #000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    line-height: 24px;
}
#cookieman-modal .ble-button:hover {
    background-color: #185B38;
    color: #fff;
}
#cookieman-modal .ble-button:focus {
    outline-style: dotted;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #000;
}
@media (min-width: 920px) {
    #cookieman-modal .ble-button {
        font-size: 16px !important;
        line-height: 24px;
    }
}

/*Padding/Margin*/
#cookieman-modal .padding-y-default{
    padding-top: 15px;
    padding-bottom: 15px;
}
#cookieman-modal .padding-y-2x{
    padding-top: 27px;
    padding-bottom: 15px;
}
#cookieman-modal .padding-y-3x{
    padding-top: 45px;
    padding-bottom: 45px;
}
#cookieman-modal .padding-top-default{
    padding-top: 15px;
}
#cookieman-modal .padding-bottom-default{
    padding-bottom: 15px;
}
#cookieman-modal .padding-top-2x{
    padding-top: 30px;
}
#cookieman-modal .padding-bottom-2x{
    padding-bottom: 30px;
}
#cookieman-modal .padding-top-3x{
    padding-top: 45px;
}
#cookieman-modal .padding-bottom-3x{
    padding-bottom: 45px;
}
#cookieman-modal .margin-right-default{
    margin-right: 15px;
}
#cookieman-modal .margin-right-2x{
    margin-right: 30px;
}
#cookieman-modal .margin-bottom-default{
    margin-bottom: 15px;
}
#cookieman-modal .margin-bottom-2x{
    margin-bottom: 20px;
}

#cookieman-modal button[aria-expanded="false"].btn.cookiebanner-collapsible:after{
    display: block;
    float: right;
    content: '+';
    /*font-size: 1.813rem !important;*/
    font-size: 29px !important;
    /*line-height: 1.2rem;*/
    line-height: 19px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
#cookieman-modal button[aria-expanded="true"].btn.cookiebanner-collapsible:after{
    display: block;
    float: right;
    content: '+';
    transform: rotate(45deg);
    /*font-size: 1.813rem !important;*/
    font-size: 29px !important;
    /*line-height: 1.2rem;*/
    line-height: 19px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 456px) {
    #cookieman-modal .btn{
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 380px) {
    #cookieman-modal .btn.cookiebanner-collapsible:after{
        display: none !important;
    }
}

/*Formular*/
#cookieman-modal form{
    background-image: none !important;
    margin: 0px;
}
#cookieman-modal .alert-info{
    background-color: #fff;
    background-image: none;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0px;
    box-shadow: none;
}
#cookieman-modal .checkbox-inline{
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    position:relative;
    vertical-align: middle;
}
#cookieman-modal .checkbox-inline label{
    color: #000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px;
}
@media (min-width: 920px) {
    #cookieman-modal .checkbox-inline label {
        font-size: 16px !important;
        line-height: 24px;
    }
}

#cookieman-modal form input[type='checkbox']{
    display: block;
    position: absolute;
    height:16px !important;
    /*height:0.938rem !important;*/
    width: 16px !important;
    /*width: 0.938rem !important;*/
    /*line-height: 1.375rem !important;*/
    line-height: 24px !important;
    margin:0;
    margin-left: -20px;
    margin-top: 3px;
    padding:0;
    background-color: #fff;
    border: 1px solid #868e96 !important;
    border-radius: 0;
    box-shadow: 0 0 0 2px #fff inset !important;
    outline-style: none;
    outline-width: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
@media (min-width: 920px) {
    #cookieman-modal form input[type='checkbox'] {
        height:16px !important;
        width: 16px !important;
        line-height: 24px !important;
    }
}
#cookieman-modal form input[type='checkbox'][disabled='disabled']{
    cursor: not-allowed;
}
#cookieman-modal form input[type='checkbox']:checked{
    background-color: #868e96 !important;
    border: 1px solid #868e96 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 2px #fff inset !important;
    outline-style: none;
    outline-width: 0px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
}
#cookieman-modal form input[type='checkbox']:focus{
    outline: 1px dashed #185B38 !important;
    outline-offset: 3px;
    box-shadow: none;
}
#cookieman-modal .table{
    margin-bottom: 0;
}

/*Modal Dialog*/
#cookieman-modal .modal-dialog {
    border-radius:0;
    background-color: #fff;
    outline-color: #000 !important;
    outline-style: none;
    outline-width: 0px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0px;
}
#cookieman-modal .modal-dialog .modal-content {
    background-clip: padding-box;
    /*border-color: rgba(0, 0, 0, 0.2);*/
    border-color: #fff;
    border-style: solid;
    border-width: 0px;
    /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
    /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
    max-width: 1170px;
    display: block;
    flex-direction: unset !important;
    border-radius: 0;
    margin: 0 auto;
    padding: 20px;
}
@media (min-width: 640px) {
    #cookieman-modal .modal-dialog .modal-content {
        background-clip: padding-box;
        /*border-color: rgba(0, 0, 0, 0.2);*/
        border-color: #fff;
        border-style: solid;
        border-width: 0px;
        /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
        /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
        max-width: 1170px;
        display: block;
        flex-direction: unset !important;
        border-radius: 0;
        margin: 0 auto;
        padding: 28px;
    }
}
@media (min-width: 768px) {
    #cookieman-modal .modal-dialog .modal-content{
        background-clip: padding-box;
        /*border-color: rgba(0, 0, 0, 0.2);*/
        border-color: #fff;
        border-style: solid;
        border-width: 0px;
        /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
        /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
        max-width: 1170px;
        display: block;
        flex-direction: unset !important;
        border-radius:0;
        margin: 0 auto;
        padding: 75px;
    }
}
@media (min-width: 1024px) {
    #cookieman-modal .modal-dialog .modal-content{
        background-clip: padding-box;
        /*border-color: rgba(0, 0, 0, 0.2);*/
        border-color: #fff;
        border-style: solid;
        border-width: 0px;
        /*box-shadow: 0 5px 15px rgb(0 0 0 / 50%);*/
        /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
        max-width: 1170px;
        display: block;
        flex-direction: unset !important;
        border-radius:0;
        margin: 0 auto;
        padding: 45px;
    }
}
#cookieman-modal .modal-dialog .modal-content .modal-header{
    border-radius:0;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
    display: block;
    outline-style: none;
    outline-width: 0px;
    padding: 15px 0 0 0;
}
@media (min-width: 920px) {
    #cookieman-modal .modal-dialog .modal-content .modal-header {
        /*padding: 15px 0;*/
    }
}
#cookieman-modal .modal-dialog .modal-content .modal-body{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer{
    border-radius:0;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    display: block;
    padding: 0 0px;
    padding-bottom: 0;
    padding-top: 10px;
    text-align: right;
}

/*Panel*/
#cookieman-modal .panel-group{
    margin-bottom: 20px;
    box-shadow: none;
}
#cookieman-modal .panel-group > .panel-default{
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
}
#cookieman-modal .panel-group > .panel-default:last-child{
    margin-top: 5px;
}
#cookieman-modal .panel-group > .panel-default .panel-heading{
    color:#000;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 19px;
    padding:10px 16px ;
    background-color: #66B692;
}
@media (min-width: 920px) {
    #cookieman-modal .panel-group > .panel-default .panel-heading {
        font-size: 20px !important;
        line-height: 24px;
    }
}
#cookieman-modal .align-right{
    text-align: right;
}

#cookieman-modal .panel-group > .panel-default .panel-heading .panel-title {
    position: relative;
    font-weight: 700;
    padding: 0;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 19px;
}
@media (min-width: 920px) {
    #cookieman-modal .panel-group > .panel-default .panel-heading .panel-title {
        font-size: 20px !important;
        line-height: 24px;
    }
}

#cookieman-modal .panel-group > .panel-default .panel-heading .panel-title .cookiebanner-collapsible {
    padding: 0 !important;
}
#cookieman-modal .panel-group > .panel-default .panel-body{
    padding: 15px;
}
#cookieman-modal .panel-group > .panel-default .panel-body > .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
#cookieman-modal .panel-group > .panel-default .panel-body > p {
    margin: 0 !important;
    font-family: BundesSansWeb-Regular, "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px;
}
@media (min-width: 920px) {
    #cookieman-modal .panel-group > .panel-default .panel-body > p {
        font-size: 16px !important;
        line-height: 24px;
    }
}

@media (min-width: 920px) {
    #cookieman-modal .modal-dialog {
        margin: 0px auto 0;
    }
}

#cookieman-modal label {
    margin-bottom: 0;
}

#cookieman-modal table {
    /*/font-size: 80%;*/
    font-size: 13px;
}

/*Collapser Dropdown*/
#cookieman-modal a.cookiebanner-collapsible{
    display: block;
}
#cookieman-modal a[aria-expanded="false"]:after {
    content: '+';
    /*font-size: 1.813rem;*/
    font-size: 29px;
    /*line-height: 1.438rem;*/
    line-height: 23px;
    font-weight: 900;
    display: block;
    float: right;
}
#cookieman-modal a[aria-expanded="true"]:after {
    content: '+';
    transform: rotate(45deg);
    /*font-size: 1.813rem;*/
    font-size: 29px;
    /*line-height: 1.438rem;*/
    line-height: 23px;
    font-weight: 900;
    display: block;
    float: right;
}

#cookieman-settings [data-toggle="collapse"]:after {
    float: right;
}

#cookieman-modal [data-toggle="collapse"].collapsed:after {
    content: "\e080";
}

/*Tabellen*/
#cookieman-modal .table td,
#cookieman-modal .table th{
    /*font-size: 0.75rem !important;*/
    font-size: 13px !important;
    white-space: normal;
}

/*Body scrolling aus*/
.body-scrolling-off{
    height: 100%;
    overflow: hidden;
}