
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  line-height: 20px;
}

.row-fluid {
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361702%;
}
.row-fluid .span10 {
  width: 82.978723404%;
}
.row-fluid .span9 {
  width: 74.468085106%;
}
.row-fluid .span8 {
  width: 65.957446808%;
}
.row-fluid .span7 {
  width: 57.44680851%;
}
.row-fluid .span6 {
  width: 48.936170212%;
}
.row-fluid .span5 {
  width: 40.425531914%;
}
.row-fluid .span4 {
  width: 31.914893617%;
}
.row-fluid .span3 {
  width: 23.404255319%;
}
.row-fluid .span2 {
  width: 14.893617021%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}

.fill {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.inline {
  display: inline-block;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > .pull-right {
  float: right;
}

.nav-pill:before, .nav-pill:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-pill:after,
.nav-pills:after {
  clear: both;
}

.nav-pill > li,
.nav-pills > li {
  float: left;
}

.nav-pill > li > a,
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  line-height: 14px;
  border-radius: 5px;
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  padding-left: 0;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager .next > a, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager .previous > span {
  float: left;
}

.hidden-phone {
  display: block;
}

.hidden-tablet {
  display: block;
}

.hidden-desktop {
  display: none;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (max-width: 767px) {
  .hidden-phone {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .row-fluid [class*=span] {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-tablet {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
}
@media (min-width: 980px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  margin: 0 auto;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/assets/bg_direction_nav-746b5328c33fa46b408e7a2ff7d315e13d2a48f68a79e1838fc1cb47d7d9fed0.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  /*opacity: 0;*/
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

/*.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}*/
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
@font-face {
  font-family: "Raleway";
  src: url(/assets/Raleway-SemiBold-9115918496cb87a234583161366329143474a1dfe31d6df075327e726c0a6ed4.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url(/assets/Raleway-ExtraBold-0ef520ca4f1af66599f4b0844bee94d4c085c77566a8934901b9b1fedd521dfb.ttf) format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url(/assets/Raleway-Black-23138a577dfc1bab927cab397f6a9ec81b51cc9d5ae4f25ed2f403e51654ab97.ttf) format("truetype");
  font-weight: 900;
}
/********************************
* colors
*/
/********************************
* transparent-colors
*/
/********************************
* layout
*/
html {
  height: 100%;
}

html body {
  background: #ecf0f1;
  color: #34495E;
  line-height: 1.35em;
  font-size: 0.95em;
  height: 100%;
  margin: 0 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

html img {
  background: #ecf0f1;
}

body .wrapper {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
}

p.umbruch-bis-bildende:after {
  content: "";
  display: block;
  clear: both;
}

p.umbruch-bis-bildende {
  margin-bottom: 0px;
}

div#content {
  background-color: #ecf0f1;
  margin-bottom: 40px;
  position: relative;
}

div#searches form {
  margin: 40px 0 0 0;
}

a, a:active, a:hover, a:link, a:visited {
  outline: none !important;
  text-decoration: none !important;
}

.max-size {
  max-width: 1280px;
  margin: 0 auto;
}

p.align-right {
  text-align: right;
}

h2 {
  margin-top: 0px;
}

header {
  margin: 10px 0 10px 0;
}
header h1 {
  font-weight: 400;
  margin: 0;
  padding: 0px 0 0 0;
  line-height: 100%;
}
header h2 {
  font-weight: 400;
  font-size: 1.15em;
  color: #b0b5b5;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 100%;
}
header img {
  float: left;
  height: 4.5em;
  margin-right: 5px;
}
header div#header-dasrotewien div#header-dasrotewien-title img, header div#header-waschsalon div#header-dasrotewien-title img {
  background: none;
  border-radius: 0;
  border: none;
}
header div#header-dasrotewien div#header-dasrotewien-title h2, header div#header-waschsalon div#header-dasrotewien-title h2 {
  font-size: 1.12em;
}
header div#header-dasrotewien div#header-dasrotewien-subtitle, header div#header-waschsalon div#header-dasrotewien-subtitle {
  min-height: 1.15em;
}
header div#header-dasrotewien div#header-dasrotewien-subtitle h2, header div#header-waschsalon div#header-dasrotewien-subtitle h2 {
  font-size: 1.12em;
}
header div#header-waschsalon {
  text-align: right;
}
header div#header-waschsalon img {
  float: right;
}

.topbar-numbers {
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.topbar {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -75px;
}

.push {
  height: 125px;
}

/********************************
* main-content
*/
#header-dasrotewien-title {
  margin-bottom: 10px;
}

/********************************
* sidebar
*/
h2.arrow-container {
  font-size: 26px;
  line-height: 0.9em;
}

li.previous a:before {
  display: inline;
  content: url(/assets/arrow_li_transparent-d92de40253e5bedfa7322e6a73e202e465d02388bc0509c3394f2f1b9393189a.png);
  height: 18px;
  width: 19px;
  line-height: 40px;
}

li.next a:after {
  display: inline;
  content: url(/assets/arrow_re_transparent-d018ee4b316d061d95f320498cf56d5485afc44266826fdaf9b874d0f19c9135.png);
  height: 18px;
  width: 19px;
  line-height: 40px;
}

h2.arrow-container:before {
  display: inline;
  content: url(/assets/lex_pfeil-e1987c31761e28833482ecaa01bca1b8c340e4e8d54668fbda63d53a9583667e.gif);
  height: 18px;
  width: 19px;
  line-height: 40px;
}

.arrow-font-wrapper {
  display: inline-table;
  height: 19px;
  padding-left: 3px;
}

.arrow-font-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}

