*:before,
*:after {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

html {
	font-family:'univers_light';
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    margin: 0;
}

a {
    cursor: pointer;
    word-wrap: break-word;
}

img { 
    display: block;
	max-width: 100%;
	border: 0px;
	height: auto;
}

h2,
.hstyle--footer {
    font-family: "univers_bold";
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

table {
    border-collapse: collapse;
	width: 100%;
}

/* LAYOUT */
.container {
	width: 1224px;
	padding-right: 20px;
	padding-left: 19px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -20px;
	margin-left: -19px;
	margin-bottom: 22px;
}

.container:after,
.row:after,
.block__headline:after,
.img-with-text:after {
	clear: both;
}

.row-videoarchiv .col:nth-child(4n + 1) {
    clear: both;
}
.row-videoarchiv .col {
    margin-bottom: 33px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.block__headline:before,
.block__headline:after,
.img-with-text:before,
.img-with-text:after { 
	display: table;
	content: " ";
}

/* GRID */
.col {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 19px;
}
.col--12 {
	width: 100%;
}

.col--9 {
	width: 75%;
}

.col--6 {
	width: 50%;
}
.col--3 {
	width: 25%;
}
.col--4 {
	width: 33.3333%;
}
.col--8 {
	width: 66.6667%;
}
.spacer {
	height: 180px;
}

.topnavigation {
  position: fixed;
  width: 100%;
  height: 33px;
  background: #FFF;
  z-index: 1;
}

/* HEADER NEW */
.header-shell {
    position: relative;
    margin: 0px auto;
    height: 100%;
    width: 1185px;
}
.header {
    width: 100%;
    z-index: 20;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 17;
	background: #F06900;
}
.header-transitions {
    -webkit-transition: height 500ms ease 0s;
	-ms-transition: height 500ms ease 0s;
    -moz-transition: height 500ms ease 0s;
    -o-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
}
.header--small {
    height: 50px;
}
.header-logo {
    display: block;
    bottom: 25px;
    position: absolute;
    background: url('img/logo-apaots.png');
    background-size: 93px 43px;
    background-repeat: no-repeat;
    width: 93px;
    height: 43px;
}
.header-logo-transitions {
    -webkit-transition: transform .5s, bottom 500ms, height 500ms, width 500ms;
	-ms-transition: transform .5s, bottom 500ms, height 500ms, width 500ms;
    -moz-transition: transform .5s, bottom 500ms, height 500ms, width 500ms;
    -o-transition: transform .5s, bottom 500ms, height 500ms, width 500ms;
    transition: transform .5s, bottom 500ms, height 500ms, width 500ms;
    -webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-logo--apa {
    background: url('img/logo-apa.png');
    background-size: 77px 32px;
    background-repeat: no-repeat;
    width: 77px;
    height: 32px;
}
.print-logo {
	display: none;
}

.zindex-100k {
    z-index: 100000;
}
.logo--small {
    bottom: 11px;
    -webkit-transform: scale(0.6666);
	-ms-transform: scale(0.6666);
    -moz-transform: scale(0.6666);
    -o-transform: scale(0.6666);
    transform: scale(0.6666);
    -webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
.ql-logo {
    display: block;
    width: 39px;
    height: 33px;
	/*background: url('img/ql-apa.png') no-repeat scroll 0% 0% transparent;*/
    position: absolute;
    right: 0px;
    z-index: 100000;
    pointer-events: none;
}
.header-unit {
    position: absolute;
    bottom: 25px;
    display: inline-block;
    right: 0;
}
#APABar {
    position: absolute;
    width: 100%;
}

/* GENTICS OVERRIDE */
#qlSwitch span {
    display: none;
}

/* MENU */
.navigation-fixed {
    position: fixed;
    z-index: 2;
    outline: 1px solid black;
}
.menu {
    float: left;
	width: 100%;
	position: relative;
}
.menu > li:first-child > a {
    padding-left: 0px;
}
.menu__item {
    display: inline-block;
    border: 1px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.menu__item-with-submenu:hover {
    border: 1px solid #DDD;
    border-top: 1px solid #FFF;
	box-shadow:1px 5px 4px rgba(0, 0, 0, 0.3);
}
.menu__item-with-submenu > .icon {
	width: 18px;
	height: 18px;
	position: absolute;
    right: 0;
    margin-top: 9px;
}
.menu__item:hover {
    border-bottom: 1px solid #FFF;
}
.menu__submenu-item {
    display: none;
    width: 240px;
}
.menu__item:hover .menu__submenu-item {
    display: block;
}
.menu__item:hover .menu__submenu {
    border: 1px solid #DDD;
	box-shadow:1px 5px 4px rgba(0, 0, 0, 0.3);
}
.menu__submenu {
    position: absolute;
    margin-left: -1px;
    margin-top: -1px;
}
.menu__item:hover > a {
    padding-bottom: 1px;
}

.menu__item--active > a,
.menu__item--activeParent > a {
    font-weight: bold;  
}

.menu-color--1:hover > a {
    color: #F06900;
}

.menu-color--2:hover a {
    background: #F06900;
    color: #FFF;
}
.menu__extra {
	display: inline-block;
	line-height: 33px;
	border: 1px solid #FFF;
	float: right;
}
.btn {
    display: inline-block;
    border: 0px none;
    text-decoration: none;
}

.btn--menu {
    line-height: 33px;
    width: 100%;
    padding: 0px 12px;
    z-index: 20;
    position: relative;
}

.button-link,
.button-link-div-wrapper a {
    display: inline-block;
    border: 0px none;
    text-decoration: none;
    font-family: "univers_bold";
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 16px;
    line-height: 23px;
    background: #F06900;
    color: #FFF;
}
.button-link-div-wrapper a {
	color: #FFF !important;
}
.button-link:hover,
.button-link-div-wrapper:hover a {
    background: #CF5D04;
}
.btn--white {
    background: #FFF;
    color: #000;
}
.banner {
	padding: 33px;
}
.searchfield-color-inactive {
    color: #757575;
}
.searchfield-color-active {
    color: #F06900;
}

.slider-next {
    right: 0px;
}
.slider-prev {
	left: 0px;
}
.slider-nav {
	position: relative;
}
.slider-next,
.slider-prev {
	text-decoration: none;
	position: absolute;
    cursor: pointer;
}
.slider-next:hover,
.slider-prev:hover {
	background-color: #F06900;
}
.slider-control {
	text-align: center;
}
.slider-control a {
	text-decoration: none;
	padding: 0 5px;
}
.slider-control > a > span {
    color: #aaafb4;	
}
.slider-control > a.selected > span {
	color: #000;
}
.slider-control-wrapper {
	position: relative;
	line-height: 23px;
	height: 23px;
}
.quote-wrapper {
    padding: 7px;
    background: #dfdfdf;
    position: relative;
}
.quote-wrapper:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 21px;
    border-width: 0px 0px 20px 20px;
    border-style: solid;
    border-color: transparent #dfdfdf;
    display: block;
    width: 0px;
}
.quote-wrapper__text {
    font-style: italic;
}
.feedback {
	padding: 11px;
	color: #FFF;
}
.feedback a {
    padding: 11px;
    color: #FFF;
}
.feedback-error {
	background: #0082BE;
}
.feedback-success {
	background: #4CC57F;
}
.warning {
    padding: 11px;
	background: #0082BE;
	color: #FFF;
}
.warning a {
	color: #FFf;
}

#slider {
	/*height: 352px;*/
	overflow: hidden;
	font-size:0px;
}
.slider-control-wrapper {
	margin-top: 11px;
}
#slider img {
    display: inline;
    max-width: 100%;
}
.img-with-caption + .img-with-caption {
	display: none;
}
.caption-for-img {
	position: absolute;
	bottom: 22px;
    left: 0px;
    right: 0px;
	height: 99px;
	background-color:rgba(0,0,0,0.4);
}
.caption-for-img__content {
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.caption-for-img:hover {
	background-color: rgba(240,105,0,0.7);
}
.caption-for-img:hover .button-link {
	background: #FFF;
	color: #F06900;
}
.slide-wrapper {
	text-align: center;
	position: relative;
	display: inline-block;
}

.searchform-menu {
    line-height: 33px;
	border: 1px solid #FFF;
}
.searchform-menu__input {
	line-height: 19px;
	paddin-right: 5px;
	border: none;
	font-family: "univers_light";
    font-size: 15px;
	width: 85px;
	text-align: right;
}
.search-button {
	border: none;
	background: #FFF;
}
.language-switcher {
	float: right;
    margin-top: 1px;
}
.btn--lang {
    line-height: 33px;
    width: 100%;
    padding-left: 14px;
    z-index: 20;
    position: relative;
}
.btn-cta {
    color: #FFF;
    background: #F06900;
    line-height: 33px;
    text-transform: uppercase;
    font-family: "univers_bold";
    font-size: 14px;
    text-align: center;
}
.btn-submit {
    padding-left: 11px;
    padding-right: 11px;
    cursor: pointer;
}
.searchform-wrapper ~ .language-switcher {
	margin-left: 1px;
}

/* KONTAKT */
.map {
    width: 1185px;
    height: 475px;
}

#kontaktmap {
    display: none;
}

#email-form input:not(.btn):not([type="checkbox"]):not([type="radio"]) {
    height: 33px;
    width: 100%;
    margin-top: 11px;
    border: 1px solid #EFEFEF;
    font-size: 15px;
    font-family: "univers_light";
    padding-left: 11px;
}
#email-form .input-subject.input-subject {
    width: 100%;
}
#email-form textarea {
    border: 1px solid #EFEFEF;
    width: 100%;
    height: 250px;
    vertical-align: top;
    margin-top: 11px;
    font-size: 15px;
    font-family: "univers_light";
    padding: 11px;
}
#email-form textarea.textarea_autoHeight {
	height: auto;
}
.input-form-wrapper {
    width: 50%;
    display: inline-block;
    padding-right: 11px;
}
.input-form-wrapper + .input-form-wrapper {
    padding-right: 0px;
}
.honig {
	display: none;
}
.form-checkboxes {
	margin-top: 11px;
}
.form-checkboxes input[type="checkbox"] {
	margin-right: 4px;
}
.form-checkboxes label {
	margin-right: 22px;
}

