
/* ========================================================================
   Typos / Icons
 ========================================================================== */
 


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3af22b");

@font-face {font-family: 'FFPageSerifStdBold';src: url('../fonts/3AF22B_0_0.eot');src: url('../fonts/3AF22B_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3AF22B_0_0.woff2') format('woff2'),url('../fonts/3AF22B_0_0.woff') format('woff'),url('../fonts/3AF22B_0_0.ttf') format('truetype');}





@media (min-width: 960px) {
  html {
    font-size: 20px;
  }
}



.font-weight-regular, .regular {
  font-weight: 300;
}





.font-weight-strong, .strong, strong, b, .font-weight-bold, .uk-tooltip  {
  font-weight: 700;
}




.uk-panel >:last-child,
.uk-panel >:last-child > p {
 margin-bottom:0
}





.text-shadow {
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform {
  text-transform: uppercase !important;
}

.no-text-transform {
  text-transform: none !important;
}

p:last-child {
	margin-bottom: 0;
}

p .uk-link, p a {
	 text-decoration: underline;
}


.tm-toolbar-default .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
	color: rgba(255,255,255,1) !important;
}


.no-overflow-panel .uk-panel {
  overflow: hidden !important;
}

.no-overflow {
  overflow: hidden !important;
}



/* ========================================================================
   Close
 ========================================================================== */


.uk-modal-dialog .uk-close {
	color: #FFF;
}
 
.uk-modal-dialog .uk-close:hover {
	color: rgba(16, 182, 164, 1);
}


/* ========================================================================
   Check List
 ========================================================================== */

ul.checked-list {
 list-style: none;
 padding: 0;
   font-family: 'MontBold';
}

ul.checked-list li {
padding-left: 30px;
position: relative;
}



ul.checked-list > li::before {
content: ">";
margin-left: -30px;
  padding-right: 22px;
}


ul.checked-list li + li {
margin-top: 25px;
}

.price-card  ul.checked-list li + li,
ul.checked-list.no-margin li + li  {
margin-top: 0;
}



/* ========================================================================
   Headlines
 ========================================================================== */


@media (max-width:639px) {
.hyphens-auto {
	hyphens: auto;
}
}



@media (min-width: 960px) {
.grid-header .uk-heading-small {
	font-size: 40px;
}
}

@media (min-width: 1200px) {
.grid-header .uk-heading-small {
	font-size: 48px;
}
}

/* ========================================================================
   Colors
 ========================================================================== */

  .white,  .white h1,  .white h2,  .white h3, .white h4, .white h5, .white p  {
  color: rgba(255, 255, 255, 1) !important;
}


 .red {
  color: rgba(220, 40, 30, 1) !important;
}

 .brown {
  color: rgba(175, 105, 30, 1) !important;
}

 .light-brown {
  color: rgba(215, 185, 160, 1) !important;
}

 .light-brown2 {
  color: rgba(215, 185, 160, 1) !important;
}

 .purple {
  color: rgba(75, 35, 85, 1) !important;
}

 .beige {
  color: rgba(220, 190, 120, 1) !important;
}

 .light-beige {
  color: rgba(210, 190, 140, 1) !important;
}



 .pink {
  color: rgba(115, 5, 5, 1) !important;
}

 .yellow {
  color: rgba(254, 237, 203, 1) !important;
}


 .black {
  color: rgba(0, 0, 0, 1) !important;
}

 .grey {
  color: rgba(150, 150, 150, 1) !important;
}

 .light-grey {
  color: rgba(205, 205, 205, 1) !important;
}

 .bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

 .bg-red {
  background-color: rgba(220, 40, 30, 1) !important;
}

 .bg-brown {
  background-color: rgba(175, 105, 30, 1) !important;
}

 .bg-light-brown {
  background-color: rgba(215, 185, 160, 1) !important;
}

 .bg-light-light-brown {
  background-color: rgba(215, 185, 160, 0.5) !important;
}

 .bg-light-brown2 {
  background-color: rgba(200, 180, 160, 1) !important;
}

 .bg-purple {
  background-color: rgba(75, 35, 85, 1) !important;
}

 .bg-beige {
  background-color: rgba(220, 190, 120, 1) !important;
}

 .bg-light-beige {
  background-color: rgba(210, 190, 140, 1) !important;
}


 .bg-light-light-beige {
  background-color: rgba(220, 190, 120, 0.5) !important;
}


 .bg-pink {
  background-color: rgba(255, 219, 217, 1) !important;
}

 .bg-black {
  background-color: rgba(0, 0, 0, 1) !important;
}

 .bg-light-grey {
  background-color: rgba(205, 205, 205, 1) !important;
}


 .bg-yellow {
  background-color: rgba(254, 237, 203, 1) !important;
}


