/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  /* open-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  /* open-sans-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body, html {
    margin:0;
    padding:0;
    background:#6be6d3;
    font-size:18px;
    font-family: 'Open Sans';
    line-height:1.6;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
mark {
    background:#006B7D;
    color:#FFF;
    padding:2px 5px;
    text-transform: uppercase;
    font-weight:700;
}
#menu {
    border-top:solid 1px rgba(0,0,0,0.3);
    z-index:3;
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    height:60px;
    background:#006f81;
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    transition: all 0.3s;
}
#menu.hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-opacity:0;
}
#languages {
    display:flex;
    display:-webkit-flex;
    justify-content: center;
}
#menu .menu_section {
    color:#FFF;
    display:flex;
    display:-webkit-flex;
    justify-content: center;
}
#menu .btn {
    cursor: pointer;
    padding:10px 30px;
    display:flex;
    display:-webkit-flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid rgba(255,255,255,0.3);
    color:#FFF;
    text-decoration: none;
    font-size:14px;
}
#menu .btn svg {
    margin-right:5px;
}
#menu .btn.de {
    border-left:1px solid rgba(255,255,255,0.3);
}
#menu .btn.de, #menu .btn.en {
    font-size:12px;
}
#menu #languages .btn img {
    width:40px;
    height:auto;
    margin-right:10px;
}
#menu .btn svg {
    width:auto;
    height:100%;
}
#menu .btn svg path {
    fill: #FFF;
}

#container {
    display:flex;
    display:-webkit-flex;
    width:100%;
    height:auto;
    position: relative;
}
video {
    width:100%;
    height:auto;
}
.overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.overlay > span {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.overlay > span > .point {
    
    background: #e29693;
    border-radius: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}
.overlay > span > .point.grafik {
    background:#38f1c9;
    max-width:70%;
}
.overlay > span > .point.grafik img {
    width:100%;
    height:auto;
}
.overlay > span > .hiddentext, .overlay > span > .hiddentext2, .overlay > span > .hiddentext3 {
    visibility: hidden;
    opacity: 0;
    -webkit-opacity:0;
    position: absolute;
    top:0;
}

.video_overlay {
    margin:0;
    padding:0;
    background:rgba(0,0,0,0.8);
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    /* display:flex;
    display:-webkit-flex;
    align-items: center;
    justify-content: center; */
    visibility: hidden;
    opacity: 0.0;
    transition: all 0.3s;
}
.video_overlay.active {
    visibility: visible;
    opacity: 1;
}
.video_overlay .inner {
    width:100%;
    height:100%;
    display:flex;
    display:-webkit-flex;
    align-items: center;
    justify-content: center;
    padding:0;
}
.video_overlay .video {
    width:100%;
    height:100%;
}
.video_overlay video {
    object-fit: cover;
    width:100%;
    height:100%;
}
.video_overlay .titlebg {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height:50vh;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.video_overlay .title {
    text-align: center;
    color: #FFF;
    background:#006f81;
}
.video_overlay .videotext {
    position: fixed;
    /* background: #000; */
    height: auto;
    bottom: 40px;
    right: 40px;
    color:#FFF;
    font-size:2.6vw;
    font-weight:200;
    max-width:60%;
}
.video_overlay .close {
    z-index:2;
    position: absolute;
    top:20px;
    right:20px;
    width:50px;
    height:50px;
    /* background:#000; */
    color:#FFF;
    display:flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video_overlay .close img {
    width:70%;
    height:70%;
}

#logo {
    position: fixed;
    z-index:500;
    left:30px;
    top:30px;
    width:10vw;
}
#logo img {
    width:100%;
}

@media (max-width:768px) {
    .video_overlay .videotext {
        max-width:100%;
    }
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(226, 150, 147, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(226, 150, 147, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(226, 150, 147, 0);
	}
}