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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.cookieNotice {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 1005;
  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__block {
  position: relative;
  padding: 10px 20px;
  background: white;
  box-shadow: 0 0 10px #d8d8d8;
}
.cookieNotice__content,
.cookieNotice__buttons {
  display: block;
}
.cookieNotice__content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.cookieNotice__content p {
  margin: 5px 0;
  color: black;
}
.cookieNotice__buttons {
  max-width: 440px;
  margin: 0 auto;
  display: block;
}
.no-flexbox.no-flexboxlegacy .cookieNotice__buttons {
  text-align: right;
}
.cookieNotice__buttons .bttn.large {
  height: 40px;
  line-height: 40px;
}
.cookieNotice__buttons .bttn.success:hover {
  background: #449d44;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

  color: white;
}
.cookieNotice__buttons .close {
  display: none;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #fafafa;
  color: white;
  font-size: 12px;
  padding: 9px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.cookieNotice__buttons .close:hover {
  background: #d8d8d8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
/* Popup */

.cookiePopup {
  padding: 0 0 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .cookiePopup {
    padding: 0 0 90px;
  }
}
.cookiePopup > * {
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.cookiePopup h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.cookiepopup__body {
  max-height: 567px;
  line-height: 23px;
}
@media only screen and (min-width: 375px) {
  .cookiepopup__body {
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .cookiepopup__body {
    line-height: 30px;
  }
}
.cookiepopup__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
}
@media only screen and (max-width: 767px) {
  .cookiepopup__footer {
    position: fixed;
    bottom: 2%;
    margin: 0 2%;
    width: 96%;
  }
}
.cookiepopup__footer .bttn.large {
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (min-width: 1920px) {
  .cookiepopup__footer .bttn.large {
    width: 280px;
  }
}
.cookiepopup__footer .bttn.large:hover {
  letter-spacing: 1.5px;
  background: #5cb85c;
  color: white;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.cookieSetting {
  padding: 15px 20px;
  background: #f8f8f8;
  margin-bottom: 15px;
}
@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: 50%;
  float: left;
  overflow: hidden;
}
.cookieSetting__option input {
  position: absolute;
  top: -999em;
  left: 0;
}
.cookieSetting__option #cookie_functional--true + label,
.cookieSetting__option #cookie_tracking--true + label,
.cookieSetting__option input:checked + label {
  background: #5cb85c;
  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: #454545;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}
.cookieSetting__option #cookie_functional--false + label,
.cookieSetting__option #cookie_tracking--false + label {
  cursor: default;
}
.cookieSetting:last-child .cookieSetting__checkbox:after {
  display: none;
}
.cookiePopup__buttons {
  text-align: right;
  line-height: 0;
  text-transform: uppercase;
  padding: 15px;
  letter-spacing: 0.5px;
  margin: 0 15px 15px 0;
}
