.main-header {
	position:absolute;
	top:calc(1.875rem + 2px);
	width:100%;
	z-index:1000;
}
.main-header .navbar-brand {
	line-height:1;
	transition:padding .3s linear;
}
@media (max-width: 767.98px) {
	.main-header .navbar-brand {
		padding-left: 69px;
	}
}
.main-header .navbar-brand img {
	max-height:2.8125rem;
	transition:max-height .3s linear;
}

.fixed-header .main-header {
	position:fixed;
	top:0;
}
.collapsed-header .main-header .navbar-brand,
.main-header .permanent-small-header .navbar-brand {
	padding-top:1rem !important;
	padding-bottom:.25rem !important;
}
.collapsed-header .main-header .navbar-brand img,
.main-header .permanent-small-header .navbar-brand img {
	max-height:2rem;
}

.fixed-header .topbar .hg--submenu,
.fixed-header .topbar .hg--submenu-fixed {
	position:fixed;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.topbar {
    z-index: 100;
}
/*
.fixed-header .topbar .hg--submenu-fixed {
	transition:top .2s linear;
}
*/
.fixed-header .topbar.open-submenu .hg--submenu-fixed {
	/*top:calc( 1.4rem + (var(--bs-body-line-height) * var(--bs-topbar-font-size)) );*/
	top:0;
	z-index:0;
}

.navbar-dark .navbar-nav .nav-link {
	color:var(--bs-white);
	cursor:pointer;
	border-bottom:.375rem solid transparent;
	padding-bottom:calc(var(--hoppe-h-1) - .375rem)!important;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color:var(--bs-white);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active-menu-item,
.navbar-dark .navbar-nav .nav-link.current-page-ancestor {
	border-bottom-color:var(--hg-button-color);
}
.nav-pills .nav-link.link-dark.active {
	color:var(--hg-link-color);
	background-color:var(--bs-white);
}

.dropdown-container {
	left:0;
	right:0;
	position:absolute;
	z-index:-1;
	transition-property:opacity, transform;
	transition-duration:.15s;
	transition-timing-function:ease-out;
}
.dropdown-close-row,
.dropdown-content {
	--bs-gutter-x:0;
}
.dropdown-container.hidden {
	opacity:0;
	transform:translateY(-100px);
	pointer-events:none;
}
.dropdown-container.show {
	pointer-events:inherit;
	opacity:1;
	transform:translateY(0);
}
.dropdown-content.hidden {
	opacity:0;
	transition:opacity .15s ease-out;
	pointer-events:none;
}
.dropdown-content.hidden > div {
	display:none !important;
}
.dropdown-content.show {
	opacity:1;
	pointer-events:inherit;
}

.dropdown-content .tab-pane {
	max-height:calc(100vh - 18.1875rem);
	overflow-y:auto;
}
.fixed-header .dropdown-content .tab-pane {
	max-height:calc(100vh - 11.25rem);
}

.main-header .btn-light {
	color: rgb(var(--bs-dark-rgb));
	background-color: var(--hg-button-color);
	border-color: var(--hg-button-color);
}
.main-header .btn-light:hover {
	color: rgb(var(--bs-dark-rgb));
	background-color: var(--hg-button-color);
	border-color: var(--hg-button-color);
}

.navbar-toggler {
	border: none;
	padding-right: 0;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-container .btn-close {
	padding-right: 0;
}

/* modals */
.modal-header {
	border-bottom: none;
	padding: 1.5rem;
	align-items: start;
}
.modal-footer {
	border-top: none;
}
.country-select {
	list-style: none;
	padding: 0;
}
.country-select a {
	text-decoration: none;
}
/*
#countryModalLabel {
	padding-left: 0.5em;
}
*/

@media (min-width:768px) {
	.modal-header {
		padding: 1rem 2rem;
	}
}

.modal-header .btn-close {
    /*padding: 1rem;*/
    padding-right: 0;
    margin: 0;
}
.modal-body {
	padding-top: 0;
}
.modal-body .form-control, .modal-body .form-select {
	border-radius: 0;
	border-color: rgb(var(--bs-dark-rgb));
}
#searchModal .modal-body .btn {
	background: rgb(var(--bs-dark-rgb));
	padding: 8px 13px 9px;
	color: var(--bs-white);
}
.modal-body .country-select a {
	color: var(--bs-primary-bright);
}

/* search */
.main-header .navbar .container-fluid {
	position: relative;
}
#header_search {
	position: absolute;
	right:0;
	bottom:0;
}
#header_search .btn {
	padding: 0;
	font-size: 24px;
}
#header_search .bi {
	color: var(--bs-white);
}
#header_search_top {
	display: none;
}
#header_search img {
	height: 24px;
}


