/**
 * Theme Name: Implico
 * Author: rCode & Robert Ladkani
 * Version: 1.0
**/

/* SAP Wave 3 */


.sap-wave-3-parent {
    display: grid;
    grid-template-columns: 1fr auto; /* Two columns: left flexible, right auto (for the image) */
    gap: 30px; /* Gap between the columns */
    align-items: start; /* Align elements at the top */
}

.sap-wave-3-title {
    grid-column: 1 / 2;
    margin-top: -2rem;
}

.sap-wave-3-img {
    grid-column: 2 / 3;
    text-align: right; /* Align image to the right */
}

.sap-wave-3-img img {
    border-radius: 1rem; /* Apply border-radius to the image */
    display: block; /* Ensure image respects border-radius */
	max-width:572px;
}

.sap-wave-3-content {
    grid-column: 1 / 2;
    xxmargin-top: -180px; /* Adjust the margin to align content under the title */
}

/* For mobile devices */
@media (max-width: 768px) {
	.c-sap-challenges .hero.bottom {
        background-position: 12.5% 8vh;
	}
	
    .sap-wave-3-parent {
        display: flex;
        flex-direction: column;
    }
    .sap-wave-3-img {
        text-align: left; /* Align image to the left on mobile */
	    margin-top:-0.5rem;
    }
	
	.sap-wave-3-img img {
		border-radius: 0.5rem;
        max-width:100% !important;
    }
	
	.sap-wave-3-content {
		margin-top:0px !important;
	}
}


/* News Anpassung */

.singleNews .info-block-full img {
	border-radius:0.75rem;
	display:block;
	margin:auto;
}

.single-news_posts .info-full .info-block-full ul {
    margin-left: 1.35rem;
}

@media screen and (max-width: 768px) {
.single-news_posts .info-full .info-block-full ul {
    margin-left: 1.65rem;
}	
}

.single-news_posts .discover {
	padding-top:0 
}

.single-news_posts .info-block ul li {
    margin-bottom: 0.35rem;
}

.fenster__content--image {
	max-height:150px;
}

@media screen and (max-width: 768px) {
	
.singleNews .info-block-full img {
	max-width:100%;
	height:auto;
}	
}

/** Footer **/

.footer__contacts--middle .socials-wrapper svg {
    height: 3.25rem;
}

.footer__contacts--middle .partnership-link {
    width: 3.25rem;
    height: 3.25rem;
}

@media screen and (max-width: 768px) {
.footer__contacts--middle .partnership-link {
    width: 2.25rem;
    height: 2.25rem;
}
	
	.footer__contacts--middle .socials-wrapper a.social_link:nth-of-type(2) svg {
	width: 3.25rem;
    height: 3.25rem;
	}	
	
	.footer__contacts--middle .title, .footer__contacts--links {
		border-top:1px solid #000;
		padding-top:2rem;
	}
	
.footer__top--form .gform_footer button {
    font-size: 1rem;
}
	
.footer__contacts {
    margin-top: 1rem;
}	
	
}

/** **/

@media screen and (min-width: 768px) {
.hero__inner .title {
    font-size: 2.7rem;
}

.hero__inner .sub-title {
    font-size: 1.45rem;
}

//.geot-alert {display:none!important}	
	
}



/** Hero Swiper **/

.sw-hero {
    position: relative;
    background-image: var(--bg);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: var(--bg-pos-x);
	background-position-y: center;
	background-repeat:no-repeat;
	padding-top: 26rem;
	margin-top: -8rem;
	margin-bottom: -25rem;
	padding-bottom: 8rem;
	height: 55rem;
}

.sw-hero__inner {
    position: relative;
    z-index: 999;
    max-width: 32.5rem;
    color: #fff;
}

.sw-hero:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/themes/rTheme/img/SVG-Masks/implico-path-large.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #d9e5ec;
    mix-blend-mode: lighten;
	background-size: 120rem 71.25rem;
    top: -130px;
}
	
.sw-hero__inner .title {
    line-height: 1.2 !important;
}	

.sw-hero__inner .title {
    font-size: 2.7rem;
}

	.hero-swiper .sw-hero__inner .button-wrapper {
    margin-top: -1rem;
}

.sw-hero__inner .button {
    margin-top: 3.75rem;
}
	
	.hero-swiper .sw-hero__inner h3 {
    margin-top: 1rem;
}
	
	.hero-swiper .swiper-pagination {
  top:-15rem;		
  text-align:left !important;
position:absolute;
	}
	
  .hero-swiper .swiper-pagination-bullet {
  width: 14px; 
  height: 14px;
  background: white;
  opacity: 1;
  margin: 0 8px !important;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: #007bff;
}


@media screen and (min-width: 1920px) {
.hero-swiper .sw-hero {
	padding-top: 30rem; 
    margin-top: -13rem;
    margin-bottom: -15rem; 
    padding-bottom: 3rem;
	}
	
.hero-swiper .sw-hero:after {
    background-size: 130rem 80rem;
	top:-130px;
}
	
}

@media screen and (min-width: 2240px) {
	.hero-swiper .sw-hero {
	background-size:100%;
	}
	.hero-swiper .sw-hero:after {
		display:none;
	}
}



@media screen and (max-width: 1280px) {
.hero-swiper .sw-hero {
    padding-top: 25rem !important;
}
.hero-swiper .swiper-pagination {
  top:-17rem;		
	}	
}

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

.hero-swiper  {
margin-top:-3.5rem;
	}
	
	.sw-hero__inner .title {
		font-size:1.35rem;
		margin-bottom:1rem;
	}	
	
	.sw-hero__inner h3 {
		font-size:1.125rem;
		font-family: Usual-R;
	}
	
	.hero-swiper .sw-hero__inner .button {
	margin-top: 0rem;
	}	
	
.hero-swiper .sw-hero__inner .button-wrapper {
    margin-top: 0rem;
    top: 160px;
    position: absolute;
}
	
	
.hero-swiper .sw-hero {
	margin-top: -17px;
    padding-top: 8rem !important;
    padding-bottom: 9rem;
    margin-bottom: -12rem;
    background-size: 260%;
    background-repeat: no-repeat;
    background-color: #000;
    background-position-y: 3vh;
    background-position-x: var(--bg-pos-x);
    height: 30rem;
    top: 0;
	}	
	
.hero-swiper .sw-hero:after {
    background-size: 36rem;
    background-image: url(/wp-content/themes/rTheme/img/SVG-Masks/implico-path-mobile-home.svg);
    background-position-y: 17vh;
	top: -120px;
}

.hero-swiper .swiper-pagination {	
   text-align:left;
   top: -150px;
   position: absolute;
}
	
	.hero-swiper .swiper-pagination-bullet {
		background: #fff;
		opacity:1;
		width: 10px;
    	height: 10px;
    	margin: 0 8px !important;
	}
	
	.hero-swiper .swiper-pagination-bullet-active {
		background: #007aff
	}
	
	
	
}


/** Hero Swiper End **/

/** Campaigns **/

.unitedbpa .lrt {
padding-top:0;
}

.pre-bpa {
	display: block;
    background-color: #005faa;
    color: white;
    padding: 0.8rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
    border-radius: 0.6rem;
}

.pre-bpa strong {
	font-family: Usual-M, sans-serif;
}

.quality-assurance {
	max-width:100%;
	background-color: white;
	padding: 2.9375rem 2.8125rem 4.125rem;
    box-shadow: 0 0.3125rem 1.25rem 0 rgba(0,0,0,.16);
    border-radius: 1.5rem;
	margin-top:3.5rem;
}


.quality-assurance img {
	width:80%;
	margin:auto;
	display:block;
}

.c-sap-quality-assurance .lrt {
	margin-top:-12rem;
}

.c-sap-quality-assurance .image-section {
	margin-top:-6rem;
}

.c-co2-webinar .liw-block-thirty-left-title {
	margin-bottom:2rem;
}

.c-sap-quality-assurance .info-block-right .ul-select  {
      margin-top:0rem;
	}

.c-sap-quality-assurance .info-block ul li {
	line-height: 1.5rem;
	}

