ul, ol {
  list-style-type: none;
}

@font-face {
  font-family: IBM Plex Sans;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("../fonts/ibm-plex-sans-v7-latin-regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v7-latin-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: IBM Plex Sans;
  src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"), url("../fonts/ibm-plex-sans-v7-latin-500.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v7-latin-500.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: IBM Plex Sans;
  src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"), url("../fonts/ibm-plex-sans-v7-latin-700.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v7-latin-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
  
body {
  background: #dbdbdb url(../images/body_top_bg.png) repeat-x 0 0;
  font-family: IBM Plex Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0.275px;
  color: #414b4b;
}

h1, h2, h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

header .headpanel {
  background: #fff;
  padding: 15px 10px;
  position: relative;
}

header .headpanel .topnavi {
  height:33px;
}

.headpanel > img {
  max-width: 100%;
  height: auto;
}

#mood .moodpanel {
  position: relative;
}

#main .mainpanel {
  position: relative;
}

footer .footerpanel  {
  background: #1e2828;
  padding: 15px 0 5px;
  color: #fff;
}

footer .footerpanel .footertext p {
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  line-height: 1em;
}

footer .footerpanel .footertext p.small {
  text-transform: uppercase;
  font-size: 0.6em;
  padding: 0;
  margin: 0;
}

header .headpanel .search .tx-indexedsearch-searchbox-sword {
  border: none;
}

header .headpanel .search .input-group {
  border-bottom: 2px solid #828282;
}

header .headpanel .search .input-group-addon {
  background: none;
  border: none;
  padding: 0 0 0 3px;
}

.tx-indexedsearch-searchbox-sword::-webkit-input-placeholder {
  color: #828282;
  text-transform: uppercase;
  font-size: 0.8em;
}

.tx-indexedsearch-searchbox-sword:-moz-placeholder { /* Firefox 18- */
  color: #828282;
  text-transform: uppercase;
  font-size: 0.8em;  
}

.tx-indexedsearch-searchbox-sword::-moz-placeholder {  /* Firefox 19+ */
  color: #828282;
  text-transform: uppercase;
  font-size: 0.8em;  
}

.tx-indexedsearch-searchbox-sword:-ms-input-placeholder {  
  color: #828282;
  text-transform: uppercase;
  font-size: 0.8em;  
}

header, #mood {
  margin-bottom: 10px;
  z-index:9;
}

/*Menü*/
.mainnavi {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 10;
}
/*erste Ebene*/

.navbar-default {
  background: #fff;
  border-color: #fff;
  border-radius: 0;
  border: 0;
}

.collapse.navbar-collapse {
  padding: 0;
}

/*Erste Ebene*/
.nav.navbar-nav li {
  display: inline-block;
  margin-left: 50px;
  margin-left: 2vw;
  position: static;
}
.nav.navbar-nav > li:first-child {
  margin-left: 10px;
}

