body, body.white {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	background: url(../img/bg_glanz.png) center top repeat-y #8b141a !important;
}
body:after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 104px;
	background: url(../img/bg_glanz_head.png) center top no-repeat !important;
	top: 464px;
	left: 50%;
	transform: translateX(-50%);	
	z-index: -1;
}
body.home:after {
	top: 544px;
}
/*body, body.white {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	background-image: url(../img/bg_shine.png), linear-gradient(to bottom,  #bf1b23 0%, #bf1b23 40%, #8b141a 70%) ;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;	
}*/
/*body.home {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	background-color:  #8b141a !important;
	background-image: url(../img/bg_shine_02.png);
	background-position: center 544px;
	background-attachment: scroll;
	background-size: 100% auto;
	background-repeat: no-repeat;
}  
*/
  
body.home .navbar-fixed {
	background: #FFF;
}
nav ul a {
    display: inline-block;
}

main {
    flex: 1 0 auto;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 95%;
}

h1 {
    font-size: 2rem;
	margin: 1.5rem 0 0;
	color: #8b141a;
}

li.navlogo{
  color: #f00;
  font-size: 18pt;
  height: 80px;
}

label.error{
  padding-left: 100px;
  color: #f00 !important;
  font-size: 0.8em;
}


nav ul a,
nav .brand-logo {
  color: #fff;
}
nav .brand-logo img {
  max-height:64px;
}

.bold>a {
    font-weight: bold;
}


.side-nav a:hover {
    background-color: transparent;
}

.side-nav li.active {
}

.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
	background: none;
}

.side-nav .collapsible-body li a {
    margin: 0 .5rem 0 .5rem;
}

/*.side-nav li:hover, .side-nav li.child li:hover {
      background-color: blue accent-1;
}*/


.side-nav li.child:hover {
      background-color: transparent;
}



.dropdown-content li > a, .dropdown-content li > span {
  color: #8b141a;
}

.button-collapse {
  color: #fff;
}

.parallax-container {
  min-height: 400px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.headtext{
    background: rgba(150,150,150,0.5);
}

.slider .slides li .caption, div.parallax-container .caption  {
  
    background: rgba(0,0,0,0.5);
   /* width: 50%;*/
}

.owl-carousel .owl-controls .owl-nav .owl-prev
{ 
  position: absolute;
  top: 42%;
  float: left;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  float: right;
  position: absolute;
  top: 42%;
  right: 0;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
 /*   top: 40%;*/
  }
  #index-banner .section {
    top: 10%;
  }


.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 5%;
    left: 3%;
    width: 94%;
    opacity: 0;
}


}
/* SUCHE */
.nav-wrapper form.right.hide-on-med-and-down {
	width: 60px;
	height: 64px;
}
div.input-field input[type=search] {
    display: block;
    line-height: inherit;
	padding-left: 0;
    padding-right: 0;
	position: absolute;
	right: 1em;
	z-index: 5;	
	height: 64px;  	
	width: 0;
}
div.input-field input[type=search]:focus {
    width: calc(264px - 1rem);
	padding-left: 1rem;	
}

div.input-field input[type=search] + label {
    left: auto;
	right: 1em;
	z-index: 10;
	opacity: 1;
	cursor: pointer;
}
div.input-field input[type=search] + label.active {
	opacity: 0;
}
.input-field input[type=search] ~ .material-icons {
    right: -1rem;
	/*right: auto;*/
    transition: .3s color;
}
.input-field input[type=search] ~ .material-icons.active {
	z-index: 10;
}
/* SITEMPA */
.nav-tree ul ul {
	margin:  0 0 20px 20px;
}

.nav-tree ul  {
	margin:  20px 0 20px 0;
}

.nav-tree ul ul {
	margin:  0 0 20px 20px;
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 5px;
}

.collection .collection-item{
padding: 10px 20px;
}

.icon-block .material-icons {
  font-size: inherit;
}

/*footer.page-footer {
  margin: 0;
}*/
footer.page-footer a {
	color:inherit!important;
	text-decoration:underline;
}
footer.page-footer .nav a {
	text-decoration:none;
}
.widget-item
{
background-color: white;
margin-bottom: 30px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}
.widget-item b
{
display: block;
margin-bottom: 15px;
}

.btn-floating.btn.white {
	border: none !important;
}

.pw-edit, .pw-edit-modal {
  background: rgba(150,150,0,0.1); 
  min-height: 20px; 
  border: 1px dashed #f00;
  padding: 10px;
}

