/* Schriftarten einbetten */
@font-face {
	font-family: 'Corbel';
	         src: url('fonts/corbel.ttf') format('truetype');
	}

/* Misc */
*	{
	font-family: Corbel, Arial, sans-serif;
	text-decoration:none;

	border:0;

	font-size:12pt;
         color:white;
	}

.floater{
	float:left;
	}
.clearer{
	clear:both;
	}

/* Constructors */
body	{
         background-color:rgb(60,60,59);
	}

.wrapper	{
         position:absolute;

         left:0px;
         top:0px;

         width:100%;
         }

/* Styles */
.menue{
         width:100%;
         height:50px;

         background-color:rgba(203,21,23,0.8);

         display: flex;
         justify-content: center;
         align-items: center;
         }

.menue div{
         position:relative;

         height:100%;
         margin:0px 15px;

         font-size:25pt;

         display: flex;
         justify-content: center;
	align-items: center;

         cursor:pointer;

         transition: .5s;
         }

.menue div:hover{
         background-color:rgba(255,255,255,0.5);
         }



.content{
	position: relative;

         margin: auto;

         width: 500px;
         height:100%;

         justify-content: center;
	align-items: center;
	}
.list{
         margin-bottom:50px;
         }
.sigicon{
         position:relative;

         width:40px;
         height:40px;

         background:url('../images/Signatureicon.png') no-repeat center;
         background-size:contain;
	}
.listpoint{
         position:relative;

         width:440px;

         margin: auto;
         margin-left:20px;

         font-size:20pt;
         text-align:left;
         }

.heading{
         position:relative;

         width:800px;
         height:50px;

         margin: auto;
         margin-top:50px;

         font-size:25pt;
         text-align:center;
         }
.banner	{
         position:relative;

         width:800px;
         height:300px;

         margin: auto;

	background:url('../images/Banner_FF_Merkendorf_invers_png_300ppi.png') no-repeat center;
         background-size:contain;
         }

.plakat	{
         position:relative;

         width:800px;
         height:1000px;

         margin: auto;

	background:url('../images/Plakat_FF-Merkendorf_150Jahre_A3_300ppi.jpg') no-repeat center;
         background-size:contain;
         }
.route	{
         position:relative;

         width:800px;
         height:800px;

         margin: auto;

	background:url('../images/Karte.png') no-repeat center;
         background-size:contain;
         }
.sponsoren{
         position:relative;

         width:1000px;
         height:500px;

         margin: auto;

	background:url('../images/Sponsorenbauzaunbanner_FF-Merkendorf_150Jahre_72ppi.jpg') no-repeat center;
         background-size:contain;
         }
.footer{
         height:100px;
	}

.text{
         position:relative;

         width:500px;

         margin: auto;

         font-size:35pt;
         text-align:center;
         }
.text2{
         position:relative;

         width:500px;

         margin: auto;
         margin-top:100px;

         font-size:20pt;
         text-align:center;
         }