@font-face {
font-family: Avenir Next;
src: url('css/AvenirNextLTPro-Regular.otf');
format(„opentype“);
}
@font-face {
font-family: Avenir Next;
font-weight: bold;
src: url('css/AvenirNextLTPro-Bold.otf');
format(„opentype“);
}

* {
  box-sizing: border-box;
  margin: 0;
}
body {
  font-family: Avenir Next, Arial, Helvetica;
  letter-spacing: 0.02em;
  font-size: 15px;
hyphens: auto;
hyphenate-limit-chars: auto 3;
}
html {
scroll-behavior: smooth;
}
.wrapper {
  max-width: 1000px;
  border: 0px solid red;
  margin: auto;
}
a, a:hover, a:active {
  text-decoration: none;
  color: #1a4b7e;
}

/* Create four equal columns that floats next to each other */
.row1 .column  {
  float: left;
  width: 100%;
  padding: 6px;
}
.row2 .column  {
  float: left;
  width: 50%;
  padding: 6px;
}
.row3 .column  {
  float: left;
  width: 33.33%;
  padding: 6px;
}
.row4 .column  {
  float: left;
  width: 25%;
  padding: 6px;
}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}
.row2:after {
  content: "";
  display: table;
  clear: both;
}
.row3:after {
  content: "";
  display: table;
  clear: both;
}
.row4:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .row3 .column  {
    width: 50%;
  }
  .row3 .column  {
    width: 33.33%;
  }
  .row4 .column  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row2 .column  {
    width: 100%;
  }
  .row2 .column #zitat  {
    height: auto !important;
  }
  .row3 .column  {
    width: 100%;
  }
  .row4 .column  {
    width: 100%;
  }
}



/* Navigation */
.topnav {
  overflow: hidden;
    margin: auto;
    max-width: 1000px;
  border: 0px solid red;
  padding: 0px;
  background-image:url(./gfx/DIG_Logo_Orbit.png);
      background-size: 50px;
      background-position:0px;
    background-repeat: no-repeat;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  margin: 10px;
  text-decoration: none;
  float: left;
  border-radius: 26px;
padding: 3px 8px 0 8px;
}

.topnav a:first-child:hover {
  background: unset;
  color:#f2f2f2;
}

.topnav a:not(:first-child) {
  float: right;
}

.topnav a:hover:not(:first-child)  {
  background-color: #ffffffa1;
  color: black;
}

.topnav a:hover:not(:first-child)  {
  background-color: #ffffffa1;
  color: black;
}

.topnav a.active {

}

.topnav .icon {
  display: none;
}

.topnav .tickets {
  background-color: #D4E7F8;
  margin-left: 10px;
  color: #164c7e;
}
.topnav .home {
  padding-left: 25px;
}

  #gallery_mobile {display: none;}
  #gallery {display: block;}

  #jssor_1 { display: block; } 
  #jssor_1a { display: none; }
  #jssor_2 { display: block; } 
  #jssor_2a { display: none; }
  #jssor_3 { display: block; } 
  #jssor_3a { display: none; }  


#kreis {
background: #224974;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    bottom: 110px;
    right: 20px;
    border: 0px dashed white;
    text-align: center;
    display: flex;
    transform: rotate(0deg);
    z-index: 98;
    cursor: pointer;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
h5 {
      font-size: 1.5em;
    padding: 1em;
    color: white;
    display: block;
    vertical-align: middle;
}
h5 span {
    font-weight: normal;
    font-size: 0.8em;
    display: block;
}





@media screen and (min-width: 900px) {
  .navi2 {display: none !important;}
  .navi {display: block !important;}  
  #kreis {right: 130px !important;
    width: 350px !important;
    height: 350px !important;
    border-radius: 200px !important; 
    display: table !important;
  }
  h5 {
      font-size: 2.5em !important;
    display: table-cell !important;
}
}
@media screen and (max-width: 1000px) {
  .navi {display: none !important;}
  .navi2 {display: block !important;}  
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav a { border-radius: 0; margin: 0 !important; padding: 10px 10px;}
  .topnav { background-position: -15px -5px; }
  .topnav .home { padding-left: 45px; }
  #gallery {display: none;}
  #gallery_mobile {display: block;}

  #jssor_1 { display: none; }
  #jssor_1a { display: block; } 
  #jssor_2 { display: none; }
  #jssor_2a { display: block; } 
  #jssor_3 { display: none; }
  #jssor_3a { display: block; }
  .timeline_image {
    width: 100% !important;
    padding: 0 0 10px 0 !important;
  }  
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  padding: 10px 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 10px 45px;
  }
  .wrapper {padding-top:80px !important;}
}


.navi, .navi2{
  z-index: 99;
  background-color: #1a4b7ecc;
  position: fixed;
  width: 100%;

}

.slide {
  min-height: 100vh;
}

figcaption {
  text-align: center;
    padding: 6px;
}

h2 {
  font-size:1.7em;color:#1a4b7e;text-align:center;font-weight: 400;
}
h3 {
  font-size:1.5em;color:#1a4b7e;text-align:center;font-weight: 400;
}