/* 

SHRINK FIX

@media (max-width:1200px) {
	.main-header .navbar-brand {
		padding-top:var(--hoppe-h-1);
		padding-bottom:0.25rem;
	}
	.main-header .navbar-brand img {
		max-height:2rem;
	}
	.dropdown-container .dropdown-close-row {
		padding: 0.25rem 1rem !important;
	}
}

@media (max-width:1200px) {
	.nav-pills .nav-link {
		font-size:1.0rem !important;
	}
	.nav-pills .nav-link {
		font-size:1.0rem !important;
	}
	.tab-content a.card .card-body span {
		font-size:0.875rem !important;
	}
}

*/
@media (max-width:1459px) {
	.main-header .navbar-brand {
		padding-top:var(--hoppe-h-1);
		padding-bottom:0.25rem;
	}
	.main-header .navbar-brand img {
		max-height:2rem;
	}
	.dropdown-container .dropdown-close-row {
		padding: 0.25rem 1rem !important;
	}
}

@media (max-width:1459px) {
	.nav-pills .nav-link {
		font-size:1.0rem !important;
	}
	.nav-pills .nav-link {
		font-size:1.0rem !important;
	}
	.tab-content a.card .card-body span {
		font-size:0.875rem !important;
	}
}

@media (max-height: 1080px ) {
    .nav-pills .nav-link.py-1 {
        padding-top: 1vh !important;
        padding-bottom: 1vh !important;
        
    }
}

/* nav-pills card p container font-size */

.tab-content .tab-pane .row:last-child .card .card-body p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
	color: var(--bs-body-color);
}
.tab-content .tab-pane .row:last-child .card .card-body h5,
.tab-content .tab-pane .row:last-child .card .card-body .h5 {
        font-size: 18px;
        line-height: 18px;
		margin-bottom: 0.25rem;
    }

@media (min-width:1400px) {
		.tab-content .tab-pane .row:last-child .card .card-body p {
			font-size: 13px;
			line-height: 16px;
		}
		.tab-content .tab-pane .row:last-child .card .card-body h5,
		.tab-content .tab-pane .row:last-child .card .card-body .h5 {
				font-size: 14px;
				line-height: 16px;
				margin-bottom: 0.5rem;
			}
}

@media (min-width:1700px) {
	.tab-content .tab-pane .row:last-child .card .card-body p {
		font-size: 16px;
		line-height: 18px;
	}
	.tab-content .tab-pane .row:last-child .card .card-body h5,
	.tab-content .tab-pane .row:last-child .card .card-body .h5 {
			font-size: 16px;
			line-height: 18px;
			margin-bottom: 0.5rem;
		}
}

@media (min-width:1700px) {
    #t503 .row:last-child .card .card-body p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    }

    #t503 .row:last-child .card .card-body h5 {
    font-size: 18px;
    line-height: 20px;
    }
}

