@charset "UTF-8";
/*
.header_serviceinfo.show {
		display: unset !important;
		margin-top: auto;
		margin-bottom: auto;
}
*/
.banner-citation {
		color: var(--white);
		font-size: 1.2rem;
}

.banner-citation-author {
		color: var(--white);
		font-style: italic;
		font-size: 0.95rem;
		margin-top: -0.75rem;
		margin-bottom: 2rem;
}
/*
.dr-h3, .dr-icon-table h3 {
		font-size: clamp(1.2rem, 1.25vw, 1.75rem);
		font-weight: 700;
		padding-top: 0.5rem;
		margin-bottom: 1rem;
}
*/
.accordion h3,
.cb_cost-overview h3,
.expertise h3,
.expertise h2,
.expertise-title h3,
.banner_numerals h3,
.banner_numeral h3,
.teasercards h3,
.cta-header h3 {
		padding-top: 0;
}

.accordion .h4, .accordion h4 {
    margin: 0.5rem 3rem 0 2rem;
}

.cb_interesting-numerals h3,
footer h3 {
		padding-top: 0;
    margin-bottom: .5rem;
    white-space: nowrap;
}

.dr-h3-bigger {
		font-size: 1.5rem !important;
}

.dr-h3-smaller {
		font-size: 1rem !important;
}
/*
.dr-h4 {
		font-size: 1.1rem !important;
		font-weight: 400;
    padding: 0.35rem 0;
}
*/
.dr-text-smaller {
		font-size: smaller;
}

.fa-phone-alt::before {
		content: "";
}

.fa-phone::before {
		content: "\f2a0";
}

.fa-envelope::before {
		content: "";
}

.fa-notes-medical::before {
		content: "";
}

.blockquote-footer::before {
		content: "— "
}

ul.rootline li+li:before {
		content: "| "
}

.trademark::after {
		content: "®";
		line-height: 1;
}

.bullet-points-container li:before {
		content: "✓";
}

.values-bullets li:before {
		content: "✓";
}

.bi-chevron-down::before {
		content: ""
}

.bi-chevron-right::before {
		content: ""
}

ul li.dr-bullet-redcircle:before, ul.dr-bullet-redcircle li:before {
		content: "🔴";
		top: 0.33em;
		margin-left: -0.5em;
		font-size: 75%;
}

ul li.dr-bullet-yellowcircle:before, ul.dr-bullet-yellowcircle li:before {
		content: "🟡";
		top: 0.33em;
		margin-left: -0.5em;
		font-size: 75%;
}

ul li.dr-bullet-greencircle:before, ul.dr-bullet-greencircle li:before {
		content: "🟢";
		top: 0.33em;
		margin-left: -0.5em;
		font-size: 75%;
}

ul li.dr-bullet-greencheckmark:before, ul.dr-bullet-greencheckmark li:before {
		content: "✅";
}

ul li.dr-bullet-redcross:before, ul.dr-bullet-redcross li:before {
		content: "❌";
		font-size: 88%;
		top: 0.1em;
}

ul li.dr-bullet-exclamation:before, ul.dr-bullet-exclamation li:before {
		content: "⚠️";
		margin-left: -0.25em;
		font-size: 88%;
}

ul li.dr-bullet-prohibited:before, ul.dr-bullet-prohibited li:before {
		content: "🚫";
		margin-left: -0.25em;
		font-size: 90%;
		top: 0.1em;
}

ul li.dr-bullet-checkmark:before, ul.dr-bullet-checkmark li:before {
		content: url('/fileadmin/common/check.svg');
		height: 1em;
		width: 1.1067em;
		top: 0.2em;
}

ul.dr-list-unibullet {
		padding-left: 1.75em;
}

.accordion ul.dr-list-unibullet {
		padding-left: 3.5em;
}

ul.dr-list-unibullet li, ul.dr-list-unibullet-rightcolumn li {
		list-style: none;
		position: relative;
}

ul li.dr-list-unibullet:before, ul.dr-list-unibullet li:before {
		display: inline-block;
		left: -1.66em;
		position: absolute;
}

ul.dr-list-lowline li {
		padding-bottom: 0.25em;
		line-height: clamp(1.5rem,1.25vw,1.75rem);
}

.accordion ul.dr-list-lowline li {
    margin-bottom: 0;
}

ul.dr-list-midline li {
		padding-bottom: 0.25em;
}

ul.dr-list-highline li {
		padding-bottom: 1em;
}

.dr-list-bold li {
		font-weight: 500 !important;
}

p.pspacer2 {
		height: 3rem;
		margin: 0;
}

section.shrinker-half {
		margin-top: -2rem;
}

section.shrinker-semihalf {
		margin-top: -3rem;
}

section.shrinker {
		margin-top: -4rem;
}

section.shrinker2x {
		margin-top: -8rem;
}

section.shrinker7rem {
		margin-top: -7rem;
}

section.shrinker6rem5 {
		margin-top: -6.5rem;
}

section.shrinker1x5 {
		margin-top: -6rem;
}

section.shrinker1x33 {
		margin-top: -5.5rem;
}

section.shrinker-bottom {
		margin-bottom: -4rem;
}

section.expander {
		margin-top: 3rem;
}

section.expander-half {
		margin-top: 1.5rem;
}

