.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Amatic SC', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #89a235;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cf404d;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  margin-top: 0px;
  padding: 0% 0% 0px;
  background-color: #fff;
  text-align: center;
}

.section.section-gray {
  display: none;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #cf404d;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 1%;
  margin-right: 0px;
  margin-bottom: 19px;
  float: none;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  display: block;
  margin-bottom: 0px;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.hero-subheading.heading-reisetipps {
  margin-top: 488px;
  margin-right: -418px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  color: #adc4ce;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45.1%, 0.74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 14px 14px 14px 0px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #8e97a3;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  max-height: 70px;
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 0%;
  display: block;
  width: 55%;
  height: 30%;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  border: 3px dashed #edeff2;
  background-color: #3fadba;
  color: rgba(0, 0, 0, 0.74);
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #2d3e4f;
  font-family: 'Amatic SC', sans-serif;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #89a235;
}

.nav-link.w--current {
  color: #ecf0f1;
}

.nav-link.w--current:hover {
  color: #89a235;
}

.nav-menu {
  margin-top: 24px;
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-bottom: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  position: static;
  display: block;
  height: 100%;
  padding-top: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/titelbild_web.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: url('../images/titelbild_web.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  text-align: center;
}

.content {
  height: 100%;
  margin-top: 0px;
}

.success-message {
  background-color: #3fadba;
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.section-heading-2 {
  font-family: 'Amatic SC', sans-serif;
  text-align: center;
}

.heading-2 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 45px;
  text-align: center;
}

.heading-3 {
  margin-top: 21px;
  margin-bottom: 21px;
  font-family: 'Amatic SC', sans-serif;
  font-size: 35px;
  text-align: center;
  text-transform: none;
}

.rich-text-block {
  min-height: 300px;
  margin-top: 1px;
  padding-top: 18px;
  text-align: center;
}

.columns {
  margin-top: 21px;
}

.image {
  background-color: transparent;
}

.div-block {
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Unbenannt.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Unbenannt.png');
  background-position: 0px 0px, 142px 52%;
  background-size: auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-2.div-block-abenteuer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/panorama1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/panorama1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.body {
  font-family: 'Amatic SC', sans-serif;
}

.section-2 {
  height: 100%;
}

.block-header-reisetipps {
  display: inline-block;
  margin-top: 418px;
  margin-left: 311px;
  float: none;
  clear: none;
  direction: ltr;
  text-align: left;
}

.reisetipps-heading {
  position: static;
  display: block;
  overflow: visible;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Amatic SC', sans-serif;
  color: #ecf0f1;
  font-size: 60px;
  font-weight: 400;
  text-align: justify;
  text-indent: 0px;
}

.reisetipps-heading.reisetipps-heading-section-2 {
  padding-top: 29px;
}

.reisetipps-heading.heading-abenteuer {
  color: #89a235;
  line-height: 100%;
  text-align: left;
}

.reisetipps-heading.reisetipps-heading-blau {
  color: #3fadba;
}

.reisetipps-heading.reisetipps-heading-gruen {
  color: #89a235;
}

.reisetipps-heading.reisetipps-heading-zusammen {
  color: #ecf0f1;
}

.reisetipps-heading.reisetipps-heading-mal-anders {
  color: #c18b7b;
}

.reisetipps-subheading {
  display: inline-block;
  margin-top: 2%;
  margin-bottom: 0px;
  font-family: 'Amatic SC', sans-serif;
  color: #fafafa;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}

.reisetipps-subheading.reisetipps-subheading-s2 {
  margin-left: 261px;
  padding-left: 1px;
}

.reisetipps-subheading.reisetipps-subheading-weiss {
  color: #ecf0f1;
}

.reisetipps-header-wrapper {
  position: relative;
  overflow: visible;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
}

.rich-text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-reisetipps-s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #000;
}

.flex-block-reisetipps {
  display: block;
  overflow: hidden;
  width: 222px;
  height: 900px;
  margin: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-reisetipps {
  margin: 28px 51px 31px;
  color: #535b65;
  text-align: left;
}

.header-flexbox-reisetipps-s1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #535b65;
  text-transform: none;
}

.header-flexbox-reisetipps-s1.header-flexbox-reisetipps-gruen {
  font-family: 'Amatic SC', sans-serif;
  color: #89a235;
  font-size: 30px;
}

.image-2 {
  max-width: 50%;
  min-width: 300px;
  float: right;
  border: 8px none #f0f0f0;
}

.div-block-3 {
  overflow: hidden;
  max-width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-3 {
  max-width: 450px;
}

.div-block-4 {
  max-width: 450px;
  margin-right: 15px;
  margin-left: -55px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-2-reisetipps {
  min-height: 900px;
  background-color: rgba(173, 196, 206, 0.5);
}

.paragraph-reisetipps-s2 {
  color: #f0f0f0;
}

.paragraph-reisetipps-s1 {
  overflow: visible;
  clear: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  text-align: justify;
}

.header-flexbox-resetipps-s2 {
  margin-right: 74px;
  background-color: #f0f0f0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #49647b;
}

.header-flexbox-resetipps-s2.aktivitten {
  margin-right: 99px;
}

.header-flexbox-resetipps-s2.schlafen {
  margin-right: 117px;
}

.header-flexbox-resetipps-s2.essen {
  margin-right: 148px;
}

.header-flexbox-resetipps-s2.shopping {
  margin-right: 118px;
}

.div-block-image-reisetipps-3 {
  overflow: hidden;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 10px solid #f0f0f0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.image-4 {
  display: block;
  width: 500px;
  margin-right: 0px;
}

.container-reisetipps-s2 {
  display: block;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-image-reisetipps-1 {
  display: block;
  overflow: hidden;
  width: 30%;
  max-width: 40%;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 10px solid #f0f0f0;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-image-reisetipps-1.image-reisetipps-effects {
  border-style: solid;
  border-width: 10px;
  box-shadow: -1px 1px 18px 0 rgba(0, 0, 0, 0.22);
}

.div-block-image-reisetipps-2 {
  max-width: 50%;
  border: 10px solid #f0f0f0;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.reisetipps-heading-s2 {
  margin-top: 0px;
  padding-top: 3%;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 70px;
  font-weight: 400;
}

.reisetipps-subheading-s2 {
  margin-bottom: 1%;
  color: #f0f0f0;
  font-size: 35px;
  font-weight: 400;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-block-reisetipps-s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  overflow: hidden;
  height: 100%;
}

.wrapper-header-reisetipps {
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 52%;
  margin-right: 5%;
  margin-bottom: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.section-verein {
  background-color: #8e97a3;
  color: #f0f0f0;
  text-align: center;
}

.h1-startingpage-white {
  display: block;
  margin: 0px 0px -6px;
  padding-bottom: 0px;
  float: none;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 55px;
  font-weight: 400;
}

.heading-wrapper {
  position: static;
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.h1-startingpage-black {
  display: block;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
  font-family: 'Amatic SC', sans-serif;
  color: #000;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.h1-startingpage-black.kontakt-abe {
  margin-top: 5%;
}

.headliner-black {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: justify;
}

.standardtext-white {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
  padding-left: 119px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.infobox-rot {
  background-color: #c18b7b;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f0f0f0;
  font-weight: 300;
}

.container-startingpage {
  position: static;
  display: block;
  margin-top: 0%;
  padding: 5% 0%;
}

.div-block-7 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2-startingpage-black {
  margin-top: 2%;
  font-size: 42px;
  font-weight: 400;
}

.h2-startingpage-black.white {
  color: #f0f0f0;
}

.down {
  position: static;
}

.heading-10-gute-grnde {
  margin-left: 2%;
  font-family: 'Amatic SC', sans-serif;
  color: #3fadba;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.heading-wrapper-10-gute-gruende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-10-gruende {
  display: block;
  margin: 0% 0px;
  padding-left: 0px;
  float: left;
}

.test-block-10-gruende {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

._10-gruende-align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-down {
  padding-top: 7%;
  padding-left: 6%;
}

.column-down.picture-right {
  min-height: 150px;
  padding-top: 7%;
  padding-right: 0px;
  padding-left: 1%;
}

.div-block-8 {
  height: 100%;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 0px none #f0f0f0;
}

.block-image-verein {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
  padding-bottom: 0px;
  border: 10px solid #f0f0f0;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-9 {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/Veloroute.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-4 {
  position: relative;
}

.div-block-10 {
  position: relative;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/Veloroute.jpg');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.div-block-10:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 40px;
  font-weight: 500;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-reisetipps-home {
  position: static;
  display: block;
  overflow: visible;
  width: 75%;
  height: 40%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.text-block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: visible;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 40px;
  text-decoration: none;
}

.div-block-11 {
  position: static;
  overflow: visible;
  min-height: 100%;
}

.section-3 {
  position: static;
  background-color: #fafafa;
  text-align: center;
}

.div-block-12 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  position: absolute;
  height: 100%;
  background-image: url('../images/panorama1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.div-block-14 {
  width: 75%;
  height: 40%;
}

.div-block-15 {
  position: relative;
}

.div-block-16 {
  position: relative;
  display: block;
}

.div-block-reisetipps-startingpage {
  display: block;
  width: 90%;
  height: 280px;
  margin: 41px auto;
  border: 10px none #f0f0f0;
}

.div-block-reisetipps-startingpage:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-link {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.tile-textt {
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 1;
  display: inline-block;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 42px;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/20181012_090606_bearb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.image-zusammen {
  background-image: url('../images/image-2019-03-13-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.tile-image.image-kultur {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: url('../images/BILDRECHTE-impressionen-2018_44151196820_o.jpg');
  background-position: 50% 50%;
  background-size: 900px;
}

.tile-image.imag-mals-anders {
  background-image: url('../images/DSC_1110_bearb.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.tile-overlay:hover {
  border: 10px solid #fafafa;
}

.section-4 {
  background-color: #8e97a3;
  text-align: center;
}

.div-block-17 {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  min-width: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.link-block-2 {
  position: absolute;
  top: 50px;
  right: 20px;
  display: inline-block;
  overflow: visible;
  height: 400px;
  min-width: 400px;
  float: none;
  border: 10px solid #f0f0f0;
  box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.5);
}

.container-startingpage-mit-hhe {
  display: block;
  min-height: 300px;
  margin: 0px auto;
  padding: 5% 4% 0% 0%;
}

.unordered-list {
  display: inline-block;
  margin-top: 5%;
  margin-right: 50%;
  margin-left: 10%;
}

.liste-broschre {
  font-family: 'Roboto Condensed', sans-serif;
  color: #edeff2;
  font-size: 20px;
  font-weight: 300;
}

.text-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 30px;
  line-height: 30px;
  text-align: justify;
}

.standardtext-black {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.columns-2 {
  margin-top: 98px;
  padding-right: 74px;
  padding-left: 74px;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 94px 86px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-banner {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 35px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-banner:hover {
  color: #89a235;
}

.link-banner.gross {
  font-size: 45px;
  line-height: 40px;
}

.link-banner.gross:hover {
  color: #89a235;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-heading {
  margin-top: 0px;
  margin-left: 108px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 45px;
  text-align: center;
  text-decoration: none;
}

.banner-heading.down {
  margin-top: 35%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-heading.left-and-small {
  height: 75px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  font-size: 30px;
}

.columns-3 {
  margin-top: 68px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  width: 100%;
  margin-left: 0px;
  float: left;
}

.column-picture-down {
  min-height: 100px;
  margin-top: 1%;
  padding-left: 1%;
}

.image-7 {
  width: 100%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-footer {
  font-family: 'Amatic SC', sans-serif;
  color: #fafafa;
  font-size: 25px;
  text-decoration: none;
}

.link-footer:hover {
  color: #89a235;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-4 {
  position: relative;
  display: block;
  height: 30%;
  margin-top: 132px;
  margin-left: 23%;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.link-2 {
  text-align: center;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

.image-10 {
  width: 100%;
}

.image-11 {
  width: 100%;
}

.image-12 {
  width: 100%;
}

.image-13 {
  width: 100%;
}

.image-14 {
  width: 100%;
}

.facebook {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.container-3 {
  height: 100%;
  min-height: 550px;
  margin-top: 40px;
}

.text-block-3 {
  text-align: center;
}

.text-impressum {
  margin-top: 37px;
  font-family: 'Amatic SC', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.container-4 {
  display: block;
  height: 100%;
  min-height: 400px;
  margin-top: 4%;
  margin-bottom: -165px;
  padding-right: 50px;
  padding-left: 7%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  line-height: 20px;
}

.text-block-4 {
  margin-top: 5%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-align: justify;
}

.text-block-5 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: justify;
}

.section-5 {
  background-color: #fafafa;
}

.section-6 {
  display: block;
  height: 90%;
}

.image-15 {
  font-size: 18px;
}

.div-block-20 {
  margin-top: 0px;
}

.body-2 {
  overflow: visible;
}

.subheader-reisetipps {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
}

.einfhrung-reisetipps {
  position: static;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-align: justify;
}

.einfhrung-reisetipps.einfhrung-reisetipps-gruen {
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  color: #89a235;
}

.einfhrung-reisetipps.einfhrung-reisetipps-mal-anders {
  color: #c18b7b;
}

.einfhrung-reisetipps.einfuehrung-reisetipps-blau {
  color: #3fadba;
}

.einfhrung-reisetipps.einfhrung-reisetipps-grau {
  color: #626e8b;
}

.image-einfhrung-reisetipps {
  display: block;
  width: 60%;
  margin-left: 21px;
}

.div-block-einfhrung-reisetipps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 54px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text {
  display: block;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-16 {
  position: static;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colums-einfhrung {
  display: block;
  margin-right: 0px;
  margin-left: 10px;
  padding: 41px 0px 41px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #f0f0f0;
}

.colums-home {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rich-text-reisetipps-s1-zusammen {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
}

.rich-text-reisetipps-s1-zusammen h2 {
  color: #404047;
  font-size: 25px;
}

.rich-text-reisetipps-s1-zusammen p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-align: justify;
}

.rich-text-reisetipps-s1-zusammen h4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 15px;
}

.rich-text-reisetipps-s1-zusammen h3 {
  font-size: 15px;
}

.columns-reisetipps-s1 {
  margin: 40px 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.rich-text-block-3 {
  width: 220px;
  height: 400px;
}

.section-7 {
  background-color: #838e9d;
}

.rich-text-reisetipps-s2-zusammen {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f0f0f0;
  text-align: left;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/BILDRECHTE-YlBR-Yverdon-Champ-Pittet-Parcours┬®YlBR_bearb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/BILDRECHTE-YlBR-Yverdon-Champ-Pittet-Parcours┬®YlBR_bearb.jpg');
  background-position: 0px 0px, 154px 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.wrapper-header-reisetipps-s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-5 {
  margin-top: 0px;
  padding-top: 26px;
}

.kultur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/BILDRECHTE-impressionen-2018_44151196820_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/BILDRECHTE-impressionen-2018_44151196820_o.jpg');
  background-position: 0px 0px, 50% 51%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/IMG_0793_bearb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/IMG_0793_bearb.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/20181012_090606_bearb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/20181012_090606_bearb.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-17 {
  position: relative;
  left: 2px;
  top: 2px;
  right: -7px;
  bottom: -5px;
  height: 300px;
}

.bold-text-2 {
  font-size: 20px;
}

.container-reisetipps {
  padding-right: 3px;
  padding-left: 3px;
}

.container-reisetipp-s2 {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 3px;
  padding-left: 3px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/panorama1_angesetzt.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/panorama1_angesetzt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-18 {
  height: 500px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/DSC_1110_bearb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/DSC_1110_bearb.jpg');
  background-position: 0px 0px, 193px 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/BILDRECHTE-cabane_bearb-copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/BILDRECHTE-cabane_bearb-copy.jpg');
  background-position: 0px 0px, 173px 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-19 {
  width: 100%;
  margin-bottom: 18px;
}

.column-rich-text-weshalb {
  display: block;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: justify;
}

.columns-5 {
  position: static;
  display: block;
  margin-right: 0px;
  margin-bottom: 71px;
  margin-left: 0px;
}

.rich-text-block-4 {
  font-family: 'Roboto Condensed', sans-serif;
}

.div-block-weshalb {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c18b7b), to(#c18b7b));
  background-image: linear-gradient(180deg, #c18b7b, #c18b7b);
}

.div-block-weshalb.div-block-weshalb-gruen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89a235), to(#89a235));
  background-image: linear-gradient(180deg, #89a235, #89a235);
}

.div-block-weshalb.div-block-weshalb-grau {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#535b65), to(#535b65));
  background-image: linear-gradient(180deg, #535b65, #535b65);
}

.block-paragraph-weshalb {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ecf0f1;
  font-size: 16px;
  text-align: justify;
}

.heading-block-weshalb {
  color: #f0f0f0;
  font-size: 25px;
  text-align: left;
}

.list {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fafafa;
  text-align: left;
  list-style-type: disc;
}

.list-item {
  font-family: 'Roboto Condensed', sans-serif;
}

.liste {
  font-size: 15px;
}

.paragraph {
  font-family: 'Amatic SC', sans-serif;
  color: #f0f0f0;
  font-size: 25px;
  line-height: 28px;
  text-align: justify;
}

.column-5 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  margin-top: 40px;
  margin-bottom: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-28 {
  position: absolute;
  right: -2px;
  bottom: -1000px;
}

.div-block-29 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lightbox-link {
  position: static;
  right: 0px;
  bottom: 0px;
}

.lightbox-karte:hover {
  border: 5px solid #f0f0f0;
}

.body-3 {
  font-family: 'Amatic SC', sans-serif;
}

.image-20 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-21 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.image-22 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 33%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-31 {
  position: relative;
}

.rich-text-block-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 33%;
}

.rich-text-absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 33%;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.column-rich-text-einfuehrung {
  text-align: left;
}

.list-2 {
  margin-top: 42px;
}

.list-item-10 {
  padding-bottom: 5px;
}

.link-3 {
  width: 1px;
  padding-right: 144px;
  text-align: left;
}

.div-block-32 {
  height: 50px;
  min-height: 50px;
  margin-right: -137px;
  padding-right: 0px;
}

.section-8 {
  position: absolute;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h1-startingpage-white {
    text-align: left;
  }
  .h1-startingpage-black {
    line-height: 50px;
    text-align: left;
  }
  .h1-startingpage-black.kontakt-abe {
    text-align: left;
  }
  .h2-startingpage-black {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
  }
  .image-6 {
    width: 25%;
    float: none;
  }
  .image-7 {
    width: 25%;
  }
  .image-8 {
    width: 25%;
  }
  .image-9 {
    width: 25%;
  }
  .image-10 {
    width: 25%;
  }
  .image-11 {
    width: 25%;
  }
  .image-12 {
    width: 25%;
  }
  .image-13 {
    width: 25%;
  }
  .image-14 {
    width: 25%;
  }
}

@media screen and (max-width: 479px) {
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .banner {
    height: 450px;
  }
  .h1-startingpage-black {
    font-size: 25px;
    line-height: 16px;
    text-align: left;
  }
  .standardtext-white {
    font-size: 16px;
    line-height: 20px;
  }
  .h2-startingpage-black {
    font-size: 30px;
  }
  .tile-overlay {
    width: 100%;
    height: 100%;
  }
  .image-6 {
    width: 40%;
  }
  .image-7 {
    width: 40%;
  }
  .image-8 {
    width: 40%;
  }
  .image-9 {
    width: 40%;
  }
  .image-10 {
    width: 40%;
  }
  .image-11 {
    width: 40%;
  }
  .image-12 {
    width: 40%;
  }
  .image-13 {
    width: 40%;
  }
  .image-14 {
    width: 40%;
  }
  .list-item-2 {
    font-size: 14px;
  }
  .list-item-3 {
    font-size: 14px;
  }
  .list-item-4 {
    font-size: 14px;
  }
  .list-item-5 {
    font-size: 14px;
  }
  .list-item-6 {
    font-size: 14px;
  }
  .list-item-7 {
    font-size: 14px;
  }
  .list-item-8 {
    font-size: 14px;
  }
  .list-item-9 {
    font-size: 14px;
  }
  .list-item-10 {
    font-size: 14px;
  }
}

#w-node-4457697b78de-4004a555 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9f0467e6fca6-4004a555 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-192730d9314b-4004a555 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-de71f707e95b-4004a555 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e7b5bde63a2-4004a555 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a53c9bcd0d67-4004a555 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-98d4fcb3f8fe-4004a555 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-90fccc8435e9-4004a555 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2a2a550e0b23-4004a555 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9f8e7fa4be8d-4004a555 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-91cc84d12b18-4004a555 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9f60ff06b212-4004a555 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c73548f8a630-4004a555 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9fc62d70130-4004a555 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

