* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
  font-family: "Exo 2", sans-serif;
}

* p {
  text-align: justify;
}

.hidden {
  display: none !important;
}

img {
  max-width: 100%;
}

.anchor {
  margin-top: -122px;
  position: absolute;
}

.Navigation .logo {
  max-width: 200px;
}

.Navigation .brand {
  margin-right: 30px;
}

.Navigation .nav-link {
  color: #ddd7d2 !important;
}

.Navigation .navbar {
  background-color: #443023 !important;
}

.Foto {
  height: 100%;
  margin-top: -15px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0px;
  background-size: cover;
  height: 600px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}

.Foto .Content {
  margin-top: 100px;
  background-color: rgba(255, 194, 15, 0.8);
  color: white;
}

.Foto .Content h1 {
  padding: 10px;
}

.Foto .Content p {
  padding: 10px;
}

.Foto .title_image {
  margin-top: 100px;
  background-color: none;
  color: white;
  max-width: 100%;
  text-align: center;
}

.Foto .title_image h1 {
  display: none;
}

.Foto .title_image svg {
  max-width: 100%;
}

.Foto .title_image path {
  stroke: #fff;
  fill: #fff;
  stroke-dasharray: 1145;
  opacity: 10;
  -webkit-animation: animatesvg 2s cubic-bezier(0, 0.23, 1, 0.1);
          animation: animatesvg 2s cubic-bezier(0, 0.23, 1, 0.1);
}

@-webkit-keyframes animatesvg {
  0% {
    opacity: 0;
    fill: none;
    stroke-dashoffset: 1145;
  }
  30% {
    opacity: 10;
    fill: none;
    stroke-dashoffset: 1145;
  }
  90% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 10;
    fill: white;
    stroke-dashoffset: 0;
  }
}

@keyframes animatesvg {
  0% {
    opacity: 0;
    fill: none;
    stroke-dashoffset: 1145;
  }
  30% {
    opacity: 10;
    fill: none;
    stroke-dashoffset: 1145;
  }
  90% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 10;
    fill: white;
    stroke-dashoffset: 0;
  }
}

.Foto .title_image h1 {
  padding: 10px;
}

.Foto .title_image p {
  padding: 10px;
}

.Foto .Contentsvg_hand {
  margin-top: 200px;
  background-color: none;
  color: white;
  position: absolute;
  margin-left: -300px;
}

.Foto .Contentsvg_hand path {
  stroke: #fff;
  fill: #fff;
  stroke-dasharray: 1160;
  opacity: 10;
  -webkit-animation: animatesvg 2s cubic-bezier(0, 0.23, 1, 0.1);
          animation: animatesvg 2s cubic-bezier(0, 0.23, 1, 0.1);
}

@keyframes animatesvg {
  0% {
    opacity: 0;
    fill: none;
    stroke-dashoffset: 1160;
  }
  30% {
    opacity: 10;
    fill: none;
    stroke-dashoffset: 1160;
  }
  90% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 10;
    fill: white;
    stroke-dashoffset: 0;
  }
}

.Foto .Contentsvg_hand h1 {
  padding: 10px;
}

.Foto .Contentsvg_hand p {
  padding: 10px;
}

.Foto .quote {
  padding: 20px;
  line-height: 1;
}

.Foto .quote .text {
  font-style: italic;
  font-size: 2em;
  padding: 0px;
}

.Foto .quote .text:before {
  content: "'";
}

.Foto .quote .text:after {
  content: "'";
}

.Foto .quote .author {
  text-align: right;
  padding: 0px;
}

.Foto .quote .author:before {
  content: "- ";
}

h5 {
  color: black;
}

#Foto1 {
  background-image: url(images/img1.jpg);
}

#Foto2 {
  background-image: url(images/img2.jpg);
}

#Foto3 {
  background-image: url(images/img3.jpg);
}

#FotoUnterSeite {
  background-image: url(images/contact.jpg);
}

.Contentpage {
  background-color: #ddd7d2;
  position: relative;
  padding: 100px 0;
}

.Contentpage h2 {
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.Contentpage h3 {
  color: #000000;
  padding-bottom: 15px;
  text-align: center;
}

.Contentpage p {
  color: #000000;
  padding-bottom: 55px;
}

.Contentpage a {
  color: inherit;
  text-decoration: underline;
}

.Contentpage a:hover {
  text-decoration: none;
}

.carousel-inner img {
  width: 100%;
}

#handgemachtes h2 {
  padding-bottom: 0;
}

.bg-white .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.bg-white .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.teaser {
  text-align: center;
  font-size: 22px;
  border: 1px solid #ffc20f;
  background: #fff;
  padding-bottom: 235px;
  height: 100%;
}

.teaser h3 {
  color: #0f0b00;
  font-weight: bold;
  padding-top: 20px;
  background-color: #ffc20f;
}

.teaser .bottominfos {
  position: absolute;
  bottom: 10px;
  height: 235px;
  padding-left: 10px;
  padding-right: 10px;
}

.teaser p {
  font-size: 12pt;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  padding-bottom: 0;
}

#footer {
  background-color: #c29000;
  color: #000000;
  padding: 10px 0;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  text-decoration: none;
}

#footer a .title {
  display: block;
}
/*# sourceMappingURL=style.css.map */

/* ---------------- WIP-BANNER ---------------- */

.facharbeit-banner {
    background-color: #d32f2f; /* strong red */
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.facharbeit-banner span {
    display: inline-block;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}
