/* CSS Variablen (Basisfarben) */
:root {
    --main-text-color: #444444;
    --light-text-color: #666666;
    --main-red: #444444; 
    --main-black: #000000; 
    --main-white: #ffffff;
    --main-footer: #cccccc;
    /* --main-red: #ad031e; */
}

.lh-1 {
   line-height: 1.2;
}

.topnav {
    background-color: black !important;
    /* background-image: url(/images/background_topnav_mobile02.jpg); */
    background-repeat: no-repeat;
    background-position: center;
}
.topnav, .nav-block, .navbar-nav {
   /* width */
    ::-webkit-scrollbar {
       width: 6px !important;
    }
  /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1;
   }

  /* Handle */
   ::-webkit-scrollbar-thumb {
      background: #bec4c4;
   }

  /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
       background: #555;
   }
}

body, i {
    color: var(--main-text-color);
}

.close-menu2 i {
    color: var(--main-white);
}

body.unscrollable {
    max-height: 100vH;
    overflow: hidden;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

/* Platzhalter im Suchfeld */
::placeholder {
    color: var(--light-text-color);
    font-size: 14px;
}

/* Buttons im Kopf */
.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus {
    text-decoration: none;
    color: var(--main-text-color);
}
.nav-icons a, .nav-title a {
    color: var(--main-white);
    font-size: 16px;
}
.nav-icons, .nav-title {
    margin-left: 1rem;
}
.close-menu {
    position: absolute;
    right: 2rem;
    display: none;

    i {
        color: white;
        font-size: xx-large;
    }
}

/* Footer */
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; !important }
.footer {
    .container {
        padding-top: 1rem;
    }
    color: var(--main-footer);
    background-color: black;

    .row > div.px {
        /* padding-left: 2rem; */
        padding-bottom: .25rem;
    }

    a, i {
        color: #cccccc;
    }
    a:hover {
        text-decoration: none;
    }

    .footer-lnk {
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pic-lnk {
        padding: 0;
        margin-bottom: 0.5rem;
        text-align: center;

        img {
            max-width: 100%;
        }
    }
}

/* Schatten für den Kopf */
.box-shadow { box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.7); }

/* Schatten für die Kacheln bei Mouseover */
#main-content .product-cards div.shadow:hover {
    box-shadow: 0.05rem .55rem 1rem rgba(0, 0, 0, 0.1) !important;
    background-color: white;
    transform: scale(1.02);

    a {
        text-decoration: none;
    }
}


/* Verhindern von hässlichen Effekten bei Links und Buttons */
:focus {
    outline: none;
}

.row {
    max-width: 100vw;
}

/* Suchfeld */
#q {
    border: 0;
    border-color: transparent;
    padding-left: 10px;
    font-size: 15px;
}
#search_form {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.nav-search .bdr {
    border: 1px solid var(--main-text-color);
    border-radius: 2px;
}

.container {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.alarmrot {
	color: #2588c8;
}

.topnav {
    position: sticky;
    top: 0px;
    z-index: 12;
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom: 0px;
}

.nav-title {
    margin-right: 24px;
    margin-top: 0.25rem;
}
.nav-title,
.nav-shadow {
    width: 220px;
    min-width: 220px;
}
.nav-block {
    position: relative;
/*
    width: 405px;
    min-width: 315px;
    max-width: 315px;
*/
}
.nav-block li {
    list-style: none;
    min-height: 12px;
}

.topnav .btn-login {
    color: #ffffff !important;
    background-color: var(--main-text-color);
}

.nav-btns a.text-dark i {
    font-size: 12px;
}

.nav-block li a,
a.toplogo-lg {
    color: var(--main-text-color);
    text-decoration: none;
}

.navbar-nav li a {
    font-size: larger;
}
.nav-block li a {
}
.navbar-nav li a,
.nav-block li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1px 1px 1px 7px;
}
.navbar-nav li {
    padding: 0;
    margin: 0;
    a {
        padding: 0.2rem 1.25rem;
    }
}

.nav-block li a:hover,
.nav-block li.curr-nav-site a {
    color: var(--main-red);
    text-decoration: none;
}

.nav-group a, .ul.navbar-nav li a {
    color: var(--main-text-color);
}
.nav-group {
    padding-left: 1.25rem;
    .open-group, .close-group {
        margin-right: 1rem;
    }
    .group-closed, .group-opened {
        cursor: pointer;
    }
}

.group-closed {
    .close-group {
        display:none;
    }
    .open-group {
        display:inline;
    }
}
.group-opened {
    .close-group {
        display:inline;
    }
    .open-group {
        display:none;
    }
}

ul.navbar-nav li a:hover,
ul.navbar-nav li.curr-nav-site a {
    color: var(--main-red);
    text-decoration: none;
}
.navbar-nav li.border-bottom,
.navbar-nav li.border-bottom a,
.nav-block li.border-bottom,
.nav-block li.border-bottom a {
    margin-bottom: 3px;
    border: 0;
}


