*: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;
}

/* 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,
.post__author:after,
.block__headline:after {
	clear: both;
}

.container:before,
.container:after,
.row:before,
.row:after,
.post__author:before,
.post__author:after,
.block__headline:before,
.block__headline: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%;
}
.topnavigation {
    position: fixed;
    width: 100%;
    height: 33px;
    background: none repeat scroll 0% 0% #FFF;
    z-index: 1;
}
.header-shell {
    position: relative;
    margin: 0px auto;
    height: 100%;
    width: 1185px;
}
.header {
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0px;
    z-index: 17;
    background: none repeat scroll 0% 0% #F06900;
}
.header-transitions {
    transition: height 500ms ease 0s;
}
.header--small {
    height: 50px;
}
.header-logo {
    display: block;
    bottom: 25px;
    position: absolute;
    background: url('img/logo-tp.png');
    background-size: 209px 19px;
    background-repeat: no-repeat;
    width: 209px;
    height: 19px;
}
.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;
}
.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;
}
.header-logo.logo--small {
    bottom: 16px;
}
.ql-logo {
    display: block;
    width: 39px;
    height: 33px;
    background: url('img/ql-apaots.png');
    position: absolute;
    right: 0px;
    z-index: 100000;
    pointer-events: none;
}
.header-unit {
    position: absolute;
    bottom: 25px;
    display: inline-block;
    right: 0;
}
.header-unit--logo {
    width: 57px;
    height: 16px;
    background: url('img/unit-blog.png') no-repeat;
}
.header-partOf {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 49px;
}
.header-partOf--tpblog {
    background: url('img/partOf-tp.png') no-repeat;
    width: 52px;
    height: 12px;   
}
.banner--berg {
    line-height: 0px;
	background: url(https://static.ots.at/css/images/tpheader/20070604_PD5845.jpg);
	margin-bottom: 44px;
	height: 148px;
}
#APABar {
    position: absolute;
    width: 100%;
}
.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 {
    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:hover {
    background: #CF5D04;
}
.btn--white {
    background: #FFF;
    color: #000;
}

.searchfield-color-inactive {
    color: #757575;
}
.searchfield-color-active {
    color: #F06900;
}

/* GENTICS OVERRIDE */
#qlSwitch span {
    display: none;
}
.spacer {
    /*height: 154px;*/
	height: 100px;
}
.author-about {
    background: #555f69;
    color: #FFF;
	padding: 11px;
	min-height: 240px;
}
.author-about-overview {
	background: #FFF;
	color: #000;
	padding: 0px;
	min-height: 0px;
}
.author-about:after {
    clear: both;
}
.author-about:before,
.author-about:after {
	display: table;
    content: " ";
}
.author-about-name {
	margin-bottom: 11px;
}
.author-about-contact-info {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.author-about-overview {
	text-decoration: none;
	font-weight: bold;
	color: #888F96;
}
a.author-about-overview:hover {
	color: #F06900;
}
.author-about-count {
	text-align: right;
}
.author-about-count-number {
	font-weight: bold;
}
.author-stats  {
    position: absolute;
}
.author-stats .photo {
	margin-right: 0px;
	max-width: 71px;
}
.author-stats > :not(:first-child) {
    margin-top: 11px;
}
.author-description {
	margin-top: -4px;
	display: inline-block;
	padding-left: 82px;
}
.site-navigation {
	color: #5c5f79;
}
.block__headline {
    display: inline-block;
    width: 100%;
}
.block__headline__icon--plusMinus {
    width: 18px;
    height: 18px;
	margin: 2px 11px 0px 0px;
    float: left;
	display: inline-block;
}
.block__headline__icon--arrow {
    float: right;
    color: #F06900;
    cursor: pointer;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.searchform-menu--2 {
	position: relative;
}
.searchform-menu__input--2 {
    line-height: 22px;
	height: 22px;
    border: none;
    font-family: "univers_light";
    font-size: 15px;
	width: 100%;
	padding-left: 4px;
}
.search-button {
    border: none;
}
.search-button--2.icon--search {
    width: 23px;
    height: 23px;
    margin-bottom: 1px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border: 0px;
}
.searchform-menu {
    line-height: 33px;
    border: 1px solid #FFF;
}
.searchform-menu__input {
    line-height: 19px;
    padding-right: 5px;
    border: none;
    font-family: "univers_light";
    font-size: 15px;
    width: 85px;
    text-align: right;
}
.search-button {
    border: none;
    background: #FFF;
}
.search-highlight {
	background: yellow;
}

.icon {
    display: inline-block;
}
.icon--marker {
    width: 18px;
    height: 21px;
    background: url('img/icon-marker.png') no-repeat scroll center center transparent;
}
.icon--phone {
    width: 18px;
    height: 18px;
    background: url('img/icon-phone.png') no-repeat scroll center center transparent;
}
.icon--mail {
    width: 18px;
    height: 15px;
    background: url('img/icon-mail.png') no-repeat scroll center center transparent;
}
.icon__footer.icon--mail {
    margin-top: 3px;
}
.icon__footer {
    margin-right: 11px;
    vertical-align: top;
}
.icon__footer ~ div {
    display: inline-block;
}
.icon--closed-white {
    cursor: pointer;
    background: url('img/icon-plus-white.png') no-repeat center;
}
.icon--open-white {
    cursor: pointer;
    background: url('img/icon-minus-white.png') no-repeat scroll center center transparent;
}
.icon--search {
    width: 12px;
    height: 11px;
    background: url('img/icon-search.png') no-repeat scroll center center transparent;
    vertical-align: middle;
}
.icon-arrow-top {
    width: 13px;
    height: 14px;
    background: url('img/icon-arrow-top.png') no-repeat scroll center center transparent;
}
.icon-jumpToTopText {
	position: absolute;
	left: 15px;
    top: 18px;
}
.search-button.icon--search {
    width: 23px;
    height: 23px;
    margin-bottom: 1px;
}
.icon--fb {
    background: url('img/logo-fb_23x23.png') no-repeat scroll 0% 0% transparent;
}
.icon--tw {
    background: url('img/logo-tw_23x23.png') no-repeat scroll 0% 0% transparent;
}
.icon--gp {
    background: url('img/logo-gp_23x23.png') no-repeat scroll 0% 0% transparent;
}
.icon--rss {
    background: url('img/icon-rss.png') no-repeat scroll 0% 0% transparent;
}
.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--rss {
    background-size: 18px auto;
    margin-bottom: 1px;
}
.icon-share-23x23 {
    padding-top: 2px;
    padding-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 23px;
    height: 23px;
}

.btn {
	display: inline-block;
	line-height: 33px;
	height: 33px;
	border: 0px;
	padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
}
.btn--cta,
.btn--reset {
	color: #FFF;	
	font-size: 12px;
    font-family: "univers_bold";
	text-transform: uppercase;
}
.btn--cta {
	background: #F06900;
}
.btn--cta:hover {
	background: #CF5D04;
}
.btn--reset {
	background: #555f69;
}

.actionButton { background: rgb(238, 239, 240); }
.ab-headline { font-size: 24px; padding-bottom: 3px; }
.actionButton .btn { margin-top: 14px; }
.actionButton { background: rgb(238, 239, 240); padding: 20px 66px; color: rgb(85, 95, 105); text-align: center; margin-bottom: 22px; }

.author-name,
.channel-name,
.categories li a {
	color: #555f69;
	font-weight: bold;
	text-decoration: none;
}
.categories li {
	color: #F06900;
}
.author-name:hover,
.author-company:hover,
.categories li a:hover {
	color: #F06900;
}
.author-company,
.author-company-nolink {
	color: #888f96;
	font-size: 14px;
	text-decoration: none;
}
.channel-count {
	color: #F06900;
	text-decoration: none;
	font-size: 12px;
}

.no-cursor-in-bp123 {
    cursor: text;
}
.hstyle--footer {
    font-family: "univers_bold";
    font-size: 15px;
    font-weight: normal;
    color: #000;
	display: table;
}
.block__content > :first-child {
    margin-top: 11px;
}
.block__content > :not(:first-child) {
    margin-top: 21px;
}

.block__content ul.list--authors li:not(:last-child) {
    margin-bottom: 11px;
}

.linkstyle--footer a:not(.btn--cta) {
    color: #F06900;
}
.linkstyle--footer a:not(.btn--cta):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: #555F69;
	text-decoration: none;
}
a.linkstyle--3:hover,
.linkstyle--3 a:hover {
    color: #F06900;
}
a.linkstyle--4,
.linkstyle--4 a {
    color: #000;
    text-decoration: none;
}
a.linkstyle--4:hover,
.linkstyle--4 a:hover {
    color: #F06900;
}
a.linkstyle--5,
.linkstyle--5 a {
    color: #FFF;
    text-decoration: none;
}
a.linkstyle--5:hover,
.linkstyle--5 a:hover {
    color: #F06900;
}
a.linkstyle--6,
.linkstyle--6 a {
    color: #F06900;
}
a.linkstyle--6:hover,
.linkstyle--6 a:hover {
    color: #FFF;
}

.active--1 {
	color: #F06900;
}
.h1--main {
	font-size: 24px;
	color: #F06900;
	font-family: 'univers_bold';
	font-weight: normal;
}
.h1--authorname {
    font-size: 24px;
    color: #555f69;
    font-family: 'univers_bold';
    font-weight: normal;
}
.top-headline {
    text-transform: uppercase;
	margin-bottom: 33px;
}
.h3--date {
	font-size: 16px;
	color: #baafb4;
	margin: 44px 0 22px 0;
	font-weight: normal;
}
.separator--blank {
    margin-bottom: 30px;
}
.separator {
    min-height: 1px;
}
.socials {
	margin-bottom: 22px;
}
.block__content .socials {
	margin-bottom: 0px;
}
.shareiconwrapper {
    margin-right: 11px;
    position: relative;
    display: inline-block;
}
.shareiconwrapper a {
	text-decoration: none;
}
.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 {
    text-decoration: none;
    color: #FFF;
}
.post {
	position: relative;
}
.post + .post {
	margin-top: 55px;
}
.post__headline {
	font-family: 'univers_bold';
	font-weight: normal;
	font-size: 24px;
	margin: 11px 0px;
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.post__details {
	position: relative;
	/*height: 16px;*/
}
.post__details__date {
	font-size: 12px;
	position: relative;
	display: inline-block;
}
.post__details__commentcount {
    padding: 0px 4px;
    background: #F06900;
    position: absolute;
	display: inline-block;
	right: 0px;
	font-weight: bold;
	font-size: 12px;
	top: 3px;
}
.post__details__commentcount:after {
    content: "";
    position: absolute;
    bottom: -6px;
    border-width: 0px 0px 6px 6px;
    border-style: solid;
    border-color: transparent #F06900;
    display: block;
    width: 0px;
}
.post__details__commentcount__link {
	color: #FFF;
	text-decoration: none;
}
.open-menu {
    color: black;
    text-decoration: none;
    font-size: 16px;
}
.row {
	position: relative;
}
.post__content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
}
.post__content > :first-child {
	margin-bottom: 11px;
}
.post__content > :not(:first-child) {
    margin-top: 11px;
	margin-bottom: 11px;
}
#comments {
	padding-bottom: 94px;
	margin-top: -94px;
	display: block;
}
.post__comment-wrapper,
.comment-respond {
	margin-top: 44px;
}
#recaptcha-submit-btn-area {
	display: inline-block;
}
.form-input-wrapper {
	font-size: 0px;
}

