@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}
/* General */

h2.sub-title {
	font-size: 40px;
	line-height: 1.1em;
	margin-top: 0.5em;
}

.outer-wrapper, .thumbnail, .breadcrumb, .well.copybox,
.bs-docs-sidenav, .accordion-inner, .portfolio-item-expander,
.tabbable.tab-block .tab-content, .pagination ul li a, blockquote,
.side-menu, .glass-tabs .tab-content, .glass-tabs .nav-tabs > .active > a,
.glass-tabs .nav-tabs > .active > a:hover, .glass-tabs .nav-tabs > .active > a:focus,
.modal-header, .modal-body, .glass-table td {
	background: none;
	border: none;
}

#brand, .footer h4.footer-title, .titlebox,
.pagination ul > .active > a, .pagination ul > .active > span,
#isotope h4, .tabbable.tab-block .nav-tabs li.active a,
.side-menu > li > a:hover,
#testamonials .carousel-indicators li.active, .pricing-popular,
.glass-table th.glass {
	background: #fff;
	color: #c5d630 !important;
}

h1, h2, h3, h4, h5, h6, .legend-title,
.glass-slider .copy, .header .navbar .nav > li > a,
.header .navbar li li a, .article-date p, .latest-posts,
.tabs-left > .nav-tabs li a, .pricing-three ul li, th.glass,
h2, h3, h4, h5, h6, .legend-title, .glass-slider .copy,
.header .navbar .nav > li > a, .header .navbar li li a,
.article-date p, .latest-posts, .tabs-left > .nav-tabs li a,
.pricing-three ul li, th.glass {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
}

a {
	color: #00699b;
}

.well {
	box-shadow: none;
}

body{
	background: #80c6da;
}

.outer-wrapper > div.container > div.row > div.span4 {
	margin-top: -10px;
	float: left;
}

.outer-wrapper > div.container > div.row > div.span8 {
	margin-top: 23px;
	float: right;
}

.header{
	background-color:#fff !important;
}

.searchBoxHolder{
	margin-top:2%;
	height: 70px;
	background-color:#e2ea97;

}

.lead {
	margin-top: -4px;
}

/*Slider*/
.sequence-wrapper {
  clear: both;
  height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 127px 0 0;
  position: relative;
  width: 100%;
  z-index: 200;
}
.sequence-wrapper{
	background:#a5cadc;
}

#sequence-theme #sequence {
  height: 100%;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
  width: 50%;
  float:left;
}
#sequence-theme .next {
  background-color: white;
  right: 107px;
  width:40px;
  height:40px;
  text-align:center;
}
#sequence-theme .prev {
  background-color: #fff;
  width:40px;
  height:40px;
  text-align: center;
}
.sliderBoxWrapper {
  float: right;
  margin-right: -21px;
  margin-top: -27%;
  text-align: center;
  width: 100%;
}
.sliderBoxSingle {
  background: none repeat scroll 0 0 #bfe2ec;
  height: 191px;
  width: 158px;
  text-align: center;
  top: 30px;
}

div.header_container {
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
div.header_row {
	margin-left: 0px;
}
h1.page-title {
/*    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0.8) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
*/
    background: rgba(197, 214, 48, 0.8);
    border-right: none;
    color: #c5d630;
    float: left;
    min-width: 28%;
    padding: 6px 17px;
    position: relative;
    right: -60px;
    text-align: center;
    top: -100px;
}

h1.page-title span {
	color: #fff;
}

section#title-wrapper {
	background: rgb(165, 202, 220);
	padding-top: 65px;
	padding-bottom: 30px;
}

section.outer-wrapper {
	padding-top: 0;
	padding-bottom: 25px;
	margin-top: 0;
	border-top: none;
	border-bottom: solid 10px #c5d630;
	background: #d2e5ee;
	margin-top: 0px;
	top: -22px;
}

@media only screen and (max-width:980px) {
	section.outer-wrapper {
		top: -51px;
	}
}

section.outer-wrapper > .container {
	background: #fff;
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;
}

.breadcrumb {
	background: none;
	border: none;
	padding: 0px;
}

ul.breadcrumb li a {
	color: #6b6b6a;
}

.breadcrumb > .active {
    color: #c5d630;
}

.breadcrumbPrefix.active {
	color: #6b6b6a;
	font-weight: bold;
}

.breadcrumb > li > .divider {
	color: #6b6b6a;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	background: rgb(255, 255, 255);
}

.well {
	padding: 0;
}


ul.navigation li span {
    padding-left: 30px;
}

ul.navigation li span a {
    color: #6b6b6a;
}

ul.navigation li span.ACTIVE a {
    font-weight: bold;
}

ul.navigation li {
    background: url(../images/menue_pfeil_rechts.png) no-repeat 320px 25px rgb(226, 234, 151);
    list-style-type: none;
    line-height: 60px;
    margin-bottom: 2px;
    vertical-align: middle;
}

ul.navigation li.ACTIVE {
    background: url(../images/menue_pfeil_unten.png) no-repeat 320px 25px rgb(243, 247, 213);
    list-style-type: none;
    line-height: 60px;
    margin-bottom: 2px;
    vertical-align: middle;
}

div.asideBoxNavigation {
	background: rgb(226, 234, 151);
}

section.outer-wrapper.container {
	background: rgb(255, 255, 255);
}

.header-wrapper {
	height: 90px;
}