section.expander-half-responsive {
    margin-top: clamp(0rem, -4.0851rem + 6.383vh, 1.5rem);
}

div.pb-4:has(>div.accordion>h3.accordion-title>span.popup) {
		display: none;
}

.box-collapsed {
		display: none;
}

.cb_simple-logo .logo img {
		width: 100% !important;
}

.cb_simple-logo .col-lg-4, .cb_simple-logo .col-md-6 {
		width: 33%;
}

@media (min-width: 768px) {
		.cb_simple-logo .col-lg-4, .cb_simple-logo .col-md-6 {
				width: 25%;
		}
}

@media (min-width: 1440px) {
		.cb_simple-logo .col-lg-4, .cb_simple-logo .col-md-6 {
				width: 16.666%;
		}
}

:root {
		--dr-h3-font-size: clamp(1.75rem, 2vw, 2.67rem);
		--dr-h3-line-height: clamp(2rem, 2vw, 2.67rem);
		--dr-h5-line-height: clamp(1.3rem, 1.9rem, 3.7rem);
		--dr-h6-font-size: clamp(1.2rem, 1.375rem, 2rem);
		--dr-h6-line-height: clamp(1.2rem, 1.375rem, 2rem);
		--dr-apricot: #f8f0e8;
		--dr-strong-font-weight: 500;
		--dr-dark-gray: rgb(240, 240, 240);
		--dr-darker-gray: rgb(244, 244, 244);
		--dr-light-grey: #f7f8f8;
}

.navbar button {
		--dr-h6-font-size: clamp(1.2rem, 1.2rem, 2rem);
		--dr-h6-line-height: clamp(1.2rem, 1.2rem, 2rem);
}

div.dr-highlight {
		background-color: var(--dr-apricot);
		width: fit-content;
}

p.dr-highlight {
		background-color: var(--dr-apricot);
		padding: 1rem;
		overflow: hidden;
}

.bg-drlightgrey .dr-highlight {
/*		background-color: #f4ece4;*/
/*		background-color: #faecda;*/
/*		background-color: #f9efe1;*/
/*		background-color: #f9e9d9;*/ /* OK for color=245 */
/*		background-color: #faecda;*/ /* OK for color=250 */
		background-color: #f9e9d9;
}

.bg-dr-darkgray,
.accbg-dr-darkgray .accordion {
		background-color: var(--dr-dark-gray) !important;
}

.bg-dr-darkergray,
.accbg-dr-darkergray .accordion {
		background-color: var(--dr-darker-gray) !important;
}

div.dr-highlight p {
		padding: 1rem;
		font-weight: 300;
}

div.dr-highlight-gray p,
div.dr-highlight-gray h4 {
		padding: 1rem;
    margin: -1rem 0;
    line-height: var(--dr-body-line-height);
}

div.dr-highlight-gray p:first-child,
div.dr-highlight-gray h4:first-child {
    margin-top: 0;
}

div.dr-highlight-gray p:last-child {
    margin-bottom: 1rem;
}

div.dr-highlight-gray {
		background-color: var(--dr-dark-gray); /*#f4f4f4;*/
		width: fit-content;
    margin-bottom: 1.25rem;
}

div.dr-leftborder, p.dr-leftborder {
		border-left: 3px solid var(--dr-orange);
}

div.dr-box-leftcol {
		width: 50%;
		padding-right: 3rem;
}

p.dr-checkmark {
		padding-left: 3em;
}

p.dr-checkmark:before {
		content: url('/fileadmin/common/check.svg');
		height: 1em;
		width: 1.1067em;
		top: 0.2em;
		left: -0.75em;
		display: inline-block;
		position: relative;
		margin-left: -1.25rem;
}

span.dr-nonstop:before {
		content: url('/fileadmin/common/Nonstop.svg');
		width: 1.5em;
		top: 0.25em;
		left: -0.5em;
		display: inline-block;
		position: relative;
}

span.dr-nonstop {
		padding-left: 0.5em;
		font-size: 1.125em;
		font-weight: 500;	
}

.dr-biggertext {
		font-size: 1.5rem !important;
}

.dr-bigtext2 {
		font-size: clamp(1.2rem, 0.5269rem + 2.1538vw, 2.25rem);
}

.dr-ctaline2 {
		margin-top: -1.5rem;
		margin-bottom: 0;
}

.dr-bigtext {
		font-size: 3rem;
}

.dr-bigtext4 {
		font-size: clamp(1.6rem, 0.0615rem + 4.9231vw, 4rem);
}

.dr-bold-light {
		font-weight: 300;
}

.dr-bold-medium {
		font-weight: 400;
}

.dr-bold-bolder {
		font-weight: 500;
}

.dr-orangetext {
		color: var(--dr-orange);
}

p strong,
.text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.link-inline):not(.link-inlight),
.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero)
{
		font-weight: var(--dr-strong-font-weight) !important;
}

.logo-row_slider.logo_row_clients p strong {
		font-weight: 700 !important;
}

.service-row a:not(.link-inline):not(.link-inlight),
.expertise-title p strong,
.expertise-title p a:not(.link-inline):not(.link-inlight) {
		font-weight: 500 !important;
}