/* BLOCK */
.block__content > *:first-child {
    margin-top: 11px;
}
.block__content > *:not(:first-child) {
	margin-top: 22px;
}

.block__headline {
    display: inline-block;
	width: 100%;
}

.block__headline .icon {
    margin: 2px 11px 0 0;
    float: left;
    width: 18px;
    height: 18px;
}
.block__headline h2,
.block__headline h3:not(.hstyle--footer) {
    cursor: pointer;
    display: table;
}

/* override for legacy markup for old content */
.block__headline strong {
	font-weight: normal;
}

.offnungszeiten-line > div {
    display: inline-block;
}
.offnungszeiten-line > div:nth-child(odd) {
    width: 20%;
}
.offnungszeiten-line > div:nth-child(even) {
    padding-left: 11px;
}                              

.img-with-text img {
	float: left;
	margin-right: 11px;
}
.img-with-text img + div {
	margin-top: -3px;
	/*display: inline-block;*/
}
.img-with-caption {
	position: relative;
	text-align: center;
	display: inline-block;
}
.img-with-caption img {
	width: 100%;
	height: auto;
}
.img-with-caption__description {
    color: #FFF;
	display: block;
	padding: 0 14px;
    margin-bottom: 4px;
	font-size: 15px;
}

/* ONE PAGER LAYOUT */
.onepage-section {
	font-size: 0px;
	/*padding-right: 20px;
    padding-left: 20px;*/
}
.onepage-section:nth-child(even) {
    background: #EFEFEF;
}
.release-notes-wrapper .onepage-section:nth-child(odd) {
	background: #EFEFEF;
}
.release-notes-wrapper .onepage-section:nth-child(even) {
    background: #FFF;
}

