/* dunkelgrau */
/* rot */
/* pixel value */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?oryccz');
  src: url('../fonts/icomoon.eot?oryccz#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?oryccz') format('truetype'), url('../fonts/icomoon.woff?oryccz') format('woff'), url('../fonts/icomoon.svg?oryccz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down:before {
  content: "\e917";
}
.icon-star:before {
  content: "\e913";
}
.icon-print:before {
  content: "\e914";
}
.icon-text:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e907";
}
.icon-back-thin:before {
  content: "\e910";
}
.icon-next-thin:before {
  content: "\e912";
}
.icon-like:before {
  content: "\e90c";
}
.icon-envelope:before {
  content: "\e90d";
}
.icon-phonecall:before {
  content: "\e90e";
}
.icon-up:before {
  content: "\e90f";
}
.icon-placeholder:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-back:before {
  content: "\e902";
}
.icon-shield:before {
  content: "\e903";
}
.icon-money:before {
  content: "\e904";
}
.icon-next:before {
  content: "\e905";
}
.icon-checkmark:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-remove:before {
  content: "\e911";
}
.icon-youtube-square:before {
  content: "\e908";
}
.icon-lock:before {
  content: "\e909";
}
.icon-facebook-square:before {
  content: "\e90a";
}
.icon-xing-square:before {
  content: "\e90b";
}
html {
  position: relative;
  font-size: 100%;
  /* für Full Slider */
  height: 100%;
  /* für Footer benötigt */
  /*min-height: 100%;*/
}
body {
  font-weight: 400;
  height: 100%;
  /* für Header-Position fixed */
  padding-top: 50px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
img {
  /* All images responsive by default instead of class .img-responsive */
  display: block;
  height: auto;
  max-width: 100%;
}
object {
  max-width: 100%;
  display: block;
  height: auto;
  position: relative;
}
.fullwidth {
  width: 100%;
  max-width: none;
}
/*a {
	//color: @2ndcolor;
	//text-decoration: none;
}
a:hover,
a:focus {
	//color: @3rdcolor;
	//text-decoration: underline;
	//outline: none;
}*/
a.cc-link {
  color: #1283c6 !important;
}
a.cc-btn {
  color: #ffffff !important;
  text-decoration: none;
}
.cc-floating {
  border: 1px solid #073651;
}
/* Home Slideshow: remove dotted outline from active slide */
div,
a,
img,
a:focus,
a:active,
a:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}
/* IE specific removal, because above code does not work in IE (11) */
.slick-active {
  outline: 0 !important;
}
/* for SVG */
a.svg {
  position: relative;
  display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
object {
  pointer-events: none;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  /*&:after {
		display: block;
		content: "";
		width: 50px;
		border-bottom: 2px solid @3rdcolor;
		margin-top: 25px;
	}*/
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 700;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
.h6 p {
  padding-bottom: 0;
  margin-bottom: 0;
}
h1 + .text-muted,
h2 + .text-muted,
h3 + .text-muted,
h4 + .text-muted,
h5 + .text-muted,
h6 + .text-muted,
.h1 + .text-muted,
.h2 + .text-muted,
.h3 + .text-muted,
.h4 + .text-muted,
.h5 + .text-muted,
.h6 + .text-muted {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*header {
	//position: relative;
	
	&.layout-2 {
		//padding-left: 72px;
		//background: transparent url("../img/icon-arrow.svg") no-repeat left top;
		
		/*&:before {
			position: absolute;
			top: 4px; left: 0;
			display: inline-block;
			font-family: 'Glyphicons Halflings';
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			
			content: "\e131";
			font-size: 52px;
			
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}*
		// Später durch background mit svg ersetzen
	}
}*/
h1,
.h1,
h2,
.h2 {
  font-size: 30px;
  text-transform: uppercase;
}
/*h2, .h2 {
	font-size: 24px;
	//color: @3rdcolor;
	//margin-bottom: 10px;
}*/
h3,
.h3,
h4,
.h4 {
  font-size: 18px;
}
header {
  text-align: center;
}
header.has-subheader h1,
header.has-subheader h2,
header.has-subheader h3 {
  margin-bottom: 0;
}
header.has-subheader .text-muted {
  padding-bottom: 20px;
  color: #1a1919;
}
.frame-type-header h1,
.frame-type-header h2,
.frame-type-header h3 {
  margin-bottom: 0;
}
/*@media (max-width: 639px) {
	h1, .h1, h2, .h2 { font-size: 24px } // 36
	h3, .h3 { font-size: 18px } // 24
}*/
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 40px;
  }
  h3,
  .h3,
  h4,
  .h4 {
    font-size: 24px;
  }
  header.has-subheader .text-muted {
    padding-bottom: 40px;
  }
}
/*@media (min-width: 992px) {
	header {
		&.has-subheader {
			.text-muted {
				padding-bottom: @grid-padding-3x;
			}
		}
	}
}*/
@media (min-width: 1200px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 60px;
  }
  h3,
  .h3,
  h4,
  .h4 {
    font-size: 30px;
  }
}
/*h2 + .h3 { margin-top: -20px }*/
b,
strong,
.font-bold {
  font-weight: 700;
}
small,
.small {
  font-size: 14px;
}
p {
  padding-bottom: 10px;
}
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  padding-bottom: 0;
}
/*hr { border-top-color: @bordercolor }
.table thead tr {
	color: @white;
	background-color: @2ndcolor;
}*/
.important {
  color: #1283c6;
  font-weight: 700;
}
/* TYPO3 Textstil "Important" */
.colored-blue {
  color: #1283c6 !important;
}
.colored-darkgray {
  color: #1a1919 !important;
}
.bg-white {
  background: #ffffff !important;
}
.teaser {
  font-style: italic;
  font-size: 18px;
}
.text-center,
.align-center {
  text-align: center;
}
.text-center object,
.align-center object,
.text-center img,
.align-center img {
  margin: 0 auto;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.clearfix {
  display: table;
  content: " ";
  clear: both;
}
hr.ce-div {
  height: 1px;
  border: 0 none;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #1283c6 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #1283c6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #1283c6 50%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #1283c6 50%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #1283c6 50%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #1283c6 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 12px;
  border-top: 0;
}
.table.table-hover > tbody > tr:hover {
  background-color: #d8d8d8;
}
.panel-body .table {
  font-size: 15px;
}
.btn {
  white-space: normal;
  outline: 0 !important;
  padding: 15px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-default {
  background-color: transparent !important;
}
.btn.btn-default:focus,
.btn.btn-default.focus {
  color: #5a230c;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.active {
  color: #943a15;
}
.btn.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:focus,
.btn.btn-white.focus {
  color: #094569;
  border-color: #094569;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white.active {
  color: #0c5580;
  border-color: #0c5580;
}
.btn.btn-download {
  color: #1a1919 !important;
  border-color: #1a1919 !important;
  background-color: transparent !important;
  padding: 10px 20px;
  font-weight: 400 !important;
}
.btn.btn-download:before {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e202";
  margin-right: 10px;
}
.btn.btn-download:hover.btn-download:before {
  -webkit-animation-name: movelink;
  animation-name: movelink;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@keyframes movelink {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  28% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  92% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*.btn {
	background-color: transparent;
	border-radius: 0;
	text-decoration: none;
	font-weight: @fontnorm;
	font-size: 18px;
	padding: 10px 30px;
	margin: 0;
	color: @2ndcolor;
	border-color: @2ndcolor;
	
	&:focus, &:hover, &:active, &.focus {
		color: @white;
		background-color: @2ndcolor;
	}

	&.btn-link {
		font-size: 16px;
		border: 0 none;
		padding: 0 0 0 24px;
		background: transparent url("../img/icon-arrow.svg") no-repeat left center;
		background-size: 16px;
		.cssTransition(padding-left);
		
		&:focus, &:hover, &:active, &.focus {
			padding-left: 32px;
			//color: @white;
		}
	}
	&.btn-submit {
		.cssTransition(background-color);
	}
}*/
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.bgshadowBottom {
  -webkit-box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.4);
}
.resetShadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*.borderGradient(@startColor: @bgcolor, @endColor: @white) {
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(@startColor, @endColor) 1 100%;
	-moz-border-image: -moz-linear-gradient(@startColor, @endColor) 1 100%;
	-o-border-image: -o-linear-gradient(@startColor, @endColor) 1 100%;
	border-image: linear-gradient(to right, @startColor, @endColor) 1 100%;
}*/
.list-checkmark {
  padding: 0 !important;
  overflow: visible !important;
}
.list-checkmark > li {
  padding-left: 3em;
  text-indent: -1.5em;
}
.list-checkmark > li:before {
  content: "\e906";
  padding-right: 1.5em;
  display: inline-block;
}
.list-checkmark > li {
  padding-left: 2.5em;
  text-indent: -1.25em;
}
.list-checkmark > li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.675em;
  font-size: 1.5em;
  line-height: inherit;
  color: #00cc33;
  top: 6px;
  position: relative;
}
/*
 *	Triangle main configuration
 */
/*
// Via CSS (https://css-tricks.com/examples/ShapesOfCSS/), responsiveness through jQuery (http://stackoverflow.com/a/17826058)
.triangle {
	width: 0;
	height: 0;
	border-bottom: 0px solid @bgcolor;
	border-left: 0px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	display: none; // Gets shown after js resize

	//&.triangle-white { border-bottom-color: @white }
}
// Via svg file (object), dynamic height
.triangle-gradient {
	position: absolute;
	top: -2.5px; //-0.5px;
	right: -0.5px;
	height: 0;
	width: 0;
	background: transparent url("../img/triangle-gradient.svg") no-repeat center center;
	background-size: 100% 100%;
	display: none; // Gets shown after js resize
}*/
/*.bgTransparent(@colorIndex) when (@colorIndex = 0) {
	color: @1stcolor;
	background-color: rgba(255, 255, 255, 0.8); // @white
}
.bgTransparent(@colorIndex) when (@colorIndex = 2) {
	color: @white;
	background-color: rgba(30, 50, 88, 0.8); // @2ndcolor
}

.bgColor {
	color: @white;

	&.bg-grey {
		color: @1stcolor;
		background-color: @bgcolor;
	}
	&.bg-purple { background-color: @2ndcolor }
	&.bg-yellow { background-color: @3rdcolor }
}

.bgColorChild {
	> div { color: @white }

	&.bg-grey > div {
		color: @1stcolor;
		background-color: @bgcolor;
	}
	&.bg-purple > div { background-color: @2ndcolor }
	&.bg-yellow > div { background-color: @3rdcolor }
}*/
/*
 * Flag for language menu
 * Source: https://github.com/lipis/flag-icon-css

 * Usage: <span class="flag-icon flag-icon-de"></span>
 *
.flag-icon-background {
	//background-size: contain;
	background-size: 100% 100%;
	background-position: 50%;
	background-repeat: no-repeat;
}
.flag-icon {
	.flag-icon-background;
	position: relative;
	display: block;
	width: unit((16 / 9), em);
	line-height: 20px;
	text-indent: -9999px;
	//&:before { content: "\00a0" }
}
.flag-icon(@country) {
	.flag-icon-@{country} {
		background-image: url("../flags/@{country}.svg");
	}
}
.flag-icon(de);
.flag-icon(gb);
*/
/*.ce-uploads {
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	.pdf {
		position: relative;
		padding-left: 40px;
		&:before {
			.fa;
			content: "\f1c1";
			font-size: 150%;
			position: absolute;
			left: 0;
			top: 0;
		}
	}
	.ce-upload-link {
		span { display: inline-block }
		.ce-uploads-filesize {}
	}
	
	@media (min-width: 640px) and (max-width: 991px) {
		.pdf {
			padding-left: 50px;
		}
	}
}*/
.container {
  position: relative;
  /*@media (min-width: 992px) {	width: 1000px }
	@media (min-width: 1200px) { width: 1040px }*/
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  /* für Ausrichtung Slideshow/Schatten-Main */
}
/*.row, .form-horizontal .form-group {
	margin-right: -@grid-padding;
	margin-left: -@grid-padding;
}
.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: @grid-padding;
	padding-left: @grid-padding;
}*/
@media (max-width: 767px) {
  div[class*="col-sm-"] + div[class*="col-sm-"] {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  div[class*="col-md-"] + div[class*="col-md-"] {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  div[class*="col-lg-"] + div[class*="col-lg-"] {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  div[class*="col-sm-"] + div[class*="col-sm-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  div[class*="col-md-"] + div[class*="col-md-"] {
    margin-top: 0;
  }
}
/*@media (max-width: 991px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse,
	.navbar-nav {
		margin-right: -@grid-padding;
		margin-left: -@grid-padding;
	}
}
@media (min-width: 992px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -@grid-padding;
	}
}*/
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1440px) {
  .visible-lg,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl,
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/*
 * Navbar toggle
 * Source: http://mac81.github.io/pure-drawer/
 */
.pure-container {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.pure-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.pure-toggle:focus ~ .pure-toggle-label {
  color: #1283c6;
}
.pure-toggle-label {
  display: none;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 99;
  color: #1283c6;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.pure-toggle-label:hover {
  color: #1283c6;
}
.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #1283c6;
}
.pure-toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}
.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:before,
.pure-toggle-label .pure-toggle-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 35px;
  cursor: pointer;
  background-color: #1283c6;
  display: block;
  content: '';
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.pure-toggle-label .pure-toggle-icon {
  transform: translate3d(-50%, -4px, 0);
  -webkit-transform: translate3d(-50%, -4px, 0);
}
.pure-toggle-label .pure-toggle-icon:before {
  transform: translate3d(-50%, -12px, 0);
  -webkit-transform: translate3d(-50%, -12px, 0);
}
.pure-toggle-label .pure-toggle-icon:after {
  transform: translate3d(-50%, 8px, 0);
  -webkit-transform: translate3d(-50%, 8px, 0);
}
.pure-toggle[data-toggle-direction='left']:checked ~ .pure-toggle-label:not([data-toggle-label='left']),
.pure-toggle[data-toggle-direction='right']:checked ~ .pure-toggle-label:not([data-toggle-label='right']) {
  opacity: 0;
  z-index: -1;
}
.pure-toggle[data-toggle-direction='left']:checked ~ .pure-toggle-label[data-toggle-label='left'],
.pure-toggle[data-toggle-direction='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] {
  color: #0c5580;
}
.pure-toggle[data-toggle-direction='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon,
.pure-toggle[data-toggle-direction='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon {
  background-color: transparent;
}
.pure-toggle[data-toggle-direction='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:before,
.pure-toggle[data-toggle-direction='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:after,
.pure-toggle[data-toggle-direction='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before,
.pure-toggle[data-toggle-direction='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after {
  top: 0;
}
.pure-toggle[data-toggle-direction='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:before,
.pure-toggle[data-toggle-direction='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before {
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}
.pure-toggle[data-toggle-direction='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:after,
.pure-toggle[data-toggle-direction='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after {
  transform: translateX(-50%) translateY(-8px) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 10px;
}
/*
 * Main navigation
 */
.headerarea {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}
#langmenu {
  /*overflow: hidden;
	margin: 0 0 0 @grid-padding;
	float: left;
	height: 20px;*/
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1;
}
#langmenu > li {
  opacity: .4;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#langmenu > li > a {
  color: #ffffff;
  text-decoration: none;
}
#langmenu > li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  color: #ffffff;
  opacity: .4;
}
#langmenu > li:last-child:after {
  display: none;
}
#langmenu > li.active,
#langmenu > li:hover {
  opacity: 1;
}
.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  min-height: 50px;
  /*.navbar-phone {
		float: right;
		max-height: 50px;
		margin-right: 10px;

		a {
			display: table;
			padding: 13px 10px;
			text-decoration: none;
			.icon, span {
				display: table-cell;
				vertical-align: middle;
			}
			.icon {
				font-size: 24px;
			}
			span {
				display: none;
			}
		}
	}*/
  /*.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.second-level > li > a {
		font-size: 14px;
		//padding-left: 40px;
	}*/
}
.navbar .navbar-header {
  position: relative;
  background-color: #dbdbdb;
}
.navbar .navbar-toggle {
  padding: 0;
  margin: 0 20px 0 0;
  border: 0;
  line-height: 1;
  /*.toggle-label {
			color: @1stcolor;
			font-size: 14px;
			font-weight: @fontbold;
			text-transform: uppercase;
			padding: 2px 10px 0 0;
		}
		.icon-bar {
			width: 24px;
			height: 3px;
			border-radius: 0;
			background-color: @1stcolor;
		}
		.icon-bar + .icon-bar { margin-top: 4px }*/
}
.navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  height: auto;
  padding: 0;
  margin: 10px 20px;
}
.navbar .navbar-brand img {
  height: 30px;
  width: auto;
}
.navbar .navbar-collapse {
  border-top: none;
  box-shadow: none;
  /* Überschneidung mit Logo vermeiden */
}
.navbar .navbar-collapse.collapsing,
.navbar .navbar-collapse.in {
  padding-top: 20px;
  /*-webkit-box-shadow: inset 0px 36px 24px -24px @shadow;
			-moz-box-shadow: inset 0px 36px 24px -24px @shadow;
			box-shadow: inset 0px 36px 24px -24px @shadow;*/
}
.navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar .nav > li > a {
  color: #ffffff;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.navbar .nav > li.active > a,
.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #1283c6;
  background-color: #ffffff;
}
.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: #0c5580;
  box-shadow: none;
  /*text-transform: uppercase;*/
}
.navbar .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 5px 20px;
  color: #ffffff;
  background-color: transparent;
  white-space: normal;
}
.navbar .dropdown-menu > li.active > a,
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus {
  color: #1283c6 !important;
  background-color: #ffffff !important;
}
#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: table;
  width: 40px;
  height: 40px;
  background-color: #1283c6;
  color: #ffffff;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#scroll-to-top .icon {
  top: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#scroll-to-top:hover,
#scroll-to-top:focus {
  opacity: 1 !important;
  text-decoration: none;
}
@media (min-width: 480px) {
  .navbar .navbar-collapse {
    width: 320px;
    float: right;
    /*&.collapsing, &.in { padding-top: 40px } /* Überschneidung mit Logo vermeiden */
  }
}
@media (min-width: 640px) {
  .navbar {
    /*.navbar-phone {
			margin-right: 15px;
			a {
				span {
					display: table-cell;
					font-weight: @fontbold;
					padding-left: 10px;
					font-size: 16px;
				}
			}
		}*/
  }
  .navbar .navbar-collapse {
    width: 50%;
  }
  /*.navbar {
		min-height: 85px;
		
		.navbar-brand {
			padding: 20px;
		}
		.navbar-toggle {
			padding: 13px 20px;
		}
	}*/
}
@media (max-width: 1199px) {
  .navbar {
    /*.navbar-toggle {
			float: none;
			display: block;
			clear: both;
		}*/
  }
  .navbar .navbar-collapse {
    background-color: #0c5580;
  }
  .navbar .navbar-collapse.in {
    border-bottom: 3px solid #1283c6;
    padding-bottom: 20px;
  }
  .navbar .nav > li + li {
    margin-top: 10px;
  }
  .navbar .dropdown-menu {
    /*display: block;
			position: static;
			float: none;
			width: auto;*/
    margin: 10px 0;
    padding-left: 20px;
  }
  .navbar .first-level {
    margin-top: 10px !important;
    position: static;
    float: none;
    width: auto;
  }
  .navbar .first-level .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
  .navbar .dropdown.active > .dropdown-menu {
    display: block;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    line-height: inherit;
    padding: 5px 0 5px 20px;
  }
  /*#topmenu {
		margin-top: 10px;
		//display: none;
	}*/
  #mainmenu {
    /*img {
			display: none;
		}
		.third-level {
			.nav-page-title + .nav-page-subtitle {
				margin-left: 5px;
			}
		}*/
  }
  #mainmenu .dropdown-link {
    padding-right: 36px;
  }
  #mainmenu .dropdown-toggle {
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
  }
  #mainmenu .dropdown-toggle[aria-expanded="true"] i:before {
    content: "\e258";
  }
  #mainmenu .dropdown-toggle:focus {
    background-color: transparent;
  }
  #mainmenu .dropdown-toggle .glyphicon {
    top: 6px;
  }
  #mainmenu .first-level .dropdown-toggle {
    font-size: 14px;
    width: 32px;
    height: 32px;
    padding: 4.5px 7px;
    line-height: 1;
  }
  #mainmenu .first-level .dropdown-toggle:hover,
  #mainmenu .first-level .dropdown-toggle:focus {
    color: #ffffff !important;
    background-color: transparent !important;
  }
  #mainmenu .first-level .active .dropdown-toggle:hover,
  #mainmenu .first-level .active .dropdown-toggle:focus {
    color: #1283c6 !important;
  }
}
@media (min-width: 1200px) {
  body {
    /* für Header-Position fixed */
    padding-top: 0;
  }
  .headerarea {
    background-color: #dbdbdb;
  }
  .navbar {
    min-height: 70px;
    /*.navbar-phone {
			float: left;
			margin-top: 13px;
			a {
				padding-top: 25px;
				padding-bottom: 25px;
				span {
					display: none;
				}
			}
		}*/
    /*.navbar-nav {
			//float: none;
			//display: inline-block;
			//margin-top: @grid-padding-2x;
			> li > a {
				/*padding: 10px 0;
				margin: 0 12px;
				color: @white;
				border-top: 5px solid transparent;*
				
				//font-size: 14px;
				//font-weight: @fontsemibold;
				//padding: 10px 20px;
				//color: @white;
				//border: 1px solid transparent;
				//.borderRadius;
			}
			/*> li + li {
				margin-left: 5px;
			}*
		}*/
    /*.nav > li.active > a,
		.nav > li:not(.dropdown):hover > a,
		.nav > li:not(.dropdown):focus > a,
		.nav > li:not(.dropdown) > a:hover,
		.nav > li:not(.dropdown) > a:focus {
			color: @2ndcolor;
			background-color: transparent;
			border-bottom-color: @2ndcolor;
		}
		.nav > li.active:hover > a,
		.nav > li.active:focus > a,
		.nav > li.active > a:hover,
		.nav > li.active > a:focus {
			border-bottom-color: transparent;
		}*/
    /*.dropdown > .dropdown-menu > li > a {
			font-weight: @fontbold;
			font-size: 14px;
		}*/
    /*.dropdown-menu > li + li {
			> a { border-top: 1px solid @white }
		}*/
    /*.navbar-nav li.dropdown:not(.active):hover > ul.dropdown-menu {
			display: block;
			margin-top: 0;
		} // Dropdown on hover*/
    /*.dropdown-menu.second-level {
			display: block;
			position: static;
			float: none;
			width: auto;
			margin: 0;
			padding: 0;

			> li > a {
				padding-top: 5px;
				padding-bottom: 5px;
			}
		}*/
    /*.navbar-collapse { position: relative }
		.navbar-nav > li { position: static }
		.dropdown > .dropdown-menu {
			width: 100%;
			top: auto;
			> li {
				float: left;
				width: 25%;
				min-height: 80px;
				margin-top: @grid-padding;
			}
		}*/
  }
  .navbar .navbar-header {
    background-color: transparent;
    float: right;
    margin-right: -20px;
  }
  .navbar .navbar-brand {
    /*.borderRadiusCustom(0, 0, @defaultRadius, @defaultRadius);
			margin: 0;
			margin-left: 0 !important;
			padding: 54px 30px 20px;
			background-color: @white;*/
    margin-left: 10px !important;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .navbar .navbar-brand img {
    height: 44px;
  }
  .navbar .navbar-collapse {
    padding: 0;
    width: auto;
    float: none;
    max-height: none !important;
  }
  .navbar .navbar-right {
    margin-right: 0;
  }
  .navbar .nav > li > a {
    color: #1a1919;
    padding: 12px 15px 27px;
  }
  .navbar .nav > li:first-child {
    margin-left: 0;
  }
  .navbar .nav > li:last-child {
    margin-right: 0;
  }
  .navbar .nav > li.active > a,
  .navbar .nav > li:hover > a,
  .navbar .nav > li:focus > a,
  .navbar .nav > li > a:hover,
  .navbar .nav > li > a:focus {
    color: #1283c6;
    background-color: transparent;
    font-weight: 700;
  }
  .navbar .dropdown-menu {
    background-color: #0c5580;
  }
  .navbar .dropdown-menu > li > a {
    padding: 10px;
    margin: 5px 10px;
    white-space: nowrap;
  }
  .navbar .dropdown-menu > li.active > a,
  .navbar .dropdown-menu > li > a:hover,
  .navbar .dropdown-menu > li > a:focus {
    color: #ffffff !important;
    background-color: #1283c6 !important;
  }
  #langmenu {
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 40px;
  }
  #langmenu > li {
    opacity: 1;
  }
  #langmenu > li > a {
    color: #1a1919;
    text-decoration: none;
    padding: 12px 0;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
  }
  #langmenu > li:after {
    color: #1a1919;
    opacity: 1;
    font-size: 16px;
  }
  #langmenu > li.active > a,
  #langmenu > li:hover > a {
    color: #1283c6;
    font-weight: 700;
  }
  #mainmenu {
    margin-top: 15px;
    /*> li > a {
			.borderRadiusCustom(@defaultRadius, @defaultRadius, 0, 0);
			padding: 16px 12px 32px;
		}
		> li:not(.dropdown) > a {
			.borderRadius();
			padding-bottom: 16px;
		}
		> li.active > a,
		> li:hover > a,
		> li:focus > a,
		> li > a:hover,
		> li > a:focus {
			font-weight: @fontbold;
		}
		> li + li {
			margin-left: 2px;
		}*/
  }
  #mainmenu .dropdown-toggle {
    display: none;
  }
  #mainmenu > li.dropdown:hover {
    /*&:after {
				.triangleConfig(10, @2ndcolor);
				bottom: -20px;
			}*/
  }
  #mainmenu > li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0;
  }
  #mainmenu .dropdown-submenu {
    /*position: relative;
			
			li > a {
				white-space: nowrap;
			}*/
  }
  #mainmenu .dropdown-submenu .second-level {
    top: -5px;
    left: 100%;
    right: auto;
  }
  #mainmenu .dropdown-submenu:hover .second-level {
    display: block;
  }
  #mainmenu .dropdown-submenu .dropdown-menu.third-level {
    display: block;
    margin-top: 0;
    position: static;
    top: auto;
    float: none;
  }
  #mainmenu .dropdown-submenu .dropdown-menu.third-level > li {
    margin-left: 20px;
  }
  /*#topmenu {
		position: absolute;
		top: 20px;
		right: 29px;

		> li + li:before {
			content: "I";
			padding-left: 5px;
			padding-right: 5px;
			color: @bordercolor;
			font-size: 14px;
		}
		> li > a {
			padding: 6px;
			font-size: 14px;
			color: @1stcolorlight;
			display: inline-block; // because :before
		}
		> li.active > a,
		> li:hover > a,
		> li:focus > a,
		> li > a:hover,
		> li > a:focus {
			background-color: transparent;
		}
	}
	#langmenu {
		//float: right;
		margin-bottom: 0;
		margin-right: 10px;
		position: absolute;
		top: 20px;
		right: 240px;
		/* for flags
		> li {
			padding: 9px 5px;
		}*
	}*/
  /*#topmenu {
		/*position: absolute;
		top: 20px;
		right: 22px;*

		> li > a {
			padding: 12px 10px;
			font-size: 14px;
		}
		> li.active > a,
		> li:hover > a,
		> li:focus > a,
		> li > a:hover,
		> li > a:focus {
			background-color: transparent;
		}

		> li.top-news {
			margin-left: 10px;
			> a {
				color: @white;
				background-color: @3rdcolor;
				padding: 24px 16px 16px;
			}
		}
	}
	#langmenu {
		float: right;
		margin-bottom: 0;
		margin-right: 10px;
		> li {
			padding: 9px 5px;
		}
	}*/
  .level_0 #mainmenu > li:first-child > a {
    color: #1283c6;
    font-weight: 700;
  }
}
/*@media (min-width: 1440px) {
	.navbar {
		.navbar-phone {
			a {
				span {
					display: table-cell;
				}
			}
		}
	}
}*/
/*@media (min-width: 1440px) {
	.navbar {
		// Dropdown Mega (100% width)
		.dropdown > .dropdown-menu {
			> li {
				width: 15%;

				&:first-child, &:nth-child(5) { margin-left: 20% }
				&:nth-child(4), &:nth-child(8) { margin-right: 20% }

				/*> a {
					// Hyphens
					-moz-hyphens: auto;
					-o-hyphens: auto;
					-webkit-hyphens: auto;
					-ms-hyphens: auto;
					hyphens: auto;
				}*
			}
		}
	}
}*/
/*
 *	Header change on scroll
 */
