﻿@charset "utf-8";
/* CSS Document */

html {
-ms-overflow-x: hidden;
font-size: 15px;
}
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
margin: 0px;
padding: 0px;
color: #414754;
background-color: #e8e8ea;
text-align: center;
-ms-overflow-x: hidden;
overflow: visible !important;
}

@media (min-width: 1200px) {
.ooe-container {
max-width: 1220px;
outline: 0px solid blue;
}
}
/******** Universal-Klassen ***********/
.clear_l {
clear: left;
display: block;
}
.clear_r {
clear: right;
display: block;
}
.clear {
clear: both;
display: block;
}
.clearfix {
line-height: 0px;
clear: both;
display: table;
}
.unsichtbar {
display: none;
}
.wirklich-unsichtbar {
display: none !important;
}
.ausblenden {
display: none !important;
}
.left {
float: left;
}
.right {
float: right;
}
.static {
position: static;
}
.relative {
position: relative;
}
.ooe-hidden {
width: 0px;
height: 0px;
position: absolute!important;
top: 0px!important;
left: -30000px!important;
overflow: hidden;
display: block;
}

@media (max-width: 480px) {
.hidden-xxs {
display: none !important;
}
.visible-xxs {
display: block !important;
}
}

@media (min-width: 480px) {
.hidden-xxs {
display: block !important;
}
.visible-xxs {
display: none !important;
}
}
.ooe-form-control:focus {
border-color: #000000;
}
a.sr-only-focusable {
display: inline !important;
}
span.ooe-dreieck-klein {
width: 0px;
height: 0px;
border: 5px solid #414754;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-color: transparent;
padding: 0px;
margin-top: 3px;
margin-left: 3px;
margin-right: 2px;
display: inline-block;
float: left;
}
span.ooe-dreieck-klein.offen {
border: 5px solid #414754;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
float: left;
margin-top: 5px;
margin-right: 2px;
}
span.ooe-dreieck-gross {
width: 0px;
height: 0px;
border: 10px solid #d70d15;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-color: transparent;
padding: 0px;
margin-top: 0px;
margin-right: 5px;
display: inline-block;
float: left;
}
span.ooe-dreieck-gross.offen {
border: 10px solid #d70d15;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
float: left;
margin-top: 7px;
margin-right: 5px;
}
/**************************************/
/******** Top-Link ********************/
#top_link {
position: fixed;
bottom: 150px;
right: 0px;
z-index: 2000;
}
#top_link a {
width: 39px;
height: 26px;
color: #ffffff;
background-image: url('../strukturbilder/icon_toplink.png');
background-repeat: no-repeat;
display: block;
font-size: 0px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
z-index: 1099;
}
#top_link a:hover {
background-image: url('../strukturbilder/icon_toplink_hover.png');
background-repeat: no-repeat;
}
/** Ausrichtung, Padding, Margin **/
.ooe-nowrap {
white-space: nowrap;
position: relative;
}
.ooe-nopadding {
padding-left: 0px;
padding-right: 0px;
}
.ooe-nopadding-left {
padding-left: 0px;
padding-right: 15px;
}
.ooe-nopadding-right {
padding-right: 0px;
padding-left: 15px;
}
.ooe-untenausrichten {
display: inline-block;
float: none;
vertical-align: bottom;
}
.ooe-untenausrichten-toggle {
display: none;
}
.ooe-row {
position: relative;
}
.text-left {
text-align: left;
}
.text-normal {
font-weight: normal !important;
}
.text-uppercase {
text-transform: uppercase;
}
.ooe-nomargin-top {
margin-top: 0px !important;
}
.ooe-nomargin-left {
margin-left: 0px !important;
}
.ooe-nomargin-right {
margin-right: 0px !important;
}
.ooe-nobreak {
white-space: pre-line;
}
.sichtbar480 {
display: none;
}

@media (min-width:768px) and (max-width: 991px) {
.ooe-nopadding-sm {
padding-left: 0px;
padding-right: 0px;
}
.ooe-nopadding-left-sm {
padding-left: 0px;
padding-right: 15px;
}
.ooe-nopadding-right-sm {
padding-right: 0px;
padding-left: 15px;
}
}

@media (max-width: 767.5px) {
.ooe-untenausrichten-toggle {
display: inline-block;
float: none;
vertical-align: bottom;
margin-bottom: -0px;
}
.ooe-nopadding-xs {
padding-left: 0px;
padding-right: 0px;
}
.ooe-nopadding-left-xs {
padding-left: 0px;
padding-right: 15px;
}
.ooe-nopadding-right-xs {
padding-right: 0px;
padding-left: 15px;
}
}
#header {
background-color: #e8e8ea;
margin-bottom: 0px;
border: 0px;
}
.ooe-navbar {
border: 0px;
}
.ooe-logo {
padding-right: 15px;
}

@media (max-width: 992.5px) {
.ooe-logo {
padding-right: 4px;
}
}
/***************************************************/
/*************   NAVIGATIONEN    ******************/

.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:focus {
background-color: #616671;
color: #ffffff;
}
.navbar-default .navbar-nav > li.active > a {
color: #414754;
border: 1px solid transparent;
}
/** Accesskeys **/
.ooe-panel-accesskeys {
border-color: transparent !important;
background-color: transparent !important;
box-shadow: none !important;
text-align: left;
float: none;
}
.panel-group.ooe-panel-accesskeys {
margin-top: 5px;
margin-bottom: 10px;
}
.panel-body.ooe-panel-accesskeys {
margin-top: -20px;
}
.ooe-panel-accesskeys a {
color: #414754;
font-size: 12px;
display: block;
padding-bottom: 2px;
}
.ooe-panel-accesskeys a:focus {
outline: 1px solid #FEBF18;
text-decoration: none;
}
.ooe-panel-accesskeys a:focus:hover {
outline: 1px solid #FEBF18;
text-decoration: underline;
}
.accesskey {
font-size: 14px;
list-style: none;
margin-left: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
.accesskey a {
font-size: 14px;
}
/** Metanavigation **/
div.hidden-xs.ooe-untenausrichten.ooe-nopadding.col-xs-3 {
width: 24%;
padding-right: 0px;
} /** Breite Metanavigation **/
.ooe-metanav-header {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
text-align: center;
margin-right: 13px;
float: right;
}
.ooe-metanav-header li {
float: left;
}
.ooe-metanav-header li.Kontakt a, .ooe-metanav-header li.Kontakt a:focus {
background-color: #616671;
border: 1px solid #616671;
}
.ooe-metanav-header li.Telefon a, .ooe-metanav-header li.Telefon a:focus, .ooe-metanav-header li.Telefonbuch a, .ooe-metanav-header li.Telefonbuch a:focus {
background-color: #414754;
border: 1px solid #414754;
}
.ooe-metanav-header li.Suche a, .ooe-metanav-header li.Suche a:focus, .navbar-toggle.ooe-navbar-toggle.Suche {
background-color: #d70d15;
border: 1px solid #d70d15 !important;
}
.ooe-metanav-header li.Kontakt a:before {
content: url(../strukturbilder/icon_mail.png);
}
.ooe-metanav-header li.Telefon a:before, .ooe-metanav-header li.Telefonbuch a:before {
content: url(../strukturbilder/icon_telefon.png);
}
.ooe-metanav-header li.Suche a:before, span.Suche:before {
content: url(../strukturbilder/icon_lupe.png);
}
.ooe-metanav-header li.Kontakt a:hover:before {
content: url(../strukturbilder/icon_mail_h.png);
}
.ooe-metanav-header li.Telefon a:hover:before, .ooe-metanav-header li.Telefonbuch a:hover:before {
content: url(../strukturbilder/icon_telefon_h.png);
}
.ooe-metanav-header li.Suche a:hover:before {
content: url(../strukturbilder/icon_lupe_h.png);
}
.ooe-metanav-header > li > a {
color: #ffffff !important;
display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
padding-right: 0px;
line-height: 15px;
width: 58px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
border: 1px solid transparent;
}
.ooe-metanav-header li > a:hover {
background-color: transparent !important;
color: #414754 !important;
}
.ooe-metanav-header li.Kontakt > a:hover {
border: 1px solid #616671 !important;
}
.ooe-metanav-header li.Telefon > a:hover {
border: 1px solid #414754 !important;
}
.ooe-metanav-header li.Suche > a:hover {
border: 1px solid #d70d15 !important;
}
.ooe-metanav-header li > a:focus {
outline: 1px solid #FEBF18;
}

@media (max-width: 992px) {
div.hidden-xs.ooe-untenausrichten.ooe-nopadding.col-xs-3 {
width: 22.33%;
padding-right: 0px;
margin-left: 0px;
} /** Breite Metanavigation **/
li.Telefon {
display: none;
}
.ooe-metanav-header {
padding-right: 0px;
font-size: 11px;
margin-right: 0px;
float: right;
}
.ooe-metanav-header li a {
width: 45px !important;
}
}

@media (max-width: 480px) {
.ooe-metanav-header {
font-size: 11px;
}
.ooe-metanav-header > li > a {
padding-right: 3px;
padding-left: 3px;
}
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
border-color: #d70d15;
}
/** Hauptnavigation (Rubriken)  **/
.ooe-hauptnav-header {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 17px;
font-weight: normal;
text-transform: uppercase;
width: 100%;
padding-right: 0px;
padding-left: 0px;
text-align: center;
}
.ooe-hauptnav-header > li {
width: 25%;
position: static;
}
.ooe-hauptnav-header > li > a {
color: #ffffff;
background-color: #616671;
padding-top: 20px;
padding-bottom: 20px;
position: static;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
border: 1px solid #616671;
}
.ooe-hauptnav-header > li > a:hover {
color: #414754 !important;
background-color: transparent !important;
border: 1px solid #9DA0A7 !important;
}
.ooe-hauptnav-header > li > a:focus {
outline: 1px solid #FEBF18;
}
.ooe-hauptnav-header li:first-child a {
margin-left: 0px !important;
}
.ooe-dropdown-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.ooe-dropdown-menu {
color: #E7E7E9;
}
.col-sm-7.col-xs-12.ooe-nopadding-sm.ooe-untenausrichten {
width: 60.33%;
} /** Breite Hauptnavigation **/

@media (max-width: 1024px) {
.ooe-hauptnav-header {
font-size: 15px;
}
.ooe-hauptnav-header > li > a {
margin-left: 7px;
}
}

@media (max-width: 992px) {
.col-sm-7.col-xs-12.ooe-nopadding-sm.ooe-untenausrichten {
width: 63.33%;
} /** Breite Hauptnavigation **/
.ooe-hauptnav-header {
font-size: 14px;
}
}

@media (max-width: 767.5px) {
.navbar-header.ooe-navbar-header.ooe-untenausrichten-toggle.col-xs-8 {
width: 65.5%;
}	/** Breite Toggle-Navigation **/
.col-sm-2.col-xs-4.ooe-untenausrichten {
padding-left: 0px;
}
.ooe-navbar-toggle {
display: inline-block;
height: 50px;
color: #ffffff;
background-color: #616671;
border-color: #616671 !important;
border-radius: 0px;
padding: 15px;
margin-bottom: 0px;
margin-right: 0px;
}
.ooe-navbar-header .ooe-navbar-toggle .icon-bar {
background-color: #ffffff;
width: 30px;
height: 3px;
}
.ooe-navbar-toggle:hover, .ooe-navbar-toggle:focus {
background-color: transparent !important;
color: #414754 !important;
}
.ooe-navbar-toggle:hover .glyphicon, .ooe-navbar-toggle:focus .glyphicon {
color: #414754 !important;
}
.ooe-navbar-header .ooe-navbar-toggle:hover .icon-bar, .ooe-navbar-header .ooe-navbar-toggle:focus .icon-bar {
background-color: #414754 !important;
}
.navbar-toggle.ooe-navbar-toggle.Suche {
padding: 10px;
margin-left: 10px;
}
.navbar-toggle.ooe-navbar-toggle.Suche:hover, .navbar-toggle.ooe-navbar-toggle.Suche:focus {
background-color: transparent !important;
}
button.navbar-toggle.ooe-navbar-toggle.Suche:before {
content: url(../strukturbilder/icon_lupe.png) !important;
}
button.navbar-toggle.ooe-navbar-toggle.Suche:hover:before, button.navbar-toggle.ooe-navbar-toggle.Suche:focus:before {
content: url(../strukturbilder/icon_lupe_h.png) !important;
}
/** Rubriken **/
.ooe-hauptnav-header {
font-size: 17px;
}
.ooe-hauptnav-header > li {
width: 100%;
text-align: left;
position: relative;
}
.ooe-hauptnav-header > li > a {
display: block;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 90px;
outline: 1px solid transparent;
}
.ooe-dropdown-menu ul {
list-style: none;
padding: 0px;
}
/** + Button  **/
.ooe-dropdown {
position: absolute;
right: 18px;
top: 0px;
z-index: 2;
font-family: Verdana, Geneva, sans-serif;
font-size: 24px;
font-weight: bold;
border: 0px;
border-radius: 0px;
height: 53px;
width: 60px;
background-color: #616671;
}
/*.ooe-dropdown:after { content: '+'; }*/
.ooe-dropdown:focus {
background-color: #616671;
outline: 1px solid #FEBF18
}
.ooe-dropdown:hover {
background-color: transparent;
color: #414754 !important;
outline: 1px solid #FEBF18
}
/*** Schnellsuche-Formular **/
.navbar-collapse-suche {
background-color: #d70d15;
padding: 20px;
margin-top: 15px;
white-space: normal;
}
.navbar-collapse-suche .form-group {
margin-bottom: 0px;
}
.ooe-hauptnav-header {
white-space: normal;
margin-left: 0px;
padding-left: 0px;
width: 100%;
}
.ooe-hauptnav-header li.active a {
background-color: #E8E8EA !important;
color: #414754 !important;
}
.ooe-hauptnav-header .glyphicon {
color: #ffffff !important;
margin-right: 0px;
}
.ooe-dropdown:hover .glyphicon {
color: #414754 !important;
}
.ooe-hauptnav-header li .glyphicon.glyphicon-plus {
display: inline-block;
}
.ooe-hauptnav-header li .glyphicon.glyphicon-minus {
display: none;
}
.ooe-hauptnav-header li.open .glyphicon.glyphicon-minus {
display: inline-block;
}
.ooe-hauptnav-header li.open .glyphicon.glyphicon-plus {
display: none;
}
}

@media (max-width: 480px) and (orientation: portrait) {
/*** Schnellsuche-Formular untereinander **/
.navbar-collapse-suche .col-xs-9 {
width: 100%;
clear: left;
margin-bottom: 15px;
}
.navbar-collapse-suche .col-xs-3 {
width: 100%;
clear: left;
}
}

/** Mouseover der Hauptnavigation **/	

@media (min-width: 768px) {
.ooe-hauptnav-header > li:hover > div.ooe-dropdown-menu {
display: block !important;
}
.ooe-hauptnav-header > li > a {
margin-left: 13px;
padding-left: 0px;
padding-right: 0px;
}
.ooe-dropdown-menu {
left: 0;
right: 0;
z-index: 1000;
display: none;
float: none;
margin-left: 15px;
margin-right: 15px;
padding-top: 5x;
font-size: 16px;
text-align: left;
background-color: transparent;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 0px solid #ccc;
border: 0px solid rgba(0, 0, 0, .15);
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.ooe-dropdown-menu p {
font-family: Verdana, Geneva, sans-serif;
padding-left: 14px;
text-transform: none;
font-size: 28px;
margin-bottom: 25px;
}
.ooe-mouseover {
background-color: #616671;
padding-top: 25px;
padding-right: 14px;
padding-bottom: 14px;
padding-left: 15px;
-webkit-box-shadow: 1px 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.ooe-dropdown-menu li {
float: left;
margin-left: 14px;
margin-right: 14px;
margin-bottom: 25px;
}
.ooe-dropdown-menu a {
display: block;
color: #ffffff!important;
background-color: #71757F;
padding-left: 25px;
padding-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 15px;
}
.ooe-dropdown-menu a:hover, .ooe-dropdown-menu a.btn.ooe-btn.active {
color: #414754!important;
background-color: #E8E8EA;
box-shadow: none;
-webkit-box-shadow: none;
}
}

@media (max-width: 992px) {
.ooe-dropdown-menu a {
font-size: 14px;
}
.ooe-dropdown-menu p {
font-size: 26px;
}
.ooe-hauptnav-header > li > a {
margin-left: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
}

@media (max-width: 767.5px) {
/** Unternavigationspunkte **/
.ooe-navbar-rubrik {
background-color: #ffffff;
width: 100% !important;
} /** Breite Hauptnavigation **/
.navbar-collapse-rubriken {
border-color: transparent !important;
border-top: 0px !important;
border-bottom: 0px;
}
.ooe-hauptnav-header > li > a {
margin-left: 0px;
padding-left: 15px;
padding-right: 0px;
}
.ooe-hauptnav-header .active {
font-weight: bold;
}
.ooe-hauptnav-header .open > a {
color: #ffffff;
background-color: #616671 !important;
color: #ffffff !important;
}
.ooe-dropdown-menu {
border: 0px;
}
.ooe-dropdown-menu > .row {
margin-left: 0px;
margin-right: 0px;
}
.ooe-dropdown-menu > .row > .container-fluid.ooe-container.ooe-nopadding-left {
padding-right: 0px;
}
.ooe-mouseover {
background-color: #E8E8EA;
padding-left: 0px;
padding-right: 0px;
margin-left: -15px;
margin-right: 0px;
}
.ooe-dropdown-menu ul li {
margin-left: 0px;
padding-left: 0px;
}
.ooe-dropdown-menu a.btn.ooe-btn {
text-align: left;
background-color: transparent;
color: #414754;
font-family: Verdana, Geneva, sans-serif;
text-transform: none;
font-size: 16px;
border-radius: 0px;
white-space: normal;
padding-right: 0px;
display: block;
}
.ooe-dropdown-menu a.btn:hover {
background-color: #616671 !important;
color: #ffffff !important;
}
.ooe-dropdown-menu a.btn.ooe-btn.active {
box-shadow: none;
-webkit-box-shadow: none;
}
.ooe-unternavigation_ebene4 li.visible-xs a:hover, .ooe-unternavigation_ebene4 li.visible-xs a:focus {
/*		 color: #414754; */
color: #ffffff;
background-color: #616671;
text-decoration: none !important;
}
}
/************ UNTERNAVIGATION links **************/
.ooe-hg-ebene2 {
background-color: #616671;
position: absolute;
left: 0px;
height: 100%;
/*border-left: 15px solid #ffffff;*/
border-right: 15px solid #ffffff;/*width: 33.33%;*/
}
.ooe-hg-ebene2-schmal {
background-color: #616671;
position: absolute;
left: 0px;
height: 100%;
/*border-left: 15px solid #ffffff;
border-right: 0px solid #ffffff;*/
width: 14%;
display: none;
}

@media (min-width: 992px) {
.ooe-hg-ebene2-schmal.active {
display: block;
}
}
.ooe-hg-ebene3 {
background-color: #E8E8EA;
position: absolute;
left: 0px;
height: 100%;
border-left: 15px solid #ffffff;
border-right: 15px solid #ffffff;
}
#ooe-unternavigation {
line-height: 18px; /*display: table;*/
}
#ooe-unternavigation .ooe-navbar-toggle {
float: none;
width: 100%;
margin-top: 0px;
font-size: 18px;
}
#ooe-unternavigation ul {
margin: 0px;
padding: 0px;
}
#ooe-unternavigation ul li {
list-style: none;
}
.navpunkt {
display: table-cell;
vertical-align: middle;
padding-right: 2px;
font-weight: normal;
}
/** für std_Navi_Bezeichnung ANFANG **/
.ebene3 .link .navpunkt.no1 {
display: table-cell;
}
.ebene3 .link.schmal .navpunkt.no1 {
display: none;
}
.ebene3 .link .navpunkt.no2 {
display: none;
}
.ebene3 .link.schmal .navpunkt.no2 {
display: table-cell;
}
.ooe-unternavigation_ebene4.collapse.active .themazeigen .no1, .ooe-unternavigation_ebene4.collapse .themazeigen .no1 {
display: none;
}
.ooe-unternavigation_ebene4.collapse.active .themazeigen .no2, .ooe-unternavigation_ebene4.collapse .themazeigen .no2 {
display: block;
}
/** für std_Navi_Bezeichnung ENDE **/

