/* Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); 

@font-face {
	font-family:'Roboto';
}
*/

@font-face {
font-family: 'Arial MT Extra Bold';
font-style: normal;
font-weight: normal;
src: local('Arial MT Extra Bold'), url('../fonts/arial-mt/ARIALMTEXTRABOLD.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Light';
font-style: normal;
font-weight: normal;
src: local('Arial MT Light'), url('../fonts/arial-mt/ARIALMTLIGHT.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Medium';
font-style: normal;
font-weight: normal;
src: local('Arial MT Medium'), url('../fonts/arial-mt/ARIALMTMEDIUM.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Extra Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Extra Bold Italic'), url('../fonts/arial-mt/ARIALMTEXTRABOLDITALIC.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Light Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Light Italic'), url('../fonts/arial-mt/ARIALMTLIGHTITALIC.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Medium Italic'), url('../fonts/arial-mt/ARIALMTMEDIUMITALIC.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Black Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Black Italic'), url('../fonts/arial-mt/arialmtblackitalic.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Italic'), url('../fonts/arial-mt/ARIALMTITALIC.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Bold';
font-style: normal;
font-weight: normal;
src: local('Arial MT Bold'), url('../fonts/arial-mt/ARIALBOLDMT.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Bold Italic'), url('../fonts/arial-mt/ARIALBOLDITALICMT.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Narrow Regular';
font-style: normal;
font-weight: normal;
src: local('Arial MT Narrow Regular'), url('../fonts/arial-mt/ARIALMTNARROW.woff') format('woff');
}


@font-face {
font-family: 'Arial Rounded MT Regular';
font-style: normal;
font-weight: normal;
src: local('Arial Rounded MT Regular'), url('../fonts/arial-mt/ARIALROUNDEDMT.woff') format('woff');
}


@font-face {
font-family: 'Arial Rounded MT Bold Regular';
font-style: normal;
font-weight: normal;
src: local('Arial Rounded MT Bold Regular'), url('../fonts/arial-mt/ARLRDBD.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Narrow Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Narrow Italic'), url('../fonts/arial-mt/ARIALMTNARROWITALIC.woff') format('woff');
}


@font-face {
	font-family: 'ArialMT Regular';
	font-style: normal;
	font-weight: normal;
	src: local('ArialMT Regular'), url('../fonts/arial-mt/arialmt.woff') format('woff');
}


@font-face {
	font-family: 'Arial MT Black Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial MT Black Regular'), url('../fonts/arial-mt/ARIALMTBLACK.woff') format('woff');	
}


@font-face {
font-family: 'Arial Rounded MT Light';
font-style: normal;
font-weight: normal;
src: local('Arial Rounded MT Light'), url('../fonts/arial-mt/ARIALROUNDEDMTLIGHT.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Narrow Bold';
font-style: normal;
font-weight: normal;
src: local('Arial MT Narrow Bold'), url('../fonts/arial-mt/ARIALMTNARROWBOLD.woff') format('woff');
}


@font-face {
font-family: 'Arial MT Narrow Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Arial MT Narrow Bold Italic'), url('../fonts/arial-mt/ARIALMTNARROWBOLDITALIC.woff') format('woff');
}


@font-face {
font-family: 'Arial Rounded MT ExtraBold';
font-style: normal;
font-weight: normal;
src: local('Arial Rounded MT ExtraBold'), url('../fonts/arial-mt/ARIALROUNDEDMTEXTRABOLD.woff') format('woff');
}

@font-face {
	font-family: 'Adobe Garamond Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Adobe Garamond Pro Regular'), url('../fonts/adobe-garamond/AGaramondPro-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Adobe Garamond Pro Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Adobe Garamond Pro Italic'), url('../fonts/adobe-garamond/AGaramondPro-Italic.woff') format('woff');
}

@font-face {
	font-family: 'Adobe Garamond Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Adobe Garamond Pro Bold'), url('../fonts/adobe-garamond/AGaramondPro-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Adobe Garamond Pro Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Adobe Garamond Pro Bold Italic'), url('../fonts/adobe-garamond/AGaramondPro-BoldItalic.woff') format('woff');
}

html,body{
	width:100%;
	padding:0;
	margin:0;
}

body{
	font-family:'Arial MT Light';
	font-size:16px;
}

section{
	margin-top:30px;
}

form{
	width:100%;
}

.preloader{
	width:100%;
	height:100%;
	background:#000 url(/files/agb_thema/resources/images/ajax-loader.gif) no-repeat center center;
    z-index: 99999;
    opacity: 0.8;
    position: fixed;
    left:0;
    top:0;
}
.preload-text{
	position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.page-popup section{
	margin-top:0;
	margin-bottom:0;
	padding:0;
}

.page-popup .container{
	max-width: 100%;
    padding-right: 0;
}

.container-override .container{
	max-width: 86%;
}

.page-popup .container .col-lg-8{
	text-align:right;
}

.page-popup .container .col-lg-8 img{
	width: 100%;
    height: auto;
}

h2{
	color:#222;
	font-family:'Arial MT Bold';
	font-size:32px;
	margin:20px 0;
	width:100%;
}

a{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	color:#999;
}
ul{
	list-style:none;
}
figure{
	margin:0;
	padding:0;
}
video{
	width:100%;
	height:auto;
	border-radius:15px;
}
.banner-video{
	
	border-radius:0;
}

/* Containers */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width:86%;
}

/* General definitions */
.blanker{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    opacity: 0.7;
}
.header-blanker{
	height: 215px;
    width: 100%;
    background: #000;
    opacity: 0.1;
    position: absolute;
}
.header-dark .header-blanker{
	opacity: 0.3;
}
.headline-leafed h2{
	background:url(../images/leaf-icon-left89x100.png) no-repeat left top;
	padding-left:100px;
	display:table;
	height:100px;
	width:100%;
}
.headline-leafed h2 span{
	display:table-cell;
	min-height:100px;
	vertical-align:middle;
}
.headline-leafed .leaf-spacer{
	padding-left:87px;
}
.adjust-left .leaf-spacer{
	padding-left:100px;
}
.leaf-negator .leaf-spacer{
	margin-top:-40px;
}

.bg-cream{
	background-color:#FDEFD9;
}
.bg-cream-gradient{
	background:url(../images/hg-verlauf.png) no-repeat;
	background-size:cover;
}
.bg-coin{
	background:url(../images/bg-coin.png) no-repeat;
	background-size:cover;
}
.cursor-pointer{
	cursor:pointer;
}
.success{
	margin-bottom: 0;
    color: #339933;
    font-size: 14px;
}
.error{
	color:#993333;
	font-weight:900;
}
.loader{
	background:#333 url('../images/ajax-loader.gif') center center no-repeat;
	opacity:.65;
	position:absolute;
	top:0;
	left:-10%;
	width:120%;
	z-index:2;
	display:none;
}
.btn-primary{background-color:#4c6cb0;}
.btn-primary:hover{
	background-color:#fdefd9;
	border-color:#4c6cb0;
	color:#000;
}
.frame-centered{
	position: absolute;
	width:500px;
	height:96%;
    top: 2%;
    left: calc(50% - 250px);
    text-align: center;
    z-index: 1000;
    background: #fff;
}
.frame-centered iframe{
	width:100%;
	height:100%;
}
.blanker-closer{
	position: absolute;
	width:24px;
	height:24px;
	top:10px;
	right:10px;
	z-index:1001;
	background:url(../images/invalid.png) no-repeat;
	background-size: cover;
	cursor:pointer;
}
body{
	max-width:100% !important;
}
/* Header navigation */
#header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
#header .container{
	max-width: 98%;
}

/* Header - logo */
#header .header-logo{
	width: 200px;
    float: left;
    position: relative;
}
#header .wrapper-social-nav{
	width: calc(100% - 200px);
    float: right;
    margin-top: 30px;
    padding-right: 90px;
}
#header .header-logo .language-nav{
	position: absolute;
    top: 10px;
    width: 200px;
    display: block;
    text-align: center;
    color:#fff;
}
#header .header-logo .language-nav a{
	color:#fff;
}

