/* background styls */

body {
    background-color: #161616;
}


.active2:hover {
    background-color: #c97f62;
    
}
.active3:hover {
    background-color: #c97f62;
}
.active4:hover {
    background-color: #c97f62;
}
.active5 {
    background-color: #87a6d4;
}
.active2 {
    background-color: #c97f62;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 20%;
    height: 48px;
    border-right: 2px solid #161616
}
.active3 {
    background-color: #c97f62;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 20%;
    height: 48px;
}
.active4 {
    background-color: #c97f62;
    border-radius: 3px;
    width: 20%;
    height: 48px;
    border-right: 2px solid #161616

}

/*Navbar2*/

.navbar {
    display: flex; /* Aktiviert Flexbox */
    justify-content:space-evenly; /* Verteilt Elemente gleichmäßig */
    align-items: center; /* Zentriert vertikal */

    width: 100%; /* Nimmt die gesamte Breite des Viewports ein */
    background-color: #161616;
    padding: 10px 0;
    box-sizing: border-box; /* Padding wird zur Breite hinzugezählt */
    margin-top: 10px;
}

.nav-item {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #a3768a;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    border-right: 2px solid #161616;
    width: 100%;
}
.dropbtn {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #a3768a;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    border-right: 2px solid #161616;
    width: 100%;
}
.nav-item1 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #87a6d4;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    border-right: 2px solid #161616;
    width: 100%;
}
.nav-item:hover {
    background: #ca9cc0;
}
.nav-item1:hover {
    background: #ca9cc0;
}

.dropdown-content {
    display:none;
    position: absolute;
    z-index: 1;
    background-color: #161616;
}
.dropdown-content a {
    display: block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #a3768a;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-top: 2px;
    width: 150px;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #644a4b}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #ca9cc0;
}
.dropdown {
    display: inline-block;
    width: 100%;
}

/* Für kleinere Bildschirme (z.B. Smartphones) */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column; /* Elemente untereinander anordnen */
        align-items: stretch; /* Elemente über die volle Breite strecken */
    }

    .nav-item {
        text-align: center; /* Text zentrieren */
        font-size: 1rem;
        padding: 15px 0;
        border-bottom: 1px solid #444;
    }
    .nav-item1 {
        text-align: center; /* Text zentrieren */
        font-size: 1rem;
        padding: 15px 0;
        border-bottom: 1px solid #444;
    }
    .nav-item:last-child {
        border-bottom: none;
    }

    .active4 {
    background-color: #161616;
    border-radius: 0px;
    width: 0%;
    height: 0px;
    border-right: 0px solid #161616;
    }

    .active2 {
    background-color: #161616;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 0%;
    height: 0px;
    border-right: 0px solid #161616
}
.active3 {
    background-color: #161616;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 0%;
    height: 0px;
}


body {
    height: 100%;
}
.article3 {
    height: 100%;
    width: 100%;
}
article {
    height: 100%;
    width: 100%;
  
 
}
.framemain {
    height: 30%;
}
aside {
    width: 0px;
    
    height: 0px;
    background-color: #161616;
    border-radius: 0px;
    margin-top: 0px;
    display: none;
    
}
.aside2  {
    width:0px;
    
    height: 0px;
    background-color: #161616;
    border-radius: 0px;
    margin-top: 0px;   
    display: none;
}

.mobileframe {
    display:block;

}
.button {
    width: 95%;
    height: 50px;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 2px;
    border-Top-right-radius: 2px;
    background-color: #c97f62;
    border-right: 2px solid #161616;
    float: left;
    display: none;
}
.button1 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 4.5%;
    height: 50px;
    float: right;
    background-color: #a3768a;
    display: none;
}
.button2 {
    width: 12%;
    height: 150px;
    float: left;
    margin: 0;
    background-color: #c97f62;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 4px solid #161616;
    display: none;
} 
.button3 {
    width: 12%;
    height: 50px;
    background-color: #644a4b;
    border-radius: 2px;  
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
    display: none;
}
.button4 {
    width: 12%;
    height: 350px;
    background-color: #87a6d4;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
    display: none;
}
.button5 {
    width: 12%;
    height: 270px;
    background-color: #a3768a;
    border-radius: 2px;  
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
    display: none;
}
.button6 {
    width: 12%;
    height: 190px;
    background-color: #c97f62;
    border-radius: 2px;   
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
    display: none;
}
.button7 {
    width: 12%;
    height: 50px;
    background-color: #6e6463;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
    display: none;
}
.button8 {
    width: 12%;
    height: 150px;
    background-color: #afcbd6;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
    display: none;
}

}   
/*body settings*/

.framemain {
    height: 2000px;

}
.mobileframe {
    display: none;  
}
.body {
    background-color: #161616;
    
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    height: 950px;
}
.bodysvs1 {
    background-color: #161616;
    
    width: 80%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    height: 1500px;
}
.bodypod {
    background-color: #161616;
    
    width: 80%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    height: 3200px;
}
aside {
    width: 20%;
    float: left;
    height: 100%;
    background-color: #161616;
    border-radius: 25px;
    margin-top: 15px;
    
}
.aside2  {
    width:79%;
    float: left;
    height: 100%;
    background-color: #161616;
    border-radius: 25px;
    margin-top: 15px;   
}
.linkbox {
    margin: auto;
    width: 90%;
    border: #FF9966 5px solid;
    border-radius: 10px;
    
}
.linkbox:hover {
    box-shadow: 0 0 3px 2px rgb(255, 134, 150);
  }
