/* Freiburger Deklaration */

html {
	font-family: Verdana, Arial, sans-serif;
	background-color: #f7f7f7;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	
	margin: 0;
	padding: 12px 0;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}



.main {
	width: 100%;
	max-width: 1000px;	
	background-color: #ffffff;
	border: 2px solid #d6d7da;
	margin: auto;
	margin-top: 25px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4em;
}



.logo {
	clear: both;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	
	
}

a:link  { color: #305681;}
a:hover  { color: white;}
a:visited  { color: white;}
a:focus { color: white;}



.navigation {
    background-color: #305681; 
    border: none;
    color: white;
    padding: 15px 32px;
	text-align: center;
	margin-top: -15px;
	text-decoration: none;
    display: inline-block;
	font-family: Arial, sans-serif;
    font-size: 15px;
	  text-transform: uppercase;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.responsive-nav  {
	                  
					  display: none;
					 
					  
}

.responsive-nav a:link {
	                 color: #305681;
					 
					  
}
.responsive-nav a:hover {
	                 color: #cccccc;
					  
					  
}

.responsive-nav a:visited {
	                 color: #305681;
					  
					  
}



.navigation a:link {
    background-color: transparent;
    color: white;
	text-decoration: none;
	
}


.navigation a:hover {
    background-color: transparent;
    color: white;
}

.navigation a:focus {
    background-color: transparent;
    color: white;
}



.navigation:hover {
    background-color: #91a8c1;
    color: white;
}





.declare {
	width: 80%;
	max-width: 800px;	
	margin: 8px auto;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #305681;
	font-size: 24px;
	text-align: center;
	line-height: 1.2em;
	font-family: Arial, sans-serif;
}



.quote {
	width: 80%;
	max-width: 800px;
    margin:8px auto;
	margin-bottom: 0px;
	padding: 0px;
	color: #333333;
	font-size: 17px;
	font-family: Georgia, Arial, sans-serif;
	
}

.author {
	width: 80%;
	max-width: 800px;
	margin:8px auto;
	margin-top: -18px;
	color: #333333;
	font-size: 15px;
	font-family: Calibri, Arial, sans-serif;
	
}

.signature  {
            font-weight: bold;
           
}



.content {
	width: 100%;
	max-width: 800px;	
	margin: 8px auto;
	margin-top: 25px;
	color: #333333;
	font-size: 14px;
	
}

.content a:link { color: #305681;}
.content a:hover { color: #cccccc;}
.content a:focus { color: #305681;}
.content a:active { color: #305681;}
.content a:visited { color: #305681;}


.title {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	width: 100%;
	max-width: 800px;	
	color: #305681;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 20px;
	font-weight: none;
	text-decoration: underline;
	font-size: 1.8em;
}


.sign {
	width: 100%;
	max-width: 800px;	
	margin: 8px auto;
	margin-top: 55px;
	color: #333333;
	font-size: 14px;
	
}

.signtitle  {
         font-size: 16px;
         text-align: center;
}



.strong  {
	       font-weight: bold;
}



.button {
    background-color: #305681; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}



p {	
	margin-left: 8px;
	margin-right: 8px;
}

.button a:link {
    background-color: transparent;
    color: white;
}


.button a:hover {
    background-color: transparent;
    color: white;
}


.button:hover {
    background-color: #999999;
    color: white;
}


@media screen and (max-width: 750px) {
    .navigation {
    display: none;
    
    }
	
	.declare  { font-size: 18px;}
	
	
     .responsive-nav  {
		              display: block;
	                  width: auto;
					  margin-left: 15px;
					  margin-top: 15px;
					  font-size: 15px;
					  color: #305681;					 
       }

     .responsive-nav a:link {
	                  width: auto;
					  font-size: 10px;
					  color: #305681;
                      text-decoration: none;
                      text-transform: uppercase;
                       line-height: 30px;					  
       }

	   .responsive-nav a:hover {
	                    color: #91a8c1;
                                          		  
       }
	
	
	
}


	
	
	