@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input,
select,
textarea {
  font-size: 16px;
  line-height: 26px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

body {
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#subnavi_large,
#directors ul,
#campdetail_leadcomment_text_camplinks ul {
  list-style-type: none;
}

/* colors */
/* main colors */
/* secondary colors */
/* font colors */
.font_red {
  color: #007932;
}

.font_blue {
  color: #007932;
}

.font_brown {
  color: #5a2f26;
}

.font_orange {
  color: #8c5387;
}

.font_green {
  color: #297932;
}

.font_grey {
  color: #bcbcbc;
}

.font_darkgrey {
  color: #666666;
}

.font_white {
  color: #ffffff;
}

.font_ueber_headline {
  color: #ffffff;
}

.font_ueber {
  color: #ffffff;
}

.font_quote {
  color: #ffffff;
}

/* background colors */
.bg_red {
  background-color: #007932;
}

.bg_blue {
  background-color: #007932;
}

.bg_brown {
  background-color: #5a2f26;
}

.bg_orange {
  background-color: #8c5387;
}

.bg_green {
  background-color: #297932;
}

.bg_grey {
  background-color: #bcbcbc;
}

.bg_white {
  background-color: #ffffff;
}

/* background images */
.background_grass {
  background-image: url(../img/backgrounds/wwf_background_leaves.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background_sand {
  background-image: url(../img/backgrounds/wwf_background_sand.jpg);
}

.background_yellow {
  background-color: #faf2e1;
}

.background_crackle {
  background-image: url(../img/backgrounds/small_crackle_50.png);
}

.background_grunge {
  background-image: url(../img/backgrounds/wwf_background_grunge_dark.png);
}

.background_camps {
  background-color: #ddedf1;
  background-image: url(../img/backgrounds/home_aboutcamps_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.background_reports {
  background-image: url(../img/backgrounds/small_crackle_50.png);
}

.background_campquote {
  background-color: #f8f8f8;
  /*background-image: url(../img/backgrounds/camp_quote_bg.jpg);*/
  background-repeat: no-repeat;
  background-position: top center;
}

.background_water {
  background-color: #ffffff;
  background-image: url(../img/backgrounds/wwf_water_pattern_klein.jpg);
  background-repeat: repeat;
}

.background_dots {
  background-image: url(../img/backgrounds/iphone_teaser_bg_1.png);
}

.background_bacteria {
  background-image: url(../img/backgrounds/iphone_teaser_bg_2.png);
}

.background_snow {
  background-image: url(../img/backgrounds/iphone_teaser_bg_3.png);
}

/* WWF font */
@font-face {
  font-family: "WWF-Regular";
  src: url("../webfonts/WWF.otf");
}

/* fonts */
.headline_home {
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 3px;
}

.headline_1 {
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.04em;
  padding-top: 39px;
  padding-bottom: 46px;
}

.headline_2 {
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.teaser_headline {
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.04em;
  height: 80px;
}

.infotext_1 {
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.infotext_2 {
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
}

.buttontext {
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
}

.text_1 {
  font-size: 15px;
  line-height: 25px;
}

.introtext_1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.text_2,
.text_2.formulartext,
.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  font-size: 16px;
  line-height: 26px;
}

.introtext_2 {
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
}

.footertext {
  font-size: 13px;
  line-height: 18px;
}

.text_3 {
  font-family: Arial;
  font-size: 12px;
  line-height: 23px;
}

.introtext_3 {
  font-family: Arial;
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
}

.text_4 {
  font-family: Arial;
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
}

.help-block,
.text_small {
  font-size: 10px;
  line-height: 1;
}

.mainnavigation_1 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.metanavigation {
  font-size: 15px;
  line-height: 25px;
}

.quote {
  font-style: italic;
  font-size: 35px;
  line-height: 45px;
}

.formulartext {
  width: 100%;
}

.textlist {
  font-size: 16px;
  line-height: 30px;
}

/* font positioning */
.text_left {
  text-align: left;
}

.font_bold {
  font-weight: bold;
}

/* font styling */
.font_italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

/**/
.padding_5 {
  padding: 5px;
}

.padding_10 {
  padding: 10px;
}

.padding_15 {
  padding: 15px;
}

.paddingTop_0 {
  padding-top: 0px;
}

.paddingTop_5 {
  padding-top: 5px;
}

.paddingTop_10 {
  padding-top: 10px;
}

.paddingTop_15 {
  padding-top: 15px;
}

.paddingTop_50 {
  padding-top: 50px;
}

.paddingBottom_0 {
  padding-bottom: 0px;
}

.paddingBottom_5 {
  padding-bottom: 5px;
}

.paddingBottom_10 {
  padding-bottom: 10px;
}

.paddingBottom_15 {
  padding-bottom: 15px;
}

.paddingBottom_25 {
  padding-bottom: 25px;
}

.paddingBottom_30 {
  padding-bottom: 30px;
}

.paddingBottom_50 {
  padding-bottom: 50px;
}

.marginTop_5 {
  margin-top: 5px;
}

.marginTop_10 {
  margin-top: 10px;
}

.marginTop_20 {
  margin-top: 20px;
}

.marginBottom_5 {
  margin-bottom: 5px;
}

.marginBottom_10 {
  margin-bottom: 10px;
}

.marginBottom_20 {
  margin-bottom: 20px;
}

/* buttons */
.button_padding {
  padding-top: 27px;
  padding-bottom: 49px;
}

.button {
  height: 40px;
  width: 256px;
  display: block;
  cursor: pointer;
}

.button a,
.button a:link,
.button a:visited,
.button a:active,
.button a:hover {
  color: #ffffff;
}

.button_red {
  color: #ffffff;
  background-color: #007932;
  height: 40px;
  width: 256px;
  line-height: 39px;
}

.button_red:hover {
  background-position: 0px -55px;
  background-color: #ffffff;
  color: #007932;
}

.button_ueber {
  color: #ffffff;
  background-color: #007932;
  height: 40px;
  width: 256px;
  line-height: 39px;
}

.button_ueber:hover {
  background-position: 0px -55px;
  background-color: #ffffff;
  color: #007932;
}

.button_blue {
  background-image: url(../img/sprites/sprite_buttons_jugend.png);
  background-repeat: no-repeat;
  background-position: 0px -113px;
  height: 40px;
  width: 256px;
  line-height: 39px;
}

.button_blue:hover {
  background-position: 0px -168px;
  background-color: #ffffff;
  color: #007932;
}

.button_brown {
  background-image: url(../img/sprites/sprite_buttons_jugend.png);
  background-repeat: no-repeat;
  background-position: 0px -219px;
  height: 40px;
  width: 256px;
  line-height: 39px;
}

.button_brown:hover {
  background-position: 0px -274px;
  background-color: #ffffff;
  color: #5a2f26;
}

/*
.button_back {
  background-image: url(../img/sprites/sprite_buttons_jugend.png);
  background-repeat: no-repeat;
  background-position: 0px -332px;
  height: 40px;
  width: 256px;
  line-height: 39px; }

.button_back:hover {
  background-position: 0px -391px;
  background-color: #ffffff;
  color: #666666; } */

.button_small {
  background: #007932;
  border: 3px #007932 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 24px;
  width: 215px;
}

.button_small:hover {
  background: #ffffff;
  color: #007932;
}

.button_inline {
  display: inline-block;
  min-height: 40px;
  padding: 0 60px;
  background-color: #007932;
  border: 3px solid #007932;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button_inline:hover {
  background-color: #fff;
}

.button_inline .buttontext {
  color: #fff;
  line-height: 34px;
}

.button_inline:hover .buttontext {
  color: #007932;
}

.flexslider {
  width: 100%;
}

#slider_overlay {
  /* display: none; */
  padding-top: 55px;
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
}

#slider_overlay img {
  max-width: 230px;
  position: relative;
  width: 80%;
}

/* header */
/* navigation */
#navigation {
  float: left;
  margin-top: 17px;
  margin-left: 20px;
}

#navigation nav ul li a {
  color: #007932;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
}

#navigation nav ul li a.active,
#navigation nav ul li a:hover {
  background-color: #007932;
  color: #ffffff;
}

.sidr-class-nav ul li a {
  font-size: 18px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #007932;
  background-color: white;
  height: 40px;
}

/* links */
a {
  text-decoration: none;
}

a:link {
  color: #000000;
}

/* unvisited link */
a:visited {
  color: #000000;
}

/* visited link */
a:hover {
  color: #007932;
}

/* mouse over link */
a:active {
  color: #007932;
}

/* selected link */
.link_highlight {
  color: #007932 !important;
}

.link_highlight:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* positioning */
.centered {
  margin: 0 auto !important;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.align_left {
  text-align: left;
}

.align_centered {
  text-align: center;
}

/* fix module styles */
/* camp teaser module */
.camp_teaser_fourth {
  display: none;
}

.availability_box {
  text-align: right;
  float: right;
  padding: 0px 4px 4px 4px;
}

.camp_teaser_content .infotext_2.availability_box.signup_pending {
  font-size: 15px;
}

.camp_teaser_arrow {
  width: 9px;
  height: 17px;
  content: "";
  background-image: url("../img/campteaser_arrow_black.png");
  display: inline-block;
  background-repeat: no-repeat;
}

.camp_teaser a:hover .camp_teaser_content .camp_teaser_arrow {
  background-image: url("../img/campteaser_arrow_green.png");
  display: inline-block;
}

#home_campteaser {
  background-color: #f8f8f8;
}

#home_aboutcamps_images {
  padding-top: 40px;
  padding-bottom: 30px;
}

#home_aboutcamps_illu_left,
#home_aboutcamps_img_center,
#home_aboutcamps_illu_right {
  display: none;
}

#home_aboutcamps_button {
  padding-bottom: 50px;
}

