/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #fff;
  min-height: 100%;
}

html {
 background: #ab99b4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiOTliNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYjhlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ab99b4 0%, #b8e6e6 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab99b4), color-stop(0%,#b8e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(#b8e6e6 0%,rgba(184, 230, 230, 0.08) 100%) no-repeat fixed; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(#b8e6e6 0%,rgba(184, 230, 230, 0.08) 100%) no-repeat fixed; /* Opera 11.10+ */
background: -ms-linear-gradient(#b8e6e6 0%,rgba(184, 230, 230, 0.08) 100%) no-repeat fixed; /* IE10+ */
background: linear-gradient(#b8e6e6 0%,rgba(184, 230, 230, 0.08) 100%) no-repeat fixed; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab99b4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

hr {
    border:none;
    border-top: 1px solid #0093A8;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
    padding:5px 0 5px 0;
                    }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #ccc; color:#000; text-shadow: none; }
::selection { background:#ccc; color:#000; text-shadow: none; }

html * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout:none;
}


/* CONTAINER
----------------------------------------- */

#Container {
  margin:0px auto 0px auto;
  width:1200px;

    }

header {
    position: relative;
    height:161px;
    width:1200px;
    background: url(../images/bg_header.png) no-repeat;
    z-index: 1;
}

.logo {
    position: absolute; top:36px; left:174px;
    width:111px;
    height:111px;
    display: block;
    }

.claim {
   color: #008887;
    font-family: "VAG Rounded LT W01 Light";
    font-size: 1.2em;
    left: 320px;
    position: absolute;
    top: 75px;
}


#Flaggen {
	position:absolute;
	top:80px;
	left:956px;
	}

#Flaggen ul.translations {
	list-style:none;
	display: inline;
}

#Flaggen li {
	float: left;
	padding-right: 7px;
}


#Layout {
   width:1200px;
   min-height: 400px;
   margin-top: 30px;
   float: left;
  position: initial;
  overflow: hidden;

}

#Content {
  width: 690px;
  float: left;
  padding: 34px 30px 20px 20px;
}

#ContentLogin {
  width: 605px;
  float: left;
  padding: 64px 0px 20px 20px;
}

#ContentTeasers {
	width: 1200px;
	float: left;
 	padding: 0;

}

#Teasers {
  margin:0px;

}

.Teaser {
  width:400px;
  margin:0;
  float: left;
}


.typography .Teaser h2 {
  background-color: #FBCE81;
  opacity: 0.9;
  padding: 12px 0 4px 12px;
  height:26px;
  margin: -46px 0 0px 0;
  font-size:1.3em;
  color:#fff;
  font-family:'VAG Rounded LT W01 Light';

}

.typography .Teaser p {
  color:#087a87;
  font-size: 0.8em;
  line-height: 1.2em;
}

.typography .Teaser img {


}

#AktuellesWrapper {
  clear: both;
 height: auto;
  top: 625px;
  position: absolute;
  width: 1200px;
}

#AktuellesStart {
 position: absolute; right: 0; top: 0;
  width: 200px;
  height:200px;
  float: right;
  z-index: 2;
  background-color: transparent;
}


/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
   	background-color: #008887;
    position: absolute;
    width: 100%;
    left: 0;
}

#Navigation ul {
    list-style:none;
    list-style-image:none;
    font-size:1.1em;
    width:878px;
    margin:0 auto 0 auto;
    padding:4px 0 3px 164px;
}

#Navigation li {
    display:inline;
    padding:0;
}

#Navigation a {
	font-family:'VAG Rounded LT W01 Light';
	font-size: 0.9em;
	padding: 6px 9px 3px 9px;
	margin-right: -4px;
	color:#fff;
	outline: none;
	text-decoration:none;
 	border-right:1px solid #FFF;
 	-o-transition:.5s;
 	-ms-transition:.5s;
 	-moz-transition:.5s;
 	-webkit-transition:.5s;
 	transition:.5s;
}

#Navigation a:hover {
    color:#bacc00;
}

#Navigation .current, #Navigation .section  {
    color: #bacc00;
    css
}

#Navigation .last {
	border-right: none;
}


