@charset "UTF-8";
/*!
 * Copyright 2018 Pavel Kovář - Frontend developer [www.pavelkovar.cz]
 * Extension Copyright 2019 STS Software [www.stssoftware.de]
 */
/* Settings */
/* Cookie Bar styles */
.cookie-bar__inner {
  background-color: #DCDCDC;
  color: #000000;
  font-family: Arial;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #800000;
  border-bottom: 1px solid #800000;
  border-left: 1px solid #800000;
  border-right: 1px solid #800000;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 62rem) {
  .cookie-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  }
}

.cookie-bar__buttons {
  display: block;
  margin-top: .375rem;
}

@media (min-width: 62rem) {
  .cookie-bar__buttons {
    display: inline;
    margin-top: 0;
  }
}

.cookie-bar__btn {
  background-color: #DCDCDC;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  margin: 0 .875rem;
  padding: .125rem .875rem;
  cursor: pointer;
  border: 1px solid #800000;
  border-radius: 3px;
}

@media (max-width: 36rem) {

  .cookie-bar__btn {
    display: block;
    margin: 0 auto .25rem;
  }
}

.cookie-bar__btn:hover {
  background-color: #F5F5F5;
}

.cookie-bar__btn:active {
  background-color: #DCDCDC;
}

.cookie-bar__link {
  background-color: #DCDCDC;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  margin: 0 .875rem;
  padding: .125rem .875rem;
  cursor: pointer;
  border: 1px solid #800000;
  border-radius: 3px;
}

.cookie-bar__link:hover {
  background-color: #F5F5F5;
  text-decoration: none;
}

.cookie-bar__link:active {
  background-color: #DCDCDC;
  text-decoration: none;

}

/* Cookie Bar layouts */
.cookie-bar--bottom-left,
.cookie-bar--top-left,
.cookie-bar--bottom-right,
.cookie-bar--top-right,
.cookie-bar--top,
.cookie-bar--left-midle,
.cookie-bar--right-midle,
.cookie-bar--bottom {
  z-index: 100;
  position: fixed;
}

.cookie-bar--bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.cookie-bar--top {
  right: 0;
  top: 0;
  left: 0;
}

.cookie-bar--bottom-left {
  left: 20px;
}

.cookie-bar--left-midle {
  left: 20px;
  top: 48%;
}

.cookie-bar--right-midle {
  right: 20px;
  top: 48%;
}

.cookie-bar--top-left {
  left: 20px;
}

.cookie-bar--bottom-right {
  right: 20px;
}
.cookie-bar--top-right {
  right: 20px;
}

.cookie-bar--bottom-right,
.cookie-bar--bottom-left {
bottom: 20px;
}

.cookie-bar--top-right,
.cookie-bar--top-left {
top: 20px;
}

@media (min-width: 48rem) {
  .cookie-bar--top-right,
  .cookie-bar--top-left,
  .cookie-bar--bottom-right,
.cookie-bar--left-midle,
.cookie-bar--right-midle,
  .cookie-bar--bottom-left {
  width: 22.5rem;
  }
}

@media (min-width: 48rem) {
.cookie-bar--left-midle .cookie-bar__inner,
.cookie-bar--right-midle .cookie-bar__inner,
  .cookie-bar--bottom-right .cookie-bar__inner,
  .cookie-bar--bottom-left .cookie-bar__inner,
  .cookie-bar--top-left .cookie-bar__inner,
  .cookie-bar--top-right .cookie-bar__inner,
  .cookie-bar--bottom-right .cookie-bar__buttons,
  .cookie-bar--top-right .cookie-bar__buttons,
  .cookie-bar--top-left .cookie-bar__buttons,
.cookie-bar--left-midle .cookie-bar__buttons,
.cookie-bar--right-midle .cookie-bar__buttons,
  .cookie-bar--bottom-left .cookie-bar__buttons {
  display: block;
  text-decoration: none;
  }
}

@media (min-width: 48rem) {
  .cookie-bar--bottom-right .cookie-bar__buttons,
  .cookie-bar--top-right .cookie-bar__buttons,
  .cookie-bar--top-left .cookie-bar__buttons,
.cookie-bar--left-midle .cookie-bar__buttons,
.cookie-bar--right-midle .cookie-bar__buttons,
  .cookie-bar--bottom-left .cookie-bar__buttons {
    margin-top: .375rem;
    text-decoration: none;
  }
}

.cookie-bar--bottom-right .cookie-bar__inner,
.cookie-bar--top-right .cookie-bar__inner,
.cookie-bar--top-left .cookie-bar__inner,
.cookie-bar--left-midle .cookie-bar__inner,
.cookie-bar--right-midle .cookie-bar__inner,
.cookie-bar--bottom-left .cookie-bar__inner {
  line-height: 1.3;
}
