/**
 * Place your custom styles here.
 */
/* LESS Settings */
/* Nav Colors */
/* FONTS */
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* henny-penny-regular - latin */
@font-face {
  font-family: 'Henny Penny';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/henny-penny-v17-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/henny-penny-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/henny-penny-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/henny-penny-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/henny-penny-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/henny-penny-v17-latin-regular.svg#HennyPenny') format('svg');
  /* Legacy iOS */
}
/* General */
body {
  margin-top: 0;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Henny Penny, Times, sursive;
  text-transform: uppercase;
}
h1 {
  font-size: 800%;
  color: #02472b;
}
h2 {
  font-size: 250%;
  color: #02472b;
}
h3 {
  font-size: 200%;
  color: #02472b;
}
iframe {
  min-height: 300px;
  width: 100%;
}
.btn,
.btn:visited {
  border-radius: 5px;
  background: #02472b;
  color: white;
  border: 0px;
  margin: 5px;
}
.btn:hover,
.btn:active {
  background: black;
  color: white;
}
.btn-buy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 500%;
  }
  h2 {
    font-size: 200%;
  }
  h3 {
    font-size: 150%;
  }
}
/* Messages */
/* Navigation */
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
.navbar {
  margin-bottom: 0px;
  height: auto;
  min-height: 36px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0px;
  font-family: Henny Penny, Times, sursive;
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0 !important;
  left: 0;
  right: 0;
  font-size: 80%;
}
.navbar-dafault {
  border-color: transparent !important;
}
.navbar.stickynav-active {
  position: fixed !important;
  top: 0px;
  z-index: 1000 !important;
  width: 100% !important;
  background: black;
  height: 52px !important;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.tbm-item.level-1 {
  border-right: 0;
}
.tbm-link.level-1 {
  color: black;
}
.stickynav-active {
  position: fixed;
}
.stickynav-active .tbm-link.level-1 {
  color: white;
}
.tbm--mobile .tbm-link.level-1 {
  color: black;
}
.tbm--mobile .tbm-link.level-1:hover,
.tbm--mobile .tbm-link.level-1:focus {
  color: red;
}
.stickynav-active .tbm--mobile .tbm-link.level-1 {
  color: black;
}
.stickynav-active .tbm--mobile .tbm-link.level-1:hover,
.stickynav-active .tbm--mobile .tbm-link.level-1:focus {
  color: red;
}
.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
  background: none;
  color: #02472b;
}
.stickynav-active .tbm-link.level-1:hover,
.stickynav-active .tbm-link.level-1:focus {
  background: none;
  color: #02472b;
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link {
  color: black;
  padding: 0;
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:hover {
  color: red;
}
.tbm-group-container {
  border: 0;
}
.tbm.tbm--mobile .tbm-nav {
  background: white;
}
.tbm.tbm--mobile .tbm-item {
  border-top: 0;
}
.tbm.tbm--mobile .tbm-link.level-1 {
  padding: 0;
}
.tbm.tbm--mobile .tbm-collapse {
  top: 40px !important;
  left: 10px;
  padding: 20px;
}
.tbm.tbm--mobile .tbm-submenu-toggle {
  display: none;
}
.navbar.container,
.navbar.container-fluid {
  margin-top: 0;
}
/*----------------*/
.toolbar-horizontal {
  padding-top: 39px !important;
}
.toolbar-horizontal.toolbar-tray-open {
  padding-top: 79px !important;
}
.toolbar-horizontal.toolbar-tray-open .navbar {
  top: 79px;
}
.toolbar-horizontal .navbar,
.toolbar-vertical .navbar {
  top: 39px;
}
/*--------------------*/
.tbm {
  background: none;
}
.tbm .nav > li > a,
.tbm .nav > li > span.tbm-no-link {
  font-weight: normal;
  border: 0 !important;
  padding: 9px 15px;
  color: black;
  background: none ;
  text-shadow: none ;
}
.tbm .nav > .active > a,
.tbm .nav > .active > a:hover,
.tbm .nav > .active > a:focus,
.tbm .nav > .active > span.tbm-no-link,
.tbm .nav > .active > span.tbm-no-link:hover,
.tbm .nav > .active > span.tbm-no-link:focus {
  background: none;
  color: white;
}
.stickynav-active .tbm .nav > li > a,
.stickynav-active .tbm .nav > li > span.tbm-no-link {
  background: #02472b;
  text-shadow: none ;
  color: white;
}
.tbm .nav > li > a:hover,
.tbm .nav > li > a:active,
.tbm .nav > li > a:focus,
.tbm .nav > li > span.tbm-no-link:hover {
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9) !important;
  color: #02472b;
  cursor: hand;
  text-shadow: none ;
}
.tbm .nav > li.dropdown.open > .dropdown-toggle {
  color: #02472b;
  background: rgba(255, 255, 255, 0.7);
}
.stickynav-active .tbm .nav > li > a:hover,
.stickynav-active .tbm .nav > li > a:active,
.stickynav-active .tbm .nav > li > a:focus,
.stickynav-active .tbm .nav > li > span.tbm-no-link:hover {
  background: white;
  color: #02472b;
  cursor: hand;
}
.stickynav-active .tbm .nav > li.dropdown.open > .dropdown-toggle {
  color: #02472b;
  background: white;
  text-shadow: none ;
}
.tbm-submenu {
  background: none ;
  border: 0 !important;
  font-size: 100%;
  background: white;
}
.tbm .tbm-submenu li > a,
.tbm .tbm-submenu li > span.tbm-no-link {
  color: black;
  padding: 9px 15px !important;
  border: 0 !important;
  background: white;
}
.tbm .tbm-submenu li > a:hover {
  color: red;
  background: white;
}
.tbm .span12.mega-col-nav .mega-inner {
  padding: 0;
}
.tbm [class^="fa-"],
.tbm [class*=" fa-"] {
  margin-top: 2px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
  font-size: 16px;
}
.stickynav-active .tbm:before {
  content: 'Der Wunschpunsch';
  float: left;
  line-height: normal;
  display: block;
  margin-right: 15px;
  padding: 5.4px 0px;
  font-weight: normal;
  font-size: 140%;
  color: white;
}
@media (max-width: 767px) {
  .stickynav-active .tbm:before {
    padding: 5.4px 9px;
  }
}
.tbm .tbm-button {
  background: none;
  color: black;
}
.tbm .tbm-button:hover {
  background: none;
  color: black;
}
.stickynav-active .tbm .tbm-button {
  background: none;
  text-shadow: none;
  border-radius: 0;
  margin: 0px;
  padding: 12px 18px;
  border: 0;
  box-shadow: none;
  font-size: 100%;
  color: #02472b;
}
@media (max-width: 767px) {
  .stickynav-active .tbm .tbm-button {
    padding: 12px 18px;
  }
}
/* navbar collapse */
.tbm .nav-collapse.in .nav > li > a,
.tbm .nav-collapse.in .nav > li > span.tbm-no-link {
  padding: 9px 15px;
  border: 0;
}
.stickynav-active .tbm .nav-collapse.in .nav > li > a,
.stickynav-active .tbm .nav-collapse.in .nav > li > span.tbm-no-link {
  padding: 9px 15px;
  border: 0;
}
.tbm .tbm-button {
  background: none;
  text-shadow: none;
  border-radius: 0;
  margin: 0px;
  padding: 12px 18px;
  border: 0;
  box-shadow: none;
  font-size: 200%;
  color: black;
  float: right;
}
.tbm .collapse.in,
.tbm .collapsing {
  background: #02472b;
  margin-top: 0;
  top: 45px;
  font-size: 100% !important;
}
.tbm .nav-collapse.in .nav > li > a:link,
.tbm .nav-collapse.in .nav > li > a:visited,
.tbm .nav-collapse.in .nav > li > span.tbm-no-link {
  font-size: 100% !important;
  border: 0 !important;
  font-weight: normal !important;
  background: #02472b;
  color: white;
}
.tbm .nav-collapse.in .nav > li > a:hover,
.tbm .nav-collapse.in .nav > li > a:visited:hover,
.tbm .nav-collapse.in .nav > li > a:focus,
.tbm .nav-collapse.in .nav > li > a:active,
.tbm .nav-collapse.in .nav > li > span.tbm-no-link:hover {
  font-size: 100% !important;
  border: 0 !important;
  font-weight: normal !important;
  background: white;
  color: #02472b;
}
.tbm .mega-nav > li a,
.tbm .tbm-submenu .mega-nav > li a,
.tbm .mega-nav > li span.tbm-no-link,
.tbm .tbm-submenu .mega-nav > li span.tbm-no-link {
  padding-left: 40px;
  margin-left: 0;
}
.tbm .nav li.dropdown.active > .dropdown-toggle,
.tbm .nav li.dropdown.open.active > .dropdown-toggle,
.tbm .nav > li.dropdown.open.active > a:hover,
.tbm .nav > li.dropdown.open.active > span.tbm-no-link:hover {
  background: none;
  border-color: none;
  color: white;
}
.tbm .nav-collapse.in .tbm-submenu a {
  color: black;
  border: 0;
}
.tbm .nav-collapse.in .tbm-submenu a:hover {
  background: white;
  color: red;
  border: 0;
}
/* One Page */
.bs-region--top {
  width: 100%;
  height: 100vh;
  text-align: center;
}
.bs-region--top h1 {
  background: url('http://www.michaelende.de/sites/default/files/me_rot.png') top left no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
  position: absolute;
  top: 17%;
  left: 27%;
  overflow: hidden;
}
.bs-region--top h1:before {
  content: "";
  background: none;
  background-size: contain;
  width: 200px;
  height: 150px;
  color: #02472b;
  font-family: Lato, Arial, sans-serif;
  font-size: 20%;
  margin-right: -100px;
  display: inline-block;
}
.view-figuren {
  text-align: center;
  border-top: 1px solid #aaa;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
.view-figuren .col {
  padding: 20px 50px;
}
.figure_audio {
  text-align: center;
  position: relative;
}
.view-figuren img {
  border-radius: 50%;
  border: 5px solid white;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.figure_audio:hover {
  cursor: pointer;
}
.figure_audio .icon {
  color: black;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.figure_audio .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
/* When you mouse over the container, fade in the overlay icon*/
.figure_audio:hover .overlay {
  opacity: 1;
}
.view-kaufen-links {
  text-align: center;
  border-top: 1px solid #aaa;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
.view-kaufen-links div {
  text-align: center;
}
.view-kaufen-links .col {
  padding: 20px 50px;
}
.view-kaufen-links img {
  text-align: center;
  margin-bottom: 10px;
  display: inline;
}
.view-kaufen-links .views-field-body {
  margin: 0px auto 10px auto;
  max-width: 550px;
}
.text1,
.text2,
.text3,
.text4,
.text5,
.text2neu,
.text6,
.text7,
.text8 {
  border-top: 1px solid #aaa;
}
.text1 .col,
.text2 .col,
.text3 .col,
.text4 .col,
.text5 .col,
.text6 .col,
.text7 .col,
.text8 .col,
.section-text-right {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.section-text-left {
  padding: 50px;
}
.footer {
  background: #02472b;
}
.footer a:link,
.footer a:visited {
  color: white;
}
.footer a:hover,
.footer a:visited:hover {
  color: black;
}
.footer .btn:hover,
.footer .btn:visited:hover,
.footer .btn:active {
  background: white;
}
.previous a,
.next a,
.pager li > a {
  border-radius: 5px;
  background: #02472b;
  color: white;
  border: 0px;
  margin: 5px;
  display: inline-block;
}
.pager li > a:hover {
  background: black;
  color: #02472b;
}
