body {
	font-family:'proxima-nova',Arial,Helvetica,sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*font-family: 'Arial', 'Verdana';*/
  text-decoration: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
h3, h4, h5, h6 {font-weight:bold; padding: 0px 1em 1em;}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 1em;
}
main {
  clear: both;
}
main,#asides {
  padding: 2em 0 4em;
}
#footer {
  clear: both;
}
#footer .container {
  overflow: hidden;
  max-width: 1200px;
}
@media only screen and (min-width: 750px) {
  html {
    background: no-repeat center top url('/images/background.png');
  }
  main {
    width: 74.4444444%;
    float: left;
  }
  #asides {
    width: 23.3333333%;
    float: right;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
html {
  font-family: "proxima-nova", Lato, sans-serif;
}
a {
  text-decoration: none;
  color: #fe3e1b;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
.morelink {
  display: block;
  text-transform: uppercase;
  color: #e84910;
  font-weight: 700;
  font-size: 1.6rem;
}
.morelink:after {
  content: ' »';
}
h1 {
  margin-bottom: 1em;
}

#header {
  background: rgba(255, 255, 255, 0.6);
}
#logo-wrapper {
  margin: 1em 0;
}
#logo img {
  max-width: 80%;
}
#header .social {
  display: none;
}
#header-img {
  display: block;
  width: 100%;
  margin:0; padding:0;
}
#header-img img {
  width: 100%;
}
@media only screen and (min-width: 450px) {
  #header .social {
    display: block;
  }
  #logo-wrapper {
    position: relative;
    overflow: hidden;
    margin: 1.5em;
  }
  #logo {
    float: left;
  }
  #header .social {
    position: absolute;
    right: 0;
    bottom: 0;
  }

}
#footer {
  padding: 1em;
  font-size: 0.8125em;
  overflow: hidden;
  background: #f2f3f0;
}
#footer h1 {
  font-weight: 700;
}
#footer a {
  color: #000000;
}
#footer .contact {
  margin-bottom: 2em;
}
#footer .contact p {
  margin-bottom: 1em;
}
#footer .social {
  float: left;
}
#logos {
  clear: both;
  float: left;
  margin: 0 2em 2em 0;
}
#logos li {
  float: left;
  margin-right: 5em;
}
@media only screen and (min-width: 750px) {
  #footer {
    padding: 7em 0;
  }
  .contact {
    float: left;
    margin-right: 5%;
    max-width: 19%;
  }
 
}
input,
select {
  font-size: 1em;
}
main h1 {
  font-size: 1.875em;
  font-weight: 600;
  background: #fec800 no-repeat 1em 0 url('/images/triangle.png');
  line-height: 1em;
  padding: 1em;
}
main h2 {
  font-size: 1.875em;
  font-weight: 600;
  padding: 0.53333333em;
  line-height:1.1em;
}
main section {
  margin-bottom: 1.5em;
}
main p {
  padding: 0 1em 1em;
}
main ul {
  padding: 0 1em 1em 1.6em;
}
main ul li{
	margin-bottom:0.8em;
	line-height:1.2em;
}
main ul li:before {
  content: "»";
  margin-left: -0.6em;
  padding-right: 0.3em;
}
main ol,
main .numbered {
  counter-reset: item;
}
main ol dt,
main .numbered dt,
main ol li,
main .numbered li {
  counter-increment: item;
}
main ol dt:before,
main .numbered dt:before,
main ol li:before,
main .numbered li:before {
  content: counter(item);
}
main ol.lt-ie7 {
  list-style: decimal;
}
main dl {
  padding-left: 1.3em;
}
main dt {
  font-weight: 700;
  font-size: 1.375em;
}
main dt:before {
  content: "»";
  float: left;
  margin-left: -1em;
}
main dl a {
	color:#000;
	text-decoration:none;
}
.halfbox,
.fullbox,
.frontbox,
.gallery {
  overflow: hidden;
  clear: right;
  padding: 3%;
  margin: 1em 0 2em;
}
.halfbox h1,
.fullbox h1,
.frontbox h1,
.gallery h1 {
  padding: 0;
  background: none;
  color: #000000;
}
.halfbox p,
.fullbox p,
.frontbox p,
.gallery p {
  padding: 0;

}
.halfbox {
  background: #ff5f33;
  color: #ffffff;
}
.halfbox p {
  font-size:1.375em;
  font-weight:500;
  line-height:1.1em;
}	
.fullbox,
.frontbox,
.gallery {
  background: #fbba00;
}
.fullbox dt,
.frontbox dt,
.gallery dt {
  color: #ffffff;
}
.fullbox dd,
.frontbox dd,
.gallery dd {
  font-size: 1.375em;
}
.frontbox h1,
.gallery h1 {
  font-size: 3em;
  color: #ffffff;
}
.frontbox ul,
.gallery ul {
  padding: 0;
}
.frontbox li:before,
.gallery li:before {
  content: '';
  margin: 0;
  padding: 0;
}
.frontbox li,
.gallery li {
  font-size: 1.375em;
  padding-bottom: 1em;
}
.frontbox + .frontbox {
  background: #ff5f33;
}
.frontbox + .frontbox .morelink {
  color: #ffffff;
}
.dropdown h1 {
  padding: 1em;
  margin-bottom: 0;
  background: #e6e7e2 no-repeat 95% center;
  cursor: pointer;
}
.dropdown h1.hidden {
  background-image: url('/images/triangle.png');
}
.dropdown h1 a, .dropdown h1 a:link, .dropdown h1 a:visited {
	color:inherit;
	text-decoration:none;
}
.dropdown h1 a:focus, .dropdown h1 a:hover, .dropdown h1 a:active {
	color:#FE3E1B;
	text-decoration:none;
}
.dropdown .content {
  padding-top: 1em;
  padding-bottom: 1em;
  background: no-repeat 95% top url('/images/triangle-grey.png');
}
.dropdown .content img {
	margin-top:20px;
}

