@import url("https://use.typekit.net/zpm0qmj.css");

/*body {
	padding-top: 0;
}
*/


body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #2e2d30;

    padding-top: 67px;
}

@media (min-width: 991px)
{
    body {
        padding-top: 127px;
    }
}


body.has-cookiebar {
	padding-bottom: 97px;
}

/**
 * HEADER
 */
.header {
	padding: 10px 0;
	padding-top: 25px;
	box-shadow: 0 4px 22px 0px rgba(128, 128, 128, 0.15);
}

.header:after {
	content: none;
}



.header-brand.header-brand-sm {
	background: url('../img/new/logo.jpg') 0 0 no-repeat;
	background-size: 100% auto;
	width: 100px;
	height: 84px;
}

.navbar-topbar,
.main-menu {
	position: relative;
	top: 6px;
}

.navbar-icon-links {
    margin-top: -31px;
}


.nav-item-dropdown {
	margin-top: 13px;
}

.navbar-toggler {
	color: #1d1d1b!important;
}

@media (min-width: 991px)
{
    .navbar-nav .nav-item.has-dropdown:hover > .nav-link::after {
	    width: 0;
	    height: 0;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-top: 30px solid #fff;
	    background: none;
	    left: 50%;
	    margin-left: -30px;
	    padding-top: 60px;
	    display: block;
	}
}
@media (max-width: 991px)
{

	.header {
		padding: 10px 0;
		border-bottom: 0;
	}

	.navbar-mobile-menu {
		left: auto;
		right: 0;
	}

	.navbar-mobile-menu li {
	    float: none;
	    display: inline-block;
	}

	.navbar-mobile-menu li a {
	    color: #b9b8b8;
	    padding: 0 10px;
	}

	.navbar-mobile-menu li a:hover {
	    color: rgb(104,149,144);
	}

	li.basket-mobile a {
		color: rgb(104,149,144);
	}

}



/**
 * SPOTLIGHT
 */
.spotlight {
	background: #ddd;
	height: 660px;
	height: 560px;
	position: relative;
}

.spotlight--home {
	background: url('../img/new/spotlight_home.jpg') center center no-repeat;
}


body.page-aboutus .spotlight {
    /*background: url('../img/new/spotlight_aboutus.jpg') center center no-repeat;*/
    background: #ddd;
}


.spotlight-intro {
	text-align: center;
	padding: 25px 0;
}

.spotlight-intro .container {
	padding: 0px 10rem;
}

.page-aboutus .spotlight-intro {
	display: none;
}

.spotlight-intro h1,
.spotlight-intro p {
	display: inline;
	font-size: 30px;
}

.spotlight-intro h1 {
	font-family: "sofia-pro",sans-serif;
	font-weight: bold;
}

.spotlight-intro p {
	font-family: "alda",serif;
	font-weight: 300;
}

.spotlight--logo {
	display: none;
}


