@charset "UTF-8";
/* © agentur artprolog 2022 */
body {
  background: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1.8rem;
  color: #000;
  font-size: 110%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

a {
  /*word-wrap: break-word;*/
  color: #e81f76;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

a:hover, a:focus {
  color: #e81f76;
  text-decoration: underline 2px;
}

a:hover img, a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

a.a-w {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

a.a-w:hover, a.a-w:focus {
  color: #fff !important;
  text-decoration: underline 2px;
}

a.a-w:hover img, a.a-w:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

a.aunderline2px-w {
  text-decoration: none !important;
  color: #fff;
}

a.aunderline2px-w:hover, a.aunderline2px-w:focus {
  text-decoration: none;
}

a.aunderline2px-w:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 2px;
  opacity: 0;
  background: #fff;
  left: 0;
  transition: all 0.3s ease-in-out;
}

a.aunderline2px-w:hover:after, a.aunderline2px-w:focus:after {
  width: 100%;
  opacity: 1;
}

a.aunderline2px-w.anounderline:after {
  content: none;
}

a.aanimateunderline {
  text-decoration: none !important;
  color: #e81f76 !important;
}

a.aanimateunderline:hover, a.aanimateunderline:focus {
  text-decoration: none;
}

a.aanimateunderline:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #e81f76 !important;
  left: 0;
  transition: all 0.3s ease-in-out;
}

a.aanimateunderline:hover:after, a.aanimateunderline:focus:after {
  width: 100%;
  opacity: 1;
}

a.aanimateunderline.anounderline:after {
  content: none;
}

.light-text a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: underline 1px;
}

.light-text a:hover, .light-text a:focus {
  color: #fff;
  text-decoration: underline 1.5px;
}

.light-text a:hover img, .light-text a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.light-text a.aanimateunderline {
  text-decoration: none !important;
  color: #e81f76 !important;
}

.light-text a.aanimateunderline:hover, .light-text a.aanimateunderline:focus {
  text-decoration: none;
}

.light-text a.aanimateunderline:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #e81f76 !important;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.light-text a.aanimateunderline:hover:after, .light-text a.aanimateunderline:focus:after {
  width: 100%;
  opacity: 1;
}

.light-text a.aanimateunderline.anounderline:after {
  content: none;
}

p {
  margin: 0px;
  line-height: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Helvetica Now Display", sans-serif;
  line-height: 2.5rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.5rem;
  /*word-wrap: break-word;*/
}

h1, .h1 {
  font-size: 4.7em;
  line-height: 4.5rem;
  font-weight: 800;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 2.7rem;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 2.2rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.7rem;
}

h5, .h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2rem;
}

.small {
  font-size: 0.9rem;
  line-height: 1.3rem;
  display: inline-block;
}

.small2 {
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: inline-block;
}

.big {
  font-size: 4rem;
  line-height: 4rem;
}

.big1 {
  font-size: 6em;
  line-height: 6rem;
}

.big2 {
  font-size: 8rem;
  line-height: 8rem;
}

.big3 {
  font-size: 10rem;
  line-height: 10rem;
}

.hotline {
  font-size: 3.5rem;
}

.handwrite {
  font-family: "Nice Memory", sans-serif;
  font-size: 4rem;
}

.headline {
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 700;
}

.bodyfont {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.magenta {
  color: #e81f76;
}

.sbold {
  font-weight: 600;
}

.bold {
  font-weight: 800;
}

strong, b {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.spacer1, .spacer2, .spacer3, .spacer5, .spacer10, .spacer20, .spacer30, .spacer50, .spacer100, .spacer10-h {
  clear: both;
  float: none;
  height: 1px;
}

.spacer2 {
  height: 2px;
}

.spacer3 {
  height: 3px;
}

.spacer5 {
  height: 5px;
}

.spacer10 {
  height: 10px;
}

.spacer20 {
  height: 20px;
}

.spacer30 {
  height: 30px;
}

.spacer50 {
  height: 50px;
}

.spacer100 {
  height: 100px;
}

.spacer20-h {
  height: 1px;
  width: 20px;
  display: inline-block;
}

.slant1 {
  height: 20px;
  background: #dddddd;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  margin-bottom: 30px;
  margin-top: 30px;
  width: 30%;
}

.separator, .separator-lg, .separator-w {
  clear: both;
  float: none;
  height: 0px;
  line-height: 0px;
  border-top: 2px solid #000;
  margin-bottom: 20px;
  margin-top: 20px;
}

.separator-lg {
  border-top: 2px solid #eee;
}

.separator-w {
  border-top: 2px solid #fff;
}

.separator-dashed {
  height: 0.5rem;
  margin-bottom: 1rem;
  background-image: url(../img/sep_dashed.svg);
  background-repeat: repeat-x;
  background-size: 3rem;
}

.button {
  color: #000 !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #eee;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

.button:hover, .button:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

.button:after {
  content: unset !important;
}

.button-w {
  color: #000 !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #fff;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

.button-w:hover, .button-w:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

.button-w:after {
  content: unset !important;
}

.button-g {
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #4a4a49;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

.button-g:hover, .button-g:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

.button-g:after {
  content: unset !important;
}

.button-mg {
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #999999;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

.button-mg:hover, .button-mg:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

.button-mg:after {
  content: unset !important;
}

.button-m {
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #e81f76;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

.button-m:hover, .button-m:focus {
  background: #4a4a49;
  color: #fff !important;
  text-decoration: none;
}

.button-m:after {
  content: unset !important;
}

.draw {
  transition: color 0.25s;
}

.draw:hover {
  background: transparent !important;
  color: #e81f76 !important;
}

.draw:before, .draw:after {
  box-sizing: inherit;
  content: "" !important;
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 0 !important;
  left: unset !important;
  background: transparent !important;
  border: 2px solid transparent;
}

.draw:before {
  top: 0;
  left: 0 !important;
}

.draw:after {
  bottom: 0;
  right: 0;
}

.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100% !important;
}

.draw:hover::before {
  border-top-color: #e81f76;
  border-right-color: #e81f76;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
  border-bottom-color: #e81f76;
  border-left-color: #e81f76;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s !important;
}

.draw-w {
  transition: color 0.25s;
}

.draw-w:hover {
  background: transparent !important;
  color: #fff;
}

.draw-w:before, .draw-w:after {
  box-sizing: inherit;
  content: "" !important;
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 0 !important;
  left: unset !important;
  background: transparent !important;
  border: 2px solid transparent;
}

.draw-w:before {
  top: 0;
  left: 0 !important;
}

.draw-w:after {
  bottom: 0;
  right: 0;
}

.draw-w:hover::before, .draw-w:hover::after {
  width: 100%;
  height: 100% !important;
}

.draw-w:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw-w:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s !important;
}

.draw-b {
  transition: color 0.25s;
}

.draw-b:hover {
  background: transparent !important;
  color: #000;
}

.draw-b:before, .draw-b:after {
  box-sizing: inherit;
  content: "" !important;
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 0 !important;
  left: unset !important;
  background: transparent !important;
  border: 2px solid transparent;
}

.draw-b:before {
  top: 0;
  left: 0 !important;
}

.draw-b:after {
  bottom: 0;
  right: 0;
}

.draw-b:hover::before, .draw-b:hover::after {
  width: 100%;
  height: 100% !important;
}

.draw-b:hover::before {
  border-top-color: #000;
  border-right-color: #000;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw-b:hover::after {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s !important;
}

.buttonbg:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #e81f76 !important;
  z-index: -1;
}

.buttonbg:hover {
  color: #fff;
  background: transparent;
}

.buttonbg:hover:after {
  transform: none !important;
  height: 100% !important;
}

.buttonbg-g:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #4a4a49 !important;
  z-index: -1;
}

.buttonbg-g:hover {
  color: #fff;
  background: transparent;
}

.buttonbg-g:hover:after {
  transform: none !important;
  height: 100% !important;
}

.buttonbg-lg:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #eee !important;
  z-index: -1;
}

.buttonbg-lg:hover {
  color: #e81f76 !important;
  background: transparent;
}

.buttonbg-lg:hover:after {
  transform: none !important;
  height: 100% !important;
}

.buttonbg-w:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #fff !important;
  z-index: -1;
}

.buttonbg-w:hover {
  color: #000 !important;
  background: transparent;
}

.buttonbg-w:hover:after {
  transform: none !important;
  height: 100% !important;
}

.arr-link-l, .arr-link-r {
  width: 40%;
  opacity: 0.3;
}

.arr-link-l:hover, .arr-link-r:hover {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.arr-after {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
}

.arr-after:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: relative;
  background-image: url("../img/arrright-m.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1rem;
  display: inline-block;
  transform: translateY(2.2rem);
  transition: all 0.5s ease-in-out;
}

.arr-after:hover:after {
  width: 6.5rem;
  height: 6.5rem;
  transform: translateY(2.5rem);
  transition: all 0.5s ease-in-out;
  margin-left: 1rem;
  background-image: url("../img/arrright-m.svg");
}

.arr-after a {
  color: #e81f76;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.arr-after a:hover, .arr-after a:focus {
  color: #e81f76;
  text-decoration: none;
}

.arr-after a:hover img, .arr-after a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.arr-after2 {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
}

.arr-after2:after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: relative;
  background-image: url("../img/arrright.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1rem;
  display: inline-block;
  transform: translateY(0.6rem);
  transition: all 0.5s ease-in-out;
}

.arr-after2:hover:after {
  width: 2rem;
  height: 2rem;
  transform: translateY(0.6rem);
  transition: all 0.5s ease-in-out;
  margin-left: 2rem;
  background-image: url("../img/arrright-m.svg");
}

.arr-after2:hover a {
  color: #e81f76;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.arr-after2:hover a:hover, .arr-after2:hover a:focus {
  color: #e81f76;
  text-decoration: none;
}

.arr-after2:hover a:hover img, .arr-after2:hover a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.sticky {
  position: sticky;
  top: 6rem;
}

.bg-white {
  background-color: #fff;
}

.bg-lightgrey {
  background-color: #eee;
}

.bg-middlegrey {
  background-color: #999999;
  color: #fff;
}

.bg-middlegrey a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: underline 1px;
}

.bg-middlegrey a:hover, .bg-middlegrey a:focus {
  color: #fff;
  text-decoration: underline 1.5px;
}

.bg-middlegrey a:hover img, .bg-middlegrey a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.bg-middlegrey a.aanimateunderline {
  text-decoration: none !important;
  color: #000 !important;
}

.bg-middlegrey a.aanimateunderline:hover, .bg-middlegrey a.aanimateunderline:focus {
  text-decoration: none;
}

.bg-middlegrey a.aanimateunderline:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #000 !important;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.bg-middlegrey a.aanimateunderline:hover:after, .bg-middlegrey a.aanimateunderline:focus:after {
  width: 100%;
  opacity: 1;
}

.bg-middlegrey a.aanimateunderline.anounderline:after {
  content: none;
}

.bg-middlegrey2 {
  background-color: #dddddd;
}

.bg-grey {
  background-color: #4a4a49;
  color: #fff;
}

.bg-grey a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: underline 1px;
}

.bg-grey a:hover, .bg-grey a:focus {
  color: #fff;
  text-decoration: underline 1.5px;
}

.bg-grey a:hover img, .bg-grey a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.bg-grey a.a-m {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: underline 1px;
}

.bg-grey a.a-m:hover, .bg-grey a.a-m:focus {
  color: #e81f76;
  text-decoration: none;
}