@media screen and (max-width: 768px) {
.c-sap-sdm-sap-rfno .hero.bottom {
	background-position: 20% 8vh;
}
.quality-assurance {
	padding: 0.5rem;
}

.quality-assurance img {
width:90%;
}
	
.c-sap-quality-assurance .image-section {
	display:none;
	
}
	.c-sap-quality-assurance .info-block ul {
		margin-left:1.125rem;
	}
	
	.c-sap-quality-assurance .info-block ul li {
	font-size: 1rem;
	line-height: 1.45rem;
	}
	
	.c-sap-quality-assurance .info-block-right ul li:last-child {
		margin-bottom:2rem;
	}
	
	.c-sap-quality-assurance .info-full .info-block-full ul {
		line-height:inherit;
	}
	
	.c-sap-quality-assurance .info-block-right .ul-select  {
      margin-top:-2.5rem;
	}
	
.quality-assurance-crossbutton {
min-height:220px;
}
	
}


/** Fenster **/

.fenster {
	right:auto !important;
	left:-30% !important;
}

@media screen and (min-width: 768px) {
.fenster-animation {
    left: 2rem !important;
	right:auto !important;
}
}

/** Chatbase **/

@media screen and (min-width: 768px) {

#chatbase-bubble-button {
	width:80px !important;
	height:80px !important;
	border-radius:100% !important;
	bottom: 2rem !important;
	right: 2rem !important;
}

#chatbase-bubble-button img {
	width:70px !important;
	height:70px !important;
}

#chatbase-message-bubbles, #chatbase-bubble-window {
	bottom: 120px !important;
	right: 2rem !important;
}
}


.lr-teaser-block-parent{
    margin-top: 4rem;
	display: flex;
    gap: 2.5rem;
}

.lr-teaser-block {
	max-width: 50%;
	background-color:#fff;
	box-shadow: 0 0.3125rem 1.25rem 0 rgba(0,0,0,.16);
    border-radius: 1.5rem;
    overflow: hidden;
}

.lr-teaser-block p {
	font-size: 1.125rem;
}

.lr-teaser-block-main-image {
    width: 100%;
    height: 14.375rem;
}

.lr-teaser-block-main-image img {
    width: 100%;
    height: 100%;
	object-fit:cover;
}

.lr-teaser-block-content {
	display: flex;
    gap: 2.5rem;
	padding: 2rem;
}

.lr-teaser-block-content-left {
	width:35%;
}

.lr-teaser-block-content-left img {
	width:100%;
	height:auto;
	margin-top:1rem;
}

.lr-teaser-block-content-left img, .lr-teaser-block-content-right img  {
	max-width:150px;
}

.lr-teaser-block-content-right {
	width:65%;
	margin-bottom:2rem;
}

.lr-teaser-block-content-right-text {
	margin-bottom:2rem;
}

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

.lr-teaser-block-parent{
display: flex;
flex-direction:column;
}
	
.lr-teaser-block-main-image {
    width: 100%;
    height: 12rem;
}
	
.lr-teaser-block-content {
	display: flex;
    flex-direction:column;
	padding: 2rem;
}

	.lr-teaser-block-content-left, .lr-teaser-block-content-right {
		width:100%;
	}	
	
	.lr-teaser-block-content-right {
		margin-top:-2rem;
		margin-bottom:0;
	}	
	
.lr-teaser-block {
	max-width: 100%;
}
.lr-teaser-block-content-left img {
	display:none;
}	
	
}

._brlbs-switch-consent {
	margin-bottom:2rem;
}

.fenster__content--image {
	margin-top:0;
	border-radius:0.5rem;
	max-height:175px;
}

.fenster__content--image img {
	width:100%;
	height:auto;
}

a.contact-popup {
color:#fff !important;
text-decoration: none !important;
}

p .page-link {
    color: #005faa !important;
	text-decoration:none !important;
	margin-top:2rem;
}

.lrt-bottom-main-item-block-right-info ul, .info-block ul {
    margin-top: 3.125rem;
    margin-left: 1.875rem;
}

.info-block ul {
    margin-top: 2rem;
}

.lrt-bottom-main-item-block-right-info ul li, .info-block ul li {
	font-family: Usual-L,sans-serif;
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
}

.lrt-bottom-main-item-block-right-info ul li::marker, .info-block-full ul li::marker, .info-block ul li::marker {
    color: #009fe3;
    font-size: 1.5625rem;
}


.knowledge-wrapper, .accor-docu-button {
	xdisplay:none !important;
}

.home-usa .chain__block .name {
	max-width:15rem;
}

.home-usa .chain_title_wrap h2 {
    flex: 1.3;
}

.lrit-main {
	padding-top: 3rem;
}

.lrit-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem; 
	gap: 2.375rem;
}

.lrit-group.image-right {
    flex-direction: row-reverse; /* Bild rechts */
}

.lrit-group .lrit-item-image,
.lrit-group .lrit-item-text-block {
    flex: 1 0 48%; /* Jeweils 48% Breite für Bild und Text */
}

.lrit-item-title, .lrit-item-text, .lrit-group:not(:last-child) .lrit-item-link  {
	margin-bottom: 1.5rem;
}


.footer_socials_knowledge {
    display: flex;
    justify-content: left; 
    align-items: flex-start; 
    gap: 1.875rem;
	margin-bottom:2rem;
}

.footer_socials_knowledge .socials-wrapper a {
	margin-right:.8rem;
}

.footer_socials_knowledge .button {
	font-size:1rem;
}

.footer_socials_knowledge .title {
    margin-bottom:1.25rem;
}

.footer__contacts--middle .socials-wrapper {
	display: block;
	margin-top: 0;
	margin-bottom:0;
}

.accor-docu-button, .accor-block.bottom-element .accor-block-item-head {
	xdisplay:none;
}

.accor-notification {
	width:100%;
	margin-top:0;
}

.accor-block.bottom-element {
	padding-top:0;
	margin-top:1rem;
}

.accor-docu-button .accor-block-item-head-block {
	width:100%;
	justify-content:space-between;
}


.accor-docu-button  {
	background-color: #005faa;
	display:block;
	transition: .5s all ease;
}

.accor-docu-button:hover{
	background-color: #009FE3
}

.accor-docu-button a, .accor-docu-button .accor-block-item-head-title {
	color:white !important;
	width:85%
}


.location-popup .close {
    position: absolute;
    right: 1.875rem;
    top: 3.125rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.location-popup .close:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background-image: url(/wp-content/themes/rTheme/img/General-IMG/close.svg);
    background-size: 1rem 1rem;
}

.location-popup {
	display:none;
}

	.location-popup.show {	
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: rgba(255,255,255,.95);
    display: flex;
	}
	
	.location-popup-wrapper {
	background-color: #fff;
    box-shadow: 0 0.625rem 2.5rem #00000029;
    border-radius: 1.75rem;
    padding: 5rem 2.5rem 3.75rem;
    max-width: 43.125rem;
    position: relative;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	}

.location-popup .subtitle {
	padding-bottom: 0.75rem;
}

.location-popup h2 {
	margin-top:1.5rem;
	margin-bottom:1.5rem;
}

.location-popup-content p {
	font-size: 1.125rem;
	margin-bottom:2rem;
}

.location-popup .button-wrapper, .location-popup .button, .location-popup-buttons {
	display:inline-block;
}

.location-popup .global-button {
	margin-left:2rem;
	font-size:1.25rem;
	color:#000;
}

.location-popup .us-button, .us-button-text {
	vertical-align:middle;
}

.location-popup .us-button img {
	width: 30px; 
	height: auto; 
	margin-right: 5px;
	vertical-align:middle;
}


.tabs__content .content__wrapper {
	padding-bottom: 0.1rem;
}

.tabs__content .content ul li {
	list-style-type:none;
}

.opentasgo-ul-left {
	width: 60%; display: inline-block; vertical-align:top;
}

.opentasgo-ul-right {
	width: 30%; display: inline-block; vertical-align:top;
	padding-left:5%;
}

.calendly {
    color: #fff !important;
    text-decoration: none !important;
}


@media screen and (max-width: 768px) {
	.opentasgo-ul-left {width:100%}
	.opentasgo-ul-right {display:none}
}


.big_ics .big-ics-swiper, .big_ics .video-parent {
	display:block;
	margin: 5.3125rem auto 0;
    padding-bottom: 2.5rem;
}