/* Logo Justierung */
#logo {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    height: 151px;
    margin-left: -20px;
    text-align: center;
    border-bottom: 4px solid #c5d630;
}

.logo img {
    margin-top: 40px;
}

.greenRow {
	background-color: #e2ea97;
    height: 70px;
    margin-top: -37px;
    position: fixed;
    width: 100%;
    z-index: 300;
}


/* Header Suche*/
.suche_header .searchForm {
	width: 100%;
}

.suche_header .searchForm .input-append {
	width: 100%;
}
.header .searchForm {
    margin: 11px 0 0;
}

#searchText.desktop-search {
	width: 98.5%;
	height: 50px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: rgb(241, 245, 203);
	font-size: 19pt;
	color: #6b6b6a;
	text-align: center;
	margin-left: -15px;
	padding: 0;
}

.suche_header form.searchForm div.input-append span.add-on {
	border-radius: 0;
	border: none;
	width: 50px;
	height: 50px;
    background: url("../images/such_btn.png") no-repeat;
    cursor: pointer;
}

form.searchForm.pull-right.desktop div.input-append span.add-on i.icon-search:before {
	content: none;
}

.suche_header form.searchForm div.input-append span.add-on i.icon-search {
    content: none;
}


div.navbar nav #navigation ul.subNav > li.navItem > ul.subNav {
	display: none;
}

div.navbar nav #navigation ul.subNav > li.navItem:hover > ul.subNav {
	display: block;
}


/* Footer */

.footer {
	background: #fff;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -22px;
    margin-bottom: 0;
    color: #6b6b6a;
}
.startpage .outer-wrapper.container {
  background: none repeat scroll 0 0 #bfe2ec;
  width: 100%;
  margin-top:20px;
  padding: 0 0 20px 0;
}
@media only screen and (max-width:980px) {
	.footer {
		margin-top: -55px;
	}
}

.footerType {
	margin-top: 30px;
}

.footerType:first-child {
	margin-top: 0;
}

.footer .container.box-shadow {
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;
	box-shadow: 0 0 105px rgba(0, 0, 0, 0.3);
	padding-top: 25px;
	padding-bottom: 35px;
}

.footer h4.footer-title {
	background: #fff;
	border-bottom: solid 1px #c5d630;
	padding-left: 0;
	font-size: 20px;
	margin-bottom: 21px;
    padding-bottom: 13px;
}

.footer-column-one ul li a {
	color: #6b6b6a;
}

/* Icons */

.footerSocialMediaIconSpan {
	display: inline;
}

ul.social-media-icons {
	margin: 0 auto;
	text-align: center;
	border-top: solid 1px #c5d630;
	border-bottom: solid 1px #c5d630;
	padding: 25px 0 30px;
}

ul.social-media-icons li {
	float: none;
	display: inline;
	margin: 0 20px 0 0;
}

ul.social-media-icons li.LAST {
	margin-right: 0;
}

.social-media-icons li [class^="icon-"],
.social-media-icons .nav li [class^="icon-"],
.social-media-iconsli [class*=" icon-"],
.social-media-icons.nav li [class*=" icon-"] {
	background-color: #c5d630;
	font-size: 30px;
	height: 1.35em;
    line-height: 1.35em;
    width: 1.35em;
    text-align: left;
    padding-left: 2px;
}

.social-media-icons li i.icon-facebook {
	text-align: center;
}

.social-media-icons li i {
	margin-top: 5px;
}

@media only screen and (max-width:480px) {
	ul.social-media-icons li {
	    margin: 0 5px 0 0;
	}
}

/* Akkordion */

.accordion-heading {
	position: relative;
}

.accordion-heading .accordion-toggle {
	padding: 4px 20px 1px 15px;
}

.accordion-heading .accordion-toggle,
.accordion-heading .accordion-toggle h4 {
	font-size: 16px;
	font-weight: normal;
	color: #6b6b6a;
}

.accordion-heading .accordion-toggle:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #6b6b6a;
	position: absolute;
	right: 3%;
	top: 41%;
	-webkit-transform: rotate(360deg);
}
.accordion-heading .accordion-toggle.opened:after {
	border-width: 8px 5px 0 5px;
	border-color: #6b6b6a transparent transparent transparent;
}

.outer-wrapper .accordion-heading .accordion-toggle:after {
	content: '+';max-width:480
	border: none;
	top: 33%;
}

.outer-wrapper .accordion-heading .accordion-toggle.opened:after {
	content: '-';
	top: 27%;
}

.outer-wrapper .accordion-inner {
	padding-left: 23px;
}

.accordion-body {
	background: #fff;max-width:480
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #f0f5cb;
}

.accordion-group {
	border: none;
	border-radius : 0px;
	margin-bottom: 10px;
}

.highlighted, .well.highlighted, .accordion-heading {
	background: #f0f5cb;
}

.outer-wrapper .accordion .accordion-toggle h4 i {
	display: none;
}

.outer-wrapper .accordion-heading {
	background: none;
}

.outer-wrapper .accordion-body {
	border: none;
}

.outer-wrapper article.accordion-group {
	border-bottom: solid 1px #ccc;
	margin-bottom: 0px;
}

.outer-wrapper article.accordion-group.FIRST {
	border-top: solid 1px #ccc;
}

.outer-wrapper .accordion-heading .accordion-toggle h4 {
	font-weight: bold;
}