.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng,
.wpcf7-response-output,
.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip {
	padding: 11px;
    background: #0082BE;
    color: rgb(255, 255, 255);
    border: 0 !important;
    margin-left: 0 !important;
	margin-right: 0 !important;
    margin-top: 22px;
	font-size: 15px !important;
}
span.wpcf7-not-valid-tip {
    color: #FFF !important;
}
textarea[aria-invalid="true"] {
	border: 1px solid red !important;
}

.wpcf7-mail-sent-ok {
    background: #4CC57F
}

#email-form > p + div {
	margin-top: 11px;
}

.post__comment p + p {
	margin-top: 22px;
}
.post__comment {
	background: #d4d7da;
	padding: 22px;
}
.post__comment__content {
	margin-top: 11px;
}
.post__comment:nth-child(even) {
	background: #eeeff0;
}
.post__comment.comment--author {
	background: #555f69;
	color: #FFF;                   
}

/* Kontaktformular */
.input-form-wrapper {
    width: 50%;
    display: inline-block;
    padding-right: 11px;
}
.input-form-wrapper + .input-form-wrapper {
    padding-right: 0px;
}
.dontshow {
    display: none;
}
#email-form input:not(.btn):not([type="checkbox"]) {
    height: 33px;
    width: 100%;
    margin-top: 11px;
    border: 1px solid #EFEFEF;
    font-size: 15px;
    font-family: "univers_light";
    padding-left: 11px;
}
#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 .mt-1 {
    margin-top: 11px;
}
.btn-submit {
    padding-left: 11px;
    padding-right: 11px;
    cursor: pointer;
}
.btn-cta {
    color: #FFF;
    background: #F06900;
    line-height: 33px;
    text-transform: uppercase;
    font-family: "univers_bold";
    font-size: 14px;
    text-align: center;
}

