* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	
	
}

body {
	/*background-color: #f4f0ef;*/

  background-image: url(images/kreis_grau.png), url(images/white.jpg), url(images/pink.jpg);
  background-position: right top, left top, left top;
  background-repeat: no-repeat, repeat-x, repeat;
  background-size: 45%, max-width:100%;


}
html {
	font-family: verdana, sans-serif;
    
}

content {
	/*height:600px;*/

}

#headleiste {
	background-color: #a60000;
	height: 1vw;
}

header {
	/* background-image: url(images/bg_header.jpg);
    background-repeat: repeat-x;
    background-size: contain;*/
    width:100%;

}
header img {
	padding-left:4vh;	
}

nav {
	display: inline-block;
	vertical-align: top;
}

nav li {
	list-style-type: none;
	display: inline-block;

	padding:0.2em;
}

nav li a {
	text-decoration: none;
	font-size: 0.8em;
	color:#a60000;
}

nav li a:hover {
	text-decoration: none;
	font-size: 0.8em;
	color:black;
}

main {
	/*background-color: #f4f0ef;*/
	margin-top:1em;
}

#articlestretch {
	width: 90%;
	margin: 0 auto;
}

aside {
	float: left;
	display:inline-block;
    min-width:30%;
	margin-bottom:1em;
}
aside img {
	display: block;
    max-width: 50%;
	margin-bottom:1em;
	border: 2px solid #eeddd9;
}

aside a {
	text-decoration: none;
	font-size: 12px;
	color:#a60000;
}

aside a:hover {
	text-decoration: none;
	font-size: 12px;
	color:black;
}

aside p {
	font-size: 12px;
	color:#726a77;
	 line-height: 1.6;
	
}

aside ul {
}

aside li {
	color:#a60000;
	 
}

article {
    /*background-color: aqua;*/
	background-image: url(images/kreis_rot.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	padding: 2% 10% 10% 10%;
}
article ul {
	color:#a60000;
	line-height: 1.6;
	padding: 1vw;
	font-size: 1em;
}

article li p {
	color:#726a77;
	font-size: 1em;
}

#border {
	background-color: rgba(166,0,0,0.4);
	height: 0.5vw;
	margin-top:2em;
	
}

footer {
	width: 80%
	margin: 10% auto;
	text-align: center;
}

footer a {
	display: inline-block;
}

.clearfix::after {
	content: "";
	display: block;
	clear: left;
	
}

section h2{
	font-size: 15px;
	color:#a60000;
}

section h3 {
	font-size: 13px;
	color:#726a77;
}

section p {
	font-size: 11px;
	color:#726a77;
}

section a {
	text-decoration: none;
	font-size: 12px;
	color:#a60000;
}

section a:hover {
	text-decoration: none;
	font-size: 12px;
	color:black;
}

@media screen and (max-width: 1024px) {
    
    nav {
        margin-left:6%;
    }
}

@media screen and (max-width: 576px) {
    
    nav {
        margin-left:6%;
    }
    
    #articlestretch {
	width: 100%;
	margin: 0 auto;
}
    
    aside {
	float: left;
	min-width:85%;
	margin-bottom:1em;
    margin-left:1em;
}
	article ul {
	color:#a60000;
	line-height: 1.6;
	padding: 1vw;
	font-size: 12px;
}

article li p {
	color:#726a77;
	font-size: 12px;
}


aside a {
	text-decoration: none;
	font-size: 10px;
	color:#a60000;
}

aside a:hover {
	text-decoration: none;
	font-size: 10px;
	color:black;
}

aside p {
	font-size: 10px;
	color:#726a77;
	 line-height: 1.6;
	
}
article {
    /*background-color: aqua;*/
	background-image: url(images/kreis_rot_klein.png);
	background-repeat: no-repeat;
    background-position:left:-60%;
	background-size: contain;
	float: left;
	padding: 2% 10% 10% 10%;
}
    
    section {
        padding: 2% 10% 10% 10%;
    }
}

