#logo {
  float: left;
  padding-top: 0;
  background: url(../images/logo.png) no-repeat center center;
  width: 190px;
  height: 69px;
}

.f-menue #logo {
  background: url(../images/logo_fade.png) no-repeat center center;
}
#header.f-menue .wahlschein {
  display: none;
}
.wahlschein {
  position: absolute;
  right: 730px;
  z-index: 1;
  width: 323px;
}
.wahlschein:hover img {
  transform: scale(1.1);
}
.wahlschein a img {
  width: 35px;
  height: 35px;
  padding-right: 10px;
  transition: ease all 0.3s;
}

.wahlschein a:hover {
  background: #b7c2d5;
}

.wahlschein a {
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  transition: 0.3s;
}
.wahlschein p {
  color: #455a7d;
  font-size: 19px;
  text-transform: uppercase;
  padding-right: 20px;
}
#slogan {
  position: fixed;
  width: 705px;
  height: 705px;
  top: 230px;
  left: 200px;
  background: url(../images/slogan_bg.png) repeat;
  border-radius: 50%;
  z-index: 0;
}

#slogan h4 {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 190px;
  text-shadow: 0px 0px 20px black;
}

#slogan p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  width: 452px;
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
  text-shadow: 0px 0px 20px black;
}

#slogan p::before {
  content: "";
  width: 110px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -17px;
  left: 161px;
}

#homelayout {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  margin-top: 100vh;
  padding-bottom: 100px!important;
}

#homelayout .titel a {
  float: left;
  width: auto;
  font-size: 33px;
  color: #000;
  font-weight: 600;
  background: url(../images/mehr.png) no-repeat right 14px;
  padding-right: 17px;
  position: relative;
}

#homelayout .titel a:hover {
  padding-right: 30px;
  transition: ease all 700ms;
}

#homelayout .titel {
  float: left;
  width: 100%;
  margin-bottom: 52px;
}

#homelayout .alles01 {
  margin-top: 155px;
}

#homelayout .titel a::before {
  content: "";
  width: 72px;
  height: 6px;
  background: #93bf3c;
  position: absolute;
  top: -24px;
}

#scrolldown a {
  width: 45px;
  height: 25px;
  float: left;
  background: url(../images/scroll.png) no-repeat center;
  margin-left: calc(50% - 22.5px);
}

#scrolldown {
  float: left;
  width: 100%;
  margin-top: -30px;
  text-align: center;
}

/*--------HOMENEWS---------*/

#homenews .news .teaserPic {
  float: left;
  width: 100%;
  height: 235px;
  position: relative;
  overflow: hidden;
}

#homenews .news .teaserPic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#homenews .teaserText p {
  font-size: 19px;
}

#homenews .teaserText {
  float: left;
  color: #fff;
  margin: 10px 30px 35px 30px;
  clear: both;
}

#homenews {
  float: left;
  width: 65%;
  max-width: 745px;
  height: auto;
  position: relative;
  transition: 1s ease;
  padding-bottom: 35px;
}

#homenews.open {
  height: auto;
  min-height: 490px;
  transition: 1s ease;
}

#homenews .news.open {
  display: block !important;
}

#homenews .news:nth-child(3),
#homenews .news:nth-child(4) {
  display: none;
}

#homenews .news:nth-child(2),
#homenews .news:nth-child(4) {
  margin-left: 30px;
}

#homenews .weiterlesen {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/mehr.png) no-repeat center;
  transform: rotate(90deg);
  bottom: 0;
  left: calc(50% - 15px);
  cursor: pointer;
  background-size: 10px;
}

#homenews .weiterlesen.open {
  transform: rotate(-90deg);
}

#homenews .news {
  width: 49%;
  float: left;
  background: #455a7d;
  max-width: 355px;
  margin-bottom: 20px;
}

#homenews .date {
  float: left;
  width: auto;
  clear: both;
  height: auto;
  color: #89ba17;
  margin: 33px 20px 20px 30px;
  font-size: 21px;
}

#homenews .teaserText h4 {
  font-family: "Karla-Bold";
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#homenews .teaserText h4:hover {
  color: #d0d0d0;
  transition: ease all 500ms;
}

#homenews .teaserText p {
  float: left;
  width: 100%;
}

#homenews .news .date02 {
  color: #89ba17;
  font-size: 20px;
  margin: 17px 30px 0;
  float: left;
}

/*--------HOMEKALENDER---------*/

#homekalender ul.kalender li {
  float: left;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #848484;
  padding: 15px 0px;
}

#homekalender ul.kalender li:last-child {
  border: none;
}

#homekalender ul.kalender li:first-child {
  padding-top: 0;
}

#homekalender .kalenderText h3 {
  float: right;
  width: 80%;
}

#homekalender .textleft .month span {
  font-size: 30px;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-top: -4px;
}

#homekalender .kalenderText p {
  float: right;
  width: 80%;
  margin-top: 3px;
  font-size: 14px;
}

#homekalender .textleft .month {
  font-size: 18px;
  float: left;
  width: 100%;
  color: #848484;
  text-transform: uppercase;
  font-family: Karla-Bold;
}

#homekalender .textleft {
  float: left;
  width: auto;
  max-width: 70px;
}

#homekalender {
  float: right;
  width: 32%;
  max-width: 375px;
}

.kalenderText h3 a {
  color: #000;
}

.kalenderText h3 a:hover {
  font-weight: 600;
}
#vorseiteDanke {
	background-color: #000000;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 9999999999;
	opacity: 0.8;
	display: none;
	border: 0;
  }
  #vorseiteDankeInnen {
    left: 50%;
    position: absolute;
    width: 100%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
    display: none;
    top: 50%;
  }
  #vorseiteDankeInnen #dynamischeListe2 .headline {
	margin-bottom: 10px;
  }
  #vorseiteDankeInnen #dynamischeListe2 #weiterlesenNews a {
	color: #47579f;
	font-size: 16px;
  }
  #vorseiteDankeInnen02 {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 834px;
	border: 0;
	min-height: 290px;
  }
  #vorseiteinhalt {
	float: left;
	width: 90%;
	background: #fff;
	padding: 45px 5%;
  }
  #vorseiteDankeClose {
	margin: 0 auto;
	position: absolute;
	text-align: right;
	top: 10px;
	right: 10px;
  }
  #vorseiteDankeClose a {
    float: left;
    width: 100%;
}
  #vorseiteDankeInnen02 h4 {
    clear: both;
    color: #131313;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 36px;
    position: relative;
    border-bottom: 1px solid #b8b8b8;
}
#vorseiteDankeInnen02 h4::before {
  content: "";
    width: 72px;
    height: 6px;
    background: #93bf3c;
    position: absolute;
    top: -17px;
}
  #vorseiteDankeInnen02 p {
	margin-bottom: 12px;
	color: #000;
	font-size: 18px;
	line-height: 27px;
  }
  #vorseiteDankeInnen02 p b {
	font-weight: bold;
  }
  #vorseiteDankeInnen02 {
	color: #494949;
	font-size: 15px;
  }
  #vorseiteDankeInnen02 .external-link-new-window {
	background-image: url(../images/external_link.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding-left: 20px;
  }
  #vorseiteDankeInnen02 a img {
	width: auto;
  }