#home_reports {
  text-align: center;
}

#home_reports_text {
  padding-top: 45px;
  padding-bottom: 50px;
}

#home_reports_button {
  padding-bottom: 60px;
}

#footerteaser {
  text-align: center;
  padding-top: 50px !important;
  padding-bottom: 60px !important;
}

#footerteaser #footerteaser_about {
  width: 295px;
}

.footerteaser_fourth {
  display: none;
}

.footerteaser {
  margin-bottom: 40px !important;
  margin: 0 auto;
}

.footerteaser.reminder {
  background-image: none;
}

.footerteaser_img {
  display: none;
  height: 256px;
  margin-bottom: 2em;
}

.footerteaser_img.reminder {
  height: 216px;
}

.footerteaser_img.reminder img {
  height: 216px;
  width: 256px;
}

.footerteaser_text {
  background-color: #ededed;
  width: 234px;
  height: 122px;
  padding: 10px 11px 18px 11px;
}

.footerteaser_text p {
  padding-top: 5px;
  padding-bottom: 12px;
  height: 36px;
}

.footerteaser_text #footerteaser_member_button {
  width: 216px;
  margin: 0 auto;
}

#teaser_member {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_member.jpg")
    no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_faq {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_faq.jpg") no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_terms {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_terms.jpg") no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_reminder {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_reminder.png")
    no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_adventureReports {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_adventureReports.jpg")
    no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_concept {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_concept.jpg")
    no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_aboutUs {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_aboutUs.jpg")
    no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_sustainability {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_sustainability.jpg")
    no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_camps {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_camps.jpg") no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#teaser_community {
  position: absolute;
  background: url("../img/teaser/wwf-adventuretours/teaser_member.jpg")
    no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.footerteaser_text.reminder {
  height: 162px;
  padding: 11px 11px 18px 11px;
}

.footerteaser_text.reminder p {
  padding-top: 3px;
  padding-bottom: 5px;
  height: 90px;
}

.footerteaser_text.reminder p span.error {
  color: #007932;
}

.footerteaser_text.reminder p input {
  width: 201px;
  height: 28px;
  margin-top: 22px;
  padding-left: 10px;
  border: 1px solid #999999;
}

.footerteaser_text.reminder p input.error {
  margin-top: 0px;
  color: #007932;
}

#directors {
  padding-top: 40px;
  margin: 0 auto;
  width: 256px;
}

#directors .director {
  padding-bottom: 45px;
  margin: 0 auto;
}

#directors .director div:first-of-type {
  margin-bottom: 2em;
}

#directors .director ul li a .rel_camps {
  float: left;
  background-image: url(../img/orangearrow.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  text-indent: 16px;
}

#directors .director ul li a .rel_camps:hover {
  color: #007932;
}

#directors .director ul li a .rel_camps_arrow {
  width: 16px;
  float: left;
  margin-left: 15px;
  margin-top: 3px;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: Arial;
}

body div {
  position: relative;
  display: block;
}

body #page {
  min-width: 320px;
  width: 100%;
}

body #page #header {
  height: 79px;
}

body #page #header #header_logo {
  width: 179px;
  height: 60px;
  background-color: #ffffff;
  float: left;
  margin-top: 2px;
  margin-left: 12px;
}

@media only screen and (min-width: 978px) {
  body #page #header #header_logo {
    margin-top: 12px;
  }
}

#logo {
  background: url(../img/headerlogo_wwf-adventuretours.png) no-repeat;
  position: absolute;
  width: 232px;
  background-position: center;
  height: 65px;
  background-size: auto 100%;
  background-size: contain;
}

body #page #header #mobile-header {
  width: 80px;
  float: right;
}

body #page #header img {
  width: 100%;
}

body #page #header ul {
  margin-top: 20px;
}

body #page #header ul li {
  float: left;
  list-style-type: none;
}

body #page #content .section {
  clear: both;
  padding: 0px;
  margin: 0px;
  /* home */
  /* campsoverview */
  /* campdetail */
  /* aboutcamps */
  /* adventureReports */
  /* adventureReportsDetail */
  /* reserve */
  /* reserve step 3 */
}

body #page #content .section .row {
  margin: 0 auto;
}

body #page #content .section .camp_teaser {
  float: left;
}

body #page #content .section .camp_teaser .camp_teaser_content {
  padding: 11px 19px 20px 19px;
}

body #page #content .section .fullwidth {
  width: 100%;
}

body #page #content .section .span_2 {
  width: 256px;
}

body #page #content .section .span_4 {
  min-width: 275px;
  width: 70%;
}

body #page #content .section .span_6 {
  min-width: 275px;
  width: 80%;
}

body #page #content .section .span_8 {
  min-width: 275px;
  width: 80%;
}

body #page #content .section #metanavi_container a {
  color: #007932;
}

body #page #content .section #metanavi_container a:hover {
  text-decoration: underline;
}

body #page #content .section #metanavi_container div div div div div ul {
  list-style: disc;
}

body #page #content .section #metanavi_container div div div div div ul li {
  margin-left: 20px;
}

body #page #content .section#home_slider {
  position: relative;
  overflow: hidden;
}

body #page #content .section#home_aboutcamps #home_aboutcamps_images {
  padding-top: 40px;
  padding-bottom: 30px;
}

body #page #content .section .campinfo_pdf {
  width: 133px;
  height: 20px;
  background-repeat: no-repeat;
}

body #page #content .section .campinfo_pdf:hover {
  background-position: 0 -26px;
}

body #page #content .section .slider_img_title {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 20px;
  color: #ffffff;
  padding: 10px 0px 30px 20px;
  position: absolute;
  text-align: left;
  display: none;
}

body #page #content .section .flex-active-slide .slider_img_title {
  display: block;
}

body #page #content .section .camp_teaser {
  margin: 0 auto;
  margin-bottom: 40px !important;
  height: 470px;
  float: none;
}

body #page #content .section .camp_teaser_title {
  margin-top: 5px;
  margin-bottom: 10px;
  height: 120px;
}

body #page #content .section .adventureReport_teaser {
  margin: 0 auto;
  margin-bottom: 40px !important;
}

body #page #content .section .adventureReport_teaser .report_teaser_image {
  height: 256px;
  width: 256px;
}

body #page #content .section .adventureReport_teaser .report_teaser_content {
  padding: 11px 19px 20px 19px;
  background-color: #ffffff;
  height: 137px;
}

body #page #content .section #home_reports_video {
  display: none;
}

body #page #content .section .illustration_ichwardabei {
  position: absolute;
  top: -40px;
  right: -10%;
  width: 30%;
  z-index: 1;
}

body #page #content .section .video-module_video {
  display: block;
  width: 286px;
  margin: 0 auto;
}

body #page #content .section#campsoverview_camps {
  text-align: center;
}

body #page #content .section #campsoverview_button_reservation {
  padding-top: 40px;
  padding-bottom: 40px;
}

body #page #content .section#campsoverview_footer {
  padding-bottom: 50px;
}

body #page #content .section#campdetail_headerimage {
  line-height: 0px;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_quote_wrapper {
  margin-bottom: 60px;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_quote_wrapper
  #campdetail_leadcomment_quote {
  text-align: center;
  padding-bottom: 70px;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_image {
  float: none;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_image
  #director_image {
  width: 165px;
  height: 167px;
  position: relative;
  right: 2px;
  top: -1px;
  border-radius: 50%;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_content {
  float: none;
  margin: 0 auto;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_content
  .campdetail_leadcomment_text {
  text-align: left;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_content
  #campdetail_team_button {
  text-align: center;
}

body #page #content .section#campdetail_campinfos #campdetail_name {
  position: relative;
  top: 48px;
}

body #page #content .section .camp_slider_carousel {
  height: 50px;
  padding-top: 20px;
}

body #page #content .section .camp_slider_carousel .camp_slider_carousel__left {
  position: absolute;
  left: 0;
}

body
  #page
  #content
  .section
  .camp_slider_carousel
  .camp_slider_carousel__right {
  position: absolute;
  left: auto;
  right: 0;
}

body #page #content .section .camp_slider_carousel a {
  cursor: pointer;
}

body #page #content .section .camp_slider_carousel a div {
  background-color: #bcbcbc;
  color: #ffffff;
  padding: 3px 0 7px 0;
  width: 85px;
  text-align: center;
}

body #page #content .section .camp_slider_carousel a div.left {
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
}

body #page #content .section .camp_slider_carousel a div.right {
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
}

body #page #content .section .camp_slider_carousel a div:hover {
  background-color: darkgrey !important;
}

body #page #content .section#campdetail_campinfos {
  padding-bottom: 60px;
}

body #page #content .section #campdetail_shortinfo {
  width: 256px;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}

