@charset "UTF-8";
/**
 * Theme Name:	Top-Theme
 * Theme URI:
 * Description: Speziell angepasstes Theme für www.top-guide.at mit einer eigenen Kategorie »Führungen«.
 * Author:	Gabor Karsay
 * Author URI:
 * Text Domain: top-theme
 * Version:	1.05
 */
/** =I

 Inhaltsverzeichnis
 ––––––––––––––––––

 – Colors            C
 – Reset             R
 – Allgemein         A
 – Header            H
   – Sprachauswahl   S
   – Menü            M
 – Main              MM
 – Inhalt            I
 – Layouts           L
 – Buttons	     B
 – Boxen             B
 – Führungen         T
 – Footer            F
 – Kontakt,          K
   Formulare

// Extern: langswitch, fonts, header-media-query


 */
/** =C

 Colors – Farbdefinitionen
 –––––––––––––––––––––––––

 Austria-Guides-Rot  #f20000

 Blassrosa        #dc9785 12,40%,86%
 Helles Blaugrau  #e8ecef
 Royalblau        #3b3e4f
 Hellblau         #48afdb
 Topblau          #0f6676

 Farbpaletten
 ––––––––––––
 
 https://color.adobe.com/de/KnotJustNautical-color-theme-2565165/?showPublished=true
 Marineblau  #2c3e50
 Rot         #fc4349  
 Hellgrau    #d7dadb
 Hellblau    #6dbcdb
 Weiß

 */
/* Farbschema von paletton.com mit Austria-Guides-Rot aus Ausgangsfarbe

   http://paletton.com/#uid=7000I0kw0unkbBFpBx9yZo1ECiN

   0: Hauptfarbe
   1: ganz hell
   2: heller
   4: dunkler
   5: ganz dunkel
*/
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/* helles Blaugrau */
/* royalblau */
/* royalblau */
/*$header_bgcolor;*/
/** =R

 Reset
 –––––

 */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus {
  outline: 0; }

a:active {
  outline: none; }

body {
  line-height: 1;
  background: white; }

ol, ul {
  list-style: none; }

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

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

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

blockquote, q {
  quotes: "" ""; }

/** =A

 Allgemein
 –––––––––

 */
/* box-sizing: border-box für kleinere Bildschirmgrößen ohne overflow */
* {
  margin: 0;
  padding: 0;
  border: 0px none;
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  color: #555;
  /* Footer ganz unten halten */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh; }

.hide {
  display: none; }

.clear {
  clear: both; }

/* Text meant only for screen readers. Aus Twentyseventeen. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/** =H

 Header
 ––––––

 */
#header-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #074575;
  background: url("images/60-lines.png"), linear-gradient(#4D8AB8, #074575);
  border-bottom: 2px solid #aaa;
  box-shadow: 0 0.05em 0.25em rgba(0, 0, 0, 0.5);
  z-index: 5; }

/* Menü bleibt beim Runterscrollen sichtbar, nur wenn Browser `position: sticky` versteht. */
.csspositionsticky #header-bg {
  position: -webkit-sticky;
  position: sticky;
  top: -95px; }

.csspositionsticky .home #header-bg {
  top: -110px; }

header {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#logo {
  clear: both;
  text-align: center;
  width: 100%;
  color: white;
  padding-top: 20px;
  padding-bottom: 15px;
  /* for background image */
  background: url("images/linie-h1.png") bottom center no-repeat;
  background: url("images/linie-h1.svg") bottom center no-repeat; }

#logo h1 {
  font-family: 'Titel', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 45px;
  text-shadow: 0 -0.1em 0.1em rgba(0, 0, 0, 0.5); }

/** =S

 Sprachauswahl
 –––––––––––––

 */
#sprache {
  clear: both;
  float: right;
  width: auto;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ddd;
  margin-top: 5px; }

#sprache ul {
  list-style-type: none; }

#sprache li {
  display: inline;
  float: left;
  border: none;
  padding: 2px 8px 2px 0px;
  margin-left: 2px;
  margin-right: -6px; }

#sprache li.aktuell {
  color: #FFBB60; }

#sprache a {
  color: #ddd;
  background-color: transparent;
  text-decoration: none;
  transition: color 0.4s; }

#sprache a:hover {
  color: #ddd;
  text-decoration: underline; }

/* Langswitcher

 Box für Sprachauswahl (nur auf Switcher-Seite)

 abgewandelt nach einer Idee von Axel Köhler:
 http://codepen.io/axel1998/pen/RWOpXq

 */
.langswitch {
  /* Mit diesem Wert wird die Größe der ganzen Box bestimmt */
  font-size: 150%; }

.langswitch img {
  float: none !important; }

