@charset "UTF-8";
@font-face {
  font-family: "Comic Neue Regular";
  src: url("./media/fonts/ComicNeue-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Comic Neue Bold";
  src: url("./media/fonts/ComicNeue-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Comic Neue Bold Italic";
  src: url("./media/fonts/ComicNeue-BoldItalic.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Comic Neue Italic";
  src: url("./media/fonts/ComicNeue-Italic.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Comic Neue Light";
  src: url("./media/fonts/ComicNeue-Light.ttf") format("truetype");
  font-weight: lighter;
}
@font-face {
  font-family: "Comic Neue Italic Light";
  src: url("./media/fonts/ComicNeue-LightItalic.ttf") format("truetype");
  font-weight: lighter;
}
body {
  background-color: rgba(164, 92, 5, 0.5) !important;
  background: linear-gradient(to bottom, rgba(164, 92, 5, 0.5), white) !important;
  background-repeat: no-repeat !important;
  width: 100%;
}

.container-sm {
  background-color: white !important;
  display: block;
  margin: auto;
  width: 100%;
  font-family: "Comic Neue Regular";
}

#headline img {
  width: 100%;
  margin: auto;
}

.container {
  display: block;
  margin: auto;
  width: 80%;
  background-color: transparent;
}

header {
  display: flex;
  background-color: white;
}
header .headertitle {
  font-family: "Comic Neue Bold";
  text-align: center;
  background-color: transparent;
  font-size: large;
  font-weight: normal;
  color: #9d1b47 !important;
}
header .menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.5s;
}
header .hidden-menu {
  top: -100px;
  /* Höhe des Menüs */
}
header .nav-link {
  font-size: x-large;
  font-weight: bold;
  color: #9d1b47 !important;
}
header .nav-link:hover {
  color: #ffbb00 !important;
}
header i {
  color: #9d1b47 !important;
}
header i:hover {
  color: #ffbb00 !important;
  background-color: #9d1b47;
}
header .navbar {
  background-color: white !important;
  height: 4em;
}
header .navbar-nav {
  flex-wrap: nowrap;
}
header a {
  color: #9d1b47 !important;
  background-color: rgba(164, 92, 5, 0.5) !important;
}
header a:hover {
  color: whitesmoke !important;
  background-color: #9d1b47 !important;
}
header a {
  background-color: transparent !important;
  -webkit-text-decoration: transparent !important;
          text-decoration: transparent !important;
}
@media (max-width: 768px) {
  header .versteckt {
    display: none;
  }
}
header .versteckt {
  color: #9d1b47 !important;
  background-color: transparent !important;
}
header .versteckt:hover {
  color: whitesmoke !important;
  background-color: #9d1b47 !important;
}

.start {
  position: relative;
  background-color: white;
}
.start h1 {
  color: #9d1b47;
  font-family: "Comic Neue Bold";
  font-size: xx-large;
  text-align: center;
  background-color: transparent;
}

.startText {
  color: #9d1b47;
  font-family: "Comic Neue Bold";
  font-size: xx-large;
  text-align: center;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.startText h1 {
  font-size: xx-large;
  color: white;
}

.anchor {
  scroll-margin-top: 5em;
}

.home .headlinetext {
  color: #9d1b47;
  text-shadow: #ffbb00 !important;
  font-size: xx-large;
  text-align: center;
}
.home #LinaStudiPottery {
  height: 10em;
  float: left;
}
.home #SelimTransportingAndThinking {
  height: 10em;
  float: right;
}
.home #SelimWithPotteryInHand {
  height: 10em;
  float: left;
}
.home #LinaBildhauer {
  height: 10em;
  float: right;
}
.home #LinaMitSchaufel {
  height: 10em;
  float: left;
}
.home #TraditionalArchitektur {
  height: 10em;
  float: right;
}
.home #Pottery {
  height: 10em;
  float: left;
}

.whoweare #LinaStudiPottery {
  height: 10em;
  float: left;
}
.whoweare #SelimTransportingAndThinking {
  height: 10em;
  float: right;
}
.whoweare #SelimWithPotteryInHand {
  height: 10em;
  float: left;
}
.whoweare #LinaBildhauer {
  height: 10em;
  float: right;
}
.whoweare #LinaMitSchaufel {
  height: 10em;
  float: left;
}
.whoweare #localculture {
  height: 10em;
  float: left;
}
.whoweare #TraditionalArchitektur {
  height: 10em;
  float: right;
}
.whoweare #Pottery {
  height: 10em;
  float: right;
}
.whoweare .personal {
  border-radius: 50%;
  width: 100%;
  box-shadow: 0.2rem 0.1rem 0.4rem 0.2rem lightgrey;
  border-width: 4px;
  border-color: rgb(16, 13, 13);
  margin-bottom: 1em;
  border-radius: 50%;
}

.projects .video-fullheight {
  height: 90vh !important;
  max-height: 100vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.impressum .impressumtext {
  color: #9d1b47;
  font-family: "Comic Neue Regular";
  font-size: large;
  text-align: justify;
}
.impressum .impressumtext a {
  color: #9d1b47 !important;
  text-decoration: none;
}
.impressum .impressumtext a:hover {
  color: whitesmoke !important;
  background-color: #9d1b47 !important;
}
.impressum h2 {
  text-align: left;
}
.impressum .address {
  margin: 1em;
}

.partners .partnerlogo {
  width: 100%;
  height: auto;
  max-height: 10em;
  margin: 1em auto;
  display: block;
}
.partners .partnerlogo img {
  width: 100%;
  height: auto;
  float: left;
  margin: 0.4em;
}
.partners .partnerlogo a {
  text-decoration: none;
}

section {
  background-color: transparent;
}
section h1,
section h2,
section h3 {
  color: #9d1b47;
  font-family: "Comic Neue Bold Italic";
}
section h1 {
  font-size: xx-large;
}
section h2 {
  font-size: x-large;
}
section h3 {
  font-size: large;
}
section .block .teil p {
  font-size: smaller;
}
section .collapsebutton {
  font-size: smaller;
  background-color: rgba(164, 92, 5, 0.5) !important;
  color: #9d1b47 !important;
  border-color: green !important !important;
}
section .collapsebutton :hover {
  background-color: #9d1b47 !important;
  color: whitesmoke !important;
}
section li {
  list-style-image: url("./media/list.gif") !important;
}
section .row {
  background-color: transparent;
}
section a {
  color: #9d1b47 !important;
  background-color: rgba(164, 92, 5, 0.5) !important;
}
section a:hover {
  color: whitesmoke !important;
  background-color: #9d1b47 !important;
}
section a {
  background-color: transparent !important;
  -webkit-text-decoration: transparent !important;
          text-decoration: transparent !important;
}

.container p,
a,
li {
  font-family: "Comic Neue Regular";
}

p,
ul {
  color: #9d1b47;
  text-align: justify;
}

.coming {
  font-family: Georgia;
  color: #9d1b47;
  font-size: 2.5vw;
  margin-left: 4vw;
  z-index: 3;
}

footer {
  background-color: white;
}
footer .footbar {
  width: 100%;
  height: 1em;
}
footer a:link,
footer a:visited {
  color: #9d1b47;
  padding: 0.1em 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
footer a:hover,
footer a:active {
  color: #ffbb00 !important;
}
footer a:hover,
footer a:active {
  background-color: #9d1b47;
}

.logo {
  max-height: 50px;
}

.whoweare .figure-caption {
  font-size: large;
  color: #9d1b47;
}
.whoweare h4 {
  text-align: left;
  color: #9d1b47;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.scroll-text {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */