/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
body {
  margin: 0;
  background-color:#ffffff;
}
#dog-special {
  background-color:#be142c;
	margin: 0;
}
#rooster-special {
  overflow-x: hidden;
  color: white;
  max-width: 1437px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 100!important;
	
  /*
		sections
	*/
}





#rooster-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) {
  #rooster-special h1 {
    font-size: 2.4em;
  }
}
#rooster-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) {
  #rooster-special h2 {
    font-size: 1.5em;
  }
}
#rooster-special p {
  line-height: 1.4em;
  font-size: .8em;
  font-weight: 100;
  text-align: justify;
}
@media screen and (min-width: 480px) {
  #rooster-special p {
    font-size: 1em;
  }
}
#rooster-special img {
  display: block;
}
#rooster-special .nobreak {
  /* Silbentrennung */
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.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;
}
.button.button--external:hover {
  color: #c29a37;
  background: white;
  border: solid 2px white;
  text-decoration: none;
}
#rooster-special .row {
  margin: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#rooster-special .row.outer {
  max-width: 1437px;
}
#rooster-special .row.inner {
  max-width: 100%;
  width: 1160px;
  padding-top: .1px;
  padding-bottom: .1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#rooster-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;
}
#rooster-special .row.inner.hspace.hread {
  max-width: 48em;
  width: 100%;
}
@media screen and (min-width: 700px) {
  #rooster-special .row.inner.hspace .col-1-3 {
    width: calc((100% / 3) - 2em / 2);
  }
}
@media screen and (min-width: 700px) {
  #rooster-special .row.inner.hspace .col-2-3 {
    width: calc((100% / 3 * 2) - 2em / 2);
  }
}
#rooster-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) {
  #rooster-special .row .col-flip {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
#rooster-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) {
  #rooster-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);
  }
}
#rooster-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;
}
#rooster-special .row .post-text--inline.toggled {
  opacity: 1;
}
#rooster-special .row .post-text--inline p:first-child {
  margin-top: 0!important;
}
#rooster-special .col {
  vertical-align: top;
  white-space: normal;
  width: 100%;
  display: block;
}
@media screen and (min-width: 700px) {
  #rooster-special .col.col-1-3 {
    display: inline-block;
    width: calc(100% / 3);
  }
}
#rooster-special .col.col-1-3 .size {
  margin: 0;
  text-align: center;
}
#rooster-special .col.col-1-3 .size .upper {
  font-variant: super;
  position: relative;
  font-size: 80%;
}
#rooster-special .col.col-1-3 .strength-cigars {
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}
#rooster-special .col.col-1-3 .strength-cigars .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);
}
#rooster-special .col.col-1-3 .strength-cigars .dot.filled {
  background: white;
}
#rooster-special .col.col-1-3 .button {
  margin: 2%;
  line-height: 1.5em;
  width: auto;
}
@media screen and (min-width: 700px) {
  #rooster-special .col.col-1-3 .button {
    width: 42%;
  }
}
@media screen and (min-width: 1000px) {
  #rooster-special .col.col-1-3 .button {
    width: 42%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 700px) {
  #rooster-special .col.col-2-3 {
    display: inline-block;
    width: calc(100% / 3 * 2);
  }
}
#rooster-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;
}
#rooster-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;
}
#rooster-special .post-text .inner p {
  width: calc(100% - 6em);
}
#rooster-special .post-text .inner p:first-of-type {
  margin-top: 2em;
}
#rooster-special .post-text .inner p:last-of-type {
  margin-bottom: 2em;
}
#rooster-special .product .inner {
  padding-top: 5%;
  padding-bottom: 5%;
}
#rooster-special .product .inner .col-1-3 {
  padding-top: .1px;
  text-align: justify;
}
@media screen and (min-width: 700px) {
  #rooster-special .product .inner .col-1-3 {
    padding-left: 2em;
  }
}
#rooster-special .product .inner .col-1-3 h2 {
  text-align: justify;
}
@media screen and (min-width: 700px) {
  #rooster-special .product .inner .col-1-3 h2 {
    /*text-align: center;*/
  }
}
#rooster-special .product .inner .col-1-3 p {
  margin: 1em 0;
  text-align: justify;
  /* Silbentrennung */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 700px) {
  #rooster-special .product .inner .col-1-3 p {
    text-align: justify;
  }
}
#rooster-special .product .inner .col-1-3 h2 {
  margin-top: 10%;
  color: #ffffff;
}

