
@font-face {
  font-family: 'Custom-Font';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
  url(/css/fonts/Roboto-300.woff) format('woff');
}

@font-face {
  font-family: 'Custom-Font';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Regular'), local('Roboto-Regular'),
  url(/css/fonts/Roboto-400.woff) format('woff');
}

@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: local('Roboto Medium'), local('Roboto-Medium'),
  url(/css/fonts/Roboto-500.woff) format('woff');
}

@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;
}

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


/* 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
   ================================= */
.ui.form * {
  font-size: 1.5rem;
}

.page {
  font-size: 1.5rem;
  line-height: 1.9rem;
  background: #fff; /* wichtig für trunk menu */
}

.page, .platocontent, .platocontent p, .platocontent tbody, .content-wrapper, .cms_content_content, section, section p {
  color: #444;
}

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

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

.platocontent h3, h3 {
  font-size: 2rem;
  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;
}



.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;
}
/*
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: #cc0000;
}

.val-view {
  border: 1px dotted #ccc;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 5px 5px;
}
.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;
  -o-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
   ================================= */
/*
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 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  position: relative;
  float: left;
}

ul.paging li {
  float: left;
  padding: 0 0 0 0 !important;
  margin: 0 2px 2px 0 !important; /* IE ? */
  background-image: none;
  position: relative;
  line-height: 21px;
}

ul.paging li a, ul.paging li div {
  color: #444 !important;
  border: 1px solid #eee;
  padding: 2px 5px;
  display: inline;
  background-image: none;
}

ul.paging li a {
  background: #f5f5f5;
  text-decoration: none;
}

ul.paging li div {
  font-weight: bold;
}

ul.paging li a:hover {
  background: #fff;
  text-decoration: none;
}

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

.paging-box {
  float: left;
  width: 320px;
}

.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-q {
border-bottom:1px solid #fff;padding:10px 20px;font-weight:bold;
cursor:pointer;
  background:#F2F2F2;
}

div.faq-q:hover {
  color:red;
}

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

div.faq-a {
display:none;
padding:10px 20px;margin-bottom:20px;
}



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

div.dc-mid {
}

div.dc-last {
}

div.content-block {
}

div.content-div-1 {
  background: #ddd;
  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 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;
}

/* =================================
   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_overview {
}

.gallery_albumimage a, .gallery_albumimage img {
  display: block;
  width:100%;
}

.fancybox-image-gallery img {
  width:100%;
}
/* =================================
   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 2/3
   ================================= */
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: 20px;
}

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

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

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

/* =================================
   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 {
  background: #eee;
  cursor: pointer;
  padding: 0.7rem 2rem;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #aaa;
  border-radius:3px;
}

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

.qq-upload-button-focus, .qq-delete-button-focus {
  background: #f0fcff;
}

.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
 */
.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.8);
  text-align: center;
  z-index: 99999;
}

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

#consent_info_dismiss a {
  color: #333;
  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;
}
