/*
Theme Name: VFB Viktoria Bettenhausen e.V.
Theme URI: https://vfb-viktoria-bettenhausen.de
Author: Bastian Ranft, flexx-hosting.de
Author URI: https://flexx-hosting.de
Description: 
Version: 1.0
Tags: 
/*
@charset "UTF-8";
/* CSS Document */
/* quattrocento-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/quattrocento-v23-latin-regular.woff2') format('woff2'),
       url('assets/fonts/quattrocento-v23-latin-regular.ttf') format('truetype');
}
/* quattrocento-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/quattrocento-v23-latin-700.woff2') format('woff2'),
       url('assets/fonts/quattrocento-v23-latin-700.ttf') format('truetype');
}
/* quattrocento-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/quattrocento-sans-v21-latin-regular.woff2') format('woff2'),
       url('assets/fonts/quattrocento-sans-v21-latin-regular.ttf') format('truetype');
}
/* quattrocento-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/quattrocento-sans-v21-latin-700.woff2') format('woff2'),
       url('assets/fonts/quattrocento-sans-v21-latin-700.ttf') format('truetype');
}
:root {
    --trans: rgba(255,255,255,0);
    --white: rgba(255,255,255,1);
    --white95: rgba(255,255,255,.95);
    --white90: rgba(255,255,255,.9);
    --white80: rgba(255,255,255,.8);
    --white70: rgba(255,255,255,.7);
    --white60: rgba(255,255,255,.6);
    --white50: rgba(255,255,255,.5);
    --white40: rgba(255,255,255,.4);
    --white30: rgba(255,255,255,.3);
    --white20: rgba(255,255,255,.2);
    --white10: rgba(255,255,255,.1);
    --white5: rgba(255,255,255,.05);
    --white-hover: rgba(255,255,255,.3);
    --black: rgba(0,0,0,1);
    --black95: rgba(0,0,0,.95);
    --black90: rgba(0,0,0,.9);
    --black80: rgba(0,0,0,.8);
    --black70: rgba(0,0,0,.7);
    --black60: rgba(0,0,0,.6);
    --black50: rgba(0,0,0,.5);
    --black40: rgba(0,0,0,.4);
    --black30: rgba(0,0,0,.3);
    --black20: rgba(0,0,0,.2);
    --black10: rgba(0,0,0,.1);
    --black-hover: rgba(0,0,0,.3);
    --gray: rgba(128,128,128,1);
    --gray95: rgba(128,128,128,.95);
    --gray90: rgba(128,128,128,.9);
    --gray80: rgba(128,128,128,.8);
    --gray70: rgba(128,128,128,.7);
    --gray60: rgba(128,128,128,.6);
    --gray50: rgba(128,128,128,.5);
    --gray40: rgba(128,128,128,.4);
    --gray30: rgba(128,128,128,.3);
    --gray20: rgba(128,128,128,.2);
    --gray10: rgba(128,128,128,.1);
    --gray-hover-light: rgba(166,166,166,1);
    --gray-hover-dark: rgba(99,99,99,1);
    --lightgray: rgba(217,217,217,1);
    --lightgray95: rgba(217,217,217,.95);
    --lightgray90: rgba(217,217,217,.9);
    --lightgray80: rgba(217,217,217,.8);
    --lightgray70: rgba(217,217,217,.7);
    --lightgray60: rgba(217,217,217,.6);
    --lightgray50: rgba(217,217,217,.5);
    --lightgray40: rgba(217,217,217,.4);
    --lightgray30: rgba(217,217,217,.3);
    --lightgray20: rgba(217,217,217,.2);
    --lightgray10: rgba(217,217,217,.1);
    --lightgray-hover-light: rgba(194,194,194,1);
    --lightgray-hover-dark: rgba(144,144,144,1);
    --blue: rgba(0,51,101,1);
    --blue95: rgba(0,51,101,.95);
    --blue90: rgba(0,51,101,.9);
    --blue80: rgba(0,51,101,.8);
    --blue70: rgba(0,51,101,.7);
    --blue60: rgba(0,51,101,.6);
    --blue50: rgba(0,51,101,.5);
    --blue40: rgba(0,51,101,.4);
    --blue30: rgba(0,51,101,.3);
    --blue20: rgba(0,51,101,.2);
    --blue10: rgba(0,51,101,.1);
    --blue-hover-light: rgba(0,80,158,1);
    --blue-hover-dark: rgba(0,34,68,1);
    --green: rgba(0,144,29,1);
    --green95: rgba(0,144,29,.95);
    --green90: rgba(0,144,29,.9);
    --green80: rgba(0,144,29,.8);
    --green70: rgba(0,144,29,.7);
    --green60: rgba(0,144,29,.6);
    --green50: rgba(0,144,29,.5);
    --green40: rgba(0,144,29,.4);
    --green30: rgba(0,144,29,.3);
    --green20: rgba(0,144,29,.2);
    --green10: rgba(0,144,29,.1);
    --green-hover-light: rgba(20,191,39,1);
    --green-hover-dark: rgba(1,96,20,1);

    --emphasis: rgba(150,0,0,1);
    --emphasis-hover: rgba(125,0,0,1);

    --font-lg: 1.4rem;
    --line-lg: 2.2rem;
    --font-md: 1.2rem;
    --line-md: 2.0rem;
    --font-sm: 1.0rem;
    --line-sm: 1.8rem;
    --font-xs: 0.8rem;
    --line-xs: 1.6rem;

    --headline-xl: 4.8rem;
    --headline-line-xl: 5.0rem;
    --headline-lg: 3.8rem;
    --headline-line-lg: 4.0rem;
    --headline-md: 2.6rem;
    --headline-line-md: 2.8rem;
    --headline-sm: 1.6rem;
    --headline-line-sm: 1.8rem;
    --headline-xs: 0.8rem;
    --headline-line-xs: 1.0rem;
    
    --transition-normal: all ease 0.2s;
    --mp-lg: 150px;
    --mp-md: 100px;
    --mp-sm: 50px;
    --mp-xs: 20px;
    --spacer-lg: 20px;
    --spacer-md: 15px;
    --spacer-sm: 10px;
    --spacer-xs: 5px;
    --spacer-xxs: 3px;
    --padding-color-container-lg: 150px 0;
    --padding-color-container-md: 100px 0;
    --padding-color-container-sm: 50px 0;
    --padding-color-container-xs: 20px 0;
}
/* =============================================
### GENERAL-SETTINGS
================================================ */
*,
*:before,
*:after {
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box;
}
html,
body {
  height:100%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: var(--black);
}
body {
    margin:0;
    padding:0;
    font-display: swap;
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 400;
    font-size:var(--font-lg);
    line-height:var(--line-lg);
    color:var(--black70);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
}
.clear {
    clear: both;
}
header,
header.shrink {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
header img.logo,
header.shrink img.logo  {
    display: block;
    width: auto ;
    margin:0 auto;
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box;
    border:none;
    float: right;
}

/* =============================================
### COLORS / BACKGROUNDS / BORDER / STYLING
================================================ */
/* BACKGROUNDS */
.bg_white,
.bg_black,
.bg_trans,
.bg_green,
.bg_green10,
.bg_blue,
.bg_darkblue,
.bg_blue10,
.bg_gray,
.bg_gray10,
.bg_news,
.bg_logo_slider,
.bg_contact,
.bg_address_b,
.bg_gradient {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
}
.bg_white {
    background-color:var(--white);
    color: var(--black);
}
.bg_black {
    background-color:var(--black);
    color: var(--white);
}
.bg_green {
    background-color: var(--green);
    color: var(--white);
}
.bg_green10 {
    background-color: var(--green10);
}
.bg_blue {
    background-color: var(--blue);
    color: var(--white);
}
.bg_darkblue {
    background-color: var(--blue-hover-dark);
    color: var(--white);
}
.bg_green10 {
    background-color: var(--blue10);
}
.bg_gray {
    background-color: var(--gray);
    color: var(--white);
}
.bg_gray10 {
    background-color: var(--gray10);
}
.bg_news {
    background: url(assets/images/layout/vfb_news_background_001.jpg) center center / cover fixed no-repeat var(--white);
    color: var(--white);
}
.bg_contact {
    background: url(assets/images/layout/bg_contact_2.jpg) center bottom / cover fixed no-repeat var(--white);
    color: var(--white);
}
.bg_address_a {
    background: url(assets/images/layout/line_green_a.png) center top / 100% auto no-repeat rgba(245,249,232,1);
}
.bg_address_b {
    background: url(assets/images/logo/logo_contact_b.png) center bottom 20% / 60% auto no-repeat,url(assets/images/layout/line_green_b.png) center top / 100% auto no-repeat rgba(245,249,232,1);
}
.bg_gradient {
    background: url(assets/images/layout/vfb_bg_logo_slider_004.png) center center / 100% 100% no-repeat var(--black);
    color: var(--white);

}

.inner.news-container.white {
    border: 1px solid var(--white20);
}
.inner.news-container.black {
    border: 1px solid var(--black20);
}
.bg_logo_slider {
    min-height: 240px !important;
    background: url(assets/images/layout/vfb_bg_logo_slider_003.png) center bottom / 100% auto no-repeat var(--gray);
}

/* VIDEO ELEMENT  */
.container-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.container-video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.container-video .overlay {
    width:100%;
    height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(assets/images/layout/vfb_video_overlay_001.png) center bottom -2px / 100% auto no-repeat var(--trans);
}
.container-video .overlay img.overlay-bottom {
    
}

.container-video .overlay img {
    max-width: 100%;
    height: auto;
}


/* STYLING */
.vertical-align-middle {
    display: flex; 
    display: -webkit-flex;
}
.vertical-align-middle.left{
    justify-content: flex-start;
}
.vertical-align-middle.center{
    justify-content: center;
}
.vertical-align-middle.right{
    justify-content: flex-end;
}
.vertical-align-middle span,
.vertical-align-middle div.align {
    width: 100%;
    margin: auto 0;
}
.transition {
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}
.shadow {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shadow:before {
    position: absolute;
    z-index: -1;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.7);
    content: "";
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*
.border,
.border-no-padding,
.border-no-p {
    border:1px solid var(--black10) !important;
    padding:20px !important;
}
.border-no-padding,
.border-no-p {
    padding:0px !important;
}
*/
/* =============================================
### DIRECTION / PADDING / MARGIN
================================================ */
.al {
    text-align: left !important;
}
.ac {
    text-align: center !important;
}
.ar {
    text-align: right !important;
}
.aj {
    text-align: justify !important;
}
.padding-color-container-lg {
    padding: var(--padding-color-container-lg) !important;
}
.padding-color-container-md {
    padding: var(--padding-color-container-md) !important;
}
.padding-color-container-sm {
    padding: var(--padding-color-container-sm) !important;
}
.padding-color-container-xs {
    padding: var(--padding-color-container-xs) !important;
}
.no-padding,
.no-p {
    padding:0;
}
.p-lg {
    padding: var(--mp-lg);
}
.pt-lg {
    padding-top: var(--mp-lg);
}
.pr-lg {
    padding-right: var(--mp-lg);
}
.pb-lg {
    padding-bottom: var(--mp-lg);
}
.pl-lg {
    padding-left: var(--mp-lg);
}
.p-md {
    padding: var(--mp-md);
}
.pt-md {
    padding-top: var(--mp-md);
}
.pr-md {
    padding-right: var(--mp-md);
}
.pb-md {
    padding-bottom: var(--mp-md);
}
.pl-md {
    padding-left: var(--mp-md);
}
.p-sm {
    padding: var(--mp-sm);
}
.pt-sm {
    padding-top: var(--mp-sm);
}
.pr-sm {
    padding-right: var(--mp-sm);
}
.pb-sm {
    padding-bottom: var(--mp-sm);
}
.pl-sm {
    padding-left: var(--mp-sm);
}
.p-xs {
    padding: var(--mp-xs);
}
.pt-xs {
    padding-top: var(--mp-xs);
}
.pr-xs {
    padding-right: var(--mp-xs);
}
.pb-xs {
    padding-bottom: var(--mp-xs);
}
.pl-xs {
    padding-left: var(--mp-xs);
}

.m-lg {
    margin: var(--mp-lg);
}
.mt-lg {
    margin-top: var(--mp-lg);
}
.mr-lg {
    margin-right: var(--mp-lg);
}
.mb-lg {
    margin-bottom: var(--mp-lg);
}
.ml-lg {
    margin-left: var(--mp-lg);
}
.m-md {
    margin: var(--mp-md);
}
.mt-md {
    margin-top: var(--mp-md);
}
.mr-md {
    margin-right: var(--mp-md);
}
.mb-md {
    margin-bottom: var(--mp-md);
}
.ml-md {
    margin-left: var(--mp-md);
}
.m-sm {
    margin: var(--mp-sm);
}
.mt-sm {
    margin-top: var(--mp-sm);
}
.mr-sm {
    margin-right: var(--mp-sm);
}
.mb-sm {
    margin-bottom: var(--mp-sm);
}
.ml-sm {
    margin-left: var(--mp-sm);
}
.m-xs {
    margin: var(--mp-xs);
}
.mt-xs {
    margin-top: var(--mp-xs);
}
.mr-xs {
    margin-right: var(--mp-xs);
}
.mb-xs {
    margin-bottom: var(--mp-xs);
}
.ml-xs {
    margin-left: var(--mp-xs);
}
/* =============================================
### TEXT / HYPERLINKS
================================================ */
/* TEXT-ALIGNMENT */
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center !important;
}
.text-align-left {
    text-align: left;
}
.text-align-justify {
    text-align: justify;
}
/* HEADLINES */
h1,
h2,
h3,
h4,
h5 {
    font-display: swap;
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 700;
    text-decoration:none;
    text-transform: uppercase;
    font-size:var(--headline-lg);
    line-height:var(--headline-line-lg);
    border:none;
    display: block;
    color: var(--black);
    margin:0 0 20px;
}
h2 {
    color: var(--white);
}
h3 {
    font-weight: 400;
    font-size: var(--headline-sm);
    line-height: var(--headline-line-sm);
    color: var(--green);
    margin:0 0 10px;
}
.bg_green h1,
.bg_green h3 {
    color: var(--white);
}
h5 {
    font-weight: 700;
    font-size: var(--headline-sm);
    line-height: var(--headline-line-sm);
    text-transform: none;
}

/* FONT */

.font.font-size-xs {
    font-size: var(--font-xs);
    line-height: var(--line-xs);
}
.font.font-size-sm {
    font-size: var(--font-sm);
    line-height: var(--line-sm);
}
.font.font-size-md {
    font-size: var(--font-md);
    line-height: var(--line-md);
}
.font.font-size-lg {
    font-size: var(--font-lg);
    line-height: var(--line-lg);
}
.font.weight-bold {
    font-weight: bold;
}
.font.uppercase {
    text-transform: uppercase;
}
.font.date {
    color: var(--green);
}
/* BLOCKS UND ABSÄTZE  */
p {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}
/* HYPERLINKS */
a.light_a,
a.light_a:hover,
a.light_a:visited,
a.light_a:active,
a.light_a.white,
a.light_a.white:hover,
a.light_a.white:visited,
a.light_a.white:active {
    color: var(--black);
    margin:0px !important;
    padding:0px !important;
    background:none !important;
    text-decoration: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}
a.light_a.white,
a.light_a.white:hover,
a.light_a.white:visited,
a.light_a.white:active {
    color: var(--white) !important;
}

a,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    background: none;
    color: var(--black70);
    padding:0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}
