@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=62efe92f-1e1a-480f-8db8-5fefe79b763d&fontids=724839");
@font-face{
font-family:"Frutiger LT W02 65 Bold";
src:url("../fonts/724839/4d38d09a-3017-4733-a624-366fb9a71388.eot?#iefix");
src:url("../fonts/724839/4d38d09a-3017-4733-a624-366fb9a71388.eot?#iefix") format("eot"),url("../fonts/724839/3c514636-142f-43f9-983f-76110a86b424.woff") format("woff"),url("../fonts/724839/f147a146-bb13-4102-a482-bbad38d9fcc0.ttf") format("truetype"),url("../fonts/724839/10c3886a-7856-45f7-951d-24230bc1491a.svg#10c3886a-7856-45f7-951d-24230bc1491a") format("svg");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: "Frutiger LT W02 65 Bold", Calibri, Arial, sans-serif;
    font-weight: normal;
    color: #151515;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
 		hyphens: auto;
 		-webkit-font-smoothing: antialiased;
}

header {
	display: inline;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.025em;
	margin: 0 0 3em 0;
	z-index: 999;
}

a, a:visited {
	color: #151515;
	text-decoration: none;
}

header a {
	display: inline-block;
	margin: 1em;
}

.container {
	width: 60%;
	padding: 1em;
}

.contact {
	margin: 0 0 3em 0;
	display: inherit;
}

header a span {
	color: #bbd8da;
}

h2 {
	display: inline-block;
	font-size: 0.85em;
	margin-bottom: 0.85em;
	font-weight: normal;
	border-bottom: 2px solid;
	padding-bottom: 3px;
}

p {
	margin: 0 0 1em 0;
	font-size: 0.85em;
	line-height: 1.6em;
}

ul li {
	list-style: none;
}

section {
	margin-bottom: 3em;
}

section.imprint {
	width: 60%;
	margin: 0 5% 3em 0;
}

section.copyright {
	width: 60%;
	margin: 0 5% 3em 0;
}

section.back {
	margin: 0 0 3em 0;
}

section.back a:hover {
	border-bottom: 2px solid;
	padding-bottom: 3px;
}

.realization, .realization a, .realization a:visited {
	font-family: "Frutiger LT W02 65 Bold", Calibri, Arial, sans-serif;
	color: #CCCCCC;
}

.realization a:hover {
	border-bottom: 2px solid #CCCCCC;
}

.cycle-slideshow { 
	width: 80%;
	margin: 1.2em auto !important; 
}

.cycle-slideshow img {
	xmax-height: 100%; /*Smartphones*/
	max-width: 100% !important;
}

img {
	box-shadow: 0px 7px 10px -6px #555555;
	-moz-box-shadow: 0px 7px 10px -6px #555555;
	-webkit-box-shadow: 0px 7px 10px -6px #555555;
}




============================================

@media only screen and (max-width: 1600px) {

	.container {
	width: 100%;
	padding: 1em;
	}

}

@media only screen and (max-width: 959px) {

	.container {
	width: 90%;
	padding: 1em;
	}

	section.imprint {
	width: 100%;
	margin: 0 0 3em 0;
	float: none;
	}	

/*	section.copyright {
	width: 100%;
	margin: 0 0 3em 0;
	float: none;
	}*/

}

/* MacBook 13" */

@media only screen and (max-height: 899px) and (max-width: 1280px) {

	.cycle-slideshow {
	margin: -1.2em auto;
	}

	.cycle-slideshow img {
	max-height: 80%; /*Unbedingt wichtig für Smartphones*/
	max-width: 100% !important;
	}

}

@media only screen and (max-width: 480px) {

	.cycle-slideshow img {
	max-height: 80%; /*Unbedingt wichtig für Smartphones*/
	max-width: 100% !important;
	}

	.cycle-slideshow {
		width: 98%;
	}

	section.copyright {
	width: 100%;
	margin: 0 0 3em 0;
	float: none;
	}

}