/*
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

@font-face {
  font-family: "din_bold";
  src: local('DIN Next LT Pro Bold'),
  url('/css/fonts/din_bold.woff') format('woff'),  
  url('/css/fonts/din_bold.eot') format('embedded-opentype'),  
  url('/css/fonts/din_bold.eot?#iefix') format('embedded-opentype'),  
 url('/css/fonts/din_bold.ttf')  format('truetype'),  
 url('/css/fonts/din_bold.svg#svgFontName') format('svg'),  
 url(/css/fonts/din_bold.otf) format('opentype')
 ;

}

@font-face {
	font-family: 'MyFontFamily';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('myfont-webfont.woff') format('woff'), 
	     url('myfont-webfont.ttf')  format('truetype'),
	     url('myfont-webfont.svg#svgFontName') format('svg');
	}

100 = thin
200 = extra-light
300 = light
400 = normal, book
500 = medium
600 = demi-bold
700 = bold
800 = heavy
900 = black
*/


@font-face {
  font-family: 'Custom-Font';
  font-style: normal;
  font-weight: 300;
  src: url(/css/fonts/HelveticaNeueLTStd-LtCn.woff) format('woff'), url('/css/fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Custom-Font';
  font-style: normal;
  font-weight: normal;
  src: url(/css/fonts/HelveticaNeueLTStd-Cn.woff) format('woff'), url('/css/fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype');
}
/*
@font-face {
  font-family: 'Custom-Font';
  font-style: italic;
  font-weight: normal;
  src: local('Roboto Italic'), local('Roboto-Italic'),
  url(/css/fonts/Roboto-400-italic.woff) format('woff');
}*/

@font-face {
  font-family: 'Custom-Font';
  font-style: normal;
  font-weight: bold;
  src: url(/css/fonts/HelveticaNeueLTStd-BdCn.woff) format('woff'), url('/css/fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Kyr';
  font-style: normal;
  font-weight: normal;
  src: url(/css/fonts/HeliosCondensedNormal.woff) format('woff'), url('/css/fonts/HeliosCondensedNormal.eot?#iefix') format('embedded-opentype');

}

/*
@font-face {
  font-family: 'Custom-Font';
  font-style: italic;
  font-weight: bold;
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url(/css/fonts/Roboto-500-italic.woff) format('woff');
}
*/

/*  ==> antialiasing! http://www.dev-metal.com/fix-ugly-font-rendering-google-chrome/
-webkit-text-stroke: 0.6px;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
text-shadow: 0 0 1px rgba(51,51,51,0.2); // find your own color/alpha settings
*/

/*
html * {
  font-smoothing: anti-aliased !important;
  -webkit-font-smoothing: anti-aliased !important;
}
*/
html {
  font-size: 10px;
  font-family: "Custom-Font", Tahoma, Arial, sans-serif;
  background: #fff;
}

body {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #444;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* Always show vertical scroll:  overflow-y: -moz-scrollbars-vertical; */
html {
  overflow-y: scroll;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

video {
  width: 100%;
  height: auto;
}

/* =================================
   Content
   ================================= */
/*.page {*/
/*  !*background: #fff; !* wichtig für trunk menu *!*!*/
/*}*/

.page, .platocontent, .platocontent p, .platocontent tbody, .content-wrapper, .cms_content_content, section, section p {
}

h1 {
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: normal;
}

h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: normal;
}

h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: normal;
}

h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: normal;
}

/* ================================= 
   Margin
   ================================= */
.platomargin h1 {
}

.platomargin h2 {
}

.platomargin h3 {
}


/* =================================
   Standard Contents
   ================================= */
cite {
  margin: 0 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 1px solid #ccc;
  display: block;
  font-style: normal;
}

br.invisible-br, .br {
  height: 1px;
  clear: both;
  line-height: 1px;
  overflow: hidden;
  font-size: 1px;
}

/* ================================= 
   Links
   ================================= */
a {
  color: #3399ff;
  text-decoration: none;
  font-size: inherit;
}

a:hover {
  color: #22bcb9;
  text-decoration: none;
}

a.stdlink, a.stdlink-ext, a.internal-link, a.mail-link, a.popup-link {
  -o-transition: color .15s;
  -moz-transition: color .15s;
  -webkit-transition: color .15s;
  transition: color .15s;
}

a.stdlink:hover, a.stdlink-ext:hover, a.internal-link:hover, a.mail-link:hover {
}

/* =================================
   Lists UL OL
   ================================= */
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.platocontent ul.stdlist, .platomargin ul.stdlist {
  margin: 5px 0 5px 0;
  padding: 0;
}

.platocontent ul.stdlist, .platomargin ul.stdlist {
  list-style-type: none;
}

.platocontent ul.stdlist ul, .platomargin ul.stdlist ul {
  margin: 0 0 0 19px;
  padding: 0;
}

.platocontent ul.stdlist li, .platomargin ul.stdlist li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;

}

.platocontent ul.stdlist li:before {
  content: "–";
  top: 0;
  margin-left: -20px;
  position: absolute;
  color: inherit;

}

.platocontent ol.stdlist, .platomargin ol.stdlist {
  margin: 5px 0 5px 0;
  padding: 0;
}

.platocontent ol.stdlist ol, .platomargin ol.stdlist ol {
  margin: 0 20px;
  padding: 0;
}

.platocontent ol.stdlist li, .platomargin ol.stdlist li {
  padding: 0 0 6px 25px;
  margin: 0;
}

/* Count 1. 1.1 etc. */
.platocontent ol, .platomargin ol {
  counter-reset: item;
}

.platocontent ol li, .platomargin ol li {
  display: block
}

.platocontent ol li:before, .platomargin ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  margin-left: -35px;
  width: 25px;
  text-align: right;
}


.platocontent ol li:before, .platomargin ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.platocontent ul.cl li, .platomargin ul.cl li {
  margin: 0;
  padding: 0 0 0 20px;
}

.platocontent ul.cl ul, .platomargin ul.cl ul {
  margin: 0 10px 2px 20px;
}

/* ================================= 
   Lists DL
   ================================= */
.platocontent dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
}

.platocontent dt {
  font-weight: bold;
  float: left;
  width: 30%;
  padding: 0;
  margin: 0;
}

.platocontent dd {
  float: left;
  width: 70%;
  padding: 0;
  margin: 0;
}

.platocontent dd ul {
  margin: 0 !important;
}

/* =================================
   Lists Checkmark
   ================================= */
.platocontent ul.cl li.plus, .platomargin ul.cl li.plus {
  background: url(/layout/icons_black/checkmark.svg) no-repeat 0 7px / 11px 10px;
}

