/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
section {float:left;}


html { height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

html, button, input, select, textarea { font-family: sans-serif; color: #303a3e; }
html { overflow-y:scroll; } 

body {
	font-family:  'Merriweather Sans', sans-serif, Helvetica, Arial;
	color: #444545;
	line-height: 1.3em;
	height: 100%;
	background-color: #ffffff;
	}



/* =============================================================================
   Links
   ========================================================================== */

a { font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color : #11abb0;
	text-decoration: none;
	}
a:visited { color: #11abb0; }
a:hover { color: #017b7f; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* head :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
* { margin: 0; padding: 0; border:none; }

#cube {
	height: 100%; 
	margin: 0 auto; 
	max-width:1000px; 

	padding: 0 10px;
}

#monsta { 
position: relative; 
min-height: 100%; 
 
} 

* html #monsta {
height: 100%;
}
img {border: 0;}

header {width:980px;}
#logo {
	float: left;
	padding-top:15px;    
	width:229px; 
	height:66px; 
}
#logo span { display:none;}
		
nav
{	display:none;
}

nav a, nav a:link, nav a:visited {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#444545;
	text-decoration: none;
}

nav a:hover {
	color:#01aab0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	}

nav ul {
    padding: 0;
    text-align: justify;
}
nav ul {
    margin: 0;
}

nav ul li {
   	display: inline-block;

	background-repeat: no-repeat;
	background-position: 0 9px;
	list-style: none;
	padding-right: 1.5%;
}

nav ul li+li {
   	display: inline-block;
	background-repeat: no-repeat;
	background-position: -0.1em 9px;
	list-style: none;
	padding: 0
	padding-left: 1.2em;
}

nav ul li:nth-child(even) {
	background-image: url(../pix/navdot.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	width: 2px;
}
#line {
    padding-left: 0;   
}
.last, .lasta {
	padding: 0;
}
nav li.selected a, nav li.lasta a { color: #01aab0; }

/* ###### Um-Schalter Navi ##########*/
#schalter { display:none;
}


#headerbild { float:left; width:980px; height:300px;
	margin-top:12px; }
#headerbildkl { float:left; width:980px; height:240px;
	margin-top:12px;}
#schatt { float:left; width:980px; height:28px; background: url("../pix/schatt.jpg") top left no-repeat;}


ul#skip {
	display:none;
	}
	
/* all */

header h1 {
	position: absolute;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}	
	
/* subnavi :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.subnav {
	float: left;
	width: 230px;
}
.subnavleer {
	float: left;
	width: 230px;
}
.subnavi {
	float: left;
	width: 228px;
	border: 1px solid #dee1e1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 53%, #edefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#ffffff), color-stop(100%,#edefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 53%,#edefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 53%,#edefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 53%,#edefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 53%,#edefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edefef',GradientType=0 ); /* IE6-9 */
}

#subb { 
	display: none;
	}


/* Inhalt :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.jobs p {
	padding-bottom: 15px;
}
.jobs h3 {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}
.jobs img {
	padding-left: 20px
}

a.special:link {
	font-weight: bold !important;
	color : #11abb0 !important;
	}
a.special:visited { color: #11abb0 !important; }
a.special:hover { color: #444545 !important; }
a.special:focus { outline: thin dotted; }


#content h1 {
	position: absolute;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}
#content { float: left; width: 980px;}

#thema a, #themat a, #thema a:link, #themat a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#444545;
	text-decoration: none;
}
#thema a:hover, #themat a:hover {
	color:#01aab0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}
	
#press a, #press a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#01aab0;
	text-decoration: none;
}
#press a:hover {
	color:#444545;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}
#press p {
	padding-bottom: 0.8em;
}
#thema {
	float: left; width:980px; padding-top:10px;
}
#themat {
	float: left; width:600px; padding-top:10px;
}
#thema h2 {
	font-family: 'Monda', sans-serif, Helvetica, Arial;
	margin:0;
	font-size: 18px;
	font-weight: normal;
	color: #444545;
	text-transform:uppercase;
	padding-bottom: 10px;
}
#thema h3, #themat h3, #thema h4, #themat h4 {
	margin:20px 0 -10px 14px;
	font-weight: bold;
	color: #444545;
	padding-bottom: 20px;
}

#thema h3, #themat h3 {
	font-size: 14px;
}
#thema h4, #themat h4 {	
	font-size: 12px;
}

#thema h5 {
	font-family: 'Monda', sans-serif, Helvetica, Arial;
	margin:0 0 5px 14px;
	font-size: 18px;
	font-weight: normal;
	color: #444545;
	text-transform:uppercase;
	padding-bottom: 10px;
}
#thema p, #themat p { font-size: 12px; margin:5px 16px 5px 14px; line-height: 180%;}
.fill {width: 250px;}
.start {
	font-size: 15px; 
	padding: 16px 0 60px 0;
	line-height: 180%;
	font-weight: 300;
	width: 90%;
}


.teaser0, .teaser1, .teaser2, .teaser11, .teaser12 {
	float: left;
}
.teaser0 {
	width: 960px;
}
.teaser1 {
	float: left;
	width: 480px;
}
.teaser2 {
	width: 480px;
	padding-left: 20px;
	
}
.teaser11, .teaser12, .teaser13 {
	border: 1px solid #dee1e1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 53%, #edefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#ffffff), color-stop(100%,#edefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 53%,#edefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 53%,#edefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 53%,#edefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 53%,#edefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edefef',GradientType=0 ); /* IE6-9 */
}
.teaser11 {
	width: 478px;
}
.teaser12 {
	width: 228px;
	height: 240px;
}
.teaser13 {
	width: 228px;
	height: 150px;
}
.teaser3, .teaser31 {
	margin-top:40px;
	float: left;
	width: 228px;
	max-height: 260px;
}
.teaser31 {
	padding-left: 20px;
	height: 250px;
}

