/* CSS Document */


#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}


font-family: 'Montserrat', sans-serif;
API docs


Download all

html {
        scroll-behavior: smooth;
      }

* {
margin: 0px ;
padding: 0px ;
}

img {
		
margin:0;
}

a:hover {
        
        background-color: none;
        text-decoration: none;
}
a:link {
      
        text-decoration: none;
}

a.white:link {color: #FFFFFF; }
a.white:visited {color: #FFFFFF; }
a.white:hover {color: #dbdbdb; }
a.white:focus {color: #FFFFFF; }
a.white:active {color: #FFFFFF; }

a.grey:link {color: #dbdbdb; }
a.grey:visited {color: #dbdbdb; }
a.grey:hover {color: #FFFFFF; }
a.grey:focus {color: #dbdbdb; }
a.grey:active {color: #FFFFFF; }

a.black:link {color: #000000; }
a.black:visited {color: #000000; }
a.black:hover {color: #FFFFFF; }
a.black:focus {color: #000000; }
a.black:active {color: #FFFFFF; }





.container {
  position: relative;
	float: left;
	margin-bottom: 1vh;
	background-color: #000000;
	justify-content: flex-start;
}

.image {
    width: 33.33%;
    height: auto;
	vertical-align:middle;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


html,body{
	margin: 0px ;
padding: 0px ;
	
}




#fix {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url( "pic/big/ge/ge_03.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin: 0px ;
	padding: 0px ;
	z-index: -1;
}


#holder {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	z-index: 2;
}


#logo {
	 position:absolute;                  
                bottom:10%;                          
                left:0;  
	z-index: ;
}


#spacer {
	width: 100%;
	height: 100vh;
	z-index: 3;
}

#inhalt {
	width: 100%;
	}

#sixty {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}

.blend {
transition: 2s;
}


#container {
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 1);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	z-index: 4;
}



#footer {
	width: 100%;
	position:absolute;                  
    bottom:0;                          
    left:0;  
}