ul.langswitch {
  width: auto;
  display: inline-block;
  vertical-align: top;
  border-radius: .5em;
  border: 3px solid #0A5C9C; }

.langswitch li {
  background-color: white;
  color: black;
  transition: all .3s ease; }

.langswitch li {
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 0 1.5em;
  line-height: 3em;
  border-top: 1px solid #eee; }

.langswitch li:first-child {
  border: none;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.langswitch li:last-child {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.langswitch li:hover {
  background-color: #eee; }

.langswitch li img {
  margin-right: .5em; }

/** =M

 Menü
 ––––

 Für Wordpress-Menüs siehe:
 https://developer.wordpress.org/reference/functions/wp_nav_menu/

 Von Wordpress vergebene Classes (die interessanten):
 .menu-item-home		Menüpunkt ist Frontpage
 .current-menu-item		Aktueller Menüpunkt
 .current-menu-parent		Elternelement des aktuellen Menüpunkts
 .menu-item-has-children	Menüpunkt hat Untermenü
 .current-menu-ancestor		Kindelemente des aktuellen Menüpunkts

 */
.mainmenu {
  float: left;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-align: left; }

.mainmenu > ul {
  list-style-type: none;
  position: relative;
  right: 50%;
  float: right; }

.mainmenu > ul > li {
  display: inline;
  float: left;
  padding: .2em 0;
  position: relative;
  left: 50%; }

.mainmenu a {
  padding: 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.6em;
  display: block; }

.mainmenu > ul > li > a {
  color: white;
  transition: color 0.4s; }

.mainmenu a, .menu-icon {
  text-transform: uppercase; }

.mainmenu a:hover {
  text-decoration: none; }

/* responsive */
header .menu-icon {
  cursor: pointer;
  display: none;
  float: right;
  position: relative;
  /*user-select: none; not valid */ }

header .menu-icon .navicon {
  background: white;
  display: block;
  height: 2px;
  /* Dicke eines einzigen Balkens */
  width: 18px;
  /* Breite des Balkens */
  position: relative;
  transition: background .2s ease-out; }

header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

header .menu-icon .navicon:before {
  top: 5px;
  /* Abstand des unteren Balkens zum mittleren */ }

header .menu-icon .navicon:after {
  top: -5px;
  /* Abstand des oberen Balkens zum mittleren */ }

/* menu button */
header .menu-button {
  display: none; }

/* ------ */
header #site-navigation li {
  display: inline-block;
  padding: 10px 0 0;
  position: relative;
  /* wichtig für 3. Ebene */
  z-index: 20; }

header #site-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 0 3px 0 #aaa; }

/* 2. Ebene wird von unten nach oben eingeblendet */
header #site-navigation li:hover > ul {
  display: block;
  animation: menuLevel2Show 0.3s ease-out forwards;
  -webkit-animation: menuLevel2Show 0.3s ease-out forwards; }

@keyframes menuLevel2Show {
  0% {
    opacity: 0;
    margin-top: 30px; }
  10% {
    opacity: 0;
    margin-top: 30px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }
header #site-navigation li li {
  display: block;
  padding: 0; }

header #site-navigation > ul > li > ul > li {
  padding-right: 2em; }

header #site-navigation li li a {
  padding: 7px 25px;
  position: relative;
  white-space: nowrap; }

header #site-navigation li li.menu-item-has-children > a:before {
  position: absolute;
  right: -1em;
  /* möglich durch 2em padding weiter oben */
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: bold;
  content: ">";
  /*'\e60f';*/ }

header #site-navigation ul ul ul {
  left: 100%;
  top: 0; }

/* 3. Ebene wird von rechts nach links eingeblendet */
header #site-navigation ul ul li:hover > ul {
  display: block;
  animation: menuLevel3Show 0.3s ease-out forwards;
  -webkit-animation: menuLevel3Show 0.3s ease-out forwards; }

@keyframes menuLevel3Show {
  0% {
    opacity: 0;
    margin-left: 30px;
    margin-top: 0; }
  10% {
    opacity: 0;
    margin-left: 30px;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-left: 0px;
    margin-top: 0; } }
/* 1. Ebene */
header #site-navigation > ul > li > a:hover {
  color: #FFBB60; }

header #site-navigation > ul > li.current-menu-item > a {
  color: #FFBB60; }

/* 2. Ebene: Dropdown */
header #site-navigation li li {
  /* Inherit auf Ebenen darunter */
  background-color: white; }

header #site-navigation li li a {
  /* Inherit auf Ebenen darunter */
  color: #3b3e4f; }

