/**** Body BEGIN ****/

@import "../fontawesome/css/all.min.css";


@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-solid-900.eot");
  src: url("../fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.build-info {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0px;
    background-color: green;
    color: #fff;
    /* padding: 2px; */
    font-size: 10px;
    word-break: break-all;
    width: 50%;
}

/* Bootstrap Anpassungen BEGIN */

:root {
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #871d33;
    --bs-secondary: #ededed;
    --bs-gray-light: #eaeaea;
    --bs-black: #2C2C2C;
    --bs-red: #c00;
    --bs-blue: #5b7ea2;
    --bs-danger: #c00;
    --bs-info: #737373;
    --bs-primary-rgb: 135, 29, 51;
    --bs-secondary-rgb: 237, 237, 237;
    --bs-gray-rgb: 208, 208, 208;
    --bs-gray-light-rgb: 234, 234, 234;
    --bs-gray-dark-rgb: 115, 115, 115;
    --bs-red-rgb: 255, 0, 0;
    --bs-blue-rgb: 91, 126, 162;
    --bs-danger-rgb: 255, 0, 0;
    --bs-info-rgb: 115, 115, 115;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 44, 44, 44;
    --bs-body-color-rgb: 44, 44, 44;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: calc(1.0416666667rem + 0.1111111111vw);
	--bs-font-size: 1.125rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6666666667;
    --bs-body-color: var(--bs-black);
    --bs-body-bg: var(--bs-white);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(44, 44, 44, 0.175);
    --bs-border-radius: 0.15rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.2rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 0;
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: #6c1729;
    --bs-code-color: #d63384;
    --bs-highlight-bg: var(--bs-white);
	--bs-navbar-color: #871d33;
    --bs-navbar-hover-color: rgba(135, 29, 51, 0.7);
    --bs-navbar-disabled-color: rgba(135, 29, 51, 0.3);
    --bs-navbar-active-color: rgba(135, 29, 51, 0.9);
	--bs-focus: .125rem solid var(--bs-black);
}

html {
	font-size: 16px;
	overflow-y: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	position: relative;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    border-top: 0;
}

.container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1200px) {
	.container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;

    }
}

.row {
	--bs-gutter-x: 1.875rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1* var(--bs-gutter-y));
	/* margin-left: calc(-.15* var(--bs-gutter-x));         margin-right: calc(-.15* var(--bs-gutter-x)); */
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color: var(--bs-black);
    margin-top: 0;
    font-weight: 700;
    line-height: var(--bs-body-line-height);
}
.h1, h1 {
	font-size: calc(1.5rem + 1.3333333333vw);
}
@media (min-width: 1200px) {
	.h1, h1 {
		font-size: 2.5rem;
		margin-bottom: 3.25rem;
	}
}
.h2, h2 {
	font-size: calc(1.2916666667rem + .7777777778vw);
}
@media (min-width: 1200px) {
	.h2, h2 {
		font-size: 1.875rem;
		margin-bottom: 2.625rem;
	}
}
.h3, h3 {
	font-size: calc(1.1876666667rem + .5004444444vw);
}
@media (min-width: 1200px) {
	.h3, h3 {
		font-size: 1.563rem;
		margin-bottom: 2.5rem;
	}
}
.h4, h4 {
	font-size: calc(1.0833333333rem + .2222222222vw);
}
@media (min-width: 1200px) {
	.h4, h4 {
		font-size: 1.25rem;
		margin-bottom: 2.5rem;
	}
}
.h5, h5 {
	font-size: calc(1.0416666667rem + .1111111111vw);
}
@media (min-width: 1200px) {
	.h5, h5 {
		font-size: var(--bs-body-font-size);
		margin-bottom: 2.5rem;
	}
}
.h6,h6 {
    font-size: 1rem;
}

p, li, span, a {
	font-size: var(--bs-body-font-size);
	line-height: var(--bs-body-line-height);
}

p, li, span {
		padding-bottom: 0;
		margin-top: 0;
}
@media (min-width: 1200px) {
	p, li, span {
		margin-bottom: 0.875rem;
		text-align: left;
	}

}

a {
	color: var(--bs-primary);
	text-decoration: none;
	position:relative;
}
a:focus {
	outline: var(--bs-focus);
}


a[data-title]:after {
	display: none;
	position: absolute;
	left: 0;
	top: var(--bs-body-line-height);
	content: attr(data-title);
	font-size: .9rem;
	font-weight: 500;
	line-height: var(--bs-body-line-height);
	color: var(--bs-black);
	background-color: var(--bs-white);
	border: 1px solid var(--bs-black);
	padding: .25rem;
	white-space: nowrap;
}
a[data-title]:focus:after,
a[data-title]:hover:after {
	display: block;
}

input[name=weiter], input[name=zurueck] {
	display: contents;
}

input[type=checkbox] {
	border: 3px solid #c6c6c6;
	border-radius: 0px;
	height: 16px;
	width: 16px;
	margin: 13px 13px 13px 0px;
}

input[type=radio] {
	border: 3px solid #c6c6c6;
	height: 16px;
	width: 16px;
	margin: 10px 10px 10px 0px;
}


button,.btn {
    --bs-btn-padding-x: 0.9375rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: calc(1.0416666667rem + 0.1111111111vw);
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.6666666667;
    --bs-btn-color: #2c2c2c;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(44, 44, 44, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 .125rem var(--bs-black);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (min-width: 1200px) {
    button,.btn {
        font-size: var(--bs-body-font-size);
    }
}

.btn-primary, .btn-default {
    --bs-btn-color: #fff;
    --bs-btn-bg: #871d33;
    --bs-btn-border-color: #871d33;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #73192b;
    --bs-btn-hover-border-color: #6c1729;
    --bs-btn-focus-shadow-rgb: 153, 63, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c1729;
    --bs-btn-active-border-color: #651626;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(44, 44, 44, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #871d33;
    --bs-btn-disabled-border-color: #871d33;
}

.btn-secondary {
    --bs-btn-bg: #ededed;
    --bs-btn-border-color: #ededed;
    --bs-btn-hover-bg: #f0f0f0;
    --bs-btn-hover-border-color: #efefef;
    --bs-btn-focus-shadow-rgb: 208, 208, 208;
    --bs-btn-active-bg: #f1f1f1;
    --bs-btn-active-border-color: #efefef;
    --bs-btn-disabled-bg: #ededed;
    --bs-btn-disabled-border-color: #ededed
}

.btn-gray,.btn-gray-light,.btn-secondary {
    --bs-btn-color: #2C2C2C;
    --bs-btn-hover-color: #2C2C2C;
    --bs-btn-active-color: #2C2C2C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(44, 44, 44, 0.125);
    --bs-btn-disabled-color: #2C2C2C
}

.btn-black {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2C2C2C;
    --bs-btn-border-color: #2C2C2C;
    --bs-btn-hover-bg: #252525;
    --bs-btn-hover-border-color: #232323;
    --bs-btn-focus-shadow-rgb: 76, 76, 76;
    --bs-btn-active-bg: #232323;
    --bs-btn-active-border-color: #212121;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2C2C2C;
    --bs-btn-disabled-border-color: #2C2C2C
}

button:hover,.btn:hover,.btn-primary:hover {
	background-color: var(--bs-primary);
	color: var(--bs-white);
	border-color: transparent;
}

.btn.disabled:focus, .btn.disabled:hover, .btn[disabled]:focus, .btn[disabled]:hover, .btn fieldset[disabled]:focus, .btn fieldset[disabled]:hover {
    background-color: var(--bs-gray-300) !important;
    color: var(--bs-gray-dark) !important;
    border-color: transparent !important;
}

button:focus, .btn:focus, .btn-primary:focus, .btn-secondary:focus {
	color: var(--bs-black);
    background-color: rgba(var(--bs-btn-focus-shadow-rgb), .5);
    outline: var(--bs-focus);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    background-color: var(--bs-gray-300);
    color: var(bs-gray-dark);
    border-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover{
	color: var(--bs-black);
	text-transform: uppercase !important;
	text-decoration: none;
	font-weight: 700 !important;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:after {
	content: "";
    background-image: url(https://lvermgeo.rlp.de/_assets/90e5b5e0fb243702058dd4a76da35c8b/Icons/arrow_right_bold.svg);
    display: inline-block;
    width: .75rem;
    height: 1.125rem;
    background-repeat: no-repeat;
    margin: 0 0 -.25rem .438rem;
    background-size: contain;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
}

.table-striped > tbody > tr {
    background-color: var(--bs-white);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0.6rem;
    line-height: var(--bs-body-line-height);
    vertical-align: middle;
    border-bottom: 0.5rem solid var(--bs-secondary);
}

.table > thead > tr {
    background-color: var(--bs-secondary);
    height: 4.125rem;
    color: var(--bs-black)
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: none;
	text-align: center;
}


/* Bootstrap Anpassungen END */

/* Productreader BEGINN */

.target-jump {
	display: none;
}

.target-jump:target {
	display: inline;
}

.product__image--gallery {
	display: inline-block;
	margin: 1rem 0;
	width: 100%;
}

.product__image__gallery--div {
	display: inline-block;
}

.product__image__gallery--div > figure {
	display: inline-block;
	float: left;
	margin: 0.5rem;
	margin-left: 0;
	border: 1px solid var(--bs-primary);
}

.mod_iso_productreader .modal-title {
	text-align: center;
}

.mod_iso_relatedproducts,
.mod_iso_purchasedalsoproducts,
.mod_iso_purchasedtogetherproducts{
	display: flow-root;
}
.mod_iso_productreader .modal-header i {
	float: left;
	margin: -3px 5px 0 0;
	color: var(--bs-primary);
}

.mod_iso_productreader .modal-body i {
	color: var(--bs-danger);
	float: left;
	padding-right: 5px;
}

.mod_iso_productreader .modal-body input {
	display: inline-block;
	width: inherit;
	margin-left: 10px;
}

span.mandatory {
	color: var(--bs-danger);
}

/**** Productreader END ****/

.label {
	color: inherit;
}

/**** Header Anpassungen BEGIN ****/

/**** Accessibility Top-Bar Navigation BEGIN ****/

.accessibility-navigation {
  display: none;
}

@media only screen and (min-width: 768px) {
	.accessibility-navigation {
		display: block;
		position: fixed;
		top: 0;
	}

	#header .skipto {
		display: block;
		margin: 0 auto;
		padding: 0;
		color: var(--bs-white);
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
		height: 1px;
		width: 1px;
		position: absolute !important;
		text-transform: uppercase;
	  }

	#header .skipto:focus {
		position: static !important;
		height: 3.5rem;
		width: auto;
		overflow: visible;
		clip: auto;
		color: var(--bs-black);
		background-color: var(--bs-white);
		padding: 14px;
		border: 1px solid transparent;
		border-left: 4px transparent;
		display: block;
	  }
}

.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

#navbar-main button:focus {
	outline: solid 2px var(--bs-black);
	outline: auto 2px var(--bs-black);
	outline: initial;
	outline: auto 5px -webkit-focus-ring-color;
	outline-offset: -2px;
}

.sr-only-focusable:focus {
	outline: solid 2px var(--bs-black);
	outline: auto 2px var(--bs-black);
	outline: auto 5px -webkit-focus-ring-color;
	outline-offset: -2px;
	left: auto;
	width: auto;
	height: auto;
}

