

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

body {
	width: 100%;
	height: 100%;
    overflow-x: hidden;
    font-family: "Ubuntu",Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 15px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
}

#content {
  flex: 1 0 auto;
}

#rasen {
    background-image: url("../images/rasen.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 100px;
    width: 100%;
    flex-shrink: 0;
}

footer {
    padding-top: 30px;
}

.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: #006b2d;
}

a:hover,
a:hover h3 { color: #000;  text-decoration: none; }


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
	color: #006b2d;
    text-transform: uppercase;
}

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-top: 10px; margin-bottom: 20px; font-size: 24px; }

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

h4 { font-size: 15px; margin-bottom: 10px; }

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



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

@media(min-width:480px) {
    header { padding: 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;
}


.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; }
