html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** FONTS **/
a {
  text-decoration: none;
  color: white;
}
a:hover, a .active {
  text-decoration: underline;
}

li.active a {
  text-decoration: underline;
}

.disabled {
  cursor: not-allowed !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-top {
  vertical-align: top;
}

.text-center {
  vertical-align: center;
}

.text-bottom {
  vertical-align: bottom;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.hidden-text {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.hidden-text:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.justify-box-wrapper {
  text-align: justify;
  font-size: 0.1px;
}
.justify-box-wrapper:after {
  content: '';
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.justify-box-wrapper li, .justify-box-wrapper .inner-box {
  min-height: 1px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.justify-box-wrapper .placeholder {
  min-height: 1px;
  border-top: 2px solid #922d8d;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap .slide {
  float: left;
  width: 100%;
  position: relative;
}

.fullscreen {
  /* This parent can be any width and height */
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.vertical-middle:before {
  /* The ghost, nudged to maintain perfect centering */
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100%;
  font-size: 0;
}

.centered {
  /* The element to be centered, can also be of any width and height */
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
}

html {
  background: black url(../images/page/black.jpg) center center repeat;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "ff-absara-web",sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
  color: white;
}

@media screen and (max-width: 480px) {
  body {
    font-size: .9em;
  }
}
h2 {
  font-size: 2em;
  margin: 70px auto 30px;
  line-height: 1.1em;
}

a.link {
  font-size: 0.7em;
  text-transform: uppercase;
}

h3 {
  font-size: 1.3em;
  line-height: 1.7em;
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  font-size: 1.1em;
  max-width: 700px;
  width: 90%;
  margin: 0 auto 40px;
  line-height: 1.6em;
}

.table {
  height: 100%;
  width: 100%;
}
.table .width {
  width: 100%;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 700px;
  overflow-x: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.inner img {
  margin-top: 100px;
  width: 100%;
}
@media (max-height: 700px) {
  .inner img {
    margin-top: 30px;
  }
}
.inner .trenner {
  margin: 25px 0 0;
}

.video-wrapper {
  width: 90%;
  margin: 0 5%;
}

#things-with-videos {
  margin-top: 40px;
  width: 90%;
  max-width: 900px;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.pornfelder-stoerer {
  position: absolute;
  margin-left: 29%;
  margin-bottom: -115px;
  bottom: 0;
  max-width: 140px;
}
@media (max-height: 700px) {
  .pornfelder-stoerer {
    position: relative;
    margin: auto;
    bottom: auto;
    max-width: 90px;
  }
}

@media screen and (max-width: 580px) {
  .pornfelder-stoerer {
    position: relative;
    margin: auto;
    bottom: auto;
    max-width: 120px;
  }
}
.quellenSwitch {
  margin-bottom: 50px;
}
.quellenSwitch h3 {
  cursor: pointer;
  display: inline;
}
.quellenSwitch h3.active {
  border-bottom: 1px solid #fff;
}
.quellenSwitch .sep {
  font-size: 1.3em;
}

.stimmen a {
  font-size: .7em;
}

.sliderWrapper {
  position: relative;
  margin-bottom: -100px;
  -webkit-transition: all ease-in-out 0.3s;
}
.sliderWrapper.handel {
  left: -100%;
  top: 0;
}
.sliderWrapper.handel.active {
  left: 0;
}
.sliderWrapper.gastro {
  top: -172px;
  left: 100%;
}
.sliderWrapper.gastro.active {
  left: 0;
}
.sliderWrapper .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.sliderWrapper .swipe-wrap {
  overflow: hidden;
  position: relative;
}
.sliderWrapper .swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.sliderWrapper .swipeLeft, .sliderWrapper .swipeRight {
  color: #fff;
  position: absolute;
  top: 45%;
  cursor: pointer;
  width: 25px;
  height: 25px;
  content: ' ';
  z-index: 1;
}
.sliderWrapper .swipeLeft {
  left: 0;
}
.sliderWrapper .swipeRight {
  right: 0;
}

#datenschutz {
  text-align: center;
}
#datenschutz p {
  text-align: left;
}
#datenschutz ul {
  text-align: left;
  display: block;
  list-style: square inside;
  padding: 0 4rem;
  line-height: 1.2em;
}
#datenschutz li {
  margin-bottom: 1rem;
}

.acookie {
  position: fixed;
  z-index: 9999999;
  overflow: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  font-family: inherit;
  width: 100%;
  min-width: 100%;
  visibility: hidden;
}
.acookie.show {
  visibility: visible;
}
.acookie-top {
  top: 0;
  left: 0;
  right: 0;
}
.acookie-top.show {
  animation: showTop 1s normal forwards ease-in-out;
}
.acookie-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.acookie-bottom.show {
  animation: showBottom 1s normal forwards ease-in-out;
}
.acookie-left, .acookie-right {
  max-width: 380px;
  min-width: inherit;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  right: inherit;
  bottom: 3rem;
}
.acookie-left.show, .show.acookie-right {
  animation: showBottom 1s normal forwards ease-in-out;
}
.acookie-left .acookie-text, .acookie-right .acookie-text {
  padding-bottom: 1rem;
  text-align: center;
}
.acookie-left .acookie-inner, .acookie-right .acookie-inner {
  padding: 1rem;
}
@media (max-width: 380px) {
  .acookie-left, .acookie-right {
    bottom: 0;
    border-radius: 0;
  }
}
.acookie-right {
  right: 0;
  left: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 380px) {
  .acookie-right {
    bottom: 0;
    border-radius: 0;
  }
}
.acookie-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding: 0.5rem 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .acookie-inner {
    padding: 0.5rem;
  }
}
.acookie-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  line-height: 1;
  padding: 0 1rem;
  margin: 0;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .acookie-text {
    text-align: center;
    margin: 0.5rem 0;
  }
}
.acookie-privacy {
  white-space: nowrap;
  color: #A1A1A1;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.acookie-privacy:hover {
  color: #ffffff;
}
.acookie-accept {
  background-color: #ffffff;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  width: 180px;
  max-width: 180px;
  border: none;
  padding: 1rem;
  border-radius: 5px;
  line-height: 1.2em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: 0.875rem;
}
.acookie-accept:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.acookie-light {
  background-color: #ffffff;
}
.acookie-light .acookie-text {
  color: #000000;
}
.acookie-light .acookie-privacy {
  color: #A1A1A1;
}
.acookie-light .acookie-privacy:hover {
  color: #000000;
}
.acookie-light .acookie-accept {
  color: #ffffff;
  background-color: #000000;
}
.acookie-light .acookie-accept:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@keyframes showBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes showTop {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