/* Header - Navigation */
#header .nav-wrapper{
    width: 100%;
    float: none;
    margin-top: 0;
    padding-right: 0;
}
#header .nav-wrapper .minicart, #header .nav-wrapper .member-opt{display:none;}
#header .navbar{
	text-align: center;
	margin-top: 85px;
	padding:0;
}
#header .navbar .nav-item{
	padding: 0;
	padding-left:15px;
}
#header .navbar .navbar-collapse .navbar-nav>.nav-item{padding-left:5px;}
#header .navbar .nav-item:first-child{
	padding-left:0;
}
#header .navbar .navbar-nav > .is-active{
	background:url(../images/menu-leaf-white45x54.png) no-repeat right center;
	background-size:contain;
    padding-right:50px;
}
.dropdown:hover{
	background:#fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.dropdown strong{cursor:pointer;}
.dropdown:hover>.nav-link{
	color:#000!important;
}
.is-active:hover>.nav-link{
	color:#fff!important;
}
#header .navbar .navbar-nav > .is_active:hover{
	background:#fff url(../images/menu-leaf-white45x54.png) no-repeat right center;
}
.dropdown:hover>.dropdown-menu, .dropdown-item:hover>.dropdown-menu{
	display:block;
}
#header .navbar .navbar-nav .dropdown-toggle::after {
	content:'';
	display:none;
}
#header .navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size:18px;
	text-decoration:none;
}
#header .navbar-light .navbar-nav > .dropdown > .nav-link.parent:hover, #header .navbar-light .navbar-nav > .show{
	background:#fff;
	color:#000;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#header .navbar-light .navbar-nav > .show > .nav-link{
	color:#000;
}
#header .navbar-light .navbar-nav > .dropdown .dropdown-menu{
	margin:0;
    padding:0;
    border:none;
    /*
    border-radius:0;
    border-bottom-left-radius: 10px;
    */
    border-radius:10px;
    border-top-left-radius:0;
}
#header .navbar-light .navbar-nav > .dropdown > .dropdown-menu{
	opacity:0.92;
}
#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item{	
	padding:0 20px 0 40px;
}
#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item:hover{	
	background:rgba(0,0,0,0.3);
	position:relative;
}
#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item:last-child:hover{
	border-bottom-left-radius:10px;
}
#header .navbar-light .navbar-nav > .dropdown > .dropdown-menu > .dropdown-item:hover > a::before{
	content:url(../images/leaf-minor24x27.png);
	width:24px;
	height:27px;
	position:absolute;
	top:4px;
	left:18px;
}
#header .navbar-light .navbar-nav > .dropdown > .dropdown-menu > .dropdown-item > .dropdown-menu > .dropdown-item:hover > a::before{
	content:url(../images/leaf-minor24x27.png);
	width:24px;
	height:27px;
	position:absolute;
	top:4px;
	left:18px;
}
#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item .dropdown-menu{
	left:100%;
	top:0;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item .nav-link{
	font-size:16px;
	color:#000;
}
#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item .nav-link{
}
#header .bg-light {
    background-color:unset!important;
}
#header .bg-light .navbar-collapse{
	position:absolute;
	top:0;
	right:10px;
}
#header .bg-light .navbar-collapse ul li{
	line-height:40px;
	padding-left:15px;
}
#header .navbar-light .redDot {
	color: #DE2C33;
	position: relative;
	text-transform: capitalize;
	margin-left: 30px;
}
#header .navbar-light .redDot::before {
	content: '';
	height: .65em;
	width: .65em;
	background: currentColor;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -.65em;
	transform: translateY(-50%);
}
#header .navbar-toggler{background-color:#fdefd9;}
#header .social-media{
	text-align: right;
    margin-top: 0;
    margin-right: 15px;
    width: auto;
    float: right;
}
#header .social-media-inner{
	display:inline-block;
	background:#fff;
	opacity:0.9;
	border:1px solid #fff;
	border-radius:5px;
	padding: 0 14px;
	float: left;
    width: 170px;
}
#header .social-media a{
	color:#999;
	font-size:24px;
	padding:2px 5px;
}
#header .social-media .fa, 
#header .social-media .fab, 
#header .social-media .fad, 
#header .social-media .fal, 
#header .social-media .far, 
#header .social-media .fas {
	line-height:unset!important;
}
#header .mod_search{
	margin-top:2px;
	display:none;
	margin-right: 15px;
}
#header .header-searchform .form-control{
	margin-right: 4px;
    /* float: left; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 177px;
    display: inline-block;
    color: #999;
    height: 35px;
}
#header .header-searchform .btn-primary{
	/*margin-left: 0px;*/
	float: right;
	margin-bottom: 2px;
    padding: 7px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -5px;
	background: #fff;
	opacity: 0.9;
	border:0;
	height:35px;
}
#header .header-searchform .btn-primary .fas{
	color:#999;
}
.nav-link {
        display: inline;
	}
