﻿/* Allgemeine Stile */

body {
    margin: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    }

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0.5rem 1rem;
    background-image: url('index/Holzmuster_rot.png');
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    border-style: solid;
	border-width: 0;
	width: 50%;
	height: auto,
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    background-image: none;
    font-size: 1.7rem;
}

.nav-links li {
    margin: 0 1rem;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight:bold;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ffd700;
}


.logo {
    font-size: 1.5rem;
    font-weight: bold;
    border-style: solid;
	border-width: 0;
	width: 40%;
	height: auto,
}
	
.auto-style1 {
	width: 95%;
	font-size: 2.7rem;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	padding: 0 1% 0 1%;
}
.auto-style2 {
	width: 95%;
	font-size: 2.2rem;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	clear:both;
	padding: 0 1% 0 1%;
}
.auto-style3 {
	width: 95%;
	font-size: 1.7rem;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color:maroon;
	padding: 0 1% 0 1%;
}
.auto-style4 {
	width: 95%;
	font-size: 1.5rem;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	line-height: 200%;
	height: auto;
	padding: 0 1% 0 1%;

}

.bild {
	height: auto; 
	float: left; 
	width: 30%;
	padding-right: 1%;
}

.auto-style6 {
	width: 95%;
	font-size: 1.5rem;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	line-height: 200%;
	height: auto;
	border: 1px solid #000000;
	margin-bottom: 2%;
	margin-top: 2%;
	padding: 0 1% 0 1%;
}
.auto-style7 {
	display: none;
	width: 95%;
	font-size: 1.5rem;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	line-height: 200%;
	height: auto;
	border: 1px solid #000000;
	margin-bottom: 2%;
	margin-top: 2%;
	padding: 0 1% 0 1%;

}

.answerbox1 {
	font-size: 1.5rem;
	border-style: 0;
	border-color: 1;
	border-width: 1px;
	width: 50%;
	height: auto;
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
}
.answerbox2 {
	font-size: 1.5rem;
	border-style: 0;
	border-color: 1;
	border-width: 1px;
	width: 15%;
	height: auto;
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
}
.answerbox3 {
	font-size: 1.5rem;
	border-style: 0;
	border-color: 1;
	border-width: 1px;
	width: 5%;
	height: auto;
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
}
.answerbox4 {
	font-size: 1.5rem;
	border-style: 0;
	border-color: 1;
	border-width: 1px;
	width: 10%;
	height: auto;
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
}


.checkbutton {
	font-size: 1.5rem;
	background-color:maroon; 
	color:#FFFFFF;
	font-weight:bold;
}

/* Burger-Menü Button */
.burger-menu {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* Responsivitätsregel */
@media (max-width: 1080px) {
    .burger-menu {
        display: block;
        font-size: 4rem;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .nav-links.active {
        display: flex;
        background-color: #333;
        position: absolute;
        top: 6rem;
        width: 70%;
        margin-left: 30%;
        z-index: 2;
        font-size: 3rem; 
     }

    .nav-links li {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
    }
.auto-style1 {font-size: 350%;}
.auto-style2 {font-size: 350%;}
.auto-style3 {font-size: 350%;}
.auto-style4 {font-size: 350%;}
.bild {width: 95%;}
.auto-style6 {
	display: none;
	width: 0%;
	height: 0%;}
.auto-style7 {
	display: inline-block;
	font-size: 300%;
}
.answerbox1 {
	font-size: 100%;
	width: 100%;
}
.answerbox2 {
	font-size: 100%;
	width: 40%;
}
.answerbox3 {
	font-size: 100%;
	width: 20%;
}
.answerbox4 {
	font-size: 100%;
	width: 30%;
}

.checkbutton {
	font-size: 100%;
}

.logo {
		width: 70%;
		height: auto,
	}


}