/*
Andere Schriftfarbe bei Hover, brauchen wir nicht
header #site-navigation > ul > li > ul > li:hover > a,
header #site-navigation li li.current-menu-item a {
	color: $menu_2nd_other_color;
}*/
header #site-navigation > ul > li > ul > li:hover,
header #site-navigation li li.current-menu-item {
  background-color: #e8ecef; }

header #site-navigation ul,
header #site-navigation ul li:last-child {
  border-radius: 0 0 .5em .5em; }

/* Submenü-Indikator */
header #site-navigation li li.menu-item-has-children > a:before {
  color: #F28A00;
  font-size: 1.2em; }

header #site-navigation li li.menu-item-has-children:hover > a:before {
  color: #3b3e4f; }

/* 3. Ebene */
/* Inherit von 2. Ebene
header #site-navigation li li li a {
	background-color: white;
}
*/
header #site-navigation li li li:hover a,
header #site-navigation li li li.current-menu-item a {
  background-color: #e8ecef; }

@media only screen and (max-width: 650px) {
  html[lang=de] {
    /* 3. Ebene und Pfeile auf 2. Ebene ausblenden */
    /* Menü-Icon: Mittleren Balken verschwinden lassen */
    /* Menü-Icon: Unteren Balken drehen */
    /* Menü-Icon: Oberen Balken drehen */ }
    html[lang=de] header .menu-icon {
      display: inline-block;
      position: relative;
      padding: 6px 0 10px 0;
      margin-right: 0;
      /* Abstand zum rechten Rand, keine Minuswerte! */ }
    html[lang=de] header .menu-icon .menu-text {
      color: white;
      position: relative;
      left: -4em;
      /* Abstand Text (MENÜ) zu Icon */
      top: 7px; }
    html[lang=de] header .mainmenu {
      clear: both;
      max-height: 0;
      overflow: hidden;
      float: none;
      transition: max-height 200ms ease-in; }
    html[lang=de] .mainmenu ul {
      clear: both;
      list-style-type: none;
      display: block;
      position: relative;
      right: 50%;
      float: none; }
    html[lang=de] .mainmenu li {
      clear: both;
      display: block;
      float: none;
      padding: .2em 0;
      width: 100%; }
    html[lang=de] .mainmenu a {
      padding: .5em;
      text-decoration: none;
      text-transform: uppercase;
      color: white !important;
      transition: none;
      line-height: 1.6em;
      display: block; }
    html[lang=de] .mainmenu a:hover, html[lang=de] .mainmenu li.current-menu-item > a {
      color: #3b3e4f !important;
      background-color: #e8ecef !important; }
    html[lang=de] header #site-navigation ul ul {
      display: block;
      position: relative;
      box-shadow: none; }
    html[lang=de] header #site-navigation ul ul ul,
    html[lang=de] header #site-navigation li li.menu-item-has-children > a:before {
      display: none; }
    html[lang=de] header #site-navigation li li a {
      padding-left: 2em;
      display: block; }
    html[lang=de] header #site-navigation li:hover > ul {
      animation: none; }
    html[lang=de] header #site-navigation ul,
    html[lang=de] header #site-navigation ul li:last-child {
      border-radius: 0; }
    html[lang=de] header #site-navigation li li {
      background-color: transparent; }
    html[lang=de] header .menu-button:checked ~ .mainmenu {
      display: inline-block;
      max-height: 500px; }
    html[lang=de] header .menu-button:checked ~ .menu-icon .navicon {
      background: transparent; }
    html[lang=de] header .menu-button:checked ~ .menu-icon .navicon:before {
      transform: rotate(-45deg); }
    html[lang=de] header .menu-button:checked ~ .menu-icon .navicon:after {
      transform: rotate(45deg); }
    html[lang=de] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:before,
    html[lang=de] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0; } }
