@import url("./colors.css");
@import url("./typography.css");
@import url("./button.css");
@import url("./navigation.css");
@import url("./footer.css");
@import url("./teaser.css");
@import url("./about.css");
@import url("./campGrid.css");
@import url("./filterForm.css");
@import url("./detailsPage.css");

@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;
}

/* background images */
.background_grass {
  background-image: url(../../img/backgrounds/wwf_background_grass_pattern_2.jpg);
}

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

.background_yellow {
  background-color: #faf2e1;
}

.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);
}

/**/
.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;
}

.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%;
}

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

a:link {
  color: #000000;
}

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

/* visited link */
a:hover {
  color: var(--orange);
}

/* mouse over link */
a:active {
  color: var(--orange);
}

/* selected link */
.link_highlight {
  color: #f07c24 !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;
}

.text-centered {
  text-align: center;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.align_left {
  text-align: left;
}

.align_centered {
  text-align: center;
}

#map_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 0 60px;
}

#home_reports {
  text-align: center;
}

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

#home_reports_button {
  padding-bottom: 60px;
}

#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: #c05632;
}

#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%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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 .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: var(--orange);
}

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 .campinfo_pdf {
  display: flex;
  align-items: center;
  gap: 5px;
}

body #page #content .section .campinfo_pdf_icon {
  width: 24px;
  height: 24px;
  background-image: url(../../img/sprites/download_file.svg);
  background-repeat: no-repeat;
}

body #page #content .section .campinfo_pdf:hover > .campinfo_pdf_icon {
  background-image: url(../../img/sprites/download_file_dark.svg);
  background-repeat: no-repeat;
}

body #page #content .section .campinfo_pdf {
  color: #cc0033;
}

body #page #content .section .campinfo_pdf:hover > span {
  color: #9b0027;
}

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 .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_button_reservation {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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 a {
  cursor: pointer;
}

body #page #content .section .camp_slider_carousel a div {
  background-color: #fff5ee;
  color: #000;
  padding: 6px 0;
  width: 170px;
  text-align: center;
}

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

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

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

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

body #page #content .section#campdetail_campinfos .dropdown_item a {
  color: var(--orange);
}

body #page #content .section#campdetail_campinfos strong {
  font-weight: bold;
}

body #page #content .section#campdetail_campinfos em {
  font-style: italic;
}

body #page #content .section#campdetail_campinfos ol {
  list-style: inside decimal;
}

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
  ul {
  margin-left: 17px;
}

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: #c05632;
}

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
  #aboutcamps_top_navi
  #subnavi_large {
  display: none;
}

body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  #subnavi_large
  li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  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: var(--orange);
}

body
  #page
  #content
  .section#aboutcamps_top
  #aboutcamps_top_navi
  ul
  li.active
  a {
  color: var(--orange);
}

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
  .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: var(--orange);
}

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

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

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

body #page #content .section #reserve_tabs ul li {
  margin: 0 auto;
  width: 256px;
  height: 39px;
  padding-top: 5px;
  background-image: url(../../img/sprites/wwf_breadcrumb_arrow_outlined_green.svg);
  background-repeat: no-repeat;
  display: none;
  color: #bcbcbc;
}

body #page #content .section #reserve_tabs ul li.active {
  display: block;
  color: #007475;
}

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

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: #007475;
  font-size: 15px;
  float: right;
}

#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 .check_booking_info {
  text-align: center;
  padding-bottom: 40px;
}

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

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;
  margin-top: -4px;
  float: right;
  -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;
  background-color: #ffffff;
}

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

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_title {
  margin-top: 15px;
  margin-bottom: 15px;
}

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_img_container {
    width: 160px !important;
  }

  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;
  }
}

@media only screen and (max-width: 977px) {
  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_table
    .reserveItem_img_container {
    display: none;
  }
}

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
  .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
  .reserveItem_info_checkbox.camp_free {
  border: 2px solid #297932;
  color: #297932;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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: 19px 0 18px;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_info_checkbox.camp_free:hover {
  background-color: #297932;
  color: #ffffff;
}

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
  .reserveItem_subinfo_btn {
  cursor: pointer;
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_subinfo
  .reserveItem_subinfo_btn:hover {
  color: var(--orange);
}

body
  #page
  #content
  .section#reserve_camps
  .reserveItem
  .reserveItem_subinfo
  .reserveItem_subinfo_btn
  .reserveItem_subinfo_btn_arrow {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  background-image: url(../../img/chevron-down-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(0deg);
}

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_img
  .reserveItem_img {
  width: 240px;
  height: 240px;
}

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-jugend/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-jugend/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-jugend/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;
}

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

body #page #content .section #bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 20px;
}