/* Content */
.banner{
	position:relative;
	z-index:50;
}
.banner .slide-wrapper .banner-image .image_container img{width:100%;}
.banner-text{
	position:absolute;
	left: 25%;
    top: 35%;
    color:#fff;
    width: 55%;
}
.banner-text h2 {
	font-family:'Adobe Garamond Pro Italic';
	color:rgba(255,255,255,255);
	font-size:72px;
	letter-spacing: 1px;
    margin: 5px;
    font-weight: 100;
    text-shadow:3px 0 #333;
}
.banner-text p {
	font-family:'Adobe Garamond Pro Bold Italic';
	color:rgba(255,255,255,255);
	font-size:72px;
	letter-spacing: 1px;
    margin: 5px;
    text-align:right;
    text-shadow:3px 0 #333;
}
.banner .header-timetable{
	position:absolute;
	right:0;
	bottom:0;
	border-top-left-radius: 10px;
    opacity: 0.82;
    z-index:10;
    padding:10px 20px 0 20px;
    font-size:14px;
}
.banner .header-timetable strong{
	font-family:'Arial MT Bold';
	font-size:15px;
	padding-top: 5px;
	display: inline-block;
}
.banner .header-timetable .ce_text{
	padding:0;
}
.banner .header-timetable .ce_text ul{
	margin: 0;
    padding: 0 20px;
}
.youtube-1col-50ps{
	margin-top:40px;
}
.event-timeline .slick-prev, .event-timeline .slick-next {
	top:30%;
}
.slick-prev:before, .slick-next:before {
	color:#000;
}
.slider-control{
	display:none;
}
.event-wrapper{
	position:relative;
}
.event-item{
	margin:40px 0;
}
.event-item div img{
	width:100%;
	height:auto;
	max-width:unset;
}
.event-item .image-container{
	width:35%;
	float:left;
}
.event-item .info-container{
	width:62%;
	float:right;
}

.event-timeline{
	margin-bottom:50px;
}
.event-bar .event-line{
    height:40px;
    background:url(../images/horizontal-line-40px.png) repeat-x;
    font-size:20px;
}
.event-bar{
	color:#000;
}
.event-bar .active i{
	color:#fff;
}
.event-bar .event{
	text-align:left;
}
.event-bar .active i{
	border: 1px solid #000;
    border-radius: 20px;
    font-size: 18px;
}
.event-bar .inactive .load-year{
	cursor:pointer;
}
.event-bar .event .event-line i{
	margin-top:10px;
	margin-left:6px;
}
.event-timeline .event-bar .slick-list .slick-track .slick-slide:first-child .event .event-line i{
	margin-left:0;
}

.vi-slider-wrapper{
	width:100%;
}
.vi-slider-wrapper .slide-item{
	padding:0 10px;
}
.vi-slider-wrapper .slide-item .image-container{
	width:100%;
	text-align:center;
}
.vi-slider-wrapper .slide-item .image-container{
	margin-top:10px;
}
.vi-slider-wrapper .slide-item .image-container a{
	text-decoration:none;
}
.vi-slider-wrapper .slide-item .image-container a:hover, .vi-slider-wrapper .slide-item .image-container a:visited, .vi-slider-wrapper .slide-item .image-container a:active, .vi-slider-wrapper .slide-item .image-container a:focus{
	text-decoration:none;
	border:0;
	outline: 0;
  -moz-outline-style: none;
}
.vi-slider-wrapper .slide-item .image-container img{
	width:auto;
	height:100%; 
	max-width:unset;
	margin:0 auto;
	border:2px solid #fff;
	border-radius:5px;
}
.slider-footer-text{
	font-family: 'Adobe Garamond Pro Bold Italic';
    color: #c9c1af;
    font-size: 72px;
    letter-spacing: 1px;
    margin: 5px;
    text-align: right;
    opacity:0.7;
}

