/* =================================
   LAYOUT

   BLAU          #3cd1e7
   BLAUDunkel    #2cc1d7
   BLAU_Kasten   #00d1ef
   HELLBLAU     #e5fafd

   BLAU LICHT #f3fdfe


   GRAU FOOTER #cdc8c2

   Grau-Hover  #f5f1ee
   GRAUKasten #f9f8f6
   GRAU LINIE #f1f1f1

   HELLGRAU      #f9f9f9
   MITTELGRAU   #f4f0ed

   ORANGE     #ff7f00
   ================================= */

.platocontent a.disable,
.platocontent a.disable:hover,
.platomargin a.disable {
  color: #ddd;
  font-size: inherit;
  text-decoration: none;
  cursor: default;
}

small {
  font-size: 15px;
}

ul.paging li a:hover {
  background-color: #f5f5f5;
}

ul.paging li {
  font-size: 16px;
  margin: 0 4px 2px 0 !important;
}

ul.paging li a, ul.paging li div {
  border: 0px solid #f1f1f1;
}

ul.paging li a {
  background-color: #fafafa;
}

ul.paging li div {
  background-color: #cdf5fb;
}

ul.paging li.next div {
  background-color: rgba(255, 255, 255, 0);
}

ul.paging li.prev div {
  background-color: rgba(255, 255, 255, 0);
}

.paging li.next a, .paging li.next a:hover {
  background-image: url(/layout/arrow_paging_right.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}

.paging li.next a:hover {
  background-color: #f5f5f5;
}

.paging li.prev a, .paging li.prev a:hover {
  background-image: url(/layout/arrow_paging_left.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}

.paging li.prev a:hover {
  background-color: #f5f5f5;
}

/*
html {
  width:100vw;
  overflow-x:hidden;
}
*/

.page {
  min-height: 100%;
  position: relative;
  background: #fff;

}

#searcherror {
  display: inline-block;
  position: absolute;
  font-size: 11px;
  font-weight: normal;
  margin-top: -10px;
  color: red;
}

.special-form .p-sb {
  margin-bottom: 20px;
}

.special-form .file_cssbutton.p-sb {
  margin-bottom: 0px;
}

.special-form .file_clear_cssbutton {
  display: none;
  float: left;
  width: 50px;

  background: #00d1ef url("/layout/remove_icon.svg") no-repeat scroll center center / 38px 38px !important;
  border: 4px solid #f1f1f1;
  border-left: 0px solid red;
  font-family: fakt_bold, serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 14px !important;
  min-height: 60px !important;
  padding: 0 20px !important;
  text-align: left;
  vertical-align: middle;
  text-transform: none;
  cursor: pointer;
}

.special-form .div-att-x .b {
  padding-bottom: 10px;
}

.branchsearch-block {
  display: inline-block !important;
  position: relative;
  vertical-align: top;
  top: 0px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.branchsearch-block .linkbutton {
  height: 43px !important;
  border-width: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.branchsearch-block #sorter {
  min-width: 235px;
}

/* DEBUG */
/*
body { background: url(/layout/grid.png) repeat-y center top; }
.page { background: transparent; opacity: 0.85; }

.grid-1-3, .grid-2-3 {   outline: 1px solid red; }
*/

/* DEBUG */
.fake-fix-header {
  display: none;
}

header, .fake-fix-header {
  background: #fff;
  min-height: 135px;
  border-bottom: 10px solid #ebf6fa;
  padding-top: 10px;
}

/* +++++++ fixed header ++++++++++++*/

header.header-fixed {
  position: fixed;
  width: 100%;
  height: 70px;
  min-height: 70px;
  z-index: 999999999;
}

header.header-fixed nav.top {
  display: none;
}

header.header-fixed .logo img {
  height: 47px;
  width: 48px;
  /*-webkit-transition: width 0.15s, height 0.15s, -webkit-transform 0.15s;
  transition: width 0.15s, height 0.15s, transform 0.15s;*/
}

header.header-fixed .logo {
  margin-top: -4px;
}

header.header-fixed nav.main {
  top: 10px;
}

header.header-fixed .dd-navi {
  top: 70px;
}

.logo img {
  /* -webkit-transition: width 0.15s, height 0.15s, -webkit-transform 0.15s;
   transition: width 0.15s, height 0.15s, transform 0.15s;*/
}

.logo-small {
  display: none;
}

.header-fixed .logo-large {
  display: none;
}

.header-fixed .logo-small {
  display: block;
}

/* +++++++ fixed header ++++++++++++*/

.main-content {
  padding-bottom: 600px !important; /* height footer */
}

section:not(.alt-two):not(.alt-one):last-of-type {
  margin-bottom: 50px;
}

/*.platocontent section { border-left:20px solid transparent; border-right:20px solid transparent; }*/

.main-content:after, .platocontent:after {
  content: "";
  display: table;
  clear: both;
}

/* =================================
   FOOTER
   ================================= */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 600px;
  background: #cdc8c2;
  left: 0; /* left:0 ggf auskommentieren */
  /*opacity: 0.8;*/
  padding: 50px 0;
  color: #fff;
  font-size: 15px;
}

footer a, footer a:link {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer nav a {
}

.footer-lines {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 20px 25px;
  margin-top: 40px;
}

.footer-lines img {
  display: inline-block;
}

.footer-left {
  display: inline-block;
  margin-right: 60px;
}

.footer-right {
  display: inline-block;

}

footer .social-icon {
  display: inline-block;
  float: left;
  margin-right: 9px;
}

footer .social-icon.fb {
  background: url(/layout/icon_facebook_footer.svg) no-repeat center center;
}

footer .social-icon.indeed {
  background: url(/layout/icon_indeed_footer.svg) no-repeat center center;
}

footer .social-icon.xing {
  background: url(/layout/icon_xing_footer.svg) no-repeat center center;
}

footer .social-icon.whatsapp {
  background: url(/layout/icon_whatsapp_footer.svg) no-repeat center center;
}

footer .social-icon.instagram {
  background: url(/layout/icon_instagram_footer.svg) no-repeat center center;
}

footer div.footer-text {
  display: inline-block;
  margin-top: 6px;
  margin-left: 15px;
  line-height: 23px;
}

/* =================================
   Width Setter Models
   ================================= */

/*
.owsetter {
max-width:80%;
min-width:320px;
margin:0 auto;
}
*/

/* ODER */

.iwsetter, .sectiondiv {
  max-width: 1220px;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  /*padding:0 10px;*/
}

/*
.subpage { outline: 2px solid fuchsia; }

.subpage.sp-1 { background: yellow; }

.subpage.sp-2 { background: #ddd; }
*/
/*
FLUID BOX LAYOUT!
http://www.barrelny.com/blog/text-align-justify-and-rwd/


IMG RESIZE TRICK
width:50%;padding-top:50% -> img position:absolute;width:100%;height:100%; ?square only?!


http://wemadeyoulook.at/en/blog/proportional-scaling-responsive-boxes-using-just-css/
http://jsfiddle.net/4E2bV/1/

.imageContainer {
    position: relative;
    width: 25%;
    padding-bottom: 25%;
    float: left;
    height: 0;
}

img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}



<div class="imageContainer">
  <img src="http://placekitten.com/250/250" />
</div>




http://css-tricks.com/centering-in-the-unknown/


3 items floated - Umbruch nach dem dritten dh. vor dem ersten clear both
li:nth-child(3n + 1) {
  clear: both;
}

*/

/*
 ++++++++++++++++++++++++++++++++++ LAYOUT STUFF ++++++++++++++++++++++++++++++++++
*/
.logo {
  float: left;
  margin-top: 20px;
}

.logo img {
  /*height: 77px;
  width: 314px;*/
  width: 337px;
  height: 83px;
}

.subheader {
  min-height: 130px;
  background: #3cd1e7;
  color: white;
  margin-bottom: 10px;
  position: relative;
}

.bg-gfx {
  position: absolute;
  z-index: 0;
}

.map-hint {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 30%;
  background: #3cd1e7;
  padding: 15px 25px 15px 35px;
  cursor: pointer;
  max-width: 400px;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: underline;
  font-family: cs_demi, sans-serif;
  letter-spacing: 1px;
}

.map-hint-inner {
  background: url(/layout/arrow_link.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 50px;
}

.blue {
  color: #00d1ef;
}

/*
 ++++++++++++++++++++++++++++++++++ CLICKSTREAM ++++++++++++++++++++++++++++++++++
*/
.clickstream {
  margin-left: -3px;
}

.clickstream div {
  font-size: 14px;
  color: #9a9a9a;
}

.clickstream a {
  font-size: 14px;
  color: #9a9a9a;
  padding: 3px;
}

/*
 ++++++++++++++++++++++++++++++++++ JOB SEARCH HEADER ++++++++++++++++++++++++++++++++++
*/
.switcher {
  height: 50%;
  width: 210px;
  position: absolute;
  left: 0;
  line-height: 65px;
  padding-left: 20px;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  background: #2cc1d7;
  cursor: pointer;
  text-align: left;
}

.switcher:hover span, .switcher.active span {
  /*background: #ff7f00;*/
  text-decoration: underline;
}

.switcher.active {
  background: #3cd1e7;
}

.jobtab.s-jobs {
  text-align: right;
}

.s-jobs a, .jobtab.s-career a {
  color: white;
  background: url(/layout/arrow_link.svg) no-repeat center right;
  background-size: 24px 24px;
  padding-right: 30px;
  margin: 23px 1.7% 7px 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
}

.s-jobs h3, .s-career h3 {
  float: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 26px;
}

.s-career {
  top: auto;
  bottom: 0;
}

.jobtab.s-career a:hover {
}

.jobtab {
  /*padding-left: 200px;*/
}

.jobtab select {
  color: #999;
}

.jobtab select * {
  color: #000;
}

.jobtab form {
  width: 100%;
  display: inline-block;
}

.jobsearch {
  width: 100%;
}

.switcher span {
  display: inline-block;
  background: url(/layout/arrow_link.svg) no-repeat center right;
  background-size: 24px 24px;
  padding-right: 30px;
  font-family: "cs_demi", sans-serif;
  letter-spacing: 1px;
}

.jobsearch .p-ti, .jobsearch .p-dd, .jobsearch .p-sb {
  width: auto;
  background: white;
  border: 1px solid #dddddd;
  height: 55px;
  line-height: 30px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: "cs_demi", sans-serif;
}

.jobsearch .p-ti:focus {
  background: white !important;
}

.jobsearch .p-sb {
  background: #ff7f00;
  color: white;
  border: 1px solid #ff7f00;
  text-transform: uppercase;
  font-family: "cs_bold", sans-serif;
  margin-bottom: 0px;
}

.jobsearch .p-sb:hover {
  opacity: 1;
}

.jobsearch #search_text {
  width: calc(43% - 4px);
  margin-right: 4px;
}

.jobsearch #search_arr_filter_1 {
  width: calc(25% - 4px);
  margin-right: 4px;
}

.jobsearch #search_arr_filter_2 {
  width: calc(16% - 4px);
  margin-right: 4px;
  -webkit-transform: translate(0, -1px);

}

