body {
	background-image: url(../pic/body_hg.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
}

.cookie-warnung {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 1rem;
	color: #FFF;
	background-color: rgba(0,0,0,.8);
	z-index: 50000;
}

ol, ul, dl {
    padding-left: 2rem;
}

a.sprache {
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
	color: #fff;
	background-color: #c6d5e0;
	text-decoration: none;
}

a.sprache:hover, a.sprache.active {
	background-color: #8da8bc;
}

.navbar-toggler {
	background-color: #c6d5e0;
	border-radius: .3rem;
}

.navbar-nav > .nav-item > .nav-link {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #8da8bc;
}

.navbar-nav > .nav-item.active > .nav-link {
	background-color: #7394AD;
	border-bottom: 2px solid #e60004;
}

.dropdown-menu .nav-item > .nav-link {
	color: #212529;
	line-height: 1.2rem;
	white-space: nowrap;
}

.dropdown-menu .nav-item > .nav-link:hover {
	background-color: #fff;
	color: #e60004;
}

.dropdown-menu .nav-item.active > .nav-link {
	background-color: #7394AD;
	color: #fff;
}

.globe, .cart {
	font-size: 1.7rem;
	height: 1.6rem;
	width: 1.6rem;
	margin-top: .2rem;
}

.globe {
	background-color: #c6d5e0;
	border-radius: .8rem;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}


.video-box-aussen {
	position: relative;
}

.video-platzhalter {
	width: 100%;
	height: 0px;
	padding-top: 36%;
}

.video-box-innen {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

.video {
	width: 100%;
	height: auto;
}


.content-bg {
	background-color: rgba(234, 240, 244, 0.8);
	padding-left: 15px;
	padding-right: 15px;
}

.card-header, .iconthumb {
	background-color: #8da8bc;
	color: #fff;
	overflow: hidden;
}

a.card:hover .card-header, a.card:hover .iconthumb {
	background-color: #7394AD;
	color: #e60004;
}

.einblendung {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,.8);
	opacity: 0;
	transition: opacity .5s;
}

a.card:hover .einblendung, .card:hover .einblendung {
	opacity: 1;
}

.galerie-einblendung {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2000;
}

.galerie-hg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	overflow: visible;
	z-index: 2030;
}

#galerie {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 0px;
	z-index: 2060;
}

#galerie .carousel-inner {
	height: 100%;
}

.galerie-motiv {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: visible;
}

.galerie-caption {
	position: absolute;
	right: 0px;
	top: 100%;
	height: 80px;
	left: 0px;
	z-index: 10;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	overflow: visible;
}

#galerie .carousel-control {
	background-image: none;
	width: 30px;
}

a.galerie-x {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fff;
	font-size: 2rem;
	z-index: 2090;
}

a.galerie-x:hover {
	color: #fff;
}

.carousel-caption {
	text-shadow: 1px 1px 3px #000;
}

.prod-bild {
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	border: 5px solid #fff;
}

.mini-prod-bild {
	width: 51px;
	height: 51px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	border: 1px solid #fff;
	margin-right: 3px;
}

.logo-bild {
	max-height: 50px;
}

.fuss {
	font-size: .9rem;
}

.table thead th {
    vertical-align: middle;
}

.fuss {
	border-top: 1px solid #8da8bc;
	padding-top: 1rem;
	padding-bottom: 3rem;
}

.social-media + .social-media {
	margin-left: 1rem;
}
	
.internal {
	border: 1px solid #e60004;
}

.internalrow {
	border-left: 4px solid #e60004 !important;
	border-right: 4px solid #e60004 !important;
}

.icon {
    float: left;
    margin-top: -15px;
    margin-right: 10px;
}

.miniicon {
    width: 20px;
    height: auto;
}

.ytlink {
	position: relative;
	display: block;
	overflow: hidden;
}

.ytthumb {
	margin-top: -9.5%;
	margin-bottom: -9.5%;
}

