/**
 * Fonts.
 */
@font-face {
    font-family: 'Akkurat-Pro';
    src:     url('../fonts/AkkuratPro-Regular.eot'),
             url('../fonts/AkkuratPro-Regular.ttf'),
             url('../fonts/AkkuratPro-Regular.woff'),
             url('../fonts/AkkuratPro-Regular.woff2');
}

@font-face {
    font-family: 'Akkurat-Bold';
    src:    url('../fonts/Akkurat-Bold.eot'),
            url('../fonts/Akkurat-Bold.ttf'),
            url('../fonts/Akkurat-Bold.woff'),
            url('../fonts/Akkurat-Bold.woff2');
}

body {
    font-family: 'Akkurat-Pro', Helvetica, Arial, sans-serif;
    font-weight:normal;
    color: #0B3F75;
    font-size: 18px;
    line-height: 25px;
    margin:0;
    padding:0;
    width: 1px;
    width: 100%;
    box-sizing: border-box;
}
/**
 * Typography.
 */
h1, h2, h3, h4, b, strong {
    font-family: 'Akkurat-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 54px;
    line-height: 64px;
    margin-bottom:30px;
}

h2 {
    font-size:24px;
    line-height:30px;
    margin-bottom: 50px;
}

h3, h3:last-child {
    font-size:22px;
    margin-top:25px!important;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h3::first-letter {
    font-size: 120%;
}

h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

a {
    color: #FFBD04;
    text-decoration: none;
    transition: color .3s;
}

a:hover {
    color: #0B3F75;
}

a label {
    cursor: pointer;
}

ul {
    padding-left:20px;
    margin:0;
}
li {
    list-style-type:none;
    margin-bottom:15px;
}

b, strong {
    margin-bottom:10px;
}

strong {
    display: block;
}

p {
    margin:10px 0px;
}

em {
    font-style: normal;
    font-size:24px;
    line-height:30px;
}

/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:1200px;
    margin:0 auto;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1);
    padding-top:150px;
}

.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}

.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}
.multicolumn > * img {
    width:100%;
    height:auto;
    display: block;
}
.width-80 {
    width:80%;
}

.width-75 {
    width:75%;
}

.width-50 {
    width:50%;
}

.width-66 {
    width:66.666%;
}

.width-33 {
    width:33.333%;
}

.width-25 {
    width:25%;
}

.width-20 {
    width:20%;
}

.separator {
    width:70px;
}


