.flex_wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.solutionDescInner {
    flex-basis: 100%;
    background-size: cover;
}

.solutionDescWrapper {
    display: flex;
}

.solutionsFilteringBtn {
    display: none;
}

.solutionSingleAccContent {
	display: none;
}

.ic_rev_solutions .reply, .reviews-area .review-totals, .reviews-area .comment-reply-title {
    display: none;
}

/*-------------------------------------------------*/
/*--------------- CAREER TEMPLATE -------------------*/
/*-------------------------------------------------*/
.career-container .solutionSingleAccBtn {
	background: #c3181f;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border-radius: 0;
}
.career-container .solutionSingleAccBtn:hover {
	color: #fff;
}
.career-container .career-form {
	margin: 4em auto; 
	max-width: 50%;
}
.career-container .solutionSingleAccIcon {
	display: none;
}

/*-------------------------------------------------*/
/*--------------- GRUND STYLING -------------------*/
/*-------------------------------------------------*/

* {
	box-sizing: border-box;
	outline: none;
}


html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-padding-top: 165px;
}

body {
	font-family: "Helvetica Neue", "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #454545;
	line-height: 2.5rem;
	overflow-x: hidden;
}

body.no-scroll, html.no-scroll {
	overflow: hidden;
}

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

.text-black {
	color: #000 !important;
}

.font-weight-normal {
	font-weight: normal !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-2 {
	margin-top: 2.5rem;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1.5rem;
}

.mb-2 {
	margin-bottom: 2.5rem;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-2 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.mx-auto {
	margin: 0 auto;
}

.img-responsive, 
.img-fluid {
	display: block;
	height: auto;
	max-width: 100%; 
}

.justify-content-between {
	justify-content: space-between;
}
.justify-content-start {
	justify-content: flex-start;
}

/*PRELOAD*/
.preload {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 1;
	pointer-events: none;
}

.preload.loaded {
	opacity: 0;
}


/*-------------------------------------------------*/
/*------------------ Transition -------------------*/
/*-------------------------------------------------*/
/*a,*/ .footer-nav h3:after, .to-top, .to-top:before, .footer-nav.top li a:before, .footer-inner.top h4:after, .login-dd, .tipps-items a p, .filter_title:after, button, .card-head img, .header-bottom, .dd-arrow, .news-nav-img-wrapper:after, .wpfp-link:after, body .gform_wrapper .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), .solutionContact, .solutionSingleAccBtn, .solutionsRegions label, .card.sd, .tami-solution-certbtn, .tami-solution-btn.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn .most-used-arrow.arrow, .card.sd .most-used-arrow.arrow, body form#gform_3 .gform_next_button.button, body form#gform_10 .gform_next_button.button, body form#gform_3 .gform_previous_button.button, body form#gform_10 .gform_previous_button.button, body form#gform_3 .gform_button.button, body form#gform_10 .gform_button.button, .tami-wizard-wrapper .close, .site-header, .custom-logo, /*.header-search,*/ .intro-content, div.asl_r .results .item, .site-branding, .mobile-open-contact, .sub-menu, .header-bottom, .solution-menu-list-title, .solution-abc-menu-label, .solution-cat-menu-imges img, .solution-cat-menu-title, .sectors-menu-list-item, .sectors-menu-list-title, .sub-menu .classic-sub-menu li, .menu-list-classic-item, .sectors-menu-list-imges img, .sub-menu .menu-list-imges img, .sectors-menu-list-item:after, .sub-menu .classic-sub-menu li:after, .lang-select-wrapper, .lang-select-close, .location-map, .template-map-list-overlay, body .solutionRequestWrapper .gform_wrapper .button.gform_button, .openSolutionRequest, .tami-wizard-wrapper .close img, .preload, .solutions_abc label, .branchen-container a img, form#commentform input#submit, .map-list-close:after, .solutionRequestWrapper .close img, .solution-region-show-more  {
	transition: .3s ease-in-out;
	transition: none;
}


.menu-list-classic-item {
    filter: opacity(1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: 500;
	word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

h2, .h2 {
	font-size: 5rem;
	font-weight: 500;
	line-height: 5rem;
	letter-spacing: 0;
}

h1, .h1 {
	font-size: 4rem;
	line-height: 4.5rem;
	margin-bottom: 3rem;
}

h3, .h3 {
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.84px;
	line-height: 3.4rem;
}

h4, h4 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	letter-spacing: 0;
}

h5, .h5 {
	font-size: 1.4rem;
	letter-spacing: 0.42px;
	line-height: 1.7rem;
	font-weight: 700;
}

.title-container h2 {
	margin-bottom: 1.5rem;
}

.dot, .solution-description-inner h2,
.solution-description-title h2 {
	position: relative;
}

.dot:after, .solution-description-inner h2:after,
.solution-description-title h2:after {
	content: ".";
	font-size: 5rem;
	color: #C51415;
}

.container, .form-content.sideBySide  {
	max-width: 100vw;
	margin: 0 auto;
	padding: 0 2rem;
}

@media screen and (min-width: 1235px) {
	.container {
		max-width: 1235px;
	}
}

div#gform_confirmation_wrapper_8, .gform_confirmation_wrappe, div#gform_confirmation_wrapper_9 {
    max-width: 1235px;
    margin: 0 auto;
    padding: 0 2rem;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 5rem;
}

.form-content.sideBySide {
	margin-bottom: 5rem;
}

.container .container {
	max-width: unset;
	margin: 0;
	padding: 0;
}

.home main {
    margin-top: 3rem;
}

main {
    margin-top: 10.5rem;
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
	color: #454545;
}


/*-------------------------------------------------*/
/*-------------------- FORMS ------------------*/
/*-------------------------------------------------*/
body input, body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    border: 0;
    border-radius: 2.3rem;
    padding: .6rem;
    line-height: 2.4rem;
    text-align: center;
    color: #030B24;
    margin: 0 0 1.5rem 0;
    background-color: #FFF;
}

body .gform_drop_area {
    border: 1px dashed #E2E2E2;
    background: #FFF;
	padding: 42px;
}

body .gform_drop_instructions, body .gform_fileupload_rules {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.8rem;
    color: #BABABA;
}

button.gform_button_select_files {
	font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    border: 0;
    border-radius: 2.3rem;
    padding: .7rem;
    line-height: 2.4rem;
    text-align: center;
    color: #FFF;
    margin: 0 0 1.5rem 0;
    background-color: #C51415;
    letter-spacing: 0.42px;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    border: 1px solid #C51415;
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}

body input::placeholder {
	color: rgba(3, 11, 36, .3);
}

body input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    border: 4px solid rgba(69, 69, 69, .25);
    padding: 0;
    background-color: #FFF;
    margin: 0 0.5rem 0 0;
    display: inline-block;
    position: relative;
    top: 3px;
}

body input[type="checkbox"]:checked {
	background-color: #C4111A;
}

body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 0;
	margin: 0;
    text-align: center;
}

body .ginput_container.ginput_container_consent {
    margin: 2.8rem 0;
}

body .gform_wrapper.gravity-theme .description, body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper.gravity-theme .gsection_description, body .gform_wrapper.gravity-theme .instruction {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

body .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

/*-------------------------------------------------*/
/*-------------------- Buttons ------------------*/
/*-------------------------------------------------*/

body .gform_wrapper .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), .btn, .wp-block-button__link, .comment-form .submit, .sideBySide input.submitButton {
	font-family: "Helvetica Neue", "Roboto", sans-serif;
	max-width: 235px;
    width: 100%;
    color: #FFF;
    border-radius: 23px;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .42px;
    line-height: 1.7rem;
    padding: 1.05rem;
    border: 1px solid #C51415;
    background-color: #C51415;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.sideBySide .leadin {
    margin: 1.5rem 0;
}

.sideBySide input.submitButton {
	margin: 0;
	transition: 0.3s ease;
}
.sideBySide .submitButton {
    margin-top: 2.5rem;
}

.sideBySide input.submitButton:hover {
	background-color: #FFF;
    color: #C51415;
}

.btn.transparent {
	background-color: transparent;
    color: #000000;
    border: 0;
    padding: 0;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: .54px;
    line-height: 2.2rem;
}

.solcat-link-pt {
	color: #C51415 !important;
	margin-bottom: 30px !important;
}

.wp-block-button {
	width: 100%;
	max-width: 288px;
}

.wp-block-button__link {
	max-width: unset;
    margin: 0;
    padding: 1.05rem 1.3rem;
}

a.wp-block-button__link, .wp-block-buttons>.wp-block-button {
    margin: 0;
}

.wp-block-container.container.buttons {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.wp-block-button.cta.red.middle .wp-block-button__link {
    max-width: unset;
}

/*-------------------------------------------------*/
/*-------------------- KEYFRAMES ------------------*/
/*-------------------------------------------------*/
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}

@keyframes bounceTop {
  from {
    transform: translate(-50%, 0px);
  }
  to {
	transform: translate(-50%, -5px);
  }
}
@-webkit-keyframes bounceTop {
  from {
    transform: translate(-50%, 0px);
  }
  to {
	transform: translate(-50%, -5px);
  }
}

@keyframes bounceTopMore {
	from {
	  transform: translate(-50%, 0px) rotate(90deg);
	}
	to {
	  transform: translate(-50%, -5px) rotate(90deg);
	}
  }
  @-webkit-keyframes bounceTopMore {
	from {
	  transform: translate(-50%, 0px) rotate(90deg);
	}
	to {
	  transform: translate(-50%, -5px) rotate(90deg);
	}
  }

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(-7.5px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -ms-transform: translateX(-7.5px);
    transform: translateX(-7.5px);
  }
}

@-moz-keyframes bounceRightExt {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0) rotate(-180deg);
  }
  40% {
    transform: translateX(-5px) rotate(-180deg);
  }
  60% {
    transform: translateX(-7.5px) rotate(-180deg);
  }
}
@keyframes bounceRightExt {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0) rotate(-180deg);
    transform: translateX(0) rotate(-180deg);
  }
  40% {
    -ms-transform: translateX(-5px) rotate(-180deg);
    transform: translateX(-5px) rotate(-180deg);
  }
  60% {
    -ms-transform: translateX(-7.5px rotate(-180deg));
    transform: translateX(-7.5px) rotate(-180deg);
  }
}
/*-------------------------------------------------*/
/*-------------------- HEADER ------------------*/
/*-------------------------------------------------*/
/*----------- BURGER ------------*/
.burger-menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}

.burger-menu svg {
	color: #FFFFFF;
}

.line {
	fill: none;
	stroke: #FFF;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}

.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.burger-text {
    margin: 0;
    letter-spacing: 0.48px;
    text-transform: lowercase;
}

.burger-container {
    display: flex;
    align-items: center;
}

/*-----------# BURGER  END ------------*/

.header-bottom {
	position: absolute;
    top: 7rem;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    height: calc(100vh - 3.5rem);
	overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.header-bottom.open {
	top: 3.5rem;
	opacity: 1;
	pointer-events: all;
}

.site-branding {
    display: none;
}

.main-navigation .menu > li > a {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.5rem 2rem;
    display: block;
}

.main-navigation .menu > li {
    position: relative;
}

.main-navigation .menu > li:after {
	position: absolute;
	left: -2rem;
	right: -2rem;
	bottom: -.5px;
	width: calc(100% + 4rem);
	background-color: #BABABA;
	opacity: .3;
	height: 1px;
	content: "";
}

.main-navigation .menu > li:last-child:after {
	display: none;
}

.mobile-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 1.95rem;
	top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/angle-right-red.svg);
    width: 76px;
    height: 16px;
	height: 56px;
    z-index: 1;
	border-left: 2px solid #E2E2E2;
}

.main-navigation .menu > li.menu-item-has-children .mobile-toggle{
	display: block;
}

.header-bottom-inner.container {
	padding: 0;
}

/*----------- SUB MENU ----------*/
.sub-menu {
	position: fixed;
    top: 3.5rem;
    left: 4rem;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    z-index: 1;
    height: calc(100vh - 3.5rem);
    overflow-x: auto;
    padding: 2.5rem 2rem;
    width: 100%;
    z-index: 2;
}

.sub-menu.open {
	pointer-events: all;
	opacity: 1;
	left: 0;
}

.sub-menu .hidden, .hidden {
	display: none;
}

.menu-item {
	position: relative;
}

.alt-sub-title {
    margin-bottom: 2.5rem;
	font-size: 4.5rem;
}

.solution-abc-menu-label input {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.solution-abc-menu-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #BABABA;
    text-transform: uppercase;
    width: 3.8rem;
    height: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BABABA;
    border-radius: 50%;
    line-height: 1.5rem;
	cursor: pointer;
}

.solution-abc-menu-label.disabled {
	background: lightgrey;
    opacity: .9;
	pointer-events: none;
}

.solutions-menu-form {
    padding-bottom: 3.2rem;
    margin-bottom: 2.7rem;
    position: relative;
}

.solutions-menu-form:after, .solution-cat-menu:after {
	position: absolute;
	content: "";
	width: calc(100% + 4rem);
	height: 1px;
	background-color: #BABABA;
	left: -2rem;
	bottom: -.5px;
	opacity: .3;
}


.solution-cat-menu-item a {
    display: flex;
    margin: 1rem 0;
}

.solution-cat-menu-imges {
    position: relative;
    max-height: 3.8rem;
}

.solution-cat-menu-imges .hover {
    display: none;
}

.solution-cat-menu-item a {
    display: flex;
    margin: 1rem 0;
    align-items: center;
}

.solution-cat-menu-title {
    margin-left: 1.2rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.solution-cat-menu {
	padding-bottom: 2.7rem;
    position: relative;
}

.solutions-all-button.desktop {
    display: none;
}

h3.solution-menu-list-title {
    color: #C51415;
    margin-bottom: 2.6rem;
	font-size: 2.8rem;
}

.solution-menu-list-head {
    height: 200px;
}

.solution-menu-list-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

.solution-menu-list-item {
    margin-bottom: 2.5rem;
}

.solution-menu-list-body {
	position: relative;
}

.solution-menu-list-body:before {
	position: absolute;
	content: "";
	right: 2.5rem;
	top: -1.25rem;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #0000001A;
	background-color: #FFF;
	background-image: url(../img/icons/angle-right-black.svg);
	background-position: center;
	background-repeat: no-repeat;
}

a.solutions-all-button.btn.mobile {
    display: none;
}

.solution-menu-list-title {
    display: block;
    line-height: 2.3rem;
    font-size: 1.8rem;
    letter-spacing: 0.6px;
    color: #030B24;
    padding-top: 1.8rem;
}

.solutions-all-button {
    max-width: 304px;
}

.sub-menu-back {
	padding: 0 3rem 1.5rem;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    line-height: 1.6rem;

}

.sub-menu-back:before {
	content: "";
    left: 0;
    top: 0;
	height: 14px;
    width: 5px;
    margin-left: 1rem;
    display: inline-block;
    background-image: url(../img/icons/angle-right-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
}

.sectors-menu-list-item a, .sub-menu .classic-sub-menu li a{
    display: flex;
    align-items: center;
}

.sectors-menu-list-imges, .menu-list-imges {
	height: 3.8rem;
	width: 3.8rem;
	max-height: 3.8rem;
	min-width: 3.8rem;
	position: relative;
}

.sectors-menu-list-imges img, .sub-menu .menu-list-imges img {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    opacity: 1;
}

.sectors-menu-list-imges .hover, .sub-menu .menu-list-imges .hover {
    display: none;
}

.sectors-menu-list-title, .sub-menu .menu-list-classic-item {
    display: block;
    margin-left: 5rem;
    font-size: 1.8rem;
    letter-spacing: .54px;
    color: #030B24;
    font-weight: 500;
}

.sectors-menu-list-item, .sub-menu .classic-sub-menu li {
    margin: 1.5rem 0;
    padding: 1rem;
}

.sub-menu .menu-list-imges {
    width: 4rem;
}

.main-navigation .menu > li.menu-item-has-children .sub-menu .mobile-toggle {
	display: none;
}

/*----------- HEADER SEARCH ----------*/
.header-search {
    background-color: #FFF;
}

.header-search-inner.container {
    max-width: 833px;
    padding: 1.2rem 2rem;
}

.main-title-print,
.header-print,
.footer-print {
	display: none;
}

body .asp_w.asp_m, body .asp_w.asp_m .probox .proinput input.orig,  body .asp_w.asp_m .probox .proinput input {
    font-size: 1.6rem !important;
    letter-spacing: 0 !important;
    font-weight: 300 !important;
    font-family: "Helvetica Neue", "Roboto", sans-serif !important;
    color: rgba(3, 11, 36, 1) !important;
    color: #030B24 !important;
    margin: 0 !important;
    text-align: center;
}

.header-search .asp_w.asp_m .probox,  div.asl_w .probox {
    background-color: transparent;
}

.header-search div[id*='ajaxsearchlite'].wpdreams_asl_container {
    border-radius: 2.3rem;
    background-color: rgba(186, 186, 186, .25);
}
.header-search .asp_w.asp_m {
	background: #BABABA25 !important;

}
body .asp_w.asp_m .probox .promagnifier {
	border: 0 !important;
	box-shadow: unset !important;
}

body .asp_w.asp_m .probox .promagnifier div.innericon {
    width: 16px !important;
    height: 16px !important;
    background-position: center;
    background-size: contain;
    top: 0;
    position: relative;
    margin-right: 2.5rem;
}

body .asp_w.asp_m .probox .proloading, body .asp_w.asp_m .probox .proclose, body .asp_w.asp_m .probox .promagnifier, body .asp_w.asp_m .probox .prosettings {
    flex: 0 0 65px !important;
    -webkit-flex: 0 0 65px !important;
}

div.asl_w .probox .promagnifier {
    box-shadow: none !important;
    margin-right: 2rem !important;
}

div.asl_w .probox .promagnifier svg path {
	fill: #C51415 !important;
}

div.asl_w .probox div.asl_simple-circle {
    border: 4px solid #C51415 !important;
}

div.asl_m .probox .proclose svg {
	background: #FFF !important;
	fill: #C51415 !important;
	border: 1px solid #C51415 !important;
}

div.asl_r.vertical {
    border-radius: 2.3rem !important;
    box-shadow: 0px 0px 15px #0000001a !important;
    background-color: #F7F7F7 !important;
}

div.asl_r .results .item:hover {
	background: rgba(69, 69, 69, .09) !important;
}

div.asl_r .results .item .asl_image {
    border-radius: 1rem !important;
    margin: 0 2rem 0 0 !important;
    height: 55px !important;
}

div.asl_r .results .item .asl_content {
    margin: 0 !important;
    padding: 2rem 4rem !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    color: #030B24 !important;
	font-weight: 200 !important;
	line-height: 2.3rem !important;
	font-size: 2rem !important;
	letter-spacing: .6px !important;
}

div.asl_r .results .item {
    background-color: #fff !important;
}
.sticky.home #ajaxsearchliteres2 {
	opacity: 0 !important;
	pointer-events: 0 !important;
}

div.asl_r .results .item .asl_content {
    display: flex;
    align-items: center;
}

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

.home ajaxsearchliteres1,
.home ajaxsearchliteres3 {
	opacity: 0 !important;
}

.home.sticky ajaxsearchliteres1, .home.sticky ajaxsearchliteres3, .home.sticky ajaxsearchliteres4 {
	opacity: 1 !important;
}


body .asp_w.asp_m {
    border: 0 !important;
}

body .asp_w.asp_r {
    border: 0 !important;
    border-radius: 2.3rem !important;
    padding: 0;
    margin-top: 0;
    background: #F7F7F7 !important;
    padding: 0 !important;
    box-shadow: 0px 0px 15px #0000001a !important;
}

body .asp_w.asp_r .asp_results_top {
    font-size: 1.4rem !important;
    padding: 2.2rem 1rem !important;
    position: relative;
    color: #030B24 !important;
    margin-bottom: 0 !important;
    background-color: #F7F7F7 !important;
}

body body .asp_w.asp_r .asp_results_top:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #45454515;
}

body .asp_w.asp_r .results .item {
    padding: 2rem 1rem !important;
    background-color: #F7F7F7;
    border: 0 !important;
    box-shadow: unset !important;
	border-bottom: 1px solid #45454515 !important;
}

body .asp_w.asp_r .results .item:nth-child(even) {
	background-color: #45454509 !important;
}

body .asp_w.asp_r .results {
    max-height: 43vh !important;
}

body .asp_w.asp_r .results .item .asp_content{
	padding: 0 !important;
}

.search-title, body .asp_w.asp_r .results .item .asp_content h3 a, body .asp_w.asp_r .results .item .asp_content h3 a:hover {
    font-size: 2rem !important;
    font-weight: 300 !important;
    color: #030B24 !important;
    letter-spacing: .6px;
    line-height: 2.3rem !important;
    margin-bottom: .4rem !important;
}

.search-tag {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.9rem;
    font-weight: 700;
    color: #C51415;
}

body .asp_w.asp_r .results .item .asp_image {
    width: 71px !important;
    height: 55px !important;
    margin: 0 !important;
    border-radius: 1rem !important;
    object-fit: cover !important;
    margin-right: 1rem !important;
	background-size: 100% !important;
}

.asp_res_text span {
	display: none;
    font-size: 1.4rem !important;
    line-height: 1.7rem!important;
	color: #000000;
}

.asp_res_text {
    display: flex;
    align-items: center;
}

.asp_res_text span.search-sol-icon {
    display: inline-block;
    width: 38px;
	min-width: 38px;
    height: 38px;
    margin-right: 1.2rem !important;
    background-size: contain;
}

.Testing.\&.Inspection {
	background-image: url('../img/icons/testing-inspection.svg');
}

.Guidance {
	background-image: url('../img/icons/consulting.svg');
}

.Audit.\&.Certification {
	background-image: url('../img/icons/audit-cert.svg');
}

.Training {
	background-image: url('../img/icons/training.svg');
}

.asp_content {
    display: flex;
	align-items: center;
}

.asp_content h3 {
    padding-right: 5rem !important;
    width: calc(100% - 81px) !important;
    hyphens: auto !important;
    margin-right: 0 !important;
}

.asp_res_text {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
	z-index: 12;
	box-shadow: 0px 3px 6px #0000000D;
}

.site-header.sticky_header {
	background-color: #FFF;
}

.admin-bar .site-header {
    top: 32px;
}

.header-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: .25rem;
	padding-bottom: .25rem;
	background-color: #030B24;
	color: #FFF;
}

.header-top-bar a {
	color: #FFF;

}

.header-top-bar a:hover {
    background-color: transparent;
}

.icon-list-text, .login-text, .bundle-text, .icon-list-item.empty-title {
    display: none;
}

.icon-list-icon, .login-icon, .bundle-icon {
    width: 16px;
    height: 14px;
    display: block;
}

.header-top-bar-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-login {
    position: relative;
}

.header-flag-item img {
    height: 14px;
}


.header-top-bar-list {
    display: flex;
    align-items: center;
	padding-left: 1rem;
}

.header-icon-list-inner li, .header-bundle, .header-flag, .header-login {
    margin: 0 .5rem;
}

.header-icon-list-inner {
    display: flex;
}

.burger-container {
    display: flex;
    align-items: center;
    padding-right: 2rem;
}

.header-flag-item {
    position: relative;
    top: 3px;
}

.header-top-bar-item {
    order: 1;
}

.header-flag {
    order: 0;
}

.icon-list-item > a:hover {
	color: #c51415;
}

.login-dd {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    padding-top: 2rem;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: -15rem;
	z-index: 1000;
}

.login-dd.active {
    opacity: 1;
    pointer-events: all;
}

.login-dd-inner {
    box-shadow: 0px 0px 15px #0000001a;
    background-color: #FFF;
    padding: 2.6rem;
    border-radius: 2.3rem;
    width: 100%;
	position: relative;
}

.login-dd-inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1rem 1rem;
    border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
    top: -1rem;
    right: 11.2rem;
    box-shadow: 0px 0px 15px #0000001a;
}

.login-dd-inner a, .login-dd-reg-text {
	color: #454545;
}

.login-dd-button {
    margin-bottom: 2rem;
}

a.login-dd-btn {
    max-width: 228px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.42px;
	justify-content: center;
}

.login-dd-reg {
    padding-bottom: 2rem;
    position: relative;
}

.login-dd-reg:after {
	position: absolute;
	content: "";
	width: calc(100% + 5.2rem);
	bottom: 0;
	left: -2.6rem;
	height: 1px;
	background-color: #BCBCBC;
}

.login-dd-reg-text, .login-dd-reg-link {
	margin: 0;
	font-size: 1.4rem;
	line-height: 2rem;
}

a.login-dd-reg-link {
	color: #C51415;
}

.login-dd-link-list {
    margin-top: 2rem;
}

.login-dd-link-item a {
    line-height: 3rem;
}

/*-------------------------------------------------*/
/*---------------- TIPPS BLOCK ------------------*/
/*-------------------------------------------------*/
.tipps {
    margin: 7.5rem 0 8rem;
}

.tipps .container {
    padding: 0 1rem;
}

.tipps-title-container {
    position: relative;
}

.tipps-title-container:before {
	position: absolute;
    content: "";
    background-color: #030B24;
    opacity: .22;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 40%;
    z-index: -1;
}

