/*
Theme Name: elbe505-theme
Author: Richard Stickel, Robert Drost
*/
/* IMPORTS */

@import url('css/header.css');
@import url('css/uploadform.css');
@import url('css/elbemap.css');


/* FONTS */
@font-face {
  font-family: 'Signika';
  src: url('fonts/Signika-Light.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Signika';
  src: url('fonts/Signika-SemiBold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'PT_Sans';
  src: url('fonts/PT_Sans-Web-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'PT_Sans';
  src: url('fonts/PT_Sans-Web-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PT_Sans';
  src: url('fonts/PT_Sans-Web-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'PT_Sans';
  src: url('fonts/PT_Sans-Web-Bold.ttf') format('truetype');
  font-weight: bold;
}

/* Iconfont */
@font-face {
  font-family: 'elbe505icons';
  src:  url('fonts/elbe505icons.eot?j07h00');
  src:  url('fonts/elbe505icons.eot?j07h00#iefix') format('embedded-opentype'),
    url('fonts/elbe505icons.ttf?j07h00') format('truetype'),
    url('fonts/elbe505icons.woff?j07h00') format('woff'),
    url('fonts/elbe505icons.svg?j07h00#elbe505icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'elbe505icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e903";
}
.icon-arrow-up:before {
  content: "\e904";
}
.icon-volume-medium:before {
  content: "\e908";
}
.icon-volume:before {
  content: "\e908";
}
.icon-audio:before {
  content: "\e908";
}
.icon-speaker:before {
  content: "\e908";
}
.icon-player:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e905";
}
.icon-magnifier:before {
  content: "\e905";
}
.icon-magnifying-glass:before {
  content: "\e905";
}
.icon-inspect:before {
  content: "\e905";
}
.icon-find:before {
  content: "\e905";
}
.icon-map:before {
  content: "\e906";
}
.icon-guide:before {
  content: "\e906";
}
.icon-pause:before {
  content: "\e901";
}
.icon-play:before {
  content: "\e902";
}
.icon-replay:before {
  content: "\e900";
}




/* BASICS */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: normal;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height:100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'PT_Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
a {
  text-decoration: none;
  color:#000;
  transition: 0.25s;
}
a:hover, .btn:hover {
    opacity: 0.75;
}
article a {
    font-weight: bold;
    border-bottom: 2px solid;
    color: #7F7F7F;
}
b, strong {
  font-family: 'PT_Sans', sans-serif;
  font-weight: bold;
}
i, em {
  font-family: 'PT_Sans', sans-serif;
  font-style: italic;
}
p{
  margin: 0 0 30px;
}
h1 {
    font-size: 2.5em;
    text-align: center;
    font-family: 'Signika', sans-serif;
    margin: 0;
}
h2 {
  font-size:30px;
  hyphens:none;
  font-family: 'Signika', sans-serif;
  margin: 0 0 10px;
}
article li {
    margin-bottom: 10px;
}

.textlink {
    color: #cf4730;
    font-weight: bold;
    border-bottom: 2px solid;
}

.textcol {
  text-align:center;
}
.clear {
  clear:both;
}
.center{
  text-align: center;
}

.btn, input[type="submit"]  {
    border-radius: 100px;
    background-color: #cf4730;
    width: auto;
    display: inline-block;
    padding: 10px 25px 13px;
    line-height: 20px;
    float: none;
    margin: 10px 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    font-family: 'PT_Sans', sans-serif;
    -webkit-appearance: none;
    appearance: none;
}

.btn_karte {
    float: right;
}

.row > div {
  margin-bottom:40px;
}

/* Fotos */

img, video {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.wp-caption {
    width: auto !important;
    margin-bottom: 30px;
    margin-top: 0;
}

.wp-caption.alignleft, img.alignleft,
.wp-caption.alignright, img.alignright {
    width: 50% !important;
    position: relative;
}

.col-md-8 .wp-caption.alignleft, .col-md-8 img.alignleft,
.col-md-8 .wp-caption.alignright, .col-md-8 img.alignright {
    width: 75% !important;
    position: relative;
}

.wp-caption.alignleft, img.alignleft {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}
.col-md-8 .wp-caption.alignleft, .col-md-8 img.alignleft {
    margin-right: calc(-25% + 30px);
    left: -25%;
}


.wp-caption.alignright, img.alignright {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
.col-md-8 .wp-caption.alignright, .col-md-8 img.alignright {
    margin-left: calc(-25% + 30px);
    right: -25%;
}


.wp-caption-text {
    font-size: 0.9em;
    padding-top: 7px;
    font-style: italic;
}

/* Galerie */
.galerie img {
    max-height: 300px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.galerie .wp-caption-text {
    text-align: center;
}

#swipebox-overlay {
    background: rgba(0,0,0,0.8)!important;
}
.nivo-lightbox-image img {
    margin: 0 auto;
    display: initial;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.8)!important;
}


/* Galerie auf der Seite Bildergalerie */
.equal_gallery {
    margin:0 auto 20px;
    position: relative;
}
.equal_gallery img {
    float: left;
    padding-right: 0;
    outline: 4px solid #fff;
    outline-offset: -4px;
}



/* Videos */
iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#recaptcha iframe {
  height: auto;
  width: auto;
  position: relative;
  top: auto;
}


/* FARBEN */

/* ziegel > Orte & Kultur */
.farbe-1{ color: #c15a3d!important; }
.farbe-1-hintergrund{ background-color: #c15a3d!important; }
.farbe-1-border{ border-color: #c15a3d!important; }
/* grün > Landschaft & Natur */
.farbe-3{ color: #8cbf50!important; }
.farbe-3-hintergrund{ background-color: #8cbf50!important; }
.farbe-3-border{ border-color: #8cbf50!important; }
/* gelb > Märchen & Sprache */
.farbe-5{ color: #e7be0a!important; }
.farbe-5-hintergrund{ background-color: #f8cf1b!important; }
.farbe-5-border{ border-color: #ffd622!important; }
/* blau > Fragen & Antworten */
.farbe-7{ color: #76add1!important; }
.farbe-7-hintergrund{ background-color: #76add1!important; }
.farbe-7-border{ border-color: #76add1!important; }
/* grau > Wissenschaft & Forschung */
.farbe-10{ color: #666666!important; }
.farbe-10-hintergrund{ background-color: #666666!important; }
.farbe-10-border{ border-color: #666666!important; }
/* orange > Lieblingsorte */
.farbe-6{ color: #F7931E!important; }
.farbe-6-hintergrund{ background-color: #F7931E!important; }
.farbe-6-border{ border-color: #F7931E!important; }




/* ARTICLE */
body > article {
  padding:0 0 20px 0;
}
article a {

}
.nomargin-p {
  margin:0;
}
.rbz-button-blank{
  text-align: center;
}

.rbz-button span, .rbz-button-blank span {
    color: white;
    border-radius: 39px;
    padding: 17px 60px;
    font-size: 23px;
    cursor: pointer;
    font-family: 'Signika', sans-serif;
    background: #cf4730;
    display: inline-block;
    margin: 0 auto 40px;
    transition: 0.5s;
    font-weight: bold;
    position: relative;
}
.rbz-button-blank > span:hover {
    opacity: 0.8;
}
.container-wrapper-open .rbz-button span {
    background: transparent;
    font-size: 40px;
    margin-bottom: 40px;
    padding: 7px 0;
}

.schraege {
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
#schraege1 {
  background-image:url('images/schraege1.svg');
  background-position: bottom;
  transform: translate(0, 1px);
}

#schraege2 {
  background-image:url('images/schraege2.svg');
  margin-top: 0px;
  background-position: top;
  transform: translate(0, -1px);
}

.row-farbblock {
  color:white;
  text-align: center;
}
.row-farbblock >  div {
  padding:40px 100px;
}
.row-farbblock h3 {
  margin:0 0 25px;
  padding:0;
}


/* STARTSEITE */
.container-startseite {
  margin-top:50px;
}
.map-container {
  position: relative;
}
.start_wrapper {
  position: relative;
}

.start_willkommen {
  position: absolute;
  bottom: 10%;
  left: 13%;
  width:30%;
  background-color:#fff;
  padding:30px;
}
.start_willkommen h3 {
  padding:0;
  margin:5px 0;
}
.start_willkommen p {
  font-size:14px;
  margin:0;
}
.start_willkommen .start_a {
  float:right;
  margin:5px 0;
}

.start_gras {
  width:100%;
  height:60px;
  position: absolute;
  bottom:0;
  background-image: url(images/header-gras1.png);
  background-size: 960px auto;
  background-repeat: repeat-x;
  background-position: center bottom;
}

/* BREAKER */
.breaker {
    position: relative;
    padding: 50px 0 0;
    margin-bottom: 90px;
    margin-top: 30px;
}
.breakerback {
    height: 100%;
    background-color: #e5f1d9;
    position: absolute;
    width: 100%;
    transform: skewY(-2deg);
    top: -10px;
    z-index: -5;
}
.breaker .equal_gallery img {
    outline-color: #e5f1d9;
}


/* BEITRAGSSEITE */
.splitscreen {
    position: relative;
    margin-bottom: 70px;
    background-color: #ddd;
}
.split-50 {
    width: 50%;
    float: left;
    position: relative;
}
.splitscreen .elbemap {
    height: 100%;
}
.autorenfotos {
    position: absolute;
    transform: translate(-50%);
    bottom: -80px;
    text-align: center;
    left: 50%;
}
.autorenfoto {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0 -11px;
    text-align: center;
    background-size: cover;
    position: relative;
}
.autorenfoto:nth-child(1) {z-index: 5;}
.autorenfoto:nth-child(2) {z-index: 4;}
.autorenfoto:nth-child(3) {z-index: 3;}
.autorenfoto:nth-child(4) {z-index: 2;}
.autorenfoto:nth-child(5) {z-index: 1;}
.autor {
    text-align: center;
    margin: 20px 0;
}



/* Themenseite */
.headeranimation {
    position: relative;
}
#headeranimationvideo_mobile{
  display: none;
}
.mobileplay {
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0,0.7);
    z-index: 41;
    position: absolute;
    top: 22%;
    left: calc(50% - 35px);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 68px;
    font-size: 28px;
    cursor: pointer;
    padding-left: 5px;
    display: none;
}
.replay {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    display: none;
    transition: 0.4s;
}
.replay:hover {
    background-color: rgba(255,255,255,0.5);
    transform: rotate(-45deg);
}
#title_headeranimation {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.page-template-themenseite h1 {
    text-align: left;
}
.content_extended{
  display: none;
}
.btn_weiterlesen_icon, .btn_karte_icon {
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}
.themenmap {
  display:none;
}

/* TEASER */
.teaser{
    position: relative;
}
.streifen {
    height: 4px;
}
.indicator {
    position: absolute;
    margin: 7px 8px 0 12px;
    color: #fff;
    float: left;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
    top: 4px;
}
.teaser .autorenfotos {
    position: relative;
    bottom: 35px;
    float: right;
    width: auto;
    margin: 0 32px -35px;
    transform: none;
    left: 0;
}
.teaser .autorenfoto {
    width: 70px;
    height: 70px;
    bottom: auto;
    left: auto;
    border-width: 3px;
}
.teaser .autor {
    font-size: 0.9em;
    margin: 10px 0 -5px 0;
    text-align: left;
}
.teasertitel {
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    display: block;
    font-size: 1.35em;
    padding: 15px 0 5px;
}
.rb-teaser-container {
  margin-top:-170px;
}
.teaser p {
    margin-bottom: 10px;
}

/* Related Content */
.related_content_title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.9em;
}

/* SINGLE */

.rb-single-header-image {
  width:100%;
  height:400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.datum {
    font-weight: bold;
    font-style: normal;
    font-size: 0.87em;
}

.vorspanntext{
  font-style: italic;
  font-size: 1.2em;
}

/* Personenregister */
.eingerueckt {
    padding-left: 60px;
}
.eingerueckt a {
    margin: 11px 0 4px;
    display: inline-block;
    border: none;
}
.register_buchstabe {
    width: 60px;
    float: left;
    font-size: 38px;
    font-style: italic;
    top: -5px;
    position: relative;
}

/* Audioplayer */

#audioplayer{

}

#pButton{
    height:70px;
    width: 70px;
    border:2px solid white;
    border-radius: 50%;
    cursor: pointer;
    background-color:transparent;
    display:block;
    color:white;
    margin:0 auto;
}
#pButton:before {
  font-size: 30px;
  display: block;
  margin-top:calc(50% - 15px);
}
#audioplayer .icon-play:before {
  margin-left:5px;
}
.lines {
  position: relative;
  height:20px;
  margin-top: 20px;
}
#timeline{
    width: 100%;
    float: left;
    position: relative;
    height:20px;
}
#playline {
  height:10px;
  position: absolute;
  border-bottom:2px solid white;
  top:0;
  width:100%;
}
#playhead{
  width: 1px;
  height: 1px;
  cursor:pointer;
}
#playhead-button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 1px;
  background: white;
  margin-left:-7px;
}
#playhead-button:hover {
  height:18px;
  width:18px;
  margin-top:-1px;
}


/* QUIZ */
.quiz {
    margin-bottom: 60px;
    hyphens: none;
}
.quiz_frage {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 30px 0;
}
.quiz_antwort {
    background-color: #e9e9e9;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 20px 30px 23px;
    text-align: center;
    cursor: pointer;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.quiz_antwort:hover {
    opacity: 0.6;
}
.quiz_antwort_checked.quiz_antwort_richtig {
    background-color: #d5f1b5;
}
.quiz_antwort_checked.quiz_antwort_falsch {
    background-color: #fd9191;
}
.quiz_antwort.quiz_antwort_checked:hover,
.quiz_ende .quiz_antwort.quiz_antwort_richtig{
  opacity: 1;
}
.quiz_ende .quiz_antwort{
  opacity: 0.3;
}


/* Schmetterling bei Quiz */
.schmettikreis {
    width: 100%;
    height: 0px;
    background: #000;
    position: relative;
    z-index: 1;
    transform: rotateZ(-23deg);
    top: 140px;
}
.schmetti_richtig {
    animation: schmetti_fliegt 3s;
}
@keyframes schmetti_fliegt {
  0%   { transform: rotateZ(-23deg); }
  100%   { transform: rotateZ(-383deg); }
}
.schmetti_richtig .schmetti_f_l {
    animation: schmetti_richtig_l 0.25s infinite linear;
}
.schmetti_richtig .schmetti_f_r {
    animation: schmetti_richtig_r 0.25s infinite linear;
}
@keyframes schmetti_richtig_l {
  25%   { transform: rotateY(-70deg); }
  75%   { transform: rotateY(80deg); }
}
@keyframes schmetti_richtig_r {
  25%   { transform: rotateY(70deg); }
  75%   { transform: rotateY(-80deg); }
}
.schmetti {
    width: 225px;
    height: 144px;
    background-image: url('images/schmetti_k.png');
    background-repeat: no-repeat;
    background-size: 54px auto;
    background-position: 48.3% top;
    right: -150px;
    top: 20px;
    position: absolute;
    overflow: initial;
    z-index: 1;
    perspective: 400px;
    transform-style: preserve-3d;
}
.schmetti > div {
    width: 107px;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    position: absolute;
    transition: 0.5s;
}
.schmetti_f_l {
    height: 110px;
    background-image: url('images/schmetti_f_l.png');
    transform-origin: 100% 50%;
    animation: schmetti_atmen_l 5s infinite;
}
.schmetti_f_r {
    height: 112px;
    background-image: url('images/schmetti_f_r.png');
    transform-origin: 0% 50%;
    right: 0;
    animation: schmetti_atmen_r 5s infinite;
}
@keyframes schmetti_atmen_l {
  0%   { transform: rotateY(0); }
  60%   { transform: rotateY(0); }
  70%   { transform: rotateY(-10deg); }
  90%   { transform: rotateY(25deg); }
  100%   { transform: rotateY(0); }
}
@keyframes schmetti_atmen_r {
  0%   { transform: rotateY(0); }
  60%   { transform: rotateY(0); }
  70%   { transform: rotateY(10deg); }
  90%   { transform: rotateY(-25deg); }
  100%   { transform: rotateY(0); }
}

.schmetti_falsch{
    animation: schmetti_falsch 0.2s 4;
}
@keyframes schmetti_falsch {
  0%   { transform: rotateZ(0); }
  33%   { transform: rotateZ(-2deg); }
  66%   { transform: rotateZ(2deg); }
  100%   { transform: rotateZ(-0); }
}

/* KOMMENTARE */

#commentform label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 12px 0 7px;
    display: block;
}
input[type="text"], input[type="email"], input[type="url"], textarea {
    font-family: 'PT_Sans', sans-serif;
    padding: 10px 14px;
    border: 2px solid #c5c5c5;
    background-color: #f9f9f9;
    font-size: 18px;
    width: calc(100% - 10px);
    -webkit-appearance: none;
    appearance: none;
}
.comment-form-email {
    padding-left: 10px;
}
#email {
    width: 100%;
}
textarea {
    width: 100%;
    min-height: 110px;
}

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
  border: none;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 0.9em;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.comment-list .children {
    margin-left: 65px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  /* text-align: right; */
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 14px;
}
.comment-form-author, .comment-form-email {
    width: 50%;
    float: left;
}
.comment-form-comment {
  margin:0 0 10px 0;
}
.comment-form-attachment label, .comment-form-attachment input {
  display:none;
}
.comment-form #labelfile {
  display: block;
  background-color: #f9f9f9;
  width: auto;
  border: 2px solid #c5c5c5;
  padding: 5px 10px;
  line-height: 20px;
  float: left;
  cursor: pointer;
  font-size: 14px;
}
.comment-form #labelfile:hover {
  background-color: #e0e0e0;
}

.comment-form #file-upload-filename {
  float:left;
  margin:5px 10px;
  line-height: 20px;
  font-size: 14px;
}
.comment-form #spanfile {
  margin:10px 0;
  font-size: 14px;
  clear:both;
  display:block;
  padding-top:10px;
}

/* LIEBLINGSORTE */
.lieblingsorte-container  {
  hyphens:auto;
  position: relative;
  margin-bottom: 50px;
}
.lieblingsorte-container h3, .lieblingsorte-container span, .lieblingsorte-container p {
  margin:10px 0;
  display: block;
  width:auto;
}
.lieblingsorte-container .streifen {
  height: 4px;
  width: 100%;
  position: absolute;
  left:0;
  z-index: 1;
}
.lieblingsorte-container .aside {
  background-color:white;
  padding:0 0 100px 0;
  float:right;
  min-height:100vh;
  margin:0;
}
.lieblingsorte-container .aside.active {
  margin-left:66.66%
}
.lieblingsorte-container .elbemap {
  height:100vh;
  margin:0;
}
.lieblingsorte-container .elbemap.active {
  position: fixed;
  top:0;
}
.lieblingsorte-container .elbemap.active2 {
  position: absolute;
  bottom:0;

}
.lieblingsorte-container .elbemap .leaflet-popup-content{
  width:auto !important;
  white-space: nowrap;
}
.lieblingsorte-titel {
  padding:50px 30px 30px 30px;
}
.lieblingsorte-titel.unsichtbar {
  display: none;
}
.lieblingsorte-titel h1 {
  margin:10px 0;
}
.lieblingsorte-liste {
  list-style-type: none;
  margin:0;
  padding:0;
}
.lieblingsorte-liste.unsichtbar {
  display: none;
}
.lieblingsorte-liste p, .lieblingsorte-liste span {
  font-size: 16px;
  width:calc(100% - 120px);
}
.lieblingsorte-liste li {
  border-top:1px solid grey;
  margin:0;
  padding:5px 30px;
  cursor:pointer;
  overflow: hidden;
}
.lieblingsorte-liste li:hover {
  background-color:#f2f2f2;
}
.lieblingsorte-liste img {
  width:100px;
  float:right;
  margin:20px 0;
}
.lieblingsorte-einzelseite {
  width:100%;
  position: relative;
}
.lieblingsorte-einzelseite > div {
  background-color: white;
  display:none;
  min-height:100%;
}
.lieblingsorte-einzelseite > div.sichtbar {
  display:block;
}
.lieblingsorte-einzelseite-content {
  padding:30px;
}
.lieblingsorte-x {
  width:40px;
  height:40px;
  background-color:white;
  border-radius: 50%;
  position: absolute;
  top:30px;
  right:30px;
  background-image: url('images/cross-orange.svg');
  background-repeat: no-repeat;
  background-size:contain;
  cursor:pointer;
  z-index:1;
}
.lieblingsorte-x:hover {
  background-color:#f2f2f2;
}
.btn-lieblingsorte {
  z-index:500;
  position: absolute;
  bottom:30px;
  left:calc(50% - 110px);
}
.lieblingsorte-eintragen {
  padding:30px;
  display: none;
}
.lieblingsorte-eintragen.sichtbar {
  display: block;
}

/* FOOTER */
.sprechblasenzipfel {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 18px);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><polygon points='36 36 0 0 36 0 36 36' style='fill:%23cf4730'/></svg>");
    background-size: cover;
}
.raupe_outer {
    overflow: hidden;
    margin: -30px auto -90px;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
}
.raupe {
    background-image: url('images/rauptier.png');
    background-size: contain;
    width: 460px;
    height: 102px;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
}
.move-area {
    width: 37px;
    height: 25px;
    right: 176px;
    position: absolute;
    top: 47px;
}
.eye {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    background: #fff;
}
.eye + .eye {
    margin-left: 6px;
}
.eye::after {
    position: absolute;
    bottom: 6px;
    right: 3px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    content: " ";
}
.raupenmund {
    position: absolute;
    width: 15px;
    height: 21px;
    background-color: #202020;
    border-radius: 50%;
    right: 186px;
    top: 68px;
    transform: rotate(-29deg);
    display: none;
}
body > footer {
    background-color: #e5f1d9;
    color: #404448;
    padding: 50px 0 0;
    margin-top: 20px;
    font-size: 17px;
    background-image: url(images/footer-gras.jpg);
    background-size: 960px auto;
    background-repeat: repeat-x;
    background-position: center top;
}
.footer_section_title {
    font-weight: bold;
    font-size: 0.88em;
    letter-spacing: 0.025em;
}
footer ul {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
}
footer ul li {
    margin-bottom: 7px;
}
footer a {
  color:#404448;
}
footer .logos ul li {
  height:100px;
  width:auto;
  float:left;
  margin-right:5%;
  background-color:white;
}
footer .logos ul li img {
  width:auto;
  height:100%;
}


#backtotop {
    display: block;
    width: 54px;
    height: 54px;
    right: 20px;
    border-radius: 50%;
    position: fixed;
    cursor: pointer;
    background-color: #e5f1d9;
    bottom: 20px;
    padding-top: 18px;
    display: none;
    text-align: center;
    z-index:5;
}

.sources {
    font-size: 0.8em;
    color: #656565;
}
.link_bildquellen {
    text-decoration: underline;
    cursor: pointer;
}
.info-abschaltung {
  font-size: 15px;
  padding: 18px 23px;
  background-color: #ffe683;
  text-align: center;
}

/* MEDIA 1200 */
@media only screen and (max-width: 1200px) {
  .start_willkommen {
    width:40%;
    left:15px;
  }
  #title_headeranimation {
      position: relative;
  }
  #title_headeranimation .row > div {
      margin-bottom: 15px;
  }
}
/* MEDIA 992 */
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 2.2em;
  }
  .rbz-logo {
    margin:0;
  }
  .schraege {
    height: 120px;
  }
  .rb-teaser-container {
    margin-top: -110px;
  }
  .col-md-8 .wp-caption.alignright, .col-md-8 img.alignright {
      margin-left: 0;
      right: 0;
  }
  .col-md-8 .wp-caption.alignleft, .col-md-8 img.alignleft {
      margin-right: 0;
      left: 0;
  }
  .col-md-8 .wp-caption.alignleft, .col-md-8 img.alignleft, .col-md-8 .wp-caption.alignright, .col-md-8 img.alignright {
      width: 100% !important;
      position: relative;
      margin-bottom: 25px;
  }
  .quiz {
    overflow: hidden;
    width: calc(100% + 30px);
    padding: 160px 15px 70px;
    left: -15px;
    position: relative;
    margin-bottom: 0;
  }
  .schmettikreis_outer {
    transform: rotateZ(-69deg) scale(0.7);
    position: relative;
    top: 34px;
    left: -92px;
    z-index: 1;
    width: 100%;
}
   .schmettikreis {
    width: 400px;
    left: calc(50% - 200px);
}
  .schmetti {
      right: -111px;
      top: -70px;
    }


  .lieblingsorte-container .aside.active {
      margin-left:0;
    }
  .lieblingsorte-container .elbemap {
      height:50vh;
      margin:0;
    }
  .lieblingsorte-container .elbemap.active {
      position: relative;
    }
  .lieblingsorte-container .elbemap.active2 {
      position: relative;
    }
  .lieblingsorte-container .aside  {
    padding:0;
  }
  .lieblingsorte-einzelseite > div {
    position: fixed;
    top: 0;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: 0;
  }
  body.lieblingsort-geoeffnet {
    overflow: hidden;
  }
}