/* wordpress styles */
.comment-reply-title {
    font-size: 24px;
    color: #F06900;
    font-family: 'univers_bold';
    font-weight: normal;
    color: #F06900;
}
.comment-prefix {
	color: #888F96;
}
.comment-form-wrapper {
	margin-top: 44px;
}
.comment-form {
    background: #EEEFF0;
    padding: 22px;
}
.comment-form__input {
	line-height: 33px;
	height: 33px;
	display: block;
	padding-left: 4px;
	border: 1px solid #EFEFEF;
	margin-bottom: 11px;
	width: 350px;
	font-family: "univers_light";
	font-size: 15px;
}
.comment-form__textarea {
	width: 100%;
	border: 1px solid #EFEFEF;
	font-family: "univers_light";
    font-size: 15px;
	height: 200px;
	padding: 4px;
}
.comment-form__buttons {
	margin-top: 11px;
}
.comment-img {
	max-width: 100%;
	margin-top: 11px;
}
.current_page_item {
	font-weight: bold;
}
.post-categories {
    list-style-type: none;
	display: inline-block;
}
.post-categories li {
	display: inline-block;
}
.post-categories > li + li:before {
	content: '/ ';
}
.post__author {
	margin: 5px 0px 11px 0px;
}
.user-photo-test {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
	position: absolute;
	left: -120px;
}
.post__author__image {
    margin-right: 11px;
	width: 57px;
	height: 57px;
	vertical-align: middle;
}
.posts-pagination {
	margin-top: 77px;
}
.photo {
    margin-right: 11px;
    max-width: 57px;
	height: auto;
    vertical-align: middle;
}
.post__author__name,
.post__comment__author {
	font-weight: bold;
	font-style: italic;
}
.post__comment__date {
    text-align: right;
}
.hstyle--1 {
    font-size: 15px;
    font-weight: normal;
    font-family: "univers_cnd_bold";
    text-transform: uppercase;
    text-decoration: underline;
}
.hstyle--2 {
    font-size: 24px;
    color: #F06900;
    font-family: 'univers_bold';
    font-weight: normal;
	color: #F06900;
}
.block__headline h3:not(.hstyle--footer) {
    cursor: pointer;
    display: table;
}
.linkstyle--1 a:not(.btn--cta) {
    color: #F06900;
}
.linkstyle--1 a:hover:not(.btn--cta),
.channel-count:hover {
    color: #555F69;
}
.bg--grey {
	background-color: #eeeff0;
}
.bg--orange {
    background-color: #F06900;
}
.bg--white {
	background-color: #FFF;
}
.jumpToTop {
    display: none;
    position: fixed;
    right: 9px;
    top: 80%;
    z-index: 99;
    width: 42px;
    height: 77px;
    background: #656E77 none repeat scroll 0% 0%;
    opacity: 0.6;
    cursor: pointer;
}
.jumpToTopText {
    position: absolute;
    color: #FFF;
    font-size: 15px;
    font-family: "univers_cnd_bold";
    bottom: 19px;
    left: 9px;
}


