/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

body {
  margin: 0;
  background-color:#ffffff;
}
#travelhum-background {
  margin: 0;
  background-color:#000000;
}
#travelhum-special {
  overflow-x: hidden;
  color: white;
  max-width: 1437px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 100!important;
  /*
		sections
	*/
}

#video {
	  margin-bottom: 4em;
  }

@media screen and (min-width: 1000px) {
  #video {
	  width: 1000px;
	  height: 563px;
  }
}

@media screen and (max-width: 1000px) {
  #video {
	  width: 700px;
	  height: 394px;
  }
}

@media screen and (max-width: 480px) {
  #video {
	  width: 100%;
	  height: 270px;
	  margin-top: -4em;
	  margin-bottom: 0em;
  }
}

#travelhum-special h1 {
  line-height: 1.2em;
  font-size: 1.8em;
  margin-bottom: 1.5em;
  font-weight: 100;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  #travelhum-special h1 {
    font-size: 2.4em;
  }
}
#travelhum-special h2 {
  line-height: 1.2em;
  font-size: 1.3em;
  margin-bottom: 1.8em;
  font-weight: 100;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  #travelhum-special h2 {
    font-size: 1.5em;
  }
}
#travelhum-special p {
  line-height: 1.4em;
  font-size: .8em;
  font-weight: 100;
  text-align: justify;
}
@media screen and (min-width: 480px) {
  #travelhum-special p {
    font-size: 1em;
  }
}
#travelhum-special img {
  display: block;
}
#travelhum-special .nobreak {
  /* Silbentrennung */
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
#travelhum-special .button.button--close {
  position: absolute;
  right: 1em;
  top: 2em;
  width: 30px;
  height: 30px;
  background: #c29a37;
  color: white;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#travelhum-special .button.button--close:hover {
  color: #c29a37;
  background: white;
}
#travelhum-special .button.button--open,
#travelhum-special .button.button--external {
  text-transform: uppercase;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  padding: .7em 3em .6em 3em;
  color: white;
  background: #c29a37;
  border: solid 2px #c29a37;
  font-size: .8em;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#travelhum-special .button.button--open:hover,
#travelhum-special .button.button--external:hover {
  color: #c29a37;
  background: white;
  border: solid 2px white;
}
#travelhum-special .button.button--shop {
  display: none;
}
#travelhum-special #travelhum-special.country-US .button.button--shop {
  display: inline-block;
}
#travelhum-special .row {
  margin: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#travelhum-special .row.outer {
  max-width: 1437px;
}
#travelhum-special .row.inner {
  max-width: 100%;
  width: 1160px;
  padding-top: .1px;
  padding-bottom: .1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#travelhum-special .row.inner.hspace {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
}
#travelhum-special .row.inner.hspace.hread {
  max-width: 48em;
  width: 100%;
}
@media screen and (min-width: 700px) {
  #travelhum-special .row.inner.hspace .col-1-3 {
    width: calc((100% / 3) - 2em / 2);
  }
}
@media screen and (min-width: 700px) {
  #travelhum-special .row.inner.hspace .col-2-3 {
    width: calc((100% / 3 * 2) - 2em / 2);
  }
}
#travelhum-special .row .col-flip {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  #travelhum-special .row .col-flip {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
#travelhum-special .row .col-flip .col {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  #travelhum-special .row .col-flip .col {
    display: inline-block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