.jobsearch #search_submit {
  width: 16%;
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -1px);
  height: 55px;
}

/* IE EDGE */
_:-ms-lang(x), .jobsearch #search_arr_filter_2 {
  transform: translate(0, 0px);
}

_:-ms-lang(x), .jobsearch #search_submit {
  transform: translate(0, -1px);
}

/* IE EDGE */

/*
.jobsearch ::-webkit-input-placeholder, .jobsearch select {
  color: #ddd;
  opacity: 1;
}
.jobsearch select option {
  color: #000 !important;
}
*/

.s-career .p-sb {
  background: #ff7f00;
  color: white;
  border: 1px solid #ff7f00;
  text-transform: uppercase;
  height: 55px;
  line-height: 30px;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: 4px;
  float: left;
  font-family: "cs_bold", sans-serif;
}

.jobtab.s-career {
  text-align: right;
}

.jobs-detail {
  min-height: 800px;
  /*color:#999999;*/
  font-family: cs_reg, sans-serif;
}

.s-career #button1, .s-career #button2 {
  margin-bottom: 4px;
}

/*
 ++++++++++++++++++++++++++++++++++ STD STYLES ++++++++++++++++++++++++++++++++++
*/
.stdpad {
  padding-left: 25px;
  padding-right: 25px;
}

.stdmarg {
  margin-left: 25px;
  margin-right: 25px;
}

.job-setter {
  padding-left: 25px;
  padding-right: 20px;
}

.content-block {
  padding: 35px 50px 35px 50px;
}

.content-block.pad-lr {
  padding-top: 0;
  padding-bottom: 0;
}

