body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
h1 {
    font-size: 2.5rem;
	line-height: 120%;
}

h2 {
    font-size: 1.8rem;
	line-height: 130%;	
}

h3 {
    font-size: 1.5rem;
    line-height: 140%;
}

nav ul a {
    display: inline-block;
}

main {
    flex: 1 0 auto;
}

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

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: 48px;
  margin: 8px 0;
  border: none;
}

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


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

.side-nav li.active {
      background-color: #f44336;
}

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

.button-collapse {
  color: #fff;
}

.parallax-container {
  min-height: 460px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,1);
}
.parallax-container .section {
	width: 100%;
}
.headtext{
    background: rgba(150,150,150,0.5);
}
/* HEADERBILD / SLIDER */
.slides .caption-headline,
div.parallax-container .caption .caption-headline {
    font-size: 1.75rem;
    margin: 0;
}

.slides .caption .caption-subline,
div.parallax-container .caption .caption-subline {
    font-size: 1.25rem;
    margin: 0;
	line-height: 140%;
}

.slider .slides li .caption,
div.parallax-header .caption {
    position: absolute;
    top: auto;
	bottom: 12.5%;
    left: 50%;
	transform: translateX(-560px) !important;
    width: auto;
	max-width: 35%;
    opacity: 0;
	background: none !important;
}

div.parallax-header .caption {
    opacity: 1;
}

.slider .slides li .caption .caption-headline, 
div.parallax-header .caption .caption-headline {
	color: #FFF;
	background: #3498db;
	display: table;
	padding: 0.607rem 1rem;
}
.slider .slides li .caption .caption-subline, 
div.parallax-header .caption .caption-subline {
	display: table;
	background: #FFF;
	padding: 0.607rem 1rem;	
}

body.home div.parallax-container .caption .caption-subline {
	font-size: 3rem;
	font-weight: 300;
}
.slider .indicators .indicator-item.active {
    background-color:  #f44336;
}

.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;
}
footer.page-footer {
	margin-top: 0;
}
/* LEFTNAVI */
.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);
}
.collection a i {
	float: none !important;
	margin: 0;
	vertical-align: middle;
}
.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);
}
.collection.level1 .collection {
	border-top: none;
	margin: 0;
	display: none;
   	border-bottom: 1px solid #e0e0e0;	
}

.collection .active + .collection {
	display: block;
}
.collection.level2 .collection-item {
    padding: 10px 5px 10px 25px;
}
.collection.level3 .collection-item {
    padding: 10px 5px 10px 50px;
}
/* FORMULAR */
[type="radio"]:checked + label:after {
    border-color: #3498db !important;
    background-color: #3498db !important;
}
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 #3498db;
    box-shadow: 0 1px 0 0 #3498db;
}
.dropdown-content li > a, .dropdown-content li > span {
  color: #3498db;
}
/* KLAPPEINTRÄGE */
main .collapsible {
    margin: 0rem 0 2rem 0;
	border-top: none;
}
main .collapsible-header {
	border-top: solid 1px #DDD;
	border-bottom: none;
	display: block;
    cursor: pointer;
    min-height: initial;
    line-height: 150%;
    padding: 1rem 3rem 1rem 1rem ;
}
main .collapsible-body p {
    margin: 0;
    padding: 0;
}
main .collapsible-body {
	border: none;
	padding: 1rem;
}
.nav-wrapper .dropdown-content {
	width: auto !important;
	max-height: none;
	white-space: nowrap;	
}
/* SUCHE */
.nav-wrapper form.right.hide-on-med-and-down {
	width: 60px;
	height: 64px;
}
.nav-wrapper form label {
	cursor: pointer;
}
div.input-field {
	display: none;
}
div.input-field {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	left: 0;
	top: 0;
	z-index: 999;
}
div.input-field input {
	height: auto;
}
div.input-field input[type=search] {
    display: block;
    line-height: inherit;
	position: fixed;
	padding: 0 1rem;
	z-index: 5;	
	height: auto;  	
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	font-size: 2rem;
	line-height: 4rem;
}
div.input-field input[type=submit] {
	position: fixed;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,3rem);
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.5rem;
	overflow: visible;
	padding: 0.5rem 1rem;
}
div.input-field input[type=search]:focus {
}
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,
.input-field input[type=search]:focus ~ .material-icons{
	color: #FFF;
}
.input-field input[type=search] ~ .material-icons.active {
	z-index: 1000;
}
/* SITEMAP */
.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;
}
/* BREADCRUMB */
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;
}
.icon-block {
  padding: 0 5px;
}

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

