/*
Theme Name:   seogoal Child
Theme URL:    http://example.com
Description:  SEOGOAL Child Theme
Author:       SEOGOAL
Author URL:   https://seogoal.de
Template:     seogoal
Version:      1.0.0       
Text Domain:  
*/

:root {
    --drop-shadow-setting: 1rem;
    --main-color: #167ccf;
    --snd-color: #ebc835;
    --blue: #009CE0;
}

.row[style] {
    background-image: initial !important;
    background: rgba(51, 170, 51, .1)
}

header {
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 28%, rgba(87, 86, 86, 1) 100%); */
    background: linear-gradient(90deg, rgba(0, 144, 215, 1) 30%, rgba(0, 78, 215, 1) 100%);
}

.head-main p {
    hyphens: initial;
}

.slider-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: var(--white);
    opacity: 0;
    transition: opacity 300ms ease-in-out 1250ms;
}

.swiper-slide-active .slider-content {
    opacity: 1;
}

.slider-content :is(h1, h2, h3) {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--white);
}

.slider-content :is(h1, h2, h3, p) {
    text-align: center;
}

.slider-content p {
    font-size: 18px;
    text-wrap: balance;
}

.swiper-pagination-bullet {
    background: #888 !important;
}

.swiper-pagination-bullet-active {
    background: var(--white) !important;
}

.swiper-slide {
    height: 480px !important;
}

.slider-video {
    object-fit: cover;
    object-position: bottom;
    position: relative;
    height: 100%;
    width: 100%;
}

.swiper-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(116, 120, 122, 0.28);
}

.intro.grid>div {
    --_col: 1;
    display: grid;
    gap: 3rem 2rem;
    grid-template-columns: repeat(var(--_col), 1fr);
}

.leistung .row.grid {
    --_col: 1;
    display: grid !important;
    gap: 3rem 2rem;
    grid-template-columns: repeat(var(--_col), 1fr);
}

.intro h3 {
    font-size: clamp(20px, 2.5vw, 26px);
    text-align: center;
}

.inline-wrap {
    max-width: var(--container-width);
    width: 100%;
    display: flex;
    margin-inline: auto;
    color: var(--white);
}

.inline-wrap h1 {
    color: var(--white);
}

.head,
.head-main,
main,
footer,
.blockquote {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.size-full {
    width: 100%;
    height: auto;
}

main .clr-w ul li::marker,
main .clr-w ol li::marker,
main .clr-w a {
    color: var(--white);
}

section[style],
.container[style] {
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000aa;
    z-index: -1;
}

main .clr-w :is(p, h2, h3, h4, strong, ul li) {
    color: var(--white);
}

main :is(h1, h2, h3, h4) {
    text-wrap: balance;
}

.img-box :where(img) {
    width: calc(100% - var(--drop-shadow-setting));
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: calc(-1 * var(--drop-shadow-setting)) var(--drop-shadow-setting) 0px var(--clr-fifth);
    margin-left: var(--drop-shadow-setting);
}

iframe {
    max-width: 600px !important;
    height: auto;
    display: block;
    border: none;
    border-radius: 6px;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-inline: auto;
    box-shadow: 0 0 18px #ccc;
}

legend .wpforms-required-label {
    display: none;
}

div.wpforms-container-full button[type="submit"] {
    background-color: var(--clr-third) !important;
}

.img-shadow img {
    width: calc(100% - var(--drop-shadow-setting));
    height: auto;
    border-radius: 1rem;
    box-shadow: calc(-1 * var(--drop-shadow-setting)) var(--drop-shadow-setting) 0px var(--clr-fifth);
    margin-left: var(--drop-shadow-setting);
}

h2 span {
    color: var(--blue);
}

.timeline .wrapper {
    --line-width: 0.25em;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr var(--line-width) 1fr !important;
    grid-auto-columns: max-content;
}

.timeline .wrapper::before {
    content: "";
    grid-column: 2;
    grid-row: 1 / span 20;
    background: var(--blue);
    border-radius: calc(var(--line-w) / 2);
    border-radius: 5px;
}

.timeline .date::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100vh;
    top: -5px;
    left: -41px;
    background-color: var(--blue);
    box-shadow: 0 0 10px var(--blue), 0 0 20px red;
}