.expertise a,
.expertise-teaser a,
.expertise-content a,
.expertise-footer a,
.cb_cost-overview a {
		color: var(--dr-blue);
		text-decoration: none;
		display: inline;
		position: relative;
		padding-bottom: 1px;
		transition: color .3s;
		cursor: pointer;
		font-weight: var(--dr-strong-font-weight);
}

section.bg-drapricot {
		background-color: var(--dr-apricot);
}

.expertise h3,
.expertise h2 {
		border-left: 1.5px solid var(--dr-orange);
		padding-left: 15px;
		margin-left: -18px;
}

.teasercards_intro-image {
		margin: 1rem 1rem 0 1rem;
}

.teasercards_item-link {
		margin: 0;
}

.teasercards_intro-infos {
		margin: 0 1rem 1rem 1rem;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
		background-color: var(--dr-blue);
		border-color: var(--dr-blue);
}

h3.accordion-title {
		font-size: clamp(1.33rem, 1.33vw, 1.75rem);
		line-height: 2rem;
}

.cb_accordion h3.accordion-title, .cb_accordion .accordion-toggle-button {
		font-weight: 400 !important;
		font-size: clamp(1.25rem, 1.25vw, 1.75rem);
		margin-bottom: 0.75rem;
}


.cb_accordion .accordion-toggle-button {
		top: 1.1rem;
		right: 1.9rem;
}

.accordion .accordion-toggle-button {
		top: 1rem;
		right: 1.875rem;
		font-size: clamp(1.3rem, 1.7rem, 3.7rem);
}

.cb_textacc h3 {
		line-height: 1.5;
}

.timeline-content p {
		word-break: unset !important;
}

.timeline-content p a {
    color: unset !important;
    font-weight: unset !important;
}

.timeline-content p a:after {
    width: 0 !important;
}

.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero), .text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.modal-trigger_style) {
		display: inline;
}

.frame-type-text a.btn {
		color: var(--white) !important;
}

.hero-phone__link {
		font-size: clamp(1.9rem, 2vw, 2.5rem);
}

.hero-phone__link:before {
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		content: "\f2a0";
		font-size: clamp(1.58rem, 1.58vw, 2.1rem);
		padding: 0 0.35rem 0 0;
		position: relative;
		top: -0.1rem;
}

.hero-phone {
		color: var(--bs-orange);
}

.hero-phone:hover {
		color: var(--white);
}

.masthead .floating-form .phone-number,
.bloglayout .floating-form .phone-number {
		color: var(--white);
}

.masthead .floating-form .phone-number a,
.bloglayout .floating-form .phone-number a,
.masthead .floating-form .phone-number a:hover,
.bloglayout .floating-form .phone-number a:hover,
.masthead .floating-form .phone-number i,
.bloglayout .floating-form .phone-number i {
		color: unset;
}

.masthead .floating-form .phone-number a,
.bloglayout .floating-form .phone-number a {
		font-size: 26px;
		font-weight: 400;
}

.masthead .floating-form .phone-number i,
.bloglayout .floating-form .phone-number i {
		margin-right: 12px;
		font-size: 24px;
}

.masthead .floating-form .phone-number:hover,
.bloglayout .floating-form .phone-number:hover {
		color: var(--dr-orange);
}

.masthead .floating-form .phone-number ul,
.bloglayout .floating-form .phone-number ul {
		padding-left: 19px;
		padding-right: 19px;
		position: relative;
		top: -5px;
}

.masthead .col-xxl-10,
.bloglayout .col-xxl-10,
.masthead .col-xl-10,
.bloglayout .col-xl-10,
.masthead .col-lg-10,
.bloglayout .col-lg-10 {
		width: unset;
}

.masthead .h1,
.bloglayout .h1,
.masthead h1,
.bloglayout h1 {
		font-size: clamp(2.5rem,5.5vw,4.5rem);
		line-height: clamp(2.5rem,5.5vw,5.5rem);
		margin-bottom: 10px;
    margin-left: -2px;
    max-width: none;
}

.masthead .h2,
.bloglayout .h2,
.masthead h2,
.bloglayout h2 {
		font-size: clamp(1.7rem,3.065vw,2.5rem);
		line-height: clamp(2rem,3.065vw,2.7rem);
		margin-bottom: 20px;
    margin-left: -18px;
    max-width: none;
}

.masthead .header-orange-line h2,
.bloglayout .header-orange-line h2 {
		border: none !important;
    margin-left: -17px;
}

.masthead .h2,
.bloglayout .h2 {
    margin-left: -2px;
}

.masthead h3,
.bloglayout h3,
.masthead .h3,
.bloglayout .h3,
.masthead h4,
.bloglayout h4,
.masthead .h4,
.bloglayout .h4 {
    color: var(--white);
}

.masthead h5,
.bloglayout h5,
.masthead .h5,
.bloglayout .h5 {
/*		font-family: var(--dr-body-font-family);*/
/*    font-size: var(--dr-body-font-size);*/
    font-size: clamp(1.1rem, 1rem + 0.2vw, 1.2rem);
    font-weight: var(--dr-body-font-weight);
    color: var(--white);
}

.lastUpdated,
.fullbox {
		display: none;
}

.hero-bullets li svg {
		left: 2px;	
}

.logo-row_slider.logo_row_clients .logo-item.me-3 img {
		max-width: 100%;
		max-height: 60px;
}

