/* font setup */
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Montserrat/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "Alegreya SC";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/AlegryaSC/AlegreyaSC-Regular.eot);
    src: url(../fonts/AlegryaSC/AlegreyaSC-Regular.woff) format("woff"), url(../fonts/AlegryaSC/AlegreyaSC-Regular.ttf) format("truetype")
}

@font-face {
    font-family: font-awesome-subset;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Awesome-Subset/font_awesome_subset.eot?48144033);
    src: url(../fonts/Awesome-Subset/font_awesome_subset.eot?48144033#iefix) format("embedded-opentype"), url(../fonts/Awesome-Subset/font_awesome_subset.svg?48144033#fontello) format("svg")
}

/* page setup */
* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background-color: #ffffff;
    font-family: Georgia,Times,serif;
    font-size: 18px;
    line-height: 30px;
  color: #65535a;
  -webkit-font-smoothing: antialiased
}


/* z-index modell for parallax */
#workbench  {
  z-index: 0;
}
.content,
.back-to-top,
.footer  {
  z-index: 10;
}


@media (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 545px) {
  body {
    font-size: 14px;
  }
}


/* headlines */
h1, h2, h3, h4, h5, h6 {
    color: #616c79;
  font-weight: 400;
  letter-spacing: 1px;
}

h1, h2, h3 {
    font-family: Georgia,Times,serif;
}

h4, h5, h6 {
    font-family: Montserrat,Helvetica,Arial,sans-serif;
}

.csc-header h2 {
  margin-bottom: 10px;
  font-family: "Alegreya SC",serif;
  font-size: 18px;
  line-height: 30px;
  color: #a98d05;
}

.box-content h3 {
  font-family:Montserrat,Helvetica,Arial,sans-serif;
    font-size:24px;
    letter-spacing:0.025em;
    line-height:32px;
    margin-bottom:4px;
  color:#616c79;
}

.box-content h4 {
  font-family:Georgia,Times,serif;
  font-size:24px;
  letter-spacing:1px;
  line-height:32px;
  text-transform:none;
}

div.box-content.color h1,
div.box-content.color h2,
div.box-content.color h3,
div.box-content.color h4,
div.box-content.color h5,
div.box-content.color h6 {
  color: #fff;
}

@media (max-width: 1100px) {
  
  .box-content h3,
  .box-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 545px) {
  
  .box-content h3,
  .box-content h4 {
    font-size: 18px;
  }
}

div.color h3 {
  font-family: "Alegreya SC",serif;
}

div.color h4 {
  font-family: "Alegreya SC",serif;
}

div.csc-header h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-family: "Alegreya SC",serif;
  color: #353b42;
  font-weight: 400;
}

h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: "Alegreya SC",serif;
}

div.box-intro h1 {
  font-size:40px;
  letter-spacing:1px;
  line-height:50px;
}

div.box-intro div.text-cell h1 {
  font-size:40px;
  letter-spacing:1px;
  line-height:50px;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  
  h6 {
    font-size: 22px;
  }
  
  div.box-intro h1 {
    font-size:30px;
    letter-spacing:1px;
    line-height:40px;
  }
}

@media (max-width: 545px) {
  
  h6 {
    font-size: 20px;
  }
  
  div.box-intro h1 {
    font-size:24px;
    letter-spacing:1px;
    line-height:32px;
  }
}

div.box-intro h5 {
  font-family:Montserrat,Helvetica,Arial,sans-serif;
    font-size:12px;
    letter-spacing:0.15em;
    line-height:1.55em;
  margin-bottom:8px;
  text-transform: uppercase;
}

/* links */
a {
  color: #65535a;
  /*color: #85806a;*/
  text-decoration: underline;
}
a:hover {
  /* color: #a98d05; */
}

a.box-plain,
a.plain {
  text-decoration: none;
}


a.button,
a.button-joblounge,
a.button-dark,
a.button-aubergine {
  padding: 10px 15px;
  font-size: 15px;
  font-size: 14px;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(54,59,64,0.1);
  display: inline-block;
  line-height: 1.5;
}

a.button-joblounge,
a.button:hover {
  background-color: rgba(54,59,64,0.2);
}

.color a.button-joblounge,
.color a.button {
  background-color: rgba(255,255,255,0.1);
}

.color a.button-joblounge,
.color a.button:hover {
  background-color: rgba(255,255,255,0.2);
}

a.button-dark {
  background-color: rgba(0,0,0,0.1);
}
a.button-dark:hover {
  background-color: rgba(0,0,0,0.2);
}

a.button-aubergine {
  color: #FFFFFF;  
  background-color: rgba(45,26,35,1);
}
a.button-aubergine:hover {
  background-color: rgba(45,26,35,1);
}


/* br breakpoints */
br.desktop { display: inline; }
br.tablet { display: none; }
br.mobile { display: none; }

@media (max-width: 767px) {
  br.desktop { display: none; }
  br.tablet { display: inline; }
  br.mobile { display: none; }
}

@media (max-width: 480px) {
  br.desktop { display: none; }
  br.tablet { display: none; }
  br.mobile { display: inline; }
}

/* stage */

.intro {
  color: #a98d05 !important;
  font-family: "Alegreya SC",serif;
  font-size: 18px;
  line-height:30px;
}

.gold,
.gold * {
  color: #a98d05;
}

.alignLeft     { text-align: left; }
.alignCenter   { text-align: center; }
.alignRight   { text-align: right; }

.colWhite {
  color: #ffffff !important;
  font-weight: normal;
}

.colBlack {
  color: #353b42 !important;
  font-weight: normal;
}

.colDarkBlack {
  color: #000000 !important;
  font-weight: normal;
}


.twoColumns .box-wrap .csc-textpic-text {
  column-count: 2;
  column-gap: 50px;
  -moz-column-count: 2;
  -moz-column-gap: 50px;
}

div#workbench {
  position:relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fbfbfb;
  __background-color: transparent; /* for parallax */
  z-index: 0;
}

div#rootline {
  display: none;
}

/* navigation and header */
.header {
  position:fixed;
  width:100%;
  max-width:1440px;
  z-index:9000;
}
.header * {
}

.header .inviswrap {
  width:100%;
  height: auto;
}

@media (max-width: 1100px) {
  
  .header .inviswrap {
    height:88px;
  }
}

.header .container {
  margin: 0px 0;
  padding: 56px 50px 56px;
  position: relative;
  background-color:#fff;
  -webkit-transition: padding 0.1s linear 0s;
  transition: padding 0.1s linear 0s;
}

.header .logo {
  float: left;
  padding-top: 30px;
}

/* -- END Keyframe Animations */

.header .navigation {
  float: right;
}

.header .navigation a {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size:12px;
  text-transform: uppercase;
  color: #353b42;
  letter-spacing:1px;
}
.header .navigation a:hover {
}

.header .navigation a.touch-and-scroll,
.header .navigation a.touch-and-scroll:hover {
  color: #353b42 !important;
  border-bottom: none !important;
}

.header .navigation ul {
  list-style-type: none;
  display: block;
}

.header .navigation ul.nav-main,
.header .navigation ul.nav-lang {
  float: left;
}

.header .navigation ul.nav-mobile {
  display: none;
}


/* -- first level */
.header .navigation ul.nav-main > li,
.header .navigation ul.nav-lang > li,
.header .navigation ul.nav-mobile > li {
  display: block;
  float: left;
  padding: 30px 30px 25px;
}

.header .navigation ul.nav-main.ro > li {
  padding-bottom: 20px;
}

.header .navigation ul.nav-main > li > a,
.header .navigation ul.nav-lang > li > a,
.header .navigation ul.nav-mobile > li > a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 15px;
}

.header .navigation ul.nav-main > li > a.active,
.header .navigation ul.nav-mobile > li > a.active { /* AKTIVER MENÜPUNKT */
  background-position:bottom center;
  background-repeat:no-repeat;
  color:#a98d05;
}

.header .navigation ul.nav-main > li a.active {
  color:#a98d05;
}

.header .navigation ul.nav-main > li .nav-sub-wrap,
.header .navigation ul.nav-mobile > li .nav-sub-wrap {
  display:none;
  position:absolute;
  top:88px;
  left:0;
  z-index:8000;
  
  margin:0;
  padding:0;
  width:100%;
  
  background-color:rgba(255,255,255,0.85);
  background-color:#fff;
  
  -webkit-transition: height 0.1s linear 0s;
  transition: height 0.1s linear 0s;
}

/* -- second level */
.header .navigation ul.nav-main > li.right ul {
  float:right;
  padding-right:134px;
}

