/* Bootstrap */
.dropdown-menu {
	border-radius: 0;
	--bs-dropdown-zindex: 1030;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
}

.dropdown-toggle::after {
	content: "";
	border: none;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px
}

.btn {
	border-radius: 0
}

.input-group .btn {
	font-size: 14px;
	border-radius: var(--bs-border-radius);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0077d1;
  --bs-btn-border-color: #0077d1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff8000;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0077d1;
  --bs-btn-disabled-border-color: #0077d1;
}

.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0077d1;
  --bs-btn-border-color: #0077d1;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ff8000;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ff7f00;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #0077d1;
  --bs-btn-disabled-border-color: #0077d1;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0077d1;
  --bs-btn-border-color: #0077d1;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ff8000;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ff7f00;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #0077d1;
  --bs-btn-disabled-border-color: #0077d1;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	color: #A0A0A0;
}

.text-secondary {
	color: #A0A0A0 !important;
}

.form-control, .form-select {
	font-size: 14px
}

form .form-control, form .form-select {
	border-color: #C7C7C7
}

/* General styles */
body {
	font-size: 15px;
	color: #333;
}

a, .btn-link {
	color: #A0A0A0;
	text-decoration: none
}

a:hover, .btn-link:hover {
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

/**************************************************************************************/
/*	 Typography                                                                       */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0077D1;
}

h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 50px;
  color: #0077D1;
}

h2 {
  font-size: 30px;
  line-height: 62px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #0077D1;
}

h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 50px;
  color: #0077D1;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
  color: #0077D1;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0077D1;
}

h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/**************************************************************************************/
/*	 neu eingefügt                                                                    */

.page {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0px 0px 0px;
}

.home .page {
  padding: 150px 0px 0px;
}

.row-fluid .itemSpan6,
.row-fluid .span6 {
  width: 49.99995%;
}

.row-fluid [class*="itemSpan"],
.row-fluid [class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  display: block;
  float: left;
  padding-left: 11px;
  min-height: 1px;
 
}

p.blocknumber {
  min-height: 44px;
  padding: 5px 0px 17px 95px;
  position: relative;
}

span.blocknumber {
  background-color: #006DA6;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 65px;
  left: 0;
  line-height: 65px;
  margin-top: 5px;
  position: absolute;
  text-align: center;
  width: 65px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

/**************************************************************************************/

#content-row-4 {
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 150px 0px 130px;
  background-image: url("../images/bg.7.jpg");
  background-position: left center;
  display: block;
  left: 0;
}

#content-row-4 h1 span.item_title_part2 {
  display: block;
}

#content-row-4 h1 {
  margin: 0px auto 0px;
}

#content-row-4 h1,
#content-row-4 h2 {
  color: #fff;
}

#content-row-4 h2 .item_title_part0 {
  color: #0077D1;
  font-weight: 800;
}

#content-row-4 h3::before {
  background: none;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: relative;
  top: -30px;
  width: 25px;
}

#content-row-4 h3,
#content-row-4 h4 {
  color: #fff;
}

#content-row-4 .row-wrapper::before,
#content-row-4 .row-wrapper::after {
  bottom: 0;
  content: "";
  display: block;
  left: -3000px;
  position: absolute;
  right: -3000px;
  top: 0;
  width: auto;
  z-index: -1;
}

#content-row-4 .row-wrapper::before {
  left: -100%;
  background-attachment: fixed;
  background-image: url("../images/bg.7.jpg");
  background-position: left center;
  background-size: cover;
  display: block;
  left: 0;
  width: 50%;
}

#content-row-4 .row-wrapper::after,
#content-row-4 .row-wrapper::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 101%;
  z-index: -1;
}

#content-row-4 .row-wrapper::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  left: 50%;
  margin-left: -15px;
  padding-left: 30px;
}

#content-row-4 .moduletable {
  color: #fff;
}

#content-row-4 p.blocknumber {
  margin-left: 30px;
}

#content-row-4 span.blocknumber {
  background-color: #fff;
  color: #0077D1;
}