.platocontent ul.cl li.minus, .platomargin ul.cl li.minus {
  background: url(/layout/icons_black/checkmark_off.svg) no-repeat 0 8px;
  color: #aaa;
}

/* ================================= 
   CMS Content Classes and Modules
   ================================= */
/* Bild Tag */
.inline-image {
  vertical-align: middle;
}

/* Suchbegriff hervorheben - Search Klasse */
.mark-term {
  color: #cc0000 !important;
  background: yellow !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

.inline-p {
  padding: 1.5rem 0 0 0;
  margin: 0;
  /*background: rgba(20, 255, 0, 0.2);*/
}

.p-block {
  padding: 2.0rem 0 0 0;
  margin: 0;
  /*background: rgba(255, 255, 0, 0.2);*/
}

.p-block.make-p-visible {
  background: rgba(255, 255, 0, 0.2);
}

/* ================================= 
   Validator, form-table, Inputs
   ================================= */
.val-value {
  color: #666;
}

div.val-input-error .p-ti {
  display: inline;
}

.form-table {
  width: 100%;
  margin: 0 auto;
}

.form-table .captcha img {
}

div.form-table .a {
  padding: 0 0 20px 20px;
}

div.form-table .b {
  padding: 0 0 10px 20px;
}

div.form-table {
}

div.form-table .tab-row {
  display: flex;
  margin: 0 0 0 -20px; /* Left */
  align-items: flex-start;
}

div.form-table .a, div.form-table .b {
}


div.form-table .a {
  /*white-space: nowrap;*/
  flex: 1 1 auto;
  flex-basis: 25%;
  padding-top: 9px;
}

div.form-table .b {
  flex-basis: 75%;
}

section .form-table,
section .mand-hint,
section .man-err-field {
  width: 100%;
  /*  margin-left:auto;
    margin-right:auto;*/
  margin-left: 0;
  margin-right: 0;
}


.p-ra, .p-cx {
  vertical-align: text-bottom;
  margin-right: 3px;
}

.p-ta, .p-ti {
  width: 100%;
  padding: 0.7rem 1rem;
}

.p-dd {
  cursor: pointer;
  padding: 0.7rem 1.0rem;
  background: #fff url(/layout/chevron.svg) no-repeat center right / 20px auto;
  padding-right: 27px !important;
}

.p-sb, button, a.p-sb {
  background: #eee;
  cursor: pointer;
  padding: 0.7rem 2rem;
  font-weight: bold;
  color: #444;
  line-height: inherit;
  font-size: inherit;
}

.p-sb:not(.was_clicked):hover, .form-table button:not(.was_clicked):hover, a.p-sb:not(.was_clicked):hover {
  background: #f3f3f3;
  color: #444;
}

.p-sb:not(.was_clicked):active, .form-table button:not(.was_clicked):active, a.p-sb:not(.was_clicked):active {
  background: #f0fcff;
}

input.p-ti, textarea.p-ta, select.p-dd, select.p-mul, input.p-sb, button.p-sb, a.p-sb {
  border: 1px solid #aaa;
  border-radius: 3px;
}

.p-ta:focus, .p-ti:focus, .p-dd:focus {
  border-color: #2d2d2d;
}

.p-sb[disabled="disabled"], button[disabled="disabled"], a.p-sb[disabled="disabled"] {
  opacity: 0.3;
}

.p-sb[disabled], .p-sb[disabled]:hover {
  opacity: 0.5;
  cursor: not-allowed;
}


.descnote {
  font-size: smaller;
}

.form-infotext {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: smaller;
}

.form-infohead {
  font-weight: bold;
}

.val-err, .error {
  color: #cc0000;
  font-size: 1.3rem;
  display: inline-block;
  padding-top: 0.5rem;
}

.val-desc-err {
  color: #cc0000;
  font-weight: bold;
}

.p-ti-error, .p-ta-error, .p-dd-error {
  border-color: #cc0000 !important;
}

.p-ra-error + label:before, .p-cx-error + label:before {
  border-color: #cc0000 !important;
}

/* iPAD
.p-ta, .p-ti, .p-dd {
-webkit-appearance: none;  -moz-appearance: none;
}
 */

/* ++++++++++ CUSTOM RADIO +++++++++++++++++ */
/*
{foreach $val.type.input.single as $v}
<!--<div style="display: inline-block;margin-right:10px;">{$v.i} {$v.d}</div>-->
<div class="cx-ra">{$v.i} {$v.d}</div>
{/foreach}
*/

/**/
.p-ra, .p-cx, .form-table input[type="checkbox"], .form-table input[type="radio"] {
  display: none;
}

.p-ra + label, .p-cx + label, .form-table input[type="checkbox"] + label, .form-table input[type="radio"] + label {
  position: relative;
  padding: 9px 30px 0 29px;
  float: left;
  break-inside: avoid-column;
}

.p-ra + label:before, .p-cx + label:before, .form-table input[type="checkbox"] + label:before, .form-table input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  height: 20px;
  width: 20px;
  background: white;
  border: 1px solid #aaa;
  border-radius: 3px;
}


.p-ra:checked + label:after, .p-cx:checked + label:after, .form-table input[type="checkbox"]:checked + label:after, .form-table input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  height: 10px;
  width: 10px;
  background: #aaa;
  border-radius: 2px;
}

