
/* Anker-Links fixen, die durch den fixen Header überlagert werden */
/* Scroll um 125px korrigieren */
html {
  scroll-padding-top: 175px; /* height of sticky header */
}

.blubold {
	color: #0067ac;
	font-weight: bold;
}

/* unsichtbarer DIV zum Einfügen zusätzlicher Suchbegriffe in eine Seite */
.search-keywords {
	display: none;
}


.btn.in-aktiv:disabled {
    opacity: 0.4;
}


/* ### Scroll-Up Button ### */

#sroll-up {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 3;
	font-size: 2rem;
	background-color: #0067ac;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	padding: 12px 15px;
	cursor: pointer;
	transition: opacity 0.5s;
	border-radius: 0.5rem;
	line-height: 2rem;
}

#sroll-up.show {
	visibility: visible;
	opacity: 0.5;
}

#sroll-up.show:hover, #sroll-up.show:active, #sroll-up.show:focus {
	opacity: 1;
}

@media (min-width: 992px) and (pointer: fine) and (hover: hover) {
	#sroll-up {
		padding: 8px 11px;
	}
}

/* ### Ende Scroll-Up Button ### */


/* ######## FAQ - Lenzxikon - Lenz Insight Accordions ######### */

	#faq-accordion .card-header h4 {
		font-family: -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";
	}

	#faq-accordion .card {
		margin-bottom: 0px;
	}
	
	#faq-accordion .card-header {
		padding: 0.375rem 0.75rem;
	}
	
	#faq-accordion .card-header button {
		position: relative;
		font-weight: 600;
		font-size: 1.1rem;
	}
	
	#faq-accordion .card-header .btn:focus, #faq-accordion .card-header .btn.focus {
		outline: 0;
		box-shadow: none;
	}
	
	#faq-accordion .card-header button i {
		position: absolute;
		right: 1rem;
		top: 0.375rem;
		font-size: 1.6rem;
		color: #666;
		transition: transform 0.5s;
	}
	
	#faq-accordion .card-header.show {
		background-color: #0067ac;
	}
	
	#faq-accordion .card-header.show button {
		color: #fff;
	}
	
	#faq-accordion .card-header.show button i {
		transform: rotate(90deg);
		color: #fff;
	}
	
	#faq-accordion .sub-card .card-header {
		background-color: #fff;
	}
	
	#faq-accordion .sub-card > .card-header {
		background-color: #fff;
	}
	
	#faq-accordion .sub-card > .card-header.show {
		background-color: #fff;
		border-bottom: 1px solid #0067ac;
	}
	
	#faq-accordion .sub-card > .card-header button {
		padding-right: 50px;
	}
	
	#faq-accordion .sub-card > .card-header.show button {
		color: #0067ac;
	}
	
	#faq-accordion .sub-card > .card-header.show button i {
		color: #0067ac;
	}
	
/* ######## ENDE FAQ - Lenzxikon - Lenz Insight Accordions ######### */


/* ### Modal-Video-Player ### */

.modal-video-player {
	width: 100%;
	height: auto;
}

/* ### Ende Modal-Video-Player ### */


.floating-img-right-small {
	width: 40%;
	float: right;
	margin-left: 25px;
		
}

