/**
GDPR - Cookie Consent - Overlay v3
Author:Raymond Brogan
Company: The Raymond Brogan Corporation
URI: https://cookieinformation.raymondbrogan.com
Version 2.0.0
**/

.noScroll,.noScroll body{
  overflow:hidden !important;
  position: relative;
  height: 100%;
}
#coi-banner-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  text-align: left;
  line-height: normal;
} 
#coi-banner-wrapper *:focus{
  outline-width:1px;
  outline-style:solid;
  outline-color:focus-ring-color;
  outline-color:-webkit-focus-ring-color;
}
#coi-banner-wrapper button:focus{
  outline:1 !important;
}
.coi-banner__wrapper:focus {
  outline: none;
}
#Coi-Renew {
  display: none;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 99999999999;
  padding: 10px;
  border:0;
  cursor: pointer;
  border-top-right-radius: 50%;
  transform: scale(.7);
  transform-origin: bottom left;
  transition: all .3s ease;
}
#Coi-Renew:hover {
  transform: scale(1);
}
#Coi-Renew svg {
  width: 100%;
}
#Coi-Renew .renew_path {
  fill: #1C771C !important;
}
#coiOverlay {
  background: rgba(0, 0, 0, .7);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
  padding: 20px;
  box-sizing: border-box;
}
.coi-banner__wrapper {
  width: 600px;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  overflow-x: hidden;
  border-radius: 0px;
}
.coi-banner__wrapper a[href]:not([disabled]){
  text-decoration:underline;
}
.coi-banner__wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}
.coi-banner__wrapper::-webkit-scrollbar-track {
  background-color: none;
}
.coi-banner__wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.coi-banner__wrapper ul,.coi-banner__wrapper ol{
  padding:0;
  list-style-position: inside;
}
.coi-banner__page {
  background:#f5f5f5;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  display:block;
  height:100%;
  color: #222;
  font-size:15px;
}
.coi-banner__summary,
.coi-banner__cookiedeclaration,
.cookiedeclaration_wrapper{
  padding:40px;
  width: 100%;
  background-color: #3c803f;
}
.coi-banner__header{
  display: flex;
  width: 100%;
  font-family: montserrat, "Open Sans", Helvetica, Roboto;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.coi-banner__header img{
  max-width:100%;
}
.coi-banner__header a {
  font-size: 12px !important;
  text-decoration: none !important;
}
.coi-banner__maintext {
  line-height: 1.3 !important;
  font-family: montserrat, "Open Sans", Helvetica, Roboto;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.coi-banner__policy {
  color: #E6E8F1 !important;
  opacity: 40%;
}

.coi-banner__policy:hover {
  color: #4DE8D1 !important;
  opacity: 100%;
}

.coi-banner__cookiedeclaration .coi-banner__maintext {
  white-space: normal !important;
}
.coi-banner__headline {
  display: block;
  font-family: montserrat, "Open Sans", Helvetica, Roboto;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.coi-banner__header .coi-banner__branding {
  font-size: 9px;
  color:#666;
}
.coi-banner__header .coi-banner__branding a {
  display: block;
  text-decoration: none !important;
  color:#555 !important;
  font-size: 10px;
  font-weight:bold;
}
.coi-banner__page-footer {
  background: #141A5B;
  width: 100%;
  padding: 30px 40px;
  position: sticky;
  position: -webkit-sticky;
  top:0;
  bottom: 0;
  z-index: 99999;
}
.coi-button-group{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.coi-toggle-group {
  display: flex;
  justify-content: center;
}

.coi-banner__lastpage, 
.coi-banner__nextpage {
  color: #141A5B;
  padding: 15px 25px;
  text-align: center !important;
  cursor: pointer;
  font-size: 14px;
  font-family: Montserrat, "Open Sans", Helvetica, Roboto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin: 10px 0;
  min-width: 200px;
  border:0;
  background:none;
  transition:all 300ms ease;
  font-weight: bold;
  text-transform: uppercase;
}

.coi-banner__decline,
.coi-banner__accept {
  position: relative;
  text-align: center !important;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 15px 25px;
  max-width: 50%;
  margin: 10px 0;
  min-width: 200px;
  font-weight: 800;
  font-size: 14px;
  font-family: Montserrat, "Open Sans", Helvetica, Roboto;
  letter-spacing: 2px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.coi-banner__lastpage,
.coi-banner__nextpage,
.coi-banner__decline {
  background:#f5f5f5;
}
.coi-banner__lastpage:hover,
.coi-banner__nextpage:hover,
.coi-banner__decline:hover{
  background:#dddddd;
}
.coi-banner__accept {
  background: #141A5B;
  color: #4DE8D1;
  text-decoration: none;
  border: 1px solid #4DE8D1; 
}
.coi-banner__accept:hover{
  background: #141A5B;
  color: #141A5B;
  border: 1px solid #4DE8D1;
  border-color: #4DE8D1;
}
.coi-banner__accept:before {
  content: "";
  position: absolute;
  background: #4DE8D1;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: left 0.09s ease-in;
}

.coi-banner__accept:hover:before {
  left: 0;
}

.coi-banner__decline {
  background: #141A5B;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff; 
}
.coi-banner__decline:hover{
  background: #141A5B;
  color: #141A5B;
  border: 1px solid #fff;
  border-color: #fff;
}
.coi-banner__decline:before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: left 0.09s ease-in;
}

.coi-banner__decline:hover:before {
  left: 0;
}

#show_details,#hide_details{
  color: #E6E8F1 !important;
  opacity: 40%;
  margin-top:10px;
  border:0 !important;
  padding:0 !important;
  background:none !important;
  text-decoration:underline;
  cursor:pointer;
}

#show_details:hover, #hide_details:hover {
  color: #fff !important;
  opacity: 100%;
}

#hide_details,#updateButton{
  display:none;
}
.coi-banner-consent-group{
  padding:0 40px;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  background-color: #ffffff;
}
.coi-banner-consent-field{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-right: solid 0px;
  padding: 25px 0;
}
.coi-banner-consent-field:last-child{
  border-right:0;
}
.coi-banner-consent-field div {
  display: flex;
  justify-content: center;
}
.consent-feld-name {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center !important;
  color: #141A5B;
  font-family: Montserrat, "Open Sans", Helvetica, Roboto;
}
/* Consent Toggles Start*/

.coi-checkboxes{
  position:relative;
  display:flex;
}
.coi-checkboxes input {
  opacity: 0 !important;
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
  cursor: pointer;
  clip:initial !important;
  left:0 !important;
  top:0 !important;
  display:block !important;
}
.coi-checkboxes input:focus + .checkbox-toggle{
  outline-width:1px;
  outline-style:solid;
  outline-color:focus-ring-color;
  outline-color:-webkit-focus-ring-color;
}
.coi-checkboxes .checkbox-toggle {
  background: #E6E8F1;
  width: 65px;
  height: 40px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: .3s ease;
}
.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle {
  background: #141A5B;
}
.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle:before {
  left: 30px;
  background: #fff;
}
.coi-checkboxes input[type=checkbox]:disabled + .checkbox-toggle {
  opacity:.3;
}
.coi-checkboxes .checkbox-toggle:before {
  transition: .3s ease;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background: #fff;
  left: 5px;
  top: 5px;
  box-sizing: border-box;
  color: #333;
  border-radius: 100px;
}

/* Consent Toggles End */
#coiConsentBannerCategoriesWrapper{
  background:#fff;
  border-bottom:solid 1px #CCC;
  max-height:0;
  min-height:0;
  transition: all .3s ease-in-out;
  overflow-x:hidden;
}
.cookiedeclaration_wrapper{
  background:#fff;
  border-bottom:solid 1px #CCC;
  overflow-x:hidden;
}
#coiConsentBannerCategoriesWrapper::-webkit-scrollbar-thumb,
.cookiedeclaration_wrapper::-webkit-scrollbar-thumb{
  background-color: #ccc !important;
  border-radius: 5px;
}
#coiConsentBannerCategoriesWrapper::-webkit-scrollbar-track,
.cookiedeclaration_wrapper::-webkit-scrollbar-track{
  background-color: none;
}
#coiConsentBannerCategoriesWrapper::-webkit-scrollbar,
.cookiedeclaration_wrapper::-webkit-scrollbar{
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.coi-consent-banner__categories-wrapper {
  box-sizing: border-box;
  position: relative;
}
.coi-consent-banner__category-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding:0 40px;
}
.coi-consent-banner__category-container:first-child{
  padding-top:40px;
}
.coi-consent-banner__category-container:last-child {
  margin-bottom: 0;
  padding-bottom:40px;
}
.coi-consent-banner__name-container {
  position: relative;
  display: flex;
}
.coi-consent-banner__category-name {
  cursor: pointer;
  display: flex;
}
.coi-consent-banner__category-name h3{
  font-weight: 600;
  font-size: 14px !important;
  padding:0px !important;
  margin:0px !important;
  word-break: break-word;
}
.coi-consent-banner__no-cookies {
  margin: 0;
  font-size: 1em;
}
.coi-consent-banner__category-name h3 {
  margin-bottom: 30px;
  min-width: 110px;
  max-width: 110px;
  word-break: keep-all;
  font-family: Montserrat, "Open Sans", Helvetica, Roboto;
  color: #141A5B;
}
.coi-consent-banner__name-container .ci-btn-tab-active, .coi-consent-banner__category-name:hover {
  color: #1C771C;
}
.coi-consent-banner__category-expander {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.coi-consent-banner__category-expander:focus + .coi-consent-banner__name-container{
  outline:solid 1px #4D90FE;
}
.coi-consent-banner__description-container {
  display:none;
  width: 100%;
  align-self: flex-end;
}
.tab-panel-active{
  display:block;
}
.coi-consent-banner__description-container::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}
.coi-consent-banner__description-container::-webkit-scrollbar-track {
  background-color: none;
}
.coi-consent-banner__description-container::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
  display: none;
}
.coi-consent-banner__category-description {
  padding: 0 0 0 20px;
  background: #fff;
  color: #141A5B;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  font-family: Montserrat, "Open Sans", Helvetica, Roboto;
}
.cookie-details__detail-container, .cookie-details__detail-container a {
  font-size: 13px;
  flex: 1;
  word-break: break-word;
  display: flex;
}
.cookie-details__detail-title {
  font-weight: 700;
  min-width: 150px;
  max-width: 150px;
  flex: 2;
  padding-right: 5px;
}
.cookie-details__detail-container-data-processor-name{
  font-size:1em;
  font-weight:bold;
}
.cookie-details__detail-content {
  flex: 4;
}
.coi-consent-banner__found-cookies {
  display: flex;
  flex-direction: column;
}
.coi-consent-banner__cookie-details {
  color: #666666;
  flex-direction: column;
  padding: 20px 0;
  line-height: 16px;
}
.ci-arrow {
  border: solid #141A5B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: all .3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
}
.top-column__website-domains{
  display:block;
}
.top-column__bold-text {
  font-weight: 700;
  display: block;
  margin: 10px 0;
}

