@font-face {
  font-family: "Anton-Regular";
  src: url("/fonts/Anton-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Zilla";
  src: url("/fonts/ZillaSlab-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Permanent-Marker";
  src: url("/fonts/PermanentMarker-Regular.ttf") format("truetype");
}

    .button {
    background-color:  #422f99;
    border: 3px;
    border-color: rgb(36, 24, 58);
    color: aliceblue;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 20px;
    position: relative;
    font-size: 15px;
    top: 15px;
    margin-right: 5px;
    
    
   }
   form {
    min-width: 800px;
   } 
   a{
    color:#FEEDD1;
   }
   a:hover{
    color:aliceblue;
   }
   h1 {
    color: cornsilk;
    text-align: center;
    font-size: 60px;
    margin-top: 200px;
    margin-bottom: 60px;
    font-family:'Anton-Regular';
    }
    h2 {
    color:bisque;
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
    font-family: "Permanent-Marker";
    }
    h3{
    font-size:25px;
    color:#FEEDD1;
    margin-left:80px;
    }
    h4{
        font-size:25px;
        color:bisque;
        margin-left: 80px;
    }
   body {
    background-color:rgb(47, 40, 61);
    background-image: url("/images/background.jpg");
    background-size:cover;
    background-repeat: no-repeat ;
    background-attachment: fixed;
    margin: 0;
    font-family: "Zilla";
   }
    p{
    color:white;
    margin-left:80px;
    margin-right:80px;
    }
    .header{
    overflow: hidden;
    background-color: #3E3E3E;
    padding: 20px 10px;
    }
    .header a{
    float: left;
    color: white;
    text-align: center;
    padding: 12px;
    font-size:18px;
    line-height:25px;
    border-radius:4px;
    }
    .header a.active{
    background-color:#701ED8;
    color:white;
    }
    footer{
    margin-top: 200px;
    }
    img{
      width:40%; 
      border-radius:20px; 
      margin-left:80px;
    }
    div.gallery img{
      width:100%;
      height:auto;
      margin-left:0px;
      border-radius:0px;
   }

    /*ZURÜCK NACH OBEN BUTTON*/
    html{
      scroll-behavior:smooth;
    }
    #myBtn{
        display:none;
        position:fixed;
        bottom: 30px;
        right:30px;
        z-index:99;
        border: none; 
        outline: none; 
        background-color: #422f99;
        color: white;
        cursor: pointer; 
        padding: 15px; 
        border-radius: 10px; 
        font-size: 30px;
        height:70px;
        text-align: center;
    }
      
      #myBtn:hover {
        background-color: #701ED8; 
      }
      /*NAVBAR HINTERGRUND*/
      .navbar{
        background-color: #310c9686;
        padding-bottom: 40px;
        position:fixed;
        top:0;
        width:100%;
        text-align: center;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
      }
      .navbar a{
       display:inline-block;
       text-align:center;
       padding:14px 16px;
       text-decoration: none;
       text-align: center;
       position:relative;
       margin-top:10px;
       font-family: "Permanent-Marker";
      }
      .navbar a:hover{
        background-color: #701ED8;
      }
      /*CONTAINER FÜR TEXT MIT VERÄNDERBAREM HINTERGRUND*/
      .container[name=text]{
        background-color: rgb(47, 40, 61);
        padding:15px;
      }
      .container[name=hintergrundbildoriginal]{
        background-color: rgb(79, 54, 95);
        padding:15px;
        padding-left:0px;
        background-image: url("/images/background.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
      }
      .container[name=hintergrundbild]{
        background-color: rgb(79, 54, 95);
        padding:15px;
        background-image: url("/images/stern3.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
      }
      .container[name=hintergrundbild2]{
        background-color: rgb(79, 54, 95);
        padding:15px;
        background-image: url("/images/stern2.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
      }
      table{
        width:60%;
        position:center;
      }
      input, select, textarea {
        width: 80%; 
        padding: 12px;
        border: 1px solid rgb(206, 178, 241); 
        border-radius: 4px; 
        box-sizing: border-box;
        margin-top: 6px; 
        margin-bottom: 16px; 
        resize: vertical 
      }
      /*.navbar::before{
        content:"";
        background-image: url("/images/stern1.jpg");
        background-size: cover;
        height: 76px;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 55%;
      }
      */

      /*IFRAMES*/
    iframe[name=video]{
      margin-left: 80px;
      width:373;
      height:210;
    }
      /*CSS FÜR MOBILE VERSION*/
@media only screen and (max-width: 600px){
  h1{
    font-size: 85px;
    margin-top:250px;
  }
  body{
    width:100%;
    overflow-x: hidden;
  }
  input, select, textarea{
    width:250px;
    resize:none;
    box-sizing: none;
  }
  iframe[name=video]{
    margin-left:25px;
    align-self:stretch;
    width:373;
    height:210;
  }
  img{
    width:80%; 
    border-radius:20px; 
    margin-left:25px;
  }
  table{
    width:90%;
  }
  .navbar{
    padding-bottom: 40px;
    margin-bottom:0px;
  }
  .container[name=hintergrundbildoriginal]{
    padding:0px;
    padding-top:15px;
    padding-bottom:15px;
  }
  div.gallery img{
    width:90%;
    height:auto;
 }
 td{
  max-width:10px;
 }
}