html {
    scroll-behavior: smooth;
  }
.back-to-top {
    color:#a5a5a5;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
button { 
    position: relative;
    border: 0; 
    padding: 0;
    cursor: pointer;
    outline: none; /* for good measure */
    overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
}

button span { 
    position: relative;
    display: block; 
    white-space: nowrap;    
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button span {
        margin-top: -1px;
    }
}
/* POP UP START */

.popup {
    position: fixed;
    z-index:9999999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.7);
}
.innerpop {
    max-width: 700px;
    background-color: white;
}
.poplist li {
    list-style-type: circle;
    margin-bottom: 10px;
}
.popheader img{
    max-width: 120px;
}
/* POP UP ENDE */
body, li a {
    color:#3b3b3b;
}
.upperc {
    text-transform: uppercase;
}
.pricetitel {
    font-weight: 400;
}
tr {
    height:2rem;
}
.back-to-top {
    position: fixed;
    bottom:20px;
    right:20px;
    padding:1em;
    z-index: 99999;
} 
#herotextbutton {
    border-radius: 0px;
    text-transform: uppercase;
    padding: 6px 10px 4px 10px;
}
.full-height-btn {
    height: 30%;
    border:none;
}
.btn-white {
    background-color: white;
    color: black;
    max-width: 260px;
    font-weight: bold;
    border-radius: 0px !important;
    padding: 8px 50px !important;
    text-transform: uppercase;
}
.strong .btn, .strong h3, .strong h2, .strong h4 {
    font-weight: bold !important;
}
.opus {
    opacity: 0;
    transition: all ease-in-out 1s;
}
.opas {
    opacity: 1 !important;
}
h5 strong {
    font-weight:400 !important;
}
.smallcheck {
    font-size: 0.8rem;
}
.antback {
    background-color: #313131;
    color: white;
}
.grow {
    flex-grow: 1;
}
/* HEADER Start */
header {
    width:100%;
    height: 80px;
    background-color: white;
}
#header {
    max-width: 100vw;
}
.headlink a, .whitext {
    color:black !important;
}
.navbar {
    z-index:9999;
    max-width:630px;
}
.navbar-nav {
    background-color: white;
    position: fixed;
    left: 0;
    top:80px;
    bottom: 0;
    width: 100vw;
}
.navbar-toggler, .navbar-toggler:focus {
    border:none !important;
}
.headwrap {
    position: fixed;
    background-color: white;
    left:0;
    top:0;
    right:0;
    z-index:999999;
    height:100%;
    transition: all ease-in-out 1s;
}
.superhead {
    height:80px !important;
}
.anima {
    height:200px;
    transition: all ease-in-out 1s;
}
.animo {
    height:1px !important;
    overflow:hidden;
}
.innernav div:hover a {
    color:#a5a5a5 !important;
}
.nav-item {
    margin:8px;   
}
.nav-item div a {
    color: #3b3b3b;
}
.nav-item h5 {
    font-size: 1.1rem;
}
.innernav {
    padding-left: 10px;
}
.innernav div {
    margin: 6px;
    cursor: pointer;
}
.sidemenu {
    z-index:999999;
    position: relative;
    left:220px;
    
}
.ticker {
    font-size:0.8rem;
    width:280px;
}
.headupmenu {
    font-size: 1rem;
}
.upwrap div {
    cursor:pointer;
}
.greytext {
    color: grey;
}
.langselect div:hover {
    color:grey;
}
.socialbig {
    font-size: 1.5rem;
    color: grey;
}
.socialbig a {
    font-size: 1.5rem;
    margin-top: 20px;
}
.socialdist a{
    margin-right: 14px;
}
.social i {
    margin: 0px 8px;
}
.suchehead {
    padding-left: 82px;
}
/* HEADER Ende */

/* TICKETS Start */
#ticketr {
    position:fixed;
    right: 0;
    top:240px;
    padding:8px 14px;
    padding-right: 14px;
    background-color: #ddce79;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    color:#303451;
    font-weight:bold;
    z-index:9999;
    border: 2px solid #303451;
    border-right:none;
    transition: 0.3s all ease;
    cursor: pointer;
}
#ticketr:hover {
    padding-right:24px;
}
/* TICKETS Ende */