a:hover {
    text-decoration: none;
    background: none var(--black10);
    color: var(--black70);
    padding:0 5px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.bg_green a.light_a,
.bg_green a.light_a:hover,
.bg_green a.light_a:visited,
.bg_green a.light_a:active {
    color: var(--white);
}


/* HYPERLINK-EFFECTS */

a.type,
a.type:hover {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    background-color: var(--trans);
}

a.type::before,
a.type::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

a.type::before {
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

a.type::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

a.type:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
a.type:hover::after {
  transform: translate3d(0, 0, 0);
}

a.type span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

a.type:hover span {
  transform: translate3d(-200%, 0, 0);
}





a.type.white,
a.type.white:hover {
    color: var(--white);
}

a.type.white::before {
    background-color: var(--white);
}

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

a.type.black,
a.type.black:hover {
    color: var(--black);
}

a.type.black::before {
    background-color: var(--black);
}

a.type.black::after {
    color: var(--black);
}










/* =============================================
### ELEMENTS / BUTTON / SPACER / CONTAINER / IMAGES
================================================ */



/* BUTTON-SETTINGS */






/* CONTAINER */







.

/*  SYMBOLS */
.symbol-lg i {
    font-size: var(--font-size-headline-xlarge);
    line-height: var(--line-height-headline-xlarge);
    color: var(--black30);
    margin:40px 10px;
}


/* TAGS */
.tag {
    font-size: var(--text-font-size-xs) !important;
    line-height: var(--text-font-line-height-xs) !important;
    padding:0 0 10px !important;
}
.tag.white {
    color: var(--white);
}
.tag.black {
    color: var(--black);
}


/* SPACER */
hr {
    width: 100%;
    height: 1px;
    border: none;
    padding:0;
    margin:0;
}
hr.line {
    border:1px dotted var(--black20);
    margin:25px 0;
}
hr.header-spacer {
    border:none;
    height:150px;
}
hr.content-spacer {
    border:none;
    height:100px;
}
hr.lg {
    margin-top: var(--mp-lg);
    margin-bottom: var(--mp-lg);
}
hr.md {
    margin-top: var(--mp-md);
    margin-bottom: var(--mp-md);
}
hr.sm {
    margin-top: var(--mp-sm);
    margin-bottom: var(--mp-sm);
}
hr.xs {
    margin-top: var(--mp-xs);
    margin-bottom: var(--mp-xs);
}
hr.xxs {
    margin-top: var(--mp-xxs);
    margin-bottom: var(--mp-xxs);
}

.spacer-content-header {
    width: 100%;
    height: 110px;
}
.spacer-lg {
    margin-right: var(--spacer-lg);
    margin-left: var(--spacer-lg);
}
.spacer-md {
    margin-right: var(--spacer-md);
    margin-left: var(--spacer-md);
}
.spacer-sm {
    margin-right: var(--spacer-sm);
    margin-left: var(--spacer-sm);
}
.spacer-xs {
    margin-right: var(--spacer-xs);
    margin-left: var(--spacer-xs);
}

/* IMAGES */
.img-responsive,
.img-responsive-100,
.img-responsive-90,
.img-responsive-80,
.img-responsive-70,
.img-responsive-60,
.img-responsive-50,
.img-responsive-40,
.img-responsive-30,
.img-responsive-20,
img.thumbs,
img.button_jetzt_buchen {
    display: block;
    width: auto ;
    height: auto;
    margin:0 auto;
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box;
    border:none;
}
.img-responsive {
    width: 100%;
}
.img-responsive-100 {
    max-width: 100%;
}
.img-responsive-90 {
    max-width: 90%;
}
.img-responsive-80 {
    max-width: 80%;
}
.img-responsive-70 {
    max-width: 70%;
}
.img-responsive-60 {
    max-width: 60%;
}
.img-responsive-50 {
    max-width: 50%;
}
.img-responsive-40 {
    max-width: 40%;
}
.img-responsive-30 {
    max-width: 30%;
}
.img-responsive-20 {
    max-width: 20%;
}
img.filter-grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}
img.filter-grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=1);
}
img.fill,
img.fit {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
img.scaled-image {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
img.scaled-image.leistungen {
    height: 350px;
}
img.scaled-image.team {
    height: 450px;
    object-position: center top;
}



/**/
.img-quad {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
}


/* IMAGE-GALLERY */
.image-gallery-wrapper {
    position: relative;
    overflow: hidden;
}

.image-gallery-wrapper img.scaled-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.image-gallery-wrapper img.scaled-image:hover {
    transform: scale(1.08);
}


.image-gallery-wrapper_1_1 img.scaled-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.image-gallery-wrapper_1_1 img.scaled-image:hover {
    transform: scale(1.08);
}

.quicklinks .inner.image-container {
    position: relative;
    width: 100%; /* oder eine spezifische Breite */
    height: auto; /* oder eine gewünschte Höhe */
    min-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 5px solid var(--blue);
}

.quicklinks .inner.image-container .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bild passt sich an, ohne Verzerrung */
    z-index: 0;
    opacity: 0.25;
}

.quicklinks .inner.image-container .overlay-text {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: left;
    color: white; /* oder andere Textfarbe */
}
.quicklinks .inner.image-container .overlay-text i {
    font-size: var(--headline-md);
}




.sparten .inner.image-container {
    position: relative;
    width: 100%; /* oder eine spezifische Breite */
    height: auto; /* oder eine gewünschte Höhe */
    min-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 5px solid var(--blue);
}

.sparten .inner.image-container .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bild passt sich an, ohne Verzerrung */
    z-index: 0;
    opacity: 0.25;
}

