/*Schriftarten*/
@font-face{
    font-family: "AsianNinja";
    src: url("/fonts/aAsianNinja.ttf") format("truetype");
}
@font-face{
    font-family: "HelpMe";
    src: url("/fonts/HelpMe.ttf") format("truetype");
}
@font-face{
    font-family: "HennyPenny";
    src: url("/fonts/HennyPenny-Regular.ttf") format("truetype");
}
@font-face{
    font-family: "MilkyHoney";
    src: url("/fonts/Milky Honey.ttf") format("truetype");
}
@font-face{
    font-family: "Dimbo";
    src: url("/fonts/Dimbo Regular.ttf") format("truetype");
}
/*Bilder*/
img{
    width:100%;
    border-radius: 20px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0px 0px 15px #000000;
    border: 5px solid rgb(33, 34, 36);
    transition: all .2s ease-in-out;
}
img:hover{
    border: 5px solid rgb(167, 149, 128);
    box-shadow: 0px 0px 20px rgb(167, 149, 128);
    transform: scale(1.05);
}
.img1{
    position: absolute;
    right:5%;
    width:40%;
    margin-top:-5%;
}
.imgg{
    border: 5px solid rgb(33, 34, 36); 
    width: 40%; 
}
.imgg:hover{
    border: 5px solid rgb(33, 34, 36);
    box-shadow: 0px 0px 15px #000000;
    transform: scale(1.0);
}
figure{
    margin-left:auto;
    margin-right:auto;
    width:20%;
    margin-bottom:40px;
}
/*Schriften*/
h1{
    font-size:120px;
    color:rgb(182, 29, 18);
    padding-top:50px;
    margin-top:0px;
    margin-bottom:20px;
    text-align: center;
    font-family: "HelpMe";
    text-shadow: 0px 0px 15px #fffaf3;
}
h2{
    font-size:40px;
    font-family: "HennyPenny";
    color:bisque;
    text-align: center;
}
h3{
    font-size:40px;
    font-family: "HennyPenny";
    color:bisque;
    margin-left:70px;
    margin-right:70px;
    margin-bottom: 0px;
}
p{
    font-family:"Dimbo";
    font-size:30px;
    color:bisque;
    margin:0;
    margin-left:70px;
    margin-right:35%;
    padding-top:20px;
    padding-bottom:20px;
}
figcaption{
    margin-top:15px;
    font-family:"Dimbo";
    font-size:18px;
    color:bisque;
    text-align:center;
}
ul{
    color:bisque;
    margin-left:70px;
}
/*Container*/
.container[name="farbverlauf"]{
    background: linear-gradient(rgba(0, 0, 0, 0.712), #00000000 20%, #00000000 80%, rgb(0, 0, 0, 0.712));
    min-height:700px;
}
.container[name="text"]{
    background-color:rgb(44, 46, 48);
    padding-bottom:40px;
    padding-top:20px;
}
.container[name=bildc1]{
    background-color: rgb(34, 36, 37);
    background-image: url("/bilder/bild1.png");
    background-size:cover;
    background-repeat: no-repeat;
    padding-bottom:10px;
    background-position: 0% 60%;
}
.container[name=bildc2]{
    background-color: rgb(34, 36, 37);
    padding-left:0px;
    background-image: url("/bilder/bild6.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container[name=bildc3]{
    background-color: rgb(34, 36, 37);
    padding-left:0px;
    background-image: url("/bilder/bild7.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container[name=bildc4]{
    background-color: rgb(34, 36, 37);
    padding-left:0px;
    background-image: url("/bilder/bild8.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
/*Navbar*/
.navbar{
    text-align: center;
    background-color:rgb(34, 36, 37);
    min-height: 57px;
}
.button{
    background-color: rgb(117, 62, 25);
    color: bisque;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    position:relative;
    top: 20px;
    font-family: "Dimbo";
    box-shadow: 0px 0px 5px #000000;
    border: 1px solid rgb(14, 14, 14);
    margin-left:5px;
    margin-right:5px;
}
.button:hover{
    background-color: rgb(117, 43, 25) ;
}
/*FOOTER*/
.footer{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background-color: rgba(26, 28, 29, 0.877);
    color: bisque;
    text-align:center;
    font-size:25px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
/*ZURÜCK BUTTON*/
.button[name=back]{
    margin-left:70px;
    margin-bottom:80px;
}
/*ZURÜCK NACH OBEN BUTTON*/
html{
    scroll-behavior:smooth;
}
#myBtn{
    display:none;
    position:fixed;
    bottom: 45px;
    right:30px;
    z-index:99;
    border: none; 
    outline: none; 
    background-color: rgb(117, 62, 25);
    color: bisque;
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 30px;
    height:70px;
    text-align: center;
    box-shadow: 0px 0px 7px #000000;
    transition: all .2s ease-in-out;
}    
#myBtn:hover {
    background-color: rgb(117, 43, 25);
    transform: translateY(-15px);
}
/*Body*/
body{
    background-color: rgb(34, 36, 37);
    margin:0px;
    min-height: 1500px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar{
    display: none;  /* Safari & Chrome */
}
/*Links*/
a{
    text-decoration: none;
    color: bisque;
    font-family: "Dimbo";
    margin-right:10px;
}
/*Scrollbar verstecken*/
.container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.container::-webkit-scrollbar { 
    display: none;  /* Safari & Chrome */
}