@media screen and (max-width: 668px) {

    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .separator {
        display: none;
    }
}
/* Cookie modal */
#cookie-modal.ui.modal {
    border-radius: 10px;
    max-width: 900px;
    font-family: "sans-serif", Arial;
  }
  
  img#cookie-logo{
    margin: 23px;
    height:32px
  }
  
  #cookie-tabs {
    margin: 0;
    border-width: 1px;
  }
  
  #cookie-tabs .item {
    font-weight: bold;
    font-family: "sans-serif", Arial;
    font-size: 15px;
    padding: 23px;
  }
  
  #cookie-tabs .item.active {
    color: #1032cf !important;
    border-color: #1032cf !important;
    border-width: 3px;
  }
  
  #cookie-modal.ui.modal .ui.tab {
    color: black;
  }
  
  #cookie-modal.ui.modal .ui.tab .inner {
    padding: 20px 5px 5px 15px
  }
  
  #cookie-modal.ui.modal .ui.tab[data-tab="zustimmung"] .inner {
    padding: 24px 20px;
  }
  #cookie-modal.ui.modal .ui.tab[data-tab="cookies"] .inner {
    padding: 24px;
  }
  
  #cookie-modal.ui.modal .ui.tab p {
    font-family: "sans-serif", Arial;
    font-size: 15px;
    line-height: 24px;
  }
  
  #cookie-modal div.ui.tab[data-tab="cookies"] p {
    margin-bottom: 16px !important;
  }
  
  #cookie-modal div.ui.tab[data-tab="cookies"] p:last-of-type {
    margin-bottom: 0px !important;
  }
  
  #cookie-modal.ui.modal .ui.tab h2 {
    font-family: "sans-serif", Arial;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
  }
  
  #cookie-modal .ui.horizontal.segments#cookie-tickboxes {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    border-bottom:none;
  }
  
  #cookie-modal .ui.segment {
    padding: 23px 15px;
  }
  
  #cookie-modal .custom-checkbox {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #cookie-modal .custom-checkbox label {
    margin-bottom: 16px;
    cursor: pointer;
    font-weight: bold;
    color: black;
  }
  
  #cookie-modal .custom-checkbox .ui.toggle.checkbox input + label:before {
    height: 32px;
    width: 57px;
    background: black !important;
  }
  
  #cookie-modal .custom-checkbox .ui.toggle.checkbox input + label:after {
    height: 24px;
    width: 24px;
    background: white !important;
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 0px;
  }
  
  #cookie-modal .custom-checkbox .ui.toggle.checkbox input:checked + label:after {
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 0px;
  }
  
  #cookie-modal .custom-checkbox .ui.toggle.checkbox input:checked + label:before {
    height: 32px;
    width: 57px;
  }
  
  #cookie-modal .custom-checkbox .ui.toggle.checkbox input:not(:disabled):checked + label:before {
    background-color: #1032cf !important;
  }
  
  #cookie-modal .ui.fitted.toggle.checkbox {
    width: 57px;
  }
  
  #cookie-modal .ui.toggle.checkbox label {
    width: inherit;
    padding: 0;
  }
  
  #cookie-modal .button-row {
    padding: 15px 22px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    border-top: 1px solid rgb(214, 214, 214);
  }
  #cookie-modal .button-row button.cookie-btn-secondary {
    font-size: 15px;
    padding: 15px;
    border: 2px solid #1032cf;
    border-radius: 4px;
    font-weight: 600;
    background-color: none;
    background: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  #cookie-modal .button-row button.cookie-btn-main {
    font-size: 15px;
    cursor: pointer;
    color: white;
    padding: 15px;
    border: 2px solid #1032cf;
    border-radius: 4px;
    font-weight: 600;
    background: #1032cf;
    outline: none;
    box-sizing: border-box;
  }
  
  #cookie-modal .button-row button.cookie-btn-secondary:hover {
    color: rgb(60, 60, 60);
  }
  
  #cookie-modal .button-row button.cookie-btn-main:hover {
    background: rgb(55, 82, 201);
    border-color: rgb(55, 82, 201)
  }
  
  .cookie-layer{
    display: none;
    padding:15px 20px;
    border: 1px solid rgb(11,63,117);
  }
  #video-modal .cookie-layer, #location .cookie-layer{
    margin:20px;
  }
  
  .cookie-layer h4 {
    font-size:20px;
    text-transform: none;
  }
  
  .cookie-modal-trigger{
    cursor:pointer
  }
  .footer-apply .cookie-modal-trigger{
    display:block;
    text-decoration: underline;
    margin-top:4px;
    color:#ffbd04 !important;
  }
  .cookie-details {
    border-bottom:2px solid rgb(228, 228, 228);
    padding: 20px 0;
  }
  .cookie-details:last-of-type {
    border-bottom:none
  }
  .cookie-details:first-of-type {
    padding-top: 0;
  }
  
  .cookie-details i{
  transition: transform 0.2s ease-in-out
  }
  
  .cookie-details.active .cookie-details-toggle i, .cookie-details-list-item.active .cookie-details-inner-toggle i{
    transform:rotate(180deg)
  }
  
  .cookie-details-list {
    margin-top:10px;
    display:none;
    transition:background-color 0.2s ease;
  }
  .cookie-details-list:hover {
  background-color: #f7f7f7;
  }
  .cookie-details-list-item {
    border: 1px solid rgb(214, 214, 214);
    border-radius:7.5px;
    padding:15px;
    margin-top:7.5px;
  }
  
  .cookie-details.active .cookie-details-list {
  display:block
  }
  
  .cookie-details-header{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  button.cookie-details-toggle{
    display:flex;
    align-items: center;
    background:none;
    outline:none;
    border:none;
    cursor:pointer;
  }
  
  button.cookie-details-inner-toggle {
    display:flex;
    justify-content:space-between;
    align-items: center;
    background:none;
    outline:none;
    border:none;
    cursor:pointer;
    width:100%;
    padding:0;
  }
  
  button.cookie-details-inner-toggle .cookie-details-toggle-chip{
  margin-left:6px
  }
  
  button.cookie-details-toggle:hover, button.cookie-details-inner-toggle:hover{
  color: #1032cf;
  }
  
  .cookie-details-title, .cookie-link{
    font-weight: bold;
    font-family: "sans-serif", Arial;
    font-size: 15px;
  }
  
  .cookie-link {
   color: #1032cf;
   margin-top:15px;
   display:inline-block;
   /* display:flex;
   align-items:center;
   justify-self: start; */
  }
  
  .cookie-link img {
  height:18px;
  width:18px;
  margin-left:9px;
  }
  
  .cookie-link:hover {
    color: #2045e9;
   }
  
   .privacy-link{
   color: #2045e9;
   font-size:15px;
   line-height:24px;
   }
   
  .cookie-details-toggle .cookie-details-title{
    margin: 0 12px 0 20px;
  }
  
  .cookie-details-text{
    margin-left:45px;
    margin-top:10px;
    font-family: "sans-serif", Arial;
    font-size: 15px;
    line-height:24px;
    color: rgb(20, 20, 20);
  }
  
  
  
  .cookie-details-toggle-chip{
    background-color: #D6D6D6;
    font-size:12px;
    line-height:14px;
    border-radius: 60px;
    padding:3px 6px;
    font-weight:700;
    font-family:sans-serif;
  }
  
  .divider {
    height:1px;
    width:100%;
    display:block;
    border-top: 1px solid rgb(214, 214, 214);
    margin: 15px 0;
  }
  
  .scroll-container{
    transition: padding 0.1s ease-in-out;
    overflow-y: scroll;
    padding-right:10px;
    max-height: 300px;
   
  }
  
  .scroll-container::-webkit-scrollbar{
    width: 5px; /* Set the width of the scrollbar */
  
  }
  
  .scroll-container::-webkit-scrollbar-thumb{
    background-color: black 
  }
  
  .scroll-container::-webkit-scrollbar-thumb:hover{
    background-color: black 
  }
  
  .individual-cookie-list{
    margin-top:15px;
    padding-top: 15px;
    border-top: 1px solid rgb(214, 214, 214);
    flex-direction: column;
    gap:7.5px;
    display:none;
  }
  
  .cookie-details-list-item.active .individual-cookie-list{
    display:flex
  }
  
  .individual-cookie{
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgb(214, 214, 214);
    border-radius:15px;
    padding:15px;
  }
  
  .individual-cookie strong {
    display:inline;
    text-transform: initial;
    font-family: inherit;
    font-weight:700;
  }
  
  .cookie-name{
    font-weight:bold;
    margin-bottom:5px;
  }
  
  
  .flex-between {
    display:flex;
    justify-content: space-between;
    align-items:center
  }
  
  .flex{
    display:flex;
    align-items:center;
  }
  
  @media screen and (max-width: 670px) {
    /* cookie-modal */
    #cookie-modal.ui.modal {
      top:0;
      max-height:96%;
    }
    img#cookie-logo{
      margin: 10px;
      height:23px
    }
    #cookie-modal .button-row {
      grid-template-columns: 1fr;
      gap: 5px;
    }
    #cookie-modal .ui.horizontal.segments {
      flex-direction: column;
      border-left: none;
      border-right: none;
      padding: 15px 0;
    }
    #cookie-modal .ui.center.aligned.segment {
      padding: 15px;
    }
  
    #cookie-modal .custom-checkbox {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  
    .cookie-details-text{
      margin-left:0;
    }
  
    .modal.bottom-sheet {
      max-height: 100%;
      z-index: 2;
    }
  }
