/*
 Theme Name:   Neve Child
 Template:     neve
 Version:      1.0.0
*/

@charset "UTF-8";
@import url("brands.css");
@import url("fonts.css");

body > .wrapper:not(.et-fb-iframe-ancestor) {
  overflow: visible;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

input[type=text],
input[type=email], 
textarea {
width: 100%;  
min-width: 200px;
  max-width: 500px;
}

label {
	width: 200px;
}

.custom-section,
.custom-section-2 {
	width: 100%;
	padding: 60px 0;
}
.custom-section .inner,
.custom-section-2 .inner {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
}

.neve-main {
  flex: 1 auto;
}

.pitem {
  font-size: 13px;
  margin-left: 120px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.pitem a {
  font-weight: bold;
  color: #e2007a;
  text-decoration: none;
  font-size: 120%;
}

.pitem a:hover {
  color: #000;
}

.hfg_header.site-header {
  box-shadow: 0 -1px 3px rgba(0,0,0,.8);
}

.nav-ul li.nv-active > .wrap .caret,
.nav-ul li.nv-active > .wrap > a,
.nav-ul li.nv-active > .wrap > a:hover {
  color: #ddd !important;
  font-weight: bold;
}

.accordion {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 1em;
    border-radius: 6px;
}

.accordion-header {
    background: #eee;
    padding: 6px 10px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-radius: 5px;
    -webkit-transition: color .2s, background .2s, height .2s;
	-moz-transition: color .2s, background .2s, height .2s;
	-o-transition: color .2s, background .2s, height .2s;
	-ms-transition: color .2s, background .2s, height .2s;
	transition: color .2s, background .2s, height .2s;
}

 h6.accordion-header {
    font-size: 1em;
    color: #666;
    font-weight: normal;
 }

 .accordion-header::after {
    content: "▼";
    position: absolute;
    right: 15px;
    transition: transform 0.3s ease;
}

.accordion-header:hover,
.accordion-header.act {
    background: var(--nv-primary-accent);
    padding: 6px 10px;
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
}

 h6.accordion-header.act {
    font-size: 1em;
    color: #fff;
 }

 .accordion-header.act::after {
    transform: rotate(-180deg); /* Pfeil nach oben */
}

.accordion-content {
    display: none;
    padding: 20px 20px;
}

.accordion-content p {
    margin-bottom: 0;
}

.accordion-content:last-child {
    border-bottom: none;
}

.link-icons {
    margin-bottom: 1em;
}

.link-icons a {
    text-decoration: none;
    padding: 1em 1em 1em 1em;
    display: inline-block;
    border: solid 1px #eee;
    border-radius: 6px;
    background: #f7f7f7;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 60px;
}

.link-icons a:hover {
    background: #e5e0e0;
}

.link-icon {
    font-size: 26px !important;
    vertical-align: top;
}

.quote {
    color: #e2007a;
    font-size: 1.8em;
    font-family: times;
}

a.back {
	text-decoration: none;
	color: #888;
	display: block;
	padding: 0 0 10px 0;
	margin-bottom: 1em;
	border-bottom: solid 1px #ccc;
	font-size: 94%;
}

a.back:hover {
	color: #ddd;
}