/* black */
html.black, html.black body {
	background-color: black;
}

html.black .farben {
	color: white;
}

html.black .wir {
	background: rgba(0,0,0,0.9);
	color: white;
}

html.black .content {
	background-image: url(../bilder/EFC-Logo-white);
}

html.black a, html.black  {
	color: white;
}



/* white */
html.white, html.white body {
	background-color: #C0C0C0;
}

html.white .farben {
	color: black;
}

html.white .wir {
	background: rgba(255,255,255,0.8);
	color: black;
}

html.white .content {
	background-image: url(../bilder/EFC-Logo-black);
}

html.white a, html.white  {
	color: black;
}


/* common */

.wrapper {
	position:absolute;
	display: flex;
	flex-direction: column;
	height:98%;
	width:99%;
}

.content {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 100%;  /* Container's dimensions */
	height: 100%;
	overflow-y: scroll;
}

.verweise, .verweise a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Anton, "Brush Script", fantasy;
	letter-spacing: 0.3em;
}

.farben {
	text-align:center;
	font-family: Anton, "Brush Script", fantasy;	
	text-transform: uppercase;
	letter-spacing: 0.3em;
	word-spacing: 1em; 
	font-weight:bold;
	font-size: 30px;
}

.bild {
	max-width:100%; 
	max-height:100%;
	margin:auto;
}

.wir {
	border-radius: 15px;
	width: 60%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 25px;
	margin-top: 100px;
}

.button {
	width: 200px;
    height: 40px;
	background: white; /* old browsers */
    background: linear-gradient(to bottom, white, yellow); 
    box-shadow: inset 0px 0px 6px #fff,inset 0px -1px 6px #fff;
    border: 1px solid red;
    border-radius: 1em;
    margin: 1em;
	text-decoration:none;
	font-weight:bolder;
  }
	
.button.schwarz {
	background: linear-gradient(to bottom, gray, black); 
	color:white;
	font-size: larger;
}	

.button.weiss {
	background: linear-gradient(to bottom, white, gray);
	color:black;
	font-size: larger;
}	

.button.rot {
	background: linear-gradient(to bottom, white, red);
	color:black;
	font-size: larger;
}

.button:hover

 {
	box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
	color:red;
}