.tipps-title-container .container {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.tipps-logo {
    max-width: 89.5px;
    padding: 0 .75rem 0 2rem;
    background-color: #FFF;
}

.tipps-title {
    font-size: 2.7rem;
    letter-spacing: 0.81px;
    font-weight: 300;
    background-color: #FFF;
	padding: 0 2rem 0 .75rem;
}

.tipps-items {
    margin: 1.4rem 1rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px #0000000d;
    text-align: center;
    padding: .5rem 0 1.5rem;
}

.tipps-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.tipps-icon-inner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.tipps-text {
    margin: .8rem 0 0 0;
    letter-spacing: 0.48px;
    line-height: 1.8rem;
    text-align: center;
    color: #030B24;
    min-height: 3.6rem;
	padding: 0 .4rem;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.slick-dots button {
    background-color: #FFF;
    border: 1px solid #C4111A;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    margin: 0 .8rem;
    width: 8px;
    height: 8px;
}

.slick-dots .slick-active button, .contact-regionen-slider .slick-dots .slick-active button, .contact-regionen-slider .slick-dots li:hover button {
	background-color: #C4111A;
	width: 8px;
	height: 8px;
}

.slick-list {
	z-index: 1;
}

/*-------------------------------------------------*/
/*-------------------- ARCHIVE ------------------*/
/*-------------------------------------------------*/
/*-----------ARCHIVE HEAD------------*/
.intro {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color: #FFF
}

.intro:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #0B142E 0%, #656565 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: .7;
}

.intro a {
	color: #FFF;
}

.intro-inner {
	padding-top: 9.4rem;
	position: relative;
}

.archive-head-inner.intro-inner {
	padding-top: 0;
}

.breadcrumbs {
	padding: 0 2rem 4rem 2rem;
	max-width: 1235px;
	margin: 0 auto;
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 1.2rem;
    letter-spacing: 0.36px;
    font-weight: 400;
    line-height: 1.4rem;
}

.custom-cat-title {
    color: #FFF;
	padding-bottom: 2.5rem;
}

.archive-description {
	margin-bottom: 4.5rem;
}

.archive-description.podcasts,
.archive-description.tags {
	padding-bottom: 1.5rem;
}

.archive-description p {
    margin: 0;
}

.solutions_abc {
    margin: 0 auto;
    max-width: 1235px;
    padding: 0 1.25rem;
    padding-bottom: 3.2rem;
}

.solutions_abc input {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.solutions_abc label {
    width: 38px !important;
    height: 38px;
    display: inline-flex !important;
    border-radius: 50%;
    text-transform: uppercase;
    border: 1px solid #BABABA;
    background-color: #FFF;
    color: #BABABA;
    justify-content: center;
    align-items: center;
    margin: 0 .4rem 1rem;
	cursor: pointer;
}

.solutions_abc label.checked {
	border: 1px solid #C51415;
	background-color: #C51415;
	color: #FFF;
}

.solutions_abc label.disabled {
    background: lightgrey;
    opacity: .9;
}

.solutions_abc button {
    display: none;
}

.filterTitle {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0.6px;
    line-height: 2.4rem;
    padding-bottom: 2.5rem;
}

.filterWrapper .container {
	padding: 0;
}

.filter-mobile-button {
    padding: 1.4rem 2rem 1.7rem;
    border-radius: .5rem;
    margin: 2rem 2rem 0;
    box-shadow: 0px 0px 10px #0000001a;
	background-color: #FFF;
}

.post-type-archive-solutions .filter-mobile-button {
	margin-top: 0;
}

.filter-mobile-search {
    font-weight: 500;
    letter-spacing: 0.48px;
    line-height: 1.9rem;
    margin: 0;
	position: relative;
}

.filter-mobile-button.active .filter-mobile-search.fadeOut {
	display: block;
}

.filter-mobile-search.fadeOut, .filter-mobile-button.active .filter-mobile-search.fadeIn {
    display: none;
}

.filter-mobile-search:after {
	position: absolute;
	content: "";
	height: 19px;
	width: 14px;
	right: 0;
	top: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.filter-mobile-search.fadeOut:after {
	background-image: url('../img/icons/minus.svg');
}

.filter-mobile-search.fadeIn:after {
	background-image: url('../img/icons/plus.svg');
}

.filtering {
	padding: 1.6rem 2rem 1.7rem;
	font-size: 1.4rem;
	letter-spacing: 0.42px;
	line-height: 1.7rem;
	border-radius: .5rem;
	box-shadow: 0px 0px 10px #0000001a;
	margin: 2rem;
	background-color: #FFF;
	position: relative;
}

.filtering a {
	font-size: 1.4rem;
	letter-spacing: 0.42px;
	line-height: 1.7rem;
	color: #454545;
}

.filter-sectors a {
	display: block;
	position: relative;
	padding: 2rem 0;
}

.filter-sectors a:before {
	content: "";
	position: absolute;
	bottom: -.5px;
	width: calc(100% + 4rem);
	height: 1px;
	background-color: #BABABA;
	left: -2rem;
}

.filter-sectors a:last-child {
	padding-bottom: 0;
}

.filter-sectors a:last-child:before {
	display: none;
}

.filter-sectors a:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #BABABA;
	border-radius: 2px;
	background-color: #FFF;
	right: 0;
	top: 2.15rem;
}

.filter-sectors a.active:after {
    border: 1px solid #C51415;
    background-image: url(../img/icons/checkbox-full.svg);
    background-position: center;
    background-size: contain;
}

.filter_title {
	display: block;
	position: relative;
}

.filter_title:after {
	content: "";
    position: absolute;
    width: 16px;
    height: 6px;
    right: 0;
    top: 5.5px;
    background-image: url(../img/icons/angle-down-red.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filter_title.active:after {
	transform: rotate(180deg);
}

.filter-sectors .branchen-container {
    display: none;
    padding-top: 1rem;
	max-height: 400px;
    overflow: auto;
}

.countCircle {
    background-color: #C4111A;
    color: #FFF;
    font-weight: 700;
    width: 2rem;
    height: 2rem;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
    vertical-align: middle;
}

.filter-inner {
    padding-top: 3rem;
	display: none;
	max-height: 400px;
    overflow: auto;
}

.filter-inner label {
	display: flex;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
    position: relative;
}

.filter-inner label:after {
	content: "";
	position: absolute;
	bottom: -.5px;
	width: calc(100% + 4rem);
	height: 1px;
	background-color: #BABABA;
	left: -2rem;
}

.filter-inner label:last-child:after {
	display: none;
}

.filter-inner label.no-image {
	padding: 2rem 0;
}

.filter-inner label.no-image:first-child {
	padding-top: 1rem;
}

.filter-inner label.no-image:last-child {
	padding-bottom: 0;
}


.filter-inner label input[type="checkbox"], .filter-inner label input[type="radio"] {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #BABABA;
    border-radius: 2px;
    background-color: #FFF;
    right: 0;
    top: 2.2rem;
    -webkit-appearance: none;
    appearance: none;
}
.filter-inner label.no-image input[type="checkbox"], .filter-inner label.no-image input[type="radio"] {
   	top: 2.15rem;
}

.filter-inner label.no-image:first-child input[type="checkbox"], .filter-inner label.no-image:first-child input[type="radio"] {
	top: 1.15rem;
}

.filter-inner label input[type="checkbox"]:checked, .filter-inner label input[type="radio"]:checked {
    border: 1px solid #C51415;
    background-image: url(../img/icons/checkbox-full.svg);
    background-position: center;
    background-size: contain;
}

.filter-inner label img {
	margin-right: 1.1rem;
    width: 38px;
    height: 38px;
}

.filtering.filterRegion .filter_title:after {
	display: none;
}

.filtering.filterRegion .filter_title input {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #BABABA;
    border-radius: 2px;
    background-color: #FFF;
    right: 0;
    top: .15rem;
    appearance: none;
    -webkit-appearance: none;
	pointer-events: none;
}

.filtering.filterRegion .filter_title input[type="checkbox"]:checked, .filtering.filterRegion .filter_title input[type="radio"]:checked {
    border: 1px solid #C51415;
    background-image: url(../img/icons/checkbox-full.svg);
    background-position: center;
    background-size: contain;
}

.filterWrapper {
    background-color: rgba(186, 186, 186, .2);
    padding: 2rem 0;
	background-color: #030B24;
}

.post-type-archive-solutions .filterWrapper , .archive.tag .filterWrapper {
	background-color: #030B24;
}

.filter-Bg {
	display: none;
}

.filter_title.active:after {
	transform: rotate(180deg);
}

.cpt-loop-count {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    line-height: 2.1rem;
	margin: 0;
}

.filterResults {
    margin-bottom: 2rem;
}

.removeFilterBtn {
    display: inline-block;
    color: #454545;
    letter-spacing: 0.42px;
    font-size: 1.4rem;
    padding: .25rem 1.9rem;
    background-color: rgba(186, 186, 186, .3);
    border-radius: 1.9rem;
    margin: 0 1rem 1rem 0;
}

/*CUSTOM POST TYPE LOOP*/
.cpt-loop-single {
    margin-bottom: 2rem;
}

.cpt-loop-single:last-child {
    margin-bottom: 0;
}

.ctp-loop-head {
    height: 150px;
	border-radius: .5rem .5rem 0 0;
	overflow: hidden;
}

.ctp-loop-head a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.cpt-loop-img, .ctp-loop-head img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctp-loop-body {
    border: 1px solid #E2E2E2;
    border-top: 0;
    border-radius: 0 0 .5rem .5rem;
    padding: 2.5rem 1.5rem 1.5rem 2.5rem;
	position: relative;
}

.cpt-loop-cat-img {
    display: block;
    position: absolute;
    top: 1.4rem;
    right: 1.5rem;
}

.cpt-loop-cat-icon {
	margin-top: 4em;
    border: 2px solid #c51415;
    border-radius: 100%;
    padding: 5px;
    font-size: 11px;
    color: #c51415;
    font-weight: 500;
}

.ctp-loop-body p {
	margin: 0;
}

.cpt-loop-title a {
    font-size: 2rem;
    letter-spacing: 0.6px;
    line-height: 2.3rem;
    margin-bottom: .6rem;
    display: block;
    padding-right: 5rem;
	color: #c51415;
}

.ctp-loop-category a {
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.9rem;
    margin-bottom: 2.725rem;
    display: block;
    color: #C51415;
}

.cpt-loop-tags-wrapper a {
	font-size: 1.2rem;
	letter-spacing: 0.36px;
	line-height: 1.5rem;
	padding: .4rem 2.5rem;
	background-color: #FFF;
	border-radius: 2.5rem;
	border: 1px solid #707070;
	display: inline-block;
	margin: 0 1rem 1rem 0;
}

.wpfp-span {
    display: block;
    text-align: right;
    margin-top: .5rem;
    line-height: 1.6rem;
}

.wpfp-link {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    line-height: 1.6rem;
    color: #C51415;
    font-weight: 400;
    margin-left: 1rem;
	position: relative;
}

.wpfp-link:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #C51415;
	width: 0;
	height: 1px;
}

.wpfp-img {
    vertical-align: unset;
    position: relative;
    top: .2rem;
    margin-right: 0;
}

/*ARCHIVE OTHER CPTS*/
.other-cpts-container.container {
	margin-top: 5rem;
	margin-bottom: 8.1rem;
}

.other-cpts-container h3 {
    text-align: center;
    color: #C51415;
    margin-bottom: 2.4rem;
}

.branchen-container a {
	display: flex;
    padding: 1.5rem 2.4rem 1.5rem 9.9rem;
    letter-spacing: .48px;
    line-height: 1.8rem;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: .5rem;
    box-shadow: 0px 0px 10px #0000000d;
    margin-bottom: 2rem;
    position: relative;
	align-items: center;
}

.branchen-container a.firsthidden  {
    display: none;
}

.branchen-container a.active {
	display: flex;
}

.branchen-container a img {
	height: 40px;
    width: 45px;
    object-fit: contain;
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.branchen-icon-hover {
	opacity: 0;
}

.other-cpts-container .btn.red {
    background-color: #C4111A;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .48px;
    line-height: 1.9rem;
    font-size: 1.6rem;
    padding: 1.6rem 2rem 1.5rem;
    border-radius: .5rem;
    width: 100%;
    max-width: unset;
	margin: 0;
}

.filtering .branchen-container a {
    display: block;
    padding: 2rem 0;
    letter-spacing: .42px;
    line-height: 1.7rem;
    background-color: transparent;
    border-radius: unset;
    box-shadow: unset;
    margin-bottom: 0;
    position: relative;
}

.solution-description-inner h2,
.solution-description-title h2 {
	margin-bottom: 4.5rem;
	hyphens: auto;
}

.solution-description-inner h3 {
    color: #C51415;
    line-height: 3.8rem;
	margin-bottom: 3.8rem;
}

.solution-description-inner p {
	margin: 0 0 3.3rem 0;
}

.content-separator {
    display: block;
    height: 40px;
    position: relative;
	background-image: url('../img/icons/tuv-element.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 3.6rem 0;
}

.content-separator:before, .content-separator:after {
	content: "";
	background-color: #E3E3E3;
	height: 1px;
	width: calc(50% - 30px);
	position: absolute;
	top: 19.5px;
}

.content-separator:before {
	left: -2rem;
}

.content-separator:after {
	right: -2rem;
}

.solution-description-inner.right.img {
    height: 289px;
    width: calc(100% + 2rem);
    border-radius: 1rem 0 0 1rem;
    margin: 4rem 0;
    background-position: center;
    background-size: cover;
}

.solution-description-wrapper.reverse {
    display: flex;
    flex-direction: column-reverse;
}

.solution-description-wrapper.reverse  .solution-description-inner.right.img {
	margin-left: -2rem;
	border-radius: 0 1rem 1rem 0;
}

.archive-head-filter-title {
    display: none;
}

.subCatTitle {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: .6px;
    margin: 4.5rem 0 2.5rem;
}

.branchen-container.sub-branchen a {
	background-color: #C51415;
    padding: 1rem 1.1rem;
    display: inline-block;
    margin-right: .5rem;
    margin-left: .5rem;
    border: 1px solid #C51415;
}

.branchen-container.sub-branchen a.firsthidden {
	display: none;
}

.branchen-container.sub-branchen a.active {
	display: inline-block;
}


body .branchen-container.sub-branchen .btn.red {
    display: inline-block;
    border-radius: .5rem;
    padding: 1rem 1.1rem;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: .48px;
    line-height: 1.8rem;
	margin: 0;
}

body .other-industry-single .branchen-container.sub-branchen .button-wrapper .btn.red {
	font-size: 1.4rem;
}

.other-industry-single {
	display: none;
}

.sub-branchen-outer {
    position: relative;
}

.sub-branchen-outer:after {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 4rem;
	left: 0;
	bottom: 0;
	z-index: 0;
}

/*-------------------------------------------------*/
/*-------------------- EVENTS BLOCK ------------------*/
/*-------------------------------------------------*/
.events {
    margin: 6rem 0;
	position: relative;
}

.events .title-container h2 {
    margin-bottom: 2.8rem;
    padding-top: 4rem;
    color: #000000;
    line-height: 5.5rem;
}

.card-head {
    border-radius: .5rem .5rem 0 0;
    overflow: hidden;
    height: 208px;
    text-align: center;
}

.card-head img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-body {
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0px 0px 10px #0000001a;
    padding: 2.4rem 2.6rem 2.1rem 3.4rem;
    position: relative;
    background-color: #FFF;
}

.event-date {
    margin: 0;
    border-radius: 1rem;
    background-color: #030B24;
    color: #FFF;
    position: absolute;
    top: -5rem;
    right: 2.6rem;
    padding: .7rem 1.5rem .8rem;
}

.event-archive.event-date {
	border-radius: 5px;
	bottom: 0;
	left: auto;
	padding-top: 0.2rem;
	right: 0;
	top: auto;
}

.event-archive.event-date .event-day {
	font-size: 2rem;
	padding-bottom: 0.8rem;
}

.event-day {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 500;
    display: block;
    text-align: center;
    padding-bottom: 1.6rem;
	position: relative;
}

.event-day:after {
    position: absolute;
    background-color: #C51415;
    height: 2px;
    width: 42px;
    left: -4.5px;
    bottom: 7px;
    content: "";
}

.event-month {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.event-cat {
	margin: 0;
    color: #C51415;
    font-size: 1.8rem;
    letter-spacing: .54px;
    line-height: 2.1rem;
    padding-right: 7rem;
    margin-bottom: 1.7rem;
}

.event-title {
    margin: 0;
    font-weight: 700;
}

.card {
    margin-bottom: 3rem;
}

.events a.btn.red {
    margin-left: auto;
    margin-right: auto;
}
.all-events-btn {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*-------------------------------------------------*/
/*-------------------- REASONS BLOCK --------------*/
/*-------------------------------------------------*/
.reasons {
    background-color: #030B24;
    color: #FFF;
    padding: 5rem 0 1.5rem;
}

.reason-logo {
    width: 76px;
	margin-bottom: 2rem;
}

.reason-logo img {
    width: 100%;
}

.reason-title {
    color: #FFF;
    margin-bottom: 5.5rem;
}

.reason-title span {
	color: #C51415;
}

.reasons-items {
    margin-bottom: 5rem;
}

.reason-number {
	position: relative;
    font-size: 5rem;
    letter-spacing: 0;
    line-height: 5rem;
    font-weight: 500;
    display: flex;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.reason-number-unit {
    display: inline-block;
    margin-left: 10px;
}

.reason-number:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 4px;
	width: 58px;
	background-color: #C51415;
}

.reason-text {
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: .54px;
    line-height: 2.2rem;
    max-width: 248px;
	hyphens: auto;
}


/*-------------------------------------------------*/
/*-------------------- SOLUTION CATS ------------------*/
/*-------------------------------------------------*/
.solution-cats {
    margin: 7rem 0 8rem;
}

.solcat-title {
    line-height: 5.33333333rem;
	margin-bottom: 2rem;
}

.solcat-title span {
    color: #C51415;
}

.solcat-arrow {
    margin-left: 1.5rem;
}

.solcat-list {
    margin-top: 5rem;
}

.solcat-icon-inner {
    width: 74px;
    height: 47px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.solcat-icon {
    margin-bottom: 3rem;
}

.solcat-text {
    margin: 0 0 2rem;
}

.solcat-text-pt {
	height: 130px;
	margin-right: 20px;
}

.solcat-items {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(3, 11, 36, .22);
}

.solcat-items:last-child {
	border-bottom: 0;
}

.solcat-items .btn.transparent {
	color: #C51415;
}

.prevfile-wrapper {
    /* height: 450px; */
    position: relative;
    width: 100%;
    overflow: hidden;
	text-align: center;
}

/* .prevfile-wrapper.prevImageTami {
    width: calc(100% + 4rem);
	margin-left: -2rem;
} */

.prevfile-wrapper img {
    height: auto;
	width: 100%;
    object-fit: cover;
	object-position: center;
}

.prefile-video {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

/*-------------------------------------------------*/
/*-------------------- TAMI BLOCK ------------------*/
/*-------------------------------------------------*/
.tami {
    margin: 8rem 0 7.5rem;
}

.tami-logo {
    max-width: 120px;
    margin-bottom: 2.1rem;
}

.tami-title {
    color: #C51415;
    margin-bottom: 3rem;
}

.tami .btn {
    max-width: 251px;
    margin: 3rem 0 5rem;
}

.tami-title-wrapper img.backTami {
    position: relative;
    transform: rotate(-180deg);
    height: 2.5rem;
    margin-right: 2rem;
}

.tami-title-wrapper img.backTami:hover {
    animation: bounceRightExt 2s infinite alternate;
    -webkit-animation: bounceRightExt 2s infinite alternate;
    cursor: pointer;
}

/*-------------------------------------------------*/
/*-------------------- TOP SERVICES ---------------*/
/*-------------------------------------------------*/
.most-used-service {
	background-color: #030B24;
    position: relative;
    padding-top: 3.5rem;
    overflow: hidden;
	margin: 8rem 0 7rem;
}

.most-used-service:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4rem;
	background-color: #FFF;
	z-index: 0;
}

#particles-js, #particles-js2 {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.most-used-service .title-container {
	margin-bottom: 5rem;
	pointer-events: none;
}

.most-used-service .title-container h2 {
	color: #FFFFFF;
    margin-bottom: 2.7rem;
    font-size: 4rem;
}

.most-used-service .title-container h3 {
    color: #C51415;
}

.most-used-list .card {
    background-color: #FFF;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px #0000000d;
	margin-bottom: 2rem;
	position: relative;
}

.most-used-list .card a {
    padding: 3rem 4rem 3rem 2.5rem;
    display: block;
}

.most-used-list .card:last-child {
	margin-bottom: 0;
}

.most-used-title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .54px;
    line-height: 2.2rem;
}

.most-used-subtitle {
    margin: 0;
}

.most-used-arrow {
    position: absolute;
    right: 1.5rem;
    top: 46.5px;
}

.most-used-service .btn {
    margin-top: 6rem;
    max-width: unset;
    position: relative;
    z-index: 1;
}

/*-------------------------------------------------*/
/*-------------------- NEWS ------------------*/
/*-------------------------------------------------*/
.news {
    margin: 5rem 0 10rem;
}

.news .container {
    position: relative;
    padding-left: 0;
}

.news-img-wrapper {
    height: 270px;
    overflow: hidden;
    border-radius: 0 1rem 1rem 0;
	z-index: 1;
}

.news-img-wrapper img {
	/* width: 100%;
	height: 100%;
	object-fit: cover;  */
	max-width: 100%;
	height: auto;
	display: block;
}


.news-content-wrapper {
    padding: 0 0 0 2rem;
    margin-top: 6.5rem;
}

.news-content-wrapper p {
	margin: 0;
}

.news-label.red {
    color: #FFF;
    background-color: #C51415;
    display: inline-block;
    padding: .4rem 2.5rem .4rem 2rem;
    line-height: 1.9rem;
    font-weight: 700;
    margin: 0 0 1.5rem -2rem;
    border-radius: 0 .5rem .5rem 0;
}

.news-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 2rem 0 0 0;
	column-gap: 20px;
}

.news-btn-wrapper .btn {
	display: inline-block;
    margin: 1rem 0;
    max-width: 220px;
	text-align: center;
}

.news-btn-wrapper .btn.underline {
    margin: 1rem 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #C51415;
    text-align: center;
    text-decoration: underline;
	display: block;
}

p.news-title {
    margin: 0 0 3.2rem;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    color: #000000;
	word-wrap: break-word;
	overflow-wrap: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

p.news-title .sub {
    color: #C51415;
}

.news-nav-wrapper {
    position: absolute;
    top: 245.5px;
    right: -2rem;
    width: 100%;
}

.news-nav-img-wrapper {
    border-radius: .7rem;
    overflow: hidden;
    margin-right: 1rem;
	position: relative;
	cursor: pointer;
	max-width: 70px;
}

.news-nav-img-wrapper:after {
	position: absolute;
	content: "";
	border-radius: .7rem;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .65;
}

.news-nav-img-wrapper.slick-current:after  {
	opacity: 0;
}

.news-nav-wrapper .slick-track {
    display: flex;
    justify-content: space-between;
	transform: unset !important;
}


/*-------------------------------------------------*/
/*-------------------- INTRO BLOCK ------------------*/
/*-------------------------------------------------*/
.intro-slide-container {
    position: relative;
    height: 500px;
}

.intro-slide {
    height: 100%;
    width: 100%;
}

.intro-slide-item, .intro-slide .slick-list, .intro-slide .slick-track, .intro-image {
    height: 100%;
    position: relative;
}

.intro-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.intro-slide-item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #0B142E 0%, #656565 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: .7;
}

.sticky .intro-content {
	/* opacity: 0; */
	pointer-events: none;
}

.intro-content.container {
	position: absolute;
    top: 3rem;
    z-index: 1;
    left: 50%;
    transform: translateX( -50%);
    max-width: 1235px;
    width: 100%;
}

.intro-logo {
    width: 130px;
    margin: 0 auto 3.5rem;
}

.intro-logo img {
    width: 100%;
}

.intro-tami-item {
    display: inline-block;
}

.asp_results_top .intro-tami {
    padding: 0rem 3.8rem !important;
}

.intro-tami-item a {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .42px;
    line-height: 1.7rem;
    color: #FFF;
    padding: .6rem .9rem;
    margin: 0 .5rem 1rem 0;
    background-color: #C51415;
    border-radius: 2.5rem;
    border: 1px solid #C51415;
	/* limit length chars */
	max-width: 335px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.intro-tami-title, body .asp_results_top .intro-tami-title {
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: .42px;
    font-weight: 700;
    line-height: 1.7rem;
}

body .asp_results_top .intro-tami-title {
    color: #030B24;
    text-align: center !important;
    display: block;
    margin: 0 0 1.5rem 0 !important;
}

.intro-tami-title {
	opacity: 0;
	margin: 0;
}

body .asp_results_top {
    display: block !important;
}
div.asl_w .probox {
    border: 0 !important;
}

.intro-event-card a {
    display: flex;
    justify-content: space-between;
    padding: .8rem 2.5rem .7rem .7rem;
}

.intro-event-card {
    position: relative;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px #0000001a;
    margin: 1rem;
	background-color: #FFF;
}

.intro-event-card .event-date {
    margin-right: 20px;
	padding: 8px 12px;
    position: unset;
}

.intro-event-headline {
	position: relative;
    font-size: 1.8rem;
    letter-spacing: .54px;
    margin: .8rem 0 1rem;
    line-height: 1.7rem;
    color: #C51415;
    padding-right: 2rem;
}

.intro-event-head {
    width: 100px;
}

.intro-event-body {
    width: calc(100% - 80px);
}

.intro-event-headline:before {
	content: "";
    display: inline-block;
    height: 1.7rem;
    width: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/icons/new-event.svg);
    position: relative;
    top: 2px;
}

.intro-event-title {
    margin: 0;
    font-weight: 700;
    line-height: 2rem;
}

.intro-arrow {
    position: absolute;
    top: 1.8rem;
    right: 2.5rem;
}

.intro-event-container {
    padding: 0 1rem;
    margin-top: -6.5rem;
    margin-bottom: 4.5rem;
	position: relative;
	z-index: 1;
}

.intro-image-gallery .slick-slide img {
	height: auto;
	max-width: 100%;
}

.intro-event-card .event-day:after {
	left: 0;
	width: 100%;
}

/*-------------------------------------------------*/
/*-------------------- WIZARD ------------------*/
/*-------------------------------------------------*/
.wizard-inner-content, .tami-check-cert-wrapper {
	display: none;
}

/*-------------------------------------------------*/
/*-------------------- Footer ------------------*/
/*-------------------------------------------------*/
footer {
    position: relative;
    padding-top: 6.5rem;
    border-top: 1px solid #BABABA;
	overflow: hidden;
}

footer a {
	color: #454545;
	line-height: 3rem;
}

footer .footer-inner.bottom a, footer .footer-inner.bottom h4, .social-links .h5 {
	color: #FFF;
}

.footer-inner.bottom {
	background-color: #030B24;
	color: #FFF;
    padding: 6.6rem 0 10.8rem;
	position: relative;
}

.footer-nav li div {
	display: none;
}

.footer-nav h3 {
	padding: 0 0 2.6rem;
	position: relative;
}

.footer-nav h3:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 6px;
	right: 5.6rem;
	top: 9.5px;
	background-image: url('../img/icons/angle-down-red.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.footer-nav li div {
	padding-bottom: 2.6rem;
}

.footer-nav h3.active:after {
		transform: rotate(180deg);
}

.footer-body {
    padding-top: 4rem;
    text-align: center;
}

.social-list {
    margin: 1.6rem 0 5rem;
    display: flex;
    justify-content: space-between;
}

.social-item a {
	cursor: pointer;
}

.footer-branding {
    padding-bottom: 4rem;
}

.footer-branding img {
    width: 86px;
}

.cLogo {
    background-image: url(../img/Herold_Logo_Claim_footer.svg);
    background-size: contain;
    width: 82px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.to-top {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #FFF;
    top: -22.5px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px #0000000d;
	animation: bounceTop .6s infinite alternate;
	-webkit-animation: bounceTop .6s infinite alternate;
	cursor: pointer;
}

.to-top:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../img/icons/angle-up-black.svg');
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*FOOTER MIDDLE FORM*/
.footer-inner.middle {
    background-color: rgba(69, 69, 69, .05);
    padding: 5rem 0 6.5rem;
}

footer .title-container {
    margin-bottom: 4.2rem;
	max-width: 693px;
}

body .gform_wrapper .ginput_container.ginput_container_consent label {
    display: inline;
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    line-height: 1.6rem;
    color: rgba(69, 69, 69, .35);
	font-weight: 400;
}

body .gf_css_wrapper .gfield_checkbox label {
	display: inline !important;
    font-size: 1.4rem !important;
    letter-spacing: 0.42px !important;
    line-height: 1.6rem !important;
    color: rgba(69, 69, 69, .35) !important;
	font-weight: 400 !important;
}

/*FOOTER TOP NAV*/
.footer-inner.top h4 {
    color: #C51415;
    font-weight: 300;
    letter-spacing: 0.54px;
    line-height: 2.1rem;
    position: relative;
}

.footer-inner.top h4:after {
	position: absolute;
	content: "";
	top: 0;
	right: 5rem;
	width: 6px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../img/icons/angle-right-red.svg');
}

.footer-inner.top h4.active:after {
	transform: rotate(90deg);
}

.footer-inner.top {
    padding-bottom: 4.75rem;
}

.footer-nav.top li {
	margin-bottom: 1.5rem;
}

.footer-nav.top li a {
	position: relative;
	line-height: 1.8rem;
}

.footer-nav.top li a:before,
.footer-nav.bottom li a:before {
	display: inline-block;
	position: relative;
	content: "";
	width: 6px;
	height: 18px;
	top: 2px;
	right: 0;
	margin-right: 1.7rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/icons/angle-right-grey.svg);
}

.footer-nav.bottom h3 {
	color: #ffff;
}


/*-------------------------------------------------*/
/*-------------------- Solutions DEtail ------------------*/
/*-------------------------------------------------*/

.solutions-template-default .entry-title {
    font-size: 2.5rem;
    position: relative;
    line-height: 4rem;
    margin-bottom: 2rem;
}

.solutions-template-default .entry-title:after {
	content: ".";
	color: #C51415;
	display: inline;
}

.cpt-single-tags-wrapper a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFF;
    padding: .7rem 4rem;
    background-color: #C51415;
    border-radius: 2.3rem;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    line-height: 2.7rem;
	margin-right: 1.5rem;
}

.cpt-single-tags-wrapper a:hover {
	background-color: #FFF;
    color: #C51415;
}

.inner-icon {
    display: block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 10px;
}

.solutionSingleAccBtn {
	margin: 0 0 1.6rem;
    padding: 1.7rem 4.2rem 1.7rem 4.4rem;
    border-radius: .5rem;
    box-shadow: 0px 0px 5px #0000001a;
    position: relative;
    background-color: #FFF;
    z-index: 1;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0.42px;
    color: #000000;
}

.solutionSingleAccIcon {
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.dd-arrow {
    position: absolute;
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.solutionSingleAccBtn.active .dd-arrow {
	transform: translateY(-50%) rotate(180deg);
}

.solutionsRegions {
    padding: 0 .5rem;
    display: flex;
    flex-wrap: wrap;
}

.solutionsRegions li {
	width: 100%;
}

body .solutionsRegions input {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    border-radius: 0;
}

.solutionsRegions label {
    border: 1px solid #E2E2E2;
    border-radius: 1rem;
    line-height: 1.7rem;
    letter-spacing: .42px;
    font-size: 1.4rem;
    padding: 1rem 1rem 1rem 5.8rem;
	margin: 0 .5rem 1rem;
    display: block;
	position: relative;
	cursor: pointer;
}

.solutionsRegions input:disabled+label {
	cursor: not-allowed;
}

.solutionsRegions input:checked+label, .solutionsRegions li.first-check label, .solutionsRegions li.input-checked label {
	background-color: #C51415;
	border-color: #C51415;
	color: #FFF;
}

.solutionsRegions input:disabled+label:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #BABABA;
    opacity: .3;
    border-radius: 1rem
}

.solutionsRegions input:disabled+label {
    filter: grayscale(1);
}

.solutionsRegions img {
    position: absolute;
    border: 1px solid #FFF;
    border-radius: 3px;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
	width: 28px;
}

.regionAddInfo {
    display: none;
    background-color: #030B24;
    color: #FFF;
    border-radius: .5rem;
    padding: .7rem .7rem .7rem 4.1rem;
    font-size: 1.2rem;
    letter-spacing: .36px;
    line-height: 1.4rem;
    margin: 2rem 1rem 0;
    position: relative;
}

.regionAddInfo:before {
	content: "";
	position: absolute;
	left: 1rem;
	height: 16px;
	width: 16px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../img/icons/information.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.solutionSingleAccContent {
    box-shadow: 0px 0px 5px #0000001a;
    padding: 3rem 0;
    margin-bottom: 2rem;
	margin-top: -2rem;
    z-index: 0;
    position: relative;
	border-radius: 0 0 .5rem .5rem;
}

.listInner {
    padding: 0 1rem;
}

.listInner a {
    text-decoration: underline;
    color: #C51415;
}

.solutionSingleAccBtn .review-rating {
    display: none;
}

body .reviews-area {
    padding: 0 1rem;
}

body .ic_rev {
    border: 1px solid #E2E2E2;
    border-radius: 1rem;
}

body .review-rating {
    color: #FFCE00;
}

body .review-title {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
	color: #C51415;
}

body #product_reviews p {
    margin: 0;
}

body .ic_rev .review-text, body .ic_rev .review-avatar {
    margin-top: 0;
}

body .review-rating > span {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 15px;
}

body #product_reviews p {
    margin-bottom: 0;
}

body .ic_rev .review-right {
    margin-left: 5%;
    max-width: 75%;
}

body .ic_rev .review-left {
    display: flex;
    flex-direction: column-reverse;
}

body.review-avatar {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #C51415;
}

body .rating-label {
    color: #454545;
}

body .logged-in-as a:last-child {
	color: #C51415;
}

body #product_reviews #respond input[type="text"], #product_reviews #respond input[type="email"], #product_reviews textarea {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 1.4rem 1.5rem 1.3rem;
    background-color: rgba(69, 69, 69, .07);
    border-radius: 2.3rem;
    border: 0;
}

/*New tags section*/
.new-tags-section .title-more-tags.red {
	margin: 0rem 0 2.3rem;
	text-align: center;
	font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.84px;
    line-height: 3.4rem;
}
.new-tags-section .cpt-single-tags-wrapper a {
	padding: 0.4rem 2.4rem;
	background-color: #FFF;
	color: #707070;
	border: 1px solid #707070;
	line-height: 1.5rem;
	margin: 0 0.7rem 1rem 0;
}
.new-tags-section .cpt-single-tags-wrapper a:hover {
	color: #FFF;
    background-color: #707070;
}
.new-tags-section .cpt-single-tags-wrapper {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*New quote section*/
.solution-meta-description-section p {
	text-align: center;
    font-style: italic;
    font-size: 2.4rem;
    padding-top: 10px;
}

/*-------TIMELINE-----------*/
.solutionTimeline {
    padding: 0 1rem;
}

.solutionTimeline li {
    display: flex;
	justify-content: space-between;
}

.solutionTimeline p {
	margin: 0;
    font-size: 1.4rem;
    padding: 0 1rem 2rem .5rem;

	hyphens: auto;
}

.timline-content {
	    width: calc(100% - 80px);
}

.solutionTimeline p a {
    word-break: break-all;
}

.timelineTime {
    letter-spacing: .54px;
    font-weight: 700;
    color: #C51415;
    padding: 0 4rem 2rem 0;
    position: relative;
    display: block;

	min-width: 65px
}

.timelineTime:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FFF;
    border-radius: 50%;
    border: 4px solid #C51415;
    position: absolute;
    right: .5rem;
    top: 5px;
}

.timelineTime:before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #C51415;
    position: absolute;
    right: 1.1rem;
    top: 6px;
}

.solutionTimeline li:last-child .timelineTime:before{
	display: none;
}

.title-more-tags {
    font-size: 2rem;
    letter-spacing: .6px;
    line-height: 2.3rem;
    margin: 4.3rem 0 2.3rem;
    color: #C51415;
}

.more-tags-container a {
    padding: 0.4rem 2.4rem;
    background-color: #FFF;
    color: #707070;
    border: 1px solid #707070;
    line-height: 1.5rem;
    margin: 0 .7rem 1rem 0;
}

.related-posts-outer:after,
.solution-single-top-container:after {
	content: "";
	position: absolute;
	width: 200vw;
	height: 1px;
	left: -50vw;
	background-color: #E3E3E3;
	bottom: 0;
}

.related-posts-outer:before,
.solution-single-top-container:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 40px;
	left: 50%;
	background-color: #FFF;
	background-image: url(../img/icons/tuv-element.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -2rem;
	transform: translateX(-50%);
	z-index: 1;
}

.related-posts-outer.top:before, .related-posts-outer.top:after {
	display: none;
}

/*-------RELATED POSTS-----------*/
.related-posts-outer {
    padding-top: 7rem;
    margin: 5rem 0;
	padding-top: 4rem;
    margin: 4rem 0;
	position: relative
}

.related-posts-outer.top {
	padding-top: 0;
	margin-top: 0;
}

.related-posts-outer:before {
	bottom: auto;
	top: -2rem;
}

.related-posts-outer:after{
	bottom: auto;
	top: 0;
}

.related-posts h3, .other-branchen-single h3 , .other-industry-single h3 {
    color: #C51415;
    text-align: center;
    margin-bottom: 3rem;
}

.container.related-posts .btn {
    margin-top: 3rem;
    max-width: 263px;
	margin: 3rem auto 0;
}

.mybundle_link {
    display: block;
    text-align: right;
}

.mybundle_link a {
    color: #C51415;
}

.mybundle_link a img {
	margin-right: 1rem;
}

/*OTHER BRANCHEN*/
.other-branchen-single .btn {
	border-radius: .5rem;
	background-color: #FFF;
	color: #C4111A;
	max-width: unset;
	box-shadow: 0px 0px 5px #0000001A;
	margin: 0;

}

.single .other-branchen-single .btn {
	height: 100%;
}

.other-branchen-single {
	margin: 5rem 0 7rem;
}

/*FIXED SOLUTION CONTANCT*/
@media all and (max-width: 767px) {
    .solutionContactInner {
        padding-top: 20px;
    }
}

/* .solutionContact , */
.contact-regionen-slider {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #FFF;
    background-color: #030B24;
    padding-bottom: 0px;
}


.single-contact, .single-contact a {
    display: flex;
    color: #FFF;
    align-items: center;
}

.solution-contact-footer {
    display: flex;
    align-items: center;
	background-color: #030B24;
	flex-wrap: wrap;
}

.solution-contact-footer p, .solution-contact-footer .wpfp-span {
    margin: 0;
}

.solution-contact-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 2rem;
}

.contact-adress span {
    line-height: 1.8rem;
	display: block;
}

.street {
    padding-right: 1.5rem;
    position: relative;
}

.street:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1.8rem;
	background-color: #FFF;
	right: .7rem;
	top: 0;
}

.single-contact lottie-player {
    margin-right: 2rem;
	margin-right: 0;
}

.ContactImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #FFF;
    object-fit: cover;
    box-shadow: 0px 0px 10px #0000001a;
}

.solution-contact-body {
    padding: 0 2rem;
}

.solution-contact-head {
	pointer-events: none;
}

.solution-contact-head .red {
	color: #C51415;
	margin-left: 12px;
}

.cooperationpartner {
	color: #ffffff;
}

.solutionContactTitle, .solutionCertPartnerTitle {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .54px;
    line-height: 2.2rem;
}

.solutionContactTitle {
	text-align: left;
    padding: 20px 43px 10px;
    margin-bottom: 0;
}

.solutionContactInner {
    position: relative;
}

.solutionContactInner:before {
	position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 39px);
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #030B24;
    z-index: -1;
}

.solutionCertPartnerWrapper {
	background-color: #030B24;
	display: flex;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.solutionCertPartnerWrapper p {
    margin: 0;
}

.solutionCertPartner.container {
    padding: 2rem;
}

p.solutionCertPartnerTitle {
	margin-bottom: 2rem;
}

.solutionCertPartner a {
	color: #C51415;
	font-weight: 400;
}

.mobile-open-contact {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #C51415;
    display: block;
    box-shadow: 0px 0px 10px #0000001a;
    right: 2rem;
    top:12.5px;
	background-image: url('../img/icons/angle-up-white.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.mobile-open-contact.active {
	top: 21.5px;
	transform: rotate(180deg);
}

.solution-contact-footer-inner.mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.solution-contact-footer-right {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
}

.solution-contact-footer-right-inner {
    display: flex;
    align-items: center;
}

.solution-contact-footer .btn {
    max-width: 200px;
    margin: 0;
    padding: 1.05rem 2rem;
}

.solution-contact-footer-right-inner p {
	line-height: 1.6rem;
}

.solution-contact-footer-right-inner .wpfp-link {
    font-size: 0;
    display: flex;
    align-items: center;
	position: relative;
	top: 3px;
}

.solution-contact-footer-right-inner .wpfp-link:before {
	content: "Save";
	font-size: 1.4rem;
	display: inline-block;
}

.solution-contact-footer-right-inner .wpfp-span {
    display: flex;
    align-items: center;
    /*margin-left: 1.5rem;*/
}

.solution-contact-footer-inner.mobile.hide {
    display: none;
}

.solution-contact-footer .solution-contact-footer-inner.desktop > p {
    width: calc(100% - 150px);
}

.solution-contact-footer-inner.desktop {
    width: 100%;
    align-items: center;
}

.solution-contact-footer-inner.desktop .add-to-bundle {
	width: auto;
	float: left;
}

.solution-contact-footer-inner.desktop .btn-pdf {
	background-color: transparent;
	border: 0;
	color: #c51415;
	font-weight: 400;
	padding: 0;
	padding-top: 2rem;
	display: flex;
	max-width: 100%;
}

.solution-contact-footer-inner.desktop .btn-pdf .pdfImg {
	width: 20px;
	float: left;
}

.solution-contact-footer-inner.desktop.active {
	display: flex;
	display: block;
}


.other-industry-single .branchen-container.sub-branchen a {
    background-color: #FFF;
    border: 0;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: .5rem;
    overflow: hidden;
}

.other-industry-single .branchen-container.sub-branchen a.firsthidden {
	display: none;
}

.other-industry-single .branchen-container.sub-branchen a.firsthidden.active {
	display: block;
}

.other-industry-single .branchen-container a img {
    height: 150px;
    width: 100%;
    position: unset;
    object-fit: cover;
	transform: unset;
}

.other-industry-single .branchen-container.sub-branchen a .branchen-name {
    display: block;
    text-align: center;
    padding: 2.2rem 1rem 2rem;
    font-weight: 700;
    line-height: 1.9rem;
	position: relative;
}

.other-industry-single .branchen-container.sub-branchen a .branchen-name:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/icons/arrow-right-black.svg');
	top: -12.5px;
	right: 2.6rem;
	box-shadow: 0px 0px 10px #0000001A;
	border-radius: 50%;
}


/*-------------------------------------------------*/
/*-------------------- GUTENBERG ELEMENTS ---------*/
/*-------------------------------------------------*/
figure {
    margin: 0;
}

.wp-block-container.container.heading {
    margin: 4rem auto;
}

.wp-block-container ul li, .main-content ul.wp-block-list li,
.solution-description-wrapper-outer ul li {
	position: relative;
	padding-left: 2.9rem;
	list-style: none;
}

.wp-block-container ul li:before, .main-content ul.wp-block-list li:before,
.solution-description-wrapper-outer ul li:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
    margin-right: 1.7rem;
    border: 1px solid #C51415;
    background-color: #FFF;
    border-radius: 50%;
}

hr.wp-block-separator {
    margin: 3.5rem 0;
    max-width: 6rem !important;
    border-color: #C51415;
    opacity: 1;
}

.block-solutions {
    margin: 8rem 0;
}

.block-solutions .cpt-loop-single {
    width: 100%;
}