@media only screen and (max-width:480px) {
	.outer-wrapper .accordion-inner {
		padding-left: 10px;
	}
	.outer-wrapper .accordion-heading .accordion-toggle:after {
		right: 10%;
	}
	.outer-wrapper .accordion-heading .accordion-toggle {
		padding-left: 0px;
	}
}

/* Breadcrumb */

ul.breadcrumb {
    margin: 15px 0;
}

/* Sideboxes */

.aside .copybox {
	background-color: #eeeeef;
    margin: 30px 0;
    padding: 10px 10px 20px;
}

.aside .copybox.sideboxlinks {
	background-color: #fff;
	padding: 0 10px;
}

.asideType > .copybox > h4 {
	border-bottom: 1px solid #6b6b6a;
    margin-bottom: 18px;
    padding-bottom: 15px;
    font-size: 16px;
}

.asideType > .copybox.sideboxlinks > h4 {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 6px;
}

.linkArrow {
	display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    color: #00699b;
    margin: -6px 4px 0 -4px;
}

.sideboxlinks ul.bullets li {
	border-bottom: none;
	line-height: 15px;
}

.sideBoxPic {
	margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 5px;
}

.asideBoxXhtml {
	display: inline-block;
    vertical-align: top;
}

/* Sidebox-navigation */

.sideNavHeading {
	color: #e2ea97;
}

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

ul.sideNav > li {
	background-color: #e2ea97;
    margin-bottom: 2px;
    position: relative;
}

ul.sideNav ul.sideNav {
	padding-bottom: 7px;
}

div > ul.sideNav > li.active > a {
	font-weight: bold;
	text-transform: uppercase;
}

div > ul.sideNav > li.active > a:before {
	display: none;
}

ul.sideNav > li li {
	padding-left: 20px;
}

ul.sideNav li.active:last-child() a {
	font-weight: bold;
}

ul.sideNav li.active,
ul.sideNav li.active li {
	background-color: #f3f7d5;
}

ul.sideNav > li > a {
	padding-right: 10px;
	display: inline-block;
	color: #6b6b6a;
	padding: 17px 10px 17px 20px;
}

ul.sideNav > li li > a {
	padding: 10px 10px 10px 20px;
}

ul.sideNav > li > li:last-child > a {
	padding-bottom: 17px;
}

ul.sideNav li div {
	display: none;
	padding: 17px 10px 17px 0;
	cursor: pointer;
}

div > ul.sideNav > li > div {
	display: inline-block;
	float: right;
	font-size: 25px;
	color: #fff;
	position: absolute;
	z-index: 10;
	right: 0;
}

div > ul.sideNav > li.active > div {
	color: #e2ea97;
}

ul.sideNav .active > .last {
	font-weight: bold;
}

ul.sideNav .active > .last:before {
	content: "\25b6  ";
	font-size: 11px;
	color: #e2ea97;
}

/* tables */

.highlight-cell {
	background-color: #f3f7d5;
}

table {
  border-collapse: collapse;
}
table td.highlight-cell, table th.highlight-cell {
  border: 6px solid #fff;
}
table tr:first-child td.highlight-cell {
  border-top: 0;
}
table tr:last-child td.highlight-cell {
  border-bottom: 0;
}
table tr td:first-child.highlight-cell{
  border-left: 0;
}
table tr td:last-child.highlight-cell {
  border-right: 0;
}

/* TOP Navigation*/


ul#navigation.nav > li:nth-of-type(n+5){
	display: none;
}


.icon-search:before {
    padding-top: 3px;
}

#sequence-theme #sequence {
  float: left;
  height: 100%;
  /*max-width: 900px;*/
  overflow: visible;
  position: relative;
  width: 100%;
  right: 63px;
}
#sequence-theme .slide-left {
  bottom: -38%;
  height: auto !important;
  left: 0;
  max-height: 568px !important;
  max-width: 880px;
  min-width: 390px;
  opacity: 0;
  position: relative;
}
#sequence-theme #sequence li {
  height: 100%;
  position: absolute;
  top: -25%;
  width: 100%;
}
/* .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { */
/*   width: 1200px; */
/* } */
#sequence-theme #sequence img {
  border: medium none;
  box-shadow: none;
  border-radius: 0;
}
.sliderBoxOne, .sliderBoxTwo {
  margin-bottom: 10px;
}
.sliderBoxOne, .sliderBoxThree {
  margin-right: 10px;
}
#sequence-theme .prev {
  background-color: #fff;
  height: 40px;
  text-align: center;
  top: 77%;
  width: 40px;
}
#sequence-theme .next {
  background-color: white;
  height: 40px;
  text-align: center;
  top: 77%;
  width: 40px;
}
#sequence-theme .next, #sequence-theme .prev {
  opacity: 1;
  position: absolute;
  transition-duration: none;
  z-index:100;
}
.sbPicture {
  top: 30;
  margin-top: 30px;
}
.sbTitle {
  color: #3fafca;
  font-size: 20px;
  line-height: 1.1em;
  margin-top: 15px;
}
.sliderBoxWrapper {
  float: right;
  margin-right: -21px;
  margin-top: 27%;
  text-align: center;
  width: 118%;
}

.container.sliderwrapper {
  margin-top: 127px;
}

.sliderBoxWrapper .COUNT1.sliderBoxSingle {
  margin-bottom: 2.564102564102564%;
}

