:root {
  --deskWidth: 904px;
  --deskSpace: 60px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root .section--slim {
  --deskWidth: 804px;
}
@media (max-width: 1023px) {
  :root {
    --deskSpace: 30px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #a60336;
  line-height: 1.25;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #8d032e;
}
.button:active {
  background-color: #5b021e;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #a60336;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 500;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 24px;
  font-family: 'Yantramanav', sans-serif;
  line-height: 1.25;
}
.unit caption {
  display: none;
}
.flag {
  background: #a60336;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 50.1953125%;
  position: relative;
}
.cb-layout3 #slides {
  padding-bottom: 31.25%;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #a60336;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 5px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  opacity: 0.5;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  opacity: 1;
}
.cb-index-some {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Yantramanav', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #a60336;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #a60336;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: #a60336;
  line-height: 1.25;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-color: #8d032e;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #5b021e;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Yantramanav', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 76.3681592%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 18.65671642%;
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #f1f0ed;
  min-height: 40px;
  padding: 5px 12px;
  border-radius: 3px;
  font-weight: 300;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 12px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 76.3681592%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 30px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Yantramanav', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  background: #f1f0ed;
  height: 40px;
  border: 1px solid #000;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 76.3681592%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  padding-right: 35px;
  background: url(/images/icon-link.svg) no-repeat right center;
  background-size: 25px 25px;
  cursor: pointer;
  color: #a60336;
  transition: all 0.3s;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-image: url(/images/icon-link-black.svg);
  color: #000;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 23.6318408% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #000;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #a60336;
  line-height: 1.25;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #8d032e;
}
.two-step-verification-container a:active {
  background-color: #5b021e;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 500;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 500;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 3.12907432vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  position: absolute;
  left: 0;
  top: 15px;
  float: left;
  height: 146px;
  transition: all 0.3s;
}
.cb-scroll-triggered--active #home {
  height: 116px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.section--one #head,
.section--four #head,
.section--seven #head {
  margin-top: calc(var(--spaceTotal) * 2);
}
.section--six #head {
  padding: 0 6.06060606%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Yantramanav', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
}
.section--header .navbar {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  transition: all 0.3s;
}
.section--header .navbar .navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.cb-scroll-triggered--active .section--header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cb-scroll-triggered--active .section--header .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section--header #header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.section--header #header .meta {
  display: block;
  padding: 10px;
}
.section--header #header .meta.find {
  width: 15px;
  height: 15px;
  background: url(/images/icon-search.svg) no-repeat center center;
  background-size: 15px 15px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.section--header #header .meta.service_hostels {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0.9375;
  text-transform: uppercase;
}
.section--header #header .meta.service_hostels:before,
.section--header #header .meta.service_hostels:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 35px;
  background-color: #a60336;
}
.section--header #header .meta.service_hostels:before {
  left: 0;
}
.section--header #header .meta.service_hostels:after {
  right: 0;
}
.section--mood {
  margin-top: 80px;
  padding-bottom: 3px;
  border-bottom: 2px solid #a60336;
  transition: all 0.3s;
}
.cb-scroll-triggered--active .section--mood {
  margin-top: 55px;
}
.section--grey {
  background-color: #f1f0ed;
}
.section--footer {
  margin-top: calc(var(--spaceTotal) * 2);
}
.section--footer .footArea {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
}
.section--footer .footArea .footUnit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.section--footer .footArea .footPart {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.section--footer .footArea .footPart--row {
  align-items: center;
}
.section--footer .footArea .footPart--col {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section--footer .languageNavi {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--spaceTotal) * 2);
}
.section--footer .languageNavi .item .menu {
  position: relative;
  display: block;
  padding: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0.9375;
  text-transform: uppercase;
  color: #000;
}
.section--footer .languageNavi .item .menu:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 35px;
  background-color: #a60336;
}
.section--footer .languageNavi .item .menu:after {
  right: 0;
}
.section--footer .languageNavi .item.exit .menu:after {
  content: none;
}
#footerLogo {
  float: left;
  width: 139px;
  height: 139px;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
