/* verlaeufe */
.sidepanel {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  z-index: 100;
  pointer-events: none;
}
.sidepanel > div {
  height: 75px;
  margin-bottom: 1px;
  display: flex;
  justify-content: flex-end;
  margin-right: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sidepanel > div a {
  pointer-events: all;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding-right: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 200;
  font-family: "Fieldwork", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.sidepanel > div a:hover {
  -webkit-transform: translateX(75px);
  -moz-transform: translateX(75px);
  -ms-transform: translateX(75px);
  -o-transform: translateX(75px);
  transform: translateX(75px);
}
.sidepanel > div a:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=(70));
  opacity: 0.7;
}
.sidepanel > div:last-child {
  margin-bottom: 0;
}
.sidepanel .request a {
  background-color: #192c28;
}
.sidepanel .telButton a {
  background-color: #53736f;
}
.sidepanel .gallery a {
  background-color: #637677;
}
.sidepanel .panoramaicon a {
  background-color: #7f9394;
}
.sidepanel .sommerButton a {
  background-color: #9ca4a2;
}
.hanthaModules#hea_011a {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  background-color: #ffffff;
  font-family: "Fieldwork", sans-serif;
}
.hanthaModules#hea_011a .bgheader {
  background-color: #ffffff;
}
.hanthaModules#hea_011a .container {
  width: 1360px;
}
.hanthaModules#hea_011a {
  position: fixed;
}
.logo {
  top: 15px;
  margin: 0 90px;
}
.logo img {
  width: 130px;
  height: 46px;
}
#menu .table .table-cell > ul > li:before {
  content: "";
  background-color: #192c28;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 43px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