.featured  article.thumbnail {
  box-shadow:none;
  background:#eee;
  padding:0;
  color:#979797;
}
.featured article.thumbnail img {
  border-top: 10px solid #00689b;
}
.featured article.thumbnail .btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-image: none;
  border-left: medium none;
  border-right: medium none;
  box-shadow: none;
  color: #959595;
  float: none;
  display: block;
  font-size: 14px;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
  padding: 4px 1px;
}
.featured article.thumbnail .btn:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #fff;
  border-image: none;
  border-left: 5px solid #fff;
  border-style: solid;
  border-width: 5px;
  content: " ";
  font-size: 0;
  height: 0;
  line-height: 0;
  margin-top: 4px;
  float: right;

}
.featured article.thumbnail h3 {
  color: #6a6a68;
}
.abbreviate ul {
  list-style: none outside none;
  margin:0;
}
.abbreviate ul li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-image: none;
  border-left: medium none;
  border-right: medium none;
  border-top: 1px solid #919191;
  box-shadow: none;
  color: #959595;
  float: left;
  font-size: 17px;
  line-height: 25px;
  opacity: 0.6;
  text-align: left;
  text-shadow: none;
  width: 100%;
  text-transform: uppercase;
}
.abbreviate ul li a {
  text-decoration: none;
  color: #555;

  width:100%;
}
.abbreviate ul li:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #fff;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: " ";
  float: right;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin-right: -3px;
  margin-top: 7px;
}
.abbreviate ul li:nth-child(1) {
  border-top: medium none;
}
.abbreviate ul li:last-child {
  border-bottom: 1px solid #919191;
}

#sequence-theme {
  color: white;
  position: relative;
}
/*Sliderteaser*/
#sequence-theme #sequence li .sliderOverlay {
  background: none repeat scroll 0 0 rgba(188, 206, 0, 0.8);
  margin-left: 10%;
  margin-top: 33%;
  max-height: 41%;
  max-width: 50%;
  position: absolute;
  padding:15px;
  color: white;
}
#sequence-theme .sequence-canvas .sliderOverlay .subtitle {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  width:100%;
  font-weight: normal;
}
#sequence-theme .sequence-canvas .sliderOverlay h2 {
  font-size: 35px;
  width: 100%;
  color: white;
}
@media only screen and  (max-width: 1024px) {
		div.navbar {
			margin-top: 100px;
		}
		.container {
			width: auto;
		}

		.container.sliderwrapper {
			margin-right: 0;
		}
}

@media (min-width: 980px) and (max-width: 1700px) {
	body #navigation > li:nth-of-type(4) ul ul {
		border-top: solid 10px #e2ea97;
		border-right: solid 10px #e2ea97;
		border-bottom: solid 10px #e2ea97;
		border-left: solid 10px #e2ea97;
		left: -104%;
    	width: 96%;
	}

	ul#navigation > li:nth-of-type(4) ul.subNav li.navItem:hover li:first-child:after {
		background-color: #fff;
	    content: " ";
	    height: 46px;
	    position: absolute;
	    right: 0px;
	    top: -10px;
	    width: 10px;
	    z-index: 999999;
	}

	ul#navigation > li:nth-of-type(4) ul.subNav li.navItem:hover li:first-child:before {
		display: none;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	ul#navigation.nav li {
		padding: 15px 0;
	    text-align: center;
	    width: 200px;
	}
	.logo img {
	    margin-top: 54px;
	    max-width: 135px;
	}

	body #navigation > li:nth-of-type(4) ul ul {
	    left: -106%;
	    width: 96%;
	}

	ul#navigation > li:nth-of-type(4) ul.subNav li.navItem:hover li:first-child:after {
	    right: -2px;
	}
}

@media (min-width: 1200px) {
	ul#navigation.nav li {
		padding: 15px 0;
	    text-align: center;
	    width: 248px;
	}
}
@media (max-width: 1200px) {
		#sequence-theme {
			width: 100%;
		}

		#sequence-theme .slide-left {
			min-width: 100%;
			max-width:100%;
			top:250px;
			margin-left:30px;
		}

		.sliderwrapper .span3,
		.sliderwrapper .span9 {
			width:100%;
			float: none;
			margin: 0;
		}
		.sliderwrapper .sliderBoxWrapper{
			margin-top:0px;
			margin-bottom:30px;
			margin-right: 0;
			float: none;
			width: auto;
		}

		.sliderwrapper .span3 .sliderBoxWrapper .sliderBoxSingle{
			width: 100%;
			margin: 0 0 10px 0;
			text-align: left;
			padding-left: 50px;
			height: 169px;
		}
		.sliderBoxSingle img{
			float: left;
			margin-top: 40px;
		}
		.sbTitle{
			font-size: 200%;
			height: 129px;
			display: table-cell;
			vertical-align: middle;
			padding: 20px;
		}
}

