/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
.input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }




@font-face {
  font-family: 'Gotham';
  src: url('../font/GothamBold.ttf') format('truetype');
  font-weight: 700;
  font-style:normal;
}
@font-face {
  font-family: 'Franziska';
  src: url('../font/FranziskaWeb W03 Light.ttf') format('truetype');
  font-weight: 200;
  font-style:normal;
}
/* STYLES */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
input:focus, select:focus, textarea:focus {
    outline:none !important;
}
/*input, select, textarea {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}*/
strong{
    font-weight: bold;
}
body{
    font-weight: normal;
    /*width: 100vw;*/
	width: 100%;
    height: 100vh;
	font-family: 'Franziska';
	font-size: 22px;

}
a:link, a:visited {

}
a:hover{

}
li{
    text-indent: -18px;
    padding-left:20px;
}
li:before{
    content:"-";
    margin-right:11px;
}

.input_wrongdiv{
	color: red;
}
.input_wrongdiv, .after_send{
	display: none;
}

h1{
	font-size: 35px;
	margin-bottom: 20px;
	font-family: 'Gotham';
}

h2{
	font-size: 35px;
	font-family: 'Gotham';
}

/* CONTENT */
header {
    height: 150px;
    width: 100%;
}
#logo{
	height: 150px;
	width: auto;
	top: 0px;
	left: 60px;
	position: absolute;
	z-index: 999;
}
.topright {
    float: right;
    padding-top:10px;
    padding-right:10px;
}
.topright .simpli_item {

    height: 130px;
    width: 130px;
}

#wrapper{
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
/*Text mit Bild*/
.default img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.default .galtxt{
	position: absolute;
	font-size: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 30vh;
}
.bgwhite {
    padding:40px 0;
    background-color: rgba(255,255,255,0.5);
}
.galtxt h1{
	font-size: 42px;
}
/*news*/
.newswrapper{
	padding:200px 60px 0 60px;
}
.newscontent{
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.newscontent::after{
	content: '';
	position: relative;
	display: block;
	width: 120px;
	height: 2px;
	margin-top: 7px;
	background: black;
}
.news {
	margin-top: -13px;
}
.newscontent a{
	font-weight: 600;
	color: #e50046;
}
.newscontent i{
	font-size: 17px;
}
.newstxt {
	padding-left: 50px;
}
.newscontent span{
	font-family: 'Gotham';
	line-height: 22px;
}
.newswrapper img{
	width: auto;
	height: 185px;
	float: left;
	margin: 10px 10px 0 0;
}
/*Slider Gallery*/
.slidegal h1{
	display: none;
}
/* ETC */
.video-container {
    width: 100vw;
    height: calc(100vh - 150px);
    overflow: hidden;
    position: relative;
}

.video-container iframe {
    position: absolute;
    top: -10%;
    width: 100vw;
    height: 117vh;
    pointer-events: none;
}
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cookie_wrapper{
    position: fixed;
    bottom:0px;
    right:0px;
    background:#212529;
	color: #fff;
    padding:30px;
    width:400px;
    z-index: 200;
}
#cookie_accept{
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}
#screenmessage {
    display:none;
    position: absolute;
    top:10%;
    height:80%;
    left:5%;
    width:90%;
    font-size:180px;
    padding:40px;
    color:#000;
    text-align:center;
    z-index: 99999;
    background-color:#ddd;

}
.fssvg svg {
    display:block;
    width:100vw;
    height: auto;
    overflow: visible;
}

#startsimpli {
    position: fixed;
    z-index: 20000;
    background-color:#0D777F;
    line-height: 1.5;
    font-family: "Leckerli One";
    font-size: 43px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 185px;
}

/* Uhr */

.clock-container {
    margin: 0;
    padding: 0;
    text-align: center;
    width:100%;
    height:100%;
}

.clock-container.clocks.single .clock {
    padding: 0;
    margin: auto;
    border: 10px solid #424242;
    width:100%;
    height:100%;
}

