@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 300;
    padding: 157px 0 0;
    color: #3e3d40;
    margin: 0 auto;
}
body.home{
    padding: 0;
}
.container{
    max-width: 100%;
    padding: 0 30px;
}
.custom-container {
	max-width: 1080px;
	margin: 0 auto;
  padding: 0 30px;
}
.logos-container {
	max-width: 1500px;
	padding: 0 30px;
	margin: 0 auto;
}
p{
    margin-bottom: 30px;
}
p span {
	display: block;
}
h1 {
  font-size: 65px;
  margin-bottom: 65px;
  padding: 0 30px;
}
h2 {
	font-size: 55px;
	letter-spacing: 3px;
	text-transform: uppercase;
  margin-bottom: 80px;
  padding: 0 30px;
}
@media screen and (min-width: 576px) {
  h2{
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
h4 {
	font-size: 30px;
	margin-bottom: 25px;
}
img,
svg {
  max-width: 100%;
}
a {
  color: #3e3d40;
  text-decoration: none;
}
a:hover {
  color: #bda46e;
}
.footer-container p.title-paragraph a {
  color: #fff !important;
}
.nowrap {
  white-space: nowrap;
}
.golden {
  color: #bda46e;
}
.border-end, .border-left, .border-top, .border-bottom{
    border-color: #000 !important;
}
.small-hr {
	border-top: 5px solid #333;
	margin: 20px auto 45px;
	max-width: 55px;
	display: inline-block;
	opacity: 1;
	width: 100%;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.bg-transparent {
  background: transparent;
}
.bg-dark-gray {
  background: #3e3d40;
}
.bg-alt-gray {
    background: #d3d3d3;
}
.bg-gray {
    background: #cbd1d4;
}
.bg-golden {
  background: #bda46e;
}
.consultant-box a {
	text-decoration: underline;
}
.consultant-box a:hover{
    color: #fff;
}
.home-second-last {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.home-banner img {
	width: 100%;
}
.home-second-last a.golden {
	text-decoration: underline;
}
.home-second-last a.golden:hover {
	color: #333;
}
.home-second {
	padding: 100px 0 70px;
}
.navbar-expand-sm .navbar-nav .nav-link {
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
  color: #333;
}
.content-block.home-banner{
    margin-top: 0 !important;
}

.consultant-box {
	margin: 70px 0 300px;
}

.navbar-expand-sm .navbar-nav li:last-child .nav-link::after {
  content: none;
}
.navbar.navbar-expand-sm {
  max-width: 100%;
  /*margin: 0 auto;*/
}
.navbar-expand-sm .navbar-nav .active .nav-link,
.navbar-expand-sm .navbar-nav .active.nav-link {
  color: #bda46e;
}
.intro-text {
  padding-left: 130px;
}
.content-block {
  margin-top: 70px;
}
.intro-text h1 {
  margin-bottom: 40px;
  color: #bda46e;
  font-weight: 300;
}
.intro-links {
  padding-left: 100px;
}
.intro-links-items {
  padding: 10px 25px;
  background: #eceded;
  margin-top: 20px;
  border-bottom: 2px solid #bda46e;
  max-width: 760px;
}
.intro-links-items p {
  margin: 0;
  display: flex;
  align-items: center;
}
.navbar-brand{width: 33%;}
.intro-links-items .navbar-brand {
  color: #bda46e;
}
.intro-links-items .navbar-brand:hover {
  color: #000;
}
.intro-text h1 span {
  font-size: 25px;
  display: block;
}
.home-second .intro-text h1 {
  margin-bottom: 40px;
}
.home-second .intro-links-items {
  background: transparent;
  border: none;
  padding: 0;
}
.intro-links-items p .plus-sign {
  margin-right: 10px;
  font-size: 45px;
  line-height: 45px;
  color: #bda46e;
}
.intro-links-items p .plus-sign-text {
  padding: 10px 25px;
  background: #eceded;
  flex: 1;
}
.karriere-first .intro-links-items p .plus-sign-text {
  background: #eceded;
  max-width: 69%;
}
.intro-text-wrapper {
  /* background: #eceded; */
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-second .intro-links {
  margin-bottom: 40px;
  padding-left: 80px;
}
.intro-text p a {
  color: #3e3d40;
}
.intro-text p a:hover,
.navbar-expand-sm .navbar-nav .nav-link:hover {
  color: #bda46e;
}

.footer {
  background: #333;
  color: #fff;
  padding: 65px 0 60px;
  margin-top: 108px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 130px;
}
.footer-container p > a {
  font-size: 18px;
  font-weight: 400;
}
.footer-container p > a:hover, .footer-container p.title-paragraph a.color-golden {
    color: #bda46e !important;
}
.footer-container p.title-paragraph a.color-golden:hover {
    color: #fff !important;
}
.footer-container p.title-paragraph {
  font-size: 33px;
}
@media screen and (max-width: 600px) {
  .footer-container p.title-paragraph {
    font-size: 20px;
  }
}
.title-paragraph {
    font-weight: 700;
}
.title-paragraph span {
	text-transform: none;
	display: block;
	font-size: 26px;
	font-weight: 400;
}

.title-paragraph.first span {
	font-size: 33px;
	font-weight: 700;
}

.footer .navbar-brand img {
  margin-top: 20px;
}
.impressum-link {
	margin-top: 30px;
	display: inline-block;
}
.uber-first .intro-links-items {
  background: transparent;
  border: none;
  padding: 0;
}
/* .uber-first .intro-links-items .plus-sign-text {
	padding: 0;
} */
.uber-first .intro-links-items p {
  display: flex;
  align-items: center;
}
.uber-first .intro-links-items p .plus-sign {
  margin-right: 10px;
}
.intro-links .intro-links-items:first-child {
  margin-top: 0;
}
.uber-first .intro-links {
  padding-left: 80px;
}
.img-wrapper {
  padding-left: 130px;
  position: relative;
  overflow: hidden;
  padding-right: 115px;
}
.uber-three {
  background: url("../img/uber-three.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 50px 0 65px;
}
.uber-three {
  color: #fff;
}
.uber-three .intro-text h1 {
  margin-bottom: 40px;
}
.uber-three .intro-text p {
  margin-bottom: 45px;
}
.statistic-content h2 {
  font-size: 80px;
  color: #bda46e;
}
.uber-four {
  padding-top: 100px;
}
.row.statistic-wrapper {
  border-bottom: 2px solid #bda46e;
  margin: 0;
  padding-bottom: 45px;
}
.uber-five .intro-text-wrapper {
  background: transparent;
}
/* .uber-five .intro-links-items p .plus-sign {
	margin: 0;
} */
.uber-five .intro-links {
  padding-left: 80px;
}
.uber-five {
  padding-bottom: 90px;
}
.unsere-first .intro-text h1 {
  margin-bottom: 40px;
}
.unsere-first .intro-text {
  padding-right: 60px;
}
.unsere-content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 12px);
  left: 12px;
  background: #bda46e;
  padding-top: 15px;
  padding-bottom: 15px;
}
.unsere-content p {
  margin: 0;
  color: #fff;
  font-size: 48px;
  /* max-width: 700px; */
  line-height: normal;
}
.unsere-content-second-row .unsere-content {
  left: 0;
  background: transparent;
  padding-left: 85px;
}
.unsere-content-second-row .unsere-content p {
  max-width: 750px;
  margin-bottom: 20px;
  color: #bda46e;
}
.unsere-content-third-row .unsere-content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.unsere-three {
  padding-top: 100px;
}
.unsere-content-gray .unsere-content p {
  color: #bda46e;
}
.sidebar-icons {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.sidebar-icons .toolbar {
  position: fixed;
  right: 0;
  padding: 0;
  background-color: transparent;
  z-index: 9999999999;
  cursor: pointer;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-icons .toolbar.to-left {
  right: 380px;
}
.sidebar-icons .toolbar-info {
  width: 380px;
  right: -380px;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  z-index: 999999999;
  padding-left: 2rem;
  padding-right: 2rem;
  border-left: 2px solid #3c3c3b;
}
.sidebar-icons .toolbar-info.to-left {
  right: 0;
}
.sidebar-icons .close-toolbar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 22px;
  height: 50px;
  cursor: pointer;
}
.sidebar-icons .toolbar-info .phone {
  margin-top: 20%;
  padding: 2rem 0;
  border-bottom: 1px solid #bda46e;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}
.sidebar-icons .toolbar-info a {
  color: #4d4d4d;
}
.sidebar-icons .toolbar-info .phone .phone-numbers {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.4rem;
}
.sidebar-icons .toolbar-info span {
  display: block;
}
.sidebar-icons .toolbar-info .hours,
.sidebar-icons .toolbar-info .email-location {
  padding: 2rem 0;
  border-bottom: 1px solid #bda46e;
}
.sidebar-icons .toolbar-info .email-location > span:first-child {
  margin-bottom: 0;
}
.sidebar-icons .toolbar-info .email-location > span {
  display: block;
}
.sidebar-icons .toolbar-info .email-location > span > span {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-info .email-location img {
  width: 25px;
  margin-right: 1rem;
}
.toolbar-info .email-location .email-location-inner img {
  margin-top: -5px;
}
.toolbar-info .phone img {
  width: 25px;
  margin-right: 1rem;
}
.sidebar-icons a {
  text-decoration: none;
}
.sidebar-icons a:hover {
  color: #bda46e;
}
/* .header {
  padding-left: 130px;
} */
.home .navbar-brand.home-logo {
	display: block !important;
}
.home .navbar-brand.page-logo {
	display: none !important;
}
.header.header-scrolled {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.45);
    z-index: 99999999;
    padding-top: 25px;
    padding-bottom: 50px;
}
.home .header.header-scrolled{
    position: absolute;
    background: transparent;
}
.uber-first {
  margin-top: 135px;
}
.animate-to-right {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 355px;
  /* transition:left .3s linear; */
  cursor: pointer;
}
.process-img-wrapper::after {
  clear: both;
  display: table;
  content: "";
}
.process-img {
  float: left;
  width: 14.28%;
}
#process-img-first img:last-child {
  left: 60px;
  top: 72px;
  width: 31%;
}
#process-img-first img:first-child {
  margin-top: 2px;
}

#process-img-first .wiggle {
  animation: shake 1s;

  /* When the animation is finished, start again */
  animation-iteration-count: 2;
}
.process-img-slider {
  display: none;
}
.karriere-first {
  padding-top: 0;
}
.unsere-first {
  margin-top: 135px;
}
.contact-menu-mobile {
  display: none;
}
.sidebar-icons.mobile {
  display: none;
}
.content-block.home-second.uber-five,
.content-block.home-second.uber-five .intro-text-wrapper {
  padding-bottom: 0;
}
.content-block.home-second.uber-five
  .intro-text-wrapper
  .intro-links:last-child {
  margin-bottom: 0;
}
.footer ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.footer ul a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.footer ul a:hover {
  color: #bda46e;
}
.email-location-inner a {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.4rem;
}
.unsere-content.hover-content {
  bottom: -100%;
  top: auto;
  transform: unset;
  height: 100%;
  background: rgba(189, 164, 110, 0.8);
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.unsere-content.hover-content.black-bg {
  background: rgba(0, 0, 0, 0.6);
}
.hover-trigger:hover .unsere-content.hover-content {
  bottom: 0;
}
.unsere-content.hover-content.right-col {
  left: 0;
}
.unsere-content.hover-content.right-col p {
  color: #fff;
}
.hover-trigger {
  overflow: hidden;
}
.unsere-first-block {
  height: 140px;
  display: flex;
  align-items: center;
}
.unsere-content-second-row .unsere-content.hover-content p {
  color: #fff;
}
.bg-plus {
  background-image: url(../img/big-plus.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 50px right 110px !important;
}
.intro-text.unsere-content {
  padding-right: 100px;
}
.unsere-content-third-row.unsere-content-third-row-custom .unsere-content {
  top: auto;
  bottom: auto;
  transform: unset;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-image: url(../img/big-plus-golden.png);
  background-position: top 50px right 110px;
  background-repeat: no-repeat;
}
.intro-links-items > .navbar-brand {
  display: block;
  padding: 10px 25px;
}
.intro-links-items > .navbar-brand p {
  color: #3e3d40;
}
.content-block.home-second.uber-five {
  border-top: 2px solid #bda46e;
}
.know-more.mobile {
  display: none !important;
}
.unsere-expertise h1 {
  margin-bottom: 20px;
}


/* Page Unser Team */
.team-container {
	background: #ebecec;
	padding: 108px 110px 45px;
}
.statistic-wrapper-team {
	border-bottom: 2px solid #bda46e;
	margin-bottom: 45px;
}
.team-divider {
	border-top: 2px solid #bda46e;
	opacity: 1;
	margin: 0 0 45px;
}
.team-name {
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 0;
}
.team-position {
	margin-bottom: 30px;
}
.border-row {
	border-top: 2px solid #bda46e;
}
/* Page Unser Team */

/* key Frames */

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

/* Responsive Design */

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    align-items: center;
  }
  .home .navbar-expand-sm .navbar-nav .nav-link{
      color: #fff;
  }
  .home .navbar-expand-sm .navbar-nav .nav-link:hover {
    color: #bda46e;
  }
}

@media only screen and (max-width: 1700px) {
  h1,
  .statistic-content h2, h2 {
    font-size: 44px;
  }
  .intro-text h1 {
    margin-bottom: 60px;
  }
  body {
    font-size: 20px;
  }
  .unsere-content p {
    font-size: 32px;
  }
  .unsere-content {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1500px) {
  .header {
    padding-left: 0;
  }
  .intro-text {
    padding-left: 0;
  }
  .intro-links {
    padding-left: 0;
  }
  .home-second .intro-text {
    padding-left: 30px;
  }
  .uber-first .intro-links,
  .uber-five.home-second .intro-links {
    padding-left: 0;
  }
  .uber-three {
    padding-left: 30px;
    padding-right: 30px;
  }
  .uber-first .row .col-md-6:last-child {
    display: flex;
    align-items: center;
  }
  .home-second.uber-five .intro-text {
    padding-left: 0;
  }
  .img-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .unsere-content {
    padding-left: 30px;
  }
  .unsere-content-second-row .unsere-content {
    padding-left: 30px;
  }
  .footer-container {
    padding-left: 30px;
  }
  .team-container {
    padding: 108px 30px 45px;
  }
}

@media only screen and (max-width: 1300px) {
  .unsere-content-third-row.unsere-content-third-row-custom .unsere-content,
  .bg-plus {
    background-size: 50px !important;
    background-position: top 20px right 30px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .unsere-content p {
    font-size: 19px;
  }
  .row.footer-container > .col-md-6.col-xs-12.ps-5:last-child {
    padding-left: 20px !important;
  }
  .row.footer-container > .col-md-6.col-xs-12.ps-5:last-child .pe-5 {
    padding-right: 20px !important;
  }
  .row.footer-container > .col-md-6.col-xs-12.ps-5:last-child .ps-5 {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 1050px) {
  h1,
  .statistic-content h2, h2 {
    font-size: 32px;
  }
  .home-first .row .col-md-6:last-child {
    display: flex;
    align-items: center;
  }
  body {
    font-size: 18px;
  }
  .home-second .intro-links {
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .intro-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-second .row .col-md-6:last-child {
    display: flex;
    align-items: center;
  }
  .footer-container > .col-md-6 {
    width: 100%;
    border-right: none !important;
    padding-right: 0;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-left: 0 !important;
  }
  .footer-container > .col-md-6:last-child {
    border: none;
  }
  .uber-three {
    background-position: center right 60%;
  }
  .uber-five .intro-text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .row.footer-container > .col-md-6.col-xs-12.ps-5:last-child {
    padding-left: 0 !important;
  }
  .row.footer-container > .col-md-6.col-xs-12.ps-5:last-child .pe-5 {
    padding-right: 0 !important;
  }
  .row.footer-container > .col-md-6.col-xs-12.ps-5:last-child .ps-5 {
    padding-left: 0 !important;
  }
  .footer-container > .col-md-6:last-child ul {
    padding-bottom: 20px;
    float: none !important;
    height: auto !important;
  }
  .footer-container > .col-md-6:last-child ul.border-end {
    border-bottom: 1px solid #dee2e6;
    border-right: none !important;
  }
}

@media only screen and (max-width: 801px) {
  h1,
  .statistic-content h2, h2 {
    font-size: 27px;
  }
  body {
    font-size: 16px;
  }
  .intro-text-wrapper {
    padding-right: 20px;
  }
  .intro-links-items p .plus-sign-text {
    font-size: 14px;
  }
  /* .home-first .row .col-md-6:last-child,
  .home-second .row .col-md-6:last-child {
    margin-top: 30px;
  } */
}

@media only screen and (max-width: 767px) {
  .uber-first .row .col-md-6:last-child {
    margin-top: 30px;
  }
  .home-second,
  .uber-second,
  .unsere-three {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .last-row{
    margin-bottom: 0 !important;
  }
  .ansprechpartner-container .row {
    padding: 0 !important;
  }
  .ansprechpartner-container .row.border-bottom {
    padding-bottom: 30px !important;
    margin-bottom: 30px;
  }
  .ansprechpartner-container .row .border-end {
    border-right-width: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  h4{font-size: 20px;}
  .title-paragraph span {
    font-size: 18px;
  }
  .logos-container .row {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .consultant-box {
    margin-bottom: 100px;
  }
  .title-paragraph.first span {
    font-size: 20px;
  }
  .unsere-second .col-md-6.col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .unsere-content-second-row .unsere-content {
    left: 12px;
  }
  .unsere-second .row {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-height.unsere-content-third-row {
    min-height: 250px;
  }
  .unsere-content {
    background: transparent;
  }
  .unsere-first-block {
    height: auto;
  }
  .intro-text.unsere-content {
    padding-right: 30px;
  }
  .unsere-content-third-row.unsere-content-third-row-custom .unsere-content,
  .bg-plus {
    background-size: 35px !important;
    background-position: top 20px right 30px !important;
  }
  .unsere-content p {
    font-size: 18px;
  }
  .unsere-content-second-row .unsere-content p {
    margin-bottom: 0;
  }
  .mobile-margin {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    border: none;
  }
  .navbar-collapse {
    padding-top: 50px;
  }
  .navbar-toggler-icon {
    background-image: none;
    display: block;
    position: absolute;
    right: 5%;
    top: 45%;
    transform: translate(0, -50%);
    width: 35px;
    height: 22px;
    border-top: 4px solid #bda46e;
    z-index: 10;
  }
  .collapsed .navbar-toggler-icon {
    border-top: 4px solid #bda46e;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    background: #bda46e;
    left: 0;
    transition: all 0.3s;
  }
  .collapsed .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(0deg);
  }
  .collapsed .navbar-toggler-icon::before {
    top: 5px;
    transform: rotate(0deg);
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    position: relative;
  }
  .navbar-expand-sm .navbar-nav .nav-link::after {
    content: none;
  }
  .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 18px;
  }
  .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }
  .navbar-toggler-icon {
    border-top: none;
  }
  .uber-three {
    padding-top: 70px;
  }
  .footer .navbar-brand img {
    max-width: 100px;
  }
  .intro-links-items p .plus-sign {
    vertical-align: middle;
  }
  .uber-first .intro-links-items p .plus-sign {
    line-height: 25px;
  }
  .animate-to-right,
  .img-wrapper-inner {
    display: none !important;
  }
  .process-img-slider {
    display: block;
  }
  .process-img-slider .slick-slide img {
    max-width: 236px;
    margin: 0 auto;
  }
  .img-wrapper {
    overflow: visible;
  }
  .process-img-slider .slick-next::before,
  .process-img-slider .slick-prev::before {
    font-size: 30px;
    color: #bda46e;
  }
  .process-img-slider .slick-next,
  .process-img-slider .slick-prev {
    width: 30px;
    height: 30px;
  }
  .contact-menu {
    display: none;
  }
  .contact-menu-mobile {
    display: block;
  }
  .nav-item .sidebar-icons .toolbar-info {
    position: static;
    padding-left: 35px;
    padding-right: 35px;
    border: none;
    width: auto;
  }
  .nav-item .sidebar-icons .toolbar-info .phone {
    margin-top: 0;
  }
  .sidebar-icons .toolbar-info .phone .phone-numbers {
    font-size: 16px;
  }
  .sidebar-icons {
    display: none;
  }
  .email-location-inner a {
    font-size: 16px;
  }
  .email-location-inner > span {
    margin-bottom: 8px;
  }
  .team-container {
    padding-top: 70px;
  }

  .home .navbar-collapse {
    background: #fff;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .home-second,
  .uber-second {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .col-md-6.col-xs-12 {
    width: 100%;
  }
  .footer-container p {
    font-size: 16px;
  }
  .sidebar-icons .toolbar.to-left {
    right: 280px;
  }
  .sidebar-icons .toolbar-info {
    width: 280px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .sidebar-icons {
    font-size: 16px;
  }
  .sidebar-icons .toolbar-info .phone img {
    width: 22px;
  }
  .header .navbar-brand {
    max-width: 100px;
  }
  .unsere-content {
    background: #bda46e;
    width: 100%;
    left: 0;
  }
  .unsere-content-second-row .unsere-content {
    left: 0;
  }
  .content-block,
  .mt-65 {
    margin-top: 30px !important;
  }
  .pt-65 {
    padding-top: 0 !important;
  }
  .content-block.home-second.uber-five.pt-65 {
    padding-top: 30px !important;
  }
  .content-block.uber-second.pt-65.mt-65.border-row {
    padding-top: 30px !important;
  }
  .uber-three {
    background: url("../img/uber-three_mobil.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 200px;
  }
  .unsere-content.hover-content {
    bottom: 0 !important;
  }
  .intro-links-items > .navbar-brand p {
    white-space: normal;
  }
  .know-more.mobile {
    display: block !important;
  }
  .know-more.desktop {
    display: none !important;
  }
  .know-more {
    margin-bottom: 30px;
  }
  .intro-text h1 span {
    font-size: 16px;
  }
  .sidebar-icons .toolbar-info .hours,
  .sidebar-icons .toolbar-info .email-location,
  .sidebar-icons .toolbar-info .phone {
    padding: 1rem 0;
  }
  .content-block.uber-four.uber-team-four{
    padding-top: 0;
  }
}

/* Mustafijur starts  */
.intro-text-wrapper .intro-links-items .plus-sign-text:hover {
  background-color: #bda46e !important;
  color: white !important;
  cursor: pointer;
}
.intro-text-wrapper .intro-links-items .plus-sign-text a:hover, .intro-text-wrapper .intro-links-items .plus-sign-text:hover a{
  color: white !important;
}

/* account manager */

.intro-links-items .zuruk {
  color: #bda46e;
}

.intro-links-items .plus-sign-text:hover .fa.fa-chevron-down {
  color: white !important;
}

.intro-links-items .plus-sign-text:hover .fa.fa-chevron-up{
  color: white !important;
}

.karriere-first.account-manager .intro-links-items p .plus-sign-text {
  max-width: 100% !important;
}
.karriere-first.account-manager .intro-text-wrapper.d-flex.flex-column.justify-content-center{
  width: 100%;
}

@media only screen and (max-width: 1050px) {
  .home-second.karriere-first.account-manager .row .col-md-6:last-child {
    display: block;
  }
.home-second.karriere-first.account-manager .intro-text h1 {
  margin-bottom: 40px;
}
.karriere-first.account-manager .col-md-12.col-xs-12.w-100.mb-5 {
  margin-bottom: 0px !important;
}


.home-second.karriere-first.account-manager .intro-links.mb-3 {
  padding-left: 0px;
}

 .home-second.karriere-first.account-manager .intro-text{
padding-left: 0px;
}

}

.intro-text-wrapper .intro-links-items .ms-5 .d-flex {
  margin-bottom: 1rem !important;
}

.karriere-first.account-manager .intro-links-items .mb-3 .plus-sign-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-text-wrapper{
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 801px) {
  .karriere-first.account-manager .intro-text-wrapper {
    padding-right: 0px;
  }
}

.intro-text-wrapper .intro-links-items .plus-sign-text:focus-visible {
  background-color: #bda46e;
  color: white;
}

.karriere-first.account-manager .intro-text-wrapper .intro-links-items .zuruk:hover {
  color: #3e3d40 !important;
}
/* Mustafijur ends  */