.news-image-wrapper{
	position:relative;
	margin:4% 0;
}
.news-image-wrapper .news-image-content{
	transition: transform .35s;
}
.news-image-wrapper .news-image-content:hover{
	transform: scale(1.12);
}
.news-image-wrapper h3{
	position:absolute;
	z-index:2;
	text-align:center;
	width:100%;
	top:15px;
}
.news-image-wrapper h3 a{
	color:#fff;
	text-decoration:none;
	font-size:28px;
	font-family:'Arial MT Bold';
	text-shadow: 2px 0px #444;
}
.news-image-wrapper h3 a:hover{
	color:#fff;
	text-decoration:none;
}
.news-image-wrapper figure{
	text-align:center;
}
.news-image-wrapper figure img{
	width:100%;
}
.news-image-wrapper+.ce_text p{
	margin-top:20px;
}
.news-image-wrapper .more{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.news-image-wrapper .more a{
	padding:10px 45px;
	display:inline-block;
	border:3px solid #fff;
	border-radius:10px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	opacity:0.85;
}
.news-image-wrapper .more a:hover{
	opacity:0.95;
}

.newsletter-subscription{
	margin-top:0;
	padding:60px 0;
}
@media (min-width: 992px){
	.nl-subscription-form{
		margin-left:115px;
	}
	.nl-subscription-form .col-lg-3{
		display:inline-block;
		padding:0;
		max-width:23%;
	}
}
@media (max-width: 992px){
	.nl-subscription-form{
		margin-bottom:80px;
	}
}
.newsletter-subscription .explanation{
	padding:0 100px 10px 100px;
	margin-top:-35px;
}
.newsletter-subscription .form-control{
	display:inline-block;
}
.newsletter-subscription .btn{
	background:#333;
	border:1px solid #222;
	color:#FEEFDA;
	border-radius:7px;
	text-transform:uppercase;
	width:90%;
	transition:0.5s;
}
.newsletter-subscription .btn:hover{
	background:#1768AB;
}
.formValidationCode {
    display: none;
}
.align-vertically-mid{
	width: 50%;
    margin: 150px 25%;
    position: fixed;
    background: #fff;
    padding: 20px;
    opacity: 1;
}
#viCodeTimer{padding-left:10px;}


/* vi-shop */
.minicart{
	    width: 35px;
    height: 35px;
    display: block;
    background: url(../images/cart_white.svg) no-repeat;
    line-height: 30px;
    z-index: 20;
    color: #1C68AD!important;
    font-size: 12px!important;
    font-family: 'Arial MT Bold';
    text-decoration: none;
    text-align: center;
    float: left;
    margin: 0 5px;
    padding: 1px 0 0 8px!important;
}
.member-opt{
	width: 25px;
    height: 25px;
    display: block;
    background: url(../images/account_white.svg) no-repeat;
    line-height: 30px;
    z-index: 20;
    color: #FDEFD9!important;
    font-size: 12px!important;
    font-family: 'Arial MT Bold';
    text-decoration: none;
    text-align: center;
    padding: 0;
    float: left;
    margin: 0 5px;
    margin-top: 5px;
    margin-right:10px;
}

.order-details-toggle{cursor:pointer;}
.order-details{display:none;}
.order-details-wrapper{padding:0 80px 20px 80px;}
.mod_lostPassword{
	margin: 0 auto;
    padding: 30px 0;
    height: 100%;
    overflow: visible;
}

.flockler-carousel_v2-items[tabindex="0"]:focus{
	outline:none;
}

.shop-category-navigation{
	width:100%;
	background: #1C68AD;
    margin: 0 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.shop-category-navigation ul{
	margin:0 auto -2px auto;
	padding:0;
	color:#fff;
    font-size:14px;
    display:inline-block;
    flex-direction: row;
    width: fit-content;
}
.shop-category-navigation ul li{
	display:inline-block;
	padding: 8px 10px 10px 10px;
}
.shop-category-navigation ul li a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
.shop-category-navigation ul .shop-cat-active-item{
	background: #FDEFD9;
	font-family: 'Arial MT Bold';
	color:#1C68AD;
}
.featured-item .image-wrapper{
	border:1px solid #ccc;
}
.featured-item .text-left{
	margin-top:10px;
}
.featured-item h3{
	font-size:16px;
}
.shop-category-standard-text h2{
	text-align:center;
}
.vi-shop-category{
	border:1px solid #F9F2DE;
	position:relative;
}
.vi-shop-category .category-image{
	width:100%;
    height:360px;
    background-size:cover!important;
    transition: transform .35s;
}
.vi-shop-category .category-image:hover{
	transform: scale(1.08);
}
.vi-shop-category .shop-cat-title{
	position: absolute;
    bottom: 10px;
    left: 10%;
    width: 80%;
    text-align: center;
    background: #fff;
    opacity: .6;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border: 2px solid #ccc;
    border-radius: 10px;
    transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.vi-shop-category .shop-cat-title:hover{
	opacity:0.8;
}
.vi-shop-category .shop-cat-description{
	padding:5px 20px;
}
.shop-cart-text{
	line-height:80px;
}
.shop-cart-text input{
	line-height: 18px;
    width: 40%;
}
.shop-cart-text .btn{
	text-indent:-9999px;
	background:url(../images/cart-update.png) no-repeat;
	width: 32px;
    height: 32px;
    background-size: cover;
}
.shop-cart-text .btn-delete{
	background:url(../images/cart-delete.png) no-repeat;
	background-size:cover;
}
.shop-cart-text .margin-left-negative{
	margin-left:-10px;
}
.shop-cart-headertext{
	font-family: 'Arial MT Bold';
}
.shop-cart-subtotal {
    font-family: 'Arial MT Bold';
    font-size: 18px;
}
.shop-cart-total{
	font-family: 'Arial MT Bold';
	font-size:24px;
}
.benutzerdetails-btn, .benutzerdetails-btn:visited{
	color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.shop-overview-label{
	display:inline-block;
	width:90px;
}
.image-large{
	width: 50%;
    float: left;
    height: 350px;
}
.image-small-wrapper{
	width: 50%;
    float: right;
    height: 400px;
}
.image-small-wrapper{
	height:400px;
	overflow:auto;
}
.image-small-wrapper .image-small{
	height: 190px;
    text-align: right;
    margin-top: 10px;
}
.image-small-wrapper .image-small:first-child{
	margin-top:0;
}
.image-small-wrapper .image-small img{
	height: 190px;
    padding: 5px 20px;
    border: 1px solid #1C68AD;
}
.price-ori{
	margin-left: 5px;
    opacity: .5;
    text-decoration: line-through;
}

/* Shop Listing */
.view-switcher{
	
}
.view-switcher a{	
	padding:0;
	padding-left:10px;
	font-size:32px;
	color:#212529;
}
.view-switcher .active{
	color:#697DAA;
}
.vi-shop-list-item{
	margin-top:20px;
}
.col-lg-4 .vi-shop-item-wrapper{
}
.col-lg-4 .vi-shop-item-wrapper h3{
	margin-top:10px;
    font-size:16px;
}
.col-lg-4 .vi-shop-item-wrapper h3 a{
	text-decoration:none;
	font-size:16px;
}
.col-lg-4 .vi-shop-item-wrapper .image-wrapper{
	border:1px solid #ccc;
	text-align:center;
}
.col-lg-4 .vi-shop-item-wrapper .text-left .item-teaser{
	display:none;
}
.col-lg-4 .vi-shop-item-wrapper .product-description{
	padding:16px;
}

.vi-shop-list-item.col-lg-12{
	border-top: 1px solid #697DAA;
    border-bottom: 1px solid #697DAA;
    padding-left:0;
    max-width: calc(100% - 40px);
    margin-left: 20px;
}
.col-lg-12 .vi-shop-item-wrapper{
	border-top:none;
	border-bottom:none;
}
.col-lg-12 .vi-shop-item-wrapper .image-wrapper{
	float:left;
}
.col-lg-12 .vi-shop-item-wrapper .text-left{
	float:left;
	margin-left:10px;
}
.col-lg-12 .vi-shop-item-wrapper .text-left .item-teaser{
	display:block;
}
.col-lg-12 .even{
	background-color:#FDEFD9;
}
.col-lg-12 .vi-shop-item-wrapper h3{
	text-align:left!important;
    padding:10px 10px 10px 0;
    margin-bottom: 0;
}
.col-lg-12 .vi-shop-item-wrapper h3 a{
	text-decoration:none;
	font-size:16px;
}
.col-lg-12 .vi-shop-item-wrapper .product-image{
	width:20%;
	float:left;
}
.col-lg-12 .vi-shop-item-wrapper .product-description{
	width:80%;
	float:right;
	padding:10px 0;
}
.size-select {
    margin: 10px 0 0 19px;
    display: inline-block;
    width: 125px;
}

/* Shop details */
.vishopsystem-quantity-widget{
	display:inline-block;
}
.vishopsystem-quantity-widget .btn{
	border: 1px solid #1C68AD;
    padding: 5px 0;
    width:40px;
    color: #1C68AD;
}
.vishopsystem-quantity-widget .vishopsystem-quantity-widget-quantity{
	border: 1px solid #1C68AD;
    padding: 5px 12px;
    width: 45px;
    margin: 0 -5px;
    color: #1C68AD;
    text-align: center;
}
.vishopsystem-quantity-widget .vishopsystem-quantity-widget-minus{
	border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.vishopsystem-quantity-widget .vishopsystem-quantity-widget-plus{
	border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.vishopsystem-quantity-widget input::-webkit-outer-spin-button,
.vishopsystem-quantity-widget input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.vishopsystem-quantity-widget input[type=number] {
  -moz-appearance: textfield;
}
.add-to-cart{
	margin-top:15px;
}
.add-to-cart .add-to-cart-btn{
	background: #1C68AD;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Arial MT Bold';
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #1C68AD;
    border-radius: 5px;
}

/* Barrel configurator */
.barrel-bg, .barrel-mask{
	background:url(../images/background_new_scaled.png) no-repeat;
	background-size:cover;
	width:500px;
	height:500px;
	position:absolute;
	top:0;
}
.barrel-bg{
	z-index:5;
}
.barrel-mask{
	z-index:10;
}
.barrel-bg .barrel-headline{
	background:#0057A7;
	position: relative;
	top: 30%;
	width: 100%;
	height: 15%;
	padding:2% 0;
	font-size: 200%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
.barrel-bg .barrel-content{
	position: relative;
	top: 30%;
	height:53%;
}
.barrel-bg .barrel-content .barrel-img{
	width:50%;
	float:left;
	height:100%;
	background-size: cover!important;
}
.barrel-bg .barrel-content .barrel-text{
	background-color:#FDC411;
	width:50%;
	float:right;
	height:100%;
	color:#0057A7;
}
.barrel-bg .barrel-content .barrel-text p{
	margin:0;
	padding:5px;
}

/* Google reCaptcha */
.g-recaptcha > div{width:100%!important; text-align:right;}

/* Search results */
.search-results .col-lg-12 .even{
	background:#fff;
}
.search-results .searchfield{
	width:auto;
	float:left;
}
.search-results .search-fields{
	float:left;
}
.search-results .search-options{
	float: left;
    padding-top: 10px;
}
.search-results .search-options .form-check{
	display: inline-block;
    float: left;
    margin:0 10px;
}
.search-results h3{
	font-size:18px;
}
.search-results .pagination p{
	display:inline-block;
}
.search-results .pagination ul{
	display:inline-block;
}
.search-results .pagination ul li{
	display:inline-block;
	padding:0 5px;
}


/* Registration & login */
.mod_login h2, .mod_registration h2{
	background:url(../images/leaf-icon-left45x51.png) no-repeat left top;
	height:51px;
	padding-left:55px;
}
/* Registration & login - password */
.pswd_info {
	list-style: none;
	margin: 5px 0px;
	padding: 0;
}
.pswd_info .invalid {
	padding-left: 20px;
	background:url(../images/invalid.png) no-repeat 0 50%;
	color:#993333;
}
.pswd_info .valid {
	padding-left: 20px;
	background:url(../images/valid.png) no-repeat 0 50%;   
	color:#3a7d34;
}
#password-strength-status {
	font-size:10px;
	padding: 5px 10px;
	color: #000000;
	border-radius: 4px;
	margin-top: 5px;
}
.veryweak-password {
	background-color: #FF0000;
}
.weak-password {
	background-color: #d35400;
}
.medium-password {
	background-color: #f39c12;
}
.average-password {
	background-color: #f1c40f;	
}
.strong-password {
	background-color: #229954;
}

/* Checkout */
.payment-container{display:none;}
.payment-container .telecash-container{
	width: 40%;
    float: left;
    text-align: right;
    padding-top:2px;
}
.payment-container .telecash-container .getway-telecash{
	width: 200px;
}
.payment-container #paypal-button-container{
	width: 55%;
    float: right;
}

/* Forms */
form .select-inline label{
	display:inline-block;
	line-height:38px;
	float:left;
}
form .select-inline label::after{
	content: ":";
}
form .select-inline select{
	width:auto;
	margin-left:10px;
	float:left;
}
form .field-float-left .g-recaptcha{
	float:left;
}

/* Footer */
#footer{
	background:#1768AB;
	color:#FDECDE;
	position:relative;
}
#footer .container{
	max-width: 68%;
	padding:40px 0;
}
#footer .container h3{
	font-family: 'Arial MT Bold';
	font-size: 28px;
}
#footer .container p, #footer .container a{
	color:#fff;
}
#footer .container a{
	font-size:14px;
	color:#FDECDE;
	text-decoration:none;
	line-height:24px;
}
#footer .container .mod_customnav{
	margin-top:15px;
}
#footer .container .mod_customnav a{
	line-height:30px;
}
#footer .container .contact{
	border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
}
#footer .container .contact:first-child{
	margin: 5px 0 15px 0;
}
#footer .container .contact .fas{
	font-size:20px;
	margin-right:10px;
}
.fa-phone {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#footer .container hr{
	border-top: 2px solid #FDECDE;;
}
#footer .container .timings{
	display:inline-block;
}
#footer .container .timings li{
	display: inline-block;
	margin: 0 0 0 14px;
	background: url(../images/menu-leaf-white45x54.png) no-repeat right center;
	background-size: 50px;
	padding-right: 60px;
	line-height: 48px;
}
#footer .container .timings li:last-child{
	background:none;
}