/* MEDIA 768 */
@media only screen and (max-width: 768px) {
  .start_willkommen {
    position: relative;
    width:100%;
    left:0;
    padding:30px 15px;
  }
  .start_willkommen p {
    font-size: 18px;
  }

  .schraege {
    height: 100px;
  }
  .rb-teaser-container {
    margin-top: -90px;
  }
  #title_headeranimation {
      margin-top: 10px;
  }
}
/* MEDIA 576 */
@media only screen and (max-width: 576px) {

  #headeranimationvideo{
    display: none;
  }
  #headeranimationvideo_mobile{
    display: block;
  }
  .mobileplay {
    display: block;
  }
  .split-50 {
      width: auto;
      float: none;
  }
  .autorenfotos {
      bottom: -55px;
  }
  .autorenfoto {
      width: 100px;
      height: 100px;
  }
  .autor {
      margin-top: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  .wp-caption.alignright, img.alignright, .wp-caption.alignleft, img.alignleft {
      float: none;
      width: 100% !important;
      margin: 0 0 30px;
  }
  .wp-caption {
      margin: 0 0 30px;
  }

  .comment-form-author, .comment-form-email {
      width: 100%;
      float: none;
      padding: 0;
  }
  input[type="text"], input[type="email"], input[type="url"], textarea {
      width: 100%;
  }
}
/* MEDIA 576 ??? */
@media (min-width: 576px) {
    .container {
        max-width: 1140px!important;
    }
}
