/* https://github.com/AmauriC/cookiestop.js */

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #cookiestop .cookiestopLine .cookiestopName {
    width: 90% !important;
  }

  #cookiestop .cookiestopLine .cookiestopAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}

@media screen and (max-width: 767px) {
  #cookiestopAlertSmall #cookiestopCookiesListContainer, #cookiestop {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }

  #cookiestop .cookiestopBorder {
    border: 0 !important;
  }

  #cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList {
    border: 0 !important;
  }

  #cookiestop #cookiestopServices .cookiestopTitle {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #cookiestop {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}

/***
 * Common value
 */
#cookiestop * {
  zoom: 1;
}

#cookiestop .clear {
  clear: both;
}

#cookiestop a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  text-decoration: none;
}

#cookiestopAlertBig a, #cookiestopAlertSmall a {
  color: #fff;
}

#cookiestop b {
  font-size: 22px;
  font-weight: 500;
}

/***
 * Root div added just before </body>
 */
#cookiestopRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/***
 * Control panel
 */
#cookiestopBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#cookiestop {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#cookiestop .cookiestopBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopClosePanelCookie,
#cookiestop #cookiestopClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#cookiestop #cookiestopDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopHidden,
#cookiestop #cookiestopServices .cookiestopHidden {
  background: rgba(51, 51, 51, 0.07);
}

#cookiestop #cookiestopServices .cookiestopHidden {
  display: none;
  position: relative;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopTitle,
#cookiestop #cookiestopServices .cookiestopTitle,
#cookiestop #cookiestopInfo,
#cookiestop #cookiestopServices .cookiestopDetails {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
}

#cookiestop #cookiestopServices .cookiestopMainLine .cookiestopName a,
#cookiestop #cookiestopServices .cookiestopTitle a {
  color: #fff;
  font-weight: 500;
}

#cookiestop #cookiestopServices .cookiestopMainLine .cookiestopName a:hover,
#cookiestop #cookiestopServices .cookiestopTitle a:hover {
  text-decoration: none !important;
}

#cookiestop #cookiestopServices .cookiestopMainLine .cookiestopName a {
  font-size: 22px;
}

#cookiestop #cookiestopServices .cookiestopTitle a {
  font-size: 14px;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopTitle {
  padding: 5px 10px;
}

#cookiestop #cookiestopInfo,
#cookiestop #cookiestopServices .cookiestopDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}



#cookiestop #cookiestopInfo a {
  color: #fff;
  text-decoration: underline;
}

#cookiestop #cookiestopServices .cookiestopLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#cookiestop #cookiestopServices .cookiestopLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#cookiestop #cookiestopServices .cookiestopMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#cookiestop #cookiestopServices .cookiestopMainLine:hover {
  background: #333;
}

#cookiestop #cookiestopServices .cookiestopMainLine .cookiestopName {
  margin-left: 15px;
  margin-top: 2px;
}

#cookiestop #cookiestopServices .cookiestopMainLine .cookiestopName b {
  color: #fff;
}

#cookiestop #cookiestopServices .cookiestopMainLine .cookiestopAsk {
  margin-top: 0px !important;
}

#cookiestop #cookiestopServices .cookiestopLine .cookiestopName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#cookiestop #cookiestopServices .cookiestopLine .cookiestopName a:hover {
  text-decoration: underline;
}

#cookiestop #cookiestopServices .cookiestopLine .cookiestopAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#cookiestop #cookiestopServices .cookiestopLine .cookiestopAsk .cookiestopAllow,
#cookiestop #cookiestopServices .cookiestopLine .cookiestopAsk .cookiestopDeny,
.tac_activate .cookiestopAllow {
  background: gray;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  font-size: 14px;
}

#cookiestop #cookiestopServices .cookiestopLine .cookiestopAsk .cookiestopAllow i,
#cookiestop #cookiestopServices .cookiestopLine .cookiestopAsk .cookiestopDeny i,
.tac_activate .cookiestopAllow i{
  font-size: 17px;
  line-height: 16px;
}

#cookiestop #cookiestopServices .cookiestopLine .cookiestopName .cookiestopListCookies {
  color: #333;
  font-size: 12px;
}

/***
 * Big alert
 */
.cookiestopAlertBigTop {
  top: 0;
}

.cookiestopAlertBigBottom {
  bottom: 0;
}

#cookiestopAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  padding: 5px 5%;
  position: fixed;
  text-align: center;
  width: 90%;
  box-sizing: content-box;
  z-index: 2147483645;
}

#cookiestopAlertBig #cookiestopDisclaimerAlert,
#cookiestopAlertBig #cookiestopDisclaimerAlert b {
  font: 15px verdana;
  color: #fff;
}

#cookiestopAlertBig #cookiestopCloseAlert, #cookiestopAlertBig #cookiestopPersonalize {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#cookiestopAlertBig #cookiestopCloseAlert {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 4px 10px;
}

#cookiestopPercentage {
  background: #0A0;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Small alert
 */

.cookiestopAlertSmallTop {
  top: 0;
}

.cookiestopAlertSmallBottom {
  bottom: 0;
}

#cookiestopAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#cookiestopAlertSmall #cookiestopManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#cookiestopAlertSmall #cookiestopManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#cookiestopAlertSmall #cookiestopManager #cookiestopDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#cookiestopAlertSmall #cookiestopManager #cookiestopDot #cookiestopDotGreen,
#cookiestopAlertSmall #cookiestopManager #cookiestopDot #cookiestopDotYellow,
#cookiestopAlertSmall #cookiestopManager #cookiestopDot #cookiestopDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#cookiestopAlertSmall #cookiestopManager #cookiestopDot #cookiestopDotGreen {
  background-color: #1B870B;
}

#cookiestopAlertSmall #cookiestopManager #cookiestopDot #cookiestopDotYellow {
  background-color: #FBDA26;
}

#cookiestopAlertSmall #cookiestopManager #cookiestopDot #cookiestopDotRed {
  background-color: #9C1A1A;
}

#cookiestopAlertSmall #cookiestopCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#cookiestopAlertSmall #cookiestopCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#cookiestopAlertSmall #cookiestopCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList b {
  color: #333;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesTitle b {
  color: #fff;
  font-size: 16px;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopCookiesListMain .cookiestopCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopCookiesListMain .cookiestopCookiesListLeft a b {
  color: darkred;
}

#cookiestopAlertSmall #cookiestopCookiesListContainer #cookiestopCookiesList .cookiestopCookiesListMain .cookiestopCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float b {
  color: #fff;
}

.tac_activate .tac_float .cookiestopAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

/* zusatz */
.CookieDetailDescription {
	background-color: #fff;
	border: 3px solid #333;
	display: none;
	position: relative;
	z-index: 2147483648;
}
.CookieDetailDescription p {
	background-color: #333;
	color: white;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 2px 5px;
}
.CookieDetailDescription span {
	width: 100%;
	font-size: 11px;
	margin: 0;
	padding: 2px 5px 2px 5px;
	display: block;
}
.CookieDetailTitle a {
	background-color: #333;
	color: white !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 2px 5px 2px 5px;
}
.cookiestopHiddenBottom {
	background-color: #333;
	color: white !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 2px 5px 2px 5px;
	height: 22px !important;
	display: block !important;
}
.cookiestopHiddenBottom a {
	color: white !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