/**** Accessibility Top-Bar Navigation END ****/

#header {
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
#header .navbar-meta {
	display: flex;
	height: 3.5rem;
	background-color: var(--bs-primary);
	width: 100%;
	align-items: center;
}
#header .navbar-meta li {
	margin-bottom: 0;
}
#header .navbar-meta i {
	color: var(--bs-white);
}
#header .main-logo {
	margin: 2rem 0;
}

#header .header_col_3 {
    margin: 0;

}

#header .header_col_3 .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: unset;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px none;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

#header .search__container {
	margin: 0;
}
@media (max-width: 768px) {
	.search__container {
		display: none;
	}
}

.mod_iso_productfilter {
		margin: 2rem 0;
}
.mod_iso_productfilter .search .form-inline {
		margin: 15px 0;
}
.mod_iso_productfilter input[name="keywords"] {
		display: block;
		width: 100%;
		height: 3.375rem;
		padding: 0.625rem .9375rem;
		font-size: var(--bs-body-font-size);
		font-weight: 400;
		line-height: var(--bs-body-line-height);
		color: var(--bs-black);
		background-color: var(--bs-white);
		box-shadow: none;
		background-clip: padding-box;
		border: 1px solid var(--bs-primary);
		appearance: none;
		border-radius: 0;
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}

.mod_iso_productfilter input[name="keywords"]:focus {
		outline: var(--bs-focus);
}

.search__icon {
	position: relative;
    top: -4.5rem;
    float: right;
}
@media (max-width: 768px) {
	.search__icon {
		display: none;
	}
}

/* Awesomplete Anpassungen */

#header div.awesomplete {
	display: block;
	width: 100%;
}

#header div.awesomplete > ul {
	border-radius: 0;
	top: 3.5rem;
	z-index: 200;
}

#header div.awesomplete > ul > li {
	padding: .2rem .5rem;
	margin-bottom: .5rem;
}


@media (min-width: 1200px) {
    .input-group-text {
        font-size: var(--bs-body-font-size);
    }
}

/* Awesomplete Anpassungen ENDE */


#header .list-inline {
	margin: 0;
}

.list-inline .basket-link:hover,
.list-inline .basket-link:focus,
.list-inline .basket-link:active {
  color: #4a4a4a;
}

.list-inline .basket-link .basket-itemsnumber:hover,
.list-inline .basket-link .basket-itemsnumber:focus,
.list-inline .basket-link .basket-itemsnumber:active {
  color: var(--bs-white);
  background-color: #4a4a4a;
  font-weight: inherit;
}

/*
#drop-my-account {
  display: inline-block;
}

#menu-my-account {
  z-index: 100000;
}

#drop-my-account .fa-user:hover,
#drop-my-account .fa-user:focus,
#drop-my-account .fa-user:active,
#drop-my-account:focus,
#drop-my-account:hover,
#drop-my-account:active {
  color: #4a4a4a;
}

#drop-my-account .user-name:hover,
#drop-my-account .user-name:focus,
#drop-my-account .user-name:active {
  color: var(--bs-white);
  background-color: #4a4a4a;
}
  */





/**** Header Anpassungen END ****/

/**** NAVIGATION BEGIN ****/


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover {
	left: -.125rem;
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-primary);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
}
.navbar-collapse {
	padding-right: 0;
    padding-left: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
	text-decoration: none;
    color: var(--bs-link-hover-color);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: var(--bs-link-hover-color);
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--bs-primary);
	font-weight: 700 !important;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
.navbar-nav li {
	margin-bottom: 0;
	float: left;
}

.navbar-nav li.first {
	padding-right: 0 !important;
    padding-left: 0 !important;*/

    transition: none;
}

.mod_navigation {
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

/* Navbar-Hamburger Farbanpassung WCAG2 BEGIN */

#navbar-main .badge {
	background-color: transparent;
	border-color: transparent;
	color: var(--bs-primary);
	font-size: 1.5rem;
	font-weight: normal;
	display: inherit;
}

#navbar-main .badge:hover,
#navbar-main .badge:active {
	background-color: transparent;
	color: var(--bs-primary);
	font-size: 1.5rem;
	font-weight: normal;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: transparent;
	background-color: transparent;
}

/* Navbar Hamburger Farbanpassung END */

/* Homebutton BEGIN */

#navbar-main ul.level_1 > li:first-child a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	font-size: 0;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	line-height: inherit;
	box-sizing: inherit;
}
@media (min-width: 1200px) {
	#navbar-main ul.level_1 > li:first-child a {
		margin-right: 7.875rem !important;
	}
}


#navbar-main ul.level_1 > li:first-child a::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  font-family: "FontAwesome", sans-serif;
  content: "\f015";
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
}

/* Homebutton END */

/** Hauptnavigation BEGIN **/

#navbar-main .navbar-nav > li > .dropdown-menu {
  margin-top: 4px;
}

#navbar-main .dropdown-menu > li > a {
  white-space: normal;
}

@media only screen and (min-width: 980px) {
  #navbar-main .dropdown-menu > li > a {
    white-space: nowrap;
    padding: 3px 20px;
  }
}

#navbar-main .dropdown-menu .submenu .dropdown-menu li.last::after,
#navbar-main .dropdown-menu li.last::after,
#menu-my-account li.last::after {
  content: "";
  border: 0;
  height: 0;
  width: 0;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: var(--bs-primary);
    font-weight: 700;
    font-size: 1.265625rem;
}

.navbar-default {
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    border-color: var(--bs-primary);
}

#navbar-main {
    margin-bottom: 0;
    border: 0;
}

#navbar-main::before {
  background-color: var(--bs-white);
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
}

#navbar-main .open .dropdown-menu {
  display: block;
}
#navbar-main ul.level_1 li > a:hover,
#navbar-main ul.level_2 li.active > a:hover,
#navbar-main ul.level_2 li.active > a:focus,
#navbar-main li.submenu.trail.active > a:hover,
#navbar-main li.submenu.trail.active > a:focus,
#navbar-main ul.level_2 li.submenu.trail li.active > a:hover,
#navbar-main ul.level_2 li.submenu.trail li.active > a:focus {
	text-decoration: none;
	color: var(--bs-navbar-hover-color);
}

#navbar-main ul.level_2 li.submenu.trail.active > a,
#navbar-main ul.level_2 li.active > a {
	font-weight: 700 !important;
	text-decoration: none;
    color: var(--bs-link-hover-color);
}

#navbar-main .navbar-toggle:hover,
#navbar-main .navbar-toggle:focus {
	color: var(--bs-navbar-hover-color);
	border-color: transparent;
}

.mod_navigation {
	padding-top: .6rem;
    padding-bottom: .6rem;
}

#navbar-main ul.level_2 li,
#navbar-main ul.level_3 li,
#navbar-main ul.level_4 li {
	width: 100%;
	padding-bottom: 0;
	padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: var(--bs-body-line-height);
    font-size: var(--bs-body-font-size);
    text-align: left;
}

/***
    ACHTUNG ACHTUNG ACHTUNG MIN 768
 ***/

@media (min-width: 768px) {


	#navbar-main ul.level_2 li.submenu > .dropdown-menu {
		display: none;
	}

	#navbar-main ul.level_2 .submenu > a:hover .dropdown-menu,
	#navbar-main ul.level_2 .submenu > a:focus .dropdown-menu {
		display: block;
	}

	#navbar-main .active::after,
	#navbar-main .open::after {
		/*
		background-color: var(--bs-primary);
		border-left: 1px solid var(--bs-white);
		border-right: 1px solid var(--bs-white);*/
		content: " ";
		height: 4px;
		left: 0;
		position: absolute;
		top: -4px;
		width: 100%;
	}

	#navbar-main .dropdown-menu .submenu .dropdown-menu::before {
		content: "";
		border: 0;
		height: 0;
		width: 0;
	}

	#navbar-main .open ul.level_2 li ul li a {
		padding: 3px 20px;
	}

	#navbar-main ul.level_2 li.submenu {
		position: relative;
	}

	#navbar-main ul.level_2 li.submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-left: -1px;
	}

	#navbar-main ul.level_2 li.submenu > a::after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-right-width: 0;
		border-left-color: #333;
		margin-top: 4px;
		margin-right: -15px;
	}

	#navbar-main ul.level_2 li.submenu.active:not(.trail) > a::after {
		border-left-color: var(--bs-white);
	}

	#navbar-main ul.level_2 li.submenu:hover > a::after,
	#navbar-main ul.level_2 li.submenu:focus > a::after {
		border-left-color: var(--bs-primary);
	}

	#navbar-main ul.level_2 li.submenu.active:hover:not(.trail) > a::after,
	#navbar-main ul.level_2 li.submenu.active:focus:not(.trail) > a::after {
		border-left-color: #333;
	}

	.dropdown-toggle img,
	.dropdown-toggle .fa-angle-down {
		display: none;
	}

	.dropdown-menu {
		border-radius: 0;
	}

}

/*
    ACHTUNG ACHTUNG ACHTUNG MAX 767
 */

@media (max-width: 767px) {
	.navbar-nav li.submenu {
		margin-left: .5rem;
	}

	.navbar-default .navbar-toggle {
		border-color: transparent;
	}

	.navbar-nav li {
		margin-bottom: 0;
		width: 100%;
	}

	.has-submenu img,
	.has-submenu .fa-angle-down {
		float: right !important;
		font-size: 1.265625rem;
        /* padding: 1.875rem 0; */
        margin-top: .188rem;
        right: 1rem;
        position: absolute;
        color: var(--bs-primary);
	}


	#navbar-main .navbar-collapse {
		background-color: var(--bs-white);
		border: 0;
		width: 100%;
		overflow-x: hidden;
		padding: 0;
		margin: 0;
	}

	#navbar-main .navbar-collapse.in {
		display: block;
	}

	#navbar-main .navbar-nav {
		margin: 0;
	}

	#navbar-main .level_1 > li,
	#navbar-main .level_2 > li,
	#navbar-main .level_3 > li,
	#navbar-main .level_4 > li	{
		width: 100%;
		position: relative !important;
	}

	#navbar-main .level_1 > li {
		border-top: .3125rem solid #ededed;
	}

	#navbar-main ul.level_3 > li {
		padding-left: .25rem;
}
	#navbar-main ul.level_4 > li {
		padding-left: .5rem;
	}

	#navbar-main .level_1 > li > a,
	#navbar-main .level_2 > li > a,
	#navbar-main .level_3 > li > a,
	#navbar-main .level_4 > li > a	{
		color: var(--bs-black);
		line-height: var(--bs-body-line-height);
		width: calc(100% - 1rem);
		max-width: calc(100% - 1rem);
		hyphens: auto;
		text-decoration: none;
		display: inline-block !important;
	}

	#navbar-main .level_1 > li > a {
		font-size: 1.265625rem;
		font-weight: 700 !important;
		padding: 1.875rem 0;
	}

	#navbar-main .level_2 > li > a,
	#navbar-main .level_3 > li > a,
	#navbar-main .level_4 > li > a	{
		font-size: var(--bs-body-font-size);
		font-weight: var(--bs-nav-link-font-weight);
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	#navbar-main .navbar-nav > .open > a,
	#navbar-main .navbar-nav > li > a:hover,
	#navbar-main .navbar-nav > li.active > a,
	#navbar-main .navbar-nav > .open > a:hover,
	#navbar-main .navbar-nav > .open > a:focus,
	#navbar-main .navbar-nav > li.active > a:hover,
	#navbar-main .navbar-nav > li.active > a:focus,
	#navbar-main .navbar-nav .open .dropdown-menu > li:not(.active) > a:hover,
	#navbar-main .navbar-nav .open .dropdown-menu > li:not(.active) > a:focus {
		background-color: transparent;
	}

	#navbar-main .navbar-nav .open .dropdown-menu {
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		position: absolute;
		right: 0;
		margin: -3px 15px 0 0;
		padding: 0;
		width: 32px;
		height: 26px;
		line-height: 24px;
		text-align: center;
		/* border-width: 1px; */
		/* border-style: solid; */
	}

	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 0px;
  }
}

