/*
 * Theme Name: GSV
 * HTML5 Boilerplate for Wordpress
 * Author: TAO Software
 */

/*
 * 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.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

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


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

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

body { margin: 0; font-size: 14px; line-height: 1.3; }

body, button, input, select, textarea { font-family: Helvetica,Arial,sans-serif; color: #7c7c7c; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */


::-moz-selection { background: #ccc; color: #fff; text-shadow: none; }
::selection { background: #ccc; color: #fff; text-shadow: none; }


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

a { color: #F3AB39; }
a:visited { color: #F3AB39; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


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

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

b, strong { font-weight: bold; color:#444444;}

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: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
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: gist.github.com/413930 */
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: 0px; padding: 0 0 0 0px;
	list-style: none outside none;

}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


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

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

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

/*
 * Correct overflow displayed oddly in IE9
 */

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


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

figure { margin: 0; }


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

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

/*
 * 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; }

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

/*
 * 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; }

/*
 * 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"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

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


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

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */








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

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

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   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.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}


/*------------- GRID --------------*/

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
	width:30px;
}

.container_24 .grid_2 {
	width:70px;
}

.container_24 .grid_3 {
	width:110px;
}

.container_24 .grid_4 {
	width:150px;
}

.container_24 .grid_5 {
	width:190px;
}

.container_24 .grid_6 {
	width:230px;
}

.container_24 .grid_7 {
	width:270px;
}

.container_24 .grid_8 {
	width:310px;
}

.container_24 .grid_9 {
	width:350px;
}

.container_24 .grid_10 {
	width:390px;
}

.container_24 .grid_11 {
	width:430px;
}

.container_24 .grid_12 {
	width:470px;
}

.container_24 .grid_13 {
	width:510px;
}

.container_24 .grid_14 {
	width:550px;
}

.container_24 .grid_15 {
	width:590px;
}

.container_24 .grid_16 {
	width:630px;
}

.container_24 .grid_17 {
	width:670px;
}

.container_24 .grid_18 {
	width:710px;
}

.container_24 .grid_19 {
	width:750px;
}

.container_24 .grid_20 {
	width:790px;
}

.container_24 .grid_21 {
	width:830px;
}

.container_24 .grid_22 {
	width:870px;
}

.container_24 .grid_23 {
	width:910px;
}

.container_24 .grid_24 {
	width:950px;
}

.container_24 .grid25{
	width:910px;
}


/* Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
	padding-left:40px;
}

.container_24 .prefix_2 {
	padding-left:80px;
}

.container_24 .prefix_3 {
	padding-left:120px;
}

.container_24 .prefix_4 {
	padding-left:160px;
}

.container_24 .prefix_5 {
	padding-left:200px;
}


.container_24 .prefix_6 {
	padding-left:240px;
}

.container_24 .prefix_7 {
	padding-left:280px;
}

.container_24 .prefix_8 {
	padding-left:320px;
}

.container_24 .prefix_9 {
	padding-left:360px;
}

.container_24 .prefix_10 {
	padding-left:400px;
}

.container_24 .prefix_11 {
	padding-left:440px;
}

.container_24 .prefix_12 {
	padding-left:480px;
}

.container_24 .prefix_13 {
	padding-left:520px;
}

.container_24 .prefix_14 {
	padding-left:560px;
}

.container_24 .prefix_15 {
	padding-left:600px;
}

.container_24 .prefix_16 {
	padding-left:640px;
}

.container_24 .prefix_17 {
	padding-left:680px;
}

.container_24 .prefix_18 {
	padding-left:720px;
}

.container_24 .prefix_19 {
	padding-left:760px;
}

.container_24 .prefix_20 {
	padding-left:800px;
}

.container_24 .prefix_21 {
	padding-left:840px;
}

.container_24 .prefix_22 {
	padding-left:880px;
}

.container_24 .prefix_23 {
	padding-left:920px;
}



/* Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
	padding-right:40px;
}

.container_24 .suffix_2 {
	padding-right:80px;
}

.container_24 .suffix_3 {
	padding-right:120px;
}

.container_24 .suffix_4 {
	padding-right:160px;
}

.container_24 .suffix_5 {
	padding-right:200px;
}

.container_24 .suffix_6 {
	padding-right:240px;
}

.container_24 .suffix_7 {
	padding-right:280px;
}

.container_24 .suffix_8 {
	padding-right:320px;
}

.container_24 .suffix_9 {
	padding-right:360px;
}

.container_24 .suffix_10 {
	padding-right:400px;
}

.container_24 .suffix_11 {
	padding-right:440px;
}

.container_24 .suffix_12 {
	padding-right:480px;
}

.container_24 .suffix_13 {
	padding-right:520px;
}

.container_24 .suffix_14 {
	padding-right:560px;
}

.container_24 .suffix_15 {
	padding-right:600px;
}

.container_24 .suffix_16 {
	padding-right:640px;
}

.container_24 .suffix_17 {
	padding-right:680px;
}

.container_24 .suffix_18 {
	padding-right:720px;
}

.container_24 .suffix_19 {
	padding-right:760px;
}

.container_24 .suffix_20 {
	padding-right:800px;
}

.container_24 .suffix_21 {
	padding-right:840px;
}

.container_24 .suffix_22 {
	padding-right:880px;
}

.container_24 .suffix_23 {
	padding-right:920px;
}



/* Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
	left:40px;
}

.container_24 .push_2 {
	left:80px;
}

.container_24 .push_3 {
	left:120px;
}

.container_24 .push_4 {
	left:160px;
}

.container_24 .push_5 {
	left:200px;
}

.container_24 .push_6 {
	left:240px;
}

.container_24 .push_7 {
	left:280px;
}

.container_24 .push_8 {
	left:320px;
}

.container_24 .push_9 {
	left:360px;
}

.container_24 .push_10 {
	left:400px;
}

.container_24 .push_11 {
	left:440px;
}

.container_24 .push_12 {
	left:480px;
}

.container_24 .push_13 {
	left:520px;
}

.container_24 .push_14 {
	left:560px;
}

.container_24 .push_15 {
	left:600px;
}

.container_24 .push_16 {
	left:640px;
}

.container_24 .push_17 {
	left:680px;
}

.container_24 .push_18 {
	left:720px;
}

.container_24 .push_19 {
	left:760px;
}

.container_24 .push_20 {
	left:800px;
}

.container_24 .push_21 {
	left:840px;
}

.container_24 .push_22 {
	left:880px;
}

.container_24 .push_23 {
	left:920px;
}



/* Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
	left:-40px;
}

.container_24 .pull_2 {
	left:-80px;
}

.container_24 .pull_3 {
	left:-120px;
}

.container_24 .pull_4 {
	left:-160px;
}

.container_24 .pull_5 {
	left:-200px;
}

.container_24 .pull_6 {
	left:-240px;
}

.container_24 .pull_7 {
	left:-280px;
}

.container_24 .pull_8 {
	left:-320px;
}

.container_24 .pull_9 {
	left:-360px;
}

.container_24 .pull_10 {
	left:-400px;
}

.container_24 .pull_11 {
	left:-440px;
}

.container_24 .pull_12 {
	left:-480px;
}

.container_24 .pull_13 {
	left:-520px;
}

.container_24 .pull_14 {
	left:-560px;
}

.container_24 .pull_15 {
	left:-600px;
}

.container_24 .pull_16 {
	left:-640px;
}

.container_24 .pull_17 {
	left:-680px;
}

.container_24 .pull_18 {
	left:-720px;
}

.container_24 .pull_19 {
	left:-760px;
}

.container_24 .pull_20 {
	left:-800px;
}

.container_24 .pull_21 {
	left:-840px;
}

.container_24 .pull_22 {
	left:-880px;
}

.container_24 .pull_23 {
	left:-920px;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/** THE START PAGE **/

body {
	background:#e7e7e7 url('img/background.gif') no-repeat;
	background-position:center top;
}

h1,h2{

	color:#F3AB39;
}

article{

	background:#FFFFFF;
	padding:15px;
	margin-bottom:10px;

}

article h1,
article h2{

	margin-top:2px;

}


article .post-date{

	margin-bottom:3px;
	font-size:12px;
}

article,
.generic-list .entry{

	-moz-box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;
	-ms-box-shadow:0px 0px 3px #ccc;
	-o-box-shadow:0px 0px 3px #ccc;
	box-shadow:0px 0px 3px #ccc;
}

article ul{

	margin-left:15px;
}

article li{

	list-style-type:square;
	padding-top:3px;
	padding-bottom:3px;
}

.header-text {
	height:197px;
	margin:0px;
}
.slider-header {
	background: url('img/slider-header-2.jpg') no-repeat;
	margin-top:20px;
	padding-top:24px;
	padding-bottom:36px;
	width:890px;
	height:64px;
	padding-left:130px;
}
.slider-menu a {
	display:block; float:left;
}
.slider-menu {
	padding-top:9px;
	height:124px;
	/*background:transparent url('img/slider-footer.png') top left no-repeat;*/
	/*background:transparent url('img/slider-bottom-shadow.jpg') bottom  repeat-x;*/

}
.menu-footer-menu-container a {
	text-decoration:underline;
}
.tag-line {
	height:123px;
	/*background:transparent url('img/tagline_background.jpg') no-repeat;*/
	background-color:white;
	box-shadow:1px 1px 2px #cecece;
}
.tag-line a {
	text-decoration:none;
}

.tag-line .content {
	margin-top:30px;
	font-family:Georgia;
	font-size:15px;
	font-style:italic;
	margin-left:20px;
	color:#999;

	line-height:21px;
}

.impressum { text-align:right; padding-bottom:20px; }
.impressum, .impressum a { color:#888; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size:12px;}


.header-text {
	/*color:#f3ab39;*/
	color:#fbbc00;
	font-size:26px;
	font-family:Helvetica,sans-serif;
	font-weight:normal;
}

.header-text span {
	font-size: 34px;
}

.header-text strong{

	color: #FBBC00;
}

	.slider-content {
		position:relative;
		height:450px;
	}
	.slider-content a.slide {

		position:absolute;
		top:0px;
		left:0px;
		width:950px;
		height:450px;
		display:none;
	}
	.slider-content a.slide.first {
		display:block;
	}
	.slider-menu a {
		position:absolute;
		top:0px;
		left:0px;
		display:block;
	}

	.slider-menu a.active { display:none; z-index:20; }

	.slider-menu a.wanderdorfer { left:240px; }
	.slider-menu a.wanderwege { left:480px; }
	.slider-menu a.wanderbetriebe { left:695px; }
	.slider-menu a.first { display:block; }

	.header-text h1 {
		margin-top:90px;
		font-weight:normal;
	}
	.header-text strong {
		font-weight:normal;
		text-decoration:underline;
	}

/** Lists **/
.list-header {
	color:#f3ab39;
	font-size:36px;
	font-family:Helvetica,sans-serif;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
}
.border-bottom {
	border-bottom:1px solid #cecece;
	margin-bottom:20px;
}
.list-title {
	padding-top:25px;
	vertical-align:middle;
}
.list-logo {
	width:200px;
	height:83px;
	display:block;
}
.logo-betriebe {
	background:transparent url('img/logo-betriebe.png') no-repeat;
}

.generic-list .entry {
	background-color:white;
	padding:15px;
	color:#7c7c7c;
	font-family:Helvetica,sans-serif;
	min-height:355px;
}
.entry-title {
	color:#f3ab39;
	font-size:18px;
	padding-bottom:8px;
}

.entry-subtitle {
	/*color:#cbdce6;*/
	font-size:12px;
	position:absolute;
	top:0px;
	left:15px;
}

.entry-subtitle .stars{

	margin-left:5px;
}

.entry-thumb {
	padding-bottom:10px;
	text-align:center;

}
.generic-list .entry p {
	font-size: 14px;
	padding-bottom:10px;
}

a.button-more {
	background:url('img/button_more_info.png') no-repeat right top;
	display:block;
	height:38px;
	color:#FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	line-height:38px;
	position:relative;
	width:175px;

}


a.button-more span{

	background:url('img/button_more_info.png') no-repeat left top;
	float:left;
	position:relative;
	padding-left:80px;

}


.generic-list .entry .button-more{

	position:absolute;
	bottom:15px;
	width:280px;

}
.generic-list .entry .outgoing{

	position:absolute;
	top:76px;
	right:15px;
	width:15px;
	height:15px;
	background: url("img/outgoing.png") no-repeat;

	-moz-box-shadow:0px 0px 3px #FFF;
	-webkit-box-shadow:0px 0px 3px #FFF;
	-ms-box-shadow:0px 0px 3px #FFF;
	-o-box-shadow:0px 0px 3px #FFF;
	box-shadow:0px 0px 3px #FFF;
}


.generic-list .entry .button-more .outgoing{

	right:5px;
	top:12px;

}

.navigation {
	text-align:center;
	color:#f3ab39;
}
.navigation a, .navigation a:visited {
	color:#f3ab39;
	text-decoration:none;
	font-family:Helvetica,sans-serif;
	font-size:14px;
}
.navigation a:hover {
	text-decoration:underline;
}


.alignleft{

	float:left;
	margin-right:15px;
	margin-bottom:15px;
}


.alignright{

	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

/**
 * 	home-teasers
 */

.home-teasers{
	/*
	position:absolute;
	left:0px;
	bottom:10px;
	height:150px;
	width:100%;
	z-index:10;*/
	position: absolute;
	right: 10px;
	top: 10px;
	height: auto;
	width: 146px;
	z-index: 10;
	/*
	height: 97px;
	width: 146px;
	float: left;
	margin-left: 0px;
	margin-bottom: 13px;
	overflow: hidden;*/
}

.home-teasers div{
i/*
	height:150px;
	width:215px;
	float:left;
	margin-left:11px;
	margin-right:11px;
	overflow:hidden;
*/
height: 97px;
width: 146px;
float: left;
margin-left: 0px;
margin-bottom: 13px;
overflow: hidden;
height:97px;
}

.home-teasers img{

	width:215px;
	height:auto;
	display:block;

}

/**
 * 	header menu
 */

header .menu{

	position:absolute;
	top:130px;
	width:100%;
	border-top: 1px dotted #CACACA;
	border-bottom: 2px solid #CACACA;
}

header{

	position:relative;
	z-index:10;
	height:205px;
	/*border-bottom: 1px solid #CACACA;*/
	margin-bottom:30px;
}

header .menu li{

	float:left;
	font-size:14px;

}

header .menu li a{

	text-decoration: none;
	color:#444444;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;

}

header .menu .current_page_item > a,
header .menu .current_page_ancestor > a,
header .menu a:hover{

	color:#F3AB39;
}


header .menu .sub-menu{

	position:absolute;
	top:38px;
	left:0px;
	height:0px;
	overflow:hidden;
	display:none;
	border-bottom: 2px solid #CACACA;
	width:100%;



}

header .menu .current_page_item .sub-menu,
header .menu .current_page_ancestor .sub-menu{

	height:38px;
	display: block;
}


header .home-link {
	display:block;
	width:80px;
	height:79px;
    background: url("img/logo.png") no-repeat scroll 0 0 transparent;

    position: absolute;
    left: 0px;
    top: 26px;


}


header h1{

	color:#F3AB39;
	position:absolute;
	left:115px;
	top:26px;
	height:80px;
	display:table;
	margin:0px;
	font-size:32px;
	font-weight:normal;
}

header h1 div{

	display:table-cell;
	vertical-align:middle;
	padding-right:200px;
}

header .badge{

	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}
/**
 * 	footer
 */

footer{

	clear:both;
	margin-top:20px;
	border-top: 1px solid #CACACA;
	padding-top:20px;
}




footer .menu{

	float:right;
	margin-bottom:20px;
}

footer .menu li{

	float:left;
	list-style-type:none;
	margin-right: 10px;
	padding-right:10px;
	border-right:solid 1px #888888;

}

footer .menu li:last-child{

	border-right:none;
	padding-right:0px;
	margin-right:0px;
}

footer .menu a{

	color:#888888;
}


footer .menu-left .menu{

	float:left;

}

footer .menu-left .menu li{

	border:none;

}


footer .menu-left a{

	text-decoration:none;
}

footer .menu-left .menu > li{

	margin-right:70px;


}

footer .menu-left .menu > li > a{
	text-decoration:underline;
	color:#555;
}

footer .menu-left .sub-menu{

	margin-top:15px;
	margin-left:7px;


}

footer .menu-left .sub-menu li{

	float:none;
	font-size:12px;
	margin-bottom:8px;
}

/**
 * 	sidebar
 */


aside{

	padding-left:25px;
	float:left;
	width:215px;
}

aside .sidebar-title{

	font-size:16px;
	text-transform: uppercase;
	color:#F3AB39;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:solid 1px #CACACA;

}

aside li a,
aside li a:visited{

	display:block;
	line-height:17px;
	margin-top:10px;
	margin-bottom:10px;
	color:#444;
	text-decoration:none;
	font-size:12px;
	padding-left:15px;
	background:url("img/list_arrow.png") no-repeat left 4px;
	margin-left:3px;




}


aside a:hover{

	color:#F3AB39 !important;
}

aside .entry{

	margin-top:30px;


}

aside .entry .inner{

	padding-top:10px;
	padding-bottom:10px;
}

aside input{
	padding:3px;
	border:solid 1px #ccc;
}

aside .entry input{

	margin-top:10px;
}

aside .entry input.email{

	margin-bottom:10px;
}

aside .entry a
{

	display:block;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
	color:#FFFFFF;
	background:#F3AB39;
	width:100px;
	text-align:center;
	border:none;

}


#searchform #s{

	width:170px;
	padding-top:8px;
	padding-bottom:8px;
}

#searchform #searchsubmit{

	border:none;
	background:url("img/search.png") no-repeat;
	width:33px;
	height:35px;
	text-indent: -10000px;
}

aside .subscribe-newsletter .error{

	border: solid 1px red;
}

aside .entry a:hover{

	opacity:0.7;
	filter:Alpha("opacity=70");
	color:#FFFFFF !important;
}

aside #searchform{

	margin-bottom:30px;
}

aside #searchform input{

	margin-top:10px;
}