.box-stdpad, .alt-one .content-block, .alt-two .content-block, .alt-three .content-block {
  padding: 75px 50px;
}

.twocol {
  -moz-column-count: 2;
  -moz-column-gap: 40px;

  -webkit-column-count: 2;
  -webkit-column-gap: 40px;

  column-count: 2;
  column-gap: 40px;
}

.square-content.box-stdpad {
  padding: 50px 50px 15px 50px;
}

.bg-green:hover {
  background: #a1c700 !important;
  color: white !important;
}

.bg-red:hover {
  background: #dc0000 !important;
  color: white !important;
}

.bg-darkblue:hover {
  background: #006493 !important;
  color: white !important;
}

.bg-blue:hover {
  background: #89bcd3 !important;
  color: white !important;
}

.bg-orange:hover {
  background: #ff7f00 !important;
  color: white !important;
}

.bg-orange:hover {
  background: #ff7f00 !important;
  color: white !important;
}

/*
 ++++++++++++++++++++++++++++++++++ ALT STYLES ++++++++++++++++++++++++++++++++++
*/
.alt-one {
  background: #f9f8f6;
}

.alt-two {
  background: #e5fafd;
}

.alt-three {
  background: #f9f8f6;
}

.alt-gutter {
  border-bottom: 9px solid white;
}

.alt-gutter-top:before {
  content: "";
  display: block;
  border-top: 9px solid white;
}

.alt-gutter-top {
  border-top: 4px solid #f4f0ed;
}

.alt-nopad-bottom .content-block {
  padding-bottom: 0;
}

.alt-nopad-top .content-block {
  padding-top: 0;
}

.alt-narrow-bg.alt-one,
.alt-narrow-bg.alt-two,
.alt-narrow-bg.alt-three {
  background: white;
}

.alt-three ul.paging li a {
  background-color: #fff;
}

.alt-narrow-bg.alt-two .content-block {
  background: #e5fafd;
}

.alt-narrow-bg.alt-one .content-block {
  background: #f9f8f6; /*#faf8f7*/
}

.alt-narrow-bg.alt-three .content-block {
  background: #f9f8f6;
}

.alt-narrow-bg.alt-gutter-top:before {
  border-top: none;
}

.alt-narrow-bg.alt-gutter-top {
  border-top: none;
}

.alt-narrow-bg.alt-gutter-top .sectiondiv:before {
  content: "";
  display: block;
  border-top: 9px solid white;
}

.alt-narrow-bg.alt-gutter-top .sectiondiv {
  border-top: 4px solid #f4f0ed;
}

.alt-cutted, .sectiondiv {
  overflow: hidden;
}

/*
 ++++++++++++++++++++++++++++++++++ NAV ++++++++++++++++++++++++++++++++++
*/
nav.top {
  height: 72px;
  float: right;
  line-height: 18px;
  font-size: 14px;
  font-family: "cs_demi", sans-serif;
}

nav.top a {
  color: #676767;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 3px;
  font-weight: normal;
}

nav.top a:hover {
  color: #7de1f1;
}

nav.main a {
  color: #444444;
  font-size: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 0 0 26px;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "cs_bold", sans-serif;
  display: inline-block;
  position: relative;

}

nav.main a[data-dd]:hover, nav.main a[data-dd].active-tmp {
  height: 54px;
}

nav.main a.active, nav.main a:hover, nav.main a.active-tmp {
  color: #3cd1e7;
}

nav.main a:hover {
  -o-transition: color .15s;
  -moz-transition: color .15s;
  -webkit-transition: color .15s;
  transition: color .15s;
}

nav.main {
  /*float: right;*/
  position: absolute;
  right: 0;
}

nav.main a[data-dd]:after {
  position: absolute;

  z-index: 99;
  content: "";
  display: none;

  left: calc(50% - 10px);
  bottom: 5px;

  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ebf6fa;
}

nav.main a[data-dd]:hover:after {
  display: block;
}

nav.main a.active-tmp:after {
  display: block;
}

/*
 ++++++++++++++++++++++++++++++++++ SOCIAL ++++++++++++++++++++++++++++++++++
*/
.social-icons-navi {
  display: none;
}

.social-icons {
  position: fixed;
  top: 400px;
  background-size: 40px 40px;
  z-index: 5000;
}