#Sidebar {
    float:left;
    width:200px;
    padding:40px 30px 0 0;
    background: #FAFBEC;
    margin:0px 0 -5000px 0;
    padding-bottom: 5000px;
  }




ul#Menu2 a  {
   margin:0;
	font-family:'VAG Rounded LT W01 Light';
   outline: none;
   display: block;
   text-decoration:none;
   text-transform: uppercase;
  	-o-transition:.5s;
 	-ms-transition:.5s;
 	-moz-transition:.5s;
 	-webkit-transition:.5s;
 	transition:.5s;

}

ul#Menu2 li {
  list-style: none;
  list-style-image: none;
  text-align: right;
}

ul#Menu2 a.levela {
    font-size: 0.9em;
    padding:0 20px 0 2px;
    line-height: 1.2em;
    color:#008887;
    margin-bottom: 8px;
}

ul#Menu2 a.levela.current, ul#Menu2 a.levela.section {
    color: #bacc00;
    background: url('../images/nav_arrow.png') no-repeat center right;

}

ul#Menu2 a:hover {
    color: #bacc00;
}



/* Sub Menu */
ul#Menu2 .sub {
    margin:-5px 0 0px 0px;
    padding:3px 4px 2px 2px;

}

ul#Menu2 a.levelb {
    font-size: 0.8em;
    padding:0 20px 0 2px;
    line-height: 1.2em;
    color:#008887;
    margin-bottom: 8px;
    text-transform: inherit;
}

ul#Menu2 a.levelb.current, ul#Menu2 a.levelb.section, ul#Menu2 a.levelb:hover {
    color: #bacc00;
}

#SidebarRight {
  width: 209px;
  float: left;
  padding:70px 10px 10px 10px;
  border-left: 1px solid #FEECCE;
  margin-bottom: -5000px;
  padding-bottom: 5000px;

}

#SidebarRight p {
	font-family:'VAG Rounded LT W01 Light';
 	font-size: 0.9em;
	color: #008887;

}

#SidebarRight  a {
	text-decoration: none;
	color: #bacc00;
}

#SidebarRight  a:hover {
 	text-decoration: none;
	color: #008887;
}


footer {

}


.piwik {
  margin:15px 0 0 0px;
  padding:0 0 0 0;
  width: 250px;
 }

/* Team */

.thumbs {
  float: left;
  width:180px;
  height:180px;
  padding: 0 0 0 2px;
  margin: 0 12px 12px 0;
}



.break {
  margin-right: 180px;
}

.typography .thumb img {
  margin-left: -2px;
}


 #imageWrap {
    border-left: 1px solid #feecce;
    padding: 0 0 62px 14px;
    float: left;
    width: 300px;
    margin-top: 70px;
   }

.TeamInfos {
  display: none;
}

iframe {
  margin: -10px 0 0 -8px;


}




/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

#PageNumbers, #PageNumbers a {
    font-size:0.8em;
    }


/* SEARCH FORM
-----------------------------------------------*/
/* Alle*/

.search-bar {
    position: relative;
    left:957px;
    top: 100px;
    width: 200px;
    margin:0;

    }

/* Input mit Button */
#SearchForm_SearchForm .middleColumn {
  float: left;
  height: auto;
}
/* Suchfeld */
#SearchForm_SearchForm .middleColumn input.text {
    background: #fff;
    opacity: 0.7;
    width: 206px;
    height:16px;
    font-weight:normal;
    font-size:0.75em;
    padding:1px 0 2px 28px;
    color: #0093A8;
    text-transform: uppercase;

}
/* Button*/
#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
  width: 18px;
  height:12px;
  background: url(../images/suchbutton.png) no-repeat;
  border: none;
 position: relative; top:-18px; left:7px;

}

.ie7 #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
  margin:-28px 0px 0px -25px;

}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 20px 0;
		font-size: 1em;
	}

#SearchResults a.searchResultHeader {
   font-family:'Myriad Pro Light 1166622', Helvetica, sans-serif;
   margin: 15px 0 8px 0;
   padding: 0 0 10px 0;
   font-size:1.3em;
   font-weight: normal;
   color:#2678C1;
   text-decoration: none;
    }

#SearchResults a.readMoreLink {
   font-size:0.9em;
   line-height:0;

    }

#SearchResults p {
    margin-bottom:0;
    }