#sidebar {
  font-size: 0.9em;
}
#sidebar ul {
  list-style: none;
  margin: 0 0 10px 25px;
  padding-left: 0;
}
#sidebar h1:before {
  display: inline;
  content: url(/assets/lex_pfeil-e1987c31761e28833482ecaa01bca1b8c340e4e8d54668fbda63d53a9583667e.gif);
  height: 18px;
  width: 19px;
}
#sidebar .back-nav h1:before {
  content: url(/assets/lex_pfeil_back-a2067adefaeb0b5281a2214054148096df04eba4a5cefc198e512b53645ac3c3.png);
}
#sidebar .side-header-wrapper {
  display: inline-table;
  height: 19px;
  padding-left: 10px;
}
#sidebar .side-header-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
#sidebar h1, #sidebar h1 a {
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ED1D24;
  font-weight: bold;
  line-height: 20px;
}
#sidebar li {
  padding-left: 10px;
}

/********************************
* article
*/
h1#keyword, article div#article-header .article-header-info h1#keyword {
  font-size: 15em;
  line-height: 100%;
  text-align: right;
  position: absolute;
  font-weight: 900;
  right: -15px;
  bottom: 0px;
}
h1#keyword a:link, h1#keyword a:link, h1#keyword a:visited, article div#article-header .article-header-info h1#keyword a:link, article div#article-header .article-header-info h1#keyword a:link, article div#article-header .article-header-info h1#keyword a:visited {
  color: #FAFAFA;
}
h1#keyword a:hover, h1#keyword a:active, article div#article-header .article-header-info h1#keyword a:hover, article div#article-header .article-header-info h1#keyword a:active {
  color: #34495E;
}