.p-ra + label:before, .p-ra:checked + label:after, .p-ra + label:after, .form-table input[type="radio"] + label:before, .form-table input[type="radio"]:checked + label:after {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/* --- disabled ---*/
.p-cx:disabled + label:before, .p-ra:disabled + label:before {
  background: #efefef !important;

}


/* ++++++++++ CUSTOM CX ACTIVE +++++++++++++++++ */
/**/

.p-cx:checked + label:before {
  /*background: #000;*/
  /*- oder häkchen - */
  /*content: "\2713";*/
  /*- oder -*/
  /*background: #fff url(/layout/checkmark.png) no-repeat center center / 10px;*/
}


/* ++++++++++ CUSTOM RADIO/CX +++++++++++++++++ */
/*
.cx-ra {
  display: inline-block;margin:8px 10px 8px 0;
}
*/

/* +++++++++++++ LABEL ERROR BORDER:BEFORE +++++++++++++
.label-error {}
.label-error:before {
  -moz-box-shadow: 0 0 1px rgba(250, 0, 0, 1);
  -webkit-box-shadow: 0 0 1px rgba(250, 0, 0, 1);
  box-shadow: 0 0 1px rgba(250, 0, 0, 1);
}
*/

/* ++++++++++ CUSTOM SELECT +++++++++++++++++ */
/*
.p-dd {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:         none;
  background: white url('/layout/select_arrow.png')  no-repeat right center;
}
*/


.mand-hint, .man-err-field {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.man-err-field {
  border: 1px solid #cc0000;
}

.mand-hint {
  border: 1px solid #ffc000;
}

.val-man-flag {
  font-weight: bold;
  color: #cc0000;
}

.val-view {
  border: 1px dotted #ccc;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 5px 5px;
  background: transparent;
}

.val-view-cx, .val-view-r {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  border: 1px dotted #ccc;
  border-radius: 2px;
}

.val-view-cx:before, .val-view-r:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 10px;
  width: 10px;
  background: #aaa;
  border-radius: 2px;
}

.val-view-r, .val-view-r:before {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.pwd-infos {
  font-size: 1.2rem;
  margin-top: 4px;
}

.pwd_invalid {
  color: crimson;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  padding: 0 1px 1px 1px;
  display: inline-block;
  line-height: 12px;
}

.pwd_valid {
  color: green !important;
}

.paging-xitems {
  float: right;
  white-space: nowrap;
  line-height: 21px;
}



.paging .next, .paging .prev, .paging .points {
}

/* nur benötigt, wenn Paging-Jump Funktion aktiv
ul.paging .page-textinput, ul.paging .page-submit {
border:1px solid #CCC;
background:none;
}
*/

/* =================================
   FAQ
   =================================
*/
div.faq-box {
  margin-bottom: 5px;
}

div.faq-q {
  padding: 10px 50px 10px 20px;
  font-weight: bold;
  cursor: pointer;
  background: #f2f2f2 url(/layout/icons_black/plus.svg) no-repeat calc(100% - 20px) center / 20px 20px;
}

div.faq-q:hover {
}

div.faq-box.active {
}

div.faq-box.active div.faq-q {
  background-image: url(/layout/icons_black/minus.svg);
}

div.faq-a {
  display: none;
  padding: 0px 20px 10px 20px;
  background: #f2f2f2;
}

div.faq-box.active .faq-a {
  display: block;
}

/* =================================
   CMS Content-Types Bilder
   ================================= */
/*

div.thumb {
  display: inline-block;
}

div.thumb div {
  display: inline-block;
}

img.thumb {

}

.left-float-image {
  float: left;
  max-width: 50%;
}

.right-float-image {
  float: right;
  max-width: 50%;
}

.left-float-image img, .right-float-image img {
  width: 100%;
  height: auto;
}

div.image-subscription {
  padding: 2px 4px;
  font-size: 1.2rem;
  text-align: left;
}

.right-image img {
  float: right;
}

.left-image img {
  float: left;
}
*/

ul.paging li.next, ul.paging li.prev {
  width: auto;
}

.div-table {
  display: table;
}

.div-trow {
  display: table-row;
}

.div-cell {
  display: table-cell;
  vertical-align: top;
}


.ita-bottom {
  vertical-align: bottom;
  align-self: flex-end;
}

.ita-middle {
  /*vertical-align: middle;*/
  align-self: center;
}


.layout-img-2 > div {
  margin-left: auto;
  margin-right: auto;
}

.wcol-3 {
  width: 25.5%;
  /*width:calc(25% + 5px);*/
}

.wcol-4 {
  width: 34.033333333%;
  /*width:calc(33.333333333% + 5px);;*/
}

.wcol-5 {
  width: 42.666666666%;
  /*width:41.666666666%;*/
}

.wcol-6 {
  width: 51%;

}

.wcol-7 {
  width: 59.533333%;

}

.wcol-8 {
  width: 68.066667%;

}

.wcol-9 {
  width: 76.5%

}

.wcol-12 {
  width: 100%;

}

div[class^=wcol] img {
  width: 100%;
  height: auto;
}

div.left-float-image div[class^=wcol] {
  float: left;
  padding-right: 20px;
}

div.right-float-image div[class^=wcol] {
  float: right;
  padding-left: 20px;
}

.div-cell.ct-0-img, .div-cell.ct-0-img div[class^=wcol] {
  width: 100%;
}

.right-image > div {
  float: right;
}

div.image-subscription {
  padding: 5px 0;
  font-size: 10px;
  text-align: left;
}


/* can be useful */
/*.div-cell*/
/*
.ct-0-img {
  width: 80%;
  margin:0 auto;
  display: block;
}*/

.div-cell.ct-0-txt {
}

.div-cell.ct-0-img img {
  width: 100%;
  height: auto;
  min-width: 100px;
}

.ct-nr-6 .div-cell img {
  width: 100%;
  height: auto;
  min-width: 100px;
}

.ct-8-img-container {
  margin-left: -20px;
}

.ct-8-img {
  width: 25%;
  padding-left: 20px;
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  text-align: left;
}

.ct-8-img img {
  width: 100%;
  height: auto;
}

.ct-8-carousel img {
  height: auto;
}

.slider-next-ct8, .slider-prev-ct8 {
  position: absolute;
  z-index: 88;
  top: 50%;
  margin-top: -50px;
  -webkit-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
  filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
}

.slider-next-ct8 {
  right: 0;
}

.ct-nr-8 .div-cell {
  padding-right: 20px;
}

.ct-nr-8 .div-cell:last-child {
  padding-right: 0;
}

.ct-8-image-sub {
  padding: 10px 0 10px 0;
}


/* =================================
   CMS Content-Types 
   ================================= */
div.dc-first {
}

div.dc-mid {
}

div.dc-last {
}

div.content-block {
}

div.content-div-1 {
  background: #fff;
  /*border-width: 1px 0 1px 0;*/
  /*border-style: solid;*/
  /*border-color: #666;*/
  /*padding: 8px 12px;*/
}

div.content-div-1 div.content-div-inner {
}

div.content-div-2 {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #666;
  padding: 8px 12px;
}

div.content-div-3 {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #666;
  padding: 8px 12px;
  float: left;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* TAG: [TRENNER] */
div.ruler, hr {
  margin-bottom: 11px;
  border: 0;
  border-bottom: 1px solid #000;
  height: 12px;
  overflow: hidden;
}

/* =================================
   [TAB] Tag
   ================================= */
table.easy-tab td {
  vertical-align: top;
}

table.easy-tab td.first {
}

table.easy-tab-dot {
  width: 100%;
}

table.easy-tab-dot tr {
  background: url(/images/layout/tabdots.gif) repeat-x 0 0;
}

table.easy-tab-dot td span.bg {
  background: #fff;
}

table.easy-tab-dot td span.bg {
  padding: 0 0 0 3px;
}

table.easy-tab-dot td.first span.bg {
  padding: 0 3px 0 0;
}


div.easy-tab {
  width: 100%;
  display: table;
  /*margin-bottom:10px;*/
}

div.easy-tab > div.easy-tab-row:first-child div {
  /*  border-bottom: 3px solid #c10936;
    font-weight: bold;
    font-size: 2.1rem;
    padding: 10px 0 10px 0;
    position: relative;*/
}

div.easy-tab div.easy-tab-row {
  display: table-row;
}

div.easy-tab div.first, .easy-tab div.second {
  padding: 5px 5px 5px 0;
  display: table-cell;
  /*border-bottom: 1px dotted #ccc;*/
}

/* ================================= 
   Sitemap
   =================================*/
#sitemap td {
  column-count: 3;
  column-gap: 50px;
}

#sitemap td > ul > li {
  break-inside: avoid-column;
}

#sitemap a {
}