/* HERO START */
.heropara {
    height:50vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#home .hero {
    height:70vh;
}
h1 {
    font-size: 2.2rem;
}
@media screen and (max-width: 900px) and (min-width: 760px) {
    #home .hero {
        height:40vh !important;
    }
}
.hero {
    max-height:60vh;
    overflow: hidden;
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.heroimg {
    width:100%;
}
.herotext {
    position: relative;
    bottom: 52vh;
    margin-bottom: -60px;
    left:55vw;
}
.herotext2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.whitetext {
    color: white !important;
}
.front-expo-img {
    width: 100%;
    height: 382px;
    object-fit: cover;
}
/* HERO Ende */

/* UNDER PIC Start */
h2 {
    font-weight: 900;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
 /*   hyphens: auto; */
    max-width: 80vw;

  /*  
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
 /*   word-break: break-word;

-webkit-hyphens: auto;
  -moz-hyphens: auto;
       hyphens: auto; */
}
h2 span{
    hyphens: auto;
    white-space: nowrap;
}
.h2date {
    font-size: 1.1rem;
    font-weight:300;
    margin-left: 20px;
    text-transform: none;
}

/* LINKS */
.linklist {
    display: flex;
    direction: column;
    flex-direction: column;
    justify-content: flex-end;
}
.linklist li{
    display: inline-block;
    margin-bottom: 6px;
    font-size:1rem;
    cursor: pointer;
    flex-grow: 0;
}
.linklist li img, .microlinkimg {
    margin-right: 1.5rem;
    width: 14px;
}
/* .link a, .link span {
    border-bottom:1px solid #a6a6a6;
}
.link:hover a, .link:hover span {
    border-bottom:1px solid black;
}
.linklist .link span {
    transition: all ease-in-out 1s;
    border-bottom: 1px solid grey;
} 
.linklist .link:hover span {
    border-bottom:none;
} */
.ulinewr {
    display: inline-block;
}
.linkname {
    display: inline;
    padding-bottom:0px;
}
.uline {
    margin-top:-3px;
    border-bottom: 1px solid #a6a6a6;
}
.strong {
    font-weight: bold !important;
}
.link:hover .uline {
    border-bottom: 1px solid black;
}






/* LINKS ENde */
.h2line {
    margin-top: 4px;
    width:100%;
    border-top:1px solid #4d668e;
}
.threeimg {
    z-index: 9999;
    margin-bottom: 2rem;
}
.threeimg img{
    max-height: 240px;
    overflow: hidden;
}
.threeimg:hover > img:first-of-type, .threeimg:hover > a > img:first-of-type, .threeimg:hover .imgplace, .threeimg:hover .galplace{
    opacity: 0.5;
}
.threeimg:hover .ulinewr .uline{
    border-bottom:1px solid black;
}
.threeimg h4{
    font-size:1rem;
}
.threeimg p{
    margin:6px !important;
}
.greyback {
    background-color:#f1f1f1;
}
.dreipoints {
    z-index:5;
}
.backflip {
    display: none !important;
    position: absolute;
    top:0;
    left:-320px;
    width:320px;
    height:380px;
    background-color: #4d668e;
    /* background-color: #fce8c3; */
}
.imgplace {
    height: 240px;
    background-size:cover;
    border-bottom:4px solid white;
    border-top:4px solid white;
}
.galplace {
    width:100%;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom:4px solid white;
    border-top:4px solid white;
}
/* UNDER PIC Ende */

/* Museum Start */
.flowimg {
    float:right;
    max-width: 340px;
}
.contenttable td {
    min-width: 250px;
}

/* SALON Start */
.middlemenu {
    color: black;
    background-color: #f5f5f5;
    max-width: 100%;
    overflow-x: auto;
}
.concatsm {
    height:14px;
    margin-right:8px
}
.galcontent-salon {
    height:280px;
    margin-bottom:10px;
    margin-right: 10px;
    max-width: 240px;
}
.galtext {
    font-size: 0.8rem;
    padding-top: 6px;
}
.bordbottom {
    border-bottom: 2px solid black;
}
/* DARK SALON Ende */

/* ARCHIV Start */
.archivcontent {
    height:360px;
    border-top: 1px solid rgba(83, 78, 78, 0.5);
    cursor: pointer;
}
.archivcontent:hover {
    border-top: 2px solid rgba(83, 78, 78, 0.5);
}
.archivcontent img{
    height:80%;
}
.bigarchiv {
    position:fixed; 
    left:0px; 
    top:0px; 
    padding-top: 90px !important;
    right:0px; 
    bottom:0px;
    overflow:hidden;
    background-color:rgba(255,255,255,1);
    z-index:888;
}
.inner-bigarchiv {
    overflow: auto;
    max-height: 90%;
}
.inner-bigarchiv::-webkit-scrollbar {
    display: none;
}
  
  /* Hide scrollbar for IE, Edge and Firefox */
.inner-bigarchiv {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.whiteback {
    background-color: rgba(255,255,255,0.9);
}
.whiteback  br {
    margin-bottom: 1.5rem;
}
/* ARCHIV Ende */


/* PREVIEW Start */
h5 {
    margin-top: -6px;
    margin-bottom: 24px;
}
.artlist ul li h5{
    margin-top: 0px;
    font-weight: 600;
    font-size:1.1rem;
    cursor:pointer;
}
.artlist ul {
    margin-top:20px;
    padding-left: 0px;
}
.artlist ul li {
    margin-left:0px;
}
.highli {
    max-height: 520px;
}
/* PREVIEW Ende */

/* BUTTONS Start */
.close-btn {
    width:60px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.close-btn:hover {
    transform: rotate(180deg);
}
.moreinput {
    padding: 8px 16px 6px 16px;
    border: 1px solid #a5a5a5;
    border-radius: 0px;
}
.moreinput:hover {
    background-color: #a5a5a5 !important;
    color: black !important;
}
.moreinput a:hover {
    color: black !important;
}
.liline {
    cursor:pointer;
}
    /* hover start */
    /* .linklist li span, .freelink a, .liline, .threeimg .liline { */
       /* margin: 20px auto;
        padding: 0;
        width: auto;
        font-family: sans-serif;
        text-transform: uppercase;
        text-align: center;*/
        /* display:inline-block; 
        transition-property: transform;
        transition: 0.25s ease;
      }
      .linklist li span::after, .freelink a::after, .liline::after, .threeimg .liline::after {
        content: '';
        border-top: 1px solid #000;
        width: 100%;
        position: absolute;
        display: block;
        transform: rotateY(90deg);
        transition:transform 0.25s linear;
      }
      .linklist li span:hover, .freelink a:hover, .liline:hover, .threeimg:hover .liline {
        transform: scale(1);
      }
      .linklist li span:hover::after, .freelink a:hover::after, .liline:hover::after, .threeimg:hover .liline::after {
        transform: rotate(0deg);
      } */
    /* hover ende */
/* BUTTONS Ende */

/* FOOTER Start */
.footersmalllink a {
    color:#c9c9c9;
}
.footer {
    background-color: #dad6d670;
}
.footlinkline {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height:1.25rem;
    font-size:0.8rem;
    position: inherit !important;
    color: black !important;
}
.lastone {
    background-color:#f1eded70;
    border-top: 1px solid black;
}
/* FOOTER Ende */

/* RESET START */
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
ul li {
    list-style-type: none;
    margin:4px;
}
.poi {
    cursor: pointer;
}
/* RESET Ende */

/* YOUTUBE Start */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* YOUTUBE ende */

/* FUEHRUNGEN Start */
.form .form-control {
    margin-top: 10px;
    margin-bottom: 10px;
}
.radioorder label {
    display:block;
}
.btn-outline-danger {
    font-size:1rem !important;
}
.flowmenu {
    padding-left:0px !important;
    /* border-bottom:1px solid grey; */
}
.flowmenu .flowitem {
    margin:6px 66px 0px 0px;
    cursor: pointer;
    flex-shrink: 0;
    /*min-width:220px;*/
}
.activetab {
   /* border-bottom: 2px solid white;  */
   border:none;
}
.activetab h6, .activesubtab h6 {
    font-weight:900;
}
.closeright {
    position: absolute;
    right: 15px;
    bottom: 6px;
}
.underset {
    border-bottom:none !important;
}
.underset .flowitem h6 {
    font-size: 0.9rem;
}
.contentboiler h5 {
    border: none;
}
/* FUEHRUNGEN Ende */

strong {
    font-weight: bold;
}
.infomaterial li img {
    max-height: 380px;
}

a {
    color: black;
    text-decoration: none;
}
a:hover {
    color:grey;
    text-decoration: none;
}
.besuch .btn:focus {
    box-shadow: 0 0 0 0  !important;
}
.white-left {
    border-left: 10px solid white;
    margin-left:1rem;
    padding-left: 1rem;
    margin-top:1rem;
}

/* PRESSE Start*/
.shorttitel {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.notification strong, .notification {
    font-size:0.9rem;
}
.galwrapper {
    min-height:800px;
}
.galcontent {
    height:280px;
    margin:10px;
}
.galcontent img{
    height:80%;
}
.presswrap {
    overflow: hidden;
    max-width: 80vw;
    max-height: 280px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*Scrollbar NO */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.pressgalwrap {
    border-bottom: 1px solid #313131;
    margin-bottom: 60px;
    padding-bottom: 10px;
    position: relative;
    z-index:-1;
}
.openwrap {
    max-height: 14000px !important;
}
.presswrap::-webkit-scrollbar {
    display: none;
}
.biggal {
    position:fixed;  
    left:0px;
    top:0px; 
    right:0px; 
    bottom: 0px;
    background-color:rgba(255,255,255,0.9);
    padding-top: 80px;
}
.biggalimg {
    max-height:60vh;
}
.pressgalbigpicture {
    max-height: 640px;
}

/* Presse Ende */

/*hamburger raotation */
h5:hover .rotate-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
h5 .rotate-icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }
    
    .animated-icon1 span {
    background: #4e4e4e;
    }
    
    .animated-icon2 span {
    background: #e3f2fd;
    }
    
    .animated-icon3 span {
    background: #f3e5f5;
    }
    
    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }
    
    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }
    
    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }
    
    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
    
    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }
    
    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
    /* BEsuch Start */
  #accordionFAQ .accordioncontent a {
    color: grey !important;
    text-decoration: underline;
  }
    /* Besuch Ende */


    /* DARK THEME Start */
    #salon, .main, body{
        /* background-color: #f2f2f2; */
        background-color: white;
    }
    .superhead {
        /* background-color: #313131;
        color: white; */
        background-color: white;
        color: #313131;
    } 
    .navbar-toggler {
        -webkit-appearance: none;
    }
    .navbar-nav {
        background-color: rgba(255,255,255,0.9);
        color: black;
    }
    
    .navbar-nav a h5 {
        color: black;
    }
    .innernav div a {
        color: black !important;
    }
    .innernav {
        border-right:1px solid white;
        padding-right:1rem;
        margin-right: 1rem;
    }
    .besuch .innernav {
        border-right:none;
    }
    .animated-icon1 span {
        background: black;
    }
    hr {
        border-top: 1px solid white;
    }
    .besuch hr {
        border-top: 1px solid black;
    }
    .mini-img-text {
        font-size: 0.9rem;
    }
    .nav-item a {
        color: black;
    }
     /* DARK THEME Ende */


    .linkanc {
        position: relative;
        bottom: 120px;
    }
     /* Mobile Stuff */
     @media only screen and (max-device-width: 480px) {

    }
    /*
     .shortit {
        max-height: 6em;
        overflow: hidden;
        text-overflow:ellipsis;
     }
     .shortit:after {
        content:"";
        position:absolute;
        width:5em;
        height:1.5em;
        background-image: linear-gradient(to right, transparent 0%, #fff 70%);
        font-weight:bold;
        right:5px;
        bottom:1em;
       }
*/