.sparten .inner.image-container .overlay-text {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: left;
    color: white; /* oder andere Textfarbe */
}
.sparten .inner.image-container .overlay-text i {
    font-size: var(--headline-md);
}

.accordion-content img {
    width:25%;
    height: auto;
    margin: 0 20px 0 0;
    float: left;
}






/* GALLERY  */
#swipebox-overlay {
    z-index: 999999999!important;
}
.gallery-item {
    margin: 0 !important;
    padding: 0 0 6px 15px!important;
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box;
}
img.attachment-thumbnail.size-thumbnail,
img.attachment-medium.size-medium,
img.attachment-large.size-large,
img.attachment-large.size-full,
img.attachment-320px_500px.size-320px_500px,
img.attachment-640px_480px.size-640px_480px,
img.attachment-800px_350px.size-800px_350px,
img.attachment-800px_450px.size-800px_450px,
img.attachment-800px_500px.size-800px_500px,
img.attachment-800px_600px.size-800px_600px,
img.attachment-fix_width_800px_flex_height.size-fix_width_800px_flex_height,
img.attachment-crop_800px_350px.size-crop_800px_350px,
img.attachment-crop_460px_460px.size-crop_460px_460px,
img.attachment-slider_image.size-slider_image,
img.attachment-xs.size-xs,
img.attachment-sm.size-sm,
img.attachment-md.size-md,
img.attachment-lg.size-lg {
    width:100%;
    height:auto;
    border:none !important;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:visited,
.gallery-item a:active {
    color: var(--trans);
    margin:0px !important;
    padding:0px !important;
    background:none !important;
    text-decoration: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}
.gallery-item a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}
/* MAP ===== */
.leaflet-map.leaflet-container {
    height: 550px !important;
}
/* Kontaktformular ===== */
.input_field,
.input_area,
#input_button {
    width:100%;
    height:auto;
    padding:15px 15px;
    margin-bottom:15px;
    background-color:var(--gray30);
    font-size: var(--text-font-size);
    line-height: var(--text-font-line-height);
    border:none;
    color:var(--black);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.input_area {
    height:300px;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
    color:var(--black50);
}
#input_button {
    width:100%;
    background-color: var(--green);
    color:var(--white);
    text-align: center;
    float:left;
}
#input_button:hover,
#input_button:focus {
    width:100%;
    background-color: var(--green-hover-dark);
    color:var(--white);
    outline-width: 0 !important;
}
#input_button i {
    margin-right:20px;
}

  


