html { 
	padding: 0 5% 10px;
}

body {
	position:relative;
	background: #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin:0 auto;
	font-size: 0.75em;   
	color: #535353;
}

* {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	
}

a {
	text-decoration: none;
}

.containerDiv 
{
    display:none;
}

header {
	width: 100%;
	height: 25%;
	margin:20px auto 0px;
}
header h1 a{
	display:block;
	color:white;
	padding:10% 0 0 10%;
	margin-top:10%
	font-size:140%;
}
header h1 span {
	font-size:50%;
	color:white;
	padding: 0 20px;
}
.ribbon{
	margin: 30px 0 50px;
	position: relative;
	background: #333;
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
	padding: 10px 15px;
	clear: both;
	text-align: center;
	padding: 10px 9px 10px 10px;
	width: 35%;
	margin-left: -10px;
}

header a#navlink {
	display:none;
	float: right;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	margin:20px 20px 0 0;
}


ul#header-top { 
	position:absolute; 
	top:10px; 
	right:50px;
	list-style-type: none;  
}
ul#header-top  li			{ float: right; list-style-type: none; padding: 0px 10px; border-left: 1px #ACACAC solid; }
ul#header-top  li:last-child		{ border: none; }	

header p{
	background-color:#4E68AD;
	width: 100%;
	height:150px;
	margin:-110px 0 0 0;
}

/** CONTENT **/
main {
	float:left;
	width: 100%;
	margin: 0 0 10px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
}

article{
	padding: 3%;
	width: 100%;
    display:inline-block;
}

h1,
h2 {
    font-size: 1.15em; 
    font-weight: normal; 
    font-family: 'Tauri', serif;  
    padding-left: 15px; 
    color: #4E68AD; 
    text-transform: uppercase;
    border-left:5px solid #4e68AD;
}
    
h2 span {
	font-size: 0.70em; 
	color: #818181; 
	text-transform: none;
}

h3	{ 
	font-size: 1.25em; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0px; 
	color: #4E68AD; 
}		

p {
	text-align: left; 
	line-height: 1.6em; 
	padding: 20px 0px
}

a 	{ 
	color: #4E68AD; 
	outline: none; 
	text-decoration: none; 
}
a:hover 	{
	color: #818181; 
	text-decoration: none; 
}
a:focus 	{ 
	outline: none; 
}
a.more	{ 
	float: right; 
	font-weight: bold; 


}

.largefont {
  color: #4E68AD; 
  text-align: left; 
  line-height: 1.6em; 
  padding: 20px 0px
} 

a.more:hover { 
	color: #535353; 
}
a.more:after{
	content:" \2192 ";
	font-size:1.2em;
	font-weight:bold;
}

ul.square {
	list-style-type:square;
    color: #999999;
    float: left;
    margin: 0 0 10px 13px;
	font-weight:bold;
}

ul.square li{
	padding:10px;	
}

/*DL, DT, DD Datenliste*/
dl 					{margin-bottom:50px;}
 
dl dt {	
    float:left;
    font-weight:bold;
    margin-right:5px;
    padding:5px; 
    width:140px;
}
 
dl dd {
    margin:2px 0;
    padding:5px 0;
}

section#intro {
    width: 100%;
    padding:10px 2%;
    float: left;
}

section p img {
    float:left;
    margin:0 10px 10px 0;
}

img
{
	max-width:100%;
	height: 10%;
}

ul li
{
	padding: 3%;
}
#footer-p {
    float: left;
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 0 0;
}   

nav#navigation
{
    display:inline-block;
    margin-right: 1%;
    width: 100%;
	float: left;
}

#navigation ul 
  {
    float: left;
    width: 100%;
    padding: 3%;
}

nav#navigation ul li
  {
    display:block;
    float:left;
    width: 50%;
}

nav#navigation img
  {
    display:none;
}

nav#navigation ul li a
  {
  padding: 0.5% 3%; 
  display: block;
}

#navigation ul li a:before{
content:" ";
display:inline-block;
width:4px;
height:15px;
border-left:5px solid #CCC;
}

.ribbon{
    margin: auto;
    position: relative;
    background: #333;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    clear: both;
    text-align: center;
    width: 80%;
}

a#logo
   {
   padding: 0.5% 1%;  
}
    
@media screen and (min-width: 430px)
{
    article
        {
	width: 90%;
    }

    nav#navigation ul li 
      {
        display:block;
        float:left;
        width:25%;
    }
    
   #navigation ul 
      {
        padding: 1%
    }
    
   .containerDiv
    {
    display:block;
    float:left;
  }
}

@media screen and (min-width: 980px)
{
    article
        {
	width: 63%;
    }
    
        h1,h2 {
        font-size: 1.75em; 
        font-weight: normal; 
        font-family: 'Tauri', serif;  
        padding-left: 15px; 
        color: #4E68AD; 
        text-transform: uppercase;
        border-left:5px solid #4e68AD;
    }
    
    nav#navigation
       {
    float: left;
    margin-right: 3%;
    width: 20%;
    }

    nav#navigation ul li
        {
    display:block;
    width:100%;
    margin:5%;
    }


    #navigation ul 
      {
        float: left;
        list-style-type: none;
        width: 100%;
        margin-bottom:5%;
    }

    #navigation ul li {position:relative;}

    #navigation ul li:hover a, #navigation ul li:active a {
        color: #F5F5F5; 
        background: #535353;
    }
        
    #navigation ul li a {
        
        border-bottom: 1px solid #DBDBDB;
        color: #535353;
        float: left;
        font-size: 1.1em;
        line-height: 1.5em;
        padding: 1em 1.2em;
        text-decoration: none;
        width: 100%;
    }

    #navigation ul li a:before{
        content:" ";
        display:inline-block;
        width:10px;
        height:15px;
        border-left:5px solid #CCC;
    }
    
    #imagelist li {
        display: inline-block;	
        list-style-type: none;
        width: 45%;
    }
    
    .ribbon::before{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -10px;
	left: -11px;
	content: "";
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgb(0, 80, 116);
    }
 
    .ribbon::after{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	content: "";
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgb(0, 80, 116);
    }	
}

footer p {
	float: right;
}
