@charset "UTF-8";
/*
*	GENERAL STUFF
*/
/* -- colors -- */
/* -- fonts -- */
/* -- breakpoints -- */
/* -- widths -- */
/* -- paddings / margins -- */
/*
*	IMPORT SCSS
*	import scss files from other files
*	modules etc. that have no dependencies to the following definitions
*/
/* ===== reset css ===== */
html {
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 130%;
  background: #fff;
}

section {
  display: block;
}

form {
  display: inline;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table, th, td {
  vertical-align: middle;
}

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

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

a img {
  border: none;
}

:focus {
  outline: 0;
}

/* ===== basics ===== */
* {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 160%;
  color: #575757;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  /*text-align: left;*/
  text-rendering: auto;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  */
}

.clear {
  clear: both;
}

.cleanup {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: -1px 0;
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

.backface-hidden {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.break {
  word-wrap: break-word;
}

.word-break {
  word-break: break-all;
}

.pos-rel {
  position: relative;
}

.left-floater {
  float: left;
}

.right-floater {
  float: right;
}

.righter {
  text-align: right;
}

.lefter {
  text-align: left;
}

.centerer {
  text-align: center;
}

.blocker {
  text-align: justify;
}

.topper {
  vertical-align: top;
}

.middler {
  vertical-align: middle;
}

.bottomer {
  vertical-align: bottom;
}

.b, b, .bold, strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.activated {
  display: inline;
}

.deactivated {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.upper {
  text-transform: uppercase;
}

em, i {
  color: inherit;
  font-size: inherit;
  font-style: italic;
}

/*
*	_fonts.scss
*	external font files
*/
@font-face {
  font-family: "MyriadPro-Light";
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-light.otf") format("opentype");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-light.eot");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-light.woff") format("woff"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-regular.otf") format("opentype");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-regular.eot");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-regular.woff") format("woff"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-semibold.otf") format("opentype");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-semibold.eot");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-semibold.woff") format("woff"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-bold.otf") format("opentype");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-bold.eot");
  src: url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-bold.woff") format("woff"), url("/wp-content/themes/buecherstadt/_shared/fonts/myriadpro-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*
*	_mixins.scss
*	some mixins
*/
/*
*	_alert.scss
*	defintions for alert boxes
*/
/* -- colors -- */
/* -- the alert box -- */
.alert {
  padding: 1.25em;
  border: 1px solid;
  font-size: 0.9em;
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .alert {
    max-width: 100%;
  }
}
.alert.success {
  background: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.alert.info {
  background: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.alert.warning {
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.alert.error {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.alert.border-simple-blue {
  border-color: #31708f;
}
.alert.border-simple-yellow {
  border-color: #8a6d3b;
}
.alert.border-simple-red {
  border-color: #a94442;
}
.alert.border-simple-green {
  border-color: #3c763d;
}
.alert p {
  padding-bottom: 1em;
  letter-spacing: 0.05em;
  text-align: left !important;
}
.alert p:last-child {
  padding-bottom: 0;
}

.alertbox {
  padding: 1em;
  margin-bottom: 1em;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.label.warning {
  background: #8a6d3b;
}
.label.highlight {
  background: #31708f;
}
.label.reduce-size-in-headline {
  font-size: 65%;
  padding-left: 0.7em;
  padding-right: 0.7em;
  margin-left: 10px;
  display: inline-block;
  border-radius: 2px;
}
.label.reduce-size-in-headline.much-smaller {
  font-size: 55%;
}
@media (max-width: 660px) {
  .label.reduce-size-in-headline {
    margin-left: 0px;
    display: block;
    max-width: 60px;
    margin-bottom: 10px;
  }
}

/*
*	_buttons.scss
*	general resets for global buttons
*/
#main-content-holder .button {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
  padding: 0.25rem 1rem;
  /*&.additional--side--padding {
  	padding-left: $padding-basic-small !important;
  	padding-right: $padding-basic-small !important;
  }*/
}
#main-content-holder .button i {
  margin-right: 1rem;
}
#main-content-holder .button.cta {
  padding: 0.25rem 1.5rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 0.9em;
}
#main-content-holder .button.layout--bordered {
  background: #0094e3;
  color: #ffffff;
  border: 1px solid #0094e3;
}
#main-content-holder .button.layout--bordered:hover {
  background: #0094e3;
  color: #0094e3;
  border: 1px solid #0094e3;
}
#main-content-holder .button.layout--default {
  background: #575757;
  color: #ffffff;
  border: 1px solid #575757;
}
#main-content-holder .button.layout--default:hover {
  background: #adadad;
  border: 1px solid #adadad;
}
#main-content-holder .button.width--full {
  display: block;
  width: 100%;
}
#main-content-holder .button.width--inline {
  display: inline-block;
  width: auto;
}
#main-content-holder .button.text--center {
  text-align: center !important;
}
#main-content-holder .button.text--right {
  text-align: right !important;
}
#main-content-holder .button.text--left {
  text-align: left;
}
#main-content-holder .button.text--uppercase {
  text-transform: uppercase;
}
#main-content-holder .button.text--normal {
  text-transform: none;
}
#main-content-holder .button.allow--whitespace {
  white-space: normal !important;
}

/*
*	_gallery.scss
*	styles for the wp gallery
*/
.gallery_default .gallery-item .gallery-icon {
  padding: 1rem;
}
.gallery_default .gallery-item .gallery-icon img {
  display: block;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0px 0px 0px 1px #575757;
          box-shadow: 0px 0px 0px 1px #575757;
}

/*
*	_shortcodes.scss
*	defintions for the shortcode plugin
*/
/* -- infoboxes -- */
.infobox {
  padding-bottom: 1.5rem;
}
.infobox dl dt {
  width: 15%;
  float: left;
}
@media (max-width: 660px) {
  .infobox dl dt {
    width: 100%;
    display: block;
    float: none;
  }
}
.infobox dl dd:after {
  content: "";
  display: table;
  clear: both;
}

/* -- content grids -- */
.content-grid:first-child {
  opacity: 1;
}
.content-grid.no-padding {
  padding-bottom: 0;
}
.content-grid .column {
  float: left;
  height: auto;
  position: relative;
}
.content-grid.two-columns .column {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 2rem;
}
.content-grid.two-columns .column:last-child {
  margin-right: 0px;
}
.content-grid.two-columns.fullwidth .column {
  width: 50%;
  margin-right: 0;
}
.content-grid.two-columns.one-third-two-third .column:first-child {
  width: 32%;
  margin-right: 6%;
}
.content-grid.two-columns.one-third-two-third .column:last-child {
  width: 62%;
  margin-right: 0;
}
.content-grid.two-columns.two-third-one-third .column:first-child {
  width: 62%;
  margin-right: 6%;
}
.content-grid.two-columns.two-third-one-third .column:last-child {
  width: 32%;
  margin-right: 0;
}
.content-grid.three-columns .column {
  width: 32%;
  margin-right: 2%;
}
.content-grid.three-columns .column:last-child {
  margin-right: 0px;
}
.content-grid.three-columns.one-fourth-two-fourth-one-fourth .column {
  width: 47.75%;
  margin-right: 4.5%;
}
.content-grid.three-columns.one-fourth-two-fourth-one-fourth .column:first-child, .content-grid.three-columns.one-fourth-two-fourth-one-fourth .column:last-child {
  width: 21.625%;
}
.content-grid.three-columns.one-fourth-two-fourth-one-fourth .column:last-child {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .content-grid.two-columns .column, .content-grid.three-columns .column {
    margin-right: 0 !important;
    display: block !important;
    width: 100% !important;
  }
}
.content-grid.three-columns .column .infobox dl dt, .content-grid.two-columns.one-third-two-third .column:first-child .infobox dl dt, .content-grid.two-columns .infobox dl dt {
  width: 25%;
}

/* -- youtube videos -- */
.youtube-video-wrapper {
  position: relative !important;
  width: 100%;
  height: auto;
  padding: 0;
  padding-top: 56.25%;
}
.youtube-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -- call to action buttons -- */
.cta-wrapper {
  padding-bottom: 1rem;
}

/* -- highlight boxes -- */
.highlight-text {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  color: #0094e3;
  font-weight: bold;
}

/*
*	the grid for page layouts
*	not the shortcode grids!
*/
.grid-wrapper .grid-item {
  width: auto;
  height: auto;
  float: left;
  margin-right: 4.5%;
}
.grid-wrapper .grid-item:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .grid-wrapper .grid-item {
    display: block;
    width: 100% !important;
    float: none;
    margin-right: 0px;
    margin-bottom: 1em;
  }
  .grid-wrapper .grid-item:last-child {
    margin-bottom: 0px;
  }
}
.grid-wrapper .grid-item-4 {
  width: 21.625%;
}
.grid-wrapper .grid-item-8 {
  width: 47.75%;
}

/* -- reset some styles of the cookie plugin -- */
.pea_cook_wrapper {
  border-radius: 0px !important;
}
.pea_cook_wrapper a#fom {
  text-decoration: none !important;
  border-bottom: 0px !important;
  font-weight: bold;
}
.pea_cook_wrapper a#fom:hover {
  color: #0094e3 !important;
}
.pea_cook_wrapper button.pea_cook_btn {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
*	_tables.scss
*	general resets and styles for tables
*/
table {
  /* === bunker tour items === */
}
table.bunkertour {
  width: auto;
  max-width: 100%;
  margin-top: 1rem;
}
table.bunkertour tbody tr td {
  padding-right: 1.75rem;
  padding-bottom: 1rem;
  vertical-align: top;
}
table.bunkertour tbody tr td:first-child {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
}
table.bunkertour tbody tr td table {
  width: 100%;
}
table.bunkertour tbody tr td table tr td {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  background: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dddddd;
}
table.bunkertour tbody tr td table tr td:first-child {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
}
table.bunkertour tbody tr td table tr:first-child td {
  padding-top: 0;
}
table.bunkertour tbody tr td table tr:last-child td {
  border-bottom: 0;
}
table.bunkertour tbody tr td .green {
  color: #249928 !important;
}
table.bunkertour tbody tr td .semibold {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
}
table.bunkertour tbody tr td .nowrap {
  white-space: nowrap;
}

body.green table.bunkertour > tbody > tr > td:first-child {
  color: #249928;
  border-left: 3px solid #dddddd;
  padding-left: 1rem;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
*	plugin: elementor
*/
/* === entrance animations === */
/* -- fadeInUp -- */
@-webkit-keyframes KrfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes KrfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: KrfadeInUp !important;
          animation-name: KrfadeInUp !important;
}

/* -- fadeInDown -- */
@-webkit-keyframes KrfadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes KrfadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: KrfadeInDown !important;
          animation-name: KrfadeInDown !important;
}

/* -- fadeInRight -- */
@-webkit-keyframes KrfadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes KrfadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: KrfadeInRight !important;
          animation-name: KrfadeInRight !important;
}