.nav.navbar-nav li a {
  display: block;
  color: #414b4b;
  font-size: 1em;
  font-size: 0.9vw;
}
.navbar-nav .dropdown-menu {
  margin:0;
}
/*2. ebene*/
.navbar-nav>li>.dropdown-menu {
  width:100%;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 2px 0px #dedede;
  background: #fff url(../images/sub-nav-pix-grey.png) repeat-x 0 0px;
  margin-top: -1px;
  
}
.navbar-nav>li>.dropdown-menu > li > a, .navbar-nav>li>.dropdown-menu > li > i {
  display: inline-block;
  
}
.navbar-nav>li>.dropdown-menu > li > a {
  display: inline-block;
  padding-left: 5px;
}
.navbar-nav>li>.dropdown-menu > li:first-child {
  margin-left: 25px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu >.active > a:hover, .dropdown-menu a:hover, 
.navbar-nav>li>.dropdown-menu > li > a:hover, .nav.navbar-nav li a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .trigger.active {
  background: none;
  color: #FF9900;
}

/*3.ebene*/
/*
.nav.navbar-nav li .ebene3 ul {
  margin: 5px 0;
  padding:0;
}
*/
.navbar-nav .dropdown-submenu .dropdown-menu {
  position: absolute;
  width:100%;
  top:100%;
  left:0;
  
  /*display: block;*/
  
}

.navbar-nav .dropdown-submenu > .dropdown-menu {
  border: 1px solid #fff;
  border-radius: 0;
}
  
.navbar-nav  .dropdown-submenu  {
  display: inline-block;
}
  
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-submenu li.ebene3 {
  margin:0 0 0 25px;
  display: inline-block;
}
.navbar-nav .dropdown-submenu li.ebene3 a {
  display: inline-block;
  padding-left: 5px;
}

.navbar-nav .dropdown-submenu li.ebene4 {
  margin:0;
  margin: 0 3px 0 11px;
  float: left;
  padding: 0;
  width: 13em;
}

.navbar-nav .dropdown-submenu li.ebene4 a {
  padding: 0 0 0 5px;
  margin: 0;
}
.navbar-nav .dropdown-submenu li.ebene4 i {
  font-size: 0.4em;
  vertical-align: middle;
  padding-bottom: 2px;
}
/*
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color:#828282;
  background-color: #fff;
}
*/
/*Aktuelles CSS Menü*/
ul.nav.navbar-nav.dropdown-menu {
  display: block;
  position: relative;
  width: 100%;
  border: 0;
  box-shadow: none;
  font-size: 1em;
}

ul.dropdown-menu.sub-menu {
  width: 100%;
  border: none;
  border-radius: 0;
}

.mainnavi li.ebene3 {
  margin:5px 25px;
  display: inline-block;
}

li.ebene3 > ul {
  padding-left: 25px;
}

.mainnavi li.ebene3 a {
  display: inline-block;
  padding-left: 5px;
}

.mainnavi li.ebene4 {
  margin:0;
  margin: 0 3px 0 11px;
  float: left;
  padding: 0;
  width: 16em;
}

.mainnavi li.ebene4 a {
  padding: 0 0 0 5px;
  margin: 0;
}
.mainnavi li.ebene4 i {
  font-size: 0.4em;
  vertical-align: middle;
  padding-bottom: 2px;
}
nav.top-bar.hide-for-large-up {
  display: none;
}


/*Ende Menü*/

/*topnavi*/

/*Bottomnavi*/
ul.bottomnavi {
  float: right;
}
ul.bottomnavi li {
  display: inline-block;
  margin-left: 19px;
}
ul.bottomnavi a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  /*letter-spacing: 0.15em;*/
  
}

ul.topnavi {
  text-align: right;
}

ul.topnavi li {
  display: inline-block;
}

ul.topnavi a {
  color: #828282;
  text-transform: uppercase;
  font-size: 0.8em;
  /*letter-spacing: 0.15em;*/
  
}

.moodtext.left, .flex-active-slide .headertext  {
  position: absolute;
  top: 55px;
  left: 25px;
  width: 380px;
}

.moodtext.left span.head, .flex-active-slide .headertext .head {
  font-size: 2vw;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #000;
  display: block;
  
}
.moodtext.left span.sub, .flex-active-slide .headertext .sub {
  font-size: 1em;
  text-transform: uppercase;
  color: #000;
}

/*Boxstyles*/
.box {
  overflow: hidden;
  margin-bottom: 10px;
  width:100%;
}

.box h1, .box h2, .box h3 {
  padding:0;
  margin-top: -3px;
  margin-bottom: 10px;
}

.box .headpanel {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  height: 70px;
  overflow: hidden;
}

.box .contentpanel
{
  overflow: hidden;
  padding: 15px;
}

/*Boxen Produktheader*/
.box .producthead .headpanel {
  background: none;
  margin-bottom: 0px;
  border-bottom: 1px solid #000;
  height: auto;
  mn-height: 40px;
}
.box .producthead .contentpanel {
  font-size: 1.1em;
  color: #000;
}

.box li {
  list-style-type: square;
}
.box.white .contentpanel, .box.white .wide
{
  background: #fff;
}

.box .linkpanel, .teaserbox_grey linkpanel  
{
  padding: 5px 15px;
}

.box .linkpanel > a, .teaserbox_grey .linkpanel a {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  color: #475958;
}

.box .teaserbox_colored .contentpanel {
  height:130px;
  overflow: hidden;
}

.teaserbox_grey h3 {
  font-size: 1.2em;
}

