@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	min-height: 100%;
	color: rgba(0, 63, 57, 1.00);
	line-height: 1.2rem;	
}
html {
	overflow-y: scroll;
}
body {
    background-color:rgba(110, 140, 137,1.00);	
	background-image: url("../assets/hintergrund-wrapper.png");
	background-repeat: repeat-x;
}
.wrapper {
    width: 57.625rem;
    min-height: 100%;
    border-right: 1px solid rgba(102,102,102,1.00);
	border-left: 1px solid rgba(102,102,102,1.00);	
	background-color:rgba(211, 230, 230, 1.00);
	padding-left:0;
	padding-right:0;
}
a:hover {
    color: rgba(102,102,102,1.00);
    text-decoration: underline;
}
header {
	background-color:rgba(255, 255, 255, 1.00);
	height: 8.125rem;
	padding-left: 5.5rem;
	padding-top: 1.875rem;
}
.text {
	padding-top: 2.8125rem;
	padding-left: 6.25rem;
	max-width: 37.5rem;
	padding-bottom: 5rem;
	background-color:rgba(211, 230, 230, 1.00);
	
}
.link {
	color: rgba(175, 0, 0, 1.00);
	text-decoration: underline;
}
.tag {
	float: left;
	width: 40%;
}
.uhrzeit {
	float: left;
	width: 9rem;
	margin-right: 5rem;
}
.float-aufheben { 
	clear: both; 
}
h4 {
	font-size: 1rem;
	font-weight: bold;
}

@media (max-width: 61.99875rem) {

.wrapper {
	width: 100%;
}
.text {
	padding-right: 0rem;
}
}


@media (max-width: 35.4375rem) {

	.text {
	max-width: 40rem;
	padding-top: 2.8125rem;
	padding-left: 6.25rem;
	padding-right: 1rem;
}

}
@media (max-width: 33rem) {

.eine-zeile {
	height: 1rem;
}

}
@media (max-width: 25rem) {

header {
	height: 11.875rem;
	background-image: url("../assets/manneck-heilpraktiker3.svg");
	background-position: center;
	background-size: 57.5rem 11.875rem;
}
	
	.bildheader {
	display: none;
}

.text {
	padding-top: 1.5rem;
	padding-left: 1.5rem;
	
	padding-right: 1rem;
	padding-bottom: 5rem;
	background-color:rgba(211, 230, 230, 1.00);
	
}

}