.big_ics .swiper-button-prev {
    left: 0;
}

.big_ics .swiper-button-next {
    right: 0;
}

.big_ics .big-ics-swiper .swiper-slide, .big_ics .big_ics video {
    display: flex;
    justify-content: center;
	 
}

.big_ics .big-block-link {
	margin-top:0rem;
}


.big_ics img, .big_ics video, .lrit img{
    width: 100%;
    height: 100%;
    xxmax-width: calc(100% - 13.75rem);
    margin: 0 auto;
	border-radius: 0.9375rem; 
	max-width:100%;
}


.talk-block-left-info ul, .liw-block-thirty-left-info ul {
    list-style-type: none;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.talk-block-left-info ul li, .liw-block-thirty-left-info ul li {
    position: relative;
    padding-left: 1.6875rem;
	margin-bottom: 1rem;
}

.talk-block-left-info ul li:before, .liw-block-thirty-left-info ul li:before {
    content: '';
    background: #009fe3;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.5rem;
    display: inline-block;
}

.talk_cta .talk-block-right-block {
	background:none;
	box-shadow:none;
}

.language-switcher:hover .language-wrapper {
    display: block !important;
}


footer .pretitle {
	font-size:.85rem !important;
	margin-bottom.2rem;
}

.password-required {
    margin-top: 10rem;
}

.protected-template-default .info-full {
	margin-top: 8rem;
}

.password-error-message {
	color:#cf2e2e;
}




* {
    font-family: inherit
}

body, p {font-family: 'Usual-L',sans-serif;}

strong, b, a strong, strong a {
	font-family: 'Usual-M',sans-serif;
}

h1, h2, h3, h4, strong, b, .scu_graphic .button-scu p, .good-block-item-title, .news-all-posts-item-info-title, .header__mobile-nav .mobile-header-menu > li > a, a strong {
	font-weight:500;
}  

.discover-block-item-info-title, .storyb-main-block-item-info-title, .gsi-block-item-info-title  {
    font-size: 1.375rem;
}

.our_products__products--item .icon {
	margin-bottom:1rem;
}

body:not(.admin-bar) .language-wrapper, .language-wrapper-mobile {
	xdisplay:none !important;
}

.formd p, .liw p, .lrit p, .liw li {
    font-size: 1.125rem;
}



.sli-block {
    margin-top: 4rem;
}

.single-news .info-full {
	padding-top:2.5rem;
}

.info-full p, .legal-notice p, .info-full h1, .legal-notice h1 {
	margin-bottom:2rem;
}

.info-full h2, .legal-notice h2, .info-full h3, .legal-notice h3, .info-full h4, .legal-notice h4 {
   margin-bottom:1.5rem;		
}


.info-full h2 {
	margin-top:2rem;
}

.legal-notice {
    padding: 15rem 0;
}

.info-full .info-block-full ul, .legal-notice ul {
    margin-left: 1.125rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 2rem;
}

.singleNews-bottom-block-item-info {
    justify-content: flex-start;
}

.footer__top--info .logo {
	max-width:20rem;
}

.page-link:before {
    background-size: contain;
    min-width: 1.4rem;
    min-height: 1.2rem;
}

.accordion-block-left-title {
    letter-spacing: inherit; 
}

.digital-title {
    padding-bottom: 0;
}

.adt-main-block-item-info-content {
	min-height:5rem;
}

.team_group-items-popUp-block-right p {
	margin-bottom:2rem;
}


.supply-block-right-block-info .page-link {
    justify-content: start;
}

section[data-bg=blue] .swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active), section:not([data-bg=white]) .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background-color:#fff;
	background:#fff;
	opacity:1;
}

/*
.newstax-main-left-block-item-image img {
    border-radius:1.5rem;
}
*/

.accordion-block-right-accordion-item-info {
    transition: none; 
    transition: transform 0.3s ease 0s, height 0.5s ease 0.3s;
}

.accordion-block-right-accordion-item .accordion-block-right-accordion-item-info {
		transform: translatex(20%);
	}
	
	.accordion-block-right-accordion-item.accordion-active .accordion-block-right-accordion-item-info {
		transform: translateX(0%);
	}

.liw-block-auto-right img {
    border-radius: 0.75rem;
}

.columns-info__content--link, .accordion-block-left-link {
    margin-top: 2.8rem;
}

.good-block-item-desc p strong {
	xmargin-bottom: 1.5rem;
    xdisplay: block;
}

.tabs__content .content p:last-of-type {
	margin-bottom:2rem;
}

.form--wrapper {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.form--wrapper.loaded {
    opacity: 1;
}

.scu_graphic .close-button span:after {
    background-image: url(/wp-content/themes/rTheme/img/General-IMG/close.svg);
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.7rem;
}
	

.chain_title_wrap {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: wrap; 
}

.chain_title_wrap h2 {
    margin: 0;
    flex: 1; 
    order: 1; 
}

.chain_title_wrap a {
    margin-left: 20px;
    order: 2;
	flex:1.5;
}

.partners {
    background: inherit;
}


.contact-pop #field_4_7 {
    margin-top: inherit;
}

.contact-pop .gfield--type-checkbox.gfield_contains_required {
	margin-top:2rem !important;
}

.contact-pop .gform_wrapper.gravity-theme textarea {
     height: 7rem!important; 
}

.contact-pop .gform_footer {
    bottom: 0;
	position: relative;
}


.news-business-main-block-item-info {
    justify-content: flex-start;
}



.digital-block-right-block-info ul {
	list-style-type:none;
}

.fenster {
	opacity:0;
}

.fenster-animation{
  transition: .5s all ease;
  opacity:1;
}

.gsi-block-item-info-title {
	font-family: 'Usual-M',sans-serif;
}

p:not(.link) a, .gform_wrapper.gravity-theme a {
	color:#000;
	text-decoration:underline;
}

a img {
	transition: all .4s
}

.scu_graphic .button-scu p  {
	font-family: 'Usual-M',sans-serif;
}

.media_download .discover-block-item-info-foot {
	padding-left:0;
	padding-right:0;
}

.overviewBig-bottom-item-right-button a, .footer__contacts--links a {
	text-decoration:none;
}

blockquote {
	font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    display: block;
    margin-bottom: 2rem;	
	}	

.good-block-item-title {
    font-family: 'Usual-M',sans-serif;
}

.news-all-posts-item-info-title {
	 font-family: 'Usual-M',sans-serif;
}

.news-all-posts-item-info-content {
	 font-family: 'Usual-L',sans-serif;
}

.news-all-posts-item:first-child .news-all-posts-item-info {
    bottom: 8%;
    width: 60%;
    color: #fff;
}

.news-all-posts-item:first-child:after {
    background: linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 50%);
}


.service-posts-item-link img {
		max-width:36px;
	}
	
	.service-posts-item-link img, .overviewBig-bottom-item-right-button img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #005fa9;
	padding:0.5rem;
}



.service-posts-item-link img:hover, .overviewBig-bottom-item-right-button:hover img {
		background:#009FE3;
	}

.overviewBig-bottom-item-right-button {
    position: relative;
	padding: 1.5rem;
}

.overviewBig-bottom-item-right-button img {
	position:absolute;
	right:1rem;
	top:1rem;
}

.footer__contacts--middle .socials-wrapper .social_link img, .footer__contacts--middle .socials-wrapper .social_link svg {
	transition:none;
} 

.footer__contacts--middle .socials-wrapper .social_link:hover img, .footer__contacts--middle .socials-wrapper .social_link:hover svg {
    transform: none;
	filter: invert(34%) sepia(99%) saturate(1355%) hue-rotate(172deg) brightness(103%) contrast(101%);
	transition: none;
}

.partners-tabs-main-item-posts-post-image img {
    max-width: 100%;
}

.digital-block-right-block-link a {
   margin-top:2rem;
}

.good-title {
    margin-bottom: 2rem;
}

.good-block-item-title {
    min-height: 2rem;
}

.good-block-item-desc p:last-of-type {
	margin-bottom:2rem;
}

.lri-title {
		margin-bottom:2rem;
	}