.list--nobullets,
.sidebar-menu {
    list-style-type: none;
}
.list--tags {
	background: #FFF;
	padding: 22px;
}
#wp-calendar {
	width: 100%;
	text-align: center;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #today {
	background: #EEEFF0;
}
.wp-tag-cloud,
.list--archive {
	list-style-type: none;
    background: #FFF;
    padding: 22px;
}

.wp-polls-question {
    font-family: "univers_bold";
    text-transform: uppercase;
	font-size: 15px;
}
.wp-polls-archive .wp-polls-ul {
    border: 1px solid #EDEEEF;
    background: #EDEEEF;
	padding: 11px;
	margin: 0px;
}
.wp-polls-ul {
    padding: 11px;
	margin: 0px;
}
.wp-polls-ans {
	padding: 0px;
}
.wp-polls-ul li {
	font-size: 15px;
	font-family: "univers_light";
}
.wp-polls .pollbar {
	background: #F06900;
	background-image: none !important;
	border: 1px solid #F06900 !important;
}
.wp-poll-middle {
	background: #FFF;
	padding: 11px;
}
.poll-question {
	position: relative;
}
.poll-question:not(:first-child) {
	margin-top: 11px;
}
.poll-question-radiobutton {
	position: absolute;
	top: 0px;
}
.poll-question-text {
	padding-left: 22px;
	display: inline-block;
}
.g-recaptcha {
	margin-top: 11px;
	margin-bottom: 11px;
}
/* ipad styling for comment input button */
#recaptcha-submit-btn-area #submit {
    -webkit-appearance: none;
    -webkit-border-radius: 0; 
}
/* WP-POLL OVERRIDE */
.wp-polls ul li:after, .wp-polls-ans ul li:after,
.wp-polls ul li:before, .wp-polls-ans ul li:before {
	content: none;
}