article div#article-header {
  background: #ED1D24;
  color: #FAFAFA;
  padding: 0;
  margin: 0;
  min-height: 192px;
  overflow: hidden;
  position: relative;
}
article div#article-header #article-header-title, article div#article-header #article-header-image, article div#article-header #article-header-keyword {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
article div#article-header #article-header-keyword {
  display: none;
}
article div#article-header h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 100%;
}
article div#article-header h2.small-header {
  font-size: 12px;
}
article div#article-header #article-header-info {
  position: relative;
}
article div#article-header #article-header-info h1 {
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 800;
  line-height: 100%;
}
article div#article-header #article-header-image img {
  position: relative;
  border: none;
  border-radius: 0;
  min-height: 192px;
  width: auto;
}
article div#article-header #article-header-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  height: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
article div#article-header #article-header-title .pull-left {
  height: 192px;
  display: table;
  float: none;
}
article div#article-header #article-header-title .pull-left .headline-title-wrapper {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  article div#article-header #article-header-title, article div#article-header #article-header-image, article div#article-header #article-header-keyword {
    text-align: left;
    width: 50%;
    float: left;
  }
  article div#article-header #article-header-title {
    display: table;
    margin-bottom: 0px;
    height: 192px;
  }
  article div#article-header #article-header-title .headline-title-wrapper {
    display: table-row;
    vertical-align: middle;
  }
  article div#article-header #article-header-title .headline-title-wrapper #headline-title-inner-wrapper {
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
  }
  article div#article-header #article-header-title .headline-title-wrapper #headline-title-inner-wrapper h1 {
    word-break: break-word;
    font-size: 32px;
    line-height: 1.25;
  }
  article div#article-header #article-header-title .headline-title-wrapper #headline-title-inner-wrapper h1.small-header {
    font-size: 21px;
    line-height: 27px;
  }
  article div#article-header #article-header-image img {
    display: block;
    float: right;
  }
}
@media (min-width: 979px) {
  article div#article-header #article-header-keyword {
    display: block;
  }
  article div#article-header #article-header-keyword #keyword-wrapper {
    width: 100%;
  }
  article div#article-header #article-header-title, article div#article-header #article-header-image, article div#article-header #article-header-keyword {
    width: 33.333333%;
  }
  article div#article-header #article-header-title.no-image, article div#article-header #article-header-keyword.no-image {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  article h1#keyword {
    font-size: 13em;
  }
}
div#article-content {
  padding: 20px;
  font-size: 13px;
  line-height: 1.4em;
}

span.highlight {
  color: red;
}

p.small {
  font-size: 90%;
}

.fa.bold {
  font-weight: bold;
}

/********************************
* links ( Inklusive nicht aktive Links der Landing page)
*/
#landing-row-2 h2 {
  color: #ED1D24;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #ED1D24;
}

a:hover, a:active {
  color: #ED1D24;
  text-decoration: none;
}

#article-content.page-content a, #article-content.page-content a:link a:visited, #sidebar a, #sidebar a:link a:visited {
  color: #103985;
}
#article-content.page-content a:hover, #article-content.page-content a:active, #sidebar a:hover, #sidebar a:active {
  color: #103985;
}

/********************************
* keyword-list
*/
nav.keyword-container {
  text-align: center;
  background: #abafba;
  margin: 0;
  padding: 15px 10px;
  line-height: 2.2em;
  font-weight: bold;
}
nav.keyword-container a, nav.keyword-container a:link, nav.keyword-container a:visited {
  color: #FAFAFA;
}
nav.keyword-container a:hover, nav.keyword-container a:active {
  color: #ED1D24;
}
nav.keyword-container a.keyword-item-active, nav.keyword-container a.keyword-item-active:link, nav.keyword-container a.keyword-item-active:visited {
  color: #ED1D24;
}
nav.keyword-container a.keyword-item-active:hover, nav.keyword-container a.keyword-item-active:active {
  color: #BF0000;
}

ul.keyword-list {
  list-style: none;
  margin: 0 auto;
  line-height: 1.3;
}
ul.keyword-list li.keyword-list-item {
  display: inline;
  padding: 0 1%;
}
ul.keyword-list li.keyword-list-item h2 {
  display: inline;
  font-size: 1.8em;
  font-weight: 900;
}

div#keyword-header {
  background: #ED1D24;
  color: #FAFAFA;
  padding-left: 20px;
  min-height: 192px;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}
div#keyword-header .keyword-img {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  min-width: 406px;
  min-height: 192px;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
}
div#keyword-header h1#keyword {
  position: absolute;
  left: auto;
  right: -15px;
  top: 10px;
  bottom: auto;
  transform: none;
  margin: 0;
  line-height: 100%;
  text-align: right;
  font-weight: 900;
  text-shadow: none;
}

