@import url('../../fonts/fontIcon/style.css');
/* VAR */
/* FontIcon */
/* BOOTSTRAP RESET */
.navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
  position: relative;
}
.navbar-default .navbar-nav > li > a {
  color: #888888;
}
.navbar-brand {
  line-height: inherit;
  height: inherit;
  padding-left: 0;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-right .dropdown-menu {
  left: 0;
  right: inherit;
  width: 100%;
  background-clip: none;
  border: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  padding: 20px 0;
}
.navbar-right .dropdown-menu .dropdown-menu {
  background: none;
}
.navbar-right .dropdown-menu a {
  color: #888888;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: none;
  color: #516f94;
}
.nav > li,
.dropdown {
  position: static;
}
a:focus,
a:active {
  outline: none;
  border: none;
}
/* .navbar-brand{display:none} */
.label-info {
  background-color: #516f94;
}
/* LAYOUT */
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
}
#page {
  max-width: 2300px;
  margin: 0 auto;
}
#top {
  background: #ffffff;
}
#header {
  background: #acbdd2;
  border-bottom: 10px solid #516f94;
  box-shadow: 0px 5px 5px #cccccc;
  position: relative;
  overflow: hidden;
}
#main {
  background: #ffffff;
  min-height: 600px;
  padding-top: 40px;
  overflow: hidden;
}
#content {
  overflow: hidden;
}
#content ul {
  margin-left: 0;
  padding-left: 0;
}
#content ul li {
  list-style: none;
  padding-left: 0px;
  border-bottom: 1px solid #eceded;
  /*line-height: 2.5;*/
  line-height: inherit;
}
#content ul li ul li:last-child {
  border-bottom: none;
}
#footer {
  background: #516f94;
  min-height: 100px;
  color: #ffffff;
  padding: 20px 0;
  margin-top: 40px;
}
/*#footer .grid{padding:0;}*/
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #e6e6e6;
}
#footer ul {
  padding-left: 0;
}
#footer li {
  list-style: none;
}
#footer h4 {
  font-size: 20px;
}
.logo {
  margin: 5px;
  width: 350px;
  height: auto;
}
.mariastein2025 .logo {
  width: 500px;
}
.mariastein2025 .sticky .logo {
  width: 300px;
  margin-top: 15px;
}
.ce-above .ce-gallery {
  margin-bottom: 0;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery {
  margin-bottom: 1em;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 24px;
}
#main .frame .ce-image.ce-center .ce-gallery[data-ce-images="1"] {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main .frame.frame-space-before-extra-small .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-before-small .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-before-medium .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-before-large .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-before-extra-large .ce-image.ce-center .ce-gallery[data-ce-images="1"] {
  margin-top: 0;
}
#main .frame.frame-space-after-extra-small .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-after-small .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-after-medium .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-after-large .ce-image.ce-center .ce-gallery[data-ce-images="1"],
.frame.frame-space-after-extra-large .ce-image.ce-center .ce-gallery[data-ce-images="1"] {
  margin-bottom: 0;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 32%;
}
.ce-gallery[data-ce-columns="3"] .image,
.ce-gallery[data-ce-columns="3"] img {
  width: 100%;
}
.ce-gallery[data-ce-columns="3"] img {
  object-fit: cover;
}
#main .ce-center .video,
#main .ce-center .video .video-embed-item {
  width: 100%;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  margin-bottom: 25px;
}
/* Sticky Header */
#top.sticky {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  box-shadow: 5px -4px 5px #516f94;
}
#top.sticky + #header {
  margin-top: 186px;
}
#top.sticky .navbar-brand,
#top .logo,
#top #header-links,
#top #lang_nav,
#top .tx-kesearch-pi1,
#top #main_nav {
  transition: all 0.5s;
}
#top.sticky .navbar-brand,
#top.sticky .tx-kesearch-pi1 {
  opacity: 0;
  height: 0;
}
#top.sticky #main_nav {
  margin-top: 30px;
}
/* Tabelle */
table td,
table th {
  padding: 1px 5px;
  border-bottom: 1px solid #000000;
}
/* FONTS */
body {
  font-family: 'Exo 2', sans-serif;
  color: #575757;
  font-size: 18px;
}
/*h1{font-size:22px; color:@baseColor;margin-bottom:25px; margin-top:0}
h2{font-size:19px; color:@baseColor;}
h2 a{color:@baseColor;}
h2 a:hover{color:@baseColor;}
h3 {font-size: 16px; font-weight: bold;}*/
h1 {
  font-size: 32px;
  color: #516f94;
  margin-bottom: 35px;
  margin-top: 0;
}
h2 {
  font-size: 22px;
  color: #516f94;
  margin-bottom: 25px;
  margin-top: 0;
}
h2 a {
  color: #516f94;
}
h2 a:hover {
  color: #516f94;
}
h3 {
  font-size: 19px;
  font-weight: bold;
}
#header {
  font-family: 'PT Serif Caption', serif;
}
#header h1,
#header h2:first-child {
  font-size: 70px;
  color: #f2f2f2;
  margin-bottom: 0px;
  text-shadow: 5px 5px 5px #333333;
}
#header h2,
#header h3:last-child {
  font-size: 20px;
  text-indent: 200px;
  color: #f2f2f2;
  margin-top: 0;
  text-shadow: 2px 2px 2px #333333;
  margin-bottom: 25px;
}
#header h2:first-child {
  text-indent: 0;
}
#header h3:last-child {
  font-weight: normal;
}
a {
  color: #888888;
}
a:hover {
  color: #555555;
  text-decoration: none;
}
.important {
  color: #ff0000;
}
/* Tabelle contenttable */
table.contenttable {
  width: 100%;
}
table.contenttable tr td {
  border-bottom: 1px solid #ECEDED;
}
/* NAV */
#lang_nav {
  margin-left: 60px;
}
#lang_nav li a {
  padding: 21px 6px 10px 15px;
}
#lang_nav .active_lang a {
  color: #516f94;
}
#main_nav_container {
  clear: both;
}
#main_nav {
  margin-top: 40px;
  text-transform: uppercase;
}
#main_nav li a {
  padding: 0 10px 0 0;
  margin-left: 10px;
  font-size: 15px;
  height: 32px;
}
#main_nav li ul li a {
  font-size: 14px;
}
#main_nav li:last-child a {
  padding: 0px;
}
#main_nav .dropdown-menu {
  -webkit-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
}
#main_nav li .dropdown-menu li {
  font-size: 18px;
  /*padding-bottom: 10px;*/
  /*border-bottom:1px solid lightgray;*/
  border-right: 1px solid lightgray;
  padding-top: 2px;
  padding-bottom: 2px;
}
.dropdown-menu > li > a {
  white-space: inherit;
  line-height: 1;
}
#main_nav li .dropdown-menu li a {
  /*padding:10px 15px*/
  padding: 15px;
}
#main_nav li.current a {
  color: #516f94;
}
#main_nav li.current .dropdown-menu a {
  color: #888888;
}
/* Navigation opens on hover: */
ul.nav li.dropdown:hover ul.dropdown-menu,
ul.nav li.dropdown.open ul.dropdown-menu {
  display: block;
  margin-top: 0px;
}
#main_nav li.dropdown ul.dropdown-meu li::after {
  content: url('http://www.kloster-mariastein.ch/de/wallfahrt/gnadenkapelle/');
}
#main_nav li .dropdown-menu li a {
  display: flex;
  align-items: center;
}
#main_nav li .dropdown-menu {
  grid-template-columns: 25% 25% 25% 25%;
}
ul.nav li.dropdown:hover ul.dropdown-menu,
ul.nav li.dropdown.open ul.dropdown-menu {
  display: grid;
}
ul.nav li.dropdown:hover ul.dropdown-menu .dropdown-menu,
ul.nav li.dropdown.open ul.dropdown-menu .dropdown-menu {
  display: block;
  position: static;
  box-shadow: none !important;
  padding-top: 0px;
}
#main_nav li .dropdown-menu li {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main_nav li .dropdown-menu li a {
  /*height:100%;*/
  height: auto;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0px;
  padding-top: 5px;
}
#main_nav li .dropdown-menu .dropdown-menu li {
  border: none;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