.overlay-active {
  display: none;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  overflow: visible;
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
}

/*** Hauptnavigation END ***/



/*** Pagination BEGIN ***/

.pagination {
    display: flex;
    padding-left: 0;
    margin: 1rem 0;
    border-radius: 0;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    list-style: none;
}

.pagination > a > li:first-child,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > a > li:last-child,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > a > li,
.pagination > li:first-child ,
.page-item span {
	display: inline-flex;
    width: 2.75rem;
    height: 2.875rem;
    color: var(--bs-black);
    font-size: 1.2499875rem;
	text-align: center;
    align-items: center;
	margin: 0;
    justify-content: space-around;
    position: relative;
    float: inherit;
    line-height: 1.2;
    text-decoration: none;
    background-color: transparent;
    border: transparent;
}

.pagination> li > a:focus,
.pagination> li > a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination > a > li:hover,
.pagination > a > li:focus,
.page-item span:hover,
.page-item span:focus {
    z-index: 2;
    color: var(--bs-black);
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    text-decoration: none;
	scale: none;
	transition: none;
}

.pagination a:hover,
.pagination a:focus {
	z-index: 2;
    color: var(--bs-black);
    text-decoration: none;
	scale: none;
	transition: none;
}

.pagination > li:first-child,
.page-item .active > span  {
	background-color: var(--bs-secondary);
}

.page-item .previous,
.page-item .next {
	list-style: none;
    color: var(--bs-black);
}

/*** Pagination END ***/


/**** Footer START ****/

#footer .col-sm-6,
#footer .col-md-6 {
	height: 21rem;
    margin-bottom: 1rem;
}

#footer li {
    position: relative;
    display: block;
	margin-bottom: 0.75rem;
	padding: 0;
}
#footer ul {
	margin-bottom: 6.25rem;
}

#footer {
	border-top: none;
	background: var(--bs-black);
}

#footer a {
	color: var(--bs-white);
	font-size: 1.125rem;
	text-decoration: underline;
	padding: 0;
}

#footer a:hover {
	background-color: inherit;
	text-decoration: none;
}
#footer a:focus {
	color: var(--bs-black);
	background-color: var(--bs-secondary);
	text-decoration: none;
	padding: .5rem;
}
.footer--h2 h2 {
	color: var(--bs-white); /* #8e8e8e; */
	margin-top: 2.5rem;
	margin-bottom: 1.625rem;
	padding: 0;
	padding-left: 1.875rem;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 700 !important;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

.footer--h2 h2:before {
	position: absolute;
	content: " ";
	height: .75rem;
	line-height: .75rem;
	background-color: var(--bs-primary);
	left: 15px;
	top: 2.7rem;
	width: 1.575rem;
	margin-left: 0;
}

.footer__div__img {
	width: auto;
	max-height: 3rem;
	padding:0.125rem;
}
.footer__div__img.epaybl_logo {
	background-color: var(--bs-white);
	border-radius: 5px;
}


/*
    ACHTUNG ACHTUNG ACHTUNG MAX 767
 */

@media (max-width: 767px) {
	#footer ul {
		margin-bottom: 3.125rem;
	}
}

/**** Footer END ****/



/* Membervigation BEGIN */

#menue_mitglied ul {
  margin: 0;
}

#menue_mitglied li {
  float: left;
  width: auto;
  list-style-type: none;
  margin: 0;
}

#menue_mitglied a,
#menue_mitglied span {
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 5px 10px;
  color: var(--bs-primary);
}

#menue_mitglied a:hover,
#menue_mitglied span:hover {
  color: var(--bs-primary);
}

#useridata_show {
  padding: 5px 10px;
}

.my-account-nav li > a {
  padding: 3px 20px;
}

#menu-my-account .divider {
  margin: 3px 0;
}

.useridata_show {
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: smaller;
  background: #f8f8f8;
  padding: 3px;
}

.useridata_show--usericon {
  margin-left: -1em;
  font-size: 2.85em;
}

.useridata_show--user {
  margin-left: -2em;
  text-align: center;
}

/* Membervigation END */

/**** NAVIGATION END ****/

/**** Main Anpassungen BEGIN ****/
/*
#container {
  padding: 15px;
}*/

/* Breadcrumb START */

.breadcrumb {
    padding: 0.75rem 0 2.5rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
	padding: 0;
	margin-top: 2.5rem;
	margin-bottom: 0.75rem;
}

.breadcrumb a {
    text-transform: uppercase;
    color: var(--bs-black);
    padding-right: .625rem;
    font-size: 0.875rem;
}

.breadcrumb li > a:after {
    content: "";
    background-image: url(https://lvermgeo.rlp.de/_assets/90e5b5e0fb243702058dd4a76da35c8b/Icons/arrow_right_black.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: .625rem;
    height: .625rem;
	margin-left: 1rem;
    padding-left: 1rem;
    color: var(--bs-black);
}

.breadcrumb .last-item {
	text-transform: uppercase;
    color: var(--bs-black);
    padding-right: .625rem;
    font-size: 0.875rem;
	font-weight: 700 !important;
}

.breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb a:active {
	color: var(--bs-black);
	padding: .5rem;
}

.breadcrumb a:hover,
.breadcrumb .fa-home:hover {
	text-decoration: underline;
}
/* Breadcrumb END */


/* Container: Startseite */
#carousel, #themen > div, #news {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
/* Container: Startseite END */


/* Carousel BEGIN */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    object-fit: cover;
    object-position: center;
    background-color: var(--bs-white);
    width: 100%;
    height: 37.5rem;
    max-width: 100%;
    max-height: 37.5rem;
    margin-bottom: 2.25rem;
  }
.carousel-caption {
  	position: initial;
    text-align: left;
    padding: 0 2.25rem;
  }

.carousel-item-pretitle {
    font-size: 1.00000125rem;
    font-weight: 500;
    color: var(--bs-black);
    text-shadow: none;
}

.carousel-item-pretitle:before {
	position: absolute;
	content: " ";
	height: .75rem;
	line-height: .75rem;
	background-color: #871d33;
	left: 1.125rem;
	top: 40.28rem;
	width: 1.25rem;
	margin-left: -0.95rem;
}

.carousel-caption > h2 {
  	text-shadow: none;
  	margin-bottom: 1em;
}
.carousel-caption > p {
  	color: #000;
  	text-shadow: none;
  	line-height: 1.5;
	font-size: var(--bs-body-font-size);
	margin-bottom: 1em;
 }
.carousel-indicators {
  	top: 30rem;
	height: 2rem;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    opacity:1;
    height: 37.5rem;
    max-height: 37.5rem;
}

.carousel-control:focus {
	outline: var(--bs-focus);
}