@media only screen and (max-width: 620px) {
  html[lang=ru] {
    /* 3. Ebene und Pfeile auf 2. Ebene ausblenden */
    /* Menü-Icon: Mittleren Balken verschwinden lassen */
    /* Menü-Icon: Unteren Balken drehen */
    /* Menü-Icon: Oberen Balken drehen */ }
    html[lang=ru] header .menu-icon {
      display: inline-block;
      position: relative;
      padding: 6px 0 10px 0;
      margin-right: 0;
      /* Abstand zum rechten Rand, keine Minuswerte! */ }
    html[lang=ru] header .menu-icon .menu-text {
      color: white;
      position: relative;
      left: -4em;
      /* Abstand Text (MENÜ) zu Icon */
      top: 7px; }
    html[lang=ru] header .mainmenu {
      clear: both;
      max-height: 0;
      overflow: hidden;
      float: none;
      transition: max-height 200ms ease-in; }
    html[lang=ru] .mainmenu ul {
      clear: both;
      list-style-type: none;
      display: block;
      position: relative;
      right: 50%;
      float: none; }
    html[lang=ru] .mainmenu li {
      clear: both;
      display: block;
      float: none;
      padding: .2em 0;
      width: 100%; }
    html[lang=ru] .mainmenu a {
      padding: .5em;
      text-decoration: none;
      text-transform: uppercase;
      color: white !important;
      transition: none;
      line-height: 1.6em;
      display: block; }
    html[lang=ru] .mainmenu a:hover, html[lang=ru] .mainmenu li.current-menu-item > a {
      color: #3b3e4f !important;
      background-color: #e8ecef !important; }
    html[lang=ru] header #site-navigation ul ul {
      display: block;
      position: relative;
      box-shadow: none; }
    html[lang=ru] header #site-navigation ul ul ul,
    html[lang=ru] header #site-navigation li li.menu-item-has-children > a:before {
      display: none; }
    html[lang=ru] header #site-navigation li li a {
      padding-left: 2em;
      display: block; }
    html[lang=ru] header #site-navigation li:hover > ul {
      animation: none; }
    html[lang=ru] header #site-navigation ul,
    html[lang=ru] header #site-navigation ul li:last-child {
      border-radius: 0; }
    html[lang=ru] header #site-navigation li li {
      background-color: transparent; }
    html[lang=ru] header .menu-button:checked ~ .mainmenu {
      display: inline-block;
      max-height: 500px; }
    html[lang=ru] header .menu-button:checked ~ .menu-icon .navicon {
      background: transparent; }
    html[lang=ru] header .menu-button:checked ~ .menu-icon .navicon:before {
      transform: rotate(-45deg); }
    html[lang=ru] header .menu-button:checked ~ .menu-icon .navicon:after {
      transform: rotate(45deg); }
    html[lang=ru] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:before,
    html[lang=ru] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0; } }
@media only screen and (max-width: 350px) {
  html[lang=en] {
    /* 3. Ebene und Pfeile auf 2. Ebene ausblenden */
    /* Menü-Icon: Mittleren Balken verschwinden lassen */
    /* Menü-Icon: Unteren Balken drehen */
    /* Menü-Icon: Oberen Balken drehen */ }
    html[lang=en] header .menu-icon {
      display: inline-block;
      position: relative;
      padding: 6px 0 10px 0;
      margin-right: 0;
      /* Abstand zum rechten Rand, keine Minuswerte! */ }
    html[lang=en] header .menu-icon .menu-text {
      color: white;
      position: relative;
      left: -4em;
      /* Abstand Text (MENÜ) zu Icon */
      top: 7px; }
    html[lang=en] header .mainmenu {
      clear: both;
      max-height: 0;
      overflow: hidden;
      float: none;
      transition: max-height 200ms ease-in; }
    html[lang=en] .mainmenu ul {
      clear: both;
      list-style-type: none;
      display: block;
      position: relative;
      right: 50%;
      float: none; }
    html[lang=en] .mainmenu li {
      clear: both;
      display: block;
      float: none;
      padding: .2em 0;
      width: 100%; }
    html[lang=en] .mainmenu a {
      padding: .5em;
      text-decoration: none;
      text-transform: uppercase;
      color: white !important;
      transition: none;
      line-height: 1.6em;
      display: block; }
    html[lang=en] .mainmenu a:hover, html[lang=en] .mainmenu li.current-menu-item > a {
      color: #3b3e4f !important;
      background-color: #e8ecef !important; }
    html[lang=en] header #site-navigation ul ul {
      display: block;
      position: relative;
      box-shadow: none; }
    html[lang=en] header #site-navigation ul ul ul,
    html[lang=en] header #site-navigation li li.menu-item-has-children > a:before {
      display: none; }
    html[lang=en] header #site-navigation li li a {
      padding-left: 2em;
      display: block; }
    html[lang=en] header #site-navigation li:hover > ul {
      animation: none; }
    html[lang=en] header #site-navigation ul,
    html[lang=en] header #site-navigation ul li:last-child {
      border-radius: 0; }
    html[lang=en] header #site-navigation li li {
      background-color: transparent; }
    html[lang=en] header .menu-button:checked ~ .mainmenu {
      display: inline-block;
      max-height: 500px; }
    html[lang=en] header .menu-button:checked ~ .menu-icon .navicon {
      background: transparent; }
    html[lang=en] header .menu-button:checked ~ .menu-icon .navicon:before {
      transform: rotate(-45deg); }
    html[lang=en] header .menu-button:checked ~ .menu-icon .navicon:after {
      transform: rotate(45deg); }
    html[lang=en] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:before,
    html[lang=en] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0; } }
