@charset "utf-8";

/*
	- - - - - - - - - - - - - - - -
	INCLUDED				NAME 					DESCRIPTION
		[yes]				1. master.css			(main stylesheet)
		[no]				2. normalize.css		(evens rendering accross browsers)
		[yes]				3. grid.css				(grid system)
		[no]				4. forms.css			(styling forms only)
		[yes]				5. helper.css			(non-semantic helper classes)
		[yes]				6. media-queries.css	(screen, ipad, iphone)
		[yes]				7. scripts.css			(controls one or more plugins)
		[no]				8. print.css			(printer settings)
		[no]				9. ie8.css				(fixes IE8)
	- - - - - - - - - - - - - - - -
	FONTS
		headings h1-h6		are                     Roboto
		text (normal)		is                      Roboto
		navigation links	are                     Roboto
		content links		are                     Roboto
	- - - - - - - - - - - - - - - -
	COLORS
		h1-h2               are                     #646464
		h3-h6               are                     #000000
		text				is						#000000
		navigation:link 	is						#000000
		navigation:hover 	is						#
		content:link		is						#000000
		content:hover       is                      #
*/

/*
==============================================
	HIDE/SHOW
==============================================
*/

.main-navigation,
div.csc-textpic .csc-textpic-imagewrap figure.csc-textpic-first,
#totop { display: none; }

.logo.mobile,
div.csc-textpic .csc-textpic-imagewrap figure.csc-textpic-last { display: block; }

/*
==============================================
	BASE
==============================================
*/

::-moz-selection {background-color: #94816F;color: #ffffff;text-shadow: none;}
::selection {background-color: #94816F;color: #ffffff;text-shadow: none;}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body { height: 100%; }

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
	width: 100%;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'FrutigerLT-Cn', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	position: relative;
}

/*
==============================================
	IMAGES
==============================================
*/

img,
figure,
video,
embed,
iframe {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width: auto\9;
}

.logo img { display: block; }

/*
==============================================
	TYPOGRAPHY
==============================================
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #94816F;
	line-height: 1.35;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	margin: 0 0 40px;
	max-width: 768px;
}
h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 5px;
}
h3 {
	color: #000000;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 0 40px;
	max-width: 650px;
}
h4,
legend {
	font-family: 'FrutigerLTStd-BoldCn', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
}

p { margin-bottom: 20px; }

strong,
b {	font-weight: 700; }

em,
i {	font-style: italic; }

sup {
	vertical-align: super;
	font-size: smaller;
}

blockquote,
q {
	color: #94816F;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}

blockquote p:last-of-type {
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	margin-top: -20px;
}

small,
.csc-textpic-caption {
	font-size: 15px;
	font-size: 1.5rem;
}

hr {
	border: 0;
	height: 1px;
	background-color: #e0e0e0;
	margin: 0 0 20px;
}

/* LAYOUT
---------------------------------------------- */

h4,
.main-content {	line-height: 1.75; }

figcaption.csc-textpic-caption { display: block; }

.fontsize24 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: .5;
}

/*
==============================================
	LINKS
==============================================
*/

a {
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;

	color: #000000;
	outline: none;
	text-decoration: none;
}

a:hover,
a:active { color: #94816F; }

h2 a,
h4 a { color: #94816F; }
h2 a:hover,
h4 a:hover { color: #000000; }

/* LAYOUT
---------------------------------------------- */
.main-navigation a {
	display: block;
	padding: 17px 40px 16px 20px;
}

#switch,
.home {
	background-color: transparent;
	height: 18px;
	position: absolute;
	top: 30px; left: 20px;
	width: 30px;
}
#switch:before,
#switch:after {
	-moz-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 8px #ffffff, 0 11px rgba(0, 0, 0, 0), 0 16px #ffffff;
	-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 8px #ffffff, 0 11px rgba(0, 0, 0, 0), 0 16px #ffffff;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 8px #ffffff, 0 11px rgba(0, 0, 0, 0), 0 16px #ffffff;

	background-color: #ffffff;
	content: '';
	height: 2px;
	position: absolute;
	top: 0; left: 0;
	width: 30px;
}

#switch.active {
	height: 23px;
	width: 26px;
}
#switch.active:before,
#switch.active:after {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

	background-color: #94816F;
	margin-top: -3px;
	top: 50%; left: -3px;
}
#switch.active:before {
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}
#switch.active:after {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.home {
	background: url(../img/home.png) no-repeat left top;
	height: 20px;
	left: 60px;
	text-indent: -9999px;
	width: 20px;
}

