@font-face {
  font-family: "Neue Helvetica";
  font-style: normal;
  font-weight: 300;
  src: local("Neue Helvetica"),
    url("../fonts/Helvetica Neue LT 45 Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neue Helvetica";
  font-style: italic;
  font-weight: 300;
  src: local("Neue Helvetica"),
    url("../fonts/Helvetica Neue LT 46 Light Italic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neue Helvetica";
  font-style: normal;
  font-weight: 700;
  src: local("Neue Helvetica"),
    url("../fonts/Helvetica Neue LT 75 Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neue Helvetica";
  font-style: italic;
  font-weight: 700;
  src: local("Neue Helvetica"),
    url("../fonts/Helvetica Neue LT 76 Bold Italic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neue Helvetica";
  font-style: normal;
  font-weight: 900;
  src: local("Neue Helvetica"),
    url("../fonts/Helvetica Neue LT 85 Heavy.woff") format("woff");
  font-display: swap;
}

@font-face {
font-family: "gelato-luxe", sans-serif;
font-weight: 400;
font-style: normal;
}

body {
  font-family: "Neue Helvetica";
  color: #000;
  font-size: 16px;
}

body.home .logo a img {
  /*top: 36px;*/
  background-color: #d51130;
  border-radius: 2px 2px 15px 15px;
}

.logo a img {
  width: 136px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.video_wrap {
  width: 400px;
  height: 400px;
  position: relative;
  margin-bottom: 32px;
}

.video_wrap video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-nav-collapse .logo a img,
body.home .top-nav-collapse .logo a img {
  width: 70px;
  top: 0;
}

.wow {
  visibility: hidden;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000003;
}

a:active,
a:hover {
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d51130;
}
ul {
  padding-left: 15px;
}

.navbar-expand-lg .navbar-nav {
  padding-top: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 150px;
}
.navbar-expand-lg.top-nav-collapse .navbar-nav {
  padding-top: 0px;
  margin-right: 150px;
}

button:focus {
  outline: 0 !important;
}

input:focus {
  outline: none !important;
}

.f-none {
  float: none;
}

.bg-white {
  background-color: #fff;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.page-wrap {
  padding: 0;
}

.p-null {
  padding: 0;
}

.pl-null {
  padding-left: 15px !important;
}

.mob-only {
  display: none;
}

.desc-only {
  display: block;
}

.relative {
  position: relative;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.anchor {
  display: block;
  position: relative;
  top: 50px;
  visibility: hidden;
}
.anchor2 {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

div.table {
  display: table;
  margin-bottom: 79px;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 554px;
}

div.tr {
  display: table-row;
}

div.td {
  display: table-cell;
  padding-right: 20px;
  margin-bottom: 48px;
  padding-bottom: 4px;
  padding-right: 32px;
  vertical-align: top;
}

div.td strong {
  font-weight: 400;
  max-width: 253px;
  display: inline-block;
}

div.td.t-bold {
}

div.tr.space-b div.td {
  padding-bottom: 30px;
}

a.anchor {
  scroll-margin-top: 200px;
}

.cookieconsent-com---palette-dark .cc-nb-reject,
.cookieconsent-com---palette-dark .cc-nb-okagree {
  background-color: #d51130 !important;
}
.cookieconsent-com---palette-dark .cc-cp-foot-save {
  background: #eaeaea !important;
}
video {
  width: 100%;
  height: auto;
}

.to-top img {
  position: fixed;
  right: 26px;
  bottom: 54px;
  cursor: pointer;
  display: none;
  z-index: 99;
  width: 43px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.to-top img:hover {
  opacity: 0.6;
}

.page-wrap {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  z-index: 9;
  position: relative;
  /* overflow-y: hidden; */
  /* overflow-x: hidden; */
  padding-top: 0;
  border-top: 119px solid #d51130;
}

.navbar .container {
  position: relative;
}

.navbar-default .navbar-collapse.navbar250 {
  width: 100%;
  /* padding-left: 18px; */
}

.navbar-default .aps-line {
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  transition: all 3s ease;
}

.navbar-default .navbar-collapse.navbar250 .aps-line {
  width: 150px;
}

.navbar-default .aps-line.line1 {
  top: 14px;
}

.navbar-default .aps-line.line2 {
  right: 0;
  top: 340px;
}

.menu-btn-close {
  display: none;
}

.menu-btn {
  display: none;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: 0;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #ffffff;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: "";
}

.c-hamburger--htla.is-active span::after,
.c-hamburger--htla.is-active span::before,
.c-hamburger--htra.is-active span::after,
.c-hamburger--htra.is-active span::before {
  width: 50%;
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--rot {
  background-color: #28aadc;
}

.c-hamburger--rot span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--rot.is-active {
  background-color: #166888;
}

.c-hamburger--rot.is-active span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.c-hamburger--htla {
  background-color: #32dc64;
}

.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

.c-hamburger--htla.is-active {
  background-color: #18903c;
}

.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(38px) translateY(4px) rotate(45deg);
  -ms-transform: translateX(38px) translateY(4px) rotate(45deg);
  transform: translateX(38px) translateY(4px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(38px) translateY(-4px) rotate(-45deg);
  -ms-transform: translateX(38px) translateY(-4px) rotate(-45deg);
  transform: translateX(38px) translateY(-4px) rotate(-45deg);
}

.c-hamburger--htra {
  background-color: #ff9650;
}

.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

.c-hamburger--htra.is-active {
  background-color: #e95d00;
}

.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #12131d;
}

.se-pre-con .load-logo {
}

.se-pre-con .load-logo .part1 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  width: 151px;
}

.paginate {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  padding-top: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.paginate span {
  padding: 4px;
  color: #000000;
}

.paginate .current {
  color: #cc2536;
}

.paginate a {
  color: #333333;
  padding: 4px;
}

.paginate a:hover {
  color: #b1291c;
}

.color {
  color: #d51130;
}

.navbar.navbar-expand-lg {
  background-color: #d51130;
  padding: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 1920px;
  margin: 0 auto;
}

/****************************************/

/* Desktop: Untermenü bei Hover anzeigen - show submenu hover */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Untermenü-Layout */
.navbar-nav .dropdown-menu {
  background-color: #d51130;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

/* Untermenü-Links */
.navbar-nav .dropdown-menu li a {
  padding: 10px 20px;
  display: block;
  color: #000;
  text-decoration: none;
}

.navbar-nav .dropdown-menu li a:hover {
  background-color: #d51130;
  color: #fff;
}

/***Dropdown Menu***/

/* Submenu rechts positionieren */
.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* Desktop Hover */
@media (min-width: 992px) {
  /* Level 1 Hover */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }

  /* Level 2 Hover */
  .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 35px; 
  }

  
  .dropdown-menu li.menu-item-has-children > a::after {
    content: "›";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
  }
}


.dropdown-menu a {
  padding: 10px 20px;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #f0f0f0;
}

@media (max-width: 991px) {

  /* ===== TVOJ POSTOJEĆI KOD ===== */
  .dropdown-menu {
    border: 0 !important;
  }

  .dropdown-menu .dropdown-menu {
    position: relative;
    left: 0;
    margin-left: 15px;

    border: 0 !important;
    box-shadow: none !important;
    background-clip: unset !important;
  }

  .dropdown-menu .dropdown-menu li,
  .dropdown-menu .dropdown-menu a {
    border: none !important;
  }

  .dropdown-menu .dropdown-menu a {
    padding-left: 30px;
    border: none !important;
  }

  /* 🔥 ukloni Bootstrap default strelicu */
  .dropdown-toggle::after {
    display: none !important;
  }

  /* 🔥 kad je otvoren submenu */
  .menu-item-has-children.open > .dropdown-menu {
    display: block;
  } 

  /* 🔥 priprema za custom strelicu */
  .menu-item-has-children > a {
    position: relative;
    padding-right: 45px;
  } 

  /* 🔥 klikabilna strelica zona */
  .submenu-toggle {
    position: absolute;
    right: 10px;
    top: 30%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
  } 

  /* 🔥 NOVA MODERNA STRELICA */
  .submenu-toggle::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  /* 🔥 rotacija kad je otvoreno */
  .menu-item-has-children.open > a .submenu-toggle::after {
    transform: rotate(-135deg);
  }

  .navbar-default .navbar-collapse.navbar250{
    overflow: hidden;
  }

  

}

.dropdown-menu .active > a,
.dropdown-menu a.active {
  color: #fff !important;
  background-color: #d51130;
}

.dropdown-menu .active > a,
.dropdown-menu a.active {
  color: #fff !important;
  background-color: #d51130;
}

/****************************************/







.navbar.navbar-expand-lg.top-nav-collapse {
  padding: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
  z-index: 99999;
}

.navbar .kontakt-line a {
  background: url(../content/Slices/arrow-header.svg) no-repeat right 10px
    bottom 7px;
  padding-right: 61px;
  display: inline-block;
  padding-bottom: 22px;
  background-size: 49px;
}
.navbar .kontakt-line a:hover {
  color: initial;
  text-decoration: none;
  background: url(../content/Slices/arrow-header.svg) no-repeat right 0px bottom
    7px;
  background-size: 49px;
  /* opacity:0.7
  ; */
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  /* padding-top: 55px; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
  color: #fff;
}

.navbar-expand-lg.top-nav-collapse .navbar-nav .nav-link {
  padding-top: 9px;
}

.navbar-expand-lg .navbar-nav .menu-item-1040 .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .menu-item-1426 .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .menu-item-2229 .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .menu-item-2407 .nav-link {
  color: #fff;
}

.navbar-expand-lg.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .menu-item-27 .nav-link {
  font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff;
}

body.single-news .navbar-expand-lg .navbar-nav .menu-item-41 .nav-link,
body.single-case .navbar-expand-lg .navbar-nav .menu-item-25 .nav-link {
  color: #fff;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.visually-hidden-focusable:focus,
.visually-hidden-focusable:active {
  position: static !important;
  width: auto; height: auto;
  margin: 0; clip: auto; overflow: visible;
}

social-recruiting-header.jpg {
  background-color: #d51130;
  position: relative;
}

.home-header .lines {
  position: absolute;
  height: 330px;
  width: 2px;
  background-color: #000;
  margin-left: 50px;
}

.home-header .lines.line1 {
  bottom: -180px;
}

.home-header .lines.line2 {
  right: 315px;
  top: 24px;
}

.home-header.social-recruiting .lines.line2 {
  right: 50px;
}

.home-header .text-wrap {
  transform: rotate(-19deg);
  display: inline-block;
  padding-left: 90px;
  position: absolute;
  z-index: 9999;
  padding-top: 10px;
}

.onetoone_header.home-header.social-recruiting .text-wrap {
  transform: rotate(-16deg);
  padding-top: 14px;
}
.home-header.social-recruiting .text-wrap {
  margin-top: 71px;
  text-align: center;
}

.home-header .text-wrap .word {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}

.onetoone_header.home-header .text-wrap .word.word1 {
  text-align: center;

  font-size: 110px;
}

.onetoone_header.home-header .text-wrap .word.word2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
  margin-left: 67px;
}

.geo_header.home-header .text-wrap .word.word1{
  text-align: center;

  font-size: 110px;
}

.geo_header.home-header .text-wrap .word.word2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: 75px;
  margin-left: 67px;
}

.home-header .video-des {
  display: block;
}
.home-header .video-mob {
  display: none;
}

.onetoone_red_sec2 {
  background-color: #ffffff;

  padding: 80px 0 50px 0;

  text-align: center;
}

.onetoone_red_sec2.onetoone_last-s .standard-btn-red a {
  margin-top: 100px;
}

.onetoone_red_sec2 .title {
  padding-bottom: 40px;
}

.onetoone_red_sec2 .title h3 {
  font-size: 40px;

  font-weight: 600;
}

.onetoone_red_sec2 .container {
  max-width: 1239px;
}

.onetoone_red_sec2 .wrapp {
}

.onetoone_red_sec2 .wrapp .image {
}

.onetoone_red_sec2 .wrapp .image img {
  max-width: 64px;

  height: 90px;
}

.onetoone_red_sec2 .wrapp.wrapp4 .image img {
  max-width: 90px;

  height: 90px;
}

.onetoone_red_sec2 .wrapp .text_wrap {
}

.onetoone_red_sec2 .wrapp .text_wrap .title {
  padding-top: 20px;

  padding-bottom: 0;
}

.onetoone_red_sec2 .wrapp .text_wrap .title h2 {
  font-weight: 600;

  font-size: 29px;
}

.onetoone_red_sec2 .wrapp .text_wrap .text {
}

.onetoone_red_sec2 .wrapp .text_wrap .text p {
  line-height: 1.5;

  font-size: 20px;
}

.home-header .container {
  /* min-height: 412px;*/
  max-width: 1920px;
  position: relative;
}
.home-header.social-recruiting .container {
  min-height: 421px;
  max-width: 1184px;
}

.home-header .aps-graphics img {
  position: absolute;
  width: 378px;
  bottom: -99px;
  right: 0;
  margin-right: 11px;
}

.onetoone_header.home-header {
  padding: 45px 0;
}
.home-header .badge-img {
  display: block !important;
  z-index: 999;
}
.home-header .badge-img img {
  position: absolute;
  right: 28px;
  bottom: 5px;
  z-index: 999;
  /* width: 185px; */
  image-rendering: -webkit-optimize-contrast;
}
.home-header .award-img img {
  position: absolute;
  right: 70px;
  bottom: -241px;
  z-index: 99;
  width: 486px;
  image-rendering: -webkit-optimize-contrast;
}

.onetoone_header.home-header .badge-img {
  display: block !important;
}
.onetoone_header.home-header .badge-img img {
  position: absolute;
  right: 71px;
  bottom: -22px;
  z-index: 99;
  /* width: 200px; */
  image-rendering: -webkit-optimize-contrast;
  bottom: -125px;
  max-width: 200px;
}
.onetoone_header.home-header .award-img img {
  position: absolute;
  right: 70px;
  bottom: -241px;
  z-index: 99;
  width: 486px;
  image-rendering: -webkit-optimize-contrast;
}

.red-back {
  background-color: #d51130;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: -206px;
  z-index: -9;
}

.home-part2 {
  padding: 35px 0 0 0;
  text-align: center;
}

.onetoone_sec2.home-part2 {
  padding: 75px 0 20px 0;
  text-align: center;
}

.onetoone_sec2.home-part2 .new-hedline h2 {
  font-weight: 700;
  font-size: 45px;
  margin-top: 103px;
}

.onetoone_sec2.home-part2 .headline h2 {
  font-weight: 700;
  font-size: 45px;
  margin: 50px 0 50px 0;
}

.onetoone_sec2.home-part2 ul{
  text-align: left;
  padding: 115px 0 0 35%;
}

.home-part2.new-pad {
  padding: 70px 0 80px 0;
}

.bestagency {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 40px;
  top: 60px;
}

.bestagency img {
  /*display: block; 
      margin: auto; 
      text-align: center;
      margin-bottom: -40px;   */
 
}

.onetoone_sec4 {
  padding-top: 130px;
}

.onetoone_sec4 .wrap {
  display: flex;
}

.onetoone_sec4 .wrap.wrap1 {
}

.onetoone_sec4 .container {
  max-width: 1300px;
}

.onetoone_sec4 .wrap.wrap2 {
  padding-top: 210px;
}

.onetoone_sec4 .wrap.wrap2 img {
  padding-top: 16px;
}
.onetoone_sec4 .wrap.wrap3 {
  padding-top: 50px;
}

.onetoone_sec4 .wrap .image {
  width: 100px;
}

.onetoone_sec4 .wrap .image img {
  width: 130px;
}

.onetoone_sec4 .wrap .text_wrap {
  margin-top: 65px;
}

.onetoone_red_sec2 .wrapp {
}

.onetoone_red_sec2 .wrapp .bott_line {
  /*width: 150px;

  height: 2px;

  background: #000;

  margin: 40px auto;*/
}

.onetoone_sec4 .wrap .text_wrap .title {
  margin-bottom: 30px;
}

.onetoone_sec4 .wrap .text_wrap .title h2 {
  font-weight: 600;

  font-size: 29px;
}

.onetoone_sec4 .wrap .text_wrap .text {
}

.onetoone_sec4 .wrap .text_wrap .text p {
  font-size: 14px;
}

.onetoone_last_sec {
  margin: 100px 0 0 0;
}

.onetoone_last_sec .container {
  max-width: 1239px;
}

.onetoone_last_sec .wrapper {
  position: relative;

  min-height: 190px;
}

.onetoone_last_sec .wrapp {
}

.onetoone_last_sec .wrapp .standard-btn {
  width: 500px;
  margin: 70px auto 0 auto;
}

.onetoone_last_sec .wrapp .standard-btn a:hover {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  padding: 15px 80px;
  text-decoration: none;
  border-radius: 45px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.onetoone_last_sec .wrapp .standard-btn a {
  background-color: #d51130;
  color: #fff;
  border: 1px solid #d51130;
  transition: all 0.3s ease;
  width: 500px;
  text-align: center;
}

.onetoone_video_sec {
}

.onetoone_last_sec .wrapper .image {
  text-align: center;
  padding-bottom: 130px;
}

.onetoone_last_sec .wrapper .image img {
  max-width: 300px;

  min-height: 80px;
}

.onetoone_last_sec .wrapper .image.img11 img {
}

.onetoone_last_sec .wrapper .title {
  margin-top: 20px;

  position: absolute;

  bottom: 39px;

  margin-left: 60px;
}

.onetoone_last_sec .wrapper .title.title1 {
  margin-left: 75px;
}

.onetoone_last_sec .wrapper .title h3 {
  font-size: 20px;

  font-weight: 600;

  /* text-align: center; */

  line-height: 1.4;
}

.onetoone_last_sec .wrapper .arrimage {
  max-width: 210px;

  /* margin-left: 112px; */

  position: absolute;

  bottom: 0;

  left: 101px;
  transition: 0.3s;
}

.onetoone_last_sec .wrapper:hover .arrimage {
  left: 130px;
}

.onetoone_last_sec .wrapper .arrimage img {
  width: 100%;
}

.onetoone_last_sec .last_btn {
  max-width: 230px;

  margin: 60px auto;

  position: relative;
}

.onetoone_last_sec .last_btn:hover .arrimage {
  text-decoration: none;
  left: 120px;
}

.onetoone_last_sec .last_btn a:hover {
  text-decoration: none;
}

.onetoone_last_sec .last_btn .title {
}

.onetoone_last_sec .last_btn .title h3 {
  font-size: 20px;

  font-weight: 600;

  transition: 0.3s;
}

.onetoone_last_sec .last_btn .title h3:hover {
}

.onetoone_last_sec .last_btn .arrimage {
  max-width: 130px;

  position: absolute;

  width: 130px;

  left: 100px;

  transition: 0.3s;
}

.onetoone_last_sec .last_btn .arrimage img {
}

.onetoone_video_sec {
}

.onetoone_video_sec .wrapper {
  position: relative;
  margin-top: 50px;
  padding-bottom: 100px;
}

.onetoone_video_sec .wrapper .line {
  width: 150px;

  height: 2px;

  background: #000;
}

.onetoone_video_sec .wrapper .line.line_left {
  position: absolute;
  top: 0;
  left: 0;
}

.onetoone_video_sec .wrapper .line.line_right {
  position: absolute;

  right: 0;

  top: 0;
}

.onetoone_video_sec .wrapper .video_wrap {
  max-width: 300px;

  margin: auto;
}

.onetoone_video_sec .wrapper .video_wrap video {
}

.onetoone_video_sec .wrapper .title_wrap {
  font-size: 29px;
}

.onetoone_video_sec .wrapper .title_wrap h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.onetoone_video_sec .wrapper .standard-btn {
  max-width: 313px;
  margin: auto;
}

.onetoone_video_sec .wrapper .standard-btn a {
  background-color: #d51130;
  color: #fff;
  border: 1px solid #d51130;
  transition: all 0.3s ease;
}

.onetoone_video_sec .wrapper .standard-btn a:hover {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  padding: 15px 80px;
  text-decoration: none;
  border-radius: 45px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/**********************************jo********************************************/

.onetoone_ihre-vorteile {
  padding-top: 80px;
  background-color: #d51130;
  margin-top: 120px;
  color: #fff;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.onetoone_ihre-vorteile .main-title {
}
.onetoone_ihre-vorteile .main-title h2 {
  font-weight: 700;
  font-size: 45px;
  padding-left: 160px;
  margin-bottom: 57px;
}
.onetoone_ihre-vorteile .inimage {
}
.onetoone_ihre-vorteile .inimage img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
}
.onetoone_ihre-vorteile .content-list {
  max-width: 566px;
  margin-bottom: 106px;
}
.onetoone_ihre-vorteile .content-list .list-item {
  position: relative;
  padding-left: 74px;
  margin-bottom: 75px;
}
.onetoone_ihre-vorteile .content-list .list-item .aps-br {
  font-weight: 700;
  position: absolute;
  font-size: 80px;
  top: 0;
  line-height: 1;
  left: 0;
}
.onetoone_ihre-vorteile .content-list .list-item .title-l {
}
.onetoone_ihre-vorteile .content-list .list-item .title-l h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 19px;
}
.onetoone_ihre-vorteile .content-list .list-item .text-l {
  font-size: 14px;
}

.onetoone_ihre-vorteile .container {
  max-width: 1359px;
}

.onetoone_ihre-vorteile .container .col-lg-6 {
  position: relative;
}

.jo_sec1 {
}

.jo_sec1 .wrapper {
  padding: 100px 0 50px 0;
}

.jo_sec1 .wrapper .title_wrap {
  text-align: center;

  margin-bottom: 30px;
}

.jo_sec1 .wrapper .title_wrap .title {
  margin-bottom: 20px;
}

.jo_sec1 .wrapper .title_wrap .title h2 {
  text-align: center;

  font-size: 45px;

  font-weight: 600;
}

.jo_sec1 .wrapper .title_wrap .subtitle {
  font-weight: 600;

  letter-spacing: 1.6px;
}

.jo_sec1 .wrapper .title_wrap .subtitle span {
  color: #d51130;
}

.jo_sec1 .wrapper .image {
  text-align: center;
}

.jo_sec1 .wrapper .image img {
  max-width: 120%;

  width: 100%;
}

.jo_sec11 {
}

.jo_sec1.jo_sec11 .title_wrap {
}

.jo_sec1.jo_sec11 .title_wrap {
  max-width: 850px;

  margin: auto;
}

.jo_sec1.jo_sec11 .title_wrap .text {
  margin-top: 35px;
}
.jo_sec1.jo_sec11 .title_wrap .text .list-wrap {
  display: flex;
}
.jo_sec1.jo_sec11 .title_wrap .text p {
}

.jo_sec1.jo_sec11 .title_wrap .text h5 {
  font-size: 25px;

  font-weight: 600;

  margin-bottom: 20px;
}

.jo_sec1.jo_sec11 .title_wrap .text ul {
  /* width: 300px; */

  margin: auto;

  text-align: center;

  padding-left: 0;
}

.jo_sec1.jo_sec11 .wrapper .video {
  margin-bottom: 50px;
}

.jo_sec1.jo_sec11 .wrapper .video video {
}

.jo_sec1.jo_sec11 .title_wrap .text ul li {
  background-size: 11px;
  padding-left: 27px;
  line-height: 2;
  font-weight: 600;
  list-style-position: inside;
}

.jo_sec2 {
  margin: 0px 0 50px 0;
}

.jo_sec2 .container {
  max-width: 1148px;
}

.jo_sec2 .wrapp {
  position: relative;
}

.jo_sec2 .wrapp.wrapp1 {
}

.jo_sec2 .wrapp.wrapp2 {
  margin-top: 103px;
}

.jo_sec2 .wrapp.wrapp3 {
}

.jo_sec2 .wrapp .image {
  width: 90px;
  position: absolute;
  top: -72px;
  left: 65px;
}

.jo_sec2 .wrapp .image img {
  max-width: 90px;
}

.jo_sec2 .wrapp.wrapp1.wrapp11 .image {
  width: 230px;
  top: -34px;
}
.jo_sec2 .wrapp.wrapp1.wrapp11 .image img {
  max-width: 230px;
}

.jo_sec2 .wrapp.wrapp2 .image {
  top: -40px;
}

.jo_sec2 .wrapp.wrapp2 .image img {
  max-width: 64px;
}

.jo_sec2 .wrapp.wrapp3 .image {
  top: -53px;
  left: 63px;
}

.jo_sec2 .wrapp.wrapp3 .image img {
  max-width: 60px;
}

.jo_sec2 .wrapp .title_wrap {
  display: flex;

  align-items: center;

  height: 100px;
}

.jo_sec2 .wrapp .title_wrap .num {
  font-size: 100px;

  font-weight: 600;
}

.jo_sec2 .wrapp .title_wrap .title {
  font-size: 25px;

  font-weight: 600;

  margin-left: 10px;
}

.jo_sec2 .wrapp .text {
  padding-left: 67px;
  max-width: 445px;
}

.jo_sec2 .wrapp .text p {
  font-size: 15px;
}

.jo_sec2 .wrapp .text ul li {
  line-height: 2;
}
.jo_sec2 .wrapper1 {
}

.jo_sec2 .wrapper1 .image {
  text-align: center;

  margin-top: 45px;

  margin-bottom: 20px;
}

.jo_sec2 .wrapper1 .image img {
  max-width: 100px;
}

.jo_sec2 .wrapper1 .text {
  text-align: center;
}

.jo_sec2 .wrapper1 .text p {
}

.jo_sec2 .wrapper1 .text h5 {
  font-weight: 600;
}

/********************************************************************************************/

.home-part2 h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}

.home-part2 h3 span {
}

.home-part2 h1 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}

.home-part2 h1 span {
}

.home-part2 p {
  margin-bottom: 0;
}

p {
  line-height: 2;
}

.home-part2 .text1 {
  margin-bottom: 50px;
}

.home-part2 .text2 {
  margin-bottom: 30px;
}
.home-part2.social-recruiting .text2 {
  max-width: 755px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.home-part2.social-recruiting .text3 {
}
.home-part2.social-recruiting .text3 h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
.home-part2.social-recruiting .text3 h3 {
}
.home-part2 .text3 {
  max-width: 871px;
  margin: 0 auto;
}

.home-part2 .image-wrap {
  margin-bottom: 60px;
}

.home-part2 .image-wrap img {
  max-width: 100%;
}

.home-part2 .video-wrap {
  /* display: block !important; */
  position: relative;
}
.home-part2 .video-wrap .play-btn {
  display: block;
}
.home-part2 .video-wrap .play-btn img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 9;
  top: 35%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-part2 .video-wrap .play-btn img:hover {
  opacity: 0.5;
}
.home-part2 .video-wrap video {
}

.numberone {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 210px;
}

.onetoone_cases {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  font-style: bold;
}

.onetoone_vorteile {
  text-align: center;
}

.onetoone_vorteile_text {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 39px;
}

.onetoone_sec3 {
}

.onetoone_sec3 .image {
  text-align: center;
}

.onetoone_sec3 .image img {
  max-width: 512px;

  width: 100%;
}

.home-services .col-md-6.order_1 {
  order: 1;
}
.home-services .col-md-6.order_2 {
  order: 3;
}

.home-services .col-md-6.order_3 {
  order: 2;
}
.home-services .col-md-6.order_4 {
  order: 4;
}

.onetoone_sec3 .wrapper.wrapper1 {
}

.onetoone_sec3 .wrapper.wrapper2 {
}

.onetoone_sec3 .wrapper.wrapper3 {
}

.onetoone_sec3 .wrapper .image {
  text-align: left;

  margin: 40px 5px 15px 5px;

  position: relative;

  min-height: 195px;
}

.onetoone_sec3 .wrapper .image img {
  position: absolute;

  left: 37px;
  max-width: 36%;
  width: inherit;
}

.onetoone_sec3 .wrapper .text_wrap {
  padding-left: 40px;
  border-left: 2px solid;
  padding-right: 14px;
}

.onetoone_sec3 .wrapper .text_wrap .title {
}

.onetoone_sec3 .wrapper .text_wrap .title h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 29px;
}

.onetoone_sec3 .wrapper .text_wrap .text {
}

.onetoone_sec3 .wrapper .text_wrap .text p {
  margin-bottom: 0;
}

.onetoone_sec3 .wrapper .text_wrap .text ul {
  max-width: 239px;
  list-style: unset;
  padding-left: 0;
}

.onetoone_sec3 .wrapper .text_wrap .text ul li {
  line-height: 2;
  font-weight: 600;
  background: url(../content/dot.jpg) no-repeat 1px 11px;
  background-size: 11px;
  padding-left: 27px;
  list-style: none;
}

.home-services {
  padding-bottom: 60px;
}

.home-services.services {
  margin-top: 90px;

  padding-bottom: 10px;
}

.home-services .container {
  max-width: 1275px;
}

.home-services .item-wrap {
  display: flex;
  margin-bottom: 125px;
}

.home-services .item-wrap .left {
  min-width: 70px;
  margin: 0 10px;
}

.home-services.services .item-wrap .left {
  min-width: 123px;
}

.home-services .item-wrap .left img {
  max-width: 100%;
  max-height: 76px;
}

.home-services.services .item-wrap .left img {
  height: 121px;
}

.home-services .item-wrap .right {
  display: inline-block;
  border-left: 2px solid #000;
  padding-left: 30px;
}

.home-services .item-wrap .right .top-icon {
  margin-bottom: 20px;
  width: 65%;
}

.home-services .item-wrap .right .top-icon img {
  max-height: 245px;
  width: auto;
}

.home-services .item-wrap .right .title {
  margin-bottom: 20px;
}

.home-services .item-wrap .right .title h2 {
  font-size: 30px;
  font-weight: 700;
}

.home-services .item-wrap .right .text {
  margin-bottom: 35px;
  max-width: 470px;
}

.home-services.services .item-wrap .right .text {
  margin-bottom: 0px;
  max-width: 352px;
}

.home-services.services .item-wrap .right .text p {
  margin-bottom: 0;
}

.home-services .item-wrap .right .more-btn {
}

.home-services .item-wrap .right .more-btn a {
  background: url(../content/start/pfeil_black.svg) no-repeat center right 10px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  padding-right: 63px;
}

.home-services .item-wrap .right .more-btn a:hover {
  background: url(../content/start/pfeil_red.svg) no-repeat center right 0px;
  text-decoration: none;
  color: #d51130;
}

.home-services .part2 {
  margin-top: 125px;
}
.home-services .btn3 {
  margin-top: -126px;
}

.home-services .btn-wrap {
  text-align: center;
}

.standard-btn a,
button.standard-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  border: 1px solid #000000;
  padding: 15px 80px;
  text-decoration: none;
  border-radius: 45px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.standard-btn a:hover,
button.standard-btn:hover {
  /*background-color: #d51130;*/
  color: #000000;
  border: 1px solid #d51130;
}

.standard-btn-case a,
button.standard-btn-case {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 80px;
  text-decoration: none;
  border-radius: 45px;
  /* background-color: #fff;*/
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.standard-btn-case a:hover,
button.standard-btn-case:hover {
  /*background-color: #d51130;*/
  color: #000000;
  border: 1px solid #000000;
}

.goldenbutton-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  margin-top: 5px;
}
.goldenbutton-wrap .goldenbutton {
  display: inline-block;
  margin: 10px 25px;
}
.goldenbutton-wrap .goldenbutton a {
  background-repeat: no-repeat;
  display: block;
  width: 308px;
  background-size: 104%;
  background-position: center center;
  background-color: #000000;
  /*background-image: url(../content/gold-bg.png);*/
  border: 1px solid #000000;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.goldenbutton-wrap .goldenbutton a:hover {
  /* background-image: url(../content/gold-bg-w.png);*/
  background-color: #fff;
  border: 1px solid #000000;
  text-decoration: none;
  color: #000000;
}

.standard-btn-red a,
button.standard-btn-red {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 0px solid #000;
  padding: 15px 80px;
  text-decoration: none;
  border-radius: 45px;
  background-color: #d51130;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -500px;
  margin-bottom: 90px;
  border: 1px solid #d51130;
}

.home-part2.social-recruiting .standard-btn-red a {
  margin-bottom: 41px;
}

.home-part2.social-recruiting.geo-power-last .standard-btn-red a {
   padding: 15px 40px;
   min-width: 390px;
   display: inline-block;
}

.home-part2.social-recruiting.geo-power-last .text2 {
    margin-bottom: 80px;
}

.home-part2.social-recruiting.geo-power-last .standard-btn-red.standard-btn1 a {
    background-color: #0f0e0c;
    border: 1px solid #0f0e0c;
}
.home-part2.social-recruiting.geo-power-last .standard-btn-red.standard-btn1 a:hover {
    background-color: #fff;
}

.standard-btn-red a:hover,
button.standard-btn-red:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.standard-btn-red2 a,
button.standard-btn-red {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 0px solid #000;
  padding: 15px 80px;
  text-decoration: none;
  border-radius: 45px;
  background-color: #d51130;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -5000px;
  margin-bottom: 80px;
}

.standard-btn-red2 a:hover,
button.standard-btn-red:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.two-line-separator {
  max-width: 1200px;
  position: relative;
  height: 2px;
  margin: 0 auto;
  width: 100%;
}

.two-line-separator .lines {
  width: 130px;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.two-line-separator .lines.line1 {
  left: 0;
}

.two-line-separator .lines.line2 {
  right: 0;
}

.red-cont {
  background-color: #d51130;
  padding: 40px 0 40px 0;
  text-align: center;
}

.red-cont .text-whitewir p {
  color: #fff;
  font-style: bold;
  letter-spacing: 3px;
  line-height: 1.8;
}

.red-cont .text-big h2 {
  font-color: #000;
  font-size: 56px;
  font-weight: 700;
  padding-bottom: 15px;
}

.red-cont .social-image img {
  width: 35%;
  text-align: center;
  margin: auto 0;
}

.cases-home {
  margin-top: 60px;
}

body.home .cases-home .container {
  max-width: 100%;
}

.cases-home .case-wrap {
  position: relative;
  text-align: center;
  border: 7px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 50px;
}
.cases-home.single .case-wrap {
  margin-bottom: 0px;
}

.cases-home .case-wrap .case-img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

.cases-home .case-wrap .case-img img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.cases-home .case-wrap .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000;
  line-height: 1.3;
}

.cases-home .case-wrap .case-more-text {
  color: #a5a5a5;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  padding-top: 20px;
}
.cases-home .case-wrap .case-more-text p {
  line-height: 1.2;
  color: #a5a5a5;
}
.cases-home .case-wrap .case-more-text p:hover {
}
.cases-home a:hover {
  text-decoration: none;
}

.cases-home .case-wrap:hover .case-img {
  opacity: 0.2;
}
.cases-home .case-wrap.video:hover .case-img {
  opacity: 1;
}
.cases-home.single .nussyy1 .case-wrap:hover {
  border: 7px solid #fff;
}
.cases-home.single .nussyy1 .case-wrap:hover .case-img {
  opacity: 1;
}

.cases-home.single .nussyy1 .case-wrap {
  margin-bottom: -99px;
}

.cases-home .case-wrap:hover .text {
  opacity: 1;
}

.cases-home .btn-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.news-wrap {
  padding: 90px 0;
  /*max-width: 1200px;*/
  margin: 0 auto;
  /* min-height: 935px; */
}

.news-wrap .title-wrap {
  text-align: center;
  margin-bottom: 45px;
}
.news-wrap .title-wrap .title h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}
.news-wrap .title-wrap .text {
}

.news-wrap .container {
}
/*
.news-wrap .column {
  width: 30%; 
  background-color: #4CAF50;
  margin: 10px;
  color: white;
  padding: 20px;
  text-align: center;
}*/

.news-wrap .alm-reveal {
  display: flex;
  flex-flow: wrap;
}

.news-wrap .news-item {
  width: 33.33333%;
}

.news-wrap .news-item .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 0;
  position: relative;
  top: -4px;
}
.news-wrap .werbeagentur .news-item .line {
    display: none;
}

.news-wrap .news-item .content {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 57px 20px;
  height: 100%;
  position: relative;
}

.news-wrap .news-item .content .image-list {
  height: 161px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-wrap .werbeagentur .news-item .content .image-list {
  height: 235px;
}
.news-wrap .news-item .content .image-list:hover {
  opacity: 0.7;
}
.news-wrap .news-item .content .date {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 5px;
}
.news-wrap .werbeagentur .news-item .content .date {
    /* display: none; */
    padding-left: 20px;
}

.news-wrap .news-item .content4 {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 57px 20px;
  height: 100%;
  position: relative;
}

.news-wrap .news-item .content4 .image-list {
  height: 161px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-wrap .news-item .content4 .image-list:hover {
  opacity: 0.7;
}
.news-wrap .news-item .content4 .date {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 5px;
}

.news-wrap .alm-listing.alm-ajax {
  display: flex;
  flex-wrap: wrap;
}

.news-wrap .news-item-wrap {
  padding: 20px;
  height: 100%;
}

.news-wrap .news-item .content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
.news-wrap .news-item .content .title a {
  text-decoration:none;
  color:initial;
  display: block;
}

.news-wrap .werbeagentur .news-item .content .title {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 20px;
}
.news-wrap .werbeagentur .news-item .content .title a { color: #fff;}
.news-wrap .werbeagentur .news-item .content .short-text {padding: 20px 20px 57px 20px;}
.news-wrap .news-item .content .more-btn {
  position: absolute;
  bottom: 18px;
}
.news-wrap .werbeagentur .news-item .content .more-btn {
    left: 20px;
}
.news-wrap .news-item .content .more-btn a {
  background: url(../content/start/pfeil_black.svg) no-repeat center right 10px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  padding-right: 63px;
}

.news-wrap .news-item .content .more-btn a:hover {
  background: url(../content/start/pfeil_red.svg) no-repeat center right 0px;
  text-decoration: none;
  color: #d51130;
}


.news-wrap .news-item .content4 .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}

.news-wrap .news-item .content4 .short-text {
}
.news-wrap .news-item .content4 .more-btn {
  position: absolute;
  bottom: 18px;
}
.news-wrap .news-item .content4 .more-btn a {
  background: url(../content/start/pfeil_black.svg) no-repeat center right 10px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  padding-right: 63px;
}

.news-wrap .news-item .content4 .more-btn a:hover {
  background: url(../content/start/pfeil_red.svg) no-repeat center right 0px;
  text-decoration: none;
  color: #d51130;
}

.news-wrap .alm-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.news-wrap button.standard-btn.done {
  opacity: 0.2;
  pointer-events: none;
}


.news-wrap .werbeagentur .news-item .content  {
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
}











.certificate-slider {
  padding: 36px;
  text-align: center;
  position: relative;
}

.certificate-slider .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.certificate-slider .owl-carousel .owl-stage .slider-item {
}

.certificate-slider .owl-carousel .owl-stage .slider-item img {
  padding: 30px;
  max-height: 215px;
  width: 100%;
}

footer {
  margin-top: 70px;
}

footer .container {
  position: relative;
}

footer .apsline {
  position: absolute;
  height: 82px;
  width: 2px;
  background-color: #000;
  bottom: 0;
}

footer .apsline.line1 {
  left: 0;
}

footer .apsline.line2 {
  right: 0;
}

footer .f-links {
  text-align: center;
  padding: 20px 0 32px 0;
  font-weight: bold;
}

footer .f-links ul {
  padding-left: 0;
  display: inline-block;
}

footer .f-links ul li {
  display: inline-block;
  margin: 0 15px;
}

footer .f-links ul li a {
  color: #000;
  text-decoration: none;
}

footer .f-links ul li a:hover {
  text-decoration: none;
  filter: invert(11%) sepia(84%) saturate(5116%) hue-rotate(347deg)
    brightness(107%) contrast(85%);
}

footer .f-links ul li a img {
  width: 20px;
  margin-left: 10px;
}

.email-link {
  position: fixed;
  right: -30px;
  top: 30%;
  z-index: 99999;
  padding-bottom: 113px;
}

.email-link .text,
.email-link .text2 {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  color: #000;
  font-weight: 700;
}

.email-link .aps-icon img {
  width: 35px;
  position: absolute;
  bottom: -20px;
  right: 55px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.email-link .aps-icon2 img {
  width: 35px;
  position: absolute;
  bottom: -70px;
  right: 55px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.email-link .text2 {
  bottom: -86%;
  position: absolute;
  right: 29%;
}

.email-link a {
  text-decoration: none;
}

.email-link a:hover .aps-icon img {
  right: 45px;
  bottom: 5px;
}

.email-link .aps-icon3 img {
  width: 1.75rem;
  position: absolute;
  bottom: 0px;
  right: 55px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.standard-content.services {
  padding: 100px 0 35px 0;
}

.standard-content .top-text,
.home-services.services .top-text {
  text-align: center;
  margin-bottom: 70px;
}

.standard-content .top-text h3,
.home-services.services .top-text h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}

.standard-content.services .list-wrap {
  border-left: 2px solid #000;
  padding-left: 30px;
  margin-bottom: 73px;
}

.standard-content.services .list-wrap h2 {
  font-size: 30px;
  font-weight: 700;
}

.standard-content.services .list-wrap ul {
  padding-left: 18px;
}

.standard-content.services .list-wrap ul li {
  margin-bottom: 8px;
}

.standard-content.services .list-wrap ul li a {
}

.standard-content.services .list-wrap .icon-img {
  margin-bottom: 22px;
}

.standard-content.services .list-wrap .icon-img img {
  max-width: 244px;
}

.standard-content.services .list-wrap .text {
  line-height: 2;
  font-weight: 700;
  max-width: 235px;
}

.standard-content.referenzen .btn-wrap {
  text-align: center;
}

.standard-content.referenzen .logos-list {
  margin-bottom: 20px;
}

.standard-content.referenzen .logos-list .logo-category {
  margin-bottom: 50px;
  font-size: 1.8em;
  font-weight: bold;
}

.standard-content.referenzen .logos-list .img-wrap {
  text-align: center;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}

.standard-content.referenzen .logos-list .img-wrap img {
  max-width: 100%;
}

.standard-content.referenzen {
  padding: 100px 0 10px 0;
}

.standard-content.uber-uns {
}

.standard-content.uber-uns .left-text {
  border-left: 2px solid #000;
  padding-left: 25px;
}

.standard-content.uber-uns .left-text a {
  text-decoration: underline;
}

.standard-content.uber-uns .left-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.standard-content.uber-uns .left-text p {
}

.standard-content.uber-uns .container.part1 {
  max-width: 100%;
  overflow: hidden;
}

.standard-content.uber-uns .container.part1 .image-wrap img {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  right: -15px;
}

.standard-content.uber-uns .container.part1 .left-text {
  max-width: 413px;

  float: right;

  margin-right: 77px;

  margin-top: 159px;
}

.standard-content.uber-uns.part2 {
}

.standard-content.uber-uns.part2 .left-img img {
  max-width: 100%;
}

.standard-content.uber-uns.part2 .team-member.team1 {
  margin-top: 159px;
}

.standard-content.uber-uns.part2 .team-member.team2 {
  margin-top: -87px;
}

.standard-content.uber-uns.part2 .team-member .img-wrap {
  margin-bottom: 20px;
}

.standard-content.uber-uns.part2 .team-member .img-wrap img {
  max-width: 100%;
}

.standard-content.uber-uns.part2 .team-member .text {
  border-left: 2px solid #000;
  padding-left: 25px;
}

.standard-content.uber-uns.part2 .team-member .text .name {
  font-size: 30px;
  font-weight: 700;
}

.standard-content.uber-uns.part2 .team-member .text .function {
  margin-bottom: 10px;
}

.standard-content.uber-uns.part2 .team-member .text .more-btn {
}

.standard-content.uber-uns.part2 .team-member .text .more-btn a {
  background: url(../content/start/pfeil_black.svg) no-repeat center right 10px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  padding-right: 63px;
}

.standard-content.uber-uns.part2 .team-member .text .more-btn a:hover {
  background: url(../content/start/pfeil_red.svg) no-repeat center right 0px;
  text-decoration: none;
  color: #d51130;
}

.standard-content.kontakt {
}

.standard-content.kontakt .left-text {
  border-left: 2px solid #000;
  padding-left: 25px;
  line-height: 1.9;
}

.standard-content.kontakt .left-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.standard-content.kontakt .left-text a {
  text-decoration: none;
}

.standard-content.kontakt .left-text .title {
  font-weight: 700;
}

.standard-content.kontakt .left-text .address {
}

.standard-content.kontakt .left-text .phone a {
  font-weight: 700;
}

.standard-content.kontakt .left-text .email a {
  font-weight: 700;
}

.standard-content.kontakt .left-text .in-link img {
  width: 20px;
  margin-left: 5px;
}

.standard-content.kontakt .left-text .in-link a {
  font-weight: 700;
}

.standard-content.kontakt .part2 .left-text h3 {
  margin-bottom: 5px;
}

.standard-content.kontakt .part1 {
  margin-bottom: 55px;
}

.standard-content.kontakt .part2 .img-wrap {
  margin-bottom: 25px;
}

.standard-content.kontakt .part2 .img-wrap img {
  max-width: 100%;
}

.g-map iframe {
  border: none;
  width: 100%;
  height: 450px;
  filter: grayscale(1);
}

.standard-content.impressum a {
  text-decoration: underline;
}

.standard-content.impressum .part2 {
  margin-top: 49px;
}

.standard-content.impressum .part2 .container {
}

.standard-content.impressum .part2 .text {
  max-width: 400px;
  position: relative;
  border-left: 2px solid #000;
  padding-left: 25px;
}

.standard-content.impressum .part2 .text .line {
  height: 372px;

  width: 2px;

  background-color: #000;

  position: absolute;

  left: 0;
}

.standard-content.impressum .part2 .text.text3 {
  margin-bottom: 80px;
  margin-top: 121px;
}

.standard-content.impressum .part2 .text.text5 {
  margin-top: 80px;
}

.standard-content.impressum .part2 .text.text1 {
  margin-bottom: 80px;

  border: none;
}

.standard-content.impressum .part2 .text.text4,
.standard-content.impressum .part2 .text.text5 {
  border: none;
}

.standard-content.impressum .part2 .text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.standard-content.impressum .dowload-link a {
  font-size: 30px;

  font-weight: 700;

  margin-bottom: 15px;

  text-decoration: none;

  background: url(../content/download-icon-black.svg) no-repeat right bottom
    13px;

  background-size: 22px;

  display: block;

  padding-right: 50px;
}

.certificate-slider > div > div.owl-nav button {
  width: 50px;
  position: absolute;
  height: 50px;
  top: 43%;
}

.certificate-slider > div > div.owl-nav > button.owl-next {
  right: -30px;
  background: url(../content/start/pfeil_black.svg) no-repeat center;
}

.certificate-slider > div > div.owl-nav > button.owl-prev {
  left: -30px;
  background: url(../content/start/pfeil_black2.svg) no-repeat center;
}

.certificate-slider > div > div.owl-nav > button span {
  display: none;
}

.standard-content {
  padding: 100px 0;
  min-height: 160px;
}

.single-news-wrap {
}

.single-news-wrap .date {
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 30px;
}

.single-news-wrap .image {
  margin-bottom: 35px;
  position: relative;
}

.single-news-wrap .image img {
  max-width: 100%;
  width: 900px;
}

.single-news-wrap .content {
  max-width: 850px;
}

.single-news-wrap .content .title {
  margin-bottom: 20px;
}

.single-news-wrap .content .title h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-news-wrap .title-in-img h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  color: #fff;
  left: 20px;
  top: 20px;
  right: 20px;
}



.single-news-wrap .content .text .title {
  font-weight: bold;
  cursor: pointer;
}

.single-news-wrap .content .text .title img {
  width: 15px;
  display: inline-block;
  float: right;
}

.single-news-wrap .content .text .title.active img {
  transform: rotate(-180deg);
}

.single-news-wrap .content .text .hidden-text {
  display: none;
}

.single-news-wrap .post-nav-wrap {
  margin-left: -40px;

  margin-top: 60px;

  max-width: 625px;
}

.single-news-wrap .post-nav-wrap a {
  display: inline-block;
  width: 80px;
  height: 20px;
}

.single-news-wrap .post-nav-wrap a:nth-child(1) {
  background: url(../content/start/pfeil_black2.svg) no-repeat left 10px center;
}

.single-news-wrap .post-nav-wrap a:nth-child(1):hover {
  background: url(../content/start/pfeil_red2.svg) no-repeat left 0px center;
}

.single-news-wrap .post-nav-wrap a:nth-child(2) {
  float: right;
  background: url(../content/start/pfeil_black.svg) no-repeat right 10px center;
}

.single-news-wrap .post-nav-wrap a:nth-child(2):hover {
  float: right;
  background: url(../content/start/pfeil_red.svg) no-repeat right 0px center;
}

.single-news-wrap .back-btn {
  margin-top: 50px;
}

.single-news-wrap .back-btn a {
  color: #000;
  text-decoration: none;
}

.single-news-wrap .back-btn a:hover {
  color: #d51130;
}
.news-a {
  text-decoration: underline;
  color: #d51130;
}

.count-part {
  padding: 50px 0;
}

.count-part .col-md-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.count-part .container {
  max-width: 950px;
}

.count-part .container .count-item {
  text-align: center;
}

.count-part .container .count-item .icon {
}

.count-part .container .count-item .icon img {
  height: 90px;
  width: auto;
}

.count-part .container .animate-br {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.count-part .container .text {
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  /* line-height: 1.1em; */
  /* padding-top: 50px; */
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.standard-content.impressum .btn-wrap {
  text-align: center;
  margin-top: 72px;
}

.standard-content.impressum .btn-wrap .standard-btn {
  display: inline-block;
  margin: 0 10px;
}

.standard-content.impressum .btn-wrap .standard-btn a {
  text-decoration: none;
  min-width: 455px;
}

.standard-content.impressum {
  padding: 100px 0 0 0;
}

.standard-content.cases {
  min-height: auto;
  padding: 100px 0 0 0;
}

body.cases .cases-home {
  margin-top: 0;
}
.cases-category-list {
  padding: 25px 15px;
  text-align: center;
  border: 1px solid #ececec;
}
.cases-category-list ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.cases-category-list ul li {
  list-style: none;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #a5a5a5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cases-category-list ul li:hover {
  opacity: 0.7;
}
.cases-category-list ul li.active {
  color: #000;
}

.cases-home.single .btn-wrap .standard-btn {
  display: inline-block;
  margin: 0 10px;
}

.cases-home.single .text-blok {
  border-left: 2px solid #000;
  padding-left: 30px;
  max-width: 416px;
}
.cases-home.single .left_text-right_image {
  max-width: 1250px;
  margin: 0 auto;
}

.cases-home.single .social-title .text-blok {
  max-width: 100%;
}

.cases-home.single .text-blok .title {
}
.cases-home.single .text-blok .title h2 {
  font-size: 30px;
  font-weight: 700;
}
.cases-home.single .text-blok .text {
}

.cases-home.single .row {
  margin-bottom: 50px;
}

.cases-home.single .image-top .case-wrap {
  margin-top: -136px;
}

.cases-home.single .image-top-big .case-wrap {
  margin-top: -236px;
}

.social-recruiting.home-header.geo_header {
  background: url(../content/GEO_Affiliate_LDD_Communication_GmbH_Werbeagentur.png) no-repeat center top;
  background-size: cover;
  background-position: center;
}

.geo_header.home-header{
  background: url(../content/GEO_Affiliate_LDD_Communication_GmbH_Werbeagentur.png) no-repeat center top;
  background-size: cover;
  background-position: center;
}

.social-recruiting.home-header {
  background: url(/wp-content/themes/ldd/content/header.png) no-repeat center top;
  /* background-size: cover; */
  /* overflow: hidden; */
}

.social-recruiting.home-header.packaging-header {
  background-size: cover;
  background-position: center right;
}
.social-recruiting.home-header-new {
  background: url(../content/header_new.png) no-repeat center top;
  background-size: cover;
}
.social-recruiting .big-links {
  margin-top: 59px;
}
.social-recruiting .big-links .link-item {
  text-align: center;
}
.social-recruiting .big-links .link-item a:hover {
  opacity: 0.7;
}
.social-recruiting .big-links .link-item a img {
  max-width: 210px;
}
.social-recruiting .big-links .link-item.link1 a img {
}
.social-recruiting .big-links .link-item.link2 a img {
  max-width: 165px;
}
.social-recruiting .big-links .link-item.link3 a img {
  max-width: 226px;
}

.social-logos-wrap {
  text-align: center;
  padding: 71px 0;
}

.social-logos-wrap a:hover {
  opacity: 0.7;
}

.social-logos-wrap img {
  padding: 15px;
  max-width: 154px;
  max-height: 90px;
}

.social-logos-text-content {
  padding: 91px 0;
}
.social-logos-text-content .text-item {
  padding-left: 85px;
  max-width: 369px;
}
.social-logos-text-content .text-item .title {
}
.social-logos-text-content .text-item .title h3 {
  font-weight: 600;
}
.social-logos-text-content .text-item .title .aps-br {
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  left: 26px;
  top: -71px;
}

.social-logos-text-content .text-item .text-wrap {
}
.img-slider-social {
  margin-bottom: 50px;
}

.social-red-content {
  background-image: url("/wp-content/themes/ldd/content/images/background_beratung.png");
  padding: 74px 0;
}

.social-red-content.social-red-content2 {
  background-image: url("../img/mobile-background.png");
  padding: 94px 0 74px 0;
  background-color: #d51130;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.social-red-content.social-red-content2 {
  margin-top: 90px;
}
.social-red-content .standard-btn a {
  padding: 15px 25px;
  margin-top: 25px;
  border: 1px solid #d51130;
}

.social-red-content.social-red-content2 .standard-btn a {
  padding: 15px 75px;
  /*margin-right: 30px;*/
}
.social-red-content .standard-btn a:hover {
  border: 1px solid #fff;
}
.social-red-content .container {
  position: relative;
}
.social-red-content .lines {
  position: absolute;
  height: 309px;
  width: 2px;
  background-color: #000;
}

.social-red-content .lines.line1 {
  bottom: -182px;
  left: 0;
}

.social-red-content .lines.line2 {
  right: 0;
  top: -180px;
}

.social-red-content .text {
  padding-left: 15px;
  max-width: 700px;
}
.social-red-content .text h3 {
  color: white;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 35px;
}

.social-red-content .left-content {
  text-align: center;
}

.partner-social-logos {
  text-align: center;
  padding: 50px 0 0px 0;
}
.partner-social-logos .content {
}
.partner-social-logos .content .subitile {
  color: #c71231;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.partner-social-logos .content .title {
  margin-bottom: 20px;
}
.partner-social-logos .content .title h2 {
  font-size: 56px;
  font-weight: 700;
}
.partner-social-logos .content .logos {
}
.partner-social-logos .content .logos img {
  max-width: 406px;
}

.cases-home.single .social-title .title h2 {
  font-size: 45px;
}

.miba-content {
  position: relative;
}

.miba-content .aps-img1-dahom {
}
.miba-content .aps-img1-dahom img {
  max-width: 100%;
  position: relative;
  /*top: -302px;*/
}

.miba-content .miba-img img {
  margin-bottom: 100px;
  width: 100%;
}
.miba-content .aps-img1-miba img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  /* right: 0; */
}

.nav-social-big {
  text-align: center;
  padding-top: 80px;
}
.nav-social-big .img-wrap {
  margin-bottom: 50px;
}
.nav-social-big .img-wrap a:hover {
  opacity: 0.7;
}
.nav-social-big .img-wrap img {
  max-width: 100%;
}

.nav-social-big .standard-btn {
}

.more-btn-wrap-social {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.more-btn-wrap-social .standard-btn a {
  background-color: #d51130;
  border: 1px solid #d51130;
  color: #fff;
}
.more-btn-wrap-social .standard-btn a:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #ffffff;
}

.small-logos-social {
  display: flex;
  position: relative;
  right: -142px;
}
.small-logos-social a:hover {
  opacity: 0.7;
}
.small-logos-social .big-nav {
  display: inline-block;
  width: 30%;
  min-width: 166px;
}
.small-logos-social .big-nav img {
  width: 154px;
}
.small-logos-social .logos {
  display: inline-block;
  width: 65%;
}
.small-logos-social .logos img {
  max-width: 89px;
  max-height: 51px;
  padding: 10px;
}

.aps-img-wko {
}
.aps-img-wko img {
  position: absolute;
  bottom: -58px;
  right: -56px;
  max-width: 69% !important;
}

.testimonial-social {
  text-align: center;
  padding-bottom: 50px;
}
.testimonial-social .item-wrap {
  max-width: 753px;
  margin: 0 auto;
}
.testimonial-social .item-wrap .img-wrap {
  margin-bottom: 10px;
}
.testimonial-social .item-wrap .img-wrap img {
}

.testimonial-social .item-wrap .text {
  font-weight: 700;
  margin-bottom: 35px;
}
.testimonial-social .item-wrap .subtext {
  font-size: 14px;
}

.video-wrap-social {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 50px;
}

.kino-spot-tgw {
  position: relative;
  z-index: 99;
  margin-bottom: -500px;
}

.social-recruiting-link {
  background: url(../content/Slices/social-recruiting-button.svg) no-repeat
    center center;
  height: 182px;
  width: 175px;
  background-size: 169px;
  position: absolute;
  right: 151px;
  bottom: 110px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-recruiting-link:hover {
  background: url(../content/Slices/social-recruiting-button-hover.svg)
    no-repeat center center;
  background-size: 169px;
}

/************* Leistungs-Unterseiten *****************/

.serv-header .container {
  min-height: 430px;
  max-width: 1920px;
  position: relative;
  padding-bottom: 60px;
}

.serv-header {
  padding: 45px 0;
  background-size: cover;
  background-position: center right;
}

.serv-header .lines {
  position: absolute;
  height: 330px;
  width: 2px;
  background-color: #fff;
  margin-left: 50px;
}

.serv-header .lines.line1 {
  bottom: -180px;
}

.serv-header .lines.line2 {
  right: 315px;
  top: 24px;
}

.serv-header .lines.line2 {
  right: 50px;
}

.serv-header .text-wrap {
  transform: rotate(-19deg);
  display: inline-block;
  padding-left: 90px;
  position: absolute;
  z-index: 99;
  padding-top: 10px;
}

.serv-header .text-wrap {
  transform: rotate(-16deg);
  padding-top: 14px;
}
.serv-header .text-wrap {
  margin-top: 71px;
  text-align: center;
}

.serv-header .text-wrap .word {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}

.serv-header .text-wrap .word.word1 {
  text-align: center;
  color: #fff;
  font-size: 90px;
  text-align: left;
  margin-left: 150px; 
}

.serv-header .text-wrap .word.word2 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
  margin-left: 67px;
}

/*****************************Passwort Generator*************************************/

input {
  display: inline-block;
  font-size: 16px;
}
input[type="text"],
input[type="number"] {
  padding: 8px;
  width: 200px;
}
input[type="checkbox"] + label {
  width: 180px;
  padding-right: 12px;
  padding-left: 10px;
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

input[type="button"] {
  width: 220px;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #d51130;
  background-color: #d51130;
  color: #ffffff;
  padding: 8px 16px;
  transition: background-color 0.5s, color 0.5s;
}
input[type="button"]:hover {
  background-color: transparent;
  color: #d51130;
  cursor: pointer;
}

.pass {
  padding: 65px 46px 0px 46px;
  text-align: center;
  margin: 0 auto;
}

.pass h1 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}

.pass-content {
  padding-bottom: 45px;
}

.geo-red-sec {
  background-color: #d51130;
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
.geo-red-sec .title {
  margin-bottom: 50px;
}
.geo-red-sec .title h2 {
  font-weight: 700;
  font-size: 40px;
}
.geo-red-sec .wrapp {
    display: flex;            
    align-items: center;      
    gap: 20px;  
    margin-bottom: 40px; 
}
.geo-red-sec .wrapp .image {
    width: 210px;
    flex-shrink: 0;
}

.geo-red-sec .image img {
    max-width: 80%;          
    height: auto;
}

.geo-red-sec .wrapp .text_wrap {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-top: 25px;
  flex-grow: 1;
}

.geo-power-last {}
.geo-power-last .text1 h2 {
    font-weight: 700;
}
.geo-power-last .text1 h2 span {
    color: #D2113D;
    font-family: 'gelato-luxe', sans-serif;
    font-size: 55px;
    font-weight: 500;
}

.packaging-red-sec {
  background-color: #d51130;
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
.packaging-red-sec .title {
  margin-bottom: 50px;
}
.packaging-red-sec .title h2 {
  font-weight: 700;
  font-size: 40px;
}
.packaging-red-sec .wrapp {
}
.packaging-red-sec .wrapp .image {
  min-height: 178px;
}
.packaging-red-sec .wrapp .image img {
  max-width: 154px;
}

.packaging-red-sec .wrapp .text_wrap {
  max-width: 300px;
  margin: 0 auto;
}
.packaging-red-sec .wrapp .text_wrap .title {
  margin-bottom: 0;
}
.packaging-red-sec .wrapp .text_wrap .title h3 {
  font-weight: 700;
}

.packaging-red-sec .wrapp .text_wrap .text {
  font-size: 21px;
}

.packaging-red-sec .standard-btn a {
  display: inline-block;
  margin-top: 80px;
}
.packaging-red-sec.last-sec .standard-btn a {
  display: inline-block;
  margin-top: 40px;
}
.packaging-red-sec .standard-btn a:hover {
  background-color: #d51130; */
  color: #000000;
  border: 1px solid #ffffff;
  color: #fff;
}


.packaging-red-sec.last-sec .big-image img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -389px;
    max-width: 100%;
}

.packaging-red-sec.last-sec {
  padding-top: 232px;
  margin-top: 160px;
}


.onetoone_last_sec.packaging-part .onetoone_cases h2 {
font-size:45px
}


.onetoone_last_sec.packaging-part .top-text h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

.onetoone_last_sec.packaging-part .standard-btn-red {
  text-align: center;
}
.onetoone_last_sec.packaging-part .standard-btn-red a {
  margin-top: 25px;
}
.onetoone_last_sec.packaging-part .wrapper {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.onetoone_last_sec.packaging-part .wrapper .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.onetoone_last_sec.packaging-part .wrapper .image img {
  max-width: 100%;
}
.onetoone_last_sec.packaging-part .wrapper .image .hover-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.onetoone_last_sec.packaging-part a:hover .wrapper .image .hover-img img {
  opacity: 1;
}

.onetoone_last_sec.packaging-part .wrapper .title {
  margin-left: 0;
  position: static;
  min-height: 80px;
}
.onetoone_last_sec.packaging-part .wrapper .arrimage {
  left: inherit;
  right: 10px;
}

.onetoone_last_sec.packaging-part .wrapper:hover .arrimage {
  right: 0px;
}

.onetoone_last_sec.packaging-part a:hover {
  text-decoration: none;
}

.packaging-br-list {
  padding: 50px 0;
}
.packaging-br-list .big-title {
  text-align: center;
}
.packaging-br-list .big-title h2 {
  color: #d51130;
  font-weight: 700;
  font-size: 50px;
}
.packaging-br-list .number-wrap {
  /* text-align: center; */
  max-width: 655px;
  margin: 0 auto;
}
.packaging-br-list .number-wrap .number-item {
  display: flex;
  align-items: center;
}
.packaging-br-list .number-wrap .number-item .img-sec {flex-shrink: 0;width: 250px;}
.packaging-br-list .number-wrap .number-item .img-sec img {max-width: 100%;}

.packaging-br-list .number-wrap .number-item .text {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}


.cases-home .title-wrap {
  text-align: center;
  margin-bottom: 45px;
}
.cases-home .title-wrap .title h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}

 .top-nav-collapse .bestagency {
    top: 23px;
  }

@media (min-width: 992px) {
  .page-wrap {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  /*  .navbar-expand-lg .navbar-nav .menu-item-1040 .nav-link {
      display: inline-block;
      background-color: #fff;
      border-radius: 25px;
      padding-right: 20px;
      padding-left: 20px;
      margin-left: 10px;
      border:1px solid #fff;
  }*/
  .navbar-expand-lg .navbar-nav .menu-item-1040 .nav-link:hover {
    background-color: #d51130;
  }

  .serv-header {
  min-height: 750px;
} 
}

@media (max-width: 1450px) {
  .video_wrap {
    width: 330px;
    height: 330px;
  }
  .video_wrap video {
  }
  .small-logos-social {
    right: 0;
  }
}
@media (max-width: 1300px) {
  .onetoone_header.home-header .text-wrap .word.word1 {
    font-size: 70px;
  }
  .serv-header .text-wrap .word.word1 {
    font-size: 55px;
    margin-top: -20px;
    margin-left: -100px;
    margin-right: 25px;
  }
.serv-header .text-wrap .word.word2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
  margin-left: -40px;
}
.serv-header{
  background: 80%;
}
.serv-header .container {
  min-height: 440px;
  position: relative;
  padding-bottom: 60px;
}

  .social-recruiting-link {
    background: url(../content/Slices/social-recruiting-button.svg) no-repeat
      center center;
    height: 169px;
    width: 157px;
    background-size: 155px;
    right: 151px;
    bottom: 107px;
    z-index: 999;
  }
  .news-wrap .news-item .content .title {
    /* font-size: 25px; */
  }

  .home-services .item-wrap .left {
    min-width: 132px;
  }

  .home-header .lines {
    display: none;
  }

  .home-header .text-wrap .word {
    font-size: 74px;
  }

  .home-header .text-wrap {
    padding-left: 59px;
  }

  .home-header .container {
    min-height: 276px;
  }

  .home-header .aps-graphics img {
    position: absolute;
    width: 260px;
    bottom: -71px;
    right: 0;
  }

  .home-services .item-wrap .right .title h2 {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .news-wrap .news-item-wrap {
    padding: 10px;
  }
  .onetoone_header.home-header .badge-img img {
    width: 115px;
    bottom: -105px;
    right: 30px;
  }
  .standard-content.impressum .btn-wrap .standard-btn a {
    margin-bottom: 20px;

    min-width: 328px;
  }

  .standard-content.uber-uns.part2 .team-member.team2 {
    margin-top: 24px;
  }

  .onetoone_red_sec2 .title h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

.geo-red-sec .wrapp .text_wrap {
  font-size: 1.2rem;
  font-weight: bold; 
  text-align: left;
  margin-top: 25px;
}
.geo-red-sec .wrapp .image {
    width: 141px;
}
  .serv-header .text-wrap .word.word1 {
    font-size: 60px;
    margin: 0 0 0 -90px;
  }


.social-recruiting.home-header.packaging-header {
  background-size: cover;
  background-position: center right 30%;
}

.onetoone_sec2.home-part2 ul{
  text-align: left;
  padding: 15px 0 0 5%;
}
   .bestagency {
   top: 18px;
   right: 69px;
  }
  .bestagency img {
   width: 80px;
  }
.onetoone_sec2.home-part2 .headline h2 {
    font-size:35px
}
.onetoone_last_sec.packaging-part .onetoone_cases h2 {
font-size:35px
}
  .packaging-br-list .number-wrap .number-item .img-sec {
    width: 150px;
  }
.packaging-red-sec.last-sec {
    padding-top: 50px;
    margin-top: 60px;
}
  .packaging-red-sec.last-sec .big-image img {
    margin-top: -111px;
    position: static;
    margin-bottom: 50px;
  }
  .packaging-red-sec .wrapp .text_wrap {
    margin-bottom: 60px;
  }
  .packaging-br-list .big-title h2 {
    font-size: 30px;
  }
.packaging-red-sec .title h2 {
  font-size: 30px;
}
  .onetoone_ihre-vorteile .main-title h2 {
    padding-left: 0;
    font-size: 35px;
  }
  .onetoone_ihre-vorteile .inimage img {
    position: relative;
    margin-bottom: 50px;
  }
  .count-part .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 500%;
  }
  .top-nav-collapse .bestagency {
    top: -200px;
  }

  .video_wrap {
    max-width: 400px;
    width: 100%;
    height: 300px;
  }

  .home-header .video-des {
    display: none;
  }
  .home-header .video-mob {
    display: block;
    margin-top: 20px;
    /* height: 470px; */
    position: relative;
  }
  .home-header .video-mob video {
    /* position: absolute; */
    /* position: absolute; */
    /* z-index: 0; */
    /* object-fit: cover; */
    width: 100%;
  }

  .home-part2 h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
  /* margin-top: 45%; */
}

  .jo_sec2 .wrapp.wrapp3 {
    margin-top: 120px;
  }

  .jo_sec2 .wrapp.wrapp2 {
    margin-top: 116px;
  }

  .onetoone_last_sec .wrapper {
    max-width: 300px;
    margin: 20px auto;
  }

  .onetoone_video_sec .wrapper .standard-btn {
    max-width: 203px;
  }

  .onetoone_sec4 {
    padding-top: 50px;
  }

  .onetoone_sec4 .wrap.wrap3 {
    padding-top: 30px;
  }

  .onetoone_sec4 .wrap.wrap2 {
    padding-top: 30px;
  }

  .onetoone_sec3 .wrapper.wrapper2 {
    padding-top: 30px;
  }
  .badge-img-desktop {
    display: block !important;
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin-bottom: 0px;
  }
  .badge-img-desktop img {
    max-width: 282px;
  }
  .video-desktop {
    display: block !important;
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin-bottom: 0px;
  }
  .video-desktop video {
    max-width: 282px;
  }
  .social-recruiting-link {
    bottom: 56px;
    right: 100px;
    width: 118px;
    height: 110px;
    background-size: 110px !important;
  }
  .partner-social-logos .content .title h2 {
    font-size: 35px;
  }
  .social-logos-text-content .text-item {
    padding-left: 39px;
  }
  .social-logos-text-content .text-item .title .aps-br {
    font-size: 56px;
    top: -28px;
    left: 10px;
  }
  .home-part2.social-recruiting .text3 h2 {
    font-size: 25px;
  }
  .aps-img-wko img {
    right: 0;
  }
  body.home .home-header .badge-img img {
    display: none;
  }

  .home-part2 .video-wrap .play-btn img {
    width: 75px;
    top: 30%;
  }
  .cases-home.single .image-top .case-wrap {
    margin-top: 0px;
  }

  .cases-home.single .image-top-big .case-wrap {
    margin-top: 0px;
  }
  .standard-content.cases .top-text {
    margin-bottom: 0;
  }
  .standard-content.impressum .part2 {
    margin-top: 10px;
  }

  .standard-content.impressum .dowload-link a,
  .standard-content.impressum .part2 .text h3 {
    font-size: 25px;
  }

  .news-wrap {
    padding: 40px 0;
  }

  .standard-content.uber-uns.part2 .team-member .text .name {
    font-size: 25px;
  }

  .count-part .container .count-item {
    margin-bottom: 50px;
  }

  .count-part .container .col-md-3:last-child .count-item {
    margin-bottom: 0;
  }

  .standard-content.uber-uns .container.part1 .image-wrap img {
    position: static;
    margin-top: 40px;
  }

  .standard-content.uber-uns .container.part1 .left-text {
    margin-right: 0;

    float: left;

    max-width: 100%;

    margin-top: 0;
  }

  .standard-content .list-wrap h2,
  .single-news-wrap .content .title h2,
  .standard-content.uber-uns .left-text h3,
  .standard-content.kontakt .left-text h3 {
    font-size: 25px !important;
  }

  .standard-content.services {
    padding: 50px 0 35px 0;
  }

  .news-wrap .news-item .content .date {
    /* font-size: 20px; */
    /* margin-bottom: 10px; */
  }

  .news-wrap .news-item .content {
    padding-left: 20px;
  }

  .news-wrap .news-item .line {
    width: 80px;
  }

  .home-services .part2 {
    margin-top: 0;
  }

  .home-services .item-wrap .left {
    width: 70px;
    min-width: 67px;
  }

  .home-services.services .item-wrap .left {
    width: 38px;
    min-width: 33px;
    margin-right: 8px;
  }

  .home-services.services .item-wrap .left img {
    height: 68px;
  }
  .home-services.services .item-wrap .br1.left img {
    height: 68px;

    width: 24px;
  }

  .home-part2 {
    padding: 50px 0 0 0;
  }

  .home-header .aps-graphics img {
    position: absolute;
    width: 160px;
    bottom: -38px;
    right: 0;
  }

  .home-header .container {
    min-height: 212px;

    max-width: 100%;
  }

  .home-header .text-wrap .word {
    font-size: 60px;
  }
  .home-header.social-recruiting .text-wrap {
    padding-left: 0;
    max-width: 90%;
  }
  .home-header .text-wrap {
    padding-left: 59px;

    z-index: 999;

    padding-top: 10px;
  }

  .navbar .container {
    position: relative;
    max-width: 100%;
  }

  .dark-overly {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    bottom: 0;
    background-color: #000000c4;
    right: -100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .dark-overly.active {
    right: 0;
  }

  .fixed-top {
    overflow: inherit;
    background: #fff;
  }

  .navbar {
    padding: 9px 10px !important;
  }

  .navbar.top-nav-collapse .contakt-info,
  .navbar .contakt-info {
    top: 10px;
    right: 70px;
  }

  .logo a img,
  .top-nav-collapse .logo a img {
    width: 91px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 2px;
    left: 0;
  }

  .navbar {
    padding: 7px 10px;
    opacity: 1;
    background-color: #0f0f12;

    height: auto;
  }

  .page-wrap {
    padding-top: 61px;
    border-top: 0;
  }

  .navbar .contakt-info .search-part,
  .navbar .contakt-info .icons {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li.active .dropdown-item {
    color: #000000;
  }

  .dropdown-item {
    padding: 3px 14px;
    font-size: 17px;
  }

  .dropdown-menu {
    padding: 0px 0 0px 0;
    position: static !important;
      /* display: block;  */
    text-align: left;
  }

  .navbar-nav .nav-link {
    font-size: 18px !important;
    line-height: 1.5;
    background: none !important;
  }

  .top-nav-collapse .navbar-nav .nav-link,
  .navbar-nav .nav-link {
    padding: 17px 20px;
    padding-top: 0 !important;
    font-size: 22px !important;
  }

  .navbar-collapse {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navbar-light .navbar-nav li {
    margin-left: 0px;
  }

  .navbar-expand-lg .navbar-nav {
    /* padding-left: 13px; */
  }

  .navbar .contakt-info .direct-call a .icon img {
    width: 40px;
    margin: 0 17px;
  }

  .navbar.top-nav-collapse .contakt-info,
  .navbar .contakt-info {
    top: 10px;
    right: 70px;
  }

  body.home .logo a img {
    top: 0;
    border-radius: 0;
  }

  .logo a img,
  .top-nav-collapse .logo a img {
    width: 66px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    margin-bottom: 0;
    left: 11px;
  }

  .menu-btn-close img {
    width: 100%;
  }

  .top-nav-collapse .menu-btn {
    /* top: -9px; */
  }

  .menu-btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    /* width: 32px; */
    /* height: 35px; */
    position: absolute;
    right: -13px;
    top: 15px;
    z-index: 999;
    top: -5px;
  }

  .menu-btn.active {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    width: 61px;
    height: 63px;
    background-size: 61px;
    background-color: transparent;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 19px;
    transition: 0.5s;
    border-top: 0;
    display: block;
    margin-top: 62px;
    margin-bottom: 0;
    padding-top: 32px;
    padding-left: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding-bottom: 50px;
    /* min-height: 650px; */
    background-color: #d51130;
  }

  .navbar-light #menu-main-menu-2.navbar-nav .current-menu-parent > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link {
    border-bottom: none;
    color: #009fe3;
  }

  .standard-btn a,
  button.standard-btn {
    font-size: 15px;
    padding: 15px 30px;
  }
  .standard-content.cases {
    padding: 50px 0 10px 0 !important;
  }
  .standard-content {
    padding: 50px 0 !important;
  }
}

@media (max-width: 767px) {
.home-part2.social-recruiting.geo-power-last .standard-btn-red a {
   min-width: 310px;
}
.geo-red-sec .wrapp .image {
    width: 114px;
}
.geo-red-sec .geo-red-item1 {
  order:1
}
.geo-red-sec .geo-red-item2 {
  order:2
}
.geo-red-sec .geo-red-item3 {
  order:3
}
.geo-red-sec .geo-red-item4 {
  order:4
}
.single-news-wrap .title-in-img h2 {
  font-size: 25px;
}
  .packaging-br-list .number-wrap .number-item .text {
    font-size: 20px;
  }
  .cases-category-list ul li {
    padding: 0px 10px;
  }
  .onetoone_sec2.home-part2 .new-hedline h2 {
    font-size: 35px;
  }
  .home-services .col-md-6.order_1 {
  }
  .home-services .col-md-6.order_2 {
  }

  .home-services .col-md-6.order_3 {
  }
  .home-services .col-md-6.order_4 {
  }

  .social-red-content .text h3 {
    font-size: 22px;
  }

  .jo_sec1.jo_sec11 .wrapper .video {
    margin-bottom: 0px;
  }

  .social-red-content.social-red-content2 {
    margin-top: 0px;
  }

  .onetoone_last_sec {
    margin: 50px 0 0 0;
  }

  .onetoone_last_sec .wrapp .standard-btn {
    width: 300px;
    margin: 70px auto 0 auto;
  }

  .onetoone_last_sec .wrapp .standard-btn a {
    width: 300px;
  }

  .onetoone_header.home-header .text-wrap .word.word2 {
    font-size: 17px;

    margin-left: 35px;
  }

  .onetoone_header.home-header .text-wrap .word.word1 {
    font-size: 50px;
  }
  .news-wrap .news-item .content .more-btn a {
    padding-right: 80px;
  }
  .home-services .item-wrap .right .more-btn a {
    padding-right: 80px;
  }
  .social-recruiting-link {
    right: 23px;
  }

 

  
  .bestagency::-webkit-scrollbar {
    display: none;
  }

  .home-header .award-img img {
    position: absolute;
    top: 250px;
    right: 50px;
    bottom: 150px;
    z-index: 99;
    width: 250px;
    image-rendering: -webkit-optimize-contrast;
  }

  .numberone {
    margin-top: 300px;
  }

  .miba-content .aps-img1-dahom img {
    top: 0;
  }
  .social-recruiting .big-links .link-item {
    margin-bottom: 45px;
  }
  .small-logos-social {
    display: none;
  }
  .social-red-content .text h3 {
    font-size: 22px;
  }
  .cases-home.single .social-title .title h2 {
    font-size: 25px;
  }
  .miba-content .aps-img1-miba img {
    left: 0;
  }
  .home-header .badge-img img {
    width: 123px;
    bottom: -72px;
    right: 25px;
  }
  .cases-home.single .btn-wrap .standard-btn a {
    width: 100%;
    max-width: 400px;
  }
  .cases-home.single .btn-wrap .standard-btn {
    display: block;
    margin-bottom: 20px;
  }
  .cases-home.single .nussyy1 .case-wrap {
    margin-bottom: -53px;
  }
  .home-services .item-wrap {
    margin-bottom: 70px;
  }
  .home-services .btn3 {
    margin-top: 0;
  }

  .standard-content.impressum .dowload-link a,
  .standard-content.impressum .part2 .text h3 {
    font-size: 22px;
  }

  .standard-content.kontakt .part1 {
    margin-bottom: 20px;
  }

  .standard-content .top-text,
  .home-services.services .top-text {
    text-align: center;
    margin-bottom: 50px;
  }

  .standard-content.kontakt .left-text {
    margin-bottom: 40px;
  }

  .g-map iframe {
    border: none;
    width: 100%;
    height: 250px;
    filter: grayscale(1);
  }

  .standard-content.uber-uns.part2 .team-member.team1 {
    margin-top: 50px;
  }

  .standard-content.uber-uns.part2 .team-member.team2 {
    margin-top: 50px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .standard-content.uber-uns.part2 .left-img img {
    margin-bottom: 40px;
  }

  footer {
    margin-top: 40px;
  }

  .single-news-wrap .post-nav-wrap {
    margin-left: 0;
  }

  .standard-content.services .list-wrap {
    margin-bottom: 50px;
  }

  .standard-content .list-wrap h2,
  .single-news-wrap .content .title h2,
  .standard-content.uber-uns .left-text h3,
  .standard-content.kontakt .left-text h3 {
    font-size: 22px !important;
  }

  footer .apsline {
    position: absolute;
    height: 42px;
    width: 2px;
  }

  footer .apsline.line1 {
    left: 20px;
  }

  footer .apsline.line2 {
    right: 20px;
  }

  footer .f-links ul li {
    margin-bottom: 10px;
  }

  .cases-home .case-wrap:hover {
    /*border: 3px solid #000*/
  }

  .cases-home .case-wrap {
    /*border: 3px solid #fff;*/
  }

  .cases-home .case-wrap .text {
    font-size: 22px;
  }

  .news-wrap .news-item .content .title {
    font-size: 22px;
  }

  .email-link {
    right: -47px;

    top: 22%;

    z-index: 99;

    padding-bottom: 86px;

    font-size: 13px;
  }

  .email-link .aps-icon img {
    width: 25px;
    right: 54px;
  }
  .email-link .aps-icon2 img {
    width: 25px;
    bottom: -50px;
    right: 54px;
  }

  .email-link .aps-icon3 img {
    width: 17px;
    position: absolute;
    bottom: -11px;
    right: 57px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .home-services .item-wrap .right .title h2 {
    font-size: 18px;
  }

  .home-services .item-wrap .right {
    padding-left: 15px;
  }

  .home-services .item-wrap .right .top-icon img {
    max-height: 145px;
    width: auto;
  }

  .home-services.services .item-wrap .left {
    max-width: 50px;
  }

  .home-services .item-wrap .left img {
    height: 50px;
  }

  .home-services.services .item-wrap .left img {
    height: 100px;
  }

  .two-line-separator .lines {
    width: 50px;
  }

  .news-wrap .news-item {
    /* flex: 0 0 100%; */
    /* max-width: 500px; */
    width: 100%;
  }

  .onetoone_sec2.home-part2 {
    padding: 25px 0 20px 0;
    text-align: center;
  }

  .onetoone_sec3 .image.mainimg {
    margin-bottom: 35px;
  }

  .jo_sec1 .wrapper .title_wrap .title h2 {
    font-size: 30px;
  }

  .jo_sec1 .wrapper {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 450px) {
  .count-part .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1000%;
  }
  .social-red-content.social-red-content2 .standard-btn a {
    padding: 15px 35px;
  }

  .onetoone_header.home-header .text-wrap .word.word2 {
    font-size: 15px;
    margin-left: 35px;
    margin-bottom: 20px;
  }

  .onetoone_header.home-header .text-wrap .word.word1 {
    font-size: 35px;
  }
  .home-header .container {
    min-height: 182px;

    max-width: 100%;
  }
  .home-header.social-recruiting .container {
    min-height: auto;
    height: 250px;
  }

  .home-header .text-wrap .word {
    font-size: 49px;
  }

  .home-header .text-wrap {
    padding-left: 37px;
  }

  .onetoone_sec4 .wrap .text_wrap .title h2 {
    font-size: 25px;
  }
}

@media (max-width: 385px) {
  .standard-content.impressum .btn-wrap .standard-btn a {
    width: 100%;

    display: block;

    min-width: auto;
  }
}
