/* LISTVIEW */

.set-container {
  margin-left: 10px;
  margin-bottom: 10px;
}

.set-callout {
  margin-top: 10px;
  background-color: #20bade;
  color: white;
  border: 4px solid #20bade;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: 1.2em;
}

.listview-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listview-card {
  width: 330px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer !important;
}

/* Nice hover effect */
.listview-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.listview-header {
  padding: 15px 20px;
  background: #20bade;
}

.listview-title {
  font-size: 20px;
  margin: 0;
  color: white;
}

.listview-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.listview-more-button {
  display: block;
  text-align: center;
  padding: 10px;
  background: #f4f4f4;
  color: #333;
}

.listview-body {
  padding: 0;
  margin: 0;
  background: #fff;
}

.listview-availability {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #888;
}

.listview-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.listview-category {
  color: #888;
  font-size: 0.8em;
}

.listview-description {
  padding: 0px 15px 0px 15px;
  color: #000;
  text-align: justify;
}

/* SINGLEVIEW */

.singleview-card {
  width: 700px;
  margin: 10px auto;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0px;
  overflow: hidden;
  position: relative;
}

.singleview-card-meta {
  width: 600px;
  margin: 20px auto;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0px;
  overflow: hidden;
  position: relative;
}

.singleview-card a {
  text-decoration: underline;
}

.singleview-header {
  padding: 15px 20px;
  background: #20bade;
}

.singleview-field .singleview-subheader {
  cursor: pointer;
}

.singleview-title {
  font-size: 36px;
  margin: 0 0 10px 0;
  color: #fff;
}

.singleview-subheader {
  background: #20bade;
}

.singleview-subheader.meta {
  background: #b3e8f5;
}

.singleview-subtitle {
  font-size: 18px;
  padding: 15px;
  margin: 0 0 10px 0;
  color: #fff;
}

.singleview-subtitle.meta {
  font-size: 18px;
  padding: 15px;
  margin: 0 0 10px 0;
  color: #000;
}

.singleview-field-content {
  padding: 15px;
}

/* OLD CSS */

.toolbox-card {
  padding: 0 !important;
}

.toolbox-card #more-button {
  margin: 0 !important;
}

/* ************************************* */
/* Clean up and resetting default stuff */
/* ************************************* */

/* Hide ugly req_field exclamation point... maybe get this info stashed someplace else */
.inline-req {
  display: none;
}

/* Clear margins */
#page-mod-data-edit .mod-data-input {
  margin-left: 0px;
}

/* *********** */
/* Old Styles */
/* ************ */

.form-container {
  max-width: 930px;
}

.allgemeines {
  background-color: rgba(32,186,222,0.1);
  border: 4px solid #20bade;
}

.ablauf,
.singleview-ablauf {
  background-color: #74799b;
  color: white;
}

.intern,
.singleview-intern {
  background-color: #145f7d;
  color: white;
}

div[role="main"].meta,
.singleview-meta {
  background-color: #8c3250;
  color: white;
}

h4 {
  margin-top: 20px;
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

.form-block,
.singleview-block {
  padding: 15px;
  border-radius: 25px;
  margin-top: 20px;
}

.singleview-block a {
  color: white;
  text-decoration: underline;
}

.field-name {
  font-weight: bold;
  font-size: 1.2rem;
}

.field-description {
  max-width: 900px;
}

.field-example {
  font-style: italic;
  font-size: 0.85rem;
  opacity: 0.8;
}

.field-example::before {
  content: "z.B.: ";
}

#page-mod-data-edit .basefieldinput {
  width: 100%;
}

#page-mod-data-edit .mod-data-input {
  margin-top: 10px;
  width: 100%;
}

.editor_atto_wrap {
  width: 900px;
  max-width: 100%;
}

.d-inline-flex {
  max-width: 100%;
}