.timeline .time::before {
    content: '';
    position: absolute;
    width: 32px;
    left: -32px;
    border-bottom: 1px solid var(--blue);
    top: 0;
}

.timeline .time p::after {
    content: '';
    position: absolute;
    width: 50%;
    border-bottom: 1px solid var(--blue);
    bottom: 0;
    left: 0;
}

.timeline .time:nth-child(2n+1) p::after {
    bottom: 0;
    right: 0;
    left: inherit;
}

.time {
    position: relative;
    padding: 0 1rem 1rem 1rem;
    text-wrap: balance;
    border-left: 1px solid var(--blue);
}

.timeline .time:nth-child(2n+1) {
    grid-column: 1;
    text-align: right;
    border-right: 1px solid var(--blue);
    border-left: none;
}

.timeline .time:nth-child(2n+1)::after {
    content: '';
    position: absolute;
    width: 32px;
    right: -32px;
    top: 0;
    border-bottom: 1px solid var(--blue);
}

.timeline .date {
    color: var(--blue);
    font-size: clamp(20px, 2.5vw, 24px);
}

.timeline .time:nth-child(2n+1) .date::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100vh;
    top: -5px;
    right: -41px;
    background-color: var(--blue);
    box-shadow: 0 0 10px var(--blue), 0 0 20px red;
}

.timeline .time:nth-child(2n+1) .date::before,
.timeline .time:nth-child(2n+1)::before {
    display: none;
}

.timeline .time:nth-child(2n) {
    grid-column: 3;
}

.timeline .time:nth-child(2) {
    grid-row: 2/4;
}

.timeline .time {
    grid-row: span 2;
    margin-bottom: 4rem;
    background-color: transparent;
}

.timeline .time::before {}

.timeline time:nth-child(2) {
    grid-row: 2/4;
}

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

.cstm-ul ul {
    margin-left: 1rem;
}

.cstm-ul ul h4 {
    padding-bottom: 6px;
    color: var(--white);
}

.cstm-ul ul li::marker {
    content: '\f140';
    font-family: var(--font-awesome);
    color: #fff;
    font-size: 25px;
}

.cstm-ul ul li {
    list-style-position: outside;
    padding-left: 1rem;
    margin-bottom: 3rem;
}

.cstm-ul ul li:last-child {
    margin-bottom: 0;
}

.cstm-ul ul p {
    margin: 0 !important;
}

[class*=offset] {
    margin-left: inherit !important;
}

#logo {
    display: block;
    max-height: 80px;
}

.category h3 {
    font-size: 30px;
}

.category hr {
    border: none;
    max-width: 150px;
    border-bottom: 2px solid var(--clr-third);
}

a[href*=".pdf"] {
    position: relative;
    margin-left: 1.5rem;
    display: inline-flex;
}

a[href*=".pdf"]::after {
    content: '\f1c1';
    font-family: var(--font-awesome);
    position: absolute;
    left: -1.5rem;
}


/* NAVIGATION*/

.rc {
    border-radius: 1rem;
}

.preheadline {
    font-weight: 600;
    margin-bottom: 1rem;
}

main ul li {
    line-height: 1.7 !important;
}

.pre {
    display: flex;
    flex-direction: column;
}

.boxing a {
    color: var(--white);
}

.boxing a:hover {
    color: var(--clr-fifth);
}

.button :where(a) {
    color: var(--white);
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 2rem 1rem;
}

.button:is(:hover, :focus) {
    background-color: #e75f71dd !important;
}

.button a:is(:hover, :focus) {
    color: #eaeaea;
}

.logo,
#topnav .logo {
    font-size: 30px;
    font-family: 'Baumans';
    font-weight: 800;
    line-height: 1;
    color: #444;
}

.logo span,
#topnav .logo span {
    font-size: 16px;
    display: block;
}

.color-box {
    background-color: var(--blue);
    border-radius: 10px;
    color: var(--white);
    max-width: 800px !important;
    margin: 0 auto;
    text-align: center;
}

.color-box p:first-child {
    font-size: 1.225rem;
}

.color-box :is(strong) {
    color: var(--white);
}

.color-box :is(a) {
    color: #333;
}

header {
    transition: all 250ms ease-in-out;
    background-color: rgba(255, 255, 255, 1) !important;
    z-index: 7 !important;
}