.block-solutions .cpt-loop-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/*-------------------------------------------------*/
/*-------------------- Tabs & Accordions ----------*/
/*-------------------------------------------------*/
.wp-block-aab-accordion-item .aagb__accordion_head,
.wp-block-esab-accordion .esab__head,
.wp-block-aab-accordion-block .aab__accordion_head {
	color: #fff !important;
	background-color: #c3181f !important; }

.wp-block-aab-accordion-item .aagb__accordion_head .aagb__accordion_title,
.wp-block-esab-accordion .esab__heading_tag,
.wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_title {
    font-size: 15px;
	font-weight: 500;
	color: #fff !important; }

.wp-block-esab-accordion .esab__expand svg,
.esab__collapse svg {
	fill: #fff !important; }

.wp-block-esab-accordion .esab__container {
	max-width: 1190px;
	margin: 0 auto !important; }

.wp-block-aab-accordion-item .aagb__icon_dashicons_box,
.wp-block-aab-accordion-block .aab__accordion_icon {
	color: #fff !important; }

.wp-block-aab-accordion-item .aagb__accordion_container .aagb__accordion_active,
.wp-block-aab-accordion-block .aab__accordion_container .aab__accordion_active {
	border-color: #ccc !important;
	border: 1px solid #ccc !important; }

.wp-block-atbs-tabs .tabs-container {
	max-width: 1190px;
	margin: 0 auto; }

.wp-block-atbs-tabs .tabs-titles {
	background-color: #d9d9d9; }

.wp-block-atbs-tabs .tabs-titles .tab-title {
	background-color: #fff;
	border: 1px solid #d9d9d9 !important; }

.wp-block-atbs-tabs .tabs-titles .tab-title.active {
	background-color: #c3181f; }

.wp-block-atbs-tabs .tabs-titles .tab-title .tab-title-media {
	display: none; }

.wp-block-atbs-tabs .tabs-content {
	border: 1px solid #d9d9d9 !important;
	background-color: #ffffff; }

.tabs-nav .tab-title .tab-title-text {
	color: #c3181f;
    text-align: center;
    font-size: 14px; }

.tabs-nav .tab-title.active .tab-title-text {
	color: #ffffff; }

.main-content .tabs-container ul li::before {
	display: none; }

/*-------------------------------------------------*/
/*-------------------- Wizard ------------------*/
/*-------------------------------------------------*/
.tami-wizard-wrapper, .solutionRequestWrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
	opacity: 0;
	pointer-events: none;
}

.tami-wizard-wrapper:before, .solutionRequestWrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}


.tami-wizard-wrapper.open, .solutionRequestWrapper.open {
	opacity: 1;
	pointer-events: all;
}

.overlayInner {
    background-color: #FFF;
    width: calc(100% - 4rem);
    margin: 3.5rem auto 0;
    height: 80vh;
    overflow: auto;
    border-radius: 2rem;
    padding: 2.5rem;
	position: relative;
}

.overlayInner:after {
	content: "";
	position: absolute;
	right: 3rem;
	bottom: 3rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/tami-logo-black-red.svg);
	width: 136px;
	height: 63px;
	opacity: .1;
	z-index: 0;
}

.tami-content-wrapper {
    position: relative;
    z-index: 1;
}

.tami-title-wrapper {
	position: relative;
}

.tami-title-wrapper:after {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: -2.5rem;
    right: -2.5rem;
    width: calc(100% + 5rem);
    height: 85px;
    background-color: #030B24;
    z-index: 0;
}

.tami-title-wrapper img {
    max-width: 104px;
    position: relative;
    z-index: 1;
}

.tami-title-wrapper h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 5rem;
    margin-top: .7rem;
}

.wizard-inner[data-step="1"] .tami-title-wrapper h2:before {
	content: "";
    display: inline-block;
    position: relative;
    width: 45px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/icons/robot.svg');
    order: 1;
    margin-left: 1.5rem;
}

.wizard-inner[data-step="1"] .tami-title-wrapper h2:after {
    position: relative;
	bottom: 3px;
}

.wizard-inner[data-step="1"] .tami-title-wrapper h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tami-wizard-wrapper .close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.tami-content-title, body .gform_wrapper.gravity-theme .gfield_label {
    margin: 2.4rem 0 3rem;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: .6px;
}

.tami-wizard-wrapper  .card-wrapper, .tami-solution-certbtns {
	margin-top: 3rem;
}

.card.sd, .tami-solution-certbtn, .tami-solution-btn  {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: .9rem 2.2rem .9rem 1.1rem;
	border: 1px solid #FFF;
    border-radius: .9rem;
    box-shadow: 0px 0px 10px #0000001a;
    margin-bottom: 1.5rem;
	background-color: #FFF;
	cursor: pointer;
}

.card.sd a, .tami-solution-certbtn a, .tami-solution-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tami-solution-certbtn {
	padding: 0 2.3rem 0 1.2rem;
}

.tami-solution-certbtn.active {
    border-color: #C51415;
}

.tami-content-wrapper .tipps-icon, .tami-solution-certbtn .tipps-icon {
    width: 60px;
    height: 50px;
    margin: 0 10px 0 0;
	line-height: 7rem;
}

.wizard-section-title, .tami-solution-certbtn p, .tami-solution-btn p {
    width: calc(100% - 6rem);
    margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.tami-content-wrapper .most-used-arrow, .tami-solution-btn .most-used-arrow  {
    position: absolute;
    right: 2.3rem;
    top: 50%;
    transform: translatey(-50%);
}

.tami-content-wrapper .labeltext {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 2rem;
}

body .tami-content-wrapper input {
    width: 100%;
    line-height: 1.8rem;
    background-color: rgba(186, 186, 186, .25);
    margin-top: .7rem;
}

body .tami-content-wrapper select {
    width: 100%;
    border: 0;
    line-height: 1.8rem;
    background-color: rgba(186, 186, 186, .25);
    border-radius: 2.5rem;
    padding: 1.15rem;
    margin-bottom: 2rem;
}

body .tami-content-wrapper .btn {
	max-width: unset;
}

.tami-solution-btn {
    border: 1px solid #C4111A;
    padding: 1.6rem 5.3rem 1.5rem 6.2rem;
}

.tami-solution-btn p {
    width: 100%;
    padding-left: 0;
    color: #C51415;
}

.tami-solution-btn p > .most-used-arrow {
    right: auto;
    left: 1.7rem;
    width: 2rem;
}

body form#gform_3, body form#gform_10 {
    display: flex;
    flex-direction: column-reverse;
	margin-top: 2.4rem;
}

body .gf_css_wrapper form#gform_3, body .gf_css_wrapper form#gform_10 {
	display: block !important;
}

body form#gform_3 .gfield_radio input, body form#gform_10 .gfield_radio input {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
}

body form#gform_3 #gform_page_3_1 .gfield_radio label, body form#gform_10 #gform_page_10_1 .gfield_radio label {
	font-weight: 500;
    line-height: 1.9rem;
    padding: 1.5rem 4rem 1.4rem;
	border: 1px solid #FFF;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #0000001a;
    width: 100%;
    border-radius: .9rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
	cursor: pointer;
	text-align: center;
}

body form#gform_3 .gform_next_button.button, body form#gform_3 .gform_previous_button.button, body form#gform_3 .gform_button.button,
body form#gform_10 .gform_next_button.button, body form#gform_10 .gform_previous_button.button, body form#gform_10 .gform_button.button {
	background-color: #C51415;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .42px;
    margin-bottom: 0;
    border: 1px solid #C51415;
    padding: .7rem;
    font-size: 1.4rem;
}

body form#gform_3 .gform_previous_button.button,
body form#gform_10 .gform_previous_button.button {
	margin-bottom: 1.5rem;
}

body .gform_wrapper.gravity-theme .gf_step {
    display: inline-block;
    margin: 0 .8rem;
}

body .gform_wrapper.gravity-theme .gf_step_number {
    width: 6px;
    height: 6px;
    font-size: 0;
    line-height: 0;
    background: #FFF !important;
    border: 1px solid #C4111A;
}

body .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #C4111A !important;
    width: 10px;
    height: 10px;
}

body .gform_wrapper.gravity-theme .gf_step_label {
    color: inherit;
    font-size: 0;
    font-weight: unset;
    line-height: 0;
    padding-left: 0;
}

body .gform_wrapper.gravity-theme .gf_page_steps {
    border-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.7rem;
}

body form#gform_3 #gform_page_3_1 .gfield_radio input:checked+label, body form#gform_10 #gform_page_10_1 .gfield_radio input:checked+label {
	border-color: #C51415;
}

div#gform_fields_3_2 input, div#gform_fields_3_4 input, div#gform_fields_10_2 input, div#gform_fields_10_4 input {
    background: #BABABA25;
}

div#gform_fields_3_2 textarea, div#gform_fields_10_2 textarea {
    background: #BABABA25;
    border-radius: 1rem;
    border: 0;
    text-align: center;
    height: 155px;
    font-weight: 200;
    line-height: 1.8rem;
    font-family: "Helvetica Neue", "Roboto", sans-serif;
}

div#gform_fields_3_2 textarea::placeholder, div#gform_fields_10_2 textarea::placeholder {
	color: rgba(3, 11, 36, .3);
}

body form#gform_3 .gfield.gfield--width-full, body form#gform_10 .gfield.gfield--width-full {
    font-size: 1.8rem;
    letter-spacing: .54px;
    line-height: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.6rem;
}

body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
	display: none;
}

body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
    background: #C51415;
    border-radius: 50%;
    border: 0;
    content: '';
    display: block;
    height: 6px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 6px;
}

.gfAwardConfirmation lottie-player {
    margin: 0 auto;
}

.gfAwardConfirmation strong {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    margin-bottom: 0;
}

.gfAwardConfirmation p {
    margin: 0;
}

div#gform_page_3_2 .gfield_label, div#gform_page_10_2 .gfield_label {
	display: none;
}

/*LANG SELCTOR*/
.lang-select-wrapper {
    position: fixed;
	inset: 0;
    z-index: 10000;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #00000090;
}

.lang-select-wrapper.open {
	opacity: 1;
	pointer-events: all;
}

.lang-select-inner {
    width: calc(100% - 4rem);
    background-color: #FFF;
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 15px #00000029;
    position: relative;
}

.lang-select-list {
    height: 50vh;
    overflow: auto;
}

.lang-select-title {
    color: #C51415;
    margin-bottom: 1.5rem;
	text-align: center;
}

.lang-select-item {
    margin-bottom: .5rem;
}

.lang-select-item a {
    padding: .9rem 1.7rem;
    border-radius: 2rem;
	display: flex;
	align-content: center;
	border: 1px solid #FFF;
}

.lang-select-item img {
	width: 27px;
    height: 18px;
    object-fit: cover;
}

.lang-select-country {
	margin-left: 2.5rem;
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.7rem;
	letter-spacing: .42px;
}

.lang-select-item.current a {
    border: 1px solid #45454507;
    background-color: #45454507;
}

.lang-select-item.current .lang-select-country {
	font-weight: 700;

}

.lang-select-close {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    border: 5px solid #FFF;
    right: 2rem;
    top: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons/close.svg);
    background-size: contain;
	cursor: pointer;
}

/*-------------------------------------------------*/
/*--------------- FEEDBACK FIXES ------------------*/
/*-------------------------------------------------*/
.solution-description-inner iframe {
    width: 100%;
    height: 185px;
    margin: 2rem 0;
}

.solutionSingleAccContent p a, .solution-description-inner p a, .tami-title-container p a, .solutionCertPartner p a  {
	color: #C51415;
	text-decoration: underline;
}

.solution-single-top-container {
    padding-bottom: 6.7rem;
    margin-bottom: 6rem;
    position: relative;
}

.post-entry-content {
	margin-bottom: 6.5rem;
}

.wp-block-container.container.heading h2 {
	font-size: 2.8rem;
	color: #C51415;
	line-height: 3.4rem;
	letter-spacing: 0.84px;
	font-weight: 200;
}

.single-solutions main {
    margin-top: 10rem;
	z-index: unset;
}

.solution-single-inner .breadcrumbs, .solution-single-top-head.container .breadcrumbs {
	padding: 1.5rem 0 2rem 0;
	position: relative;
}

.solution-single-inner .breadcrumbs a, .solution-single-inner .breadcrumbs {
	color: #FFFFFF;
}

.solution-single-inner .solution-newicon-wrapper {
	margin-bottom: 5px;
}

.solution-single-inner .solution-newicon {
    color: #fff;
    font-weight: 400;
    background: #c51415;
    position: relative;
    border-radius: 50px;
    padding: 12px 7px;
    border-radius: 100%;
    font-size: 13px;
}

.solution-single-head .entry-title {
    margin-bottom: 2.8rem;
    color: #FFF;
	position: relative;
}


.solution-single-head {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}

.solution-single-head.video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: -1;
}

.solution-single-head:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(0deg, #0B142E 0%, #656565 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.7;
	z-index: 0;
}

.solution-single-head .cpt-single-tags-wrapper a {
	margin-bottom: 2rem;
}

.solution-single-top.left {
	margin-top: 2.2rem;
	margin-top: 0;
}

.solution-single-top.left .acc--desc,
.solution-single-top.left .acc--region {
	display: none;
}


.solution-acc-custom-text {
    padding: 0 1rem;
}

.wp-block-image {
    border-radius: 1rem;
}

.custom-site-header .breadcrumbs {
    padding: 0;
    color: #FFF;
}

.custom-site-header .breadcrumbs a {
    color: #FFF;
}

.custom-site-header-inner.container, .custom-site-header  {
    position: relative;
}

.custom-site-header {
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem 0 0;
	margin-bottom: 11rem;
}

.custom-site-header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: transparent linear-gradient(1deg, #0B142E 0%, #656565 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.3;
}

.custom-site-header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.custom-site-header-content-outer {
	position: relative;
}

.custom-site-header-content {
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    width: calc(100% - 4rem);
    left: 2rem;
    padding: 1.8rem;
    box-shadow: 0px 0px 10px #0000000d;
    border-radius: .5rem;
    bottom: -9.4rem;
}

.custom-site-header-text .btn {
    margin-top: 2.9rem;
}

.custom-site-header-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    left: 0;
    bottom: 9.2rem;
}

.custom-site-header-cta-title {
    width: 100%;
    max-width: 235px;
    display: block;
    padding: 1.15rem 0 1.15rem;
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    font-weight: 700;
    color: #454545;
}

.custom-site-header-inner {
    height: 100%;
}

.h2 strong {
    display: block;
    font-weight: 500;
}

.wp-block-columns.fullwidth.has-background {
	position: relative;
    padding: 7rem 0;
    margin: 0;
}

.fullwidth-bg-created {
    position: absolute;
    width: 200vw;
    left: -50vw;
    right: -50vw;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.wp-block-columns.fullwidth.has-background .heading {
    margin: 0 0 3rem 0;
}

.wp-block-columns.fullwidth.has-background .heading h3, .wp-block-columns.fullwidth.has-background .heading h2, .wp-block-columns.fullwidth.has-background .heading h1, .wp-block-columns.fullwidth.has-background .heading h4, .wp-block-columns.fullwidth.has-background .heading h5, .wp-block-columns.fullwidth.has-background .heading h6 {
    display: flex;
	align-items: center;
}

.wp-block-columns.fullwidth.has-background .heading h3 img, .wp-block-columns.fullwidth.has-background .heading h2 img, .wp-block-columns.fullwidth.has-background .heading h1 img, .wp-block-columns.fullwidth.has-background .heading h4 img, .wp-block-columns.fullwidth.has-background .heading h5 img, .wp-block-columns.fullwidth.has-background .heading h6 img {
	margin-right: 1.5rem;
}

.wp-block-columns.fullwidth.has-background .wp-block-group {
    border-radius: .5rem;
    padding: 2rem 1.5rem 1.3rem 4rem;
}

.wp-block-columns.fullwidth.has-background .wp-block-column,.wp-block-columns.fullwidth.has-background .wp-block-column:not(:only-child) {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 1.5rem;
}

.show-hide-tags {
	cursor: pointer;
}

.cpt-loop-cat-img {
    width: 38px;
    height: 38px;
}

.cpt-loop-cat-img a {
    width: 100%;
    height: 100%;
}

.cpt-loop-cat-img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	transition: .3s ease-in-out;
}

.hover-icon {
    opacity: 0;
}

.cpt-loop-cat-img a:hover .hover-icon {
	opacity: 1;
}

.cpt-loop-cat-img a:hover .no-hover-icon {
	opacity: 0;
}

/*-------------------------------------------------*/
/*-------------------- FIXED LINKS ----------------*/
/*-------------------------------------------------*/
.fixed-links {
    position: fixed;
    bottom: 0;
    z-index: 10;
    right: 10px;
	text-align: center;
}

.single-solutions .fixed-links {
	z-index: 12;
    /* left: 1.4rem; */
    /* right: auto; */
    /* bottom: 1rem; */
}

.fixed-link-opener-container {
    width: 46px;
	display: none;
}

.fixed-links-li {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #00000026;
    margin: 1rem 0;
	cursor: pointer;
}

/* .fixed-links-li:last-child {
    margin-bottom: 2rem;
} */

.fixed-link-opener {
    box-shadow: 0px 0px 5px #00000026;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(../img/icons/show-more.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto;
	cursor: pointer;
}

/*-------------------------------------------------*/
/*--------------------- Location ------------------*/
/*-------------------------------------------------*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: flex;
    width: 43px;
    height: 20px;
    color: #FFF;
    margin-bottom: 1rem;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BABABA;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #C51415;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

p.toggle-text {
    margin: 0 0 0 6rem;
    position: relative;
    top: -2px;
    font-size: 1.6rem;
}

.location-map-container {
    z-index: 0;
    position: relative;
    height: 640px;
}

.location-map {
    height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	cursor: default !important;
}

.location-map.active {
	opacity: 1;
}

.location-map, .location {
    background: #0A132F !important;
}

.location-map {
    background: transparent linear-gradient(
270deg, #030C23 0%, #0B142EE7 68%, #0B142E00 100%) 0% 0% no-repeat padding-box !important;
}

@keyframes pulseMarker {
	0% {
		box-shadow: 0 0 0 0 rgba(197, 20, 21, 0.7);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(197, 20, 21, 0);
	}
}

@keyframes pulseMarkerGrey {
    0% {
        box-shadow: 0 0 0 0 rgba(106, 106, 106, 0.7);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(106, 106, 106, 0);
    }
}


.location-map img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 10px;
    height: 10px;
    cursor: pointer !important;
    z-index: 10 !important;
    border-radius: 50% !important;
	animation: pulseMarker 3s infinite;
}

.location-map img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive.is_cooperation {
    animation: pulseMarkerGrey 3s infinite;

}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.location {
	padding-top: 7.5rem;
	margin: 8rem 0 10rem;
	position: relative;
}

.location .h1 {
    color: #FFF;
    text-transform: lowercase;
    margin: 0;
    font-weight: 400;
    line-height: 3.2rem;
}

.location .btn {
    margin: 2rem 0 5rem;
}

.location-logo {
	width: 7rem;
	height: 5.5rem;
}

/*-------------------------------------------------*/
/*--------------- MAP PAGE ------------------------*/
/*-------------------------------------------------*/

.map-fullscreen-hidden {
	display: none !important;
}

main.map-fullscreen-noMargin {
	margin: 0 !important;
}

.map-template {
    height: calc(100vh + 8rem);
    position: relative;
    margin-top: 8rem;
	z-index: unset;
	margin-bottom: 10rem;
}

.map-template-container, div#template-map {
    height: 100%;
	position: relative;
}

.template-map-list-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 1000;
    padding: 2rem .5rem;
	opacity: 0;
	pointer-events: none;
}

.template-map-list-overlay.active {
	pointer-events: all;
	opacity: 1;
	padding-right: 0 !important;
}

.template-map-list-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
	overflow-x: hidden;
}

.map-list-close {
    display: block;
    text-align: right;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.42px;
	cursor: pointer;
	padding-right: 3rem;
}

.map-list-close:after {
    display: inline-block;
    content: "";
    position: relative;
    width: 10px;
    height: 16px;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 3px;
    margin-left: 1rem;
}

.template-map-list-overlay .h3 {
    margin-bottom: 2rem;
	padding-left: 1.5rem;
}

.location-search-container {
	position: relative;
}

.location-search, input.tags-search {
    background-color: #BABABA30;
    width: calc(100% - 3rem);
	width: auto;
    box-sizing: border-box;
    padding-right: 5rem;
    position: relative;
    line-height: 1.9rem;
    margin-bottom: 3.1rem;
    margin-left: 1.5rem;
}

.location-search {
    min-width: 359px;
}

input.tags-search {
	width: 100%;
	margin: 0;
}

.tags-search-container {
	position: relative;
}

.location-search-container:after, .tags-search-container:after {
    position: absolute;
    content: "";
    right: 3.5rem;
    top: 9.5px;
    width: 16px;
    height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../img/icons/lupe-red.svg');
	pointer-events: none;
}

.map-overlay-item {
    border-radius: .5rem;
    box-shadow: 0px 0px 10px #0000001a;
    padding: 3rem;
    margin-bottom: 2.5rem;
	margin-left: 1.5rem;
    margin-right: 1.5rem;
	position: relative;
}

.map-arrow {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    right: 1.8rem;
    bottom: -12.5px;
}

.map-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #C51415;
    background-image: url(../img/icons/arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00000026;
}

.map-overlay-item span, .map-adresse-street, .map-adresse-zip, .map-contact, .map-phone a, .map-fax, .map-mail {
    display: block;
}

.map-overlay-cat {
    font-size: 2rem;
    letter-spacing: 0.6px;
    line-height: 2.4rem;
    margin-bottom: .7rem;
    font-weight: 200;
}

.map-overlay-title a{
    color: #C51415;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.9rem;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    display: block;
}

.map-contact, .map-phone a, .map-fax, .map-mail {
	font-size: 1.6rem;
	line-height: 2.5rem;

}

.map-overlay-street {
    line-height: 2.5rem;
}

.map-overlay-zip, .map-adresse-zip {
    margin-bottom: 3.5rem;
}

.map-overlay-contact, .map-overlay-phone, .map-overlay-fax, .map-overlay-mail, .map-contact, .map-phone a, .map-fax a, .map-mail a, .map-mail, .map-fax {
    padding-left: 3.5rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 200;
	color: #030B24;
}

.map-mail a {
	padding-left: 0;
}

.map-overlay-contact:before, .map-overlay-phone:before, .map-overlay-fax:before, .map-overlay-mail:before, .map-contact:before, .map-phone a:before, .map-fax:before, .map-mail:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 16px;
	height: 16px;
}

.map-overlay-contact:before, .map-contact:before {
	background-image: url('../img/icons/map-pin.svg');
}
.map-overlay-phone:before, .map-phone a:before {
	background-image: url('../img/icons/telephone.svg');
}
.map-overlay-fax:before, .map-fax:before {
	background-image: url('../img/icons/fax.svg');
}
.map-overlay-mail:before, .map-mail:before {
	background-image: url('../img/icons/mail.svg');
}

.template-list-toggle {
    position: absolute;
    top: 4rem;
    z-index: 10;
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    font-weight: 200;
    padding: 1.6rem 4.2rem 1.6rem 1.8rem;
    background-color: #FFF;
    line-height: 1.5rem;
    box-shadow: 0px 0px 5px #0000001a;
    border-radius: 5px;
    left: 2rem;
    max-width: 288px;
    width: 100%;
	cursor: pointer;
}

.template-list-toggle:after {
	position: absolute;
	content: "";
	right: 1.8rem;
	top: 1.6rem;
	height: 1.5rem;
	width: 15px;
	background-image: url('../img/icons/list-red.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/*QA FIXES*/
img.cpt-loop-img.desktop {
	display: block;
}

img.cpt-loop-img.mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	img.cpt-loop-img.desktop {
		display: none;
	}

	img.cpt-loop-img.mobile {
		display: block;
	}
}

.other-cpts-container .branchen-container a {
	hyphens: auto;
}


.mapboxgl-popup-content span {
    display: block;
}

.mapboxgl-popup-content {
    padding: 3rem 1.4rem 3.4rem 4.9rem;
}

.mapboxgl-popup {
    max-width: 290px !important;
	width: 100%;
}

.map-country {
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: .6px;
    line-height: 2.3rem;
    margin-bottom: .7rem;
    color: #030B24;
}

.map-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #C51415;
    margin-bottom: 3rem;
}

.map-adresse {
    font-size: 1.6rem;
    font-weight: 200;
    color: #030B24;
    line-height: 2.5rem;
}

.mapboxgl-popup-close-button {
    font-size: 0;
    background-image: url(../img/icons/close.svg);
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    right: 2rem;
    top: 2rem;
}

.mapboxgl-popup-close-button:hover {
	background-color: transparent;
	transform: rotate(180deg);
}

.mapboxgl-ctrl-top-right {
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 1rem;
}

.mapboxgl-ctrl-bottom-left {
    bottom: 0;
    left: 0;
    display: none;
}

.solution-description-wrapper-outer[data-count="1"] .solution-description-wrapper {
    padding-bottom: 7rem;
	padding-bottom: 3rem;
	position: relative;
}


.solution-description-wrapper .to-top {
	bottom: -2rem;
	bottom: 0.5rem;
	right: 0;
	left: auto;
	top: auto;
	background-color: #C51415;
	border: 1px solid #C51415;
	display: none;
}

.solution-description-wrapper .to-top:before {
	background-image: url('../img/icons/angle-up-white.svg');
}

.solution-description-inner {
	word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.page-template-template-myrequests .request-card {
	width: 100%;
	margin-bottom: 6rem;
}

.gfAwardConfirmation {
    padding-top: 4rem;
}

body .ginput_preview {
	font-size: 1.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 2rem;
    width: 30%;
}

body .ginput_preview strong {
    font-weight: 200;
    line-height: 1.8rem;
}

.gform_delete, .gform_delete_file .dashicons-trash:before {
    display: none;
}

button.gform_delete_file .dashicons.dashicons-trash {
	background-image: url('../img/icons/trash.svg');
	background-position: center;
	background-repeat: no-repeat;
}

div#gform_preview_3_13, div#gform_preview_10_13 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.category-news .wpfp-span, .category-event .wpfp-span {
    display: none;
}

.intro-slide-container .slick-dots, .news-main-wrapper .slick-dots {
	display: none !important;
}

ul.header-icon-list-inner.mobile {
    width: 100%;
    padding: 1.5rem 2rem;
    justify-content: space-between;
    background-color: #030B24;
    color: #FFF;
	overflow: auto;
}

ul.header-icon-list-inner.mobile .icon-list-item a {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

ul.header-icon-list-inner.mobile span.icon-list-text {
    color: #FFF;
	display: block;
	width: 100%;
    text-align: center;
}

li.header-top-bar-item.header-icon-list.desktop {
	display: none;
}

.header-flag-item img {
    height: 20px;
}

.solutionAccreditationInner {
	display: none;
}

.solutionAccreditationInner.active {
	display: block;
}

.gfAwardConfirmation {
    padding-top: 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-type-archive-accreditation .custom-cat-title {
    color: #000000;
}

.post-type-archive-accreditation .cptLoopSingle {
	display: block;
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: .5rem;
    margin: 0 .75rem 2rem;
    padding: 1.2rem 1.5rem 1.5rem 1.1rem;
	width: calc(50% - 15px);
}

.btn.loadMoreBtn {
    color: #fff;
    text-align: center;
	margin: 1em auto;
}

.btn.loadMoreBtn:hover {
    text-decoration: none;
	color: #C51415;
	background-color: #fff;
}

.post-type-archive-accreditation .btn.loadMoreBtn {
	display: none;
}

.post-type-archive-accreditation .cptLoop {
    display: flex;
    flex-wrap: wrap;
}

.post-type-archive-accreditation .cptLoopWrapper {
	margin-top: 4.6rem;
}

.post-type-archive-accreditation .cptLoopTitle {
	margin-bottom: 0;
}

.wpfp-link.disabled, .wpfp-img.disabled {
	display: none;
}

.page-template-template-mybundle button.ctaBtn.disabled {
	filter: grayscale(1);
	cursor: not-allowed;
	font-family: "Helvetica Neue", "Roboto", sans-serif;
    max-width: 235px;
    width: 100%;
    color: #FFF;
    border-radius: 23px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .42px;
    line-height: 1.7rem;
    padding: 1.3rem;
    border: 1px solid #C51415;
    background-color: #C51415;
    margin: 0;
    display: block;
    text-align: center;
	margin-bottom: 2rem;
}

button.ctaBtn.openSolutionRequest.openOverlayWrapper.disabled:hover {
	background-color: #C51415;
	color: #FFF;
}

div#field_9_6 {
    margin-bottom: 3rem;
}

.container.accreditation-single {
	padding: 0 1.25rem;
}

.accreditation-single-inner {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 8rem;
}

.accreditation-single-inner.left {
	margin-bottom: 0;
}

.accreditation-single-inner .card{
    display: block;
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: .5rem;
    margin: 0 .75rem 2rem;
	transition: .3s ease-in-out;
}

.accreditation-single-inner .card a {
	padding: 1.2rem 1.5rem 1.5rem 1.1rem;
	display: block;
}

.accreditation-single-inner .card img {
    display: block;
    margin-bottom: 1.6rem;
}

.tipps-icon-inner.mobile {
 	display: block;
}

.slick-dots > li:only-child {
  	display: none;
}
.slick-dots > li {
 	display: inline-block;
}

/** featured image pages **/
.entry-featured-image {
	background-color: #000;
	line-height: normal;
}
.entry-featured-image img {
	opacity: 0.8;
}
.entry-featured-image .entry-header {
	opacity: 1;
    width: 100%;
    top: 30rem;
    position: absolute;
    z-index: 99;
}
.entry-featured-image .entry-info {
	max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.entry-featured-image .entry-title {
	color: #fff;
    font-size: 26px;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}
@media screen and (max-width: 1336px) {
	.entry-featured-image .entry-header {
		top: 25rem;
	}
}
@media screen and (max-width: 1200px) {
	.entry-featured-image .entry-header {
		display: none;
	}
}

/*-------------------------------------------------*/
/*--------------- CAREER TEMPLATE -------------------*/
/*-------------------------------------------------*/
.career-container .solutionSingleAccBtn {
	background: #c3181f;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border-radius: 0;
}
.career-container .solutionSingleAccBtn:hover {
	color: #fff;
}
.career-container .career-form {
	margin: 4em auto; 
	max-width: 50%;
}
.career-container .solutionSingleAccIcon {
	display: none;
}

/*-------------------------------------------------*/
/*--------------- JOBS API -------------------*/
/*-------------------------------------------------*/
.job-section .wp-block-container a {
	color: #fff;
	line-height: normal;
	font-weight: 700;
}
.has-large-font-size {
	line-height: normal;
}
.job-section .wp-block-cover .wp-block-cover__image-background {
	transition: .3s all ease;
}
.job-section .wp-block-cover:hover .wp-block-cover__image-background {
    transition: .3s all ease;
    transform: scale(1.2);
}
.archive-body-jobs .wp-block-column-3 {
	width: 32%;
	flex: 0 0 auto;
}
.job-single-post .main-job-title,
.job-single-post .main-job-content {
	max-width: 115rem;
}
.job-single-post .main-job-title {
	padding: 1.8rem 3.5rem;
	margin-top: -7.95em;
    z-index: 2;
    position: relative;
    background: #c51415;
    opacity: .8;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.job-single-post .main-job-content {
	border: 1px solid #e5e7eb;
	border-top: 0;
	padding: 2rem 3rem;
}
.job-single-post .job-video img {
	max-width: 150px;
	margin: 2.5em auto;
}
.job-single-post .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}
.job-single-post .col {
	padding-right: 15px;
    padding-left: 15px;
	flex: 0 0 auto;
}
.job-single-post .col-12 {
	width: 100%;
}
.job-single-post .job-type {
	border: 1px solid #ddd;
	padding: 10px 15px;
}
.job-single-post .job-type p {
	font-weight: 500;
	margin: 12px 0;
}
.job-single-post .job-type p span {
	font-weight: 300;
}
.job-single-post .work-location {
	color: #fff;
	font-weight: 400;
	padding: 0;
}
.job-single-post .container-specs ul {
	display: block;
}
.job-single-post .container-specs ul li {
	display: inline;
	margin-right: 1em;
	vertical-align: text-top;
}
.job-single-post hr {
	border-color: #d9d9d9;
    margin: 2em auto;
    max-width: 95%;
}
.job-single-post .main-heading {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 0;
}
.job-single-post .sec-heading {
	font-size: 1.5rem;
	text-decoration: underline;
	font-weight: 400;
	text-align: right;
}
.job-single-post .third-heading {
	font-size: 20px;
	color: #c51415;
	font-weight: 700;
	margin-top: 10px;
}
.job-single-post .fourth-heading {
	font-size: 20px;
	color: #c51415;
	margin-top: 2.5em;
}
.job-single-post .job-tabs button {
    outline: none;
    cursor: pointer;
	width: 50%;
	float: left;
	margin-bottom: 2rem;
    transition: 0.3s;
    border: 0;
    background: none;
    font-size: 1.8rem;
    padding: 10px 12px;
    border-bottom: 2px solid #c51415;
}
.job-single-post .job-tabs button:hover {
    background-color: #ddd;
}
.job-single-post .job-tabs button.active {
    background-color: #c51415;   
    color: #fff;
}
.job-single-post .job-tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    border: 1px solid #eee;
}
@-webkit-keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}
.job-single-post .application-form-wrapper {
	border: 1px solid #eee;
	padding: 16px;
	position: relative;
	float: left;
	background-color: #fff;
}
.job-single-post .application-form-wrapper.stickOnScroll-on {
	margin-top: -2em;
}
.job-single-post .application-form-wrapper h3 {
	color: #c51415;
	font-weight: 400;
}
.job-single-post .application-form-wrapper > .row > .col-12 {
	border: 1px solid #C3181F;
	padding: 16px;
}
.job-single-post .application-form-wrapper #application-form label {
	color: black;
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}
.job-single-post .application-form-wrapper #application-form input[type="checkbox"] + label,
.job-single-post .application-form-wrapper #application-form input[type="radio"] + label {
	display: inline-block;
	margin: 0;
}
.job-single-post .application-form-wrapper #application-form input[type="checkbox"] + label a {
	color: #C3181F;
	text-decoration: underline;
}
.job-single-post .application-form-wrapper #application-form span {
	color: black;
	font-size: 12px;
	line-height: 16px;
}
.job-single-post .application-form-wrapper #application-form label span {
	color: #C3181F;
	margin-left: 4px;
}
.job-single-post .application-form-wrapper #application-form input[type="text"],
.job-single-post .application-form-wrapper #application-form input[type="date"],
.job-single-post .application-form-wrapper #application-form textarea,
.job-single-post .application-form-wrapper #application-form select {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 14px;
	min-height: 40px;
	padding: 4px 8px;
	text-align: left;
	width: 100%;
}
.job-single-post .application-form-wrapper #application-form input,
.job-single-post .application-form-wrapper #application-form textarea,
.job-single-post .application-form-wrapper #application-form select {
	margin-bottom: 0;
}
.job-single-post .application-form-wrapper #application-form input[type="file"] {
	width: -webkit-fill-available;
}
.job-single-post .application-form-wrapper #application-form input[type="date"] {
	cursor: pointer;
}
.job-single-post .application-form-wrapper #application-form input[type="checkbox"] {
	appearance: auto;
	border: none;
	height: auto;
	margin: 0;
	min-height: auto;
	min-width: auto;
	top: 0;
	width: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
}
.job-single-post .application-form-wrapper #application-form select {
	appearance: none;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.job-single-post .application-form-wrapper #application-form textarea {
	resize: none;
}
.job-single-post .application-form-wrapper #application-form fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 10px 0;
}
.job-single-post .application-form-wrapper #application-form fieldset:not(:last-of-type) {
	border-bottom: 1px solid #C3181F;
}
.job-single-post .application-form-wrapper #application-form legend {
	color: black;
	float: left;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	width: 100%;
}
.job-single-post .application-form-wrapper #application-form legend + * {
	clear: left;
}     
.job-single-post .application-form-wrapper #application-form .form-item {
	padding-bottom: 8px;
	padding-top: 8px;
}
.job-single-post .application-form-wrapper #application-form .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.job-single-post .application-form-wrapper #application-form .row [class^="col"] {
	padding: 0 12px;
}
.job-single-post .application-form-wrapper #application-form .row .col-12 {
	flex: 0 0 auto;
	width: 100%;
}        
.job-single-post .application-form-wrapper #application-form button {
	border: none;
	color: white;
	cursor: pointer;
	transition: background-color .3s;
	padding: 8px 16px;
	text-align: center;
	font-size: 15px;
}
.job-single-post .application-form-wrapper #application-form button[type="submit"] {
	background-color: rgb(210 41 48);
	font-size: 20px;
	padding: 10px 0;
	transition: opacity .3s;
	width: 55%;
	display: block;
	margin: 0 auto;
}
.job-single-post .application-form-wrapper #application-form button[type="submit"]:disabled {
	opacity: .75;
	pointer-events: none;
	transition: opacity .3s;
}
.job-single-post .application-form-wrapper #application-form button[onclick^="add"] {
	background-color: rgba(68, 68, 68, .8);
}
.job-single-post .application-form-wrapper #application-form button[onclick^="remove"] {
	background-color: rgba(68, 68, 68, .8);
}
.job-single-post .application-form-wrapper #application-form button:hover {
	background-color: rgb(195, 24, 31);
	transition: background-color .3s;
}
.job-single-post .application-form-wrapper #application-form .error-notice,
.job-single-post .application-form-wrapper #application-form .success-notice {
	padding: 0;
}
.job-single-post .application-form-wrapper #application-form .error-notice > div,
.job-single-post .application-form-wrapper #application-form .success-notice > div {
	background-color: #F8D7DA;
	color: #842029;
	padding: 4px 8px;
}
.job-single-post .application-form-wrapper #application-form .success-notice > div {
	background-color: rgb(102, 204, 102);
	color: black;
	margin-top: 16px;
}
@media only screen and (min-width: 992px) {
	.job-single-post .application-form-wrapper #application-form .row .col-lg-4,
	.job-single-post .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.job-single-post .application-form-wrapper #application-form .row .col-lg-6,
	.job-single-post .col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.job-single-post .application-form-wrapper #application-form .row .col-lg-8,
	.job-single-post .col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
}

