@charset "utf-8";
/* CSS Document */


html {	
	color: #000000;
	font-family: "Times New Roman", serif;	
	height:100%;
}

body {	
	margin:0;
	padding:0;	
	width:100%;
	height:100%;
}

header {
	background-color: #ffffff;	
}

header::after{
	content: '';
	display:table;
	clear:both;
}

.header_container {
	width: 80%;
	margin: 0 auto;
}

.logo{
	float: left;
	height:70px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.left{
	float: left;
	margin-left:5%;
	margin-top:5%;
	padding:0;	
	width:30%;	
}
.textfield{
	font-family: "Times New Roman", serif;	
	font-size: 32px;
	color: black;
	float: left;
	margin-left:-3%;
	margin-top:14%;
	padding:0;	
	width:30%;
}
.right{
	float: left;
	margin-left:0%;
	padding:0;	
	width:24%;
}

.container{
	width:100%;
	min-height: 100%;
	margin:0 auto;
	background-repeat: no-repeat;	
	background-size: 100% 100%;
}


#main_menu {	
	padding-top: 20px;
	padding-bottom: 20px;
	float:right;
	font-size: x-large;	
	list-style: none;		
	font-family:"MV Boli";
}
#main_menu li{
	
  	display : inline-block;
}

#main_menu .tab, .closing_tab{	
	
	color: #000000;
	margin-left: 5px;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 12px;	
	
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;	
	
	text-align: center;
	text-decoration: none;	
}


#main_menu .tab:hover, .closing_tab:hover{	
	color:#cccccc;
}

#main_menu .closing_tab{		
	border: none;
}

#main_menu .tab{
	border: 2px;		
	border-color: #cccccc;
	border-right-style: solid;
}

.main{	
	overflow:auto;
	padding-bottom: 100px;	
}

.homeCaption
{	
	margin-top: 8%;
	margin-left: 69%;
	font-family:"MV Boli";
	font-size: 32px;
	color: black;
}

.wolleCaption
{	
	margin-top: 10%;
	margin-left: 78%;
	
	font-family:"MV Boli";
	font-size: 32px;
	color: white;
}

.ppi5Caption
{	
	margin-top: 8%;
	margin-left: 82%;
	
	font-family:"MV Boli";
	font-size: 32px;
	color: white;
}
.cansCaption
{	
	margin-top: 8%;
	margin-left: 82%;
	
	font-family:"MV Boli";
	font-size: 32px;
	color: black;
}
.linksCaption
{	
	margin-top: 8%;
	margin-left: 60%;	
	font-family:"MV Boli";
	font-size: 32px;
	color: black;
}
.homeText
{	
	margin-top: 5%;
	margin-left: 60%;
	margin-right: 8%;
	
	font-family:"MV Boli";
	font-size: 26px;
	color: black;
	
	hyphens: auto; 
    text-align: justify;
}

.wolleText
{	
	margin-top: 5%;
	margin-left: 55%;
	margin-right: 10%;
	
	font-family:"MV Boli";
	font-size: 24px;
	color: white;
	
	
	hyphens: auto; 
    text-align: justify;
}
.cansText
{	
	margin-top: -5%;
	margin-left: 50%;
	margin-right: 8%;
	
	font-family:"MV Boli";
	font-size: 26px;
	color: black;
	
	hyphens: auto; 
    text-align: justify;
}

.linksText
{	
	margin-top: 3%;
	margin-left: 60%;
	margin-right: 8%;
	
	font-family:"MV Boli";
	font-size: 26px;
	color: black;
	
	hyphens: auto; 
    text-align: justify;
}
.wolleText a:link{
	color: lightgreen;
}

.wolleText a:visited{
	color: lightblue;
}

.wolleText a:hover{
	color: green;
}

.wolleText a:avtive{
	color: gold;
}

.ppi5Text
{	
	margin-top: 5%;
	margin-left: 50%;
	margin-right: 10%;
	
	font-family:"MV Boli";
	font-size: 22px;
	color: white;
	
	hyphens: auto; 
    text-align: justify;
}

#gallery
{
	margin-top: 5%;
	margin-left: 50%;
	margin-right: 8%;
}

.gallery_img
{
	margin-right: 40px;
	float:right;
	width:200px;
	height:120px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 170px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    
	background-color: rgba(223,223,223,0.9);
	
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
	height: 60%;
	overflow-y: scroll;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.footer{
	font-family:"MV Boli";
	background-color: #ffffff;	
	position:relative;
	height:100px;
	margin-top: -100px;
	padding-top: 35px;
	clear:both;
	text-align: center;
}

#daten
{
	text-align: left;
	padding-left: 75px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