body #page #content .section #campdetail_shortinfo #campdetail_shortinfo_left {
  float: none;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  #campdetail_shortinfo_left_name {
  padding: 0px 20px 0 0;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  #campdetail_shortinfo_availabilty {
  padding: 1px 0;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  #campdetail_shortinfo_recommend {
  margin-bottom: 15px;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  .campdetail_shortinfo_price
  span {
  display: inline-block;
  padding-bottom: 5px;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  .campdetail_shortinfo_price
  a {
  text-decoration: underline;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  .campdetail_button_reservation {
  padding-bottom: 20px;
  text-align: center;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  .campdetail_button_reservation
  a {
  text-decoration: none;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  .campdetail_button_reservation
  a
  .button_red {
  width: 256px;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_left
  .campdetail_button_reservation
  a
  .button_red:hover {
  background-position: 0px -55px;
}

@media only screen and (min-width: 651px) {
  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left
    .campdetail_button_reservation
    a
    .button_red {
    width: 90%;
    background-size: 100%;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left
    .campdetail_button_reservation
    a
    .button_red:hover {
    background-position: 0px -49px;
  }
}

@media only screen and (min-width: 978px) {
  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left
    .campdetail_button_reservation {
    padding-bottom: 0px;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left
    .campdetail_button_reservation
    a
    .button_red {
    width: 256px;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left
    .campdetail_button_reservation
    a
    .button_red:hover {
    background-position: 0px -55px;
  }
}

body #page #content .section #campdetail_shortinfo #campdetail_shortinfo_right {
  width: 256px;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_right
  p {
  line-height: 18px;
  padding-bottom: 10px;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_right
  p
  strong {
  font-weight: bold;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_right
  .jumplink {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc0033;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_right
  .jumplink:hover {
  cursor: pointer;
}

body
  #page
  #content
  .section
  #campdetail_shortinfo
  #campdetail_shortinfo_right
  .jumplink:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-left: 5px;
  background-image: url(../img/redarrow.png);
  background-repeat: no-repeat;
  background-position: 0px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body #page #content .section.campdetail_fullinfo {
  padding: 35px 0 0px;
}

@media only screen and (min-width: 978px) {
  body #page #content .section.campdetail_fullinfo {
    padding: 50px 0 0px;
  }
}

body #page #content .section.campdetail_fullinfo .span_6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
}

@media only screen and (min-width: 978px) {
  body #page #content .section.campdetail_fullinfo .span_6 {
    padding-left: 256px;
  }
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content {
  width: 256px;
  margin: 0 auto;
}

@media only screen and (min-width: 651px) {
  body
    #page
    #content
    .section.campdetail_fullinfo
    .span_6
    .campdetail_fullinfo_content {
    width: 532px;
  }
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  h2 {
  margin-bottom: 5px;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  .campdetail_button_reservation {
  width: 256px;
  margin-bottom: 30px;
  text-align: center;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  .campdetail_button_reservation
  a {
  text-decoration: none;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content {
  font-size: 15px;
  color: #000000;
  line-height: 24px;
  word-break: break-word;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  em {
  font-style: italic;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  strong {
  font-weight: bold;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  ol {
  list-style-type: decimal;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  .campdetail_text {
  padding-bottom: 20px;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  .campdetail_text
  .bigger {
  font-size: 120%;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  li {
  margin: 0 0 0 58px;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .span_6
  .campdetail_fullinfo_content
  a {
  text-decoration: underline;
}

body #page #content .section.campdetail_fullinfo .jumpToTop {
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

body #page #content .section.campdetail_fullinfo .jumpToTop .jumpContainer {
  display: inline-block;
  min-width: 150px;
  height: 100%;
  margin: 0 auto;
  font-family: "WWF-Regular", Arial;
  font-size: 18px;
  color: #cc0033;
  text-align: center;
  line-height: 62px;
  text-transform: uppercase;
  background-image: url("../img/backtotop_arrow.png");
  background-repeat: no-repeat;
  background-position: center 12px;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

body
  #page
  #content
  .section.campdetail_fullinfo
  .jumpToTop
  .jumpContainer:hover {
  cursor: pointer;
  color: #9b0027;
  background-position: center 8px;
  -webkit-animation-name: arrowjump;
  animation-name: arrowjump;
}

@-webkit-keyframes arrowjump {
  0% {
    background-position: center 12px;
  }
  50% {
    background-position: center 8px;
  }
  100% {
    background-position: center 12px;
  }
}

@keyframes arrowjump {
  0% {
    background-position: center 12px;
  }
  50% {
    background-position: center 8px;
  }
  100% {
    background-position: center 12px;
  }
}

body #page #content .section #campdetail_campinfos_text {
  margin: 0 auto;
  width: 256px;
}

body #page #content .section #campdetail_campinfos_text h2 {
  padding: 10px 0;
}

body #page #content .section #campdetail_campinfos_text p {
  padding-top: 20px;
}

body #page #content .section #campdetail_campinfos_text div > img {
  width: 100%;
  padding: 20px 0 0 0;
}

body #page #content .section#campdetail_leadcomment {
  text-align: left;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_quote_wrapper {
  padding-top: 75px;
  background-repeat: repeat;
  margin-bottom: 60px;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_text_camplinks {
  text-align: left;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_text_camplinks
  ul
  li
  a
  .rel_camps {
  float: left;
  background-image: url(../img/orangearrow.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  text-indent: 16px;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_text_camplinks
  ul
  li
  a
  .rel_camps:hover {
  color: #007932;
}

body
  #page
  #content
  .section#campdetail_leadcomment
  #campdetail_leadcomment_text_camplinks
  ul
  li
  a
  .rel_camps_arrow {
  width: 16px;
  float: left;
  margin-left: 15px;
  padding-top: 3px;
}

body #page #content .section#campdetail_leadcomment #campdetail_team_button {
  padding: 40px 0;
  width: 256px;
}

body #page #content .section#campdetail_adventureReport {
  background-color: #e6f4e7;
  text-align: center;
  padding-bottom: 40px;
}

body
  #page
  #content
  .section#campdetail_adventureReport
  #campdetail_adventureReport_image {
  padding-bottom: 40px;
}

body
  #page
  #content
  .section#campdetail_adventureReport
  #campdetail_adventureReport_image
  #campdetail_adventureReport_image_overlay {
  position: absolute;
  top: -28px;
  right: -87px;
}

body
  #page
  #content
  .section#campdetail_adventureReport
  #campdetail_adventureReport_image
  #campdetail_adventureReport_image_overlay
  img {
  width: 50%;
}

body
  #page
  #content
  .section#campdetail_adventureReport
  #campdetail_adventureReport_text {
  text-align: center;
}

body
  #page
  #content
  .section#campdetail_adventureReport
  #campdetail_report_button {
  padding: 40px 0;
}

body #page #content .section#aboutcamps_top {
  text-align: center;
  padding-bottom: 70px;
  /* our team */
  /* sustainability */
}

body #page #content .section#aboutcamps_top #home_aboutcamps_images {
  padding-top: 0px;
  padding-bottom: 0px;
}

body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  #subnavi_large {
  display: none;
}

body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  #subnavi_large
  li {
  float: left;
  width: 31%;
  margin: 50px 6px;
}

body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  #subnavi_small {
  display: block;
  padding-top: 30px;
  padding-bottom: 40px;
}

body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  #subnavi_small
  select {
  display: block;
  margin: 0 auto;
  width: 100%;
}

body #page #content .section#aboutcamps_top #aboutcamps_top_navi ul li {
  background-color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

body #page #content .section#aboutcamps_top #aboutcamps_top_navi ul li a {
  color: #bcbcbc;
}

/**body #page #content .section#aboutcamps_top #aboutcamps_top_navi ul li a div {
  width: 100%; }**/

body #page #content .section#aboutcamps_top #aboutcamps_top_navi ul li a:link,
body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  ul
  li
  a:visited,
body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  ul
  li
  a:active {
  color: #bcbcbc;
  display: block;
  padding: 5px;
}

body #page #content .section#aboutcamps_top #aboutcamps_top_navi ul li a:hover {
  color: #007932;
}

body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  ul
  li.active
  a {
  color: #007932;
}

body #page #content .section#aboutcamps_top #aboutcamps_ourteam_illu_left,
body #page #content .section#aboutcamps_top #aboutcamps_ourteam_illu_right {
  display: none;
  width: 138px;
  height: 300px;
}

body #page #content .section#aboutcamps_top #aboutcamps_ourteam_illu_left img,
body #page #content .section#aboutcamps_top #aboutcamps_ourteam_illu_right img {
  display: none;
}

body #page #content .section#aboutcamps_top #aboutcamps_ourteam_text_center {
  margin: 0 auto;
  width: 100%;
}

body #page #content .section#aboutcamps_top #aboutcamps_content .illu_left,
body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_content
  .aboutcamps_content_middle,
body #page #content .section#aboutcamps_top #aboutcamps_content .illu_right {
  float: none;
}

body #page #content .section#aboutcamps_top #aboutcamps_content .illu_left,
body #page #content .section#aboutcamps_top #aboutcamps_content .illu_right {
  display: none;
  width: 226px;
  height: 256px;
}

body #page #content .section#aboutcamps_top #aboutcamps_content .illu_left img,
body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_content
  .illu_right
  img {
  display: none;
}

body #page #content .section#aboutcamps_footerteaser {
  background-color: #f8f8f8;
  text-align: center;
}

body #page #content .section#adventureReports_grid {
  text-align: center;
  padding-bottom: 60px;
}

body #page #content .section#adventureReports_grid .adventureReport_teaser {
  margin: 0 auto;
}

body
  #page
  #content
  .section#adventureReports_grid
  .adventureReport_teaser
  .report_teaser_image {
  height: 256px;
  width: 256px;
}

body
  #page
  #content
  .section#adventureReports_grid
  .adventureReport_teaser
  .report_teaser_content {
  padding: 11px 19px 20px 19px;
  background-color: #ffffff;
  height: 137px;
}

body
  #page
  #content
  .section#adventureReports_grid
  .adventureReport_teaser
  .adventureReport_teaser_button {
  text-align: center;
}

body #page #content .section#adventureReports_footerteaser {
  text-align: center;
}

body #page #content .section#adventureReportdetail_headerimage {
  line-height: 0px;
}

body #page #content .section#adventureReportdetail_headerimage #headerimage {
  background: url("../img/erlebnisberichte/erlebnis_wwf.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38.6vw;
  width: 100%;
}

