/* ==========================================================================
   media queries
   ========================================================================== */

.breakpoint {
	background: #ff7777;
	border-radius: 12px;
	bottom: 24px;
	color: #fff;
	display: none;
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 24px !important;
	opacity: .75;
	padding: 0 10px 2px;
	position: fixed;
	right: 24px;
	text-align: center;
	width: auto;
	z-index: 1000;
}

.breakpoint:before { content: "phone" }


@media only screen and (min-width: 450px) {
	.steinbruchtag { display: block; }
}


@media only screen and (min-width: 480px) {
	#map-canvas { height: 400px; }
	a.btn--online-shop { margin: 30px 0 60px; width: auto; }
	input[type="submit"] { display: inline-block; width: auto; }
	ul.ce-uploads { width: 49%; }
}


@media only screen and (min-width: 768px) {
	.breakpoint { background: #fc0; }
	.breakpoint:before { content: "tablet" }

	#tx_cookies_hint { float: left; max-width: 70%; }
	#tx_cookies_accept input[type="submit"] { float: right; width: auto; }
}


@media only screen and (min-width: 1025px) {
	.breakpoint { background: #0c0; }
	.breakpoint:before { content: "screen" }

	html { font-size: 22px; }
	hr { margin: 22px 0; }
	.browserupgrade { margin: 22px 0; padding: 22px 0; }
	.pageheader { background: #fff; padding: 60px 60px 60px; position: fixed; width: 100%; }
	.logo { height: 76px; margin-top: -2px; width: 160px; }
	.steinbruchtag { display: block; height: 76px; margin: -2px 40px 0 0; width: 238px; }
	.nav-meta--screen { display: block; }
	.nav-meta--mobile { display: none; }
	.nav-meta { float: right; margin: -5px 40px 0 0; }
	.menu-btn { margin-top: 0; height: 76px; width: 76px; }
	.menu-btn span:nth-child(1) { top: 0px; }
	.menu-btn span:nth-child(2), .menu-btn span:nth-child(3) { top: 36px; }
	.menu-btn span:nth-child(4) { top: 71px; }
	.menu-btn--open span:nth-child(1) { top: 32px; }
	.menu-btn--open span:nth-child(4) { top: 32px; }
	.menu-btn::before { font-size: 14px; }
	.nav-main__link { float: none; width: 100%; }
	.nav-main__toggle { display: none; }
	.nav-main-l1 { padding: 300px 30px 100px; }
	.nav-main-l1__item { float: left; margin: 0; padding: 0 30px 0 0; width: 25%; }
	.nav-main-l1__link { min-height: 65px; padding: 0 0 5px; }
	.nav-main-l2 { display: block; }
	.nav-main-l2__item { margin-bottom: 10px; }
	.nav-main-l2__link { padding: 10px 0; }
	.nav-main-l3 { display: block; margin: 0 0 10px; }
	.nav-main-l3__item { margin: 0; }
	.nav-main-l3__link { color: #000; padding: 2px 0; }
	.main { max-width: 1024px; padding: 340px 30px 100px; }
	.content { float: left;	margin: 0 -270px 0 0; }
	.content > div { margin-right: 270px; }
	.aside { float: right; width: 230px; }
	h1 { font-size: 96px; margin: 0 0 60px; }
	h2 { font-size: 22px; margin: 55px 0 22px; }
	.content p { margin: 0 0 22px; }
	.content ul { margin: 0 0 22px; }
	ul.ce-uploads { font-size: 14px; width: 100%; }
	.aside h3 { font-size: 36px; margin: -5px 0 20px; }
	.ge-2col { margin: 0 -15px 22px; width: 100%; }
	.ge-2col__col1, .ge-2col__col2 { float: left; margin: 0; min-height: 1px; padding: 0 15px; width: 50%; }
	.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery { margin-bottom: 22px; }
	.ce-textpic { margin-bottom: 22px; }
	.image .image-caption { font-size: 16px; }
	.news-single p.news-img-caption { font-size: 16px; margin-top: 11px; }
	.news-single .news-backlink-wrap { margin-top: 22px; }
	.teaser { border-bottom: 60px solid #fff; }
	.teaser-img { bottom: 60px; left: 60px; right: 60px; top: 260px; }
	.tx-felogin-pi1 fieldset input#user,
	.tx-felogin-pi1 fieldset input#pass { padding-left: 160px; }
}

@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}