/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body{
	color: #000000;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	margin: 0;
}

div{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}

h1, h2{
	color:#4bb5c3;
}

#main-content{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0;
}
@media (min-width: 600px) {
  #main-content{
	position: relative;
	max-width: 1280px;
	margin: auto;
	padding: 0;
  }
}

#text-content{
	margin: 0 20px;
}

.desktop{
	display:none;
}
@media (min-width: 600px) {
  .desktop {
    display:block;
  }
}

.mobile{
	display:block;
}
@media (min-width: 600px) {
  .mobile{
	display:none;
  }
}

.logo{
	max-height:80px; 
	margin: 40px 40px 20px 40px;
}

.headerBild{
	width:auto; 
	height:auto; 
	max-width:100%; 
	margin: 0	
}

* {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}

a.text{
	color:#4bb5c3;
	text-decoration:none;
}
a:hover.text{
	text-decoration:underline;
}

a.legal{
	color:#ffffff;
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover{
	text-decoration:underline;
}

.footer{
	margin:0px;
	width:100%; 
	background-color:#002966; 
	padding: 10px 20px;
	line-height:40px;
	min-height: 60px;
}
@media (min-width: 600px) {
  .footer{
  }
}

.footerLogo{
	float: left;
}

.footerLegal{
	float: right;
}

.videoFrame{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.videoFrame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
