/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #fff;
}

img{
  display: block;
  width: 100%;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/*Allgmeine Container*/
.bg-container {
  padding: 100px 0;
  width: 100%;
  font-size: 1.2rem !important;
  line-height: 2rem;
}

/* Allgmeine Container Verlauf*/
.bg-container-v {
  padding: 100px 0;
  width: 100%;
  font-size: 1.2rem !important;
  line-height: 2rem;
  /*VERLAUF*/
	background: rgba(25,194,200,1);
	background: -moz-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,194,200,1)), color-stop(100%, rgba(132,214,217,1)));
	background: -webkit-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -o-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -ms-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: linear-gradient(to right, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
}

/* Allgmeine Container Grau*/
.bg-container-grau {
  clear:both;
  padding: 100px 0;
  width: 100%;
  font-size: 1.2rem !important;
  line-height: 2rem;
   background: rgba(235,235,235,1);
}

/* Allgmeine Container Verlauf PARTICLE*/
.bg-container-part {
	position:relative;
	max-height:600px;
  padding: 100px 0;
  width: 100%;
  font-size: 1.2rem !important;
  line-height: 2rem;
  /*VERLAUF*/
	background: rgba(25,194,200,1);
	background: -moz-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,194,200,1)), color-stop(100%, rgba(132,214,217,1)));
	background: -webkit-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -o-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -ms-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: linear-gradient(to right, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
}


/*NAVIGATION Sprachen*/
.lang-nav {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 33px;
	z-index: 1;
}

.lang-nav:hover{
	opacity:0.75;
}

.lang-nav img.lang-img {
    max-width:30px;
	height:auto;
}


/* Text Center*/
.text-center{
  text-align:center;
}

/* Banner Texte*/

.banner-text h1, 
.banner-text span{
	color:#fff;
	text-align:center;
	margin-top:-20px;
}

.banner-text h1{
	font-size: 3rem !important;
  	line-height: 5rem;
}

.banner-text span{
	font-size: 2rem !important;
  	line-height: 3rem;
	text-align:center;
}

.banner-text .banner-logo{
	  height: 170px;
	  width: auto;
	  padding: 30px;
	  margin: 0 auto;
}

/*Container für Bilder*/
.bild-container {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}


.bild{
  display: block;
  width: 100%;
}

.bild img{
  display: block;
  width: 100%;
}

.bild-text-part{
  z-index:1;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 10px;
}

.bild-text span{
  font-size: 2.5rem;
  margin-top: 0;
  color: #FFF;
}


