/* 20210924 V1.4*/
/**
 * File: _vars.less
 * created by Alex on 02.06.2017.
 */
/**
 * File: _mixins.less
 * created by Alex on 02.06.2017.
 */
/**
 * File: _typo.less
 * created by alex on 15.06.17.
 */
html {
  font-size: 16px;
  line-height: 1.15;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65rem;
  color: #59595c;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.45;
  color: #00559d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
h2 {
  margin-top: 2rem;
}
h3 {
  margin-top: 1rem;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 2.25rem;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.btn {
  font-size: 1rem;
  border-radius: 0px;
}
/**
 * File: _bootstrap_colors.less
 * created by alex on 18.06.17.
 */
a {
  color: #00559d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00396a;
  text-decoration: underline;
}
.btn-primary {
  color: #fff;
  background-color: #00559d;
  border-color: #00559d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00559d;
  border-color: #00559d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00559d;
  border-color: #00559d;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #00559d;
  border-color: #00559d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  color: #fff;
  background-color: #00559d;
  border-color: #00559d;
}
/**
 * File: _nav.less
 * created by alex on 02.06.17.
 */
.navbar-static-top {
  border-radius: 0;
  border-width: 0;
  border: none;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0;
  border: none;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#navbar {
  position: relative;
  /*margin-top: 20px;*/
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
  color: #59595c;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 1rem;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 0.889rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 0.778rem;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 1rem;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00559d;
  text-decoration: none;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00559d;
  text-decoration: none;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #00559d;
  text-decoration: none;
  background-color: transparent;
}
nav.navbar {
  min-height: 30px;
  margin-bottom: 0;
}
nav.navbar.navbar-default {
  background-color: transparent;
  border-top: none;
}
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle {
  padding: 12px 16px;
  margin-top: 3px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 1.4em;
  border-radius: 0;
}
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle:hover,
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle:active,
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle.active,
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle:focus {
  background-color: transparent;
  color: #ffffff;
}
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle:hover .icon-bar,
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle:active .icon-bar,
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle.active .icon-bar,
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}
nav.navbar.navbar-default .container .navbar-header button.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
nav.navbar.navbar-default .container .navbar-header a.navbar-brand {
  color: #ffffff;
  font-size: 20px;
  padding: 5px 15px;
}
nav.navbar.navbar-default .container ul.nav.navbar-nav {
  margin: 0px;
}
nav.navbar.navbar-default .container ul.nav.navbar-nav li {
  margin-left: 1px;
}
nav.navbar.navbar-default .container ul.nav.navbar-nav li .fa.fa-shopping-cart {
  line-height: 16px;
}
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu {
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
  color: #59595c;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 1rem;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 100%;
}
@media screen and (max-width: 1199px) {
  nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu {
    font-size: 0.889rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 991px) {
  nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu {
    font-size: 0.778rem;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu {
    font-size: 1rem;
  }
}
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #FFFFFF;
  margin-left: 0;
}
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a {
  color: #59595c;
  padding-top: 8px;
  padding-bottom: 7px;
}
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a:focus {
  background-color: transparent;
  color: #00559d;
}
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu > .active > a,
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu > .active > a:hover,
nav.navbar.navbar-default .container ul.nav.navbar-nav li.dropdown ul.dropdown-menu > .active > a:focus {
  background-color: transparent;
}
nav > div > div.navbar-collapse.collapse.in > ul,
nav > div > div.navbar-collapse.collapsing > ul {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  header {
    background-position-y: top !important;
  }
  .navbar-header {
    float: none;
    background-color: #00559d;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in,
  .collapsing {
    display: block !important;
    background-color: #ffffff;
  }
}
.navbar-toggle {
  /*border: none;
  background: transparent !important;*/
  /*&:hover {
    background: transparent !important;
  }*/
}
.navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
  transform: translateX(-10px);
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
  transform: translateX(0);
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/**
 * File: _tpl-000-langswitch.less
 * created by alex on 18.06.17.
 */
.nav.navbar-nav abbr[title],
.nav.navbar-nav abbr[data-original-title] {
  border: none;
  cursor: inherit;
  text-decoration: none;
}
ul.lang-switch {
  position: absolute;
  right: 0;
  top: 10px;
  /*background: #ccc;*/
  list-style: none;
  font-size: 0.778rem;
}
ul.lang-switch li {
  border-radius: 4px;
  text-align: right;
  padding-top: 2px;
}
ul.lang-switch li.active {
  display: none;
}
ul.lang-switch li a {
  padding: 2px 2px 2px 6px;
  text-decoration: none;
}
ul.lang-switch li a abbr[title],
ul.lang-switch li a abbr[data-original-title] {
  border: none;
  cursor: inherit;
  text-decoration: none;
}
ul.lang-switch li a span {
  padding: 2px 3px 0px 3px;
  font-size: 90%;
  color: #ffffff;
  background-color: #00559d;
  border-radius: 2px;
  margin-left: 0px;
  text-transform: uppercase;
}
ul.lang-switch li:hover {
  background-color: #00559d;
}
ul.lang-switch li:hover a {
  color: #ffffff;
}
ul.lang-switch li:hover a span {
  color: #00559d;
  background-color: #00559d;
}
/*languageswitch*/
ul.nav li a span {
  background-color: #545454;
  color: #ffffff;
  padding: 4px;
  font-size: 12px;
  font-weight: 300;
  border-radius: 4px;
}
/**
 * File: _tpl-001-getBreadcrumb.less
 * created by Alex on 23.06.2017.
 */
.breadcrumb {
  background-color: transparent;
  font-size: 0.889rem;
}
/**
 * File: _004-artikel-bild.less
 * created by Alex on 16.06.2017.
 */
figure.article__figure {
  background-color: #efefef;
  margin-bottom: 15px;
}
figure.article__figure.article__figure--small {
  width: 22%;
}
@media screen and (max-width: 991px) {
  figure.article__figure.article__figure--small {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  figure.article__figure.article__figure--small {
    width: 100%;
  }
}
figure.article__figure.article__figure--medium {
  width: 30%;
}
@media screen and (max-width: 991px) {
  figure.article__figure.article__figure--medium {
    width: 100%;
  }
}
figure.article__figure.article__figure--large {
  width: 41.66666667%;
}
@media screen and (max-width: 991px) {
  figure.article__figure.article__figure--large {
    width: 100%;
  }
}
figure.article__figure.article__figure--X-large {
  width: 50%;
}
@media screen and (max-width: 991px) {
  figure.article__figure.article__figure--X-large {
    width: 100%;
  }
}
figure.article__figure--float-right {
  float: right;
  margin-left: 25px;
}
figure.article__figure--float-left {
  float: left;
  margin-right: 25px;
}
figure.article__figure figcaption {
  font-size: 0.778rem;
  line-height: 1.2rem;
  padding: 9px;
}
/**
 * File: _002-Teaser-u-News.less
 * created by alex on 18.06.17.
 */
.teaser__item {
  margin-bottom: 20px;
}
.teaser__item p {
  margin-bottom: 1.25rem;
}
.teaser__item--vertical .teaser__headline {
  font-size: 1.5rem;
  /*background-color: @Brand-Color-Tertiary;*/
  margin-top: 0;
  margin-bottom: 3px;
  text-align: center;
  padding: 6px 0 3px;
}
.teaser__item--vertical .teaser__image {
  margin-bottom: 10px;
}
.teaser__item .teaser__link {
  text-transform: uppercase;
  font-size: 0.889rem;
}
.teaser__item--horizontal .teaser__headline {
  font-size: 1.25rem;
  color: #00559d;
}
.teaser__item--horizontal .teaser__caption {
  color: #000000;
}
.teaser__item--horizontalfull .teaser__box {
  margin-top: 50px;
  border-top: 4px dotted #ccc;
  padding-top: 40px;
}
.teaser__item--horizontalfull .teaser__headline {
  margin-top: 0;
}
.teaser__image {
  background-color: #efefef;
}
.teaser__image figcaption {
  font-size: 0.778rem;
  line-height: 1.2rem;
  padding: 9px;
}
/**
 * File: _009-Linkliste.less
 * created by alex on 21.06.17.
 */
/*
<div class="links">
<h3 class="links__headline">Link-Liste</h3><div class="links__liste"><ul class="fa-ul"><li class="links__item"><a href="/formenbau/" title="Formenbau" class="links__link"><i class="fa-li fa fa-angle-right"></i>Formenbau</a></li><li class="links__item"><a href="/werkzeugbau/" title="Werkzeugbau" class="links__link"><i class="fa-li fa fa-angle-right"></i>Werkzeugbau</a></li><li class="links__item"><a href="/lehrenbau/" title="Lehrenbau" class="links__link"><i class="fa-li fa fa-angle-right"></i>Lehrenbau</a></li></ul></div></div>
*/
aside .links__headline {
  font-size: 1.5rem;
  background-color: #00559d;
  margin-top: 0;
  margin-bottom: 3px;
  padding: 6px 10px 3px 10px;
}
aside .links__liste {
  background-color: #00559d;
  font-size: 0.889rem;
  padding: 10px 10px 1px 10px;
  margin-bottom: 3px;
}
aside .links__liste .fa-ul {
  margin-left: 22px;
}
aside a.links__link {
  color: #ffffff;
}
/*<div class="downloads">
<h3 class="downloads__headline">asdasdasd</h3><div class="downloads__liste"><ul class="fa-ul"><li class="downloads__item"><a href="http://stage38.alexander-dess.de/media/slide2.jpg" class="downloads__link downloads__link--external"><i class="fa-li fa fa-file-image-o"></i>media Beschreibung</a></li><li class="downloads__item"><a href="http://stage38.alexander-dess.de/media/slide1.jpg" class="downloads__link downloads__link--external"><i class="fa-li fa fa-file-image-o"></i>slide1.jpg</a></li><li class="downloads__item"><a href="http://stage38.alexander-dess.de/media/slide3.jpg" class="downloads__link downloads__link--external"><i class="fa-li fa fa-file-image-o"></i>slide3.jpg</a></li><li class="downloads__item"><a href="http://stage38.alexander-dess.de/media/20170612_reuss_internet_responsive_4.pdf" class="downloads__link downloads__link--external"><i class="fa-li fa fa-file-pdf-o"></i>20170612_reuss_internet_responsive_4.pdf</a></li></ul></div></div>*/
aside .downloads__headline {
  font-size: 1.5rem;
  background-color: #00559d;
  margin-top: 0;
  margin-bottom: 3px;
  padding: 6px 10px 3px 10px;
}
aside .downloads__liste {
  background-color: #00559d;
  font-size: 0.889rem;
  padding: 10px 10px 1px 10px;
  margin-bottom: 3px;
}
aside .downloads__liste .fa-ul {
  margin-left: 22px;
  /*li {
        overflow: hidden;
      }*/
}
aside a.downloads__link {
  color: #ffffff;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.7);
}
body > div.cbp-popup-wrap.cbp-popup-lightbox.cbp-popup-transitionend.cbp-popup-ready > div.cbp-popup-content > div > img[style] {
  /*max-height: 300px !important;*/
}
/**
 * File: _bs-carousel-cover.less
 * created by alex on 20.06.17.
 */
#f5-carousel {
  padding-top: 40px;
}
.carousel-caption-custom {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  right: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+15,0.4+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=1);
  /* IE6-9 */
}
.carousel-caption-custom {
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .carousel-caption-custom {
    padding-top: 0px;
    padding-bottom: 7px;
  }
}
.carousel-caption-custom p.h1 {
  font-size: 2.112rem;
  line-height: 2.667rem;
  text-align: right;
  text-shadow: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .carousel-caption-custom p.h1 {
    font-size: 1.5rem;
    line-height: 1.778rem;
  }
}
@media (max-width: 768px) {
  .carousel-caption-custom p.h1 {
    font-size: 1.223rem;
    line-height: 1.223rem;
  }
}
.carousel-caption-custom p {
  font-size: 18px;
  text-align: center;
}
.carousel-caption-custom p a {
  color: #FFFFFF;
  display: block;
  padding: 5px;
}
.carousel-caption-custom p a:hover {
  text-decoration: underline;
}
.carousel-caption-custom p a span {
  background: #4c8b33;
  margin: -5px -5px -5px 5px;
  padding: 6px 15px 6px 15px;
  width: 44px;
}
.vcenter-container {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vcenter {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}
/* Carousel FADE
---------------------------- */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
article.leadarticel,
aside {
  margin-top: 2.5rem;
}
.logo {
  margin: 9px 0 29px;
}
header {
  background-image: url(https://webseitenarchiv.stadtarchiv-digital.de/public/20260102083022oe_/https://www.gunter-ullrich-stiftung.de/resources/grfx/gusa_header_bg_2.jpg);
  background-position-y: bottom;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position-x: center;
}
.brand.container {
  position: relative;
  padding-bottom: 20px;
}
.kontakt__img {
  margin: 10px auto;
}
.kontakt__caption {
  text-align: center;
}
section.kontakt {
  margin-bottom: 30px;
}
.footer__row.footer__row {
  background-color: #00559d;
}
.footer__row.footer__row .links__liste {
  background-color: transparent;
  text-align: right;
  font-size: 0.889rem;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.footer__row.footer__row .links__liste ul {
  margin: 0 0 20px 0;
}
.footer__row.footer__row .links__liste ul li.links__item {
  display: inline-block;
}
.footer__row.footer__row .links__liste ul li.links__item a.links__link {
  color: #ffffff;
}
.footer__row.footer__row .links__liste ul li.links__item:after {
  content: "|";
  margin: 0 10px;
  color: #ffffff;
}
.footer__row.footer__row .links__liste ul li.links__item:last-child:after {
  content: "";
  margin: 0;
}
.footer__row.footer__row--address {
  background-color: #333862;
}
.footer__address {
  font-size: 0.889rem;
  color: #ffffff;
  margin: 20px 0px 40px 0px;
}
.footer__address a {
  color: #ffffff;
}
.footer__address a:hover {
  color: #e5e5e5;
}
.footer__address p {
  margin-bottom: 0.75rem;
}
.dekra-logo {
  float: right;
  margin-right: 15px;
}
.yform label {
  font-weight: 300;
}
.yform .form-control {
  font-size: 1rem;
  min-height: 2.445rem;
  color: #000000;
  background-color: #00559d;
  border: 1px solid #00559d;
  border-radius: 0px;
}
.form-control:focus {
  border-color: #00559d;
}
.has-error label.control-label {
  font-weight: 500;
  color: #00559d;
}
.has-error input.form-control {
  border: 1px solid #00559d;
  background-color: #9dd2ff;
}
.table.noborder > thead > tr > th,
.table.noborder > tbody > tr > th,
.table.noborder > tfoot > tr > th,
.table.noborder > thead > tr > td,
.table.noborder > tbody > tr > td,
.table.noborder > tfoot > tr > td {
  border-top: none;
}
.table.autowidth {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
/*Min-Width: Refers to everything greater than or equal to the amount given.
Max-Width: Refers to everything less than or equal to the amount given.*/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* ipad landscape */
.cbp-popup-lightbox {
  background: rgba(210, 210, 210, 0.96);
}
.cbp-popup-lightbox .cbp-popup-content > div > img[style] {
  margin: 0 auto 15px auto;
}
.cbp-popup-lightbox .cbp-popup-lightbox-title {
  padding-right: 0;
  font: inherit;
}
.cbp-popup-lightbox .cbp-popup-lightbox-title > p:nth-child(1) {
  font-size: 20px;
  color: #00559d;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}
.cbp-popup-lightbox .cbp-popup-lightbox-title > p:nth-child(2) {
  font-size: 16px;
  color: #4e4e4e;
  text-align: center;
  margin-bottom: 0.5rem;
}
.cbp-popup-lightbox .cbp-popup-lightbox-counter {
  position: relative;
  /* top: 0; */
  /* right: 0; */
  /* font: 400 12px/18px "Open Sans", sans-serif; */
  /* color: #eee; */
  font: inherit;
  font-size: 14px;
  color: #4e4e4e;
  text-align: center;
}
.cbp-popup-lightbox .cbp-popup-next {
  background-position: -46px -46px;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
  background-position: -46px 0;
}
.cbp-popup-lightbox .cbp-popup-prev {
  background-position: 0 -46px;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
  background-position: 0 0;
}
.cbp-popup-lightbox .cbp-popup-close {
  background-position: -92px -46px;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
  background-position: -92px 0;
}
html {
  margin-top: 46px;
}
@media (max-width: 1023px) {
  html {
    margin-top: 0;
  }
}
header.logo-kulturstadt-aschaffenburg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  z-index: 50;
  padding: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  header.logo-kulturstadt-aschaffenburg {
    display: none;
  }
}
header.logo-kulturstadt-aschaffenburg h1 {
  width: 980px;
  height: 56px;
  position: relative;
  margin: 0 auto;
}
header.logo-kulturstadt-aschaffenburg h1 a {
  position: absolute;
  left: -1px;
  top: 4px;
  border-bottom: 0px !important;
  width: 316px;
  height: 38px;
  overflow: hidden;
}
header.logo-kulturstadt-aschaffenburg h1 a:hover {
  background: url('https://webseitenarchiv.stadtarchiv-digital.de/public/20260102083022oe_/https://www.gunter-ullrich-stiftung.de/media/logo_kulturstadt-o.png') no-repeat 0 0 !important;
}
header.logo-kulturstadt-aschaffenburg h1 a:hover img {
  padding-top: 50px;
}
header.logo-kulturstadt-aschaffenburg h1 img {
  display: block;
}
header.logo-kulturstadt-aschaffenburg h1 span {
  position: absolute;
  left: -99999px;
}
footer ul#nav_social {
  list-style: none;
  margin: 20px 0 5px 0;
  float: right;
  display: inline;
  min-height: 32px;
}
footer ul#nav_social li {
  margin-right: 5px;
  float: left;
  display: inline;
}
footer ul#nav_social li a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0.3em;
  line-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
}
footer ul#nav_social li#n_facebook a {
  background-image: url('https://webseitenarchiv.stadtarchiv-digital.de/public/20260102083022oe_/https://www.gunter-ullrich-stiftung.de/media/si_facebook_b.png');
}
footer ul#nav_social li#n_twitter a {
  background-image: url('https://webseitenarchiv.stadtarchiv-digital.de/public/20260102083022oe_/https://www.gunter-ullrich-stiftung.de/media/si_twitter_b.png');
}
footer ul#nav_social li#n_instagram a {
  background-image: url('https://webseitenarchiv.stadtarchiv-digital.de/public/20260102083022oe_/https://www.gunter-ullrich-stiftung.de/media/si_instagram_b.png');
}
footer ul#nav_social li a:hover {
  background-color: #c2c2ce !important;
  /*background-color: #706A57 !important;*/
}
footer ul#nav_social li a span {
  /**/
  position: absolute;
  left: -99999px;
  color: #ffffff;
}