#sitemap a:hover {
}

#sitemap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sitemap ul ul {
  margin: 0 0 10px 15px;
}

#sitemap ul li {
  margin: 0;
  padding: 0 0 0 0;
}


/* =================================
   Content Type 11 + 26 - Image-Downloads
   ================================= */
.image-dl-float-box {
}

.image-dl-float {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.image-dl-float-img {
  float: left;
}

.image-dl-float:nth-child(odd) {
  padding-right: 10px;
}

.image-dl-float:nth-child(even) {
  padding-left: 10px;
}

.image-dl-float-img img {
  width: 100%;
  height: auto;
}

.image-dl-float-text {
  padding-top: 10px;
  padding-left: 20px;
  float: left;
  min-width: 100px;
}

.image-dl-float-text > span {
  font-size: 1.2rem;
}

.image-dl-float:nth-child(even) .image-dl-float-img {
}


/* =================================
   MAGNIFIC
   ================================= */
.mfp-content .subpage {
  max-height: 90vh;
}

.mfp-iframe-holder .mfp-close {
  top: 0px;
  left: auto;
  right: 20px !important;
  color: black !important;
  width: 30px;
}

.mfp-iframe-scaler iframe {
  background: transparent;
}

.mfp-iframe-holder .mfp-iframe-scaler:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  z-index: -1;

}

.mfp-iframe-holder, .mfp-iframe-holder iframe {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}

.mfp-iframe-scaler {
  padding-top: 0;
  height: calc(100vh - 80px);
}


/* custom button */
.mfp-wrap button.mfp-arrow.mfp-arrow-right {
  background: url("/layout/icons_black/icon_right.svg") no-repeat center center / 40px 40px !important;
}

.mfp-wrap button.mfp-arrow.mfp-arrow-left {
  background: url("/layout/icons_black/icon_left.svg") no-repeat center center / 40px 40px !important;
}

.mfp-wrap button:after, .mfp-wrap button:before {
  display: none !important;
}

.mfp-wrap button {
  -webkit-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
  filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
}


.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0 auto;
}

.bx-wrapper .bx-pager {
  padding: 0;
}

/* =================================
   CSS HELPERS
   ================================= */

/* vertical-align , no IE8 */
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

/* =================================
   TO TOP BUTTON
   ================================= */
.cd-top, .cd-top:active {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  /*right: 10px;*/
  z-index: 50;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/

  margin-left: -50px;
  text-decoration: none !important;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 38px;
  text-align: center;
  color: white !important;

  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.no-touch .cd-top:hover {
}

/* =================================
   MENU MOBILE ICON
   ================================= */
/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*.mobinavtoggle.hamburger {*/
/*  display: none;*/
/*}*/

.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 17px;
}

.hamburger:hover {
  /*opacity: 0.7; */
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 5px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-label {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  text-transform: uppercase;
  padding-top: 3px;
}


/* =================================
   COOKIE CONSENT
   ================================= */
#consent_info {
  position: fixed;
  height: auto;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  text-align: center;
  z-index: 99999;
  /*border-top:1px solid #eee;*/
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.35);
  max-height: 100%;
  overflow: auto;
}

.consent_text {
  padding: 20px;
  max-height: 100%;
}

#consent_info_dismiss a {
  color: #444;
  text-decoration: underline;
}

/* =================================
   COOKIE CONSENT 2
   ================================= */
#consent_info label {
  padding-right: 0;
  margin-right: 40px;
}

#consent_info input[type="checkbox"] + label:before {
  /*border: 1px solid #cc0000 !important;*/
}
#consent_first_buttons {
  display: flex;
  justify-content: center;
}

#consent_info input[type="checkbox"][id="cookie_tech"] + label {
  /*opacity: 0.6;*/
  cursor: not-allowed;
}

#consent_info .p-sb {
  background: transparent;
}


#cookie_settings_details {
  margin: 20px auto 0px auto;
  width: 100%;
  max-width: 700px;
}

#consent_info .con-cxs {
  display: flex;

}

#consent_details {
  display: none;
  text-align: left;
  padding: 10px;
  font-size: 1.4rem;
  max-width: 900px;
  margin: 0 auto;
}

a .cookie-note {
  color: black;
}

