html{
margin: 0px;
height: 100%;
width: 100%;

}
body{
margin: 0px;
height: 150%;
width: 100%;


}

@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Jura/Jura-VariableFont_wght.ttf'); /* IE9 Compat Modes */
  
       
}
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Poiret_One/PoiretOne-Regular.ttf'); /* IE9 Compat Modes */
  
       
}




td {
	vertical-align: top;
	text-align: center;
	height: 200px;
}
.main{

margin-top:0;
padding-left: 15%;
padding-right:  15%;

width: 70%;
font-family: 'Jura', sans-serif;
font-size: 14pt;
background-color:rgb(113,64,111);
background-color:white;


}
.rubrik{
	font-size: 50px;
	color: rgb(113,64,111);
	width: 100%;
	text-align: center;
	}
#content{
width: 70%;
margin-top: 0%;
padding-top: 20%;
padding-left: 15%;
padding-right: 15%;
z-index: 300;
}

.banner{
	position: fixed;	
	margin-top: 0;
	width: 100%;
	z-index: 100;
	text-align: center;

}
#bannertext{
position: fixed;
z-index: 110;
margin-top: 1%;
margin-left: 5%;
border-top-style: none;
border-bottom-style: solid;
border-bottom-width: 5px;
border-color: white;
font-family: 'Poiret One', cursive; 
font-weight: bold;
font-size: 500%;
color: white;

}
h1{
color: grey;
font-size: 16pt;
}	
.image{
	border-radius: 10%;
	
	}
.bannerpic{
	width: 100%;	
	opacity: 1;
   filter: alpha(opacity=100); 
}

.navbar {
  	position: fixed;
	padding-left: 25%;
	padding-right: 25%;
	z-index: 110;
		width: 100%;	    
    overflow: hidden;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(113,64,111);
    font-family: Arial, Helvetica, sanUnser Teams-serif;
    text-align: center;    
	margin-top: 15%;    
    background-color:#5B596B;   
    
    }

.navbar a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: 130px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: grey;
}

.dropdown {
    float: left;
    overflow: hidden;
    text-align: center;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    width: 200px;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    width: 200px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: grey;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    width: 200px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.beitrag{
font-family: 'Jura', cursive; 
font-size: 140%;
width: 100%;
text-align: center;
color: #4F4141;

	
	
}