
body {
    font-family: 'Roboto' ,'Open Sans', sans-serif, sans-serif;
    margin: 0;
    background: rgb(22, 22, 22) !important;
}

p, a{
    font-size: 2rem !important;
}

h1,
h2 {
    font-family: Arial, sans-serif;
}

#logo{
    margin-left: 20px;

}

#logo img{
    height: 70px;
    margin-top: 10px;
}
header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1000;
    display: flex;
}

nav.head {
    right: 0;
    top: -7px;
    position: absolute;
    justify-content: space-around;
    
}

nav.head ul {
    list-style-type: none;
    text-align: right;
    margin: 0;
    margin-right: 50px;
    padding: 0;
}

nav.head ul li {
    display:inline-block;
    
}

nav.head ul li a {
    text-decoration: none;
    color: white;
    padding: 0 20px;
    line-height: 100px;
    display: block;
}

header nav.head ul li:hover a {
    background: rgba(224, 224, 224, 0.363);
    color: violet;
    height: 87px;
}

.keyvisual {
    width: 100%;
    height: 95vh;
    top: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.backgroundimage {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(/Bilder/IMG_8878.jpg);
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 5px solid rgb(214, 79, 255);
}


.backgroundimage section{
    text-align: center;
    margin: 0 auto 0 auto;
    margin-top: 120px
}

@media screen and (min-width: 1700px){
    .backgroundimage{
        height: 90vh !important;
    }

    .backgroundimage section{
        margin-top: 20vh;
    }
}

.backgroundimage h2 {
    font-size: 7rem;
    font-style: bold;
    line-height: 100px;
    color: rgb(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}

.backgroundimage h2 b{
    color: rgb(214, 79, 255);
}

.backgroundimage h4 {
    font-size: 3rem;
    color: rgb(255, 255, 255, 0.95);
    top: 300px;
}

#Erfahremehr{
    padding: 10px 130px;
    position: relative;
    cursor: pointer;
    background: rgba(212, 70, 255, 0.822);
    border: 4px solid rgba(212, 70, 255, 0.422);
    outline: none;
    -webkit-box-shadow: 10px 10px 43px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 10px 10px 43px 0px rgba(0,0,0,0.6);
    box-shadow: 10px 10px 43px 0px rgba(0,0,0,0.6);
    margin-top: 40px;
    color: white;
    font-weight: bold;
    font-size: 3rem;
    transition: all 0.3s ease-in-out;
}
.box a{
    color: rgb(209, 59, 255);
}

.box a:hover{
    color: rgb(209, 59, 255);
}

#Erfahremehr:hover{
    background: none;
    border: 4px solid rgb(255, 255, 255);
}

.row{
    text-align: center;
    display: flex;
}

.col-ml-2{
    text-align: center;
    margin: 0 auto;
}

.main-container{
    width: 300px;
    height: 300px;
    margin-top: 60px;
    background-size: cover;
    border: none;
    outline: none;
    -webkit-filter: brightness(1.1) contrast(1.1);
    filter: brightness(1.1) contrast(1.1);
    -webkit-box-shadow: 0px 6px 13px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 13px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 13px 1px rgba(0,0,0,0.75);
    transition: all 0.3s ease-in;

}

.main-container:hover .image_layer{
    opacity: 0.5;
}

.main-container:hover{
    -webkit-box-shadow: 0px 12px 28px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 28px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 28px 1px rgba(0,0,0,0.75);
    margin-top: 55px;
}

.image_layer{
    background: linear-gradient(99deg, rgba(0,0,0,1) 0%, rgba(169,30,255,1) 49%, rgba(255,0,224,1) 88%);
    height: 300px;
    width: 300px;
    position: absolute;
    transition: all 0.3s ease-in;
    opacity: 0;
    top: 0;
    left: 0;
}

.main-container p{
    font-size: 4rem !important;
    text-transform: uppercase;
    position: relative;
    background: rgba(212, 70, 255, 0.616);
    color: white;
}

section aside {
    position: absolute;
    top: 490px;
    align-self: center;
    margin-left: 410px;
    background: rgba(255,255,255,0.5);
    padding: 100px;
    height: 70px;
    -webkit-box-shadow: 10px 10px 43px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 10px 10px 43px 0px rgba(0,0,0,0.6);
    box-shadow: 10px 10px 43px 0px rgba(0,0,0,0.6);
}
section aside ul {
    list-style-type: none;
    padding: 0;
    margin: 55px 0px;
    margin-top: 100px;
}