@media only screen and (min-width: 651px) {
  body #page #content .section #bottom_links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

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

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

/* body #page #content .section #bottom_links #submit_btn input[type="submit"] {
  background: none;
  border: none;
  background-image: url(../../img/sprites/sprite_buttons_jugend.png);
  background-repeat: no-repeat;
  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 {
  background-position: 0px -55px;
  cursor: pointer;
  color: var(--orange);
  background-color: #ffffff;
} */

/* body #page #content .section #bottom_links #submit_btn input[type="button"] {
  background: none;
  border: none;
  background-image: url(../../img/sprites/sprite_buttons_jugend.png);
  background-repeat: no-repeat;
  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 {
  background-position: 0px -55px;
  cursor: pointer;
  color: var(--orange);
  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;
  background-color: #fbf2e2;
}

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;
}

#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 {
  padding-bottom: 40px;
}

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: #007475;
}

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;

  background-color: var(--orange);
  padding: 7px 10px 10px;
  border-radius: 3px;

  color: black;
  font-family: WWF-Regular;
  font-weight: normal;
  font-size: 18px;

  transition: background-color 0.2s linear;
}

.section#reserve_step3_confirmation a:hover {
  background-color: var(--orange-hover);
}

.section#reserve_step3_confirmation a#teilnahme {
  float: none;
  color: var(--orange);
  padding: 0;
  background-color: #fff;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#teilnahme {
  float: none;
  color: var(--orange);
}

.section#reserve_step3_confirmation a#datenschutz {
  float: none;
  color: var(--orange);
  padding: 0;
  background-color: #fff;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#datenschutz {
  float: none;
  color: var(--orange);
}

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: var(--orange);
}

body
  #page
  #content
  .section#faq
  .faq_item
  .faq_headline_wrapper
  .faq_headline.opened {
  color: var(--orange);
}

body #page #content .section#faq .faq_item .faq_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 36px;
  height: 20px;
  margin: auto 6px auto 0;
  background-image: url(../../img/chevron-down-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%) rotate(0deg);
}

body #page #content .section#faq .faq_item .faq_arrow.opened {
  transform: translateY(-50%) rotate(180deg);
}

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;
}

@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: #000;
  margin: 10px 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}

body #page #content .section #map-wrapper #map .infobox .location {
  font-size: 16px;
  color: #000;
  line-height: normal;
  text-align: center;
  padding: 0px;
}

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

body #page #content .section #map-wrapper #map .infobox .camp-box .name {
  display: inline-block;
  font-size: 20px;
  color: black;
  padding-top: 5px;
  line-height: normal;
  text-align: center;
  font-weight: bold;
}

body #page #content .section #map-wrapper #map .infobox .camp-box .date {
  display: inline-block;
  font-size: 16px;
  color: #000;
  line-height: normal;
  text-align: center;
}

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,
body #page #content .section #map-wrapper #map .infobox .camp-box:hover .date {
  color: #f07c24 !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-jugend/zoom.svg") 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-jugend/zoom.svg") no-repeat bottom left;
}

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

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

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;
}

#signature {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../../img/home_aboutcamps_signature.png") no-repeat;
  background-size: auto 100%;
}

#signature_blue {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../../img/wwf_unterschrift_blau.png") no-repeat;
  background-size: auto 100%;
  margin-top: 20px;
}

/* 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 .adventureReport_teaser {
    float: left;
    margin: 0 34px;
    height: 426px;
  }

  #signature {
    width: 256px;
    height: 54.8px;
  }

  #signature_blue {
    width: 256px;
    height: 54.8px;
    margin-top: 0;
  }

  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 #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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  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_tabs {
    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_img
    .reserveItem_img {
    width: 144px;
    height: 144px;
  }

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

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

  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;
  }

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

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

  #street {
    width: 400px !important;
  }

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

  #streetnumber {
    width: 125px !important;
  }

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

/* desktop screens - large */
@media only screen and (min-width: 978px) {
  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 .flexslider {
    width: 885px;
  }

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

  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 #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
    #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_tabs {
    width: 1024px;
    position: relative;
    left: -60px;
  }

  body #page #content .section #reserve_tabs ul li {
    float: left;
    display: block;
  }

  body #page #content .section #reserve_tabs ul li.firstTab {
    position: relative;
    left: 15px;
  }

  body #page #content .section #reserve_tabs ul li.thirdTab {
    position: relative;
    left: -15px;
  }

  body #page #content .section #reserve_tabs ul li.fourthTab {
    position: relative;
    left: -30px;
  }

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .reserveItem_img_container {
    float: left;
    display: block;
    width: 160px;
    margin-bottom: 15px;
  }

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

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

  body
    #page
    #content
    .section#reserve_camps
    .reserveItem
    .campDetail
    .campDetail_element
    a {
    text-decoration: underline;
  }

  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;
  }

  .no_large {
    display: none;
  }

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

  .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;
  }
}

