
/************************************************************************************
GENERAL
*************************************************************************************/
body {
	font: .9em/150% Arial, Helvetica, sans-serif;
	color:#383838;
	background: url(../images/tsvlogo1.jpg);
	background-color: rgb(255, 255, 255);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
}
a {
	text-decoration: none;
	color: rgb(3, 88, 33);
}
h1 {
	line-height: 120%;
	margin: 0 0 0px;
	color: #bbb;
	font-family: "Times New Roman", Times, serif;

}
header {
	content:icon; 
	display: table; 
	background-color: rgba(207, 255, 210, 0.368);
	margin-left:10px;
    margin-right: auto;
}

#banner {
    width: 100%;
    height: 200px;
	margin-bottom: 10px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rot {
	color: red;
}

.right {
	text-align: right;
}

.kontakt {
	max-width: 1200px;
}

.img-fit {
	width: 49%;
	height: auto;
}

section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
	text-align: left;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

section ul li a {
	padding: 16px;
    font-weight: 600;
	float: left;
}

footer {
	margin: auto;
	background-color: rgba(207, 255, 210, 0.368);
	max-width: 1200px;
	font-size: small;
}

footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top:24px;
    padding-bottom: 24px;
}

footer ul li a{
    padding: 16px;
    font-weight: 600;
	float: left
}

#klassen table tr:nth-child(odd) {
	 background-color: rgb(255, 255, 255) 
}

#klassen table tr:nth-child(even){ 
	background-color: rgb(206, 206, 206) 
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 3000px;
	max-width: 100%;
	margin: 30px auto 0;
}
#content {
	clear: both;
	border-top: solid 1px #ccc;
	padding-top: 20px;
	margin: 20px 0;
}

/************************************************************************************
NAV
*************************************************************************************/
a:hover {
	color: #b35e5e;
}
/* Navbar container */
.navbar {
	overflow: hidden;
	background-color: #333;
	font-family: Arial;
  }
  
  /* Links inside the navbar */
  .navbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
  }
  
  /* The dropdown container */
  .dropdown {
	float: left;
	overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: rgb(212, 212, 212);
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
  }
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #935c5c;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #373737;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	float: none;
	color: rgb(2, 2, 2);
	padding: 12px 16px;
	text-decoration: none;
	display:block
	
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
	background-color: #ffffff;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
	display:block
  }

  .button {
	background-color: #edffec; /* white */
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border: 2px solid #26a02c; /* Green */
	margin-top: 15px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border-radius: 12px;
	display: block;
	margin: auto;
	width: 70px;
  }

/************************************************************************************
Navigation neu
************************************************************************************/
/* Add a black background color to the top navigation */
.topnav {
	background-color: #3b3b3b;
	overflow: hidden;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border-radius: 12px;
	max-width: 1200px;
	margin: auto;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
	float: left;
	display: block;
	color: #dcdcdc;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
	background-color: #04AA6D;
	color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
	display: none;
  }
  /* Dropdown container - needed to position the dropdown content */
.dropdown {
	float: left;
	overflow: hidden;
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Style the links inside the dropdown */
  .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover {
	background-color: #ddd;
	color: black;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
	  display: none;
	}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
	  display: block;
	  width: 100%;
	  text-align: left;
	}
  }
  
/************************************************************************************
Navigation alt
*************************************************************************************/
#navigation {
	margin-top: 0px;
	width: 180px;

}
#navigation a {
	display: block;
	height: 22px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 4px;
	color: white;
	background-color: darkgreen;
	text-decoration: none;
	font-family: arial;
	border:1px solid grey;
	border-radius: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-bottom: 4px;
}
#navigation a:hover {
	color: white;
	background-color: green;
	border-left: 8px solid #aaaaaa;
	padding-left: 4px;
}
/************************************************************************************
MOBILE
*************************************************************************************/
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
  }

@media (min-width: 600px) {
	/* ensure #nav is visible on desktop version */
	#nav {
		display: inline !important;
	}
	#banner {
        height: 300px;
    }
	/* inline=horizontal; block=untereinander*/
}
