/* This file will hold styles that are loaded using the same media query as the wide grid. */

/* - Ausblendung von Desktop-Elementen und Einblendung von Elementen in Wide-Ansicht - */
.nur-desktop {
	display: none;
	}
.nur-wide {
	display: inherit;
	}
	
body {
	font: 14px/1.3 Arial,Helvetica,Verdana,sans-serif;
	}
	
#zone-user-wrapper,
#zone-branding,
#zone-menu-wrapper,
#zone-content-wrapper,
#zone-footer-wrapper,
#zone-content,
#region-content {
	width: 1200px;
}

/**/
/* - Header - */
/**/
#region-branding {
	padding-bottom: 5.5em;
}
.sprachschalter {
	left: 1088px;
	top: 50px;
}
.telnr .content {
	width: 35%;
}
.logoblock {
	width: 500px;
	height: 170px;
}
.slogantext {
	font-size: 19px;
}
.wunschliste-block-oben {
	top: 170px;
	left: 712px;
}
.suchblock {
	width: 480px;
	top: 141px;
	right: -2px;
}

/* - Inhaltsbereich - */
.flexslider {
	width: 1200px;
	height: 500px;
	}
	
/* - View neueste-et-s auf Startseite - */
.neueste-et-s {
	height: 320px;
}

/* - Views - */
.views-row.quadrat,
.quadrat .quadrattext a {
	width: 283px;
}
.zelle.deutsch div,
.zelle.englisch div {
	margin-bottom: .5em;
}