.logo-row_slider.logo_row_vendors .logo-item.me-3 img {
		max-width: 100%;
/*		max-height: 60px;*/
}

.logo-row_slider .logo-item {
		padding: 15px 0;
		margin-right: 0 !important;
/*		display: none; */
}
/*
.logo-row_slider.logo_row_clients .logo-item:first-child {
		display: block;
}
*/
.logo-row_slider.logo_row_vendors .logo-item {
		padding: 15px 0;
		margin-right: 0 !important;
/*		display: none; */
}

.logo-row_slider.logo_row_vendors .logo-item img,
.logo-row_slider.logo_row_vendors .logo-item img:hover {
		filter: none;
}

.logo-row_slider.logo_row_clients .col-xxl-3 {
		flex: 1 0 400px;
		width: unset;
}

.logo-row_slider.logo_row_vendors .col-xxl-3 {
		display: none;
}

@media (max-width: 992px) {
	.logo-row_slider.logo_row_clients .col-xxl-3 {
			flex: 1 0 180px;
	}
}

.logo-row_slider .col-xxl-9 {
		flex: 0 1 auto;
		width: unset;
		overflow: hidden;
}

.logo-row_slider.logo_row_clients .row {
		flex-wrap: nowrap;
}

.logo-row_slider.logo_row_clients .logo-row_slider-init {
		visibility: hidden;
}

@media (min-width: 1600px) {
		.navbar>ul>li {
				margin-left: 6px;
		}
}

@media (max-width: 1599px) {
		.navbar .open-menu, .navbar .open-menu:focus, .navbar a, .navbar a:focus {
				padding-bottom: 20px;
				padding-top: 23px;
		}
}

.btn-close {
		z-index: 999;
}

.textpic-lr header {
		width: 100%;
}

.textpic-lr .h2, .textpic-lr h2 {
    max-width: 100rem;
}

.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):after,
.text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.modal-trigger_style):after
{
		transition: width 0.2s;
}

.h2, .h3, h2, h3, p {
		hyphens: none;
}

.cb_interesting-numerals h2, .cb_interesting-numerals .h2 {
		margin-bottom: 1.5rem;
}

.cb_interesting-numerals .interesting-numerals-item {
		margin: 2.5rem 0 0.5rem 0;
}

.cb_interesting-numerals .numerals h3, .cb_interesting-numerals .numerals .h3 {
		font-size: 5rem;
		font-weight: 300;
		line-height: 67%;
		color: var(--bs-orange);
}

.cb_interesting-numerals h3 span.numeral_title, .cb_interesting-numerals .h3 span.numeral_title {
		font-size: 1.85rem;
		text-transform: none;
		font-weight: unset;
		line-height: 150%;
		color: var(--bs-black);
}

.cb_interesting-numerals .interesting-numerals-image {
		display: none;
}

@media (min-width: 1400px) {
		.cb_interesting-numerals .col-xxl-8 {
				width: unset;
		}
}

.cb_interesting-numerals .numeral_desc p {
		hyphens: auto;
}

section.banner_numerals h3 {
		font-size: 4.5rem;
		font-weight: 300;
		color: var(--bs-orange);
		margin: 0;
}

section.banner_numerals h3>span {
		font-size: 1.6rem;
		font-weight: 200;
		color: var(--dr-blue);
		display: block;
		padding-top: 0.2rem;
}

section.banner_numerals div.boxwrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 3.5rem 1.75rem;
}

section.banner_numerals div.box {
		flex: 1 1 500px;
}

section.banner_numeral h3 {
		font-size: clamp(1.6rem, 0.0615rem + 4.9231vw, 4rem);
		font-weight: 300;
		color: var(--bs-orange);
		margin: 0;
}

section.banner_numeral h3>span {
		font-size: clamp(1.6rem, 1.1336rem + 1.4925vw, 1.85rem);
		font-weight: 300;
		color: var(--bs-black);
		display: block;
		padding-top: 0.4rem;
}

.cb_tabs .tabs .nav-pills .nav-link.active {
		border: none;
}

.cb_tabs .tabs .tabs .tab-content>.active {
		background: var(--dr-light-grey);
}

.cb_tabs .tabs .nav-pills {
		border-bottom: solid 1px var(--dr-dark-grey);
		padding-bottom: 0.4rem;
}

.cb_tabs .tabs .nav-pills .nav-link.active:before,
.cb_tabs .tabs .nav-pills .nav-link.active:after
{
		color: var(--dr-orange);
		opacity: 75%;
		font-size: 0.67em;
		position: relative;
		top: -0.1em;
}

.cb_tabs .tabs .nav-pills .nav-link.active:before {
		content: "▶ ";
		margin-right: -0.1em;
}

.cb_tabs .tabs .nav-pills .nav-link.active:after {
		content: " ◀";
		margin-left: -0.1em;
}

.nav-link {
		display: block;
		padding: 0 1rem 0.5rem;
}

.tabs .tab-content .tab-pane {
		padding: 0.75rem 1.5rem;
}

@media (min-width: 1400px) {
		.container.px-4.py-5 .col-xxl-7.col-md-12.mt-3,
		.col-xxl-7.expertise {
				width: 100%;
		}
}

.dr-halfcolumn {
		display: inline-block;
		vertical-align: top;
		width: 49%;
}