@media (max-width: 980px) {
	.nav-collapse.in.collapse {
		background-color: #fff;
	}

	.header .nav > li > a:hover,
	.header .nav > li > a:focus,
	.header .navbar .nav > .active > a,
	.header .navbar .nav > .active > a:hover,
	.header .nav-collapse .nav > li > a:focus,
	.header .nav-collapse .navbar .nav > .active > a,
	.navbar .nav li.dropdown.open > .dropdown-toggle,
	.navbar .nav li.dropdown.active > .dropdown-toggle,
	.navbar .nav li.dropdown.open.active > .dropdown-toggle {
		background: none;
		box-shadow: none;
		height: 19px;
	}

	.navbar .nav-collapse.in.collapse li.dropdown.active > .dropdown-toggle,
	.navbar .nav-collapse.in.collapse li.dropdown.open.active > .dropdown-toggle {
		margin-top: 0;
	}

	.header .nav > li > a:focus:before,
	.header .navbar .nav > .active > a:before,
	.header .nav-collapse .nav > li > a:focus:before,
	.header .nav-collapse .navbar .nav > .active > a:before,
	.navbar .nav li.dropdown.open > .dropdown-toggle:before,
	.navbar .nav li.dropdown.active > .dropdown-toggle:before,
	.navbar .nav li.dropdown.open.active > .dropdown-toggle:before {
		border-color: transparent transparent transparent #6b6b6a;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		content: "";
		font-size: 0;
		height: 0;
		left: -1px;
		margin-left: -12px;
		position: relative;
		top: -4px;
		width: 0;
		-webkit-transform: rotate(360deg);
	}

	#logo {
		height: 87px;
	}

	.logo img {
	    margin-top: 23px;
	    max-width: 100px;
	}

	.greenRow {
	    margin-top: -96px;
	}

	section#title-wrapper {
	    padding-top: 30px;
	    margin-top: -26px;
	}

	div.navbar li.navItem .dropdown-switch {
		display: block;
		width: 100px;
		height: 19px;
		padding: 8px 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}

	.navbar .nav li.dropdown.open > .dropdown-toggle {
		border: none;
		margin-top: 0;
	}

	body .header .nav li.dropdown:after {
	    border-left: 5px solid transparent !important;
	    border-right: 5px solid transparent !important;
	    border-top: 5px solid #3e72a7 !important;
	    display: block !important;
	    right: 20px;
    	top: 19px;
	}

	body .header .nav li.dropdown li.dropdown:after {
		right: 34px;
	}

    body .header .nav li.dropdown li.dropdown li.dropdown:after {
		right: 50px;
	}

	.header .searchForm {
	    margin: 10px 20px 0;
    	width: 100%;
	}

	.header .searchForm div {
		width: 100%;
	}

	.header .searchForm div input {
		width: 86%;
	}

	.input-append input, .input-append select, .input-append .uneditable-input,
	.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
		border-radius: 0px;
	}

	.header .navbar #navigation > li {
		border-bottom: dotted 1px #ddd;
	}

	.header .navbar #navigation > li li {
		border-top: dotted 1px #ddd;
	}

	.header .navbar .nav > li > a {
	    padding: 8px 20px;
	}

	#navigation ul {
		margin-top: 0;
	}

	.header .navbar .nav li li.open > ul.subNav {
	    display: block !important;
	    position: relative;
	    left: 0;
	}

	#sequence-theme #sequence li .sliderOverlay{
		margin-top: 30%;
		margin-left: 15%;
	}

	#sequence-theme #sequence {
		right: 55px;
	}

	div.sliderwrapper div#sequence div.prev {
		left: 55px;
	}

	div.sliderwrapper div#sequence div.next {
		right: -55px;
	}

	.sliderwrapper .sliderBoxWrapper {
		margin-top: 105px;
	}
}

@media only screen and (max-width:480px) {
	#sequence-theme #sequence {
		right: 65px;
	}
}