.bg-grey a.a-m:hover img, .bg-grey a.a-m:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.bg-grey a.aanimateunderline {
  text-decoration: none !important;
  color: #e81f76 !important;
}

.bg-grey a.aanimateunderline:hover, .bg-grey a.aanimateunderline:focus {
  text-decoration: none;
}

.bg-grey a.aanimateunderline:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #e81f76 !important;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.bg-grey a.aanimateunderline:hover:after, .bg-grey a.aanimateunderline:focus:after {
  width: 100%;
  opacity: 1;
}

.bg-grey a.aanimateunderline.anounderline:after {
  content: none;
}

.bg-magenta {
  background-color: #e81f76;
  color: #fff;
}

.bg-magenta a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: underline 1px;
}

.bg-magenta a:hover, .bg-magenta a:focus {
  color: #fff;
  text-decoration: underline 1.5px;
}

.bg-magenta a:hover img, .bg-magenta a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.bg-magenta a.aanimateunderline {
  text-decoration: none !important;
  color: #000 !important;
}

.bg-magenta a.aanimateunderline:hover, .bg-magenta a.aanimateunderline:focus {
  text-decoration: none;
}

.bg-magenta a.aanimateunderline:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #000 !important;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.bg-magenta a.aanimateunderline:hover:after, .bg-magenta a.aanimateunderline:focus:after {
  width: 100%;
  opacity: 1;
}

.bg-magenta a.aanimateunderline.anounderline:after {
  content: none;
}

.slant-lt {
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0% 20%);
  clip-path: polygon(20% 0%, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0% 20%);
}

.slant-rt {
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}

.slant-lb {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 20% 100%, 0 80%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 20% 100%, 0 80%, 0 0);
}

.slant-rb {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 100%, 0 0);
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.horizontal-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.horizontal-right {
  position: relative;
  left: calc(100% - 4rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hidden {
  display: none;
}

.imgcover {
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.ul-columns {
  column-count: 3;
  column-gap: 3rem;
}

.ul-columns li {
  break-inside: avoid-column;
}

.content-padding {
  padding: 6rem 4rem 6rem 4rem;
}

.content-padding-lr {
  padding: 0 4rem 0 4rem;
}

table.contenttable {
  margin: 0;
  height: auto !important;
  width: auto !important;
}

table.contenttable thead, table.contenttable tbody, table.contenttable tfoot {
  border: none;
  background-color: transparent;
}

table.contenttable tbody td {
  padding: 10px 20px 10px 0;
  vertical-align: top;
}

table.contenttable tbody td .small {
  display: block;
}

table.contenttable tbody td:nth-child(3) {
  border-left: 20px solid transparent;
}

table.contenttable tbody tr {
  border-bottom: unset;
  background-color: transparent;
  border-bottom: 1px solid #000;
}

table.contenttable tbody tr:nth-child(even) {
  background-color: transparent;
}

.tx-go-maps-ext img {
  max-width: 100%;
}

/*HEADER*/
#header {
  background: #fff;
  position: relative;
  z-index: 100;
  /*MENU*/
}

#header .logo img {
  max-width: 100%;
  transition: all 0.7s ease-in-out;
}

#header .headerbar {
  padding: 1rem 4rem 1rem 4rem;
}

#header .menu {
  font-family: "Helvetica Now Display", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  line-height: inherit;
}

#header .menu li {
  padding: 0px 0px 0px 1.2rem;
  line-height: 30px;
}

#header .menu a, #header .menu .button {
  padding: 0px;
  color: #000;
  line-height: 30px;
}

#header .menu a:hover, #header .menu a.active {
  color: #e81f76;
  text-decoration: none;
}

#header .menu .login, #header .menu .phone, #header .menu .newsletter {
  font-size: 1.1rem;
  cursor: pointer;
}

#header .menu .login:hover, #header .menu .phone:hover, #header .menu .newsletter:hover {
  color: #e81f76;
}

#header .menu .login i, #header .menu .phone i, #header .menu .newsletter i {
  height: 30px;
  line-height: 30px;
}

#header .menu2bar {
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  max-width: 1600px;
  margin: auto;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
  visibility: hidden;
  z-index: 100;
  padding: 0;
  background: #eee;
}

#header .menu2bar .headline {
  padding: 0px;
  overflow: hidden;
  font-weight: 800;
}

#header .menu2bar .headline .headlineinner {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
}

#header .menu2bar .headline .headlineinner .headlineinner2 {
  display: block;
  transform: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

#header .menu2bar .menu {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  display: block;
}

#header .menu2bar .menu li {
  padding: 0px;
  overflow: hidden;
}

#header .menu2bar .menu li a {
  display: block;
  transform: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

#header .menu2bar .menu .menu2lispan {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
}

#header .menu2bar .menu.ul-columns {
  column-count: 2;
}

#header .menu2bar.active {
  pointer-events: all;
  visibility: visible;
  padding: 3rem 3rem;
  transform: none;
}

#header .menu2bar.active .headlineinner {
  transform: none;
  transition-delay: 0.3s;
}

#header .menu2bar.active .menu2lispan {
  transform: none;
}

#header .menu2bar.active .menu2li:first-child .menu2lispan {
  transition-delay: 0.3s;
}

#header .menu2bar.active .menu2li:nth-child(2) .menu2lispan {
  transition-delay: 0.35s;
}

#header .menu2bar.active .menu2li:nth-child(3) .menu2lispan {
  transition-delay: 0.4s;
}

#header .menu2bar.active .menu2li:nth-child(4) .menu2lispan {
  transition-delay: 0.45s;
}

#header .menu2bar.active .menu2li:nth-child(5) .menu2lispan {
  transition-delay: 0.5s;
}

#header .menu2bar.active .menu2li:nth-child(6) .menu2lispan {
  transition-delay: 0.55s;
}

#header .menu2bar.active .menu2li:nth-child(7) .menu2lispan {
  transition-delay: 0.6s;
}

#header .menu2bar.active .menu2li:nth-child(8) .menu2lispan {
  transition-delay: 0.65s;
}

#header .menu2bar.active .menu2li:nth-child(9) .menu2lispan {
  transition-delay: 0.7s;
}

#header .menu2bar.active .menu2li:nth-child(10) .menu2lispan {
  transition-delay: 0.75s;
}

#header .orm-customer-widget-overlay.orm-dropdown-menu {
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
  position: fixed;
  transform: translateZ(0);
  transition: visibility 0.4s cubic-bezier(0.4, 0, 0, 1);
  z-index: 100;
  padding: 3rem 3rem;
  height: 100vh;
  cursor: default;
  /*pointer-events: none;*/
  pointer-events: all;
  /*visibility: hidden;*/
  visibility: visible;
}

#header .orm-customer-widget-overlay.orm-dropdown-menu::before {
  left: 0;
  transform-origin: right center;
  transform: none;
}

#header .orm-customer-widget-overlay.orm-dropdown-menu::after {
  left: 50%;
  transform-origin: left center;
  transform: none;
}

#header .orm-customer-widget-overlay.orm-dropdown-menu::before, #header .orm-customer-widget-overlay.orm-dropdown-menu::after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  width: 50%;
  z-index: -1;
  transform: scaleX(0);
  transform: none;
}

#header .hamburger {
  display: inline-flex;
  cursor: pointer;
  font: inherit;
  color: #000;
  text-transform: none;
  background-color: initial;
  border: 0;
  margin: 0;
  outline: none !important;
  overflow: visible;
}

#header .hamburger:hover .hamburger-inner, #header .hamburger:hover .hamburger-inner::before, #header .hamburger:hover .hamburger-inner::after {
  background-color: #e81f76;
}

#header .hamburger-box {
  width: 45px;
  height: 13px;
  display: inline-block;
  position: relative;
}

#header .hamburger-inner {
  display: block;
  top: 50%;
}

#header .hamburger-inner, #header .hamburger-inner::before, #header .hamburger-inner::after {
  width: 40px;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

#header .hamburger-inner::before, #header .hamburger-inner::after {
  content: "";
  display: block;
}

#header .hamburger-inner::before {
  top: -7px;
}

#header .hamburger-inner::after {
  bottom: -7px;
}

#header .hamburger--squeeze .hamburger-inner {
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#header .hamburger--squeeze .hamburger-inner::before {
  transition: top .075s .12s ease, opacity .075s ease;
}

#header .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#header .hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .hamburger--squeeze.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .075s ease, opacity .075s .12s ease;
}

#header .hamburger--squeeze.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header.sticky-h {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1600px;
  z-index: 100;
  font-size: 0.85em !important;
}

#header.sticky-h .logo img {
  max-width: 60%;
  transition: all 0.7s ease-in-out;
}

#header.sticky-h #crentSearchBar {
  max-height: 500px;
  transition: max-height 0.7s ease-in-out;
}

#header.sticky-h #crentSearchBar.inactive {
  max-height: 0;
  transition: max-height 0.50s ease-out;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.7s ease-in-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#header.sticky-h .trapezoid {
  font-family: "Helvetica Now Display", sans-serif;
  border-top: 17px solid #eee;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 60px;
  position: absolute;
  top: 0px;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
  cursor: pointer;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#header.sticky-h .trapezoid.trapezoidhide {
  display: none;
}

#header.sticky-h .trapezoid:hover {
  border-top: 17px solid #d31667;
  transition: all 0.2s ease-in-out;
}

#header.sticky-h .trapezoid:hover .plusminus {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

#header.sticky-h .plusminus {
  color: #000;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 20px;
  position: absolute;
  top: -19px;
  transform: translateX(-50%);
  left: 50%;
}

#header.sticky-h .trapezoid.minus .plusminus:before {
  content: "\2212";
}

#header.sticky-h .trapezoid.plus .plusminus:before {
  content: "\002B";
}

#header.sticky-h .headerborder {
  height: 1px;
  background: #eee;
  position: absolute;
  top: 0px;
  width: 100%;
}

#main, #footer {
  position: relative;
}

#main .listicon-arr li:before, #footer .listicon-arr li:before {
  content: "";
  width: 2em;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  background-image: url("../img/arrright-b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  display: inline-block;
}

#main .listicon-arr-w li:before, #footer .listicon-arr-w li:before {
  content: "";
  width: 2em;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  background-image: url("../img/arrright.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  display: inline-block;
}

#main .listicon-arr-m li:before, #footer .listicon-arr-m li:before {
  content: "";
  width: 2em;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  background-image: url("../img/arrright-m.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  display: inline-block;
}

#main ul, #footer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2rem;
}

#main ul li, #footer ul li {
  margin-bottom: 1rem;
  position: relative;
}

#main ul li:before, #footer ul li:before {
  content: "\f7a4";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2rem;
  width: 2em;
  position: absolute;
}

#main ul.listicon-arr li:before, #footer ul.listicon-arr li:before {
  content: "";
  width: 2em;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  background-image: url("../img/arrright-b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  display: inline-block;
}

#main ul.listicon-arr-w li:before, #footer ul.listicon-arr-w li:before {
  content: "";
  width: 2em;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  background-image: url("../img/arrright.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  display: inline-block;
}

#main ul.listicon-arr-m li:before, #footer ul.listicon-arr-m li:before {
  content: "";
  width: 2em;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  background-image: url("../img/arrright-m.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  display: inline-block;
}

#main ul.accordion, #footer ul.accordion {
  padding: 0;
}

#main ul.accordion li.accordion-item:before, #footer ul.accordion li.accordion-item:before {
  content: "";
}

#main ul.accordion li .accordion-title, #footer ul.accordion li .accordion-title {
  padding: 1rem;
  padding-left: 4rem;
  border: none;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #eee;
  text-decoration: none;
}

