/* Schriften */


/* Allgemeine Angaben */
html {
	font-size: 16px;
	font-size: 100%;
	
}
body {
	font-family: Times, "Times New Roman", serif;
	color: #000;
	background-color:#f4f4f4;
	
}
img {
	border: 0;
}
embed, object, video, iframe {
	max-width:100%
}

h1 {
	font-size: 24px;
	font-size: 1.5em;
	color:#a11f27;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 24px;
	font-size: 1.5em;
	color:#000;
	

}
h3 {
	font-size: 18px;
	font-size: 1.125em;
	color:#a11f27;
	font-style:italic;
	padding: 20px 10% 20px 10%;
	margin-bootom: 30px;
	width:100%;
	border-left: solid 5px #a11f27;
	background-color:#f7f7f7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Cookie Banner */
#cookiedingsbums a {color:#fff; }
#cookiedingsbums a:hover {color: #000;}
#cookiedingsbums div {padding:10px; padding-right:40px;}
#cookiedingsbums { 
   text-align:right; 
   background: #a11f27; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
   color: #fff;
}
#cookiedingsbumsCloser {
   color: #a11f27;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
   background: #fff;
}


#inhalt-text1  li, 
#inhalt-text2  li, 
#inhalt-text3  li,
#inhalt-text4  li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666;
	padding-bottom: 10px;
}
#inhalt-text1  li:last-child, 
#inhalt-text2  li:last-child, 
#inhalt-text3  li:last-child,
#inhalt-text3  li:last-child {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 0px dashed #666;
	padding-bottom: 10px;
}
.klein {
	font-size: 16px;
	color:#000;
}
.fett {
	font-weight: bold;
}
.schwarz {
	color: #000;
}
#inhalt a {
	color: #000;
}
#inhalt a:hover {
	color: #fff;
	text-decoration:none;
	background-color:#a11f27;
}
p {
	font-size: 16px;
	font-size: 1em;
	color:#000;
	hyphens: auto; /* Silbentrennung*/	
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	word-wrap:break-word;
	line-height:1.3;
}
.bild-breit {
	width: 100%;
	height:auto;
}
.bild-links {
	float:left;
	width: 18%;
	height:auto;
	margin:0% 1% 0.5% 0%;
}
.button a {
	width: auto;
	height:auto;
	margin: 0% 6px 0% 3px;
	padding: 2px 12px 2px 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff !important;
	text-decoration:none;
	border: 2px solid #a11f27;
	background: #a11f27;
	background: -moz-linear-gradient(top, #da7d81 0%, #cf6e75 50%, #bd4e55 51%, #a11f28 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #da7d81), color-stop(50%, #cf6e75), color-stop(51%, #bd4e55), color-stop(100%, #a11f28));
	background: -webkit-linear-gradient(top, #da7d81 0%, #cf6e75 50%, #bd4e55 51%, #a11f28 100%);
	background: -o-linear-gradient(top, #da7d81 0%, #cf6e75 50%, #bd4e55 51%, #a11f28 100%);
	background: -ms-linear-gradient(top, #da7d81 0%, #cf6e75 50%, #bd4e55 51%, #a11f28 100%);
	background: linear-gradient(to bottom, #da7d81 0%, #cf6e75 50%, #bd4e55 51%, #a11f28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7d81', endColorstr='#a11f28', GradientType=0 );
}
.button a:hover {
	text-decoration:none;
	border: 2px solid #000;
	background: #000;
	background: -moz-linear-gradient(top, #8e8e8e 0%, #606060 50%, #282828 51%, #000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #8e8e8e), color-stop(50%, #606060), color-stop(51%, #282828), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #8e8e8e 0%, #606060 50%, #282828 51%, #000 100%);
	background: -o-linear-gradient(top, #8e8e8e 0%, #606060 50%, #282828 51%, #000 100%);
	background: -ms-linear-gradient(top, #8e8e8e 0%, #606060 50%, #282828 51%, #000 100%);
	background: linear-gradient(to bottom, #8e8e8e 0%, #606060 50%, #282828 51%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000', GradientType=0 );
}

/* nach oben scrollen */
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3;
    display: none;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background-color: #33363b;  
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px; 
    transition: background-color .15s;
    -moz-transition: background-color .15s;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -ms-transition: background-color .15s;
	text-decoration:none;
	text-shadow: 1px 2px 0px #a11f27;
	border: 2px solid #a11f27;
	background: #a11f27;
} 
#back-top a:hover {
    text-decoration: none;
    background-color: #000;
	border: 2px solid #000;
	text-shadow: 0px 0px 0px #a11f27;
}

@media only screen and (min-width: 760px) { /* Dektop */	
html {
	font-size: 100%;
	
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;	
}
#header100 {
	float:left;
	width: 94%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 3% 0% 3%;
	background-color:#fff;	
}
#header {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 0% 0% 0% 0%;
}
#header-text {
	float:left;
	width: 55%;
	height:55px;
	margin: 0% 0% 0% 0%;
	padding: 55px 0% 0% 0%;
	font-size: 24px;
	font-size: 1.5em;
	color:#a11f27;
	font-weight:bold;
	letter-spacing:7px;
}
#navi {
	float:right;
	width: 45%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
#navi-1 a,  #navi-2 a,  #navi-3 a,  #navi-4 a,  #navi-5 a {
	float:left;
	display:block;
	width: 25%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 55px 0% 15px 0%;
	color: #000;
	font-size: 18px;
	font-size: 1.125em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
	transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
}
#navi-1 a {width: 15%;}
#navi-2 a {width: 17%;}
#navi-3 a {width: 19%;}
#navi-4 a {width: 27%;}
#navi-5 a {width: 22%;}
#navi-1 a:hover,  #navi-2 a:hover,  #navi-3 a:hover,  #navi-4 a:hover,  #navi-5 a:hover {	
	background-color:#e8e8e8;
	color: #a11f27;
	transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
	transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
}
#inhalt100 {
	float:left;
	width: 94%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 3% 0% 3%;
	background-color:#e6e6e6;
	background-image:url(grafiken/hg-inhalt.jpg);
}
#inhalt {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 40px 0% 30px 0%;
}
#inhalt-text {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0px 0% 15px 0%;
}
#inhalt-text1 {
	width:100%; 
	height:auto;
	margin: 2% 0% 0% 0%;
	padding: 0px 0% 15px 0%;
	text-align:center;
}
#inhalt-text2 {
	display:none;
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 20px 0% 0px 0%;
	column-count: 2; /* Spalten*/	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
	border-top: solid 1px #999;
}
#inhalt-text3 {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 20px 0% 0px 0%;
	column-count: 2; /* Spalten*/	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
}
#inhalt-text4  {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 20px 0% 0px 0%;
	column-count: 3; /* Spalten*/	
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
}
#spalte-1a, #spalte-1b, #spalte-1c  {
	float:left;
	width:31.33333333333333%; 
	height:auto;
	margin: 0% 3% 0% 0%;
	padding: 20px 0% 0px 0%;
}
#spalte-1c  {
	margin: 0% 0% 0% 0%;
}
#footer100 {
	clear:both;
	width: 94%;
	height:60px;
	margin: 0% 0% 0% 0%;
	padding: 30px 3% 30px 3%;
	background-color:#fff;	
}
#footer {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 0% 0% 250px 0%;
}
#footer-box1, #footer-box2, #footer-box3 {
	float:left;
	width:33.33333333333333%; 
	height:47px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 4px solid #a11f27;
	color: #666;
}
#footer-box1 {width:33.33333333333333%;}
#footer-box2 {width:30.33333333333333%;}
#footer-box3 {width:36.33333333333333%;}
#footer a {
	color: #666;

}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a11f27;
}
.abstand {
	float:left;
	width: 60px;
	height:auto;
}
#footer2 {
	display: none;
}
#footer3-100 {
	clear:both;
	width: 94%;
	height:60px;
	margin: 0% 0% 0% 0%;
	padding: 15px 3% 10px 3%;
	border-top: 1px solid #eeeeee;
}
#footer3 {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 0px 0% 0px 0%;
	text-align:left;
	color: #666;
}
#footer3 a {
	float:right;
	color: #666 !important;
	font-size: 18px;
	font-size: 1.125em;
	font-weight:bold;
	text-decoration:none;
	color: #000;
	margin-left: 20px;
}
#footer3 a:hover {
	color: #a11f27 !important;
}
}