p a,
.bodytext a,
.align-right a,
.ce-uploads a {
	background: url(../img/arrow_small.png) no-repeat 0 7px;
	padding: 0 0 0 15px;
}

.main-footer a { color: #ffffff !important; }

/*
==============================================
	LISTS
==============================================
*/

.main-content ul {
	list-style: none;
	margin: 0 0 20px;
}

.main-content ul li {
	background: url(../img/arrow_small.png) no-repeat 0 10px;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}

/* NAVIGATION
---------------------------------------------- */
.main-navigation ul {
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;

	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,.25);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.25);

	background-color: #ffffff;
	list-style: none;
	margin: 0;
	padding: 60px 0 0;
}

.main-navigation li {
	border-top: 1px solid #e0e0e0;
	display: list-item;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
==============================================
	LAYOUT
==============================================
*/

.wrapper {
	height: auto;
	min-height: 100%;
	padding: 0 0 110px;
}

.layout-width {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 20px;
	position: relative;
}

/* MAIN HEADER
---------------------------------------------- */
.main-header {
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;

	background: no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: 200px;
	position: relative;
	z-index: 1;
}
.defaultHeader .main-header {background-image: url(../img/c3-bild-08.jpg);}
.site-id1 .main-header { background-image: url(../img/c3-bild-01.jpg); }
.site-id2 .main-header { background-image: url(../img/c3-bild-02.jpg); }
.site-id3 .main-header { background-image: url(../img/c3-bild-03.jpg); }
.site-id4 .main-header { background-image: url(../img/c3-bild-04.jpg); }
.site-id5 .main-header { background-image: url(../img/c3-bild-05.jpg); }
.site-id6 .main-header { background-image: url(../img/c3-bild-06.jpg); }
.site-id7 .main-header { background-image: url(../img/c3-bild-07.jpg); }
.site-id8 .main-header { background-image: url(../img/c3-bild-08.jpg); }


.logo {
	margin-top: 50px;
	position: absolute;
	top: 50%; right: 20px;
}

.main-navigation {
	position: absolute;
	top: 0; right: 0; left: 0;
}

/* MAIN CONTENT
---------------------------------------------- */
.main-content {
	padding-top: 30px;
	padding-bottom: 56px;
	position: relative;
	z-index: 0;
}

div.ce-textpic {
	overflow: hidden;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.ce-textpic.ce-intext.ce-left .ce-gallery{
	float: left;
	margin: 5px 20px 20px 0;
}
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
div.csc-textpic-intext-right .csc-textpic-imagewrap {
	float: right;
	margin: 5px 0 20px 20px;
}

.ce-textpic.ce-right .ce-gallery {
	float: right;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-text,
div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin: 0 !important;
	overflow: hidden;
}

.companies div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img { max-width: 100px; }

/* grid elements */
.column-container .column-item { margin-bottom: 20px; }

/* boxes */
.frame-read-more {
	position: relative;
	padding: 0 0 65px;
}
.frame-read-more .next {
	background: url(../img/arrow_big.png) no-repeat top left;
	height: 37px;
	position: absolute;
	bottom: 0; right: 0;
	text-indent: -9999px;
	width: 35px;
}

/* downloads */
ul.ce-uploads { margin: 20px 0 40px; }
ul.ce-uploads li {
	background: none;
	border-top: 1px solid #e0e0e0;
	margin: 0;
	padding: 5px 0 6px;
}
ul.ce-uploads span.ce-uploads-fileName { text-decoration: none; }
ul.ce-uploads span.ce-uploads-description {
	color: #94816F;
	line-height: 1.55;
	padding: 0 5% 0 12px;
	display: block;
}


/* MAIN FOOTER
---------------------------------------------- */
.main-footer {
	background-color: #94816F;
	color: #ffffff;
	line-height: 1.55;
	margin: -110px 0 0;
	padding: 21px 0 20px;
}

/*
==============================================
	FORMS
==============================================
*/

input,
label,
select,
button,
textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	font-family: 'FrutigerLT-Cn', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
}

input:focus { outline: 0; }

input,
textarea {
	background-color: #ffffff;
	border: 1px solid #000000;
	max-width: 350px;
	padding: 8px 6px;
	width: 100%;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {}

input[type=checkbox],
input[type=radio] {
	width: 13px;
	height: 13px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

::-webkit-search-decoration { display: none; }

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	overflow: visible;
	width: auto;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill { background: none; }

::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}

textarea {
	vertical-align: top;
	overflow: auto;
}

.tx-felogin-pi1 h3,
.tx-felogin-pi1 legend { display: none; }

.tx-felogin-pi1 div { margin: 0 0 20px; }

.tx-felogin-pi1 input[type="submit"] {
	background: url(../img/arrow_big.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 38px;
	text-indent: -9999px;
	width: 35px;
}
.tx-felogin-pi1 label {
	display: block;
}

.companies .tx-felogin-pi1 { border-top: 1px solid #e0e0e0; }
.companies .tx-felogin-pi1 fieldset { text-align: right; }
.companies .tx-felogin-pi1 > div,
.companies .tx-felogin-pi1 legend + div { display: none; }
.companies .tx-felogin-pi1 legend {
	display: block;
	margin: 0 0 10px;
	width: 100%;
}

/*
==============================================
	Non-Semantic Helper Classes
==============================================
 */

/* ELEMENT POSITIONING
---------------------------------------------- */
.floatL { float: left; }
.floatR { float: right; }
.floatN { float: none !important; }

.clearL { clear: left; }
.clearR { clear: right; }
.clearB, .clear { clear: both; }
.clearN { clear: none !important; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ELEMENT MARGINS
---------------------------------------------- */
.marginT { margin-top: 40px; }
.marginR { margin-right: 40px; }
.marginB { margin-bottom: 40px; }
.marginL { margin-left: 40px; }

/* CONTENT POSITIONING
---------------------------------------------- */
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* MISC. HELPER
---------------------------------------------- */
.hidden { display: none !important; visibility: hidden; }
.invisible { visibility: hidden; }
.no-scroll { overflow: hidden; position: fixed; }

.block { display: block; }
.inline-block { display: inline-block; }
.visible { visibility: visible; }

.no-button {
	border: none;
	cursor: pointer;
	outline: none;
}

/*
	=====================================================================
	=                                                                   =
	=                 S M A R T P H O N E - portrait               		=
	=                                                                   =
	=====================================================================
*/

@media only screen and (min-width: 480px){
	/* navigation */
	.main-navigation { right: auto; }
}

/*
	=====================================================================
	=                                                                   =
	=                      T A B L E T - portrait                 		=
	=                                                                   =
	=====================================================================
*/

@media only screen and (min-width: 768px){

	/*
	==============================================
		TYPOGRAPHY
	==============================================
	*/

	h1 {
		font-size: 50px;
		font-size: 5rem;
	}
	h3 {

		font-size: 36px;
		font-size: 3.6rem;
	}

	blockquote,
	q { padding: 0 25%; }

	/* LAYOUT
	---------------------------------------------- */
	h4,
	.main-content {	line-height: 1.55; }

    .main-footer {
	    font-size: 15px;
	    font-size: 1.5rem;
    }

	/*
	==============================================
		LAYOUT
	==============================================
	*/

	/* MAIN HEADER
	---------------------------------------------- */
	.site-id1 .main-header { height: 400px; }

	/* MAIN CONTENT
	---------------------------------------------- */
	.main-content { padding-top: 50px; }

	.companies div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img { max-width: 150px; }

	/* gridelements container */
	.column-container .column-item { position: relative; }

	/* gridelements 50-50 */
	.column-container.grid1-1 .column-item {
		float: left;
		margin-right: 2.95%;
		width: 48.5%;
	}

	/* gridelements 25-25-25-25 */
	.column-container.grid1-1-1-1 .column-item {
		float: left;
		margin-right: 3.635071090047392%;
		width: 22.121642969984202211%;
	}

	/* gridelements :last-child */
	.column-container.grid1-1 .column-item:last-of-type,
	.column-container.grid1-1-1-1 .column-item:last-of-type { margin-right: 0; }

	/* grid elements */
	.column-container .column-item { margin-bottom: 20px;}
	.main-footer .column-container .column-item { margin-bottom: 0; }

	/* boxes */
	.frame-read-more { padding: 0 10% 0 0; }
	.frame-read-more .next {
		margin: -17px 0 0;
		top: 50%;
	}

}

/*
	=====================================================================
	=                                                                   =
	=                            D E S K T O P                     		=
	=                                                                   =
	=====================================================================
*/

@media only screen and (min-width: 1024px) {

	/* navigation */
	#switch { left: 100px; }

	.main-navigation { left: 80px; }

	/* layout */
	.layout-width {
		padding-right: 100px;
		padding-left: 100px;
	}

	.frame-read-more { padding: 0 5% 0 0; }
	.frame-read-more .next { right: -40px; }

}