/**************************************************************************************/

.row-fluid .itemSpan12,
.row-fluid .span12 {
  width: 100%;
}

.cols-1 [class*="span"] {
  width: 99.9999%;
}

.cols-2 [class*="span"] {
  width: 49.99995%;
}

.cols-3 [class*="span"] {
  width: 33.3333%;
}

.cols-4 [class*="span"] {
  width: 24.999975%;
}

.cols-5 [class*="span"] {
  width: 19.99998%;
}

.cols-6 [class*="span"] {
  width: 16.66665%;
}


#content-row-5 {
  padding: 150px 0 130px;
  background-color: #0077D1;
  background-position: left center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#content-row-5 h1 {
  text-align: left;
  margin-bottom: 20px;
}

#content-row-5 h2 .item_title_part0 {
  font-weight: 800;
}

#content-row-5 h3 {
  color: #fff;
}

#content-row-5 h3::before {
  background: none;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: relative;
  top: -30px;
  width: 25px;
}

#content-row-5 .mod-newsflash-adv .item_img {
  margin-bottom: 30px;
}

#footer-wrapper {
  font-weight: 300;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-color: #333;
  color: #fff;
}

#footer-wrapper a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#footer-wrapper a:hover {
  color: #eee;
}

/**************************************************************************************/
/*	 Slider row                                                                     */

#slider-row {
  background-image: url(../images/bg.4.jpg);
  background-attachment: fixed;
  background-size: cover;
  
}

#slider-row .moduletable-wrapper {
  margin: 50px 0 -60px;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.container-fluid:after {
  clear: both;
}

.row-container {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
}

.row-container.full {
  max-width: none;
}

.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-container:after {
  clear: both;
}

.row-fluid {
  margin-left: -30px;
  width: auto;
}

#header-wrapper
{			
}

#top-header-row
{
		background-color: #FFFFFF;	
}

#slider-row
{	
}

