﻿/* Reset margins */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
figure,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
    margin:0;
    padding:0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html, body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.2;
	color:var(--color-standard);          /* ????????????????????? */
}

body {
	height:100%;
	margin: 0 auto;
	color:black;
	background:#9c6;
}

h1, h2, h3, h4, h5 {color:black;
	font-weight:normal;
}


h1 {
	font-size:2.5rem;
	text-align:center;
	margin-bottom: 1rem;
	color:#fff;
}

h2 {
	font-weight:normal;
	font-size:2rem;
	text-align:center;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

h3 {
	font-size:1.5rem;
	margin-top: 2rem;
	margin-bottom:1rem;
}


a {
	color:#063;
	text-decoration: underline;
	font-size:1.2rem;
}

a:hover  {
	color:#933;
	text-decoration:none;
}

p {
	font-size:1.2rem;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */



img {
	max-width: 100%;
	height: auto;
}

.button {
	width: 15vh;
	border-radius:1rem;
	border: 0.3rem solid white;
}

.buttons {
	position:sticky;
	top:20%;
}

#anker {
	padding:0.5rem 2rem;
	margin:2rem;
	background-color: #063;	
	border-radius: 0.5rem;
}

.hoch {
	max-width: 80%;
}

#zentriert {
	text-align:center;
}

#rechts,
#links {
	background-color:transparent;
}
	
#links {
	text-align:right;
}

#rechts {
	text-align:left;
}

#wrapper {
	display:table;
	max-width:1500px;
	background:#fff;
	margin:0 auto;
}

/* ############################################################ */
/* Header */
/* ############################################################ */

.header {
	display:block;
	margin: 0 auto;
	background:#063;
	padding:1rem 0;
}

.navzeile {
	display:table;width:100%;
	table-layout:fixed;
	margin: 0 auto;
	background:#063;
	background-image:url(../images/hg.jpg);
	background-repeat:no-repeat;
	background-position:70% 30%;
	background-size:cover;
}

.menubox {
	display:table-cell;
	text-align:left;
	background:#063;
	opacity:0.8;
	padding:1rem;
	box-shadow:none;
	width:22rem;
	vertical-align:middle;
}

.fenster {
	display:table;
	width:100%;
	padding:.5rem;
	box-shadow:none;
	text-align:center;
}


.navzeile2{
	display:block;
	min-height:0.8rem;
	margin:0 auto;
	width:100%;
	background:#063;
	box-shadow:none;
	padding:0 3rem;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.main {
	display:block;
	background:#fff;
	margin: 0 auto;
	padding:0rem;
	box-shadow:none;
}

.textfeld {
	position:relative;
	display:block;
	text-align:left;
	overflow: auto;
	min-height:50vh;
}

#linie {
	clear: both;
	margin:0;
    padding:0;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-color: #063; 
}

#linie a {
	text-decoration: none;
	color: #063;
	font-size:80%;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */


.fuss {
	display:block;
	margin: 0 auto;
	width:100%;
	text-align: right;
	background:#063;;
	padding:0.5rem 3rem;;
	box-shadow:none;
}



.fuss,
.fuss a {
	color:#fff;
	font-size:1rem;
}