@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;
  }

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

  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;
  }

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

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 {
  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-jugend/camp7.jpg");
}

#excerpt_2 {
  background: url("../../img/erlebnisberichte/wwf-jugend/903e448196df692cef6f28a76585cd2d.jpg");
}

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

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

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

#excerpt_6 {
  background: url("../../img/erlebnisberichte/wwf-jugend/515e903fce7b325ba8cf16ab4ab5fbfd.jpg");
}

#excerpt_7 {
  background: url("../../img/erlebnisberichte/wwf-jugend/Marcel.png");
}

@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: #007475;
  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;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #000000;
}

#Gutscheinfeld div input {
  background-color: rgb(248, 248, 248);
}

.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: var(--orange);
  border: 2px solid var(--orange);
  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: var(--orange);
}

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

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

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

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

  .info-closer {
    display: none;
  }
}

.odt-TermsOfParticipation {
  color: #f07c24 !important;
}

.odt-TermsOfParticipation:hover {
  text-decoration: underline !important;
}

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

#corona-txt a {
  color: #f07c24 !important;
}

.full_container {
  width: 100%;
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 50px auto;
}

.full_container p {
  text-align: left;
  font-size: 20px;
  line-height: normal;
  line-height: 1.5;
}

.map_container {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #a4a4a4;
}

.map_container .availability_box {
  text-align: center;
  float: none;
  padding: auto;
}

.map_container #map-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.map_container .gm-style-iw,
.map_container .gm-style-iw-d,
.map_container .gm-style-iw-tc::after,
.map_container .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.map_container .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: #fff5ee;
}

.map_container .gm-style .gm-style-iw-c {
  padding: 12px 17px;
}

.map_container .infotext_2 {
  background-color: #297932;
  color: white;
  font-family: "Arial";
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  margin: 0 auto;
  padding: 9px 16px;
  border-radius: 12px;
  letter-spacing: normal;
  width: max-content !important;
  max-width: 90%;
}

.map_container .bg_orange {
  background-color: var(--orange);
}

.map_container .bg_grey {
  background-color: #999999;
}

.map_container .bg_green {
  background-color: #297932;
}

.dropdown_group {
  display: flex;
  flex-direction: column;

  width: calc(100% - 40px);
  max-width: 980px;
  margin: 60px auto;
  text-align: left;
}

.dropdown_item {
  border-bottom: 1px solid #000000;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.dropdown_item:hover {
  background-color: var(--orange-light);
}

.dropdown_item ul {
  margin: 0 0 0 15px;
}

.dropdown_item .dropdown_bottom {
  margin: 35px 0 35px 0;
}

.dropdown_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  font-size: 22px;
  font-weight: bold;
  user-select: none;

  gap: 20px;
}