.dr-halfcolumn-left {
		margin-right: 1%;
}

.dr-halfcolumn-right {
		margin-left: 1%;
}

@media (max-width: 799px) {
		.dr-halfcolumn {
				width: 100%;
		}
		.dr-halfcolumn-left {
				margin-right: 0;
		}
		.dr-halfcolumn-right {
				margin-left: 0;
		}
}

div.dr-halfcolumn ul {
		margin-top: 0.5rem;
		margin-bottom: 0;
}

.teasercards h2 {
		border-left: 1.5px solid var(--dr-orange);
		padding-left: 15px;
		margin-left: -17px;
}

.teasercards .introduction {
		margin-left: -13px;
}

.teasercards .introduction p {
		margin-top: 1rem;
}

.testim .arrow,
.testim .dots .dot {
		transition-duration: 1s;
}

.testim .dots .dot.active,
.testim .cont div.active .img img,
.testim .cont div.active .img::after,
.testim .cont div.active h2,
.testim .cont div.active .h2,
.testim .cont div.active p,
.testim .cont div.active .stars {
		animation-duration: 1s;
}

.testim .cont div.active .img::after {
    animation: testim-show 1s ease-in-out forwards;
}

@supports (display: grid) {
*		.testim .cont div.inactive .img img,
		.testim .cont div.inactive .img::after,
		.testim .cont div.inactive h2,
		.testim .cont div.inactive .h2,
		.testim .cont div.inactive p,
		.testim .cont div.inactive .stars {
			animation: testim-out 1s ease-in-out forwards;
		}

		@keyframes testim-out {
				from {
						opacity: 1;
				}
				to {
						opacity: 0;
				}
		}

		.testim .cont {
				display: grid;
		}

		.testim .cont>div {
				grid-area: 1 / 1;
				position: relative;
		}
}

.testim .star {
    font-size: 2rem;
    padding-right: .25rem;
}

.testim .stars {
    margin-bottom: .75rem;
    margin-left: -0.25rem;
}

.testim p.dr-highlight {
		margin-top: 2rem;
}

section.testim section .py-5 {
    display: none;
}

.services-table td:first-child, .services-table th:first-child {
		width: 75%;
}

.services-table td:last-child, .services-table th:last-child {
		text-align: right;
		width: 25%;
}

.numerals strong {
		text-transform: none;
}

section.dr-initial .tab-content>.tab-pane,
section.dr-initial.fullbox {
		display: block;
}

section.aboutbox {
		margin-top: -8rem;
}

section.aboutbox .py-5 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
}

section.dr-initial .fade:not(.show) {
		opacity: 1;
}

section.dr-initial .accordion .accordion-content {
		height: inherit;
		opacity: 1;
}

section.dr-initial .accordion .accordion-content::after {
		pointer-events: none;
		opacity: 0;
}

section.dr-initial.lastUpdated {
		font-style: italic;
		font-size: 1rem;
		padding: .5rem;
	  margin-top: -50%;
	  margin-left: -50%;
	  color: var(--dr-blue-50);
	  display: block;
}

.header_serviceinfo .fa-phone {
		font-size: 0.75rem;
		padding: 0 0.1rem 0 0;
		position: relative;
		top: -0.05rem;
		color: var(--bs-gray-400);
}

.header_serviceinfo-247 {
		text-align: center;
		text-transform: none;
		padding: 5px 0px;
}

.header_serviceinfo-phone span {
		font-size: 1.67rem;
}

.header_serviceinfo a:hover {
		text-decoration: none;
}

#header {
		background-color: rgba(5, 26, 51, .825);
}

.navbar:not(.navbar-mobile) .dropdown ul {
		background: rgba(245, 245, 245, 1);
}

.navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover .open-menu, .navbar li:hover>.open-menu, .navbar li:hover>a, .navbar li:hover>div>a {
		opacity: 1;
}

.justify-content-sm-between {
		justify-content: space-between !important;
}

/* new link style start */
/*
.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):before,
.text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.modal-trigger_style):before,
.expertise a:before
{
		content: "▶ ";
		color: var(--dr-orange);
		opacity: 75%;
		margin-right: 0.1em;
		font-size: 0.55em;
		position: relative;
		top: -0.2em;
		transform: scaleX(0.8);
		display: inline-block;
}

.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):after,
.text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.modal-trigger_style):after,
.expertise a:after
{
		content: " ◀";
		color: var(--dr-orange);
		opacity: 75%;
		margin-left: 0.05em;
		font-size: 0.55em;
		position: relative;
		top: -0.2em;
		width: unset;
		height: unset;
		background: unset;
		left: unset;
		bottom: unset;
		z-index: unset;
		transition: none;
		display: inline-block;
		transform: scaleX(0.8);
}

.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero),
.text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.modal-trigger_style),
.expertise a
{
		transition: none;
}

.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):hover,
.text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.modal-trigger_style):hover,
.expertise a:hover
{
		background-color: rgba(5,26,51,0.05);
}

.text-link .modal-trigger_style:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):hover:after,
.text-link a:not(.btn):not(.btn-learn-more):not(.btn-learn-more-hero):not(.modal-trigger_style):hover:after,
.expertise a:hover:after
{
		width: unset;
}
*/
/* new link style end */