.cookie-note {
  background: #efefef;
  padding: 20px 20px 20px 100px;
  position: relative;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cookie-note:before {
  content: "!";
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 100px;
  padding: 0px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  text-align: center;
}


.cookie-note-mood {
  background: #051a39b3;
  padding: 25px;
  position: fixed;
  z-index: 2;
  top: 50%;
  align-items: center;
  justify-content: center;
  /* margin: auto; */
  display: none;
  color: #fff;
  /* min-width: 60%; */
}

.cookie-note-mood a {

  color: #fff;
  text-decoration: underline;
}


/* =================================
   Std Elements
   ================================= */
.align-even {
  display: flex;
  align-items: center;
}

.align-even div {
  padding-right: 20px;
}

.align-even div:last-child {
  padding-right: 0px;
}

.align-even.narrow div {
  padding-right: 5px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-height {
  height: 100vh;
  height: -webkit-fill-available; /* mobile devices */
}

.was_clicked {
  opacity: 0.5;
  cursor: wait;
}



html {
  font-size: 10px;
  font-family: 'Custom-Font', Tahoma, Arial, sans-serif;
background-color:#ffffff;

}

input, textarea, select, button {
  font-family: 'Custom-Font', Tahoma, Arial, sans-serif;
  font-size: 2rem;
  color: #4e4f51;
}
body {
  font-size:1.7rem;
}


/* Always show vertical scroll:  overflow-y: -moz-scrollbars-vertical; */
html {
  overflow-y: scroll;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

video {
  width: 100%;
  height: auto;
}

/* =================================
   Content
   ================================= */

.page {
  /*font-weight:300;*/
  font-size: 2.0rem;
  line-height: 2.6rem;
}

.page, .platocontent, .platocontent p, .platocontent tbody, .content-wrapper, .cms_content_content, section, section p {
  /*color: #7c7d7e;*/
  color: #4e4f51;
}

.platocontent h1 {
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px 0;
  line-height: normal;
  color:#a7a0a5;
}

.platocontent section h1 {

  padding: 0 0 25px 0;
}

.platocontent h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: normal;
}

.platocontent h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: normal;
}


/* =================================
   Standard Contents
   ================================= */
cite {
  margin: 0 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 1px solid #ccc;
  display: block;
  font-style: normal;
}

br.invisible-br, .br {
  height: 1px;
  clear: both;
  line-height: 1px;
  overflow: hidden;
  font-size: 1px;
}

/* ================================= 
   Links
   ================================= */
.platocontent a, .platomargin a, a:link, a:visited {
  color: #a7a0a5;
  text-decoration: none;
  font-size: inherit;
}

.platocontent a:hover, .platomargin a:hover, a:hover {
  color: #c10936;
  text-decoration: none;
}

a.stdlink, a.stdlink-ext, a.internal-link, a.mail-link, a.popup-link, a {

  /* color fade animation example */
  -o-transition: color .15s;
  -moz-transition: color .15s;
  -webkit-transition: color .15s;
  transition: color .15s;

}

a.stdlink:hover, a.stdlink-ext:hover, a.internal-link:hover, a.mail-link:hover {
}

/* =================================
   Lists UL OL
   ================================= */
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.platocontent ul.stdlist, .platomargin ul.stdlist {
  margin: 5px 0 5px 0;
  padding: 0;
}

.platocontent ul.stdlist, .platomargin ul.stdlist {
  list-style-type: none;
}

.platocontent ul.stdlist ul, .platomargin ul.stdlist ul {
  margin: 0 0 0 19px;
  padding: 0;
}

.platocontent ul.stdlist li, .platomargin ul.stdlist li {
  margin: 0;
  padding: 0 0 8px 20px;
  position: relative;

}
.platocontent ul.stdlist li:before {
  width:6px;
  height:6px;
  border-radius: 10px;
  background: #4e4f51;
  /*border-radius: 10px;*/
  content:"";
  display: inline-block;
  vertical-align: middle;
  top: 1.0rem;
  position: absolute;
  left:0;
}


.platocontent ol.stdlist, .platomargin ol.stdlist {
  margin: 5px 0 0 20px;
  padding: 0;
}


.platocontent ol.stdlist ol, .platomargin ol.stdlist ol {
  margin: 0 20px;
  padding: 0;
}

.platocontent ol.stdlist li, .platomargin ol.stdlist li {
  padding: 0 0 0 0;
  margin: 0;
}

/* Count 1. 1.1 etc. */
.platocontent ol, .platomargin ol {
  counter-reset: item;
}

.platocontent ol li, .platomargin ol li {
  display: block
}

.platocontent ol li:before, .platomargin ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.platocontent ul.cl li, .platomargin ul.cl li {
  margin: 0;
  padding: 0 0 0 20px;
}

.platocontent ul.cl ul, .platomargin ul.cl ul {
  margin: 0 10px 2px 20px;
}

/* ================================= 
   Lists DL
   ================================= */
.platocontent dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
}

.platocontent dt {
  font-weight: bold;
  float: left;
  width: 30%;
  padding: 0;
  margin: 0;
}

.platocontent dd {
  float: left;
  width: 70%;
  padding: 0;
  margin: 0;
}

.platocontent dd ul {
  margin: 0 !important;
}

/* =================================
   Lists Checkmark
   ================================= */
.platocontent ul.cl li.plus, .platomargin ul.cl li.plus {
  background: url(/layout/checkmark.svg) no-repeat 0 7px / 11px 10px;
}

.platocontent ul.cl li.minus, .platomargin ul.cl li.minus {
  background: url(/layout/checkmark_off.svg) no-repeat 0 8px;
  color: #aaa;
}

/* ================================= 
   CMS Content Classes and Modules
   ================================= */
/* Bild Tag */
.inline-image {
  vertical-align: middle;
}

