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





body {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	margin-bottom: 530px;
	color: #555865;
	color: #333843
	}
	@media  (max-width:767px) {
	body { line-height: 1.45em !important }
	}
	@media  (max-width:480px) {
	body { line-height: 1.4em !important }
	}



.content-rechts,
.well {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	}	


.lebenslagen_zustaendig{
	display: none }
.col-md-3.col-sm-4 .lebenslagen_zustaendig {
	display: block }

.lebenslagen_content {
	display: block }
.col-md-3.col-sm-4 .lebenslagen_content {
	display: none }


.visually-hidden {
	position: absolute !important;
	  width: 1px !important;
	  height: 1px !important;
	  padding: 0 !important;
	  margin: -1px !important;
	  overflow: hidden !important;
	  clip: rect(0, 0, 0, 0) !important;
	  white-space: nowrap !important;
	  border: 0 !important;
}



/* --------- OBEN hellgelb
================================================== */
.content-top {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff5d0+0,fffcf1+40,fffcf1+80,fff8dc+100 */
	background: #fff5d0; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff5d0 0%, #fffcf1 40%, #fffcf1 80%, #fff8dc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fff5d0 0%,#fffcf1 40%,#fffcf1 80%,#fff8dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff5d0 0%,#fffcf1 40%,#fffcf1 80%,#fff8dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d0', endColorstr='#fff8dc',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #ffbf00;
	padding-top: 5em;
	padding-bottom: 3em;
	margin-bottom: -2em
	}
.content-top h1 {
	margin-top: -.8em !important;
	margin-bottom: .7em
	}
.content-top img[usemap] {
	width: 100% !important;
	height: auto !important;
	border: none;
	}
.content-top [title] {
	font-weight: bold !important
	}
.content-top [title] {
	outline: red dotted 1px; /*optional styling*/
	font-size: 30px; /*optional styling*/
	position: relative;
	cursor: help;
	}
.content-top [title]:hover::before {
	content: attr(data-title);
	position: absolute;
	bottom: -26px;
	display: inline-block;
	padding: 3px 6px;
	border-radius: 2px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	white-space: nowrap;
	}
.content-top [title]:hover::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 8px;
	display: inline-block;
	color: #fff;
	border: 8px solid transparent;
	border-bottom: 8px solid #000;
	}
@media  (max-width:767px) {
	.content-top {
	padding-top: 3em;
	padding-bottom: 1.5em;
	margin-bottom: -4em
	}
}
@media  (max-width:480px) {
	.content-top h1 {
	margin-top:1.2em !important;
	font-size: 160% !important
	}
}
/* --------- end OBEN hellgelb -------- */




/* --------- KARTE
================================================== */
#karte {
	width: 100%;
	overflow: hidden;
	height: 750px;
	}
#karte img {
	border: none;
	height: auto;
	position: absolute;
	width: 1140px !important;
	}
#karte > div { /* wichtig für respsove map */
	background-size: cover !important;
	position: absolute !important
	}
	
#karte .svg_hover {
	border: none;
	height: auto;
	position: absolute;
	width: 1140px !important;
	z-index: 10
	}
	#karte .svg_hover .item 		{
		fill:rgba(255, 35, 0, 0);
		position: relative;
		background: 
		}
	#karte .svg_hover .item:hover	{
		fill:#ff2100; 
		fill:rgba(255, 35, 0, 0);
		stroke-width: 5px;
		stroke: #ff2100;
		}	
	
@media  (max-width:1200px) { 
	#karte  	{ height: 605px }
	#karte img,
	#karte .svg_hover 	{ width: 930px !important }
	}
@media  (max-width:992px) { 
	#karte  	{ height: 460px }
	#karte img,
	#karte .svg_hover 	{ width: 720px !important }
	}
@media  (max-width:768px) { 
	#karte  	{ height: 490px; }
	#karte img,
	#karte .svg_hover 	{ width: 100% !important }
	}





 #map {
	background: aqua;
	width: 100%;
	height: 300px
	}	
.map-highlight {
	fill: #0099dd;
	}
.map-highlight:hover {
	fill: #ff0000;
	}
#map text {
	fill: #fff;
	}	
/* --------- end KARTE -------- */




/* --------- KARTE dynamisch
================================================== */
.toggle-box {
	top: 220px;
	width: 180px;
	position: absolute;
	z-index: 10;
	border-radius: 5px
	}
	.toggle-box.typ2 {
		background: #ff2100 !important;
		right: 30px;
		width: 190px !important;
		padding: 15px 10px 5px 10px !important
		}
	.toggle-box.typ2 span {
		color: #fff;
		font-weight: 600 !important;
		text-transform: uppercase;
		font-size: 90% !important;
		letter-spacing: .01em;
		margin-left: 38px !important
		}
	.toggle-box.typ2 .switch .closed {
		background-color: #aa0000;
		}	
	.toggle-box.typ2 .switch .open { 
		background-color: #6bd91d;
		}
	@media (max-width: 992px) {
		.toggle-box {
		top: 140px;
		}
	}
	@media (max-width: 767px) {
		.toggle-box {
		width: 100%;
		padding: auto;
		left: 0;
		position: relative;
		margin: 1em 0;
		top: auto;
		}
	}
.toggle-box span {
	font-size: 110%;
	margin-top: .15em;
	line-height: 1em;
	white-space: nowrap
	}	
.toggle-content { 
	display: none;
	}
.toggle-content.on { 
	display: block;
	}					
/* --------- end KARTE dynamisch -------- */










/* --------- HEADLINES
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #000;
	line-height: 1.3em;
	}
h1 	{ font-size: 300% !important; line-height: 1.15em; }
h2 	{ font-size: 255% !important; font-weight: 400; }
h3	{ font-size: 205% !important; font-weight: 500; }
h4  { font-size: 145% !important; font-weight: 700; }
h5  { font-size: 115% !important; line-height: 1.5em; }
h6 	{ font-size: 110% !important; line-height: 1.5em; }

.well h1, .bg-content h1  { margin-bottom: .8em }
.well h2  { font-weight: 500; letter-spacing: 0 }
.well h3  { font-weight: 700; }

@media  (max-width:992px) {
	h1	{ font-size: 250% !important; letter-spacing: 0 }
	h2	{ font-size: 235% !important; }
	h3	{ font-size: 180% !important; }
	h4	{ font-size: 135% !important; }
	h5	{ font-size: 115% !important; }
	h6	{ font-size: 105% !important; }
	}
@media  (max-width:767px) {
	h1	{ font-size: 190% !important }
	h2	{ font-size: 185% !important; }
	h3	{ font-size: 150% !important; }
	h4	{ font-size: 125% !important; }
	h5	{ font-size: 110% !important; }
	h6	{ font-size: 100% !important; }
	}

h1 sub {
	clear: left;
	font-weight: 500 !important;
	color: #707078 !important;
	color: #000 !important;
	letter-spacing: -.01em;
	text-transform: none;
	display: block;
	margin-top: .4em;
	margin-bottom: 1.5em;
	font-size: 85%
	}

.rot, .red,
h1.rot, h2.rot, h3.rot, h4.rot, h5.rot, h6.rot {
	color: red !important
	}
.bg-grey .rot, .bg-grey .red,
.bg-grey h1.rot, .bg-grey h2.rot, .bg-grey h3.rot, .bg-grey h4.rot, .bg-grey h5.rot, .bg-grey h6.rot {
	color: #ff7777 !important
	}

.row .row [class*="-6"] h1,
.row .row [class*="-5"] h1 { font-size: 240% !important }
.row .row [class*="-4"] h1 { font-size: 210% !important }

[class*="-4"] h1,
[class*="-3"] h1,
[class*="-2"] h1,
[class*="-1"] h1 { font-size: 210% !important }


[class*="-4"] h3,
[class*="-3"] h3,
[class*="-2"] h3,
[class*="-1"] h3 { font-size: 160% !important }

[class*="-4"] h4,
[class*="-3"] h4,
[class*="-2"] h4,
[class*="-1"] h4  { font-size: 130% !important }


@media (max-width:1200px) {
[class*="-3"] h1,
[class*="-2"] h1,
[class*="-1"] h1 { font-size: 180% !important }

.row .row [class*="-6"] h1,
.row .row [class*="-5"] h1 { font-size: 210% !important }
.row .row [class*="-4"] h1 { font-size: 170% !important }
}

@media (max-width: 767px) {
[class*="col-xs-"] h1 {
	font-size: 180% !important }
}





[class*="-3"] h2,
[class*="-2"] h2,
[class*="-1"] h2,
.shortview [class*="-4"] h2, .thumbnail [class*="-4"] h2, .equalheight [class*="-4"] h2,
.shortview [class*="-3"] h2, .thumbnail [class*="-3"] h2, .equalheight [class*="-3"] h2,
.shortview [class*="-2"] h2, .thumbnail [class*="-2"] h2, .equalheight [class*="-2"] h2,
.shortview [class*="-1"] h2, .thumbnail [class*="-1"] h2, .equalheight [class*="-1"] h2,
.row .row.shortview [class*="-6"] h2, .row .row.thumbnail [class*="-6"] h2, .row .row.equalheight [class*="-6"] h2,
.row .row.shortview [class*="-5"] h2, .row .row.thumbnail [class*="-5"] h2, .row .row.equalheight [class*="-5"] h2,
.row .row.shortview [class*="-4"] h2, .row .row.thumbnail [class*="-4"] h2, .row .row.equalheight [class*="-4"] h2,
.row .row.shortview [class*="-3"] h2, .row .row.thumbnail [class*="-3"] h2, .row .row.equalheight [class*="-3"] h2,
.row .row.shortview [class*="-2"] h2, .row .row.thumbnail [class*="-2"] h2, .row .row.equalheight [class*="-2"] h2,
.row .row.shortview [class*="-1"] h2, .row .row.thumbnail [class*="-1"] h2, .row .row.equalheight [class*="-1"] h2	{
	font-size: 170% !important }
@media  (max-width:992px) {
	[class*="-3"] h2,
	[class*="-2"] h2,
	[class*="-1"] h2,
	.shortview [class*="-4"] h2, .thumbnail [class*="-4"] h2, .equalheight [class*="-4"] h2,
	.shortview [class*="-3"] h2, .thumbnail [class*="-3"] h2, .equalheight [class*="-3"] h2,
	.shortview [class*="-2"] h2, .thumbnail [class*="-2"] h2, .equalheight [class*="-2"] h2,
	.shortview [class*="-1"] h2, .thumbnail [class*="-1"] h2, .equalheight [class*="-1"] h2,
	.row .row.shortview [class*="-6"] h2, .row .row.thumbnail [class*="-6"] h2, .row .row.equalheight [class*="-6"] h2,
	.row .row.shortview [class*="-5"] h2, .row .row.thumbnail [class*="-5"] h2, .row .row.equalheight [class*="-5"] h2,
	.row .row.shortview [class*="-4"] h2, .row .row.thumbnail [class*="-4"] h2, .row .row.equalheight [class*="-4"] h2,
	.row .row.shortview [class*="-3"] h2, .row .row.thumbnail [class*="-3"] h2, .row .row.equalheight [class*="-3"] h2,
	.row .row.shortview [class*="-2"] h2, .row .row.thumbnail [class*="-2"] h2, .row .row.equalheight [class*="-2"] h2,
	.row .row.shortview [class*="-1"] h2, .row .row.thumbnail [class*="-1"] h2, .row .row.equalheight [class*="-1"] h2	{
		font-size: 145% !important }
	}
@media  (max-width:767px) {
	[class*="-3"] h2,
	[class*="-2"] h2,
	[class*="-1"] h2,
	.shortview [class*="-4"] h2, .thumbnail [class*="-4"] h2, .equalheight [class*="-4"] h2,
	.shortview [class*="-3"] h2, .thumbnail [class*="-3"] h2, .equalheight [class*="-3"] h2,
	.shortview [class*="-2"] h2, .thumbnail [class*="-2"] h2, .equalheight [class*="-2"] h2,
	.shortview [class*="-1"] h2, .thumbnail [class*="-1"] h2, .equalheight [class*="-1"] h2,
	.row .row.shortview [class*="-6"] h2, .row .row.thumbnail [class*="-6"] h2, .row .row.equalheight [class*="-6"] h2,
	.row .row.shortview [class*="-5"] h2, .row .row.thumbnail [class*="-5"] h2, .row .row.equalheight [class*="-5"] h2,
	.row .row.shortview [class*="-4"] h2, .row .row.thumbnail [class*="-4"] h2, .row .row.equalheight [class*="-4"] h2,
	.row .row.shortview [class*="-3"] h2, .row .row.thumbnail [class*="-3"] h2, .row .row.equalheight [class*="-3"] h2,
	.row .row.shortview [class*="-2"] h2, .row .row.thumbnail [class*="-2"] h2, .row .row.equalheight [class*="-2"] h2,
	.row .row.shortview [class*="-1"] h2, .row .row.thumbnail [class*="-1"] h2, .row .row.equalheight [class*="-1"] h2	{
		font-size: 185% !important }
	}











.topline  { font-size: 145% !important; font-weight: 700; margin: 0 0 .4em 0 !important; color: #000 }

.vorschau_headline,
.row .vorschau_headline {
	margin-top: 0 !important;
	margin-bottom: .2em;
	font-weight: normal;
	text-transform: none;
	text-transform: none;
	font-weight: 400 !important;
	line-height: 1.3em !important
	}
	.vorschau_headline.hausfarbe,
	.vorschau_headline.hausfarbe a,
	.vorschau_headline.text-hausfarbe a,
	a .vorschau_headline.hausfarbe,
	a .vorschau_headline.text-hausfarbe,
	a .vorschau_headline.text-hausfarbe 		{ color: #faa600 !important; }

	.vorschau_headline.hausfarbe a:hover,
	.vorschau_headline.text-hausfarbe a:hover,
	a:hover .vorschau_headline.hausfarbe,
	a:hover .vorschau_headline.text-hausfarbe,
	a:hover .vorschau_headline.text-hausfarbe 	{ color: #f48b00 !important; }

	h2.vorschau_headline { font-size: 200% !important }
	h3.vorschau_headline { font-size: 160% !important }
	h4.vorschau_headline { font-size: 125% !important }
	h5.vorschau_headline { font-size: 110% !important }


.titel_headline {
	font-weight: 400;
	text-transform: none;
	line-height: 1.3em;
	margin-top: 0 !important;
	margin-bottom: .8em !important;
	font-size: 270% !important;
	}
	h2.titel_headline {
		font-weight: 400;
		line-height: 1.25em
		}

@media (max-width: 1200px) {
	.titel_headline 		{ font-size: 235% !important; line-height: 1.2em !important }

	h3.vorschau_headline	{ font-size: 135% !important; }
}
@media (max-width: 992px) {
	.titel_headline 		{ font-size: 200% !important;  }

	.topline  { font-size: 125% !important }

	.vorschau_headline,
	.row .vorschau_headline,
	.kurztext .vorschau_headline,
	.kurztext h2.vorschau_headline,
	.kurztext h3.vorschau_headline
		{
		line-height: 1.2em !important;
		}
	h2.vorschau_headline	{ font-size: 160% !important; }
	h3.vorschau_headline	{ font-size: 135% !important; }
	h4.vorschau_headline	{ font-size: 125% !important; }
	h5.vorschau_headline	{ font-size: 115% !important; }
	h2.vorschau_headline a	{ font-size: 100% !important; }
	h3.vorschau_headline a	{ font-size: 100% !important; }
	h4.vorschau_headline a	{ font-size: 100% !important; }
	h5.vorschau_headline a	{ font-size: 100% !important; }

}
@media (min-width: 992px) {
	.kurztext h2.vorschau_headline	{ font-size: 180% !important; }

}
@media (max-width: 767px) {
	.vorschau_headline,
	.row .vorschau_headline,
	.kurztext .vorschau_headline,
	.kurztext h2.vorschau_headline,
	.kurztext h3.vorschau_headline,
	h2.vorschau_headline,
	h3.vorschau_headline,
	h4.vorschau_headline,
	h5.vorschau_headline,
	h2.vorschau_headline a,
	h3.vorschau_headline a,
	h4.vorschau_headline a,
	h5.vorschau_headline a	{ font-weight: 500 !important; }

	h2.vorschau_headline	{ font-size: 140% !important; }
	h3.vorschau_headline	{ font-size: 140% !important; }
	h4.vorschau_headline	{ font-size: 140% !important; }
	h5.vorschau_headline	{ font-size: 110% !important; }
	h2.vorschau_headline a	{ font-size: 90% !important; }
	h3.vorschau_headline a	{ font-size: 90% !important; }
	h4.vorschau_headline a	{ font-size: 90% !important; }
	h5.vorschau_headline a	{ font-size: 90% !important; }
}
@media (max-width: 480px) {
	.titel_headline 		{ font-size: 175% !important; line-height: 1.2em !important }

	.topline  { font-size: 115% !important }

	.vorschau_headline,
	.kurztext .vorschau_headline	{
		line-height: 1.2em !important;
		}
}






form h5 { margin: .5em 0 0 0 !important; font-weight: 600; }


h1 a, a h1				{   }
h2 a, a h2				{   }
h3 a, a h3				{  }
h4 a, a h4				{  }
h5 a, a h5				{  }
h6 a, a h6				{   }

h1 a:hover, a:hover h1	{   }
h2 a:hover, a:hover h2	{   }
h3 a:hover, a:hover h3	{  }
h4 a:hover, a:hover h4	{  }
h5 a:hover, a:hover h5	{   }
h6 a:hover, a:hover h6	{   }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small	{ clear: both !important;
	line-height: 1.1em !important;
	text-transform: none;
	display: inline-block;
	margin-top: 0 !important;
	letter-spacing: .01em;
	color: #666876;
	}
h1.hausfarbe, h1.text-hausfarbe,
h2.hausfarbe, h2.text-hausfarbe,
h3.hausfarbe, h3.text-hausfarbe,
h4.hausfarbe, h4.text-hausfarbe,
h5.hausfarbe, h5.text-hausfarbe,
h6.hausfarbe, h6.text-hausfarbe,	{
	color: #faa600 !important;
	}
/* --------- end HEADLINES -------- */





/* --------- OFFCANVAS
================================================== */
@media (max-width: 767px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 70%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffbb00;
    background-color: #ffcc00;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: right, visibility;
    padding: 0;
    box-shadow: .2em .1em .4em rgba(0, 0, 0, .25);
    z-index: 100000000
  }
  .offcanvas-collapse.open {
    right: 30%;
    visibility: visible;
  }
}
/* --------- end OFFCANVAS -------- */



