/* Style Sheet wahrzeichen.html */


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

html { 
    background-color: #f2f2f2;
    font-size: 1.375rem;
}

body  {
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 100svh;
}
 
 nav {
	background-color: #f2f2f2;
	height: 50px;
	width: 100%;
	}
	
ul li {
	display: inline-block;
	float: right;
	line-height: 50px;
	list-style: none;
}
	
ul li a {
	color: #000000;
	font-size: 22px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10;
	text-decoration: none;
		}

ul li a:hover {
	font-weight: 700;
}

@media (width <= 800px) 
    {
ul li a {
	text-decoration: none;
	font-size: .8rem;
	color: #000000;
	padding-top: 0;
	padding-bottom: 10px;
   padding-left: 20px;
	padding-right: 20px;
		}
    }


header {
		 background-color: #f2f2f2;
		 border-bottom: 3px solid black;
		 margin-bottom: 40px;
		 margin-left: auto;
		 margin-right: auto;
		 min-height: 140px;
		 width: 100%;
		 }  
	 
	 @media (width <= 800px) 
	 {
	 header {
		 margin-bottom: 20px;
		 margin-left: auto;
		 margin-right: auto;
		 min-height: 100px; 
		 width: 80%;
		 }	
	 }

img {
		 width: 95%;
		 height: auto;
	 }


    
.katalog-flex-tore {
	align-items: center;
	display:flex;
	flex-direction: column;
	margin-bottom: 40px;
	margin-left: 60px;
	justify-content: center;
	width: 90%;
}

.katalog-flex-tuerme {
	align-items: center;
	display:flex;
	flex-direction: column;
	margin-bottom: 40px;
	margin-left: 60px;
	justify-content: center;
	width: 90%;
}

.katalog-flex-text {
	align-items: flex-start;
	display:flex;
	flex-direction: column;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 20px;
	justify-content: center;
	width: 100%;	
}

@media screen and (max-width: 768px) {
.katalog-flex-text {
	font-size: .8rem;
							}
}

.katalog-flex-href {
	color:black;
	display:flex;
	flex-direction: column;
	font-size: 1.25rem;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -30px;
	margin-bottom: 40px;
}

.katalog-flex-href > a {
	color: color: darkblue;;
	font-weight: 500;
	text-decoration: none;
}

.katalog-flex-href > a:hover {
	color: darkblue;
	font-weight: 800;
}

.katalog-flex-bild	{
	color:black;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 75%;
	height: auto;
	margin-left: 100px;
}

@media screen and (max-width: 768px) {
.katalog-flex-bild {
	font-size: .8rem;
	}
}

@media screen and (max-width: 768px) {
.katalog-flex-bild > img  {
	height: auto;
	width: 80%;
	}
}

footer {
	position: relative;
	height: 300px;
	background-color: #f2f2f2;
	border-bottom: 2px solid black;
	margin-bottom: 40px;
	border-bottom: 2px solid black;
	margin-top: 130px;
	margin-bottom: 10px;
}
	