.ebene3 {
position: relative;
width: 100%;
}

@media (min-width: 992px) {
/*.ebene3 .navpunkt { padding-left: 10px; } Str 19.03.2015
	.ebene3.breit44 .navpunkt { padding-left: 10px !important; }*/
	
}

@media (max-width: 991.5px) {
/*.ebene3 .navpunkt { padding-left: 10px; } Str 19.03.2015*/
.ebene3.breit44 .navpunkt {
padding-left: 0px !important;
}
}
.ebene3 .link {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: uppercase;
text-decoration: none;
display: block;
font-size: 16px;
line-height: 18px;
color: #ffffff;
height: 46px;
/*height: 56px;*/
width: 100%;
overflow: hidden;
}
.link {
padding-left: 15px;
}

@media (max-width: 1024px) {
.link {
padding-left: 10px !important;
}
}
.vertikale-ausrichtung {
display: table;
height: 100%;
}
.active .link {
color: #414754 !important;
}
.breit44 {
width: 43.66%;
}
.breit44oc {
width: 43.66%; /*background-color: red;*/
}
.hundertprozent {
width: 100% !important
}

@media (min-width: 992px) {
.ebene3 {
position: relative;
}
.ebene3.active {
position: relative;
display: block;
width: 100%;
}
.ebene3.active.breit44 {
position: static !important;
}
.ebene3:hover .link {
background-color: #71757F !important;
color: #ffffff/* !important*/;
}
.ebene3.active:hover .link {
background-color: #E8E8EA!important;
}
.ebene3.active:hover .link {
color: #414754 !important;
}
}

@media (min-width:768px) {
.ebene3.active .ooe-unternavigation_ebene4.active {
display: block;
}
}
.ebene3:hover .navpunkt {
font-weight: normal /* !important */;
}
.ooe-unternavigation_ebene4.active {
position: absolute;
width: 53.5%;
top: 0px;
left: 42%;
background-color: #E8E8EA;
float: right;
overflow: hidden;
}
.ooe-unternavigation_ebene4.active-h.active {
position: relative !important;
width: 56% !important;
top: -46px !important;
left: 0px !important;
display: none;
}

@media (min-width: 992px) {
.themazeigen {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
color: #414754;
padding-left: 10px;
padding-top: 15px;
}
.themazeigen a {
color: #414754;
}
}
.schmal {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: uppercase;
text-decoration: none;
font-size: 13px !important;
line-height: 17px;
color: #ffffff;
}
.ebene3.active .schmal {
width: 44% !important;
}

@media (min-width: 1120px) {
.schmal {
font-size: 14px !important;
}
}

@media (max-width: 992px) {
.ebene3 {
font-size: 16px;
line-height: 15px;
width: 100%;
display: inline-block;
}
.link {
font-size: 14px !important;
}
.schmal {
width: 100% !important;
font-size: 14px !important;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
transition: all .1s ease;
}
.ebene3 .link {
height: auto;
padding-top: 8px;
padding-bottom: 8px;
}
.breit44 {
width: 100%;
}
.ebene3.active .schmal {
width: 100% !important;
}
.themazeigen {
display: none !important;
}
.ebene3 .link .navpunkt.no1 {
display: table-cell!important;
}
.ebene3.breit44 .link.schmal .navpunkt.no1 {
display: table-cell!important;
}
.ebene3 .link .navpunkt.no2 {
display: none!important;
}
.ebene3.breit44 .link.schmal .navpunkt.no2 {
display: none!important;
}
}

@media (max-width: 767.5px) {
#ooe-unternavigation {
margin-bottom: 20px;
	height: auto !important;
}
.ebene3, .ebene3.active.breit44oc {
display: none;
}
.ebene3.active {
display: block;
position: relative;
background-color: transparent !important;
}
.ebene3.active .link {
background-color: #E8E8EA;
margin-right: 75px;
width: auto !important;
border: 1px solid transparent;
}
.ebene3.active .link:hover {
background-color: #ffffff;
border: 1px solid #616671;
}
.schmal {
display: none;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
button.unav-toggle {
width: 64px !important;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
height: auto;
padding: 0px;
}
.unav-toggle .glyphicon {
color: #ffffff !important;
margin-right: 0px;
font-size: 14px;
}
.unav-toggle.collapsed .glyphicon.glyphicon-minus {
display: inline-block;
}
.unav-toggle .glyphicon.glyphicon-plus {
display: none;
}
.unav-toggle.collapsed .glyphicon.glyphicon-plus {
display: inline-block;
}
.unav-toggle.collapsed .glyphicon.glyphicon-minus {
display: none;
}
.navpunkt {
font-family: Tahoma, Geneva, sans-serif;
font-size: 20px;
text-transform: none;
}
.ooe-unternavigation_ebene4 {
margin-top: 10px !important;
}
.ooe-unternavigation_ebene4.active .btn.ooe-btn {
display: block;
color: #000000;
background-color: transparent;
padding-left: 15px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 16px !important;
text-align: left;
font-style: italic;
}
.ooe-unternavigation_ebene4 li.visible-xs .btn.ooe-btn:hover, .ooe-unternavigation_ebene4 li.visible-xs .btn.ooe-btn:focus {
/*		 color: #414754; */
color: #ffffff !important;
background-color: #616671;
text-decoration: none !important;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
}
#ooe-unternavigation .active, .ebene3:hover .link { /*color: #414754;*/
background-color: #E8E8EA;
}
.ebene3.active .navpunkt { /*font-weight: bold;*/
}
.ebene3.breit44oc.active .navpunkt {
font-weight: bold;
}
.ebene3.active:hover .navpunkt { /*font-weight: bold !important;*/
}

@media (min-width: 767.5px) {
.ooe-unternavigation_ebene4 {
position: relative;
width: 56%;
top: -45px;
display: none;
background-color: #E8E8EA;
float: right;
overflow: hidden;
}
}
.ebene4 {
font-family: Verdana, Geneva, sans-serif;
color: #414754;
font-size: 14px;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 8px;
padding-left: 10px;
display: block;
}

@media (max-width: 1024px) {
.ebene4 {
font-family: Verdana, Geneva, sans-serif;
color: #414754;
font-size: 13px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
display: block;
}
}
.ebene4:hover, .ebene4:focus {
color: #414754;
text-decoration: underline;
}
.ebene4.active {
font-weight: bold;
color: #414754;
}

@media (max-width: 992px) {
.ebene3:hover .link {
color: #414754;
}
.ooe-unternavigation_ebene4 {
position: absolute;
top: 0px;
left: 100%;
z-index: 504;
width: 200%;
padding-bottom: 15px !important;
-webkit-box-shadow: 1px 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.ebene4 {
padding-left: 15px;
}
.ooe-unternavigation_ebene4 li {
float: left;
}
.ooe-unternavigation_ebene4 .ebene4:after {
content: "•";
margin-left: 15px;
}
.ooe-unternavigation_ebene4 li:last-child .ebene4:after {
content: "";
}
.ooe-unternavigation_ebene4.active {
position: static;
width: 100%;
left: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
.ooe-unternavigation_ebene4.active li {
float: none;
}
.ooe-unternavigation_ebene4.active .ebene4:after {
content: "";
}
}

@media (max-width: 767.5px) {
.ooe-unternavigation_ebene4.active {
position: static;
left: 100%;
}
.ebene4 {
font-size: 16px;
padding-top: 12px;
padding-bottom: 12px;
}
.ebene4:hover, .ebene4:focus, .ooe-unternavigation_ebene4 li.visible-xs a:hover, .ooe-unternavigation_ebene4 li.visible-xs a:focus {
/*		 color: #414754; */
color: #ffffff;
background-color: #616671;
text-decoration: none !important;
}
.ooe-unternavigation_ebene4 li.visible-xs a:hover, .ooe-unternavigation_ebene4 li.visible-xs a:focus {
/*		 color: #414754; */
color: #ffffff;
background-color: #71757F;
text-decoration: none !important;
}
}
/**************************************/
/********* INHALTSBEREICH **************/
#content {
background-color: #ffffff;
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
line-height: 25px;
text-align: left;
padding-top: 40px;
padding-bottom: 40px;
}
.row.content {
position: relative;
margin-left: 0px !important;
}

@media (max-width: 992px) {
#content {
padding-top: 20px !important;
line-height: 25px;
}
}

@media (max-width: 767.5px) {
#content {
padding-top: 10px !important;
line-height: 22px;
font-size: 16px !important;
line-height: 22px;
}
.row.content {
position: relative;
margin-left: -15px !important;
}
}
/*** Schaufenster - Slider ***/

.schaufenster {
background-color: #fecd41;
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
line-height: 25px;
margin-bottom: 40px;
}
.microsite-anzeige {
display: none !important;
}
.flexslider {
margin: 0px;
outline: 0px !important;
}
.schaufenster-icon {
margin-top: 0px;
position: relative;
background-repeat: no-repeat;
background-position: bottom right;
background-size: contain;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0px;
height: 100%;
}
.schaufenster-icon .col-md-10.col-md-offset-1.col-sm-12, .schaufenster-icon .col-lg-10.col-lg-offset-1.col-md-12 {
float: none;
display: table;
vertical-align: middle;
height: 100%;
}
.schaufenster-v-align {
display: table-cell;
vertical-align: middle;
padding-bottom: 20px;
width: 70%;
padding-right: 10px;
}
.folgeseite .schaufenster-v-align {
padding-bottom: 0px;
}

/*.schaufenster-bild { position: relative; height: 100%; overflow: hidden;
min-height: 250px;
}*/

@media (min-width: 991px) {
.schaufenster-bild {
position: relative;
height: 100%;
overflow: hidden;
min-height: 250px;
}
}

@media (min-width: 1200px) {
.schaufenster-bild {
position: relative;
height: 100%;
overflow: hidden;
min-height: 270px;
}
}

@media (max-width: 990.5px) {
.schaufenster-bild {
position: relative;
height: 100%;
overflow: hidden;
min-height: 220px;
}
.schaufenster-v-align {
display: table-cell;
vertical-align: middle;
padding-bottom: 20px;
width: 75%;
}
}
.schaufenster-bild img {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}

