.title-curve {
  min-width: 16rem;
  width: 40%;
  max-width: 32rem;
  background: transparent;
}

.title-curve path {
  fill: none;
  stroke: transparent;
}

.title-curve-text {
  font-family: 'Kalam', sans-serif;
  font-size: 2.5rem;
  fill: black;
  transition: 5s ease-in-out;
}

.title-curve:hover .title-curve-text {
  fill: #0000c0;
}

.l-footer a {
  color: #f3f4e9;
}

.l-header .menu li a {
  border: 1px solid transparent;
  border-bottom: 0;
}

.l-header .menu li:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
              -23px 0 20px -23px rgba(0, 0, 0, .8),
              23px 0 20px -23px rgba(0, 0, 0, .8),
              inset 0 0 40px rgba(0, 0, 0, .1);
}

.front .menu-tabs .first.leaf a,
.menu-tabs a.active-trail,
.menu-tabs a.active,
.menu-tabs a.active-trail.active,
.sub-menu.menu-tabs a.active-trail,
.sub-menu.menu-tabs a.active,
.layout-default .main-menu.menu-tabs a[href^="/themen"],
.layout-contact .main-menu.menu-tabs a[href^="/kontakt"],
.layout-aktuell .main-menu.menu-tabs a[href^="/aktuell"],
.layout-organization .main-menu.menu-tabs a[href^="/organisation"] {
  background: white;
  border: 1px solid black;
  border-bottom: 0;
}

.search-box .form-actions .form-submit {
  background: url('/files/icons/search.svg') center/90% no-repeat;
}

.panel {
  width: 100%;
  margin: 0.5em 0;
  background: #ffda69;
}

.panel a {
  color: #3b3b3b;
  text-shadow: none;
}

.page-title a {
  color: #3b3b3b;
}

.book-navi-title a.active,
.book-navi a.active {
  display: block;
  padding-left: 0.5rem;
  border: 1px solid black;
  background-color: #f3f4e9;
}

.l-sidebar .team-list {
  margin-top: 1rem;
  border-top: 0.125rem solid #bbbbbb;
}

.team-list h3 a {
  color: blue;
}

.author {
  display: block;
  float: right;
  text-align: center;
  max-width: 50%;
  margin-left: 1em;
}

.author.Autor {
  max-width: 25%;
}

.info-pages .author {
  display: none;
}

.author img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 1px solid gray;
}

.profile .user-picture {
  margin-left: 1em;
  max-height: unset;
  background: transparent;
  border: none;
}

.team-list .user-picture {
  display: block;
  float: right;
  margin-left: 1em;
  max-width: 50%;
  max-height: unset;
  background: transparent;
  border: none;
}

.profile .user-picture img,
.team-list .user-picture img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 1px solid gray;
}

.team-list .flex-viewport {
    width: 100%;
    height: 600px !important;
}

.team-list .flex-direction-nav{
    /*ROTATION*/
    -webkit-transform: rotate(90deg) translate(50%, 50%);
    -moz-transform: rotate(90deg) translate(50%, 50%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(90deg) translate(50%, 50%);
    transform-origin: right 50%;

    /*POSITIONING*/
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    vertical-align: text-top;
    text-indent: 0px;
    width: 600px;
    height: 2em;
    border: 1px solid red;
}

.profile .field-type-telephone {
  display: block;
  margin-bottom: 1em;
}

.profile .field-type-telephone .field-items,
.profile .field-type-telephone .field-label {
  display: inline-block;
  float: unset;
}

.profile .field-type-telephone.clearfix::after {
  content: none;
}

.info-frame,
.details-frame {
  background-color: transparent;

  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.details-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  margin: 0.125em;
  border: 0.25em solid #eab000;

  background-color: var(--card-color, white);
  text-align: left;
  padding: 0.5em 0.25em;
  box-shadow: 0 1px 6px rgba(0,0,0,.1);
}

.info-frame .details-card {
  flex: 1 1 230px;
}

.info-frame .details-card img,
.details-frame .details-card img {
  width: 100%;
  height: auto;
}

.details-card-title {
  font-size: larger;
}

.details-card-body {
  font-size: smaller;
}

.details-card-link {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 530px) {
  .details-frame {
    flex-wrap: wrap;
  }
}

@media (max-width: 995px) {
  .info-frame {
    flex-wrap: wrap;
  }
}