#travelhum-special .row .post-text--inline {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
#travelhum-special .row .post-text--inline.toggled {
  opacity: 1;
}
#travelhum-special .row .post-text--inline p:first-child {
  margin-top: 0!important;
}
#travelhum-special .col {
  vertical-align: top;
  white-space: normal;
  width: 100%;
  display: block;
}
@media screen and (min-width: 700px) {
  #travelhum-special .col.col-1-3 {
    display: inline-block;
    width: calc(100% / 3);
  }
}
#travelhum-special .col.col-1-3 .size {
  margin: 0;
  text-align: center;
}
#travelhum-special .col.col-1-3 .size .upper {
  font-variant: super;
  position: relative;
  font-size: 80%;
}
#travelhum-special .col.col-1-3 .strength {
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}
#travelhum-special .col.col-1-3 .strength .dot {
  position: relative;
  top: .1em;
  display: inline-block;
  margin: 0 .05em;
  width: .6em;
  height: .6em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -o-border-radius: 3em;
  -ms-border-radius: 3em;
  border: solid 2px white;
  background: rgba(0, 0, 0, 0);
}
#travelhum-special .col.col-1-3 .strength .dot.filled {
  background: white;
}
#travelhum-special .col.col-1-3 .button {
  margin: 2%;
  line-height: 1.5em;
  width: auto;
}
@media screen and (min-width: 700px) {
  #travelhum-special .col.col-1-3 .button {
    width: 42%;
  }
}
@media screen and (min-width: 1000px) {
  #travelhum-special .col.col-1-3 .button {
    width: 42%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 700px) {
  #travelhum-special .col.col-2-3 {
    display: inline-block;
    width: calc(100% / 3 * 2);
  }
}
#travelhum-special .post-text {
  background: #3e0906;
  overflow: hidden;
  height: 0;
  -webkit-transition: height ease 0.4s;
  -moz-transition: height ease 0.4s;
  -o-transition: height ease 0.4s;
  transition: height ease 0.4s;
}
#travelhum-special .post-text .inner {
  position: relative;
  padding-top: .1px;
  padding-bottom: .1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#travelhum-special .post-text .inner p {
  width: calc(100% - 6em);
}
#travelhum-special .post-text .inner p:first-of-type {
  margin-top: 2em;
}
#travelhum-special .post-text .inner p:last-of-type {
  margin-bottom: 2em;
}
#travelhum-special .product .inner {
  padding-top: 5%;
  padding-bottom: 5%;
}
#travelhum-special .product .inner .col-1-3 {
  padding-top: .1px;
  text-align: center;
}
@media screen and (min-width: 700px) {
  #travelhum-special .product .inner .col-1-3 {
    padding-left: 2em;
  }
}
#travelhum-special .product .inner .col-1-3 h2 {
  text-align: center;
}
@media screen and (min-width: 700px) {
  #travelhum-special .product .inner .col-1-3 h2 {
    text-align: left;
  }
}
#travelhum-special .product .inner .col-1-3 p {
  margin: 1em 0;
  text-align: center;
  /* Silbentrennung */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 700px) {
  #travelhum-special .product .inner .col-1-3 p {
    text-align: justify;
  }
}
#travelhum-special .product .inner .col-1-3 h2 {
  margin-top: 10%;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #travelhum-special .product .inner .col-1-3 h2 {
    margin-top: 50%;
  }
}
#travelhum-special .product .inner .col-2-3 {
  position: relative;
}
#travelhum-special .product .inner .col-2-3 img,
#travelhum-special .product .inner .col-2-3 picture {
  width: 100%;
}
@media screen and (min-width: 700px) {
  #travelhum-special .product .inner .col-flip .col-1-3 {
    padding-right: 2em;
    padding-left: 0;
  }
}
#travelhum-special #intro {
  /*background: #69110d;*/
  background: url("../img/bg-rooster6-30x30.jpg");
  text-align: center;
}
#travelhum-special #intro .inner {
  margin-top: -3em;
  padding-top: 0em;
  padding-bottom: 5em;
}
#travelhum-special #pre-cigar {
  background: #c11201;
}
#travelhum-special #pre-cigar .outer {
  background-image: url("../img/bg-rooster1-1437x358.jpg");
  position: relative;
  background-size: cover;
  background-position: 80% 50%;
  padding-bottom: 0;
}
#travelhum-special #pre-cigar .inner {
  padding-top: 4em;
}
#travelhum-special #pre-cigar .inner .col-1-3 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #travelhum-special #pre-cigar .inner .col-1-3 {
    width: calc(100% / 3);
  }
}
#travelhum-special #pre-cigar .inner .col-1-3 h2 {
  margin-bottom: .8em;
}
@media screen and (min-width: 1000px) {
  #travelhum-special #pre-cigar .hread {
    max-width: 1160px;
  }
}
#travelhum-special #cigar {
  background: linear-gradient(to bottom, #971719 0%, #710d0e 100%);
}
#travelhum-special #cigar .inner {
  padding-bottom: 4em;
}
@media screen and (min-width: 1000px) {
  #travelhum-special #cigar .inner {
    white-space: nowrap;
  }
}
#travelhum-special #cigar .inner .post-text--inline p:first-child {
  margin-top: 1em;
}
#travelhum-special #cigar .inner .col-1-3 {
  text-align: center;
  margin-bottom: 3em;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #travelhum-special #cigar .inner .col-1-3 {
    width: calc(100% / 3);
  }
}
#travelhum-special #cigar .inner .col-1-3 .button {
  position: relative;
  z-index: 1;
  width: auto;
}
@media screen and (min-width: 1000px) {
  #travelhum-special #cigar .inner .col-1-3 .button {
    width: 42%;
  }
}
#travelhum-special #cigar .inner .col-2-3 {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #travelhum-special #cigar .inner .col-2-3 {
    width: calc(100% / 3 * 2);
  }
}
#travelhum-special #cigar .inner .col-2-3:before {
  display: block;
  content: "";
  padding-top: 33%;
}
#travelhum-special #cigar .inner .col-2-3 img,
#travelhum-special #cigar .inner .col-2-3 picture {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #travelhum-special #cigar .hread {
    max-width: 1160px;
  }
}
#travelhum-special #cases {
  /*background: url("../img/bg-rooster2-1437x949.jpg");
  background-size: cover;
  background-position: center top;*/
}
#travelhum-special #cases .inner {
  white-space: nowrap;
}
#travelhum-special #cutter {
  /*background: url("../img/bg-rooster3-1437x905.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;*/
}
#travelhum-special #cutter .inner {
  white-space: nowrap;
}

#travelhum-special #outro-box {
  /*background: url("../img/img-travelhum-ending-1437x785.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;*/
}
#travelhum-special #outro-box .outer > img {
  max-width: 100%;
}
#travelhum-special #outro-box .inner {
  text-align: center;
  padding-top: 5em;
  padding-bottom: 10em;
}
@media screen and (min-width: 1000px) {
  #outro-box img {
	  width: 600px;
  }
}

@media screen and (max-width: 1000px) {
  #outro-box img {
	  width: 500px;
  }
}

@media screen and (max-width: 480px) {
  #outro-box img {
	  width: 300px;
  }
}
/*# sourceMappingURL=dav-special-rooster.css.map */