/* =========================================
    Default Theme
    ----------------------------------------
    Fonts: Raleway & Open Sans
    font-family: "Raleway", sans-serif;
    font-family: "Open Sans", sans-serif;
    ----------------------------------------
    Colors:
        Moon Yellow:         #f4c613
        Grey:                #212226
        White Smoke:         #f4f4f4
        White:               #fff
        Black:               #000
============================================ */


/* =========================================
    Default Theme
    ----------------------------------------
    Fonts: Raleway & Open Sans
    font-family: "Raleway", sans-serif;
    font-family: 'Monaco'
    ----------------------------------------
    Colors:
        Moon Yellow:         #f4c613
        Grey:                #212226
        White Smoke:         #f4f4f4
        White:               #fff
        Black:               #000
============================================ */

/* from logo:
Colors:
Green:    rgb(70,123,55)
Braun:    rgb(188,115,30)
Blue:	  rgb(0,92,166)

/* =========================================
                Html, Body
============================================ */

html,
body {
    height: 100%;
}

body {
    color: #212226;
    font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Raleway", sans-serif;
    /* font-size: 13px; */
    font-weight: 400;
    /* line-height: 24px; */
}

section {
    background: #fff;
    overflow: hidden;
    /* need this as workaround for wrong anchor offset on iphone etc. */
    padding-top: 40px;
    margin-top: -40px;
}

.row.no-gutters {
    padding-left: unset;
    padding-right: unset;
    /* padding-left: 5rem; */
    /* padding-right: 5rem; */
}

/* =========================================
                Preloader
============================================ */

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#preloader-info {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-top: -100px;
    margin-left: -100px;
}

#status-img {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#status-text {
    margin: 20px;
}

/* #status { */
/*     background-image: url("../img/preloader/preloader.gif"); */
/*     background-repeat: no-repeat; */
/*     width: 70px; */
/*     height: 70px; */
/*     display: inline-block; */
/* } */

#noscript {
    font-size: 14px;
    margin: 14px 0 0 0;
}

/* =========================================
                Home
============================================ */

#home {
    background: none;
    height: 100%;
}

#home-bg-img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    background: no-repeat;
    background-size: cover;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: no-repeat;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.invisible {
    opacity: 0;
}

#home-heading h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    color: #f4c613;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}

#news-info {
    margin-top: 20px;
}

#news-info h1 {
    color: red;
    font-size: 45px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

#service-mfp-text {
    max-height: unset;
}

#service-mfp-text > div > h1 {
    color: #fff;
    border: 1px solid #f4c613;
    background-color: #f4c613;
    padding: 8px;
}



/* =========================================
                Buttons
============================================ */

.anchor {
    position: absolute;
    left: 20px;
    margin-top: 100px;
    z-index: 10;
}

.anchor-contact {
    left: 30px;
    margin-top: 0px;
}

.btn {
    border: 0px;
}

.btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
}

#btn-rueckblick {
    margin-top: 50px;
}

.btn-home:hover,
.btn-home:focus {
    color: #fff !important;
    background-color: #f4c613 !important;
    border: 1px solid #f4c613 !important;
}

.btn-yellow {
    color: #fff;
    border: 1px solid #f4c613;
    background-color: #f4c613;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-white {
    color: #212226;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    padding: 0px 5px 0px 5px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
    /* min-height: 40px; */
    /* vertical-align: middle; */
}

.btn-impressum {
    border-radius: 4px;
    font-size: 14px;
    display: inline;
    min-height: 40px;
    margin-left: -40px;
}


/* =========================================
                Arrow Down
============================================ */

#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #f4c613;
}


/* =========================================
                Content Boxes
============================================ */

.content-box-lg {
    padding: 80px 0;
}

.content-box-md {
    padding: 70px 0;
}

.content-box-sm {
    padding: 60px 0;
}


/* =========================================
        Vertical/Horizontal Headings
============================================ */

.vertical-heading h5 {
    color: #f4c613;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 3px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -32px;
}

.vertical-heading h2 {
    margin: 0 0 0 35px;
}

.horizontal-heading h2,
.vertical-heading h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 42px;
}

.horizontal-heading {
    margin-bottom: 80px;
}

.horizontal-heading h5 {
    font-size: 16px;
    color: #f4c613;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.horizontal-heading h2 {
    margin: 0;
}


/* =========================================
                About 01
============================================ */

#about-right p:first-child {
    font-size: 16px;
    margin-top: 10px;
}

#about-left div h3 {
    margin-left: 34px;
}

#about-images {
    margin-top: 20px;
}

#about-images img {
    margin: 0 auto;
    /* height: 600px; */
    /* width: 900px; */
}

/* corrects margin between slides */
/* .owl-item img { */
/*     width: 900px; */
/*     margin: 0 auto; */
/* } */


/* =========================================
                About 02
============================================ */

#about-02 {
    background-color: #f4f4f4;
}

.about-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #f4c613;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}


/* Hover state */

.about-item:hover {
    background-color: #f4c613;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #fff;
}

.about-item:hover hr {
    background-color: #fff;
}

.about-item:hover i {
    transform: translateY(-20px);
}


/* Smooth transition */

.about-item,
.about-item i,
.about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.about-item h3,
.about-item p {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* =========================================
                Stadtrat / Team
============================================ */

#team-owl {
    display: none;
}


#stadtrat-left vertical-heading {
    min-height: 160px;
}

#stadtrat-left div:nth-child(2) {
    margin-top: 20px;
}

#sitz-verteilung {
    margin-top: -5px;
    margin-left: -20px;
}

#stadrat-chiefs {
    overflow-x: none;
    overflow-y: auto;
}

#stadrat-members {
    min-height: 650px;
    max-height: 650px;
    overflow-x: none;
    overflow-y: auto;
}

#stadtrat-title {
    margin: 8px;
    position: relative;
    width: 140px;
    display: inline-block;
}

.stadtrat-member {
    margin: 8px;
    position: relative;
    width: 140px;
    display: inline-block;
}