.header .navigation ul.nav-main > li .nav-sub-wrap::after {
    content:'';
    z-index:-1; /* hide shadow behind image */
    box-shadow:0 15px 10px rgba(0,0,0,0.3);
    width:100%;
    left:0; /* one half of the remaining 30% */
  height:58px;
    bottom:0;
}

.header .navigation #bmenu {
  display:none;
  margin:33px 0;
  padding:10px;
  cursor:pointer;
  background-color:#fff;
}

.header .navigation #nav-wrap {
  float: left;
}

.header .navigation ul.nav-main > li:hover > a,
.header .navigation ul.nav-main > li > a.active,
.header .navigation ul.nav-mobile > li:hover > a,
.header .navigation ul.nav-mobile > li > a.active {
  color:#a98d05;
  border-bottom: 2px solid #353b42;
}

.header .navigation ul.nav-main.ro > li:hover > a,
.header .navigation ul.nav-main.ro > li > a.active {
  border-bottom: none;
}

.header .navigation ul.nav-main > li ul > li,
.header .navigation ul.nav-mobile > li ul > li {
  display: inline-block;
  list-style:none;
}

.header .navigation ul.nav-main > li ul > li > a,
.header .navigation ul.nav-mobile > li ul > li > a {
  display: block;
  margin:0;
  padding: 12px 30px 8px 0;
  font-weight:normal;
  text-decoration: none;
}

.header .navigation ul.nav-main > li ul > li > a::before {
  position:relative;
  right:15px;
  content: "|";
  color:#353b42;
}

.header .navigation ul.nav-main > li ul > li.first > a {
  border-left: none;
}

.header .navigation ul.nav-main > li ul > li.first > a::before {
  content: "";
}

.header .navigation ul.nav-main > li ul > li:hover > a {
  color:#a98d05;
}

/* -- language menu -- */
.header .navigation ul.nav-lang > li {
  position:relative;
  padding: 0;
  /*border-left: 1px solid #f00;*/
}

.header .navigation ul.nav-lang > li::before {
  content: "|";
  color: #a3a3a3;
  font-size:24px;
  font-weight:100;
  position:absolute;
  top:29px;
  left:-5px;
}

.header .navigation ul.nav-lang > li.first::before {
  content: "";
}

.header .navigation ul.nav-lang > li > a {
  padding: 30px 5px 10px 5px;
  font-weight: thin;
  color: #a3a3a3;
}
.header .navigation ul.nav-lang > li:first-child > a {
  padding-left: 30px;
}

.header .navigation ul.nav-lang > li > a.selected {
  color: #353b42;
}

.header .navigation ul.nav-mobile {
  display: none;
}

/* -- responsive menu -- */
@media (max-width: 1440px) {
  
  .header .logo {
    padding-top: 33px;
  }
  
  .header .logo img {
    height:17px;
  }
  
  .header .navigation a {
    font-size:12px;
  }
  
  .header .navigation ul.nav-main > li,
  .header .navigation ul.nav-lang > li,
  .header .navigation ul.nav-mobile > li  {
    padding: 30px 20px 25px;
  }
  
  .header .navigation ul.nav-main > li > a,
  .header .navigation ul.nav-lang > li > a,
  .header .navigation ul.nav-mobile > li > a  {
    padding-bottom: 15px;
  }
    
  .header .navigation ul.nav-main > li.right ul {
    padding-right:119px;
  }
    
  .header .navigation ul.nav-lang > li {
    padding: 30px 10px 15px;
  }
  
  .header .navigation ul.nav-lang > li > a {
    padding: 0;
  }
  
  .header .navigation ul.nav-lang > li:first-child > a {
    padding-left: 0px;
  }
}

@media (max-width: 1100px) {
  
  .header .logo {
    padding-top: 33px;
  }
  
  .header .logo img {
    height:17px;
  }
  
  .header .navigation a {
    font-size:10px;
  }
  
  .header .navigation ul.nav-main > li,
  .header .navigation ul.nav-lang > li,
  .header .navigation ul.nav-mobile > li  {
    padding: 30px 20px 25px;
  }
  
  .header .navigation ul.nav-main > li > a,
  .header .navigation ul.nav-lang > li > a,
  .header .navigation ul.nav-mobile > li > a  {
    padding-bottom: 15px;
  }
    
  .header .navigation ul.nav-main > li.right ul {
    padding-right:119px;
  }
    
  .header .navigation ul.nav-lang > li {
    padding: 30px 10px 15px;
  }
  
  .header .navigation ul.nav-lang > li > a {
    padding: 0;
  }
  
  .header .navigation ul.nav-lang > li:first-child > a {
    padding-left: 0px;
  }
}

@media (max-width: 1000px) {
  
  .header {
    position:relative;
  }
  
  .header .container {
    padding: 5px 50px;
  }
  
  .header .container::after {
    display: table;
    content: " ";
    clear: both;
  }
  
  .header .logo {
    padding-top:40px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
  }
  
  .header .navigation #nav-wrap {
    background-color: rgba(255,255,255,1);
    box-shadow:0 15px 10px rgba(0,0,0,0.3);
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 119px;
    width: 100%;
    display: none;
  }

  .header .navigation #bmenu {
    display: block;
  }
  
  .header .navigation ul.nav-main {
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    text-align:center;
  }
  
  .header .navigation ul.nav-main > li,
  .header .navigation ul.nav-mobile > li  {
    float:none;
    white-space: nowrap;
    padding:0;
  }

  .header .navigation ul.nav-main > li.middle {
    display: none;
  }
  
  .header .navigation ul.nav-main > li.right {
    display: none;
  }
  
  .header .navigation ul.nav-mobile > li.left {
    display:none;
  }
  
  .header .navigation ul.nav-mobile {
    display: block;
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
  }
  
  .header .navigation ul.nav-main > li > a,
  .header .navigation ul.nav-main > li:hover > a,
  .header .navigation ul.nav-main > li > a.active,
  .header .navigation ul.nav-mobile > li > a,
  .header .navigation ul.nav-mobile > li:hover > a,
  .header .navigation ul.nav-mobile > li > a.active  {
    padding: 15px 0;
    border-top: 2px solid #353b42;
    border-right: 1px solid #353b42;
    border-bottom: none;
  }
  
  .header .navigation ul.nav-main > li > ul,
  .header .navigation ul.nav-main > li:hover > ul,
  .header .navigation ul.nav-mobile > li > ul,
  .header .navigation ul.nav-mobile > li:hover > ul  {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(202, 201, 197, 0.75);
  }
  
  .header .navigation ul.nav-main > li .nav-sub-wrap,
  .header .navigation ul.nav-mobile > li .nav-sub-wrap {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(202, 201, 197, 0.75);
  }
  
  .header .navigation ul.nav-main > li.right ul {
    float: none;
    padding-right: 0;
  }

  .header .navigation ul.nav-main > li ul > li > a::before {
    content: "";
  }
  
  .header .navigation ul.nav-main > li ul::after {
    box-shadow: none;
  }  
  
  .header .navigation ul.nav-main > li ul > li,
  .header .navigation ul.nav-mobile > li ul > li {
    display: block;
    float: none;
  }
  
  .header .navigation ul.nav-main > li ul > li > a,
  .header .navigation ul.nav-mobile > li ul > li > a {
    display: block;
    margin: 0;
    padding: 15px 15px;
    color: #353b42;
    border-top:1px solid #686e75;
    border-right:1px solid #686e75;
  }
}

@media (max-width: 1000px) {
  .header .navigation ul.nav-lang {
    margin-top: .45rem;
    padding-right: .5rem;
  }
}


@media (max-width: 545px) {
  
  .header .logo {
    position: static;
    margin-left: 0;
  }
  
  .header .container {
    padding: 5px 15px;
  }
  
  .header .navigation > ul {
    column-count: 1;
    -moz-column-count: 1;
  }
    
  .header .navigation #bmenu {
    margin:33px 0;
    padding:10px;
    cursor:pointer;
    background-color:#fff;
  }
  
  .header .navigation ul.nav-main {
    width: 100%;
  }
  
  .header .navigation ul.nav-mobile {
    width: 100%;
  }
}

@media (max-width: 350px) {
  
  .header .navigation #bmenu {
    margin:33px 0;
    padding:10px;
    cursor:pointer;
    background-color:#fff;
  }
}

/* box modell */
div.box-100     { width: 100%; }
div.box-75      { width: 75%; }
div.box-66       { width: 66.6666666666666%; }
div.box-50      { width: 50%; }
div.box-33       { width: 33.3333333333333%; }
div.box-25       { width: 25%; }
div.box-clear    { width: 100%; clear: both; }
div.clear      { clear: both; }

