:root {
	--fontfamily: Verdana, Geneva, sans-serif;
	--fontsize: 0.7rem;
	--bigfontsize: 1.1rem;
	--leftmargin: 16rem;
	--grayfont: #707070;
	--redfont: #8C234B;
	--bgcolor: #d5adcf;
}

html{
	/*overflow: auto;*/
	font-size: 100%;
}

body {
	text-align: left;
	margin: 0;
	color: var(--grayfont);
	font-family: var(--fontfamily);
	font-size: var(--fontsize);
}

h2 {
	font-size: var(--bigfontsize);
	font-weight: normal;
	color: var(--redfont);
}

h3 {
	font-size: var(--fontsize);
	font-weight: bold;
	color: var(--redfont);
	margin-bottom: 0.5rem;
}

p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.3rem;
}

a {
	color:#666;
	text-decoration: none;
}

a:hover {
	color: #c8c8c8;
	text-decoration: none;
}

header {
	background-color: var(--bgcolor);
	background-image: url("../images/gillbg.jpg");
	background-repeat: no-repeat;
}

div.weissheader {
	font-family: var(--fontfamily);
	font-size: 2.6rem;
	color: #fff;
	padding: 4.3rem 0 1rem 8.9rem;
}

div.rotheader {
	font-family: var(--fontfamily);
	font-size: var(--bigfontsize);
	font-weight: normal;
	color: var(--redfont);
	padding-left: var(--leftmargin);
	padding-bottom: 2.2rem;
	line-height: 1.5rem;
}

div.container {
	padding: 1rem 2rem 6rem var(--leftmargin);
}

@media only screen and (min-width: 1024px) {
	div.container {
		max-width: 40%;
	}
}

.sprechzeit {
	font-weight: bold;
	color: var(--redfont);
	display: inline-block;
	position: relative;
	top: 0.2rem;
	line-height: 1.2rem;
	margin-right: 1rem;
	vertical-align: top;
}

footer {
	display: table;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer {
	display: table-cell;
	vertical-align: middle;
	background-color: var(--bgcolor);
	height: 2rem;
	font-size: var(--fontsize);
	padding-left: var(--leftmargin);
}

@media only screen and (max-width: 1024px) {
	.sprechzeit {
		font-size: 1.4rem;
		line-height: 1.6rem;
		margin-bottom: 0.5rem;
	}
	.footer {
		font-size: 1.8rem;
		height: 5rem;
	}
}

div.image {
	position:absolute;
	background-image: url(../images/gillbg.jpg);
	top: 0px;
	left: 0px;
	z-index:-1;
}

div.image2 {
	position:fixed;
	top: 280px;
	left: 500px;
	z-index:-1;
}

div.image3 {
	position:absolute;
	top: 220px;
	left: 0px;
	z-index:-1;
}
	
.header {
    font-size: var(--bigfontsize);
	font-weight: normal!important;
}

.roterpunkt {
	color: var(--redfont);
}