/**
 * ANCHOR Customising
 *
 */
body {
    font-size: 1.1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-wrap: balance;
}

p {
    hyphens: auto;
    text-wrap: pretty;
    /* max-width: 66ch;  auskommentiert von netzton */ 
}

strong {
    font-weight: 600;
}

header {
    background-color: transparent;
    transition: all 1.4s ease-in-out;

    &.view {
        background-color: var(--clx-color-primary);
    }

    & .main-logo {
        max-width: 300px;
        width: 50dvw;
        /* Transition properties for the logo */
        transition: transform 0.6s ease, opacity 0.6s ease;
        opacity: 1;
    }
    /* Subtle animation when the header becomes 'view' (e.g. on scroll) */
    &.view .main-logo {
        transform: scale(0.75); /* Slightly shrinks the logo for a professional feel */
        opacity: 0.9;            /* Makes it slightly softer on the dark background */
    }
}

main {

    &.content {
        & .clx-fullscreen {
            height: 60dvh;
        }
    }

    & .clx-fullscreen {
        & .clx-fullscreen-image::after {
            position: fixed;
            display: block;
            content: '';
            top: 0;
            width: 100%;
            height: 35dvh;
            background: linear-gradient(to bottom, var(--clx-color-primary) 0, transparent 100%);
        }
    }

    ul li {
        margin-left: 20px;
        list-style: url("../images/icon_list-style.svg");
    }
    
}

footer {

    &>*,
    a {
        color: var(--clx-color-white);
    }
}