.menu-toggle-btn {
    margin-top: 0px;
    button {
        padding-top: 0px;
        padding-left: 0;
        font-size: x-large;
    }
}

.slider-image {
	width: 100vw;
	height: 70vh;
	background-size: cover;
	background-position: center;
}

.hdline {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
}

#carouselExampleInterval {
    max-width: 1282px;
}

.hd-link-block {
    margin-top: 15px;
    padding-left: 0;

    .row {
        margin: -0.5rem !important;
    }
}
.main, .topnav .container {
    max-width: 1590px;
}
.footer .container {
    max-width: 1050px;
}

.main {
    text-align: left;
    margin: 0 auto;
}

footer {
    margin-bottom: 0.5rem;
}
.nav-menu, .nav-block {
    text-align: left;
}
.nav-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vH;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    z-index:1000;
    display:none;

    .ul {
        margin-top: 4rem;
        background-color: white;
        border-radius: 5px;
        height: calc(100vH - 4rem);
        max-height: calc(100vH - 6rem);
        overflow: auto;
        width: 100%;
        padding-bottom: 1rem;
    }
}
.nav-search .bdr {
    width: 100%;
}
.nav-search > div {
    margin-top: 1rem;
}
.footer-ltxt-row {
    padding-left: 1rem;
    padding-right: 1rem;
}
.footer-longtxt {
    padding-bottom: .5rem;
    text-align: center;
}

/* product card */
.pcard {
    padding-bottom: 1rem;
    min-width: max(25%, 270px);
    div {
        min-height: 100%;
        width: 100%;
        overflow: hidden;
    }
}
.pcard:empty {
    padding-bottom: 0 !important;
}
.pcard-img {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.container-fluid {
    padding-left: 24px !important;
}
.product-cards {
    padding-right: 0;
}

@media (max-width: 420px) {
    .pcard {
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .menu-toggle-btn {
        left: 2.5rem;
    }
}
@media (max-width: 575px) {
/*
    .footer {
        font-size: 12px;
    }
*/
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-lnk {
        padding: 3px 0;
    }
}

@media (min-width: 768px) {
    .menu-toggle-btn {
        left: 2rem;
    }
    html {
/* Fontsize menulinks */
        font-size: 15px;
    }
}

@media (max-width: 991px) {

    .main {
        margin: 0 !important;
        padding: 0px !important;
    }
    .main > div.container-fluid {
        padding: 0px !important;
    }
    .pic-lnk {
        margin-top: .5rem;
    }
    .adr-footer {
        text-align: center;
    }
    .nav-search > div {
        margin-top: 0;
    }
    div.show .close-menu,
    .show-mobile {
        display: inline;
        padding-bottom: 0;
    }
    .toplogo-lg {
        display: none;
    }
    .nav-icons {
        margin-bottom: 0.5rem !important;
        margin-left: 5px;
        flex-basis: 99%;
        order: 2;
        text-align: end;
        margin-right: 1rem !important;
        font-size: large;
        min-width: 85px;
    }
    .nav-title {
        margin-bottom: 5px;
        margin-left: 0;
        margin-top: 0;
        order: 1;
    }
    #search_form {
        order: 3;
    }
    .nav-search {
        text-align: center;
        width: 100%;
        padding: 0;
        padding-left: calc(1rem + 12px);
        padding-right: 1rem;
    }
    .nav-buttons {
        order: 1;
        padding: 0;
        overflow: hidden;
        display: inline-flex;
        position: absolute;
        left: calc(1rem + 12px);
    }
    .nav-btns {
        margin-bottom: 0.5rem !important;
    }

    .nav-menu {
        order: 4;
    }
    .topnav {
        padding-right: 1rem;
        padding-top: 0px;
    }
    .product-cards, #pcard-container {
        padding: 0 !important;
        margin: 0 !important;
    }
    #basket {
        margin-right: 1rem !important;
    }
    .hd-link-block {
        margin: 0 1rem;
    }
}

@media (max-width: 420px) {
    .logo-std {
        display: none;
    }
    .logo-xxs {
        display: inline;
    }
    .nav-icons {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 421px) {
    .logo-std {
        display: inline;
    }
    .logo-xxs {
        display: none;
    }
}

@media (max-width: 395px) {
    .topnav {
        padding-right: 0;
    }
/*
    .footer {
        font-size: small;
    }
*/
    .nav-search {
        padding: 5px;
        padding-top: 0px;
    }
    .row > div.px {
        padding: 7px;
    }
    #basket {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-right: 0.5rem !important;
    }
    .nav-icons {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-right: 0.5rem !important;
    }
    .nav-title {
        margin: 0px !important;
    }
}

