/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v13-latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('../fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v13-latin-600.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v13-latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Anthrazit */
/* Türkis */
/* Ocker */
/* Blau */
/* Grün */
/* Hellblau (Twitter) */
/* Lila (Facebook) */
/* Hellgrau */
/* dunkelgrau */
/* rot */
/*
 *	Chemie Azubi Icon Font
 */
@font-face {
  font-family: 'chemieazubi';
  src: url('../fonts/chemieazubi.eot?bckgum');
  src: url('../fonts/chemieazubi.eot?bckgum#iefix') format('embedded-opentype'), url('../fonts/chemieazubi.ttf?bckgum') format('truetype'), url('../fonts/chemieazubi.woff?bckgum') format('woff'), url('../fonts/chemieazubi.svg?bckgum#chemieazubi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon-ca {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ca-podcast:before {
  content: "\ca909";
}
.icon-ca-chain:before {
  content: "\ca900";
}
.icon-ca-comment:before {
  content: "\ca901";
}
.icon-ca-fabric:before {
  content: "\ca902";
}
.icon-ca-facebook:before {
  content: "\ca903";
}
.icon-ca-instagram:before {
  content: "\ca904";
}
.icon-ca-text:before {
  content: "\ca905";
}
.icon-ca-twitter:before {
  content: "\ca906";
}
.icon-ca-video:before {
  content: "\ca907";
}
.icon-ca-wave:before {
  content: "\ca908";
}
.icon-ca-headline {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
}
html {
  position: relative;
  font-size: 100%;
  /* für Footer benötigt */
  /*min-height: 100%;*/
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857;
  color: #666666;
  background-color: #f3f3f3;
  /* für Header-Position fixed */
  padding-top: 50px;
}
@media (min-width: 580px) {
  body {
    padding-top: 200px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 218px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 273px;
  }
}
img {
  /* All images responsive by default instead of class .img-responsive */
  display: block;
  height: auto;
  max-width: 100%;
}
.img-full-width {
  width: 100%;
  max-width: none;
}
a {
  color: #006e7e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006e7e;
  text-decoration: underline;
  outline: none;
}
/* for SVG */
a.svg {
  /*
	*  making links work on safari/ipad
	*  http://codepen.io/thomasquayle/pen/KwxwoO
	*/
  position: relative;
  display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
object {
  pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  color: #006e7e;
  padding: 0;
  /* zur Sicherheit für .hx-Elemente */
  text-transform: uppercase;
  font-size: 18px;
  /*strong { font-weight: @fontnorm }*/
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 20px;
}
.homepagetitle {
  font-size: 24px;
  font-weight: 600;
  color: #7da96c;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
}
b,
strong {
  font-weight: 700;
}
small,
.small {
  font-size: 12px;
}
p {
  padding-bottom: 10px;
}
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  padding-bottom: 0;
}
ul.two-cols li {
  width: 100%;
}
@media (min-width: 768px) {
  ul.two-cols li {
    width: 50%;
    float: left;
  }
}
.colored {
  color: #006e7e;
}
/* TYPO3 Textstil "Farbig" */
.teaser {
  color: #006e7e;
  font-size: 24px;
}
.text-center,
.align-center {
  text-align: center;
}
.text-center img,
.align-center img {
  margin: 0 auto;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-justify {
  text-align: justify;
}
.clearfix {
  display: table;
  content: " ";
  clear: both;
}
.captions {
  font-size: 14px;
  font-style: italic;
  color: #999999;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .captions {
    font-size: 16px;
    margin-top: 10px;
  }
}
aside {
  /* styles from bootstrap ".well" */
  min-height: 20px;
  padding: 30px;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #aa7a4f;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
aside.pink {
  background-color: #b85484;
}
/* TYPO3 Korrektur Bildanordnung */
/*.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
	overflow: visible;
}*/
/* Lightbox-Bilder auf 800px Breite beschränken, im Typo3 sind Größenbegrenzungen entfernt */
img.mfp-img {
  max-width: 800px;
}
.container {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  /*@media (max-width: 991px) { width: 100% }*/
}
@media (min-width: 580px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  /* für Ausrichtung Slideshow/Schatten-Main */
}
.row,
.form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.navbar-nav {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /*margin-left: -20px;*/
    margin-left: 0;
  }
}
.additional-content-padding .row [class*="col-"] .row-subcontent [class*="col-"] img + p {
  margin-top: 10px;
}
@media (max-width: 579px) {
  .additional-content-padding .row [class*="col-"] .row-subcontent [class*="col-"] {
    width: 100%;
  }
  .additional-content-padding .row [class*="col-"] .row-subcontent [class*="col-"] + [class*="col-"] {
    margin-top: 20px;
  }
}
@media (min-width: 580px) {
  .additional-content-padding .row [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .additional-content-padding .row [class*="col-"] .row-subcontent [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .additional-content-padding .row [class*="col-"].col-topnews {
    padding-top: 40px;
  }
  .additional-content-padding .row [class*="col-"].col-content {
    padding-right: 20px;
  }
  .additional-content-padding .row [class*="col-"].col-sidebar {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .additional-content-padding .row [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .additional-content-padding .row [class*="col-"].col-topnews {
    padding-top: 50px;
  }
  .additional-content-padding .row [class*="col-"].col-content {
    padding-right: 25px;
  }
  .additional-content-padding .row [class*="col-"].col-sidebar {
    padding-left: 25px;
  }
}
.headerarea {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  height: 50px;
  background-color: #ffffff;
}
.headerarea .headerstripe {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  height: 30px;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (max-width: 579px) {
  .headerarea .headerstripe {
    display: none !important;
  }
}
@media (min-width: 580px) {
  .headerarea {
    background-color: transparent;
    height: 200px;
    position: absolute;
  }
  .headerarea .headerstripe {
    position: fixed;
    z-index: 1000;
  }
}
@media (min-width: 768px) {
  .headerarea {
    height: 218px;
  }
  .headerarea .home-page-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .headerarea .home-page-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #7da96c;
    text-align: center;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .headerarea {
    height: 273px;
  }
}
#topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  -webkit-transition: margin-top 0.4s ease;
  -moz-transition: margin-top 0.4s ease;
  -o-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease;
}
#topmenu li {
  padding: 0;
  display: inline-block;
}
#topmenu li a {
  display: block;
  height: 30px;
  width: 116.666666px;
  padding: 5px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #006e7e;
  text-decoration: none;
  text-align: center;
}
#topmenu li.top-2 a {
  background-color: #aa7a4f;
}
#topmenu li.top-3 a {
  background-color: #00456c;
}
#topmenu li + li a {
  border-left: 1px solid #ffffff;
}
@media (max-width: 579px) {
  #topmenu {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #topmenu li a {
    width: 125px;
  }
}
@media (min-width: 992px) {
  #topmenu li a {
    width: 161.666666px;
  }
}
.navbar-header form[role="search"] {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  z-index: 1010;
}
.navbar-header form[role="search"] button,
.navbar-header form[role="search"] input {
  padding: 0 9px;
  border: 0;
  margin: 0 !important;
  color: #006e7e !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
}
.navbar-header form[role="search"] input {
  padding: 0;
  font-size: 14px;
  color: #006e7e;
  box-shadow: none;
  opacity: 0;
  display: none;
  height: 30px;
}
.navbar-header form[role="search"] button[type="submit"] {
  font-size: 21px;
  padding-right: 0;
}
.navbar-header form[role="search"] button[type="reset"] {
  display: none;
}
.navbar-header form[role="search"].active {
  width: 100%;
  padding-left: 40px;
}
.navbar-header form[role="search"].active button,
.navbar-header form[role="search"].active input {
  display: table-cell;
  opacity: 1;
}
.navbar-header form[role="search"].active input {
  width: 100%;
}
.navbar-header form[role="search"].active .input-group {
  background-color: #ffffff;
}
@media (min-width: 580px) {
  .navbar-header form[role="search"] {
    height: 50px;
    top: 0;
  }
  .navbar-header form[role="search"] input {
    height: 50px;
    padding: 0 20px;
  }
  .navbar-header form[role="search"] .input-group {
    height: 50px;
  }
  .navbar-header form[role="search"] button[type="submit"] {
    background-color: transparent !important;
  }
  .navbar-header form[role="search"].active {
    width: 520px;
    padding-left: 15px;
  }
}
/* override bootstrap standard */
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
/* Boostrap CSS 3.2.0 had these new lines in the navbar-form that
were different from 3.1.1 [it's all in @media (min-width: 768px)
so this behavior only shows up on higher resolutions] *
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
	width: auto;  /* HERE IS THE CULPRIT *
}
/** SOLUTION: in custom CSS **/
/* make sure navbar-form's input-group goes 100% i.e. full width of screen 
   to compliment the display: inline-table; that showed up in 3.2.0 *
.navbar-form .input-group {
	width: 100%;
}
/* separate .form-control and give it width: 100%; *
.navbar-form .input-group .form-control {
	width: 100%;
}*/
.navbar {
  margin-bottom: 0;
  border: 0;
  height: 50px;
  /*.navbar-collapse {
		max-height: 340px !important;
		@media (max-device-width: 480px) and (orientation: landscape) {
			max-height: 200px;
		}
	}*/
}
.navbar .navbar-header {
  position: relative;
}
.navbar-toggle {
  padding: 13px 20px;
  margin: 0;
  line-height: 1;
  float: left;
  border: 0;
  z-index: 1010;
}
.navbar-toggle .icon-bar {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background-color: #006e7e;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.navbar-toggle-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
}
.navbar-brand {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  height: 30px;
  width: 30px;
  overflow: hidden;
  margin-top: 10px;
  z-index: 1010;
}
.navbar-brand picture,
.navbar-brand object,
.navbar-brand img {
  height: 100%;
  max-width: none;
}
.navbar-collapse {
  border-top: none;
  box-shadow: none;
  max-height: none !important;
  padding: 20px 0 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 1010;
  /*&.in { padding-top: 0 } /* Überschneidung mit Logo vermeiden */
}
.navbar-nav {
  margin: 0;
}
.nav > li > a {
  color: #006e7e;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
}
.nav > li.active > a,
.nav > li:hover > a,
.nav > li:focus > a,
.nav > li > a:hover,
.nav > li > a:focus {
  color: #aa7a4f;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
  border-color: inherit !important;
}
/* nur um Bootstrap-Standard zu überschreiben */
.dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #006e7e;
  background-color: transparent;
  box-shadow: none;
  text-transform: none;
}
.dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 20px 5px 40px;
  color: #006e7e;
  background-color: transparent;
  white-space: normal;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #aa7a4f !important;
  background-color: transparent !important;
}
@media (min-width: 580px) {
  .navbar {
    height: 200px;
    background: #f3f3f3 url("../img/bg-navbar-sm.png") no-repeat center 30px;
  }
  .navbar .navbar-header {
    margin-top: 70px;
  }
  .navbar .navbar-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .navbar-brand {
    width: auto;
    height: auto;
    margin-top: 0;
    left: 75px;
    top: -10px;
    z-index: 0;
  }
  .navbar.is-sticky .headerstripe {
    height: 50px;
  }
  .navbar.is-sticky #topmenu {
    margin-top: 10px;
  }
  .navbar.is-sticky .navbar-toggle {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -270px;
  }
  .navbar.is-sticky .navbar-header form[role="search"] {
    position: fixed;
    top: -1px;
    right: 50%;
    margin-right: -250px;
  }
  .navbar.is-sticky .navbar-collapse.in {
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -270px;
    width: 540px;
  }
  .navbar.is-sticky .navbar-brand {
    left: 50%;
    margin-left: -131.8415px;
  }
}
/*@media (max-width: 767px) {*/
/*.navbar-collapse.in { margin-bottom: 10px }*/
.dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin: 10px 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
}
.navbar-nav .open .dropdown-menu > li > a {
  line-height: inherit;
  padding: 5px 20px;
}
.navbar-nav .open .dropdown-submenu > .dropdown-menu > li > a {
  padding-left: 40px;
}
/*}*/
@media (min-width: 768px) {
  .navbar {
    height: 218px;
    background-image: url("../img/bg-navbar-md.png");
  }
  .navbar .navbar-header {
    margin-top: 65px;
  }
  .navbar .navbar-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar .navbar-brand {
    left: 190px;
  }
  .navbar .navbar-header form[role="search"] {
    right: 16px;
  }
  .navbar .navbar-header form[role="search"].active {
    width: 734px;
    padding-left: 0;
  }
  .navbar.is-sticky .navbar-toggle {
    margin-left: -375px;
  }
  .navbar.is-sticky .navbar-header form[role="search"] {
    margin-right: -359px;
  }
  .navbar.is-sticky .navbar-collapse.in {
    margin-left: -375px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar {
    height: 273px;
    background-image: url("../img/bg-navbar-lg.png");
  }
  .navbar .navbar-header {
    margin-top: 82px;
  }
  .navbar .navbar-toggle {
    padding-left: 18px;
    padding-right: 18px;
  }
  .navbar .navbar-brand {
    left: 293px;
  }
  .navbar .navbar-header form[role="search"] {
    right: 24px;
  }
  .navbar .navbar-header form[role="search"].active {
    width: 934px;
    padding-left: 0;
  }
  .navbar.is-sticky .navbar-toggle {
    margin-left: -485px;
  }
  .navbar.is-sticky .navbar-header form[role="search"] {
    margin-right: -461px;
  }
  .navbar.is-sticky .navbar-collapse.in {
    margin-left: -485px;
    width: 970px;
  }
}
.btn-link {
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #006e7e;
  background: transparent;
  border: 1px solid #006e7e;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #ffffff;
  background-color: #006e7e;
  border-color: #006e7e;
}
@media (min-width: 768px) {
  .btn-link {
    padding: 4px 40px;
  }
}
.sidebar-icon-border-top {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
.sidebar-icon-border-top:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
/*
 *	News
 */
.news-image img,
.news-video img {
  width: 100%;
  max-width: none;
}
.news-image .news-image-caption,
.news-video .news-image-caption {
  font-size: 14px;
  font-style: italic;
  color: #999999;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .news-image .news-image-caption,
  .news-video .news-image-caption {
    font-size: 16px;
    margin-top: 10px;
  }
}
.news-meta {
  font-size: 14px;
}
.news-meta span + span {
  border-left: 1px solid #aa7a4f;
  margin-left: 5px;
  padding-left: 5px;
}
.news-title,
.maincontent h1 {
  margin-top: 40px;
  font-size: 24px;
}
.news-title a,
.maincontent h1 a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .news-title,
  .maincontent h1 {
    font-size: 36px;
  }
}
.maincontent .col-content > div:first-child header h3 {
  margin-top: 40px;
}
.news-title {
  margin-bottom: 5px;
}
.news-top-view {
  margin-bottom: 40px;
}
.news-top-view .news-image {
  position: relative;
}
.news-top-view .news-image .news-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 60%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 5%;
}
.news-top-view .news-image .news-header {
  display: table;
  height: 100%;
  width: 100%;
}
.news-top-view .news-image .news-header .news-header-inner {
  display: table-cell;
  vertical-align: middle;
}
.news-top-view .news-title {
  font-size: 20px;
  margin-top: 0;
}
.news-top-view .news-title a {
  color: #00456c;
}
.news-top-view .news-teaser {
  margin-top: 20px;
  padding: 0 20px;
}
.news-top-view .news-more {
  padding: 0 20px;
}
@media (min-width: 480px) {
  .news-top-view .news-title {
    font-size: 28px;
  }
}
@media (min-width: 580px) {
  .news-top-view .news-teaser,
  .news-top-view .news-more {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .news-top-view .news-image .news-image-overlay {
    width: 70%;
    height: 40%;
  }
  .news-top-view .news-teaser,
  .news-top-view .news-more {
    text-align: center;
    padding: 0 10%;
  }
  .news-top-view .news-teaser .btn-link,
  .news-top-view .news-more .btn-link {
    font-size: 16px;
    padding: 3px 30px;
  }
}
@media (min-width: 992px) {
  .news-top-view .news-title {
    margin-bottom: 10px;
  }
}
.news-list-view .article {
  margin-bottom: 40px;
}
.news-list-view .news-image {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .news-list-view .article {
    border-bottom: 1px solid #999999;
    padding-bottom: 40px;
  }
}
.news-single .col-content h3,
.news-single .col-content .h3 {
  margin-top: 30px;
}
.news-single .news-meta {
  margin-bottom: 20px;
}
.news-single .news-teaser {
  font-style: italic;
  color: #00456c;
}
.news-single .news-body blockquote {
  padding: 20px 40px;
  margin: 0 0 20px;
  font-size: 20px;
  font-style: italic;
  color: #00456c;
  border-left: 5px solid #00456c;
}
.news-single .news-image-gallery {
  margin-top: 20px;
}
.news-single .news-author {
  margin-top: 40px;
}
.news-single .news-author span {
  color: #aa7a4f;
}
.news-single .news-back {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 5px solid #006e7e;
  overflow: hidden;
}
.news-single .col-sidebar {
  font-size: 14px;
}
.news-single .col-sidebar h3,
.news-single .col-sidebar .h3 {
  color: #aa7a4f;
}
.news-single .news-podcasts {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
.news-single .news-podcasts:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
.news-single .news-podcasts:before {
  content: "\ca909";
}
.news-single .news-companies {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
.news-single .news-companies:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
.news-single .news-companies:before {
  content: "\ca902";
}
.news-single .news-companies .news-company-description {
  margin-top: 20px;
}
.news-single .news-companies .news-company-application {
  margin-top: 20px;
  text-align: center;
}
.news-single .news-contacts {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
.news-single .news-contacts:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
.news-single .news-contacts:before {
  content: "\ca901";
}
.news-single .news-contacts .news-contact + .news-contact {
  margin-top: 40px;
}
.news-single .news-contacts .news-contact-name {
  color: #aa7a4f;
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
}
.news-single .news-contacts .news-contact-position {
  color: #aa7a4f;
}
.news-single .news-contacts .news-company {
  margin: 10px 0;
}
.news-single .news-contacts .news-company-contact {
  margin: 10px 0;
  font-size: 16px;
}
.news-single .news-related-news {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
.news-single .news-related-news:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
.news-single .news-related-news:before {
  content: "\ca900";
}
.news-single .news-related-news h4,
.news-single .news-related-news .h4 {
  margin-bottom: 20px;
}
.news-single .news-related-news .news-related-item + .news-related-item {
  padding-top: 20px;
  border-top: 1px solid #999999;
}
.nav-pagination .pagination {
  margin: 0;
}
.nav-pagination .pagination > li > a {
  border: 0;
  border-radius: 0;
  color: #666666;
  background-color: #ffffff;
  text-decoration: none;
}
.nav-pagination .pagination > li > a:hover,
.nav-pagination .pagination > li > a:focus {
  color: #ffffff;
  background: #ffffff url("../img/icon-hexagon.png") no-repeat center center;
  background-image: linear-gradient(transparent, transparent), url("../img/icon-hexagon.svg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.nav-pagination .pagination > li.active > a,
.nav-pagination .pagination > li.active > a:hover,
.nav-pagination .pagination > li.active > a:focus {
  color: #ffffff;
  background: #ffffff url("../img/icon-hexagon.png") no-repeat center center;
  background-image: linear-gradient(transparent, transparent), url("../img/icon-hexagon.svg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.nav-pagination .pagination > li.disabled > a,
.nav-pagination .pagination > li.disabled > a:hover,
.nav-pagination .pagination > li.disabled > a:focus {
  color: #999999;
  background: #ffffff;
}
.nav-pagination .pagination > li:before {
  content: none !important;
}
@media (max-width: 767px) {
  .nav-pagination {
    text-align: center;
  }
}
.topnews {
  background: #ffffff;
}
.topnews .row [class*="col-"] .row-subcontent [class*="col-"] img + p {
  margin-top: 10px;
}
@media (max-width: 579px) {
  .topnews .row [class*="col-"] .row-subcontent [class*="col-"] {
    width: 100%;
  }
  .topnews .row [class*="col-"] .row-subcontent [class*="col-"] + [class*="col-"] {
    margin-top: 20px;
  }
}
@media (min-width: 580px) {
  .topnews .row [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .topnews .row [class*="col-"] .row-subcontent [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .topnews .row [class*="col-"].col-topnews {
    padding-top: 40px;
  }
  .topnews .row [class*="col-"].col-content {
    padding-right: 20px;
  }
  .topnews .row [class*="col-"].col-sidebar {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .topnews .row [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .topnews .row [class*="col-"].col-topnews {
    padding-top: 50px;
  }
  .topnews .row [class*="col-"].col-content {
    padding-right: 25px;
  }
  .topnews .row [class*="col-"].col-sidebar {
    padding-left: 25px;
  }
}
.topnews h1 {
  font-size: 24px;
  font-weight: 600;
  color: #7da96c;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  padding: 0 20px;
}
@media (max-width: 579px) {
  .topnews {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .topnews {
    background: #ffffff url("../img/bg-topnews-md.png") no-repeat center bottom;
  }
}
@media (min-width: 992px) {
  .topnews {
    background-image: url("../img/bg-topnews-lg.png");
  }
}
.topnews-split .news-top-view .news-title {
  margin-bottom: 0;
}
.topnews-split .news-top-view .news-meta {
  display: none;
}
.topnews-split .news-top-view .news-image .news-image-overlay {
  top: auto;
  bottom: 5%;
  height: auto;
}
.topnews-split .news-top-view .news-teaser,
.topnews-split .news-top-view .news-more {
  padding: 0;
  text-align: left;
}
.topnews-split .news-top-view .news-teaser {
  margin-top: 10px;
}
.topnews-split .news-top-view .news-teaser p:last-child {
  padding-bottom: 0;
}
.topnews-split .news-top-view .article + .article {
  margin-top: 40px;
}
@media (min-width: 580px) {
  .topnews-split .col-topnews > .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .topnews-split .news-top-view .news-image .news-image-overlay {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .topnews-split {
    padding-bottom: 50px;
  }
  .topnews-split .col-topnews {
    padding-top: 0 !important;
  }
  .topnews-split .news-top-view {
    /*&:not(.top-view-list){
				.news-more {
					text-align: right;
				}
			}*/
  }
  .topnews-split .news-top-view.top-view-list .news-title {
    font-size: 18px;
  }
  .topnews-split .news-top-view.top-view-list .news-teaser,
  .topnews-split .news-top-view.top-view-list .news-more .btn-link {
    font-size: 14px;
  }
  .topnews-split .news-top-view.top-view-list .article + .article {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .topnews-split {
    padding-bottom: 100px;
  }
  .topnews-split .news-top-view.top-view-list .news-title {
    font-size: 20px;
  }
  .topnews-split .news-top-view.top-view-list .news-teaser,
  .topnews-split .news-top-view.top-view-list .news-more .btn-link {
    font-size: 16px;
  }
}
#form-newscatfilter {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
#form-newscatfilter:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
/*
 *	Slick slider (for news detail page)
 */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 1000;
  height: 51px;
  width: 16px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent url("../img/icon-pager-mobile.png") no-repeat left top;
  color: transparent;
  top: 40%;
  margin-top: -26px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
  background-position: -16px 0;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 102px;
    width: 32px;
    background-image: url("../img/icon-pager.png");
    margin-top: -51px;
  }
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
    background-position: -32px 0;
  }
}
.homesubnav {
  text-align: center;
}
.homesubnav .row [class*="col-"] .row-subcontent [class*="col-"] img + p {
  margin-top: 10px;
}
@media (max-width: 579px) {
  .homesubnav .row [class*="col-"] .row-subcontent [class*="col-"] {
    width: 100%;
  }
  .homesubnav .row [class*="col-"] .row-subcontent [class*="col-"] + [class*="col-"] {
    margin-top: 20px;
  }
}
@media (min-width: 580px) {
  .homesubnav .row [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .homesubnav .row [class*="col-"] .row-subcontent [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .homesubnav .row [class*="col-"].col-topnews {
    padding-top: 40px;
  }
  .homesubnav .row [class*="col-"].col-content {
    padding-right: 20px;
  }
  .homesubnav .row [class*="col-"].col-sidebar {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .homesubnav .row [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .homesubnav .row [class*="col-"].col-topnews {
    padding-top: 50px;
  }
  .homesubnav .row [class*="col-"].col-content {
    padding-right: 25px;
  }
  .homesubnav .row [class*="col-"].col-sidebar {
    padding-left: 25px;
  }
}
.homesubnav .h2 {
  color: #ffffff;
  font-size: 24px;
  white-space: nowrap;
}
.homesubnav .dpnglossary.link {
  color: inherit;
  font-style: normal;
}
.homesubnav .dpnglossary.link:hover,
.homesubnav .dpnglossary.link:focus,
.homesubnav .dpnglossary.link:active {
  text-decoration: none;
}
.homesubnav .btn-link {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 18px;
}
.homesubnav .btn-link:hover,
.homesubnav .btn-link:focus,
.homesubnav .btn-link:active {
  color: #006e7e;
  background-color: #ffffff;
}
.homesubnav .col-middle .btn-link:hover,
.homesubnav .col-middle .btn-link:focus,
.homesubnav .col-middle .btn-link:active {
  color: #aa7a4f;
}
.homesubnav .col-right .btn-link:hover,
.homesubnav .col-right .btn-link:focus,
.homesubnav .col-right .btn-link:active {
  color: #00456c;
}
@media (min-width: 768px) {
  .homesubnav {
    height: 261px;
    background: transparent url("../img/bg-homesubnav-md.png") no-repeat center center;
  }
  .homesubnav .row [class*="col-"] {
    padding-top: 90px;
  }
  .homesubnav .row [class*="col-"].col-left {
    padding-left: 15px;
  }
  .homesubnav .row [class*="col-"].col-right {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .homesubnav {
    height: 337px;
    background-image: url("../img/bg-homesubnav-lg.png");
  }
  .homesubnav .row [class*="col-"] {
    padding-top: 121px;
  }
  .homesubnav .h2 {
    font-size: 30px;
  }
  .homesubnav .btn-link {
    font-size: 24px;
    padding: 3px 50px;
  }
}
.maincontent {
  background: #ffffff;
  /*div.csc-textpic .csc-textpic-imagewrap figure {
		display: inline-block;
	}*/
}
.maincontent .row [class*="col-"] .row-subcontent [class*="col-"] img + p {
  margin-top: 10px;
}
@media (max-width: 579px) {
  .maincontent .row [class*="col-"] .row-subcontent [class*="col-"] {
    width: 100%;
  }
  .maincontent .row [class*="col-"] .row-subcontent [class*="col-"] + [class*="col-"] {
    margin-top: 20px;
  }
}
@media (min-width: 580px) {
  .maincontent .row [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .maincontent .row [class*="col-"] .row-subcontent [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .maincontent .row [class*="col-"].col-topnews {
    padding-top: 40px;
  }
  .maincontent .row [class*="col-"].col-content {
    padding-right: 20px;
  }
  .maincontent .row [class*="col-"].col-sidebar {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .maincontent .row [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .maincontent .row [class*="col-"].col-topnews {
    padding-top: 50px;
  }
  .maincontent .row [class*="col-"].col-content {
    padding-right: 25px;
  }
  .maincontent .row [class*="col-"].col-sidebar {
    padding-left: 25px;
  }
}
.maincontent figcaption.csc-textpic-caption,
.maincontent .ce-gallery figcaption {
  font-size: 14px;
  font-style: italic;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .maincontent figcaption.csc-textpic-caption,
  .maincontent .ce-gallery figcaption {
    font-size: 16px;
    margin-top: 10px;
  }
}
.maincontent div.csc-textpic-imagewrap[data-csc-cols] figure {
  float: left;
}
.maincontent div.csc-textpic-imagewrap[data-csc-cols="2"] figure {
  width: 50%;
}
.maincontent div.csc-textpic-imagewrap[data-csc-cols="3"] figure {
  width: 33.333333%;
}
.maincontent div.csc-textpic-imagewrap[data-csc-cols="4"] figure {
  width: 25%;
}
.maincontent .ce-below .ce-gallery {
  margin-top: 30px;
}
.maincontent .ce-gallery[data-ce-columns] .ce-column {
  margin-right: 0;
  padding-right: 15px;
}
.maincontent .ce-gallery[data-ce-columns="1"] .ce-column {
  padding-right: 0;
}
.maincontent .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
}
.maincontent .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.333333%;
}
.maincontent .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
}
.maincontent .col-content {
  padding-bottom: 40px;
}
.maincontent .subcontent {
  position: relative;
  margin-top: 30px;
}
.maincontent .subcontent img {
  margin-bottom: 10px;
  width: 100%;
  max-width: none;
}
.maincontent .subcontent h3,
.maincontent .subcontent .h3 {
  margin-bottom: 10px;
}
.maincontent .subcontent .ce-bodytext {
  padding-bottom: 10px;
}
.maincontent .subcontent .ce-bodytext p {
  padding-bottom: 0;
}
.maincontent .subcontent .ce-gallery[data-ce-columns] .ce-column {
  padding-right: 0;
}
.maincontent .col-sidebar {
  padding-bottom: 40px;
  margin-top: 40px;
}
.maincontent .col-sidebar .form-control {
  background-color: #ffffff;
  color: #006e7e;
  border-color: #006e7e;
  border-radius: 0;
}
.maincontent .col-sidebar .form-control:focus {
  border-color: #006e7e;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.maincontent .col-sidebar .btn-submit {
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #006e7e;
  background: transparent;
  border: 1px solid #006e7e;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  margin-top: 15px;
}
.maincontent .col-sidebar .btn-submit:hover,
.maincontent .col-sidebar .btn-submit:focus,
.maincontent .col-sidebar .btn-submit:active {
  color: #ffffff;
  background-color: #006e7e;
  border-color: #006e7e;
}
@media (min-width: 768px) {
  .maincontent .col-sidebar .btn-submit {
    padding: 4px 40px;
  }
}
@media (min-width: 768px) {
  .maincontent .col-sidebar .btn-submit {
    padding: 5px 20px;
    width: 100%;
  }
}
.maincontent .col-sidebar > div + div {
  margin-top: 80px;
}
.maincontent .col-sidebar .sidebar-inherit > div:nth-child(4),
.maincontent .col-sidebar .sidebar-inherit > div[class*="frame-type-menu_subpages"] {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
.maincontent .col-sidebar .sidebar-inherit > div:nth-child(4):before,
.maincontent .col-sidebar .sidebar-inherit > div[class*="frame-type-menu_subpages"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
.maincontent .col-sidebar .sidebar-inherit > div:nth-child(4):before,
.maincontent .col-sidebar .sidebar-inherit > div[class*="frame-type-menu_subpages"]:before {
  content: "\ca900";
}
.maincontent .col-sidebar .sidebar-inherit > div + div,
.maincontent .col-sidebar .sidebar-inherit > div + div[class*="frame-type-menu_subpages"],
.maincontent .col-sidebar .sidebar-inherit > div[class*="frame-type-menu_subpages"] + div {
  margin-top: 80px;
}
.maincontent .col-sidebar .sidebar-inherit h3,
.maincontent .col-sidebar .sidebar-inherit .h3 {
  color: #aa7a4f;
}
.maincontent .col-sidebar .sidebar-inherit img {
  width: 100%;
  max-width: none;
  border: 1px solid #aa7a4f;
  padding: 5px;
}
.maincontent .col-sidebar .sidebar-inherit div.csc-textpic .csc-textpic-imagewrap figure {
  display: block;
}
@media (min-width: 768px) {
  .maincontent.home {
    background: #ffffff url("../img/bg-maincontent-md.png") no-repeat center top;
    padding-top: 110px;
  }
  .maincontent .col-content,
  .maincontent .subcontent {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .maincontent .col-content:before,
  .maincontent .subcontent:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'chemieazubi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " ";
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    content: "\ca905";
    color: #006e7e;
  }
  .maincontent .col-content > div:first-child,
  .maincontent .subcontent > div:first-child {
    border-top: 5px solid #006e7e;
  }
  .maincontent .subcontent {
    margin-bottom: 50px;
  }
  .maincontent .col-sidebar {
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .maincontent.home {
    background-image: url("../img/bg-maincontent-lg.png");
    padding-top: 142px;
  }
}
.socialmedia {
  background: #ffffff;
}
@media (min-width: 768px) {
  .socialmedia {
    height: 488px;
    background: #ffffff url("../img/bg-socialmedia-lg.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .socialmedia .col-left {
    padding-right: 30px;
    padding-left: 10px;
    padding-top: 150px;
  }
  .socialmedia .col-right {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .socialmedia {
    height: 631px;
  }
  .socialmedia .col-left {
    padding-right: 60px;
    padding-left: 40px;
    padding-top: 180px;
  }
  .socialmedia .col-right {
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 180px;
  }
}
/*
 *	sf_socialmediafeeds
 */
.socialMediaFeed {
  display: none;
}
@media (min-width: 768px) {
  .socialMediaFeed {
    display: block;
    font-size: 14px;
  }
  .socialMediaFeed .post-meta {
    padding: 2px 10px;
    margin-bottom: 5px;
  }
  .socialMediaFeed .post-meta span + span:before {
    content: "|";
    padding: 0 5px;
  }
  .socialMediaFeed .feed-post + .feed-post {
    margin-top: 10px;
  }
  .socialMediaFeed .feed-twitter {
    color: #3b5998;
    position: relative;
    /* Icon */
    /* substituded by direct link
			position: relative;
			&:before {
				.icon-ca-headline;
				color: @white;
				top: -60px;
				margin-left: -12px;
			}
			.icon-ca-twitter;*/
  }
  .socialMediaFeed .feed-twitter .post-meta {
    color: #ffffff;
    background-color: #3b5998;
  }
  .socialMediaFeed .feed-twitter .post-body {
    min-height: 40px;
  }
  .socialMediaFeed .feed-twitter .post-body a {
    color: #3b5998;
  }
  .socialMediaFeed .feed-twitter .feed-post:nth-child(3) {
    display: none;
  }
  .socialMediaFeed .feed-facebook {
    color: #43acf0;
    position: relative;
    /* Icon */
    /* substituded by direct link
			position: relative;
			&:before {
				.icon-ca-headline;
				color: @white;
				top: -60px;
				margin-left: -12px;
			}
			.icon-ca-facebook;*/
  }
  .socialMediaFeed .feed-facebook .post-meta {
    color: #ffffff;
    background-color: #43acf0;
  }
  .socialMediaFeed .feed-facebook .post-body {
    min-height: 40px;
  }
  .socialMediaFeed .feed-facebook .post-body a {
    color: #43acf0;
  }
  .socialMediaFeed .feed-facebook .feed-post:nth-child(3) {
    display: none;
  }
  .socialMediaFeed .feed-directlink {
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -12px;
    text-decoration: none;
    line-height: 1;
    display: block;
  }
  .socialMediaFeed .feed-instagram {
    /* Icon */
    padding-top: 40px;
    border-top: 5px solid #aa7a4f;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .socialMediaFeed .feed-instagram:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'chemieazubi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " ";
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    content: "\ca908";
    color: #aa7a4f;
    top: -50px;
    margin-left: -11px;
  }
  .socialMediaFeed .feed-instagram:before {
    content: "\ca904";
  }
  .socialMediaFeed .feed-instagram .feed-post {
    -webkit-box-shadow: 0px 0px 10px 0px #999999;
    -moz-box-shadow: 0px 0px 10px 0px #999999;
    box-shadow: 0px 0px 10px 0px #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .socialMediaFeed .feed-instagram .feed-post > div {
    padding: 10px;
  }
  .socialMediaFeed .feed-instagram .feed-post + .feed-post {
    margin-top: 40px;
  }
  .socialMediaFeed .feed-instagram .post-author {
    font-weight: 700;
    padding: 15px 10px 15px 50px !important;
    background: transparent url("../img/icon-instagram.png") no-repeat 10px center;
    /* Retina Displays */
  }
  .socialMediaFeed .feed-instagram .post-body {
    padding-top: 0 !important;
  }
  .socialMediaFeed .feed-instagram .post-body a {
    color: #999999;
    text-decoration: none;
  }
  .socialMediaFeed .feed-instagram .post-image {
    width: 100%;
    max-width: none;
  }
  .socialMediaFeed .feed-instagram .post-text {
    padding-top: 10px;
  }
  .socialMediaFeed .feed-instagram .post-likes {
    color: #999999;
    font-weight: 700;
    background: #f3f3f3 url("../img/icon-instagram-font.png") no-repeat right 10px center;
    /* Retina Displays */
  }
  .socialMediaFeed .feed-youtube {
    /* Icon */
    padding-top: 40px;
    border-top: 5px solid #aa7a4f;
    position: relative;
  }
  .socialMediaFeed .feed-youtube:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'chemieazubi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " ";
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    content: "\ca908";
    color: #aa7a4f;
    top: -50px;
    margin-left: -11px;
  }
  .socialMediaFeed .feed-youtube:before {
    content: "\ca907";
  }
  .socialMediaFeed .feed-youtube .post-meta {
    padding-left: 0;
    padding-right: 0;
  }
  .socialMediaFeed .feed-youtube .post-meta a {
    text-decoration: none;
    color: #666666;
  }
  .socialMediaFeed .feed-youtube .post-author {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    color: #006e7e;
    padding: 0;
    /* zur Sicherheit für .hx-Elemente */
    text-transform: uppercase;
    font-size: 18px;
    /*strong { font-weight: @fontnorm }*/
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 1.3), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2.6/2), (min-width: 768px) and only screen and (min-device-pixel-ratio: 1.3), (min-width: 768px) and only screen and (min-resolution: 124.8dpi), (min-width: 768px) and only screen and (min-resolution: 1.3dppx) {
  .socialMediaFeed .feed-instagram .post-author {
    background-image: url("../img/icon-instagram@2x.png");
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 1.3), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2.6/2), (min-width: 768px) and only screen and (min-device-pixel-ratio: 1.3), (min-width: 768px) and only screen and (min-resolution: 124.8dpi), (min-width: 768px) and only screen and (min-resolution: 1.3dppx) {
  .socialMediaFeed .feed-instagram .post-likes {
    background-image: url("../img/icon-instagram-font@2x.png");
  }
}
@media (min-width: 992px) {
  .socialMediaFeed .post-meta {
    padding: 5px 10px;
  }
  .socialMediaFeed .feed-twitter,
  .socialMediaFeed .feed-facebook {
    /* Icon */
  }
  .socialMediaFeed .feed-twitter .feed-post:nth-child(3),
  .socialMediaFeed .feed-facebook .feed-post:nth-child(3) {
    display: block;
  }
  .socialMediaFeed .feed-twitter:before,
  .socialMediaFeed .feed-facebook:before {
    top: -70px;
  }
}
.footer {
  background-color: #ffffff;
  color: #006e7e;
  font-size: 14px;
  padding-bottom: 50px;
  padding-top: 50px;
  /*.menu {
		padding-top: 40px;
		border-top: 1px solid @bordercolor;
		#footermenu {
			margin-left: 0;
			* {
				vertical-align: top;
				text-align: left;
				line-height: 1.2;
			}
			a {
				color: @1stcolor;
				font-size: 12px;
				&:hover, &:focus, &:active {
					color: @2ndcolor;
					text-decoration: none;
				}
			}
			> li {
				padding: 0 30px;
				margin-bottom: 25px;
				min-width: 180px;
				*@media (min-width: 992px) { min-width: 70px }*
				> a {
					font-size: 14px;
					font-weight: @fontnorm;
					text-transform: uppercase;
				}
			}
			> li > ul {
				margin-top: 5px;
				min-height: 100px;
				min-width: 120px;
			}
		}
	}*/
}
.footer .row [class*="col-"] .row-subcontent [class*="col-"] img + p {
  margin-top: 10px;
}
@media (max-width: 579px) {
  .footer .row [class*="col-"] .row-subcontent [class*="col-"] {
    width: 100%;
  }
  .footer .row [class*="col-"] .row-subcontent [class*="col-"] + [class*="col-"] {
    margin-top: 20px;
  }
}
@media (min-width: 580px) {
  .footer .row [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer .row [class*="col-"] .row-subcontent [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .footer .row [class*="col-"].col-topnews {
    padding-top: 40px;
  }
  .footer .row [class*="col-"].col-content {
    padding-right: 20px;
  }
  .footer .row [class*="col-"].col-sidebar {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footer .row [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer .row [class*="col-"].col-topnews {
    padding-top: 50px;
  }
  .footer .row [class*="col-"].col-content {
    padding-right: 25px;
  }
  .footer .row [class*="col-"].col-sidebar {
    padding-left: 25px;
  }
}
.footer #footermenu,
.footer #footersubmenu {
  margin: 0 0 20px;
}
.footer #footermenu li a,
.footer #footersubmenu li a {
  font-size: 16px;
  color: #006e7e;
}
.footer .copyright {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer #footermenu,
  .footer #footersubmenu {
    padding: 0;
    list-style: none;
  }
  .footer #footermenu li,
  .footer #footersubmenu li {
    display: inline-block;
  }
  .footer #footermenu li:after,
  .footer #footersubmenu li:after {
    content: "·";
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  .footer #footermenu li:last-child:after,
  .footer #footersubmenu li:last-child:after {
    content: "";
    padding: 0;
  }
  .footer .col-logo {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .footer #footermenu,
  .footer #footersubmenu {
    float: left;
  }
  .footer #footermenu li,
  .footer #footersubmenu li {
    margin-bottom: 10px;
  }
  .footer #footersubmenu {
    margin-left: 40px;
  }
  .footer .col-logo object,
  .footer .col-logo img {
    width: 100%;
    max-width: none;
  }
  .footer .copyright {
    margin-left: 75px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .footer .copyright {
    margin-left: 97px;
  }
}
/*
 *	pw_comments
 */
.tx-pwcomment-pi1 h2,
.tx-pwcomment-pi1 .h2 {
  margin-bottom: 40px;
  font-size: 24px;
}
.tx-pwcomment-pi1 #comments {
  border-bottom: 5px solid #006e7e;
  margin-bottom: 40px;
  padding: 80px 0 40px;
}
.tx-pwcomment-pi1 .comment-author {
  font-weight: 700;
}
.tx-pwcomment-pi1 .comment-date {
  font-size: 80%;
}
.tx-pwcomment-pi1 .comment-header {
  margin-bottom: 10px;
}
.tx-pwcomment-pi1 .comment + .comment {
  border-top: 1px solid #999999;
  margin-top: 20px;
  padding-top: 20px;
}
.tx-pwcomment-pi1 .form-control {
  background-color: #f3f3f3;
  color: #666666;
  border-color: #f3f3f3;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-pwcomment-pi1 .form-control:focus {
  border-color: #006e7e;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .tx-pwcomment-pi1 h2,
  .tx-pwcomment-pi1 .h2 {
    font-size: 36px;
  }
  .tx-pwcomment-pi1 .comment + .comment {
    margin-top: 40px;
    padding-top: 40px;
  }
  .tx-pwcomment-pi1 input#authorName,
  .tx-pwcomment-pi1 input#authorMail {
    width: 50%;
  }
}
/*
 *	Social Sharing via Shariff (https://github.com/heiseonline/shariff)
 */
.shariff:not(.reference-shariff) {
  width: 60%;
}
.shariff:not(.reference-shariff) .orientation-horizontal {
  display: block;
  width: 100%;
}
.shariff:not(.reference-shariff) .orientation-horizontal li {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 1px;
  width: 35px;
  float: right;
  margin-left: 3%;
  margin-right: 0;
  display: inline-block;
}
@media (min-width: 580px) {
  .shariff:not(.reference-shariff) .orientation-horizontal[class*="col-"] {
    padding: 0;
  }
  .shariff:not(.reference-shariff) .orientation-horizontal li {
    width: 38px;
    height: 38px;
  }
  .shariff:not(.reference-shariff) .orientation-horizontal li * {
    line-height: 38px !important;
  }
  .shariff:not(.reference-shariff) .orientation-horizontal li a {
    height: 38px;
  }
}
@media (min-width: 992px) {
  .shariff:not(.reference-shariff) {
    width: 75%;
  }
  .shariff:not(.reference-shariff) .orientation-horizontal li {
    margin-left: 5px;
    width: 100px;
    height: 36px;
  }
  .shariff:not(.reference-shariff) .orientation-horizontal li * {
    line-height: 36px !important;
  }
  .shariff:not(.reference-shariff) .orientation-horizontal li a {
    height: 36px;
  }
}
/*
 *	ke_search
 */
#form_kesearch_pi1 {
  padding-top: 40px;
  border-top: 5px solid #aa7a4f;
  position: relative;
}
#form_kesearch_pi1:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chemieazubi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "\ca908";
  color: #aa7a4f;
  top: -50px;
  margin-left: -11px;
}
.search-list-title {
  margin-top: 40px;
  font-size: 24px;
  margin-bottom: 5px;
}
.search-list-title a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .search-list-title {
    font-size: 36px;
  }
}
/**
 *	Powermail
 *	Checkbox/Radio styles
 */
.checkbox-square,
.radio-square {
  margin-top: 0;
}
.checkbox-square label,
.radio-square label {
  display: table-cell;
}
.checkbox-square .radio-inline + .radio-inline,
.radio-square .radio-inline + .radio-inline {
  margin-left: 0;
  padding-left: 35px;
}
.checkbox-square .box-square,
.radio-square .box-square,
.checkbox-square .box-text,
.radio-square .box-text {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
}
.checkbox-square .box-text .glyphicon,
.radio-square .box-text .glyphicon {
  color: #006e7e;
}
.checkbox-square .box-text span,
.radio-square .box-text span {
  margin-left: 5px;
}
.checkbox-square .box-square,
.radio-square .box-square {
  position: relative;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 30px;
  float: left;
  margin-right: 15px;
  margin-left: -20px;
}
.checkbox-square .box-square .glyphicon,
.radio-square .box-square .glyphicon {
  position: absolute;
  font-size: 15px;
  line-height: 0;
  top: 50%;
  left: 25%;
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox-square input[type="checkbox"],
.radio-square input[type="checkbox"],
.checkbox-square input[type="radio"],
.radio-square input[type="radio"] {
  display: none;
}
.checkbox-square input[type="checkbox"]:checked + .box-square,
.radio-square input[type="checkbox"]:checked + .box-square,
.checkbox-square input[type="radio"]:checked + .box-square,
.radio-square input[type="radio"]:checked + .box-square {
  border-color: #006e7e;
}
.checkbox-square input[type="checkbox"]:checked + .box-square .glyphicon,
.radio-square input[type="checkbox"]:checked + .box-square .glyphicon,
.checkbox-square input[type="radio"]:checked + .box-square .glyphicon,
.radio-square input[type="radio"]:checked + .box-square .glyphicon {
  color: #006e7e;
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox-square input[type="checkbox"]:disabled + .box-square,
.radio-square input[type="checkbox"]:disabled + .box-square,
.checkbox-square input[type="radio"]:disabled + .box-square,
.radio-square input[type="radio"]:disabled + .box-square {
  opacity: .5;
}
/* powermail */
.tx-powermail form {
  padding-top: 20px;
  /*.powermail_captchaimage {
		width: 100%;
		max-height: 60px;
		margin: 6px 0; 
		border-radius: 4px;
	}#powermail_fieldwrap_5 {
		margin-bottom: 0;
		clear: both;
	}
	@media (min-width: 480px) and (max-width: 767px) {
		&.powermail_form_1 {
			#powermail_fieldwrap_1,
			#powermail_fieldwrap_3 {
				width: 48%;
				float: left;
			}
			#powermail_fieldwrap_2,
			#powermail_fieldwrap_4 {
				width: 48%;
				float: right;
			}
		}
	}
	@media (min-width: 992px) {
		&.powermail_form_1 {
			#powermail_fieldwrap_1,
			#powermail_fieldwrap_3 {
				width: 48%;
				float: left;
			}
			#powermail_fieldwrap_2,
			#powermail_fieldwrap_4 {
				width: 48%;
				float: right;
			}
		}
		/*width: 60%;
		margin-left: 20%;
		.form-group { text-align: left }*
	}*/
}
.tx-powermail form label {
  font-weight: 400;
}
.tx-powermail form legend {
  display: none;
}
.tx-powermail form .mandatory {
  color: #006e7e;
  padding-left: 6px;
  font-weight: 700;
}
.tx-powermail form .not-mandatory {
  color: transparent;
  padding-left: 6px;
}
.tx-powermail form .form-control {
  background-color: #ffffff;
  color: #006e7e;
  border-color: #006e7e;
  border-radius: 0;
}
.tx-powermail form .form-control:focus {
  border-color: #006e7e;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-powermail form .help-block {
  font-size: 12px;
}
.tx-powermail form .parsley-errors-list {
  color: #ffffff;
  background-color: #006e7e;
  list-style: none;
  font-weight: 700;
}
.tx-powermail form .parsley-errors-list li {
  padding: 6px 0;
}
.tx-powermail form .powermail_message {
  list-style: none;
  min-height: 1px;
  padding: 20px;
}
.tx-powermail form .powermail_message.powermail_message_error {
  background: none;
  background-color: #ec3432;
}
.tx-powermail form .powermail_message.powermail_message_error li {
  color: white;
  padding: 0;
}
.powermail_submit,
.powermail_confirmation_submit {
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #006e7e;
  background: transparent;
  border: 1px solid #006e7e;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  margin-top: 15px;
  /*float: right;
	width: 100%;*/
  /*border: 1px solid @2ndcolor;
	border-radius: 0;
	box-shadow: none;
	font-weight: @fontnorm;
	margin: 10px 0 20px;
	padding: 10px 20px;
	background-color: @white;
	color: @2ndcolor;
	&:hover, &:focus, &active { color: @white; background-color: @2ndcolor }*/
}
.powermail_submit:hover,
.powermail_confirmation_submit:hover,
.powermail_submit:focus,
.powermail_confirmation_submit:focus,
.powermail_submit:active,
.powermail_confirmation_submit:active {
  color: #ffffff;
  background-color: #006e7e;
  border-color: #006e7e;
}
@media (min-width: 768px) {
  .powermail_submit,
  .powermail_confirmation_submit {
    padding: 4px 40px;
  }
}
@media (min-width: 768px) {
  .powermail_submit,
  .powermail_confirmation_submit {
    padding: 5px 20px;
  }
}
.powermail_confirmation_form {
  border-radius: 0;
}
/* Confirmation Page */
/*dl.powermail_all {
	dt { width: 30%; padding-right: 10px; font-weight: @fontnorm }
	dd { width: 70%; padding-left: 10px; font-weight: @fontbold }
}*/
/*
 * Cookie Consent 2
 */
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    max-width: 140px !important;
  }
}
/*
 * Glossar
 */
.dpnglossary .dpnglossary-mediafile {
  margin-top: 20px;
}
.dpnglossary-back {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 5px solid #006e7e;
  overflow: hidden;
}
/**
 * DCE: Akkordeon-Element
 */
.btn-collapse {
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #006e7e;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none !important;
  overflow: hidden;
  white-space: normal;
  border: 1px solid #006e7e;
}
.btn-collapse .glyphicon {
  float: right;
  line-height: 1.42857;
}
.btn-collapse:hover,
.btn-collapse:focus,
.btn-collapse:active {
  cursor: pointer;
  color: #006e7e;
  background-color: #ffffff;
  border-color: #006e7e;
}
.btn-collapse[aria-expanded="true"] {
  color: #006e7e;
  background-color: #ffffff;
  border-color: #006e7e;
  border-bottom: 0 none;
}
.btn-collapse[aria-expanded="true"] .glyphicon:before {
  content: "\2212";
}
.text-collapse {
  /*background-color: @bgcolor;*/
  position: relative;
  /*[id^="c"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}*/
}
.text-collapse .collapsing,
.text-collapse .collapse.in {
  padding: 20px;
  color: #666666;
  background-color: #ffffff;
  margin-top: -10px;
  margin-bottom: 10px;
  border: 1px solid #006e7e;
  border-top: 0 none;
  /*position: absolute;
		z-index: 1000;
		margin-right: 20px;
		width: 100%;*/
}
/*.tx-columns {
	.col-left, .col-right, .col-middle {
		&.tx-bgcolor .inner-content > div {
			.text-collapse {
				.collapsing, .collapse.in {
					margin-right: 40px;
				}
			}
		}
	}
}*/
/*
.tx_evoweb_sfregister {
	.errorMessage {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		color: @signal;
	}
}

.felogin-form {
	margin-bottom: 40px;
	max-width: 320px;
}
*/
/* indexed_search */
/*.searchform  {
	padding-top: 5px;
	width: 233px;
	float: left;
	.form-control {
		color: @1stcolor;
		border-color: @greylight;
		border-radius: 3px 0 0 3px !important;
		width: 200px;
		&:focus {
			border-color: @blue;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183,162,142, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183,162,142, .6);
		}
	}
	.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
		height: 24px;
		padding: 3px 10px;
	}
}
.btn-search {
	color: #fff;
	background-color: @blue;
	border-color: @blue;
	&:hover, &:focus, &:active {
		color: #fff;
		background-color: @bluedark;
		border-color: @bluedark;
	}
	&:active { background-image: none } /* Bootstrap-Style */
/*
}	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: @blue }
.tx_indexedsearch_searchform_table { padding: 20px 0 }
*/
/* Mailchimp Newsletter-Formular */
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
/*#mc_embed_signup {
	form {
		text-align: left;
		margin-top: 25px;
	}
	.indicates-required { text-align: right; font-size: 10px; }
	.mc-field-group.input-group {
		width: 100%;
		margin-bottom: 10px;
		background-color: @white;
		color: @1stcolor;
		label {
			font-size: 14px;
			font-weight: @fontnorm;
			display: table-cell;
			vertical-align: middle;
			width: 100px;
			padding-left: 15px;
		}
		input {
			border: none;
			padding: 15px;
			background-color: @white;
			color: @2ndcolor;
			display: table-cell;
			width: 100%;
		}
		.asterisk {
			position: absolute;
			top: 10px; right: 15px;
			color: @2ndcolor;
			font-size: 200%;
		} 
	}
	.button {
		background-color: @2ndcolor;
		color: @white;
		border: none;
		border-radius: 0;
		box-shadow: none;
		margin: 10px auto 20px;
		padding: 10px 20px;
		display: block;
		&:hover, &:focus, &:active { color: @white; background-color: @2ndcolor }
	}
	.clear { clear:both }
}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:100%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
*/
.modal-googleMap .modal-body {
  max-height: 80vh;
  overflow: auto;
}
/*# sourceMappingURL=filename.map */