.spotlight .carousel {}
.spotlight .carousel .carousel-item  {
	height: 560px;
	overflow: hidden;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.spotlight .carousel .carousel-caption {
	text-shadow: none;
	max-width: 540px;
	left: 50%;
	margin-left: -270px;
	top: 100px;
	bottom: auto;
}

.spotlight .carousel .carousel-item--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.spotlight .carousel .carousel-caption.carousel-caption--event {
	max-width: 640px;
	margin-left: -320px;
}

.spotlight .carousel .carousel-caption h1 {
	font-family: "sofia-pro",sans-serif;
	font-size: 92px;
	font-weight: bold;
}



@media (max-width: 1024px)
{
	.spotlight-intro .container {
		padding: 0px 10rem;
	}

	.spotlight-intro h1,
	.spotlight-intro p {
		display: inline;
		font-size: 22px;
	}


	.spotlight .carousel .carousel-caption h1 {
		font-family: "sofia-pro",sans-serif;
		font-size: 72px;
	}


	.spotlight .carousel .carousel-item  {
		background-size: cover;
		background-position: 40% 0;
		background-repeat: no-repeat;
	}


}


@media (max-width: 991px)
{
	.spotlight {
		height: 400px;
		background-size: cover;
	}

	.spotlight-intro .container {
		padding: 0px 6rem;
	}


	.spotlight-intro h1,
	.spotlight-intro p {
		display: inline;
		font-size: 20px;
	}

	.spotlight--logo {
		display: block;
		background: #fff;
		padding: 5px;
		width: 92px;
		height: 118px;
		width: 140px;
		height: 179px;
		box-shadow: 0px 3px 8px rgba(128, 128, 128, 0.25);
		background: url('../img/new/logo_mobile.jpg') 0 0 no-repeat;
		background-size: 100% auto;

background: #fff url('../img/new/logo.jpg') center center no-repeat;
background-size: 100px auto;
/*width: 120px;
height: 110px;
margin-left: -50px;
background-color: #fff;*/
/*background-size: 100% auto;
width: 100px;
height: 84px;**/



		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -46px;
		margin-left: -70px;
		z-index: 90;
		text-indent: -999em;
	}

	.spotlight--logo {
		width: 100px;
		height: 128px;
		margin-left: -50px;

		width: 120px;
		height: 110px;
		margin-left: -60px;
		background-color: #fff;
	}

	.spotlight .carousel .carousel-item  {
		height: 400px;
		overflow: hidden;
		background-size: cover;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.spotlight .carousel .carousel-caption {
		max-width: 360px;
		left: 50%;
		margin-left: -180px;
		top: 60px;
	}

	.spotlight .carousel .carousel-caption.carousel-caption--event {
	    max-width: 500px;
	    margin-left: -250px;
	    right: auto;
	}

	.spotlight .carousel .carousel-caption h1 {
		font-family: "sofia-pro",sans-serif;
		font-size: 62px;
	}


	.spotlight .carousel .carousel-item  {
		background-size: cover;
		background-position: 40% 0;
		background-repeat: no-repeat;
	}
}


@media (max-width: 769.98px)
{
	.spotlight-intro .container {
		padding: 0px 15px;
	}


	.spotlight-intro h1,
	.spotlight-intro p {
		display: block;
	}

	.spotlight .carousel .carousel-caption {
		display: none;
	}


	.spotlight .carousel .is-event .carousel-caption {
		display: block;
	}

	.spotlight .carousel .carousel-item  {
		background-size: cover;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.spotlight .carousel .carousel-item.is-event  {
		background-size: cover;
		background-position: 0 0;
		background-repeat: no-repeat;

		background: #f4b7a9;
		background-image: none!important;
	}

	.spotlight .carousel .is-event .carousel-caption {
		margin-top: 50px;
	}

	.spotlight .carousel .is-event .carousel-caption h1 {
		font-family: "sofia-pro",sans-serif;
		font-size: 48px;
	}

	.spotlight .carousel .carousel-caption.carousel-caption--event {
	    max-width: 100%;
	    margin-left: 0;
	    right: 20px;
	    left: 20px;
	}

	.page-aboutus .spotlight-intro {
		display: block;
	}
}

@media (max-width: 668px)
{
	.spotlight {
		height: 360px;
		background-size: cover;
	}

	.spotlight--logo {
		width: 100px;
		height: 128px;
		margin-left: -50px;

		width: 120px;
		height: 110px;
		margin-left: -60px;
		background-color: #fff;
	}

	.spotlight-intro {
		padding-bottom: 0;
	}

	.spotlight .carousel .carousel-item  {
		height: 360px;
	}


}


/**
 * CONTENT
 */
body.page-home .content-section {
	padding-top: 40px;
}



/**
 * STICKY GIFT BTN
 */
.sticky-gift-btn {
	border-color: transparent!important;
	color: #2e2d30;
	background: #fff url('../img/new/icon_gutschein.jpg') right 15px no-repeat
}


/**
 * ABOUT US
 */
.sp-icons-list-headline {
	color: rgb(104,149,144);
}
.sp-icons-list-icon .fa,
.sp-icons-list-icon .far,
.sp-icons-list-icon .fas {
	color: rgb(104,149,144);
}

.content-section.content-page a:not(.btn),
.content-section-subline a:not(.btn) {
    color: rgb(104,149,144)
}

.cookiebar {
	position: fixed;
	background: #0b883c;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: none;
	z-index: 99;
}
