/*
Farben {
rot		#e2001a rgba(226, 0, 26, 0.5);
d-rot	#880010 rgba(136, 0, 16, 0.6);
}
*/


/* --------- ANCHOR
================================================== */
[id*="Anchor-"],
[id*="ID"],
.anchor {
	top: 130px
}
@media (max-width: 767px) { 
	[id*="Anchor-"],
	[id*="ID"],
	.anchor {
		top: 60px
	}
}
/* --------- end ANCHOR -------- */



body {
	/*background: #eeeef0;*/
	color: #000;
	letter-spacing: .02em;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: normal;
	line-height: 1.4em;
	background: #e6e9ec;
	}




	
/* --------- AUFBAU
================================================== */
.content {  
	margin-top: 50px;
	position: relative !important
	}
	.content-rechts {
		padding-left: 3em
	}
@media (max-width: 992px) { 
	.content-rechts {
		padding-left: 1.5em
		}	
	}
@media (max-width: 768px) { 
	.content {  
		}
	.content-rechts {
		padding-left: 7px
		}	
	}	
@media (max-width: 480px) { 
	.content .bg-content 			{ margin-top: 1em }
	.content .row .bg-content 		{ margin-top: 0 } 
}


.bg-content,
.content.bg-content,
.row .bg-content,
.well {
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	border: none !important; 
	}

.bg-content.border,
.well.border {
	background-image: none;
	border-top: 5px solid #e2001a !important;
	}	


.hover:hover,
.well.hover:hover {
	background:rgba(110, 120, 120, 0.15) !important;
	transition: .3s;
	background: #fdf0f2 !important;
	}






/* --------- SUCHE
================================================== */ 	
.search2 {
  z-index: 100000;
}

.search2 * {
  outline: none;
  box-sizing: border-box;
}
.search_field {
  width: 35px;
  height: 32px;
  padding-left: 10px;
  padding-right: 35px;
  color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  border: none;
}
.search_field:focus {
  width: calc(100% - 130px);
  cursor: default;
  background: #fff;
  color: #222 !important;
  font-weight: normal
}
.search_field:focus ~ .search_icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
  color: #fff !important;
  background: url(../images/lupe/lupe_s_hausfarbe.png) no-repeat center center;
}
.search_icon {
  position: absolute;
  right: -3px;
  width: 30px;
  height: 30px;
  font-size: 15px;
  pointer-events: none;
  display: inline-block;
  border: none;
  transition: background-color 0.2s ease-in-out;
  float: right;
  background: url(../images/lupe/lupe_s_fff.png) no-repeat center center;
  opacity: .8
}
.search_icon:hover,
.search_icon:focus {
  color: #e2001a !important;
  background: url(../images/lupe/lupe_s_hausfarbe.png) no-repeat center center;
  opacity: 1
}

.search2 input::-webkit-input-placeholder {
	color: rgba(100, 100, 100, 0.6) !important;
	}
	.search2 input:-moz-placeholder 	{ color: rgba(100, 100, 100, 0.6) !important }
	.search2 input::-moz-placeholder { color: rgba(100, 100, 100, 0.6) !important }
	.search2 input:-ms-input-placeholder 	{ color: rgba(100, 100, 100, 0.6) !important }	
	.search2 .form-control:focus::-webkit-input-placeholder	{ opacity: 0 }
	.search2 .form-control:focus:-moz-placeholder 	{ opacity: 0 }
	.search2 .form-control:focus::-moz-placeholder 	{ opacity: 0 }
	.search2 .form-control:focus:-ms-input-placeholder{ opacity: 0 }		


@media (min-width:768px) {
	.search2 {
		float: right;
		clear: both;
		position: relative;
		}
	.search_field {
		height: 35px;
		border: 3px solid rgba(255, 255, 255, 0);
		}
	.search_field:focus {
		width: 220px;
		border-color: #e2001a
		/*box-shadow: .1em .1em .3em rgba(0, 0, 0, 0.5) inset;*/
		}
	.search_icon {
		margin-right: 10px
		}		
}
@media (min-width:992px) {
	.search_field {
		height: 45px;
		}
	.search_icon {
		margin-top: 6px
		}	
	.search_field:focus {
		width: 270px;
		}	
	#sticky.affix .search_field {
		height: 40px;
		}
	#sticky.affix .search_icon {
		margin-top: 4px
		}			
}
@media (min-width:1200px) {
	.search_field:focus {
		width: 300px;
		}
}



@media (max-width:767px) {
	.search2 {
		margin: 0 !important;
		position: absolute !important;
		top: 0;
		right: 55px !important;
		left: auto !important;
		float: right !important;
		}
	.search_field {
		border: 3px solid rgba(255, 255, 255, 0);
		height: 55px;
		background: rgba(226, 0, 26, 0);
		right: 0;
		padding-right: 45px;
		}
	.search_field:hover {
		background-color: none !important
		}	
	.search_field:focus {
		width: calc(80% - 55px) !important;
		border-color: #333;
		border-left-width: 3px;
		}
	.search_icon {
		background: url(../images/lupe/lupe_m_fff.png) no-repeat center 48% !important;
		background-size: 18px !important;
		width: 33px;
		height: 55px;
		right: 0;
		opacity: .7;
		}
		.search_field:hover .search_icon,
		.search_field:focus ~ .search_icon,
		.search_icon:hover {
		background: url(../images/lupe/lupe_s_888.png) no-repeat center 47% !important;
		background-size: 18px !important;
		width: 55px;
		opacity: 1;
		transition: .3s
		}	
	.search_icon:hover,
	.search_icon:focus,
	.search_field:hover ~ .search_icon,
	.search_field:focus ~ .search_icon {
		opacity: 1;
		}
	.search_field:focus ~ .search_icon:hover {
		opacity: .5
		}		
			
}



/* --------- end SUCHE -------- */









/* --------- 3. NAVI-Ebene
================================================== */

.content ul.list-inline li a:hover 			{ color: #000 }
.content ul.list-inline li a.active 		{ background: #337ab7 }		
.content ul.list-inline li a.active:hover 	{ background-color: #337ab7 }	

.list-inline {
	margin-left: -15px !important;
	line-height: 1.4em;
	margin-top: -18px !important;
	margin-bottom: 15px !important
	}
	.content .list-inline {
		margin-left: 0 !important;
		}
	.content #sticky2 .list-inline {
		margin-left: -15px !important;
		}
.list-inline li {
	border: none !important;
	text-shadow: none;
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
	}
.list-inline li:first-child {
	}	
	
.list-inline li a {
	margin: 0 !important;
	padding: .4em .9em !important;
	color: #333 !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
	}
.list-inline li a:hover {
	color: #000 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	}
.list-inline li a.active,
.list-inline li a.active:hover {
	color: #fff !important;
	font-weight: bold;
	box-shadow: none !important;
	}
.list-inline li a.active:hover {
	background-image: url(../images/dot10.png) !important;
	}		



.list-inline li.list-spacer {
	width: 15px !important;
	background: none !important;
	border: none !important
	}
	
.list-inline li.list-sep  {
	}	
.list-inline li.list-sep a  {
	font-weight: 600;
	}	
.list-inline li.list-sep:last-child {
	}		
.list-inline li.list-sep:hover ,
.list-inline li.list-sep a:hover {
	color: #000 !important
	}	




		
@media (min-width: 768px) {
	#sticky2.affix {
		top: 80px !important;
		z-index: 10;
		left: 0 !important;
		right: 0 !important;
		box-shadow: -.2em .1em .5em rgba(0, 0, 0, 0.5);
		padding: 0 !important;
		background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%) !important;
		background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%) !important;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)) !important;
		background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e0e0e0', GradientType=0) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
		background-repeat: repeat-x;
		}
	#sticky2.affix ul.list-inline {
		padding: 18px 0 0 0 !important;
		margin: 0 !important;
		border: none !important;
		}
	#sticky2.affix ul.list-inline li {
		box-shadow: none !important;
		background: none !important;
		border-top: none !important;
		border-bottom: none !important;
		border: none !important;
		line-height: 1.4em !important;
		border-right: 1px solid #aaa !important;
		margin: .9em 0 !important;
		}	
	#sticky2.affix ul.list-inline li a {
		color: #333 !important;
		border: none !important;
		padding: 0 1.2em !important;
		font-weight: 600;
		}
	#sticky2.affix ul.list-inline li a:hover {
		background: none;
		color: #000 !important;
		font-weight: bold;
		letter-spacing: .027em;
		}		
	#sticky2.affix ul.list-inline li a.active,
	#sticky2.affix ul.list-inline li a.active:hover {
		font-weight: bold;
		color: #fff !important;
		text-shadow: none !important;
		letter-spacing: .027em !important;
		padding-top: .9em !important;
		padding-bottom: .9em !important;
		border: none !important;
		margin: -.9em -1px !important;
		}
				
			
	#sticky2.affix .list-inline li.list-spacer {
		display: none !important
		}	
			
	#sticky2.affix .list-inline li.list-sep a {
		background: none;
		font-weight: bold;
		letter-spacing: .027em !important
		}	
								
}		
@media (min-width: 992px) {
	#sticky2.affix {
		top: 90px !important;
		}
	#sticky2.affix ul.list-inline {
		padding-top: 26px !important
		}			
}




	

@media (max-width: 767px) {
	#sticky2 {
		margin-top: 15px;
		margin-left: 15px
		}
	
	#sticky2.affix {
		top: 0;
		z-index: 100;
		box-shadow: -15px .1em .5em rgba(0, 0, 0, 0.5);
		width: 100%;
		position: relative;
		padding: 0 !important;
		}
	
	.list-inline {
		margin: 0 !important;
		margin-left: -30px !important;
		margin-right: -30px;
		width: calc(100% + 60px) !important;
		margin-top: -13px !important;
		margin-bottom: 13px !important
		}
		.content .list-inline {
		margin-left: -15px !important;
		}
		.content #sticky2 .list-inline {
		margin-left: -30px !important;
		}
	.list-inline li  {
		clear: none;
		width: auto;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		}
	.list-inline li a {
		width: auto;
		padding: .3em .8em !important;
		margin: 0 !important;
		}	
}		

@media (max-width: 530px) {
	#sticky2 {
		margin-top: -6px;
		margin-left: 0
		}
		
	.list-inline li {
		border: none !important;
		border-bottom: 1px solid #ccc !important;
		margin-bottom: 0 !important
		}
		.content .list-inline li {
		width: calc(100% - 30px) !important;
		}
		.content #sticky2 .list-inline li {
		width: 100% !important;
		}
	.list-inline li a {
		padding: .2em 3em !important;
		border: none !important
		}					
}
/* --- end 3. NAVI-Ebene --- */










/* --------- HEADTOP-Label
================================================== */
.label-top {
	display: none
	}

		
@media (min-width: 768px) 	{
	.label-top { 
		display: inline-block;
		}
	nav .label { 
		float: left;
		font-weight: 600;
		color: #000;
		font-size: 90%;
		letter-spacing: -0.03em;
		}
	nav .label a { 
		color: #000 !important
		} 
	nav .label a:hover { 
		color: #e2001a !important
		} 
	nav .label i { 
		margin-right: .2em !important;
		font-size: 110%;
		}		
		
	#sticky.affix nav .label-top {
	}	
	#sticky.affix nav .label { 
	}
}
@media (min-width: 992px) 	{	
	nav .label-top {
	}	
	nav .label { 
	font-size: 105%;
	}
	#sticky.affix nav .label-top {
	}
}
@media (min-width: 1200px) 	{	
	nav .label-top {
	}	
	nav .label { 
	font-size: 110%;
	}
	#sticky.affix nav .label-top {
	}
}




/* --------- end HEADTOP-Label -------- */





/* --------- MARKEN
================================================== */
.marken-top { 
	display: flex; 
	align-items: center; 
	}

.marke { 
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	}	
	.marke img { 
	filter: grayscale(1) brightness(.5);
	height: 100%;
	width: 100%;
	width: auto;
	object-fit: contain;
	opacity: .4;
	transform: scale(1.0)
	}			
	.marke:hover img,
	.marke#active img { 
	transition: .3s;
	object-fit: contain;
	filter: grayscale(0) brightness(1);
	transform: scale(1.1);
	opacity: 1
	}

@media (min-width: 768px) 	{
	.marken-top { 
		gap: 10px;
		height: 38px;
		}				
	}
@media (min-width: 992px) 	{
	.marken-top { 
		gap: 17px;
		height: 50px;
		}				
}
@media (min-width: 1200px) 	{	
	.marken-top { 
		gap: 25px;
		height: 55px;
		}	
}


/*
@media (max-width: 767px) 	{	
	.marken-top {
		justify-content: center; 
		padding: 5px 0;
		width: 100%;
		gap: 3px;
		height: 45px;
		background: #fff;
		}
	.marke img { 
		opacity: .6;
		height: 100%;
		margin-top: -1px;
		}	
		
	#sticky.affix .marken-top {
		height: 0;
		padding: 0;
		transition: .4s ease-in-out
		}			
}*/
@media (max-width: 768px) 	{	
	.marken-top {
		/*display: inline-block;
		text-align: center;
		gap: 0;
		height: 55px;*/
		
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap; 
		gap: 2px;
		height: 55px;
		padding: 5px 5px
		}
	.marke {
		/*display: inline;
		margin: 0 6px;*/
		
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		}	
	.marke img { 
		opacity: .6;
		height: 105%
		}				
}
@media (max-width: 480px) 	{	
	.marken-top {
		padding: 10px 5px
		}	
	.marke img { 
		height: 100%
		}				
}

/* --------- end MARKEN -------- */






/* --------- CARET
================================================== */
.nav > li.dropdown a {
	} 
.nav > li.dropdown > a:after {
	background: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 7px;
    content: '\f078';
    font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
    position: absolute;
    top: 21px;
    right: 44%;
    z-index: 10 !important;
    }
.nav > li.dropdown:hover > a:after {
	color: rgba(255, 255, 255, .9);
    } 
.nav > li.dropdown.open > a:after {
	content: '\f077';
	top: 23px;
	color: rgba(255, 255, 255, .9);
    }    
   
@media (min-width: 767px) {
	#sticky.affix .nav > li.dropdown > a:after {
	 top: 21px;
    } 
    #sticky.affix .nav > li.dropdown.open > a:after {
	top: 21px;
    }     
}

@media (min-width: 992px) {
	.nav > li.dropdown > a:after {
		top: 26px;
	    }  
	.nav > li.dropdown.open > a:after {
		top: 28px;
	    }     
	#sticky.affix .nav > li.dropdown > a:after {
		 top: 24px;
	    }   
	 #sticky.affix .nav > li.dropdown.open > a:after {
		top: 24px;
	    }         
}

