/* SEITENAUFBAU ********************************** */
.header-fixed #body-wrapper {
    padding-top: 0;
}

#body-wrapper .container {
    padding: 0rem 0 2rem;
}

body.home {
	background-image:url(/user/themes/dins/images/Foto_Startseite.jpg);
}

/* HEADER **************************************** */

#header {
    font-size: .7rem;
    font-weight: 700;
    width: 100%;
    height: 4rem;
    color: #fff;
    border-bottom: 0;
    background: rgba(139,186,211,0.9);
}

#header a {
    color: #fff;
}

/* NAVIGATION ************************************** */

#webgis {
	position: absolute; 
	top: 25px; 
	right: 10px;
	background: rgba(139,186,211,0.8);
	box-shadow: 5px;
	border-radius: 5px;
}

.login-status-wrapper {
	margin-left: 30px;
}

.login-status {
	vertical-align: top;
}

#messages {
	margin-top: 5rem;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #fff !important;
}

.dropmenu ul ul {
    position: absolute;
    top: 100%;
    visibility: hidden;
    list-style: none;
    background: rgba(139,186,211,1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}


.mobile-menu .button_container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    cursor: pointer;
    transition: all .35s ease;
    border: none;
    background: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 0;
    transition: opacity .35s,visibility .35s,height .35s;
    opacity: 0;
    background: rgba(139,186,211,1);

}

.treemenu li {
    line-height: 1.2rem;
    margin: 0 0 1px;
    padding: 12px 0;
    list-style: none;
    background: none;
}

.treemenu li a {
    font-size: 1.2rem;
    display: block;
    margin-left: 1.2rem;
    color: #fff;
}

.treemenu li a.active {
	color: #fff;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {

    text-decoration: none;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-color: currentcolor;
    color: #1b6798 !important;
}


.headerFoto {
	width: 100%;
	height: 320px;
	background: #555555;
	background-image:url(../images/Foto_Header.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}

/* CONTENT ************************************************** */

.h1, h1 {
	font-size: 1.6rem;
}

.home h1 {
	font-size: 2rem;
	color: #fff;
	margin-top: 25%;
	padding: 1%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: rgba(20,20,20,0.4);
}

.h2, h2 {
	font-size: 1.2rem;
}

img.textimage {
	width: 220px;
	border: 1px solid #8bbad3;
	float: left;
	margin-right: 15px;
}

.textaktuell {
	margin-bottom: 320px;
	display:block;
}

/* LOGIN ******************************************************** */
#grav-login {
    max-width: 30rem;
    margin: 5rem auto;
    background: rgba(20,20,20,0.3);
	border: 0px;
    border-top: 2px solid #eee;
	border-bottom: 1px solid #eee;
    border-radius: 0px;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center;
}

#grav-login .rememberme label {
    font-weight: inherit;
    display: inline;
	color: #fff;
}

#grav-login h1 {
	color: #fff;
}

/* HOME ********************************************************* */
 .home {
	background-image:url('theme://images/Foto_Startseite.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.latestNews {
	text-align: center;
	padding: 0.2rem;
	background: rgba(250,250,250,0.8);
	border-bottom: 1px solid #fff;
}

/* FOOTER ******************************************************* */
.footerNav {
	margin-left: 30px;
}