/* 
 * 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 ==========================================================
 */

@font-face {
  font-family: 'YanoneKaffeesatzRegular';  
  src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot');
  src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot?iefix') format('eot'),
       url('../fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
       url('../fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
       url('../fonts/YanoneKaffeesatz-Regular-webfont.svg#webfonthKXnaAjv') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =============================================================================
   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; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { 
	/*background: url(../img/matte.png) 0 0 repeat; */
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
/*
#bg { position: fixed; top: 0; left: 0; z-index: 0 }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
*/
body { margin: 0; font-size: 16px; line-height: 1.231; }

body, button, input, select, textarea { font-family: Tahoma,Arial,Helvetica,sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #3A8AC9; color: #fff; text-shadow: none; }
::selection { background: #3A8AC9; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #06e; }
a:visited { color: #06e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */
  
p { margin: 0; padding: 5px 0; }

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, monospace; _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; }
dl {margin: 0;}
dt {clear: left;float: left; width: 100px;margin-right: 5px;line-height:1.4em}
dd {float: left; width: 700px;line-height:1.4em;padding-bottom: 18px;}
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/e 
 */

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; }

/*
 * 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)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -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; }

/* ==|== primary styles =====================================================
   Author: T. Bongers
   ========================================================================== */

h1 {
	font-size: 2.5em;
	font-family: 'YanoneKaffeesatzRegular';
	font-weight: normal;
	color: #0F304A;
	/* border-bottom: 1px solid #a5a5a5; */
	margin: 30px 0 10px 0;
}

h2 {
	font-size: 1.8em;
	font-family: 'YanoneKaffeesatzRegular';
	font-weight: normal;
	color: #0F304A;
	margin: 0 0 25px 0;
}

h3 {
	font-size: 1.6em;
	font-family: 'YanoneKaffeesatzRegular';
	font-weight: normal;
	color: #0F304A;
	margin: 35px 0 10px 0;
}

blockquote { 
	position: relative;
	line-height: 1.6em;
}
blockquote:before { 
  content: "\201D";
  position: absolute;
  top: 25px; left: -40px;
  font-size: 90px; color: #999;
  font-family: Arial;
}

#header {
	height: 171px;
	/* box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5) inset;
	border-bottom: 3px solid #bbb; */
	text-shadow: 0 1px 0 #000000;
}
#navbar {
	/* background: url(../img/nav-bg.png) 0 0 repeat-x; */
	height: 36px;
	position:absolute;
	bottom:4px;
	left:0px;
	z-index: 150;
	width: 100%;
}
#navbar ul {margin:0}

#top_image  {
	width:100%;
}
#top_image img { 
	position: absolute;
	top: 20px;
	right: 40px;
	-moz-transform: rotate(3deg);
	-webkit-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	background: transparent;
	max-width: 30%;
} 

#logo {
width:100%;
}

#logo .text {
	position: absolute;
	left: 25px;
	top: 20px;
	width: 400px;
	height: 140px;
	font-size: 3.4em;
	font-family: 'YanoneKaffeesatzRegular';
	color: #ffffff;
}


.inhalt {
	width: 95%;
	padding: 0 2.5%;
}
.inhalt p { line-height: 1.6em; }

.col1 {
	margin: 0 auto;
	width: 1010px;
	position:relative;
	height:100%;
}


.col2 {
	width: 460px;
	display: inline-block;
	margin-right: 20px;
}

.col3-1 {
	width: 235px;
	float: left;
	padding-right: 20px;
}

.col3-2 {
	width: 420px;
	float: left;
	padding-right: 20px;
}

.collast {
	padding-right: 0;
}

.col2 p {
	clear: both;
}

#main {
	background: #fff;
	padding: 10px 0 50px 0;
}



#footer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	border-top: 3px solid #8000ad;
	font-size: 11px;
	color: #737373;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
    padding: 20px 0;
}

#footer .gesenkt {
	font-size: 1.4em;
	font-family: 'YanoneKaffeesatzRegular';
	text-align: left;
	padding: 10px;
}

#footer .gesenkt img {
	vertical-align: middle;
	padding: 0 15px;
}