/* KALENDER */
#kalenderhead {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 80px;
    background-color:white;
    z-index: 99;
}
.kalenderimg {
    object-fit: scale-down;
    width: 300px;
    height: 150px;
}
.dayhead {
    max-height: 420px;
}
.calwrapper {
    /*
    max-height: 600px;
    overflow-y: scroll;
    /*Scrollbar NO */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.calenderday {
    border-bottom: 1px solid black;
}
.hidecaltext {
    height:0px;
    overflow: hidden;
}
.showcaltext {
    height:auto !important;
    min-height: 100px;
}

    
.museumgal {
    max-height: 80vh;
}
/* COOKIE BANNER */
.cookieme {
    position: fixed;
    left:0px;
    right:0px;
    bottom: 0px;
    background-color: white;
    font-size: 0.9rem;
    z-index: 999999999;
    border-top: 2px solid #3b3b3b;
}
#cookieclose {
    font-size: 0.6rem;
}
/* MOBILE */
.relpack {
    position: relative;
}
.mobileherotext {
    position: absolute;
    bottom:6px;
    left: 0px;
    right: 0px;
    z-index:5;
}


@media (max-width: 1030px){
    .herotext {
        height:20px;
        left: 58vw;
        bottom: 60vh;
    }
    h2 {
        font-size:1.6rem;
    }
    .heropara {
        background-attachment: scroll;
    }
    .h2date {
        font-size: 1rem;
    }
}

