/* line 5, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
.cc_banner-wrapper {
  z-index: 99999;
  position: relative;
}

/* line 13, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  transition: font-size 200ms;
  line-height: 1em;
}
/* line 21, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
.cc_container .cc_message {
  font-size: 0.8em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
/* line 29, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
  opacity: 0.9;
  transition: opacity 200ms;
}
/* line 41, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  /* line 55, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
  .cc_container .cc_btn {
    font-size: 1em;
  }
  /* line 59, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  /* line 71, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
  .cc_container .cc_message {
    font-size: 12px;
    text-align: left;
  }
}
@media print {
  /* line 80, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_base.scss */
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
/* line 11, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
.cc_banner-wrapper {
  height: 28px;
  background-color:#fff;
}
@media screen and (max-width: 767px) {
  /* line 11, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
  .cc_banner-wrapper {
    height: 65px;
  }
  .cc_container {
    padding-top:3px;
  }
}

/* line 19, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
.cc_container {
  padding: 1px 5px 0 10px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* line 28, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
.cc_container .cc_btn {
  padding: 7px 0px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 80px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  /* line 28, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
  .cc_container .cc_btn {
    margin: 5px 0px;
    margin-top: 15px !important;
  }
}
/* line 45, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
.cc_container .cc_message {
  width: 960px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  /* line 45, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
  .cc_container .cc_message {
    width: auto;
  }
}

@media screen and (min-width: 500px) {
  /* line 66, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
  .cc_container .cc_message {
    margin-top: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  /* line 77, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
  .cc_container {
    padding: 0 10px 0;
  }
  /* line 81, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/basic-layouts/_top.scss */
  .cc_container .cc_btn {
    padding: 5px 0px;
    margin: -6px 0 0 0;
  }
}
/* line 5, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/themes/_light.scss */
.cc_container {
  color: #555;
  font-size: 12px;
  font-family: 'Ubuntu';
  box-sizing: border-box;
  background-color:#fff;
  padding-bottom:4px;
}
/* line 12, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/themes/_light.scss */
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
/* line 19, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/themes/_light.scss */
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #A0C131;
  margin-top:2px;
  color:#fff
}
/* line 28, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/themes/_light.scss */
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #A0C131;
  transition: 200ms color;
}

@-webkit-keyframes slideDown {
  0% {
    margin-top: -28px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes slideDown {
  0% {
    margin-top: -28px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 28px;
  }
}
@keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 28px;
  }
}
/* line 47, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/animations/_pushdown.scss */
.cc_container {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

/* line 59, ../../../../../../Users/chihhanku/vm/gruenderszene-fe/web/bundles/gsglobal/sass/cookieconsent2/animations/_pushdown.scss */
.cc_banner-wrapper {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: growDown;
  animation-name: growDown;
}