.headerarea {
  position: fixed;
}
.headerarea .navbar {
  -webkit-transition: min-height 0.4s ease;
  -moz-transition: min-height 0.4s ease;
  -o-transition: min-height 0.4s ease;
  transition: min-height 0.4s ease;
}
.headerarea .navbar .navbar-brand {
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.headerarea .navbar .navbar-brand img {
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.headerarea .navbar-header {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.headerarea.is-sticky {
  /*.navbar {
			min-height: 30px;

			/*.navbar-brand {
				object, img {
					height: 30px;
				}
			}*
			/*.navbar-toggle {
				clear: none;
				margin-top: -10px;
			}*
		}*/
}
.headerarea.is-sticky .navbar-header {
  -webkit-box-shadow: 4px 0px 8px 0px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 4px 0px 8px 0px rgba(51, 51, 51, 0.4);
  box-shadow: 4px 0px 8px 0px rgba(51, 51, 51, 0.4);
}
@media (min-width: 1200px) {
  .headerarea {
    /*.navbar-form {
			.cssTransition(height);
		}**/
    /*#topmenu {
			.cssTransition(top);
		}*/
  }
  .headerarea .navbar {
    /*.navbar-phone a {
				.cssTransition(padding);
			}
			.nav > li > a {
				.cssTransition(border);
			}*/
  }
  .headerarea .navbar #mainmenu,
  .headerarea .navbar #langmenu {
    -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;
  }
  .headerarea #form_kesearch_pi1_navbar {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .headerarea #ke_search_sword {
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .headerarea.is-sticky {
    -webkit-box-shadow: 4px 0px 8px 0px rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 4px 0px 8px 0px rgba(51, 51, 51, 0.4);
    box-shadow: 4px 0px 8px 0px rgba(51, 51, 51, 0.4);
    /*#topmenu {
				top: -26px;
			}*/
    /*.navbar-form {
				height: 0;
				overflow: hidden;
			}*/
  }
  .headerarea.is-sticky .navbar-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .headerarea.is-sticky .navbar {
    min-height: 64px;
    /*.nav > li > a {
					padding-bottom: 27px;
				}*/
    /*.navbar-phone {
					margin-top: 10px;
					a {
						padding-top: 10px;
						padding-bottom: 10px;
					}
				}
				.nav > li > a {
					border-bottom-width: 5px;
				}
				.dropdown-menu {
					padding-top: 10px;
				}*/
  }
  .headerarea.is-sticky .navbar .navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    /*img {
						height: 44px;
					}*/
  }
  .headerarea.is-sticky .navbar #mainmenu,
  .headerarea.is-sticky .navbar #langmenu {
    margin-top: 10px;
    /*> li.dropdown:hover:after {
						bottom: -10px;
					}*/
  }
  .headerarea.is-sticky #form_kesearch_pi1_navbar {
    height: 44px;
    top: 10px;
  }
}
/*@media (min-width: 1440px) {
	.headerarea {
		&.is-sticky {
			#form_kesearch_pi1_navbar {
				right: 300px;
			}
		}
	}
}*/
/*
 * Header and main navigation for homepage
 */