/* mobile */
@media (max-width:991.96px) {
	#mainnavbar {
		position:absolute;
		top:100%;
		left:0;
		right:0;
		background-color:rgb(var(--bs-light-rgb));
		z-index:0;
	}
	#mainnavbar .navbar-nav .nav-link {
		color: var(--bs-gray-600);
		font-size:1.25rem;
	}

	.main-header .navbar-brand img,
	.collapsed-header .main-header .navbar-brand img,
	.main-header .permanent-small-header .navbar-brand img,
	.fixed-header .main-header .navbar-brand img {
		max-height:22px;
		margin-bottom: 2px;
	}

	.navbar-dark .navbar-toggler {
		transition:margin .3s linear;
	}
	.navbar-dark .navbar-nav .nav-link {
		border-bottom:0 none !important;
		padding-bottom:var(--hoppe-h-1)!important;
	}

	.fixed-header .main-header .navbar-brand {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.fixed-header .main-header .navbar-toggler {
		margin-top:.25rem !important;
		margin-bottom:.25rem !important;
	}

	.dropdown-container {
		margin-top:calc( (var(--bs-topbar-font-size) * 1.5) + var(--hoppe-h-4) + 2px ); /*5.125rem*/
		transition-duration:.3s;
		z-index:2;
	}
	.dropdown-container.hidden {
		min-height:0 !important;
		opacity:1;
		top:100%;
		transform:translateX(100%);
	}
	.dropdown-container.show {
		transform:translateX(0);
	}

	.dropdown-content > div {
		overflow-x:hidden;
	}
	.dropdown-content > div > .nav,
	.dropdown-content > div > .tab-content {
		width:100%;
	}
	.dropdown-content .tab-pane {
		position:absolute;
		left:100%;
		width:100%;
		transform:translateX(0);
		opacity:1;
		transition-property:transform;
		transition-duration:.3s;
		transition-timing-function:ease-out;
	}
	.dropdown-content .tab-pane {
		max-height:calc(100vh - 12.5rem);
		overflow-y:auto;
	}
	.fixed-header .dropdown-content .tab-pane {
		max-height:calc(100vh - 8.125rem);
	}
	.dropdown-content .tab-pane.active.show {
		transform:translateX(-100%);
	}
	.nav-item .bi.bi-chevron-right.ps-3.d-lg-none,
	.nav-pills .bi.bi-chevron-right.ps-3 {
		position: absolute;
		right: 21px;
	}
	.topbar .pe-3 {
		padding-right: 0.25rem !important;
	}
	.main-header .navbar-brand {
		text-align: center;
		padding:var(--hoppe-h-2) 0;
		margin-right: 0;
		margin-left: 1rem;
	}
	#header_search {
		display: none;
	}
	#header_search_top {
		display: block;
	}
}

/* Teaser on Slider Mobile */
@media (max-width:767.98px) {
	#header_slider .slider_infos {
		top: unset !important;
		bottom: 40px;
		background: var(--bs-white);
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width:var(--max-con-w);
	}
	#header_slider .slider_infos a.btn {
		border: 1px solid var(--bs-dark-rgb);
		padding: 2px 4px;
		float: right;
	}
	#header_slider .slider_infos h2,
	#header_slider .slider_infos h3 {
		font-size: 18px !important;
		margin: 0 !important;
	}
}
@media (max-width:575.98px) {
	#header_slider .slider_infos {
		width: calc(100% - 1.5rem);
	}
}

