/* background styls */

body {
    background-color: #161616;
    height: auto;
}


.active2:hover {
    background-color: #c97f62;
    
}
.active3:hover {
    background-color: #c97f62;
}
.active4:hover {
    background-color: #c97f62;
}
.active5 {
    background-color: #87a6d4;
    font-size: 1rem;
}
.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 {
    background-color: #161616;
    
    width: 100%;
    margin: auto;
    overflow: visible;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 2200px;
}

.bodysvs1 {
    background-color: #161616;
    
    width: 80%;
    margin: auto;
    
    text-align: center;
    height: 1500px;
}
.bodypod {
    background-color: #161616;
    
    width: 80%;
    margin: auto;

    text-align: center;
    height: 3200px;
}
body {
    height: auto;
}
.article3 {
    display: none;  
}


article3i {
        height: 100%;
    width: 100%;
  
}

.framemain {
    height: 100%;
}
.framemain2 {
   
    display: flex;
    flex-direction: column;
    height: 2500px;
    overflow: visible;
}
aside {

    display: none;
    
}
.aside2  {
 
    display: none;
}
.linkbox {
    margin: auto;
    width: 90%;
    border: #FF9966 5px solid;
    border-radius: 10px;
    
}
.linkbox:hover {
    box-shadow: 0 0 3px 2px rgb(255, 134, 150);
  }
.linkboxtext {
		font-family: 'Antonio2';
	text-decoration: solid;
	color: #FD7600;
		
	
	}


.mobileframe {
    display:block;

}

.footer {
    height: 120px;
}
/*Navbar*/

.navbar {
    display: flex; /* Aktiviert Flexbox */
    justify-content:space-evenly; /* Verteilt Elemente gleichmäßig */
    align-items: center; /* Zentriert vertikal */
    flex-direction: column; /* Elemente untereinander anordnen */
    align-items: stretch; /* Elemente über die volle Breite strecken */

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

.Smalnavbar {
    display: block;
}

.Bignavbar {
    display: none;
}

.nav-item {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #604b4b;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-bottom: 2px;
    width: 100%;
    

}

.nav-item4 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #7d7fad;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-bottom: 2px;
    width: 100%;

}

.nav-item3 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #bb5614;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-bottom: 2px;
    width: 100%;

}
.nav-item2 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #dea04c;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-bottom: 2px;
    width: 100%;

}
.nav-item1 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #bd8365;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-bottom: 2px;
    width: 100%;

}
.nav-item5 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #b4678f;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-bottom: 2px;
    width: 100%;

}
.nav-item6 {
    display:inline-block;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background-color: #4c4d72;
    font-family: 'Antonio';
    text-align: center;
    padding: 14px 16px;
    text-decoration:solid;
    margin-bottom: 2px;
    width: 100%;

}
.nav-item:hover, .nav-item:focus  {
    background: #ca9cc0;
}
.nav-item1:hover, .nav-item1:focus {
    background: #97718f;
}

.dropdown-content {
    display:none;
    position:absolute;
    z-index: 1;
    background-color: #11111193;
    
}
.show {display:block;}

.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: 100%;
}
/* 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%;
}


/* The sidepanel menu */
.sidepanel {
    height: 100%; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #11111193; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  
  /* The sidepanel links */
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-family: 'Antonio';
    text-align: center;
    
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .closebtn {
    color: #fff;
    
  }
  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #161616;
    color: white;
    padding: 10px 15px;
    border: none;
    width: 100%;
  }
  
  .openbtn:hover {
    background-color: #161616;
  }
  
/*body settings*/

.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;
}

.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;
}
@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}