.carousel-control.left > span,
.carousel-control.right > span {
    position: relative;
    top: 17.75rem;
}
.chevron-circle-left:after {
 	content: " ";
    background-image: url(https://lvermgeo.rlp.de/_assets/90e5b5e0fb243702058dd4a76da35c8b/Icons/arrow_circle_left_dark.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 3.75rem;
	max-width: 100%;
	min-width: 1.75rem;
	height: 3.75rem;
    color: var(--bs-black);
  }

.chevron-circle-right:after {
  	content: " ";
    background-image: url(https://lvermgeo.rlp.de/_assets/90e5b5e0fb243702058dd4a76da35c8b/Icons/arrow_circle_right_dark.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 3.75rem;
	max-width: 100%;
	min-width: 1.75rem;
	height: 3.75rem;
    color: var(--bs-black);
}
.carousel-caption > p {
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.carousel-caption span {
	margin-bottom: 0;
}
.image-copyright {
	width: auto;
    position: absolute;
    left: auto;
    top: 34.6rem;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 2.9rem;
    font-size: .875rem;
    text-align: right;
    color: #fff;
    padding: .875rem 1.56rem;
    margin: 0;
    background: rgba(0, 0, 0, .5);
}

.carousel-caption .btn {
	font-size: 1rem;
    text-transform: uppercase;
}
.carousel-caption .btn:hover {
    text-transform: uppercase;
}

/* Carousel END */


/* Adressbuch  BEGINN*/

div.mod_iso_addressbook {
    width: 100%;
    left: 0;
	margin-bottom: 3rem;
}

.mod_iso_addressbook fieldset legend {
	display: block;
	width: 100%;
	font-weight: 700 !important;
    line-height: var(--bs-body-line-height);
	font-size: 1.5rem;
	color: var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    margin: 2rem 0;
}

/* Adressbuch  END*/


/* Produktseiten Anpassungen BEGIN */
#produkte:focus-within,
#produktfilter:focus-within {
	text-decoration: none;
	border: var(--bs-focus);
}

.product {
	margin-bottom: 30px;
}

.product h1,
.product h2 {
	word-wrap: break-word;
}

.product .options {
	position: relative;
	transform: translate(-50%, 0);
	margin: auto 50%;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.product .options {
		width: 75%;
	}
	.product > form > div > .row:first-child {
		width: 30%;
	}
	.product > form > div > .row.col-xs-12 {
		width: 100%;
	}
	.product_list .product .formbody .teaser {
		font-size: 1.05rem;
		height: 7rem;
		word-wrap: break-word;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	div.product__image--main > figure > a > picture > img {
		display: block;
		object-fit: cover;
		object-position: center;
		padding: 0px;
	}
}

/* Warenkorb */
.review.orderproducts,
.mod_iso_orderdetails,
.mod_iso_cart {
	margin-bottom: 3rem;
}
.review.orderproducts table,
.mod_iso_orderdetails table {
  border: 0;
  padding: 0;
}
.review.orderproducts td.image,
.review.orderproducts tfoot .remove,
.review.orderproducts figure.image_container > picture > img,
.mod_iso_orderdetails td.image,
.mod_iso_orderdetails tfoot .remove,
.mod_iso_orderdetails figure.image_container > picture > img,
.mod_iso_cart td.image,
.mod_iso_cart tfoot .remove,
.mod_iso_cart figure.image_container > picture > img {
		display: none;
	}

@media (min-width: 1200px) {
	.review.orderproducts td.image,
	.mod_iso_orderdetails td.image,
	.mod_iso_cart td.image {
		padding: 0.6rem;
	    line-height: var(--bs-body-line-height);
	    vertical-align: middle;
	    border-bottom: 0.5rem solid var(--bs-secondary);
	}
	.review.orderproducts figure.image_container > picture > img,
	.mod_iso_orderdetails figure.image_container > picture > img,
	.mod_iso_cart figure.image_container > picture > img {
		display: block;
		object-fit: cover;
		width: 100%;
	}
}
.review.orderproducts .table> tbody > tr > td:not(.name),
.review.orderproducts .table > tbody > tr > th,
.review.orderproducts .table > tfoot > tr > td,
.review.orderproducts .table > tfoot > tr > th,
.review.orderproducts .table > thead > tr > td,
.review.orderproducts .table > thead > tr > th
.mod_iso_orderdetails .table> tbody > tr > td:not(.name),
.mod_iso_orderdetails .table > tbody > tr > th,
.mod_iso_orderdetails .table > tfoot > tr > td,
.mod_iso_orderdetails .table > tfoot > tr > th,
.mod_iso_orderdetails .table > thead > tr > td,
.mod_iso_orderdetails .table > thead > tr > th
.mod_iso_cart .table > tbody > tr > td:not(.name),
.mod_iso_cart .table > tbody > tr > th,
.mod_iso_cart .table > tfoot > tr > td,
.mod_iso_cart .table > tfoot > tr > th,
.mod_iso_cart .table > thead > tr > td,
.mod_iso_cart .table > thead > tr > th {
    padding: 0.6rem;
    line-height: var(--bs-body-line-height);
    vertical-align: top;
	text-align: center;
    border-bottom: 0;
	border-top: 0;
}
.review.orderproducts .table > tbody > tr > td,
.mod_iso_orderdetails .table > tbody > tr > td,
.mod_iso_cart .table > tbody > tr > td {
	border-bottom: 0;
	border-top: 0;
}
.review.orderproducts .table > tbody > tr,
.mod_iso_orderdetails .table > tbody > tr,
.mod_iso_cart .table > tbody > tr {
	border-bottom: .35rem solid var(--bs-secondary);
    background-color: var(--bs-white);
}
.review.orderproducts td.name,
.mod_iso_orderdetails td.name,
.mod_iso_cart td.name {
	text-align: left;
}
.review.orderproducts td.col_1 p,
.mod_iso_orderdetails td.col_1 p,
.mod_iso_cart td.col_1 p {
	font-weight: 700;
	color: var(--bs-primary);
}
.review.orderproducts input.quantity,
.mod_iso_orderdetails input.quantity,
.mod_iso_cart input.quantity {
    width: 3.25rem;
	text-align: center;
    border: 2px solid var(--bs-black);
}
.review.orderproducts .ic_opt_info,
.mod_iso_orderdetails .ic_opt_info,
.mod_iso_cart .ic_opt_info {
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.submit.update,
.submit.button_checkout {
    margin-bottom: 0.1rem;
}
input[type=submit], .submit {
	width: -webkit-fill-available;
}

@media (min-width: 1200px) {
	.submit.update,
	.submit.button_checkout {
		margin-bottom: 0.1rem;
	}
	input[type=submit], .submit {
		width: auto;
	}
}

/* Warenkorb END*/


.mod_iso_productlist {
	display: flow-root;
}
.mod_iso_productlist h1 {
	padding-left: 1rem;
}
.product_list .product .formbody a,
.product_list .product .formbody a:active {
	text-decoration: none;
    color: var(--bs-black);
}
.product_list .product .formbody {
    border-radius: 0;
    box-shadow: 0 .188rem .375rem rgba(0, 0, 0, .1607843137);
	margin-bottom: 2rem;
}
.product_list .product .formbody:focus-within {
	outline: var(--bs-focus);
}

.product_list .product .formbody img {
	width: 100%;
    height: 21.5rem;
    display: block;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.875rem;
}

.product_list .product .formbody .sku {
	padding-top: 0;
	padding-bottom: 1.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.product_list .product .formbody .sku:before {
    position: absolute;
    content: " ";
    height: .75rem;
    line-height: .75rem;
    background-color: var(--bs-primary);
    left: 0;
    top: 19.7rem;
    width: 1.25rem;
}

.product_list .product .formbody .sku .sku_title {
	margin-right: 1em;
}

.product_list .product .formbody .sku .sku_item {
	font-weight: 700 !important;
}

.product_list .product .formbody .sku .sku_name {
	display: block;
	height: 5.5rem;
	font-size: var(--bs-body-font-size);
	font-weight: 600 !important;
	color: var(--bs-primary);
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: .75rem;
}
.product_list .product .formbody .sku .teaser {
	font-size: 1.05rem;
	height: 10rem;
	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.product_list .product .formbody .chargeability {
	display: block;
	text-align: right;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.5;
    height: 1.9rem;
}

.product_list .product .formbody .details {
	margin-top: 0;
	padding-top: 1rem !important;
	padding-bottom: 1.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
    font-size: 1rem;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}


.product_list .product .formbody .details .card_footer__button,
.product_list .product .formbody .details .card_footer__button:hover {
	font-size: 1.05rem;
    text-transform: uppercase;
    text-decoration: none;
	color: var(--bs-black);
    background-color: transparent;
    border: 0;
}


.product_list .product .formbody .price .price_title {
	margin-right: 1rem;
}

.product_list .product .formbody .price .price_item {
	font-weight: bold;
}

.product_list .product .image_container {
	margin-bottom: 1rem;
}

.details span {
	margin-left: 0.438rem;
}
.product__shortinfo {
	border: 1px solid #e5eef9;
    background-color: #e5eef9;
    border-radius: 0;
    padding: 0;
    margin-bottom: 1.125rem;
}

.product__shortinfo__header {
	border-top: 0;
	border-bottom: 0;
	padding: 0 1rem;
	display: inline-block;
	width: 100%;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.product__shortinfo__header h6 {
	padding: 1rem;
    margin: 1rem;
}

.product__shortinfo__body__teaser {
	padding: 1rem;
	width: 100%;
}

.product__shortinfo__body__teaser--image {
	display: block;
}

.product__shortinfo__body__teaser--image picture {
	display: block;
}

.product__shortinfo__body__teaser--image img {
	max-width: 100%;
	transform: translate(-50%, 0);
	left: 50%;
	position: relative;
}

.product__shortinfo__body__teaser--text {
	color: var(--bs-black);
	font-size: var(--bs-body-font-size);
	text-align: center;
	padding-top: 1rem;
}

.product__shortinfo__body--list {
	border-top: 1px solid transparent;
	display: block;
	height: 100%;
	width: 100%;
	color: var(--bs-black);
	font-size: var(--bs-body-font-size);
}

.product__shortinfo__body--list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.product__shortinfo__body__list--item {
	padding: .5rem 1rem;
	border-bottom: 0;
}

.product__shortinfo__body__list--item.last {
	border: 0;
}

.product__shortinfo__body__list--item i {
	color: var(--bs-primary);
	margin-right: 0.85rem;
}

.product__infopriceblock .offer {
	margin: 0 0 1rem 0;
	border: 0;
	border-radius: 0px;
	padding: 0;
	background-color: var(--bs-secondary);
	color: var(--bs-black);
}

#price {
	margin-bottom: 0;
	padding: 1rem;
}

#ic-price-error {
	margin-bottom: 0;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: var(--bs-white);
	color: var(--bs-red);
}

#ic-price-error a {
	color: var(--bs-primary);
}


.product__infopriceblock .baseprice {
	font-size: var(--bs-body-font-size);
	padding: .25rem 0;
}

.product__infopriceblock .submit_container {
	margin-bottom: 1rem;
}

.price__availability--icon {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0.55em;
	left: 1rem;
}

.price__availability--text,
.price__infotext--general {
	padding: 0 1rem .25rem;
	font-size: var(--bs-body-font-size);
}

.price__availability__text--green,
.price__availability__icon--green {
	color: var(--bs-green);
}

.price__availability__text--yellow,
.price__availability__icon--yellow {
	color: var(--bs-yellow);
}

.price__availability__text--orange,
.price__availability__icon--orange {
	color: var(--bs-orange);
}

.price__availability__text--red,
.price__availability__icon--red {
	color: var(--bs-red);
}

.quantity_container {
    background-color: var(--bs-secondary);
    border: none;
    border-radius: 0px;
    padding: 2rem;
    margin-bottom: 1rem;
}

.quantity__center {
	display: flex;
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: -webkit-fill-available;
    align-items: center;
}

.quantity__label {
	float: left;
	margin: 0;
	margin-right: .25rem;
}

@media (min-width: 1200px) {
	.quantity__label {
		margin-right: 1rem;
	}
}

@media only screen and (min-width: 1024px) {
	.quantity__label {
		margin-right: .1rem;
	}
}

@media only screen and (min-width: 1066px) {
	.quantity__label {
		margin-right: .5rem;
	}
}

.quantity__control {
	float: left;
	width: 30%;
	height: 1.25rem;
	margin: 0;
	border-radius: 0;
	padding: 0.1rem 0.25rem;
}

@media only screen and (min-width: 1200px) {
	.quantity__control {
		width: 24%;
	}
}

@media only screen and (min-width: 1286px) {
	.quantity__control {
		width: 30%;
	}
}

.quantity__center input[type=number] {
	-moz-appearance: textfield;
}

.quantity__button {
	float: left;
	padding: 0;
}

#quantity__button--minus,
#quantity__button--plus {
	height: 3.375rem;
    width: 3.375rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#iso_ajaxBox {
	position: absolute;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 0.25rem var(--bs-gray-light);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	line-height: var(--bs-body-line-height);
	color: var(--bs-black);
	width: 95%;
	padding: 0;
	margin-left: 1rem;
	margin-right: 1rem;
	left: 0;
	transform: translate(0, 0);
}
 #iso_ajaxBox p {
    margin: 1rem 1rem;
    padding: 0;
	color: var(--bs-black);
	font-weight: 700;
	text-align: left;
}

/* Bootstrap Anpassung zum .form-control BEGIN */
.form-control {
	color: var(--bs-black);
	width: 100%;
	height: 3.375rem;
	padding-left: 2.084rem;
	background-color: var(--bs-white);
	background-image: none;
	border: 1px solid var(--bs-black);
	border-radius: 0px;
	font-size: var(--bs-body-font-size);
}

@media (min-width: 1200px) {
	.form-control {
		font-size: var(--bs-font-size);
	}
}

.form-control:focus, output:focus {
	outline: var(--bs-focus);
}

.form-control, output {
	display: block;
	font-size: var(--bs-body-font-size);
	color: var(--bs-black);
	font-weight: 500;
	line-height: var(--bs-body-line-height);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: var(--bs-gray-300);
    opacity: 1;
}

/* Bootstrap Anpassung zum .form-control END */

/* Produktseiten Anpassungen END */



/* GeoMap Anpassungen BEGIN */

/* GeoMap Anpassungen BEGIN */

.map_info {
	display: block;
	font-weight: 700;
	color: var(--bs-primary)
}
@media (min-width: 567px){
	.map_info {
		display: none
	}
}

#map-panel .panel {
	margin-bottom: 1rem;
	background-color: var(--bs-white);
	border: 1px solid var(--bs-black);
	border-radius: 0;
	box-shadow: none;
}


.ic_map_container {
	padding: 0;
}

#map-panel .ic_map_container > a {
	color: var(--bs-white);
}

#map-panel .map-panel {
	border-radius: 0;
}


.isotope_ciss p,
.isotope_ciss .caption,
.isotope_ciss table,
.isotope_ciss .ce_text ul,
.isotope_ciss ol,
.isotope_ciss label {
    font-size: 1rem;
    line-height: 1.2;
}
@media (min-width: 1200px) {
	.isotope_ciss p,
	.isotope_ciss .caption,
	.isotope_ciss table,
	.isotope_ciss .ce_text ul,
	.isotope_ciss ol,
	.isotope_ciss label {
	    font-size: var(--bs-body-font-size);
	    line-height: var(--bs-body-line-height);
	}
}