.brand-hoppe,
.brand-arrone {
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

.brand-hoppe .brand-logo,
.brand-arrone .brand-logo {
	color: var(--bs-primary);
}

.brand-hoppe img,
.brand-arrone img {
	opacity: 0.5;
	width:100%;
	transition:opacity .25s ease-in-out;
}
@media (min-width:768px) {
	.brand-hoppe .brand-logo,
	.brand-arrone .brand-logo,
	.brand-hoppe img,
	.brand-arrone img {
		max-width:149px;
	}
}
@media (min-width:992px) {
	.brand-hoppe .brand-logo,
	.brand-arrone .brand-logo,
	.brand-hoppe img,
	.brand-arrone img {
		max-width:190px;
	}
}
@media (min-width:1200px) {
	.brand-hoppe .brand-logo,
	.brand-arrone .brand-logo,
	.brand-hoppe img,
	.brand-arrone img {
		max-width:210px;
	}
}
@media (min-width:1460px) {
	.brand-hoppe .brand-logo,
	.brand-arrone .brand-logo,
	.brand-hoppe img,
	.brand-arrone img {
		max-width:250px;
	}
}

.brand-content {
	/*display:  none;*/
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition-property:opacity, width;
	transition-duration:.2s,.5s;
	transition-timing-function:ease-in-out, linear;
	transition-delay:.5s, 0s;
}
.brand-hoppe:not(.active) .brand-content,
.brand-arrone:not(.active) .brand-content {
	width:0;
}

.brand-content + .col {
	opacity:1;
	transition:opacity .2s ease-in-out;
}
.active .brand-content + .col {
	opacity:0;
}


@media (min-width: 768px) {
	.brand-hoppe.active .brand-content,
	.brand-arrone.active .brand-content {
		/*display: block;*/
		height: max-content;
    opacity: 1;
	}
}

/*
.brand-hoppe:not(.active) .brand-logo,
.brand-arrone:not(.active) .brand-logo {
	width:100%;
}
*/

.brand-hoppe.active img,
.brand-arrone.active img {
	opacity: 1;
}

/*
@media (min-width: 768px) {
	.brand-hoppe > div,
	.brand-arrone > div {
		padding: 28px 36px 36px 24px !important;
	}
}
*/

section#header_slider:before {
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(var(--bs-dark-rgb),0) 0%, rgba(var(--bs-dark-rgb),0) 65%, rgb(var(--bs-dark-rgb)) 100%);
	position: absolute;
}

@media (max-width: 767.98px) {
	body #header_slider {
		min-height: 84vH;
		width: 100%;
		background-size: 356%;
		background-position: 75% 52%;
	}
}


@media (max-width: 767.98px) {
	body.lessmobilenavi .main-header .tab-pane img {
		display: none;
	}

	body.lessmobilenavi .main-header .tab-pane .mb-4 {
		margin: 0 !important;
	}

	body.lessmobilenavi .main-header h3 + .row {
		padding: 0 !important;
	}
}


a.navbar-brand {
	padding-top:var(--hoppe-h-2);
	padding-bottom:var(--hoppe-h-1);
}
@media (max-width: 767.98px) {
	a.navbar-brand {
		padding-top: .75rem;
	}
}

/*
.brand-switcher-wrapper {
	height: 240px;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.brand-switcher-wrapper {
		height:auto;
	}
}
*/

.main-header .card-body h5 {
	margin-bottom:.5rem;
}


.hoppe-innovations img {
	max-height: 36px !important;
}

#dd-suche.dropdown-content .container-fluid {
	max-width: 700px;
    height: 0;
}
#dd-suche.dropdown-content .container-fluid > .row {
	position: relative;
    top: -57px;
}

.reseticon-field-container {
	position: relative;
}
.reseticon-field-container .reseticon-field {
	padding-right: 2rem;
}
.reseticon-field-container .reseticon-field-closeicon {
	display: none;
	position: absolute; 
	top: 8px; 
	right: 32px; 
	text-decoration: none;
    color: var(--bs-secondary) !important;
    z-index: 100;
}

#mainnavbar .nav-item.first-topmenu-item {
	border-top: 1px solid #717171;
    margin-top: var(--hoppe-h-1);
    padding-top: var(--hoppe-h-1);
}
#mainnavbar .nav-item.last-topmenu-item {
	border-bottom: 1px solid #717171;
    margin-bottom: var(--hoppe-h-1);
    padding-bottom: var(--hoppe-h-1);
}

li#wp-admin-bar-w3tc_flush_all { display: none; }

@media (max-width:767.98px) {
	.hideinmobilenavigation {
		display: none;
	}
	.pt0inmobilenavigation {
		padding-top: 0 !important;
	}
}