/* --------- TOGGLE-BAR
================================================== */
@media screen and (min-width: 768px) {
	.toggle-bar,
	.home {
		display: none
		}
}
@media screen and (max-width: 767px) {
	body {
		left: 0;
		width: 100%;
		position: absolute;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		background: #fff
		}
	body.active	{
		left: 70%;
		}

.home:after {
	display: block;
	z-index: 10000 !important;
	right: 12px;
	top: 10px;
	margin-left: 50px;
	position: fixed;
	color: #888;
	/*text-shadow: .05em .05em .05em rgba(0, 0, 0, 0.2);*/
	font-size: 20px;
    content: '\f015';
    font-family: 'FontAwesome';
    opacity: .6;
	}
	.home:hover:after {
		color: #ffcc00;
		opacity: 1;
	}

  .toggle-bar {
		position: fixed;
		width: 95px;
		height: 50px;
		left: 0px;
		top: 0px;
		z-index: 100000;
		box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.4);
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;

		background: #ffbb00 url(../images/logo/logo_ndh_BM3_hov.png) center right no-repeat;
		background-size: 45%;
		background-position-x: 45px;
		top: 10px;
		opacity: .9
		}
	.toggle-bar:hover {
		opacity: 1;
		background: #f48b00 url(../images/logo/logo_ndh_BM3_hov.png) center right no-repeat;
		background-size: 45%;
		background-position-x: 45px;

		}
	.toggle-bar .toggle-bar-inside {
		position: absolute;
		background: #fff;
		width: 26px;
		height: 4px;
		left: 2.5px;
		margin-top: 14px;
		margin-left: 10px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}
		.toggle-bar #toggle-bar-1 	{ top: 0 }
		.toggle-bar #toggle-bar-2	{ top: 9px }
		.toggle-bar #toggle-bar-3 	{ top: 18px }

  	.active .toggle-bar {
	  	left: 70%;
	  	background: #f48b00 url(../images/logo/logo_ndh_BM3_hov.png) center right no-repeat;
	  	background-size: 45%;
		background-position-x: 46px;
		width: 49px;
		}
	.active .toggle-bar:hover .toggle-bar-inside {
	  	background: #fff;
		}
	.active .toggle-bar-inside {
	  	background: #fff;
	  	margin-top: 13px;
	  	margin-left: 9px
		}
		.active #toggle-bar-1 		{ top: 10px; transform: rotate(225deg) }
		.active #toggle-bar-2 		{ opacity: 0 }
		.active #toggle-bar-3 		{ top: 10px; transform: rotate(315deg) }

}
/* --------- end TOGGLE-BAR -------- */












/* --------- SEARCH
================================================== */
.search {
	width: 70%;
	margin-top: 2.2em
	}
.search .form-control {
  	height: 32px;
	}
.search .lupe {
	height: 30px;
	width: 40px;
	margin: 1px 0 0 -41px;
	background-color: #ffcc00;
	border: none;
	background-image: url(../images/lupe/lupe_xs_fff.png);
	}
.search .lupe:hover {
	background-color: #ffbb00;
	border-color: #dd7700;
	background-image: url(../images/lupe/lupe_xs_fff.png);
	}

.search input::-webkit-input-placeholder {
	color: #aaa !important;
	font-style: italic;
	font-size: 110%;
	}
	.search input:-moz-placeholder 			{ color: #333 !important }
	.search input::-moz-placeholder 		{ color: #333 !important }
	.search input:-ms-input-placeholder 	{ color: #333 !important }

	.search .form-control:focus::-webkit-input-placeholder	{ color: #bbb !important }
	.search .form-control:focus:-moz-placeholder 	{ color: #bbb !important }
	.search .form-control:focus::-moz-placeholder 	{ color: #bbb !important }
	.search .form-control:focus:-ms-input-placeholder{ color: #bbb !important }

/* --------- end SEARCH -------- */







	/* --------- NAVBAR
================================================== */
.underline li a:after{
		background: #333843;
		height: 4px;
		top: 0;
		bottom: auto
		}
.underline ul li a,
.underline ul li a:after,
.underline ul li a:before{
		transition: all .35s;
		}

nav {
	z-index: 100 !important;
	white-space: normal !important;
	}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 !important;´
	}


	.navbar-brand {
	 	background: url(../images/logo/logo_ndh.png) top center no-repeat;
	 	width: 255px;
	 	height: 100px;
	 	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	    }
	.navbar-brand:hover,
	.navbar-brand:focus,
	.navbar-brand:active {
	 	background: url(../images/logo/logo_ndh_hov.png) top center no-repeat;
		}






@media (min-width: 768px) 	{
	.nav li.develop {
		display: none
	}


	.navbar-brand {
	 	background-size: 75%;
	 	background-position: left center
	    }
	.navbar-brand:hover,
	.navbar-brand:focus,
	.navbar-brand:active {
	 	background-size: 75%;
		background-position: left center
	    }


	.navbar-collapse {
		padding: 0 !important
		}

	.navbar-header {
	   	margin: 0;
	   	text-align: center;
	   	border: none;
	   	width: 100%;
	   	background: #fff;
	   	padding: .2em 0 0 0;
	  	}
	  	.navbar-header .icon {
			font-size: 65% !important;
			}
	   .navbar-header .abstand-oben-m {
			margin-top: .5em !important
			}

	.navbar {
		background: #ffcc00;
		border: 0;
		text-align: center;
		box-shadow: -.1em 0 .5em rgba(0, 0, 0, 0.4);
		}

	.nav {
		padding: 0;
		margin: 0;
		width: 100%;
		text-align: center;
		border-left: 1px solid rgba(255, 255, 255, 0.55);
		}
	.nav li {
		padding: 0;
		margin: 0;
		display: inline;
		width: 16.66%;
		border-right: 1px solid rgba(255, 255, 255, 0.55);
		}
	.nav li:first-child {
		border-left: 1px solid #ffdc66;
		}


	.nav li a {
		width: 100%;
		padding: 0;
		margin: 0;
		display: inline;
		color: #fff;
		text-transform: uppercase;
		font-size: 120%;
		text-align: center;
		float: left;
		padding-right: .3em;
		padding-left: .3em;
		color: #000;
		padding-top: 13px !important;
		padding-bottom: 10px !important;
	  	}
	  	.nav li a:hover,
		.nav li a:focus {
		  	color: #000;
		  	background: #fff9dd !important;
		  	background: #ffedaa !important;
		  	border-bottom-color: #fff9dd;
		  	box-shadow: .05em -.05em .2em rgba(0, 0, 0, 0.1) inset
		  	}

	.nav li a#active {
		color: #000;
		border-top: 4px solid #333843;
		padding-top: 9px !important;
		background: #ffbb00;

		background: #fff;
		color: #ffaa00;
		border-top: 4px solid #ffbb00;
		box-shadow: 0 .1em .3em rgba(0, 0, 0, 0.3);
		z-index: 100
		}

		.nav li a#active:hover,
		.nav li a#active:focus {
			box-shadow: 0 -.05em .3em rgba(0, 0, 0, 0.1) inset;
			background: #fff !important
			}
		.nav h4 a#active:hover,
		.nav h4 a#active:focus {
			background: none !important
			}
		.nav .open > a#active:hover {
		  	box-shadow: 0 .1em .3em rgba(0, 0, 0, 0.3);
		  	background: #fff9dd !important;
			}
		.underline li a#active:after {
		background: none !important
		}
	.nav .open > a {
	 	background: #fff9dd !important;
	 	border-top: 4px solid #333843;
	  	padding-top: 9px !important;
		}
	  	.nav .open > a:hover {
		  	background: #fff9dd !important;
		  	border-top: 4px solid #333843;
		  	box-shadow: none
			}
		.underline .open > a:after {
			background: none !important
			}



	.nav li a span {
		display: none;
		clear: both;
		text-transform: none;
		line-height: 1.3em;
		margin-top: .4em;
		padding-right: .4em;
		padding-left: .4em;
		color: rgba(50, 55, 66, 0.7);
	  	text-transform: uppercase;
	  	color: #444854;
		}
		.nav li a#active span {
			color: #444854;
			}
		.nav .open > a span,
		.nav .open > a:focus span {
			color: #444854;
			}
		.nav li a:hover span,
		.nav li a:focus span,
		.nav .open > a:hover span,
		.nav li a#active:hover span,
		.nav li a#active:focus span {
		  	color: #555865;
			}






	#sticky.affix {
	    z-index: 10;
	    width: 100%;
	    top: 0;
		z-index: 100;
	   }
	#sticky.affix .navbar {
	    box-shadow: -.1em .1em .8em rgba(0, 0, 0, 0.5);
	  	}

	#sticky.affix .nav {
		padding: 0 !important;
		height: 50px;
		margin-left: 50px;
		margin-right: 180px;
		width: calc(100% - 230px) !important;
		}
	#sticky.affix .nav li a {
		font-size: 85%;
		height: 50px;
		margin: 0;
		letter-spacing: -.02em;
		padding-top: 16px !important;
		color: #444854;
		}
	#sticky.affix .nav li a#active {
		padding-top: 12px !important;
		color: #ffaa00 !important
		}
		#sticky.affix .nav li a span {
			display: none
		}



	#sticky.affix .navbar-header {
	    padding: 0;
	    background: none;
	    padding: 0;
	    height: 50px;
	    margin-bottom: -50px;
	  	}
	#sticky.affix .navbar-header .container {
		 }
	#sticky.affix .navbar-header.row {
		}
		#sticky.affix .navbar-header [class*="col-"]:first-child {
			float: left;
			width: 50px;
			height: 50px;
			display: inline
			}
		#sticky.affix .navbar-header [class*="col-"] {
			display: none
			}
		#sticky.affix .navbar-header [class*="col-"]:last-child {
			float: right;
			width: 200px;
			display: inline
			}
	#sticky.affix .search {
		width: 100%;
		margin-top: .6em
		}
	#sticky.affix .search .lupe {
		background-color: rgba(255, 255, 255, 0);
		background-image: url(../images/lupe/lupe_xs_888.png);
		}
	#sticky.affix .search .lupe:hover {
		background-color: #eee;
		}

	#sticky.affix .navbar-brand {
		background: url(../images/logo/logo_ndh_BM3_hov.png) top left no-repeat;
	 	width: 50px;
	 	height: 47x;
	 	background-size: 90%;
	 	margin-top: 3px
	  	}
	#sticky.affix .navbar-brand:hover,
	#sticky.affix .navbar-brand:focus,
	#sticky.affix .navbar-brand:active {
		background: url(../images/logo/logo_ndh_BM2_hov.png) top left no-repeat;
		width: 50px;
	 	height: 50x;
	 	background-size: 90%
		}
	#sticky.affix .abstand-oben-m {
		margin-top: .4em !important;
		}
	#sticky.affix .icon {
	    margin-bottom: 0;
	    margin-top: 0;
	    font-size: 75% !important;
	  	}
	#sticky.affix .icon span {
	  	}
}
@media (min-width: 992px) 	{
	.navbar-header {
		padding: .7em 0
		}
	.navbar-header .icon {
		font-size: 80% !important;
		letter-spacing: -.01em
		}


	.navbar-brand {
	 	background-size: 90%
	    }
	.navbar-brand:hover,
	.navbar-brand:focus,
	.navbar-brand:active {
	 	background-size: 90%
	    }


	.nav li a {
		font-size: 150%;
		padding-top: 18px !important;
		padding-bottom: 15px !important
		}
	.nav li a#active {
		padding-top: 14px !important
		}
	.nav li a span {
		display: block;
		font-size: 43% !important
		}

	#sticky.affix .nav li a {
		font-size: 115%;
		padding-top: 1em;
		letter-spacing: 0
		}
	#sticky.affix .nav li a#active {
		padding-top: .75em
		}

	.nav .open > a {
	 	padding-top: 14px !important;
		}
}
@media (min-width: 1200px) 	{
	.navbar-header {
		padding: 1em 0 1.2em 0
		}


	.navbar-brand {
	 	background-size: 100%
	    }
	.navbar-brand:hover,
	.navbar-brand:focus,
	.navbar-brand:active {
	 	background-size: 100%
	    }


	.nav li a {
		font-size: 170%;
		padding-top: 23px !important;
		padding-bottom: 20px !important;
		}
	.nav li a#active {
		padding-top: 19px !important
		}
	.nav li a span {
		font-size: 45%;
		margin-top: .7em;
		line-height: 1.2em;
		padding-right: .7em;
		padding-left: .7em;
		}
	.nav .open > a {
	 	padding-top: 19px !important;
		}

	#sticky.affix .nav li a {
		font-size: 130%;
		padding-top: .8em
		}
	#sticky.affix .nav li a#active {
		padding-top: .65em
		}
}

@media (max-width: 992px) {
.search {
		width: 170px !important;
		}
}

@media (max-width: 767px) {

	#sticky {
	    height: 0 !important
	  	}
	#sticky.affix {
	    position: relative;
		z-index: 100;
		width: 100%;
		top: 0;
		}

	nav {
		width: 100%;
		position: fixed;
		z-index: 1;
		left: 0;
		border: none;
		}
	.nav {
		margin: 0;
		padding-bottom: 1em;
		padding-top: .7em;
		border: none;
		}
	.navbar {
		border: none;
		padding: 0;
		}



	.underline li a:after{
		background: none;
		height: 0;
		}


	.nav  {
		margin: 0 !important;
		padding: 0 !important;
		}
	.nav li  {
		margin: 0 !important;
		padding: 0 !important
		}
	.nav li a {
		text-transform: uppercase;
		font-size: 20px;
		padding: .4em 30px .4em 30px;
		margin: 0;
		text-shadow: none;
		color: #fff;
		border-bottom: 1px solid #ffdd77;
		background: #ffcc00;
		}
		.nav li a:hover {
			background: #ffbb00 !important;
			border-bottom: 1px solid #ffdd77;
			}

	.nav li a span {
		clear: both;
		display: block;
		text-transform: none;
		color: rgba(50, 55, 66, 0.8);
		font-size: 12px;
		margin-top: 3px;
		margin-bottom: 0;
		line-height: 1.1em;
		letter-spacing: 0;
		font-weight: normal !important
		}

	.nav > li a#active {
		font-weight: normal;
		color: #333843;
		background: #ffbb00;
		border-bottom-color: #ffdd77 !important;
		}
		.nav > li a#active span {
			}
		.nav > li a#active:hover {
			color: #000 !important;
			background: #ffbb00 !important;
			border-bottom-color: #ffdd77 !important
			}
		.nav .open > a#active {

			}
		.nav .open span {
			display: none !important
			}
		.nav .open > a#active:hover {
			background: #ffbb00 !important;
			color: #fff !important
			}
		.nav .open > a {
			color: #333843;
			background: #ffbb00 !important;
			border-bottom: none;
			color: #fff !important;
			padding-top: 1em;
			padding-bottom: 0
			}
		.nav .open > a:hover  {
			background: #ffbb00 !important;
			border-bottom: none;
			color: #fff !important;
			}
		.nav .open > a:focus  {
			background: none !important;
			color: #fff !important
			}

		.nav > li a#active span,
		.nav > li a#active:hover span {
			}
		.nav .open > a span,
		.nav .open > a:hover span,
		.nav .open a#active:hover span,
		.nav .open > a#active:hover span {

			}


	.nav li a i {
		float: right;
		color: #888;
		margin: 0;
		margin-top: 3px;
	}



	.navbar-header {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		background: #ffcc00;
		}
	.navbar-header .container {
		padding: 0;
		margin: 0;
		}
	.navbar-header .row {
		padding: 0;
		margin: 0;
		height: 45px;
		}
	.navbar-header [class*="col-"] {
		width: auto;
		padding: 0;
		margin: 0;
		width: 100%;
		display: none;
		}
	.navbar-header [class*="col-"]:first-child {
		display: none;
		}
	.navbar-header [class*="col-"]:last-child {
		display: block;
		margin: 0;
		width: 100% !important;
		}

	.navbar-brand {
		width: 50px;
		height: 50x;
		margin-top: 3px;
		margin-bottom: 0;
		left: 2em;
		position: absolute;
		display: none;
		}
	.navbar-brand:hover,
	.navbar-brand:focus,
	.navbar-brand:active {
		}

	.search {
		position: absolute !important;
		width: calc(100% - 1px) !important;
		height: 45px;
		margin: 0;
		left: 0;
		top: 0;
		float: left;
		background: #ffcc00;
		border: none !important;
		box-shadow: none !important;
		}
	.search .form-control {
		background: #fff;
		padding: 0 60px 0 2.7em;
		height: 45px;
		border-radius: 0;
		border: none;
		box-shadow: none !important;
		border: none !important;
		border: #ffcc00 2px solid !important;
		}
	.search input::-webkit-input-placeholder {
		color: #999 !important;
		font-style: normal;
		}
	.search .lupe {
		background: url(../images/lupe/lupe_m_ccc.png) center center no-repeat;
		background-size: 35%;
		border: none !important;
		margin: 0 !important;
		position: absolute;
		float: right;
		width: 58px;
		height: 41px;
		top: 2px;
		right: 2px;
		border: none;
		border-radius: 0;
		}
	.search .lupe:hover {
		background: #ddd url(../images/lupe/lupe_m_fff.png) center center no-repeat;
		background-size: 35%
		}
}








/* --------- DROPDOWN
================================================== */




.underline .dropdown-menu li a:after,
.underline .dropdown-menu a:after {
	display: none
	}

.dropdown-menu,
.dropdown-menu a,
.dropdown-menu a:hover {
	transition: 0;
	}


.dropdown-menu li {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		border: none !important;
		float: left;
		clear: both;
		width: 100% !important;
		}
.dropdown-menu li a {
	background: none !important;
	text-align: left;
	border: none !important;
	color: #555865;
	border-bottom: 1px dotted #ffc000 !important;
	width: 100%;
	margin: 0 !important;
	padding: .6em 0 !important;
	font-size: 11px !important;
	line-height: 1.2em;
	height: auto !important;
	text-transform: uppercase;
	}
.dropdown-menu li a:hover{
	transition: 0;
	font-weight: 400 !important;
	color: #f48b00 !important;
	background: none;
	box-shadow: none
	}
.dropdown-menu li a#active {
	font-weight: 600 !important;
	color: #f48b00 !important;
	background: none !important;
	padding: .6em 0 !important;
	box-shadow: none !important
	}
.dropdown-menu li a#active:hover {
	font-weight: 600 !important;
	color: #f48b00 !important;
	background: none !important;
	}



@media (min-width: 768px) {
	.mega-dropdown {
		position: static !important;
		width: 100%;
		}
	.mega-dropdown-menu {
		border: none !important;
		border-radius: 0;
		padding: 1em 0 2em 0;
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
		background: #fff9dd !important;
		box-shadow: 0 .4em .4em rgba(0, 0, 0, 0.2);
		z-index: 1000
		}



	.nav > li.dropdown.open .dropdown-menu {
		width: 100%
		}


	.dropdown-menu li a#active:hover,
	.dropdown-menu li a:hover  {
			background: none !important;
			}

	#sticky.affix .dropdown-menu li a {
		padding-top: .6em !important;
		}
	#sticky.affix .dropdown-menu li a#active {
		color: #f48b00 !important;
		padding: .6em 0 !important;
		}
}









