/* Template © admotion*/


html 
{
   height:			100%;
}


body
{
   height:			100%;
   margin:			0px;
   padding:			0px;
   font-family:		'Roboto', sans-serif, Arial;
   font-weight:		400;
   font-size:		16px;
   color:			#000;
   line-height:		145%;
   letter-spacing:	0.02em;

}


#system-message { margin: 0px; }
/* bootstrap import */

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.nav > li > a:hover, .nav > li > a:focus {text-decoration: none;background-color: transparent;}
.nav > li > a {display: block;}
li { line-height: normal;}
.nav {list-style: none; padding: 0; margin: 0;}
table {border-collapse: collapse;border-spacing: 0;}
.visually-hidden {display: none;}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* ---------------------------------- */


:root {
  --blau: #15648d;
  --dunkelblau: #113c52;
}

    #desktop { display: none; }
    #mobile { display: block; }   
    #left { width: 100%; float: none; }
    #right { width: 100%; float: none; margin-top: 4%; }


header { width: 100%; border-bottom: 5px solid var(--blau);position: relative;}
#container-header { width: 90%; padding-top: 20px; margin: 0 auto;display: flex; align-items: flex-end; justify-content: space-between; height: 150px;}
#home #container-header { height: auto;}
#verlauf { width: 100%; height: 100px; position: absolute; left: 0; bottom: 0;background: linear-gradient(0deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); z-index: 1; }

#headerslider {position: absolute; left: 0; top: 0; width: 100%; z-index: -1;}


#logo { width: 200px; padding-bottom: 10px; position: relative; z-index: 10;}

#inhalt-container { background: #eee; padding: 50px 0; }
#inhalt { width: 90%; margin: 0px auto; box-sizing: border-box; }

#whitebg { background: #fff; padding: 30px; box-sizing: border-box; position: relative;}

#showbox  {  width: 100%; }

.main-img {position: relative;width: 100%; height: auto;}
.main-img img {object-fit: cover; position: relative; width: 100%; height: 100%; top: 0;left: 0;}


hr { margin: 50px 0; border-bottom: 5px solid var(--blau); border-top: 0px;}