body.overflow {
    overflow: hidden;
}

.head-main {
    height: auto;
    background-position: top;
    z-index: 1;
    padding: 3rem 1rem !important;
}

#kontakt {
    scroll-margin-top: calc(var(--header-height) + 4rem);
}

.head-main .btn {
    margin-top: 0 !important;
}

.head-main [class*="col"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.head-main:after {
    content: '';
    background: linear-gradient(180deg, rgba(37, 46, 55, 1) 0%, rgba(87, 104, 109, 1) 100%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.half {
    position: relative;
    z-index: 1;
}

.half::after,
.half-r::after {
    content: '';
    background: linear-gradient(180deg, rgba(37, 46, 55, 1) 0%, rgba(87, 104, 109, 1) 100%) !important;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.half.deg::after {
    background: linear-gradient(360deg, rgba(37, 46, 55, 1) 0%, rgba(87, 104, 109, 1) 100%) !important;
}

.half-r::after {
    background: linear-gradient(360deg, rgba(37, 46, 55, 1) 0%, rgba(87, 104, 109, 1) 100%) !important;
}

.half.overlay::before,
.half-r.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000aa;
    z-index: -1;
}

h3 strong,
h2 strong {
    color: var(--blue) !important;
    font-weight: 400;
}

.new-cont :is(h3) {
    margin-bottom: 0 !important;
}

.new-cont :is(h3) strong {
    font-weight: 600;
}

.spacer {
    height: var(--header-height);
}

.head-main h1 {
    /* transform: translateY(40px); */
    /* opacity: 0; */
    color: var(--white);
    margin-bottom: 2rem;
    font-size: 46px !important;
    /* animation: fade-in 1200ms ease-in-out 200ms forwards, transition 650ms ease-in-out 200ms forwards; */
}

main h1 {
    margin-bottom: 2rem !important;
}

main .cont :is(h3) {
    margin: 0;
}

main .cont :is(p) {
    margin: 0 0 1rem 0;
}

main .cont img {
    border-radius: 5px;
}

.head-main p {
    color: #FFF;
    /* transform: translateY(40px); */
    font-weight: 600;
    font-size: 20px;
    /* opacity: 0;
    animation: fade-in 1200ms ease-in-out 450ms forwards, transition 650ms ease-in-out 450ms forwards; */
}

.head-main .head-spacer {
    height: 5px;
    background-color: var(--blue);
    border-radius: 6px;
    width: 0;
    margin-bottom: 1rem;
    position: relative;
    animation: laserw 1500ms linear forwards 2000ms;
}

.head-main .head-spacer::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100vh;
    top: -4px;
    background-color: var(--blue);
    box-shadow: 0 0 10px var(--blue), 0 0 20px red;
    transform: translateX(0);
    animation: laser 1500ms linear forwards 2000ms;
}

@keyframes laser {
    0% {
        transform: translateX(0);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(340px);
        opacity: 0;
    }
}

@keyframes laserw {
    0% {
        width: 0;
    }
    100% {
        width: 340px;
    }
}

.contact {
    background-color: #222;
}

.contact .col {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.contact i {
    color: var(--snd-color);
    font-size: 21px;
    border-radius: 100svh;
    padding: 1rem;
    border: 1px solid var(--snd-color);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.karriere .faq-container {
    max-width: 100% !important;
}

.contact p {
    font-size: 17px !important;
    line-height: 1;
    color: #eaeaea;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

footer ul li {
    line-height: 1.7;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea,
select {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: var(--footer-text-size);
    background-color: #fafafa;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    font-family: var(--font-family-main);
    color: #999;
}

textarea {
    max-height: 190px;
}

input.wpcf7-submit:hover,
input.wpcf7-submit:focus,
input.wpcf7-submit:active {
    background-color: #fff !important;
    color: var(--blue) !important;
}

input.wpcf7-submit {
    color: #fff !important;
    background-color: var(--blue);
    border-radius: 5px;
    padding: 0.7rem 2rem;
    font-weight: normal;
    font-size: var(--p-fs);
    cursor: pointer;
    border: 0;
    transition: all 250ms ease-in-out;
}

[data-name="acceptance-968"] {
    margin: -1rem;
}

[data-name="acceptance-968"] a {
    color: var(--blue);
    font-weight: 600;
    transition: all 250ms ease-in-out;
}

[data-name="acceptance-968"] a:hover {
    color: #666;
}

input::placeholder,
textarea::placeholder {
    color: #666;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 2px dashed #f00 !important;
}

* {
    scroll-margin: 90px;
}


/* @keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes transition {
    0% {
        transform: translateY(100px);
    }
    50% {
        transform: translateY(100px);
    }
    to {
        transform: translateY(60px);
    }
} */

.tab-grid,
.tab {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.tab {
    grid-template-rows: 200px 200px;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.tab img {
    object-fit: cover;
    object-position: top left;
    display: block;
    filter: grayscale(100%);
    position: absolute;
    transition: all 350ms ease-in-out;
    height: 100%;
    width: 100%;
}

.overlay-img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 7px #222;
    border-radius: 5px;
    transition: all 350ms ease-in-out;
}

.overlay-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-color: #000000aa;
    z-index: 1;
    transition: all 350ms ease-in-out;
}

.tab img:not(.active, :hover, :focus) {
    filter: grayscale(100%);
    transform: scale(1.2);
}

.tab :is(.active, :hover, :focus) img {
    filter: grayscale(0%);
    transform: scale(1.3);
}

.overlay-img:is(.active, :hover, :focus)::before {
    opacity: .2;
    box-shadow: inset 0 0 42px #fff;
}


/* .tab :not(.active, :hover, :focus) .tab-title {
    opacity: 0;
} */

.tab-title {
    position: absolute;
    font-size: clamp(1.5rem, 2.5vw, 1.825rem);
    text-shadow: 2px 2px 2px #000;
    color: var(--white);
    z-index: 2;
    line-height: 1.5;
    text-wrap: balance;
    text-align: center;
    transition: all 350ms ease-in-out;
}

.tabcontent {
    grid-area: 2 / 1 / 3 / 2;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%); */
}

.tabcontent {
    padding: 2rem 0 0;
}

.tabcontent[style*="hidden"] {
    opacity: 0;
}

.tabcontent[style*="visible"] {
    animation: fade-in-out 550ms ease-in-out;
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

footer .first {
    background: linear-gradient(180deg, rgba(0, 144, 215, 1) 30%, rgba(0, 78, 215, 1) 100%);
}

footer img {
    width: 100%;
    height: auto;
}

footer :where(p, ul li a) {
    line-height: 1.5;
}

.hl-widget {
    font-size: var(--headline-widget-size) !important;
    margin-bottom: 2rem;
}

footer .sub-menu {
    margin: 0 !important;
}

.grid .wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.boxes {
    text-align: center;
    transition: all 250ms ease-in-out;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    color: var(--white);
    z-index: 1;
    padding: 1rem 1rem 2rem 1rem !important;
    box-shadow: 0 0 7px #222;
    transition: all 250ms ease-in-out;
}

.boxes:hover {
    box-shadow: 0 0 7px #111;
}

.boxes::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--blue);
    z-index: -1;
}

.boxes p:is(:first-child) {
    margin: 0 !important;
}

.boxes img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top;
    left: 0;
    top: 0;
    transform: scale(1);
    z-index: 0;
    transition: all 250ms ease-in-out;
}

.boxes:hover img {
    transform: scale(1.1);
}

.boxes p:is(:first-child)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 102%;
    width: 102%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}

.boxes p {
    z-index: 1;
    font-size: 18px;
    line-height: 1.8;
}

.boxes p:last-child {
    margin-top: auto;
    margin-bottom: 1rem !important;
}

.boxes .btn,
.clr-w a.btn,
main a.btn,
.head-main .btn {
    padding: .5rem 1rem;
    border-radius: 25vh;
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
    background-color: rgb(0, 144, 215);
}

.boxes .btn:hover,
.clr-w a.btn:hover,
main a.btn:hover,
.head-main .btn:hover {}

h3,
h2 {
    width: 100%;
    margin-bottom: 32px;
}

.box-plan h3 {
    text-align: center;
    margin-bottom: 1rem;
    color: #666;
    font-size: 24px;
}

.hlm :is(h1, h2, h3, h4, h5) {
    margin: 0 !important;
}

.box-plan {
    background-color: var(--white);
    border: 10px solid #74787a;
}

main .spacer {
    height: var(--spacer-height);
    width: 100%;
}

.boxes :is(.h3) {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 3rem;
    text-wrap: balance;
}

.boxes :is(.h3)::after {
    width: 60px;
}

[style="--bg-clr:#fafafa;"] .border img {
    border: 1rem solid #fff;
}

.border img {
    border: 1rem solid #fafafa;
}

main img {
    height: auto;
    width: 100%;
}


/* #text-2 .hl-widget {
    color: var(--blue);
} */

i.center {
    display: flex;
    justify-content: center;
}

.ic .fa {
    font-size: 36px;
}

.ic a {
    color: var(--white);
    text-decoration: none;
}

.ic a:hover {
    color: var(--blue);
}

h2,
h1,
h3,
h4 {
    position: relative;
}

.line h2::after {
    content: '';
    width: 100px;
    background-color: #333;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
}

.noline h2::after {}

.line h1::after {
    content: '';
    width: 100px;
    background-color: #333;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -22px;
}

.back {
    color: var(--header-child-element-color) !important;
}

.head-main .row,
.head-main .wrapper {
    height: 100%;
}

#topnav .logo {
    display: inline;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#topnav .menu-links,
#topnav .menu-rechts {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.special .h3::after {
    display: none
}

.special .h3 {
    font-size: 18px;
}

.special p {
    font-size: 16px;
}

.round-image img {
    border-radius: 50%;
    border: 1rem solid #fafafa;
    box-shadow: 0 0 2px #ccc;
}

#sp-testimonial-free-wrapper-251 .sp-testimonial-free-section {
    margin: 1rem 50px !important;
    padding-bottom: 50px !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
    transform: translateY(calc(50% - 20px)) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--white) !important;
}