.social-icon {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  margin-bottom: 5px;
  display: block;
  -o-transition: opacity .35s;
  -moz-transition: opacity .35s;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

.social-icon.fb {
  background: url(/layout/icon_facebook_side.svg) no-repeat center center;
}

.social-icon.indeed {
  background: url(/layout/icon_indeed_side.svg) no-repeat center center;
}

.social-icon.xing {
  background: url(/layout/icon_xing_side.svg) no-repeat center center;
}

.social-icon.whatsapp {
  background: url(/layout/icon_whatsapp_side.svg) no-repeat center center;
}

.social-icon.instagram {
  background: url(/layout/icon_instagram_side.svg) no-repeat center center;
  background-size: 50px 50px;
}

.social-icon:hover {
  opacity: 0.9;
  -o-transition: opacity .35s;
  -moz-transition: opacity .35s;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

footer .social-icon {
  width: 40px;
  height: 40px;
}

/*
 ++++++++++++++++++++++++++++++++++ GRID ++++++++++++++++++++++++++++++++++
*/

.grid {
  /*background: #ddd;*/
  margin-left: -9px;
}

.grid-padding {
  padding-left: 9px;
}

.grid:after {
  content: "";
  clear: both;
  display: table;
  /*height: 9px;*/
}

.grid-1-4 {
  width: calc(25% - 9px);
  /*background: #ccc777;*/
}

.grid-2-4 {
  width: calc(50% - 9px);
  /*background: #cac;*/
}

.grid-3-4 {
  width: calc(75% - 9px);
}

.grid-1-4, .grid-2-4, .grid-3-4 {
  float: left;
  margin-left: 9px;
  margin-bottom: 9px;
}

.grid-1-3, .grid-2-3 {
  float: left;
  margin-left: 9px;
  margin-bottom: 9px;
}

.grid-1-3 {
  width: calc(33.333333% - 9px);
  /*background: #cec;*/
}

.grid-2-3 {
  width: calc(66.666666% - 9px);
  /*background: #ecc;*/
}

.grid-3-3 {
  width: 100%;
  /*background: #fbc;*/
  margin-left: 9px;
  margin-bottom: 9px;
}

.grid-4-4 {
  margin-left: 9px;
  width: 100%;
  margin-bottom: 9px;
}

.grid-1-5 {
  margin-left: 9px;
  width: 20%;
  margin-bottom: 9px;
}

.grid-2-5 {
  margin-left: 9px;
  width: 40%;
  margin-bottom: 9px;
}

.grid-3-5 {
  margin-left: 9px;
  width: 60%;
  margin-bottom: 9px;
}

.grid-4-5 {
  margin-left: 9px;
  width: 80%;
  margin-bottom: 9px;
}

.grid-square {
  position: relative;
}

.grid-1-3.grid-square {
  padding-bottom: calc(33.333333% - 9px);
}

.grid-2-3.grid-square {
  padding-bottom: calc(66.666666% - 9px);
}

.grid-1-4.grid-square {
  padding-bottom: calc(25% - 9px);
}

.grid-2-4.grid-square {
  padding-bottom: calc(50% - 9px);
}

.grid-square .square-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border:1px solid red;*/
}

.grid-1-3.grid-square.thin {
  padding-bottom: calc(33.333333% - 5% - 9px);
}

.grid-2-3.grid-square.thin {
  padding-bottom: calc(66.666666% - 5% - 9px);
}

.square-content.sc-padded {
  padding: 30px 30px !important;
}

.top-pic {
  text-align: center;
  padding-bottom: 20px;
}

.top-pic img {
  margin-top: -50px;
}

.flex-bordercolor {
  border-color: transparent !important;
}

@media (max-width: 760px) {
  .flex-bordercolor {
    border-color: white !important;
  }

  .hide-small {
    display: none;
  }
}

/*
 ++++++++++++++++++++++++++++++++++ GRIDBOX COLORS ++++++++++++++++++++++++++++++++++
*/
.gridbox-color-grey {
  background: #faf9f8;
}

.gridbox-color-blue {
  background: #e5fafd;

}

.gridbox-color-blue, .gridbox-color-blue p {
  color: #999999;
}

/*
 ++++++++++++++++++++++++++++++++++ START BOXES ++++++++++++++++++++++++++++++++++
*/

a h1, a h2, a h3 {
  text-decoration: underline;
}

h1.leaner {
  line-height: 2.1rem;
}

.box-grey-1 {
  background: #f9f8f6;
  padding: 55px 40px;
  cursor: pointer;
}

.box-grey-1:hover {
  background: #f5f1ee;
}

.box-grey-1 img.ip-logo {
  /*max-width:100%;*/
  height: 27px;
  margin-bottom: 40px;
  display: block;
  text-align: left;
}

.box-blue-1 {
  background: #00d1ef;
  color: white;
}

.box-grey-2 {
  background: #f4f0ed;
  color: #aaa;
}

.box-blue-1 h1, .box-grey-2 h1, h1.big-blue, h1.smaller {
  font-size: 30px;
  text-transform: uppercase;
}

.box-blue-1 h1 {
  color: white;
}

.box-grey-2 h1, h1.big-blue {
  color: #00d1ef;
}

.gs-arrow {
  /*display: none;*/
  width: 70px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.smaller-txt {
  font-size: 18px;
}

/*
.box-grey-1:hover .gs-arrow {
  display: block;
}
*/

/*
.margin-grid:after {
  display: table;
  content:"";
  clear: both;

}
*/
.margin-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 9px;
  background: white;
  margin-top: -9px;
  /*opacity: 0.2;*/
}

.margin-grid .grid-1-4, .margin-grid .grid-2-4, .margin-grid .grid-3-4,
.margin-grid .grid-1-3 {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: 9px solid white;
  border-left: 9px solid white;
}

.margin-grid {
  border-right: 9px solid white;
}

.margin-grid .grid-1-4 {
  width: 25%;
}

.margin-grid .grid-2-4 {
  width: 50%;
}

.margin-grid .grid-1-3 {
  width: 33.333333%;
}

/*
 ++++++++++++++++++++++++++++++++++ NEWS ++++++++++++++++++++++++++++++++++
*/
.news-date {
  display: inline-block;
  width: 100px;
  color: #00d1ef;
  vertical-align: top;
  text-align: right;
  padding-right: 18px;
  text-transform: uppercase;
  font-family: 'fakt_bold', serif;
  letter-spacing: 1px;
}

.news-date.std {
  width: auto;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.news-info {
  display: inline-block;
  width: calc(100% - 109px);
  /*background: yellow;*/
}

.news-info.std {
  width: auto;
  display: block;
}

.news-info img {
  max-width: 100%;
}

.news-info h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #00d1ef;
}

.news-info.std h3 {
  font-family: "fakt_bold", serif;
}

.news-box {
  padding: 30px 20px 30px 0;
  border-bottom: 3px solid #f1f1f1;
  min-height: 350px;
}

div.news-box.noborder {
  border-bottom: none;
}

.news-image img {
  padding: 20px 0;
  width: 100%;
}

.news-image {
  float: left;
  width: 50%;
  margin-right: 20px;
}

/*
 ++++++++++++++++++++++++++++++++++ ALLGEMEIN ++++++++++++++++++++++++++++++++++
*/
a.arrow-link {
  text-transform: uppercase;
  background: url(/layout/arrow_link.svg) no-repeat center right;
  background-size: 24px 24px;
  padding-right: 30px;
  color: white;
  text-decoration: underline;
  font-size: 15px;
  /*border-bottom:1px solid white;*/
  letter-spacing: 1px;

}

a.arrow-link:hover {
  color: white;
}

a.arrow-link.orange {
  color: #ff7f00;
  background-image: url(/layout/arrow_link_orange.svg);
  /*border-bottom:1px solid #ff7f00;*/
}

a.arrow-link:hover {
  color: #ff7f00;
  /*border-bottom:1px solid #ff7f00;*/
}

/*
 ++++++++++++++++++++++++++++++++++ SLIDE-BOX TESTIMONIALS ++++++++++++++++++++++++++++++++++
*/
.testimonials {
  text-align: center;
  padding: 50px 30px;
  overflow: hidden;
}

.testimonials li {
  position: relative;
  padding-bottom: 50px;
  padding-left: 5px;
  padding-right: 5px;
  /*margin-left:-20px;*/
  /*margin-right:-20px;*/
}

.round-box {
  background: #f3fdfe;
  border-radius: 20px 20px 20px 0;
  padding: 35px;
  font-style: italic;
  color: #00d1ef;
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-top: 10px;
  min-height: 200px;
}

.round-box > div {
  font-style: normal;
  padding-top: 20px;
}

.round-box:after, .round-box-speak {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 10%;
  border-width: 0 30px 50px 0;
  border-style: solid;
  border-color: transparent #f3fdfe;
  display: block;
  width: 0;
  z-index: 70;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#tm-slider-next, #tm-slider-prev {
  position: absolute;
  background: url(/layout/arrow_link_vividblue_left.svg) no-repeat center center;
  background-size: 100% 100%;
  top: calc(50% - 30px);
  cursor: pointer;
}

#tm-slider-next {
  left: calc(50% + 600px);
  background: url(/layout/arrow_link_vividblue.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
}

#tm-slider-prev {
  left: calc(50% - 700px);
}