/* Suchbegriff hervorheben - Search Klasse */
.mark-term {
  color: #fff !important;
  background: #c10936 !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

/* ================================= 
   Validator, form-table, Inputs
   ================================= */
.val-err, .error {
  color: #c10936;
  font-size: 1.4rem;
  display: inline-block;
  padding-top: 0.4rem;
}

.val-desc-err {
  color: #c10936;
  font-weight: bold;
}

.val-value {
  color: #666;
}

div.val-input-error .p-ti {
  display: inline;
}




.form-table {
  width:100%;
  /*width: 66.666666666%;*/
  margin:0 auto;

}

.form-table .captcha img {
}

div.form-table .b, div.form-table .a {
  /*padding: 3px 0;*/
  padding: 0 0 20px 20px;
}

div.form-table {
  /*display: table;*/
  /*display: flex;*/
}

div.form-table .tab-row {
  /*display: table-row;*/
  display: flex;

  margin: 0 0 0 -20px; /* Left */
  align-items: center;
  /*flex-wrap: ;*/
}

div.form-table .a, div.form-table .b {
  /*display: table-cell;*/

}


div.form-table .a {
  /*white-space: nowrap;*/
  /*padding-right: 20px;*/
  /*padding-top: 5px;*/
  /*vertical-align: top;*/
  /*width: 25.6%;*/
  flex: 1 1 auto;
  flex-basis: 25%;
}
div.form-table .b {
  /*width: 70%;*/
  /*vertical-align: top;*/
  flex-basis: 75%;
}







.p-ra, .p-cx {
  vertical-align: text-bottom;
  margin-right: 3px;
}

.p-ta, .p-ti {
  width: 100%;
  padding: 0.7rem 1rem;
}

.p-dd {
  cursor: pointer;
  padding: 0.7rem 1.0rem;
  background: url(/layout/chevron.svg) no-repeat center right / 20px auto;
  padding-right:27px !important;
}

.p-sb, button, a.p-sb {
  background: #eee;
  cursor: pointer;
  padding: 0.7rem 2rem;
}

input.p-ti, textarea.p-ta, select.p-dd, select.p-mul, input.p-sb, button.p-sb {
  border: 1px solid #aaa;
  border-radius:3px;
}



/*

.p-sb, button, a.p-sb, a.p-sb:link, .qq-upload-button, .qq-delete-button {
display: inline-block;
color:#333;
background-color:#F5F5F5;
padding:2px 10px 3px 10px;
font-weight:bold;
font-size: 1.6rem;
cursor:pointer;
}

.p-sb:hover, button:hover, a.p-sb:hover, .qq-upload-button-hover, .qq-delete-button-hover {
color: #7c7d7e;
}
*/

.p-ti-error, .p-ta-error, .p-dd-error {
  -moz-box-shadow: 0 0 1px rgba(250, 0, 0, 1);
  -webkit-box-shadow: 0 0 1px rgba(250, 0, 0, 1);
  box-shadow: 0 0 1px rgba(250, 0, 0, 1);
}

/* iPAD
.p-ta, .p-ti, .p-dd {
-webkit-appearance: none;  -moz-appearance: none;
}
 */

/* ++++++++++ CUSTOM RADIO +++++++++++++++++ */
/*
{foreach $val.type.input.single as $v}
<!--<div style="display: inline-block;margin-right:10px;">{$v.i} {$v.d}</div>-->
<div class="cx-ra">{$v.i} {$v.d}</div>
{/foreach}
*/


.form-table input[type="radio"], .form-table input[type="checkbox"] {
  position:absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}
.form-table input[type="radio"] + label, .form-table input[type="checkbox"] + label {
  position:relative;
  padding: 0 30px 0 29px;
  float:left;
}
.form-table input[type="radio"] + label:before, .form-table input[type="checkbox"] + label:before {
  content:"";
  display:block;
  position:absolute;
  top:2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: white;
  border: 1px solid #4a4b4d;

  -webkit-box-shadow: inset 0 0 0 4px white;
  -moz-box-shadow: inset 0 0 0 4px white;
  -o-box-shadow: inset 0 0 0 4px white;
  box-shadow: inset 0 0 0 4px white;

}

.form-table input[type="radio"] + label:before {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}

.form-table input[type="radio"]:checked + label:before {
  background: #4a4b4d;
}


.form-table input[type="checkbox"]:disabled + label:before, .form-table input[type="radio"]:disabled + label:before {
  background: #ccc !important;

  -webkit-box-shadow: inset 0 0 0 4px #ccc;
  -moz-box-shadow: inset 0 0 0 4px #ccc;
  -o-box-shadow: inset 0 0 0 4px #ccc;
  box-shadow: inset 0 0 0 4px #ccc;
}



/* ++++++++++ CUSTOM CX ACTIVE +++++++++++++++++ */
/*

.form-table input[type="checkbox"]:checked + label:before {
  background: #000;
  - oder häkchen - 
  content: "\2713";
}
*/

/* ++++++++++ CUSTOM RADIO/CX +++++++++++++++++ */
/*
.cx-ra {
  display: inline-block;margin:8px 10px 8px 0;
}
*/

/* +++++++++++++ LABEL ERROR BORDER:BEFORE +++++++++++++
.label-error {}
.label-error:before {
  -moz-box-shadow: 0 0 1px rgba(250, 0, 0, 1);
  -webkit-box-shadow: 0 0 1px rgba(250, 0, 0, 1);
  box-shadow: 0 0 1px rgba(250, 0, 0, 1);
}
*/

/* ++++++++++ CUSTOM SELECT +++++++++++++++++ */
/*


.p-dd {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:         none;
  background: white url('/layout/select_arrow.png')  no-repeat right center;
}
*/

/* ++++++++++ CUSTOM IE SELECT +++++++++++++++++ */
/* IE 9 SUPPORT: TEMPLATE
<script>
if ($.browser.msie  && parseInt($.browser.version, 10) == 9)
  $("select").wrap("<div class='ie-9-select'/>");
</script>

select::-ms-expand {
  display: none;
}

div.ie-9-select {
  position:relative;
  display:inline-block;
  z-index:0;
  width: 100%;
}
div.ie-9-select select {
  z-index:1;
}

div.ie-9-select:before {
  display:block;
  position:absolute;
  content:'';
  right:0;
  top:0;
  min-height: 26px;
  min-width: 26px;
  background: white url('/layout/select_arrow.png')  no-repeat right center;
  z-index:5;
  pointer-events:none;
}

*/

/* ++++++++++ CUSTOM FIREFOX SELECT +++++++++++++++++ */

/*
@-moz-document url-prefix(){
  select  {
  background-image:none !important;
    transform: translate(0, -2px);
  }
}

.mozilla-select {
  width: 100%;
  overflow:hidden;
  background: white url('/layout/select_arrow.png')  no-repeat right center;
  height: 26px;
  position: relative;

}


.mozilla-select:before {
  content: "";
  position: absolute;
  right:0;
  background: white url('/layout/select_arrow.png')  no-repeat right center;
  width:30px;
  height: 26px;
  pointer-events: none;
  z-index: 1;
}


$(document).ready(function () {
  if (navigator.userAgent.match(/mozilla/i))  $("select").wrap("<div class='mozilla-select'></div>");
});//DOCREADY

*/

.mand-hint, .man-err-field {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.man-err-field {
  border: 1px solid #c10936;
}

.mand-hint {
  border: 1px solid #ffc000;
}
/*
div.val-help {
  display: none;
  position: absolute;
  clear: both;
  z-index: 100;
  background: url(/images/std/validator_help_yellow.gif) no-repeat 0 0;
  margin: 1px 0 0 -3px;
}

div.val-help div {
  border-bottom: 1px solid #ffc000;
  border-right: 1px solid #ffc000;
  padding: 8px;
  margin-top: 5px;
}

span.hlp-span {
  padding-left: 4px;
  padding-top: 4px;
}
*/

.val-man-flag {
  font-weight: bold;
  color: #c10936;
}

.val-view {
  border: 1px dotted #ddd;
  width: 100%;
  display: block;
  padding: 1px 0;
  text-indent: 3px;
  /*margin:0 5px;*/
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.pwd-infos {
  font-size: 1.2rem;
  margin-top: 4px;
}

.pwd_invalid {
  color: crimson;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  padding: 0 1px 1px 1px;
  display: inline-block;
  line-height: 12px;
}

.pwd_valid {
  color: green !important;
}

/* =================================
   Paging
   ================================= */
/*
ul.paging {
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;
position:relative;
left:50%;
float:left;
border:1px solid red;
}

ul.paging li {
float:left;
padding:0 0 0 0 !important;
margin:0 1px 1px 0 !important; 
background-image:none;
right:50%;
position:relative;
line-height:21px;
border:1px solid blue;
}
*/

ul.paging {
  display: flex;
  padding: 0;
  list-style-type: none;
  text-align: center;
  justify-content: center;

}

ul.paging li {
  width: 26px;
  height: 26px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

ul.paging li a, ul.paging li div {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 20px;
  color: #4a4b4d;
  font-size: 1.2rem;
}
ul.paging li a:hover {
  color: #c10936;
}
ul.paging li:not(.next):not(.prev) a:hover {

  /*border-color: #333;*/
}

ul.paging li.next, ul.paging li.prev {
  width: auto;
}

ul.paging li.next a, ul.paging li.prev a {
  width: auto;
}

ul.paging li.next div, ul.paging li.prev div {
  width: auto;
}

ul.paging li a, ul.paging li div {
  border: 2px solid transparent;
}

ul.paging li:not(.next):not(.prev) div {
  border-color: #4a4b4d;
}

ul.paging li a {
  text-decoration: none;
  cursor: pointer;

}

ul.paging li div {
  cursor: default;
}

ul.paging li a:hover {
  background: #fff;
  text-decoration: none;
}
/*
.paging-xitems {
  float: right;
  white-space: nowrap;
  line-height: 21px;
}
*/

.paging-box {

}

.paging .next, .paging .prev, .paging .points {
}

.paging .prev a, .paging .prev div {
  padding-left: 40px;
  padding-right: 6vw;
}

.paging .next a, .paging .next div {
  padding-right: 40px;
  padding-left: 6vw;
}

.paging li.next a:after, .paging li.next div:after {
  content: "";
  border: 2px solid #4a4b4d;
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(/layout/icon-pfeil-3.svg) no-repeat center center / 10px auto;
  top: 0;
  position: absolute;
  right: 0;
}

.paging li.prev a:before, .paging li.prev div:before {
  content: "";
  border: 2px solid #4a4b4d;
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(/layout/icon-pfeil-2.svg) no-repeat center center / 10px auto;
  left: 0;
  top: 0;
  position: absolute;
}

.paging li.next div, .paging li.next div:after {
  opacity: 0.5;
}
.paging li.prev div, .paging li.prev div:after {
  opacity: 0.5;
}
a.p-back {
  border:none !important;
  margin-left:-1px;
}
a.p-back img {
  width:28px;
}
  /* nur benötigt, wenn Paging-Jump Funktion aktiv
  ul.paging .page-textinput, ul.paging .page-submit {
  border:1px solid #CCC;
  background:none;
  }
  */

/* =================================
   FAQ
   =================================

div.faq-q {
border-bottom:1px solid #CCC;padding:4px 0;font-weight:bold;
cursor:pointer;
}

div.faq-q:hover {
background:#F2F2F2;
}

div.faq-active {
background:#F2F2F2;color:red;
}

div.faq-a {
display:none;
background:#F2F2F2;padding:4px 15px;margin-bottom:10px;
}
*/

/* =================================
   CMS Content-Types Bilder
   ================================= */
div.thumb {
  display: inline-block;
}

div.thumb div {
  display: inline-block;
}

img.thumb {

}

.left-float-image {
  float: left;
  max-width: 50%;
}

.right-float-image {
  float: right;
  max-width: 50%;
}

.left-float-image img, .right-float-image img {
  width: 100%;
  height: auto;
}

div.image-subscription {
  padding: 2px 4px;
  font-size: 1.2rem;
  text-align: left;
}

.right-image img {
  float: right;
}

.left-image img {
  float: left;
}

.div-table {
  display: table;
}

.div-trow {
  display: table-row;
}

.div-cell {
  display: table-cell;
  vertical-align: top;
}


.ita-bottom {
  vertical-align: bottom;
  align-self: flex-end;
}

.ita-middle {
  /*vertical-align: middle;*/

  align-self: center;
}


/* can be useful */
/*.div-cell*/
.ct-0-img {
  width: 80%;
  margin:0 auto;
  display: block;
}

.div-cell.ct-0-txt {
}

.div-cell.ct-0-img img {
  width: 100%;
  height: auto;
  min-width: 100px;
}

.ct-nr-6 .div-cell img {
  width: 100%;
  height: auto;
  min-width: 100px;
}

.ct-8-img-container {
  margin-left: -20px;
}

.ct-8-img {
  width: 25%;
  padding-left: 20px;
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  text-align: left;
}

.ct-8-img img {
  width: 100%;
  height: auto;
}

.ct-8-carousel img {
  height: auto;
}

.slider-next-ct8, .slider-prev-ct8 {
  position: absolute;
  z-index: 88;
  top: 50%;
  margin-top: -50px;

  -webkit-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
  -moz-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));

  -o-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
  filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
}

.slider-next-ct8 {
  right: 0;
}

.ct-nr-8 .div-cell {
  padding-right: 20px;
}

.ct-nr-8 .div-cell:last-child {
  padding-right: 0;
}

.ct-8-image-sub {
  padding: 10px 0 10px 0;
}



/* =================================
   CMS Content-Types 
   ================================= */
div.dc-first {
}

div.dc-mid {
}

div.dc-last {
}

div.content-block {
}

div.content-div-1 {

}

div.content-div-1 div.content-div-inner {
}

div.content-div-2 {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #666;
  padding: 8px 12px;
}

div.content-div-3 {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #666;
  padding: 8px 12px;
  float: left;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* TAG: [TRENNER] */
div.ruler, hr {
  margin-bottom: 41px;
  border: 0;
  border-bottom: 1px solid #aaa;
  height: 2px;
  overflow: hidden;
  width: 120%;
  margin-left: -10%;
}

/* =================================
   [TAB] Tag
   ================================= */
table.easy-tab td {
  vertical-align: top;
}

table.easy-tab td.first {
}

table.easy-tab-dot {
  width: 100%;
}

table.easy-tab-dot tr {
  background: url(/images/layout/tabdots.gif) repeat-x 0 0;
}

table.easy-tab-dot td span.bg {
  background: #fff;
}

table.easy-tab-dot td span.bg {
  padding: 0 0 0 3px;
}

table.easy-tab-dot td.first span.bg {
  padding: 0 3px 0 0;
}

/* ================================= 
   Sitemap
   =================================*/
#sitemap {
  column-count: 3;
  column-gap: 50px;
  width:100%;
  max-width: 600px;
}
#sitemap a {
  color: #a7a0a5;
}

#sitemap a:hover {
  color: #c10936;
}

