/**
	Differenzen zwischen den Layout 1-n
 */

@media all {
	h2 {
		text-transform: none;
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.4em;
	}
	a {
		text-decoration: underline;
		background-color: transparent;
		color: inherit;
	}
	.directLnk .ym-hlist ul li {
		max-width: none !important; 
	}
	a:focus, a:hover, a:active {
		text-decoration: underline;
		/*background-color: rgba(255, 255, 0, 0.9);*/
		color: rgba(10, 18, 150, 1);
	}

	p, li {
		line-height: 1.6em;
		font-size: 1.2em;
	}

	.innerbreadcrumb {
		margin-top: 40px;
	}

	.ym-wbox-cont {
		padding: 1em 0 1em 0;
	}

	.shop_title {
		font-size: 2em;
		margin-left: 90px;
		padding-top: 0;
	}

	.card_title {
		position: relative;
		width: 100%;
		height: 70px;
		background: #000;
		text-transform: uppercase;
		opacity: 100%;
	}

	.link_wrap a {
		max-width: none;
	}

	
	.lsarrow {
		float: right;
		margin-top: -15px;
	}
}