.teaserbox_grey .linkpanel a {
  color: #000;
}

/*Text styles*/
.text-mint {
  color: #ff9900;
}

.text-aqua {
  color: #4dbcc6;
}

.text-green {
  color: #aecb37;
}



.box.white .wide, .box.green .wide, .box.mint .wide, 
.box.aqua .wide, .box.blau .wide, .box.orange .wide, 
.box.tuerkis .wide, .box.tuerkis-dunkel .wide, 
.box.neongelb .wide, .box.hellblau .wide,
.box.mittelblau .wide, .box.dunkelgelb .wide, .box.cyan .wide {
  padding-top: 15px;
  padding-bottom: 5px;
}

.box.white  {
  background: #fff;
  
}
.box.green .wide, .box.green .contentpanel, .box.green .linkpanel, .box.green .producthead {
  background: #aecb37;
  
}
.box.mint .wide, .box.mint .contentpanel, .box.mint .linkpanel, .box.mint .producthead {
  background: #ff9900;
  
}

.box.aqua .wide, .box.aqua .contentpanel, .box.aqua .linkpanel, .box.aqua .producthead {
  background: #4dbcc6;
}

.box.blau {
  background: #3A8BB0 url(../images/bluebox-bg.png) no-repeat center center;
  background-size: 100% 100%
}

/*orange*/
.box.orange .wide, .box.orange .contentpanel, .box.orange .linkpanel, .box.orange .producthead {
  background: #eb5906;
}
/*Türkis*/
.box.tuerkis .wide, .box.tuerkis .contentpanel, .box.tuerkis .linkpanel, .box.tuerkis .producthead {
  background: #00b4d4;
}
/*Türkis dunkel*/
.box.tuerkis-dunkel .wide, .box.tuerkis-dunkel .contentpanel, .box.tuerkis-dunkel .linkpanel, .box.tuerkis-dunkel .producthead {
  background: #0092b5;
}

/*Neongelb*/
.box.neongelb .wide, .box.neongelb .contentpanel, .box.neongelb .linkpanel, .box.neongelb .producthead {
  background: #0090ff;
}

/*Hellblau*/
.box.hellblau .wide, .box.hellblau .contentpanel, .box.hellblau .linkpanel, .box.hellblau .producthead {
  background: #58c5f2;
}

/*mittelblau*/
.box.mittelblau .wide, .box.mittelblau .contentpanel, .box.mittelblau .linkpanel, .box.mittelblau .producthead {
  background: #009ee3;
}

/*dunkelgelb*/
.box.dunkelgelb .wide, .box.dunkelgelb .contentpanel, .box.dunkelgelb .linkpanel, .box.dunkelgelb .producthead {
  background: #f7a600;
}

/*cyan*/
.box.cyan .wide, .box.cyan .contentpanel, .box.cyan .linkpanel, .box.cyan .producthead {
  background: #47bcc6;
}

/*ALLE Boxen mit Abstand nach unten*/
.teaserbox_grey {
  margin-bottom: 10px;
}
/*Startseite graue Box*/
.teaserbox_grey {
  background: #c6c7ca url(../images/greybox-bg.png) no-repeat 0 0;
  min-height: 138px;
  color: #000;
  text-transform: uppercase;
  
}
.teaserbox_grey .headpanel {
  border-bottom: 6px solid #fff;
  padding: 10px 15px 5px;
  height:47px; 
  overflow: hidden;
}

.teaserbox_grey .headpanel h1, .teaserbox_grey .headpanel h2, .teaserbox_grey .headpanel h3,
.teaserbox_grey .headpanel h4, .teaserbox_grey .headpanel h5, .teaserbox_grey .headpanel h6 {
  margin:0;
  padding:0;
}
.teaserbox_grey .contentpanel {
  padding: 5px 15px;
  height: 60px;
  font-size: 0.9em;
  line-height: 1.2em;
}
.teaserbox_grey .linkpanel {
  padding: 5px 15px;
  height: 30px;
  
}

.text_mint {
  color: #ff9900;
}

.text_green {
  color: #aecb37;
}
.text_aqua {
  color: #4dbcc6;
}
.text_white {
  color: #fff;
}

.text_orange {
  color: #eb5906;
}

