.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body .wp-site-blocks {
hyphens: auto;
}
body .wp-site-blocks figcaption {
font-size: 0.8em;
margin-top: 3px;
}
body .wp-site-blocks figure img {
transition: transform 0.2s;
}
body .wp-site-blocks figure a {
overflow: hidden;
}
body .wp-site-blocks figure a:hover img {
transition: transform 0.2s;
transform: scale(1.2);
}
body .wp-site-blocks .wp-block-social-link {
border-radius: var(--wp--custom--border-radius);
}
body .wp-site-blocks [class*=as-xing].wp-block-social-link a:before {
content: " ";
background: url(//dis-germany.com/wp-content/themes/dis-germany/assets/images/xing.svg) no-repeat center;
background-size: contain !important;
display: inline-flex;
height: calc(1em - 4px);
width: 1em;
line-height: 1;
text-align: center;
font-weight: bold;
justify-content: center;
padding-top: 7px;
margin-bottom: -3px;
}
body .wp-site-blocks [class*=as-xing].wp-block-social-link[class*=as-xing-inverse] a:before {
background: url(//dis-germany.com/wp-content/themes/dis-germany/assets/images/xing-inverse.svg) no-repeat center;
}
body .wp-site-blocks [class*=as-xing].wp-block-social-link svg {
display: none;
}
body .wp-site-blocks main:has(:first-child:is(.wp-block-cover, .has-background, .is-style-teaser),
> .entry-content > :first-child:is(.wp-block-cover, .has-background, .is-style-teaser)) {
margin-top: 0 !important;
}
body .wp-site-blocks main:has(> .entry-content > :last-child:is(.wp-block-cover, .has-background, .is-style-teaser)) + footer {
margin-top: 0 !important;
}
body .wp-site-blocks :is(button, .wp-element-button, .wp-block-read-more) {
transition: all 0.3s;
position: relative;
--custom-shadow-color: var(--wp--preset--color--custom-enzian-blue);
}
body .wp-site-blocks :is(button, .wp-element-button, .wp-block-read-more):hover {
box-shadow: var(--wp--preset--shadow--natural), 0px 4px 0px 0px var(--custom-shadow-color);
transition: all 0.3s;
}
.leaflet-map {
z-index: 0;
margin: 0;
}
.leaflet-map .leaflet-left {
left: auto;
right: 10px;
}
@media (min-width: 769px) {
.leaflet-map {
min-height: 700px;
}
}
p:empty {
display: none;
}
header .wp-block-navigation a span:after, header .wp-block-navigation a:not(:has(span)):after, .like-navigation a span:after, .like-navigation a:not(:has(span)):after {
content: "";
border-top: 4px solid transparent;
width: 0;
transition: all 0.3s;
position: absolute;
left: 0;
bottom: -10px;
}
header .wp-block-navigation a:hover:after,
header .wp-block-navigation a:hover > span:after, .like-navigation a:hover:after,
.like-navigation a:hover > span:after {
border-top-color: var(--wp--preset--color--custom-blue);
width: 100%;
}
header .wp-block-navigation a.custom-current-url:after,
header .wp-block-navigation .current-menu-item > a > span:after, .like-navigation a.custom-current-url:after,
.like-navigation .current-menu-item > a > span:after {
border-top-color: var(--wp--preset--color--custom-enzian-blue);
width: 100%;
}
.custom-term-featured-image img {
width: 100%;
height: auto;
}
@media (min-width: 769px) {
.is-style-teaser > :nth-child(2),
.wp-block-media-text:not(.no-effect) .wp-block-media-text__media {
position: relative;
}
.is-style-teaser > :nth-child(2):after,
.wp-block-media-text:not(.no-effect) .wp-block-media-text__media:after {
content: "";
height: 100%;
background-image: url(//dis-germany.com/wp-content/themes/dis-germany/assets/images/dis-arrow.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
position: absolute;
top: -1px;
left: 0;
bottom: -1px;
min-width: 60px;
}
}
.custom-icon {
--custom-icon-size: 1.2em;
font-size: var(--custom-icon-size);
vertical-align: middle;
display: contents;
}
.custom-icon figure, .custom-icon svg {
margin: 0;
padding: 0;
height: var(--custom-icon-size);
width: auto;
color: currentColor;
fill: currentColor;
}
.custom-icon.custom-icon-size-1x {
--custom-icon-size: 1em;
}
.custom-icon.custom-icon-size-2x {
--custom-icon-size: 2em;
}
.custom-icon.custom-icon-size-3x {
--custom-icon-size: 3em;
}
.custom-icon.custom-icon-size-4x {
--custom-icon-size: 4em;
}
.custom-icon.custom-icon-size-5x {
--custom-icon-size: 5em;
}
.custom-icon.custom-icon-size-6x {
--custom-icon-size: 6em;
}
.custom-icon.custom-icon-size-7x {
--custom-icon-size: 7em;
}
.custom-icon.custom-icon-size-8x {
--custom-icon-size: 8em;
}
.custom-icon.custom-icon-size-9x {
--custom-icon-size: 9em;
}
.custom-icon.custom-icon-size-10x {
--custom-icon-size: 10em;
}
.wpcf7-form :not(.kc_captcha) > .wpcf7-form-control:not(.wpcf7-acceptance) {
width: 100%;
padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
}
.wpcf7-form .captcha-image {
border: 0;
padding: 0;
text-align: left;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0;
}
[class*=util-clamp] {
-webkit-line-clamp: 2;
line-clamp: 2;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
[class*=util-clamp][class*="4-lines"] {
-webkit-line-clamp: 4;
line-clamp: 4;
}
[class*=util-clamp][class*="6-lines"] {
-webkit-line-clamp: 6;
line-clamp: 6;
}
#to-top-wrapper {
transition: all 0.5s;
position: fixed;
bottom: 4px;
right: var(--mi-base-padding, 15px);
font-size: 0.9em;
}
#to-top-wrapper:not(.show) {
bottom: -200px;
}
@media (max-width: 37.5em) {
#to-top-wrapper {
font-size: 0.8em;
}
}
.util-trenne-silben {
hyphens: auto;
}
.util-keine-silbentrennung {
hyphens: none !important;
}
.util-no-wrap {
white-space: nowrap;
}
@media (orientation: portrait) {
.util-mobile-order-10 {
order: 10;
}
}