/*
.single-stories	.lri-block-right-image {
		background: transparent;
		padding:0;
	}

.single-stories .lri-block {
    align-items: start;
}

.single-stories .lri-block-right-image img {
    max-height: inherit;
	width:100%;
	height:auto;
	border-radius: 0.75rem;
	box-shadow: 0 0.3125rem 1.25rem 0 rgba(0,0,0,.16);
}*/

.lri-block-right-image {
		background: transparent;
		padding:0;
	}

.lri-block {
    align-items: start;
}

.lri-block-right-image img {
    max-height: inherit;
	width:100%;
	height:auto;
	border-radius: 0.75rem;
	box-shadow: 0 0.3125rem 1.25rem 0 rgba(0,0,0,.16);
}

.service-title {
    margin-bottom: 2rem;
}

	.singleNews-tax	{
		padding-top:3.5rem;
	}

.vt .video-vt-item-swiper iframe, .vt .video-vt-item-swiper video, .big_ics img {
    width: 100%;
    height: auto;
}

.managers-block-item-info-bottom {
	margin-top:1rem;
}

.managers-block-popUp-out, .managers-block-popUp {
	z-index:9999;
}


.team_group-items-item-info-link, .adt-main-block-item-info-bottom-popUp, .managers-block-item-info-bottom-popUp, .managers-block-item-info-bottom-linkedin {
	width: 3rem;
    height: 3rem;
    background: #005faa;
    border-radius: 50%;
    position: relative;	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	cursor:pointer;
	}

.managers-block-item-info-bottom-popUp, .managers-block-item-info-bottom-linkedin, .adt-main-block-item-info-bottom-popUp {
	width: 2.2rem;
    height: 2.2rem;
}

.managers-block-item-info-bottom-linkedin {
	border-radius: .25rem;
}
	
	.team_group-items-item-info-link img, .adt-main-block-item-info-bottom-popUp img, .managers-block-item-info-bottom-popUp img, .managers-block-item-info-bottom-linkedin img {
		width:75%;
		height:75%;
	}


body img.gform_ajax_spinner {
	display: none !important;
}


/* Media Queries */

@media screen and (min-width: 768px) {
		
	
.digital-block-right-block-info ol {
    margin-left: 2.5rem;
}	

h2 {
    line-height: 1.25;
}	
	
.liw-block-auto-left-info p, .good-block-item-desc p,  .good-block-item-desc ol li, .good-block-item-desc ul li {
    font-size: 1.125rem;
}	
	
	.good-block-item-desc ol li {
		margin-bottom:1.5rem;
	}	
	
	
.footer__top--form .form--wrapper_text {
    margin-bottom: 2rem;
}	
	
	.footer__top--form .gfield--type-checkbox.gfield--type-choice.gf_list_2col {
		    margin-bottom: 1.5rem;
	}	
	
	.footer__top--form .gfield--type-checkbox.gfield--type-choice.gfield--width-full label, .contacts .tabs__wrapper .content .gform_wrapper.gravity-theme .gform_fields input[type=checkbox]+label {
		font-size: .875rem;
	}
	
	
.footer__top--form #gform_submit_button_7 {
    bottom: 9.75rem;
}	
	
.base-hover-img, .second-hover-img {
  opacity: 0;
}
	
.basev2,.secondv2 {
 top: 20%;
 left: 10%;	
}
.basev3,.secondv3 {
 top: 25%;
 left: 15%;	
}

.secondv2, .secondv3 {
transform:translateY(-6rem);
}	
	
	.vt-block-left {
    width: calc(100% / 3*2 - (2.5rem / 2 * (2 - 1)));
}
	
	/*body, header, footer, #primary {
		overflow-x:hidden;
	}
	*/
	
	body, footer, #primary {
		overflow-x:hidden;
	}
	
.singleNews-title {
    margin-bottom: -4rem;
}	
	
	
.lrt-bottom-main-item-block-right-posts-post {
    display: inline-flex;
    padding-right: 20px;
}	
	
.lrt-bottom-main-item-block-right-posts-post-subtitle {
    max-width: 80%;
}	
	
.bss-block-item-image {
    width: 100% !important;
    height: 40rem !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    -webkit-mask: url(/wp-content/themes/rTheme/img/SVG-Masks/implico-path-large.svg) no-repeat center;
    mask: url(/wp-content/themes/rTheme/img/SVG-Masks/implico-path-large.svg) no-repeat center;
    mask-size: 60vw;
    -webkit-mask-position: 0 230%;
    mask-position: 0 230%;
    -webkit-mask-size: 100%;
    padding-top: 0rem!important;
}
	
.bss-block-item-image:after {
    content: none !important;  
}
	
.bss-block-item-text {
    position: absolute;
    left: 70%;
    top: 55%;
    z-index: 2;
	bottom: inherit;
	right:inherit;
}		
	
	
	
/* Page Level CSS */	
	
	.page-careers .good-block-item-title {
		min-height: 5rem;
	}	
	
	.page-careers .good-title {
		margin-bottom:-3rem;
	}
	
/* Page Level End */	
	
	.image-news-header-mobile {
		display:none
	}
	
	.image-mobile {
		display:none
	}	
	.image-section .image-desktop img {
		max-width:100%;
		width:100%;
		height:auto;
	}
	
.news-all-posts-item:first-child {
    max-height: 26rem;
}	
	
.good-block-item-title {
    min-height: 7rem;
	margin-bottom: 0;
}	
	
.good-block {
  margin-top:-2rem;
}	
	
.news-business-main-block-item-info-title, .news-items-left-main-item-info-title {
   font-size:1.125rem;
}
	
.vt .swiper-button-next, .bss .swiper-button-next, .sli .sli-button-next, .vt .swiper-button-prev, .bss .swiper-button-prev, .sli .sli-button-prev, .big_ics .swiper-button-next, .big_ics .swiper-button-prev  {
    width: 1.875rem;
    height: 1.875rem;	
}
	
	
/* Image Transitions */
	
	.newstax-main-left-block-item-image {
		 width: 100%;
        height: 34rem;
		border-radius: 1.5rem;
	}
	
	.storyb-main-block-item-image, .service-posts-item-image, .adt-main-block-item-image, .news-all-posts-item, .news-business-main-block-item-image, .news-items-left-main-item-image, .fenster__content--image, .singleNews-bottom-block-item-image, .newstax-main-left-block-item-image, .gsi-block-item-image, .lr-teaser-block-main-image {
		overflow:hidden;
	}

.storyb-main-block-item-image img, .service-posts-item-image img, .adt-main-block-item-image img, .news-all-posts-item img, .news-business-main-block-item-image img, .news-items-left-main-item-image img, .fenster__content--image img, .singleNews-bottom-block-item-image img, .newstax-main-left-block-item-image img, .gsi-block-item-image img, .lr-teaser-block-main-image img {
    transition: all .4s;
	cursor:pointer;
	
}	
	
	.news-all-posts-item-link-subimage {
	overflow: hidden;
    width: 40%;
    height: 8rem;
    border-radius: 0.5rem;
	}
	
	.news-all-posts-item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
	
	
.storyb-main-block-item-image img:hover, .service-posts-item-image:hover img, .adt-main-block-item-image img:hover, .news-all-posts-item:hover img, .news-business-main-block-item-image:hover img, .news-items-left-main-item-image:hover img, .fenster__content--image:hover img, .singleNews-bottom-block-item-image:hover img, .newstax-main-left-block-item-image:hover img, .gsi-block-item-image:hover img, .lr-teaser-block-main-image:hover img {
    transform: scale(1.08);
}
		
/* Image Transitions End */	
	
.adt-main-popUp-out {
    z-index: 4;
}	
.adt-main-popUp {
    z-index: 5;
}		
	
	/*
.single-stories .lri {
		padding-bottom:0;
	}
	*/



	
	
	.news-all-taxes-item, .news-all-posts-item .news-all-posts-item-info-tax, .js-block-posts-post-info-bottom-link, .team_group-items-item-info-link, .adt-main-block-item-info-bottom-popUp, .managers-block-item-info-bottom-popUp, .managers-block-item-info-bottom-linkedin, .accordion-block-right-accordion-item-head-images, .accor-block-item-head-image {
    transition: background-color 0.3s;
	cursor:pointer;	
}
	
	.news-all-taxes-item:hover, .js-block-posts-post-info-bottom-link:hover, .team_group-items-item-info-link:hover, .adt-main-block-item-info-bottom-popUp:hover, .managers-block-item-info-bottom-popUp:hover, .managers-block-item-info-bottom-linkedin:hover, .accordion-block-right-accordion-item-head-images:hover, .accor-block-item-head-image:hover  {
		background-color: #009fe3;
		color: #fff;
	}	
	
	.news-all-taxes-item:hover img, .news-all-posts-item:hover .news-all-posts-item-info-tax img .managers-block-item-info-bottom-popUp img, .managers-block-item-info-bottom-linkedin img {
		filter: brightness(0) invert(1);
	}	
	
