@font-face {
font-family: 'ralewayregular';
src: url('../webfonts/raleway-regular-webfont.eot');
src: url('../webfonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('../webfonts/raleway-regular-webfont.woff2') format('woff2'),
     url('../webfonts/raleway-regular-webfont.woff') format('woff'),
     url('../webfonts/raleway-regular-webfont.ttf') format('truetype'),
     url('../webfonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Prociono';
src: url('../webfonts/Prociono-Regular-webfont.eot');
src: url('../webfonts/Prociono-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('../webfonts/Prociono-Regular-webfont.woff') format('woff'),
     url('../webfonts/Prociono-Regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

html {
position: relative;
min-height: 100%;
}

body {
background-color: #f6f6f6;
font-family: "ralewayregular";
}

#footer {
padding: 8px 15px;
text-align: left;
background-color: #fff;
border-top: 1px solid #127173;
}

.ads {
display: inline-block;
width: 100%;
min-height: 90px;
margin: 30px auto;
}

.cont {
min-height: 900px;
margin-top: 1px;
padding-top: 25px;
padding-bottom: 80px;
background-color: #fff;
border-top: 4px solid #127173;
}

.menu {
padding: 0;
margin-top: 1px;
background-image: linear-gradient(to bottom, #fff 7px, #f6f6f6 90px);
border-top: 4px solid #127173;
}
.menu a {
color: #127173;
}
.menu img {
position: absolute;
top: 25px;
left: 50%;
margin-left: -90px;
opacity: 0.3;
}
/*
.menu a>img {
margin: 0;
top: 10px;
margin-left: -40px;
opacity: 1;
box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
}
*/
a.logo {
display: block;
position: absolute;
width: 80px;
height: 80px;
top: 1px;
left: 50%;
margin-left: -40px;
padding-top: 19px;
color: #000;
font-family: Prociono;
font-size: 24px;
line-height: 24px;
text-align: center;
background-color: rgba(246,246,246,0.25);
border: 4px solid #000;
}
a.logo:hover {
text-decoration: none;
background-color: rgba(18,113,115,0.08);
}

#quizel {
margin: 130px 0 25px;
text-align: center;
}
#quizel strong {
color: #666;
}
#quizel a,
#quizel strong {
display: block;
margin: 4px;
}
#quizel a.sel {
text-decoration: underline;
}

@media (max-width: 991px) {
    .menu {
    border: none;
    }
    .menu .dropdown {
    padding: 15px 0;
    }
    #quizel {
    margin: 10px 0;
    }
    #quizel a,
    #quizel strong {
    display: inline;
    line-height: 200%;
    }
    a.logo {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto;
    border: none;
    }
}
@media (max-width: 767px) {
    #quizel a,
    #quizel strong {
    font-size: 16px;
    }
}

#quizkarte {
display: block;
width: auto;
height: auto;
border-radius: 1px;
box-shadow: 0 0 1px 1px rgba(87,141,230,0.25);
cursor: default;
}
.deutschlandkarte {
background-image: url('../karten/deutschland.png'), linear-gradient(to bottom, #fff -150px, #286090 50%);
}
.afrikakarte {
background-image: url('../karten/afrika.png'), linear-gradient(to bottom, #fff -150px, #286090 90%);
}
.europakarte {
background-image: url('../karten/europa.png'), linear-gradient(to bottom, #fff -150px, #286090 90%);
}
.amerikakarte {
background-image: url('../karten/amerika.png'), linear-gradient(to bottom, #fff -150px, #286090 90%);
}
.weltkarte {
background-image: url('../karten/weltkarte.png'), radial-gradient(circle farthest-corner at 50% 50%,#99b3ca,#286090);
}
.wikikarte {
background-image: radial-gradient(circle farthest-corner at 50% 50%,#99b3ca,#286090);
}

#highscore {
display: inline;
}
#highscore input {
width: 100%;
padding: 0 5px;
background-color: #fff;
border: 2px solid #fff;
border-radius: 4px;
}

#frage {
margin: 10px 0;
font-size: 16px;
color: #127173;
line-height: 200%;
}

#ergebnis {
padding: 5px;
margin: 2px 0;
color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden;
}
#ergebnis strong {
font-size: 28px;
text-shadow: 0px 1px 1px #4d4d4d;
letter-spacing: 2px;
opacity: 0.8;
}
#ergebnis small {
opacity: 0.6;
}
#ergebnis span {
color: #c00;
}

.erg-start {
background-color: #127173;
}
.erg-green {
background-color: #090;
}
.erg-red {
background-color: #c00;
}
.erg-org {
background-color: #f93;
}

.btn-terra {
width: 300px;
max-width: 100%;
margin-top: 25px;
}
.btn-wiki {
margin-bottom: 20px;
}

.codeform {
max-width: 150px;
margin: 0px auto;
}
.codeform > input {
font-family: 'Courier New', Courier, monospace;
font-size: large;
}

.punkte {
padding: 10px 25px;
font-size: 250%;
color: #fff;
background-color: #127173;
border-radius: 7px;
cursor: default;
white-space: nowrap;
}

.punkte-tooltip {
border-bottom: 1px dotted #000;
cursor: pointer;
}

.summary {
display: block;
padding: 5px 15px 25px;
font-size: 110%;
}

.list-group-item > span {
background: none;
float: right;
}

.levsel {
margin-top: 30px;
font-size: 18px;
color: #127173;
letter-spacing: 2px;
text-transform: uppercase;
}