aside #searchform .screen-reader-text{

	display:none;
}


aside ul,
aside #searchform{


	/*padding:15px;*/
}

aside .entry input {
	width:208px;

}



/**
 * 	picturetrack adaption
 */


.picturetrack-overlay h3{

	color:#F3AB39 !important;

}

.picturetrack-overlay .jspDrag{

	background:#f6d298 !important;
}

.picturetrack-overlay .jspArrow{

	background: #F3AB39 !important;
}


/**
 * 	gallery styles
 */

.ngg-gallery-thumbnail{

	margin-right:0px !important;
}

.ngg-gallery-thumbnail img{

	border:none !important;
	padding:0px !important;
	margin-left:0px !important;
	margin-right:5px !important;
	margin-bottom:5px !important;
	margin-top:0px !important;
}

/**
 * 	styles for forms
 */

.wpcf7 textarea{

	width:95%;
	min-width:95%;
	max-width:595%;
	max-height:400px;
	min-height:200px;
}

.wpcf7 input,
.wpcf7 textarea{

	margin-top:7px;
}

.wpcf7 div{

	float:left;
	width:50%;
}

.wpcf7 input{

	width:95%;
}

.wpcf7 div input{

	width:90%;
}

.wpcf7-submit,
input[type="checkbox"]{

	width:auto !important;

}

