/*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: #333;
    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: #333;
    font-family: BundesSerifWeb-Bold, "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: 30px !important;
    /*line-height: 2.25rem;*/
    line-height: 36px;
    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: 15px !important;
    font-weight: 400;
    /*line-height: 1.375rem;*/
    line-height: 22px;
}
#cookieman-modal .modal-body > .content > p > span.cookiedesclink-wrapper{
    display: inline-block;
    white-space: nowrap;
}
#cookieman-modal .modal-body > .content > p > span > img.cookiedesclink{
    /*width: 0.938rem;*/
    width: 15px;
    /*height: 0.938rem;*/
    height: 15px;
    margin-right: 2px;
    margin-top:0;
}
#cookieman-modal .modal-body > .content > p > span > a{
    color: #256651;
    text-decoration: none;
}
#cookieman-modal .modal-body > .content > p > span > a:hover{
    text-decoration: underline;
}
#cookieman-modal .modal-body > .content > p > span > a:focus{
    text-decoration: underline;
    outline: none;
}

/*Button*/
#cookieman-modal .btn{
    background-color: #23614e;
    border:none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 10px;
    outline-color: #333 !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 #23614e !important;
    outline-offset: 2px;
    box-shadow: none;
}
#cookieman-modal .btn.btn-red{
    background-color: #C0003C;
}
#cookieman-modal button.btn.cookiebanner-collapsible{
    float: right;
}
#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: #e4f2d5;
    background-image: none;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px;
    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: 0.938rem !important;*/
    font-size: 15px !important;
    font-weight: 400;
    /*line-height: 1.375rem;*/
    line-height: 22px;
}
#cookieman-modal form input[type='checkbox']{
    display: block;
    position: absolute;
    height:15px !important;
    /*height:0.938rem !important;*/
    width: 15px !important;
    /*width: 0.938rem !important;*/
    /*line-height: 1.375rem !important;*/
    line-height: 22px !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;
}
#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 #23614e !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: #333 !important;
    outline-style: none;
    outline-width: 0px;
    /*width: 600px;*/
    max-width: 600px;
    margin: 10px;
}
#cookieman-modal .modal-dialog .modal-content{
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    display: block;
    flex-direction: unset !important;
    border-radius:0;
}
#cookieman-modal .modal-dialog .modal-content .modal-header{
    border-radius:0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
    display: block;
    outline-style: none;
    outline-width: 0px;
    padding: 15px;
}
#cookieman-modal .modal-dialog .modal-content .modal-body{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer{
    border-radius:0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    display: block;
    padding: 15px;
    padding-bottom: 0;
    text-align: right;
}

/*Panel*/
#cookieman-modal .panel-group{
    margin-bottom: 20px;
    box-shadow: none;
}
#cookieman-modal .panel-group > .panel-default{
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 4px;
}
#cookieman-modal .panel-group > .panel-default:last-child{
    margin-top: 5px;
}
#cookieman-modal .panel-group > .panel-default .panel-heading{
    color:#333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5f5f5;
    height: 49px;
}
#cookieman-modal .panel-group > .panel-default .panel-heading .panel-title {
    position: relative;
    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: 1rem !important;*/
    font-size: 16px !important;
    font-weight: 700;
    /*line-height: 1.813rem;*/
    line-height: 29px;
    padding: 0;
}
#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: 15px 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: 0.938rem !important;*/
    font-size: 15px !important;
    font-weight: 400;
    /*line-height: 1.375rem;*/
    line-height: 22px;
}

@media (min-width: 768px) {
    #cookieman-modal .modal-dialog {
        margin: 80px 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;
}