@media all and (min-width: 375px) {
	/*-------------------------------------------------*/
	/*-------------------- HEADER ------------------*/
	/*-------------------------------------------------*/
	.header-icon-list-inner li, .header-bundle, .header-flag, .header-login {
		margin: 0 0 0 0.5rem;
	}

	/*-------------------------------------------------*/
	/*-------------------- Solutions DEtail ------------------*/
	/*-------------------------------------------------*/

	.solutions-template-default .entry-title {
		font-size: 2rem;
	}

	.solutionsRegions li {
		width: 50%;
	}

	.ContactImg {
		width: 70px;
		height: 70px;
	}

	.solution-contact-footer-right {
		width: calc(100% - 105px);
		padding-left: 4px;
	}

    .single-solutions main {
        margin-top: 9rem;
    }
}

@media all and (min-width: 411px) {
	/*-------------------------------------------------*/
	/*--------------- FEEDBACK FIXES ------------------*/
	/*-------------------------------------------------*/
	.solution-description-inner iframe {
		height: 210px;
	}
}

@media all and (min-width: 560px) {
		.solcat-list-pt {
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
  	}
}

@media all and (min-width: 768px) {
	.cooperationpartner {
		color: #454545;
	}

    main {
        margin-top: 16.5rem;
    }

    .single-solutions main {
        margin-top: 16.5rem;
    }

	.fixed-tami-icon {
		display: none;
	}


	h1, .h1 {
		font-size: 5rem;
		line-height: 6.6rem;
		margin-bottom: 3rem;
	}

	.post-type-archive-accreditation .cptLoopSingle {
		width: calc(50% - 15px);
	}

	.intro-slide-container .slick-dots, .news-main-wrapper .slick-dots {
		display: flex !important;
	}

	.news-main-wrapper .slick-dots {
		margin-top: 2rem;
	}

	.accreditation-single-inner .card{
		width: calc(50% - 15px);
	}

/*-------------------------------------------------*/
/*-------------------- HEADER ---------------------*/
/*-------------------------------------------------*/
	.icon-list-text, .login-text, .bundle-text {
		display: block;
		margin-left: .5rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
		letter-spacing: .7px;
	}

	.header-top-bar-item a {
		display: flex;
		align-items: center;
	}

	.login-dd {
		padding-top: 3rem;
		left: -6rem;
	}

	.login-dd-inner:before {
		left: 6.5rem;
	}

	.header-flag-item {
		top: 0;
	}

	.icon-list-item.empty-title {
		display: block;
	}

	.icon-list-item.empty-title .icon-list-icon {
		width: 55px;
		height: 25px;
	}

	.icon-list-item {
		display: flex;
		align-items: center;
	}

/*-------------------------------------------------*/
/*-------------------- ARCHIVE ---------------------*/
/*-------------------------------------------------*/
	.archive-head-filter-title {
		display: block;
		position: relative;
	}

	.archive-head-inner .filterTitle {
		color: #000000;
		padding-top: 6rem;
		position: relative;
		z-index: 1;
		padding-bottom: 2.7rem;
		max-width: 1235px;
		margin: 0 auto;
	}

	.post-type-archive-solutions .archive-head-inner .filterTitle, .archive.tag .archive-head-inner .filterTitle  {
		color: #FFFFFF;
		padding-top: 0;
		padding-bottom: 1.5rem;
	}

	.archive-head-filter-title:after {
		width: 100%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 0;
		background-color: #FFF;
	}

	.post-type-archive-solutions .archive-head-filter-title:after, .tag.archive .archive-head-filter-title:after  {
		background-color: transparent;
	}

	.branchen-container.sub-branchen:after {
		height: calc(100% - 2rem);
		z-index: 0;
	}

	body .branchen-container.sub-branchen .btn.red {
		z-index: 1;
		position: relative;
	}

	.branchen-container.sub-branchen a {
		position: relative;
		z-index: 1;
	}

	.archive-head-inner .filterTitle {
		display: block;
		color: #000000;
		padding-top: 3rem;
		position: relative;
		z-index: 1;
		padding-bottom: 2.7rem;
	}

	.breadcrumbs {
		padding: 3rem 2rem 4rem 2rem;
	}

	.custom-cat-title {
		font-size: 7rem;
		line-height: 8.3rem;
		padding-bottom: 1rem;
	}

	.subCatTitle {
		font-size: 2.8rem;
		letter-spacing: .84px;
		line-height: 3.3rem;
		margin: 6rem auto 2rem;
	}

	.archive-body.container {
		padding: 0 1.25rem;
	}

	.archive-body .pagination {
		text-align: center;
		margin: 2em auto 4em;
	}

	.archive-body .pagination .page-numbers {
		border: 2px solid #c02b0a;
		padding: 4px 8px;
		font-size: 16px;
		margin: 1px;
	}

	.archive-body .pagination a:last-child:not(.next) {
		border-right: 2px solid #c02b0a;
	}

	.archive-body .pagination .page-numbers.current {
		background-color: #c02b0a;
		color: #fff;
	}

	.archive-body .pagination a.prev,
	.archive-body .pagination a.next {
		font-size: 14px;
		border: none;
	}

	.filterResults {
		margin: 0 .75rem 2rem;
	}

	.cpt-loop {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.cpt-loop-single {
		width: calc(50% - 15px);
		border: 1px solid #E2E2E2;
		border-radius: .5rem;
		margin: 0 .75rem 2rem;
	}

	.cpt-loop-single:last-child {
		margin-bottom: 2rem;
	}

	.ctp-loop-body {
		border: 0;
	}

	.other-cpts-container .branchen-container {
		display: flex;
		flex-wrap: wrap;
	}

	.other-cpts-container .branchen-container a {
		width: calc(33.333333% - 15px);
		margin: 0 .75rem 1.5rem;
	}

	.other-cpts-container .button-wrapper {
		width: calc(33.333333% - 15px);
		margin: 0 .75rem 1.5rem;
	}

	.cpt-loop {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.cpt-loop-single {
		width: calc(50% - 15px);
		border: 1px solid #E2E2E2;
		border-radius: .5rem;
		margin: 0 .75rem 2rem;
	}
	
	.cpt-loop-single:last-child {
		margin-bottom: 2rem;
	}
	
	.ctp-loop-body {
		border: 0;
	}

/*-------------------------------------------------*/
/*-------------------- EVENTS BLOCK ---------------*/
/*-------------------------------------------------*/
	.events .container {
		padding: 0 1.25rem;
	}

	.events .title-container h2 {
		padding-top: 0;
		line-height: 6rem;
		margin: 0 .75rem 4rem
	}

	.card-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.card, .page-template-template-myrequests .request-card {
		width: calc(50% - 15px);
		margin: 0 .75rem 3.6rem;
	}

	.page-template-template-myrequests .request-card  {
		margin-bottom: 1.5rem;
	}

	.card-head {
		background-color: #030B24;
	}

/*-------------------------------------------------*/
/*-------------------- REASONS BLOCK ---------------*/
/*-------------------------------------------------*/
	.reasons {
		padding: 8rem 0 3rem;
	}

	.reasons-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1035px;
	}

	.reasons-title-container {
		max-width: 404px;
		padding-top: 4rem;
	}

	.reasons-list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.reasons-items {
		width: 45%;
	}

	.reason-text {
		max-width: 184px;
	}

	.reason-logo {
		margin-bottom: 1rem;
	}

/*-------------------------------------------------*/
/*-------------------- SOLUTIONS CAT ---------------------*/
/*-------------------------------------------------*/
	.solcat-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.solcat-list-pt {
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
  	}

	.solcat-items {
		width: 45%;
		border: 0;
	}

	.solcat-title {
		margin-bottom: 4rem;
	}

/*-------------------------------------------------*/
/*-------------------- MOST SERVCICE ---------------------*/
/*-------------------------------------------------*/
	.most-used-service {
		padding-top: 5.6rem;
	}

	.most-used-service .title-container h2 {
		margin-bottom: 1.5rem;
		font-size: 5rem;
	}

	.most-used-service .title-container {
		margin: 0 1.25rem 5rem;
	}

	.most-used-service .container {
		padding: 0 1.25rem;
	}

	.most-used-service .btn {
		margin-top: 5.5rem;
		max-width: 228px;
		margin-left: auto;
		margin-right: auto;
	}

	.most-used-list .card {
		margin-bottom: 3rem;
	}

	.most-used-list .card:last-child {
		margin-bottom: 3rem;
	}
/*-------------------------------------------------*/
/*-------------------- NEWS ---------------------*/
/*-------------------------------------------------*/
	.news-img-wrapper {
		height: 450px;
		right: -7rem;
	}

	.news-nav-wrapper {
		top: 400px;
	}

	.news-nav-img-wrapper {
		max-width: 85px;
	}

	/*-------------------------------------------------*/
	/*-------------------- INTRO BLOCK ---------------------*/
	/*-------------------------------------------------*/
	.intro-event {
		display: flex;
	}

	.intro-event-container {
		margin-top: -5.5rem;
		position: relative;
		z-index: 1;
	}

	.intro-slide-container {
		height: 652px;
	}

	.intro-logo {
		width: 150px;
		margin: 0 auto;
	}

	.intro-search {
		max-width: 591px;
		margin: 0 auto;
	}

	.intro-tami {
		text-align: center;
	}

	.intro-tami-item a {
		padding: .6rem 3.9rem;
		margin: 0 .5rem 1rem 0;
	}

	.intro-content.container {
		top: 170px;
	}


/*-------------------------------------------------*/
/*-------------------- FOOTER ---------------------*/
/*-------------------------------------------------*/

	.footer-inner.bottom {
		padding: 8.8rem 0 5.5rem;
	}

	.footer-nav {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footer-inner.bottom .footer-nav {
		column-gap: 20px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	/* .footer-nav > li {
		width: 25%;
	} */

	.footer-nav h3:after {
		display: none;
	}

	.footer-nav h3 {
		padding: 0 0 2rem;
	}

	.footer-nav li div {
		display: block;
		padding-bottom: 0;
	}

	.footer-body {
		padding-top: 5.3rem;
	}

	.social-item {
		padding: 0 1rem;
		background-color: #030B24;
		position: relative;
		z-index: 1;
	}

	.social-list {
		justify-content: center;
		margin: 1.6rem 0;
		position: relative;
	}

	.social-list:after {
		width: 100%;
		height: 1px;
		background-color: #FFF;
		position: absolute;
		top: 20.5px;
		left: 0;
		right: 0;
		content: "";
		z-index: 0;
	}

	footer .title-container {
		margin-bottom: 3rem;
	}

	.footer-bottom {
		position: relative;
	}

	.footer-branding {
		/* position: absolute; */
		/* top: -50%; */
		padding-bottom: 0;
	}

	/*FOOTER TOP NAV*/

	.footer-nav.top li a {
		padding-left: 2.5rem;
		display: block;
	}

	.footer-nav.top > li {
		width: 33%;
		margin-bottom: 0;
	}

	.footer-nav.top li a:before {
		position: absolute;
		left: 0;
		right: auto;
	}

	.footer-inner.top h4 {
		padding-bottom: 3.2rem;
	}

	.footer-nav.top li div {
		padding-bottom: 0;
	}

	.footer-inner.top {
		padding-bottom: 5rem;
	}

	/*-------------------------------------------------*/
	/*-------------------- SOLUTIONS SINGLE -----------*/
	/*-------------------------------------------------*/

    .solution-single-top-container {
		display: block;
        justify-content: space-between;
        padding-bottom: 6.7rem;
        margin-bottom: 6rem;
        align-items: flex-start;
    }

    /*.solutionContact,*/
    .contact-regionen-slider {
        position: unset;
        width: 100%;
        margin: 0 auto;
        background-color: transparent;
        padding-bottom: 0;
        padding-top: 0;
    }

	.solutionContact[data-contactregion="0"] {
		display: block;
	}

	.solution-single-top {
		width: 100%;
	}

	.mobile-open-contact, .solutionContactInner:before {
		display: none;
	}

	.solutionCertPartnerWrapper {
		background-color: #fff;
	}

	.solution-contact-footer {
		background-color: transparent;
	}

	.solutionContactTitle, .solutionCertPartnerTitle, .single-contact, .single-contact a, .solutionCertPartnerWrapper p {
		color: #454545;
	}

	.solution-contact-body {
		padding: 3.6rem 2rem 1.4rem;
		position: relative;
	}

	.solution-contact-body:before {
		display: none;
		content: "";
		position: absolute;
		width: 100px;
		height: 40px;
		left: 50%;
		background-color: #FFF;
		background-image: url(../img/icons/tuv-element.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		top: -2rem;
		transform: translateX(-50%);
		z-index: 1;
	}

	.solution-contact-body:after {
		display: none;
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		background-color: #E3E3E3;
		top: 0;
	}

	.single-contact {
		margin: 0;
		padding-bottom: 1rem;
	}

	.single-contact:last-of-type {
		padding-bottom: 0;
	}

	.street:after {
		background-color: #454545;
	}

	.solution-contact-head p {
		margin: 0;
		padding-bottom: 2rem;
		position: relative;
		z-index: 1;
	}


	.ContactImg {
		margin-bottom: 3rem;
		position: relative;
		z-index: 1;
	}


	.solution-contact-head {
		position: relative;
		padding-bottom: 2.7rem;
	}

	.solution-contact-footer {
		border: 0;
		flex-wrap: wrap;
	}

	.solution-contact-footer .wpfp-span {
		margin-top: 2rem;
	}

	.other-industry-single > .container {
		padding: 0 1.25rem;
	}

	.other-industry-single .branchen-container.sub-branchen {
		display: flex;
		flex-wrap: wrap;
	}

	.other-industry-single .branchen-container.sub-branchen a {
		width: calc(33.3333% - 15px);
		margin: 0 .75rem 1.5rem;
	}

	.other-industry-single .button-wrapper {
		width: 100%;
		margin-top: 1.3rem;
		text-align: center;
	}

	body .other-industry-single .button-wrapper button.btn {
		border-radius: 2.3rem !important;
		max-width: 217px;
		font-weight: 700 !important;
	}

	.other-branchen-single > .container {
		padding: 0 1.25rem;
	}

	.other-branchen-single .branchen-container.container {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}

	.other-branchen-single a, .other-branchen-single .button-wrapper {
		width: calc(33.333333% - 15px);
		margin: 0 .75rem 1.5rem;
	}

	.solution-contact-footer-inner.mobile {
		display: none;
	}

	.solution-contact-footer-inner.desktop, .js-slide-contact {
		display: block;
	}

	.solution-contact-footer .solution-contact-footer-inner.desktop > p {
		width: 100%;
	}

	.solution-contact-footer .wpfp-span {
		text-align: left;
	}

	.solutions-template-default .entry-title {
		font-size: 2rem;
	}

	.cpt-single-tags-wrapper a {
		padding: .7rem 2rem;
	}

	/*-------------------------------------------------*/
	/*-------------------- TAMI ---------------------*/
	/*-------------------------------------------------*/
	.tami-wizard-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.overlayInner {
		height: auto;
		box-shadow: 0px 0px 15px #0000001A;
	}

	.tami-wizard-wrapper .close {
		right: 3rem;
	}

	.tami-title-wrapper img {
		max-width: 133px;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
	}

	.tami-title-wrapper h2 {
		font-size: 4rem;
		text-align: center;
		line-height: 6rem;
		padding: 1.1rem 0 2rem;
		color: #FFF;
		margin-top: 0;
		position: relative;
		z-index: 1;
	}

	.tami-title-wrapper:after {
		height: calc(100% + 2.5rem);
	}

	.card.sd, .card.sd a, .tami-solution-certbtn, .tami-solution-btn {
		flex-wrap: wrap;
	}

	.tami-solution-certbtn, .tami-solution-btn {
		width: calc(33% - 15px);
		margin: .75rem;
	}

	.tami-solution-certbtn.okcert-btn {
		justify-content: center;
	}

	.tami-solution-certbtn.okcert-btn a {
		display: block;
	}

	.tami-content-wrapper .tipps-icon {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		line-height: 8;
	}

	.wizard-section-title, .tami-solution-certbtn p, .tami-solution-btn p{
		text-align: center;
		width: 100%;
		margin-top: 2rem;
		word-wrap: unset;
		overflow-wrap: unset;
		-webkit-hyphens: unset;
		-moz-hyphens: unset;
		hyphens: unset;
	}

	.tami-content-wrapper .most-used-arrow {
		position: unset;
		margin: 2.6rem auto 0;
		transform: unset;
	}

	.tami-content-title, body .gform_wrapper.gravity-theme .gfield_label {
		margin: 4.9rem auto 4.3rem;
		font-size: 2.4rem;
		line-height: 3rem;
		text-align: center;
		max-width: 625px;
		letter-spacing: .72px;
	}

	.tami-solution-certbtn {
		padding: 2rem 2.3rem 2rem 1.2rem;
	}

	.tami-wizard-wrapper .card-wrapper, .tami-solution-certbtns {
		display: flex;
		flex-wrap: wrap;
	}


	.tami-check-cert-wrapper .tami-content-title strong {
		font-size: 1.8rem;
		letter-spacing: .54px;
		line-height: 2.3rem;
	}

	.tami-check-cert-wrapper .tami-content-title {
		margin: 4rem auto 2.1rem;
	}

	.certcontent {
		display: flex;
		flex-wrap: wrap;
	}

	.certcontent {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.certcontent label {
		width: calc(50% - .75rem);
	}

	.certcontent .labeltext {
		font-size: 1.2rem;
		letter-spacing: .36px;
		padding-left: 1.5rem;
	}

	.certcontent input {
		margin-bottom: 2.4rem;
	}

	body .tami-content-wrapper select {
		background-color: #FFF;
		border-radius: .5rem;
		box-shadow: 0px 0px 10px #0000001a;
		-webkit-appearance: none;
		appearance: none;
		padding: 1.7rem 3.7rem 1.6rem;
		width: 100%;
	}

	body form[name="checkCertificate"] .btn {
		max-width: 228px;
	}

	.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn {
		width: 100%;
	}

	.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn a {
		display: flex;
		width: 100%;
	}

	.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn  img.most-used-arrow.arrow {
		position: absolute;
		top: 50%;
		right: 3rem;
		transform: translateY(-50%);
		margin: 0;
	}

	.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn p > img.most-used-arrow.arrow {
		margin: 0;
		width: 3rem;
		height: 3.3rem;
		margin-right: 2rem;
		position: unset;
		transform: unset;
	}

	.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn p {
		margin: 0;
		display: flex;
		align-items: center;
	}

	.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn {
		width: 100%;
		padding: 1.8rem 3rem 1.8rem 1.9rem;
		margin-bottom: 2rem;
	}

	div#gform_page_3_2 .gfield_label, div#gform_page_3_4 .gfield_label,
	div#gform_page_10_2 .gfield_label, div#gform_page_10_4 .gfield_label {
		display: block;
		font-size: 1.2rem;
		text-align: left;
		margin: 0;
		font-weight: 300;
		padding-left: 1.5rem;
		line-height: 1.5rem;
		margin-bottom: .8rem;
	}

	div#field_3_9 label, div#field_3_10 label {
		margin-bottom: 2.3rem !important;
	}

	form#gform_3 .gform_page_footer.top_label, form#gform_10 .gform_page_footer.top_label {
		display: flex;
		justify-content: space-between;
		margin-top: 3rem;
	}

	body form#gform_3 .gform_previous_button.button, body form#gform_10 .gform_previous_button.button {
		margin-bottom: 0;
	}

	body form#gform_3 .gform_next_button.button, body form#gform_3 .gform_previous_button.button, body form#gform_3 .gform_button.button,
	body form#gform_10 .gform_next_button.button, body form#gform_10 .gform_previous_button.button, body form#gform_10 .gform_button.button {
		width: calc(50% - .75rem);
		margin: 0 0 0 auto;
	}

	body form#gform_3 .gfield.gfield--width-full, body form#gform_10 .gfield.gfield--width-full {
		text-align: center;
	}

	.gfAwardConfirmation p:last-of-type {
		margin-bottom: 5.2rem;
	}

	.block-solutions .cpt-loop-single {
    	width: calc(50% - 15px);
	}

	/*SUBMENU*/
	.sub-menu {
		padding: 2.5rem 1.25rem;
	}

	.alt-sub-title, .solution-abc-menu, h3.solution-menu-list-title {
		padding: 0 .75rem;
	}

	.solution-cat-menu {
		padding: 0 .75rem 2.7rem;
	}

	.solution-menu-list, .solution-cat-menu, .sectors-menu-list, .classic-sub-menu {
		display: flex;
		flex-wrap: wrap;
	}

	.solution-menu-list-item,
	.solution-cat-menu-item,
	.sectors-menu-list-item,
	.sectors-menu-list-item,
	.sub-menu .classic-sub-menu li {
		width: calc(50% - 1.5rem);
		margin: 0 .75rem 2.5rem;
	}

	.sectors-menu-list-item {
		width: calc(50% - 1.5rem);
		margin: 0 .75rem 1.5rem;
	}

	.solution-cat-menu-item {
		margin-bottom: 0;
	}

	.solutions-all-button {
		margin: 1rem 0;
	}
	/*LANG SELECT*/

	.lang-select-inner {
		width: auto;
		max-width: 591px;
		padding: 3rem 9.25rem;
	}

	.lang-select-title {
		margin: 0 .75rem 1.5rem;
	}

	.lang-select-list {
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.lang-select-item {
		width: calc(50% - 1.5rem);
		margin: 0 .75rem .5rem;
	}

	/*-------------------------------------------------*/
	/*--------------- FEEDBACK FIXES ------------------*/
	/*-------------------------------------------------*/
	.solution-description-inner iframe {
		height: 410px;
	}

	.solution-single-inner .breadcrumbs {
		padding: 3rem 0 2rem 0;
	}

	.solution-single-head .entry-title {
		font-size: 4rem;
		line-height: 6rem;
	}

	.contact-inner {
		box-shadow: 0px 3px 6px #00000029;
		border-radius: .5rem;
		margin-top: -4.2rem;
		text-align: left;
		background-color: #FFF;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
	}

	.solution-contact-head {
		padding-top: 6.7rem;
	}

	.ContactImg {
		margin: 0 auto;
	}

	.solution-contact-footer-inner.desktop, .js-slide-contact {
		text-align: center;
	}

	.solutionContact {
		/* margin-top: 2rem; */
		z-index: 1;
		position: relative;
	}

	.custom-site-header {
		height: 500px;
	}

	.custom-site-header-content {
		left: auto;
		right: 2rem;
		max-width: 389px;
		padding: 1.8rem 4.9rem 2.9rem;
	}

	.custom-site-header-content:before {
		bottom: 9.4rem;
	}

	span.custom-site-header-cta-title {
		margin: 0;
	}

	.custom-site-header-text .btn {
		max-width: unset;
	}


	.wp-block-columns.fullwidth.has-background .wp-block-column, .wp-block-columns.fullwidth.has-background .wp-block-column:not(:only-child) {
		width: calc(50% - .75rem) !important;
		flex-basis: calc(50% - .75rem) !important;
		margin-bottom: 1.5rem;
		margin-left: 0;
	}

	.wp-block-columns.fullwidth.has-background .wp-block-column:last-child {
		width: 100% !important;
		flex-basis: 100% !important;
		margin-bottom: 0;
	}

	.wp-block-columns.fullwidth.has-background {
		justify-content: space-between;
	}

	/* .fixed-links {
		right: 3rem;
		bottom: 10rem;
	} */

	.fixed-links-li {
		margin: 0 auto 1.3rem;
	}

	.fixed-link-opener-container {
		width: 53px;
	}

	.fixed-link-opener {
		width: 53px;
		height: 53px;
	}

	@media only screen and (max-width: 767px) {
		.fixed-links {
			bottom: 55px;
		}

		.mdp-readabler-trigger-button-box.bottom-left {
			left: unset;
			right: 0;
		}

		.mdp-readabler-trigger-button-box {
			--readabler-btn-margin: 10px;
			--readabler-btn-padding: 10px;
		}
	}
	/*-------------------------------------------------*/
	/*-------------------- LOCATION MAPS --------------*/
	/*-------------------------------------------------*/

	.map-overlay-item {
		padding: 3rem 5rem;
		max-width: 389px;
		margin-bottom: 4.3rem;
	}

	.template-map-list-overlay {
		padding: 2.5rem 1.5rem;
		left: auto;
	}

	.template-map-list-inner {
		max-width: 389px;
		max-width: 100%;
	}

	body .asp_w.asp_r .results .item {
		padding: 2rem 3.8rem !important;
	}

	.asp_res_text span {
		display: inline-block;
	}

	body .asp_w.asp_r .results .item .asp_image {
		margin-right: 2.4rem !important;
	}

	.asp_content h3 {
		padding-right: 20rem !important;
		width: calc(100% - 95px) !important;
	}

	.asp_res_text {
		right: 2.5rem !important;
	}

	.asp_res_text {
		width: 205px !important;
	}

	.prevfile-wrapper.prevImageTami {
		height: auto;
		width: 100%;
		margin-left: 0;
	}

	.prevfile-wrapper img {
		height: auto;
		object-fit: contain;
		object-position: center;
	}

	.solutions_abc {
		padding-bottom: 2.2rem;
		margin-bottom: 1rem;
		display: none;
	}

	.other-industry-single .button-wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	.mapboxgl-popup {
		max-width: 389px !important;
	}

	.location .h1 {
		line-height: 5.2rem;
	}

	.gformConfirmation-link-container {
		display: flex;
		justify-content: space-between;
		margin-bottom: 7.3rem;
	}

	body .confBtn {
		width: auto;
		margin-left: .75rem;
		margin-right: .75rem;
		flex-grow: 1;
		max-width: unset;
	}

	.intro-slide-container .slick-dots {
		position: absolute;
		top: 50%;
		z-index: 10;
		flex-direction: column;
		right: 1rem;
		transform: translateY(-50%);
	}

	.intro-slide-container .slick-dots button {
		background-color: #FFF;
	    border: 1px solid #FFF;
		margin: 2rem .8rem;
	}

	.slick-dots .slick-active button {
		background-color: #FFF;
		margin-left: 6px;
	}

	.intro-content.container {
		padding: 0 5rem;
	}

	.news-main-wrapper .slick-dots .slick-active button {
		background-color: #C4111A;
	}

	.news-main-wrapper .slick-dots button {
		background-color: #C4111A;
	}


	.solution-contact-footer {
		max-width: 25%;
		padding: 2.4rem 0;
	}

	.solution-contact-body {
		max-width: 25%;
		padding: 3rem 1rem 1.4rem;
	}

	.solution-contact-head {
		padding-top: 3rem;
		text-align: left;
		max-width: 33%;
	}

	.contact-inner {
		padding: 1.5rem 1rem;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.slick-slide .ContactImg {
		display: none;
	}

	.slick-slide .solution-contact-img .ContactImg {
		display: block;
	}

	.solcat-items-pt {
		padding-right: 15px;
		margin-bottom: 50px;
	}
}

@media all and (min-width: 781px) {
	.wp-block-columns.fullwidth.has-background .wp-block-column, .wp-block-columns.fullwidth.has-background .wp-block-column:not(:only-child) {
		width: unset !important;
		flex-basis: unset !important;
		margin-bottom: 0;
	}

	.wp-block-columns.fullwidth.has-background .wp-block-column:not(:first-child) {
		margin-left: 1.5rem;
	}

	.solcat-list-pt {
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
  	}
}

@media all and (min-width: 991px) {
	div#gform_fields_2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	body .gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: unset;
	}

	div#gform_fields_2 .gfield {
		width: calc(33.33333% - 11px);
	}

	div#gform_fields_2 fieldset.gfield {
		width: 100%;
	}

	body .ginput_container.ginput_container_consent {
		margin: 0;
	}

	#gform_2 {
		display: flex;
		justify-content: space-between;
	}

	#gform_2 .gform_body.gform-body {
		width: calc(100% - 203px);
	}

	#gform_2 .gform_footer.top_label {
		width: 100%;
		max-width: 187px;
	}
	/*-------------------------------------------------*/
	/*-------------------- HOVER ---------------------*/
	/*-------------------------------------------------*/
	.tipps-title-container .container {
		display: flex;
		justify-content: center;
		margin-bottom: 6.5rem;
	}

	.tipps-list {
		display: flex;
		justify-content: space-between;
	}

	.tipps-items {
		max-width: 94px;
		min-width: 94px;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
	/*-------------------------------------------------*/
	/*-------------------- ARCHIVE ---------------------*/
	/*-------------------------------------------------*/
	.filterWrapper .container {
		padding: 0 2rem;
	}

	.filter-Bg {
		display: block;
	}

	.filter-mobile-button {
		display: none;
	}

	.filter-Bg {
		display: flex;
		justify-content: space-between;
	}

	.filtering {
		display: inline-block;
		width: 100%;
		max-width: 288px;
		margin: 0;
	}

	.solutionsFiltering {
		display: flex;
		justify-content: space-between;
		width: 75%;
		margin-bottom: 0;
	}

	.filtering.filter-sectors {
		width: 24%;
		position: relative;
	}

	.solutionsFiltering .filtering {
		width: 32%;
	}

	.filter-inner, .filter-sectors .branchen-container {
		position: absolute;
		background-color: #FFF;
		left: 0;
		right: 0;
		top: 4.9rem;
		padding: 2em 2rem 2rem;
		border-radius: 0 0 .5rem .5rem;
		-webkit-box-shadow: 0px 5px 5px 5px rgb(0 0 0 / 10%);
		box-shadow: 0px 5px 5px 5px rgb(0 0 0 / 10%);
		z-index: 2;
	}

	.filter-inner label {
		padding: 1rem 2.5rem 1rem 0;
		cursor: pointer;
	}

	.solution-description-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 4rem;
		padding-bottom: 4rem;
		padding-bottom: 0;
		position: relative;
	}

	.solution-description-wrapper-outer {
		position: relative;
	}

	.solution-description-wrapper-outer:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		background-color: #E3E3E3;
		bottom: 0;
	}

	.solution-description-wrapper-outer:before {
		content: "";
		position: absolute;
		width: 100px;
		height: 40px;
		left: 50%;
		background-color: #FFF;
		background-image: url(../img/icons/tuv-element.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -2rem;
		transform: translateX(-50%);
		z-index: 1;
	}

	.solution-description-wrapper-outer.hide:after, .solution-description-wrapper-outer.hide:before {
		display: none;
	}

	.solution-description-inner {
		width: calc(50% - 2.5rem);
	}

	.container.solution-description-wrapper.full .solution-description-inner {
		width: 100%;
	}

	.solution-description-inner.right.img {
		min-height: 420px;
		height: auto;
		margin: 0;
		width: calc(50% + 0.5rem);
		margin-right: -2rem;
        max-height: 550px;
        max-height: max-content;
        background-repeat: no-repeat;
        background-size: contain;
	}

	.solution-description-wrapper.reverse {
		flex-direction: row-reverse;
	}

	.content-separator {
		display: none;
	}

	.solution-description-inner p:last-of-type {
		margin-bottom: 0;
	}

	.solution-description-inner p:only-child {
		margin-top: 0;
	}
	/*-------------------------------------------------*/
	/*-------------------- EVENTS ---------------------*/
	/*-------------------------------------------------*/
	.card, .page-template-template-myrequests .request-card {
		width: calc(33.3333% - 15px);
	}

	/*-------------------------------------------------*/
	/*-------------------- SOLUTION CATS ---------------------*/
	/*-------------------------------------------------*/
	.solution-cats-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.solcat-title-container {
		width: 100%;
	}

	.solcat-list {
		margin-top: 0;
	}

	/*-------------------------------------------------*/
	/*-------------------- TAMI BLOCK ---------------------*/
	/*-------------------------------------------------*/
	.tami-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.tami-title-container {
		max-width: 415px;
		padding: 5rem 0 7rem;
		width: 100%;
	}

	.prevfile-wrapper {
		height: auto;
		width: calc(100% - 435px);
		margin-left: 0;
	}

	.prevfile-wrapper.prevImageTami {
		width: calc(100% - 465px);
	}

	.tami .btn {
		margin: 3rem 0 0;
	}

	/*-------------------------------------------------*/
	/*-------------------- NEWS---------------------*/
	/*-------------------------------------------------*/

	.news .container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.news-main-wrapper {
		width: 100%;
	}

	.news-nav-wrapper {
		position: relative;
		width: 50%;
		margin-top: -4rem;
		margin-left: 2rem;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
	}

	.news-inner-wrapper {
		display: flex !important;
		justify-content: space-between;
	}

	.news-img-wrapper {
		height: auto;
		right: unset;
	}

	.news-inner-wrapper .news-img-wrapper, .news-content-wrapper {
		width: 50%
	}

	.news-content-wrapper {
		margin-top: 0;
		padding: 4rem 0 6rem 6rem;
	}

	.news-label.red {
		padding: .4rem 2.5rem .4rem 6rem;
		margin: 0 0 4rem -6rem;
	}

	p.news-title {
		margin: 0 0 3rem;
		font-size: 3rem;
		line-height: 4rem;
	}

	.intro-event-card {
		width: calc(50% - 15px);
		margin: 0 .75rem;
	}

	.intro-event-card a {
		padding: 1.3rem 6rem 1.2rem 1.3rem;
	}

	.intro-arrow {
		top: 5.35rem;
		right: 4rem;
	}
	/*-------------------------------------------------*/
	/*-------------------- SUBMENU --------------*/
	/*-------------------------------------------------*/
	.solution-menu-list-item, .solution-cat-menu-item, .sectors-menu-list-item, .sectors-menu-list-item, .sub-menu .classic-sub-menu li {
		width: calc(33.33333% - 1.5rem);
	}

	.sectors-menu-list-item {
		width: calc(33.33333% - 1.5rem);
	}

	.solution-abc-menu {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}

	.solution-abc-menu-item {
		margin: 0 .75rem 1.5rem;
	}

	/*-------------------------------------------------*/
	/*--------------- FEEDBACK FIXES ------------------*/
	/*-------------------------------------------------*/
	.solution-description-inner iframe {
		height: 250px;
	}

	.branchen-container.container.list {
		padding: 0;
		margin-top: 45px;
		background-color: transparent;
		box-shadow: unset;
		max-height: unset;
		overflow-x: auto;
		width: calc(100% + 10px);
		margin-left: -5px;
	}

	.cpt-loop.list .cpt-loop-inner {
		display: flex;
		justify-content: space-between;
	}

	.cpt-loop.list .ctp-loop-body {
		width: calc(100% - 190px);
	}

	.cpt-loop.list .cpt-loop-single {
		padding: 1.2rem 1.5rem 1.5rem 1.1rem;
	}

	.cpt-loop.list .cpt-loop-single .ctp-loop-head {
		border-radius: .5rem;
	}

	ul.cpt-loop.list .cpt-loop-img, .ctp-loop-head img {
		object-position: center;
	}

	.tipps-icon-inner.mobile {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	.job-single-post .application-form-wrapper #application-form .row .col-lg-4,
	.job-single-post .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.job-single-post .application-form-wrapper #application-form .row .col-lg-6,
	.job-single-post .col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.job-single-post .application-form-wrapper #application-form .row .col-lg-8,
	.job-single-post .col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
}

@media all and (min-width: 1024px) {
	/*-------------------------------------------------*/
	/*-------------------- REASONS BLOCK --------------*/
	/*-------------------------------------------------*/
	.reasons-list {
		width: calc(100% - 450px);
	}
	/*-------------------------------------------------*/
	/*-------------------- Solutions SINGLe --------------*/
	/*-------------------------------------------------*/
	.solution-contact-footer {
		max-width: 25%;
		padding: 2.4rem 0;
	}

	.solution-contact-body {
		max-width: 25%;
		padding: 3rem 1rem 1.4rem;
	}

	.street, .plz {
		padding-right: 0;
	}

	.street {
		display: block
	}

	.street:after {
		display: none;
	}

	.contact-adress span {
		line-height: 2.2rem;
	}

	.solution-contact-footer .wpfp-span {
		padding-left: .5rem;
	}

	.solutionCertPartner.container {
		padding: 2rem 4.3rem;
	}

	.ContactImg {
		height: 159px;
		width: 159px;
	}

	.slick-slide .ContactImg {
		display: none;
	}

	.slick-slide .solution-contact-img .ContactImg {
		display: block;
	}

	.card.sd {
		width: calc(25% - 1.5rem);
	}
	/*-------------------------------------------------*/
	/*-------------------- TAMI ---------------------*/
	/*-------------------------------------------------*/
	.overlayInner {
		width: 100%;
		max-width: 969px;
		max-width: 900px;
	}

	.tami-content-wrapper {
		padding: 0 7.5rem 0;
	}

	.tami-wizard-wrapper .card-wrapper, .tami-solution-certbtns, .tami-solution-btns {
		display: flex;
		margin-bottom: 4rem;
		flex-wrap: wrap;
	}

	div#input_3_4, div#input_10_4 {
		display: flex;
		justify-content: space-between;
	}

	div#input_3_4 .gchoice, div#input_10_4 .gchoice {
		width: calc(33.3333% - 1.5rem);
		margin: 0 .75rem;
	}

	body form#gform_3 #gform_page_3_1 .gfield_radio label, body form#gform_10 #gform_page_10_1 .gfield_radio label {
		padding: 1.6rem 0 1.5rem;
		margin-bottom: 0;
	}

	form#gform_3 .gform_page_footer.top_label, form#gform_10 .gform_page_footer.top_label {
		margin-top: 0;
	}

	body form#gform_3 .gform_next_button.button, body form#gform_3 .gform_previous_button.button, body form#gform_3 .gform_button.button,
	body form#gform_10 .gform_next_button.button, body form#gform_10 .gform_previous_button.button, body form#gform_10 .gform_button.button {
		width: 100%;
		max-width: 228px;
		margin: 0 auto;
	}

	div#field_3_9 label, div#field_3_10 label, div#field_10_9 label, div#field_10_10 label {
		margin-bottom: .8rem !important;
	}

	div#gform_fields_3_2, div#gform_fields_3_4,
	div#gform_fields_10_2, div#gform_fields_10_4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	div#field_3_5, div#field_3_19,
	div#field_10_5, div#field_10_19 {
		width: 100%;
	}

	div#field_3_6, div#field_3_7, div#field_3_17, div#field_3_18, div#field_3_22, div#field_3_24,
	div#field_10_6, div#field_10_7, div#field_10_17, div#field_10_18, div#field_10_22, div#field_10_24 {
		width: 37.5%;
	}

	div#field_3_8, div#field_3_20, div#field_3_23, div#field_10_8, div#field_10_20, div#field_10_23 {
		width: 21.5%;
	}

	div#field_3_9, div#field_3_10, div#field_10_9, div#field_10_10  {
		width: 29%;
	}

	div#field_3_11, div#field_10_11 {
		width: 39%;
	}

	.gf_css_wrapper div#field_3_11, .gf_css_wrapper div#field_10_11 {
		width: auto !important;
	}

	div#gform_fields_3_2, div#gform_fields_10_2 {
		margin-bottom: 3rem;
	}

	div#field_3_25, div#field_3_26, div#field_10_25, div#field_10_26 {
		width: 49%;
	}

	div#gform_fields_3_4, div#gform_fields_10_4 {
		margin-bottom: 1.5rem;
	}

	/*-------------------------------------------------*/
	/*--------------- FEEDBACK FIXES ------------------*/
	/*-------------------------------------------------*/
	.solution-contact-head {
		padding-top: 3rem;
		text-align: left;
		max-width: 33%;
	}

	.solution-single-head .entry-title {
		max-width: 50%;
		max-width: 75%;
	}

	.contact-inner {
		padding: 1.5rem 1rem;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	img.cpt-loop-img.desktop {
		display: block;
	}

	img.cpt-loop-img.mobile {
		display: none;
	}

	.location-text-content {
		position: relative;
		z-index: 1;
	}

	.location-map-container {
		position: absolute;
		top: 0;
		left: 40%;
		right: 0;
		bottom: 0;
		height: 100%;
	}

	.location-toggle-container {
		position: absolute;
		top: 6.8rem;
		right: 13rem;
		z-index: 3;
	}

	.location {
		padding-top: 18rem;
		padding-bottom: 12.4rem;
		position: relative;
	}

	.location-map-container {
		z-index: 2;
	}
}