/* -- fadeInLeft -- */
@-webkit-keyframes KrfadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes KrfadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: KrfadeInLeft !important;
          animation-name: KrfadeInLeft !important;
}

/* === elementor: boxed container === */
.e-con-boxed {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.e-con-boxed .e-con-inner {
  max-width: 960px;
}

/* === elementor: images === */
.elementor-widget-image a img[src$=".svg"] {
  width: inherit !important;
}

.elementor-image a {
  display: block;
}

/* === elementor: gallery === */
a.elementor-gallery-item {
  border: 0 !important;
}

.pp-icon i,
.pp-icon svg {
  line-height: 1;
}

/* === elementor: buttons === */
.elementor-button .elementor-button-icon svg {
  vertical-align: middle;
}

/* === elementor: popups / offcanvas === */
.btn-close-popup .dialog-close-button,
.btn-close-popup a.elementor-icon {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  padding: 0.75rem;
  border: 0;
  text-decoration: none;
}
.btn-close-popup .dialog-close-button svg,
.btn-close-popup a.elementor-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.btn-close-popup .dialog-close-button:hover,
.btn-close-popup a.elementor-icon:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border: 0;
  text-decoration: none;
}

.dialog-lightbox-message {
  max-width: 960px !important;
}

.elementor-widget-off-canvas .e-off-canvas__content {
  max-width: 960px !important;
}

/*
*	plugin: cookie notice
*/
#cookie-notice #cn-notice-text {
  color: #ffffff !important;
}
#cookie-notice .button.wp-default {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block !important;
  white-space: nowrap;
  color: #575757 !important;
  text-decoration: none;
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-shadow: none;
  background: #adadad;
  padding: 0.5rem 1rem 0.25rem 1rem;
  border: 0;
  border-radius: 0;
}
#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:active, #cookie-notice .button.wp-default:focus {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #222222 !important;
  background: #dddddd !important;
}

/*
*	plugin: meta slider
*/
.metaslider .flexslider {
  margin-bottom: 0 !important;
}
.metaslider .flexslider .flex-direction-nav li a {
  background-image: url(/wp-content/themes/buecherstadt/_media/img/bg_direction_nav_white.png) !important;
}
.metaslider .flex-control-nav {
  bottom: 15px !important;
}
.metaslider .flex-control-paging li a:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_grey.svg);
}
.metaslider .flex-direction-nav {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
.metaslider .flex-direction-nav .flex-prev {
  opacity: 0.75 !important;
  left: 10px !important;
}
.metaslider .flex-direction-nav .flex-prev:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  left: 10px !important;
  opacity: 1 !important;
}
.metaslider .flex-direction-nav .flex-next {
  opacity: 0.75 !important;
  right: 10px !important;
}
.metaslider .flex-direction-nav .flex-next:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  right: 10px !important;
  opacity: 1 !important;
}

@media screen and (max-width: 660px) {
  #main-header .metaslider .flex-control-nav {
    display: none;
  }
}
/*
*	plugin: eventon
*/
.ajde_evcal_calendar .evcal_avdata_row .evcal_evdata_cell p a {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  padding: 0.25rem 0.5rem !important;
  border: 0 !important;
}
.ajde_evcal_calendar .evcal_avdata_row .evcal_evdata_cell p a:hover {
  opacity: 1 !important;
  color: #ffffff !important;
}
.ajde_evcal_calendar .evcal_avdata_row .evcal_evdata_cell h3.evo_h3 a {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  padding: 0 !important;
  border: 0 !important;
}
.ajde_evcal_calendar .evcal_avdata_row .evcal_evdata_cell h3.evo_h3 a:hover {
  opacity: 1 !important;
  background: transparent !important;
}

.eventon_events_list .eventon_list_event .evcal_list_a {
  padding: 0.75rem 0 0.25rem 0 !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time {
  font-size: 0.9rem !important;
  padding-left: 18px !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before {
  top: 4px !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 {
  display: none !important;
}

#evcal_calendar_main-de.ajde_evcal_calendar .eventon_events_list .eventon_list_event p.desc_trig_outter {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  padding-left: 1rem;
  border-left: 3px solid #575757 !important;
}
#evcal_calendar_main-de.ajde_evcal_calendar .eventon_events_list .eventon_list_event p.desc_trig_outter:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border-left-width: 7px !important;
}
#evcal_calendar_main-de.ajde_evcal_calendar .eventon_events_list div[data-colr="#fc6f0a"] p.desc_trig_outter {
  border-left-color: #fc6f0a !important;
}
#evcal_calendar_main-de.ajde_evcal_calendar .eventon_events_list div[data-colr="#249928"] p.desc_trig_outter {
  border-left-color: #249928 !important;
}
#evcal_calendar_main-de.ajde_evcal_calendar .eventon_events_list div[data-colr="#de2846"] p.desc_trig_outter {
  border-left-color: #de2846 !important;
}
#evcal_calendar_main-de.ajde_evcal_calendar .eventon_events_list div[data-colr="#0094e3"] p.desc_trig_outter {
  border-left-color: #0094e3 !important;
}

.ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events {
  border: 0 !important;
}
.ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events p.no_events {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif !important;
  background: none !important;
}

.evoShow_more_events {
  display: inline-block !important;
  padding: 0.5rem 1rem 0.25rem 1rem !important;
  margin: 1rem auto 0 auto !important;
}
.evoShow_more_events span {
  display: inline-block !important;
  font-size: 0.9rem !important;
  line-height: 140% !important;
  text-transform: normal !important;
  background: none !important;
  padding: 0 !important;
}
.evoShow_more_events span:after {
  content: url(/wp-content/themes/buecherstadt/_media/img/icon_chevron-circle-right_white.svg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
  margin-left: 0.5rem;
}

#evcal_widget .event_description .evcal_evdata_row p {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.9rem !important;
}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_time {
  padding-left: 18px !important;
}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before {
  top: 2px !important;
}
#evcal_widget #evcal_head .evcal_arrows.evo_arrow_next:before {
  -webkit-transform: rotate(-45deg) translate(0px, -12px) scale(0.9) !important;
          transform: rotate(-45deg) translate(0px, -12px) scale(0.9) !important;
}
#evcal_widget #evcal_head .evcal_arrows:before {
  -webkit-transform: rotate(135deg) translate(-1px, 11px) scale(0.9) !important;
          transform: rotate(135deg) translate(-1px, 11px) scale(0.9) !important;
  margin: 14px;
}

.sidebar-box #evcal_widget #evcal_list .eventon_list_event .evoet_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-box #evcal_widget #evcal_list .eventon_list_event .evoet_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: min-content;
      flex-basis: min-content;
}
.sidebar-box #evcal_widget #evcal_list .eventon_list_event .evoet_c3 .evoet_title {
  padding-top: 0;
}
.sidebar-box #evcal_widget #evcal_list .eventon_list_event .evcal_list_a {
  border-color: transparent !important;
}

#evcal_list {
  background: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
}
#evcal_list .evcal_event_title {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 1.1rem !important;
  text-transform: none;
}
#evcal_list .eventon_list_event .evcal_eventcard p {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.9rem !important;
  padding-bottom: 0 !important;
}
#evcal_list .eventon_list_event .evo_metarow_details .eventon_full_description li {
  padding-bottom: 0 !important;
}

.home-boxes .calendar_header {
  display: none;
}
.home-boxes .eventon_events_list .eventon_list_event {
  border-bottom: 0;
}
.home-boxes .eventon_events_list .eventon_list_event .evcal_list_a {
  padding-bottom: 2rem;
}
.home-boxes .eventon_events_list .eventon_list_event .evcal_desc {
  padding-right: 1.5rem;
}
.home-boxes .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 {
  display: none !important;
}
.home-boxes .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info {
  display: none !important;
}

.ajde_evcal_calendar .calendar_header {
  margin-top: 0;
  margin-bottom: 1.5rem !important;
}
.ajde_evcal_calendar .calendar_header .evo_cal_above {
  padding-bottom: 2rem;
}
.ajde_evcal_calendar .calendar_header .evo_cal_above span {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  opacity: 1;
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 0.15rem 0.75rem 0.2rem;
  background-color: #adadad;
  border-radius: 0;
}
.ajde_evcal_calendar .calendar_header .evo_cal_above span:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #0094e3 !important;
}
.ajde_evcal_calendar .calendar_header p#evcal_cur {
  white-space: nowrap !important;
  line-height: 100% !important;
  padding: 0 1rem !important;
}
.ajde_evcal_calendar .calendar_header .evo_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
  background-color: #0094e3 !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none !important;
  width: 30px !important;
  height: 30px !important;
  background: #adadad !important;
  margin: 0 auto !important;
  border: 0 !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows #evcal_prev,