.accor-block {
    grid-row-gap: 0.5rem;
}	
	

	.accor-block-item-info p {
		margin-bottom: 1.5rem;
	}	
	
.accordion-block-right-accordion-item-head-image {
    min-width: 5rem;
}	

.accor-block-item-head {
    min-height: 3.5rem;
}	
	
.lrt-bottom-head-block, .partners-tabs-head-title  {
transition: .3s all ease;
margin-left: 1px;	
}

.lrt-bottom-head-block:hover, .partners-tabs-head-title:hover {
background-color:#fff;
}
	
.lrt-bottom-main-item-block-right-posts-post-subtitle {
min-height:3rem;
}
		
	.header__bottom.scrolled {
		box-shadow: 0 0.4rem 1.25rem 0 rgba(0,0,0,0.25);
	}	
	
.header .menu-item>.sub-menu {
    box-shadow: 0 0.6rem 1.25rem 0 rgba(0,0,0,0.25);
}
	
.header__bottom.scrolled .header__bottom--menu .menu-item>.sub-menu {
	margin-top:0.6rem;
}	
	
.fenster {
    border-radius: 1.5rem;
    max-width: 25rem;
	padding: 3.75rem 1.5rem;	
}
	
.fenster-animation {
    right: 2rem!important;
}
	
.fenster__content {
    gap: 1.2rem;
}	
	
.service-posts-item-content {
    min-height: 6rem;
}	
	
/* Hover Color Buttons */
	
.header .header-top-menu li:last-of-type:hover {
    background-color: #009FE3;
}	
	
/* Section Paddings */
	
.columns-info, .tabs, .discover, .big, .our_products, .footer, .smallContent, .vt, .accor, .service, .talk, .supply, .adt, .lfr, .bss, .chain, .commitment, .digital, .info-full, .gsi, .good, .js, .liw, .lfr, .lri, .managers, .media_download, .news-all, .our_products, .overviewBig, .partners, .lrt, .scu_graphic, .sli, .storyb, .team_group, .video-item, .info, .accordion, .big_ics, .lrit, .lr-product-teaser {
    padding-top: 5rem;
	padding-bottom: 5rem;
}	
	
	.footer__top--info	.info {
		padding-top:2.5rem;
	}
	
.single-news_posts .info-full {
		xxpadding-bottom:0rem;
	}		

/* Section Paddings End */	
	
.single-news_posts .info-full {
	padding-top:2.5rem;
}	

/*	
.singleNews-info {
    padding-top: 0;
}
*/

.sli-pagination {
    margin-bottom:-1rem;
}
	
.bss-block-item-text {
    max-width: 18rem;
}	
	
	.tabs[data-bg=white] .tabs__content, .tabs[data-bg=white] .tabs__name .tab.active {
		background-color:#fff;
	}	
	
	.tabs[data-bg=white] .tabs__name .tab {
    background-color: #d9e5ec;
}
	
	.tabs[data-bg=white] .tabs__name .tab:hover {
    background-color: #fff;
}	
	
	.digital-block-left-info .page-link {
    margin-top: 2.8rem;
    margin-bottom: 4rem;
}
	
	.tabs__content .content {
    padding-left: 0;
}
	
	.tabs__content .content ul {
    padding-left: 2rem;
}
	
	.scu_graphic .parent {
    height: 660px;
	margin-top:17rem;
}
	
	.scu_graphic .button-scu {
    opacity: 0;
    animation: fadeIn 1.2s 1s forwards ease-in-out, floatlinesbuttons 4.4s infinite ease-in-out;
}
	
	
	.partners, .liw	{
		padding-bottom:6rem;
	}
	
	.liw-block-auto-right img {
		max-width:100%
	}
	
	.partners-tabs-main-item-active {
    border-radius: 0 0 2rem 2rem;
}
	
	.columns-info__content--desc, .talk-block-left-info, .accordion-block-right-accordion-item.accordion-active .accordion-block-right-accordion-item-info, .discover-block-item-info-content  {
		font-size:1.125rem;
	}	
.service-block {
    margin-bottom: 2rem;
}
	
.digital-block-right-block-info li {
    margin-bottom: 1rem;
}	
	
.accordion-block-right-accordion-item {
    margin-bottom: 0rem;
}
	
	
	.accordion-block-right-accordion-item-info p {
		margin-bottom:2rem;
	}	
	
	.overviewBig-bottom {
		margin-top:4rem;
	}
	
.managers-title {
    margin-top: 2rem;
}	

.supply-block-right-block-info-content p:last-child {
    margin-bottom: 1.5rem;
}	
	
.storyb-main-block-item-info-title, .storyb-main-block-item-info-content {
    min-height: 5rem;
}

.discover-block-item-info-title {
    margin-bottom: 1rem;
}	
	
	.footer__top--form	.ginput_container.ginput_container_checkbox {
		margin-top:1.5rem;
	}
	
.footer__contacts--middle .partners-wrapper {
    margin-top: -1.25rem;
}	
	
h1 {
    font-size: 3rem;
}	
	
	blockquote {
	font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    display: block;
    margin-bottom: 2rem;	
	}	

.header__bottom--logo img {
padding-top: 0.5rem;
margin-bottom: -0.6rem;
}
	
	.header-menu .menu-item>.sub-menu {
		margin-top:1.38rem;
	}
	
.chain__block .name {
 max-width: 10rem;
}	
	
.hero {
margin-top: -18rem;
padding-top: 35rem;
height: 55rem;
margin-bottom: -10rem;
background-size: auto;	
background-repeat:no-repeat;	
}	
		
	
	.home .hero {
	margin-top: -40rem;
    padding-top: 60rem;
	background-size:cover;
	}	
	.home .hero:after {
		background-size: 130rem 120rem;
	}	

.hero.bottom {
	margin-bottom: auto;
	background-position-y: 10vh;
	min-height: 55rem;
	margin-top:-30rem;
	padding-top:30rem;
}
	
body.admin-bar .hero.bottom {background-position-y: 12vh;}	
	
.hero__inner .title, .sw-hero__inner .title {
    line-height: 1.2 !important;
}	
	
	
.hero.bottom .container {
position: relative;
max-width: 1280px;
margin: auto;
padding: 0;
}
	
.hero__inner.bottom {
max-width: 26rem;	
right: 1rem;
left:auto;
top: 33rem;
}	

	.hero.bottom:after {
		background-size: 98rem 98rem;
		background-image: url(/wp-content/themes/rTheme/img/SVG-Masks/implico-path-middle.svg)
	}	

body.admin-bar .header__desktop {margin-top:30px}		
#primary {margin-top:0 !important}	

.footer__contacts--left {
    max-width: 33%;
}	
	
.footer__contacts--middle {
    max-width: 40%;
    width: 40%;
}	
	
}

@media screen and (min-width: 1600px) {
.hero.bottom:after {
		background-size: 106rem 102rem;
	}	
.hero__inner.bottom {
xright: auto;
xleft:75%
}
}

@media screen and (min-width: 1920px) {
.hero.bottom:after {
		background-size: 112rem 102rem;
	}		
.hero__inner.bottom {
xright: auto;
xleft:70%
}	
.hero.bottom  {
background-position-x: 0;
}
}

.gsi-block-item-image {
	height:auto;
}

.talk-block-right-block img {
    max-height: inherit;
	height:auto;
}

@media screen and (max-width: 1920px) {
.vt .swiper-button-next, .bss .swiper-button-next, .sli .sli-button-next, .big_ics .swiper-button-next {
 right: 7.5%;	
}
	
.vt .swiper-button-prev, .bss .swiper-button-prev, .sli .sli-button-prev, .big_ics .swiper-button-prev {	
 left: 7.5%;	
}
}