#footer .container img{
	width:unset;
}
#footer .container .font-heavy{
	font-weight:500;
	font-size:14px;
}
#footer .container .display-flex p{
	align-self:flex-end;
}
#footer .container .col-lg-6:first-child .height-85ps, #footer .container #c10{
	margin-top:100px;
}
#footer .container .contact-box{
	padding-left:0;
	font-size:14px;
}

#footer .social-media{
	text-align:center;
	display:inline-block;
	margin-right:10px;
}
#footer .social-media a{
	font-size:42px;
	padding:2px 10px;
}
#footer #TA_linkingWidgetRedesign51, #footer #TA_linkingWidgetRedesign125{
	display:inline-block;
}
#footer .widLNKSml a, #footer .widLNKSml a:visited{color:#000!important;}
.back-to-top{
	position:fixed;
	right:30px;
	bottom:400px;
	opacity:0.85;
	background: #FDEFD9;
    padding: 7px 9px;
    z-index:10;
    border-radius:25px;
}
.back-to-top:hover{
	opacity:1;
}

/* Iframe */
.page-popup .container .row{margin-right:0;}
/*changes in search bar*/

/* Cookie consent */
.cc-color-override-688238583.cc-window {
    display: none;
}
/* polling system */
.outlet-rating-headline h2{
	margin-bottom:-20px;
}
.outlet-rating-headline .leaf-spacer{
	padding-left: 101px;
}
.outlet-rating p{
	margin-bottom:0px;
}
.outlet-rating .outlet-rating-des{
	min-height:50px;
	display:flex;
	align-items: flex-start;
    justify-content: center;
    flex-direction:column;
}
.outlet-rating .outlet-rating-des .outlet-name{
	font-weight:bold;
}
.outlet-img{
	position: relative;
    display: flex;
    align-items: center;
    height:160px;
    overflow:hidden;
    margin-bottom:10px;
}
.outlet-img img{
    object-fit: cover;
}
.outlet-rating-submit{
	display:flex;
	align-items:end;
	justify-content:center;
}
.outlet-rating-submit .outlet-rating-btn{
	background: #1768AB;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.starability-basic{
    width: 100%;
    min-height:auto;
}
.star-rating{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    height: 100%;
}
.star-rating ul{
	padding-left:0px;
}
.star-rating .star{
	-webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    text-align:right;
}
.star-rating .star li{
	padding-right:5px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.star-rating .star li span{
	margin-top:-2px;
}
.star-rating .rating{
	-webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
.star-rating .rating li{
	padding:4px 0px;
}
.star-rating .votes{
	-webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}
.star-rating .votes li{
	padding-left:5px;
}
.progress-bar{
	background-color:#1768AB;
}
/* MEDIA QUERY */
/* Tabs */
@media (min-width:982px) and (max-width:1200px){
	/*
	#header .navbar .navbar-collapse .navbar-nav>.nav-item {
	    padding-left: 0px;
	}
	#header .navbar-light .navbar-nav .nav-link {
    	font-size: 14px;
	}
	#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item .nav-link {
		font-size: 14px;
	}
	*/
}
@media (max-width: 1199px){
	#header .wrapper-social-nav{
		padding-right:0;
	}
	#header .bg-light .navbar-collapse{
		padding:10px;
	}
	#header .bg-light .nav-link{
		font-size:16px!important;
	}
	.dropdown:hover{
		background: transparent;
    	border-top-left-radius: 0;
    	border-top-right-radius: 0;
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    	color:rgba(255,255,255,.7);
	}
	#header .navbar .navbar-collapse .navbar-nav>.nav-item{
		text-align:left;
		border-top: 1px solid #fff;
	}
	#header .navbar .navbar-collapse .navbar-nav>.nav-item:first-child{
		border-top:none;
	}
	#header .navbar-light .navbar-nav > .dropdown .dropdown-menu{
		border-radius:0;
		background:transparent;
	}
	#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item {
	    padding: 0 0px 0 15px;
	}
	#header .navbar-light .navbar-nav > .dropdown .dropdown-menu .dropdown-item .nav-link{
		color:#fff;
	}
	#header .navbar .navbar-nav > .is_active:hover{
		background:none;
	}
	#header .navbar-light .navbar-nav > .dropdown > .dropdown-menu > .dropdown-item > .dropdown-menu > .dropdown-item:hover > a::before{
		content:'';
	}
	#header .navbar-light .navbar-nav > .dropdown > .dropdown-menu > .dropdown-item:hover > a::before{
		content:'';
	}
}
@media (min-width:992px) and (max-width: 1199px){
	#header .navbar-toggler{
		position: absolute;
	    right: 15px;
	    top: 10px;
	}
	#header .bg-light .navbar-collapse {
	    position: absolute;
	    top: 50px;
	    right: 15px;
	    width: 98%;
	    background: #1C68AD;
	}
}
@media (max-width: 992px){
	/* General definitions */
	.header-dark .header-blanker{opacity:0;}
	#header .social-media .minicart, #header .social-media .member-opt{display:none;}
	#header .nav-wrapper .minicart, #header .nav-wrapper .member-opt{
		display:block;
		position: absolute;
    	top: -8px;
	}
	#header .nav-wrapper .minicart{
		right: 95px;
	}
	#header .nav-wrapper .member-opt{
		right:55px;
	}
	h2 {
		font-size:24px;
	}
	.headline-leafed h2 {
		padding-left:55px;
		background-size:44px;
		height:50px;
	}
	.headline-leafed h2 span {
		min-height:50px;
	}
	.headline-leafed .leaf-spacer {
    	padding-left:0;
	}
	.newsletter-subscription .explanation {
    	padding:0;
    	margin-top:0;
	}
	.newsletter-subscription .form-group {
    	padding-left:0;
	}
	/* Header */
	#header{
		background:#1C68AD;
		position:relative;
	}
	#header .container{
		max-width:100%;
		padding: 0;
		margin: 0;
	}
	#header .container .row{
		margin:0;
	}
	#header .container .row .col-lg-12{
		padding:0;
	}
	#header .container .row .col-md-3{
		padding:0;
	}
	#header .row .header-logo {
	    padding-left: 10px;
	    float: left;
	    position: relative;
	    width: 170px;
	    text-align: center;
	}
	#header .header-logo .language-nav{
		left: calc(50% - 98px);
    	font-size: 90%;
	}
	#header .social-media {
	    text-align: right;
	    margin-top: -15px;
	    margin-right: 15px;
    	width: auto;
	    float: right;
	}
	#header .nav-wrapper {
	    float: right;
	    margin-top: 30px;
	    padding-top: 25px;
	    padding-right: 0;
	    width: 100%;
	    height: 40px;
	    margin-right: 15px;
	}
	#header .navbar {
	    text-align: center;
	    margin-top: 0;
	    padding: 0;
	    width: 100%;
	}
	#header .navbar-toggler{
		position: absolute;
	    right: 0;
	    top: -10px;
	}
	#header .bg-light .navbar-collapse {
	    position: absolute;
	    top: 31px;
	    right: 0;
	    width: 100%;
	    background: #1C68AD;
	}
	/* Content */
	.event-item .image-container {
		width:100%;
	}
	.event-item .info-container {
		width:100%;
		margin-top:10px;
	}
	.newsletter-subscription .btn {
		width:100%;
		margin-top:10px;
	}
	.leaf-spacer p:first-child {
        padding-top: 24px;
    }
	
	
	/* Footer */
	#footer {
		/*margin-top:-80px;*/
		background:#234969;
	}
	#footer .container .col-lg-6:first-child .height-85ps, #footer .container #c10{
		margin-top:0;
	}
	#footer .container .col-md-12 .height-85ps {
		margin-top:10px;
	}
	#footer .container .col-md-12:last-child .height-85ps{
		display:block!important;
	}
	#footer .container .col-md-12:last-child .height-85ps .ce-center .ce-outer {
		float: left;
		left: 0;
		right:unset;
	}
	#footer .container .col-md-12:last-child .height-85ps .ce-center .ce-inner {
		right:unset;
	}
	#footer .container .col-md-12:last-child .height-85ps .pl-4{
		padding-left:0!important;
	}
	#footer .container .contact{
		text-align: center;
		width:95%;
	}
	#footer .container .timings li {
    padding-bottom: 65px;
    display: inline-block;
    margin: 0 0 9px 0px;
    background: url(../images/menu-leaf-white45x54.png) no-repeat bottom center;
    background-size: 40px;
    padding-right: 0;
    line-height: 31px;
    }
    #footer .container .timings {
    padding: 0;
    }
    #footer .container .timings li:last-child {
    background: none;
    padding: 0;
    }
    .slider-footer-text{
    	font-size: 42px;
    }
    .outlet-rating-headline h2{
		margin-bottom:0px;
	}
	
}