@media (min-width: 1200px) {
.schaufenster-bild img.mitte {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.schaufenster-bild img.oben {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 80%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.schaufenster-bild img.unten {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 30%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
}

@media (min-width: 992px) {
.schaufenster-bild img.mitte {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.schaufenster-bild img.oben {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 80%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.schaufenster-bild img.unten {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 30%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
}

@media (max-width: 991.5px) {
.schaufenster-bild img.mitte {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.schaufenster-bild img.oben {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 65%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.schaufenster-bild img.unten {
z-index: 9;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 3%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
}

@media (max-width: 768px) {
.schaufenster-bild img {
/*max-height: 200px;*/
top: 45% !important;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/*.schaufenster-bild .anreisser { position: static; }*/
}

@media (max-width: 560px) {
.schaufenster-bild img, .schaufenster-bild img.oben, .schaufenster-bild img.unten, .schaufenster-bild img.Mitte {
/*max-height: 200px;*/
top: 0px !important;
left: 0px !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
position: static !important;
}
/*.schaufenster-bild .anreisser { position: static; }*/
}
.schaufenster-bild .transparent {
background-color: #ffffff;
opacity: 0.7;
height: 35px;
position: absolute;
bottom: 0px;
z-index: 9;
width: 100%;
}

@media (min-width: 481px) {
.schaufenster-bildquelle {
position: absolute;
bottom: 35px;
right: 0px;
z-index: 2000;
background-color: #ffffff;
opacity: 0.7
}
.schaufenster-iconquelle .fotoquelle {
/*position:absolute; bottom:2px; right: 0px;z-index: 2000; opacity:0.7;*/
margin-top: 5px;
font-size: 9px;
line-height: 12px;
}
}

@media (max-width: 480px) {
.schaufenster-bildquelle {
position: absolute;
top: 0px;
right: 0px;
z-index: 2000;
background-color: #ffffff;
opacity: 0.7
}
}
.schaufenster-bildquelle .fotoquelle {
margin-top: 0px;
}
.schaufenster-bild .anreisser {
position: absolute;
z-index: 10;
background-color: #fecd41;
left: 15px;
bottom: 13%;
white-space: normal;
max-width: 460px;
width: 60%;
text-align: left;
}
.schaufenster-bild .anreisser .ueberschrift {
margin-top: 0px;
}

@media (max-width: 560px) {
.microsite-linkbox {
margin: 5px !important;
}
.schaufenster-bild .anreisser {
position: static;
left: 0px;
bottom: 0px;
white-space: normal;
margin-bottom: 40px !important;
width: 100%;
max-width: 100%;
margin-left: 0px !important;
margin-right: 0px !important;
}
}
.schaufenster .ueberschrift {
font-family: Tahoma, Geneva, sans-serif;
font-size: 30px;
line-height: 35px;
}
.schaufenster .ueberschrift {
margin-top: 10px;
}

@media (min-width: 992px) {
/*.folgeseite .schaufenster.Themen  {min-height: 170px;}*/
}

@media (max-width: 992px) {
.folgeseite .schaufenster {
margin-bottom: 20px;
}
}
/**********Schaufenster Krisen/Katastrophen *******/
.kkp {
height: 100%;
min-height: 235px;
}
.kkp a {
color: #ffffff;
background-color: #e0121b;
display: block;
margin-right: -5px;
margin-left: -5px;
height: 100%;
}
.kkp a:hover, .kkp a:active {
color: #ffffff;
text-decoration: none;
background-color: #BF1017 !important;
}
.kkp a div.col-md-10.col-md-offset-1.col-sm-12 {
float: none;
display: table;
vertical-align: middle;
}
.kkp-text {
display: table-cell;
vertical-align: middle;
padding-bottom: 20px;
padding-right: 20px;
}
.kkp .icon {
margin-top: 0px !important;
padding-top: 5px;
padding-bottom: 0px;
}
.kkp .icon img {
width: 90%;
margin-bottom: 5px;
margin-top: 0px !important;
}
.kkp-text p.ueberschrift[lang="en"] {
font-size: 24px !important;
line-height: 1.2 !important;
}

@media (max-width: 768px) {
.kkp {
height: 100%;
min-height: auto;
}
.kkp-kkp_icon-gyphicon:before {
content: url(../strukturbilder/kkp_icon.png);
float: none;
margin-right: 10px;
}
.kkp-kkp_ohne_tel_icon-gyphicon:before {
content: url(../strukturbilder/kkp_ohne_tel_icon.png);
float: none;
margin-right: 10px;
}
}

@media (max-width: 500px) {
.kkp-text p.ueberschrift {
font-size: 24px !important;
line-height: 1.2 !important;
}
.kkp-kkp_icon-gyphicon:before {
content: url(../strukturbilder/kkp_icon.png);
float: none !important;
margin-right: 10px;
}
.kkp-kkp_ohne_tel_icon-gyphicon:before {
content: url(../strukturbilder/kkp_ohne_tel_icon.png);
float: none !important;
margin-right: 10px;
}
}
/**********Schaufenster Wahl  *******/

.wahl a {
color: #414754;
background-color: #E8E8EA;
display: block;
margin-right: -5px;
margin-left: -5px;
height: 100%;
}
.wahl a:hover, .wahl a:active {
color: #414754;
text-decoration: none;
background-color: #FECD41 !important;
}
.wahl .wahl-land-url {
font-size: 18px;
font-weight: bold;
}
.wahl .icon {
display: block!important;
max-height: 245px!important;
overflow: hidden;
}
.wahl .icon img {
width: 100%;
max-height: 100%!important;
margin-top: 0px!important;
}
.wahl .col-sm-5.col-xs-12 .schaufenster-iconquelle {
padding: 0px 5px 0px 5px;
text-align: right;
}

@media (min-width: 992px) {
.wahl .mitte {
display: table-cell;
vertical-align: middle;
}
}

@media (max-width: 768px) {
.wahl .col-sm-5.col-sm-12 {
text-align: center;
}
.wahl .icon {
max-height: 220px!important;
}
.wahl .icon img {
width: auto;
height: 100%
}
.wahl .col-sm-5.col-sm-12 img {
margin-left: auto;
margin-right: auto;
width: auto;
}
}
/**********Schaufenster Kondolenz *******/
.tod {
height: 100%;
min-height: 235px;
}
.tod a {
color: #ffffff;
background-color: #333333;
/*background-image:url(../bilder/kondolenz_bg.jpg);*/
display: block;
margin-right: -5px;
margin-left: -5px;
height: 100%;
}
.tod a:hover, .tod a:active {
color: #ffffff;
text-decoration: none;
background-color: #000000 !important;
}
.tod a div.col-md-10.col-md-offset-1.col-sm-12 {
float: none;
display: table;
vertical-align: middle;
}
.tod-text {
display: table-cell;
vertical-align: middle;
padding-bottom: 20px;
padding-right: 20px;
}
.tod .icon img {
border: solid black 5px;
width: auto;
min-width: auto;
}
.schwarz {
background-color: #333333;
color: #FFFFFF !important;
}
.schwarz:hover {
background-color: #000000 !important;
}
.ooe-zusatzinfo .schwarz {
color: #FFFFFF !important;
}

@media (max-width: 768px) {
.tod {
height: 100%;
min-height: auto;
}
}
/**************************************************/
.schaufenster .servicetipps {
font-family: Tahoma, Geneva, sans-serif;
font-size: 25px;
float: left;
padding-top: 10px;
padding-right: 20px;
}
.schaufenster ul {
list-style: none;
margin-left: 0px;
padding-left: 0px;
}
.schaufenster li {
float: left; /*margin-left: 7px; margin-right:7px; margin-bottom: 10px; */
}
.schaufenster .btn.ooe-btn {
display: block;
color: #000000;
background-color: #fec111;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 15px;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 10px;
}
.schaufenster .btn.ooe-btn:hover {
background-color: #FFF2CE;
}
.schaufenster .schaufenster-bild.transparent.dunkel .btn.ooe-btn {
background-color: rgba(0,0,0,0.5);
color: #ffffff!important;
border: 1px solid transparent;
}
.schaufenster .schaufenster-bild.transparent.dunkel .btn.ooe-btn:hover, .schaufenster .schaufenster-bild.transparent.dunkel .btn.ooe-btn:focus {
border: 1px solid #fff2ce;
}
.schaufenster .schaufenster-bild.unserooe .btn.ooe-btn {
	background-color: rgba(62,128,153,0.8);
	color: #ffffff!important;
	border: 1px solid transparent;
}
.schaufenster .schaufenster-bild.unserooe .btn.ooe-btn:hover, .schaufenster .schaufenster-bild.unserooe .btn.ooe-btn:focus {
	background-color: rgba(62,128,153,1);
	border: 1px solid #ffffff;
}
.schaufenster .schaufenster-bild.unserooe .btn.ooe-btn .ueberschrift img {
	position: static;
	top: 0px;
	left: 0px;
	transform: none;
	padding-top: 15px;
}
.schaufenster .schaufenster-bild.transparent.hell .btn.ooe-btn {
background-color: rgba(255, 255, 255 , 0.5);
color: #272B33!important;
border: 1px solid transparent;
}
.schaufenster .schaufenster-bild.transparent.hell .btn.ooe-btn:hover, .schaufenster .schaufenster-bild.transparent.hell .btn.ooe-btn:focus {
border: 1px solid #fec111;
}

@media (max-width: 992px) {
.schaufenster .flexslider .ueberschrift {
font-size: 30px;
line-height: 35px; /*text-indent:30px;*/
}
}

@media (max-width: 767.5px) {
.folgeseite .schaufenster {
margin-bottom: 20px;
}
.schaufenster .anreisser .ueberschrift {
font-size: 20px !important;
line-height: 25px !important;
}
.schaufenster .anreisser p {
margin-bottom: 0px !important;
}
.schaufenster .flexslider .ueberschrift { /*text-indent:30px;*/
}
.navbar-collapse-servicetipps {
margin-top: 15px;
}
.servicetipps {
width: 100%;
font-size: 18px !important;
float: none !important;
}
.schaufenster {
font-size: 14px !important;
line-height: 20px !important;
}
.schaufenster .btn.ooe-btn {
white-space: normal !important;
}
}

@media (max-width: 480px) and (orientation: portrait) {
.navbar-collapse-servicetipps li {
float: none !important;
width: 100% !important;
}
.navbar-collapse-servicetipps .ooe-btn {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
.schaufenster-icon .icon {
text-align: center;
height: 100%;
}
.schaufenster-icon .icon img {
margin-left: auto;
margin-right: auto;
width: auto;
}
.icon {
margin-bottom: 0px;
height: 100%;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.icon img {
max-height: 260px; /*width: 100%;*/
/*min-width: 200px;*/
margin-top: -20px;
}

@media (max-width: 992px) {
.icon img {
max-height: auto;
width: 100% !important;
min-width: auto;
margin-top: -10px;
height: auto;
}
.tod .icon img {
width: auto;
max-height: 220px;
border: solid #000000 2px;
}
}
.flexslider {
background-color: transparent;
border: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
top: 0px;
left: 0px;
}
.slide { /*min-height: 150px; */
}
/* Direction Nav */
.schaufenster .flex-direction-nav, .bild_flexslider .flex-direction-nav {
bottom: 0px;
z-index: 10;
}
.schaufenster .flex-direction-nav a, .bild_flexslider .flex-direction-nav a {
text-decoration: none;
display: block;
height: 30px;
margin: 0px;
position: static;
overflow: hidden;
opacity: 0.7;
cursor: pointer;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.flex-direction-nav li {
width: 50%;
position: relative;
height: 1px;
}
.schaufenster .flex-direction-nav .flex-next {
margin-right: 15px;
text-align: right;
float: right;
position: absolute;
top: -32px;
right: 0px;
}
.schaufenster .flex-direction-nav .flex-prev {
margin-left: 15px;
position: absolute;
top: -32px;
left: 0px;
}
.schaufenster .flexslider:hover .flex-prev {
opacity: 0.7;
}
.schaufenster .flexslider:hover .flex-next {
opacity: 0.7;
}
.schaufenster .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
opacity: 1;
}
.schaufenster .flex-direction-nav .flex-disabled {
opacity: 0 !important;
filter: alpha(opacity=0);
cursor: default;
}
.schaufenster .flex-direction-nav a:before {
display: inline-block;
content: url(../strukturbilder/slider_zurueck.png);
}
.schaufenster .flex-direction-nav a.flex-next:before {
display: inline-block;
content: url(../strukturbilder/slider_vor.png);
}
/* Pause/Play */
.schaufenster .flex-pauseplay {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
}
.schaufenster .flex-pauseplay a {
display: block;
height: 23px;
width: 60px;
left: 0px;
text-align: center;
color: transparent;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: uppercase;
font-size: 0px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
position: relative;
margin-left: auto;
margin-right: auto;
}
.schaufenster .flex-pauseplay a:before {
content: url(../strukturbilder/slider_pause.png);
}
.schaufenster .flex-pauseplay a:hover {
opacity: 1;
}
.schaufenster .flex-pauseplay a.flex-play:before {
content: url(../strukturbilder/slider_weiter.png);
}
/* Control Nav */
.schaufenster .flex-control-nav {
width: 100%;
position: absolute;
bottom: -35px;
text-align: center;
z-index: 12;
}
.schaufenster .flex-control-nav li {
float: none;
}
/**** Schlagzeilen ****/
.ooe-schlagzeilen {
margin-bottom: 40px;
clear: both;
}
.bereich {
font-size: 12px;
color: #515151;
line-height: 18px;
}
.bereich span {
text-transform: uppercase;
}
.bereich span.ooe-szdatum {
text-transform: none!important;
}
.folgeseite .ooe-schlagzeilen {
margin-top: 0px;
margin-bottom: 0px;
}
.col-sm-4.ooe-rubrikenschlagzeile .bereich span {
display: block;
}
/*** Presse-Schlagzeilen ***/

.ooe-presseschlagzeile {
padding-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
overflow-x: hidden;
}
.ooe-presseschlagzeile a {
padding-left: 15px;
padding-right: 15px;
}
.ooe-presseschlagzeile a:hover {
background-color: #F4F4F5;
}
.ooe-presseschlagzeile a, #inhalt .ooe-rubrikenschlagzeile a, .ooe-rubrikenschlagzeile a, .ooe-presseschlagzeile-news a {
color: #414754;
display: block;
height: 100%;
}
.ooe-presseschlagzeile a:hover, #inhalt .ooe-rubrikenschlagzeile a:hover, .ooe-rubrikenschlagzeile a:hover, .ooe-presseschlagzeile-news a:hover {
text-decoration: none;
}
.ooe-presseschlagzeile a:hover h2, #inhalt .ooe-rubrikenschlagzeile a:hover h2, .ooe-rubrikenschlagzeile a:hover h2, .ooe-presseschlagzeile-news a:hover {
color: #d70d15;
}
.ooe-presseschlagzeile a:focus, #inhalt .ooe-rubrikenschlagzeile a:focus, .ooe-rubrikenschlagzeile a:focus {
text-decoration: none;
outline: none;
}
.ooe-presseschlagzeile a:focus h2, #inhalt .ooe-rubrikenschlagzeile a:focus h2, .ooe-rubrikenschlagzeile a:focus h2, .ooe-presseschlagzeile-news a:focus {
color: #d70d15;
}
.ooe-presseschlagzeile h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 26px;
line-height: 32px;
}
.ooe-presseschlagzeile-news {
padding-bottom: 10px;
}
.ooe-presseschlagzeile-news .foto {
height: auto;
outline: 0px;
background-color: #D9DADD;
margin-bottom: 20px;
}
.ooe-presseschlagzeile-news .foto img {
height: 50px;
width: auto;
}
.ooe-presseschlagzeile-news ul {
list-style: none;
margin-left: 0px;
padding-left: 0px !important;
}
.ooe-presseschlagzeile-news h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
line-height: inherit;
line-height: 1.4;
margin-bottom: 0px;
}
.ooe-presseschlagzeile-news a {
margin-bottom: 20px;
display: block;
height: auto;
}
.ooe-presseschlagzeile-news .ooe-btn {
background-color: #E3E4E6;
text-align: left;
font-weight: bold;
border-color: #E3E4E6;
padding-top: 2px;
padding-bottom: 2px;
}
.ooe-presseschlagzeile-news .ooe-btn:hover, .ooe-presseschlagzeile-news .ooe-btn:focus {
background-color: transparent;
}

@media (max-width: 767.5px) {
.ooe-presseschlagzeile h2 {
margin-top: 0px !important;
}
}
.foto {
max-width: 400px;
height: 217px;
overflow: hidden;
vertical-align: middle;
display: block;
outline: 1px solid #E8E8EA;
position: relative;
text-align: center;
}

@media (max-width: 767.5px) {
.foto {
height: 180px !important;
}
.ooe-presseschlagzeile-news .foto {
height: auto !important;
}
}
.foto img {
width: 100%;
margin: 0 auto;
}
.ooe-presseschlagzeile a p .foto > img {
transition: transform 1s;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);/*
position:absolute; top: 50%; left:50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);*/
}
.ooe-presseschlagzeile a:hover p .foto > img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);/*
position:relative !important; 
-ms-transform: translate(-0%, -0%);
-webkit-transform: translate(-0%, -0%);
transform: translate(-0%, -0%);*/

}
.portrait img {
max-width: 185px;
}
.portrait-daten p {
margin-bottom: 0px !important;
}
/**** *****/
.fotoquelle {
font-size: 11px;
line-height: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #515151;
display: block;
margin-top: 5px;
}
/*** Rubrikenschlagzeilen ***/
.ooe-schlagzeilen > .ooe-rubrikenschlagzeile {
padding-bottom: 0px;
overflow: hidden;
}
.ooe-schlagzeilen > .ooe-rubrikenschlagzeile:hover {
background-color: #F4F4F5;
}
.folgeseite .ooe-rubrikenschlagzeile {
margin-bottom: 40px;
}/* auf Rubriken-Startseite */
.ooe-schlagzeilen > .ooe-rubrikenschlagzeile h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
line-height: 28px;
margin-bottom: 0px;
}
.ooe-schlagzeilen > .ooe-rubrikenschlagzeile .grau {
margin-top: 15px;
}
.folgeseite .ooe-rubrikenschlagzeile h2 {
font-family: Georgia, "Times New Roman", Times, serif;
margin-top: 0px !important;
} /* auf Rubriken-Startseite */
.folgeseite .bild {
max-width: 400px;
margin-left: 40px;
overflow: hidden;
}
.folgeseite .bild img {
outline: 1px solid #E8E8EA;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.ooe-rubrikenschlagzeile .foto {
max-width: 100%;
height: 150px;
overflow: hidden;
display: block;
}
.ooe-rubrikenschlagzeile .foto img {
width: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
vertical-align: middle;
}
.ooe-rubrikenschlagzeile.ooe-js .foto {
height: auto;
max-height: 150px;
text-align: center;
outline: 1px solid #E8E8EA;
}
/*.ooe-rubrikenschlagzeile .foto img { 
display:block; 
position:absolute; top: 50%; left:50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}*/
.ooe-rubrikenschlagzeile .foto img[title~="Publikation"] {
display: block;
position: static;
height: 100%;
min-height: 150px;
width: auto;
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
margin-left: auto;
margin-right: auto;
}

@media (max-width: 767.5px) {
.folgeseite .bild {
max-width: 400px;
margin-left: 0px;
} /* auf Rubriken-Startseite */
.ooe-rubrikenschlagzeile .foto {
width: auto;
max-width: 100%;
text-align: left !important;
display: inline-block;
}
.ooe-rubrikenschlagzeile .foto img[title~="Publikation"] {
margin-left: 0px;
}
.ooe-rubrikenschlagzeile .foto img {
width: auto;
height: 100%;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
vertical-align: middle;
}
}
.ooe-schlagzeilen > .ooe-rubrikenschlagzeile .bereich span {
text-transform: uppercase;
}
.folgeseite .bereich span {
text-transform: uppercase;
display: inline;
} /* auf Rubriken-Startseite 
.folgeseite .bereich span:after {
	content: ' | ';
}  auf Rubriken-Startseite: Datum entfernt am 7.8.2017 - Str*/

@media (max-width: 991.5px) {
.folgeseite .bereich span {
display: block;
} /* auf Rubriken-Startseite */
.folgeseite .bereich span:after {
content: '';
}
}

@media (max-width: 768px) {
.folgeseite .bereich span {
text-transform: uppercase;
display: inline;
} /* auf Rubriken-Startseite */
.folgeseite .bereich span:after {
content: ' | ';
}  /*auf Rubriken-Startseite */
}
.folgeseite.col-sm-4.ooe-rubrikenschlagzeile {
width: 100% !important;
} /* aufRubriken-Startseite */
/********** Ubersicht auf Rubrikenstartseite *********/
.uebersicht {
clear: left;
}
.uebersicht a {
display: inline !important;
}
.uebersicht ul {
margin: 0px;
padding-left: 0px !important;
}
.uebersicht a:hover h2, .uebersicht a:focus h2 {
text-decoration: underline;
}

@media (max-width: 992px) {
.uebersicht h2 {
margin-bottom: 5px !important;
}
}

@media (max-width: 767.5px) {
.uebersicht h2 {
margin-bottom: 10px !important;
}
}
.uebersicht ul li {
list-style: none;
float: none;
margin-bottom: 0px !important;
}
.uebersicht ul li ul li {
float: left;
padding-bottom: 0px;
}
.uebersicht h3 {
font-size: 16px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.uebersicht h3 a {
display: inline-block !important;
padding-top: 10px;
padding-bottom: 10px;
}
#inhalt .uebersicht h3 a:hover .ooe-underline, #inhalt .uebersicht h3 a:focus .ooe-underline {
text-decoration: underline;
}
.uebersicht h3 a:after {
content: '•';
text-decoration: none!important;
color: #414754 !important;
margin-left: 15px;
margin-right: 15px;
}
.uebersicht ul li ul li:last-child h3 a:after {
content: '';
margin-left: 0px;
}

@media (max-width: 767.5px) {
.uebersicht h3 a {
display: block !important;
padding-top: 5px;
padding-bottom: 5px;
}
.uebersicht h3 a:after {
content: '';
}
.uebersicht ul li ul li {
list-style: circle;
float: none;
padding-bottom: 0px;
margin-left: 15px;
padding-left: 5px;
}
}
/************* Inhaltsvorschau ******************/
.navigationsliste.inhaltsvorschau {
list-style: none;
margin: 0px;
padding: 0px;
}
.navigationsliste.inhaltsvorschau li {
margin-bottom: 60px;
}
.navigationsliste.inhaltsvorschau a {
display: block;
}
.navigationsliste.inhaltsvorschau a:hover, .navigationsliste.inhaltsvorschau a:focus {
text-decoration: none;
}
.navigationsliste.inhaltsvorschau a:hover img, .navigationsliste.inhaltsvorschau a:focus img {
opacity: 0.7;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.navigationsliste.inhaltsvorschau p.bild {
display: block;
}
/********* INHALT *************/
#pfadangabe {
font-size: 13px;
line-height: 18px;
margin-bottom: 40px;
}
#pfadangabe a {
color: #414754 !important;
display: inline !important;
}
#pfadangabe a:after {
content: '' !important;
}