div.box-content {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 4%;
}

div.box-fixed {
  height: 267px;
  height: 300px;
  overflow: hidden;
}

div.box-content.box-video {
  padding: 0;
}

div.box-samebox div.box-content {
  padding-top: 0;
}

div.box-wrap {
}

div.box-intro div.box-wrap {
}

div.box-intro a {
  text-decoration: none;
}


div.box-wrap p {
  letter-spacing:1px;
  padding-bottom:25px;
}
div.box-wrap p:last-child {
  padding-bottom:0;
}

div.box-wrap p.intro {
  padding-bottom:0;
}

div.box-content p {
  letter-spacing:1px;
  line-height:32px;
}

div.box-absolute {
  position:absolute;
  left:0;
  top:0;
  width:100%;
}

div.box-padding-130 {
  padding-top:130px;
  padding-top:180px;
}

@media (max-width: 800px) {
  
  div.box-content {
    __padding: 8%;
  }
  
  div.box-intro {
    __padding: 8%;
  }
}

@media (max-width: 545px) {
  div.box-fixed {
    height: 230px;
  }
  
  div.box-content p {
    line-height: 28px;
  }
}

div.box-content.box-nopadding {
  padding: 0;
}

div.box-content.box-smallpadding {
  padding: 1%;
}


/* box images */

div.box-content img {
  width: 100%;
  max-width: 100%;
}

div.box-content h2 img,
div.box-content p img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-width: 100%;
  padding-top: 30px;
}

div.box-content.box-image-block {
  padding:0;
}


/* box background-image */
div.box-background {
  position: relative;
  padding: 0;
}

div.box-background div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}

div.box-typo3-image {
  display: none;
}

div.box-background-image {
  background-size: cover;
  background-position: 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fbfbfb;
  position: relative;
  height: 100%;
  width: 100%
}

div.color div.box-background-image {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fbfbfb;
  position: relative;
  height: 100%;
  width: 100%
}
div.box-intro div.box-background-image.text-table {
  display: table;
}
div.box-intro div.box-background-image div.text-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

div.box-parallax div.box-background-image {
  background-size: inherit;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fbfbfb;
  position: relative;
  height: 100%;
  width: 100%
}

div.box-background-contain {
  padding: 4%;
}

div.box-background-contain div.box-background-image {
  background-size: contain;
  background-position: top left;
}

div.box-background-contain-centered {
  padding: 4%;
}

div.box-background-contain-centered div.box-background-image {
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  width: 40%;
}



div.box-videoplaybutton {
  position: absolute;
  display: inline-block;
  background: url(../images/play-btn.png) rgba(0,0,0,0.0) center center no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  
  div.box-50 { width:100%; }
  div.box-25 { width:50%; }
  div.box-75 { width:50%; }
  div.box-50:not(.box-fixed):not(.box-parallax) div.box-background-image { display: none; }
  div.box-50:not(.box-fixed):not(.box-parallax) div.box-typo3-image { display: block; }

  div.box-parallax div.box-background-image {
    height: 300px;
  }

}

@media (max-width: 800px) {
  
  div.box-33 { width: 100%; }
  div.box-25 { width: 100%; }
  div.box-66 { width: 100%; }
  div.box-75 { width: 100%; }
  div.box-25:not(.box-fixed) div.box-background-image { display: none; }
  div.box-25:not(.box-fixed) div.box-typo3-image { display: block; }

  div.box-33:not(.box-fixed) div.box-background-image { display: none; }
  div.box-33:not(.box-fixed) div.box-typo3-image { display: block; }
  
  div.box-image-text .csc-textpic-imagewrap {
    width:100%;
  }
  
  div.box-image-text .csc-textpic-text {
    width:100%;
  }
  
}