.all, .allt {
	float: left;
	padding-left: 30px;	
}
.all {
	width: 720px;
	}
#thema h3 a:link {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#444545;
	text-decoration: none;
	}
#thema h3 a:hover {
	color:#01aab0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
}	
		
.allt {
	padding-left: 10px;	
}
.all ul, .allt ul {
	
	padding-top: 14px;
	padding-bottom: 14px;
	font-family:  'Merriweather Sans', sans-serif, Helvetica, Arial;
	color: #444545;
	font-size: 12px;
	}
.all ul li, .allt ul li {
	margin-left: 40px;
	padding-left:6px;
	padding-right:20px;
	padding-bottom: 0.3em;
	list-style-type: square;
  }
 
.all ul li ul, .allt ul li ul {
margin-top:10px;
	padding-top: 2px;
	padding-bottom: 14px;
	font-family:  'Merriweather Sans', sans-serif, Helvetica, Arial;
	color: #444545;
	font-size: 12px;
	}
.all ul li ul li, .allt ul li ul li {
	padding-left:30px;
	padding-right:20px;
	background-image: none;
	list-style-type: square;
  }
.long {
	width: 100%;
}
.left {
	float: left;
}
#chefl {
	float: left;
	width: 46%;
	padding-right: 36px;
	}
#chefr {
	float: left;
	width: 46%;
	background-color: #d1d6d6;
	}
	
#chefl h4, #chefr h4, .team h4, .teamr h4 {
	font-size: 14px;
	font-weight: bold;
	color: #444545;
	padding-bottom: 10px;
}	

#chefl img, #chefr img, .team img, .teamr img {
	padding-top: 20px;
}

#chefl p, #chefr p, .team p, .teamr p { padding-bottom:0.6em;

}	

#chefl li, #chefr li {
	padding-bottom: 0.3em;
}

.team {
	float: left;
	width: 206px;
	padding-right: 41px;
}
.teamr {
	float: left;
	width: 206px;
}
/*   INFO :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#info { 
	float: left;
	width: 244px;
	padding: 10px 30px;
} 

#sidebar {
	float: right;
	width: 230px;
	padding-top: 27px;
	font-size: 12px;
	}

#sidebar article {
	display: block;
	margin-bottom: 10px;
	background-color: #f0f1f1;
	}

#sidebar p {
	margin: 0 0 6px;
	padding: 6px 15px;
	}
	
#sidebar h2 {
	margin-bottom: 10px;
	margin-top:0;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 10px 10px 15px;
	color: #44484c;
	border-bottom: 1px solid #a2b3b3;
	text-transform:uppercase;
}

.lino {
	border-bottom: 1px solid #a2b3b3;
	width: 200px;
}
#sidebar article img {
	padding: 6px 0px;
}
.clear { clear: both;
}	

/*   footer :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

footer {
display:none;
	}


footer h2 {
	font-family: 'Monda', sans-serif, Helvetica, Arial;
	margin:0;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
	color: #ffffff;
	text-transform:uppercase;
}

footer h3 {
	margin:0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #ffffff;
}

footer p {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 12px;
	color: #ffffff;
}
.foonav1 a, .foonav1 a:link {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:#53575b;
	text-decoration: none;
}
.foonav1 a:hover {
	color:#00aeef;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	}

.adress {
	display: block;
	padding-top:10px;
	padding-right: 50px;
	}
.oob {
	float: left;
	padding-right:1.8em;
	width: 28%;
	}
#foota {
	height: 100%; 
	width:950px; 
	margin: 0 auto; 
	padding-left: 30px;
	}
.adress hr { display: block; height: 1px; border: 0; border-top: 1px solid #717171; margin: 6px 0; padding: 0;}

footer .adress a, footer .adress a:link, footer .adress a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#ffffff;
	text-decoration: none;
	}

footer .adress a:hover,
footer .adress a:focus {
	color:#01aab0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}
	
.copy {
	width: 20%;
	float: right;
	font-size: 10px;
	color: #ffffff;
	padding-right:0px;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

/*hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }*/

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

/*ul, ol { margin: 1em 0; padding: 0 0 0 40px; }*/
dd { margin: 0 0 0 40px; }
/*nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }*/


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

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

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