@media all and (min-width: 1025px) {
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		word-wrap: unset;
		overflow-wrap: unset;
		-webkit-hyphens: unset;
		-moz-hyphens: unset;
		hyphens: unset;
	}

	li.header-top-bar-item.header-icon-list.desktop {
		display: flex;
	}

	ul.header-icon-list-inner.mobile {
		display: none;
	}

	.sectors-menu-list-item, .sub-menu .classic-sub-menu li {
		border: 1px solid transparent;
		border-radius: 1rem;
		cursor: pointer;
		position: relative;
	}

	.sectors-menu-list-item:after, .sub-menu .classic-sub-menu li:after {
		content: "";
		position: absolute;
		right: 2rem;
		top: 1.95rem;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../img/icons/arrow-right-red.svg);
		opacity: 0;
		width: 18px;
		height: 21px;
	}

	.sectors-menu-list-imges, .menu-list-imges {
		height: 3.8rem;
		width: 3.8rem;
		position: relative;
	}

	.sectors-menu-list-imges img, .sub-menu .menu-list-imges img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: contain;
		opacity: 1;
	}

	.sectors-menu-list-imges .hover, .sub-menu .menu-list-imges .hover {
		display: block;
		opacity: 0;
	}

	.sectors-menu-list-item:hover .hover, .sub-menu .classic-sub-menu li:hover .hover {
		opacity: 1;
	}

	.sectors-menu-list-item:hover .no-hover, .sub-menu .classic-sub-menu li:hover .no-hover {
		opacity: 0;
	}

	.map-list-close:hover:after, .solutionRequestWrapper .close img:hover {
		transform: rotate(180deg);
	}

	.map-overlay-title a:hover {
		color: #030B24;
	}

	button.gform_button_select_files:hover {
		background-color: #FFF;
		color: #C51415;
	}

	/*-------------------------------------------------*/
	/*-------------------- HOVER ---------------------*/
	/*-------------------------------------------------*/
	.social-item a:hover img, .fixed-link-opener:hover, .fixed-links-li:hover img {
	  	animation: pulse 1.6s infinite alternate;
		-webkit-animation: pulse 1.6s infinite alternate;
	}

	.to-top:hover {
		background-color: #C51415;
	}

	.to-top:hover:before {
		background-image: url('../img/icons/angle-up-white.svg');
	}

	.solution-description-wrapper .to-top:hover {
		background-color: #FFFFFF;
	}

	.solution-description-wrapper .to-top:hover:before {
		background-image: url('../img/icons/angle-up-black.svg');
	}

	.footer a:hover, footer .footer-inner.bottom a:hover, .login-dd-reg-link:hover, .login-dd-link-item a:hover, .tipps-items a:hover p, .solution-menu-list-item:hover .solution-menu-list-title {
		color: #C51415;
	}

	.footer .footer-inner.bottom a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

	.branchen-container.sub-branchen a:hover, body .branchen-container.sub-branchen .btn.red:hover, .other-cpts-container .btn.red:hover, body .gform_wrapper .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):hover, .btn:hover, .wp-block-button__link:hover, .intro-tami-item a:hover, body form#gform_3 .gform_next_button.button:hover, body form#gform_3 .gform_previous_button.button, body form#gform_3 .gform_button.button:hover, form#commentform input#submit:hover,
	body form#gform_10 .gform_next_button.button:hover, body form#gform_10 .gform_previous_button.button, body form#gform_10 .gform_button.button:hover, form#commentform input#submit:hover {
		background-color: #FFF;
		color: #C51415;
	}

	.removeFilterBtn:hover {
		opacity: .7;
	}

	.card:hover .card-head img {
		transform: scale(1.05);
	}

	.btn.transparent:hover .solcat-arrow, .most-used-list .card:hover .most-used-arrow, .intro-event-card:hover .intro-arrow, .other-industry-single .branchen-container.sub-branchen a:hover .branchen-name:after, .tami-solution-btn.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn:hover > .most-used-arrow.arrow, .card.sd:hover .most-used-arrow.arrow, .solution-menu-list-item:hover .solution-menu-list-body:before, .sectors-menu-list-item:hover:after, .sub-menu .classic-sub-menu li:hover:after, .search-container footer a:hover:after, .mix-overview-toggle:hover:after {
		animation: bounceRight 2s infinite alternate;
		-webkit-animation: bounceRight 2s infinite alternate;
	}

	.tami-solution-btn.wizard-inner-content[data-content="loesung-finden"] .tami-solution-btn:hover p > .most-used-arrow.arrow {
		animation: stop;
	}

	.btn.transparent:hover {
		color: #000000;
	}

	.solcat-items .btn.transparent:hover, .breadcrumbs a:hover, .sectors-menu-list-item:hover .sectors-menu-list-title, .post-type-archive-accreditation .cptLoopSingle a:hover {
		color: #C51415;
	}

	.news-btn-wrapper .btn.underline:hover, .solutionCertPartner a:hover,.solutionSingleAccContent p a:hover, .solution-description-inner p a:hover, .tami-title-container p a:hover, .solutionCertPartner p a:hover {
		color: #454545;
	}

	.news-nav-img-wrapper:hover:after {
		opacity: 0;
	}

	.cpt-loop-tags-wrapper a:hover {
		background-color: #707070;
		color: #FFF;
	}

	.wpfp-link:hover:after {
		width: 100%;
	}

	.other-branchen-single .btn:hover {
		background-color: #C51415;
		color: #FFF;
	}

	.solutionSingleAccBtn:hover, .single-contact a:hover, .sub-menu .classic-sub-menu li:hover .menu-list-classic-item {
		color: #C51415;
	}

	.solutionsRegions label:hover, body form#gform_3 #gform_page_3_1 .gfield_radio label:hover , body form#gform_10 #gform_page_10_1 .gfield_radio label:hover {
		border-color: #C51415;
	}

	.solutionsRegions input:disabled+label:hover {
		border-color: #E2E2E2;
	}

	.more-tags-container a:hover {
		color: #FFF;
		background-color: #707070;
	}

	.card.sd:hover , .tami-solution-certbtn:hover , .tami-solution-btn:hover, .sectors-menu-list-item:hover, .sub-menu .classic-sub-menu li:hover {
		border: 1px solid #C51415;
	}

	.solution-abc-menu-label:hover {
		background-color: #FFF;
		border: 1px solid #C51415;
		color: #C51415;
	}

	.sectors-menu-list-item:hover:after, .sub-menu .classic-sub-menu li:hover:after {
		opacity: 1;
	}

	.lang-select-item a:hover {
		border: 1px solid #45454507;
	}

	.branchen-container a:hover {
		border-color: #C51415;
	}

	.filtering .branchen-container a:hover {
		border-color: transparent;
	}

	.tami-wizard-wrapper .close:hover img, .mix-detail-toggle:hover:after {
		transform: rotate(180deg);
	}

	.solutions_abc label.checked:hover {
		border: 1px solid #FFF;
		background-color: #FFF;
		color: #BABABA;
	}

	.solutions_abc label:hover{
		border: 1px solid #C51415;
		background-color: #C51415;
		color: #FFF;
	}

	.solutions_abc label.disabled:hover {
		background: lightgrey;
		border: 1px solid lightgrey;
		color: #BABABA;
		cursor: not-allowed;
	}

	.accreditation-single-inner .card:hover {
		border-color: #C51415;
	}

	.accreditation-single-inner .card:hover a {
		color: #C51415;
	}


	.other-cpts-container .branchen-container a:hover .branchen-icon-hover, .other-branchen-single a:hover .branchen-icon-hover {
		opacity: 1;
	}

	.other-cpts-container .branchen-container a:hover .branchen-icon, .other-branchen-single a:hover .branchen-icon {
		opacity: 0;
	}

	.other-cpts-container .branchen-container a:hover, .other-branchen-single a:hover {
		color: #C51415;
	}

	/*FOOTER TOP NAV*/
	.footer-nav.top > li {
		width: 28%;
		margin-bottom: 0;
	}

	.footer-nav.top > li:last-child {
		width: 44%;
	}

	.footer-nav.top li:last-child div .menu {
		column-count: 2;
	}

	.footer-nav.top li a:hover:before {
		background-image: url('../img/icons/angle-right-red.svg');
		animation: bounceRight 2s infinite alternate;
		-webkit-animation: bounceRight 2s infinite alternate;
	}

	.filter_title {
		cursor: pointer;
	}

	.lang-select-close:hover {
		transform: rotate(180deg);
	}

	.map-arrow:hover:after {
		animation: bounceRight 2s infinite alternate;
		-webkit-animation: bounceRight 2s infinite alternate;
	}
	/*-------------------------------------------------*/
	/*-------------------- ARCHIVE ------------------*/
	/*-------------------------------------------------*/
	.cpt-loop-single {
		padding: 1.2rem 1.5rem 1.5rem 1.1rem;
	}

	.cpt-loop-inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.ctp-loop-head {
		height: 185px;
		width: 165px;
	}

	.ctp-loop-body {
		width: calc(100% - 190px);
		padding: 1rem 0 0;
	}

	.cpt-loop-cat-img {
		top: 0;
		right: 0;
	}

	.cpt-loop-img, .ctp-loop-head img {
		border-radius: 5px;
	}

	.solution-cat-menu-imges {
		height: 3.8rem;
		width: 3.8rem;
		position: relative;
	}

	.solution-cat-menu-imges img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.solution-cat-menu-imges .hover {
		display: block;
	}

	.solution-cat-menu-imges .no-hover {
		opacity: 1;
	}

	.solution-cat-menu-item:hover .no-hover {
		opacity: 0;
	}

	.solution-cat-menu-item:hover .hover {
		opacity: 1;
	}

	.solution-cat-menu-item:hover .solution-cat-menu-title {
		color: #C51415;
	}

	.news-content-wrapper {
		padding: 4rem 0 8rem 6rem;
	}

}

@media all and (min-width: 991px) {
	.news-main-wrapper .slick-dots {
		width: 50%;
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		padding-left: 0;
		justify-content: center;
		z-index: 10;
	}

	.solcat-items-pt {
        margin-right: 15px;
        padding-right: 15px;
        max-width: 315px;
    }
}

@media all and (min-width: 1140px) {

	/*-------------------------------------------------*/
	/*--------------- FEEDBACK FIXES ------------------*/
	/*-------------------------------------------------*/
	.solution-description-inner iframe {
		height: 295px;
	}
}

@media all and (min-width: 1235px) {
	/*-------------------------------------------------*/
	/*-------------------- HEADER ------------------*/
	/*-------------------------------------------------*/
	.burger-container {
		display: none;
	}

	.site-branding {
		display: block;
	}

	main {
		margin-top: 16.6rem;
	}

	.home main {
		margin-top: 3rem;
	}

	.header-top-bar-list {
		width: 100%;
		max-width: 1320px;
		padding: 0 2rem;
		margin: 0 auto;
		justify-content: flex-end;
	}

	.header-top-bar-item {
		order: unset;
	}

	.header-bottom {
		display: block;
		padding: 1.5rem 0;
		border-bottom: 1px solid rgba(186, 186, 186, .5);
		background-color: #FFF;
		position: unset;
		opacity: 1;
		pointer-events: all;
		height: auto;
		overflow: unset;
	}

	.home .header-bottom {
		background-color: transparent;
	}

	.header-bottom-inner.container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.main-navigation .menu > li.menu-item-has-children .mobile-toggle, .main-navigation .menu > li:after {
		display: none;
	}

	.main-navigation {
		width: calc(100% - 101px);
	}

	/*SUBMENU*/
	.main-navigation .menu > li.menu-item-has-children.open .sub-menu {
		pointer-events: all;
		opacity: 1;
		left: 0;
		top: 85px;
	}

	.sticky .main-navigation .menu > li.menu-item-has-children.open .sub-menu {
		top: 70px;
	}

	.admin-bar .main-navigation .menu > li.menu-item-has-children.open .sub-menu {
		top: 117px
	}

	.admin-bar.sticky .main-navigation .menu > li.menu-item-has-children.open .sub-menu {
		top: 105px
	}

	.admin-bar .sub-menu {
		top: 150px;
	}

	.solutions-menu-form:after, .solution-cat-menu:after {
		display: none;
	}

	.solution-cat-menu-item {
		width: 100%;
	}

	.solutions-all-button.desktop {
		display: block;
	}

	.sub-menu {
		height: auto;
		position: fixed;
		top: 120px;
		left: 0;
		z-index: 1000;
		max-width: 1260px;
		width: 100%;
		margin: 0 auto;
		background-color: #FFFFFF;
		padding: 0;
		max-height: 680px;
		box-shadow: 0px 0px 15px #00000029;
		border-radius: 0 0 1rem 1rem;
		margin-top: 1.3rem;
	}

	.solutions.sub-menu {
		height: calc(100vh - 120px);
	}

	.solutions.sub-menu .sectors-menu-title {
		margin-bottom: 1rem;
		font-size: 3.5rem;
	}

	.solutions.sub-menu .sectors-menu-list .sectors-menu-list-item {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 0;
		border: none;
	}

	.solutions.sub-menu .sectors-menu-list .sectors-menu-list-imges {
		height: 38px;
		border: 1px solid #000;
		border-radius: 50%;
	}

	.solutions.sub-menu .sectors-menu-list .sectors-menu-list-imges img {
		padding: 7px;
	}

	.solutions.sub-menu .sectors-menu-list .sectors-menu-list-title {
		font-weight: 500;
		margin-left: 2rem;
		font-size: 1.4rem;
	}

	.solutions.sub-menu .sectors-menu-list .sectors-menu-list-item:hover {
		border: none;
	}

	.solutions.sub-menu .sectors-menu-list .sectors-menu-list-item:hover .sectors-menu-list-imges {
		border: 1px solid #C51415;
	}

	.solutions.sub-menu .sectors-menu-list .sectors-menu-list-item:hover:after {
		display: none;
	}

	.sticky .sub-menu {
		margin-top: 1.7rem;
	}

	.home .sub-menu {
		margin-top: 2.4rem;
	}

	.home.sticky .sub-menu {
    	margin-top: 2.8rem;
	}

	.sub-menu-inner {
		background-color: #FFF;
		padding: 3.5rem 3rem 3rem 3rem;
		height: 100%;
		overflow: auto;
	}

	.sub-menu.solutions.alt-sub-menu .sub-menu-inner {
		display: flex;
		justify-content: space-between;
		overflow: unset;
	}

	.alt-sub-inner {
		height: 100%;
	}

	.alt-sub-inner.left {
		width: 288px;
	}

	.alt-sub-inner.right {
		width: calc(100% - 344px);
		padding-left: 6rem;
		position: relative;
	}

	.alt-sub-inner.right:before {
		content: "";
		height: calc(100% + 4.5rem);
		width: 1px;
		background-color: #BABABA;
		opacity: .36;
		position: absolute;
		left: -.5px;
		top: -4.5rem;
	}

	.sub-menu h2 {
		text-align: center;
	}

	.sub-menu.solutions h2 {
		text-align: left;
	}

	.sub-menu-back {
		display: none;
	}

	.custom-logo, .site-branding {
		width: 65px;
		height: 37px;
		position: relative;
	}

	.home .custom-logo, .home .site-branding {
		width: 86px;
		height: 49px;
	}

	.solution-menu-list-item {
		width: calc(50% - 1.5rem);
	}

	.sectors-menu-list-item, .sub-menu .classic-sub-menu li {
		padding-top: .5rem;
		padding-bottom: .5rem;
		padding-left: 2.5rem;
		margin-bottom: .75rem;
	}

	.sectors-menu-list-item:after {
		top: 1.45rem;
	}

	.sub-menu .classic-sub-menu li:after {
		top: 0.65rem;
	}

	.menu-aboutus .sub-menu .classic-sub-menu li {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.menu-aboutus .sub-menu .classic-sub-menu li:after {
		top: 1.035rem;
	}

	.sectors-menu-list-title, .sub-menu .menu-list-classic-item {
		font-weight: 200;
	}

	#primary-menu {
		display: flex;
		justify-content: space-between;
	}

	.main-navigation .menu > li > a {
		line-height: 1.9rem;
		font-weight: 500;
		color: #030B24;
		padding: 0;
		font-size: 1.6rem;
		transition: none;
	}

	.home .main-navigation .menu > li > a {
		color: #FFF;
	}

	.home .main-navigation .menu > li > a:hover, .main-navigation .menu > li > a:hover {
		color: #C51415;
		transition: none;
	}

	.sticky_header .main-navigation .menu > li > a {
		color: #030B24;
	}

	.sticky_header .custom-logo, .sticky_header .site-branding {
		width: 65px;
		height: 37px;
	}

	.custom-logo-link {
		position: absolute;
		top: -10px;
		left: 0;
		opacity: 0
	}

	.custom-logo-link img {
		width: 65px;
	}

	.home .custom-logo-link {
		opacity: 1
	}

	.custom-logo-link.dark {
		opacity: 1;
	}

	.home .custom-logo-link.dark {
		opacity: 0;
	}

	.home.sticky .custom-logo-link {
		opacity: 0;
	}

	.sticky .custom-logo-link.dark {
		opacity: 1;
	}

	.archive-head-inner.intro-inner .breadcrumbs {
		padding-bottom: 7rem;
	}

	.tax-sectors .archive-head-inner.intro-inner .breadcrumbs {
		padding-bottom: 4rem;
	}

	.solutions-menu-form {
		padding-bottom: 0;
		margin-bottom: .7rem;
		display: none;
	}

	.solution-cat-menu {
		padding: 0 0 .6rem;
	}

	/*-------------------------------------------------*/
	/*-------------------- FORMS ------------------*/
	/*-------------------------------------------------*/
	div#gform_fields_2 .gfield:first-child, div#gform_fields_2 .gfield:nth-child(2) {
		width: calc(30% - 11px);
	}

	div#gform_fields_2 .gfield:nth-child(3) {
		width: calc(40% - 11px);
	}

	/*-------------------------------------------------*/
	/*-------------------- ARCHIVE ------------------*/
	/*-------------------------------------------------*/
	.other-cpts-container .branchen-container a {
		width: calc(25% - 15px);
	}

	.solution-description-wrapper.full-width {
		margin: 7rem 0 7rem auto;
		margin: 4rem 0 -2rem auto;
		max-width: unset;
		padding-right: 0
	}

	.solution-description-wrapper.full-width.reverse {
		margin: 7rem auto 7rem 0;
		margin: 7rem auto 3rem 0;

		padding-right: 2rem;
		padding-left: 0;
	}

	.solution-description-wrapper.text-only {
		max-width: 1235px;
	}

	/*-------------------------------------------------*/
	/*-------------------- REASONS BLOCK --------------*/
	/*-------------------------------------------------*/
	.reasons-list {
		width: calc(100% - 505px);
	}

	/*-------------------------------------------------*/
	/*------------- SOLUTIONS CATS BLOCK --------------*/
	/*-------------------------------------------------*/
	.solcat-list {
		width: calc(100% - 489px);
	}

	.solcat-items {
		width: 40%;
	}

	/*-------------------------------------------------*/
	/*------------- TAMI BLOCK --------------*/
	/*-------------------------------------------------*/
	.prevfile-wrapper {
		width: calc(100% - 465px);
	}

	/*-------------------------------------------------*/
	/*------------- NEWS --------------*/
	/*-------------------------------------------------*/
	.news .container {
		max-width: unset;
		margin: 0;
	}

	.news-nav-wrapper {
		max-width: 638px;
		padding-left: 2rem;
		position: relative;
		left: 0;
		right: auto;
		top: auto;
	}

	/*-------------------------------------------------*/
	/*------------- SOLUTIONS SINGLE --------------*/
	/*-------------------------------------------------*/

	.solution-single-top-container {
		padding-bottom: 4.7rem;
		margin-bottom: 4rem;
	}

	.solutionContact {
		width: 100%;
		margin: 0 auto;
	}

	.solution-single-top.left {
		width: 660px;
		width: 100%;
	}

	.solution-single-top.right {
		width: calc(100% - 707px);
		width: 100%;
		position: relative;
	}

	.solutionsRegions label {
		max-width: 172px;
	}

	.solutionSingleAccBtn {
		padding-left: 10rem;
	}

	.solutionsRegions  {
		padding: 0 .5rem 0 9.25rem;
	}

	.solutionAccreditation, body .reviews-area, .solutionTimeline {
		padding: 0 2rem 0 10rem;
	}

	.other-industry-single .branchen-container.sub-branchen a, .other-branchen-single a, .other-branchen-single .button-wrapper {
		width: calc(25% - 15px);
	}

	.related-posts h3, .other-branchen-single h3, .other-industry-single h3 {
		margin-bottom: 4rem;
	}

	.related-button-wrapper {
		margin: 4.5rem 0 7.8rem;
	}

	.other-industry-single {
		margin-bottom: 7.8rem;
	}

	.ContactImg {
		height: 159px;
		width: 159px;
        margin: 0 auto;
	}

	/*-------------------------------------------------*/
	/*--------------- FEEDBACK FIXES ------------------*/
	/*-------------------------------------------------*/
	.solution-description-inner iframe {
		height: 320px;
	}

	/* .single-solutions main {
		margin-top: 11rem;
	} */

	.solution-acc-custom-text {
		padding: 0 2rem 0 10rem;
	}

	/*-------------------------------------------------*/
	/*--------------- MAP PAGE ------------------*/
	/*-------------------------------------------------*/
	.map-template {
		height: calc(100vh + 13.9rem);
		margin-top: 13.9rem;
	}

	.template-list-toggle {
		right: 10rem;
		left: auto;
	}
	/*-------------------------------------------------*/
	/*--------------- CODER QA ------------------*/
	/*-------------------------------------------------*/
	.news-content-wrapper {
		margin-top: 0;
		padding: 4rem 0 6rem 8rem;
	}

	.footer-inner.bottom {
		padding-bottom: 4rem;
	}

	.news-label.red {
		padding: .4rem 2.5rem .4rem 13rem;
		margin: 0 0 4rem -13rem;
	}

	.other-cpts-container .button-wrapper {
		width: calc(25% - 15px);
	}

	.intro-slide-container .slick-dots {
		right: 5rem;
	}

}


/*-------------------------------------------------*/
/*--------------- FEEDBACK 22.09.2021 -------------*/
/*-------------------------------------------------*/
.page-template-template-myrequests div#page {
    margin-top: 95px;
}

.page-template-template-myrequests .title-container, .container.my-bundle h2 {
    padding-top: 2.3rem;
}

.page-template-template-myrequests h3 {
	color: #C51415;
	font-weight: 700;
}

.request-card-container {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 4rem;
}

.page-template-template-myrequests .request-card p:first-of-type {
	font-weight: 700;
}

.page-template-template-myrequests .request-card {
	padding-bottom: 6.7rem;
	position: relative;
	box-shadow: 0px 0px 10px #0000001A;
	border-radius: 1rem;
	padding: 2rem;
}

.page-template-template-myrequests .request-card p {
	word-break: break-all;
	hyphens: auto;
}

.container.my-bundle h2 {
	margin-bottom: 2rem;
}

.my-bundle .wpfp-span {
    text-align: left;
}

.my-bundle .wpfp-span .cptLoop li {
    border-radius: .5rem;
    margin-bottom: 2rem;
	position: relative;
}

body .solutionRequestWrapper input, body .solutionRequestWrapper .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), body .gform_wrapper.gravity-theme div#gform_fields_login input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), #gform_wrapper_6 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]), body .sideBySide form .field__normal input, .gf_css_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
    background-color: #BABABA25;
	width: 100%;
}

.gf_css_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
	background-color: #BABABA25 !important;
}

body .solutionRequestWrapper .gform_wrapper.gravity-theme .gfield textarea, #gform_wrapper_6  .gfield textarea, .gf_css_wrapper .gfield textarea {
	font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    border: 0;
    border-radius: 2.3rem;
    padding: .8rem 2rem;
    line-height: 2.9rem;
    color: #030B24;
    margin: 0 0 1.5rem 0;
	background-color: #BABABA25;
}

body .solutionRequestWrapper .gform_wrapper.gravity-theme .gfield_label, body .gform_wrapper.gravity-theme div#gform_fields_login .gfield_label, div#gform_wrapper_8 .gfield_label, .gf_css_wrapper .gfield_label, #gform_wrapper_6 .gfield_label, div#gform_wrapper_9 .gfield_label, body .sideBySide form label {
    font-size: 1.2rem;
    margin: 0 0 7px;
    line-height: 1.5rem;
    font-weight: 300;
    margin-left: 2rem;
	text-align: left;
}

.gf_css_wrapper .gfield_label {
	font-size: 1.2rem !important;
    margin: 0 0 7px !important;
    line-height: 1.5rem !important;
    font-weight: 300 !important;
    margin-left: 2rem !important;
	text-align: left !important;
}

#gform_wrapper_6  .gform_footer.top_label, .gf_css_wrapper .gform_footer.top_label {
	text-align: left;
	margin-top: 2.5rem;
}

#gform_wrapper_6 .gform_footer.top_label .gform_button.button, .gf_css_wrapper .gform_footer.top_label .gform_button.button {
	margin: 0;
}

body .solutionRequestWrapper .overlayInner:after {
	display: none;
}

.solutionRequestWrapper .close {
    display: block;
    text-align: right;
}

.solutionRequestWrapper .close.hide {
	display: none;
}

.solutionRequestWrapper .close img {
	cursor: pointer;
}

body .solutionRequestWrapper  .gform_wrapper .button.gform_button, .openSolutionRequest, body div#gform_wrapper_8 input[type=submit], body div#gform_wrapper_9 input[type=submit] {
	font-family: "Helvetica Neue", "Roboto", sans-serif;
    width: 100%;
    color: #FFF;
    border-radius: 23px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .42px;
    line-height: 1.7rem;
    padding: 1.3rem;
    border: 1px solid #C51415;
    background-color: #C51415;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.openSolutionRequest {
	max-width: 235px;
	margin: 0  0 2.5rem;
}

