/*
Theme Name: tsc_theme_2024
Author: ott-net
Author URI: 
Description: My first responsive HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


body{
    margin: 5px auto;
    max-width: 90em;
    font-family: sans-serif;
    color: #000;	
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

header {
    background: #fff;
    border: 0px;
    margin: 0px;
	margin-bottom: 5px;
	margin-top: 30px;
    text-align:center;
}



nav {
    background: #0050A0;    
    padding: 5px;
    text-align: center;
    display:block;
	float:none;	
	height: 1.3em;
	font-size: 1.3em;
	position: relative;
	top: 0em;
	left: 0em;
	margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
	margin-bottom: 15px;
	border-radius: 0.5em 0.5em 0.5em;
    border: 1px solid;
	border-color: #0050A0;
}

main a{
    color: #0050A0;
    text-decoration: none;
}

/**/

.Logo {
    height: 115px;
    width: 113px;
}

main {
    display: block;  /* für IE */
    background: #fff;
    border: 0px #fff;
    margin: 0px;
	margin-top: 5px;
    padding: 0px;
}

nav a{
    color: #fff;
    text-decoration: none;
    border-left: 7px solid #0050A0;
    border-right: 7px solid #0050A0;
    border-top: 2px solid #0050A0;
    border-bottom: 2px solid #0050A0;				
}
nav a:hover{
    color: #0050A0;
    background: #fff;	
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;	
}
nav li{
    display:inline;
}
nav ul{
    display:inline;
    padding: 0px;
    margin: 0px;
}

nav .menu_head{
    display:none;
}

#menu{
    display:block;
	width: 100%;
	text-align: center;
	padding: 0px;
}

section {
    background: #fff;
    display: inline-block;
    width: 100%;
    border: 0px;
}

h1{
    color: #0050A0;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 2.2em;
   }
   
   h2{
    color: #0050A0;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 2em;
   }
   
   h3{
    color: #0050A0;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 1.8em;
   }
   
   h4{
    color: #0050A0;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.4em;
   }
   
   footer {
       background: #fff;
       text-align: center;
       border: 0px;
       margin-top: 20px;
       font-size: 0.8em;
       color: #0050A0;
       padding: 5px;
   }	
   footer a{
    text-decoration: none;
}