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

body {
  color: #222;
  text-align: center;
  background-color: #f2f2f2;
  min-height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;

}

@media screen and (max-width:800px) {
  body {
  overflow:visible!important;
  }
}

section {
  height: 100vh;
  position: relative;
}
section:nth-of-type(1) {
  background-color: #ffffff;
}
section:nth-of-type(2) {
  background-color: #efefef;
}
section:nth-of-type(3) {
  background-color: #6fc7bb;
}
section:nth-of-type(4) {
  background-color: #e59780;
}



.logo {
  width: 130px;
  position: absolute;
  left: 25px;
  top: 20px;
}

@media screen and (max-width:600px) {
  .logo {
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
}

.logo img {
  text-align: left !important;
}

.header {
  position: absolute;
  height: 108px;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 49px;
}

ul {
  list-style-type: none;
  margin: 10px;
}

ul li {
  display: inline-block;
  margin: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 20px;
}

ul li a:hover {
  color: #333;
}

@media screen and (max-width:600px) {
  ul li {
    margin: 10px;
    letter-spacing: 0px;
    font-size: 13px;

  }
}


.scroll-down {
  position: absolute;
  bottom: 5px;
  letter-spacing: 2px;
  color: #666;
  z-index: 200;
  left: 0;
  right: 0;
}

@media screen and (max-width:600px) {
  .scroll-down {
    bottom: 35px;
  }
}


@keyframes fadein {
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: .8;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}

.title-gallery {
  font-size: 47px;
  color: #666;
  font-family: 'Playfair Display', serif;
  margin: auto;
  width: 450px;
}

.gewinnspiel-box img {
  max-width: 100%;
}

@media screen and (max-width:600px) {
    .gewinnspiel-box img {
      max-width: 80%;
    }
}

@media screen and (max-width:600px) {
  .title-gallery {
    font-size: 1.9em;
    padding-top: 30px;
  }
}

.slider-container{
  position: relative;
  top: 53%;
  transform: translateY(-70%);
}


.title-bookcovers {
  height: 120px;
  padding-top: 60px;
  font-size: 47px;
  color: #666;
  font-family: Times New Roman;
  width: 800px;
  margin: auto;
}

.title-bookcovers p {
  font-size: 0.4em;
  color: #888;
  font-weight: 200;
  padding-top: 10px;
  line-height: 1.4em;
  letter-spacing: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.bookcover-info-title {
  font-size: 0.9em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888;
  font-weight: 400;
  padding-top: 9px;
}

.bookcover-info-publisher {
  font-size: 0.7em;
  color: #999;
}

.bookcover-info-designer {
  font-size: 0.7em;
  color: #999;
}

.bookcover-info-photographer {
  font-size: 0.7em;
  color: #999;
  width: 210px;
}

.fade-in-with-delay {
	-webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 5s; /* Firefox < 16 */
	-ms-animation: fadein 5s; /* Internet Explorer */
	-o-animation: fadein 5s; /* Opera < 12.1 */
	animation: fadein 5s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
  opacity: 0;
}

/* einfaden */

@keyframes fade-in-with-delay {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fade-in-with-delay {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade-in-with-delay {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fade-in-with-delay {
	from { opacity: 0; }
	to   { opacity: 1; }
}


.competition {
  position: absolute;
  text-align: right;
  margin: auto;
  width: 800px;
  margin-top: -51px;
}

.competition-btn-top {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 201;
  margin-top: -51px;
}

@media screen and (max-width:1000px) {
.competition-btn-top {
  display: none;
  }
}

.competition img {
  cursor: pointer;
}

.competition img:hover {
  opacity: 0.9;
}

.competition-btn-top img {
  cursor: pointer;
}

.competition-btn-top img:hover {
  opacity: 0.9;
}



@media screen and (max-width:600px) {
  .competition {
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 20px;
  }

    .competition img {
      width: 130px;
    }

    .bookcovers p {
      font-size: 0.3em;
    }

    @media screen and (max-width:600px) {
      .bookcovers p {
        font-size: 0.35em;
        padding-top: 0px;
      }
    }

    .slider-container {
      transform: translateY(-56%);
    }


    .bookcover-info-title {
      font-size: 0.9em;
      text-align: center;
    }

    .bookcover-info-publisher {
      font-size: 0.7em!important;
      text-align: center;
    }

    .bookcover-info-designer {
      font-size: 0.7em!important;
      text-align: center;
    }

    .bookcover-info-photographer {
      font-size: 0.7em!important;
      text-align: center;
    }

}


@media screen and (max-width:600px) {
  .title-bookcovers {
    width: 100%;
  }
}


.gewinnspiel-overlay-top {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -5px rgba(0,0,0,0);
  background-color: #fff;
  width: 80%;
  height: 95%;
  position: absolute;
  z-index: 202;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  top: 50%;
  display: none;
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: auto;

}

@media screen and (max-width:600px) {
  .gewinnspiel-overlay-top {
    width: 100%;
    height: 100%;
    overflow: auto;

    padding-top: 100px;
    padding-bottom: 100px;
  }
}




.gewinnspiel-overlay {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 7px -5px rgba(0,0,0,0);
  background-color: #fff;
  width: 80%;
  height: 95%;
  position: absolute;
  z-index: 202;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  top: 50%;
  display: none;
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: auto;

}

@media screen and (max-width:600px) {
  .gewinnspiel-overlay {
    width: 100%;
    height: 100%;
    overflow: auto;

    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.gewinnspiel-box {

}

.gewinnspiel-overlay p{
  font-size: 1.1em;
  line-height: 1.6em;
  margin: auto;
  width: 600px;
  padding-bottom: 10px;
}

.gewinnspiel-overlay-top p{
  font-size: 1.1em;
  line-height: 1.6em;
  margin: auto;
  width: 600px;
  padding-bottom: 10px;
}

@media screen and (max-width:600px) {
  .gewinnspiel-overlay p{
    width: 300px;
    overflow: auto;
  }
}

@media screen and (max-width:600px) {
  .gewinnspiel-overlay-top p{
    width: 300px;
    overflow: auto;
  }
}

.gewinnspiel-overlay .info-small {
    font-size: 0.9em;
    padding-top: 20px;
    font-style: italic;
}

.gewinnspiel-overlay-top .info-small {
    font-size: 0.9em;
    padding-top: 20px;
    font-style: italic;
}

.gewinnspiel-overlay-top .info-small {
    font-size: 0.9em;
    padding-top: 20px;
    font-style: italic;
}

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px!important;
  z-index: 230;
  cursor: pointer;
  font-weight: bold;
}

.close:hover {
  opacity: 0.8;
}

.infobox {
  width: 120%;
  margin: auto;
  text-align: left;
}

.competition-rauschen-link {
  color: #000;
}

.competition-rauschen-link:hover {
  color: #333;
}

.competition-title {
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 200;
}
