/* Falls im IE-9 das Layout nicht korrekt dargestellt wird, kann es daran liegen, dass die CSS-Datei zu groß ist */
/* Der IE kann pro Datei nur max 4095 Selektoren verarbeiten. */
/* Lösung: Das CSS splitten oder hier in die CSS-IE-Datei die fehlenden CSS-Module nochmal hinzufügen */
/* Aktuell ist das noch nicht notwendig */
.grid {
  width: 960px;
  margin: 0 auto;
}
.module,
.container {
  display: block;
  float: left;
  min-width: 0px !important;
}
.row.container {
  display: table !important;
}
.row.container > .module {
  display: table-cell !important;
  float: none;
}
.ie-center.container > .module {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.fullwidth.grid,
.fullwidth.container,
.fullwidth.module {
  width: 100%;
}
@media screen and (min-width: 980px) {
  body .l-0 {
    display: none;
  }
}
body .l-1 {
  min-width: 0px !important;
  width: 80px;
  display: inline-block;
}
body .l-2 {
  min-width: 0px !important;
  width: 160px;
  display: inline-block;
}
body .l-3 {
  min-width: 0px !important;
  width: 240px;
  display: inline-block;
}
body .l-4 {
  min-width: 0px !important;
  width: 320px;
  display: inline-block;
}
body .l-5 {
  min-width: 0px !important;
  width: 400px;
  display: inline-block;
}
body .l-6 {
  min-width: 0px !important;
  width: 480px;
  display: inline-block;
}
body .l-7 {
  min-width: 0px !important;
  width: 560px;
  display: inline-block;
}
body .l-8 {
  min-width: 0px !important;
  width: 640px;
  display: inline-block;
}
body .l-9 {
  min-width: 0px !important;
  width: 720px;
  display: inline-block;
}
body .l-10 {
  min-width: 0px !important;
  width: 800px;
  display: inline-block;
}
body .l-11 {
  min-width: 0px !important;
  width: 880px;
  display: inline-block;
}
body .l-12 {
  min-width: 0px !important;
  width: 960px;
  display: inline-block;
}
/*  */
/*  */
@media screen and (min-width: 660px) and (max-width: 979.9px) {
  .grid {
    width: 640px;
  }
  body .m-8,
  body .l-9,
  body .l-10,
  body .l-11,
  body .l-12 {
    min-width: 0px !important;
    width: 640px;
    display: inline-block;
  }
  body .m-1 {
    min-width: 0px !important;
    width: 80px;
    display: inline-block;
  }
  body .m-2 {
    min-width: 0px !important;
    width: 160px;
    display: inline-block;
  }
  body .m-3 {
    min-width: 0px !important;
    width: 240px;
    display: inline-block;
  }
  body .m-4 {
    min-width: 0px !important;
    width: 320px;
    display: inline-block;
  }
  body .m-5 {
    min-width: 0px !important;
    width: 400px;
    display: inline-block;
  }
  body .m-6 {
    min-width: 0px !important;
    width: 480px;
    display: inline-block;
  }
  body .m-7 {
    min-width: 0px !important;
    width: 560px;
    display: inline-block;
  }
  body .m-0 {
    display: none !important;
  }
}
@media screen and (max-width: 659.9px) {
  .grid {
    width: 320px;
  }
  body .m-5,
  body .m-6,
  body .m-7,
  body .m-8,
  body .l-5,
  body .l-6,
  body .l-7,
  body .l-8,
  body .l-9,
  body .l-10,
  body .l-11,
  body .l-12 {
    min-width: 0px !important;
    width: 320px;
    display: inline-block;
  }
  body .s-1 {
    min-width: 0px !important;
    width: 80px;
    display: inline-block;
  }
  body .s-2 {
    min-width: 0px !important;
    width: 160px;
    display: inline-block;
  }
  body .s-3 {
    min-width: 0px !important;
    width: 240px;
    display: inline-block;
  }
  body .s-4 {
    min-width: 0px !important;
    width: 320px;
    display: inline-block;
  }
  body .s-0 {
    display: none !important;
  }
}


.js .tab.container.active,
.tab.container.active.nojs {
    display: block;
}

/* IE9 */
@media screen and (max-width: 639px) {
    ul.tabs li {
        width: 300px;
    }
}


.teaser.fullsize,
.teaser.halfsize {
	display: block;
	width: 100%;
}
.teaser.fullsize {
	height: 540px;
}
.teaser.halfsize {
	height: 270px;
}
.teaser.fullsize + *,
.teaser.halfsize + * {
	clear: left;
}
.teaser.fullsize [class].background img,
.teaser.halfsize [class].background img {
	left: 0px;
	top: 0px;
	-ms-transform: none;
	width: 960px;
	height: auto;
}
.teaser.fullsize.vertical .content,
.teaser.halfsize.vertical .content {
	padding: 20px;
}
.teaser.fullsize.vertical .content > * {
	margin: 40px 0;
}
.teaser.halfsize.vertical .content > * {
	margin: 20px 0;
}
.vertical.teaser > .vertical {
	display: block;
	text-align: center;
}
.vertical.teaser > .vertical ul {
	text-align: left;
}
.vertical > .vertical > *,
.vertical > .vertical p,
.vertical > .vertical h1,
.vertical > .vertical h2,
.vertical > .vertical h3,
.vertical > .vertical h4,
.vertical > .vertical h5,
.vertical > .vertical h6 {
	display: block;
	float: none;
}
.label.top-center,
.label.center,
.label.bottom.center {
	left: 45%;
}
.label.center-left,
.label.center,
.label.center-right {
	top: 35%;
}
@media screen and (min-width: 0px) {
	.label.top-center,
	.label.center,
	.label.bottom.center {
		left: 50%;
	}
	.label.center-left,
	.label.center,
	.label.center-right {
		top: 50%;
	}
}


hr {
    margin-bottom: -7px;
}

@media (max-width: 979.9px) {
    .no-flex .header + .navigation,
    .navigation {
        display: none;
    }
    .no-flex.toggle-nav .header + .navigation,
    .toggle-nav .navigation {
        display: inline-block;
    }
}


[class][class][class].hidden { display: none !important; }

form.search fieldset .field.search.half-size {
    width: auto;
}
form.search fieldset .field.action.quarter-size {
    width: auto;
}
.module.l-8 form.search {
    -ms-transform: translate(33%,0px); /* IE 9 */
}
@media screen and (max-width: 659.9px) {
    .navigation + .module form.search fieldset .half-size.search.field {
        width: 85%;
    }
}
@media screen and (max-width: 979.9px) {
    .module.l-8 form.search {
        -ms-transform: translate(0,0); /* IE 9 */
    }
}
