
@viewport{
    zoom: 1.0;
    width: device-width;
}

body,
html,
.home{
  padding: 0px;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  text-rendering: auto;
  text-rendering: optimizeSpeed;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
}

body {
  padding: 0px;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 15px;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%; /* 2 */
}

a {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #686868;
    text-decoration: underline;
}

a:focus, a:hover {
    color: #686868;
    text-decoration: underline;
    font-size: bold;
}

/*IE9*/
*::-moz-selection
{
    background-color:transparent;
    outline: 0 !important;
    outline: 0 !important;
    outline-width: 0; outline: none;

}
*::selection
{
    background-color:transparent;
    outline: 0 !important;
    outline: 0 !important;
    outline-width: 0; outline: none;

}
*::-moz-selection
{
    outline: 0 !important;
    background-color:transparent;
    outline: 0 !important;
    outline-width: 0; outline: none;
}
*
{
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    /*IE10*/
    -ms-user-select: none;
    user-select: none;
    outline: 0 !important;
    outline-width: 0; outline: none;
    /*You just need this if you are only concerned with android and not desktop browsers.*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"], textarea, [contenteditable]
{

    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
a:active, a:hover {
  outline: 0;
      -webkit-user-select: none;
    -moz-user-select: -moz-none;
    /*IE10*/
    -ms-user-select: none;
    user-select: none;

    /*You just need this if you are only concerned with android and not desktop browsers.*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0 !important;

}

p {
    margin: 5px 0 20px;
    word-wrap: break-word;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 22px;
}

.h3, h3{
    font-size: 29px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #b7b0a8;
}

div#link {
    display: none;
}

.clear{
    clear: both;
    float: none;
}

.main {
    margin: 20px 20px 0px 20px;
}

.main.home {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 20px 4px 20px;
    margin: 0px;
}

.main.impressionen{
  /*  margin: 3px 10px 20px 20px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 10px 10px 20px;
  margin: 0px;
}

.preload{
  display: none;
  width: 0px;
  height: 0px;
  border: 0px;
}

.navbar {
  position: relative;
  min-height: 120px;
  margin-bottom: 20px;
  border: 0px solid transparent;
}

.navbar-default{
  background-color: transparent;
  border-color: transparent;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #555;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border-width: 0px;
    padding: 0px;
}

.full-screen-panel {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/impressionen/l1-markos-m55a-astronaut-nh.jpg);
    /* background-image: url(/assets/img/impressionen/l1-markos-m55a-astronaut-nh.webp); */
    height: calc(100vh - 78px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main.impressionen .full-screen-panel{
  background-image: none;
  height: 100%;
}

.main.kontakt .full-screen-panel {
    min-height: calc(100vh - 78px)!important;
}

.nav-content {
    background: #fff;
    background: rgba(255,255,255,0.8);
    height: 40px;
    margin-top: 81px;
    margin-left: 40px;
    margin-right: 160px;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.logo {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: #fff;
  padding: 15px 20px 15px 15px;
  /* width: 130px;
  height: 96px; */
  display: flex;
  align-items: center;
}

.logo a{
    display: block;
}

.logo img {
    width: 95px;;
    height: 71px;;
}

.logo.black{background-color: #000;}

.bt-square {
  position: fixed;
  left: 20px;
  bottom: 0px;
  z-index: 999;
  width: 50px;
  height: 40px;
  background-color: #fff;
}

 .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
   color: #fff;
   background-color: #686868;
 }

.nav-pills {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0px;
}

.nav-pills > li{
    float: left;
    display: block;
    min-width: 100px;
    border-right: 2px solid rgba(255,255,255,0.6);
}

.nav-pills > li > a {
    border-radius: 0px;
    border: 0px;
    min-width: 0;
    color: #191a1a;
    text-decoration: none;
    background: none;
    text-align: center;
    margin: 0px !important;
}

ul.nav > li.active > a, ul.nav-pills li.active a {
    background: #555657;
}

.articleBody{
  background: rgba(255,255,255,0.8);
  padding: 25px;
  width: 50%;
  margin-left: 40px;
  margin-right: 160px;
  margin-bottom: 15px;
  position: relative;
}

@media only screen and (max-width: 1470px) {
  .articleBody{
    width: 86%;
    margin-left: 40px;
    margin-right: 160px;
    margin-bottom: 10px;
    position: relative;
  }
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#slider-thumbs .thumbnail,
#impressionen.main-content{
    background-image: none;
}

.impressionen .footer{
  display: none;
}

.text-content{
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 6.42857%;
  padding-left: 6.42857%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
}

.typography-promo-headline{
  font-size: 40px;
  line-height: 1.19048;
  letter-spacing: .011em;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #686868;
  font-style: italic;
  font-weight: 400;
}

.promo-wrapper{
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: .011em;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-align: center;
  color: #686868;
  font-weight: 200;
}

.text-content .button-panel .btn-a a {
    font-size: 40px;
    line-height: 1.19048;
    letter-spacing: .011em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #686868;
    font-style: italic;
    font-weight: 400;
}

.text-content .button-panel .btn-a a:hover{
  text-decoration: overline!important;
  border: none;
  font-style: normal;
}

.text-panel .typography-promo-headline{
  display: block;
}

.text-panel .promo-wrapper{
  display: none;
}

.show{
  display: block!important;
}

.hidden{
  display: none!important;
}




.date .vh-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    top: unset;
    left: unset;
    background-image: none;
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    content: " ";
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #fafafa;
}

.text.vh-icon.active{
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #737373;
  border-top: 1px;
}

.date .vh-icon.active {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #fafafa;
    border-top: 1px;
}

.text.vh-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    top: unset;
    left: unset;
    background-image: none;
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    content: " ";
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #737373;
}

.text-content.team .button-panel .btn-a.contact_aform a{text-decoration: none;}

.date span {
    font-style: italic;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 25px;
    background-color: #635a5a91;
    padding: 3px 15px;
    display: none;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    letter-spacing: .011em;
}

.date span {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 25px;
    background-color: #635a5a91;
    padding: 3px 15px;
    display: none;
}

.btn-group-lg>.btn, .btn-lg,
.btn-a a{
  color: #686868;
  background-color: #ffffff;
  border-color: #686868;
  border-width: 3px;
  font-weight: bold;
  border: none!important;
  display: inline-block;
  padding: 11px;
  border-radius: 0px;
}

#submit_btn,
.btn-a a {
    color: #686868;
    font-weight: 500;
}

/* #impressionen .nav-content{
    background: #eee;
} */

.articleBody.gallerie {
    width: 100%;
    background: transparent;
    height: 40px;
    margin-top: 81px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.articleBody.nbg {
    background: transparent;
    margin-left: 40px;
    margin-right: 160px;
    margin-bottom: 15px;
    padding: 0px;
    margin-top: -60px;
}

.scroll{
  overflow-x: scroll;
  max-height: 60vh;
}

.ft_jk_bottom {
  position: absolute;
  background: #fff;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
}

.kontakt .footer{
  position: relative;
  bottom: -13px;
  left: -20px;
}

.footer-nav {
    position: absolute;
    left: 35px;
    bottom: 20px;
    width: 300px;
    height: 40px;
}

.footer-nav ul{
  list-style-type: none;
}

.footer-nav  ul li{
  display: inline-block;
}

.footer-nav ul li a {
    color: #fff;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
}

.foto-feed{
  margin: 0 auto;
  position: relative;
}

#slider-thumbs .thumbnail{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

.gallerie {
  position: relative;
  margin-left: -3px;
}

.karte-image {
    margin: 25px 0 25px 0;
}

.hero__continue{
    position: absolute;
    right: 0;
    margin-top: -70px;
    left: 0;
    z-index: 1000;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 100;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
    width: 20px;
    height: 35px;
    margin-left: -12px;
    top: 50%;
    margin-top: 10px;
    box-shadow: inset 0 0 0 2px rgb(166, 163, 161);
    border-radius: 25px;
    overflow: hidden;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: rgb(166, 163, 161);
  margin-left: -4px;
  top: 0px;
  border-radius: 4px;
  -webkit-animation-duration: 2.0s;
          animation-duration: 2.0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */

.thumbnail{
    border: none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

.grid {
    max-width: 100%;
    list-style: none;
    width: 100%;
    margin: 0px auto;
    padding: 2.5px;
}

.grid li {
    display: block;
    float: left;
    padding: 2.5px;
    width: 49.75%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.grid li a,
.grid li img,
.grid li video {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    width: 100%;
    background-color: #fafafa;
}

/* Die Kachelbilder tragen jetzt width/height-Attribute. Zusammen mit
   width:100% + height:auto leitet der Browser die Hoehe aus dem
   Seitenverhaeltnis ab und reserviert den Platz schon vor dem Laden:
   kein Layout-Shift, und Masonry kann layouten, ohne auf die Bilder zu warten.
   Bewusst nur direkte Kinder von .thumbnail - .jc-slide, .fyp-cell img und
   .profil img sitzen in fix dimensionierten Containern und setzen ihre
   Hoehe selbst. */
.grid li .thumbnail > img,
.grid li .thumbnail > picture > img {
    height: auto;
}

.video-thumbnail{
  overflow: hidden;
}

#video-panel{
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  padding-right: 5px;
}

video {
  max-width: 100%;
  height: auto;
}


.iframe-panel{
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  padding-right: 5px;
}

.iframe-panel iframe {
  border: none;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 2px 0px;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% { }
    100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes fadeIn {
    0% { }
    100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-4 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
    0% { }
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes fallPerspective {
    0% { }
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-5 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
    0% { }
    100% { -webkit-transform: rotateX(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes fly {
    0% { }
    100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-6 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
    0% { }
    100% { -webkit-transform: rotateX(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes flip {
    0% { }
    100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-7 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
    0% { }
    100% { -webkit-transform: rotateY(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes helix {
    0% { }
    100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

/* Effect 8:  */
.grid.effect-8 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-8 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
    0% { }
    70% { -webkit-transform: scale(1.1); opacity: .8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes popUp {
    0% { }
    70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@media screen and (max-width: 900px) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .grid li {
        width: 100%;
    }
}

/* Effect Ende */

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
}

.carousel-control {
    display: none;
    position: absolute;
    top: 40%;
    left: 45px;
    width: 40px;
    height: 40px;
    margin-top: -19px;
    font-size: 60px;
    font-weight: 100;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    border-radius: 23px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.carousel-control.right{
    right: 45px;
}


.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    background-color: #fff;
}


.modal-content{
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.modal-header{
    border: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    border-bottom: 2px dotted #b7b0a8;
    padding-bottom: 15px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary:hover {
    background-color: #b7b0a8;
    color: #0d1b25;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 3px solid transparent;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-item{
    width: 105px;
    height: 105px;
    overflow: hidden;
}

.item-1{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1150;
}

.item-2{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1150;
}

.item-3{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1150;
}

.item-4{
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 1150;
}

.btn-group-lg>.btn, .btn-lg{
    font-size: 14px;
}

.menu-1, .menu-2, .menu-3, .menu-4 {
    width: 180px;
    font-size: 18px;
    height: 180px;
    line-height: 11;
    text-align: left;
    position: absolute;
    z-index: 1150;
    padding: 0px;
    font-family: 'Lobster',cursive;
    background-color: rgba(255, 255, 255, 0.59);
    color: rgba(8, 5, 2, 0.72);
    font-weight: bold;
    background: rgba(255, 255, 255, 0.47);
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 100px;
    font-family: 'Lobster Two', cursive;
}

.menu-1{
    left: -75px;
    top: -75px;
    text-align: right;
}

.menu-2 {
    right: -75px;
    top: -75px;

}

.menu-3{
    bottom: -75px;
    left: -75px;
    text-align: right;
    line-height: 1;
}

.menu-4 {
    bottom: -75px;
    right: -75px;
    text-align: left;
    line-height: 1;
}

.btn.open{
    background-color: #252525;
    color: #efefef;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 3px solid transparent;
}

.close{
    display: none;
}

.nav-title{
    display: block;
    line-height: 1;
}

.text-menu-panel{
    display: block;
    width: 105px;
    float: right;
    height: 105px;
    text-align: center;
}

.menu-2 .text-menu-panel,
.menu-4 .text-menu-panel{
    float: left;
}


.menu-1.open .close, .menu-2.open .close, .menu-1 .nav-title, .menu-2 .nav-title {
    margin-top: 65px;
}

.menu-3.open .close,
.menu-4.open .close,
.menu-3 .nav-title,
.menu-4 .nav-title{
    margin-top: 24px;
}

.modal-open .hero__continue{
    display: none;
}

.open .close {
    display: block;
    color: #efefef;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-weight: bold;
    text-shadow: none;
    font-size: 18px;
    float: none;
}

.open .nav-title{
    display: none;
}

.footer-content a{
    color: #fff;
    margin-top: 30px;
}

.footer-bottom{
    color: white !important;
    font: 12px/1.5 "proxima-nova", "Gotham SSm A", "Gotham SSm B", sans-serif;
    padding: 50px 15px 120px 15px;
    position: absolute;
    margin-top: -14px;
    left: 0px;
    right: 0px;
    border-top: 5px solid #fff;
}

.social-footer{
    padding: 20px 12px;
    text-align: center;
    background: black;
    color: white;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



.content-panel.essen{
    position: relative;
    height: auto;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    height: 900px;
}

.content-panel.ski{
    position: relative;
    height: auto;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    height: 600px;
}

.circle-1{
    position: absolute;
    margin-top: 20px;
}

.circle-2{
    position: absolute;
    margin-top: 100px;
    margin-left: 240px;
}

.circle-3{
    position: absolute;
    margin-top: 10px;
    margin-left: 500px;
}

.circle-4{
    position: absolute;
    margin-top: 200px;
    margin-left: 60px;
}

.circle-5 {
    position: absolute;
    margin-top: 310px;
    margin-left: 250px;
}

.circle-6{
    position: absolute;
    margin-top: 180px;
    margin-left: 400px;
}

.circle-6s{
    position: absolute;
    margin-top: 215px;
    margin-left: 500px;
}

.circle-7{
    position: absolute;
    margin-top: 380px;
    margin-left: 0px;
}

.circle-8{
    position: absolute;
    margin-top: 300px;
    margin-left: 235px;
}

.circle-9{
    position: absolute;
    margin-top: 380px;
    margin-left: 500px;
}

.circle-10 {
    position: absolute;
    margin-top: 550px;
    margin-left: 100px;
}

.circle-11{
    position: absolute;
    margin-top: 480px;
    margin-left: 300px;
}

.circle-12{
    position: absolute;
    margin-top: 600px;
    margin-left: 450px;
}

.circle-box {
    display: inline-block;
    height: 130px;
    width: 130px;
}

.circle{
    float: left;
    height: 130px;
    width: 130px;
    color: rgba(8, 5, 2, 0.72);
    font-weight: bold;
    border: 3px solid rgb(241, 240, 239);
    border-radius: 100px;
    overflow: hidden;
}

.vh-icon{
  display: none;
}

.footer {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.footer-nav{
  position: absolute;
  left: 35px;
  bottom: 20px;
  width: 100%;
  height: 40px;
}

.ft_jk_bottom {
    display: none;
}

.footer-nav {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #fff;
    height: auto;
}

.footer-nav ul {
    list-style-type: none;
    margin-top: 9px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
}

.footer-nav ul li a {
    color: #686868;
    padding: 15px 10px;
    font-weight: bold;
    display: block;
}

.circle img{
    height: 130px;
    width: 130px;
}

span.circle-text {
    position: absolute;
    display: block;
    width: 123px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #4d4b48;
    line-height: 1.3;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}

.modal-body{
    position: relative;
    padding: 15px;
    text-align: initial;
    font-size: 16px;
    line-height: 1.7;
}

.alert{
    text-align: center;
}

.alert-info{
    color: #17242d;
    background-color: rgba(183, 176, 168, 0.42);
    border-color: transparent;
    border-radius: 0px;
}

.modal-body .btn.btn-lg{
    color: #0d1b25;
    background-color: #b7b0a8;
    border-color: #b7b0a8;
    border-width: 3px;
    font-weight: bold;
    border: none!important;
}

.modal-body .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.87);
    background-image: none;
    border: 0px solid rgb(251, 255, 255);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
}

.datepicker{
    z-index: 1050;
}

#message .form-group label{
    text-align: left;
}

#message .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

#nachricht{
    height: 100px;
}


.datepicker td.active, .datepicker td.active:hover {
    color: #fff;
    background-color: #4d4b48;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434a4f), to(#0d1b25));
    background-image: -webkit-linear-gradient(top, #434a4f, #0d1b25);
    background-image: linear-gradient(to bottom, #434a4f, #0d1b25);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434a4f', endColorstr='#0d1b25', GradientType=0);
    border-color: #4d4b48 #434a4f #0d1b25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

iframe {
    margin: 20px 0;
    width: 100%;
}

.g-recaptcha{
    height: 140px;
}

.image-nava {
    border: 2px solid #b7b0a8;
    border-radius: 2px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.modal-footer {
    border-top: 2px dotted #b7b0a8;
    clear: both;
    padding: 50px 15px 120px 15px;
    float: none;
}

div#message {
    margin-top: 40px;
}

::-webkit-input-placeholder {
   color: rgba(241, 240, 239, 0);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(241, 240, 239, 0);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(241, 240, 239, 0);
}

:-ms-input-placeholder {
   color: rgba(241, 240, 239, 0);
}

.credentials ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.list-logos {
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: -3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.list-logos li{
  margin: 0 1.5rem;
  padding: 1.5rem 0 6rem;
  width: calc(10% - 3rem);
}

.list-logos a{
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.list-logos img{
  -o-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 18rem;
  max-width: 100%;
}

.people-list{
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  height: 100%;
  width:100%;
}

/*
 *  Team
 */

.text-content.team .button-panel{
  margin: 0;
  position: absolute;
  /* top: 50%; */
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-content.team{

  overflow-x: hidden;

  padding: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  padding-right: 5px;
}

.text-content.team .button-panel .btn-a a{
  background-color: #fafafaa6;
  line-height: 1;
  padding-bottom: 16px;
}

.profil {
  width: 100px;
  height: 100px;
  margin: 21px
  auto 46px;
  border-radius: 50%;
  overflow: hidden;
}


.people-list .pe-item {
  width: 33.333333%;
  text-align: center;
  position: relative;
  height: 50%;
}

.people-list .pe-title{
  font-size: 13px;
  white-space: nowrap;
  line-height: 1.4;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-align: center;
  color: #686868;
  font-weight: 200;
  display: none;
  margin: 0px;
  width: 100%;
  letter-spacing: 0px;
}

.team_mobile{display: none!important;}
.blank_team{display: block!important;}


@media (max-width: 740px) {
  .team_mobile{display: block!important;}
  .blank_team{display: none!important;}
  .people-list .pe-item {width: 100%;height: 100px;}

  .pe-item-content{width: 160px;position: absolute;height: 100%;left: 15%;}
  .pe-item-content.right{position: absolute;height: 100%;left: unset;right: 15%;}
  .profil-top-panel {position: absolute;width: 100%;top: 0px;}
  .profil {width: 100px;height: 100px;margin: 0px auto 0px;}
  .people-list .pe-item.bottom .profil{margin: 35px auto 35px;}
  .people-list .pe-title{display: none;}
  .people-list .pe-item.first{margin-top: 55px;}
  /* .people-list .profil-bottom-panel{top:80px;} */
  .people-list .profil-bottom-panel .pe-title{bottom:unset;position:relative!important;margin-top: 8px!important;}
  .profil-bottom-panel, .profil-top-panel{margin-top: -20px;}
  .people-list .pe-item {margin-top: 0px;}
  .people-list .profil-top-panel .profil{margin-bottom: 5px;}

}

@media (min-width: 1101px) and (max-width: 1300px){
  .people-list .profil {
      width: 85px;
      height: 85px;
      margin: 8px auto 46px;
  }

  .text-content .button-panel .btn-a a {
    font-size: 31px;
  }
}


@media (max-width: 505px){
  .people-list .profil {
      width: 85px;
      height: 85px;
  }

  .people-list .pe-item {
    margin-top: -13px;
  }
}

@media (max-width: 440px){
  .people-list .profil {
      width: 80px;
      height: 80px;
  }

  .people-list .pe-item {
    margin-top: -26px;
  }


  #text-panel-team.text-panel{
    height: 950px;
    background-color: #fafafa;
  }

  .pe-item-content{left: 10%;}
  .pe-item-content.right{right:10%;}

}

@media (max-width: 370px){
  .pe-item-content{left:2%;}
  .pe-item-content.right{right: 2%;}
}


.people-list .profil-bottom-panel .pe-title{
  position: absolute;
  margin-top: -45px;
}

.people-list .pe-item:hover .pe-title{
  display: block;
}

.people-list .pe-title strong{text-transform: uppercase;font-weight: normal;}

.people-list .pe-item.bottom .profil{
    margin: 8px auto 49px;
}


.profil-bottom-panel,
.profil-top-panel {
    width: 100%;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.profil-bottom-panel {
  position: absolute;
  width: 100%;
  top: 53%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.profil-bottom-panel .people-list .pe-item {
    width: calc(25%);
    text-align: center;
    position: relative;
    height: 190px;
}

.credentials {
    clear: both;
    float: none;
    margin: 50px 25px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    max-width: 190px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 0px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width: 1200px) {
  .list-logos li{
    margin: 0 1.5rem;
    padding: 6rem 0;
    width: calc(20% - 3rem);
  }
}

@media screen and (max-width: 963px) {


      .vh-icon{
        display: block;
      }


    .grid li {
        display: block;
        float: left;
        padding: 2.5px;
        width: 49%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .open .close,
    .menu-1, .menu-2, .menu-3, .menu-4{
        font-size: 14px;
    }

    .menu-1, .menu-2, .menu-3, .menu-4 {
        width: 160px;
        font-size: 14px;
        height: 160px;
        line-height: 11;
        text-align: left;
        position: absolute;
        z-index: 1150;
        padding: 0px;
        font-family: 'Lobster',cursive;
        background-color: rgba(255, 255, 255, 0.59);
        color: rgba(8, 5, 2, 0.72);
        font-weight: bold;
        background: rgba(255, 255, 255, 0.47);
        border: 3px solid rgba(255, 255, 255, 0);
        border-radius: 100px;
    }

    .menu-item {
        width: 85px;
        height: 85px;
        overflow: hidden;
    }

    .text-menu-panel {
        display: block;
        width: 85px;
        float: right;
        height: 105px;
        text-align: center;
    }

    .content-panel.ski,
    .content-panel.essen{
        margin: 0 auto;
        position: relative;
        height: auto;
        height: 100%;
        width: 80%;
        top: 0;
        left: 0;
        position: relative;
        height: initial;
    }


    .circle-1,
    .circle-2,
    .circle-3,
    .circle-4,
    .circle-5,
    .circle-6,
    .circle-7,
    .circle-8,
    .circle-9,
    .circle-10,
    .circle-11,
    .circle-12{
        position: relative;
        margin-top: 20px;
        margin-bottom: 56px;
        margin-left: 0px;
        display: block;
        clear: both;
        float: none;
    }

    .circle-1{

    }

    .circle-2{
        float: right;
    }

    .circle-3{

    }

    .circle-4{
        float: right;
    }

    .circle-5 {

    }

    .circle-6{

    }

    .circle-6s{
        float: right;
    }

    .circle-7{
        float: right;
    }

    .circle-8{

    }



    .circle-9{
        float: right;
    }

    .circle-10 {

    }

    .circle-11{
        float: right;
    }

    .circle-12{

    }


    .text-content .button-panel .btn-a a,
    .typography-promo-headline {
        font-size: 29px;
        line-height: 1.19048;
        letter-spacing: .011em;
        font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
        color: #686868;
        font-style: italic;
    }

    .promo-wrapper {
      font-size: 18px;
      line-height: 1.4;
      letter-spacing: .011em;
      font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
      text-align: center;
      color: #686868;
    }

}

.swop-desktop{display: block!important;}
.swop-mobile{display: none!important;}


#gifplay.play .circle-loader{display: none;}
#gifplay.play .gifimg{display: flex;}
#gifplay.play .stdimg{display: none;}
#gifplay .gifimg{display: none;}
/*
 *
 *  Play-Button
 *
 *
 */
.icon-play-unicode {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    color: #222;
    font-size: 38px;
    pointer-events: auto;
    cursor: pointer;
    font-family: mp-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.circle-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.circle-loader #loader-cont {
    font-size: 10px;
    display: block;
    height: 96px;
    width: 96px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
}

.circle-loader-svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle-loader-svg circle {
    fill: #f5f4f3;
    stroke: #f5f4f3;
    stroke-width: 4px;
}

.circle-loader-svg #bar {
    stroke-dasharray: 308;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0s linear;
}

.icon-play-unicode {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    color: #222;
    font-size: 38px;
    pointer-events: auto;
    cursor: pointer;
    font-family: mp-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play-unicode:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%,-50%);
    transform: translate(-40%,-50%);
}

.icon-play-unicode:before {
    content: "";
    height: 21px;
    width: 17px;
    background-image: url(/assets/img/play.jpg);
    background-position: center;
    background-repeat: no-repeat;
}


@media (min-width: 741px) {

  .profil-bottom-panel {
      position: absolute;
      width: 100%;
      top: 53%;
      left: 50%;
      transform: translate(-50%,-50%);
  }

  .text-content.team .button-panel {
    transform: translate(-50%,-75%);
  }
}

@media (max-width: 1100px){

  .swop-mobile{display: block!important;}
  .swop-desktop{display: none!important;}

  .logo {
    background: #fff;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 999;
    padding: 20px;
    width: 130px;
    height: 96px;
    display: flex;
    align-items: center;
  }

  .vh-icon{
    display: block;
  }

  body {
    font-size: 13px;
  }

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, h1, h2, h3 {
      margin-top: 20px;
      margin-bottom: 30px;
      text-align: left;
      font-size: 18px;
  }

  .main {
    margin: 0px;
  }

  .nav-content{
    background: transparent!important;
  }

  .gallerie{
    margin-left: 0px;
  }

  .navbar-collapse{
    padding-right: 14px;
    padding-left: 5px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #fff;
  }

  .navbar-default .navbar-toggle {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    float: left;
    background: #fff;
    border-color: #fff;
    margin-left: 20px;
    margin-bottom: -1px;
  }

  .navbar-default .navbar-toggle.collapsed{
    background: rgba(255,255,255,0.8);
    border-color: #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .nav-pills {
      margin-left: 0;
      margin-bottom: 0px;
      list-style: none;
      padding: 10px 0px;
      background-color: #fff;
      margin: -0px 0px;
      height: 100vh;
  }

  .nav-pills>li {
      width: 100%;
  }

  .nav-content {
    background: #fff;
    background: rgba(255,255,255,0.8);
    height: 0px;
    margin-top: 77px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
  }

  .articleBody {
      width: 93%;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 40px;
      position: relative;
  }

  .articleBody.nbg {
      background: transparent;
      background: none;
      margin-left: 15px;
      margin-right: 160px;
      margin-bottom: 15px;
      padding: 0px;
  }

  .grid li {
      width: 100%;
  }

  .sub-page-scroll .full-screen-panel {
      height: unset;
  }

  .sub-page-scroll .full-screen-panel .scroll {
    overflow-x: unset;
    max-height: unset;
    margin-bottom: 0px;
}

  .scroll{
    overflow-x: scroll;
    max-height: 80vh;
  }

  .kontakt .footer {
      position: relative;
      bottom: 0px;
      left: 0px;
  }

  .main.impressionen,
  .main.home,
  .main-content{
    margin: 0px;
    padding: 0px;
  }

  .bt-square {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    width: 50px;
    height: 50px;
    background-color: #fff;
  }

  /* .full-screen-panel{
    background-size: cover;
    height: calc(100vw * 0.5);
  } */

}

@media screen and (max-width: 564px) {
  .list-logos li{
    margin: 0 1.5rem;
    padding: 6rem 0;
    width: calc(33% - 3rem);
  }
}

@media screen and (min-width: 964px) {

  .date .vh-icon,
  .text.vh-icon{
    display: none;
  }

}


/* ===== Onur-Video-Tile: Video als Overlay auf Poster-img (wie #video-panel bei Innenhof) ===== */
.onur-video-tile .video-thumbnail {
  position: relative;
}
.onur-video-tile .video-thumbnail video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   Aufklappbare Kacheln als Karte lesbar machen
   ------------------------------------------------------------
   Vorher gab es auf dem Desktop keinerlei Hinweis darauf, dass
   hinter einer Textkachel noch etwas liegt: der vorhandene
   Pfeil (.text.vh-icon) war per Media-Query ab 964px
   ausgeblendet - also genau dort, wo Hover die Interaktion ist -
   und einen cursor:pointer gab es nirgends.

   Statt Rahmen wird ein box-shadow-Ring benutzt: der braucht
   keinen Platz im Layout, die Kachel bleibt exakt so breit wie
   die Bildkacheln daneben und Masonry muss nicht umrechnen.
   ============================================================ */

.grid li.tile-expandable .thumbnail {
    cursor: pointer;
    box-shadow: 0 0 0 1px #ececec;
    transition: box-shadow .25s ease, transform .25s ease;
}

.grid li.tile-expandable .thumbnail:hover,
.grid li.tile-expandable .thumbnail:focus-within {
    box-shadow: 0 0 0 1px #e0e0e0, 0 8px 24px rgba(0, 0, 0, .10);
    transform: translateY(-2px);
}

/* Badge oben rechts: im Ruhezustand ein Plus, beim Aufklappen
   dreht es um 135 Grad und wird dadurch zum Schliessen-Kreuz. */
.tile-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    background: rgba(255, 255, 255, .75);
    color: #7d7d7d;
    cursor: pointer;
    transition: transform .3s ease, background-color .25s ease,
                color .25s ease, border-color .25s ease;
}

/* Der Text bleibt fuer Screenreader da, ist visuell aber ersetzt
   durch die beiden Striche unten. */
.tile-badge-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tile-badge::before,
.tile-badge::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transition: background-color .25s ease;
}

.tile-badge::before {
    width: 12px;
    height: 1px;
    transform: translate(-50%, -50%);
}

.tile-badge::after {
    width: 1px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.grid li.tile-expandable .thumbnail:hover .tile-badge {
    background: #686868;
    border-color: #686868;
    color: #fff;
}

/* Aufgeklappt: Plus wird zum Kreuz. */
.tile-badge[aria-expanded="true"] {
    transform: rotate(135deg);
    background: #686868;
    border-color: #686868;
    color: #fff;
}

.tile-badge:focus-visible {
    outline: 2px solid #686868 !important;
    outline-offset: 3px;
}

/* Der alte Pfeil ist durch das Badge ersetzt - sonst haette die
   Kachel auf Mobil zwei konkurrierende Hinweise. */
.grid li.tile-expandable .text.vh-icon {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .grid li.tile-expandable .thumbnail,
    .tile-badge {
        transition: none;
    }
    .grid li.tile-expandable .thumbnail:hover,
    .grid li.tile-expandable .thumbnail:focus-within {
        transform: none;
    }
}
