@font-face {
  font-family: 'trend_slabone';
  src: url("../fonts/trendslab-one-webfont.eot");
  src: url("../fonts/trendslab-one-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/trendslab-one-webfont.woff") format("woff"), url("../fonts/trendslab-one-webfont.ttf") format("truetype"), url("../fonts/trendslab-one-webfont.svg#trend_slabone") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 16, ../../scss/styles.scss */
h2 {
  color: #0073ac;
}

/* line 20, ../../scss/styles.scss */
.contentImg {
  margin: 10px;
  border: 4px solid #fff;
  outline: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 26, ../../scss/styles.scss */
section.container {
  box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.2);
}

/* line 29, ../../scss/styles.scss */
section.container:before {
  content: "";
  display: block;
  background: url("../images/logo.png"), url("../images/bg/textured_paper.png");
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-position: bottom center, top center;
  height: 7rem;
  width: 21rem;
  margin: 0 auto;
  position: relative;
  bottom: 4.5rem;
  border-radius: 50% / 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -2rem;
  box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.1);
}

/* line 48, ../../scss/styles.scss */
div.scrollImg {
  width: 100%;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
}

/* line 59, ../../scss/styles.scss */
.tripHeader {
  margin-bottom: 1rem;
  margin-top: -90px;
  padding-top: 90px;
}

/* line 65, ../../scss/styles.scss */
.behindTrip {
  height: 0;
}

/* line 69, ../../scss/styles.scss */
.behindTrip:before {
  content: "";
  width: 21rem;
  background: url("../images/bg/textured_paper.png");
  height: 7rem;
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: 2.5rem;
  border-radius: 50% / 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
  margin-top: 2.5rem;
}

/* line 86, ../../scss/styles.scss */
.overview, .review, .booking, .foreign {
  box-shadow: inset 0 0 0 1px #fff;
}

/* line 90, ../../scss/styles.scss */
.overview {
  color: #ffffff;
  background: #7EB448;
  background: -o-linear-gradient(35deg, rgba(89, 162, 18, 0.75) 50%, rgba(66, 147, 33, 0.75) 100%);
  background: -moz-linear-gradient(35deg, rgba(89, 162, 18, 0.75) 50%, rgba(66, 147, 33, 0.75) 100%);
  background: -ms-linear-gradient(35deg, rgba(89, 162, 18, 0.75) 50%, rgba(66, 147, 33, 0.75) 100%);
  background: linear-gradient(-35deg, rgba(89, 162, 18, 0.75) 50%, rgba(66, 147, 33, 0.75) 100%);
  border: 5px solid rgba(114, 174, 81, 0.75);
}
/* line 98, ../../scss/styles.scss */
.overview ul li, .overview h3, .overview h4 {
  color: #ffffff;
}
/* line 101, ../../scss/styles.scss */
.overview blockquote {
  border: none;
  font-style: italic;
  color: #ffffff;
}
/* line 105, ../../scss/styles.scss */
.overview blockquote p {
  color: #ffffff;
}
/* line 108, ../../scss/styles.scss */
.overview blockquote span {
  font-style: normal;
  font-weight: 300;
}

/* line 115, ../../scss/styles.scss */
.no-offset {
  margin-left: 0;
}