@media only screen and (max-width: 350px) {
  html[lang=pl] {
    /* 3. Ebene und Pfeile auf 2. Ebene ausblenden */
    /* Menü-Icon: Mittleren Balken verschwinden lassen */
    /* Menü-Icon: Unteren Balken drehen */
    /* Menü-Icon: Oberen Balken drehen */ }
    html[lang=pl] header .menu-icon {
      display: inline-block;
      position: relative;
      padding: 6px 0 10px 0;
      margin-right: 0;
      /* Abstand zum rechten Rand, keine Minuswerte! */ }
    html[lang=pl] header .menu-icon .menu-text {
      color: white;
      position: relative;
      left: -4em;
      /* Abstand Text (MENÜ) zu Icon */
      top: 7px; }
    html[lang=pl] header .mainmenu {
      clear: both;
      max-height: 0;
      overflow: hidden;
      float: none;
      transition: max-height 200ms ease-in; }
    html[lang=pl] .mainmenu ul {
      clear: both;
      list-style-type: none;
      display: block;
      position: relative;
      right: 50%;
      float: none; }
    html[lang=pl] .mainmenu li {
      clear: both;
      display: block;
      float: none;
      padding: .2em 0;
      width: 100%; }
    html[lang=pl] .mainmenu a {
      padding: .5em;
      text-decoration: none;
      text-transform: uppercase;
      color: white !important;
      transition: none;
      line-height: 1.6em;
      display: block; }
    html[lang=pl] .mainmenu a:hover, html[lang=pl] .mainmenu li.current-menu-item > a {
      color: #3b3e4f !important;
      background-color: #e8ecef !important; }
    html[lang=pl] header #site-navigation ul ul {
      display: block;
      position: relative;
      box-shadow: none; }
    html[lang=pl] header #site-navigation ul ul ul,
    html[lang=pl] header #site-navigation li li.menu-item-has-children > a:before {
      display: none; }
    html[lang=pl] header #site-navigation li li a {
      padding-left: 2em;
      display: block; }
    html[lang=pl] header #site-navigation li:hover > ul {
      animation: none; }
    html[lang=pl] header #site-navigation ul,
    html[lang=pl] header #site-navigation ul li:last-child {
      border-radius: 0; }
    html[lang=pl] header #site-navigation li li {
      background-color: transparent; }
    html[lang=pl] header .menu-button:checked ~ .mainmenu {
      display: inline-block;
      max-height: 500px; }
    html[lang=pl] header .menu-button:checked ~ .menu-icon .navicon {
      background: transparent; }
    html[lang=pl] header .menu-button:checked ~ .menu-icon .navicon:before {
      transform: rotate(-45deg); }
    html[lang=pl] header .menu-button:checked ~ .menu-icon .navicon:after {
      transform: rotate(45deg); }
    html[lang=pl] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:before,
    html[lang=pl] header .menu-button:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0; } }
/** =MM

 Main
 ––––

 */
#main {
  width: 100%;
  max-width: 980px;
  /* Platz für 3 Boxes: 980 */
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6em;
  clear: both;
  text-align: center;
  padding: 3em 1em;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

#content {
  display: inline-block;
  text-align: left;
  width: 100%;
  float: left; }

#content.presentation h2, #content.presentation h3, #content.presentation p, #content.presentation ul,
.single-tour #content h2, .single-tour #content h3, .single-tour #content p, .single-tour #content ul {
  max-width: 30em; }

#content.tours {
  text-align: center; }

#content.tours > h2, #content.tours > p {
  text-align: left; }

#content.center {
  float: none;
  width: 30em; }

.main-content {
  width: 550px;
  float: left; }

#sidebar {
  float: right;
  clear: right;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 300px;
  /*color: $sidebar_color;
  background: $sidebar_bgcolor;
  border: 2px solid $sidebar_border_color;
  border-radius: 1em;
  box-shadow: 0 .05em .25em rgba(0,0,0,.5);*/ }

/*@media only screen and (max-width:40em) {
#sidebar {
	float: none;
	margin-left: auto;
	margin-right: auto;
}}*/
#sidebar.request {
  max-width: 20em;
  color: #555;
  background: transparent;
  border-radius: .5em;
  padding: 0em 1em;
  border: 4px solid white;
  box-shadow: 0 0 0 2px #aaa, 0 2px 2px 2px rgba(0, 0, 0, 0.3); }

.widgettitle {
  font-size: 100%;
  color: #333;
  font-weight: bold;
  margin: 0; }

/* Widgetüberschriften (li), die auf eine andere Widgetüberschrift folgen, mit Abstand */
#sidebar > ul > li ~ li {
  padding-top: 1.5em; }

#sidebar a {
  color: #935400; }

#sidebar a.tel, footer a.tel:hover {
  text-decoration: none;
  color: #333; }