.ajde_evcal_calendar .calendar_header .evcal_arrows #evcal_next {
  margin-left: 0 !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows i {
  color: #ffffff !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:before {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border-color: #ffffff !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #0094e3 !important;
}
.ajde_evcal_calendar .eventon_events_list p {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event {
  border-bottom: 1px solid #cdcdcd;
  border-radius: 0;
  margin-bottom: 0;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig {
  min-height: unset !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evoet_cx span.evcal_event_title {
  color: #575757 !important;
  padding-top: 0.25rem;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evoet_cx em {
  color: #575757 !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evoet_cx em i {
  color: #575757 !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evoet_cx em.evcal_time {
  padding-left: 0 !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evoet_cx.evoet_c2 {
  margin-right: 1.5rem;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evoet_cx.evoet_c3 {
  padding-right: 0;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evcal_cblock {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif !important;
  color: #575757 !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evcal_cblock .evo_start .date {
  color: #575757 !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evcal_cblock .evo_start .month {
  color: #575757 !important;
  margin-bottom: 0.5rem;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evcal_cblock .evo_end .date {
  color: #575757 !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evcal_cblock .evo_end .month {
  color: #575757 !important;
}
.ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event a.desc_trig .evcal_cblock .evo_end:before {
  background-color: #575757 !important;
}

#evcal_calendar_event_sidebar .calendar_header .evo_arrows {
  margin-top: 0 !important;
}

/* lightbox / popup */
.evo_lightbox {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.evo_lightboxes .evo_pop_body p {
  font-size: 1rem !important;
  padding-bottom: 0 !important;
}

.evopopclose,
.evolbclose {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #0094e3 !important;
}
.evopopclose:before, .evopopclose:after,
.evolbclose:before,
.evolbclose:after {
  background-color: #dddddd !important;
}
.evopopclose:hover,
.evolbclose:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #00d1fe !important;
}
.evopopclose:hover:before, .evopopclose:hover:after,
.evolbclose:hover:before,
.evolbclose:hover:after {
  background-color: #575757 !important;
}

/* month arrows */
body.orange .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #fc6f0a !important;
  width: "dumdidum";
}

body.green .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #249928 !important;
  width: "dumdidum";
}

body.red .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #de2846 !important;
  width: "dumdidum";
}

body.blue .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #0094e3 !important;
  width: "dumdidum";
}

/* sidebar adjustments */
.sidebar-box .evo_cal_above {
  display: none;
}
.sidebar-box .calendar_header {
  margin-bottom: 0.5rem !important;
}

#evcal_cur {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  line-height: 140% !important;
  color: #575757 !important;
}

.eventon_events_list .eventon_list_event .desc_trig {
  background: transparent !important;
}

.evopop_top {
  background: transparent !important;
}

/*
*	plugin: wp responsive recent post slider
*/
/*************** Design-KR *************/
.wppsac-post-slider.design-kr .wppsac-post-list-content,
.wppsac-post-slider.design-kr .recent-post-slider.design-4 .post-list {
  width: 100%;
  float: left;
  clear: both;
}
.wppsac-post-slider.design-kr .post-image-bg {
  background: #f1f1f1;
  height: 230px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wppsac-post-slider.design-kr .recentpost-categories {
  margin-top: 0;
}
.wppsac-post-slider.design-kr .recentpost-categories a {
  color: #fff;
}
.wppsac-post-slider.design-kr .wp-medium-5 {
  padding: 0px 10px 0 0;
}
.wppsac-post-slider.design-kr .post-list-content .wp-medium-7 {
  padding: 10px 35px 10px 15px;
}
.wppsac-post-slider.design-kr .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.wppsac-post-slider.design-kr .slick-next {
  right: 0px !important;
}
.wppsac-post-slider.design-kr .slick-prev {
  left: 0px !important;
}
.wppsac-post-slider.design-kr .slick-dots {
  left: 0;
  right: 0;
}
.wppsac-post-slider.design-kr .wp-post-content a.readmorebtn {
  color: #444;
  border-color: #444;
}
.wppsac-post-slider.design-kr a.readmorebtn:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.wppsac-post-slider .wppsac-post-slides .wppsac-post-list .wppsac-post-list-content h2 {
  display: inline-block;
  padding: 0;
  margin-bottom: 1rem !important;
  border: 0;
}
.wppsac-post-slider .wppsac-post-slides .wppsac-post-list .wppsac-post-list-content h2 a {
  color: #444;
  font-size: 1.25rem;
  text-align: left;
  line-height: 160% !important;
  border: 0;
  cursor: default;
}
.wppsac-post-slider .wppsac-post-slides .wppsac-post-list .wppsac-post-list-content h2 a:hover {
  background: transparent;
}
.wppsac-post-slider .wppsac-post-slides .wppsac-post-list .wppsac-post-list-content h2:before {
  display: none;
}
.wppsac-post-slider .wppsac-post-slides .wppsac-post-list .wppsac-post-list-content h2:after {
  display: none;
}
.wppsac-post-slider .slick-dots li {
  cursor: pointer;
}
.wppsac-post-slider .slick-dots li button {
  display: none;
}
.wppsac-post-slider .slick-dots li:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_grey.svg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
}
.wppsac-post-slider .slick-dots li:hover:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_blue.svg);
}
.wppsac-post-slider .slick-dots li.slick-active:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_blue.svg);
}