/*
.level_0 {
	padding-top: 0;
	.headerarea:not(.is-sticky) {
		background-color: transparent;
		.navbar {
			.navbar-header {
				background: transparent;
			}
			.navbar-brand.is-white {
				display: inline-block;
			}
			.navbar-brand:not(.is-white) {
				display: none;
			}
		}
		.pure-toggle-label .pure-toggle-icon,
		.pure-toggle-label .pure-toggle-icon::before,
		.pure-toggle-label .pure-toggle-icon::after {
			background: @white;
		}
	}
	@media (min-width: 1200px) {
		.headerarea:not(.is-sticky) {
			.navbar {
				.nav > li > a {
					color: @white;
				}
				#topmenu > li > a {
					color: @whiteT;
				}
				.nav > li.active > a,
				.nav > li:hover > a,
				.nav > li:focus > a,
				.nav > li > a:hover,
				.nav > li > a:focus {
					color: @2ndcolor !important;
				}
			}
		}
	}
}
*/
/*
 * Search Form (ke_search)
 */
/*#ke_search_sword {
	position: relative;
	top: auto;
	width: 100%;
	height: 34px; //38px;
	padding: 6px 12px; //8px 12px;
	display: block;
	font-size: 14px;
	/*z-index: 3;
	& + .input-group-btn .btn {
		height: 34px; //38px;
	}*
}
.navbar-form {
	.resetShadow();
	border: 0 none;
	margin: 0;
	padding: 0;
	height: 34px; //38px;

	.form-control, .btn {
		color: @2ndcolor;
		border-color: @2ndcolor;
	}
	.form-control {
		.borderRadius(0);
		.resetShadow();
		&:focus {
			outline: 0;
			//-webkit-box-shadow: none;
			//box-shadow: none;
		}
	}
	.btn {
		padding: 6px 12px;//8px 12px;
		font-size: 14px;
		background-color: @white;
		border-left-color: transparent;
		//.cssTransition(all);
		&:focus, &:hover, &:active, &.focus {
			color: @3rdcolor;
			background-color: @white;
		}
		/*.glyphicon {
			top: 2px;
		}*
	}
	*:-moz-placeholder {
		color: @1stcolorlight !important;
		opacity: 1;
		font-weight: 400;
	}
	*::-moz-placeholder {
		color: @1stcolorlight !important;
		opacity: 1;
		font-weight: 400;
	}
	*:-ms-input-placeholder {
		color: @1stcolorlight !important;
		opacity: 1;
		font-weight: 400;
	}
	*::-ms-input-placeholder {
		color: @1stcolorlight !important;
		opacity: 1;
		font-weight: 400;
	}
	*::-webkit-input-placeholder {
		color: @1stcolorlight !important;
		opacity: 1;
		font-weight: 400;
	}
}
/*#kesearch_pagebrowser_top .pages_total, #kesearch_pagebrowser_bottom .pages_total {
	background: @bgcolorlight;
}*
@media (max-width: 1199px) {
	.navbar-form {
		margin-top: 5px;
		margin-bottom: @grid-padding;

		.input-group .input-group-btn {
			width: 1%; // Bootstrap override
		}
	}
}
@media (min-width: 1200px) {
	#ke_search_sword {
		padding-top: 4px;
		padding-bottom: 8px;
	}
	.navbar-form {
		//float: right;
		margin: 0;
		//margin-right: @grid-padding;
		position: absolute;
		top: 20px;
		right: 320px;

		/*.form-control, .btn {
			background-color: #ececec;
		}*
		.form-control {
			border-color: transparent;
			text-align: right;
			&:focus + span .btn {
				color: @2ndcolor;
				&:focus, &:hover, &:active, &.focus {
					//color: @white;
				}
			}
		}
		.btn {
			color: @1stcolorlight;
			border-color: transparent;
			//.glyphicon { top: 0 }
		}
	}
}
*/
/*
 * Search Form (ke_search)
 */
.navbar-header form[role="search"] {
  position: absolute;
  top: 0;
  right: 80px;
  width: 40px;
  height: 50px;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  /*@media (min-width: 640px) {
		right: 320px;
		button[type="submit"] {
			span {
				display: table-cell;
				padding-left: 10px;
				text-transform: uppercase;
				font-size: 16px;
			}
		}
	}*/
  /*@media (min-width: 1440px) {
		right: 350px;
	}*/
}
.navbar-header form[role="search"] .input-group {
  height: 100%;
}
.navbar-header form[role="search"] button,
.navbar-header form[role="search"] #ke_search_sword {
  padding: 0 9px;
  border: 0;
  margin: 0 !important;
  color: #1283c6 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar-header form[role="search"] #ke_search_sword {
  padding: 0;
  padding-left: 20px;
  opacity: 0;
  display: none;
  position: relative;
  top: auto;
  height: 100%;
}
.navbar-header form[role="search"] button[type="submit"] {
  display: table;
}
.navbar-header form[role="search"] button[type="submit"] .icon,
.navbar-header form[role="search"] button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.navbar-header form[role="search"] button[type="submit"] .icon {
  font-size: 24px;
}
.navbar-header form[role="search"] button[type="submit"] span {
  display: none;
}
.navbar-header form[role="search"] button[type="reset"] {
  display: none;
}
.navbar-header form[role="search"].active {
  width: 100%;
  right: 0;
}
.navbar-header form[role="search"].active button,
.navbar-header form[role="search"].active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color: #1283c6 !important;
}
.navbar-header form[role="search"].active #ke_search_sword {
  width: 100%;
}
.navbar-header form[role="search"].active .input-group {
  background-color: #dbdbdb;
}
.navbar-header form[role="search"].active button[type="submit"] {
  padding-top: 0;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .navbar-header form[role="search"] {
    height: 70px;
    top: 0;
    right: 240px;
    /*button[type="submit"] {
			span {
				display: none;
			}
		}*/
    /*height: 60px;
		
		#ke_search_sword {
			height: 60px;
			padding: 0 20px;
		}
		.input-group { height: 60px }
		button[type="submit"] { background-color: transparent !important }
		&.active {
			width: 450px;
			padding-left: 20px;
		}*/
  }
  .navbar-header form[role="search"].active {
    width: 450px;
    right: 225px;
  }
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
.tx-kesearch-pi1 form {
  margin-bottom: 0;
}
.tx-kesearch-pi1 #ke_search_sword {
  position: relative;
  top: 0;
  width: 100%;
  padding: 15px;
  display: block;
  color: #1283c6;
  border-color: #1283c6;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.tx-kesearch-pi1 #ke_search_sword:hover,
.tx-kesearch-pi1 #ke_search_sword:focus {
  -webkit-box-shadow: 0px 0px 1px 0px #0c5580;
  -moz-box-shadow: 0px 0px 1px 0px #0c5580;
  box-shadow: 0px 0px 1px 0px #0c5580;
}
.tx-kesearch-pi1 .resetbutt {
  margin-top: 10px;
}
/*
 *	Header Slideshow
 */
