

#footer {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	float: left;
	position: relative;
	padding-top: 20px;
	margin-top: 0px;
	text-align: center;
	/*background-image: url(../images/bgfooter.gif);
	background-repeat: repeat-x;
    background-position: 0 0;*/
	background-color: #6D98AD;
	border-top: 2px solid #ffffff;
}

#boxx {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
	position: relative;
	
	
}
#top {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 10%;
	text-align: center;
	background-color: #FFFFFF;
}

#container_fur_textbereich {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
	position: relative;
	background-color: #FFF8D3;

	
}


#container_fur_bilddurchlauf {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
	position: relative;

}

.gallery { 
    position: relative; 
}
.gallery img {
    position: absolute;
	border: 0;
    top:0; left:0;
    width: 100%;
    height: auto;
}

.gallery img:last-child {
    position:relative;
    visibility: hidden;
}

.gallery img:nth-child(3) {
    animation: cycle 20s 0s ease infinite;
}

.gallery img:nth-child(2) {
    animation: cycle 20s 5s ease infinite;
}

.gallery img:nth-child(1) {
    animation: cycle 20s 10s ease infinite;
}

@keyframes cycle {
    0% { top: px; z-index: 1; opacity: 1}
    33.3% { top: 0px; z-index: 1; opacity: 1}
    33.3% { top: 0px; z-index: 1; opacity: 1}
    66.6% { top: 0px; z-index: -1; opacity: 0 }
    100% { top: 0px; z-index: -1; opacity: 1}
	
}


#container_kontakt {
	width: 25%;
	height: auto;
	margin: 0 auto;
	float: left;
	position: relative;
	padding-right: 2%;
	text-align: center;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}


.fliesstext { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #004A80;
	line-height: 1.9em;
	text-align: left;
}

.titel { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 19px;
	color: #004A80;
	line-height: 1.9em;
	text-align: left;
}


.anmerkung { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: red;
	line-height: 1.9em;
	text-align: left;
}
.fliesstext_small { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #004A80;
	line-height: 1.9em;
	text-align: left;
}


.fliesstext_center { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	color: #004A80;
	line-height: 1.9em;
	text-align: center;
}


.kontaktdaten { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 19px;
	color: #004A80;
	line-height: 1.9em;
	text-align: center;
}

.kontaktdaten2 { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 19px;
	color: #004A80;
	line-height: 1.9em;
	text-align: left;
}

.kontakt_titel { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	color: #004A80;
	line-height: 1.9em;
	text-align: center;
}

.kontakt_titel_center { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 25px;
	color: #004A80;
	line-height: 1.9em;
	text-align: center;
}

.fliesstext_footer { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.7em;
	text-align: center;
}

.fliesstext_footer_small { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #C6DAE4;
	line-height: 1.7em;
	text-align: center;
}

a#link_top:link{
color: #ffffff;
font-weight: normal;
text-decoration: none;
font-size: 12px;
}
a#link_top:visited{
color: #ffffff;
font-weight: bold;
text-decoration: none
}
a#link_top:hover{color: #ffff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
a#link_top:active{color:#ffffff;
text-decoration: none
}




a#textlink:link{
color: #004A80;
font-weight: normal;
text-decoration: none;

}

a#textlink:hover{color: #004A80;
font-weight: bold;
}


a#textlink2:link{
color: #004A80;
font-weight: normal;
text-decoration: none;
font-size: 19px;
}

a#textlink2:hover{color: #004A80;
font-weight: bold;
}





.row {
  width:auto;
  	background-color: #FFF8D3;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.columns {
  float:left;
  padding: 2%;
}

/* Small */
@media screen and (max-width:600px) {
  .small-1 {width: 100%;}
}

/* Medium */
@media screen and (min-width:600px) and (max-width:1000px) {
  .medium-1 {width:100%;}
 
}

/* Large */
@media screen and (min-width:1000px) {
  .large-1 {width:15%;}
  .large-2 {width:35%;}
  .large-3 {width:25%;}
  .large-4 {width:25%;}
  .large-5 {width:75%}
 
}