@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
	font: 100%/1.4 'Open Sans', sans-serif;
	background-color: #FFF;	
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
.inhalt h1{
	font-size: 160%;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.inhalt h2 {
	font-size: 130%;
	font-weight: 400;
	margin-bottom: 15px;
}
.inhalt p{
	margin-bottom: 15px;
}
.inhalt strong {
	font-weight: 700;
}
a img { 
	border: none;
}
a {
	color: #FF6;
	text-decoration: none; 
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
.link {
	color: #FF6;
	margin-bottom: 3px;
	list-style-type: circle;
}
header.abor {
	position: relative;
	background: #FFF;
	color: #000;
	height: 120px;
}
header .logo {
	position: absolute;
  	left: 20px;
  	transform: translate(0, 20px);
	height: 85px;
}
header .logo img {
	height: 85px;
	width: auto;
}

/* ~~ Hamburger ~~ */
#hamburger {
display: block;
cursor: pointer;
position:absolute;
right:20px;
top:20px;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 4px;
background-color:#000;
margin: 8px 0;
transition: 0.4s;
}
.change .bar1 {
transform: rotate(-45deg) translate(-10px, 13px) ;
}
.change .bar2 {
opacity: 0;
}
.change .bar3 {
transform: rotate(45deg) translate(-4px, -7px) ;
} 

/* ~~ Navigation ~~ */
nav.mobile {
    display: none;
    margin-top: 0;
    position: absolute;
    height: auto;
    background-color: #FFF;
    width: auto;
    color: #000;
    border: 0;
    right: 0;
    top: 70px;
    z-index: 10;
}
.show {
    display: block !important;
}

header.abor nav {
	float: right;
	padding-top: 10px;
	text-transform: uppercase;
}
header.abor nav.desktop {
	display: none;
}
header.abor nav ul.nav {
	margin: 20px 0;
}
ul{
	margin: 0;
	list-style-type: none;
}
nav ul li{
	margin-bottom: 1px;
}
nav ul li a {
	color: #000;
	text-decoration: none;
	padding: 8px 20px;
	display: block;
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus, nav a.nav-path-selected {
	color: #FFF;
	background: #000;
	text-decoration: none;
}
main {
   position: relative;
	clear: both;
}
.content1 {
	display: none;	
}
.content1_a {
	display: none;	
}
.content1_p {
	display: none;	
}
.content2 {
	display: none;		
}
.content2_a {
	display: none;		
}
.content2_p {
	display: none;	
}
.content3 {
	display: none;	
}
.content3_a {
	display: none;	
}
.content3_p {
	display: none;	
}
.navigation {
	margin: 10px 10%;
}
main .navigation a{
	font-size: 130%;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
}
main .navigation a:hover{
	color: #FF6;
}
.inhalt {
	margin: 10px 20px;
}
.inhalt ul{
	list-style-position: outside;
	margin-bottom: 15px;
}
.inhalt li{
	margin-left: 15px;
}
.contentbox {
	clear: both;
	background: #000;
	color: #FFF;
	overflow: hidden;
	height: auto;
	min-height: 95%;
	padding-bottom: 20px;
}
.contentbox .inhalt {
	max-width: 800px;
	margin: 40px auto;
	padding: 0 40px;
}
.contentbox_a {
	clear: both;
	background: #000;
	color: #FFF;
	overflow: hidden;
	height: auto;
	min-height: 95%;
	padding-bottom: 20px;
}
.spalte1 {
	margin: 40px 0;
}
.spalte2 {
	margin: 40px 0;
}
.spalte3 {
	margin: 40px 0;
}
.spalte1 img, .spalte2 img, .spalte3 img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.spalte1 ul, .spalte2 ul, .spalte3 ul{
	margin: 0 0 20px 0;
	list-style-type: disc;
}
	
/* ~~ Fußzeile ~~ */
footer {
	clear: both;
	background-color: #FFF;
	color: #000;
	text-align: right;
}
footer p{
	margin: 0;
	padding: 15px 40px;
}
footer a:link {
	color: #000;
	text-decoration: none; 
}
footer a:visited {
	color: #000;
	text-decoration: none; 
}
footer a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
footer .ccm-add-block, nav .ccm-add-block, .navigation .ccm-add-block {
	visibility:hidden;
	height:0;
	font-size: 1px;
	line-height: 0px;	
}
@media (min-width: 1024px) { 
header .logo {
	position: absolute;
  	left: 50%;
  	transform: translate(-50%, 20px);
}
header .logo img {
	height: 130px;
}	
header.abor nav {
	padding-top: 20px;
}
#hamburger {
display: none;
}	
header.abor nav.mobile {
	display: none;
}
header.abor nav.desktop {
	display: inline-block;
}
nav ul li a {
	padding: 2px 40px 2px 5px;
}
main {
position: absolute;
   top: 170px; bottom: 0;
   width: 100%;		
} 
.content1 {
	display: inherit;	
	width: 33.2%;
	float: left;
	margin-right: 0.2%;
	background-color: #000;	
	color: #FFF;
	border-bottom: #FFF 3px solid;		
}
.content1_a {
	display: inherit;
	width: 33.2%;
	float: left;
	margin-right: 0.2%;
	background-color: #333;	
	color: #FFF;
	border-bottom: #333 3px solid;	
}
.content1_p {
	display: inherit;	
	width: 33.2%;
	float: left;
	margin-right: 0.2%;
	background-color: #000;	
	color: #FFF;
	border-bottom: #FFF 3px solid;
}
.content2 {
	display: inherit;	
	width: 33.2%;
	float: left;
	background-color: #000;	
	color: #FFF;
	border-bottom: #FFF 3px solid;		
}
.content2_a {
	display: inherit;	
	width: 33.2%;
	float: left;
	background-color: #333;	
	color: #FFF;
	border-bottom: #333 3px solid;	
}
.content2_p {
	display: inherit;	
	width: 33.2%;
	float: left;
	background-color: #000;	
	color: #FFF;
	border-bottom: #FFF 3px solid;	
}
.content3 {
	display: inherit;	
	width: 33.2%;
	float: left;
	margin-left: 0.2%;
	background-color: #000;	
	color: #FFF;	
	border-bottom: #FFF 3px solid;		
}	
.content3_a {
	display: inherit;	
	width: 33.2%;
	float: left;
	margin-left: 0.2%;
	background-color: #333;	
	color: #FFF;
	border-bottom: #333 3px solid;	
}
.content3_p {
	display: inherit;	
	width: 33.2%;
	float: left;
	margin-left: 0.2%;
	background-color: #000;	
	color: #FFF;
	border-bottom: #FFF 3px solid;
}
.contentbox_a {
	background: #333;
}
.inhalt {
	margin: 10px 10%;
}
.spalte1 {
	width: 33.3%;
	float: left;
}
.spalte2 {
	width: 33.4%;
	float: left;	
}
.spalte3 {
	width: 33.3%;
	float: right;
}
/* ~~ Fußzeile ~~ */
footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}	
}