@media only screen and (max-width: 760px) { /* Tablet */
html {
	font-size: 100%;
	
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;	
}
#header100 {
	float:left;
	width: 96%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 2% 0% 2%;
	background-color:#fff;
}
#header {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 0% 0% 0% 0%;
}
#header-text {
	float:left;
	width: 100%;
	height:35px;
	margin: 0% 0% 0% 0%;
	padding: 10px 0% 0% 0%;
	font-size: 22px;
	font-size: 1.375em;
	color:#a11f27;
	font-weight:bold;
	letter-spacing:7px;
	text-align:center;
}
#navi {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
#navi-1 a,  #navi-2 a,  #navi-3 a,  #navi-4 a,  #navi-5 a {
	float:left;
	display:block;
	width: 25%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 15px 0% 15px 0%;
	color: #000;
	font-size: 18px;
	font-size: 1.125em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
	transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
	background-color:#f7f7f7;
}
#navi-1 a {width: 15%;}
#navi-2 a {width: 17%;}
#navi-3 a {width: 19%;}
#navi-4 a {width: 27%;}
#navi-5 a {width: 22%;}
#navi-1 a:hover,  #navi-2 a:hover,  #navi-3 a:hover,  #navi-4 a:hover,  #navi-5 a:hover {	
	background-color:#e8e8e8;
	color: #a11f27;
	transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
	transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
}
#inhalt100 {
	float:left;
	width: 96%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 2% 0% 2%;
	background-color:#e6e6e6;
	background-image:url(grafiken/hg-inhalt.jpg);
}
#inhalt {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 20px 0% 10px 0%;
}
#inhalt-text {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0px 0% 15px 0%;
}
#inhalt-text1 {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0px 0% 15px 0%;
	text-align:center;
}
#inhalt-text2 {
	display:none;
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 15px 0% 0px 0%;
	border-top: solid 1px #999;
}
#inhalt-text4  {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 20px 0% 0px 0%;
	column-count: 2; /* Spalten*/	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
}
#spalte-1a, #spalte-1b, #spalte-1c  {
	float:left;
	width:48.5%; 
	height:auto;
	margin: 0% 3% 0% 0%;
	padding: 20px 0% 0px 0%;
}
#spalte-1b  {
	margin: 0% 0% 0% 0%;
}
#spalte-1c  {
	width:100%; 
	margin: 0% 0% 0% 0%;
}
#footer100 {
	clear:both;
	width: 96%;
	height:60px;
	margin: 0% 0% 0% 0%;
	padding: 30px 2% 30px 2%;
	background-color:#fff;	
}
#footer {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 0% 0% 200px 0%;
}
#footer-box1, #footer-box2, #footer-box3 {
	float:left;
	width:33.33333333333333%; 
	height:60px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	font-size: 0.875em;
}
#footer-box1 {
	width:50%;
	text-align:right;
	padding: 0% 8px 0% 0px;
	border-left: 0px solid #a11f27;
}
#footer-box2 {width:50%;}
#footer-box3 {
	float:right;
	width:50%;
	height:auto;
	border-left: 1px solid #ccc;
	margin: -23px 0% 0% 0%;
	padding: 0px 0% 0% 8px;
}
#footer a {
	color: #666;

}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a11f27;
}
.abstand {
	float:left;
	width: 50px;
	height:auto;
}
#footer2 {
	display: none;
}
#footer3-100 {
	clear:both;
	width: 94%;
	height:60px;
	margin: 0% 0% 0% 0%;
	padding: 15px 3% 10px 3%;
	border-top: 1px solid #eeeeee;
}
#footer3 {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 0px 0% 0px 0%;
	text-align:left;
	color: #666;
}
#footer3 a {
	float:right;
	color: #666 !important;
	font-size: 18px;
	font-size: 1.125em;
	font-weight:bold;
	text-decoration:none;
	color: #000;
	margin-left: 20px;
}
#footer3 a:hover {
	color: #a11f27 !important;
}
/* nach oben scrollen */
#back-top {
    position: fixed;
    bottom: -8px;
    right: 8px;
    z-index: 3;
    display: none;
	opacity:0.8;
}
#back-top a {
    width: 55px;
    height: 55px;
    font-size: 40px;
	line-height:42px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    -o-border-radius: 70px;
    -ms-border-radius: 70px; 

} 
}



