@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
}
	

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
    {
        display: block;
    }

.inhalt {
width: 60%;
    margin-left: 3%;
	margin-right: 37%;
	padding-left: 0px;
	text-align: left;
}

img,blockquote {
width: 100%;
    margin: 15px auto;
    align-content: center;
}

iframe {
width: 100%;
    margin: 15px auto;
    align-content: center;
}
.content {
	background-color: #FFF;
	max-width: 565px;
	margin: auto;
    margin-left: 3%;
	text-align: left;
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.Rahmen {
	background-color: #FFF;
	background-image: url(kirsten-bringmann-header-bild.jpg);
	background-repeat: no-repeat;
    background-size:100%;
	background-position: center top;
	max-width: 600px;
	margin: auto;

}

#wrapper {
	background-color: #97141c;
	margin: auto;
	width: auto;
}

a {
	color: #97141c;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 97141c;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #de111d;
}

.veraltet {
	text-decoration: line-through;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	text-decoration: none;
	padding-top: 130px;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 50px;
}


h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	padding-bottom: 5px;
}

h4{
text-align: right;
font-size: 12px;
	font-style: italic;
	color: #aaa;
	padding-bottom: 50px;    
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	padding-top: 80px;
	padding-bottom: 60px;
}

@media screen and (max-width:600px){
    
#wrapper {
	background-color: #FFF;
	margin: 0;
	width: auto;
}
    .content {
    margin-right: 3%;
}
    
    @media only screen and (max-device-width : 250px){
    
.inhalt {
width: 94%;
    margin: auto;
}
        h1 {

	padding-top: 50px;
}
        iframe {
max-width: 250px;
}
}