.p--2 {
	padding: 45px;
}
.pt--1 {
    padding-top: 22px;
}
.mr--1 {
    margin-right: 11px;
}
.mb--1 {
    margin-bottom: 33px;
}
.mt--1 {
	margin-top: 22px;
}
.hide-in-bp123,
.hide-in-bp12,
.hide-in-bp1 {
    display: none;
}
.float-r {
	float: right;
}
.float-l {
	float: left;
}
.tar {
    text-align: right;
}
.rotate-180deg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* CHROME FONT BUG */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .hstyle--footer {
        font-family: sans-serif;
        font-weight: bold;
    }
}

@media only screen and (max-width: 1279px) {
    .container {
        width: 941px;
    }
	.col--9, .col--8 {
        width: 100%;
	}
	.col--3, .col--4 {
        width: 50%;
	}
	.footer .col--3 {
	   width: 100%;
	}
	.footer .col--3:not(:first-child) {
	   margin-top: 22px;
	}
    .hstyle--footer {
        font-family: "univers_cnd_bold";
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: normal;
    }
    .no-cursor-in-bp1 {
        cursor: pointer;
    }    
    .header-shell {
        width: 902px;
    }
    .hide-in-bp1 {
	   display: block;
    }
    .searchform-menu__input {
       text-align: left;    
    }
    .footer .block__content {
        margin-bottom: 33px;
    }
}

@media only screen and (max-width: 1023px) {
	.container {
        width: 729px;
	}
    .header-shell {
        width: 690px;
    }
    .col--4 {
	   width: 50%;
	}
	/*.hide-in-bp1 {
       display: none;
    }*/
	.banner--berg {
	   display: none;
	}
	.spacer {
	   display: none;
	}
    /* 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;
    	right: 14px;
    }
    .header-partOf {
       display: none;
    }
    .ql-logo {
        width: 16px;
        height: 12px;
        bottom: 17px;
        background: url('https://static.ots.at/css/images/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;
    }
    .menu {
        display: none;
        float: none;
    }
    .searchform-menu {
        float: none;
    }
    .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;
    }    
    .spacer {
        height: 40px;
    }
    .hide-in-bp234 {
       display: none;
    }
}

@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%;
	}
    .hide-in-bp123 {
        display: block;
    }
    .no-cursor-in-bp123 {
        cursor: pointer;
    }
    .comment-form__input {
	   width: 100%;
    }
    .btn--reset {
        display: none;
    	margin-left: 4px;
    	margin-top: 11px;
    	float: none;
    }
}


@media only screen and (max-width: 481px) {
	/* workaround for difficult to theme google captcha */
	.g-recaptcha iframe {
        transform: scale(0.8);
		transform-origin: 0px;	
	}
}