@media (max-width: 720px){
    .front-expo-img {
        height: auto;
        object-fit: contain;
        width: 100%;
    }
    .lastone {
        border-top: none;
    }
    .threeimg img, .infomaterial li img {
        max-height:540px;
    }
    .navbar-nav {
        width: 100vw;
        height: 100vh;
        /* margin-left:-16px !important; */
    }
    body {
        font-size: 0.9rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    .h2date {
        margin-left: 0px;
    }
    .archivcontent {
        margin:auto;
    }
    .heropara {
        background-attachment: scroll;
    }
    .linklist {
        padding-left:0px;
    }
    .imgplace {
        width:100%;
    }
    .threeimg, .threeimg img {
        width:100%
    }
    .threeimg img {
        max-height: 340px;
    }
    /* BESUCH */
    .pricetitel {
        max-width: 70%;

    }
    .card-body {
        margin:0px !important;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .besuchspreiswrap {
        padding: 0px;
        margin:0px;
    }
    /* PRESSE */ 
    .galcontent img {
       /* width:100%; */
        margin:auto;
    }
    .galcontent, .presswrap {
        margin:auto;
    }
    .presswrap {
        max-width:100vw;
    }
    /* MUSEUM */
    .museumgal {
        max-height: 50vh;
        margin: auto;
    }
    /* FÜHRUNGEN */
    /*.bordbottom {
        border-bottom: none;
    }*/
}

@media (max-width: 1030px) and (min-width: 721px){
    /* .mobileherotext {
        bottom:40px;
    } */
    h6 {
        font-size: 0.9rem;
    }
    .herotext {
        max-width: 400px !important;
        left:60vw;
    }
}

@media (min-height: 750px) and (max-height: 800px){
    /* .mobileherotext {
        bottom:90px !important;
    } */
}

@media (min-height: 801px) and (max-height: 900px){
    /* .mobileherotext {
        bottom:110px !important;
    } */
}

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {
        /* .mobileherotext {
            bottom:70px !important;
        } */
     }

/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { 
        /* .mobileherotext {
            bottom:100px !important;
        } */
    }

/* 2688x1242px at 458ppi */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) {
        /* .mobileherotext {
            bottom:70px !important;
        } */
     }

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) {
        /* .mobileherotext {
            bottom:70px !important;
        } */
     }

