html {
/* overflow: hidden; */
}
body {
	/*overflow-x: hidden;*/
}

form {
	margin: 0px;
}

body.hamburger-open::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.75);
    position: fixed;
}
body.hamburger-open {
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

:root {
	--green1: #E8F4D1;
	--green2: #8DC918;
	--green3: #71A113;
	--green4: #336112;
	--black: #212121;
	--lighter-dark: #404040;
	--background: #f7f7f7;
	--border: #ededed;
	--input-border: #b5b5b5;
	--red: #ae0000;
	--blue: #2f88e0;
	--dark-border: #737373;
	--green-border: #8DC918;
}
* {
    box-sizing: border-box;
}


@font-face {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    src: local(""),url("RedHatDisplay-Medium.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Display";
    font-style: italic;
    font-weight: 400;
    src: local(""),url("RedHatDisplay-MediumItalic.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    src: local(""),url("RedHatDisplay-Bold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Display";
    font-style: italic;
    font-weight: 700;
    src: local(""),url("RedHatDisplay-BoldItalic.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 400;
    src: local(""),url("RedHatText-Regular.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Text";
    font-style: italic;
    font-weight: 400;
    src: local(""),url("RedHatText-Italic.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 500;
    src: local(""),url("RedHatText-Medium.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Text";
    font-style: italic;
    font-weight: 500;
    src: local(""),url("RedHatText-MediumItalic.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 700;
    src: local(""),url("RedHatText-Bold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Red Hat Text";
    font-style: italic;
    font-weight: 700;
    src: local(""),url("RedHatText-BoldItalic.woff2") format("woff2");
    font-display: swap
}


@font-face {
  font-family: 'Red Hat TextInsights';
  font-weight: 400;
  src: url(font/RedHatText-VariableFont_wght.ttf);
}
@font-face {
  font-family: 'Red Hat FettInsights';
  src: url(fonts/RedHatDisplay-Bold.ttf);
}
@font-face {
  font-family: 'Red Hat DisplayInsights';
  font-weight: 400;
  src: url(font/RedHatDisplay-VariableFont_wght.ttf);
}


@font-face {
  font-family: 'Red Hat DisplayF';
  src: url(font/RedHatDisplay-VariableFont_wght.ttf);
}

body {
	color: var(--lighter-dark);
	background-color: var(--background);
	font-family: 'Red Hat Text';
	padding: 0;
	margin: 0;
}

body.insights {
	font-family: 'Red Hat TextInsights';
}

i {
	font-style: normal;
}
p > i {
	font-style: italic;
}
p > a {
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
	color: var(--black);
	font-family: 'Red Hat Display';
	font-weight: bold;
    word-wrap: break-word;
    max-width: 100%;
}

ul {
	padding-left: 20px;
}

ol li,
ul li {
	padding: 4px 0;
}

.insights h1,
.insights h2,
.insights h3,
.insights h4,
.insights h5,
.insights h6 {
	font-family: 'Red Hat DisplayInsights';
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 8px;
}

h4 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 8px;
}

h5 {
	font-size: 18px;
	font-family: 'Red Hat Text';
	font-weight: 500;
}

h6 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 8px;
	font-family: 'Red Hat Text';
}

a {
	color: var(--black);
	text-decoration: none;
	transition: color 375ms cubic-bezier(0.4, 0, 0.2, 1);
}


table {
  border: none;
}
table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}
td {
	padding: 5px;
}
*:focus {
	outline: none;
	border: 2px solid var(--blue);
	border-radius: 4px;
}

a:hover {
	color: var(--green4);
	text-decoration: underline;
    /*font-weight: 800;*/
}
a:hover i {
	font-weight: 400;
}
a[href$=tel]:hover {
	text-decoration: none;
}

a.inverted-textlink:focus,
a.textlink:focus {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border: none;
}

a.inverted-textlink,
a.textlink {
	/*color: var(--lighterdark);*/
	font-weight: 400;
	cursor: pointer;
}

a.textlink i,
a.inverted-textlink i {
    font-size: 19px;
    color: var(--green4);
}

a.textlink i.fa-arrow-left-long,
a.textlink i.fa-arrow-right-long,
a.inverted-textlink i.fa-arrow-right-long {
    font-weight: 100;
    font-family: "Font Awesome 6 Pro";
}

a.inverted-textlink:hover{
	text-decoration: none;
}
a.textlink.right:hover {
	text-decoration: none;
	/*font-weight: 800;*/
	transform: perspective(500px) translate3d(-6px, 0, 0px);
}

/*a.inverted-textlink:hover.left,*/
a.textlink:hover.left {
	text-decoration: none;
	/*font-weight: 800;*/
	/*transform: perspective(500px) translate3d(6px, 0, 0px)*/;
}

/*a.inverted-textlink:hover i,
a.textlink:hover i,*/
.card.app:hover a.inverted-textlink:hover.left i, 
.card.mitglieder:hover a.inverted-textlink:hover.left i, 
a.inverted-textlink:hover.left i/*,
a.textlink:hover.left i*/ {
	font-weight: 800;
	transform: perspective(500px) translate3d(-6px, 0, 0px);
}
a.inverted-textlink:hover,
a.textlink:hover,
a.inverted-textlink:hover i,
a.textlink:hover i,
.card.app:hover a.inverted-textlink i {
	font-weight: 500;
}

.teaser .card:hover a.inverted-textlink.right i,
.card.app:hover a.inverted-textlink.right i,
/*.card.app:hover a.inverted-textlink i,*/
.card.mitglieder:hover a.inverted-textlink.right i,
/*.card.mitglieder:hover a.inverted-textlink i,*/
/*a.inverted-textlink:hover i,
a.textlink:hover i,*/
a.inverted-textlink:hover.right i,
a.textlink:hover.right i {
	font-weight: 800;
	/*transform: perspective(500px) translate3d(6px, 0, 0px);*/
	margin-left: 16px;
	margin-right: 0px;
}
a.textlink:hover.left i{
	margin-right: 15px;
}

.teaser .card:hover a.inverted-textlink::before  {
	content:'Weiterlesen';
	font-weight: 500;	
}
a.inverted-textlink:hover::before {
	content:'Weiterlesen';
	font-weight: 600;
}


input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], select, input.input-search {
	border: 1px solid var(--input-border);
	border-radius: 4px;
	padding: 12px;
	font-size: 16px;
	font-family: 'Red Hat Text';
	height: 46px;
}
::placeholder { 
  color: var(--dark-border);
  opacity: 1;
}

/*
input[type="checkbox"] {
   width: 20px;
   height: 20px;
   border: 1px solid var(--input-border);
   flex-shrink: 0;
}
input[type="checkbox"]:checked {
	 background-color: var(--green4);
}
 input[type="checkbox"]:checked::before {
    background-color: green;
 }*/


.checkbox {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  display: block;
}
.checkbox label {
  position: relative;
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox label span {
 /* position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 1px solid var(--input-border);
  background-color: white;
}
.checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 12px;
  left: 10px;
}
.checkbox input[type=checkbox] {
  width: auto;
  opacity: 1e-8;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox input[type=checkbox]:checked ~ label:before {
  border: 2px solid var(--green4);
  background-color: var(--green4);
}
.checkbox input[type=checkbox]:checked ~ label:after {
  transform: rotate(-45deg) scale(1);
}
.checkbox input[type=checkbox]:focus + label::before {
  outline: 0;
}

.vvo-select {
    position: relative;
    color: #737373;
    background-color: white;
}

.select-selected {
    border: 1px solid var(--input-border);
    border-radius: 4px;
}

.vvo-select:hover {
    border-color: var(--green4);
}

.vvo-select select {
    display: none;
}

.vvo-select .default {
  color: #737373;
}

/*.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: black transparent transparent transparent;
}*/

.select-arrow-active .select-selected {
    border-bottom: none;
    border-color: var(--green4);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select-arrow-active {
}

.select-items > div {
	max-height: 350px;
	overflow: auto;
}
.select-items > div > div, .select-selected {
    color: #404040;
    padding: 11px 12px;
    cursor: pointer;
    user-select: none;
}

.select-selected > div > div{
    margin: 12px 4px;
}

.select-selected {
    color: #212121;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid var(--green4);
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.select-arrow-active .select-items {
    border-color: var(--green4);
}

.select-hide {
    display: none;
}

.select-items > div > div:hover, .same-as-selected {
    background-color: var(--green1);
    color: var(--lighter-dark);
    font-weight: 500;
} 
.radio {
    display: flex;
    align-items: center;
}

/*.radio > span {
    display: flex;
    flex-wrap: wrap;
    gap: 1em
}*/

.radio input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0
}

.radio .radio-label > span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--input-border);
    margin-right: 8px;
}

.radio .radio-label > span::before {
    content: "";
    width: 12px;
    height: 12px;
    box-shadow: inset 12px 12px var(--green4);
    border-radius: 50%;
    transition: 180ms transform ease-in-out;
    transform: scale(0)
}

.radio input[type=radio]:checked+.radio-label>span::before {
    transform: scale(1)
}

.radio .radio-label {
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer
}

.radio-label::before,
.radio-label::after {
	content: " ";
}

textarea {
	font-family: 'Red Hat Text';
	border-radius: 4px;
	border: 1px solid var(--input-border);
	font-family: 'Red Hat Text';
	font-size: 16px;
}
.select-selected,
select {
	appearance: none;
    background-image: url(asset/fa-caret-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 26px;
    background-size: 12px;
    background-position-x: calc(100% - 12px);
}

input[type=text]:hover, input[type=password]:hover, input[type=number]:hover, input[type=email]:hover, input[type=tel]:hover, select:hover, input.input-search:hover {
	border: 1px solid var(--green4);
}
li::marker {
    color: var(--green4);
}
.search-container {
	display: flex;
}

.search-container  input[type=text]:hover, 
.search-container input[type=text] {
    width: calc(100% - 44px);
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.search-container input[type=text] ~ .search {
	display: inline-block;
    background: var(--green4);
    padding: 14px 12px 9px 12px;
    color: white;
    height: 46px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    opacity: 0.4;
}

.search-container input[type=text] ~ .search i {
	font-size: 16px;
}
.search-container:hover input[type=text] {
	border-color: var(--green3);
	box-shadow: 6px 6px 16px #00000014;
}
.search-container input[type=text]:focus {
	
}
.search-container:hover input[type=text] ~ .search {
	opacity: 1;
	border-color: var(--green3);
	box-shadow: 6px 6px 16px #00000014;
}
.search-container input[type=text]:focus ~ .search,
.search-container input[type=text].input ~ .search { 
	opacity: 1
}

img {
	height: auto;
}
audio, canvas, iframe, img, input, object, svg, textarea, video {
    vertical-align: middle;
    max-width: 100%;
}

p {
	margin:0;
	line-height: 1.4;
}

/*input[type=text].has-error, input[type=number].has-error, input[type=email].has-error, input[type=tel].has-error, select.has-error {*/
.has-error {
	border: 2px solid var(--red) !important;
}
.error-msg {
	display: none;
	margin-top: 14px;
	color: var(--red);
	font-size: 14px;
}
.error-msg i {
	color: var(--red) !important;
}
.has-error ~ .error-msg {
	display: block;
}

.hide {
	display: none;
}

.pt-9 {
	padding-top: 36px;
}

.pb-8 {
	padding-bottom: 32px;
}

.mr-1  {
	margin-right: 4px;
}
.mr-8  {
	margin-right: 32px;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 4px;
}

.mt-2 {
	margin-top: 8px;
}

.mt-3 {
	margin-top: 12px;
}

.mt-4 {
	margin-top: 20px;
}

.mt-8 {
	margin-top: 32px;
}

.mt-16 {
	margin-top: 64px;
}

.mb-2 {
	margin-bottom: 8px;
}

.mb-8 {
	margin-bottom: 32px;
}

.mb-10 {
	margin-bottom: 40px;
}

.white {
	background-color: white;
}

.input-group {
	padding-top: 10px;
	padding-bottom: 10px;
}
.input-group > select,
.input-group > input:not([type=radio]){
	display: block;
    width: 100%;
    max-width: 350px;
}

.card .input-group > select,
.card .input-group > input:not([type=radio]){
	max-width: 100%;
}

.input-group > textarea {
    width: 100%;
    max-width: 350px;
    height: 85px;
}

.input-group > textarea {
	max-width: 100%;
}

.input-group > label:not(.radio) {
	padding: 5px 0;
	display: block;
    font-weight: 500;
}
.input-group > input[type=radio] ~ label {
	display: inline-block;
}

.input-group.radio-group {
	display: flex;
    gap: 16px;
}

.d-wrap {
	flex-wrap: wrap;
}

.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
    /*padding: 0 64px;*/
}
.container .content__inner {
	width: 100%;
}

.main-content .container {
	display: flex;
}

.content.content--two-columns {
	width: 100%;
}
.content {
	display: flex;
}

.row {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    /*margin:20px -50px;*/
    width: 100%;
}
.col {
    display: block;
    padding-right: 50px;
    padding-left: 50px;
   /* height: 100%;*/
    position: relative;
    z-index: 1;
}

.col--12 {
	width: 100%;
}
.col--6 {
    width: 50%
}
.col--6.mr-8 {
    width: calc(50% - 32px);
}

.col--8 {
    width: 66.66667%
}

.col--4 {
    width: 33.33333%
}

.col--3 {
    width: 25%
}

.col--2 {
    width: 16.666666%
}
.text-right {
    text-align: right;
}

.header {
    position: relative;
    z-index: 20;
}


.header-top {
    background-color: var(--background);
    padding: 18px 0;
    /*border-bottom: 1px solid #e9e9e9*/
}

.top-header .container,
.header .container {
	overflow: visible;
	padding: 0;
}

.header-bottom__content ,
.header-top__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0/*64px*/;
	flex-shrink: 0;
}
.header-top__content {
    justify-content: flex-end;
}
.header__logo{
	padding: 10px 0;
}
.header__logo img {
	height: 38.1px; /*wtf??????*/
    /*margin: calc(( 106px - 38.1px) / 2) 0;*/ 
}
.header-bottom {
    background-color: #fff;
    position: relative;
    color: var(--black);
    box-shadow: 0px 3px 24px #00000014;
}

.hamburger-open .header-bottom {
	box-shadow: none;
}

.fabbuttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

.fabbuttons a {
	    display: block;
    background: white;
    box-shadow: 0px 3px 24px #00000014;
    width: 61px; 
    height: 61px; 
    text-align: center;
    padding: 16px 20px;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 15px;
}

.fabbuttons a svg {
    display: block;
    margin: 3px 0;
}

.page {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page > * {
	flex-grow: 1;
}

.top-header ul {
	list-style: none;
    margin: 0;
    /*padding: 0 64px;*/
    display: flex;
    justify-content: end;
}
.top-header ul li {
	padding: 0 18px;
}

.top-header ul li ~ li:after {
    content: "";
    transform: translateX(-19px);
    display: block;
    width: 1px;
    height: 24px;
    background: var(--input-border);
    position: absolute;
    top: 0.75em;
}
.top-header ul li a {
	padding: 12px 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.nav__menu {
    padding: 0;
    margin: 0
}

.nav__item {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px
}

.nav__item--headphones:before {
    background-image: url(assets/headphones.svg)
}

.nav__item--cart:before {
    background-image: url(assets/cart.svg)
}

.nav__item--user:before {
    background-image: url(assets/user.svg)
}

.nav__item a {
    -webkit-transition: .5s;
    transition: .5s
}

.nav__item--has-icon:before {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    margin-right: 10px;
    position: relative;
    top: 3px
}

.nav__item:last-child:after {
    content: none
}

.nav-primary .nav-primary__menu {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: flex-end;
    margin: 0
}

.nav-primary .nav-primary__item {
    list-style-type: none;
}

.nav-primary .nav-primary__item a {
    -webkit-transition: .5s;
    transition: .5s
}

.nav-primary .nav-primary__item>a {
    font-size: 20px;
    font-weight: 800;
    transition: .5s;
   /* padding: 36px 18px;*/
    display: inline-block
}

nav.nav-primary > .nav-primary__menu > li > a {
	font-family: 'Red Hat Displayf';
    padding-right: 40px;
}

/*.nav-primary > */.nav-primary__menu > li.childs > a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #212121 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    transition: transform .2s ease-in-out;
}

nav.nav-primary > .nav-primary__menu > li:where(:hover,:focus)>a::after {
    border-color: var(--green4) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    transform: translateY(-50%) rotate(180deg);
}

nav.nav-primary .nav-primary__menu ul {
	display: none ;
}

nav.nav-primary > .nav-primary__menu > .nav-primary__item {
	
    margin: -36px 0;
    padding: 36px 0;
}

nav.nav-primary .nav-primary__menu .nav-primary__item {
	position: relative;
}

nav.nav-primary .nav-primary__menu .nav-primary__item ul {
	position: absolute;
	background: #FFFFFF;
    left: -50%;
    top: 80px;
	box-shadow: 6px 6px 24px #00000014;
	border-radius: 8px;
	padding: 0 36px;
}

nav.nav-primary > .nav-primary__menu > li > a.active::before,
nav.nav-primary > .nav-primary__menu > li:hover > a::before {
    content: "";
    width: calc(100% - 44px);
    height: 2px;
    background-color: var(--green4);
    position: absolute;
    bottom: 0;
}

nav.nav-primary > .nav-primary__menu > li > a:hover {
	text-decoration: none;
}

nav.nav-primary .nav-primary__menu .nav-primary__item ul li:first-child {
	border-bottom: 2px solid var(--green4);
}

nav.nav-primary .nav-primary__menu .nav-primary__item ul li a {
	padding: 12px 0;
	font-size: 16px;
	font-weight: 400;
    display: block;
    min-width: 200px;
} 

nav.nav-primary .nav-primary__menu .nav-primary__item:hover ul {
	display: initial;
}

.menu-toggle {
    display: block;
    position: relative;
    z-index: 998;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0);
    border: 0;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: transform .2s ease-in-out;
    box-shadow: none;
    color: var(--black);
}

.menu-toggle__label {
    margin-right: .5em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: var(--black)
}

.menu-toggle__hamburger span {
    transition: transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    background: var(--black);
    display: block;
    width: 30px;
    height: 3px;
    margin: 0 auto
}

.menu-flyout > .nav-primary__menu > .nav-primary__item {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 22px;
    position: relative;
}

.menu-flyout > .nav-primary__menu > .nav-primary__item a {
	display: block;
    position: relative;
	padding: 8px 16px;
	display: block;
}

.menu-flyout > .nav-primary__menu > .nav-primary__item:not(.open) ul {
	display: none;
}

.menu-flyout > .nav-primary__menu > .nav-primary__item ul {
	padding: 16px;
	padding-bottom: 0;
}
.menu-flyout > .nav-primary__menu > .nav-primary__item ul li:first-child {
	padding-bottom: 8px;
	margin-right: 16px;
	border-bottom: 1px solid var(--border);
}
.menu-flyout > .nav-primary__menu > .nav-primary__item ul li a{
	font-weight: 400;
	font-size: 16px;
}
.menu-flyout > .nav-primary__menu > .nav-primary__item.open > a::before,
.menu-flyout > .nav-primary__menu > .nav-primary__item.selected > a::before,
nav.nav-primary > .nav-primary__menu > .nav-primary__item.selected > a::before {
    content: "";
    width: calc(100% - 22px);
    height: 2px;
    background-color: var(--green4);
    position: absolute;
    bottom: -12px;
    left: 0;
}
nav.nav-primary > .nav-primary__menu > .nav-primary__item.selected > a::before  {
	bottom: 30px;
    left: 0px;
    right: 20px;
	width: auto;
}

.menu-toggle__hamburger .meat {
    transition: opacity 300ms ease-in-out 0ms
}

.menu-toggle__hamburger .top,.menu-toggle__hamburger .meat {
    margin-bottom: 4px
}

.hamburger-open .menu-toggle__hamburger .top {
    transform: rotateZ(45deg) translateX(5px) translateY(5px)
}

.hamburger-open .menu-toggle__hamburger .bottom {
    transform: rotateZ(-45deg) translateX(5px) translateY(-5px)
}

.hamburger-open .menu-toggle__hamburger .meat {
    opacity: 0
}

/*.backdrop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
    z-index: 1;
	overflow: hidden;
}*/
.backdrop .menu-flyout {
	background: white;
    height: 100vh;
    padding-top: 145px;
	position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    width: 100vw;
  	transition: all 0.5s ease-in-out;
  	z-index: 1;
}
.backdrop .menu-flyout ul {
	list-style: none;
	padding: 0;
}
body.hamburger-open .backdrop {
	left:0;
	right:0;
}
body.hamburger-open  .menu-flyout {
	/*margin-left: 0;*/
  right: 0;
}

footer {
	position: relative;
    overflow: hidden;
    padding-top: 100px;
  /*  padding-left: 100px;
    padding-right: 100px;*/
    flex-grow: 0 !important;
    flex-shrink: 0;
}

footer .row {
    justify-content: space-around;
    margin: 48px 0;
}
footer.small .row {
    justify-content: space-between;
}

footer h5 {
	margin: 30px 0 9px 0;
	font-size: 18px;
}

footer .footer__top,
footer .footer__bottom {
    background: #ffffff9e;
    position: relative;
}
footer .footer__bottom {
	font-size: 14px;
}
footer.small .footer__bottom {
	background: initial;
}

footer.small .footer__bottom .footer-bottom__inner {
	padding-top: 20px;
	border-top: 1px solid var(--border);
} 

footer .bubble {
	width: 400px;
    height: 360px;
    background: var(--green1);
    border-radius: 50%;
    position: absolute;
    top: 32px;
    left: calc( 50vw - 250px);
    font-size: 20px;
}

footer .bubble span {
	font-size: 16px;
	font-weight: 600;
}

footer .bubble > div {
    text-align: center;
    padding-top: 29px;
}
footer .bubble:not(:hover) > div > span {
	display: none;
}
footer .bubble:hover {
    top: 5px;
}

footer .vvoaktuell {
	padding-top: 8px;
   	text-align: center;
}

footer .bubble:hover i {
    font-size: 25px;
}

footer .footer__top ul {
	list-style: none;
	padding: 0;
	margin:0;
}
footer .footer__top li {
	/*font-weight: 800;*/
	padding-top: 4px;
	padding-bottom: 4px;
}
footer .footer__col p {
	line-height: 2;
}

footer nav .nav__item:nth-child(2) {
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

button,
a.button,
input.button {
	padding: 16px 32px;
	text-align: center;
	background: var(--green4);
	color: white;
	border-radius: 4px;
    display: inline-block;
    border: none;
	height: 53px;
	font-size: 16px;
	box-shadow: 6px 6px 16px #00000014;
	/*box-shadow: 3px 3px 8px #0000003D;*/
	cursor: pointer;
	font-family: 'Red Hat Text';
	font-weight: 500;
}

.card button:not(.white) i,
button i,
a.button i,
input.button i {
	color: white;
}

button.small,
a.button.small,
input.button.small {
	padding: 8px 16px;
	font-size: 14px;
	/*height: 35px;*/
	height: initial;
}

button[disabled],
a.button[disabled],
input.button[disabled] {
	opacity: 0.4;
}
.header button.small,
.header a.button.small,
.header input.button.small {
	font-size: 16px;
	font-weight: 500;
	height: 37px;
}

button.white,
a.button.white,
input.button.white {
	background-color: white;
	color: var(--lighter-dark);
	border: 1px solid var(--green4);
	box-shadow: none;
}

button:hover,
a.button:hover,
input.button:hover {
	text-decoration: none;
	transform: scale(1.01);
	box-shadow: 3px 3px 8px #0000003D;
}


button.white:hover,
button.white:hover i,
a.button.white:hover,
input.button.white:hover {
	background-color: var(--green4);
	color: white;
}

.container.newsletter {
	overflow: visible;
}

.top-image {
	padding: 43px 0 /*64px*/;
}

.top-image img {
	border-radius: 50px;
    border-top-left-radius: 90%;
    box-shadow: 8px 8px 32px rgba(0,0,0,.2);
}

.button i {
	margin-right: 12px;
}
.flipiframe_toggle strong:hover {
	color: var(--green4);
	text-decoration: underline;
}
.flipiframe_toggle strong::after {
	content: 'Mehr anzeigen'
}
.flipiframe_toggle strong {
	cursor: pointer;
}
.flipiframe_toggle.open strong {
	color: var(--green4);
	text-decoration: underline;
}
.flipiframe_toggle.open strong::after {
	content: 'Weniger anzeigen'
}

.upload {
	border: 2px dashed #737373;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.upload:hover {
	border-color: var(--green4);
	background-color: #ededed;
}

.upload input[type=file] {
    width: 100%;
    height: 120px;
    opacity: 0;
	cursor: pointer;
}
.upload span {
    position: absolute;
    top: calc( (100% - 62px ) / 2);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.uploaded-files > * {
    margin-top: 30px;
    display: inline-block;
    position: relative;
}

.uploaded-files i.fa-xmark {
    color: var(--green4);
    line-height: 1;
    width: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -35px;
    cursor: pointer;
}

.uploaded-files i.fa-xmark:hover {
	background: var(--green4);
	color: white;
	border-radius: 50%;
    width: 32px;
    padding: 8px;
    top: -5px;
    right: -45px;
}

.button_task {
	margin-top: 32px;
    padding-bottom: 16px;
}

.paging {
	display: flex;
	justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.shop__filters ~ #results,
div ~ .paging {
    margin-top: 15px;
} 

.shop__filters ~ .shop-filter-area {
	margin-top: 32px;
}

.more {
    padding: 8px;
}
.page_navigation {
    display: flex;
    justify-content: end;
}

.page_navigation i {
    padding: 8px;
    color: var(--green4);
    width: 32px;
    height: 32px;
}
.page_navigation .next_link:hover:not(.no_more) i,
.page_navigation .previous_link:hover:not(.no_more) i {
	color: white
}
.page_navigation .no_more i {
	color: var(--input-border);
}
.page_navigation .first_link,
.page_navigation .last_link,
.page_navigation .page_link {
    padding: 8px;
    margin: 0 8px;
}
.page_navigation .next_link,
.page_navigation .previous_link,
.page_navigation .first_link,
.page_navigation .last_link,
.page_navigation .page_link {
	border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 1;
}
.page_navigation .page_link.active_page {
	background-color: var(--green1);
	color: var(--green5);
}
.page_navigation .next_link:hover:not(.no_more),
.page_navigation .previous_link:hover:not(.no_more),
.page_navigation .first_link:hover,
.page_navigation .last_link:hover,
.page_navigation .page_link:hover {
	background-color: var(--green4);
	color: white;
	text-decoration: none;
}
.page_navigation .no_more:not(.next_link):not(.previous_link) {
	display: none;
}

.products__img {
    width: 130px;
    margin-right: 20px
}

.products__title {
    /*font-weight: 400;*/
    margin:0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.card h3,
.card .products__title h4,
.products__title h4 {
	width: 100%;
	margin: 0;
	margin-bottom: 8px;
}

.card .accordion__title {
	padding: 0;
}

.card .accordion__content .flipiframe {
	padding: 0;
}

.products__link {
    margin: 20px 0;
    display: inline-block
}

.products__link:hover {
    text-decoration: underline
}

.products__top {
	display:flex;
}
.products__top > *:first-child {
	flex-grow: 1;
}
.products__top > *:last-child {
	flex-shrink: 0;
}

.products__buy {
    display: flex;
    padding-top:10px;
}

.products__title .products__date {
	margin-right: 24px;
}
.card .products__title i {
	color: #404040;
} 

.products__description {
	margin-top: 16px;
}

.products__button {
    margin-top: 24px;
}

.products__price {
    font-size: 14px;
}
.products__mehr {
	margin-top: 8px;
}
.products__mehr:hover {
	text-decoration: underline;
	color: var(--green4);
}

.products__mehr strong {
	font-weight: 500;
	margin-top: 8px;
}

.products__price > *:first-child {
    font-size: 20px;
    font-weight: 800;
}


.products__item .button {
	display: inline-block;
}

.shoppingcart .container,
.shop .container {
	overflow: visible;
}

.shop-filter-area h4 {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
}
.shop-filter-area > * {
	display: block;
	width: 100%;
}

.shop-filter-area .vvo-select,
.shop-filter-area select {
	margin-bottom: 32px;
}

.shop > .container {
	display: block;
}

.shop-items {
	margin-bottom: 15px;
}

/** shoppingcard */

#CartDisplay {
	margin-top:20px;	
}

/*#shoppingcart a {
	color:#8dc819;	
}*/

.relaod {
	color:#8dc819;	
}

.warenkorbitem {
/*	display: flex;
	align-items: center;*/
	
	margin-bottom: 16px;
}

.piece {
    /*float: left;*/
    padding-right: 20px;
    width:50%;
}

.piece input {
	padding-bottom:5px;
}

a i.fa-refresh,a.removeItem {
	padding-left:10px;
}

a[title=Aktualisieren]:hover {
	text-decoration:none !important
}
	

div.warenkorbitem  div.price {
    /*float: left;*/
    padding-right: 20px;
    padding-top: 18px;
}

.warenkorbitem input {
	/*padding-bottom: 5px;
	padding-right: 5px;*/
    min-width: 42px;
}

.changeitems {
	padding-top:18px;	
}

.hinweis {
	font-size:12px;	
}

.changeitems a {
	padding-left:10px;	
}

.removeItem i {
	color:#7A0239;
}

.total {
	clear:both;
	padding-bottom:20px;
	font-size:18px;	
	margin-top: 20px;
	padding-top:5px;
	padding-right:25px;
	border-top:1px solid var(--border);
}

.pricetotal {
	width: 100px;
}

.readonly {
	margin-bottom: 10px;
}

.total.readonly {
	padding-right:0px;
	padding-bottom:0px;
	font-size: 16px;
	margin-bottom: 0px;
}


#cart_checkout button {
	margin-top:20px;
	display: block;
/*	width: 300px;
	text-align: left;*/	
}

#cart_checkout .back {
	background-color:#7A0239;	
}

#cart_checkout .reset {
	background-color:#E4B30E;	
}

.paymentform div.input-group {
	padding:5px;
}

.paymentform div.input-group span {
	width:20%;
}

/*.paymentform div.input-group:nth-child(odd){
	background-color:#F0f0f0;	
}*/

.col.wk {
    padding-right: 0px;
    padding-left: 0px;    
    height: 100%;
    position: relative;
    z-index: 1;
    flex-wrap;
   /* display: flex;
    align-items: center;*/
}



/** Cover/Header Image */

.cover {
    position: relative;
    padding: 180px 0;
    margin-bottom: 30px;
}

.cover--has-title {
    padding: 180px 0 50px;
}

.cover h1 {
    font-size: 38px;
}

.cover__img {
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

h1 {
	position: relative;
	margin: 62px 0;
}

h1 > i {
	margin-right: 25px;
	font-size: 43px;
	color: var(--lighter-dark);
}

h1 .icon {
    height: 42px;/*55px;*/
    margin-right: 12px;
}

h1 .circle {
    height: 45px;
    position: absolute;
    left: 16px;
    top: 28px;
    z-index: -1;
}

.main-content .controls {
	display: flex;
    justify-content: space-between;
    overflow: visible;
    margin-top: 32px;
}
.main-content .controls i {
	color: var(--green4);
}
.main-content .controls i {
	margin-right: 10px;
	margin-left: 10px;
}
.main-content .controls .left i {
	margin-left: 0;
}

.toc {
	background-color: white;
	padding: 24px;
	
	border: 1px solid #EDEDED;
	border-radius: 8px;
}
.toc ~ .toc {
	margin-top: 24px;
}

.col--4 + .col--8:not(.col),
.col--8 + .col--4 .toc {
	margin-left: 20px;
}

.col--4 + .col--8,
.col--8 + .col--4 {
	padding-right: 0;
}

.toc h4 {
	margin: 0;
}

.toc ul {
	list-style: none;
	padding: 0;
}
.toc ul li {
	padding: 0;
}
.toc.closeable ul:not(.open) > li:not(:nth-child(-n+5)) {
	display: none;
}
.toc.links ul li a {
	margin-bottom:0;
}

.toc:not(.links) a:hover {
	background-color: var(--green4);
	box-shadow: 3px 3px 8px #00000029;
	color: white;
	text-decoration: none;
}
.toc.links a:hover {
  /*  text-decoration: none;*/
    transition: text-shadow .2s ease,color .2s ease;
    text-shadow: 0 0 0.5px var(--green4);
    color: var(--green4);
}

.toc a {
    display: block;
    padding: 8px 8px;
    margin-bottom: 5px;
	border-radius: 4px;
	color: var(--lighter-dark);
}

.toc a:focus,
.toc .selected {
	background-color: var(--green1);
	color: var(--black)M
	font-weight: 800;
}

.toc a:focus {
	border: 2px solid var(--blue);
}

table{
	border-radius: 8px;
	border: 1px solid var(--border);
	opacity: 1;
	background-color: white;
	overflow: hidden;
}

table > tbody:first-child> tr:first-child {
	font-weight: 800;
	border-bottom: 2px solid var(--border);
	font-family: 'Red Hat Display';
    vertical-align: middle;
    color: var(--black);
}
table > tbody:first-child> tr:first-child > td {
	padding-left: 14px;
	padding-right: 14px;
}

table td {
	border: 1px solid var(--border);
}
.card i {
	color: var(--green4);
	margin-right: 8px;
}

.card h4 i {
	color: var(--black);
}

.card.termin > div > i.fa-light {
	margin-right: 16px;
	margin-top: 12px;
}

.card.termin h4 + div {
	margin-top: 14px;
}

.accordion.white {
	background: initial;
}

p ~ .accordion.white {
	margin-top: 24px;
}

.accordion.white > *{
	border: 1px solid var(--border);
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 10px;
}

.accordion__title {
    display: flex;
    cursor: pointer;
    padding: 20px
}

.accordion__title.active .accordion__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion__title i {
	margin-right: 10px;
}

.accordion__title h4 {
    font-weight: 800;
    /*font-size:20px;*/
	margin: 0;
	display: flex;
    align-items: start;
}

.accordion__title.active i {
    transform: rotate(180deg);
} 
/*
.accordion__dots {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url(assets/dot.svg);
    background-repeat: repeat-x;
    background-position: left 9px;
    margin-left: 10px
}

.accordion__arrow {
    background-image: url(assets/acc-arrow.svg);
    width: 20px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-left: 10px;
    -webkit-transition: .5s;
    transition: .5s
}
*/
.accordion__content {
    display: none;
    overflow: hidden;
    line-height: 1.4;
}

.accordion__content .flipiframe {
	padding: 20px;
    padding-top: 0;
}
.accordion__content .flipiframe .add-links h5 {
	margin: 0;
} 


#chars {
	margin:15px 0;
    display: flex;
    flex-wrap: wrap;
}

#chars a {
	font-size:20px;
	padding: 4px 8px;
	font-weight: 300;
	color: var(--lighter-dark);
	border-radius: 4px;
	margin-right: 2px;
}
#chars a:hover {
	background-color: var(--green4);
	color: white;
	text-decoration: none;
	font-weight: 500;
}
#chars a.selected {
	background-color: var(--green1);
	font-weight: 500;
	color: var(--lighter-dark);
}
#chars a:focus {
	border: none;
}

.page-content > * {
	margin-top: 60px;
}

.image-description {
	/*float: left;*/
	margin-right: 15px;
	margin-bottom: 15px;
}
.image-description img {
	height:210px;
	width: auto;
	padding-bottom: 5px;
	border-radius: 8px;
}
.image-description >* {
	display: block;
	font-size: 12px;
}

.floating-image {
	display: flex;
}

.floating-image .image-description {
	flex-shrink: 0;
}

.card-list,
.card-grid {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.card-grid .card {
	width: 47%
}

.card-list {
	gap: 16px;
}

.card-list .card {
	width: 100%;
}

.card {
	background-color: white;
	/*border: 1px solid var(--border);*/
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 24px;
}


.card-list .card {
	margin-top: 0;
}
.teaser .card:hover,
.insights .card:hover {
	border-color: var(--green-border);
	border-width: 1px;
	box-shadow: 6px 6px 16px #00000014;
	cursor: pointer;
}
.card h3,
.card h4 {
	margin-bottom: 5px;
}

.card .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: end;
}
.card .buttons .icon {
	height: 24px;
}
.card .buttons.vertical {
	flex-direction: column;
}

.card .buttons > span > span {
	margin-right: 32px;
}

.card.mitglieder .buttons {
	margin-top: 24px;
	flex-wrap: wrap;
}



.card.mitglieder:hover .buttons .inverted-textlink::before,
.card.mitglieder .buttons .inverted-textlink:hover::before {
	content: 'Kontaktinformationen';
}


.card.app:hover .buttons .inverted-textlink::before,
.card.app .buttons .inverted-textlink:hover::before {
	content: 'Öffnen';
}
.card.app {
	cursor: pointer;
}

.card .buttons /*> span > span > */i {
	margin-right: 12px;
	color: var(--green4);
}

.card.mitglieder .buttons  h6,
.card.mitglieder .buttons  h5 {
	color: var(--lighter-dark);
}

.card.app:hover .buttons a::before,
.card.mitglieder:hover .buttons a::before {
	font-weight: 500;
}
.card.mitglieder .buttons a:hover {
	font-weight: 500;
}
.card.mitglieder span > span {
	display: block;
}

.card.mitglieder span > span:not(:last-child) {
	margin-bottom: 12px;
}

.card.contact .pos {
	font-weight: 600;
}
.card.contact .phone {
	margin-bottom: 12px;
}
.card.contact .company {
	margin-bottom: 16px;
}


.card .buttons > div > div > a {
	display: block;
	margin-bottom: 8px;
}

.card .buttons .anm a {
	text-align: right;
}

.inline-contact {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
.inline-contact i {
	margin-right: 8px;
}	
.inline-contact a i {
	font-size: 16px;
}

.inline-contact a:hover {
	color: var(--green4);
}

.inline-contact .name * {
	font-weight: 500;
}
.inline-contact .phone,
.inline-contact .name {
	margin-right: 16px;
}
.newsletterheader {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.newsletterheader h1 {
	margin-bottom: 16px;
}
.newsletterheader h5 {
	margin-top: 0;
}
.newsletterheader p {
	font-weight: 600;
}

.dialog {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f7f799;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
    backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.dialog > div .close-btn {
	padding: 8px;
	/*color: var(--lighterdark);*/
	font-weight: 600;
	cursor: pointer;
    font-size: 19px;
    color: var(--green4);
    line-height: 1;
    width: 32px;
    height: 32px;
    text-align: center;
    
    position: absolute;
    top: 4px;
    right: 4px;
}

.dialog > div .close-btn:hover {
	background: var(--green4);
	color: white;
	border-radius: 50%;
}

.dialog > div {
	background: white;
	position: relative;
	box-shadow: 6px 6px 16px #00000014;
	border: 1px solid #ededed;
	border-radius: 8px;
}
.dialog .dialog-content {
	padding: 32px;
}


.modal-dialog .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.modal-dialog .fade.in {
  opacity: 1;
}

.modal-dialog .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal-dialog .close:hover,
.modal-dialog .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-dialog button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.mitglied {
	max-width: 570px;
}
.card.mitglieder {
	cursor: pointer;
}

.mitglied h2 {
	margin:0;
    margin-bottom: 8px;
}
.mitglied .subtext {
	margin-bottom: 16px;
}
.mitglied .mg_block {
	display: flex;
	background: #F7F7F7;
	border-radius: 8px;
	margin-bottom: 8px;
}

.mitglied .mg_block {
	padding: 16px;
}

.mitglied .mg_block .mg_block_left {
	min-width: 100px;
	/*width: 100px;*/
	font-weight: 500;
	max-width: 100px;
    word-break: break-all;
}

.mitglied .mg_block .mg_block_right {
    display: flex;
    flex-direction: column;
}
.mitglied .mg_block .mg_block_right i { 
	margin-right: 12px;
	color: var(--green4);
}
.mitglied .mg_block .mg_block_right > * {
	padding-bottom: 10px;
}

/*
Versatz liste
*/
.liste{
	margin-top: 88px;
}
.listeneintrag {
	display: flex;
	margin-bottom: 62px;
    align-items: start;
}
.listeneintrag h2 {
	margin: 0;
	margin-bottom: 8px;
}

.listeneintrag .listeneintragtext {
	width: 60%;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    margin-right: -40px;
    padding: 24px;
    z-index: 1;
}
.listeneintrag .listeneintragbild {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    /*display: flex;
    flex-direction: column-reverse;*/
}
.listeneintrag .listeneintragbild img {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    overflow: hidden;
}
.listeneintrag:nth-child(even) .listeneintragtext {
    margin-right: 0;
    margin-left: -40px;
    order: 2;
} 

.listeneintrag:nth-child(even) .listeneintragbild {
	order: 1;
}
.listeneintrag .listeneintragtext > span {
	display: block;
	margin-bottom: 18px;
}
.listeneintrag .listeneintragtext .subliste {
	font-weight: 700;
	padding: 6px 0;
}

tipp {
	border: 1px solid #FFBE00;
	border-radius: 8px;
	padding: 16px;
    display: flex;
    align-items: center;
}
tipp > * {
	padding-right: 5px;
}

tipp:before {
	font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
   /* line-height: 1;*/
    text-rendering: auto;
    content: "\e2ca";
    color: #FFBE00;
    margin-right: 8px;
    font-size: 30px;
}
.beschwerde .card {
	margin: 32px;
}
.beschwerde .card input {
	max-width: 100%;
}

.beschwerde .contact {
    text-align: center;
}

.beschwerde .contact h5 {
	margin: 0;
	margin-top: 16px;
}
.beschwerde .contact h5 ~ span {
	padding-top: 8px;
}

.beschwerde .doc {
	margin: 8px 0;
}

.beschwerde .contact span {
	padding-top: 12px;
	display: block;
}
.beschwerde .contact span i {
	margin-right: 8px;
}

.beschwerde .contact img {
	width: 133px;
	height: 133px;
	border-radius: 50%;
}


.beschwerde .col-list {
	gap: 0;
}

.beschwerde .card {
	margin: 16px 0;
}

.beschwerde .col--4 > .card {
	margin-left: 32px;
}

.login-form h3{
	text-align: center;
}



.login .page-content .container .card {
	max-width: 450px;
}
 .login .card {
     background-color: white;
     border: 1px solid var(--border);
     border-radius: 8px;
     padding: 32px;
     width: 100%;
 }

 .login .input-group {
     padding-top: 10px;
     padding-bottom: 10px;
     position: relative;
 }

 .login .input-group > input:not([type=radio]) {
     display: block;
     width: 100%;
     max-width: 100%;
 }

.login .login-form button,
.login .login-form a.button,
.login .login-form input.button {
	width: 100%;
} 

.login-form .input-group ~ button {
	margin-top: 22px
}
.login .login-form a {
	display: block;
    margin-top: 32px;
    text-align: center;
    font-weight: 500;
}

.login-error {
	font-weight: 600;
	color: var(--red);
}

.login .input-group > label {
    padding: 5px 0;
    display: inline-block;
}

 .login .input-group > input ~ i {
     position: absolute;
     cursor: pointer;
     right: 15px;
     bottom: 24px;
 }
 
 .login label {
 	font-weight: 500;
 }
 
 .login .input-group:not(.capslock) .capslock {
 	display: none
 }
 .login .input-group.capslock .capslock {
 	color: #2f88e0;
 	
 }
 .login .input-group.capslock > input ~ i:not(.capslock)  {
 	right: 40px;
 }
 
 .login-form #login h3 {
 	margin-bottom: 0;
 }
 .login-form #pwreset h3 {
 	margin-bottom: 8px;
 }
/*@media (min-width:500px) {
    .login .card{
        min-width: 450px;
    }
      }
*/

.eupopup-container-bottom {
    bottom: 40px;
    right: 40px;
    width: 280px;
    display: block;
    box-shadow: 6px 6px 16px #00000014;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    background-color: white;
    left: unset;
}

.eupopup-button {
    line-height: 1.1;
}

.eupopup-head {
	color: var(--black);
    font-size: 20px;
    margin-top: 19px;
    margin-bottom: 8px;
    font-family: 'Red Hat Display';
}

.eupopup-body {
    font-size: 14px;
    color: var(--lighter-dark);
    margin-bottom: 25px;
    padding: 0 8px;
    font-weight: 500;
    line-height: 1.3;
}

.eupopup-buttons > * {
	display: block;
	font-weight: 500;
}
.eupopup-buttons a.button:not(.eupopup-button_1)  {
	box-shadow: none;
}

.eupopup-button_2 {
    color: var(--lighter-dark);
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 19px;
    text-decoration: underline;
    font-weight: 500;
}

.vers-typen {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.chip {
	margin: 8px 12px;
    padding: 8px 16px;
    border-radius: 58px;
    border: 1px solid #336112;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.chip.small {
	margin:6px 0;
	font-size: 12px;
	padding: 4px 12px;
	border-color: var(--green1);
	background-color: var(--green1);
    display: inline;
}

.chip.small ~ .chip.small {
	margin-left: 10px;
}

.chip.selected {
	border-color: var(--green1);
	background-color: var(--green1);
}

.pdf-link::before,
.external-link::before {
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-right: 12px;
}

.pdf-link:hover::before,
.external-link:hover::before {
	font-weight: 500;
}
.pdf-link::before{
    content: "\f1c1";
}
.external-link::before {
    content: "\f08e";
}

.telefonbuch-filter-area > .input-group > input {
	max-width: 100%;
}

@media (min-width:860px) {
	.menu-toggle {
		display: none;
	}
	/*.top-header ul li:last-child a::after {
	    content: "";
	    transform: translateX(-19px);
	    display: block;
	    width: 1px;
	    height: 24px;
	    background: rgb(181,181,181);
	    position: absolute;
	    top: 12px;
	}*/
	
}

@media (max-width:860px) {
	.nav-primary {
		display: none;
	}
	.top-header ul li:not(:last-child) {
		display: none;
	}
	
	/*.header-bottom__content ,
	.header-top__content{
		padding: 24px 48px;
	}
	.container {
	    padding: 0 48px;
	}*/
	.footer-bottom__inner {
	    flex-direction: column;
	    gap: 13px;
	}
	/*footer .nav__menu  {
		text-align: center;
	}*/
	footer {
	    /*padding-left: 50px;
	    padding-right: 50px;*/
    	padding-top: 20px;
	}
	footer.small .footer__bottom .footer-bottom__inner {
		flex-direction: column;
	    text-align: left;
	}
	footer .footer-bottom__menu .nav__menu {
		padding: 8px 0;
	}
	
	footer .footer-bottom__menu .nav__menu li {
		padding: 8px 0;
		display: block;
	}
}
@media (max-width:1200px) {
	.top-header .container, .header .container,
	.container {
		padding: 0 20px;
	}
}
/** tablet */
@media (min-width:750px) {
	.not-desktop {
		display: none !important;
	}
}
@media (max-width:750px) {
	.not-mobile {
		display: none;
	}
	.card-grid .card {
		width: 100%;
	}
	.footer__col {
		width: 100%;
	}
	/*.header-bottom__content ,
	.header-top__content{
		padding: 24px 42px;
	}*/
}

/** mobile */
@media (max-width:450px) {

	h1 .icon {
	    height: 32px;
	}
	h1 {
		font-size: 32px
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
}
@media (max-width:600px) {
	/*.header-bottom__content ,
	.header-top__content{
		padding: 24px 34px;
	}*/
	.top-header .container, .header .container,
	.container {
	    padding: 0 34px;
	}
	h1 i,
	h1 i.fa-light {
		display: block;
    	font-size: 32px;
    	margin-bottom: 8px;
	}
	h1 .circle {
	    height: 34px;
	    position: absolute;
	    left: 6px;
	    top: 9px;
	    z-index: -1;
	}
	h1 {
		font-size: 40px;
		margin-top: 43px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 20px;
	}
	h5,
	h4 {
		font-size: 16px;
	}
	.floating-image {
		flex-wrap: wrap;
	}
	
	
	.listeneintrag {
		display: flex;
		margin-bottom: 16px;
		flex-wrap: wrap;
		gap: 16px;
	}
	
	.listeneintrag .listeneintragtext {
		width: 100%;
	    margin-right: 0;
	    margin-top: 0;
	    padding: 24px;
	    z-index: 1;
	    order: 2;
	}
	.listeneintrag .listeneintragbild {
	    width: 100%;
	    margin-bottom: 0px;
	    display: flex;
	    flex-direction: column-reverse;
		order: 1;
	}
	.listeneintrag:nth-child(even) .listeneintragtext {
	    margin-right: 0;
	    margin-left: 0px;
	} 
	
	.listeneintrag:nth-child(even) .listeneintragbild {
	}
	.listeneintrag .listeneintragtext > span {
		display: block;
		margin-bottom: 18px;
	}
}

@media (max-width:479px) {
	.header-bottom__content ,
	.header-top__content{
		padding: 24px 25px;
	}
	.container {
	    padding: 0 25px;
	}
    .products__img {
        width: 100%;
        margin: 0 0 20px
    }
    .products__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .products__info {
        width: 100%;
    }
    .paging {
        flex-direction: column;
	    gap: 8px;
	    align-items: start;
    }
}

@media (max-width:479px) {
    .products__buy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1024px) {
	.card-grid.three .card {
		width: CALC((100% - 64px) /3);
	}
}
@media (max-width:1024px) {
    .col--6 {
        width: 100%
    }
    .col--6:first-child {
        margin-bottom: 20px
    }
    
    .top-image {
    	padding: 42px 34px;
    }
}
/*
@media (max-width:1024px) {
    .nav-primary {
        position: fixed;
        background-color: #fff;
        width: 260px;
        border-left: 1px solid #e9e9e9;
        right: -260px;
        height: 100vh;
        top: 0;
        padding-top: 50px
    }
}*/

@media (max-width:479px) {
    .nav__item--has-icon:before {
        content: none
    }
}
@media (max-width:479px) {
    .nav__item:after {
        margin-left: 10px
    }
}

/*@media (max-width:1024px) {
    .nav-primary__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10px
    }
}*/

@media (max-width:1024px) {
    .nav-primary__hamburger {
        display: block
    }
}
@media (max-width:479px) {
    .nav-primary__item {
        margin-bottom: 0px
    }
}


/*@media (max-width:1024px) {
    .header-bottom {
        padding: 20px 0
    }
}

@media (max-width:599px) {
    .header-top__content {
        justify-content: center
    }
}


@media (max-width:599px) {
    .header__logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}*/

@media (max-width:749px) {
	.content {
		flex-wrap: wrap;
	}
    .col--8 {
        width: 100%
    }
    .col--4 {
        width: 100%;
        margin-bottom: 20px
    }
    .col--8 + .col--4 .toc {
    	margin-left: 0;
    }
    .col {
    	padding-left: 10px;
    	padding-right: 10px;
    }
    
	/*.teaser .card a.inverted-textlink,
	a.inverted-textlink,*/
	.card.mitglieder .buttons .inverted-textlink,
	.card.app .buttons .inverted-textlink {
		width: 100%;
		display: block;
		font-weight: 500;
	}
	

	/*.teaser .card a.inverted-textlink::before,
	a.inverted-textlink::before {
		content:'Weiterlesen';
		font-weight: 600;
	}*/
	.card.mitglieder .buttons .inverted-textlink::before,
	.card.mitglieder .buttons .inverted-textlink::before {
		content: 'Kontaktinformationen';
	}
	
	.card.app .buttons .inverted-textlink::before,
	.card.app .buttons .inverted-textlink::before {
		content: 'Öffnen';
	}
	
	.teaser .card a.inverted-textlink.right i,
	.card.app a.inverted-textlink.right i,
	.card.mitglieder a.inverted-textlink.right i/*,
	a.inverted-textlink.right i,
	a.textlink.right i */{
		font-weight: 800;
		margin-left: 16px;
		margin-right: 0px;
		margin-top: 16px;
	}
}


@media (max-width:479px) {
    .nav__item {
        padding: 0 5px
    }
    
    .products__top {
    	display: block;
    }
    .products__price {
	    margin-top: 8px;
	    text-align: right;
    }
}



/* KFA */

.page-content > .container {
    display: flex;
    justify-content: center;
}

h1,h2 {
	margin: 0;
	text-align:center;
}
#Datenanforderung {
	max-width: 700px;
	width: 100%;
}
#Datenanforderung .card {
	width: 100%;
	max-width: 700px;
	margin-top: 20px;
}
#Datenanforderung .card > div {
	display: flex;
	gap: 20px;
}
#Datenanforderung .card .input-group {
	width: 1px;
    flex-grow: 1;
}
.login .login-form div.checkbox > label > a {
	display:inline;
	margin:0;
}
.news-subheader {
	display: flex;
	padding: 20px;
	justify-content: center;
	background: white;
    width: 100%;
}


.news-subheader {
	display: flex;
	padding: 20px;
	justify-content: end;
	background: white;
    width: 100%;
}
.news-subheader * {
	font-size: 20px;
	font-weight: 700;
}

.news-subheader>div {
	margin: 0 22px;
}

.header-bottom .container {
	display: flex;
    align-items: center;
    padding: 12px;
}


@media (max-width: 860px) {
	.header .container {
		width: 100%;
	}
    .news-subheader {
        display: none;
    }
    #Datenanforderung .card > div  {
    	display: block;
    }
}

label font {
	margin-left: 8px;
}