#stadtrat-img {
    display: table;
    margin: 0 auto;
    width: 140px;
    height: 140px;
}

.stadtrat-member-overlay {
    background-color: rgba(33, 34, 38, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.stadtrat-member-info {
    /* vertical-align: middle; */
}

#stadtrat-item h6 {
    margin-top: 30px;
}

.stadtrat-member-info h6 {
    color: #f4c613;
    font-size: 16px;
    margin: 0;
}

.stadtrat-member-info p {
    color: #fff;
}

.stadtrat-member:hover .stadtrat-member-overlay {
    opacity: 1;
}

#isotope-team-filters {
    margin-bottom: 10px;
    padding: 20px 25px 20px 0;
}

#isotope-team-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 35px;
    outline: 0;
    text-align: left;
}

#isotope-team-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}

#isotope-team-filters button.active span {
    color: #f4c613;
    border-bottom: 3px solid #f4c613;
    text-align: left;
}

#rueckblick  {
    margin-top: 50px;
}

/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a i {
    line-height: 35px;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    /* line-height: 35px; */
    line-height: inherit;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #3b5998;
    border-color: transparent;
}


/* =========================================
                Slider Buttons
============================================ */

.owl-theme .owl-nav [class*=owl-] {
    color: #212226;
    font-size: 40px;
    background: none;
    margin-left: 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #212226;
}

/* position */
.owl-prev {
    width: 15px;
    height: 120px;
    position: absolute;
    top: 42%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 120px;
    position: absolute;
    top: 42%;
    right: 25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    transform : scale(1.2);
    color: #ccc;
    opacity: 0.5;
    font-size: 40px;
}

.owl-prev i:hover, .owl-next i:hover  {
    opacity: 1.0;
}

/* center owl carousel */
.owl-item {
    text-align: center;
}

/* =========================================
                Statement
============================================ */

#statement {
    background: no-repeat fixed center;
    background-size: cover;
}

#statement .content-box-lg {
    background: rgba(0, 0, 0, 0.3);
    /* need this as workaround for wrong anchor offset on iphone etc. */
    padding-top: 40px;
    margin-top: -40px;
    min-height: 350px;
}

#tech-statement h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

#tech-statement p {
    font-size: 14px;
    color: #f4c613;
    font-family: "Raleway", sans-serif;
    margin-top: 8px;
}

/* =========================================
                Statement2
============================================ */

#statement2 {
    background: no-repeat fixed center;
    background-size: cover;
}

#statement2 .content-box-lg {
    /* background: rgba(0, 0, 0, 0); */
    /* need this as workaround for wrong anchor offset on iphone etc. */
    padding-top: 40px;
    margin-top: -40px;
    min-height: 350px;
}

#tech-statement2 h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

#tech-statement2 p {
    font-size: 14px;
    color: #f4c613;
    font-family: "Raleway", sans-serif;
    margin-top: 8px;
}

/* =========================================
                Statement3
============================================ */

#statement3 {
    background: no-repeat fixed center;
    background-size: cover;
}

#statement3 .content-box-lg {
    background: rgba(0, 0, 0, 0.3);
    /* need this as workaround for wrong anchor offset on iphone etc. */
    padding-top: 40px;
    margin-top: -40px;
    min-height: 350px;
}

#tech-statement3 h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

#tech-statement3 p {
    font-size: 14px;
    color: #f4c613;
    font-family: "Raleway", sans-serif;
    margin-top: 8px;
}


/* =========================================
                Statement4
============================================ */

#statement4 {
    background: no-repeat fixed center;
    background-size: cover;
}

#statement4 .content-box-lg {
    background: rgba(0, 0, 0, 0.3);
    /* need this as workaround for wrong anchor offset on iphone etc. */
    padding-top: 40px;
    margin-top: -40px;
    min-height: 350px;
}

#tech-statement4 h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

#tech-statement4 p {
    font-size: 14px;
    color: #f4c613;
    font-family: "Raleway", sans-serif;
    margin-top: 8px;
}


/* =========================================
    Services
============================================ */

#services {
    background: #f4f4f4;
}

.service-info-container {
    text-align:center;
}

#service-header div h2 {
    margin-left: 42px;
}

#isotope-service-container {
    min-height: 520px;
    max-height: 520px;
    margin-top: 10px;
    overflow-x: none;
    overflow-y: auto;
}

.no-results {
    display: none;
    color: lightgray;
    font-size: 36px;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}

/* Filters CSS */
#isotope-service-filters {
    padding: 20px 25px 20px 200px;
}

#isotope-service-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 15px;
    outline: 0;
}

#isotope-service-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}

#isotope-service-filters button.active span {
    color: #f4c613;
    border-bottom: 3px solid #f4c613;
}

.service-list {
    list-style: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    height: 520px;
    max-height: 520px;
}
.service-list ul {
    text-align: left;
    vertical-align: center;
}

.service-list > li {
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 5px 5px;
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(188,115,30);
    /* background-color: #f4c613; */
    padding: 5px;
    width: 48%;
}

/* .service-list > li:nth-child(even) { */
/* background-color: #f4c613; */
/*     background-color: rgb(188,115,30); */
/* } */

.service-list > li > a {
    float:left;
    width: 100%;
/*    height: 100%;  */
    position: relative;
    text-decoration: none;
}

.service-list > li > a > span {
    float: left;
    padding-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
    color: rgb(0, 0, 0);
}
.service-list > li > a > .text {
    text-align: left;
    padding-left: 25px;
    padding-right: 15px;
    color: rgb(255, 255, 255);
}
.service-list > li > a > .icon {
    width: 16px;
    position: absolute;
    top: 3px;
    right: 1px;
    color: rgb(0, 0, 0);
}


#bekanntmachung-link beratung-link {
    white-space: nowrap;

}

#service-all {
    text-align: center;
    width: 100%;
}

#service-all > h2 {
    display: inline-block;
    margin-bottom: 20px;
}

#service-all > i {
    display: inline-block;
}

.quicksearch-service {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
    width: 200px;
}

/*** Services -> Satzungen ****/