/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
        /* .mobileherotext {
            bottom:100px !important;
        } */
     }

/* 2688x1242px at 458ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) {
        /* .mobileherotext {
            bottom:100px !important;
        } */
     }

/* IMAGES START */
.img-credit {
    display: none;
    background-color: rgba(0,0,0,0.3);
    color: white;
    padding:6px;
    height:60px;
    position: relative;
    top:-60px;
    border:none !important;
}
.img-credit-wrap {
    margin-bottom: 68px;
}
.img-credit-wrap:hover {
    margin-bottom: 0px;
}
.img-credit-wrap:hover .img-credit {
    display: block;
}

/* IMAGES ENDE */

.mobilecontact {
    border: 4px solid white;
    color: white !important;
    background-color: rgba(5, 3, 3, 0.6);
    position: absolute;
    top: 40px;
    left:40px;
    right:40px;
    bottom: 40px;
}
.mobilecontact .specul .footlinkline {
    color: white !important;
}
.hero {
    position: relative;
}
.specul a {
    color: white;
}


b {
    font-weight: bold;
}

/* GALERIE GRID */
.gal-row {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Create four equal columns that sits next to each other */
  .gal-column {
    flex: 33%;
    max-width: 33%;
  }
  
  .gal-column img {
    margin-top: 40px;
    vertical-align: middle;
    width: 100%;
  }

.gal-row .gal-column:nth-child(4n+1){
    padding: 0 20px 0 0;
}
.gal-row .gal-column:nth-child(4n+2){
    padding: 0 20px 0 20px;
}
.gal-row .gal-column:nth-child(4n+3){
    padding: 0 0 0 20px;
}
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .gal-column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .gal-column {
      flex: 100%;
      max-width: 100%;
    }
  }


