
body {
   color: #425a75;
   height: 100%;
   font-size: 120%;
   font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
   line-height: 1.4;
   background-color: #fff;
   }

a { text-decoration: none; color: #e2001a; }
a:hover, a:focus, a:active { color: #a60013; }

h1, h2, h6 { font-weight: normal; }

#printheader { display:none; }
#header {
  margin: 0 auto;
  width: 90%;
  min-width: 300px;
  height: 45px;
  margin-top: 12px;
  padding: 0px;
  background-image:url(../images/header-logo-sm@2x.png);
  background-size: 304px 40px;
  background-repeat:no-repeat;
}

#header img { width: 60%; height: 100%; }

#container {
  margin: 0 auto;
  width: 90%;
  min-width: 300px;
  background-color: #fff;
  background-image:url(../images/bg-s.jpg);
  background-repeat:no-repeat;
  background-position: center center;
  margin-top: 12px;
  padding: 0px;
  overflow: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
   -moz-box-shadow: 0 0 24px #c8c8c8;
  -webkit-box-shadow: 0 0 24px #c8c8c8;
  box-shadow: 0 0 24px #c8c8c8;
  behavior: url(PIE.htc);
}

#nav { 
width: 100%; 
height: 28px;
background-image:url(../images/bg-nav.jpg);
padding: 6px 26px;
overflow: hidden;
}

#nav ul { }
#nav li {
  float: left; 
  margin-left: 0px;
  padding-right: 16px;
  padding-top: 4px;
  font-size: 80%;
  text-align: left;
  font-weight: bold;
}
#nav a {
   color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#nav a:hover, #nav a:focus, #nav a:active { color: #d9dadb; }
#nav .aktiv { color: #d9dadb; }

#content {
  width: 93%;
  color: #000;
  font-size: 90%;
  padding: 12px 0px 12px 18px;
  float: left;
}

#contentmain { margin-left: 0px; }

#content h1 { font-size: 140%; color: #e2001a; text-shadow: 0px 1px 1px #fff; padding: 0px 0px 6px 0px; }
#content h2 { font-size: 100%; color: #e2001a; padding: 12px 0px 6px 0px; }
#content h6 { font-size: 140%; color: #e2001a; text-shadow: 0px 1px 1px #fff; padding: 0px 0px 6px 0px; }
#content p { padding: 6px 0px;}
#content a { text-decoration: underline; }
#content ul { list-style-image: url(../images/list.png); margin-left: 12px; padding-bottom: 16px; }
#content li { margin-left: 12px; }
#content ol { list-style-type: decimal; }

hr { padding:10px 0px; margin-top:20px; border: none; border-top:1px dotted #e2001a; }

table {
border-collapse: collapse; margin-bottom:12px; width: 100%;
}
td, th {
border: white 1px solid;
padding: 6px;
}
tr {
background-color: #ececec;
}
tbody tr:nth-child(even) {
background-color: #d4d4d4;
}
th {
background-color:#6e6e6e; color:#fff; text-align:left;
}


#contentnav {
  overflow: hidden;
  padding: 0px;
}
#contentnav ul {
  margin-left: 12px;
  list-style-image: url(../images/link.png);
  padding-left: 0px;
}
#contentnav li {
  float: none; 
  margin-left: 12px;
  padding-left: 0px;
}
#contentnav a { display: block; }

.pic {
	width: 30%;
	min-width: 80px;
	float: right;
/*	height: auto; 	*/
	overflow: hidden;
	margin-bottom: 18px;
	margin-left: 24px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	}

.auto { max-width: 100% }

#socials {
	padding-top: 12px;
	padding-bottom: 6px;
	width: 648px;
}
#socials ul {
	list-style: none;
	margin-left: 0px;
}
#socials ul.buttons li {
	float: left;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	position: relative;
}

#subnavi {
  padding: 0px 0px;
  clear: left;
	}
#subnavi ul { list-style-type: none; }
#subnavi li { text-align: left; }
#subnavi a {
   font-size: 0.8em;
   letter-spacing: 1px;
   display: block;
   background-color:#e5e5e5;
   padding: 3px 15px;
   border-bottom: 1px solid white;
   color: #000;
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
#subnavi a:hover, #subnavi a:focus, #subnavi a:active {
   background-color: #acacac;
   color: #fff;
}
#subnavi .aktiv { background-color:#acacac; color: #fff; }
#subnavi li:first-child a {
	background-color: #acacac;
    color: #fff; 
	font-weight: bold;
	}


