/**
 * Place your custom styles here.
 */
/* LESS Settings */
/* Nav Colors */
/* FONTS */
/* alegreya-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-v31-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/alegreya-v31-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/alegreya-v31-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/alegreya-v31-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/alegreya-v31-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/alegreya-v31-latin-regular.svg#Alegreya') format('svg');
  /* Legacy iOS */
}
/* handlee-regular - latin */
@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/handlee-v14-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/handlee-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/handlee-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/handlee-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/handlee-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/handlee-v14-latin-regular.svg#Handlee') format('svg');
  /* Legacy iOS */
}
/* 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 */
}
/* General */
body {
  margin-top: 0;
  font-family: Lato, Palatino, serif;
  font-size: 16px;
  color: #064e75;
  background: #eee;
}
.main-container {
  background: white;
  max-width: 1200px;
}
.breadcrumb {
  font-size: 80%;
  border-radius: 0px !important;
  border: 0;
  margin-bottom: 0;
  background: #eee;
  text-align: center;
}
.breadcrumb > li + li:before {
  content: "\2022";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Alegreya, Times, serif;
}
h1 {
  font-size: 800%;
}
h2 {
  font-size: 400%;
}
h3 {
  font-size: 300%;
}
iframe {
  min-height: 300px;
  width: 100%;
}
.btn {
  border-radius: 5px;
  color: white ;
  text-decoration: none !important;
}
.btn a {
  color: white !important;
  text-decoration: none !important;
}
.btn-buy {
  margin-bottom: 10px;
}
table {
  font-size: 100%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 500%;
  }
  h2 {
    font-size: 300%;
  }
  h3 {
    font-size: 250%;
  }
}
.well {
  margin-top: 20px;
}
/* Messages */
/* Navigation */
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
.navbar {
  margin-bottom: 0px;
  height: auto;
  min-height: 45px;
  background: none;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0px;
  font-family: Alegreya, Times, serif;
  text-transform: none;
  border: 0 !important;
  border-radius: 0 !important;
  left: 0;
  right: 0;
  font-size: 120%;
}
.navbar-dafault {
  border-color: transparent !important;
}
.navbar.stickynav-active {
  position: fixed !important;
  top: 0px;
  z-index: 1000 !important;
  width: 100% !important;
  background: #064e75;
  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: white;
}
.stickynav-active {
  position: fixed;
}
.stickynav-active .tbm-link.level-1 {
  color: white;
}
.tbm--mobile .tbm-link.level-1 {
  color: #064e75;
}
.tbm--mobile .tbm-link.level-1:hover,
.tbm--mobile .tbm-link.level-1:focus {
  color: #008cba;
}
.stickynav-active .tbm--mobile .tbm-link.level-1 {
  color: #064e75;
}
.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
  background: none;
  color: white;
}
.stickynav-active .tbm-link.level-1:hover,
.stickynav-active .tbm-link.level-1:focus {
  background: none;
  color: #008cba;
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link {
  color: #064e75;
  padding: 0;
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:hover {
  color: #008cba;
}
.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: white;
  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: #064e75;
  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: none;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9) !important;
  color: white;
  cursor: hand;
  text-shadow: none ;
}
.tbm .nav > li.dropdown.open > .dropdown-toggle {
  color: white;
  background: none;
}
.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: #008cba;
  color: #008cba;
  cursor: hand;
}
.stickynav-active .tbm .nav > li.dropdown.open > .dropdown-toggle {
  color: #008cba;
  background: #008cba;
  text-shadow: none ;
}
.tbm-submenu {
  background: white ;
  border: 0 !important;
  font-size: 100%;
}
.tbm .tbm-submenu li > a,
.tbm .tbm-submenu li > span.tbm-no-link {
  color: #064e75;
  padding: 9px 15px !important;
  border: 0 !important;
  background: white;
}
.tbm .tbm-submenu li > a:hover {
  color: #008cba;
  background: #064e75;
}
.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: 'Michael Ende';
  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:hover {
  background: none;
  color: white;
}
.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: white;
}
@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: #064e75;
  float: right;
}
.tbm .collapse.in,
.tbm .collapsing {
  background: #064e75;
  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: #064e75;
  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: #008cba;
  color: #008cba;
}
.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: #064e75;
  border: 0;
}
.tbm .nav-collapse.in .tbm-submenu a:hover {
  background: #064e75;
  color: #008cba;
  border: 0;
}
/* One Page */
.bs-region--top {
  width: 100%;
  text-align: center;
}
.bs-region--left,
.bs-region--right,
.bs-region--middle,
.bs-region--first,
.bs-region--second,
.bs-region--third,
.bs-region--fourth {
  padding: 30px 30px;
}
.field--name-field-bild .field--item {
  float: left;
}
.page-node-1082 .field--name-field-bild .field--item {
  float: none;
}
.page-node-1082 .field--name-field-bild .field--item img {
  width: 100%;
}
.field--name-field-bild .field--item img {
  padding: 10px;
}
.empty {
  padding: 0;
  height: 0;
}
/* List Styles */
.bs-region--right ul li {
  list-style: none;
}
.page-node-79 .bs-region--right ul li {
  margin: 20px 0 10px 0;
}
.bs-region--right ul li ul li {
  list-style: disc;
}
.bs-region--right ul li ul {
  margin-bottom: 20px;
}
/* Image Styles */
.views-field-field-bild .field-content {
  padding: 10px;
}
.views-field-field-bild img {
  padding: 0;
  margin: 0 auto;
  -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);
}
.page-node-79 .views-field-field-bild img {
  border: 7px solid white;
}
.views-field-field-bild,
.views-field-field-bild div {
  text-align: center;
}
/* Biographie Buchseiten */
nav ul li {
  list-style: none;
  padding: 0 10px;
  display: inline-block;
}
.field--name-dynamic-block-fieldnode-buch-navi {
  text-align: center;
}
.field--name-dynamic-block-fieldnode-buch-navi ul {
  padding: 0;
  margin: 0;
}
.field--name-dynamic-block-fieldnode-buch-navi ul li {
  list-style: none;
  margin: 5px 0;
}
.page-node-type-bio .views-field-field-bild img {
  border: 7px solid white;
  margin-bottom: 10px;
}
/* Bücher */
.text {
  border-top: 1px solid #aaa;
}
.text:first-child {
  border-top: 0;
}
.text .col,
.section-text-right {
  padding: 50px;
  background: white;
}
.text img {
  width: 100%;
}
/*
@media(min-width:992px){
	.text {
	display:table;
	}

	.text .col {
		display:table-cell;
		float:none;
	}
}

@media(max-width:991px){

	.section-text-left {
		background-size:cover !important;
		background-position: 50% 50% !important;
		background-attachment: initial !important;
	}
}

.section-text-left {
	min-height: 100vh;
}
*/
#text-left-theater {
  background: url('http://www.michaelende.de/themes/me_bootstrap/images/vorhang.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  color: white;
  text-shadow: 1px 1px 4px #000000;
  text-align: center;
  font-size: 150%;
}
.theater-title {
  margin: auto;
  display: block;
}
.page-node-type-buch .field--label,
.page-node-type-theater .field--label {
  font-size: 300%;
  font-family: Alegreya, Times, serif;
}
.page-node-type-buch .col li,
.page-node-type-theater .col li {
  margin: 10px 0px;
}
#text-left-theater h2 {
  font-size: 200%;
  padding: 50px;
}
.view-buecher {
  padding: 30px;
}
.view-buecher h2 {
  text-align: center;
}
.view-buecher img {
  margin: auto auto;
  -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);
}
.view-buecher img:hover {
  filter: sepia();
}
.view-buecher .col {
  padding: 10px;
}
.theaterlink {
  display: inline-block;
  z-index: 1;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #064e75;
  text-align: center;
  width: 42px;
  height: 42px;
}
.theaterlink a {
  color: white;
}
.theaterlink:hover {
  background: #008cba;
}
#text-left-2,
#text-left-3,
#text-left-4 {
  padding: 50px;
}
.section-text-right .field--name-body,
blockquote {
  text-align: justify;
}
.field--name-field-untertitel {
  color: grey;
  margin: -10px 0 20px 0;
}
.view-buecher .views-field-field-cover .field-content {
  text-transform: capitalize;
  text-align: center;
  font-family: Alegreya, Times, serif;
  font-size: 120%;
  min-height: 250px;
}
.view-buecher .views-field-title {
  font-family: Alegreya, Times, serif;
  font-size: 120%;
  text-align: center;
  padding: 20px 0;
}
.page-node-506 .bs-region--left,
.page-node-506 .bs-region--right {
  padding: 0;
}
.page-node-type-theater img {
  display: block;
  max-width: 100%;
  height: auto;
}
#views-bootstrap-buecher-theater-ov .views-field-field-cover .field-content {
  height: 210px;
}
#views-bootstrap-buecher-theater-ov .col {
  text-align: center;
  padding: 20px 10px;
}
.theater-thumb {
  background: url('http://www.michaelende.de/themes/me_bootstrap/images/vorhang.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  text-shadow: 1px 1px 4px #000000;
  text-align: center;
  font-size: 120%;
  min-width: 200px;
  min-height: 200px;
  font-family: Alegreya, Times, serif;
  padding: 35% 15px 5px 15px;
  overflow: hidden;
  -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);
}
.theater-thumb:hover {
  cursor: hand;
  filter: sepia();
}
/*----- News ------*/
.view-news h2 {
  margin-left: 30px;
}
.newsitem {
  padding: 15px 30px;
}
.view-news .untertitel,
.view-news .views-field-created {
  color: grey;
  margin: 0 0 15px 0;
}
.view-news .views-field-body {
  margin: 10px 0;
}
.view-news .views-field-body p {
  text-align: justify;
}
.view-news .views-field-field-bild img {
  width: 100%;
}
.page-node-type-story .field--name-field-bild .field--item img {
  padding: 0 30px 30px 0;
}
.page-node-type-story .field--name-node-post-date {
  color: grey;
  margin: 5px 0;
}
.page-node-type-story .bs-region--main {
  padding: 30px;
}
/*-------- Links ---------------*/
.view-id-links {
  padding: 30px;
}
.view-id-links caption {
  font-family: Alegreya, Times, serif;
  font-size: 200%;
  color: #064e75;
}
.view-id-links td {
  min-width: 300px;
}
@media (max-width: 767px) {
  .view-id-links td {
    min-width: 120px;
  }
}
.view-id-links .views-field-body p {
  text-align: justify;
}
/*-------- Header --------------*/
.region-header {
  margin-left: -15px;
  margin-right: -15px;
}
.black-overlay {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo {
  position: absolute;
  bottom: 50%;
  right: 20%;
  z-index: 100;
  margin: 0;
  width: 454px;
  max-width: 80%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 80%);
}
@media (max-width: 767px) {
  .logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.logo h1 {
  background: url('../images/logo.png');
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 100%;
  font-size: 800% !important;
}
.logo span {
  color: #cd0000;
  font-size: 180%;
  position: absolute;
  left: 40px;
  width: 100%;
  text-align: left;
  bottom: 0px;
  font-family: Alegreya, Times, serif;
  letter-spacing: 0.01em;
}
#block-header,
#block-headerenglisch {
  position: relative;
  height: 100vh;
  text-align: center;
  background: url('../images/me_header_spiegel.jpg');
  background-position: 50% 35%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #block-header,
  #block-headerenglisch {
    background-attachment: scroll;
  }
}
.scroll-arrow {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.scroll-arrow a:link,
.scroll-arrow a:visited,
.scroll-arrow a:focus,
.scroll-arrow a:active {
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.scroll-arrow a:hover,
.scroll-arrow a:visited:hover {
  color: #ddd;
}
.toolbar-horizontal .scroll-arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.toolbar-horizontal.toolbar-tray-open .scroll-arrow {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}
/* ------ Footer ------ */
.footer {
  background: #333;
  margin: 0;
  padding: 20px 30px;
  color: white;
  vertical-align: middle;
}
.footer .block-block-content {
  padding: 10px;
}
.footer .nav > li {
  display: inline-block;
}
.footer .nav > li a:link,
.footer .nav > li a:visited,
.footer .nav > li a:active,
.footer .nav > li a:focus {
  color: white;
  background: none;
  text-decoration: none;
}
.footer .nav > li a:hover,
.footer .nav > li a:visited:hover {
  color: grey;
  text-decoration: none;
  background: none;
}
/*------ Kontakt ------- */
.contact-form {
  padding: 30px;
}
.contact-form label {
  font-family: Alegreya, Times, serif;
  font-size: 100%;
}
/*----- Cookie Banner___*/
.sliding-popup-bottom .eu-cookie-withdraw-tab {
  left: 10%;
}
/* One Page */
.bs-region--top {
  width: 100%;
  text-align: center;
}
.bs-region--top h1 {
  margin: auto auto;
  padding: 0;
  font-size: 800%;
  z-index: 1000;
  line-height: 5em;
  background: #ffffff;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.88) 26%, rgba(255, 255, 255, 0) 47%);
}
.bs-region--top h1:before {
  content: "";
  background: url('http://www.michaelende.de/sites/default/files/me_rot.png') top left no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
  color: white;
  font-family: Lato, Palatino, serif;
  font-size: 20%;
  margin-right: -100px;
  display: inline-block;
}
@media (max-width: 991px) {
  .bs-region--top h1 {
    margin: 0;
    padding-top: 50px !important;
    padding-right: 100px !important;
    font-size: 500% !important;
  }
  .bs-region--top h1:before {
    width: 150px;
    height: 120px;
  }
}
.view-figuren {
  text-align: center;
  border-top: 1px solid #aaa;
  padding-top: 50px;
  padding-bottom: 30px;
}
.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: #064e75;
  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;
}
.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-bottom: 10px;
}
.text1,
.text2,
.text3,
.text4,
.text5,
.text2neu,
.text6,
.text7,
.text8 {
  border-top: 1px solid #aaa;
}
.text1 .col,
.text2 .col,
.text2neu .col,
.text3 .col,
.text4 .col,
.text5 .col,
.text6 .col,
.text7 .col,
.text8 .col,
.section-text-right {
  padding: 50px;
  background: white;
}
/*
@media(max-width:991px){

	.section-text-left {
		background-size:cover !important;
		background-position: 50% 50% !important;
		background-attachment: initial !important;
	}
}

.section-text-left {
	min-height: 100vh;
}
*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* Termine */
.block-views-blocktermine-block-1 h2 {
  font-size: 200%;
}
.view-id-termine .views-row {
  margin-bottom: 20px;
}
/* Jubiläum */
.page-node-507 .view-kaufen-links .col {
  min-height: 1300px;
}
#block-views-block-haendlerinfos-block-1 {
  margin: 30px;
}
#block-views-block-haendlerinfos-block-1 h2 {
  text-align: center;
}
.page-node-507 .text6 li {
  margin: 10px 0;
}
.page-node-507 .view-figuren {
  padding: 0;
  border: 0;
  text-align: left;
}
.page-node-507 .view-figuren .view-content {
  text-align: center;
}
.page-node-507 .view-figuren img {
  margin: 0 auto 10px auto;
}
.view-zitate {
  text-align: center;
  padding: 30px;
}
.page-node-36 #text-left-cover {
  background-size: unset !important;
  background-position: top 50%;
}
