/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-300.woff") format("woff"), url("../fonts/montserrat-v15-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-500.woff") format("woff"), url("../fonts/montserrat-v15-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-600.woff") format("woff"), url("../fonts/montserrat-v15-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/*-------------------------------------
*  1. Reset CSS
*-------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

html, body, div, span, applet, object, iframe, h2, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style:none outside none;
    text-decoration:none;
}
body, html {
  width:100%;
  height: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, img {
    border: 0 none;
    outline: 0 none;
}
input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}
a {
  text-decoration: none;
}
a:hover,a:visited,a:active{
  text-decoration: none;
}
a:hover{ 
  color: #EB4617;
}
h1{
  font-size:48px;
  line-height: normal;
  font-weight: 500;
  color:   #EB4617;
  margin-bottom: 50px;
}
h2{
  font-size:38px;
  line-height: normal;
  font-weight: 500;
  color:   #EB4617;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px){
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 25px;
  }
}
/* h2{
  font-size:20px;
  line-height:normal;
  color:#000;
  font-weight: 500;
} */
h3{
  font-weight: normal;
}
h4{
  font-size: 26px;
  line-height: auto;
  color:#646A6D;
}
p{
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
a{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#000;
}
/*a:active,a:hover,a:link,a:visited{
  color:#000;
}*/
.clear{
  clear: both;
}
.img-cover{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img{
  max-width:100%;
  width: auto;
  height: auto;
  display:block;
}
/*
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.padding-x1 {
  padding: 40px 0;
}
.padding-x2 {
  padding: 70px 0;
}
.padding-x3 {
  padding: 130px 0;
}
.pt-200 {
  padding-top: 200px;
}
header{
  position: absolute;
  width: 100%;
  float: left;
  padding: 20px 0px;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.navbar-toggler {
  float: right;
}
.navbar-toggler .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggler .icon-bar {
    display: block !important;
    width: 25px !important;
    margin-bottom: 6px;
    height: 3px;
    border-radius: 1px;
    background-color: #EB4617;
}

@media screen and (min-width: 992px){
  header.fixed, .single.single-post header {
    position: fixed;
    background-color: #FFF;
    box-shadow: 0 5px 20px -2px rgba(128, 128, 128, 0.3);
  }
  header.fixed nav ul {
    top: 7px;
    position: relative;
  }
  header.fixed nav ul li a.nav-link, .single.single-post header.fixed nav ul li a.nav-link  {
    color: #797979!important;
  }
  .navbar-toggler {
    display: none;
  }
}
/* header.fixed {
  position: fixed;
  z-index: 1000;
  background: rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
} */
header .logo{
  width: 130px;
  float: left;
}
header .logo img{
  width: 100%;
}
header nav{
  float: right;
  position: relative;
}
header nav ul{
  display: block;
}
header nav ul li{
  display: inline-block;
}
@media screen and (max-width: 991px){
  header {
    position: relative;
  }
  header nav {
    float: right;
    position: absolute;
    background-color: #003358;
    left: 0;
    top: 100%;
    width: 100%;
  }
  header nav #main-navbar {
    width: 100%;
  }
  header nav ul {
    float: right;
    position: absolute;
    background-color: #003358;
    left: 0;
    top: 100%;
    padding: 25px 0;
  }
  header nav ul li {
    width: 100%;
    text-align: center;
  }
  header nav ul li .nav-link {
    color: #FFF!important;
    padding: 14px 0;
  }
}
@media screen and (min-width: 1200px){
  header nav ul li.karriere {
    border-left: 1px solid #FFF;
  }
  header nav ul li.karriere {
    border-left: 1px solid #797979;
  }
  header nav ul li.karriere {
  }

  header nav ul li.nav-login {
    position: relative;
    margin-left: 15px;
  }
  header nav ul li.nav-login:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 9px;
    left: -10px;
  }
  .home header nav ul li.nav-login:before {
    background-image: url(../images/login-icon.png);
  }
  header nav ul li.nav-login:before {
    background-image: url(../images/login-icon-dark.png);
  }
  header.fixed nav ul li.nav-login:before {
    background-image: url(../images/login-icon-dark.png);
  }
}
header nav ul li a{
  font-size: 13px;
  font-weight: 500;
  color:#797979!important;
  padding:15px 10px;
  display: block;
  text-transform: uppercase;
}
header nav ul li.current-menu-item > a{
  font-weight: 700;
}
.home header nav ul li a {
  color: #FFF!important;
}
header nav ul li:first-child a{
  padding-left:0px;
}
header nav ul li:last-child a{
  padding-right:0px;
}
@media screen and (max-width: 991px){
  header nav ul li.menu-item-53 a, header nav ul li.menu-item-390 a {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  header nav ul li.menu-item-53 a:after, header nav ul li.menu-item-390 a:after {
    width: 200px;
    content: '';
    border-bottom: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
  header nav ul li.nav-login > a {
    display: inline-block;
    background-color: #FFF;
    color: #EB4617!important;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
  }
  header nav ul li.nav-login > a:before {
    content: '';
    background-image: url(../images/login-icon-orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 13px;
    position: relative;
    top: 2px; 
  }
}

section{
  width: 100%;
  float: left;
}
.bg-pink{
  background-color: #F3F4F5;
}
.home-slider{
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 992px){
  .home-slider, .featured-section {
    position: relative;
  }
  .home-slider:after, .single-post .featured-section:after {
    content: '';
    background-image: url(../repository/slider-overlay.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: top right;
    height: 100px;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
  }
  .single-post .featured-section:after {
    background-size: contain;
    width: 60%;
    right: 0;
  }
}
.home-slider .info-box{
  text-align: left;
}
.slide-img{
  width: 100%;
  height: 100vh;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 350px){
  .slide-img{
    height: auto;
    margin-bottom: 20px;
  }
}
.info-box{
  background-color: #fff;
  padding:30px 100px 30px 30px;
  float: left;
  width: 540px;
  margin-top: 220px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.title-holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.title-holder img{
  width: 65px;
}
.title-holder span{
  font-size: 20px;
  font-weight: 500;
  color:#797979;
  margin-left: 30px;
}
.info-box h2{
  margin-bottom: 30px;
}
.read-more{
  color: #797979;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.info-box:hover .read-more, .note-slider a:hover .read-more {
  color: #EB4617;
}
.info-box:hover .read-more img, .note-slider a:hover .read-more img{
  display: none;
}
.info-box:hover .read-more:after, .note-slider a:hover .read-more:after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
  background-image: url('../repository/arrow-orange.svg');
}
.note-slider a, .blog .agor-note a {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.note-slider a:hover h3 {
  color: #000;
}
.read-more .arrow{
  display: inline-block;
  margin-left: 20px;
  width: 15px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.info-box a:hover .arrow{
  margin-left: 25px;
}
.slider-arrow{
  position: absolute;
  top: 30px;
  width: 120px;
  right: -60px;
  display: flex;
  flex-direction: row;
}

.services-slider-wrapper .slider-arrow {
  top: 0;
}
.services-slider-wrapper .branchen-box .service-nav.active span {
  border-bottom: 4px solid #e34b1f;
}
.services-slider-wrapper .slider-arrow .service-back {
  background-color: #FFF;
}
.services-slider-wrapper .slider-arrow .service-next {
  background-color: #C0C4C4;
  z-index: 9;
}
.services-slider-wrapper .slider-arrow svg path {
  stroke: #FFF;
}
.services-slider-wrapper .slider-arrow .service-back svg path {
  stroke: #C0C4C4;
}
.services-slider-wrapper a span {
  text-transform: unset!important;
}
.services-slider-wrapper .branchen-box a span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  padding: 15px 0;
}

@media screen and (max-width: 768px){
  .services-slider-wrapper .slider-arrow {
    top: -60px;
  }
  .services-slider-wrapper .branchen-box a span {
    padding: 15px 0;
    margin-bottom: 20px;
  }
}

.services-slider {
  padding: 40px 20px 0px 20px;
}
.services-slider li {
  font-size: 20px;
  line-height: 24px;
  padding: 35px 0;
  border-bottom: 1px solid #797979;
  text-align: left;
}
.services-slider-wrapper .branchen-box a:first-of-type span, .services-slider li:first-of-type {
  padding-top: 0;
}

.slider-arrow svg, .slider-arrow-section svg{
  width: 16px;
}
.slider-arrow a, .slider-arrow-section a{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.slider-arrow a:first-child{
  background-color: #C0C4C4;
}
.slider-arrow a:last-child{
  background-color: #fff;
}
.home-social-media{
  display: flex;
  margin-top: auto;
  margin-left: auto;
}
.pd-90{
  padding:90px 0px;
}
.pd-80{
  padding:80px 0px;
}
.pd-70{
  padding:70px 0px;
}
.pd-60{
  padding:60px 0px;
}
.pd-50{
  padding:50px 0px;
}
.about h2{
  margin-bottom: 60px;
}
.about p{
  font-size: 16px;
  color: #1B1B1B;
  margin-bottom: 42px;
  display: block;
}
.about span{
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  display: block;
  margin-bottom: 50px;
}
a.orange{
  border: 2px solid #EB4617;
  color: #EB4617;
  padding:10px 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
a.orange img{
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.orange:hover {
  color: #FFF;
  background-color: #EB4617;
}
a.orange:hover img{
  display: none;
}
a.orange:hover:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
  background-image: url('../repository/right-white.svg');
}
.black-box{
  display: flex;
  flex-direction: column;
  background-color:#000;
  padding:40px 30px;
  height: 100%;
}
@media screen and (max-width: 1199px){
  .st-pr-ac .col-lg-4 {
    margin-bottom: 25px;
  }
}
.black-box img{
  width: 70px;
  margin-bottom: 40px;
}
.black-box h2{
  margin-bottom: 40px;
}
.black-box p{
  margin-bottom: 30px;
  color:#fff;
}
.black-box a.orange{
  display: flex;
  margin-right: auto;
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
}
.black-box a.orange:hover:after {
  top:1px;
}
.black-box a.orange img{
  margin-bottom: 0px;
  top:0px;
}
.team h2{
  margin-bottom: 60px;
}
.team figure{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.team .name {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  padding: 7px;
  text-align: left;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.team .name span{
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
}

.team a:hover .name {
  opacity: 1;
  visibility: visible;
}

.team figure img{
  width: 100%;
}
.slider-row{
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
  margin-bottom: 30px;
}
.slider-row .slider-item{
  padding-left: 10px;
  padding-right: 10px;
}
.agor-note h3{
  font-size:20px;
  font-weight: 700;
  line-height:normal;
  margin-bottom: 30px;
}
.agor-note .desc{
  padding:30px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-align: left;
  min-height: 258px;
}
.agor-note figure{
  width: 100%;
  height: 240px;
  display: block;
}
.agor-note .desc .date{
  font-size: 10px;
  font-weight: 500;
  color: rgba(0,0,0,0.2);
  margin-bottom: 15px;
}
.agor-note .desc h2{
  font-weight: 700;
  margin-bottom: 20px;
}
.agor-note .desc p{
  margin-bottom: 30px;
  line-height: 20px;
}
.agor-note .slider-arrow {
    top: -107px;
    right: 10px;
}
@media screen and (max-width: 768px){
  #note {
    padding-top: 30px;
  }
  .agor-note .slider-arrow {
    top: -190px;
    display: none;
  }
}
.more-orange{
  border: 1px solid #EB4617;
  padding:10px 15px;
  background-color: #EB4617;
  color:#fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.more-orange img{
  display: inline-block;
  margin-left: 20px;
  width: 15px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more-orange:hover{
  color: #EB4617;
  background-color: transparent;
}
.more-orange:hover img{
  display: none;
}
.more-orange:hover:after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
  background-image: url('../repository/arrow-orange.svg');
}
.branchen h2{
  margin-bottom: 60px;
}
.branchen-box{
  background-color: #000;
  padding:40px 20px 0px 20px;
  width: 100%;
  float: left;
}
.branchen-box span:not(.wpcf7-form-control-wrap){
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  display: flex;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.branchen-box .active span:not(.wpcf7-form-control-wrap){
  font-weight: 700;
}
.partners h2{
  margin-bottom: 50px;
}
.slick-track{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.partners .slider-row{
  padding: 0px 80px;
  position: relative;
}
.partner-prev{
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -16px;
}
.partner-prev img{
  width: 16px;
}
.partner-next{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
}
.partner-next img{
  width: 16px;
}
.contact-left{
  width: 40%;
  float: left;
}
.contact-right{
  width: 60%;
  float: left;
}
@media screen and (max-width: 768px){
  .contact-left, .contact-right {
    width: 50%;
  }
  .slider-arrow {
    left: 0;
    top: -60px;
  }
}
.contact-right iframe{
  width: 100%;
}
.contact-left .branchen-box{
  position: relative;
  margin-top: 60px;
}
.contact-left .branchen-box .slider-arrow{
  top: -60px;
}
.contant-info{
  padding:50px 0px;
  width: 100%;
  float: left;

}
.contact-info-box{
  width: 50%;
  float: left;
  padding:0px 20px; 
}
@media screen and (max-width: 768px){
  .contact-info-box{
    width: 100%;
  }
}
.contant-info .contact-info-box p, .contant-info .contact-info-box a{
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color:#000;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0px;
  text-align: left;
  width: 100%;
}
.contant-info a{
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
  float: left;
  padding-left: 20px;
  width: 100%;
  text-align: left;
}
.branchen-box a{
  display: block;
  position: relative;
}
.home .branchen-box a.active:after{
  content: '';
  position: absolute;
  bottom:-1px;
  left: 10px;
  height: 4px;
  width: 0;
  -webkit-animation: changewidth 5s;
  -moz-animation: changewidth 5s;
  -ms-animation: changewidth 5s;
  -o-animation: changewidth 5s;
  animation: changewidth 5s;
  background-color:#EB4617;
}
  @-webkit-keyframes changewidth {
    0% {
    width: 0%;
    }
    1% {
    width: 1%;
    }
    2% {
    width: 2%;
    }
    3% {
    width: 3%;
    }
    4% {
    width: 4%;
    }
    5% {
    width: 5%;
    }
    6% {
    width: 6%;
    }
    7% {
    width: 7%;
    }
    8% {
    width: 8%;
    }
    9% {
    width: 9%;
    }
    10% {
    width: 10%;
    }
    11% {
    width: 11%;
    }
    12% {
    width: 12%;
    }
    13% {
    width: 13%;
    }
    14% {
    width: 14%;
    }
    15% {
    width: 15%;
    }
    16% {
    width: 16%;
    }
    17% {
    width: 17%;
    }
    18% {
    width: 18%;
    }
    19% {
    width: 19%;
    }
    20% {
    width: 20%;
    }
    21% {
    width: 21%;
    }
    22% {
    width: 22%;
    }
    23% {
    width: 23%;
    }
    24% {
    width: 24%;
    }
    25% {
    width: 25%;
    }
    26% {
    width: 26%;
    }
    27% {
    width: 27%;
    }
    28% {
    width: 28%;
    }
    29% {
    width: 29%;
    }
    30% {
    width: 30%;
    }
    31% {
    width: 31%;
    }
    32% {
    width: 32%;
    }
    33% {
    width: 33%;
    }
    34% {
    width: 34%;
    }
    35% {
    width: 35%;
    }
    36% {
    width: 36%;
    }
    37% {
    width: 37%;
    }
    38% {
    width: 38%;
    }
    39% {
    width: 39%;
    }
    40% {
    width: 40%;
    }
    41% {
    width: 41%;
    }
    42% {
    width: 42%;
    }
    43% {
    width: 43%;
    }
    44% {
    width: 44%;
    }
    45% {
    width: 45%;
    }
    46% {
    width: 46%;
    }
    47% {
    width: 47%;
    }
    48% {
    width: 48%;
    }
    49% {
    width: 49%;
    }
    50% {
    width: 50%;
    }
    51% {
    width: 51%;
    }
    52% {
    width: 52%;
    }
    53% {
    width: 53%;
    }
    54% {
    width: 54%;
    }
    55% {
    width: 55%;
    }
    56% {
    width: 56%;
    }
    57% {
    width: 57%;
    }
    58% {
    width: 58%;
    }
    59% {
    width: 59%;
    }
    60% {
    width: 60%;
    }
    61% {
    width: 61%;
    }
    62% {
    width: 62%;
    }
    63% {
    width: 63%;
    }
    64% {
    width: 64%;
    }
    65% {
    width: 65%;
    }
    66% {
    width: 66%;
    }
    67% {
    width: 67%;
    }
    68% {
    width: 68%;
    }
    69% {
    width: 69%;
    }
    70% {
    width: 70%;
    }
    71% {
    width: 71%;
    }
    72% {
    width: 72%;
    }
    73% {
    width: 73%;
    }
    74% {
    width: 74%;
    }
    75% {
    width: 75%;
    }
    76% {
    width: 76%;
    }
    77% {
    width: 77%;
    }
    78% {
    width: 78%;
    }
    79% {
    width: 79%;
    }
    80% {
    width: 80%;
    }
    81% {
    width: 81%;
    }
    82% {
    width: 82%;
    }
    83% {
    width: 83%;
    }
    84% {
    width: 84%;
    }
    85% {
    width: 85%;
    }
    86% {
    width: 86%;
    }
    87% {
    width: 87%;
    }
    88% {
    width: 88%;
    }
    89% {
    width: 89%;
    }
    90% {
    width: 90%;
    }
    91% {
    width: 90%;
    }
    92% {
    width: 90%;
    }
    93% {
    width: 90%;
    }
    94% {
    width: 90%;
    }
    95% {
    width: 90%;
    }
    96% {
    width: 90%;
    }
    97% {
    width: 90%;
    }
    98% {
    width: 90%;
    }
    99% {
    width: 90%;
    }
    100% {
    width: 90%;
    }
  }
  @keyframes changewidth {
    0% {
    width: 0%;
    }
    1% {
    width: 1%;
    }
    2% {
    width: 2%;
    }
    3% {
    width: 3%;
    }
    4% {
    width: 4%;
    }
    5% {
    width: 5%;
    }
    6% {
    width: 6%;
    }
    7% {
    width: 7%;
    }
    8% {
    width: 8%;
    }
    9% {
    width: 9%;
    }
    10% {
    width: 10%;
    }
    11% {
    width: 11%;
    }
    12% {
    width: 12%;
    }
    13% {
    width: 13%;
    }
    14% {
    width: 14%;
    }
    15% {
    width: 15%;
    }
    16% {
    width: 16%;
    }
    17% {
    width: 17%;
    }
    18% {
    width: 18%;
    }
    19% {
    width: 19%;
    }
    20% {
    width: 20%;
    }
    21% {
    width: 21%;
    }
    22% {
    width: 22%;
    }
    23% {
    width: 23%;
    }
    24% {
    width: 24%;
    }
    25% {
    width: 25%;
    }
    26% {
    width: 26%;
    }
    27% {
    width: 27%;
    }
    28% {
    width: 28%;
    }
    29% {
    width: 29%;
    }
    30% {
    width: 30%;
    }
    31% {
    width: 31%;
    }
    32% {
    width: 32%;
    }
    33% {
    width: 33%;
    }
    34% {
    width: 34%;
    }
    35% {
    width: 35%;
    }
    36% {
    width: 36%;
    }
    37% {
    width: 37%;
    }
    38% {
    width: 38%;
    }
    39% {
    width: 39%;
    }
    40% {
    width: 40%;
    }
    41% {
    width: 41%;
    }
    42% {
    width: 42%;
    }
    43% {
    width: 43%;
    }
    44% {
    width: 44%;
    }
    45% {
    width: 45%;
    }
    46% {
    width: 46%;
    }
    47% {
    width: 47%;
    }
    48% {
    width: 48%;
    }
    49% {
    width: 49%;
    }
    50% {
    width: 50%;
    }
    51% {
    width: 51%;
    }
    52% {
    width: 52%;
    }
    53% {
    width: 53%;
    }
    54% {
    width: 54%;
    }
    55% {
    width: 55%;
    }
    56% {
    width: 56%;
    }
    57% {
    width: 57%;
    }
    58% {
    width: 58%;
    }
    59% {
    width: 59%;
    }
    60% {
    width: 60%;
    }
    61% {
    width: 61%;
    }
    62% {
    width: 62%;
    }
    63% {
    width: 63%;
    }
    64% {
    width: 64%;
    }
    65% {
    width: 65%;
    }
    66% {
    width: 66%;
    }
    67% {
    width: 67%;
    }
    68% {
    width: 68%;
    }
    69% {
    width: 69%;
    }
    70% {
    width: 70%;
    }
    71% {
    width: 71%;
    }
    72% {
    width: 72%;
    }
    73% {
    width: 73%;
    }
    74% {
    width: 74%;
    }
    75% {
    width: 75%;
    }
    76% {
    width: 76%;
    }
    77% {
    width: 77%;
    }
    78% {
    width: 78%;
    }
    79% {
    width: 79%;
    }
    80% {
    width: 80%;
    }
    81% {
    width: 81%;
    }
    82% {
    width: 82%;
    }
    83% {
    width: 83%;
    }
    84% {
    width: 84%;
    }
    85% {
    width: 85%;
    }
    86% {
    width: 86%;
    }
    87% {
    width: 87%;
    }
    88% {
    width: 88%;
    }
    89% {
    width: 89%;
    }
    90% {
    width: 90%;
    }
    91% {
    width: 90%;
    }
    92% {
    width: 90%;
    }
    93% {
    width: 90%;
    }
    94% {
    width: 90%;
    }
    95% {
    width: 90%;
    }
    96% {
    width: 90%;
    }
    97% {
    width: 90%;
    }
    98% {
    width: 90%;
    }
    99% {
    width: 90%;
    }
    100% {
    width: 90%;
    }
  }


.branchen-box .slider-arrow a{
  display: flex;
}

.featured-section {
  padding-top: 200px;
  background-image: linear-gradient(#F3F4F5 87%, #ffffff 0%);
  margin-bottom: 40px;
  position: relative;
}
.single-teammembers .featured-section {
  background-image: linear-gradient(#F3F4F5 91%, #ffffff 0%);
}
@media screen and (max-width: 768px){
  .single-teammembers .teammember-image {
    margin-bottom: 30px
  }
  .single-teammembers .featured-section {
    padding-top: 130px;
  }
  .single-teammembers .featured-section img {
    margin: 0;
    margin-bottom: 0;
  }
}
.featured-section .section-title {
  color: #797979;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 35px;
  min-height: 48px;
}
.single-teammembers .featured-section .section-title {
	min-height: unset
}
.single-teammembers .featured-section .section-title  *, .single-teammembers .featured-section .section-title   p {
  color: #797979;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.single-teammembers .featured-section .section-title.job_certificates {
	margin-top: 35px
}
.featured-section .section-title  > *:last-child {
	margin-bottom:0
}
.featured-section .section-description {
  color: #797979;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px){
  .single header {
    background-color: #FFF;
  }
  .single .featured-section .section-description {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .single .featured-section .background-image {
    background-position: center;
  }
}
.single-teammembers .featured-section .section-description {
  margin-bottom: 25px;
}
.single-teammembers .featured-section .section-title {
  margin-bottom: 0;
}
.single-teammembers .featured-section .social-media {
  margin-bottom: 90px;
  min-height: 90px;
}

.single .main-content {
  margin-bottom: 80px;
}

.featured-section .slider-arrow-section {
  display: flex;
  flex-direction: row;
}
.featured-section .slider-arrows {
  display: block;
}

@media screen and (min-width: 992px){
  .single-teammembers .featured-section .slider-arrows {
    position: relative;
    bottom: -22px;
  }
}
@media screen and (max-width: 991px){
  .single-teammembers .featured-section .slider-arrows {
    display: none;
  }
  .single-teammembers .featured-section .social-media {
    margin-bottom: 40px;
  }
  .single.single-teammembers .featured-section .section-description {
    margin-bottom: 25px;
  }
  .single.single-teammembers .featured-section .section-title.job_certificates {
	margin-top: 25px;
  }
}

@media screen and (max-width: 768px){
  .page-id-60 .featured-section .slider-arrows,
  .page-id-90 .featured-section .slider-arrows,
  .page-id-96 .featured-section .slider-arrows {
    position: absolute;
    top: calc( 100% - 60px );
    z-index: 9;
  }
  .featured-section img {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .single.single-teammembers .featured-section img {
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.featured-section .slider-arrows a {
  display: flex;
}
.featured-section .slider-arrows a:first-child{
  background-color: #C0C4C4;
}
.featured-section .slider-arrows a:last-child{
  background-color: #fff;
}
.single-teammembers .featured-section .slider-arrows .prev-teammember{
  background-color: #C0C4C4;
}
.single-teammembers .featured-section .slider-arrows .next-teammember{
  background-color: #fff;
}
.single-teammembers .featured-section .slider-arrows .prev-teammember svg path {
  stroke: #FFF;
}
.single-teammembers .featured-section .slider-arrows .next-teammember svg path {
  stroke: #C0C4C4;
}
.main-details {
  background-color: #000000;
  padding: 30px;
}
.main-details li {
  margin-bottom: 30px;
}
.other-details {
  padding: 30px;
}
.other-details .mb-60 {
  margin-bottom: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.profile-details h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #EB4617;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .profile-details {
    padding-top: 0;
    margin-top: -40px;
  }
}
.profile-details li {
  color: #797978;
  font-size: 14px;
  line-height: 25px;
}
.main-details li {
  color: #FFF;
}

footer{
  width: 100%;
  float: left;
}
footer a:hover {
  color: #EB4617;
}
footer .nav-link {
  padding: unset;
}

.footer-up{
  width: 100%;
}
.sitemap-title, .widgettitle{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color:#797979;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer ul{
  display: block;
}
footer ul li{
  display: block;
}
footer ul li a{
  display: block;
  font-size: 12px;
  font-weight: 500;
  color:#797979;
  margin-bottom: 10px;
}
.social-media{
  display: block;
  width: 100%;
  padding-top:30px;
}
@media screen and (max-width: 768px) {
  .social-media.desktop {
    display: none;
  }
  .social-media.mobile {
    position: absolute;
    top: -70px;
    left: calc(100% - 90px );
  }
}
@media screen and (min-width: 769px){
  .social-media.mobile {
    display: none;
  }
}
.social-media ul li{
  display: inline-block;
  margin-right: 10px;
}
.social-media ul li a{
  font-size: 22px;
}
footer .social-media ul li:last-child{
  margin-right: 0px;
}
.contact-form h4{
  font-size: 20px;
  font-weight: 500;
  color:#C0C4C4;
  margin-bottom: 20px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea{
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  padding:10px;
  color:#fff;
  background-color: #1B1B1B;
  border-bottom:1px solid #707070;
  margin-bottom: 20px;
}
.contact-form textarea{
  border-top: none;
  border-left: none;
  border-right: none;
  resize: none;
  height: 98px;
}
@media screen and (max-width: 768px){
  .contact-form textarea {
    position: relative;
    top: -78px;
  }
  .g-recaptcha {
    position: relative;
    top: 115px;
    transform: scale(0.85)!important;
  }
}
.contact-form input[type="submit"]{
  font-size: 12px;
  font-weight: 700;
  color:#C0C4C4;
  border:1px solid #C0C4C4;
  padding:10px;
  float: right;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
  background-color:#212121;
}
.copyright{
  width: 100%;
  float: left;
  background-color: #003358;
  padding:20px 0px;
  border-bottom: 1px solid #707070;
}
.copyright p,.copyright a{
  font-size: 12px;
  font-weight: 500;
  color:#fff;
  float: left;
  margin-bottom: 0px;
}
.copyright a{
  float: right;
}













/*==== MOBILE START HERE ====*/
@media screen and (max-width:767px){
  footer li#nav_menu-2, footer li#text-2 {
    display: inline-block;
    vertical-align: top;
  }
  footer .social-media {
    padding-top: 0;
  }
  #nav_menu-3, #nav_menu-4 {
    margin: 20px 0;
  }
}
/*==== TABLET START HERE ====*/
@media only screen and (min-width :768px) and (max-width:991px){
  
}
/*==== LAPTOP START HERE ====*/
@media only screen and (min-width : 992px) and (max-width: 1239px){
  
}
/*==== LARGE SCREEN START HERE ====*/
@media only screen and (min-width: 1240px){
  
}
@media only screen and (min-width: 1400px){
  
}


.half-bg {
  background-image: linear-gradient(#F3F4F5 50%, #ffffff 0%);
}
.page-id-27 .half-bg {
  background-image: linear-gradient(#F3F4F5 27%, #ffffff 0%);
}
@media screen and (max-width: 768px){
  .page-id-60 .featured-section, .page-id-90 .featured-section, .page-id-96 .featured-section {
    padding-top: 120px;
    background-image: linear-gradient(#F3F4F5 98%, #ffffff 0%);
  }
  .page-id-60 .featured-section .section-title, .page-id-90 .featured-section .section-title, .page-id-96 .featured-section .section-title {
    margin-bottom: 0;
  }
}


body.custom-background.blog {
  background-image: linear-gradient(#F3F4F5 485px, #ffffff 0%);
}

.blog .agor-note {
  margin-bottom: 120px;  
}
.blog .agor-note .slider-item {
  margin-bottom: 30px;
}

.blog .agor-note .desc {
  background-color: #F3F4F5;
}

.blog .agor-note .read-more {
  color: #797979;
} 
.blog .agor-note a:hover .read-more {
  color: #EB4617;
}
.blog .agor-note a:hover .read-more:after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
  background-image: url('../repository/arrow-orange.svg');
}
.blog .agor-note a:hover .read-more img {
  display: none;
}
.blog .agor-note a:hover h3 {
  color: #000;
}
.single .section-inner {
  background-color: #FFF;
  padding: 30px 25px;
}
.single .section-inner-wrapper {
  z-index: 9;
}
.single .section-inner .section-date {
  font-size: 12px;
  color: #797979;
  margin-bottom: 35px;
  display: block;
}

@media screen and (max-width: 768px){
  .blog #content {
    padding-top: 100px;
  }
  .single .section-inner-wrapper {
    margin-top: 185px;
    margin-bottom: -20px;
  }
}

.featured-section .top-content {
  z-index: 1;
}
.featured-section .background-image {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 87%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 0;
}
.single-post .featured-section .background-image {
  left: 40%;
  width: 60%;
}
@media screen and (max-width: 768px){
  .single-post .featured-section .background-image {
    left: 0;
    width: 100%;   
  }
}

.ceo {
  margin-top: 45px;
}

@media screen and (min-width: 1199px){
  .ceo .black-bg .inner-container {
    background-color: #000;
    padding: 75px 120px;
    color: #FFF;
    position: relative;
    width: 115%;
    left: -15%;
    top: -70px;
    z-index: 1;
  }
  .ceo .black-bg strong {
    text-decoration: underline;
    text-decoration-color: #EB4617;
  }
  .ceo .col-md-4 {
    z-index: 2;
  }
}

.custom-bg-color {
  background-color: #F3F4F5;
}


@media screen and (min-width: 1200px){
  #home {
    position: relative;
  }
  #home .social-media {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 1199px){
  .home #home .info-box {
    float: unset;
    width: auto;
  }
  .home .slide-img {
    background-size: 100%;
  }
}


#home .social-media a {
  color: #FFF;
}

.home-slider-container {
    overflow: hidden;
}

.home-slider:nth-child(n+1) {
    display: none;
}

.slick-initialized,
.home-slider:first-child { 
    display: block;
}

.accordions {
  padding: 45px 0;
  background-color: #F3F4F5;
}
.page-id-96 .accordions {
  background-color: #FFF;
}
.page-id-96 .accordions .panel-body {
  background-color: #F3F4F5;
}
.accordions.two-accordions {
  background-color: #FFF;
  padding-top: 10px;
}
.accordions .panel-heading {
  background-color: #000;
  color: #FFF;
  font-size: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
}
.accordions.two-accordions .special-list li {
  padding: 10px 20px;
  border-bottom: 2px solid #C0C4C4;
  font-size: 16px;
  font-weight: 500;
  color: #797979;
}
.accordions .panel-heading a {
   -o-transition: all 200ms ease-in-out;
   -ms-transition: all 200ms ease-in-out;
   -moz-transition: all 200ms ease-in-out;
   -webkit-transition: all 200ms ease-in-out;
  display: block;
  cursor: pointer;
}
 .accordions .panel-heading a:hover {
   text-decoration: none;
}
 .accordions .panel-heading a .panel-title {
   font-size: 20px;
   line-height: 24px;
   color: #fff;
   position: relative;
}
 .accordions .panel-heading a .panel-title:before {
   content: '';
   position: absolute;
   right: 0px;
   background-image: url("../repository/arrow-up.png");
   background-size: contain;
   background-repeat: no-repeat;
   width: 18px;
   height: 18px;
   -o-transition: all 200ms ease-in-out;
   -ms-transition: all 200ms ease-in-out;
   -moz-transition: all 200ms ease-in-out;
   -webkit-transition: all 200ms ease-in-out;
   top: 3px;
}
 @media screen and (max-width: 768px) {
   .accordions .panel-heading a .panel-title {
     padding-right: 35px;
     font-size: 16px;
	 word-wrap: break-word;
  }
   .accordions .panel-heading a .panel-title:before {
     right: 0 !important;
     width: 25px!important;
     height: 25px!important;
     top: 0px!important;
  }
}
 .accordions .panel-heading a.collapsed .panel-title:before {
   content: '';
   position: absolute;
   right: 0px;
   background-image: url("../repository/arrow-down.png");
   background-size: contain;
   background-repeat: no-repeat;
   width: 18px;
   height: 18px;
   -o-transition: all 200ms ease-in-out;
   -ms-transition: all 200ms ease-in-out;
   -moz-transition: all 200ms ease-in-out;
   -webkit-transition: all 200ms ease-in-out;
   top: 3px;
}

.accordions.two-accordions .panel-heading a.collapsed .panel-title:before, .accordions.two-accordions .panel-heading a .panel-title:before {
  right: -10px;
}

.single-accordion .more-orange:hover:after {
  background-image: url("../repository/arrow-down.png");
  background-size: contain;
}
.accordions .accordion {
  margin-bottom: 30px;
}
.accordions .panel-body {
  padding: 20px 30px;
  background-color: #FFF;
}
.accordions.two-accordions .panel-body {
  padding: 20px 10px;
}
 .accordions p {
  /* font-size: 20px;
   font-weight: 600;
   line-height: 29px;
   color: #6a6d6f;
   */
}
 .accordions li, .accordions p {
   color: #5c5c5b;
   font-size: 13px;
}
 .accordions td {
   font-size: 13px;
}
.inner-main-title {
  background-color: #EB4617;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 25px;
  margin-bottom: 20px;
}
.special-titles {
  background-color: #EB4617;
  margin-bottom: 20px;
  overflow: hidden;
}
.special-titles h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.special-titles h4.special-title-other {
  padding: 25px;
}
.special-titles .first-title {
  background-color: #D63001;
}
.special-titles .first-title:after {
  position: absolute;
  top: 50%; right: 0;
  margin: -25px -5px;
  width: 40px /* 80px/2 */; height: 47px/* 80px/sqrt(3) */;
  transform: rotate(30deg) skewY(30deg); /* create a rhombus */
  /* 49.1deg = atan(1.15) = atan(47px/40px) */
  background-color: #D63001;
  content: ''
}

.copy-area {
  background-color: #FFF;
  padding: 30px;
}

@media screen and (min-width: 1200px){
  .copy-area {
    position: relative;
    top: -60px;
  }
  .page-id-509 .copy-area {
    position: unset;
    margin-top: 0;
    padding: 10px 0;
  }
}
.copy-area p {
  font-size: 14px;
  line-height: 20px;
}
.copy-area .copy-button {
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  background-color: #EB4617;
  color: #FFF!important;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 30px;
}
.copy-area .copy-button:hover {
  cursor: pointer;
}
.copy-area .copy-button img {
  display: inline-block;
  top: 5px;
  position: relative;
  margin-left: 10px;
}
#copy-text {
  position: absolute;
  left: -9999px;
}

.karriere-second {
  padding-top: 30px;
}

.karriere-second p {
  font-size: 12px;
  line-height: 25px;
}

/* Filters */
.filters-button-group {
  margin-bottom: 30px;
}
.filters-button-group .label {
  font-size: 14px;
  font-weight: 600;
  color: #797979;
  margin-right: 10px;
  display: inline-block;
}
.filters-button-group .button {
  background: transparent;
  text-transform: uppercase;
  border: 1.5px solid #797979;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #797979;
  outline: none;
}
@media screen and (max-width: 768px){
  .filters-button-group .label {
    width: 100%;
    margin-bottom: 15px;
  }
  .filters-button-group .button {
    width: 49%;
    margin-bottom: 15px;
  }

}
.filters-button-group .button.active, .filters-button-group .button:hover {
  background-color: #EB4617;
  border: 1.5px solid #EB4617;
  color: #FFF;
}
.filter-item {
  display: none;
  position: relative;
}
.filter-item .read-more {
  position: absolute;
  bottom: 60px;
}
.filter-item.active {
  display: block;
}

.home .agor-note .desc .read-more {
  position: absolute;
  bottom: 30px;
}

.custom-login {
  width: 275px;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #FFF;
  display: none;
}


@media screen and (min-width: 992px){
  .custom-login.show {
    display: block;
  }
}

.custom-login input {
  display: block;
  width: 100%;
  background-color: #EAEAEA;
  margin-bottom: 15px;
  padding: 14px 10px;
  color: #C0C4C4;
  font-size: 12px;
  font-weight: 500;
}

.custom-login .read-more {
  color: #EB4617;
}
.custom-login .read-more:hover {
  color: #797979;
}
.custom-login .read-more:hover img {
  display: none;
}
.custom-login .read-more:hover:after {
  content: '';
  display: inline-block;
  margin-left: 21px;
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
  background-image: url('../repository/arrow-right.svg');
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C0C4C4;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #C0C4C4;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #C0C4C4;
}
:-moz-placeholder { /* Firefox 18- */
  color: #C0C4C4;
}

.special-list li {
  padding: 20px 50px;
  border-bottom: 1px solid #C0C4C4;
  font-size: 16px;
  color: #000;
}
.special-list li.last {
  background-color: #EB4617;
  border-bottom: 1px solid #EB4617;
  color: #FFF;
  font-weight: 700;
}

#uber-uns .desktop-only {
  display: none;
}

#uber-uns .mobile-only {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (min-width: 992px){
  #uber-uns .desktop-only {
    display: inline-block;
  }
  #uber-uns .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 768px){
  .col-md-3.col-6 {
    margin-bottom: 30px;
  }
}
.wpcf7-response-output {
  color: #FFF;
  font-size: 14px;
  border: 2px solid #797979!important;
}
.branchen-box .wpcf7 p.datenschutz {
  font-size: 13px;
  color: #FFF;
  margin-bottom: 0;
}
.branchen-box .wpcf7 p.datenschutz a {
  color: #FFF;
  text-decoration: underline;
  display: inline-block;
  font-weight: 700;
}
.branchen-box .wpcf7 .ajax-loader {
  display: flex;
  width: 15px;
  margin-left: unset;
}
.branchen-box .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  text-transform: unset;
  margin-left: 0;
  width: 100%;
  display: block;
}

/* Members plugin */
.single-gallery-video {
  margin-bottom: 40px;
}
.gallery-video {
  margin-bottom: 20px;
  position: relative;
}
.gallery-video:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gallery-video .play-icon {
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.user-tabs {
  background-color: #F3F4F5;
  padding: 120px 0 50px 0;
}
.user-tabs .user-tabs-inner {
  text-align: center;
  border-bottom: 3px solid #C0C4C4;
}
.user-tabs .user-tabs-inner a {
  font-size: 32px;
  color: #C0C4C4;
}

@media screen and (max-width: 992px){
  .user-tabs .user-tabs-inner a {
    font-size: 100%;
  }
}
.user-tabs .user-tabs-inner.active {
  border-bottom: 3px solid #EB4617;
}
.user-tabs .user-tabs-inner:hover a, .user-tabs .user-tabs-inner.active a {
  color: #EB4617;
}
.user-tabs .user-tabs-inner.active a {
  font-weight: 500;
}

/* Newsletter */
.single-upload {
  margin-bottom: 30px;
}
.single-upload li {
  margin-bottom: 15px;
}
.single-upload li a {
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px){
  .single-upload li a {
    font-size: 16px;
    padding-right: 40px;
    overflow-wrap: break-word;
  }
}
.single-upload li a:after {
  content: '';
  background-image: url(../repository/download-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 21px;
  top: 13px;
}

.single-upload h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.page-id-60 .featured-section img, 
.page-id-90 .featured-section img, 
.page-id-96 .featured-section img {
  max-width: 250px;
}

@media screen and (max-width: 991px){
  .page-id-60 .featured-section img, 
  .page-id-90 .featured-section img, 
  .page-id-96 .featured-section img {
    display: none;
  }
}

.page-id-60 .featured-section,
.page-id-90 .featured-section, 
.page-id-96 .featured-section {
  padding-top: 150px;
  background-image: linear-gradient(#F3F4F5 100%, #ffffff 0%);
}
.page-id-96 .one-col p {
  color: #797979;
}

.page-id-60 .one-col h2,
.page-id-90 .one-col h2, 
.page-id-96 .one-col h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px){
  .page-id-60 .featured-section .section-title,
  .page-id-90 .featured-section .section-title,
  .page-id-96 .featured-section .section-title {
    position: relative;
    margin-bottom: 30px;
  }
  .page-id-60 .featured-section .section-title:before, .page-id-90 .featured-section .section-title:before, .page-id-96 .featured-section .section-title:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 63px;
    height: 73px;
    position: relative;
    float: left;
    top: -30px;
    margin-right: 20px;
  }
  .page-id-60 .featured-section .section-title:before {
    background-image: url(../repository/strategy.svg);
  }
  .page-id-90 .featured-section .section-title:before {
    background-image: url(../repository/privacy.svg);
  }
  .page-id-96 .featured-section .section-title:before {
    background-image: url(../repository/academy.svg);
  }

}
@media screen and (min-width: 992px){
  .sub-menu, header.fixed nav .sub-menu {
    width: 275px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: #FFF;
    display: none;
    box-shadow: 0 2px 11px rgba(0,0,0,0.12), 0 1px 7px rgba(0,0,0,0.12);
    box-shadow: 0 15px 30px rgba(0,0,0,0.03), 0 15px 30px rgba(0,0,0,0.03);
  }
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .sub-menu li {
    display: block;
  }
  .sub-menu li a, .home .sub-menu li a {
    font-size: 13px;
    font-weight: 500;
    color: #797979!important;
    padding: 5px 0px;
    display: block;
    text-transform: uppercase;
  } 
  .sub-menu li:nth-of-type(2) a {
    padding-bottom: 10px;
  }
  .sub-menu li:last-of-type a, header.fixed nav .sub-menu li:last-of-type a {
    color: #EB4617!important;
    font-weight: 600;
    font-size: 15px;
    border-top: 1px solid #ececec;
  } 
}
@media screen and (max-width: 991px){
  header nav .sub-menu {
    position: unset;
    float: none;
  }
}

@media screen and (min-width: 992px){
  .contact {
    background-color: #222;
    background-repeat: no-repeat;
    background-position: right;
  }
}

.contact .office {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  display: block;
  margin-bottom: 15px;
}
.contact .address,
.contact .phone {
  font-size: 11px;
  line-height: 19px;
  color: #FFF;
  display: block;
  margin-bottom: 15px;
}
.contact .email {
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px){
  .page-id-509 .copy-area {
    margin-top: unset;
    padding: unset;
  }
}

@media screen and (max-width: 768px){
  #home .info-box h2 {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 25px;
    word-break: break-word;
  }

  .title-holder img {
    width: 45px;
  }

  .title-holder span {
    font-size: 18px;
    font-weight: 500;
    color: #797979;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px){
  #kontakt {
    padding-bottom: 250px;
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #222222;
  }
}
.inner-404 {
    margin: 120px 0 60px 0;
	text-align: center;
}
.inner-404 .number-404 {
	font-size: 72px;
	font-weight: 700;
	color: #EB4617;
}

/* Text Styling Informationspflichten */
.col-md-12 ul {
	list-style-type: disc;
	list-style-position: inside;
}

/* karriere page */
.page-template-template-karriere header {
	background-color: #fff;
}
#karriere-header {
	padding: 180px 0 90px;
	height: 700px;
	position: relative;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center right;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
	border-bottom: 1px solid #F3F4F5;
}
#karriere-header .container2.social {
	position: absolute;
    bottom: 60px;
    width: 100%;
}
#karriere-header .social-media.desktop {
	display: flex;
	justify-content: flex-end
}
#karriere-header .social-media a {
    color: #FFF;
}
#karriere-header .social-media a:hover {
	color: #EB4617;
}
.karriere-info-box.info-box {
	margin-top: 0;
	margin-bottom:0;
	align-items: flex-start;
	min-height: 432px;
}
.karriere-info-box.info-box  a.orange:after {
	display:none
}
@media screen and (min-width: 992px) {
	#karriere-header {
		height: 48.5vw;
	}	
    .karriere-info-box.info-box {
        margin-left: 30px;
    }
}
@media screen and (min-width: 1500px) {
    .karriere-info-box.info-box {
/*        margin-left: -150px;*/
    }
}

#karriera-about .row {
    align-items: center;
}
#karriera-about, #karriera-about p {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.8;
}

#benefits {
	padding: 30px 0 112px;
	
}
#application {
	background-color: #F5F5F5;
	padding: 112px 0 56px;
}

.cta-wrap {
	background-position: center;
	text-align: center;
}
.cta-wrap h2 {
	margin-bottom: 24px
}
.cta-wrap .orange {
	display: inline-block;
	margin-top: 56px
}