@media (max-width: 992px) {
#pfadangabe {
margin-bottom: 30px;
}
}

@media (max-width: 767.5px) {
#pfadangabe {
margin-top: 20px;
}
}
h1, h2, .h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}
h1 {
margin-bottom: 40px;
padding-top: 0px;
margin-top: 0px;
}
h2, .h2 {
margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
line-height: 1.3;
}
.folgeseite h2 {
margin-top: 50px;
margin-bottom: 20px;
}
.folgeseite h3 {
margin-top: 40px;
margin-bottom: 20px;
}
.h2.navigationsliste-ueb {
margin-top: 60px;
margin-bottom: -40px !important;
}

@media (max-width: 992px) {
.h2.navigationsliste-ueb {
margin-top: 30px;
margin-bottom: -20px !important;
}
}

@media (max-width: 768px) {
.h2.navigationsliste-ueb {
margin-top: 20px;
margin-bottom: -10px !important;
}
}

@media (min-width: 992px) {
h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 28px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
}

@media (max-width: 992px) {
h1 {
font-size: 30px;
margin-bottom: 20px !important;
}
h2, .h2 {
font-size: 24px;
margin-top: 40px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 12px;
}
}

@media (max-width: 768px) {
h1 {
font-size: 26px;
}
h2, .h2 {
font-size: 20px;
margin-top: 20px !important;
}
h3 {
font-size: 15px;
margin-top: 20px !important;
margin-bottom: 10px !important;
font-weight: bold;
}
h4 {
font-size: 15px;
}
h5 {
font-size: 15px;
}
h6 {
font-size: 14px;
}
}

@media (min-width: 1280px) {
#inhalt {
padding-left: 30px;
padding-right: 30px;
}
}
/*#inhalt a { display:inline-block; }*/
#inhalt a:hover, #inhalt a:focus {
text-decoration: none !important;
background-color: #F5F5F5;
}
/*#inhalt a[href^="http:"]:after, #content a[href^="https:"]:after, */.icon-extern:before {
content: url('../strukturbilder/icon_externerlink.png');
margin-left: 10px;
}
.glyphicon {
color: #414754 !important;
margin-right: 5px;
}
#inhalt a[href^="https://e-gov.ooe.gv.at"]:after, #content a[href^="http://www.land-oberoesterreich.gv.at/"]:after, #inhalt a[href^="http://www.land-oberoesterreich.gv.at/"]:after, #content a[href^="http://www2.land-oberoesterreich.gv.at/"]:after, #inhalt a[href^="http://www2.land-oberoesterreich.gv.at/"]:after, #inhalt a[href^="https://www2.land-oberoesterreich.gv.at/"]:after, #content a[href^="http://data.ooe.gv.at/"]:after, #inhalt a[href^="http://data.ooe.gv.at/"]:after, #inhalt a[href^="http://wasentw"]:after, #content a[href^="http://wasentw"]:after, .ooe-webtipps a:after {
content: '' !important;
margin-left: 0px;
}
#inhalt a, #suchseite a {
color: #d70d15;
word-wrap: break-word;/*text-decoration: underline;*/
}
#inhalt a:visited, #suchseite a:visited {
color: #8B3639;
}
#inhalt a .Anmerkung {
color: #414754; /*text-decoration: none !important; */
}
#inhalt a[href$=".pdf"] .Anmerkung:before {
content: ' (PDF-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".doc"] > .Anmerkung:before {
content: ' (Word-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".xls"] > .Anmerkung:before {
content: ' (Excel-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".docx"] > .Anmerkung:before {
content: ' (Word-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".xlsx"] > .Anmerkung:before {
content: ' (Excel-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".xlsm"] > .Anmerkung:before {
content: ' (Excel-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".ppt"] > .Anmerkung:before {
content: ' (PowerPoint-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".pptx"] > .Anmerkung:before {
content: ' (PowerPoint-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".zip"] > .Anmerkung:before {
content: ' (ZIP-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".dwt"] > .Anmerkung:before {
content: ' (DWT-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".dwg"] > .Anmerkung:before {
content: ' (DWG-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".dxf"] > .Anmerkung:before {
content: ' (DXF-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".eps"] > .Anmerkung:before {
content: ' (EPS-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".psd"] > .Anmerkung:before {
content: ' (PSD-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".wmv"] > .Anmerkung:before {
content: ' (WMV-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".dtn"] > .Anmerkung:before {
content: ' (DTN-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".xlw"] > .Anmerkung:before {
content: ' (XLW-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".txt"] > .Anmerkung:before {
content: ' (TXT-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".kmz"] > .Anmerkung:before {
content: ' (KMZ-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".kml"] > .Anmerkung:before {
content: ' (KML-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".mp3"] > .Anmerkung:before {
content: ' (MP3-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".m4r"] > .Anmerkung:before {
content: ' (M4R-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".m4v"] > .Anmerkung:before {
content: ' (M4V-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".mdb"] > .Anmerkung:before {
content: ' (MDB-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".jpeg"] > .Anmerkung:before {
content: ' (JPEG-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".jpg"] > .Anmerkung:before {
content: ' (JPG-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".tif"] > .Anmerkung:before {
content: ' (TIF-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".csv"] > .Anmerkung:before {
content: ' (CSV-Datei';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href$=".zip"] .Anmerkung:before {
content: ' (ZIP-Dokument';
font-size: 12px;
color: #414754;
font-weight: normal;
}
#inhalt a[href^="tel"] {
color: #d70d15;
}
#inhalt a[href^="tel"]:hover {
color: #d70d15;
text-decoration: none;
}
#inhalt p {
margin-bottom: 15px;
}
.grau {
color: #414754 !important;
}
.einleitung {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 19px;
line-height: 30px;
margin-bottom: 30px !important;
}

@media (max-width: 992px) {
.einleitung {
font-size: 17px;
line-height: 26px;
font-family: Georgia, "Times New Roman", Times, serif;
}
}

@media (max-width: 767.5px) {
.einleitung {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
line-height: 22px;
margin-bottom: 30px !important;
font-weight: bolder;
}
}
.Anmerkung {
font-size: 12px;
line-height: 1.43;
}
li > p.Anmerkung {
margin-bottom: 0px !important;
}
.Markierung {
font-weight: bold;
}
h3 span.Markierung {
font-weight: normal;
}
.Hervorhebung {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.6;
}
#inhalt ul {
margin-left: 0px;
padding-left: 20px;
}
#inhalt table ul {
margin-left: 20px;
}
#inhalt ul li, #inhalt ol li {
margin-bottom: 10px;
}
.ooe-list-unstyled {
padding-left: 0px !important;
}
#inhalt ul li > ul li {
margin-top: 5px;
margin-bottom: 5px;
}
#inhalt ul li ul li ul li {
list-style-type: circle;
margin-top: 5px;
margin-bottom: 5px;
}
#inhalt ol.a {
list-style-type: lower-alpha;
}
#inhalt ol.A {
list-style-type: upper-alpha;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
border-collapse: collapse;
}
table caption {
width: 0px;
height: 0px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0px !important;
}
table > th, table td {
padding: 8px;
}
table th {
font-weight: bold;
background-color: #E8E8EA !important;
line-height: 1.3 !important;
}
td[bgcolor="#b0c4de"] {
background-color: #E8E8EA !important;
}
tr[bgcolor] {
background-color: transparent;
}
td[bgcolor] {
background-color: transparent;
}
table p {
margin: 0px !important;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
padding: 8px;
border-bottom: 1px solid #9DA0A7;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
background-color: #FECD41;
color: #000000;
}
.table-hover > tbody > tr:hover > td a, .table-hover > tbody > tr:hover > th a {
color: #000000 !important;
text-decoration: underline !important;
}

@media screen and (min-width: 320px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
.bildquer {
padding-left: 0px;
margin-bottom: 0px !important;
}
.bildquer .ooe-fancy img {
max-height: 333px !important;
}
.bildquer img {
width: 100%;
max-width: 500px;
height: auto;
border: 1px solid #efefef;
}
.bildquer.standard {
float: none;
height: 333px !important;
overflow: hidden;
position: relative;
max-width: 500px;
border: 1px solid #efefef;
margin-bottom: 0px !important;
}
.bildquer.ooe-sz {
float: none;
height: auto !important;
}
.bildquer.standard img {
width: 100%;
max-width: 500px;
height: auto;
border: 0px;
position: absolute;
top: 50%;
left: 0px;
-ms-transform: translate(-0%, -50%);
-webkit-transform: translate(-0%, -50%);
transform: translate(-0%, -50%);
}
.bildquer.ooe-sz img {
width: 100%;
max-width: 500px;
height: auto;
border: 1px solid #efefef;
position: static !important;
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
transform: none;
}
.bildhoch, .bildthumb {
float: left;
margin-right: 15px;
}
/*.bildhoch img { width: auto !important; max-width: 100%; height: auto !important; max-height: 450px; border: 1px solid #efefef; }
.bildhoch { max-height: 500px; max-width: 50%;  }*/

.bildhoch {
width: 50% !important;
max-width: 300px !important;
}
.bildhoch .standard {
max-height: 450px;
height: 100%;
overflow: hidden;
background-color: #efefef;
outline: 1px solid #efefef;
margin-bottom: 0px !important;
}
.bildhoch img {
width: 100% !important;
max-width: 100%;
height: auto !important;
max-height: none;
vertical-align: middle;
}
/*.Portrait img { max-width: 200px;  }*/
.Portrait {
width: 125px !important;
}
.Portrait .standard {
min-height: 150px;
max-height: 170px;
overflow: hidden;
position: relative;
background-color: #efefef;
outline: 1px solid #efefef;
margin-bottom: 0px !important;
}
.Portrait .standard img {
position: absolute;
top: 50%;
left: 0px;
-ms-transform: translate(-0%, -50%);
-webkit-transform: translate(-0%, -50%);
transform: translate(-0%, -50%);
}
div.bildquer {
margin-bottom: 40px !important;
}
.row.downloadfoto {
margin-top: 20px;
margin-bottom: 40px;
}
#liste_az-nav ul.ln-letters li {
margin: 0px;
}

@media (max-width: 480px) and (orientation: portrait) {
h1 {
font-size: 30px;
}
.bildhoch {
float: none;
margin-right: 15px;
}
}
.navigationsliste {
list-style: none;
margin-left: 0px;
padding-left: 0px !important;
margin-top: 60px;
margin-bottom: 60px;
}
.navigationsliste a:hover h2, .navigationsliste a:hover h3, .navigationsliste a:focus h2, .navigationsliste a:focus h3 {
text-decoration: underline;
}

@media (max-width: 992px) {
.navigationsliste {
margin-top: 30px;
}
.bildquer .standard {
float: none;
height: 235px;
overflow: hidden;
position: relative;
}
.bildquer img {
width: 100%;
max-width: 350px;
height: auto;
border: 1px solid #efefef;
}
}

@media (max-width: 768px) {
.navigationsliste {
margin-top: 20px;
}
}
.navigationsliste li {
margin-bottom: 40px;
}
.navigationsliste h2, .navigationsliste h3, .liste-extra.navigationsliste.mit.Einleitung a {
font-family: Verdana, Geneva, sans-serif;
font-size: 19px;
margin-top: 30px;
margin-bottom: 5px;
}

