/*delete*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap");
/* 400 regular, 600 semiibold, 800 extra-bold */
* {
  margin: 0;
  padding: 0; }

html {
  background: #fff; }

body {
  font-family: Montserrat !important;
}

body.body-interuption {
  height: 100vh;
  overflow: hidden; }

.side-menu {
  display:none;
}

.mt_menu{
 display:none;
}
  
.top-bar {
  height: 90px;
  width: 100%;
  z-index: 2;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: Montserrat; 
  -webkit-font-smoothing: antialiased;
  background: white;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }
  .top-bar a.logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px; }
    .top-bar a.logo img {
      height: 55px; }
  .top-bar .logo-pos {
    display: block; }
  .top-bar .logo-neg {
    display: none; }
  .top-bar .top-bar_right {
    width: 100%;
    /* padding-left: 50px; SJ */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*subnavi level 2*/ }
    .top-bar .top-bar_right .blue-top-bar {
      background: #00A7EE;
      color: white;
      font-size: 11px;
      text-transform: uppercase;
      height: 22px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .top-bar .top-bar_right .blue-top-bar .blue-top-bar_left {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-top: -2px;
        margin-left: 10px; }
      .top-bar .top-bar_right .blue-top-bar a.login {
        display: block;
        background: #242424;
	color: white;
        height: 100%;
        /* width: 114px; SJ*/
	width: 257px;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 1px;
        margin-right: 20px; }
        .top-bar .top-bar_right .blue-top-bar a.login:hover {
          cursor: pointer;
          background: white;
          color: #242424; }
    .top-bar .top-bar_right .login svg {
      position: relative;
      top: 1px;
      right: 4px;
      height: 11px; }
      .top-bar .top-bar_right .login svg path {
        stroke: white; }
    .top-bar .top-bar_right .navigation {
         margin-top: 0;
         
	  -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .top-bar .top-bar_right .navigation ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
      .top-bar .top-bar_right .navigation li {
        list-style: none;
        white-space: nowrap;
        position: relative; }
    .top-bar .top-bar_right .navigation > ul > li {
      height: 100%;
      height: 70px; }
    .top-bar .top-bar_right .navigation > ul > li > a {
      padding: 20px;
      display: inline-block;
      font-size: 16px;
      color: #242424;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      position: relative;
      margin-top: 3px; }
    /* @media (min-width: 801px) { */
      @media (min-width: 1101px) {
      .top-bar .top-bar_right .navigation > ul > li > a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 11px 6px;
        border-color: transparent transparent #00A7EE transparent;
        position: absolute;
        bottom: -12px;
        top: -1000px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
                transform: translate(-50%, 0px);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
      .top-bar .top-bar_right .navigation > ul > li:hover > a::after {
        -webkit-transform: translate(-50%, -10px);
                transform: translate(-50%, -10px);
        top: auto; } }
    .top-bar .top-bar_right .navigation > ul > li:last-of-type:hover > a::after {
      display: none; }
    
    .top-bar .top-bar_right .navigation > ul > li:nth-last-of-type(2):hover > a::after {
      display: none; }

    .top-bar .top-bar_right .navigation > ul > li:first-of-type:hover > a::after {
       display: none; }  
     
.top-bar .top-bar_right .navigation > ul > li:nth-last-of-type(2) {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 20px;
      height: 36px;
      margin-top: -3px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }



      .top-bar .top-bar_right .navigation > ul > li:nth-last-of-type(2) a { 
        padding: 0;
        border: 1px solid black;
        padding: 5px 9px;
        font-weight: 800;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }

.top-bar .top-bar_right .navigation > ul > li:nth-last-of-type(2) a:hover {
          color: white;
          background: #00A7EE;
          border-color: #00A7EE; }
    .top-bar .top-bar_right .navigation > ul > li:hover {
      cursor: pointer; }



      .top-bar .top-bar_right .navigation > ul > li:first-of-type {
      margin-left: -10px; }



    .top-bar .top-bar_right .navigation > ul > li:last-of-type {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 20px;
      height: 36px;
      margin-top: -3px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      
	      
	      
	     .top-bar .top-bar_right .navigation > ul > li:last-of-type a {
        padding: 0;
        border: 1px solid #242424;
        padding: 5px 9px;
        font-weight: 800;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .top-bar .top-bar_right .navigation > ul > li:last-of-type a:hover {
          color: white;
          background: #00A7EE;
          border-color: #00A7EE; }
    .top-bar .top-bar_right .navigation > ul > li:hover {
      cursor: pointer; }
   /*  @media (min-width: 801px) { */
      @media (min-width: 1101px) {
      .top-bar .top-bar_right .navigation > ul > li:hover ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        top: inherit;
        -webkit-transform: translate(0, 0px);
                transform: translate(0, 0px); } }
    
     /* @media (min-width: 1101px) {*/
     @media (min-width: 1201px) {
      .top-bar .top-bar_right .navigation > ul > li:hover ul {
        -webkit-transform: translate(-50%, 0px);
                transform: translate(-50%, 0px); } }
    .top-bar .top-bar_right .navigation ul ul {
      width: 250px;
      height: auto;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      position: absolute;
      background: white;
      border-top: 3px solid #01a7ee;
      margin-top: 2px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      left: 50%;
      -webkit-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      padding: 5px 0px 5px 0px;
      top: -5000%;
      /*
            &:before{
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 6px 11px 6px;
                border-color: transparent transparent #00a7ee transparent;
                position: absolute;
                top: -14px;
            }*/ }
      .top-bar .top-bar_right .navigation ul ul li {
        width: 90%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        white-space: normal;
        margin-bottom: 0px;
        padding: 5px 0px; }
        .top-bar .top-bar_right .navigation ul ul li a {
          white-space: normal;
          color: #242424;
          text-decoration: none;
          font-size: 16px;
          display: block;
          padding: 5px 10px;
          font-weight: 600;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
          .top-bar .top-bar_right .navigation ul ul li a:hover {
            background: #00A7EE;
            color: white; }
        .top-bar .top-bar_right .navigation ul ul li span {
          font-size: 11px;
          line-height: 16px;
          display: inline-block;
          font-weight: 400; }
      .top-bar .top-bar_right .navigation ul ul .subnavi-highlight {
        margin-top: auto;
        margin-bottom: 0px; }
      .top-bar .top-bar_right .navigation ul ul .subnavi-highlight ~ .subnavi-highlight {
        margin-top: 0; }
      .top-bar .top-bar_right .navigation ul ul .subnavi-highlight {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .top-bar .top-bar_right .navigation ul ul .subnavi-highlight a {
          text-align: center;
          font-weight: 800;
          border: 1px solid #242424;
          font-size: 12px; }
        .top-bar .top-bar_right .navigation ul ul .subnavi-highlight:first-of-type {
          margin-top: auto;
          background: green; }
      .top-bar .top-bar_right .navigation ul ul::after {
        content: "";
        display: block;
        height: calc(100% - 40PX);
        width: 1px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }

.nodesktop {
  display: none; }

.mobile-fix-bar {
  display: none; }

/*scroll invert effect*/
.top-bar.nav-scroll-invert {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .top-bar.nav-scroll-invert .top-bar_right .navigation > ul > li > a {
    color: white; }

.top-bar.nav-scroll-invert .top-bar_right .navigation > ul > li:nth-last-of-type(2) a {
  border-color: white; }


.top-bar.nav-scroll-invert .top-bar_right .navigation > ul > li:last-of-type a {
  border-color: white; }
  .top-bar.nav-scroll-invert .top-bar_right .navigation > ul > li:last-of-type a:hover {
    color: #242424;
    background: white; }

.top-bar.nav-scroll-invert .logo-pos {
  display: none; }

.top-bar.nav-scroll-invert .logo-neg {
  display: block; }

/* @media (min-width: 801px) { */
  @media (min-width: 1101px) {
  .top-bar.nav-scroll-invert .top-bar_right .blue-top-bar a.login {
    background: white;
    color: #242424; }
  .top-bar.nav-scroll-invert .login svg path, .top-bar.nav-scroll-invert .login svg line, .top-bar a.login:hover svg path, .top-bar a.login:hover svg line {
    stroke: black; }
  .top-bar.nav-scroll-invert .navigation ul ul {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px); } }

/*scroll invert effect ende*/
/*tablet*/
/* @media (max-width: 1100px) { */
@media (max-width: 1200px) {	
  .top-bar a.logo {
    display: none; }
  .top-bar .top-bar_right {
    padding-left: 0; }
  .top-bar .top-bar_right .blue-top-bar {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .top-bar .top-bar_right .navigation {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .top-bar .top-bar_right .navigation ul ul {
    left: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    width: 240px;
    height: auto !important; }
    .top-bar .top-bar_right .navigation ul ul li {
      width: 100%; }
  .top-bar .top-bar_right .navigation ul ul::after {
    display: none; }
  .top-bar .top-bar_right .navigation ul ul .subnavi-highlight {
    margin-top: 20px; }
  .top-bar a.logo {
    display: none; }
  .top-bar .top-bar_right .blue-top-bar .blue-top-bar_left {
    margin-top: 0;
    line-height: 23px; }
  .nodesktop {
    display: inline-block;
    color: white;
    text-decoration: none; }
    .nodesktop strong {
      font-weight: 600; }
    .nodesktop img {
      background: #242424;
      padding: 6px;
      float: left;
      width: auto;
      margin-right: 10px; } 


}

@media (max-width: 560px) {
   .blue-top-bar-container {
      display: block !important;
   }

}

@media (max-width: 1100px) { 

   .top-bar .top-bar_right .navigation > ul > li:nth-last-of-type(2) {
        margin-right: 0px;
        height: auto;
        margin-top: 0px;
	
    }

 .top-bar .top-bar_right .navigation > ul > li:nth-last-of-type(2) a {
        /* border-top: 1px solid white; SJ */
	border-top:0px;
	border-bottom: 1px solid white;
	border-left: 0px;
	border-right: 0px;
	font-weight: 600;
 }

 .top-bar .top-bar_right .login a {
 	color: white;
 }

	  
	  /* @media (max-width: 800px) { SJ*/
  .top-bar .top-bar_right .navigation > ul > li:first-of-type {
    margin-left: inherit; }
  .top-bar {
    min-height: 48px;
    height: 48px;
    background: #fff;
    position: fixed;
    -webkit-transition: background-color 1s ease, -webkit-backdrop-filter 1s ease;
    transition: background-color 1s ease, -webkit-backdrop-filter 1s ease;
    transition: backdrop-filter 1s ease, background-color 1s ease;
    transition: backdrop-filter 1s ease, background-color 1s ease, -webkit-backdrop-filter 1s ease; }
  .top-bar.top-bar-active {
    position: fixed;
    height: 100%;
    overflow: scroll;
    background: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .top-bar .top-bar_right .navigation {
    padding: 0;
    margin-top: 48px;
    position: relative;
    position: relative;
    height: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .top-bar .top-bar_right .navigation ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    margin-bottom: -1px; }
  .top-bar .top-bar_right .navigation > ul > li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    border-bottom: 1px solid white; }
    .top-bar .top-bar_right .navigation > ul > li a {
      padding: 0;
      width: 100%;
      height: 42px;
      /* background: #01a7ee;*/
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: white;
      margin: 0; }
      .top-bar .top-bar_right .navigation > ul > li a:hover {
        cursor: pointer; }
  .top-bar .top-bar_right .navigation ul ul {
    display: none;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: auto;
    -webkit-transform: none;
            transform: none; }
    .top-bar .top-bar_right .navigation ul ul li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #E1E1E1; }
      .top-bar .top-bar_right .navigation ul ul li a {
        background: white;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0; }
        .top-bar .top-bar_right .navigation ul ul li a span {
          display: none; }
        .top-bar .top-bar_right .navigation ul ul li a:hover {
          background: inherit;
          /* color: #00A7EE; */
          background: #fff; }
    .top-bar .top-bar_right .navigation ul ul .subnavi-highlight {
      margin: 0; }
      .top-bar .top-bar_right .navigation ul ul .subnavi-highlight a {
        /* font-size: inherit; SJ */
	font-size: 16px;
        font-weight: 600;
        border: 0; }
  .mobile-fix-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 100%;
    background: white;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2; }
  .mobile-logo {
    height: 48px;
    padding: 4px 0px;
    margin-left: 12px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left; }
    .mobile-logo img {
      width: auto;	    
      height: 100%; }
  /*login button*/
  .top-bar .top-bar_right .blue-top-bar {
    display: none;
    bottom: 0;
    background: #fff !important; }
  .blue-top-bar_left {
    display: none; }
  .blue-top-bar-container {
    margin: 0 auto;
  }
  .top-bar .top-bar_right .blue-top-bar a.login {
    height: auto;
    width: auto;
    margin: 12px;
    padding: 6px 41px;
    font-size: 13px;
    color: white;}
    .top-bar .top-bar_right .blue-top-bar a.login:hover {
      background: #242424;
      color: inherit; }
  /*login button ende*/
  /*book now button*/
  .top-bar .top-bar_right .navigation > ul > li:last-of-type {
    display: none; }
  .mobile-book-now {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .mobile-book-now a {
      padding: 5px 9px;
      font-weight: 800;
      margin: 0;
      border: 1px solid black;
      background: none;
      color: black;
      width: 113px;
      height: 30px;
      padding-top: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  /*book now button ende*/
  /*Burger Menu trigger*/
  .burger-menu-trigger {
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 5px; }
    .burger-menu-trigger:hover {
      cursor: pointer; }
  .burger-line {
    height: 4px;
    width: 32px;
    background: #242424;
    -webkit-transition: .2s all ease;
    transition: .2s all ease; }
  .burger-active .burger-line1 {
    -webkit-transform: rotate(45deg) translate(5px, 10px);
            transform: rotate(45deg) translate(5px, 10px);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .burger-active .burger-line2 {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
  .burger-active .burger-line3 {
    -webkit-transform: rotate(-45deg) translate(5px, -10px);
            transform: rotate(-45deg) translate(5px, -10px);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  /*Burger menu Trigger End*/
  /*mobile navigation funktionen*/
  .navigation, .blue-top-bar {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity; }
  .top-bar .top-bar_right .blue-top-bar.mobile-nav-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    border-top: 1px solid #efefef;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .mobile-nav-active {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .top-bar .top-bar_right .navigation ul li.subnavi-active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /*experimental pseudo - dont display scrollbar in mobile nav*/
  .top-bar.top-bar-active::-webkit-scrollbar {
    display: none; } 

    
.top-bar .top-bar_right .navigation > ul > li:nth-last-of-type(2) {
       margin-right: 0px;
       height: auto;
       margin-top: 0px;
}

.top-bar .top_bar_right .navigation > ul >li:nth-last-of-type(2) a {
       border: 1px solid white;
}

}

@media (hover: none) {
  .top-bar .top-bar_right .navigation ul ul li a:hover {
    background: inherit;
    color: inherit;
    background: #fff; } }
