.control-nav-oben {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 48px;
	top: 0;
	z-index: 5;
}

.control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#nextslide,
#prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	float: left;
	cursor: pointer;

	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

#nextslide:hover,
#prevslide:hover {
	background-color: #c22a2a;
}

#nextslide i,
#prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 40%;
	top: 50%;
	margin-top: -9px;
	line-height: 1em;
}

#nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float: right;
	width: 50px;
	height: 50px;

	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

#nextsection:hover {
	background-color: #c22a2a;
}

#nextsection i {
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	line-height: 1em;
}

#nextsection i {
	margin-left: -5px;
}

/**************/

.sbg-1 {
	background-color: #26292e;
}

#slider {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	max-height: 100vh;
	overflow: hidden;
}

.slider-test {
	background: url(../img/slide-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
}

.slider-H {
	/* stretch a fixed position to the whole screen */
	top: 0px;
	height: 95vh;
	/* wegen safari-ios ... */
	/* fix for mobile browser address bar appearing disappearing */
	left: 0;
	right: 0;
	/* needed to keep in the background */
	background: url(../img/slide-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.card-img-top {
	border-radius: calc(.25rem - 1px);
	margin-bottom: .75rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.card-body {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
	.owl-header {
		padding-top: 0em;
	}

	.m-5 {
		margin: 1rem !important;
	}

	.logo {}
}

/* owl nav */
.owl-carousel .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	margin-top: -20px;
	position: absolute;
	top: 45%;
	color: #eee;
}

.owl-carousel .fa {
	color: #bbb;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel .fa:hover {
	color: #fff;
}

.owl-dots {
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px !important;
}

.slider-pfeile {
	width: 100%;
	position: absolute;
	z-index: 60;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	top: 50%;
	font-size: 14px;
}

.customNextBtn {
	cursor: pointer;
	text-align: right;
	color: #bbb;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 1px 3px 5px #000;
}

.customNextBtn:hover {
	color: #fff;
	padding-top: 2px;
	text-shadow: 1px 1px 5px #000;
}

.customPrevBtn {
	cursor: pointer;
	text-align: left;
	color: #bbb;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 1px 3px 5px #000;
}

.customPrevBtn:hover {
	color: #fff;
	padding-top: 2px;
	text-shadow: 1px 1px 5px #000;
}

.btn-dark {
	background-color: rgba(47, 50, 56, 0.82);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a.btn.btn-dark.btn-block {
	max-width: 445px;
	margin: auto;
}

.card-body .btn {
	padding: 0.55rem 1rem;
}



/***********************************************************************************************/
/* Shop Seite */
/***********************************************************************************************/
#print_and_merch {
	background-color: #ffffff;
}


/***********************************************************************************************/

body,
html {
	overflow-x: hidden;
	overflow-y: visible;
}

/* Bootstrap 4 Carousel */
.carousel {
	margin: auto;
}

.carousel-item img {
	margin: auto;
}

.carousel-inner {
	height: 100%;
	overflow: visible;
}

.carousel-caption2 {
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: inherit;
	text-align: center;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

/***************/
.bread-cumps a {
	color: #a8a8a8;
	text-decoration: none;
	-webkit-transition: all 370ms ease;
	-moz-transition: all 370ms ease;
	-o-transition: all 370ms ease;
	-ms-transition: all 370ms ease;
	transition: all 370ms ease;

}

.bread-cumps a:hover {
	color: darkorange;
	text-decoration: none;
	margin-top: -5px;
}

#breadcumps {
	margin-top: 60px;
	margin-bottom: 10px;
}

ul {
	margin: 0;
	padding: 0;
}

.jumbotron {
	background-color: rgba(28, 30, 34, 0.6);
}

.print-button {
	display: inline-block;
	padding: 18px 5px 5px 5px;
	overflow: hidden;
	color: #aaa;
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	border: 1px solid #000000;
	text-align: center;
	background-color: #191919;
	width: 100%;
}

.print-button:hover {
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	background-color: #090909;
	margin-top: 10px;
	color: darkorange;
	text-decoration: none;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	box-shadow: 0 26px 50px -10px rgba(0, 0, 0, 0.38), 0 10px 20px 0px rgba(0, 0, 0, 0.2), 0 15px 10px -10px rgba(0, 0, 0, 0.2);
}

.picture-shadow {
	-moz-box-shadow: 0px 10px 47px #000000;
	-webkit-box-shadow: 0px 10px 47px #000000;
	box-shadow: 0px 10px 47px #000000;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.btn-logo {
	width: 40px;
	height: 40px;
	padding-top: 6px;
	background-image: url("../img/Artshot-Logo.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	filter: none;
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
}

.navshadow {
	/***background: #26292E;***/
	-webkit-box-shadow: 0px 12px 20px #000;
	-moz-box-shadow: 0px 12px 20px #000;
	box-shadow: 0px 12px 20px #000;
}

.pagingshadow {
	background: #222;
	-webkit-box-shadow: 0px 6px 6px 0px #111;
	-moz-box-shadow: 0px 6px 6px 0px #111;
	box-shadow: 0px 6px 6px 0px #111;
}

.page-link {
	-webkit-box-shadow: 0px 3px 10px -2px #111;
	-moz-box-shadow: 0px 3px 10px -2px #111;
	box-shadow: 0px 3px 10px -2px #111;
}

#owl-demo .item {
	padding: 10px 0px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

.coomingsoon {
	color: #626262
}

/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 9000;
}

.go-top:hover {
	background-color: #c22a2a;
}


/***********************************************************************************************/
/* Card */
/***********************************************************************************************/

.card {
	border: 2px solid rgba(17, 14, 14, 1);
	box-shadow: 0 32px 44px -24px rgba(0, 0, 0, 0.23), 0 20px 25px 0px rgba(0, 0, 0, 0.12), 0 15px 10px -10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
	transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.card:not(.card-plain):not(.card-price):hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	box-shadow: 0 26px 50px -10px rgba(0, 0, 0, 0.38), 0 10px 20px 0px rgba(0, 0, 0, 0.2), 0 15px 10px -10px rgba(0, 0, 0, 0.2);
}

.card .subtitle-black {
	color: #141414;
}

.card a {
	opacity: 1;
}

.card a:hover {
	text-decoration: none;
}

.card:hover .header {
	opacity: .65;
}

.card .fa fa-search {
	padding-top: 5px;
}

.card h2 {
	margin-top: 0;
}

.card img {
	max-width: 100%;
}

.card .header img {
	border-radius: 4px;
}

.card .image-header,
.card .header img {
	width: 100%;
	border-radius: 4px 4px 0 0;
}

.card .image-header.image-full,
.card .header img.image-full {
	border-radius: 4px;
}

.card .row .image-header,
.card .row .header img {
	width: 100%;
	border-radius: 4px;
}

.card .btn {
	margin-top: 15px;
}

.card > img {
	border-radius: 4px;
}

.card .title {
	margin-bottom: 5px;
	color: #333333;
}

.card .description {
	font-size: 13px;
}

.card-blog .content {
	position: relative;
	text-align: center;
	padding: 25px 0px 25px 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #1c1e22;
}

.card-blog .circle-black {
	margin-top: -52px;
}

.card-blog .circle {
	border-radius: 100%;
	background: #1c1e22;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.card-blog .card-subtitle {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 1.0em;
}

.card-blog .card-title {
	line-height: 1.358823529em;
	margin-bottom: 10px;
	color: #838282;
}

.card .circle .search {
	position: relative;
	padding-top: 16px;
	color: darkgray;
}

.card-blog .card-category {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #9A9A9A;
}

.card-blog .card-date {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.card-blog .line-divider {
	width: 30px;
	border-bottom: 2px solid #c5a47e;
	margin: 0 auto;
}

.card-blog .line-divider.line-info {
	border-color: #00abc0;
}

.card-blog .line-divider.line-success {
	border-color: #7accb8;
}

.card-blog .line-divider.line-warning {
	border-color: #f88f58;
}

.card-blog .line-divider.line-danger {
	border-color: #e78b90;
}

.card-blog .card-title-2 {
	margin-bottom: 15px;
	text-transform: none;
	line-height: 1.3;
	margin-top: 10px;
}

.card-price {
	text-align: center;
	background: #f2f2f2;
	border-radius: 10px;
	position: relative;
}

.card-price .content {
	padding: 40px 20px;
}

.card-price span {
	color: #777;
}

.card-price .title-header {
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 600;
	color: #777777;
}

.card-price .subtitle-header {
	font-weight: 500;
}

.card-price .price {
	position: relative;
	display: inline-block;
	color: #777777;
}

.card-price .price .number {
	font-size: 65px;
	font-weight: 600;
	color: #c5a47e;
}

.card-price .price i {
	position: absolute;
	top: 20px;
	left: -20px;
	font-size: 27px;
}

.card-price .text-description {
	line-height: 1.8;
	color: #777777;
}

.card-price .text-center .btn.btn-info.btn-round.btn-fill {
	text-transform: uppercase;
	font-size: 12px;
	background-color: #c5a47e;
	color: #fff;
	font-weight: 400;
	border: none;
	line-height: 14px;
	padding: 9px 31px;
}

.card-price .text-center .btn.btn-info.btn-round.btn-fill:hover {
	background-color: #bd986c;
}

.card-member {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.card-member .content {
	padding: 25px;
}

.card-member > img {
	background: none repeat scroll 0 0 transparent;
	height: auto;
	width: 120px;
	margin: 0 auto;
}

.card-black {
	border-radius: 10px;
	background: #242424;
	margin-top: -11px;
}

.card-black .content {
	padding: 50px 20px;
}

.card-black .icon-gold,
.card-black .text-gold,
.card-black .title-gold {
	color: #c5a47e;
}

.card-black .text-description {
	color: #fff;
}

.card-white {
	background: #FFFFFF;
}

.card-plain {
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.card-plain .image-header {
	border-radius: 4px;
}



/*++++++ANIMATION+++++*/
/*=== Trigger  ===*/
.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.zero {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.one {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.two {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6;
	animation-delay: 0.6s;
}

.three {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.four {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

/*=== Animations start here  ===*/



/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/*=== FOOTER ===*/

.footer-bg {
	background: #191919;
}

.footer .copyright {
	color: #fff;
	padding: 10px 15px;
	margin: 15px 3px;
	line-height: 20px;
	text-align: center;
}

.footer-big nav > ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#footer ul,
li {
	list-style: none;
}

#footer ol,
ul,
dl {
	padding-left: 0;
}

.footer {
	color: #8c8c8c;
}

.footer a {
	color: #8c8c8c;
	-webkit-transition: all 370ms ease;
	-moz-transition: all 370ms ease;
	-o-transition: all 370ms ease;
	-ms-transition: all 370ms ease;
	transition: all 370ms ease;
}

.footer a:hover {
	color: darkorange;
	text-decoration: none;
	padding-left: 10px;

}

.footer-image {
	box-shadow: 0px 2px 10px #000000;
	max-width: 100%;
	height: auto;
}

/*== Social Icon ==*/

ul {
	padding: 0;
	list-style: none;
}

.footer-social-icons {
	width: 350px;
	display: block;
	margin: 0 auto;
}

.social-icon {
	color: #fff;
}

ul.social-icons {
	margin-top: 10px;
}

.social-icons li {
	vertical-align: top;
	display: inline;
	height: 100px;
}

.social-icons a {
	color: #a8a8a8;
	text-decoration: none;
}

.fa-facebook {
	background-color: #191919;
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.fa-facebook:hover {
	background-color: #3d5b99;
}

.fa-instagram {
	background-color: #191919;
	padding: 10px 12px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.fa-instagram:hover {
	background-color: #97379c;
}

.fa-pinterest {
	background-color: #191919;
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.fa-pinterest:hover {
	background-color: #cc0000;
}

.fa-flickr {
	background-color: #191919;
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.fa-flickr:hover {
	background-color: #005de1;
}

.icon {
	padding-right: 5px;
	width: 22px;
	text-align: center;
}

.paris-bg {
	background-image: url(../img/header-paris.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 26%;
}

.berlin-bg {
	background-image: url(../img/header-berlin.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 1200px) {

	.picture-shadow {
		max-width: 95%;
		height: auto;
		margin: auto;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.picture-shadow {
		max-width: 90%;
		height: auto;
		margin: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.paris-bg {
		background-image: url(../img/header-paris-sm.jpg);
		background-size: auto 15%;
	}

	.berlin-bg {
		background-image: url(../img/header-berlin-sm.jpg);
		background-size: auto 15%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.display-3 {
		font-size: 3.0rem;
	}

	.paris-bg {
		background-image: url(../img/header-paris-sm.jpg);
		background-size: auto 11%;
	}

	.berlin-bg {
		background-image: url(../img/header-berlin-sm.jpg);
		background-size: auto 15%;
	}

	.fixed-top {
		position: relative;
	}
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
	.display-3 {
		font-size: 2.5rem;
	}

	.container .mt-5 {
		margin-top: 2rem;
	}

	.paris-bg {
		background-image: url(../img/header-paris-xs.jpg);
	}

	.berlin-bg {
		background-image: url(../img/header-berlin-xs.jpg);
		/***background-size: auto 15%;***/
	}

	.fixed-top {
		position: relative;
	}
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
	.btn-logo {
		display: none !important;
	}

}

/**************************/
@media(min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.dropdown-menu {
		margin-top: 0 !important;
	}
}

/******* Cookies abfrage *******/
#mbmcookie {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #26292e;
	padding: 20px;
	z-index: 99;
	border: 1px solid transparent;
	border-color: rgba(0, 0, 0, 0.6);
	margin: 10px;
	border-radius: 0.25rem;
	-moz-box-shadow: 0px 10px 47px #000000;
	-webkit-box-shadow: 0px 10px 47px #000000;
	box-shadow: 0px 10px 47px #000000;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}
}

#mbmcookie a.button {
	cursor: pointer;
	background: #ccc;
	padding: 8px 20px;
	margin-left: 10px;
	border-radius: 5px;
	font-weight: bold;
	float: left;
}

#mbmcookie a.button:hover {
	background-color: #aaa;
}

#mbmcookie p.cookiemessage {
	display: block;
	padding: 0;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	#mbmcookie {
		width: 375px;
		right: 7em;
	}
}




/***********************************************************************************************/
/* slider showroom */

@media only screen and (min-width: 300px) and (max-width: 425px) {
	.control-nav {
		display: none !important;
	}

	.slider-H {
		/* iPhone */
		height: 100vh;
	}
}

@media only screen and (min-height: 1024px) {
	.slider-H {
		/* iPhone */
		height: 100vh;
	}
}

@media only screen and (min-width: 425px) {
	.slider-pfeile {
		display: none !important;
	}
}
