body,textarea {	font-family: 'Segoe UI', 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
                 
		margin:0;
		background-color: #FFBB68;
		color:#000000;
		font-size:15px; line-height:1.5;
}


h1,h2,h3,h4,h5	{ font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;}

h1,h2,h3,h4	{    color: #717171;}

h1	{	font-size:35px; line-height: 1.1; margin:30px 0 30px;}
h2	{	font-size:22px; line-height: 1.2; margin:30px 0 30px;}
h3	{	font-size:18px; line-height: 1.3; margin:30px 0 10px; }
h4	{	font-size:16px; line-height:1.3; margin:30px 0 20px;}

h1,h2	{ font-weight:normal; text-transform: none; letter-spacing: -1px;}

h3+ul {    /*margin: -10px 0 0 0;*/}

a	{	font-weight:bold; text-decoration:none}
a:link,a:visited	{	color:#004dc3; }
a:hover {	color:black; text-decoration:underline;}
a:active {	color:#00cc00;}


table {border-collapse: collapse; padding: 0;}
th,td {vertical-align: top;}

td.grau1 {padding:2px 15px; background-color:#e6e6e6}
td.grau2 {padding:2px 15px; background-color:#f0f0f0}

img	{	border:none}

.logo	{	margin: 40px 0 0px 0px; border:1px solid #b0b0b0; max-width:100%}

.links ul {	list-style-position:outside; padding:0;}
.links li {	list-style-type:none; margin-bottom:10px;}

ul.disc	{	margin-top:6px;}
.disc li {	list-style-type:disc; margin-left:18px;}
.dist li	{	margin-bottom:12px; }

.block	{ background-color:#FFFFFF;}

.s, .s p, .s li, .ende {	font-size:13px; line-height:1.3;}

.ende	{	margin-top:80px; text-align:center; margin-bottom:30px;}


iframe.video {
    /*margin:30px 0 20px;*/ 
    border:none;    
    max-width: 100%;
    width: 600px;
    height: 340px; } /* als Zusatz zu iframe */


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

/* Smartphone */    
    
.links, .block {float:left; width: 99.99999%;}
.links {padding: 30px 20px 0px 30px; }
.titel_links {    margin: 0px 0 30px;
    color: black;}
.titel_rechts { display:none;}
.block {padding: 0 3%;}


/* Desktop */

@media only screen and (min-width: 799px) {
.links	{ width:30%; }
.titel_links {    display: none;}
.titel_rechts { display:inherit;}
.block { width:70%; }
}
