html {
  scroll-behavior: smooth;
}

body {
  background-color: #FDD3E9 !important;
  padding: 0;
  margin: 0;
  hyphens: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  transition: all .2s ease-in-out;
}

::selection {
  color: #b70b7e;
  background-color: white;
}

.link:hover,
img,
:any-link,
summary {
  cursor: url(https://www.phallee-baldu.de/img/cursor-phallee-baldu.png) 25 25, cell !important;
}

.logo {
  top: 14%;
  left: 8%;
  padding: 0;
  width: 16%;
  position: absolute;
  z-index: 10;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.3));
}

.wrapper { 
  overflow: hidden; 
  display: block; 
  width: 100%; 
} 

.pbbut {
  top: 45%;
  right: 45px;
  width: 40px;
  position: fixed;
  z-index: 11;
}

#outline {
  border: 50px solid #FDD3E9;
  z-index: 3;
  position: fixed;
  width: -moz-available;
  height: 91%;
  top: 0;
  padding: 0;
  width: -webkit-fill-available;
}

.bgcover {
  top: 0;
  left: 0;
  background: url(../img/Phalleeundbaldu2.jpeg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  padding: 0;
  z-index: 0;
}

.bigfont {
  top: 0;
  left: 0;
  background: url(../img/x.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  padding: 0;
  z-index: 1;
}

.menu {
  z-index: 11;
  background-color: #b70b7e;
  width: 70%;
  font-size: 20px;
  position: sticky;
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 16px 30px;
  text-align: center;
  z-index: 9999;
}

.zz {
  bottom: 20%;
  right: 20%;
  position: absolute;
  z-index: 10;
  color: white;
  font-size: 34px;
  width: min-content;
  text-decoration: underline;
}

.schatten {
  -webkit-box-shadow: 10px 10px 54px 0 rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 10px 10px 54px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 10px 10px 54px 0 rgba(0, 0, 0, 0.36);
}

.grow {
  transition: all.2s ease-in-out;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 10% 10% 10%;
  margin: 0;
  list-style: none;
  clear: both;
}

.flex-item {
  padding: 0 4% 1% 4%;
  height: auto;
  margin-top: 10px;
  line-height: 1.5em;
  color: black;
  font-size: 120%;
  text-align: left;
  float: left;
}

.flex-item1 {
  padding: 0 4% 1% 4%;
  width: 80%;
  height: auto;
  margin: 0;
  line-height: 1.5em;
  color: black;
  font-size: 120%;
  text-align: left;
  float: left;
}

.flex-item-cd {
  padding: 8% 4% 8% 4%;
  width: 40%;
  height: auto;
  margin-top: 10px;
  line-height: 1.5em;
  color: black;
  font-size: 120%;
  text-align: left;
  float: left;
}

.flex-item-impressum {
  padding: 0 4% 0 4%;
  width: 80%;
  height: auto;
  margin-top: 25px;
  line-height: 7px;
  color: black;
  font-size: 6px;
  text-align: left;
  float: left;
  z-index: 10;
}

.dreispalten {
  top: 100vh;
  width: 100%;
  background-color: #fdd3e9;
  position: relative;
  z-index: 10;
  padding: 0;
  text-align: left;
}

h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 280%;
  line-height: 1.1em;
  position: center;
  padding: 0;
}

p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 120%;
  line-height: 1.5em;
  position: center;
  padding: 0;
}

a {
  color: black;
  text-decoration: underline;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  z-index: 10;
  margin: 0 8% 0 8%;
}

.buttn {
  background-color: #000000;
  border-radius: 9px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Georgia;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  padding: 16px 31px;
  text-decoration: none;
  width: -moz-available;
  text-align: center;
}

.buttn:hover {
  background-color: #b70b7e;
}

.buttn:active {
  position: relative;
  top: 1px;
}

.xxx {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.yyy {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.zzz {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bg {
  animation: fadeIn .05s;
  background: url(/img/Phalleeundbaldu4.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.space {
  margin-top: 70%;
}

.trans {
  transform: rotate(-0.4deg);
}



@media (max-width: 960px) {

  .logo {
    top: 80px;
    left: 40px;
    padding: 0;
    width: 40%;
    position: relative;
    z-index: 10;
  }

  .menu {
    z-index: 11;
    background-color: #b70b7e;
    width: 100%;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 0;
  }

  .pbbut {
    top: 75px;
    right: 20px;
    z-index: 10;
  }

  #outline {
    display: none;
  }

  .flex-container {
    flex-direction: column;
  }

  .flex-item {
    width: 100%;
  }

  .flex-item1 {
    width: 92%;
  }

  .flex-item-cd {
    width: 100%;
    padding: 0;
    margin-top: 45px;
  }

  .flex-item-impressum {
    width: 92%;
  }

  p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 120%;
    line-height: 1.4em;
    position: center;
  }

  .space {
    margin-top: 0;
  }

  .bg {
    background: url(/img/nix.png)
  }
}