/* line 119, ../../scss/styles.scss */
li.overview, li.booking, li.foreign {
  list-style: none;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
/* line 124, ../../scss/styles.scss */
li.overview:first-child, li.booking:first-child, li.foreign:first-child {
  margin-top: 1rem;
}
/* line 127, ../../scss/styles.scss */
li.overview a, li.booking a, li.foreign a {
  color: #fff;
}
/* line 130, ../../scss/styles.scss */
li.overview a:hover, li.booking a:hover, li.foreign a:hover {
  text-decoration: underline;
}
/* line 135, ../../scss/styles.scss */
li.overview a:first-child:before, li.booking a:first-child:before, li.foreign a:first-child:before {
  margin-left: 0;
}
/* line 140, ../../scss/styles.scss */
li.overview a:before, li.booking a:before, li.foreign a:before {
  content: "# ";
  margin-left: 10px;
}

/* line 148, ../../scss/styles.scss */
.foreign {
  color: #ffffff;
  background: #4999CC;
  background: -o-linear-gradient(35deg, rgba(238, 150, 34, 0.75) 50%, rgba(239, 158, 48, 0.75) 100%);
  background: -moz-linear-gradient(35deg, rgba(238, 150, 34, 0.75) 50%, rgba(239, 158, 48, 0.75) 100%);
  background: -ms-linear-gradient(35deg, rgba(238, 150, 34, 0.75) 50%, rgba(239, 158, 48, 0.75) 100%);
  background: linear-gradient(-35deg, rgba(238, 150, 34, 0.75) 50%, rgba(239, 158, 48, 0.75) 100%);
  border: 5px solid rgba(239, 164, 59, 0.75);
}
/* line 156, ../../scss/styles.scss */
.foreign a:before {
  content: "" !important;
}
/* line 159, ../../scss/styles.scss */
.foreign ul, .foreign ol {
  margin-bottom: 1em;
}
/* line 162, ../../scss/styles.scss */
.foreign ul li, .foreign p, .foreign a, .foreign h2, .foreign h3, .foreign h4, .foreign h5 {
  color: #ffffff;
}
/* line 165, ../../scss/styles.scss */
.foreign blockquote {
  border: none;
  font-style: italic;
  color: #ffffff;
}
/* line 169, ../../scss/styles.scss */
.foreign blockquote p {
  color: #ffffff;
}
/* line 172, ../../scss/styles.scss */
.foreign blockquote ul li {
  font-style: normal;
  font-weight: 300;
}

/* line 179, ../../scss/styles.scss */
.booking {
  color: #ffffff;
  background: #4999CC;
  background: -o-linear-gradient(35deg, rgba(19, 126, 194, 0.75) 50%, rgba(0, 112, 187, 0.75) 100%);
  background: -moz-linear-gradient(35deg, rgba(19, 126, 194, 0.75) 50%, rgba(0, 112, 187, 0.75) 100%);
  background: -ms-linear-gradient(35deg, rgba(19, 126, 194, 0.75) 50%, rgba(0, 112, 187, 0.75) 100%);
  background: linear-gradient(-35deg, rgba(19, 126, 194, 0.75) 50%, rgba(0, 112, 187, 0.75) 100%);
  border: 5px solid rgba(0, 112, 187, 0.75);
}
/* line 187, ../../scss/styles.scss */
.booking a:hover {
  text-decoration: underline;
}
/* line 190, ../../scss/styles.scss */
.booking ul li, .booking p, .booking a, .booking h3, .booking h4, .booking h5 {
  color: #ffffff;
}
/* line 193, ../../scss/styles.scss */
.booking blockquote {
  border: none;
  font-style: italic;
  color: #ffffff;
}
/* line 197, ../../scss/styles.scss */
.booking blockquote p {
  color: #ffffff;
}
/* line 200, ../../scss/styles.scss */
.booking blockquote ul li {
  font-style: normal;
  font-weight: 300;
}

/* line 207, ../../scss/styles.scss */
.review {
  color: #ffffff;
  background: #666;
  background: -o-linear-gradient(35deg, rgba(51, 51, 51, 0.75) 50%, rgba(85, 85, 85, 0.75) 100%);
  background: -moz-linear-gradient(35deg, rgba(51, 51, 51, 0.75) 50%, rgba(85, 85, 85, 0.75) 100%);
  background: -ms-linear-gradient(35deg, rgba(51, 51, 51, 0.75) 50%, rgba(85, 85, 85, 0.75) 100%);
  background: linear-gradient(-35deg, rgba(51, 51, 51, 0.75) 50%, rgba(85, 85, 85, 0.75) 100%);
  border: 5px solid rgba(102, 102, 102, 0.75);
}
/* line 217, ../../scss/styles.scss */
.review ul li a:hover {
  text-decoration: underline;
}
/* line 221, ../../scss/styles.scss */
.review ul li, .review ul li a, .review h3, .review h4, .review h5, .review blockquote {
  color: #ffffff;
}

/* line 237, ../../scss/styles.scss */
label.anti_spam:before {
  content: "Was ergibt 2+2? (Spamschutz)";
}

/* line 240, ../../scss/styles.scss */
.hiddenDiv {
  visibility: hidden;
}

/* line 244, ../../scss/styles.scss */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -1em;
}

/* line 250, ../../scss/styles.scss */
.footer {
  margin-top: 2rem;
}

/* line 253, ../../scss/styles.scss */
.footer, .push {
  height: 1em;
  clear: both;
}

/* line 260, ../../scss/styles.scss */
.homeQuote {
  color: #0086C8;
  font-size: 1.5rem;
  border: 0;
  padding: 0;
  text-align: center;
  margin: 8rem 0;
  font-style: italic;
  -webkit-transform: rotate(357deg);
  -moz-transform: rotate(357deg);
  -ms-transform: rotate(357deg);
  -o-transform: rotate(357deg);
  transform: rotate(357deg);
  -webkit-transform: rotate(357deg);
  -moz-transform: rotate(357deg);
  -ms-transform: rotate(357deg);
  -o-transform: rotate(357deg);
  transform: rotate(357deg);
}