/* Mobile devices */
@media (max-width: 772px){
	#header {
	    background: #1C68AD;
	}
	
	.header-blanker{
		opacity:0;
	}
	#header .wrapper-social-nav {
	    padding-right: 0;
	    width: 100%;
	    position: absolute;
	}
	#header .social-media .minicart, #header .social-media .member-opt{display:none;}
	#header .nav-wrapper .minicart, #header .nav-wrapper .member-opt{
		display:block;
		position: absolute;
    	top: -8px;
	}
	#header .nav-wrapper .minicart{
		right: 115px;
	}
	#header .nav-wrapper .member-opt{
		right:75px;
	}
	#header .nav-wrapper {margin-right:0;}
	#header .navbar-toggler {margin-right:15px;}
	.banner, .banner .banner-image, .banner .banner-image img {
		height:100%;
	}
	.content-slider {
		height:100%;
	}
	.banner .header-timetable {
	    position: unset;
	    border-top-left-radius: 10px;
	    opacity: 1;
	    padding: 10px 20px 0 20px;
	    font-size: 14px;
	}
	#footer #TA_cdsratingsonlywide346{
		margin-top:20px;
	}
	#footer #TA_cdsratingsonlywide346 #CDSRATINGWIDGET346{
		width:100%!important;
		text-align:center;
		height:auto;
	}
	#footer #TA_cdsratingsonlywide346 .cdsROW .cdsROWContainer {
	    display: block;
	    width: 100%;
	    height: auto;
	    text-align: center;
	    line-height: unset;
	}
	#footer #TA_cdsratingsonlywide346 .cdsROW .cdsROWContainer .cdsComponent {
	    display: block;
	    height: auto;
	    vertical-align: unset;
	    max-width:100%!important;
	}
	#footer .container h3 {
		font-size:24px;
	}
	.banner-text h2{
		font-size: 45px;
	}
	.banner-text p {
		font-size: 39px;
	}
	.banner-text{
		left: 12%;
        top: 6%;
        width:70%
	}
	.leaf-spacer p:first-child{
		padding-top: 0px;
	}
	
	#article-53 {
        margin-top: 203px;
    }
    .slider-footer-text{
    	color: black;
    }
    #article-257:nth-child(4) {
        margin-top: 200px;
    }
    #article-233:nth-child(4) {
        margin-top: 200px;
    }
    #article-14:nth-child(4) {
        margin-top: 200px;
    }
	#article-15:nth-child(4) {
        margin-top: 200px;
    }
    #article-16:nth-child(4) {
        margin-top: 200px;
    }
    #article-17:nth-child(4) {
       margin-top: 200px;
    }
    #article-252:nth-child(4) {
       margin-top: 200px;
    }
    .payment-container .telecash-container{
		width: 100%;
	    float: none;
	    text-align: center;
	    padding-top: 0;
	}
	.payment-container .telecash-container .getway-telecash{
		width: 70%;
	}
	.payment-container #paypal-button-container{
		width: 100%;
	    float: none;
	}
}