.isotope_ciss input[type="text"],
.isotope_ciss textarea {
	font-size: 1rem !important;
	padding: .125rem .5rem !important;
	margin: 0;
}
@media (min-width: 1200px) {
	.isotope_ciss input[type="text"],
	.isotope_ciss textarea {
		font-size: var(--bs-body-font-size) !important;
		padding: .75rem 1rem !important;
		margin: 0;
	}
}
#wkttools-wkt .panel,
#searchtool-searches .panel {
	background-color: var(--bs-white);
}

#wkttools-wkt .ic-panel-title-link,
#searchtool-searches .ic-panel-title-link {
	text-decoration: none;
	background-color: inherit;
	display: block;
}

#wkttools-wkt .ic-panel-title-link:hover,
#wkttools-wkt .ic-panel-title-link:focus,
#searchtool-searches .ic-panel-title-link:hover,
#searchtool-searches .ic-panel-title-link:focus {
	background-color: transparent;
}

#wkttools-wkt .panel-title,
#searchtool-searches .panel-title {
	font-weight: bold;
}

#wkttools-wkt .btn {
	margin: 0;
	border-radius: 0;
}

#wkttools-wkt .wkt-error,
#wkttools-wkt .gml-text-error,
#wkttools-wkt .coordinate-list-error
{
  color: var(--bs-red);
}

#map-panel .ic-geo-selection .ic-sidepanel-viewtriggerbar {
	margin: .25rem 0;
}

#map-panel .isotope_ciss input[type='radio'].with-font:checked ~ label::before,
#map-panel .isotope_ciss input[type='checkbox'].with-font:checked ~ label::before {
	color: var(--bs-blue);
}


#map-panel .ol-control button,
#map-panel .ic-permalink-popup button {
	color: var(--bs-white);
	background: var(--bs-primary);
}

#map-panel .ic-control-container-bottom-left {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 0;
}

#map-panel .ic-control-container-bottom-left-sub,
.ol-mapscale {
	background-color: rgba(135, 29, 51, 0.75);
	border-radius: 0;
	font-size: .75rem;
}

.ol-attribution button,
.ol-attribution ul {
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 0;
}

#map-panel .ic-sidepanel-container .feature-action-toolbar button {
    display: inline-block;
    vertical-align: bottom;
    width: 2.125rem;
    padding: 0;
    font-size: 1.375rem;
    height: 2.125rem;
    line-height: .5em;
    text-decoration: none;
    text-align: center;
    margin: auto !important;
    margin-left: 0.1em !important;
    margin-right: 0.1em !important;
    margin-top: 0.1em !important;
    margin-bottom: 0.1em !important;
    border-radius: 0 !important;
    max-width: 100%;
    min-width: 1.875rem;
}

#map-panel .ic-sidepanel-top-toolbar {
    border-top: 0;
}

#map-panel .ic-sidepanel-button span {
	margin-bottom: 0;
}

input[type="file"] {
  height: 100%;
}

input[type="text"]:disabled {
    background-color: var(--bs-gray-300);;
    cursor: no-drop;
}

.alert-danger {
  background-color: #e2e2e2;
}

.alert-danger a {
  color: #f00;
}

.ic-loading-spinner {
  border-bottom-color: #f00;
}

.ol-dragbox {
  border-color: #f00;
  background-color: #666;
}

#map-panel .ic-sidepanel-titlebar button {
	font-size: 1.5rem;
	font-weight: 700;
	height: 4.063rem;
	line-height: 1.6666666667;
	border-radius: 0px;
	background-color: transparent;
	border: 0;
}

#map-panel.ic-sidepanel-wrapper > .ic-sidepanel-titlebar {
    display: flex;
    padding: 0 1rem;
    height: 4.063rem;
    align-items: center;
}

#map-panel .ic-sidepanel-titlebar.panel-heading > h3 {
	font-size: 1rem;
	white-space: break-spaces;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    width: 90%;
}
@media (min-width: 1200px) {
	#map-panel .ic-sidepanel-titlebar.panel-heading > h3 {
		font-size: var(--bs-font-size);
		white-space: break-spaces;
		overflow-wrap: break-word;
		word-wrap: break-word;
		hyphens: auto;
		width: 90%;
	}
}
#map-panel .panel-title {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 1rem;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	#map-panel .panel-title {
		margin-top: auto;
		margin-bottom: auto;
		font-size: var(--bs-body-font-size);
		line-height: var(--bs-body-line-height);
	}
}

#map-panel .panel-group .panel {
    margin-bottom: 0;
	color: var(--bs-black);
	background-color: var(--bs-gray-light);
    border-radius: 0px;

}
#map-panel .ic-sidepanel-content-container input {
    background-color: var(--bs-white);
	font-size: 1rem;
	color: var(--bs-gray);
	padding-left: 2.084rem;
	height: 2.375rem;
}
@media (min-width: 1200px) {
	#map-panel .ic-sidepanel-content-container input {
		background-color: var(--bs-white);
		font-size: var(--bs-body-font-size);
		color: var(--bs-gray);
		padding-left: 2.084rem;
		height: 3.375rem;
	}
}
#map-panel .ic-sidepanel-wrapper .panel-body {
    display: flow;
}

#map-panel .delete-all-objects {
	width: 100%;
	padding: .5rem;
	font-size: 1rem;
	white-space: break-spaces;
	overflow-wrap: break-word;
	word-break: break-word;
}

@media (min-width: 1200px) {
	#map-panel .delete-all-objects {
		padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
		font-size: var(--bs-btn-font-size);
	}
}

#map-panel .custom-control-label {
	display: contents;
}


#map-panel .panel-heading {
	display: flex;
	height: 4.063rem;
	align-items: center;
	border-radius: 0;
}

.typeahead,
.tt-query,
.tt-hint,
.typeahead:focus  {
	border-color: transparent;
}

.tt-hint {
	color: var(--bs-gray);
}

.tt-suggestion:hover {
	background-color: var(--bs-blue);
}

.tt-suggestion.tt-cursor {
	background-color: var(--bs-blue);
}

.tt-search-header {
	color: var(--bs-gray-dark);
}

#map-panel .ic-sidepanel-viewtriggerbar.btn-group {
    padding: 0;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
	justify-content: flex-start;
}

#ic-ast-polygon, #ic-ast-select-wfs, #ic-ast-select-modify, #ic-ast-box, #ic-ast-boxdina, #ic-ast-select-property-proof {
    margin: 0.25rem;
    padding: 0;
    width: 2.75rem;
    height: 2.75rem;
    font-size: .725rem;
}

@media (min-width: 1200px) {
	#ic-ast-polygon, #ic-ast-select-wfs, #ic-ast-select-modify, #ic-ast-box, #ic-ast-boxdina, #ic-ast-select-property-proof {
    margin: 0.25rem;
    padding: 0;
    width: 3.75rem;
    height: 3.75rem;
    font-size: var(--bs-body-font-size);
	}
}

#map-panel .ic-sidepanel-viewtriggerbar .ic-icon {
	font-size: 1rem;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	#map-panel .ic-sidepanel-viewtriggerbar .ic-icon {
		font-size: var(--bs-body-font-size);
	}
}

#map-panel .ic-sidepanel-content-container,
#map-panel .ic-areaselection-table-box.panel-body,
#map-panel .ic-sidepanel-statusbar.panel-footer {
    display: block;
    visibility: visible;
    width: auto;
	min-height: auto;
    overflow-y: scroll;
    font-size: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 1200px) {
	#map-panel .ic-sidepanel-content-container,
	#map-panel .ic-areaselection-table-box.panel-body,
	#map-panel .ic-sidepanel-statusbar.panel-footer {
		overflow-y: auto;
		width: -webkit-fill-available;
		font-size: var(--bs-body-font-size);
	}
}

#map-panel .ic-sidepanel-statusbar.panel-footer {
	height: 30%;
}

@media (min-width: 1200px) {
	#map-panel .ic-sidepanel-statusbar.panel-footer {
		height: fit-content;
	}
}
#map-panel .ic--search--fps--group__input div,
#map-panel .ic--search--adf--group__input div {
	margin-bottom: .5rem;
}

@media (min-width: 1200px) {
	#map-panel .ic--search--fps--group__input div,
	#map-panel .ic--search--adf--group__input div {
		margin-bottom: 1.5rem;
	}
}

#map-panel .ic-sidepanel-content-container table,
#map-panel .ic-sidepanel-content-container thead,
#map-panel .ic-sidepanel-content-container tbody {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	#map-panel .ic-sidepanel-content-container table,
	#map-panel .ic-sidepanel-content-container thead,
	#map-panel .ic-sidepanel-content-container tbody {
		font-size: var(--bs-body-font-size);
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

#map-panel .ic-sidepanel-content-container table > thead > tr {
	height: auto;
}

@media (min-width: 1200px) {
	#map-panel .ic-sidepanel-content-container table > thead > tr {
		height: 4.125rem;
	}
}

#map-panel .ic-sidepanel-content-container table > thead > tr > th:first-child,
#map-panel .ic-sidepanel-content-container table > tbody > tr > td:first-child {
	display: none;
}

#feature-table-body .measure-area span {
	font-size: 1rem;
	margin: 0;
}

@media (min-width: 1200px) {
	#feature-table-body .measure-area span {
		font-size: var(--bs-body-font-size);
	}
}

#map-panel .ic-geo-selection .ic-areaselection-table-box th,
#map-panel .ic-geo-se lection .ic-areaselection-table-box td {
	text-align: left;
	vertical-align: middle;
}


/* adjust position of feedback symbols (mapviewer search)  */

.ic--search--adf--group__input div span:first-of-type,
.ic--search--fps--group__input div span:first-of-type,
.ic--search--p2f--group__input div span:first-of-type {
	right: 0 !important;
	top: 1.6em !important;
}
@media (min-width: 1200px) {
	.ic--search--adf--group__input div span:first-of-type,
	.ic--search--fps--group__input div span:first-of-type,
	.ic--search--p2f--group__input div span:first-of-type {
		right: 0 !important;
		top: 2.4em !important;
	}
}

/* GeoMap Anpassungen END */

/* Top-Link BEGIN */
.ce_toplink {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.scroll-to-top-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	font-weight: normal;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	transition: background-color 300ms ease-out;
	color: var(--bs-black);
    background-color: var(--bs-secondary);
    border-color: transparent;
    border-radius: 0px;
	line-height: 1;
	font-size: 1rem;
	padding: 0.125rem 1.1875rem;
    width: 3.75rem;
    height: 3.75rem;
}

.scroll-to-top-link {
	width: 10rem;
	height: 4rem;
	display: block;
	margin-bottom: 3rem;
	padding: .125rem;
}
.scroll-to-top-link:hover {
	text-decoration: none
}
.scroll-to-top-link:focus-within {
	outline: var(--bs-focus);
}

.scroll-to-top-link:focus-within {
	outline: var(--bs-focus);
}

.scroll-to-top-button:focus {
	color: var(--bs-black);
	background-color: var(--bs-gray-light);
	outline: var(--bs-black);
}