#main_nav li .dropdown-menu .dropdown-menu li a {
  /*padding:5px 15px;*/
  padding: 5px 0px;
  font-weight: normal;
}
#main_nav li .dropdown-menu.dropdown-menu-line::after {
  content: "";
  display: block;
  height: 1px;
  width: 1060px;
  width: calc(100% - 80px);
  border-bottom: 1px solid lightgray;
  position: absolute;
  top: 50%;
  margin: 0 40px;
}
#main_nav li .dropdown-menu > .active > a,
#main_nav li .dropdown-menu > .active > a:hover,
#main_nav li .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #516f94;
}
/*.mariastein2025 #main_nav li .dropdown-menu {grid-template-columns:100%; width:30%; left:auto;}
.mariastein2025 #main_nav li .dropdown-menu .dropdown-menu {width:auto;}*/
/* Zimmer buchen Nav */
#main_nav li.first_li.Zimmer.buchen {
  padding: 10px 10px 0 10px;
  margin-top: -10px;
  background-color: #46b164;
}
#main_nav li.first_li.Zimmer.buchen a {
  color: #fff;
}
#lang_nav {
  margin-left: 0;
}
#lang_nav li {
  margin-top: 1.5rem;
  background-color: #516f94;
}
#lang_nav li:not(:last-child) {
  margin-right: 0.5rem;
}
#lang_nav li a {
  padding: 0.8rem 1rem;
  color: #ffffff;
}
#lang_nav li.active_lang a {
  background-color: lightgray;
}
#header-links {
  float: right;
}
#header-links .frame {
  float: left;
  background-color: #516f94;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