.dropdown-menu h1,
.dropdown-menu h2,
.dropdown-menu h3,
.dropdown-menu h4,
.dropdown-menu h5,
.dropdown-menu h6 {
	clear: both;
	float: left;
	font-size: 14px !important;
	text-transform: uppercase;
	margin: 2em 0 .3em 0 !important;
	color: #000
	}
	.dropdown-menu h1:first-child,
	.dropdown-menu h2:first-child,
	.dropdown-menu h3:first-child,
	.dropdown-menu h4:first-child,
	.dropdown-menu h5:first-child,
	.dropdown-menu h6:first-child {
		margin-top: 1em !important
		}
	.dropdown-menu h1 a,
	.dropdown-menu h2 a,
	.dropdown-menu h3 a,
	.dropdown-menu h4 a,
	.dropdown-menu h5 a,
	.dropdown-menu h6 a {
		width: 100% !important;
		padding: 0 !important;
		color: #000 !important;
		border-bottom: 1px dotted #000;
		font-size: 14px !important;
		text-transform: uppercase;
		text-align: left;
		background: none;
		height: auto !important;
		/*background: rgba(255, 187, 0, 0.35) !important;*/
		}
	.dropdown-menu h1 a:hover,
	.dropdown-menu h2 a:hover,
	.dropdown-menu h3 a:hover,
	.dropdown-menu h4 a:hover,
	.dropdown-menu h5 a:hover,
	.dropdown-menu h6 a:hover {
		font-size: 14px !important;
		font-weight: 600 !important;
		text-decoration: none !important;
		color: #000 !important;
		color: #f48b00 !important;
		border-bottom-color: #f48b00;
		background: none !important;
		box-shadow: none !important
		}
	.dropdown-menu h1 a#active,
	.dropdown-menu h2 a#active,
	.dropdown-menu h3 a#active,
	.dropdown-menu h4 a#active,
	.dropdown-menu h5 a#active,
	.dropdown-menu h6 a#active {
		background: none !important;
		padding: 0 !important;
		color: #f48b00 !important;
		padding: 0 !important;
		margin-left: 0 !important;
		border-top: none;
		border-bottom: 1px dotted #f48b00;
		box-shadow: none
		}
	.dropdown-menu h1 a#active:hover,
	.dropdown-menu h2 a#active:hover,
	.dropdown-menu h3 a#active:hover,
	.dropdown-menu h4 a#active:hover,
	.dropdown-menu h5 a#active:hover,
	.dropdown-menu h6 a#active:hover {
		text-decoration: none !important
		}


@media (min-width: 768px) {
	#sticky.affix .dropdown-menu h1 a,
	#sticky.affix .dropdown-menu h2 a,
	#sticky.affix .dropdown-menu h3 a,
	#sticky.affix .dropdown-menu h4 a,
	#sticky.affix .dropdown-menu h5 a,
	#sticky.affix .dropdown-menu h6 a {
		padding: 0 !important;
		}
	#sticky.affix .dropdown-menu h1:first-child a#active,
	#sticky.affix .dropdown-menu h2:first-child a#active,
	#sticky.affix .dropdown-menu h3:first-child a#active,
	#sticky.affix .dropdown-menu h4:first-child a#active,
	#sticky.affix .dropdown-menu h5:first-child a#active,
	#sticky.affix .dropdown-menu h6:first-child a#active {
		margin-top: 0 !important;
		padding-top: 0 !important
		}
	#sticky.affix .dropdown-menu h1 a#active,
	#sticky.affix .dropdown-menu h2 a#active,
	#sticky.affix .dropdown-menu h3 a#active,
	#sticky.affix .dropdown-menu h4 a#active,
	#sticky.affix .dropdown-menu h5 a#active,
	#sticky.affix .dropdown-menu h6 a#active {
		color: #f48b00 !important;
		padding-top: 0 !important
		}
}






@media (max-width: 767px) {
	.underline {
		padding: 0
		}

	.dropdown-menu {
		list-style: none;
		width: 100%;
		background: #ffbb00 !important;
		margin: 0 !important;
		padding: 0 30px 1.7em 30px !important;
		border-radius: 0;
		border-bottom: 1px solid #ffdd77 !important;
	}
	.dropdown-menu .container {
		margin: 0 !important;
		padding: 0 !important;
	}
	.dropdown-menu [class*="col-"] {
		padding: 0 !important;
		}

	.dropdown-menu li {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.dropdown-menu li a {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: .4em 0 !important;
		float: left;
		border: none !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
		text-transform: none;
		font-weight: 400 !important;
		font-size: 13px !important;
		color: #333843 !important;
	}
	.dropdown-menu li a:hover {
		color: #000 !important;
		font-weight: 500 !important;
		letter-spacing: -.003em
	}
	.dropdown-menu li a#active,
	.dropdown-menu li a#active:hover {
		color: #000 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
		padding: .4em 0 !important;
	}



	.dropdown-menu h1,
	.dropdown-menu h2,
	.dropdown-menu h3,
	.dropdown-menu h4,
	.dropdown-menu h5,
	.dropdown-menu h6,
	.dropdown-menu h1:first-child,
	.dropdown-menu h2:first-child,
	.dropdown-menu h3:first-child,
	.dropdown-menu h4:first-child,
	.dropdown-menu h5:first-child,
	.dropdown-menu h6:first-child {
		color: #fff !important;
		font-weight: 600 !important;
		margin: 1em 0 0 0 !important;
		}
	.dropdown-menu h1 a,
	.dropdown-menu h2 a,
	.dropdown-menu h3 a,
	.dropdown-menu h4 a,
	.dropdown-menu h5 a,
	.dropdown-menu h6 a {
		color: #fff !important;
		font-weight: 600 !important;
		margin: 1em 0 0 0 !important;
		border-bottom: 1px dotted #fff !important
		}
	.dropdown-menu h1 a:hover,
	.dropdown-menu h2 a:hover,
	.dropdown-menu h3 a:hover,
	.dropdown-menu h4 a:hover,
	.dropdown-menu h5 a:hover,
	.dropdown-menu h6 a:hover {
		color: #000 !important;
		border-bottom: 1px dotted #000 !important
		}
	.dropdown-menu h1 a#active,
	.dropdown-menu h2 a#active,
	.dropdown-menu h3 a#active,
	.dropdown-menu h4 a#active,
	.dropdown-menu h5 a#active,
	.dropdown-menu h6 a#active,
	.dropdown-menu h1 a#active:hover,
	.dropdown-menu h2 a#active:hover,
	.dropdown-menu h3 a#active:hover,
	.dropdown-menu h4 a#active:hover,
	.dropdown-menu h5 a#active:hover,
	.dropdown-menu h6 a#active:hover {
		color: #000 !important;
		border-bottom: 1px dotted #000 !important
		}

}


/* --- end DROPDOWN --- */








/* --------- DROPDOWN-ITEM = Multilevel-Menu
================================================== */
.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;
	margin: 0 !important;
	padding: 0 0 0 7% !important
}

.dropdown-submenu:after,
.dropdown-submenu3:after,
.dropdown-submenu4:after {
    color: #ffbb00;
    font-size: 14px;
    content: '\f055';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    z-index: 10 !important;
	}
	.dropdown-submenu:after 	{ top: 2px 	}
	.dropdown-submenu3:after 	{ top: 1px;	font-size: 13px; 	}
	.dropdown-submenu4:after 	{ top: 0;	font-size: 12px;	}

	.dropdown-submenu:hover:after,
	.dropdown-submenu3:hover:after,
	.dropdown-submenu4:hover:after {
	    color: #f48b00 }



.dropdown-submenu.open a,
.dropdown-submenu.open a:hover,
.dropdown-submenu3.open a,
.dropdown-submenu3.open a:hover,
.dropdown-submenu4.open a,
.dropdown-submenu4.open a:hover {
	font-weight: 500 !important;
	color: #f48b00 !important;
	margin: 0 !important;
	padding: .5em 0 !important
}
.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: '\f056';
	color: #f48b00;
	}


.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: 400 !important;
	white-space: normal !important;
   	padding: .5em 0 !important;
	text-transform: none;
	font-size: 85% !important;
	line-height: 1.25em;
	color: #555865 !important;
	}
.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: 500 !important;
	color: #f48b00 !important;
	}
.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: 600 !important;
	color: #555865 !important;
	}

.dropdown-submenu .dropdown-menu li a#active,
.dropdown-submenu3 .dropdown-menu li a#active,
.dropdown-submenu4 .dropdown-menu li a#active {
	font-weight: 600 !important;
	color: #f48b00 !important;
}


@media (min-width: 767px) {
	#sticky.affix .dropdown-submenu ul.dropdown-menu li a,
	#sticky.affix .dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu li a,
	#sticky.affix .dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu .dropdown-submenu4 ul.dropdown-menu li a {
	   	padding: .4em 0 !important;
		}
	#sticky.affix .dropdown-submenu .dropdown-menu li a#active,
	#sticky.affix .dropdown-submenu3 .dropdown-menu li a#active,
	#sticky.affix .dropdown-submenu4 .dropdown-menu li a#active {
		font-weight: 500 !important;
		color: #f48b00 !important;
		padding: .4em 0 !important;
	}
}

@media (max-width: 767px) {
	.dropdown-submenu:after,
	.dropdown-submenu3:after,
	.dropdown-submenu4:after {
    	color: #ffdd77;
		}
		.dropdown-submenu:after 	{ top: 1px 	}
		.dropdown-submenu3:after 	{ top: 3px 	}
		.dropdown-submenu4:after 	{ top: 0 	}

	.dropdown-submenu:hover:after,
	.dropdown-submenu3:hover:after,
	.dropdown-submenu4:hover:after {
    	color: #ffdd77;
		}
	.dropdown-submenu.open a,
	.dropdown-submenu3.open a,
	.dropdown-submenu4.open a,
	.dropdown-submenu.open a:hover,
	.dropdown-submenu3.open a:hover,
	.dropdown-submenu4.open a:hover {
		font-weight: 600 !important;
		color: #000 !important;
		padding: .2em 0 !important
	}

	.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 {
		color: rgba(0, 0, 0, 0.35);
		}

	.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 {
	   color: #000 !important;
	   padding: .2em 0 !important
		}
	.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 {
		color: #000 !important
		}
	.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  {
		color: #000 !important;
		}

	.dropdown-submenu .dropdown-menu li a#active,
	.dropdown-submenu3 .dropdown-menu li a#active,
	.dropdown-submenu4 .dropdown-menu li a#active {
		color: #000 !important;
		font-weight: 600 !important;
	}
}
/* --------- end DROPDOWN-ITEM -------- */








.headline {
		clear: both
}



/* --------- DATUM / Uhrzeit / Rahmen
================================================== */
.datum,
.ausstellung {
		padding: .2em .4em .15em .4em;
		color: #fff;
		font-weight: 500;
		margin: 0 .4em 0 0;
		float: left;
		line-height: 1.1em;
		position: relative;
		background: #ffc400;
		}
.ausstellung {
		text-transform: uppercase;
		background: #f48b00;
		}
@media (max-width: 767px) {
	.datum {
		font-size: 95%;
		margin-bottom: .5em;
		padding-top: .1em
		}
	}




.uhrzeit {
		padding: .3em .2em .3em .4em;
		line-height: 1.1em;
		font-weight: bold;
		font-size: 115%;
		color: #faa600;
		color: #ffaa00;
		background: rgba(255, 204, 0, 0.07);
		border: 2px solid #ffc400;
		}
.uhrzeit .hausfarbe,
.rahmen .hausfarbe {
		color: #faa600 !important;
		}
.uhrzeit span {
		display: block
		}
.uhrzeit .normal,
.datum .normal {
		font-weight: 500 !important;
		}
.uhrzeit-s {
		padding: .2em .2em .1em .3em;
		font-size: 100%;
		border: 1px solid #ffbb00;
		margin-top: .2em;
		margin-bottom: .3em;
		font-weight: 600;
		float: left
		}
.uhrzeit-s span {
		display: inline;
		margin-left: .2em;
		font-size: 85%
		}

@media (max-width: 1200px) {
	.uhrzeit,
	.datum {
		letter-spacing: -.02em !important
		}
	}
@media (max-width: 992px) {
	.uhrzeit,
	.datum {
		letter-spacing: -.01em !important
		}
	}
@media (max-width: 767px) {
	.uhrzeit,
	.datum {
		letter-spacing: -0.01em !important
		}
	.uhrzeit {
		padding: .15em .4em .15em .4em;
		margin-bottom: .5em;
		line-height: 1.1em;
		float: left;
		font-size: 100%;
		background: #ffcc00;
		color: #fff;
		border: none
		}
	.uhrzeit .txt_s {
			line-height: 1.2em !important
		}
	.uhrzeit span {
		display: inline;
		margin-left: .2em
		}
	.uhrzeit-s {
		width: auto;
		width: 100%
		}
	.uhrzeit-s span {
		margin-left: 0
		}
	}
@media (max-width: 600px) {
	.uhrzeit-s span {
		 display: block;
		}
	}
@media (max-width: 480px) {
.uhrzeit-s {
		 display: inline;
		 width: auto !important;
		}
.uhrzeit-s span {
		 display: inline;
		 margin-left: .2em
		}
}





.rahmen {
		padding: .25em .6em .3em .6em;
		width: auto !important;
		display: inline-block;
		color: #faa600;
		background: rgba(255, 204, 0, 0.07);
		border: 2px solid #ffc400;
		}
		@media (max-width: 767px) {
			.rahmen	 		{ font-size: 85% }
			}
		/*
		@media (max-width: 480px) {
			.rahmen span 	{ display: block}
			}
		*/
/* --- end DATUM  / Uhrzeit / Rahmen --- */







/* --------- SOCIALMEDIA / QUICKLINKS
================================================== */
.quicklinks {
	position: fixed;
	z-index: 1000000;
	font-weight: 600;
	left: auto;
	right: 0;
	top: calc(50% - 65px)
	}
.quicklinks a {
	padding: .7em 0;
	text-decoration: none;
	float: right;
	display: block;
	clear: both;
	text-align: left;
	margin-bottom: 2px;
	border-radius: 0;
	height: 45px;
	width: 45px;
	width: 250px;
	margin-right: -210px;
	box-shadow: 0 0 1px #fff;
	background: #ffcc00 !important;
	color: #444854;
	box-shadow: -1px 1px .1em rgba(68, 72, 85, .5);

	font-size: 10.5pt;
	font-weight: bold;
	text-transform: uppercase;


	background: #fff9dd !important;
	border: 3px solid #ffbb00;
	}
.quicklinks a:hover {
	transition: .3s;
	border-radius: 0;
	margin-right: -3px;
	}
.quicklinks a span {
	text-align: left;
	}
.quicklinks a i {
	font-size: 15pt !important;
	float: left;
	width: 40px;
	text-align: center;
	margin: -1px 0 0 0;
	color: #000
	}
	