#main ul.accordion li .accordion-title:hover, #footer ul.accordion li .accordion-title:hover {
  background-color: #e81f76;
  color: #fff;
}

#main ul.accordion li .accordion-title:before, #footer ul.accordion li .accordion-title:before {
  top: 0;
  right: auto;
  left: 1rem;
  margin-top: 0;
  content: "+";
  font-size: 3rem;
  line-height: 3rem;
}

#main ul.accordion li .accordion-title:after, #footer ul.accordion li .accordion-title:after {
  content: none;
}

#main ul.accordion li.is-active .accordion-title, #footer ul.accordion li.is-active .accordion-title {
  background-color: #e81f76;
  color: #fff;
}

#main ul.accordion li.is-active .accordion-title:before, #footer ul.accordion li.is-active .accordion-title:before {
  content: "-";
}

#main ul.accordion li.is-active .accordion-title:hover, #footer ul.accordion li.is-active .accordion-title:hover {
  text-decoration: none;
}

#main ul.accordion li .accordion-content, #footer ul.accordion li .accordion-content {
  border: none;
  background-color: #eee;
  color: #000;
}

/*ORM ANPASSUNG*/
.orm-html {
  font-family: "Helvetica Now Display", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.6rem !important;
  color: #000 !important;
}

.orm-html .orm-btn {
  font-family: "Helvetica Now Display", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  border-radius: 0px !important;
}

.orm-rotate360 {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  -webkit-animation: none !important;
  animation: none !important;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#crentCustomerWidget .orm-btn--logout {
  border-radius: 0;
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

#crentCustomerWidget .orm-btn--logout:hover, #crentCustomerWidget .orm-btn--logout:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

#crentCustomerWidget .orm-btn--logout:after {
  content: unset !important;
}

#crentCustomerWidget .orm-btn--logout:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #e81f76 !important;
  z-index: -1;
}

#crentCustomerWidget .orm-btn--logout:hover {
  color: #fff;
  background: transparent;
}

#crentCustomerWidget .orm-btn--logout:hover:after {
  transform: none !important;
  height: 100% !important;
}

#crentCustomerWidget .orm-btn--logout i {
  display: none;
}

#crentCustomerWidget button.orm-btn--icon.orm-login-widget-btnlistener {
  padding: 0px;
  border: none;
}

#crentCustomerWidget button.orm-btn--icon.orm-login-widget-btnlistener i {
  margin: 0px;
}

#crentCustomerWidget button.orm-btn--icon.orm-login-widget-btnlistener i:before {
  content: "\f502";
  font-weight: 900;
  font-size: 1.1rem;
}

#crentCustomerWidget .orm-btn--icon-active, #crentCustomerWidget .orm-btn--icon:hover {
  background-color: transparent;
  border: none;
  color: #e81f76;
}

#crentCustomerWidget .orm-login-widget {
  padding: 1.5rem;
  background: #fff;
  z-index: 500;
  width: 30rem;
  box-shadow: none;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

#crentCustomerWidget .orm-login-widget .orm-customer-links a {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500;
}

#crentCustomerWidget .orm-login-widget .orm-customer-icon--circle {
  border: none;
  border-radius: 0;
  background-color: #e81f76;
  color: #fff;
}

#crentCustomerWidget .orm-login-widget .orm-customer-devider {
  background-color: #000;
  height: 1px;
  width: 100%;
  margin: 1rem 0;
}

#crentCustomerWidget .orm-login-widget .orm-login-headline {
  font-size: 3rem;
  margin-bottom: 2rem;
  margin-top: 0;
  visibility: hidden;
  font-weight: 700;
  text-transform: none;
  line-height: 4rem;
}

#crentCustomerWidget .orm-login-widget .orm-login-headline:after {
  content: "Login";
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  visibility: visible;
  line-height: 4rem;
}

#crentCustomerWidget .orm-login-widget .orm-form__label {
  font-size: 0.9rem;
  font-weight: 400;
  color: #999999;
  text-transform: none;
}

#crentCustomerWidget .orm-login-widget .orm-input {
  margin-top: 1rem;
  margin-bottom: 0px;
  border: none !important;
}

#crentCustomerWidget .orm-login-widget .orm-pwdlink {
  font-size: .8rem;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  text-align: right;
  text-transform: none;
}

#crentCustomerWidget .orm-login-widget .orm-btn {
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

#crentCustomerWidget .orm-login-widget .orm-btn:hover, #crentCustomerWidget .orm-login-widget .orm-btn:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

#crentCustomerWidget .orm-login-widget .orm-btn:after {
  content: unset !important;
}

#crentCustomerWidget .orm-login-widget .orm-btn:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #e81f76 !important;
  z-index: -1;
}

#crentCustomerWidget .orm-login-widget .orm-btn:hover {
  color: #fff;
  background: transparent;
}

#crentCustomerWidget .orm-login-widget .orm-btn:hover:after {
  transform: none !important;
  height: 100% !important;
}

#crentCustomerWidget .orm-login-widget .orm-login-error {
  padding-left: 0;
  top: 0;
  position: relative;
  color: #e81f76;
}

#crentCustomerWidget .orm-login-widget .text-center {
  text-align: left;
}

#crentSearchBar, #crentLocationMap, #crentReservation .orm-reservationInfobar {
  background: #e81f76;
  transition: max-height 0.50s ease-in;
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 700;
  position: relative;
  max-height: 500px;
}

#crentSearchBar .orm-background__image, #crentLocationMap .orm-background__image, #crentReservation .orm-reservationInfobar .orm-background__image {
  background: none !important;
  padding: 0px !important;
}

#crentSearchBar .orm-container, #crentLocationMap .orm-container, #crentReservation .orm-reservationInfobar .orm-container {
  max-width: unset;
  /*padding: 0px;*/
}

#crentSearchBar .orm-container .orm-row.center-xs, #crentLocationMap .orm-container .orm-row.center-xs, #crentReservation .orm-reservationInfobar .orm-container .orm-row.center-xs {
  flex-direction: column;
}

#crentSearchBar .orm-searchbar__title, #crentLocationMap .orm-searchbar__title, #crentReservation .orm-reservationInfobar .orm-searchbar__title {
  display: none;
}

#crentSearchBar .orm-searchbar__datepicker, #crentLocationMap .orm-searchbar__datepicker, #crentReservation .orm-reservationInfobar .orm-searchbar__datepicker {
  max-width: unset;
}

#crentSearchBar .orm-datepicker__input, #crentSearchBar .orm-timepicker__input, #crentLocationMap .orm-datepicker__input, #crentLocationMap .orm-timepicker__input, #crentReservation .orm-reservationInfobar .orm-datepicker__input, #crentReservation .orm-reservationInfobar .orm-timepicker__input {
  font-size: 1rem;
}

#crentSearchBar .orm-datepicker__input.active, #crentLocationMap .orm-datepicker__input.active, #crentReservation .orm-reservationInfobar .orm-datepicker__input.active {
  background-color: transparent;
}

#crentSearchBar .orm-searchbar__datepicker .orm-dateselect small, #crentLocationMap .orm-searchbar__datepicker .orm-dateselect small, #crentReservation .orm-reservationInfobar .orm-searchbar__datepicker .orm-dateselect small {
  line-height: 1rem;
  display: inherit;
}

#crentSearchBar .orm-searchbar__padding, #crentLocationMap .orm-searchbar__padding, #crentReservation .orm-reservationInfobar .orm-searchbar__padding {
  background-color: transparent;
  border-radius: 0px;
  padding: 1rem 3rem 0.5rem calc(4rem - 16px);
}

#crentSearchBar .orm-dateselect, #crentSearchBar .orm-stationselect, #crentLocationMap .orm-dateselect, #crentLocationMap .orm-stationselect, #crentReservation .orm-reservationInfobar .orm-dateselect, #crentReservation .orm-reservationInfobar .orm-stationselect {
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}

#crentSearchBar .orm-dateselect strong, #crentSearchBar .orm-stationselect strong, #crentLocationMap .orm-dateselect strong, #crentLocationMap .orm-stationselect strong, #crentReservation .orm-reservationInfobar .orm-dateselect strong, #crentReservation .orm-reservationInfobar .orm-stationselect strong {
  color: #fff;
  font-size: 1rem;
}

#crentSearchBar .orm-dateselect .orm-px-8, #crentSearchBar .orm-stationselect .orm-px-8, #crentLocationMap .orm-dateselect .orm-px-8, #crentLocationMap .orm-stationselect .orm-px-8, #crentReservation .orm-reservationInfobar .orm-dateselect .orm-px-8, #crentReservation .orm-reservationInfobar .orm-stationselect .orm-px-8 {
  padding-left: 0px !important;
}

#crentSearchBar .orm-stationselect__options, #crentLocationMap .orm-stationselect__options, #crentReservation .orm-reservationInfobar .orm-stationselect__options {
  color: #000;
  background-color: rgba(255, 255, 255, 0.95) !important;
  background-color: #fff !important;
  padding: 0 !important;
  position: absolute !important;
  top: 100% !important;
  z-index: 600 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  font-size: .9375rem !important;
  line-height: 1.25 !important;
  max-height: 278px !important;
  overflow: auto !important;
}

#crentSearchBar .orm-stationselect__options strong, #crentLocationMap .orm-stationselect__options strong, #crentReservation .orm-reservationInfobar .orm-stationselect__options strong {
  color: #000;
  font-size: 1rem;
}

#crentSearchBar .orm-stationselect__options .orm-stationselect__option, #crentLocationMap .orm-stationselect__options .orm-stationselect__option, #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option {
  height: auto;
  line-height: 1.1rem;
  padding: 10px 20px;
}

#crentSearchBar .orm-stationselect__options .orm-stationselect__option:nth-child(2n), #crentLocationMap .orm-stationselect__options .orm-stationselect__option:nth-child(2n), #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option:nth-child(2n) {
  background-color: #dddddd;
}

#crentSearchBar .orm-stationselect__options .orm-stationselect__option .selected, #crentSearchBar .orm-stationselect__options .orm-stationselect__option:focus, #crentSearchBar .orm-stationselect__options .orm-stationselect__option:hover, #crentLocationMap .orm-stationselect__options .orm-stationselect__option .selected, #crentLocationMap .orm-stationselect__options .orm-stationselect__option:focus, #crentLocationMap .orm-stationselect__options .orm-stationselect__option:hover, #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option .selected, #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option:focus, #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option:hover {
  transition: all 0.4s ease-in-out;
  color: #fff;
  background-color: #000;
}

#crentSearchBar .orm-stationselect__options .orm-stationselect__option .selected strong, #crentSearchBar .orm-stationselect__options .orm-stationselect__option:focus strong, #crentSearchBar .orm-stationselect__options .orm-stationselect__option:hover strong, #crentLocationMap .orm-stationselect__options .orm-stationselect__option .selected strong, #crentLocationMap .orm-stationselect__options .orm-stationselect__option:focus strong, #crentLocationMap .orm-stationselect__options .orm-stationselect__option:hover strong, #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option .selected strong, #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option:focus strong, #crentReservation .orm-reservationInfobar .orm-stationselect__options .orm-stationselect__option:hover strong {
  color: #fff;
}

#crentSearchBar .orm-dateselect, #crentLocationMap .orm-dateselect, #crentReservation .orm-reservationInfobar .orm-dateselect {
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}

#crentSearchBar .orm-dateselect strong, #crentLocationMap .orm-dateselect strong, #crentReservation .orm-reservationInfobar .orm-dateselect strong {
  color: #fff;
}