@media only screen and (min-width:980px) {
	div.navbar {
	    margin-bottom: 0;
	    margin-top: 41px;
	}

	.navbar-inner {
		padding-right: 0;
	}

	#navigation {
		max-height: 50px;
		margin-left: -15px;
		margin-right: 0;
		width: 1005px;
		max-width: 104%;
	}

	.header .nav > li {
		border-top: none;
	}

	ul#navigation.nav > li {
		background: none;
		color: #fff;
		border-color: rgb(255, 255, 255);
	}

	ul#navigation.nav > li:nth-of-type(1),
	ul#navigation.nav > li:nth-of-type(2),
	ul#navigation.nav > li:nth-of-type(3) {
		border-right: 2px solid #1173a2;
	}

	ul#navigation.nav > li.active a {
		background: none;
		border-color: rgb(255, 255, 255);
		box-shadow: none;
		color: #c5d630; /*#1173a2;*/
		padding: 0 10px;
		text-decoration: none;
	}

	ul#navigation.nav > li a {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border-color: rgb(255, 255, 255);
	    box-shadow: none;
	    color: #1173a2;
	    font-family: open_sanslight;
	    font-size: 17px;
	    padding: 0;
	    text-transform: uppercase;
	    float: none;
	}

	#navigation > li > ul {
		border-bottom: 10px solid #e2ea97;
	    border-left: 10px solid #e2ea97;
	    border-radius: 0;
	    border-right: 10px solid #e2ea97;
	    margin-left: -10px;
	    margin-top: 0px;
	    padding: 20px 0;
	}

	ul#navigation ul.subNav li.navItem:hover li:first-child:before {
		background-color: #fff;
	    content: " ";
	    height: 46px;
	    position: absolute;
	    left: -10px;
	    top: -10px;
	    width: 10px;
	    z-index: 999999;
	}

	ul.subNav ul.subNav {
		background-color: #fff;
		margin-left: 0;
		border-top: solid 10px #e2ea97;
		border-right: solid 10px #e2ea97;
		border-bottom: solid 10px #e2ea97;
		border-left: solid 10px #e2ea97;
		padding: 10px 0px 10px;
		border-radius: 0px;
	}

	ul#navigation.nav > li li a,
	ul#navigation.nav > li.active li a {
	    color: #777;
	    font-family: arial;
	    font-size: 15px;
	    line-height: 25px;
	    padding-left: 10px;
	    text-align: left;
	    text-transform: none;
	    margin: 0 10px;
	    white-space: normal;
	    text-decoration: none;
	}

	ul#navigation.nav > li.active li:hover > a,
	ul#navigation.nav > li li:hover > a {
		background-color: #f3f7d5;
		color: #00699b;
		border-left-color: #fff;
	}

	ul#navigation.nav li li {
		padding: 0px;
	}

	.header .nav li li:hover ul {
		top: -15px;
	}

	/*ul#navigation.nav > li.active li li a:before {
		color: #eee;
	    content: "|";
	    font-family: open_sanslight;
	    font-size: 25px;
	    left: -6px;
	    line-height: 20px;
	    position: absolute;
	}*/

	 .header .dropdown-menu {
	 	background-color: #fff;
	}

	/* Dropdown Pfeil*/

	.header .nav li.dropdown:after {
		display: none;
	}

	.header .nav li.dropdown > a:after {
		border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 5px solid #00699b;
	    content: "";
	    height: 0;
	    margin-left: 5px;
	    margin-top: 8px;
	    position: absolute;
	    width: 0;
	}

	.header .nav li.dropdown.active > a:after {
	    border-top: 5px solid #c5d630;
	}

	div.sliderwrapper div#sequence div.prev {
		left: 35px;
	}

	div.sliderwrapper div#sequence div.next {
		right: -60px;
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	#sequence-theme #sequence li .sliderOverlay{
		margin-top: 28%;
		margin-left: 15%;
	}

	#sequence-theme #sequence {
		right: 73px;
	}

	div.sliderwrapper div#sequence div.prev {
		left: 65px;
	}

	div.sliderwrapper div#sequence div.next {
		right: -85px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
	#sequence-theme #sequence li .sliderOverlay{
		margin-top: 25%;
		margin-left: 8%;
	}
	.sliderwrapper .span9 {
		width: 100%;
		margin-bottom: 30px;
	}

	#sequence-theme #sequence {
		right: auto;
		float: none;
		max-width: 100%;
		margin: 0;
	}

	#sequence-theme ul {
		margin: 0;
	}

	#sequence-theme .slide-left {
		margin-left: 0;
		left: 0 !important;
	}

	div.sliderwrapper div#sequence div.prev {
		left: 0;
	}

	div.sliderwrapper div#sequence div.next {
		right: 0;
	}

	.footer .span4 {
		width: 280px;
	}
}

@media (min-width: 767px) {
	.header .nav li.dropdown  li > a:after {
		display: none;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.footer {
		margin-top: -55px;
	}

	.footer .span4 {
		width: 218px;
	}
}

@media (max-width: 979px) {
	.header .navbar .navbar-inner button.btn-navbar {
/* 		margin-top: -50px; */
		position:fixed;
		top:10px;
		right:10px;
	}
	#navigation li {
		background: #fff !important;

	}
	div.navbar li.navItem a.navLabel{
	    width: 75%;
	}
	#logo {
	    height: 115px;
		border-bottom: none;
	}

	.header-wrapper {
		height: 68px;
		border-bottom: 4px solid #c5d630;
	}

	.logo img {
		position:relative;
		left:25px;
	    float: left;
	    margin-top: 55px;
	    max-width: 105px;
	}

	.greenRow {
		display: none;
	}

	.header-wrapper div.container {
		margin-top: -50px;
	}

	section#title-wrapper {
	    margin-top: -59px;
	    padding-bottom: 30px;
	    padding-top: 28px;
	}

	.header .searchForm div input {
	    width: 71%;
	}
}

@media (max-width: 767px) {
	section.outer-wrapper.container {
		background: none;
	}

	section.outer-wrapper,
	footer.footer {
		top: 0;
	}

	h1.page-title {
	    font-size: 22px;
	}

	section.content-slider-wrapper.container {
		margin-left: 14px;
	}

	div.sliderwrapper div#sequence div.prev,
	div.sliderwrapper div#sequence div.next {
		top: 320px;
	}

	footer.footer {
		margin-top: 0;
	}
	#sequence-theme #sequence li .sliderOverlay{
		margin-top: 260px;
		margin-left: 120px;
	}

	#sequence-theme #sequence li .sliderOverlay .title,
	#sequence-theme #sequence li .sliderOverlay .subtitle {
		text-align: left;
	}

	.sliderBoxWrapper .span6 {
		float: left;
	}

	.featured article.thumbnail img {
		max-height: none;
	}
}

@media (min-width:480px) and (max-width:768px) {
	section.outer-wrapper {
	    margin-top: -35px;
	    width: 90%;
	}
	.header .navbar .navbar-inner button.btn-navbar {
/* 		margin-top: 70px; */
	}

	#sequence-theme {
		height: 260px;
		top: -196px;
	}

	#sequence-theme .slide-left {
		display: inline-block;
	}

	div.header-wrapper div.navbar {
		background: transparent;
		margin-top: 0;
	}
	#sequence-theme #sequence li .sliderOverlay h1{
		font-size:20px;
	}
}