@media (max-width: 767px) {
	.nav > li.dropdown a {
		} 
	.nav > li.dropdown > a:after {
		font-size: 15px;
	    right: 20px;
	    top: auto !important;
		color: #ccc
		}
    .nav > li.dropdown.open > a:after {
		content: '\f00d';
	    }  
}

/* --------- end CARET -------- */	





/* --------- NAVBAR / MENU
================================================== */
nav { 
	z-index: 100 !important;
	border-top: 7px solid #333 !important;
	background: #fff;
	position: relative !important;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	}
.header-wrap {
	transition: .3s;
	}
.navbar-header {
	}	
.nav > li a i {
	font-size: 75%;
	text-shadow: none;
	margin-left: .05em;
	margin-top: .1em;
	font-weight: normal !important;
	float: right;
	color: #fff
	}

					
@media (min-width: 768px) 	{
	nav {
		padding: 0 !important;
		margin: 0 !important;	
		position: relative;
		}
	.header-wrap {
		display: flex;
		gap: 20px;
		align-items: center;
		justify-content: space-between;
		margin: 20px 0;
	}
	.navbar-header {
		background: none;
		margin: 0;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: center;
		}	
		
	.nav {
		width: 100%;
		padding: 0 !important;
		background: #e2001a;
		margin-bottom: -25px;
		box-shadow: .1em .2em .3em rgba(0, 0, 0, 0.4)
		}
	.nav > li {
		margin: 0 !important;
		padding: 0 !important;
		}
			.nav > li a {
				text-transform: uppercase;
			  	float: left !important;
				line-height: 1.25em;
				color: #fff;
				font-weight: 600;
				font-size: 80%;
				padding: 1em .85em !important;
				margin: 0 !important;
				border-right: 1px solid rgba(255, 255, 255, 0.6);
				background: #e2001a;
				height: 35px
				}
			.nav > li a:hover {
				transition: .4s;
				height: 40px;
				margin-top: -5px !important;
				background: #cb0017;
				}
			.nav > li a#active {
				background: #b50015;
				}	
			.nav > li a#active:hover {
				}
			.nav > li a#active:hover i {
				}	
			.nav .open > a,
			.nav .open > a:hover,
			.nav .open > a:focus {
				background: #cb0017;
				border-right: 1px solid rgba(255, 255, 255, 0.6);
				}
			.nav .open > a:hover,
			.nav .open > a:focus {
				background: #cb0017;
				border-right: 1px solid rgba(255, 255, 255, 0.6);
				}	
				
					
	#sticky,
	nav,
	.content,
	.navbar;
	.header-wrap,
	.navbar-header {
		position: relative !important;
		top: auto
	}
	
	#sticky.affix {
	    z-index: 1000000 !important;
	    top: 0;
	    width: 100%;
	    }
	
	#sticky.affix .header-wrap  {
		margin: 10px 0
		}			
		
	nav li.dev-menu,
	#sticky.affix nav li.dev-menu {
		margin: 0 !important
		}
	nav li.dev-menu > i,
	#sticky.affix nav li.dev-menu > i {
		margin: 0 !important;
		}
	nav li.dev-menu > a,
	#sticky.affix nav li.dev-menu > a {
		font-size: 80%;
		padding-top: 1.3em !important;
		padding-left: .4em !important;
		padding-right: .4em !important;
		margin: 0 !important;
		}
	#sticky.affix nav li.dev-menu > a {
		background: #eee !important;
		color: #999 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		font-size: 65%;
		
		}		
	.nav > li.dev-menu > a:after {
		display: none
	    }			
}
@media (min-width: 992px) {
	nav {
		background-size: 100% 10px;
		padding-bottom: 0 !important
		} 
	.nav > li a {
		font-size: 100%;
		padding: 1em 1em !important;
		height: 45px
		}
	.nav > li a:hover {
		height: 50px;
		}
			
	#sticky.affix .nav {
		}
	#sticky.affix .nav > li a {
		font-size: 80%;
		height: 40px;
		padding: 1.2em 1em !important;
		}
	#sticky.affix .nav > li a:hover {
		height: 45px;
		}
}
@media (min-width: 1200px) {
	.nav > li a {
		padding: 1em 1.5em !important;
		}	
			 
	#sticky.affix .nav > li a {
		font-size: 95%;
		padding: .8em 1.15em !important;
		letter-spacing: 0
		}	
}





@media (max-width: 767px) {
	#sticky.affix,
	nav {
	    position: fixed !important;
	    z-index: 1000 !important;
		padding: 0 !important;
		margin: 0 !important;
		top: 0 !important;
		width: 100% !important
		}	
					
	.navbar .container {
		padding: 0
		}
	.nav { 
		border: none;
		overflow: hidden;
		margin: 0;
		}
	.navbar {
		position: relative !important;
		top: 0 !important;
		width: 100% !important;
		padding: .4em 0 0 0;
		margin-bottom: 0;
		background: #fff;
		box-shadow: -.1em 0 7px rgba(0, 0, 0, 0.8) !important;
		border-bottom: none;
		border-top-width: 5px !important;
		border-top: none !important;
		}	
	.navbar-header {
	   	width: 100%;
		height: 55px;
		display: flex;
		justify-content: center;
		background: #333
		} 	 
	  	
	.collapse,
	.navbar-collapse {
		box-shadow: none !important;
		padding-top: 1em;
		padding-bottom: .5em;
		margin-top: 0;
		background: #fff !important;
		max-height: 600px !important;
	}
	  
	  
	.navbar-toggle {
	  	position: fixed;
		border: none;
		background: transparent !important;
		background: #e2001a !important;
		border-radius: 0;
		width: 55px;
		height: 55px;
		margin: 0 !important;
		right:0;
	  	padding-top: 7px;
		padding-left: 13px;
		background: none !important
		}	
	.navbar-toggle.collapsed {
		padding-left: 11px;
		}
	.navbar-toggle .icon-bar {
		width: 30px;
		transition: all 0.2s;
		background: #fff;
		}
		.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 20% 10%;
		}
		.navbar-toggle .middle-bar {
		opacity: 0;
		}
		.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 20% 90%;
		}
		.navbar-toggle.collapsed .top-bar,
		.navbar-toggle.collapsed .middle-bar,
		.navbar-toggle.collapsed .bottom-bar {
		background: #fff;
		}
		.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
		}
		.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
		margin: 7px 0
		}
		.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);	
		}
	
	
	
	.nav {
		margin-top: -1px !important;
		border-top: none !important;
		width: 100%;
		}
	.nav > li  {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		margin: 0 35px;
	}
	.nav > li:last-child  {
	border-bottom: none
	}	
	.nav > li a {
		text-transform: uppercase;
		font-size: 120%;
		margin: 0;
		text-shadow: none;
		letter-spacing: .05em;
		color: #333;
		width: 100%;
		padding: .85em .8em !important
		}
		
	.nav > li a:hover,
	.nav > li a:focus,
	.nav > li a#active {
		text-transform: uppercase;
		background: rgba(0, 0, 0, 0.2);
		margin: 0;
		text-shadow: none;
		color: #000;
		font-weight: normal;
		transition: .3s;
		background: rgba(226, 0, 26, 0.2)
		}
	.nav li:last-child{
		}	
	.nav > li a#active {
		background: rgba(0, 0, 0, 0.2);
		color: #fff !important;
		font-weight: 600;
		background: #e2001a
		}
	.nav > li a#active:hover {
		background: rgba(0, 0, 0, 0.4);
		}	
		
	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus {
		color: #fff;
		border-top: 1px dotted #fff;
	  	border-bottom: none;
	  	margin-bottom: 0 !important;
	  	background: rgba(226, 0, 26, 0.5) !important;
		}
	
	i.fa.fa-angle-down {
		float: right;
	}	
	
	
}

/* --------- end NAVBAR -------- */	





/* --------- BRAND / LOGO
================================================== */
.navbar-brand {
	z-index: 100000;
	transition: .3s;
	border-top: none;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	height: 50px;
	}	
.navbar-brand:hover { 
	opacity: .8;
	transition: .2s
	}	
	.navbar-brand img {
	transition: .3s;
	height: 100%;
	width: auto;
	}	

	
@media (min-width: 768px) {
	.navbar-brand {	
		height: 40px
		}						
}
@media (min-width: 992px) {
	.navbar-brand {
		height: 50px
		}
	#sticky.affix .navbar-brand {
		height: 40px
		}		
}	
@media (min-width: 1200px) {
	.navbar-brand {
		height: 65px
		}
}


@media (max-width: 768px) {
	.navbar-brand {
		background: #fff;
		padding: 10px !important;
		margin-top: -5px !important;
		margin-bottom: -7px !important;
		height: 67px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		box-shadow: 0 .1em .2em rgba(0, 0, 0, 0.5);
		background: #CCC;
		background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 65%, rgba(221, 221, 221, 1) 100%);	
		}
	.navbar-brand:hover { 
		opacity: 1;
		transform: translateY(-5px);
		}	
	.navbar-brand img {
		margin: 4px;
		height: 95%;
		transform: translateY(-1px);
		}	
}
/* --------- end BRAND / LOGO -------- */	







/* --------- DROPDOWN
================================================== */
@media (min-width: 768px) {
  .dropdown-menu,
  .dropdown-submenu ul.dropdown-menu {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  .dropdown-submenu ul.dropdown-menu {
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
  }
}



@keyframes anim-dropdown {
  0% {transform: translateY(3rem); opacity: 0;}
  100% {transform:translateY(0rem);opacity: 1;}
  0% {transform: translateY(3rem);opacity: 0;}
}
@-webkit-keyframes anim-dropdown {
  0% {-webkit-transform: transform; -webkit-opacity: 0;}
  100% {-webkit-transform: translateY(0);-webkit-opacity: 1;}
  0% {-webkit-transform: translateY(3rem);-webkit-opacity: 0;}
}
.dropdown-menu {
	-webkit-animation-name: anim-dropdown;
	animation-name: anim-dropdown; 
}

@keyframes anim-dropdown-submenu {
  0% {opacity: 0}
  100% {opacity: 1}
  0% {opacity: 0}
}
@-webkit-keyframes anim-dropdown-submenu {
  0% {opacity: 0}
  100% {opacity: 1}
  0% {opacity: 0}
}
.dropdown-submenu ul.dropdown-menu {
	-webkit-animation-name: anim-dropdown-submenu;
	animation-name: anim-dropdown-submenu; 
}





.dropdown-menu {
		padding: 0 !important;
		margin: 0 !important;
		padding-bottom: .5em !important;
		border-radius: 0;
		}
.dropdown-menu ul {
		padding: 0;
		margin: 0;
		list-style: none
		}
.dropdown-menu li {
		margin: 0 10px !important;
		padding: 0 !important;
		width: auto !important;
		border: none !important;
		list-style: none;
		}	
.dropdown-menu li a {
		text-align: left;
		border: none !important;
		width: 100%;
		margin: 0 !important;
		height: auto !important;
		display: block;
		text-transform: none;
		font-size: 90% !important;
		float: none !important
		}



.dropdown-submenu:after,
.dropdown-submenu3:after,
.dropdown-submenu4:after {
	background: none;
    color: rgba(226, 0, 26, 0.8);
    font-size: 12px;
    content: '\f067';
    font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
    position: absolute;
    right: 14px;
    z-index: 10 !important;
    }
	.dropdown-submenu:after 	{ top: 87px 	}
	.dropdown-submenu3:after 	{ top: 87px; font-size: 12px; 	}
	.dropdown-submenu4:after 	{ top: 57px; font-size: 10px;	}
	
	.dropdown-submenu:hover:after,
	.dropdown-submenu3:hover:after,
	.dropdown-submenu4:hover:after {
	    color: #e2001a }
.dropdown-submenu.open:after,
.dropdown-submenu3.open:after,
.dropdown-submenu4.open:after,
.dropdown-submenu.open:hover:after,
.dropdown-submenu3.open:hover:after,
.dropdown-submenu4.open:hover:after {
	content: '\f068';
	color: rgba(226, 0, 26, 0.4);
	}	
@media (max-width: 767px) {
	.dropdown-submenu:after 	{ top: 5px 	}
	.dropdown-submenu3:after 	{ top: 5px 	}
	.dropdown-submenu4:after 	{ top: 4px 	}	
}		    
	
		
@media (min-width: 768px) {
	.dropdown-menu {
		background: rgba(255, 255, 255, 0.93) !important;
		padding: 0 !important;
		width: 250px;
		border: none;
		border-top: none !important;
		margin-top: 1px !important;
		}
		
				
	.dropdown-submenu:after 	{ top: 8px 	}
	.dropdown-submenu3:after 	{ top: 7px 	}
	.dropdown-submenu4:after 	{ top: 6px 	}	
	
	
	.dropdown-menu h2 {
		margin: 1.5em 0 0 0 !important;
		padding: 0 .75em !important;
		color: #e2001a !important;
		font-size: 12pt;
		font-weight: 600;
		text-transform: uppercase;
		display: inline-block
		}
		
	.dropdown-menu ul {
		margin: 0 !important;
		padding: 0 !important;
		}	
	.dropdown-menu li {
		margin: 0 !important;
		padding: 0 !important;
		}
	.dropdown-menu li a {
		color: #6e7878 !important;
		line-height: 1.2em;
		padding: .5em 1em !important;
		font-size: 10.5pt !important;
		font-weight: normal;
   		border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
		background: none !important;
		letter-spacing: 0 !important;
		}
	.dropdown-menu li a.nav-eingerueckt {
		color: rgba(110, 120, 120, 0.85) !important;
		}		
			
	.dropdown-menu li a:hover{
		color: #e2001a !important;
		background: rgba(0, 0, 0, 0.06) !important;
		text-shadow: none;
		font-weight: normal !important;
		margin: 0 !important;
		height: auto !important
		}	
	.dropdown-menu li a#active {
		font-size: 10.5pt !important;
		background: #e2001a !important;
		color: #fff !important;
		font-weight: bold;
		}	
	.dropdown-menu li a#active:hover {
		background: #b50015 !important
		}	
		
	.dropdown-menu .open > a  {
		background: rgba(226, 0, 26, 0.15) !important;
		font-weight: bold;
		}	
		
	
	 
	#sticky.affix .dropdown-menu {
		}
		
	#sticky.affix .dropdown-menu li a {
		margin-top: 0 !important;
		padding: .6em 1em !important;
		}
		
	#sticky.affix .dropdown-menu li a#active,
	#sticky.affix .dropdown-menu li a#active:hover {
		}	
	#sticky.affix .dropdown-menu li a {
		font-size: 90% !important
		}	
		
		
}	


						
/*---------------- 2. Dropdown -------------------*/	
	.dropdown-submenu.open a,
	.dropdown-submenu.open a:hover,
	.dropdown-submenu.open a#active{
		color: rgba(255, 255, 255, 0.85);
		background: none
		}
	.dropdown-submenu.open a:hover {
		color: #fff;
		}	
	.dropdown-submenu.open .dropdown-menu li a,
	.dropdown-submenu.open .dropdown-menu li a:hover {
		padding-left: 6% !important;
		}	
	@media (min-width: 768px) {
	#sticky.affix .dropdown-submenu.open .dropdown-menu li a,
	#sticky.affix .dropdown-submenu.open .dropdown-menu li a:hover {
		padding-left: 6% !important;
		}			
	}	
		
	.dropdown-submenu ul.dropdown-menu {
	    border-radius: none !important;
	    border: none !important;
	    background: none !important;
	    box-shadow: none !important;
	    position: relative;
	    width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: rgba(226, 0, 26, 0.15) !important
		}	
	.dropdown-submenu ul.dropdown-menu li {
		margin-left: 0 !important;
		margin-right: 0 !important;
		}
	.dropdown-submenu .dropdown-menu li a {
		padding: .4em 1em .4em 1em !important;
		}
	
		
	.dropdown-submenu ul.dropdown-menu li a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu li a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu .dropdown-submenu4 ul.dropdown-menu li a {
	   	font-weight: normal !important;
		text-transform: none;
		}	
	.dropdown-submenu ul.dropdown-menu li a:hover,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu li a:hover,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu .dropdown-submenu4 ul.dropdown-menu li a:hover {
		font-weight: normal !important;
		}	
		
		