.socialmedia {
	right: 0;
	top: 50%;
	position: fixed;
	z-index: 1000000;
	font-weight: 600;
	}
	.socialmedia a {
		padding: .6em .75em;
		text-decoration: none;
		float: right;
		display: block;
		text-transform: uppercase;
		clear: both;
		text-align: center;
		font-size: 85%;
		color: #fff;
	    background: #e2001a;
	    margin-bottom: 2px;
		border-radius: 0;
		height: 35px;
		width: 35px;
		}
	.socialmedia a.facebook		{ background-color: #4060A5; padding-left: 1em }
	.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.whatsapp		{ background-color: #43d268 }

	.socialmedia a i {
		font-size: 21px;
		opacity: .8
		}
	.socialmedia a:hover {
		transition: .3s;
		color: #fff;
		background-image: url(../images/dot25.png);
		border-radius: 0;
		height: 40px;
		width: 40px;
		}
	.socialmedia a:hover i {
		font-size: 26px;
		opacity: 1
	    }
	.socialmedia a span {
		display: none
		}
		
	.socialmedia a img {
		height: 18px;
		opacity: .8;
		margin-top: -3px
		}
	.socialmedia a:hover img {
		opacity: 1
	    }	


@media (max-width: 1200px) {
	.socialmedia a {
		padding: .5em .55em;
		height: 30px;
		width: 30px;
		}
	.socialmedia a.facebook		{ padding-left: .8em }

	.socialmedia a i {
		font-size: 18px;
		}
	.socialmedia a:hover {
		height: 35px;
		width: 35px;
		}
	.socialmedia a:hover i {
		font-size: 24px;
		}
	.socialmedia a img {
		height: 16px;
		}		
}
@media (max-width: 767px) {
	.quicklinks {
		top: auto;
		bottom: 320px
		}
	.socialmedia {
		top: auto;
		bottom: 150px
		}
}
/* --------- end SOCIALMEDIA / QUICKLINKS -------- */






/* --------- POPUP-Fenster
================================================== */
.popupwindow {
	width: 400px;
	position: fixed;
	display: none;
	overflow: hidden;
	z-index: 9999999999;
	top: 23%;
	right: 0;
	left: 0;
	bottom: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	margin: 0 auto;
	background: #fff9dd;
	border: 3px solid #ffbb00;
	border: 5px solid #000;
	box-shadow: .1em .1em .6em rgba(0, 0, 0, 0.3) !important;
	padding: 2.5em !important;
	text-align: center;
	line-height: 2em !important;
	font-size: 10pt !important;
	color: #444 !important;
	border-radius: 0;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
	@-webkit-keyframes fade{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
	@keyframes fade{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
	.popupwindow{-webkit-animation-name:fade;animation-name:fade}

.popupwindow i {
	margin-right: 0;
	vertical-align: middle
	}
.popupwindow h1 {
	margin: .5em 0 .8em 0 !important;
	color: #000 !important;
	font-size: 22pt !important;
	font-weight: bold !important;
	letter-spacing: .03em !important
	}
.popupwindow h1.margin-0 {
	margin: .5em 0 0 0 !important;
	}	
.popupwindow h2 {
	margin: .2em 0 1em 0 !important;
	font-weight: 600;
	font-size: 190% !important
	}			
.popupwindow .btn {
	background: #ffbb00 !important;
	display: block;
	line-height: 1.3em !important;
	margin: .5em 0 0 0 !important;
	color: #fff !important;
	border: none;
	font-size: 130% !important;
	border-radius: 0;
	font-weight: 600 !important;
	padding: .7em 1.5em .8em 1.5em !important;
	border-radius: 0;
	letter-spacing: .01em
	}
.popupwindow a.btn i {
	color: #fff !important;
	margin-left: .3em
	}
.popupwindow a.btn:hover {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
	font-weight: 600 !important;
    transition: .2s ease-in-out;
	}
.popupwindow a.btn:hover i {
	color: #fff !important
	}
.popupwindow a.btn span {
	text-transform: none;
	color: #fff !important;
	display: block;
	letter-spacing: 0;
	font-weight: 400 !important;
	margin-bottom: .3em
	}
.popupwindow a.btn:hover span {
	color: #aaa !important;
	}		
.popupwindow p {
	margin: 0 0 1em 0 !important;
	display: inline-block;
	font-size: 125%
	}
.popupwindow p.margin-0 {
	margin: 0 !important;
	}
.popupwindow p b {
	background: #ffbb00;
	background: rgba(255, 187, 0, 0.5);
	padding-left: .3em;
	padding-right: .3em;
	color: #222
	}	
.popupwindow .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
  z-index: 10;
  opacity: .5;
  }
.popupwindow .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 28px;
  margin-left: 19px;
  margin-top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
  }
.popupwindow .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 28px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #000;
  }

.popupwindow .close-modal:hover {
	opacity: 1;
    transition: .3s ease-in-out;
	}
.popupwindow .close-modal:hover {
	background-color: #000
	}
.popupwindow .close-modal:hover .lr,
.popupwindow .close-modal:hover .rl {
	background-color: #fff;
    transition: .2s ease-in-out;
	}
@media (max-width: 767px) {
	 .popupwindow {
		 padding: 2em !important;
		 width: 300px;
		 margin: 0 auto !important;
		 right: 0;
		 left: 0;
		 top: 100px;
		 line-height: 1.5em !important
		}
	.popupwindow h1 {
		font-size: 17pt !important;
		}
	.popupwindow h2 {
		font-size: 150% !important
		}	
	.popupwindow p {
		font-size: 110%
		}
	.popupwindow .btn {
		font-size: 100% !important;
		line-height: 1.2em !important
		}
}
/* --------- end POPUP-Fenster -------- */













/* --------- KARUSELL
================================================== */
.carousel {
	text-align: center;
	z-index: 10
	/*
	background-size: cover;
	background: url(../images/highlight/silhouette.jpg) center center no-repeat
	*/
	}

.carousel-wrapper {
	background: #333843;
}


.carousel-wrapper .carousel .item 				{
	height: 420px;
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat
	}


@media (max-width: 1400px) {
	.carousel-wrapper .carousel .item 	{ height: 380px }
}
@media (max-width: 1200px) {
	.carousel-wrapper .carousel .item 	{ height: 350px }
}
@media (max-width: 992px) {
	.carousel-wrapper .carousel .item 	{ height: 280px }
}
@media (max-width: 767px) {
	.carousel-wrapper .carousel .item 	{ height: 200px }
}
@media (max-width: 600px) {
	.carousel-wrapper .carousel .item 	{ height: 160px }
}
@media (max-width: 480px) {
	.carousel-wrapper .carousel .item 	{ height: 120px }
}

/*
.carousel-wrapper .carousel .item 				{ max-height: 380px }
.carousel-wrapper .carousel .item img,
.carousel-wrapper .carousel .item a img 		{ width: auto !important; }

@media (max-width: 1200px) {
	.carousel-wrapper .carousel .item 			{ max-height: 300px }
}
@media (max-width: 992px) {
	.carousel-wrapper .carousel .item 			{  }
}
@media (max-width: 767px) {
	.carousel-wrapper .carousel .item 			{ max-height: 150px }
}
@media (max-width: 600px) {
	.carousel-wrapper .carousel .item 			{ max-height: 120px; max-height: 140px }
}
@media (max-width: 480px) {
	.carousel-wrapper .carousel .item 			{ max-height: 110px; max-height: 120px }
}
@media (max-width: 400px) {
	.carousel-wrapper .carousel .item 			{ max-height: 90px; max-height: 110px }
}
@media (max-width: 300px) {
	.carousel-wrapper .carousel .item 			{ max-height: 80px; max-height: 110px }
}
*/

.carousel-wrapper .carousel-inner {

}
.carousel-wrapper .carousel-caption {
	color: #fff;
	width: 1140px;
	margin: 0 auto !important;
	text-align: center;
	float: none;
	bottom: 10%;
	}
	@media (max-width: 1400px) {
	.carousel-wrapper .carousel-caption {
		width: 70% !important;
		margin: 0 15% !important;
		font-size: 75% !important;
		bottom: 11%;
		}
	}
	@media (max-width: 992px) {
	.carousel-caption {
		font-size: 60% !important;
		bottom: 5% !important;
		}
	}
	@media (max-width: 767px) {
	.carousel-wrapper .carousel-caption {
		width: 80% !important;
		margin: 0 10% !important;
		}
	}
	@media (max-width: 480px) {
	.carousel-caption {
		display: block
		}
	}

.carousel-caption .btn {
	display: none
	}

	.carousel-caption h1,
	.carousel-caption span,
	.carousel-caption h1 a,
	.carousel-caption span a,
	.carousel-caption a h1,
	.carousel-caption a span {
		color: #fff !important;
		display: block;
		text-align: center;
		float: none !important;
		}
	.carousel-caption h1 b,
	.carousel-caption span b {
		color: #ffcc00 !important;
		font-weight: bold;
		}
	.carousel-caption h1,
	.carousel-caption span {
		background: rgba(0, 0, 0, 0.5);
		margin: 0 !important;
		float: left;
		padding: .25em .4em;
		width: 100%;
		border: none;
		clear: both;

		width: auto !important;
		text-align: center !important;
		margin: 0 auto !important;
		}
	.carousel-caption h1 {
		padding-bottom: 0;
		font-weight: bold;
		font-size: 260% !important;
		}
	.carousel-caption h1.h1_100 {
		padding-bottom: .3em;
		width: 100% !important;
		max-width: 100% !important
		}
	.carousel-caption span {
		padding-top: 0;
		padding-bottom: .5em;
		font-size: 150%;
		line-height: 1.2em;
		font-weight: 500;
		color: #ffcc00 !important;
		}
	.carousel-caption span.text_100 {
		padding-top: .4em;
		padding-bottom: .35em
		}

	.carousel-caption a h1,
	.carousel-caption a h1.h1_100,
	.carousel-caption h1 a,
	.carousel-caption h1.h1_100 a,
	.carousel-caption a b,
	.carousel-caption b a {
		letter-spacing: .01em !important;
		font-weight: bold !important;
		}
	.carousel-caption a span,
	.carousel-caption a span.text_100,
	.carousel-caption span a,
	.carousel-caption span.text_100 a {
		color: #ffcc00 !important
		}
	.carousel-caption a:hover h1,
	.carousel-caption a:hover h1.h1_100,
	.carousel-caption h1 a:hover,
	.carousel-caption h1.h1_100 a:hover,
	.carousel-caption a:hover b,
	.carousel-caption b a:hover {
		font-weight: bold !important
		}
	.carousel-caption a:hover b,
	.carousel-caption b a:hover {
		color: #ffbb00 !important
		}
	.carousel-caption a:hover span,
	.carousel-caption a:hover span.text_100,
	.carousel-caption span a:hover,
	.carousel-caption span.text_100 a:hover {
		font-weight: 500 !important;
		color: #ffbb00 !important
		}


.carousel-control {
	width: 33px;
	height: 33px;
	top: auto;
	bottom: 0px;
	padding: .25em .6em;
	filter: alpha(opacity=100);
	opacity: 1;
	text-shadow: none;
	box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.2)
	}
	.carousel-control:hover,
	.carousel-control:focus {
	  	filter: alpha(opacity=100);
	  	opacity: 1;
	  	background: #f48b00  !important;
		}
	.carousel-control.left,
	.carousel-control.right {
		background: #ffcc00;
		color: #fff;
		position: absolute
		}
	.carousel-control.left {
		left: 50%;
		margin-left: -34px
		}
	.carousel-control.right {
		right: 50%;
		margin-right: -34px
		}

	.carousel-control span {
		background: none;
		padding: 0;
		margin: 0
		}



.carousel-indicators {
	width: auto;
	top: auto;
	right: 3%;
	bottom: 0;
	left: auto;
	position: absolute
	}
	.carousel-indicators li {
		border-radius: 0;
		width: 8px;
		height: 8px;
		border-color: rgba(180, 180, 180, 0.7)
		}
	.carousel-indicators li:hover {
		background: #ffcc00;
		border-color: #ffcc00
		}
	.carousel-indicators li.active {
		width: 10px;
		height: 10px;
		background: #ffcc00;
		border-color: #ffcc00
		}





@media (max-width: 1400px) {
	.carousel-caption h1.h1_100 {
		padding-bottom: .2em !important;
		}
}
@media (max-width: 992px) {
	.carousel-caption h1 {
		padding: .3em .5em 0 .5em !important;
		}
		.carousel-caption h1.h1_100 {
			padding: .3em .5em .2em .5em !important;
			}
	.carousel-caption span {
		padding: 0 .5em .5em .5em !important;
		}
		.carousel-caption span.text_100 {
			padding: .5em !important;
			}
	.carousel-control {
		width: 26px;
		height: 28px;
		padding: .1em;
		top: 40%;
		bottom: auto
		}
	.carousel-control.left {
		left: 0;
		margin-left: 0;
		padding-right: .2em
		}
	.carousel-control.right {
		right: 0;
		margin-right: 0;
		padding-left: .2em
		}

}
@media (max-width: 767px) {
	.carousel-wrapper .carousel {
		}

	.carousel .item {
		padding-bottom: 40px
		}
	.carousel-caption h1 {
		/*background: none;*/
		padding: .5em 1.5em !important;
		font-size: 170% !important;
		text-shadow: .1em .1em .1em #000;
		width: 100%;
		}
	.carousel-caption h1.h1_100 {
		padding-bottom: .2em !important;
		}	
	.carousel-caption span {
		display: none !important
		}
	.carousel-control {
		top: 40%;
		font-size: 30px
		}
	.carousel-control.left,
	.carousel-control.right {
		background: none;
		box-shadow: none;
		padding: 0;
		opacity: .5;
		text-shadow: 0 0 .2em rgba(0, 0, 0, .7)
		}
	.carousel-control.left:hover,
	.carousel-control.right:hover {
		background: none !important;
		box-shadow: none;
		opacity: 1;
		color: #fff
		}
	.carousel-control.left {
		left: 0;
		margin-left: 5px;
		padding-right: .2em;
		}
	.carousel-control.right {
		right: 0;
		margin-right: 5px;
		padding-left: .2em
		}
}

@media (max-width: 480px) {
	.carousel-caption h1,
	.carousel-caption h1.h1_100 {
		padding-top: .3em !important;
		padding-bottom: .3em !important;
		font-size: 145% !important;
		}
	.carousel-control {
		top: 30%
		}
}


/* --- end KARUSELL --- */






h1.start,
.row h1.start,
[class*="col-"] h1.start,
.row .row [class*="-4"] h1.start,
[class*="-4"] .row [ class*="col-"] h1.start {
	font-size: 190% !important;
	margin: 0 !important;
	margin-bottom: .6em !important;
	text-align: left !important
	}
@media (max-width: 767px) {
	h1.start {
		padding-top: .75em !important;
	}

	.well h1.start {
		padding-top: 0 !important
	}
}



/* --------- KARUSELL-Slider
================================================== */
.carousel-slider h1.start {
	}

.carousel-slider a 					{ color: #000 }
.carousel-slider a:hover 			{ color: #f48b00 }

.shortview-slider a.headline 		{ color: #000 }
.shortview-slider a.headline:hover 	{ color: #f48b00 }


.shortview-slider .datum {
		float: none;
		white-space: nowrap;
		padding: .1em .5em .2em .5em !important;
		font-size: 90% !important;
		line-height: 1.2em !important
		}


@media (min-width: 768px) {
	.carousel-slider {
		background: #fff9dd;
		box-shadow: 0 0 .1em rgba(0, 0, 0, 0.2) inset;
		}
	.carousel-slider .container {
		padding-right: 0
		}

	.carousel-slider {
		margin: 0 !important;
		padding: 1.7em 0 .2em 0;
		}
	.carousel-slider .carousel-inner {
		}



	.carousel-slider a 			{ color: #000 }
	.carousel-slider a:hover 	{ color: #f48b00 }


	.carousel-slider h1.start {
		display: none
		}
	.carousel-slider .btn {
		display: inline-block;
		float: right;
		border: none;
		padding: 0 !important;
		margin: .2em .9em .1em 0 !important;
		text-transform: none;
		background: none !important;
		white-space: nowrap
		}
	.carousel-slider .btn:hover,
	.carousel-slider .btn.btn-primary:hover,
	.carousel-slider .btn:hover i,
	.carousel-slider .btn.btn-primary:hover i {
		background: none;
		color: #faa600 !important;
		text-decoration: underline !important;
		box-shadow: none !important
		}


	.shortview-slider {
		text-align: left;
		background: #fff;
		border-right: 10px solid #fff9dd;
		box-shadow: 0 0 .1em rgba(0, 0, 0, 0.5) inset;
		min-height: 130px;
		line-height: 1.35em;
		padding: 1.7em 1em 1.2em 1em !important;
		}
		@media (min-width: 992px) {.shortview-slider:last-child { border-width: 15px }	}


	.shortview-slider .bild-slider {
		margin-left: .3em;
		width: 100px;
		float: right;
		margin-top: -.6em
		}

	.shortview-slider .datum {
		bottom: .7em;
		}
	.shortview-slider .headline {
		}
	.carousel-slider .carousel-control {
		width: 27px;
		height: 27px;
		top: 40%;
		bottom: 0;
		padding: .1em .4em !important;
		filter: alpha(opacity=100);
		opacity: 1;
		text-shadow: none;
		text-align: center;
		box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.2);
		}
		.carousel-slider .carousel-control:hover,
		.carousel-slider .carousel-control:focus {
		  	filter: alpha(opacity=100);
		  	opacity: 1;
		  	background: #ffbb00 !important;
		  	background: #f48b00  !important;
			}
		.carousel-slider .carousel-control.left,
		.carousel-slider .carousel-control.right {
			background: #ffcc00;
			color: #fff;
			position: absolute;
			}
		.carousel-slider .carousel-control.left {
			left: -18px !important;
			margin-left: 0;
			}
		.carousel-slider .carousel-control.right {
			right: -1px !important;
			margin-right: 0;
			}


	.carousel-slider .cloneditem-1,
	.carousel-slider .cloneditem-2,
	.carousel-slider .cloneditem-3 {
	   display: none;
		}
}


@media (min-width: 992px) {
	.shortview-slider {
		min-height: 150px;
		}
 	.shortview-slider .datum {
		font-size: 80% !important
		}
	.shortview-slider .headline {
		font-size: 100%;
		letter-spacing: -0.02em;
 		}
 	.shortview-slider .bild-slider {
		width: 65px;
		}
}
@media (min-width: 1200px) {
	.shortview-slider {
		min-height: 165px;
		}
	.shortview-slider .datum {
		font-size: 90% !important
		}
	.shortview-slider .headline {
		font-size: 110%;
		}
	.shortview-slider .bild-slider {
		width: 85px
		}
}





/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
   .carousel-slider .carousel .item .col-xs-12:nth-last-child(-n+2) {
      display: none;
   }
}


@media all and (min-width: 768px) {
   .carousel-slider .carousel-inner > .active.left,
   .carousel-slider .carousel-inner > .prev {
      left: -50%;
   }
   .carousel-slider .carousel-inner > .active.right,
   .carousel-slider .carousel-inner > .next {
      left: 50%;
   }
   .carousel-slider .carousel-inner > .left,
   .carousel-slider .carousel-inner > .prev.right,
   .carousel-slider .carousel-inner > .active {
      left: 0;
   }
   .carousel-slider .carousel-inner .cloneditem-1 {
      display: block;
   }
}
@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   .carousel-slider .carousel-inner > .item.active.right,
   .carousel-slider .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
   }
   .carousel-slider .carousel-inner > .item.active.left,
   .carousel-slider .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .carousel-slider .carousel-inner > .item.left,
   .carousel-slider .carousel-inner > .item.prev.right,
   .carousel-slider .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}
@media all and (min-width: 992px) {
   .carousel-slider .carousel-inner > .active.left,
   .carousel-slider .carousel-inner > .prev {
      left: -16.6%;
   }
   .carousel-slider .carousel-inner > .active.right,
   .carousel-slider .carousel-inner > .next {
      left: 16.6%;
   }
   .carousel-slider .carousel-inner > .left,
   .carousel-slider .carousel-inner > .prev.right,
   .carousel-slider .carousel-inner > .active {
      left: 0;
   }
   .carousel-slider .carousel-inner .cloneditem-2,
   .carousel-slider .carousel-inner .cloneditem-3 {
      display: block;
   }
}
@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
   .carousel-slider .carousel-inner > .item.active.right,
   .carousel-slider .carousel-inner > .item.next {
      -webkit-transform: translate3d(16.6%, 0, 0);
      transform: translate3d(16.6%, 0, 0);
      left: 0;
   }
   .carousel-slider .carousel-inner > .item.active.left,
   .carousel-slider .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-16.6%, 0, 0);
      transform: translate3d(-16.6%, 0, 0);
      left: 0;
   }
   .carousel-slider .carousel-inner > .item.left,
   .carousel-slider .carousel-inner > .item.prev.right,
   .carousel-slider .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}


@media only screen and (max-width: 767px) {
   .carousel-slider .carousel .item .col-xs-12:nth-last-child(-n+3) {
      display: none;
   }
}

@media  (max-width: 767px) {
	.carousel-slider h1.start {
		}

	.carousel-slider .btn:hover {
		font-weight: 300 !important;
		}
	.carousel-slider {
		background: none;
		padding: 0 !important;
		margin: 0 !important;
		height: auto !important;
		}
	.carousel-slider .item {
		display: inline
		}
	.carousel-slider .carousel-inner {
		margin: 0 !important;
		padding: 0 !important;
		}
	.carousel-slider .carousel-control {
		background: none !important;
		display: none
		}

	.carousel-slider .btn {
		font-size: 105% !important;
		font-weight: 300 !important;
		padding-top: .3em;
		padding-bottom: .2em;
		margin-top: .5em !important;
		display: block
		}



	.shortview-slider {
		min-height: auto !important;
		border: none;
		background: none;
		padding: .8em 0 .8em 0 !important;
		margin: 0 0 .8em 0 !important;
		border-bottom: 1px dotted #ccc;
		text-align: left !important;
		line-height: 1.4em !important
		}
	.carousel-slider .btn,
	.carousel-slider .btn.btn-primary {
		font-weight: 500 !important
		}
	.carousel-slider .btn:hover,
	.carousel-slider .btn.btn-primary:hover {
		font-weight: 500 !important
		}
	.carousel-slider .btn i {
		display: none
		}

	.shortview-slider .datum {
		bottom: .6em !important;
		padding-top: 0em !important;
		padding-bottom: .05em !important;
		}
	.shortview-slider .bild-slider {
		width: 85px !important;
		float: right;
		margin-left: .5em;
		}
	.shortview-slider .bild-slider {
		width: 100px;
		margin-top: .2em
		}
	.shortview-slider .headline {
		font-weight: 500 !important;;
		font-size: 125% !important;
		line-height: 1.35em
		}
	.shortview-slider .headline:hover {
		text-decoration: none;
		font-weight: normal !important
		}
}
@media  (max-width: 480px) {
	.shortview-slider .datum {
		font-size: 85%;
		padding-bottom: 0 !important
		}
}

