/* The Modal (background) */
.cookieconsentmodal {
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  display: block;
}

/* Modal Content */
.cookieconsentmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  display: block;
  line-height: normal;
}
#CookieConsentModalContent > h2 {
  color: #444;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0 0;
    font-family: 'Raleway', sans-serif;
}
#CookieConsentModalContent > p {
  margin-bottom: 10px;
}
.CookieConsentIcon {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  bottom: 0;
  left: 0;
}
.CookieConsentIconImage {
  margin-left: 12px;
  margin-bottom: 8px;
  width: 36px;
}
.CookieConsentIconImage:hover {
  transform: scale(1.5, 1.5);
}

.cookieConsentLabel {
  font-size: 2em;
}

#CookieConsentModalContent > ul {
  width:2em;
  height:2em;
  width:100%;
  list-style: none;
  display:table;
  margin: 5px
}
#CookieConsentModalContent > ul > li {
  padding:5px;
}

#cookieConsentModalContentDetailsDiv {

}


#CookieConsentModalContent > h2 {
  text-align: center;
}

.cookieConsentModalContentDetails {
  text-align: center;
  cursor: pointer;
}

.cookieConsentCheckbox {
  width:2em;
  height:2em;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
  width:100%;
}
#cookieConsentModalContentDetailsDivAnalytics > ul {
  list-style: none;
  justify-content: space-around;
  margin:0px;
  padding:0px;
  margin-bottom: 30px;
}
ul#buttonlist {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin:0px;
  padding:0px;
  margin-bottom: 30px;
}
/* Modal Buttons */
.button_afvisAlle {
  width: 150px;
  height: 50px;
}
.button_accepteralle {
  width: 150px;
  height: 50px;
  background-color: green;
  color: white;
  background-image: none;
}

#cookieConsentModalContentDetailsDivAnalytics > ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