.bild-text{
  z-index:1;
  position: absolute; 
  left:50%;
  top:50%;
  width:350px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.bild-text span{
  font-size: 2.5rem;
  margin-top: 0;
  color: #FFF;
}



@media only screen and (max-width: 960px) {
  .bild-text span{
  	font-size: 1.5rem;
  }
}

.text-con {
  *zoom: 1;
  float: left;
  text-align:left;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
  height:auto;
}

.bild-con {
  *zoom: 1;
  float: right;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 0%;
  height:auto;
}

.clearfix{
	clear:both;
}

.space{
	padding-bottom: 100px;
}

.space-50{
	padding-bottom: 50px;
}

.whitespace {
  height: 200px;
}

.bg-container.teal h1, .bg-container.teal p {
    color: #FFF;
}

/* IMG HOVER INFO */

.image-info {
    position: relative;
}

.image-info .info  {
    position: absolute;
    left: 0;
	bottom: 0;
    width: 100%;
    height: auto;
    display: none;
    color:rgba(118, 118, 118, 1);
	font-size: 0.9rem;
	line-height:1.5rem;
}

.image-info:hover .info {
    display: block;
    background: rgba(255, 255, 255, .9);
	padding: 20px;

}

.image-info .dia {
    position: absolute;
    left: 0;
	bottom: 0;
    width: 100%;
    height: auto;
    display: none;
    color:rgba(118, 118, 118, 1);
	font-size: 0.9rem;
	line-height:1.5rem;
	text-align:left;
}

.image-info:hover .dia{
    display: block;
     background: rgba(255, 255, 255, .9);
	padding: 20px;
	-webkit-transition: all 2s ease;
 	-moz-transition: all 2s ease;
  	-o-transition: all 2s ease;
  	transition: all 2s ease;
}

/* LISTE */

.bullet ul{
	margin-left: 15px;
	width:100%;

}

.bullet li{
	color:#19c2c8;
	font-weight: 700;
}

/* TABELLE */

table { 
  width: 100%; 
  border-collapse: collapse; 
  color:#fff;
}

thead{
	border:none;
}

th { 
  border: 3px solid #fff;
  font-size:2rem;
}

th:last-child {
  border-left: 0px solid #fff;
}

th { 
  padding: 20px;
  text-align:center;
}

td{
  padding: 10px;
  border-bottom: 1px solid #fff;
}

td:first-child {
  border-right: 3px solid #fff;
}

td,th{
	text-align:center;
}


@media only screen and (max-width: 1024px) {
	footer.page-footer .footer-copyright{
		line-height: 20px;
	}
	
	
	.bild-con {
		display:table-header-group;
		float:none;
	}
	
	.text-con {
		display:table-footer-group;
		float:none;
	}
	
	
	.logo-img-small {
	  padding-bottom: 10px;
	}

	
}

@media only screen and (max-width: 960px) {
	.bg-container{
		display:table;
	}
	
	.style-ek p:first-child {
    	margin-top: 20px !important;
	}
	
	.bild-con{
		width: 100%;
		float:none;
	}
	
	.text-con {
	  float: none;
	  width: 100%;
	  margin-right: 0%;
	  text-align:center;
	}
	
	.center-img{
	  margin:auto; 
	}
	

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		border:none;
	}
	
	td { 
		border:none;
		position: relative;
		padding-left: 50%; 
		word-wrap:break-word;
	}
	
	td:nth-child(odd){
		background:#fff;
		color:#19c2c8;
	}

	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
	}
	
	td:first-child {
	  border-right: none;
	}
	
	td:last-child {
	  border-bottom: 1px solid #FFF;
	}
	
	td:nth-of-type(1):before { content: "nanoAR"; }
	td:nth-of-type(2):before { content: "Other"; }
}


@media only screen and (max-width : 768px) {

	.style-ek h1, .style-ek h1.whitek  {
    	font-size: 1.7rem;
	}

	.bild-container-logo{
		  max-width:25%;
	}
	
	.bild-text span{
  		font-size:0.9rem;
	}
	
	.image-info .info  {
		font-size: 0.9rem;
		line-height:1.3rem;
		padding: 10px;
	}


	.image-info .dia {
		font-size: 0.9rem;
		line-height:1.3rem;
		padding: 10px;
	}	
	
	/* Banner Texte*/


	.banner-text h1{
		font-size: 2.25rem !important;
		line-height: 4rem;
	}

	.banner-text span{
		font-size: 1.5rem !important;
		line-height: 2.5rem;
	}

	.banner-text .banner-logo{
		  height: 125px;
		  width: auto;
		  padding: 30px;
		  margin: 0 auto;
	}
}


@media only screen and (max-width : 480px) {
	.bg-container{
		  padding: 50px 0;
	}
	
	.bg-container-v , .bg-container-grau{
		  padding: 50px 0;
	}
	
	.style-ek h1, .style-ek h1.whitek  {
    	font-size: 1.7rem;
	}

	.bild-container-logo{
		  max-width:25%;
	}
	
	.bild-text span{
  		font-size:0.9rem;
	}
	
	.image-info .info  {
		padding: 5px;
		height:100%;
		font-size: 0.8rem;
		line-height:1.2rem;
	}

	.image-info .dia {
		padding: 5px;
		height: 100%;
		font-size: 0.8rem;
		line-height:1.2rem;
	}
}




@media only screen and (max-width : 320px) {
	
	.bild-text span{
		word-wrap:break-word;
	}
}


/* Scroll Maus Animation*/

@-webkit-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}

/* Scroll Maus */

 .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
  text-align: center;
}


@media only screen and (max-width : 1024px) {
	 .scroll-btn {
	  bottom: 100px;
	}
}

	 
@media only screen and (max-width : 960px) {
	 .scroll-btn {
	  bottom: 160px;
	}
}


.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s ease infinite;
  -moz-animation: ani-mouse 2.5s ease infinite;
  animation: ani-mouse 2.5s ease infinite;
}