@charset "UTF-8";
@import url(WebKit_bounding.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'SV Regular', Arial, sans-serif;
  color: #30515F;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

#wrapper {
  max-width: 1224px;
  margin: 0 auto 2rem auto;
  background: #fff;
}

@media (min-width: 1024px) {
  #wrapper {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

h2 {
  text-align: center;
  font-family: 'SV Bold', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  padding: 0 10%;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

#ajaxcontent {
  display: table;
  width: 100%;
}

#map,
#info {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
  display: table-cell;
  vertical-align: middle;
}

#map {
  width: 50%;
  border-right: 1px solid #30515F;
}

#map .container {
  height: 0;
  padding-top: 136%;
  /* höhe/breite *100 */
  position: relative;
}

#map .container.be {
  padding-top: 76%;
}

#map .container.bw {
  padding-top: 105%;
}

#map .container.by {
  padding-top: 102%;
}

#map .container.hb {
  padding-top: 57%;
}

#map .container.he {
  padding-top: 144%;
}

#map .container.hh {
  padding-top: 94%;
}

#map .container.mv {
  padding-top: 74%;
}

#map .container.ni {
  padding-top: 89%;
}

#map .container.nrw {
  padding-top: 95%;
}

#map .container.rp {
  padding-top: 131%;
}

#map .container.sh {
  padding-top: 98%;
}

#map .container.sl {
  padding-top: 77%;
}

#map .container.sn {
  padding-top: 78%;
}

#map .container.th {
  padding-top: 86%;
}

#map svg {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#map a {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  fill: #30515F;
}

#map a:hover, #map a.active {
  fill: #fff;
}

#map a#Mannheim:hover, #map a#Mannheim.active {
  fill: #6594A9;
}

#map tspan {
  cursor: default;
}

#map text, #map tspan {
  font-family: 'SV Regular', Arial, sans-serif;
}

#map.default path.country {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

#map.default path.country:hover, #map.default path.country.active {
  fill: #6594A9;
}

#map.default tspan.country {
  cursor: pointer;
}

#map.default text, #map.default tspan {
  font-family: 'SV Bold', Arial, sans-serif;
}

#back {
  cursor: pointer;
  color: #6594A9;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}

#info {
  width: 50%;
}

#info.top {
  display: block;
  margin: auto;
  width: 100%;
}

#info.top h3 {
  margin-bottom: 2rem;
}

#info h3 {
  font-family: 'SV Bold', Arial, sans-serif;
  margin-bottom: 4rem;
  text-align: center;
}

#info h3 span {
  display: block;
}

#info h3 .place {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2rem;
}

#info h3 .count {
  font-size: 14rem;
  line-height: 14.5rem;
}

#info h3 .sub {
  text-transform: none;
  font-size: 1.6rem;
  line-height: 2rem;
}

#info p {
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

#info .head {
  display: inline-block;
  text-align: center;
  width: 40px;
  background-image: url("../img/chapeau.png");
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'SV Bold', Arial, sans-serif;
}

#info div.main-head {
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 0 #30515F, 0 1px 0 0 #30515F inset;
  -ms-box-shadow: 0 1px 0 0 #30515F, 0 1px 0 0 #30515F inset;
  -moz-box-shadow: 0 1px 0 0 #30515F, 0 1px 0 0 #30515F inset;
  -o-box-shadow: 0 1px 0 0 #30515F, 0 1px 0 0 #30515F inset;
  box-shadow: 0 1px 0 0 #30515F, 0 1px 0 0 #30515F inset;
  margin: 0;
}

#info div.main-head .head {
  display: table-cell;
  width: 70px;
  background-size: 60px;
  vertical-align: middle;
}

#info div.main-head h4 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  padding: 1rem 20px 1rem 10px;
  cursor: pointer;
  display: table-cell;
}

#info h5 {
  font-size: 1rem;
  line-height: 2rem;
  font-family: 'SV Italic', Arial, sans-serif;
  margin-left: 70px;
  margin-top: 20px;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  padding-right: 20px;
  cursor: pointer;
}

#info h5 .head {
  font-family: 'SV Regular', Arial, sans-serif;
  font-size: 0.8rem;
  width: 40px;
  background-size: 30px;
}

#info h4.open,
#info h5.open {
  background-image: url(../img/arrow_up.png);
}

#info div {
  display: none;
  margin-bottom: 20px;
}

#info ul {
  margin-left: 110px;
  padding-left: 10px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  display: none;
  margin-bottom: 1rem;
}

#info li:before {
  display: inline-block;
  content: "\00b7";
  font-size: 1em;
  vertical-align: bottom;
  line-height: 1.5em;
  width: 10px;
  margin-left: -10px;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #back {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  #info h3 {
    margin-bottom: 3rem;
  }
  #info h3 .place, #info h3 .sub {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #info h3 .count {
    font-size: 10rem;
    line-height: 10rem;
  }
  #info div.main-head h4 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  #info h5, #info ul {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  #info h5 {
    line-height: 1.8rem;
  }
  #info p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  h2 {
    margin-bottom: 0;
  }
  #ajaxcontent {
    display: block;
  }
  #map, #info {
    display: block;
    width: 100%;
    padding: 10%;
  }
  #map {
    border-right: none;
    border-bottom: 1px solid #30515F;
  }
  #info div.main-head .head {
    background-size: 50px;
    width: 60px;
  }
  #info h5 {
    margin-left: 60px;
  }
  #info ul {
    margin-left: 100px;
  }
}

@media (max-width: 500px) {
  #info h5 {
    margin-left: 0px;
  }
  #info ul {
    margin-left: 40px;
  }
}

/*# sourceMappingURL=style.css.map */