/* CSS Document */
/* Fonts via fonts.com

font-family:'Neo Sans W01';
font-weight:
300 light
400 Regular
500 Medium
700 Bold

font-family:'Lucida Sans W01';
font-weight:
400 Regular
700 Bold

*/
/*Shared */
.gradient-primary {
  background: #ffffff;
  /*background: -webkit-linear-gradient(left, red , yellow); 
  	background: -moz-linear-gradient(right, red, yellow); */
  background: linear-gradient(to right, #fffaf2, #ffffff);
}
.cc-window {
  background: #f29400;
  color: #fff;
  font-family: 'Lucida Sans W01';
  font-size: 14px;
  font-weight: 400;
}
.cc-window a.cc-link,
.cc-window a {
  color: #fff;
}
.cc-window a.cc-link:hover,
.cc-window a:hover {
  color: #fff;
}
.cc-window .cc-btn {
  font-weight: 700;
}
.cc-window.cc-banner {
  padding: 0.75rem 1.5rem;
}
/* Move down content because we have a fixed navbar container */
body {
  font-weight: 400;
  padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Basic Content Styles ------------------------------------------ */
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
  text-decoration: none;
}
/*
a.external-link-new-window::after, a[target=_blank]::after {
			font-family: 'FontAwesome';
			position: relative;
			top: 0px;
			left: 5px;
			display: inline-block;
			content: "\f08e";
		} 
*/
hr {
  border-top: 1px solid #f29400;
  padding-top: 5px;
  margin: 0 0 5px 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h4,
h5,
h6 {
  color: #333333;
}
.content p,
.content li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
p.lead {
  font-size: 17px;
  color: #777777;
  margin-bottom: 20px;
}
.content ul {
  list-style-type: none;
  margin: 0 0 10px 30px;
  padding: 0;
}
.content ul li::before {
  font-family: 'FontAwesome';
  content: "\F0DA";
  position: relative;
  top: 0px;
  right: 5px;
  padding: 0;
  margin: 0 0 0 -7px;
  color: #f29400;
}
.main-col {
  min-height: 300px;
}
/*Tables*/
.content .table tbody {
  font-size: 90%;
}
.content .table thead {
  background: #ffe6bf;
}
/*Basic Layout ------------------------------------------ */
.header-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  height: 86px;
  background: #fff;
  border-bottom: #f29400 8px solid;
  box-shadow: 0px 0px 10px #bbb;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  -moz-box-shadow: 0px 0px 10px #bbb;
}
.content-container {
  margin-bottom: 30px;
  padding-top: 10px;
}
/* Header and Navbar------------------------------------------ */
/*Helpnavigation */
.helpnavigation,
.helpnavigation a {
  color: #777777;
}
.helpnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.helpnavigation ul li {
  float: left;
  margin-right: 10px;
}
/*Logo with uncollapsed nav*/
.logo img {
  padding: 0 2px 22px 0;
  float: right;
  width: 240px;
  height: auto;
}
.logo img.logo-en {
  width: 300px;
}
.mobile-logo {
  width: 240px;
  height: auto;
  float: right;
  margin-right: 15px;
}
.mobile-logo .logo-en-mobile {
  width: 270px;
  margin-left: -40px;
}
.navbar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
ul.navbar-nav {
  box-shadow: 0px 10px 10px #bbb;
  -webkit-box-shadow: 0px 10px 10px #bbb;
  -moz-box-shadow: 0px 10px 10px #bbb;
  margin-bottom: 20px;
}
.navbar-nav > li {
  border-bottom: 1px solid #f29400;
}
.navbar-nav > li > a {
  /*border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;*/
}
li.dropdown .fa-caret-down {
  margin-left: 3px;
  color: #777777;
}
li.dropdown.active .fa-caret-down {
  color: #fff;
}
/* Hamburger */
.navbar-toggle {
  float: left;
  margin-left: 15px;
  padding: 6px 6px 2px 6px;
  border-radius: 2px;
  border-color: #f29400;
}
.navbar-toggle i {
  font-size: 24px;
  color: #777777;
}
/* Home */
.home-main-left h3,
.home-main-right h3 {
  border-top: 1px solid #f29400;
  padding-top: 5px;
  margin-top: 30px;
}
.home-news ul {
  margin-left: 10px;
}
.home-news ul li {
  margin-bottom: 10px;
}
/* Slider ------------------------------------------ */
.slider {
  box-shadow: 0px 0px 10px #bbb;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  -moz-box-shadow: 0px 0px 10px #bbb;
  padding: 0;
}
.carousel .item img {
  margin: 0 auto;
}
.carousel-control {
  width: 10%;
  opacity: 0.4;
  background-image: none;
  color: #555555;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control:hover {
  opacity: 0.8;
  color: #555555;
}
.carousel-control i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control i.icon-prev-fk {
  left: 50%;
  margin-left: -10px;
}
.carousel-control i.icon-next-fk {
  right: 50%;
  margin-right: -10px;
}
.carousel-indicators {
  bottom: 10px;
  margin-bottom: 0;
}
.carousel-indicators li {
  border-color: #777777;
}
.carousel-caption {
  left: 55%;
  right: 10%;
  bottom: 20%;
  top: 40%;
  padding: 10px 15px;
  color: #333333;
  background: #fff;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.2));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.2));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.2));
  background: linear-gradient(left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.2));
  text-align: left;
  /*text-shadow: 2px 2px 4px @gray-lighter;*/
  text-shadow: none;
}
.carousel-caption h2 {
  color: #f29400;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 26px;
}
a .carousel-caption h2:hover {
  color: #d98400;
}
.carousel-caption p {
  line-height: 1.2 em;
}
.carousel-caption i {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  bottom: 2px;
}
/* Carousel with bg-Images */
.background-carousel .item {
  background-size: cover;
  background-position: center center;
  height: 400px;
}
/* Visual ------------------------------------------ */
.visual {
  margin-bottom: 15px;
}
.no-visual {
  padding-top: 25px;
}
.home-visual {
  margin-bottom: 45px;
}
/* Subnavi ------------------------------------------ */
.subnavi {
  margin-top: 20px;
  line-height: 1.1;
  padding-right: 40px;
}
.subnavi .well {
  min-height: 400px;
}
.subnavi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subnavi ul li {
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 15px;
}
.subnavi ul li a::before {
  font-family: 'FontAwesome';
  position: relative;
  content: "\F0DA";
  padding-right: 5px;
  margin-left: -10px;
  color: #f29400;
}
.subnavi ul li a {
  color: #555555;
}
.subnavi ul li.active > a {
  color: #f29400;
}
.subnavi ul li a:hover {
  color: #f29400;
  text-decoration: none;
}
/*Subnavi 2nd level */
.subnavi ul li.has-child > a::before {
  content: "\F0D7";
}
.subnavi ul li ul li {
  border-top: none;
  margin-left: 0px;
  padding-left: 10px;
  padding-bottom: 0;
}
.subnavi ul li ul li a::before,
.subnavi ul li.has-child ul li a::before {
  content: "";
  padding-right: 0px;
  margin-left: 0;
}
/*Subnavi 3rd level */
.subnavi ul li ul li ul li {
  font-style: italic;
  padding-top: 3px;
  padding-bottom: 3px;
}
/* Subpages Menue Abstract ------------------------------------------ */
.menue-abstract-item h4 {
  float: left;
  color: #555555;
  font-size: 17px;
}
.menue-abstract-item a:hover .well {
  background: #fff0d9;
}
.menue-abstract-item a:hover h4 {
  color: #f29400;
}
.menue-abstract-item .page-icon {
  float: right;
  box-shadow: 0px 0px 10px #bbb;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  -moz-box-shadow: 0px 0px 10px #bbb;
}
.clear {
  clear: both;
}
/* New Subpages Menue Abstract with Flex --------------------- */
.menue-pll {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menue-pll::before {
  content: none;
}
.menue-pll .menue-pll-item {
  padding-left: 10px;
  padding-right: 10px;
}
.menue-pll .menue-pll-item a:hover .well {
  background: #fff0d9;
}
.menue-pll .menue-pll-item a:hover h4 {
  color: #f29400;
}
.menue-pll .menue-pll-item .well {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.menue-pll .menue-pll-item .well h4 {
  color: #555555;
  font-size: 17px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.menue-pll .menue-pll-item .well .page-icon {
  box-shadow: 0px 0px 10px #bbb;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  -moz-box-shadow: 0px 0px 10px #bbb;
}
/* News ------------------------------------------ */
/*News-List*/
.news-list-item {
  line-height: 1.3em;
  margin-bottom: 5px;
}
.news-list-item h4 {
  border-top: 1px solid #f29400;
  padding-top: 5px;
  margin-bottom: 2px;
}
.news-list-image {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
/*News-Single*/
.news-single .news-teaser {
  font-style: italic;
}
.news-single .image-caption {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #555555;
}
.news-single .news-related {
  margin-bottom: 10px;
}
.news-single .news-related h4 {
  border-top: 1px solid #f29400;
  padding-top: 5px;
  margin-bottom: 0px;
}
.news-single .news-related ul {
  margin-left: 10px;
}
.news-single .news-footer {
  color: #555555;
  border-top: 1px solid #eeeeee;
  padding-top: 5px;
  margin-top: 20px;
}
/* Footer ------------------------------------------ */
.footer-container {
  border-top: #f29400 8px solid;
  color: #777777;
  padding-left: 0;
  padding-right: 0;
  margin-top: 80px;
}
.footer-container a {
  color: #777777;
}
.footer-container a:hover {
  color: #f29400;
}
.footer-navigation.helpnavigation ul li {
  float: right;
}
/*Toplink*/
/* Logos ------------------------------------------ */
.partnerlogos {
  position: relative;
  height: 50px;
}
.partnerlogos-wrapper {
  background: #fff;
  padding-top: 10px;
  position: absolute;
  top: -20px;
  left: 10px;
  width: 430px;
}
.partnerlogos-wrapper img {
  width: auto;
  float: left;
  margin-bottom: 15px;
  height: 35px;
}
/*Breadcrumbs*/
.breadcrumbs ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.breadcrumbs ul li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs ul li::after {
  position: relative;
  font-family: 'FontAwesome';
  content: '\F0DA';
  padding-left: 5px;
}
.breadcrumbs ul li:last-child::after {
  content: "";
  padding-left: 0px;
}
/*last-update */
.last-update {
  font-style: italic;
}
/* Contactinfo ------------------------------------------ */
hr.footer-divider {
  border-top: solid 1px #eeeeee;
  margin-top: 20px;
}
.contactinfo {
  color: #777777;
  line-height: 1.4em;
  padding-bottom: 30px;
}
/* Footer-Sitemap ------------------------------------------ */
.footer-sitemap {
  font-size: 12px;
}
.footer-sitemap a {
  color: #777777;
}
.footer-sitemap a:hover {
  color: #f29400;
}
.footer-sitemap p.level1 {
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.3em;
}
.footer-sitemap p.level1 .level2 {
  font-weight: 500;
  padding-left: 5px;
}
/* Fluid Styled Content ------------------------------------------ */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left;
}
.ce-align-center {
  text-align: center;
}
.ce-align-right {
  text-align: right;
}
/* Headline */
.ce-headline-left {
  text-align: left;
}
.ce-headline-center {
  text-align: center;
}
.ce-headline-right {
  text-align: right;
}
.ce-table td,
.ce-table th {
  vertical-align: top;
}
.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}
.ce-left .ce-gallery,
.ce-column {
  float: left;
}
.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}
.ce-right .ce-gallery {
  float: right;
}
.ce-gallery figure {
  display: table;
  margin: 0;
}
.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  color: #555555;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ce-gallery img {
  display: block;
}
.ce-gallery iframe {
  border-width: 0;
}
.ce-border img,
.ce-border iframe {
  border: 1px solid #eeeeee;
}
.ce-above .ce-bodytext {
  clear: both;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}