.clock {
    border-radius: 50%;
    background: -webkit-radial-gradient(#000, #000 0.1em, #fff 0.1em, #fff), #fff;
    background: radial-gradient(#000, #000 0.1em, #fff 0.1em, #fff), #fff;
    display: inline-block;
    padding-bottom: 31.333%;
    position: relative;
    width: 31.333%;
}

.clock::after {
    display: none;
    background: red;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4%;
    height: 4%;
    z-index: 10;
}

.clock.station {
/*    background: #fff url('/img/station_clock.svg') no-repeat center; */
    background: #fff url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20598.4%20598.4%22%3E%3Cpath%20d%3D%22M288%200H312v69.7h-24zM140%2045.6l20.7-12%2034.8%2060.4-20.7%2012zM34.5%20159.2l12-20.7%2060.3%2035-12%2020.7zM0%20286.3h69.7v24H0zm45.7%20172.1l-12-20.7%2060.4-34.8%2012%2020.6zm113.5%20105.5l-20.7-12%2034.8-60.4%2020.7%2012zm127.1-35.2h23.9v69.7h-23.9zm172.1%2024l-20.7%2012-34.8-60.4%2020.7-12zm105.4-113.6l-12%2020.7-60.3-34.8%2012-20.7zm-35.1-151h69.7V312h-69.7zm24-148.1l12%2020.7-60.3%2034.8-12-20.7zM439.2%2034.6l20.7%2012-34.9%2060.3-20.7-12zM297.3%200h5.7v30.2h-5.7zM266%201.9l5.7-.6%203.2%2030-5.7.6zm-30.9%205l5.6-1.1%206.3%2029.5-5.6%201.2zM205%2015.2l5.4-1.7%209.3%2028.7-5.4%201.7zm-29.2%2011.4l5.2-2.3%2012.3%2027.5-5.2%202.4zM148%2041l4.9-2.9L168%2064.4l-5%202.8zm-26.2%2017.2l4.6-3.4%2017.8%2024.5-4.6%203.3zM97.6%2078l4.3-3.8L122%2096.7l-4.3%203.8zm-22%2022.2l3.8-4.2%2022.4%2020.2-3.8%204.2zM56%20124.8l3.3-4.6L84%20138l-3.4%204.6zm-17%2026.4l3-5%2026%2015.2-2.8%205zm-14%2028l2.3-5.2L55%20186.3l-2.3%205.2zm-11%2029.3l1.7-5.4%2028.7%209.3-1.7%205.5zm-8%2030.3l1.2-5.5%2029.5%206.2-1.2%205.6zm-4.6%2031L2%20264l30%203.1-.6%205.7zM0%20295.2h30.2v5.7H0zm1.9%2037l-.6-5.7%2030-3.1.6%205.6zm5%2031l-1.1-5.7%2029.5-6.2%201.2%205.5zm8.3%2030.1l-1.7-5.4%2028.7-9.3L44%20384zm11.4%2029.2l-2.3-5.2L51.9%20405l2.3%205.2zM41%20450.4l-2.9-5%2026.2-15%202.8%204.9zm17.2%2026.1l-3.4-4.6%2024.5-17.7%203.3%204.6zM78%20500.8l-3.8-4.2%2022.4-20.3%203.8%204.3zm22.2%2022l-4.2-3.8%2020.2-22.5%204.2%203.8zm24.5%2019.5l-4.6-3.3%2017.8-24.4%204.6%203.3zm26.4%2017l-5-3%2015.2-26%204.9%202.8zm28%2014L174%20571l12.3-27.6%205.2%202.3zm29.2%2011l-5.4-1.8%209.3-28.7%205.5%201.8zm30.3%208l-5.5-1.2%206.3-29.6%205.5%201.2zm31%204.6l-5.6-.6%203.1-30%205.7.6zm25.6-28.7h5.7v30.2h-5.7zm37%2028.3l-5.6.6-3.2-30%205.7-.6zm30.9-5l-5.6%201.1-6.3-29.5%205.6-1.2zm30.2-8.4l-5.4%201.7-9.3-28.7%205.4-1.8zm29.2-11.4l-5.2%202.4-12.3-27.6%205.3-2.3zm27.8-14.3l-5%202.8-15-26.1%204.9-2.9zm26.1-17.2l-4.6%203.3-17.8-24.4%204.7-3.4zm24.3-20l-4.2%203.8-20.2-22.4%204.2-3.8zm22-22.2l-3.8%204.2-22.4-20.2%203.8-4.3zm19.5-24.5L539%20478l-24.5-17.8%203.4-4.6zm17-26.4l-3%205-26-15.1%202.8-5zm14-28l-2.3%205.3-27.6-12.3%202.3-5.2zm11-29.2l-1.8%205.5-28.7-9.4%201.8-5.4zm8-30.3l-1.2%205.6-29.6-6.3%201.2-5.6zm4.6-31l-.6%205.6-30-3.1.6-5.7zm-28.7-31.3h30.2v5.7h-30.2zm28.3-31.3l.6%205.7-30%203.1-.6-5.6zm-5-30.9l1.1%205.6-29.5%206.3-1.2-5.6zM583%20205l1.7%205.4-28.7%209.4-1.7-5.5zm-11.4-29.3l2.3%205.3-27.6%2012.2-2.3-5zM557.3%20148l3%205-26.2%2015-2.8-5zm-17.2-26.1l3.4%204.6L519%20144l-3.4-4.6zm-20-24l3.8%204.2-22.4%2020-4-4.2zm-22.3-22l4%203.7-20%2022.5-4.2-3.8zM473.5%2056l4.7%203.4-18%2024.4-4.6-3.4zm-26.4-16.8l5%203-15%2026-5-3zm-28-14l5.3%202.2L412%2055l-5.2-2.3zM390%2014l5.4%201.7-9.3%2028.7-5.4-1.7zm-30.3-8l5.6%201.2-6.3%2029.6-5.6-1.2zm-31-4.6l5.7.6-3.2%2030-5.7-.6z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
    background-size: 95%;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2) inset;
}

.clock.station .seconds::before {
    background: red;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: -15%;
    left: -342%;
    height: 23.98765%;
    width: 800%;
}

.minutes-container, .hours-container, .seconds-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.seconds {
    background: red;
    width: 1.25%;
    height: 42%;
    position: absolute;
    left: 49.39%;
    top: 20%;
    -webkit-transform-origin: 50% 71%;
    -ms-transform-origin: 50% 71%;
    transform-origin: 50% 71%;
    z-index: 8;
}

.minutes {
    background: #000;
    width: 4.2%;
    height: 55%;
    position: absolute;
    left: 48.1%;
    top: 6.95%;
    -webkit-transform-origin: 50% 78.5%;
    -ms-transform-origin: 50% 78.5%;
    transform-origin: 50% 78.5%;
}

.hours {
    background: #000;
    width: 3.5%;
    height: 40%;
    position: absolute;
    left: 48.25%;
    top: 22%;
    -webkit-transform-origin: 50% 71%;
    -ms-transform-origin: 50% 71%;
    transform-origin: 50% 71%;
}

.DPDC {
    border-width: 0!important;
}

#simpliscreensplash {
    color: #fff;
    background: #0D777F;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Source Sans Pro";
    transition: padding 0.5s;
}
#simpliscreensplash h1 {
    font-family: "Leckerli One";
    font-size: 56px;
    color:#fff;
    text-align: center;
    padding-top:40vh;
}
.test_iar{
    width:512px;
    height: 128px;
    overflow: hidden;
    padding-left: 512px;
    color:#fff;
    background:#000;
}
 .test_iar .simpli_mod {
    display: inline-block;
    height:128px;
    line-height: 128px;
    white-space: nowrap;
    padding-right: 512px;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 50s;
}
.test_iar .simpli_item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 70px;
    color: #fff;
    min-width:250px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}


@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