body #page #content .section#adventureReportsDetail_content {
  text-align: center;
  z-index: 10;
  padding-bottom: 40px;
  /* text-image-modul */
  /* photogallery-module */
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .how-to-module
  ul
  li
  a {
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

body #page #content .section#adventureReportsDetail_content #reportdetail_name {
  position: relative;
  top: 48px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .adventureReportsDetail_slider_carousel {
  height: 50px;
  padding-top: 20px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .adventureReportsDetail_slider_carousel
  a
  div {
  background-color: #bcbcbc;
  color: #ffffff;
  padding: 0px 20px 4px 20px;
  width: 55px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .adventureReportsDetail_slider_carousel
  a
  div.left {
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .adventureReportsDetail_slider_carousel
  a
  div.right {
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .adventureReportsDetail_slider_carousel
  a
  div:hover {
  background-color: darkgrey !important;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  #adventureReportsDetail_button {
  padding-top: 40px;
  padding-bottom: 60px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt {
  position: relative;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.odd
  .excerpt_img {
  margin: 0 auto;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.odd
  .excerpt_img
  .quote_mask_right,
body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.odd
  .excerpt_img
  .quote_mask_left {
  display: none;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.odd
  .excerpt_img
  .quote_img {
  position: absolute;
  left: 46px;
  top: 34px;
  z-index: -1;
  background-size: cover;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.odd
  .excerpt_text {
  margin: 0 auto;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .quote {
  font-style: italic;
  font-size: 30px;
  line-height: 45px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.even
  .excerpt_img {
  margin: 0 auto;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.even
  .excerpt_img
  .quote_mask_right,
body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.even
  .excerpt_img
  .quote_mask_left {
  display: none;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.even
  .excerpt_img
  .quote_img {
  position: absolute;
  left: 46px;
  top: 34px;
  z-index: -1;
  background-size: cover;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt.even
  .excerpt_text {
  margin: 0 auto;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .excerpt-module
  .excerpt
  .excerpt_text {
  padding-top: 23px;
  padding-bottom: 40px;
  width: 256px;
}

body #page #content .section#adventureReportsDetail_content .text-image-module {
  padding-bottom: 25px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .text-image-module
  .text-image-module_left,
body
  #page
  #content
  .section#adventureReportsDetail_content
  .text-image-module
  .text-image-module_right {
  display: none;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .text-image-module
  .text-image-module_content
  p
  img {
  width: 100%;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .photogallery-module {
  padding-top: 55px;
  padding-bottom: 80px;
  overflow: hidden;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .photogallery-module
  .photogallery_text {
  padding-bottom: 40px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .photogallery-module
  small {
  line-height: 20px;
}

body #page #content .section#adventureReportsDetail_content .video-module {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .video-module
  .video_text {
  padding-bottom: 40px;
}

body #page #content .section#adventureReportsDetail_content .how-to-module {
  padding-bottom: 25px;
}

body #page #content .section#adventureReportsDetail_content .how-to-module ul {
  margin-top: 10px;
  text-align: left;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .how-to-module
  ul
  li
  a {
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  background-image: url(../img/orangearrow.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  padding-right: 10px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .how-to-module
  ul
  li
  a:link,
body
  #page
  #content
  .section#adventureReportsDetail_content
  .how-to-module
  ul
  li
  a:active,
body
  #page
  #content
  .section#adventureReportsDetail_content
  .how-to-module
  ul
  li
  a:visited {
  color: #007932;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .how-to-module
  ul
  li
  a:hover {
  color: #007932;
}

body #page #content .section#adventureReportsDetail_footerteaser {
  text-align: center;
}

body #page #content .section #reserve_tabs {
  left: 0;
  width: 100% !important;
  float: left;
}

body #page #content .section #reserve_tabs ul {
  display: flex;
  padding: 0;
  transform: scale(1) !important;
}

body #page #content .section #reserve_tabs ul li {
  margin: 0 auto;
  width: 256px;
  height: 52px;
  padding-top: 10px;
  background-image: url(../img/sprites/wwf_breadcrumb_arrow.svg);
  background-repeat: no-repeat;
  display: none;
  font-family: WWF-Regular;
  font-synthesis: none;
  font-weight: 400;
  letter-spacing: 0.19px;
  font-size: 21px;
  color: #aead0d;
  justify-content: center;
  text-transform: uppercase;
}

body #page #content .section #reserve_tabs ul li.active {
  display: flex;
  color: #ffffff !important;
  background-image: url(../img/sprites/wwf_breadcrumb_arrow-active.svg);
}

body #page #content .section#reserve_header {
  text-align: center;
  padding: 25px !important;
}

body #page #content .section#reserve_header .span_6 {
  width: 100% !important;
  padding: 0 !important;
}

body #page #content .section#reserve_header p {
  padding-top: 40px;
}

#reserve_reisender .reserveItem a {
  float: right;
}

#reserve_reisender .reserveItem a.toggle-traveller {
  font-weight: bold;
  color: #007932;
  font-size: 15px;
  float: none;
}

#reserve_reisender .reserveItem a.toggle-traveller:hover {
  text-decoration: underline;
}

#reserve_reisender .reserveItem span + a.toggle-traveller {
  margin-left: 0.5em;
}

body #page #content .section#reserve_camps .reserveItem {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f4f3ea;
}

body #page #content .section#reserve_camps .reserveItem .adults_info {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* body #page #content .section#reserve_camps .reserveItem select {
  height:31px;
  width:40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border:solid 2px #297932;
  padding:2px;
  font-size:14px;
  background:url("../img/select_arrow.png") no-repeat;
  background-size:22px;
  background-position:16px -2px;

}
body #page #content .section#reserve_camps .reserveItem select::-ms-expand {
  display: none;
} */

body #page #content .section#reserve_reisender .reserveItem {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_container {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_container
  .bull {
  display: none;
}

/* body #page #content .section#reserve_camps .reserveItem .reserveItem_info_container .reserveItem_info_campname {
  float: left; } */

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_container
  .reserveItem_info_date
  div {
  float: left;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_container
  .reserveItem_info_date
  div.date_to {
  float: none;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_container
  .reserveItem_info_price {
  margin-bottom: 15px;
}

/* body #page #content .section#reserve_camps .reserveItem .reserveItem_info_form {
  width: 100%; } */

@media only screen and (min-width: 651px) {
  /* body #page #content .section#reserve_camps .reserveItem .reserveItem_table {
      width: 100%;
      display: table;
    }
    body #page #content .section#reserve_camps .reserveItem .reserveItem_table > div {
      float: none;
      display: table-cell;
      vertical-align: top;
    } */
  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_container {
    width: auto !important;
  }

  /* body #page #content .section#reserve_camps .reserveItem .reserveItem_info_form {
      width: 180px;
    } */
  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_form
    .countertext {
    margin-left: 0;
  }
}

/* body #page #content .section#reserve_camps .reserveItem .reserveItem_info_availability {
  width: 100%;
  float: right;
  margin-bottom: 5px;
  margin-right: 5px; } */

/* body #page #content .section#reserve_camps .reserveItem .reserveItem_info_availability div {
  float: none;
  text-align: left;
  margin-top: 0;
  padding-left: 15px; } */

body #page #content .section#reserve_camps .reserveItem .availability_green {
  border: 2px solid #297932;
}

body #page #content .section#reserve_camps .reserveItem .availability_orange {
  border: 2px solid #8c5387;
}

body #page #content .section#reserve_camps .reserveItem .availability_light_blue {
  border: 2px solid #f07c24;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_checkbox {
  float: right;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_checkbox
  input {
  margin-top: 14px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_checkbox
  label {
  margin-left: 7px;
  position: absolute;
  top: 6px;
  pointer-events: none;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  a.reserveItem_info_checkbox.camp_free {
  text-align: center;
  display: block;
  width: 160px;
  height: auto;
  margin-top: 0px;
  cursor: pointer;
  padding: 15px 0 20px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_checkbox.camp_waiting {
  border: 2px solid #8c5387;
  color: #8c5387;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_checkbox.camp_waiting:hover {
  background-color: #8c5387;
  color: #ffffff;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_subinfo_btn {
  cursor: pointer;
  padding: 0;
  min-width: auto;
  background: none;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_subinfo_btn_text {
  float: left;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_subinfo_btn_text::after {
  content: "";
  display: block;
  height: 1px;
  background-color: black;
  margin-top: 5px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_subinfo_btn:hover {
  color: #007932;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_subinfo_btn
  .reserveItem_subinfo_btn_arrow {
  float: right;
  width: 20px;
  height: 9px;
  margin-top: 12px;
  margin-left: 7px;
  background-image: url(../img/sprites/wwf_akkordeon_arrows.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

body #page #content .section#reserve_camps .reserveItem .campDetail {
  overflow: hidden;
  margin-top: 30px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_img {
  display: block;
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element {
  float: left;
  width: 256px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .campDetail_pdf {
  width: 133px;
  height: 20px;
  background-image: url(../img/wwf-adventuretours/wwf_textlink_download-1.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .campDetail_pdf:hover {
  background-position: 0px -26px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .campDetail_recommend {
  width: 122px;
  height: 20px;
  background-image: url(../img/wwf-adventuretours/wwf_textlink_externallink-1.png);
  background-repeat: no-repeat;
  margin-bottom: 30px;
  cursor: pointer;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .campDetail_recommend:hover {
  background-position: 0px -26px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .campDetail_camplink {
  width: 123px;
  height: 20px;
  background-image: url(../img/wwf-adventuretours/wwf_bigtextlink_buttons-1.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .campDetail_camplink:hover {
  background-position: 0px -25px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .detaillink {
  font-size: 12px;
  font-weight: bold;
  color: #cc0033;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .campDetail
  .campDetail_element
  .detaillink:hover {
  color: #9b0027;
}

/* body #page #content .section #bottom_links {
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px; }

body #page #content .section #bottom_links #back_btn {
  margin: 0 auto;
  margin-top: 20px; }

body #page #content .section #bottom_links #submit_btn {
  margin: 0 auto; }

body #page #content .section #bottom_links #submit_btn:hover {
  cursor: pointer; }

body #page #content .section #bottom_links #submit_btn input[type='submit'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #007932;
  padding-top: 0px;
  height: 40px;
  width: 256px;
  color: #ffffff;
  font-family: WWF-Regular; font-synthesis: none;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

body #page #content .section #bottom_links #submit_btn input[type='submit']:hover {
  cursor: pointer;
  color: #007932;
  background-color: #ffffff;
}

body #page #content .section #bottom_links #submit_btn input[type='button'] {
  border:3px #007932 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #007932;
  padding-top: 0px;
  height: 40px;
  width: 256px;
  color: #ffffff;
  font-family: WWF-Regular; font-synthesis: none;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased; }

body #page #content .section #bottom_links #submit_btn input[type='button']:hover {
  cursor: pointer;
  color: #007932;
  background-color: #ffffff; } */

body #page #content .section#reserve_camps_step2 {
  padding-bottom: 30px;
}

body #page #content .section#reserve_camps {
  padding-bottom: 30px;
}

body #page #content .section#reserve_camps_step2 .reserveItem_step2 {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

body
  #page
  #content
  .section#reserve_camps_step2
  .reserveItem_step2
  .reserveItem_step2_img_container {
  float: left;
  width: 160px;
  display: none;
}

body
  #page
  #content
  .section#reserve_camps_step2
  .reserveItem_step2
  .reserveItem_step2_info_container {
  float: left;
  width: 100%;
}

body
  #page
  #content
  .section#reserve_camps_step2
  .reserveItem_step2
  .reserveItem_step2_info_container
  .bull {
  display: none;
}

body
  #page
  #content
  .section#reserve_camps_step2
  .reserveItem_step2
  .reserveItem_step2_info_container
  .reserveItem_step2_info_date
  div {
  float: left;
}

body
  #page
  #content
  .section#reserve_camps_step2
  .reserveItem_step2
  .reserveItem_step2_info_container
  .reserveItem_step2_info_date
  div.date_to {
  float: none;
}

body
  #page
  #content
  .section#reserve_camps_step2
  .reserveItem_step2
  .reserveItem_step2_info_container
  .reserveItem_info_price {
  margin-bottom: 15px;
}

.reserveItem_step2_info_availability {
  float: right;
  width: 100%;
}

.reserveItem_step2_info_availability.waiting {
  color: #8c5387;
  padding-top: 10px;
}

.reserveItem_step2_info_availability.reserved {
  color: #297932;
  padding-top: 10px;
}

/**body #page #content .section#reserve_step2_formChild #child_data {
  padding-top: 40px;
  padding-bottom: 40px;

}**/
body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div {
  padding: 5px;
  height: auto;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div
  input[type="text"] {
  width: 95%;
  height: 25px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div
  input[type="email"] {
  width: 95%;
  height: 25px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div
  textarea {
  width: 95%;
  height: 50px;
  padding: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div
  #User_gender
  br,
body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div
  #User_membership
  br {
  display: none;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div.no-mobile {
  display: none;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div.only_tablet {
  display: none;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div.only_desktop {
  display: none;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  .child_data_form__internalnote {
  margin: 0 7px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  #optional-birthday
  #traveller-optional_birthday {
  width: calc(95% - 35px);
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  #optional-birthday
  .tooltip {
  position: absolute;
  top: 1em;
  left: auto;
  right: 0;
}

body #page #content .section#reserve_step2_formChild #parent_data_contact {
  padding-bottom: 40px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form {
  width: 261px;
  margin: 0 auto;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div {
  padding: 5px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div
  input[type="text"] {
  width: 95%;
  height: 25px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div
  input[type="email"] {
  width: 95%;
  height: 25px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body #page #content .section#reserve_step2_formChild #parent_data_referer {
  padding-bottom: 40px;
  background-color: #fff;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_referer
  #parent_data_referer_form {
  width: 261px;
  margin: 0 auto;
}

/*
body #page #content .section#reserve_step2_formChild #parent_data_referer #parent_data_referer_form div {
  padding: 5px;
  height: 51px; } */

#referrer-alternative-wrapper {
  margin-top: -10px;
}

.referer-text {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -15px;
}

#referrer-alternative-wrapper input[type="text"] {
  width: 95%;
  height: 25px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_referer
  #parent_data_referer_form
  div
  input[type="email"] {
  width: 95%;
  height: 25px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body #page #content .section#reserve_step2_formChild div input[type="date"] {
  width: 95%;
  height: 29px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body #page #content .section#reserve_step2_formChild div select {
  width: 100%;
  height: 29px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div
  #User_gender
  br,
body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div
  #User_membership
  br {
  display: none;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div.no-mobile {
  display: none;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div.only_tablet {
  display: none;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div.only_desktop {
  display: none;
}

body #page #content .section#reserve_step2_formChild #parent_data {
  padding-bottom: 40px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data
  div
  #parent_data_form {
  width: 261px;
  margin: 0 auto;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  div
  #child_data_form {
  width: 261px;
  margin: 0 auto;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data
  div
  #parent_data_form
  div {
  padding: 5px;
  height: 60px;
}

/* Counter paddings of the form elements */
body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data
  div
  #parent_data_form,
body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  div
  #parent_data_contact_form {
  margin-left: -10px;
  margin-right: -10px;
}

#street {
  width: 145px !important;
}

#street input {
  width: 90% !important;
}

#streetnumber {
  width: 91px !important;
}

#streetnumber input {
  width: 95% !important;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data
  div
  #parent_data_form
  div
  input[type="text"] {
  width: 95%;
  height: 25px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data
  div
  #parent_data_form
  div
  #Guardian_gender
  br {
  display: none;
}

.control-label {
  display: inline-block;
  margin-bottom: 2px;
}

.field-booker-street_no label,
.field-traveller-street_no label {
  white-space: nowrap;
}

form div.required label.control-label:after {
  content: " * ";
  color: #000000;
}

body #page #content .section#reserve_step2_formChild #extra_data {
  width: 266px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

body #page #content .section#reserve_step2_formChild #extra_data div {
  padding: 5px;
}

body #page #content .section#reserve_step2_formChild #extra_data div textarea {
  padding-left: 7px;
  padding-top: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

body #page #content .section#reserve_step2_formChild #extra_data div div #yw1 {
  margin-right: 60px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #extra_data
  div
  div
  #User_verifyCode {
  margin-top: 10px;
}

body #page #content .section#reserve_step3_confirmation div #user_data div {
  padding-bottom: 10px;
  /*
    padding-left: 10px;
    */
  color: #000000;
}

body #page #content .section#reserve_step3_confirmation .is-label {
  font-weight: bold;
  color: #007932;
}

body #page #content .section#reserve_step3_confirmation div #guardian_data {
  padding-bottom: 40px;
}

body #page #content .section#reserve_step3_confirmation div #guardian_data div {
  padding-bottom: 10px;
  /*
    padding-left: 10px;
    */
  color: #000000;
}

body #page #content .section#reserve_step3_confirmation div #notes_data {
  padding-bottom: 40px;
}

body #page #content .section#reserve_step3_confirmation div #notes_data div {
  padding-bottom: 10px;
  color: #000000;
}

body
  #page
  #content
  .section#reserve_step3_confirmation
  div
  #notes_data
  #voucher
  input {
  width: 100px;
  height: 25px;
  padding-left: 7px;
  margin-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
}

/* .section#reserve_step3_confirmation a {
  float: right;
  color: #fff;
  font-weight: bold;
  background-color: #007932;
  padding: 10px;
} */

.section#reserve_step3_confirmation a#teilnahme {
  float: none;
  color: #007932;
  padding: 0;
  background-color: #fff;
}

#teilnahme {
  float: none;
  color: #007932;
}

.section#reserve_step3_confirmation a#datenschutz {
  float: none;
  color: #007932;
  padding: 0;
  background-color: #fff;
}

#datenschutz {
  float: none;
  color: #007932;
}

body #page #content .section#reserve_step4_confirmation {
  min-height: 400px;
}

body #page #content .section#faq .faq_item .faq_headline_wrapper {
  border-top: 1px solid #c8c8c8;
}

body #page #content .section#faq .faq_item .faq_headline_wrapper .faq_headline {
  padding-bottom: 16px;
  padding-top: 13px;
  padding-left: 12px;
  float: left;
  width: 85%;
}

body
  #page
  #content
  .section#faq
  .faq_item
  .faq_headline_wrapper
  .faq_headline:hover {
  cursor: pointer;
  color: #007932;
}

body
  #page
  #content
  .section#faq
  .faq_item
  .faq_headline_wrapper
  .faq_headline.opened {
  color: #007932;
}

body #page #content .section#faq .faq_item .faq_arrow {
  float: right;
  width: 18px;
  height: 10px;
  margin-top: 22px;
  margin-right: 6px;
  background-image: url(../img/faq_spriteNa.png);
  background-repeat: no-repeat;
  background-position: -40px 0px;
}

body #page #content .section#faq .faq_item .faq_arrow.opened {
  background-position: -20px 0px;
}

body #page #content .section#faq .faq_item .faq_text {
  display: none;
  padding: 0 12px 15px 12px;
}

body #page #content .section#faq .faq_item:last-child {
  border-bottom: 1px solid #c8c8c8;
}

body #page #content .section #map-wrapper {
  width: 100%;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 651px) {
  body #page #content .section #map-wrapper {
    padding: 0 20px;
  }
}

body #page #content .section #map-wrapper #map {
  height: 350px;
  border: 1px solid #a4a4a4;
}

@media only screen and (min-width: 651px) {
  body #page #content .section #map-wrapper #map {
    height: 400px;
  }
}

@media only screen and (min-width: 978px) {
  body #page #content .section #map-wrapper #map {
    height: 500px;
  }
}

body #page #content .section #map-wrapper #map .infobox {
  width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 10px;
}

body #page #content .section #map-wrapper #map .infobox .title {
  display: inline-block;
  font-size: 22px;
  color: #007932;
  margin: 10px 0px;
  font-family: "WWF-Regular", Arial;
  text-align: left;
  line-height: 25px;
}

body #page #content .section #map-wrapper #map .infobox .location {
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  font-family: "WWF-Regular", Arial;
  padding: 0px;
}

body #page #content .section #map-wrapper #map .infobox .camp-box {
  margin-top: 10px;
  display: block;
}

body #page #content .section #map-wrapper #map .infobox .camp-box .name {
  display: inline-block;
  float: left;
  font-size: 17px;
  color: black;
  font-family: "WWF-Regular", Arial;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 20px;
}

body #page #content .section #map-wrapper #map .infobox .camp-box .name .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
}

body
  #page
  #content
  .section
  #map-wrapper
  #map
  .infobox
  .camp-box
  .availability_box {
  float: right;
  display: inline-block;
  margin-top: 12px;
  width: 145px;
  text-align: center;
}

body #page #content .section #map-wrapper #map .infobox .camp-box:hover .name {
  color: #e55e31 !important;
}

body #page #content .section #map-wrapper #map .btn--zoom {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  margin-left: 10px;
}

body #page #content .section #map-wrapper #map .btn--zoom.in {
  margin-top: 10px;
  background: url("../img/map/wwf-adventuretours/zoom.png") no-repeat top left;
}

body #page #content .section #map-wrapper #map .btn--zoom.in:hover {
  background-position: top right;
}

body #page #content .section #map-wrapper #map .btn--zoom.out {
  background: url("../img/map/wwf-adventuretours/zoom.png") no-repeat bottom
    left;
}

body #page #content .section #map-wrapper #map .btn--zoom.out:hover {
  background-position: bottom right;
}

body #page #footer {
  background-color: #007932;
}