@media screen and (max-width: 1520px) {
.vt .swiper-button-next, .bss .swiper-button-next, .sli .sli-button-next, .big_ics .swiper-button-next {
 right: 1.5%;
}
	
.vt .swiper-button-prev, .bss .swiper-button-prev, .sli .sli-button-prev, .big_ics .swiper-button-prev {	
 left: 1.5%;		
}
}


@media screen and (max-width: 1330px) {
.vt .swiper-button-next, .bss .swiper-button-next, .sli .sli-button-next, .big_ics .swiper-button-next {
display:none
}
	
.vt .swiper-button-prev, .bss .swiper-button-prev, .sli .sli-button-prev, .big_ics .swiper-button-prev {	
display:none		
}
}



@media screen and (max-width: 768px) {
	
/* Section Paddings */
	
.columns-info, .tabs, .discover, .big, .our_products, .footer, .smallContent, .vt, .accor, .service, .talk, .supply, .adt, .lfr, .bss, .chain, .commitment, .digital, .info-full, .gsi, .good, .js, .liw, .lfr, .lri, .managers, .media_download, .news-all, .our_products, .overviewBig, .partners, .lrt, .scu_graphic, .sli, .storyb, .team_group, .video-item, .info, .big_ics, .lrit, .lr-product-teaser {
    padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}	

/* Section Paddings End */	
	
	.good-block-item-desc ol {
		margin-left: 1.175rem
	}	
	
	.good-block-item-desc ol li {
		margin-bottom: 1.25rem;
	}	
	
	
.container {
    max-width: 21rem;
}	
	
/* Hero Settings */	
	
		
.hero.bottom {
    margin-top: -5rem;
    padding-top: 18.125rem;
	background-position: 50% 8vh;
    background-size: 225%;
	background-repeat:no-repeat;
	height: auto !important;
	margin-bottom:3.5rem;
}	

.hero.bottom:after {
    background-size: 32rem;
	background-image: url(/wp-content/themes/rTheme/img/SVG-Masks/implico-path-mobile-standard.svg)
}	
	
.home .hero {
	margin-top: -12rem;
    padding-top: 17rem;
    margin-bottom: -17rem;
	background-size: 200%;
    background-repeat: no-repeat;
    background-color: #000;
    background-position-y: 6vh;	
	}	
	
.home .hero:after {
    background-size: 30rem;
    background-image: url(/wp-content/themes/rTheme/img/SVG-Masks/implico-path-mobile-home.svg);
    background-position-y: 18vh;
}		
	
	
.fenster {
		display:none !important;
	}

.scu_graphic .parent {
    margin-top: 2rem; 
}
	
#wpadminbar {display:none;}	


	
/* Mobile Navigation */	
	
.header__top--mail-mobile:after {
    content: '';
    background-image: url(/wp-content/themes/rTheme/img/General-IMG/Header-Mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5rem;
    height: 1.125rem;
    position: relative;
    display: inline-block;
}	
	
.header__mobile-nav-block-wrapper {
    width: 100vw;
    position: absolute;
    z-index: 1000; 
	top:68px;
	left:0;
}
	
.header__mobile-nav .mobile-header-menu,
	.header__mobile-nav .mobile-header-top-menu {
		padding-left:2.5rem;
		list-style: none;
		position:relative;
	}
	
	.image-section img {
		max-width:100%;
		width:100%;
		height:auto;
	}
	
.partners-tabs-main-item {
    margin-bottom: 3.5rem;
}	
	
	.partners-tabs-main {
	 margin-top: 2rem;
	}	
	
.partners-tabs-head-title {
    font-size: 1.125rem;
}	
	
.partners .container {
max-width:100%;
width:100%;
padding-left:0;
	}	
	
/* Fade-In and Fade-Out Menu */	
	

@keyframes slideInFadeIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


@keyframes slideOutFadeOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.header__mobile-nav-block-wrapper {
    opacity: 0;                          
    transform: translateX(-100%);       
    transition: transform 0.4s ease, opacity 0.4s ease; 
}


.header__mobile-nav-block-wrapper.active {
    opacity: 1;
    transform: translateX(0);
}
	
.header__mobile-nav-block-wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: -1; 
    opacity: 0; 
	height: 100vh;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.header__mobile-nav-block-wrapper.active::before {
    opacity: 1;
    visibility: visible;
}



	
/* 1. Block */

.header__mobile-nav .mobile-header-menu {
    background-color: white;
	padding-top:1rem;
	padding-bottom:.5rem
}

.header__mobile-nav .mobile-header-menu > li > a {
    font-family: 'Usual-M', sans-serif;
    font-size: 1rem; 
    color: #005FAA;
    position: relative;
    padding-right: 24px; 
}
	


.header__mobile-nav .mobile-header-menu > li > a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/rTheme/img/General-IMG/Arrow-Right-Solid.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-40%);
}
	
	.header__mobile-nav .mobile-header-menu > li {
		padding-bottom:20px;
	}	



/* 2. Block */

.header__mobile-nav .mobile-header-top-menu {
    background-color: #D9E4EB;
	font-family: 'Usual-R', sans-serif;
	padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.header__mobile-nav .mobile-header-top-menu > li > a {
    font-size: 1rem; /* 14px */
}

.header__mobile-nav .mobile-header-top-menu li ul li a {
    font-size: 0.875rem; /* 12px */
}

	.header__mobile-nav .mobile-header-top-menu > li {
		padding-bottom:20px;
	}
	
.header__mobile-nav .mobile-header-top-menu > li > a {
    position: relative; 
	font-family: 'Usual-R', sans-serif;
}	
	

.header__mobile-nav .mobile-header-top-menu > li > a::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/themes/rTheme/img/General-IMG/Arrow-Right-Light.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -18px;
    top: 50%;  
    transform: translateY(-50%); 
}
	

/* 3. Block */

.header__mobile-nav-block3 {
    display: flex; 
    align-items: center;  
	background-color: #D9E4EB;
}

.header__mobile-nav-block3 .menu-item {
    background-color: #005FAA;
    line-height: 50px; 
    font-size: 1rem; 
    flex-grow: 1; 
    text-align: center;
    border: none;  
	list-style:none;
	border-top:1px solid #D9E4EB;
}
	
	.header__mobile-nav-block3 .menu-item a {
		 color: #fff !important;
	}

.header__mobile-nav .header__top--mail-mobile,
.header__mobile-nav .language-switcher-mobile, .language-switcher-mobile .language-wrapper {
    width: 50px;
    height: 50px;
    background-color: #D9E4EB;
    border: 1px solid white;
    text-align: center;
    line-height: 55px; 
}
	
	.header__mobile-nav .language-switcher-mobile {
		border-left:none;
		border-right:none;
	}
	
	.header__mobile-nav .language-switcher-mobile {
		border-left:none;
	}
	
.language-switcher-mobile {
    text-transform: uppercase;
    color: #005faa;
}	

	.language-switcher-mobile .language-wrapper {
    display: none;
	margin-top: -0.3rem;
}
	
/* Submenu Settings */
	
	.header .menu-item>.sub-menu li a:hover {
    color: inherit;
    background-color: inherit;
    text-shadow: inherit;
}
	
	.header__mobile-nav .menu-item .sub-menu {
    background-color: transparent;
    list-style: none;
    margin-top: 0;
    max-height: 0;
    overflow: auto;
    position: relative;
	font-size: 0.875rem;
	}
	
	.header__mobile-nav .menu-item .sub-menu.show {
		max-height:auto;
		margin-top:.5rem;
	}
	
	.header__mobile-nav .menu-item>.sub-menu li a {
   font-family: 'Usual-R', sans-serif;
    padding: 0.7rem 0rem;
}
	
.header__mobile-nav .mobile-header-top-menu li ul, .header__mobile-nav .mobile-header-menu li ul  {
    margin-left: 1.125rem; /* 18px */
}	
	