body .gform_wrapper.gravity-theme.gf_login_form .gform_button.button,
body .gform_wrapper.gf_login_form .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
.btn,
.wp-block-button__link, .comment-form .submi {
	max-width: unset;
	margin: 2rem 0;
}

.solutions-all-button.desktop {
	margin: 1rem 0;
}

nav.gf_login_links a {
    color: #C51415;
    text-decoration: underline;
    margin-bottom: 1.5rem;
    display: block;
}

div#gform_wrapper_8, div#gform_wrapper_9 {
    max-width: 1235px;
    margin: 0 auto;
    padding: 0 2rem;
	margin-bottom: 5rem;
}

body div#gform_wrapper_8 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]), body div#gform_wrapper_9 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
	background-color: #BABABA25;
}

body div#gform_wrapper_8 input[type=submit], body div#gform_wrapper_9 input[type=submit] {
	max-width: unset;
}

.gform_show_password {
    top: -7px !important;
}

.my-bundle .cptLoopImg {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.my-bundle .ctpLoopContent {
    border: 1px solid #E2E2E2;
    border-top: 0;
    border-radius: 0 0 .5rem .5rem;
    padding: 2.5rem 1.5rem 1.5rem 2.5rem;
    position: relative;
}

.my-bundle .cptLoopTitle a {
    font-size: 2rem;
    letter-spacing: 0.6px;
    line-height: 2.3rem;
    margin-bottom: .6rem;
    display: block;
    padding-right: 5rem;
    margin-top: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.my-bundle .cptLoopTitle, .my-bundle .ctpLoopCategory  {
	margin: 0;
}

.my-bundle .ctpLoopCategory a {
	letter-spacing: 0;
    font-weight: 700;
    line-height: 1.9rem;
    margin-bottom: 2.725rem;
    display: block;
    color: #C51415;
}

.my-bundle .cptLoopCatImg {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.my-bundle .cptLoopInner {
    border-radius: .5rem;
    overflow: hidden;
}

.my-bundle .cptLoop .wpfp-link {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}

.my-bundle .cptLoopCatImg {
    width: 38px;
    height: 38px;
}

.my-bundle .cptLoopCatImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	transition: .3s ease-in-out;
}

.my-bundle .hover-icon {
    opacity: 0;
}

.my-bundle .cptLoopCatImg:hover .hover-icon {
	opacity: 1;
}

.my-bundle .cptLoopCatImg:hover .no-hover-icon {
	opacity: 0;
}

.container.my-bundle {
    margin-bottom: 5rem;
}

.count-toggle-view-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.9rem .75rem 2rem;
}

.toggle-container {
    display: flex;
}

ul.cpt-loop.list .ctp-loop-body {
    border-top: 1px solid #E2E2E2;
    border-radius: .5rem;
}

.toggle-view {
	display: inline-block;
	margin-left: 1.2rem;
	opacity: .2;
	cursor: pointer;
}

.toggle-view.active {
	opacity: 1;
}

ul.cpt-loop.list .ctp-loop-head {
    display: none;
}

.other-cpts-container.container.list {
	width: 75%;
	margin-left: auto;
}

.cpt-loop.list .cpt-loop-single {
    width: 100%;
}

.cpt-loop.list .cpt-loop-single .ctp-loop-head {
    height: 153px;
    width: 147px;
}

p.comment-form-cookies-consent {
    display: flex;
}

.archive-body .cpt-loop-wrapper {
    margin-top: 4.6rem;
}

.tag .archive-head {
    margin-bottom: 0;
}

.quote-block {
    margin: 9rem 0;
}

.quote-container {
	background-color: #030B24;
    padding: 3.7rem 2rem;
    position: relative;
}

.quote-container:after {
	content: "";
	width: 100vw;
	top: 0;
	right: -100vw;
	height: 100%;
	background-color: #030B24;
	position: absolute;
}

.quotes-label {
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .48px;
    line-height: 1.9rem;
    background-color: #C51415;
    padding: .4rem 4.5rem .4rem 0;
    position: absolute;
    top: -1.25rem;
    border-radius: 0 .5rem .5rem 0;
}

.quotes-label:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #C51415;
    top: 0;
    left: -100vw;
}

.quote-container img {
    width: 60px;
}

.quotes-text p {
    margin: 1rem 0;
    color: #FFF;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
    position: relative;
}

.quotes-text p:after, .quotes-text p:before {
	content: '"';
	display: inline-block;
	color: #C51415;
}

.quotes-signature {
    margin: 0;
    color: #FFF;
    font-size: 1.8rem;
    letter-spacing: .54px;
    line-height: 2.2rem;
    font-weight: 300;
}

.quote-container .slick-dots button {
    background-color: #C4111A;
}

.search-main {
    margin-top: 100px;
	margin-bottom: 5rem;
}

.search-main .page-header {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.search-main .page-title.h2.dot span {
    font-weight: 300;
}

.search-main article {
    margin-bottom: 6rem;
    position: relative;
    box-shadow: 0px 0px 10px #0000001a;
    border-radius: 1rem;
    padding: 2rem;
}

.search-main article h2 a, .search-main article h2 {
    font-size: 2.8rem;
    letter-spacing: 0.84px;
    line-height: 3.4rem;
    color: #C51415;
    font-weight: 700;
}

.search-main article h2 {
    margin-bottom: 1em;
}

.search-container footer {
    padding-top: 0rem;
    border-top: 0;
}

.search-container footer a {
    font-size: 1.8rem;
    color: #C51415;
    font-weight: 700;
    letter-spacing: .54px;
    position: relative;
	display: flex;
	align-items: center;
}

.search-container footer a:after {
	content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/icons/arrow-right-red.svg');
    margin-left: 1.5rem;
}

.search-container article .entry-meta {
    font-weight: 700;
}

#ajaxsearchpro1_1 .probox .proclose svg, #ajaxsearchpro1_2 .probox .proclose svg, div.asp_m.asp_m_1 .probox .proclose svg {
    background: #C51415 !important;
}

#ajaxsearchpro1_1 .probox .proinput input.orig:focus::placeholder, #ajaxsearchpro1_2 .probox .proinput input.orig:focus::placeholder, div.asp_m.asp_m_1 .probox .proinput input.orig:focus::placeholder {
	color: transparent;
}

#gform_3 .tipps-icon-inner, #gform_10 .tipps-icon-inner {
    width: 80px;
    margin: 0 auto;
}

#gform_3 input:checked + label .tipps-icon-inner svg path, #gform_3 input:checked + label .tipps-icon-inner svg g, #gform_3 input:checked + label .tipps-icon-inner svg,  #gform_3 .tipps-icon-inner svg g,
#gform_10 input:checked + label .tipps-icon-inner svg path, #gform_10 input:checked + label .tipps-icon-inner svg g, #gform_10 input:checked + label .tipps-icon-inner svg,  #gform_10 .tipps-icon-inner svg g {
	fill: #FFFFFF !important;
	stroke: #FFFFFF !important;
}

.mix-overview-file {
    height: 250px;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 2.8rem;
}

.mix-overview-file img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mix-overview-file video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mix-overview-content {
    margin-top: 2.8rem;
}

.mix-overview-content p strong {
    color: #C51415;
    line-height: 2.5rem;
    font-size: 1.6rem;
}

.mix-overview-content p {
    margin: 6px 0;
}

.mix-overview-toggle, .mix-detail-toggle {
	font-size: 1.8rem;
    color: #C51415;
    font-weight: 700;
    letter-spacing: .54px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mix-overview-toggle:after, .mix-detail-toggle:after {
	content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons/arrow-right-red.svg);
    margin-left: 1.5rem;
	transition: .3s ease-in-out;
}

.mix-detail-toggle:after {
	background-image: url('../img/icons/close.svg');
	margin-left: 3rem;
}

.mix {
    position: relative;
	margin-bottom: 2.5rem;
}

.mix-detail {
    padding: 2.5rem;
    border-radius: .5rem;
    box-shadow: 0px 0px 10px #0000000d;
    position: absolute;
    top: 0;
    left: 0;
	min-height: 100%;
    background-color: #FFF;
    margin: 0;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease-in-out;
	z-index: 9;
}

.mix-detail.active {
	opacity: 1;
	pointer-events: all;
}

.mix-overview-toggle.hide {
	opacity: 0;
}

.container-mixitup-btns button.btn.red {
    color: #000000;
    background-color: #FFF;
}

.container-mixitup-btns button.btn.red.mixitup-control-active {
	background-color: #C51415;
	color: #FFFFFF;
}

@media all and (min-width: 641px) {
	body .solutionRequestWrapper .gform_wrapper.gravity-theme .gfield.gfield--width-half:nth-child(even) {
		margin-left: .75rem;
	}

	body .solutionRequestWrapper .gform_wrapper.gravity-theme .gfield.gfield--width-half:nth-child(odd) {
		margin-right: .75rem;
	}

	body .gform_wrapper.gravity-theme.gf_login_form .gform_button.button, body .gform_wrapper.gf_login_form .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), .btn, .wp-block-button__link, .comment-form .submi {
		max-width: 235px;
	}

	div#gform_fields_login {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	div#field_0_1, div#field_0_2 {
		width: calc(50% - .75rem);
	}

	div#field_0_3 {
		width: 100%;
	}

	body div#gform_wrapper_8 input[type=submit], body div#gform_wrapper_9 input[type=submit] {
		max-width: 235px;
		margin: 0 auto 0 0 ;
	}

	div#field_8_3 {
		margin-right: 1.5rem;
	}

	div#field_8_4 {
		margin-left: 1.2rem;
	}


	div#field_6_2 {
		padding-right: 2%;
	}

	div#field_6_3 {
		padding-left: 2%;
	}

}

@media all and (min-width: 768px) {
	.solutionRequestWrapper .overlayInner {
		height: calc(90vh - 17rem);
	}

	body .solutionRequestWrapper  .gform_wrapper .button.gform_button, .openSolutionRequest {
		max-width: 235px;
		margin: 0  0 2.5rem;
	}

	.my-bundle .cptLoop {
		display: flex;
		flex-wrap: wrap;
	}

	.my-bundle .cptLoop li {
		width: calc(50% - 15px);
		border: 1px solid #E2E2E2;
		border-radius: .5rem;
		margin: 0 .75rem 2rem;
	}

	.my-bundle .ctpLoopContent {
		border: 0;
	}

	.quotes-text p {
		font-size: 3.5rem;
		line-height: 4rem;
	}

	.quote-slider {
		max-width: 792px;
		margin: 0 auto;
	}

	.search-main article {
		width: calc(50% - 15px);
		margin: 0 .75rem 3.6rem;
	}

	.search-container.container {
		padding: 0 1.25rem;
		display: flex;
		flex-wrap: wrap;
	}

	.mixitup .container {
		padding: 0 1.25rem;
	}

	.mix {
		width: calc(50% - 15px);
	}

	.mix-detail{
		left: calc(100% + 15px);
		width: calc(100% + 16px);
	}

	.container-mixitup {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.container-mixitup-btns {
		margin-bottom: 3rem;
	}

	.container-mixitup-btns button.btn.red {
		display: inline-block;
		margin-right: 1.5rem;
	}

	.mix-overview-file {
		height: 312px;
	}

	.copyright {
		line-height: 1.8rem;
	}

	.archive-body .cpt-loop-wrapper {
		margin-top: 3rem;
	}

	.tax-sectors .other-cpts-container.container {
		margin-bottom: 16rem;
	}

	.archive-head-inner.intro-inner .button-wrapper {
		display: inline-block;
	}

	.archive-head-inner.intro-inner .button-wrapper button.btn.red {
		margin-top: 0;
		margin-bottom: 0;
		background-color: #FFF;
		color: #C51415;
		font-weight: 700;
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.archive-head-inner.intro-inner .button-wrapper button.btn.red:hover {
		background-color: #C51415;
		color: #FFFFFF;
	}

	.tax-sectors .count-toggle-view-wrapper {
		margin: 4rem .75rem 2rem;
	}

	.archive-head-inner.intro-inner .sub-branchen-outer:after {
		background-color: #FFF;
		bottom: 0;
		left: 0;
		right: 0;
		height: 4rem;
		position: absolute;
		content: "";
	}

	.tax-sectors .archive-head-inner .filterTitle {
		padding-top: 3rem;
	}
}

@media all and (min-width: 991px) {
	.solcat-list {
		width: calc(100% - 450px);
	}

	.solution-cats-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.solution-cats-wrapper-pt {
		display: block;
	}

	.solcat-title-container {
		max-width: 389px;
	}

	.solcat-title-container-pt > a {
		margin-bottom: 15px !important;
	}

	.solcat-list-pt {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.solcat-icon-pt {
		margin: auto;
	}

	.mix-detail {
		padding: 5.7rem;
	}

	.branchen-container.container.list {
		padding: 0;
		margin-top: 45px;
	}

	ul.cpt-loop.list .ctp-loop-body {
		border-top: unset;
		border-radius: .5rem;
	}

	ul.cpt-loop.list .ctp-loop-head {
		display: block;
	}

	.archive-body.list .count-toggle-view-wrapper {
		width: 73%;
		margin: 2.9rem .75rem 2rem auto;
	}

	.filterResults.list {
		width: 73%;
		margin-left: auto;
	}

	.cpt-loop.list {
		width: 100%;
		margin: 0 0 0 auto;
	}

	.branchen-container.container.list a:before {
		display: none;
	}

	.branchen-container.container.list a {
		margin-bottom: 2rem;
		box-shadow: 0px 0px 5px #0000001a;
		border-radius: 5px;
		padding: 2rem;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
	}

	.filter-sectors .list a:after {
		right: 2rem;
	}

	ul.cpt-loop.list .ctp-loop-body {
		padding: 1rem 0 0;
	}

}

@media all and (min-width: 1025px) {
	body .solutionRequestWrapper .gform_wrapper .button.gform_button:hover , .openSolutionRequest:hover, body div#gform_wrapper_8 input[type=submit]:hover, body div#gform_wrapper_9 input[type=submit]:hover {
		background-color: #FFF;
    	color: #C51415;
	}

	.container-mixitup-btns button.btn.red:hover {
		color: #C51415;
	}

	.container-mixitup-btns button.btn.red.mixitup-control-active:hover {
		color: #000000;
		background-color: #FFFFFF;
	}

	.my-bundle .cptLoopInner {
		display: flex;
		justify-content: space-between;
	}

	.my-bundle .cptLoopImg {
		height: 185px;
		width: 160px;
		object-fit: cover;
		border-radius: 5px;
	}

	.my-bundle .ctpLoopContent {
		padding: 1rem 0 0 0;
		width: calc(100% - 185px);
	}

	.my-bundle .wpfp-span .cptLoop li {
		padding: 1.2rem 1.5rem 1.5rem 1.1rem;
	}

	.quote-container .slick-dots {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

}

@media all and (min-width: 1235px) {
	.page-template-template-myrequests div#page {
		margin-top: 160px;
	}

	.page-template-template-myrequests .title-container {
		padding-top: 5.6rem;
	}

	.solcat-list {
		width: calc(100% - 490px);
	}

	.quote-container {
		border-radius: 5px 0 0 5px;
	}

	.search-main {
		margin-top: 152px;
	}

	.mix {
		width: calc(50% - 58px);
	}

	.mix-detail{
		left: calc(100% + 58px);
		width: calc(100% + 59px);
	}

	.solution-cat-menu-item a {
		margin: 0 0 1rem 0;
	}

}

@media all and (max-width: 480px) {
	.wp-block-container.container.heading h1 br, .wp-block-container.container.heading h2 br, .wp-block-container.container.heading h3 br ,.wp-block-container.container.heading h4 br, .wp-block-container.container.heading h5 br, .wp-block-container.container.heading h6 br {
		display: none;
	}

	.wp-block-container.container.buttons a.wp-block-button__link {
		margin: 0;
	}

	.fixed-tami-icon img {
		width: 65px;
	}

	.fixed-tami-icon {
		padding: .8rem 1.1rem .8rem;
		background-color: #030B24;
		border-radius: .7rem 0 0 .7rem;
		position: fixed;
		top: 72px;
		right: 0;
		z-index: 10;
		transition: .3s ease-in-out;
	}

	.fixed-tami-icon .sticky {
		display: none;
	}

	.sticky .fixed-tami-icon {
		top: 150px;
		padding: .6rem 2rem .7rem;
	}

	body:not(.home) .fixed-tami-icon  {
		top: 140px;
		top: 93px;
	}

	.sticky .fixed-tami-icon img {
		width: 20px;
	}

	.sticky .fixed-tami-icon .not-sticky {
		display: none;
	}

	.sticky .fixed-tami-icon .sticky {
		display: block;
	}

	.entry-title {
		hyphens: auto;
	}
}

@media all and (max-width: 767.98px) {
	.fixed-tami-icon img {
		width: 65px;
	}

	.fixed-tami-icon {
		padding: .8rem 1.1rem .8rem;
		background-color: #030B24;
		border-radius: .7rem 0 0 .7rem;
		position: fixed;
		top: 72px;
		right: 0;
		z-index: 10;
		transition: .3s ease-in-out;
	}

	.fixed-tami-icon .sticky {
		display: none;
	}

	.sticky .fixed-tami-icon {
		top: 150px;
		padding: .6rem 2rem .7rem;
	}

	body:not(.home) .fixed-tami-icon  {
		top: 140px;
		top: 93px;
	}

	.sticky .fixed-tami-icon img {
		width: 20px;
	}

	.sticky .fixed-tami-icon .not-sticky {
		display: none;
	}

	.sticky .fixed-tami-icon .sticky {
		display: block;
	}
}

@media all and (max-width: 767px) {
	.archive-head-inner.intro-inner .breadcrumbs {
		padding-bottom: 2rem;
	}

	.ctp-loop-body {
		padding: 2.5rem 1.5rem 1.9rem 2.5rem;
	}

	.intro-tami {
		text-align: center;
	}

	.intro-tami-item a {
		max-width: 155px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.news-nav-wrapper {
		right: -.5rem;
	}

	.news-nav-wrapper .slick-list {
		overflow-x: auto;
	}

	.archive-head-inner.intro-inner {
		padding: 1em 0;
	}

	h1, .h1 {
		font-size: 3.5rem;
	}

	h2, .h2 {
		font-size: 3rem;
	}

	p.news-title {
		line-height: 1.8;
		font-size: 2rem;
	}

	.news-btn-wrapper {
		display: block;
	}

	.news-btn-wrapper .btn {
		margin: 1rem 0;
		max-width: 100%;
	}

	.news-btn-wrapper .btn.underline {
		text-align: center;
	}

	.news-main-wrapper .slick-dots {
		display: flex !important;
		margin-top: 2rem;
	}

	.footer-inner.bottom {
		padding: 4.6rem 0 8.8rem;
	}

	.footer-body {
		padding-top: 1.5rem;
	}

	.social-list {
		margin-bottom: 1rem;
	}

	.footer-branding {
		padding-bottom: 1rem;
	}

	/* .fixed-links {
		bottom: 30rem;
	} */

	.sub-menu-inner .h2.dot.alt-sub-title {
		margin-bottom: 1.5rem;
	}

	.solutions-menu-form {
		padding-bottom: 2.2rem;
		margin-bottom: 1.7rem;
	}

	.solution-cat-menu {
		padding-bottom: 1.7rem;
	}

	.sectors-menu-list-item {
		margin: 10px 0;
		padding: 0;
	}

	.sectors-menu-list-title {
		font-size: 1.4rem;
		margin-left: 2rem;
		color: #474747;
	}

	.cpt-loop-title a {
		font-size: 1.8rem;
	}

	.post-type-archive-accreditation .breadcrumbs {
		padding: 0 2rem 2rem 0;
	}

	.post-type-archive-accreditation .custom-cat-title {
		padding: 0;
	}

	.post-type-archive-accreditation .cptLoopWrapper {
		margin-top: 2.5rem;
	}

	.post-type-archive-accreditation .cptLoopSingle {
		width: 100%;
		margin: 0 0.75rem 2rem 0;
	}

	.post-type-archive-accreditation .lang-select-list {
		height: auto;
	}

	.news {
		margin-top: 15rem;
	}
}

@media all and (max-width: 1023px) {
	.location-map-container {
		width: 100%;
		order: 1;
	}

	.location-text-content.container {
		width: 50%;
		z-index: 1;
		margin: 0;
	}

	.location {
		display: flex;
		flex-wrap: wrap;
	}

	.location-toggle-container {
		margin-left: 2rem;
	}
}

@media all and (max-width: 1234px) {
	.header-search-inner {
		display: flex;
		justify-content: space-between;
	}

	.header-search-inner .asp_w_container {
		width: calc(100% - 80px);
	}

	.solutionContactTitle {
		margin-top: 0;
		max-width: 100%;
	}
}

.page-template-template-map .fixed-tami-icon {
    display: none;
}

@media all and (min-width: 1235px) {
	.mobile-search-brand {
		display: none;
	}
}
body .asp_w.asp_m .probox .proinput input.orig {
    padding-top: 0 !important;
}

body .asp_w.asp_m .probox .proinput input.orig::placeholder {
  	color: #030B2471;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 200;
	font-family: "Helvetica Neue", "Roboto", sans-serif!important;
}

body #product_reviews label {
    display: block;
    font-size: 1.2rem;
    text-align: left;
    margin: 0;
    font-weight: 300;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .8rem;
}

body #product_reviews label.rating-label {
	padding-left: 0;
}

body #product_reviews #respond input[type="text"], body #product_reviews #respond input[type="email"], body #product_reviews textarea {
    font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    border: 0;
    border-radius: 2.3rem;
    padding: .8rem;
    line-height: 2.9rem;
    text-align: center;
    color: #030B24;
    margin: 0 0 1.5rem 0;
    background-color: #BABABA25;
    width: 100%;
    max-width: unset;
}

body #product_reviews p {
	margin-bottom: 0;
}

body #product_reviews .comment-notes, body #product_reviews p.review-rating.allow-edit {
    margin-bottom: 1.5rem;
}

body #product_reviews p.form-submit {
    margin-top: 1.5rem;
}

form#commentform input#submit {
    text-align: center;
    margin: 0;
}

form#commentform input#submit[disabled] {
    filter: grayscale(1);
}

form#commentform input#submit[disabled]:hover {
    color: #FFF;
	background-color: #C51415;
}

@media all and (max-width: 767px) {
    .solution-contact-body,
	.solution-contact-footer-inner.desktop,
	.solution-contact-head,
	.slick-slide .ContactImg {
		display: none;
	}

	.solution-contact-footer-inner.mobile .ContactImg {
		display: block;
	}

	.solutionContact {
		z-index: 11;
	}

	.solution-contact-body.active, .solution-contact-head.active, .ContactImg.active {
		display: block;
	}

	.ContactImg.active {
		max-width: 55px;
		max-height: 55px;
	}

	.solution-contact-footer .btn {
		margin: 0 auto;
		max-width: 180px;
		padding: .5rem 2rem;
	}

	.solution-contact-footer-inner.desktop .add-to-bundle {
		float: none;
		text-align: center;
		margin: 10px auto 0;
	}

	.solution-contact-footer-inner.desktop .btn-pdf {
		justify-content: center;
		padding-top: 1rem;
	}

	.solution-contact-footer {
		padding: 0 2rem;
		justify-content: center;
	}

	.solution-contact-footer .solution-contact-footer-inner.desktop > p {
		width: 100%;
	}

	.solution-contact-footer .wpfp-span {
		text-align: center;
	}

	.single-contact, .single-contact a {
		justify-content: center;
		margin: 0;
	}

	.contact-adress span {
		display: inline-block;
	}

	.solution-description-inner.right.img {
		width: auto;
	}
	.solution-contact-footer-inner.mobile {
		width: auto;
		justify-content: flex-start;
	}

	.contact-inner {
		background: #030B24 !important;
		text-align: center;
	}

	.solution-contact-head .red {
		color: #C51415;
		font-weight: 400;
		margin: 0;
	}

	.solutionContactTitle {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	.solutionContactTitle.mobile {
		display: none;
	}

	.solution-description-inner h2,
	.solution-description-title h2 {
		margin-top: 1.5rem;
		margin-bottom: 3.5rem;
		line-height: normal;
		font-size: 3rem;
	}

	.dot:after, .solution-description-inner h2:after,
	.solution-description-title h2:after {
		font-size: inherit;
	}

	.single .footer-inner.bottom {
		padding-bottom: 17rem;
	}

	.solutionContactInner {
		border-top: 1px solid rgba(255,255,255,0.1);
	}

	body .asp_w.asp_r {
		width: calc(100% - 3rem) !important;
		left: 1.5rem !important;
	}
}

@media (max-width: 991.98px) {
    .solution-description-inner.right.img {
        background-size: cover !important;
        max-height: none !important;
        width: auto;
    }
}

@media all and (min-width: 1921px) {
	.template-map-list-overlay {
		padding-right: 150px !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  img {
    image-rendering: unset !important;
  }
}}

@media all and (min-width: 1400px) {
	.news-btn-wrapper .btn {
		max-width: 240px;
	}
}

@media all and (max-width: 1024px) {

	.single-solutions div#chat-application {
		display: none !important;
	}

	.my-bundle .cptLoopCatImg {
		top: 165px;
	}
}

@media (max-height: 700px) and (min-width: 768px) {
	.overlayInner {
		height: 80vh;
	}
}

