/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.11.2017, 21:34:13
    Author     : klugjoha
*/
html
{
    width: 100vw;
}
#body{
	padding: 0;
	font-family: "Arial Narrow", "Lucida Sans Unicode", sans-serif; /*background-image:url("../pics/Background.jpg");*/;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	margin-right: auto;
        margin-left: auto;
	visibility: visible;
	font-size: medium; /*	width: 80%;*/;
	
	margin-bottom: 0px;
        margin-top: 0px;
	height: 100%;
	overflow-x: hidden;
}
/* the images are positioned absolutely to stack. opacity transitions are animated. */

div.bild
{
    overflow: hidden;
    height: 100%;   
}

.firstpage
{
    height: 100vh; 
/*    text-align: center;*/
    display: inline-block;
}

.firstpage img
{
    width: 100%;
}

.introheader
{
    font-size: 4em;
    text-align: center;
    font-weight: bolder;      
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-color: #e7e7df;
    opacity: 0.6;
}

.introtext
{
    font-size: 2em;
    padding-left: 5vw;
    padding-right: 2vw;
    padding-top: 2vh;
}

.intropics a
{
    text-decoration: none;
    color: #333333;
}

.intropics
{
    width: 10vw;
    float: left;
    margin: 5vw;  
    text-align: center;
    background-color: lightgray;
    font-size: 1.3em;
    font-stretch: expanded;

}

.slides
{
    position: relative;
    background-color: white;   
    height:100vh;
    min-height: 100vh;
}

.slides div img
{ 
  height: auto;
  position: relative;
  width: 100%;
  /*padding-left: 15%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10vh;
}

.slides div .atext
{
    display: block;
    height: 10vh;
    font-size: 4vh;
    padding-top: 5vh;
    background-color: whitesmoke;
    opacity: 0.8;
    width: auto;
    margin-top: 32.5vh;
    padding-left: 1vw;
    padding-right: 1vw;
    position: absolute;
    z-index: 100;
}
.slides .bild .ageneral a
{
    text-decoration : none;
    display: block;
    color: white;
    height: 100%;
    font-size: 1em;
   /* font-weight: bolder;*/
}
.slides .ageneral
{
    display: block;
    /*line-height: 10vh;*/
    height: 5vh;
    font-size: 3vw;  
    background-color: white;
    opacity: 0.3;
    width: 100vw;
    margin-top: 50vh;
    z-index: 100;
    position: absolute;
}

.slides .bild .ageneraltext
{
    background-color: white;
    /*opacity: 0.3;*/
    background-color: rgba(240,240,240,0.8);
    width: 100vw;
    margin-top: 10vh;
    font-size: 3vh;
    padding-top: 0.5vh;
    text-align: center;
    height: auto;
    position: absolute;
    z-index: 100;
}

.aleft
{
    float: left;
    width: 15vw;
    background-color: black;
    text-align: center;
    opacity: 1;
    line-height: 5vh;
}
.aright
{
    float: right;
    width: 15vw;
    background-color: black;
    text-align: center;
    background-color: rgba(1,1,1,1);
    line-height: 5vh;
}

.slides .bild .oben
{
    display: block;
    line-height: 5vh;
    height: 5vh;
    font-size: 3vw;  
    background-color: black;
    opacity: 0.5;
    width: 100vw;
    margin-top: 0vh;
    z-index: 100;
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none;
}


.slides .bild .kopfzeile
{
    display: block;
    line-height: 10vh;
    height: 10vh;
    font-size: 5vh;  
    background-color: whitesmoke;
    opacity: 0.9;
    width: 100vw;
    margin-top: 0vh;
    z-index: 100;
    font-weight: bolder;
    position: absolute;
    text-align: center;
}

.slides .bild .unten
{
    display: block;
    line-height: 5vh;
    height: 5vh;
    font-size: 3vw;  
    opacity: 0.3;
    width: 100vw;
    margin-top: 55vh;
    z-index: 100;
    position: absolute;
    text-align: center;
    background-color: black;
    color: white;
    text-decoration: none;
}