/**
 * Header
 */

header {
    background: white;
    vertical-align: middle;
    box-sizing: border-box;
    position:fixed;
    max-width: 1200px;
    width:100%;
    top:0px;
    z-index: 1;
    transition: all 0.2s ease 0s;
    padding: 60px 0px 0;
}
header .content {
    margin:0 auto;
}
header.sticky {
    padding-top:20px;
    padding-bottom:17px;
}
.logo {
    display:block;
    margin:0 auto;
    float:right;
}
.logo img {
    display:block;
    width:290px;
    height:27px;
}
.social-icons {
    float:left;
    position: relative;
    margin-left:15px;
}

.social-icons a {
    margin-right:20px;
    line-height:10px;
    display: block;
    float:left;
}

.social-icons a svg {
    width:30px;
    height:30px;
    transition: all .3s ease;
}

.social-icons a svg * {
    fill: #FFBD00;
}

.social-icons a:hover svg {
    transform:scale(1.4);
}

.social-icons a.whatsapp {
    display:none;
}

.social-icon-popup {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background:  #0B3F75;
    color:#fff;
    text-align: center;
    padding:15px;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Akkurat-Pro', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    border:none;
    border-radius: 15px;
    transition: all 0.2s;
    transform: scale3d(1, 0.9, 1);
    right: -100px;
    top: 45px;
    width: 250px;
}
.social-icon-popup:before {
    content:"";
    position: absolute;
    top: -20px;
    left:50%;
    transform: translateX(-11px);
    border: 11px solid transparent;
    border-bottom-color: #0B3F75;
}
.social-icon-popup.show {
    transition: transform 0.2s;
    opacity: 1;
    z-index: 10;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    pointer-events: auto;
}
.social-icon-popup .content {
    margin:0px;
}
.social-icons .social-icon-popup a {
    margin:0 7px;
}
.social-icons .social-icon-popup a svg * {
    fill: #FFBD00;
}

/**
 * Sticky title
 */
.sticky-title {
    position:fixed;
    top:170px;
    left: 50%;
    transform: translateX(-50%);
    opacity:0;
    z-index: 4;
    transition: all 0.2s ease 0s;
    background: -webkit-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: -o-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: linear-gradient(135deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    width:100%;
    max-width:1200px;
    box-sizing: border-box;
    padding: 20px 0px;
}
.sticky-title h1 {
    font-size: 32px;
    line-height: 51px;
    color:#ffffff;
    margin:0;
    width: calc(-290px + 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float:left;
}
.sticky-title .header-apply {
    width:30%;
    float:right;
}
.sticky-title .button.apply {
    margin:0px;
    max-width:100%;
}
header.sticky .sticky-title {
    opacity:1;
    top:69px;
}

/**
 * Slick navigation
 */
#navigation {
    float:left;
    overflow: auto;
    position: static;
    top: auto;
    left: auto;
    padding-top: 0;
    margin-left:-.625em;
}

#navigation ul.menu {
    display: none;
}

#navigation .slicknav_menu {
    display: block;
    z-index: 1099;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    background-color: #fff;
}
.sticky #navigation .slicknav_menu {
    top:55px;
}
#navigation .slicknav_menu,
#navigation .slicknav_menu * {
    box-sizing: border-box;
}

