*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: Times, "Times New Roman", "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Tinos, Cambria, serif;
	scroll-behavior: smooth;
	border: none;
	outline: none;
	letter-spacing: 0.08em;
}
:root{
	--bghellgrau-color: #e5e5e5;
	--text-color: #1a1a1a;
	--textgrau-color: #535353;
	--texthover-color: #8b0000;
	--h1-font: 1.6rem;
	--h2-font: 1.2rem;
	--p-font: 1.1rem;
}
.header{
	width: 100%;
	height: 100vh;
	background-image: url(img/hintergrund.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
.headeroh{
	background-color: white;
}
.header-text{
	margin-top: 8%;
	margin-right: 1%;
	font-size: 20px;
	padding: 10px 10% 80px;
	color: var(--text-color);
	text-align: center;
}
.header-text h1{
	font-size: 22px;
	margin-top: 20px;
}
.container{
	padding: 3px 2%;
}
.normalschrift{
	font-weight: normal;
}
.navbar{
	color: white;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.logo{
	height: 38px;
}
.nav-list{
	list-style-type: none;
	font-size: 23px;
}
.nav-list .list-item{
	display: inline-block;
	padding: 20px 10px;
}
.nav-list .list-item-fett{
	display: inline-block;
	padding: 20px 10px;
	font-weight: bold;
}
.navbar a{
	color: var(--text-color);
	text-decoration: none;
}
.navbar a:hover{
	color: var(--texthover-color);
}
.menu{
	display: none;
}
.menu-line{
	width: 20px;
	height: 4px;
	background-color: var(--text-color);
	margin-bottom: 3px;
}
#galerie{
}
.galerie-content{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, auto));
	align-items: center;
	gap: 1.7rem;
	margin-top: 5rem;
}
.center-in{
	text-align: center;
}
.row-img{
	overflow: hidden;
}
.row-img img{
	display: block;
	width: 100%;
	transition: 0.6s;
	cursor: pointer;
}
.row-img img:hover{
	transform: scale(1.15);
	opacity: 0.5;
}
.row-img-fest img:hover{
}
.row{
	position: relative;
	text-align: center;
	cursor: pointer;
}
.row-fest{
	position: relative;
	text-align: center;
}
.row .r-btnn a{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 13px;
	background: rgba(255, 255, 255, 0.5);
	color: var(--text-color);
	transition: opacity 0.6s;
	opacity: 0;
	font-size: 1.3rem;
	text-decoration: none;
}
.row:hover .r-btnn a{
	opacity: 1;
}
section{
	padding: 70px 12% 80px;
}
#projektor p{
	font-size: var(--p-font);
}
#projektor h1{
	font-size: var(--h1-font);
	padding-top: 20px;
}
#projektor h2{
	font-size: var(--h2-font);
	padding-top: 20px;
}
.textlink{
	font-size: var(--p-font);
}
.footer{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, auto));
	gap: 2rem;
	background-color: white;
}
.footer-box{
	display: flex;
	flex-direction: column;
}
.footer-box a{
	font-size: 17px;
	color: var(--text-color);
	margin-bottom: 0.8rem;
	transition: all .50s ease;
}
.footer-box a:hover{
	transform: translateX(5px);
	color: var(--texthover-color);
}
.bild-gross{
	width: 100%;
	padding-bottom: 2em;
}
.bild-dreiviertel{
	width: 70%;
	padding-bottom: 2em;
}
.bild-mittel{
	width: 50%;
	padding-bottom: 2em;
}
.textlink{
	text-decoration: none;
	color: var(--texthover-color);
}
.textlink:hover{
	color: var(--texthover-color);
}
.Haendlerbund_Rechtstext_Absatz{
	font-size: 14px;
}
.Haendlerbund_Rechtstext_Paragraph{
	font-size: 16px;
}
.Haendlerbund_Rechtstext_Titel{
	font-size:18px;
}
.Haendlerbund_Rechtstext_Untertitel{
	font-size:12px;
}
@media all and (max-width: 900px){
	.header{
		background-image: url(img/hintergrund-smart.jpg);
	}
	.header-text{
	margin-top: 7%;
	font-size: 18px;
	text-align: center;
}
	.bild-dreiviertel{
		width: 100%;
		padding-bottom: 2em;
	}
	.bild-mittel{
		width: 95%;
		padding-bottom: 2em;
	}
}
@media all and (max-width: 800px){
	.navbar{
		flex-direction: column;	
		position: relative;
	}	
	.navbar .container-icon{
		width: 100%;
	}
	.menu{
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.nav-list{
		list-style-type: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		display: none;
	}
	.nav-list .list-item .list-item-fett{
		display: block;
		border-top: 1px solid white;	
	}
	.logo{
		margin-top: 10px;
		margin-left: 10px;
		height: 35px	
	}
	.active{
		display: block;	
	}
}
@media all and (max-width: 420px){
	.logo{
		margin-top: 10px;
		margin-left: 10px;
		height: 25px	
	}
}
@media all and (max-width: 310px){
	.logo{
		margin-top: 10px;
		margin-left: 10px;
		height: 20px	
	}
}
@media all and (max-width: 270px){
	.logo{
		margin-top: 10px;
		margin-left: 10px;
		height: 15px	
	}
}
@media only screen and (min-width: 64.063em) {
	.header{
		background-attachment: fixed;
    }
}