#sitemap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

}

#sitemap ul ul {
  margin: 0 0 0px 20px;
  font-size:1.6rem;
}

#sitemap ul li {
  margin: 0;
  padding: 0 0 0 0;
}

#sitemap > ul > li {
  break-inside: avoid-column;
}
#sitemap > ul > li {
  padding-bottom: 20px;
}
/* =================================
   Module Styles
   ================================= */
/*
span.ext_app_rejected {
  color: crimson;
}

span.ext_app_awaiting {
  color: orange;
}

span.ext_app_approved {
  color: green;
}
*/

/* ----------------
   CSV Class (selten gebraucht)
   ---------------- */
/*
table.csv tr.first-row {
background-color:green;font-weight:bold;
color:white !important;
}
table.csv tr.row {
background-color:#666666
}
table.csv td.first-col {
background-color:blue;color:red
}
table.csv td.col {
color:yellow;
}
*/

/* =================================
   Gallery
   ================================= */
.gallery_fancy_image {
  margin-left: -3.33%;
}

.gallery_fancy_image a {
  float: left;
  margin: 3.33% 0 0 3.33%;
  width: 30%;
}

.gallery_fancy_image img {
  width: 100%;
}

.gallery_fancy_image:after {
  display: block;
  clear: both;
  content: " ";
}