.text_tuerkis {
  color: #00b4d4;
}

.text_tuerkis-dunkel {
  color: #0092b5;
}
.text_neongelb {
  color: #dedc00;
}
.text_hellblau {
  color: #58c5f2;
}

.text_mittelblau {
  color: #009ee3;
}

.text_dunkelgelb {
  color: #f7a600;
}

.text_cyan  {
  color: #47bcc6;
}


/*referenzen*/
.panelcontainer {
  margin: 0 -5px;
}

.reference, .standort, .newsteaser {
  margin-bottom: 10px;
}

.reference .inner, .standort .inner, .newsteaser .inner {
  background:#fff;
  margin: 0 -10px;
  padding: 20px;
  position: relative;
  min-height: 260px;
}
.reference .inner {
  display:flex;
  justify-content:center;
  align-items:center;
}

.reference .inner img {
  /*margin: 30px auto;*/ 
}

.newsteaser .inner {
  min-height: 270px;
}
.newsteaser {
  overflow: hidden;
}

/*Standort*/
.standort .inner {
  position: relative;
  height: 230px;
  overflow: hidden;
  padding-bottom: 30px;
}
.standort .headline {
  font-size: 1.2em;
  text-transform: uppercase;
  float: left;
}

.standort .flag {
  float: left;
  margin-left: 20px;
  margin-top: -3px;
}
  
.standort .content {
  float: left;
  width: 100%;
}

.standort .more {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  background: #fff;
  padding: 20px;
  width: 100%;
}

/*Modaldialog*/
.modal-title {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ff9900;
}


/*News*/
.newsteaser .headline {
  text-transform: uppercase;
}