.onepage-section + .onepage-section {
	margin-top: 22px;
}
.section-text-only {
	font-size: 15px;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 44px;
	padding-left: 22px;
	padding-right: 22px;
}
.section-text {
	display: inline-block;
	width: 50%;
	font-size: 15px;
	vertical-align: middle;
	text-align: right;
    padding-top: 44px;
    padding-bottom: 44px;
	padding-left: 22px;
	padding-right: 22px;
}
.section-text-releasenotes {
	text-align: left;
	padding-top: 22px;
	padding-bottom: 22px;
}
.section-text h2,
.section-text-only h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'univers_light';
}
.section-text-only h1,
.section-text h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'univers_bold';
}
.section-text > *:not(:first-child),
.section-text-only > *:not(:first-child) {
	margin-top: 11px;
}
.section-text a {
	color: #F06900;
}
.section-bild + .section-text {
	text-align: left;
}
.section-bild {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.bild-wrapper {
	margin: 0 auto;
	width: 75%;
	padding-top: 22px;
	padding-bottom: 22px;
}
.section-bild img {
	margin: 0 auto;
	height: auto;
}
.container-onepage {
	margin-bottom: 143px;
}

.webcast-wrapper {
    text-align: center;
    background: #EFEFEF;
    position: relative;
    font-size: 0px;
    margin-bottom: 11px;
}
.webcast-wrapper img {
    width: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.webcast-wrapper-insetText {
    text-align: left;
    position: absolute;
    bottom: 0px;
    background: #FFF;
    padding: 11px;
    opacity: .95;
    left: 0px;
    font-size: 15px;
}
.webcast-wrapper-insetText a {
    color: #000;
    text-decoration: none;
}
.webcast-title {
    font-family: 'univers_cnd_bold';
    text-transform: uppercase;
    font-size: 15px;
    color: #000 !important;
}
.webcast-meta {
    color: #888F96;
}

.shareiconwrapper {
    margin-right: 11px;
    position: relative;
	display: inline-block;
}
.shareiconwrapper--fb {
    background: #3370AA;
}
.shareiconwrapper--tw {
    background: #0BBCFF;
}
.shareiconwrapper--gp {
    background: #D6492B;
}
.shares-counter {
    display: none;
    color: #FFF;
    padding: 0px 4px;
    vertical-align: middle;
}
.shares-counter a {
	color: #FFF !important;
}
.shares-counter a:hover {
	text-decoration: none;
}
.shareiconwrapper a {
    text-decoration: none;
    display: inline-block;
	color: #FFF;
}
.shareiconwrapper--tw a:hover {
    text-decoration: underline;
}

#email-form select {
	height: 33px;
	width: 50%;
	margin-top: 11px;
	border: 1px solid #EFEFEF;
	font-size: 15px;
	font-family: "univers_light";
	padding-left: 11px;
	display: inline-block;
}

.lightbox-padding {
	padding: 11px;
}
#cboxLoadedContent {
	margin-bottom: 0px !important;
}
#cboxOverlay {
	opacity: .7 !important;
	background: #000 !important;
}
.hstyle--1,
.banner-link,
.kurs-link,
.trainer-seite-kurs-link,
.trainer-seite-kurs-link-wslg,
#content .block__headline h3,
#content .block__headline h2 {
    font-size: 15px;
    font-weight: normal;
    font-family:'univers_cnd_bold';
    text-transform: uppercase;
    text-decoration: underline;
}
.hstyle--1:hover {
    color: #F06900;
}
.text--bold-and-uppercase {
    font-size: 15px;
    font-weight: normal;
    font-family: "univers_bold";
	text-transform: uppercase;
}
.hstyle--2,
.contentstyling--1 h2,
.contentstyling--1 h3 {
    font-size: 15px;
    font-weight: normal;
    font-family: "univers_bold";
	color: #000;
}
.hstyle--3, .contentstyling--1 h1 {
    font-family: "univers_bold";
	font-size: 24px;
	font-weight: normal;
}
.hstyle--4 {
    font-family: "univers_bold";
    font-size: 15px;
    font-weight: normal;
    color: #000;
    display: table;
	cursor: initial;
}
.contentstyling--1 > *:not(#slider) {
	margin-bottom: 22px;
}
a.linkstyle--1,
.linkstyle--1 a:not(.button-link):not(.aussendung-headline),
a.linkstyle--footer,
.linkstyle--footer a:not(.button-link) {
    color: #F06900;
}
a.linkstyle--1:hover,
.linkstyle--1 a:not(.button-link):not(.aussendung-headline):hover,
a.linkstyle--footer:hover,
.linkstyle--footer a:not(.button-link):hover {
    color: #555F69;
}
a.linkstyle--2,
.linkstyle--2 a {
    color: #555F69;
}
a.linkstyle--2:hover,
.linkstyle--2 a:hover {
    color: #F06900;
}
a.linkstyle--3,
.linkstyle--3 a {
	color: #000;
}
a.linkstyle--3:hover,
.linkstyle--3 a:hover {
    color: #F06900;
}