#crentSearchBar .vl-calendar, #crentLocationMap .vl-calendar, #crentReservation .orm-reservationInfobar .vl-calendar {
  display: inline-block;
  position: absolute;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.98);
  padding: 10px 0 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
  right: 0;
  margin: auto;
  top: 63%;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 35rem;
}

#crentSearchBar .vl-calendar .vl-calendar__title, #crentLocationMap .vl-calendar .vl-calendar__title, #crentReservation .orm-reservationInfobar .vl-calendar .vl-calendar__title {
  font-size: 1rem;
  margin-bottom: .625rem;
  text-transform: uppercase;
}

#crentSearchBar .vl-calendar__arrow--back,
#crentSearchBar .vl-calendar__arrow--forward, #crentLocationMap .vl-calendar__arrow--back,
#crentLocationMap .vl-calendar__arrow--forward, #crentReservation .orm-reservationInfobar .vl-calendar__arrow--back,
#crentReservation .orm-reservationInfobar .vl-calendar__arrow--forward {
  background-image: none;
}

#crentSearchBar .vl-calendar__arrow--back:after,
#crentSearchBar .vl-calendar__arrow--forward:after, #crentLocationMap .vl-calendar__arrow--back:after,
#crentLocationMap .vl-calendar__arrow--forward:after, #crentReservation .orm-reservationInfobar .vl-calendar__arrow--back:after,
#crentReservation .orm-reservationInfobar .vl-calendar__arrow--forward:after {
  content: "\f054";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

#crentSearchBar .vl-calendar__arrow--back:after, #crentLocationMap .vl-calendar__arrow--back:after, #crentReservation .orm-reservationInfobar .vl-calendar__arrow--back:after {
  content: "\f053";
}

#crentSearchBar .orm-timepicker__options, #crentLocationMap .orm-timepicker__options, #crentReservation .orm-reservationInfobar .orm-timepicker__options {
  background-color: #fff;
  height: 257px;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  z-index: 500;
  position: absolute;
  top: -50%;
}

#crentSearchBar .orm-fakecheck, #crentLocationMap .orm-fakecheck, #crentReservation .orm-reservationInfobar .orm-fakecheck {
  border-radius: 0px;
}

#crentSearchBar .orm-stationselect__select, #crentLocationMap .orm-stationselect__select, #crentReservation .orm-reservationInfobar .orm-stationselect__select {
  padding: 0px;
}

#crentSearchBar .orm-searchbar__headline, #crentSearchBar .orm-searchbar__headline strong,
#crentSearchBar .orm-stationsList__station .orm-station__title p, #crentLocationMap .orm-searchbar__headline, #crentLocationMap .orm-searchbar__headline strong,
#crentLocationMap .orm-stationsList__station .orm-station__title p, #crentReservation .orm-reservationInfobar .orm-searchbar__headline, #crentReservation .orm-reservationInfobar .orm-searchbar__headline strong,
#crentReservation .orm-reservationInfobar .orm-stationsList__station .orm-station__title p {
  text-transform: uppercase;
  padding-left: 0px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 0.85rem;
  padding: 0px;
}

#crentSearchBar .orm-searchbar__headline, #crentLocationMap .orm-searchbar__headline, #crentReservation .orm-reservationInfobar .orm-searchbar__headline {
  margin-bottom: 0.7rem;
}

#crentSearchBar .orm-btn, #crentSearchBar .orm-button__cta, #crentLocationMap .orm-btn, #crentLocationMap .orm-button__cta, #crentReservation .orm-reservationInfobar .orm-btn, #crentReservation .orm-reservationInfobar .orm-button__cta {
  color: #e81f76 !important;
  background-color: #fff;
  font-size: 1rem;
  height: 50px;
  top: -1px;
  position: relative;
  text-transform: uppercase;
  font-family: "Helvetica Now Display", sans-serif;
  width: 80%;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}

#crentSearchBar .orm-btn:hover, #crentSearchBar .orm-button__cta:hover, #crentLocationMap .orm-btn:hover, #crentLocationMap .orm-button__cta:hover, #crentReservation .orm-reservationInfobar .orm-btn:hover, #crentReservation .orm-reservationInfobar .orm-button__cta:hover {
  background-color: #e81f76;
  color: #fff;
  width: 100%;
}

#crentSearchBar .text-right, #crentLocationMap .text-right, #crentReservation .orm-reservationInfobar .text-right {
  text-align: left;
}

#crentSearchBar .orm-stationsList__station, #crentLocationMap .orm-stationsList__station, #crentReservation .orm-reservationInfobar .orm-stationsList__station {
  background-color: #4a4a49;
}

#crentSearchBar .orm-stationsList__station .orm-station__icons .orm-car__rental, #crentLocationMap .orm-stationsList__station .orm-station__icons .orm-car__rental, #crentReservation .orm-reservationInfobar .orm-stationsList__station .orm-station__icons .orm-car__rental {
  color: #4a4a49;
}

#crentSearchBar .orm-stationsList__station.selected, #crentSearchBar .orm-stationsList__station:nth-child(2n).selected, #crentLocationMap .orm-stationsList__station.selected, #crentLocationMap .orm-stationsList__station:nth-child(2n).selected, #crentReservation .orm-reservationInfobar .orm-stationsList__station.selected, #crentReservation .orm-reservationInfobar .orm-stationsList__station:nth-child(2n).selected {
  padding: 1rem;
  background-color: #000;
}

#crentSearchBar .orm-stationsList__station:nth-child(2n), #crentLocationMap .orm-stationsList__station:nth-child(2n), #crentReservation .orm-reservationInfobar .orm-stationsList__station:nth-child(2n) {
  background-color: #333333;
}

#crentSearchBar:after, #crentLocationMap:after, #crentReservation .orm-reservationInfobar:after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #fff;
  position: absolute;
  right: -0.5px;
  top: -0.5px;
  height: 100%;
  width: 4rem;
}

#crentSearchBar .orm-btn:hover, #crentSearchBar .orm-button__cta:hover {
  background-color: #fff;
  color: #e81f76;
  width: 100%;
}

#crentLocationMap .orm-container {
  padding: 0px;
}

#crentLocationMap .datepicker__mapModule {
  position: relative;
  z-index: 90;
}

#crentLocationMap .orm-stationselect strong {
  font-size: 1rem;
}

#crentLocationMap .orm-datepicker__input, #crentLocationMap .orm-timepicker__input {
  font-size: 1rem;
}

#crentLocationMap .orm-background__image {
  background-image: none !important;
}

#crentLocationMap .orm-locationMap__title {
  display: none;
}

#crentLocationMap .orm-col-sm-11 {
  flex-basis: 100%;
  max-width: 100%;
}

#crentLocationMap .orm-locationMap__mapContainer_nolegend {
  border-radius: 0;
}

#crentLocationMap .orm-locationMap__stationlist_nolegend {
  border-radius: 0;
}

#crentLocationMap .orm-dateselect {
  height: auto;
}

#crentLocationMap .orm-row {
  margin: 0px;
}

#crentLocationMap:after {
  content: none;
}

#crentReservation {
  font-family: "Barlow", sans-serif !important;
  background-color: #eee;
  /* STEP1 magenta bookingcontainer */
  /* STEP1 car select cards */
  /* STEP2 checkout */
  /* STEP4 checkout */
}

#crentReservation .orm-background--grey {
  background-color: transparent;
}

#crentReservation .orm-container {
  padding: 0 4rem;
}

#crentReservation .orm-headline__h1, #crentReservation .orm-headline__h2--alt {
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 3rem;
}

#crentReservation .orm-headline__h2 {
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

#crentReservation .orm-headline__h2__subheadline {
  font-family: "Barlow", sans-serif;
  font-size: .85rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 0.7rem;
}

#crentReservation .orm-headline__h3, #crentReservation .orm-headline__h3__extras {
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
}

#crentReservation .orm-headline__h3__subheadline {
  font-size: 1rem;
}

#crentReservation .orm-headline__h4 {
  font-size: 1rem;
  text-transform: uppercase;
}

#crentReservation .orm-padding20 {
  padding-top: 1.25rem;
  padding-bottom: .75rem;
  padding-top: 0;
  padding-bottom: 0;
}

#crentReservation .orm-cargroup__tooltip .orm-cargroup__tooltip_text {
  border-radius: 0px;
}

#crentReservation .vl-calendar {
  top: 70% !important;
}

#crentReservation .orm-timepicker__options {
  top: 0 !important;
}

#crentReservation .orm-carequip__centered {
  text-align: left;
}

#crentReservation .orm-carequip .orm-equip__txt__icons {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

#crentReservation .orm-carequip .orm-equip__txt__icons .orm-equip__icon {
  margin-right: 3px;
  margin-top: 3px;
  background-color: #eee;
  padding: 2px 10px;
}

#crentReservation .orm-carequip .orm-equip__txt__icons .orm_icontext_additional {
  left: 3px;
}

#crentReservation .orm-carequip .orm-equip__txt__freemiles {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}

#crentReservation .orm-button__cta {
  border: none;
  border-radius: 0;
  width: 100%;
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
  max-width: unset;
}

#crentReservation .orm-button__cta:hover, #crentReservation .orm-button__cta:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

#crentReservation .orm-button__cta:after {
  content: unset !important;
}

#crentReservation .orm-button__cta:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #e81f76 !important;
  z-index: -1;
}

#crentReservation .orm-button__cta:hover {
  color: #fff;
  background: transparent;
}

#crentReservation .orm-button__cta:hover:after {
  transform: none !important;
  height: 100% !important;
}

#crentReservation .orm-list__element .orm-row {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

#crentReservation .orm-list__element .orm-list__bold {
  align-self: self-end;
}

#crentReservation .orm-subtotal {
  font-weight: 600;
  text-transform: uppercase;
}

#crentReservation .orm-input.orm-inline, #crentReservation .orm-input__control {
  all: unset;
  width: auto;
  display: inline-block;
  text-align: left;
}

#crentReservation .orm-input.orm-inline.orm-form__error, #crentReservation .orm-input__control.orm-form__error {
  border-bottom: 2px solid #e81f76 !important;
}

#crentReservation .orm-input.orm-withIcon i {
  font-size: 1rem;
  right: 16px;
  top: 0;
}

#crentReservation .orm-input__right .orm-withIcon__wide {
  margin-right: -16px;
}

#crentReservation .orm-input.orm-withIcon i:hover {
  color: #e81f76;
}

#crentReservation .orm-checkbox__control {
  width: 1.2em;
  height: 1.2em;
  border-radius: 0;
  border: 1px solid #000;
}

#crentReservation .orm-checkbox__control path {
  stroke: #e81f76;
}

#crentReservation .orm-checkbox__control.orm-checkbox__control--error {
  border: 1px solid #e81f76;
}

#crentReservation .orm-checkbox__label {
  align-self: center;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 500;
}

#crentReservation .orm-extras__button__closed, #crentReservation .orm-extras__button__open {
  color: #e81f76;
}

#crentReservation .orm-form__container {
  padding-right: 1rem !important;
}

#crentReservation .orm-form__container .orm-input__control {
  width: 100%;
}

#crentReservation .orm-form__label {
  all: unset;
  font-weight: 500;
}

#crentReservation .orm-select .orm-select__control {
  all: unset;
  font-size: 1rem;
  position: relative;
}

#crentReservation .orm-select .orm-select__control select {
  all: unset;
  width: 100%;
  border-bottom: 2px solid #000 !important;
  padding: 0.5rem 0 !important;
}