#service-satzung {
    display:none;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin-left: -20px;
    min-width: 180px;
}
#service-satzung > h2 {
    display: inline-block;
    margin-bottom: 20px;
}

#service-satzung > div > a > div {
    padding-right: 5px;
}

#service-satzung > i {
    display: inline-block;
}

/*** Services -> Beratung ****/

#service-beratung {
    display:none;
    text-align: center;
    width: 100%;
    padding: 0px;
    /* margin-left: -20px; */
    /* min-width: 180px; */
}
#service-beratung > h2 {
    display: inline-block;
    margin-bottom: 20px;
}

#service-beratung > div > a > div {
    padding-right: 5px;
}

#service-beratung > i {
    display: inline-block;
}
#service-beratung > i {
    display: inline-block;
    margin-bottom: 20px;
}

/*** toplevel -> Weihnachtsinfo ****/
#xmas-info {
  background-color: #f4c613;
  border-radius: 0px;
  padding: 6px;

  background: none; /* Remove the white background */
  border: none;     /* Remove any yellow frame (border) */
  box-shadow: none; /* Remove any shadow effect */
}


#xmas-image {
   height: 300px;
   margin-top: 20px;
}

#home-btn {
    margin-top: 30px;
}


#xmas-box {
    display: flex;
    justify-content: center;
}

#xmas-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
}

#xmas-text1 {
}

#xmas-text2 {
    margin-top: 140px;
}

/*#xmas-text {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/

/*#xmas-text1 {*/
/*    font-size: 8px;*/
/*    text-transform: none;*/
/*}*/

/*#xmas-text2 {*/
/*    padding-top: 6px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*}*/



/*** Services -> Corona Info ****/
#service-news {
    display:none;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin-left: -20px;
    min-width: 180px;
}
#corona-sign {
    width: 50px;
    margin-bottom: 20px;
}

#paragraph-sign {
    width: 50px;
    margin-bottom: 20px;
}

#paragraph-container > div > a > span:before {
    padding-right: 3px;
}

#beratungs-details {
    float:left;
}

/* Service Bekanntmachung */
#service-bekanntmachung {
    display:none;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin-left: -20px;
    min-width: 180px;
}
#service-bekanntmachung > h3 {
    /* font-size: 20px; */
    display: inline-block;
    margin-bottom: 20px;
}

#service-bekanntmachung > div > a > div {
    padding-right: 5px;
}

#service-bekanntmachung > i {
    display: inline-block;
    margin-bottom: 20px;
}



/* =========================================
                highlight
============================================ */

#highlights {
    padding-bottom: 60px;
}

#highlights vertical-heading {
    margin-bottom: 50px;
}

#highlight-wrapper {
    max-height: 480px;
}

#highlight-filter {
    max-height: 50px;
    margin-top: 10px;
}

.highlight-search-box {
    float: right;
}

.quicksearch-highlight {
    /* margin-right: -30px; */
    border-radius: 2px;
}

#isotope-highlight-container {
    /* two rows of pictures */
    height: 390px;
    width: 100%;
    max-height: 390px;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: none;
}
#isotope-highlight-container:hover {
    overflow-x: auto;
}

/*
.row.no-gutters [class*=col-] {
    padding: 0;
}
*/

#highlight-image {
    width: 195px;
    height: 195px;
}


.highlight-item {
    overflow: hidden;
    position: relative;
    max-width: 195px;
    max-height: 195px;
    /* min-width: 195px; */
    /* min-height: 195px; */
    width: 195px;
    height: 195px;
    display: inline-block;
}

/* Filters CSS */
/* #isotope-highlight-filters { */
/*     margin-bottom: 10px; */
/* } */

#isotope-highlight-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 15px;
    outline: 0;
}

#isotope-highlight-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}

#isotope-highlight-filters button.active span {
    color: #f4c613;
    border-bottom: 3px solid #f4c613;
}



/* Zoom Effect */

.highlight-item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    /* width: 195px; */
    /* height: 195px; */
}

.highlight-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.highlight-item-overlay #highlight-fa {
    color: #fff;
    position: absolute;
    bottom: 5px;
    left:0;
    right:0;
}

/* Overlay Effect */

.highlight-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 14, 17, 0.9);
    cursor: -webkit-zoom-in;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Item Details Effect */

.highlight-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.highlight-item-bottom {
    text-align: center;
}
.highlight-item-details h3 {
    color: #f4c613;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.highlight-item-details #strips {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}

.highlight-item-details p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* Show Overlay on mouse over */

.highlight-item:hover .highlight-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.highlight-item:hover .highlight-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.highlight-item:hover .highlight-item-overlay {
    opacity: 1;
}

.pfaffendell-parent {
}

.popup-parent {
    overflow-x: auto;
    overflow-y: auto;
}

.popup-text {
    font-size: 16px;
    /* min-width: 550px; */
    padding: 0px 20px 20px 20px;
    line-height: 20px;
}

.popup-left {
    text-align: left;
}
.popup-marg-top {
    margin-top: 20px;
}

.popup-marg-bottom {
    margin-bottom: 20px;
}

.popup-bottom {
  /* position: absolute; */
  /* bottom: 5px; */
    /* left: 20px; */
    margin-top: 20px;
    float: left;
    /* margin-left: 20px; */
    margin-bottom: 5px;
}

.scroll-wrap {
    overflow-x: none;
    overflow-y: auto;
    height: auto;
}

.popup-text > .column1 {
    float: left;
    width: 28%;
    text-align: left;
    padding-top: 2px;
}
.popup-text > .column2 {
    float: left;
    width: 72%;
    text-align: left;
    padding-top: 2px;
}

.popup-text > h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.popup-small {
    font-size: 14px;
}

.popup-text > span {
    margin-bottom: 10px;
}

.popup-download {
    font-size: 16px;
    margin-top: 50px;
}
.popup-link {
    font-size: 16px;
    margin-bottom: 20px;
}


/* show horizontal scrollbar */
#isotope-highlight-container::-webkit-scrollbar {
    -webkit-appearance: none;
}