.dropdown .icon {
    padding: 1em 2.5em 1em 3.5em;
}

.icon:before {
  float: left;
  content: '';
  width: 1em;
  height: 1em;
  margin-right: 1em;
  margin-left: -2em;
  background: no-repeat center center / auto 100%;
}
.symbol {
	 background: no-repeat center center / auto 100%;
}
.icon.hourglass:before {
  background-image: url('/images/icon-hourglass.png');
}
.icon.world:before {
  background-image: url('/images/icon-world.png');
}
.icon.euro:before {
  background-image: url('/images/icon-euro.png');
}
.icon.people:before {
  background-image: url('/images/icon-people.png');
}
.icon.partner:before {
  background-image: url('/images/icon-partner.png');
}
.icon.partner:before {
  background-image: url('/images/icon-partner.png');
}
.icon.thema:before, .symbol.thema {
  background-image: url('/images/icon-thema.png');
}

.giant {
  padding: 1em;
}
.giant h1 {
  padding: 0;
  margin-bottom: 0.5em;
  background: none;
  font-size: 4.5em;
  color: #fe3e1b;
}
.giant ol li {
  clear: left;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.875em;
}
.giant ol li:before {
  float: left;
  padding: 3px 1em 0 0.4em;
  margin-bottom: 0.2em;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 800;
  background: no-repeat url('/images/arr-right.png');
  color: #ffffff;
}
.giant dl {
  padding-left: 7.5em;
}
.giant dt {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}
.giant dt:before {
  float: left;
  margin-left: -2.5em;
  line-height: 1;
  width: 1.5em;
  padding: .2em .4em;
  font-size: 1.2em;
  font-weight: 800;
  color: #ffffff;
  background: 0 0 / auto 300% no-repeat url('/images/arrows.png');
}
.giant dt:nth-of-type(3n+2):before {
  background-position: left center;
}
.giant dt:nth-of-type(3n):before {
  background-position: left bottom;
}
.giant dd {
  margin-bottom: 1em;
}
.links,
.mediabox {
  position: relative;
  font-size: 1.375em;
  margin: 1em 0 2em;
  padding-top: 2em;
}
.links .content {
	padding-left:0.4em;
}
.links h1:before,
.mediabox h1:before {
  content: "";
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  width: 2em;
  height: 3.02564103em;
  background: no-repeat url('/images/arr-down.png');
  background-size: 100%;
}
.links h1,
.mediabox h1 {
  background: #e6e7e2;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}
.links ul,
.mediabox ul {
  padding: 1em;
  font-weight: 700;
  color: #fe3e1b;
}
.links li:before,
.mediabox li:before {
  content: '»';
}
.links .downloads li:before,
.mediabox .downloads li:before {
  content: '+';
}
.links .file-format,
.mediabox .file-format {
  font-weight: 300;
}
.links img,
.mediabox img {
  width: 100%;
}
.list article {
  border-bottom: solid 1px #d1d0c7;
  overflow: hidden;
  padding: 1em 0;
  margin-bottom: 1em;
}
.list article h1 {
  font-size: inherit;
  background: none;
  padding: 0;
}
.list article img + h1,
.list article img + h1 + p {
  float: right;
  width: 65.6716418%;
}
.list article p,
.list article img {
  padding: 0 0 1em;
}
.list article img {
  float: left;
  width: 31.3432836%;
}
.list article:last-of-type {
  border-bottom: none;
}
.photos h1 {
  background: none;
  padding: 0.53333333em;
  margin-bottom: 0.53333333em;
}
.photos > p {
  padding: 0 0.72727273em 0.72727273em 0.72727273em;
  text-align: left;
  font-size: 1.375em;
}
.photos article img {
  width: 100%;
  margin-bottom: 2em;
}
.photos article h1 {
  font-size: 1em;
  padding: 0 1em;
}
.gallery {
  padding: 0 0 0 3%;
}
.gallery h1 {
  margin-top: 3%;
}
.gallery li {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.gallery li:before {
  float: left;
  padding-top: 100%;
}
.gallery img {
  position: absolute;
  max-width: 200%;
  left: -25%;
  top: -25%;
}
.calendar > time, .h2time {
  display: block;
  margin-bottom: 0.4em;
  font-size: 2.5em;
  font-weight: 600;
  color: #fe3e1b;
}
.calendar ol {
  list-style: none;
}
.calendar li {
  font-size: 1.0em;
  margin-bottom: 2em;
}
.calendar li:before {
  content: '';
}
.calendar .location,
.calendar .date {
  font-weight: 700;
}
.calendar .deadline {
  display: block;
}
.calendar .title {
  font-weight: 700;
}
.calendar article h1 {
  background: none;
  padding: 0;
  font-size: 1.875em;
  color: #fe3e1b;
}
.calendar article p,
.calendar article dl {
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
}
.calendar article dt {
  font-size: 1em;
}
.calendar article dt:before {
  content: '';
}
.calendar article dd {
  margin-bottom: 1em;
}
.calendar article .registration {
  padding: 1em 2em 0;
  background: #e6e7e2;
}
@media only screen and (min-width: 450px) {
  main h1 {
    padding-left: 3.5em;
  }
  .halfbox {
    width: 43%;
    float: left;
  }
  .halfbox + .halfbox {
    float: right;
  }
  .photos {
    text-align: justify;
  }
  .photos article {
    text-align: left;
    width: 48.6567164%;
    display: inline-block;
    vertical-align: top;
  }
  .photos:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .gallery li {
    width: 25%;
  }
}
@media only screen and (min-width: 750px) {
  .frontbox h1,
  .gallery h1 {
    float: left;
    width: 38.2%;
  }
  .frontbox h1 + *,
  .gallery h1 + * {
    float: right;
    width: 60%;
  }
  .calendar li {
    overflow: hidden;
  }
  .calendar .location,
  .calendar .deadline {
    float: left;
    clear: both;
    width: 20%;
    margin-right: 6.119403%;
  }
  .calendar .date,
  .calendar .title {
    float: right;
    width: 73.880597%;
  }
}
#asides > * {
  margin-bottom: 1.5em;
}
#asides .search {
  overflow: hidden;
}
#asides .search input {
  padding: .5em;
  line-height: 1;
  height: 3em;
}
#asides .search [type=text] {
  float: left;
  box-sizing: border-box;
  width: 80%;
  border: solid #fec800;
  border-width: .5em 0 .5em .5em;
}
#asides .search [type=submit] {
  float: right;
  width: 20%;
  background: #ff5f33 no-repeat center center url('/images/triangle-r.png');
  text-indent: 300em;
  border: solid #ff5f33 0.5em;
}
#asides .counter {
  overflow: hidden;
  line-height: 1.2;
}
#asides .counter h1 {
  margin: 0 0 5px 0;
}
#asides .counter time {
  display: block;
  overflow: hidden;
  background: no-repeat left center / auto 100% url('/images/counter-frame.png');
}
#asides .counter .num {
  float: left;
  width: 40%;
  padding: .2em 0 .2em .3em;
  color: #fe3e1b;
  font-size: 3em;
  font-weight: 800;
}
#asides .counter .num3 {
	font-size:2.2em;
	padding: 0.55em 0px 0.2em 0.4em;
}
#asides .counter .text {
  width: 60%;
  color: #ffffff;
  background: #ff5f33;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.92em;
}
#asides .selector-box {
  background: #f3d333 no-repeat bottom / 100% url('/images/selector-bg.png');
  padding: 0 1em 1em 1em;
}