#rooster-special .product .inner .col-2-3 {
  position: relative;
}
#rooster-special .product .inner .col-2-3 img,
#rooster-special .product .inner .col-2-3 picture {
  width: 100%;
}
@media screen and (min-width: 700px) {
  #rooster-special .product .inner .col-flip .col-1-3 {
    padding-right: 2em;
    padding-left: 0;
  }
}
#rooster-special #intro p {
  text-align: center;
}
#rooster-special #intro .inner {
  padding-top: 1em;
  padding-bottom: 5em;
}

@media screen and (max-width: 1000px) {
  #rooster-special #intro {
    margin-bottom: -4em;
  }
}



#rooster-special #duocut p {
  text-align: center;
}
#rooster-special #duocut .inner {
  padding-top: 1em;
  padding-bottom: 5em;
}
#rooster-special #duocut {
  margin-top: 0em;
}

@media screen and (max-width: 1000px) {
  #rooster-special #duocut h2 {
    margin-top: -1em;
  }
}
#rooster-special #spacer-duocut {
    margin-top: -4em;
  }
@media screen and (max-width: 1000px) {
  #rooster-special #spacer-duocut {
    margin-top: -1em;
  }
}



#rooster-special #pre-cigar .outer {
  position: relative;
  background-size: cover;
  background-position: 80% 50%;
  padding-bottom: 0;
}
#rooster-special #pre-cigar .inner {
  padding-top: 4em;
}
#rooster-special #pre-cigar .inner .col-1-3 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #rooster-special #pre-cigar .inner .col-1-3 {
    width: calc(100% / 3);
  }
}
#rooster-special #pre-cigar .inner .col-1-3 h2 {
  margin-bottom: .8em;
}
@media screen and (min-width: 1000px) {
  #rooster-special #pre-cigar .hread {
    max-width: 1160px;
  }
}

#rooster-special #cigar .inner {
  padding-bottom: 4em;
	margin-top: -16em;
}
@media screen and (max-width: 1000px) {
  #rooster-special #cigar .inner {
	  margin-top: 0em;
  }
}
@media screen and (min-width: 1000px) {
  #rooster-special #cigar .inner {
    white-space: nowrap;
  }
}
#rooster-special #cigar .inner .post-text--inline p:first-child {
  margin-top: 1em;
}
#rooster-special #cigar .inner .col-1-3 {
  text-align: center;
  margin-bottom: 3em;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #rooster-special #cigar .inner .col-1-3 {
    width: calc(100% / 3);
  }
}
#rooster-special #cigar .inner .col-1-3 .button {
  position: relative;
  z-index: 1;
  width: auto;
}
@media screen and (min-width: 1000px) {
  #rooster-special #cigar .inner .col-1-3 .button {
    width: 42%;
  }
}
#rooster-special #cigar .inner .col-2-3 {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #rooster-special #cigar .inner .col-2-3 {
    width: calc(100% / 3 * 2);
  }
}
#rooster-special #cigar .inner .col-2-3:before {
  display: block;
  content: "";
  padding-top: 33%;
}
#rooster-special #cigar .inner .col-2-3 img,
#rooster-special #cigar .inner .col-2-3 picture {
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #rooster-special #cigar .hread {
    max-width: 1160px;
  }
}

@media screen and (max-width: 1000px) {
  #rooster-special #cases h2 {
	  margin-top: -0.3em;
  }
}
#rooster-special #cases {
  /*background: url("../img/bg-rooster2-1437x949.jpg");*/
  background-size: cover;
  background-position: center top;
}
#rooster-special #cases .inner {
  white-space: nowrap;
}
#rooster-special #cutter {
  /*background: url("../img/bg-rooster3-1437x905.jpg");*/
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#rooster-special #cutter .inner {
  white-space: nowrap;
}


#rooster-special #outro-logo {
  background: url("../img/bg-rooster4-30x30.jpg");
}
#rooster-special #outro-logo .inner {
  padding-top: 5em;
  padding-bottom: 7em;
}
#rooster-special #outro-logo .inner > img {
  max-width: 50%;
  margin: auto;
}
#rooster-special #outro-box {
  background-repeat: repeat-x;
  /*background-color: #801815;*/
  background: url("../img/bg-rooster5-30x30.jpg");
  background-position: center top;
}
#rooster-special #outro-box .outer > img {
  max-width: 100%;
}
#rooster-special #outro-box .inner {
  text-align: center;
  padding-top: 5em;
  padding-bottom: 10em;
}



#rooster-special .quote {
  font-size: 0;
  background-image: url("../img/bg-damajagua-1846x975.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
#rooster-special .quote img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  #rooster-special .quote img[src$="748x553.jpg"] {
    width: 52.05288796%;
  }
  #rooster-special .quote img[src$="689x553.jpg"] {
    width: 47.94711204%;
  }
}


/*# sourceMappingURL=dav-special-rooster.css.map */