#isotope-highlight-container::-webkit-scrollbar:vertical {
    display: none;
}

#isotope-highlight-container::-webkit-scrollbar:horizontal {
    height: 8px;
}

#isotope-highlight-container::-webkit-scrollbar-thumb {
    background-color: #f4c613;
    border-radius: 10px;
}

#isotope-highlight-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.contact-table th, .contact-table td {
    padding: 0px 10px 2px 0px;
}


/* =========================================
                Gastro
============================================ */

#gastro-row {
    height: 120px;
}

#gastro-intro {
    height: 100%;
}

.gastro .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.gastro:hover .icon {
    color: #f4c613;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.gastro-table {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 32px 21px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    width: 100%;
    height: 450px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gastro-column {
    max-height: 450px;
}

#gastro-image {
    margin-top: 5px;
    max-width: 550px;
    overflow: hidden;
}

.gastro-table:hover {
    background: #f4c613;
}

.gastro-table .type h4 {
    color: #f4c613;
    font-size: 24px;
    margin-bottom: 25px;
}

.gastro-table .gastro {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
}

.gastro-table .gastro h2 {
    font-family: "Raleway", sans-serif;
    font-size: 42px;
    font-weight: 100;
    margin: 0 0 0 24px;
    position: relative;
}

.gastro-table .gastro h2 span {
    font-family: "Raleway", sans-serif;
}

.gastro-table .gastro h2 span.dollar {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: -20px;
    top: 5px;
}

.gastro-table .gastro h2 span.month {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 5px;
    bottom: -12px;
}

.gastro-table p {
    line-height: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
}


.gastro-table ul.package {
    list-style: none;
    padding: 20px 0;
}

.gastro-table ul.package li {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

.gastro-table ul.package li i {
    width: 24px;
}

.gastro-table .btn-yellow,
.gastro-table.black .btn-white {
    width: 96%;
    margin-top: 15px;
}

.gastro-table:hover h4,
.gastro-tables:hover h2,
.gastro-table:hover p,
.gastro-table:hover ul.package {
    color: #fff;
}

.gastro-table:hover .btn-yellow {
    background: #fff;
    color: #212226;
    border: 1px solid #fff;
}

.gastro-table .btn-yellow:hover,
.gastro-table .btn-yellow:focus {
    background: #212226;
    color: #fff;
    border: 1px solid #212226;
}


/* Black Gastro Table */

.gastro-table.black {
    background: #212226;
    color: #fff;
}

.gastro-table.black .type h4 {
    color: #fff;
}

.gastro-table.black:hover {
    background: #f4c613;
}

/* =========================================
                Zimmer
============================================ */

.zimmer .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.zimmer:hover .icon {
    color: #f4c613;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.zimmer-table {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 32px 21px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    /* height: 530px; */
    width: 100%;
    height: 100%;
}

.zimmer-table:hover {
    background: #f4c613;
}

.zimmer-table .type h4 {
    color: #f4c613;
    font-size: 24px;
    margin-bottom: 25px;
}

.zimmer-table .zimmer {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
}

.zimmer-table .zimmer h2 {
    font-family: "Raleway", sans-serif;
    font-size: 42px;
    font-weight: 100;
    margin: 0 0 0 24px;
    position: relative;
}

.zimmer-table .zimmer h2 span {
    font-family: "Raleway", sans-serif;
}

.zimmer-table .zimmer h2 span.dollar {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: -20px;
    top: 5px;
}

.zimmer-table .zimmer h2 span.month {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 5px;
    bottom: -12px;
}

.zimmer-table p {
    line-height: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
}


.zimmer-table ul.package {
    list-style: none;
    padding: 20px 0;
}

.zimmer-table ul.package li {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

.zimmer-table ul.package li i {
    width: 24px;
}

.zimmer-table .btn-yellow,
.zimmer-table.black .btn-white {
    width: 96%;
    margin-top: 30px;
}

.zimmer-table:hover h4,
.zimmer-table:hover h2,
.zimmer-table:hover p,
.zimmer-table:hover ul.package {
    color: #fff;
}

.zimmer-table:hover .btn-yellow {
    background: #fff;
    color: #212226;
    border: 1px solid #fff;
}

.zimmer-table .btn-yellow:hover,
.zimmer-table .btn-yellow:focus {
    background: #212226;
    color: #fff;
    border: 1px solid #212226;
}


/* Black Zimmer Table */
.zimmer-table.black {
    background: #212226;
    color: #fff;
}

.zimmer-table.black .type h4 {
    color: #fff;
}

.zimmer-table.black:hover {
    background: #f4c613;
}

/* icon */
.icon.text-right {
    text-align: center;
    margin-bottom: 15px;
}

/* =========================================
                Stats
============================================ */

#stats {
    background: no-repeat fixed center;
    background-size: cover;
}

#stats > .content-box-lg {
    background: rgba(0, 0, 0, 0.8);
    /* need this as workaround for wrong anchor offset on iphone etc. */
    padding-top: 40px;
    margin-top: -40px;
    min-height: 350px;
}

#stats vertical-heading {
    margin-bottom: 50px;
}

.stats-item {
    background: rgba(61, 68, 68, 0.6);
    border-radius: 4px;
    min-height: 170px;
    padding: 25px 50px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item i {
    font-size: 42px;
    color: #f4c613;
    margin: 0 0 6px 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item h3 {
    font-size: 32px;
    color: #fff;
    margin: 5px 0 5px 0;
}

.stats-item p {
    color: #fff;
    margin: 0;
}

.stats-item:hover {
    background: #f4c613;
}

.stats-item:hover i {
    color: #212226;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.stats-header h2 {
    color: #fff;
    margin-bottom: 5px;
}

/* =========================================
                Contact
============================================ */

#contact-left div h2 {
    margin-left: 42px;
}

#contact-left {
    padding-left: 30px;
}

#contact-subtext {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.office {
    min-height: 170px;
    padding: 10px 0px 10px 20px;
    /* position: absolute; */
    bottom: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 27px;
}