#sp-testimonial-free-wrapper-251 .sp-testimonial-free {
    padding: 0 12%;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 24px;
    line-height: 40px !important;
    font-weight: 300 !important;
    margin: 0 0 38px 0 !important;
}

.sp-testimonial-post-title {
    text-transform: uppercase;
    font-size: 16px;
}

.sp-testimonial-post-title::after {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3rem;
    display: block;
    content: "";
    background: var(--white);
    height: 1px;
}

.sp-testimonial-content {
    margin-bottom: 50px !important;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto 1rem auto;
    background: #fff;
    padding: .5rem;
}

.faq-content {
    display: none;
}

.faq-title {
    padding: 0 1rem;
    font-size: 1.225rem;
    font-weight: 600;
    position: relative;
    cursor: var(--cursor);
    transition: all 250ms ease-in-out;
    display: flex;
    align-items: center;
}

.faq-title::after {
    content: "\2b";
    display: block;
    color: var(--hl-color);
    font-size: 2rem;
    font-weight: 300;
    transform: rotate(0);
    transition: all 250ms ease-in-out;
    margin-left: auto;
}

.faq-title.deg::after {
    transform: rotate(45deg);
}

.faq-content {
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

div.show {
    animation: fadein 250ms ease-in;
}

.verlauf {
    background: linear-gradient(180deg, rgba(27, 35, 45, 1) 0%, rgba(37, 46, 55, 1) 100%);
}

.verlauf-360 {
    background: linear-gradient(360deg, rgba(27, 35, 45, 1) 0%, rgba(37, 46, 55, 1) 100%);
}

main .tabcontent :is(h3, .h3):not(:first-child) {
    margin-bottom: 0;
    margin-top: 2rem;
}

@media (min-width: 0) {}

@media (min-width: 576px) {
    .wp-image-31,
    .wp-image-34 {
        max-width: 240px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .alignright {
        float: right;
        padding: 0 0 1rem 1rem;
    }
    .contact .col {
        justify-content: center;
    }
    .head-main:after {
        width: 50%;
    }
    .half::after {
        width: 50%;
    }
    .half-r::after {
        width: 50%;
        right: 0;
        left: inherit;
    }
    .h-33::after {
        width: 33%;
    }
    .new-cont p:last-of-type {
        margin-bottom: 2rem !important;
    }
    .new-cont h3:first-child {
        margin-top: 2rem !important;
    }
    .tab-grid,
    .tab {
        grid-template-columns: repeat(2, 1fr);
    }
    .tab {
        grid-template-rows: inherit;
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .tabcontent {
        grid-area: 1 / 2 / 2 / 3;
        padding: 1rem;
    }
    .wrapper.tab-grid {
        max-width: 1600px;
    }
}

@media (min-width: 992px) {
    .special .text-align-right {
        text-align: right;
    }
    header:is(.sticky) {
        --header-transparenz: 1;
        background-color: rgba(255, 255, 255, var(--header-transparenz)) !important;
        box-shadow: 0 0 15px #333 !important;
        margin-top: 0;
        transition: box-shadow 250ms ease-in-out;
    }
    #topnav .mobile-menu {
        opacity: 0;
        visibility: hidden;
    }
    #topnav .sub-menu li a {
        color: var(--header-href-clr) !important;
    }
    #topnav a {
        position: relative;
    }
    #topnav ul .sub-menu li a:is(:hover, :focus) {
        color: var(--header-sub-href-hover-color) !important;
    }
    #topnav .sub-menu {
        padding: 0 1rem !important;
        box-shadow: 0 5px 5px #333 !important;
    }
    #topnav li.menu-item-has-children::after {
        display: none !important;
    }
    #topnav ul {
        align-items: center;
    }
    #topnav ul li {
        height: 100%;
    }
    /* #topnav ul li a::after {
        content: '';
        position: absolute;
        height: 5px;
        background-color: var(--blue);
        left: 0;
        width: 100%;
        bottom: 10%;
        opacity: 0;
        transition: bottom 250ms ease-in-out, opacity 250ms ease-in-out;
    }
    #topnav ul li:hover a::after {
        bottom: 20%;
        opacity: 1;
    } */
    #topnav ul li a::after {
        content: '';
        position: absolute;
        height: 5px;
        background-color: var(--blue);
        left: 0;
        width: 100%;
        bottom: 0;
        opacity: 0;
        transition: bottom 250ms ease-in-out, opacity 250ms ease-in-out;
    }
    #topnav ul li:hover a::after {
        bottom: 0;
        opacity: 1;
    }
    #topnav ul li a::before {
        content: '';
        position: absolute;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--blue) 100%);
        left: 0;
        width: 100%;
        bottom: 5px;
        opacity: 0;
        z-index: -1;
        transition: bottom 250ms ease-in-out, opacity 250ms ease-in-out;
    }
    #topnav ul li:hover a::before {
        opacity: .3;
    }
    #topnav .sub-menu li a {
        transition: all 250ms ease-in-out;
    }
    #topnav .sub-menu li:hover a {
        padding-left: 2rem !important;
    }
    #topnav .sub-menu {
        background: linear-gradient(360deg, rgba(27, 35, 45, 1) 0%, rgba(37, 46, 55, 1) 100%);
        min-width: 320px;
    }
    #topnav .sub-menu li a::after,
    #topnav .sub-menu li a::before {
        display: none;
    }
    #topnav .sub-menu li::before {
        opacity: 0;
        content: '\f30b';
        font-family: var(--font-awesome);
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        color: var(--blue);
        padding-left: 0;
        transition: all 250ms ease-in-out 100ms;
    }
    #topnav .sub-menu li:hover::before {
        opacity: 1;
        padding-left: .5rem;
    }
    #topnav ul .sub-menu li {
        box-shadow: 0 1px 0 #66666666;
        transition: all 250ms ease-in-out;
    }
    #topnav ul .sub-menu li:hover {
        box-shadow: 0 1px 0 var(--blue);
    }
    #topnav ul .sub-menu li:last-of-type {
        box-shadow: none;
    }
    #topnav :where(li.menu-item-has-children a, li a) {
        padding: .825rem 1rem !important;
    }
    #topnav ul .sub-menu>li:hover {
        background-color: transparent !important;
    }
    .extra-padding {
        padding: 1rem 15% !important;
    }
    .special .fl {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .special .fl p:nth-child(2) {
        margin-top: 40px;
    }
    .special .h3::after {
        margin-top: 0;
        display: block;
        background: transparent;
        height: 20px;
    }
    .special .h3 {
        display: inline-table;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

.img-container {
    display: grid;
    padding: 2rem 0;
}

.imageslider {
    display: grid;
    position: relative;
    overflow: hidden;
    --position: 50%;
}

.image-container {
    width: 100%;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}