@media (min-width: 992px) {
    .topnav {
        background-image: url(/images/background_topnav_mobile02.jpg);
    }
    .footer-longtxt {
        padding-bottom: 0;
    }
    .foot-lgline {
        display: contents;
    }
    .foot-lgline:not(:last-child)::after {
        content: " - ";
    }
    .show-mobile {
        display: none;
    }
    .toplogo-lg {
        display: flex !important;
    }
    #main-content {
        padding-right: 1rem;
    }
    .nav-icons {
        line-height: 3;
        margin-right: 3rem !important;
    }
    .topnav > div.topline {
        padding-right: calc(32px + 1rem);
    }
    #basket {
        margin-right: 0rem !important;
    }
}

@media (min-width: 1570px) {
    .nav-title {
        /* margin-left: min( 1rem, calc((100vw - 1570px)/2)); */
        margin-left: 1rem;
    }
}
@media (min-width: 1600px) {
    .hd-link-block {
        padding-right: 20px;
    }
    #main-content {
        padding-right: 0;
    }
    .nav-icons {
        line-height: 3;
        margin-right: 2rem !important;
    }
    .product-cards {
        padding-right: 1rem;
    }
}
@media (min-width: 1615px) {
    .nav-title {
        margin-left: 1rem;
    }
}

@media (min-width: 1950px) {
    .container {
        max-width: 1950px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .nav-title {
        margin-left: 0;
    }
    .hd-link-block {
        padding-right: 5px;
    }
    #main-content {
        padding-right: 1rem;
    }
}

/* mobile Ansicht: Anzeigen und Verbergen des Menüs */
#navbar {
    margin: 0;
}
#navbar.show {
    display: block;
}

.collapseable {
    max-height: 0;
    transition: all 0.35s;
    padding: 0 1.5rem;
    overflow: hidden;
}

.collapseable.show {
    max-height: 500px;
    padding: 1.5rem;
    transition: all 0.35s;
    overflow: overlay;
}

.carousel button {
    border: 0 !important;
    font-size: 2rem;
    background-color: transparent;
    text-shadow: 0px 0px 10px #ffffff;
    cursor: pointer;
}

.modal-backdrop
{
    opacity:0.8 !important;
}

.modal-dialog {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.modal-content {
  margin: 0 auto;
}

.list-group-mine .list-group-item
{
  overflow:hidden;  
  position: relative;
  display: block;
  height: 18px;
  font-size: 15px;
  padding: -1px -1px;
  background-color: #f8f8f8;
  border: 0px solid #f8f8f8;
}

.list-group-mine .list-group-itemleer
{
  overflow:hidden;  
  position: relative;
  height: 12px;
  padding: -1px -1px;
}


.list-group-mine .active {
    color: var(--main-black);
    background-color: #e4e4e4;
    border-color: #f8f8f8;
}


.list-group-mine a:hover {
    color: var(--main-red);
    background-color: #e4e4e4;
    border-color: #f8f8f8;
}


.list-group-filter .list-group-item
{
  overflow:hidden;  
  position: relative;
  display: block;
  height: 18px;
  font-size: 10px;
  padding: -4px -4px;
  background-color: #f8f8f8;
  border: 0px solid #f8f8f8;
}

.list-group-filter .list-group-itemleer
{
  overflow:hidden;  
  position: relative;
  height: 12px;
  padding: -1px -1px;
}


.list-group-filter .active {
    color: var(--main-black);
    background-color: #e4e4e4;
    border-color: #f8f8f8;
}


.list-group-filter a:hover {
    color: var(--main-red);
    background-color: #e4e4e4;
    border-color: #f8f8f8;
}



.list-group-minegam .list-group-item
{
  overflow:hidden;  
  position: relative;
  display: block;
  height: 18px;
  font-size: 10px;
  padding: -1px -1px;
  color: var(--main-white);
  background-color: #000000;
  border: 0px solid #000000;
}

.list-group-minegam .list-group-itemleer
{
  overflow:hidden;  
  position: relative;
  height: 12px;
  padding: -1px -1px;
}


.list-group-minegam .active {
    color: var(--main-black);
    background-color: #000000;
    border-color: #000000;
}


.list-group-minegam a:hover {
    color: var(--main-red);
    background-color: #000000;
    border-color: #000000;
}


input#q156 {
   transform: scale(4);
   margin: 30px;
}

input[name="bestart"] {
	accent-color: black;
}
input[name="zahlart"] {
	accent-color: black;
}

/* Datumszeile bei den Veranstaltungen */
#main-content > div.content-events > div.row > div:first-child {
    font-weight: bold;
}

/* autocomplete */
#dropdown-menu {
    position: absolute;
    text-align: left;
    top:38px;
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}
.control.is-loading::after {
    position:absolute!important;
    right:.625em;
    top:.625em;
    z-index:4
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}

#dropdown-menu ul {
    list-style: none;
}

#dropdown-menu a {
    text-decoration: none;
}

#scroll {
    z-index:999;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 15px 20px 10px 5px;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #000000;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 1;
  position: absolute;
  margin-left: -11px;
  top: 30px;
  z-index:3;
  background-color: #aaaaaa;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}


[slider] > div > [sign] > span {
  font-size: 11px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