section aside ul li {
    display: inline;
}

section aside ul li a {
    text-decoration: none;
    padding: 5px;
    color: black;
    margin: 35px;
    font-size: 30px;
}
section aside ul li:hover a {
    color: whitesmoke;
    text-decoration: underline;
    text-decoration-color: rgb(214, 79, 255);
}

.icon {
    position: absolute;
    top: 430px;
    margin-left: 520px;
}
.icon ul{
    padding: 0px;
    margin: 0px;
    margin-top: 100px;
}

.icon ul li {
    display: inline;
}

.icon ul li img {
    padding: 5px;
    margin: 0 20px;
}
.box {
    position: relative;
    display: block;
    margin-left: 40px;
    height: auto;
    margin-bottom: 40px;
    margin-top: 100px;
    max-width: 100%;
    color: white;
}

.box h1{
    font-size: 6rem;
    margin: 60px 20px;
    text-align: center;
    color: rgb(214, 79, 255);
    text-transform: uppercase;
}

.box p {
    margin: 10px 20px;
    margin-top: 0;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 15%;
    line-height: 30px;
}

.aboutme {
    position: relative;
    height: auto;
    margin: 30px 30px;
    font-size: 1rem;   
    text-align: center;
}
.aboutme p {
    margin: 10px 10px;
}
.aboutme h2 {
    text-align: center;
    font-size: 4rem;
    color: rgb(214, 79, 255);
    text-transform: uppercase;
    margin: 30px 30px;
    padding: 50px;
}
.aboutme h3 {
    font-size: 1.67rem;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 400px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    max-width: 300px;
    max-height: 400px;
    overflow: hidden;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }

  .flip-card-back a{
      color: rgb(209, 59, 255);
      font-weight: bold;
      cursor: pointer;
      padding: 5px 8px;
      margin-top: 20px;
      line-height: 50px;
  }

  .flip-card-back a:hover{
      color: rgb(209, 59, 255);
  }

  #artist{
    background-image: url(/Bilder/Schreibtisch.jpg);
    background-size: cover;
  }

  #photographer{
    background-image: url(/Bilder/fotos/IMG_9578.jpg);
    background-size: cover;
  }

  #painter{
    background-image: url(/Bilder/Horror-2.jpg);
    background-size: cover;
  }

  .flip-card-front h3{
      font-size: 3rem;
      margin-top: 340px;
      padding-bottom: 30px;
      background: rgba(212, 70, 255, 0.822);
      width: 100%;
      position: absolute;
  }

  .dreieck{
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    position: absolute;
    z-index: 0;
    top: 60%;
    left: -55%;
    border-width: 0 350px 100px 50px;
    border-color: transparent transparent rgba(212, 70, 255, 0.822) transparent;
  }

  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: rgb(255, 255, 255);
    color: rgb(48, 48, 48);
    transform: rotateY(180deg);
  }
  

#anfrage_box{
    margin-top: 20vh;
}

#anfrage {
    min-width: 300px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #a23edb;
    background: linear-gradient(90deg, rgb(194, 89, 255) 0%, rgb(209, 59, 255)100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgba(194, 79, 209, 0.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    }
  
 #anfrage::before {
  content: '';
    border-radius: 1000px;
    min-width: calc(330px + 12px);
    min-height: calc(58px + 12px);
    border: 6px solid #ffffff;
    box-shadow: 0 0 60px rgba(194, 79, 209, 0.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
  }
  
#anfrage:hover, .button:focus {
    color: #313133;
    transform: translateY(-6px);
  }
  
#anfrage:hover::before, #anfrage:focus::before {
    opacity: 1;
  }
  
  #anfrage::after {
    content: '';
    width: 40px; height: 40px;
    border-radius: 100%;
    border: 6px solid #f700ff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }
  
  #anfrage:hover::after, #anfrage:focus::after {
    animation: none;
    display: none;
  }
  
  @keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 300px;
      height: 300px;
      opacity: 0;
    }
  }

.low {
    border-top: 1px solid #bbb;
    margin-top: 200px;
}

.low ul {
    list-style-type: none;
    text-align: right;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    padding: 0;
}

.low ul li {
    display:inline-block;
    
}

.low ul li a {
    text-decoration: none;
    color: white;
    padding: 0 20px;
    display: block;
}