/* #####################################################################################################
   This stylesheet describes the cookienotice
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
.cookiePopupContainer {
  padding: 0;
}
.cookiePopupContainer + .overlayClose {
  display: none;
}
.cookieNotice {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 99999;
  display: none;
}
.cookieNotice.show {
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  -ms-animation: fadeIn 500ms;
  -o-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  display: block;
}
.cookieNotice .container {
  max-width: 1120px;
  margin: 0 auto;
}
.cookieNotice__block {
  position: relative;
  padding: 10px 20px;
  background: white;
  border: 1px solid #e6ebf0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width : 768px) {
  .cookieNotice__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.cookieNotice__content,
.cookieNotice__buttons {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.cookieNotice__content {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.6;
}
.cookieNotice__buttons {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  flex-wrap: wrap;
}
.no-flexbox.no-flexboxlegacy .cookieNotice__buttons {
  text-align: right;
}
.cookieNotice__buttons .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: white;
  color: #202020;
  font-size: 12px;
  padding: 9px;
  text-align: center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cookieNotice__buttons .close:hover {
  background: #e6ebf0;
}
.cookieNotice__buttons .bttn {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .cookieNotice__buttons .bttn {
    width: auto;
  }
}
.cookieNotice__buttons .link {
  margin: 20px 0;
}
@media only screen and (min-width : 768px) {
  .cookieNotice__buttons .link {
    margin: 0 20px 0 0;
  }
}
/* Popup */

.no-flexbox.no-flexboxlegacy .cookiePopupContainer {
  padding: 0 0 70px 0;
}
.cookiePopup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.cookiePopup > * {
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.cookiepopup__body {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.no-flexbox.no-flexboxlegacy .cookiepopup__body {
  max-height: 467px;
}
@media only screen and (min-width : 768px) {
  .cookiepopup__body {
    padding: 30px;
  }
}
.cookiepopup__footer {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  background: white;
}
.no-flexbox.no-flexboxlegacy .cookiepopup__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.cookieSetting {
  padding: 20px 0;
  border-bottom: 1px solid #e6ebf0;
}
@media only screen and (min-width : 768px) {
  .cookieSetting {
    display: table;
    width: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .cookieSetting > div {
    display: table-cell;
    vertical-align: top;
  }
}
.cookieSetting > div.cookieSetting__text {
  padding: 0 15px 0 0;
}
@media only screen and (min-width : 768px) {
  .cookieSetting > div.cookieSetting__options {
    width: 140px;
    padding-top: 35px;
  }
}
.cookieSetting__optionWrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.cookieSetting__option {
  position: relative;
  width: 49%;
  float: left;
  overflow: hidden;
}
.cookieSetting__option input {
  position: absolute;
  top: -999em;
  left: 0;
}
.cookieSetting__option input:checked + label {
  pointer-events: none;
}
.cookieSetting__option #cookie_functional--true + label,
.cookieSetting__option #cookie_tracking--true + label,
.cookieSetting__option #cookie_advertising--true:checked + label,
.cookieSetting__option input:checked + label {
  background: #8fb776;
  color: white;
  cursor: default;
}
.cookieSetting__option input:checked + label.right {
  background: #e6575a;
  cursor: default;
}
.cookieSetting__option input:disabled + label {
  opacity: .4;
  cursor: default;
}
.cookieSetting__option #cookie_functional--false + label,
.cookieSetting__option #cookie_tracking--false + label,
.cookieSetting__option label {
  display: block;
  background: #ebebeb;
  color: #202020;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}
.cookieSetting__option #cookie_functional--false + label.left,
.cookieSetting__option #cookie_tracking--false + label.left,
.cookieSetting__option label.left {
  -webkit-border-top-right-radius: 10px 0 0 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px 0 0 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px 0 0 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cookieSetting__option #cookie_functional--false + label.right,
.cookieSetting__option #cookie_tracking--false + label.right,
.cookieSetting__option label.right {
  -webkit-border-top-right-radius: 0 10px 10px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 10px 10px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 10px 10px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cookieSetting__option #cookie_functional--false + label,
.cookieSetting__option #cookie_tracking--false + label {
  cursor: default;
}
.cookieSetting__option + .cookieSetting__option {
  margin-left: 2%;
}
.cookieSetting:last-child .cookieSetting__checkbox:after {
  display: none;
}
.cookiePopup__buttons {
  text-align: right;
  line-height: 0;
  padding-top: 20px;
}
@media only screen and (min-width : 768px) {
  .cookiePopup__buttons {
    padding: 20px;
  }
}