@media (max-width: 992px) {
.navigationsliste h2, .navigationsliste h3, .liste-extra.navigationsliste.mit.Einleitung a {
font-family: Verdana, Geneva, sans-serif;
font-size: 19px;
margin-top: 20px;
margin-bottom: 5px;
}
}

@media (max-width: 768px) {
.navigationsliste h2, .navigationsliste h3, .liste-extra.navigationsliste.mit.Einleitung a {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
margin-top: 20px;
margin-bottom: 5px;
font-weight: bold;
}
}
li.navigationsliste.link {
font-family: Verdana, Geneva, sans-serif;
font-size: 19px!important;
margin-top: 0px!important;
margin-bottom: 20px !important;
}
li.navigationsliste p.grau, li.navigationsliste p.grau > div {
font-size: 15px!important;
line-height: 25px;
text-align: left;
margin-top: 8px;
}
.navigationsliste a {
display: block !important;
}
.navigationsliste a:hover {
text-decoration: none;
display: block;
}
.navigationsliste a:hover h2 {
background-color: #F5F5F5;
}
.navigationsliste.unsichtbar {
display: none;
}
.navigationsliste.ohne.Einleitung p.grau {
display: none;
}
.navigationsliste.mit.Einleitung p.bild, .navigationsliste.ohne.Einleitung p.bild, .navigationsliste.unsichtbar p.bild {
display: none;
}
.liste-extra.navigationsliste.mit.Einleitung p.grau {
font-size: 15px;
margin-top: 5px;
}
.liste-extra.ueberschrift {
font-weight: bold;
clear: both;
}
.liste-extra {
list-style: none;
margin-left: 0px;
padding-left: 0px !important;
margin-bottom: 50px;
clear: both;
}
.liste-extra li a:hover .ooe-ueberschrift-link, .liste-extra li a:focus .ooe-ueberschrift-link {
text-decoration: underline;
}

@media (max-width: 768px) {
.liste-extra {
margin-bottom: 30px;
}
}
.liste-extra a:hover {
display: block;
}
.liste-extra li {
margin-bottom: 12px !important;
}
.liste-extra li ul li {
margin-bottom: 5px !important;
}
ul.liste-extra li.formular {
/*list-style:url(../strukturbilder/icon_formular.png);
margin-left: 30px;*/
padding-left: 0px;
padding-top: 10px;
margin-bottom: 10px;
width: auto;
border-top: 1px solid #9DA0A7;
}
ul.liste-extra li.formular:first-child {
border-top: 0px;
padding-top: 0px;
}
ul.liste-extra li ul li.formular {
border-top: 0px;
}
ul.liste-extra li.formular.O a:before {
/*content:url(../strukturbilder/icon_maus.png);*/

}
.liste-extra p {
margin-bottom: 0px !important;
}
.liste-extra .formular a:hover {
text-decoration: none;
}
.liste-extra .formular a:hover p:first-child {
border-bottom: 1px solid #d70d15;
display: inline-block;
}
.liste-extra .formular p:first-child {
border-bottom: 1px solid #ffffff;
display: inline-block;
}
.link-extern a[href^="http://www.land-oberoesterreich.gv.at/files"] .glyphicon-new-window {
display: none;
}
.ankerliste {
margin-left: 0px;
padding-left: 0px !important;
}
.ankerliste li {
list-style: none;
margin-bottom: 20px;
float: left;
margin-left: 0px;
margin-right: 0px;
}
.ankerliste a {
color: #414754 !important; /*background-color: #f5f5f5;*/
border: 2px solid #dddddd;
font-weight: bold;
margin-right: 15px;
white-space: normal;
text-align: left;
}
.ankerliste a:after {
content: url(../strukturbilder/icon_ankerlink.png);
margin-left: 10px;
}
.rauf {
color: #414754 !important; /*background-color: #f5f5f5;*/
border: 2px solid #dddddd;
font-weight: bold;
position: absolute;
right: 0px;
}
.rauf:after {
content: url(../strukturbilder/icon_ankerlink_rauf.png);
}
.OwnerPage-Ankerpunkte {
position: relative;
display: block;
}
.OwnerPage-Ankerpunkte h2 {
padding-right: 45px;
}

@media (max-width: 768px) {
.ankerliste a {
white-space: normal;
}
}
.kontakt {
background-color: #FED04E;
color: #272B33;
margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 5px;
font-size: 14px !important;
line-height: 20px !important;
}
.woerterbuch {
display: none;
}
.kontakt p a {
display: block;
color: #272B33 !important;
}
.kontakt p a[href^="mailto:"] {
display: inline-block !important;
text-decoration: underline;
}
.kontakt h2 {
font-size: 18px;
margin-top: 0px !important;
}
.kontakt .abteilung a, .kontakt .doris-link a {
background-color: #FEC111;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
margin-left: -5px;
margin-right: -5px;
}
.kontakt p a:hover {
text-decoration: none;
}
.kontakt p a[href^="http:"]:after {
content: none !important;
}
.lageplan-karte {
background-color: #ffffff;
display: block;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
}
.lageplan {
overflow: hidden;
position: relative;
height: 200px;
}
.karte {
position: absolute;
left: 50%;
top: 50%;
margin-top: -150px;
margin-left: -175px;
}
.kontakt .karte img {
transition: transform 0.2s;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.kontakt a:hover .karte img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

@media (min-width: 992px) {
.lageplan-karte:hover {
outline: 1px solid #D70D15;
background-color: #ffffff !important;
color: #D70D15 !important;
}
}
.doris-link img {
float: right;
margin-left: 8px;
}
.ooe-portraitfoto {
text-align: left;
max-height: 204px;
overflow: hidden;
}
.ooe-portraitfoto img {
display: inline-block;
border: 1px solid #E8E8EA;
}
.ooe-fancy {
display: table-cell;
vertical-align: middle;
text-align: center;
background-color: #ffffff;
font-size: 0px;
padding: 5px;
margin: 0px 10px 15px 0px;
overflow: hidden;
border: 2px solid #9DA0A7;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.ooe-fancy img {
border: 1px solid transparent;
}
.ooe-fancy .fotoquelle {
min-height: 20px;
margin-top: 5px;
padding-right: 30px;
background-image: url('../strukturbilder/icon_plus.png');
background-repeat: no-repeat;
background-position: right top;
}
.fancybox-buttons.ooe-fancy .fotoquelle, .fancybox-effects-b.ooe-fancy .fotoquelle {
max-width: 150px;
padding-right: 25px;
}
.ooe-fancy:hover, .ooe-fancy:focus {
text-decoration: none !important;
}
.ooe-fancy:hover img, .ooe-fancy:focus img {
border: 1px solid #D70D15 !important;
}
.fancybox-title {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
}
.fancybox-title-inside-wrap {
text-align: left;
}
.fancybox-title-float-wrap {
display: none;
}
.fancybox-title a {
color: #d70d15;
font-weight: bold;
display: block;
}
.bildquer .ooe-fancy .fotoquelle {
text-align: left;
}
.ooe-dropdown-bildtext {
left: -15%;
padding: 15px;
border: 2px solid #9DA0A7;
-webkit-box-shadow: 1px 6px 12px rgba(0, 0, 0, 0.5);
box-shadow: 1px 6px 12px rgba(0, 0, 0, 0.5);
}
div.dropdown {
margin-top: -2px;
}
div.dropdown a.dropdown-toggle {
background-color: #ffffff;
padding: 5px;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
}
.dropdown-toggle .glyphicon {
margin-right: 0px;
border: 0px;
padding: 0px;
font-size: 20px;
}
.dropdown-toggle .glyphicon-info-sign {
color: #D70D15 !important;
top: 5px;
}

@media (max-width: 768px) {
.ooe-dropdown-bildtext {
left: 0%;
}
}
.embed-responsive-4by3.embed-responsive {
padding-bottom: 76% !important;
}
.embed-responsive-hoch.embed-responsive {
padding-bottom: 89% !important;
width: 50%;
}

/***********************************/

	
@media (max-width: 768px) {
.ooe-portraitfoto {
text-align: left;
}
}
.embed-responsive video {
width: 100%;
height: auto;
}
.content_lebenslauf ul {
list-style: none;
padding-left: 0px !important;
}
.content_lebenslauf > ul {
margin-bottom: 40px;
}
.content_lebenslauf ul li {
margin-bottom: 0px !important;
}
.content_lebenslauf ul li ul li {
margin-bottom: 0px !important;
/*	display: block;*/
clear: left;
}
.content_lebenslauf li:after {
clear: both !important;
content: " ";
display: table;
}
.jahr {
width: 32%;
float: left;
display: block;
padding-right: 1.33%;
}
.langer_text {
float: right;
width: 66.66%;
display: block;
}

@media (max-width: 991px) {
.jahr, .langer_text {
width: 100%;
float: none;
}
.content_lebenslauf ul li ul li {
margin-bottom : 15px !important;
}
}
.content_lebenslauf ul.laufbahn li {
border-bottom: 1px solid #EEEEEE;
padding-bottom: 5px;
line-height: 1.43;
}
.content_lebenslauf ul.mit-Zeichen {
list-style: disc !important;
padding-left: 20px !important;
}
.content_lebenslauf ul.mit-Zeichen > li {
list-style-type: disc;
}
.sprachauswahl {
clear: both;
margin-top: 0px;
}
.sprachauswahl div {
text-align: center;
}
.sprachauswahl a {
width: 100%;
white-space: normal;
text-align: left;
font-size: 11px;
line-height: 15px;
}
.sprachauswahl img {
float: left;
margin-right: 6px;
}
.sprachauswahl .ll {
font-weight: bold;
font-size: 14px !important;
line-height: 18px !important;
}
.sprachauswahl div.ll.right {
position: absolute;
right: 0px;
}

@media (max-width: 768px) {
.sprachauswahl div.ll.right {
position: relative;
right: 0px;
}
}
.Wort:after {
content: url('../strukturbilder/mark_info.png');
margin-left: 10px;
}
.fancybox-inner {
text-align: left;
}
.ooe-btn {
border-width: 2px;
color: #434955 !important;
}
.ooe-imagemap {
overflow-x: auto;
display: block;
border: 1px solid #F5F5F5;
}
/************* Accordeon im Inhaltsbereich ******/
.ooe-accordeon-inhalt {
margin-bottom: 60px;
}
.ooe-accordeon-inhalt .panel-title {
font-size: 18px;
margin-bottom: 0px !important;
}
.ooe-accordeon-inhalt .faq .panel-title {
font-size: 16px;
margin-bottom: 0px !important;
}
.ooe-accordeon-inhalt .panel-title a {
display: block !important;
color: #414754 !important;
}
.ooe-accordeon-inhalt .panel-title a:hover {
display: block !important;
background-color: #ffffff !important;
color: #d70d15 !important;
}
.ooe-accordeon-inhalt h2:first-child {
margin-top: 10px;
}
.ooe-accordeon-inhalt .panel {
border: 2px solid transparent;
}
.ooe-accordeon-inhalt .panel-default {
border-color: #9DA0A7;
}
.ooe-accordeon-inhalt .panel-body {
border-top-color: transparent !important;
}
.ooe-accordeon-inhalt .panel + .panel {
margin-top: 15px;
}
.ooe-accordeon-inhalt .faq {
background-color: transparent;
}
.ooe-accordeon-inhalt .faq span.ooe-dreieck-gross {
width: 0px;
height: 0px;
border: 8px solid #d70d15;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-color: transparent;
padding: 0px;
margin-top: 4px;
margin-right: 5px;
display: inline-block;
float: left;
}
.ooe-accordeon-inhalt .faq span.ooe-dreieck-gross.offen {
border: 8px solid #d70d15;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
float: left;
margin-top: 7px;
margin-right: 5px;
}
.faqtitlebold {
font-weight: bold;
}
.ooe-accordeon-panel-toggle {
border: 0px;
padding-left: 0px;
border-radius: 0px;
margin-bottom: 10px;
color: #d70d15;
margin-right: 20px;
}
.ooe-accordeon-panel-toggle:focus {
outline: 1px solid #FEBF18;
background-color: #ffffff;
color: #414754;
}
.ooe-accordeon-panel-toggle .ooe-dreieck-gross {
margin-right: 0px;
}
.ooe-accordeon-panel-toggle .ooe-dreieck-gross.offen {
margin-right: 2px; /*margin-top: 4px;*/
}
.ooe-accordeon-panel-toggle.geschlossen .ooe-alle {
margin-top: 4px;
display: inline-block;
}
/*.ooe-accordeon-inhalt .faq .panel-title a {  color: #414754 !important;}*/
/******* alte LKs ****************/

.lk-header {
background-color: #c9c9c9;
margin-bottom: 40px !important;
margin-top: 60px;
}
.lk-header img {
max-width: 400px;
	width: 100%;
}
#lk .ankerliste {
margin-left: 0px;
padding-left: 20px !important;
}
#lk .ankerliste a {
color: #414754;
border: 0px;
background-color: transparent;
font-weight: normal;
}
#lk .ankerliste a:after {
content: none;
margin-left: 0px;
}
#lk .ankerliste li {
list-style-image: url('../strukturbilder/icon_ankerlink.png');
margin-bottom: 20px;
float: none;
}
#lk .ueberschrift {
font-weight: bold;
text-transform: uppercase;
}
#lk a h3 {
margin-bottom: 0px;
margin-top: 20px;
}
#lk .lk_text {
margin-bottom: 60px;
}
#lk .teilnehmer {
margin-top: 20px;
}
#lk .teilnehmer li {
margin-bottom: 0px;
}
#lk .row {
margin-top: 40px;
margin-bottom: 40px;
}
/*** LK Suche Buttons ***/

.lksuche_buttons ul li {
list-style-type: none;
}
.lksuche_buttons li {
float: left;
}
.lksuche_buttons a {
margin-right: 15px;
text-align: left;
white-space: inherit;
}
.lksuche_buttons ul {
padding-left: 0px !important;
}
/*** NEUE Landeskorrespondenz LK ***/
.ooe-lk {
text-transform: uppercase;
margin-bottom: 20px!important;
}
.ooe-lk .ooe-datum {
text-transform: none;
}
#ooe-lk-teilnehmer {
padding: 10px;
background-color: #f0f0f1;
border-radius: 5px;
}
#ooe-lk-teilnehmer p {
margin-bottom: 0px !important;
}
/**** Erlass-Internet ****/
.ooe-erlass-abt, .ooe-erlass-adr {
padding: 0px;
}
.ooe-erlass-adr {
text-align: right;
}
/**** Zusatzinfos im textbereich **/
.text .col-md-6.ooe-zusatzinfo {
width: 100% !important;
float: none !important; /*background-color: transparent !important; padding-left: 0px !important; padding-right:  0px !important; */
margin-bottom: 40px;
font-size: 15px;
line-height: 25px;
height: auto !important;
}
.text .col-md-6.ooe-zusatzinfo a { /*background-color: transparent; padding: 0px !important; */
}
.text .col-md-6.ooe-zusatzinfo a.intern .ueberschrift {
color: #d70d15 !important;
}
.liste-extra .col-md-6.ooe-zusatzinfo a.extern {
background-color: #EBEBED;
display: table;
width: 100%;
}
/*.liste-extra .col-md-6.ooe-zusatzinfo a.extern:hover { background-color:transparent !important; } */
.liste-extra .col-md-6.ooe-zusatzinfo a.extern .zi-bild {
padding-bottom: 0px;
}
.liste-extra .col-md-6.ooe-zusatzinfo a.extern .zi-bild img {
max-width: 300px !important;
width: 100% !important;
}
.text .col-md-6.ooe-zusatzinfo a.extern .webtip {
display: table-cell;
vertical-align: middle;
width: 60%;
}
.text .col-md-6.ooe-zusatzinfo a.publikation, .text .col-md-6.ooe-zusatzinfo a.dokument {
background-color: #E3EBE7;
}
.text .col-md-6.ooe-zusatzinfo a.publikation .ueberschrift {
margin-bottom: 10px;
}
.text .col-md-6.ooe-zusatzinfo a:hover .ueberschrift {
text-decoration: underline;
color: #d70d15;
}
.text .col-md-6.ooe-zusatzinfo a.publikation p {
text-indent: 0px;
margin-left: 0px;
}
.text .col-md-6.ooe-zusatzinfo a.publikation img, .text .col-md-6.ooe-zusatzinfo a.dokument img {
float: left;
margin-left: 0px;
margin-top: 0px;
max-width: 100px;
width: auto;
margin-right: 20px;
}
.text .col-md-6.ooe-zusatzinfo a.publikation .publart, .ooe-zusatzinfo.col-md-6 a.publikation .publart {
text-transform: uppercase;
font-size: 12px;
color: #515151;
display: block;
}
.text .col-md-6.ooe-zusatzinfo a.dokument[href$=".pdf"] p.text-top:before {
content: 'PDF-Dokument';
text-transform: uppercase;
font-size: 12px;
color: #515151;
}
.text .col-md-6.ooe-zusatzinfo .fotoquelle {
margin-top: 2px;
margin-bottom: 0px !important;
}
.text .zi-bild img {
max-width: none !important;
width: 100%;
}
.text .mit-bild.intern {
margin-left: -15px;
margin-right: -15px;
}
.text .text-top {
vertical-align: middle !important;
}
.text .maxheight {
max-height: 183px;
overflow: hidden;
display: block;
}
.ooe-serviceinfos .maxheight {
max-height: 89px;
overflow: hidden;
display: block;
}