#tm-slider-next a, #tm-slider-prev a {
  display: block;
  width: 100px;
  height: 100px;
}

#start_para {
  background: #fff url(/layout/network_image_parallax.jpg) no-repeat center bottom; /* #f9f8f6  */
  /*background-size: cover;*/
  background-size: auto 700px;
  margin-bottom: 9px;
  /*background-attachment: fixed;*/
  height: 600px;
  overflow: hidden;
  margin-top: -9px;
  /*-webkit-transition: 0s linear;*/
  /*transition: 0s linear;*/
  /*-webkit-transition-property: background-position;*/
  /*transition-property: background-position;*/
  /*-webkit-transform: translate3d(0, 0, 0);*/
  /*transform: translate3d(0, 0, 0);*/
}

/*
 ++++++++++++++++++++++++++++++++++ HEADER SLIDER ++++++++++++++++++++++++++++++++++
*/
.bxslider-header-container, .noslider-header, .bxslider-header li {
  background-size: 1920px auto;
  margin-bottom: 9px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 10px;
  z-index: 150;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 150;
}

/*
 ++++++++++++++++++++++++++++++++++ LOGIN - JOB ENTRY OVERVIEW ++++++++++++++++++++++++++++++++++
*/
.ext-job-entries th {
  background: #00d1ef;
  padding: 8px 15px;
  color: white;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 20px;
}