/* HalbContainer */
/*
.halb-container {
    margin-left: auto;
    width:100%;
    text-transform: uppercase !important;
}
@media screen and (max-width: 900px) {
    .navbar-nav{
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 768px) {
    .halb-container {
        width:100%;
    }
}
@media screen and (min-width: 992px) {
    .halb-container {
        width:480px;
    }
}
@media screen and (min-width: 1200px) {
    .halb-container {
        width:570px;
    }
} */

.faderme {
    position: relative;
}
.faderme li {
    list-style-type: none !important;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}
  .company-leave-active {
    transition: all 800ms ease-in;
  }
  .company-enter-active {
    transition: all 800ms ease-in;
  }
  .company-enter
  /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateY(-100px);
    opacity: 0;
  }
  .company-leave-to
  /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateY(100px);
    opacity: 0;
  }
  .company-enter-to, .company-leave
  /* .slide-fade-leave-active below version 2.1.8 */ {
    opacity: 1;
  }


/* HEADING FONTS */
.titel1 {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    text-transform: uppercase;
}
.titel2 {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
}
.utitel1 {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
}
.utitel2 {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 1rem;
    text-transform: uppercase;
}
.utitel2ziz {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 1rem;
}
.headtext {
    font-family: Helvetica Neue, sans-serif; 
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
}
.headtext-link {
    font-family: Helvetica Neue, sans-serif; 
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color:  #a6a6a6;
}
.leghead {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.leghead-sub {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.link {
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
    /* text-decoration: underline; */
    font-style: normal;
    font-weight: 200;
    font-size: 1rem;
}
.expo_pre_img {
    width:100%;
    height:400px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.expo_pre_img_container {
    max-height:500px;
    max-width: 300px;
}
.expo_pre_img_container img {
    box-shadow:1px 1px 2px 3px rgba(206, 206, 233, 0.4);
}
.btn-white {
    border: white !important;
}
/* Relaunch */
.btn-hov:hover, .btn-hov:hover a {
    color:#a5a5a5 !important;
}
.front-expo-wrap {
    max-width:510px;
}
.front-expo-wrap:hover .front-expo-imgwrap {
    opacity: 0.5;
}
.terminlist li {
    list-style-type: disc;
    margin-left: 16px;
}
#headlogo {
    position: relative;
    top: -3px;
}
.small, small a {
    color: #c9c9c9 !important;
}
.heroslide-nav {
    position: absolute;
    bottom:10vh;
    left: 0;
    right: 0;
    z-index: 2;
}
.nav-slide-icon i {
    cursor: pointer;
    color: white;
    font-size:0.7rem;
}
.activetab .link {
    border-bottom: 1px solid black;
}

body {
    font-family: 'Helvetica Neue Regular', sans-serif;
    font-weight:300;
    color:black;
}
.imgtext {
    height: 230px;
}
/* HEADING FONTS */
.titel1 {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 3.12rem;
text-transform: uppercase;
line-height:3.25rem;
}
.titel1-sub {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-weight: 400;
font-style: normal;
/* font-size: 3.12rem; */
font-size: 2.12rem;
text-transform: uppercase;
/* line-height:3.25rem; */
line-height:2.25rem;
}
.titel2 {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1.87rem;
line-height:2rem;
}
.utitel1 {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1rem;
text-transform: uppercase;
line-height:1.25rem;
}
.utitel2-big {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.87rem;
/* font-size: 1.25rem; */
text-transform: uppercase;
/* line-height:1.5rem; */
letter-spacing: 0.15rem;
}
.utitel2 {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
text-transform: uppercase;
line-height:1.25rem;
}
.utitel2-text {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height:1.25rem;
}
.headtext {
font-family: Helvetica Neue, sans-serif; 
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height:1.5rem;
}
.headtext-link {
font-family: Helvetica Neue, sans-serif; 
font-style: normal;
font-weight: 500;
font-size: 1rem;
color:  #a6a6a6;
line-height:1.5rem;
}
.leghead {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.75rem;
text-transform: uppercase;
line-height:1.06rem;
}
.leghead-sub, .leghead-sub a, .moreinput {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 400 !important;
font-size: 0.75rem !important;
text-transform: uppercase;
line-height:1.06rem;
letter-spacing: 0.02rem;
}
.link, .formid {
font-family: akzidenz-grotesk-pro-extende, sans-serif;
font-style: normal;
font-weight: 400 !important;
font-size: 0.75rem !important;
text-transform: uppercase !important;
line-height:1.62rem;
letter-spacing: 0.08rem;
}
.legbody {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #a6a6a6;
}
.quote {
    font-size: 1.375rem !important;
    line-height: 1.875rem !important;
    white-space: pre-line;
}
.bord-b {
    border-bottom: 1px solid #a6a6a6;
}
.bord-t {
    border-top: 1px solid #a6a6a6;
}
.bord-b-black {
    border-bottom: 1px solid black;
}
.bord-t-black {
    border-top: 1px solid black;
}

.videohero {
    /* height:80vh !important;  */
    max-height:100vh !important;
}
/* OWL CAROUSEL */
.owl-stage {
    max-height:644px;
    overflow: hidden;
}
.owl-carousel {
    cursor: grab;
}
.owlgali .owl-item {
    padding: 0px 20px;
}
.owlgali .innerowl, .galimg3 {
    text-align: center;
    padding: 20px 20px;
    height: 580px;
    background-color: #f5f5f5;
    width: auto !important;
    min-width: 580px;
}
.owlgali .innerowl img {
    height: 80% !important;
    width: auto !important;
    box-shadow: 2px 4px 8px #888888;
    margin:auto !important;
}
.galimg3 img {
    width: auto !important;
    box-shadow: 2px 4px 8px #888888;
    max-height: 500px;
}

.owlfoto .owl-item {
    padding: 0px 20px;
}
.owlfoto .innerowl {
    text-align: center;
    height: 520px;
    width: auto !important;
}
.owlfoto .innerowl img {
    height: 100% !important;
    width: auto !important;
    margin:auto !important;
}

.owl-carousel {
    max-height: 630px;
}
.owl-nav, .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px
}
.subgal .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0px
}
.friederb14 {
    background-image:url(/preview/img/FriederBurda14.jpg) !important;
}
@media only screen and (max-width: 680px) {
    .friederb14 {
        background-image:url(/preview/img/FriederBurda14m.jpg) !important;
    }
    .titel1-sub, .titel1 {
        font-size: 1.8rem;
        text-transform: uppercase;
        line-height:2rem;
    }
    .titel2 {
        font-size:1.57rem
    }
    .videohero {
        height:30vh !important; 
        max-height:30vh !important;
    }
    .owlfoto .innerowl {
        height: 180px !important;
    }
    .imgtext {
        display: none;
    }
    .owl-carousel {
        max-height: 200px;
    }
    .quote {
        font-size: 1rem !important;
    }
    .owl-nav, .owl-dots {
        display: none;
    }
    .owlgali .innerowl, .galimg3 {
        min-width: 380px;
        max-width: 380px;
    }
    .utitel2-big {
        font-size: 1.07rem;
    }
    .sliderCO {
        font-size: 1.5rem !important;
    }
}