/*---------------- 3. Dropdown -----------------------*/
	.dropdown-submenu3.open a,
	.dropdown-submenu3.open a:hover,
	.dropdown-submenu3.open a#active {
		color: rgba(255, 255, 255, 0.85);
		}
	.dropdown-submenu.open a:hover {
		color: #fff;
		}	
	.dropdown-submenu3.open .dropdown-menu li a,
	.dropdown-submenu3.open .dropdown-menu li a:hover {
		padding-left: 12% !important;
		}		
	@media (min-width: 768px) {
	#sticky.affix .dropdown-submenu3.open .dropdown-menu li a,
	#sticky.affix .dropdown-submenu3.open .dropdown-menu li a:hover {
		padding-left: 12% !important;
		}		
	}


/*---------------- 4. Dropdown -----------------------*/	
	.dropdown-submenu4.open a,
	.dropdown-submenu4.open a:hover,
	.dropdown-submenu4.open a#active {
		color: rgba(255, 255, 255, 0.85);
		}
	.dropdown-submenu.open a:hover {
		color: #fff;
		}
	.dropdown-submenu4.open .dropdown-menu li a,
	.dropdown-submenu4.open .dropdown-menu li a:hover {
		padding-left: 18% !important;
		}	
	@media (min-width: 768px) {
	#sticky.affix .dropdown-submenu4.open .dropdown-menu li a,
	#sticky.affix .dropdown-submenu4.open .dropdown-menu li a:hover {
		padding-left: 18% !important;
		}		
	}
	
		
		

/*---------------- Dropdown - Open + Active -----------------------*/
	.dropdown-submenu ul.dropdown-menu li.open a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu li.open a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu .dropdown-submenu4 ul.dropdown-menu li.open a  {
		font-weight: bold;
		}
	.dropdown-submenu .dropdown-menu li a#active,
	.dropdown-submenu3 .dropdown-menu li a#active,
	.dropdown-submenu4 .dropdown-menu li a#active {
		font-weight: bold;
		}	
/*---------------- end Dropdown - Open + Active -----------------------*/





@media (max-width: 767px) {
	.dropdown-menu {
		padding: 0 !important;
		background: #fff !important
		}
		
	.dropdown-menu h2,
	.dropdown-menu h2:first-child {
		margin: 1.5em 0 0 0 !important;
		padding: 0 .7em !important;
		color: rgba(110, 120, 120, .7) !important;
		font-size: 14pt;
		font-weight: 600;
		text-transform: uppercase;
		display: inline-block
		}	
	.dropdown-menu ul li {
		margin: 0 0 0 25px !important
		}
	.dropdown-menu ul li a {
		color: #333 !important;
		line-height: 1.2em;
		padding: .5em 5px .6em 5px !important;
		font-size: 11.5pt !important;
		font-weight: normal;
		border-bottom: 1px solid rgba(226, 0, 26, 0.3) !important
		}
		.dropdown-menu ul li:last-child a {
			border-bottom: none !important
			}
		.dropdown-menu > ul li a {
			text-transform: none;
			letter-spacing: 0
			}	
		.dropdown-menu > ul li a:hover {
			text-transform: none !important
			}		
		.dropdown-submenu > ul li a:hover  {
			text-transform: none !important
			}				
	.dropdown-menu ul li a:hover {
		font-weight: normal !important;
		transition: 0;
		text-transform: none;
		color: #fff !important;
		background: #e2001a !important
		}	
	.dropdown-menu ul li a#active {
		text-transform: none;
		background: #e2001a !important;
		font-weight: 600; 
		}	
		.dropdown-menu ul li a#active {
		text-transform: uppercase;
		border-top: 1px solid rgba(255, 255, 255, 0.3) !important
		}
		.dropdown-submenu ul li a#active {
		text-transform: none
		}	
	
	.dropdown-submenu .dropdown-menu li a {
		padding-top: .2em !important;
		padding-bottom: .2em !important;
		}	
		
	.dropdown-menu .open > a  {
		background: rgba(226, 0, 26, 0.15) !important;
		font-weight: bold;
		}	
	.dropdown-menu .open > a:hover  {
		color: #fff !important;
		background: rgba(226, 0, 26, 0.6) !important;
		text-transform: none !important
		}		
		
	.dropdown-submenu a i {
		right: 1em !important;
		margin: 0 !important;
		position: absolute !important;
		}
		
}				
/* --- end DROPDOWN --- */












/* --------- NAV eingegrue¼ckt
================================================== */
.dropdown-menu .nav-eingerueckt,
#sticky.affix .dropdown-menu .nav-eingerueckt,
.subnavi .dropdown-menu .nav-eingerueckt {
	padding-left: 2.3em !important;
	font-size: 95% !important;
	padding-top: .35em !important;
	padding-bottom: .35em !important;
	text-transform: none !important;
	line-height: 1.25em !important;
	letter-spacing: 0 !important	
	}
	
.subnavi .dropdown-menu .nav-eingerueckt {
	padding-left: 2em !important;
	font-size: 100% !important;	
	padding-top: .3em !important;
	padding-bottom: .3em !important;
	}
	
.dropdown-menu .nav-eingerueckt:hover,
.subnavi .dropdown-menu .nav-eingerueckt:hover {
	text-transform: none !important;	
	color: #e2001a !important;
	}
	
@media (max-width: 767px) {	
	.dropdown-menu .nav-eingerueckt:hover {
	color: #fff !important;
	}
}	
/* --------- end NAV eingegrÃ¼ckt -------- */	















/* --------- CAROUSEL
================================================== */
.carousel-wrapper,
.header-pic								{ margin: 0 }

.carousel-wrapper .carousel .item,
.header-pic   							{ height: 150px;  }

@media (min-width: 575px) {
	.carousel-wrapper .carousel .item,
	.header-pic   						{ height: 180px;  }
	}
@media (min-width: 768px) {
	.carousel-wrapper .carousel .item,
	.header-pic   						{ height: 220px; margin-bottom: -25px  }
	}
@media (min-width: 992px) {
	.carousel-wrapper .carousel .item,
	.header-pic   						{ height: 250px;  }
	}
@media (min-width: 1200px) {
	.carousel-wrapper .carousel .item,
	.header-pic   						{ height: 350px;  }
	}
@media (min-width: 1400px) {
	.carousel-wrapper .carousel .item,
	.header-pic   						{ height: 385px;  }
	}
@media (min-width: 1600px) {
	.carousel-wrapper .carousel .item,
	.header-pic   						{ height: 450px;  }	
	}
@media (min-width: 1800px) {
	.carousel-wrapper .carousel .item,
	.header-pic   						{ height: 500px;  }	
	}



.header-pic   			{ 
	background-size: 100% !important;
	background-repeat: no-repeat;
	}
.carousel-wrapper {
	position: relative
	}
.carousel {
	z-index: 0 !important;
	}
@media (min-width: 768px) { .carousel 	{ margin-top: -15px } }
@media (min-width: 992px) { .carousel 	{ margin-top: -25px } }

.carousel-wrapper .carousel .item 				{ 
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}

	

/* --------- small für Folegseiten ----------- */
.carousel-wrapper.xs .carousel .item 	{ display: none }	
@media (min-width: 480px) {
	.carousel-wrapper.xs .carousel .item 	{ display:inline-block; height: 130px}	
	}
@media (min-width: 768px) {
	.carousel-wrapper.xs .carousel .item 	{ height: 180px}	
	}
@media (min-width: 992px) {
	.carousel-wrapper.xs .carousel .item 	{ height: 280px}	
	}	
/* --------- end small fÃ¼r Folegseiten ----------- */			
			
  	
.carousel-indicators {
	bottom: 10px;
	display: inline-block;
	right: 10px !important;
	margin: 0 !important;
	width: auto !important;
	text-align: right
  }
  .carousel-indicators li {
	border-radius: 0;
	opacity: .5
  	}
  .carousel-indicators li.active {
	background: #e2001a;
	border-color: #e2001a;
	opacity: .8
  	}
  .carousel-indicators li:hover {
	background: #fff;
  	}
  .carousel-indicators li.active:hover {
	background: #880010;
	border-color: #880010
  	}
	@media (max-width: 767px) {
	   .carousel-indicators {
		  bottom: 10px !important
		  }
	}  
  	@media (max-width: 480px) {
		 .carousel-indicators {
			text-align: right;
			width: 70%;
			padding: 0 !important
			}
		.carousel-indicators li {
			width: 8px; height: 8px;
			margin-right: 0
			}
		.carousel-indicators li.active {
			width: 10px; height: 10px
			}	
		}
  	
  		
.carousel-control { 
	opacity: .25; 
	background: none !important;
	padding: 0 !important;
	margin: 0 !important
	}
	
.carousel-control span { 
	margin-top: 110px;
	padding: .2em .4em .3em .4em;
	background: #e2001a;
	background: #000;
	text-align: center;
	}
	.carousel-control .fa,
	.carousel-control .glyphicon { 
	font-size: 13pt
	}
.carousel-control:hover { 
	opacity: .6;
	}
	@media (min-width: 768px) {
		.carousel-control span 	{ margin-top: 100px; padding-top: .4em }
		.left.carousel-control 	{ left: -30px !important }
		.right.carousel-control { right: -2px !important }
		}
	@media (min-width: 992px) {
		.carousel-control span 	{ margin-top: 140px }
		.left.carousel-control 	{ left: -35px !important }
		.right.carousel-control { right: -5px !important }
		}
	@media (min-width: 1200px) {
		.carousel-control span 	{ margin-top: 175px;  }
		.left.carousel-control 	{ left: -50px !important }
		.right.carousel-control { right: -15px !important }	
		}
	@media (min-width: 1400px) {
		.carousel-control span 	{ margin-top:170px;  }
		.carousel-control span 	{ margin-top: 185px }	
		}
	@media (min-width: 1600px) {
		.carousel-control span 	{ margin-top: 215px }	
		}
	
	
	


.carousel-caption {
		bottom: 60px;
	 	}
	.carousel-caption .container {
		}
	.carousel-caption .container .row {
		margin: 0;
		}
	.carousel-caption .container .row [class*="col-"] {
		max-width: auto !important;
		width: auto !important
		}	
	/*.carousel-caption .container .row [class*="col-"]:hover {
		background: rgba(227, 0, 27, 0.8);
		}*/
	.carousel-caption .container h1,
	.carousel-caption .container span,
	.carousel-caption .container a h1,
	.carousel-caption .container a span   {
		background: #fff !important;
		color: #000 !important;
		padding: .2em .5em !important;
		box-shadow: .2em .2em .8em rgba(0, 0, 0, 0.5);
		margin: 0 !important;
		opacity: .7;
		width: auto !important;
		text-shadow: none !important
		}	
		.carousel-caption .container h1,
		.carousel-caption .container a h1  {
			background: #fff !important;
			color: #000 !important;
			}
		.carousel-caption .container span,
		.carousel-caption .container a span  {
			background: rgba(227, 0, 27, 1) !important;
			color: #fff !important;
			padding: .4em 1em !important;
			font-size: 150% !important;
			color: #fff !important;
			font-weight: 600;
			line-height: 1.2em !important;
			}	
	.carousel-caption .container a:hover h1,
	.carousel-caption .container a:hover span  {
		transition: .3s;
		opacity: 1
		}	
	.carousel-caption .container a:hover h1  {
		color: #000 !important
		}
	.carousel-caption .container a:hover span  {
		color: #fff !important
		}				
	@media (max-width: 1400px) {
		.carousel-caption 	{ bottom: 50px; }		
		}
	@media (max-width: 1200px) {
		.carousel-caption 	{ bottom: 40px; }		
		}	
	@media (max-width: 767px) {
		.carousel-caption 	{ bottom: 20px }	
		}		
		
		
	.carousel-caption .btn { 
		background: #e2001a;
		color: #fff;
		box-shadow: none;
		border: 1px solid rgba(227, 0, 27, 0);
		border-top: none !important; border-left: none !important;
		padding: .1em .5em;
		float: right;
		position: absolute;
		margin: 0;
		right: -10px;
		bottom: 0;
		display: none !important
		}
	.carousel-caption .btn:hover { 
		background: #000;
		text-shadow: none;
		border: 1px solid rgba(227, 0, 27, .8);
		}	
			
	@media (max-width: 767px) {
		.carousel-control { 
			display: none
			}	
	}			
/* ---- end CAROUSEL ------------------------------------------ */








/* --------- FADE / ZOOM CAROUSEL
================================================== */
.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
	}
.carousel-fade .carousel-inner .active {
  	opacity: 1;
	}
	
	
