
/* Allgemein */
*{
    margin:0;
    padding:0;
    
    font-family: Segoe UI, sans-serif;
}

.body
{
    background-color: black;
}


.wrapper {
    width:1200px;
    max-width:90%;
    
    margin: 0 auto;
}

html{
    background-color:black;
}

/* Hintergrund */
#hintergrund img{
    
    width:99%;
}

/* Navigation */
#navigation{
    
    position: fixed;
    top: 0;
    z-index: 10;
    
    width:100%;
    height: auto;
    color:black;
    background-color: rgba(250,250,250,1); 
    text-decoration: none;
    
}

h1 		{
			margin: -20px;
            font-size: 30pt;
			font-family: Segoe UI, sans-serif;
			color: black;
			text-align: center;
            background-color: white;
            
    
			
		}
	
h2 		{
            width: 100%;	
            margin-bottom: 2px;
            padding: 10px;
            font-size: 10pt;
			font-family: Segoe UI, sans-serif;
			font-weight: 100;
            color: black;
			text-align: center;
            background-color: white;
		}
	
h3 		{
	        width: 100%;	
            margin-bottom: 2px;
            padding-left: 20px;
            font-size: 10pt;
			font-family: Segoe UI, sans-serif;
			font-weight: 100;
            color: black;
			text-align: center;
            background-color: white;
			
		}

.navi{
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    margin: 0px;
    padding: 10px;
    border-style: none;
    text-align: center;
    color:black;
    background-color: white;
    font-family: Segoe UI, sans-serif;
    
    
    
}

#logo {
    background: url(logo.png);
    background-size: cover;
    
    
    width:110px;
    height:115px;
    margin:10px;
    
    float:left;
    
    
    
}

#logo p {
    font-family: Segoe UI, sans-serif;
    font-size: 3em;
    line-height: 1.0;
    color: white;
}

#menu {
    float:right;
    margin-top: 100px;
    margin-right: 30px;
    
}

#menu a {
    padding-right: 30px;
    padding-bottom: 5px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    
}

#menu a:hover {
    border-bottom: solid black 3px;
}


.header {
   
    position: fixed;
    top: 0;
    z-index: 10;
    
    width:100%;
    height: auto;
    color:black;
    background-color: rgba(0,0,0,1); 
    text-decoration: none;
    margin-bottom: 2px;
    
}

#hintergrund {
    width: 100%;
    height: 2000px;
    margin-top:100px;
    margin-left: -0;
    align-content: center;
    background:url(Banner.png);
    background-size:contain;
    
    z-index: 0;
}

.box {
    flex-basis: 240px;
    flex-shrink: 1;
    
    height: 280px;
    padding: 0px;
    margin: 20px;
    margin-bottom: 60px;
    margin-top: 1px;
    text-align: center;
    
    background-color: black;
    
    
    box-sizing: border-box;
    border-style: solid;
    border-color:#c4c4c4;
    border-width: 1px;
    float: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    color:red;
    z-index: 0;
        
}

.Absatz{
    height:50px;
    float:left;
    z-index: 0;
    border-style: none;
    border-color:red;
}

.reihe {
    
    width: 100%;
    height: 100%;
    border-style: none;
    border-color: white;
    margin-top: 120px;
    margin-left: 0px;
    z-index: 0;
    float: left;
    
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    align-content: space-around;
    
}


.image2 {
    
    width: 130px;
    margin-left: 0px;
    margin-top: 20px;
    border-style: none;
    border-color: white;
    border-width: 1px;
        
    transition: ease-in-out all 350ms;
    
    
}



.box img{
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-style: solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-width: 1px;
    border-color:#c4c4c4;
}



.reihe img:hover {
    border-style: solid;
    border-color: white;
    border-width: 1x;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: -2px;
    
    transition: ease-in-out all 250ms;
}

.reihe p{
    color:white;
}

#reihe div {
   
    border-style: solid;
    border-color: yellow;
    margin-top: 250px;
    margin-left: 0%;
    
}

#hintergrund h1 {
    padding-top: 400px;
    text-align:center;
    color:#7febb1;
    font-family: Segoe UI, sans-serif;
}

#content {
    color:white;
    margin-top: 50px;
}

.clear {
    clear:both;
}