.dropdown_btn {
  width: 30px;
  height: 30px;
  background-image: url("../../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

.dropdown_btn--close {
  background-image: url("../../img/arrow_up.svg");
}

.dropdown_group .hidden {
  display: none;
}

@media screen and (min-width: 900px) {
  .dropdown_group {
    width: calc(100% - 140px);
  }
}

.downloads {
  display: flex;
  flex-direction: column;

  width: calc(100% - 40px);
  max-width: 630px;

  margin: 0 auto 100px;
  padding: 20px min(140px, 10%);
  box-sizing: border-box;

  border: 2px solid #000;
  border-radius: 15px;
}

.downloads .headline_1 {
  text-align: center;
}

.downloads_list {
  margin: 38px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

.downloads_list .icons_list {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
}

.downloads_list ul {
  margin: 0 0 0 15px;
  display: flex;
  flex-direction: column;
  gap: 22.5px;
}

.downloads_list ul li a:hover {
  text-decoration: underline;
}

.downloads_list ul li {
  height: 40px;
  text-align: left;
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.downloads .service_icon {
  background-image: url("../../img/services_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;

  width: 40px;
  height: 40px;
}

.downloads .packing_icon {
  background-image: url("../../img/packing_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;

  width: 40px;
  height: 40px;
}

.downloads .faq_icon {
  background-image: url("../../img/faq_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;

  width: 40px;
  height: 40px;
}

.persona {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--orange-light);
  border-radius: 15px;
  width: 100%;
  max-width: 630px;
  margin: 50px auto 50px;
  padding: 25px;
  box-sizing: border-box;
}

.persona_avatar {
  height: 165px;
  width: 165px;

  border-radius: 50%;
  overflow: hidden;
}

.persona_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.persona h3 {
  font-weight: bold;
  font-size: 26px;
}

.persona h1,
.persona h2,
.persona h3,
.persona h4,
.persona h5,
.persona h6 {
  margin: 15px 0;
}

.persona p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.5;
}

.persona_link {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.persona_link h1,
.persona_link h2,
.persona_link h3,
.persona_link h4,
.persona_link h5,
.persona_link h6 {
  margin-bottom: 5px;
  font-size: 20px;
}

.persona_link a {
  font-size: 18px;
  color: black;
  display: flex;
}

.persona_link_icon {
  background-image: url("../../img/arrow_right_plain.svg");
  width: 7px;
  height: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.expandable_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% - 40px);
  margin: 100px auto 75px;
  max-width: calc(1150px - 40px);
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
}

.expandable_button {
  color: var(--orange);
  cursor: pointer;
  font-weight: bold;
  width: max-content;
  user-select: none;
}

.expandable_button_hidden {
  display: none;
}

.expandable_content.collapsed {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.expandable_content.collapsed .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 70%, white);
}

.expandable_content img {
  width: 100%;
  object-fit: contain;
  margin-top: 30px;
}

@media screen and (min-width: 900px) {
  .expandable_text {
    width: calc(100% - 140px);
  }
}

.button_booking {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-100%);

  font-size: 28px;
  border-radius: 15px 0 0 15px;
  width: 240px !important;
  padding: 6px 0;
  text-align: center;
  background-color: #f07c24 !important;
  color: #fff !important;

  z-index: 80;
}

.button_booking:hover {
  background-color: #d96328 !important;
}

.free_place {
  font-family: WWF-Regular;
  letter-spacing: 1.8px;
  font-weight: normal;
  text-transform: uppercase;

  font-size: 18px;
  padding: 2px 15px 5px;
  box-sizing: border-box;
  width: max-content;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
}

.copyright {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 110;
}

@media screen and (max-width: 700px) {
  .button_booking {
    top: 95%;
    font-size: 15px;
  }
}

.odt-certifications.noPadding .odt-certifications__inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

.odt-certifications.noPadding--top .odt-certifications__inner {
  padding-top: 0px;
}

.odt-certifications.noPadding--bottom .odt-certifications__inner {
  padding-bottom: 0px;
}

.odt-certifications--fullWidth .odt-certifications__inner {
  width: 100% !important;
  min-width: auto !important;
  max-width: 100% !important;
}

.odt-certifications__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.odt-certifications__images {
  text-align: center;
}

.odt-certifications__image-container {
  display: inline-block;
  max-width: 120px;
  margin: 10px;
}

.odt-certifications__image-container--link {
  text-decoration: none;
}

.odt-certifications__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@supports (display: grid) {
  .odt-certifications__images {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, 80px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px;
    text-align: unset;
  }

  .odt-certifications__image-container {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    max-width: auto;
    width: 100%;
    margin: unset;
    padding-bottom: 100%;
  }

  .odt-certifications__image {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .odt-certifications__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  @supports (display: grid) {
    .odt-certifications__images {
      gap: 80px;
      grid-template-columns: repeat(auto-fit, 120px);
    }
  }
}

.intro {
  position: relative;
  width: 100%;
  height: auto;
}

.intro a {
  width: 100%;
  height: 100%;
  display: block;
}

.intro-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 2.6;
  max-height: 540px;
}

.intro .copyright {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: none;
  font-size: 11px;
}

.text-section {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;

  text-align: center;

  max-width: 980px;
  box-sizing: border-box;
}

.text-section--top {
  padding-top: 40px;
}

.text-section p.font_bold {
  margin-bottom: 22px;
}

.text-section b {
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .intro-image {
    aspect-ratio: 1.25;
    max-height: 300px;
  }

  .text-section {
    padding: 40px 20px 0;
  }
}

.self--center {
  align-self: center;
}

.self--end {
  width: max-content;
  align-self: flex-end;
}

#train_station_wrapper {
  display: none;
}

#train_station_wrapper .field-traveller-train_station_boarding,
#train_station_wrapper .field-traveller-train_station_exit {
  display: none;
}