/* --- end KARUSELL-Slider --- */







/* --------- SHORTVIEW 2
================================================== */
.shortview2 {
	}

.shortview2 h1.start {
	}

.shortview2 .headline {
	color: #000;
	}
.shortview2 .headline:hover {
	color: #f48b00
	}
.shortview2 hr {
		padding: 0;
		margin: -.3em 0 .9em 0
		}
@media  (min-width: 768px) {
	.shortview2 h1.start {
		}
	.shortview2 .datum {
		font-size: 85%;
		padding-bottom: .2em;
		margin-top: .2em;
		margin-bottom: .5em;
		}
	.shortview2 .headline		 {
		font-size: 115% !important
		}
	.shortview2 .vorschau {
		margin-top: -1.7em !important;
		}
	}
@media  (min-width: 992px) {
	.shortview2 .datum {
		margin-bottom: .1em;
		width: 100%;
		letter-spacing: -.03em
		}
	.shortview2 .vorschau {
		margin-top: .2em !important;
		}
	}
@media  (min-width: 1200px) {
	.shortview2 .headline {
		font-size: 120% !important
		}
	.shortview2 .datum {
		font-size: 85%;
		}
	}

@media  (max-width: 767px) {
	.shortview2 h1.start {
		}
	.shortview2 .datum {
		padding-top: .15em;
		padding-bottom: .2em;
		margin-bottom: .6em;
		}
	.shortview2 .headline {
		font-weight: 500 !important;;
		font-size: 125% !important;
		line-height: 1.35em
		}

	.shortview2 .vorschau {
		margin-top: -1.9em !important;
		width: 85px
		}
	}
@media  (max-width: 480px) {
	.shortview2 .datum {
		font-size: 85%;
		}
	}


/* --- end SHORTVIEW 2 --- */







.kurztext {
	margin-top: 2.5em;
	padding-bottom: 1em
	}
.kurztext_text {
	margin-top: 0 !important;
	margin-bottom: .8em
	}
.kurztext_dachzeile {
	color: #707078;
	}
.kurztext .datum 		{
	margin-top: .2em
	}