#navigation .slicknav_menu ul li.active a {
    color: #FFBD04;
}

#navigation .slicknav_btn,
#navigation .slicknav_nav .slicknav_item {
    cursor: pointer;
}

#navigation .slicknav_btn {
    display: block;
    vertical-align: middle;
    padding: .438em .625em;
    line-height: 1.125em;
    transition: all 0.2s ease 0s;
    margin-top:-5px;
}

.sticky #navigation .slicknav_btn {
    top:15px;
}

#navigation .slicknav_btn .slicknav_icon-bar, #navigation .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    transition: all .3s ease;
}

#navigation .slicknav_btn:hover .slicknav_icon-bar, #navigation .slicknav_btn:hover .slicknav_icon-bar + .slicknav_icon-bar {
    transform:scale(1.4);
}

#navigation .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 6px;
}

#navigation .slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute;
}

#navigation .slicknav_menu .slicknav_no-text {
    margin: 0;
}

#navigation .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.85em;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#navigation .slicknav_menu:after,
#navigation .slicknav_menu:before {
    content: " ";
    display: table;
}

#navigation .slicknav_menu:after {
    clear: both;
}

#navigation .slicknav_nav li,
#navigation .slicknav_nav ul {
    display: block;
}

#navigation .slicknav_nav li {
    float:left;
    margin: 0;
}

#navigation .slicknav_nav li:before {
    content:"";
}

#navigation .slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em;
}

#navigation .slicknav_nav .slicknav_item a {
    display: inline;
}

#navigation .slicknav_nav .slicknav_parent-link a {
    display: inline;
}

#navigation .slicknav_nav,
#navigation .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

#navigation .slicknav_menu .slicknav_icon-bar {
    background: #FFBD00;
}

#navigation .slicknav_nav {
    position:absolute;
    top:125px;
    left:0px;
    clear: both;
    margin:0px;
    padding: 0 0px 20px 110px;
    width: 100%;
    -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2);
    background: #fff;
}

#navigation .slicknav_nav a {
    font-family: 'Akkurat-Pro', Helvetica, Arial, sans-serif;
    color:#0B3F75;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px 30px;
    margin: 0;
    font-size: 24px;
}

#navigation .slicknav_nav a:hover {
    color:#FFBD00;
}

#navigation .slicknav_nav .slicknav_item a,
#navigation .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
.sticky #navigation .slicknav_nav {
    background: #fff;
    z-index: 5;
    top:69px;
}

/**
 * Content
 */
.content {
    max-width:940px;
    width:100%;
    margin:0 auto;
    padding:0px 20px;
    box-sizing: border-box;
    margin:40px auto 65px;
}
article {
    margin:40px 0px 0px;
}
article:first-child {
    margin-top:0px;
}
section article.multicolumn.article:last-child {
    margin-top:0px;
}
section article.multicolumn.article:last-child .width-50 {
    padding-top: 40px;
}
.content ul {
    margin:10px 0px 0px;
    padding:0;
}
.content ul li {
    padding-left:20px;
    margin-bottom: 0;
    position: relative;
    list-style-type: none;
}
.content ul li:before {
    font-size:12px;
    content:"\2014";
    position: absolute;
    top:0px;
    left: 0px;
}
.content ul li:last-child {
    margin-bottom: 0px;
}
.content ul.meta {
    margin-bottom:35px;
}
.content ul.meta li {
    display: inline-block;
    overflow: auto;
    padding:0px 20px 15px 0px;
    font-size:24px;
    line-height: 24px;
}
.content ul.meta li:before {
    display: none;
}
.content ul.meta li img {
    display:block;
    float:left;
    margin-right: 10px;
}
.image {
    margin:60px 0px 0px;
}
.image img {
    display:block;
    width:100%;
    height:auto;
}
.content.video {
    margin-top:0px;
    margin-bottom:0px;
}
#video {
    width: 100%;
    position: relative;
    padding-bottom: 56.22%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
a.more{
    transition: color .3s ease;
    position: relative;
}
a#info-trigger-contact, a#info-footer-trigger, .contact .contact-info a.portrait-trigger {
    display: inline-block;
    padding-left: 30px;
    background: url("../images/icons/tools/icon-info.svg") no-repeat left 2px;
    background-size: 22px;
    transition: all .2s ease;
    text-decoration: underline;
}
a#info-footer-trigger {
    display:inline-block;
    text-decoration: underline;
}
a#info-trigger-contact:hover, a#info-footer-trigger:hover, .contact .contact-info a.portrait-trigger:hover {
    color:#FFBD04;
    background-position: 5px 2px;
}
a.portrait-trigger {
    float:left;
    margin-right:20px;
}
a#contact-trigger-portrait {
    font-size:18px;
    line-height:25px;
    text-decoration: underline;
    display: block;
}
a#contact-trigger-portrait:hover {
    color:#FFBD04;
}
a#contact-trigger-contact, a#contact-trigger-portrait {
    display:inline-block;
    padding-left: 30px;
    background: url("../images/icons/social/icon-mail.svg") no-repeat left 2px;
    background-size: 22px;
    transition: all .2s ease;
    text-decoration: underline;
}
a#contact-trigger-contact:hover, a#contact-trigger-portrait:hover {
    background-size: 25px;
}
.centered {
    text-align: center;
}
.mobile {
    display:none;
}
.promo {
    overflow: auto;
    margin:30px auto;
}
.promo img {
    float:left;
    margin-right:20px;
}
.promo p {
    width:85%;
    float:left;
    color:#7E8A95;
}
/**
 * Contact.
 */