/* ========================================================================
   SVG Fill Class
 ========================================================================== */




 .svg-fill-red svg,
  svg .branding-color {
  fill: #dc281e !important;
}

 .svg-fill-white svg,
 .svg-fill-white svg .branding-color {
  fill: #FFF !important;
}

 .svg-fill-sand svg {
  fill: #d8c9b5 !important;
}


 .svg-fill-stone svg {
  fill: #94a4a1 !important;
}


 .svg-fill-black svg {
  fill: #000 !important;
}




/* ========================================================================
   marker
 ========================================================================== */

.text-marker {
  background-color: rgba(255, 255, 255, 1);
  display: inline;
  padding: 2px;
}



/* ========================================================================
   Logo
 ========================================================================== */

.tm-header .uk-logo img,
.tm-header .uk-logo svg,
.tm-header .uk-sticky-below .uk-logo img {
  height: 50px;
  width: inherit;
}



@media (min-width:960px) {
.tm-header .uk-logo img,
.tm-header .uk-logo svg {
  height: 100px;
}
}


.tm-header .uk-sticky-below .uk-logo svg,
.tm-header .uk-sticky-below .uk-logo img {
  height: 50px;
}




.branding-color-group-1{fill-rule:evenodd;clip-rule:evenodd;fill:#10B6A4;}
.branding-color-group-2{fill-rule:evenodd;clip-rule:evenodd;fill:#86D8CF;}
.branding-color-group-3{fill-rule:evenodd;clip-rule:evenodd;fill:#018BC1;}
.branding-color-group-4{fill-rule:evenodd;clip-rule:evenodd;fill:#1D1D1B;}
.branding-color-group-5{fill-rule:evenodd;clip-rule:evenodd;fill:#67B9DA;}
.branding-color-group-6{fill-rule:evenodd;clip-rule:evenodd;fill:#F44C59;}



.branding-background-color-red .branding-color-group-6{fill:#FFF !important;}


.uk-logo.stroke-white [class*=branding-color-group]{
stroke: #fff;
stroke-width: 4px;
}

.uk-logo.stroke-black [class*=branding-color-group]{
stroke: #000;
stroke-width: 4px;
}

.uk-logo.stroke-green [class*=branding-color-group]{
stroke: #10b6a4;
stroke-width: 4px;
}


.uk-logo.fill-none [class*=branding-color-group]{
fill:none !important;
}


.uk-logo.fill-white [class*=branding-color-group]{
fill:#FFF !important;
} 


.projekte .uk-navbar-transparent.uk-light .uk-logo [class*=branding-color-group]{
fill:#FFF !important;
stroke-width: 4px;
    stroke:#000;
    mix-blend-mode:lighten;
    stroke-opacity:1;
}






/* ========================================================================
   Quick Menu
 ========================================================================== */
@media (max-width: 959px) {
.slideshow-flexbox .uk-slideshow-items,
.slideshow-flexbox.flex .uk-slideshow-items {
	min-height: 400px !important;
}
}



@media (min-width: 960px) {
.slideshow-flexbox.flex .uk-slideshow-items {
min-height: calc(50vh - 70px) !important;
}
}

.slideshow-flexbox .uk-position-cover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: transform;
}

.slideshow-flexbox .uk-position-cover:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.slideshow-flexbox .uk-position-cover .el-overlay {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}





.slideshow-flexbox .uk-position-cover .el-overlay .el-title:after {
 -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;	
  width: 0;
  height: 3px;
  margin-top: 0;
  content: "";
  display: table;
  background-color: transparent;
}



.slideshow-flexbox .uk-position-cover:hover .el-overlay .el-title:after {
	width: 100%;
}


.slideshow-flexbox .uk-position-cover .el-overlay .el-title.uk-text-primary:after,
.slideshow-flexbox .uk-position-cover .el-overlay .el-title:after,
.slideshow-flexbox .uk-position-cover .el-overlay .el-title.uk-text-emphasis:after  {
   background-color: #dc281e;
}


.slideshow-flexbox .uk-position-cover .el-overlay .el-title.uk-text-muted:after {
   background-color: #fff;
}







/* ========================================================================
   Grid
 ========================================================================== */
@media (max-width: 959px) {
.uk-padding-remove-horizontal.uk-container-expand-left,
.uk-padding-remove-horizontal.uk-container-expand-right {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
}


/* ========================================================================
   Grid
 ========================================================================== */

.uk-margin-minus-large-top img,
.uk-margin-minus-large-top svg {
	margin-top: -50px !important;
}

@media (min-width: 960px) {
.uk-margin-minus-large-top img,
.uk-margin-minus-large-top svg {
	margin-top: -70px !important;
}
}

@media (min-width: 1200px) {
.uk-margin-minus-large-top img,
.uk-margin-minus-large-top svg {
	margin-top: -100px !important;
}
}

/* ========================================================================
   Header
 ========================================================================== */

.tm-header > div:not(.uk-sticky-below)> .uk-navbar-container,
.tm-header .uk-sticky-below > .uk-navbar-container {
 padding-top:20px;
 padding-bottom:20px
}


@media (min-width: 960px) {
.tm-header div:not(.uk-sticky-below) > .uk-navbar-container {
 padding-top:50px;
 padding-bottom:50px
}
}



.uk-sticky-fixed .uk-navbar-transparent {
	box-shadow: 2px 2px 25px 0 rgba(0,0,0,.3);
}


.uk-sticky-fixed .uk-navbar-transparent.uk-dark {
	background: #fff;
}

.uk-sticky-fixed .uk-navbar-transparent.uk-light {
	background: #dc281e;
}

/* ========================================================================
   Navbar
 ========================================================================== */


.uk-navbar .uk-navbar-toggle svg {
width: 25px;
height: 25px;
}



@media (min-width: 960px) {

.uk-navbar .uk-navbar-toggle svg {
width: 40px;
height: 40px;
}

}



/* ========================================================================
   Header Icon Nav
 ========================================================================== */

.header-icon-nav svg {
stroke-width: 2;
}
/* ========================================================================
   Sprachauswahl
 ========================================================================== */

.mod-languages a {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 500px;
	color: #000;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .1s ease-in-out;
	transition-property: color,background-color,background-size,border-color,box-shadow;
	border: 2px solid #000;
	font-size: 15px;
	font-weight: 700;
}

.mod-languages a:hover {
	color: #dc281e;
	border-color: #dc281e;
}




.uk-light .mod-languages a:hover,
.uk-dropbar .mod-languages a:hover {
	background-color: #fff;
	color: #dc281e;
	border-color: #dc281e;
}

/* ========================================================================
   Nav
 ========================================================================== */


@media (max-width: 959px) {
.uk-nav-primary {
	font-size: 18px;
}
}

/* ========================================================================
   Cards
 ========================================================================== */

.uk-card-hover {
-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.15);
box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.15);
}


.uk-card-hover:hover {
-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
}

.uk-card.button {
	display: grid !important;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
max-height: 100%;
max-width: 250px;
}


@media (min-width: 960px) {
.uk-card.button  {
max-width: 350px;
}		
}


@media (max-width: 1119px) {
.uk-card.button .uk-h3  {
font-size: 1.2em;
}	
.uk-card.button .uk-h2  {
font-size: 1.8em;
}		
}
/* ========================================================================
   Toolbar
 ========================================================================== */

.tm-page {
display: flex;
flex-direction: column;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .tm-page > .tm-toolbar.uk-visible\@l {
    display: flex !important;
    order: -2;
    }
    

}



    .tm-page > .tm-header-mobile {
display: flex;
flex-direction: column;
order: -1;
}



.tm-toolbar {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	position: relative;
	background: rgba(255, 255, 255, 1);
	color: rgba(0, 40, 70, 1);
	font-family: 'Panton-Regular';
	line-height: 1;
}





.tm-toolbar .toolbar {
padding-left: 25px;
}

.tm-toolbar .toolbar a {
color: rgba(0, 40, 70, 1);
}

.tm-toolbar .toolbar a:hover,
.tm-toolbar .toolbar a:focus,
.tm-toolbar .toolbar a:active {
text-decoration: none;
color: rgba(130, 85, 255, 1);
}

.tm-toolbar .toolbar span.uk-icon {
padding-right: 5px;
}




/* ========================================================================
   Scrollbar
 ========================================================================== */

.tm-scrollbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: block;
}



.tm-scrollbar .uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: rgba(220, 40, 30, 1);
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transition-timing-function: ease;
 inherit;
  border-radius: 0;
  border: none;
}

.tm-scrollbar .uk-icon-button.biere {
  background-color: rgba(215, 185, 160, 0.8);
}

.tm-scrollbar .uk-icon-button.destillate {
  background-color: rgba(150, 150, 150, 0.8);
}

.tm-scrollbar .uk-icon-button.hosen-hell {
  background: rgba(220, 190, 120, 0.8);
}



.tm-scrollbar .uk-icon-button {
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.tm-scrollbar .uk-icon-button span {
	display: inline-block;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4em;
	padding-left: 15px;
	text-transform: uppercase;
	
}


.tm-scrollbar .uk-visible-small .uk-icon-button:nth-child(n+2) {
	border-left: 1px solid #FFF;
}




@media (min-width: 960px) {
	
.tm-scrollbar {
  margin-right: 0;
}


.tm-scrollbar .uk-icon-button {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 55px;
  border-radius: 0;
  border: none;
  color: rgba(255, 255, 255, 1);
  background: rgba(220, 40, 30, 1);
  padding: 10px;
  opacity: 1;
  
}

.tm-scrollbar .uk-icon-button span {
	display: block;
	padding-top: 10px;
	padding-left: 0;
	font-size: 14px;
	line-height: 18px;
		
}


/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbar .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  /* 2 */
  outline: none;
  transform: none;
  opacity: 1;
}


.tm-scrollbar .uk-icon-button  {
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.tm-scrollbar .uk-icon-button:nth-child(n+2) {
	margin-top: 15px;
}	
	
.tm-scrollbar {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 50%;
  width: 80px;
  padding-right: 0;

}

.tm-scrollbar .uk-icon-envelope {
	 font-size: 35px;
}	
	
}




@media (max-width: 959px) {
.tm-scrollbar .uk-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}	
}	




/* Tooltip */

.uk-tooltip {
background-color: #000;
}


/* ========================================================================
   Hidden
 ========================================================================== */
@media (max-width:959px) {
.remove-padding-large\@m .el-item > div div .uk-padding-large  {
padding: 0 !important;
}
}



/* ========================================================================
   Remove Padding
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}










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


.uk-link-text::before {
content: ">";
padding-right: 5px;
}



a.uk-link-text,
.uk-link-toggle .uk-link-text {
font-family: MontBold;
color: #dc281e;
}






/* ========================================================================
   Grid Stack / alignment change
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate:nth-child(2n) .product-image {
	order: -1;
}
.item-order-alternate:nth-child(2n) .product-image .uk-animation-slide-right {
animation-name:uk-fade,uk-slide-left;
}
.item-order-alternate:nth-child(2n) .product-content .uk-animation-slide-left {
animation-name:uk-fade,uk-slide-right;
}



.item-order-alternate-2:nth-child(2n) .product-content {
	order: -1;
}
.item-order-alternate-2:nth-child(2n) .product-content .uk-animation-slide-right {
animation-name:uk-fade,uk-slide-left;
}
.item-order-alternate-2:nth-child(2n) .product-image .uk-animation-slide-left {
animation-name:uk-fade,uk-slide-right;
}

}

/* ========================================================================
   Popover
 ========================================================================== */



.popover a.uk-marker::before {
	width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  text-decoration: none !important;
}

.popover.numbers a.uk-marker:hover {
  text-decoration: none !important;
}

.popover.numbers > div div.uk-dark:nth-of-type(1) a.uk-marker::before {
	content: "01";
}

.popover.numbers > div div.uk-dark:nth-of-type(3) a.uk-marker::before {
	content: "02";
}

.popover.numbers > div div.uk-dark:nth-of-type(5) a.uk-marker::before {
	content: "03";
}

.popover.numbers > div div.uk-dark:nth-of-type(7) a.uk-marker::before {
	content: "04";
}

.popover.numbers > div div.uk-dark:nth-of-type(9) a.uk-marker::before {
	content: "05";
}

.popover.numbers > div div.uk-dark:nth-of-type(11) a.uk-marker::before {
	content: "06";
}

.popover.numbers > div div.uk-dark:nth-of-type(13) a.uk-marker::before {
	content: "07";
}

.popover.numbers > div div.uk-dark:nth-of-type(15) a.uk-marker::before {
	content: "08";
}

.popover.numbers > div div.uk-dark:nth-of-type(17) a.uk-marker::before {
	content: "09";
}

.popover.numbers > div div.uk-dark:nth-of-type(19) a.uk-marker::before {
	content: "10";
}

.popover.numbers .uk-marker > svg {
	display: none;
}




@media (max-width: 639px) {


.popover .uk-marker {
	padding: 0;
	
}

.popover a.uk-marker::before {
	width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
}



/* ========================================================================
   Wochenkarte
 ========================================================================== */





@media (min-width: 1200px) {
  .weekly-pass .uk-padding-large {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}


/* ========================================================================
   Formular
 ========================================================================== */

.rsform * + .uk-grid-margin, .rsform .uk-grid + .uk-grid, .rsform .uk-grid > .uk-grid-margin {
	margin-top: 20px;
}


@media (max-width: 959px) {
.rsform .formContainer .uk-grid > [class*=uk-width-] + [class*=uk-width-] {
margin-top: 20px;
}
}


.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
}

.uk-form-stacked .uk-form-label {
	display: flex;
	margin-bottom: 5px;
}


.reservierungsformular .rsform-block-location-finder {
	position: absolute;
	right: 0;
	top: -5px;
	margin: 0 !important;
}

.reservierungsformular .uk-grid > div {
	position: relative;
}


.rsform-calendar-button.uk-button,
.rsform-captcha-refresh-button.uk-button {
	height: 40px !important;
	background-color: #000;
	border: none;
	color: #fff;
}



.uk-input, .uk-select, .uk-textarea {
	color: rgba(0, 0, 0, 1);
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 0.85em;
}


.reservierungsformular .rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: none;
	overflow: hidden;
	margin: 0 !important;
	background: rgba(220, 40, 30, 1);
}

.reservierungsformular .rsformProgressBar {
	height: 4px;
	background: rgba(0, 0, 0, 1);
}

.reservierungsformular .rsform-block-location-exklusive  {
	margin-top: 0 !important;
}


.reservierungsformular .rsform-submit-button {
	float: right;
	display: block;
}


.reservierungsformular .rsform-button-prev, .reservierungsformular .rsform-button-next {
	float: left;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	color: #FFF;
}

/* ========================================================================
   IMG Caption
 ========================================================================== */

.wf_caption > img + span {
	color: rgba(150,150,150,1);
  font-style: italic;
  padding-top: 10px;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.2;
}


/* ========================================================================
   Subnav Pill
 ========================================================================== */

.uk-subnav > * > a{
	margin: 10px 0;
}




/* ========================================================================
   To Top Scroller
 ========================================================================== */

.uk-totop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 20px;
	position: relative;
	top: -20px;
	box-sizing: border-box;
}



/* ========================================================================
   Header
 ========================================================================== */

.header .uk-card-body {
	padding: 15px 15px;
}

@media (min-width: 960px) {
.header .uk-card-body {
	padding: 40px 40px;
}
}

.header .uk-card {
	right: 0;
}

@media (min-width: 640px) {
.header .uk-card  {
	max-width: 1400px;
    margin-left: auto;
  margin-right: auto;
  display: flow-root;
  box-sizing: content-box;
}
}

@media (min-width: 640px) {
.header .uk-card .el-title  {
max-width: 500px;
}
}
/* ========================================================================
   Panel / alignment change
 ========================================================================== */

@media (max-width: 959px) {
.order-change\@m > div > div:nth-child(2n)  {
	order: -1;
}
}




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



footer .social-icons .uk-icon {
color:#FFF;
} 

.footer-subnav ul.uk-subnav {
 justify-content:center;
}


@media (max-width: 959px) {
.footer-subnav.uk-section-xsmall {
padding-bottom: 60px;
}
.footer .uk-subnav > * {
	height: 30px;
}
}



footer .uk-nav-default li.uk-active {
	font-weight: 700;
}



/* ========================================================================
   Altersverifikation
 ========================================================================== */





.ebox-yn-text {  margin-bottom: 25px;}



.ebox-ys-btn {
    margin: 0;
    padding: 15px;
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: "FFPageSerifStdBold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); 
    border: solid 1px rgba(100, 100, 100, 0); }

.ebox-ys-btn {
	border-radius: 3px;
	display: inline-block;
	padding: .8em 2.6em !important;
	margin: 1em !important;
	line-height: 1;
	text-decoration: none !important;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.ebox-ys-btn:not(:first-child) { 
    border: solid 1px rgba(100, 100, 100, 1);}

.ebox-ys-btn {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}

.ebox-ys-btn:hover, .ebox-ys-btn:active  {
      -webkit-transform: scale(1.1);
  transform: scale(1.1);
    
}

.ebox-ys-subtext {    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: none;  
    opacity: 1 !important;}



.ebox-ys-footer img {
  max-width: 50px !important;
  width: 100%;
}

.rstbox {
	font-size: 1em;
	line-height: inherit;
}

img.age-verification-logo {
	max-width: 200px !important;
	width: 100%;
}


@media (min-width: 960px) {
  img.age-verification-logo {
    max-width: 400px !important;
  }
}

@media (min-width: 960px) {
  .ebox-ys-footer img {
    max-width: 80px !important;
    width: 100% !important;
  }
}



/* ========================================================================
   Cookiehub
 ========================================================================== */

.ch2-block {
	background: rgba(220, 40, 30, 0.9) !important;
}