.kurztext_headline,
.row .kurztext_headline {
	margin-top: 0 !important;
	margin-bottom: .2em;
	font-weight: normal;
	text-transform: none;
	text-transform: none;
	font-weight: 500 !important;
	}
	.kurztext_headline a 			{ }
	.kurztext_headline a:hover 		{ }

	.kurztext_headline.hausfarbe,
	.kurztext_headline.hausfarbe a,
	.kurztext_headline.text-hausfarbe a,
	a .kurztext_headline.hausfarbe,
	a .kurztext_headline.text-hausfarbe,
	a .kurztext_headline.text-hausfarbe 		{ color: #faa600 !important; }

	.kurztext_headline.hausfarbe a:hover,
	.kurztext_headline.text-hausfarbe a:hover,
	a:hover .kurztext_headline.hausfarbe,
	a:hover .kurztext_headline.text-hausfarbe,
	a:hover .kurztext_headline.text-hausfarbe 	{ color: #f48b00 !important; }

@media (max-width: 992px) {
	.kurztext {
		margin-top: 1.5em !important;
		margin-bottom: 1em !important
		}
	}
@media (max-width: 767px) {
	.kurztext .datum 		{ padding-top: .15em; }
	.kurztext_text 			{ margin-top: -.5em !important; }
	}
@media (max-width: 380px) {
	.kurztext { margin-top: 1.5em }
	}



.kurztext img {
	margin-top: 0;
	max-height: 200px;
	max-width: 230px;
	max-width: 240px
	}
	.kurztext .bildrahmenlinks-nb,
	.kurztext .bildrahmenlinks,
	.kurztext .bildlinks,
	.kurztext .bildrahmenrechts-nb,
	.kurztext .bildrahmenrechts,
	.kurztext .bildrechts {
		float: right !important;
		margin-left: 1.6em !important;
		margin-right: 0 !important;
		margin-bottom: .5em !important
		}
	@media (max-width: 1200px) {
		.kurztext img {
			max-height: 150px;
			max-width: 180px
			}
	}
	@media (max-width: 992px) {
		.kurztext img {
			max-height: 115px;
			max-width: 135px
			}
		.kurztext .bildrahmenlinks-nb,
		.kurztext .bildrahmenlinks,
		.kurztext .bildlinks,
		.kurztext .bildrahmenrechts-nb,
		.kurztext .bildrahmenrechts,
		.kurztext .bildrechts {
			margin-right: 1em !important;
			}
		.kurztext .bildrahmenlinks,
		.kurztext .bildrahmenrechts {
			padding: 5px !important
			}
	}
	@media (max-width: 480px) {
		.kurztext img {
			max-height: 95px;
			max-width: 115px
			}
		.kurztext .bildrahmenlinks-nb,
		.kurztext .bildrahmenlinks,
		.kurztext .bildlinks,
		.kurztext .bildrahmenrechts-nb,
		.kurztext .bildrahmenrechts,
		.kurztext .bildrechts {
			margin-bottom: .3em !important
			}
	}











.langtext_headline {
	font-weight: 400;
	text-transform: none;
	line-height: 1.3em;
	margin-top: 0 !important
	}
	h2.langtext_headline {
		font-weight: 400;
		line-height: 1.25em
		}
	.langtext_datum {
		margin-top: 0;
		margin-bottom: 2em
		}









/* --------- ABWEICHUNGEN MASTER --- ABWEICHUNGEN MASTER --- ABWEICHUNGEN MASTER ---
================================================================================== */
@media (min-width: 1400px) {
main .container-xxl, 
main .container-xl, 
main .container-lg, 
main .container-md, 
main .container-sm, 
main .container {
max-width: 1140px !important;
}
}

@media (min-width: 768px) {
	.content {
		padding-top: 3.5em !important;
		padding-bottom: 3.5em !important;
		}

	.content.start {
		padding-top: 3em !important;
		padding-bottom: 1em !important;
		}
}
@media (min-width: 992px) {
	.content {
		padding-top: 5em !important;
		padding-bottom: 5em !important;

		}
}
@media (max-width: 767px) {
	.content {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		padding-top: 4.5em !important;
		}
	.content.start {
		padding-top: 0 !important;
		padding-bottom: 1em !important;
		}
}



.bg-content,
.content .bg-content,
.bg-content.border,
.well,
.well.border {
	border-radius: 0 !important;
	box-shadow: .2em .2em .3em rgba(0, 0, 0, 0.2)
}



.bild,
.bildrechts,
.bildlinks,
.bildmitte {
	border-radius: 0 !important;
}
.bildrahmen,
.bildrahmenrechts,
.bildrahmenlinks,
.bildrahmenmitte {
	border-color: #cfcfcf !important;
	border-bottom: #bfbfbf 1px solid !important;
	border-right: #bfbfbf 1px solid !important;
	padding: 7px !important;
	border-radius: 0 !important;
	box-shadow: .4em .4em .5em rgba(0, 0, 0, 0.2)
	}
	@media (max-width: 767px) {
		.bildrahmen,
		.bildrahmenrechts,
		.bildrahmenlinks,
		.bildrahmenmitte {
			padding: 5px !important;
			box-shadow: .25em .25em .4em rgba(0, 0, 0, 0.2)
		}
	}
	@media (max-width: 480px) {
		.bildrahmen,
		.bildrahmenrechts,
		.bildrahmenlinks,
		.bildrahmenmitte {
			padding: 4px !important;
		}
	}



/* Breite evlt über vgf lösen XXXX ---
.bildrahmenrechts,
.bildrahmenlinks,
.bildrahmen-nb,
.bildrahmenrechts-nb,
.bildrahmenlinks-nb,
.bildrechts,
.bildlinks  {
	width: auto !important;
	max-width: 50% !important
	}
--- Breite evlt über vgf lösen XXXX */



.bild,
.bildlinks,
.bildrechts,
.bildmitte,
img.bild,
img.bildlinks,
img.bildrechts,
img.bildmitte,
.bildrahmen,
.bildrahmenlinks,
.bildrahmenrechts,
.bildrahmenmitte,
img.bildrahmen,
img.bildrahmenlinks,
img.bildrahmenrechts,
img.bildrahmenmitte,
.bildrahmen-nb,
.bildrahmenlinks-nb,
.bildrahmenrechts-nb,
.bildrahmenmitte-nb,
img.bildrahmen-nb,
img.bildrahmenlinks-nb,
img.bildrahmenrechts-nb,
img.bildrahmenmitte-nb {
	margin-bottom: 1em !important;
	}
.bildlinks,
img.bildlinks,
.bildrahmenlinks,
img.bildrahmenlinks,
.bildrahmenlinks-nb,
img.bildrahmenlinks-nb 	{ margin-right: 1.5em !important; }

.bildrechts,
img.bildrechts,
.bildrahmenrechts,
img.bildrahmenrechts,
.bildrahmenrechts-nb,
img.bildrahmenrechts-nb { margin-left: 1.5em !important; }

.bild,
img.bild,
.bildrahmen,
img.bildrahmen,
.bildrahmen-nb,
img.bildrahmen-nb  		{ margin-right: 1.5em !important; }

.vorschau .bildrahmen,
.vorschau .bildrahmenrechts,
.vorschau .bildrahmenlinks,
.vorschau .bildrahmenmitte {
	padding: 5px !important;
	box-shadow: .2em .2em .3em rgba(0, 0, 0, 0.2)
	}
.bildrahmen.vorschau,
.bildrahmenrechts.vorschau,
.bildrahmenlinks.vorschau,
.bildrahmenmitte.vorschau {
	padding: 4px !important;
	box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.2);
	margin-top: 0
	}
.bildrahmen-nb,
.bildrahmenrechts-nb,
.bildrahmenlinks-nb,
.bildrahmenmitte-nb {
	padding: 0 !important;
	}

.gallery-wrapper {
	margin-top: 1.5em !important
	}
img.gallery_bild {
	border-color: #cfcfcf !important;
	border-bottom: #bfbfbf 1px solid !important;
	border-right: #bfbfbf 1px solid !important;
	border-radius: 0 !important;
	padding: 5px !important;
	box-shadow: .2em .2em .3em rgba(0, 0, 0, 0.2)
	}
img.gallery_bild:hover,
.vorschau .bildrahmen:hover,
.vorschau .bildrahmenrechts:hover,
.vorschau .bildrahmenlinks:hover,
.vorschau .bildrahmenmitte:hover,
.bildrahmen.vorschau:hover,
.bildrahmenrechts.vorschau:hover,
.bildrahmenlinks.vorschau:hover,
.bildrahmenmitte.vorschau:hover {
	/*background: #fff9dd;	*/
	border-color: #888 !important;
	}

.bordered {
	border-color: white !important;
	border-width: 5px !important;
	box-shadow: 0 0 .2em #666;
	}
.bordered:hover {
	/*border-color: #fff9dd !important;*/
	box-shadow: 0 0 .3em #444;
	}


.bg-content.border,
.well.border {
background: none;
border-top: 4px solid #707078
 }


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


a h1, h1 a,
a h2, h2 a,
a h3, h3 a,
a h4, h4 a,
a h5, h5 a,
a h6, h6 a 						{ color: #000 }
a h1:hover, h1 a:hover,
a h2:hover, h2 a:hover,
a h3:hover, h3 a:hover,
a h4:hover, h4 a:hover,
a h5:hover, h5 a:hover,
a h6:hover, h6 a:hover 			{ color: #f48b00; }


a								{ color: #f48b00;  }
a:hover							{ color: #000;   }

b 								{ font-weight: 600 !important }

a b,
b a								{ color: #f48b00 }

a b:hover,
b a:hover 						{ color: #000 }


.semibold 						{ font-weight: 500 !important }
.bold 							{ font-weight: 600 !important }
.bolder 						{ font-weight: 700 !important }

a.hausfarbe, a.text-hausfarbe,
.text-hausfarbe a				{ color: #faa600 !important; }
a.hausfarbe:hover, a.text-hausfarbe:hover,
.text-hausfarbe:hover a 		{ color: #f48b00 !important }


.hausfarbe, .text-hausfarbe 					{ color: #faa600 !important; }
.hausfarbe_hell, .text-hausfarbe_hell			{ color: #ffcc00 !important; opacity: 1 }
.hausfarbe_hell2, .text-hausfarbe_hell2 		{ color: #ffdc66 !important; opacity: 1 }
.hausfarbe_hell3, .text-hausfarbe_hell3			{ color: #fff9dd !important; opacity: 1 }
.hausfarbe_dunkel, .text-hausfarbe_dunkel		{ color: #f48b00 !important }
.hausfarbe_dunkel2, .text-hausfarbe_dunkel2		{ color: #dd7700 !important }
.hausfarbe_dunkel3, .text-hausfarbe_dunkel3		{ color: #c36a05 !important }


.hov-fill-2	{
	color: #5d5d56;
	}
.hov-fill-2:hover {
	transition: all .4s;
	background: rgba(255, 204, 0, 0.2);
	border: 5px solid rgba(255, 204, 0, 0);
	margin-left: -5px;
	margin-right: -5px;
	color: #000
	}


.fileicon									{  }
.fileicon:hover								{  }




.content ul a 								{ color: #f48b00 !important; text-decoration: none;  }
.content ul a:hover 						{ color: #000 !important; text-decoration: none !important  }
.content ul li:before 						{ color: #f48b00 }
.content ul li:hover:before 				{ color: #f48b00 }
.content ul a.active 						{ color: #f48b00 !important; font-weight: bold  }

.content a.active,
.content a#active { color: #000 !important; font-weight: 500  }


.content ul.list-inline		 				{ margin-bottom: 3.5em !important; font-size: 105% !important; }
.content ul.list-inline li 					{ margin: 0 4px 4px 0; color: #faa600; background: rgba(255, 204, 0, 0.07); border: 1px solid #ffc400; box-shadow: none !important; font-weight: 500 !important }
.content ul.list-inline li a 				{ text-shadow: none; color: #faa600 !important; text-decoration: none;  }
.content ul.list-inline li a:hover 			{ color: #fff; background: #ffbb00; text-decoration: none; color: #fff !important; font-weight: 500 !important }
.content ul.list-inline li a.active,
.content ul.list-inline li a#active 		{ background: #ffbb00; color: #fff !important; font-weight: 500 !important  }
.content ul.list-inline li a.active:hover,
.content ul.list-inline li a#active:hover 	{ background: #f48b00; color: #fff !important; font-weight: 500 !important }
.content ul.list-inline li span 			{ color: #555865 !important; font-weight: 500 !important }
.content ul.list-inline li a:hover span 	{ color: #fff !important; font-weight: 500 !important }
.content ul.list-inline li a.active span,
.content ul.list-inline li a#active span 	{ color: #fff !important; font-weight: 500 !important  }



@media (max-width: 992px) {
	.content ul.list-inline li a				{
		padding-top: 0 !important;
		padding-bottom: 0 !important
		}
	.content ul.list-inline li a.active				{
		}
}
@media (max-width: 767px) {
	.content ul.list-inline 				{
		padding: 0 !important;
		margin: 0 0 1.5em 0 !important
		}
	.content ul.list-inline li 				{
		float: left;
		clear: none;
		width: auto;
		padding: 0 !important;
		margin: 0 4px 4px 0 !important;
		width: auto !important
		}
	.content ul.list-inline li a				{
		padding: 0 .5em !important;
		margin: 0 !important;
		width: auto !important
		}
	.content ul.list-inline li a.active				{
		padding: 0 .5em !important;
		margin: 0 !important;
		width: auto !important
		}
}

.btn i.fileicon	{
	width: 40px;
	margin-left: -40px !important;
	padding-left: 40px;
	padding-bottom: 1.5em;
	background-position-y: 3px !important;
	background-size: 65% !important
	}
@media (max-width: 1200px) {
	.btn i.fileicon	{
	width: 30px;
	margin-left: -30px !important;
	padding-left: 30px;
	}
}
@media (max-width: 992px) {
	.btn i.fileicon	{
	width: 23px;
	margin-left: -23px !important;
	padding-left: 23px;
	background-size: 60% !important
	}
}
@media (max-width: 767px) {
	.btn i.fileicon	{
	width: 35px;
	margin-left: -35px !important;
	padding-left: 35px;
	background-size: 65% !important
	}
}
.btn i.fileicon.pdf 	{ background: url(../images/fileicon_sm/file_pdf.png) no-repeat }
.btn i.fileicon.doc		{ background: url(../images/fileicon_sm/file_doc.png) no-repeat }
.btn i.fileicon.xls		{ background: url(../images/fileicon_sm/file_xls.png) no-repeat }
.btn i.fileicon.ppt		{ background: url(../images/fileicon_sm/file_ppt.png) no-repeat }
.btn i.fileicon.zip		{ background: url(../images/fileicon_sm/file_zip.png) no-repeat }
.btn i.fileicon.mov		{ background: url(../images/fileicon_sm/file_mov.png) no-repeat }
.btn i.fileicon.mp3		{ background: url(../images/fileicon_sm/file_mp3.png) no-repeat }
.btn i.fileicon.pic		{ background: url(../images/fileicon_sm/file_pic.png) no-repeat }
.btn i.fileicon.gps		{ background: url(../images/fileicon_sm/file_gps.png) no-repeat }



.grau, .grey, .gray,
.text-grau, .text-grey, .text-gray 					{ color: #707078 !important }

.dunkelgrau, .darkgrey, .darkgray
.text-dunkelgrau, .text-darkgrey, .text-darkgray 	{ color: #666876 !important }



.info, .text-info 								{ color: #22aadd !important;  }
.btn:hover .text-info 							{ color: #fff !important }



a.schwarz, a.black, a.text-black,
.schwarz a, .black a, .text-black a,
.bg-hausfarbe2 a.schwarz, .bg-hausfarbe2 a.black, .bg-hausfarbe2 a.text-black,
.bg-hausfarbe2 .schwarz a, .bg-hausfarbe2 .black a, .bg-hausfarbe2 .text-black a		{
	color: #000 !important }

a.schwarz:hover, a.black:hover, a.text-black:hover,
.schwarz a:hover, .black a:hover, .text-black a:hover,
.bg-hausfarbe2 a.schwarz:hover, .bg-hausfarbe2 a.black:hover, .bg-hausfarbe2 a.text-black:hover,
.bg-hausfarbe2 .schwarz a:hover, .bg-hausfarbe2 .black a:hover, .bg-hausfarbe2 .text-black a:hover		{
	color: #f48b00 !important }

.bg-hausfarbe a.schwarz:hover, .bg-hausfarbe a.black:hover, .bg-hausfarbe a.text-black:hover,
.bg-hausfarbe .schwarz a:hover, .bg-hausfarbe .black a:hover, .bg-hausfarbe .text-black a:hover		{
	color: #000 !important; text-decoration: underline }



a.gray, a.text-gray,
.gray a, .text-gray a,
.bg-hausfarbe2 a.gray, .bg-hausfarbe2 a.text-gray,
.bg-hausfarbe2 .gray a, .bg-hausfarbe2 .text-gray a		{
	color: #707078 !important }

a.gray:hover, a.text-gray:hover,
.gray a:hover, .text-gray a:hover,
.bg-hausfarbe2 a.gray:hover, .bg-hausfarbe2 a.text-gray:hover,
.bg-hausfarbe2 .gray a:hover, .bg-hausfarbe2 .text-gray a:hover		{
	color: #f48b00 !important }

.bg-hausfarbe a.gray:hover, .bg-hausfarbe a.text-gray:hover,
.bg-hausfarbe .gray a:hover, .bg-hausfarbe .text-gray a:hover		{
	color: #707078 !important; text-decoration: underline }



.shortview h1.hausfarbe_dunkel3,
.thumbnail h1.hausfarbe_dunkel3,
.equalheight h1.hausfarbe_dunkel3	{ color: #c36a05 !important }
.shortview h1.hausfarbe_dunkel2,
.thumbnail h1.hausfarbe_dunkel2,
.equalheight h1.hausfarbe_dunkel2	{ color: #dd7700 !important; }
.shortview h1.hausfarbe_dunkel,
.thumbnail h1.hausfarbe_dunkel,
.equalheight h1.hausfarbe_dunkel	{ color: #f48b00 !important }
.shortview h1.hausfarbe,
.thumbnail h1.hausfarbe,
.equalheight h1.hausfarbe			{ color: #ffbb00 !important }
.shortview h1.hausfarbe_hell,
.thumbnail h1.hausfarbe_hell,
.equalheight h1.hausfarbe_hell		{ color: #ffdd77 !important }
.shortview h1.hausfarbe_hell2,
.thumbnail h1.hausfarbe_hell2,
.equalheight h1.hausfarbe_hell2		{ color: #ffdc66 !important }
.shortview h1.hausfarbe_hell3,
.thumbnail h1.hausfarbe_hell3,
.equalheight h1.hausfarbe_hell3		{ color: #fff9dd !important }








/* --------- ICON
================================================== */
.icon {
	text-align: left;
	color: #333843;
	line-height: 1.3em;
	padding-left: 33px;
	padding-top: .5em;
	padding-bottom: 1.1em;
	}
.icon.icon-noborder {
	margin-bottom: 0
	}
.icon i {
	background: none;
	color: #ffbb00;
	padding: 0;
	font-size: 140%;
	margin-left: -33px;
	margin-top: .05em;
	}
.icon:last-child {
	border-bottom: none;
	padding-bottom: 0
	}	
.icon a 		{ color: #333843; letter-spacing: -.035em }
.icon a:hover 	{ color: #ffa500 }


.navbar-header .icon {
	font-size: 80%;
	padding-left: 28px;
	line-height: 1.2em;
	width: 50%;
	float: left;
	margin-top: 0;
	margin-bottom: 0
	}
.navbar-header .icon i {
	margin-left: -28px;
	margin-top: .1em;
	}


/* --------- end ICON -------- */






/* --------- BUTTONS
================================================== */
button.btn,
input.btn,
.btn {
	font-weight: 500 !important
	}
	button.btn:hover,
	input.btn:hover,
	.btn:hover {
	font-weight: 500 !important;
	
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

.btn-xs {
	text-transform: none !important;
	line-height: 1.3em !important;
	padding: .4em .7em .5em .7em;
	text-align: left !important;
	font-size: 103%;
	letter-spacing: -.01em !important;
	margin: -2px 0 !important
	}
	a.btn-xs {
		text-align: left !important;
	}
/* --------- end BUTTONS -------- */






/* --------- BACKGROUNDS
================================================== */
.bg-hausfarbe,
.bg-content.bg-hausfarbe,
.well.bg-hausfarbe,
.well-sm.bg-hausfarbe 		{
	background: #ffcc00;
	color: #333843 !important;
	}
	.bg-hausfarbe .fileicon							{ color: #818189 !important }
	.bg-hausfarbe a.fileicon						{ color: #fff !important }
	.bg-hausfarbe .icon								{ color: #333843 !important; border-color: rgba(0, 0, 0, 0.2) }
	.bg-hausfarbe .icon .fa							{ background: none; color: #ffeaaa }
	.bg-hausfarbe .icon a							{ color: #333843 !important }
	.bg-hausfarbe .border-middle:before				{ border-color: #fff !important }
	.bg-hausfarbe .border-middle span				{ background: #ffcc00 }
	.bg-hausfarbe ul.list-lines li 					{ border-bottom-color: #bbb !important;  }

	.bg-hausfarbe .btn.btn-primary {
		border-color: #fff !important;
		background: #fff;
		}
	.bg-hausfarbe .btn.btn-primary:hover{
		border-color: #f48b00 !important;
		background: none
		}
	.bg-hausfarbe .btn.btn-primary:hover {
		border-color: rgba(255, 255, 255, 0) !important;
		background: rgba(255, 255, 255, 0.8);
		color: #ffbb00 !important
		}
	.bg-hausfarbe .btn.btn-primary:hover i.fa,
	.bg-hausfarbe .btn.btn-primary:hover i 	{
		color: #ffbb00 !important
		}

	.bg-hausfarbe h1,
	.shortview .bg-hausfarbe  h1,
	.thumbnail .bg-hausfarbe  h1,
	.equalheight .bg-hausfarbe  h1						{ color: #000 !important }

	.bg-hausfarbe h2,
	.shortview .bg-hausfarbe  h2,
	.thumbnail .bg-hausfarbe  h2,
	.equalheight .bg-hausfarbe  h2						{ color: #000 !important }

	.bg-hausfarbe h3,
	.shortview .bg-hausfarbe  h3,
	.thumbnail .bg-hausfarbe  h3,
	.equalheight .bg-hausfarbe  h3						{ color: #fff !important }

	.bg-hausfarbe h4,
	.shortview .bg-hausfarbe  h4,
	.thumbnail .bg-hausfarbe  h4,
	.equalheight .bg-hausfarbe  h4						{ color: #fff !important }

	.bg-hausfarbe2 h5,
	.shortview .bg-hausfarbe  h5,
	.thumbnail .bg-hausfarbe  h5,
	.equalheight .bg-hausfarbe  h5						{ color: #000 !important }

	.bg-hausfarbe h6,
	.shortview .bg-hausfarbe  h6,
	.thumbnail .bg-hausfarbe  h6,
	.equalheight .bg-hausfarbe  h6						{ color: #000 !important }

	.bg-hausfarbe h1 a,
	.bg-hausfarbe a h1				{ color: #000 !important;  }
	.bg-hausfarbe h2 a,
	.bg-hausfarbe a h2				{ color: #000 !important;   }
	.bg-hausfarbe h3 a,
	.bg-hausfarbe a h3				{ color: #fff !important;  }
	.bg-hausfarbe h4 a,
	.bg-hausfarbe a h4				{ color: #fff !important;  }
	.bg-hausfarbe h5 a,
	.bg-hausfarbe a h5				{ color: #000 !important;  }
	.bg-hausfarbe h6 a,
	.bg-hausfarbe a h6				{ color: #000 !important;  }

	.bg-hausfarbe h1 a:hover,
	.bg-hausfarbe a:hover h1		{ color: #f48b00 !important; text-decoration: none !important   }
	.bg-hausfarbe h2 a:hover,
	.bg-hausfarbe a:hover h2		{ color: #f48b00 !important; text-decoration: none !important  }
	.bg-hausfarbe h3 a:hover,
	.bg-hausfarbe a:hover h3		{ color: #f48b00 !important; text-decoration: none !important   }
	.bg-hausfarbe h4 a:hover,
	.bg-hausfarbe a:hover h4		{ color: #f48b00 !important; text-decoration: none !important   }
	.bg-hausfarbe h5 a:hover,
	.bg-hausfarbe a:hover h5		{ color: #f48b00 !important; text-decoration: none !important   }
	.bg-hausfarbe h6 a:hover,
	.bg-hausfarbe a:hover h6		{ color: #f48b00 !important; text-decoration: none !important   }

	.bg-hausfarbe a:hover h1 		{  color: #000 !important;text-decoration: underline !important }
	.bg-hausfarbe a:hover h2 		{  color: #000 !important;text-decoration: underline !important }
	.bg-hausfarbe a:hover h3 		{  color: #fff !important;text-decoration: underline !important }
	.bg-hausfarbe a:hover h4 		{  color: #fff !important;text-decoration: underline !important }
	.bg-hausfarbe a:hover h5 		{  color: #000 !important;text-decoration: underline !important }
	.bg-hausfarbe a:hover h6 		{  color: #000 !important;text-decoration: underline !important }

	.bg-hausfarbe hr 						{ border-color: rgba(0, 0, 0, 0.15) }
	.bg-hausfarbe .border 					{ border-color: rgba(0, 0, 0, 0.15) }

	.bg-hausfarbe ul.list-lines li 			{ border-bottom-color: rgba(0, 0, 0, 0.15) !important;  }
	.content .bg-hausfarbe ul li:before 	{ color: #dd7700 !important }








.bg-hausfarbe2,
.bg-content.bg-hausfarbe2,
.well.bg-hausfarbe2,
.well-sm.bg-hausfarbe2 		{
	background: #fff9dd;
	background: rgba(255, 204, 0, 0.07);
	color: #333843;
	}
.well.bg-hausfarbe2,
.well-sm.bg-hausfarbe2 		{
	border-color: #ffc400;
	}

	.bg-hausfarbe2 a,
	.bg-hausfarbe2 ul li a								{ color: #f48b00 !important;   }
	.bg-hausfarbe2 a:hover								{ color: #000 !important; text-decoration: none;   }
	.bg-hausfarbe2 .icon								{ color: #333843 !important }
	.bg-hausfarbe2 .icon .fa							{ background: none }
	.bg-hausfarbe2 .icon a								{ color: #333843 !important }
	.bg-hausfarbe2 .icon a:hover						{ color: #ffa500 !important; text-decoration: none;  }
	.bg-hausfarbe2 .border-middle:before				{ border-color: #91919a !important }
	.bg-hausfarbe2 .border-middle span					{ background: #fff9dd }

	.bg-hausfarbe2 h1,
	.shortview .bg-hausfarbe2  h1,
	.thumbnail .bg-hausfarbe2  h1,
	.equalheight .bg-hausfarbe2  h1						{ color: #000 !important }

	.bg-hausfarbe2 h2,
	.shortview .bg-hausfarbe2  h2,
	.thumbnail .bg-hausfarbe2  h2,
	.equalheight .bg-hausfarbe2  h2						{ color: #000 !important }

	.bg-hausfarbe2 h3,
	.shortview .bg-hausfarbe2  h3,
	.thumbnail .bg-hausfarbe2  h3,
	.equalheight .bg-hausfarbe2  h3						{ color: #000 !important }

	.bg-hausfarbe2 h4,
	.shortview .bg-hausfarbe2  h4,
	.thumbnail .bg-hausfarbe2  h4,
	.equalheight .bg-hausfarbe2  h4						{ color: #000 !important }

	.bg-hausfarbe2 h5,
	.shortview .bg-hausfarbe2  h5,
	.thumbnail .bg-hausfarbe2  h5,
	.equalheight .bg-hausfarbe2  h5						{ color: #000 !important }

	.bg-hausfarbe2 h6,
	.shortview .bg-hausfarbe2  h6,
	.thumbnail .bg-hausfarbe2  h6,
	.equalheight .bg-hausfarbe2  h6						{ color: #000 !important }

	.bg-hausfarbe2 h1 a,
	.bg-hausfarbe2 a h1				{ color: #000 !important;  }
	.bg-hausfarbe2 h2 a,
	.bg-hausfarbe2 a h2				{ color: #000 !important;   }
	.bg-hausfarbe2 h3 a,
	.bg-hausfarbe2 a h3				{ color: #000 !important;  }
	.bg-hausfarbe2 h4 a,
	.bg-hausfarbe2 a h4				{ color: #000 !important; }
	.bg-hausfarbe2 h5 a,
	.bg-hausfarbe2 a h5				{ color: #000 !important;  }
	.bg-hausfarbe2 h6 a,
	.bg-hausfarbe2 a h6				{ color: #000 !important;  }

	.bg-hausfarbe2 h1 a:hover,
	.bg-hausfarbe2 a:hover h1		{ color: #f48b00 !important;  }
	.bg-hausfarbe2 h2 a:hover,
	.bg-hausfarbe2 a:hover h2		{ color: #f48b00 !important;  }
	.bg-hausfarbe2 h3 a:hover,
	.bg-hausfarbe2 a:hover h3		{ color: #f48b00 !important;  }
	.bg-hausfarbe2 h4 a:hover,
	.bg-hausfarbe2 a:hover h4		{ color: #f48b00 !important;  }
	.bg-hausfarbe2 h5 a:hover,
	.bg-hausfarbe2 a:hover h5		{ color: #f48b00 !important; }
	.bg-hausfarbe2 h6 a:hover,
	.bg-hausfarbe2 a:hover h6		{ color: #f48b00 !important; }

	.bg-hausfarbe2 .border 					{ border-color: #ddd }

	.bg-hausfarbe2 ul.list-lines li 		{ border-bottom-color: #ddd !important;  }
	.content .bg-hausfarbe2 ul li:before 	{ color: #f48b00 !important }



	.bg-hausfarbe2 .btn-primary,
	.bg-hausfarbe2 a.btn-primary,
	.bg-hausfarbe2 button.btn.btn-primary,
	.bg-hausfarbe2 input.btn.btn-primary {
	  	color: #fff !important;
		background: #ffbb00;
		border-color: #ffc400;
		}
	.bg-hausfarbe2 .btn-primary:hover,
	.bg-hausfarbe2 a.btn-primary:hover,
	.bg-hausfarbe2 button.btn.btn-primary:hover,
	.bg-hausfarbe2 input.btn.btn-primary:hover {
	  	background: #ffbb00;
	  	background: #f48b00;
	  	border-color: #ffbb00;
		}
	.bg-hausfarbe2 .btn.btn-primary i {
		color: #fff !important;
		}
	.bg-hausfarbe2 .btn.btn-primary.btn-icon i.fa,
	.bg-hausfarbe2 .btn.btn-primary.btn-icon i 	{
		color: #fff !important
		}




.bg-grey .border-middle span		{ background: #444854 }
.bg-darkgrey .border-middle span	{ background: #333843 }
.bg-transp .border-middle span		{ background: #333 }

.bg-grey,
.bg-content.bg-grey,
.well.bg-grey,
.well-sm.bg-grey {
	background: #444854;
	color: #a2a2ab
	}
.bg-darkgrey,
.bg-content.bg-darkgrey,
.well.bg-darkgrey,
.well-sm.bg-darkgrey {
	background: #333843;
	color: #a2a2ab;
	}
.bg-transp,
.bg-content.bg-transp,
.well.bg-transp,
.well-sm.bg-transp {
	color: #a2a2ab;
	}
	
	.bg-grey .hausfarbe,
	.bg-darkgrey  .hausfarbe,
	.bg-transp  .hausfarbe		{ color: #ffc400 !important;   }
	
	.bg-grey .btn-primary,
	.bg-darkgrey .btn-primary,
	.bg-transp .btn-primary			{ color: #333 !important;   }
	
	.bg-grey .btn-primary:hover,
	.bg-darkgrey .btn-primary:hover,
	.bg-transp .btn-primary:hover	{ background: #faa600 !important; text-decoration: none !important; color: #333 !important   }
		

	.bg-grey a,
	.bg-darkgrey a,
	.bg-transp a				{ color: #fff !important;   }

	.bg-grey a:hover,
	.bg-darkgrey a:hover,
	.bg-transp a:hover			{ color: #fff !important; text-decoration: underline }

	.bg-grey b,
	.bg-darkgrey b,
	.bg-transp b				{ color: #fff !important }

	.bg-grey a b,
	.bg-grey b a,
	.bg-darkgrey a b,
	.bg-darkgrey b a,
	.bg-transp a b,
	.bg-transp b a				{ color: #f48b00 !important }

	.bg-grey a b:hover,
	.bg-grey b a:hover,
	.bg-darkgrey a b:hover,
	.bg-darkgrey b a:hover,
	.bg-transp a b:hover,
	.bg-transp b a:hover 		{ color: #f48b00 !important; text-decoration: none }

	.bg-grey h1,
	.bg-darkgrey h1,
	.bg-transp h1				{ color: #ffbb00 !important }
	.bg-grey h2,
	.bg-darkgrey h2,
	.bg-transp h2				{ color: #ffbb00 !important }
	.bg-grey h3,
	.bg-darkgrey h3,
	.bg-transp h3				{ color: #ffbb00 !important }
	.bg-grey h4,
	.bg-darkgrey h4,
	.bg-transp h4				{ color: #ffbb00 !important }
	.bg-grey h5,
	.bg-darkgrey h5,
	.bg-transp h5				{ color: #fff !important }
	.bg-grey h6,
	.bg-darkgrey h6,
	.bg-transp h6				{ color: #fff !important }

	.bg-grey h1 a, .bg-grey a h1,
	.bg-darkgrey h1 a, .bg-darkgrey a h1,
	.bg-transp h1 a, .bg-transp a h1		{ color: #ffbb00 !important;  }

	.bg-grey h2 a, .bg-grey a h2,
	.bg-darkgrey h2 a, .bg-darkgrey a h2,
	.bg-transp h2 a, .bg-transp a h2		{ color: #ffbb00 !important;   }

	.bg-grey h3 a, .bg-grey a h3,
	.bg-darkgrey h3 a, .bg-darkgrey a h3,
	.bg-transp h3 a, .bg-transp a h3		{ color: #ffbb00 !important;  }

	.bg-grey h4 a, .bg-grey a h4,
	.bg-darkgrey h4 a, .bg-darkgrey a h4,
	.bg-transp h4 a, .bg-transp a h4		{ color: #ffbb00 !important;  }

	.bg-grey h5 a, .bg-grey a h5,
	.bg-darkgrey h5 a, .bg-darkgrey a h5,
	.bg-transp h5 a, .bg-transp a h5		{ color: #fff !important;  }

	.bg-grey h6 a, .bg-grey a h6,
	.bg-darkgrey h6 a, .bg-darkgrey a h6,
	.bg-transp h6 a, .bg-transp a h6		{ color: #fff !important;   }

	.bg-grey h1 a:hover, .bg-grey a:hover h1,
	.bg-darkgrey h1 a:hover, .bg-darkgrey a:hover h1,
	.bg-transp h1 a:hover, .bg-transp a:hover h1		{ color: #f48b00 !important; text-decoration: none !important   }

	.bg-grey h2 a:hover, .bg-grey a:hover h2,
	.bg-darkgrey h2 a:hover, .bg-darkgrey a:hover h2,
	.bg-transp h2 a:hover, .bg-transp a:hover h2		{ color: #f48b00 !important; text-decoration: none !important  }

	.bg-grey h3 a:hover, .bg-grey a:hover h3,
	.bg-darkgrey h3 a:hover, .bg-darkgrey a:hover h3,
	.bg-transp h3 a:hover, .bg-transp a:hover h3		{ color: #f48b00 !important; text-decoration: none !important }

	.bg-grey h4 a:hover, .bg-grey a:hover h4,
	.bg-darkgrey h4 a:hover, .bg-darkgrey a:hover h4,
	.bg-transp h4 a:hover, .bg-transp a:hover h4		{ color: #f48b00 !important; text-decoration: none !important   }

	.bg-grey h5 a:hover, .bg-grey a:hover h5,
	.bg-darkgrey h5 a:hover, .bg-darkgrey a:hover h5,
	.bg-transp h5 a:hover, .bg-transp a:hover h5		{ color: #f48b00 !important; text-decoration: none !important   }

	.bg-grey h6 a:hover, .bg-grey a:hover h6,
	.bg-darkgrey h6 a:hover, .bg-darkgrey a:hover h6,
	.bg-transp h6 a:hover, .bg-transp a:hover h6		{ color: #f48b00 !important; text-decoration: none !important   }

	.bg-grey a:hover h1,
	.bg-darkgrey a:hover h1,
	.bg-transp a:hover h1 		{  color: #ffbb00 !important; text-decoration: underline !important }
	.bg-grey a:hover h2,
	.bg-darkgrey a:hover h2,
	.bg-transp a:hover h2 		{  color: #ffbb00 !important; text-decoration: underline !important }
	.bg-grey a:hover h3,
	.bg-darkgrey a:hover h3,
	.bg-transp a:hover h3 		{  color: #ffbb00 !important;text-decoration: underline !important }
	.bg-grey a:hover h4,
	.bg-darkgrey a:hover h4,
	.bg-transp a:hover h4 		{  color: #ffbb00 !important;text-decoration: underline !important }
	.bg-grey a:hover h5,
	.bg-darkgrey a:hover h5,
	.bg-transp a:hover h5 		{  color: #fff !important; text-decoration: underline !important }
	.bg-grey a:hover h6,
	.bg-darkgrey a:hover h6,
	.bg-transp a:hover h6 		{  color: #fff !important; text-decoration: underline !important }


	.bg-grey .icon,
	.bg-darkgrey .icon,
	.bg-transp .icon 				{ color: #a2a2ab !important; border-bottom-color: #707078 }

	.bg-grey .icon i,
	.bg-darkgrey .icon i,
	.bg-transp .icon i 				{ color:  }

	.bg-grey .icon a,
	.bg-darkgrey .icon a,
	.bg-transp .icon a				{ color: #a2a2ab !important }

	.bg-grey .icon a:hover,
	.bg-darkgrey .icon a:hover,
	.bg-transp .icon a:hover 		{ color: #fff !important; text-decoration: none  }

	.bg-grey hr,
	.bg-darkgrey hr,
	.bg-transp hr 					{ border-color: #707078 }

	.bg-grey .border,
	.bg-darkgrey .border,
	.bg-transp .border 				{ border-color: #707078 }

	.bg-grey ul.list-lines li,
	.bg-darkgrey ul.list-lines li,
	.bg-transp ul.list-lines li 	{ border-bottom-color: #707078 !important;  }

	.bg-grey ul li a,
	.bg-darkgrey ul li a,
	.bg-transp ul li a 				{ color: #fff !important;  }

	.bg-grey ul li a:hover,
	.bg-darkgrey ul li a:hover,
	.bg-transp ul li a:hover 		{ color: #fff !important; text-decoration: underline !important }


	.bg-grey .btn-primary,
	.bg-grey a.btn-primary,
	.bg-grey button.btn.btn-primary,
	.bg-grey input.btn.btn-primary  {
	  	color: #444854 !important;
		background: #ffc400;
		border-color: #ffc400;
		}
	.bg-grey .btn-primary:hover,
	.bg-grey a.btn-primary:hover,
	.bg-grey button.btn.btn-primary:hover,
	.bg-grey input.btn.btn-primary:hover {
	  	background: #ffbb00;
	  	border-color: #ffbb00;
	  	color: #fff !important
		}
	.bg-grey .btn.btn-primary i {
		color: #444854 !important;
		}
	.bg-grey .btn.btn-primary i:hover {
		color: #fff !important;
		}
	.bg-grey .btn.btn-primary.btn-icon i.fa,
	.bg-grey .btn.btn-primary.btn-icon i 	{
		color: #444 !important
		}
	.bg-grey .btn.btn-primary.btn-icon:hover i.fa,
	.bg-grey .btn.btn-primary.btn-icon:hover i 	{
		color: #fff !important
		}


	.content .bg-grey ul li:before,
	.content .bg-darkgrey ul li:before,
	.content .bg-transp ul li:before 		{ color: #fb0 !important }
	.content .bg-grey ul li:hover:before,
	.content .bg-darkgrey ul li:hover:before,
	.content .bg-transp ul li:hover:before 	{ color: #fb0 !important }







.bg-grey .btn-default,
.bg-darkgrey .btn-default,
.bg-transp .btn-default,
.bg-hausfarbe .btn-default {
	border-color: #6c7384 !important
	}

/* --------- end BACKGROUNDS -------- */







.mehr {
  	color: #faa600;
	background: rgba(255, 204, 0, 0.07);
	border: 2px solid #ffc400;
	padding: .1em .5em;
	font-weight: 500;
	float: right;
	clear: both;
	margin: 2em 0 1em 0
	}
.mehr i {
	color: #ffaa00 !important;
	margin-right: 0
	}
.mehr:hover {
	background-color: #ffc400;
	transition: .2s ease-in-out;
	color: #fff !important
	}
.mehr:hover i {
	color: #fff !important;
	}
	
	
	
	



/* --------- Bilder-PAGINATION
================================================== */
ul.pagination {
	margin-top: 0 !important;
	margin-bottom: .3em !important;
	margin: 0 !important;
	float: none !important
    }
ul.pagination a,
ul.pagination .page-link a {
	color: #555865 !important;
	padding-top: .3em !important;
	padding-bottom: .3em !important
    }
ul.pagination a:hover,
ul.pagination .page-link a:hover {
	color: #000 !important;
	background: #f6f6f6
	}
@media (max-width: 992px) {
	ul.pagination a,
	ul.pagination .page-link a  {
		padding-top: .2em !important;
		padding-bottom: .2em !important
	}
}
@media (max-width: 767px) {
	ul.pagination a.page-link.anzahl {
		border: none !important;
		padding: 0 !important;
		font-size: 75% !important;
		margin: 1px 0 0 0 !important
	}
}
@media (max-width: 620px) {
	ul.pagination a.page-link.anzahl {
		margin: -10px 0 !important
	}
}
/* --------- end Bilder-PAGINATION -------- */



/* --------- Galerie-CONTROLS (left + right) ---
================================================================================== */


.gallery-control {
		width: 27px;
		height: 27px;
		top: 43%;
		bottom: 0;
		padding: .1em .4em !important;
		filter: alpha(opacity=100);
		opacity: 1;
		text-shadow: none;
		text-align: center;
		box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.2);
		}
		.gallery-control:hover,
		.gallery-control:focus {
		  	filter: alpha(opacity=100);
		  	opacity: 1;
		  	background: #ffbb00 !important;
		  	background: #f48b00  !important;
			}
		.gallery-control.left,
		.gallery-control.right {
			background: #ffcc00;
			color: #fff;
			position: absolute;
			}
		.gallery-control.left {
			left: 5px !important;
			margin-left: 0;
			}
		.gallery-control.right {
			right: 5px !important;
			margin-right: 0;
			}
@media (max-width: 992px) {
	.gallery-control {
		top: 50%;
	}
}
@media (max-width: 767px) {
	.gallery-control {
		top: 49%;
	}
}
@media (max-width: 480px) {
	.gallery-control {
		top: 54%;
	}
}
/* --------- end Galerie-CONTROLS -------- */




/* --------- BILDUNTERSCHRIFT --------
================================================== */
.bildunterschrift-bildrahmenlinks,
.bildunterschrift-bildrahmenlinks-nb,
.bildunterschrift-bildrahmenrechts,
.bildunterschrift-bildrahmenrechts-nb,
.bildunterschrift-bildrahmenmitte,
.bildunterschrift-bildrahmenmitte-nb {
	margin-top: .3em;
	margin-right: 2em;
	margin-bottom: .8em;
	float: left;
	clear: left;
	width: 55%
	}
	.bildunterschrift-bildrahmenrechts,
	.bildunterschrift-bildrahmenrechts-nb {
	float: right;
	clear: right;
	margin-right: 0;
	margin-left: 2em
	}
	.bildunterschrift-bildrahmenmitte,
	.bildunterschrift-bildrahmenmitte-nb {
	width: 100%;
	}
	
.bildunterschrift-bildrahmenlinks img,
.bildunterschrift-bildrahmenlinks-nb img,
.bildunterschrift-bildrahmenrechts img,
.bildunterschrift-bildrahmenrechts-nb img {
	width: 100%;
	margin: 0;
	}	
	

	
.bildunterschrift {
	float: left;
	text-align: left;
	font-style: italic;
	font-size: 85%;
	color: #777;
	line-height: 1.3em !important;
	clear: both;
	width: 40%;
	margin-top: -5px;
	margin-left: 3px;
	width: 98%
	}
	.bildunterschrift-bildrahmenrechts .bildunterschrift,
	.bildunterschrift-bildrahmenrechts-nb .bildunterschrift {
	margin-left: 0;
	margin-right: 5px;
	float: right;
	text-align: right
	}
	.bildunterschrift-bildrahmenmitte .bildunterschrift,
	.bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
	width: 100%;
	}	
/* --------- end BILDUNTERSCHRIFT -------- */





/* --------- VERZEICHNIS
================================================== */
.abc_verzeichnis {
	margin-bottom: 2em
    }
.abc_verzeichnis a {
	background: #ffbb00;
	color: #fff
    }
.abc_verzeichnis a:hover {
	background: #f48b00;
	}
.abc_verzeichnis a.active {
	background: #f48b00;
	color: #fff !important;
	font-weight: bold
	}
/* --------- end VERZEICHNIS -------- */






/* --------- ZITAT
================================================== */
blockquote {
	color: #ffbb00;
	}
blockquote cite {
	color: #ffbb00;
	}
/* --------- end ZITAT -------- */



.pagetop-scroll 				{
	background: rgba(0, 0, 0, 0.4);
	border: none;
	border-radius: 0
 }
.pagetop-scroll:hover,
.pagetop-scroll:focus 	{
	background: #ffbb00
	}
@media (max-width: 767px) {
	.pagetop-scroll {
		bottom:45px;
		height: 45px;
		width: 45px;
		padding-top: 1em;
		right: 0
	}
}



.row.div-head-bg  				{ background: #ffbb00 }
.div-striped .row.div-head-bg 	{ background: #ffbb00 }
.row.div-foot 					{ color: #ffbb00 }



.table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > th,
table > thead > tr > td 		{ background: #ffbb00; background: none; color: #000; border-bottom: 2px solid #000; text-transform: uppercase }

.table > thead.sub > tr > th,
.table > thead.sub > tr > td,
table > thead.sub > tr > th,
table > thead.sub > tr > td   	{ border-bottom: 1px solid #000; color: #000; font-weight: 500;  text-transform: none }

.table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td			{ color: #ffa500 }

.table > tbody > tr > th,
.table > tbody > tr > td,
table > tbody > tr > th,
table > tbody > tr > td			{ line-height: 1.6em !important }



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

table .bildunterschrift { display: none }





.footer {
	height: 530px;
    color: #91919a;
    line-height: 1.6em;
    clear: both !important;
  	}
.footer h1 {
    font-size: 20px !important;
    font-weight: normal;
    color: #91919a !important;
    margin-bottom: 1em
	}
.footer h5 {
    font-size: 16px !important;
    font-weight: normal;
    color: #91919a !important;
    text-transform: uppercase;
    margin-bottom: .8em
	}
.footer .row > [class*="col-"] {
    margin-bottom: .6em;
	}
.footer a,
.footer ul li a 		{ color: #91919a !important; text-decoration: none; }
.footer a:hover,
.footer ul li a:hover 	{ color: #fff !important; text-decoration: none !important }
.footer ul li			{  border-bottom: 1px solid #444854 !important }
.footer .icon			{ color: #91919a !important; font-weight: normal; margin-bottom: .5em;  border-bottom: 1px dotted #555865; padding-bottom: .5em  }
.footer .icon a 		{ color: #91919a !important; font-weight: normal !important;  }
.footer .icon a:hover	{ color: #fff !important; text-decoration: none }
.footer .icon i 		{ color: #91919a !important; background: none !important; border: none !important; font-size: 14px; width: 40px; margin-left: -40px }

.footer ul li {
    border-bottom-color: #555865;
    padding-top: .3em;
    padding-bottom: .3em
    }

.footer-menu {
    background-color: #444854;
    border-top: 1px solid #444854;
    color: #91919a;
    box-shadow: none
	}
	.footer-menu a 		{ color: #555865 }
	.footer-menu a:hover{ color: #fff; text-decoration: none }

.footer-menu .impressum {
	float: right;
	color: #91919a;
	margin-left: 1.5em;
}








.footer .btn.btn-default {
	border-color: #444854 !important;
	background: #444854 !important;
	color: #818189 !important
	}
	.footer .btn.btn-default i {
	color: #818189 !important
	}
.footer .btn.btn-default:hover {
	border-color: #555865 !important;
	background: #555865 !important;
	color: #91919a !important
	}
	.footer .btn.btn-default:hover i {
	color: #91919a !important
	}

@media (max-width: 767px) {
	body {
		margin-bottom: 0
  		}
  	.footer {
		margin-top: 3em;
		height: auto
  		}
  	.footer-menu {
	  	line-height: 1.2em
		}
	.footer-menu .impressum {
		float: left;
		margin-left: 0;
		clear: both;
		margin-bottom: .5em;
		font-weight: normal;
		display: block;
		width: 100%
		}
		.footer-menu .impressum:first-child {
			margin-top: 1em
		}
		.footer-menu .impressum:last-child {
			margin-bottom: 1.5em
		}
	.footer-menu .impressum {
		font-weight: normal
	}

}





.text-success { color: #00cc66 }

.bild-top {
	border-bottom-color: #ffcc00
}

/* .faq_url a:before {
	color: #ffcc00;
	}
*/

 .btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500 !important;
	text-align: center !important;
	box-shadow: none;
	text-shadow: none
	}
.btn a,
a.btn  {
	color: #444854;
	font-weight: 500 !important
	}
.btn a:hover,
a.btn:hover {
	color: #000;
	font-weight: 500 !important
	}

.btn:hover {
	font-weight: normal !important;
	background: #eee
 }
.btn i.fa 			{ color: #91919a !important }
.btn i.fa:hover,
.btn:hover i.fa 	{ color: #000 !important }




.btn-icon i.fa-lg {
	padding-top: .25em
	}
.btn-icon i.fa-2x {
	}

.btn span,
.btn.btn-icon span {
	color: #555865 !important;
	font-weight: 500 !important
	}	
.btn:hover span,
.btn.btn-icon:hover span {
	color: #000 !important;
	color: #fff !important
	}
	.btn.btn-icon.btn-default:hover span,
	.btn.btn-icon.btn-primary:hover span,
	.btn.btn-icon.btn-info:hover span,
	.btn.btn-icon.btn-success:hover span,
	.btn.btn-icon.btn-warning:hover span,
	.btn.btn-icon.btn-danger:hover span {
		color: #fff !important
	}
	.btn.btn-icon.btn-primary.btn-white,
	.btn.btn-icon.btn-default.btn-white,
	.btn.btn-icon.btn-info.btn-white,
	.btn.btn-icon.btn-warning.btn-white,
	.btn.btn-icon.btn-danger.btn-white,
	.btn.btn-icon.btn-success.btn-white {
		background: #fff
	}
	.btn.btn-icon.btn-primary.btn-white:hover 	{ background: #ffbb00 }
	.btn.btn-icon.btn-default.btn-white:hover 	{ background: #b9b9bd }
	.btn.btn-icon.btn-info.btn-white:hover 		{ background: #22aadd  }
	.btn.btn-icon.btn-warning.btn-white:hover 	{ background: #f48b00 }
	.btn.btn-icon.btn-danger.btn-white:hover 	{ background: #ee0000 }
	.btn.btn-icon.btn-success.btn-white:hover 	{ background: #189e10 }

	.btn-primary.btn-icon 			{ background: rgba(255, 204, 0, 0.07); border-width: 1px; }
	.btn-primary.btn-icon:hover 	{ background: #ffbb00 }

	.btn-default.btn-icon 			{ background: rgba(185, 185, 189, 0.1) }
	.btn-default.btn-icon:hover 	{ background: #b9b9bd }

	.btn-info.btn-icon 				{ background: rgba(33, 172, 222, 0.07) }
	.btn-info.btn-icon:hover 		{ background: #22aadd; }

	.btn-warning.btn-icon 			{ background: rgba(245, 140, 0, 0.07) }
	.btn-warning.btn-icon:hover 	{ background: #f48b00 }

	.btn-danger.btn-icon 			{ background: rgba(238, 0, 0, .15) }
	.btn-danger.btn-icon:hover 		{ background: #ee0000 }
	.btn.btn-danger span,
	.btn.btn-danger.btn-icon span 	{ color: #ee0000 !important; font-weight: 600 !important; letter-spacing: .03em; font-size: 110% !important;}
		
	.btn-success.btn-icon 			{ background: rgba(23, 158, 16, 0.07) }
	.btn-success.btn-icon:hover 	{ background: #189e10 }

	.btn.btn-icon.text-center,
	.btn.btn-icon.text-center span {
		text-align: center !important;
		padding-left: .3em !important;
		padding-right: .3em !important;
		}
	.btn.btn-icon.text-center span {
		margin-left: .3em !important;
		margin-right: .3em !important;;
		}
	.btn.btn-icon.text-center .fa {
		display: inline-block !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-top: 0;
		margin-bottom: .3em;
		}


.btn-default,
.btn-primary,
.btn-warning,
.btn-info,
.btn-success,
.btn-danger {
	background-image: none;
	background: rgba(255, 255, 255, 0.0);
	}	
.btn.btn-default:hover,
.btn.btn-primary:hover,
.btn.btn-warning:hover,
.btn.btn-info:hover,
.btn.btn-success:hover,
.btn.btn-danger:hover {
	color: #fff !important;
	}


.btn-default {
  	border-color: #b9b9bd
	}
	.btn.btn-default {
	  	color: #91919a !important;
		}
		.btn-default i.fa 			{ color: #91919a !important }
		.btn-default i.fa:hover,
		.btn-default:hover i.fa 	{ color: #fff !important }



.btn-primary {
  	color: #faa600;
	background: rgba(255, 204, 0, 0.07);
	border-color: #ffc400;
	}
	.btn.btn-primary {
	  	color: #faa600 !important;
	}
	.btn.btn-primary i {
		color: #ffaa00 !important;
		}
	.btn.btn-primary.btn-icon i {
		color: #ffbb00 !important;
		}
	.btn.btn-primary:hover,
	.btn.btn-primary a:hover {
		background-color: #ffc400
		}
	.btn.btn-primary:hover i {
		color: #fff !important;
		}


.btn-warning {
  	border-color: #f48b00
	}
	.btn.btn-warning {
	  	color: #f48b00 !important;
		}
		.btn-warning:hover 			{ background-color: #f48b00 }
		.btn-warning i.fa 			{ color: #f48b00 !important }
		.btn-warning i.fa:hover,
		.btn-warning:hover i.fa 		{ color: #fff !important }

.btn-info {
  	color: #22aadd; 	}
	.btn.btn-info {
	  	color: #22aadd !important;
		}
		.btn-info:hover 			{ background-color: #22aadd; }
		.btn-info i.fa 				{ color: #22aadd !important;  }
		.btn-info i.fa:hover,
		.btn-info:hover i.fa 		{ color: #fff !important }

.btn-success {
  	color: #189e10;
  	border-color: #189e10
	}
	.btn.btn-success {
	  	color: #189e10 !important;
	  	border-color: #189e10
		}
		.btn-success:hover 			{ background-color: #189e10 }
		.btn-success i.fa 			{ color: #189e10 !important }
		.btn-success i.fa:hover,
		.btn-success:hover i.fa 	{ color: #fff !important }

.btn-danger {
  	color: #ee0000 !important;
  	border-color: #dd0000
	}
	.btn.btn-danger {
	  	color: #ee0000 !important;
		}
		.btn-danger:hover 			{ background-color: #ee0000 }
		.btn-danger i.fa 			{ color: #ee0000 !important }
		.btn-danger i.fa:hover,
		.btn-danger:hover i.fa 		{ color: #fff !important }



.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background: #b9b9bd;
  border-color: #b9b9bd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background: #ffc400;
  border-color: #ffc400
}









#cookiedingsbums .btn-primary {
  border-color: #ffbb00;
  background: #ffbb00;
  color: #fff !important
}
#cookiedingsbums .btn.btn-primary {
  color: #fff !important;
}
#cookiedingsbums .btn-primary a,
#cookiedingsbums a.btn-primary {
  color: #fff !important;
}
#cookiedingsbums .btn-primary:hover {
  background: #ffbb00;
  border-color: #ffbb00
}











.spezial-info {
	border-radius: 5px;
	border: 3px dashed rgba(0, 0, 0, 0.8);
	float: left;
	padding: 1.7em 2em;
	background: #ffcc00;
	color: #000;
	width: 100%;
	margin-bottom: 2em;
	line-height: 1.35em !important;
	font-size: 90%;
	font-weight: 300;
	}
.spezial-info h1 {
	color: #000 !important;
	font-weight: bold !important;
	margin-top: .5em !important;
	margin-bottom: 1em;
	font-size: 165% !important;
	letter-spacing: .01em
	}
	.start .row .spezial-info h1 {
		font-size: 165% !important
		}
.spezial-info p {
	margin-bottom: .7em !important
	}
.spezial-info b {
	font-weight: 600 !important;
	font-size: 110%;
	}
.spezial-info a {
	text-decoration: none !important;
	color: #000 !important
	}
.spezial-info a:hover {
	font-weight: 600 !important;
	color: #000 !important
	}

.spezial-info h4 {
	font-size: 125% !important;
	font-weight: 600;
	line-height: 1.3em !important;
	margin: 0 0 .7em 0;
	color: #000 !important
	}
.spezial-info h5 {
	font-weight: 600;
	margin-top: 1.3em;
	border-top: 1px dotted rgba(0, 0, 0, 0.6);
	padding-top: 1.3em;
	line-height: 1.3em !important;
	font-size: 130% !important;
	margin-bottom: .5em
	}

.spezial-info img {
	padding: 3px;
	background: #fff;
	border-radius: 5px
	}
.spezial-info .icon,
.spezial-info .icon a {
	color: #000;
	font-weight: 500 !important;
	letter-spacing: 0;
	border-bottom: none;
	padding-bottom: 0
	}
.spezial-info .icon i {
	color: #000
	}
.spezial-info .icon a:hover {
	color: #666 !important;
	text-decoration: none !important
	}



.spezial-info .btn {
	font-weight: 400 !important;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3em !important;
	font-size: 110%;
	color: rgba(68, 72, 85, 0.7) !important;
	margin: .1em 0 .8em 0;
	color: #333 !important;
	text-align: center !important
	}
.spezial-info .btn b {
	font-weight: 700 !important;
	display: block;
	margin-bottom: .1em;
	color: #333 !important
	}
.spezial-info .btn:hover {
	text-decoration: none !important;
	font-weight: 400 !important;
	color: #000 !important
	}
.spezial-info .btn:hover b {
	color: #000 !important
	}
.spezial-info .btn i {
	color: rgba(68, 72, 85, 0.85) !important;
	margin-left: .2em;
	font-size: 9pt !important
	}





.footer .spezial-info {
	margin-top: 2em;
	margin-bottom: 0;
	padding: 1.2em 1.5em;
	font-size: 9.5pt;
	border: none;
	}
.footer .spezial-info h1 {
	font-size: 140% !important;
	margin-bottom: .5em;
	margin-top: 0 !important
	}
.footer .spezial-info p {
	margin: 0 0 .4em 0 !important
	}
.footer .spezial-info b {
	font-size: 105%;
	margin-bottom: 0 !important;
	color: #000 !important
	}
.footer .spezial-info .btn {
	font-size: 105%;
	padding: .6em .3em;
	font-weight: 600 !important;
	color: #000 !important;
	margin: .7em 0
	}



@media (max-width: 1200px) {
	.spezial-info {
	padding-left: 20px;
	padding-right: 20px
	}
	.spezial-info h1,
	.start .row .spezial-info h1 {
	font-size: 135% !important;}

	.spezial-info h4 {
	font-size: 120% !important;
	line-height: 1.2em !important;
	}
}
@media (max-width: 992px) {
	.spezial-info .btn {
		font-size: 100%;
		}

	.footer .spezial-info h1	{
		font-size: 145% !important
	}
}
@media (max-width: 767px) {
	.spezial-info	{
		text-align: center;
		font-size: 100%
	}

	.spezial-info .btn {
		font-size: 110%;
		}
	.spezial-info .btn b {
		display: inline-block;
		margin-bottom: 0;
		font-size: 100%
		}
}




/* --------- PICTOS
================================================== */
.pictos {
	padding: 0 !important;
	margin: 0 -1px 0 -1px !important;
	line-height: 1.2em;
	font-size: 90%;
	text-align: center;
	border: none !important;
	background: #333843;
	}
.pictos .bg-hausfarbe:hover,
.pictos .bg-hausfarbe2:hover,
.pictos .bg-grey:hover {
	background-image: url(../images/dot10.png);
	}
.pictos .bg-darkgrey:hover {
	background-image: url(../images/dot25.png);
	}


.pictos .row {
	margin: 0 !important;
	}
.pictos .row [class*="col-"] {
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 2px solid rgba(255, 255, 255, 0.07);
	margin: 0 !important;
	padding: 2em  1em 2.5em 1em !important;
	/*min-height: 220px*/
	}


.pictos h1 {
	font-size: 115% !important;
	margin-bottom: .7em;
	color: #fff !important;
	line-height: 1.15em !important
	}
.pictos a:hover {
	color: #91919a !important;
	font-weight: normal;
	}
	.pictos .bg-hausfarbe a:hover,
	.pictos .bg-hausfarbe:hover {
	color: #444854 !important;
	}
.pictos i {
	font-size: 350%;
	color: #fff !important;
	margin-bottom: .3em;
	margin-top: .3em
	}
.pictos i.fa {
	color: #fff !important;
	}





.fa-img {
	padding: .15em
	}
a:hover .fa-img,
.btn:hover .fa-img {
	padding: .15em
	}

	.fa-goldeneaue {
		content: url(../images/Logo_GoldeneAue_fb0.png);
		}
	.btn-default .fa-goldeneaue {
		content: url(../images/Logo_GoldeneAue_91.png);
		}	
	a:hover .fa-goldeneaue,
	.btn:hover .fa-goldeneaue {
		content: url(../images/Logo_GoldeneAue_fff.png);
		}
		
	.fa-ukraine {
		content: url(../images/Logo_ukraine_fb0_blau.png);
		margin-top: -11px !important;
		margin-left: -45px !important;
		width: 38px !important
		}
	a:hover .fa-ukraine,
	.btn:hover .fa-ukraine {
		content: url(../images/Logo_ukraine_fff.png);
		}	

	@media (max-width: 1200px) {
		.fa-ukraine {
			margin-top: -8px !important;
			margin-left: -36px !important;
			width: 30px !important
			}	  
	}
	@media (max-width: 992px) {
		.fa-ukraine {
			margin-top: -5px !important;
			margin-left: -27px !important;
			width: 22px !important
			}	  
	}
	@media (max-width: 767px) {
		.btn.btn-icon .fa-goldeneaue	{
			width: 40px;
			margin-top: -12px;
			margin-left: -50px
			}
		.fa-ukraine {
			margin-top: -11px !important;
			margin-left: -50px !important;
			width: 38px !important
			}	  
	}
	 @media (max-width: 480px) {
		.btn.btn-icon .fa-goldeneaue	{
			width: 32px;
			margin-top: -9px;
			margin-left: -37px
			}
		.fa-ukraine {
			margin-top: -7px !important;
			margin-left: -35px !important;
			width: 27px !important
			}		  
	}



.pictos .fa-img {
	 	width: 55px;
	 	height: 55px;
	 	margin-top: .7em;
	 	margin-bottom: .3em;
	}
.pictos .fa-img.fa-goldeneaue {
	 	content: url(../images/Logo_GoldeneAue_fc0_fff.png);
	}

@media (max-width: 1700px) {
	.pictos [class*="col-"] {
		/*min-height: 250px*/;
		}
}
@media (max-width: 1200px) {
	.pictos [class*="col-"] {
		/*min-height: 270px*/;
		}
}
@media (max-width: 992px) {
	.pictos [class*="col-"] {
		/*min-height: 235px*/
		}
}
@media (max-width: 767px) {
	.pictos {
		margin-bottom: -36px !important;
		}
	.pictos h1 {
		line-height: 1.3em !important
		}
	.pictos p {
		display: none
		}
	.pictos [class*="col-"] {
		/*min-height: 180px*/;
		}
}
@media (max-width: 480px) {
	.pictos i {
		font-size: 300%
		}
	.pictos .fa-img {
		width: 45px;
		height: 45px;
		}
	.pictos h1 {
		font-size: 95% !important;
		}
	.pictos [class*="col-"] {
		/*min-height: 145px*/
		}
}

/* --- end PICTOS --- */














/* --------- BANNER
================================================== */
.banner {
	padding:  0 0 3em 0;
	text-align: center;
	margin-top: -1.5em
	}
.banner.bg-grey {
	padding:  .8em 1em;
	border-top: 1px solid #666a76 !important;
	}
.banner img {
	width: 100%;
	max-width: 210px;
	margin: .5em 0;
	border: 1px solid #666a76
	}
/* --- end BANNER --- */








/* @group Kalender */
.kalender {
	padding-bottom: 2em;
	}

.kalender a {
	color: #000 !important
	}

.kl_titel {
	text-align:center !important;
	color:#ffbb00;
	letter-spacing: -.03em;
	margin-bottom: .3em !important
	}
	.kl_titel a 		{ color:#ffbb00 !important; }

	.kl_titel i.fa 		{
		text-align: center;
		padding: .1em .3em;
		display: inline-block;
		position: relative;
		width: 100%
		}
	.kl_titel a:hover i 		{
		background: #ffbb00;
		color: #fff }



.kl_woche {
	clear:both;
	text-align:center;
	}
	.kl_woche a {
		color: #333843 !important
		}
	.kl_woche .kl_we a {
		color: #333843 !important
		}

	.kl_wt,.kl_we,.kl_at,.kl_leer,.kl_tag {
		width:14%;
		float:left;
		text-align:right;
		margin-right:.1%;
		margin-bottom:1px;
		padding:.2em .1em;
		text-align: center
		}

	.kl_at,
	.kl_at a,
	.kl_at a:hover,
	.kl_at:hover a  {
		background: #ffbb00 !important;
		color: #fff !important;
		font-weight: bold;
		color: #fff !important
		}
		.kl_at:hover {
			background: #f48b00 !important;
			color: #fff !important }
		.kl_at:hover a {
			background: none !important;
			color: #fff !important }

	.kl_wt,
	.kl_we {
		text-align:center;
		font-weight:bold;
		color:#ffbb00;
		}

	.kl_we.kl_sa_so:hover {
		background:none;
		}

	.kl_we:hover,
	.kl_at:hover,
	.kl_tag:hover {
		background-color:rgba(255, 187, 0, 0.5);
		}
		.kl_we:hover a,
		.kl_at:hover a,
		.kl_tag:hover a { color: #000 !important }

/* @end */



.umfrage {
	margin: 0 0 1.5em 0;
	padding-left: 25px
	}
.umfrage input {
	margin-left: -25px;
	float: left
	}
.umfrage label {
	margin-left: 0;
	}
h5.umfrage_frage {
	margin: 0 0 1em 0
	}
h5.umfrage_frage a {
	font-weight: normal !important;
	color: #ffbb00 !important
	}
h5.umfrage_frage a:before {
	content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: .3em;
    vertical-align: middle
    }




/* --------- KARTE
================================================== */
.googlemap {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	margin-bottom: -6px !important
}
@media (max-width: 767px) {
	.googlemap {
		margin-bottom: -3em !important
	}
}
/* --- end KARTE --- */


.marginalie_dev .btn {
	background: #fff !important
	}
.marginalie_dev .btn:hover {
	background: #818189 !important
	}







.responsive-video {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* --------- DRUCKVERSION
================================================================================== */
@media print {
	body {
		background: url(../images/logo/logo_ndh_m.png) top center no-repeat !important;
	 	padding-top: 105px;
	}

	.container.content {
		border-top: 3px solid #ffbb00;
		padding-top: 50px
	}

	.well,
	.btn,
	.datum,
	.uhrzeit,
	.kurtext_headline,
	.langtext_headline,
	.xxxkurz_headline,
	.titel_headline {
		font-size: smaller
	}

	.shortview-slider {
		background: none;
		border: none;
		}
	.shortview-slider .carousel-control  {
		display: none !important
		}


	.carousel-caption {
		width: 70% !important;
		left: 15% !important;
		padding: 0 !important;
		margin: 0 !important;
		text-align:  center !important
		}
	.carousel-caption h1,
	.carousel-caption h1.h1_100,
	.carousel-caption h1,
	.carousel-caption h1.h1_100 {
		width: 100% !important;
		margin: 0 auto !important;
		padding: 0 !important;
		text-align: center !important;
		font-size: medium !important;
		}


	h1  { font-size: 220% !important }
	h2  { font-size: 190% !important; text-transform: none; font-weight: 600 !important }
	h3  { font-size: 150% !important }
	h4  { font-size: 130% !important }

	hr,
	.hr-s,
	.hr-m,
	.hr-l,
	.hr-xl 	{ padding: 1em 0 !important; margin: 1em 0 !important}

}
@media print and (max-width: 1200px) {

}
@media print and (max-width: 1000px) {

}
@media print and (max-width: 767px) {

}
/* --------- end DRUCKVERSION ----------------------------------------------------
================================================================================== */



/* --------- M aus N
================================================== */
.mausn {
	margin-bottom: 0;
	background: #eeeeee !important;
	}
.mausn > .container {
	}
.mausn .zugeordnet {
	display: flex;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	line-height: 1.6em
	}
.mausn .zugeordnet div:not(.toggle-content) {
	background: #fff !important;
	position: relative;
	display: inline-block;
	padding: 30px 40px;
	box-shadow: .2em .2em 1.3em rgba(0, 0, 0, .15)
	}
.mausn .zugeordnet h2 {
	margin: 0 0 1em 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 180% !important;
	letter-spacing: .02em !important;
	}
.mausn .zugeordnet ul {
	margin: 0
	}
.mausn .zugeordnet ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: .7em;
	margin-bottom: .7em;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	font-size: 120%
	}
	.mausn .zugeordnet ul li:last-child {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0
	}
.mausn .zugeordnet ul li::before {
	display: none
	}	
.mausn .zugeordnet a {
	color: #333 !important;
	color: #faa600 !important;
	transition: .2s
	}
.mausn .zugeordnet a:hover {
	color: #faa600 !important;
	text-decoration: underline !important;
	
	color: #000 !important;
	text-decoration: none !important
	}	
.mausn .zugeordnet .bild {
	width: 65px;
	margin: 0 15px 0 0 !important;
	border: 1px solid #ddd
	}
.mausn .zugeordnet .bild img {
	width: 100%;
	}

.mausn .zugeordnet .toggle-content {
	display: block;
	clear: both;
	width: 100%;
	position: relative
}

@media (max-width: 992px) {
	.mausn .zugeordnet {
	grid-template-columns: repeat(2, 1fr);
	}
	.mausn .zugeordnet div:not(.toggle-content) {
	padding: 25px 30px;
	}
}
@media (max-width: 575px) {
	.mausn .zugeordnet {
	grid-template-columns: repeat(1, 1fr);
	}
}
/* --------- end M aus N ----------------------------------------------------
================================================================================== */