.contact {
    background: linear-gradient(93.48deg, #007BC0 0%, #0B3F75 100%);
    overflow: auto;
    margin:60px 0px;
    color:#fff!important;
}
.contact .content {
    overflow: auto;
}
.contact a {
    text-decoration: underline;
}
.contact a:hover {
    color:#FFBD04;
}
.contact-modals {
    overflow: auto;
    margin:15px 0px;
}
.contact .contact-info a {
    padding-right:10px;
}
.contact .multicolumn .multicolumn .separator {
    width: 30px;
}
.contact-person {
    width:100%;
    height:auto;
    border-radius: 50%;
}
.contact-email {
    margin:15px 0px;
}
.contact svg {
    width:20px;
    height:20px;
    transition: all .3s ease;
}
.contact svg * {
    fill:#FFBD04;
}
.contact-email a:hover svg {
    transform:scale(1.3);
}
.contact label {
    position:relative;
    left: 6px;
    top: -6px;
}
a.linkedin, a.xing {
    display:inline-block;
    margin-top:15px;
    padding-left:30px;
    background-size: 22px;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    transition: all .2s ease;
    text-decoration: underline;
}
a.linkedin {
    margin-right:15px;
    background-image: url(../images/icons/social/icon-linkedin-yellow.svg);
}
a.xing {
    background-image: url(../images/icons/social/icon-xing-yellow.svg);
}
a.linkedin:hover, a.xing:hover {
    background-size: 25px;
    color:#FFBD04;
}

/**
 * Benefits
 */
.train-wrapper {
    overflow: hidden;
    border-bottom: solid 10px black;
    box-shadow: 0 8px 10px -4px gray;
}
.train {
    display:block;
    margin-bottom:-17px;
    transition: margin-left 1.5s ease;
    margin-left:-300%;
    position: relative;
    width:300%
}
.train img {
    width:100%;
    height:auto;
}
.train.in-view {
    margin-left:-200%;
}
.train.in-view.middle {
    margin-left:-100%;
}
.train.in-view.end {
    margin-left:0%;
}
.controls {
    text-align: right;
    margin-right:100px;
    margin-top:60px;
}
.controls div {
    display: inline-block;
    margin-left: 30px;
    width:39px;
    height:54px;
    position:relative;
    cursor: pointer;
    background-size: cover;
}
.prev {
    background: url(../images/pfeil_left.png) top left no-repeat;
    transform: rotate(180deg);
}
.next {
    background: url(../images/pfeil_right.png) top left no-repeat;
}
.disabled {
    opacity: .5;
    pointer-events: none;
}
.benefits svg {
    width:50px;
    height:50px;
}
.benefit {
    position:absolute;
    top:34%;
    cursor: pointer;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.3, 0.5, 0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.in-view .benefit:nth-child(2), .in-view .benefit:nth-child(3), .in-view .benefit:nth-child(4) {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.set2 .benefit:nth-child(5), .set2  .benefit:nth-child(6), .set2  .benefit:nth-child(7) {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.set3 .benefit:nth-child(8), .set3 .benefit:nth-child(9), .set3 .benefit:nth-child(10) {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.benefit:nth-child(2) {
    right:14.3%;
    animation-delay: .5s;
}
.benefit:nth-child(3) {
    right: 17.12%;
    animation-delay: 1s;
}
.benefit:nth-child(4) {
    right: 20%;
    animation-delay: 1.5s;
}
.benefit:nth-child(5) {
    right: 40.75%;
    animation-delay: .5s;
}
.benefit:nth-child(6) {
    right: 44.15%;
    animation-delay: 1s;
}
.benefit:nth-child(7) {
    right: 53.5%;
    animation-delay: 1.5s;
}
.benefit:nth-child(8) {
    right: 68.5%;
    animation-delay: .5s;
}
.benefit:nth-child(9) {
    right: 78.6%;
    animation-delay: 1s;
}
.benefit:nth-child(10) {
    right: 81.5%;
    animation-delay: 1.5s;
}
.more-benefits {
    display: none;
}
.ui.popup {
    background: #0B3F75;
    color:white;
    text-align: center;
    font-size:20px;
    line-height: 26px;
    border:none;
}
.ui.popup:before {
    background: #0B3F75!important;
}
.ui.popup .content {
    margin:0 auto;
    padding:0px;
}
/**
 * Map
 */
#map iframe {
    width:100%;
}

/**
 * Teaser Boxes
 */
.external {
    margin:60px auto;
}
.teaser-container {
    overflow: auto;
    margin:0 -11px;
}
.teaser.box {
    width:calc(100%/3 - 20px);
    height:220px;
    margin:10px 10px 0px 10px;
    float:left;
    position: relative;
    padding: 30px 20px;
    background: -webkit-linear-gradient(93.48deg, #007BC0 0%, #0B3F75 100%);
    background: -o-linear-gradient(93.48deg, #007BC0 0%, #0B3F75 100%);
    background: linear-gradient(93.48deg, #007BC0 0%, #0B3F75 100%);
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    color:#FFFFFF;
    transition: all .25s ease-in-out 0s;
}
.teaser-content {
    overflow: hidden;
    text-overflow: ellipsis;
}
.teaser-content:before {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 32px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    content: "\002b";
}
.teaser-content a {
    position: absolute;
    top: calc(100% - 23px);
    left: calc(100% - 20px);
    right: 20px;
    bottom: 23px;
    overflow: hidden;
    display: block;
    background: url(../images/bg-pattern.png) #FFBD00;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #0B3F75;
    background-image: none;
    transition: all .5s ease-in-out 0s;
}
.teaser-content a span {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 8.5%;
    opacity: 0;
    transition: all .5s ease-in-out 0s;
}
.teaser:hover {
    border-color:#FFBD00;
}
.teaser:hover a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}
.teaser:hover a span {
    opacity: 1;
    top: 50%;
    -webkit-transition: all .25s ease-in-out .5s;
    -o-transition: all .25s ease-in-out .5s;
    transition: all .25s ease-in-out .5s
}
#video-modal.modal iframe {
    min-height: 484px;
}
#video-modal.modal .content {
    margin:20px 0px;
}
/**
.video {
    padding-bottom:56%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
 */
/**
 * Footer
 */
footer {
    background-image:url("../images/zug-illustration.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff!important;
    margin-top:70px;
    padding:0px;
    overflow: auto;
}
footer .content {
    margin:0 auto;
    padding:70px 20px;
}

/**
 * More Jobs
 */
.jobs {
    margin-bottom:35px;
}
.jobs ul {
    margin-bottom:25px;
}
.jobs ul li {
    padding:15px 0px 15px;
    border-bottom:solid 2px rgba(255, 255, 255, .5);
    overflow:auto;
}
.jobs ul li:first-child {
    padding-top:0px;
}
.jobs ul li:last-child {
    border-bottom:none;
}
.jobs ul li:before {
    content:'';
}
.jobs ul li a {
    display:block;
}
.jobs a {
    text-decoration: underline;
}
.jobs a:hover {
    color:#FFF;
}
.jobs ul li a h3 {
    width:80%;
    float:left;
    margin:0px!important;
}
.jobs ul li a span {
    color:#fff;
    text-transform: uppercase;
    width:20%;
    float:left;
}
.follow a {
    display:inline-block;
}
.follow img {
    width:60px;
    height:60px;
    margin-right:20px;
    position:relative;
    transition: all 0.2s ease;
}
.follow img:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 900ms ease;
    transform-origin: top;
    border: 0.1em solid #0B3F75;
    transform: scale3d(0, 1, 1);
}
.follow a:hover img:before {
    transform: scale3d(1, 1, 1);
    transition: transform 900ms;
}
.follow img.kununu {
    width:90px;
    margin-right:0px;
}

footer .button.apply {
    margin:30px auto 20px;
}
.button.apply {
    font-family: 'Akkurat-Bold', Helvetica, Arial, sans-serif;
    background: url(../images/bg-pattern.png) #FFBD00;
    border-radius: 2px;
    color: #0B3F75;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 15px 0px 11px;
    transition: all 0.2s ease;
    font-size:20px;
    margin:20px 0px 30px;
    cursor: pointer;
    position: relative;
    max-width: 275px;
}
.button.jobabo {
    font-family: 'Akkurat-Bold', Helvetica, Arial, sans-serif;
    background: #FFf;
    border-radius: 2px;
    color: #0B3F75;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 15px 0px 11px;
    transition: all 0.2s ease;
    font-size:20px;
    margin:20px 0px 30px;
    cursor: pointer;
    position: relative;
    max-width: 275px;
}
.button::before, .button::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 900ms ease;
    transform-origin: center;
}
.button::before {
    border-top: 0.1em solid #0B3F75;
    border-bottom: 0.1em solid #0B3F75;
    transform: scale3d(0, 1, 1);
}
.button::after {
    border-left: 0.1em solid #0B3F75;
    border-right: 0.1em solid #0B3F75;
    transform: scale3d(1, 0, 1);
}
.button.apply:hover {
    color:#0B3F75;
}
.button:hover::before, .button:hover::after {
    transform: scale3d(1, 1, 1);
    transition: transform 900ms;
}

/**
 * Moduls
 */
.ui.dimmer {
    background-color:rgba(0,0,0,.45)
}
.ui.modal {
    top:10%;
    border-radius: 0px;
    background: #fff;
}
.ui.modal.portrait-modal {
    top:80px;
}
.modal iframe {
    width:100%;
    display:block;
    min-height: 680px;
    overflow: hidden;
}
#contact-modal-contact iframe, #contact-modal-portrait iframe {
    min-height: 970px;
}
.contact-modal .modal-close {
    position:absolute;
    right:40px;
    bottom:30px;
    width:275px;
}
.modal-content {
    background: #fff;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
    padding:0px;
    position:relative;
}
.modal-content .modal-header {
    padding: 60px;
    background: linear-gradient(320.19deg, #084B84 0%, #007BC0 100%);
}
.modal-content .modal-header h2 {
    font-size:35px;
    color:#fff;
    margin:0px;
}
.modal-content .section {
    padding:60px;
}
.modal-content .section:last-child {
    padding-top:0px;
}
.modal-content .section p {
    font-size:20px;
    line-height: 28px;
}
.modal-content .button.apply {
    margin:0px auto;
}
.modal-content a svg {
    height:25px;
    width:25px;
    margin-right:15px;
}
.modal-content a svg * {
    fill:#FFBD04;
}
.modal-content a.linkedin, .modal-content a.xing {
    font-size: 18px;
}
.modal-close {
    font-family: 'Akkurat-Bold', Helvetica, Arial, sans-serif;
    background: #FFf;
    border-radius: 2px;
    border:solid 1px #0B3F75;
    color: #0B3F75;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 15px 0px 11px;
    transition: all 0.2s ease;
    font-size: 20px;
    margin: 40px auto 0px;
    cursor: pointer;
    position: relative;
    max-width: 275px;

}
@media screen and (max-width: 670px) {
    .modal.bottom-sheet {
        max-height: 100%;
        z-index: 2;
    }
}
.contact-success #content {
    padding:60px;
}
.contact-success .centered .button.jobabo {
    padding-left:80px;
    padding-right:80px;
}
.portrait-modal .modal-header {
    position:relative;
    height:180px;
    box-sizing: border-box;
}
.portrait-modal .portrait-data  {
    height:225px;
}
.portrait-modal .portrait-data td {
    padding:0 0 0 30px;
    height: 112px;
}
.portrait-modal .portrait-data td em {
    color:#fff;
}
.portrait-modal .portrait-data td p {
    font-size:24px;
}
.portrait-modal .portrait-data td strong {
    font-size:24px;
    line-height:24px;
    margin-bottom:0px;
}
.portrait-modal .section {
    padding-top:130px;
    font-size:20px;
    line-height:27px;
}
.portrait-modal .section h4 {
    margin-bottom:10px;
    font-size:20px;
    line-height:27px;
}
.portrait-modal .section p {
    margin:30px 0px;
}
.portrait-modal a.contact-trigger {
    float:none;
    font-size:18px;
    line-height:24px;
}
.send2friend-modal .modal-close, #contact-modal-contact .modal-close, #contact-modal-portrait .modal-close {
    position:absolute;
    right:60px;
    bottom: 45px;
    width: 275px;
}
/**
 * Media Queries
 */
@media screen and (max-width: 1024px) {
    #wrapper {
        padding-top:80px;
    }
    h1 {
        font-size:44px;
        line-height:52px;
    }
    .logo {
        width:169px;
    }
    .logo img {
        width:100%;
        height:auto;
    }
    #navigation .slicknav_nav {
        padding-left:10px;
    }
    .benefits svg {
        width: 45px;
        height: 45px;
    }
    a.contact-trigger, a#contact-trigger-contact {
        margin-top:10px;
    }
    .send2friend-modal .modal-close, #contact-modal-contact .modal-close, #contact-modal-portrait .modal-close {
        bottom:19px;
    }
}
@media screen and (max-width: 980px) {
    .benefits svg {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 880px) {
    .benefits svg {
        width: 35px;
        height: 35px;
    }
    .sticky-title h1 {
        font-size:28px;
    }
}
@media screen and (max-width: 780px) {
    .benefits svg {
        width: 30px;
        height: 30px;
    }
    .portrait-modal .modal-header {
        height:200px;
        padding: 20px;
    }
    .portrait-modal .modal-header td {
        vertical-align: top;
        color:#fff!important;
        height: 95px;
    }
    .portrait-modal .portrait-data {
        height:180px;
    }
    .portrait-modal .portrait-data td {
        padding-left:10px;
    }
    .portrait-modal .modal-header td img {
        width:75px;
    }
    .portrait-modal .portrait-data td em {
        font-size:16px;
        line-height:20px;
        margin-bottom:0px;
    }
    .portrait-modal .portrait-data td p, .portrait-modal .portrait-data td strong {
        font-size:16px;
        line-height:20px;
    }
    .portrait-modal .section {
        padding-top: 0;
    }
    .sticky-title h1 {
        font-size:26px;
    }
    #video-modal.modal iframe {
        min-height: 358px;
    }
}
@media screen and (max-width: 668px) {
    .desktop {
        display: none!important;
    }
    .mobile {
        display:inline-block;
    }
    .mobile.benefits .item {
        margin-bottom:30px;
        overflow: auto;
    }
    .mobile.benefits .item svg {
        width:66px;
        height:66px;
        float:left;
        margin-right:15px;
    }
    .mobile.benefits .item p {
        margin-top: 0;
        float:left;
        width: 70%;
    }
    .more-benefits {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: none;
        display:block;
        margin-left:20px;
        color:#FFBD00;
        font-family:'Akkurat-Pro', Helvetica, Arial, sans-serif;
        text-decoration: underline;
        cursor: pointer;
    }
    .sticky-title h1 {
        font-size: 24px;
        line-height: 30px;
        width:100%;
        margin-top:0px!important;
    }
    .content {
        width:100%;
    }
    .teaser.box {
        width:calc(100% - 20px);
        float:none;
        box-sizing: border-box;
        margin-bottom: 20px;
        height:160px;
    }
    .social-icons a.whatsapp {
        display:inline;
    }
    footer {
        margin-top:40px;
    }
    footer .content {
        padding:20px 20px 60px 20px;
    }
    .follow img {
        width:55px;
        height:55px;
        margin-right:15px;
    }
    .follow img.kununu {
        width:55px;
    }
    .jobs {
        margin-bottom:0px;
    }
    .jobs ul li a {
        text-decoration: none;
    }
    .jobs ul li a h3, .jobs ul li a span {
        float:none;
        display:block;
        margin-top: 5px!important;
    }
    .contact-person {
        width:130px!important;
        margin:40px auto 20px;
    }
    .contact {
        margin-top: 40px;
        padding-top: 10px;
        text-align: center;
    }
    .contact h3 {
        font-size:20px;
        margin-bottom:20px;
    }
    a.portrait-trigger {
        margin-left:0px;
        margin-top:10px;
        float: none;
    }
    .button.apply {
        margin:20px auto 30px;
    }
}

