/* background styls */

body {
    background-color: #161616;
  
}

.headerbums
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}

.newbody {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.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: 46px;
    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: 46px;
}
.active4 {
    background-color: #c97f62;
    border-radius: 3px;
    width: 20%;
    height: 46px;
    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;
}
.Smalnavbar {
    display: none;
}

.Bignavbar {
    display: block;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
}

.nav-item {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #a3768a;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 6px;
    text-decoration:solid;
    text-decoration: none;
    border-right: 2px solid #161616;
    width: 60vw;

    font-size: small;
}
.nav-item1 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #87a6d4;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 8px;
    text-decoration:solid;
    border-right: 2px solid #161616;
    text-decoration: none;
    width: 60vw;

    font-size: small;
}
.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%;
}
 
/*body settings*/
.mobileframe {
    display: none;  
}
.body {
    background-color: #161616;
    
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    height: 2500px;
}
.bodyimp {
    background-color: #161616;
    
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    height: 800px;
}
.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: 5px;   
}
.linkbox {
    margin: auto;
    width: 100%;
    border: #FF9966 5px solid;
    border-radius: 10px;
    display: inline-block;
    
}
.linkboxbar {
    display: none;
}
.linkbox:hover {
    box-shadow: 0 0 3px 2px rgb(255, 134, 150);
  }
article {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #161616;
    height: 2600px;
    margin-top: 15px;
}
.article3i {
    display: grid;
    grid-template-columns: 75% 25%;
        float: right;
    width: 88%; 
    height: fit-content;
}

.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.9%;
    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: #c97f62;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button9 {
    width: 12%;
    height: 100px;
    background-color: #87a6d4;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button10 {
    width: 12%;
    height: 160px;
    background-color: #a3768a;
    border-radius: 2px; 
    text-align: right;
    float: left;
    border-bottom: 4px solid #161616;
}
.button11 {
    width: 12%;
    height: 200px;
    background-color: #c97f62;
    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;
}
.linkboxtext {
	font-family: 'Antonio2';
	text-decoration: solid;
	color: #FD7600;
		
	}
    .imgcool {
        width: 100%;
        margin-left: 10px;
         margin-right: 10px;
    }
.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;
    
}
.article6 {
    text-align: right;
    font-family: 'Antonio';
    margin-left: 10px;
    margin-right: 10px;
    color: #CC88FF;
    font-size: 15px;
    margin-top: -3px;
}
.foot {
    font-family: 'Antonio';
    margin-left: 10px;
    color: #CC88FF;
}
@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}
