#main:before {
  background: #fff !important;
}

#startHead {
  height: 445px;
  margin: 0 -18px;
  background: #FB007E url(/images/startseite/logo.png) no-repeat 0 0;
  position: relative;
  overflow: hidden;
}

#startHead a {
  display: block;
  height: 375px;
  padding: 0 300px 0 0;
  margin: 58px 18px 0 334px;
  color: #fff;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  background: no-repeat 305px 0;
  overflow: hidden;
}

#startHead a h2 {
  margin: 10px 0 20px;
  font-size: 40px;
}

#startHead a span {
  display: block;
  text-align: right;
  font-size: 15px;
  margin: 15px 0 0;
}

#startRight {
  width: 594px;
  margin: 25px 0;
  float: right;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#startRight .startTeaser {
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}

#startRight .startTeaser img {
  display: block;
  max-width: 100%;
  height: auto;
}

#startRight .startTeaser h2 {
  font-size: 26px;
  font-weight: bold;
  background: #FB007E;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 4px 6px;
}

#startRight .startTeaser .teaserInfoTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(0,0,0,.5);
  padding: 12px;
  color: #fff;
}

#startLeft {
  color: #FB007E;
  width: 281px;
  margin: 25px 0;
  float: left;
  padding-left: 7px;
  line-height: 1.1;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#startLeft h3,
#startLeft .fanBoxHead {
  margin: 0 0 5px;
  padding: 14px 5px;
  background: #FB007E;
  color: #fff;
  font-size: 25px;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

#startLeft .fanBoxHead {
  font-size: 23px;
  letter-spacing: -.03em;
  padding-right: 1px;
  padding-left: 1px;
}

#startLeft .socialBg {
  border: none;
}

#startLeft h3:after,
#startLeft .fanBoxHead:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -12px;
  border-top: 13px solid #FB007E;
  border-right: 12px solid #fff;
  border-left: 12px solid #fff;
  border-right-color: rgba(255,255,255,0);
  border-left-color: rgba(255,255,255,0);
}

#startAktuelles a {
  display: block;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
  padding: 20px 0;
}

#startAktuelles a span {
  display: block;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
  font-style: italic;
}

#startAktuelles a:first-child {
  border-bottom: 3px solid #FB007E;
}

#startAktuelles a.more {
  font-size: 15px;
  float: right;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
}

#startKarte { margin: 0 0 30px; }
#startKarte img { display: block; }
#startKarte a {
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  float: right;
  margin: -8px 0 0;
  position: relative;
  z-index: 1;
}

#startFooter {
  margin: 5px 0 0 10px;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

#startFooter div {
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #666;
  font-size: 13px;
  float: right;
  padding: 12px 10px 0;
}

#startFooter img {
  display: block;
  float: right;
  margin-left: 18px;
  border: none;
}

@media all and (max-width: 1020px) {
  #startHead a {
    padding: 0;
    background-position: 0 -999px;
  }
  #startLeft {
    width: 100%;
    padding-left: 0;
  }
  #startLeft > div {
    width: 288px;
    float: left;
  }
  #startLeft > #startKarteWrapper { float: right; }
  #startFooter div { display: none; }
}

@media all and (max-width: 720px) {
  #main {
    background: url(/images/logoMobil.png) no-repeat 0 65px;
    overflow: hidden;
  }
  #startHead { display: none; }
  #startRight {
    width: 100%;
    float: none;
    margin: 190px 0 0;
  }
  #startRight .startTeaser h2 { font-size: 16px; }
  #startRight .startTeaser .teaserInfoTxt { display: none; }
  #startLeft {
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 0;
  }
  #startLeft > div, #startLeft > #startKarteWrapper { float: none; }
  #startAktuelles {
    background: #fff;
    margin: -5px 0 25px;
    padding: 5px;
  }
  #startAktuelles a.more { margin: 0; }
  #startKarte {
    background: #fff;
    margin-top: -5px;
  }
  #startKarte a {
    padding: 0 5px 5px 0;
  }
  #startFooter { display: none; }
}