#crentReservation .orm-select .orm-select__control:after {
  all: unset;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0px;
}

#crentReservation .orm-select .orm-select__control.orm-form__error select {
  border-bottom: 2px solid #e81f76 !important;
}

#crentReservation .orm-form__button__container {
  margin-top: 0;
  position: sticky;
  top: 6rem;
  margin: 6rem 0;
}

#crentReservation .orm-borderRadius__small {
  border-radius: 0;
}

#crentReservation .orm-reservationFinal__datebox {
  border: 1px solid #dddddd;
  height: 100%;
}

#crentReservation .orm-border__left::before {
  background-color: #000;
}

#crentReservation .orm-pricetag {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

#crentReservation .orm-pricetag em {
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #e81f76;
  display: block;
}

#crentReservation .orm-smallprint {
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#crentReservation .orm-legalNotice {
  font-size: 1rem;
  max-width: unset;
}

#crentReservation .orm-reservationInfobar {
  min-height: auto;
}

#crentReservation .orm-reservationInfobar .orm-container {
  padding: 1rem 4rem 0.5rem 4rem;
}

#crentReservation .orm-reservationInfobar .orm-container .orm-dateselect > div {
  position: relative;
  top: -5px;
}

#crentReservation .orm-reservationInfobar .orm-col-md-8 {
  max-width: 100%;
  flex-basis: 100%;
}

#crentReservation .orm-reservationCarselect {
  background-color: transparent;
}

#crentReservation .orm-reservationCarselect .orm-caroffers__element .orm-cartitle {
  text-align: left;
  line-height: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

#crentReservation .orm-reservationCarselect .orm-caroffers__element .orm-cardetails {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
}

#crentReservation .orm-reservationCarselect .orm-caroffers__element .orm-cardetails .orm-carprice {
  min-height: unset;
}

#crentReservation .orm-reservationCarselect .orm-caroffers__element .orm-cardetails .orm-carprice .orm-price__txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #e81f76;
  line-height: 1.8rem;
}

#crentReservation .orm-reservationCarselect .orm-caroffers__element .orm-cardetails .orm-carprice .orm-price__txt__subtitle,
#crentReservation .orm-reservationCarselect .orm-caroffers__element .orm-cardetails .orm-carprice .orm-price__txt__surtitle {
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}

#crentReservation .orm-reservationCarselect .orm-caroffers__element .orm-carbutton {
  padding-bottom: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}

#crentReservation .orm-reservationCarselect .orm-carfilter__element .orm-button__dropdown > span {
  background-color: #000;
  color: #fff;
  padding: 5px 3rem 7px 1rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

#crentReservation .orm-reservationCarselect .orm-carfilter__element .orm-button__dropdown > span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #eee;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  transition: all 0.5s ease-in-out;
}

#crentReservation .orm-reservationCarselect .orm-carfilter__element .orm-button__dropdown.closed > span:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eee;
  border-top: none;
}

#crentReservation .orm-reservationCarselect .orm-carfilter__element .orm-button__dropdown .orm-pl-8 {
  display: none !important;
}

#crentReservation .orm-reservationCarselect .orm-carfilter__element .orm-button__dropdown .orm-filter__label {
  background-color: #e81f76;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 3px;
  padding: 5px 1rem 7px 1rem;
  display: inherit;
}

#crentReservation .orm-reservationCarselect .orm-carfilter__element .orm-button__dropdown .orm-filter__dropdown {
  position: absolute;
  box-shadow: none;
  margin-top: 0;
  z-index: 100;
  border: 1px solid #dddddd;
  background-color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

#crentReservation .orm-h100 {
  display: flex;
  height: 100%;
}

#crentReservation .orm-h100 .orm-scrollcontainer__scroll {
  align-self: flex-end;
  width: 100%;
  top: unset !important;
}

#crentReservation .orm-reservation__data__container {
  background-color: transparent;
}

#crentReservation .orm-reservation__data__container .orm-border-left {
  border-left: 1px solid #000;
  padding-left: 30px;
  min-height: unset;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#crentReservation .orm-reservation__data__container .orm-priceCalculator {
  text-align: center;
}

#crentReservation .orm-reservationRatesExtras {
  background-color: transparent;
}

#crentReservation .orm-reservationRatesExtras .orm-headline__h1 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}

#crentReservation .orm-reservationRatesExtras .orm-button__cta.outline {
  margin-bottom: 8px;
}

#crentReservation .orm-reservationRatesExtras .orm-list__element {
  padding-right: 4rem;
}

#crentReservation .orm-reservationRatesExtras .orm-button__cta {
  max-width: 385px;
}

#crentReservation .orm-border-left-mydata:before {
  all: unset;
}

#crentReservation .orm-customer-name {
  top: 0.2rem;
  text-transform: uppercase;
  vertical-align: top;
}

#crentReservation .orm-customer-name br {
  display: none;
}

#crentReservation .orm-customer-icon--circle {
  border-radius: 0;
}

#crentReservation .orm__edit_icon {
  font-weight: 900;
}

#crentReservation .orm-login-widget {
  background: #e81f76;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}

#crentReservation .orm-login-widget .orm-login-headline {
  font-weight: 600;
  text-transform: uppercase;
}

#crentReservation .orm-login-widget [type='text'], #crentReservation .orm-login-widget [type='password'], #crentReservation .orm-login-widget [type='date'], #crentReservation .orm-login-widget [type='datetime'], #crentReservation .orm-login-widget [type='datetime-local'], #crentReservation .orm-login-widget [type='month'], #crentReservation .orm-login-widget [type='week'], #crentReservation .orm-login-widget [type='email'], #crentReservation .orm-login-widget [type='number'], #crentReservation .orm-login-widget [type='search'], #crentReservation .orm-login-widget [type='tel'], #crentReservation .orm-login-widget [type='time'], #crentReservation .orm-login-widget [type='url'], #crentReservation .orm-login-widget [type='color'], #crentReservation .orm-login-widget textarea, #crentReservation .orm-login-widget [type='text']:focus, #crentReservation .orm-login-widget [type='password']:focus, #crentReservation .orm-login-widget [type='date']:focus, #crentReservation .orm-login-widget [type='datetime']:focus, #crentReservation .orm-login-widget [type='datetime-local']:focus, #crentReservation .orm-login-widget [type='month']:focus, #crentReservation .orm-login-widget [type='week']:focus, #crentReservation .orm-login-widget [type='email']:focus, #crentReservation .orm-login-widget [type='number']:focus, #crentReservation .orm-login-widget [type='search']:focus, #crentReservation .orm-login-widget [type='tel']:focus, #crentReservation .orm-login-widget [type='time']:focus, #crentReservation .orm-login-widget [type='url']:focus, #crentReservation .orm-login-widget [type='color']:focus, #crentReservation .orm-login-widget textarea:focus {
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
}

#crentReservation .orm-login-widget .orm-btn {
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

#crentReservation .orm-login-widget .orm-btn:hover, #crentReservation .orm-login-widget .orm-btn:focus {
  background: #fff;
  color: #000 !important;
  text-decoration: none;
}

#crentReservation .orm-login-widget .orm-btn:after {
  content: unset !important;
}

#crentReservation .orm-login-widget .orm-btn:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #fff !important;
  z-index: -1;
}

#crentReservation .orm-login-widget .orm-btn:hover {
  color: #fff;
  background: transparent;
}

#crentReservation .orm-login-widget .orm-btn:hover:after {
  transform: none !important;
  height: 100% !important;
}

#crentReservation .middle-self-xs {
  align-self: unset;
}

#crentReservation .orm-bookings-type--reservation {
  border-left: 4px solid #00b837;
  padding: 0.5rem 0px;
}

#crentReservation .orm-slider {
  overflow: visible;
}

#crentReservation .orm-slider__controll__dots {
  bottom: -10px;
}

#crentReservation .orm-bookinglist-subline {
  line-height: 1rem;
}

#crentReservation .orm-bookings-type-label {
  border-radius: 0;
  background-color: #dddddd;
}

#crentReservation .orm-bookings-type--reservation {
  margin: 0px;
}

#crentReservationHeader {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

#crentReservationHeader .orm-reservationHeader {
  padding: 0px;
}

#crentReservationHeader .orm-customer-widget {
  display: none;
}

#crentReservationHeader .orm-container {
  padding: 1rem 4rem 1rem 4rem;
  max-width: unset;
}

#crentReservationHeader .orm-col-md-7 {
  max-width: 100%;
  flex-basis: 100%;
}

#crentReservationHeader .orm-flexcontainer {
  justify-content: unset;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator {
  color: #dddddd;
  text-transform: uppercase;
  font-size: 1rem !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 500 !important;
  margin-right: 4rem;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator p {
  text-align: left;
  text-align: -webkit-left;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator p:before {
  border-radius: 0;
  color: #dddddd;
  border: none;
  font-size: 1.4rem;
  line-height: normal;
  width: auto;
  height: auto;
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  vertical-align: top !important;
  text-align: left;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator.active, #crentReservationHeader .orm-reservationHeader__indicator .orm-indicator.checked, #crentReservationHeader .orm-reservationHeader__indicator .orm-indicator.checked a {
  color: #e81f76;
  font-family: "Barlow", sans-serif !important;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator.active p:before, #crentReservationHeader .orm-reservationHeader__indicator .orm-indicator.checked p:before, #crentReservationHeader .orm-reservationHeader__indicator .orm-indicator.checked a p:before {
  color: #e81f76;
  content: "\f00c";
  background-color: transparent;
  font-weight: 900;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator a {
  display: block;
  text-decoration: none !important;
  color: #e81f76 !important;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator a:hover, #crentReservationHeader .orm-reservationHeader__indicator .orm-indicator a:focus {
  text-decoration: none;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 2px;
  opacity: 0;
  background: #e81f76 !important;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator a:hover:after, #crentReservationHeader .orm-reservationHeader__indicator .orm-indicator a:focus:after {
  width: 100%;
  opacity: 1;
}

#crentReservationHeader .orm-reservationHeader__indicator .orm-indicator a.anounderline:after {
  content: none;
}

.orm-contactmodal__bg {
  z-index: 100 !important;
}

.orm-contactmodal {
  border-radius: 0 !important;
  position: fixed !important;
  top: 10% !important;
  left: 5% !important;
  transform: none !important;
  width: 90% !important;
  height: 80% !important;
  max-width: unset !important;
  max-height: unset !important;
  overflow: scroll !important;
  font-family: "Barlow", sans-serif !important;
}

.orm-contactmodal i {
  font-weight: 900;
}

.orm-contactmodal .fa-phone-office:before {
  content: "\f0e0";
}

.orm-contactmodal .orm-border-left-bookings {
  border-left: 1px solid #000;
}

.orm-contactmodal .orm-contactmodal-vline {
  border-right: 1px solid #000;
}

.orm-contactmodal .orm-headline__h1 {
  font-family: "Helvetica Now Display", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
}

.orm-contactmodal .orm-headline__h3__modal {
  text-transform: uppercase;
  font-family: "Helvetica Now Display", sans-serif !important;
  font-weight: 500;
}

.orm-contactmodal .orm-headline__h3__subheadline {
  line-height: 1rem;
}

.orm-contactmodal .orm-contactmodal__footer {
  display: none;
}

.orm-contactmodal .orm-contactmodal__content {
  color: #000;
  overflow: auto;
  max-height: unset;
}

.orm-contactmodal .orm-input__control {
  font-size: 1rem !important;
}

.orm-contactmodal .orm-button__cta {
  border-radius: 0;
  font-family: "Helvetica Now Display", sans-serif !important;
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

.orm-contactmodal .orm-button__cta:hover, .orm-contactmodal .orm-button__cta:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

.orm-contactmodal .orm-button__cta:after {
  content: unset !important;
}

.orm-contactmodal .orm-button__cta:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #e81f76 !important;
  z-index: -1;
}

.orm-contactmodal .orm-button__cta:hover {
  color: #fff;
  background: transparent;
}

.orm-contactmodal .orm-button__cta:hover:after {
  transform: none !important;
  height: 100% !important;
}

.orm-contactmodal .orm-button__cta.outline {
  background-color: transparent;
  border: 2px solid #e81f76;
  color: #e81f76 !important;
  color: #fff !important;
  font-size: inherit;
  position: relative;
  cursor: pointer;
  background: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em 1rem;
  font-weight: 700;
  font-family: "Helvetica Now Display", sans-serif;
  display: inline-block;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}

.orm-contactmodal .orm-button__cta.outline:hover, .orm-contactmodal .orm-button__cta.outline:focus {
  background: #e81f76;
  color: #fff !important;
  text-decoration: none;
}

.orm-contactmodal .orm-button__cta.outline:after {
  content: unset !important;
}

.orm-contactmodal .orm-button__cta.outline:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #e81f76 !important;
  z-index: -1;
}

.orm-contactmodal .orm-button__cta.outline:hover {
  color: #fff;
  background: transparent;
}

.orm-contactmodal .orm-button__cta.outline:hover:after {
  transform: none !important;
  height: 100% !important;
}

.orm-contactmodal .orm-btn--icon {
  border-radius: 0;
}

.orm-contactmodal .orm-select .orm-select__control {
  border: none;
  border-radius: 0;
  padding: 0.5em 0;
  border-bottom: 2px solid #000 !important;
}

.orm-contactmodal .orm-select .orm-select__control {
  position: relative;
}

.orm-contactmodal .orm-select .orm-select__control select {
  padding: 0 0.1em 0 0;
}

.orm-contactmodal .orm-select:not(.orm-multiple) .orm-select__control:after {
  content: "\f078";
  position: absolute;
  right: 0px;
  top: 30%;
  width: auto;
  height: 100%;
  background-color: transparent;
  -webkit-clip-path: none;
  clip-path: none;
  grid-area: unset;
  justify-self: end;
  pointer-events: none;
  font-family: Font Awesome\ 5 Pro,Helvetica,Arial;
}

#crentReservation .orm-loginPage {
  background-color: #e81f76 !important;
  max-width: 100% !important;
}