.partner_border{
	border-bottom:1px solid #DDDDDD
}

.bundensland_search{
	margin-bottom:20px;
	margin-left:3px;
}

/**
 * 	styles for post meta
 */

.post-meta{

	padding:10px;
	border:solid 1px #ccc;
	background:#eeeeee;
	position:relative;
	height:173px;
}

.post-meta ul{

	margin-left:0px;
}

.post-meta li{

	list-style-type:none;
	padding-top:0px;
	padding-bottom:0px;
}

.post-meta .map{

	position:absolute;
	right:10px;
	top:10px;
	border:solid 1px #cccccc;
}

.post-meta li{

	margin-top:5px;
	margin-bottom:5px;
}


#home-button {
	width:262px;
	height:80px;
	background:transparent url(img/welcome-button.png) no-repeat;
	display:block;
	position:absolute;
	bottom:18px;
	left:-260px;
}

#home-button:hover {
	background:transparent url(img/welcome-button-over.png) no-repeat;
}


/** alex **/
		.websitecheck-block1 { float:left; width:224px; height:340px; background-image:url(/wp-content/uploads/2011/11/block_11.jpg); }
	.websitecheck-block2 { float:left; width:230px; height:340px; background-image:url(/wp-content/uploads/2011/11/block_21.jpg); color:#000; }
	.websitecheck-block3 { float:left; width:224px; height:340px; background-image:url(/wp-content/uploads/2011/11/block_31.jpg); }
	.websitecheck-block1 h3, .websitecheck-block2 h3, .websitecheck-block3 h3 { text-align:center; padding-top: 5px; }
	.websitecheck-block1 p, .websitecheck-block2 p, .websitecheck-block3 p { font-size:12px; text-align:center; margin-bottom:5px; }
	.websitecheck-button_gelb a, .websitecheck-button_weiss a { display:block; padding-top:6px; font-weight:bold; font-size:12px; color:#000; text-decoration:none; }
	.websitecheck-button_gelb 	{ width:211px; height:28px; background-image:url(/wp-content/uploads/2011/11/button_gelb1.jpg); text-align:center; margin-left:8px; }
	.websitecheck-button_weiss 	{ width:211px; height:28px; background-image:url(/wp-content/uploads/2011/11/button_weiss.jpg); text-align:center; margin-left:10px; }
	.websitecheck-berater 		{ clear:both; }



div.slider-menu-white a {
	display:block; float:left;
	width:238px;
	height:80px;
	margin:0;
	padding:0;
	border:none;
}
div.slider-menu-white {
	height:112px;
	margin-bottom:20px;
	background:transparent url('img/buttonbar-bg.gif') repeat-x;
	border-bottom:2px solid #ddd;
}

div.slider-menu-white a {
	background:transparent url('img/buttonbar.png') 0 -12px no-repeat;
	margin-top: 14px;
}

div.slider-menu-white a.element-1 { background-position:-238px -12px; }
div.slider-menu-white a.element-2 { background-position:-476px -12px; }
div.slider-menu-white a.element-3 { background-position:-714px -12px; width:236px; }