@media screen and (max-width: 899px) {
	body { padding-top:250px; }
	div#pageFrame {
                width: auto;
        }
	#right-side {
		float: unset;
		width: unset;
	}
	.artikel {
		width: unset;
/*		display: flex;*/
	}
	.content {
		width: unset;
/*		margin-top: 250px;*/
	}
	.a_header {
		width: unset;
	}
	.a_img { /*width: unset;*/ padding-right: 10px; }
	.a_text {
		max-width: 200px;
	}
	.a_preis { width: unset; }
	.a_order { width: unset; }
	.artikelliste {
		width: unset;
	}
	.topbutton {
		width: unset;
		display: none;
	}
	#footer {
		height: unset;
		margin-bottom: 100px;
	}
	#iframe { width: unset; }
	#header {
		z-index: 100;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 250px;
	}
	#iframe {
		width: 100%;
	}
	#topmenue {
	    display: none;
	}
	div.logo {
	    right: unset;
	    top: unset;
	    position: relative;
	    margin-left: auto;
	    margin-right: auto;
	}
	#kategorie_menue a:link {
/*	    border: 1px solid green;*/
	    width: unset;
	    overflow: hidden;
	    padding: 4px;
	    margin: 4px;
	    border-radius: 10px;
	}
	#kategorie_menue {
	}
	#wklink {
	    position: fixed;
	    bottom: 15px;
	    left: 40px;
	    right: 40px;
	    display: block;
	    height: 30px;
	    background-color: #800e0b;
	    border-radius: 15px;
	    text-align: center;
	    font-size: 1.7em;
	    padding-top: 9px;
	    color: #fff;
	    border: 1px solid #fff;
	}

	[id] {
	  scroll-margin-top: 250px;
	}

	#lightbox2{
	    left: 0px;
	    right: 0px;
	    margin-left: 0px;
	    width: unset;
	}
	#lightbox2 iframe {
	    width: 100%;
	    height: 580px;
/*	    border: 5px solid red;*/
	}
}