/********************************
* keyword overview
*/
ul.keywords {
  list-style: none;
}
ul.keywords li {
  line-height: 2em;
}
ul.keywords a {
  font-size: 1.1em;
  color: #34495E;
}
ul.keywords a:hover {
  color: #ED1D24;
}
ul.keywords span.fa.fa-eye {
  padding: 0 5px 0 0;
  display: none;
}
ul.keywords span.fa.fa-eye.hover {
  display: inline;
  padding: 0 5px 0 0;
  color: #34495E;
}

/********************************
* accordion
*/
div.accordion-group {
  border: 1px solid #abafba;
  margin-bottom: 10px;
}
div.accordion-group a, div.accordion-group a:link a:visited, div.accordion-group a:hover, div.accordion-group a:active {
  color: #ED1D24;
}
div.accordion-group .accordion-heading {
  padding: 10px 20px;
  font-size: 1.1em;
  background-color: #abafba;
}
div.accordion-group .accordion-inner {
  position: relative;
  background: #FAFAFA;
  background: rgba(241, 241, 241, 0.4);
  color: #212931;
  padding: 20px;
  padding-right: 65px;
  font-size: 1em;
}
div.accordion-group .accordion-inner a, div.accordion-group .accordion-inner a:link a:visited {
  background-color: #ED1D24;
  color: #FAFAFA;
}
div.accordion-group .accordion-inner a:hover, div.accordion-group .accordion-inner a:active {
  background-color: #BF0000;
  color: #FAFAFA;
}
div.accordion-group .accordion-inner p.align-right {
  margin: 10px 0 0 0;
}

/********************************
* forms
*/
input[type=text]:focus {
  border-color: #abafba;
}

.checkbox input,
.radio input {
  opacity: 1;
  filter: alpha(opacity=1);
  zoom: 1;
}

.search-form {
  background-color: #eceff1;
  background-color: #FAFAFA;
  padding: 0;
  position: relative;
}
.search-form .control-group {
  margin-bottom: 6px;
  position: relative;
}
.search-form .search-field {
  border-color: transparent;
  font-size: 17px;
  text-indent: 3px;
  width: 93%;
  padding: 3%;
  margin: 0;
}
.search-form .search-field-icon {
  font-size: 25px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -13px;
  color: #abafba;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.search-form .search-field-icon:hover {
  color: #BF0000;
}

/********************************
* keyword search autocomplete
*/
.ac-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 1px 0 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  border: 1px solid #34495E;
  border-radius: 3px;
  max-height: 320px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.ac-item {
  padding: 7px 14px;
  cursor: pointer;
  color: #34495E;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ac-item strong {
  color: #ED1D24;
  font-weight: 700;
}

.ac-item:hover,
.ac-item.is-active {
  background: #34495E;
  color: #FFF;
}

.ac-item:hover strong,
.ac-item.is-active strong {
  color: #FFF;
}

#gallery_teaser p, #walks_teaser p {
  color: #212931;
}

.single-landing-teaser a {
  width: 100%;
  text-align: left;
}
.single-landing-teaser a p {
  margin-top: 0px;
}
.single-landing-teaser a img {
  width: 100%;
  height: auto;
}
.single-landing-teaser .single-landing-teaser-image-wrapper {
  height: 120px;
  width: 100%;
  overflow: hidden;
}

/********************************
* gallery
*/
#gallery-header {
  background: #ED1D24;
  color: #FAFAFA;
  padding: 0;
  margin: 0;
  min-height: 192px;
}
#gallery-header .gallery-header-keyword {
  position: relative;
  overflow: hidden;
  min-height: 193px;
  float: right;
}
#gallery-header #gallery-header-info {
  display: table;
  vertical-align: middle;
  padding: 20px;
  margin-bottom: 0;
  height: 193px;
}
#gallery-header #gallery-header-info #gallery-title-wrapper {
  display: table-row;
}
#gallery-header #gallery-header-info #gallery-title-wrapper #gallery-header-inner-wrapper {
  vertical-align: middle;
  display: table-cell;
}
#gallery-header #gallery-header-info #gallery-title-wrapper #gallery-header-inner-wrapper h1 {
  font-size: 32px;
  font-weight: 200;
  margin: 10px 0;
}
#gallery-header #gallery-header-info #gallery-title-wrapper #gallery-header-inner-wrapper h2 {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 100%;
}