.scroll-to-top-button:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome", sans-serif;
	content: "\f106";
	text-decoration: none;
	display: inline-block;
	-moz-osx-font-smoothing: grayscale;
}

.scroll-to-top-button::before:focus {
	outline: none;
}

.scroll-to-top-button .btn-label {
	color: var(--bs-primary);
	font-size: 0;
	overflow: hidden;
}

.to-top-label {
	color: var(--bs-primary);
	font-size: var(--bs-body-font-size);
	overflow: hidden;

}

.to-top-label:hover {
	color: var(--bs-primary);
}

.scroll-to-top-button:hover {
	text-decoration: none;
	color: var(--bs-white);
	background-color: var(--bs-primary);
}

/* Top-Link END */

/* Carousel Anpassungen BEGIN */

@media screen and (max-width: 320px) {
  .carousel-indicators {
    top: 520px;
    font-size: 1em;
  }

  .mod_article .container.content-full.carousel--ciss {
    margin-top: 19px;
  }

  .carousel-caption {
    bottom: -11px;
    font-size: 0.8em;
  }

  .carousel-caption h1 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 375px) and (min-width: 321px) {
  .carousel-indicators {
    top: 520px;
    font-size: 1em;
    height: 2rem;
  }

  .carousel-caption {
    bottom: -11px;
    font-size: 0.8em;
  }

  .carousel-caption h1 {
    font-size: 1.8em;
  }
}

/* Carousel Anpassungen END */

/**** Main Anpassungen END ****/


/**** Cookiebar Farbanpassung WCAG2 BEGIN ****/

.cookiebar {
	background-color: var(--bs-secondary);
	color: var(--bs-primary);
	z-index: 9998;
}

.contao-cookiebar p {
    color: var(--ccb-text, var(--bs-black));
	font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
}

.cookiebar a {
	color: var(--bs-primary);
}

.cookiebar a:hover,
.cookiebar a:focus {
	color: var(--bs-gray-dark);
	text-decoration: none;
}

.cookiebar button {
	padding-left: 2.469rem;
	padding-right: 2.469rem;
	background-color: var(--bs-gray-light);
	color: #333333;
	font-weight: 700;
	height: 4.063rem;
    font-size: 1.108rem;
    border-radius: 0px;
	border-color: transparent;
}

.cookiebar button:hover,
.cookiebar button:focus {
    padding-left: 2.469rem;
	padding-right: 2.469rem;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	font-weight: 700;
	height: 4.063rem;
	font-size: 1.108rem;
    border-radius: 0px;
	border-color: var(--bs-primary);
}

.cookiebar__analytics-label {
	margin-bottom: 0;
}

.cc-detail-btn,.cc-detail-btn-details {
    display: inline-block;
    color: var(--bs-black);
    border: 0 none;
    outline: 0 none;
    background: rgba(0,0,0,0);
    font-size: 1.108rem;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer
}


#cookiebar-desc > hr,
div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div {
    border: 1px solid var(--bs-primary);
    border-radius: inherit;
}

div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button{
    background-color: var(--bs-gray-light);
	color: var(--bs-black);
	border-color: var(--bs-gray-light);
    border-radius: inherit;
}
div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button.cc-btn.success{
    margin-left: .2em;
	background-color: var(--bs-primary);
    color: var(--bs-white);
	border-color: var(--bs-primary);
}

div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button,
div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button.cc-btn.success {
    padding-left: 2.469rem;
    padding-right: 2.469rem;
	font-size: 1.108rem;
    font-weight: 700;
    height: 4.063rem;
	line-height: 1.6666666667;
	border-radius: 0px;
}
div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button:hover,
div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button.cc-btn.success:hover {
	background-color: var(--bs-primary);
	color: var(--bs-white);
	border-color: var(--bs-primary);
}
div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button:focus {
	color: var(--bs-black);
    background-color: rgba(208, 208, 208, .5);
    outline: var(--bs-focus);
}
div.contao-cookiebar.cookiebar_default.cc-middle.cc-blocked.cc-active > div > div.cc-footer > button.cc-btn.success:focus {
	color: var(--bs-black);
    background-color: rgba(153, 63, 82, .5);
    outline: var(--bs-focus);
}

.cc-group {
    position: relative;
    border: 1px solid var(--ccb-bdr, var(--bs-black));
    border-radius: 0px;
    margin-bottom: .85rem;
	/*height: 3.375rem;*/
	line-height: var(--bs-body-line-height);
	padding: 0;
}

.contao-cookiebar input+label:before {
    top: 0.5rem;
    left: 0px;
    width: 2.1875rem;
    height: 1.125rem;
    margin: 0;
    box-sizing: content-box;
    background: var(--ccb-unchecked-bg);
    border: 1px solid var(--ccb-unchecked-clr);
    transition: border-color .2s;
}
.contao-cookiebar {
	--ccb-unchecked-clr: var(--bs-black);
}

.cookiebar_default .cc-cookies > p, .cookiebar_default .cc-cookies > .cc-cookie {
    padding: 1rem 2.5rem 0.5rem;
}
.cc-cookies legend {
	display: none;
	padding-left: 2.5rem;
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: var(--bs-font-size);
	color: var(--bs-black);
}
.cc-header {
	display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
.cc-header img {
	width: 25%;
	height: auto;
	margin: 1rem;
}
.cc-header p {
	width: 75%;
	font-size: var(--bs-body-font-size);
}
.cc-info {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    align-items: center;
    justify-content: space-between;
}
.cc-info p{
	text-align: center;
}

/**** Cookiebar Farbanpassung END ****/

/**** Sitemap Anpassungen BEGIN ****/

.mod_sitemap a {
	text-decoration: underline;
}

.mod_sitemap a:focus,
.mod_sitemap a:hover,
.mod_sitemap a:active {
	text-decoration: none;
	color: var(--bs-gray-dark);
}

/**** Sitemap Anpassungen END ****/

/**** Bootstrap Panel/Akkordeon FAQ Anpassungen BEGIN ****/

#faq .panel-group {
	background-color: var(--bs-white);
}
#faq .panel-active,
#faq .panel-default:active,
#faq .panel-default {
	border-color: transparent;
	background-color: transparent;
}

#faq .panel-default:focus {
	border-color: var(--bs-black);
	background-color: transparent;
}

#faq .panel-heading {
	color: var(--bs-primary);
    text-decoration: none;
	border-bottom: 0.625rem solid var(--bs-secondary);
	margin: 0;
	background-color: transparent;
	padding: 1rem 0;
}

#faq .panel-default > a:hover,
#faq .panel-default > a:focus {
	text-decoration: none;
	background-color: transparent;
}

#faq .panel-body a {
	text-decoration: none;
}

#faq .panel-body a:hover,
#faq .panel-body a:focus {
	text-decoration: none;
	color: var(--bs-link-hover-color);
}

#faq .panel-default > a {
	display: block;
}
#faq .panel-heading i {
	height: 2.5rem;
	width: 2.5rem;
	margin: 0;
	background-color: var(--bs-secondary);
	text-align: center;
	font-size: var(--bs-font-size);
	float: right;
	line-height: 2.5;
}
#faq .panel-title {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	float: left;
	margin: 0;
}
#faq .panel-active .panel-title,
#faq .panel-active .panel-heading i {
	color: var(--bs-black);
}

#faq .info {
	padding-top: .75rem;
	margin: 0;
	font-size: smaller;
}

/**** Bootstrap Panel/Akkordeon FAQ Anpassungen END ****/

/**** Bootstrap Alert-Panel Anpassungen BEGIN ****/

.panel-links {
	margin: 2rem 0;
	border-color: transparent;
}

.panel-links .panel-heading {
	padding: 2.25rem 1rem;
	border-top: 0;
	border-bottom: 0;
}

.panel-links .panel-title {
	color: var(--bs-black);
	font-weight: bold;
}

.panel-links .panel-body {
	background-color: var(--bs-gray-light);
}

.panel-links .panel-body ul {
	list-style-type: none;
	margin-bottom: 0;
	padding: 0 0 0 1rem;
}

.panel-links .panel-body li {
	padding: 0.1rem 0;
}

.panel-links .panel-body i {
	padding-right: 1rem;
	text-decoration: none;
}

/**** Bootstrap Alert-Panel Anpassungen END ****/

/**** Widget Anpassungen BEGIN ****/

.radio_container > legend,
.checkbox_container > legend {
	margin-bottom: 0.2rem;
	font-weight: bold;
	font-size: var(--bs-body-font-size);
}

.widget-explanation table {
	margin-bottom: 0.25rem;
}

.mod_lostPassword .form-group,
.mod_registration .form-group,
.mod_changePassword .form-group {
	display: inline-block;
	width: 100%;
}

/**** Widget Anpassungen END ****/

/**** Password Meter BEGIN ****/

.password__input--div {
	position: relative;
}

#password-strength-icon {
  position: absolute;
  bottom: calc(50% - 28px / 2);
  left: calc(97% - 10.5px / 2);
}

#password-show-icon {
  position: absolute;
  top: calc(50% - 13.9844px / 2);
}

#password-show-icon.fa-eye {
  left: calc(97% - 10.5px / 2 - 20px - 21px / 2);
  /* left: calc(94% - 21px / 2); */
}

#password-show-icon.fa-eye-slash {
  left: calc(97% - 10.5px / 2 - 20px - 23.3281px / 2);
  /* left: calc(94% - 23.3281px / 2); */
}

.widget-password .strength-0,
.widget-password .strength-1 {
  color: red;
}

.widget-password .strength-2 {
  color: orange;
}

.widget-password .strength-3 {
  color: yellow;
}

.widget-password .strength-4 {
  color: green;
}

#password-strength-label {
  position: absolute;
  width: auto;
  left: 50%;
  min-width: 75%;
  transform: translate(-50%, -50%);
  z-index: 200;
  box-sizing: border-box;
  border-radius: 0.4em;
  margin: 0.2em 0 0;
  background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
  transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
  transform-origin: 1.43em -0.43em;
  transition-timing-function: ease;
  bottom: 1.7em;
  padding: 0.5em;
  text-align: center;
}

#password-strength-label::after {
  content: " ";
  position: absolute;
  top: 1.8em;
  left: 50%;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: white;
  border: inherit;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#password-strength-label {
  opacity: 0;
  transform: scale(0);
  display: none;
}

input[name=password]:focus ~ #password-strength-label {
  opacity: 1;
  display: inline-block;
  transform: translate(-50%, -50%);
}

/**** Password Meter END ****/

/**** Fineuploader button correction BEGIN ****/

.qq-primary {
	width: 100%;
	margin-bottom: 0.25rem;
}

.qq-upload-list li.qq-upload-success,
.qq-upload-list li.qq-in-progress,
.qq-upload-drop-area {
	border: 0;
	border-radius: 0;
}
.qq-upload-list li.qq-upload-success {
	display: none;
}
.fineuploader-item.image img {
	display: none;
}

/**** Fineuploader button correction END ****/

/**** Kassenmodul BEGIN ****/
.mod_iso_messages > p,
.address > p {
	font-weight: 700;
	color: var(--bs-primary);
}
.vcard p {
	margin-bottom: 0;
}

.mod_iso_checkout {
	margin-bottom: 1rem;
}