.blog-item {background: #fff; margin-bottom: 50px;}
.item-image {margin: 0; width: 100%; padding: 20px; box-sizing: border-box;}
.item-content {padding: 20px; box-sizing: border-box; width: 100%}
.item-content img {}

.blog h1 { padding-bottom: 30px; margin-bottom: 50px; border-bottom: 5px solid var(--blau);}


.aussteller-preview {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 20px;}
.aussteller-preview p {width: calc(50% - 12px); height: 75px; position: relative; border: 1px solid var(--blau); }
.aussteller-preview img {width: 100%; height: 100%; object-fit: contain; padding: 10px; box-sizing: border-box;}

.aussteller-marken {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 20px; align-content: center;}
.aussteller-marken p {width: calc(50% - 12px); height: 75px; position: relative; border: 1px solid var(--blau); }
.aussteller-marken img {width: 100%; height: 100%; object-fit: contain; padding: 10px; box-sizing: border-box;}

.aussteller {display: flex; align-items: center;}





/* Sprache FaLang */
#sprache {position: absolute; right: 15px; top: 15px; z-index: 900;}
#sprache li {opacity: 0.5; transition: 0.2s;;}
#sprache li:hover {opacity: 1; transition: 0.2s;;}
#sprache li.lang-active {opacity: 1; transition: 0.2s;;}



/* Weiche */
#weiche {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000;}
#weiche .custom {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000;}
#weiche-nord {position: relative; height: 35%;background: #eee; box-sizing: border-box; padding: 50px; display: flex; justify-content: center; align-items: center; cursor: none; transition: 0.5s ease;}


#weiche-sued {position: relative; height: 65%;background: var(--blau);box-sizing: border-box; padding: 50px; display: flex; justify-content: center; align-items: center; color: #fff;cursor: none; transition: 0.5s ease}

#weiche-kompass {position: absolute; width: 100px; left: 50%; transform: translate(-50%, -50%); z-index: 100;}

#weiche-brands { display: none;}
#weiche-brands p {padding: 5px; box-sizing: border-box; background: #fff; color: var(--blau); font-size: 10px; line-height: 1;}

 .custom-cursor-nord, .custom-cursor-sued {
      position: fixed;
      display: none;
      pointer-events: none; /* Prevent the custom cursor from blocking interaction with underlying elements */
    }

#weiche-nord:hover .custom-cursor-nord { display: block; }

#weiche-sued:hover .custom-cursor-sued { display: block; }


#weiche-nord:hover { height: 40%; }
#weiche-nord:hover + #weiche-sued { height: 60%; }


#tinymce #weiche-sued, #tinymce #weiche-nord {cursor: auto !important;}  


/* Filter */
.fields-container {display: none; }
.category-desc { margin-bottom: 50px;}
.jlcontentfieldsfilter {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }

.jlmf-section {margin-top: 0px; }
label.jlmf-label {font-size: 16px; text-transform: none; font-weight: 700; color: var(--blau); padding: 0;}
.jlmf-label {font-size: 16px; text-transform: none; font-weight: 700; color: var(--blau);padding: 0;}
.jlmf-sublabel {font-size: 16px;}

.jlmf-button {font-size: 1em; font-weight: 700; text-transform: none;}
.jlmf-section {min-width: 150px;}
.jlmf-section select {line-height: 25px; border: 0; border-radius: 0; font-size: 16px; background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;}


.range-sliders label.jlmf-label {font-size: 12px; text-transform: lowercase; font-weight: 400; color: black; padding: 0; line-height: 20px; display: block; }
.range-sliders .jlmf-input {padding: 2px 10px; border: 0; width: 100px; }
.jlcontentfieldsfilter input {line-height: 25px;}

.jlmf-range-block {margin-top: 10px;}

.noUi-connect {background: var(--blau);}

#sortingToggle { background: transparent; border:0; color: var(--blau); font-weight: 700; font-size: 16px; margin-bottom: 10px; }
#sortingToggle:hover { color: var(--dunkelblau); cursor: pointer;}


/* Footer */


#container-footer  {  width: 100%; background: var(--blau); padding: 50px 0;}
#footer  { width: 90%; margin: 0 auto; color: #fff; }
#footer a { color: #fff; text-decoration: underline;}
#footer h3 { color: #fff;}



/* map */

.responsive_map {height: 300px; overflow: hidden; position: relative; }

.responsive_map iframe { height: 100% !important; left: 0; position: absolute; top: 0; width: 100%; }


/* Fonts */

h1 { margin: 0px 0px 20px 0px; padding: 0px; font-size: 35px; line-height: 130%; font-weight: 700; color: var(--blau); }
h2 { margin: 0px 0px 10px 0px; padding: 0px; font-size: 25px; line-height: 130%; font-weight: 700;color: var(--blau);  }
h3 { margin: 0px 0px 10px 0px; padding: 0px; font-size: 18px; line-height: 130%; font-weight: 700;color: var(--blau);  }
h5 { margin: 0px 0px 0px 0px; padding: 0px; font-size: 25px; line-height: 130%; font-weight: 700;  }


a.button {display: inline-block; padding: 5px 20px; background: var(--blau); color: #fff; font-weight: 700; transition: 0.2s;}
a.button:hover {background: var(--dunkelblau); color: #fff; padding: 5px 15px;cursor: pointer;}

.readmore {display: inline-block; padding: 5px 20px; background: var(--blau); color: #fff; font-weight: 700; transition: 0.2s; margin-top: 25px;}
.readmore a {color: #fff; }
.readmore:hover {background: var(--dunkelblau); color: #fff; padding: 5px 15px; cursor: pointer;}
.readmore:hover a {color: #fff; }

a { text-decoration: none; outline: none; color: var(--blau);  }
a:hover { text-decoration: none; color: var(--dunkelblau); }
a:focus { text-decoration: none; outline: none; }

p {margin: 0; }


#webdesign  { margin-top: 50px; background: var(--dunkelblau) url(../images/webdesign-admotion.png); position: absolute; right: 0px; width: 25px; height: 91px;}
#webdesign p  { margin: 0px; }
#webdesign a  { width: 25px; height: 91px; display: block; }


.clear { line-height: 0; }

#scrollup {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--blau);
    color: white;
    cursor: pointer;
    padding: 7px 2px;
    width: 30px;
}
#scrollup:hover { background-color: var(--dunkelblau);}


.hausbez {position: absolute;top: -16px;right: 0; color: #fff; background: var(--blau); padding: 10px; padding-left: 20px; font-size: 0.8em;line-height: 1; clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%);}
#tinymce .hausbez {top: 10px !important;}



.cookiesck-iframe-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cookiesck-iframe-wrap-text {z-index: 100;}
.cookiesck-iframe-wrap:hover::after {background: grey;}
cookiesck-iframe-wrap-allowed .cookiesck-iframe-wrap-text {z-index: -1;}

/* Widgetkit */

.uk-scope .uk-h2, .uk-scope h2 { margin: 0px 0px 10px 0px; padding: 0px; font-size: 20px; line-height: 130%; font-weight: 700;color: var(--blau); font-family: 'Roboto';  }

.uk-button-default {padding: 5px 20px !important; background-color: var(--blau) !important; color: #fff !important; font-weight: 700 !important; transition: 0.2s !important; border: 0 !important; text-transform: none !important; line-height: 1.4 !important; font-size: 1em !important; }
.uk-button-default:hover {background-color: var(--dunkelblau) !important; color: #fff !important; padding: 5px 15px !important;  }

.uk-scope .uk-h3, .uk-scope h3 {margin: 0px 0px 10px 0px; padding: 0px; font-size: 18px; line-height: 130%; font-weight: 700;color: var(--blau);}
.uk-scope * + address, .uk-scope * + dl, .uk-scope * + fieldset, .uk-scope * + figure, .uk-scope * + ol, .uk-scope * + p, .uk-scope * + pre, .uk-scope * + ul {  margin: 0px;}
.uk-scope address, .uk-scope dl, .uk-scope fieldset, .uk-scope figure, .uk-scope ol, .uk-scope p, .uk-scope pre, .uk-scope ul {margin: 0;}

.uk-scope .uk-card-body { padding: 20px;}

.uk-scope .uk-card-default {color: #000; box-shadow: 0 0px 0px rgba(0,0,0,.08);}

.uk-scope .uk-link, .uk-scope a {color: var(--blau); text-decoration: none; cursor: pointer;}
.uk-scope .uk-link:hover, .uk-scope a:hover {color: var(--dunkelblau); text-decoration: none; cursor: pointer;}


#showgallery {position: relative;}
.showgallery > div:nth-child(n+5) {display: none;}
.showgallery .uk-position-center { top: 50%;left: 50%;}
.showgallery  .uk-overlay-primary { background: rgba(21, 99, 141,.8);}

.showgallery #counter {display: block !important; background: var(--blau); padding: 5px 5px 5px 15px; width: auto; position: absolute; right: 0; bottom: 2px; color: #fff; font-size: 16px;clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%);pointer-events: none; animation: fadeIn 3s;}
@keyframes fadeIn {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.uk-gallery-container .uk-slideshow-items {min-height: 50vh !important;}
.uk-gallery-container {z-index: 10000;position: relative;}
.uk-modal {background: #fff !important;}
.uk-modal-dialog {height: 100% !important;}
.uk-modal-dialog .uk-grid {height: 100% !important;}

.uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 40px !important;
  height: 44px !important;
  padding: 5px 10px !important;
  margin: 15px !important;
  overflow: hidden !important;
}
.uk-slidenav {color: var(--blau) !important;}
.uk-slidenav:hover {color: var(--dunkelblau) !important;}
.uk-slidenav polyline {stroke-width:3;}
.uk-slidenav svg {width: 20px;}
.uk-thumbnav li {opacity: 0.5; transition: 0.2s; }
.uk-thumbnav li:hover {opacity: 1;}
.uk-thumbnav li.uk-active {opacity: 1;}

.uk-scope .uk-lightbox-button { background: rgba(255,255,255,0.5);}
.uk-scope .uk-lightbox { background: rgba(255,255,255,0.8);}
.uk-lightbox img {padding: 50px;}
.uk-scope .uk-lightbox-toolbar-icon {color: var(--blau); }
.uk-lightbox-toolbar { padding: 10px 10px; background: rgba(0,0,0,0) !important; color: var(--blau) !important;}


/* Editor */
#tinymce .aussteller-preview { background: #f0f8fa; padding: 20px; box-sizing: border-box; border: blue dotted 2px; position: relative;}
#tinymce .aussteller-preview::before { content: 'Marken Logos für die Vorschau:'; position: absolute; color: blue; font-weight: 700; font-size: 13px; top: -23px;}
 
#tinymce .aussteller-marken { background: #f0f8fa; padding: 20px; box-sizing: border-box; border: blue dotted 2px; position: relative;}
#tinymce .aussteller-marken::before { content: 'Marken Logos für die Inhaltsseite:'; position: absolute; color: blue; font-weight: 700; font-size: 13px; top: -23px;}
 
 
#tinymce .aussteller { background: #f0f8fa; padding: 20px; box-sizing: border-box; border: blue dotted 2px; position: relative;}
#tinymce .aussteller::before { content: 'Aussteller Logo für die Inhaltsseite:'; position: absolute; color: blue; font-weight: 700; font-size: 13px; top: -23px;}
 



/********************* RESPONSIVE ***********************/



@media(min-width:768px){
#desktop { display: block; }
#mobile { display: none; }

#left { width: 48%; float: left; margin-right: 4%; }
#right { width: 48%; float: left; margin-top: 0; }
    
    
#showgallery {width: calc(50% - 1rem); float: right; position: relative; height: 33vw;}
.showgallery > div:nth-child(n+5) {display: block;}
.showgallery > div:nth-child(n+6) {display: none;}
.showgallery > div:nth-child(n+4) {margin-top: 11px;}
.showgallery > div:nth-child(1) {position: absolute; left: calc(-100% - 2rem); width: 100%; padding-left: 0;}
    
.uk-gallery-container .uk-text-center.uk-first-column {display: grid; align-items: center;}
.uk-gallery-container uk-slideshow-items {min-height: 60vh !important;}

}

@media(min-width:960px){
    body {font-size: 18px;}
    h1 {font-size: 50px;}
    h2, .uk-scope .uk-h2, .uk-scope h2 {font-size: 30px;}
    h3 {font-size: 22px;}
    .uk-scope .uk-h3, .uk-scope h3 {font-size: 22px;}
    
    .main-img {position: relative;width: 100%; height: 100%;}
    .main-img img {position: absolute;}


    .blog-item {background: #fff; display: flex; align-items: center; justify-content: space-between;}
    .item-image {margin: 0; width: 30%;}
    .item-content {padding: 20px 20px 20px 50px; box-sizing: border-box; width: 70%}
    
    .uk-scope .uk-card-body { padding: 30px;}
    
    .aussteller-preview p {width: calc(33% - 14px); }
    .aussteller-marken p {width: calc(33% - 14px); }
    
    .responsive_map {height: 100%; }
    
    #weiche-brands { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;}


    
}



@media(min-width:1250px){
    #container-header { width: 1200px; height: 200px;  }
    #inhalt { width: 1200px; margin: 0 auto;  }
    #footer  { width: 1200px; margin: 0 auto;}


    #logo { width: 300px; }
    header {overflow:hidden;}

    #verlauf {height: 150px; background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); z-index: 1; }
    
    
    .aussteller-preview p {width: calc(20% - 18px); }

    .uk-lightbox img {padding: 50px 150px;}
    
    #showgallery { height: 420px;}



}

@media (min-width:1400px) and (min-height:800px) {
    #weiche-kompass { width: 150px;}
    h5 {font-size: 40px;}
}

@media (min-height:1100px) {
    #weiche-kompass { width: 200px; }
}



@media(min-width:1650px){
    #container-header { width: 1400px;  }
    #inhalt-container { padding: 100px 0; }
    #inhalt { width: 1400px; margin: 0 auto;  }
    #footer  {  width: 1400px; margin: 0 auto; }
   
    #showgallery { height: 490px;}

    body {font-size: 20px;}

        h3 {font-size: 25px;}
    
    .uk-gallery-container .uk-slideshow-items {min-height: 80vh !important;}


}