/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}
.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: none;
    background-color: var(--gray30);
}
.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
}

#checkbox_datenschutz .wpcf7-list-item-label {
    color: var(--trans);
}
.wpcf7-checkbox input[type=checkbox] + span:before, .wpcf7-checkbox input[type=checkbox] + span:after {
    color: #111;
}
.fhhp label,
.fhhp input {
    color: var(--trans);
    border: none;
    background: none var(--trans);
    font-size: 1px;
    width: 1px;
    height: 1px;
}

.row.haftung {
    margin: 20px 0;
    color: var(--black);
}

.wpcf7 img.ajax-loader {
    width: auto;
    max-width: 100%;
    height: auto;
    border: none;
}
/* =============================================
### TIMELINE
================================================ */

.timeline ul {
  background: none;
  padding: 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: var(--green20);
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 20px;
  background: var(--blue20);
  color: var(--blue);
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent var(--blue20) transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent var(--blue20);
}

time {
  display: block;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: var(--green);
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}


/* =============================================
### TABLE / TABLEPRESS
================================================ */
table.flexx-table {
    width:100%;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    border-top-color: none;
}
table.flexx-table tr {
    text-align: left;
}
table.flexx-table tr td{
    padding:5px 10px;
}
table.flexx-table thead tr {
    background-color: var(--transparent) !important;
    color: var(--black) !important;
    font-weight: bold;
}
table.flexx-table tr:nth-child(even) {
    background-color: var(--gray30);
}
table.flexx-table tr:nth-child(odd) {
    background-color: var(--gray50);
}
table.flexx-table tr:hover {
    background-color: var(--gray70);
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}
table.flexx-table.flexx-col-1 td,
table.flexx-table.flexx-col-2 td {
    width:50%;
}
table.flexx-table.flexx-col-3 td {
    width:33.3333%;
}
table.flexx-table.flexx-col-4 td {
    width:25%;
}

