section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0;	 
	padding: 0;
} 

* {	
	outline: none;
} 

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #140032;
	margin: 0;
	padding: 0;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

a {
	color: #140032;
	text-decoration: underline;
}

a.button {
    padding: 40px 70px;
    /* text-transform: uppercase; */
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    margin-top: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#96bd0d+0,85c4a5+73,85c4a5+73 */
	background: #96bd0d; /* Old browsers */
	background: -moz-linear-gradient(left,  #96bd0d 0%, #85c4a5 73%, #85c4a5 73%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #96bd0d 0%,#85c4a5 73%,#85c4a5 73%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #96bd0d 0%,#85c4a5 73%,#85c4a5 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96bd0d', endColorstr='#85c4a5',GradientType=1 ); /* IE6-9 */
}

a.button {
    background: #00894A;
}

ul {
    list-style: none;
}

li {
    position: relative;
}

li::before {
    content: '';
	display: block;
	position: absolute;
    left: -40px;
    top: 10px;
    width: 25px;
    height: 4px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#96bd0d+0,85c4a5+73,85c4a5+73 */
	background: #96bd0d; /* Old browsers */
	background: -moz-linear-gradient(left,  #96bd0d 0%, #85c4a5 73%, #85c4a5 73%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #96bd0d 0%,#85c4a5 73%,#85c4a5 73%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #96bd0d 0%,#85c4a5 73%,#85c4a5 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96bd0d', endColorstr='#85c4a5',GradientType=1 ); /* IE6-9 */
}

li::before {
    background: #00894A;
}

h1, h2{
	font-size: 36px;
	line-height: 1.2em;
	margin: 40px 0 30px 0;
	padding: 0;
	color: #140032;
	/* text-transform: uppercase; */
	font-weight: 400;
	position: relative;
}

h3 {
	font-size: 18px;
	margin: 20px 0 20px 0;
	font-weight: 700;
	text-transform: none;	
}

h4 {
	font-size: 16px;
	margin: 15px 0 15px 0;
	font-weight: 700;
	text-transform: none;	
}

h5 {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin: 0 0 20px;
	color: rgb(85, 85, 85);
}

h1::before, h2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -15px;
	width: 40px;
	height: 4px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#96bd0d+0,85c4a5+73,85c4a5+73 */
	background: #96bd0d; /* Old browsers */
	background: -moz-linear-gradient(left,  #96bd0d 0%, #85c4a5 73%, #85c4a5 73%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #96bd0d 0%,#85c4a5 73%,#85c4a5 73%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #96bd0d 0%,#85c4a5 73%,#85c4a5 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96bd0d', endColorstr='#85c4a5',GradientType=1 ); /* IE6-9 */
}

h1::before, h2::before {
	background: #00894A;
}

h1 + h2 {
	font-size: 28px;
}

h1 + h2::before {
	display: none;
}

#main {
    float: left;
    clear: both;
    width: 100%
}

#header {
    overflow: hidden;
}

#header, .content {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

#header > img {
    width: 100%;
    height: auto;
}

#header > .dreieck_weiss {
    background: url(../images/dreieck-weiss.png) right center no-repeat;
    background-size: auto  100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#header > .dreieck.top {
    background: url(../images/dreieck.png) center top no-repeat;
    background-size: auto 100%;
    height: 30%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

#header_content {
    position: absolute;
    right: 5%;
    top: 40%;
}

#logo {
    position: absolute;
    top: 0;
    left: 5%;
    padding: 20px 10px 10px 10px;    
    background: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.grau {
    background: #f1f1f1;
}

#einleitung, #impressum {
    position: relative;
    left: 50%;
    width: 988px;
    margin-left: -494px;
    padding: 100px 0;
}

@media(max-width: 1024px) {

    #einleitung, #impressum {
        width: 90%;
        left: 5%;
        margin: 0;
        padding: 50px 0;
    }

    #header > .dreieck_weiss {
        width: 680px;
        background-size: 100% auto;
    }

}

@media(max-width: 820px) {

    #header_content {        
        top: 30%;
    }

    #header_content h1 {
        margin-bottom: 20px;
    }

    h1, h2 {
        font-size: 26px;
    }

    h1 + h2 {
        font-size: 20px;
        margin-top: 0;
    }

}

@media(max-width: 730px) {

    #header > .dreieck_weiss {
        width: 500px;
    }

}

@media(max-width: 600px) {

    #logo {
        padding: 10px 5px 15px;
    }

    #logo img {
        height: 90px;
        width: auto;
    }

}

@media(max-width: 500px) {

    #header {
        height: 360px;
    }

    #header > img {
        height: 100%;
        width: auto;
    }

    #header > .dreieck_weiss {
        width: 450px;
    }

    #header_content {
        top: 35%;
    }

    #header_content h1 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    h1 + h2 {
        font-size: 16px;
    }

}