 /* Style the buttons that are used to open and close the accordion panel */

/*StuG*/

 /* Style the buttons that are used to open and close the accordion panel */
 button.accordionStug2 {
    background-color: black;
    color: black;
    cursor: pointer;
    /*padding: 18px;*/
    width: 800px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    /*
    border-radius: 0px;
    border-style: solid;
    border-color: black;*/
	background-image: url(../images/buttons/stug_1a.png);
	background-repeat: no-repeat;
    height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionStug2:hover {
    background-color:  black;
	background-image: url(../images/buttons/stug_2a.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionStug2.active{
    background-color:  black;
	background-image: url(../images/buttons/stug_3a.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}



 /* Style the buttons that are used to open and close the accordion panel */
 button.accordionStug3 {
    background-color: black;
    color: black;
    cursor: pointer;
    /*padding: 18px;*/
    width: 800px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    /*
    border-radius: 0px;
    border-style: solid;
    border-color: black;*/
	background-image: url(../images/buttons/stug_1b.png);
	background-repeat: no-repeat;
    height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionStug3:hover {
    background-color:  black;
	background-image: url(../images/buttons/stug_2b.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionStug3.active{
    background-color:  black;
	background-image: url(../images/buttons/stug_3b.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


 /* Style the buttons that are used to open and close the accordion panel */
 button.accordionStug4 {
    background-color: black;
    color: black;
    cursor: pointer;
    /*padding: 18px;*/
    width: 800px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    /*
    border-radius: 0px;
    border-style: solid;
    border-color: black;*/
	background-image: url(../images/buttons/stug_1c.png);
	background-repeat: no-repeat;
    height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionStug4:hover {
    background-color:  black;
	background-image: url(../images/buttons/stug_2c.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionStug4.active{
    background-color:  black;
	background-image: url(../images/buttons/stug_3c.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}




/* Style the accordion panel. Note: hidden by default */
div.panelStug1, div.panelStug2, div.panelStug3, div.panelStug4{
    padding: 0px;
    background-color: #4b5320;
    display: none;
    width: 1100px;
	margin-left: auto;
	margin-right: auto;
} 




            /* Style the buttons that are used to open and close the accordion panel */
            button.accordionJagd_1 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/jagd_1.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_1:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd_2.png);
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_1.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd_3.png);
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionJagd_2 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/jagd_1a.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_2:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd_2a.png);
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_2.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd_3a.png);
                background-repeat: no-repeat;
            }
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionJagd_3 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/jagd_1b.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_3:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd_2b.png);
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_3.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd_3b.png);
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionJagd_4 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/jagd_1c.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_4:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd_2c.png);
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd_4.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd_3c.png);
                background-repeat: no-repeat;
            }
            
            
            /* Style the accordion panel. Note: hidden by default */
            div.panelJagd_1, div.panelJagd_2, div.panelJagd_3, div.panelJagd_4{
                padding: 0px;
                background-color: #4b5320;
                display: none;
                width: 1100px;
                margin-left: auto;
                margin-right: auto;
            } 
            



            /* Style the buttons that are used to open and close the accordion panel */
            button.accordionStug4_1 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/stug4_1.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_1:hover {
                background-color:  black;
                background-image: url(../images/buttons/stug4_2.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_1.active{
                background-color:  black;
                background-image: url(../images/buttons/stug4_3.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionStug4_2 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/stug4_1a.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_2:hover {
                background-color:  black;
                background-image: url(../images/buttons/stug4_2a.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_2.active{
                background-color:  black;
                background-image: url(../images/buttons/stug4_3a.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionStug4_3 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/stug4_1b.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_3:hover {
                background-color:  black;
                background-image: url(../images/buttons/stug4_2b.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_3.active{
                background-color:  black;
                background-image: url(../images/buttons/stug4_3b.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionStug4_4 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/stug4_1c.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_4:hover {
                background-color:  black;
                background-image: url(../images/buttons/stug4_2c.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionStug4_4.active{
                background-color:  black;
                background-image: url(../images/buttons/stug4_3c.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Style the accordion panel. Note: hidden by default */
            div.panelStug4_1, div.panelStug4_2, div.panelStug4_3, div.panelStug4_4{
                padding: 0px;
                background-color: #4b5320;
                display: none;
                width: 1100px;
                margin-left: auto;
                margin-right: auto;
            } 


         
            /* Style the buttons that are used to open and close the accordion panel */
            button.accordionJagd38_1 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/jagd38_1.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_1:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd38_2.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_1.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd38_3.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionJagd38_2 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/jagd38_1a.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_2:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd38_2a.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_2.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd38_3a.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionJagd38_3 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/jagd38_1b.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_3:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd38_2b.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_3.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd38_3b.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionJagd38_4 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                /*
                border-radius: 0px;
                border-style: solid;
                border-color: black;*/
                background-image: url(../images/buttons/jagd38_1c.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_4:hover {
                background-color:  black;
                background-image: url(../images/buttons/jagd38_2c.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionJagd38_4.active{
                background-color:  black;
                background-image: url(../images/buttons/jagd38_3c.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Style the accordion panel. Note: hidden by default */
            div.panelJagd38_1, div.panelJagd38_2, div.panelJagd38_3, div.panelJagd38_4{
                padding: 0px;
                background-color: #4b5320;
                display: none;
                width: 1100px;
                margin-left: auto;
                margin-right: auto;
            } 
            

            /* Style the buttons that are used to open and close the accordion panel */
            button.accordionSturmpanzer_1 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/sturmpanzer_1.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_1:hover {
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_2.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_1.active{
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_3.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionSturmpanzer_2 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/sturmpanzer_1a.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_2:hover {
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_2a.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_2.active{
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_3a.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionSturmpanzer_3 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/sturmpanzer_1b.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_3:hover {
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_2b.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_3.active{
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_3b.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
             /* Style the buttons that are used to open and close the accordion panel */
             button.accordionSturmpanzer_4 {
                background-color: black;
                color: black;
                cursor: pointer;
                /*padding: 18px;*/
                width: 800px;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                background-image: url(../images/buttons/sturmpanzer_1c.png);
                background-repeat: no-repeat;
                height: 60px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                
            }
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_4:hover {
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_2c.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
            button.accordionSturmpanzer_4.active{
                background-color:  black;
                background-image: url(../images/buttons/sturmpanzer_3c.png);
                /*background-attachment: fixed;*/
                background-repeat: no-repeat;
            }
            
            
            /* Style the accordion panel. Note: hidden by default */
            div.panelSturmpanzer_1, div.panelSturmpanzer_2, div.panelSturmpanzer_3, div.panelSturmpanzer_4{
                padding: 0px;
                background-color: #4b5320;
                display: none;
                width: 1100px;
                margin-left: auto;
                margin-right: auto;
            } 
            

           
        /* Style the buttons that are used to open and close the accordion panel */
        button.accordionElefant_1 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/elefant_1.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_1:hover {
            background-color:  black;
            background-image: url(../images/buttons/elefant_2.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_1.active{
            background-color:  black;
            background-image: url(../images/buttons/elefant_3.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
         /* Style the buttons that are used to open and close the accordion panel */
         button.accordionElefant_2 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/elefant_1a.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_2:hover {
            background-color:  black;
            background-image: url(../images/buttons/elefant_2a.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_2.active{
            background-color:  black;
            background-image: url(../images/buttons/elefant_3a.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
         /* Style the buttons that are used to open and close the accordion panel */
         button.accordionElefant_3 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/elefant_1b.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_3:hover {
            background-color:  black;
            background-image: url(../images/buttons/elefant_2b.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_3.active{
            background-color:  black;
            background-image: url(../images/buttons/elefant_3b.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
         /* Style the buttons that are used to open and close the accordion panel */
         button.accordionElefant_4 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/elefant_1c.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_4:hover {
            background-color:  black;
            background-image: url(../images/buttons/elefant_2c.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionElefant_4.active{
            background-color:  black;
            background-image: url(../images/buttons/elefant_3c.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Style the accordion panel. Note: hidden by default */
        div.panelElefant_1, div.panelElefant_2, div.panelElefant_3, div.panelElefant_4{
            padding: 0px;
            background-color: #4b5320;
            display: none;
            width: 1100px;
            margin-left: auto;
            margin-right: auto;
        } 
                         


          
        /* Style the buttons that are used to open and close the accordion panel */
        button.accordionJagd4_1 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/jagd4_1.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_1:hover {
            background-color:  black;
            background-image: url(../images/buttons/jagd4_2.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_1.active{
            background-color:  black;
            background-image: url(../images/buttons/jagd4_3.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
         /* Style the buttons that are used to open and close the accordion panel */
         button.accordionJagd4_2 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/jagd4_1a.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_2:hover {
            background-color:  black;
            background-image: url(../images/buttons/jagd4_2a.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_2.active{
            background-color:  black;
            background-image: url(../images/buttons/jagd4_3a.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
         /* Style the buttons that are used to open and close the accordion panel */
         button.accordionJagd4_3 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/jagd4_1b.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_3:hover {
            background-color:  black;
            background-image: url(../images/buttons/jagd4_2b.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_3.active{
            background-color:  black;
            background-image: url(../images/buttons/jagd4_3b.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
         /* Style the buttons that are used to open and close the accordion panel */
         button.accordionJagd4_4 {
            background-color: black;
            color: black;
            cursor: pointer;
            /*padding: 18px;*/
            width: 800px;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            /*
            border-radius: 0px;
            border-style: solid;
            border-color: black;*/
            background-image: url(../images/buttons/jagd4_1c.png);
            background-repeat: no-repeat;
            height: 60px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_4:hover {
            background-color:  black;
            background-image: url(../images/buttons/jagd4_2c.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
        button.accordionJagd4_4.active{
            background-color:  black;
            background-image: url(../images/buttons/jagd4_3c.png);
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
        }
        
        
        /* Style the accordion panel. Note: hidden by default */
        div.panelJagd4_1, div.panelJagd4_2, div.panelJagd4_3, div.panelJagd4_4{
            padding: 0px;
            background-color: #4b5320;
            display: none;
            width: 1300px;
            margin-left: auto;
            margin-right: auto;
        } 
                         