@charset "utf-8";
/* CSS Document */

body {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    color: #4c4b47;
}


.grau {
    color: #6c6c6c;
}

.orange {
    color: #ef7416;
}

.schriftgrau {
    color: #4c4b47;
}

header {
    margin-bottom: 1em;
    padding: 10px 0;
    border-top: 10px solid #ef7416;
    border-bottom: 1px solid #6c6c6c;
}

footer {
    margin-top: 1em;
    padding: 10px 0;
    border-top: 1px solid #6c6c6c;
    font-size: 90%;
}

img {
	max-width: 100%;
	height: auto;
}

header img {
    max-height: 150px;
    width: auto;
}
footer img {
    max-height: 120px;
    width: auto;
}
.portrait {
	max-width: 80%;
	margin-right: 10px;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 5px;
	text-align: justify;	
}
header h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 5px;
	text-align: left;	/**/
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
	text-align: justify;
	margin-bottom: 5px;
}
header h2{
	text-align: center;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 5px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 5px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.2em;
	margin-bottom: 5px;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.2em;
	margin-bottom: 5px;
}
p, li {
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2em;
	margin-bottom: 5px;
}

ul {
	margin-left: 10px;
	padding-left: 25px;
}
a {
	color: #ef7416;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}

.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.carousel-caption {
    right: 10%;
    left: 10%;
    bottom: .5rem;
}

@media (min-width: 800px) {
  .carousel-caption {
        right: 10%;
        left: 10%;
        bottom: 3.5rem;
    }
    h1 {
        font-size: 2em;
        font-weight: bold;
        line-height: 2.5em;
        margin-bottom: 5px;
        text-align: justify;	
    }


    h2 {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.7em;
        margin-bottom: 5px;
        text-align: justify;
        margin-bottom: 5px;
    }
    
    
}
