html {
	scroll-behavior: smooth;
}

body {
	background-color: #F9F9F9;
	margin: 0;
	font-family: 'Play'; 
	color: #2B6597;
}

table {
	border-collapse: collapse;
	margin: 40px auto;
	width: 90%;
	max-width: 1400px;
	font-size: 18px;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	/* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
	border-radius: 0.5%;
}

th {
	background-image: url(Bilder/https___bg9.at_wp-content_uploads_2019_12_footer-bg-blue.png);
	color: white;
}

th, td {
	border: 1px solid #395483 0.5%;
	padding: 15px;
	text-align: left;
	
}

table td {
	border-top: solid #2B6597 2px;
}

tr:hover {
	background-color: #e0ecf7;
}

header {
	padding: 60px;
	background-image: url(Bilder/https___bg9.at_wp-content_uploads_2019_12_footer-bg-blue.png);
	display: flex;
    align-items: flex-start;
    gap: 20%;
    padding: 10px;
	position: sticky;
	width: 100%;
	top: 0;
	padding-left: 135px;
	

}

#imphead {
	padding: 60px;
	background-image: url(Bilder/https___bg9.at_wp-content_uploads_2019_12_footer-bg-blue.png);
	display: flex;
    align-items: flex-start;
    gap: 15%;
    padding: 10px;
	position: sticky;
	width: 100%;
	top: 0;
	padding-left: 135px;
}

#Nachhilfeviech {
	padding-left: 8%;
}



header h1 {
	color: #DADFE3;
	
	padding-top: 7px;
}

.wahl {
	display: flex;
	margin: 30px 0;
	
}

.a {
	width: 30%;
	background-image: url(Bilder/https___bg9.at_wp-content_uploads_2019_12_footer-bg-blue.png);
	text-align: center;
	color: #DADFE3;
	margin: 15px auto;
	border-radius: 10px;
	padding-left: 0;
}

.a a {
	color: #DADFE3;
}

.a a:hover {
	color: #DADFE3;
	text-decoration: underline;
}

.bild {
	text-align: center;
	background-image: url(Bilder/Bild.jpg);
	width: 1200px;
	height: 520px;
	margin: 0px auto;
	margin-bottom: 100px;
	
}

.spruch {
	background-color: rgba(0, 0, 0,0.4);
	border-top: solid #395483 3px;
	height: 150px;
	color: #ffffff;
	font-size: 1.2em;
	padding-top: 20px;
	text-align: left;
	padding-left: 25px;
}

#leer {
	height: 348px;
}


.seneca {
	border-top: solid rgba(163, 161, 161, 0.4) 2px;
	margin-right: 25px;
	color: #dbdbdb;
}

a:link {
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
}



.wrapper-link {
    display: block;
}

thead {
	align-content: center;
}

#filter {
	width: 100%;
	margin: 30px auto;
	font-size: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

select {
	text-align: center;
	font-size: 0.8em;
}

 h2 {
	text-align: center;
 }

 #totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.dropdown {
	padding-right: 10px;
}



.paragraph {
	margin: 40px 20px;
	border: 4px solid #395483;
	border-radius: 10px;
	padding-top: 10px;
	margin: 20px auto;
	width: 100vh;
	font-family: 'Play';
	font-size: 25px;
	color: #2B6597;
	text-align: center;
	line-height: 150%;
	padding: 10px;
}

#Lehrer {
	font-size:2em ;
	scroll-margin-top: 130px;
}

#button {
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

footer {
	padding: 60px 30px;
	background-image: url(Bilder/https___bg9.at_wp-content_uploads_2019_12_footer-bg-blue.png);
    gap: 25%;
    padding: 10px;
	position: sticky;
	width: 100%;
	top: 0;
	height: 100px;
}

ul {
	text-align: left;
}

#anker2 {
	scroll-margin-top: 130px;
}

h4 {
	font-size: 3em;
	text-align: center;
}

@font-face {
  font-family: 'Play';
  src: url('Play/Play-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Play';
  src: url('Play/Play-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin: 0 30px;
    font-size: 30px;
}

nav {
	padding-top: 20px;
	padding-bottom: 20px;
}

nav a {
    color: #ffffff;
    text-decoration: none;

}

nav a:hover, nav a.current {
    color: #3989cf;

}

#impressum {
	background-color: #ffffff;
	margin: 120px 80px;
	padding: 50px 50px;
	font-size: 1.5em;
}

#impressum li {
	margin-bottom: 20px;
}

#impressum ul {
	list-style-type: none;
}

#ibackground {
	background-color: rgba(0, 0, 0,0.01);
}

@media screen and (max-width: 768px) {

   
    header {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        gap: 10px;
        text-align: center;
		position: static;
    }

    header img {
        height: 60px;
    }

  
    .wahl {
        flex-direction: column;
        align-items: center;
    }

    .a {
        width: 90%;
    }

   
    .bild {
        width: 100%;
        height: auto;
        background-size: cover;
    }

    #leer {
        height: 200px;
    }

    .spruch {
        font-size: 1em;
        height: auto;
        padding: 10px;
    }

 
    #filter {
        flex-direction: column;
        gap: 10px;
        font-size: 1.2em;
    }

   
    table {
        display: block;
        overflow-x: auto;
        font-size: 14px;
    }

    th, td {
        padding: 10px;
    }

   
    h4 {
        font-size: 2em;
    }

    .paragraph {
        width: 90%;
        font-size: 18px;
    }

    
    nav ul li {
        display: block;
        margin: 10px 0;
        font-size: 20px;
        text-align: center;
    }

	footer {
		position: sticky;
		height: max-content;
		
	}

	footer nav ul {
		text-align: center;
	}

	 #impressum {
        margin: 20px 10px;     
        padding: 20px;         
        font-size: 1em;   
    }

    #impressum h1 {
        font-size: 1.5em;
        text-align: center;
    }

    #impressum li {
        margin-bottom: 15px;
    }

	#imphead {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        gap: 10px;
        text-align: center;
		position: static;
    }

    #imphead img {
        height: 60px;
    }
}