ul,
ol {
  padding: 0;
  margin: 0 0 12.5px 25px;
}

  #content-row-4 .moduletable {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  @media (max-width: 480px) {
  #content-row-4 .moduletable {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .row-fluid [class*="itemSpan"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
}
  
 @media (max-width: 767px) {
  body .row-container {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 979px) {
  .row-fluid {
    margin-left: -12px;
  }
}


/*******************************************************************************************/

.sequence-slider
{
	height: 0px;
	margin: 0;
	position: relative; /* required */
	width: 100%;
}

.sequence-slider.loaded
{
	background: #fff;
}

.sequence-slider.sequence-thumbnails
{
	margin-bottom: 120px;
}

.sequence-slider > .sequence-canvas
{
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.sequence-slider > .sequence-canvas > li
{ /* required */
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.sequence-slider > .sequence-canvas li > *
{  /* required */
	position: absolute;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.sequence-slider > .sequence-canvas li .slide-img
{
	-moz-transition: all 5s ease;
	transition: all 5s ease;
	opacity: 0;
}

.sequence-slider > .sequence-canvas li.animate-in .slide-img
{
	opacity: 1;
}

.sequence-slider > .sequence-canvas li.animate-out .slide-img
{
	opacity: 0;
}

.sequence-slider > .sequence-canvas li > .info
{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	padding: 35px;
	font-size: 1em;
	right: 150%;
	line-height: 1.2em;
	bottom: 4%;
	width: 35%;
	z-index: 10;
	vertical-align: middle;
	-webkit-transition-duration: 5s;
	-moz-transition-duration: 5s;
	-ms-transition-duration: 5s;
	-o-transition-duration: 5s;
	transition-duration: 5s;
	-webkit-transition-property: right;
	-moz-transition-property: right;
	-ms-transition-property: right;
	-o-transition-property: right;
	transition-property: right;
	font-weight: 500;
	text-align: left;
}

.sequence-slider > .sequence-canvas li.animate-in .info
{
	right: 2%;
	-webkit-transition-duration: 5s;
	-moz-transition-duration: 5s;
	-ms-transition-duration: 5s;
	-o-transition-duration: 5s;
	transition-duration: 5s;
}

.sequence-slider > .sequence-canvas li.animate-out .info
{
	right: -150%;
	-webkit-transition-duration: 5s;
	-moz-transition-duration: 5s;
	-ms-transition-duration: 5s;
	-o-transition-duration: 5s;
	transition-duration: 5s;
}

.sequence-slider > .sequence-canvas .info .slide-title
{
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
	color: #fff;
}

.sequence-slider > .sequence-canvas .info .slide-title span
{
}

.sequence-slider > .sequence-canvas .info .slide-title .caption_part0
{
	color: #8aaa22;
}

.sequence-slider > .sequence-canvas .info p
{
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 400;
}

.sequence-slider > .sequence-canvas .info p.price
{
	color: #8aaa22;
	padding-bottom: 25px;
}

.sequence-slider > .sequence-canvas .info .btn-info 
{
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
}

.sequence-prev, .sequence-next
{
	position: absolute;
	top: 40%;
	height: 126px;
	width: 63px;
	cursor: pointer;
	z-index: 100;
}

.sequence-prev
{
	left: 40px;
}

.sequence-next
{
	right: 40px;
}

.sequence-prev:before, 
.sequence-next:before, 
.sequence-prev:after, 
.sequence-next:after
{
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0.2;
}

.sequence-prev:before, .sequence-next:before
{
	opacity: 1;
}

.sequence-prev:hover:before, .sequence-next:hover:before
{
	opacity: 0;
}

.sequence-prev:hover:after, .sequence-next:hover:after
{
	opacity: 1;
}

.sequence-prev:before
{
	background: url(../images/slider_nav.png) left top;
}

.sequence-prev:after
{
	background: url(../images/slider_nav.png) left bottom;
}

.sequence-next:before
{
	background: url(../images/slider_nav.png) right top;
}

.sequence-next:after
{
	background: url(../images/slider_nav.png) right bottom;
}

.sequence-pagination-wrapper
{
	position: absolute;
	bottom: 0;
	margin: 0;
	margin-top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-bottom: 3px solid #1bbc9c;
}

.sequence-pagination-wrapper ul.sequence-pagination
{
	margin: 0px;
	padding: 30px 40px;
	display: inline-block;
	right: 27%;
	position: relative;
}

.sequence-pagination.sequence-thumbnails
{
	display: table;
	max-width: 100%;
	margin: 0 auto;
}

.sequence-pagination li
{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: 9999px;
	margin: 0 5px;
}

.sequence-pagination li:hover, 
.sequence-pagination li.current
{
	background: rgba(15, 203, 187, 0.8) none repeat scroll 0 0;
}

.sequence-pagination.sequence-thumbnails li
{
	text-indent: 0;
	width: auto;
	height: auto;
	margin: 0;
	border-radius: 0;
	overflow: visible;
	display: table-cell;
	background: none !important;
	vertical-align: top;
}

.sequence-pagination.sequence-thumbnails li+li
{
	padding: 0 0 0 10px;
}

.sequence-pagination.sequence-thumbnails li img
{
	width: 100%;
	vertical-align: top;
}

.sequence-preloader
{
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 999999;
}
 @keyframes 
preload
{
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

.sequence-preloader .preloading .circle
{
	fill: #ff9442;
	display: inline-block;
	height: 12px;
	position: relative;
	top: -50%;
	width: 12px;
	animation: preload 1s infinite;
}

.preloading
{
	display: block;
	height: 12px;
	margin: 0 auto;
	top: 50%;
	margin-top: -6px;
	position: relative;
	width: 48px;
}

.sequence-preloader .preloading .circle:nth-child(2)
{
	animation-delay: .15s;
}

.sequence-preloader .preloading .circle:nth-child(3)
{
	animation-delay: .3s;
}

.preloading-complete
{
	opacity: 0;
	visibility: hidden;
	transition-duration: 1s;
}

div.inline
{
	background-color: #ff9442;
	margin-right: 4px;
	float: left;
}

@media (max-width: 1600px)
{
	.sequence-slider > .sequence-canvas li > .info	
	{
		padding: 30px 50px;
	}	
}

@media (max-width: 1200px)
{
	.sequence-slider > .sequence-canvas li > .info	
	{
		width: 50%;
	}
}

@media (max-width: 979px) 
{
	.sequence-slider > .sequence-canvas li > .info	
	{
		width: 70%;
	}
		
	.sequence-slider > .sequence-canvas .info p 
	{
		font-size: 22px;
		line-height: 22px;
		padding-bottom: 20px;		
	}
	
	.sequence-pagination-wrapper ul.sequence-pagination 
	{
		padding: 20px 40px;
	}
	
	.sequence-prev, 
	.sequence-next 
	{
		display: none !important;
	}
	
}

@media (max-width: 767px) 
{
	.sequence-pagination-wrapper
	{
		display: none;
	}

	.sequence-slider > .sequence-canvas li.animate-in .info
	{
		padding: 20px 20px 20px 20px;
		width: 75%;
	}

	.sequence-slider > .sequence-canvas .info .slide-title 
	{
		font-size: 22px;
		line-height: 26px;
	}
	
	.sequence-slider > .sequence-canvas li .slide-img
	{
		-moz-transition: all 1s ease;
		transition: all 1s ease;
		opacity: 0;
	}
	
	.sequence-slider > .sequence-canvas .info p 
	{
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 10px;
	}
	
	.sequence-slider > .sequence-canvas .info .btn-info 
	{
		height: 40px;
		line-height: 40px;
		padding: 0 30px;
	}
	
	.sequence-slider > .sequence-canvas .info .btn-info 
	{
		line-height: 40px;
	}	

	.sequence-prev, 
	.sequence-next 
	{
		top: 18%;
	}
	
	.sequence-prev 
	{
		left: 20px;
	}		

	.sequence-next 
	{
		right: 20px;
	}
}

@media (max-width: 480px) 
{
	.sequence-slider > .sequence-canvas li > .info
	{
		display: none;
	}
}
/**************************************************************************************/



.toolbar {
	font-size: 14px;
	padding: 9px 0;
	background-color: #EFEFEF
}

.toolbar a, .toolbar .btn-link {
	color: inherit;
}

.toolbar .btn svg {
	margin-right: 5px;
}

.toolbar svg {
	line-height: 16px;
	vertical-align: sub;
}

.top-bar {
	font-weight: bold;
}

header p {
	margin: 0
}

.toolbar .dropdown-menu {
	font-size: 14px;
	line-height: 14px;
	min-width: 100%;
	width: max-content;
}

.form-control-feedback {
	display: block;
	font-size: 14px;
	color: red;
}

/* Main menu */
.main-menu {
	background-color: #FF8000;
	color: #fff;
	border-bottom: 1px solid #0077D1;
    border-top: 1px solid #0077D1;
}

.main-menu .nav-item {
	position: relative;
}

.main-menu a, .main-menu span {
	position: relative;
	display: block;
	padding: 14px 18px;
	color: #fff;
	background-color: #ff8000;
	transition: background-color linear 250ms
}

.main-menu .active > a, .main-menu .active > span, .main-menu a:hover, .main-menu span:hover {
	background-color: #0077D1;
	transition: background-color linear 250ms
}

.main-menu .parent > a::after, .main-menu .parent > span::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin-left: 5px;
	-webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
	mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}

.main-menu .mod-menu__sub .parent > a::after, .main-menu .mod-menu__sub .parent > span::after {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}

.main-menu .mod-menu__sub {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1022;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transition: all linear 250ms
}

.main-menu .parent:hover > .mod-menu__sub {
	opacity: 1;
	visibility: visible;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
	transition: all linear 250ms
}

.mod-menu__sub .mod-menu__sub {
	left: 100%;
	top: 0
}

/* Banners */
.banner-section p {
	margin: 0
}

/* Modules */
.mod-breadcrumbs {
	background-color: #FFB56C;
	font-size: 14px;
	white-space: nowrap;
	overflow: auto;
	flex-wrap: nowrap;
	margin-left: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
	float: none;
}

.mod-breadcrumbs a, .manufacturer-details-view a:not(.btn) {
	color: #0077D1;
}

.breadcrumb-item.active {
	color: #fff;
}


#sp-title {
  min-height: 0;
}

.sp-page-title {
  background: #FF972F;
  padding: 30px 0;
}

.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
  padding-left: 13px;
}

.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}


.row-breadcrumbs {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

/* ende Breadcrumb */

/* Footer */

aside .module-title {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}




/*************************************** Kontakt-Footer***********************************************/

.mod-custom__address
{
	
	color: #777;
	margin-bottom: 30px;
}


.mod-custom__address p
{
	font-weight: 300;
	padding-bottom: 15px;
	font-size: 18px;
	color: #0077D1;
}

.mod-custom__address span
{
	font-size: 18px;
	display: inline-block;
	color: #fff;
	line-height: 37px;
}

#component .mod-custom__address span
{
	font-size: 18px;
	display: inline-block;
	color: #666;
	line-height: 37px;
}

#content-top .mod-custom__address span
{
	font-size: 18px;
	display: inline-block;
	color: #666;
	line-height: 37px;
}

.mod-custom__address span:before
{
	font-family: FontAwesome;
	color: #0077D1;
	font-size: 24px;
	display: inline-block;
	width: 47px;
}

.mod-custom__address span.phone:before
{
	content: '\f095';
}

.mod-custom__address span.fax:before
{
	content: '\f1ac';

}

.mod-custom__address span.mail:before
{
	content: '\f003';
}


/**************************************************************************************/

.mod-custom__kontakt
{
	font-family: 'conthrax-sb', 'Arial', serif;
	color: #777;
	margin-bottom: 30px;
}


.mod-custom__kontakt p
{
	font-weight: 300;
	padding-bottom: 15px;
	font-size: 18px;
	color: #33CCFF;
}

.mod-custom__kontakt span
{
	font-size: 46px;
	display: inline-block;
	color: #33CCFF;
	line-height: 52px;
}

#component .mod-custom__kontakt span
{
	font-size: 46px;
	display: inline-block;
	color: #33CCFF;
	line-height: 52px;
}

#content-top .mod-custom__kontakt span
{
	font-size: 46px;
	display: inline-block;
	color: #33CCFF;
	line-height: 52px;
}

.mod-custom__kontakt span:before
{
	font-family: FontAwesome;
	color: #33CCFF;
	font-size: 46px;
	display: inline-block;
	width: 52px;
}

.mod-custom__kontakt span.phone:before
{
	content: '\f095';
}

.mod-custom__kontakt span.fax:before
{
	content: '\f1ac';

}

.mod-custom__kontakt span.mail:before
{
	content: '\f003';
}



footer {
	padding: 50px 0;
	background-color: #333;
}

footer .module-title {
	font-size: 30px;
	margin-bottom: 20px;
}

footer .nav {
	flex-direction: column;
}

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

footer .nav-item, footer li {
	margin-bottom: 10px;
}

footer a {
	color: #FFF;
}

footer a:hover {
	color: #A0A0A0;
}

/* Forms */
textarea {
	min-height: 100px
}

.control-label {
	margin-bottom: 5px;
}

/*********
Virtuemart
*********/

/* VM Search module */
.vmbasic-search input {
	border-color: #A0A0A0;
	border-radius: 0;
	height: 40px;
}

.mod-vm-search .btn-svg {
	padding: 0 10px;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	height: 40px;
}

.vm-search-custom-search-input input, #vm-orderby-select {
	border-radius: var(--bs-border-radius) !important;
}

/* VM cart module */
.vmCartModule .btn-link {
	color: #333;
}

/* Product page  */
.manufacturer a {
	color: #71ABD6;
}

/* Account */
.vm-add-edit-address > a, .vm-order-list a {
	font-weight: 600;
	color: #71ABD6
}

/* Checkout */
.vm-coupon-container .btn {
	border-radius: var(--bs-border-radius);
}

#checkoutForm .details {
	font-weight: 600;
	color: #71ABD6
}