@media all and (max-width: 991px) {
	.location-map-container {
		height: 740px;
	}

	.location-map-container:before {
		content: "";
		position: absolute;
		height: 100px;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: linear-gradient(
	0deg, #0B142E00, #0B142E50, #0B142E);
		z-index: 2;
	}

	.location-map {
		background: #0A132F !important;
	}
}

.solutionContactInner ul li {
	background-color: #FFF;
	border: 1px solid #C4111A;
	border-radius: 50%;
	font-size: 0;
	padding: 0;
	margin: 0 .8rem;
	width: 10px;
	height: 10px;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.solutionContactInner ul li.active {
	background-color: #C4111A;
	width: 14px;
	height: 14px;
}
.solutionContactInner ul {
	display: flex;
	justify-content: center;
	align-items:center;
	width: 100%;
	margin-top: 2.2rem;
}

.custom-site-header-text .btn {
    margin-bottom: 0;
}

.custom-site-header-text lottie-player {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6px;
    right: 4.9rem;
}


@media all and (max-width: 767px) {
	.custom-site-header-text lottie-player {
		width: 50px;
		height: 55px;
		right: 1.9rem;
	}
}

@media all and (max-width: 374px) {
	.custom-site-header-cta-title {
		padding-right: 4rem;
	}
	.custom-site-header-text lottie-player {
		top: 29px;
	}
}

/*STYLING CARD CONTAINER WI PREIS*/
.wp-block-group.card-container {
    padding: 7rem 0;
}

.wp-block-group.card-container .wp-block-group {
    padding: 2rem 2rem 3.3rem 4rem;
	border-radius: .5rem;
	height: 100%;
}

.wp-block-group.card-container .wp-block-group .wp-block-group {
    padding: 0;
}

.wp-block-group.card-container h3 {
    display: flex;
    align-items: center;
    margin: 0;
}

.wp-block-group.card-container h3 img {
	margin-right: 1.6rem;
}

.wp-block-group.card-container p {
	margin: 0;
	line-height: 2.5rem;
}

.wp-block-group.card-container .wp-block-container.container.heading {
	margin: 0 0 3rem;
}

.wp-block-group.card-container .wp-block-column:not(:first-child) {
    margin-left: 1.5rem;
}

.wp-block-group.card-container .wp-block-columns {
	margin-bottom: 0;
}

@media all and (max-width: 768px) {
	.wp-block-group.card-container .wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.wp-block-group.card-container .wp-block-column:first-child {
		margin-right: 1.5rem;
	}

	.wp-block-group.card-container .wp-block-column:last-child {
		margin-top: 1.5rem;
	}
	.solution-contact-img {
		display: none;
	}
	.cpt-single-tags-wrapper a {
		padding: .7rem 2rem;
		font-size: 1.2rem;
		margin-right: .5rem;
		margin-bottom: 1rem;
	}
}

@media all and (max-width: 599px) {
	.wp-block-group.card-container .wp-block-column:first-child {
		margin-right: 0;

		margin-bottom: 1.5rem;
	}
}

.other-branchen-single.top a, .other-branchen-single.top .button-wrapper {
    width: 100%;
	max-width: 288px;
}

.other-branchen-single.top .btn {
    padding: 1.55rem;
}

@media all and (min-width: 1024px) {
	.other-branchen-single.top {
		padding-left: 8rem;
	}
}

.map-template .wp-block-container.container.buttons {
    margin-top: 20rem;
}

@media all and (max-width: 1234px) {
	.map-template .wp-block-container.container.buttons {
		margin-top: 14rem;
	}
}

/*SHOW ALL REGIONS*/
.solution-region-show-more, .insertet-region div {
	border: 1px solid #C51415;
    border-radius: 1rem;
    line-height: 1.7rem;
    letter-spacing: .42px;
    font-size: 1.4rem;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0 0.5rem 1rem;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
	background-color: #C51415;
	color: #FFF;
}

.insertet-region div {
	pointer-events: none;
	text-align: left;
	padding-left: 5.8rem;
}

.lang-solution-popup-wrapper .solutionsRegions {
    padding-left: 0;
    padding-right: 0;
}

.lang-select-inner.lang-solution-popup-inner {
    padding: 4rem 5rem;
}

main.zindex {
	z-index: 1 !important;
}

@media all and (min-width: 1025px) {
	.solution-region-show-more:hover {
		background-color: #FFF;
		color: #C51415;
	}
}

@media all and (min-width: 1235px) {
	.solution-region-show-more, .insertet-region div {
		max-width: 172px;
	}

	.lang-solution-popup-inner .solutionsRegions {
		justify-content: space-around;
	}

	.lang-solution-popup-inner .solutionsRegions li {
		max-width: 172px;
	}
}

@media all and (max-width: 767px) {
	.lang-solution-popup-wrapper .solutionsRegions li {
		width: 100%;
	}
}

.mapboxgl-popup-content {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.more-contacts {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
}

.more-contacts:after, .more-contacts-title:after {
	content: "";
	position: absolute;
	background-color: #C51415;
	width: 100vw;
	height: 1.5px;
	bottom: 0;
	left: -4.9rem;
}

.more-contacts-title {
	font-size: 2rem;
    font-weight: 700;
    padding-right: 5rem;
    margin: 2rem 0;
    position: relative;
    padding-bottom: 1.5rem;
    color: #030B24;
    padding-top: 1rem;
}

.more-contacts-title:after {
	background-color: #C51415;
    bottom: auto;
    top: 0;
    height: 1px;
}

.more-contacts:last-of-type:after {
    display: none;
}

.more-contact-arrow-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	position: relative;
}

.more-contact-arrow {
    background-image: url(../img/icons/arrow-right-white.svg);
    display: block;
    width: 25px;
    height: 25px;
    background-color: #C51415;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transform: rotate(90deg);
    position: absolute;
    top: -25px;
    right: 8px;
	animation: bounceTopMore .6s infinite alternate;
	-webkit-animation: bounceTopMore .6s infinite alternate;
}

/*
*STYLING DROPDOWN FORM
*/
body .gform_wrapper.gravity-theme .ginput_complex select {
    font-size: 1.4rem;
    letter-spacing: .42px;
    font-weight: 200;
    line-height: 1.7rem;
    height: auto;
    padding: 1.5rem 3.7rem 1.5rem;
    border: 1px solid #E2E2E2;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0px 0px 10px #0000001a;
	font-family: "Helvetica Neue", "Roboto", sans-serif;
}

body .full--width .ginput_container .address_country {
    width: 100%;
    flex: unset !important;
    padding-right: 0 !important;
	position: relative;
}

body .custom-select .ginput_container .address_country:before, body .custom-address .ginput_container .address_country:before  {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1.6rem;
	bottom: 17px;
	right: 2rem;
	background-image: url('../img/icons/angle-down-red.svg');
	background-position: center;
	background-repeat: no-repeat;
}

body .custom-address .ginput_container .address_country {
	position: relative;
}

body .custom-address .ginput_container .address_country:before {
	bottom: 48px
}

body .full--width .ginput_container .address_country label, body .custom-address .ginput_container .address_country label, body .gform_wrapper.gravity-theme .custom-address .ginput_complex  label {
    font-size: 1.2rem;
    margin: 0 0 7px;
    line-height: 1.5rem;
    font-weight: 300;
    margin-left: 2rem;
    text-align: left;
    padding-top: 0;
}

body .full--width {
    margin-bottom: 1.5rem !important;
}

body .gform_wrapper.gravity-theme .custom-address .ginput_complex select {
    padding: 1rem 3.7rem 1.1rem;
}

body .custom-address .ginput_container .address_country label {
	margin-top: 1.5rem !important;
}

.custom-address {
    margin-bottom: 1.5rem !important;
}

.wp-block-container.latest-posts ul li::before {
	display: none;
}

.wp-block-container.latest-posts ul li {
	padding: 0;
}


.ctp-loop-head.search a {
    height: unset;
}

@media  all and (max-width: 480px) {
	.certcontent[data-certcontent="1"] iframe {
		height: 335px !important;
	}

	.certcontent[data-certcontent="2"] iframe, .certcontent[data-certcontent="3"] iframe {
		height: 240px !important;
	}

}

/*ABSTAND FIX*/
.solution-description-inner {
	padding-bottom: 3rem;
}

.solution-description-inner.right.img {
	margin-bottom: 3rem;
	padding-bottom: 0;
    max-height: max-content;
    background-repeat: no-repeat;
    background-size: contain;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .solution-description-inner.right.img {
        max-height: unset;

    }
}

.solution-description-wrapper.full .solution-description-inner.left, .solution-description-wrapper-outer[data-count="1"] .solution-description-wrapper {
	padding-bottom: 0;
}

.solution-description-wrapper, .solution-description-wrapper-outer[data-count="1"] .solution-description-wrapper {
	margin-bottom: 3rem;
}

.solution-description-wrapper {
	padding-bottom: 3rem;
}

.solution-description-wrapper-outer.hide .solution-description-wrapper {
	padding-bottom: 0!important;
}

.related-posts-outer {
	margin-top: 3rem;
	padding-top: 3rem;
}

.solution-description-wrapper-outer.has-top .solution-description-wrapper .solution-description-inner, .solution-description-wrapper-outer.has-top .solution-description-wrapper  {
	padding-bottom: 3rem !important;
}

.solution-description-wrapper-outer.has-top.hide .solution-description-wrapper {
	padding-bottom: 0 !important;
}

.solution-description-wrapper-outer.has-top.hide .solution-description-wrapper .to-top {
	bottom: -2rem !important;
}

.solution-description-wrapper.full-width {
	padding-top: 0 !important;
	padding-bottom: 3rem !important;
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.solution-description-wrapper.full-width > div, .solution-description-wrapper-outer.hide .text-only > div {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.solution-single-top-container {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

/*-------------------------------------------------*/
/*--------------- SOLUTIONS BUNDLE -------------------*/
/*-------------------------------------------------*/

.bundle-single-post .entry-title {
	padding: 3em 0 2em;
}
.bundle-single-post .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}
.bundle-single-post .row .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bundle-single-post .col {
	padding-right: 15px;
    padding-left: 15px;
	flex: 0 0 auto;
}
.bundle-single-post .col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.bundle-single-post .bundle-desc {
	border: 1px solid #ddd;
	padding: 1em;
}
.bundle-single-post .bundle-desc h2 {
	font-size: 30px;
	color: #c51415;
}
.bundle-single-post .wp-block-container.container.heading h2 {
	color: #000;
	font-size: 20px;
	letter-spacing: normal;
}
.bundle-single-post .bundle-author { 
	color: #fff;
	position: relative;
	margin-top: -5em;
} 
.bundle-single-post .author-info {
	padding: 3em;	
	border-radius: 10px;
	background-color: #c51415;
}
.bundle-single-post .author-desc {
	margin-top: 3em;
	color: #fff;
}
.bundle-single-post .author-desc span,
.bundle-single-post .author-share a {
	padding-left: 10px;
}
.bundle-single-post .author-desc a,
.bundle-single-post .author-share a {
	color: #fff;
}
.bundle-single-post .author-share .btn-link {
	background: none;
	border: 0;
	color: #fff;
	font-size: 1.6rem;
}
.bundle-single-post .author-info .avatar { 
	position: relative; 
	top: 0; 
	left: 0; 
	float: left; 
	border-radius: 100%;
} 
.bundle-single-post .author-name { 
	padding: 24px;
	margin-left: 6em;
} 
.bundle-single-post .author-name h3 { 
	color: #fff;
	font-weight: 600;
	font-size: 30px;
} 
.bundle-single-post .author-info-full .author-avatar,
.bundle-single-post .author-info-full .author-desc {
	float: left;
}
.bundle-single-post .author-info-full .author-desc {
	margin-top: auto;
}
.bundle-single-post .author-info-full .author-share {
	text-align: center;
	margin-top: auto;
}
.bundle-single-post .container-bundled-solutions {
	margin: 4em auto;
}
.bundle-single-post .container-bundled-solutions h3 {
	font-size: 4.5rem;
    font-weight: 400;
    margin-bottom: 1em;
}
.bundle-single-post .container-bundled-solutions .border {
	align-items: center;
	border: 1px solid #c51415;
	padding: 10px;
}
@media only screen and (min-width: 992px) {
	.bundle-single-post .col-lg-2 {
		flex: 0 0 auto;
		width: 20%;
	}
	.bundle-single-post .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.bundle-single-post .col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.bundle-single-post .col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.bundle-single-post .col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
}

/* Bundle Interest Form */
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme,
.bundle_interest_form.gform_confirmation_wrapper.gravity-theme {
	background-color: #13293E;
	border-radius: 8px;
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	margin: 64px 0;
	padding: 32px;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .gform_heading {
	flex: 0 0 100%;
	text-align: center;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form {
	flex: 0 0 100%;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .gform_title {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 40px;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .gform_description {
	color: #FFFFFF;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield {
	margin: 0 0 16px 0;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield > legend,
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield > label {
	color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px 0;
    text-align: left;
    width: 100%;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield .ginput_complex label {
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 4px 0;
	padding: 0;
    text-align: left;
    width: 100%;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield .gfield_required {
    color: #FFFFFF;
    margin: 0 0 0 2px;
    padding: 0;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .gform_required_legend .gfield_required.gfield_required_asterisk {
    color: #FFFFFF;
    font-weight: bold;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield .gfield_required .gfield_required_text {
	color: #FFFFFF;
	padding-left: 4px;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield .gfield_validation_message {
	border-radius: 8px;
	margin: 4px 0 0 0;
    padding: 8px 12px;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield .ginput_container_consent {
	align-items: center;
	display: flex;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input,
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield textarea {
	background-color: #FFFFFF;
	color: #13293E;
	margin: 0;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield .gfield_radio {
	align-items: center;
	display: flex;
	gap: 12px;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input[type="radio"] + label {
	color: #FFFFFF;
	max-width: none;
	padding-left: 4px;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input[type="text"],
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input[type="email"],
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input[type="tel"],
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield textarea {
	border: none;
	border-radius: 8px;
	font-size: 14px;
	line-height: 18px;
	min-height: 40px;
	padding: 4px 8px;
	text-align: left;
	width: 100%;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield textarea {
	resize: none;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input[type="checkbox"] {
	appearance: auto;
	border: none;
	height: auto;
	margin: 0;
	min-height: auto;
	min-width: auto;
	top: 0;
	width: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input[type="checkbox"] + label {
	color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
	padding-left: 8px;
}
.bundle_interest_form_wrapper.gform_wrapper.gravity-theme .bundle_interest_form .gform_body .gform_fields .gfield input[type="checkbox"] + label a {
	color: #FFFFFF;
	display: inline-block;
	text-decoration: underline;
}

/*-------------------------------------------------*/
/*--------------- AUTHOR ARCHIVE -------------------*/
/*-------------------------------------------------*/

.author-archive .post-card-wrap {
	border: 1px solid #d3d3d3;
	border-radius: 15px;
	background-color: #fff;
    color: #c51415;
	font-size: 20px;
	margin-bottom: 1em;
}
.author-archive .post-card-img {
	object-fit: cover;
	min-height: 175px;
	max-height: 175px;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.author-archive .post-card-text {
	padding: 5px 10px 5px;
    margin: 8px 0;
}
.author-archive .post-card-text a {
	color: #c51415;
}
.author-archive .post-card-text a:hover {
	opacity: 0.8;
}
.author-archive .post-card-more {
	padding: 0;
	margin: 5px 0px 5px 3px;
	text-align: right;
}
.author-archive .post-card-more a {
	color: #fff;
	background-color: #c51415;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	border-top-left-radius: 5px;
    border-bottom-right-radius: 15px;
}
.author-archive .post-card-date {
	font-size: 13px;
}
.author-archive .author-title {
	font-weight: 500;
	margin: 2em auto;
	text-align: center;
}
.author-archive .author-name {
	padding: 24px;
    margin-left: 5em;
    margin-right: 2em;
}
.author-archive .author-desc {
	padding-left: 6em;
}

/*VALUE CHAIN EXTERN STYLING*/
.valuechain-content .solution-single-top-container {
	margin-bottom: 20rem;
	margin-top: 3em;
}
.valuechain-title {
	font-size: 3.8rem;
	text-align: center;
}
.container-valuechain {
	width: 100%;
	max-width: 1550px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}
.row-valuechain {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	align-items: center;
	justify-content: center;
}
.row-valuechain > *{
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}
/* Valuechain squares */
.col5-valuechain {
	flex: 1 0 0;
	padding: 0;
	width: 20%;
}
.col5-valuechain img {
	display: block;
	margin: 0 auto 1em;
	max-width: 100%;
	width: 35px;
}
.wrap-valuechain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 2em;
	height: 250px;
	width: 250px;
	position: relative;
}
.h3-valuechain {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	max-width: 250px;
}
.text-valuechain {
	padding: 6rem 12px 1em;
	width: 195px;
	height: 208px;
	line-height: 1.3;
	font-size: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.col5-valuechain:first-child .wrap-valuechain,
.col5-valuechain:nth-child(6) .wrap-valuechain,
.col5-valuechain:nth-child(11) .wrap-valuechain,
.col5-valuechain:nth-child(16) .wrap-valuechain,
.col5-valuechain:nth-child(21) .wrap-valuechain {
	background-image: url("../images/01.petrol.png");
}
.col5-valuechain:nth-child(2) .wrap-valuechain,
.col5-valuechain:nth-child(7) .wrap-valuechain,
.col5-valuechain:nth-child(12) .wrap-valuechain,
.col5-valuechain:nth-child(17) .wrap-valuechain,
.col5-valuechain:nth-child(22) .wrap-valuechain {
	background-image: url("../images/02.blue.png");
}
.col5-valuechain:nth-child(3) .wrap-valuechain,
.col5-valuechain:nth-child(8) .wrap-valuechain,
.col5-valuechain:nth-child(13) .wrap-valuechain,
.col5-valuechain:nth-child(18) .wrap-valuechain,
.col5-valuechain:nth-child(23) .wrap-valuechain {
	background-image: url("../images/03.purple.png");
}
.col5-valuechain:nth-child(4) .wrap-valuechain,
.col5-valuechain:nth-child(9) .wrap-valuechain,
.col5-valuechain:nth-child(14) .wrap-valuechain,
.col5-valuechain:nth-child(19) .wrap-valuechain,
.col5-valuechain:nth-child(24) .wrap-valuechain {
	background-image: url("../images/04.orange.png");
}
.col5-valuechain:nth-child(5n) .wrap-valuechain,
.col5-valuechain:last-child .wrap-valuechain {
	background-image: url("../images/05.yellow.png");
}
@media screen and (max-width: 1099px) {
	.wrap-valuechain {
		height: 200px;
		width: 200px;
	}
	.text-valuechain {
		width: 156px;
		height: 200px;
	}
}
@media screen and (max-width: 991px) {
	.col5-valuechain {
		width: 30%;
	}
	.h3-valuechain {
		max-width: 100%;
	}
	.wrap-valuechain {
		height: 250px;
		width: 250px;
	}
	.text-valuechain {
		width: 188px;
		height: 206px;
	}
	.archive-body-jobs .wp-block-column-3 {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.col5-valuechain {
		width: 50%;
	}
	.wp-block-container.container.heading h2 {
		text-align: center;
	}
}
@media screen and (max-width: 520px) {
	.col5-valuechain {
		width: 100%;
	}
	.h3-valuechain {
		text-align: center;
	}
	.wrap-valuechain {
		height: 300px;
		width: 400px;
		background-position: center;
	}
	.text-valuechain {
		font-size: 14px;
		width: 350px;
		height: 220px;
		margin: 0 auto;
		max-width: 240px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 2.5em 12px;
	}
	.col5-valuechain:first-child .wrap-valuechain,
	.col5-valuechain:nth-child(6) .wrap-valuechain,
	.col5-valuechain:nth-child(11) .wrap-valuechain,
	.col5-valuechain:nth-child(16) .wrap-valuechain,
	.col5-valuechain:nth-child(21) .wrap-valuechain {
		background-image: url("../images/01.petrol-mobile.png");
	}
	.col5-valuechain:nth-child(2) .wrap-valuechain,
	.col5-valuechain:nth-child(7) .wrap-valuechain,
	.col5-valuechain:nth-child(12) .wrap-valuechain,
	.col5-valuechain:nth-child(17) .wrap-valuechain,
	.col5-valuechain:nth-child(22) .wrap-valuechain {
		background-image: url("../images/02.blue-mobile.png");
	}
	.col5-valuechain:nth-child(3) .wrap-valuechain,
	.col5-valuechain:nth-child(8) .wrap-valuechain,
	.col5-valuechain:nth-child(13) .wrap-valuechain,
	.col5-valuechain:nth-child(18) .wrap-valuechain,
	.col5-valuechain:nth-child(23) .wrap-valuechain {
		background-image: url("../images/03.purple-mobile.png");
	}
	.col5-valuechain:nth-child(4) .wrap-valuechain,
	.col5-valuechain:nth-child(9) .wrap-valuechain,
	.col5-valuechain:nth-child(14) .wrap-valuechain,
	.col5-valuechain:nth-child(19) .wrap-valuechain,
	.col5-valuechain:nth-child(24) .wrap-valuechain {
		background-image: url("../images/04.orange-mobile.png");
	}
	.col5-valuechain:nth-child(5n) .wrap-valuechain,
	.col5-valuechain:last-child .wrap-valuechain {
		background-image: url("../images/05.yellow-mobile.png");
	}
}
/* Valuechain circles */
.row-valuechain-circle {
	justify-content: space-between;
	align-items: flex-start;
}
.col-valuechain-circle {
	background-repeat: no-repeat;
	background-size: contain;
}
.circle-3c {
	background-image: url("../images/circle-3-steps.png");
	width: 600px;
	height: 607px;
}
.circle-4c {
	background-image: url("../images/circle-4-steps.png");
	width: 618px;
	height: 612px;
}
.circle-5c {
	background-image: url("../images/circle-5-steps.png");
	width: 600px;
	height: 600px;
}
.circle-6c {
	background-image: url("../images/circle-6-steps.png");
	width: 600px;
	height: 600px;
}
.circle-7c {
	background-image: url("../images/circle-7-steps.png");
	width: 600px;
	height: 600px;
}
.circle-8c {
	background-image: url("../images/circle-8-steps.png");
	width: 600px;
	height: 600px;
}
.col-valuechain-circle {
	width: 50%;
}
.h3-valuechain-circle {
	/* display: none; */
	text-align: center;
}
.text-valuechain-circle {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.wrap-valuechain-circle {
    position: relative;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	max-width: 25%;
	line-height: 1.3;
}
.text-valuechain-circle img {
	display: none;
}
.circle--3c .text-valuechain-circle.title1 {
	top: -38em;
}
.circle--3c .text-valuechain-circle.title2 {
    margin-left: 30em;
	top: -17em;
}
.circle--3c .text-valuechain-circle.title3 {
    top: -19em;
	margin-right: 31em;
}
.circle--3c .wrap-valuechain-circle.wrap1 {
	top: -38em;
}
.circle--3c .wrap-valuechain-circle.wrap2 {
    margin-left: 30.5em;
	top: -16em;
}
.circle--3c .wrap-valuechain-circle.wrap3 {
    top: -17em;
	margin-right: 31em;
}
.circle--4c .wrap-valuechain-circle.wrap1 {
	top: -36em;
}
.circle--4c .wrap-valuechain-circle.wrap2 {
	top: -25em;
    margin-left: 32em;
}
.circle--4c .wrap-valuechain-circle.wrap3 {
	top: -14em;
    margin-right: 16em;
}
.circle--4c .wrap-valuechain-circle.wrap4 {
	margin-right: 31em;
	top: -32em;
}
.circle--5c .wrap-valuechain-circle.wrap1 {
	top: -37em;
}
.circle--5c .wrap-valuechain-circle.wrap2 {
	top: -28em;
	margin-left: 32em;
}
.circle--5c .wrap-valuechain-circle.wrap3 {
	margin-right: 8em;
    top: -14em;
}
.circle--5c .wrap-valuechain-circle.wrap4 {
	top: -15em;
	margin-left: 8em;
}
.circle--5c .wrap-valuechain-circle.wrap5 {
	top: -36em;
	margin-right: 31em;
}
.circle--6c .wrap-valuechain-circle.wrap1 {
	top: -37em;
}
.circle--6c .wrap-valuechain-circle.wrap2 {
	top: -30.5em;
	margin-left: 29em;
}
.circle--6c .wrap-valuechain-circle.wrap3 {
	margin-left: 29.5em;
	top: -19em;
}
.circle--6c .wrap-valuechain-circle.wrap4 {
	margin-left: 18em;
	top: -13em;
}
.circle--6c .wrap-valuechain-circle.wrap5 {
	margin-right: 29em;
	top: -23em;
}
.circle--6c .wrap-valuechain-circle.wrap6 {
	top: -38em;
	margin-right: 29em;
}
.circle--7c .wrap-valuechain-circle.wrap1 {
	top: -39em;
}
.circle--7c .wrap-valuechain-circle.wrap2 {
	top: -36em;
    margin-left: 29em;
}
.circle--7c .wrap-valuechain-circle.wrap3 {
	margin-right: 1em;
    top: -27em;
}
.circle--7c .wrap-valuechain-circle.wrap4 {
	top: -19em;
    margin-left: 25em;
}
.circle--7c .wrap-valuechain-circle.wrap5 {
	top: -22em;
	margin-right: 24em;
}
.circle--7c .wrap-valuechain-circle.wrap6 {
	top: -36em;
	margin-left: 3em;
}
.circle--7c .wrap-valuechain-circle.wrap7 {
	margin-right: 28em;
    top: -52em;
}
.circle--8c .wrap-valuechain-circle.wrap1 {
    max-width: 20%;
	top: -39em;
}
.circle--8c .wrap-valuechain-circle.wrap2 {
	top: -38em;
	margin-left: 29em;
	max-width: 20%;
}
.circle--8c .wrap-valuechain-circle.wrap3 {
	margin-right: 2em;
    top: -32em;
    max-width: 20%;
}
.circle--8c .wrap-valuechain-circle.wrap4 {
    margin-left: 29em;
    top: -26em;
	max-width: 20%;
}
.circle--8c .wrap-valuechain-circle.wrap5 {
	margin-right: 17em;
	top: -26em;
	max-width: 20%;
}
.circle--8c .wrap-valuechain-circle.wrap6 {
    margin-left: 7em;
    top: -32em;
    max-width: 20%;
}
.circle--8c .wrap-valuechain-circle.wrap7 {
	margin-right: 33em;
	top: -46em;
	max-width: 20%;
}
.circle--8c .wrap-valuechain-circle.wrap8 {
	top: -60em;
    margin-left: 8em;
    max-width: 20%;
}
.circle--4c .text-valuechain-circle.title1 {
	top: -20em;
}
.circle--4c .text-valuechain-circle.title2 {
	top: -13em;
    margin-left: 20em;
}
.circle--4c .text-valuechain-circle.title3 {
	top: -13em;
    margin-right: 18px;
}
.circle--4c .text-valuechain-circle.title4 {
	margin-right: 22em;
	top: -28em;
}
.circle--5c .text-valuechain-circle.title1 {
	top: -20em;
}
.circle--5c .text-valuechain-circle.title2 {
	top: -19em;
	margin-left: 18em;
}
.circle--5c .text-valuechain-circle.title3 {
	margin-right: 0;
    top: -9em;
	max-width: 60%;
}
.circle--5c .text-valuechain-circle.title4 {
	max-width: 50%;
	top: -16em;
	margin-left: -4em;
}
.circle--5c .text-valuechain-circle.title5 {
	top: -33em;
	max-width: 36%;
	margin-right: 12em;
}
.circle--6c .text-valuechain-circle.title1 {
	top: -21em;
}
.circle--6c .text-valuechain-circle.title2 {
	top: -20em;
	margin-left: 15em;
	max-width: 25%;
}
.circle--6c .text-valuechain-circle.title3 {
	margin-right: -4em;
	max-width: 30%;
    top: -17em;
}
.circle--6c .text-valuechain-circle.title4 {
	margin-left: 1em;
	top: -16em;
}
.circle--6c .text-valuechain-circle.title5 {
	margin-right: 19em;
	top: -23em;
	max-width: 50%;
}
.circle--6c .text-valuechain-circle.title6 {
	top: -40em;
	margin-right: 14em;
	max-width: 40%;
}
.circle--7c .text-valuechain-circle.title1 {
	top: -22em;
}
.circle--7c .text-valuechain-circle.title2 {
	top: -25em;
    margin-left: 25em;
}
.circle--7c .text-valuechain-circle.title3 {
	margin-right: 7em;
    top: -25em;
    max-width: 30%;
}
.circle--7c .text-valuechain-circle.title4 {
	top: -17em;
    margin-left: -14em;
    max-width: 57%;
}
.circle--7c .text-valuechain-circle.title5 {
	top: -23em;
	margin-right: 15em;
}
.circle--7c .text-valuechain-circle.title6 {
	top: -37em;
	margin-left: -5em;
	max-width: 51%;
}
.circle--7c .text-valuechain-circle.title7 {
	margin-right: 9em;
    top: -50em;
    max-width: 49%;
}
.circle--8c .text-valuechain-circle.title1 {
	top: -22em;
}
.circle--8c .text-valuechain-circle.title2 {
	top: -24em;
	margin-left: 4em;
}
.circle--8c .text-valuechain-circle.title3 {
	margin-right: 6em;
    top: -23em;
    max-width: 43%;
}
.circle--8c .text-valuechain-circle.title4 {
    margin-left: 17em;
    top: -22em;
    max-width: 60%;
}
.circle--8c .text-valuechain-circle.title5 {
	margin-right: 2em;
	top: -22em;
}
.circle--8c .text-valuechain-circle.title6 {
    margin-left: -3em;
    top: -31em;
    max-width: 44%;
}
.circle--8c .text-valuechain-circle.title7 {
	margin-right: 15em;
	top: -46em;
}
.circle--8c .text-valuechain-circle.title8 {
	top: -62em;
    margin-left: -4em;
    max-width: 36%;
}

/* SantaPress */
/* .santapress-container .santapress-door.status-future {
	opacity: 1;
	pointer-events: all;
} */
.santapress-container .santapress-door .santapress-door-inner {
	padding: 1.5rem 1rem;
}
/* .santapress-container #santapress24 {
	pointer-events: none;
	filter: grayscale(1);
	cursor: not-allowed;
} */
.sp_icon {
	display: none;
}
.santapress-post.modal .santapress-post-inner {
	min-height: 685px;
	justify-content: start;
}
.santapress-post.modal, .sp-modal-iframe.modal {
	max-width: 600px;
}
.santapress-post-inner img {
	width: auto;
	max-height: 150px;
}
.santapress-post-inner blockquote p {
	font-size: 21px;
}
.santapress-post.modal blockquote a {
	color: #fff;
}
.santapress-post.modal.santapress-layout-02 h1.santapress-title,
.santapress-post.modal.santapress-layout-02 h2.spquiz-question {
	text-shadow: none;
	font-family: "Helvetica Neue", "Roboto", sans-serif;
}
.santapress-post.modal.santapress-layout-02 footer {
	padding-top: 0;
	border: 0;
}
@media screen and (max-width: 1600px) {
	.blocker {
		padding: 0;
	}
	.santapress-post.modal .santapress-post-inner {
		min-height: auto;
		padding-top: 0;
		padding-bottom: 3em;
		margin-bottom: 3em;
	}
	.santapress-post-inner blockquote p {
		font-size: 18px;
		margin-top: 10px;
	}
	.santapress-post.modal, .sp-modal-iframe.modal {
		max-width: 800px;
		padding: 4rem 30px;
	}
}
@media screen and (max-width: 768px) {
	.blocker {
		position: absolute;
	}
	.santapress-post.modal, .sp-modal-iframe.modal {
		padding: 4rem 12px;
	}
}

/*NEWSLETTER EXTERN STYLING*/
body .footer-inner .sideBySide form .field__normal input {
    background-color: #FFF;
}

body .footer-inner .form-content.sideBySide {
	margin-bottom: 0;
}

@media all and (min-width: 991px) {
	.form-content.sideBySide .page {
		display: flex;
		justify-content: space-between;
	}

	.form-content.sideBySide .page .field.text,
	.form-content.sideBySide .page .button-center {
		width: calc(25% - 11px);
	}
}

.mobile-search-brand img {
    width: 50px;
}

.single-post .cpt-single-tags-wrapper {
	margin: 5rem 0 2.5rem 0;
}

@media all and (min-width: 1441px) {
	.solution-single-top.right {
		position: relative;
	}

	body.single-solutions {
		overflow: unset;
	}
}

.other-branchen-single.top .branchen-container.container {
    flex-wrap: nowrap;
}

/*TAMI BUTTONS ADD*/
.tami-dd-buttons .btn {
	color: #FFF;
	text-align: center;
	justify-content: center;
}

.tami-dd-buttons .btn:hover {
	color: #C51415;
}

@media all and (min-width: 768px) {
	.tami-top-buttons {
		display: flex;
		gap: 15px;
		justify-content: space-between;
		margin-top: 2rem;
	}

	.tami-content-title {
		margin-top: 1.5rem;
	}
}

@media all and (max-width: 480px) {
	.single-solutions .fixed-links {
		display: none !important;
	}
}

.solution-description-inner a {
    color: #C51415;
    font-weight: 700;
}
.solution-description-inner .wp-block-button a {
	color: #fff;
}
.solution-description-inner .wp-block-button a:hover {
	color: #C51415;
}

/* GWD-669 */
.solution-description-inner figure {
	width: 100% !important;
}
/* GWD-669 */

.solutionContact.active {
    z-index: 11111111110;
}

.post-type-archive-accreditation .ctpLoopContent .lang-select-item, .single-accreditation .entry-content .lang-select-item  {
    width: unset;
}

.post-type-archive-accreditation .ctpLoopContent .lang-select-item a, .single-accreditation .entry-content .lang-select-item a {
	pointer-events: none;
}

.post-type-archive-accreditation .lang-select-list {
    margin-top: 15px;
}

.single-accreditation .entry-content .lang-select-list {
    margin-bottom: 15px;
}

.accreditation-single-inner.left {
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}

.solution-description-wrapper ul {
    margin-bottom: 2.5rem;
}

ol li {
	list-style: decimal;
}
ol {
    padding-left: 20px;
}

.map-adresse {
	position: relative;
}

.map-adresse::after {
    background-color: #C51415;
    bottom: auto;
    content: "";
    position: absolute;
    height: 1.5px;
    bottom: -1.5rem;
    right: -4.9rem;
    left: -4.9rem;
}

.other-branchen-single.top .container {
    display: none;
}

.category-news .wp-block-container p a,
.category-news .wp-block-container li a {
 text-decoration: none;
 font-weight: bold;
 color: #C51415;
}

.news_datum {
	margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #C51415;
    font-weight: 400;
}

.ctp-loop-head.search img {
    object-fit: contain;
}


.search-results .navigation.posts-navigation {
    width: 100%;
}

.search-results .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
	flex-direction: row-reverse;
}

.search-results .nav-links a {
    letter-spacing: 0.7px;
    color: #C51415;
    font-weight: 400;
}


.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline-block;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    background-color: transparent;
    color: #C51415;
    border: 1px solid #C51415;
    border-radius: 0.5rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation li a:hover, .navigation li.active a {
    background-color: #C51415;
    color: #fff;
}

.navigation {
	width: 100%;
	text-align: center;
}

/* LIST-ICON STYLE*/
.solution-acc-custom-text ul li:before {
	display: inline-block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
    margin-right: 1.7rem;
    border: 1px solid #C51415;
    background-color: #FFF;
    border-radius: 50%;
}

.solution-acc-custom-text ul li {
    position: relative;
    padding-left: 25px;
}

/* SUB UND SUP*/
sub {
    line-height: 0px;
}

sup {
    line-height: 0px;
}

/* Page Karriere - Linkfarbe */
.page-id-12335 .wp-block-container p a {
	text-decoration: none;
	font-weight: bold;
	color: #C51415;
}

/* Page Wir ueber uns - Linkfarbe  List */
.page-id-6720 .wp-block-container li a {
	text-decoration: none;
	font-weight: bold;
	color: #C51415;
}

.tag .archive-description h2,.tag .archive-description h3,.tag .archive-description h4 {
	color: #FFF;
}

.tag .archive-description h2 {
	font-size: 30px;
}

.tag .archive-description h3 {
	font-size: 22px;
	font-weight: 500;
}

.tag .archive-description h4 {
	font-size: 16px;
}

.post-type-archive-podcasts .archive-description p,
.tag .archive-description p {
	margin-bottom: 20px!important;
}

.post-type-archive-podcasts .archive-description a,
.tag .archive-description a {
	color:#C51415;
	font-weight: bold;
}

.post-type-archive-podcasts .intro:before,
.tag .intro:before {
	background: transparent linear-gradient(0deg, #0B142E 0%, #656565 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.9;
}

.tag .archive-description ul {
	margin-bottom: 30px;
}

.tag .archive-description ul li {
	position: relative;
	padding-left: 30px;
}

.tag .archive-description ul li:before {
	content: "";
	position: absolute;
	background-image: url('/wp-content/themes/tuv/img/icons/haekchen.svg');
	width: 20px;
    height: 17px;
    left: 0px;
    top: 2px;
	background-repeat: no-repeat;
}

.post-type-archive-podcasts .archive-description a,
.tag .archive-description a {
	position: relative;
}

.post-type-archive-podcasts .archive-description .read-link,
.tag .archive-description .read-link {
	background-color: transparent;
	display: flex;
    justify-content: center;
	position: relative;
}

.post-type-archive-podcasts .archive-description .read-link:after,
.tag .archive-description .read-link:after {
	display: none;
}

.tag .archive-description hr {
	border: #FF0000 1px solid;
	margin: 30px 0px 15px 0px;
}

.post-type-archive-podcasts .archive-description .read-link:before,
.tag .archive-description .read-link:before {
	content: "";
    background-image: url(/wp-content/themes/tuv/img/icons/angle-down-red.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translateX(-50%);
}

.post-type-archive-podcasts .archive-description a,
.tag .archive-description a {
    display: inline-block;
}

.post-type-archive-podcasts *[id^='readlink']:hover,
.tag *[id^='readlink']:hover {
    border-bottom: none!important;
}

.post-type-archive-podcasts *[id^='readlink'],
.tag *[id^='readlink'] {
    border-bottom: none!important;
}

.mapboxgl-popup-content {
	padding: 3rem 4rem 3.4rem 4rem;
}

.more-contact-arrow-container {
	cursor: pointer;
}

.page .wp-block-container a {
    display: inline-block;
	position: relative;
	color: #C51415;
    font-weight: bold;
}

.page .wp-block-button .wp-block-button__link {
	color: #FFFFFF;
}

.page .wp-block-button .wp-block-button__link:hover {
	color: #C51415;
}

.page .wp-block-container .btn {
	color: #FFFFFF;
}

.page .wp-block-container .btn:hover {
	color: #C51415;
}

.pop-up-live #timer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pop-up-live {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
	padding: 0 20px;
}

.pop-up-live:after {
	content: "";
	backdrop-filter: blur(4px);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pop-up-inner {
	padding: 7rem 20px 2rem 20px;
	box-shadow: 0px 0px 15px #0000000d;
	background-color: #FFFFFF;
	width: 100%;
    margin: 100px auto 0px;
	position: relative;
    z-index: 1;
	border-radius: 2rem;
    position: absolute;
    margin: auto;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    overflow: auto;
    max-width: 1195px;
    max-height: 700px;
}

.pop-up-inner .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor:pointer;
}

.pop-up-inner .close:hover img {
	transform: rotate(180deg);
}

@media all and (max-width: 767px) {
	.pop-up-inner h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.author-archive .author-title {
		margin: 1em auto;
	}
	.job-single-post .main-job-title {
		margin-top: -6.7em;
	}
	.job-single-post .main-heading {
		font-size: 2.5rem;
	}
	.archive-body-jobs .wp-block-column-3, 
	.job-single-post .job-tabs button {
		width: 100%;
	}
	.job-single-post .job-type,
	.job-single-post .application-form-wrapper {
		margin-top: 1em;
	}
}
@media all and (max-width: 680px) {
	.job-single-post .main-job-title {
		margin: 0;
		padding: 1.8rem 1.5rem;
	}
	.job-single-post .main-heading {
		font-size: 2rem;
		line-height: 1.5;
	}
	.job-single-post .main-job-content {
		padding: 0;
		border: none;
	}
}

@media all and (min-width: 768px) {
	.pop-up-inner h2 {
		text-align: center;
		margin-bottom: 30px;
	}
	.pop-up-inner .btn {
		margin: 2rem auto;
	}
	.pop-up-inner #timer {
		width: 500px;
		margin: 0 auto;
        max-width: 100%;
	}
	.pop-up-inner p {
		display:flex;
		justify-content: center;
	}
}
.pop-up-inner #timer div {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	display: flex;
    flex-direction: column;
    align-items: center;
	border-radius: 3px;
	background-color: #BABABA25;
	padding: 5px 5px;
	width: calc(25% - 10px);
	position: relative;
}

.pop-up-inner #timer div:after {
	content: "";
	position: absolute;
	background-color: #000000;
	bottom: 0;
	left:0;
	right: 0;
	height: 30px;
	z-index: -1;
	border-radius: 0px 0px 3px 3px;
}

.pop-up-inner #timer div:before {
	content: ":";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}

.pop-up-inner #timer .seconds:before{
	display: none;
}

.pop-up-inner #timer div span {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
}

.pop-up-live .logo-div {
	text-align: right;
}

.pop-up-live .logo-div img {
	max-width: 100px;
	width: 100%;
}

@media all and (min-width: 768px) {
	.pop-up-live .links {
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

    .pop-up-live .logo-div img {
        max-width: 200px;
    }
}

@media all and (min-width: 1440px) {
	.pop-up-live .links {
	display: flex;
    justify-content: center;
    gap: 20px;
	}
}

.pop-up-live .links a {
	display: inline-block;
    position: relative;
    color: #C51415;
    font-weight: bold;
}

.pop-up-live .links a[target="_blank"]:after {
	content: "";
	background-image: url('/wp-content/themes/tuv/img/icons/share.svg');
	right: -20px;
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.popup_left, .popup_right {
    width: 100%;
}
.popup_flex {
    display: flex;
    gap: 25px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.popup_left img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    top: -50px;
    margin-bottom: -50px;
}

@media all and (min-width: 768px) {
    .popup_left img {
        width: 50%;
        top: -105px;
        margin-bottom: -105px;
    }
}

@media all and (min-width: 1025px) {
    .popup_flex {
        flex-wrap: nowrap;
    }

    .popup_left, .popup_right {
        width: 50%;
    }

    .popup_left img {
        position: relative;
        top: -105px;
        width: unset;
        margin: unset;
        margin-bottom: -105px;
    }
}

.pop-up-inner {
    padding: 3rem 20px 2rem 20px;
}

.pop-up-live .logo-div {
    display: flex;
    justify-content: center;
}

.popup_flex {
    gap: 5px;
}

.popup_left img {
    width: 70%;
}

.popup_right p .btn.red {
    margin: 0 auto;
}

.popup_right .links {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pop-up-live .links a {
    text-align: center;
    align-self: center;
}

.pop-up-inner h2 {
    font-size: 23px;
    text-align: center;
}

@media all and (min-width:768px) {
	.pop-up-live .links {
		gap: 5px;
	}
	.pop-up-live .logo-div img {
    max-width: 150px;
	margin-left: 110px;
	}
	.popup_left img {
		width: 40%;
	}
	.pop-up-inner {
		padding: 7rem 20px 0rem 20px;
	}
	.popup_left {
    margin-top: 40px;
	}
	.pop-up-inner h2 {
		margin-bottom: 10px;
	}
	.pop-up-live .links {
		gap: unset;
		justify-content: space-around;
		margin-top: 30px;
		flex-direction: row;
	}
}

@media all and (min-width: 991px) {
	.popup_left img {
		width: 30%;
	}
}

@media all and (min-width:1025px) and (max-width: 1279px) {
	.popup_left img {
		width: 100%;
	}
}

@media all and (min-width: 1280px) {
	.popup_left img {
		width: 100%;
	}
	.pop-up-live .logo-div {
		display: block;
	}
	.pop-up-inner h2 {
		font-size: 30px;
	}
	.popup_left {
		margin-top:0px;
	}
}

/*COUNTER AUF WIPREIS-SEITE EINBINDEN*/
#timer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#timer div {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	display: flex;
    flex-direction: column;
    align-items: center;
	border-radius: 3px;
	background-color: #BABABA25;
	padding: 5px 5px;
	width: calc(25% - 10px);
	position: relative;
}

#timer div:after {
	content: "";
	position: absolute;
	background-color: #000000;
	bottom: 0;
	left:0;
	right: 0;
	height: 30px;
	z-index: -1;
	border-radius: 0px 0px 3px 3px;
}

#timer div:before {
	content: ":";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}

#timer .seconds:before{
	display: none;
}

#timer div span {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
}

.wp-block-image.aligncenter>figcaption, .wp-block-image.aligncenter {
    display: block;
}

.wp-block-image.alignright>figcaption, .wp-block-image.alignright {
    display: block;
	text-align: right;
}

@media all and (max-width: 767px) {
	iframe.videoiframe {
		height: 250px;
	}
}
@media all and (max-width: 768px) {
	iframe.videoiframe {
		width: 100%;
		padding: 0 20px;
	}
}

@media all and (max-width: 768px) {
	div#timer {
		padding: 0 20px;
	}
	div#vorspann {
   		padding: 0 20px;
	}
}

.sub-menu-inner .h2.dot.alt-sub-title {
    color: #000000;
}

.header-top-bar-list .header-flag-item img {
    height: 20px;
    width: 30px;
}

.solution-acc-custom-text ul li a {
	color: #C51415;
	font-weight: 700;
}

.search-no-results p a {
	color: #C51415;
	font-weight: 700;
}

img.leaflet-marker-icon.is_cooperation.custom_marker.leaflet-zoom-animated.leaflet-interactive {
    display: none;
}

.toggle_all_locations, a.btn.red.toggle_locations, a.btn.grey.toggle_partners {
    max-width: unset;
    width: fit-content;
    margin: 1rem 0 1rem 1.5rem;
}

a.btn.red.toggle_locations, a.btn.grey.toggle_partners {
    background-color: #fff;
}

a.btn.red.toggle_locations {
    background-color: #fff;
    color: #C51415;
}

a.btn.red.toggle_locations.active, a.btn.red.toggle_locations:hover {
    color: #fff;
    background-color: #C51415;
}

a.btn.grey.toggle_partners {
    color: #6A6A6A;
    border-color: #6A6A6A;
}

a.btn.grey.toggle_partners.active, a.btn.grey.toggle_partners:hover {
    color: #fff;
    background-color: #6A6A6A;
}

.toggle_locations_wrapper {
    margin-top: -2rem;
    margin-bottom: 3rem;
}

.toggle_top_container {
    position: sticky;
    top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}

input#cooperation_partner:checked + .slider, input#cooperation_partner:checked + .slider {
    background-color: #6A6A6A;
}

.map-overlay-item.is_cooperation_partner {
    display: none;
}

.custom-gallery-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-img-wrapper img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    height: 100%;
	width: 100%;
}

.custom-gallery-inner {
    display: grid;
	grid-gap: 2rem;
	justify-content: space-between;
}

.gallery-img-wrapper {
    width: 100%;
}

.custom-gallery-inner {
	grid-template-columns: repeat(auto-fill, calc((100%/2) - 1rem));
}

@media all and (min-width:768px) {
	.custom-gallery-inner {
		grid-template-columns: repeat(auto-fill, calc((100%/3) - 2rem));
	}
}

div#lightbox {
    position: top;
    top: 50% !important;
    transform: translateY(-40%);
    position: fixed;
}

@media all and (min-width: 768px) {
	.tami-wizard-wrapper {
		overflow: scroll;
	}
	.overlayInner {
		margin: 4rem auto 0;
	}
}

@media (min-width: 1024px) {
	.card.sd {
		width: calc(20% - 1.5rem);
	}
	.tami-content-wrapper {
    	padding: 0 0rem 0;
	}
}

.solution-contact-footer .wpfp-img.wpfp-hide {
    display: none;
}

.solution-contact-footer .wpfp-img {
    vertical-align: unset;
    position: relative;
    top: 0.2rem;
    margin-right: 0;
    display: inline-block;
}

.contact-regionen-slider .slick-track {
    display: flex;
}

.contact-regionen-slider .slick-slide {
    height: inherit;
}

.home .intro-buttons a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .42px ;
    line-height: 1.7rem;
    color: #FFF;
    padding: 1.05rem 5rem;
    background-color: #C51415;
    border-radius: 2.5rem ;
    border: 1px solid #C51415;
}

.home .intro-buttons a:hover {
    background-color: #FFF;
    color: #C51415;
}

.home .intro-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}

.intro-tami-item a {
    background-color: #030C23;
    border: 1px solid #030C23;
}

.intro-tami-item a:hover {
    background-color: #FFFFFF;
    color: #030C23;
}

.header-search-inner.container {
    max-width: 1235px;
    margin: 0 auto;
    padding: 1.2rem 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 1024px) {
    .header-search-inner.container {
        padding: 0.5rem 1rem;
    }
}

.header-search-inner .asp_w_container {
    width: 100%;
    max-width: 700px;
}

.header-search-inner .intro-links {
    display: flex;
    gap: 55px;
    align-items: center;
    padding-top: 10px;
}

.header-search-inner .intro-links a {
    color: #C3181F;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
}

.header-search-inner .intro-links a:hover {
    color: #454545;
}

.intro-content.container {
    top: 2rem;
}

@media all and (max-width: 425px) {
    .wp-block-container.container.heading {
        margin: 1.5rem auto 2rem;
    }
}

@media all and (max-width:768px) {
    .header-search-inner .intro-links {
        gap: 0px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px 15px;
		display: none;
    }
    .header-search-inner.container {
		display: flex;
        flex-direction: row;
		padding: 0 1rem;
    }
	.home .intro-buttons {
		gap: 12px;
		margin-bottom: 16px;
	}
	.home .intro-buttons a {
		padding: 1.05rem 2rem;
		font-size: 1.2rem;
	}
	.intro-tami-title {
		display: none;
	}
}

@media all and (min-width:768px) {
    .header-search-inner .intro-links {
        gap: 55px;
        flex-direction: row;
    }
    .intro-slide-container {
        height: 470px;
    }
    .intro-content.container {
        top: 2rem;
    }
    body .asp_results_top .intro-tami-title {
        margin: 0 0 .5rem;
    }
    .wp-block-container.container.heading {
        margin: 1.5rem auto 2rem;
    }
}

@media all and (min-width: 991px) {
    .intro-slide-container {
        height: 415px;
    }
    .intro-slide-container {
        height: 470px;
    }
}

@media all and (min-width:1024px)
{
    .header-search-inner .asp_w_container {
        max-width: 400px;
    }
    .header-search-inner .intro-links {
        padding-top: 0px;
    }
    .intro-content.container {
        top: 7.5rem;
    }
}

@media (min-width: 1280px) {
    .wp-block-container.container.heading {
        margin: 1.0rem auto 2rem;
    }
}

@media all and (min-width:1440px) {
    .header-search-inner .asp_w_container {
        max-width: 700px;
    }
}

@media all and (max-width:425px) {
    .intro-slide-container {
        height: 420px;
    }
    .intro-content.container {
        top: 0rem;
    }
    .intro-logo {
        margin: 0 auto;
    }
}

.intro-event-container {
    margin-top: 28.5rem;
}

@media all and (min-width: 375px) {
    .intro-event-container {
        margin-top: 12.5rem;
    }
}

@media all and (min-width: 768px) {
    .intro-event-container {
        margin-top: 15.5rem;
    }
}

@media all and (min-width: 1024px) {
    .intro-event-container {
        margin-top: 16.5rem;
    }
}

@media all and (min-width: 1440px) {
    .intro-event-container {
        margin-top: 6rem;
    }
}

.search-main {
    margin-top: 20.5rem;
}

@media all and (min-width: 568px) {
    .search-main {
        margin-top: 17.5rem;
    }
}

@media (min-width: 991px) {
    .search-main {
        margin-top: 14.5rem;
    }
}

@media all and (min-width: 1024px) {
    .search-main {
        margin-top: 10rem;
    }
}

@media (min-width: 1280px) {
    .search-main {
        margin-top: 16rem;
    }
}

.contact-lottie.contact-lottie-mobil {
    display: none;
}

@media all and (max-width: 1290px) {
	.contact-regionen-slider .slick-slide {
		max-width: 1195px;
	}
}

@media all and (max-width: 768px) {
    .contact-lottie.contact-lottie-mobil {
        display: flex;
    }

    .contact-lottie.contact-lottie-desktop {
        display: none;
    }
}

.ContactImg.active {
    margin: 0 auto;
}

.asp_res_text .search-sol-icon.search-icon-styling + span {
    hyphens: auto;
    -epub-hyphens: auto;
}

.gf_css_wrapper .ginput_container {
    padding: 2%;
}

.gf_css_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding-right: 0 !important;
}
/*-------------------------------------------------*/
/*--------------- Location detail page ------------*/
/*-------------------------------------------------*/
.location-wrapper {
	display: flex;
	max-width:1235px;
	margin: 50px auto;
}
.location-contact-details,
.location-contact-map {
	width:50%;
}
.entry-header .entry-title.container.h2 {
	padding-bottom: 40px;
}
/*-------------------------------------------------*/
/*--------------- TIC Council ---------------------*/
/*-------------------------------------------------*/
.tic-council-homepage-text {
	text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.tic-council-homepage-text a {
    color: white;
}
.tic-council-top-header {
	font-size: 11px;
    text-align: left;
    margin: 0 auto 0 0;
}
@media (max-width:1024px) {
	.tic-council-top-header {
		display: none;
	}
}
.tic-council-mobile-contact-details {
	font-size: 12px;
    display: flex;
    justify-content: center;
	padding-top: 8px;
}
.tic-council-mobile-contact-details a {
	color: white;
}
@media (min-width:768px) {
	.tic-council-mobile-contact-details, .tic-mobile-only {
		display: none;
	}
}
.tooltipster-base {
	z-index: 2 !important; }

/*-------------------------------------------------*/
/*--------------- Third-level menu styling-------*/
/*-------------------------------------------------*/
@media (min-width: 1235px) {
	.menu-thirdlvl .sub-menu .classic-sub-menu li {
		border: 0;
		width: auto;
		margin: 0;
		padding: 10px 0; }
	.menu-thirdlvl .sub-menu .classic-sub-menu {
		justify-content: space-around; }
	.menu-thirdlvl .sub-menu .classic-sub-menu li:after {
		display: none; }
	.menu-thirdlvl .sub-menu .classic-sub-menu li a span {
		font-weight: 200;
		margin-left: 0; }
	.menu-thirdlvl .sub-menu .classic-sub-menu li a:hover span {
		color: #C51415; }
	.menu-thirdlvl .sub-menu .classic-sub-menu .sub-menu {
		top: auto;
		display: contents; }
	.menu-thirdlvl .sub-menu .classic-sub-menu .sub-menu .sub-menu-inner {
		padding-top: 2rem; }
	.menu-thirdlvl .sub-menu .classic-sub-menu .sub-menu .sub-menu-inner h2 {
		display: none; }
	.menu-thirdlvl .sub-menu .classic-sub-menu .sub-menu .sub-menu-inner .classic-sub-menu {
		display: block; }
	.menu-thirdlvl .sub-menu .classic-sub-menu .sub-menu .sub-menu-inner .classic-sub-menu li .menu-list-classic-item {
		margin-left: 1rem;
		font-size: 17px; 	}
	.menu-thirdlvl .sub-menu .classic-sub-menu .sub-menu .sub-menu-inner .classic-sub-menu li a:hover .menu-list-classic-item {
		text-decoration: underline;
		color: #000; }
}

/*-------------------------------------------------*/
/*--------------- WooCommerce styling-------*/
/*-------------------------------------------------*/
.woocommerce-shop .entry-content,
.woocommerce.single-product .entry-content{
	max-width: 1235px;
    margin: 0 auto;
    padding: 0 2rem; }

.woocommerce h2 {
	font-size: 3rem; }

.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
	background-color: #c51415; }

.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: #efefef; }

.woocommerce table.cart td.actions .input-text {
	width: 180px; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: left; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 3px; }

.woocommerce .site-main {
	max-width: 1235px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 2rem; }

.woocommerce #sidebar {
	display: none; }

/* WooEvents */
.exwt-container {
	margin-top: 10em; }

.we-content-speaker {
	margin-top:12em; }

.exwe-single-event .exwe-info {
	align-items: center; }

.woocommerce .exwe-single-event #exmain-content .quantity input.qty {
	margin: 0; }

.exwe-single-event #exmain-content .woocommerce-tabs ul.tabs li.active a {
	text-decoration: underline; }

.exwe-single-event #exmain-content .exwe-related-event figure.ex-modern-blog {
	border: 2px solid #eee;
	padding: 15px;
	border-radius: 10px; }

.exwe-single-event #exmain-content form.cart button[type="submit"],
.exwe-single-event #exmain-content .quantity input[type="button"],
.woocommerce #exmain-content .we-navigation div a,
.woocommerce button.button {
	font-weight: 500;
	text-transform: capitalize; }

.woocommerce ul.products li.product {
	display: flex;
	flex-flow: column;
}

.woocommerce ul.products li.product > div {
	margin-bottom: 0 !important;
	margin-top: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

/*-------------------------------------------------*/
/*--------------- Cooperation switch in maps-------*/
/*-------------------------------------------------*/
#template-map .hidden-location {
	display: none;
}
.show-hide-cooperation-partners {
  	display: flex;
  	justify-content: center;
	position: absolute;
	right: 10rem;
    left: auto;
    top: 10rem;
    background-color: white;
	box-shadow: 0px 0px 5px #0000001a;
	border-radius: 5px;
	align-items: center;
	padding: 0px 10px;
}
.show-hide-cooperation-partners .show-hide-cooperation-partners-period {
	color: #002140;
	font-size: 12px;
}
.show-hide-cooperation-partners .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 34px;
	margin: 0px 10px;
}

.show-hide-cooperation-partners .switch input {
	display:none;}

.show-hide-cooperation-partners .switch .slider {
  	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.show-hide-cooperation-partners .switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.show-hide-cooperation-partners .switch input:checked + .slider {
	background-color: #C3181F;
}

.show-hide-cooperation-partners .switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.show-hide-cooperation-partners .switch input:checked + .slider:before {
	-webkit-transform: translateX(36px);
	-ms-transform: translateX(36px);
	transform: translateX(36px);
}

/* Rounded sliders */
.show-hide-cooperation-partners .switch .slider.round {
	border-radius: 34px;
}

.show-hide-cooperation-partners .switch .slider.round:before {
	border-radius: 50%;
}
@media (max-width: 1234px) {
	.burger-container {
		padding-right: 10px;
	}
}

/*SDG*/
.solution-sdgs {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.single-sdg {
	border: 1px solid #E2E2E2;
	border-radius: .5rem;
	margin: 0 .75rem 2rem;
	padding: 1.2rem 1.5rem 1.5rem 1.1rem;
	max-width: 22%;
}
.single-sdg h3 {
	color: #c51415;
	font-size: 16px;
    text-align: center;
    line-height: normal;
}
.sdg-icons-below-header .single-sdg {
	z-index: 1;
	border: unset;
	padding: unset;
	max-width: 12%;
}
.sdg-icons-below-header .solution-sdgs {
	justify-content: flex-start;
}
/*SDG single page*/
.archive-description.sdg.container {
	padding-bottom: 2rem;
}
/*Solutions archive page filters*/
.solutions-archive-page-with-filters {
	display: flex;
}
.test-sidebar-solutions-filters {
	width: 25%;
}
.solutions-archive-page-with-filters .cpt-loop-wrapper {
	width: 75%;
	width: 100%;
}
@media (min-width:769px) {
	.sdg-icon-title img {
		max-width: 200px;
	}
}
@media (max-width:800px) {
	a {
		overflow-wrap: anywhere !important;
	}
	.solution-single-head .entry-title {
		margin-bottom: 2rem;
	}
	.solution-meta-description-section p {
		line-height: normal;
		font-size: 2rem;
	}
	/* .sdg-icons-below-header {
		display: table-row-group;
	} */
	.sdg-icons-below-header .solution-sdgs {
		/* display: block; */
		display: -webkit-inline-box;
        /* overflow: scroll; */
        margin-bottom: 1em;
	}
	.sdg-icons-below-header .single-sdg {
		position: relative;
		float: left;
		max-width: 20%;
		margin: 0 .75rem 1rem;
	}
	.new-tags-section .solution-sdgs {
		display: block;
		max-width: 80%;
		margin: 0 auto;
	}
	.new-tags-section .solution-sdgs .single-sdg {
		max-width: 100%;
	}
	.career-container .career-form {
		max-width: 100%;
	}
	.job-single-post .application-form-wrapper {
		margin-top: 2em;
	}
}
@media (max-width:768px) {
	.sdg-icon-title img {
		max-width: 120px;
	}
}

.filterSDG {
	display: none;
}

/*Standorte Full Screen Button*/
#fullscreenButton {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	max-width:150px !important;
	left:50%;
	transform: translateX(-50%);
}

/*Doc Center*/

.doc-center-categories-section {
    display: flex;
    flex-wrap: wrap;
	gap: 20px 0;
	padding-top: 40px;
}

.doc-center-categories-section .doc-center-category {
	flex: 0 0 100%;
}

.doc-center-categories-section .doc-center-category h3 {
	color: #454545;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.doc-center-categories-section .doc-center-category ul li.doc-center-single {
	font-size: 14px;
	line-height: 21px;
	padding: 5px 0;
}

.doc-center-categories-section .doc-center-category ul li.doc-center-single > p {
	display: inline-flex;
	font-weight: 700;
	margin: 0;
}

.doc-center-categories-section .doc-center-category ul li.doc-center-single ul.doc-center-single-languages {
	display: flex;
}

.doc-center-categories-section .doc-center-category ul li.doc-center-single ul.doc-center-single-languages li .single-lang {
	color: #C51415;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.doc-center-categories-section .doc-center-category ul li.doc-center-single ul.doc-center-single-languages li + span {
	color: #000000;
	display: flex;
	font-size: 12px;
	line-height: 18px;
	padding: 0 4px;
}

.doc-center-categories-section .doc-center-category ul li.doc-center-single ul.doc-center-single-languages li:last-of-type + span {
	display: none;
}

@media only screen and (min-width: 992px) {
	.doc-center-categories-section .doc-center-category {
		flex-basis: 50%;
	}
}

.doc-center-content {
	padding-bottom: 40px;
}

.doc-center-content ul.doc-center-single-languages {
	display: flex;
}

.doc-center-content ul.doc-center-single-languages li a {
	color: #C51415;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.doc-center-content ul.doc-center-single-languages li + span {
	padding: 0 4px;
}

.doc-center-content ul.doc-center-single-languages li:last-of-type + span {
	display: none;
}

/* Image Hotspot */

@media screen and (min-width: 360px) and (max-width: 767px) {
	.cq-hotspot-container .cq-hotspot-tooltip {
		margin: 4px 0 0 4px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.cq-hotspot-container .cq-hotspot-tooltip i.cq-hotspot-icon {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}
	.cq-hotspot-container .cq-hotspot-tooltip i.cq-hotspot-numbericon{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		/*margin: 4px 0 0 4px;*/
		/*line-height: 16px;*/
	}

	.tooltipster-content.tooltipster-target {
		color: #DD3333;
		text-decoration: underline;
	}

	.tooltipster-content.tooltipster-target-blank::after {
		color: #DD3333;
		content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAGxJREFUKFNjZMAB7hob/0eWYkQXUD57lhGm4I6RUQIjI+N8EB+sEFkSXdH///8TQYqxKoSZBFKkcu7cApBhGArRFcFsQFF438BA4R8z832YSRieQXYjSLHihQsPYIpgfsDpGcoU4gp0mDjIaQBwZloTIZrSQAAAAABJRU5ErkJggg==);
		margin-left: 5px;
	}
}

.initial-tags a, .remaining-tags a  {
	padding: .4rem 2.4rem;
    background-color: #fff;
    color: #707070;
    border: 1px solid #707070;
    line-height: 1.5rem;
    margin: 0 .7rem 1rem 0;
}

#expand-tags-button, #collapse-tags-button {
	max-width: 200px;
}

.pinIcon {
	background-image: url(../img/icons/map-pin-270125.svg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 30px;
	margin-top: -15px;
	width: 10px;
}

.pinIcon.pinIconCoop {
	background-image: url(../img/icons/map-pin-270125-coop.svg);
}

.wpc-filter-chip a {
	width: 100%;
    color: #FFF !important;
    border-radius: 23px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .42px;
    line-height: 1.7rem;
    padding: 1.05rem !important;
    border: 2px solid #C51415;
    background-color: #C51415 !important;
}

.wpc-filter-chip a:hover {
	background-color: #FFF !important;
	color: #C51415 !important;
}

.wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: #C51415 !important;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=radio],
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #ccd0dc;
    background: #ffffff;
    min-width: 20px;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=radio]:hover,
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:hover {
	border-color: #C51415;
}

.wpc-filters-main-wrap input[type=radio]:after,
.wpc-filters-main-wrap input[type=checkbox]:after {
	content: "";
	opacity: 0;
	display: block;
	left: 4px;
	top: 4px;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #C51415;
	box-sizing: content-box;
}

.wpc-filters-main-wrap input[type=radio]:checked:after,
.wpc-filters-main-wrap input[type=checkbox]:checked:after {
    opacity: 1;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=radio]:checked,
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:checked {
    border-color: #C51415;
}

.wpc-filters-main-wrap li.wpc-term-item .wpc-term-text {
    font-weight: 400;
    margin: 0 8px 0 0;
}

.wpc-filters-apply-button {
	border-color: #C51415 !important;
	background-color: #C51415 !important;
}

@media screen and (max-width: 991px) {
	.test-sidebar-solutions-filters {
		display: none;
	}
	.wpc-filters-open-button-container {
		position: fixed;
		bottom: 10px;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
	}
}

.wpc-filters-open-widget {
    color: #FFF !important;
    border: 1px solid #C51415 !important;
    background-color: #C51415 !important;
}

.pdfText:hover {
    text-decoration: underline;
}

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

    .header-search-inner.container .doofinder-input-field {
        width: 80%;
    }
    .header-search-inner.container .doofinder-input-field-box {
        border: 1px solid red;
    }
    .doofinder-input-field-type::placeholder {
        color: black;
    }
    .initial-tags a, .remaining-tags a,
    .cpt-single-tags-wrapper a {
        padding: 0.4rem 2.4rem;
        background-color: #FFF;
        color: #707070;
        border: 1px solid #707070;
        line-height: 1.5rem;
        margin: 0 0.7rem 1rem 0;
        border-radius: 10px;
    }
}

.qtip {
	display: none !important;
}

.wpc-filters-main-wrap li.wpc-term-item label {
    margin-top: 0.5em !important;
    line-height: 1.1 !important;
}

.wpc-term-count-value {
    font-size: 12px;
}

.solucoes-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Adjust spacing between columns as needed */
}

.solucoes-menu-list-item {
    flex: 1 1 calc(33.333% - 16px); /* Three columns with spacing */
    box-sizing: border-box;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
	.solucoes-menu-list-item {
		display: block;
	}
}

.solucoes-menu-list-item a {
	border: 0;
}

.solucoes-menu-list-item .btn.transparent {
	color: #C51415;
}

@media (min-width: 1235px) {
    .solucoes-menu-list {
        width: calc(100% - 490px);
    }
}

@media (min-width: 991px) {
    .solucoes-menu-list {
        width: calc(100% - 450px);
    }
}
@media (min-width: 1235px) {
    .solucoes-menu-list {
        width: calc(100% - 489px);
    }
}

.solucoes-menu-list-item a {
    display: block;
    text-align: left; /* Adjust alignment as needed */
    text-decoration: none;
}

.solucoes-menu-list-item .solucoes-menu-list-imges {
    background-color: #fff;
    margin-bottom: 8px;
	img {
		max-height: 38px !important;
	}
}

.solucoes-menu-list-item .solucoes-menu-list-category {
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.solucoes-menu-list-item .solucoes-menu-list-title {
    display: block;
}

.solution-description-inner .wp-element-button {
	color: white;
}

.solution-description-inner .wp-element-button:hover {
	color: #C51415;
}

@media only screen and (max-width: 1024px) {
	.menu-wrapper {
		overflow-x: auto;
		white-space: nowrap;
	}
	
	.header-icon-list-inner.mobile {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.icon-list-item {
		display: inline-block;
		flex: 0 0 auto;
	}

	.burger-menu.opened {
		html, body {
			margin: 0;
			height: 100%;
			overflow: hidden;
		}
	}
}

.wpseo-score-text, .custom-cat-title, .dot, .filterTitle {
	filter: opacity(1);
}

.breadcrumbs .container {
	filter: opacity(1);
}

.breadcrumbs span {
	filter: opacity(1);
}

.switch .sr-only {
	filter: opacity(1);
}

.breadcrumbs .container > span > a > span {
	filter: opacity(1);
}

.location-toggle-container > fieldset {
	border: none;
}

.widget_nav_menu > h3 {
	color: #C51415;
    font-weight: 300;
	font-size: 16px;
}

.show-hide-cooperation-partners .switch {
	color: black;
}

.solucoes-menu-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
	gap: 20px; /* Adds spacing between items */
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.solucoes-menu-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 500px) {
	.solucoes-menu-list {
		grid-template-columns: 1fr;
	}
}

.ce-bodytext > ul > li {
	filter: opacity(1);
}

.wpc-page-seo-description > p > b,
.wpc-page-seo-description > p,
.archive-description > h2
{
	filter: opacity(1);
}

.show-hide-cooperation-partners .switch > span:first-child {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

@media only screen and (max-width: 767px) {
	.fixed-links {
		bottom: 55px;
	}

	.mdp-readabler-trigger-button-box.bottom-left {
		left: unset !important;
		right: 0;
	}

	.mdp-readabler-trigger-button-box {
		--readabler-btn-margin: 10px !important;
		--readabler-btn-padding: 10px !important;
	}
}

.solucoes-menu-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
	gap: 20px; /* Adds spacing between items */
	width: 100%;
}

@media only screen and (max-width: 773px) {
	.solucoes-menu-list {
		display: inline-flex;
	}
}

.global-pages-solution-picker {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-around;
}

.global-pages-solution-picker .global-pages-solution-picker-column {
	flex: 0 0 300px;
}

.global-pages-solution-picker .global-pages-solution-picker-column .wp-block-button {
	max-width: 100%;
	padding: 8px 0;
	text-align: center;
}

.global-pages-solution-picker .global-pages-solution-picker-column .para p {
	margin: 0;
	padding: 8px 0;
}

@media only screen and (min-width: 992px) {
	.global-pages-solution-picker .global-pages-solution-picker-column {
		flex: 0 0 180px;
	}
}

.bundle-desc, .author-info {
	border-radius: 10px;
}

.bundle-desc {
	width: 50%;
}

.row-with-desc {
	display: flex;
	justify-content: space-between;
}

.bundle-single-post .container-bundled-solutions .border {
	border: 1px solid #ddd !important;
	border-radius: 10px !important;
}

.single-solutions_bundle .breadcrumbs {
	padding: 0 2rem !important;
	position: relative;
    z-index: 1;
}

.single-solutions_bundle .breadcrumbs span, 
.single-solutions_bundle .breadcrumbs {
	color: white;
}

.solutions_bundle {
	margin-top: -60px;
}

.bundle-single-post .author-desc li {
	margin-top: 1em;
}

.container-bundled-solutions h4 {
	font-size: 2rem;
	font-weight: 500;
}

.author-share {
	display: inline-block;
}

.bundle-single-post .container-bundled-solutions .border {
	padding: 0;
}

@media only screen and (min-width: 992px) {
	.bundle-single-post .container-bundled-solutions .border img {
		max-height: 194px;
		min-width: 245px;
		padding-right: 1em;
	}
}

.bundle-single-post .wp-block-container.container.heading h2 {
	font-size: 23px !important;
	font-weight: 500 !important;
}

.author-info-flex {
	display: flex;
    justify-content: space-between;
}

.bundle-single-post .row .row {
    justify-content: space-between;
}

.bundle-single-post .container-bundled-solutions .border img {
	border-radius: 10px;
	object-fit: cover;
}

.author-avatar, .author-desc, .author-share {
	margin: auto;
}

.author-info-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.single-solution-bundle-content {
	padding-top: 4%;
}

.single-solution-bundle-readmore {
	padding-right: 2%;
    padding-top: 4%;
}

.author-info-full {
	display: flex;
}

.author-profile-info {
	justify-content: center !important;
}

@media only screen and (max-width: 992px) {
	
	.bundle-single-post .author-name {
		padding: 16px;
		margin-left: 0em;
		font-size: 20px;
	}

	.author-desc, .author-share {
		font-size: 14px;
	}

	.author-avatar {
		display: grid;
	}

	.bundle-single-post .author-info {
		padding: 1em;
		gap: 0;
	}

	.author-info-flex {
    	justify-content: space-between;
	}

	.bundle-desc {
		width: 86%;
        margin-left: 8%;
		margin-top: 3%;
    	order: 2;
	}

	.bundle-desc h2 {
		text-align: left;
	}

	.bundle-single-post .wp-block-container.container.heading h2 {
		text-align: left;
	}

	.bundle-single-post .bundle-author {
		margin-top: 1em;
		width: 100%;
	}

	.bundle-single-post .container-bundled-solutions .border img {
		max-height: 194px;
        width: 100%;
        height: 100%;
        object-fit: cover;
		object-position: 100% 20%;
	}

	.author-info-flex {
    	display: grid;
	}

	.bundle-single-post .author-info-full .author-share {
    	text-align: left;
	}

	.bundle-single-post .row .row {
    	max-width: 90%;
		margin-left: 6%;
	}

	.container-bundled-solutions h4 {
		margin-top: 1em;
		margin-bottom: 1em;
	}

    .single-solution-bundle-readmore,                                    
	.single-solution-bundle-content {
		padding-right: 1em;
		padding-left: 1em;
	}

	.single-solution-bundle {
		width: 43%;
		padding: 0;
	}

	.solution-bundle-container {
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: row;
	}

	.bundle-single-post .author-info .avatar {
		margin-right: 15px;
	}

	.row-with-desc .wp-block-heading {
		text-align: left;
	}

	.author-info {
		display: flex;
	}

	.bundle-single-post .author-desc {
		margin-top: 0;
	}

	.author-desc > p > button {
		border: none;
		color: white;
		background-color: #c51415;
	}

	.author-archive .author-desc {
		padding-left: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1052px) {
	.bundle-single-post .bundle-desc {
		margin-bottom: 10%;
	}
}

@media only screen and (max-width: 768px) {
	
	.single-solution-bundle {
		width: 90%;
	}
}

.toggle-container {
	align-items: center;
}

.toggle-view {
	display: flex;
}

@media only screen and (max-width: 525px) {
	.count-toggle-view-wrapper {
    	display: block;
	}

	.toggle-container {
    	margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.toggle-normal, .toggle-list {
		display: none;
	}
}

.wpfp-span ul.cptLoop li {
	position: relative;
}

.simplefavorite-button {
	align-items: center;
	background-color: transparent;
	border: none;
	box-shadow: none;
    color: #C51415;
	display: flex;
	font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 1.6rem;
	opacity: 1 !important;
	padding: 0;
}

ul.cptLoop li .simplefavorite-button,
li.cpt-loop-single .simplefavorite-button {
	margin-left: auto;
}

.solution-contact-footer-inner.desktop .simplefavorite-button,
.related-posts .simplefavorite-button {
	margin-top: 20px;
}

.simplefavorite-button:hover {
	text-decoration: underline;
}

.simplefavorite-button img {
	margin-right: 8px;
}

.simplefavorites-clear {
	background-color: transparent;
	border: none;
	box-shadow: none;
    color: #C51415;
	font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.6rem;
	padding: 0;
}

.simplefavorites-clear:hover {
	text-decoration: underline;
}

.widget_wpc_sorting_widget {
	display: flex;
	align-items: center;
}

.widget_wpc_sorting_widget h2, .wpc-orderby-select, .wpc-orderby-select > option {
	font-size: 1.8rem;
    letter-spacing: 0.54px;
    line-height: 2.1rem;
	font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-weight: 300;
    color: #454545;
}

.widget_wpc_sorting_widget h2 {
	color: #C51415;
	font-weight: 700;
	margin-right: 10px;
}

#load-more-solutions-archive {
	color: #fff;
	display: none;
	margin: 1em auto;
	text-align: center;
}

#load-more-solutions-archive:hover {
	background-color: #fff;
	color: #C51415;
	text-decoration: none;
}

.tic-council-homepage-text, .intro-tami-title, .dot {
    filter: opacity(1);
}

.breadcrumbs, .entry-title {
    filter: opacity(1);
}

.archive-head-inner > span > a > span {
    filter: opacity(1);
}

.filterTitle, .archive-description > p {
    filter: opacity(1);
}

.footer-nav.bottom li a, footer-inner.bottom a  {
	padding-left: 1.7rem;
    display: block;
}

.footer-nav.bottom li a:before {
	position: absolute;
    left: 0;
    right: auto;
}

/* GWD-1115 */

.sub-menu .sub-menu-inner .alt-sub-inner.left .h2.dot.alt-sub-title {
	font-size: 2.8rem;
	line-height: 3.2rem;
	margin: 0 0 0.4rem;
	padding: 0;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .h2.dot.alt-sub-title:after {
	font-size: inherit;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .solution-cat-menu {
	padding-bottom: 1.2rem;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .solution-cat-menu:after {
	display: none;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .solution-cat-menu .solution-cat-menu-item {
	margin: 0;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .solution-cat-menu .solution-cat-menu-item a {
	margin: 0;
	padding: 0.4rem 0;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .solution-cat-menu .solution-cat-menu-item a .solution-cat-menu-title {
	line-height: 1.8rem;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .solutions-all-button.btn.desktop {
	margin: 0.8rem 0 1.2rem 0;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .sectors-menu-list {
	padding-bottom: 1.2rem;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .sectors-menu-list .sectors-menu-list-item {
	margin: 0;
	padding: 0;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .sectors-menu-list .sectors-menu-list-item a {
	margin: 0;
	padding: 0.4rem 0;
}

.sub-menu .sub-menu-inner .alt-sub-inner.left .sectors-menu-list .sectors-menu-list-item a .sectors-menu-list-title {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.8rem;
	margin-left: 1.2rem;
}

@media (min-width: 1235px) {
	.sub-menu .sub-menu-inner .alt-sub-inner.left .solution-cat-menu {
		padding: 0;
	}
}