/* Version: 17.01.2014 */

@import url('https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&display=swap');

body {
	font-family: 'Palanquin', sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	line-height: 19px;
	background: #f5fafd;
background: -moz-linear-gradient(-80deg, #f5fafd 39%, #e7f2f9 39%, #e7f2f9 39%);
background: -webkit-linear-gradient(-80deg, #f5fafd 39%, #e7f2f9 39%, #e7f2f9 39%);
background: linear-gradient(140deg, #f5fafd 39%, #e7f2f9 39%, #e7f2f9 39%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fafd',endColorstr='#e7f2f9',GradientType=1);
	background-attachment: fixed;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	line-height: 32px;
	font-size: 28px;
	font-weight: 400;
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: 400;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(karte.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#rahmen_top {
	padding-left: 5%;
	padding-right: 5%;
}

.logo{
	padding: 2% 4% 4% 4%;
}

.content{
	padding: 4%;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 18px;
}

.box_oben{

}

.box_mitte{
	padding: 25px;
}

.box_unten{
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.left,
.right {
	width: 48.5%;
	background-color: #fff;
}

.box_links{
	float: left;
	width: 58%;
}

.box_rechts{
	float: right;
	width: 27%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link {
	color: #337ab7;
	text-decoration: none;
}
a:visited {
	color: #337ab7;
	text-decoration: none;
}
a:hover {
	color: #244472;
	text-decoration: underline;
}
a:active{
	color: #337ab7;
	text-decoration: none;
}
 
.text_gross{
	font-size: 17px;
	line-height: 22px;
}

.titel_gross{
	font-size: 28px;
	line-height: 32px;
}

.text_klein{
	font-size: 11px;
	line-height: 15px;
}

.titel_klein{
	font-size: 22px;
	line-height: 26px;
}

.hellblau {
	color: #78a7d3;
}

.blau {
	color: #337ab7;
}

.dunkelblau {
	color: #244472;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
    list-style:none;
}

li {
	padding-top: 5px;
}

li::before {
    content: '•';
    margin-left:-15px;
    padding-right:12px;
    color: #004474;
}

#bild1{
	display: block;
	position: absolute;
	right: 5%;
	top: 705px;
}
	
#bild2{
	display: block;
	position: absolute;
	left: 5%;
	bottom: 305px;
}

.slider-wrap {
    max-width: 720px;
    width: auto;
    height: auto;
    position: relative;
    padding-top: 19%;
    display: inline-block;
    min-width: 32.9%;
    overflow: hidden;
}
#kachel-wrap{
	margin-bottom: 0px;
}

.slideshow1, .slideshow3, .slideshow2, .slideshow7, .slideshow8, .slideshow9 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow1 li span, .slideshow2 li span, .slideshow3 li span, .slideshow7 li span, .slideshow8 li span, .slideshow9 li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image1 18s linear infinite;
  animation: image1 18s linear infinite;
}
@keyframes image1 {
  0% {
      opacity: 0;
      transform: translateX(100%);
    }
    1%{
      opacity: 1;
    }

    2% {
      transform: translateX(0);
    }


    34% {
      transform: translateX(0);
    }


    36% {
      opacity: 1;
      transform: translateX(-100%);
    }
    38%{
      opacity: 0;
      transform: translateX(-100%);
    }
}
@-webkit-keyframes image1 {
  0% {
      opacity: 0;
      transform: translateX(100%);
    }
    1%{
      opacity: 1;
    }

    2% {
      transform: translateX(0);
    }


    34% {
      transform: translateX(0);
    }


    36% {
      opacity: 1;
      transform: translateX(-100%);
    }
    38%{
      opacity: 0;
      transform: translateX(-100%);
    }
}

.slideshow1 li, .slideshow2 li, .slideshow3 li, .slideshow7 li, .slideshow8 li, .slideshow9 li  {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow1 li:nth-child(1) span {
  background-image: url(slider1.jpg);
	
}
.slideshow1 li:nth-child(2) span {
  background-image: url(slider7.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow1 li:nth-child(3) span {
  background-image: url(slider3.png);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow1, ul.slideshow2, ul.slideshow3, ul.slideshow4, ul.slideshow5, ul.slideshow6, ul.slideshow7, ul.slideshow8, ul.slideshow9 {
    margin:0;
}

.slideshow2 li:nth-child(1) span {
  background-image: url(slider7.jpg);
}
.slideshow2 li:nth-child(2) span {
  background-image: url(slider3.png);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow2 li:nth-child(3) span {
  background-image: url(slider1.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow3 li:nth-child(1) span {
  background-image: url(slider3.png);
}
.slideshow3 li:nth-child(2) span {
  background-image: url(slider1.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow3 li:nth-child(3) span {
  background-image: url(slider7.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow4, .slideshow5, .slideshow6 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow4 li span, .slideshow5 li span, .slideshow6 li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image2 18s linear infinite;
  animation: image2 18s linear infinite;
}
@keyframes image2 {
  0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    1%{
      opacity: 1;
    }

    2% {
      transform: translateX(0);
    }


    34% {
      transform: translateX(0);
    }


    36% {
      opacity: 1;
      transform: translateX(100%);
    }
    38%{
      opacity: 0;
      transform: translateX(100%);
    }
}
@-webkit-keyframes image2 {
  0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    1%{
      opacity: 1;
    }

    2% {
      transform: translateX(0);
    }


    34% {
      transform: translateX(0);
    }


    36% {
      opacity: 1;
      transform: translateX(100%);
    }
    38%{
      opacity: 0;
      transform: translateX(100%);
    }
}

.slideshow4 li, .slideshow5 li, .slideshow6 li  {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow4 li:nth-child(1) span {
  background-image: url(slider4.png);
}
.slideshow4 li:nth-child(2) span {
  background-image: url(slider9.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow4 li:nth-child(3) span {
  background-image: url(slider8.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow5 li:nth-child(1) span {
  background-image: url(slider9.jpg);
}
.slideshow5 li:nth-child(2) span {
  background-image: url(slider8.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow5 li:nth-child(3) span {
  background-image: url(slider4.png);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow6 li:nth-child(1) span {
  background-image: url(slider8.jpg);
}
.slideshow6 li:nth-child(2) span {
  background-image: url(slider4.png);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow6 li:nth-child(3) span {
  background-image: url(slider9.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.refnr {}

.apply {}