.startsel {
display: block;
position: relative;
width: 200px;
margin: 10px auto;
padding: 0 15px;
line-height: 45px;
text-align: left;
background-image: linear-gradient(to bottom, #fff 7px, #f6f6f6 90px);
border-radius: 4px;
box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}
.startsel > img {
position: absolute;
right: 0;
bottom: 0;
opacity: 0.3;
}
.startsel:hover {
text-decoration: none;
}
.startsel:hover > img {
opacity: 0.9;
}

.startquiz {
width: 90px;
height: 90px;
margin: 20px 0 40px;
letter-spacing: 2px;
text-transform: uppercase;
color: #127173;
background-color: #fff;
border: 3px solid #127173;
border-radius: 45px;
opacity: 0.6;
}
.startquiz:hover {
color: #fff;
background-color: #127173;
}

.list-highscore {
width: 100%;
max-width: 420px;
margin: 10px auto;
}
.list-highscore li:first-child {
margin: 50px auto 5px;
color: #127173;
border: none;
}
.list-highscore .hsall {
border: none;
border-top: 2px solid #ccc;
}
.list-highscore li {
border-left: none;
border-right: none;
}

.quizdesc {
position: relative;
min-height: 200px;
padding: 20px;
margin-bottom: 25px;
color: #fff;
background-color: #127173;
background-image: linear-gradient(to bottom, #fff -150px, #127173 210px);
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1) inset;
overflow: hidden;
opacity: 0.99;
}
.quizdesc > h1 {
margin: 0 0 20px;
font-size: 32px;
color: #fff;
}
.quizdesc > img {
position: absolute;
top: 10px;
right: 0;
opacity: 0.25;
z-index: -1;
}

.img-country {
display: block;
max-height: 350px;
margin: 20px auto;
}

.img-flag {
display: block;
margin: 20px auto;
border: 1px solid #eee;
}

.note-xs {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 50px 15px;
font-size: 18px;
background-color: #fff;
}

.terra {
display: block;
height: 170px;
padding: 10px;
margin-bottom: 25px;
color: #fff;
background: url("../bilder/tq.png") #333 no-repeat center 90px;
border-radius: 4px;
}

.my-alert {
margin-bottom: 40px;
background: #c00;
color: #fff;
font-family: "Courier New", Courier, monospace;
font-size: 120%;
}

#share {
margin: 5px auto 30px;
}
#share a {
display: inline;
margin: 0 5px;
}
#share img {
border-radius: 2px;
}

.newsalert {
display: inline-block;
width: 22px;
height: 22px;
margin-left: 3px;
line-height: 150%;
text-align: center;
background: #c00;
color: #fff;
border-radius: 50%
}

.badge-new {
display: inline-block;
padding: 1px 5px;
font-size: 90%;
color: rgba(255,255,255,0.8);
background-color: #ff9900;
border-radius: 3px;
transform: rotate(-12deg);
}

a.makeitbetter {
display: inline-block;
padding: 2px 0 5px;
margin: 40px auto 20px;
color: #369;
font-family: Prociono;
font-size: 26px;
line-height: 26px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
border-top: 8px solid #369;
border-bottom: 10px solid #c00;
border-radius: 5px;
box-shadow: 0 0 2px #fff;
transform: rotate(-10deg);
}
a.makeitbetter:hover {
color: #c00;
}

#wikimap {
margin: 25px 0;
max-height: 400px;
}

#terraquiz {
position: fixed;
z-index: 999;
left: 0;
top: 0;
right: 0;
bottom: 0;
padding: 15px 25px;
text-align: center;
font-family: Verdana,Arial;
background: #127173;
color: #fff !important;
}
#terraquiz span {
color: #89b8b9;
}
#terraquiz a {
margin: 10px;
}
/* ==========================================================
   GEO-WIKI: Optimierung Detailseiten / Quiz-CTA
   Eingefügt am: 13.05.2026
   Zweck:
   - Wiki-Detailseiten optisch aufwerten
   - Quiz-Einstieg sichtbarer machen
   - Karte, Fakten und Text besser strukturieren
   - Klicks vom Wiki ins GeoQuiz erhöhen
   ========================================================== */

.wiki-quizbox {
  margin-bottom: 12px;
}

.wiki-intro {
  font-size: 16px;
  margin-bottom: 10px;
}

.wiki-main-cta {
  font-size: 18px;
  padding: 12px 22px;
  margin-bottom: 12px;
  white-space: normal;
}

.wiki-facts {
  margin-bottom: 28px;
}

.wiki-map-caption {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}

.wiki-back {
  margin-top: 18px;
  margin-bottom: 18px;
}

.wiki-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.wiki-bottom-cta {
  margin-top: 25px;
  margin-bottom: 25px;
}

.wiki-secondary-buttons {
  margin-top: 20px;
  margin-bottom: 30px;
}

.wiki-secondary-buttons .btn {
  margin-right: 8px;
  margin-bottom: 8px;
}

/* ==========================================================
   Ende GEO-WIKI Optimierung Detailseiten / Quiz-CTA
   ========================================================== */
   
/* ==========================================================
   GEO-WIKI: Feinschliff oberer Quiz-Einstieg
   Quick-and-dirty Optimierung für CTA über der Karte
   ========================================================== */

.wiki-quizbox {
  margin: 20px 0 18px 0;
  padding: 18px 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #f4fafa 100%);
  border: 1px solid #d8eeee;
  border-left: 6px solid #127173;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.wiki-intro {
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 14px;
  color: #333;
}

.wiki-main-cta {
  display: block;
  width: 100%;
  max-width: 360px;
  font-size: 18px;
  padding: 13px 18px;
  margin: 0;
  text-align: center;
  white-space: normal;
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}

.wiki-main-cta:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .wiki-quizbox {
    margin-top: 20px;
  }

  .wiki-main-cta {
    max-width: none;
  }
}

/* ==========================================================
   Ende GEO-WIKI Feinschliff oberer Quiz-Einstieg
   ========================================================== */