.inputstyle--1 {
	line-height: 33px;
	border: 1px solid #FFF;
	font-size: 15px;
	padding-left: 11px;
	color: #AAAFB4;
	text-align: right;
}
.input-email {
    background: #EFEFEF;
    line-height: 33px;
    padding-left: 11px;
    font-size: 15px;
    font-family: "univers_light";
    border: 1px solid #EFEFEF;
    width: 100%;
	height: 33px;	
}
.input-button-overlay {
	position: relative;
}
.button-submit {
	position: absolute;
	right: 0;
    font-size: 15px;
    font-family: "univers_light";
}
.button-anmelden {
    display: inline-block;
    background: #F06900;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border: 0px none;
    text-decoration: none;
    font-family: "univers_bold";
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 16px;
    line-height: 23px;
    color: #FFF;
}
.button-anmelden-campus {
	background: #E10000;
}
.button-anmelden-itpress {
	background: #2794b4;
}
.mb--1 {
    margin-bottom: 33px;
}
.mb--2 {
	margin-bottom: 22px;
}
.mb--3 {
	margin-bottom: 3px;
}
.mb--4 {
    margin-bottom: 44px;	
}
.mr--1 {
	margin-right: 11px;
}
.mt-1 {
	margin-top: 11px;
}
.mt-2 {
	margin-top: 22px;
}
.ml-1 {
	margin-left: 11px;
}
.pt--1 {
    padding-top: 22px;
}
.nodeco {
	text-decoration: none;
}
.w--1,
.w--1v {
    width: 189px;
}
.w--2 {
	width: 30px;
}
.w--3 {
	width: 65px;
}
.w--4 {
	width: 170px;
}
.w--5 {
	width: 163px;
}
.vam {
	vertical-align: middle;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.list--nobullets {
    list-style-type: none;
}
.list--nobullets li a {
    display: table;	
}
.list--nobullets li .icon {
	float: left;
	margin-top: 7px;
}
.list-custombullets-download {
    list-style-image: url("img/icon-arrow-download.png");
	margin-left: 16px;
}
.inactive-element {
    opacity: 0.3;
}
.list--bullets-inside,
.contentstyling--1 ul {
    list-style-type: disc;
    padding-left: 15px;
}
.contentstyling--1 ol {
	padding-left: 15px;
}
ul.searchresults {
	list-style-type: none;
	padding-left: 0px;
}
ul.searchresults > li {
	margin-bottom: 22px;
}
/* ICONS */
.icon {
    display: inline-block;
}

.icon--closed-white {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: url(img/icon-plus-white.png) no-repeat center;
}

.icon--open-white {
    width: 8px;
    height: 2px;
    cursor: pointer;	
    background: url(img/icon-minus-white.png) no-repeat center;
}

.icon--arrow-upright-black {
    width: 8px;
    height: 8px;	
    background: url(img/icon-arrow-upright-black.png) no-repeat center;
}
.icon--arrow-upright-white {
    width: 8px;
    height: 8px;
    background: url(img/icon-arrow-upright-white.png) no-repeat center;
}

.icon--arrow-down-black {
    width: 8px;
    height: 5px;
    background: url(img/icon-arrowDown-dark.png) no-repeat center;
	vertical-align: middle;
	cursor: pointer;
}
.icon--arrow-hollow-left {
	width: 14px;
	height: 11px;
	background-image: url(img/icon-arrowLeft-hollow.png);
	background-color: #000;
}
.icon--arrow-hollow-right {
    width: 14px;
    height: 11px;
    background-image: url(img/icon-arrowRight-hollow.png);
    background-color: #000;	
}
.icon--arrow-download {
    width: 8px;
    height: 8px;
    background-image: url(img/icon-arrow-download.png);
}
.icon--marker {
    width: 18px;
    height: 21px;
    background: url(img/icon-marker.png) no-repeat center;
}
.icon--phone {
    width: 18px;
    height: 18px;
    background: url(img/icon-phone.png) no-repeat center;
}
.icon--mail {
    width: 18px;
    height: 15px;
    background: url(img/icon-mail.png) no-repeat center;
}
.icon--blog {
    width: 18px;
    height: 18px;
    background: url(img/icon-blog.png) no-repeat center;
}
.icon__footer {
	margin-right: 11px;
	vertical-align: top;
}
.icon__footer ~ div {
    display: inline-block;
}
.icon__footer.icon--mail,
.icon__footer.icon--blog {
	margin-top: 3px;
}
.icon--search {
    width: 12px;
    height: 11px;
    background: url(img/icon-search.png) no-repeat center;
    vertical-align: middle;
}
.search-button.icon--search {
    width: 23px;
    height: 23px;
	margin-bottom: 1px;
	cursor: pointer;
}

.icon-share-23x23 {
    padding-top: 2px;
    padding-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 23px;
    height: 23px;
}
.icon--tw {
    background: url('img/logo-tw_23x23.png') no-repeat;
}
.icon--fb {
    background: url('img/logo-fb_23x23.png') no-repeat;
}
.icon--gp {
    background: url("img/logo-gp_23x23.png") no-repeat;
}
.icon--yt {
    background: url("img/logo-yt_23x23.png") no-repeat;
}
.icon--fl {
    background: url("img/logo-fl_23x23.png") no-repeat;
}
.icon--pi {
    background: url("img/logo-pi_23x23.png") no-repeat;
}
.icon--xi {
    background: url("img/logo-xi_23x23.png") no-repeat;
}
.icon--in {
    background: url("img/logo-in_23x23.png") no-repeat;
}
.icon--ig {
    background: url(img/logo-ig_23x23.png) no-repeat;
}

.icon-share-18x18 {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.icon-share-18x18.icon--tw,
.icon-share-18x18.icon--fb, 
.icon-share-18x18.icon--gp, 
.icon-share-18x18.icon--yt, 
.icon-share-18x18.icon--fl, 
.icon-share-18x18.icon--pi,
.icon-share-18x18.icon--xi,
.icon-share-18x18.icon--in,
.icon-share-18x18.icon--ig {
    background-size: 18px;
	margin-bottom: 1px;
}

.rotate-180deg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* COLORS */
.bg--orange,
.icon--color {
    background-color: #F06900;
}
.bg--grey {
    background: #EEEFF0;
}
.bg--white {
	background: #FFF;
}

/* SEPARATORS */
.separator {
    min-height: 1px;
}

.separator--blank {
    margin-bottom: 30px;
}

.tar {
    text-align: right;
}

.hide-in-bp123, .hide-in-bp12 {
    display: none;
}
.no-cursor-in-bp123 {
	cursor: text;
}

.last-update {
    display: none;
}

/* CHROME FONT BUG */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    h2,
    .hstyle--footer,
    .button-link,
    .hstyle--4 {
        font-family: sans-serif;
        font-weight: bold;
    }
}

@media only screen and (max-width: 1279px) {
    .container {
        width: 941px;
    }
    .header-shell {
        width: 902px;
    }
	.col--9, .col--8 {
        width: 100%;
	}
	.col--3 {
        width: 50%;
	}
	.spacer {
	   height: 173px;
	}
    .searchform-menu__input {
       text-align: left;    
    }
    
    .row-videoarchiv .col:nth-child(4n + 1) {
        clear: none;
    }
    .row-videoarchiv .col:nth-child(2n + 1) {
        clear: both;
    }
    
    .footer .block__content {
        margin-bottom: 33px;
	}
	.offnungszeiten-line > div:nth-child(odd) {
	     width: 25%;
	 }
}

@media only screen and (max-width: 1023px) {
	.container {
        width: 729px;
	}
	.header-shell {
        width: 690px;
	}
	.col--4 {
	   width: 50%;
	}
    /* GENTICS OVERRIDE */
	div.qlWrapper div.qlMobileWrapper {
        display: block;
    }
    .topnavigation {
        position: relative;
    	height: auto;
    }
    .header {   
        height: 50px;
    }
    .header-logo {
        bottom: 11px;
        -webkit-transform: scale(0.6666);
        -ms-transform: scale(0.6666);
        -moz-transform: scale(0.6666);
        -o-transform: scale(0.6666);
        transform: scale(0.6666);
    }
    .header-unit--logo {
        -webkit-transform: scale(0.6);
    	-ms-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        bottom: 14px;
    }
    .ql-logo {
        width: 16px;
        height: 12px;
        bottom: 17px;
        background: url("img/ql-switch-small.png") no-repeat scroll 0% 0% transparent;
        pointer-events: auto;
    }
    .qlWrapper { 
        display: none;
    }
    .qlButton {
       display: none;
    }
    .qlWrapper .qlButtonWrapper {
        width: 100% !important;
    }
    div.qlWrapper div.qlMobileWrapper {
        display: block !important;
    }
    .spacer {
        height: 40px;
    }
    .hide-in-bp234 {
	   display: none;
    }
    .menu {
        display: none;
        float: none;
    }
    .searchform-menu {
        float: none;
    }
    .language-switcher {
        position: absolute;
        top: 0px;
    	right: 0px;
    }
    .menu__extra {
        display: none;
    	position: absolute;
        top: 2px;
    }
    .menu__item {
        display: block;
        background: #FFF;
    	border-top: 1px solid #EEEFF0;
    	border-bottom: 1px solid #FFF;
    }
    .menu__item:hover a,
    .menu__submenu-item:hover a {
        padding-bottom: 0px;
    }
    .menu__item--active:hover > a {
        color: #F06900;
    }
    .menu-color--1 > a:hover,
    .menu-color--2 > a:hover {
        color: #F06900;
    }
    .menu-color--2:hover > a {
        background: #FFF;
    	color: #F06900;
    }
    .menu__submenu {
        position:relative;
        margin-top: 0px;
        margin-left: 0px;
    	display: none;
    }  
    .menu__submenu-item {
        border-top: 1px solid #EEEFF0;
        display: block;
    	width: 100%;
    }
    .menu__item:hover .menu__submenu {
        border: 0px;
    	box-shadow: none;
    }
    .btn--menu {
        padding-left: 0px;
        width: auto;
    }
    .menu__item-with-submenu:hover {
    	border-top: 1px solid #EEEFF0;
    	border-left: 1px solid #FFF;
    	border-right: 1px solid #FFF;
    	box-shadow: none;
    }
    .hide-in-bp12 {
        display: inline-block;
    }
    .container-onepage {
	   margin-bottom: 99px;
    }
}
@media only screen and (max-width: 767px) {
	.container {
        width: 100%;
	}
	.header-shell {
        margin: 0px auto;
        width: 94%;
        min-width: 300px;
	}
	.col--3, .col--4, .col--6 {
        width: 100%;
	}
	.footer .col + .col {
	    margin-top: 11px;
	}
	
	.section-text, 
	.section-bild {
	   width: 100%;
    }
    .section-text {
	   text-align: left;
    }
	.hstyle--footer {
        font-family: "univers_cnd_bold";
        text-transform: uppercase;
        text-decoration: underline;
		font-weight: normal;
	}
	.caption-for-img {
        bottom: 0px;
    }
    .caption-for-img,
    .caption-for-img:hover {
	   background: none;
    }
	.img-with-caption__description {
        display: none; 
	}
	.hide-in-bp123 {
        display: block;
	}
	.hide-in-bp34 {
	   display: none;
	}
	.no-cursor-in-bp123 {
        cursor: pointer;
    }
    .mt-in-bp4 {
	   margin-top: 22px;
    }
    .container-onepage {
       margin-bottom: 22px;
    }
}

/*
print styles
*/
@media print {
    
    body {
        overflow: visible;
        font-size: 14px;
        font-family: arial, sans-serif;
        width: 100%;
        line-height: 1.5;
    }
    
    .spacer {
        height: 120px;
    }
   
    
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
    
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    #content,
    .container {
	    padding-right: 0px;
        padding-left: 0px;
    }
    
    .topnavigation .container,
    #APABar,
    .ql-logo,
    .col--3,
    .col--4,
    .footer,
    .caroufredsel_wrapper,
    .img-with-caption,
    .slider-control-wrapper,
    .block__headline .icon {
       display: none;
    }
    
    .header-unit {
	   display: none !important;
    }
    
    .header {
       background: #FFF;
    }
    
    .topnavigation {
	   position: absolute;
    }
    .print-logo {
        display: block;
        position: relative;
        top: 32px;
    }
        
    .block__content {
       display: block !important;
    }
    
    .block__headline h2,
    .block__headline h3 {
        font-family: "univers_bold" !important;
        font-size: 15px !important;
        font-weight: normal !important;
        color: #000 !important;
        text-transform: none !important;
        text-decoration: none !important;
    }
    
    .button-link {
	   display: none;
    }

    .col--8,
    .col--9,
    .container{
       width: 100%;
    }
    
    .header-shell {
        width: 100%;
        margin-left: 0px;
    }
    
    .last-update {
        display: block;
        background: #FFF;
        margin-top: 11px;
    }
    .last-update-text {
        padding-top: 11px;
        border-top: 1px solid #EEEFF0;
    }

}

@media print and (-webkit-min-device-pixel-ratio:0) {
    .contentstyling--1 h3,
    .contentstyling--1 h2 {
        font-family: sans-serif !important;
        font-weight: bold !important;
    }
}


.nl {
	margin:0;
}
