#cookiehinweisOuter {
    padding: 0px;
    position: fixed;
    z-index: 9999999991;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#cookiehinweis {
    background-color: 
    rgba(2,29,58,0.8);
    padding: 15px 20px 10px;
    line-height: 1.5em;
    width: 100%;
    font-size: 13px;
    /*max-width: 610px;*/
    margin: 0 auto;
}

#cookiehinweis_content {
  color:#fff;
}

#cookiehinweis_content p {
  color:#fff;
}

#cookiehinweis_content a {
  color:#fff;
  font-weight:bold;
}

#cookiehinweis_content .btnWrap {
    float: left;
    width: 100%;
}

#cookiehinweis_content .buttonLink {
    background-color: 
    transparent;
    border: 1px solid;
    color: #676767;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    width: auto;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 5px 7px 4px;
    margin: 10px 0 0;
        margin-right: 0px;
    margin-right: 0px;
    margin-right: 0px;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cookiehinweis_content .buttonLink {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

#cookiehinweis_content .buttonLink:hover {
  opacity: 0.5;
}

#cookiehinweis_rechtliches {
  /*position:absolute;*/
  right:10px;
  bottom:10px;
}
#cookiehinweis_rechtliches a {
  margin-right:5px;
}

#cookiehinweis_toggle_options {
  background-color:#21ae00 !important;
  border-color:#2ef500 !important;
}
#cookiehinweis_store_options {
}

/* The switch - the box around the slider */
.cookiehinweis_switch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 13px;
  margin-top: 10px;
  top: 3px;
  margin-right: 5px;
  margin-left: 3px;
}




#cookiehinweis_options {
  display:block;
  margin:auto;
  position: relative;
}

.cookiehinweis_options_row td {
  text-align:left;
}

.cookiehinweis_more_infos_link {
    cursor: pointer;
    color: #EE7202;
    font-family: 'Open Sans ', sans-serif;
    float: left;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.8em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cookiehinweis_more_infos_link:hover {
    opacity: 0.5;
}

.cookiehinweis_more_infos {
  display:none;
}
.cookiehinweis_more_infos table,
.cookiehinweis_more_infos table tr,
.cookiehinweis_more_infos table td {
  margin:0px;
  padding:0px;
  color:#fff;
  
}
.cookiehinweis_more_infos table {
  width:100%;
}
.cookiehinweis_more_infos table td {
  padding-right:2px;
}
.cookiehinweis_more_infos table td {
  border-bottom:1px solid #fff;
}

.cookiehinweis_options_row {
    margin: 20px 0 10px;
}

.cookiehinweis_switch_label {
  display:inline;
  float:left;
  position:relative;
  margin-left:3px;
  
}
.cookiehinweis_switch_label div {
  color:#fff;
}
.cookiehinweis_switch_label div.labelText {
  color:#ddd;
}
.cookiehinweis_switch_label h4,
.col.head h4 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 100;
  font-weight: bold;
}

label[for] {
  cursor: pointer;
}

/* Hide default HTML checkbox */
.cookiehinweis_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.cookiehinweis_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookiehinweis_slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
      height: 11px;
      width: 11px;
      left: 0px;
      bottom: 1px;
}

input:checked + .cookiehinweis_slider {
  background-color: #EE7202;
}

input:focus + .cookiehinweis_slider {
  box-shadow: 0 0 1px #EE7202;
}

input:checked + .cookiehinweis_slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}

/* Rounded sliders */
.cookiehinweis_slider.round {
  border-radius: 17px;
}

.cookiehinweis_slider.round:before {
  border-radius: 50%;
}

#cookiehinweis .row {
    display: flex;
    /*flex-wrap: nowrap;
    justify-content: space-between;*/
}


/*#cookiehinweis .col:first-child {
    max-width: 40px;
    width: 100%;
}*/
#cookiehinweis .col {
    color: #fff;
    float: left;
    width: 100%;
}

#cookiehinweis .colx:first-child {
    max-width: 160px;
    width: 100%;
}

#cookiehinweis .colx {
    color: #ddd;
}

#cookiehinweis .cookiehinweis_more_infos {
    float: left;
    width: 100%;
}

#cookiehinweis .fa.fa-times-circle {
    color: #fff;
    position: absolute;
    right: 0;
    margin-top: -20px;
}

#cookiehinweis h4 {
    font-size: 1em;
}

#cookiehinweis h4,
#cookiehinweis label {
    display: inline-block;
}

#cookiehinweis i {
    color: #fff;
    font-style: normal;
}

@media (min-width: 601px) {
  #cookiehinweis .rowx {
      display: flex;
      border-bottom: 1px solid #888;
      /*flex-wrap: nowrap;
      justify-content: space-between;*/
  }
}
@media (max-width: 600px) {
  #cookiehinweis .colx:first-child {
    max-width: 160px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #888;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 9px;
  }
}

@media (max-width: 500px) {
  #cookiehinweis {
      bottom: -10px;
      left: 10px;
      right: 10px;
      margin-left: 0;
      width: auto;
      padding: 5px 10px 10px;
  }

  #cookiehinweis.cookieoptions {
      top: 30px;
  }

/*  #cookiehinweis .col:first-child {
      max-width: 24px;
      width: 100%;
  }*/
  .cookiehinweis_options_row {
      margin: 10px 0 0;
  }
}