#header-links .frame,
#header-links .frame a {
  color: #ffffff;
}
#header-links .frame p {
  margin: 0;
}
/* CMS */
#header .frame-type-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  bottom: 0;
}
#header .frame header {
  max-width: 1140px;
  margin: 280px auto 0;
  color: #ffffff;
  z-index: 5;
  position: relative;
}
#header .ce-image,
#header .ce-gallery,
#header .ce-outer,
#header .ce-inner,
#header .ce-row,
#header .ce-column,
#header .image,
#header .image-embed-item {
  height: 100%;
}
#header .image {
  display: flex;
}
#header .image-embed-item {
  object-fit: cover;
  width: 100%;
}
hr,
.frame-default {
  overflow: hidden;
  float: none;
}
hr {
  border: 0;
  border-bottom: 2px solid #516f94;
  margin-top: 40px;
  margin-bottom: 40px;
}
.align-center {
  text-align: center;
}
#sidebar div .csc-textpic-text {
  padding-left: 15px;
  padding-right: 15px;
}
#sidebar .frame header,
#sidebar .frame .ce-bodytext,
#sidebar .frame p {
  padding: 10px 10px 0px 15px;
}
#sidebar .frame .ce-bodytext p {
  padding: 0;
}
#sidebar #c5300 {
  background: #516f94;
  padding-bottom: 15px;
  color: #ffffff;
}
#sidebar #c5300 h2 {
  color: #ffffff;
}
#sidebar #c5300 .arrow-right {
  color: #ffffff;
}
#sidebar #c5300 .arrow-right:after {
  color: #ffffff;
  top: 0px;
}
#sidebar #c5300 .bodytext {
  padding: 0px 10px 0px 0px;
}
#sidebar #c5303 {
  background-color: #ffffff;
  padding-bottom: 0px;
}
#sidebar #c5303 .frame-type-textpic-image {
  margin-bottom: 0px;
}
#sidebar #c5302 {
  background: #516f94;
  padding-bottom: 15px;
  color: #ffffff;
}
#sidebar #c5302 h2 {
  color: #ffffff;
}
#sidebar #c5302 p a {
  color: #ffffff;
}
#sidebar #c5302 .bodytext {
  padding: 0px 10px 0px 0px;
}
#sidebar #c5305 {
  background-color: #ffffff;
  padding-bottom: 0px;
}
#sidebar #c5305 .frame-type-textpic-image {
  margin-bottom: 0px;
}
#sidebar #c5301 {
  background: #516f94;
  padding-bottom: 15px;
  color: #ffffff;
}
#sidebar #c5301 h2 {
  color: #ffffff;
}
#sidebar #c5301 p a {
  color: #ffffff;
}
#sidebar #c5301 .bodytext {
  padding: 0px 10px 0px 0px;
}
#sidebar #c5304 {
  background-color: #ffffff;
  padding-bottom: 0px;
}
#sidebar #c5304 .frame-type-textpic-image {
  margin-bottom: 0px;
}
#main .ce-center .ce-gallery[data-ce-columns="1"] .ce-outer,
#main .ce-center .ce-gallery[data-ce-columns="1"] .ce-inner,
#main .ce-center .ce-gallery[data-ce-columns="1"] .ce-row,
#main .ce-center .ce-gallery[data-ce-columns="1"] .ce-column,
#main .ce-center .ce-gallery[data-ce-columns="1"] .image {
  width: 100%;
}
#main .ce-center .ce-gallery[data-ce-columns="1"] img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Video Sidebar */
#sidebar #c5335 {
  padding-bottom: 0;
  line-height: 15px;
}
#sidebar {
  line-height: 20px;
}
#sidebar .frame-default {
  margin-bottom: 15px;
  background: #dee4ed;
  overflow: hidden;
  padding-bottom: 15px;
}
#sidebar .frame-default a {
  color: #516f94;
}
#sidebar .frame-default a:hover {
  color: #575757;
  text-decoration: underline;
}
#sidebar .frame-default .bodytext {
  padding: 0px 10px 0px 15px;
}
#sidebar #c963 {
  padding-bottom: 0px;
}
/* #sidebar .frame-default .frame-type-textpic-image{margin-bottom:23px} */
#sidebar ul li {
  list-style: none;
  margin-bottom: 7px;
}
.ui-sortable {
  margin-left: 15px;
}
/* Video Sidebar Titel */
#sidebar #c5313.frame-default,
#sidebar #c5338.frame-default,
#sidebar #c5341.frame-default {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sidebar #c5313.frame-default h2,
#sidebar #c5338.frame-default h2,
#sidebar #c5341.frame-default h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 19px;
}
#sidebar .frame-type-textmedia {
  padding: 0;
}
#sidebar .frame-type-textmedia video {
  width: 100%;
}
#sidebar ul {
  padding-left: 0;
}
/* Multishop Products Listing */
#tx_multishop_pi1_core {
  font-size: 14px;
}
#tx_multishop_pi1_core h1 {
  color: #575757;
  border-bottom: 10px solid #516f94;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.product_item_text_bottom_basketform .quantity {
  float: right;
  margin-right: 20px;
  height: 38px;
  width: 80px;
  text-align: center;
  padding-top: 3px;
}
.product_item_text_bottom_basketform .quantity:focus,
.product_item_text_bottom_basketform .quantity:active {
  border: 1px solid #999;
  box-shadow: 0;
  outline: 0;
}
.product_item_text_bottom .attributes {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0px 15px;
}
.product_item_text_bottom .attributes h2 {
  display: none;
}
.products_name {
  font-size: 20px;
  padding-bottom: 20px;
}
/*.description_and_img_wrapper .img_wrapper img{margin:15px 0;}*/
.products_wrapper {
  border-bottom: 2px solid #516f94;
  overflow: hidden;
  margin-bottom: 20px;
}
.products_price,
.msFrontAddToCartButton {
  float: right;
}
.products_price .price {
  margin-top: 7px;
}
.msFrontAddToCartButton {
  margin-left: 10px;
}
.msFrontAddToCartButton .arrow-right:after {
  position: static;
}
#bottom-navigation .cart,
.float_right {
  float: right;
}
/*#bottom-navigation .cart input {float:right; padding:10px 40px 10px 0; background:url('/fileadmin/theme/images/klosterladenpilgerlaube/pfeil_orange.png') no-repeat right center !important; margin-right:0 !important}*/
#bottom-navigation .msFrontButton {
  float: left;
  padding-left: 2px;
}
.col-md-4-background {
  background: #ededed;
  padding-bottom: 32768px;
  margin-bottom: -32768px;
}
.col-md-8-background {
  background: #fff;
}
.products_description {
  overflow: hidden;
}
.products_text_wrapper .products_name {
  padding-top: 15px;
}
#product_listing .proceed_button,
.confirm_order_en {
  background: transparent;
  border: none;
  height: 40px;
  position: absolute;
  text-indent: -9999px;
  width: 30px !important;
  z-index: 2;
}
.confirm_order_en {
  text-indent: 0;
  width: 140px;
  right: 51px;
}
.margin-right {
  margin-right: 5px;
}
.listing_item {
  text-align: center;
  padding: 15px;
  background-color: #ededed;
  margin-bottom: 15px;
  min-height: 220px;
}
.price {
  text-align: left;
}
.warenkorb_button {
  text-align: right;
  margin-bottom: 20px;
}
/* Multishop Minibasket Sidebar */
#mini_basket_content h3 {
  padding-left: 15px;
}
#mini_basket_content h3 a {
  color: #516f94;
}
#mini_basket_content ul {
  padding: 0 15px;
}
#sidebar #mini_basket_content ul li {
  margin-bottom: 0;
}
#sidebar li.mini_basket_item {
  border-top: 1px solid #516f94;
  overflow: hidden;
  padding: 10px 0;
  /*margin:0 15px;*/
}
#sidebar li.mini_basket_item:first-child {
  border-top: none;
}
#sidebar ul li.mini_basket_item_total {
  border-top: 2px solid #516f94;
  border-bottom: 2px solid #516f94;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 0;
}
#mini_basket_content {
  overflow: hidden;
}
.go2checkout a {
  padding-left: 73px;
  display: block;
}
.multishop_basketbox ul {
  padding-bottom: 2px;
}
.mini_basket_qty_label,
.mini_basket_item_price {
  margin-top: 5px;
}
.mini_basket_item_price,
.mini_basket_item_total .price {
  text-align: right;
}
/* Multishop Shopping Cart */
#tx_multishop_pi1_core .main-heading h2 {
  margin-bottom: 20px;
}
#tx_multishop_pi1_core .border {
  border: none;
}
#tx_multishop_pi1_core .border .shoppingcart-img,
#tx_multishop_pi1_core .border td.msOrderDetailsItemImage {
  text-align: left;
}
#tx_multishop_pi1_core .border td.msOrderDetailsItemImage {
  padding-left: 0;
}
#tx_multishop_pi1_core .border td,
#tx_multishop_pi1_core .border th {
  border: none;
  border-bottom: 2px solid #516f94;
  font: normal 14px Exo2, sans-serif;
  color: #575757;
}
#tx_multishop_pi1_core table td,
#tx_multishop_pi1_core table th {
  font-size: 14px;
}
#tx_multishop_pi1_core .border th {
  color: #575757;
  text-align: center;
  background: none;
  font-weight: bold;
}
#tx_multishop_pi1_core .border th.shoppingcart-product {
  text-align: left;
}
#tx_multishop_pi1_core .border td {
  text-align: center;
  vertical-align: middle;
}
#tx_multishop_pi1_core .border td.shoppingcart-product {
  text-align: left;
}
#tx_multishop_pi1_core .border td.shoppingcart-subtotaal,
#tx_multishop_pi1_core .border td.shoppingcart-subtotal,
#tx_multishop_pi1_core .border th.shoppingcart-subtotal {
  text-align: right;
}
#tx_multishop_pi1_core .border td.shoppingcart-subtotaal {
  border: none;
  padding-top: 15px;
}
.ms_remove_product_button {
  background: url('/fileadmin/theme/images/benediktinerkloster/muell.png') no-repeat;
  text-indent: -9999px;
  height: 23px;
  width: 16px;
}
#tx_multishop_pi1_core .border td.shoppingcart-subtotaal {
  border-bottom: 2px solid #516f94;
}
.shoppingcart-subtotaal-wrapper {
  float: right;
  padding-bottom: 2px;
}
/* Multishop Kategorie im Sidebar*/
#multishop_catbox_906 #vertical_container {
  padding-left: 0px;
  padding-right: 0px;
}
#multishop_catbox_906 #vertical_container li {
  padding: 2px 5px 2px 15px;
}
#multishop_catbox_906 #vertical_container li a {
  display: block;
}
#sidebar #c952 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#sidebar #c80 {
  display: none;
}
#content #c921 #c534 {
  display: none;
}
/* Multishop Specials*/
.specials_price {
  color: #516f94;
  font-weight: bold;
}
.old_price {
  text-decoration: line-through;
}
#specialssections_listing_ .listing_item {
  min-height: 240px;
}
#specialssections_listing_ .products_price,
.msFrontAddToCartButton {
  float: none;
}
/* Multishop Detailspage */
#quantity {
  margin: 5px;
  text-align: center;
}
.qty_minus {
  width: 30px;
}
.qty_plus {
  width: 30px;
}
.inWK input {
  padding-top: 5px;
  width: 200px;
}
.inWK {
  background: url('/fileadmin/theme/images/klosterladenpilgerlaube/Wahrenkorb_Pilgerlaube.png') no-repeat;
  height: 40px;
}
#products_detail .back_button {
  margin-top: -14px;
}
#products_detail #bottom-navigation {
  padding: 10px !important;
}
.pagination_previous:before {
  font-family: 'icomoon';
  content: " \e601";
  color: #516f94;
  font-size: 26px;
  position: relative;
  top: 5px;
  padding-left: 2px;
}
.pagination_previous a {
  margin-left: 10px;
}
.pagination_next {
  float: right;
  margin-top: -37px;
}
.pagination_next:after {
  font-family: 'icomoon';
  content: " \e602";
  color: #516f94;
  font-size: 26px;
  position: relative;
  top: 5px;
}
.backDetail {
  padding-top: 50px;
}
/* multishop - CheckoutOnePage */
.lieferadresse_titel {
  margin-top: -64px;
  margin-bottom: 20px;
}
#bottom-navigation .go2checkout {
  text-align: right;
}
#bottom-navigation {
  overflow: hidden;
  padding: 50px 0;
  clear: both;
}
#bottom-navigation .label {
  padding-top: 10px;
}
#bottom-navigation .icon {
  width: 39px;
  height: 39px;
  display: block;
  float: left;
  text-indent: -50000px;
  line-height: -50000px;
  background: url(../img/multishop/basket_control.png) no-repeat;
  overflow: hidden;
}
#bottom-navigation a span,
#bottom-navigation input {
  background: none;
  border: none;
}
#bottom-navigation .go2checkout {
  text-align: right;
}
.control-label {
  margin-top: 10px;
}
.lieferadresse_titel {
  padding-top: 100px;
}
.msOrderDetailsPaymentCostsLabel {
  display: none !important;
}
.msOrderDetailsPaymentCosts {
  display: none !important;
}
/* Multishop Checkout Address*/
/*#live-validation{overflow:hidden;}
.account-field input[type="text"] {float: left; margin-bottom: 10px; padding: 5px; width: 220px;}
.account-field label { display: block; float: left; width: 172px;}
.account-field .checkbox_label {clear: both; height: 30px; padding: 2px 10px 0 0; width: 20px !important;}
#ValidRadio label, .InputGroup label{width:80px;}
#ValidRadio label#account-gender , .InputGroup label#account-gender{width:172px;}*/
.account-male {
  margin-bottom: 8px;
}
#account-gender {
  margin-right: 15px;
}
.multishop_goto_checkout {
  margin-bottom: 10px;
}
.multishop_goto_checkout input.confirm_order_en {
  width: 180px;
  margin: 1px;
}
.proceed_button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}
#checkout_crumbar {
  display: none;
}
form#checkout .account-field input[type="radio"] {
  float: none;
}
/* Multishop msOrderDetailsTable */
#msOrderDetailsSubTotalTable {
  float: right;
  margin-top: 15px;
  font-weight: bold;
}
td.msOrderDetailsPaymentCostsLabel.msOrderDetailsSubTotalLabel {
  width: 245px;
}
#msOrderDetailsSubTotalTable td.msOrderDetailsPaymentCosts.msOrderDetailsSubTotalValue {
  text-align: right;
}
.msOrderDetailsGrandTotalLabel.msOrderDetailsSubTotalLabel {
  width: 120px;
}
#tx_multishop_pi1_core .border th.msOrderDetailsHeadingTotal,
#tx_multishop_pi1_core .border td.msOrderDetailsItemTotal {
  text-align: right;
}
#bottomColumnRight {
  border-bottom: 2px solid #516f94;
}
#tx_multishop_pi1_core .border td.msOrderDetailsItemName,
#tx_multishop_pi1_core .border th.msOrderDetailsHeadingName {
  text-align: left;
}
/* Multishop Checkout review */
#customer_comments {
  border-color: #516f94;
}
/* Multishop Checkout thank you*/
.checkout_thank_you #msOrderDetailsTable {
  margin-top: 25px;
}
#tx_multishop_pi1_core .checkout_thank_you hr {
  padding-top: 3px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.btn {
  background-color: #516f94;
  border-color: #888888;
  color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 10px;
}
.mariastein2025 .btn {
  border-color: transparent;
}
.btn a {
  color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: transparent;
  background-color: lightgray;
}
#tx_multishop_pi1_core .accept_general_conditions_container #invalid-tos {
  color: #cd0a0a;
  padding-left: 7px;
}
#content #tx_multishop_pi1_core .error-space {
  width: 100%;
  height: 100%;
  color: red;
  margin-bottom: 10px;
}
#accept_general_conditions .accept_general_conditions {
  float: left !important;
}
.msOrderDetailsShippingCosts {
  width: 100%;
  text-align: right;
}
.msOrderDetailsSubTotalValue {
  text-align: right;
}
/*Form Control*/
.form-control {
  margin: 5px 0;
  background-color: none;
}
textarea .form-control {
  width: 100%;
}
textarea {
  width: 100%;
  resize: none;
}
/* STARTSEITE - SPEZIELLE BLAUE BOXEN IM INHALTSBEREICH */
#c5551 .col-md-6 {
  padding-left: 0px;
}
#c5550.frame-default {
  margin-bottom: 15px;
  background: #dee4ed;
  overflow: hidden;
  padding: 5px 15px 25px 15px;
}
#c5550.frame-default h3:first-child {
  color: #516f94;
  margin-bottom: 20px;
}
#c5550.frame-default h2:first-child {
  color: #516f94;
  font-size: 22px;
  margin-bottom: 25px;
}
#c5550.frame-default a {
  color: #516f94;
}
#c5550.frame-default a:hover {
  color: #575757;
  text-decoration: underline;
}
/* BEITRITTSFORMULAR VEREIN DER FREUNDE */
#c5424 .tx-powermail label.powermail_label {
  width: 150px;
}
#c5492 .tx-powermail label.powermail_label {
  width: 150px;
}
#c5491 .tx-powermail label.powermail_label {
  width: 150px;
}
/* Forms Powermail Kontakt */
.tx-powermail label.powermail_label {
  font-weight: normal;
  height: 30px;
  margin: 0px 5px 0px 0px;
  width: 120px;
}
.tx-powermail .powermail_fieldwrap {
  padding: 3px 0 0 0;
  margin-top: 5px;
}
.tx-powermail input.powermail_input {
  height: 30px;
}
.tx-powermail input.powermail_submit {
  height: 30px;
  width: 100px;
  background-color: #516F94;
  color: #ffffff;
  display: block;
  border: 1px solid #516F94;
}
.tx-powermail h3 {
  display: none;
}
.tx-powermail > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/*Klosterladen Pilgerlaube Forms Powermail Kontakt*/
.powermail_form.powermail_form_2.nolabel h3 {
  display: none;
}
.powermail_fieldset.powermail_fieldset_2 .powermail_legend {
  color: #db5021;
  border: none;
  line-height: 1.1;
}
.powermail_fieldset.powermail_fieldset_2 .powermail_submit {
  background-color: #db5021;
  border: 1px solid #db5021;
}
/* News System */
.news .footer {
  border-bottom: 1px solid #516f94;
  border-top: none;
}
.news .article h3 {
  margin-bottom: 10px;
}
/*News Single*/
.news-single .article .news-img-wrap {
  float: left;
}
.news-single .article .facebook {
  display: none;
}
.news-single .news-related-wrap {
  display: none;
}
.news-single .header {
  overflow: hidden;
}
.news-single .hnews-list-title {
  margin: 0 !important;
}
.news-single {
  margin-bottom: 2rem;
}
.news-single .thumbnail {
  border: none;
  padding: 0px;
}
.news-single .thumbnail img {
  margin-left: 0;
  margin-right: 0;
}
.news-img-wrap img {
  width: 100% !important;
  height: 100% !important;
}
.news-img-wrap {
  margin: 0px !important;
}
/* Sidebar */
#sidebar .frame header h1:first-child {
  margin-top: 10px;
}
/* Sidebar - Social Media Box */
/*#sidebar .csc-textpic-imagewrap {padding: 0px 15px;}
#sidebar .csc-textpic-imagecolumn {margin-bottom: 10px;}*/
#sidebar .frame-type-textpic .ce-gallery {
  padding: 0px 15px;
}
#sidebar .frame-type-textpic .ce-column {
  margin-bottom: 10px;
}
/* Sidebar - News Box */
#sidebar .news-list-view {
  padding: 0px 15px;
}
#sidebar .news-list-view .news-img-wrap {
  margin: 0px 5px 5px 15px !important;
}
#sidebar .news-list-view .article {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#sidebar .news-list-view .article .header h3 {
  font-size: 18px;
}
#sidebar .news-list-view .article .teaser-text p.bodytext {
  font-size: 15px;
}
#sidebar .news-list-view .article .teaser-text a.more {
  font-size: 14px;
}
#sidebar .news-list-view .article span.news-list-date {
  font-size: 14px;
}
#sidebar .news .footer {
  padding: 0px;
  margin-top: 5px;
}
#sidebar #c5349,
#sidebar #c5348 {
  padding-bottom: 0px;
}
#sidebar #c5335:lang(fr),
#sidebar #c5335:lang(en) {
  margin-bottom: 0px;
}
/* Slub Events List */
.slub-event-list h1,
.slub-event-list h4 {
  margin-bottom: 5px;
  font-size: 19px;
}
.slub-event-list h1 a,
.slub-event-list h4 a {
  color: #516f94;
}
/* .f3-widget-paginator{display:none;} */
.slub-event-list ul.f3-widget-paginator {
  border: none;
}
.slub-event-list ul li {
  border-width: 0 0 2px 0;
  border-color: #516f94;
  border-style: solid;
  padding: 15px 10px 0px 0;
}
#sidebar .slub-event-list ul li {
  padding-left: 10px;
}
.slub-event-list li.Even {
  background: none;
}
.slub-event-list ul li.heading {
  padding: 0 10px 0;
}
.slub-event-list ul li.Last {
  border-bottom: none;
}
.slub-event-list div.teaser {
  float: none;
}
.slub-event-list .event_subscribe_button {
  display: block;
}
/* Slub Events List - NEU */
.kl_agenda_date td.heading {
  border-bottom: none;
}
.kl_agenda_date td.heading h2 {
  margin: 25px 0px 5px 0px;
}
.kl_agenda td {
  vertical-align: top;
  padding: 10px 0px;
  border-bottom: 1px solid #eceded;
}
.kl_agenda td.kl_agenda_col1 {
  width: 10%;
  padding-right: 3px;
}
.kl_agenda td.kl_agenda_col2 {
  width: 65%;
}
.kl_agenda td.kl_agenda_col3 {
  width: 25%;
}
.kl_agenda h3 {
  color: #516f94;
  margin: 3px 0px 0px 0px;
  font-weight: normal;
}
.kl_agenda h3 a {
  color: #516f94;
  font-weight: normal;
  margin-bottom: 0px;
}
.kl_agenda p {
  margin: 0px;
}
/* Slub Events Show */
#sidebar .tx-slub-events .slub-event-show {
  display: none;
}
.slub-event-show {
  border-bottom: 1px solid #516f94;
}
.slub-event-show div.location {
  background: none;
  padding: 0;
  color: #575757;
}
.slub-event-show div {
  margin-bottom: 10px;
}
.slub-event-show .submit {
  padding: 0;
}
/* .slub-event-show h3 {font-size:22px; color:@baseColor;margin-bottom:25px; margin-top:0; font-weight: normal;} */
.slub-event-show div.slub-event-location {
  margin-top: 30px;
}
.slub-event-show h3 {
  margin-bottom: 15px;
  font-size: 19px;
  color: #516f94;
  font-weight: normal;
}
/* .slub-event-show .ics a.btn {border: none; color: @white; margin: 20px 0px; } */
.slub-event-show .ics {
  display: none;
}
.slub-event-show .submit {
  padding: 0;
  background: none;
}
.slub-event-show a.linkback:before {
  font-family: 'icomoon';
  content: " \e601";
  color: #516f94;
  font-size: 26px;
  position: relative;
  top: 5px;
  padding-left: 2px;
}
.slub-event-show .submit a.linkback {
  background: none !important;
  border: none !important;
  color: #516f94 !important;
  padding: 0;
}
.slub-event-show .submit a.linkback:hover {
  background: none !important;
  border: none !important;
  color: #516f94 !important;
  padding: 0;
}
/* Slub Events Register*/
/*.slub-event-registrierung label{width:200px;}
#event_subscribe_form{border-bottom:1px solid @baseColor;}*/
#event_subscribe_form input {
  width: 200px;
}
#event_subscribe_form label {
  width: 200px;
}
#event_subscribe_form .slub-event-subscription {
  float: right;
}
/* Slub Events ListUpcoming */
.frame-type-list.frame-layout-3,
.frame-type-list.frame-layout-3 header h2,
.frame-type-list.frame-layout-3 a {
  background-color: #516f94;
  color: #ffffff;
}
.frame-type-list.frame-layout-3 header h2 {
  margin-bottom: 0;
  padding: 1.5rem;
}
.frame-type-list.frame-layout-3 table {
  width: 100%;
}
.frame-type-list.frame-layout-3 table tr:first-child td {
  border-top: 1px solid #fff;
}
.frame-type-list.frame-layout-3 table td {
  border-bottom: 1px solid #fff;
}
.frame-type-list.frame-layout-3 table td:first-child {
  padding-left: 1.5rem;
  width: 120px;
}
.frame-type-list.frame-layout-3 h3 {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Slub Events Month */
.slub-events-month select {
  height: 40px;
}
.slub-events-month .btn {
  margin-top: -6px;
  border-radius: 0px;
  border: none;
}
/* Special */
.row.slide-box {
  margin-bottom: 10px;
}
.slide-box .grid {
  position: relative;
  overflow: hidden;
}
.slide-box .grid .frame header h1,
.slide-box .grid header h2 {
  margin-top: 0;
  position: relative;
  z-index: 5;
  display: block;
  background: #ffffff;
  margin: 0;
  padding: 2px 0 0;
  height: 30px;
  vertical-align: middle;
}
.slide-box .grid .ce-bodytext {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 5;
  padding: 10px;
  font-size: 18px;
  color: #888888;
  overflow: hidden;
}
.slide-box .grid .ce-bodytext p {
  overflow: hidden;
  float: none;
  clear: both;
  font-size: 16px;
}
.slide-box .grid .frame-type-textpic figure {
  margin: 0 !important;
  padding: 0;
}
.slide-box .ce-outer,
.slide-box .ce-inner,
.slide-box .ce-column,
.slide-box .image,
.slide-box img {
  width: 100%;
}
.slide-box img {
  object-fit: cover;
}
/*slidebox button*/
.slide-box .grid .ce-bodytext .internal-link,
.slide-box .grid .ce-bodytext .external-link-new-window,
.slide-box .grid .ce-bodytext .external-link,
.slide-box .grid .ce-bodytext .internal-link-new-window,
.slide-box .grid .ce-bodytext .download {
  display: block;
  text-align: right;
  color: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 0;
  height: 40px;
  float: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* Special - Arrows */
.arrow-right a:after,
.slide-box .grid .ce-bodytext .internal-link:after,
.slide-box .grid .ce-bodytext .external-link-new-window:after,
.slide-box .grid .ce-bodytext .external-link:after,
.slide-box .grid .ce-bodytext .internal-link-new-window:after,
.slide-box .grid .ce-bodytext .download:after {
  font-family: 'icomoon';
  content: " \e602";
  color: #516f94;
  font-size: 26px;
  position: relative;
  top: 5px;
}
.slide-box .grid .ce-bodytext .internal-link:after {
  top: 0;
}
.arrow-right input {
  width: auto !important;
}
.arrow-left:before {
  font-family: 'icomoon';
  content: " \e601";
  color: #516f94;
  font-size: 26px;
  position: relative;
  top: 5px;
}
.arrowLeft:before {
  font-family: 'icomoon';
  content: " \e601";
  color: #516f94;
  font-size: 26px;
  position: relative;
  top: 5px;
}
.arrow-left span {
  margin-left: 10px;
}
.arrowLeft span {
  margin-left: 10px;
}
.arrow-top:after {
  font-family: 'icomoon';
  content: " \e603";
  color: #516f94;
  font-size: 26px;
}
.arrow-down:after {
  font-family: 'icomoon';
  content: " \e600";
  color: #516f94;
  font-size: 26px;
}
/*.cart input{background-position:-40px !important; margin-left: 20px; float: right !important; text-indent: 50000px !important}
.cart input{padding:10px 70px 10px 0; background:url('/fileadmin/theme/images/klosterladenpilgerlaube/pfeil_orange.png') no-repeat right center !important; margin-right:0 !important}*/
/* EXT */
/* TX_IMAGECYCLE */
/* NIVOSLIDER */
#header .nivoSlider {
  margin-bottom: 0 !important;
}
#header .nivo-caption {
  background: none !important;
  text-align: right;
  font-size: 20px;
  max-width: 1170px !important;
  position: relative !important;
  margin: -116px auto 0 !important;
  font-family: 'PT Serif Caption' !important;
  font-style: italic;
}
#header .nivo-caption h1 {
  font-size: 70px !important;
  letter-spacing: 0;
}
#header .nivo-caption h1.nivoslider_kurhaus {
  margin-bottom: 27px;
}
#header .nivo-caption h1.nivoslider_kurhaus_left {
  float: left;
  margin-bottom: 27px;
}
/* WS_SLIDER */
#header .flexslider {
  margin: 0;
  border: none;
}
#header .flexslider .caption-wrapper {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 10;
  color: #fff;
  font-family: 'PT Serif Caption';
  font-style: italic;
  text-align: right;
  max-width: 1170px;
  /*margin:-116px auto 0;*/
  left: 50%;
  margin-left: -585px;
  opacity: 0.8;
  line-height: 1.2;
}
#header .flexslider .caption-title {
  color: #f2f2f2;
  margin-bottom: 0px;
  text-shadow: 5px 5px 5px #333333;
  font-size: 70px;
  letter-spacing: 0;
}
#header .flexslider .caption-body {
  font-size: 20px;
}
#header .flexslider .flex-control-nav {
  bottom: 0;
  z-index: 10;
}
#header .flexslider .flex-control-paging li a {
  background: #fff;
}
#header .flexslider .flex-direction-nav a,
#header .flexslider .flex-direction-nav a::before {
  color: #fff;
}
/* KESEARCH */
#top .tx-kesearch-pi1 {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.tx-kesearch-pi1 .submit {
  background: #516f94;
  padding: 0;
  width: 25px;
  margin: 1px 5px;
}
#ke_search_sword {
  font-size: 14px;
  float: left;
  border: 2px solid #d4d4d4;
  padding: 1px 5px;
  _padding-bottom: 4px;
  color: #a2a2a2;
}
_:-ms-fullscreen,
:root #ke_search_sword {
  padding-bottom: 5px;
}
#main #ke_search_sword {
  width: 100%;
  max-width: 800px;
}
#main #kesearch_submit {
  position: relative;
  float: right;
  z-index: 500;
  left: inherit;
  top: 5px;
}
#main #kesearch_num_results {
  margin-bottom: 15px;
}
#top .tx-kesearch-pi1 div.kesearchbox {
  right: 270px;
}
/* NEWS */
.frame-type-list.frame-layout-1 {
  background-color: #dee4ed;
  padding: 4rem 4rem 3rem;
}
.mariastein2025 .frame-type-list.frame-layout-1 {
  background-color: #f2e8d9;
}
.frame-type-list.frame-layout-1 header h2 {
  font-size: 30px;
}
.frame-type-list .news-list-item {
  margin-bottom: 2rem;
}
.frame-type-list h3 a {
  color: #516f94;
}
.frame-type-list.frame-layout-0 .news-list-item h3 {
  margin-bottom: 0px;
}
.frame-type-list.frame-layout-0 .news-list-item .extra {
  margin-bottom: 20px;
  font-size: 16px;
}
.frame-type-list.frame-layout-1 .news-list-item,
.frame-type-list.frame-layout-2 .news-list-item {
  margin-bottom: 0;
}
.frame-type-list.frame-layout-1 .news-list-item {
  padding: 0 10px;
}
.frame-type-list.frame-layout-1 .news-list-item-header {
  background-color: #516f94;
  color: #ffffff;
}
.frame-type-list.frame-layout-1 .news-list-item-header .btn {
  color: #ffffff;
  border: none;
  font-size: inherit;
  float: right;
  text-transform: none;
}
.frame-type-list.frame-layout-1 .news-list-item-header .btn:hover,
.frame-type-list.frame-layout-1 .news-list-item-header .btn:focus,
.frame-type-list.frame-layout-1 .news-list-item-header .btn:active {
  background-color: #516f94;
}
.frame-type-list.frame-layout-1 .news-list-item-header time {
  vertical-align: middle;
  padding: 6px 12px;
  display: inline-block;
}
.frame-type-list.frame-layout-1 .news-list-item-body {
  background-color: #ffffff;
  display: flex;
}
.frame-type-list.frame-layout-1 .news-list-item-body > div > a {
  display: flex;
  height: 100%;
}
.frame-type-list.frame-layout-1 .news-list-item-body img {
  object-fit: cover;
  flex: 1;
}
.frame-type-list.frame-layout-1 .news-list-item-body h3 {
  font-size: 17px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.frame-type-list.frame-layout-1 .news-list-item-body h3 a {
  color: #888888;
}
.frame-type-list.frame-layout-1 .news-list-item-header time,
.frame-type-list.frame-layout-1 .news-list-item-body img,
.frame-type-list.frame-layout-1 .news-list-item-body h3 {
  margin-left: -15px;
}
.frame-type-list.frame-layout-2 .news-list-item-body h3 {
  height: 42px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.frame-type-list.frame-layout-2 .news-list-item-body h3 a {
  color: #516f94;
}
.frame-type-list.frame-layout-2 .news-list-item {
  height: 455px;
}
.frame-type-list.frame-layout-2 .news-list-item .news-list-item-header {
  /*height:224px;*/
  height: 197px;
}
.frame-type-list.frame-layout-2 .news-list-item .news-list-item-body {
  height: 231px;
}
.frame-type-list.frame-layout-2 .news-list-item .btn-read-more {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.frame-type-list.frame-layout-2 .news-list-item .lead {
  height: 130px;
  overflow: hidden;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.frame-type-list .news-list-show-all {
  color: #516f94;
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.news-list-item .lead {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.news-list-item img {
  width: 100%;
  /*height:224px;*/
  height: 197px;
  object-fit: cover;
}
.frame-type-list.frame-layout-1 .news-list-item img {
  width: 100%;
  height: 96px;
  object-fit: cover;
}
.news-single h1 {
  margin-bottom: 0px;
}
.news-single .extra {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 16px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #516f94;
  color: #ffffff;
  padding: 5px 10px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li > span:active {
  background-color: lightgray;
  border-color: transparent;
}
@media (max-width: 1200px) {
  #header .frame header {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  #header .frame header {
    max-width: 720px;
  }
  .frame-type-list.frame-layout-1 .news-list-view > .row > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .frame-type-list.frame-layout-1 .news-list-item-header .btn {
    right: 0;
    float: right;
  }
  #top .tx-kesearch-pi1 {
    right: auto;
    left: 0;
    /*bottom: 100px;*/
    bottom: 120px;
  }
  #top .tx-kesearch-pi1 div.kesearchbox {
    right: auto;
  }
  .navbar-header {
    margin-bottom: 20px;
  }
  #footer .grid {
    margin-bottom: 20px;
  }
  #footer hr.ce-div {
    display: none;
  }
  #footer .container > .row:last-child > div > div:last-child p {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 250px;
    height: auto;
  }
  #header .nivo-caption h1 {
    font-size: 30px !important;
  }
  #header .nivo-caption {
    font-size: 18px !important;
    padding-top: 18px;
  }
  #header .nivoSlider {
    width: 200%;
    left: -50%;
  }
  #header .nivo-caption {
    width: 50%;
    opacity: 1;
  }
  #header .flexslider .caption-wrapper {
    /*width:60%; margin-left:-20%;*/
    margin-left: -62%;
  }
  #header .flexslider .caption-title {
    font-size: 30px;
  }
  #header .flexslider .caption-body {
    font-size: 18px;
  }
  #header h1,
  #header h2:first-child {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
  }
  #header .frame header {
    max-width: none;
    padding: 0 15px;
  }
  #nav .navbar-toggle {
    margin-top: 30px;
  }
  #lang_nav li {
    float: left;
    width: 30%;
    text-align: center;
    margin-top: 0.7rem;
  }
  #lang_nav {
    /*margin-left: -15px;*/
    margin-left: -5px;
    float: left;
  }
  #lang_nav li a {
    /*padding: 11px;*/
    padding: 8.2px 12px 8.2px 10px;
  }
  .navbar-brand.col-xs-9 img {
    max-width: 100%;
  }
  .dropdown-menu.container-row {
    float: none;
    position: static;
    margin-bottom: 20px;
    padding: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none !important;
  }
  /*ul.nav li.dropdown ul.dropdown-menu{display: none; margin-top:0px;}*/
  /*.dropdown-menu.container-row{display:none;}*/
  #top .tx-kesearch-pi1 {
    position: static;
    /*margin-top: 80px;*/
    margin-top: 130px;
    clear: both;
  }
  #top .tx-kesearch-pi1 #ke_search_sword {
    width: 80%;
  }
  #top .tx-kesearch-pi1 #kesearch_submit {
    right: 0;
    left: auto;
  }
  #top #main_nav {
    margin-top: 20px;
  }
  .frame-type-list.frame-layout-1 .news-list-item-header .btn {
    position: static;
    float: none;
    margin-left: -15px;
  }
  #main_nav li .dropdown-menu {
    grid-template-columns: auto;
  }
  #main_nav li .dropdown-menu li {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: none;
  }
  #main_nav li .dropdown-menu li {
    padding-left: 10px;
  }
  #main_nav li .dropdown-menu .dropdown-menu li,
  #main_nav li .dropdown-menu .dropdown-menu li a {
    padding-left: 0px;
  }
  #main_nav li .dropdown-menu li a {
    margin-left: 0px;
    padding-left: 0px;
  }
  #main_nav li .dropdown-menu li ul {
    margin-bottom: 0px;
  }
  #main_nav li .dropdown-menu.dropdown-menu-line::after {
    display: none;
  }
  .dropdown-menu.container-row {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .frame-type-html iframe {
    width: 100%;
  }
  .frame-type-list.frame-layout-1 .news-list-item img {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*#main_nav li .dropdown-menu li{width:50%;}*/
  #main_nav li .dropdown-menu {
    top: auto;
    grid-template-columns: auto auto auto;
  }
  #header .nivo-caption h1 {
    font-size: 45px !important;
  }
  #header .nivo-caption {
    font-size: 30px !important;
    padding-top: 18px;
  }
  #header .nivoSlider {
    width: 200%;
    left: -50%;
  }
  #header .nivo-caption {
    width: 50%;
  }
  #header .flexslider .caption-wrapper {
    /*width:60%; margin-left:-20%;*/
    margin-left: -60%;
  }
  #header .flexslider .caption-title {
    font-size: 45px;
  }
  #header .flexslider .caption-body {
    font-size: 30px;
  }
  #nav .navbar-toggle {
    margin-top: 30px;
  }
  /*#lang_nav{display: none;}*/
  /* Kollabiert die Navigation, so das der Burgerbutton erscheint */
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
  .image img {
    max-width: 100%;
  }
  .listing_item {
    padding: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*#main_nav li .dropdown-menu li{width:25%;}*/
  #main_nav .dropdown-menu {
    top: auto;
  }
  #top .tx-kesearch-pi1 {
    /*bottom: 70px;*/
    bottom: 45px;
  }
  .frame-type-list.frame-layout-1 .news-list-item-header .btn {
    right: 37px;
  }
  .frame-type-list.frame-layout-1 .news-list-item-body h3 {
    max-height: 52px;
    overflow: hidden;
    margin-top: 10px;
  }
}
@media (max-width: 390px) {
  /* Navigation */
  #main_nav li .dropdown-menu li {
    padding-right: 0;
  }
  /*#main_nav li .dropdown-menu li a {padding: 10px 0 10px 10px;}*/
  #lang_nav {
    float: none;
    margin-left: 0;
  }
  #lang_nav li {
    width: auto;
  }
  #header-links {
    float: none;
  }
  #header-links .frame {
    margin-bottom: 2.5rem;
  }
  #top .tx-kesearch-pi1 {
    margin-top: 60px;
  }
  #header h1,
  #header h2:first-child {
    font-size: 50px;
  }
  #header h2,
  #header h3:last-child {
    text-indent: 60px;
  }
  .flexslider .slides img {
    height: 150px;
  }
  .flex-direction-nav a {
    width: 20px;
    height: 30px;
  }
  .flex-direction-nav a::before {
    font-size: 25px;
  }
  #header .flexslider .caption-wrapper {
    bottom: 10px;
    left: auto;
    right: 35px;
    margin-left: auto;
    max-width: calc(100% - 35px);
  }
  #header .flexslider .caption-title {
    font-size: 22px;
  }
  #header .flexslider .caption-body {
    font-size: 14px;
  }
  /* Korrekturen Handies */
  /* Text/Bild Elemente */
  div.frame-type-textpic {
    clear: both;
  }
  div.frame-type-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    width: 100%;
  }
  div.frame-type-textpic-intext-right-nowrap-280 .csc-textpic-text {
    margin-right: 15px;
  }
  .csc-textpic-text {
    width: 100%;
  }
  /* Galeriebilder vertikale Abstände */
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
    margin-bottom: 3px;
  }
  /* Menü-Boxen-Raster Startseite unten zentriert */
  #c4750 .csc-header h2,
  #c4765 .csc-header h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  /* Video zentrieren Sidebar */
  #sidebar #c5335 {
    text-align: center;
  }
  .frame-type-list.frame-layout-1 .news-list-item {
    font-size: 16px;
  }
  .frame-type-list.frame-layout-1 .news-list-item-header .btn {
    white-space: normal;
  }
  .slub-events-month select {
    display: block;
  }
  .slub-events-month .btn {
    margin-top: 10px;
  }
  .ce-right .ce-gallery {
    float: none;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 0px;
  }
  .ce-gallery img {
    width: 100%;
    object-fit: cover;
  }
  .ce-nowrap .ce-bodytext {
    overflow: visible;
  }
}
@media (max-width: 290px) {
  #nav .navbar-toggle {
    max-width: 25%;
    margin-right: 0px;
  }
}
