#quickFact .columns:last-child {
  float: left; }

#quickFact a:hover {
  text-decoration: none; }

#quickFact .headline {
  border-bottom: 1px dotted #fff;
  width: 100%;
  padding: 8px;
  background-color: #1a3151;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif; }

#quickFact .content {
  background-color: #1a3151;
  width: 100%;
  min-width: 174px;
  height: 175px;
  padding: 10px 2px; }

#quickFact .wrapper {
  width: 150px;
  height: 150px;
  position: relative;
  cursor: pointer;
  margin: 0 auto; }

#quickFact .circle1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: none;
  border: 2px dashed #fff;
  border-radius: 150px;
  width: 150px;
  height: 150px; }

#quickFact .top {
  border: 2px dashed #dcb24e; }

#quickFact .circle2 {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: none;
  border: 3px dotted #00aded;
  border-radius: 140px 140px 140px 140px;
  width: 140px;
  height: 140px;
  border-left: 0;
  transform: rotate(80deg); }

#quickFact .circle3 {
  position: absolute;
  top: 9px;
  left: 11px;
  background-color: none;
  border: 2px dotted #ddd;
  border-radius: 128px 128px 0 0;
  width: 128px;
  height: 128px;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-40deg); }

#quickFact .zusatzInfo {
  position: absolute;
  font-size: 14px;
  color: #ddd;
  top: 20px;
  left: 20px;
  width: 110px;
  height: 110px;
  line-height: 40px;
  text-align: center;
  font-family: 'Oswald', sans-serif; }

#quickFact .zahl {
  position: absolute;
  font-size: 52px;
  color: #fff;
  top: 18px;
  left: 20px;
  width: 110px;
  height: 110px;
  line-height: 120px;
  text-align: center;
  font-family: 'Oswald', sans-serif; }

#quickFact .topText {
  color: #dcb24e !important;
  font-size: 70px !important; }

#quickFact .worstText {
  font-size: 40px !important; }

#quickFact .fussnote {
  width: 100%;
  padding: 0 10px 10px 10px;
  background-color: #1a3151;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  min-height: 46px; }

#quickFact .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 40px 40px 40px 40px;
  border: 2px solid #f3f3f3; }

#quickFact .icon_0 {
  top: -5px;
  right: -5px; }

#quickFact .icon_1 {
  top: 35px;
  right: -25px; }

#quickFact .icon_2 {
  top: 80px;
  right: -25px; }

#quickFact .iconTop {
  border: 2px solid #dcb24e !important; }

#quickFact .iconWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #00aded; }
  #quickFact .iconWrapper .flaggenrahmen {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0; }
  #quickFact .iconWrapper .logo {
    height: 24px;
    width: 24px;
    margin-top: 5px; }