/*
*	plugin: ultimate maps
*/
.leaflet-container .leaflet-popup-content-wrapper {
  border-radius: 5px !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 10px 15px 7px 10px !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content h3.umsMarkerTitle {
  display: none;
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc * {
  font-size: 0.9rem !important;
  margin: 0;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc h3 {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 0.25rem 0 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc img {
  margin: 0 0 0.5rem 0 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  text-decoration: none;
  padding: 0 0.25rem;
  border-bottom: 1px dotted #adadad;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-orange h3 {
  color: #fc6f0a !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-orange a {
  color: #fc6f0a !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-orange a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #fc6f0a !important;
  border-bottom: 1px solid #fc6f0a;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-green h3 {
  color: #249928 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-green a {
  color: #249928 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-green a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #249928 !important;
  border-bottom: 1px solid #249928;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-red h3 {
  color: #de2846 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-red a {
  color: #de2846 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-red a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #de2846 !important;
  border-bottom: 1px solid #de2846;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-blue h3 {
  color: #0094e3 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-blue a {
  color: #0094e3 !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .umsMarkerDesc .marker-blue a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #0094e3 !important;
  border-bottom: 1px solid #0094e3;
}
.leaflet-container a.leaflet-popup-close-button {
  width: 22px;
  height: 22px;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #0094e3 !important;
  background: transparent !important;
  border: 0 !important;
}

.leaflet-top {
  top: 80px !important;
}

.leaflet-control-scale {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 20px !important;
}

.leaflet-bottom {
  bottom: 45px !important;
}
.leaflet-bottom .leaflet-control-attribution a {
  font-size: inherit !important;
}

/*
*	plugin: wp forms
*/
.wpforms-container-full {
  margin: 0 auto !important;
}

/*
*	GENERAL CLASSES AND RESETTERS
*	OTHER GENERAL STUFF
*/
main {
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
  background: #dddddd;
  background: linear-gradient(to bottom, #dddddd 0, #ffffff 600px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dddddd", endColorstr="#ffffff",GradientType=0 );
  padding-bottom: 2rem;
}

#skip-links {
  display: none;
}

.print-select {
  display: none;
}

p {
  padding-bottom: 0.75rem;
}

img,
object {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*-- font awesome additions --*/
.fa-padding-right {
  padding-right: 0.5rem;
}

.fa-margin-left {
  margin-left: 0.5rem;
}

.fa {
  vertical-align: baseline;
}

/* -- input placeholder -- */
::-webkit-input-placeholder { /* WebKit browsers */
  color: #adadad;
}

:focus::-webkit-input-placeholder { /* WebKit browsers */
  color: #dddddd;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #adadad;
}

:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #dddddd;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #adadad;
}

:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #dddddd;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #adadad;
}

:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #dddddd;
}

/* -- scrollbars -- */
::-webkit-scrollbar {
  width: 10px;
  background: #adadad;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #0094e3;
}

body {
  max-width: 100%;
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  /*color: $color-black;*/
  background: #2d2d2d;
  overflow-x: hidden;
  /* paddings / margins */
  /* === sections === */
  /* -- links -- */
  /* ===== images ===== */
  /* ===== videos ===== */
  /* === global page color dependecies === */
  /* === home === */
  /* == special formatting of code which was just pasted from erecht24.de == */
}
body #old-browser {
  margin-bottom: 1.5rem;
}
body #old-browser p {
  margin-bottom: 0;
  padding-bottom: 0;
}
body .vhidden {
  visibility: hidden;
}
body .hidden {
  display: none !important;
}
body .unveil {
  opacity: 0;
}
body small {
  font-size: 0.8rem;
}
body .relative {
  position: relative;
}
body .center {
  text-align: center !important;
}
body .margin-top-basic {
  margin-top: 3rem;
}
@media (max-width: 480px) {
  body .margin-top-basic {
    margin-top: 1.5rem;
  }
}
body .margin-top-small {
  margin-top: 1rem;
}
body .margin-top-half {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  body .margin-top-half {
    margin-top: 1rem;
  }
}
body .margin-top-double {
  margin-top: 6rem;
}
body .margin-top-middle {
  margin-top: 2rem;
}
body .margin-bottom-basic-half {
  margin-bottom: 1.5rem;
}
body .margin-bottom-basic {
  margin-bottom: 3rem;
}
body .margin-bottom-middle {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  body .margin-bottom-middle {
    margin-bottom: 1rem;
  }
}
body .margin-bottom-2x {
  margin-bottom: 6rem;
}
body .padding-top-double {
  padding-top: 6rem !important;
}
body .no-padding-top {
  padding-top: 0 !important;
}
body .no-padding-bottom {
  padding-bottom: 0 !important;
}
body strong,
body b {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
}
body hr.star {
  text-align: center;
  margin-top: 2rem;
}
body hr.star:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_grey.svg);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
body hr.star.green:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_green.svg);
}
body.nav-active #mobile-navigation {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  right: 0%;
}
body.nav-active #page-overlay {
  display: block !important;
}
body #scroll-top {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999999;
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  background: #575757;
  border: 0;
  border-radius: 50%;
}
body #scroll-top i {
  font-size: 1.2rem;
}
body #scroll-top:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #dddddd;
  color: #575757;
}
body #mobile-navigation {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: fixed;
  top: 0;
  right: -45%;
  z-index: 99990;
  overflow-y: auto;
  width: 40%;
  height: 100%;
  letter-spacing: 0.05em;
  background: #dddddd;
  padding-top: 3rem;
  -webkit-box-shadow: -10px 0 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 0 20px 1px rgba(0, 0, 0, 0.4);
}
body #mobile-navigation #mobile-close-trigger {
  display: block;
  color: #575757;
  width: auto;
  height: auto;
  padding: 0px 0.5rem;
  float: left;
  text-decoration: none;
  background: transparent;
  margin-top: -2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  border: 0;
}
body #mobile-navigation #mobile-close-trigger:hover {
  color: #222222;
}
body #mobile-navigation ul#language-select-mobile {
  clear: both;
  display: block;
  padding: 1.25rem 1rem 0.5rem 1rem;
  border-top: 1px solid #adadad;
}
body #mobile-navigation ul#language-select-mobile > li {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
  border: 0;
}
body #mobile-navigation ul#language-select-mobile > li a {
  background: transparent;
  padding: 0;
  border: 0;
}
body #mobile-navigation ul#language-select-mobile > li a img {
  width: 30px;
  height: 20px;
}
body #mobile-navigation ul#language-select-mobile > li a:before {
  display: none;
}
body #mobile-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #adadad;
}
body #mobile-navigation ul li {
  position: relative;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #adadad;
}
body #mobile-navigation ul li a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: block;
  position: relative;
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  text-decoration: none;
  color: #575757;
  padding: 0.5em 2rem 0.4rem 1.5rem;
  border: 0;
}
body #mobile-navigation ul li a .clicker {
  color: #adadad;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding: 0.25em 0.5em;
}
body #mobile-navigation ul li a .clicker:hover, body #mobile-navigation ul li a .clicker:focus {
  cursor: pointer;
}
body #mobile-navigation ul li a:hover, body #mobile-navigation ul li a:focus {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
  background: #adadad;
}
body #mobile-navigation ul li a:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_grey.svg);
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.75rem;
}
body #mobile-navigation ul li a i.fa {
  font-size: 1.755rem;
}
body #mobile-navigation ul li.current-menu-item > a {
  font-weight: bold;
}
body #mobile-navigation ul li.orange > a {
  color: #fc6f0a;
}
body #mobile-navigation ul li.orange > a:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_orange.svg);
}
body #mobile-navigation ul li.green > a {
  color: #249928;
}
body #mobile-navigation ul li.green > a:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_green.svg);
}
body #mobile-navigation ul li.red > a {
  color: #de2846;
}
body #mobile-navigation ul li.red > a:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_red.svg);
}
body #mobile-navigation ul li.blue > a {
  color: #0094e3;
}
body #mobile-navigation ul li.blue > a:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_blue.svg);
}
body #mobile-navigation ul li ul {
  display: none;
}
body #mobile-navigation ul li ul li:last-child {
  border-bottom: none;
}
body #mobile-navigation ul li ul li a {
  padding-left: 3rem;
}
body #mobile-navigation ul li ul li a:before {
  content: "- ";
}
body #mobile-navigation ul li.current-page-ancestor ul, body #mobile-navigation ul li.current-page-parent ul, body #mobile-navigation ul li.current-menu-item ul {
  display: block;
}
body #mobile-navigation ul li.logo {
  display: none;
}
@media (max-width: 768px) {
  body #mobile-navigation {
    width: 70%;
    right: -80%;
  }
}
@media (max-width: 480px) {
  body #mobile-navigation {
    width: 90%;
    right: -100%;
  }
}
body .content-page {
  position: relative;
}
body .content-bg {
  /*background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_grey-4.svg) bottom center no-repeat;
  background-size: 102%;
  padding-bottom: 2rem;

  // 960
  @media (max-width: $breakpoint-tablet-old-pc ) {
  	background-size: 200%;
  	background-position: bottom -6.5rem center;
  	padding-bottom: 1rem;
  }*/
}
body section.sec {
  *zoom: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
body section.sec:before, body section.sec:after {
  content: "";
  display: table;
}
body section.sec:after {
  clear: both;
}
body section.sec .sec-content {
  *zoom: 1;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 0;
}
body section.sec .sec-content:before, body section.sec .sec-content:after {
  content: "";
  display: table;
}
body section.sec .sec-content:after {
  clear: both;
}
body section.sec .sec-content .content-2-3 {
  float: left;
  width: 60%;
}
body section.sec .sec-content .content-1-3 {
  float: right;
  width: 33%;
}
body section.sec .sec-content:first-child {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  body section.sec .sec-content .content-2-3 {
    width: 100%;
    margin-bottom: 2rem;
  }
  body section.sec .sec-content .content-1-3 {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  body section.sec .sec-content {
    padding: 2rem 0;
  }
  body section.sec .sec-content:first-of-type {
    padding-top: 2rem;
  }
}
body section.sec .sec-content-full {
  *zoom: 1;
  width: 100%;
}
body section.sec .sec-content-full:before, body section.sec .sec-content-full:after {
  content: "";
  display: table;
}
body section.sec .sec-content-full:after {
  clear: both;
}
body .bg-white {
  background: #ffffff;
}
body .bg-grey {
  background: #dddddd;
}
body ul,
body ol {
  padding-bottom: 1em;
}
body ul li,
body ol li {
  margin: 0 0 5px 15px;
}
body ul {
  list-style-type: square;
}
body p {
  text-align: left;
}
body .btn,
body .evoShow_more_events,
body .elementor-button {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  color: #ffffff;
  text-align: center !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e7e7e+0,989898+100 */
  background: #7e7e7e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#989898));
  background: linear-gradient(to right, #7e7e7e 0%, #989898 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-grey-3", endColorstr="$color-grey-4",GradientType=1 ); /* IE6-9 */
  padding: 0.5rem 1.5rem 0.25rem !important;
  border-bottom: 3px solid #989898 !important;
  border-radius: 0 !important;
}
body .btn:hover,
body .evoShow_more_events:hover,
body .elementor-button:hover {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
body .btn *,
body .evoShow_more_events *,
body .elementor-button * {
  color: #ffffff;
}
body .btn.orange,
body .evoShow_more_events.orange,
body .elementor-button.orange {
  border-bottom: 3px solid #fc6f0a !important;
}
body .btn.green,
body .evoShow_more_events.green,
body .elementor-button.green {
  border-bottom: 3px solid #249928 !important;
}
body .btn.red,
body .evoShow_more_events.red,
body .elementor-button.red {
  border-bottom: 3px solid #de2846 !important;
}
body .btn.blue,
body .evoShow_more_events.blue,
body .elementor-button.blue {
  border-bottom: 3px solid #0094e3 !important;
}
body .btn:hover,
body .evoShow_more_events:hover,
body .elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
  padding: 0.5rem 0.5rem 0.25rem;
  border-bottom: 3px solid #adadad !important;
}
body .btn:hover.orange,
body .evoShow_more_events:hover.orange,
body .elementor-button:hover.orange {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e7e7e+0,989898+100 */
  background: #fc6f0a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fc6f0a), to(#fbc00d));
  background: linear-gradient(to right, #fc6f0a 0%, #fbc00d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-orange", endColorstr="$color-orange-light",GradientType=1 ); /* IE6-9 */
  border-bottom: 3px solid #fc6f0a !important;
}
body .btn:hover.green,
body .evoShow_more_events:hover.green,
body .elementor-button:hover.green {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e7e7e+0,989898+100 */
  background: #249928; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#249928), to(#6ad535));
  background: linear-gradient(to right, #249928 0%, #6ad535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-green", endColorstr="$color-green-light",GradientType=1 ); /* IE6-9 */
  border-bottom: 3px solid #249928 !important;
}
body .btn:hover.red,
body .evoShow_more_events:hover.red,
body .elementor-button:hover.red {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e7e7e+0,989898+100 */
  background: #de2846; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#de2846), to(#e81b6e));
  background: linear-gradient(to right, #de2846 0%, #e81b6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-red", endColorstr="$color-red-light",GradientType=1 ); /* IE6-9 */
  border-bottom: 3px solid #de2846 !important;
}
body .btn:hover.blue,
body .evoShow_more_events:hover.blue,
body .elementor-button:hover.blue {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e7e7e+0,989898+100 */
  background: #0094e3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0094e3), to(#00d1fe));
  background: linear-gradient(to right, #0094e3 0%, #00d1fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-blue", endColorstr="$color-blue-light", GradientType=1 ); /* IE6-9 */
  border-bottom: 3px solid #0094e3 !important;
}
body h1,
body h1.elementor-heading-title {
  position: relative;
  display: block;
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 1px;
  color: #575757;
  text-align: left;
  margin-bottom: 1rem;
}
body h1:first-of-type,
body h1.elementor-heading-title:first-of-type {
  margin-top: 0;
}
body h1.centered,
body h1.elementor-heading-title.centered {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 3rem auto;
}
@media screen and (max-width: 660px) {
  body h1,
  body h1.elementor-heading-title {
    margin: 0.5rem auto 1.5rem auto;
  }
}
@media screen and (max-width: 480px) {
  body h1,
  body h1.elementor-heading-title {
    font-size: 1.75rem;
    margin: 0.5rem auto 1.5rem auto;
  }
  body h1.centered,
  body h1.elementor-heading-title.centered {
    margin: 0 auto 1rem auto;
  }
}
body .elementor-widget-heading.centered h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 3rem auto;
}
body h2,
body h2.elementor-heading-title {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
  color: #575757;
  letter-spacing: 1px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body h2:first-of-type,
body h2.elementor-heading-title:first-of-type {
  margin-top: 0;
}
body p + h2 {
  margin-top: 3rem !important;
}
body h1 + h2:first-of-type,
body .column > h2:first-of-type {
  margin-top: 0;
}
body h3,
body h3.elementor-heading-title {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 140%;
  color: #575757;
  letter-spacing: 1px;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  body h3,
  body h3.elementor-heading-title {
    font-size: 1.1rem;
    line-height: 160%;
  }
}
body .column p + h3 {
  margin-top: 1.75rem;
}
body h4 {
  font-family: "MyriadPro-Bold", "Arial", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 1px;
  color: #575757;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
body h5 {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 1.1rem;
  line-height: 130%;
  letter-spacing: 1px;
  color: #0094e3;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
body .internal a,
body a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-family: inherit;
  font-weight: inherit;
  color: #575757;
  text-decoration: none !important;
  padding-top: 4px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #adadad;
  cursor: pointer;
}
body .internal a i.fa,
body a i.fa {
  vertical-align: baseline;
}
body .internal a:hover,
body a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #222222;
  border-bottom: 1px solid #575757;
}
body .internal a.internal, body .internal a.external, body .internal a.location, body .internal a[href^="mailto:"], body .internal a[href^="tel:"], body .internal a[href^="fax:"],
body a.internal,
body a.external,
body a.location,
body a[href^="mailto:"],
body a[href^="tel:"],
body a[href^="fax:"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  white-space: nowrap;
}
body .internal a.orange,
body a.orange {
  color: #fc6f0a !important;
}
body .internal a.orange:hover,
body a.orange:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #fc6f0a !important;
  border-bottom: 1px solid #fc6f0a !important;
}
body .internal a.green,
body a.green {
  color: #249928 !important;
}
body .internal a.green:hover,
body a.green:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #249928 !important;
  border-bottom: 1px solid #249928 !important;
}
body .internal a.red,
body a.red {
  color: #de2846 !important;
}
body .internal a.red:hover,
body a.red:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #de2846 !important;
  border-bottom: 1px solid #de2846 !important;
}
body .internal a.blue,
body a.blue {
  color: #0094e3 !important;
}
body .internal a.blue:hover,
body a.blue:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #0094e3 !important;
  border-bottom: 1px solid #0094e3 !important;
}
body .internal a.no-style,
body a.no-style {
  margin: 0;
  padding: 0;
  border: none;
}
body .internal a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 660px) {
  body .content-img-right {
    width: 35%;
  }
}
body .img-border-1-grey {
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_grey-3.svg) top center no-repeat;
  background-size: 300% auto;
  padding: 2.5rem 0.5rem 1rem 0.5rem !important;
}
body .icon-lang {
  width: 26px;
  height: 16px;
  margin-left: 0.25rem;
  margin-right: 0.15rem;
}
body .resp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body .resp-video iframe,
body .resp-video object,
body .resp-video embed,
body .resp-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .video-wrapper {
  background: url(/wp-content/themes/buecherstadt/_media/img/head_3.svg) top center no-repeat;
  background-size: contain;
  padding-top: 2rem;
  margin: 0 0 3rem 0;
}
body .video-wrapper .resp-video {
  border-bottom: 10px solid #575757;
}
body #headbanner {
  margin-top: 70px;
  /* === headbanner === */
}
@media screen and (max-width: 767px) {
  body #headbanner #headbanner-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body #headbanner #headbanner-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body #corona-notice-mobile {
    display: none;
  }
}
body .ab-archive {
  padding: 5rem 0 7rem 0;
}
body .ab-archive .ab-sidebar h3:first-child {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
body .ab-archive .ab-search .e-search-form {
  height: 3rem !important;
}
body .ab-archive .e-loop-item {
  /* more color-depended rules see "global page color dependecies" */
}
body .ab-archive .e-loop-item a {
  display: block;
  padding: 0;
}
body .ab-archive .e-loop-item a:has(img):hover {
  background: inherit !important;
}
body .ab-archive .e-loop-item h3 a {
  padding: 0.25rem 0.5rem;
}
body .ab-archive .elementor-widget-taxonomy-filter button {
  cursor: pointer;
}
body .ab-single {
  padding: 3rem 0 7rem 0;
}
body .ab-single .ab-backlink a {
  border: 0;
}
body .ab-single .ab-book-img {
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_grey-3.svg) center -1rem no-repeat;
  background-size: 300% auto;
  padding: 4rem 1rem 1rem 1rem !important;
}
body .ab-single .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.5rem;
}
body .ab-single .ab-bookinfo {
  margin-top: 1rem;
}
body .ab-single .ab-bookinfo > .elementor-widget,
body .ab-single .ab-bookinfo > .e-flex {
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #cdcdcd;
}
body .ab-single .ab-bookinfo .elementor-widget-heading {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
body .ab-single .ab-bookinfo .elementor-widget-heading .elementor-heading-title {
  display: contents;
}
body .ab-single .ab-bookinfo-price .elementor-widget-container {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  font-size: 1.75rem;
}
body .ab-single .ab-bookinfo-price-notice .p {
  font-size: 0.75rem;
}
body .ab-single .elementor-widget-n-accordion .e-n-accordion-item-title * {
  color: #ffffff !important;
}
body.orange .ab-bookinfo .elementor-widget-heading .elementor-heading-title {
  color: #fc6f0a;
}
body.orange .ab-backlink a .elementor-icon-list-icon svg {
  fill: #fc6f0a !important;
}
body.orange .ab-backlink:hover a .elementor-icon-list-text {
  color: #fc6f0a !important;
}
body.green .ab-bookinfo .elementor-widget-heading .elementor-heading-title {
  color: #249928;
}
body.green .ab-backlink a .elementor-icon-list-icon svg {
  fill: #249928 !important;
}
body.green .ab-backlink:hover a .elementor-icon-list-text {
  color: #249928 !important;
}
body.red .ab-bookinfo .elementor-widget-heading .elementor-heading-title {
  color: #de2846;
}
body.red .ab-backlink a .elementor-icon-list-icon svg {
  fill: #de2846 !important;
}
body.red .ab-backlink:hover a .elementor-icon-list-text {
  color: #de2846 !important;
}
body.blue .ab-bookinfo .elementor-widget-heading .elementor-heading-title {
  color: #0094e3;
}
body.blue .ab-backlink a .elementor-icon-list-icon svg {
  fill: #0094e3 !important;
}
body.blue .ab-backlink:hover a .elementor-icon-list-text {
  color: #0094e3 !important;
}
body #page-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto !important;
  width: 100%;
}
body #page-wrapper #page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
body #page-wrapper #header {
  background: #4b4b4b;
}
body #page-wrapper #header #main-header {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 1000px;
  /* === mainnav === */
}
body #page-wrapper #header #main-header:before, body #page-wrapper #header #main-header:after {
  content: "";
  display: table;
}
body #page-wrapper #header #main-header:after {
  clear: both;
}
body #page-wrapper #header #main-header img {
  display: block;
  width: 100%;
  height: auto;
}
body #page-wrapper #header #main-header #header-1 {
  position: absolute;
  top: -130px;
  left: 0;
  z-index: 10000;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  body #page-wrapper #header #main-header #header-1 {
    top: -110px;
  }
}
@media screen and (max-width: 1366px) {
  body #page-wrapper #header #main-header #header-1 {
    top: -100px;
  }
}
@media screen and (max-width: 1280px) {
  body #page-wrapper #header #main-header #header-1 {
    top: -65px;
  }
}
@media screen and (max-width: 960px) {
  body #page-wrapper #header #main-header #header-1 {
    position: fixed;
    top: -70px;
  }
}
body #page-wrapper #header #main-header #header-2 {
  position: absolute;
  top: -130px;
  left: 0;
  z-index: 11000;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  body #page-wrapper #header #main-header #header-2 {
    top: -110px;
  }
}
@media screen and (max-width: 1366px) {
  body #page-wrapper #header #main-header #header-2 {
    top: -100px;
  }
}
@media screen and (max-width: 1280px) {
  body #page-wrapper #header #main-header #header-2 {
    top: -65px;
  }
}
@media screen and (max-width: 960px) {
  body #page-wrapper #header #main-header #header-2 {
    position: fixed;
    top: -70px;
  }
}
body #page-wrapper #header #main-header #logo {
  position: absolute;
  top: 3%;
  left: 20%;
  z-index: 12000;
  width: 15%;
  max-width: 230px;
  background: none;
  border: 0;
}
@media (max-width: 1280px) {
  body #page-wrapper #header #main-header #logo {
    left: 5%;
  }
}
@media screen and (max-width: 960px) {
  body #page-wrapper #header #main-header #logo {
    position: fixed;
    top: 0.7rem;
    width: 180px;
  }
}
@media (max-width: 480px) {
  body #page-wrapper #header #main-header #logo {
    left: 5%;
    width: 140px;
  }
}
body #page-wrapper #header #main-header .metaslider {
  margin-top: 4% !important;
}
body #page-wrapper #header #main-header #contact-lang {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 11000;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact {
  display: inline-block;
  float: right;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact ul {
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  position: relative;
  list-style-type: none;
  background: #0094e3;
  padding: 0;
  margin: 0;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact ul > li {
  margin: 0;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact ul > li a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block;
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  border: 0;
  padding: 1.25rem 0.75rem 0.75rem 0.75rem;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact ul > li.current-menu-item > a, body #page-wrapper #header #main-header #contact-lang nav#navigation-contact ul > li.current-page-ancestor > a {
  color: #ffffff;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact ul > li:hover > a {
  color: #ffffff;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact #navigation-contact-bottom svg * {
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  color: #0094e3;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact:hover ul {
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  background: #00d1fe;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact:hover ul > li a {
  color: #4b4b4b;
}
body #page-wrapper #header #main-header #contact-lang nav#navigation-contact:hover #navigation-contact-bottom svg * {
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  color: #00d1fe;
}
body #page-wrapper #header #main-header #contact-lang ul#language-select-desktop {
  display: inline-block;
  margin: 1.1rem 1rem 0 0;
}
body #page-wrapper #header #main-header #contact-lang ul#language-select-desktop > li {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0;
}
body #page-wrapper #header #main-header #contact-lang ul#language-select-desktop > li a img {
  width: 20px;
  height: 15px;
}
@media (max-width: 1680px) {
  body #page-wrapper #header #main-header #contact-lang {
    right: 15%;
  }
}
@media (max-width: 1280px) {
  body #page-wrapper #header #main-header #contact-lang {
    right: 5%;
  }
}
@media (max-width: 960px) {
  body #page-wrapper #header #main-header #contact-lang {
    display: none;
  }
}
body #page-wrapper #header #main-header #mainnav-wrapper {
  *zoom: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  background: url(/wp-content/themes/buecherstadt/_media/img/head_3.svg) top center no-repeat;
  background-size: 102%;
  background-position: -1px 0;
  padding: 100px 0 55px 0;
}
body #page-wrapper #header #main-header #mainnav-wrapper:before, body #page-wrapper #header #main-header #mainnav-wrapper:after {
  content: "";
  display: table;
}
body #page-wrapper #header #main-header #mainnav-wrapper:after {
  clear: both;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul {
  display: table;
  width: auto;
  list-style-type: none;
  margin: 0 auto 1rem auto;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 0;
  /*
  // flyover menu
  ul.sub-menu {
  	display: none;
  	position: absolute;
      left: 0;
      z-index: 10000;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0 15px;
      list-style: none;
      background: $color-white;
  	background: rgba(255, 255, 255, 0.9);
      box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.3);

      li {
      	display: block;
      	position: relative;
      	float: none !important;
      	white-space: nowrap;

      	a {
      		@include transition-effect-all;

      		color: $color-grey !important;
      		font-size: 0.9rem;
      		font-weight: normal;
      		text-transform: none;
      		padding: 10px 20px 10px 0;

      		&:before {
      			content: '- ';
      		}
      	}

      	&:hover {
      		a {
      			@include transition-effect-all;

      			padding: 10px 0px 10px 20px;
      		}
      	}

      	&.current-menu-item {
      		a {
      			font-weight: bold;
      		}
      	}
      }
  }
  */
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block;
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  border: 0;
  padding: 0.25rem 1.4rem;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li a:after {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: -0.15rem;
  left: calc(50% - 15px);
  border-bottom: 2px solid #ffffff;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.current-menu-item > a {
  color: #00d1fe;
  font-weight: bold;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.current-menu-item.orange > a {
  color: #fc6f0a;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.current-menu-item.green > a {
  color: #249928;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.current-menu-item.red > a {
  color: #e81b6e;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.current-menu-item.blue > a {
  color: #00d1fe;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.orange > a:after {
  border-color: #fc6f0a;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.green > a:after {
  border-color: #249928;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.red > a:after {
  border-color: #de2846;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.blue > a:after {
  border-color: #0094e3;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li.not-desktop {
  display: none;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li:hover > a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe;
  font-weight: bold;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li:hover > a:after {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: -0.15rem;
  left: calc(50% - 25px);
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li:hover.orange > a {
  color: #fc6f0a;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li:hover.green > a {
  color: #249928;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li:hover.red > a {
  color: #e81b6e;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li:hover.blue > a {
  color: #00d1fe;
}
body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation > div > ul > li:not(:nth-last-of-type(-n+2)):after {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_white.svg);
  position: absolute;
  top: 0;
  right: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
}
@media screen and (max-width: 1680px) {
  body #page-wrapper #header #main-header #mainnav-wrapper {
    padding: 90px 0 50px 0;
  }
}
@media screen and (max-width: 1366px) {
  body #page-wrapper #header #main-header #mainnav-wrapper {
    padding: 80px 0 40px 0;
  }
}
@media screen and (max-width: 1280px) {
  body #page-wrapper #header #main-header #mainnav-wrapper {
    padding: 75px 0 35px 0;
  }
}
@media screen and (max-width: 1024px) {
  body #page-wrapper #header #main-header #mainnav-wrapper {
    padding: 70px 0 35px 0;
  }
  body #page-wrapper #header #main-header #mainnav-wrapper nav#primary-navigation ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  body #page-wrapper #header #main-header #mainnav-wrapper {
    padding: 7% 0 0 0;
  }
  body #page-wrapper #header #main-header #mainnav-wrapper #primary-navigation {
    display: none;
  }
  body #page-wrapper #header #main-header #mainnav-wrapper.not-desktop {
    display: block;
  }
}
body #page-wrapper #header #main-header #header-4 {
  position: absolute;
  bottom: -2px;
  left: -1px;
  z-index: 900;
  width: 102%;
}
@media screen and (max-width: 960px) {
  body #page-wrapper #header #main-header #header-1 {
    height: 180px;
    background: url(/wp-content/themes/buecherstadt/_media/img/head_1.svg) no-repeat bottom center;
    background-size: auto 180px;
  }
  body #page-wrapper #header #main-header #header-1 img {
    display: none;
  }
  body #page-wrapper #header #main-header #header-2 {
    height: 180px;
    background: url(/wp-content/themes/buecherstadt/_media/img/head_2_blue.svg) no-repeat bottom center;
    background-size: auto 180px;
  }
  body #page-wrapper #header #main-header #header-2 img {
    display: none;
  }
  body #page-wrapper #header #main-header .metaslider {
    margin-top: 45px !important;
  }
}
body #page-wrapper #header a#mobile-trigger {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15000;
  display: block;
  width: 45px;
  height: 45px;
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  color: #ffffff;
  background: #7e7e7e;
  border: 1px solid #575757;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0.9rem 5% 0 0;
  border: 1px solid #7e7e7e;
  border-radius: 50%;
}
body #page-wrapper #header a#mobile-trigger i {
  font-size: 1.15rem;
  line-height: 43px;
}
body #page-wrapper #header a#mobile-trigger:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
  background: #0094e3;
  border: 1px solid #0094e3;
}
@media screen and (min-width: 960px) {
  body #page-wrapper #header a#mobile-trigger {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  body #page-wrapper #header a#mobile-trigger {
    position: fixed;
  }
}
body #page-wrapper #footermap {
  position: relative;
  min-height: 500px;
  margin-bottom: -3rem;
}
body #page-wrapper #footermap #footer-3 {
  position: absolute;
  top: -4rem;
  left: 0;
  z-index: 900;
  width: 100%;
}
@media (max-width: 1280px) {
  body #page-wrapper #footermap #footer-3 {
    top: -3rem;
  }
}
@media (max-width: 960px) {
  body #page-wrapper #footermap #footer-3 {
    top: -2rem;
  }
}
@media screen and (max-width: 768px) {
  body #page-wrapper #footermap {
    display: none;
  }
}
body #page-wrapper #footer {
  position: relative;
  z-index: 2000;
}
body #page-wrapper #footer #footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  background: url(/wp-content/themes/buecherstadt/_media/img/footer_1.svg) top center no-repeat;
  background-size: 102%;
  padding: 7rem 20% 0 20%;
  margin: 0 auto;
}
body #page-wrapper #footer #footer-wrapper .footer-col {
  padding-right: 1.5rem;
}
body #page-wrapper #footer #footer-wrapper .footer-col h3 {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
body #page-wrapper #footer #footer-wrapper .footer-col p,
body #page-wrapper #footer #footer-wrapper .footer-col a {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #dddddd;
  padding-bottom: 0;
  text-decoration: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
