/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/WorkSans/WorkSans-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/WorkSans/WorkSans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Barlow/Barlow-ExtraLight-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Barlow/Barlow-ExtraLight.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Barlow/Barlow-Medium-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Barlow/Barlow-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Barlow/Barlow-ExtraLightItalic-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Barlow/Barlow-ExtraLightItalic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Barlow/Barlow-MediumItalic-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v5/Barlow-MediumItalic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


 html, body {
	 position: relative;
	 width:100%;
	 height:auto;
	 color:#000000;
	 margin: 0; 
	 padding: 0;
     font-family: 'Barlow', sans-serif;
	 font-size: 12px;
	 background-color: white;
	 text-align: left;
      }
	  
a {	
	text-decoration: underline;
	}	  
	
span a {
	color: rgb(0, 0, 0); 
}	
	
.blau {
	color:#0FACDB	!important;
}


.zitat {
	font-family:barlow-extralight,barlow,sans-serif;
	font-weight: 200;
	font-style:italic;
	font-size:14px;
	color:#000000;
}		
	
#inhalt {
	position: relative;
	top:0;
	width:980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}	

#topmenue {
	display:flex; 
	align-items:flex-end; 
	width:100%; 
	height:95px; 
	border:0; 
	padding:0;
	margin:0;
	font-family:barlow-extralight,barlow,sans-serif;
	font-size: 12px;
	color: #000000;
}	

#topmenue  div{
	width: 50%;
}		

#menuel ul{
	margin-left:0;
	padding-left:0;
	display: flex;
	justify-content: flex-start;
	list-style: none;
}

#menuer ul{
	margin-right:0;
	padding-right:0;
	display: flex;
	justify-content: flex-end;
	list-style: none;
}

#topmenue {
	
}

#menuel li {
	padding-right:1.5em; 
	text-decoration: underline;
}

#menuel a {
	color: rgb(0, 0, 0); 
}

#menuer a {
	color: rgb(0,0,0);
}
	
#startvideo{
		/* override other styles to make responsive */
		width: 100%    !important;
		height: auto   !important;
		z-index: -1;
		}

.STp1 {
	color: rgb(255, 255, 255);
	font-family: worksans-semibold, 'Work Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	line-height: normal;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	overflow-wrap: break-word;
	pointer-events: auto;
	text-align: center;
	vertical-align: baseline;
}
		
#STl1 {
	
	font-size: 83px;
}		
		
#STl2 {
	font-size: 22px;
}		

#STl3 {
	cursor: pointer;
	font-size: 22px;
	text-decoration: underline;
}	

.aboutc1 {
	display:flex; 
	align-items:flex-start;  
	margin-top:75px; 
	width:100%;
	height:auto;
}

div .fuffzig {
	width:50%;
}

.div-1 {
	margin-left:50px; 
	margin-right:15px; 
	margin-top:-15px;
}

.div-2 {
	margin-left:15px; 
	margin-right:15px; 
	margin-top:-15px;
}

.div-3 {
	margin-left:30px; 
	width: 900px;
}

.aboutc2 {
	display:flex; 
	justify-content:flex-end; 
	width:100%; 
	height:auto; 
	margin-top: -100px;
}



