


.cookie-banner {
    position: fixed;
    bottom: 30px;
    left: 5%;
    margin-left: 0;
        z-index: 10000000;

    margin-right: 0;
    width: 90%;
    padding: 10px 10px;
    display: block;
        font-size: 14px;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-radius: 3px;
}
.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.cookie-banner h3 {
color:black;
}

.cookie-banner p {
color:black;
    margin-bottom: 0px;
}

.cookie-small-margin-top {
    margin-top: 10px;
}
.cookie-banner hr {
    border-color: #9e9e9e;
    border-top-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rowclosed {
opacity:0;
display:none;
}

.rowopen {
opacity:1;
display:flex;
}


.cookie-banner .container {
    box-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.cookiebtn-akkoord {
     background-color: #49a539;
     color:white;
         border: 1px solid #49a539;

}

.cookiebtn-akkoord:hover {
    background-color: transparent;
    border: 1px solid #49a539;
    color: #49a539;
}

#cookie_settings {
text-decoration:underline !important;
color:#007bff !important;
}



#cookie_settings:hover {
text-decoration:underline !important;
cursor:pointer !important;
opacity:0.9 !important;
}


.cookie-beleid {
    text-decoration:underline !important;
color:#007bff !important;
}

    .cookie-beleid:hover {
        text-decoration:underline !important;
cursor:pointer !important;
opacity:0.9 !important;
    }
.cookiebtn-akkoord, .cookiebtn-akkoord:hover {
    font-size: 14px;
    padding: 6px 9px;
    margin-bottom: 6px;

}

.cookiebtn-close, .cookiebtn-close:hover {
width: 100%;
    font-size: 14px;
    padding: 6px 9px;
    margin-bottom: 6px;

}

.cookie-image {
    width: 100%;
    height: 100%;
    background-image: url(/App_Themes/Default/images/cookie-lg-nom.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Customize the label (the container) */
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 2px;
    margin-bottom: -11px;
    cursor: pointer;
    font-size: 14px;
    line-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  border-radius: 14px;
  width: 25px;
  background-color: #cecece;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #adadad;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
left: 10px;
    top: 6px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:990px) {
.onphoneabitmorebr {
    margin-bottom: 9px !important;
}

.cookie-banner {
    position: fixed;
    bottom: 8px;
    left: 2%;
    margin-left: 0;
    margin-right: 0;
    width: 95%;
    padding: 6px 6px;
    display: block;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-radius: 3px;
}

.cookie-small-margin-top {
    color: black;
    margin-bottom: 17px  !important;
        line-height: 17px !important;
}

.cookie-banner hr {
    border-color: #9e9e9e;
    border-top-width: 1px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.checkboxcontainer {
    margin-top: -23px;
    margin-bottom: -3px;

}
.cookie-banner h3 {
    font-size: 23px;
    line-height: 6px;
    font-family: Klavika;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #404040;
}
}


.col-md-2{
        float: right;
    position: relative;
}


ul.customstyle{

    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}