/**
 * Place your custom styles here.
 */
/* LESS Settings */
/* Nav Colors */
/* Load Fonts */
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v28-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v28-latin-300.svg#Raleway') format('svg');
  /* Legacy iOS */
}
/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v30-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/quicksand-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/quicksand-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/quicksand-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/quicksand-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/quicksand-v30-latin-300.svg#Quicksand') format('svg');
  /* Legacy iOS */
}
/* General */
.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
body {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #333;
  background: #eee;
}
.breadcrumb {
  font-size: 80%;
  border-radius: 0px !important;
  box-shadow: none;
  margin-bottom: 0;
  color: grey;
  text-align: center;
  background: none;
}
.breadcrumb > li + li:before {
  content: "\2022";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
h1 {
  text-align: center;
  font-size: 600%;
  color: #333;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
h2 {
  font-size: 300%;
  line-height: 1.2em;
  color: #333;
}
h3 {
  font-size: 200%;
}
.field--name-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
h4 {
  font-size: 150%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 300%;
  }
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 120%;
  }
  h4 {
    font-size: 120%;
  }
}
i {
  font-style: normal;
}
.svg-inline--fa {
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: -5px;
}
.well {
  color: #333;
  padding: 30px;
}
.badge-danger {
  background: #1c9dc3;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 80%;
}
strong,
b {
  color: #1c9dc3;
  font-weight: bold;
}
small {
  font-size: 60%;
}
/* Links */
a:link,
a:visited {
  color: #1c9dc3;
  text-decoration: none;
}
a:hover,
a:visited:hover,
a:focus {
  color: white;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
/* Buttons */
.btn {
  border: 0;
  background: #1c9dc3;
  color: white !important;
  font-size: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.btn:hover,
.btn-hover {
  background: white;
  color: white !important;
}
.btn .glyphicon {
  margin-right: 5px;
}
.btn .glyphicon-chevron-right {
  margin-right: 0px;
  margin-left: 5px;
}
.node-readmore a:link,
.node-readmore a:visited,
.field--name-node-link a:link,
.field--name-node-link a:visited,
.field--name-field-links a:link,
.field--name-field-links a:visited {
  border: 0;
  background: #1c9dc3;
  color: white !important;
  font-size: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #333;
  padding: 5px 10px;
  margin-top: 5px;
}
.node-readmore a:hover,
.node-readmore a:visited:hover,
.node-readmore a:focus,
.node-readmore a:active,
.field--name-node-link a:hover,
.field--name-node-link a:visited:hover,
.field--name-node-link a:focus,
.field--name-node-link a:active,
.field--name-field-links a:hover,
.field--name-field-links a:focus,
.field--name-field-links a:active {
  background: white;
  color: white !important;
  padding: 5px 10px;
  margin-top: 5px;
}
.field--name-field-links a:link {
  border: 0;
  background: #1c9dc3;
  color: white !important;
  font-size: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
/* Header */
/* Navigation */
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
.navbar {
  margin-bottom: 0px;
  height: 51px;
  min-height: 51px;
  background: none;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0px;
  font-family: 'Quicksand', sans-serif;
  text-transform: none;
  border: 0 !important;
  border-radius: 0 !important;
  left: 0;
  right: 0;
  font-size: 150%;
}
.navbar-default {
  border-color: transparent !important;
}
.navbar.stickynav-active {
  position: fixed !important;
  top: 0px;
  z-index: 1000 !important;
  width: 100% !important;
  background: #ffffff;
  height: 45px !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);
}
.path-frontpage .navbar.stickynav-active {
  position: fixed !important;
  top: 0px;
  z-index: 1000 !important;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.5);
  height: 45px !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);
}
/*----------------*/
.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;
}
/* Main content */
.region-content {
  padding: 20px;
}
/* Startseite */
.view-frontpage {
  padding: 30px;
}
.view-frontpage .col {
  padding: 30px;
}
@media (max-width: 767px) {
  .view-frontpage .col {
    padding: 15px;
  }
}
.view-frontpage .links {
  margin: 10px 0;
}
.view-frontpage .field--name-node-post-date {
  font-size: 80%;
  margin: 10px 0;
}
.view-frontpage img {
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.view-frontpage img:hover {
  filter: brightness(200%);
}
.view-frontpage .field--name-node-title {
  text-align: center;
}
.view-frontpage .field--name-node-post-date,
.view-frontpage .field--name-node-changed-date {
  text-align: center;
}
.view-teaser img {
  width: 100%;
}
/* Seite */
.bs-region--left img {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.bs-region--right .field--name-body {
  max-width: 550px;
}
.field--name-field-link {
  text-align: center;
  margin: 15px 0;
}
.node--type-page .bs-region--main .field--name-body {
  max-width: 650px;
  margin: 0 auto;
}
.node--type-page .bs-region--main .field--name-node-title {
  margin: 0 0 30px 0;
  text-align: center;
}
.page-node-type-page .autor .bs-region--left {
  text-align: center;
  padding: 30px 30px 30px 45px;
}
@media (max-width: 768px) {
  .node--type-page .bs-region--main {
    padding: 30px;
  }
}
/* AddtoAny */
.addtoany_list {
  margin-bottom: 20px;
  margin-top: -20px;
  display: block;
}
/* Kontaktformular */
.contact-message-kontaktformular-form {
  padding: 30px 60px;
}
@media (max-width: 768px) {
  .contact-message-kontaktformular-form {
    padding: 15px 30px;
  }
}
/* Footer */
.footer {
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: -15px;
  padding-right: -15px;
  margin: 0px auto;
  vertical-align: middle;
  font-size: 80%;
  border: none;
}
.region-footer {
  background: #1c9dc3;
  margin: 0 -15px;
  padding: 10px;
}
.footer p {
  padding: 7px 0;
}
.footer a {
  padding: 7px 9px !important;
}
.footer a:link,
.footer a:visited,
.footer a:active {
  color: white;
  background: none;
}
.footer a:hover,
.footer a:visited:hover,
.footer a:focus {
  color: white;
  text-decoration: none;
  background: none !important;
}
.footer .nav > li {
  display: inline-block;
  float: right;
}
#block-fusszeile {
  text-align: right;
}
#block-footeren {
  text-align: right;
}
/* Suche */
.view-id-suche .view-fields {
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) !important;
  margin: 15px 0;
  padding: 0;
  background: white;
  text-align: center;
  height: 650px;
  position: relative;
}
.view-id-suche .view-fields .views-field-title {
  margin: 10px 0;
}
.view-id-suche .view-fields img {
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.view-id-suche .view-fields .field--name-node-title {
  padding: 0 5px;
}
.view-id-suche .view-fields .field--name-field-autor {
  margin: 20px 0;
}
.view-id-suche .view-fields .field--name-field-autor a:link,
.view-id-suche .view-fields .field--name-field-autor a:visited {
  color: grey;
}
.view-id-suche .view-fields .field--name-field-autor a:hover,
.view-id-suche .view-fields .field--name-field-autor a:visited:hover,
.view-id-suche .view-fields .field--name-field-autor a:active {
  color: grey;
  text-decoration: underline;
}
.view-id-suche .view-fields .field--name-field-genre {
  font-size: 80%;
}
.view-id-suche .view-fields .field--name-field-genre a:link,
.view-id-suche .view-fields .field--name-field-genre a:visited {
  color: grey;
}
.view-id-suche .view-fields .field--name-field-genre a:hover,
.view-id-suche .view-fields .field--name-field-genre a:visited:hover,
.view-id-suche .view-fields .field--name-field-genre a:active {
  color: grey;
  text-decoration: underline;
}
.view-id-suche .view-fields .views-field-body,
.view-id-suche .view-fields .views-field-field-biografie {
  font-size: 80%;
  padding: 0 5px;
  margin: 10px 0;
}
/*---- EU Cookie Popup ---- */
#sliding-popup {
  color: white !important;
}
#sliding-popup h2 {
  display: block;
  background: none;
  color: white !important;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
/* Fix dropdown menus on mobile */
@media (max-width: 991px) {
  .dropdown-toggle:hover .dropdown-menu {
    visibility: visible !important;
    display: block !important;
    border-radius: 0 !important;
  }
  .dropdown-backdrop {
    position: static;
  }
}
/* make Youtube responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Pager */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1c9dc3;
  border-color: #1c9dc3;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a,
.pagination > li > span {
  color: #1c9dc3;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: white;
  color: white;
}
/* Fix dropdown menus on mobile */
@media (max-width: 991px) {
  .dropdown-toggle:hover .dropdown-menu {
    visibility: visible !important;
    display: block !important;
    border-radius: 0 !important;
  }
  .dropdown-backdrop {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .navbar,
  .main-container,
  .footer {
    width: 100% !important;
  }
  .block-views-blockteaser-block-1 {
    margin-top: 50px !important;
  }
}
