#logofile-error,
.frame-type-list form.akteur-form label.error {
  color: red;
}

.tx-akteure > .frame.frame-type-text {
  max-width: 100%;
}

.akteur-info {
  display: flex;
  margin-top: 15px;
}

.akteur-info > div {
  margin-right: 15px;
}
#show-type {
  display: flex;
  justify-content: flex-end;
}

#show-type > div {
  color: #4c9f38;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  margin-left: 15px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

#show-type > div:hover {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

#show-type > div .icon {
  font-size: 60px;
}

#show-type[data-active='list'] > div.list {
  opacity: 1;
}
#show-type[data-active='map'] > div.map {
  opacity: 1;
}
.filters > .filter {
  position: relative;
}
.filters > .filter .dropdown {
  position: absolute;
  background: #61bf4a;
  color: white;
  width: 100%;
  display: none;
  opacity: 0;
  z-index: 500;
}
.filters > .filter.active .dropdown {
  display: block;
  opacity: 1;
  max-height: 62vh;
  overflow: auto;
}

.filters > .filter .dropdown-item {
  padding: 4px 10px;
  cursor: pointer;
}

.filters > .filter .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #4c9f38;
}

.filters > .filter .dropdown-item.active {
  background-color: #4c9f38;
}

.filters > .filter .label {
  background-color: #4c9f38;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  cursor: pointer;
}

.filter-item {
  display: inline-block;
  padding: 10px 15px;
  background: white;
  margin-bottom: 10px;
}

.filter-selection {
  margin-top: 15px;
  display: flex;
  display: none;
  align-items: baseline;
}
.filter-selection .filter-label {
  margin-right: 15px;
}

.filter-selection .selected {
  background-color: #4c9f38;
  color: white;
  text-align: center;
  padding: 5px 10px;
  font-size: 18px;
  cursor: pointer;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
}
.filter-selection .selected:after {
  content: url(/fileadmin/templates/imgs/icon_x.svg);
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.25rem;
  display: inline-block;
}
.filter-label {
  font-size: 22px;
  margin-bottom: 15px;
}
.akteur-filter {
  margin-bottom: 25px;
  z-index: 1001;
  position: relative;
}
.akteur-list {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3% - 27px));
  grid-gap: 40px;
}

.akteur-list img {
  max-width: 100%;
  /*border-radius: 50%;*/
}

.akteur-list a,
.akteur-list a:hover {
  text-decoration: none;
}

.akteur-list-item {
  text-align: center;
  position: relative;
}

.akteur-list-item .icon {
  position: absolute;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 15px;
  top: 15px;
}

.akteur-list .akteur-list-item {
/*  background: #b5d7e2;
  display: flex;
  flex-direction: column;*/
}
.akteur-list .akteur-list-item > a {
    color: #fff;
    text-decoration: none;
}

.akteur-list .akteur-list-item header {
    background-color: #6ec396;
    max-width: 720px;
    margin: 0;
    padding: 0.5rem 1rem;
    color: #fff;
}

.akteur-list .akteur-list-item header h2 {
    margin:0;
}

.akteur-list-item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.akteur-list-item .name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}
.akteur-list-item a {
  display: inline-block;
}

.akteur-list-item .description {
  margin-bottom: 20px;
  flex: 1;
}

.akteur-list-item .certified {
  display: flex;
  color: white;
  background-color: #26bde3;
  margin: 0px -30px;
  padding: 10px 30px;
}
.akteur-list-item .certified .icon {
  margin-right: 15px;
  font-size: 22px;
}
.akteur-list-item.map .certified {
  margin: 0px -20px;
  align-items: center;
  font-size: 1rem;
}

/* Map */

#map {
  height: 600px;
  border: 3px solid white;
}
div.leaflet-popup-content-wrapper {
  border-radius: 0;
  padding-bottom: 0;
}
div.leaflet-popup-content {
  margin-bottom: 0;
}

#map .leaflet-popup-content-wrapper,
#map .leaflet-popup-tip {
  /*background: #fff;
  border: 4px solid #cccccc;*/
}

#map .leaflet-popup-tip-container {
    display:none;
}

#map .leaflet-popup-content-wrapper a {
  /*color: #cc3333;*/
}

#map .leaflet-popup-close-button {
  display: none;
}

#map .leaflet-popup-content-wrapper a:before ,
#map .leaflet-left .leaflet-control a:before {
    content:none !important;
}

#map .akteur-list-item {
  padding-bottom: 10px;
}

.akteur-detail h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.akteur-detail .logo {
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 25px;
}
.akteur-detail .topic {
  display: flex;
  align-items: center;
}
.akteur-detail .topic h5 {
  margin: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}

.akteur-detail .topic ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}

.akteur-detail .topic ul li:not(:last-child) {
  margin-right: 10px;
}

.akteur-detail .topic ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.akteur-detail .logo img {
  /* max-height: 100%; */
  width: 100%;
  height: auto;
}

.tx-akteure hr {
  border: white 1px solid;
  border-bottom: 0;
}

/* Form */
.form-element {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}

.form-element.button {
  justify-content: flex-end;
}

.form-element > label {
  max-width: 300px;
  width: 100%;
  padding-right: 20px;
}