@media (min-width: 768px) {
	.floating-img-right-small {
		width: 30%;
	}
}
@media (min-width: 992px) {
	.floating-img-right-small {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.floating-img-right-small {
		width: 20%;
	}
}

.img-responsive {
	width: 100%;
	height: auto;
}

/* ### Spur 0 - Gleise ### */

	#gleis-tabelle .gleis-group {
		background-color: #f2f2f2;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border: 1px solid #ccc;
	}
	#gleis-tabelle .gleis-group .btn {
		font-weight: bold;
		display:block;
		width: 100%;
		text-align: left;
		position: relative;
		padding: 0 0.75rem;
	}
	#gleis-tabelle .gleis-group .btn:focus, .gleis-group .btn:active {
		outline: 0;
		box-shadow: none;
	}
	#gleis-tabelle .gleis-group .btn i {
		position: absolute;
		right: 0.75rem;
		top: 0.25rem;
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		-o-transition: transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}
	#gleis-tabelle .gleis-group.show {
		background-color: #0067ac;
	}
	#gleis-tabelle .gleis-group.show .btn i {
		-moz-transform:    rotate(90deg);
		-o-transform:      rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#gleis-tabelle .gleis-group.show .btn {
		color: #fff;
	}
	#gleis-tabelle .gleis-body div[class*="col-"] {
		position: relative;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	#gleis-tabelle .gleis-header {
		font-weight: bold;
		background-color: #f2f2f2;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border: 1px solid #ccc;
	}
	#gleis-tabelle .gleis-header div[class*="col-"] {
		padding-left: 15px;
	}
	#gleis-tabelle .gleis-sub-header {
		position: absolute;
		font-size: 0.75rem;
		top: -0.5rem;
		font-style: italic;
	}
	#gleis-tabelle .gleis-body {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}
	#gleis-tabelle .gleis-img {
		padding-top: 4px;
	}
	#gleis-tabelle .gleis-body div.bb {
		padding: 0px;
		margin-bottom: 0.75rem;
	}
	#gleis-tabelle .gleis-body div.bb hr {
		margin: 0 15px;
	}
	
	#gleis-tabelle .g-first {
		padding-left: 30px;
		padding-right: 0px;
	}
	#gleis-tabelle .g-sec {
		padding-left: 30px;
	}
	#gleis-tabelle div.pl-30[class*="col-"] {
		padding-left: 25px;
	}
	#gleis-tabelle div.pl-12[class*="col-"] {
		padding-left: 12px;
	}
	
	@media (min-width: 768px) {
		#gleis-tabelle .gleis-body div[class*="col-"] {
			padding-top: 0.25rem;
			padding-bottom: 0.25rem;
		}
		#gleis-tabelle .g-sec {
			padding-left: 15px;
		}
		#gleis-tabelle .gleis-body.collapse {
			display: flex;
		}
		#gleis-tabelle .gleis-body div.bb {
			margin-bottom: 0;
		}
	}
	
/* ### Ende Spur 0 - Gleise ### */

/* ### Floating-Images ### */

.img-float-right-40 {
	float: right;
	margin-left: 25px;
	width: 40%;
	overflow: hidden;
}

.img-float-right-30 {
	float: right;
	margin-left: 25px;
	width: 28.75%;
	overflow: hidden;
}
.img-float-right-25 {
	float: right;
	margin-left: 25px;
	width: 25%;
	overflow: hidden;
}
.img-float-right-20 {
	float: right;
	margin-left: 25px;
	width: 20%;
	overflow: hidden;
}



@media (max-width: 991.99px) {
	.img-float-right-30 {
		width: 35%;
	}
	.img-float-right-25 {
		width: 30%;
	}
	.img-float-right-20 {
		width: 25%;
	}
}

@media all and (max-width: 575.99px) {
	.img-float-right-40, .img-float-right-30, .img-float-right-25, .img-float-right-20 {
		margin-left: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
		width: 100%;
		float: none;
		clear: both;
	}
}

/* ### Ende Floating-Images ### */

/* ### Downloads ### */

	#faq-accordion .pdf-download > .col-12 > a {
		display: inline-block;
		width: 100%;
		padding: 5px 15px;
		margin: 5px 0;
	}
	#faq-accordion .pdf-download > .col-12 > a:hover .blubold {
		color: #e6007e;
	}
	#faq-accordion .pdf-download > .col-12 {
		border-bottom: 1px solid #ccc;
	}
	#faq-accordion .pdf-download > .col-12.first {
		border-top: 1px solid #ccc;
	}
	
	#faq-accordion.downloads {
		margin-top: 15px;
	}

/* ### Ende Downloads ### */


/* ### Pagination zum Blättern der Suche ### */

ul.pagination {
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin-top: 10px;
}
ul.pagination > li > a {
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #ccc;
	border-radius: 0.375rem;
	margin: 2.5px;
	font-weight: bold;
}
ul.pagination > li.active > a {
	background-color: #0067ac;
	color: #fff;
	font-weight: bold;
	cursor: default;
}
ul.pagination > li:not(.active) > a:hover {
	background-color: #f2f2f2;
	font-weight: bold;
}
ul.pagination li.disabled span {
	display: inline-block;
	margin: 15px 5px 0px 5px;
}

.pager-xs {
	display: none;
}
@media all and (max-width: 575.99px) {
	.pager-lg {
		display: none;
	}
	.pager-xs {
		display: block;
	}
}