#crentReservation .orm-loginPage .orm-login-widget [type="password"] {
  color: #000 !important;
}

.orm-reservationHeader__logo_image {
  background-image: url("https://www.autovermietung-arndt.de/fileadmin/template/img/logo_arndt_fm_w2.svg") !important;
}

/*SLIDER*/
.orbit {
  max-height: 500px;
  transition: all 0.2s ease-in-out;
}

.orbit .orbit-container {
  max-height: 500px;
}

.orbit .orbit-container .orbit-slide {
  max-height: 500px;
}

.orbit .orbit-container .orbit-slide a {
  position: static;
}

.orbit .orbit-container .orbit-slide .orbit-slide-text {
  position: absolute;
  bottom: 5%;
  left: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
  width: 70%;
}

.orbit .orbit-container .orbit-slide .orbit-slide-text.orbit-slide-text-right {
  left: auto;
  right: 0px;
  text-align: right;
}

.orbit .orbit-container .orbit-slide .orbit-slide-text .headline, .orbit .orbit-container .orbit-slide .orbit-slide-text .subheadline {
  font-size: 1.2rem;
  line-height: 1.6rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: auto;
  display: inline-block;
  position: relative;
  text-transform: none;
  padding: 1% 4rem;
}

.orbit .orbit-container .orbit-slide .orbit-slide-text .headline {
  font-size: 3rem;
  line-height: 3.2rem;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  font-weight: 800;
}

.orbit .orbit-container .orbit-slide .orbit-slide-text.orbit-slide-text-right .headline {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.orbit .orbit-container .orbit-slide .orbit-slide-text .subheadline.handwrite {
  padding-top: 15px;
  font-size: 4em;
  line-height: 3rem;
}

.orbit .orbit-container .orbit-slide .parallax {
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.orbit .orbit-container .orbit-previous, .orbit .orbit-container .orbit-next {
  border: none;
  color: #fff;
  box-shadow: none;
  top: auto;
  top: 40%;
  left: auto;
  right: 2%;
  font-size: 3rem;
  cursor: pointer;
  padding: 0;
}

.orbit .orbit-container .orbit-previous img, .orbit .orbit-container .orbit-next img {
  height: 30px;
  transition: all 0.5s ease-in-out;
}

.orbit .orbit-container .orbit-previous img:hover, .orbit .orbit-container .orbit-next img:hover {
  height: 40px;
}

.orbit .orbit-container .orbit-previous:hover, .orbit .orbit-container .orbit-previous:active, .orbit .orbit-container .orbit-previous:focus, .orbit .orbit-container .orbit-next:hover, .orbit .orbit-container .orbit-next:active, .orbit .orbit-container .orbit-next:focus {
  background: none;
}

.orbit .orbit-container .orbit-previous {
  right: 80px !important;
}

/* GALLERY */
.gallery img {
  max-height: 15rem;
}

.fancybox__thumb {
  border-radius: 0px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
  border-color: #e81f76;
  border-radius: 0px;
}

/*FOOTER*/
#footer {
  padding: 4rem 0rem 3rem 0rem;
}

#footer a {
  text-decoration: none !important;
  color: #fff;
}

#footer a:hover, #footer a:focus {
  text-decoration: none;
}

#footer a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #fff;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#footer a:hover:after, #footer a:focus:after {
  width: 100%;
  opacity: 1;
}

#footer a.anounderline:after {
  content: none;
}

#footer h3, #footer .h3 {
  margin: 0px;
}

#footer .footer1 {
  padding: 0rem 4rem 3rem 4rem;
}

#footer .footer1 .small {
  display: block;
}

#footer .footer2 {
  padding: 0rem 4rem 3rem 0rem;
}

#footer .footer3 {
  padding: 0rem 4rem 0 4rem;
}

#footer .footer3 a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

#footer .footer3 a:hover, #footer .footer3 a:focus {
  color: #e81f76 !important;
  text-decoration: none;
}

#footer .footer3 a:hover img, #footer .footer3 a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

#footer .footer4 {
  padding: 0rem 4rem 0 0rem;
}

#footer .menu-leg-h {
  padding: 0;
}

#footer .menu-leg-h li {
  padding: 0 0.5rem 0 0;
  margin-bottom: 0;
}

#footer .menu-leg-h li:before {
  content: unset;
}

#footer .menu-leg-h li a {
  padding: 0;
  line-height: normal;
}

#footer .stations ul a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

#footer .stations ul a:hover, #footer .stations ul a:focus {
  color: #e81f76 !important;
  text-decoration: none;
}

#footer .stations ul a:hover img, #footer .stations ul a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

#footer .stations ul a:after {
  content: none;
}

#footer .logo_mg {
  max-width: 50%;
}

.tabs, .tabs-content, .tabs-title > a, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  all: unset;
}

.tabs-panel {
  padding: 0px;
}

.tabs-title {
  float: none;
}

.tabs-title > a {
  all: unset;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.tabs-title > a:hover, .tabs-title > a:focus {
  color: #e81f76 !important;
  text-decoration: none;
}

.tabs-title > a:hover img, .tabs-title > a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.tabs-title > a:hover {
  all: unset;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.tabs-title > a:hover:hover, .tabs-title > a:hover:focus {
  color: #e81f76 !important;
  text-decoration: none;
}

.tabs-title > a:hover:hover img, .tabs-title > a:hover:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.tabs-title.is-active a {
  color: #e81f76 !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.tabs-title.is-active a:hover, .tabs-title.is-active a:focus {
  color: #e81f76 !important;
  text-decoration: none;
}

.tabs-title.is-active a:hover img, .tabs-title.is-active a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.tabs-title.is-active.arr-after2 {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
}

.tabs-title.is-active.arr-after2:after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: relative;
  background-image: url("../img/arrright-m.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1rem;
  display: inline-block;
  transform: translateY(0.6rem);
  transition: all 0.5s ease-in-out;
}

.tabs-title.is-active.arr-after2:hover:after {
  width: 2rem;
  height: 2rem;
  transform: translateY(0.6rem);
  transition: all 0.5s ease-in-out;
  margin-left: 2rem;
  background-image: url("../img/arrright-m.svg");
}

.stations ul {
  font-size: 0.8rem;
}

.stations ul a {
  display: block;
  color: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.stations ul a:hover, .stations ul a:focus {
  color: #e81f76;
  text-decoration: none;
}

.stations ul a:hover img, .stations ul a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.stations ul .scity {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

/*MODAL*/
.modalreveal {
  max-height: 90%;
  top: 5% !important;
  padding: 2rem;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0;
  font-size: 3em;
  line-height: 1;
  color: #e81f76;
}

/*NEWSLETTER*/
#nl-overlay {
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transform: translateZ(0);
  transition: visibility 0.4s cubic-bezier(0.4, 0, 0, 1);
  visibility: hidden;
  z-index: 100;
  height: 100vh;
}

#nl-overlay .nl-overlay-inner {
  height: auto;
  padding: 3rem;
  z-index: 500;
  width: 90%;
  max-height: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  overflow: auto;
}

#nl-overlay .nl-overlay-inner .nl-box {
  position: relative;
  line-height: 1.5rem;
}

#nl-overlay .nl-overlay-inner .nl-box .headline {
  margin-bottom: 0px;
  font-size: 3rem;
  line-height: 3rem;
}

#nl-overlay .nl-overlay-inner .nl-box label {
  color: #fff;
  line-height: 1rem;
  margin-left: 0px;
  font-weight: 400;
}

#nl-overlay .nl-overlay-inner .nl-box label input + i::after {
  top: -4px;
  left: 5px;
  font-size: 2em;
}

#nl-overlay .nl-overlay-inner .nl-box [type="email"], #nl-overlay .nl-overlay-inner .nl-box [type="text"], #nl-overlay .nl-overlay-inner .nl-box select {
  color: #fff !important;
  background-color: #e81f76;
  border: none;
  border-bottom: 2px solid #fff !important;
  padding: 0.5rem 0 !important;
  height: 2.5rem !important;
}

#nl-overlay .nl-overlay-inner .nl-box .radio, #nl-overlay .nl-overlay-inner .nl-box .checkbox {
  padding-left: 40px;
}

#nl-overlay .nl-overlay-inner .nl-box select:not([value="0"]):valid ~ label {
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: text;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  pointer-events: none;
  outline: none;
  color: #fff;
}

#nl-overlay .nl-overlay-inner .nl-closer {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

#nl-overlay .nl-overlay-inner .nl-closer .hamburger-box {
  width: 45px;
  height: 13px;
  display: inline-block;
  position: relative;
}

#nl-overlay .nl-overlay-inner .nl-closer .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  transform: rotate(45deg);
  width: 40px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nl-overlay .nl-overlay-inner .nl-closer .hamburger-box .hamburger-inner:before, #nl-overlay .nl-overlay-inner .nl-closer .hamburger-box .hamburger-inner:after {
  content: "";
  display: block;
  width: 40px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
}