/*


.tablepress > :where(thead, tfoot) > * > th {
    background-color: var(--lightblue) !important;
    color: var(--darkblue) !important;
    font-weight: normal !important;
    padding: var(--spacer-sm) !important;
}
.tablepress > * + tbody > * > *,
.tablepress > tbody > * ~ * > *,
.tablepress > tfoot > * > * {
    border-top: 1px dotted var(--lightblue30) !important;
}
.tablepress > :where(tbody) > .even > *,
.tablepress > :where(tbody) > .odd > * {
    background-color: var(--lightblue10) !important;
    padding: var(--spacer-sm) !important;
    color: var(--white) !important;
}
.tablepress > :where(tbody) > .even > * {
    background-color: var(--lightblue5) !important;
}
.tablepress > .row-hover > tr:hover > * {
    background-color: var(--lightblue20) !important;
    color: var(--white) !important;
}
.tablepress a,
.tablepress a:hover,
.tablepress a:visited,
.tablepress a:active {
    text-decoration: none;
    background: none;
    color: var(--white);
    padding:0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: var(--transition-normal);
    -moz-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    -ms-transition: var(--transition-normal);
    transition: var(--transition-normal);
}

/*




/* =============================================
### ACCORDION
================================================ */
.accordion-container {
    margin-top: 50px;
}

