@charset "utf-8";
/* CSS Document */

ul#demo-block{ margin:0 15px 15px 15px; }
			ul#demo-block li{ margin:0 0 10px 0; padding:10px; display:inline; float:left; clear:both; color:#aaa; background:url('../img_start/bg-black.png'); font:11px Helvetica, Arial, sans-serif; }
			ul#demo-block li a{ color:#fff; font-weight:bold; }



.st_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../img_start/pattern.png) repeat-x bottom left;
	opacity:0.0;
	z-index: -2;
	
	
}


@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(../fonts/quicksand_latin_ex.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: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(../fonts/quicksand_latin.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;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url(../fonts/quicksand_latin_bold.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;
}

/* cantarell-regular - latin */
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cantarell-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cantarell-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cantarell-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cantarell-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cantarell-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cantarell-v15-latin-regular.svg#Cantarell') format('svg'); /* Legacy iOS */
}
/* comfortaa-regular - latin-ext_latin */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/comfortaa-v40-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/comfortaa-v40-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comfortaa-v40-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/comfortaa-v40-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/comfortaa-v40-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/comfortaa-v40-latin-ext_latin-regular.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* comfortaa-700 - latin-ext_latin */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/comfortaa-v40-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/comfortaa-v40-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comfortaa-v40-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/comfortaa-v40-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/comfortaa-v40-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/comfortaa-v40-latin-ext_latin-700.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* Menu - inklusive Mobil Menue */




body {
  margin: 0;
 
}



/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
html,body {
	
	margin-left:15px;
	margin-top:15px;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#fff;
	width:190px;
}
address,caption,cite,code,dfn,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;
}
/* General Demo Style */
body{
	font-family: 'Century Gothic', sans-serif;;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
	
}
.clr{
	clear: both;
}

/* Header Style 





p.codrops-demos{
	display: block;
	padding: 15px 0px;
	
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	
	padding: 4px 22px 3px;
	font-size: 26px;
	line-height: 36px;
	margin: 2px 3px;
	font-weight: 400;
	
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

	
	
	
}
p.codrops-demos a:hover{
	color: #FE019A;
}
p.codrops-demos a:active{
	color: #FE019A;
	
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #fff;
	
}
*/

/* animated hover */






.gif {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-animation: fadeslideUp 16s infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: fadeslideUp 16s infinite; /* Fx 5+ */
  -o-animation: fadeslideUp 16s infinite; /* Opera 12+ */
  animation: fadeslideUp 16s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.gif h2{
  text-align: center;
  line-height: 60px;
	margin: 1px 1px;
	font-weight: 400;
	font-size: 56px;
	
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	z-index:600;
}

#g2 {
    animation-delay: -10s;
    -webkit-animation-delay: -10s;
}

#g3 {
    animation-delay: -5s;
    -webkit-animation-delay: -5s;
}



@-webkit-keyframes fadeslideUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      -webkit-transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-60%);
    }
}

@-moz-keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
    }
}

@-o-keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
    }
}

@keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%); 
      -ms-transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%); 
      -ms-transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%); 
      -ms-transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
      -ms-transform: translateY(-60%); 
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
      -ms-transform: translateY(-60%); 
    }
}








#scroll-container {
  border: 3px solid black;
  border-radius: 5px;
  height: 100px;
  overflow: hidden;
}

#scroll-text {
  height: 100%;
  text-align: center;
  
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  
  -moz-animation: my-animation 5s linear infinite;
  -webkit-animation: my-animation 5s linear infinite;
  animation: my-animation 5s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateY(100%); }
  to { -moz-transform: translateY(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}





/* TOOLTIP */

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:auto;
  color: #FE019A;
  background: #ffffff;
  height: auto;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0; height: 0;
  border-top: 8px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 50px;
  left: 50%;
  margin-left: -50px;
  z-index: 999;
}


			
			
			/* ENDE TOOLTIP */
			
			
			
			/* UPDATES */

	.modalDialog {
 position: Fixed;
 
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.6);
 z-index: 99999;
 opacity: 0;
 transition: opacity 400ms ease-in;
 pointer-events: None;
}