.dr-icon-table {
  display: grid;
  gap: 10px;
}

.dr-icon-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: start;
  padding: 28px 0 0 0;
}

.dr-icon-row-large {
  grid-template-columns: 128px 1fr;
  gap: 22px;
}

.dr-icon-row-lowline {
  padding: 20px 0 0 0;
}

.dr-icon-row-lowline:first-child {
  padding-top: 18px;
}

.dr-icon-row p:first-child,
.dr-icon-row p:last-child {
  margin-bottom: 0;
/*  line-height: 1.55;*/
}

.dr-icon {
/*  width: 80px;*/
/*  height: 59px;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px 4px 5px;
/*  margin: 0;*/
}

.dr-icon-smaller {
  height: 59px;
}

.dr-icon-larger {
  height: 92px; /* 72 77 84 */
}

.dr-icon-larger img {
  margin-top: 16px;
}

.dr-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.dr-icon-row h3 {
  margin: 0 0 6px;
/*  font-size: 1.05rem;*/
/*  line-height: 1.3;*/
}

/*
@media (max-width: 520px) {
  .dr-icon {
    width: 68px;
    height: 68px;
  }
  .dr-icon-row {
    grid-template-columns: 68px 1fr;
  }
}
*/
.dr-icon-row h4,
.dr-icon-row .h4 {
  font-size: 1.33rem;
}

.hero-bullets {
    font-size: clamp(1.1rem, 1rem + 0.2vw, 1.2rem);
}

.masthead .hero-bullets li {
/*    margin-bottom: clamp(0.375rem, -0.7361rem + 1.7361vh, 1rem);*/
/*    margin-bottom: clamp(0.375rem, -0.5139rem + 1.3889vh, 0.875rem);*/
    margin-bottom: clamp(0.375rem, -0.4028rem + 1.2153vh, 0.8125rem);
}

.bloglayout .hero-bullets li {
    margin-bottom: 6px;
}

p.code, span.code {
  font-family: monospace;
  font-size: 0.875rem;
  background: #ececec;
  color: #1a1a1a;
  padding: 0.2em 0.3em;
}

p.math, span.math {
  font-family: "Cambria Math","STIX Two Math","STIX Math","Latin Modern Math","Times New Roman",serif;
  font-size: 0.875rem;
  background: #fff;
  color: #1a1a1a;
  padding: 0.2em 0.3em;
}

.bloglayout {
	padding-top: 12.75rem;
	padding-bottom: 3.76rem;
}

@media (max-width: 767px) {
		.masthead, .bloglayout {
				padding-top: 10rem;
				padding-bottom: 3.76rem;
		}
}

.lpe-video {
	background: var(--dr-light-grey);
}