.accordion-item {
    /*
    border: 1px solid #ddd;
    border-radius: 5px;
    */
    border:none;
    margin-bottom: 2px;
    overflow: hidden;
}

.accordion-header {
    background-color: var(--gray30);
    padding: var(--mp-xs);
    cursor: pointer;
    position: relative;
    font-size:var(--text-font-size);
    line-height:var(--text-font-line-height);
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
.accordion-content {
    display: none;
    padding: var(--mp-xs);
    background-color: var(--gray10);
    border: 1px solid var(--trans);
}

/* Optional: Styling für geöffneten Akkordeon-Header */
.accordion-header.active {
    background-color: var(--gray50);
}



.accordion-header{
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    justify-content: space-between;
}

.accordion-header .ac-icon{
    
    transition: all 0.4s ease-in-out;
}
.accordion-header .ac-icon svg{
    display: block;
}
.accordion-header.active .ac-icon{
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}



/* =============================================
### LOGO SLIDER
================================================ */
.flexx-clients-carousel .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.flexx-clients-carousel .box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  /*filter: brightness(0) invert(1);*/
}
.flexx-clients-carousel .box:hover {
  transform: scale(1.15);
}

/* =============================================
   ###
================================================ */
.img-flush {
    max-width: 30%;
    height: auto;
}
.img-flush.left {
    float: left;
    margin: 0 15px 15px 0;
}
.img-flush.right {
    float: right;
    margin: 0 0 15px 15px;
}
.img-flush.block {
    max-width: 100%;
    float: left;
    margin: 0 0 15px 0;
}