@media (max-width:480px){
	h1.page-title {
	    top: -40px;
	    left: 0;
	}

	div.navbar {
		margin-top: 0;
		background: none;
	}

	div.container div.row-fluid div.span9 {
		max-height: 30px;
	}

	div.container div.row-fluid div.span3 {
		display: inline-block;
	}

	div#sequence-theme {
		height: 80px;
		top: -40px;
	}

	div#sequence-theme .slide-left {
		top: 10px;
		padding-left: 10px;
	}

	section.content-slider-wrapper.container {
		margin-left: 0;
	}

	div.sliderwrapper div#sequence div.prev,
	div.sliderwrapper div#sequence div.next {
		top: 100px;
	}

	div.sliderwrapper div#sequence div.prev {
		left: 65px;
	}

	div.sliderwrapper div#sequence div.next {
		right: -65px;
	}


	div.sliderwrapper div#sequence ul {
		height: auto;
	}

	div.sliderwrapper div#sequence ul li img.slide-left {
		display: inline-block;
	}

	div.sliderBoxWrapper div.sliderBoxSingle {
		padding-left: 10px !important;
	}

	div.sliderBoxWrapper div.sbTitle {
		font-size: 125%;
	}

	section.outer-wrapper.container {
		width: 100%;
		padding: 0;
		top: -25px;
	}
	#sequence-theme #sequence li .sliderOverlay{
		margin-left: 30%;
		margin-top:0%;

	}
	#sequence-theme .sequence-canvas .sliderOverlay .title{
		font-size:14px;
		text-align: left;
	}

	#sequence-theme .sequence-canvas .sliderOverlay .subtitle{
		display:none;
	}
}

@media (max-width: 1024px) {
	#sequence-theme .animate-in .slide-left,
	#sequence-theme .animate-out .slide-left {
		left: 0;
	}
}

@media screen
	and (min-width:600px)
	and (max-width:600px)
	and (orientation:portrait){
	#sequence-theme #sequence-canvas  li .sliderOverlay{
		margin-top:25%;
	}
}

.content-slider-wrapper.container .listGeneratorWrapper.IONAS_CONTROL_SPAN {
	min-height: 100%;
}

/* BI Seitenbox */

.sideBoxBI .bim_mitarbeiter_k_headline,
.sideBoxBI .bim_mitarbeiter_k_visitenkarte,
.mitarbeiterAusgabe.bs_mitarbeiter h3:nth-of-type(5),
.bim_mitarbeiter_vcard_qrcode,
.sideBoxBI .bs_mitarbeiter_leistungen_default_list {
	display: none;
}
 {
    display: none;
}
.row-fluid script:first-child + .IONAS_CONTROL_BLOCK + [class*="span"],
.row-fluid .IONAS_CONTROL_BLOCK:first-child + [class*="span"] {
	margin-left: 0;
}

/* Korrekte Abstände für Bearbeitungsansicht - Startseitenboxen */

.sliderwrapper .row-fluid script:first-child + .IONAS_CONTROL_BLOCK + [class*="span"],
.sliderwrapper .row-fluid .IONAS_CONTROL_BLOCK:first-child + [class*="span"] {
	margin-left: 2.5641%;
}

.startpage .row-fluid .itemListEditable .INSTANCE:not(.FIRST) [class*="span"] {
	margin-left: 2.5641%;
}

/* Linkfarben in den Slider-Quicklinkboxen anpassen */

.sliderwrapper .span3 .span6 a {
	color: #3FAFCA;
}
hr {
  border: solid #c5d630;
  border-width: 1px;
}

section.well.highlighted.text-center {
  color: #6b6b6a;
}
.highlighted .btn {
  margin-bottom: 20px;
  margin-right: 0px;
  margin-top: 30px;
}
.highlighted, .well.highlighted{
  border-color: #fff;
}
.highlighted, .well.highlighted{
  background: none repeat scroll 0 0 #d2e5ee;
}
.btn-success {
  background: none repeat scroll 0 0 rgb(165, 202, 220);
  color: #2a566c;
  text-shadow: none;
  border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}
section.well.highlighted.text-center .btn-success:hover {
  background: none repeat scroll 0 0 rgb(165, 202, 220);
  color: #2a566c;
  text-shadow: none;
}

.bsclient #headline h1 {
  font-size: 1.8em;
}

.bsclient #maincontent h3 {
  font-size: 1.25em;
}
.bsclient .card h2 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 0 0 6px;
}
.bsclient .card h3 {
  font-size: 1.25em;
}
.bsclient .tab.tab_active td, .tab.tab_active th {
  border: 1px solid #6b6b6a;
  padding: 2px;
}

.sideBoxBI .card h2{
    font-size: 1em;
    margin: 2px 0 10px;
}
.sideBoxBI .card h3{
  font-size: 1.1em;
  margin: 0;
}
.sideBoxBI {
  font-size: 0.9em;
  line-height: 1.2em;
}
.sideBoxBI .tabheader {
  font-size: 1.5em;
  line-height: 1.2em;
}

div.sideBoxContent div.bsclient > h2 {
    font-size: 1.7em;
}

.sideBoxContent .bsclient h3 {
    font-size: 1.1em;
}

.ionas3_tabbox .tabheader div.tab {
  background-color: rgb(165, 202, 220);
  border-width: 0;
  line-height: 23px;
  margin: 0 2px 7px;
  min-width: 20px;
}
.ionas3_tabbox .tabheader .tab.tab_active {
  background-color: #c5d630;
}
.ionas3_tabbox .tabheader {
  border-bottom: none;
}
.page-content .section > .INSTANCE {
  margin-bottom: 2em;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	#sequence-theme .prev, #sequence-theme .next{
		top:143%;
	}
	#sequence-theme #sequence li .sliderOverlay {
	    top:15%;
	}
}