.wordbreak {
    word-break: break-word;
}
.specialquote {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: akzidenz-grotesk-pro-extende, sans-serif;
}
.specialquoteauthor {
    font-weight: 300;
}

.blackfont {
    color: black !important;
}

.MsoNormal a {
    text-decoration: underline;
}
.backin {
    font-size: 0.9rem;
    padding-bottom: 1.5rem;
}
.backin a {
    text-decoration: underline;
}
.backin ul li {
    list-style-image: url(/img/icons/bullet.svg);
}

/* .owl-carousel .innerowl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .owl-carousel .owl-item img {
    display:flex;
  }
  Samstag, 09. Dezember 2023 von 10–13 Uhr
  .owlfoto .innerowl img {
    height: 100% !important;
    width: auto !important;
    margin: auto !important;
  } */

  .owltext {
    padding: 0px 20px 10px 5px;
    position:absolute;
    /* top:-600px; */
    right: 0;
    left: 0;
    bottom:-520px;
    height:100%;
    background-color:rgba(255, 255, 255, 0.5);
    transition: all 1s ease-in-out;
  }

  /* .midowl:hover .owltext{
    bottom:0px;
  } */

  .dropparent-mail .dropdown-mail {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease; 
    color: rgb(85, 78, 78);
  }

  .scroll-gallery {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-gallery > div {
    flex: 0 0 auto;
}
.inner-scroll-gal img {
    height: 60vh;
    width: auto;
}

  @media(min-width: 780px) {
        .dropparent-mail:hover .dropdown-mail {
            opacity: 1;
            max-height: 200px;
            transition-delay: 0.2s;
        }
    }

    @media(min-width: 2600px) {
        .herotextcon {
            padding-bottom: 60px !important;
        }
    }