#footer {
  margin: 0 auto;
  color: #000;
  font-size: 0.7em;
  text-align: center;
  padding-top: 16px;
}
#footer a {
  color: #000;
}
#footer a:hover, #footer a:focus, #footer a:active {
   color: #000;
}

#subfooter {
  margin: 0 auto;
  color: #000;
  font-size: 0.7em;
  text-align: center;
  padding-bottom: 130px;
}
#subfooter a {
  color: #8d8d8d;
  text-decoration: underline;
}
#subfooter a:hover, #footer a:focus, #footer a:active {
   color: #ccc;
}


.spacer1 {
	display: none;
	margin: 0px 2px;
	}		
.spacer2 {
	display: inline;
	color: #8d8d8d;
	margin: 0px 6px;
	}
.break { 
	display: block;
	line-height: 2px;
}

@media screen and (max-width: 650px) {

#nav {
  margin-left: 0px;
  width: auto;
  height: auto;
  padding: 0px;
  border-bottom: none;	
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  }
#nav li {
  float: none; 
  margin-left: 0px;
  padding: 0px;
}
#nav a {
   letter-spacing: 1px;
   display: block;
   background-color: #e2001a;
   padding: 2px 18px;
   border-bottom: 1px solid white;
   color: #fff;
}
#nav a:hover, #nav a:focus, #nav a:active {
   background-color: #a60013;
   color: #fff;
   }
#nav .aktiv { background-color:#a60013; color: #fff; }

}

@media screen and (min-width: 651px) {

/*
FONT LICENSE
Copyright (c) 2009 ParaType Ltd. with Reserved Names "PT Sans" and "ParaType".
http://www.fontsquirrel.com/fonts/PT-Sans
*/
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
   font-family: PTSansRegular, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
   font-size: 100%;
   overflow-y: scroll !important; 
   }

#header {
  background-image:url(../images/header-logo-sm@2x.png);
  background-size: 505px 66px;
  margin-top: 5%;
  height: 65px;
  width: 80%;
}

#content { padding-left: 26px; }

.pic {
	width: auto;
	}
}

@media screen and (min-width: 800px) {

#header {
  	background-image:url(../images/header-logo@2x.png);
	background-size: 600px 65px;
}

#nav { padding-left: 30px; }

#nav li {
  padding-right: 26px;
  font-size: 90%;
}

#content {
    width: 65%;	
    float: left;
	padding-top: 24px;
	padding-bottom: 36px;
  }

#contentmain { margin-left: 40% !important; }

.pic {
	float: left;
	margin-right: 24px;
	margin-left: 0px;
	}

#content ul { margin-left: 15px; }
#content li { margin-left: 15px; }

#subnavi {
    float: right;
    clear: none; 
    width: 25%;
	padding: 26px 2%;
	margin-top: 0px;
  }
#subnavi li {
    float: none;
    padding: 0;
    width: 100%;
  }
  
#subnavi a {
   background:none;
   border-bottom: 1px dotted #a60013;
   color: #e2001a ;
}
#subnavi a:hover, #subnavi a:focus, #subnavi a:active {
   background-color:#e2001a;
   color: #fff;
}
#subnavi .aktiv { background:none; color: #000; }
#subnavi li:first-child a {
	background: none;
    color: #000; 
	font-weight: bold;
	}  
  
.spacer1 {
	display: inline;
	color: #e2001a;
	margin: 0px 12px;
	}
.spacer2 {
	display: inline;
	margin: 0px 12px;
	}
.break { 
	display: inline;
}
}


@media screen and (min-width: 1100px) {

#header { width: 70%; max-width: 1080px; }
#nav { padding-left: 80px; }
#content { padding-left: 80px; width: 54%; }
#nav li {
  font-size: 100%;
}
#subnavi {
  padding-right: 80px; }



}


@media screen and (min-width: 1220px) {

#container {
    max-width: 1200px;
  }  
#contentmain { margin-left: 35% !important; }
  
}

@media print {
	
body { background-image:none; }
#printheader { 
	display: block;
	margin: 0 auto;
	width: 90%;
	color:#000;
	font-size:0.5em;
}
#nav { display:none; }
#subnavi { display:none; }
#socials { display:none; }
#footer { display:none; }
#subfooter { display:none; }
#content { width: 90%; }
	
	
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
#socials a:link, #socials a:visited, #socials a:hover, #socials a:focus, #socials a:active { text-decoration:none; }