#nl-overlay .nl-overlay-inner .nl-closer .hamburger-box .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .075s ease, opacity .075s .12s ease;
}

#nl-overlay .nl-overlay-inner .nl-closer .hamburger-box .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nl-overlay::before, #nl-overlay::after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  width: 50%;
  z-index: -1;
}

#nl-overlay::after {
  left: 50%;
  transform-origin: left center;
}

#nl-overlay::before {
  left: 0;
  transform-origin: right center;
}

#nl-overlay.active {
  pointer-events: all;
  visibility: visible;
}

#nl-overlay.active .nl-overlay-inner {
  opacity: 1;
}

#nl-overlay.active::before, #nl-overlay.active::after {
  transform: none;
}

/*BACK2TOP - WA*/
#back-top {
  position: fixed;
  bottom: 11%;
  right: 2%;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  transform: translate3d(0, 0, 0) rotateZ(-90deg);
  filter: brightness(90%);
  cursor: pointer;
}

#back-top:hover {
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.5s ease-in-out 0s;
}

.umm-1ikmx2u {
  right: calc(0% + 1%) !important;
  bottom: calc(0% + 2%) !important;
}

/*NEWS*/
.news-container {
  padding: 6rem 0rem 6rem 0;
}

.news-container .news {
  padding-top: 5rem;
}

.news-container .news-inner {
  padding-right: 4rem;
}

.news-container .news-inner .imgcover {
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
  padding-right: 2rem;
}

/*RABATTCODE*/
.rabattcode-box {
  position: relative;
}

.rabattcode-box button.copy2clipboard {
  font-size: 1.8rem;
}

.rabattcode-box button.copy2clipboard:before {
  content: "\f0c5";
  font-family: FontAwesome;
  position: absolute;
  color: #4a4a49;
  right: -2.5rem;
  top: calc(50% - 1rem);
  font-size: 2rem;
  font-weight: 400;
}

.rabattcode-box button.copy2clipboard:hover:before {
  color: #e81f76;
  transition: all 0.5s ease-in-out;
}

.rabattcode-box .rabattcode-tooltip {
  background-color: #eee;
  display: inline-block;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0px;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.rabattcode-box .rabattcode-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eee;
  position: absolute;
  top: 97%;
  left: calc(50% - 10px);
  transition: all 0.5s ease-in-out;
}

.rabattcode-box .rabattcode-tooltip.copied {
  background-color: #4a4a49;
  color: #fff;
}

.rabattcode-box .rabattcode-tooltip.copied:before {
  border-top: 10px solid #4a4a49;
}

.rabattcode-box:hover .rabattcode-tooltip {
  visibility: visible;
  display: inline-block;
  top: -75%;
}

.rabattcode-box.onmagenta button.copy2clipboard:before {
  color: #fff;
}

.rabattcode-box.onmagenta button.copy2clipboard:hover:before {
  color: #4a4a49;
}

.rabattcode-box.onmagenta .rabattcode-tooltip {
  background-color: #fff;
  color: #000;
}

.rabattcode-box.onmagenta .rabattcode-tooltip:before {
  border-top: 10px solid #fff;
}

.rabattcode-box.onmagenta .rabattcode-tooltip.copied {
  background-color: #4a4a49;
  color: #fff;
}

.rabattcode-box.onmagenta .rabattcode-tooltip.copied:before {
  border-top: 10px solid #4a4a49;
}

.rabattcode-box.onmagenta:hover .rabattcode-tooltip {
  top: -100%;
}

.rabattcode-box.ongrey button.copy2clipboard:before {
  color: #e81f76;
}

.rabattcode-box.ongrey button.copy2clipboard:hover:before {
  color: #fff;
}

.rabattcode-box.ongrey .rabattcode-tooltip {
  background-color: #fff;
  color: #000;
}

.rabattcode-box.ongrey .rabattcode-tooltip:before {
  border-top: 10px solid #fff;
}

.rabattcode-box.ongrey .rabattcode-tooltip.copied {
  background-color: #e81f76;
  color: #fff;
}

.rabattcode-box.ongrey .rabattcode-tooltip.copied:before {
  border-top: 10px solid #4a4a49;
}

.rabattcode-box.ongrey:hover .rabattcode-tooltip {
  top: -100%;
}

/*FORMS*/
label {
  color: #000;
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.radio, .checkbox {
  position: relative;
  display: block;
  padding-left: 32px;
  padding-bottom: 5px;
  cursor: pointer;
}

.radio input, .checkbox input {
  position: absolute;
  left: -9999px;
}

.radio i, .checkbox i {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  outline: none;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.3);
  font-style: normal;
  text-align: center;
  color: #000;
}

.radio i {
  border-radius: 50%;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.radio input + i::after, .checkbox input + i::after {
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  content: '\f00c';
  top: -12px;
  left: 7px;
  font-size: 1.6em;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #000;
}

.radio input + i:after {
  content: '\f111';
  left: 3px;
  top: -3px;
  font-size: 15px;
}

.radio input:checked + i::after, .checkbox input:checked + i::after {
  opacity: 1;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  line-height: inherit !important;
  color: #000 !important;
  margin: 0px !important;
  padding: 0.5rem 0 !important;
  height: auto !important;
  border-bottom: 2px solid #000 !important;
}

.formfield {
  position: relative;
  padding-bottom: 1.6rem;
}

.formfield label, .formfield > span, .formfield select:not([value="0"]):valid ~ label {
  font-size: 1rem;
  position: absolute;
  left: calc(0.9375rem + 1rem);
  left: 0.9375rem;
  top: 5px;
  cursor: text;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  pointer-events: none;
  outline: none;
  width: calc(100% - 1.875rem);
  color: #000;
}

.formfield.formfield-label input, .formfield.formfield-label select {
  padding-left: 0;
}

.formfield.formfield-label select.empty ~ label {
  font-size: 1rem;
  top: 3px;
}

.formfield.formfield-label select ~ label span.labeltext {
  display: none;
}

.formfield.formfield-label select.empty ~ label span.labeltext {
  display: block;
}

.formfield label i {
  position: absolute;
  top: 5px;
  right: calc(0.9375rem + 1rem);
  right: 0;
}

.formfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  font-size: 1rem;
}

.formfield select option {
  color: #000;
  font-size: 1em;
}

.formfield input, .formfield select, .formfield textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 1rem;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  background-image: none !important;
  color: #000;
  background: rgba(255, 255, 255, 0);
}

select::-ms-expand {
  display: none;
}

select:focus {
  box-shadow: none;
}

.formfield textarea {
  border-top: 2rem solid transparent !important;
  padding-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formfield input.error, .formfield select.error, .formfield textarea.error {
  border-bottom: 1px solid #f00;
}

.error-msg, .info-msg {
  color: #f00;
  font-size: 0.7em;
  padding-top: 5px;
  text-transform: none;
  line-height: normal;
}

.formfield input::placeholder, .formfield input::-webkit-input-placeholder, .formfield select::-webkit-input-placeholder, .formfield textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #000;
  font-size: 1rem;
}

.formfield input::-moz-placeholder, .formfield select::-moz-placeholder, .formfield textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: all .2s;
  transition: all .2s;
}

.formfield input:-ms-input-placeholder, .formfield select:-ms-input-placeholder, .formfield textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s;
}

.formfield input::-ms-input-placeholder, .formfield select::-ms-input-placeholder, .formfield textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s;
}

.formfield input::placeholder, .formfield select::placeholder, .formfield textarea::placeholder {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.formfield input:focus, .formfield select:focus, .formfield textarea:focus {
  outline: none;
  border-bottom: 1px solid #e81f76;
  box-shadow: none;
  background: transparent;
}

.formfield select option:first-child {
  /*display: none;*/
}

.formfield i.fa-info-circle {
  position: absolute;
  right: -18px;
  font-size: 0.9em;
  top: -23px;
}

.formrow-bgrd {
  background: rgba(116, 138, 165, 0.1);
  min-height: 170px;
}

.formrow-bgrd:hover {
  background: rgba(116, 138, 165, 0.2);
}

.formrow-bgrd.readonly {
  opacity: 0.5;
}

/*ANMATION*/
/* FADE IN  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.vp-fadein.in-view, .vp-fadein.is-active {
  animation: fadeIn 2s;
}

/* FADE IN DOWN */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

.vp-fadeindown.in-view, .vp-fadeindown.is-active {
  animation: fadeInDown 0.7s;
}

/* FADE IN UP */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.vp-fadeinup.in-view, .vp-fadeinup.is-active {
  animation: fadeInUp 0.7s;
}

/* FADE IN UP BIG */
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

.vp-fadeinupbig.in-view, .vp-fadeinupbig.is-active {
  animation: fadeInUpBig 0.7s;
}

/* FADE IN LEFT */
@keyframes fadeInLeft {
  /*from { opacity: 0; transform: translate3d(-30px, 0, 0)rotateZ(30deg); }*/
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.vp-fadeinleft.in-view, .vp-fadeinleft.is-active {
  animation: fadeInLeft 0.7s;
}

/* FADE IN LEFT BIG */
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

.vp-fadeinleftbig.in-view, .vp-fadeinleftbig.is-active {
  animation: fadeInLeftBig 0.7s;
}

/* FADE IN RIGHT */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.vp-fadeinright.in-view, .vp-fadeinright.is-active {
  animation: fadeInRight 0.7s;
}

/* OPEN FROM MIDDLE Y*/
@keyframes openMiddleY {
  from {
    transform: scaleY(0);
  }
  to {
    transform: none;
  }
}

.openMiddleY {
  animation-name: openMiddleY;
}

.vp-openmiddley.in-view, .vp-openmiddley.is-active {
  animation: openMiddleY 0.5s;
}

/* OPEN FROM MIDDLE X*/
@keyframes openMiddleX {
  from {
    transform: scaleX(0);
  }
  to {
    transform: none;
  }
}

.openMiddleX {
  animation-name: openMiddleX;
}

.vp-openmiddlex.in-view, .vp-openmiddlex.is-active {
  animation: openMiddleX 0.5s;
}

/* SLIDE UP FOR TEXT */
@keyframes slideUp {
  from {
    line-height: 0px;
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: none;
  }
}

.slideup {
  animation-name: slideUp;
}

.vp-slideup.in-view, .vp-slideup.is-active {
  animation: slideUp 1s;
}

/*RESPONSIVE*/
@media print, screen and (max-width: 64em) {
  #header .headerbar {
    padding: 1rem 4rem 1rem 4rem;
  }
  #header .headerbar .menu {
    font-size: 0.9em;
    float: right;
  }
  #header .headerbar .menu li {
    padding: 0px 0px 0px 1rem;
  }
  #header.sticky-h {
    font-size: 1.1rem !important;
  }
  #header.sticky-h .logo img {
    max-width: 100%;
  }
  h1, .h1 {
    font-size: 2.8em;
    line-height: 3rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .big {
    font-size: 3rem;
    line-height: 3rem;
  }
  .big1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .big2 {
    font-size: 5rem;
    line-height: 5rem;
  }
  .big3 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .slant1 {
    width: 50%;
  }
  .spacer20-h {
    width: 15px;
  }
  .orbit {
    max-height: 300px;
  }
  .orbit .orbit-container {
    max-height: 300px;
  }
  .orbit .orbit-container .orbit-slide {
    max-height: 300px;
  }
  .orbit .orbit-container .orbit-slide .orbit-slide-text .headline, .orbit .orbit-container .orbit-slide .orbit-slide-text .subheadline {
    font-size: 1.1em;
  }
  .orbit .orbit-container .orbit-slide .orbit-slide-text .headline {
    font-size: 2.4em;
    line-height: 2.6rem;
  }
  .orbit .orbit-container .orbit-slide .parallax {
    background-attachment: unset;
  }
  .hotline {
    font-size: 2.5rem;
  }
  #crentSearchBar .orm-btn {
    margin-bottom: 5px;
  }
  #crentSearchBar .text-right {
    text-align: right;
  }
  #crentSearchBar:after, #crentLocationMap:after, #crentReservation .orm-reservationInfobar:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 15%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 15%);
    width: 4rem;
  }
  #crentReservation .orm-reservationRatesExtras .orm-col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .content-padding {
    padding: 4rem 4rem 4rem 4rem;
  }
  .news-container {
    padding: 4rem 0rem 4rem 0;
  }
  .button {
    font-size: 0.85rem;
  }
  .arr-after:after {
    width: 3rem;
    height: 3rem;
    transform: translateY(0.9rem);
  }
  .ul-columns {
    column-count: 2;
  }
}

