html,
body {
    height:100%;
    font-size: 20px;
}

.container
{
    position: relative;
    height: 100%;
}

.container .inside {
	padding: 30px 10px;
}

/* Burger-Menu */
#header nav i.material-icons {
	position: relative;
	right: -65px;
	top: 10px;
}
/* Logo*/
#header .brand-logo .ce_image:not(.fixed-nav) img {
	padding-left: 10px;
}

/* Logo gescrollt*/
.stuck .brand-logo .ce_image.fixed-nav img {
	height: 30px;
	padding-left: 10px;
}

.ce_mateTeaserBox h1, 
.ce_mateTeaserBox h2, 
.ce_mateTeaserBox h3, 
.ce_mateTeaserBox h4, 
.ce_mateTeaserBox h5, 
.ce_mateTeaserBox h6, 
.ce_mateTeaserBox p, 
.ce_ct_teaserBox h1, 
.ce_ct_teaserBox h2, 
.ce_ct_teaserBox h3, 
.ce_ct_teaserBox h4, 
.ce_ct_teaserBox h5, 
.ce_ct_teaserBox h6, 
.ce_ct_teaserBox p {
	margin-bottom: 50px;
}

#logo
{
    position: absolute;
    margin: 0px auto;
    max-height: 150px; */
}

./*nav-wrapper
{
    position: relative;
    top: -200px;
}
*/

/* Teaser-Box Button*/
.ce_mateTeaserBox .pageLink, .ce_ct_teaserBox .pageLink {
	position: absolute;
	padding-left: 25px;
	bottom: 25px;
}

/* Teaser-Box Links*/
.ce_mateTeaserBox .pageLink a, .ce_ct_teaserBox .pageLink a {
	position: static;
	margin-bottom: 0;
}

a {
    text-decoration:none;
}

/* automatisch Silbentrennung der Überschriften in der Teaserbox*/
h4 {
	hyphens: auto;
}

/* Footer */

#footer.page-footer {
    text-align:center;
    font-size:.8em;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

#footer .mod_customnav {
    width:260px;
    padding-bottom:2em;
    padding-left:2em;
    margin: 0 auto;
}
#footer .mod_customnav li a::before,
#footer .mod_customnav span.active::before {
    content: "| ";
}
#footer .mod_customnav a.first {
    padding-right:.3em;
}
#footer .mod_customnav .active {
    float:left;
    margin-right:2px;
}
#footer .mod_customnav li a.first::before,
#footer .mod_customnav span.active.first::before {
    content: "";
}
#footer p {
    padding:1em 2em 2em;
}
#footer .mod_customnav a {
    float:left;
}
.mod_navigation {
    display:none;
}





.bildergalerie img{
    margin: 10px;
}


.kontakt input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea, textarea
{
    margin-top: 10px;
}