.slideshow {
  background-color: #dbdbdb;
}
.slideshow .tx-image figcaption .text-muted {
  color: #1a1919;
}
.slideshow .tx-image figcaption .ce-bodytext {
  display: inline-block;
  text-shadow: 0px 0px 20px #dbdbdb;
}
.slideshow .tx-image figcaption .h1 {
  text-transform: uppercase;
}
.slideshow .tx-image figcaption .h1 span {
  display: block;
}
@media (max-width: 767px) {
  .slideshow .tx-image.tx-image-bg {
    padding-top: 5%;
  }
  .slideshow .tx-image.tx-image-img figcaption {
    top: 5%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .slideshow .tx-image figcaption {
    text-align: left;
  }
  .slideshow .tx-image.tx-image-bg {
    padding-bottom: 5%;
  }
}
/*
 *	Slick Slider as Full Slider
 *	HOMEPAGE ONLY
 */
.level_0 .slideshow {
  height: 100%;
  overflow: hidden;
}
.level_0 .slideshow #slides {
  height: 100vh;
}
.level_0 .slideshow .slick-list,
.level_0 .slideshow .slick-track {
  height: 100% !important;
}
.level_0 .slideshow figure {
  height: 100%;
  width: 100%;
  /*background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover !important;
		// Linked Slide
		> a { // .tx-image-link
			position: absolute;
			left: 0; right: 0;
			top: 0; bottom: 0;
		}*/
}
.level_0 .slideshow .tx-image figcaption {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.level_0 .slideshow .tx-image.tx-image-bg {
  padding: 0;
}
@media (min-width: 768px) {
  .level_0 .slideshow .tx-image figcaption {
    width: 50%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    /*display: flex;
				align-items: center;
				&:after {
					content: "";
					display: block;
					padding-bottom: 100%;
				}*/
  }
}
/*
 * Page title on subpages
 *
.page-title {
	h1 {
		margin: 0;
		padding: 10px 0;
		&:after { display: none }
	}

	@media (min-width: 640px) {
		h1 {
			padding: @grid-padding 30px;
			margin-top: -38px;
			background-color: @white;
			display: table;
			position: relative;
			.bgshadow;
		}
	}
	@media (min-width: 1200px) {
		h1 {
			padding: 30px @grid-padding-2x;
			margin-top: -48px;
		}
	}
}*/
/*
 * DCE: Big picture with text overlay
 */
.tx-image {
  position: relative;
  width: 100%;
  text-align: center;
  /*figcaption {
		position: absolute;
		left: 10px;
		right: 10px;
		//right: 8.33333333%;
		bottom: 8.33333333%;
		color: @2ndcolor !important;
		background-color: @3rdcolor;
		font-weight: @fontbold;
		font-size: 16px !important;
		padding: 10px 20px;

		p {
			padding-bottom: 0;
			margin-bottom: 0;
		}

		&.is-linked {
			min-height: 52px;
			padding-right: 60px;
			&:after {
				position: absolute;
				top: 50%; right: 5px;
				display: inline-block;
				font-family: 'Glyphicons Halflings';
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				
				content: "\e258";
				font-size: 52px;
				color: @white;
				margin-top: -26px;
			}
		}
	}
	&:hover {
		figcaption {
			&.is-linked:after {
				-webkit-animation-name: movelink;
						animation-name: movelink;
				-webkit-transform-origin: center center;
						transform-origin: center center;
				-webkit-animation-duration: 1s;
						animation-duration: 1s;
				-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
				-webkit-animation-timing-function: ease;
						animation-timing-function: ease;
			}
		}
	}
	@media (min-width: 768px) {
		figcaption {
			left: auto;
			right: 8.33333333%;
			&.is-linked {
				padding-right: 80px;
			}
		}
	}
	@media (min-width: 1200px) {
		figcaption {
			font-size: 20px !important;
			padding: 20px 30px;
			&.is-linked {
				padding-right: 100px;
			}
		}
	}*/
}
.tx-image figcaption {
  width: 100%;
  padding: 0 20px;
}
.tx-image figcaption .h1 {
  margin-bottom: 0;
}
.tx-image figcaption .text-muted {
  color: #1a1919;
  font-size: 18px;
}
.tx-image figcaption .h1 + .btn,
.tx-image figcaption .text-muted + .btn {
  margin-top: 20px;
}
.tx-image.tx-image-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  padding-top: 20%;
  padding-bottom: 20%;
}
.tx-image.tx-image-img img {
  width: 100%;
  max-width: none;
}
.tx-image.tx-image-img figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tx-image a.tx-image-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .tx-image figcaption .text-muted {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .tx-image.tx-image-bg {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media (min-width: 992px) {
  .tx-image figcaption {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*.ce-bodytext {
				background-color: transparent;
			}*/
  }
}
@media (min-width: 1200px) {
  .tx-image figcaption .text-muted {
    font-size: 24px;
  }
}
/*@keyframes movelink {
	0% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	28% {
		-webkit-transform: translateX(10px);
				transform: translateX(10px);
	}
	92% {
		-webkit-transform: translateX(-5px);
				transform: translateX(-5px);
	}
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
}*/
/*
 *	Breadcrumb
 */
.breadcrumb {
  padding: 0;
  margin: 10px 0 20px;
  background-color: transparent;
  border-radius: 0;
  line-height: 1.2;
  font-size: 14px;
  color: #1283c6;
  /*@media (max-width: 639px) {
		display: none !important;
	}*/
  /*@media (min-width: 992px) {
		margin-bottom: @grid-padding-2x;
	}*/
}
.breadcrumb > li {
  padding: 0;
}
.breadcrumb > li > a {
  padding: 0;
  color: #1283c6;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
  text-decoration: none;
  color: #0c5580;
}
.breadcrumb > li.active {
  color: #413f3f;
}
.breadcrumb > li.active > a {
  color: #413f3f;
}
.breadcrumb > li:after {
  content: "|";
  vertical-align: 0;
  color: #1283c6;
  padding: 0 10px;
}
.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb > li + li:before {
  display: none;
  /*content: "/\00a0";
		vertical-align: 0;
		color: @bordercolor;
		padding-right: 0;*/
}
@media (min-width: 1200px) {
  .breadcrumb {
    margin-top: 20px;
  }
}
/*
 *	Social Menu @ homepage
 */
#socialmenu {
  margin-bottom: 0;
  position: absolute;
  top: -40px;
  right: 15px;
  /*@media (min-width: 1440px) {
		> li {
			&.social-static {
				margin-right: @grid-padding;
			}
		}
	}*/
}
#socialmenu > li {
  vertical-align: middle;
  /*&.social-static {
			margin-right: @grid-padding;
		}
		> a {
			color: @2ndcolor;
			display: block;
			.icon {
				font-size: 36px;
			}
			&:hover, &:focus {
				color: @3rdcolor;
			}
		}*/
}
#socialmenu > li > a {
  padding: 10px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  #socialmenu {
    top: -80px;
    /*> li {
			&.social-static {
				margin-right: 0;
			}
		}*/
  }
}
@media (max-width: 1199px) {
  .panelcontent.home .col-content {
    padding-top: 40px;
  }
}
/*
 *	Bootstrap Grids
 *	Accordions / Panels
 */