.slidecaption {
  display: inline-block;
  text-align: left; }

.slidecaption a.tel, .slidecaption a.tel:hover {
  text-decoration: none;
  color: #555; }

.slidecaption svg {
  fill: #555; }

.slidecaption svg:hover {
  fill: #FFAC3E; }

/* ---------- Feedback ---------------- */
.feedback .intro {
  margin-bottom: 3em;
  float: left;
  clear: none; }

.feedback-liste {
  display: inline-block;
  max-width: 30em; }

.feedback-formular {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
  margin-bottom: 3em; }

.feedback .comment-body {
  margin-bottom: 0; }

.feedback .comment-author {
  margin-bottom: 0; }

.feedback li {
  margin-bottom: 2em; }

.feedback li li {
  margin-top: 3em; }

.feedback li:nth-child(n+2) {
  background: url("images/separator.svg") top center no-repeat;
  padding-top: 3em; }

@media screen and (max-width: 59em) {
  /* 30 * 25em + ? */
  .feedback .intro {
    margin-bottom: 0; }

  .feedback-formular {
    float: left;
    position: relative;
    top: 0;
    margin-top: -2em;
    clear: both; }

  .feedback-liste {
    float: left;
    clear: both; } }
/** =I

 Inhalt
 ––––––

 */
h2, h3 {
  font-family: 'Open Sans', arial, verdana, helvetica, sans-serif;
  line-height: 1.2em;
  color: #7b7b7b;
  background-color: transparent; }

/* Abstand, wenn Überschrift ganz oben steht */
h2 {
  font-size: 200%;
  margin: 0 0 0.5em 0; }

/* Wenn Überschrift auf Text folgt, größerer Abstand */
#content > p ~ h2 {
  margin-top: 1.5em; }

h3 {
  font-size: 140%;
  margin: 0 0 0 0;
  padding: 1em 0 0 0; }

a {
  color: #0A5C9C;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  padding: 1em 0 0 0; }

em {
  font-weight: bold;
  font-style: normal; }

/* Bilder */
#content.presentation:not(.home) img {
  border: 4px solid white;
  box-shadow: 0 0 0 2px #aaa, 0 2px 2px 2px rgba(0, 0, 0, 0.6);
  margin: 1em;
  transition: transform .4s; }

#content.presentation img:hover {
  transform: rotate(0deg); }

#content img.alignleft {
  float: left; }

#content img.alignright {
  float: right; }

#content img.rotate2 {
  transform: rotate(2deg); }

#content img.rotate-2 {
  transform: rotate(-2deg); }

#content img.rotate3 {
  transform: rotate(3deg); }

#content img.rotate-3 {
  transform: rotate(-3deg); }

#content img.rotate4 {
  transform: rotate(4deg); }

#content img.rotate-4 {
  transform: rotate(-4deg); }

#content img.rotate5 {
  transform: rotate(5deg); }

#content img.rotate-5 {
  transform: rotate(-5deg); }

#content img.rotate6 {
  transform: rotate(6deg); }

#content img.rotate-6 {
  transform: rotate(-6deg); }

.margin-right-1em {
  margin-right: 1em; }

/* Preis-Tabelle */
.prices td, th {
  padding: 0.5em; }

