@charset "UTF-8";
html {
	height: 100%;
}
*,*:before, *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: inherit;
	/*font-weight: 400;*/
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
}
h2 {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 0.2rem;
	color: #ce1c2f;
}
h3 {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 0.2rem;
}
h4 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.4rem;
}
h5 {
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
}
body {
	font-family: 'lato', 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 300;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
h6 > a {
	font-size: 1.6rem;
	font-weight: 300;
	padding: 1.2rem 2rem;
	border: 1px solid #999;
	width: auto;
	background-color: transparent;
	border-radius: 1px;
}
h6 > a:hover {
	background-color: #999;
	color: #FFF;
}
.content {
	font-size: 1.6rem;
}
.main {
	font-size: 1.6rem;
}
.neos-contentcollection {
	height: 100%;
}
.table-wrap {
	display: table;
	width: 100%;
}
.hidden {
	display: none;
}
.center-block {
	float: none !important;
}
#gm-wrapper {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
}
#gm-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ipad hoch */
@media (min-width: 768px) {
h1 {
	font-size: 6rem;
	font-weight: 300;
}
h4{
	font-weight: 300;
}
}

/* ipad quer */
@media (min-width: 992px) {
h1 {
	font-size: 8rem;
}
h2 {
	font-size: 4rem;
}
h3 {
	font-size: 3.5rem;
}
h4{
	font-size: 3rem;
	letter-spacing: 0.5rem;
}

}