.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,
.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;
}

.front .l-header {
  margin-bottom: 0;
}

.front .l-wrapper {
  position: relative;
  background: #e4dfcd url(/themes/fa/images/texture_aegean_marble.jpg) repeat center center;
  background-blend-mode: luminosity;
}

.front .l-top {
  text-align: center;
}

.front .l-top .block-hero {
  margin-top: 0;
  margin-bottom: 0;
}

.front .l-wrapper-inner {
  display: none;
}

.front .l-footer {
  margin-top: 0;
}

.block-hero-no-image {
  background: none;
}

canvas#canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-welcome {
  display: block;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 4px lightgray, -1px -1px 4px white;
}

.search-box .form-actions .form-submit {
  background: url('/files/icons/search.svg') center/90% no-repeat;
}

.LOVB-Header {
  position: relative;
  margin: 1em 0;
  padding: 1em 1.2rem;
  height: 6em;
}

.LOVB-Header>h1 {
  margin: 0;
  font-size: 3em;
  line-height: 1;
  color: #106470;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.25));
  position: relative;
  transform: translate3d(0, 0, 0);
  animation: 2s explode_title;
}

.LOVB-Header>h1>span {
  display: block;
  font-size: 0.35em;
  font-weight: bold;
}

.hollow {
  background: linear-gradient(to right, #ffd831, #ffd831 21%, #00b3aa 21%, #00b3aa 49%, #de0d0d 49%, #de0d0d 75%, #01b278 75%, #01b278);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@keyframes explode_title {
  10% {
    transform: scaleY(0.2);
    transform-origin: 0 bottom 0;
  }

  20% {
    transform: scaleY(1.3);
    transform-origin: 0 bottom 0;
  }

  30% {
    transform: scaleY(0.7);
    transform-origin: 0 bottom 0;
  }

  40% {
    transform: scaleY(1);
    transform-origin: 0 bottom 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0 bottom 0;
  }
}

.l-header svg {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.l-header text {
  stroke: #999;
  stroke-width: 1px;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  fill: transparent;
  animation: dash 5s ease-out 2s forwards;
}

.l-header::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(8em - 1px);
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #cfd7b2;
}

@keyframes dash {
  from {
    stroke-dashoffset: 200;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.bounced-word {
  position: absolute;
  top: 3em;
  left: 0;
  display: block;
  font-weight: 600;
  width: 100%;
  /*transform:translate3d(0,-200px,0);*/
}

.anim_1 {
  animation: 2s bounced-word;
}

@keyframes bounced-word {
  0% {
    transform: translate3d(0, -200px, 0) scaleY(1);
    transform-origin: left bottom 0;
  }

  8% {
    transform: translate3d(0, -45px, 0) scaleY(0.4);
    transform-origin: left bottom 0;
  }

  25% {
    transform: translate3d(0, -110px, 0) scaleY(1.4);
  }

  40% {
    transform: translate3d(0, 0, 0) scaleY(0.6);
    transform-origin: left bottom 0;
  }

  50% {
    transform: translate3d(0, 0, 0) scaleY(1.2);
    transform-origin: left bottom 0;
  }

  60% {
    transform: translate3d(0, 0, 0) scaleY(1);
    transform-origin: left bottom 0;
  }

  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.LOVB-Header~.header-menu {
  position: absolute;
  top: 0;
  right: 0;
  clear: none;
}

[dir="rtl"] .LOVB-Header~.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  clear: 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;
}

.vote-panel {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  background-image: url('/files/inline-images/ruetli.jpg');
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
}

.info-box {
    display: inline-block;
    box-sizing: border-box;

    z-index: 2;

    border: 0.125rem solid black;
    border-radius: 0.25em;

    color: white;
    font-weight: 700;
    text-shadow: 0 0 0.75em rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background: #e9b72b;

    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;

    padding: 0.625em 2em;
    margin: 1em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.info-tilt {
  transform: rotate(-10deg)
}

.funny-button {
    overflow: visible;

    cursor: pointer;
    outline: none;

    z-index: 1;
    border-color: black;
    padding: 0.625em;
    margin: 1em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

    transition: transform 0.4s ease-in-out;
}

.funny-button:hover,
.funny-button:focus {
    z-index: 3;
    transform: rotate(10deg) scale(2) translate(1em, 1em);
}

.funny-button:active {
    color: #e9b72b;
    background: white;
}

.funny-button a {
  display: block;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  background-color: transparent;
}

.personal-fotos {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.foto-card {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.foto-card img {
  height: 10em;

  border-radius: 50%;
  border: 0.25em solid #eab82c;
  border-width: 0.25em;
  border-color: #eab82c;

  transition: all 0.5s;
}

.foto-card:hover img {

  border-radius: 0.5em;

}

.foto-card a {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  background-color: transparent;
}