/* Mobile devices */
@media only screen and (max-width: 550px){
	.slick-prev {
    left: -23px;
    }
    .slick-next {
    right: -23px;
    }
    .banner-text{
        left: 12%;
        top: 7%;
    }
    .banner-text h2{
        font-size: 30px;
    }
    .banner-text p{
    	font-size: 32px;
    }
    section:nth-child(3){
		margin-top:0;
		
	}
	.leaf-spacer p:first-child{
		padding-top: 0px;
	}
	.shop-category-navigation{
		margin: 0;
	}
	#footer .social-media{
		display:block;
		margin-right:0;
	}
	#footer #TA_linkingWidgetRedesign51, #footer #TA_linkingWidgetRedesign125{
		margin-top:10px;
	}

}
/* Mobile devices */
@media (max-width: 360px){
	#header .social-media{
		width:240px;
	}
	#header .social-media-inner{
		width:130px;
	}
	#header .social-media-inner {
		padding: 0 5px;
    	float: right;
	}
	#header .social-media a{
		padding:2px;
	}
	.slick-prev {
    left: -21px;
    }
    .slick-next {
    right: -21px;
    }
    .banner-text{
        left: 12%;
        top: 0%;
    }
    .banner-text h2{
    	font-size: 26px;
    }
    .banner-text p{
    	font-size: 27px;
    }
    
}