.modalDialog:target {
 opacity: 1;
 pointer-events: Auto;
}

.modalDialog > div {
 width: 350px;
 
 position: relative;
 margin: 10% Auto;
 padding: 5px 20px 13px 20px;
 border-radius: 10px;
 background-color: #333333;
 background: linear-gradient(#333333, #999999);
 cursor: Default;
}

.close {
 background-color: #606061;
 color: #FFFFFF;
 line-height: 25px;
 position: Absolute;
 right: -12px;
 text-align: Center;
 top: -10px;
 width: 24px;
 text-decoration: None;
 font-weight: Bold;
 border-radius: 12px;
 box-shadow: 1px 1px 3px #000000;
}

.close:hover {
 background-color: #FE019A;
} 		
			



/* Text auf bild */
.footer{
	font-family: Arial, sans-serif;
	line-height: 14px;
	font-size: 13px;
	width: 98%;

	
	opacity: 0.9;
	/*text-transform: uppercase;*/
	z-index: 9996;
	position: absolute;
  bottom: 0;
	-moz-box-shadow: 1px 0px 2px #666;
	-webkit-box-shadow: 1px 0px 2px #666;
	box-shadow: 1px 0px 2px #666;
}
.footer img{
	padding: 0px 1px;
	margin:auto;
	
}
.footer a{
	padding: 0px 5px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.footer a:hover{
	color: #F09;
}
.footer span.right{
	float: right;
	margin:auto;
}
.footer span.right a{
	float: none;
	display: inline;
}

/* TEXTSLIDER

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-inner {
  min-height: 300px;
 
}
.vertikal-flex {
	
	display: flex;
	align-items: center;
	justify-content: center;
	 position: absolute;
	 width: 100%;
	 
	 
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  
  
  
}


.vertikal-flex p{
	
	font-family: Comfortaa;
	line-height: 66px;
	font-size: 60px;
	color:#fff;
	
	text-transform: uppercase;
	text-align: center;
	text-shadow: black 1px 1px 1px;
	
	
	
}	
	
 */
	
	/*opacity: 0.8;*/



/* Media Queries */

@media screen and (max-width: 1100px) {
  .container > header{
		text-align: center;
		
	}
	html,body {
	margin:2px;
	padding:0;
}
	.topnav a {
	font-size: 17px;
  line-height: 10px;
	}
/*
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
		
	}
	p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	
	padding: 3px 60px 3px;
	font-size: 18px;
	line-height: 24px;
	margin: 2px 3px;
	font-weight: 400;
	
	color:#fff;
	
	
	
	
}
*/

}


@media screen and (max-width: 780px) {
	.container > header{
		text-align: center;
		
	}
	/*
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
		
	}
	
	p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	
	padding: 4px 22px 3px;
	font-size: 20px;
	line-height: 26px;
	margin: 2px 3px;
	font-weight: 400;
	
	color:#fff;
	
	
	
}
*/
.gif h2{
	font-size: 36px;
}
}

@media screen and (max-width: 360px) {
	.container > header{
		text-align: center;
		
	}
	html,body {
	margin:2px;
	padding:0;
}
/*
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
		
	}
	
	p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	
	padding: 3px 60px 3px;
	font-size: 18px;
	line-height: 24px;
	margin: 2px 3px;
	font-weight: 400;
	
	color:#fff;
	
	
	
}
.modalDialog > div {
 width: 250px;
}
*/
@media screen and (max-height: 450px) {
	.container > header{
		text-align: center;
		
	}
	html,body {
	margin:2px;
	padding:0;
}
/*
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
		
	}
	p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	
	padding: 3px 60px 3px;
	font-size: 18px;
	line-height: 24px;
	margin: 2px 3px;
	font-weight: 400;
	
	color:#fff;
	
	
	
}
*/

}