.newsteaser .content { color: #949494; }
.newsteaser a { color: #ffc36b; }
.newsteaser a:hover { color: #ff9900; }

/*Sprungmenü*/
.sprungmenu {
  background: #fff;
  padding-top:15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.sprungmenu ul {
  padding:0;
  margin: 0;
  width: 100%;
}

.sprungmenu li {
  display: inline-block;
  margin-right: 39px; 
}

.sprungmenu a {
  display: block;
  color: #828282;
  font-size: 1em;
  text-transform: uppercase;
}

/*css Styled Content*/
.csc-textpic.csc-textpic-intext-right img {
  float: right;
  margin: 0 0 15px 15px;
}
.csc-textpic.csc-textpic-intext-left-nowrap * {
  display: inline-block;
}
.csc-textpic.csc-textpic-intext-left-nowrap img {
  
  margin-right: 15px;
  margin-bottom: 15px;
}
.csc-textpic.csc-textpic-intext-left-nowrap p {
  
}

/* Flexslider */
.flexslider {
  margin: 0;
  border: none;
  max-height: 430px;
  overflow: hidden;
}

.flex-viewport {
  max-height: 430px;
  position: relative;
}

.flexslider .flex-control-thumbs {
  position: absolute;
  bottom: 30px;
  left: 0;
  overflow: hidden;
  max-height: 100px;
}

.flexslider .flex-control-thumbs li {
  width: 100px;
  border: 2px solid #fff;
  overflow: hidden;
  margin: 0 5px;
}

.flexslider .flex-control-thumbs li:first-child {
  margin-left: 20px;
}

.flexslider .flex-control-thumbs img {
  max-width: 177px;
  height: auto;
  margin-left: -50%;

  height: 65px;
  width: 177px;
  opacity: 0.7;
}

.flexslider .flex-control-thumbs img.flex-active {
  border-color:#253b79;
  opacity: 1;
}

.flexslider .slides > li {
  position: relative;
}

/*Powermail*/
.powermail_radio_inner {
  display: inline-block;
  margin-right: 10px;
}

.powermail_label {
  min-width: 200px;
  vertical-align: top;
  /*width:15%;*/
}
.powermail_legend {
  display: none;
}

.powermail_field.powermail_input, select.powermail_field {
  max-width: 650px;
  width:100%;
  padding: 5px 10px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}
.powermail_label.powermail_radio_legend {
    border: none;
  font-weight: 700;
  font-size: 1em;
  min-width: 205px;
  width: 14%;
  float: left;
  
}

.powermail_fieldwrap textarea {
  max-width: 650px;
  width: 100%;
  padding: 10px;
  border: 1px solid #dedede;
}

.powermail_field.powermail_submit {
  border: 1px solid #E6EBEB;
  background: #3C5AFF;
  color: #fff;
  padding: 5px 20px;
  margin-left: 205px;
}

/*Powermail*/
.powermail_confirmation_submit, .powermail_confirmation_form {
  float: left;
  margin-right: 20px;
  border: 1px solid #E6EBEB;
  background: #3C5AFF;
  color: #fff;
  padding: 3px 10px;
}


/*Vorübergehend ausgeblendet*/
.topnavi li:first-child {
  display: none;
}

/*Media Queries*/
.navbar-collapse.in {
  overflow-y: visible;
}

.languagemenu  {
  /*display:none;*/
  width: 40px;
  position: absolute;
  top: 0;
  right: -42px;
  background-color: #fff;
  padding: 0px;
}

ul#language_switch {
  padding: 0;
  margin: 0;
  
}

ul#language_switch li {
  margin: 8px 0;
}

ul#language_switch li, ul#language_switch a {
  color:#ff9900;
  text-transform: uppercase;
  text-align: center;
}

ul#language_switch i.fa.fa-envelope-o {
  font-size: 28px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup, .tx-indexedsearch-title.title > a {
  color: #00C8B4;
}

.tx-felogin-pi1 {
  padding: 15px;
}
.tx-felogin-pi1 input[type=text], .tx-felogin-pi1 input[type=password] {
  max-width: 280px;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  background-color: #fff !important;
}

.tx-felogin-pi1 legend {
    display: none;
}
/* SM */
@media (max-width: 767px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 0;
  }
  .mainnavi {
     top: 100%;
  }
  .languagemenu {
    right:0;
    background-color: #ededed;
  }
}
/*MD*/
@media (max-width: 992px) {
  .teaserbox_grey .contentpanel {
      line-height: 1.1;
      font-size: 0.8em;
  }

  .nav.navbar-nav li a {
      font-size: 0.8em; /* 1.25vw */
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .nav.navbar-nav li a {
      font-size: 1.7vw; /* 1.4vw */
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .nav.navbar-nav li a {
      font-size: 1.5vw; /* 1.2vw */
  }
}

/* ============================ */
/* Cadflow other customizations */
/* ============================ */

.flex-active-slide .headertext .head
{
    font-size: 2em;
    text-transform: none;
    color: white;
    max-width: 7em;
}

.flex-active-slide .headertext .sub
{
    font-size: 1.8em;
    text-transform: none;
    color: #FF6A00;
}

/* Used for news page & sub-pages */
.news-title h1 { margin-bottom: 5px; }

/* Used only for news sub-pages for compatibility - <06/2019 = 22.5px for all side */
.news-img-left { float: left; margin: 0px 21px 14px 0px; }
.news-img-right { float: right; margin: 0px 0px 14px 21px; }
.news-img-hspace { margin: 0px 21px; }
.news-br { line-height: 5px; }
.news-around-auto { width: 40%; }

/* Workaround to size difference between text and button */
.btn
{
    font-size: 17px;
    line-height: normal;
}

.btn-in-header
{
    margin-top: -5px; 
    padding: 3px 8px;
}

.btn-stack-left
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

/* Contact Button Text */
.btn-contact-text 
{
    font-size: 0.9em;
    text-transform: uppercase;
}

.btn-contact-text .fa { margin-right: 10px; }

/* Used in Support */
.btn-highlight-text
{
    font-size: 1.1em;
    font-weight: bold;
    background-color: #ffffa0;
}

/* Relook 2019-06 */

.navbar { min-height: unset; }
.navbar-toggle { position: absolute; top: -58px; right: 0; }

/* .flexslider { max-height: 105px; } */
@media (min-width: 480px) and (max-width: 639px) { .flexslider { max-height: 170px; } }
@media (min-width: 640px) and (max-width: 767px) { .flexslider { max-height: 230px; } }
@media (min-width: 768px) and (max-width: 992px) { .flexslider { max-height: 250px; } }
@media (min-width: 993px) and (max-width: 1199px) { .flexslider { max-height: 360px; } }
@media (min-width: 1200px) { .flexslider { max-height: 430px; } }

@media (max-width: 767px) { .flexslider .flex-control-thumbs { display: none; } }
@media (max-width: 360px) { .flex-active-slide .headertext { display: none; } }

.flex-active-slide .headertext { top: 25px; }
.flexslider .flex-control-thumbs { bottom: 5px; display: none; }
header, #mood { margin-bottom: 5px; }
.box { margin-bottom: 5px; }

@media (max-width: 767px) 
{
.search { display: none; }
.languagemenu { position: fixed; z-index: 9999; background: #fafafa; left: 50%; transform: translateX(-50%); width: 235px; height: 33px; }
ul#language_switch li { margin: unset; line-height: 28px; }
.languagemenu ul li a { float: left; margin: 0 3px; }
.languagemenu ul li a i { vertical-align: middle; }
}

@media (min-width: 768px) { .languagemenu  { top: -48px; right: -45px; } }

/* End of Relook 2019-06 */

.teaserbox_grey { background: #efefef; min-height: 0px; }
.teaserbox_grey .headpanel { background: #efefef; padding-top: 7px; height: 40px; }
.teaserbox_grey .contentpanel { background: #efefef; height: 50px; }
.navbar-nav li a { padding-top: 10px; padding-bottom: 0px; }

/* Right Bar Menu adapt for other icons & separator ( 414b4b > 3C5AFF ) */
ul#language_switch i.fa.fa-envelope-o { color: #00C8B4; }
ul#language_switch i.fa.fa-newspaper-o { font-size: 24px; color: #414b4b; }
ul#language_switch i.fa.fa-share-alt { font-size: 28px; color: #414b4b; }
.languagemenu hr { margin: 0px; }

/* Menu Workaround for High Resolution */
@media (min-width: 1441px)
{
  .nav.navbar-nav li a { font-size: 1.1em; }
  .nav.navbar-nav li { margin-left: 2em; }
}

/* Resizable iFrame like for YouTube Embed */
.auto-resizable-iframe { margin: 0px auto; }

.auto-resizable-iframe > div
{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
}

.auto-resizable-iframe iframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* Auto Scroll */
.auto-scroll, .tile-4 .inner .headline p
{
  display: inline-block;
  white-space: nowrap;
  animation: auto-scroll-animation 45s infinite linear; /* 9s by message */
  padding-left: 75%;
}

.auto-scroll:hover, .tile-4 .inner .headline p:hover { animation-play-state: paused; }
@keyframes auto-scroll-animation { to { transform: translateX(-100%); } }

/* Tiles */
.tile-1 .inner, .tile-2 .inner, .tile-3 .inner, .tile-4 .inner, .tile-5 .inner, .tile-6 .inner, .tile-7 .inner { min-height: 0px; }

/* News */
.tile-1 .inner, .tile-2 .inner, .tile-3 .inner, .tile-7 .inner { height: 181px; padding: 8px 14px; }
.tile-1 .headline h2, .tile-2 .headline h2, .tile-3 .headline h2, .tile-4 .headline h2, .tile-5 .headline h2, .tile-6 .headline h2, .tile-7 .headline h2 { font-size: unset; font-weight: unset; margin: unset; line-height: unset; } /* h2 reset */
.tile-1 .inner iframe, .tile-2 .inner iframe, .tile-3 .inner iframe, .tile-7 .inner iframe { height: 125px; } /* Parent height - 56px */

.tile-1 .headline { color: #eb5906; } /* News Event */
.tile-2 .headline { color: #23527c; } /* News Letter */
.tile-3 .headline { color: #8da32d; } /* News Other */
.tile-7 .headline { color: #23527c; } /* News Upgrade */

/* News Letter with details or multi-links */
.tile-2 .content p { line-height: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tile-2 .content p::before { content: "• "; }

/* Supports Tip */
.tile-4 .inner .headline p { animation-play-state: paused; animation-duration: 5s; padding-left: unset; }
.tile-4 .inner .headline p:hover { animation-play-state: running; }
.tile-4 .inner { height: 161px; padding: 8px 14px; }
.tile-4 .inner .headline { overflow: hidden; }
.tile-4 .headline { color: #23527c; }

/* Supports Video */
.tile-5 .inner { height: 252px; padding: 9px 15px; }
.tile-5 .inner iframe { height: 196px; } /* Parent height - 56px */
.tile-5 .headline { color: #eb5906; }

/* Flyer */
.tile-6 .inner { height: 193px; padding: 8px 14px; }
.tile-6 .headline { color: #eb5906; }

/* 2020 */

.powermail_divider { max-width: 850px; }

@keyframes shake {
  10%, 90% { transform: rotate(-1deg); }
  20%, 80% { transform: rotate(1deg); }
  30%, 50%, 70% { transform: rotate(-2deg); }
  40%, 60% { transform: rotate(2deg); }
}

a { transition: all 0.75s ease; }
.nav.navbar-nav li a:hover { animation: shake 1s 1 both; }

@keyframes tada {
 0% { -webkit-transform:scale(1); transform:scale(1) }
 10%, 20% { -webkit-transform:scale(.9) rotate(-6deg); transform:scale(.9) rotate(-6deg) }
 30%, 50%, 70% { -webkit-transform:scale(1.1) rotate(6deg); transform:scale(1.1) rotate(6deg) }
 40%, 60% { -webkit-transform:scale(1.1) rotate(-6deg); transform:scale(1.1) rotate(-6deg) }
 100%, 80% { -webkit-transform:scale(1) rotate(0); transform:scale(1) rotate(0) }
}

.btn { padding: 4px 8px; }
.teasergrey { all: unset; }
.link-banner {font-size: 18px; }
.link-banner > a { color: #414b4b; }

.box_welc p { margin-bottom: 0px; }
.box_welc { box-shadow: 0 1px 1px 0 #c7c7c7 inset; background: #f1f1f1; margin-bottom: -15px; padding: 5px; border-radius: 3px; }

.modal-lg { width: unset; }
.modal-dialog { width: max-content; }

.powermail_field.powermail_submit { padding-left: 68px; background-image: url('/fileadmin/templates/images/form-send.png'); background-size: 28px; background-position: 20px center; background-repeat: no-repeat; }

/* 2020 - Simcon Colors */
.flex-active-slide .headertext .sub { color: white; }
a, .newsteaser a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu a:hover, .navbar-nav > li > .dropdown-menu > li > a:hover, .nav.navbar-nav li a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .trigger.active { color: #3C5AFF; }
a:hover, .newsteaser a:hover, .nav.navbar-nav li a:hover, .text-mint, .text_mint, .modal-title { color: #00C8B4; }
.box.mint .wide, .box.mint .contentpanel, .box.mint .linkpanel, .box.mint .producthead { background: #00C8B4; }
.box.orange .wide, .box.orange .contentpanel, .box.orange .linkpanel, .box.orange .producthead { background: #00C8B4; }
.box.dunkelgelb .wide, .box.dunkelgelb .contentpanel, .box.dunkelgelb .linkpanel, .box.dunkelgelb .producthead { background: #00C8B4; }
.text_orange, .text_dunkelgelb { color: #00C8B4; }

/* Formation */
.formation-row:after { content: ""; display: table; clear: both; }
.formation-column { float: left; text-align: center; margin-right: 3px; margin-bottom: 22.4px; }
.formation-column-more { font-weight: bold; background: #F1F1F1; border: 1px solid lightgray; border-radius: 0px 0px 5px 5px; padding: 5px; }
.formation-column img { width: 100%; }

.blink { animation: blinker 1.5s linear infinite; }
@keyframes blinker { 45% { color: #009989; } 55% { color: #007F72; } } /* 00C8B4 */

/* Flexslide other config in js */
.flex-direction-nav a::before { font-size: inherit; }

.flex-direction-nav .flex-prev, .flex-next {
  visibility: hidden;
}

.flex-direction-nav .flex-prev:after, .flex-next:after {
  visibility: visible;
  position: absolute;
  display: block;
  font-size: 36px;
  top: 0;
}

.flex-direction-nav .flex-prev:after { content: '<'; left: 0px; }
.flex-direction-nav .flex-next:after { content: '>'; left: 20px; }

.powermail_field.powermail_submit { margin-top: 8px; }
.tx-powermail { padding-bottom: 80px; }

/* 2025 : Disable Powermail Forms */
.tx-powermail { display: none; }