@media (max-width: 1024px) {
.text .maxheight {
max-height: 154px;
overflow: hidden;
display: block;
}
.ooe-serviceinfos .maxheight {
max-height: 89px;
overflow: hidden;
display: block;
}
}

@media (max-width: 991px) {
.text .maxheight {
max-height: 148px;
overflow: hidden;
display: block;
}
.ooe-serviceinfos .maxheight {
max-height: 89px;
overflow: hidden;
display: block;
}
}

@media (max-width: 880px) {
.text .maxheight {
max-height: 128px;
overflow: hidden;
display: block;
}
.ooe-serviceinfos .maxheight {
max-height: 89px;
overflow: hidden;
display: block;
}
}

@media (max-width: 768px) {
.text .maxheight {
max-height: 183px;
overflow: hidden;
display: block;
}
}

@media (max-width: 480px) {
.text .text-top {
display: block;
width: 100%;
}
.ooe-zusatzinfo.col-md-6 a.publikation img {
float: none !important;
margin-left: 0px;
margin-top: 0px;
}
.col-md-6.ooe-zusatzinfo a.publikation p {
text-indent: 0px;
margin-left: 0px;
}
.zi-bild {
display: block;
}
.max-height {
max-height: 170px;
overflow: hidden;
display: block;
}
}
/***** Ausschreibungen_Projekte ****/
.cont_ausschreibung_bild > img {
width: 100%;
overflow: hidden;
}
/***** Suchen *****/
.suchformular {
/*background-color: #d70d15; */
padding: 20px;
margin-top: 15px;
white-space: normal;
border: 2px solid #9DA0A7;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 40px;
margin-bottom: 40px;
}
.suchformular .form-group {
margin-bottom: 0px;
}
.suchformular .btn.btn-default {
background-color: #D70D15;
color: #ffffff;
border-color: transparent;
font-weight: bold;
}
.suchformular .btn.btn-default:hover, .suchformular .btn.btn-default:active {
background-color: #B70B12;
}

@media (max-width: 768px) {
.suchformular .btn.btn-default {
width: 50px;
background-image: url(../strukturbilder/icon_lupe.png);
background-repeat: no-repeat;
background-position: center;
color: transparent;
}
}
.suchformular .form-control:focus {
border-color: #FEC111;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(216, 174, 55, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(216, 174, 55, .6);
color: #000000 !important;
}
form[action^="InternetTel"] #tableTableModel_table {
border: 2px solid #9DA0A7 !important;
}
form[action^="InternetTel"] #tableTableModel_table td, form[action^="InternetTel"] #tableTableModel_table th {
width: 50%;
}

@media (max-width: 868px) {
form[action^="InternetTel"] #tableTableModel_table td, form[action^="InternetTel"] #tableTableModel_table th {
width: 100%;
float: left;
}
form[action^="InternetTel"] #tableTableModel_table td:nth-child(even), form[action^="InternetTel"] #tableTableModel_table th:nth-child(even) {
border-top: 0px !important;
}
form[action^="InternetTel"] #tableTableModel_table td:nth-child(odd), form[action^="InternetTel"] #tableTableModel_table th:nth-child(odd) {
border-bottom: 0px !important;
}
}
/*** Veranstaltungen **/

ul.media-list.ooe-nopadding {
padding: 0px!important;
}
.ooe-liste-va small {
display: block;
margin-top: 10px;
}
.ooe-liste-va > a {
padding: 5px;
background-color: transparent;
transition: background-color 1s;
display: block;
}
.ooe-liste-va > a:hover {
text-decoration: none!important;
background-color: #f8f8f8;
display: block;
}
/*.ooe-label { 
	font-family: Verdana, Geneva, sans-serif;  
	font-size: 15px;
	color: #515151; 
	font-weight: normal; 
	background-color: #e8e8ea; 
	border: 1px solid silver; 
}*/
.ooe-liste-va a .media-left .ooe-img {
overflow: hidden;
}
.ooe-liste-va a .media-left .ooe-img > img {
transition: transform 1s;
}
.ooe-liste-va a:hover .media-left .ooe-img > img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.ooe-liste-va .media-heading {
margin: 0px;
}
.ooe-vadaten {
color: #515151; /*font-size: 88%;*/
font-weight: normal;
}
.ooe-einleitung {
color: #515151;
padding-bottom: 0px;
}
.ooe-ueberschrift {
font-size: 15px;
font-weight: bold;
margin-bottom: 8px!important;
}
.ooe-ueberschrift .label-info {
color: #ffffff;
background-color: #d70d15;
text-align: left;
padding: 8px;
}
.text div.ooe-text1 {
display: none;
}
.text div.ooe-text1:first-of-type {
display: block;
}
/*** Mail-Formulare ***/
.ooe-mailformular, .ooe-formularfelder-auslesen {
padding-top: 0px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 0px;
border: 2px solid #9DA0A7;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 40px;
margin-bottom: 40px;
}
.ooe-mailformular legend {
background-color: #F5F5F5;
padding: 5px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-bottom: 0px;
}
.ooe-mailformular .form-group {
position: relative;
}
.ooe-mailformular fieldset {
margin-top: 15px;
margin-bottom: 10px;
}
.ooe-mailformular p.Anmerkung {
padding: 0px;
margin: 0px;
}
.ooe-mailformular .form-control {
color: #414754;
}
.ooe-mailformular .form-control:focus {
border-color: #FEC111;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(216, 174, 55, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(216, 174, 55, .6);
color: #000000 !important;
}
 .form-control::-moz-placeholder {
 color: #777;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #777;
}
.form-control::-webkit-input-placeholder {
 color: #777;
}
.ooe-mailformular .form-control-static.hinweis {
margin-top: 25px;
padding: 4px !important;
background-color: #FDEDBE;
}
.ooe-mailformular .ooe-submit {
background-color: #FECD41;
border-color: #CCCCCC;
color: #000000;
}
.ooe-mailformular .ooe-submit:hover, .ooe-mailformular .ooe-submit:focus {
background-color: #FEC111;
border-color: #9B9EA5;
}
.ooe-mailformular .ooe-reset {
background-color: #FEDA71;
color: #000000;
}
.ooe-mailformular .ooe-reset:hover, .ooe-mailformular .ooe-reset:focus {
background-color: #FECD41;
border-color: #9B9EA5;
}
.ooe-mailformular #spamCheck {
width: auto;
display: inline;
}
.ooe-mailformular img.fehler {
position: absolute;
right: 5px;
bottom: 10px;
}
.ooe-formularfelder-auslesen h3 {
margin-top: 0px;
}
.ooe-formularfelder-auslesen input[disabled] {
color: #000000 !important;
font-weight: bold;
}
.ooe-formularfelder-auslesen p.textarea {
background-color: #eeeeee;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #000000;
border: 1px solid #ccc;
border-radius: 4px;
cursor: not-allowed;
}
.ooe-formularfelder-auslesen .checkbox {
margin-top: 0px;
min-height: auto;
color: #000000;
background-color: #EEEEEE;
border: 1px solid #cccccc;
border-radius: 4px;
padding-left: 10px;
cursor: not-allowed;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}
.ooe-formularfelder-auslesen .checkbox strong {
display: block;
}

.ooe-formular .ooe-submit {
    background-color: #FECD41;
    border-color: #CCCCCC;
    color: #000000;
}

.ooe-formular .ooe-submit:hover, .ooe-formular .ooe-submit:focus {
    background-color: #FEC111;
    border-color: #9B9EA5;
}



.veranstaltung {
border: 0px;
margin-top: 0px;
}
div.datepicker table {
margin-bottom: 0px;
}
div.datepicker table th {
background-color: white !important;
}
.requiredInput {
position: static !important;
margin-left: 0px !important;
}
/*** Zusatzinfos ***/
.ooe-webtipps.bh-startseite > div.col-md-6.ooe-zusatzinfo {
width: 100% !important;
}
.ooe-serviceinfos a:focus, .ooe-webtipps a:focus {
outline: 1px solid #414754;
text-decoration: none;
}
.ooe-serviceinfos h2 {
margin-top: 0px;
}
.ooe-zusatzinfo {
font-size: 14px;
line-height: 20px;
margin-bottom: 40px; /* war ausgeblendet; wieso? Str */
}
/* @media (min-width: 992px) {
.ooe-zusatzinfo:first-child { margin-top: 27px;}
} nach Einbau im OT anscheinend nicht mehr notwendig Str */
.ooe-webtipps ul {
list-style: none;
padding-left: 0px !important;
}
/*.ooe-webtipps a[href^="http://www.land-oberoesterreich.gv.at/"] { display: none; }*/
.col-md-12.col-sm-12.ooe-zusatzinfo {
float: none;
clear: left;
}
.ooe-zusatzinfo h2 {
font-size: 24px;
}
.folgeseite .ooe-zusatzinfo {
margin-bottom: 0px;
padding: 0px;
}
.folgeseite .row.ooe-serviceinfos {
margin-top: 60px;
}
.folgeseite .ooe-serviceinfos h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: 18px;
margin-left: 15px;
margin-right: 15px;
}
.ooe-zusatzinfo a {
padding: 15px;
display: block;
color: #272B33 !important;
height: 100%;
}
.ooe-zusatzinfo a:hover {
text-decoration: none;
}
.ooe-zusatzinfo a:hover .ueberschrift, .ooe-zusatzinfo a:hover .ooe-ueberschrift, .ooe-zusatzinfo a:focus .ueberschrift, .ooe-zusatzinfo a:focus .ooe-ueberschrift {
text-decoration: underline!important;
}

/*.ooe-zusatzinfo a:after { content: none !important; }*/
/*.ooe-zusatzinfo a.mit-bild:hover .text-top { color: #d70d15; }*/
@media (max-width: 767.5px) {
.folgeseite .row.ooe-serviceinfos {
margin-top: 20px;
}
.folgeseite .ooe-serviceinfos h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
margin-left: 15px;
margin-right: 15px;
font-weight: bold;
margin-bottom: 10px !important;
}
.folgeseite .row.ooe-serviceinfos p {
line-height: 20px !important;
}
.ooe-zusatzinfo a {
display: block;
color: #272B33 !important;
height: 100%;
}
/*.folgeseite .ooe-zusatzinfo { padding-left: 15px;}*/
.row.ooe-webtipps .zi-bild, .row.ooe-webtipps .fotoquelle {
display: none;
}
}
.ooe-zusatzinfo .ueberschrift {
font-weight: bold;
text-transform: uppercase;
line-height: 20px;
display: block;
}
.folgeseite .ooe-zusatzinfo .ueberschrift {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-transform: none;
font-size: 18px;
line-height: 20px;
display: block;
margin-bottom: 15px;
} /** auf Inhaltsseite **/
.folgeseite .text .ooe-zusatzinfo .ueberschrift {
font-size: 20px !important;
line-height: 22px !important;
} /** auf Inhaltsseite **/
.Standard:hover {
background-color: #FEDC7A !important;
}
.orange {
background-color: #FFAB48;
}
.orange:hover {
background-color: #FF971F !important;
}
.rot {
background-color: #E56547;
}
.rot:hover {
background-color: #DE411E !important;
}
.publikation {
background-color: #CDDBD5;
}
.folgeseite .orange, .folgeseite .rot, .folgeseite .Standard, .folgeseite .publikation {
background-color: transparent;
}
.publikation:hover, .dokument:hover {
background-color: #D9E3DE !important;
}
.publikation img {
float: left;
margin-left: -100px;
margin-top: 30px;
max-width: 80px;
max-height: 105px;
width: auto;
height: auto;
border: 1px solid #CCCCCC;
}
.dokument img {
float: left;
max-width: 80px;
max-height: 105px;
width: auto;
height: auto;
border: 1px solid #CCCCCC;
}
.publikation p {
text-indent: -100px;
margin-left: 100px;
}
.col-md-12.col-sm-4.ooe-zusatzinfo .publikation p {
text-indent: 0px;
margin-left: 0px;
}
.col-md-12.col-sm-4.ooe-zusatzinfo .publikation p .publart {
text-transform: uppercase;
font-size: 12px;
color: #515151;
display: block;
}
.col-md-12.col-sm-4.ooe-zusatzinfo .publikation p img {
float: none;
margin-left: 0px;
margin-top: auto;
margin-bottom: 8px;
}
.mit-bild.startseite {
padding: 0px !important;
}
.mit-bild.startseite:hover .ueberschrift {
color: #d70d15 !important;
}
.mit-bild {
display: table;
width: 100%;
color: #d70d15;
}
.zi-bild {
display: table-cell;
width: 40%;
padding-right: 10px;
padding-bottom: 10px;
}
.text .zi-bild {
padding-bottom: 0px;
margin-bottom: 0px;
}
.zi-bild img {
max-width: 140px !important;
}
.dokument p {
width: auto !important;
}
.text-top {
display: table-cell;
vertical-align: top;
width: 60%;
}
.mit-bild.startseite .text-top {
display: block;
width: auto;
}
a.vorwort {
padding: 0px !important;
}
a.vorwort:hover h2, a.vorwort:hover small {
color: #d70d15;
}
.serviceinfos {
background-color: #FECD41;
padding: 15px;
height: 100%;
}
.serviceinfos .ueberschrift {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
line-height: 20px;
}
.serviceinfos a {
padding-left: 0px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
.serviceinfos a:hover {
text-decoration: underline;
}
.serviceinfos ul {
margin: 0px;
padding-left: 25px !important;
}
.serviceinfos li {
list-style-image: url(../strukturbilder/icon_hakerl.png);
}
.serviceinfos .foto {
max-width: 100%;
}
.folgeseite .serviceinfos {
background-color: transparent;
}
.folgeseite .serviceinfos li {
margin-bottom: 0px !important;
width: 50%;
float: left;
}
.folgeseite .serviceinfos li a {
margin-right: 30px;
display: block;
}
.folgeseite .serviceinfos a:hover, .folgeseite .serviceinfos a:focus {
background-color: #FEDA71!important;
}
/* Badegewässer */
span.ooe-smileblau:after {
content: url('../contentbilder/W_Smileblau.gif');
}
span.ooe-smilegruen:after {
content: url('../contentbilder/W_Smilegruen.gif');
}
span.ooe-smilerot:after {
content: url('../contentbilder/W_Smilerot.gif');
}
span.eu-ausgezeichnet:after {
content: url('../contentbilder/ogw_symbol_badequalitaet_ausgezeichnet.gif');
}
span.eu-gut:after {
content: url('../contentbilder/ogw_symbol_badequalitaet_gut.gif');
}
span.eu-ausreichend:after {
content: url('../contentbilder/ogw_symbol_badequalitaet_ausreichend.gif');
}
span.eu-mangelhaft:after {
content: url('../contentbilder/ogw_symbol_badequalitaet_mangelhaft.gif');
}

@media (max-width: 767.5px) {
.serviceinfos {
padding-left: 0px;
}
.serviceinfos li {
width: 100% !important;
float: none;
}
}
.folgeseite .ooe-webtipps {
margin-top: 15px;
background-color: transparent;
}
.folgeseite .ooe-webtipps .ooe-zusatzinfo {
margin-bottom: 0px;
}
.ooe-webtipps .ooe-zusatzinfo {
margin-bottom: 0px;
}
.ooe-webtipps {
margin-left: 0px;
margin-right: 0px;
}
.ooe-webtipps #webtipp {
text-transform: uppercase;
font-size: 11px;
padding-left: 15px;
display: block;
}
.folgeseite #webtipp {
padding-left: 0px;
display: block;
}