.coi-consent-banner__name-container .ci-btn-tab-active .ci-arrow {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 5px;
}
@media only screen and (max-width:540px) {
  .coi-consent-banner__cookie-details {
    flex-direction: column;
  }
}

/** ANIMATIONS START **/
@-webkit-keyframes ci-bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px) }
    60% {-webkit-transform: translateY(-20px);}
} 
@keyframes ci-bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-20px);}
}
.ci-bounce {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bounce;
    animation-name: ci-bounce;
}
/** ANIMATIONS END **/

/* MOBILE VIEW */
@media only screen and (max-width:576px) {
  .coi-banner__header{
    margin-bottom:20px;
    flex-direction: row;
    align-items:flex-start;
  }
  .coi-banner__header > *{
    padding: 0 5px;
    align-items: center;
    font-size: 100% !important;
  }
  .coi-banner__header a{
    font-size:100% !important;
  }
  .coi-banner__header img{
    max-width: 100% !important;
    align-self: center;
  }
  .coi-banner__headline{
    font-size:1.2em;
    margin-bottom: 20px;
  } 
  #coiOverlay{
    padding:15px;
  }
  .coi-banner__summary,
  .coi-banner__cookiedeclaration,
  .cookiedeclaration_wrapper,.coi-banner__page-footer{
    padding:20px;
  }
  .coi-button-group{
    flex-direction:column-reverse;
    align-items: center;
  }
  .coi-button-group button{
    width:100%;
    max-width:100%;
    margin:0 0 15px 0;
  }
  .coi-banner-consent-group{
    padding:0 20px;
    flex-wrap:wrap;
  }
  .coi-banner-consent-field{
    justify-content:space-between;
    border-right:0;
    border-bottom: solid 1px #ccc;
    flex: 1 0 50%;
    padding: 10px 0;
  }
  .consent-feld-name{
    text-align:center !important;
  }
  .coi-consent-banner__category-name {
    flex-direction: column;
    flex-flow: wrap;
  }
  .coi-consent-banner__category-name span{
    margin-bottom:10px;
    max-width:100%;
  }
  .coi-consent-banner__name-container {
    flex-direction: column;
  }
  .coi-consent-banner__description-container {
    width: 100%;
  }
  .coi-consent-banner__category-description {
    padding: 0;
  }
  .coi-consent-banner__category-container{
    margin-bottom: 20px;
  }
  .cookie-details__detail-container, .cookie-details__detail-container a{
    flex-flow:column;
  }
  .coi-consent-banner__category-container{
    padding: 0 20px;
  }
  .coi-consent-banner__category-container:first-child{
    padding-bottom:0;
  }
  .coi-consent-banner__category-container:last-child{
    padding-top: 0;
  }
}

 table {
            width: 100%;
            border-collapse: collapse;
        }
        table, th, td {
            border: 1px solid black;
        }
        table tr:nth-child(odd) {
            background-color: white;
        }
        table tr:nth-child(even) {
            background-color: lightgrey;
        }