.prices th {
  background-color: #074575;
  font-weight: bold;
  color: #fff; }

/* Zebramuster */
.prices tbody tr:nth-of-type(2n) {
  background-color: #ddd; }

/* 2. (= letzte) Spalte mit Preisen rechtsbündig */
.prices tr td:nth-child(2) {
  text-align: right; }

/* Social Icons */
a.social:hover {
  text-decoration: none; }

svg {
  width: 2em;
  height: 2em;
  fill: black;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out; }

svg:hover {
  fill: gray; }

#sidebar svg, footer svg {
  fill: white;
  z-index: 5; }

#sidebar svg:hover {
  fill: #ddd; }

/** =L

 Layouts
 –––––––

 */
/* Slideshow */
.slideshow {
  float: right;
  margin: 0 0 2em 2em;
  width: 50%; }

@media screen and (max-width: 600px) {
  .slideshow {
    width: 100%; } }
/* services */
.service-section {
  float: left;
  margin-bottom: 2em;
  margin-left: 3em;
  margin-right: 4em; }

.service-section:before,
.service-section:after {
  content: " ";
  display: table; }

.service-section:after {
  clear: both; }

.service-figure {
  position: absolute;
  margin-left: -3em; }

.service-figure svg {
  width: 2em;
  /* Größe */
  height: 2em;
  margin: .7em 2em 0 0;
  fill: #7b7b7b; }

.service-article {
  max-width: 25em; }

@media only screen and (max-width: 30em) {
  .service-section {
    margin-right: 0; } }
/** =B

 Buttons
 –––––

 Button von Lea Verou: CSS Secrets

 */
.button {
  padding: .3em .8em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F20000;
  background: #F20000 linear-gradient(rgba(255, 255, 255, 0.2), transparent);
  border-radius: .2em;
  box-shadow: 0 0.05em 0.25em rgba(0, 0, 0, 0.5);
  color: white;
  text-shadow: 0 -0.05em 0.05em rgba(0, 0, 0, 0.5);
  font-size: 125%;
  line-height: 1.5; }

.tourboxbutton {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
  margin-left: auto;
  margin-right: auto; }

/** =B

 Boxen
 –––––

 */
.box {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 300px;
  /* Bild 286px + 2 * 7px padding */
  border-radius: .5em;
  margin: 1em 1em 1em 0;
  padding: 7px;
  padding-bottom: 4em;
  /* Variable Höhe */
  transition: box-shadow .3s;
  border-radius: .5em;
  box-shadow: 0 0 0 2px #aaa, 0 2px 2px 2px rgba(0, 0, 0, 0.3); }

/* box-shadow: h-offset v-offset blur spread color; */
.box:hover {
  box-shadow: 0 0 0 2px #aaa, 0 4px 4px 2px rgba(0, 0, 0, 0.5); }

.boxcontent {
  text-align: left;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 7px;
  right: 0; }

.box h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0;
  font-size: 20px;
  color: #074575; }

.box p, .box td, .box li {
  font-size: 13px;
  margin-top: 3px;
  padding: 0;
  color: black; }

.box li a {
  color: #0A5C9C;
  font-weight: bold;
  font-size: 14px; }

.box ul {
  margin-top: 15px; }

.box li {
  margin: 5px 0;
  text-align: center; }

.hr {
  width: 100%;
  height: 8px;
  margin-top: 14px;
  background: url("images/linie2.png") top center no-repeat;
  background: url("images/linie2.svg") top center no-repeat;
  -webkit-background-size: 240px 8px;
  -o-background-size: 240px 8px;
  -moz-background-size: 240px 8px;
  background-size: 240px 8px; }

/** =T

 Führungen
 –––––––––

 */
.single-tour #content {
  max-width: 960px; }

.single-tour #content p {
  text-align: justify;
  hyphens: auto; }

.single-tour #content p:not(.fussnote):first-letter {
  font-family: 'Titel';
  font-size: 30px; }

html[lang="ru"] .single-tour #content p:not(.fussnote):first-letter {
  font-family: 'Majestic';
  font-size: 35px; }

.furzipurzi:after {
  content: url(images/furzipurzi3.png);
  margin-left: 12px; }