.office:hover {
    background: #f4c613;
}
.office:hover #address-container {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#address-container {
    font-size: 16px;
    text-align: left;
    margin: 10px auto;
    width: 95%;
    float:left;
    background-color:#fff;
    display:grid;
    grid-template-columns: auto auto;
    grid-row: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-left: -5px;
}

#address-container > div {
    display:flex;
}

#address-container > div > i {
    padding-right: 20px;
    width: 20px;
    transform: translateY(4px);
}

#danke-container {
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #212226;
    color: #fff;
    margin-top: 20px;
}

#danke-container:hover #danke-details,
#danke-container:hover #danke-gruhnsoft {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    color: #212226;
}

#danke-gruhnsoft {
    color: #fff;
}

#danke-gruhnsoft span {
    padding-right: 5px;
}


#danke-container:hover {
    background: #f4c613;
}

#danke-handshake {
    min-height: 60px;
}

#danke-handshake > i {
    float:left;
    padding-right: 20px;
}

#danke-handshake > span {
    line-height: 60px;
}

#danke-container > i {
    float:left;
    margin-right: 30px;
}

#danke-container p:first-child {
    font-weight: 900;
}

#danke-details {
    font-size: 14px;
    margin: 10px auto;
    width:100%;
    float:left;
    display:grid;
    grid-template-columns: auto auto ;
    grid-row: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 5px;
}

#danke-details > div > span {
    font-weight: 900;
}

#danke-details > div > i {
    padding-right: 8px;
    /* transform: translateY(4px); */
}

#danke-rechte {
    font-size: 12px;
}

/* Contact Right */

#contact-right {
    padding: 15px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right:hover {
    background: #f4c613;
}

#contact-right:hover #submit-btn a {
    background: #000;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form .form-control {
    font-family: "Raleway", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#contact-right form textarea.form-control {
    min-height: 100px;
}

.form-group {
    margin-bottom: 15px;
}

/* =========================================
                OpenStreetMap
============================================ */

#map_canvas {
    height: 481px;
    z-index: 0;
}

#google-logo {
    margin-top: 2px;
    margin-right: 5px;
}

#google-maps-btn {
    position: relative;
    margin-top: -80px;
    margin-left: 10px;
    z-index: 20;
    display: inline-flex;
    width: fit-content;
    height: fit-content;
}


/* =========================================
                Footer
============================================ */

footer {
    background: #212226;
    padding: 15px;
    min-height: 50px;
    line-height: 1;
    position: relative;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #f4c613;
}

footer p a {
    color: #f4c613;
}

/* =========================================
                Navigation
============================================ */

.navbar-nav {
    --bs-nav-link-padding-x: 20px !important;
    flex-direction: row !important;
}
.mobile-nav {
    --bs-nav-link-padding-x: 20px !important;
    flex-direction: column !important;
}

.navbar {
/*    padding: 35px 0 20px 0;*/
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar-brand {
    padding: 13px 15px;
}

ul.navbar-nav>li>a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px #cfd1d0;
    font-size: 14px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    background: none;
    color: #f4c613;
}

#logo-vg {
    max-height: 32px;
}


/* White Navigation */

.white-nav-top {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 50;
}

.white-nav-top ul.navbar-nav>li>a {
    color: #212226;
    text-shadow: unset;
}

.white-nav-top ul.navbar-nav>li>a:hover,
.white-nav-top ul.navbar-nav>li>a:focus {
    color: #f4c613;
}

/* Scroll spy active state */

.white-nav-top ul.navbar-nav>li.active>a {
    color: #f4c613;
    /* font-weight: 500; */
}

/* make collapsed navbar scrollable */
#mobile-nav-content {
    max-height: 90vh;
    overflow-x: none;
    overflow-y: auto;
}

/*
.news-btn {
    margin-bottom: 120px;
}
*/


/* language selector / translations */
.dropdown-menu {
    left: unset !important;
    right: 10;
    min-width: 125px !important;
}

/* hide arrow */
.dropdown-toggle::after {
    display: none !important;
}

.flag-icon {
    padding-right: 42px;
    padding-left: 10px;
}

/* =========================================
                Animation
============================================ */

#home-heading-1,
#home-heading-2,
#home-text,
#home-btn,
#xmas-box,
#arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 2s;
}

#home-heading-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#home-heading-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#home-text {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#home-btn {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

#arrow-down i {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/* =========================================
Events
============================================ */

#isotope-event-container {
    max-height: 520px;
    min-height: 520px;
    margin-top: 10px;
    overflow-x: none;
    overflow-y: auto;
}

#event-row-top {
    min-height: 120px;
    justify-content: space-between;
    flex-direction: row;
    margin-right: 0px;
}

#event-title {
    flex-shrink: unset;
    width: unset;
}

.dahn-kalender {
    width: unset;
}

#event-kalender {
    margin-left: 50px;
}

.event-search-box {
    height: 100%;
    width: unset;
    align-self: end;
}

.quicksearch-event {
    width: 100%;
}

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    height: 520px;
    max-height: 520px;
}
.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}
.event-list > li > time {
    position: relative;
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    /* background-color: rgb(197, 44, 102); default bootstrap */
    background-color: #f4c613;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
    /* background-color: rgb(165, 82, 167); */
    /* background-color: rgb(70,123,55); green */
    background-color: rgb(188,115,30);
}
.event-list > li > time > span {
    display: none;
}
.event-list > li > time > .cday {
    display: block;
    font-size: 12pt;
    font-weight: 200;
    line-height: 1;
    padding-top: 5px;
}
.event-list > li > time > .day {
    display: block;
    font-size: 52pt;
    font-weight: 100;
    line-height: 1;
}
.event-list > li time > .month {
    display: block;
    font-size: 20pt;
    font-weight: 900;
    line-height: 1;
}
.event-list > li > time > .date {
    display: none;
}
.event-list > li > img {
    width: 100%;
}
.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.event-list > li > .info > .title {
    font-size: 14pt;
    font-weight: 700;
    margin: 0px;
}
.event-list > li > .info > .desc {
    font-size: 12pt;
    font-weight: 300;
    margin: 0px;
    line-height: unset;
}
.event-list > li > .info > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .info > ul > li {
    display: table-cell;
    /* cursor: pointer; */
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 1px 0px;
    text-align: left;
    padding-left: 10px;
    width: unset;
    float: left;
    border-radius: 4px;
}
.event-list > li > .info > ul > li.details {
    float: right;
    cursor: pointer;
}