/*********
Joomla
*********/

/* com_content */
.item-content .page-header h2 {
	font-size: 20px;
}

.article-info {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin-bottom: 5px;
}

.item-image {
	display: block;
	margin: 0 auto 30px;
}

.article-info > * {
	margin-right: 8px
}

.com-content-article__links {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.com-content-article__links a, .items-more a {
	color: #71ABD6
}

.active > .page-link, .page-link.active {
	background-color: #555555;
	border-color: #555555;
}

.page-link, .page-link:hover {
	color: #333;
}

.pagenavigation {
	margin: 30px 0;
}

.pagenavigation .next {
	margin-left: auto;
}

/* tags */
.com-tags-tag-list__category, .com-tags-tag__category {
	margin-top: 30px;
}

.tag-category .list-group-item h3 {
	margin: 0;
	font-size: 16px;
}

.tags .btn {
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
}


/* User */
.com-users-login.login, .com-users-reset, .com-users-remind, .com-users-registration {
	max-width: 400px;
	margin: auto;
	padding: 15px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.control-group, .com-users-login__remember {
	margin-bottom: 15px;
}

.com-users-reset legend, .com-users-remind legend {
	font-size: 14px
}

/* Contact */
#contact-form legend {
	font-size: 16px;
	font-weight: 600;
}

.com-contact-featured__table {
	margin-top: 30px;
}

/* Modules */
.sidebar-right ul, .sidebar-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-right li, .sidebar-left li {
	margin-bottom: 10px
}


.mod-login__userdata > div {
	margin-bottom: 15px;
}

.awesomplete input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.mod-login__userdata.userdata {
	padding: 15px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

#Passkey {
	width: 24px;
}

/* offcanvas*/
.offcanvas-body .mod-menu {
	flex-direction: column;
}

.offcanvas-body .mod-menu__sub {
	display: none;
	padding: 10px
}

.offcanvas-body .nav-item {
	padding: 5px 0;
	border-bottom: 1px solid var(--bs-border-color);
	position: relative;
}

.offcanvas-body .nav-item:last-child {
	border-bottom: none;
}

.offcanvas-body a {
	font-size: 15px;
	color: #333
}

.offcanvas-body .active > a {
   font-weight: bold;
}

.offcanvas-body .subtoggle {
	padding: 0;
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 1
}

.offcanvas-body .subtoggle.open {
	transform: rotate(-180deg);
	transition: all linear 200ms
}

/* To top */
.back-to-top-link {
	display: none;
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 1020;
}

@media screen and (max-width: 1080px) {

	body {
		font-size: 14px
	}

}

@media screen and (max-width: 991px) {

	h1 {
	  font-size: 24px
	}

	h2 {
	  font-size: 22px
	}

	h3 {
		font-size: 20px
	}

	h4 {
	  font-size: 18px
	}

	h5 {
	  font-size: 16px
	}

	h6 {
	   font-size: 15px
	}

	.main-search {
		display: none;
	}
}

@media screen and (max-width: 490px) {

	.toolbar {
		padding: 6px 0;
	}

	.toolbar .bg-alt {
		background-color: #333;
		color: #fff;
	}

	.top-bar {
		background-color: #333;
		color: #fff;
	}

	.top-bar a {
		color: #fff;
	}

	.cart-module .bi-cart3 {
		margin-top: 2px
	}

	.cart-module .total_products {
		display: none;
	}

	.vmCartModule .dropdown-menu {
		margin-right: -10px !important;
	}

	.cart-module .dropdown-toggle::after {
		content: none;
	}

	.com-contact-featured__items, .com-contact-category__items {
		overflow-x: auto;
	}

	footer {
		padding-bottom: 30px;
	}
}