/* Fußnote beginnt immer mit einem Sternchen */
.fussnote:first-letter {
  color: #F20000; }

.fussnote {
  font-style: italic; }

/** =F

 Footer
 ––––––

 */
footer {
  width: 100%;
  padding: 1em 0 0 0;
  font-size: 90%;
  line-height: 1.2em;
  color: white;
  background: #074575;
  background: url("images/60-lines.png"), linear-gradient(to top, #4D8AB8, #074575);
  border-top: 2px solid #aaa;
  box-shadow: 0 -0.05em 0.25em rgba(0, 0, 0, 0.5); }

footer .widgettitle {
  font-size: 100%;
  color: white;
  font-weight: bold;
  margin: 0; }

footer svg {
  fill: white;
  width: 3em;
  height: 3em;
  margin: 0 .5em;
  z-index: 5; }

footer svg:hover {
  fill: #FFBB60; }

.footer-menu {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .5em .5em .5em;
  text-align: center; }

.footer-menu a {
  color: #FFBB60;
  text-decoration: none; }

.footer-menu a:hover {
  text-decoration: underline; }

.footer-menu img {
  border-radius: 7px; }

.footers-left, .footers-right {
  display: inline-block; }

.footer-1, .footer-2, .footer-3, .footer-4 {
  display: inline-block;
  width: 235px;
  font-size: 100%;
  line-height: 1.4em;
  vertical-align: middle;
  padding: 1em 0; }

.footer-imprint {
  width: 100%;
  padding: 1em 0;
  margin-top: 0;
  text-align: center;
  background: #555;
  color: #eee;
  border-top: 2px solid #484848; }

.footer-imprint a {
  color: #ddd; }

.footer-imprint p {
  margin: 0;
  padding: 0; }

footer a.tel, footer a.tel:hover {
  text-decoration: none;
  color: white; }

footer a.social:hover {
  text-decoration: none; }

/* Pfeil nach oben zurück */
#backtotop {
  height: 1em;
  width: 3em;
  position: fixed;
  right: 1em;
  bottom: 0;
  z-index: 999;
  display: none;
  color: rgba(200, 200, 200, 0.9);
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  border-radius: 0.5em .5em 0 0;
  font-size: 120%;
  padding: 1em 0 1.5em 0;
  transition: color .3s;
  transition: background .3s; }

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

#backtotop:hover {
  color: #c8c8c8;
  background: rgba(0, 0, 0, 0.8); }

/** =B

 Blog
 –––––––––––––––––––––

 */
.entry {
  padding-bottom: 2em; }

.entry:nth-child(n+2) {
  background: url("images/linie2.png") top center no-repeat;
  background: url("images/separator.svg") top center no-repeat;
  padding-top: 3em; }

.entry .post-thumbnail {
  float: right; }

.entry .entry-text {
  width: 320px;
  float: left; }

.single-post .wp-post-image {
  width: 100%;
  height: auto; }

.single-post h2 {
  /*color: white;
  position: relative;
  bottom: 100px;
  left: 50px;*/ }

/** =W

 Widgets
 –––––––

 */
input[type="search"] {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%; }

input[type="search"]:focus {
  color: #222;
  border-color: #333; }

.search-form {
  position: relative; }

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px; }

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px; }

/** =K

 Kontakt und Formulare
 –––––––––––––––––––––

 */
.wpcf7, .comment-respond {
  width: 100%;
  max-width: 35em; }

.wpcf7 label, .comment-respond label {
  margin: 0;
  padding: 0;
  /* Label und Input sind in <p></p> eingeschlossen, display:block
     setzt das Label auf eigene Zeile. */
  display: block; }

.wpcf7 input, .wpcf7 textarea, .wpcf7 select,
.comment-respond input, .comment-respond textarea, .comment-respond select {
  font-size: 100%;
  margin: 0;
  box-sizing: border-box;
  /* Sonst sind Textfelder größer als Submit-Button */
  color: inherit;
  background: #ddd;
  border: 1px solid #ccc;
  padding: 0.5em 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 35em; }

.comment-form-cookies-consent input[type="checkbox"],
.wpcf7 input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin-right: .5em; }

.comment-respond input[type="checkbox"] ~ label {
  display: inline; }

.wpcf7 select {
  overflow: auto; }

.wpcf7 textarea {
  height: 150px;
  overflow: auto; }

.wpcf7 textarea.feedback {
  height: 400px; }

.wpcf7 input:hover, .wpcf7 select:hover, .wpcf7 textarea:hover,
.comment-respond input:hover, .comment-respond select:hover, .comment-respond textarea:hover {
  background: #eee; }

.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus,
.comment-respond input:focus, .comment-respond select:focus, .comment-respond textarea:focus {
  background: #fff;
  border: 1px solid #eee; }

.wpcf7 input.form-button,
.comment-respond input.submit {
  background: #F20000;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  /*font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  background: $form_button_color;
  color: $form_button_text_color;
  border: 1px solid $form_button_border_color;
  cursor: pointer;
  opacity:1;
  filter:alpha(opacity=100);*/ }

.wpcf7 input.form-button:active, .wpcf7 input.form-button:hover, .wpcf7 input.form-button:focus,
.comment-respond input.submit:active, .comment-respond input.submit:hover, .comment-respond input.submit:focus {
  background-color: #F20000; }

.required {
  color: #B50000;
  font-weight: bold; }

img.avatar {
  border-radius: 50%; }

/** =C

 Kommentare
 ––––––––––

 */
#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; }

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

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  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; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

/* Optional zweite Ebene einrücken */
/*.children .comment-body {
	margin-left: 110px;
}*/
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.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;
}*/
/* --------------- Cookies --------------- */
/* Override link margins in Plugin "GDPR Cookie Consent" */
#cookie-law-info-bar .cli-plugin-main-link {
  margin: 0 !important; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Titel';
  src: url("fonts/AlexBrush-Regular-OTF-webfont.eot");
  src: url("fonts/AlexBrush-Regular-OTF-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/AlexBrush-Regular-OTF-webfont.woff") format("woff"), url("fonts/AlexBrush-Regular-OTF-webfont.ttf") format("truetype"), url("fonts/AlexBrush-Regular-OTF-webfont.svg#AlexBrushRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Kyrillischer Ersatz für AlexBrush */
@font-face {
  font-family: 'Majestic';
  src: url("fonts/majestic-webfont.eot");
  src: url("fonts/majestic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/majestic-webfont.woff") format("woff"), url("fonts/majestic-webfont.ttf") format("truetype"), url("fonts/majestic-webfont.svg#Majestic") format("svg");
  font-weight: normal;
  font-style: normal; }

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