.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}
/* .event-list > li > .info > ul > li:hover { */
/*     color: rgb(30, 30, 30); */
/*     background-color: rgb(200, 200, 200); */
/* } */

.website {
    padding-top: 5px !important;
}
.website > span > a {
    font-family: "Raleway", sans-serif;
    color: black;
    text-decoration: unset;
}
.website > span > a:hover {
    color: #337ab7;
    text-decoration: underline !important;
}

.event-list > li {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    padding: 0px;
}
.event-list > li > time,
.event-list > li > img  {
    display: inline-block;
}
.event-list > li > time {
    width: 120px;
    float: left;
    height: 120px;
    padding: 0px;
    margin: 0px;
}
.event-list > li > .info {
    background-color: rgb(245, 245, 245);
    overflow: hidden;
}
.event-list > li > img {
    width: 120px;
    float: left;
    height: 120px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(245, 245, 245);
}
.event-list > li > .info {
    position: relative;
    height: 120px;
    text-align: left;
}
.event-list > li > .info > .title,
.event-list > li > .info > .details,
.event-list > li > .info > .desc {
    padding: 0px 10px;
}
.event-list > li > .info > ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgb(245, 245, 245);
}


.crossable,
.crossable span{
    padding-right: 3px;
    /* float: left; */
    /* margin-top: 1px; */
}

#isotope-event-container > li > .info > ul > li.details {
    color: #337ab7;
}

/* Corona special features */
.event-info {
    color: red;
    font-weight: 800;
    text-align: center;
    visibility: hidden;
}


/* icon crossed out */
.crossed-out:before, .crossed-out:after {
    position: absolute;
    content: '';
    background: red;
    display: block;
    width: 100%;
    height: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.crossed-out:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.crossable > a > span {
    padding-right: 5px;
}

.mfp-name-value-pairs {
    position: relative;
    background: #FFF;
    padding: 20px 20px 20px 20px ;
    text-align: center;
    display: inline-table;
    min-width: 450px;
}

.mfp-name-value-pairs > table > tbody > tr > th {
    vertical-align: top;
    padding-right: 10px;
}
.mfp-name-value-pairs > table > tbody > tr > td {
    float:left;
    text-align: left;
}

.mfp-wrapper  {
    width: 50%;
    margin: 0 auto;
}

.mfp-wrapper > time {
    display: inline-block;
    width: 200px;
    background-color: #f4c613;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: center;
    color: rgb(255, 255, 255);
}

.mfp-wrapper > time > span.cday {
    display: block;
    font-size: 20pt;
    font-weight: 200;
    line-height: 1;
    padding-top: 5px;
}
.mfp-wrapper > time > span.day {
    display: block;
    font-size: 52pt;
    font-weight: 900;
    line-height: 1;
}
.mfp-wrapper time > span.year {
    padding-top: 5px;
}
.mfp-wrapper time > span.month {
    display: block;
    font-size: 20pt;
    font-weight: 900;
    line-height: 1;
}
.mfp-wrapper > time > span.date {
    display: none;
}

/* show horizontal scrollbar */
#isotope-event-container::-webkit-scrollbar {
    -webkit-appearance: none;
}

#isotope-event-container::-webkit-scrollbar:vertical {
    width: 8px;
}

#isotope-event-container::-webkit-scrollbar:horizontal {
    display: none;
}

#isotope-event-container::-webkit-scrollbar-thumb {
    background-color: #f4c613;
    border-radius: 10px;
}

#isotope-event-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}


/*==================================================
Liability / Haftung
==================================================*/
#liability {
    font-size: 14px;
    padding: 70px 40px 40px 40px;
}

.Datenschutz {
    padding: 15px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}


/* =========================================
magnific popup
============================================ */

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

div.mfp-content {
    max-width: 80%;
    display: inline-flex;
}

.mfp-text {
    position: relative;
    padding: 20px 10px 10px 10px;
    max-height: 580px;
    text-align: left;
}

.mfp-image {
    /* float: left; */
    padding: 0px !important;
    display: block;
    max-width: 100%;
    max-height: 580px;
    width: auto;
    height: auto;
}

.mfp-mixed-content {
    position: relative;
    background: #FFF;
    margin: 20px auto;
    text-align: center;
    max-width: 100%;
    min-height: 150px;
    display: inline-flex;
}

.mfp-mixed-news {
    position: relative;
    background: #FFF;
    padding: 20px;
    text-align: left;
}

.mfp-details {
    background: #FFF;
    max-width: 100%;
    padding: 5px 20px 20px 20px ;
    margin-top: 20px;
}

.table-summernote {
    text-align: left;
}


/* =========================================
General stuff
============================================ */

.header-strong {
    font-weight: 900;
}

.fa-quote-left {
    margin-right: 5px;
}
.fa-quote-right {
    margin-left: 5px;
}

.fa-link:before {
    margin-right: 3px;
}


.noBorder {
    border:none !important;
}

.noBorder>thead>tr>td, .noBorder>thead>tr>th,
.noBorder>tbody>tr>td, .noBorder>tbody>tr>th {
    border-top: none;
}

/* =========================================
Mobile Menu (was responsive.css)
============================================ */

.navbar-header {
    position: relative;
}

#mobile-nav-open-btn {
    font-size: 30px;
    color: #f4c613;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 10;
    top: 6px;
    /* hide mobile nav open btn */
    display: none;
}

#mobile-nav {
    /* by default, mobile nav will be hidden with height 0% */
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-x: none;
    overflow-y: hidden;
}

#mobile-nav-close-btn {
    font-family: "Raleway", sans-serif;
    font-size: 70px;
    color: #212226;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: -9px;
    right: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav-content {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
}