.clx-splide-canvas .splide__slide {
    width: 100%;
    aspect-ratio: var(--clx-card-aspect-ratio);
    overflow: hidden;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.splide__arrow {
    background: transparent;

    & svg {
        fill: var(--clx-color-white);
    }
}


/**
 * ANCHOR Media Queries
 *
 */
@media (max-width: 960px) {

    .clx-navigation {
        display: none;
    }

    .clx-navigation-burger {
        display: block;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4 {
        hyphens: auto;
    }
    h1 {font-size: 1.8em;}
    h2 {font-size: 1.5em;}
    h3 {font-size: 1.2em;}
}

@media (max-width: 640px) {

    header {

        & .clx-width-1-4 {
            width: 60%;
        }

        & .clx-width-3-4 {
            width: 40%;
        }
    }
}


@media only screen and (orientation: portrait) {}

@media print {

    html {
        font-size: 60%;
    }

    header,
    footer,
    nav,
    .clx-navigation-burger,
    .clx-totop,
    .clx-button,
    .clx-hero,
    .clx-parallax,
    .clx-video,
    .clx-bubble,
    .splide__arrow,
    .splide__pagination,
    #captcha {
        display: none !important;
    }

    /*
    footer {
        padding-top: 30px;
        background-color:transparent;        

        &>* {
            color: var(--clx-color);
        }
    }
    */
}

:root {

    interpolate-size: allow-keywords;

    /* Color */
    --clx-color-black: #000000;
    --clx-color-white: #ffffff;
    --clx-color-darkwhite: #F9F9F9;
    --clx-hr-color: #e0d9c6;

    --clx-color: #212121; /* #474242; before */
    --clx-color-muted: #f2f2f2;
    --clx-color-primary: #013D53;
    --clx-color-secondary: #E1081D;
    --clx-color-tertiary: #EAEBCF;
    --clx-color-success: #2e8d00;
    --clx-color-warning: #faa05a;
    --clx-color-danger: #d20000;
    --clx-color-header: var(--clx-color-primary);
    --clx-color-footer: var(--clx-color-primary);
    --clx-color-primary-rev: var(--clx-color-white);
    --clx-color-secondary-rev: var(--clx-color-white);
    --clx-section-light: var(--clx-color-white);
    --clx-section-dark: var(--clx-color-muted);


    /* Navigation */
    --clx-nav-float: right;
    --clx-nav-ul-ul-height: 50rem;
    --clx-nav-ul-ul-bgcolor: var(--clx-color-primary);
    --clx-nav-color-burger: var(--clx-color-white);
    --clx-nav-color-a: var(--clx-color-white);
    --clx-nav-color-a-hover: var(--clx-color-secondary);
    --clx-nav-a-weight: 400;
    --clx-nav-a-size: 22px;
    --clx-nav-a-a-weight: 400;
    --clx-nav-a-a-size: 16px;
    --clx-nav-margin-correction-right: 15px;
    --clx-nav-padding-top: 5px;
    --clx-nav-padding-bottom: 5px;
    --clx-nav-padding-left: 15px;
    --clx-nav-padding-right: 15px;
    --clx-nav-padding-first-child: 5px;
    --clx-nav-padding-last-child: 10px;
    --clx-nav-margin-top: 2px;
    --clx-nav-margin-bottom: 2px;
    --clx-nav-margin-left: 0;
    --clx-nav-margin-right: 0;
    --clx-nav-lang-padding-left: 15px;
    --clx-nav-lang-padding-right: 15px;
    --clx-nav-burger-margin-top: 0;
    --clx-nav-burger-margin-bottom: 0;
    --clx-nav-burger-padding-top: 10px;
    --clx-nav-burger-padding-bottom: 10px;
    --clx-nav-burger-padding-right: 40px;
    --clx-nav-burger-padding-left: 0;
    --clx-nav-mobile-bgcolor: var(--clx-color-primary);
    --clx-nav-mobile-padding-top: 100px;
    --clx-nav-mobile-padding-horizontal: 10px;
    --clx-nav-mobile-padding-vertical: 5px;
    --clx-nav-mobile-sub-padding: 20px;
    --clx-nav-mobile-font-size: larger;
    --clx-nav-mobile-color-a: var(--clx-color-white);
    --clx-nav-mobile-color-a-hover: var(--clx-color-secondary);
    --clx-nav-mobile-a-weight: 400;
    --clx-nav-mobile-a-size: 20px;
    --clx-nav-mobile-a-a-weight: 400;
    --clx-nav-mobile-a-a-size: 17px;

    /* to down */
    --clx-todown-color: var(--clx-color-white);

    /* to top */
    --clx-totop-color: var(--clx-color-primary);
    --clx-totop-arrow-color: var(--clx-color-white);

    /* Text */
    --clx-color-title: #E1081D; /* var(--clx-color-primary); */
    --clx-color-a: #E1081D;
    --clx-color-a-hover: var(--clx-color-secondary);
    --clx-decoration-a: none;
    --clx-decoration-a-hover: none;
    
    /* Button */
     --clx-button-color: var(--clx-color-black);
    --clx-button-color-hover: var(--clx-color-primary);
    --clx-button-bg-primary: #8CA83B;
    --clx-button-bg-primary-hover: #013d53;
    --clx-button-color-primary: var(--clx-color-white);
    --clx-button-color-primary-hover: var(--clx-color-white);

    --clx-button-bg-secondary: var(--clx-color-secondary);
    --clx-button-bg-secondary-hover: var(--clx-color-black);
    --clx-button-color-secondary: var(--clx-color-white);
    --clx-button-color-secondary-hover: var(--clx-color-white);
    --clx-button-bg-muted: var(--clx-color-muted);
    --clx-button-bg-muted-hover: var(--clx-color-black);
    --clx-button-color-muted: var(--clx-color-white);
    --clx-button-color-muted-hover: var(--clx-color-white);

    /* Table */
    --clx-color-hover: #ffffdd;
    --clx-color-divider: var(--clx-color-muted);
    --clx-color-striped: var(--clx-color-darkwhite);

    /* Shadow */
    --clx-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

    /* Radius */
    --clx-radius: 4px;

    /* Background Color */
    --clx-card-color: var(--clx-color-darkwhite);
    --clx-card-aspect-ratio: 8 / 6;

    /* Border/Form */
    --clx-border-color: #B5B5B5;
    --clx-border-color-focus: var(--clx-color-black);
    --clx-border-style: solid;
    --clx-border-width: 1px;
    --clx-border-radius: 6px;
    --clx-input-height: 50px;
    --clx-textarea-height: 120px;
    --clx-input-bg-color: var(--clx-color-white);
    --clx-placeholder-color: #B5B5B5;
    --clx-submit-bg-color: #666666;
    --clx-submit-bg-hover-color: var(--clx-color-black);
    --clx-submit-color: var(--clx-color-white);
    --clx-submit-hover-color: var(--clx-color-white);

    /* Picture Gallery counter */
    --clx-picture-gallery-font-size: 40px;
    --clx-picture-gallery-font-weight: 400;

    /* Grid */
    --clx-grid-gap: 30px;
    --clx-grid-bottom: var(--clx-grid-gap);


    /* Distance */
    --clx-container-width-max: 1780px;
    --clx-container-width: 1180px;
    --clx-indented-width: 578px;
    --clx-distance-xxsmall: 5px;
    --clx-distance-xsmall: 10px;
    --clx-distance-small: 30px;
    --clx-distance-medium: 30px;
    --clx-distance-large: 45px;
    --clx-distance-xlarge: 60px;
    --clx-distance-xxlarge: 80px;
    --clx-distance-xxxlarge: 100px;

    /* Font */
    --clx-font-family: 'OpenSans', system-ui, sans-serif;
    --clx-font-size-small: calc(.8rem + .2vw);
    --clx-font-size-micro: calc(.6rem + .2vw);
    --clx-font-size: calc(1rem + .2vw);
    --clx-font-size-medium: calc(1.1rem + .2vw);
    --clx-font-size-large: calc(1.4rem + .2vw);

    --clx-font-light: 400;
    --clx-font-normal: 400;
    --clx-font-bold: 600;
    --clx-font-bolder: 600;
    --clx-font-color: var(--clx-color);
    --clx-line-height: 1;

}

/* netzton customizing start */


/* For the Start page (if different from the default src) */
body.start .main-logo {
    content: url('../images/logo-gruen-opensans.svg');
}


/* Explicitly for the über uns page */
body.about .main-logo {
    content: url('../images/logo-hellgruen-pink-opensans.svg');
}

/* Explicitly for the Angebot page */
body.offer .main-logo {
    content: url('../images/logo-hellgruen-zartrosa-opensans.svg');
}

/* Explicitly for the Dozent:innen page */
body.lecturers .main-logo {
    content: url('../images/logo-hellgruen-gelb-opensans.svg');
}

/* Explicitly for the Meet a coach page */
body.meet .main-logo {
    content: url('../images/logo-gruen-weiss-opensans.svg');
}

/* Explicitly for the Blog page */
body.blog .main-logo {
    content: url('../images/logo-hellgruen-blau-opensans.svg');
}

#isotope div a img{border-radius:50%;}

.calbutton{}
.calbutton a{
    background-color: #8ca83b;
    border: solid 1px var(--clx-button-bg-primary);
    color: var(--clx-button-color-primary);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 42px;
    margin: 0;
    padding: 0 30px;
    border-radius: 5px;
    text-decoration: none;
}
.calbutton a:hover {background-color: #013d53;
    border: solid 1px var(--clx-button-bg-primary-hover);
    color: var(--clx-button-color-primary-hover);
}


.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

a.red {color: #E1081D;}

.red-hover-underline-animation {
  display: inline-block;
  position: relative;
}

.red-hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #E1081D;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.red-hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.contactFormUpload {display:flex;}

.form-control {padding: 0 30px; height: 50px; border-radius: 6px; border: 1px solid #8ca83b; color: #ffffff; background-color: #8ca83b;}

select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="white"/></svg>');
        background-repeat: no-repeat;
        background-position: right 5px center;
        background-size: 20px;
        cursor: pointer;
}

select:hover {
  background-color: #013d53;
  border-color: #013d53;
  cursor: pointer;
}

select:focus {
  outline: none;
}

select:focus-visible {
  outline: 1px solid #ffffff;
}

.form-control2 {height: 50px; border-radius: 6px; border: 1px solid #8ca83b; color: #ffffff; background-color: #8ca83b;}

.form-control2 select{
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: white !important;
        border: 1px solid #8ca83b !important;
        background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="white"/></svg>') !important;
        background-repeat: no-repeat !important;
        background-position: right 5px center !important;
        background-size: 20px !important;
        background-color: #8ca83b !important;
        cursor: pointer !important;
}

.form-control2 select:hover {
  background-color: #013d53 !important;
  border-color: #013d53 !important;
  cursor: pointer;
}

#clx-form-id-15{font-weight:600; font-size: 16px;}
#clx-form-id-17{font-weight:600; font-size: 16px;}

#calendar ul li{
   list-style-type: none;
   margin-left: 0px !important;
}
#calendar li:before {
   font-family: FontAwesome;
   content: "\f061";
   padding-right: 10px;
   color: #E1081D;
}

.address {display:flex; flex-direction: column;}

section.neo-hnews h2{color: black;}
section.neo-hnews h3{color: black;}

.neo-illu{max-width:100%;}

/* netzton customizing end */
/**
 * ANCHOR @fonts
 *
 */
 
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
     font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
}