/* box colors */
div.color-Transparent  { background-color: transparent; }
div.color-Aubergine    { background-color: #2d1a23; }
div.color-Anthrazit   { background-color: #323332; }
div.color-Brasil     { background-color: #5d6a6d; }
div.color-DarkBeige   { background-color: #97917d; }
div.color-Greeny     { background-color: #3f4740; }
div.color-LightGreen  { background-color: rgb(132,144,44); }
div.color-Green-1    { background-color: rgb(132,144,44); }
div.color-Green-2    { background-color: rgb(54,89,85); }
div.color-Green-3    { background-color: rgb(42,73,13); }
div.color-Reddish     { background-color: #764202; }
div.color-Steel     { background-color: #444b53; }
div.color-DarkSteel    { background-color: rgb(54,59,64); }
div.color-DarkLoden    { background-color: rgb(41,49,44); }
div.color-Erde        { background-color: rgb(104,98,87); }
div.color-Senf        { background-color: rgb(183,156,32); }
div.color-SiennaHell     { background-color: rgb(202,95,33); }
div.color-Blu         { background-color: rgb(35,64,69); }
div.color-White      { background-color: rgb(255,255,255); }
div.color-White-1    { background-color: rgb(252,252,252); }
div.color-White-2    { background-color: rgb(249,249,249); }
div.color-White-3    { background-color: rgb(237,237,236); }
div.color-White-Header  { background-color: #fbfbfb; }
div.color-White-Footer  { background-color: #f4f4f4; }

div.box-parallax { background-color: transparent; }

/* box headline colors */
div.color-Aubergine  h1,  div.color-Aubergine h2, div.color-Aubergine h3,
div.color-Aubergine h4, div.color-Aubergine h5, div.color-Aubergine h6 { color: #ffffff; }

div.color-Anthrazit  h1,  div.color-Anthrazit h2, div.color-Anthrazit h3,
div.color-Anthrazit h4, div.color-Anthrazit h5, div.color-Anthrazit h6 { color: #989998; }

div.color-Brasil h1, div.color-Brasil h2, div.color-Brasil h3,
div.color-Brasil h4, div.color-Brasil h5, div.color-Brasil h6  { color: #aeb4b6; }

div.color-DarkBeige  h1,  div.color-DarkBeige h2, div.color-DarkBeige h3,
div.color-DarkBeige h4, div.color-DarkBeige h5, div.color-DarkBeige h6   { color: #cbc8be; }

div.color-Greeny h1, div.color-Greeny h2, div.color-Greeny h3,
div.color-Greeny h4, div.color-Greeny h5, div.color-Greeny h6  { color: #999d99; }

div.color-LightGreen h1, div.color-LightGreen h2, div.color-LightGreen h3,
div.color-LightGreen h4, div.color-LightGreen h5, div.color-LightGreen h6  { color: #bdc48e; }

div.color-Reddish h1, div.color-Reddish h2, div.color-Reddish h3,
div.color-Reddish h4, div.color-Reddish h5, div.color-Reddish h6   { color: #baa080; }

div.color-Steel  h1,  div.color-Steel h2, div.color-Steel h3,
div.color-Steel h4, div.color-Steel h5, div.color-Steel h6   { color: #a1a5a9; }

div.color-White  h1,  div.color-White h2, div.color-White h3,
div.color-White h4, div.color-White h5, div.color-White h6  { color: #353b42; }

div.color-White-1 h1, div.color-White-1 h2, div.color-White-1 h3,
div.color-White-1 h4, div.color-White-1 h5, div.color-White-1 h6 { background-color: #fcfcfc; color: #353b42; }

div.color-White-2 h1, div.color-White-2 h2, div.color-White-2 h3,
div.color-White-2 h4, div.color-White-2 h5, div.color-White-2 h6  { background-color: #f7f7f7; color: #353b42; }

div.color-White-3 h1, div.color-White-3 h2, div.color-White-3 h3,
div.color-White-3 h4, div.color-White-3 h5, div.color-White-3 h6  { /*background-color: #e9e9e9;*/ color: #353b42; }

div.color-White-Header h1, div.color-White-Header h2, div.color-White-Header h3,
div.color-White-Header h4, div.color-White-Header h5, div.color-White-Header h6  { background-color: #fbfbfb; }

div.color-White-Footer h1, div.color-White-Footer h2, div.color-White-Footer h3,
div.color-White-Footer h4, div.color-White-Footer h5, div.color-White-Footer h6   { background-color: #f4f4f4; }

/* box paragraph colors */
/*
div.color-Aubergine p,
div.color-Anthrazit p,  
div.color-Brasil p,  
div.color-DarkSteel p,
div.color-DarkBeige p,
div.color-Greeny p,  
div.color-LightGreen p,  
div.color-Reddish p,     
div.color-Steel p,
div.color-Erde p {
*/
div.color span,
div.color div,
div.color p {
  color: #ffffff;
}

/* box link colors */
div.color a      { color: #ffffff; }  
div.color a:hover   { color: #ffffff; }

div.box-clickarea { cursor: pointer; }

/* content */
.content {
  padding-top:214px;
  letter-spacing: 1px;
  -webkit-transition: padding 0.1s linear 0s;
  transition: padding 0.1s linear 0s;
  
}

@media (max-width: 1000px) {
  .content {
    padding-top:0px;
  }
}

.content ul li,
.content ol li {
  margin-left:18px;
  list-style-type:square;
  list-style-position:outside;
  padding-left:10px;
}

.content ol li {
  list-style-type: upper-latin;
}

#introStage h2 {
  color:#ddd;
}

/* -- images -- */

div.csc-textpic-border div.csc-textpic-imagewrap img {
    border: none !important;
}

.box-image-block div.csc-textpic div.csc-textpic-imagewrap,
.box-image-block div.csc-textpic div.csc-textpic-imagecolumn {
  float:none;
}

.box-image-block div.csc-textpic div.csc-textpic-imagecolumn {
  position:relative;
}

.box-image-block div.csc-textpic div.csc-textpic-imagecolumn::after {
  content:" ";
  clear:both;
  display:table;
}

.box-image-block .csc-textpic-imagerow {
  position:relative;
  width:100%;
}

.box-image-block .csc-textpic-image {
  position:relative;
  float:left;
  width:20%;
  height:auto;
}

@media (max-width: 1440px) {
  .box-image-block .csc-textpic-image {
    width:25%;
  }
}

@media (max-width: 1024px) {
  .box-image-block .csc-textpic-image {
    width:33%;
  }
}

@media (max-width: 770px) {
  .box-image-block .csc-textpic-image {
    width:50%;
  }
}

@media (max-width: 545px) {
  .box-image-block .csc-textpic-image {
    width:100%;
  }
}

/* image block */
div.box-image-block div.csc-textpic-image {
  margin-bottom: 0 !important;
}

.box-image-block .csc-textpic-image::after {
}

.box-image-block figure {
  z-index:100;
  overflow:hidden;
  height:100%;
  width:100%;
}

.box-image-block figure img {
  z-index:100;
  height: 100%;
  height: auto;
  width:100%;
}

.box-image-block .caption {
  position:absolute;
  padding:4%;
  bottom:0;
  z-index:300;
  width:100%;
  font-size:12px;
  font-family:Montserrat,Helvetica,Arial,sans-serif;
  letter-spacing:0.15em;
    line-height:1.55em;
  text-transform:uppercase;
  color:#fff;
    text-shadow:1px 1px 5px rgba(0, 0, 0, 1);
}

/* video boxes */
.box-image .video-link img {
  width:auto;
  height:auto;
}

/* footer */
.footer {
  padding: 50px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
  text-align: center;

  font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  

}

.footer ul {
  list-style-type: none;
}

.footer ul > li {
  display: inline-block;
  padding-right: 4px;
  margin-right: 4px;
}

.footer ul > li:last-child {
  margin-left: 25px;
}

.footer ul > li:not(:first-child):not(:last-child)::before {
    color: rgba(38, 38, 38, 0.5);
    content: "|";
  padding-right: 4px;
  margin-right: 4px;
}

.footer ul > li > a {
  padding: 3px;
  color: #262626;
  text-decoration: none;
}

.footer ul > li > a:hover {
  color: #ffffff;
  background-color: #1a2c2f;
}

.footer ul > li > a.linkedin-link,
.footer ul > li > a.twitter-link,
.footer ul > li > a.xing-link {
  overflow: hidden;
  padding: 7px;
  width: 50px;
  height: 15px;
  color: transparent;
}
.footer ul > li > a.linkedin-link     { background: url(../images/ico-linkedin1.png) center center transparent no-repeat; }
.footer ul > li > a.linkedin-link:hover { background: url(../images/ico-linkedin2.png) center center transparent no-repeat; }

.footer ul > li > a.twitter-link     { background: url(../images/ico-twitter1.png) center center transparent no-repeat; }
.footer ul > li > a.twitter-link:hover  { background: url(../images/ico-twitter2.png) center center transparent no-repeat; }

.footer ul > li > a.xing-link       { background: url(../images/ico-xing1.png) center center transparent no-repeat; }
.footer ul > li > a.xing-link:hover    { background: url(../images/ico-xing2.png) center center transparent no-repeat; }

@media (max-width: 600px) {
  .footer ul > li {
    display: block;
    padding-bottom: 10px;
  }

  .footer ul > li:not(:first-child):not(:last-child)::before {
  content: "";
  }
  
}

  
/* videoplayer */
div.video-link a {
}

#vidplayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(132,144,44,0.9);
  z-index: 8000000;
}

#vidplayer > .container {
  position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1440px;
}

#vidplayer .close {
  position: absolute;
  top: 0;
  right: 5px;
  width: auto;
  padding: 20px 20px 20px 20px;
  background-color: #323332;
  color: #919490;
  text-align: center;
  box-shadow: 0px 0px 2px 2px rgba(80,80,80,0.7);
  z-index: 8000002;
  font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  cursor: pointer;
}

#vidplayer > .container > .player {
  padding-top: 100px;
  padding-top: 75px;
  width: 100%;
  height: auto;
}

#vidplayer > .container > .player .embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

#vidplayer > .container > .player .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  #vidplayer > .container > .player {  padding-top: 0px; }
  #vidplayer .close {
    right: 0;
    padding: 5px 10px;
  }
}

@media (max-width: 640px) {
  #vidplayer > .container > .player .embed-container { padding-bottom: 56.25%; /* ratio 16x9 */ }
  #vidplayer > .container > .player {  padding-top: 0px; }
  #vidplayer .close {
    right: 0;
    padding: 5px 10px;
  }
}


/* news */

div.box-news {
  __padding: 4%;
  padding: 0;
}

div.box-news div.box-wrap div.news-pager:first-child {
  padding: 4%;
  padding-bottom: 0;
}

div.box-news div.box-wrap div.news-pager:last-child {
  padding: 4%;
  padding-top: 0;
}

.news-list-browse {
  margin: 0;
}

div.box-news div.news-latest {
  padding: 4%;
}

div.box-news div.news-single div.news-message {
  padding: 4%;
}

div.box-intro-news {
  padding: 4%;
}

div.news-message {
  _padding: 0 4% 4% 4%;
}

.news-single-backlink {
  margin-left: 0;
  padding-left: 0;
}

.news-single-backlink a {
    color: #999999;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.55em;
    margin-bottom: 8px;
    padding: 0 0 0 15px;;
    background: url(../images/arrow_left.png) left center transparent no-repeat;
    text-decoration: none;
    text-transform: uppercase;
}


.news-item {
  margin-bottom: 40px;
}
.news-item h5,
.news-item h5 a {
  text-transform: uppercase;
  color: #65535a !important;
  text-decoration: none;
}

.news-item h2,
.news-item h2 a,
.news-item h2 a:hover {  
  font-size:24px;
  font-family: "Alegreya SC",serif;
  color: #a98d05;
  text-decoration: none;
}

.news-item span.subline a,
.news-item span.subline a:hover {
  color: #65535a;
  text-decoration: none;
}

.news-single p.intro {
  font-size:24px;
}

.news-single h2.intro {
  color: #a98d05 !important;
}

.news-single-img {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
}


.news-single-additional-info {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  float: none;
}

.news-single-additional-info img {
  display: none;
}

.news-list-browse {
  text-align: left;
}

.news-list-browse .showResultsWrap {
  display: none;
}
.news-list-browse .browseLinksWrap span,
.news-list-browse .browseLinksWrap a,
.news-list-browse .browseLinksWrap a:hover {
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-size:12px;
    letter-spacing:0.15em;
    line-height:1.55em;
  margin-bottom:8px;
  color:  #999999;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 6px;
}

.news-list-browse .browseLinksWrap span.disabledLinkWrap {
  color:  #AAAAAA;
}

/* news videothek */

.news-videoframe {
  
  display: table;
  width: 100%;
}


/* -- videothek video player */
.news-vidplayer-container {
  position: relative;
  width: 66.666666%;
  background-color: #333333;
  
  display: table-cell;
}

.news-vidplayer-container.box-content {
  padding: 0;
}

.news-vidplayer-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: auto;
  /* background-color: blue; */
}

.news-vidplayer-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-viddetails {
  box-sizing: border-box;
  padding: 25px;
  padding: 57px;
  width: 33.333333%;
  background-color: #333333;
  display: table-cell;
  vertical-align: top;
}

.news-viddetails h5,
.news-viddetails h6,
.news-viddetails span,
.news-viddetails p {
  color: #fff;
}

.news-viddetails h1 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
}

.news-viddetails h5 {
  margin: 0px;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.55em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.news-viddetails h5.rootline a {
  color: #ffffff;
}

.news-viddetails h6 {
  margin-bottom: 20px;
}

.news-viddetails .spacer {
  border: none;
  border-bottom: 2px solid #ffffff;
  margin: 45px 0 57px 0;
  height: 2px;
  width: 60px;
}

.news-viddetails .news-vidsub {
  display: block;
  margin-bottom: 20px;
}

.news-viddetails .news-vid-text {
  max-height: 135px;
  max-height: 240px;
}

.news-viddetails .scrollbar-outer > .scroll-element,
.news-viddetails .scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #333333 !important;
  background: url('../images/scroller-line.png') repeat-y #333333 center top;
}

@media (max-width: 1440px) {
  .news-viddetails { padding: 50px; }
  .news-viddetails .spacer { margin: 50px 0;}
  .news-viddetails .news-vid-text { max-height: 240px; }
}

@media (max-width: 1395px) {
  .news-viddetails { padding: 45px; }
  .news-viddetails .spacer { margin: 45px 0;}
  .news-viddetails .news-vid-text { max-height: 235px; }
}

@media (max-width: 1325px) {
  .news-viddetails { padding: 40px; }
  .news-viddetails .spacer { margin: 40px 0;}
  .news-viddetails .news-vid-text { max-height: 230px; }
}

@media (max-width: 1255px) {
  .news-viddetails { padding: 35px; }
  .news-viddetails .spacer { margin: 35px 0;}
  .news-viddetails .news-vid-text { max-height: 225px; }
}

@media (max-width: 1190px) {
  .news-viddetails { padding: 30px; }
  .news-viddetails .spacer { margin: 30px 0;}
  .news-viddetails .news-vid-text { max-height: 220px; }
}

@media (max-width: 1125px) {
  .news-viddetails { padding: 25px; }
  .news-viddetails .spacer { margin: 25px 0;}
  .news-viddetails .news-vid-text { max-height: 215px; }
}

@media (max-width: 1050px) {

  .news-vidplayer-container{ width: 100%; display: block;}
  .news-viddetails { width: 100%; display: block; }

  .news-viddetails.box-content { 4%; }
  .news-viddetails .spacer { margin: 4% 0;}
  .news-viddetails .news-vid-text { max-height: 230px; }
}

/*
@media (max-width: 1440px) {
  .news-viddetails { padding: 50px; }
  .news-viddetails .spacer { margin: 50px 0;}
  .news-viddetails .news-vid-text { max-height: 135px; }
}

@media (max-width: 1395px) {
  .news-viddetails { padding: 45px; }
  .news-viddetails .spacer { margin: 45px 0;}
  .news-viddetails .news-vid-text { max-height: 130px; }
}

@media (max-width: 1325px) {
  .news-viddetails { padding: 40px; }
  .news-viddetails .spacer { margin: 40px 0;}
  .news-viddetails .news-vid-text { max-height: 125px; }
}

@media (max-width: 1255px) {
  .news-viddetails { padding: 35px; }
  .news-viddetails .spacer { margin: 35px 0;}
  .news-viddetails .news-vid-text { max-height: 120px; }
}

@media (max-width: 1190px) {
  .news-viddetails { padding: 30px; }
  .news-viddetails .spacer { margin: 30px 0;}
  .news-viddetails .news-vid-text { max-height: 115px; }
}

@media (max-width: 1125px) {
  .news-viddetails { padding: 25px; }
  .news-viddetails .spacer { margin: 25px 0;}
  .news-viddetails .news-vid-text { max-height: 110px; }
}

@media (max-width: 1050px) {

  .news-vidplayer-container{ width: 100%; display: block;}
  .news-viddetails { width: 100%; display: block; }

  .news-viddetails.box-content { 4%; }
  .news-viddetails .spacer { margin: 4% 0;}
  .news-viddetails .news-vid-text { max-height: 125px; }
}
*/

.news-vidlist-item div.box-videoplaybutton {
  background-image: url("../images/play-btn_small.png");
}

/* -- videothek video list */
.news-vidlist-item {
  box-sizing: border-box;
  float: left;
}

.news-vidlist-item h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.news-vidlist-item h6 {
  margin-bottom: 10px;
}

.news-vidlist-item.box-25 {
  display: table;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0;
  height: 100%;
  padding: 10px;
}

.news-vidlist-item .box-wrap {
  display: table-cell;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: rgb(237, 237, 236);
}


.news-vidlist-item.box-25 div.box-vid-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;  
  background-color: transparent;
  height: 200px;
}

.news-vidlist-item.box-25 div.box-background-image {
  background-color: transparent;
  height: 200px;
}

.news-vidlist-item.box-25 div.box-vid-image img,
.news-vidlist-item.box-25 div.box-background-image img{
  display: none;
}

.news-vidlist-item.box-25 div.box-typo3-image img{
  height: 200px;
  width: auto;
}


.news-vidlist-item .video-desc {
  padding: 20px;
}

.news-vidlist-item .video-desc .news-viddesc {
  display: none;
}

@media (max-width: 1280px) {
  .news-vidlist-item.box-25 { width:33.33333333%; }
}

@media (max-width: 800px) {
  .news-vidlist-item.box-25 { width:50%; }
}

@media (max-width: 500px) {
  .news-vidlist-item.box-25 { width:100%; margin: 0;}
}

/*
.news-videothek .news-pager {
  display: none;
}

.news-videothek .news-item {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.news-videothek .box-50 {
  float: left;
  background-color: rgba(255,0,0,0.5);
  background-color: #2d1a23;
}
.news-videothek .box-fixed,
.news-videothek .box-fixed div.box-background-image,
.news-videothek .box-fixed div.box-videoplaybutton {
  height: 220px;
}
.news-videothek .box-fixed div.box-videoplaybutton {
  height: 240px;
}

.news-videothek .video-desc {
  padding: 50px;
}
.news-videothek .video-desc * {
  color: #ffffff !important;
}

.news-videothek .box-background-image img {
  display: none;
}


@media (max-width: 1100px) {
  .news-videothek .box-fixed {
  }
}
*/

/* category menu */

.news-catmenu,
.news-catmenu * {
  margin: 0;
  padding:0;
  width:auto;
  height:auto;
  position:relative;
}
.news-catmenu * {
  float: left;
}

.news-catmenu {
  margin: 2% 1.3%;
  margin-left: 0;
  height: 30px;
}


.news-catmenu  > a {
  display: none;
}

.news-catmenu ul,
.news-catmenu li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.news-catmenu ul.tree > li > a {
  display: block;
  padding-bottom: 10px;
}

.news-catmenu ul.tree > li > ul a {
  text-decoration: underline;
}

.news-catmenu > a.active,
.news-catmenu ul.tree > li > ul li.active > a {
  color: #a98d05;
}

.news-catmenu li,
.news-catmenu li a {
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.55em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.box-content .news-catmenu img {
  max-height: 16px;
  max-width: 16px;
  display: none;
}

ul.tree li.active, ul.tree ul li.active,
ul.tree li.active ul, ul.tree ul li.active ul {
  background-color: transparent !important;
}

.news-catmenu .news-catmenu-header {
  margin-right: 12px;
  margin-right: 0px;
  float:left;
}

.news-catmenu .level1,
.news-catmenu .level2 {
  width: auto;
  float: left;
  background-color: transparent;
  border: none;
}

.news-catmenu .level1 {
  margin-left: 10px;
}

.news-catmenu div.level1:before {
  content: '|';
  font-weight: bold;
  color: #aaaaaa;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  float: left;
  padding-right: 20px;
}

.news-catmenu div.level1.first:before {
  content: '';
  padding-right: 0px;
}



.news-catmenu a {
  margin-right: 12px;
  color: #aaa;
  text-transform: uppercase;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.news-catmenu div.level1.first a.active,
.news-catmenu > a.active,
.news-catmenu-ACT a,
.news-catmenu a:hover {
  color: #999;
  color: #a98d05;
  text-decoration: none;
  font-weight: normal;
}

/* job lounge */
.jobs-item {
  display:table;
  width: 100%;
  margin-bottom: 1px;
  border-bottom: 1px solid #ffffff;
}

.jobs-item .item {
  display:table-cell;
  /*float: left; */
  text-align:center;
  vertical-align: middle;
  padding: 8px 15px;
}

.jobs-item .item span.cell {
  /*display: table-cell;*/
  vertical-align: middle;
  font-size:16px;
  width: 100%;
  height: 100%;
  display: block;
}


.jobs-item .item-plattform   { width: 20%; background-color: #f4f4f4; min-width:145px; }
.jobs-item .item-title     { width: 40%; background-color: #e9e9e7;}
.jobs-item .item-city     { width: 20%; background-color: #f4f4f4;}
.jobs-item .item-buttons   { width: 20%; background-color: #e9e9e7; padding: 8px; }

.item-header .item { background-color: transparent;}


.jobs-item .Group { background: url(../images/jobs_droege-group.png) no-repeat center left #f4f4f4; background-position:center center; }
.jobs-item .Ventures { background: url(../images/jobs_droege-ventures.png) no-repeat center left #f4f4f4; background-position:center center; }

.jobs-item img { display: none; }
.jobs-item span.link * { display: none; }

.item-buttons a.button:hover,
.jobs-item span.link:hover {
  background-color: #3f4740;
}

.jobs-item span.link {
  display: block;
  float: left;
  background: url(../images/file-format.png) center center #5d6a6d no-repeat;
  background-size: 70% auto;
  background-size: contain;
  margin-top: 0px;
  margin-left: 0;
  padding: 0;
  height: 40px;
  width: 20%;
  cursor: pointer;
}

.item-buttons a.button {
  display: block;
  float: left;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  margin-top: 0px;
  margin-left: 5%;
  padding: 5px 0;
  height: 30px;
  width: 75%;
  background-color: #5d6a6d;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .item-buttons a.button,
  .jobs-item .item span.cell {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .item-buttons a.button,
  .jobs-item .item span.cell{
    font-size: 13px;
  }
}

@media (max-width: 805px) {

  .item-header {
    display: none;
  }

  .item-buttons a.button,
  .jobs-item .item span.cell {
    font-size: 17px;
  }
  .jobs-item .item {
    display: inline-block;
    padding: 8px 0;
  }
  .jobs-item .item-plattform   { width: 100%; background-color: #f4f4f4; }
  .jobs-item .item-title     { width: 100%; background-color: #e9e9e7;}
  .jobs-item .item-city     { width: 100%; background-color: #f4f4f4;}
  .jobs-item .item-buttons   { width: 100%; background-color: #e9e9e7; border-bottom: 3px solid #666666; }
  
  .jobs-item span.link {
    width: 10%;
    margin-left: 2%;
  }
  
  .item-buttons a.button {
    margin-left: 2%;
    margin-right: 2%;
    width: 84%;
  }
  
}

/* job lounge v2 */

/* -- joblounge: jobs list */
.joblounge-list {
  width: 100%;
  display: table;
}

.joblounge-list-header,
.joblounge-list-job-item {
    display: table-row;
  width: 100%;
  margin-bottom: 1px;
  border-bottom: 1px solid #ffffff;
}

.joblounge-list-item {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 8px 15px 0 15px;
}

.joblounge-list-item img {
  width: auto;
  align: center;
  height: 30px;
}

.joblounge-list-header .joblounge-list-item                 { background-color: #f1f1f1; }
.joblounge-list-job-item:nth-child(odd) .joblounge-list-item     { background-color: #f9f9f9; }
.joblounge-list-job-item:nth-child(even) .joblounge-list-item   { background-color: #f1f1f1; }

.joblounge-list-item span.cell {
  vertical-align: middle;
  font-size:16px;
  width: 100%;
  height: 100%;
  display: block;
}

.joblounge-list-position    { width: 40%; min-width:145px; }
.joblounge-list-city        { width: 20%; }
.joblounge-list-company     { width: 20%; }
.joblounge-list-buttons     { width: 20%; padding: 8px; min-width: 230px; }

@media (max-width: 1000px) {
  
  .joblounge-list-job-item:nth-child(odd) .joblounge-list-item     { background-color: #f1f1f1; }
  .joblounge-list-job-item:nth-child(even) .joblounge-list-item   { background-color: #f9f9f9; }
  
  .joblounge-list {
    display: table;
  }
  
  .joblounge-list-header {
    display: none;
  }
  
  .joblounge-list-job-item {
    display: table-row;
  }

  .joblounge-list-item {
    display: block;
    padding: 8px 15px;
  }
    
  .joblounge-list-position    { width: 100%; }
  .joblounge-list-city        { width: 100%; }
  .joblounge-list-company     { width: 100%; }
  .joblounge-list-buttons     { width: 100%; padding: 8px 15px; }  
  
  .joblounge-list-buttons::after {
    clear: both;
    content: " ";
    display: block;
  }
}

.joblounge-list-item img {
    display: none;
    height: auto;
    max-width: 120px !important;
    text-align: center;
}
.joblounge-list-item span.link * { display: none; }


.joblounge-list-item a {
  text-decoration: none;
}

.joblounge-list-buttons a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-decoration: none;
}

.joblounge-list-buttons a span.more {
  display: block;
  background: url(../images/joublounge-more.png) center center #5d6a6d no-repeat;
  height: 35px;
  width: 35px;
}

.joblounge-list-buttons a.button {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  margin-top: 0px;
  background-color: #234045;
  color: #ffffff;
  cursor: pointer;
  padding: 0 15px;
  margin-left: 15px;
}
.joblounge-list .related_news {
  display: none;
}
  

.joblounge-details-item {
  margin-bottom: 50px;
}

.joblounge-details-introduction {
  text-align: center;
}

.joblounge-details-subtitle {
  text-align: center;
  color: #a98d05;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
}

.joblounge-details-50 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.joblounge-details-subheader h2:first-child {
  margin-bottom: 25px;
}

.joblounge-details-subheader h2:last-child {
    letter-spacing: 1px;
    line-height: 32px;
  font-size: 18px;
  color: #65535a;
}

div.box-content  .joblounge-details-image  img {
  width: auto;
}

.joblounge
.joblounge-details-content {
  text-align: center;
}
.joblounge-details-content h2,
.joblounge-details-content ul,
.joblounge-details-content p {
  margin-bottom: 25px;
}

.joblounge-details-content h2 {
  margin-top: 25px;
}

.joblounge-details-content h2:first-child {
  margin-top: 0;
}
.box-content.joblounge-details-formularteaser {
  background-color: #97917e;
  color: #ffffff;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
}

.joblounge-details-formularteaser span.text {
  padding-right: 50px;
}

.joblounge-details-formularteaser a.button {
  background-color: #d5d3cb;
}

/* -- joblounge - job detail page */
.functions-joblounge {
  float: right;
}

@media (max-width:750px) {
  .functions-joblounge {
    float: none;
    display: block;
  }
}

.functions-joblounge a {
  margin-right: 10px;
  text-decoration: none;
}

.functions-joblounge a i {
  font-size: 30px;
  margin-right: 10px;
  color: #fff;
  line-height: 1.5;
}

/* job applicatopm */
.jobapplication-introduction {
  margin-bottom: 25px;
  text-align: center;
}

.box-jobapplication .form_wrapper {
  margin: 0 auto;
  width: 60%;
  __background-color: rgba(0,0,0,0.5);
}

@media (max-width: 1000px) {
  .box-jobapplication .form_wrapper {
    width: 80%;
  }
}

@media (max-width: 545px) {
  .box-jobapplication .form_wrapper {
    width: 100%;
  }
}

.box-jobapplication .form_wrapper h5 {
  margin: 25px 0 13px 0;
  text-align: center;
}

.box-jobapplication .input_row {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.box-jobapplication .input_row_large {
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding: 10px;
}

.box-jobapplication .input_row_full {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}


.box-jobapplication .input_row_small {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 10px;
}

@media (max-width: 1000px) {
  .box-jobapplication .input_row {
    float: none;
    display: block;
    width: 100%;
  }

  .box-jobapplication .input_row_large {
    float: none;
    display: block;
    width: 100%;
  }

  .box-jobapplication .input_row_full {
    float: none;
    display: block;
    width: 100%;
  }

  .box-jobapplication .input_row_small {
    float: none;
    display: block;
    width: 100%;
  }
}


.box-jobapplication  select {
  width: 100%;
  height: 35px;
  padding: 3px 5px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #767676;
  font-weight: normal;
}
.box-jobapplication  textarea {
  width: 100%;
  height: 35px;
  padding: 3px 5px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 12px;
  height: 150px;
}

.box-jobapplication .input_row_full input.text,
.box-jobapplication .input_row input.text {
  width: 100%;
  height: 35px;
  padding: 3px 5px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.box-jobapplication .input_row  input.icon,
.box-jobapplication .input_row_full input.icon {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}

.box-jobapplication input.icon-skype     { background-image: url('../images/input_icon_skype_gray.png'); }
.box-jobapplication input.icon-xing     { background-image: url('../images/input_icon_xing_gray.png'); }
.box-jobapplication input.icon-linkedin  { background-image: url('../images/input_icon_linkedin_gray.png'); }

.box-jobapplication span.input_title {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 3px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.box-jobapplication a.upload {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 3px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.box-jobapplication .input_row input.text.error {
  background-color: #f5dddb;
  transition: background-color 1s;
}

.box-jobapplication .input_row input.text.ok {
  background-color: #d8f5d0;
  transition: background-color 1s;
}

/*
.box-jobapplication .input_row input:focus {
  background-color: #f5f0aa;
}
*/

.box-jobapplication input#is_talent_pool {
  padding-top: 5px;
}
.box-jobapplication label {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 14px;
}

div.box-content.box-jobapplication div.text,
div.box-content.box-jobapplication div.text *,
div.box-content.box-jobapplication p.text {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
div.box-content.box-jobapplication div.text.talent-pool {
  marging-bottom: 0;
  padding-bottom: 0;
}
div.box-content.box-jobapplication div.text,
div.box-content.box-jobapplication div.text * {
  text-align: left;
}

div.box-content.box-jobapplication div.text ul {
  margin-bottom: 25px;
}

.box-jobapplication button#reset_form,
.box-jobapplication button#reset_attachments {
  margin-top: 25px;
  margin-right: 25px;
  padding: 5px 10px;
  float: left;
  color: white;
  font-family: Georgia,Times,serif;
  font-size: 16px;
  background-color: transparent;
  color: #234045;
  border: 1px solid #234045;
  cursor: pointer;
}

.box-jobapplication button#submit {
  margin-top: 25px;
  padding: 5px 10px;
  background-color: #234045;
  float: right;
  color: white;
  font-family: Georgia,Times,serif;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .box-jobapplication button#reset_form,
  .box-jobapplication button#reset_attachments {
    float: none;
    display: block;
  }

  .box-jobapplication button#submit {
    float: none;
    display: block;
  }
}

.box-jobapplication .input_no-opacity {
  opacity: 0;
  height: 0px;
}
/* -- error box */

.loadingscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
.screen-black {
  background-color: rgba(0,0,0,0.75);
}

.screen-green {
  background-color: rgba(69,114,77,1);
}


.form_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.form_loader  img {
  width: 50px;
  height: auto;
}

/* -- error box */
.form_error {
  display: none;
  opacity: 0;
  transition: all 1s ease-in;
  padding: 10px 30px;
  max-height: calc(100% - 100px);
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #234045;
  color: white;
  z-index: 9999;
}

.form_error.active {
  opacity: 1;
}

.form_error h5,
.form_error p,
.form_error ul {
  margin-bottom: 10px;
}

.form_error p,
.form_error li {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.form_error button {
  float: right;
  padding: 5px 10px;
  color: #234045;
  font-size: 14px;
  font-weight: bold;
  background-color: white;
  cursor: pointer;
}



/* yag image gallery */
.tx-yag-breadcrumbcomtainer {
  display: none;
}

.offPageItems {
  display: none;
}

.tx-yag-pager {
  display: none;
}

.content .tx-yag-items li.tx-yag-thumb-outerframe {
  list-style-type: none;
}

/* responsive iframe with auto height and width 100% */

div.iframe-application-container {
  position: relative;
  padding-bottom: 0; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

div.iframe-application-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* responsive iframe with auto height and width 100% */

div.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

div.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* back to top */
div.back-to-top {
  text-align: center;
  padding: 50px 50px 20px 50px;
  background-color: #fbfbfb;
  
}
div.back-to-top a.toTop {
  background: url(../images/arrow_top.png) top center no-repeat transparent;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #999999;
  padding-top: 20px;
}

/* tt_address */

div.box-group {
  margin-bottom: 50px;
}

div.box-group::after {  
  content: ' ';
  clear: both;
  display: table;
}

div.org {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
}

span.addr-organization {
    font-weight: 400;
    letter-spacing: 1px;
  line-height: 30px;
  font-size: 15px;
  margin:0;
  padding: 0;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}
span.fn, span.addr-namepart {
  font-size: 24px;

    font-family: "Alegreya SC",serif;
    font-size: 24px;
    letter-spacing: 0.025em;
    line-height: 32px;
    margin-bottom: 4px;
}

a.email {
  display: block;
}

@media (max-width: 545px) {
  div.org {
    font-size: 16px;
  }
  
  span.fn {
    font-size: 20px;
  }
}

@media (max-width: 545px) {
  div.org {
    font-size: 12px;
  }
  
  span.fn {
    font-size: 18px;
  }
}


/* gallery */

div.box-gallery {
  margin: 0;
  padding: 0;
  clear: both;
  height: 100%;
  float: none;
  background: url(../images/spin.svg) center center transparent no-repeat;
  min-height: 200px;
}

/* HOTFIX START */
#yagConext-c645,
#yagConext-c2375,
#yagConext-c2377,
#yagConext-c1809 {
  height: 1000px;
  max-height: 580px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  div.box-gallery {    max-height: 488px;  }
  #yagConext-c645,
  #yagConext-c2375,
  #yagConext-c2377,
  #yagConext-c1809 {  max-height: 488px;   }
}
@media (max-width: 980px) {
  div.box-gallery {    max-height: 398px;  }
  #yagConext-c645,
  #yagConext-c2375,
  #yagConext-c2377,
  #yagConext-c1809 {  max-height: 398px;  }
}
@media (max-width: 800px) {
  div.box-gallery {    max-height: 325px;  }
  #yagConext-c645,
  #yagConext-c2375,
  #yagConext-c2377,
  #yagConext-c1809 {  max-height: 325px;  }
}
@media (max-width: 640px) {
  div.box-gallery {    max-height: 260px;  }
  #yagConext-c2375,
  #yagConext-c2377,
  #yagConext-c1809 {  max-height: 260px;  }
}
@media (max-width: 540px) {
  div.box-gallery {    max-height: 219px;  }
  #yagConext-c645,
  #yagConext-c2375,
  #yagConext-c2377,
  #yagConext-c1809 {  max-height: 219px;  }
}
@media (max-width: 450px) {
  div.box-gallery {    max-height: 183px;  }
  #yagConext-c645,
  #yagConext-c2375,
  #yagConext-c2377,
  #yagConext-c1809 {  max-height: 183px;  }
}
@media (max-width: 360px) {
  div.box-gallery {    max-height: 146px;  }
  #yagConext-c645,
  #yagConext-c2375,
  #yagConext-c2377,
  #yagConext-c1809 {  max-height: 146px;  }
}
/* HOTFIX END */


.box-default .nxt-crossSlide {
  position: relative;
  float: none;
  clear: both;
}

.nxt-crossSlide img {
  width: 100%;
  __max-width: 100%;
  height: auto;
}

/* content table */
table.contenttable tr td {
  vertical-align: top;
}

table.contenttable tr td:first-child {
  padding-right: 10px;
}

/* animation, layout 1 */

.fe_layout-1 .color,
.fade-element {
  transform:scale(0.97);
  opacity:0;
}

.fe_layout-1 .box-intro {
  transform:scale(1);
  opacity:1;
}

.fe_layout-2 div.box-image-block div.csc-textpic-image
.fade-element {
  transform:scale(0.97);
  opacity:0;
}


.fade-element.fade-and-scale {
  transform:scale(1);
  opacity:1;
  transition: transform 750ms ease, opacity 750ms ease;
}

.fe_layout-2 div.box-image-block div.csc-textpic-image.fade-and-scale {
  transform:scale(1);
  opacity:1;
  transition: transform 750ms ease, opacity 750ms ease;
}


@media (max-width: 545px) {
  .fe_layout-2 div.box-image-block div.csc-textpic-image.fade-and-scale
  .fade-element.fade-and-scale {
    transition: transform 1s easeOutSine, opacity 1s ease;
  }
}

/* testimonial slider */
.testimonial-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.testimonial-slider {
}

.testimonial-slider .slide_item {
  position: relative;
  float: left;
}

.testimonial-slider * {
  outline: none;
}


/* -- content box on transparent layer */
.testimonial-slider .overlay-infobox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.4);
  box-sizing: border-box;
  width: 500px;
  padding: 4%;
  height: 100%;
  overflow: hidden;
}

.testimonial-slider .overlay-subheader {
  height: 82%;
  overflow: hidden;
}

.testimonial-slider .overlay-info {
  margin-top: 10%;
}

.overlay-infobox.overlay-right {
  left: auto;
  right: 0;
}

.overlay-info  .author{
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.overlay-info  .title{
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 14px;
}

/* -- Next / Prev */
.testimonial-container  .slider-prev {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(0, -50%);
  width: 12px;
  height: 36px;
  background: url('../images/slider-prev.png') center left no-repeat transparent;
  cursor: pointer;
}

.testimonial-container  .slider-next {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(0, -50%);
  width: 12px;
  height: 26px;
  background: url('../images/slider-next.png') center right no-repeat transparent;
  cursor: pointer;
}

/* -- More Information */
.slider-moreinformation {
  display: none;
}

.overlay-morebutton {
  position: absolute;
  height: 25px;
  text-align: center;
  width: 100%;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  margin-top: -37px;
}

.overlay-morebutton span {
  font-size: 12px;
  color: #353b42;
  text-decoration: none;
  height: 25px;
  padding: 5px 20px 5px 5px;
  line-height: 25px;
  cursor: pointer;
  display: none;
}

.overlay-morebutton span.show-more {
  background: url('../images/testimonial-more-open.png') no-repeat #ffffff center right;
}

.overlay-morebutton span.show-less {
  display: none;
  background: url('../images/testimonial-more-close.png') no-repeat #ffffff center right;
}

#box-testimonial-moreinformation {
  display: none;
}

#box-testimonial-moreinformation p {
  padding: 2% 2% 0 2%;
}

.box-testimonial-bottomspacer {
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .testimonial-slider .overlay-infobox {
    position: relative;
    width: 100%;
    margin-top: -9px;
    padding-top: 3%;
    padding-bottom: 3%;
    height: 295px;
    overflow: hidden;
    background-color: rgb(237,237,236);
  }
    
  .testimonial-slider .overlay-info {
    margin-top: 2%;
  }
  
  .overlay-morebutton {
    display: none;
  }
  
  .overlay-info .author,
  .overlay-info .title {
    text-align: right;
  }
  
  .testimonial-container .slider-prev,
  .testimonial-container .slider-next {
    top: 27%;
    transform: translate(0px, -27%);
  }
}  

@media (max-width: 767px) {
  .testimonial-container .slider-prev,
  .testimonial-container .slider-next {
    top: 23%;
    transform: translate(0px, -23%);
  }
}

@media (max-width: 546px) {
  .testimonial-container .slider-prev,
  .testimonial-container .slider-next {
    top: 17%;
    transform: translate(0px, -17%);
  }

  .overlay-info .author  {
    font-size: 14px;
  }
  
}

@media (max-width: 410px) {
  .testimonial-slider .overlay-infobox {
    height: 265px;
  }
}

/* accordion */
.box-collapse .collapse-header {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #eee;
  position:relative;
  cursor: pointer;
  
  
    color: #353b42;
    font-family: "Alegreya SC",serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 32px;  
}
/*  */
div.box-content .collapse-header img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  padding-right: 10px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.box-collapse .collapse-header span {
  float:right;
  width:26px;
  height:34px;
  background-image: url("../images/arrow_top.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px auto;;
  
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  
  -webkit-transition: transform .4s ease-out 0ms;
    -moz-transition: transform .4s ease-out 0ms;
    -o-transition: transform .4s ease-out 0ms;
    transition: transform .4s ease-out 0ms;
}

.box-collapse .collapse-header span.open {
  float:right;
  width:26px;
  height:26px;
  /* background: transparent url("../images/arrow_top.png") no-repeat scroll right center; */
  
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  
  -webkit-transition: transform .4s ease-out 0ms;
    -moz-transition: transform .4s ease-out 0ms;
    -o-transition: transform .4s ease-out 0ms;
    transition: transform .4s ease-out 0ms;
}

.box-collapse .collapse-header.color-Brasil span,
.box-collapse .collapse-header.color-Brasil span.open,
.box-collapse .collapse-header.color-Steel span,
.box-collapse .collapse-header.color-Steel span.open {
  background-image: url("../images/arrow_top-white.png");
}

.box-collapse .collapse-content {
  padding: 0 10px 20px;
}

.box-collapse h3.color-Standard   { background-color: #eeeeee; color: #353b42;}
.box-collapse h3.color-White-1    { background-color: rgb(252,252,252); color: #353b42; }
.box-collapse h3.color-White-2    { background-color: rgb(249,249,249); color: #353b42; }
.box-collapse h3.color-White-3    { background-color: rgb(237,237,236); color: #353b42; }
.box-collapse h3.color-Aubergine  { background-color: #2d1a23; color: #ffffff;}
.box-collapse h3.color-Anthrazit   { background-color: #323332; color: #ffffff;}
.box-collapse h3.color-Brasil     { background-color: #5d6a6d; color: #ffffff;}
.box-collapse h3.color-DarkBeige   { background-color: #97917d; color: #ffffff;}
.box-collapse h3.color-Greeny     { background-color: #3f4740; color: #ffffff;}
.box-collapse h3.color-LightGreen  { background-color: rgb(132,144,44); color: #ffffff;}
.box-collapse h3.color-Green-1    { background-color: rgb(132,144,44); color: #ffffff;}
.box-collapse h3.color-Green-2    { background-color: rgb(54,89,85); color: #ffffff;}
.box-collapse h3.color-Green-3    { background-color: rgb(42,73,13); color: #ffffff;}
.box-collapse h3.color-Reddish     { background-color: #764202; color: #ffffff;}
.box-collapse h3.color-Steel     { background-color: #444b53; color: #ffffff;}
.box-collapse h3.color-DarkSteel  { background-color: rgb(54,59,64); color: #ffffff;}
.box-collapse h3.color-DarkLoden  { background-color: rgb(41,49,44); color: #ffffff;}
.box-collapse h3.color-Erde        { background-color: rgb(104,98,87); color: #ffffff;}
.box-collapse h3.color-Senf        { background-color: rgb(183,156,32); color: #ffffff;}
.box-collapse h3.color-SiennaHell   { background-color: rgb(202,95,33); color: #ffffff;}
.box-collapse h3.color-Blu         { background-color: rgb(35,64,69); color: #ffffff;}

@media (max-width: 1100px) {
  .box-collapse .collapse-header { font-size: 22px; }
  div.box-content .collapse-header img { max-width: 26px; max-height: 26px; }
  .box-collapse .collapse-header span { background-size: 22px; }
}

@media (max-width: 545px) {
  .box-collapse .collapse-header { font-size: 20px; }
  div.box-content .collapse-header img { max-width: 24px; max-height: 24px; }
  .box-collapse .collapse-header span { background-size: 18px; }
}

@media (max-width: 420px) {
  .box-collapse .collapse-header { font-size: 18px; }
  div.box-content .collapse-header img { max-width: 22px; max-height: 22px; }
  .box-collapse .collapse-header span { background-size: 16px; }
}

@media (max-width: 390px) {
  .box-collapse .collapse-header { font-size: 16px; }
  div.box-content .collapse-header img { max-width: 20px; max-height: 20px; padding: 5px;}
  .box-collapse .collapse-header span { background-size: 14px; }
}

@media (max-width: 350px) {
  .box-collapse .collapse-header { font-size: 14px; }
  div.box-content .collapse-header img { max-width: 18px; max-height: 18px; padding: 5px;}
  .box-collapse .collapse-header span { background-size: 12px; }
}

div.box-content img.svg {
  width: auto;
  /* max-width: initial; */
}

.mobile-nav-lang.mobile-nav-lang.mobile-nav-lang.mobile-nav-lang {
  display: none;
  background-color: rgba(202, 201, 197, 0.75);
  -webkit-text-size-adjust: none;
}

.mobile-nav-lang .lang-headline,
.mobile-nav-lang a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  color: #353b42;
  letter-spacing: 1px;
}

.mobile-nav-lang .lang-headline {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #FFF;
  border-top: 2px solid #353b42;
  border-right: 1px solid #353b42;
  border-bottom: 0;
}

.mobile-nav-lang .langSelect a {
  border-top: 1px solid #686e75;
  border-right: 1px solid #686e75;
}

.mobile-nav-lang a.selected {
  display: none;
}

@media (max-width: 545px) {
  .header .navigation ul.nav-lang {
    display:none;
  }

  .mobile-nav-lang.mobile-nav-lang.mobile-nav-lang.mobile-nav-lang {
    display: block;
  }
}
