body, h1, h2, h3, h4, h5 { 
  font-family: "Raleway", sans-serif; 
}

/* General Navbar Styles */
.ccm-block-page-list-page-entry-horizontal {
  background-color: #009b7d;
  border: none;
  border-radius: 15px;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.img-fluid {
  width: 20px!important;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .nav {
    flex-direction: column;
    width: 100%;
  }

  .nav li {
    margin-bottom: 10px;
    text-align: center;
  }

  .nav a {
    padding: 15px;
    display: block;
  }
}

.custom-card {
  
  background: #ececea;
}
.custom-card h1, h2, h3, h4, h5 {
  color: #009b7d;
  font-weight: bold ! important;
}
.ccm-block-calendar-event-list-event-date span {
  background: #009b7d !important;
  color: #ececea !important;
}

/* */
.sort-guide-img {
  width: 125px;
  margin-top: 20px;
}

/* Question form */
.myFormExtra select {
  display: block;
}

.myForm input[type=text] {
  display: block;
}

.myForm input[type=email] {
  display: block;
}
.myForm input[type=number] {
  display: block;
}
.myForm input[type=datetime-local] {
  display: block;
}
.myForm textarea {
  display: block; 
  width: 98%;
}
.myForm input[type=tel] {
  display: block;
}
.myForm button[type=submit] {
  margin: 5px;
}
.myForm input[type=file] {
  margin: 1px;
}
.myForm .text-muted {
  display: none;
}
.myForm .control-label {
	margin-bottom: 1px;
}
.myForm select {
	display: block;
  margin-top: 5px;
}
.myForm [for=ccm-captcha-code] {
	display: none;
}

.ccm-captcha-image {
  margin: 5px;
}

#addressArea {
	border-bottom: 1px solid black;
	width: 95%;
	margin: 5px;
}
#addressAreaEnd {
	border-bottom: 1px solid black;
	width: 95%;
	margin: 5px;
	margin-top: 10px;
}

.w3-avfall-color {color:#fff !important; background-color:#009b7d !important}
.w3-avfall-text {color:#009b7d !important}