.carousel-fade .carousel-inner img {
	-webkit-animation-name:carousel-zoom;
	animation-name:carousel-zoom;
	-webkit-animation-duration: 35s;
	animation-duration: 35s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 100%;
	height: auto;
	}
	@-webkit-keyframes carousel-zoom{
		0%{}
		to{-webkit-transform:scale(1.5,1.5);
			transform:scale(1.5,1.5)}
		}
	@keyframes carousel-zoom{
		0%{}
		to{-webkit-transform:scale(1.5,1.5);
			transform:scale(1.5,1.5)}
		}
		

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* ---- end FADE CAROUSEL ------------------------------------------ */













/* --------- QUICKLINKS / STICKY RAND
================================================== */
.socialmedia {
	right: 3px;
	top: 200px;
	position: fixed;
	z-index: 1000000;
	font-weight: 600; 
	}
	.socialmedia a {
		text-decoration: none;
		float: right;
		text-align: center;
		color: #fff;
		background: #e2001a;
		width: 35px;
		height: 35px;
		margin-bottom: 3px;
		border-radius: 50%;
		clear: both;
		display: inline-block;
		}		
	.socialmedia a.facebook	{ background-color: #4060A5 }
	.socialmedia a.twitter	{ background-color: #00ABE3 }
	.socialmedia a.instagram	{ background-color: #bc2a8d }
	.socialmedia a.googleplus{ background-color: #e64522 }
	.socialmedia a.youtube	{ background-color: #fd0011 }
	
	.socialmedia a:hover {
		background-image: url(../images/dot25.png);
		transition: .2s;
		margin-right: 5px;
		}
	.socialmedia a i {
		font-size: 17px;
		margin-top: 9px
		}				
	.socialmedia a:hover i {
		color: #fff
		}
	.socialmedia a span {
		display: none
		}
	


@media (max-width: 992px) {
	.socialmedia {
	    top: 105px !important;
		}
	.socialmedia a {
		}	
	.socialmedia a i {
		}		
}

@media (max-width: 767px) {
	.socialmedia {
		top: 10px !important;
		right: calc (50% - 100px);
		
		top: 130px !important;
		right: 3px !important
		}	
	.socialmedia a {
		width: 35px;
		height: 35px;
		opacity: .7
		}	
	.socialmedia a:hover {
		opacity: 1
		}
	.socialmedia a i {
		font-size: 17px;
		margin-top: 10px;
		}	
	.socialmedia a:hover i {
		}					
}

/* --------- end QUICKLINKS / STICKY RAND -------- */









/* --------- TOGGLE-Standorte
================================================== */
	
.einblenden-standorte a {
		box-shadow: none;
		line-height: 1.3em;
		font-weight: 600; 
		float: left;
		font-size: 100%;
		background: #ccc;
		color: #fff;
		text-decoration: none;
		text-shadow: -.08em -.1em #bbb;
		box-shadow: .1em .1em 0 rgba(0, 0, 0, 0.3);
		box-shadow: none;
		margin: 0;
		margin-top: 30px;
		margin-bottom: -30px;
		margin-left: 30px;
		padding: .2em .7em;
		position: relative;
		border-radius: 30px;
		z-index: 100;
		
		background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
		background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
		background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		background-repeat: repeat-x;
		border-color: #28a4c9;
		text-shadow: none;
		box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.3);
		

		}	
.einblenden-standorte a:hover {
		color: #fff;
		background-color: #2aabd2;
		box-shadow: .1em .2em .3em rgba(0, 0, 0, 0.3) inset;
		}		
@media (min-width: 768px) {	
	.einblenden-standorte a { 
		display: none
		}
	}
@media (max-width: 767px) {	
	li.einblenden-standorte2 { 
		display: none
		}
	}	
	


.toggle-standorte 	{ 
	top: 110px; 
	padding: 0 !important;
	position: absolute;
	z-index: 10 !important;
	margin: 0 auto !important;
	float: none;
	width: 100%;
	display: none;
	background: #616160;
	background: -moz-linear-gradient(left,  #616160 30%, #000000 100%); 
	background: -webkit-linear-gradient(left,  #616160 30%,#000000 100%); 
	background: linear-gradient(to right,  #616160 30%,#000000 100%); /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616160', endColorstr='#000000',GradientType=1 ); 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
	}
.toggle-standorte img	{ 
	width: 100%;
	height: auto;
	margin: 0
	}
.toggle-standorte img[usemap] {
	width: 100%;
	height: auto;
	border: none;
	}	
.toggle-standorte .container 	{
	}
.toggle-standorte .btn 	{ 
	float: right;
	position: relative;
	height: 30px;
	margin: -30px 0 0 0;
	padding: .25em 1em
	}	
	



#sticky.affix .toggle-standorte { top: 63px }    	


@media (max-width: 1200px) {
	.toggle-standorte 				{ top: 92px } 
}
@media (max-width: 992px) {
	.toggle-standorte 				{ top: 67px } 
	#sticky.affix .toggle-standorte { top: 57px }
}
@media (max-width: 768px) {
	.toggle-standorte 				{ top: 55px } 
}

	
	


#gmap {
    width: 100%;
    height: 400px;
    margin-top: 1em;
    text-align: center
    }	
    
    
.standort	 	{ 
	color: #5bc0de;
	line-height: 1.2em;
	font-weight: 600; 
	text-transform: uppercase;
	width: 100px;
	font-size: 75%;
	display: block;
	float: left;
	z-index: 10;
	text-shadow: 1px 1px 1px #000;
	}
.standort:hover { 
	color: #fff
	}
.standort:before {
	content: '\F111';
	font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
	color: #5bc0de;
	display: inline-block;
	margin-left: 0;
	width: 20px;
	font-size: 80%;
	position: absolute;
	}
.standort:before:hover,
.standort:hover:before {
	color: white;
	background: white;
	}	
	.ndh 			{ margin-top: -33.5%; margin-left: 37.5% }
	.einbeck 		{ margin-top: -48.5%; margin-left: 8% }
	.northeim		{ margin-top: -43%; margin-left: 12.5% }
	.osterode		{ margin-top: -44.5%; margin-left: 20.5% }
	.goettingen		{ margin-top: -36%; margin-left: 10.5% }
	.duderstadt		{ margin-top: -34%; margin-left: 21% }
	.heiligenstadt 	{ margin-top: -27.3%; margin-left: 16.7%; width: 20px }
	.leinefelde		{ margin-top: -27%; margin-left: 23.2%; }
	.sdh 			{ margin-top: -27.5%; margin-left: 39.5% }
	.mhl			{ margin-top: -19.3%; margin-left: 27.7% }
	.soemmerda 		{ margin-top: -17.5%; margin-left: 48.5% }
	.erfurt 		{ margin-top: -8.5%; margin-left: 46% }
	.bernburg 		{ margin-top: -49.5%; margin-left: 67.5% }
	.zerbst 		{ margin-top: -57.5%; margin-left: 77.5% }
	.dessau 		{ margin-top: -51%; margin-left: 82% }
	.wittenberg		{ margin-top: -55%; margin-left: 95%; width: 20px }	

.standort span { 
	margin-left: 10px
	}
		
@media (max-width: 767px) {
	.standort {
		font-size: 55%;
		width: 30px
		}
	.standort:before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		margin-right: 2px;
		margin-top: -1px;
		}					
}	
/* --------- end TOGGLE-Standorte -------- */		










			
				



  
  



h1, h2, h3, h4, h5, h6 {
	color: #e2001a;
	line-height: 1.2em !important;
	font-weight: 600 !important; 
	letter-spacing: 0;
	}
h1 { 
	text-transform: none;
	text-transform: uppercase;
	letter-spacing: .03em !important;
  	}
	.content-rechts h1 { 
	 	margin-top: 0
		}	
  	@media  (max-width:767px) { 
		h1 { font-size: 220%;letter-spacing: 0; }	
	}
	@media  (max-width:480px) { 
		h1 { font-size: 190% }	
	}	
h2 { 
	color: #000;
	}
h3 { 
	}
h4 { 
	}
h5 { line-height: 1.3em !important
	}
h6 {
	color: #000
	}  


h1.border,
h2.border,
h3.border,
h4.border,
h5.border,
h6.border 	{ 
	margin-top: 2.5em;
	border: none;
	border-top: 1px solid #ddd
 }
		

.content-rechts h1 { 
	font-size: 215%
	}
.content-rechts h2 { 
	font-size: 200%
	}	
.content-rechts h1, 
.content-rechts h2, 
.content-rechts h3, 
.content-rechts h4, 
.content-rechts h5, 
.content-rechts h6 { 
	letter-spacing: 0
	}
	@media  (max-width:1200px) { 
		h1 { 
		font-size: 265%;
		letter-spacing: .01em
		}
		.content-rechts h1 { 
		font-size: 180%;
		letter-spacing: 0
		}
		.content-rechts h2 { 
		font-size: 175%;
		}	
	}
	@media  (max-width:992px) { 
		h1 { 
		font-size: 200%;
		letter-spacing: -.02em
		}
		.content-rechts h1 { 
		font-size: 170%;
		}
		.content-rechts h2 { 
		font-size: 165%;
		}
	}
	@media  (max-width:767px) { 
		h1 { 
		font-size: 220%;
		letter-spacing: 0
		}
		.content-rechts h1 { 
		font-size: 190%;
		letter-spacing: .02em;
		}	
	}
	@media  (max-width:480px) { 
		h1 { 
		font-size: 200%;
		letter-spacing: -.03em;
		}
		.content-rechts h1 { 
		font-size: 170%;
		letter-spacing: 0;
		}	
	}



.heading {
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 1em 0 50px 0;
	font-size: 250%;
	
	/*display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;*/
	position: relative;
	text-align: center;
	
	display: inline-block;
	width: 100%;
	padding-top: 25px;
	color: #000
	}
	.heading::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 15%;
	  height: 6px;
	  background-color: #e2001a;
	}
	h1.heading {
		font-size: 300%;
		margin-top: 0
	}
@media (max-width: 768px) {
	.heading {
		margin-bottom:  30px;
		font-size: 230%
	}
	.heading::before {
	  width: 20%;
	  height: 5px;
	}
	h1.heading {
		font-size: 250%;
		margin-top: 25px
	}
}
		
		
				


h2.subheading,
h3.subheading,
h4.subheading,
h5.subheading,
h6.subheading {
  	margin-top: 0;
  	margin-bottom: 0;
  	text-transform: none;
  	line-height: 1.25em;
  	color: rgba(226, 0, 26, .6) !important;
  	letter-spacing: 0;
  	font-size: 240%;
  	color: #445566;
  	}
	
	
.kurztext 		{ 
	border: none;
	padding-bottom: 1em;
	margin-bottom: 0;
	}
.kurztext:hover 		{ 
	background: #fdf0f2;
	transition: .3s;
	
	}	
.kurztext .bild		{ 
	max-width: 100%;
	border-radius: 0;
	margin: .3em 0 0 0 !important;
	float: right
	}		
.kurztext_dachzeile {
	color: #000 !important;
	font-weight: 600; 
	margin-bottom: .5em;
	font-size: 105%;
	}
.kurztext_headline 		{ 
	font-weight: 600;
	font-size: 210%;
	line-height: 1.3em !important;
	margin-bottom: .15em !important
	}		
.kurztext_datum {
	background: none;
	padding: 0;
	color: #e2001a;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: .7em !important
	}
@media (max-width: 992px) {
	.kurztext_headline   	{ font-size: 180% } 
	.kurztext_datum   		{ font-size: 90% } 
}
@media (max-width: 768px) {
	.kurztext_dachzeile   	{ font-size: 100% } 
	.kurztext_headline   	{ font-size: 170% } 
	.kurztext_datum   		{ font-size: 85% }
	.kurztext .bild   		{  margin-top: 1em !important } 
}
@media (max-width: 480px) {
	.kurztext .bild   		{ width: 100%; } 
}




.langtext_dachzeile {
	color: #000 !important;
	font-weight: 600; 
	margin-bottom: .5em;
	font-size: 105%;
	}
.langtext_headline { 
	font-weight: 600;
	font-size: 290%;
	letter-spacing: 0 !important
	}	
.langtext_datum {
	background: none;
	color: #e2001a;
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
	margin: .5em 0 2.5em 0 !important;
	padding: 0 !important
	}	
@media (max-width: 992px) {
	.langtext_headline   	{ font-size: 220% } 
	.langtext_datum   		{ font-size: 90% } 
}
@media (max-width: 768px) {
	.langtext_dachzeile   	{ font-size: 100% } 
	.langtext_headline   	{  } 
	.langtext_datum   		{ font-size: 85% } 
}



.topline  { 
	color: #000; 
	font-size: 120% !important; 
	font-weight: 600; 
	margin: 0 0 .5em 0 !important 
	}
	.kurztext .topline { font-size: 115% !important; margin: .5em 0 .3em 0 !important }
	
@media (max-width: 992px) {
	.topline  { font-size: 110% !important } 
	}	 	
@media (max-width: 480px) {
	.topline  { font-size: 105% !important } 
	}







.termin_headline,
.termin_headline a {
	letter-spacing: 0;
	font-weight: normal;
	line-height: 1.3em;
	margin: .1em 0;
	font-size: 130%;
	}
.termin_headline a:hover {
	}
@media  (max-width:1200px) { 
	.termin_headline { font-size: 120%; }	
	}
@media  (max-width:992px) { 
	.termin_headline { line-height: 1.2em }	
	}
@media  (max-width:767px) { 
	.termin_headline { margin-top: .2em;  }	
	
	}
@media  (max-width:480px) { 
	.termin_headline { font-size: 105%; line-height: 1.2em }	
	}
	

.termin_bild {
	}
.termin_bild img {
	padding: 0 !important;
	border-radius: 0 !important
	}
	
	
	
	
	




p { margin-bottom: 1em }
	
a								{ color: #e2001a }
a:hover							{ color: #880010; text-decoration: none }
.content a:hover				{ color: #880010; text-decoration: none }

a b,
b a 		{ color: #e2001a }
a b:hover,
b a:hover 	{ color: #880010 }

a h1, 
a h2, 
a h3, 
a h4, 
a h5, 
a h6 		{ color: #e2001a }
a h1:hover, 
a h2:hover, 
a h3:hover, 
a h4:hover, 
a h5:hover, 
a h6:hover 	{ color: #880010 !important }
	
.content ul a 								{ color: #e2001a }
.content ul a:hover 						{ color: #880010 }	
.content ul li:before 						{ color: #e2001a }
.content ul li:hover:before 				{ color: #880010; }		
.content ul.list-inline li a:hover 			{ color: #000 }
.content ul.list-inline li a.active 		{ background: #e2001a }		
.content ul.list-inline li a.active:hover 	{ background-color: #e2001a }	


	

.content ul li:before,
.sort-up:after,
.sort-down:after,
.sort2-up:after,
.sort2-down:after  {
	font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
	}

	
blockquote 						{ color: #e2001a }
blockquote cite 				{ color: #e2001a }	
	

.light { 
	font-weight: 300 !important; 
	}
.normal { 
	font-weight: normal !important; 
	}
.bold { 
	font-weight: bold !important; 
	}
.semibold { 
	font-weight: 600;
	}
.extrabold { 
	font-weight: 800;
	}	



/* --------- VERZEICHNIS
================================================== */
.abc_verzeichnis a {
	background: rgba(226, 0, 26, 0.2);
	background: rgba(226, 0, 26, 0.2);
	color: rgba(226, 0, 26, 0.7);
    }	
.abc_verzeichnis a:hover {
	background: rgba(226, 0, 26, 0.6);
	color: #fff !important;
	}	
.abc_verzeichnis a.active {
	background: #e2001a;
	color: #fff !important;
	font-weight: bold; 
	}	
/* --------- end VERZEICHNIS -------- */


.row.div-head  					{ color: #000; border-color: rgba(0, 0, 0, 0.5); border-width: 1px; letter-spacing: .03em;  }
.row.div-head [class*="col-"]  	{ padding-left: .5em; padding-right: .5em }
.row.div-head-bg  				{ background: #e2001a; font-weight: normal; text-transform: uppercase; letter-spacing: .03em; padding: .1em 0 .15em 0 }
.div-striped .row.div-head-bg 	{ background: #e2001a }	
.row.div-foot 					{ color: #e2001a } 





/* --------- TABELLE
================================================== */
.table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > th,
table > thead > tr > td 		{ background: #e2001a; font-weight: normal; text-transform: uppercase; letter-spacing: .04em } 

.table > thead.sub > tr > th,
.table > thead.sub > tr > td,
table > thead.sub > tr > th,
table > thead.sub > tr > td   	{ border-bottom-color: #e2001a;
								color: #e2001a; }	
.table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td			{ color: #e2001a } 

table.abc tr td a				{ background: #e2001a }
table.abc tr td a:hover  		{ color: #e2001a }


table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: .4em .6em .4em .2em;
  line-height: 1.4em !important;
  border-bottom: 1px dotted #ccc !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > th,
table > thead > tr > td,
.table > thead.sub > tr > th,
.table > thead.sub > tr > td,
table > thead.sub > tr > th,
table > thead.sub > tr > td,
.table.table-condensed > thead.sub > tr > th,
.table.table-condensed > thead.sub > tr > td,
table .table-condensed > thead.sub > tr > th,
table .table-condensed > thead.sub > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td,
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td,
table-condensed > thead > tr > th,
table-condensed > tbody > tr > th,
table-condensed > tfoot > tr > th,
table-condensed > thead > tr > td,
table-condensed > tbody > tr > td,
table-condensed > tfoot > tr > td  {
  line-height: 1.4em
}  
/* ----- TABELLE ----*/




/* --------- FARBEN ---------------------------
================================================================================== */
.text-primary,
.text-hausfarbe, .hausfarbe, .text-hausfarbe 	{ color: #e2001a !important }
.text-hausfarbe2 		{ color: #e83348 !important }
.text-hausfarbe3 		{ color: #880010 !important }
.text-hausfarbe4 		{ color: #63000b !important }

.text-dark,
.text-darkgrey,
.text-darkgray,
.darkgrey,
.darkgray				{ color: #444 !important }

.text-light,
.text-grey,
.text-gray,
.grey,
.gray 					{ color: #aaa !important; }
.bg-dark .text-light,
.bg-dark .text-grey,
.bg-dark .text-gray,
.bg-dark .grey,
.bg-dark .gray 			{ color: #777 !important; }


.text-primary:hover,
.text-hausfarbe:hover 	{ color: #b50015 !important }
.text-hausfarbe2:hover 	{ color: #448800 !important }
.text-hausfarbe3:hover 	{ color: #006699 !important }
.text-hausfarbe4:hover 	{ color: #003f55 !important }
.text-dark:hover 		{ color: #880010 !important }
.text-light:hover 		{ color: rgba(226, 0, 26, 1) !important; }

a.text-light:hover,
a.text-grey:hover,
a.text-gray:hover,
a.grey:hover,
a.gray:hover 			{ color: #445566 !important; }


.hausfarbe_hell, .text-hausfarbe_hell			{ color: #e83348 !important; opacity: .7em }
.hausfarbe_hell2, .text-hausfarbe_hell2 		{ color: #ee6676 !important; opacity: .55em }
.hausfarbe_hell3, .text-hausfarbe_hell3			{ color: #f28f9a !important; opacity: .4em }

.hausfarbe_dunkel, .text-hausfarbe_dunkel		{ color: #b50015 !important }
.hausfarbe_dunkel2, .text-hausfarbe_dunkel2		{ color: #880010 !important }
.hausfarbe_dunkel3, .text-hausfarbe_dunkel3		{ color: #63000b !important }



.border-middle span								{ background: #ececec }
.bg-grey .border-middle span					{ background: #cad1d4 }
.bg-hausfarbe .border-middle span				{ background: #e2001a }
.bg-hausfarbe2 .border-middle span				{ background: #880010 }
.bg-transp .border-middle span					{  }	
.bg-light .border-middle span					{ background: #ececec }


.bg-white 		{ 
	background: #fff
	}	
	
.bg-light 		{ 
	background: #ececec
	}
		
.bg-grey,
.bg-content.bg-grey,
.well.bg-grey,
.well-sm.bg-grey,
.bg-gray,
.bg-content.bg-gray,
.well.bg-gray,
.well-sm.bg-gray  {
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border: 1px solid rgba(0, 0, 0, 0.13) !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	}	
	
.bg-hausfarbe,
.bg-content.bg-hausfarbe,
.well.bg-hausfarbe,
.well-sm.bg-hausfarbe 		{ 
	background: #e2001a;
	}	

.bg-hausfarbe2,
.bg-content.bg-hausfarbe2,
.well.bg-hausfarbe2,
.well-sm.bg-hausfarbe2 		{ 
	background: #880010; 
	}		  		

.bg-dark 		{ 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,444444+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #444444 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	color: #fff
	}	
	




.bg-hausfarbe,
.bg-hausfarbe2,
.bg-dark,
.bg-transp,
.bg-darkgrey,
.bg-darkgray	{ 
	color: rgba(255, 255, 255, 0.8) !important
	}
	
.bg-hausfarbe a,
.bg-hausfarbe2 a,
.bg-dark a,
.bg-transp a,
.bg-darkgrey a,
.bg-darkgray a	{ 
	color: #fff !important;
	font-weight: 600; 
	}
.bg-hausfarbe b,
.bg-hausfarbe2 b,
.bg-dark b,
.bg-transp b,
.bg-darkgrey b,
.bg-darkgray b	{ 
	color: #fff !important;
	}		
	
.bg-hausfarbe a:hover,
.bg-hausfarbe2 a:hover,
.bg-dark a:hover,
.bg-transp a:hover,
.bg-darkgrey a:hover,
.bg-darkgray a:hover	{ 
	color: #fff !important;
	opacity: .7
	}


.bg-hausfarbe h1 a:hover,
.bg-hausfarbe2 h1 a:hover,
.bg-dark h1 a:hover,
.bg-transp h1 a:hover,
.bg-darkgrey h1 a:hover,
.bg-darkgray h1 a:hover,
.bg-hausfarbe a h1:hover,
.bg-hausfarbe2 a h1:hover,
.bg-dark a h1:hover,
.bg-transp a h1:hover,
.bg-darkgrey a h1:hover,
.bg-darkgray a h1:hover,

.bg-hausfarbe h2 a:hover,
.bg-hausfarbe2 h2 a:hover,
.bg-dark h2 a:hover,
.bg-transp h2 a:hover,
.bg-darkgrey h2 a:hover,
.bg-hausfarbe a h2:hover,
.bg-hausfarbe2 a h2:hover,
.bg-dark a h2:hover,
.bg-transp a h2:hover,
.bg-darkgrey a h2:hover,
.bg-darkgray a h2:hover,

.bg-hausfarbe h3 a:hover,
.bg-hausfarbe2 h3 a:hover,
.bg-dark h3 a:hover,
.bg-transp h3 a:hover,
.bg-darkgrey h3 a:hover,
.bg-hausfarbe a h3:hover,
.bg-hausfarbe2 a h3:hover,
.bg-dark a h3:hover,
.bg-transp a h3:hover,
.bg-darkgrey a h3:hover,
.bg-darkgray a h3:hover,

.bg-hausfarbe h4 a:hover,
.bg-hausfarbe2 h4 a:hover,
.bg-dark h4 a:hover,
.bg-transp h4 a:hover,
.bg-darkgrey h4 a:hover,
.bg-hausfarbe a h4:hover,
.bg-hausfarbe2 a h4:hover,
.bg-dark a h4:hover,
.bg-transp a h4:hover,
.bg-darkgrerarey a h4:hover,

.bg-hausfarbe h5 a:hover,
.bg-hausfarbe2 h5 a:hover,
.bg-dark h5 a:hover,
.bg-transp h5 a:hover,
.bg-darkgrey h5 a:hover,
.bg-hausfarbe a h5:hover,
.bg-hausfarbe2 a h5:hover,
.bg-dark a h5:hover,
.bg-transp a h5:hover,
.bg-darkgrey a h5:hover,
.bg-darkgray a h5:hover	{ 
	color: #fff !important;
	text-decoration: underline
	}
	
	
			
	
.bg-hausfarbe .icon,
.bg-hausfarbe2 .icon,
.bg-dark .icon,
.bg-transp .icon,
.bg-darkgrey .icon,
.bg-darkgray .icon 	{ 
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4) !important;
	color: rgba(255, 255, 255, 0.8) !important
	}
	.bg-grey .icon,
	.bg-gray .icon 	{ 
		border-bottom: 1px dotted rgba(0, 0, 0, 0.3) !important
		}	
.bg-hausfarbe .icon a,
.bg-hausfarbe2 .icon a,
.bg-dark .icon a,
.bg-transp .icon a,
.bg-darkgrey .icon a,
.bg-darkgray .icon a 	{ 
	color: rgba(255, 255, 255, 0.8) !important
	}
	.bg-hausfarbe .icon a:hover,
	.bg-hausfarbe2 .icon a:hover,
	.bg-dark .icon a:hover,
	.bg-transp .icon a:hover,
	.bg-darkgrey .icon a:hover,
	.bg-darkgray .icon a:hover 	{ 
		color: #fff !important
		}
.bg-hausfarbe .icon i,
.bg-hausfarbe2 .icon i { 
	color: #fff !important
	}
.bg-hausfarbe .gray,
.bg-hausfarbe .grey,
.bg-hausfarbe .grau,
.bg-hausfarbe .text-gray,
.bg-hausfarbe .text-grey,
.bg-hausfarbe .text-grau { 
	color: #c5c5c5 !important
	}		
	
.bg-grey hr,
.bg-hausfarbe hr,
.bg-hausfarbe2 hr,
.bg-dark hr,
.bg-transp hr,
.bg-darkgrey hr,
.bg-darkgray hr { 
	border-color: rgba(255, 255, 255, 0.7)
	}	
	.bg-grey hr ,
	.bg-gray hr 	{ 
		border-color: rgba(0, 0, 0, 0.3)
		}
.bg-grey .border,
.bg-hausfarbe .border,
.bg-hausfarbe2 .border,
.bg-dark .border,
.bg-transp .border,
.bg-darkgrey .border,
.bg-darkgray .border {
	border-top: 1px dotted rgba(255, 255, 255, 0.7) !important;
	}	
	.bg-grey .border,
	.bg-gray .border 	{ 
		border-color: rgba(0, 0, 0, 0.3) !important
		}
.bg-hausfarbe ul.list-lines li,
.bg-hausfarbe .div-lines .row,
.bg-hausfarbe2 ul.list-lines li,
.bg-hausfarbe2 .div-lines .row,
.bg-dark ul.list-lines li,
.bg-dark .div-lines .row,
.bg-transp ul.list-lines li,
.bg-transp .div-lines .row,
.bg-grey ul.list-lines li,
.bg-grey .div-lines .row,
.bg-gray ul.list-lines li,
.bg-gray .div-lines .row	{ 
	border-bottom: 1px dotted rgba(255, 255, 255, 0.7) !important
	}
	.bg-grey ul.list-lines li,
	.bg-grey .div-lines .row,
	.bg-gray ul.list-lines li,
	.bg-gray .div-lines .row	{ 
		border-color: rgba(0, 0, 0, 0.3) !important
		}	

.div-lines .row:last-child	{ 
	padding-bottom: .5em }		

/* ---- end FARBE ------------------------------------------ */
  




.icon-noborder,
.icon.icon-noborder,
.icon-noborder:last-child	{border: none !important }
.icon:last-child 			{ border-bottom: none !important;}	






/* --------- BUTTON ---------------------------
================================================================================== */

.btn {
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  transition: all .3s;
  
  font-weight: 600;
}
.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 0 0 .4em rgba(0, 0, 0, 0.15) inset
 }
/*
.btn:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn:hover{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}

 
.btn.absenden:after {
 display: none;
}
.btn.absenden {
 padding-left: 1.5rem;
 padding-right: 1.5rem;
}
.btn.absenden:hover {
  box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.2) inset !important
}

 
.btn.btn-xs {
  padding: .2em 1.2em .2em .9em
}
 */ 
 
.btn.btn-default.absenden {
	background: #e2001a;
	color: #fff !important;
	font-weight: 600;
	}
.btn.btn-default.absenden:hover,
.btn.btn-default.absenden:focus,
.btn.btn-default.absenden:active,
.btn.btn-default.absenden.active {
	background: #b50015 !important;
	border-color: #b50015;
	}
	
 
.btn-default,
.btn.btn-default,
.bg-light .btn-default {
	color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: #000 !important;
	}
	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active,
	.bg-light .btn-default:hover,
	.btn.btn-default:hover,
	.btn.btn-default:focus,
	.btn.btn-default:active,
	.btn.btn-default.active,
	.bg-light .btn.btn-default:hover {
	  background: #e2001a !important;
	  color: #fff !important;
	  border: 1px solid rgba(255, 255, 255, 0.4) !important;
	} 
    
.btn-primary {
	background: #e2001a; 
    color: #fff !important;
    border: 1px solid #e2001a;
    }
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active {
	  background: #b50015 !important;
	  border-color: #b50015;
	}
	
	
	.bg-hausfarbe .btn-primary,
	.bg-hausfarbe .btn.btn-primary,
	.bg-hausfarbe .btn-default.absenden,
	.bg-hausfarbe .btn.btn-default.absenden 	 {
		border: 1px solid rgba(255, 255, 255, 0.4) !important;
	}
	.bg-hausfarbe .btn:hover,
	.bg-hausfarbe2 .btn:hover	 {
		text-decoration: none !important
	}
	
.btn-info,
.btn.btn-info {
	background: #c9d0d3 !important;
	border-color: rgba(88, 106, 126, 0.3) !important;
	color: #586a7d !important
	}
	.btn-info:hover,
	.btn-info:focus,
	.btn-info:active,
	.btn-info.active {
	  background: #586a7d !important;
	  color: #fff !important
	}


/* ---- end BUTTON ------------------------------------------ */









/* --------- FOOTER
================================================== */
.footer {
	height: 400px;
    line-height: 1.6em;
    clear: both !important;
    padding-top: 50px;
    margin-top: 50px !important;
    margin-bottom: 0 !important;
	background: #000;
	font-size: 100%;
	color: rgba(255, 255, 255, 0.6) !important; 
	}
	body {
	margin-bottom: 450px;
	}	

.footer h2 {
	margin: 0 0 1.2em 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 13pt;
	letter-spacing: .02em
	}
	.footer h2 i {
	color: #e2001a;
	font-size: 120%;
	margin-right: 2px
	}	
	.footer h2 a {
	font-weight: bold !important;
	color: #fff !important
	}
	.footer h2 a:hover {
	color: #e2001a !important;
	}	 

.footer a { 
	color: rgba(255, 255, 255, 0.6) !important; 
	text-decoration: none;
	display: inline-block !important;
	}	 
	.footer a:hover	{ 
	color: #fff !important; 
	transition: .3s;
	text-decoration: none 
	}
			
.footer p {
	clear: both;
	margin-top: 2em;
	margin-bottom: 0
	}		
		  
.footer ul li { 
	display: inline;
	clear: none;
	border: none;
	margin-right: 14px;
	line-height: 1.8em
	}
	.footer ul li:last-child { 
	padding: 0;
	margin: 0;
	border-right: none !important
	}
.footer ul li::after {
	content: "";
	position: absolute;
	margin-top: 6px;
	margin-left: 11px;
	width: 2px;
	height: 17px;
	background-color: rgba(226, 0, 26, 0.6);
	transform: rotate(25deg);
	transform-origin: top left; /* Drehpunkt */
	}
	.footer ul li:last-child::after { 
	display: none
	}	 

  		
	
.footer .btn {
	color: #fff !important;
	opacity: .8
	}
.footer .btn:hover {
	background: #e2001a !important;
	color: #fff !important;
	opacity: 1
	}					

.footer .btn.btn-default {
	border-color: #445566 !important;
	background: #445566 !important;
	margin-right: .3em;
	color: rgba(255, 255, 255, 0.7) !important;
	}
.footer .btn.btn-default i {
	color: #818189 !important
	}
.footer .btn.btn-default:hover {
	border-color: #445566 !important;
	background: #445566 !important;
	}
.footer .btn.btn-default:hover i {
	color: #91919a !important
	}


.footer-info {
	border: none;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 0 2em 0;
	margin: 0 0 2em 0;*/
	padding: .5em;
	margin-bottom: 30px
	}
.footer-info:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: .5emm 1.5em;
	}	
	
	
	
.footer-bottom {
	font-size: 85%;
	line-height: 1.4em;
	color: rgba(255, 255, 255, 0.4) !important;
	padding-bottom: 50px
	}
.footer-bottom a {
	color: rgba(255, 255, 255, 0.4) !important;
	}
	
	
	
	
@media (max-width: 992px) {
	body {
		margin-bottom: 0
		  }
	  .footer {
		height: auto;
		position: relative
		  }
	footer .container 		{ 
		padding-left: 4em; 
		padding-right: 4em;
		} 
	.footer h2 {
		margin: 0 0 .7em 0;
		}
	.footer-info:nth-child(2) {
		border: none;
		padding: .5emm 0;
		}			
}	
	
	
/* --------- end FOOTER -------- */




  
  
/* --------- PAGETOP
================================================== */
.pagetop-scroll {
	width: 65px;
	height: 65px;
	border-radius: 0;
	bottom: 100px;
	background: rgba(226, 0, 26, .7);
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center
	}
.pagetop-scroll span {
	font-size: 120%;
	margin: 0
	}	
.pagetop-scroll:hover {
	background: rgba(226, 0, 26, 1);
	}
@media (max-width: 767px) {
	.pagetop-scroll {
		bottom:30px;
		right: 0;
		width: 60px;
		height: 60px;
		padding: 0;
		background: rgba(226, 0, 26, .8);
		border-right: none;
		}
	.pagetop-scroll:hover {
		background: rgba(226, 0, 26, 1);
		}	
	.pagetop-scroll span {
		}		
}
/* --------- end PAGETOP -------- */












/* --------- START Termine / News
================================================== */
.startinfo {
	background: none;
	}

.startinfo .row {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	margin: 0 0 1em 0 !important;
	background: #e2001a;
	float: left;
	width: 100%
	}
.startinfo .row:hover {
	box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.25) !important;
	background-color: #e2001a !important;
	transition: .2s;
	}		
.startinfo .row a:hover .sub {
	color: #666 !important
	}				
.startinfo [class*="col-"] {
	padding: 0
	}
	
	
.startinfo .beschnitt img { 
	width: auto; height:100%; 
	background-position: center center;
	}
.startinfo .beschnitt {
	float: right;
	margin: -1em 5px -1em .7em;
	margin-top: calc(-1em + 5px);
	margin-bottom: calc(-1em + 5px);
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	width: 200px;
	background-color: #333;
	background-position: 55% 10% !important;
	height: 80px;
	box-shadow: 0 0 .1em #ddd inset
	}
	
.startinfo .info {
	background: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	min-height: 90px
	}	
.startinfo .row:hover .info {
	background: #f7f7f7 !important;
	background: #fdf0f2 !important;
	}		
	.startinfo .title {
		font-size: 110%;
		font-weight: 600; 
		margin: .7em 0 0 0;
		color: #000 !important;
		padding: 0 1em;
		}
	.startinfo .row:hover .title {
		color: #e2001a !important;
		}	
	.startinfo .zeit,
	.startinfo .sub {
		padding: .3em 1em 0 1em;
		color: #888;
		font-size: 100%;
		line-height: 1.25em !important
		}

@media (max-width: 1200px) {
	.startinfo .title {
		margin-top: .2em
		}									
}	
@media (max-width: 992px) {
	.startinfo .beschnitt {
		width: 150px;
		height: 65px;
		}	
	.startinfo .info {
		min-height: 65px
		}
	.startinfo .title {
		font-size: 100%;
		letter-spacing: -.02em;
		margin-top: 0
		}	
	.startinfo .zeit,
	.startinfo .sub {
		font-size: 90%;
		letter-spacing: -.02em;
		margin-left: 2px
		}				
}
@media (max-width: 767px) {
	.startinfo .beschnitt {
		width: 200px;
		height: 80px;
		}
	.startinfo .info {
		min-height: 80px
		}	
	.startinfo .title {
		font-size: 110%;
		letter-spacing: 0;
		margin-top: 0
		}
	.startinfo .zeit,
	.startinfo .sub {
		font-size: 100%;
		letter-spacing: 0;
		}				
}
@media (max-width: 480px) {
	.startinfo .beschnitt {
		width: 160px;
		height: 65px;
		margin-top: calc(-.7em + 5px);
		margin-bottom: calc(-.7em + 5px);
		}
	.startinfo .info {
		min-height: 65px;
		padding-top: .7em;
		padding-bottom: .7em;
		}	
	.startinfo .title {
		font-size: 100%;
		letter-spacing: -.02em;
		margin-left: -5px
		}
	.startinfo .zeit,
	.startinfo .sub {
		font-size: 90%;
		padding-top: .2em;
		margin-left: -5px
		}						
}
@media (max-width: 340px) {
	.startinfo .beschnitt {
		width: 130px;
		}					
}


.startinfo.folgeseite {
	}	
.startinfo.folgeseite .row {
	margin-bottom: .5em !important
	}	
	
[class*="-3"] .startinfo.folgeseite .beschnitt,
[class*="-4"] .startinfo.folgeseite .beschnitt {
		width: 80px;
		height: 80px;
		margin: 0 .6em 0 .6em;
		}
[class*="-3"] .startinf.folgeseite .info,
[class*="-4"] .startinf.folgeseite .info {
		clear: both;
		min-height: auto !important;
		padding-bottom: .7em
		}	
[class*="-3"] .startinfo.folgeseite .title,
[class*="-4"] .startinfo.folgeseite .title {
		font-size: 100%;
		}	
[class*="-3"] .startinfo.folgeseite .zeit,
[class*="-3"] .startinfo.folgeseite .sub,
[class*="-4"] .startinfo.folgeseite .zeit,
[class*="-4"] .startinfo.folgeseite .sub {
		padding-top: .2em;
		font-size: 95%
		}			
}					
/* --------- end START Termine / News -------- */









/* --------- STARTBUTTON
================================================== */
.startbutton {
	padding: 0 .2em 0 75px;
	line-height: 1.25em;
	float: left;
	width: 100%;
	margin-bottom: .35em;
	text-align: left
	}
.startbutton i {
	background:rgba(110, 120, 120, 0.35);
	padding: .6em .5em;
	color: #fff;
	width: 60px;
	text-align: center;
	font-size: 150%;
	margin-left: -75px;
	float: left
	}
.startbutton a {
	color: #445566;
	float: left;
	margin-top: 1em;
	}
	
.startbutton:hover {
	background:rgba(110, 120, 120, 0.15) !important;
	transition: .3s
	}
.startbutton:hover i {
	background: rgba(226, 0, 26, 0.65)
	}
.startbutton:hover a {
	font-weight: 600; 
	}			
		
@media (max-width: 1500px) {
	.startbutton i 				{padding: .4em .5em;}	
	.startbutton 				{padding-right: .4em}	
	.startbutton a				{margin-top: .7em}
	.startbutton.zweizeilig a	{margin-top: .7em}	
	}
@media (max-width: 1200px) {
	.startbutton 				{padding-right: 4em}	
	.startbutton.zweizeilig a	{margin-top: .1em}	
	}
@media (max-width: 992px) {
	.startbutton 				{padding-right: .2em}	
	} 	
@media (max-width: 767px) {
	.startbutton.zweizeilig a 	{margin-top: .7em}	
	}	
@media (max-width: 350px) {
	.startbutton.zweizeilig a 	{margin-top: .1em}	
	}			
	

/* --------- end STARTBUTTON -------- */  







/* --------- LABELS
================================================== */
.labels {
	text-align: center;
	margin: 0 0 -30px 0 !important;
	padding: 2em 0 !important;
	float: left;
	width: 100%;
	}	
.labels [class*="col-"] {
	}
.labels img {
	width: 100%;
	height: auto
	}
.labels a {
	float: left;
	width: 100%;
	padding: 1em 1.5em
	}
.labels a:hover {
	background:rgba(110, 120, 120, 0.15) !important;
	}	
	
@media (max-width: 767px) {
.labels {
	margin: 0 !important;
	padding: 1.5em 0 !important
	}
.labels [class*="col-"] {
	margin: 0 !important;
	padding: 0 !important;
	width: 80% !important;
	margin: 1em auto !important;
	}
.labels a {
	margin-bottom: 1em;
	width: 60%;
	clear: both;
	margin: 0 auto !important;
	float: none;
	display: inline-block;
	border: 1px solid #ddd;
	}
}
@media (max-width: 480px) {
.labels [class*="col-"] {
	width: 100% !important;
	}
}

/* --------- end LABELS -------- */  













.pkw,
.lkw,
.trans {
	margin-right: .5em
}


.picto_lkw_kl,
.picto_pkw_kl,
.picto_trans_kl {
	float: right;
	margin-top: .2em;
	margin-left: .3em;
	
}







/* --------- BILDER
================================================== */
.bild,
.bildrahmenrechts,
.bildrahmenlinks,
.bildrahmenmitte,
.bildrechts,
.bildlinks,
.bildmitte {
	border-radius: 0 !important
	}
	
.bildrahmenrechts,
.bildrahmenlinks,
.bildrahmenmitte,
.bildrahmen {
	padding: 7px !important;
	box-shadow: .15em .15em .4em rgba(0, 0, 0, 0.35)
	}	
@media (max-width: 992px) {
	.bildrahmenrechts,
	.bildrahmenlinks,
	.bildrahmenmitte,
	.bildrahmen {
		padding: 5px !important;
		}
	}
[class*="-5"] .bildrahmenrechts,
[class*="-4"] .bildrahmenrechts,
[class*="-3"] .bildrahmenrechts,
[class*="-2"] .bildrahmenrechts,
[class*="-1"] .bildrahmenlinks,
[class*="-5"] .bildrahmenlinks,
[class*="-4"] .bildrahmenlinks,
[class*="-3"] .bildrahmenlinks,
[class*="-2"] .bildrahmenlinks,
[class*="-1"] .bildrahmenlinks,
[class*="-5"] .bildrahmenmitte,
[class*="-4"] .bildrahmenmitte,
[class*="-3"] .bildrahmenmitte,
[class*="-2"] .bildrahmenmitte,
[class*="-1"] .bildrahmen,
[class*="-4"] .bildrahmen,
[class*="-3"] .bildrahmen,
[class*="-2"] .bildrahmen,
[class*="-1"] .bildrahmen  {
		padding: 3px !important;
		}



	
.bildausschnitt {
	background-size: cover
	}
	
/* --------- end BILDER -------- */






/*--------------------------------------------------------------
# Galerie / Gallery
--------------------------------------------------------------*/

.gallery-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 20px;
	margin-top: 1em
	}
	.gallery-wrapper .gallery  {
		overflow: hidden;
		width: 100%;
		height: auto
		}
		.gallery-wrapper img {
			width: 100%;
			height: auto;
			object-fit: cover;
			cursor: pointer;
			transition: transform 0.3s ease;
			display: block;
			margin-left: auto;
			margin-right: auto;
			background: #fff
			}
		.gallery-wrapper img:hover {
			background: #e2001a;
			transition: .5
			}
@media (max-width: 768px) {
	.gallery-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}	
}
@media (max-width: 480px) {
	.gallery-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}	
}
/* --------- end GALERIE -------- */



	
/* --------- Gallery 2
================================================== */
.bild-top,
.row .bild-top,
.row [class*="col-"] .row .bild-top,
.row [class*="col-"] .bg-content .bild-top {
	margin-top: -25px !important;
	margin-left: -30px !important;
	margin-right: -30px !important;
	width: calc(100% + 60px) !important
	}
	
	
.gallery-wrapper-2 {
	float: left !important;
	}
.gallery-wrapper-2 .bild-top,
.row .gallery-wrapper-2 .bild-top,
.row [class*="col-"] .row .gallery-wrapper-2 .bild-top,
.row [class*="col-"] .bg-content .gallery-wrapper-2 .bild-top {
	

	}		
.gallery-wrapper-2.negativ-margin {
	clear: both !important;
	margin-top: -17px !important;
	margin-bottom: 2.5em !important;
	margin-left: -29px
	}
			


.gallery-wrapper-2 .gallery {
	width: 10.9% !important;
	height: 60px !important;
	float: left !important;
	background: #ddd;
	margin: 0 1px 1px 0 !important;
	}
	@media (max-width: 1200px) {
	.gallery-wrapper-2 .gallery { 
		width: 10.95% !important;
		height: 50px !important; }
	}	
	@media (max-width: 992px) {
	.gallery-wrapper-2 .gallery { 
		width: 10.9% !important;
		height: 40px !important; }
	}
	@media (max-width: 767px) {
	.gallery-wrapper-2 .gallery { 
		width: 10.94% !important;
		height: 60px !important; }
	}	
	@media (max-width: 600px) {
	.gallery-wrapper-2 .gallery { 
		width: 10.88% !important;
		height: 45px !important; }
	}	
	@media (max-width: 480px) {
	.gallery-wrapper-2 .gallery { 
		width: 14% !important;
		height: 45px !important; }
	}
	@media (max-width: 380px) {
	.gallery-wrapper-2 .gallery { 
		width: 13.9% !important;
		height: 35px !important; }
	}	
	

.gallery-wrapper-2 img.gallery_bild  {
	border: none !important;
	width: auto !important;
	height: 100% !important;
	padding: 0 !important;
	box-shadow: none !important;
	}
.gallery-wrapper-2 img.gallery_bild:hover,
.gallery-wrapper-2 .bild-top:hover  {
	border: 2px solid #e2001a !important;
	transition: .3s;
	}		







.gallery-item {
	height: 50px;
	display: inline-block;
	width: calc(10% - 2px);
	float: left;
	overflow:hidden;
	margin: 1px;
	text-align: center;
	background: #ccc
	}
.gallery-item .gallery {
	width: 100% !important;
	}
.gallery-item:hover .gallery {
	opacity: .8;
	width: 105% !important;
	transition: .3s ease-out;
	}	
.gallery-item .gallery .gallery_bild {
	border: none !important
	}			
@media (max-width: 1200px) {
	.gallery-item { height: 42px;} }
@media (max-width: 992px) {
	.gallery-item { height: 32px;} }
@media (max-width: 767px) { 
	.gallery-item { height: 50px;} }
@media (max-width: 680px) { 
	.gallery-item { height: 42px;} }
@media (max-width: 580px) { 
	.gallery-item { height: 35px;} }
@media (max-width: 480px) { 
	.gallery-item { width: calc(12.5% - 2px); height: 36px;} }
@media (max-width: 380px) { 
	.gallery-item { height: 28px;} }							
/* --------- end Gallery -------- */










/* --------- ACCORDION
================================================== */
.accrodion {
	border-bottom: 1px dotted #bbb !important;
	padding: 0 0 .7em 0;
	margin: 0 0 .8em 0
	}
	
.accrodion .collapse {
	padding: .3em 0 1em 0 !important;
	background: none !important;
	}	
	
.accrodion a {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0;
	line-height: 1.3em !important
	}	

/* --------- end ACCORDION -------- */








/* --------- SERVICE
================================================== */
.service {
	font-size: 115%;
	text-align: center;
	background: #fff;
	font-weight: 600; 
	padding-top: 2.5em;
	padding-bottom: 2.5em
	}
.service .border-middle	span {
	background: #fff
}
.service i {
	color: #e2001a;
	margin-bottom: .3em;
	font-size: 45px
	}
.service a {
	color: 000;
	}
.service .row [class*="col-"]  {
	padding-top: 2em;
	padding-bottom: 2em;
	width: 18.5%  !important;
	float: none;
	display: inline-block
}			
@media (max-width: 1200px) {
	.service {
		font-size: 110%
		}
	.service i {
		font-size: 39px
		}	
}
@media (max-width: 992px) {
	.service {
		font-size: 100%;
		line-height: 1.25em
		}
	.service i {
		font-size: 35px
		}	
}	
@media (max-width: 767px) {
	.service {
		font-size: 90%;
		padding-bottom: 4.5em
		}
	.service i {
		font-size: 35px
		}	
}
@media (max-width: 680px) {
	.service {
		font-size: 80%;
		line-height: 1.15em;
		letter-spacing: -.01em
		}
	.service i {
		font-size: 28px
		}	
}
@media (max-width: 580px) {
	.service .row [class*="col-"]  {
		width: 31%  !important;
	}	
}
@media (max-width: 380px) {
	.service .row [class*="col-"]  {
		width: 48%  !important;
	}	
}		
/* --------- end SERVICE -------- */	











/* --------- FAHRZEUGSUCHE
================================================== */
.fahrzeugsuche-start {
	padding-top: 1.8em;
	padding-bottom: 2em
	}
.fahrzeugsuche-start h1 {
	margin: 0 0 .5em 0;
	}
.fahrzeugsuche-start h5 {
	margin: 0 !important;
	color: #999;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: -5px !important
	}
	.fahrzeugsuche-start .form-group h5 {
		margin-bottom: 0 !important
		}		
.fahrzeugsuche-start .row {
	margin-bottom: 0 !important
	}
.fahrzeugsuche-start .form-group {
	margin-bottom: .8em !important
	}
.fahrzeugsuche-start .btn {
	margin: 2em 0 .5em 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	}	
.fahrzeugsuche-start .fussnote {
	margin: .3em 0 0 0 !important;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	width: 100%
	}	
	.fahrzeugsuche-start .fussnote a {
	color: #888 !important
	}
	.fahrzeugsuche-start .fussnote a:hover {
	color: #fff !important
	}	
.fahrzeugsuche-start img {
	margin: 0;
	margin-bottom: 7px;
	padding: 2px;
	float: left
	}	
.fahrzeugsuche-start .well {
	float: left;
	margin-top: 1.8em;
	padding-top: .8em !important;
	padding-bottom: .5em !important;
	}	
	.fahrzeugsuche-start .well h3 {
	margin: 0
	}
	.fahrzeugsuche-start .well select {
	margin: .5em 0 .8em 0
	}	
	
	
	
	
	
	






.pagination_navi a.aktiv {
	background: #e2001a;
	color: #fff
}	
.pagination_navi a.inaktiv {
	color: #fff
}
.pagination_navi a.inaktiv:hover {
	background: rgba(226, 0, 26, 0.5)
}
.pagination_navi a.aktiv:hover {
	background: #880010
}	



.pagination {
	margin: 0 0 1.5em 0;
	}







/* --------- FAHRZEUGAUSGABE
================================================== */
.fahrzeugausgabe {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(200, 214, 222, 0.7);
	padding-bottom: 2.5em;
	margin-bottom: 2.5em;
	}

.fahrzeugausgabe .transition-bigger:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: .3s
	}

.fahrzeugausgabe h4 {
	margin-top: 0;
	margin-bottom: .4em;
	font-weight: 700;
	font-size: 175% !important
	}
	.fahrzeugausgabe h4 a {
	}
	.fahrzeugausgabe h4 a:hover {
	}

.fahrzeugausgabe .verbrauch {
	color: #aaa;
	font-size: 85%;
	line-height: 1.4em;
	position: relative;
	display: block
	}
	.fahrzeugausgabe .verbrauch .bildrechts {
	width: 21%;
	float: right;
	margin-left: 10px;
	margin-top: .15em;
	margin-bottom: .3em
	}
	
@media (max-width: 1200px) {
	.fahrzeugausgabe h4 {
		font-size: 155% !important
		}
	.fahrzeugausgabe .verbrauch {
		font-size: 80%;
		line-height: 1.3em;
		}
	}
@media (max-width: 992px) {
	.fahrzeugausgabe {
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
		}
	.fahrzeugausgabe .verbrauch .bildrechts {
		width: 17%;
		}
	}
@media (max-width: 575px) {
	.fahrzeugausgabe h4 {
		font-size: 140% !important
		}
	}
@media (max-width: 380px) {
	.fahrzeugausgabe .verbrauch .bildrechts {
		width: 25%;
		}
	}
	
	
	
	
.technische_details {
	line-height: 1.1em
	}
	.technische_details .div-lines .row {
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: .5em !important;
	padding-bottom: .5em !important
	}
	.technische_details .effizienzlabel {
	width: 70%;
	height: auto;
	text-align: right
	}
	.technische_details sub {
	display: inline
	}		
@media (max-width: 1200px) 	{
	.technische_details {
	letter-spacing: -.03em !important;
	font-size: 90%;
	}
}
@media (max-width: 767px) 	{
	.technische_details {
	font-size: 100%;
	letter-spacing: 0
	}
}	
/* --------- end FAHRZEUGAUSGABE -------- */






/* --------- EFFINZENSLABEL
================================================== */
.effizienzlabel {
	width: 100%;
	height: auto;
	text-align: right
	}

.kachel .effizienzlabel {
	width: 37%;
	height: auto;
	float: right;
	margin: 3px 0 .5em 10px;
	}
@media (max-width: 1200px) 	{
	.kachel .effizienzlabel { width: 35% }
}
@media (max-width: 992px) 	{
	.kachel .effizienzlabel { width: 37% }
}
@media (max-width: 767px) 	{
	.kachel .effizienzlabel { width: 30% }
}
@media (max-width: 575px) 	{
	.kachel .effizienzlabel { width: 25% }
}
@media (max-width: 380px) 	{
	.kachel .effizienzlabel { width: 40% }
}
/* --------- end EFFINZENSLABEL -------- */




/* --------- EMPFEHLUNGEN
================================================== */
.empfehlung-item 	{
	float: left;
	display: inline-block;
	background: #fff;
	border-radius: 3px;
	padding: 15px;
	box-shadow: .1em .1em .5em rgba(0, 0, 0, 0.3);
	margin-bottom: 2em;
	}
.empfehlung-item:hover	{
	box-shadow: .1em .1em .7em rgba(0, 0, 0, 0.7);
	}			
.empfehlung-item img {
	width: 100%;
	margin-bottom: 1em
	}	
.empfehlung-item a:hover img {
	opacity: .85;
	}				
.empfehlung-item h2 {
	font-size: 13.5pt;
	margin: .2em 0 1em 0;
	}
.empfehlung-item .daten,
.empfehlung-item .daten-verbrauch {
	color: #777;
	margin: 0;
	line-height: 1.3em
	}
.empfehlung-item .daten div {
	margin-bottom: .25em;
	border-bottom: 1px solid #eee;
	padding-bottom: .2em
	}	
.empfehlung-item .effizienzlabel {
	width: 100% !important;
	float: right
	}
.empfehlung-item .preis {
	font-weight: bold;
	color: #000;
	font-size: 105%;
	margin: 0
	}



@media (max-width: 1200px ) {
.empfehlung-item {
	padding: 10px;
	}	
.empfehlung-item .preis {
	font-size: 100%;
	}	
}	
@media (max-width: 992px ) {
.empfehlung-item {
	font-size: 90% !important;
	}
.empfehlung-item img {
	margin-bottom: .7em
	}	
.empfehlung-item h2 {
	font-size: 11.5pt !important;
	margin: .2em 0 .7em 0
	}	
.empfehlung-item .effizienzlabel {
	width: 45% !important;
	float: left;
	margin-top: .5em
	}			
}
@media (max-width: 767px ) {
.empfehlung-item {
	font-size: 100% !important;
	}
.empfehlung-item h2 {
	font-size: 13.5pt !important
	}
.empfehlung-item .effizienzlabel {
	width: 100% !important;
	float: right;
	margin-top: 0
	}
.empfehlung-item .preis {
	font-size: 105%;
	}			
}
@media (max-width: 680px ) {
.empfehlung-item h2 {
	font-size: 13pt !important
	}			
}
@media (max-width: 580px ) {
.empfehlung-item {
	font-size: 90% !important;
	}
.empfehlung-item .effizienzlabel {
	width: 45% !important;
	float: left;
	margin-top: .5em
	}	
.empfehlung-item .daten div {
	margin-bottom: .15em;
	padding-bottom: .1em
	}	
.empfehlung-item .preis {
	font-size: 100%;
	}		
}
/* --------- end EMPFEHLUNGEN -------- */


	
	
	






.marken-signature-2 {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: -1.5em;
	margin-bottom: -.5em
	}
	.marken-signature-2 img {
	max-width: 80%;
	}	
@media (max-width: 767px) 	{
	.marken-signature-2 img		{ 
		width: auto;
		margin-top: 0
		}
}	

.marken-signature {
	display: block;
	text-align: center;
	padding: 2.5em 0;
	width: 100%;
	margin-bottom: 2.5em
	}
.marken-signature img {
	max-height: 170px;
	max-width: 80%;
	width: auto
	}	
@media (max-width: 1200px) 	{
	.marken-signature		{ padding: 1.5em 0 }
	.marken-signature img 	{ max-height: 150px }	
}
@media (max-width: 992px) 	{
	.marken-signature		{ padding: 1em 0 }
	.marken-signature img 	{ max-height: 115px }	
}
@media (max-width: 767px) 	{
	.marken-signature		{ padding: 2em 0; margin-bottom: 1em }
	.marken-signature img 	{ max-height: 180px }	
}
@media (max-width: 480px) 	{
	.marken-signature img 	{ max-height: 120px }	
}

/* --------- end FAHRZEUGSUCHE -------- */









/* --------- MITARBEITER / PERSONAL
================================================================ */
.personal {
	clear: both;
	margin-bottom: 3em;
	float: left;
	width: 100%;
	padding-bottom: 2.5em;
	margin-bottom: 2.8em;
	border-bottom: 1px dotted #ccc
	}

.personal h3 {
	margin: 0 0 .3em 0;
	}
/*	
.personal h3 a 			{ color: #e2001a }
.personal h3 a:hover 	{ color: #000 }
*/	
.personal h5 {
	margin: 0 0 1em 0;
	color: #000
	}	
.personal .bildrahmenrechts {
	margin: .5em 0 .5em 1.5em !important;
	padding: 5px !important;
	}
.personal .bildrahmenrechts:hover {
	background:rgba(110, 120, 120, 0.15) !important;
	box-shadow: .15em .15em .4em rgba(0, 0, 0, 0.5)
	}	



.personal_lang {
	margin-top: 2em
	}
.personal_lang .bildrahmenrechts {
	padding: 8px !important;
	}	
.personal_lang h3 {
	font-size: 230%
	}
.personal_lang h5 {
	font-size: 130%;
	margin-bottom: 2em
	}	
	
	
	
@media (max-width: 992px) { 
.personal h5 {
	font-size: 95%;
	}
.personal_lang h3 {
	font-size: 170%;
	}		
.personal_lang h5 {
	font-size: 120%;
	}	
.personal .bildrahmenrechts {
	margin-left: 1em !important;
	width: 170px;
	padding: 5px !important;
	}	
.personal .icon {
	margin-bottom: 0;
	padding-bottom: .3em
	}		
}
@media (max-width: 767px) { 
.personal {
	padding-bottom: 1.5em;
	margin-bottom: 1.8em;
	}
.personal_lang h5 {
	font-size: 110%;
	}		
.personal .bildrahmenrechts {
	margin: .2em 0 .5em .5em !important;
	width: 170px;
	}		
}
@media (max-width: 480px) { 
	.personal_lang h3 {
	font-size: 140%;
	}
	.personal_lang h5 {
	font-size: 95%;
	}	
	.personal .bildrahmenrechts {
	width: 120px;
	padding: 3px !important;
	}
}
/* --------- end MITARBEITER / PERSONAL -------- */




/* --------- MITARBEITER / TEAM
================================================================ */
.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.team-member {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  min-height: 340px;
  }
.team-member:hover {
  background: #fae6e8;
  transition: .3s
}


.team-member img {
  width: 170px;
  height: 170px;
  border-radius: 170px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
  border: 7px solid #fff
}
.team-member h3 {
 margin: 0 0 .3em 0;
 font-size: 180%
}
.team-member h5 {
 margin: 0 0 1.5em 0;
 font-size: 120%;
 font-weight: normal;
 color: #000
}
.team-member .icon {
padding: 0
}
.team-member .icon i {
margin: -3px 5px 0 0;
width: auto
}

@media (max-width: 768px) {
	.team-container {
	grid-template-columns: 1fr;
	}
	.team-member {
	min-height: auto
	}
}
/* --------- end MITARBEITER / PERSONAL -------- */










/* --------- ITEM
================================================================ */
.item-container-wrap  {
	margin-top: 75px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 50px;
	}
	.item-container-wrap .heading  {
	margin-top: -50px;
	top: -9px
	}
	.item-container-wrap .btn {
	text-align: center;
	margin: 0 auto;
	width: auto;
	display: inline-block;
	float: right;
	margin-top: 50px;
	margin-right: -50px;
	margin-bottom: -50px;
	}


.item-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	}
	.item-container-wrap .item-container {
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	}


.item-content {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: background 0.3s;
	padding-bottom: 30px;
	padding: 30px;
	background: #fff;
	max-width: 555px
	}
	.item-container-wrap .item-content {
	background: #e6e9ec;
	box-shadow: none
	}
	.item-content:hover {
	transition: .3s;
	background: #e2001a;
	color: #fff
	}
.item-content.bg-hausfarbe {
	background: #e2001a
	}
	.item-content.bg-hausfarbe:hover {
	background: #b50015;
	transition: .3s
	}



.item-content img {
 	display: block;
	aspect-ratio: 2 / 1;
	width: 100%;     
	object-fit: cover; 
	height: auto;
	object-position: top;
	margin: -30px -30px 30px -30px;
	width: calc(100% + 60px);
	transform: scale(1.05);
	}
	.item-content:hover img {
	transform: scale(1.1);
	transition: .5s
	}

.item-content .topline {
	color: #e2001a;
	margin-bottom: .5em !important
	}
	.item-content.bg-hausfarbe .topline {
	color: #000
	}
	.item-content:hover .topline {
	color: #000
	}
	
.item-content .datum {
	color: #999;
	margin-bottom: 1.5em;
	font-size: 95%
	}
	.item-content.bg-hausfarbe .datum {
	color: #000
	}
	.item-content:hover .datum {
	color: #000
	}	
	
.item-content h3 {
	margin: 0 0 .3em 0 !important;
	font-size: 130%;
	letter-spacing: 0;
	text-transform: none;
	}
	.item-content h3 a {
		color: #000
	}
	.item-content:hover h3 a,
	.item-content h3 a:hover {
		color: #fff;
		text-decoration: none
	}
	.item-content h3 a:hover {
	color: #fff;
	text-decoration: underline
	}
	.item-content.bg-hausfarbe h3 a {
	color: #fff
	}



.item-content p {
	margin-bottom: 0
	}
	
	
.item-content .btn {
	margin: 30px 0 0 0 !important
	}

@media (max-width: 1200px) {
	.item-content img {
		margin-bottom: 25px
		}
}

@media (max-width: 992px) {
	.item-container-wrap  {
		margin-top: 50px;
		padding: 30px
		}
	.item-container-wrap .btn {
	  margin-top: 30px;
	  margin-right: -30px;
	  margin-bottom: -30px;
	}	
	.item-container-wrap .heading  {
		margin-top: -30px;
		top: 0
	}
	.item-content {
		padding: 15px;
		}
}
@media (max-width: 768px) {
	.item-container-wrap  {
		margin-top: 80px;
		padding: 0;
		background: none;
		box-shadow: none
		}
	.item-container-wrap .btn {
	  margin: 0 auto !important
	}	
	.item-container-wrap .heading  {
		margin-top: 0;
	}	
}
@media (max-width: 575px) {
  .item-container {
		grid-template-columns: 1fr;
  	  	}	
}
/* --------- end ITEM -------- */









/* --------- NOTDIENST-Nummern
================================================================ */
.notdienst {
	background: rgba(226, 0, 26, 0);
	border-radius: 5px;
	margin-top: 1.5em;
	margin-bottom: -10px
	}
.notdienst h3 {
	color: #e2001a;
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: .5em;
	display: inline-block
	}
.notdienst h3 i {
	color: #e2001a;
	font-size: 110%;
	margin-right: 5px
	}
.notdienst .row {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: .3em !important;
	padding-bottom: .3em !important;
	border-bottom: 1px solid rgba(226, 0, 26, 0.2);
	background: none !important;
	color: #000 !important;
	font-size: 90% !important
	}
.notdienst .row:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}	
.notdienst .row [class*="col-"] {
	margin: 0 !important;
	padding: 0 !important;
	}
.notdienst .row [class*="col-"]:first-child {
	font-weight: bold;
	}
.notdienst .row [class*="col-"]:last-child {
	white-space: nowrap;
	color: #000 !important;
	font-weight: normal !important
	}
.notdienst .row [class*="col-"]:last-child i {
	color: #e2001a;
	font-size: 90%
	}

@media (max-width: 1200px) { 
	.notdienst .row [class*="col-"] {
	clear: both;
	margin-left: 40px
	}
}
@media (max-width: 768px) { 
	.notdienst .row {
	margin-left: 40px;
	
	}
	.notdienst .row [class*="col-"] {
	clear: none;
	width: 60%;
	float: left;
	margin-left: 0
	}
	.notdienst .row [class*="col-"]:last-child {
	width: 40%
	}
}



/* --------- end MITARBEITER / PERSONAL -------- */







/* --------- Listen-Trick fÃ¼r Ausstattungsmerkmale Ã¼ber <br/>
================================================================ */


.list-trick {  
	margin-left: 15px;
	margin-top: 1em;
	line-height: 1.2em !important
}
.list-trick:before {  
	display:  list-item !important;
	content: '';
	color: #e2001a;
	height: 0
}

.list-trick br {  
	color: #e2001a;
	display:  list-item !important;
	content: '';
	clear: both;
	border-top: 1px dotted #bbb;
	padding: .5em 0 0 0 !important;
	margin-top: .5em !important;
	height: 0 !important;
}

/* --------- end Listen-Trick -------- */





#cookiedingsbums {
   background: rgba(99, 99, 99, 0.5);
   border-top: none
   }





/* --------- ANGEBOTE
================================================================ */
.angebote {  
	min-height: 460px
}


.angebote .beschnitt {  
	height: 100px;
	background: #ddd;
	margin-bottom: 1.5em;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center
}
.angebote h2 {  
	margin: 0 0 .5em 0;
}
.angebote .btn {  
	clear: both;
	margin-top: 4em;
}


@media (max-width: 1200px) { 
	.angebote {  
		min-height: 530px
		}
	.angebote .beschnitt {  
		height: 80px;
		}	
	.angebote h2 {  
		font-size: 170%
		}	
}
@media (max-width: 992px) { 
	.angebote {  
		min-height: 440px
		}
	.angebote .beschnitt {  
		height: 95px;
		}	
}
@media (max-width: 767px) { 
	.angebote {  
		min-height: auto
		}
	.angebote .beschnitt {  
		width: 200px;
		height: 70px;
		float: right;
		margin-left: 1em
		}	
}
@media (max-width: 580px) { 
	.angebote .beschnitt {  
		width: 150px;
		height: 50px;
		}
	.angebote .btn {  
		margin-top: 2em;
		}
}
@media (max-width: 480px) { 
	.angebote {  
		padding-bottom: 1.5em !important;
		}
	.angebote .beschnitt {  
		width: 100%;
		height: 110px;
		margin-bottom: .8em
		}
}
@media (max-width: 380px) { 
	.angebote .beschnitt {  
		height: 80px;
		}
}

/* --------- end ANGEBOTE -------- */









/* --------- FORMULAR
================================================== */

form.form-inline.label-oben [type=submit].absenden {
	margin-top: 19px !important;
}
form.form-inline .form-group .hinten2 {
	margin-top: 0
}

/* ---- end FORMULAR ------------------------------------------ */


.button_30Jahre {
	position: fixed;
	top: 60px;
	left: 8%;
	z-index: 100000000 !important;
	width: 240px;
	height: 240px;
	transition: all 0.25s ease-in-out;
	}
.button_30Jahre:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
	}	
.button_30Jahre img {
	width: 100%;
	height: auto
	}
	
@media (max-width: 1900px) { 
	.button_30Jahre {
		left: 4%;
		width: 210px;
		height: 210px
		}
}
@media (max-width: 1680px) { 
	.button_30Jahre {
		top: 7px;
		width: 120px;
		height: 120px;
		left: 50%;
		margin-left: -365px
		}			
}
@media (max-width: 1200px) { 
	.button_30Jahre {
		top: 5px;
		width: 100px;
		height: 100px;
		margin-left: -295px
		}
}	
@media (max-width: 992px) { 
	.button_30Jahre {
		top: 3px;
		width: 75px;
		height: 75px;
		margin-left: -250px
		}
}	
@media (max-width: 767px) { 
	.button_30Jahre {
		top: auto;
		bottom: 50px;
		width: 115px;
		height: 115px;
		margin-left: 0;
		left: -10px
		}
}	


@media (max-width: 1680px) and (min-width: 767px) {
	#sticky.affix .button_30Jahre {
		top: 2px;
		width: 70px;
		height: 70px;
		margin-left: -248px
		}
	}
@media (max-width: 1680px) and (min-width: 992px) {
	#sticky.affix .button_30Jahre {
		top: 5px;
		width: 82px;
		height: 825px;
		margin-left: -310px
		}
	}
@media (max-width: 1680px) and (min-width: 1200px) {
	#sticky.affix .button_30Jahre {
		margin-left: -400px
		}
	}				
	
	
	
/* --------- ICON
	================================================== */
	.icon	{ 
		line-height: 1.4em;
		margin-bottom: 0;
		border-bottom: none !important;
		padding-bottom: 0 !important
		}
		[class*="bg-"] .icon {
			border-bottom: none !important;
		}
	.icon i 	{ 
		background: none !important;
		color: #e2001a;
		font-size: 115%
		}
	.icon.icon-xl i 	{ 
		}
	.icon a {
		text-decoration: none;
		font-weight: normal
		}		
	.icon a:hover {
		text-decoration: none;
		color: #e2001a;
		background: none !important
		}
	
	
		
		
	.icon.icon-xs {
		margin-top: .15em !important;
		margin-bottom: .9em;
		padding-bottom: .9em;
		}	
	.icon.icon-xs i 	{ 
		font-size: 90%;
		}
	
	
		
	/* --------- end ICON -------- */
	










/* ==================================================================================
	Anpassungen für _asset_ersatz.css
================================================================================== */

/* --------- Anpassung ASSET-Ersatz: Icon-List --------- */
.icon-list :is(li, div, p),
.icon-md-list :is(li, div, p),
.icon-lg-list :is(li, div, p) {
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: none;
	padding-top: 0;
	}
.icon-list i {
	color: #e2001a !important;
	font-size: 110%
	}		
.icon-list a {
	color: #000 !important;
	}	
.icon-list a:hover {
	color: #e2001a !important;
	}	
/* --------- end Icon-List -------- */	




/*--------------------------------------------------------------
# C-Page
--------------------------------------------------------------*/
#c-page .card		{
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	border: none !important; 
	}
	#c-page .card.bg-darkgray	{
	background: #333 !important;
	}
	#c-page .card.bg-gray	{
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border: 1px solid rgba(0, 0, 0, 0.13) !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	}	
	#c-page .card.bg-hausfarbe		{
	background: #e2001a !important;
	}
	

#c-page .header-content.typ2::before { 
	background: #333 !important
	}
#c-page .c-element .header-content.typ3 {
	margin-top: -100px !important;
	}
#c-page .c-element .header-content .bildrahmenmitte-wrapper,
#c-page .c-element .header-content [data-lightbox="example-set"],
#c-page .c-element .header-content img.bildrahmenmitte,
#c-page .c-element .header-content img.bildrahmenmitte-nb {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#c-page .c-element .header-content.typ3 .bildrahmenmitte-wrapper,
#c-page .c-element .header-content.typ3 [data-lightbox="example-set"],
#c-page .c-element .header-content.typ3 img.bildrahmenmitte,
#c-page .c-element .header-content.typ3 img.bildrahmenmitte-nb {
	margin: 0 auto !important;
	width: 100vw !important;
	height: auto !important;
}
		
@media (max-width: 767px) {
	#c-page .header-content {
		margin-top: calc(-1.5 * var(--c-page-gap)) !important;
		}
	#c-page .header-content.typ2 {
		margin-top: calc(-2 * var(--c-page-gap)) !important;
		}
	#c-page .header-content.typ3 { 
		margin-top: -100px !important;
		}
}



