@media all and (min-width: 960px) {
	hr.thin-grey-content {
		display: block;
	}

	/* MOBILE MENU START */
	a#right-menu {
		display: none;
	}
	/* MOBILE MENU ENDE */
	/* HEADER START */
	div.header {
		height: 97px;
	}
	div.header a.kontakt-link {
		width: 70%;
		padding: 0;
		background-color: #fff;
	}
	div.header a.logo-link {
		width: 30%;
		max-width: 300px;
		margin: 14px 0 0 0;
	}
	/* HEADER ENDE */
	/* NAVI START */
	div#nav {
		display: block;
		width: 70%;
		float: left;
		position: relative;
		z-index: 99999;
	}
	div#nav ul {
		width: 100%;
		margin: 16px 0 0 0;
		padding: 0;
	}
	div#nav ul li {
		float: left;
		list-style: none;
	}
	div#nav ul li a {
		display: block;
		padding: 0 10px;
		line-height: 40px;
		font-size: 16px;
		font-family: 'ek_muktabold', sans-serif;
		text-transform: uppercase;
		color: #000;
		text-decoration: none;
	}
	div#nav ul li ul {
		display: none;
		position: absolute;
		margin: 0;
		padding: 3px 15px;
		max-width: 190px;
		background: #fff;
		border-radius: 3px;
		-webkit-box-shadow: 0 10px 20px -6px #777;
		-moz-box-shadow: 0 10px 20px -6px #777;
		box-shadow: 0 10px 20px -6px #777;
	}
	div#nav ul li:hover ul {
		display: block;
	}
	div#nav ul li ul li {
		float: none;
		width: 100%;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	div#nav ul li ul li:hover {
		background-color: #fff;
	}
	div#nav ul li ul li:last-child {
		border-bottom: none;
	}
	div#nav ul li ul li a {
		line-height: 40px;
		font-family: 'ek_muktaextralight', sans-serif;
		font-weight: 200;
		text-transform: none;
		padding: 0 0 0 20px;
		color: #000;
		background: url('../bilder/layout/ico_pfeil.png') 0 11px transparent no-repeat;
		-webkit-transition: all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
		-moz-transition: all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
		-o-transition: all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
		transition: all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	}
	div#nav ul li:hover {
		background-color: #000;
	}
	div#nav ul li:hover a {
		color: #fff;
	}
	div#nav ul li:hover ul li a {
		color: #000;
	}
	div#nav ul li ul li:hover a {
		background-position-x: 4px;
		padding: 0 0 0 25px;
		color: #000;
	}
	/* NAVI ENDE */
	/* SLIDER START */
	div#content_slider > div > a > div.sliderContent {
		position: absolute;
		padding: 0 20px;
	}
	div#content_slider > div > a > div.sliderContent {
		font-size: 26px;
		background: url('../bilder/layout/ico_pfeil_weiss.png') right 22px no-repeat;
		padding: 0 145px 0 30px;
	}
	div#content_slider > div > a > div.sliderContent span {
		display: inline-block;
		font-size: 25px;
	}
	#content_slider, #image_slider{
		max-width: 960px;
		width: 960px;
		height: 480px;
	}
	/* SLIDER ENDE */
	/* WELCOME-BOX START */
	div.welcome-wrapper {
		margin: 0 auto 30px;
	}
	div.welcome-box {
		width: 70%;
		float: left;
	}
	div.welcome-box-foto {
		width: 26%;
		float: left;
		margin-left: 4%;
		padding-top: 40px;
	}
	/* WELCOME-BOX ENDE */
	/* SORTIMENTSLIDER START */
	div.sortiment-slider {
		margin: 30px auto 70px;
	}
	div.sortiment-slider a {
		display: block;
		width: 32.5%;
		margin: 0 1.25% 0 0;
		float: left;
	}
	div.sortiment-slider span {
		font-size: 19px;
		line-height: 23px;
		background: url('../bilder/layout/ico_plus.png') center 40px no-repeat rgba(38, 74, 149, 0.8)!important;
	}
	/* SORTIMENTSLIDER ENDE */
	/* PRE-FOOTER START */
	div.pre-footer-wrapper {
		margin: 0 auto 20px;
	}
	div.pre-footer-wrapper div.pre-footer-kontakt {
		float: left;
		width: 40%;
		border-top: none;
		padding-top: 0;
	}
	div.pre-footer-wrapper div.pre-footer-service {
		float: left;
		width: 60%;
		border: none;
		border-bottom: 1px solid #dddddd;
		padding-top: 0;
	}
	div.pre-footer-wrapper div.pre-footer-legal {
		float: left;
		width: 60%;
		clear: none;
		border: none;
		border-top: none;
		text-align: left;
	}
	/* PRE-FOOTER ENDE */
	/* FOOTER START */
	footer div.footer-hours {
		line-height: 58px;
		text-align: left;
	}
	footer div.footer-hours span {
		display: inline;
	}
	/* FOOTER ENDE */
	/* ABVERKAUF START */
	div#produkt_detail div#produkt_bild > a {
		width: 75%;
		margin: 0 3% 0 0;
		float: left;
	}
	div#produkt_detail div#produkt_bild div#produkt_thumbs {
		width: 22%;
		float: left;
	}
	div#produkt_detail div#produkt_bild div#produkt_thumbs a {
		width: 100%;
		margin: 0 0 7px 0;
		float: none;
	}
	/* ABVERKAUF ENDE */
	/* KOCHKURSE START */
	table.kochkurse tbody tr td {
		font-size: 17px;
	}
	/* KOCHKURSE ENDE */
}