@media (min-width: 2225px) {
	.lpe-video {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
/*  .cb_videoteaser {
    grid-template-areas: "content";
  }*/ /* aligned */
  .cb_videoteaser>.video-background {
    grid-area: content;
    display: flex;
    justify-content: end;
  }
  .cb_videoteaser>.video-background>video {
    width: 50%;
  }
  .cb_videoteaser>.container {
    grid-area: content;
    max-width: 90vw; /* wider */
/*    max-width: 85vw;*/ /* aligned */
  }
}
/*
@media (min-width: 1200px) {
  .cb_videoteaser>.video-background>video {
    width: 47.5%;
  }
  .cb_videoteaser>.container .col-xxl-6,
  .cb_videoteaser>.container .col-xl-6 {
      width: 52.5%;
  }
}
*/
/*@media (min-width: 1200px) {*/
/*    .bloglayout .floating-form {
        opacity: 1;
        pointer-events: all;
        background-color: var(--dr-light-grey);
        content: "";
        width: 18rem;
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        padding-bottom: 1rem;
        margin-bottom: -4rem;
    }*/
/*}*/

/**:has(>img.img-fluid),*/
.cb_image-accordion>div.container>div>div:has(>img.img-fluid),
.cb_pic-in-text_image>div,
.testimonial-wrapper>.img,
.teasercards_intro-image,
.cb_tabs div.image {
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper>.img>img,
.teasercards_intro-image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

/**:has(>img.img-fluid)::after,*/
.cb_image-accordion>div.container>div>div:has(>img.img-fluid)::after,
.cb_pic-in-text_image>div::after,
.testimonial-wrapper>.img::after,
.teasercards_intro-image::after,
.cb_tabs div.image::after {
  content: "© DATARECOVERY";
  position: absolute;
  right: 0;
  bottom: .25rem;
  font-size: .75rem;
  line-height: 1;
  padding: .2rem .4rem;
  color: #ffffff80;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}

.cb_image-accordion>div.container>div>div:has(>img.img-fluid)::after,
picture:has(>img.img-fluid)::after {
  bottom: .75rem;
}

.nocopy .testimonial-wrapper>.img::after,
.nocopy *:has(>img.img-fluid)::after,
.nocopy .teasercards_intro-image::after,
.nocopy .cb_tabs div.image::after,
#projects picture:has(>img.img-fluid)::after,
div.interesting-numerals-bigimage::after {
	content: none;
}

.cb_image-accordion>div.container>div>div:has(>img.img-fluid)::after,
.cb_tabs div.image::after {
	margin-right: calc(var(--bs-gutter-x) * .5);
}

.cb_tabs div.image,
div:has(>img.img-fluid) {
	height: min-content;
}

footer .frame p,
footer .frame a {
  color: var(--dr-white-75) !important;
  font-weight: var(--dr-body-font-weight) !important;
}

.dr-footer span.fa-solid {
	margin-right: 3px;
}

footer h3,
footer .h3 {
	padding-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.dr-lowerline {
	margin-top: -0.875rem;
}

@media (min-width: 2000px) {
	.dr-lowerline {
		margin-top: -1rem;
	}
}

.navbar-mobile {
	background: rgba(31,40,63,0.25);
}
.navbar-mobile ul {
	background-color: rgba(31,40,63,0.8);
}

@media (min-width: 720px) {
	.navbar-mobile {
		background: none;
		left: unset;
/*		right: unset;*/
		min-width: 360px;
	}
	.navbar-mobile ul {
		top: 72px;
		left: 0;
		right: 0;
		bottom: unset;
	/*	bottom: 15px;*/
	}
}

img {
	vertical-align: unset;
}

body>footer>div>div.row.footer-link.footer-text:not(:first-of-type) {
  display: none;
}

footer .btn {
  color: var(--white);
  background-color: var(--dr-orange);
  border: solid 1px var(--dr-orange);
}

footer .btn:hover,
footer .btn:active {
  color: var(--dr-blue) !important;
  background-color: var(--white) !important;
  border: solid 1px var(--white) !important;
}

.header-logo {
	padding-right: 0;
}

@media (max-width: 1279px) {
	.header-logo {
		padding-right: 50px;
	}
}

.header_serviceinfo {
	padding-left: 12px;
}

.navbar {
	margin-right: 0;
}

@media (min-width: 512px) {
    .header-logo img.header-logo_desktop {
        display: block;
    }
    .header-logo img.header-logo_mobile {
        display: none;
    }
    .header-logo {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media (max-width: 1279px) {
    .navbar ul {
        display: none;
    }
    .navbar-mobile ul {
        display: block;
    }
    .mobile-nav-toggle-wrap {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .navbar ul {
        display: flex;
    }
    .navbar-mobile ul {
        display: none;
    }
    .mobile-nav-toggle-wrap {
        display: none;
    }
}

header div.flexplaceholder {
  display: none;
}

header.open div.flexplaceholder {
  display: block;
}

header.init img.header-logo_desktop {
	display: block;
}

header.init img.header-logo_mobile {
	display: none;
}

.header_serviceinfo {
  transition: none;
}

.navbar .dropdown:hover>ul {
	visibility: hidden;
}

.tabs .tab-content>.active {
  background: var(--dr-light-grey);
}

.sk-pl .dr-cb-pl {
	display: none;
}

a.link-inline {
  cursor: text !important;
	font-weight: revert !important;
}

a.link-inline:hover {
		background: none !important;
}

a.link-inline:before,
a.link-inline:after {
		content: none !important;
}

a.link-inlight {
	font-weight: revert !important;
}

.fixed-first-aid {
    transform-origin: right top;
    bottom: 2.5rem;
    right: 0!important;
}

#pickupModal .frame-type-form_formframework textarea[id^="pickupform"][id$="textarea-1"] {
		height: 5.6rem;
}

#pickupModal .frame-type-form_formframework textarea {
		margin-top: 1.5rem;
		height: 7.1rem;
}

#pickupModal .frame-type-form_formframework input[type=text] {
    height: 2rem;
}

#pickupModal .modal-logo::before {
		height: 19rem;
}

.modal-body .h4, .modal-body h4 {
		line-height: 1.2;
}

.modal-title span {
    font-size: clamp(1.6rem, 1.174rem + 1.818vw, 2.3rem);
    line-height: clamp(1.9rem, 1.169rem + 3.117vw, 3.1rem);
}
/*
.modal-text div.d-grid:first-of-type {
		margin-bottom: 0.75rem;	
}

.dr-first-aid {
		display: none;
}
*/

.dr-first-aid {
    background-color: rgba(215, 37, 49, .95);
    white-space: nowrap;
}

.dr-first-aid i.fa-notes-medical {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .dr-first-aid {
        background-color: transparent;
        text-shadow: 3px -3px 3px rgba(0, 0, 0, .1);
    }
}

.dr-first-aid a {
    background-color: rgba(215, 37, 49, .95);
    transform: rotate(90deg) translateX(calc(50% - 30px));
    height: 60px;
    color: var(--white);
    text-decoration: none;
    font-size: 23px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    display: flex;
}

.dr-first-aid i {
    margin-right: 10px;
    font-size: 21px;
    padding-top: 4px;
    transform: rotate(270deg);
}

.dr-first-aid span.inner {
    margin-top: 2px;
}

@media (max-width: 575px) {
    .fixed-menu>a {
        max-width: 25%;
        background-color: rgba(255, 142, 54, .95);
    }
    .dr-first-aid {
        min-width: fit-content;
        max-width: 50%;
    }
    .dr-first-aid a {
        height: 40px;
        transform: none;
        font-size: clamp(1.188rem, 0.719rem + 2vw, 1.438rem);
    }
    .dr-first-aid i.fa-notes-medical {
        text-shadow: -3px 3px 3px rgba(0, 0, 0, .1);
    }
}

.fixed-first-aid {
    display: none;
}
/*
#navbar > ul > li.dropdown > div > a.e1_title {
    cursor: default;
}

#navbar > ul > li.dropdown:not(:has(> ul.ul-e2)) > div > a.e1_title {
    cursor: pointer;
}
*/
#navbar {
	  user-select: none;
	  -webkit-user-select: none;
	  -webkit-touch-callout: none;
	  caret-color: transparent;
}

#navbar ul > li.dropdown > div.d-flex > a.flex-grow-1 {
    cursor: default;
}

#navbar ul > li.dropdown:not(:has(> ul)) > div.d-flex > a.flex-grow-1 {
    cursor: pointer;
}