.vcard {
	text-align: center;
	padding: 10px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.gesenkt {
    border: 1px solid #070707;
    border-radius: 4px 4px 4px 4px;
    
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
.cta  {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 8px 20px;
	margin: 15px 0 10px 0;
	border-left: 1px solid #5fadc9;
	border-top: 1px solid #5fadc9;
	border-right: 1px solid #0a3c4f;
	border-bottom: 1px solid #0a3c4f;
	font-size: 1.8em;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.3);
	background: #0088b9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0088b9), to(#136d8d));
	background: -webkit-linear-gradient(#0088b9, #136d8d);
	background: -moz-linear-gradient(#0088b9, #136d8d);
	background: -ms-linear-gradient(#0088b9, #136d8d);
	background: -o-linear-gradient(#0088b9, #136d8d);
	background: linear-gradient(#0088b9, #136d8d);
	-pie-background: linear-gradient(#0088b9, #136d8d);
	behavior: url(/js/PIE.htc);
	position: relative;
}

.cta:visited,.cta:hover {color: #fff;}

.cta:active {box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2) inset;}

.extern {
	background: url(../img/ico-external.gif) 0 center no-repeat;
	padding: 0 0 0 15px;
}

.img_gallery {
	float: left;
	width: 25%;
}




/* ============================================================================
   menus
   ========================================================================== */


.tabs { 
list-style: none; 

}
ul.tabs {
	margin-left: -40px;
}
.tabs li { 
  /* Makes a horizontal row */
	float: left; 
	
	/* So the psueudo elements can be
	   abs. positioned inside */
	position: relative; 
}
.tabs a { 
  /* Make them block level
     and only as wide as they need */
  float: left; 
  padding: 10px 20px; 
  text-decoration: none;
  margin-right: 2px;
  
  /* Default colors */ 
  color: #ffffff;
  background: #8000ad;  /* #991A00 */; 
  
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; 
}
.tabs a:hover {
	color: #cccccc;
}
.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}
.tabs .active a { 
  /* Colors when tab is active */
  background: #ffffff;; 
  color: #000000; 
  margin-right: 0px;
  margin-left: -2px;
}
.tabs .active a:hover {
	color: #000000;
}
.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
  content: "";
}
.tabs .active:before, .tabs .active:after {
  background: #ffffff; 
  
  /* Squares below circles */
  z-index: 1;
}
/* Squares */
.tabs li:before, .tabs li:after {
  background: #8000ad;  /* #991A00 */;
  width: 10px;
  height: 10px;
}
.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}
/* Circles */
.tabs li a:after, .tabs li a:before {
  width: 20px; 
  height: 20px;
  /* Circles are circular */
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  border-radius:         10px;
  background: url(../img/matte.png) 0 0 repeat;
  
  /* Circles over squares */
  z-index: 2;
}
.tabs .active a:after, .tabs .active a:before {
  background: #8000ad; /* #991A00; */
} 

/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
  background: url(../img/matte.png) 0 0 repeat;
}
.tabs li:last-child a {
	margin-right: 0px;
}
.tabs li a:before {
  left: -20px;
}
.tabs li a:after {
  right: -20px;
}
.tabs li.active a:before {
  left: -22px;
}


#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'YanoneKaffeesatzRegular';
}

#footer ul li {
	display: inline;
}

#footer ul li a,
.vcard a {
	color: #6F7B7E;
	text-decoration: none;
}

#footer ul li a:visited,
.vcard a:visited {
	color: #6F7B7E;
}

#footer ul li a:hover,
.aktiv a,
.vcard a:hover {
	color: #fff;
}


  
/* =================================
   footer
   ============================== */

#footer ul {
	text-align: center;
	border-bottom: 1px solid #333;
	font-size: 1.4em;
}

#footer ul li {
	line-height: 40px;
}

#footer .icons img {
	margin-right: 40px;
}



/* ==|== 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; }
.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; }

.clear_left {clear:left;}



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !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; }
}

/* Hack for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#navbar {bottom: 3px;}
}


/* Cookie-Hinweis  */


#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #ebbf53; 
   background: -moz-linear-gradient(top, #ebbf53 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebbf53), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ebbf53 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ebbf53 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #ebbf53 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ebbf53 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#ebbf53', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:14px; 
   line-height:18px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

@media (max-width: 767px) {
#cookiedingsbums {
text-align: left;
padding-right: 18px;
}
#cookiedingsbumsCloser {
padding:15px;
top:10px;
right:10px;
font-size:18px;
}
}

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