.mod_iso_checkout .steps {
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mod_iso_checkout .pagination {
	display: flex;
	width: -webkit-fill-available;
	padding-left: 0;
	margin: 1rem 0;
	border-radius: 0;
	flex-direction: column;
	list-style: none;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}

@media (min-width: 768px) {
	.mod_iso_checkout .pagination {
		display: flex;
		padding-left: 0;
		margin: 1rem 0;
		border-radius: 0;
		flex-wrap: nowrap;
		flex-direction: row;
		list-style: none;
		justify-content: flex-start;
		align-items: stretch;
	}
}

.mod_iso_checkout .pagination > li:first-child,
.mod_iso_checkout .steps li.passed,
.mod_iso_checkout .pagination > li > span {
	display: inline-flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    border: transparent;
    height: 3.125rem;
    width: 100%;
}

@media (min-width: 768px) {
	.mod_iso_checkout .pagination > li:first-child,
	.mod_iso_checkout .steps li.passed,
	.mod_iso_checkout .pagination > li > span {
		display: inline-flex;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 0;
		font-weight: 700;
		text-transform: uppercase;
		border: transparent;
		height: 3.125rem;
		width: auto;
	}
}

.mod_iso_checkout .pagination li.address,
.mod_iso_checkout .pagination li.payment,
.mod_iso_checkout .pagination li.review {
	width: 100%
}
@media (min-width: 768px) {
	.mod_iso_checkout .pagination li.address,
	.mod_iso_checkout .pagination li.payment,
	.mod_iso_checkout .pagination li.review {
		width: auto
	}
}

.mod_iso_checkout .pagination > li:first-child {
    padding: 0;
}
.mod_iso_checkout .steps li.passed,
.mod_iso_checkout .pagination > li > span {
	padding: 0 0.938rem;
}
.mod_iso_checkout .pagination>li>a {
    position: relative;
    float: left;
    padding: 0;
    line-height: var(--bs-body-line-height);
    text-decoration: none;
    color: var(--bs-black);
    background-color: transparent;
	border: 0;
}
.mod_iso_checkout .pagination > li > span,
.mod_iso_checkout .steps li.passed {
	background-color: var(--bs-secondary);
	color: var(--bs-black);
}
.mod_iso_checkout .pagination > li:first-child :not(.passed),
.mod_iso_checkout .pagination > .active > span  {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.mod_iso_checkout .pagination > li:first-child,
.mod_iso_checkout .pagination > li:first-child > a,
.mod_iso_checkout .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.mod_iso_checkout .formbody {
	padding-bottom: 0;
}

.mod_iso_checkout .orderinfo {
	display: flex;
	padding: 0;
	width: 100%;
	margin: 0.25rem 0;
	border: transparent;
	border-radius: 0;
	justify-content: space-between;
	flex-direction: column;
}
@media (min-width: 768px) {
		.mod_iso_checkout .orderinfo {
		display: flex;
		padding: 0;
		width: 100%;
		margin: 0.25rem 0;
		border: transparent;
		border-radius: 0;
		justify-content: space-between;
		flex-direction: row;
	}
}

div .adress > p,
.mod_iso_checkout .orderinfo h2,
.mod_iso_checkout .orderinfo p {
	margin-bottom: 2rem;
	font-weight: 500;
}

.mod_iso_checkout .orderinfo .info_container,
.mod_iso_orderdetails .info_container {
	padding: 0;
	position: relative;
	width: -webkit-fill-available;
}

@media only screen and (min-width: 768px) {
	.mod_iso_checkout .orderinfo .info_container,
	.mod_iso_orderdetails .info_container {
		padding: 0;
		position: relative;
		width: auto;
	}
	.mod_iso_checkout .orderinfo .info_container::before {
		border-left: 0;
		content: " ";
		display: inline-block;
		width: 1px;
		right: 0;
		top: 2rem;
		height: 75%;
		position: absolute;
		box-sizing: inherit;
	}

	.mod_iso_checkout .orderinfo .info_container.last::before {
		border: none;
		content: "";
	}
}

.mod_iso_checkout .info_container .info,
.mod_iso_orderdetails .info_container .info {
	padding: 0;
	font-size: var(--bs-body-font-size);
}


.mod_iso_checkout .orderinfo .info_container .edit {
	display: inline-block;
	width: -webkit-fill-available;
}
@media (min-width: 768px) {
	.mod_iso_checkout .orderinfo .info_container .edit {
		display: inline-block;
		width: auto;
	}
}


.mod_iso_checkout .orderconditions {
	margin: 0.25rem 0;
	border: 1px dotted transparent;
	border-radius: 0;
}

.mod_iso_checkout .orderconditions .widget {
	margin: 1rem;
}

.mod_iso_checkout .submit_container {
	border: none;
	border-radius: 0px;
	width: -webkit-fill-available;
	padding: 0px;
}
@media (min-width: 768px) {
	.mod_iso_checkout .submit_container {
		border: none;
		border-radius: 0px;
		width: auto;
		padding: 0px;
	}
}
input[type=submit], .submit {
		width: -webkit-fill-available;
	}
@media (min-width: 768px) {
	input[type=submit], .submit {
		width: auto;
	}
}

#ctrl_billingaddress > span,
#ctrl_shippingaddress > span {
	display: block;
	margin-bottom: 1rem;
}

#ctrl_billingaddress,
#ctrl_shippingaddress {
	margin-left: 1rem;
}

#ctrl_shippingmethod,
#ctrl_paymentmethod {
    display: flex;
    flex-direction: column;
    padding-left: 1.1rem;
}
p.error.invalid-feedback.d-block {
    padding-left: 1.25rem;
}

.gastbestellung * {
	text-align: center;
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}

.shippingmethod .custom-control.custom-radio,
.paymentmethod .custom-control.custom-radio {
	margin-botttom: .625rem;
}

.paymentmethod p:not(.paymentmethod .custom-control.custom-radio p),
.shippingmethod p:not(.shippingmethod .custom-control.custom-radio p) {
	font-weight: 700;
	color: var(--bs-primary);
}

.paymentmethod .custom-control.custom-radio label,
.shippingmethod .custom-control.custom-radio label {
	display: flex;
	position: relative;
	top: 0;
	margin: 0;
	margin-left: 1rem;
	padding: 0;
	align-items: stretch;
	font-weight: 400;
}
.paymentmethod .custom-control.custom-radio span,
.paymentmethod .custom-control.custom-radio p,
.shippingmethod .custom-control.custom-radio span,
.shippingmethod .custom-control.custom-radio p {
	margin-bottom: 0
}

/**** Kassenmodul END ****/

/**** Bestellhistorie BEGIN ****/

.mod_iso_orderhistory table td {
	vertical-align: middle !important;
}

/**** Bestellhistorie END ****/
#tl_lost_password_18 > div > p.error,
div.mod_lostPasswordNotificationCenter.block > p.error.message,
p.error,
p.rf_error {
    color: var(--bs-red);
}

.ic-sidepanel-container.ol-unselectable.ic-close {
    left: -1000px !important;
}

div.product__image--main > figure > a > picture > img {
    width: 100%;
    max-width: 100%;
    max-height: 35rem;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    border: 0;
    padding: 0;
    image-rendering: high-quality;
}
#produkte .description {
	margin-bottom: 5rem;
}
.text-decoration-none:hover {
	text-decoration: none;
}
a.text-decoration-none {
	font-weight: 500;
}

@media screen and (max-width: 600px){
    #wrapper{
        width: 100%;
        min-width: min-content;
    }
    .overlay-active {
        max-width: 100%;
    }
    #iso_cart_update_34 > div.formbody > table > tbody > tr.product > .col_1 {
        overflow-wrap: break-word;
        width: 80%;
        max-width: 80%;
    }
    #iso_cart_update_34 > div.formbody > table > tbody > tr > .col_4 {
        overflow-wrap: break-word;
        max-width: 10%;
		text-align: left;
    }
	#iso_cart_update_34 > div.formbody > table > tbody > tr > .col_5 {
        overflow-wrap: break-word;
        max-width: 10%;
		text-align: left;
    }
    #iso_cart_update_34 > div.formbody > table > tbody > tr > td > ul{
        visibility: hidden;
        display: none;
    }
    .submit.update,
    .submit.button_checkout {
        margin-bottom: 0.1rem;
    }

	tr.product > .col_0, .col_2, .col_3 {
		display: none;
	}
	.foot_0 > .col_0, .foot_1 > .col_0 , .foot_2 > .col_0 {
		display: none;
	}
	.foot_0 > .col_5, .foot_1 > .col_5 , .foot_2 > .col_5 {
		display: none;
	}
}

textarea[name=wkt_reduced], textarea[name=object_selection_tiles] {
    height: 5.375rem;
    min-height: 5.375rem;
}


/* 395 repositioned here */
div.ic-horizontal.ic-closeable.ic-tooltip-popup {
    visibility: hidden;
    display: none;
}/*end 395*/

#cboxTitle {
    right: 5.75rem;
    left: 0.1rem;
    background-color: black;
}

#cboxLoadedContent {
    margin-top: 1rem;
}


.flurstuecksobjektliste {
    height: 8em;
    min-height: 4em;
    white-space: pre-line;
    overflow-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
}


div.shipping.shippingmethod > div.widget.widget-radio > div.custom-controls-stacked > div.custom-control.custom-radio {
    padding: 0.25rem;
    display: flex;
    align-items: center;
    padding-left: 1rem !important;
}

div.custom-control.custom-radio {
    display: flex;
    align-items: center;
}

div.custom-control.custom-radio label {
	display: flex;
	position: relative;
	top: 0;
	margin: 0 0 1rem 1rem;
	padding: 0px;
	align-items: stretch;
	font-weight: 400;
}

div.address .custom-control.custom-radio {
    padding-left: 1rem;
    display: grid;
    align-items: stretch;
    grid-template-columns: 2ex auto;
    padding-bottom: 1ex;
    justify-content: start;
    justify-items: start;
}

div.address .custom-control.custom-radio input[type="radio"] {
	position: relative;
	height: 1rem;
	width: 1rem;
	margin: 0.396875rem 1rem 1rem 0px;
	padding: 0;
}

/* Safari */
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
	div.address div.custom-control.custom-radio input {
		margin-top: .5rem;
	}
}

input.quantity {
    width: 4.5rem;
}

td.price, td.price_total {
    text-align: right;
}

#ytvideo img { width:100%; height:auto; }


#price {
    font-size: 1.5rem;
}

/* neue CD LVERMGEO */

/* Pseudoformularfelder */

.katasterdaten {
	line-height: 5rem;
	font-size: var(--bs-body-font-size);
	font-weight: 700;
	color: var(--bs-primary);
}
.container-datenschutz,
.container-hinweis,
.container-inner,
.container-fineuploader{
	width: 100%;
    max-width: 100%;
	border-radius: 0px;
    padding: 1rem;
    margin: auto;
    margin-bottom: 2.8125rem;
}
.container-hinweis,
.container-datenschutz {
	font-weight: 700;
    border: 1px solid #e5eef9;
    background-color: #e5eef9;
}

.container-hinweis span {
	margin-bottom: 0;
	font-weight: 700;
}

.container-inner {
	border: 1px solid var(--bs-gray-light);
	background-color: var(--bs-gray-light);
}

.container-inner span {
    font-weight: 700 !important;
}
.container-inner p {
    background-color: var(--bs-white);
	padding: 0.5rem;
}
.container-inner a:hover {
	text-decoration: none;
}

