@charset "UTF-8";
/* CSS Document f&uuml;r Impressum Glenz*/

.Cont{
	width: 100%;
	height: content;
	background-color: var(--lighter-lighter-accent-color);
	}

.impressum-center{
	padding: 70px 0 50px 0;
	width: 420px;
	height: content;
	margin: auto;
	text-align: left;
}

.impressum-center img{
width: 180px;
height: auto;
margin-top: 5px;
margin-bottom:  5px;}

.impressum-center img:hover{
	transform: scale(1.05);
	transition: all 1s ease;
}


.impressum-center p{
color: var(--text-color);
}

.impressum-center a{
	color: var(--text-color);
}

.impressum-center a:hover{
	color: #000;
}



.owner{
/*	font-weight: 600;
	color: var(--accent-color)!important;*/
}

.kleiner{
	font-size: 18px;
}

.impressum-center h1{
	color: var(--accent-color);
}

.impressum-center h3{
	color: var(--accent-color);

}

@media screen and (max-width: 50em) {/*800x*/
	
		.Cont{
	width: 100%;
	height: content;
	background-color: var(--lighter-lighter-accent-color);
	}

.impressum-center{
	padding: 70px 50px 50px 50px;
	width: calc(100% - 100px);
	height: content;
	margin: auto;
	text-align: left;
}
	
}


@media screen and (max-width: 26.25em) {/*420x*/
	
	.Cont{
	width: 100%;
	height: content;
	background-color: var(--lighter-lighter-accent-color);
	padding-bottom: 50px;
	}

	.impressum-center{
	padding: 30px 20px 0px 20px;
	width: calc(100% - 40px);
	height: content;
	margin: auto;
}
	
	.impressum-center p{
font-size: 18px;
			overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
hyphens: auto;

}
	
	.kleiner{
	font-size: 16px;
}

	



}