.ext-job-entries td {
  padding: 8px 15px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.ext-job-entries td:nth-child(2) {
  font-size: 14px;
  line-height: 16px;
}

.ext-job-entries td:nth-child(5) {
  font-size: 14px;
  line-height: 16px;
}

.ext-job-entries td:nth-child(5) a {
  padding-left: 8px;
}

.ext-job-entries .alt-color td {
  background: #f3fdfe;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.ext-job-entries th input, .ext-job-entries th select {
  font-size: 12px;
  height: 36px;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: none;
  padding: 2px 8px;
}

.ext-job-entries th button {
  font-size: 22px;
  height: 36px;
  line-height: 20px;
  padding: 2px 15px;
}

/*
 ++++++++++++++++++++++++++++++++++ JOBS ++++++++++++++++++++++++++++++++++
*/
.page.jobs .padding, .searchresults.padding {
  padding-left: 50px;

}

.searchresults.padding {
  padding-top: 20px;
}

a.back-link, a.next-link {
  padding-left: 30px;
  background: url(/layout/arrow_paging_left.svg) no-repeat left center;
  background-size: 26px 26px;
  display: inline-block;
  margin-left: 20px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: "cs_demi", sans-serif;
}

a.back-link:hover {
  background: url(/layout/back_arrow.svg) no-repeat left center;
  background-size: 26px 26px;
}

a.next-link {
  padding-right: 30px;
  padding-left: 0px;
  margin-left: 0px;
  background: url(/layout/arrow_paging_right.svg) no-repeat right center;
  background-size: 26px 26px;
}

a.next-link:hover {
  background: url(/layout/arrow_link_blue2.svg) no-repeat right center;
  background-size: 26px 26px;
}

.page.jobs .filter-reset {
  position: relative;
  float: right;
  margin-top: -20px;
  margin-bottom: 0px;
}

.page.jobs .grid-static {
  float: left;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 20px;
  width: auto;
}

.page.jobs .content-block {
  /*padding: 30px 0;*/
}

.page.jobs h5 {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #3cd1e7;
  letter-spacing: 1px;
}

.page.jobs h5.label {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  margin-bottom: 9px;
  margin-left: 25px;
}

.searchfilter select {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: normal;
  background-color: #fafaf8;
  border-color: #fafaf8;
  padding: 11px 20px;
  padding-right: 31px;
  color: #777;
}

.searchresults {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.col-main hr {
  border-color: #f4f0ed;
  border-width: 0 0 4px;
  height: 20px;
  margin-bottom: 20px;
}

.page.jobs .col-main hr.dark {
  border-color: #f1f1f1;
  height: 15px;
  margin-bottom: 15px;
}

/*.page.jobs .col-main*/
.gridbox-color-blue hr {
  border-color: #fff;
  border-width: 0 0 2px;
  height: 10px;
  margin-bottom: 10px;
}

.jobs-overview {
  padding: 25px 120px 25px 50px;
  margin-bottom: 9px;
}

.jobs-overview.col-0 {
  background: #fafaf8;
}

.jobs-overview.col-1 {
  background: #f0fbfe;
}

.jobs-overview img.arrow {
  display: block;
  position: relative;
  float: right;
  margin-top: -50px;
  margin-right: -90px;
}

.jobs-overview .title {
  font-family: "fakt_bold", serif;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.jobs-overview .title .stdlink {
  text-transform: uppercase;
  text-decoration: underline;
}

.jobs-overview .title a.stdlink {
  color: #3cd1e7;
}

.jobs-overview .footer h2 {
  padding: 0;
}

.jobs-overview .date {
  color: #3cd1e7;
  padding-bottom: 14px;
  font-family: "fakt_bold", serif;
  letter-spacing: 1px;
  font-size: 15px;
}

.jobs-overview .footer {
  color: #3cd1e7;
  padding-top: 15px;
}

.int-jobs {
  display: inline-block;
  width: 100%;
}

.p-sb.big {
  background: #ff7f00 url(/layout/arrow_link.svg) no-repeat center right !important;
  background-size: 36px 36px !important;
  padding: 8px 60px 8px 40px;
  border-right: 30px solid #ff7f00;
  font-family: "cs_bold", sans-serif;
  text-decoration: underline;
  font-size: 24px;
}

.txt-icon {
  padding-left: 40px;
  line-height: 40px;
  font-family: "cs_demi", sans-serif;
  margin-left: 3px;
  display: block;
}

.txt-icon.tel {
  background: url(/layout/phone_icon.svg) no-repeat center left;
  background-size: 19px 27px;
}

/*.txt-icon.tel a { color: inherit; }*/
.txt-icon.fax {
  background: url(/layout/fax_icon.svg) no-repeat center left;
  background-size: 24px 22px;
}

.txt-icon.email {
  background: url(/layout/mail_icon.svg) no-repeat center left;
  background-size: 24px 18px;
}

.txt-icon.person {
  background: url(/layout/asp_icon.svg) no-repeat left 5px;
  background-size: 24px 24px;
}

.benefits li {

  background: url(/layout/benefit_icon.svg) no-repeat 3px top;
  background-size: 26px 26px;
  padding-left: 49px;
  font-family: "cs_demi", sans-serif;
  padding-bottom: 12px;
  border-color: #fff;
  border-width: 0 0 2px;
  border-style: solid;
  margin-bottom: 14px;
}

.benefits li:last-child {
  border-width: 0;
}

a.textlink-grey {
  font-size: 16px;
  color: #999;
  padding-right: 35px;
  background: url(/layout/arrow_paging_right.svg) no-repeat center right;
  background-size: 26px 26px;
  display: inline-block;

  line-height: 20px;
  text-decoration: underline;
  /*border:1px solid red;*/
  width: auto;
  max-width: 240px;
  margin-left: 2px;

}

a.textlink-grey:hover {
  background: url(/layout/arrow_link_blue2.svg) no-repeat center right;
  background-size: 26px 26px;
  text-decoration: underline;
}

.boxlink {
  font-size: 16px !important;
  padding-right: 45px;
  margin-top: 5px;
  color: #999 !important;
  float: left;
  white-space: nowrap;
  line-height: 50px;
  /*width:150px;*/
  text-transform: uppercase;
  background: #dedede url(/layout/arrow_paging_right.svg) no-repeat center right;
  background-size: 26px 26px;
  border-right: 15px solid #dedede;
  margin-right: 25px;
  font-family: cs_demi, sans-serif;
}

.boxlink:before {
  background: url(/layout/fb.svg) no-repeat center center;
  background-size: 40px 40px;
  content: "";
  float: left;
  background-color: #dedede;
  border-right: 4px solid white;
  width: 54px;
  height: 50px;
  margin-right: 25px;
}

.boxlink.xing:before {
  background: url(/layout/xing.svg) no-repeat center center;
  background-size: 40px 40px;
}

.boxlink.email:before {
  background: url(/layout/mail.svg) no-repeat center center;
  background-size: 22px 17px;
}

.boxlink.whatsapp:before {
  background: url(/layout/whatsapp.svg) no-repeat center center;
  background-size: 30px 30px;
}

.boxlink:last-child {
  margin-right: 0;
}

a.boxlink:active {
  background-color: #dedede;
}

/*
 ++++++++++++++++++++++++++++++++++ niederlassungen/map ++++++++++++++++++++++++++++++++++
*/

.gmap-pin {
  width: 46px;
  height: 46px;
  background: url(/layout/map_pin.svg) no-repeat center center / 46px 46px;
  display: block;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

#branchsearch, fieldset {
  width: 100% !important;
  border-width: 0px;
  padding-top: 0px;
}

#gmaps {
  position: relative;
  width: 100%;
  max-height: 750px;
  border: 4px solid #f4f0ed;
  background-color: rgba(244, 240, 237, 0.5);
  overflow: hidden;
}

.gmaps-left {
  float: left;
  width: calc(40% - 20px);

}

.gmaps-right {
  float: right;
  width: 60%;
}

.branchitem .bhl {
  margin: 0 0 5px 0;
  padding: 15px 20px 8px 45px;
  cursor: pointer;
  font-family: "fakt_bold", serif;
  font-size: 15px;
  line-height: 15px;
  color: #3cd1e7;
  text-transform: uppercase;
}

.branchitem .bhl span {
  float: right;
  font-size: 12px;

}

.bhl.open {
  background-image: url(/layout/nl_icon_minus_close.svg) !important;
}

.branchitem:nth-child(odd) .bhl {
  background: #f4f0ed url(/layout/nl_icon_plus_open.svg) 8px center no-repeat;
}

.branchitem:nth-child(even) .bhl {
  background: #cbf4fa url(/layout/nl_icon_plus_open.svg) 8px center no-repeat;
}

.branchitem:nth-child(odd) .branch-detail-info {
  background-color: #faf9f7;
}

.branchitem:nth-child(even) .branch-detail-info {
  background-color: #edfbfe;
}

.branch-detail-info {
  padding: 30px 30px 20px 50px;
  margin-bottom: 5px;
}

.branchitem .txt-icon {
  font-family: "cs_demi", sans-serif !important;
  background-size: 16px 23px;
  padding-left: 34px;
  display: block;
  line-height: 36px;
}

.branchitem .txt-icon.tel {
  background-image: url(/layout/phone_icon.svg);
  background-size: 16px 23px;
}

.branchitem .txt-icon.fax {
  background-image: url(/layout/fax_icon.svg);
  background-size: 16px 15px;
}

.branchitem .txt-icon.email {
  background-image: url(/layout/mail_icon.svg);
  background-size: 16px 12px;
}

.branchitem .txt-icon.person {
  background-image: url(/layout/asp_icon.svg);
  background-size: 16px 16px;
}

.branchitem:nth-child(odd) .txt-icon.tel {
  background-image: url(/layout/phone_icon_grey.svg);
  background-size: 16px 23px;
}

.branchitem:nth-child(odd) .txt-icon.fax {
  background-image: url(/layout/fax_icon_grey.svg);
  background-size: 16px 15px;
}

.branchitem:nth-child(odd) .txt-icon.email {
  background-image: url(/layout/mail_icon_grey.svg);
  background-size: 16px 12px;
}

.branchitem:nth-child(odd) .txt-icon.person {
  background-image: url(/layout/asp_icon_grey.svg);
  background-size: 16px 16px;
}

.branchitem .txt-icon.person {
  background-position: left 9px;
}

.branch-detail-info .txt-icon {
  font-family: "cs_demi", sans-serif;
}

.branch-pic-txt {
  width: calc(100% - 40px);
  margin: 0 20px;
  bottom: 20px;
  padding: 15px 10px 10px 20px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  line-height: 25px;
  text-align: center;
}

/*
 ++++++++++++++++++++++++++++++++++ DROPDOWN-NAVI ++++++++++++++++++++++++++++++++++
*/
.dd-navi {
  position: absolute;
  width: 1200px;
  top: 135px;
  left: 50%;
  margin-left: -600px;
  z-index: 999999;
  background: #7de1f1;
  padding: 40px 60px;
  color: white;
  display: none;
}

.dd-navi .grid-2-3 a {
  color: white;
  text-decoration: none;
  background: url(/layout/arrow_link.svg) no-repeat 99% center;
  background-size: 35px 35px;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 4px solid #acebf4;
  display: inline-block;
  text-transform: uppercase;
  min-height: 50px;
  line-height: 50px;
  width: 92%;
}

.dd-navi .twocol {
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  column-count: 2;
  column-gap: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.dd-navi .w-border {
  padding-bottom: 20px;
  border-bottom: 4px solid #acebf4;
  margin-bottom: 20px;
}

.dd-navi .grid-1-3 > div > div {
  padding-left: 6px;
  padding-right: 6px;
}

.dd-navi .grid-1-3 a {
  font-size: 20px;
  text-decoration: underline;
  line-height: 28px;
  font-family: "cs_demi", sans-serif;
  color: white;
  display: block;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.left-float-image div.thumb, .right-float-image div.thumb, .layout-img-12 div.thumb, .layout-img-13 div.thumb {
  margin-top: 0px;
}

.left-float-image img, .layout-img-12 div.thumb img {
  padding: 1px 30px 0px 0px !important;
}

.right-float-image img {
  padding: 1px 0px 0px 30px !important;
}

.layout-img-13 div.thumb {
  margin-left: 0;
  /*margin-right:-50px;*/
  /*transform: translateX(50px);*/
  border-left: 9px solid white;

}

.layout-img-13 div.thumb img {
  padding: 0 !important;
}

/*
 ++++++++++++++++++++++++++++++++++ LVL 3 NAVI ++++++++++++++++++++++++++++++++++
*/

.level-3-boxnavi .lvl-3 {
  font-family: "fakt_bold", serif;
  text-decoration: underline;
  line-height: 20px;
  padding: 7px 0;
  display: inline-block;

}

.level-3-boxnavi .lvl-3.active {
  color: #ff7f00;
}

.level-3-boxnavi .lvl-3:hover {
  color: #ff7f00;
  text-decoration: underline;
}

/*
 ++++++++++++++++++++++++++++++++++ LINKSBUTTONS ++++++++++++++++++++++++++++++++++
*/

a.link-arrow-orange, .tpl-3 a.stdlink, .tpl-3 a.stdlink-ext {
  color: #ff7f00;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  font-family: "cs_demi", sans-serif;
  /*border:1px solid red;*/
  font-size: 17px !important;
}

a.link-arrow-orange:hover, .tpl-3 a.stdlink:hover, .tpl-3 a.stdlink-ext:hover {
  color: #ff7f00;
  text-decoration: underline;
}

a.link-arrow-orange:after, .tpl-3 a.stdlink:after, .tpl-3 a.stdlink-ext:after {
  background: url(/layout/arrow_link_orange.svg) repeat center right;
  content: "";
  display: inline-block;
  float: right;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-top: -1px;
  /*border:1px solid blue;*/
}

a.link-arrow-small-white {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  font-family: "cs_demi", sans-serif;
  font-size: 14px;
}

a.link-arrow-small-white:hover {
  color: #fff;
  text-decoration: underline;
}

a.link-arrow-small-white:after {
  background: url(/layout/arrow_link.svg) repeat center right;
  content: "";
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-top: 2px;
  /*border:1px solid blue;*/
}

a.button.grey {
  display: inline-block;
  background: #dedede;
  padding: 9px 25px 9px 25px;

  cursor: pointer;

  color: white;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: underline;
  letter-spacing: 1px;
  margin: 10px 0;

}

a.linkbutton.orange, a.linkbutton.blue, a.linkbutton.grey {
  display: inline-block;
  background: #ff7f00;

  padding: 9px 17px 2px 25px;

  cursor: pointer;
  max-width: 400px;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: underline;
  font-family: cs_demi, sans-serif;
  letter-spacing: 1px;
  margin: 10px 0;
}

a.linkbutton.blue {
  background: #3cd1e7;
}

a.linkbutton.grey {
  background: #dedede;

}

a.linkbutton.grey:after {
  background: url(/layout/arrow_link.svg) no-repeat center right !important;
}

a.linkbutton.blue:after, a.linkbutton.orange:after, a.linkbutton.grey:after {
  background: url(/layout/arrow_link.svg) no-repeat center right;
  content: "";
  display: inline-block;
  float: right;
  width: 38px;
  height: 38px;
  margin-left: 24px;
  margin-top: -5px;
}

a.linkbutton.small {
  padding: 6px 20px 1px 20px;
  font-size: 14px;
}

a.linkbutton.small:after {
  width: 32px;
  height: 32px;
  margin-top: -3px;
}

.small {
  font-size: 14px;
}

.back-link {
  padding-left: 30px;
  background: url(/layout/back_arrow.svg) no-repeat center left;
  background-size: 24px 24px;
  display: inline-block;
}

.special-form .p-dd,
.special-form button.file_cssbutton.p-sb {
  background: #00d1ef url("/layout/arrow_link_down.svg") no-repeat scroll right center / 38px 38px !important;
  width: 100%;
  padding: 0px 20px 0px 20px;
  text-align: left;
  vertical-align: middle;

  border: 4px solid #f1f1f1;
  line-height: 14px !important;
  min-height: 60px !important;

  font-family: fakt_bold, serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (-moz-images-in-menus: 0) {
  .special-form .p-dd {
    padding-top: 15px !important;
  }
}

@-moz-document url-prefix() {
  .special-form .p-dd {
    padding-top: 15px !important;
  }
}

.special-form button.file_cssbutton.p-sb {
  padding: 4px 0px 0px 20px !important;
  text-transform: none;
}

.special-form .tab-row .small {
  font-size: 15px;
  line-height: normal !important;
}

.special-form .arrow-input input.p-sb {
  background-image: url(/layout/arrow_link.svg) !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  padding: 7px 90px 7px 25px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  border-right: 20px solid #ff7f00;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: left;
}

.special-form .ab.label,
.special-form .ab.label-b,
.special-form .ab.label label,
.special-form .ab.label-b label {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #777;
  font-family: cs_demi, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 26px;
}

.special-form .ab.label-b {
  padding-top: 20px;
  padding-bottom: 10px;
}

.special-form .ab .ab-a {
  float: left;
  width: 30%;
  position: relative !important;
  padding-top: 5px;
}

.special-form .ab .ab-b {
  float: left;
  width: 70%;
  position: relative !important;
}

.col-main .special-form .tab-row hr {
  height: 34px;
  margin-bottom: 34px;
}

.col-main .special-form .tab-row hr.smallhr {
  height: 20px;
  margin-bottom: 14px;
}

/*
 ++++++++++++++++++++++++++++++++++ CT 31 ++++++++++++++++++++++++++++++++++
*/

.c-31-1-txt {
  padding: 40px 50px;
}

.border-bottom-grey {
  margin-bottom: 9px;
}

.border-bottom-grey .content-block:after, .border-bottom-grey .special-content-block:after {
  content: "";
  display: block;
  border-top: 4px solid #f4f0ed;
}

.border-bottom-grey .content-block, .border-bottom-grey .special-content-block {
  padding-top: 0;
  padding-bottom: 0;
}

.c-31-1 .grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-31-1 .grid-1-3, .c-31-1 .grid-2-3 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

.c-31-1 .c31-second, .c-31-1 .grid-2-3, .c31-first {
  background: #f9f8f6;
}

.c-31-1 .grid-2-3 {
  flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
}

.blue.c-31-1.tpl-2 .grid-1-3, .blue.c-31-1.tpl-2 .c31-second, .blue.c-31-1.tpl-2 .grid-2-3 {
  background: #7de1f1;

}

.blue.c-31-1.tpl-2 .c31-second, .blue.c-31-1.tpl-2 .c31-second p, .blue.c-31-1.tpl-2 .c31-second h2, .blue.c-31-1.tpl-2 .grid-2-3 * {
  color: white;
}

.dark.blue.c-31-1.tpl-2 .c31-first, .dark.blue.c-31-1.tpl-2 .c31-second, .dark.blue.c-31-1.tpl-2 .grid-1-3, .dark.blue.c-31-1.tpl-2 .grid-2-3 {
  background: #3cd1e7;
}

.tpl-2 .link-arrow-small-white {
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: inline-block !important;
}

.tpl-2 .link-arrow-small-white.second {
  position: absolute;
  bottom: 20px;
  left: 50px;
  display: inline-block !important;
  right: inherit;
}

.tpl-2 .c31-first, .tpl-2 .grid-1-3 {
  background: white;
}

.grey.tpl-2 .link-arrow-small-white {
  color: #777;
}

.grey.tpl-2 .link-arrow-small-white:after {
  background-image: url(/layout/arrow_paging_right.svg);
}

.tpl-2 h2 {
  font-family: fakt_bold, serif;
}

.div-cell.ct-31x-txt {
  padding: 35px 30px 20px 20px;
}

.content-block.ct-31-4 {
  padding-left: 0;
}

.tpl-3 h2 {
  font-size: 28px;
}

/*
 ++++++++++++++++++++++++++++++++++ FORM ++++++++++++++++++++++++++++++++++
*/
.form-blue-grey {

}

.form-blue-grey label {
  padding-left: 10px;
}

.job-internal-hint {
  color: #ff7f00;
  display: inline;
}

@media print {
  html {
    /*transform: scale(0.5);*/
  }

  body, html {
    min-width: 1000px;
    width: 1000px;
  }

  header, footer, .subheader, .hideprint, .social-icons, .fake-fix-header {
    display: none !important;
  }
}

address {
  display: block;
  font-style: normal;
  color: inherit;
}

.row-headline {
  color: #ccc;
  border-bottom: 4px solid #eee;
  text-transform: uppercase;
  width: 100%;
  max-width: 1220px !important;
  margin-left: -50px;
  text-indent: 50px;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 0.08em;
}

div.form-table .ab.rh {
  padding-top: 40px;
  height: 110px;
}

.note-hint {
  font-size: 15px;
  line-height: 18px;
  color: #ff7f00;
  padding-left: 20px;
}

.bullets {
  position: relative;
  height: 140px;
}

/*.bullets textarea { opacity: 0.5 }*/
.bullets textarea, .bullets > div {

  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
}

.bullets textarea {
  padding-left: 8px;
}

.bullets > div {
  width: calc(100%);
  background: #f4f0ed;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 9px;
  overflow: hidden;
}

.bullets ul {
  padding: 0 0 0 12px;
}

.bullets ul li {
  padding: 0 0 0 14px;
  position: relative;
  color: transparent;
  line-height: 22px;
  font-size: 20px;
}

.bullets ul li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00d1ef;
  border-radius: 10px;
  content: "";
  top: 9px;
  left: 0;

}

.bulletpoints {
  padding: 6px 0 0 1px;
}

.bulletpoints li {
  padding: 0 0 10px 23px;
  position: relative;

  line-height: 28px;
  font-size: 19px;
}

.bulletpoints li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00d1ef;
  border-radius: 10px;
  content: "";
  top: 9px;
  left: 0;

}

.help-icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url(/layout/help.png) no-repeat center center;
  margin-top: 5px;
}

.help-icon > div {
  display: none;
  position: absolute;
  width: 200px;
  color: #ff7f00;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  margin-top: 30px;
  padding-bottom: 5px;
  background: white;
  z-index: 999;

}

.help-icon:hover > div {
  display: block;
}

.job-mood-image {
  padding-top: 31%;
  width: 100%;
  background-size: cover;
}

.tooly {
  color: #ff7f00;
  font-size: 1.6rem;
  /*color:white;*/
  /*border-radius: 25px;*/
  /*width:20px;*/
  /*height:20px;*/
  display: inline-block;
  text-align: center;
  line-height: 20px;
  cursor: help;
}

[data-tooly] {
  position: relative;
  z-index: 2;

}

/* Hide the tooltip content by default */
[data-tooly]:before,
[data-tooly]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooly]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -130px;
  padding: 7px;
  width: 260px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooly);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooly]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooly]:hover:before,
[data-tooly]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.mfp-iframe-holder .mfp-close {
  right: 20px !important;
  padding-right: 0;
  top: 0 !important;
  color: black !important;
  font-size: 50px;
}

.mfp-iframe-holder .mfp-content {
  height:100%;
}