#asides .selector-box h1 {
  margin: 0 0 5px 0.53333333em;
  line-height: 0.8em;
  font-size: 1.875em;
  font-weight: 600;
  padding-top:25px;
	background: no-repeat top right url('/images/triangle-red.png');
  background-origin: border-box;
}
#asides .selector-box p {
  margin: 0 0 1em 1em;
}
#asides .selector-box select {
  width: 100%;
  padding: .2em;
}
#asides .link a {
  display: block;
  font-size: 2.5em;
  font-weight: 700;
  background: #ff5f33 no-repeat 0.5em 0 url('/images/triangle.png');
  color: #ffffff;
  line-height: 1em;
  padding: 1em .5em .5em .5em;
}
#asides aside.kleiner a {
	font-size:2.2em;
}
#asides .no-box {
	text-align:center;
	padding-top:0.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #d1d0c7;
}
#asides .social ul {
  overflow: hidden;
}
#asides .social iframe {
  width: 100%;
}
nav ul,
.social ul,
#logos ul {
  padding: 0;
}
nav li,
.social li,
#logos li {
  list-style: none;
  vertical-align:middle;
}
.social li {
	padding:0;
}
.social li p {
	font-size:0.6em;
	color:#A3A18F;
/*	padding:0 0 0 73%; */
	font-weight:600;
}
#logo-wrapper .social ul {
	padding-right:1em;
	padding-bottom:1.5em;
}
#logos li img {
	max-height:58px;
}
.social {
  overflow: hidden;
}
.social li {
  float: left;
}
.social li:last-child {
  margin-right: 0;
}
nav a {
  display: block;
  color: #000000;
  line-height: 1em;
}
nav li li {
  float: none;
}
.breadcrumbs {
  color: #999999;
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs li + li:before {
  content: "/";
  float: left;
  line-height: 3em;
}
.breadcrumbs a {
  color: inherit;
}
#downlink {
  position: absolute;
  top: 2.5em;
  right: 0;
  font-size: 1.6rem;
  background: #e6e7e2;
}
#toplink {
  margin-bottom: 1em;
}
#header nav ul {
  margin-bottom: 0.714285714em;
  background: #e6e7e2;
  font-weight: 600;
  font-size: 1.375em;
  display: none;
}
#header nav ul:after,
#header nav ol:after {
  content: "";
  display: table;
  clear: both;
}
#header nav a {
  padding: 1em 0.9em;
}
#header nav li {
  position: relative;
}
#header nav li ul {
	left:-1px;
  position: absolute;
  z-index: 100;
  display: none;
  min-width: 100%;
  padding: 1em 0;
  background: #f2f3f0;
  font-weight: 400;
  font-size: 1em;
}
#header nav li li a {
  padding: .1em 1em;
}
#header nav li.akt a {
  text-decoration: underline;
}
#header li:hover ul, #header li:focus ul, #header li:active ul {
  display: block;
}
#footer nav li {
  font-size: 1.5em;
}
#footer nav li a {
  margin-bottom: .8em;
  color: #fe3e1b;
  font-weight: 700;
}
#footer nav li li {
  font-size: 0.66666667em;
}
#footer nav li li a {
  color: #000000;
  font-weight: 400;
}
#footer nav ul {
  overflow: hidden;
  margin-bottom: 2em;
}
#footer nav:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 450px) {
  #downlink,
  #toplink {
    display: none;
  }
  nav li {
    float: left;
  }
  #header nav {
    clear: both;
  }
  #header nav ul {
    display: block;
  }
  #footer nav li {
    margin-right: 3%;
  }
  #imprint {
    clear: both;
  }
}
.social {
  font-size: 1.875em;
}
.social a {
  display: block;
  width: 1em;
  height: 1em;
  text-indent: 2em;
  background-image: url('/images/social.png');
  background-size: 6em;
}
.social ul {
  overflow: hidden;
  padding-top:0.5em;
}
.social li {
  overflow: hidden;
  margin: 0 .5em 0 0;
  padding-bottom: 1em;
}
.social li:before {
  content: '';
  margin: 0;
  padding: 0;
}
.social.l {
  font-size: 2.5em;
}
main .social {
  padding-top: 0.3em;
  padding-bottom:0;
  padding-left:0.4em;
  border: solid #d1d0c7;
  border-width: 1px 0;
  margin:2em 0 0 0;
}
#footer .social {
  font-size: 2.30769231em;
}
.fb {
  background-position: -2em top;
}
.g .fb {
  background-position: -2em -1em;
}
.fb:hover, .fb:active, .fb:focus {
  background-position: -2em -2em;
}
.tw {
  background-position: -3em top;
}
.g .tw {
  background-position: -3em -1em;
}
.tw:hover, .tw:active, .tw:focus {
  background-position: -3em -2em;
}
.fl {
  background-position: -4em top;
}
.g .fl {
  background-position: -4em -1em;
}
.fl:hover, .fl:active, .fl:focus {
  background-position: -4em -2em;
}
.gp {
  background-position: -5em top;
}
.g .gp {
  background-position: -5em -1em;
}
.gp:hover, .gp:active, .gp:focus {
  background-position: -5em -2em;
}
.print {
  background-position: 0 0;
}
.print:hover, .print:active, .print:focus {
  background-position: 0 -2em;
}
.mail {
  background-position: -1em 0;
}
.mail:hover, .mail:active, .mail:focus {
  background-position: -1em -2em;
}

aside.social ul li {
	padding-right:0;
	padding-bottom:0;
}

#menuitemou_36 {display:none;}