.header__mobile-nav .mobile-header-top-menu li ul li a::before, .header__mobile-nav .mobile-header-menu li ul li a::before {
    content: "";
    display: inline-block;
    width: 0.375rem; /* 6px */
    height: 0.375rem; /* 6px */
    background-color: #005FAA;
    border-radius: 50%; /* kreisförmig */
    margin-right: 0.5rem; /* etwas Abstand zum Text */
	transform: translateY(-40%);
}	

	.header__mobile-nav .mobile-header-menu > li.arrow-rotated > a  {
		color:#009EE2;
	}
	
	.header__mobile-nav .mobile-header-menu > li.arrow-rotated > a::before  {
		transform: rotate(90deg) translateX(-3px) translateY(7px);
		filter: invert(37%) sepia(99%) saturate(705%) hue-rotate(161deg) brightness(90%) contrast(107%);
	}
	
	
	
/* Mobile Nav End */	

.discover {
    padding-bottom: 2rem;
}	
	
.discover-title {
    margin-bottom: 2rem;
}	
	
.chain_title_wrap {
        flex-direction: column;
		align-items: normal; 
	
    }

    .chain_title_wrap h2, .chain_title_wrap a {
        margin: 10px 0; /
    }

    .chain_title_wrap a {
        margin-left: 0; 
}	
	
	.breadcrumbs-news, .breadcrumbs {
		display:none;
	}	
	
	.breadcrumbs-news.mobile, .breadcrumbs.mobile, .legal-notice .breadcrumbs.mobile {
		display:block
	}	
	
	
.contacts .tabs__content .content .content-right {
    width: 100%!important;
    height: 100vh;
}
	
	.contacts .container  {
		max-width: inherit;
	}
	
	
	.contacts .tabs__name, .formd .formd-block {
		overflow:hidden;
	}
	
	.formd  .gform_wrapper.gravity-theme .gfield input.large, .formd .gform_wrapper.gravity-theme .gfield select.large {
    width: 44%;
}
	
	.formd .gform_wrapper.gravity-theme .gfield-choice-input+label {
		 width: 40%;
	}
	
	.formd .formd-block .gchoice {
    align-items: inherit !important;
    justify-content: flex-start !important;
}
	
	.liw {
		padding: inherit;
	}
	
	
	.contacts .tab, .contacts .tab.active {
		width:100%;
	}

	.liw-block-thirty-left, .liw-block-thirty-right, .gsi-block-item	{
		width:100%;
	}
	
	/* News Adaptations */
	
	.news-all-posts {
    display: block;
	}
	
	.news-all-posts-item, .news-all-posts-item:first-child  {
     grid-row: inherit;
     display: inherit;
     overflow: inherit;
     border-radius: inherit;
	 margin-bottom: 3rem;
}
	
	.news-all-posts-item img, .news-all-posts-item:first-child img {
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
}
	
	.news-all-taxes-item-image img {
    width: 1.5rem;
    height: auto;
}
		
	
	
	.news-all-posts-item .news-all-posts-item-info, .news-all-posts-item:first-child .news-all-posts-item-info {
    bottom: inherit;
    width: inherit;
    color: inherit;
	padding-left: 0;
	margin-top: 2rem;
}
	
	.news-all-posts-item:first-child:after {
    background: inherit;
}
	
	.news-all-posts-item .news-all-posts-item-info, .news-all-posts-item:first-child .news-all-posts-item-info {
    z-index: inherit;
    display: inherit;
    position: inherit;
    bottom: inherit;
    width: inherit;
    color: inherit;
}
	
.news-get-block-link {
    justify-content: flex-start;
}	
	
/* Popups */
	
	
	.popup, .contact-pop.show, .special-pop.show {
		background: rgba(255, 255, 255, 1) !important;
	}
	.contact-pop__wrapper, .special-pop__wrapper {
		border-radius: 0;
    	box-shadow: none;
   	 	max-height: 75vh;	
	}
	
	
	.contact-pop .gform_footer, .special-pop__wrapper .gform_footer {
	position:relative;
	margin-top: 1rem;
	}
	
	.ginput_container.ginput_container_checkbox {
	display: block;
    position: relative;
	}
	
.team_group-items-popUp-block {
    display: block;
	margin-top:3rem;
}

.team_group-items-popUp-block-left-block {
    margin-bottom: 3rem;
	width:100%;
}	
.team_group-items-popUp-block-left, .team_group-items-popUp-block-right {
   width:100%;
}	

	.team_group-items-popUp-block-left-block-image {
		height:auto;
	}

.scu_graphic .modal {
    max-width: 100%;
	width: 65%;
}	
	
/*	
.scu_graphic .modal.active {
    transform: translate(-50%,-70%) translateY(0);
}	

.scu_graphic .modal-header h1 {
    margin-top: 5rem;
}	
	
.scu_graphic .close-button {
    top: 0;
}	
	
.scu_graphic .modal {
    max-width: 100%;
	width: 100%;
	padding:0;
	box-shadow:none;	
}
	
	.scu_graphic #overlay {
		background-color:#fff;
	}	
	
	
.scu_graphic .modal-header, .scu_graphic .modal-body {
	padding-left:1.5rem;
	padding-right:1.5rem
	}
	
*/	
	
/* Tabs */
	
.tabs {
    padding-top: 2rem;
}	
	
 .tabs[data-bg=white] .tabs__content, .tabs[data-bg=white] .tabs__name .tab.active,  .tabs[data-bg=blue] .tabs__content, .tabs[data-bg=blue] .tabs__name .tab.active {
    background-color: #fff
}
	
.tabs .tabs__content {
    border-radius: 0;
    box-shadow: none;
    padding: 0rem;
    background-color: transparent;
	font-size: 1rem;
}	
	
.tabs .tabs__content .content {
    padding-left: 0;
}	
	
.tabs__content .content ul {
    padding-left: 2rem;
}	
	
.tabs__content h1, .tabs__content h2, .tabs__content h3, .tabs__content h4, .tabs__content h5, .tabs__content h6 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}	
	
.tabs__name .tab {
    font-size: 1rem;
	background-color: #d9e5ec;
	display: block;
	border-bottom: 1px solid #fff;
	margin-left: 1rem;
}	

.tabs .title {
    margin-bottom: 2rem;
}	
	
	
.tabs__name .tab.active {
	background-color: #fff;
	box-shadow: 0 0.3125rem 1.25rem 0 rgba(0,0,0,.16);
	margin-left: 0;
	}	

.tabs p:last-of-type {
    margin-bottom: 2rem;
}	
	
.tabs__content .content ul li {
    line-height: 1.2;
	list-style:none;
}	