.gallery_overview {
  margin-bottom: 20px;
  background: #eee;
}

.gallery_overview img {
  float: left;
  margin: 0 20px 0 0;
}

.gallery_albuminfo {
}

.gallery_albuminfo a {
  margin-top: 20px;
  display: block;
}

/* =================================
   Content-Type 21 - Tabs
   ================================= */
.ui-tabs-frontend {
  padding: 15px 0;
}

.ui-tabs-frontend .ui-tabs-nav {
  position: relative;
  z-index: 20 !important;
  list-style: none;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  text-align: center;
}

.ui-tabs-frontend .ui-tabs-nav a {
  white-space: nowrap;
  display: block;
}

.ui-tabs-frontend .ui-tabs-nav li {
  background-color: #f0f0f0;
  margin: 0 5px -1px 0; /* ohne Abstand 0 -1px 0 0; */
  padding: 0 5px;
  float: left;
  height: 22px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0 solid #ccc;
}

/*
.ui-tabs-nav li {
background: url(/images/backend/tabk_off.gif) no-repeat !important;
width: 100px;
}
*/

.ui-tabs-frontend .ui-tabs-nav li a:link {
  color: #7c9ead !important;
  text-decoration: none !important;
}

.ui-tabs-frontend .ui-tabs-nav li a:visited {
  color: #7c9ead !important;
  text-decoration: none !important;
}

.ui-tabs-frontend .ui-tabs-nav li a:hover {
  text-decoration: underline !important;
  cursor: pointer;
}

.ui-tabs-frontend .ui-tabs-selected {
  /*background: url(/images/backend/tab_on.gif) no-repeat !important;*/
  background-image: none;
  background-color: #fff !important;
  position: relative;
  top: 0;
  z-index: 2;
  margin-top: 0;
}

.ui-tabs-frontend .ui-tabs-selected {
  /*background: url(/images/backend/tabk_on.gif) no-repeat !important;*/
}

.ui-tabs-frontend .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}

.ui-tabs-frontend .ui-tabs-hide {
  display: none;
}

.ui-tabs-frontend .ui-tabs-nav a, .ui-tabs-frontend .ui-tabs-nav a span {
  /*float: center;  fixes dir=ltr problem and other quirks IE */
}

.ui-tabs-frontend .ui-tabs-nav a span {
  line-height: 22px;
}

.ui-tabs-frontend .ui-tabs-nav .ui-tabs-selected a span {
  font-weight: bold;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-frontend .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
  display: inline-block;
}

*:first-child + html .ui-tabs-frontend .ui-tabs-nav { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
  display: inline-block;
}

.ui-tabs-frontend .ui-tabs-panel {
  clear: both;
  border: 1px solid #ccc;
  padding: 10px 7px;
  background: #fff;
}

.ui-tabs-frontend .ui-tabs-panel .p-block {
  display: none;
}

/* =================================
   Content Type 19 - Table
   ================================= */
div.tablizer-2, div.tablizer-3 {
  display: table;
}

.td-1, .td-2, .td-3 {
  display: table-cell;
  vertical-align: top;
}

div.tablizer-2 .td-1 {
  width: 49%;
}

div.tablizer-2 .td-2 {
  width: 51%;
  padding-left: 10px;
}

div.tablizer-3 .td-1 {
  width: 30%;
}

div.tablizer-3 .td-2 {
  width: 35%;
  padding-left: 10px;
}

div.tablizer-3 .td-3 {
  width: 35%;
  padding-left: 10px;
}

/* =================================
   Content Type 11 + 26 - Image-Downloads
   ================================= */
.image-dl-float-box {
}

.image-dl-float {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.image-dl-float-img {
  float: left;
}

.image-dl-float:nth-child(odd) {
  padding-right: 10px;
}

.image-dl-float:nth-child(even) {
  padding-left: 10px;
}

.image-dl-float-img img {
  width: 100%;
  height: auto;
}

.image-dl-float-text {
  padding-top: 10px;
  padding-left:20px;
  float: left;
  min-width: 100px;
}

.image-dl-float-text > span {
  font-size: 1.2rem;

}

.image-dl-float:nth-child(even) .image-dl-float-img {
}


/* <AJAX FILEUPLOAD> */
.qq-uploader {
  position: relative;
  width: 100%;
}

.qq-upload-button, .qq-delete-button {
  display: block;
  width: 100px;
  padding: 2px 0;
  text-align: center;
  background: #880000;
  color: #fff;
}

.qq-upload-button-hover, .qq-delete-button-hover {
  background: #000000;
  cursor: pointer !important;
}

.qq-upload-button-focus, .qq-delete-button-focus {
}

.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #ff9797;
  text-align: center;
}

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 1.4rem;
}

.qq-upload-drop-area-active {
  background: #ff7171;
}

.qq-upload-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

.qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 1.4rem;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 7px;
}

.qq-upload-file {
}

.qq-upload-spinner {
  display: inline-block;
  background: url("/images/std/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
  font-size: 1.4rem;
}

.qq-upload-failed-text {
  display: none;
}

.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}

.upl_messg {
  display: none;
  border: 1px solid crimson;
  padding: 5px;
}

/* </AJAX FILEUPLOAD> */

/* =================================
   CSS HELPERS
   ================================= */

/* vertical-align , no IE8 */
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

/* =================================
   TO TOP BUTTON
   ================================= */
.cd-top, .cd-top:active {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;

  bottom: 10px;
  right: 10px;
  z-index: 50;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/

  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 38px;
  text-align: center;
  color: white !important;
  text-decoration: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.no-touch .cd-top:hover {
}

/* =================================
   MENU MOBILE ICON
   ================================= */
/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right:0;
  top:27px;
}

.hamburger:hover {
  /*opacity: 0.7; */
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 5px;
  background-color: #c10936;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}




/* =================================
   COOKIE CONSENT
   ================================= */
#consent_info {
  position: fixed;
  height: auto;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 99999;
}

.consent_text {
  color: #333;
  padding: 20px;
}

#consent_info_dismiss a {
  color: #333;
  text-decoration: underline;
}