.flexslider#carousel {
  margin: 20px 0 20px 0;
}
.flexslider#carousel li {
  padding-right: 10px;
}

.flexslider .slides img {
  float: right;
}

.flexslider-master .slides img {
  width: auto;
  max-width: 140px;
  height: 100px;
  float: none;
  display: block;
}

.flexslider .slides .slider-caption {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.flexslider .slides .slider-caption p {
  margin-top: 1em;
  text-align: left;
}

.flex-viewport .slides .slider-text-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  z-index: 0;
}
.flex-viewport .slides img {
  z-index: 5;
}
.flex-viewport .slides .flex-active-slide .slider-text-container {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  transition: opacity 1.6s ease-in;
  -webkit-transition: opacity 1.6s ease-in-out;
  -moz-transition: opacity 1.6s ease-in;
  -ms-transition: opacity 1.6s ease-in;
  -o-transition: opacity 1.6s ease-in;
}

.flex-active-slide {
  margin: 0 auto;
}
.flex-active-slide .slider-text-container {
  display: block;
}
.flex-active-slide .slider-caption img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

/********************************
* walk
*/
#walk-header {
  background: #ED1D24;
  color: #FAFAFA;
  padding: 0;
  margin: 0;
  min-height: 192px;
}
#walk-header #walk-header-info {
  padding: 20px;
  height: 192px;
  display: table;
  margin-bottom: 0;
}
#walk-header #walk-header-info #walk-title-wrapper {
  display: table-row;
  vertical-align: middle;
}
#walk-header #walk-header-info #walk-title-wrapper #walk-title-inner-wrapper {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}
#walk-header #walk-header-info #walk-title-wrapper #walk-title-inner-wrapper h1 {
  font-size: 32px;
  font-weight: 200;
  padding: 0;
  display: block;
  line-height: 1em;
}
#walk-header #walk-header-info #walk-title-wrapper #walk-title-inner-wrapper h2 {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 0 8px;
  line-height: 100%;
}

ul.walks {
  list-style: none;
}
ul.walks a {
  font-size: 1.1em;
  color: #34495E;
}
ul.walks a:hover {
  color: #ED1D24;
}
ul.walks span.fa.fa-eye {
  padding: 0 5px 0 0;
  display: none;
}
ul.walks span.fa.fa-eye.hover {
  display: inline;
  padding: 0 5px 0 0;
  color: #34495E;
}

/********************************
* pager
*/
#article-pager ul.pager {
  display: inline-block;
  width: 100%;
  background: #abafba;
  color: #212931;
  font-size: 16px;
  font-weight: 700;
}
#article-pager li a {
  display: inline-block;
  font-weight: bold;
  color: #212931;
  padding: 9px 18px 10px 7px;
}

/********************************
* footer
*/
#footer {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
}
#footer h4 {
  line-height: 20px;
  font: 14px/1.231 "Lato", sans-serif;
  font-size: 0.95em;
}
#footer #footer-content .footer-padding {
  padding: 20px 20px 0 20px;
}
#footer img.footer-logo {
  height: 20px;
  margin-right: 5px;
  margin-top: 4px;
}
#footer .nav-pill > li {
  margin-left: 20px;
}
#footer .nav-pill > li a:hover, #footer .nav-pill > li a:active {
  background: none;
}

/********************************
* sidebar
*/
#sidebar li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

#sidebar-attachments li, #sidebar-galleries li {
  padding-bottom: 5px;
}
#sidebar-attachments li img, #sidebar-galleries li img {
  display: block;
  margin-right: 5px;
  max-width: 100px;
  width: auto;
  height: auto;
}

#sidebar-galleries li img {
  max-width: 230px;
  width: 100%;
}