.ce-intext.ce-left img {
  padding-right: 15px;
}
.ce-intext.ce-right img {
  padding-left: 15px;
}
/*Uploads*/
.frame-type-uploads {
  border-top: 1px solid #f29400;
  padding-top: 5px;
}
.frame-type-uploads h1,
.frame-type-uploads h2,
.frame-type-uploads h3,
.frame-type-uploads h4,
.frame-type-uploads h5 {
  margin-top: 5px;
  font-weight: 500;
}
.content ul.ce-uploads {
  margin: 0;
  padding: 0;
}
.content ul.ce-uploads li {
  list-style: none;
  margin: 10px 0;
}
.content ul.ce-uploads li::before {
  content: "";
  margin: 0;
  padding: 0;
}
.content ul.ce-uploads span {
  display: block;
}
.content ul.ce-uploads img {
  float: left;
  vertical-align: top;
  margin: 0 15px 15px 0;
}
.content ul.ce-uploads img.preview-image {
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 10px #bbb;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  -moz-box-shadow: 0px 0px 10px #bbb;
}
.content ul.ce-uploads img.file-icon-replace {
  margin-left: 80px;
}
/* Image Gallery */
.ce-gallery .ce-row {
  margin-left: -5px;
  margin-right: -5px;
}
.ce-gallery .ce-row .ce-column {
  padding-left: 5px;
  padding-right: 5px;
}
.ce-gallery {
  padding-left: 5px;
  padding-right: 5px;
}
.ce-gallery .ce-row {
  margin-bottom: 10px;
}
/* Space */
.frame-space-before-extra-small {
  margin-top: 10px;
}
.frame-space-before-small {
  margin-top: 20px;
}
.frame-space-before-medium {
  margin-top: 30px;
}
.frame-space-before-large {
  margin-top: 40px;
}
.frame-space-before-extra-large {
  margin-top: 50px;
}
.frame-space-after-extra-small {
  margin-bottom: 10px;
}
.frame-space-after-small {
  margin-bottom: 20px;
}
.frame-space-after-medium {
  margin-bottom: 30px;
}
.frame-space-after-large {
  margin-bottom: 40px;
}
.frame-space-after-extra-large {
  margin-bottom: 50px;
}
/* Frames */
.frame-ruler-before {
  border-top: 1px solid #f29400;
  padding-top: 5px;
}
.frame-ruler-after {
  border-bottom: 1px solid #f29400;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.frame-indent {
  border: 1px solid #f29400;
  padding: 10px 20px 20px 20px;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.frame-indent-left {
  border: 1px solid #777777;
  padding: 10px;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #777777;
}
.frame-indent-left h1,
.frame-indent-left h2,
.frame-indent-left h3,
.frame-indent-left h4,
.frame-indent-left h5 {
  color: #777777;
  margin-bottom: 4px;
}
.frame-indent-right {
  margin-right: 33%;
}
/* Flags */
.fk-flag {
  margin: -2px 0 0 0;
  padding: 0;
  height: 18px;
}
a:hover .fk-flag {
  opacity: 0.8;
}
/* DCEs */
.pi-list-element {
  margin-bottom: 20px;
}
.pi-line hr {
  margin-bottom: 5px;
}
.pi-list-element h4 a::after {
  font-family: 'FontAwesome';
  content: "\F138";
  position: relative;
  top: -2px;
  left: 5px;
  padding: 0;
  margin: 0;
  color: #f29400;
  font-size: 16px;
}
/* Google Maps */
.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 100px;
  overflow: hidden;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Forms, e.g. Login */
form {
  margin-top: 22px;
}
legend {
  margin-bottom: 22px;
  font-size: 21px;
  font-family: 'Neo Sans W01', Arial, sans-serif;
  color: #f29400;
  font-weight: 500;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.frame-type-form_formframework {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Indexed Search */
.tx-indexedsearch-res .tx-indexedsearch-percent {
  float: right;
  font-size: 18px;
  padding-top: 4px;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin-bottom: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-text-item-path {
  margin-top: 0;
}
/* Hack for IE */
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Media-Queries ------------------------------------ */
@media (min-width: 768px) {
  /* New Subpages Menue Abstract with Flex --------------------- */
  .menue-pll {
    flex-direction: row;
  }
  .menue-pll .menue-pll-item {
    width: 49%;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 140px;
  }
  .header-container {
    height: 124px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar {
    border: none;
    margin-bottom: 0;
  }
  .navbar-default {
    background: none;
  }
  ul.navbar-nav {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0px;
  }
  .navbar-nav > li {
    border-bottom: none;
    margin-right: 2px;
  }
  .navbar-nav > li > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* PLL Overview */
  #page-8 .menue-abstract-item h4 {
    margin-top: 60px;
  }
  /* New Subpages Menue Abstract with Flex --------------------- */
  .menue-pll {
    flex-direction: row;
  }
  .menue-pll .menue-pll-item {
    width: 32%;
  }
  /* Links */
  #page-9 h2 {
    min-height: 120px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 160px;
  }
  .logo img {
    width: 300px;
  }
  .logo img.logo-en {
    width: 365px;
  }
  .header-container {
    height: 133px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .partnerlogos {
    height: 70px;
  }
  .partnerlogos-wrapper img {
    height: 45px;
  }
}
/* Dropdown-Fix on Laptops */
@media (min-width: 992px) and (max-height: 768px) {
  .dropdown-menu > li > a {
    padding: 0px 20px;
    font-size: 12px;
  }
}
/* Mobile only */
@media (max-width: 760px) {
  .carousel-caption {
    left: 50%;
    right: 10%;
    bottom: 20%;
    top: 40%;
    padding: 5px 5px;
  }
  .carousel-caption h2 {
    font-size: 16px;
  }
  .carousel-caption p {
    display: none;
  }
  .menue-abstract-item .page-icon {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 370px) {
  .mobile-logo {
    width: 220px;
  }
  .mobile-logo .logo-en-mobile {
    width: 220px;
    margin-left: -10px;
  }
}
@media print {
  a[href]:after {
    content: "";
  }
  .content-container,
  .footer-container {
    width: 1000px;
  }
  .helpnavigation,
  .breadcrumbs,
  .footer-navigation,
  .footer-sitemap {
    display: none;
  }
}