.pager-xs li.active {
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #ccc;
	border-radius: 0.375rem;
	margin: 2.5px;
	font-weight: bold;
    background-color: #0067ac;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

/* ### Ende Pagination ### */

/* ### Suchergebnisse ### */

.search-result {
	width: 100%;
	margin-bottom: 20px;
}
.search-header {
	color: #333;
	font-weight: bold;
}
.search-body {
	color: #333;
	text-align: justify;
}
.search-body b {
	color: #0067ac;
}
.search-link:hover .search-header {
	color: #e6007e;
}
.no-result {
	font-weight: bold;
	margin: 15px 0px 75px 0px;
	display: block;
}

/* ### Ende Suchergebnisse ### */

/* ### Custom-Artikel-Boxen ### */

	.custom-artikel {
		padding-right: 0; 
		padding-left: 0;
	}
	.custom-artikel .float-right {
		width: 100%;
		height: auto;
	}
	@media all and (min-width: 768px) {
		.custom-artikel .float-right {
			display: block;
			width: 28.75%;
			height: auto;
			max-width: 100%;
			border: 1px solid #d9d9d9;
			border-radius: 0.5rem;
			text-align: center;
			overflow: hidden;
			margin-right: 15px;
		}
	}
	.custom-artikel .artikel-border {
		border: none;
		height: 1px;
		margin-top: 0.5rem;
		margin-bottom: 15px;
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		padding-left: 15px;
		padding-right: 15px;
	}
	
/* ### Ende Custom-Artikel-Boxen ### */

/* Status-Icons auf der Seite spur0/produktion.php */

.imgstatus {
    width: 45px;
    height: auto;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    bottom: 2px;
    margin: 0px 5px 0 0;
}

/* Händler-Suche */

	.bg-blue {
		width: 100%;
		background-color: #d9e3ef;
		border: 1px solid #ccc;
		padding: 15px;
		border-radius: 0.375rem;
	}
	.bg-gray {
		width: 100%;
		background-color: #f2f2f2;
		border: 1px solid #ccc;
		padding: 15px;
		border-radius: 0.375rem;
	}
	.haendler-sidebar {
		margin-bottom: 0.5rem;
	}
	.plz-gebiete {
		padding-left: 36px;
	}
	.haendler-link {
		display: inline-block;
		width: 45%;
	}
	#form-haendler-suche {
		margin-bottom: 15px;
	}
	#form-haendler-suche select {
		margin-bottom: 15px;
	}
	#form-haendler-suche .form-group {
		margin-bottom: 0;
	}
	@media all and (max-width: 991.99px) {
		.haendler-link {
			display: inline-block;
			width: 65%;
			padding: 0.2rem 0;
		}
	}
	@media all and (max-width: 767.99px) {
		.haendler-link {
			display: inline-block;
			width: 18%;
			padding: 0;
		}
	}
	@media all and (max-width: 575.99px) {
		.haendler-link {
			display: inline-block;
			width: 30%;
		}
		.text-sm-right {
			text-align: right;
		}
	}
	@media all and (min-width: 992px) {
		#form-haendler-suche select {
			margin-bottom: 0;
		}
	}
	
	#form-haendler-suche .btn-blue {
		min-width: 100px;
	}
	.flag {
		border-radius: 0.25rem;
		position: relative;
		top: -2px;
	}
	
	#haendler-liste .row {
		border-bottom: 1px solid #ccc;
	}
	#haendler-liste .row.header {
		font-weight: bold;
	}
	#haendler-liste .row.body {
		min-height: 6.85rem;
	}
	#haendler-liste .row.body:nth-child(2n) {
		background-color: #f2f2f2;
	}
	#haendler-liste .row div {
		padding: 0.375rem 0.75rem;
		overflow: hidden;
	}
	#haendler-liste .row.body [class*="col-"] > span {
		display: none;
	}
	#haendler-liste .sortiment {
		text-align: right;
	}
	#haendler-liste .sortiment img {
		display: inline-block;
		margin-left: 0.75rem;
		margin-top: 1.5rem;
		vertical-align: baseline;
	}
	@media all and (max-width: 991.99px) {
		#haendler-liste .sortiment img {
			margin-top: 0;
		}
		#haendler-liste .sortiment img:last-of-type {
			margin-top: 0.5rem;
		}
	}
	@media all and (max-width: 767.99px) {
		#haendler-liste .sortiment {
			text-align: center;
			position: relative;
		}
		#haendler-liste .sortiment img {
			margin: 0;
		}
		#haendler-liste .sortiment img:last-of-type {
			margin-left: 1rem;
		}
		#haendler-liste .row.body .sortiment > span {
			display: block;
			position: absolute;
			top: 1rem;
		}
	}
	@media all and (max-width: 359.99px) {
		#haendler-liste .sortiment {
			text-align: right;
		}
	}

/* Ende Händler-Suche */

.btn-info-collapse {
    position: relative;
    border: 1px solid #333;
    color: #333;
    border-radius: 0.375rem;
}

