@charset "utf-8";
/* CSS Document */
.election-hero {
  width: 100%;
  height: 540px;
  float: left;
  background: url(../img/electionhero/himmel_RGB.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.election-hero-inner {
  max-width: 1220px;
  margin: auto;
}
.election-hero-inner-wrap {
  width: 100%;
  height: 540px;
  float: left;
  display: block;
  position: relative;
}
.election-slogan {
  width: 3000px;
  height: 200px;
  background-color: red;
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  top: -150px;
  left: -200px;
  position: absolute;
}
.election-slogan span.election-slogan-headline {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  position: absolute;
  bottom: 10px;
  padding-left: 530px;
  color: #fff;
  font-weight: 800;
  font-size: 34px;
}
.election-speech {
  width: 400px;
  height: auto;
  float: left;
  display: block;
  font-size: 30px;
  color: #30465d;
  margin-top: 200px;
  font-weight: 600;
  margin-left: 150px;
  position: relative;
  z-index: 220;
}
.election-speech img.election-name {
  width: 60%;
  float: left;
}
.election-speech span {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-top: 16px;
}
.election-speech a.election-describe {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 12px;
  border-radius: 25px;
  color: #30465d;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #30465d;
  float: left;
  margin-top: 20px;
}
.election-speech a.election-describe:hover {
  background-color: #30465d;
  color: #fff;
}
.candidate-img {
  width: 357px;
  height: auto;
  float: right;
  display: block;
  z-index: 200;
  position: absolute;
  bottom: 0px;
  right: 140px;
}
.candidate-img img {
  width: 100%;
  ;
  float: left;
}
.election-flag {
  width: 1000px;
  height: 200px;
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.election-flag img {
  width: 100%;
  height: auto;
  float: left;
  z-index: 201;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media only screen and (max-width: 1596px) {
  .election-slogan span.election-slogan-headline {
    padding-left: 480px;
  }
}
@media only screen and (max-width: 1324px) {
  .election-slogan span.election-slogan-headline {
    padding-left: 12.5%;
  }
}
@media only screen and (max-width: 1190px) {
  .election-flag {
    width: 800px;
  }
}
@media only screen and (max-width: 1092px) {
  .election-flag {
    width: 700px;
  }
  .candidate-img {
    width: 320px;
  }
}
@media only screen and (max-width: 1000px) {
  .election-speech {
    font-size: 20px;
  }
  .election-speech img.election-name {
    width: 50%;
  }
  .election-hero-inner-wrap {
    height: 400px;
  }
  .slider {
    height: auto;
  }
  .election-hero {
    height: 400px;
  }
  .candidate-img {
    width: 280px;
  }
  .election-speech {
    margin-top: 150px;
  }
  .election-slogan span.election-slogan-headline {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 942px) {
  .election-slogan span.election-slogan-headline {
    width: 500px;
    font-size: 25px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 874px) {
  .election-speech {
    margin-left: 30px;
  }
  .election-flag {
    width: 80%;
  }
  .candidate-img {
    width: 250px;
  }
}
@media only screen and (max-width: 706px) {
  .candidate-img {
    right: 80px;
  }
}
@media only screen and (max-width: 706px) {
  .candidate-img {
    right: 0px;
  }
}
@media only screen and (max-width: 558px) {
  .election-speech {
    width: 280px;
  }
}
@media only screen and (max-width: 518px) {
  .election-speech {
    width: 240px;
  }
  .candidate-img {
    width: 220px;
  }
  .election-hero-inner-wrap, .election-hero {
    height: 320px;
  }
  .election-speech img.election-name {
    width: 60%;
  }
  .election-speech {
    margin-top: 120px;
  }
  .election-slogan {
    height: 180px;
  }
  .election-slogan span.election-slogan-headline {
    font-size: 19px;
  }
  .election-speech {
    font-size: 16px;
  }
  .election-slogan span.election-slogan-headline {
    padding-left: 7.5%;
  }
}
@media only screen and (max-width: 468px) {
  .election-speech {
    margin-top: 98px;
    margin-left: 20px;
    width: 200px;
    font-size: 14px;
  }
  .election-flag {
    width: 100%;
    bottom: -5px;
  }
  .candidate-img {
    width: 190px;
  }
  .election-speech a.election-describe {
    font-size: 11px;
    padding: 5px 12px;
  }
}
@media only screen and (max-width: 468px) {
  .election-speech {
    width: 168px;
  }
  .election-speech img.election-name {
    width: 70%;
  }
}
@media only screen and (max-width: 350px) {
  .candidate-img {
    width: 170px;
  }
}