::-webkit-scrollbar { 
    //display: none; 
}
td{
text-align: left;
vertical-align: top;
}
a.artikel:link{
text-decoration: none;
color: grey;
}
a.artikel:visited{
text-decoration: none;
color: grey;
}
a.artikel:hover{
text-decoration: none;
color: grey;
}

h1{
font-size: 18pt;
font-weight: bold;

}
html{
width: 100%;
height: 100%;

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

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

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf'); /* IE9 Compat Modes */
  
       
}


.seite{

}

.main{
width: 100%;
height: 100%;
}
.container{
position: absolute;
width: 100%;
height: 100%;
background-color: white;
margin-top: 22%;
}
.links{
padding-top: 20px;
width: 15%;
height: 100%;
background-color: white;
float: left;
font-family: 'Raleway', sans-serif;
color: grey;
background-color: white;
}

.mitte{
padding-top: 20px;
width: 65%;
height: 100%;
float: left;
font-family: 'Arial', sans-serif;
color: grey;
background-color: white;

}
.rechts{
padding-top: 60px;
width: 20%;
height: 100%;
text-align: center;

float: left;

}

.banner{

position: absolute;
text-align: center;
width: 105%;
height: 40%;
font-family: 'Poiret One', cursive;
text-shadow: 10 10 15px grey;
font-size: 80pt;
font-weight: bold;
color: white;
z-index: 20;


}
.login{
text-align: left;
width: 270px;
position: relative;
padding: 10px;
font-family: arial;
font-size: 10pt;
background-color: #E5E5E5;
border-style: solid;
border-width: 1px;
border-color: grey;
border-radius: 5px;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 15px;
}
.formu{
text-align: left;
width: 90%;
position: relative;
padding: 10px;
font-family: arial;
font-size: 10pt;
background-color: #E5E5E5;
border-style: solid;
border-width: 1px;
border-color: grey;
border-radius: 5px;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 15px;
}
.textbox1{

width: 150px;


}
.textbox2{

width: 150px;

}
.beitrag{
padding: 0px;
width: 100%;
font-size: 14pt;
//background-color: #F7F5F5;
border-radius: 15px;
margin-bottom: 10px;




}
.werbung{
border-style: solid;
border-width: 1px;
padding: 10px;
border-color: grey;
width: 270px;
display: inline-block;
text-decoration: none;
margin-bottom: 20px;
margin-right: 15px;

}
.menu{
position: relative;
width: 100%;
height: 8%;
color: black;
background-color: #434683;
padding: 20px;
}
a.menuL:link{
text-decoration: none;
display: inline-block;
font-family: arial;
width: 160px;
height: 30px;
line-height: 30px;
font-size: 12pt;

color: orange;
background-color: #434683;
margin-right: 10px;
border-radius: 15px;

}
a.menuL:visited{
text-decoration: none;
display: inline-block;
font-family: arial;
width: 160px;
height: 30px;
line-height: 30px;
font-size: 12pt;
color: orange;

background-color: #434683;
margin-right: 10px;
border-radius: 15px;
}
a.menuL:hover{
text-decoration: none;
display: inline-block;
font-family: arial;
width: 160px;
height: 30px;
line-height: 30px;
font-size: 12pt;
color: #434683;

background-color: orange;
margin-right: 10px;
border-radius: 15px; 
}

.titel{
font-family: 'Raleway', sans-serif;
font-size: 22pt;
font-weight: bold;
color: grey;
margin-bottom: 50px;
}
.vorschau {
	height: 75px;
	border: 1px solid #000;
	margin: 10px 5px 0 0;
}
output{
	display: block;
}
.date{
	font-family: arial;
	text-align: right;
	
}
a.menu2:link{
padding: 10px;    
    text-decoration: none;
    position: absolute;
    display: block;
    margin-left: -5px;
    width: 270px;
    height: 200px;
    font-family: Arial;
    font-size: 10pt;
    background-size: 250px 150px;
    background-repeat: no-repeat;

    border-style: solid;
    border-width: 1px;
     background-color: white;
    
    color: rgb(103,103,103);
 margin-bottom: 20px;
margin-right: 15px;   
}
a.menu2:visited{
padding: 10px;    
    text-decoration: none;
    display: block;
    position: absolute;
    margin-left: -5px;
    width: 270px;
    height: 200px;
    font-family: Arial;
    font-size: 10pt;
    background-size: 250px 150px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    color: rgb(103,103,103);
 margin-bottom: 20px;
margin-right: 15px;   
}
a.menu2:hover{
		padding: 10px;    
    text-decoration: none;
    display: block;
    position: absolute;
    margin-left: -5px;
    width: 270px;
    height: 200px;
    font-family: Arial;
    font-size: 10pt;
    background-size: 250px 150px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(64,72,111);
 margin-bottom: 20px;
margin-right: 15px;   
    color: white;
    
}
.navbar {
		display: block;		
		margin-top: -25px;		
		padding-left:  7%;
		position: relative;	    
    	overflow: hidden;
    	background-color: #E5E5E5;
    	font-family: Arial;
    	font-weight: normal;
    	text-align: center;
		width: 100%;
    	z-index: 800;
    }

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

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

.dropdown .dropbtn {
		display: inline-block;
	float: left;
    font-size: 16px;    
    border: none;
    width: 200px;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
  
    width: 160px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #2A54A5;
    color: white;
}

.dropdown-content {
    display: none;
    

    position: absolute;
    margin-top: 47px;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

.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: orange;
}

.dropdown:hover .dropdown-content {
		z-index: 200;    
    display: block;
}
.sidebar{
position: fixed;
margin-top: 23%;
margin-left: 0px;
display: block;
width: 0;
height: auto;
background-color: #E5E5E5;
border-style: none;
border-width: 1px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
color: black;

z-index: 40;
}


.sidenav {
    height: 100%;
    width: 180px;
    position: relative;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;

    overflow-x: hidden;
    width: 100%;
    font-family: arial;
    font-size: 10pt;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 12pt;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    background-color: orange;
    color: black;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}