@media only screen and (max-width: 480px) { /* Smartphone */
html {
	font-size: 100%;
	
}
h1 {
	font-size: 20px;
	font-size: 1.25em;
	color:#a11f27;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
h2 {
	font-size: 20px;
	font-size: 1.25em;
	color:#000;
	text-align:center;

}
h3 {	
	font-size: 18px;
	font-size: 1.125em;
	color:#a11f27;
	font-style:italic;
	padding: 20px 10% 20px 10%;
	margin-bootom: 30px;
	width:100%;
	border-left: solid 5px #a11f27;
	background-color:#f7f7f7;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.schwarz {
	display:block;
	color: #000;
	margin: 0% 0% 20px 0%;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color:#000;
}
#header100 {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color:#fff;	
}
#header {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 0% 0% 0% 0%;
}
#header-text {
	float:left;
	width: 100%;
	height:35px;
	margin: 0% 0% 0% 0%;
	padding: 12px 0% 0% 0%;
	font-size: 20px;
	font-size: 1.125em;
	color:#a11f27;
	font-weight:bold;
	letter-spacing:7px;
	text-align:center;
}
#navi {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
#navi-1 a,  #navi-2 a,  #navi-3 a,  #navi-4 a,  #navi-5 a{
	float:left;
	display:block;
	width: 25%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 15px 0% 15px 0%;
	color: #fff;
	font-size: 16px;
	font-size: 1em;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
	transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
	background-color:#000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#navi-1 a {width: 15%; border-right: 1px solid #fff;}