.container-fineuploader {
	border: 2px solid var(--bs-primary);
}
.container-fineuploader a {
	font-weight: 600;
}
.container-fineuploader span {
	font-size: 0.875rem;
	color: var(--bs-black);
	line-height: .5rem;
	font-weight: 400;
	margin-bottom: 0;
	padding-top: .5rem;
}
/* Pseudoformularfelder END */

/* Formularfelder */
.vermka,
.guta,
fieldset.fieldset-hide > legend {
	display: none;
}

.formular_angaben legend,
.unterformular_angaben legend,
.feldbezeichnung legend,
.radio_group legend,
.checkbox_group legend {
	display: block;
	width: 100%;
	font-weight: 700 !important;
    line-height: var(--bs-body-line-height);
}

.formular_angaben legend {
    font-size: 1.5rem;
	color: var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    margin: 2rem 0;
}
.unterformular_angaben legend {
	font-size: 1.25rem;
	color: var(--bs-black);
    border-bottom: 1px solid var(--bs-black);
    margin: 2rem 0;
}
span.feldbezeichnung,
.feldbezeichnung legend,
.radio_group legend,
.checkbox_group legend {
    font-size: var(--bs-body-font-size);
    color: var(--bs-black);
    border-bottom: 0;
    padding-top: 1rem;
    margin: 1rem 0;
}

.form-group label {
	font-size: var(--bs-font-size);
	font-weight: 700;
	color: var(--bs-black);
	margin-bottom: 0.625rem;
}
.datenschutz small,
.form-group small {
	font-size: 0.875rem;
	color: var(--bs-black);
	line-height: 0.5rem;
	font-weight: 400;
}

/* Formularfelder END*/

/* Artikel Container */
.artikel-container {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
	width: 100%;
	min-width: 200px;
	max-width: 100%;
}
.bodytext {
	margin-bottom: 2.8125rem;
	overflow: hidden;
}
.container-bg-gray-bright {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
	padding: .9375rem !important;
	margin-top: 2rem;
    margin-bottom: 2rem;
}


/* Im Formular Verkehrswertgutachten BEGINN*/
.grid-nachweise {
	display: grid;
	grid-template-columns: auto auto auto;
	width: 100%;
}
.grid-nachweise > * {
	margin: 0;
}
.grid-nachweise > div {
	line-height: 1.8;
	font-weight: bold;
}
/* Im Formular Verkehrswertgutachten END*/


/* Nachrichten auf der Startseite */
.card-read-more {
	color: var(--bs-black);
	text-decoration: none;
	display: block;
}
.card-read-more:hover {
	color: var(--bs-black);
    text-decoration: none;
}
.news-grid-item {
	box-shadow: 0 .188rem .375rem rgba(0, 0, 0, .1607843137);
    border-radius: 0;
    padding: 0;
    background-color: var(--bs-white);
    text-align: left;
    margin-bottom: 30px;
}
.news-grid-item .card-body {
	position: relative;
	padding-bottom: 3.75rem !important;
	padding-top: 1.5625rem !important;
	padding-right: 1.875rem !important;
	padding-left: 1.875rem !important;
}
.news-grid-item .card-subtitle {
    bottom: 0;
    line-height: 1.375rem;
    font-size: 1rem;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}
.news-grid-item .card-subtitle:before {
    position: absolute;
    content: " ";
    height: .75rem;
    line-height: .75rem;
    background-color: #871d33;
    left: -1.875rem;
    top: .35rem;
    width: 1.25rem;
}
.news-grid-item .card-title {
    line-height: var(--bs-line-height);
	color: var(--bs-primary);
	margin: .9375rem 0 0;
    hyphens: auto;
    width: 100%;
}

.news-grid-item .card-body .card-text {
	height: auto;
	padding-top: 1.25rem !important;
	margin-top: 0;
}
@media (min-width: 1200px) {
	.news-grid-item .card-body .card-text {
		height: 5em;
		padding-top: 1.25rem !important;
		margin-top: 0;
	}
}
.news-grid-item .card-footer {
    padding-bottom: .9375rem !important;
	padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
	margin: 0 !important;
}
.news-grid-item .card-footer .card-footer__btn {
	font-size: 1rem;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	padding: 0 !important;
	background-color: transparent;
	border-color: transparent;
}
.news-grid-item .card-footer .card-footer__btn::after {
    content: "";
    background-image: url(https://lvermgeo.rlp.de/_assets/90e5b5e0fb243702058dd4a76da35c8b/Icons/arrow_right_bold.svg);
    display: inline-block;
    width: .75rem;
    height: 1.125rem;
    background-repeat: no-repeat;
    margin: 0 0 -.25rem .438rem;
    background-size: contain;
}
 /* Nachrichtenliste auf allen Seiten */
.mod_newslist .col-12 {
	display: inline-grid;
	border-top: 4px solid var(--bs-secondary);
    border-bottom: 4px solid var(--bs-secondary);
    border-radius: 0px;
    padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    margin: auto;
    margin-bottom: 20px;
    width: 100%;
}

.mod_newslist time {
    font-weight: 700 !important;
    font-size: var(--bs-body-font-size);
}

.mod_newslist time:before {
	content: " ";
    height: .75rem;
    width: 1.875rem;
    line-height: .75rem;
    background-color: #871d33;
    display: inline-block;
    position: relative;
    margin-right: .9375rem
}

.mod_newslist .ce_text > p {
	display: none;
}

.mod_newslist .ce_text > p:first-child {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.mod_newslist a {
    color: var(--bs-primary) !important;
    text-transform: uppercase !important;
	text-decoration: none;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent;
    border-color: transparent;
}

/* Nachrichtenleser auf der Neuigkeitenseite */
.mod_newsreader p.back {
	display:none;
}
.mod_newsreader p.info {
	font-weight: 700 !important;
}
.mod_newsreader p.info:before {
	content: " ";
    height: .75rem;
    width: 1.875rem;
    line-height: .75rem;
    background-color: #871d33;
    display: inline-block;
    position: relative;
    margin-right: .9375rem
}

/* Nachrichten auf der separaten Seite */
.aktuelles .col-12 {
	border-top: 0.625rem solid var(--bs-secondary);
}
.aktuelles .news-grid-item {
	box-shadow: none;
}

/* Nachrichten END */


/* Grid-Elemente auf der Übersichtseite */

#dienstleistungen:focus-within,
#produktkategorien:focus-within {
	border: var(--bs-focus);
}
#dienstleistungen div,
#produktkategorien div{
	align-content: center;
}

#shop_category_button,
#service_category_button {
	background-color: transparent;
	border: 0;
	padding: 0;
}
#service_category_button img,
#shop_category_button img {
	width: 5rem;
	height: 5rem;
}
@media screen and (max-width: 556px) {

	#dienstleistungen div:first-child,
	#produktkategorien div:first-child,
	#service_category_button img,
	#shop_category_button img {
		display: none;
	}
	h2 {
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}
	ul.shop_category {
	list-style: none;
	padding-inline-start: .1rem;
	}
	ul.shop_category li  {
	margin-bottom: 1rem;
	}
}

ul.shop_category {
	list-style: none;
}
ul.shop_category a {
	color: var(--bs-black);
    text-transform: uppercase;
    font-weight: 500;
}

.grid-item {
    box-shadow: 0 .188rem .375rem rgba(0, 0, 0, .1607843137);
    border-radius: 0;
    padding: 0;
    background-color: var(--bs-white);
    text-align: left;
    margin-bottom: 30px;
}

.grid-item a {
	text-decoration: none;
}
.grid-item-img {
	margin-bottom: 0 !important;
}
.grid-item-img img {
    display: block;
    object-fit: cover;
    object-position: center;
    background-color: var(--bs-white);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 21.5rem;
    max-width: 100%;
    max-height: 21.5rem;
}
.grid-item-img .image-copyright {
    width: auto;
    position: absolute;
    left: auto;
    top: 18.5625rem;
    right: 0rem;
    z-index: 2;
    height: 2.9rem;
    font-size: .875rem;
    text-align: right;
    color: #fff;
    padding: .875rem 1.56rem;
    margin: 0;
    background: rgba(0, 0, 0, .5);
}

.grid-item-body {
	position: relative;
	height: 10rem;
	padding-bottom: 3.75rem !important;
	padding-top: 1.5625rem !important;
	padding-right: 1.875rem !important;
	padding-left: 1.875rem !important;
}
.grid-item-footer {
	margin: 0 !important;
	padding-bottom: .9375rem !important;
	padding-top: 0 !important;
	padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
}

.grid-item:hover,
.grid-item-body:hover,
.grid-item-footer:hover {
	text-decoration: none;
}

.grid-item-body .sub-pretitle,
.grid-item-body .grid-item-pretitle,
.grid-item-body .grid-item-title {
	display: block;
    font-weight: 700 !important;
	line-height: var(--bs-body-line-height);
	word-break: break-word;
}

.grid-item-body .sub-pretitle {
	font-size: 1rem;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
	bottom: 0;
    vertical-align: baseline;
}

.grid-item-body .sub-pretitle:before {
	position: absolute;
    content: " ";
    height: .75rem;
    line-height: .75rem;
    background-color: #871d33;
    left: -1.875rem;
    top: .35rem;
    width: 1.25rem;
}
.grid-item-body .grid-item-pretitle {
    font-size: 1rem;
    color: var(--bs-black) !important;
    text-transform: uppercase !important;
	hyphens: manual;
}
.grid-item-body .grid-item-title {
    color: var(--bs-primary);
    height: 5rem;
    margin-bottom: 0;
}

.grid-item-footer .grid-footer_link {
	padding: 1rem 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

.grid-footer_link {
	font-size: 1rem;
    color: var(--bs-black) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent;
    border-color: transparent;
}
.grid-footer_link:after {
	content: "";
    background-image: url(https://lvermgeo.rlp.de/_assets/90e5b5e0fb243702058dd4a76da35c8b/Icons/arrow_right_bold.svg);
    display: inline-block;
    width: .75rem;
    height: 1.125rem;
    background-repeat: no-repeat;
    margin: 0 0 -.25rem .438rem;
    background-size: contain;
}


/* PDF-Files */
.link_text {
	color: var(--bs-link-color);
    font-weight: 600;
    hyphens: auto;
    word-break: break-word;
}
.link_meta {
	color: var(--bs-gray-900);
}

/* Tabellen */
.faq_table_name {
	font-weight: 700 !important;
	color: var(--bs-primary);
}
.faq_table {
	width: 100%;
    max-width: 100%;
    margin-top: 1rem;
}

.faq_table > tbody > tr > td, .faq_table > tbody > tr > th, .faq_table > tfoot > tr > td, .faq_table > tfoot > tr > th, .faq_table > thead > tr > td, .faq_table > thead > tr > th {
    font-size: var(--bs-body-font-size);
	color: var(--bs-black);
	padding-left: 0.6rem;
	padding-top: .8rem;
	padding-bottom: .8rem;
    line-height: var(--bs-body-line-height);
    vertical-align: middle;
    border-bottom: 0.35rem solid var(--bs-secondary);
}

.faq_table > thead > tr {
    background-color: var(--bs-secondary);
    height: 4.125rem;
    color: var(--bs-black)
}
.faq_table > thead > tr > th {
    vertical-align: middle;
    border-bottom: none;
}