.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;
}



.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: 40px;
	height: 40px;
/*	text-indent: -9999px;*/
	padding-top:10px;
	text-align:center;
	position: fixed;
	z-index: 999;
	right: 70px;
	bottom: 23px;
	background: #e41d37 no-repeat center 43%;
	font:normal normal normal 20px/1 FontAwesome;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

}
/* 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;
}
.side-nav a {
    color: #444;
    display: block;
    font-size: 1.2rem;
    height: 52px;
    line-height: 52px;
}
.side-nav .level3 a {
    font-size: 1rem;
}
.side-nav li {
	line-height: 52px;
}
/* Tabellenausgabe */
td, th {
    padding: 0;
    vertical-align: top;
    border-radius: 0;
}
.divider {
  clear:both;
}
.thumb-navigation .divider {
	margin: 0 .75rem
}
.section ul:not(.pagination) li {
	position: relative;
	padding: 0 0 0 22px;
}
.section ul.Inputfields li,
.section form ul li,
.section ul.collapsible li {
	padding: 0;
}
.section ul:not(.pagination) li:before {
	font-family: "Material Icons";
    content: '\E5CC';
/*    background: url(../img/icn_chevron_right.svg) center center no-repeat;
    background-size: cover;*/
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
	font-size: 1.25rem;
	line-height:1.25;
}
.section ul.Inputfields li:before,
.section form ul li:before,
.section  ul.collapsible li:before {
	display: none;
}
nav [class^="mdi-"] {
	margin-left: 2px;
	font-size: 1.5rem;
}
.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);
}
.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: -2rem;
	margin-top: -1rem;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
	text-transform: none;
	margin-right: 0;
	position: relative;	
	padding-right: 24px;
	display: block;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) i {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) i.right {
	left: auto;
	right: 0;
}
.card .card-action {
	text-align: right;
}
.card .card-image img {
	width:auto;
	margin:0px auto;
}
.news-uebersicht .card .card-content p {
	display: none;
}
.side-nav .collapsible-body li a {
    margin: 0;
	padding: 0 1rem 0 2rem; 
}
.side-nav .collapsible-body.level3 li a {
	padding: 0 1rem 0 3rem; 
}
.side-nav .collapsible-body.level4 li a {
	padding: 0 1rem 0 4rem; 
}
.side-nav .collapsible-body.level5 li a {
	padding: 0 1rem 0 5rem; 
}
.side-nav .collapsible-body.level6 li a {
	padding: 0 1rem 0 6rem; 
}
.side-nav .collapsible-body li:first-child  {
/*display: none;*/
}
nav .topnavi {
	line-height: 0.85rem;
	padding: 0.75rem 0 0;
}
nav .topnavi ul a {
	font-size: 0.85rem;
	padding: 4px 15px
}
nav .nav-wrapper, .topnavi::after, .topnavi ul::after {
	content: '';
	display: table;
	clear: both;
}
nav {
	height: auto;
}
.navbar-fixed {
	height: 64px; 
}
.navbar-fixed.hastopnavi {
	height: 104px; 
}
/* Kontaktformular – Eingeklinktes */
.linked-contactform form,
.standard-contactform form {
	margin: 0 -.75rem;
}
.linked-contactform ul.Inputfields::after,
.standard-contactform ul.Inputfields::after {
	content: '';
	display: table;
	clear: both;
}
.section.linked-contactform ul.Inputfields li.Inputfield,
.section.standard-contactform ul.Inputfields li.Inputfield {
	padding: 0 .75rem;
}
.linked-contactform li.Inputfield {
	width: 33.33333%;
	float: left;
}
.linked-contactform li.InputfieldEmail {
	margin-right: 33.33333%;
}
.linked-contactform li.InputfieldTextarea {
	width: 66.66666%;
}
.linked-contactform li.InputfieldSubmit {
	width: 100%;
}
.linked-contactform li.InputfieldTextarea textarea.materialize-textarea {
	min-height: 4rem;
	padding: .75rem 0;
}
.linked-contactform .Inputfield_submit button,
.standard-contactform .Inputfield_submit button {
	margin: 1rem 0 0;
}
.linked-contactform .Inputfield_submit,
.standard-contactform .Inputfield_submit {
	text-align: right;
}
.section.linked-contactform p.InputfieldError {
    position: absolute;
    text-align: right;
    color: #C00;
    top: -9px;
    right: .75rem;
    font-size: .8rem;
}
.standard-contactform li.Inputfield {
	width: 50%;
	float: left;
}
.standard-contactform li.InputfieldSelect {
	margin-right: 50%;
}	
.standard-contactform li.InputfieldTextarea,
.standard-contactform li.InputfieldRadios,
.standard-contactform li.InputfieldSubmit {
		width: 100%;
}
.message-contactform {
	font-size: 1.25rem;
}
@media only screen and (max-width : 992px) {
	.linked-contactform li.Inputfield {
		width: 50%;
		float: left;
	}
	.linked-contactform li.InputfieldSelect {
		margin-right: 50%;
	}	
	.linked-contactform li.InputfieldEmail {
		margin-right: 0;
	}
	.linked-contactform li.InputfieldTextarea,
	.linked-contactform li.InputfieldRadios,
	.linked-contactform li.InputfieldSubmit {
		width: 100%;
	}
	.standard-contactform li.Inputfield {
		width: 100%;
		float: none;
		margin-right: 0;		
	}	
}
@media only screen and (max-width : 600px) {
	.linked-contactform li.Inputfield {
		width: 100%;
		float: none;
		margin-right: 0;		
	}
}
.search-nav .divider {
	margin: 0.75rem 0 0.75rem -22px; 
}
.search-nav li a {
	font-weight: 700;
}
@media only screen and (max-width : 992px) {
	.parallax-container .section {
		position: absolute;
		bottom: 5%;
	}
	#index-banner .section {
		top: 10%;
	}
	.slider .slides li .caption,
	div.parallax-header .caption {
		color: #fff;
		position: absolute;
		top: auto;

		left: 4%;
		max-width: 94%;
		opacity: 0;
		transform: translateX(0) !important;
	}
	div.parallax-header .caption {
		opacity: 1;		
		bottom: 0;		
	}
	.slider {
		height: 240px !important;
	}	
	.slides {
		height: 200px !important;
	}		
	.parallax-container {
		min-height: 200px;
	}	
	.slider .slides li img {
		background-size: cover;
		background-repeat: no-repeat;
	}		
	.slider .slides li .caption .caption-headline, div.parallax-header .caption .caption-headline {
		font-size: 1.5rem;		
		padding: .5rem .75rem;
	}	
	.slider .slides li .caption .caption-subline, div.parallax-header .caption .caption-subline {
		font-size: 1.25rem;
		padding: .5rem .75rem;		
	}	
	.parallax img {
		height: auto;
		width: 100%;
		min-height: none;
		min-width: none;
	}	
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  	.parallax-container .section {
		bottom: 0.75rem;
	}
	div.input-field input[type=search] {
		width: 95%;
	}  
	.navbar-fixed {
		height: 56px; 
	}
	.navbar-fixed.hastopnavi {
		height: 96px; 
	}
	.slider {
		height: 196px !important;
	}	
	.slides {
		height: 156px !important;
	}		
	.parallax-container {
		min-height: 156px;
	}	
	.slider .slides li .caption,
	div.parallax-header .caption {

		bottom: 0.75rem;
		left: 0.75rem;
	}
	
	.slider .slides li img {
		background-size: cover;
		background-repeat: no-repeat;
	}		
	.slider .slides li .caption .caption-headline, div.parallax-header .caption .caption-headline {
		font-size: 1.25rem;		
		padding: .25rem .5rem;
	}	
	.slider .slides li .caption .caption-subline, div.parallax-header .caption .caption-subline {
		font-size: 1rem;
		padding: .25rem .5rem;		
	}
}
@media only screen and (max-width : 400px) {
	.container {
		width: 94%;
	}
	.container .row {
	    margin-left: -3%;
    	margin-right: -3%;
	}
	.row .col {
		padding: 0 3%;
	}	
}