@font-face {
font-family: 'Raleway-Regular';
src: url(//www.vdpresearch.de/wp-content/themes/vdpresearch/fonts/Raleway-Regular.woff2) format('woff2'),
url(//www.vdpresearch.de/wp-content/themes/vdpresearch/fonts/Raleway-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Raleway-Medium';
src: url(//www.vdpresearch.de/wp-content/themes/vdpresearch/fonts/Raleway-Medium.woff2) format('woff2'),
url(//www.vdpresearch.de/wp-content/themes/vdpresearch/fonts/Raleway-Medium.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Raleway-SemiBold';
src: url(//www.vdpresearch.de/wp-content/themes/vdpresearch/fonts/Raleway-SemiBold.woff2) format('woff2'),
url(//www.vdpresearch.de/wp-content/themes/vdpresearch/fonts/Raleway-SemiBold.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}  :root {
--color-primary: #c71748; --color-secondary: #334046; --color-basic: #486872; --color-basic-2: #3f5760; --color-accent: #861d48; --color-system: #c6d8db; --size-sm: .875rem; --size-md: 1.125rem; --size-lg: 1.25rem; }
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
margin: 0;
padding: 0;
}
body {
font: var(--size-md)/1.55 'Raleway-Regular';
color: var(--color-basic);
-webkit-font-smoothing: antialiased; }
body *,
body *:focus {
outline: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color: var(--color-secondary);
}
h1 {
margin: 0 0 2.875rem;
letter-spacing: -1.2px;
font: 3.75rem/1.2 'Raleway-Medium';
}
h1 span,
h2 span,
h3 span {
display: block;
margin-bottom: .75rem;
letter-spacing: normal;
font: 1rem/1.5 'Raleway-SemiBold';
color: var(--color-accent);
}
h2,
.single h1 {
margin: 0 0 1.25rem;
letter-spacing: -0.72px;
font: 2.25rem/1.2 'Raleway-SemiBold';
}
h3 {
margin: 0 0 1.25rem;
font: 1.875rem/1.25 'Raleway-SemiBold';
}
h4 {
margin: 0 0 1rem;
font: 1.5rem/1.3 'Raleway-SemiBold';
}
h5,
.custom-content-icon .entry-title {
margin: 0 0 .75rem;
font: 1.25rem/1.5 'Raleway-SemiBold';
}
h6 {
margin: 0 0 .75rem;
font: 1rem/1.5 'Raleway-SemiBold';
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
figure,
blockquote:last-child,
table:last-child,
.site-main ul:not([class]):last-child,
.site-main ol:not([class]):last-child {
margin: 0;
}
blockquote {
margin: 0 0 2rem;
border-left: 0;
padding-left: 0;
font: italic 1.5rem/1.3 'Raleway-Medium';
color: var(--color-accent);
}
blockquote + p {
font-size: 1rem;
}
cite {
font-style: normal;
}
ul,
ol,
li > ul,
li > ol {
margin: 0;
padding: 0;
}
ul[class],
ol[class] {
list-style-type: none;
}
.site-main ul:not([class]),
.site-main ol:not([class]) {
margin: 0 0 1.5rem;
padding: 0 0 0 1.05em;
}
p {
margin: 0 0 1.5rem;
}
a {
color: var(--color-primary);
}
a:hover {
color: inherit;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
outline: none;
}
a[href^="mailto:"] {
word-break: break-all;
}
a,
button,
input,
textarea {
display: inline-block;
transition: all .3s ease;
}
button {
cursor: pointer;
}
img {
display: inline-block;
width: auto;
max-width: 100%;
height: auto;
border: 0;
}
img::selection {
background: transparent !important;
}
img.lazy {
min-height: auto !important;
}
figcaption,
.wpb_single_image figcaption.vc_figure-caption {
margin-top: 1rem;
font-size: var(--size-sm);
}
figcaption a,
.wpb_single_image figcaption.vc_figure-caption a {
text-decoration: underline;
font-family: 'Raleway-SemiBold';
}
b,
strong {
font-weight: normal;
font-family: 'Raleway-SemiBold';
}
sup,
sub,
small {
font-size: .7em;
}
sup {
vertical-align: top;
}
sub {
vertical-align: bottom;
}
hr {
margin: 2rem 0;
border: 0;
border-top: 1px solid var(--color-system);
}
table {
table-layout: fixed;
width: 100%;
margin: 0 0 2em;
border-collapse: collapse;
border-spacing: 0;
}
th,
td {
padding: 5px;
text-align: left;
font-weight: normal;
vertical-align: top;
}
th {
font-family: 'Raleway-SemiBold';
}
code,
pre {
font-family: inherit;
}
iframe,
embed,
object {
max-width: 100%;
}
audio {
display: block;
}
video {
display: block;
width: 100%;
height: 100%;
max-height: inherit;
object-fit: cover;
} ::-webkit-input-placeholder {
color: var(--color-basic);
}
::-moz-placeholder {
color: var(--color-basic);
opacity: 1;
}
:-moz-placeholder {
color: var(--color-basic);
opacity: 1;
}
:-ms-input-placeholder {
color: var(--color-basic);
opacity: 1;
}
fieldset {
margin: 0;
border: 0;
padding: 0;
}
legend {
}
abbr {
color: var(--color-primary);
}
label {
cursor: pointer;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { -webkit-text-fill-color: var(--color-basic);
transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled {
opacity: 1;
}
input[type="submit"]::-moz-focus-inner { border: 0;
padding: 0;
line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
select,
textarea {
width: 100%;
border: 1px solid #9ebcc2;
border-radius: .5rem;
padding: .675rem 1rem;
font: 1rem/1.55 'Raleway-Regular';
color: #537c87;
background-color: transparent;
}
input[type="number"] {
width: 120px;
-moz-appearance: textfield;
}
select {
padding-right: 2rem;
background-repeat: no-repeat;
background-position: right .65rem center;
background-image: url(//www.vdpresearch.de/wp-content/themes/vdpresearch/images/layout/chevron_down.svg);
-moz-appearance: none;
-webkit-appearance: none;
}
select:open {
background-image: url(//www.vdpresearch.de/wp-content/themes/vdpresearch/images/layout/chevron_up.svg);
}
textarea {
display: block;
resize: none;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: auto;
}
textarea::-webkit-scrollbar {
width: 2px;
}
textarea::-webkit-scrollbar-track {
border-radius: 2px;
background-color: #000;
}
textarea::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: var(--color-basic-2);
}  .archive h1 span {
margin: 0;
letter-spacing: inherit;
font: inherit;
color: inherit;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
padding: 3rem 0;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
width: 50%;
float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
width: 50%;
text-align: right;
float: right;
}
.widget {
list-style-type: none;
margin: 0 0 1.5rem;
}
.widget:last-child {
margin: 0;
}
.widget .widgettitle,
.widget .widget-title {
margin-bottom: .5rem;
letter-spacing: normal;
font-size: var(--size-lg);
font-family: 'Raleway-SemiBold';
}
.widget ul:not([class]) {
list-style-type: none;
padding: 0 !important;
}
.post-thumbnail {
display: block;
}
.wp-caption {
max-width: 100%;
}
.single .wp-caption img {
display: block;
}
.single .wp-caption:not(:first-child) {
margin-top: 3rem;
}
.single .wp-caption:not(:last-child) {
margin-bottom: 3rem;
}
.single .wpb_animate_when_almost_visible {
opacity: 0;
}
.single .wpb_start_animation {
opacity: 1;
transition: opacity 2s ease-in-out;
}
.single .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.single table {
table-layout: auto;
font-size: 1.375rem;
color: var(--color-secondary);
}
.single th,
.single td {
padding: 5px 0;
}
.entry-title a {
color: inherit;
}
.home.blog .site-main .search-form,
.archive .site-main .search-form,
.error404 .site-main .search-form,
.search-no-results .site-main .search-form {
max-width: 800px;
} .screen-reader-text {
position: absolute !important;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
word-wrap: normal !important;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
overflow: hidden;
}
.screen-reader-text:focus {
top: 5px;
left: 5px;
display: block;
width: auto;
height: auto;
border-radius: 3px;
padding: 15px 23px 14px;
text-decoration: none;
line-height: normal;
font-size: 14px;
font-weight: bold;
color: #21759b;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
background-color: #f1f1f1;
z-index: 100000;
clip: auto !important;
clip-path: none;
} #main[tabindex="-1"]:focus {
outline: 0;
} #preloader {
position: fixed;
display: none;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
background: url(//www.vdpresearch.de/wp-content/themes/vdpresearch/images/layout/preloader.svg) no-repeat center;
transform: translate(-50%, -50%);
z-index: 100;
}
.admin-bar .page-container {
min-height: calc(100vh - 32px);
}
.page-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-main {
flex-grow: 1;
padding-top: 80px;
}
.container {
max-width: 1440px;
margin: 0 auto;
padding: 0 7rem;
}
.container.sm,
.vc_section .vc_row.sm {
max-width: 944px;
}
.inner-wrapper {
display: flex;
align-items: flex-start;
}
.inner-content {
flex-grow: 1;
}
.sidebar {
flex-shrink: 0;
flex-basis: 250px;
margin-left: 2rem;
}
.flexbox {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: flex-start;
}
.flexbox-center {
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.flexbox-center-between {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
.img-box {
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.img-box.alt {
background-position: center;
background-size: 82%;
}
.img-box .relative {
z-index: 1;
}
.css-parallax {
background-attachment: fixed;
}
.css-parallax.empty {
min-height: 35vh;
}
.relative {
position: relative;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-lg {
font-size: var(--size-lg);
}
.no-text-transform {
text-transform: none;
}
.no-padding {
padding: 0 !important;
}
.download-link {
display: flex;
align-items: center;
border: 1px solid var(--color-system);
border-radius: 2px;
padding: 1rem;
font-size: 1rem;
}
.download-link img {
flex-shrink: 0;
width: 40px;
margin-right: .75rem;
}
.download-link strong {
display: block;
word-break: break-word;    
}
.download-link span {
display: inline-block;
color: var(--color-basic);
}
.author-avatar {
margin-right: 1rem;
border-radius: 50%;
}
.author-avatar img,
.post-authors-list img {
display: inherit;
border: 1px solid rgba(0, 0, 0, .08);
border-radius: inherit;
}
.post-authors-list img {
width: 56px;
height: 56px;
object-fit: contain;
object-position: center;
}
.post-meta,
.post-authors-list li {
display: flex;
align-items: center;
margin-top: auto;
font-size: 1rem;
}
.post-meta strong,
.post-authors-list strong {
display: block;
font-size: var(--size-md);
color: var(--color-secondary);
}
.terms-list {
display: flex;
flex-wrap: wrap;
margin-bottom: .5rem;
font: var(--size-sm)/1.3 'Raleway-SemiBold';
}
.terms-list i {
margin-right: 4px;
}
.terms-list li:last-child i {
display: none;
} @-webkit-keyframes fadeInUpCustom {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40%, 0);
transform: translate3d(0, 40%, 0);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes fadeInUpCustom {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40%, 0);
transform: translate3d(0, 40%, 0);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes fadeInLeftCustom {
0% {
opacity: 0;
-webkit-transform: translate3d(-40%, 0, 0);
transform: translate3d(-40%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes fadeInLeftCustom {
0% {
opacity: 0;
-webkit-transform: translate3d(-40%, 0, 0);
transform: translate3d(-40%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes fadeInRightCustom {
0% {
opacity: 0;
-webkit-transform: translate3d(40%, 0, 0);
transform: translate3d(40%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes fadeInRightCustom {
0% {
opacity: 0;
-webkit-transform: translate3d(40%, 0, 0);
transform: translate3d(40%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.fadeInUpCustom,
.fadeInUp.fadeInUpCustom {
animation-name: fadeInUpCustom;
}
.fadeInLeftCustom,
.fadeInLeft.fadeInLeftCustom {
animation-name: fadeInLeftCustom;
}
.fadeInRightCustom,
.fadeInRight.fadeInRightCustom {
animation-name: fadeInRightCustom;
}
.delay-20 {
animation-delay: 0.2s;
}
.delay-40 {
animation-delay: 0.4s;
}
.delay-60 {
animation-delay: 0.6s;
}
.delay-80 {
animation-delay: 0.8s;
} .forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] {
margin: 0;
font-size: 1rem;
}
.forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-of-type) {
margin-bottom: 1.5rem;
}
.forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-row.forminator-row-last {
margin: 0;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-all-group-copies.forminator-repeater-field {
border-radius: 0;
padding: 0;
box-shadow: none !important;
background: transparent !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-label {
margin-bottom: 5px !important;
font: var(--size-sm)/1.3 'Raleway-SemiBold' !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-input,
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-textarea {
border-radius: .5rem !important;
font: inherit !important;
padding: .6rem 1rem .5rem 1rem !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-field.forminator-is_active .forminator-input,
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-field.forminator-is_active .forminator-textarea,
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-checkbox input:checked + .forminator-checkbox-box,
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown.forminator-dropdown--default {
box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05), 0 0 0 4px #fde7e6;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-select.select2-container--focus .select2-selection--single {
box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05), 0 0 0 4px #fde7e6 !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default[data-design=default] .forminator-textarea {
resize: none;
}
body.admin-bar > .forminator-select.select2-container.forminator-select-dropdown-container--open {
margin-top: 32px;
}
body.forminator-hustle-dropdown-fix .forminator-select.forminator-select-dropdown-container--open {
z-index: 119 !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-select .select2-selection--single {
border-radius: .5rem;
transition: .2s ease;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-select.select2-container--open.forminator-select-dropdown-container--below .select2-selection--single,
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown.forminator-dropdown--default.forminator-select-dropdown--above {
border-radius: .5rem .5rem 0 0;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-select.select2-container--open.forminator-select-dropdown-container--above .select2-selection--single {
border-radius: 0 0 .5rem .5rem;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-select .select2-selection--single .select2-selection__rendered {
padding: .6rem 1rem .5rem 1rem !important;
font: inherit !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-select .select2-selection--single .select2-selection__placeholder {
color: #6d6d6d;
}
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown.forminator-dropdown--default {
border-color: #f5acac;
border-radius: 0 0 .5rem .5rem;
padding: 0;
overflow: hidden;
transition: .2s ease;
}
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown .select2-results .select2-results__options {
max-height: 212px;
}
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option {
padding: .6rem 1rem .5rem 1rem;
line-height: inherit;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-checkbox .forminator-checkbox-box {
border-radius: 6px !important;
transition: all .3s ease;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance .forminator-checkbox-label {
display: none;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields {
position: relative;
padding-bottom: 32px !important;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:first-child {
float: left;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:first-child .forminator-error-message {
position: absolute;
right: 0;
bottom: 0;
left: 0;    
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:last-child {
width: calc(100% - 20px);
margin-left: auto;
font-size: var(--size-sm);
font-family: 'Raleway-Medium';
color: #333;
cursor: pointer;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:last-child .forminator-col {
padding: 0 0 0 1rem;
}
.forminator-custom-form.forminator-ui.forminator-design--default button.forminator-button-submit {
display: block;
width: calc(100% + 30px);
margin-bottom: 0;
margin-left: -15px;
border: 1px solid var(--color-primary);
border-radius: 2rem;
padding: .7rem 1.125rem;
font: 1rem/1.5 'Raleway-SemiBold' !important;
box-shadow: inset 0 0 0 1px rgba(10, 13, 18, .18), inset 0 -2px 0 0 rgba(10, 13, 18, .05), 0 1px 2px 0 rgba(10, 13, 18, .05);
transition: all .3s ease;
}
.forminator-custom-form.forminator-ui.forminator-design--default button.forminator-button:hover,
.forminator-custom-form.forminator-ui.forminator-design--default button.forminator-button:focus {
box-shadow: inset 0 0 0 1px rgba(10, 13, 18, .18), inset 0 -2px 0 0 rgba(10, 13, 18, .05), 0 1px 2px 0 rgba(10, 13, 18, .05);
}
.forminator-custom-form + .forminator-edit-module {
display: none;
}  .header-wrapper {
position: fixed;
top: 0;
width: 100%;
height: 80px;
border-bottom: 1px solid #ced3d5;
font-size: var(--size-sm);
color: #fff;
background-color: rgba(61, 76, 97, .6);
z-index: 120;
}
.admin-bar .header-wrapper {
top: 32px;
}
.header-wrapper:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
z-index: -1;
}
.header-wrapper .container,
.header-wrapper .flexbox-center-between {
height: 100%;
transition: inherit;
}
.header-wrapper .flexbox-center-between > div {
display: flex;
align-items: center;
}
.custom-logo-link {
flex-shrink: 0;
width: 140px;
transition: none;
}
.custom-logo-link,
.custom-logo {
display: block;
}
.custom-logo-link.alt {
position: absolute;
opacity: 0;
visibility: hidden;
}
.search-box {
display: flex;
align-items: center;
border-radius: 1.5rem;
background-color: rgba(255, 255, 255, .15);
}
.search-btn {
flex-shrink: 0;
width: 44px;
height: 44px;
border-radius: 50%;
text-align: center;
line-height: 42px;
font-size: var(--size-lg);
box-shadow: inset 0 0 0 1px rgba(10, 13, 18, .18), inset 0 -2px 0 0 rgba(10, 13, 18, .05), 0 1px 2px 0 rgba(10, 13, 18, .05);
background-color: rgba(255, 255, 255, .3);
cursor: pointer;
}
body.search-open .search-box .search-form {
width: 17.5rem;
}
.search-box .search-form {
width: 0;
transition: width .3s linear;
overflow: hidden;
}
.search-box .search-form ::-webkit-input-placeholder {
color: transparent;
}
.search-box .search-form ::-moz-placeholder {
color: transparent;
}
.search-box .search-form :-moz-placeholder {
color: transparent;
}
.search-box .search-form :-ms-input-placeholder {
color: transparent;
}
.search-box .search-form input[type="search"] {
border: 0;
border-radius: 0;
padding: 0 var(--size-sm);
color: inherit;
}
.search-box .search-form input[type="submit"] {
display: none;
}
.search-box .search-form .screen-reader-text {
display: none;
}
.header-widget-list {
display: flex;
align-items: center;
margin-left: 1.25rem;
border-left: 1px solid #ced3d5;
padding-left: 1.25rem;
}
.header-widget-list .widget {
flex-shrink: 0;
margin-bottom: 0;
}
.header-widget-list .widget:not(:last-child) {
margin-right: 1.25rem;
}
.header-widget-list a {
font-family: 'Raleway-SemiBold';
color: inherit;
} .header-wrapper.light {
color: var(--color-secondary);
background-color: rgba(255, 255, 255, .9);
}
.header-wrapper.light .custom-logo-link {
opacity: 0;
visibility: hidden;
}
.header-wrapper.light .custom-logo-link.alt {
opacity: 1;
visibility: visible;
}
.header-wrapper.light .nav-btn span,
.header-wrapper.light .nav-btn span:before,
.header-wrapper.light .nav-btn span:after {
background-color: var(--color-secondary);
}
.header-wrapper.light .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop {
background-color: rgba(255, 255, 255, .9);
}
.header-wrapper.light .ubermenu .ubermenu-custom-content.html-menu-item > a:hover,
.header-wrapper.light .ubermenu .ubermenu-custom-content.html-menu-item.ubermenu-current-menu-item > a {
background-color: #f5f5f5;
}
.header-wrapper.light .ubermenu .ubermenu-custom-content.html-menu-item > a > i {
color: var(--color-primary);
} .main-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, .75);
transition: all .5s ease;
z-index: 12;
opacity: 0;
visibility: hidden;
}
.close-btn {
position: relative;
display: block;
width: 20px;
height: 20px;
font-style: normal;
cursor: pointer;
}
.close-btn:before {
content: "\e903";
display: block;
font: var(--size-lg)/1 'icomoon' !important;
}
.nav-btn {
flex-shrink: 0;
display: none;
width: 24px;
height: 20px;
margin-left: 1.5rem;
cursor: pointer;
}
.nav-btn span {
position: relative;
top: 9px;
display: block;
width: 100%;
height: 3px;
border-radius: 2px;
background-color: #fff;
transition: all 0.25s ease-in-out;
}
.nav-btn span:before,
.nav-btn span:after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: inherit;
border-radius: inherit;
background-color: #fff;
transition: inherit;
}
.nav-btn span:before {
top: -8px;
}
.nav-btn span:after {
top: 8px;
width: 75%;
left: auto;
right: 0;
}
.nav-btn:hover span:after {
width: 100%;
} .header-wrapper .ubermenu .ubermenu-nav {
display: flex;
margin-left: 3.5rem;
}
.header-wrapper .ubermenu .ubermenu-row,
.footer-content .ubermenu .ubermenu-row {
margin: 0;
}
.header-wrapper .ubermenu .ubermenu-submenu-type-stack {
padding: 0;
}
.header-wrapper .ubermenu .ubermenu-target,
.footer-content .ubermenu .ubermenu-target {
font: 1rem/1.5 'Raleway-SemiBold';
color: inherit;
transition: all .3s ease;
}
.header-wrapper .ubermenu .sub-ctrl {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
font: .5rem/1 'icomoon' !important;
cursor: pointer;
}
.header-wrapper .ubermenu .sub-ctrl:after {
content: "\e902";
position: inherit;
top: 50%;
right: 0;
margin-top: -6px;
transition: transform .3s ease;
}
.header-wrapper .ubermenu .ubermenu-item.show .sub-ctrl:after {
transform: rotate(-180deg);
}
.header-wrapper .ubermenu .ubermenu-custom-content-padded {
padding: 0 0 1rem;
} .header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0 {
margin-left: 1.5rem;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
padding: 28px 0;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target {
padding-right: 1.5rem;
}
.header-wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
font: .5rem/1 'icomoon' !important;
right: 0;
margin-top: -4px;
transition: transform .3s ease;
}
.header-wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target.show > .ubermenu-sub-indicator,
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-has-submenu-drop.ubermenu-active .ubermenu-target > .ubermenu-sub-indicator {
transform: rotate(-180deg);
}
.header-wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator:before {
content: "\e902";
display: block;
}
.header-wrapper .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
display: none !important;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column {
position: relative;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column .ubermenu-submenu-type-mega {
left: -2rem;
width: 28.5rem;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-row {
max-width: 100%;
padding: 1.5rem;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column .ubermenu-custom-content.html-menu-item > a {
padding: 1.5rem .75rem 1.5rem 3rem;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column .ubermenu-custom-content.html-menu-item > a > i {
top: auto;
}
.header-wrapper .header-widget-list .ubermenu .ubermenu-nav {
display: block;
margin: 0;
}
.header-wrapper .header-widget-list .ubermenu .ubermenu-item.ubermenu-item-level-0 {
margin: 0;   
}
.header-wrapper .header-widget-list .ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
margin: 6px 0;
border-radius: 3rem;
padding: 10px 1.125rem;
color: #fff;
box-shadow: inset 0 0 0 1px rgba(10, 13, 18, .18), inset 0 -2px 0 0 rgba(10, 13, 18, .05), 0 1px 2px 0 rgba(10, 13, 18, .05);
background-color: var(--color-primary);
}
.header-wrapper .header-widget-list .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target {
padding-right: 3rem;
}
.header-wrapper .header-widget-list .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
right: 1.125rem;
}
.header-wrapper .header-widget-list .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column .ubermenu-submenu-type-mega {
left: auto;
right: 0;
width: auto;
background-color: #fff;
border-radius: .5rem;
}
.header-wrapper .header-widget-list .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-row {
padding: 1rem 0;
}
.header-wrapper .header-widget-list .ubermenu .ubermenu-item.ubermenu-item-level-0.one-column .ubermenu-submenu-type-mega .ubermenu-target {
color: var(--color-secondary);
} .header-wrapper .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop {
box-shadow: 0 12px 16px -4px rgba(10, 13, 18, .08), 0 4px 6px -2px rgba(10, 13, 18, .03), 0 2px 2px -1px rgba(10, 13, 18, .04);
background-color: rgba(61, 76, 97, .6);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
transition-timing-function: ease;
}
.admin-bar .header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
max-height: calc(100dvh - 112px);
}
.header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
max-height: calc(100dvh - 80px);
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: auto;
}
.header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega::-webkit-scrollbar {
width: 2px;
}
.header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega::-webkit-scrollbar-track {
border-radius: 2px;
background-color: #000;
}
.header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: var(--color-basic-2);
}
.header-wrapper .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-row {
display: flex;
justify-content: center;
max-width: 1236px;
margin: 0 auto;
padding: 1.5rem 0;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-2 {
flex-grow: 1;
padding: 0 10px;
float: none;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-2 > .ubermenu-submenu-type-stack > .ubermenu-item > .ubermenu-custom-content-padded {
font-family: 'Raleway-Medium';
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-2 > .ubermenu-submenu-type-stack > .ubermenu-item > .ubermenu-custom-content-padded > strong {
display: inline-block; font-size: 1rem;
}
.header-wrapper .ubermenu .ubermenu-custom-content {
line-height: 1.5;
}
.header-wrapper .ubermenu .ubermenu-custom-content > a {
color: inherit;
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a {
position: relative;
display: block;
border-radius: .5rem;
padding: .75rem .75rem .75rem 3rem;    
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a:hover,
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item.ubermenu-current-menu-item > a {
background-color: rgba(255, 255, 255, .15);
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a > i,
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a > img {
position: absolute;
top: 1rem;
left: .75rem;
font-size: 1.5rem;
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a > img {
max-width: 1.5rem;
max-height: 1.5rem;
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a > strong {
display: block;
font-size: 1rem;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child,
.footer-content .ubermenu .ubermenu-item.ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
margin-top: 0;
} .footer {
font-size: 1rem;
}
.footer-widgets {
background: #f3f8f8;
}
.footer-widgets .flexbox {
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
gap: 1rem;
border-bottom: 1px solid var(--color-system);
padding: 4rem 0;
}
.footer-widgets .widgettitle {
color: inherit;
}
.footer-content {
padding-top: 4rem;
}
.footer-content .ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
display: none;
}
.footer-content .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop {
position: static;
display: block;
width: calc(100% + 2rem);
height: auto;
max-height: inherit;
margin: 0 -1rem;
box-shadow: none;
clip: auto;
overflow: visible !important;
opacity: 1;
visibility: visible;
transition-property: all;
transition-timing-function: ease;
}
.footer-content .ubermenu .ubermenu-submenu-type-stack {
padding: 0 1rem;
}
.footer-content .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal {
margin-top: .75rem;
}
.footer-content .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
display: inline-block;
padding: 0;
}
.footer-content .ubermenu .ubermenu-target:hover,
.footer-content .ubermenu .ubermenu-item.ubermenu-active > .ubermenu-target,
.footer-content .ubermenu .ubermenu-item.ubermenu-current-menu-item > .ubermenu-target,
.footer-content .ubermenu .ubermenu-item.ubermenu-current-menu-ancestor > .ubermenu-target {
color: var(--color-primary);
}
.footer-content .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-custom-content {
margin-bottom: .5rem;
font-size: var(--size-sm);
font-family: 'Raleway-SemiBold';
color: #537c87;
}
.copyright {
position: relative;
margin-top: 4.375rem;
padding: 2.8rem 0;
color: #fff;
background-color: var(--color-basic-2);
}
.copyright:before {
content: "";
position: absolute;
top: calc(-4.375rem + 1px);
right: 0;
width: 7.5rem;
height: 4.375rem;
background-color: inherit;
clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
} body.modal-open,
body.modal-open-sm {
overflow: hidden;
}
body.modal-open .modal-overlay,
body.modal-open-sm .modal-overlay-sm {
opacity: 1;
visibility: visible;
}
.modal-overlay,
.modal-overlay-sm {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(72, 104, 114, .25);
transition: all 0.5s ease;
overflow-x: hidden;
overflow-y: auto;
z-index: 130;
opacity: 0;
visibility: hidden;
scrollbar-width: thin;
}
.modal-overlay::-webkit-scrollbar,
.modal-overlay-sm::-webkit-scrollbar {
width: 2px;
}
.modal-outer {
position: absolute;
top: 0;
left: 50%;
display: flex;
align-items: center;
max-width: 1024px;
width: 100%;
min-height: 100%;
transform: translateX(-50%);
}
.modal-outer.sm {
max-width: 640px;
}
.modal-content {
flex-grow: 1;
position: relative;
width: 100%;
margin: 6rem 0;
background-color: #fff;
}
.modal-header {
margin-bottom: -1.25rem;
}
.modal-header .close-btn {
margin: 0 1.375rem 0 auto;
padding: 1.25rem 1.25rem 0 0;
color: #000;
z-index: 1;
}
.modal-header .close-btn:before {
font-size: 1rem !important;
}
.modal-outer.sm .modal-header .close-btn {
color: #fff;
}
.modal-content .newsletter-box {
display: flex;
}
.modal-content .newsletter-box > *:only-child {
width: 100%;
}
.modal-content .newsletter-box .img-box {
width: 55%;
}
.modal-content .newsletter-box .text-box {
width: 45%;
padding: 2rem 3rem 0;
}
.modal-content .news-box .img-box {
height: 14.5rem;
}
.modal-content .news-box .text-box {
padding: 2rem 4rem;
text-align: center;
}
.modal-content .news-box h3 {
font-family: 'Raleway-Medium';
}
.modal-content .news-box .custom-btn {
display: block;
margin-top: 2.5rem;
}  .site-main .vc_section,
.site-main .vc_section.vc_section-has-fill {
margin: 0;
padding: 3rem 0;
}
.site-main .vc_section.vc_section-has-fill + .vc_section {
padding-top: 3rem;
}
.site-main .vc_section:first-child + .vc_section:not(.vc_section-has-fill):not(.has-gradient):not(.has-padding-top),
.site-main .vc_section.has-gradient + .vc_section:not(.vc_section-has-fill):not(.has-gradient) {
padding-top: 0;
}
.site-main .vc_section:last-child {
padding-bottom: 0;
}
.single .site-main .vc_section:last-child {
padding-bottom: 3rem;
}
.site-main .vc_section.has-gradient {
background: linear-gradient(to bottom, #f9fbfb 0%, #f9fbfb 65%, #fff 100%);
}
.site-main .vc_section.has-padding-top {
padding-top: 6rem;
}
.site-main .vc_section.has-padding-bottom {
padding-bottom: 6rem;
}
.vc_section .vc_row {
max-width: 1440px;
width: 100%;
margin-right: auto;
margin-bottom: 3rem;
margin-left: auto;
padding-right: calc(7rem - 15px);
padding-left: calc(7rem - 15px);
}
.vc_section .vc_row.vc_row-has-fill {
padding-top: 3rem;
padding-bottom: 3rem;
}
.vc_section .vc_row.vc_row-has-fill > .vc_column_container:only-child {
float: none;
}
.vc_section .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
padding-top: 0;
}
.vc_section .vc_row.vc_inner {
margin-bottom: 2rem;
padding-right: 0;
padding-left: 0;
}
.vc_section .vc_row.vc_inner.vc_row-has-fill {
padding: 2rem;
}
.vc_section .vc_row.vc_inner.vc_row-has-fill > .vc_column_container > .vc_column-inner:only-child {
padding-top: 0;
}
.vc_section .vc_row.vc_inner .vc_column_container:first-child > .vc_column-inner {
padding-left: 0;
}
.vc_section .vc_row.vc_inner .vc_column_container:last-child > .vc_column-inner {
padding-right: 0;
}
.vc_section .vc_row.vc_inner .wpb_content_element {
margin-bottom: 2rem;
}
.vc_section .vc_row.vc_row-o-full-height {
min-height: auto;
height: 100%;
}
.vc_section .vc_row[data-vc-full-width] {
left: 0 !important;
max-width: 100%;
margin-bottom: 0;
padding-right: 0;
padding-left: 0;
overflow: inherit;
opacity: 1 !important;
}
.vc_section .vc_row-full-width { margin-bottom: 6rem;
}
.vc_section .vc_row.tablet-row {
display: flex;
}
.vc_section .vc_row.tablet-row.vertical-center {
align-items: center;
}
.vc_section .vc_row.tablet-row .vc_column_container:first-child > .vc_column-inner {
padding-right: 2rem;
}
.vc_section .vc_row.tablet-row .vc_column_container:last-child > .vc_column-inner {
padding-left: 2rem;
}
.vc_col-has-fill .vc_column-inner {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.vc_column_container > .vc_column-inner {
padding-left: 15px;
padding-right: 15px;
}
.vc_row.vc_row-no-padding .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.vc_column_container > .vc_column-inner > .wpb_wrapper {
overflow: clip;
}
.vc_section .wpb_content_element {
margin-bottom: 2rem;
}
.vc_section .vc_row:last-child,
.vc_section .vc_row.vc_inner:last-child,
.vc_section .vc_row.vc_inner .wpb_content_element:last-child,
.vc_section .vc_row-full-width:last-child,
.vc_section .wpb_content_element:last-child,
.vc_btn3-container:last-child,
.vc_tta-container:last-child,
.vc_column_container .vc_toggle:last-child,
.vc_btn3-container.vc_do_btn:last-child {
margin-bottom: 0;
} .custom-btn,
.btn.vc_btn3-container .vc_general.vc_btn3,
.wsdsgvovideo_img .wsdsgvovideo_acception.ws-default-btn,
input[type="submit"] {
flex-shrink: 0;
border: 1px solid var(--color-primary);
border-radius: 2rem;
padding: .7rem 1.125rem;
text-decoration: none !important;
text-align: center;
font: 1rem/1.5 'Raleway-SemiBold';
color: #fff;
box-shadow: inset 0 0 0 1px rgba(10, 13, 18, .18), inset 0 -2px 0 0 rgba(10, 13, 18, .05), 0 1px 2px 0 rgba(10, 13, 18, .05);
background-color: var(--color-primary);
background-image: none;
transition: all .3s ease;
}
.custom-btn:hover,
.btn.vc_btn3-container .vc_general.vc_btn3:hover,
.btn.vc_btn3-container .vc_general.vc_btn3:focus,
.wsdsgvovideo_img .wsdsgvovideo_acception.ws-default-btn:hover,
input[type="submit"]:hover {
border-color: #9c153f;
color: #fff;
background-color: #9c153f;
}
.custom-btn.reverse,
.btn.reverse.vc_btn3-container .vc_general.vc_btn3 {
border-color: var(--color-primary);
color: var(--color-primary);
background-color: #fff;
}
.custom-btn.reverse:hover,
.btn.reverse.vc_btn3-container .vc_general.vc_btn3:hover {
background-color: #fff1f2;
}
.custom-btn + .custom-btn {
margin-left: 1rem;
}
.custom-btn i {
margin-right: .5rem;
font-size: .9rem;
}
.custom-btn i:last-child {
margin: 0 0 0 .5rem;
font-size: .7rem;
}
.btn-wrap {
margin: -.5rem;
}
.btn-wrap .custom-btn {
margin: .5rem;
}
.vc_separator {
height: 3px;
}
.single .vc_separator {
margin-top: 2rem;
}  .custom-top-banner {
position: relative;
height: 100dvh;
min-height: 34.375rem;
max-height: 34.375rem;
margin-top: calc(-3rem - 80px);
color: #fff;
overflow: hidden;
}
.admin-bar .custom-top-banner {
height: calc(100dvh - 32px);
}
.custom-top-banner:not(.has-video):before,
.post-banner .img-wrap:before,
.post-banner .img-wrap:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(63, 87, 96, .7);
}
.custom-top-banner .container,
.custom-top-banner .text-box {
min-height: inherit;
max-height: inherit;
height: inherit;
}
.custom-top-banner .text-box {
display: flex;
justify-content: space-between;
align-items: flex-end;
padding: calc(3rem + 80px) 0 3rem;
font-size: var(--size-lg);
}
.custom-top-banner .text-box > div:not([class]):last-child {
flex-shrink: 0;
padding-left: 2rem;
}
.custom-top-banner .text-box > div:not([class]):first-child {
max-width: 53%;
width: 100%;
padding: 0;
}
.custom-top-banner .text-box > div:not([class]) .wpb_text_column {
padding-right: 25%;
}
.custom-top-banner .entry-title {
color: inherit;
}
.custom-top-banner figure,
.custom-top-banner video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
.home .custom-top-banner {
min-height: 53rem;
max-height: 58rem;
}
.home .custom-top-banner:before {
content: none;
}
.home .custom-top-banner:after {
content: "";
position: absolute;
right: 0;
bottom: -1px;
left: 0;
height: 201px;
background: url(//www.vdpresearch.de/wp-content/themes/vdpresearch/images/layout/layer.png) no-repeat top center;
background-size: 100% 100%;
}
.home .custom-top-banner .text-box {
max-width: 48.125rem;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 9rem 0;
text-align: center;
font-size: 1.875rem;
}
.home .custom-top-banner h1 {
letter-spacing: -1.4px;
font-size: 4.5rem;
font-family: inherit;
} .custom-content {
max-width: 48.125rem;
font-size: var(--size-lg);
font-family: 'Raleway-Medium';
color: var(--color-basic-2);
}
.custom-content.text-center {
margin-right: auto;
margin-left: auto;
}
.custom-content.alt {
display: flex;
justify-content: space-between;
max-width: 100%;
}
.custom-content.alt > * {
width: 40%;
margin-bottom: 0;
}
.custom-content .entry-title.lg {
font-size: 3rem;
}
.custom-content-image,
.custom-tabs {
display: flex;
justify-content: space-between;
align-items: center;
}
.custom-content-image.reverse,
.custom-tabs.reverse {
flex-direction: row-reverse;
}
.custom-content-image > *:not(:only-child),
.custom-tabs > *:not(:only-child) {
width: calc(50% - 2rem);
}
.custom-content-image .img-box {
min-height: 20rem;
height: calc(100dvh - 80px);
max-height: 35rem;
}
.admin-bar .custom-content-image .img-box {
height: calc(100dvh - 112px);
}
.custom-content-image .wpb_text_column a {
display: inline;
}
.custom-content-image .icon,
.custom-content-icon .icon,
.quick-links .icon,
.teaser-boxes .icon {
display: flex;
justify-content: center;
align-items: center;
width: 3rem;
height: 3rem;
margin-bottom: 1.25rem;
border-radius: .375rem;
font-size: 1.5rem;
color: var(--color-basic);
background-color: #e1eaec;
}
.custom-content-image .icon img,
.custom-content-icon .icon img,
.quick-links .icon img,
.teaser-boxes .icon img {
width: 1.5rem;
height: 1.5rem;
object-fit: contain;
}
.custom-content-image.auto {
align-items: stretch;
}
.custom-content-image.auto .text-box {
padding: 6rem 0;
}
.custom-content-image.auto .img-box {
height: auto;
max-height: none;
}
.admin-bar .custom-content-image.auto .img-box {
height: auto;
}
.vc_row[data-vc-full-width] .custom-content-image + .custom-content-image {
margin-top: -2rem;
}
.vc_row[data-vc-full-width] .custom-content-image > *:not(:only-child) {
width: 50%;
}
.vc_row[data-vc-full-width] .custom-content-image .inner-wrap {
max-width: 720px;
width: 100%;
margin-left: auto;
padding-right: 7rem;
padding-left: 7rem;
}
.vc_row[data-vc-full-width] .custom-content-image.reverse .inner-wrap {
margin-left: 0;
}
.custom-content-icon {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -1rem;
font-size: 1rem;
}
.custom-content-icon > div {
width: calc(33.33% - 2rem);
margin: 1rem;
}
.custom-content-icon .icon {
border: 1px solid var(--color-system);
background-color: transparent;
} .custom-tabs {
align-items: stretch;
}
.custom-tabs .tab-box-wrapper {
min-height: 20rem;
}
.custom-tabs .tab-box,
.custom-tabs .img-box {
height: 100%;
min-height: inherit;
}
.custom-tabs .tab-box:not(.active) {
display: none;
}
.custom-tabs .tab-list {
align-self: center;
padding: 4rem 0;
}
.custom-tabs .tab-name {
position: relative;
display: block;
padding: 1rem 0 1rem 1.5rem;
font-size: 1rem;
color: inherit;
}
.custom-tabs .tab-name:before,
.custom-tabs .tab-name:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background-color: #e1eaec;
transition: inherit;
}
.custom-tabs .tab-name:after {
height: 0;
background-color: var(--color-primary);
}
.custom-tabs .tab-name .entry-title {
margin-bottom: .5rem;
line-height: 1.5;
font-size: 1.25rem;
}
.custom-tabs .tab-name.active {
pointer-events: none;
}
.custom-tabs .tab-name.active:after {
height: 100%;
} .quick-links,
.teaser-boxes {
display: flex;
flex-wrap: wrap;
margin: -.75rem;
}
.quick-links a,
.teaser-box {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
width: calc(33.33% - 1.5rem);
margin: .75rem;
min-height: 14rem;
border-radius: 2px;
padding: 1rem 1rem 2rem 1.5rem;
font-size: 1rem;
background-color: #f3f8f8;
overflow: hidden;
transition: all .3s linear;
}
.quick-links .icon,
.teaser-boxes .icon {
margin: 0 0 auto auto;
}
.quick-links .text-label,
.teaser-boxes .text-label {
display: inline-block;
margin-bottom: .5rem;
border: 1px solid;
border-radius: 2rem;
padding: .25rem .5rem;
font: var(--size-sm)/1 'Raleway-SemiBold';
}
.quick-links .entry-title,
.teaser-boxes .entry-title {
margin-bottom: .5rem;
color: inherit;
}
.quick-links .short-content,
.teaser-boxes .short-content {
opacity: 0;
transition: height .3s linear;
}
.quick-links a:hover,
.teaser-box:hover {
color: #fff;
background-color: var(--color-primary);
}
.quick-links a:hover .icon,
.teaser-box:hover .icon {
color: inherit;
background-color: #9c153f;
}
.quick-links a:hover .text-label,
.teaser-box:hover .text-label {
border-color: var(--color-system);
color: var(--color-primary);
background-color: #f3f8f8;
}
.quick-links a:hover .short-content,
.teaser-box:hover .short-content {
opacity: 1;
}
.teaser-boxes {
flex-wrap: nowrap;
}
.teaser-box {
min-height: 20rem;
padding: 1rem 3rem 2rem 1.5rem;
}
.teaser-box:hover {
width: 38%;
}
.teaser-boxes a {
display: inherit;
flex-direction: inherit;
justify-content: inherit;
align-items: inherit;
align-self: stretch;
min-height: inherit;
padding: inherit;
margin: -3rem -3rem -2rem -1.5rem;
transition: none;
}
.teaser-boxes .icon {
margin-right: -2rem;
}
.teaser-boxes .entry-title {
font-size: 1.5rem;
color: inherit;
}
.teaser-boxes.columns-2 .teaser-box {
width: calc(50% - 1.5rem);
}
.teaser-boxes.columns-4 .teaser-box {
width: calc(25% - 1.5rem);
}
.teaser-boxes.columns-2 .teaser-box:hover {
width: 55%;
}
.teaser-boxes.columns-4 .teaser-box:hover {
width: 30%;
} .testimonials-wrapper .testimonials {
max-width: 45rem;
width: 100%;
margin: 0 auto;
padding: 6rem 0 3rem;
text-align: center;
color: var(--color-secondary);
}
.testimonials-wrapper .testimonials blockquote {
color: inherit;
}
.testimonials-wrapper .testimonials img {
display: block;
margin: 0 auto .75rem;
max-height: 40px;
} .cta-wrapper {
position: relative;
padding: 6rem 0;
font-size: var(--size-lg);
color: #fff;
}
.cta-wrapper:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(134, 29, 72, .9);
}
.cta-wrapper .flexbox-center-between {
overflow: clip;
}
.cta-wrapper .flexbox-center-between > div:not([class]):not(:only-child) {
max-width: 48.125rem;
}
.cta-wrapper .entry-title {
color: inherit;
}
.cta-wrapper .btn-wrap:not(:only-child) {
padding-left: 1.5rem;
}
.cta-wrapper .custom-btn {
box-shadow: none;
} .downloads-list {
display: flex;
flex-wrap: wrap;
margin: -.5rem;
}
.downloads-list + .downloads-list {
margin-top: -2rem;
}
.downloads-list li {
width: calc(25% - 1rem);
margin: .5rem;
}
.downloads-list.columns-1 li,
.downloads-list.columns-2 li {
width: calc(50% - 1rem);
}
.downloads-list.columns-3 li {
width: calc(33.33% - 1rem);
}
.downloads-list .download-link {
height: 100%;
} .filters-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 2rem;
}
.filters-wrapper .cat-list {
display: flex;
flex-wrap: wrap;
margin: -.25rem;
}
.filters-wrapper .cat-list li {
margin: .25rem;
}
.filters-wrapper .cat-list a {
border: 1px solid transparent;
border-radius: 2rem;
padding: .7rem;
text-decoration: none !important;
text-align: center;
font: 1rem/1.5 'Raleway-SemiBold';
color: var(--color-primary);
}
.filters-wrapper .cat-list a.active {
border-color: var(--color-primary);
}
.filters-wrapper select,
.filters-wrapper .select2-container {
display: none;
}
.posts-wrapper .all-posts {
display: flex;
flex-wrap: wrap;
margin: 0 -1rem -3rem;
}
.posts-wrapper .all-posts + .custom-btn {
display: block;
width: fit-content;
margin: 3rem auto 0;
}
.posts-wrapper .all-posts .text-center {
width: 100%;
margin-bottom: 3rem;
order: 1;
}
.posts-wrapper [class*="type-"] {
display: flex;
flex-direction: column;
width: calc(33.33% - 2rem);
margin: 0 1rem 3rem;
}
.posts-wrapper .relative {
margin-bottom: 1.25rem;
border-radius: 2px;
overflow: hidden;
}
.posts-wrapper figure {
height: 15rem;
transition: all .3s linear;
}
.posts-wrapper figure a {
display: block;
height: inherit;
}
.posts-wrapper .text-box {
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
font-size: 1rem;
}
.posts-wrapper .text-box .entry-title {
align-self: stretch;
margin-bottom: .5rem;
font-size: 1.5rem;
}
.posts-wrapper .text-box .entry-title a {
position: relative;
display: block;
padding-right: 1.5rem;
}
.posts-wrapper .text-box .entry-title i {
position: absolute;
top: 7px;
right: 5px;
font-size: 1rem;
color: var(--color-primary);
transition: inherit;
}
.posts-wrapper .post-meta {
font-size: var(--size-sm);
}
.posts-wrapper .post-meta strong {
font-size: inherit;
}
.posts-wrapper .author-avatar {
margin-right: .5rem;
}
.posts-wrapper [class*="type-"]:hover figure {
transform: scale(1.1);
}
.posts-wrapper [class*="type-"]:hover .text-box .entry-title a {
color: var(--color-primary);
}
.posts-wrapper [class*="type-"]:hover .text-box .entry-title i {
transform: rotate(45deg);
}
.posts-wrapper .type-custom {
border: 1px solid var(--color-system);
border-radius: 2px;
box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05);
background-color: #f3f8f8;
}
.posts-wrapper .type-custom .text-box {
padding: 0 1rem .75rem;
}
.posts-wrapper .type-custom .custom-btn {
width: 100%;
margin-top: auto;
}
.not-found {
display: none;
margin-top: 3rem;
text-align: center;
} .partner-logos .entry-title {
text-align: center;
}
.logos-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 2rem 0 -1.5rem;
text-align: center;
}
.logos-list li {
width: 16rem;
margin: .75rem;
}
.logos-list li figure {
display: flex;
justify-content: center;
align-items: center;
height: 16rem;
padding: 1rem 3.125rem;
background-color: #f3f8f8;
}
.logos-list li figure a {
display: inherit;
justify-content: inherit;
align-items: inherit;
width: calc(100% + 6.25rem);
height: inherit;
margin: -1rem -3.125rem;
padding: inherit;
}
.logos-list img {
filter: grayscale(100%);
transition: filter .3s ease;
}
.logos-list li:hover img {
filter: none;
}
.logos-list p {
margin-top: 1rem;
font-family: 'Raleway-SemiBold';
color: var(--color-secondary);
}
.logos-list p a {
color: inherit;
} .post-banner {
display: flex;
margin-top: -3rem;
}
.post-banner > *:not(:only-child) {
width: 50%;
}
.post-banner .text-box {
align-self: center;
padding: 3rem 0;
}
.post-banner .inner-wrap {
max-width: 720px;
width: 100%;
margin-left: auto;
padding-left: 7rem;
font-size: var(--size-lg);
}
.post-banner .img-wrap {
position: relative;
min-height: 34.375rem;
padding-left: .25rem;
clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.post-banner .img-wrap:before {
background-color: rgba(0, 0, 0, .2);
z-index: 1;
}
.post-banner .img-wrap:after {
background-color: var(--color-primary);
z-index: -1;
}
.post-banner .img-box {
height: 100%;
clip-path: inherit;
}
.post-banner .entry-title {
margin-right: -3rem;
font-family: 'Raleway-Medium';
}
.post-terms-list {
display: flex;
flex-wrap: wrap;
margin: -.25rem -.25rem .75rem;
}
.post-terms-list li {
margin: .25rem;
}
.post-terms-list a {
border: 1px solid;
border-radius: 2rem;
padding: .25rem .5rem;
font: var(--size-sm)/1 'Raleway-SemiBold';
}
.post-terms-list a:hover {
color: var(--color-primary);
background-color: #fff1f2;
}
.post-meta-list {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin-bottom: 1rem;
font: 1rem/1.5 'Raleway-SemiBold';
color: var(--color-accent);
}
.post-meta-list li:not(:last-child):after {
content: "";
display: inline-block;
width: 4px;
height: 4px;
margin: 0 7px 0 8px;
border-radius: 50%;
vertical-align: middle;
background-color: var(--color-accent);
}
.post-authors-list {
display: flex;
flex-wrap: wrap;
}
.post-authors-list li {
margin: 0 1rem 1rem 0;
}
.post-banner .text-box:only-child {
flex-grow: 1;
padding-bottom: 0;
}
.post-banner .text-box:only-child .inner-wrap {
max-width: 944px;
margin: 0 auto;
padding: 0 7rem;
text-align: center;
}
.post-banner .text-box:only-child .post-terms-list,
.post-banner .text-box:only-child .post-meta-list,
.post-banner .text-box:only-child .post-meta {
justify-content: center;
}
.post-banner .text-box:only-child .post-meta {
text-align: left;
}
.post-excerpt {
font-size: var(--size-lg);
}
.conclusion-box {
margin: 3rem 0;
border-radius: 2px;
padding: 2rem;
background-color: #f3f8f8;
}
.addtoany_shortcode .addtoany_list {
display: flex;
}
.addtoany_shortcode .addtoany_list a {
margin-left: .75rem;
padding: 0;
}
.addtoany_shortcode .addtoany_list a > span.a2a_s__default {
display: block;
border-radius: 50% !important;
transition: all .3s ease;
}
.addtoany_shortcode .addtoany_list a > span.a2a_label {
display: none;
}
.addtoany_shortcode .addtoany_list svg {
width: 80%;
margin-top: 10%;
}
.wpcf7-form > p:last-of-type {
margin: 0;
}
.wpcf7-form br {
display: none;
}
.wpcf7-form label > span:not([class]) {
font: var(--size-sm) 'Raleway-Medium';
color: var(--color-basic-2);
}
.wpcf7-form .wpcf7-form-control-wrap {
display: block;
margin-bottom: .5rem;
}
.wpcf7-submit {
width: 100%;
margin-top: 1rem;
}
.wpcf7-spinner {
display: block;
margin: 1rem auto 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
margin: 5px 0 0;
font-size: .725rem;
color: var(--color-primary);
}
.wpcf7 form .wpcf7-response-output {
margin: 0 0 2rem;
}