article {
    width: 79.7%;
    float: right;
    background-color: #161616;
    height: 2800px;
    margin-top: 15px;
}


.button {
    width: 95%;
    height: 50px;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 2px;
    border-Top-right-radius: 2px;
    background-color: #c97f62;
    border-right: 2px solid #161616;
    float: left;
}
.button1 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 4.5%;
    height: 50px;
    float: right;
    background-color: #a3768a;
}
.button2 {
    width: 12%;
    height: 150px;
    float: left;
    margin: 0;
    background-color: #c97f62;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 4px solid #161616;
} 
.button3 {
    width: 12%;
    height: 50px;
    background-color: #644a4b;
    border-radius: 2px;  
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button4 {
    width: 12%;
    height: 350px;
    background-color: #87a6d4;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button5 {
    width: 12%;
    height: 270px;
    background-color: #a3768a;
    border-radius: 2px;  
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button6 {
    width: 12%;
    height: 190px;
    background-color: #c97f62;
    border-radius: 2px;   
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button7 {
    width: 12%;
    height: 50px;
    background-color: #6e6463;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button8 {
    width: 12%;
    height: 150px;
    background-color: #afcbd6;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.buttoon {
    width: 82%;
    height: 20px;

    border-bottom-left-radius: 2px;
    border-Top-left-radius: 2px;
    background-color: #c97f62;
    border-left: 2px solid #161616;
    float: right;
}
.buttoon1 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 4.5%;
    height: 20px;
    float: left;
    background-color: #a3768a;
}
.buttoon2 {
    width: 12%;
    height: 200px;
    float: right;
    margin: 0;
    background-color: #c97f62;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 4px solid #161616;
} 
.buttoon3 {
    width: 12%;
    height: 50px;
    background-color: #644a4b;
    border-radius: 2px;  
    text-align: right;
    float: right;
    border-bottom: 4px solid #161616;
}
.buttoon4 {
    width: 12%;
    height: 350px;
    background-color: #87a6d4;
    border-radius: 2px; 
    text-align: right;
    float: right;
    border-bottom: 4px solid #161616;
}
.buttoon5 {
    width: 12%;
    height: 270px;
    background-color: #a3768a;
    border-radius: 2px;  
    text-align: right;
    float: right;
    border-bottom: 4px solid #161616;
}
.buttoon6 {
    width: 12%;
    height: 190px;
    background-color: #c97f62;
    border-radius: 2px;   
    text-align: right;
    float: right;
    border-bottom: 4px solid #161616;
}
.buttoon7 {
    width: 12%;
    height: 50px;
    background-color: #6e6463;
    border-radius: 2px; 
    text-align: right;
    float: right;
    border-bottom: 4px solid #161616;
}
.buttoon8 {
    width: 12%;
    height: 150px;
    background-color: #afcbd6;
    border-radius: 2px; 
    text-align: right;
    float: right;
    border-bottom: 4px solid #161616;
}
.tablemain {
    width: 60% ;
    
    text-align: left;
    font-family: 'Antonio2';
    margin-left: 10px;
    margin-right: 10px;
    color: #CC88FF;
    font-size: 25px;
    padding-bottom: 110px;
}

/*Text Formating*/
h1 {
    color: white;
}
.linktext {
    color: white;
    text-align: center;
    text-decoration: solid;
}
.article1 {
    text-align: left;
    font-family: 'Antonio2';
    text-decoration: solid;
    margin-left: 10px;
    color: #FD7600;
    font-size: 50px;
}
.article2 {
    text-align: left;
    font-family: 'Antonio';
    margin-left: 10px;
    margin-right: 10px;
    color: #CC88FF;
    font-size: 25px;
}
.article3 {
    float: right;
    width: 88%;
}
.article4 {
    text-align: left;
    font-family: 'Antonio2';
    color: #FD7600;
    font-size: 40px;
    margin-left: 10px;   
}
.article5 {
    float: left;
    
}
.foot {
    font-family: 'Antonio';
    margin-left: 10px;
    color: #CC88FF;
    text-decoration: none;
    
}
@font-face {
	font-family: 'Antonio';
	font-weight: 400;
	src: url('Schrift/Antonio-Regular.woff2') format('woff2'),
			 url('Schrift/Antonio-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Antonio2';
	font-weight: 700;
	src: url('Schrift/Antonio-Bold.woff2') format('woff2'),
			 url('Schrift/Antonio-Bold.woff') format('woff')
}
.lcarsbullshit {
    color: black;
    font-family: 'Antonio2';
    float: right;
    font-size: large; 
    margin-right: 2%;     
}
/*IMG Formating*/
.picone {
    float: right;
    margin-right: 6%;
    margin-top: 15px;
    padding-left: 10px;
}
.pictwo {
    float: left;
    margin-left: 10px;
    padding-right: 10px;
}
a.list:link {
    color: #CC88FF;
    text-decoration: none;
  }
  
  /* visited link */
  a.list:visited {
    color: #CC88FF;
    text-decoration: none;
  }
  
  /* mouse over link */
  a.list:hover {
    color: #FD7600;
    text-decoration: none;
  }
  
  /* selected link */
  a.list:active {
    color: #CC88FF;
    text-decoration: none;
  }



  * {box-sizing:border-box}