.playbutton {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-image: url(../pic/play_buttom.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.igelbild {
	position: relative;
	margin-bottom: 10px;
}

.igelmotiv {
	position: relative;
	z-index: 1;
}

.igel {
	position: absolute;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background-image: url(../pic/punkt.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	z-index: 10;
}

.igel:hover {
	width: 46px;
	height: 46px;
	margin-left: -23px;
	margin-top: -23px;
}

.igel.active {
	background-image: url(../pic/punkt_active.gif);
}

.igelalert {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 20;
	background-color: rgba(255,255,255,0.8);
	border-color: #ccc;
	color: #333;
	display: none;
}

.oeffnen {
	display: none;
}

.oeffnen.collapsed {
	display: block;
}

a.faq {
	display: block;
	width: 15px;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: -0.25rem;
}

.faq.collapsed {
	margin-top: 0;
}

.faq .plus::before {
	content: "-";
}

.faq.collapsed .plus::before {
	content: "+";
}

a.faqhead {
	color: #212529;
	text-decoration: none;
}

a.faqhead:hover, a.faqhead:focus {
	color: #8da8bc;
}

.g-link {
	font-size: 1.5rem;
	font-weight: bold;
	color: #eee;
}

a.g-link {
	color: #8da8bc;
	text-decoration: none;
}

.g-link.active {
	color: #e60004;
}

.nachoben-container {
	position: relative;
}

.nachoben {
	position: fixed;
	bottom: 40px;
	margin-left: -48px;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 1000;
}

.nachoben.sichtbar {
	opacity: 1;
}

a.nachoben:link, a.nachoben:visited {
	background-color: #fff;
}

a.nachoben:hover, a.nachoben:focus {
	background-color: #6d8fa9;
}

.highlightbox {
	margin-left: -15px;
	margin-right: -15px;
}

.reiter {
	margin: 0;
	bottom: 0px;
}

.btn-reiter {
	border: 1px solid #8da8bc;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: rgba(255,255,255,.7);
	box-shadow: none !important;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

.btn-reiter:hover {
	background-color: #fff;
}

.service_button {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.service_button > .glyphicon {
	font-size: 1.7rem;
	margin-right: .9rem;
	margin-top: -.1rem
}

a.service_button:hover, a.service_button:focus {
	color: #fff;
	text-decoration: none;
	background-color: #6b8091;
}

a.card-header:hover, a.card-header:focus {
	text-decoration: none;
}

.icon-text {
	font-style: italic;
	margin-right: .5rem;
}

.icon-pic {
	height: 1.7rem;
	width: auto;
	margin-right: .9rem;
	margin-top: -.1rem
}

#messetermine .carousel-item {
	min-height: 6rem;
}

a.messe {
	color: #666;
}

a.messe:hover, a.messe:focus {
	text-decoration: none;
	color: #000;
}


.pf_button {
	background: linear-gradient(#e60004, #c00409);
	color: #fff;
	font-size: 1.2rem;
}

.pf_button > .glyphicon {
	font-size: 1.2rem;
}

a.pf_button:hover, a.pf_button:focus {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(#c00409, #af0307);
}

.pf-header a {
	color: #fff;
	text-decoration: none;
}

.pf-header a.pf-aus {
	color: #00479b;
}

.pf-header a:hover, .pf-header a:focus {
	color: #e60004;
}

.pf-offen {
	display: block;
}

.pf-zu {
	display: none;
}

.collapsed .pf-offen {
	display: none;
}

.collapsed .pf-zu {
	display: block;
}

.warten {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.4);
	z-index: 1000;
}

.warte-grafik {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 128px;
	text-align: center;
	margin-left: -64px;
	margin-top: -64px;
}

.pf-prod-bild {
	height: 120px;
	width: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../pic/platzhalter.jpg);
}

.pf-ergebniss {
	font-size: .9rem;
	line-height: .95rem;
}

.pf-ergebniss a {
	color: #000;
}

.pf-ergebniss a:hover, .pf-ergebniss a:focus {
	color: #e60004;
}

.spaltenbild {
	position: relative;
	overflow: hidden;
}

.katbild {
	padding: 5px;
	min-height: 100px;
}

.katbild img {
	max-height: 90px;
	max-width: 65px;
}

.highlight {
	background-color: #FC0;
}

.carousel-control-mini {
	width: 15px;
}

.carousel-control-ac {
	width: 20px;
	background-color: rgba(141,168,188,.3);
}

.balken {
    height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    width: 20px;
    min-width: 10px;
    overflow: visible;
    white-space: nowrap;
    line-height: 20px;
}

.ac-link:hover, .ac-link:focus {
	background-color: #f3f3f3;
}

table.table-wiska {
	border-bottom: 2px solid #c6d5e0;
	border-right: 2px solid #c6d5e0;
}

table.table-wiska td {
	border-top: 2px solid #c6d5e0;
	border-left: 2px solid #c6d5e0;
}

.balken1, .balken2 {
	padding: .5rem;
	margin-bottom: .5rem;
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.balken1 {
	font-size: 1.75rem;
	color: #fff;
	background-color: #8da8bc;
}

.balken2 {
	font-size: 1rem;
	background-color: rgba(141, 168, 188, 0.2);
}

.info-sign {
    font-size: 32px;
    color: #8da8bc;
}

.db-rahmen {
	position: relative;
}

.db-rahmen img {
	position: relative;
	z-index: 10;
}

.db-bild2 {
	position: absolute;
	top: 0px;
	left: 50%;
	right: 0px;
	bottom: 0px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 20;
}

.db-slider {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	border-radius: 25px;
	background-color: rgba(255,255,255,.7);
	text-align: center;
	padding-top: 3px;
	color: #7394AD;
	font-size: 20px;
	line-height: 50px;
	z-index: 30;
	cursor: pointer;
}

.db-slider:hover {
	background-color: #fff;
}

.db-caption1 {
	left: 20px;
	right: 50%;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
}

.db-caption2 {
	left: 0px;
	right: 20px;
	white-space: nowrap;
	text-align: right;
	overflow: hidden;
	direction: rtl;
	z-index: 25;
}

.ankerbox {
	position: relative;
	height: 0px;
}

.anker {
	position: absolute;
	top: -80px;
}

.mapbox {
	position: relative;
	background-image: url(../pic/map-platzhalter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.spacer4by3 {
	width: 100%;
	padding-top: 75%;
}

.spacer16by9 {
	width: 100%;
	padding-top: 56%;
}

.form-check-input {
	margin-top: 0.1rem;
	margin-left: -1.4rem;
}

.ytplatzhalter {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ytform {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
}


@media(min-width: 576px){
	
	.katbild img {
		max-height: 90px;
		max-width: 110px;
	}
	
	.galeriebild {
		width: 242px;
	}
	
}

@media(min-width: 768px){
		
	.dropdown:hover > .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu{
		display: block;
	}
	
	.dropdown-submenu {
		position: relative;
	}
	
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
	}
	
	.dropdown-submenu > .dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .4em;
		vertical-align: .1em;
		content: "";
		border-left: .3em solid;
		border-top: .3em solid transparent;
		border-right: 0;
		border-bottom: .3em solid transparent;
	}

	.katbild img {
		max-height: 90px;
		max-width: 100px;
	}

	.galeriebild {
		width: 220px;
	}

	.table-sm {
		font-size: .9rem;
	}
	
	.highlightbox {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.form-check-input {
		margin-top: 0.2rem;
		margin-left: -1.3rem;
	}
	
}

@media(min-width: 992px){
	
	.kat-header {
		min-height: 63px;
	}
	
	.dl-header {
		height: 63px;
	}

	.katbild {
		min-height: 190px;
		padding: 10px;
	}

	.col-lg-3 .katbild {
		min-height: 130px;
	}
	
	.katbild img {
		max-width: 205px;
		max-height: 230px;
	}	
	
	.col-lg-3 .katbild img {
		max-width: 135px;
	}

	.spaltenbild img {
		width: 225px;
		height: auto;
	}
	
	/*.col-lg-3 .spaltenbild img,*/ .galeriebild {
		width: 167px;
	}
	
}

@media(min-width: 1500px){
	
	.kat-header {
		min-height: 61px;
	}

	.katbild {
		min-height: 210px;
	}

	.col-lg-3 .katbild {
		min-height: 160px;
	}
	
	.katbild img {
		max-width: 320px;
		max-height: 230px;
	}

	.col-lg-3 .katbild img {
		max-width: 233px;
	}

	.spaltenbild img {
		width: 343px;
	}
	
	/*.col-lg-3 .spaltenbild img,*/ .galeriebild {
		width: 255px;
	}
	
	.form-check-input {
		margin-top: 0.3rem;
		margin-left: -1.25rem;
	}

}

/*CMS Buttons*/
.cmslink {
	position: relative;
	height: 0px;
	display: block;
	overflow: visible;
	z-index: 50;
}

.cmsbtn {
	position: absolute;
	top: -20px;
	left: 0px;
}

.hlbtn {
    top: 0px;
}

#qcore-btn-show {
	display: none;
}


