/* CSS Document */
/*wenn css abweicht von ur-css-datei webseite*/

@media only screen and (max-width: 980px) {#content { margin-top: 100px;}}
@media only screen and (max-width: 600px) {#content { margin-top: 0;}}

.stein-info-block {
	height: 190px;
}
.stein-info-block img { width: 100%;}

@media only screen and (max-width: 433px) {
	.stein-info-block {
		height: auto;
		margin-bottom: 20px;
	}
	.stein-info-block.right { margin-bottom: 20px;}
}

@media only screen and (max-width: 980px) {
	#menu_sub_vertikal { display: none;}
}

#menu-3-ebene { width: 195px;}

@media only screen and (max-width: 980px) {#menu-siber-mobil #menu-single-sub {width: 20%;}}
@media only screen and (max-width: 630px) {#menu-siber-mobil #menu-single-sub {width: 40%;}}

.menu-3-ebene-mobil {margin-bottom: 40px;}


/*MENU SHOP (BLAU)*/
#menu-sub {	background-image: url('image/sub-nav-angebot-hover.gif');}
#menu-sub-02 { background-image: url('image/menu-ebene-3-hover.gif');}
.dropdown #menu-sub {	background-image: url('image/sub-nav-angebot-hover.png');}
