/*#global-wrap{
    display: none;
}*/

.cookie-banner{
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    text-align: center;
}

.cookiebox-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-icon{
    padding: 40px 0 0 0;
    text-align: center;
}

.header-icon img{
    max-height: 100px;
}
.dialogbox{
/*    margin: 20px auto;
    float: none;*/
}

.background{
  /*  background-color: #f6f9fb;
    border: 1px solid #8a9ba8;
    padding: 0 0 50px 0;*/
}

.dialogbox .content-box{
    padding: 30px;
}

.dialogbox .headline-1,
.cookie-banner .headline-1,
.dialogbox h2,
.cookie-banner h2,
.dialogbox h3,
.cookie-banner h3,
.dialogbox p,
.cookie-banner p,
.cookie-banner a,
.dialogbox li {
    color: #333;
}


.dialogbox .headline-1,
.cookie-banner .headline-1{
    font-size: 22px;
    padding: 0 0 10px 0;
}

.dialogbox h2,
.cookie-banner h2{
    font-size: 18px;
    padding: 0 0 5px 0;
}

.dialogbox h3,
.cookie-banner h3{
    font-size: 14px;
    padding: 8px 0 0 0;
}

.dialogbox p, .dialogbox a, .dialogbox li,
.cookie-banner p, .cookie-banner a, .cookie-banner li{
    font-size: 16px;
    line-height: 20px;
}

.cookiebox p,
.cookie-banner p{
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}

.dialogbox li,
.cookie-banner li{
    list-style-type: none;
    margin: 8px 0;
    max-height: 30px;
}

.text-center{
    text-align: center;
}
.overlay{
    position: absolute;
    background-color: #f6f9fb;
    overflow-y: scroll;
    padding: 30px;
    display: none;
}

.cookiebox{
    background-color: #DBE7F2;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.btn-close{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../Images/btn-close.svg') no-repeat;
    cursor: pointer;
}

.info-btn{
    width: 20px;
    height: 20px;
    background: url('../Images/btn-info.svg') no-repeat;
    cursor: pointer;
    position: relative;
    right: -150px;
    top: -20px;
}

/* ---------------  formular ------------ */

.cookie-settings select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

.cookie-settings select {
    width:100%;
    border: 1px solid #A7B6C2;
    border-radius: 3px;
    margin: 10px 0 10px 0;
    padding: 10px 10px 10px 40px;
    background-color:white;
    background-image:url('../Images/input-icon-select.svg');
    background-position: right;
    background-size: 20px;
    background-repeat: no-repeat;
}

.cookie-settings select:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.cookie-settings select::-ms-expand {
    display:none;
}

.cookie-settings .lt-ie10 select {
    background-image: none;
}

.cookie-settings option {
    background:#fff;
    border-top:1px solid #444;
    margin: 15px;
    padding: 15px;
}

.cookie-settings input[type='checkbox'],
.cookie-settings input[type='radio'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}
.cookie-settings input[type='checkbox']:checked,
.cookie-settings input[type='checkbox']:not(:checked),
.cookie-settings input[type='radio']:checked,
.cookie-settings input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin:0;
    padding:0;
}

.cookie-settings input[type='checkbox'] + label,
.cookie-settings input[type='radio'] + label {
    cursor: pointer;
}

.cookie-settings input[type='checkbox']:checked + label::before,
.cookie-settings input[type='checkbox']:not(:checked) + label::before,
.cookie-settings input[type='radio']:checked + label::before,
.cookie-settings input[type='radio']:not(:checked) + label::before{
    content:' ';
    display:inline-block;
    width: 40px;
    height:20px;
    position: relative;
    top:4px;
    background: white;
    margin-right: 0.5em;
    background: url('../Images/checkbox-switch-off.svg') no-repeat;
    transition: background 0.2s;
}

.cookie-settings input[type='radio']:checked + label::before,
.cookie-settings input[type='radio']:not(:checked) + label::before{
    width: 20px;
    background: url('../Images/input-radio.svg') no-repeat;

}

.cookie-settings input[type=radio]:checked + label::before,
.cookie-settings input[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
}

.cookie-settings input[type='checkbox']:hover  + label::before{
    color: #62A0D7;
    background: url('../Images/checkbox-switch-off.svg') no-repeat;
}

.cookie-settings input[type='radio']:hover  + label::before{
    color: #62A0D7;
    background: url('../Images/input-radio-hover.svg') no-repeat;
}


.cookie-settings input[type='checkbox']:checked  + label::before
{
    background: url('../Images/checkbox-switch-on.svg') no-repeat;
}

.cookie-settings input[type='checkbox']:disabled  + label::before
{
    background: url('../Images/checkbox-disabled-on.svg') no-repeat;
}


.cookie-settings input[type='radio']:checked  + label::before
{
    background: url('../Images/input-radio-checked.svg') no-repeat;
}

.cookie-settings input[type='checkbox']:checked  + label,
.cookie-settings input[type='radio']:checked  + label{
    color: #246cb3;
    font-weight: 400;
}

/* ---------------  BUTTON ------------ */

.btn{
    /*   float: left;*/
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    margin: 10px 0;
    cursor: pointer;
    transition: background-color 1s ease;
}

.prime-btn{
    /*border: 1px solid #0b68b2;*/
    background: #62a0d7;
   /* box-shadow: 0 0 7px rgba(0,0,0,0.6);*/
    font-weight: 700;
    color: #fff;
}

.prime-btn:hover{


}

.second-btn{
    border: 0;
   /* background-color: #8a9ba8;*/
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bgCustomColorSolid-1);
}

.second-btn:hover{
    background-color: #9fb3c2;
}