@media screen and (max-width: 520px) {
    #wrapper {
        box-shadow: none;
        padding-top:50px;
    }
    header {
        left:0px;
        transform:none;
        padding:20px;
        height:55px;
    }
    header .content {
        padding:0px;
    }
    .sticky-title {
        background: linear-gradient(90.37deg, #007BC0 0%, #0B3F75 100%);
        padding: 10px 20px;
    }
    header.sticky .sticky-title {
        top: 55px;
    }
    header.sticky .content {
        padding:0px;
    }
    .social-icons {
        margin-right: 0px;
        margin-left: 10px;
        margin-top: 0px;
    }
    .social-icons .print {
        display:none;
    }
    .social-icons a svg {
        width:20px;
        height:20px;
    }
    #navigation .slicknav_menu {
        top:50px;
    }
    #navigation .slicknav_nav {
        padding:10px;
        top:50px;
        background: white;
    }
    .sticky #navigation .slicknav_nav {
        top:55px;
    }
    #navigation .slicknav_nav a {
        font-size:18px;
        padding:10px 6px 10px 0px;
    }
    #navigation .slicknav_btn {
        top: 14px;
        left: 8px;
    }
    #navigation .slicknav_menu .slicknav_icon-bar {
        width:20px;
        height:2px;
    }
    #navigation .slicknav_nav li {
        padding-left:12px;
    }
    .content ul.meta {
        margin-bottom:40px;
    }
    .content {
        padding:0px 20px;
        margin:0px;
    }
    .image {
        margin:0px;
    }
    article {
        margin:0px;
    }
    .content ul.meta li {
        font-size:20px;
        line-height:20px;
    }
    em {
        display:block;
        margin-bottom:30px;
        font-size:20px;
        line-height:26px;
    }
    h1 {
        font-size: 30px;
        line-height:36px;
        margin-bottom:20px;
        margin-top:30px!important;
    }
    h3 {
        margin-top:40px!important;
        margin-bottom:20px!important;
    }
    .social-icon-popup {
        width:210px;
        right:-127px;
    }
    .social-icon-popup:before {
        left:29%;
    }
    .promo {
        margin-top:20px;
    }
    .promo p {
        width:70%;
        margin-top:0px;
    }
    #map iframe {
        height: 240px;
    }
    .modal iframe {
        height:100%;
        overflow:auto;
        min-height: 1000px;
    }
    .contact-modal iframe {
        min-height: 1200px;
    }
    .button.apply, .button.jobabo {
        width:100%;
        max-width: 100%;
        text-align: center;
        margin-bottom:20px;
    }
    a#info-trigger, a#info-footer-trigger, a.portrait-trigger {
        display:inline-block;
    }
    .modal-content .modal-header {
        padding:20px;
    }
    .modal-content .section {
        padding:20px;
    }
    .modal-content .modal-header h2 {
        line-height:40px;
    }
    .modal-close {
        width: 100%;
        max-width: 100%;
    }
    .send2friend-modal .modal-close, #contact-modal-contact .modal-close, #contact-modal-portrait .modal-close {
        bottom: 10px;
        left: 20px;
        width: 88%;
    }
    .modal-content .button.apply {
        margin-top:40px;
    }
    #contact-modal-contact iframe, #contact-modal-portrait iframe {
        min-height: 1190px;
    }
    #video-modal.modal iframe {
        min-height: 170px;
    }
}

.print-only, .no-show {
    display:none;
}