body {
	background: #000;
   	margin: 0;
   	padding: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
  letter-spacing: 0.15em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

@media screen and (orientation: portrait) {
.video-center {
  width:80vw;
  margin:0 auto;
  text-align: center;
}
}

@media screen and (orientation: landscape) {
.video-center {
  width:70vw;
  margin:0 auto;
  text-align: center;
}
}

.video-wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
}

.imp {padding-right: 1em}
.con {padding-left: 1em}

p {margin-top: 0;}
h4 {margin-bottom: 0;}

.info {
  padding-bottom: 2.5vw;
}

.berlin {
	color: #969696;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:46.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact {
	padding-top:2.5vw;
}

.imprint {
	letter-spacing: 0.1em;
  margin: calc((95vh - 2em - 39.5vw)/2) auto 0 auto;
  padding: 0 1em;
  max-width: 800px;
  text-align: center;
}

a:link {color:#FFF; text-decoration:none;}
a:visited {color:#FFF;}
a:hover {color:#FFF; text-decoration:underline;}
a:active {color:#FFF;