#slider ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width:20%;
  margin-top:5%;
 /* position: relative;*/
}
#slider li {
  position: absolute;
  
 /* left: 50%;
 /* margin-left: -247px;*/
 /* margin-top: 5%;*/
}
#slider li:nth-child(4) {
  animation: xfade 16s 0s infinite;
}
#slider li:nth-child(3) {
  animation: xfade 16s 4s infinite;
}
#slider li:nth-child(2) {
  animation: xfade 16s 8s infinite;
}
#slider li:nth-child(1) {
  animation: xfade 16s 12s infinite;
}
@keyframes xfade{
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
    width: 100%;
    max-width: 280px;
  background-color: #1a4b7ecc;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 15px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 16%;
  left: 50%;
  margin-left: -140px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.arrow
{
    position: absolute;
bottom: 7rem;
    left: 48%;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    z-index: 99;


  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);

  background-size: contain;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-15px);
  }
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.highlight {
    background-image: linear-gradient(to right, #D4E7F8d4 0%, #D4E7F8 100%);
    margin: 10px 0;
    padding: 15px 15px 15px 15px;
}
.highlight2 {
    background-image: linear-gradient(to right, #D4E7F8d4 0%, #D4E7F8 100%);
    margin: 10px 0;
    padding: 15px 15px 15px 15px;
}

.wo { 
font-size:16vw;
}

@media screen and (min-width: 1001px) {
.wo {font-size:180px;}
}

.footer a {
  color:#fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}


.owl-dots{position:absolute;left:0;right:0;bottom:15px;text-align:center}
.owl-dot{display:inline-block;padding:5px}
.owl-dot span{display:block;width:10px;height:10px;background-color:#fff;opacity:.5;border-radius:50%}
.owl-dot.active span{opacity:1}
.owl-dots.disabled,.owl-nav.disabled{display:none}

.fs-slides {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fs-slides .owl-stage-outer,
.fs-slides .owl-stage,
.fs-slides .owl-item {
  height: 100%;
}

.fs-slides .owl-item {
  overflow: hidden;
}

.fs-slides .owl-item.portrait img {
  width: 100%;
  height: auto;
}

.fs-slides .owl-item.landscape img {
  width: auto;
  height: 100%;
}

.btn {
    color: #FFFFFF !important;
    text-decoration: none;
    padding: 10px 25px 10px 25px;
    border: 1px solid white;
    background: -moz-linear-gradient(top, #054c7d 0%, #052c53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054c7d), color-stop(100%,#052c53));
    background: -webkit-linear-gradient(top, #054c7d 0%,#052c53 100%);
    background: -o-linear-gradient(top, #054c7d 0%,#052c53 100%);
    background: -ms-linear-gradient(top, #054c7d 0%,#052c53 100%);
    background: linear-gradient(to bottom, #054c7d 0%,#052c53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054c7d', endColorstr='#052c53',GradientType=0 );
    font-size: 1.1em;
    display: block;
    text-align: center;
        border-radius: 25px;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 4s infinite;    
}

.btn2 {
    color: #1a4b7e !important;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    border: 1px solid white;
    background: -moz-linear-gradient(top, #D4E7F8 0%, #9fb1dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D4E7F8), color-stop(100%,#9fb1dc));
    background: -webkit-linear-gradient(top, #D4E7F8 0%,#9fb1dc 100%);
    background: -o-linear-gradient(top, #D4E7F8 0%,#9fb1dc 100%);
    background: -ms-linear-gradient(top, #D4E7F8 0%,#9fb1dc 100%);
    background: linear-gradient(to bottom, #D4E7F8 0%,#9fb1dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D4E7F8', endColorstr='#9fb1dc',GradientType=0 );
    font-size: 1.1em;
    display: block;
    text-align: center;
        border-radius: 25px;

  box-shadow: 0 0 0 0 rgba(191, 201, 277, 1);
  transform: scale(1);
  animation: pulse 4s infinite;    
}

@keyframes pulse {
  0% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.form {
  padding:10px;
  margin: 5px 0 5px 0;
}

input[text],textarea {
  font-family: Avenir Next, Arial, Helvetica;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}
.timeline h3 {
  display: none;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
  display: none;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
}
.timeline-marker:before {
  background: #d4e7f8;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #EFEFEF;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 9px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #d4e7f8;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
  display: flow-root;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
.timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}

.timeline_image {
    width: 33%;
    padding-right: 10px;
  }


@media (max-width: 896px) and (max-height: 420px) and (orientation: landscape) {
.centered-element-v {
  display: none;
}
.centered-element-h {
  margin: 0 auto;
    padding: 10vw;
    position: absolute;
    width: 100vw;
    height: 100vh;
    text-align: center;
}
}

@media (min-width: 900px) and (orientation: landscape) {
.centered-element-h {
  display: none;
}
}
@media (orientation: portrait) {
.centered-element-h {
  display: none;
}
}



/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
    color: #f2f2f2;
    text-align: center;
    margin: 10px;
    text-decoration: none;
    border-radius: 26px;
    padding: 3px 5px 0 5px;
    background: none;
    border: 0px solid #F2F2F2;
font-family: Avenir Next, Arial, Helvetica;
    letter-spacing: 0.02em;
    font-size: 15px;
}

/* Add a red background color to navbar links on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffffa1;
  color: black;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none !important;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #4c70985c !important;
  border-radius: 0 !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}