@media (max-width: 767.5px) {
.ooe-webtipps p {
margin-bottom: 0px !important;
}
.folgeseite .ooe-zusatzinfo {
margin-bottom: 30px;
}
.folgeseite .ooe-webtipps .ooe-zusatzinfo {
padding-left: 0px;
}
}
.extern {
background-color: #D9DADD;
}
.extern:hover {
background-color: #C3C5CA !important;
}
/*********** A - Z Liste ********************/
.listNav, .ln-letters {
overflow: hidden;
}
.listNavHide {
display: none;
}
.listNavShow {
display: list-item;
}
.letterCountShow {
display: block;
}
.ln-letters a {
display: block;
float: left;
padding: 2px 6px;
border: 1px solid #9DA0A7;
text-decoration: none;
}
.ln-letters .ln-last {
border-right: 1px solid silver;
}
.ln-letters a:hover, .ln-letters .ln-selected {
background-color: #eaeaea;
}
.ln-letters .ln-disabled {
color: #ccc;
}
.ln-letter-count {
position: absolute;
top: 0;
left: 0;
width: 20px;
text-align: center;
font-size: 0.8em;
line-height: 1.35;
color: #414754;
}
#liste_az-nav {
width: 100%;
margin: 10px 0px 30px 0px;
;
}
#liste_az-nav .ooe-btn {
font-size: 16px;
margin-left: 1px;
margin-bottom: 1px;
width: 10%;
text-align: center;
}

@media (max-width: 992px) {
#liste_az-nav .ooe-btn {
font-size: 16px;
margin-left: 1px;
margin-bottom: 1px;
width: 15%;
text-align: center;
}
}

@media (max-width: 768px) {
#liste_az-nav .ooe-btn {
font-size: 16px;
margin-left: 1px;
margin-bottom: 1px;
width: 19.3%;
text-align: center;
}
}
#liste_az-nav ul.ln-letters {
list-style: none;
padding: 0px;
}
#liste_az-nav ul.ln-letters li:first-of-type {
margin: 0px 0px 10px 0px;
}
#liste_az-nav ul.ln-letters li a.all {
float: none;
width: 30.3%;
}

@media (max-width: 992px) {
#liste_az-nav ul.ln-letters li a.all {
width: 45.3%;
}
}

@media (max-width: 768px) {
#liste_az-nav ul.ln-letters li a.all {
width: 97.3%;
}
}
#liste_az-nav ul.ln-letters li a:hover.all {
text-decoration: underline;
}
#liste_az-nav ul.ln-letters li a.all.ln-selected {
background-color: #ffffff;
}
#liste_az-nav .ln-letters a, #liste_az-nav .ln-letters a:active {
background-color: #e8e8ea;
padding-top: 5px;
padding-bottom: 5px;
}
#liste_az-nav .ln-letters a:focus, #liste_az-nav .ln-letters a:hover, #liste_az-nav ul.ln-letters li a.ln-selected {
background-color: #ffffff;
}
#liste_az-nav ul.ln-letters li a.z {
border-right: 1px solid silver;
}
#ooe_buchstabe .myLastClicked {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 30px;
}
#liste_az {
margin-left: 0px;
padding-left: 15px;
}
#liste_az li {
margin-bottom: 5px;
}
#liste_az li a {
display: block;
}
/********************************************************************/
/********************** wird - nicht - angezeigt ***********************/
.ooe-serviceinfos .extern {
display: none;
} /* externer Link unter Zusatzinfos */
.texteditor img {
display: none;
}
.texteditor img[src$="ibut_ext.gif"] {
display: none;
}
.texteditor img[src*="W_Smile"], .texteditor img[src*="badequalitaet"] {
display: block;
}
.texteditor h1 {
font-size: 30px;
}
.texteditor em {
color: inherit !important;
font-weight: normal;
font-style: italic;
}
/*.texteditor ul { display: table; }*/
/*.ooe-zusatzinfo .serviceinfos .link-extern { display: none;}*/
/*** Fusszeile ***/
.fusszeile {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
background-color: #e8e8ea;
padding-bottom: 16px;
margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
}
.fusszeile ul {
margin-top: 0px;
padding-left: 0px;
padding-top: 0px;/*clear: left;*/
	
}
.fusszeile li {
float: left;
list-style: none;
}
.fusszeile a {
color: #414754;
text-transform: uppercase;
padding-right: 8px;
}
.fusszeile li:after {
content: '|';
padding-right: 10px;
}
.fusszeile li:last-child:after {
content: none;
}
.fusszeile li:last-child a {
padding-right: 0px;
}

@media (max-width: 480px) and (orientation: portrait) {
.fusszeile a {
padding-right: 8px;
}
}
.ooe-metanav-fusszeile {
padding-top: 24px;
}
.ooe-metanav-fusszeile ul {
float: right;
}

@media (max-width: 767.5px) {
.fusszeile {
margin-top: 10px;
padding-bottom: 0px;
font-size: 11px;
line-height: 15px;
}
.ooe-metanav-fusszeile {
padding-top: 0px;
}
.ooe-metanav-fusszeile ul {
float: left;
}
}
.adresse {
font-size: 14px;
line-height: 19px;
padding-top: 20px;
}
.adresse a {
color: #414754;
text-decoration: underline;
}
.adresse a:hover {
text-decoration: none;
}
.adresse a[href^="http:"]:after {
content: none !important;
}

@media (max-width: 992px) {
.ooe-metanav-fusszeile {
padding-top: 0px;
}
.adresse p.text-right {
text-align: left !important;
}
}
/* CSS - Verkehr-Webcams */

#renderCam .bildquer.standard {
height: 480px!important;
max-width: 640px;
margin: auto;
}
#renderCam .bildquer.standard img {
max-width: 640px;
height: 100%;
}
.text #renderCam .fotoquelle {
margin-left: 7%;
}

@media (max-width: 767px) {
#renderCam .bildquer.standard img {
height: auto;
}
.text #renderCam .fotoquelle {
margin-left: auto;
}
}

@media (max-width: 480px) {
#renderCam .bildquer.standard {
height: 320px!important;
}
}

@media (max-width: 320px) {
#renderCam .bildquer.standard {
height: 220px!important;
}
}
/* UNSER OÖ */

.ooe-unserooe.text {
margin-bottom: 40px;
}
.ooe-unserooe a {
margin-bottom: 20px;
}
.ooe-unserooe a:hover, .ooe-unserooe a:focus {
background-color: #E3EBE7!important;
}
.ooe-unserooe a h2 {
margin-top: 20px;
margin-bottom: 0px;
}
.ooe-unserooe a.btn {
background-color: #377989;
border: 1px solid #377989;
color: #ffffff!important;
margin-bottom: 0px;
}
.ooe-unserooe a.col-md-7 {
padding: 15px;
}
.ooe-unserooe .bildquer.standard {
height: 120px!important;
border: none!important;
}
.ooe-unserooe a.btn:hover, .ooe-unserooe a.btn:focus {
background-color: #508997!important;
}
.ooe-unserooe p.ooe-ueberschrift-link {
font-weight: bold;
}
.ooe-unserooe p.ooe-ueberschrift-link .Anmerkung {
font-weight: normal;
}
.ooe-unserooe .navigationsliste {
margin: 0px 0px 10px 0px;
}
.ooe-unserooe .navigationsliste li a {
margin-top: 20px;
padding-left: 10px;
}
.ooe-unserooe .navigationsliste h3 {
margin-top: 20px;
}
.ooe-unserooe .liste-extra a {
margin-bottom: 0px;
}

@media (max-width: 767px) {
.ooe-unserooe .liste-extra {
margin-top: 30px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.ooe-unserooe .col-xs-12.col-sm-6.col-md-7,  .ooe-unserooe .col-xs-12.col-sm-6.col-md-5 {
width: 50%;
}
}

@media (max-width: 480px) {
.ooe-unserooe .col-md-5 {
padding-left: 0px!important;
}
}
/*** Gewinnspielseite ***/

h1 + p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 19px;
line-height: 30px;
margin-bottom: 30px !important;
}
form.ooe-app-internetgewinnspiel {
padding-top: 0px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 0px;
border: 2px solid #9DA0A7;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 40px;
margin-bottom: 40px;
}
form.ooe-app-internetgewinnspiel legend {
background-color: #F5F5F5;
padding: 5px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-bottom: 0px;
margin-top: 10px;
}
form.ooe-app-internetgewinnspiel input[type="submit"] {
background-color: #FECD41;
color: #000000;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
display: inline-block;
margin-bottom: 20px;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #cccccc;
}
form.ooe-app-internetgewinnspiel p.form-control-static {
margin-bottom: 10px;
}
form.ooe-app-internetgewinnspiel input[type="submit"]:hover, form.ooe-app-internetgewinnspiel input[type="submit"]:focus {
background-color: #FEC111;
border-color: #9B9EA5;
}
/****** FOOTER ************/
#footer ul {
margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#footer li {
display: inline-block;
list-style: none;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 40px;
}
#footer a {
color: #414754;
font-size: 12px;
display: block;
}
#footer a:hover {
color: #d70d15;
text-decoration: none;
}
#footer img {
height: 80px;
width: auto;
margin-bottom: 5px
}
#footer span {
display: block;
}

@media (max-width: 991px) {
#footer li {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
}
}

@media (max-width: 767.5px) {
#footer {
text-align: left;
}
#footer ul {
margin-top: 20px;
}
#footer img {
height: 40px;
width: auto;
}
#footer a {
clear: both;
}
#footer span {
display: none;
}
#footer li {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
}
}
/***************************************************************************/

/******************* Bezirkshauptmannschaften *****************************/
/******************* Allgemein *****************************/


#bh .ooe-logo {
background-color: #ffffff;
text-align: center;
padding-left: 4px;
padding-right: 4px;
}
#bh .ooe-logo img {
width: auto;
margin: 0px auto;
}
#bh img.bh-logo {
max-height: 113px;
}
#bh .ooe-logo-land {
text-align: center;
padding-top: 15px;
}
#bh .ooe-logo-land img {
margin-left: auto;
margin-right: auto;
max-width: 190px;
}
#bh .ooe-logo-bh {
float: right;
max-width: 95px;
bottom: 82%;
right: 15px;
position: absolute;
}
#bh .ooe-metanav-header {
margin-right: 0px;
}
#bh div.hidden-xs.ooe-untenausrichten.ooe-nopadding.col-xs-3 {
width: 23%;
padding-right: 0px;
} /** Breite Metanavigation **/

@media (max-width: 992px) {
#bh .ooe-logo-bh {
float: right;
max-width: 90px;
bottom: 82%;
right: 15px;
position: absolute;
}
#bh div.hidden-xs.ooe-untenausrichten.ooe-nopadding.col-xs-3 {
width: 19%;
padding-right: 0px;
} /** Breite Metanavigation **/
#bh .ooe-metanav-header {
margin-right: 0px;
}
#bh .ooe-metanav-header li a {
width: 58px;
padding-right: 0px;
}
#bh .ooe-hauptnav-header .ooe-bhs > li {
width: 27%;
position: static;
}
#bh .col-sm-7.col-xs-12.ooe-untenausrichten {
width: 61.33%;
} /** Breite Hauptnavigation **/
#bh .ooe-hauptnav-header {
font-size: 14px;
}
#bh .navbar-header.ooe-navbar-header.ooe-untenausrichten-toggle.col-xs-7 {
padding-right: 18px;
}
}

@media (max-width: 767.5px) {
#bh .navbar-header.ooe-navbar-header.ooe-untenausrichten-toggle.col-xs-7 {
padding-right: 13px;
width: 57%;
}
#bh .col-sm-7.col-xs-12.ooe-untenausrichten {
width: 100%;
} /** Breite Hauptnavigation **/
#bh .ooe-hauptnav-header > li {
width: 100%;
text-align: left;
position: relative;
}
}
#bh .fusszeile p {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
}
/***************************************************************************/


/***************************************************************************/

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
color: #414754;
font-size: 80%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
/*outline: 1px solid red; */

}
.row {  /*moutline: 0px solid green;  argin-left:0px; margin-right: 0px;*/
}
/* FlexSlider Default Theme
*********************************/

/********* Fotoslider ***********/
.ooe-fotoslider {
margin-bottom: 60px;
}
.ooe-fotoslider .flex-direction-nav li {
position: static;
}
.ooe-fotoslider .flex-pauseplay {
display: none;
}
#carousel .flex-direction-nav li {
background-color: transparent;
}
.bild_flexslider {
width: 100%;
outline: 1px solid #E8E8EA;
z-index: 0;
padding: 10px;
}
.flexslider {
margin: 0em;
position: relative;
zoom: 1;
padding: 0em;
outline: 1px solid #E8E8EA;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}
.flexslider .slides {
zoom: 1;
padding-left: 0px !important;
}
.bild_flexslider .flex-direction-nav a, #carousel .flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: 0px;
position: absolute;
top: 40%;
z-index: 10;
overflow: hidden;
opacity: 0.7;
cursor: pointer;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
background-color: transparent !important;
}
.bild_flexslider .flex-direction-nav .flex-prev {
left: 15px;
}
.bild_flexslider .flex-direction-nav .flex-next {
right: 15px;
text-align: right;
}
.bild_flexslider .flexslider:hover .flex-prev {
opacity: 0.7;
left: 15px;
}
.bild_flexslider .flexslider:hover .flex-next {
opacity: 0.7;
right: 15px;
}
#carousel .flex-direction-nav .flex-prev {
left: 0px;
}
#carousel .flex-direction-nav .flex-next {
right: 0px;
text-align: right;
}
#carousel .flexslider:hover .flex-prev {
opacity: 0.7;
left: 0px;
}
#carousel .flexslider:hover .flex-next {
opacity: 0.7;
right: 0px;
}
.bild_flexslider .flexslider:hover .flex-next:hover, .bild_flexslider .flexslider:hover .flex-prev:hover, #carousel .flexslider:hover .flex-next:hover, #carousel .flexslider:hover .flex-prev:hover {
opacity: 1;
}
.bild_flexslider .flex-direction-nav .flex-disabled, #carousel .flex-direction-nav .flex-disabled {
opacity: 0 !important;
filter: alpha(opacity=0);
cursor: default;
}
.bild_flexslider .flex-direction-nav a:before, #carousel .flex-direction-nav a:before {
display: inline-block;
content: url(../strukturbilder/slider_zurueck_w.png);
}
.bild_flexslider .flex-direction-nav a.flex-next:before, #carousel .flex-direction-nav a.flex-next:before {
display: inline-block;
content: url(../strukturbilder/slider_vor_w.png);
}
.flex-caption {
width: 100%;
padding: 0em;
position: absolute;
bottom: -16px;
left: 0px;
margin: 0em;
text-align: right;
}
.flex-caption a {
text-decoration: none !important;
}
span.flex-foto {
color: #585858;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
font-size: 0.5em;
font-size: 0.65rem;
clear: right;
display: block;
}
#carousel {
position: relative;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
outline: 1px solid #E8E8EA !important;
}
#carousel li {
margin-left: 2px;
margin-right: 2px;
margin-bottom: 0px !important;
text-align: center;
background-color: #062134;
cursor: pointer;
}
#slider .flex-galerie-bild {
min-height: 246px;
}
#carousel img {
max-height: 98px;
margin: auto;
width: auto;
}
.flex-galerie-bild {
background-color: #414754;
text-align: center;
}
#carousel .flex-galerie-bild {
min-height: 98px;
width: 144px;
display: table-cell;
vertical-align: middle;
border: 1px solid transparent;
}
#carousel .flex-galerie-bild {
border: 1px solid transparent;
}
#carousel .flex-active-slide .flex-galerie-bild {
border: 1px solid #D70D15;
}
.bild_flexslider li {
margin-bottom: 0px !important;
}
.bild_flexslider .slides img {
max-height: 400px;
display: block;
border: 0px;
margin: auto;
;
}
.bildunterschrift_flexslider h2 {
font-size: 20px;
margin-top: 0px;
margin-bottom: 5px;
}
.bildunterschrift_flexslider p {
font-size: 14px !important;
line-height: 20px !important;
margin-top: 0px;
margin-bottom: 5px !important;
}
.bildunterschrift_flexslider a[href^="http"] {
display: none;
}
.bildunterschrift_flexslider a[href^="https://e-gov.ooe.gv.at"], .bildunterschrift_flexslider a[href^="http://www.land-oberoesterreich.gv.at/"], .bildunterschrift_flexslider a[href^="http://www2.land-oberoesterreich.gv.at/"], .bildunterschrift_flexslider a[href^="http://www3.land-oberoesterreich.gv.at/"], bildunterschrift_flexslider a[href^="https://www2.land-oberoesterreich.gv.at/"], .bildunterschrift_flexslider a[href^="http://wasentw"] {
display: inline-block;
font-size: 15px;
font-weight: bold;
}
#carousel .bildunterschrift_flexslider {
display: none;
}
#carousel .fotoquelle {
display: none;
}