.sidebar-attachment-title {
  display: inline-block;
}

#sidebar #back {
  margin-top: 20px;
}

/********************************
* sidebar
*/
.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 4px;
  overflow: hidden;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 6px 14px;
  line-height: 20px;
  text-decoration: none;
  border-left: 1px solid #34495E;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left: 0;
}

.pagination ul, .pagination ul > li > a, .pagination ul > li > span {
  background: #abafba;
  color: #FFF;
  border-color: #34495E;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background: #34495E;
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #FFF;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #34495E;
}

/********************************
* images
*/
img.left {
  float: left;
  margin: 0.2em 1em 1em 0;
}

img.right {
  float: right;
  margin: 0.2em 0 1em 1em;
}

/********************************
* flexslider
*/
.flex-horizontal .flexslider-master ul.slides li {
  cursor: pointer;
}
.flex-horizontal .flex-direction-nav a {
  margin-top: 0px;
  top: 0;
  height: 100%;
  width: 28px;
  zoom: 1;
}
.flex-horizontal .flex-direction-nav .flex-next {
  background-position: 100% 50%;
}
.flex-horizontal .flex-direction-nav .flex-prev {
  background-position: 0 50%;
}

/********************************
* overrides
*/
.big-row-spacing {
  margin-bottom: 30px;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

h4 {
  margin-bottom: 2px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.red {
  color: #ED1D24;
}

header img {
  max-height: 55px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.accordion-inner p.align-right.landing-arrow-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  width: auto;
}
.accordion-inner p.align-right.landing-arrow-btn a, .accordion-inner p.align-right.landing-arrow-btn a:link, .accordion-inner p.align-right.landing-arrow-btn a:visited {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  background-color: #ED1D24;
  border-radius: 3px;
}
.accordion-inner p.align-right.landing-arrow-btn a:hover, .accordion-inner p.align-right.landing-arrow-btn a:active {
  background-color: #BF0000;
}
.accordion-inner p.align-right.landing-arrow-btn i.fa-chevron-right {
  font-style: normal;
}
.accordion-inner p.align-right.landing-arrow-btn i.fa-chevron-right::before {
  content: "❯";
  color: #FAFAFA;
  font-size: 15px;
  font-weight: bold;
}

.landing-accordion-container {
  padding-right: 80px;
}

/* Sidebar for Mobiles  moves to bottom */
#mobile-sidebar li, #sidebar-links li, .sidebar-keywords li, #sidebar-attachments li, #sidebar-galleries li {
  list-style-type: none;
}

@media screen and (min-width: 1200px) {
  header h1 {
    font-size: 2.5em;
    padding: 0 0 0 0;
  }
  header h2 {
    font-size: 1.2em;
  }
  /********************************
  * forms
  */
  .search-form .control-group {
    margin-bottom: 6px;
    position: relative;
  }
  .search-form .search-field {
    font-size: 17px;
    text-indent: 3px;
    width: 93%;
    padding: 3%;
    margin: 0;
  }
}
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .slider-image-container img {
    height: auto !important;
  }
  header div#header-waschsalon {
    text-align: left;
    margin-top: 10px;
  }
  .row-fluid [class*=span4].inline {
    width: 31%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
  }
  .row-fluid [class*=span4].inline p {
    display: inline;
  }
  .row-fluid [class*=span4].inline + [class*=span4].inline {
    margin-left: 2.5%;
  }
}
/* Landscape phones and down */
#article-content .img-container::after {
  content: "";
  display: table;
  clear: both;
}

img {
  background: #DDD;
  border: none;
  border-spacing: 2px;
}

#header-image {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}

#site-search-form, #keyword-search-form {
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 0 5px 2px rgba(200, 200, 200, 0.9);
  -webkit-box-shadow: inset 0 0 5px 2px rgba(200, 200, 200, 0.9);
  box-shadow: inset 0 0 5px 2px rgba(200, 200, 200, 0.6);
  margin-bottom: 10px;
}

#keyword-search-form {
  margin-bottom: 0;
}