#navi-2 a {width: 17%; border-right: 1px solid #fff;}
#navi-3 a {width: 19%; border-right: 1px solid #fff;}
#navi-4 a {width: 27%; border-right: 1px solid #fff;}
#navi-5 a {width: 22%; border-right: 1px solid #fff; border-right: 0px;}

#navi-1 a:hover,  #navi-2 a:hover,  #navi-3 a:hover,  #navi-4 a:hover,  #navi-5 a:hover {	
	background-color:#fff;
	color: #a11f27;
	transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
	transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
}
#inhalt100 {
	float:left;
	width: 96%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 2% 0% 2%;
	background-color:#e6e6e6;
	background-image:url(grafiken/hg-inhalt.jpg);
	border-bottom: 10px solid #fff;
}
#inhalt {
	max-width:1200px; 
	height:auto;
	margin: 0px auto 0;
	padding: 20px 0% 10px 0%;
}
#inhalt-text {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0px 0% 10px 0%;
}
#inhalt-text1 {
	width:100%; 
	height:auto;
	margin: 0% 0% 2% 0%;
	padding: 10px 0% 10px 0%;
	text-align:center;
}
#inhalt-text2 {
	display:none;
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 15px 0% 0px 0%;
	border-top: solid 1px #999;
}
#inhalt-text3  ul, #inhalt-text3  ol,
#inhalt-text2  ul, #inhalt-text2  ol,
#inhalt-text4  ul, #inhalt-text4  ol {
	padding-left: 17px;
}
#inhalt-text4  {
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 20px 0% 0px 0%;
	column-count: 1; /* Spalten*/	
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
}
#spalte-1a, #spalte-1b, #spalte-1c  {
	float:left;
	width:100%; 
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 20px 0% 0px 0%;
}
#footer100 {
	clear:both;
	width: 96%;
	height:60px;
	margin: 0% 0% 0% 0%;
	padding: 20px 2% 30px 2%;
	background-color: #000;	
}
#footer {
	display: none;
}

#footer2 {
	display: block;
	text-align:center;
}
.symbole {
	width:50px;
	height:auto;
	margin: 0% 2% 0% 2%;
}
#footer3-100 {
	clear:both;
	width: 94%;
	height:60px;
	margin: 0% 0% 0% 0%;
	padding: 15px 3% 10px 3%;
	border-top: 1px solid #fff;
}
#footer3 {
	float: left;
	width: 100%; 
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 50px 0%;
	text-align:left;
	color: #fff;
	text-align: center;
}
#footer3 a {
	float: left;
	width: 100%; 
	float:right;
	color: #fff !important;
	font-size: 18px;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	margin-top: 20px;
}
#footer3 a:hover {
	color: #a11f27 !important;
}
/* nach oben scrollen */
#back-top {
    position: fixed;
    bottom: -11px;
    right: 8px;
    z-index: 3;
    display: none;
	opacity:0.8;
}
#back-top a {
    width: 45px;
    height: 45px;
    font-size: 36px;
	line-height:36px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    -o-border-radius: 70px;
    -ms-border-radius: 70px; 

} 
#back-top a:hover {
    text-decoration: none;
    background-color: #a11f27;
	border: 2px solid #a11f27;
	text-shadow: 0px 0px 0px #a11f27;
	opacity:1.0;
}
}


.block {
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
}