/* Back to Top */
a.back-to-top {
	display: none;
	width: 38px;
	height: 38px;
/*	text-indent: -9999px;*/
	padding-top:8px;
	text-align:center;
	position: fixed;
	z-index: 999;
	right: 70px;
	bottom: 25px;
	background: #e41d37 no-repeat center 43%;
	font:normal normal normal 20px/1 FontAwesome;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card.horizontal{display:-webkit-flex;display:-ms-flexbox;display:flex}
.card.horizontal .card-image{max-width:50%; overflow:hidden;}
.card.horizontal .card-image img{max-width:100%;width:auto}
.card.horizontal .card-stacked{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1;-ms-flex:1;flex:1;position:relative}
.card.horizontal .card-stacked .card-content{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1; padding-top: 0px;}

ul.breadcrumbs {
	margin: 1.5rem 0 0;
}

ul.breadcrumbs:after {
	content: ' ';
	clear: both;
	display: table;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 0 0 8px;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #8b141a;
    box-shadow: 0 1px 0 0 #8b141a;
}

.card .card-image img {
	margin: 0;
}

.card.horizontal img {
	margin: 10px;
}

.card .card-content {
    padding: 20px;
}

.pin-top {
	position: relative;
}

.pin-bottom {
	position: relative;
}

.pinned {
	position: fixed !important;
}

.card.sidebar table, .card.sidebar-start table {
	line-height: 1.5;
	width: 100%;
}
.card.sidebar table td, .card.sidebar-start table td {
	vertical-align: top;
	width: 50%;
}

.card .card-content .card-title {
    line-height: 1.2;
	font-size: 22px;
	margin: 0 0 1em;
	display: block;
}

.collection {
	border: none;
   	border-top: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card.sidebar a {
	background: #8b141a!important;
	color: #FFF !important;
	display: block;
	margin: 0 -20px -20px;
	padding: 10px 20px;
}
.card.sidebar a i, .collection a i {
	float: none !important;
	margin: 0;
	vertical-align: middle;
}
.card.sidebar h2, .card.sidebar-start h2  {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}
.btn-floating {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.card.hoverable .card-image img {
/*	transition: all .75s ease-in-out;*/
	transition: all .35s ease-in-out;	
}
.card.hoverable:hover .card-image img {
/*    transform: scale3d(1.1,1.1,1);*/
	filter: brightness(1.03);
}
body:before {
	content: ' ';
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    max-width: 1360px;
    width: 97%;	
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.home main, footer {
	z-index: 2;
	position: relative;
}
body:before, footer, .slider .slides {
/*	box-shadow: 0px 0px 48px 0px rgba(255,255,255,.35);		*/
}
footer {
/*	box-shadow: 0px 0px 48px 0px rgba(255,255,255,.15);		*/
}
footer::before {
	content: '';
	background: url(../img/footer_hg.png) center top repeat-y #8b141a !important;
	position: absolute;
	height: 264px;
	width: 100%;
	top: 0;
}
.main-wrapper {
	background: url(../img/footer_hg_head.png) center bottom no-repeat !important;
}
footer.page-footer {
	margin-top: 0;
}
footer div {
	position: relative;
	z-index: 1;
}
footer div.white-text,
footer a.white-text,
footer li.white,
footer li.CustomFootNavHGAktiv {
	background: none !important;
}
body.home:before, body.home footer, body.home .slider .slides {
	box-shadow: none;		
}
body.home footer {
	box-shadow: none;
}
.parallax-container {
	background: #FFF;
	z-index: 3;
}
figure.left-align {
    margin-right: 0;
	padding: 0 15px 0 0;
	max-width: 50%;
}
figure {
    margin: 1em 0;
}
figure.right-align {
    margin-left: 0;
	padding: 0 0 0 15px;
	max-width: 50%;
	text-align: left;
}
figure {
    margin: 1em 0;
}

figure img {
	max-width: 100%;
	height: auto;
}
figure.left-align img,
figure.right-align img {
	width: 100%;
}
h2 {
	clear: both;
	color: #8b141a;
}
figure.left-align + h2:before,
figure.right-align + h2:before {
	content: ' ';
	display: block;
	height: 1.78rem;
}
p:after {
	clear: both;
	content: ' ';
	display: table;
}

.hoverable:hover {
/*    transition: box-shadow .25s;	*/
    transition: box-shadow .35s ease-in-out;
}
.collapsible {
    margin: 0rem 0 2rem 0;
	border-top: none;
}
.collapsible-header {
	border-top: solid 1px #DDD;
	border-bottom: none;
}
.collapsible-body p {
    margin: 0;
    padding: 0;
}
.collapsible-body {
	border: none;
}
nav ul li {
	position:relative;
}
.dropdown-content {
    min-width: 100%;
	width: auto !important;
}
.dropdown-content li a{
	white-space: nowrap;
}
.section ul li {
	padding: 0 0 0 1rem;
	position: relative;
}
.section ul.Inputfields li,
.section form ul li,
.section ul.collapsible li {
	padding: 0;
	position: relative;
}
.section ul li:before {
	content: ' ';
	background: url(../img/icn_list.svg) center center no-repeat;
	background-size: cover;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 7px;
	left: 0;
}
.section ul.Inputfields li:before,
.section form ul li:before,
.section  ul.collapsible li:before {
	display: none;
}
img.left-align {
    margin-right: 30px;
}
img.right-align {
    margin-left: 30px;
}
.section img {
	max-width: 100%;
	height: auto;
}
.slider .slides {
    height: 480px !important;
}
.slider .indicators {
	bottom: 8px;
	z-index: 100;
}
.indicators .indicator-item.active {
/*	background: rgba(255,255,255,1) !important;
	border: solid 2px #FFF;*/
}
.indicators .indicator-item.active {
	background: rgba(139,20,26,1) !important;
}
.indicators .indicator-item.white {
	background: #FFF !important;
	border: solid 2px rgba(139,20,26,1);	
}
.indicators .indicator-item {
    transition: all 0s;	
}
.slider .slides {
    background-color: #FFF;
}
[type="radio"]:checked + label:after {
    border-color: rgb(139,20,26)!important;
    background-color: rgba(139,20,26)!important;
}
.InputfieldError{
	color: #C00;
}
li.InputfieldSubmit {
	text-align: right;
}
h3 {
    font-size: 1.2rem;
    line-height: 110%;
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: block;
    font-size: 2rem;
    height: 56px;
    line-height: 56px;
}

nav i.mdi-navigation-arrow-drop-down.right {
	margin-left: 0px;
}
.card.hoverable.teaser .card-content {
	min-height: 154px;
}
.collection a.collection-item {
	position: relative;
	z-index: 1;
}
.collection a.collection-item:before {
    background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: ' ';
	z-index: -1;
	transition: background-color .3s;	
}
.collection a.collection-item:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}
/* Mobile Navigation */
.side-nav .collapsible-header {
	position: absolute;
	z-index: 88000;
	right: 0;
	top: 0;
}
.side-nav a {
	position: relative;
	z-index: 1;
}
.side-nav .collapsible li {
    padding: 0;
	position: relative;
}
.card .card-title.activator,
.card .card-reveal .card-title {
	padding-right: 2rem;
	position: relative;
	font-size: 20px;
}
.card .card-title.activator i.material-icons.right,
.card .card-reveal .card-title i.material-icons.right {
	position: absolute;
	right: 0;	
	top: 0;
}
.card .card-image img.activator {
	cursor: pointer;
}

.collapsible li .collapsible-header i {
	transition: transform .15s ease;
}
.collapsible li.active .collapsible-header i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal {
    max-height: 60%;
    width: 50%;
}
.modal-content .row {
	margin-bottom: 0;
}
modal-trigger-link {
/*	position: absolute;
	bottom: 0;
	width: 100;*/
}
.card.horizontal img {
    margin: 0;
}
/*.card.horizontal .card-action {
	background-color: #8b141a!important;	
}
.card.horizontal .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #FFF!important;
}*/
@media only screen and (min-width: 993px)and (max-width: 1280px) {
	.card.hoverable.teaser .card-content {
		min-height: 200px;
	}	
}
@media only screen and (max-width: 992px) {
	.card.sidebar table td	{
		display: block;
	}
	body:before {
		width: 100%;
		max-width: auto;
		left: 0;
		transform: translateX(0);
	}	
	.card.hoverable.teaser .card-content {
		min-height: 220px;
	}		
}
@media only screen and (max-width: 768px) {
	.card.horizontal {
		display: block;
	}	
	img.left-align {
		margin-right: 0;
		display: block;
		float: none;		
	}
	img.right-align {
		margin-left: 30px;
		display: block;
		float: none;
	}	
	.modal {
		width: 75%;
	}	
}
@media only screen and (min-width: 601px)and (max-width: 992px) {
	.card.sidebar table td	{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.pinned {
		position: relative !important;
	}
	.card.sidebar table td	{
		display: table-cell;
		width: 50%;
	}	
	.brand-logo img {
		width: 75%;
		height: auto;
		vertical-align: middle;
	}
	.brand-logo {
		height: 56px;
	}	
	figure.left-align {
		padding: 0;
		max-width: 100%;
		float: none;
	}
	figure.right-align {
		padding: 0;
		max-width: 100%;
		float: none;
	}
	figure img {
		max-width: 100%;
		height: auto;
	}	
	.card.hoverable.teaser .card-content {
		min-height: auto;
	}	
	.modal {
		max-height: 90% !important;
		width: 100% !important;
		top: 5% !important;
	}	
}
@media only screen and (max-width : 400px) {
	.container {
		width: 94%;
	}
	.container .row {
	    margin-left: -3%;
    	margin-right: -3%;
	}
	.row .col {
		padding: 0 3%;
	}	
}