/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 35px;
	padding: 5px;
	width: 92%;
	color: #474545;

	background: #fff;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.typography .required{
	margin: 10px 0 10px 10px;
	padding: 3px;
	width: 350px;
	border: 1px solid #EE7D0C;
	background: #fff;

}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}


/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}




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

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

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media only screen and (max-width: 979px) {

#Container, #LayoutHome, #Layout, header {
  width: 960px;
}

#ContentMother {
  width: 468px;
}


#Content, #Banner {
 margin:0 0 0 2px;
}


}

.slicknav_menu {
  display: none;
}

@media only screen and (max-width: 979px) {
  #Container, #LayoutHome, #Layout, header {
    width: 100%;
  }
  .logo {
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
  }
  .claim {
    display: none;
  }
  .search-bar {
    display: none;
  }
  #imageWrap {
    display: none;
  }
  #Flaggen {
    top: initial;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #Flaggen ul {
    display: block !important;
    margin: 0;
    text-align: center;
  }
  #Flaggen ul li {
    float: none;
    display: inline-block;
    text-align: center;
  }

  #Navigation {
    position: initial;
    background: transparent;
    margin-top: 10px;
    font-size: 1.1em;
  }
  #Navigation ul {
    width: 100%;
    padding: 4px 0;
    font-size: 1em;
  }
  #Navigation li {
    display: block;
  }
  #Navigation a {
    box-sizing: border-box;
    border-right: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }

  #mainNavi {
    background: #008887;
    display: none;
  }

  #mainNavi .sub .sub {
    font-size: 0.9em;
    padding-left: 1em;
  }

  #menu-mobile {
  display: block;
  margin-bottom: 1em;
  position: relative;
  z-index: 99;
}

.slicknav_menu {
  display: block;
  font-size: 18px;
  padding: 0;
}

.slicknav_menu, .slicknav_btn {
  background: transparent;
}

.slicknav_nav {
  background: #008887;
}

.slicknav_menu .slicknav_menutxt {
  color: #444;
  text-shadow: 0px 0px 0px transparent;
  font-size: 1.1em;
  font-weight: 700;
}

.slicknav_menu .slicknav_icon-bar {
      background-color: #444;
}

.slicknav_menu .slicknav_icon-bar {
  height: 2px;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 3px;
}

.slicknav_menu .slicknav_icon {
  margin-top: 2px;
}

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
  background: inherit;
}

#Navigation li > a > a{
  font-size: 1em !important;
  padding: 0;
}

.slicknav_menu .slicknav_nav a {
  display: inline-block !important;
  width: auto !important;
}

.slicknav_menu .sub {
  padding-left: 1em !important;
}

.slicknav_menu .sub {
      background: #00c7c6;
}

.slicknav_btn {
  padding-left: 20px !important;
}

  #Layout {
    margin-top: 0;
  }
  #Sidebar {
    display: none;
  }
  #Content {
    width: 100%;
    box-sizing: border-box;
  }
  #Content img {
    max-width: 100%;
  }
  .typography .content-banner {
    margin: 0 auto -25px auto;
    margin-left: -34px !important;
    width: 100vw !important;
    max-width: none !important;
  }
  .typography .ContentBannerText {
    margin: 30px 0 0 0;
    text-align: center;
  }
  #SidebarRight {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #B6CAC9;
  }

  #AktuellesWrapper {
    display: none;
  }

  .Teaser {
    width: 33%;
  }

  header {
    height: 180px;
  }

  #ContentTeasers {
    width: 100%;
  }

  .typography .Teaser img {
    width: 100%;
    height: auto;
  }

  #mainImage {
    width: 100%;
    height: auto;
  }

  #imageWrap {
    margin-bottom: 6em;
  }

}

@media only screen and (max-width: 480px) {
  .Teaser {
    width: 100%;
  }
  .thumbs {
    width: 100%;
  }
}

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  #Navigation, #SidebarRight, #Search, #Sidebar, #SearchForm_SearchForm #SearchForm_SearchForm_action_results, footer {display: none;}
  #Content, #ContentFullWidth,#Layout {width: 95%;}
  .logo a {display: none;}
  a, a:visited { color: #000 !important; text-decoration: none; }

  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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}