#seitenheader {
	margin-bottom: 10px;
	position: relative;
}

.logo img {
	width: 100%;
	height: auto;
}

.gebaeude {
	background: #DF221C;
	color: #fff;
	height: 100%;
	padding: 14px 10px;
	line-height: 1.2;
}

.gebaeude span.zeile-1 {
	font-size: 24px;
	font-style: italic;
}

.gebaeude span.zeile-2 {
	font-size: 36px;
	font-weight: 600;
}

.layout-gaestemappe i {
	color: #946a46;
	font-size: 36px;
}

.layout-gaestemappe .telefon {
	background: #fff;
	border: 3px solid #B08968;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.layout-gaestemappe .email {
	background: #fff;
	border: 3px solid #B08968;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.layout-gaestemappe main section.container {
	padding: 0;
}

/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1199px) {
	header#seitenheader .top-wrap .logo img {
		width: 100%;
		height: auto;
	}

	.gebaeude {
		padding: 10px 10px;
	}

	.gebaeude span.zeile-1 {
		font-size: 20px;
	}

	.gebaeude span.zeile-2 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	header#seitenheader .top-wrap {
		height: auto;
	}

	header#seitenheader .top-wrap .logo {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	header#seitenheader .top-wrap .logo img {
		width: 250px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.gebaeude {
		align-items: center;
	}

	.layout-gaestemappe .telefon,
	.layout-gaestemappe .email {
		margin-top: 30px;
	}

	main {
		margin-top: 20px;
	}
}