body {
	background-color: #dcddde;
}

.container {
	background-color: #ffffff;
	min-height: 100vh;
	padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
}

h2 {
	color: #cf072f;
    font-family: Verdana,sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.16rem;
    margin: 40px 0 20px 0;
}

#subtitle {
	margin-bottom: 30px;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

.collection {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.collection-data {
  margin-bottom: 20px;
}

.collection-color {
  display: inline-block;
  width: 0.5em;
  height: 1.5em;
  margin-right: 3px;
  float: left;
}

.collection-li-item {
  display: inline-block;
  padding-right: 10px;
}

.btn {
	background-color: #ececec;
	color: black;
	border: 1px solid #dcddde;
	margin-top: 10px;
}

.btn:hover {
    background-color: #cf072f;
	color: white;
}

.btn:focus {
    outline: none;
}

.btn#showCalendar {
	margin-left: 15px;
}

.btn-row {
	margin: 0px 15px 30px 15px;
}

/* Button for Abfallarten */
button.multiselect.dropdown-toggle.btn {
	text-align: left;
}
	
b.caret {
	float: right;
	margin-top: 7px;
}

.link--breadcrumb {
    color: #cf072f !important;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.link--breadcrumb:hover {
    text-decoration: underline;
	color: #cf072f !important;
}
.list--breadcrumbs {
    padding: 8px 40px 10px 40px;
    border-bottom: 1px solid #dcddde;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
}
.list-item--home:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: calc(50%);
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/icon-home.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}
.list-item--home {
    padding-left: 25px;
}
.list-item--breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-right: 30px;
}
.list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 14px 20px 10px 20px;
    transition: all .1s linear;
    position: relative;
    cursor: pointer;
}

.header-row {
	padding: 30px 0 50px 0;
}

img.header_logo {
    height: 50px;
	float: right;
}

img.abfall-service-logo {
    height: 50px;
	float: left;
	margin: 20px 0 20px 15px;
}