@media (max-width: 820px) {
  .hide-md-down {
    display: none;
  }
}

@media print, screen and (max-width: 63.99875em) {
  h2, .h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .slant1 {
    width: 60%;
  }
  .spacer20-h {
    width: 12px;
  }
  #header .headerbar {
    padding: 1rem 4rem 1rem 2rem;
  }
  #header .headerbar .menu .phone span {
    font-size: 0.9rem;
  }
  #crentSearchBar .orm-searchbar__padding {
    padding: 1rem calc(2rem - 16px) 0.5rem calc(2rem - 16px);
  }
  #crentSearchBar .orm-searchbar__datepicker {
    padding: 0px;
  }
  #crentReservationHeader .orm-container {
    padding: 1rem 2rem 1rem 2rem;
  }
  #crentReservationHeader .orm-container .orm-reservationHeader__indicator .orm-indicator {
    margin-right: 2rem;
  }
  #crentReservation .orm-reservationInfobar .orm-container {
    padding: 1rem 2rem 0.5rem 2rem;
  }
  #crentReservation .orm-container {
    padding: 0 2rem;
  }
  .orm-filter__labels {
    margin-left: 0 !important;
    width: 100%;
  }
  .orm-btn--icon {
    width: auto !important;
    height: inherit !important;
    font-size: 1rem !important;
  }
  #crentReservation .orm-reservationCarselect .orm-carfilter__element .orm-button__dropdown .orm-filter__label {
    margin-top: 3px;
  }
  .content-padding {
    padding: 3rem 2rem 3rem 2rem;
  }
  .content-padding-lr {
    padding: 0 2rem 0 2rem;
  }
  .news-container {
    padding: 0rem 0rem 3rem 2rem;
  }
  .news-container .news {
    padding-top: 3rem;
  }
  .news-container .news-inner {
    padding-right: 2rem;
  }
  .rabattcode-box button.copy2clipboard {
    font-size: 1.5rem;
  }
  .orbit .orbit-container .orbit-slide .orbit-slide-text .headline, .orbit .orbit-container .orbit-slide .orbit-slide-text .subheadline {
    font-size: 1.1em;
    line-height: 1.8rem;
    padding: 1% 2rem;
  }
  .orbit .orbit-container .orbit-slide .orbit-slide-text .headline {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  #footer .footer1 {
    padding: 0rem 2rem 3rem 2rem;
  }
  #footer .footer2 {
    padding: 0rem 2rem 3rem 0rem;
  }
  #footer .footer3 {
    padding: 0rem 0rem 0rem 2rem;
  }
  #footer .footer4 {
    padding: 0rem 2rem 0rem 0;
  }
  table.contenttable {
    min-width: 600px !important;
  }
  .table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    padding-bottom: 1em;
  }
}

@media print, screen and (max-width: 40em) {
  h1, .h1 {
    font-size: 2em;
    line-height: 2rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  h5, .h5 {
    font-size: 1rem;
    line-height: 1rem;
  }
  h6, .h6 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .big {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .big1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .big2 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .big3 {
    font-size: 5rem;
    line-height: 5rem;
  }
  #header #crentSearchBar {
    max-height: 500px;
    transition: max-height 0.7s ease-in-out;
  }
  #header #crentSearchBar.inactive {
    max-height: 0;
    transition: max-height 0.50s ease-out;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.7s ease-in-out;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  #header .trapezoid {
    font-family: "Helvetica Now Display", sans-serif;
    border-top: 17px solid #eee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 60px;
    position: absolute;
    top: 0px;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
    cursor: pointer;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  #header .trapezoid.trapezoidhide {
    display: none;
  }
  #header .trapezoid:hover {
    border-top: 17px solid #d31667;
    transition: all 0.2s ease-in-out;
  }
  #header .trapezoid:hover .plusminus {
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  #header .plusminus {
    color: #000;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 20px;
    position: absolute;
    top: -19px;
    transform: translateX(-50%);
    left: 50%;
  }
  #header .trapezoid.minus .plusminus:before {
    content: "\2212";
  }
  #header .trapezoid.plus .plusminus:before {
    content: "\002B";
  }
  #header .headerborder {
    height: 1px;
    background: #eee;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  #header .headerbar {
    padding: 1rem 1rem 1rem 1rem;
  }
  #header .headerbar .menu li {
    padding: 0px 0px 0px 0.8rem;
  }
  #header .headerbar .menu .phone, #header .headerbar .menu .login, #header .headerbar .menu .newsletter {
    font-size: 1rem;
  }
  #header .menu2bar.active {
    padding: 0;
    overflow: scroll;
  }
  #header .menu2 {
    padding: 2rem 1rem 1rem 1rem;
  }
  #header .menu2 .menu {
    font-size: 0.85rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
  #header .menu2 .menu.ul-columns {
    column-count: 1;
  }
  #header .menu2 .headline {
    border-top: 2px solid #000;
    padding-top: 10px;
  }
  #header .menu2 .align-center {
    justify-content: flex-start;
  }
  #header .hamburger-box {
    width: 40px;
  }
  #header .hamburger-inner, #header .hamburger-inner::before, #header .hamburger-inner::after {
    width: 35px;
  }
  .content-padding {
    padding: 2rem 1rem 2rem 1rem;
  }
  .content-padding-lr {
    padding: 0 1rem 0 1rem;
  }
  .small-paddingb-collapse {
    padding-bottom: 0;
  }
  .news-container {
    padding: 0rem 0rem 3rem 1rem;
  }
  .news-container .news {
    padding-top: 2rem;
  }
  .news-container .news-inner {
    padding-right: 1rem;
  }
  .news-container .news-inner .imgcover {
    padding: 0;
    padding-bottom: 2rem;
  }
  #crentSearchBar .orm-btn {
    width: 100%;
  }
  #crentSearchBar .orm-searchbar__padding {
    padding: 1rem calc(1rem - 16px) 0.5rem calc(1rem - 16px);
  }
  #crentReservationHeader .orm-container {
    padding: 0 1rem 0 1rem;
  }
  #crentReservationHeader .orm-container .orm-reservationHeader__indicator .orm-indicator {
    margin-right: 1rem;
    font-size: 0.75rem !important;
    line-height: normal;
  }
  #crentReservation .orm-reservationInfobar .orm-container {
    padding: 1rem 1rem 0.5rem 1rem;
  }
  #crentReservation .orm-headline__h1, #crentReservation .orm-headline__h2--alt {
    font-size: 2rem;
    line-height: 2rem;
  }
  #crentReservation .orm-container {
    padding: 0 1rem;
  }
  #crentReservation .orm-carequip .orm-equip__txt__icons {
    font-size: 0.8rem;
  }
  #crentReservation .orm-carequip .orm-equip__txt__icons .orm-equip__icon {
    padding: 2px 8px;
  }
  #crentReservation .orm-reservation__data__container .orm-border-left {
    border-left: none;
    padding-left: 0px;
  }
  #crentReservation .orm-col-xs-9 {
    flex-basis: 65%;
    max-width: 65%;
  }
  #crentReservation .orm-col-xs-3 {
    flex-basis: 35%;
    max-width: 35%;
  }
  #crentReservation .orm-form__button__container {
    margin-top: 0;
    position: initial;
    margin: 0rem 0 1rem 0;
  }
  #crentReservation .orm-reservationRatesExtras .orm-list__element {
    padding-right: 8px;
  }
  #crentCustomerWidget .orm-login-widget {
    width: 80%;
  }
  #crentLocationMap {
    max-height: unset;
    padding-bottom: 1rem;
  }
  #crentLocationMap .orm-searchbar__padding, #crentLocationMap .orm-col-sm-11 {
    padding: 0px;
  }
  #crentLocationMap .orm-btn {
    top: auto;
    margin-top: 1rem;
    width: 100%;
  }
  #crentLocationMap .orm-datepicker {
    padding: 0 8px;
  }
  #crentLocationMap .text-right {
    padding: 0 16px;
  }
  .orbit {
    max-height: 250px;
  }
  .orbit .orbit-container {
    max-height: 250px;
  }
  .orbit .orbit-container .orbit-slide {
    max-height: 250px;
  }
  .orbit .orbit-container .orbit-slide .orbit-slide-text .headline {
    font-size: 1.1rem;
    line-height: 1.2rem;
    padding: 1% 1rem;
  }
  .orbit .orbit-container .orbit-slide .orbit-slide-text .subheadline, .orbit .orbit-container .orbit-slide .orbit-slide-text .spacer3 {
    display: none;
  }
  .orbit .orbit-container .orbit-previous, .orbit .orbit-container .orbit-next {
    top: 20%;
  }
  .orbit .orbit-container .orbit-previous {
    right: 50px !important;
  }
  .hotline {
    font-size: 1.7rem;
  }
  .ul-columns {
    column-count: 1;
  }
  #footer {
    padding: 2rem 0rem 3rem 0rem;
  }
  #footer .footer1 {
    padding: 0rem 1rem 2rem 1rem;
  }
  #footer .footer2 {
    padding: 0rem 1rem 2rem 1rem;
  }
  #footer .footer3 {
    padding: 0rem 0rem 0rem 1rem;
  }
  #footer .footer4 {
    padding: 0rem 1rem 0rem 1rem;
  }
  #nl-overlay .nl-overlay-inner {
    padding: 3rem 2rem;
  }
  #nl-overlay .nl-overlay-inner .nl-box .headline {
    font-size: 2rem;
    line-height: 2rem;
  }
  #back-top {
    position: fixed;
    bottom: 0;
    right: unset;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 2rem;
    background-color: #e81f76;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    transform: none;
    filter: unset;
    cursor: pointer;
  }
  #back-top:hover {
    width: 100%;
    height: 2rem;
  }
  #back-top:after {
    content: "\f077";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    position: absolute;
    color: #fff;
    left: calc(50% - 0.7rem);
  }
  #back-top img {
    display: none;
  }
  .modalreveal {
    width: 90%;
    left: 5%;
  }
  table.contenttable tbody td {
    padding: 10px 10px 10px 0;
  }
}

@media print, screen and (max-height: 400px) {
  #header .menu2bar.active {
    padding: 0;
    height: 80%;
    overflow: scroll;
  }
  #header .menu2 {
    padding: 2rem 1rem 1rem 1rem;
  }
  #header .menu2 .menu {
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  #header .menu2 .headline {
    border-top: 2px solid #000;
    padding-top: 10px;
  }
  #header .menu2 .align-center {
    justify-content: flex-start;
  }
  .orbit {
    display: none;
  }
}