.search-form .search-field {
  background-color: transparent;
}

.literatur b, .literatur strong {
  color: #ED1D24;
}

.literatur {
  margin-top: 30px;
  font-size: 11px;
}

.einrückung {
  margin-left: 10%;
}

@media (min-width: 1200px) {
  .gedicht {
    margin-left: 400px;
  }
}
.zentrieren {
  text-align: center;
}

/********************************
* Mobile responsiveness
* General fixes so the whole site is usable on phones / small screens.
*/
ul.keyword-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-left: 0;
}

#article-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#article-content img {
  max-width: 100%;
  height: auto;
}

#sidebar,
#mobile-sidebar {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#sidebar a,
#mobile-sidebar a {
  word-break: break-word;
}

/* Phones and small tablets */
@media (max-width: 767px) {
  html body {
    margin: 0 10px;
  }
  nav.keyword-container {
    line-height: 1.2;
    padding: 10px 6px;
  }
  ul.keyword-list li.keyword-list-item {
    flex: 0 0 12.5%;
    min-width: 0;
    padding: 4px 0;
    text-align: center;
  }
  ul.keyword-list li.keyword-list-item h2 {
    font-size: clamp(18px, 6vw, 42px);
    white-space: nowrap;
  }
  header div#header-waschsalon {
    text-align: left;
  }
  header div#header-waschsalon img {
    float: left;
  }
  article div#article-header,
  #gallery-header,
  #walk-header {
    min-height: 0;
  }
  article div#article-header #article-header-image img {
    max-width: 100%;
    min-height: 0;
    height: auto;
    margin: 0 auto;
    float: none;
  }
  article div#article-header #article-header-title h1 {
    line-height: 1.2;
  }
  div#keyword-header {
    padding: 20px;
  }
  div#keyword-header .keyword-img {
    left: 0;
    bottom: 0;
    min-width: 0;
  }
  div#keyword-header h1#keyword {
    font-size: clamp(4.5em, 40vw, 13em);
    right: -0.07em;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    line-height: 1;
  }
  #article-content .img-container,
  #article-content .img-container .left,
  #article-content .img-container .right,
  #article-content img.left,
  #article-content img.right {
    float: none;
    width: auto;
  }
  #article-content img.left,
  #article-content img.right {
    display: block;
    margin: 0 0 1em 0;
  }
  article h1#keyword,
  article div#article-header .article-header-info h1#keyword {
    font-size: 4.5em;
  }
  #gallery-header #gallery-header-info,
  #walk-header #walk-header-info {
    height: auto;
  }
  #footer {
    display: block;
  }
  #footer .nav-pill {
    float: none;
  }
  #footer .nav-pill > li,
  #footer .nav-pill > li.pull-right {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 12px;
  }
}
/********************************
* transparent-colors
*/
.flex-time-container {
  position: relative;
  padding: 50px 0;
  background: url(/assets/bg_timeline-bc17186ddd0cc08b65980678679147ec90fb1530d0598eff9f0afe1993ae2eb0.png) repeat-y #abafba;
  background-size: contain;
}
.flex-time-container .flex-viewport {
  min-height: 355px !important;
  height: 800px !important;
}
.flex-time-container .flex-viewport img {
  width: 100%;
  max-width: 235px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.flex-time-container .flex-control-thumbs {
  width: 19% !important;
  float: right;
  margin: 0 !important;
}
.flex-time-container .flex-control-thumbs li {
  width: auto !important;
}
.flex-time-container .flex-direction-nav a {
  opacity: 1;
}
.flex-time-container #slider-nav1 .flex-prev {
  position: absolute;
  top: 33px;
  left: 30%;
  margin-left: -15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.flex-time-container #slider-nav1 .flex-next {
  position: absolute;
  top: 30px;
  left: 70%;
  margin-left: -15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.flex-time-container #slider-nav2 .flex-prev {
  position: absolute;
  top: 879px;
  left: 30%;
  margin-left: -15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.flex-time-container #slider-nav2 .flex-next {
  position: absolute;
  top: 876px;
  left: 70%;
  margin-left: -15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.flex-time-container ul#timeslides {
  margin: 0;
  padding: 0;
}
.flex-time-container #slider-nav1 ul.flex-direction-nav {
  margin: 0;
}
.flex-time-container #slider-nav2 ul.flex-direction-nav {
  margin: 0;
}

