@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html {
	background: #757584;
	color: #545454;
	font-family: 'News Cycle', sans-serif;
	font-size: 1rem;
}

#wrapper {
	width: 100%;
	max-width: 1400px;
	height: auto;
	background: #ffffff;
	margin: 0 auto;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

#login-section {
  text-align: center;
}

#form-section {
  margin: auto;
  max-width: 400px; 
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

header {
	width: 100%;
	background: #AAAAAA;
	height: 120px;
}

#logo {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  width: auto;
  height: auto;
}

#suche {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
}


#suche input {
	float: left;
}

#suche input[type=text] {
	background: #bbb;
	width: 192px;
	height: 16px;
	padding: 3px;
	color: #fff;
	font-family: 'News Cycle', sans-serif;
	border: 1px solid #CCCCCC;
	font-size: 0.8rem;
	display: inline-block;
	position: relative;
	top: 0;
}


#suche input[type=submit] {
	width: 24px;
	height: 24px;
	border: 1px solid #dddddd;
	color: rgba(0,0,0,0.0);
	font-family: 'News Cycle', sans-serif;
	font-size: 0.01rem;
	line-height: 3;
}

.hidden {
  display: none;
}

.slot-btn.booked {
  background-color: #cc0000;
  color: white;
  cursor: not-allowed;
  opacity: 0.7;
}


.voll {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.halb {
	width: 49%;
	margin-right: 2%;
	float: left;
}


.halb:nth-child(odd) {
	margin-right: 0%;
}	

.viertel {
	width: 24%;
	margin-right: 2%;
	float: left;
}

.dreiviertel {
	width: 74%;
	margin-right: 2%;
	float: left;
}


nav {
	width: 100%;
	background: #333333;
	height: 48px;
	z-index: 10;
}

nav ul {
	list-style: none;
}

nav ul li {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
}

nav ul li a {
	color: #FFF;
	margin: 10px 50px 0px 0px;
	text-decoration: none;
	display: inline-block;
}

nav ul li a:hover {
	color: #DFDFD0;
	text-decoration: none;
}

nav ul li ul {
	display: none;
	position: absolute;
	padding-top: 13px;
	margin-left: -10px;
	z-index: 10
	
}

nav ul li ul li {
	float: none;
	display: block;
	background: #444444;
	border-bottom: 1px solid #777777;
	text-transform: none;
	font-weight: 400;
}

nav ul li ul li:last-child {
	border-bottom: 0px;
}

nav ul li ul li a {
	margin: 0px;
	width: 200px;
	padding: 5px 10px;
}

nav ul li ul li a:hover {
	background: #686859;
	color: #FFF;
}
	

#slider {
	width: 100%;
	max-height: 450px;
	background: #9B9B8C;
	overflow: hidden;
	z-index: 1;
}

#content {
	height: auto;
	padding-top: 52px;
}

.news-img {
	width: 100%;
	height: 134px;
	overflow: hidden;
}

.news-img img {
	max-width: 558px;
}


.ansprechpartner {
	margin-bottom: 24px;
}

.ansprechpartner:last-child {
	margin-bottom: 0px;
}


.ansprechpartner div {
	float: left;
	margin: 8px 30px 0px 0px;
	width: 138px;
}

.ansprechpartner img {
	width: 138px;
}



footer {
	width: 100%;
	background: #888888;
	margin-top: 72px;
	padding: 24px 0px 72px 0px;
	color: #ffffff;
}

footer a {
	color: #ffffff;
}

footer h3 {
	font-size: 1rem;
}


.sieben {
	width: 58.3%;
	float: left;
	margin-right: 8.3%;
}

.vier {
	width: 33.3%;
	margin-right: 2%;
}

.rechts {
	margin-right: 0%;
	float: left;
}

h1 {
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 2px solid #AAAAAA;
	margin-bottom: 64px;
}

h1.home {
	margin-bottom: 24px;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 24px;
}

.startmeldung h2 {
	font-size: 1.375rem;
	font-weight: 400;
}

.startmeldung h2 a {
	color: #545454;
}

h3 {
	font-size: 1.375rem;
	font-weight: 400;
}

p.pos {
	font-weight: 700;
	margin-bottom: 24px;
}

p.intro {
	font-size: 1.25rem;
	margin-bottom: 48px;
}

p.bold {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #718800;
}

i {
	color: #718800;
}

a.amtstafel {
	color: #545454;
	font-weight: 700;
}

a.amtstafel:hover, .startmeldung h2 a:hover {
	color: #718800;
	text-decoration: none;
}


a.homeload {
	height: auto;
	width: 90%;
	margin-bottom: 20px;
	height: auto;
	display: inline-block;	
}

i.start {
	vertical-align: top;
}

.download a {
	color: #545454;
}

.downloads {
	padding-bottom: 24px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 48px;
}

.downloads:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-position: inside;
}

p.leerzeile {
	margin-bottom: 24px;
}

.imgright div {
	float: right;
	width: 306px;
	max-height: 500px;
	overflow: hidden;
	margin: 5px 0px 30px 30px;
}

.imgright div img {
	width: 306px;
}

.meldung, .meilenstein {
	padding-bottom: 24px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 24px;
}

.unterpunkt {
	margin-bottom: 48px;
	border-bottom: 1px solid #aaaaaa;
}

.unterpunkt h2 {
	margin-bottom: 0px;
}

.meilenstein:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.spacer {
	margin-bottom: 48px;
}

.mitarbeiter div {
	float: left;
	width: 222px;
	height: 287px;
	overflow: hidden;
	margin: 10px 30px 30px 0px;
}

.mitarbeiter div img {
    width: 100%;
}

p.abteilung {
	font-size: 1.375rem;
	margin: 24px 0px;
}

.Wasser {
	color: #007BBA;
}

.Bauamt {
	color: #872369;
}

.Wertstoffe {
	color: #89A326;
}

.Bauhof {
	color: #EF931B;
}

.mitarbeiter h3 {
	font-size: 1rem;
	margin-top: 24px;
}

.pdate {
    padding-top: 24px;
    color: #333333;
    font-size: 0.9rem;
}

.cc_container .cc_btn {
background-color: #718800 !important;
color: #fff !important;
}
 
.cc_container {
background: #ccc !important;
color: #111 !important;
font-family: 'News Cycle', sans-serif!important;
}
 
.cc_container a {
color: #718800 !important;
}


#cookiedingsbums {
    position: fixed;
    bottom: 2%;
    background: #ccc;
    z-index: 50;
    right: 2%;
    width: 25%;
    padding: 20px;
}

#cookiedingsbums iframe {
    width: 100%;
    height: auto;
}
      
#cookiedingsbumsCloser {
    padding: 5px;
    color: #ffffff;
    background: #718800;
    margin-top: 5px;
    display: inline-block;
    float: right;
    cursor: pointer;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