body #page #footer #footer_logo {
  position: relative;
  top: -40px;
  left: 20px;
  width: 60px;
  margin-right: 19px;
  background-color: #ffffff;
}

#footer_logo_image {
  background: url("../img/footer_logo.svg") no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  width: 60px;
  height: 68px;
}

body #page #footer ul {
  margin: 0px;
  position: relative;
  top: -50px;
}

body #page #footer ul li {
  list-style-type: none;
  padding: 0px 20px;
}

body #page #footer ul li a {
  color: #ffffff;
}

body #page #footer ul li a div {
  width: 256px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}

body #page #footer ul li a div.active,
body #page #footer ul li a div:hover {
  text-decoration: underline;
}

body #page #backtotop {
  padding-top: 7px;
  padding-bottom: 5px;
  height: 50px;
  cursor: pointer;
  color: #007932;
}

body #page #backtotop #backtotop_arrow {
  width: 14px;
  height: 7px;
  background-image: url("../img/backtotop_arrow.png");
  margin: 0 auto;
}

.quote_mask_left {
  content: url("../img/erlebnisberichte/excerpt_quote_mask_left.png");
}

.quote_mask_left::after {
  content: url("../img/erlebnisberichte/excerpt_quote_mask_left.png");
}

.quote_mask_right {
  content: url("../img/erlebnisberichte/excerpt_quote_mask_right.png");
}