.form-element input,
.form-element textarea {
  width: 100%;
  box-shadow: none;
  outline: none;
  border: 0;
  font-size: 1rem;
  padding: 12px;
}
.form-input {
  width: 100%;
}

/* fileinput .inputfilex in main.scss */

label.error {
  color: #f44336;
}

input[type='file'] {
  background: #4c9f38;
  color: white;
  display: inline-block;
  max-width: 260px;
}

form.akteur-form {
  background: #d2e5eb;
  padding: 25px 50px;
}

form.akteur-form label {
  font-weight: bold;
}

.button.next {
  /* background: #4c9f38;
  color: white;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  margin-top: 15px;
  outline: none;
  border: none;
  font-size: 1rem;*/
  cursor: pointer;
  margin-top: 20px;
  line-height: 150%;
  font-family: 'MuchoSans', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  color: #fff;
  background-color: #4c9f38;
  border-style: none;
  display: table;
  padding: 0.45rem 1.7rem;
  letter-spacing: 0.025rem;
}

.sublabel {
  margin-top: -20px;
  margin-bottom: 20px;
}

.checkboxes {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#c83 .ce-textpic {
  max-width: 100%;
}
.checkboxes .checkbox input {
  max-width: 20px;
}

.checkboxes .checkbox {
  margin-bottom: 5px;
  display: flex;
  width: 100%;
}

.akteur-form .step {
  display: none;
}
.akteur-form .active {
  display: block;
}

.stepper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.form-head h2 {
  margin: 0;
}

.stepper .step {
  cursor: pointer;
  background: #4c9f38;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  opacity: 0.5;
  transition: opacity 0.175s ease-in-out;
  display: inline-table;
}
.stepper .step.active {
  opacity: 1;
}

.stepper .step:not(:last-child) {
  margin-right: 10px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  color: white;
  display: inline-block;
  background: #4c9f38;
  padding: 10px 15px;
  max-width: unset;
  width: unset;
  cursor: pointer;
}

.inputfile:focus + label,
.inputfile + label:hover {
}

.akteur-list-item.map img {
  max-width: 100%;
  height: auto;
  /*border-radius: 50%;*/
}

.akteur-list-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.akteur-list-item h3 {
  margin-bottom: 0;
}
.filter-item {
  cursor: pointer;
  user-select: none;
  transition: all 0.125s ease-in-out;
}
.topic-1 {
  color: #f6ac59;
}

.topic-2 {
  color: #cf5411;
}

.topic-all,
.topic-3 {
  color: #2eaadc;
}

.topic-4 {
  color: #e85152;
}

.topic-5 {
  color: #16a993;
}

.topic-6 {
  color: #a64d94;
}
.topic-1.active {
  color: white;
  background-color: #f6ac59;
}

.topic-2.active {
  color: white;
  background-color: #cf5411;
}

.topic-all.active,
.topic-3.active {
  color: white;
  background-color: #2eaadc;
}

.topic-4.active {
  color: white;
  background-color: #e85152;
}

.topic-5.active {
  color: white;
  background-color: #16a993;
}

.topic-6.active {
  color: white;
  background-color: #a64d94;
}

.topic-7.active {
  color: white;
  background-color: #999999;
}

.akteur-list .topicshort {
  color:#fff;
}



.akteur-list .topicshort.topic-1,
.akteur-list-item.topic-1 .icon {
  background-color: #f6ac59;
}

.akteur-list .topicshort.topic-2,
.akteur-list-item.topic-2 .icon {
  background-color: #cf5411;
}

.akteur-list .topicshort.topic-3,
.akteur-list-item.topic-3 .icon {
  background-color: #2eaadc;
}

.akteur-list .topicshort.topic-4,
.akteur-list-item.topic-4 .icon {
  background-color: #e85152;
}

.akteur-list .topicshort.topic-5,
.akteur-list-item.topic-5 .icon {
  background-color: #16a993;
}

.akteur-list .topicshort.topic-6,
.akteur-list-item.topic-6 .icon {
  background-color: #a64d94;
}

.akteur-detail .address {
  display: flex;
  margin-top: 30px;
}
.akteur-detail .address > div {
  width: 50%;
}
.akteur-detail .address #map {
  height: 300px;
}
#map .akteur-list-item {
  padding: 15px;
}
#map .akteur-list-item .icon {
  left: 0px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#map .akteur-list-item .name {
  margin-top: 0;
  color: #333;
}

#map .leaflet-popup-content {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .akteur-list {
    grid-template-columns: repeat(2, calc(50% - 21px));
  }
}
@media only screen and (max-width: 1080px) {
  .akteur-list {
    grid-template-columns: repeat(3, calc(33.3% - 27px));
  }
}

@media screen and (max-width: 630px) {
  /*Akteure*/
  .form-head {
    display: block;
  }
  #show-type {
    justify-content: start;
  }
  #show-type .map {
    margin-left: 0;
    padding-left: 0;
  }

  .filters > .filter {
    margin-bottom: 10px;
  }

  .akteur-list .akteur-list-item {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 396px) {
  #show-type {
    display: block;
  }
  #show-type > div {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }
}