/* TTK */

ul[class*="ttk"] {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul[class*="ttk"] .bold {
	font-weight: bold;
}

ul[class*="ttk"] .red {
	color: red;
}

ul[class*="ttk"] .orange {
	color: orange;
}

ul[class*="ttk"] .green {
	color: green;
}

.ttk-filter label > span {
	min-width: 165px;
  	display: inline-block;
}

.ttk-filter input,
.ttk-filter select {
	border: solid 1px #aaa;
	padding: 4px 6px;
}

.ttk-filter select {
	margin-bottom: 0;
	border-radius: 0;
}

.ttk-list li {
	background-color: rgb(243, 247, 213);
	border: solid 2px #E2EA97;
	margin: 20px 0;
	padding: 16px 20px 10px;
}

.ttk-list li p,
.ttk-details-overlay p {
	margin: 0;
}

.ttk-details-overlay p > span {
	min-width: 150px;
}

.ttk-details-overlay {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  top: 0 !important;
  left: 0 !important;
}

.ttk-details-overlay > div {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 100px #000;
  border-radius: 2px;
  padding: 10px;
  width: 800px;
  height: 480px;
  z-index: 999;
  left: calc(50% - 400px) !important;
  top: calc(50% - 240px) !important;
  overflow-y: auto;
}

.ttk-details-overlay div[class*="-details"] {
  display: table;
  width: 100%;
}

.ttk-details-overlay div[class*="-details"] p {
	display: table-row;
}

.ttk-details-overlay div[class*="-details"] p span {
	display: table-cell;
	padding-bottom: 15px;
}

.ttk-details-overlay div[class*="-details"] p span:first-child {
	font-weight: bold;
}

.close-details {
  position: fixed;
  top: calc(50% - 264px);
  right: calc(50% - 463px);
  font-size: 30px;
  color: #fff;
  font-family: consolas;
  cursor: pointer;
  width: 40px !important;
  height: 40px;
  display: block !important;
}

@media only screen and (max-width:480px){
	.ttk-filter label > span {
		display: block;
	}

	.ttk-details-overlay > div {
	  width: 300px;
	  height: 300px;
	  left: calc(50% - 150px) !important;
	  top: calc(50% - 150px) !important;
	}

	.close-details {
	  position: fixed;
	  top: calc(50% - 180px);
	  right: -15px;
	}
}

ul.ttk-list,
li.standard-row,
li.standard-row > p,
li.standard-row > p > span,
li.kurse-row,
li.kurse-row > p,
li.kurse-row > p > span {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

li.standard-row,
li.kurse-row {
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 40%;
	margin: 30px 30px 0 0;
}

li.standard-row:nth-of-type(2n),
li.kurse-row:nth-of-type(2n) {
	margin: 30px 0 0;
}

li.standard-row > p,
li.kurse-row > p {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

li.standard-row > p:not(.Institutionsname) > span {
	width: 180px;
}

li.standard-row > p:not(.Institutionsname) > span:first-child {
	width: 130px;
}

@media screen and (max-width: 1200px) {
	li.standard-row > p:not(.Institutionsname) > span {
		width: 290px;
	}
	li.standard-row > p:not(.Institutionsname) > span:first-child {
		width: 130px;
	}
	li.standard-row,
	li.standard-row:nth-of-type(2n) {
	  width: 100%;
	  margin: 30px 0 0;
	}
}

li.standard-row > p.Institutionsname {
	-webkit-box-ordinal-group: -1;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: -1;      /* OLD - Firefox 19- */
	-ms-flex-order: -1;              /* TWEENER - IE 10 */
	-webkit-order: -1;               /* NEW - Chrome */
	order: -1;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
	font-size: 16px;
  	font-weight: bold;
  	margin-bottom: 10px;
}

li.standard-row > p.Institutionsname > span:first-child {
	display: none;
}

.ttk-list + p[id*="replace"] {
	margin-top: 20px;
}

.lead{
  line-height: 20px;
}
#searchResultList > div {
    font-size: 17px;
    line-height: 30px;
}

h2.featurette-heading {
  font-size: 21px;
  line-height: 1.5em;
  color: #333;
}

h2.page-title span {
    color: white !important;
}
h2.page-title {
    background: rgba(197, 214, 48, 0.8) none repeat scroll 0% 0%;
    border-right: medium none;
    color: #C5D630;
    float: left;
    min-width: 28%;
    padding: 6px 17px;
    position: relative;
    right: -60px;
    text-align: center;
    top: -100px;
}


.featurette {
  padding-top: 0px;
}

.featurette p, .featurette a {
  font-size: 14px;
}

@media only screen and (max-width:345px) and (min-width:300px) {
	form[name="bookingForm"] .input-xxlarge {
		width: 130px;
	}
}

@media only screen and (max-width:979px) and (min-width:768px) {
	form[name="bookingForm"] .input-xxlarge {
		width: 340px;
	}
}

@media only screen and (max-width:1199px) and (min-width:980px) {
	form[name="bookingForm"] .input-xxlarge {
		width: 480px;
	}
}

tr.confirmAGB .error, tr.confirmWiderruf .error {
	color:#B94A48;
}

div.navbar div.navbar-inner nav {
    overflow: scroll;
    overflow-x: hidden;
    max-height: calc( 100vh - 75px );
}
