

html {
    width: 100%;
    height: 100%;
}

body {
	width: 100%;
	height: 100%;
    overflow-x: hidden;
    font-family: var(--font);
	font-weight: 300;
	font-size: 1.8em;
}

@media (min-width:768px) {
    body {
		font-size: 2em;
    }
}

.centered { float: none; margin-left: 0; margin-right: 0; }

.row { margin-bottom: 30px; }


@media (min-width:768px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width:992px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px !important;
    }
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: var(--tertiary);
    font-weight: 700;
}

a:hover,
a:hover h3 { color: var(--primary);  text-decoration: none; }


h1,
h2,
h3 {
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2 {
	color:  var(--secondary);
}

h3 {
	color:  var(--primary);
}

h1 { margin-top: 10px; margin-bottom: 20px; font-size: 24px;  }

@media(min-width:480px) {
    h1 { font-size: 28px; }
}

@media(min-width:992px) {
    h1 { font-size: 36px; }
}

h2 { margin-bottom: 20px; font-size: 24px; }

h3 { margin-bottom: 15px; line-height: 140%; font-size: 18px;}

h2.hell {
	color: var(--secondary);
	margin-bottom: 7px;
}

h3.duenn {
	font-weight: 600;
	margin-top: 0px;
}

strong { font-weight: 600; }

.hbg { display: inline-block; background-color: #005ca9; padding: 1px 5px 1px 5px; color: #fff; }



header { margin: 30px 0px 0px 0px; }

@media(min-width:480px) {
    header { margin: 50px 0px 20px 0px; }
}

.logo { max-width: 200px; height: auto; transition: all 0.5s ease-in-out; }

@media(min-width:480px) {
    .logo { max-width: 300px; }
}


.logova { max-width: 100px; height: auto; transition: all 0.5s ease-in-out; }

@media(min-width:480px) {
    .logova { max-width: 200px; }
}

section { 
    padding: 0px 0px 0px 0px;
}

section#eroeffnung {
	background-color: var(--primary);
	padding-top: 30px;
}

section#eroeffnung h1,
section#eroeffnung h2 {
	color: var(--zero);
}

section#eroeffnung p {
	color: var(--zero);
}

section#eroeffnung h2 {
	text-transform: inherit;
	font-weight: 300;;
}


section#kontakt,
section#impressum,
section#datenschutz {
	padding-top: 30px;
	padding-bottom: 100px;
}




.darstellung img { margin-bottom: 15px; }



/* Listen */

.listen { 
	text-align: left;
    display: block;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0;
}

.listen li {
    display: block;
    padding-left: 0px;
    position: relative;
	margin-left: 25px;
	margin-bottom: 5px
}

.listen li:before {
    color: #000;
    content: "\f054";
    font-family: FontAwesome;
	margin-right: 9px;
	margin-left: -18px;
    font-size: 11px;
}

@media screen and (min-width:480px) {
.listen { 
    text-align: left;
}
}

ul.listezentriert { list-style-position: inside; }


/* FOOTER */


footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  background-color: var(--tertiary);
  padding: 15px 0px;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
	color: var(--zero);
    font-weight: 300;
}

footer a:hover {
	color: var(--primary);
}

footer p {
	color: var(--zero);
	margin-bottom: 0px;
}

footer .row {
	margin-bottom: 0px;
}