/* =============================================
### SPARTEN
================================================ */

.flexx-card .card-three {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: bold;
}
.flexx-card .card-three:hover {
  background-position: -100% 100%;
  color: var(--white);
}
.flexx-card .card-three:hover a.button {
  background-position: -100% 100%;
  color: var(--white);
}
.flexx-card .card-three a.button {
  display: block;
  text-decoration: none;
  color: var(--white);
  background-color: transparent;
  border-radius: 0;
  padding: 10px 0;
}

.flexx-card .card-title {
  padding: 20px 0;
}

.flexx-card .greybg {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, LightGrey 50%);
}

.flexx-card .darkbg {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, var(--blue) 50%, var(--blue) 50%);
}

.flexx-card .lightbg {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, var(--white) 50%, var(--blue20) 50%);
}

.flexx-card .transition {
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, background-color 0.5s ease, color 0.2s ease 0s;
}

.flexx-card .button-hover a span {
  position: relative;
  display: block;
  transition: all 0.3s;
}

.flexx-card .button-hover a:hover span,
.flexx-card .button-hover a:focus span {
  transform: scale(1.2);
}

/* =============================================
### SPONSOREN
================================================ */
.flexx-sponsor-card,
.flexx-sponsor-card:hover {
    background-color: var(--blue10);
    padding-top: 50px;
    padding-bottom: 50px;
}
.flexx-sponsor-card:hover {
    background-color: var(--blue20);
}