.cost-overview__pricing>span {
		white-space: nowrap;
		margin-left: .5rem;
}

.accordion .btn {
		margin-top: 6px;
		margin-bottom: 12px;
}

.accordion .accordion-additionaltext .dr-highlight {
		margin-top: 6px;
}

.lame-accordion .accordion-toggle-button,
.lame-accordion .accordion-title {
		display: none;
}

.lame-accordion .accordion-additionaltext {
		margin-top: -1rem;
}

.lame-accordion p {
		margin-left: 0;
		margin-right: 0;
}

.lame-accordion .py-3 {
		padding-top: 0.1rem !important;
		padding-bottom: 0.1rem !important;
}

.lame-accordion .py-2 {
		padding-bottom: 2rem !important;
}

.accordion-buttonless .accordion-additionaltext {
		margin-top: 1rem;
}

.accordion-buttonless .accordion-toggle-button,
.accordion-buttonless-lowline .accordion-toggle-button {
		display: none;
}

.noborder {
		border: none !important;
}

.spaceafter0rem5 {
		padding-bottom: 0.5rem;
}

html[lang="de"] #navbar a.e1_title {
		text-transform: uppercase;
}

.request .btn {
    margin-top: 20px;
}

.contact-card a.btn,
.contact-card a.btn:hover {
    color: var(--white);
    margin-top: 0;
    padding-bottom: 0.55em;
}

.contact-card a.btn::after {
		content: none;
}

.fa-mapa::before,
.fa-mapaa::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.footer-link a.maplink {
		margin-bottom: 0;
}

.btn.maplink {
		margin-top: 0;
		margin-bottom: 6px;
}

.fa-mapaa::after {
		content: ""
}

.modal-map {
    text-decoration: none;
    color: var(--dr-white);
}

.author {
		font-style: italic;
}

@media (min-width: 992px) {
    .accordion-lowbottom .mb-lg-5,
    .accordion-lowbottom .cb_textacc__text1,
    .accordion-lowbottom .cb_textacc__buttons {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991.98px) {
  .cb_pic-in-text.picatbottom .cb_pic-in-text_grid {
    display: flex;
    flex-direction: column;
  }

  .cb_pic-in-text.picatbottom .cb_pic-in-text_image {
    order: 2;
  }
}

@media (max-width: 991.98px) {
  .cb_pic-in-text:not(.picatbottom) .cb_pic-in-text_image:not(:last-child) {
      margin-bottom: 2.5rem !important;
  }
  .cb_pic-in-text.picatbottom .cb_pic-in-text_image:not(:only-child) {
      margin-top: 1.5rem;
  }
}

@media (max-width: 1199.98px) {
  .cb_textacc .cb_textacc__textcol {
    display: contents;
  }

  .cb_textacc .cb_textacc__text1,
  .cb_textacc .cb_textacc__text2,
  .cb_textacc .cb_textacc__buttons {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding-right: .75rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: .75rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .cb_textacc--split .cb_textacc__text2 {
    margin-top: 1.5rem;
  }

  .cb_textacc:not(.cb_textacc--split) .cb_textacc__buttons {
    margin-bottom: 1.5rem;
  }

  .cb_textacc--split .cb_textacc__text1 {
    margin-bottom: 1.5rem;
  }

  .cb_textacc--split .cb_textacc__acccol {
    order: 2;
  }

  .cb_textacc--split .cb_textacc__text2 {
    order: 3;
  }

  .cb_textacc--split .cb_textacc__buttons {
    order: 4;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cb_textacc:not(.cb_textacc--split) .cb_textacc__buttons {
    margin-bottom: 3rem;
  }

  .cb_textacc--split .cb_textacc__text1 {
    margin-bottom: 3rem;
  }
}

p.lowbottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.borderbox {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
  border: 1px solid var(--dr-dark-grey);
  background-color: var(--dr-light-grey);
}

div.borderbox p {
	padding-left: 1rem;
	padding-right: 1rem;
}

div.borderbox p:first-child {
	padding-top: 1rem;
}

@media (max-width: 1199.98px) {
  .cb_videoteaser.videoatbottom > .video-background {
    order: 2;
    margin-top: -1.5rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 1279px) {
  .navbar li:hover > div > button {
    border-left: 0;
  }
}

.navbar-mobile .dropdown ul ul,
.navbar-mobile ul li.dropdown:has(> ul.dropdown-active) > div {
  background-color: var(--dr-blue);
}

.navbar-mobile ul li.dropdown:has(> ul.dropdown-active) > div > a {
  color: var(--dr-orange);
}