.partners {
    padding: 0;
}
	
	.js-block .job-button-next:after, .js-block .job-button-prev:after {
		display:none
	}	
	
	.supply-block-right-block .page-link {
		margin-top:2rem;
	}
	
	.video-item .video-item-swiper iframe, .video-item .video-item-swiper video,  .big_ics img {
		max-width:100%;
	}	
	
	.video-item .video-item-swiper,  .big_ics img {
    height: auto;
     padding-bottom: 0;
		margin-top:3rem;
}
	
	.video-item, .big_ics {
    padding: 2rem 0 3rem 0;
}
	
	.good-title {
    padding: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

	.service-posts-item-title {
    min-height: 2rem;
}
	
	.service-posts-item-content {
    min-height: 6rem;
}
	
.service-items .service-button-next:after, .service-items .service-button-prev:after {
   display:none;
}	
	
.accor-block-item-info {
    margin-bottom: 0;
}
	
.accor-block-item-info p:last-of-type, .accordion-block-right-accordion-item-info p:last-of-type {
    margin-bottom: 2rem;
}	
	
.accordion-block-right-accordion-item-info {
    margin-bottom: -1.5rem;
}	

	.accordion-block-right-accordion-item-info:last-of-type {
		margin-bottom:inherit;
	}
	
.footer__contacts {
    gap: 2.5rem;
}	
	
.footer__contacts--middle .socials-wrapper img, .footer__contacts--middle .socials-wrapper svg {
    width: 2.5rem;
}

.footer__contacts--middle .socials-wrapper {
    margin-top: 1rem;
	margin-bottom: 2rem;
}	

.footer__contacts--middle .partner img {
    width: 4.4375rem;
}
	
.footer__contacts--middle .partners-wrapper {
    margin-top: -1.8rem;
    margin-bottom: -3rem;
}	
	
.accordion-block-right-accordion-item {
    margin-bottom: 0;
}	
	
	
.lri-block {
    flex-direction: column;
}
	
	.lri-block-left, .lri-block-right, .lri-title {
		width:100%;
	}	
	
.lri-link {
   max-width: 100%;
}	
	
.overviewBig-bottom-item-right-button p {
    max-width: 80%;
}	
	
	.accordion-block-right-accordion-item-head-image img {
		max-width:3.2rem;
	}	
	
	.accordion, .partners {
		overflow:hidden;
	}	
	
.bss-block-item-image:after {
		display:none;
		
	}		
	
.bss-block-item-image {
    position: relative;
    height: auto !important;
    padding-bottom: 8rem !important;
    padding-top: 5rem !important;
    margin-bottom: 8rem !important;	
	background-size: 200% !important;
    border-radius: 0.75rem;
}	
	
	
.bss-block-item-text {
    position: absolute;
    right: inherit;
    top: 15rem;
	bottom: inherit;
    z-index: 2;
}

.sli .swiper-pagination {
    position: relative;
}	
	
	.service .container {
		margin-right:0;
		padding-right:0;
		overflow:hidden;
	}
	
.good-block-item-title {
    min-height: 2rem;
}	
	
.footer__top--info .info {
    padding-top: 1.8rem;
}	
	
	.scu_graphic {
		min-height:1000px;
	}	
.digital-block-right-block-info li::marker {
    font-size: 1.8rem;
}
	
.footer__top--info .logo {
	max-width:18rem;
}	
	
	.singleNews	{
		padding-top:4rem;
	}
	
	.singleNews-image {
		width:100%;
		height:auto;
		border-radius:none;
	}	
	.singleNews-image img {
		border-radius: 0.5rem;
	}
	
	.singleNews	 .discover-block-item-image, .home .discover-block-item-image {
    height: 13.5rem !important;
}
	
		.singleNews	 .discover-block-item-image img, .home .discover-block-item-image img {
   margin-top:-1rem;
}
	
	.acf-map {
		display:none;
	}	
	
/* Page Level CSS */	
	
	
	.page-careers .good-title {
		margin-bottom:-1.5rem;
	}
	
/* Page Level End */	
	
	
	
/* News & Legal */
	
/*
 * .single-news .info-full {
	padding-top:2.5rem;
}

.info-full p, .legal-notice p, .info-full h1, .legal-notice h1 {
	margin-bottom:2rem;
}

.info-full h2, .legal-notice h2, .info-full h3, .legal-notice h3 {
   margin-bottom:1.5rem;		
}

.info-full h2 {
	margin-top:2rem;
}

.legal-notice {
    padding: 15rem 0;
}

.info-full .info-block-full ul, .legal-notice ul {
    margin-left: 1.125rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 2rem;
}
*/

	.singleNews #primary, .page-template-tmpl-legal #primary {
		margin-top:0 !important
	}
	.page-template-tmpl-legal #primary {
		padding-top:3rem;
	}
	
	.legal-notice h2 {
		
	}
	
	.legal-notice h3 {
		font-size: 1.325rem;
	}
	
	.legal-notice h4 {
    font-size: 1.125rem;
   margin-bottom: 1rem;
}
	
	.legal-notice {
    padding-top: 5rem;
	overflow:hidden;
	padding-bottom: 5rem;
}
	
	
.legal-notice p:not(.link) a{
    word-wrap: break-word;
}	
	
p {
    margin-bottom: 1.5rem;
}	

.image-news-header-desktop {
		display:none
	}
	
.image-desktop {
		display:none
	}	
	.image-section .image-mobile img {
		max-width:100%;
		width:100%;
		height:auto;
	}	
	
	.archive.tax-news_tax .main-content {
		padding-top: 5rem;
	}	
	
	.adt-main-popUp-out, .managers-block-popUp-out {
		 z-index: 9999;
	}	

.managers-block-popUp {
   width: 80%;
    z-index: 9999;
    height: 50%;
    overflow: scroll;
}
	
	.adt-main-popUp {
   width: 80%;
    z-index: 9999;
    overflow: scroll;
}
	
	
	blockquote {
		margin-bottom:0;
	}
	
	
	blockquote h3 {
		font-size: 1.325rem;
	}
	
.newstax-main {
    margin-top: 4rem;
}	
	
.newstax-main-left-block-item-image {
    height: auto;
}
	
.news-all-taxes-item {
    margin-right: 0.75rem;
}		
	
.newstax-main-left-block-item-image img {
    width: 100%;
    height: auto;
}
	
.breadcrumbs-news.mobile .breadcrumbs-item::before, .hero .breadcrumbs.mobile .breadcrumbs-item::before {
    content: '';
    background-image: url("/wp-content/themes/rTheme/img/General-IMG/Arrow-Right-Solid.svg");
    background-repeat: no-repeat;
	background-size: contain;
    width: 0.75rem;
    height: 0.75rem;
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    transform: rotate(180deg);
    margin-left: -0.2rem;
    margin-top: -0.15rem;
}	
	
	.hero .breadcrumbs.mobile {
		margin-top:2rem;
	}	
	
	.newstax-main-left-block-item-image {
    border-radius: 0.75rem;
    overflow: hidden;
    height: 15rem;
	}
	
	.team_group-items-item-info-link, .adt-main-block-item-info-bottom-popUp, .managers-block-item-info-bottom-popUp, .managers-block-item-info-bottom-linkedin {
	width: 2.2rem;
    height: 2.2rem;
	}
	
	.lrt-bottom-main-item-block-right-posts-post {
	margin-bottom:2rem;
    align-items: baseline;
	}
	
	.lrt-bottom-main-item-block-right-posts-post-image {
    width: auto;
}
	
	.service .subtitle, .service .service-block {
		max-width: 95%;
	}	
	
	
.big_ics .big-ics-swiper, .big_ics .video-parent {
	margin-top: 0;
}
	
	.big_ics .video-parent {
		margin-top: 2.5rem;
		padding-bottom: 1rem;
	}
	
.big_ics .big-block-link {
    margin-top: 1rem;
}
	
.accor-docu-button  {
	margin-top:2rem;
}
	
.accor-docu-button img {
    width: 2.1875rem;
    height: 2.1875rem;
}
	
	.footer_socials_knowledge {
		margin-top: -1rem;
		display:block;
		margin-bottom: 2.5rem;
	}	
	
	.footer_socials_knowledge .title {
		margin-bottom:1rem;
	}
	
	.lrit-group {
        flex-direction: column; /* Auf mobilen Geräten immer Bild zuerst */
    }

    .lrit-group .lrit-item-image,
    .lrit-group .lrit-item-text-block {
        flex-basis: 100%; /* 100% Breite auf mobilen Geräten */
    }
	
	.lrit-group:last-child {
	margin-bottom:-0.5rem;
}
	
	.location-popup-wrapper {
    border-radius: 0.9375rem;
    max-width: 65%;
	}

.location-popup-content p {
	font-size: 1rem;
	margin-bottom:2rem;
}

.location-popup .button-wrapper, .location-popup .button, .location-popup-buttons {
	display:block;
	font-size:1rem;
}

.location-popup .global-button {
	margin-left:0rem;
	margin-top:1rem;
	display:block;
	font-size:1rem;
	text-decoration:underline;
}	
	
	
}

@media screen and (max-width: 640px) {
	
/* Section Paddings */
		

/* Section Paddings End */	
	
.footer__top--info .info {
    padding-top: 1.8rem;
}
		

.liw {
		padding: inherit;
	}
	
.columns-info, .tabs, .discover, .big, .our_products, .footer, .smallContent, .vt, .accor, .service, .talk, .supply, .adt, .lfr, .bss, .chain, .commitment, .digital, .info-full, .gsi, .good, .js, .liw, .lfr, .lri, .managers, .media_download, .news-all, .our_products, .overviewBig, .partners, .lrt, .scu_graphic, .sli, .storyb, .team_group, .video-item, .info, .accordion, .big_ics {
    padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}	
	
}

@media screen and (min-width: 1520px) and (min-height:1480px) {
body.admin-bar .hero.bottom, body .hero.bottom {
    background-position-y: 0;
	background-size: contain;
}
}

@media screen and (min-width: 768px) and (max-height:750px) {
	.fenster {
		display:none !important;
	}
}