#mobile-nav ul li {
    margin-bottom: 20px;
}

#mobile-nav a {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #212226;
    font-weight: 400;
    text-transform: uppercase;
    display: inline;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus {
    color: #f4c613;
    background: none;
}


/* Mobile nav scroll spy active state */

.white-nav-top #mobile-nav ul.nav>li.active>a {
    color: #f4c613;
    font-weight: 500;
}

/*==================================================
Sprites: see https://spritegen.website-performance.org/
==================================================*/

.sprite {
    background-image: url(../img/misc/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-email-16 {
    width: 16px;
    height: 16px;
    background-position: -5px -5px;
}

.sprite-google-12 {
    width: 12px;
    height: 12px;
    background-position: -31px -5px;
}

.sprite-link-16 {
    width: 16px;
    height: 16px;
    background-position: -53px -5px;
}

.sprite-maps-marker-icon {
    width: 25px;
    height: 41px;
    background-position: -5px -31px;
}

.sprite-maps-marker-shadow {
    width: 41px;
    height: 41px;
    background-position: -79px -5px;
}

.sprite-pdf-16 {
    width: 16px;
    height: 16px;
    background-position: -40px -56px;
}

/*==================================================
Bootstrap 3 Media Queries
==================================================*/


/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) and (max-width: 1299px) {
    /* Navigation */
    .site-nav-wrapper {
        padding: 0 20px;
    }
}


/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
    /* Navigation */
    .site-nav-wrapper {
        padding: 0;
    }
    /* Generic */
    .vertical-heading h2 {
        font-size: 29px;
    }
    /* Services 02
    #services-tabs .tab-bg {
        padding: 16px 30px;
        min-height: 300px;
    }
    .service-tab p {
        line-height: 20px;
    }
    */
}


/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
    /* Navigation */
    .site-nav-wrapper {
        padding: 0;
    }
    /* Home */
    #home {
        display: none;
    }
    #home-heading h1 {
        font-size: 41px;
    }
    #home-text p {
        font-size: 13px;
    }

    /* Generic */
    .btn-general {
        font-size: 10px;
    }
    .vertical-heading h2 {
        font-size: 29px;
    }
    /* gastro */
    #gastro-image {
	margin-top: 0px;
	margin-bottom: 10px;
    }
    .gastro-column-1 {
	margin-left: 16.5%;
    }

    /* Tech Statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    /* Pricing */
    .pricing-table .price h2 {
        margin: 0 0 0 6px;
        font-size: 35px;
    }
    /* Stats */
    .stats-item p {
        line-height: 18px;
    }
    /* Blog */
    .blog-post .post-meta p {
        line-height: 14px;
    }
    /* Contact */
    ul.office-details li {
        margin-right: 15px;
    }
    ul.office-details li i {
        width: 25px;
    }

}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 767px) {
    /* Navigaiton */
    .navbar {
        padding: 20px 0;
    }
    .anchor {
	left: 10px;
	margin-top: 30px;
    }

    .site-nav-wrapper,
    .white-nav-top {
        padding: 0;
    }
    /* show mobile nav open btn */
    #mobile-nav-open-btn {
        display: block;
    }

    /* hide standard navbar etc. */
    .navbar-nav {
        display:none !important;
    }
    #dropdownMenuButton {
        display: none !important;
    }
    .about-01 > div > div > fa-link {
        display: none !important;
    }
    #about-link {
        display:none;
    }
    #zimmer-link {
        margin-top: 0px;
    }

    /* Home */
    #home {
        display: none;
    }
    #home-heading h1 {
        font-size: 22px;
    }
    #home-text p {
        font-size: 13px;
        line-height: 18px;
        margin: 8px 2px 30px 2px;
    }
    #news-info h1 {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
    }
    .mfp-mixed-news > h1 {
	font-size: 20px;
    }

    /*
    #news-btn, #help-btn  {
	    margin-bottom: 20px;
    }
    */


    /* Generic */
    .row.no-gutters {
        padding-left: unset;
        padding-right: unset;
    }

    /* About 01 */
    /* Large Content Box */
    .content-box-lg {
        padding: 90px 0;
    }
    /* Vertical heading */
    .vertical-heading {
        text-align: center;
    }
    .vertical-heading h5 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        position: static;
        margin-bottom: 15px;
    }
    .vertical-heading h2 {
        font-size: 29px;
        line-height: normal;
        margin: 0;
    }
    #about-left {
        margin-bottom: 50px;
    }
    #about-left div h3 {
        margin-left: unset;
    }
    #about-right {
        text-align: center;
    }
    /* About 02 */
    /* Medium Content Box */
    .content-box-md {
        padding: 80px 0;
    }
    .about-item {
        padding: 55px 30px;
        margin-bottom: 35px;
    }
    .about-item i {
        font-size: 30px;
    }
    .about-item h3 {
        font-size: 18px;
    }
   /* Zimmer */
    .zimmer-table {
	margin-bottom: 10px;
    }
   /* Team */
    #team-left .vertical-heading {
        min-height: 130px;
    }
    .skill h4 {
        font-size: 14px;
        line-height: 35px;
    }
    /* Tech Statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    /* Stats */
    .stats-item {
        margin-bottom: 20px;
        padding: 25px 5px;
    }
    .stats-item i {
        font-size: 30px;
    }
    .stats-item h3 {
        font-size: 24px;
    }
    /* Contact */
    #contact-left {
        padding-left: 0px;
        text-align: center;
    }
    #danke-handshake > span {
    	line-height: 1;
    }

    .office {
	min-height: 240px;
        margin-bottom: 20px;
    }
    ul.office-details li {
        display: block;
        margin-top: 25px;
    }
    ul.office-details li i {
        width: auto;
        display: block;
        margin-bottom: 3px;
    }
    ul.social-list {
        margin-bottom: 40px;
    }
    .btn-impressum {
	position: relative;
	left: unset;
	font-size: unset;
	min-height: unset;
	top: unset;
	/* -ms-transform: unset; */
	transform: unset;
	padding: unset;
	margin-bottom: 10px;
	margin-left: 0px;
    }

    /* content boxes */
    .content-box-lg {
	padding: 30px 0 !important;
    }
    .content-box-md {
	padding: 20px 0 !important;
    }

    /* service */
    #service-header div h2 {
	margin-left: 0px;
    }

    #service-all > h2 {
	margin-bottom: 0px;
    }
    #service-all > i {
	display: none;
    }
    .service-list > li > a > img {
	display: none;
    }
    #paragraph-container > h2 {
	display: none;
    }
    .service-list > li {
	width: 96%;
    }
    .quicksearch-service {
	margin-top: 10px;
	margin-bottom: 10px;
    }
    #paragraph-sign {
	width: 20px;
    }
    #isotope-service-filters {
	padding: 2px 2px 2px 2px;
    }

    /* highlights */
    #highlights {
	padding-bottom: 20px;
    }
    #highlight-wrapper {
	margin-top: -20px;
    }
    .highlight-search-box {
	float: unset;
    }
    #highlight-row-header {
	min-height: 265px;
    }

    .popup-text {
	min-width: unset;
    }
    #highlight-filter {
	max-height: unset;
	min-height: 220px;
    }

    /* misc */
    #logo-vg {
	 margin-top: -15px;
	max-height: 32px;
    }

    /* hide statements and big pictures on mobile version */
    #statement, #statement2, #statement3, #statement4, #about-02, #gastro-image {
	display: none !important;
    }

    /* magnific-popup */
    .mfp-wrapper  {
	width: 100%;
	margin: 0 auto;
    }
    .mfp-image {
	display: none;
    }
    .mfp-wrapper {
	max-width: 100%;
    }
    .mfp-wrapper > time {
	width: 100%;
    }
    .mfp-wrapper > time > span.cday {
	font-size: 18pt;
	float: left;
	line-height: unset;
	padding-left: 2px;
	font-weight: 500;
    }
    .mfp-wrapper > time > span.day {
	font-size: 24pt;
	float: right;
	line-height: unset;
	padding-right: 5px;
    }
    .mfp-wrapper time > span.year {
	display: none;
    }
    .mfp-wrapper time > span.month {
	float: right;
	line-height: unset;
	padding-right: 10px;
	font-size: 24pt;
    }
    .mfp-name-value-pairs {
	padding: 5px;
	min-width: unset;
    }

    /* gastro */
    .gastro-table {
    	min-height: unset;
	    margin-bottom: 10px;
    }
    #gastro-image {
	    display: none;
    }


    /* events */
    #event-container {
    	padding-right: 30px;
	    padding-left: 30px;
    }
    .event-list > li > .info {
	/* padding: unset; */
    }

    .event-list > li > time {
	/* width: 80px; */
    }
    .hidable {
    	display:none !important;
    }
    .event-search-box {
        width: 100%;
    }

    .dropdown-menu.language.show {
        display: flex !important;
        flex-direction: column !important;
        margin-top: -120px;
    }

    /* liability */
    .liability {
        padding: unset;
        margin: 20px;
    }
}