.quote_mask_right::after {
  content: url("../img/erlebnisberichte/excerpt_quote_mask_right.png");
}

.quote_mask_bottom {
  content: url("../img/erlebnisberichte/excerpt_quote_mask_bottom.png");
}

.quote_mask_bottom::after {
  content: url("../img/erlebnisberichte/excerpt_quote_mask_bottom.png");
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_container
  .reserveItem_info_duration {
  margin-bottom: 15px;
}

body #page #content .section #home_aboutcamps_signature {
  height: 20px;
}

body #page #content .section #home_aboutcamps_signature img {
  display: none;
}

body #page #content .section #home_aboutcamps_signature div {
  display: none;
}

/* medium screens */
@media only screen and (min-width: 651px) {
  body #page #content .section {
    /* home */
    /* campdetail */
    /* aboutcamps */
    /* adventureReports */
    /* aboutourcamps */
    /* aboutus */
    /* adventureReportsDetail */
    /* reserve */
    /* reserve step2 */
  }

  body #page #content .section .col {
    margin: 0px 20px 0px 19px;
  }

  body #page #content .section .span_2 {
    width: 256px;
  }

  body #page #content .section .span_4 {
    width: 532px;
  }

  body #page #content .section .span_6 {
    width: 650px;
  }

  body #page #content .section .span_8 {
    width: 70%;
  }

  body #page #content .section .flexslider {
    width: 650px;
  }

  body #page #content .section #slider_overlay {
    display: block;
    position: absolute;
    top: 0;
    padding: 0px;
    text-align: center;
    margin: 0 auto !important;
    width: auto;
  }

  body #page #content .section #slider_overlay img {
    position: absolute;
    z-index: 10000;
    top: 24px;
    width: 133px;
    padding-left: 168px;
  }

  body #page #content .section .camp_teaser {
    margin: 0 34px;
    float: left;
  }

  body #page #content .section .camp_teaser_fourth {
    display: block;
  }

  body #page #content .section .adventureReport_teaser {
    float: left;
    margin: 0 34px;
    height: 426px;
  }

  body #page #content .section .illustration_ichwardabei {
    position: absolute;
    top: -60px;
    right: 0%;
    width: 160px;
  }

  body
    #page
    #content
    .section
    #home_reports_video_container
    #home_reports_video {
    height: 298px;
    width: 532px;
    margin: 0 auto;
  }

  body
    #page
    #content
    .section
    #home_reports_video_container
    #home_reports_video
    #ytplayer {
    width: 532px;
    height: 298px;
  }

  body #page #content .section .video-module_video {
    width: 532px;
    height: 298px;
  }

  body #page #content .section #home_reports_video {
    display: block;
  }

  body #page #content .section #home_reports_video_small {
    display: none;
  }

  body #page #content .section .footerteaser {
    float: left;
    margin: 0px 20px 0px 19px;
  }

  body #page #content .section#footerteaser #footerteaser_about {
    width: 590px;
  }

  body #page #content .section .footerteaser_fourth {
    display: block;
  }

  body #page #content .section .footerteaser_img {
    display: none;
  }

  body #page #content .section .footerteaser_text {
    background-color: #007932;
  }

  body #page #content .section #campdetail_shortinfo {
    width: 512px;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left {
    float: left;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_right {
    float: right;
  }

  body #page #content .section #campdetail_campinfos_text {
    margin: 0 auto;
    width: 532px;
    overflow: hidden;
  }

  body #page #content .section #campdetail_campinfos_text h2 {
    padding: 0 20px;
  }

  body #page #content .section #campdetail_campinfos_text p {
    padding: 20px;
  }

  body
    #page
    #content
    .section#campdetail_adventureReport
    #campdetail_adventureReport_image
    #campdetail_adventureReport_image_overlay {
    top: -41px;
    right: -79px;
  }

  body
    #page
    #content
    .section#campdetail_adventureReport
    #campdetail_adventureReport_image
    #campdetail_adventureReport_image_overlay
    img {
    width: 75%;
  }

  body
    #page
    #content
    .section#campdetail_adventureReport
    #campdetail_report_button {
    padding: 40px 0;
  }

  body #page #content .section#aboutcamps_top #aboutcamps_ourteam_text_center {
    padding-left: 40px;
    padding-right: 37px;
    width: 532px;
  }

  body
    #page
    #content
    .section#aboutcamps_top
    #aboutcamps_top_navi
    #subnavi_large {
    display: block;
  }

  body
    #page
    #content
    .section#aboutcamps_top
    #aboutcamps_top_navi
    #subnavi_small {
    display: none;
  }

  body #page #content .section#adventureReports_grid .adventureReport_teaser {
    float: left;
    margin: 0px 20px 40px 19px;
  }

  body #page #content .section #directors {
    margin: auto auto;
    width: auto;
  }

  body #page #content .section #directors .director {
    padding-bottom: 45px;
    margin-left: 32px;
    margin-right: 32px;
    float: left;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt
    .excerpt_text {
    width: 532px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_container {
    width: 390px;
    margin-bottom: 0px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_container
    .bull {
    display: block;
    float: left;
    height: 23px;
    line-height: 29px;
    padding-right: 10px;
    padding-left: 10px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_container
    .reserveItem_info_duration,
  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_container
    .reserveItem_info_date,
  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_container
    .reserveItem_info_price {
    float: left;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_container
    .reserveItem_info_date
    div.date_to {
    float: left;
  }

  /* body #page #content .section#reserve_camps .reserveItem .reserveItem_info_availability {
      width: 160px; } */
  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_availability
    div {
    text-align: center;
    padding-left: 0px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_checkbox {
    width: 160px;
    height: 60px;
    margin-top: 24px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_checkbox
    br {
    display: block;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_checkbox
    input {
    left: 42%;
    position: relative;
    margin-top: 14px;
    width: 15px;
    margin-right: 20px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_info_checkbox
    label {
    margin: 0px auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .campDetail
    .campDetail_img {
    display: block;
    float: left;
    width: 144px;
    height: 144px;
    margin-right: 40px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .campDetail
    .campDetail_element {
    float: left;
    width: 360px;
  }

  /* body #page #content .section #bottom_links #back_btn {
      float: left;
      margin-top: 0px; }
    body #page #content .section #bottom_links #submit_btn {
      float: right; }
    body #page #content .section #bottom_links #submit_btn:hover {
      cursor: pointer; } */
  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_info_container {
    width: 390px;
  }

  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_info_container
    .bull {
    display: block;
    float: left;
    height: 23px;
    line-height: 29px;
    padding-right: 10px;
    padding-left: 10px;
  }

  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_info_container
    .reserveItem_step2_info_duration {
    float: left;
  }

  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_info_container
    .reserveItem_step2_info_date {
    float: left;
  }

  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_info_container
    .reserveItem_step2_info_date
    div {
    float: left;
  }

  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_info_container
    .reserveItem_step2_info_date
    div.date_to {
    float: left;
  }

  .reserveItem_step2_info_availability {
    width: 144px;
  }

  .reserveItem_step2_info_availability.waiting {
    padding-top: 33px;
  }

  .reserveItem_step2_info_availability.reserved {
    padding-top: 36px;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #child_data
    div
    #child_data_form {
    width: 532px;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #child_data
    #child_data_form
    div.only_tablet {
    display: block;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #child_data
    #child_data_form
    div.only_desktop {
    display: none;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #parent_data
    div
    #parent_data_form {
    width: 532px;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #parent_data_contact
    div
    #parent_data_contact_form {
    width: 532px;
  }

  body #page #content .section#reserve_step2_formChild #extra_data {
    width: 532px;
  }

  body #page #footer {
    height: 82px;
  }

  body #page #footer #footer_logo {
    float: left;
  }

  body #page #footer ul {
    top: 10px;
    left: 10px;
  }

  body #page #footer ul li a div {
    float: left;
    width: auto;
    padding-right: 27px;
    text-align: left;
  }

  #street {
    width: 400px !important;
  }

  #street input {
    width: 90% !important;
  }

  #streetnumber {
    width: 125px !important;
  }

  #streetnumber input {
    width: 79% !important;
  }
}

@media only screen and (min-width: 1150px) {
  body #page #content .section #reserve_tabs ul li {
    flex-grow: 1;
    flex-shrink: 0;
    float: left;
    display: flex;
  }

  body #page #content .section #reserve_tabs ul li.firstTab {
    position: relative;
    z-index: 4;
    left: 0;
  }

  body #page #content .section #reserve_tabs ul li.secondTab {
    position: relative;
    z-index: 3;
    left: -20px;
  }

  body #page #content .section #reserve_tabs ul li.thirdTab {
    position: relative;
    z-index: 2;
    left: -40px;
  }

  body #page #content .section #reserve_tabs ul li.fourthTab {
    position: relative;
    z-index: 1;
    left: -60px;
  }
}