html[lang='de'] #menu .table .table-cell > .before > li:before {
  margin-left: -20px;
}
html[lang='de'] #menu .table .table-cell > .after > li:before {
  margin-left: -24px;
}
html[lang='it'] #menu .table .table-cell > .before > li:before {
  margin-left: -27px;
}
html[lang='it'] #menu .table .table-cell > .after > li:before {
  margin-left: -34px;
}
html[lang='en'] #menu .table .table-cell > .before > li:before {
  margin-left: -22px;
}
html[lang='en'] #menu .table .table-cell > .after > li:before {
  margin-left: -42px;
}
#menu .table .table-cell > ul > li > .submenu {
  background-color: #e8ecec;
  display: none;
}
#menu .table .table-cell > ul > li > .submenu ul {
  list-style: none;
}
#menu .table .table-cell > ul > li a:focus {
  text-decoration: none;
}
#menu .table .table-cell > ul > li a:hover,
#menu .table .table-cell > ul > li a.current {
  text-decoration: none;
  color: #9ca4a2;
}
@media screen and (min-width: 992px) {
  #menu {
    display: block !important;
  }
  #menu .table-cell {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    letter-spacing: .1em;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu .table-cell > ul > li {
    font-weight: lighter;
    display: block;
  }
  #menu .table-cell > ul > li.hoveroverexit .submenu {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #menu .table-cell > ul > li:first-child {
    padding-left: 0;
  }
  #menu .table-cell > ul > li:first-child:before {
    display: none;
  }
  #menu .table-cell > ul > li > .submenu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu .table-cell > ul > li > .submenu .element {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu .table-cell > ul > li > .submenu .element > a {
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0;
    letter-spacing: .1em;
    display: block;
    font-style: italic;
    color: #75807e;
    position: absolute;
  }
  #menu .table-cell > ul > li > .submenu.hasspc .element ul {
    padding-top: 45px;
  }
  #menu .table-cell > ul > li > .submenu ul li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 14.5px 0;
    letter-spacing: .02em;
    min-height: 45px;
    border-bottom: 1px solid #c2caca;
  }
  #menu .table-cell > ul > li > .submenu ul li:last-child {
    border: none;
  }
  #menu .table-cell > ul > li > .submenu .img {
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu .table-cell > ul > li > .submenu .img img {
    height: auto;
    max-width: 100%;
    display: block;
    padding: 15px 0;
  }
  #menu .table-cell > ul > li a {
    color: #192c28;
  }
  #menu .table-cell > ul > li a:hover,
  #menu .table-cell > ul > li a.current {
    text-decoration: none;
    color: #9ca4a2;
  }
  #menu .table-cell > ul > li {
    display: inline-block;
    height: 90px;
    line-height: 90px;
  }
  #menu .table-cell > ul > li > .submenu {
    position: absolute;
    width: 100%;
    padding: 30px 0;
    z-index: -1;
  }
  #menu .table-cell > ul.before {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #menu .table-cell > ul.before > li > .submenu {
    left: 0;
    top: -500px;
  }
  #menu .table-cell > ul.before > li > .submenu .element {
    float: left;
  }
  #menu .table-cell > ul.before > li > .submenu .img {
    float: right;
  }
  #menu .table-cell > ul.before > li.hover .submenu {
    top: 90px;
    -webkit-box-shadow: 0 0 10px 0 rgba(25, 44, 40, 0.75);
    box-shadow: 0 0 10px 0 rgba(25, 44, 40, 0.75);
  }
  #menu .table-cell > ul.after {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #menu .table-cell > ul.after > li > .submenu {
    top: -500px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu .table-cell > ul.after > li > .submenu .element {
    float: right;
  }
  #menu .table-cell > ul.after > li > .submenu .img {
    float: left;
  }
  #menu .table-cell > ul.after > li.hover > .submenu {
    top: 90px;
    -webkit-box-shadow: 0 0 10px 0 rgba(25, 44, 40, 0.75);
    box-shadow: 0 0 10px 0 rgba(25, 44, 40, 0.75);
  }
  #menu .table-cell .mobile {
    display: none;
  }
  #logo-mobile {
    display: none;
  }
  #lang .mobile {
    display: none;
  }
}
@media (max-width: 1360px) {
  .hanthaModules#hea_011a .container {
    width: 990px;
  }
  #logo {
    margin: 0 30px;
  }
  #logo img {
    width: 100px;
    height: 35.4px;
  }
  #menu .table-cell {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
  #menu .table-cell > ul > li {
    padding-left: 20px;
  }
  #menu .table-cell > ul > li:before {
    left: 5px;
  }
}
#lang {
  position: absolute;
  top: 32px;
  right: 15px;
}
#lang a {
  color: #192c28;
}
#lang a:after {
  content: " | ";
  vertical-align: middle;
  font-size: 18px;
  color: #192c28;
}
#lang a:last-child:after {
  content: "";
}
#lang a:hover {
  text-decoration: none;
  color: #9ca4a2;
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  #lang {
    top: 105px;
  }
  #lang a,
  #lang a:after {
    color: #ffffff;
  }
}
/*
.mediaDesktopMax({

});
*/
/*
.mediaDesktopMedium({

});
*/
/*
.mediaDesktopSmall({

});
*/
@media screen and (max-width: 991px) {
  #logo-mobile {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
  #menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #d8dedf;
    overflow: scroll;
  }
  #menu.opensub {
    overflow: hidden;
  }
  #menu .table {
    display: table;
    width: 100%;
    height: 100%;
  }
  #menu .table .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  #menu .table .table-cell > ul > li {
    padding-left: 0;
  }
  #menu .table .table-cell > ul > li > .submenu {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: scroll;
  }
  #menu .table .table-cell > ul > li > .submenu .element {
    width: 100%;
  }
  #menu .table .table-cell > ul > li > .submenu > .container {
    height: 100%;
    width: 100%;
  }
  #menu .table .table-cell > ul > li > .submenu > .container > .row {
    margin-top: 30px;
  }
  #menu .table .table-cell > ul > li > .submenu .back {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0;
    font-style: italic;
    letter-spacing: .1em;
    color: #75807e;
    cursor: pointer;
    margin-bottom: 30px;
  }
  #menu .table .table-cell > ul > li > .submenu .back .icon {
    display: inline-block;
    background: url(../../images/arrow_left_60.svg) no-repeat center center;
    background-size: contain;
    padding-left: 35px;
    margin-right: 7.5px;
    width: 28px;
    height: 13px;
  }
  #menu .table .table-cell > ul > li > .submenu .element > a + ul {
    display: none;
  }
  #menu .table .table-cell > ul > li > .submenu .element > a + ul a {
    color: #9ca4a2;
    line-height: 35px;
  }
  #menu .table .table-cell > ul > li > .submenu .element > a + ul a.current {
    text-decoration: underline;
  }
  #menu .table .table-cell > ul > li > .submenu .element > a + ul li:after {
    display: none;
  }
  #menu .table .table-cell > ul > li > .submenu .element > a {
    color: #192c28 !important;
  }
  #menu .table .table-cell > ul > li > .submenu li:after,
  #menu .table .table-cell > ul > li > .submenu .element:after {
    content: "";
    background-color: #192c28;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    display: block;
    position: relative;
    margin-left: 50%;
    bottom: 0;
  }
  #menu .table .table-cell > ul > li > .submenu .element:last-child:after,
  #menu .table .table-cell > ul > li > .submenu li:last-child:after {
    display: none;
  }
  #menu .table .table-cell > ul > li a {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0;
    letter-spacing: .02em;
    display: block;
    color: #192c28;
    padding-bottom: 10px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu .table .table-cell > ul > li a.openmenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
  #menu .table .table-cell > ul > li a.current {
    font-style: italic;
  }
  #menu .table .table-cell > ul > li:before {
    display: none;
  }
  #menu .table .table-cell > ul li.openmenu > a,
  #menu .table .table-cell > ul li .submenu .element a.showsub,
  #menu .table .table-cell > ul li .submenu li a.showsub {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
  #menu .table .table-cell > ul.after > li:last-child:before {
    width: 0;
    height: 0;
  }
  #menu img {
    display: none !important;
  }
  #menu .close-button {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 55;
  }
  #menu .close-button:after,
  #menu .close-button:before {
    content: "";
    width: 39px;
    background-color: #192c28;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60%;
  }
  #menu .close-button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
  #menu .close-button:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu .close-button:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #lang {
    position: relative;
    right: 0;
    top: 50px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  #lang.openmenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
  #lang .desktop {
    display: none;
  }
  #lang a,
  #lang a:after {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0;
  }
  #hamburger-button {
    padding: 32px;
    cursor: pointer;
    width: 94px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #hamburger-button div {
    width: 30px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 11px;
    background-color: #192c28;
  }
  #hamburger-button div:nth-child(3) {
    margin-bottom: 0;
  }
  #hea_011a.hanthaModules .bgheader {
    height: 90px;
  }
  .logo img {
    width: 88px;
    height: 52px;
  }
  #buttons-mobile {
    position: absolute;
    left: 0;
  }
  #buttons-mobile .tel,
  #buttons-mobile .location {
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 70px;
    height: 90px;
  }
  #buttons-mobile .tel {
    background-image: url(../../images/tel.svg);
    background-size: 27px;
  }
  #buttons-mobile .location {
    background-image: url(../../images/location.svg);
    background-size: 20px;
  }
}
/*
.mediaMobile({

});
*/
.slider-logo img {
  margin-right: 12px;
}
@media (max-width: 1555px) {
  .slider-logo img {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .slider-logo img {
    margin-right: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .sidepanel {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    bottom: -1px;
    right: 0;
    display: flex;
    width: 100%;
  }
  .sidepanel > div {
    margin-right: 0;
    width: 75px;
    height: 75px;
    overflow: hidden;
    justify-content: flex-start;
    width: 100%;
  }
  .sidepanel > div a {
    width: 100%;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .sidepanel > div a:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .sidepanel > div a img {
    width: 75px;
    height: 75px;
    width: 100%;
  }
  .sidepanel > div a span {
    display: none;
  }
}