@media (max-width: 640px) {
    .highlight-search-box {
	display:none;
    }
}

/* Extra Small Devices (Portrait Phones & Smaller Devices) */

@media (max-width: 480px) {
    /* Home */
    #home-heading h1 {
        font-size: 18px;
    }
    #home-text p {
        font-size: 11px;
        line-height: 16px;
        margin: 8px 10px 25px 10px;
    }
    /* Generic */
    .vertical-heading h2 {
        font-size: 22px;
	/* display: inline-flex; */
	margin-bottom: 5px;
    }

    /* context */
    #contact-left div h2 {
	margin-left: 0px;
    }


    /* events: hide images on small screens */
    .event-list > li > img  {
	display: none;
    }

    .event-list > li > .info > .title {
	/* font-size: 12pt; */
    }
    .event-list > li > .info > .desc {
	display: none;
    }
    .search-box {
	/* height: 50px; */
	float: unset;
    }


}


/* Extra Small Devices (Portrait Phones & Smaller Devices) */

@media (max-width: 320px) {
}


/* handle medium size browser as well */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
    .container {
	width:100%;
    }
    .navbar-nav > li > a {
    	line-height: 5px;
    }

    .container-fluid {
	padding-right: 0px;
    }

    .navbar-collapse.collapse {
	display: grid !important;
    }
}

@media (min-width: 768px) {
    .break-before:before {
	content: "\A";
	white-space: pre;
    }
}


/************ Roger ***************/
/* added mobile start page for xmas info */
/************ Roger ***************/

/* Mobile adjustments */
@media (max-width: 767px) {
    /* Show the home section on mobile devices */
    #home {
        display: block;
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

/*    *//* Hide the video on mobile */
/*    #home-bg-video {*/
/*        display: none;*/
/*    }*/

    /* Make sure the background image is always visible, covers entire screen */
    #home-bg-img {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -2;
        background-size: cover;
        background-position: center center;
    }

    /* Ensure overlay is transparent or slightly opaque if needed */
    #home-overlay {
        background-color: rgba(0,0,0,0.3);
    }

    /* Show all home content that was previously hidden on mobile */
    #home-heading, #home-text, #xmas-box, #home-btn {
        display: block !important;
        margin: 0 auto;
        padding: 0 20px;
    }

    #home-heading h1 {
        font-size: 24px;
        font-weight: 200;
    }
    #home-text p {
        font-size: 14px;
    }

    #xmas-box {
        margin-top: 20px;
    }

    #home-btn {
        margin-top: 20px;
    }

    /* Adjust sizing of the christmas star so it fits nicely on small screens */
    #xmas-image {
        height: 180px;
    }
    #xmas-text1 {
        font-size: 6px;
    }
    #xmas-text2 {
        font-size: 12px;
    }

    /* Arrow down adjustment */
    #arrow-down {
        bottom: 10px;
    }
    #arrow-down i {
        font-size: 24px;
    }
}