.time-content {
  position: relative;
  padding: 0 30px 30px 30px;
}

.time-title {
  position: absolute;
  bottom: 5px;
  right: 35px;
  color: white;
  font-weight: bold;
  font-size: medium;
}

.sociales {
  text-align: center;
  margin-bottom: 20px;
}

#timeline {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background: url(/assets/timeline/dot-73043fd64ddd97535ef342e025624ddd37887f15c5c7e972dde81a2f2b09f1b6.png) 3px top repeat-y #212931;
}

ul#dates {
  width: 30%;
  height: 100%;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#dates li {
  height: 100px;
  line-height: 100px;
  font-size: 1em;
  padding-left: 10px;
  background: url(/assets/timeline/biggerdot-1812b2b4988ae999106ce6c2a9c1a2ed24358945901d4dbfc5fb0ed4b4001c70.png) left center no-repeat;
}

#dates a, #dates a:link, #dates a:visited {
  line-height: 38px;
  padding-bottom: 10px;
  color: #abafba;
}
#dates a.selected {
  font-size: 1.2em;
  color: #FFF;
}
#dates a:hover, #dates a:active {
  color: #FFF;
}

#issues {
  width: 70%;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#issues a, #issues a:link, #issues a:visited {
  color: #FAFAFA;
}
#issues a:hover, #issues a:active {
  color: #BF0000;
}

#issues li {
  height: 800px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#issues li .content {
  display: inline-block;
  vertical-align: middle;
}

#issues li:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

#issues li.selected img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

#issues li img {
  float: left;
  #margin: 10px 30px 10px 50px;
  margin: 0 10% 20px 10%;
  width: 80%;
  height: auto;
  #margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE 6 & 7 */
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

#issues li h1 {
  color: #ffcc00;
  font-size: 48px;
  text-align: center;
  text-shadow: #000 1px 1px 2px;
}

#issues li p {
  font-size: 14px;
  margin: 10px 20px;
  font-weight: normal;
  line-height: 22px;
  text-shadow: #000 1px 1px 2px;
}

#grad_top,
#grad_bottom {
  width: 100%;
  height: 80px;
  position: absolute;
}

#grad_top {
  top: 0;
  background: -moz-linear-gradient(top, rgb(33, 41, 49) 0%, rgba(33, 41, 49, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(33, 41, 49)), color-stop(100%, rgba(33, 41, 49, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(33, 41, 49) 0%, rgba(33, 41, 49, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(33, 41, 49) 0%, rgba(33, 41, 49, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(33, 41, 49) 0%, rgba(33, 41, 49, 0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(33, 41, 49) 0%, rgba(33, 41, 49, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#grad_bottom {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(33, 41, 49, 0) 0%, rgb(33, 41, 49) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33, 41, 49, 0)), color-stop(100%, rgb(33, 41, 49))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(33, 41, 49, 0) 0%, rgb(33, 41, 49) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(33, 41, 49, 0) 0%, rgb(33, 41, 49) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(33, 41, 49, 0) 0%, rgb(33, 41, 49) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(33, 41, 49, 0) 0%, rgb(33, 41, 49) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#next,
#prev {
  position: absolute;
  left: 45%;
  font-size: 70px;
  width: 38px;
  height: 22px;
  background-position: 0 -44px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background-position: 0 0;
}

#next {
  bottom: 20px;
  background-image: url(/assets/timeline/next_v-8920ec74d767413114aa88d3198e629e1aa58fa1421ef8df1a437ad954afbbb1.png);
}

#prev {
  top: 20px;
  background-image: url(/assets/timeline/prev_v-a5ea051cb9ad9047d1d51a588a17b4035077d5302d4a358cfc0641117c8eb721.png);
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}
