@media(min-width: 1200px) {
iframe.fanshop {
width: calc(100% + 60px);
margin: 0 -30px;
}
}

@media(max-width: 767px) {
.shop-wrapper {
overflow: hidden;
margin: 0 -20px;
}
iframe.fanshop {
margin-top: -50px;
}
}

body:before {
	background-image: url(https://www.tuslipperode.de/File/background.jpg);
}

@media (min-width: 992px) {
body.header-included header nav ul.primary>li>a {
    text-transform: none;
}
}

body.header-included .wrapper header .logo {
    position: absolute;
    left: 0;
    width: 114px;
    height: 114px;
    bottom: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    z-index: 2;
    transform: none;
}

body.header-included .wrapper header .logo:before {
	content: "";
	position: absolute;
	display: block;
	left: 100%;
	width: 350px;
	top: 4%;
	bottom: 4%;
	background-size: auto 100%;
	background-image: url(https://www.tuslipperode.de/File/gemeinschaft.png);
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
    body.header-included .wrapper header .logo {
        height:100px;
        width: 100px;
       margin-left: 0;
        top: 3px;
    }
}

@media (max-width: 767px) {
    body.header-included .wrapper header .logo {
        height:74px;
        width: 74px;
    }
}

@media(max-width: 991px) {
	body.header-included .wrapper header .logo:before {
		top: 5%;
		bottom: 30%;
		max-width: calc(100vw - 120px);
	}
}

body.header-included .wrapper header .logo:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

body.header-included .wrapper header .logo img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 88%;
    max-height: 88%;
}

header nav .primary > li:last-child > ul > li:last-child { display: none; }