/* =============================================
### FUPA-WIDGET
================================================ */
.fp-widget-footer.fp-widget-footer-link {
    color: var(--trans) !important;
}
.fp-team-standings-view .fp-team-standings-view-header {
    text-align: center !important;
}


/* =============================================
###
================================================ */
@media (max-width: 767px) {
    header,
    header.shrink {
        height: 90px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 90px no-repeat var(--trans);
    }
    header.shrink {
        height: 70px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 70px no-repeat var(--trans);
    }
    header img.logo,
    header.shrink img.logo  {
        max-height: 90px;
    }
    header.shrink img.logo {
        max-height: 70px;
    }
    body {
        font-size:var(--font-md);
        line-height:var(--line-md);
    }
    .container-fluid-outer .container-video {
        display: none;
    }
    .padding-color-container-lg {
        padding: var(--padding-color-container-md) !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size:var(--headline-md);
        line-height:var(--headline-line-md);
        border:none;
        display: block;
        margin:0 0 20px;
    }
    h3 {
        font-weight: 400;
        font-size: var(--headline-xs);
        line-height: var(--headline-line-xs);    
    }
    img.scaled-image.leistungen {
        height: 300px;
    }
    img.scaled-image.team {
        height: 300px;
    }
    .leaflet-map.leaflet-container {
        height: 300px !important;
    }
    .input_area {
        height:200px;
    }
    .spacer-content-header {
        height: 0px;
    }
    .flexx-card .img-responsive-80 {
        max-width: 35%;
    }
    .flexx-clients-carousel .box {
        width: 90%;
    }
    .accordion-content img {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* =============================================
###
================================================ */
@media (min-width: 768px) {
    header,
    header.shrink {
        height: 110px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 110px no-repeat var(--trans);
    }
    header.shrink {
        height: 90px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 90px no-repeat var(--trans);
    }
    header img.logo,
    header.shrink img.logo  {
        max-height: 110px;
    }
    header.shrink img.logo {
        max-height: 90px;
    }

}


/* =============================================
###
================================================ */
@media (min-width: 992px) {
    header,
    header.shrink {
        height: 140px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 140px no-repeat var(--trans);
    }
    header.shrink {
        height: 120px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 120px no-repeat var(--trans);
    }
    header img.logo,
    header.shrink img.logo  {
        max-height: 140px;
    }
    header.shrink img.logo {
        max-height: 120px;
    }

}

/* =============================================
###
================================================ */
@media (min-width: 1200px) {
    header,
    header.shrink {
        height: 180px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 180px no-repeat var(--trans);
    }
    header.shrink {
        height: 150px;
        background: url(assets/images/layout/vfb_nav_background_001.png) center bottom / 100% 150px no-repeat var(--trans);
    }
    header img.logo,
    header.shrink img.logo  {
        max-height: 180px;
    }
    header.shrink img.logo {
        max-height: 150px;
    }
    
}