html, body {
    background-color: var(--color2);
    background-image: linear-gradient( 135deg, #f2f2f2, #f2f2f2 );
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--color3);
    font-family: museo-sans, sans-serif !important;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    font-size:14px;
  }
  
  body {
    font-size:1.2rem !important;
  }
  
  #contacter {
    position: fixed;
    top: 0;
    right: -20rem;
    background: #fff;
    padding: 1rem;
    text-align: center;
    width: 20rem;
    transition: all .4s;
    border: 1px solid #ccc;
    border-right: 0;
    height: 100vh;
    padding-top: 5rem;
  }

  #contacter .openerbtn {
    color: #fff;
    background-color: #faaf33;
    transform: rotate(-90deg);
    position: absolute;
    left: -8.9rem;
    padding: 0.5rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    top:50%;
    
  }

  #contacter .headliner {
    display: block;
    background: #878787;
    color: #fff;
    padding: 0.5rem;
  }

  #contacter .bigline {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #faaf33;
  }

  #contacter a {
    font-weight: 700;
    color: #faaf33;
  }

  #contacter.in{
    animation-name: comein;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }

  #contacter.out{
    animation-name: comeout;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }

  #contacter .oeffnungszeiten {
    text-align:left;
  }

  @keyframes comein {
    0% {
      right:-20rem;
    }
    100% {
      right:0rem;
    }
  }

  @keyframes comeout {
    0% {
      right:0rem;
    }
    100% {
      right:-20rem;
    }
  }

  .accordion-button {
    background: #dfdfdf;
    color: #575757;
    border: none;
    padding: 1rem;
    width: 100%;
    transition:all .4s;
    text-align: left;
  }

  .accordion-button:hover {
    color: #faaf32;
  }

  .accordion-collapse {
    padding: 1rem;
    background: #f0f0f0;
    margin-bottom: 1rem;
    margin-top: -1rem;
  }
  
  .gruppenname {
    position: absolute;
      margin-left: auto;
      margin-right: auto;
      top: 35%;
      margin-top: 0%;
      width: 100%;
      text-align: center;
      color: #fff;
  }
  
  .laenderbuttons .btn-primary {
    width:100%;
    margin-bottom:0;
    border-radius:0;
  }
  
  .seitencontainer .row [class*="col-"] {
    overflow: hidden;
  }
  
  .seitencontainer .row h4, .row.zeile3 h3 {
    font-size: 1.5rem;
    color: #fff !important;
    border-bottom: 1px solid;
    width: auto;
    display: inline-block;
    padding-left: 25px;
    margin-left: -25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    transform: skewX(-20deg);
    background: linear-gradient(130deg,var(--color1),var(--color8));
  }
  
  .row.zeile3 h3 {
    padding-left: 35px;
    margin-left: -35px;
  }
  
  .seitencontainer .row .col-md-4 h4, .seitencontainer .row .col-md-8 h4{
    margin-top:2rem;
    margin-bottom:2rem;
    transform: skewX(0deg);
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input{
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .checktext {
    margin-left: 5rem;
      position: relative;
      top: -43px;
      display: inline-block;
  }
  
  .checktext.oneline {
    margin-left: 1rem;
    position: relative;
    top: -17px;
    display: inline-block;
  }
  
  .switcher {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switcher:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .switcher {
    background-color: #2196F3;
  }
  
  input:focus + .switcher {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .switcher:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .switcher.round {
    border-radius: 34px;
  }
  
  .switcher.round:before {
    border-radius: 50%;
  }
  
  .form-group select {
    background: #f9f9f9 url('https://actioncms.s3.eu-central-1.amazonaws.com/files/icons/chevron-down.png') no-repeat 98% 50%;
    background-size:20px;
    appearance: none;
    padding:1rem;
    width:100%;
    border-radius: 0;
    border: 0;
    padding: .5rem;
  }
  
  .buttonshop {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    transition:0.4s all;
    text-align: left;
    font-size: 1rem;
  }
  
  .buttonshop:hover {
    color:#e6007e;
  }
  
  h3.shopheader {
    font-size: 1.2rem;
    border-bottom: 1px solid#e6007e;
    margin-top: 10px;
    color: #e6007e;
  }
  
  #shopdetails {
    margin-top:20px;
  }
  
  #shopdetails h3 {
    color:#fff;
    background:#e6007e;
    padding:5px;
  }
  
  a {
    color:var(--color2);
  }
  
  p {
    font-weight: 100;
  }
  
  strong {
    font-weight:700 !important;
  }
  
  h1 {
    background: var(--color1);
    padding: 10px;
    margin-top: 10px;
    color:#575757;
    font-weight:700 !important;
    /*font-family: museo-sans, sans-serif !important;*/
  }

  h3 {
    background-color:#faaf32;
    color:#fff;
    font-size:2.5rem !important;
    font-weight:700 !important;
    padding:1rem;
  }

  .headliner .col-md-12 {
      padding:0;
  }
  
  h2 {
    width: 100%;
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    color:var(--color1);
    font-weight:700 !important;
    font-size:2.5rem !important;
  }

  h3 {
    font-size:18px;
  }

  h4 {
    transform: skewX(-20deg);
    background: linear-gradient(130deg,#faaf31,#da9520);
    color:#fff;
    font-weight:700;
    left: -2rem;
    position: relative;
    padding-left: 2rem;
    display: inline-block;
    padding-right: 1rem;
  }

  h5 {
    transform: skewX(-20deg);
    background: linear-gradient(130deg,#faaf31,#da9520);
    color:#565656;
    font-weight:700;
    left: -2rem;
    position: relative;
    padding-left: 2rem;
    display: inline-block;
    padding-right: 1rem;
    font-size:1.5rem !important;
  }

  h4 strong {
    color:#fff;
  }
  
  .btn-primary {
    background:var(--color1)!important;
    border:0px !important;
    margin-top:5px;
    margin-bottom:5px;
  }
  
  .btn-primary:hover {
    background:var(--color2)!important;
  }
  
  .btn-primary.btn-big {
    display: block;
  }
  
  .btn-primary.btn-anfrage {
    background: #e6007e !important;
    background-image: none;
    border-radius: 0;
    border: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(#e6007e,#e6007e00);
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: 0.4s all;
    margin-top: 20px;
  }
  
  p.btn-centered {
    text-align:center;
  }
  
  .blackheader {
    background: var(--color1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    color: #fff;
    letter-spacing:1px;
    font-weight: 700;
  }
  
  .blackheader a {
  color:#fff;
  }
  
  hr {
  width: 100%;
  clear: both;
  }
  
  .iconbtn {
  background: var(--color1);
  padding: 5px 9px;
  border-radius: 2px;
  color: #fff;
  }
  
  .redsign {
  background:red;
  }
  
  .ts-wawi-logo {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  }
  
  .row.loginpanel {
  text-align: center;
  }
  
  .row.loginpanel .col-md-12 .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  }
  
  .row.loginpanel .col-md-12 .col-md-6 input {
  text-align:center;
  }
  
  .row.loginpanel .btn-primary {
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  background-color: #747476;
  border: none;
  margin-bottom: 20px;
  }
  
  .site-container {
  padding:0px;
  }
  
  .navbar-static-top {
  background-color:var(--color4);
  color:var(--color5);
  border:0px;
  margin-bottom:0px;
  }
  
  .navbar-static-top .logo {
  max-width: 240px;
  max-height: 40px;
  display: inline-block;
  margin-top:4px;
  }
  
  .navbar-static-top a.navbar-brand {
  color:#fff;
  }
  
  .navbar-static-top .navbar-nav li a {
  transition: all 0.4s;
  }
  
  .navbar-nav li a.btn {
    margin:0;
    border-radius:0;
  }
  
  .navbar-nav li a.btn:hover {
    background:var(--color1) !important;
  }
  
  .navbar-static-top .navbar-nav li a:hover {
  background:var(--color1);
  }
  
  .navbar-static-top .navbar-nav li a, .navbar-static-top .navbar-nav li a:hover {
  color:#fff !important;
  }
  
  .navbar-static-top .navbar-nav li ul.dropdown-menu li a {
    color:#0a306f !important;
    font-size: 1rem;
    letter-spacing: 0;
  }
  
  .navbar-static-top .navbar-nav li a.active {
    background: var(--color1);
  }

  .headerinfo {
    display: block;
    position: absolute;
    width: 450px;
    left: 50%;
    margin-left: -205px;
    top: 17px;
    color: #fff;
    font-weight: 700;
  }

  .headerinfo a {
      color:#fff;
  }

  .headerinfo a:hover {
    color: #faaf31;
  }

  .headerpic {
      margin-top:-10px;
  }

  .headerpic .col-md-12{
      padding:0;
  }

  /* Buttonrow */
  .btnrow .col-md-12 {
    display:flex;
    padding:0;
    }

    .btnrow .col-md-12 .buttonbtn {
        width:25%;
        height:12vw;
        background-size:cover !important;
        background-position: center center;
    }

    .btnrow .col-md-12 .buttonbtn span {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    padding-top: 21%;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    transition:.4s all;
    background: rgba(175, 175, 175, 0.57);
    font-weight:bold;
    }

    .btnrow .col-md-12 .buttonbtn:hover {
        text-decoration: none;
    }

    .btnrow .col-md-12 .buttonbtn:hover span {
    background: #00000000; 
    }
  
  #boxanfrage {
    position: fixed;
    z-index: 20000 !important;
    background: #fff;
    top: 88px;
    right: 0;
    padding: 20px;
    padding-top: 30px;
    text-align: center;
    box-shadow: #0000009c 6px 6px 12px;
    transition:all 0.5s;
    min-width:250px;
  }
  
  #boxanfrage.out {
    right:-100%;
  }
  
  #boxanfrage h2.boxanfrageheader {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color1);
  }
  
  #boxanfrage .closebtn {
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
  }
  
  #boxanfrage .fa-phone, #boxanfrage .fa-envelope {
    display: block;
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  #boxanfrage a.btn {
    display: block;
    width: 100%;
  }
  
  .navbar-static-top .navbar-nav li a#anfragebox{
    font-size:0.9rem;
    margin-top: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .sidebar-nav {
  background:#000;
  min-height:100vh;
  margin-bottom:-50px;
  padding-top:20px;
  padding-left:0;
  padding-right:0;
  }
  
  .nav.navbar-left li {
  display: block;
  width:100%;
  float:none;
  }
  
  .nav.navbar-left hr {
  color: #fff;
  width: 100%;
  display: block;
  position: relative;
  float: none;
  }
  .navbar-left {
  float:none !important;
  }
  
  .nav.navbar-left > li > a {
  padding:10px;
  color:#fff;
  transition: all 0.4s;
  }
  
  .nav.navbar-left > li > a:hover {
  background:var(--color1);
  }
  
  .nav.navbar-left h3 {
  background:var(--color1);
  padding: 10px;
  margin: 0; 
  }
  
  .adminheader {
  margin-bottom:0px;
  }
  
  .headline-navigation {
  background:#000;
  padding:1rem;
  }
  
  .headline-box {
  position:absolute;
  margin-top:-59px;
  right:20px;
  }
  
  .headline-box select {
  color:#000;
  }
  
  .headline-box select, .headline-box .btn {
  display: inline-block !important;
  }

  #platz, #preisbeispiele{
    padding-top: 70px;
    margin-top: -20px;  
  }

  #faq {
    padding-top:30px;
    margin-top:-20px;
  }
  
  /*Container Content */
  .contentcontainer {
  background:#fff;
  color:#575757;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  }

  .contentcontainer .container {
    overflow-x:hidden;
  }
  
  .contentcontainer .form-row select {
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  }
  
  .panel-default .panel-heading {
  background:#0a306f;
  color:#fff;
  }
  
  .panel-default .panel-body {
  color:#0a306f;
  }
  
  .btn-primary {
  background-color:#0a306f;
  }
  
  .btn-link {
  color:#0a306f;
  }
  
  .btn.importer {
  position: absolute;
  right: 19px;
  top: 4px;
  }
  
  .btn.importer {
  right:165px;
  }
  
  .danger {
  display: block;
  height: 10px;
  width: 10px;
  background: red;
  margin-left: 10px;
  margin-right: auto;
  border-radius: 10px;
  }
  
  .panel-heading .pull-right {
  margin-top: -7px;
  margin-right: 3px;
  }
  
  .success{
  display: block;
  height: 10px;
  width: 10px;
  background: green;
  margin-left: 10px;
  margin-right: auto;
  border-radius: 10px;
  }
  
  table.configtable {
    border-spacing: 10px;
    border-collapse: separate;
  }
  
  table td{
    padding:10px;
  } 
  
  table td h3 {
    margin-top:10px;
  }
  
  .modal-header {
  background-color:#0a306f;
  color:#fff;
  }
  
  label {
  color:#0a306f;
  }
  
  .form-row {
  clear:both;
  }
  
  .form-row .form-group.col-md-6 {
  margin-right:0px;
  }
  
  .formrow.form-row .form-group.col-md-6 {
    margin-right:0;
    margin-bottom:1rem;
  }
  
  .formrow.form-row .form-group.col-md-6 input {
    padding: 1rem;
    height: 50px;
  }
  
  .formrow.form-row .form-group.col-md-6 select {
    height: 50px;
    line-height: 1;
    border:solid 1px #ced4da;
  }
  
  .formfields .btn.btn-primary {
    margin-top:2rem;
  }
  
  form.form-horizontal button.btn {
  clear:both;
  display: block;
  }
  
  .col-md-10 .container {
  margin-top:20px;
  }
  
  
  .navbar-header {
  width:100%;
  font-size: 0.9rem;
  }
  
  .navbar.navbar-static-top {
  padding-top:0px;
  padding-bottom:0px;
  }
  
  .startseitencontainer .row {
  padding-top:10px;
  padding-bottom:10px;
  }
  
  .startseitencontainer .row .boxcontainer {
    background:none;
  }
  
  .startseitencontainer .slick-slide img {
    max-width: 150px;
  }
  
  .startseitencontainer .row h1 {
  color:#fff;
  }
  
  .startboxen-image {
  width:100%;
  }
  
  .boxcontainer {
  background:#fff;
  }
  
  .boxcontainer .textbox {
  padding:10px;
  }
  
  .divebox {
  padding:10px;
  }
  
  img.borderbox {
  border:solid 2px #fff;
  }
  
  /* Footer */
  #footer {
  padding:20px;
  background-color:var(--color2);
  color:#fff;
  }
  
  #footer strong {
  color:var(--color1);
  }
  
  #footer a {
  color:#fff;
  transition: 0.4s all;
  }
  
  #footer a:hover {
  color:var(--color1);
  text-decoration: none;
  }
  
  #footer ul {
  list-style: none;
  padding: 0;
  }
  
  /*Seiten*/
  .seitencontainer {
  margin-bottom:30px;
  }
  
  .seitencontainer iframe {
    height:300px;
    width: 100%;
    border: 0;
  }
  
  /* Starteite */
  .imagebox {
  position:relative;
  overflow: hidden;
  }
  
  .imagebox .titelbox {
  position: absolute;
  background:var(--color7);
  width: 100%;
  display: table;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color:#fff;
  transition:0.4s all;
  }
  
  .imagebox .titelbox.hoverbox {
  height:100%;
  top:-100%;
  
  }
  
  .imagebox:hover .titelbox.hoverbox {
  top:0%;
  }
  
  .imagebox .titelbox.hoverbox .textteil {
    font-size: 2rem;
    top: 0px;
    text-shadow: 1px 2px#000;
    text-transform: uppercase;
    font-weight: 700;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  
  .imagebox .titelbox .textteil {
  display: inline-block;
  width: 100%;
  left: 0;
  margin-top: -1rem;
  font-weight: 100;
  text-transform: uppercase;
  }
  
  .terminbox {
  padding:10px;
  }
  
  .terminbox h4 {
  background:var(--color1);
  color:#fff;
  padding: 5px;
  margin-bottom: 0px;
  }
  
  .terminbox iframe {
  width:100%;
  max-height:250px;
  border:0;
  }
  
  /*Navigation*/
  .navbar.sticky-top {
  box-shadow: 0px 4px 5px #0000008a;
  text-transform:uppercase;
  letter-spacing: 1px;
  }
  
  .navbar-nav {
  flex-direction: row !important;
  }
  
  ul.nav li.dropdown:hover ul.dropdown-menu{
  display: block;
  position: absolute;
  margin-top:0px
  }
  
  h1.centertexter {
    text-align:center;
  }
  
  .centertexter {
    text-align:center;
  }
  
  .dropdown-menu > li > a {
    white-space: normal;
  }
  
  .navbar-nav .dropdown-menu {
    position: absolute !important;
    top: 48px !important;
    width: 100vw;
    max-width: 350px;
  }
  
  .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    top:0px !important;
  }
  
  .dropdown-menu {
    background:#fff;
    color:var(--color6);
  }
  
  
  .dropdown-submenu {
    position: relative;
  }
  
  ul.nav li.dropdown:hover .dropdown-submenu ul.dropdown-menu {
    display: none;
  }
  
  ul.nav li.dropdown:hover .dropdown-submenu:hover ul.dropdown-menu {
    display: block;
    width:100%;
  }
  
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  
  .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }
  
  .dropdown-submenu.pull-left {
    float: none;
  }
  
  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }
  
  .col-md-4 {
    max-width: 33.3% !important;
  }
  
  .col-md-8 {
    max-width: 66.6% !important;
  }
  
  .col-md-6 {
    max-width: 49.9% !important;
  }
  
  .col-md-3 {
    max-width: 24.9% !important;
  }
  
  .btn.downloadbtn {
    margin-top:10px;
    margin-bottom:10px;
  }
  
  /* Slider */
  .ls-thumbnail-wrapper {
    top:-90px;
  }
  
  .ls-v5 .ls-thumbnail {
    width:50% !important;
  }
  
  .ls-v5 .ls-thumbnail-inner {
    background: #ffffff7a !important;
  }
  
  /* Anfrage Kontaktformular */
  
    .anfragecontainer {
      margin-top:20px;
      margin-bottom:20px;
    }
  
    .anfragecontainer .form-row {
      margin-bottom:10px;
    }
  
    .anfragecontainer .form-row .form-group.col-md-6 {
      margin:0px;
      max-width:50% !important;
    }
  
    .anfragecontainer input[type='checkbox'] {
      max-width: 30px;
      height: 30px;
      background:#ccc;
      border: 1px solid#ccc;
    }
  
    .anfragecontainer label {
      top: -6px;
      position: relative;
      font-weight: 100;
      color:#737373;
    }
  
    .anfragecontainer label.textlabel {
      top:0;
    }
  
    .anfragecontainer .form-row > .col, .form-row > [class*="col-"] {
      margin:0;
    }
  
    .anfragecontainer input {
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid#ccc;
      background:#f9f9f9;
    }
  
    .anfragecontainer input:focus {
      box-shadow: 0px 0px 4px var(--color1);
    }
  
    .anfragecontainer .dsgvo {
      display:flex;
      align-items: stretch;
      vertical-align: top;
    }
  
    .anfragecontainer .dsgvo input {
      margin-right:5px;
    }
  
    .anfragecontainer .dsgvo label {
      max-width:90%;
      top:7px;
    }
  
  
  /* Bilder Headline */
  .pic-headline {
    background-size: cover !important;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    text-align: center;
    text-transform: uppercase;
    background-position: center center !important;
    box-shadow: 0 0 5px#686868;
    text-shadow: 1px 1px 4px#000;
    margin-bottom:0;
    height:9vw;
  }
  
  .pic-headline.bigheader {
    height:20vw;
  }
  
  .pic-headline h1 {
    font-size:3vw;
    background:none;
    animation-name: slidein;
    animation-duration: 2s;
    color:#fff;
  }
  
  .pic-headline.bigheader {
    padding-top:8vw;
  }
  
  .captchalabel {
    display: block;
    margin-top:1rem;
  }
  
  .captcha {
    margin-bottom: .5rem;
    display: inline-block;
  }
  
  .btn.refreshcaptcha {
    display: inline-block;
    margin-left: 1rem;
  }
  
  @keyframes slidein {
    0% {
      transform:translateY(-100px);
      opacity: 0;
    }
    100% {
      transform:translate(0);
      opacity: 1;
    }
  }
  
  /* Blognews */
  
  img.newspic {
    width:100%;
  }
  
  .row.zeile3 {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
  }
  
  .row.zeile3 .newscontainer {
    width: 25%;
    padding: 0;
    display: table-cell;
    height: 100%;
    background:#fff;
    position:relative;
    padding-bottom: 20px;
  }
  
  .row.zeile3 .newscontainer:hover {
    box-shadow: 3px 3px 5px #b9b9b9;
  } 
  
  .row.zeile3 .newscontainer .inhaltsbox {
    padding: 5%;
    background: #fff;
    transition: all .4s;
    overflow:hidden;
    position: relative;
    padding-bottom:5rem;
  }
  
  .row.zeile3 h4 {
    color: #e6007e;
  }
  
  .row.zeile3 .newscontainer .imagebox{
    width: 100%;
    height: 15vw;
    background-size: cover;
    margin-bottom: 1rem;
    background-color: #ccc;
    background-position:center;
  }
  
  .btn-primary.morereading {
    width: 90%;
    position: absolute;
    left: 5%;
    margin-bottom: 0;
    bottom: 20px;
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
  }
  
  .container-fluid.flexible.newssystem a.aktivkat {
    background: var(--color1);
    color: var(--color2);
    padding: 0.5rem;
    display: block;
    margin-left: -1rem;
    padding-left: 1rem;
  }
  
  /* Reisesystem */
  
  .container-fluid.flexible {
    display: flex;
    padding:0;
  }
  
  .container-fluid.flexible .gruppencontainer {
    display: inline-block;
  }
  
  .container-fluid.flexible .gruppencontainer h3 {
    text-align:center;
  }
  
  .container-fluid.flexible .gruppencontainer .btn-primary {
    display: block;
    color:#fff;
  }
  
  .hotelview {
    display: table;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    min-height:250px;
    width:100%;
    position: relative;
  }
  
  .hotelview .hotelpic {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    background-position: center center;
    background-size: cover;
  }
  
  .hotelview .hotelpic.schiffpic {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  
  .hotelview .hotelcontentbox {
    overflow: hidden;
    margin-left: 1rem;
    padding-left: 1rem;
    position:relative;
    padding-bottom:4rem;
  }
  
  .hotelview .btn-primary {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
  }
  
  .hoteldescription {
    margin-bottom:2rem;
  }
  
  .descriptionbox {
    margin-bottom:1rem;
  }
  
  .row.auswahlbox {
    margin-top:2rem;
  }
  
  .row.sliderrow {
    margin-bottom:2rem;
  }
  
  .row.auswahlbox .btn-primary {
    width: 24%;
    margin-bottom: 0.5rem;
    margin-right: 0.5%;
    padding: 1rem;
  }
  
  .angebotsliste {
    margin-top:2rem;
  }
  
  .row.reisedaten {
    background: #d1dde1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    margin-top:4rem;
    margin-left:0;
    margin-right:0;
  }
  
  .row.reisedaten .reisedatenreihe {
    margin-bottom:1rem;
  }
  
  .row.reisedaten h3 {
    color: #1f799b;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
  }
  
  .row.reisedaten .datumsauswahl {
    background: #1f799b;
    color: #fff;
    padding: 0.5rem;
    border: solid 2px #d1dde0;
  }
  
  .row.reisedaten .datumsauswahl label {
    display: block;
    color: #fff;
  }
  
  .row.reisedaten .datumsauswahl input, .row.reisedaten .datumsauswahl select {
    width:100%;
    color: #1f799b;
    border-radius: 0;
    padding:.5rem;
    border:0;
  }
  
  .row.reisedaten .buttonsbuchungsart {
    position: absolute;
    top:-46px;
  }
  
  .row.reisedaten .buttonsbuchungsart .btn-buchungsart {
    background: #d1dde1;
    font-size: 1.2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 3px;
    color:#fff;
    padding:1rem;
  }
  
  .row.reisedaten .buttonsbuchungsart .btn-buchungsart:hover {
    color:#1f799b;
  }
  
  .row.reisedaten .buttonsbuchungsart .btn-buchungsart.aktivbtn {
    color:#1f799b;
  }
  
  .form-row.pauschaldaten {
    margin-top:1rem;
  }
  
  .form-row.pauschaldaten .form-group.col-md-6 {
    margin-right: 0;
  }
  
  .row.reisedaten .checktext {
    color:#1f799b;
  }
  
  .hotel_liste_box {
    padding: 0px 10px 10px 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    position:relative;
  }
  
  .hotel_liste_box .hotel_liste_content {
    display: block;
  }
  
  .hotel_liste_box .hotel_liste_preis {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    font-size: 3rem;
    text-align: right;
  }
  
  .hotel_liste_preis .totalpreis {
    font-weight: 100;
    font-size: 1rem;
    position: relative;
    bottom: 0.2rem;
  }
  
  .hotel_liste_box .hotel_liste_preis .hotel_liste_bookbtn {
    background: linear-gradient(130deg,#3bb5e3,#1c7293);
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    transition:all 0.4s;
    text-align: center;
  } 
  
  .hotel_liste_box .hotel_liste_preis .hotel_liste_bookbtn:hover {
    background: linear-gradient(130deg,#e6007e,#e6007e);
  }
  
  .hotel_liste_box .infobtn{
    display: inline-block;
    background: #e6007e;
    color: #fff;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 5px;
    margin-left: .5rem;
    cursor: pointer;
    top: -1px;
    position: relative;
  }
  
  .reisedaten .datumsauswahl select.kindselect {
    width:100%;
    display: inline-block;
  }
  
  .btn-secondary.btn-anfrage {
    border-radius: 0;
    border: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: 0.4s all;
    margin-top: 20px;
  }
  
  .btn-anfrage.halflength {
    width:49%;
    display: inline-block !important;
  }
  
  .btn-anfrage.halflength.firstbtn {
    margin-right:1%;
  }
  
  #flugInfo .flighttable {
    display: flex;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    margin-bottom: 1rem;
  }
  
  #flugInfo .flighttable .flightboxstart, #flugInfo .flighttable .flightboxend {
    width: 50%;
    padding:1rem;
  }
  
  #flugInfo .flighttable h5 {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
  }
  
  #flugInfo h4 {
    color:#1f799b;
    font-weight: bold;
  }
  
  .nopauschalen {
    text-align: center;
    font-size: 1.4rem;
  }
  
  .btn.btn-primary.gotohotel, .nopauschalen .btn.btn-primary {
    margin-left: -195px;
    display: block;
    position: relative;
    width: 390px;
    left: 50%;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
  
  .nopauschalen i {
    color:#e6007e;
    margin-right:1rem;
  }
  
  .modal.show {
    opacity: 1;
  }
  
  #bookRoom.modal.in, #addTeilnehmer.modal.in, #flugInfo.modal.in, #anfrageBoot.modal.in {
    opacity: 1;
    margin-top: 50px;
    background: #ffffffab;
  }
  
  #bookRoom.modal .modal-dialog, #flugInfo.modal .modal-dialog, #anfrageBoot.modal .modal-dialog {
    margin-top:60px;
    overflow: hidden;
  }
  
  #bookRoom.modal .modal-header, #flugInfo.modal .modal-header, #anfrageBoot.modal .modal-header {
    background: linear-gradient(130deg,#3bb5e3,#1c7293);
    color:#fff;
  }
  
  #bookRoom.modal .modal-header .zimmerart {
    display: inline;
  }
  
  #bookRoom.modal .modal-header, #bookRoom.modal .modal-content {
    border-radius: 0;
  }
  
  #bookRoom.modal .close, #flugInfo.modal .close, #anfrageBoot.modal .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    text-shadow: 0 0 #ffff;
    opacity: 1;
  }
  
  #bookRoom h3 {
    border-bottom: 1px solid #e6007e;
    padding-bottom: 0.5rem;
  }
  
  #bookRoom h3 span.modalbullet {
    position: relative;
    top: -3px;
    background: #e6007e;
    border-radius: 20px;
    padding-left: 9px;
    padding-right: 10px;
  }
  
  #bookRoom .bookDescription {
    margin-bottom: 1rem;
  }
  
  #bookRoom input {
    width:100%;
    padding:1rem;
  }
  
  #bookRoom .form-row {
    margin-bottom:1rem;
  }
  
  #bookRoom .form-row .col-md-6 {
    width:48%;
    margin-left:0;
    margin-right:0;
  }
  
  #bookRoom .form-row .anredeselect,  #bookRoom .form-row #zusatzpakete, #bookRoom .form-row #reiseteilnehmerpaket{
    width: 100%;
    padding: 1.1rem;
    border-radius: 0;
    border: 1px solid #ccc;
  }
  
  #schritt4div .form-group.checkboxdiv {
    display:flex;
  }
  
  #schritt4div .form-group.checkboxdiv input.checkbox {
    max-width: 20px;
    margin-right: 10px;
    top: -4px;
    position: relative;
  }
  
  #schritt1div .form-group label {
    width:100%;
    margin-left:2px;
  }
  
  #schritt1div .form-group select {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    border: 1px solid #ccc;
  }
  
  .row.kursrow .btn-primay:hover {
    cursor:pointer;
    background-color:#e60480;
  }
  
  .collapse.in {
    display: block !important;
  }
  
  .abschlussboxer {
    padding:1rem;
    border:solid 1px #ccc;
    height:100%;
  }
  
  .abschlussboxer.withoutborder {
    border:0;
  }
  
  .abschlussboxer.withoutborder h3 {
    border-bottom:1px solid #ccc;
  }
  
  .abschlussboxer.withoutborder .form-group.col-md-12{
    padding:0;
  }
  
  .abschlussboxer.greybox {
    background: #f0f0f0;
    position: relative;
    padding-bottom:6.5rem;
  }
  
  .abschlussboxer.greybox h3 {
    background: #686868;
    padding: .5rem;
    text-align: center;
    color: #fff;
  }
  
  .abschlussboxer .gesamtboxer {
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom:1px solid #686868;
  }
  
  .abschlussboxer .gesamtboxer .gesamtbeschreibung {
    width:50%;
  }
  
  .abschlussboxer .gesamtboxer .gesamtpreis {
    width:50%;
    text-align: right;
  }
  
  .abschlussboxer .gesamtboxer.gesamtbetrag {
    border-bottom:double #686868;
    font-weight: 700;
  }
  
  .abschlussboxer .buttonboxer {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    left: 0;
    padding: 1rem;
  }
  
  .reiseabschluss .row {
    margin-bottom:1rem;
  }
  
  #loading, #bookingcontent {
    text-align: center;
  }
  
  #loading .fa-spinner {
    animation:spin 4s linear infinite;
  }
  
  .emopicrow {
    margin-bottom:2rem;
  }
  
  .emopicrow img {
    width:100%;
  }
  
  .veranstalterlogo {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  
  .errorspan{
    color:#e6007e;
  }
  
  .form-row.bemerkungsbox {
    margin-bottom:2rem;
  }
  
  #saveteilnehmer.btn-primary {
    border-radius: 0;
    top: -5px;
    position: relative;
    width: 100%;
    padding-top: 1.3rem;
    height: 100%;
  }
  
  .teilnehmerliste .reiseteilnehmerrow {
    background: #ccc;
    padding: 1rem;
    margin-bottom: .5rem;
    position:relative;
  }
  
  .teilnehmerliste .reiseteilnehmerrow .deleteperson {
    position: absolute;
    top: 1rem;
    right: 1rem;
    transition: all .4s;
    cursor: pointer;
  }
  
  .teilnehmerliste .reiseteilnehmerrow .deleteperson:hover {
    color:#e6007e;
  }
  
  /*Animationen*/
  @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  
  /* Cookies */
  #CookieModal .lastformrow {
    margin-bottom:2rem;
  }
  
  #CookieModal .form-check-label {
    margin-left: 20px;
    top: -2px;
    position: relative;
  }
  
  #CookieModal .modal-header {
    background-color: #e6007e;
    color: #fff;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  
  #CookieModal .btn {
    display:inline-block !important;
  }
  
  #collapseDetails.collapse.in {
    display:block;
  }
  
  #collapseDetails h4 {
    border-bottom:solid 1px #e6007e;
    color:#e6007e;
  }
  
  #collapseDetails h5 {
    font-weight:700;
    margin-bottom:0;
  }
  
  a .newscontainer.listencontainer, a:hover .newscontainer.listencontainer, a .newscontainer.listencontainer p, a.newslink {
    text-decoration: none !important;
  }
  
  a:hover .newscontainer.listencontainer {
    background-color:#dfdfdf;
  }
  
  .newscontainer.listencontainer {
    display: flex;
    margin-bottom: 1rem;
    border: 1px solid #dfdfdf;
    width:100%
  } 
  
  .newscontainer.listencontainer .imagebox {
    width: 30%;
    height: auto;
    background-size: cover;
    display: table-cell;
    background-position: center;
  }
  
  .newscontainer.listencontainer .newsin {
    width: 70%;
    display: table-cell;
  }
  
  .newscontainer.listencontainer p {
    padding:1rem;
    color:#000;
    text-decoration: none;
  }
  
  .newscontainer.listencontainer h4 {
    transform: skewX(0deg);
    width: 100%;
    margin-left: 0;
  }
  
  .newscontainer.listencontainer .undernewstext {
    font-size:0.9rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  /*Gallery*/
  .galleryrow .gallerypic {
    width: 23%;
    text-align: center;
    padding: 1rem;
    margin: 1%;
    background: #ffffff78;
    vertical-align: middle;
    display: inline-block;
    transition:.4s all;
    cursor: pointer;
  }
  
  .galleryrow .gallerypic:hover {
      background:#fff;
  }
  
  .galleryrow .gallerypic img {
      max-width:100%;
      max-height:200px;
  }
  
  /* Schiffupdates */
  .scd {
    background-color:#fff !important;
  }
  
  .scd_sch_icons {
    position: relative;
    top: -13px;
  }
  
  .scd_sch_icons img {
    max-width: 30px;
    margin-right: 4px;
  }
  
  .scd_schiffe_liste .scd_schcore {
    margin-bottom:5px;
  }
  
  .scd_schcore_details .btn-primary {
    right: 0;
    position: absolute;
    bottom: 3px;
    padding: 0.8rem;
    min-width: 200px;
    border-radius: 0;
  }
  
  .searchbtn.btn-primary {
    padding: 0.8rem;
    width: 100%;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: bold;
  }
  
  .btn-primary i {
    margin-right:.5rem;
  }
  
  .scd_filter {
    max-width: 1140px !important;
  }
  
  .scd_anf, .scd_anf_actionsport {
    margin-top: 1rem !important;
    border-radius: 0 !important;
    padding: 1rem !important;
  }
  
  .scd_header.cf h2{
    background: none;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem !important;
  }
  
  #dataschiffe .scd_auswahl {
    border:solid 1px #ddd;
    top:0;
  }
  
  #anfrageBoot .modal-body.row {
    padding:0;
    margin-left:0;
    margin-right:0;
  }
  
  #anfrageBoot .modal-body.row .col-md-4 {
    background-color: rgba(0,0,0,0.1);
    padding:1rem;
    overflow: hidden;
  }
  
  #anfrageBoot .modal-body.row .col-md-4 strong {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  
  #anfrageBoot .modal-body.row .col-md-4 span {
    margin-bottom:1rem;
  }
  
  #anfrageBoot .modal-body.row .col-md-4 img {
    width:100%;
  }
  
  #anfrageBoot .modal-body h4 {
    font-size: 1.5rem;
    color: #fff !important;
    border-bottom: 1px solid;
    width: auto;
    display: inline-block;
    padding-left: 25px;
    margin-left: -25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    transform: skewX(-20deg);
    background: linear-gradient(130deg,var(--color1),var(--color8));
  }
  
  #anfrageBoot .modal-body form {
    padding:1rem;
  }
  
  #anfrageBoot .modal-body form .form-row {
    margin-bottom:1rem;
  }
  
  #anfrageBoot .modal-body form input.form-control, #anfrageBoot .modal-body form #social_title {
    height:4rem;
  }
  
  #anfrageBoot .modal-body form textarea.form-control {
    height:auto !important;
  }
  
  #anfrageBoot .modal-body form #social_title {
    height: 4rem;
    border: 1px solid #ced4da;
  }
  
  #anfrageBoot .modal-body form .form-group {
    margin-left:0;
    margin-right:0;
  }
  
  #anfrageBoot .modal-body form .form-group .btn.btn-primary {
    padding: 1rem;
    border-radius: 0;
  }
  
  .basislogo {
    width:100%;
  }
  
  h3.headborderbottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  
  .table .tableleistung {
    width:80%;
  }
  
  .table .tablepreis {
    width:20%;
    text-align:right;
  }
  
  .angebotsliste .table th {
    background: #adadad;
      color: #fff;
      border-bottom: 0 !important;
  }
  
  .sportbrow {
    display: flex;
  }
  
  .sportbrow .hotelboxer {
    width:25%;
    padding:.5rem;
  }
  
  .sportbrow .hotelboxer .hotelinner {
    border:solid 1px #ccc;
    padding:.5rem;
    padding-bottom:5rem;
    position: relative;
    height:100%;
  }
  
  .sportbrow .hotelboxer .hotelinner .btn.btn-primary {
    padding:1rem;
    position: absolute;
    bottom:0;
    border-radius: 0;
    width:calc(100% - 1rem);
  }
  
  .sportbrow .hotelboxer .hotelinner .hotelinnertext {
    overflow: hidden;
    font-size:1rem;
  }
  
  .sportbrow .hotelboxer .hotelinner .hotelinnertext h4 {
    font-size: 1rem;
    padding-left: 2.2rem;
    margin-top: .5rem;
  }
  
  .sportbrow .hotelboxer img {
    width:100%;
  }
  
  .sportbhotels {
    margin-top:2rem;
  }
  
  #schritt1div .form-group label.switch {
    width:60px;
  }
  
  #addperson {
    font-size: 1rem;
    background: #e60c7d;
    display: inline-block;
    position: absolute;
    padding: .5rem;
    right: 1rem;
    color: #fff;
    cursor: pointer;
    transition:all .4s;
  }
  
  #addperson:hover {
    background-color:#32a2cc;
  }
  
  .hotelview.sportbasis {
    display: flex;
  }
  
  .hotelview.sportbasis img {
    max-width:25%;
    height: 100%;
  }
  
  #schritt2buttonleiste #schritt4 {
    margin-top:15px;
  }
  
  #reisedatum .modal-header {
    color:#fff;
  }
  
  #reisedatum label {
    display: block;
  }
  
  #reisedatum input {
    line-height:25px !important;
  }
  
  #reisedatum .btn-primary {
    padding:1rem;
    margin-top:1rem;
    width:100%;
    border-radius:0;
  }
  
  .modal-header .close {
    color:#fff;
    opacity: 1;
  }
  
  .modal-content {
    border-radius:.4rem !important;
  }
  
  .kurs {
    display: flex;
    width:100%;
    font-size:1rem;
  }
  
  .kurs.kurshead {
    font-weight:bold;
    padding-bottom:1rem;
    border-bottom:#686868 solid 1px;
    margin-bottom:1rem;
  }
  
  .kurs .kursimage, .kurs .kurspreis, .kurs .kursort, .kurs .kursdatum, .kurs .kursplz, .kurs .kursstatus {
    width:10%;
  }
  
  .kurs .kursstatus, .kurs .kurspreis {
    text-align: center;
  }
  
  .kurs .kursname {
    width:20%;
  }
  
  .kurs .btn.btn-success {
    margin-left:.5rem;
    border:0;
    background-color:#0a2650;
  }
  
  .kurs .kursname {
    cursor: pointer;
  }
  
  .kurs .kursname:hover {
    text-decoration: underline;
  }
  
  #edoodetails .modal-body {
    font-size:1rem;
  }
  
  #edoodetails #anmeldung {
    width:100%;
    padding:1rem;
    margin-bottom:1rem;
  }
  
  #edoodetails .kursrow {
    display:flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
  }
  
  #edoodetails .kursrow .detailname {
    width:25%;
  }
  
  #edooanmeldung .form-horizontal, #edooanmeldung .form-horizontal input  {
    width:100%;
  }
  
  #edooanmeldung .form-horizontal input {
    padding: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
  }
  
  #buchungsstrecke {
    width:100%;
  }
  
  .row.pricetable {
    width:100%;
    margin-left:0;
    margin-right:0;
    padding-bottom:2rem;
  }
  
  .row.pricetable h3 {
    text-align: center;
  }
  
  
  
  @media (max-width:767px) {
  
    #bookRoom .form-row .col-md-6 {
      width:100%;
    }
  
    #bookRoom .form-row {
      margin:0;
    }
  
    #bookRoom .form-row .col-md-6, #bookRoom .form-row .col-md-4, #bookRoom .form-row .col-md-8, #bookRoom .form-row .col-md-12 {
      margin-bottom:1rem;
    }
  
    #bookRoom .form-row#reiseteilnehmer_1, #bookRoom .form-row#reiseteilnehmer_2, #bookRoom .form-row#reiseteilnehmer_3, #bookRoom .form-row#reiseteilnehmer_4 {
      margin-bottom:2rem;
    }
  
    #bookRoom #schritt2buttonleiste button {
      width:100%;
    }
  
    .btn.btn-primary.gotohotel, .nopauschalen .btn.btn-primary {
      margin-left:0;
      left:0;
      width:100%;
      font-size:1.2rem;
    }
  
    .checktext {
      margin-left: 0rem;
      position: relative;
      top: 0;
      display: block;
      margin-bottom: 1rem;
    }
  
    .container-fluid.reisemodul {
      display: block !important;
    }
  
    .container-fluid.reisemodul .gruppenbox {
      width:100% !important;
      margin-bottom:2rem;
      padding:0 !important;
    }
  
    .container-fluid.reisemodul .gruppenbox .gruppenimage {
      height:50vw !important;
    }
  
    .container-fluid.reisemodul .gruppenbox .gruppenimage .gruppenname {
      font-size:2rem;
    }
  
    .laenderbuttons .btn-primary {
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-bottom: .5rem;
      font-size: 1.2rem;
    }
  
    .emopicrow .emopiccol {
      width:33vw;
    }
  
    .pic-headline h1 {
      font-size:6vw;
      position: relative;
      top:-1rem;
      color:#fff;
    }
  
    .row.auswahlbox .btn-primary {
      width:100%;
      padding:3rem;
    }
  
    .hotelview {
      display: block;
    }
  
    .hotelview .hotelpic {
      display: block;
      width:100%;
      height:50vw;
      margin-bottom:2rem;
    }
  
    .hotelview .hotelcontentbox {
      margin-left:0;
      padding-bottom:9rem;
    }
  
    .row.auswahlbox .btn-primary {
      width: calc(100% - 2rem);
      left: 1rem;
    }
  
    .hotelview .hotelcontentbox h4, .hotel_liste_box h4 {
      font-size:1.2rem;
      max-width: 90%;
    }
  
    .seitencontainer .col-md-4 iframe {
      margin-top:1rem;
    }
  
    .hotel_liste_box {
      padding-bottom:13rem;
    }
  
    .hotel_liste_box .hotel_liste_preis {
      width:100%;
    }
  
    .hotel_liste_box .hotel_liste_preis .hotel_liste_bookbtn {
      padding-top:2rem;
      padding-bottom:2rem;
    }
  
    .veranstalterlogo {
      top: auto;
      right: auto;
      bottom: 8rem;
      left: 1rem;
      max-width: 5rem;
    }
  
    .veranstalterlogo img {
      width:100%;
    }
  
    .row.zeile3 .newscontainer {
      margin-bottom:2rem;
      width:100%;
      display: block;
    }
  
    .row.zeile3 .newscontainer .imagebox {
      height:60vw;
    }
  
    .container-fluid.flexible.newssystem {
      display: block;
    }
  
    .container-fluid.flexible.newssystem .col-md-3 {
      margin-bottom:2rem;
    }
  
    .container-fluid.flexible.newssystem .newscontainer.listencontainer {
      display: block;
    }
  
    .container-fluid.flexible.newssystem .newscontainer.listencontainer .imagebox {
      height:60vw;
      width:100%;
      display: block;
    }
  
    .col-md-4, .col-md-8, .col-md-6, .col-md-3 {
      max-width:100% !important;
    }
  
    body {
      overflow-x:hidden;
    }
  
    #app-navbar-collapse {
      background:#fff;
      color: #000;
      margin-top: 50px;
      position: absolute;
      left: 0;
      right: 0;
      border: 0;
      height:100vh;
      padding-bottom:100px;
      overflow-y:scroll;
    }
  
    #app-navbar-collapse ul li {
      width: 100%;
    }
  
    #app-navbar-collapse ul li a {
      color:#000 !important;
    }
  
    #app-navbar-collapse ul li a:hover {
      color:#fff !important;
    }
    
    #app-navbar-collapse ul li.dropdown ul, #app-navbar-collapse ul li.dropdown ul li.dropdown-submenu ul{
      display: inline-block;
      position: relative !important;
      top: 0;
      width: 100%;
      border: 0;
      box-shadow: none;
      margin-top: 0;
      padding-top: 0;
      padding-left: 10px;
      padding-right: 10px;
      left:0;
      padding-bottom:0;
    }
  
  
    .dropdown-submenu > a::after {
      display: none;
    }
  
    .navbar-nav .dropdown-menu {
      top:0 !important;
      max-width:100%;
    }
  
    .table .tableleistung {
      width:70%;
      font-size:1rem;
    }
  
    .table .tablepreis {
      width:30%;
      font-size:1rem;
    } 
  
    .sportbrow {
      display: block;
    }
  
    .sportbrow .hotelboxer {
      width:100%;
    }
  
    #bookRoom .form-row .anredeselect {
      margin-bottom:1rem;
    }
  
    #bookRoom #addteilnehmer.form-row {
      margin-bottom:2rem;
      padding-bottom:1rem;
      padding-top:1rem;
      background:#e6e6e6;
    }
  
    .hotelview.sportbasis {
      display: block;
    }
  
    .hotelview.sportbasis .sportlogoimg {
      width:100%;
      max-width: 100%;
      margin-bottom:1rem;
    }
  
  }