@media only screen and (max-device-width: 479px), only screen and (max-width: 479px) {
.bild_flexslider .slides img {
max-height: 209px;
display: block;
border: 0px;
}
}

@media only screen and (max-device-width: 320px), only screen and (max-width: 320px) {
#slider .flex-galerie-bild {
min-height: auto !important;
}
.bild_flexslider .slides img {
max-height: 148px;
display: block;
border: 0px;
}
}
/****Suche ********/
.ooe-suche legend {
background-color: #F5F5F5;
padding: 5px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-bottom: 0px;
}
/***Suchfacette***/
#suchseite .suchformular {
max-width: 736px;
}

@media (min-width:1024px) {
#suchseite .ooe-ergebnisse {
padding-right: 30px;
}
}
.ooe-ergebnisse {
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
clear: both;
}
/*.ooe-ergebnisse > p { 
font-size: 13px !important;
line-height: 19px !important;
}*/

.ooe-ergebnisse ol {
list-style: none;
margin-left: 0px;
padding-left: 0px;
font-size: 14px;
line-height: 22px;
}
.ooe-ergebnisse a {
display: block;
font-size: 15px;
line-height: 25px;
}
.ooe-suchergebnis > p {
padding-left: 15px;
padding-right: 15px;
}

@media (max-width:768px) {
.ooe-suchergebnis > p {
padding-left: 15px;
padding-right: 15px;
font-size: 13px;
}
}
.ooe-suchergebnis .col-sm-4.col-xs-5 {
padding-left: 0px !important;
padding-top: 10px;
}

@media (max-width:768px) {
.ooe-suchergebnis .col-sm-4.col-xs-5 {
padding-left: 0px !important;
padding-top: 0px;
width: 100%;
}
.ooe-suchergebnis .btn.btn-default {
color: #414754 !important;
}
}
/*.ooe-ergebnisse .ooeSearchhitArea { font-size: 13px; line-height: 19px; display: inline-block;}

.ooe-ergebnisse .ooeSearchhitSummary { font-size: 14px; line-height: 22px;}*/


.ooeSearchResult a {
font-weight: bold;
}
.ooeSearchhitSummary {
font-size: 16px !important;
font-family: Georgia, "Times New Roman", Times, serif;
}
.ooeSearchhitArea {
font-style: italic;
font-size: 13px;
line-height: 19px;
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
}
.ooeSearchhitThumbnail {
float: left;
margin-right: 15px;
}
.ooeSolrScore {
display: none;
}
.ooeSearchhitHighlighting {
font-size: 14px;
line-height: 22px;
display: block;
}
.ooeSearchhitHighlighting strong {
background-color: #FFF4D1;
}
.suchfacette {
border: solid 2px #9DA0A7;
margin-bottom: 10px;
border-radius: 4px;
padding-left: 10px;
padding-right: 5px;
font-size: 13px;
line-height: 16px;
border-top-left-radius: 0px;
background-color: #ffffff;
float: right;
max-width: 85%;
width: 100%;
}

@media (max-width:768px) {
.suchfacette {
max-width: 100%;
margin-right: 10px;
border-top-left-radius: 4px;
float: none;
}
}
.suchfacette ul {
display: table;
list-style: none;
padding-left: 0px !important;
margin-right: 0px;
}
.suchfacette li {
margin-bottom: 10px;
}
.suchfacette ul li a[href^="?removeFacetFilter"]:before {
content: url(../strukturbilder/icon_filter_entfernen.png)!important;
vertical-align: middle;
}
.suchfacette ul li a[href^="?removeFacetFilter"] {
font-weight: bold;
color: #d70d15 !important;
margin-top: 10px;
display: block;
padding: 2px;
}
.suchfacette ul li a:hover, #suchseite a:hover {
text-decoration: none;
background-color: #F5F5F5;
}
.suchfacette p.ueberschrift {
font-weight: bold;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
padding-bottom: 5px;
}
.ooe-facetten-toggle {
display: block !important;
margin-top: 0px;
border-top: 2px solid #9DA0A7;
border-left: 2px solid #9DA0A7;
border-bottom: 2px solid #9DA0A7;
border-right: 2px solid #9DA0A7;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
white-space: nowrap;
width: 15%;
}
.ooe-facetten-toggle.unsichtbar {
display: none !important;
}
.ooe-facetten-toggle.margin {
width: auto;
}

@media (max-width:768px) {
#suchseite .margin {
margin-right: -30px;
width: auto;
}
.ooe-facetten-toggle.hidden-xs {
display: none !important;
}
}
.reduziert {
margin-right: -15px;
border-right: 0px solid #9DA0A7;
}
.erweitert span {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
margin-left: 8px;
display: inline-block;
float: right;
}

@media (max-width:768px) {
.reduziert {
max-width: 15%;
background-color: #ffffff;
}
}
#suchseite li {
clear: both;
}

@media (max-width:768px) {
.suchergebnis_l {
float: none;
margin-bottom: 0px;
text-align: center;
padding-left: 0px;
line-height: 22px;
border-bottom: 0px solid #9DA0A7;
min-height: auto;
}
.suchergebnis_r {
text-align: center;
}
}
.suchergebnis_r a {
border: solid 1px #616671;
border-radius: 4px;
font-weight: bold;
font-size: 15px;
line-height: 15px !important;
background-color: #FFFFFF;
color: #000000 !important;
display: inline-block;
padding-top: 8px;
padding-left: 5px;
padding-right: 8px;
padding-bottom: 0px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 15px;
margin-left: 10px;
}
.suchergebnis_r a:hover {
background-color: #adadad !important;
}
.suchergebnis_r {
color: #E8E8EA;
background-color: #E8E8EA;
text-align: right;
border-bottom: solid 1px #9DA0A7;
margin-bottom: 25px;
min-height: 43px;
}
.suchergebnis_l {
background-color: #E8E8EA !important;
padding-left: 15px;
font-size: 13px;
float: left;
margin-bottom: 25px;
border-bottom: solid 1px #9DA0A7;
min-height: 43px;
line-height: 40px;
}
.suchergebnis_r .ooeSearchResultNextPage, .suchergebnis_r .ooeSearchResultPreviousPage {
font-size: 0px;
color: transparent!important;
margin: 2px 5px 0px 5px;
}
.suchergebnis_r .ooeSearchResultNextPage:before, .suchergebnis_r .ooeSearchResultPreviousPage:before {
color: #414754;
font-size: 18px;
position: relative;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: 400;
line-height: 15px !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.suchergebnis_r .ooeSearchResultNextPage:before {
content: "\e080";
}
.suchergebnis_r .ooeSearchResultPreviousPage:before {
content: "\e079";
}
.ooe-ogd .suchfacette ul {
display: block;
}
.ooe-ogd ol li a {
margin-bottom: -20px;
font-weight: bold;
}
.ooe-ogd ol li {
margin-bottom: 20px;
}
/*********** Eventfotos **************/
.cont_aktuell {
padding-top: 10px;
display: table;
vertical-align: middle;
width: 100%;
}
.cont_aktuell:hover {
text-decoration: none !important;
background-color: #F5F5F5;
}
.cont_aktuell img {
margin-right: 15px;
margin-bottom: 10px !important;
}
.cont_aktuell h2 {
font-family: Verdana, Geneva, sans-serif;
margin-top: 0px !important;
}
.cont_aktuell_ende {
clear: left;
}

@media (min-width: 992px) {
.cont_aktuell h2 {
font-size: 22px;
margin-bottom: 5px !important;
}
.cont_aktuell {
margin-bottom: 40px;
}
}

@media (max-width: 992px) {
.cont_aktuell h2 {
font-size: 18px;
margin-bottom: 5px !important;
}
.cont_aktuell {
margin-bottom: 30px;
}
}

@media (max-width: 768px) {
.cont_aktuell {
border-top: 1px solid #9DA0A7;
}
.cont_aktuell h2 {
font-size: 15px;
margin-bottom: 5px !important;
font-weight: bold;
}
.cont_aktuell img {
margin-right: 0px;
float: none !important;
}
.cont_aktuell {
margin-bottom: 20px;
}
}
/********** FOTOGALERIE *****************/
#divLoading {
display: block;
font-size: 0.8em;
padding: 1.0em;
font-weight: bold;
font-style: italic;
background-color: #e5e5e5;
text-align: center;
display: none;
position: absolute;
top: 23em;
text-align: center;
margin: 0em 0em 0em 18em;
}
#divPreview {
color: #000000;
background-color: #f9f9f9;
/*width:600px;*/
height: auto;
/*min-height:300px;*/
z-index: 100;
position: absolute;
top: 10%;
display: none;
text-align: center !important;
padding: 10px;
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0px 10px 25px rgba(0,0,0,0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#divPreviewTitle {
text-align: left;
float: left;
font-size: 13px;
}
#divPreviewPageNextTop, #divPreviewPagePreviousTop {
display: none !important;
font-size: 0px;
}
#divPrewviewClose {
position: absolute;
top: -26px;
right: -26px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
font-size: 0px;
background-image: url(../strukturbilder/fancybox_sprite.png);
background-repeat: no-repeat;
}
#divPrewviewClose a, #divPrewviewClose a:visited {
width: 36px;
height: 36px;
display: block;
}
#divPreview a {
color: #e20a16;
text-decoration: none;
font-weight: bold;
}
#divPreview a:visited {
color: #990000;
text-decoration: none;
font-weight: bold;
}
#divPreview a:active {
color: #e20a16;
text-decoration: none;
font-weight: bold;
}
#divPreview a:hover {
color: #e20a16;
text-decoration: underline;
font-weight: bold;
}
#divPreview ul {
margin-left: 0.75em;
padding-left: 0.75em;
}
#divPreviewNextImg {
position: absolute;
top: 0px;
bottom: 0px;
right: 5px;
width: 40%;
z-index: 130;
cursor: pointer;
background-image: url(../strukturbilder/slider_vor_w.png) !important;
background-repeat: no-repeat;
background-position: right center;
opacity: 0;
}
#divPreviewPreviousImg {
position: absolute;
top: 0px;
bottom: 0px;
left: 5px;
width: 40%;
z-index: 130;
cursor: pointer;
background-image: url(../strukturbilder/slider_zurueck_w.png) !important;
background-repeat: no-repeat;
background-position: left center;
opacity: 0;
}
#divPreviewNextImg:hover, #divPreviewPreviousImg:hover {
opacity: 1.0;
}
#divPreviewNextImg img, #divPreviewPreviousImg img {
display: none;
}
#divPreviewContent {
width: 100%;
height: 100%;
vertical-align: bottom;
padding: 0px;
spacing: 0px;
text-align: left;
}
#divPreviewImage {
text-align: center;
background-color: #414754;
}

#divPreviewMetadata {
max-width: 600px;
font-size: 13px;
line-height: 19px;
}
#divPreviewMetadata ul {
margin-top: 10px;
}
#divPage {
margin-left: -15px;
margin-right: -15px;
}
/* Ergänzung Str 22.11.2019 */
@media (max-width: 480px) {
	#divPreview { max-width: 95%; }
	#imgPreview { max-width: 100%!important; }
}
.galerieNavi_anz {
width: 100%;
text-align: center;
font-size: 13px;
background-color: #E8E8EA;
padding-bottom: 5px;
}
.galerieNavi {
background-color: #E8E8EA;
text-align: center;
min-height: 35px;
}
.galerieNavi span {
display: inline;
margin-left: auto;
margin-right: auto;
}
.galerieNavi > span {
float: left;
}
.galerieNavi a[href^="?"] {
font-size: 15px;
padding-top: 6px !important;
padding-bottom: 6px !important;
padding-left: 12px;
padding-right: 12px;
text-align: center;
color: #000000 !important;
background-color: #ffffff;
border: 1px solid #616671;
border-radius: 4px;
margin-bottom: 5px;
font-weight: bold;
margin-left: 2px;
margin-right: 2px;
float: left;
}
.galerieNavi a[href^="?"]:hover {
background-color: #CBCBCB;
}
.galerieNavi_zeilen {
width: 100%;
background-color: #E8E8EA;
clear: left;
padding: 5px;
;
}
.galerieNavi_zeilen select {
color: #000000 !important;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.4285;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.galerieThumb {
min-height: 1px;
color: transparent;
line-height: 0px;
font-size: 0px;
width: 33.33%;
float: left;
padding-left: 5px;
padding-right: 5px;
position: relative;
margin-bottom: 10px;
}

@media (max-width: 768px) {
.galerieThumb {
width: 50%;
}
}

@media (max-width: 320px) {
.galerieThumb {
width: 100%;
float: none !important
}
}
.galerieThumb img {
height: 100%;
max-height: 103px;
border: 1px solid #efefef;
margin-left: auto;
margin-top: 5px;
margin-right: auto;
margin-bottom: 12px;
}
.galerieThumb_img {
display: block;
text-align: center;
border: 2px solid #9DA0A7;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
overflow: hidden;
}
.galerieThumb_img:hover {
background-color: #F5F5F5;
}
.galerieThumb a {
display: block;
vertical-align: middle;
text-align: center;
background-color: #ffffff;
margin-right: auto;
margin-left: auto;
padding-bottom: 10px;
background-image: url('../strukturbilder/icon_plus.png');
background-repeat: no-repeat;
background-position: right bottom;
}
.galerieThumb a:hover img {
border: 1px solid #D70D15 !important;
}
/************** SVG ******************************/

.svgmap {
margin: 10px auto;
width: 700px;
position: relative;
display: inline-block;
padding-bottom: 80%;
vertical-align: middle;
overflow: hidden;
}
svg {
width: 100%;
position: absolute;
height: 100%;
}

@media (max-width:919px) {
.svgmap {
width: 450px;
}
}

@media (max-width:469px) {
.svgmap {
width: 300px;
}
}

@media (max-width:320px) {
.svgmap {
width: 300px;
}
svg {
width: 100%;
height: 100%;
position: absolute;
}
}
.panoramacontainer {
height: 500px;
overflow: hidden;
position: relative;
margin-bottom: 20px;
}
.panoStudioViewerClass, .panorama {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
#imap_welt {
display: block;
width: 635px;
height: 650px;
background-image: url('../contentbilder/weltkarte_regionen.jpg');
background-repeat: no-repeat;
position: relative;
margin: 0 auto;
overflow: hidden;
}
#imap_welt_en {
display: block;
width: 635px;
height: 650px;
background-image: url('../contentbilder/weltkarte_regionen_en.jpg');
background-repeat: no-repeat;
position: relative;
margin: 0 auto;
overflow: hidden;
}
/****** Newsletter ********/
.newsletter_confirm_error, .newsletter_confirm {
padding: 15px;
margin-bottom: 20px;
border: 4px solid transparent;
border-radius: 6px;
font-weight: bold;
}
.newsletter_confirm_error {
color: #000000;
background-color: #FBC0C3;
border-color: #ec000b;
}
.newsletter_confirm {
color: #000000;
background-color: #DFF0D8;
border-color: #029d05;
}
/************************************/
div[style*="background-color: black;"] {
display: none;
}
/******* STATISTIK ***********/
.ooeIbbReport  {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;

}