#footerLogo .home {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: url(/images/swisshostels.svg) no-repeat center center;
  background-size: 100% 100%;
}
#footerNavi {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
#footerNavi .meta {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.38888889;
}
#social {
  float: left;
  margin-bottom: var(--spaceTotal);
}
#social .meta {
  float: left;
  width: 25px;
  height: 25px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-facebook.svg);
  margin-right: 10px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-image: url(/images/icon-facebook-black.svg);
}
#social .meta.service_instagram {
  background-image: url(/images/icon-instagram.svg);
}
#social .meta.service_instagram:hover,
#social .meta.service_instagram:focus {
  background-image: url(/images/icon-instagram-black.svg);
}
#cmsbox {
  float: right;
  margin-bottom: var(--spaceTotal);
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 1.14285714;
  text-transform: uppercase;
  opacity: 0.6;
}
#cmsbox .meta {
  display: inline-block;
  color: #000;
}
.footerBorder {
  float: left;
  width: 100%;
  height: 40px;
  background: #a60336 url(/images/icon-swiss-white.svg) center center;
  background-repeat: repeat-x;
  background-size: 28px 14px;
}
.content {
  position: relative;
  float: left;
  width: 100%;
}
.content--grey {
  padding-top: var(--spaceTotal);
  background-color: #f1f0ed;
}
.section--six .content {
  margin-top: calc(var(--spaceTotal) * 4);
}
a {
  color: #a60336;
  text-decoration: none;
  transition: all 0.3s;
}
.text a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
}
h1,
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
h1 {
  font-size: 34px;
  line-height: 1.13513514;
}
.cb-layout1 h1 {
  color: #a60336;
  font-size: 37px;
  line-height: 1.13513514;
}
h2 {
  font-size: 24px;
  line-height: 1.41666667;
}
.ns-teaser h2 {
  font-size: 34px;
  line-height: 1.13513514;
}
strong {
  font-weight: 400;
}
i {
  font-style: normal;
  color: #a60336;
}
.cbdModule {
  position: relative;
}
.cbdModule--titleTrip {
  position: relative;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  text-align: center;
}
.cbdModule--titleTrip:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 288px;
  height: 2px;
  background-color: #a60336;
}
.cbdModule--hostelFilter {
  z-index: 10 !important;
  margin-top: calc(var(--spaceTotal) * 4);
  padding-bottom: calc(var(--spaceTotal) * 2);
}
.cbdModule--hostelFilter:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 288px;
  height: 2px;
  background-color: #a60336;
}
.cbdModule--hostelTeaserAll {
  margin-top: calc(var(--spaceTotal) * 2 - var(--spaceUnit));
  margin-bottom: calc(var(--spaceTotal) * 2 - var(--spaceUnit));
}
.cbdModule--hostelLocation {
  margin-bottom: var(--spacePart);
}
.cbdModule--hostelMeta {
  margin-bottom: var(--spaceTotal);
}
.cbdModule--tripSeason {
  margin-top: calc(var(--spaceTotal) * 2);
}
.ns-season {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ns-season__icon {
  width: 60px;
  margin-right: 6.06060606%;
}
@media (min-width: 768px) {
  .ns-season__icon {
    margin-right: 3.47222222%;
  }
}
.ns-season__text {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.41666667;
}
.section--line .cbdModule {
  padding-top: calc(var(--spaceTotal) + var(--spacePart));
  padding-bottom: calc(var(--spaceTotal) + var(--spacePart));
}
.section--line .cbdModule:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 288px;
  height: 2px;
  background-color: #a60336;
}
.ns-badges {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 6.06060606%;
}
.ns-badges--vertical {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.ns-badge {
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #a60336;
  color: #fff;
  font-size: 18px;
  line-height: 1.22222222;
}
.ns-badge--inverted {
  background-color: #fff;
  color: #a60336;
}
.ns-badge--link {
  padding: 5px 50px 5px 7px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #a60336 url(/images/icon-link2.svg) no-repeat right center;
  background-size: 40px 40px;
  font-size: 24px;
  line-height: 1.25;
}
.ns-badge--link:hover,
.ns-badge--link:focus {
  background-color: #000;
  color: #fff;
}
.ns-badges--vertical .ns-badge {
  margin: calc(var(--spacePart) / 2) 0;
}
.ns-badges--vertical .ns-badge:first-child {
  margin-top: 0;
}
.ns-badges--vertical .ns-badge:last-child {
  margin-bottom: 0;
}
.hostelTeaserText {
  box-sizing: border-box;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding: 0 6.06060606%;
}
#edit .hostelTeaserText {
  position: relative;
  outline: 2px solid #71CAF3;
  padding-top: 30px;
  outline-offset: 3px;
}
#edit .hostelTeaserText:before {
  content: 'Text des Teasers';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.28571429;
  min-height: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.area {
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
}
.section--six .area {
  padding-top: 0;
  padding-bottom: 0;
}
.section--line .area:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 288px;
  height: 2px;
  background-color: #a60336;
}
.unit {
  box-sizing: border-box;
}
.section--four .unit.seam.seam,
.section--five .unit.seam.seam,
.section--seven .content--right .unit.seam {
  background-color: #f1f0ed;
}
.section--four .unit.seam.seam:first-child,
.section--five .unit.seam.seam:first-child,
.section--seven .content--right .unit.seam:first-child {
  margin-top: calc(var(--spacePart) * 2);
}
.section--four .unit.seam.seam.wide:last-child,
.section--five .unit.seam.seam.wide:last-child,
.section--seven .content--right .unit.seam.wide:last-child {
  margin-bottom: calc(var(--spacePart) * 2);
}
.section--four .unit.seam.seam .part:last-child,
.section--five .unit.seam.seam .part:last-child,
.section--seven .content--right .unit.seam .part:last-child {
  margin-bottom: calc(var(--spacePart) * 2);
}
.section--four .unit.seam.seam .part.pict.tall:not(:only-child):first-child,
.section--five .unit.seam.seam .part.pict.tall:not(:only-child):first-child,
.section--seven .content--right .unit.seam .part.pict.tall:not(:only-child):first-child {
  margin-top: 0;
}
.section--four .unit.seam.seam .part.pict.tall:not(:only-child):last-child,
.section--five .unit.seam.seam .part.pict.tall:not(:only-child):last-child,
.section--seven .content--right .unit.seam .part.pict.tall:not(:only-child):last-child {
  margin-bottom: 0;
}
.section--four .unit.seam .part.pict.tall,
.section--five .unit.seam .part.pict.tall,
.section--seven .content--right .unit .part.pict.tall {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.unit.fold div.more {
  display: block !important;
  overflow: hidden;
  max-height: 0;
}
.unit.fold div.more .part {
  transform: translateY(-40px);
  opacity: 0;
}
.fold--open.unit.fold div.more {
  max-height: 1000px;
  transition: all 1.2s;
}
.fold--open.unit.fold div.more .part {
  transition: all 0.6s, opacity 0.3s 0.2s;
  transform: translateY(0);
  opacity: 1;
}
.unit.fold .ctrl {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.fold .ctrl .link {
  position: relative;
  float: right;
  padding-right: 35px;
}
.unit.fold .ctrl .link:after {
  content: "";
  position: absolute;
  top: 2.5px;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(/images/icon-link.svg) no-repeat right center;
  background-size: 25px 25px;
  transform: rotate(90deg);
  transition: background 0.3s;
}
.unit.fold .ctrl .link:hover:after,
.unit.fold .ctrl .link:focus:after {
  background-image: url(/images/icon-link-black.svg);
}
.unit.fold .ctrl .link.less:after {
  transform: rotate(-90deg);
}
.part {
  box-sizing: border-box;
}
.part.link {
  text-align: right;
}
.part.link .open {
  padding-right: 35px;
  background: url(/images/icon-link.svg) no-repeat right center;
  background-size: 25px 25px;
}
.part.link .open:hover,
.part.link .open:focus {
  background-image: url(/images/icon-link-black.svg);
}
div.load a.load {
  padding-left: 35px;
  background-size: 25px 25px;
  background-position: 0 2px;
  background-image: url(/images/icon-download.svg);
}
div.load a.load:hover,
div.load a.load:focus {
  background-image: url(/images/icon-download-black.svg);
}
.section--two .part.pict .cb-image-figure {
  position: relative;
}
.section--two .part.pict .cb-image-figure .cb-image-caption {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  width: auto;
  transform: translateX(-50%);
  padding: 1px 5px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  line-height: 1.16666667;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}
.section--two .part.pict .cb-image-figure .cb-image-caption:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 7px 10px 0 10px;
}
.section--two .part.pict:hover .cb-image-figure .cb-image-caption,
.section--two .part.pict:focus .cb-image-figure .cb-image-caption {
  opacity: 1;
}
.section--four .part.pict .cb-image-container,
.section--five .part.pict .cb-image-container,
.section--seven .content--right .part.pict .cb-image-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.cb-code-executable .hostelRating {
  float: right;
}
.cb-code-executable .hostelRating iframe {
  float: right;
}
.list--bullet li {
  padding-left: 16px;
}
.list--bullet li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  padding: 3px;
  border-top: 2px solid #a60336;
  border-right: 2px solid #a60336;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
}
.togglenavigation {
  position: relative;
  display: block;
  margin-left: 10px;
  z-index: 2001;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2001;
  width: auto;
  height: auto;
  background-color: #a60336;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  position: relative;
  text-align: right;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.mobile-navigation div.navi > .item > .menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  padding: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s;
}
.mobile-navigation div.navi > .item > .menu:hover,
.mobile-navigation div.navi > .item > .menu:focus,
.mobile-navigation div.navi > .item > .menu.path {
  color: #fff;
}
.mobile-navigation div.navi > .item > .menu:hover:before,
.mobile-navigation div.navi > .item > .menu:focus:before,
.mobile-navigation div.navi > .item > .menu.path:before {
  opacity: 1;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 25px 0 20px;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 20px;
  height: 30px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-down-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  #home {
    height: 110px;
  }
  .cb-scroll-triggered--active #home {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .section--footer .footArea .footUnit {
    flex-direction: column;
    align-items: center;
  }
  .section--footer .footArea .footPart--row {
    flex-direction: column;
  }
  .section--footer .vcard {
    text-align: center;
  }
  #footerLogo {
    width: 110px;
    height: 110px;
  }
  #footerNavi {
    align-items: center;
    margin-left: 0;
    text-align: center;
  }
  #social {
    margin-bottom: 0;
  }
}
.section--two .area {
  width: 100%;
  width: 109.09090909%;
  margin-left: -4.54545455%;
}
.section--two .area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area .cb-album .body,
.section--two .area .head,
.section--two .area .foot,
.section--two .area .part {
  margin-right: 4.16666667%;
  margin-left: 4.16666667%;
  width: 91.66666667%;
}
.section--two .area .tiny {
  width: 16.66666667%;
}
.section--two .area > .slim .part {
  width: 91.66666667%;
}
.section--two .area > .slim .tiny {
  width: 16.66666667%;
}
.section--four .area,
.section--five .area {
  width: 100%;
}
.section--four .area > .unit,
.section--five .area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--four .area .cb-album .body,
.section--five .area .cb-album .body,
.section--four .area .head,
.section--five .area .head,
.section--four .area .foot,
.section--five .area .foot,
.section--four .area .part,
.section--five .area .part {
  margin-right: 6.06060606%;
  margin-left: 6.06060606%;
  width: 87.87878788%;
}
.section--four .area > .slim .part,
.section--five .area > .slim .part {
  width: 87.87878788%;
}
.section--four .area .unit.pure .part,
.section--five .area .unit.pure .part {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.section--six .area {
  width: 100%;
}
.section--six .area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--six .area .cb-album .body,
.section--six .area .head,
.section--six .area .foot,
.section--six .area .part {
  margin-right: 6.06060606%;
  margin-left: 6.06060606%;
  width: 87.87878788%;
}
.section--six .area > .slim .part {
  width: 87.87878788%;
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.cbdModule--hostelTeaserStartPage .ns-teaserWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 768px) {
  .cbdModule--hostelTeaserAll .ns-teaserWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-row-gap: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cbdModule--hostelTeaserAll .ns-teaserWrapper {
    grid-column-gap: 2.21238938%;
  }
}
.ns-teaser {
  position: relative;
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser__content .ns-content {
  float: left;
  width: 100%;
}
.ns-teaser__content .ns-content__text {
  box-sizing: border-box;
  background-color: #f1f0ed;
}
.ns-teaser--hostelTeaserStartPage .ns-teaser__content .ns-content__text {
  box-sizing: border-box;
  border-radius: 3px;
  padding: var(--spacePart) 6.06060606%;
}
@media (min-width: 768px) {
  .ns-teaser--hostelTeaserStartPage .ns-teaser__content .ns-content__image {
    position: absolute;
    left: 0;
    top: calc(var(--spacePart) * 2);
    width: 34.07079646%;
  }
  .ns-teaser--hostelTeaserStartPage .ns-teaser__content .ns-content__text {
    box-sizing: border-box;
    float: right;
    width: 68.14159292%;
    border-radius: 3px;
    padding: var(--spacePart) 2.21238938% var(--spacePart) 4.42477876%;
  }
}
.ns-teaser--hostelTeaserAll .ns-teaser__content {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.ns-teaser--hostelTeaserAll .ns-teaser__content .ns-content__text {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: var(--spacePart) 6.06060606%;
}
@media (min-width: 768px) {
  .ns-teaser--hostelTeaserAll .ns-teaser__content .ns-content__text {
    padding: var(--spacePart) 6.94444444%;
  }
}
.ns-teaser_part,
.ns-teaser__part {
  float: left;
  width: 100%;
  margin: var(--spacePart) 0;
}
.ns-teaser_part--pict,
.ns-teaser__part--pict {
  margin: 0;
}
.ns-teaser__image {
  float: left;
  width: 100%;
}
.ns-teaser__part--actions {
  margin-top: auto;
  padding-top: var(--spacePart);
  text-align: right;
}
.ns-teaser__part--actions .ns-teaser__action {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 35px;
  background: url(/images/icon-link.svg) no-repeat right center;
  background-size: 25px 25px;
}
.ns-teaser__part--actions .ns-teaser__action:hover,
.ns-teaser__part--actions .ns-teaser__action:focus {
  background-image: url(/images/icon-link-black.svg);
}
.ns-teaserFilter {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ns-teaserFilter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.ns-teaserFilter__text {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.41666667;
}
@media (min-width: 768px) {
  .ns-teaserFilter__text {
    width: 31.85840708%;
  }
}
.ns-teaserFilter__itemWrapper {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  background-color: #a60336;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}
.ns-teaserFilter.is-open .ns-teaserFilter__itemWrapper {
  border-radius: 3px 3px 0 0;
}
@media (min-width: 768px) {
  .ns-teaserFilter__itemWrapper {
    width: 31.85840708%;
    margin-top: 0;
    margin-left: 2.21238938%;
  }
}
.ns-teaserFilter__toggle {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 6.06060606%;
  cursor: pointer;
}
.ns-teaserFilter__toggle:after {
  content: "";
  position: absolute;
  right: 6.06060606%;
  top: 16px;
  padding: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transform: rotate(135deg);
  transition: all 0.3s;
}
.ns-teaserFilter.is-open .ns-teaserFilter__toggle:after {
  transform: rotate(-45deg);
}
.ns-teaserFilter__content {
  position: relative;
  float: left;
  width: 100%;
}
.ns-teaserFilter__cover {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #a60336;
  border-radius: 0 0 3px 3px;
}
.ns-teaserFilter__item {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  margin: -120px 0 0;
  padding: 5px 6.06060606% 5px 10.90909091%;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s, opacity 0.2s;
}
.ns-teaserFilter__item:after {
  content: '';
  position: absolute;
  left: 6.06060606%;
  top: 16px;
  padding: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s;
}
.ns-teaserFilter__item:hover,
.ns-teaserFilter__item.is-active {
  color: #fff;
}
.ns-teaserFilter__item:hover:after,
.ns-teaserFilter__item.is-active:after {
  opacity: 1;
}
.ns-teaserFilter.is-open .ns-teaserFilter__item {
  transition: all 0.3s, opacity 0.4s 0.2s;
  margin-top: 0;
  opacity: 1;
}
body.startPage.customDesignElement1 #head,
body.pagecontent.customDesignElement1 #head {
  position: relative;
  z-index: 0;
}
body.startPage.customDesignElement1 #head:after,
body.pagecontent.customDesignElement1 #head:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  background: url(/images/design-elements/edelweiss1.png) no-repeat center center;
  background-size: 100% 100%;
  right: -30px;
  top: -30px;
  width: 134px;
  height: 96px;
  transform: rotate(22.5deg);
}
@media (min-width: 768px) {
  body.startPage.customDesignElement1 #head:after,
  body.pagecontent.customDesignElement1 #head:after {
    right: -40px;
    top: -37px;
    width: 200px;
    height: 144px;
  }
}
@media (min-width: 1024px) {
  body.startPage.customDesignElement1 #head:after,
  body.pagecontent.customDesignElement1 #head:after {
    right: -100px;
    top: -37px;
  }
}
body.hostel.customDesignElement1 .section--six .content:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  background: url(/images/design-elements/edelweiss1.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 0;
  right: 150px;
  bottom: 55px;
  width: 135px;
  height: 97px;
  transform: rotate(-22.5deg);
}
@media (min-width: 768px) {
  body.hostel.customDesignElement1 .section--six .content:before {
    right: 130px;
    bottom: 30px;
    width: 270px;
    height: 194px;
  }
}
body.hostelOverview.customDesignElement1 .cbdModule--hostelFilter {
  position: relative;
  z-index: 0;
}
body.hostelOverview.customDesignElement1 .cbdModule--hostelFilter:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  background: url(/images/design-elements/edelweiss1.png) no-repeat center center;
  background-size: 100% 100%;
  right: -30px;
  top: -30px;
  width: 134px;
  height: 96px;
  transform: rotate(22.5deg);
}
@media (min-width: 768px) {
  body.hostelOverview.customDesignElement1 .cbdModule--hostelFilter:before {
    right: -40px;
    top: -37px;
    width: 200px;
    height: 144px;
  }
}
@media (min-width: 1024px) {
  body.hostelOverview.customDesignElement1 .cbdModule--hostelFilter:before {
    right: -100px;
    top: -37px;
  }
}
body.trip.customDesignElement1 .titleTrip {
  position: relative;
  z-index: 0;
}
body.trip.customDesignElement1 .titleTrip:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  background: url(/images/design-elements/edelweiss1.png) no-repeat center center;
  background-size: 100% 100%;
  right: -30px;
  top: -30px;
  width: 134px;
  height: 96px;
  transform: rotate(22.5deg);
}
@media (min-width: 768px) {
  body.trip.customDesignElement1 .titleTrip:before {
    right: -40px;
    top: -37px;
    width: 200px;
    height: 144px;
  }
}
@media (min-width: 1024px) {
  body.trip.customDesignElement1 .titleTrip:before {
    right: -60px;
    top: -37px;
  }
}
body.customDesignElement2 .section--designElement .area,
body.customDesignElement2 .section--designElement .cbdModule--hostelTeaserAll {
  position: relative;
  z-index: 0;
}
body.customDesignElement2 .section--designElement .area:after,
body.customDesignElement2 .section--designElement .cbdModule--hostelTeaserAll:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  background: url(/images/design-elements/edelweiss2.png) no-repeat center center;
  background-size: 100% 100%;
  right: -20px;
  bottom: calc(var(--spaceTotal) * -1.5);
  width: 180px;
  height: 121.5px;
}
@media (min-width: 768px) {
  body.customDesignElement2 .section--designElement .area:after,
  body.customDesignElement2 .section--designElement .cbdModule--hostelTeaserAll:after {
    bottom: calc(var(--spaceTotal) * -1);
    width: 360px;
    height: 243px;
  }
}
@media (min-width: 1024px) {
  body.customDesignElement2 .section--designElement .area:after,
  body.customDesignElement2 .section--designElement .cbdModule--hostelTeaserAll:after {
    right: -100px;
  }
}
:root {
  --w3: 300px;
  --h3: 262px;
}
@media (max-width: 767px) {
  :root {
    --w3: calc(300px/2);
    --h3: calc(262px/2);
  }
}
body.startPage.customDesignElement3 #head,
body.pagecontent.customDesignElement3 #head {
  position: relative;
  z-index: 0;
}
body.startPage.customDesignElement3 #head:after,
body.pagecontent.customDesignElement3 #head:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  width: var(--w3);
  height: var(--h3);
  background: url(/images/design-elements/leaves2.png) no-repeat center center;
  background-size: 100% 100%;
  right: -60px;
  top: -50px;
}
@media (min-width: 768px) {
  body.startPage.customDesignElement3 #head:after,
  body.pagecontent.customDesignElement3 #head:after {
    right: -80px;
    top: -50px;
  }
}
@media (min-width: 1024px) {
  body.startPage.customDesignElement3 #head:after,
  body.pagecontent.customDesignElement3 #head:after {
    right: -160px;
  }
}
body.hostel.customDesignElement3 .section--six .content:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  width: var(--w3);
  height: var(--h3);
  background: url(/images/design-elements/leaves2.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 0;
  right: 150px;
  bottom: 55px;
}
@media (min-width: 768px) {
  body.hostel.customDesignElement3 .section--six .content:before {
    right: 130px;
    bottom: 30px;
  }
}
body.hostelOverview.customDesignElement3 .cbdModule--hostelFilter {
  position: relative;
  z-index: 0;
}
body.hostelOverview.customDesignElement3 .cbdModule--hostelFilter:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  width: var(--w3);
  height: var(--h3);
  background: url(/images/design-elements/leaves2.png) no-repeat center center;
  background-size: 100% 100%;
  right: -60px;
  top: -70px;
}
@media (min-width: 768px) {
  body.hostelOverview.customDesignElement3 .cbdModule--hostelFilter:before {
    right: -80px;
    top: -90px;
  }
}
@media (min-width: 1024px) {
  body.hostelOverview.customDesignElement3 .cbdModule--hostelFilter:before {
    right: -110px;
  }
}
body.trip.customDesignElement3 .titleTrip {
  position: relative;
  z-index: 0;
}
body.trip.customDesignElement3 .titleTrip:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  width: var(--w3);
  height: var(--h3);
  background: url(/images/design-elements/leaves2.png) no-repeat center center;
  background-size: 100% 100%;
  right: -60px;
  top: -50px;
}
@media (min-width: 768px) {
  body.trip.customDesignElement3 .titleTrip:before {
    right: -80px;
    top: -50px;
  }
}
@media (min-width: 1024px) {
  body.trip.customDesignElement3 .titleTrip:before {
    right: -110px;
  }
}
#map {
  /* default cluster styling */
  --cluster-fill-color: #a60336;
  --cluster-stroke-color: #fff;
  --cluster-stroke-width: 2;
  --cluster-font-color: #fff;
  --cluster-font-family: 'Oswald', sans-serif;
  --cluster-font-size: 20;
  --cluster-font-dy-offset: 1;
}
.ns-locationGoogleMap {
  box-sizing: border-box;
  float: left;
  width: 100%;
  height: 50.1953125vw !important;
  max-height: calc(100vh - 85px);
}
.ns-locationMarkerCluster {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #a60336;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-50%);
}
.ns-locationMarkerCluster__count {
  position: absolute;
  inset: 2px;
  background-color: #a60336;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-align: center;
}
.ns-locationMarker {
  width: 35px;
  height: 43px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  cursor: pointer;
  transform: translateY(-50%) translateX(-50%);
  background: url(/images/map-marker.svg) no-repeat center center;
  background-size: 100% 100%;
}
.ns-locationMarker.ns-locationMarker--show {
  z-index: 3;
}
.ns-locationMarker__pin {
  width: 35px;
  height: 43px;
}
.ns-locationPopUp {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px;
  z-index: 100;
  background-color: #fff;
  width: 160px;
  transform: translateX(-50%);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
}
.ns-locationPopUp:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  margin-left: -10px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px 10px 0 10px;
}
@media (max-width: 767px) {
  .ns-locationPopUp {
    width: 310px;
  }
}
.ns-locationPopUp__content {
  box-sizing: border-box;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-locationPopUp__content .ns-content {
  float: left;
  width: 100%;
}
.ns-locationPopUp__content .ns-content__text {
  box-sizing: border-box;
  padding: 10px;
}
.ns-locationPopUp__part {
  float: left;
}
.ns-locationPopUp__part--title {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.22222222;
}
.ns-locationPopUp__part--link {
  box-sizing: border-box;
  float: right;
  display: inline-block;
  margin-top: 6px;
  padding-right: 28px;
  background: url(/images/icon-link.svg) no-repeat right center;
  background-size: 18px 18px;
  font-size: 18px;
  line-height: 1.22222222;
  font-weight: 300;
}
.ns-locationPopUp__part--link:hover,
.ns-locationPopUp__part--link:focus {
  background-image: url(/images/icon-link-black.svg);
}
.ns-locationPopUp__part--badge .ns-badge {
  font-size: 14px;
  line-height: 1.57142857;
}
.ns-locationPopUp__toggle {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 3;
  width: 20px;
  height: 20px;
  background: #a60336;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.ns-locationPopUp__toggle:before,
.ns-locationPopUp__toggle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  height: 10px;
  background-color: #fff;
}
.ns-locationPopUp__toggle:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ns-locationPopUp__toggle:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*# sourceMappingURL=./screen-small.css.map */