/* desktop screens - large */
@media only screen and (min-width: 978px) {
  body #page #header {
    height: 100px;
    width: 1030px;
    margin: 0 auto;
  }

  body #page #header #header_logo {
    width: 228px;
    height: 76px;
    margin-left: 25px;
  }

  body #page #content .section#reserve_header {
    padding: 60px !important;
  }

  body #page #content .section {
    /* home */
    /* campdetail */
    /* aboutourcamps */
    /* aboutus */
    /* adventureReportsDetail */
    /* reserve */
    /* reserve step2 */
  }

  body #page #content .section .col {
    margin: 0px 20px 0px 19px;
  }

  body #page #content .section .span_2 {
    width: 256px;
  }

  body #page #content .section .span_4 {
    width: 532px;
  }

  body #page #content .section .span_6 {
    width: 885px;
  }

  body #page #content .section .span_8 {
    width: 70%;
  }

  body #page #content .section#home_slider {
    position: relative;
    overflow: hidden;
  }

  body #page #content .section .flexslider {
    width: 885px;
  }

  body #page #content .section #slider_overlay img {
    top: 34px;
    width: 180px;
    padding-left: 230px;
  }

  body #page #content .section .camp_teaser_fourth {
    display: none;
  }

  body #page #content .section .adventureReport_teaser {
    float: left;
    margin: 0 19px !important;
  }

  body #page #content .section .illustration_ichwardabei {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
  }

  body #page #content .section #home_reports_video_container {
    width: 885px;
    height: 500px;
  }

  body
    #page
    #content
    .section
    #home_reports_video_container
    #home_reports_video {
    height: 500px;
    width: 885px;
  }

  body
    #page
    #content
    .section
    #home_reports_video_container
    #home_reports_video
    #ytplayer {
    width: 885px;
    height: 500px;
  }

  body #page #content .section .video-module_video {
    width: 885px;
    height: 500px;
  }

  body #page #content .section .footerteaser_fourth {
    display: none;
  }

  body #page #content .section .footerteaser_img {
    display: block;
  }

  body #page #content .section .footerteaser_img img {
    width: 256px;
  }

  body #page #content .section .footerteaser_text {
    background-color: transparent;
    background: none;
  }

  body #page #content .section .footerteaser_text.reminder {
    padding: 4px 21px 18px 21px;
  }

  body #page #content .section #campdetail_shortinfo {
    width: 256px;
    float: left;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left {
    margin-bottom: 20px;
    float: none;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left
    ul {
    margin-left: 17px;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_left
    #campdetail_shortinfo_availabilty {
    float: left;
  }

  body
    #page
    #content
    .section
    #campdetail_shortinfo
    #campdetail_shortinfo_right {
    float: none;
  }

  body #page #content .section #campdetail_campinfos_text {
    float: right;
    width: 629px;
  }

  body #page #content .section #campdetail_campinfos_text p {
    padding: 0 20px 20px 20px;
  }

  body #page #content .section#campdetail_leadcomment {
    text-align: center;
  }

  body
    #page
    #content
    .section#campdetail_leadcomment
    #campdetail_leadcomment_image {
    float: left;
    margin-left: 50px;
  }

  body
    #page
    #content
    .section#campdetail_leadcomment
    #campdetail_leadcomment_image
    #director_image {
    border-radius: 50%;
  }

  body
    #page
    #content
    .section#campdetail_leadcomment
    #campdetail_leadcomment_content {
    float: right;
  }

  body
    #page
    #content
    .section#campdetail_adventureReport
    #campdetail_adventureReport_image
    #campdetail_adventureReport_image_overlay {
    top: -56px;
    right: -71px;
  }

  body
    #page
    #content
    .section#campdetail_adventureReport
    #campdetail_adventureReport_image
    #campdetail_adventureReport_image_overlay
    img {
    width: 100%;
  }

  body
    #page
    #content
    .section#campdetail_adventureReport
    #campdetail_adventureReport_text {
    text-align: center;
    width: 650px;
  }

  body
    #page
    #content
    .section#campdetail_adventureReport
    #campdetail_report_button {
    padding: 40px 0;
  }

  body #page #content .section#aboutcamps_top #aboutcamps_ourteam_illu_left,
  body #page #content .section#aboutcamps_top #aboutcamps_ourteam_text_center,
  body #page #content .section#aboutcamps_top #aboutcamps_ourteam_illu_right {
    float: left;
    display: block;
  }

  body #page #content .section#aboutcamps_top #aboutcamps_content {
    width: 978px;
  }

  body #page #content .section#aboutcamps_top #aboutcamps_content .illu_left,
  body
    #page
    #content
    .section#aboutcamps_top
    #aboutcamps_content
    .aboutcamps_content_middle,
  body #page #content .section#aboutcamps_top #aboutcamps_content .illu_right {
    display: block;
    float: left;
  }

  body #page #content .section#aboutcamps_top #aboutcamps_content .illu_left,
  body #page #content .section#aboutcamps_top #aboutcamps_content .illu_right {
    width: 223px;
  }

  body #page #content .section #directors .director {
    padding-bottom: 45px;
    margin-left: 20px;
    margin-right: 19px;
  }

  body #page #content .section#adventureReportsDetail_content {
    /* text-image-modul */
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt {
    height: 260px;
    position: relative;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt
    .quote_mask_bottom,
  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt
    .quote_mask_left,
  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt
    .quote_mask_right {
    display: none;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt
    .quote_img {
    z-index: -1;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.odd
    .excerpt_img {
    float: left;
    text-align: right;
    margin-left: 70px;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.odd
    .excerpt_img
    .quote_mask_right {
    display: block;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.odd
    .excerpt_img
    .copyright-center {
    padding-right: 2em;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.odd
    .excerpt_img
    .quote_img {
    position: absolute;
    left: 34px;
    top: 34px;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.odd
    .excerpt_text {
    float: right;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.even
    .excerpt_img {
    float: right;
    text-align: left;
    margin-right: 70px;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.even
    .excerpt_img
    .quote_mask_left {
    display: block;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.even
    .excerpt_img
    .copyright-center {
    padding-left: 2em;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.even
    .excerpt_img
    .quote_img {
    position: absolute;
    left: 56px;
    top: 34px;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt.even
    .excerpt_text {
    float: left;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .excerpt-module
    .excerpt
    .excerpt_text {
    height: 132px;
    padding-top: 60px;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .text-image-module {
    width: 1044px;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .text-image-module
    .text-image-module_left,
  body
    #page
    #content
    .section#adventureReportsDetail_content
    .text-image-module
    .text-image-module_content,
  body
    #page
    #content
    .section#adventureReportsDetail_content
    .text-image-module
    .text-image-module_right {
    float: left;
    display: block;
  }

  body
    #page
    #content
    .section#adventureReportsDetail_content
    .text-image-module
    .text-image-module_left,
  body
    #page
    #content
    .section#adventureReportsDetail_content
    .text-image-module
    .text-image-module_right {
    width: 256px;
    height: 200px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .campDetail
    .campDetail_img {
    display: none;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .campDetail
    .campDetail_element:not(:last-child) {
    margin-right: 32px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .campDetail
    .campDetail_element {
    float: left;
    width: 256px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .campDetail
    .campDetail_element
    .campDetail_pdf {
    margin-top: 0px;
  }

  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_img_container {
    display: block;
  }

  body
    #page
    #content
    .section#reserve_camps_step2
    .reserveItem_step2
    .reserveItem_step2_info_container {
    width: 532px;
  }

  .reserveItem_step2_info_availability.waiting {
    padding-top: 38px;
  }

  .reserveItem_step2_info_availability.reserved {
    padding-top: 38px;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #child_data
    div
    #child_data_form {
    width: 798px;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #child_data
    #child_data_form
    div.no-mobile {
    display: block;
    width: 100%;
    height: 61px;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #child_data
    #child_data_form
    div.only_tablet {
    display: none;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #child_data
    #child_data_form
    div.only_desktop {
    display: block;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #parent_data
    div
    #parent_data_form {
    width: 798px;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #parent_data_contact
    div
    #parent_data_contact_form {
    width: 798px;
  }

  body #page #content .section#reserve_step2_formChild #extra_data {
    width: 798px;
  }

  body #page #footer ul {
    width: 954px;
    margin: 0 auto;
  }

  .no_large {
    display: none;
  }

  .counter {
    float: left;
    width: 1.5rem;
    text-align: right;
    font-size: 1.1rem;
    height: 1.2rem;
    font-family: WWF-Regular;
    font-synthesis: none;
    padding: 1px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}

/* desktop screens - large-wide */
@media only screen and (min-width: 1104px) {
  body #page #content .section .col {
    margin: 0px 20px 0px 19px;
  }

  body #page #content .section .span_2 {
    width: 256px;
  }

  body #page #content .section .span_4 {
    width: 532px;
  }

  body #page #content .section .span_6 {
    width: 885px;
  }

  body #page #content .section .span_8 {
    width: 1084px;
  }

  body #page #content .section #home_reports_video {
    height: 500px;
  }
}

#mobile-header {
  display: none;
}

#navi_togglebtn {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 978px) {
  #mobile-header {
    display: block;
  }

  #mobile-header a #navi_togglebtn {
    width: 39px;
    height: 39px;
    background-image: url("../img/navi_medium_btn_green.png");
    background-repeat: no-repeat;
  }

  #navigation {
    display: none;
  }

  .sidr .sidr-inner .sidr-class-nav ul li .sidr-class-active {
    background-color: #007932;
  }

  .sidr .sidr-inner .sidr-class-nav ul li a {
    color: #007932;
  }

  .sidr .sidr-inner .sidr-class-nav ul li:hover a {
    background-color: #007932;
    color: #ffffff;
  }
}

@media only screen and (min-width: 321px) and (max-width: 564px) {
  .msgBox {
    width: 100%;
    left: 0px !important;
    top: 50% !important;
  }

  .msgBox .msgBoxTitle {
    padding: 5px 0 5px 20px;
  }

  .msgBox div .msgBoxContainer {
    width: 90%;
  }

  .msgBox div .msgBoxContainer .msgBoxImage {
    display: none;
  }

  .msgBox div .msgBoxContainer .msgBoxContent {
    width: 100%;
  }

  .msgBox div .msgBoxButtons .msgButton {
    margin-left: 15px;
  }

  .counter {
    float: right;
    width: 1.5rem;
    margin-bottom: 10px;
    text-align: right;
    font-size: 1.2rem;
    height: 1.5rem;
    font-family: WWF-Regular;
    font-synthesis: none;
    padding: 0;
  }

  body
    #page
    #content
    .section#reserve_step2_formChild
    #parent_data_contact
    #parent_data_contact_form {
    width: 266px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 320px) {
  .msgBox {
    padding: 10px;
    width: 250px !important;
    left: 0px !important;
    top: 50% !important;
  }

  .msgBox .msgBoxTitle {
    padding: 5px 0 5px 20px;
  }

  .msgBox div .msgBoxContainer .msgBoxImage {
    display: none;
  }

  .msgBox div .msgBoxContainer .msgBoxContent {
    width: 100%;
  }

  .msgBox div .msgBoxButtons .msgButton {
    margin-left: 15px;
  }

  .counter {
    float: right;
    width: 25px;
    margin-bottom: 10px;
    text-align: right;
    height: 1.5rem;
    font-size: 1.2rem;
    font-family: WWF-Regular;
    font-synthesis: none;
    padding: 0;
  }
}

@media only screen and (max-width: 360px) {
  .headline_1 {
    font-size: 30px;
  }
}

.flex-viewport li,
.camp_teaser a {
  position: relative;
}

small.copyright {
  position: absolute;
  bottom: 1.5em;
  right: 1em;
  color: #ffffff;
  text-shadow: 1px 1px #333;
}

small.copyright.rotated {
  transform: rotate(270deg) translateX(100%);
  transform-origin: bottom right;
}

.flexslider small.copyright {
  bottom: 1em;
}

small.copyright-item {
  position: absolute;
  bottom: -2em;
  right: 0;
  color: #666666;
}

small.copyright-center {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666666;
}

#home_aboutcamps_img_center small.copyright-center {
  color: #ffffff;
}

small {
  font-size: 11px;
}

body
  #page
  #content
  .section#adventureReportsDetail_content
  .photogallery-module
  .slides
  .flex-active-slide
  small {
  float: right;
}

.copyright-inline {
  font-family: Arial;
  text-align: right;
  display: block;
  color: #666666;
  font-size: 0.8em;
  margin-top: -10px;
}

#excerpt_1 {
  background: url("../img/erlebnisberichte/wwf-adventuretours/report1.jpg");
}

#excerpt_2 {
  background: url("../img/erlebnisberichte/wwf-adventuretours/report2.jpg");
}

#excerpt_3 {
  background: url("../img/erlebnisberichte/wwf-adventuretours/report3.jpg");
}

#excerpt_4 {
  background: url("../img/erlebnisberichte/wwf-adventuretours/report4.jpg");
}

#excerpt_5 {
  background: url("../img/erlebnisberichte/wwf-adventuretours/report5.jpg");
}

@media only screen and (min-width: 565px) and (max-width: 650px) {
  .counter {
    float: right;
    width: 1.5rem;
    margin-bottom: 10px;
    text-align: right;
    font-size: 1.2rem;
    height: 1.5rem;
    font-family: WWF-Regular;
    font-synthesis: none;
    padding: 0;
  }

  .countertext {
    float: left;
    margin-left: 0px;
    width: 126px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 978px) {
  #directors .director:nth-child(3n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 651px) and (max-width: 977px) {
  #directors .director:nth-child(2n + 1) {
    clear: left;
  }
}

.error-summary {
  text-align: center;
  color: red;
  padding-bottom: 30px;
}

.error-summary ul {
  padding: 5px;
  font-weight: bold;
  font-size: 1.2em;
}

.error-summary li {
  padding: 5px;
}

.error-summary li {
  padding: 5px;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data
  div
  #parent_data_form
  div
  input[aria-invalid="true"] {
  border: solid 1px red;
  background-color: lavenderblush;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  #parent_data_contact_form
  div
  input[aria-invalid="true"] {
  border: solid 1px red;
  background-color: lavenderblush;
}

body
  #page
  #content
  .section#reserve_step2_formChild
  #child_data
  #child_data_form
  div
  input[aria-invalid="true"] {
  border: solid 1px red;
  background-color: lavenderblush;
}

.has-error {
  color: red;
}

.formulartext #drive {
  margin-top: 50px;
}

#gendergap {
  height: 0;
  padding: 0 !important;
}

@media (max-width: 977px) {
  #gendergap {
    clear: both;
    height: 0px;
  }
}

.tooltip_templates {
  display: none;
}

.tooltip {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 1px;
  font-size: 16px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  color: white;
  background-color: #007932;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.traveller-address-btn {
  margin: 1em 0 0 0.5em;
}

#health_form .submit-button {
  cursor: pointer;
}

.checkbox_warp_info {
  padding-right: 25px !important;
  position: relative;
  min-height: 30px;
}

.tooltip-static {
  position: absolute;
  top: -3px;
  right: -5px;
}

.toogle-info-box {
  display: none;
  width: 100%;
  padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 15px;
}

.info-txt-box {
  background-color: rgb(237, 237, 237);
  border: 1px solid #007475;
  padding: 20px !important;
  color: #007475;
}

.arrow-up {
  margin-left: calc(50% - 2px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #007475;
  display: block;
}

.arrow-down {
  margin-left: calc(50% - 2px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #007475;
  display: block;
}

.info-closer {
  background-color: #e55e31;
  border: 2px solid #e55e31;
  color: #ffffff;
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 18px;
  width: 169px;
  text-align: center;
  letter-spacing: 0.1em;
  background-repeat: no-repeat;
  padding: 0px 15px 5px !important;
  display: block;
  margin: 15px auto 0;
}

.info-closer:hover {
  background-color: #ffffff;
  color: #e55e31;
}

.btncentered {
  text-decoration: none !important;
  text-align: center;
}

.info-trigger-id {
  cursor: pointer;
  margin-left: 6px;
}

#external
  #content
  .section#reserve_step2_formChild
  #parent_data_contact
  .info-txt-box
  .info-trigger-id {
  padding: 0;
  margin-left: 0;
  margin-top: 22px;
}

@media print {
  .info-trigger-id {
    display: none;
  }

  .toogle-info-box {
    display: block;
  }

  .info-closer {
    display: none;
  }
}

#feedback_content {
  text-align: center;
  padding-bottom: 84px;
  width: 100%;
}

#feedback_content form {
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 572px;
  margin: 0 auto;
  display: inline-block;
  background-color: white;
}

#feedback_content .control-label {
  font-weight: bold;
}

#feedback_content textarea {
  width: calc(100% - 20px);
  margin: 0px;
  display: inline-block;
  height: 100px;
  padding: 7px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

#feedback_content .form-group {
  margin-bottom: 24px;
}

#feedback_content button {
  border: 3px #007932 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #007932;
  padding-top: 0px;
  height: 40px;
  width: 234px;
  color: #ffffff;
  font-family: WWF-Regular;
  font-synthesis: none;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

#booking-form span.bold {
  font-weight: bold;
}