.panel-group {
  margin-bottom: 0;
}
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel table p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.panel table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #dbdbdb;
}
.panel table.table.table-hover > tbody > tr:hover {
  background-color: #d8d8d8;
}
.panel-heading .accordion-toggle {
  color: #1a1919;
  text-decoration: none;
}
.panel-heading .accordion-toggle i {
  float: right;
  line-height: 1.42857143;
  color: #1a1919;
}
.panel-heading .accordion-toggle[aria-expanded="true"] {
  /*color: @4thcolor;
			background-color: @white;
			font-weight: @fontsemibold;
			border-color: @2ndcolor;
			border-bottom: 0 none;
			.borderRadiusCustom(@defaultRadius, @defaultRadius, 0, 0);*/
}
.panel-heading .accordion-toggle[aria-expanded="true"] i:before {
  content: "\e258";
}
.bg-grey .panel {
  background-color: transparent;
}
.bg-grey .panel-heading {
  text-align: center;
}
.bg-grey .panel-heading .accordion-toggle {
  color: #1283c6;
}
.bg-grey .panel-heading .accordion-toggle i {
  float: none;
  color: #1283c6;
  top: 3px;
  margin-left: 10px;
}
.bg-grey .panel-body {
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/*
 *	Typo3 Frame Layout
 *	Layout 1: Grauer Hintergrund / Einrückung Inhalt
 */
/*.frame-layout-1 {
	padding: @grid-padding;
}*/
.bg-grey {
  background-color: #dbdbdb;
  background-clip: content-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*.frame-layout-1 {
		background-color: @white;
		border: @grid-padding solid @bgcolor;
		.borderRadius();
	}*/
}
.row-gridelements div[class*="col-"].bg-grey {
  background-color: transparent;
}
.row-gridelements.row-simple > .bg-grey {
  background-clip: border-box;
  margin: 20px 20px 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .frame-layout-1,
  .row-gridelements.row-simple > .bg-grey {
    padding: 40px;
  }
  .bg-grey {
    /*.frame-layout-1 {
			border-width: @grid-padding-2x;
		}*/
  }
}
/*
 *	Typo3 Frame Layout
 *	Layout 2: Text-Bild-Box
 *	Gallery Settings: Beside Text Left
 *
div[id^="c"].frame-layout-2 {
	background-color: @white;

	.ce-intext.ce-nowrap > div:first-child {
		margin-bottom: 0;
	}
	.ce-intext.ce-nowrap .ce-bodytext {
		padding: @grid-padding;
		p:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
		}
	}
	h1, h2, h3, .h1, .h2, .h3 {
		margin-bottom: 5px;
	}

	@media (min-width: 768px) {
		.ce-intext.ce-nowrap .ce-gallery {
			width: 100%;
			margin: 0 !important;
			padding: 0;
		}
		.ce-intext.ce-nowrap .ce-bodytext {
			width: 100%;
			padding: @grid-padding-2x;
		}
	}

	@media (min-width: 992px) {
		.ce-intext.ce-nowrap .ce-gallery {
			width: 50%;
			.ce-row, .ce-column, figure {
				height: 100%;
			}
			figure {
				position: relative;
				overflow: hidden;
			}
			img {
				width: auto;
				height: auto;
				min-width: 100%;
				min-height: 100%;
				position: absolute;
				left: 50%;
				top: 50%;
    			transform: translate(-50%, -50%);
			}
		}
		.ce-intext.ce-nowrap .ce-bodytext {
			width: 50%;
		}
	}
}*/
/*
 *	Typo3 Frame Layout
 *	Layout 2: Einspaltiger Text schmal
 */
@media (min-width: 768px) {
  div[id^="c"].frame-layout-2 .ce-bodytext,
  div[id^="c"].frame-layout-3 .ce-bodytext {
    max-width: 83.33333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  div[id^="c"].frame-layout-2 .ce-bodytext,
  div[id^="c"].frame-layout-3 .ce-bodytext {
    max-width: 60%;
  }
}
/*
 *	Typo3 Frame Layout
 *	Layout 3: Zweispaltiger Text
 */
@media (min-width: 640px) {
  div[id^="c"].frame-layout-3 .ce-bodytext {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
  }
  div[id^="c"].frame-layout-3 header {
    -webkit-column-span: all;
    /* Chrome, Safari, Opera */
    column-span: all;
  }
}
/*
 * DCE: Icon Block Element
 */
.tx-iconblock {
  text-align: center;
}
.tx-iconblock .iconblock-icon {
  display: inline-block;
  color: #ffffff;
  background-color: #1283c6;
  line-height: 1;
  font-size: 32px;
  width: 72px;
  height: 72px;
  padding: 10px;
  border: 10px solid #0c5580;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tx-iconblock .iconblock-body {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  padding: 20px 20px 0;
}
.tx-iconblock .iconblock-icon + .iconblock-body {
  padding-top: 56px;
  margin-top: -36px;
}
.tx-iconblock h1,
.tx-iconblock .h1,
.tx-iconblock h2,
.tx-iconblock .h2,
.tx-iconblock h3,
.tx-iconblock .h3 {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .tx-iconblock .iconblock-icon {
    font-size: 48px;
    width: 104px;
    height: 104px;
    padding: 16px;
    border-width: 12px;
  }
  .tx-iconblock .iconblock-icon + .iconblock-body {
    margin-top: -52px;
    padding: 72px 40px 20px;
  }
}
/*
 *	Product menu tabs
 */
.tx-producttabs {
  position: relative;
}
.tx-producttabs .nav-tabs {
  border-bottom: 0;
}
.tx-producttabs .nav-tabs > li {
  margin-bottom: 20px;
}
.tx-producttabs .nav-tabs > li > a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  border: 0 !important;
  padding: 20px;
  color: #1a1919 !important;
  background-color: #dbdbdb !important;
}
.tx-producttabs .nav-tabs > li:hover {
  cursor: pointer;
}
.tx-producttabs .nav-tabs > li:hover > a {
  transform: scale(1.04);
}
.tx-producttabs .nav-tabs > li.non-active > a {
  opacity: .8;
}
.tx-producttabs .nav-tabs > li:nth-child(1) .tab-title,
.tx-producttabs .nav-tabs > li:nth-child(1) .tab-more {
  color: #9a99ff;
}
.tx-producttabs .nav-tabs > li:nth-child(2) .tab-title,
.tx-producttabs .nav-tabs > li:nth-child(2) .tab-more {
  color: #679a00;
}
.tx-producttabs .nav-tabs > li:nth-child(3) .tab-title,
.tx-producttabs .nav-tabs > li:nth-child(3) .tab-more {
  color: #9a6634;
}
.tx-producttabs .nav-tabs > li:nth-child(4) .tab-title,
.tx-producttabs .nav-tabs > li:nth-child(4) .tab-more {
  color: #ffcc67;
}
.tx-producttabs .tab-image {
  margin: 0 auto 20px;
}
.tx-producttabs .tab-title {
  margin-bottom: 20px;
}
.tx-producttabs .tab-teaser {
  margin-bottom: 20px;
}
.tx-producttabs .tab-more {
  font-weight: 700;
}
.tx-producttabs .tab-pane {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  color: #1a1919;
  background-color: #dbdbdb;
}
.tx-producttabs .tab-pane a {
  color: #1a1919;
  text-decoration: none;
}
.tx-producttabs .tab-pane .close {
  color: #1a1919;
  opacity: 1;
  line-height: 0.7;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .tx-producttabs .nav-tabs > li {
    width: 25%;
    margin-bottom: 0;
  }
  .tx-producttabs .nav-tabs > li > a {
    margin: 0 10px;
  }
  .tx-producttabs .tab-image {
    width: 100%;
    max-width: none;
  }
  .tx-producttabs .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
  }
  .tx-producttabs .tab-pane {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 40px 30px 20px;
    /*&.in {
				border-bottom: 3px solid @bgcolor;
			}*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tx-producttabs .tab-teaser,
  .tx-producttabs .tab-more {
    font-size: 16px;
  }
}
/*
 *	DCE: Product element
 *	Usage in product tab menu
 */
.product-grid.grid-default .tx-product .collapse,
.product-grid.grid-default .tx-product .collapsing {
  background-color: #1a1919;
}
.product-grid.grid-default .tx-product .collapse:before,
.product-grid.grid-default .tx-product .collapsing:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1a1919 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 1000;
}
.tab-pane:nth-child(1) .tx-product h3,
.product-grid.grid-transponder .tx-product h3,
.tab-pane:nth-child(1) .tx-product .h3,
.product-grid.grid-transponder .tx-product .h3,
.tab-pane:nth-child(1) .tx-product h4,
.product-grid.grid-transponder .tx-product h4,
.tab-pane:nth-child(1) .tx-product .h4,
.product-grid.grid-transponder .tx-product .h4 {
  color: #9a99ff;
}
.tab-pane:nth-child(1) .tx-product .collapse,
.product-grid.grid-transponder .tx-product .collapse,
.tab-pane:nth-child(1) .tx-product .collapsing,
.product-grid.grid-transponder .tx-product .collapsing {
  background-color: #9a99ff;
}
.tab-pane:nth-child(1) .tx-product .collapse:before,
.product-grid.grid-transponder .tx-product .collapse:before,
.tab-pane:nth-child(1) .tx-product .collapsing:before,
.product-grid.grid-transponder .tx-product .collapsing:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #9a99ff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 1000;
}
.tab-pane:nth-child(2) .tx-product h3,
.product-grid.grid-sensors .tx-product h3,
.tab-pane:nth-child(2) .tx-product .h3,
.product-grid.grid-sensors .tx-product .h3,
.tab-pane:nth-child(2) .tx-product h4,
.product-grid.grid-sensors .tx-product h4,
.tab-pane:nth-child(2) .tx-product .h4,
.product-grid.grid-sensors .tx-product .h4 {
  color: #679a00;
}
.tab-pane:nth-child(2) .tx-product .collapse,
.product-grid.grid-sensors .tx-product .collapse,
.tab-pane:nth-child(2) .tx-product .collapsing,
.product-grid.grid-sensors .tx-product .collapsing {
  background-color: #679a00;
}
.tab-pane:nth-child(2) .tx-product .collapse:before,
.product-grid.grid-sensors .tx-product .collapse:before,
.tab-pane:nth-child(2) .tx-product .collapsing:before,
.product-grid.grid-sensors .tx-product .collapsing:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #679a00 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 1000;
}
.tab-pane:nth-child(3) .tx-product h3,
.product-grid.grid-reader .tx-product h3,
.tab-pane:nth-child(3) .tx-product .h3,
.product-grid.grid-reader .tx-product .h3,
.tab-pane:nth-child(3) .tx-product h4,
.product-grid.grid-reader .tx-product h4,
.tab-pane:nth-child(3) .tx-product .h4,
.product-grid.grid-reader .tx-product .h4 {
  color: #9a6634;
}
.tab-pane:nth-child(3) .tx-product .collapse,
.product-grid.grid-reader .tx-product .collapse,
.tab-pane:nth-child(3) .tx-product .collapsing,
.product-grid.grid-reader .tx-product .collapsing {
  background-color: #9a6634;
}
.tab-pane:nth-child(3) .tx-product .collapse:before,
.product-grid.grid-reader .tx-product .collapse:before,
.tab-pane:nth-child(3) .tx-product .collapsing:before,
.product-grid.grid-reader .tx-product .collapsing:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #9a6634 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 1000;
}
.tab-pane:nth-child(4) .tx-product h3,
.product-grid.grid-systems .tx-product h3,
.tab-pane:nth-child(4) .tx-product .h3,
.product-grid.grid-systems .tx-product .h3,
.tab-pane:nth-child(4) .tx-product h4,
.product-grid.grid-systems .tx-product h4,
.tab-pane:nth-child(4) .tx-product .h4,
.product-grid.grid-systems .tx-product .h4 {
  color: #ffcc67;
}
.tab-pane:nth-child(4) .tx-product .collapse,
.product-grid.grid-systems .tx-product .collapse,
.tab-pane:nth-child(4) .tx-product .collapsing,
.product-grid.grid-systems .tx-product .collapsing {
  background-color: #ffcc67;
}
.tab-pane:nth-child(4) .tx-product .collapse:before,
.product-grid.grid-systems .tx-product .collapse:before,
.tab-pane:nth-child(4) .tx-product .collapsing:before,
.product-grid.grid-systems .tx-product .collapsing:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffcc67 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 1000;
}
.application-grid .tx-product .collapse,
.application-grid .tx-product .collapsing {
  background-color: #413f3f;
}
.application-grid .tx-product .collapse:before,
.application-grid .tx-product .collapsing:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #413f3f transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 1000;
}
.tx-producttabs .tx-product .in-slideshow {
  display: none !important;
}
.tx-producttabs .tx-product .btn-collapse {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: 0 !important;
  text-align: left;
  background: transparent;
  color: #ffffff;
}
.tx-producttabs .tx-product .btn-collapse:hover .product-image,
.tx-producttabs .tx-product .btn-collapse[aria-expanded="true"] .product-image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.tx-producttabs .tx-product .product-image {
  width: auto;
  margin-bottom: 10px;
  -webkit-transition: filter 0.4s ease;
  -moz-transition: filter 0.4s ease;
  -o-transition: filter 0.4s ease;
  transition: filter 0.4s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tx-producttabs .tx-product .product-header {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tx-producttabs .tx-product .collapse,
.tx-producttabs .tx-product .collapsing {
  padding: 20px;
  margin-top: 20px;
  position: relative;
}
.tx-producttabs .tx-product .collapse:before,
.tx-producttabs .tx-product .collapsing:before {
  bottom: 100% !important;
  left: 20px !important;
  margin-left: 0 !important;
}
.tx-producttabs .tx-product .collapse h3,
.tx-producttabs .tx-product .collapsing h3,
.tx-producttabs .tx-product .collapse .h3,
.tx-producttabs .tx-product .collapsing .h3,
.tx-producttabs .tx-product .collapse a,
.tx-producttabs .tx-product .collapsing a {
  color: #ffffff !important;
}
.tx-producttabs .tx-product .collapse h3,
.tx-producttabs .tx-product .collapsing h3,
.tx-producttabs .tx-product .collapse .h3,
.tx-producttabs .tx-product .collapsing .h3 {
  margin-bottom: 10px;
}
.tx-producttabs .tx-product .collapse a,
.tx-producttabs .tx-product .collapsing a {
  font-weight: 700;
}
.tx-producttabs .tx-product .collapse p:last-child,
.tx-producttabs .tx-product .collapsing p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tx-producttabs .tx-product {
    margin-bottom: 40px;
  }
  .tx-producttabs .tx-product .collapse,
  .tx-producttabs .tx-product .collapsing {
    position: absolute;
    z-index: 1010;
    width: calc(200% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tx-producttabs .tx-product:nth-child(even) .collapse,
  .tx-producttabs .tx-product:nth-child(even) .collapsing {
    margin-left: calc(-100%);
  }
  .tx-producttabs .tx-product:nth-child(even) .collapse:before,
  .tx-producttabs .tx-product:nth-child(even) .collapsing:before {
    left: calc(50% + 40px) !important;
  }
}
@media (min-width: 1200px) {
  .tx-producttabs .tx-product:nth-child(4n+0) .collapse,
  .tx-producttabs .tx-product:nth-child(4n+0) .collapsing {
    margin-left: calc(-100%);
  }
  .tx-producttabs .tx-product:nth-child(4n+0) .collapse:before,
  .tx-producttabs .tx-product:nth-child(4n+0) .collapsing:before {
    left: calc(50% + 40px) !important;
  }
}
.product-slider .tx-product {
  /*h3, .h3, h4, .h4, a {
			color: @white !important;
		}*/
}
.product-slider .tx-product .in-tabmenu {
  display: none !important;
}
.product-slider .tx-product .product-image {
  min-height: 240px;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-slider .tx-product .product-content {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slider .tx-product .product-header {
  margin-bottom: 0 !important;
}
.product-slider .tx-product .product-subheader,
.product-slider .tx-product .product-description {
  margin-bottom: 20px;
}
.product-slider .tx-product h3,
.product-slider .tx-product .h3,
.product-slider .tx-product h4,
.product-slider .tx-product .h4 {
  margin-bottom: 10px;
}
.product-slider .tx-product a {
  font-weight: 700;
}
.product-slider .tx-product p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .product-slider .tx-product .product-image,
  .product-slider .tx-product .product-content {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .product-slider .tx-product .product-content {
    padding: 0 20px;
  }
}
.product-grid .tx-product .close,
.application-grid .tx-product .close {
  color: #ffffff;
  opacity: 1;
  line-height: 0.7;
  margin-left: 20px;
}
.product-grid .tx-product .btn-collapse,
.application-grid .tx-product .btn-collapse {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: 0 !important;
  text-align: left;
  background: transparent;
  color: #1a1919;
}
.product-grid .tx-product .btn-collapse:hover .product-image,
.application-grid .tx-product .btn-collapse:hover .product-image,
.product-grid .tx-product .btn-collapse[aria-expanded="true"] .product-image,
.application-grid .tx-product .btn-collapse[aria-expanded="true"] .product-image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.product-grid .tx-product .btn-collapse.collapse-contact,
.application-grid .tx-product .btn-collapse.collapse-contact {
  cursor: default;
}
.product-grid .tx-product .btn-collapse.collapse-contact .product-subheader p,
.application-grid .tx-product .btn-collapse.collapse-contact .product-subheader p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-grid .tx-product .product-image,
.application-grid .tx-product .product-image {
  width: auto;
  margin-bottom: 10px;
  -webkit-transition: filter 0.4s ease;
  -moz-transition: filter 0.4s ease;
  -o-transition: filter 0.4s ease;
  transition: filter 0.4s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.product-grid .tx-product .product-header,
.application-grid .tx-product .product-header {
  margin-bottom: 10px;
}
.product-grid .tx-product .collapse,
.application-grid .tx-product .collapse,
.product-grid .tx-product .collapsing,
.application-grid .tx-product .collapsing {
  padding: 20px;
  margin-top: 20px;
  position: relative;
  color: #ffffff;
}
.product-grid .tx-product .collapse:before,
.application-grid .tx-product .collapse:before,
.product-grid .tx-product .collapsing:before,
.application-grid .tx-product .collapsing:before {
  bottom: 100% !important;
  left: 20px !important;
  margin-left: 0 !important;
}
.product-grid .tx-product .collapse h3,
.application-grid .tx-product .collapse h3,
.product-grid .tx-product .collapsing h3,
.application-grid .tx-product .collapsing h3,
.product-grid .tx-product .collapse .h3,
.application-grid .tx-product .collapse .h3,
.product-grid .tx-product .collapsing .h3,
.application-grid .tx-product .collapsing .h3,
.product-grid .tx-product .collapse a,
.application-grid .tx-product .collapse a,
.product-grid .tx-product .collapsing a,
.application-grid .tx-product .collapsing a {
  color: #ffffff !important;
}
.product-grid .tx-product .collapse h3,
.application-grid .tx-product .collapse h3,
.product-grid .tx-product .collapsing h3,
.application-grid .tx-product .collapsing h3,
.product-grid .tx-product .collapse .h3,
.application-grid .tx-product .collapse .h3,
.product-grid .tx-product .collapsing .h3,
.application-grid .tx-product .collapsing .h3 {
  margin-bottom: 10px;
}
.product-grid .tx-product .collapse a,
.application-grid .tx-product .collapse a,
.product-grid .tx-product .collapsing a,
.application-grid .tx-product .collapsing a {
  font-weight: 700;
}
.product-grid .tx-product .collapse a.btn-download,
.application-grid .tx-product .collapse a.btn-download,
.product-grid .tx-product .collapsing a.btn-download,
.application-grid .tx-product .collapsing a.btn-download {
  border-color: #ffffff !important;
}
.product-grid .tx-product .collapse p:last-child,
.application-grid .tx-product .collapse p:last-child,
.product-grid .tx-product .collapsing p:last-child,
.application-grid .tx-product .collapsing p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-grid .tx-product,
  .application-grid .tx-product {
    margin-bottom: 40px;
  }
  .product-grid .tx-product .collapse,
  .application-grid .tx-product .collapse,
  .product-grid .tx-product .collapsing,
  .application-grid .tx-product .collapsing {
    position: absolute;
    z-index: 1010;
    width: calc(200% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-grid .tx-product:nth-child(even) .collapse,
  .application-grid .tx-product:nth-child(even) .collapse,
  .product-grid .tx-product:nth-child(even) .collapsing,
  .application-grid .tx-product:nth-child(even) .collapsing {
    margin-left: calc(-100%);
  }
  .product-grid .tx-product:nth-child(even) .collapse:before,
  .application-grid .tx-product:nth-child(even) .collapse:before,
  .product-grid .tx-product:nth-child(even) .collapsing:before,
  .application-grid .tx-product:nth-child(even) .collapsing:before {
    left: calc(50% + 40px) !important;
  }
}
@media (min-width: 1200px) {
  .product-grid .tx-product:nth-child(4n+0) .collapse,
  .application-grid .tx-product:nth-child(4n+0) .collapse,
  .product-grid .tx-product:nth-child(4n+0) .collapsing,
  .application-grid .tx-product:nth-child(4n+0) .collapsing {
    margin-left: calc(-100%);
  }
  .product-grid .tx-product:nth-child(4n+0) .collapse:before,
  .application-grid .tx-product:nth-child(4n+0) .collapse:before,
  .product-grid .tx-product:nth-child(4n+0) .collapsing:before,
  .application-grid .tx-product:nth-child(4n+0) .collapsing:before {
    left: calc(50% + 40px) !important;
  }
}
.application-grid .tx-product {
  /*
		* Image with Hover Effect
		* Source: http://tympanus.net/Development/HoverEffectIdeas/index2.html
		* Effect: Apollo
		*/
  /**
		 * Edit 14.01.21, Endress-Vorlage
		 */
}
.application-grid .tx-product > div {
  color: #1a1919;
  background-color: #dbdbdb;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.application-grid .tx-product .btn-collapse,
.application-grid .tx-product .product-header {
  color: #ffffff;
}
.application-grid .tx-product .hover-effect {
  position: relative;
  overflow: hidden;
}
.application-grid .tx-product .hover-effect .product-backgroundimage {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.application-grid .tx-product .hover-effect .product-backgroundimage a {
  display: block;
  width: 100%;
  height: 100%;
}
.application-grid .tx-product .hover-effect .product-subheader {
  opacity: 1;
}
.application-grid .tx-product .hover-effect .product-backgroundimage,
.application-grid .tx-product .hover-effect .product-subheader {
  -webkit-transition: opacity 1.2s ease;
  -moz-transition: opacity 1.2s ease;
  -o-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.application-grid .tx-product .hover-effect .btn-collapse {
  position: relative;
}
.application-grid .tx-product .hover-effect .btn-collapse.btn-pointer-none {
  pointer-events: none;
}
.application-grid .tx-product .hover-effect::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
}
.application-grid .tx-product .hover-effect:hover::before,
.application-grid .tx-product .hover-effect:focus::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.application-grid .tx-product .hover-effect:hover .product-backgroundimage,
.application-grid .tx-product .hover-effect:focus .product-backgroundimage {
  opacity: 1;
}
.application-grid .tx-product .hover-effect:hover .product-subheader,
.application-grid .tx-product .hover-effect:focus .product-subheader {
  opacity: 0;
}
.application-grid .tx-product .app-image img {
  width: 100%;
  max-width: none;
}
.application-grid .tx-product .app-header {
  padding: 20px;
}
.application-grid .tx-product .app-header,
.application-grid .tx-product .desc-header {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 18px;
}
.application-grid .tx-product .desc-teaser {
  margin-top: 5px;
}
.application-grid .tx-product .desc-text {
  margin-top: 10px;
}
.application-grid .tx-product .desc-teaser,
.application-grid .tx-product .desc-text {
  font-size: 14px;
}
.application-grid .tx-product .app-description {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 0;
  padding: 20px;
  background-color: #dbdbdb;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.application-grid .tx-product .hover-effect:hover .app-description,
.application-grid .tx-product .hover-effect:focus .app-description {
  bottom: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .application-grid .tx-product .collapse,
  .application-grid .tx-product .collapsing {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .application-grid .tx-product {
    /**
			 * Edit 14.01.21, Endress-Vorlage
			 *
			.app-header,
			.desc-header {
				font-size: 22px;
			}
			.desc-teaser,
			.desc-text {
				font-size: 16px;
			}*/
  }
}
@media (min-width: 1200px) {
  .application-grid .tx-product .product-header {
    font-size: 24px;
  }
  .application-grid .tx-product .hover-effect .product-backgroundimage,
  .application-grid .tx-product .hover-effect .product-subheader {
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .application-grid .tx-product .hover-effect::before {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  }
  .application-grid .tx-product .hover-effect:hover::before,
  .application-grid .tx-product .hover-effect:focus::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  }
}
@media (min-width: 1200px) {
  /**
	 * Edit 14.01.21, Endress-Vorlage
	 */
  .application-grid {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.product-slider {
  padding: 0 20px;
}
.product-slider .slick-slider {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #dbdbdb;
}
.product-slider .slick-prev,
.product-slider .slick-next {
  font-size: 48px;
  margin-top: 0;
  top: 110px;
  opacity: 1;
}
.product-slider .tx-product {
  padding: 20px;
  overflow: hidden;
}
.product-slider div[id^="c"] + div[id^="c"] {
  margin-top: 0 !important;
}
@media (min-width: 640px) {
  .product-slider .slick-prev,
  .product-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .product-slider .slick-prev {
    left: 0;
  }
  .product-slider .slick-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  .product-slider .tx-product {
    padding: 20px 64px;
  }
}
@media (min-width: 992px) {
  .product-slider .slick-prev,
  .product-slider .slick-next {
    font-size: 64px;
  }
  .product-slider .tx-product {
    padding: 40px 80px;
  }
}
/*
 *	DCE: iframe "Erstinformation"
 *
.tx-iframe {
	.iframe-placeholder {
		text-align: center;
		margin-bottom: @grid-padding;
	}
	form {
		.ce-uploads {
			margin-left: 45px;
		}
	}
	.iframe-container {
		.borderRadius();
		border: 1px solid @2ndcolor;
		margin-top: @grid-padding;
	}
	iframe {
		padding: @grid-padding;
		background: @white;
	}
	@media (min-width: 768px) {
		form {
			padding-left: 5%;
			padding-right: 5%;
		}
		.iframe-container {
			margin-top: @grid-padding-2x;
		}
		iframe {
			padding: @grid-padding-2x;
		}
	}
	@media (min-width: 992px) {
		form {
			padding-left: 10%;
			padding-right: 10%;
		}
	}
	@media (min-width: 1440px) {
		form {
			padding-left: 20%;
			padding-right: 20%;
		}
	}
}*/
.contentstyles figcaption {
  font-size: 14px;
  color: #1a1919;
}
.contentstyles .ce-intext .ce-gallery {
  margin-top: 6px;
}
.contentstyles .ce-intext.ce-nowrap .ce-gallery,
.contentstyles .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  float: left;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 0;
}
.contentstyles .ce-intext.ce-nowrap > div:first-child {
  margin-bottom: 20px;
}
.contentstyles .ce-intext.ce-right .ce-gallery,
.contentstyles .ce-intext.ce-left .ce-gallery,
.contentstyles .ce-above .ce-gallery {
  margin-bottom: 20px;
}
.contentstyles .ce-intext .ce-gallery {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.contentstyles .ce-gallery figcaption {
  margin-bottom: 15px;
  padding-right: 15px;
}
.contentstyles .ce-below .ce-gallery {
  margin-top: 20px;
}
.contentstyles .ce-gallery[data-ce-columns] .ce-column {
  width: 100%;
  margin-right: 0;
}
.contentstyles .ce-gallery[data-ce-columns] .ce-column figure,
.contentstyles .ce-gallery[data-ce-columns] .ce-column img {
  width: 100%;
  max-width: none;
}
.contentstyles .ce-gallery[data-ce-columns] .ce-column + .ce-column {
  margin-top: 10px;
}
.contentstyles .ce-intext.ce-nowrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
		//.ce-gallery { width: 33.33333333% }
		//.ce-bodytext { width: 58.33333333% }
		> div:first-child {
			padding-right: 10px;
			//margin-right: 8.33333333% !important;

			& + div {
				padding-left: 10px;
			}
		}
		*/
  /*.ce-gallery {
			margin-top: 6px;
		}*/
}
.contentstyles .ce-intext.ce-nowrap .ce-gallery,
.contentstyles .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.contentstyles .ce-intext.ce-nowrap .ce-gallery figure,
.contentstyles .ce-intext.ce-nowrap .ce-gallery img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.contentstyles .ce-intext.ce-nowrap.ce-right {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  /*
			.ce-gallery, .ce-bodytext {
				float: right;
			}
			> div:first-child {
				padding-left: 10px;
				padding-right: 0;
				//margin-left: 8.33333333% !important;
				//margin-right: 0 !important;
	
				& + div {
					padding-right: 10px;
					padding-left: 0;
					//margin-left: 0;
				}
			}
			*/
}
.contentstyles .ce-intext.ce-nowrap.ce-right .ce-gallery {
  padding-top: 20px;
}
@media (min-width: 480px) {
  .contentstyles .ce-gallery[data-ce-columns="2"],
  .contentstyles .ce-gallery[data-ce-columns="3"],
  .contentstyles .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .contentstyles .ce-gallery[data-ce-columns="2"] .ce-column,
  .contentstyles .ce-gallery[data-ce-columns="3"] .ce-column,
  .contentstyles .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 50%;
    padding: 0 5px;
    float: left;
  }
  .contentstyles .ce-gallery[data-ce-columns="2"] .ce-column + .ce-column,
  .contentstyles .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column,
  .contentstyles .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .contentstyles .ce-gallery[data-ce-columns="3"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .contentstyles .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333333%;
    padding: 0 5px;
    float: left;
  }
  .contentstyles .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column {
    margin-top: 0;
  }
  .contentstyles .ce-intext.ce-nowrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contentstyles .ce-intext.ce-nowrap .ce-gallery,
  .contentstyles .ce-intext.ce-nowrap .ce-bodytext {
    width: 50%;
  }
  .contentstyles .ce-intext.ce-nowrap.ce-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .contentstyles .ce-intext.ce-nowrap.ce-right .ce-gallery {
    padding-top: 0;
  }
  .contentstyles .ce-intext .ce-gallery {
    width: auto;
  }
  .contentstyles .ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
  }
  .contentstyles .ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentstyles .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .contentstyles .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
    padding: 0 5px;
    float: left;
  }
  .contentstyles .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .contentstyles {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.maincontent,
.panelcontent,
.subcontent {
  margin-top: 40px;
}
.maincontent div[id^="c"] + div[id^="c"],
.panelcontent div[id^="c"] + div[id^="c"],
.subcontent div[id^="c"] + div[id^="c"] {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .maincontent,
  .panelcontent,
  .subcontent {
    margin-top: 80px;
  }
  .maincontent .col-content > div[id^="c"] + div[id^="c"],
  .panelcontent .col-content > div[id^="c"] + div[id^="c"],
  .subcontent .col-content > div[id^="c"] + div[id^="c"] {
    margin-top: 80px;
  }
}
.panelcontent,
.newscontent {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .panelcontent,
  .newscontent {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.maincontent {
  /*@media (min-width: 992px) {
		&.home {
			//padding-top: @grid-padding-3x;
		}
	}*/
}
.maincontent figcaption {
  font-size: 14px;
  color: #1a1919;
}
.maincontent .ce-intext .ce-gallery {
  margin-top: 6px;
}
.maincontent .ce-intext.ce-nowrap .ce-gallery,
.maincontent .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  float: left;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 0;
}
.maincontent .ce-intext.ce-nowrap > div:first-child {
  margin-bottom: 20px;
}
.maincontent .ce-intext.ce-right .ce-gallery,
.maincontent .ce-intext.ce-left .ce-gallery,
.maincontent .ce-above .ce-gallery {
  margin-bottom: 20px;
}
.maincontent .ce-intext .ce-gallery {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.maincontent .ce-gallery figcaption {
  margin-bottom: 15px;
  padding-right: 15px;
}
.maincontent .ce-below .ce-gallery {
  margin-top: 20px;
}
.maincontent .ce-gallery[data-ce-columns] .ce-column {
  width: 100%;
  margin-right: 0;
}
.maincontent .ce-gallery[data-ce-columns] .ce-column figure,
.maincontent .ce-gallery[data-ce-columns] .ce-column img {
  width: 100%;
  max-width: none;
}
.maincontent .ce-gallery[data-ce-columns] .ce-column + .ce-column {
  margin-top: 10px;
}
.maincontent .ce-intext.ce-nowrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
		//.ce-gallery { width: 33.33333333% }
		//.ce-bodytext { width: 58.33333333% }
		> div:first-child {
			padding-right: 10px;
			//margin-right: 8.33333333% !important;

			& + div {
				padding-left: 10px;
			}
		}
		*/
  /*.ce-gallery {
			margin-top: 6px;
		}*/
}
.maincontent .ce-intext.ce-nowrap .ce-gallery,
.maincontent .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.maincontent .ce-intext.ce-nowrap .ce-gallery figure,
.maincontent .ce-intext.ce-nowrap .ce-gallery img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.maincontent .ce-intext.ce-nowrap.ce-right {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  /*
			.ce-gallery, .ce-bodytext {
				float: right;
			}
			> div:first-child {
				padding-left: 10px;
				padding-right: 0;
				//margin-left: 8.33333333% !important;
				//margin-right: 0 !important;
	
				& + div {
					padding-right: 10px;
					padding-left: 0;
					//margin-left: 0;
				}
			}
			*/
}
.maincontent .ce-intext.ce-nowrap.ce-right .ce-gallery {
  padding-top: 20px;
}
@media (min-width: 480px) {
  .maincontent .ce-gallery[data-ce-columns="2"],
  .maincontent .ce-gallery[data-ce-columns="3"],
  .maincontent .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .maincontent .ce-gallery[data-ce-columns="2"] .ce-column,
  .maincontent .ce-gallery[data-ce-columns="3"] .ce-column,
  .maincontent .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 50%;
    padding: 0 5px;
    float: left;
  }
  .maincontent .ce-gallery[data-ce-columns="2"] .ce-column + .ce-column,
  .maincontent .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column,
  .maincontent .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .maincontent .ce-gallery[data-ce-columns="3"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .maincontent .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333333%;
    padding: 0 5px;
    float: left;
  }
  .maincontent .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column {
    margin-top: 0;
  }
  .maincontent .ce-intext.ce-nowrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .maincontent .ce-intext.ce-nowrap .ce-gallery,
  .maincontent .ce-intext.ce-nowrap .ce-bodytext {
    width: 50%;
  }
  .maincontent .ce-intext.ce-nowrap.ce-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .maincontent .ce-intext.ce-nowrap.ce-right .ce-gallery {
    padding-top: 0;
  }
  .maincontent .ce-intext .ce-gallery {
    width: auto;
  }
  .maincontent .ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
  }
  .maincontent .ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .maincontent .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .maincontent .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
    padding: 0 5px;
    float: left;
  }
  .maincontent .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .maincontent {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.maincontent.sub {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .maincontent.sub {
    margin-top: 40px;
  }
}
.panelcontent {
  background-color: #eeeeee;
  /*.row, .row > div {
		margin: 0;
		padding: 0;
	}*/
  /*#panelslides {
		img {
			.fullwidth;
		}
		.slick-slide,
		.slick-slide iframe {
			overflow: hidden;
			.borderRadius();
		}
		.slick-prev {
			left: 10px;
		}
		.slick-next {
			right: 10px;
		}
		
		// TYPO3 css_styled_content override for correct slick slider layout
		div.ce-outer, div.ce-inner, div.ce-column, figure { width: 100% }
		.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery { margin-bottom: 0 }
		.ce-below .ce-gallery { margin-top: 0 }
	}*/
  /*@media (min-width: 768px) {
		#panelslides {
			.slick-prev, .slick-next {
				font-size: 48px;
				color: @1stcolor;
				margin-top: -32px;
			}
			.slick-prev {
				left: -96px;
			}
			.slick-next {
				right: -96px;
			}
		}
	}*/
}
.panelcontent.sub > .container figcaption {
  font-size: 14px;
  color: #1a1919;
}
.panelcontent.sub > .container .ce-intext .ce-gallery {
  margin-top: 6px;
}
.panelcontent.sub > .container .ce-intext.ce-nowrap .ce-gallery,
.panelcontent.sub > .container .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  float: left;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 0;
}
.panelcontent.sub > .container .ce-intext.ce-nowrap > div:first-child {
  margin-bottom: 20px;
}
.panelcontent.sub > .container .ce-intext.ce-right .ce-gallery,
.panelcontent.sub > .container .ce-intext.ce-left .ce-gallery,
.panelcontent.sub > .container .ce-above .ce-gallery {
  margin-bottom: 20px;
}
.panelcontent.sub > .container .ce-intext .ce-gallery {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.panelcontent.sub > .container .ce-gallery figcaption {
  margin-bottom: 15px;
  padding-right: 15px;
}
.panelcontent.sub > .container .ce-below .ce-gallery {
  margin-top: 20px;
}
.panelcontent.sub > .container .ce-gallery[data-ce-columns] .ce-column {
  width: 100%;
  margin-right: 0;
}
.panelcontent.sub > .container .ce-gallery[data-ce-columns] .ce-column figure,
.panelcontent.sub > .container .ce-gallery[data-ce-columns] .ce-column img {
  width: 100%;
  max-width: none;
}
.panelcontent.sub > .container .ce-gallery[data-ce-columns] .ce-column + .ce-column {
  margin-top: 10px;
}
.panelcontent.sub > .container .ce-intext.ce-nowrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
		//.ce-gallery { width: 33.33333333% }
		//.ce-bodytext { width: 58.33333333% }
		> div:first-child {
			padding-right: 10px;
			//margin-right: 8.33333333% !important;

			& + div {
				padding-left: 10px;
			}
		}
		*/
  /*.ce-gallery {
			margin-top: 6px;
		}*/
}
.panelcontent.sub > .container .ce-intext.ce-nowrap .ce-gallery,
.panelcontent.sub > .container .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.panelcontent.sub > .container .ce-intext.ce-nowrap .ce-gallery figure,
.panelcontent.sub > .container .ce-intext.ce-nowrap .ce-gallery img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.panelcontent.sub > .container .ce-intext.ce-nowrap.ce-right {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  /*
			.ce-gallery, .ce-bodytext {
				float: right;
			}
			> div:first-child {
				padding-left: 10px;
				padding-right: 0;
				//margin-left: 8.33333333% !important;
				//margin-right: 0 !important;
	
				& + div {
					padding-right: 10px;
					padding-left: 0;
					//margin-left: 0;
				}
			}
			*/
}
.panelcontent.sub > .container .ce-intext.ce-nowrap.ce-right .ce-gallery {
  padding-top: 20px;
}
@media (min-width: 480px) {
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="2"],
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="3"],
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="2"] .ce-column,
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="3"] .ce-column,
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 50%;
    padding: 0 5px;
    float: left;
  }
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="2"] .ce-column + .ce-column,
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column,
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="3"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333333%;
    padding: 0 5px;
    float: left;
  }
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column {
    margin-top: 0;
  }
  .panelcontent.sub > .container .ce-intext.ce-nowrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .panelcontent.sub > .container .ce-intext.ce-nowrap .ce-gallery,
  .panelcontent.sub > .container .ce-intext.ce-nowrap .ce-bodytext {
    width: 50%;
  }
  .panelcontent.sub > .container .ce-intext.ce-nowrap.ce-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .panelcontent.sub > .container .ce-intext.ce-nowrap.ce-right .ce-gallery {
    padding-top: 0;
  }
  .panelcontent.sub > .container .ce-intext .ce-gallery {
    width: auto;
  }
  .panelcontent.sub > .container .ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
  }
  .panelcontent.sub > .container .ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
    padding: 0 5px;
    float: left;
  }
  .panelcontent.sub > .container .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .panelcontent.sub > .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.newscontent {
  background-color: #d8d8d8;
}
.subcontent figcaption {
  font-size: 14px;
  color: #1a1919;
}
.subcontent .ce-intext .ce-gallery {
  margin-top: 6px;
}
.subcontent .ce-intext.ce-nowrap .ce-gallery,
.subcontent .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  float: left;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 0;
}
.subcontent .ce-intext.ce-nowrap > div:first-child {
  margin-bottom: 20px;
}
.subcontent .ce-intext.ce-right .ce-gallery,
.subcontent .ce-intext.ce-left .ce-gallery,
.subcontent .ce-above .ce-gallery {
  margin-bottom: 20px;
}
.subcontent .ce-intext .ce-gallery {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.subcontent .ce-gallery figcaption {
  margin-bottom: 15px;
  padding-right: 15px;
}
.subcontent .ce-below .ce-gallery {
  margin-top: 20px;
}
.subcontent .ce-gallery[data-ce-columns] .ce-column {
  width: 100%;
  margin-right: 0;
}
.subcontent .ce-gallery[data-ce-columns] .ce-column figure,
.subcontent .ce-gallery[data-ce-columns] .ce-column img {
  width: 100%;
  max-width: none;
}
.subcontent .ce-gallery[data-ce-columns] .ce-column + .ce-column {
  margin-top: 10px;
}
.subcontent .ce-intext.ce-nowrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
		//.ce-gallery { width: 33.33333333% }
		//.ce-bodytext { width: 58.33333333% }
		> div:first-child {
			padding-right: 10px;
			//margin-right: 8.33333333% !important;

			& + div {
				padding-left: 10px;
			}
		}
		*/
  /*.ce-gallery {
			margin-top: 6px;
		}*/
}
.subcontent .ce-intext.ce-nowrap .ce-gallery,
.subcontent .ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.subcontent .ce-intext.ce-nowrap .ce-gallery figure,
.subcontent .ce-intext.ce-nowrap .ce-gallery img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.subcontent .ce-intext.ce-nowrap.ce-right {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  /*
			.ce-gallery, .ce-bodytext {
				float: right;
			}
			> div:first-child {
				padding-left: 10px;
				padding-right: 0;
				//margin-left: 8.33333333% !important;
				//margin-right: 0 !important;
	
				& + div {
					padding-right: 10px;
					padding-left: 0;
					//margin-left: 0;
				}
			}
			*/
}
.subcontent .ce-intext.ce-nowrap.ce-right .ce-gallery {
  padding-top: 20px;
}
@media (min-width: 480px) {
  .subcontent .ce-gallery[data-ce-columns="2"],
  .subcontent .ce-gallery[data-ce-columns="3"],
  .subcontent .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .subcontent .ce-gallery[data-ce-columns="2"] .ce-column,
  .subcontent .ce-gallery[data-ce-columns="3"] .ce-column,
  .subcontent .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 50%;
    padding: 0 5px;
    float: left;
  }
  .subcontent .ce-gallery[data-ce-columns="2"] .ce-column + .ce-column,
  .subcontent .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column,
  .subcontent .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .subcontent .ce-gallery[data-ce-columns="3"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .subcontent .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333333%;
    padding: 0 5px;
    float: left;
  }
  .subcontent .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column {
    margin-top: 0;
  }
  .subcontent .ce-intext.ce-nowrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .subcontent .ce-intext.ce-nowrap .ce-gallery,
  .subcontent .ce-intext.ce-nowrap .ce-bodytext {
    width: 50%;
  }
  .subcontent .ce-intext.ce-nowrap.ce-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .subcontent .ce-intext.ce-nowrap.ce-right .ce-gallery {
    padding-top: 0;
  }
  .subcontent .ce-intext .ce-gallery {
    width: auto;
  }
  .subcontent .ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
  }
  .subcontent .ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .subcontent .ce-gallery[data-ce-columns="4"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .subcontent .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
    padding: 0 5px;
    float: left;
  }
  .subcontent .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .subcontent {
    padding-left: 70px;
    padding-right: 70px;
  }
}
footer {
  width: 100%;
  margin-top: 40px;
  background-color: #dbdbdb;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
  /*#legalmenu {
		margin-top: @grid-padding;
		li:after {
			content: "|";
			display: inline-block;
			padding-left: 10px;
		}
		li:last-child:after {
			display: none;
		}
		.legal-14 > a {
			padding-top: 0;
			span {
				position: relative;
				top: 3px;
				font-size: 19px;
				margin-right: 5px;
			}
		}
	}*/
  /*#footermenu {
		margin-left: -15px;
		// nav-justified
		//width: 100%;
		a {
			font-size: 12px;
		}
		> li {
			padding: 0 15px;
			//margin-bottom: 25px;
			//min-width: 180px;
			float: left;
			border-right: 1px solid @2ndcolor;
			max-width: 33.333333%;
			// nav-justified
			//float: none;

			&:last-child {
				padding-right: 0;
				border-right: 0 none;
			}
			
			> a {
				font-size: 14px;
				font-weight: @fontnorm;
				text-transform: uppercase;
			}

			> ul {
				> li {
					> a {
						font-weight: @fontbold;
						display: block;
						margin-top: 10px
					}
				}
			}
		}
	}
	// nav-justified
	@media (min-width: 992px) {
		#footermenu {
			> li {
				min-width: 0;
				display: table-cell;
				width: 1%;
			}
		}
	}*/
  /*
		*:-moz-placeholder {
			color: @2ndcolor !important;
			opacity: 1;
			font-weight: 400;
		}
		*::-moz-placeholder {
			color: @2ndcolor !important;
			opacity: 1;
			font-weight: 400;
		}
		*:-ms-input-placeholder {
			color: @2ndcolor !important;
			opacity: 1;
			font-weight: 400;
		}
		*::-ms-input-placeholder {
			color: @2ndcolor !important;
			opacity: 1;
			font-weight: 400;
		}
		*::-webkit-input-placeholder {
			color: @2ndcolor !important;
			opacity: 1;
			font-weight: 400;
		}
	*/
  /*@media (min-width: 1440px) {
		#footermenu {
			margin-left: -20px;
			a { font-size: 14px }
			> li {
				padding: 0 20px;
				> a { font-size: 18px }
	
				> ul {
					> li {
						> a {
							margin-top: 20px
						}
					}
				}
			}
		}
	}*/
}
footer a {
  color: #1a1919;
}
footer a:hover,
footer a:focus {
  color: #1283c6;
  text-decoration: none;
  font-weight: 700;
}
footer p {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .row + .row {
  margin-top: 20px;
}
footer .logo-footer {
  display: inline-block;
  margin-bottom: 10px;
}
footer #footermenu {
  margin-left: -10px;
  margin-bottom: 0;
}
footer #footermenu > li {
  padding: 0;
  float: none;
}
footer #footermenu > li > a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
}
@media (min-width: 992px) {
  footer #footermenu > li {
    min-width: 0;
    display: table-cell;
    width: 1%;
  }
}
@media (min-width: 1200px) {
  footer {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
/*
 * News
 */
.news-teaser {
  margin-bottom: 20px;
  color: #1a1919;
  font-style: italic;
}
.news-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}
.news-title a {
  color: #1a1919;
  text-decoration: none;
}
.news-date {
  margin-bottom: 20px;
}
.news-date .label {
  text-transform: uppercase;
  margin-left: 10px;
}
.news-date .label a {
  color: #ffffff;
  text-decoration: none;
}
.news-preview-image {
  width: 100%;
  max-width: none;
}
.btn-read-more,
.btn-back {
  color: #1a1919;
  font-weight: 700;
  text-decoration: none !important;
}
.news-list-view .page-navigation {
  margin-top: 20px;
  text-align: center;
}
.news-list-view .page-navigation > p {
  display: none;
}
.news-list-view .news-text-wrap {
  padding-bottom: 20px;
}
.news-list-item + .news-list-item:before {
  display: block;
  border-top: 2px solid #dbdbdb;
  margin: 40px auto;
  width: calc(100% - 40px);
}
.news-single .thumbnail {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
.news-single .thumbnail img {
  width: 100%;
  max-width: none;
}
.news-single .thumbnail .caption {
  padding: 5px 0 10px;
  font-size: 16px;
  color: inherit;
}
.news-single .news-teaser {
  margin-bottom: 20px;
}
.news-latest-view .news-latest-item {
  margin: 0;
}
.news-latest-view .news-latest-item > div {
  min-height: 320px;
}
.news-latest-view .news-image {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-latest-view .news-body {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-latest-view .news-text-wrap {
  padding-bottom: 20px;
}
.news-latest-view .slick-dots {
  text-align: right;
  padding-right: 20px;
  width: auto;
  left: auto;
  right: 0;
}
.btn-read-all {
  display: none;
}
.news-event-item .news-date {
  margin-bottom: 0;
  margin-top: 20px;
}
.news-event-item .news-title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news-list-view div[class*="col-sm-"]:not(.news-event-item) + div[class*="col-sm-"]:not(.news-event-item) {
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .news-single .thumbnail {
    margin-right: 10px;
  }
  .btn-read-all {
    display: inline-block;
    margin-left: 204px;
    height: 40px;
    color: #ffffff;
    background-color: #1283c6;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    padding: 12px 24px 12px 48px;
  }
}
@media (min-width: 768px) {
  .news-list-view .page-navigation {
    margin-top: 40px;
  }
  .news-latest-view .news-body {
    padding: 40px;
  }
  .news-latest-view .slick-dots {
    padding-right: 30px;
  }
  .news-event-list {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .news-single .thumbnail {
    margin-right: 0;
    float: none;
  }
  .btn-read-all {
    margin-left: calc(50% + 204px);
  }
}
@media (min-width: 1440px) {
  .news-list-item + .news-list-item:before {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/*
 *	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: #1283c6;
}
.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: #1283c6;
}
.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: #1283c6;
  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
 *	Select styles
 */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url('../img/select.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 36px;
}
select.form-control::-ms-expand {
  display: none;
}
/*
 *	Powermail forms
 */
.tx-powermail .powermail_form {
  /*
		.mandatory { color: @2ndcolor; padding-left: 6px; font-weight: @fontbold }
		.not-mandatory { color: transparent; padding-left: 6px }
		legend { display: none }
		.help-block { .small; }
	*/
  /*.btn-primary {
		color: @white;
		background-color: @3rdcolor;
		border-color: darken(@3rdcolor, 5%);
		&:hover, &:focus, &.focus {
			color: @white;
			background-color: darken(@3rdcolor, 5%);
			border-color: darken(@3rdcolor, 10%);
		}
	}*/
}
.tx-powermail .powermail_form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tx-powermail .powermail_form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tx-powermail .powermail_form legend {
  display: none;
  /*border: 0 none;
		font-size: 18px;
		font-weight: @fontbold;
		margin-bottom: 10px;*/
}
.tx-powermail .powermail_form fieldset + fieldset {
  margin-top: 40px;
}
.tx-powermail .powermail_form label {
  height: 39px;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #1a1919;
}
.tx-powermail .powermail_form input[type="submit"],
.tx-powermail .powermail_form .btn-pdf {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.tx-powermail .powermail_form .btn-pdf {
  background-color: #eeeeee;
}
.tx-powermail .powermail_form .btn-pdf i {
  font-size: 42px;
  margin-right: 10px;
  vertical-align: middle;
}
.tx-powermail .powermail_form .btn-pdf:hover,
.tx-powermail .powermail_form .btn-pdf:focus,
.tx-powermail .powermail_form .btn-pdf.focus {
  color: #ffffff;
  background-color: #1283c6;
  border-color: #1074af;
}
@media (max-width: 767px) {
  .tx-powermail .powermail_form label {
    margin-left: 20px;
    margin-right: 20px;
  }
  .tx-powermail .powermail_form input[type="submit"],
  .tx-powermail .powermail_form .btn-pdf {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tx-powermail .powermail_form.form-horizontal label {
    text-align: left;
  }
  .tx-powermail .powermail_form.form-horizontal input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tx-powermail .powermail_form .parsley-errors-list {
  color: #ffffff;
  background-color: #ec3432;
  list-style: none;
  font-size: 16px;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
}
.tx-powermail .powermail_form .parsley-errors-list > li {
  padding: 6px 0;
  color: #ffffff;
}
.tx-powermail .powermail_form .powermail_message {
  list-style: none;
  min-height: 1px;
  padding: 20px;
}
.tx-powermail .powermail_form .powermail_message.powermail_message_error {
  background: none;
  background-color: #ec3432;
}
.tx-powermail .powermail_form .powermail_message.powermail_message_error li {
  color: #ffffff;
  padding: 0;
}
/*
 *	Powermail
 *	Styles for panels/accordion
 */
.formcontent .panel {
  background-color: #dbdbdb;
}
.panel-body .tx-powermail .powermail_form .form-group {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eeeeee;
}
.panel-body .tx-powermail .powermail_form .powermail_fieldwrap_type_submit,
.panel-body .tx-powermail .powermail_form .powermail_fieldwrap_type_html {
  background-color: transparent;
}
@media (max-width: 767px) {
  .panel-body .tx-powermail .powermail_form .powermail_fieldwrap_type_submit > div,
  .panel-body .tx-powermail .powermail_form .powermail_fieldwrap_type_html > div {
    padding: 0;
  }
}
/*.powermail_submit,
.powermail_confirmation_submit {
	//float: right;
	width: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-weight: @fontnorm;
	font-size: 16px;
	//margin: 10px 0 20px;
	padding: 10px 20px;
	background-color: @2ndcolor;
	color: @white;
	&:hover, &:focus, &:active {
		color: @white;
		background-color: @3rdcolor;
	}
	@media (min-width: 992px) {
		width: auto;
		padding: 10px 30px;
	}
}
.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 }
}*/
/*.pagination {
	> li {
		> a, > span {
			color: @2ndcolor;
			background-color: transparent !important;
			border: 0 none;
			
			&:hover, &:focus {
				color: @3rdcolor;
			}
		}
	}
	> .active {
		> a, > span {
			color: @3rdcolor !important;
		}
	}
}*/
/*
 * DCE Dreispalter
 *
.tx-columns {
	> .container {
		padding: 0;
		width: 100%;
	}

	.contentelement {
		padding: @grid-padding;
		
		.ce-bodytext p:last-child {
			padding-bottom: 0;
			margin-bottom: 0;
		}
		div.ce-outer, div.ce-inner, div.ce-column, figure { width: 100% }
		.btn-primary {
			width: 100%;
			padding-top: @grid-padding;
			padding-bottom: @grid-padding;
		}
		h1, h2, h3 {
			margin-bottom: 20px;
			&:after {
				display: none;
			}
		}
	}

	@media (max-width: 767px) {
		.col-left, .col-right, .col-middle {
			&.tx-bgcolor {
				.bgColor;
			}
		}
		.contentelement {
			padding-left: 0;
			padding-right: 0;
		}
	}

	@media (min-width: 768px) {
		.col-left, .col-right, .col-middle {
			&.tx-bgcolor {
				.bgColorChild;
			}
		}
		.col-left {
			&.tx-bgcolor {
				padding-right: 10px;
			}
		}
		.col-middle {
			&.tx-bgcolor {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
		.col-right {
			&.tx-bgcolor {
				padding-left: 10px;
			}
		}
	}
}*/
/*
 * Slick Slider
 */
.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;
  -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;
  margin-left: auto;
  margin-right: auto;
}
.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-dots {
  list-style: none;
  display: block;
  padding: 10px 0 6px;
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slick-dots:hover,
.slick-dots:focus {
  opacity: 1;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 3px solid #1a1919;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*width: 36px;
			height: 6px;
			border: 0 none;*/
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #1a1919;
}
.slick-dots li + li {
  margin-left: 6px;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  font-size: 24px;
  padding: 8px;
  color: #ffffff;
  opacity: .6;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  opacity: 1;
}
.slick-prev {
  left: 30px;
}
.slick-next {
  right: 30px;
}
/*.news-latest-view {
	.slick-prev,
	.slick-next {
		position: absolute;
		z-index: 1000;
		cursor: pointer;
		top: 100%;
		font-size: 18px;
		display: block;
		padding: 11px;
		background-color: @3rdcolor;
		color: @white;
		&:hover, &:focus, &:active { color: @2ndcolor }
	}
	.slick-prev {
		left: 0; // 30px
	}
	.slick-next {
		left: 40px; // right 30px
	}
	.slick-dots {
		padding: 2px @grid-padding;
		width: auto;
		bottom: auto;
		top: 100%; left: 80px;
		height: 40px;
		width: 124px;
		background-color: @2ndcolor;
		li {
			margin: 0;
			padding: 3px;
			
			width: 24px;
			height: 24px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			border: 1px solid @white;

			button {
				width: 16px;
				height: 16px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				
				background-color: transparent;
			}
			&.slick-active button { background-color: @white }
		}
	}
	.slick-prev, .slick-next, .slick-dots {
		z-index: 1000;
	}
	.slick-list {
		z-index: 1010;
	}
	@media (min-width: 768px) {
		.slick-dots {
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	@media (min-width: 992px) {
		.slick-prev, .slick-next, .slick-dots {
			left: 50%;
		}
		.slick-next { margin-left: 40px }
		.slick-dots { margin-left: 80px }
	}
}*/
/*@media (min-width: 640px) {
	.slick-dots {
		top: auto;
		bottom: 0;
		li {
			padding-bottom: 0;
		}
	}
}
@media (min-width: 992px) {
	.slick-dots {
		width: 100%;
		text-align: center;
		right: 0;
	}
}
*/
/*@media (min-width: 768px) {
	.slick-prev,
	.slick-next {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.slick-prev,
	.slick-next {
		font-size: 42px;
	}
}*/
/*
 * Slick Slider
 * Fuhrpark Slideshows
 *
.fuhrparkSlideshow {
	opacity: 0;
	.cssTransition(opacity);
	&.slick-initialized, &.single-slide { opacity: 1 }

	figcaption {
		display: none;
	}
	&.slider-for {
		margin-bottom: 10px;
	}
	&.slider-nav {
		.slick-slide {
			padding-right: 5px;
			img { border: 1px solid @2ndcolor }
			&.slick-current img { border-color: @3rdcolor }
		}
	}
	// Fix the 1px height after ajax load (see: https://github.com/kenwheeler/slick/issues/771#issuecomment-230319695)
	.slick-track, .slick-list {
		height: auto !important;
	}
	.bus-slide {
		img { .fullwidth; }
	}
	/*@media (min-width: 992px) {
		&.slider-nav {
			position: absolute;
			right: 0;
			bottom: 0;
			width: 41.66666667%;
			padding-right: 20px;
			padding-left: 20px;
			
			.slick-slide {
				padding-right: 5px;
			}
		}
	}*
}*/
/*
 * Fuhrpark
 * Bootstrap Collapse
 *
.tx-fuhrpark {
	padding: @grid-padding;
	.bgshadow();

	.h2 {
		margin-bottom: @grid-padding;
		&:after { display: none }
	}
	
	.btn-collapse {
		display: block;
		color: @1stcolor;
		text-decoration: none;
		
		.btn-collapse-text-in { display: none }
		.glyphicon {
			margin-left: @grid-padding;
			.borderRadius(0);
			position: relative;
			top: -2px;
		}
		> div:last-child { text-align: right }

		&[aria-expanded="true"] {
			margin-top: @grid-padding;

			.bus-preview,
			.bus-title,
			.bus-teaser,
			.btn-collapse-text { display: none }
			.btn-collapse-text-in { display: inline }
			.glyphicon {
				color: @3rdcolor;
				background-color: @2ndcolor;
				border-color: darken(@2ndcolor, 5%);
				&:before { content: "\2212" }
			}
		}
	}
	.bus-teaser {
		p {
			padding-bottom: 0;
			margin-bottom: 0;
		}
	}
	.bus-features {
		.h2 {
			margin-top: @grid-padding-2x;
		}
	}
	@media (max-width: 767px) {
		.btn-collapse {
			> div + div { margin-top: @grid-padding }
		}
	}
	@media (min-width: 768px) {
		.btn-collapse {
			display: table;
			width: 100%;
			> div {
				display: table-cell;
				vertical-align: middle;
				width: 1%;
				&:last-child { vertical-align: bottom }
			}
		}
	}
	@media (min-width: 768px) and (max-width: 1199px) {
		.btn-collapse {
			img { padding-right: @grid-padding }
		}
	}
}*/
/*
.level_0 .slideshow {
	margin-bottom: @grid-padding-2x;

	#slides {
		//h1 { bottom: 22px }

		figcaption {
			display: block;
			font-size: 14px;
			padding: 10px @grid-padding 0;
			line-height: 1;
		}

		@media (min-width: 640px) {
			//h1 { bottom: 27px }
			figcaption {
				padding-top: 15px;
			}
		}

		@media (min-width: 1440px) {
			//h1 { bottom: 32px }
			figcaption {
				padding-top: 20px;
				position: relative;
			}
		}
	}

	@media (min-width: 992px) {
		margin-bottom: @grid-padding-3x;
	}
}
*/
/*
 * Slick Slider as Full Slider
 *
.slideshow {
	height: 100%;
	overflow: hidden;
	
	#slides { height: 100% }
	.slick-list, .slick-track { height: 100% !important }
	.slick-slide img {
		width: 100%;
		max-width: none;
	}
	.tx-slide{
		height: 100%;
		width: 100%;
		background-size: cover !important;
		// Linked Slide
		a {
			position: absolute;
			left: 0; right: 0;
			top: 0; bottom: 0;
		}
	}
}*/
/*
 * Search Form (ke_search)
 *
#ke_search_sword {
	position: relative;
	top: auto;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	display: block;
}
.navbar-form {
	.resetShadow();
	border: 0 none;
	margin: 20px 0;
	padding: 0;
	height: 34px;

	.form-control, .btn {
		color: @2ndcolor;
		border-color: @2ndcolor;
	}
	.form-control {
		.borderRadius(0);
		.resetShadow();
		&:focus {
			outline: 0;
			//-webkit-box-shadow: none;
			//box-shadow: none;
		}
	}
	.btn {
		padding: 6px 12px;
		font-size: 14px;
		background-color: @white;
		border-left-color: transparent;
		&:focus, &:hover, &:active, &.focus {
			color: @3rdcolor;
			background-color: @white;
		}
	}
}
@media (max-width: 991px) {
	.navbar-form {
		.input-group .input-group-btn {
			width: 1%; // Bootstrap override
		}
	}
}
@media (min-width: 992px) {
	.navbar-form {
		float: left;
		margin: 0;
	}
}
*/
/*
 * FE-Login
 * Interner Bereich
 *
 .tx-felogin-pi1 {
	.input-lg,
	.btn-lg {
		.borderRadius(0);
	}
	.form-control {
		.resetShadow();
		&:focus {
			outline: 0;
			.resetShadow();
		}
	}
	.felogin-form {
		max-width: 480px;
	}
}*/
/*# sourceMappingURL=filename.map */