body #page-wrapper #footer #footer-wrapper .footer-col a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: transparent;
  border: 0;
}
body #page-wrapper #footer #footer-wrapper .footer-col a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe;
}
body #page-wrapper #footer #footer-wrapper .footer-col a:hover p,
body #page-wrapper #footer #footer-wrapper .footer-col a:hover .fa-map-marker {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe !important;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 {
  width: 25%;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul {
  list-style-type: none;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li {
  position: relative;
  display: block;
  line-height: 100%;
  padding: 0 0.5rem 0.45rem 1.25rem;
  margin-left: 0;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_white.svg);
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.orange:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_orange.svg);
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.orange:hover a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #fc6f0a;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.green:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_green.svg);
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.green:hover a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #249928;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.red:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_red-light.svg);
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.red:hover a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #e81b6e;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.blue:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_blue.svg);
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li.blue:hover a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li:last-child {
  padding-right: 0;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-1 ul li:last-child:after {
  content: "";
  margin-left: 0;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-2 {
  width: 30%;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-2 a {
  padding-left: 0;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-2 a i {
  color: #dddddd !important;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-2 a.address {
  position: relative;
  padding-left: 21px;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-2 a.address .fa-map-marker {
  position: absolute;
  top: 0.25rem;
  left: 0;
  color: #dddddd;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-2 .contact {
  margin-top: 0.25rem;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-3 {
  width: 20%;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-3 table {
  padding: 0;
  margin: 0;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-3 table tr td {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #dddddd;
  padding: 0 0.5rem 0.45rem 0;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-4 {
  width: 25%;
  padding-right: 0;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-4 ul {
  clear: both;
  list-style-type: none;
  text-align: right;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-4 ul li {
  position: relative;
  display: inline-block;
  line-height: 100%;
  padding: 0 0 0 1.5rem;
  margin-left: 0;
  /*
     &:not(:last-child):after {
     // all elements without the last two
     //&:nth-last-child(n+3):after {
  	content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_white.svg);
      position: absolute;
      top: 0.05rem;
      right: -0.45rem;
      width: 0.7rem;
      height: 0.7rem;
  }
  */
}
body #page-wrapper #footer #footer-wrapper #footer-nav-4 ul li a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #dddddd;
  text-decoration: none;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-4 ul li a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe;
}
body #page-wrapper #footer #footer-wrapper #footer-nav-4 ul li:not(:first-child):before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_white.svg);
  position: absolute;
  top: 0.05rem;
  left: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
}
body #page-wrapper #footer #footer-wrapper #logo-iob {
  float: right;
  display: block;
  width: 90%;
  margin: 1rem 0 2.25rem 0;
}
body #page-wrapper #footer #footer-wrapper #logo-iob .st0,
body #page-wrapper #footer #footer-wrapper #logo-iob .st2 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body #page-wrapper #footer #footer-wrapper #logo-iob.act .st0,
body #page-wrapper #footer #footer-wrapper #logo-iob.act .st2 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  fill: #fc6f0a;
}
body #page-wrapper #footer #footer-wrapper #icon-fb {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  margin: 0 0 0.5rem 0;
}
body #page-wrapper #footer #footer-wrapper #icon-fb .fa-facebook-square {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #dddddd;
  font-size: 1.75rem;
  margin-top: 0.5rem;
}
body #page-wrapper #footer #footer-wrapper #icon-fb .fa-facebook-square:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe;
}
body #page-wrapper #footer #footer-wrapper #footer-copy {
  width: 100%;
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.65rem;
  color: #dddddd;
  text-align: center;
  letter-spacing: 1px;
  margin: 4rem 0 1rem 0;
}
body #page-wrapper #footer #footer-wrapper #footer-copy a {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.65rem;
  color: #dddddd;
  letter-spacing: 1px;
  text-decoration: none;
}
body #page-wrapper #footer #footer-wrapper #footer-copy a:hover {
  color: #00d1fe;
  background: none;
  border: 0;
}
@media (max-width: 1680px) {
  body #page-wrapper #footer #footer-wrapper {
    padding: 6rem 15% 0 15%;
    background-size: 130%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-copy {
    margin: 3rem 0 1rem 0;
  }
}
@media (max-width: 1280px) {
  body #page-wrapper #footer #footer-wrapper {
    padding: 6rem 5% 0 5%;
    background-size: 140%;
  }
  body #page-wrapper #footer #footer-wrapper #logo-iob {
    margin-bottom: 2.5rem;
  }
  body #page-wrapper #footer #footer-wrapper #icon-fb {
    margin: 0 0.75rem 0.75rem 0;
  }
  body #page-wrapper #footer #footer-wrapper #footer-copy {
    margin: 2rem 0 1rem 0;
  }
}
@media (max-width: 960px) {
  body #page-wrapper #footer #footer-wrapper {
    padding: 6rem 5% 0 5%;
    background-size: 170%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-1 {
    width: 35%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-2 {
    width: 40%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-3 {
    width: 25%;
    padding-right: 0;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-4 {
    display: inline;
    width: 100%;
    text-align: center;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-4 ul {
    text-align: center;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-4 ul li:not(:last-child):after {
    content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_white.svg);
    position: absolute;
    top: 0.05rem;
    right: -0.45rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  body #page-wrapper #footer #footer-wrapper #logo-iob {
    display: none;
  }
  body #page-wrapper #footer #footer-wrapper #icon-fb {
    float: none;
    margin-top: 2rem;
  }
  body #page-wrapper #footer #footer-wrapper #footer-copy {
    margin: 1rem 0;
  }
}
@media (max-width: 660px) {
  body #page-wrapper #footer #footer-wrapper {
    background-size: 250%;
    padding: 6rem 7% 0 7%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-1 {
    display: none;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-2 {
    width: 65%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-3 {
    width: 35%;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  body #page-wrapper #footer #footer-wrapper {
    background-size: 400%;
    padding: 6rem 5% 0 5%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-2 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-2 * {
    text-align: center;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-3 {
    width: 100%;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-3 * {
    text-align: center;
  }
  body #page-wrapper #footer #footer-wrapper #footer-nav-3 table {
    margin: 0 auto;
  }
}
body #page-wrapper #footer-2 {
  position: fixed;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 55px;
  background: url(/wp-content/themes/buecherstadt/_media/img/footer_1.svg) top center no-repeat;
  background-size: 102%;
}
@media (max-width: 660px) {
  body #page-wrapper #footer-2 {
    display: none;
  }
}
body.orange h1,
body.orange h1.elementor-heading-title,
body.orange h2,
body.orange h2.elementor-heading-title,
body.orange h3,
body.orange h3.elementor-heading-title {
  color: #fc6f0a;
}
body.orange a.internal, body.orange a.external, body.orange a.location, body.orange a[href^="mailto:"], body.orange a[href^="tel:"], body.orange a[href^="fax:"] {
  color: #fc6f0a;
}
body.orange a.internal *, body.orange a.external *, body.orange a.location *, body.orange a[href^="mailto:"] *, body.orange a[href^="tel:"] *, body.orange a[href^="fax:"] * {
  color: #fc6f0a;
}
body.orange a.internal:hover, body.orange a.external:hover, body.orange a.location:hover, body.orange a[href^="mailto:"]:hover, body.orange a[href^="tel:"]:hover, body.orange a[href^="fax:"]:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /*
  color: $color-white !important;
  background: map-get($val, "main") !important;
  border-bottom: 1px solid map-get($val, "main") !important;

  * {
  	color: $color-white !important;
  }
  */
  color: #ffffff;
  background: #fc6f0a;
  border-bottom: 1px solid #fc6f0a;
}
body.orange a.internal:hover *, body.orange a.external:hover *, body.orange a.location:hover *, body.orange a[href^="mailto:"]:hover *, body.orange a[href^="tel:"]:hover *, body.orange a[href^="fax:"]:hover * {
  color: #ffffff;
}
body.orange .highlight-text {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  color: #fc6f0a;
}
body.orange .btn,
body.orange .evoShow_more_events,
body.orange .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border-bottom: 3px solid #fc6f0a;
}
body.orange .btn:hover,
body.orange .evoShow_more_events:hover,
body.orange .elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #fc6f0a;
  background: -webkit-gradient(linear, left top, right top, from(#fc6f0a), to(#fbc00d));
  background: linear-gradient(to right, #fc6f0a 0%, #fbc00d 100%);
  border-bottom: 3px solid #fc6f0a;
}
body.orange .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: #fc6f0a;
}
body.orange .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover {
  color: #fc6f0a !important;
}
body.orange .ab-archive .e-loop-item {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.orange .ab-archive .e-loop-item h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #fc6f0a !important;
}
body.orange .ab-archive .e-loop-item:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.orange .ab-archive .e-loop-item:hover .img-border-1-grey {
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_orange.svg) top center no-repeat;
  background-size: 300% auto;
}
body.orange .ab-archive .e-loop-item:hover h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #fbc00d !important;
}
body.orange .ab-archive .e-loop-item:hover .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #fc6f0a;
  background: -webkit-gradient(linear, left top, right top, from(#fc6f0a), to(#fbc00d));
  background: linear-gradient(to right, #fc6f0a 0%, #fbc00d 100%);
  border-bottom: 3px solid #fc6f0a !important;
}
@media screen and (max-width: 960px) {
  body.orange #page-wrapper #header #main-header #header-2 {
    background-image: url(/wp-content/themes/buecherstadt/_media/img/head_2_orange.svg);
  }
}
body.green h1,
body.green h1.elementor-heading-title,
body.green h2,
body.green h2.elementor-heading-title,
body.green h3,
body.green h3.elementor-heading-title {
  color: #249928;
}
body.green a.internal, body.green a.external, body.green a.location, body.green a[href^="mailto:"], body.green a[href^="tel:"], body.green a[href^="fax:"] {
  color: #249928;
}
body.green a.internal *, body.green a.external *, body.green a.location *, body.green a[href^="mailto:"] *, body.green a[href^="tel:"] *, body.green a[href^="fax:"] * {
  color: #249928;
}
body.green a.internal:hover, body.green a.external:hover, body.green a.location:hover, body.green a[href^="mailto:"]:hover, body.green a[href^="tel:"]:hover, body.green a[href^="fax:"]:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /*
  color: $color-white !important;
  background: map-get($val, "main") !important;
  border-bottom: 1px solid map-get($val, "main") !important;

  * {
  	color: $color-white !important;
  }
  */
  color: #ffffff;
  background: #249928;
  border-bottom: 1px solid #249928;
}
body.green a.internal:hover *, body.green a.external:hover *, body.green a.location:hover *, body.green a[href^="mailto:"]:hover *, body.green a[href^="tel:"]:hover *, body.green a[href^="fax:"]:hover * {
  color: #ffffff;
}
body.green .highlight-text {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  color: #249928;
}
body.green .btn,
body.green .evoShow_more_events,
body.green .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border-bottom: 3px solid #249928;
}
body.green .btn:hover,
body.green .evoShow_more_events:hover,
body.green .elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #249928;
  background: -webkit-gradient(linear, left top, right top, from(#249928), to(#6ad535));
  background: linear-gradient(to right, #249928 0%, #6ad535 100%);
  border-bottom: 3px solid #249928;
}
body.green .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: #249928;
}
body.green .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover {
  color: #249928 !important;
}
body.green .ab-archive .e-loop-item {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.green .ab-archive .e-loop-item h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #249928 !important;
}
body.green .ab-archive .e-loop-item:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.green .ab-archive .e-loop-item:hover .img-border-1-grey {
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_orange.svg) top center no-repeat;
  background-size: 300% auto;
}
body.green .ab-archive .e-loop-item:hover h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #6ad535 !important;
}
body.green .ab-archive .e-loop-item:hover .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #249928;
  background: -webkit-gradient(linear, left top, right top, from(#249928), to(#6ad535));
  background: linear-gradient(to right, #249928 0%, #6ad535 100%);
  border-bottom: 3px solid #249928 !important;
}
@media screen and (max-width: 960px) {
  body.green #page-wrapper #header #main-header #header-2 {
    background-image: url(/wp-content/themes/buecherstadt/_media/img/head_2_green.svg);
  }
}
body.red h1,
body.red h1.elementor-heading-title,
body.red h2,
body.red h2.elementor-heading-title,
body.red h3,
body.red h3.elementor-heading-title {
  color: #de2846;
}
body.red a.internal, body.red a.external, body.red a.location, body.red a[href^="mailto:"], body.red a[href^="tel:"], body.red a[href^="fax:"] {
  color: #de2846;
}
body.red a.internal *, body.red a.external *, body.red a.location *, body.red a[href^="mailto:"] *, body.red a[href^="tel:"] *, body.red a[href^="fax:"] * {
  color: #de2846;
}
body.red a.internal:hover, body.red a.external:hover, body.red a.location:hover, body.red a[href^="mailto:"]:hover, body.red a[href^="tel:"]:hover, body.red a[href^="fax:"]:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /*
  color: $color-white !important;
  background: map-get($val, "main") !important;
  border-bottom: 1px solid map-get($val, "main") !important;

  * {
  	color: $color-white !important;
  }
  */
  color: #ffffff;
  background: #de2846;
  border-bottom: 1px solid #de2846;
}
body.red a.internal:hover *, body.red a.external:hover *, body.red a.location:hover *, body.red a[href^="mailto:"]:hover *, body.red a[href^="tel:"]:hover *, body.red a[href^="fax:"]:hover * {
  color: #ffffff;
}
body.red .highlight-text {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  color: #de2846;
}
body.red .btn,
body.red .evoShow_more_events,
body.red .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border-bottom: 3px solid #de2846;
}
body.red .btn:hover,
body.red .evoShow_more_events:hover,
body.red .elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #de2846;
  background: -webkit-gradient(linear, left top, right top, from(#de2846), to(#e81b6e));
  background: linear-gradient(to right, #de2846 0%, #e81b6e 100%);
  border-bottom: 3px solid #de2846;
}
body.red .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: #de2846;
}
body.red .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover {
  color: #de2846 !important;
}
body.red .ab-archive .e-loop-item {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.red .ab-archive .e-loop-item h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #de2846 !important;
}
body.red .ab-archive .e-loop-item:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.red .ab-archive .e-loop-item:hover .img-border-1-grey {
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_orange.svg) top center no-repeat;
  background-size: 300% auto;
}
body.red .ab-archive .e-loop-item:hover h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #e81b6e !important;
}
body.red .ab-archive .e-loop-item:hover .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #de2846;
  background: -webkit-gradient(linear, left top, right top, from(#de2846), to(#e81b6e));
  background: linear-gradient(to right, #de2846 0%, #e81b6e 100%);
  border-bottom: 3px solid #de2846 !important;
}
@media screen and (max-width: 960px) {
  body.red #page-wrapper #header #main-header #header-2 {
    background-image: url(/wp-content/themes/buecherstadt/_media/img/head_2_red.svg);
  }
}
body.blue h1,
body.blue h1.elementor-heading-title,
body.blue h2,
body.blue h2.elementor-heading-title,
body.blue h3,
body.blue h3.elementor-heading-title {
  color: #0094e3;
}
body.blue a.internal, body.blue a.external, body.blue a.location, body.blue a[href^="mailto:"], body.blue a[href^="tel:"], body.blue a[href^="fax:"] {
  color: #0094e3;
}
body.blue a.internal *, body.blue a.external *, body.blue a.location *, body.blue a[href^="mailto:"] *, body.blue a[href^="tel:"] *, body.blue a[href^="fax:"] * {
  color: #0094e3;
}
body.blue a.internal:hover, body.blue a.external:hover, body.blue a.location:hover, body.blue a[href^="mailto:"]:hover, body.blue a[href^="tel:"]:hover, body.blue a[href^="fax:"]:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /*
  color: $color-white !important;
  background: map-get($val, "main") !important;
  border-bottom: 1px solid map-get($val, "main") !important;

  * {
  	color: $color-white !important;
  }
  */
  color: #ffffff;
  background: #0094e3;
  border-bottom: 1px solid #0094e3;
}
body.blue a.internal:hover *, body.blue a.external:hover *, body.blue a.location:hover *, body.blue a[href^="mailto:"]:hover *, body.blue a[href^="tel:"]:hover *, body.blue a[href^="fax:"]:hover * {
  color: #ffffff;
}
body.blue .highlight-text {
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  color: #0094e3;
}
body.blue .btn,
body.blue .evoShow_more_events,
body.blue .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border-bottom: 3px solid #0094e3;
}
body.blue .btn:hover,
body.blue .evoShow_more_events:hover,
body.blue .elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #0094e3;
  background: -webkit-gradient(linear, left top, right top, from(#0094e3), to(#00d1fe));
  background: linear-gradient(to right, #0094e3 0%, #00d1fe 100%);
  border-bottom: 3px solid #0094e3;
}
body.blue .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: #0094e3;
}
body.blue .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover {
  color: #0094e3 !important;
}
body.blue .ab-archive .e-loop-item {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.blue .ab-archive .e-loop-item h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #0094e3 !important;
}
body.blue .ab-archive .e-loop-item:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
body.blue .ab-archive .e-loop-item:hover .img-border-1-grey {
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_orange.svg) top center no-repeat;
  background-size: 300% auto;
}
body.blue .ab-archive .e-loop-item:hover h3 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #00d1fe !important;
}
body.blue .ab-archive .e-loop-item:hover .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #0094e3;
  background: -webkit-gradient(linear, left top, right top, from(#0094e3), to(#00d1fe));
  background: linear-gradient(to right, #0094e3 0%, #00d1fe 100%);
  border-bottom: 3px solid #0094e3 !important;
}
@media screen and (max-width: 960px) {
  body.blue #page-wrapper #header #main-header #header-2 {
    background-image: url(/wp-content/themes/buecherstadt/_media/img/head_2_blue.svg);
  }
}
body .home-boxes {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0 0;
}
body .home-boxes .item {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: relative;
  width: 46%;
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_grey-3.svg) top left no-repeat;
  background-size: 200%;
  margin: 0 2%;
  padding: 0;
}
body .home-boxes .item.v2 {
  background-position: top right;
}
body .home-boxes .item h2 {
  color: #0094e3;
  text-align: center;
  text-transform: uppercase;
  padding: 3rem 2rem 0.75rem 2rem;
  border-bottom: 2px solid #ffffff;
}
body .home-boxes .item h2:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_blue.svg);
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.75rem;
}
body .home-boxes .item h2:after {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_blue.svg);
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.75rem;
}
body .home-boxes .item .txt {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  line-height: 130%;
  padding: 0.5rem 1.5rem 2rem;
}
@media (max-width: 768px) {
  body .home-boxes .item {
    -webkit-transition: all 0.15s linear !important;
    transition: all 0.15s linear !important;
    position: relative;
    width: 100%;
    background-size: 150%;
    margin: 0;
  }
  body .home-boxes .item h2 {
    font-size: 1.25rem;
    padding: 3.25rem 2rem 0.75rem 2rem;
  }
  body .home-boxes #home-box-1 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  body .home-boxes .item h2 {
    padding: 2.25rem 1rem 0.75rem 1rem;
  }
}
body .teaser-boxes {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .teaser-boxes .item {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: relative;
  width: 46%;
  background: #4b4b4b;
  margin: 4rem 2% 4rem 2%;
}
body .teaser-boxes .item h3 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin: -4.3rem 0 0 0;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  border-bottom: 2px solid #ffffff;
}
body .teaser-boxes .item h3.orange {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_orange.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .teaser-boxes .item h3.green {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_green_2.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .teaser-boxes .item h3.red {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_red.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .teaser-boxes .item h3.blue {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_blue.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .teaser-boxes .item a.img {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
}
body .teaser-boxes .item a.img:hover {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
body .teaser-boxes .item a.img img {
  display: block;
  width: 100%;
  height: auto;
}
body .teaser-boxes .item .txt {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  line-height: 130%;
  text-align: justify;
  padding: 1.25rem 1.5rem 5.5rem;
}
body .teaser-boxes .item a.btn {
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 1.5rem);
  display: block;
  width: calc(100% - 3rem);
  color: #ffffff !important;
  letter-spacing: 0.5px;
  margin-left: calc(-50% + 3rem);
}
body .teaser-boxes .item a.btn.link-intern-left:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/icon_chevron-circle-left_white.svg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
  margin-right: 0.5rem;
}
body .teaser-boxes .item a.btn.link-intern-right:after {
  content: url(/wp-content/themes/buecherstadt/_media/img/icon_chevron-circle-right_white.svg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
  margin-left: 0.5rem;
}
body .teaser-boxes .item:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #575757;
}
@media (max-width: 768px) {
  body .teaser-boxes {
    margin-top: 2rem;
  }
  body .teaser-boxes .item:last-child {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  body .teaser-boxes .item {
    width: 100%;
    margin: 0 0 7rem 0 !important;
    padding: 0;
  }
}
@media (max-width: 480px) {
  body .teaser-boxes .item h3 {
    margin: -3.5rem 0 0 0;
    padding: 1.5rem 0.5rem 0.4rem 0.5rem;
  }
}
body .info-box {
  *zoom: 1;
  padding: 4rem 1rem 0;
  margin-top: 1rem;
}
body .info-box:before, body .info-box:after {
  content: "";
  display: table;
}
body .info-box:after {
  clear: both;
}
body .info-box h2 {
  float: left;
  width: 35%;
  font-family: "MyriadPro-Semibold", "Arial", Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff !important;
  text-align: left;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0;
}
body .info-box h2 img {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
  margin: 0 0.5rem 0 0;
}
body .info-box .content {
  *zoom: 1;
}
body .info-box .content:before, body .info-box .content:after {
  content: "";
  display: table;
}
body .info-box .content:after {
  clear: both;
}
body .info-box .content .col {
  float: left;
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff !important;
  text-align: left;
  padding: 0.5rem 1rem 0.5rem;
}
body .info-box .content .col-1 {
  width: 35%;
}
body .info-box .content .col-2 {
  width: 30%;
}
body .info-box .content a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff !important;
  border-bottom: 0;
}
body .info-box .content a i {
  color: #ffffff !important;
}
body .info-box .content a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #249928 !important;
  background: #ffffff !important;
  border-bottom: 0 !important;
}
body .info-box .content a:hover i {
  color: #249928 !important;
}
body .info-box.not-full-width {
  margin-left: 2%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  body .info-box.not-full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
body .info-box.in-content-section {
  margin-bottom: 1.5rem;
}
body .info-box .corona-bunkerinfo {
  background: #fdfdfd;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}
body .info-box .corona-bunkerinfo h2 {
  display: block;
  width: 100%;
  color: #249928;
  text-align: center;
}
body .info-box .corona-bunkerinfo p {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  text-align: center;
}
body .info-box.orange {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_orange.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .info-box.green {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_green_2.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .info-box.red {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_red.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .info-box.blue {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_blue.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
@media screen and (max-width: 960px) {
  body .info-box {
    background-size: 190% auto !important;
    padding: 3rem 1rem 0;
  }
  body .info-box h2 {
    width: 25%;
  }
  body .info-box .content .col-1 {
    width: 40%;
  }
  body .info-box .content .col-2 {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  body .info-box {
    background-size: 215% auto !important;
    padding: 4rem 1rem 0;
  }
  body .info-box h2 {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  body .info-box .col {
    padding: 0.5rem 1rem 0.5rem;
  }
  body .info-box .col.col-1 {
    width: 50%;
  }
  body .info-box .col.col-2 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  body .info-box {
    background-size: 230% auto !important;
    padding: 3.5rem 1rem 0;
  }
  body .info-box .col.col-1 {
    width: 100%;
    text-align: center;
  }
  body .info-box .col.col-2 {
    width: 100%;
  }
  body .info-box .col.col-2 p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  body .info-box {
    background-size: 300% auto !important;
  }
  body .info-box h2 {
    margin-bottom: 0.5rem;
  }
}
body .bbsw-item .item {
  *zoom: 1;
  margin-bottom: 3rem;
}
body .bbsw-item .item:before, body .bbsw-item .item:after {
  content: "";
  display: table;
}
body .bbsw-item .item:after {
  clear: both;
}
body .bbsw-item .item h2 {
  font-size: 1.25rem;
  color: #ffffff !important;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  padding: 2.5rem 1.5rem 0.4rem 1.25rem;
  margin: 0;
  border-bottom: 2px solid #ffffff !important;
}
body .bbsw-item .item img.item-img {
  display: block;
  width: 100%;
}
body .bbsw-item .item .content {
  *zoom: 1;
  background: #dddddd !important;
  padding: 0.75rem 1.5rem 0.5rem;
}
body .bbsw-item .item .content:before, body .bbsw-item .item .content:after {
  content: "";
  display: table;
}
body .bbsw-item .item .content:after {
  clear: both;
}
body .bbsw-item .item .content .content-1 {
  float: left;
  width: 47%;
  text-align: left;
}
body .bbsw-item .item .content .content-1 p {
  text-align: left;
}
body .bbsw-item .item .content .content-2 {
  float: right;
  width: 46%;
  text-align: left;
}
body .bbsw-item .item .content .content-2 p {
  text-align: left;
}
body .bbsw-item .item .bottom {
  height: 3rem;
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_grey-1.svg) no-repeat center top;
  background-size: 110% auto;
  margin-top: -3px;
}
body .bbsw-item .item.orange h2 {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_orange.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .bbsw-item .item.green h2 {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_green_2.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .bbsw-item .item.red h2 {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_red.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
body .bbsw-item .item.blue h2 {
  background: url(/wp-content/themes/buecherstadt/_media/img/bg_gradient_blue.svg) no-repeat top left transparent;
  background-size: 180% auto;
}
@media (max-width: 660px) {
  body .bbsw-item .item h2 {
    padding: 2.5rem 1.5rem 0.3rem 1.25rem;
  }
  body .bbsw-item .item .content .content-1 {
    width: 100%;
  }
  body .bbsw-item .item .content .content-2 {
    width: 100%;
  }
}
body .sidebar-box {
  *zoom: 1;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body .sidebar-box:before, body .sidebar-box:after {
  content: "";
  display: table;
}
body .sidebar-box:after {
  clear: both;
}
body .sidebar-box h2 {
  position: relative;
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff !important;
  text-align: left;
  text-transform: uppercase;
  background: url(/wp-content/themes/buecherstadt/_media/img/bbsw-element_grey-2.svg) top center no-repeat;
  background-size: 200%;
  padding: 2.5rem 1.5rem 0.4rem 1.25rem;
  margin: 0;
  border-bottom: 3px solid #ffffff;
}
body .sidebar-box h2:before {
  content: url(/wp-content/themes/buecherstadt/_media/img/stars/star_white.svg);
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.75rem;
}
body .sidebar-box .content {
  background: #dddddd;
  padding: 1.5rem 1rem 1rem;
}
body .sidebar-box a[href^="mailto:"], body .sidebar-box a[href^="tel:"], body .sidebar-box a[href^="fax:"] {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.75px;
  margin-top: 0.25rem;
  border-bottom: 1px solid transparent;
}
body .sidebar-box.orange h2 {
  border-bottom: 3px solid #fc6f0a;
}
body .sidebar-box.green h2 {
  border-bottom: 3px solid #249928;
}
body .sidebar-box.red h2 {
  border-bottom: 3px solid #de2846;
}
body .sidebar-box.blue h2 {
  border-bottom: 3px solid #0094e3;
}
body .sidebar-box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body .sidebar-box h2 {
    background-size: 130%;
  }
}
@media (max-width: 660px) {
  body .sidebar-box h2 {
    padding: 2rem 1.5rem 0.4rem 1.25rem;
  }
}
body .location-notice {
  font-weight: bold;
  margin: 0 0 2rem 0;
}
body .table-grid-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin: 2rem 0;
}
body .table-grid-contact .tg-cell:first-child {
  width: 30%;
}
body .table-grid-contact .tg-cell:last-child {
  width: 70%;
}
@media (max-width: 660px) {
  body .table-grid-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  body .table-grid-contact .tg-cell {
    width: 100% !important;
  }
}
body .anfahrt {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  width: 100%;
  min-width: 150px;
  max-width: 250px;
  cursor: pointer;
  border: 1px solid #e1e1e1;
}
body .anfahrt:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border: 1px solid #0094e3;
}
@media (max-width: 660px) {
  body .anfahrt {
    display: none;
  }
}
body .img-notice {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 100%;
  padding: 0.3rem 0.5rem 0.25rem 0.5rem;
  border-bottom: 0 !important;
}
body .img-notice i {
  margin-right: 0.25rem;
}
@media (max-width: 660px) {
  body .img-notice {
    display: none;
  }
}
body .erecht24 {
  /* special case h2 "Streitschlichtung" = h3 "Haftung für Inhalte "*/
}
body .erecht24 h1 {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #575757;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
body .erecht24 h1:first-of-type {
  margin-top: 0;
}
body .erecht24 h1 + h3:first-of-type {
  margin-top: 0;
}
body .erecht24 h2 {
  font-family: "MyriadPro-Regular", "Arial", Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #575757;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body .erecht24 h2 + p + p + h3 {
  margin-top: 1rem !important;
}
body .erecht24 h3 {
  font-family: "MyriadPro-Light", "Arial", Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #575757;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
body .erecht24 p {
  text-align: center;
}

.kupferrausch {
  display: inline-block;
  text-decoration: none !important;
  border: none !important;
}
.kupferrausch img {
  max-width: 220px;
  margin: 0 0 0 0.5rem !important;
}
.kupferrausch:hover {
  background: none !important;
}