* {
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 15px;
    height: 100%;
    color: #333;
    margin-top: 4px;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

ul {
    list-style-type: none;
}

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

.lfloat {
    float: left;
}

h1 {
    font-size: 17px;
    color: #e2001a;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
}

.bodyheadline {
    text-align: center;
    font-size: 48px;
    color: #666;
    text-transform: none;
    font-family: 'UnicreditLight', sans-serif;
    margin-bottom: 40px;
}
.listheadline {
    text-align: center;
    font-size: 48px;
    color: #666;
    text-transform: none;
    font-family: 'UnicreditLight', sans-serif;
    margin-bottom: 50px;
    margin-top: -70px;
}
#content {
    width: 1160px;
    margin: auto;
    margin-top: 40px;
}

#mainform {
    width: 1680px;
    margin: auto;
}

.mainform {
    margin-bottom: 60px;
}

.filialfinder {
    overflow: hidden;
}

#searchContainer {
    float: left;
    border: 1px solid #e5e5e5;
    border-right: none;
    width: 411px;
    height: 755px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    position: relative;
    z-index: 101;
    -webkit-overflow-scrolling: touch;
}

.filialliste__box #searchContainer {
    height: auto;
}

#searchContainer:hover {
    overflow-y: scroll;
    overflow-x: hidden !important;
}

.search {
    margin: 10px;
}

.search .inputfield {
    color: #555555;
    font-size: 20px;
    width: 100%;
    padding: 3px;
    padding: 3px 0 3px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#BAZoom {
    display: flex;
    display:-webkit-flex;
    font-size: 25px;
}

#BAZoom a {
    display: inline-block;
    width: 45px;
    height: 45px;
}

#BAZoom .line {
    background: #ccc;
    height: 25px;
    width: 1px;
    display: inline-block;
    margin-top: 10px;
}

#BAZoom div.zoomButton {
    cursor: pointer;
    display: inline;
    /*margin: 1px;
    width: 10px;
    height: 10px;
    */
    background-color: #ccc;
}

#BAZoom div.zoomButton:hover {
    background-color: #CD0000;
}
#controls {
    display: flex;
    display:-webkit-flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-color: white;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.zoomInButton, .zoomOutButton, .locMeButton {
    display: block;
    height: 45px;
    width: 45px;
    background-image: url("//filialen.bankaustria.at/images/pix/map/pixel-grid.svg");
    background-size: 1000px 1000px;
}

.zoomInButton {
    background-position: 15px 15px;
}

.zoomOutButton {
    background-position: -85px 21px;
}

.zoomInButton:hover {
    background-position: 15px -85px;
}

.zoomOutButton:hover {
    background-position: -85px -79px;
}

.locMeButton{
    background-position: -185px 15px;
}

.locMeButton:hover{
    background-position: -185px -85px;
}

#cmdSetDirections {
    color: #fff;
    background-color: #e2001a;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
    height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
}

#cmbTravelMode {
    margin-left: 10px;
    font-size: 13px;
}

#address0, #address1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 38px;
    font-size: 17px;
    padding-left: 10px;
}

#destRow0 td {
    padding: 20px 10px 10px 10px;
}

#destRow1 td {
    padding: 0 10px;
}

.routemode {
    width: 100%;
}
#routeBerechnenControl, #feedbackGebenControl {
    font-size: 14px;
    margin: 0 20px 15px 20px;
    text-transform: uppercase;
}
#routeBerechnenControl a {
    border: 1px solid #00afd0;
    color: #00afd0;
}
#routeBerechnenControl a, #feedbackGebenControl a {
    font-family: 'UnicreditMedium', sans-serif;
    display: block;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0;
}
#feedbackGebenControl {
    padding-bottom: 20px;
}
#feedbackGebenControl a {
    color: white;
    background-color: #e2001a;
}
#map {
    width:502px;
    height: 343px;
    border: 1px solid #ccc;
}

.googledir {
    font-size: 10px;
}

.addInput {
    height: 21px;
}

#map_directions {
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 15px;
}

#map_directions b {
    font-family: 'UnicreditMedium', sans-serif;
    font-weight: normal;
}

#map_directions .adp-substep,
#map_directions .adp-step {
    padding: 15px;
}

#map_directions .adp-distance {
    font-size: 13px;
    color: #666;
}

#map_directions .adp-placemark {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    color: #262626;
    margin: 0;
    font-size: 15px;
}

#map_directions .adp-summary {
    font-size: 13px;
    padding: 4px 0 3px 5px;
    color: #666;
}

#map_directions .adp-legal{
    color: #666;
    font-size: 11px;
    padding: 5px;
}

#map_directions .adp,
#map_directions .adp table {
    font-family: UnicreditRegular, Arial, sans-serif;
}

.box {
    padding: 0;
    height: 100%;
    float: left;
}

#addDestinationTR {
    height: 21px;
}

#container {
    position: relative;
    width: 749px;
}

#map_canvas {
    width: 749px;
    height: 755px;
    border: 1px solid #e5e5e5;
    border-left: none;
}

#CLrouteBerechnen {
    height: 345px;
    padding: 0;
    width: 100%;
    display: none;
}
.routetable {
    width: 100%;
    background-color: #e5eff2;
    height: 56px;
}

#CLrouteBerechnen.small {
    height: 294px;
    margin-top: 49px;
}

#CLrouteBerechnen.small #directions {
    height: 192px;
}

#CLrouteBerechnen a {
    color: #0039BB;
}
#infolayer .mainimg {
    height: auto;
    display: block;
}

#info_return {
    position: absolute;
    border: 1px solid #ccc;
    width: 200px;
    height: 20px;
    color: #333;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
    margin: -42px 0 0 437px;
}

/*
.sidemenu {
    width: 100%;
    padding: 20px 0 0 0;
}
*/

.sidemenu .normalEntry a {
    height: 32px;
    line-height: 32px;
    color: #333;
    width: 409px;
    padding-left: 18px;
    font-size: 15px;
    display: block;
    position: absolute;
}

.sidemenu .openEntryBig a {
    padding-left: 19px;
}

/*
.sidemenu .openEntrySmall a {
    padding-left: 18px;
    font-size: 15px;
}
*/

.sidemenu .normalEntry a:hover {
    color: #e2001a;
}
.sidemenu .normalEntry a.selected {
    font-family: 'UnicreditBold';
}

.sidemenu .bigEntry a {
    height: 45px;
    width: 230px;
    margin-bottom: 4px;
    padding: 2px 0 0 23px;
    color: #333;
    display: block;
    line-height: 14px;
}

.sidemenu .bigEntry a:hover {
    color: #e2001a;
}

.sidemenu .bigEntry a.selected {
    color: #e2001a;
    background-position: 0 -197px;
}

.sidemenu .selectEntry {
    height: 34px;
    width: 369px;
    margin: 20px;
    color: #333;
    display: block;
}

.sidemenu .selectEntry select {
    width: 80%;
    height: 35px;
    font-size: 15px;
    padding-left: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: url(//filialen.bankaustria.at/images/pix/map/select-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 26px 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sidemenu .selectEntry select {
    width: 100%;
    height: 35px;
    font-size: 15px;
    padding-left: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: url(//filialen.bankaustria.at/images/pix/map/select-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 26px 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sidemenu .selectEntry .selectEntry__button {
    outline: none;
    border: none;
    background: none;
    background-color: #E2001A;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: relative;
    float: right;
    margin-top: 2px;
}

.sidemenu .selectEntry .selectEntry__button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.sidemenu .selectEntry.selectEntry__selecttag select {
    float: left;
    width: 330px;
}

.sidemenu .normalEntry.normalEntry__flyout {
    background-color: #E5E5E5;
    display: none;
}

.sidemenu .normalEntry.normalEntry__flyout.active {
    display: block;
}

.sidemenu .normalEntry.normalEntry__flyout p {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    margin-top: -10px;
    color: #333;
}

.accessibility {
    margin: 0;
}

#routeBerechnenForm {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
}

.languages {
    float: left;
    margin-left: 30px;
    padding-top: 3px;
}

.weekday {
    display: inline-block;
    width: 20px;
}

.infoMessage {
    background: #fff;
    border-radius: 3px;
    width: 400px;
    height: 160px;
    padding: 20px;
    font-size: 11px;
    position: absolute;
    z-index: 999;
    display: none;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -200px;
    box-shadow: 0 4px 8px rgba(0,0,0,.3);
}

.infoMessage .button {
    border-radius: 3px;
    display: block;
    font-family: "UnicreditMedium",sans-serif;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    background: #e2001a;
    color: #fff;
    margin-top: 30px;
}

#msgNotFound.infoMessage {
    height: 66px;
    margin-top: -33px;
}

.deleteRoute {
    display: block;
    position: absolute;
}
.openEntrySmall {
    width: 410px;
    display: block;
    position: relative;
    height: 32px;
}

/*********************************/
/********BARRIEREFREI*************/
/*********************************/

.innerUL {
    width: 410px;
    margin: 0;
    background: #e5e5e5;
    border-top: 1px solid #ccc;
}

.innerUL li:nth-child(7) .subhead {
    border-bottom: none !important;
}
/*
a.subhead {
    padding-left: 10px;
    width: 410px !important;
    padding-bottom: 10px;
}
*/
.subhead {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}

.sidemenu .normalEntry .innerUL li .subhead {
    height: unset;
    display: block;
    line-height: 25px;
    background-image: url(//filialen.bankaustria.at/images/pix/map/select-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px 3px;
    position: relative;
    min-height: 45px;
    padding: 10px 0 10px 20px;
}

.checkers {
    width: 15px;
    height: 15px;
    float: right;
}

.togglers {
    float: right;
    margin: 6px 10px 0 0;
    color: #333;
    font-size: 10px;
}

.map {
    width: 410px;
    height: 32px;
    color: #333;
    position: relative;
    display: block;
}

.specialOptions {
    padding: 10px 0;
}

.dataparent {
    background: #fff;
}
.dataparent li {
    font-size: 15px;
}
tr.dataHeader {
    background-color: #e5eff2;
}

/*------------------------------------*/
/*------------- $FILTER --------------*/
/*------------------------------------*/

#infoBounds .infoBoundsMarker.active {
    background-color: #e5eff2;
}
.infoBoundsMarker {
    display: table;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
}

.infoBoundsMarker a {
    display: table-cell;
    padding: 0 20px;
    height: 110px;
    width: 410px;
    vertical-align: middle;
}

.mname {
    display: block;
    font-size: 17px;
    color: #262626;
    font-family: 'UnicreditBold', sans-serif;
}
.zusatztext {
    display: block;
    font-size: 17px;
    color: #262626;
    font-family: 'UnicreditBold', sans-serif;
}
.mSubHeading {
    display: block;
    font-size: 15px;
    color: #262626;
    font-family: 'UnicreditBold', sans-serif;
}
.mstreet,
.menopen {
    display: block;
    color: #666;
    font-size: 15px;
}
.swap_filters {
    width: 410px;
    color: #00afd0;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    text-transform: uppercase;
}

.swap_filters a {
    display: block;
    padding: 10px 0;
}

#backFilialeControl a, #backFilialeDetailControl a, .swap_filters a {
    color: #00afd0;
    font-size: 16px;

}

#backFilialeDetailControl {
    font-size: 16px;
    text-align: left;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
}

#backFilialeDetailControl.standalone {
    border-top: none;
}

.sidemenu {
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

ul.sidemenu.initial li:nth-child(n+5) {
    display:none;
}

ul.sidemenu.initial li.selectEntry {
    display: block!important;
}

.sidemenu.initial {
    /*max-height: 188px;*/
}

.sidemenu.closed {
    max-height: 0;
}

.sidemenu.open {
    max-height: 900px;
    overflow-x: hidden;
}

.stOptions {
    width: 100%;
}

.stOptions:hover {
    overflow-y: auto;
    overflow-x: hidden;
}

.mheader {
    font-size: 17px;
    text-transform: none;
    font-family: 'UnicreditBold', sans-serif;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #ccc;
}
h1.mheader  {
    padding: 20px 0px;
    padding-left: 20px;
    margin-bottom: 0;
    color: #262626;
}
#backFilialeControl {
    font-size: 16px;
    x    text-align: left;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
}
/*------------------------------------*/
/*----------- $detailinfo ------------*/
/*------------------------------------*/

.detail, .detail__languages, .detail__filiale {
    padding: 14px 20px 0;
    font-size: 15px;
    background-color: #e5eff2;
    line-height: 21px;
}
.detail__filiale {
    padding-bottom: 20px;
}
.detail__feature {
    padding: 20px 20px 0 20px;
}

.detail__filialname {
    font-size: 17px;
    font-family: 'UnicreditBold', sans-serif;
    line-height: 24px;
}
.detail__zusatztext {
    font-size: 17px;
    font-family: 'UnicreditBold', sans-serif;
    line-height: 24px;
}
.detail__subheading {
    font-family: 'UnicreditBold', sans-serif;
}

.label {
    font-size: 17px;
    font-family: 'UnicreditBold', sans-serif;
    line-height: 25px;
}
.info__feature {
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 20px;
}
.detail__routefeedback {
    width: 100%;
    display: flex;
    display:-webkit-flex;
    flex-direction: column;
}


#detail__info .detail__languages .detail__languages__button {
    outline: none;
    border: none;
    background: none;
    background-color: #E2001A;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    position: relative;
}

#detail__info .detail__languages .detail__languages__button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 2px;
}

#detail__info .detail__languages .info span {
}

#detail__info .detail__languages__flyout {
    background-color: #E5E5E5;
    display: none;
}

#detail__info .detail__languages__flyout.active {
    display: block;
}

#detail__info .detail__languages__flyout p {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

/*------------------------------------*/
/*----------- $Filialliste -----------*/
/*------------------------------------*/


.list__languages .list__languages__button {
    outline: none;
    border: none;
    background: none;
    background-color: #E2001A;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.list__languages .list__languages-b {
    position: relative;
    padding-right: 20px;
}

.list__languages .list__languages__button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 2px;
}

tr.editfil__tr td {
    vertical-align: top;
}

.list__languages .list__languages__flyout {
    background-color: #E5E5E5;
    display: none;
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    margin-top: -10px;
    color: #333;
}

.list__languages .list__languages__flyout.active {
    display: table-cell;
}





.routenicons, .rIconsX.switch {
    display: none;
}

hr, img {
    border: 0
}
body, figure {
    margin: 0
}
.btn-group>.btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
    float: left
}
.fancybox-image, .img-responsive, .img-thumbnail, .table, label {
    max-width: 100%
}
.fancybox-nav, .owl-carousel, .owl-carousel .owl-item, html {
    -webkit-tap-highlight-color: transparent
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent
}
a:active, a:hover {
    outline: 0
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    vertical-align: middle
}
svg:not(:root) {
    overflow: hidden
}
hr {
    box-sizing: content-box;
    height: 0
}
pre, textarea {
    overflow: auto
}
code, kbd, pre, samp {
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* td, th {
    padding: 5px
} */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

.img-thumbnail, body {
    background-color: #fff
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px
}
body {
    font-family: UnicreditRegular, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.42857143
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    text-decoration: none
}
a:focus {
}
.img-responsive {
    display: block;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small,
.h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small,
.h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small,
h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5em
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: .5em;
    margin-bottom: .5em
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}
.h1, h1 {
    font-size: 3.6em
}
.h2, h2 {
    font-size: 3em
}
.h3, .h4, h3, h4 {
    font-size: 1.7em
}
.h5, .h6, h5, h6 {
    font-size: 1.5em
}
/* p {
    margin: 0 0 .5em
} */
.lead {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4
}
.filialliste__box .info {
    font-size: 0.9em;
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143
}

@media (min-width:768px) {
    .lead {
        font-size: 1.5em
    }
}
.small, small {
    font-size: 140%
}
.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.initialism, .uppercase {
    text-transform: uppercase
}
.text-muted {
    color: #777
}
.text-primary {
    color: #00afd0
}
a.text-primary:focus, a.text-primary:hover {
    color: #00849d
}
.text-success {
    color: #3c763d
}
a.text-success:focus, a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:focus, a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:focus, a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #00afd0
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #00849d
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}
pre code, table {
    background-color: transparent
}
.page-header {
    margin: 2em 0 1em;
    border-bottom: 1px solid #eee
}
dl, ol, ul {
    margin-top: 0
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
address, dl {
    margin-bottom: 1em
}

.list-inline {
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dd {
    margin-left: 0
}
@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .container {
        width: 740px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}
.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1280px) {
    .container {
        width: 1160px
    }
}

fieldset, legend {
    padding: 0;
    border: 0
}
fieldset {
    margin: 0;
    min-width: 0
}
legend {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 2em;
}

.openEntry a span,
.map a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 3px;
    background-image: url("//filialen.bankaustria.at/images/pix/map/pixel-grid.svg");
    background-size: 1000px 1000px;
    background-position: -300px 0;
    position: relative;
    top: 4px;
    z-index: 1;
}

.sidemenu .normalEntry a.selected span {
    background-position: -300px -100px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav>li>a {
    padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #00afd0
}
.nav .nav-divider {
    height: 1px;
    margin: -.5em 0;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}
.nav-justified>li, .nav-stacked>li {
    float: none
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #00afd0
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn.center, .fa-fw, .fa-li, .fa-stack-1x, .fa-stack-2x, .sidebar-label, .tooltipster-arrow {
    text-align: center
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .row:after, .row:before {
    content: " ";
    display: table
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .row:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1279px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1280px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1279px) {
    .hidden-md {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.fa, .fa-stack {
    display: inline-block
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%
}
.col-top {
    vertical-align: top
}
.col-middle {
    vertical-align: middle
}
.col-bottom {
    vertical-align: bottom
}

@media screen and (min-width:1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-lg-top {
        vertical-align: top
    }
    .col-lg-middle {
        vertical-align: middle
    }
    .col-lg-bottom {
        vertical-align: bottom
    }
}

@media screen and (min-width:992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-md-top {
        vertical-align: top
    }
    .col-md-middle {
        vertical-align: middle
    }
    .col-md-bottom {
        vertical-align: bottom
    }
}

@media screen and (min-width:768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-sm-top {
        vertical-align: top
    }
    .col-sm-middle {
        vertical-align: middle
    }
    .col-sm-bottom {
        vertical-align: bottom
    }
}

@media screen and (min-width:480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-xs-top {
        vertical-align: top
    }
    .col-xs-middle {
        vertical-align: middle
    }
    .col-xs-bottom {
        vertical-align: bottom
    }
}

.container.width-full, .width-full, body, html {
    width: 100%
}

.olb-link, .sprite {
    background-image: url("//filialen.bankaustria.at/images/pix/map/pixel-grid.svg");
    background-size: 1000px 1000px;
    background-repeat: no-repeat;
}

.os_ok_sprite {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_sprite.png");
}

/*------------------------------------*/
/*------------ $GENERAL --------------*/
/*------------------------------------*/
body {
    padding-top: 80px;
    padding-left: 80px;
    color: #262626;
}
.container-fluid .container {
    padding-left: 0;
    padding-right: 0
}
.row.small-gutter {
    margin-left: -5px;
    margin-right: -5px
}
.row.small-gutter [class*=' col-'], .row.small-gutter [class^=col-] {
    padding-left: 5px;
    padding-right: 5px
}
@media screen and (max-width: 1071px) {
    body {
        padding-left: 0;
    }
}

/*------------------------------------*/
/*------------- $FONTS ---------------*/
/*------------------------------------*/
@font-face {
    font-family:'UnicreditRegular';
    src:url("//filialen.bankaustria.at/fonts/UniCreditWeb-Regular.woff2") format("woff2"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Regular.woff") format("woff"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family:'UnicreditMedium';
    src:url("//filialen.bankaustria.at/fonts/UniCreditWeb-Medium.woff2") format("woff2"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Medium.woff") format("woff"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family:'UnicreditBold';
    src:url("//filialen.bankaustria.at/fonts/UniCreditWeb-Bold.woff2") format("woff2"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Bold.woff") format("woff"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family:'UnicreditLight';
    src:url("//filialen.bankaustria.at/fonts/UniCreditWeb-Light.woff2") format("woff2"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Light.woff") format("woff"),
    url("//filialen.bankaustria.at/fonts/UniCreditWeb-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'UnicreditRegularXXXXX';
    src: url(/font/Unicredit/Regular/UniCreditWeb-Regular.eot);
    src: local('â˜ºï¸Ž'), url(fonts/Unicredit/Regular/UniCreditWeb-Regular.eot?#iefix) format('embedded-opentype'), url(/fonts/Unicredit/Regular/UniCreditWeb-Regular.woff) format('woff'), url(../font/Unicredit/Regular/UniCreditWeb-Regular.ttf) format('truetype'), url(../font/Unicredit/Regular/UniCreditWeb-Regular.svg#UniCreditRegular.svg) format('svg')
}
@font-face {
    font-family: 'UnicreditMediumXXXXXX';
    src: url(../font/Unicredit/Medium/UniCreditWeb-Medium.eot);
    src: local('â˜ºï¸Ž'), url(../font/Unicredit/Medium/UniCreditWeb-Medium.eot?#iefix) format('embedded-opentype'), url(font/Unicredit/Medium/UniCreditWeb-Medium.woff) format('woff'), url(../font/Unicredit/Medium/UniCreditWeb-Medium.ttf) format('truetype'), url(../font/Unicredit/Medium/UniCreditWeb-Medium.svg#UniCreditRegular.svg) format('svg')
}
@font-face {
    font-family: 'UnicreditLightXXXXXX';
    src: url(../font/Unicredit/Light/UniCreditWeb-Light.eot);
    src: local('â˜ºï¸Ž'), url(../fonts/Unicredit/Light/UniCreditWeb-Light.eot?#iefix) format('embedded-opentype'), url(fonts/Unicredit/Light/UniCreditWeb-Light.woff) format('woff'), url(../fonts/Unicredit/Light/UniCreditWeb-Light.ttf) format('truetype'), url(../fonts/Unicredit/Light/UniCreditWeb-Light.svg#UniCreditRegular.svg) format('svg')
}
@font-face {
    font-family: 'UnicreditBoldXXXXXX';
    src: url(../font/Unicredit/Bold/UniCreditWeb-Bold.eot);
    src: local('â˜ºï¸Ž'), url(../fonts/Unicredit/Bold/UniCreditWeb-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Unicredit/Bold/UniCreditWeb-Bold.woff) format('woff'), url(../fonts/Unicredit/Bold/UniCreditWeb-Bold.ttf) format('truetype'), url(../fonts/Unicredit/Bold/UniCreditWeb-Bold.svg#UniCreditRegular.svg) format('svg')
}
.font-small {
    font-size: 1.4em
}
.font-medium {
    font-size: 1.5em
}
.font-big {
    font-size: 1.6em
}
.font-bigger {
    font-size: 1.8em
}
.font-large {
    font-size: 2.4em
}
.font-large1 {
    font-size: 3em
}
.font-large2 {
    font-size: 3.6em
}
.font-large3 {
    font-size: 4.4em
}
.font-xlarge {
    font-size: 6.4em
}
.font-normal {
    font-weight: 400
}
.content-txt th, .font-bold {
    font-weight: 700
}
.font-uclight {
    font-family: UnicreditLight, Arial, sans-serif
}
.font-ucmedium {
    font-family: UnicreditMedium, Arial, sans-serif
}
.font-ucbold {
    font-family: UnicreditBold, Arial, sans-serif
}
.font-arial {
    font-family: Arial, sans-serif
}
.font-georgia {
    font-family: Georgia
}

@media screen and (max-width:991px) {
    .font-large {
        font-size: 2em
    }
    .font-large1 {
        font-size: 2.4em
    }
    .font-large2,
    .font-large3 {
        font-size: 3em
    }
    .font-xlarge {
        font-size: 3.6em
    }
}

@media screen and (max-width:767px) {
    body {
        padding-top: 60px
    }
    .font-large {
        font-size: 1.8em
    }
    .font-large1 {
        font-size: 2em
    }
    .font-large2 {
        font-size: 2.4em
    }
    .font-large3,
    .font-xlarge {
        font-size: 3em
    }
}

/*------------------------------------*/
/*------------ $HELPERS --------------*/
/*------------------------------------*/
.no-margin {
    margin: 0
}
.no-padding {
    padding: 0
}
.margin-top-small {
    margin-top: 5px
}
.margin-bottom-small {
    margin-bottom: 5px
}
.margin-left-small {
    margin-left: 5px
}
.margin-right-small {
    margin-right: 5px
}
.padding-top-small {
    padding-top: 5px
}
.padding-bottom-small {
    padding-bottom: 5px
}
.padding-left-small {
    padding-left: 5px
}
.padding-right-small {
    padding-right: 5px
}
.margin-top-medium {
    margin-top: 10px
}
.margin-bottom-medium {
    margin-bottom: 10px
}
.margin-left-medium {
    margin-left: 10px
}
.margin-right-medium {
    margin-right: 10px
}
.padding-top-medium {
    padding-top: 10px
}
.padding-bottom-medium {
    padding-bottom: 10px
}
.padding-left-medium {
    padding-left: 10px
}
.padding-right-medium {
    padding-right: 10px
}
.margin-top-big {
    margin-top: 20px
}
.margin-bottom-big {
    margin-bottom: 20px
}
.margin-left-big {
    margin-left: 20px
}
.margin-right-big {
    margin-right: 20px
}
.padding-top-big {
    padding-top: 20px
}
.padding-bottom-big {
    padding-bottom: 20px
}
.padding-left-big {
    padding-left: 20px
}
.padding-right-big {
    padding-right: 20px
}
.margin-top-large {
    margin-top: 30px
}
.margin-bottom-large {
    margin-bottom: 30px
}
.margin-left-large {
    margin-left: 30px
}
.margin-right-large {
    margin-right: 30px
}
.padding-top-large {
    padding-top: 30px
}
.padding-bottom-large {
    padding-bottom: 30px
}
.padding-left-large {
    padding-left: 30px
}
.padding-right-large {
    padding-right: 30px
}
.margin-top-xlarge {
    margin-top: 40px
}
.margin-bottom-xlarge {
    margin-bottom: 40px
}
.padding-top-xlarge {
    padding-top: 40px
}
.padding-bottom-xlarge {
    padding-bottom: 40px
}
.padding-left-xlarge {
    padding-left: 40px
}
.float-left {
    float: left
}
.float-right {
    float: right
}
.float-none {
    float: none!important
}
.clear-right {
    clear: right
}
.display-none {
    display: none
}
.display-block {
    display: block
}
.display-inlineblock {
    display: inline-block
}
.display-table {
    display: table
}
.display-tablecell {
    display: table-cell
}
.lineheight-small, .lineheight-small .fa {
    line-height: 1.2
}
.pos-rel {
    position: relative
}
.pos-abs {
    position: absolute
}
.pos-fix {
    position: fixed
}
.pos-abs-after:after, .pos-abs-before:before {
    content: "";
    position: absolute
}
.overflow-hidden {
    overflow: hidden
}
.color-grey1 {
    color: #999
}
.color-grey2 {
    color: #666
}
.color-grey3, .footer-copyright{
    color: #797979
}
.color-black {
    color: #333
}
.color-red {
    color: #e2001a
}
.color-blue, .color-turqoise {
    color: #00afd0
}
.color-green {
    color: #00a197
}
.color-white, .sidebar-item.active .sidebar-collapser, .sidebar-item:focus .sidebar-collapser, .sidebar-item:hover .sidebar-collapser {
    color: #fff
}
.bg-white {
    background-color: #fff
}
.bg-grey-k6 {
    background-color: #e5e5e5
}
.bg-grey-k7 {
    background-color: #f5f5f5
}
.bg-blue-b1 {
    background-color: #00afd0
}
.bg-yellow {
    background-color: #fbb800
}
.border-bottom-k5 {
    border-bottom: 1px solid #ccc
}
.text-shadow {
    text-shadow: 0 2px 4px #333
}
.trans-all-fast {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}
.trans-all-medium {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}
.center-rel, .center-rel-before:before {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.center-abs, .center-abs-after:after, .center-abs-before:before, .center-abs-overflow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}
.center-abs-after:after, .center-abs-before:before {
    content: ""
}
.bg-full, .center-abs-overflow {
    left: -100%;
    right: -100%;
    z-index: -1
}
.center-abs-overflow {
    top: -100%;
    bottom: -100%
}
.center-abs-transform {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.opacity-zero {
    opacity: 0;
    filter: alpha(opacity=0)
}
.no-js .opacity-zero {
    opacity: 1;
    filter: alpha(opacity=100)
}
img[data-src] {
    height: 0
}
img[data-src].img-ratio-3by1 {
    padding-bottom: 33.33%
}
img[data-src].img-ratio-2by1 {
    padding-bottom: 50%
}
img[data-src].img-ratio-4by3 {
    padding-bottom: 75%
}
img[data-src].img-ratio-3by2 {
    padding-bottom: 66.66%
}
img[data-src].img-ratio-1by1 {
    padding-bottom: 100%
}
img[data-src].img-ratio-48by59 {
    padding-bottom: 122.72%
}

/*------------------------------------*/
/*-------------- $ICONS --------------*/
/*------------------------------------*/
.icon-m-private {
    background-position: -1px -1007px;
}
.icon-m-business {
    background-position: -1px -1038px;
}
.icon-m-privatebanking {
    background-position: -1px -1069px
}
.icon-m-newsroom {
    background-position: -1px -1100px;
}
.icon-m-shop {
    /*background-image: url("//filialen.bankaustria.at/images/pix/os_ok_sprite-shop.png");
    background-repeat: no-repeat;*/
    background-position: -1px -1131px;
}
.icon-m-letter {
    background-position: -399px -92px;
}
.icon-m-branch {
    background-position: -492px -97px;
}
.icon-m-search {
    background-position: -1px -1064px;
}
.icon-m-language {
    background-position: -600px -100px;
}
.icon-m-unicredit {
    background-position: -793px -101px;
}
.icon-m-career {
    background-position: -700px -100px;
}
.icon-m-investor {
    background-position: -1px -1250px;
}
.icon-sphere {
    background-position: -1px -1281px;
}

.icon-m-list {
  background-position: -597px -189px;
}

/*------------------------------------*/
/*------------- $HEADER --------------*/
/*------------------------------------*/
.header {
    background-color: #e2001a;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.logo-link {
    padding: 28px 32px;
    line-height: 24px
}
.olb-link {
    background-color: #aa1c0d;
    padding: 23px 18px 21px 64px;
    border-left: 1px solid #d83d45;
    background-position: -879px 27px;
}
.olb-link:after {
    background-position: -1px -81px;
    top: 12px;
    bottom: auto;
    width: 34px;
    height: 29px
}
.mainnav .form-control, .mainnav .input-group-addon, .mainnav .search-form, .mainnav-megadrop {
    background: #e2001a
}
.mainnav, .sidebar, .sidebar.active .sidebar-icon {
    bottom: 0
}
.mainnav {
    position: absolute;
    left: 280px;
    right: 170px;
    margin-left: auto;
    margin-right: auto
}
.mainnav .form-control, .mainnav .input-group-addon {
    border-width: 0 0 1px;
    border-color: #fff;
    border-radius: 0
}
.mainnav .form-control {
    box-shadow: none
}
.mainnav-item {
    margin-left: 17px;
    margin-right: 17px;
    vertical-align: top
}
.footer-label li, .footer-social li, .sidebar-collapser {
    vertical-align: middle
}
.mainnav-list>.mainnav-item {
    padding: 0
}
.no-js .mainnav-item:hover .mainnav-megadrop {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
.mainnav-megadrop, .sidebar-collapse, .sidebar-nav.active .sidebar-label {
    visibility: hidden;
}
.mainnav-link {
    display: block;
    max-width: 108.25px;
    height: 73px;
    line-height: 1;
    border-bottom: 4px solid transparent;
    overflow: hidden
}
.mainnav-link svg {
    width: 30px;
    height: 30px;
}
.mainnav-item.active .mainnav-link, .mainnav-item.in .mainnav-link, .mainnav-link:hover {
    border-bottom: 4px solid #fff;
}
.mainnav-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px
}
.mainnav-text {
    display: block
}
.mainnav-megadrop {
    left: -200px;
    right: -170px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
    opacity: 0;
    filter: alpha(opacity=0)
}
.leftnav {
    background-color: #262626;
    height: 100%
}
.leftnav-link {
    height: 100%;
    width: 80px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}
.ie9 .leftnav-link {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQAQMAAAA26i3WAAAABlBMVEX///////9VfPVsAAAAAXRSTlMAQObYZgAAABxJREFUeF6NyTEKAAAAgsD+/2mD5gYFpwuwT8YKPh4R78jahwoAAAAASUVORK5CYII=) center center no-repeat;
    display: block;
    height: 16px;
    padding: 40px;
    width: 24px
}
.btn-blue.active, .btn-blue:active, .btn-default.active, .btn-default:active, .btn-ghost-red.active, .btn-ghost-red:active, .btn-white.active, .btn-white:active, .open>.dropdown-toggle.btn-blue, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-ghost-red, .open>.dropdown-toggle.btn-white {
    background-image: none
}
.ie9 .leftnav-link .leftnav-icon, .ie9 .leftnav-link:after, .ie9 .leftnav-link:before {
    display: none
}
.leftnav-link .leftnav-icon, .leftnav-link:after, .leftnav-link:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    -moz-transform: translate3d(0, 12px, 0);
    -ms-transform: translate3d(0, 12px, 0);
    -o-transform: translate3d(0, 12px, 0);
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0)
}
.leftnav-link:before {
    -moz-transform: translate3d(0, 6px, 0);
    -ms-transform: translate3d(0, 6px, 0);
    -o-transform: translate3d(0, 6px, 0);
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    margin-top: 25px
}
.leftnav-link.active:before {
    -moz-transform: rotate(45deg) translate3d(9.5px, 9.5px, 0);
    -ms-transform: rotate(45deg) translate3d(9.5px, 9.5px, 0);
    -o-transform: rotate(45deg) translate3d(9.5px, 9.5px, 0);
    -webkit-transform: rotate(45deg) translate3d(9.5px, 9.5px, 0);
    transform: rotate(45deg) translate3d(9.5px, 9.5px, 0)
}
.leftnav-link.active .leftnav-icon {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0)
}
.leftnav-link:after {
    -moz-transform: translate3d(0, 18px, 0);
    -ms-transform: translate3d(0, 18px, 0);
    -o-transform: translate3d(0, 18px, 0);
    -webkit-transform: translate3d(0, 18px, 0);
    transform: translate3d(0, 18px, 0)
}
.leftnav-link.active:after {
    -webkit-transform: rotate(-45deg) translate3d(-6.5px, 6.5px, 0);
    -moz-transform: rotate(-45deg) translate3d(-6.5px, 6.5px, 0);
    -o-transform: rotate(-45deg) translate3d(-6.5px, 6.5px, 0);
    -ms-transform: rotate(-45deg) translate3d(-6.5px, 6.5px, 0);
    transform: rotate(-45deg) translate3d(-6.5px, 6.5px, 0)
}

@media screen and (max-width:1280px) {
    .mainnav-list>li {
        margin-left: 11px;
        margin-right: 11px
    }
}

@media screen and (max-width:1071px) {
    .mainnav {
        display: none
    }
}

@media screen and (max-width:767px) {
    .header {
        background-color: #fff;
        height: 60px
    }
    .header-olb,
    .olb-link {
        height: 100%
    }
    .leftnav-link {
        width: 60px
    }
    .leftnav-link:before {
        margin-top: 15px
    }
    .logo-link {
        padding: 18px
    }
    .olb-link {
        width: 80px;
        padding: 0
    }
    .olb-link:after {
        left: 0;
        right: 0
    }
}

/*------------------------------------*/
/*------------- $SIDEBAR -------------*/
/*------------------------------------*/
.sidebar, .sidebar-item {
    background-color: #262626
}
.sidebar {
    left: 0;
    top: 80px;
    width: 80px;
    overflow: hidden;
    z-index: 1010;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.sidebar.active {
    width: 280px;
    overflow-y: auto;
}
.sidebar.active .sidebar-item {
    display: block;
}

.sidebar-item {
    display: none;
    width: 100%;
    border-left: 2px solid #262626;
    border-bottom: 1px solid #666;
    transition: border .3s;
}
.sidebar-item:first-child, .sidebar-mobile+.sidebar-item {
    border-top: 1px solid #666;
}
.sidebar-item.active, .sidebar-item:focus, .sidebar-item:hover {
    background-color: #000;
    border-left: 2px solid #e2001a;
}
.sidebar-item.active .sidebar-icon, .sidebar-item:focus .sidebar-icon, .sidebar-item:hover .sidebar-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sidebar-item ul {
    padding-left: 80px;
    margin: 0 10px 0 0;
    list-style-type: none
}
.sidebar-item ul li {
    margin-top: 15px
}
.sidebar-item ul li:first-child {
    margin-top: 0
}
.sidebar-item ul li a {
    font-size: 1.6em;
    line-height: 1.2;
    color: #fff
}
.sidebar-link:focus {
    outline: 0
}
.sidebar-icon {
    top: 0;
    bottom: 10px;
    width: 64px;
    height: 49px;
    margin: auto 0 auto 18px;
    line-height: .5;
}
.sidebar-collapser {
    height: 70px;
    padding-left: 78px;
}
.sidebar-label {
    left: -2px;
    bottom: 2px;
    width: 80px;
    font-size: 9px
}
.sidebar-collapse {
    border-top: 1px solid #343434;
    padding: 15px 0;
    display: none
}
.sidebar-collapse.in {
    /*display: block;
    visibility: visible*/
}

@media screen and (max-width:1071px) {
    .sidebar {
        width: 0
    }
    .sidebar.active {
        width: 100%
    }
    .sidebar-mobile {
        display: block
    }
    .sidebar-mobile+. {
        border-top: 0
    }
}

.banner-img, .owl-dots {
    width: 100%
}

@media screen and (max-width:767px) {
    .sidebar {
        top: 60px
    }
}

/*------------------------------------*/
/*------------ $BREADCRUMB -----------*/
/*------------------------------------*/
#breadcrumb {
    border-bottom: .5px solid #ccc;
}

.breadcrumb-container {
    height: 50px;
    line-height: 48px;
    margin-left: 180px;
}
.breadcrumb-list {
    margin-bottom: 0;
    overflow: auto;
    white-space: nowrap;
}
.breadcrumb-list:after {
    content:"";
    color: #ccc;
}
.breadcrumb-list li:before {
    content: "\203A";
    left: -10px;
    color: #00afd0;
    font-size: 24px;
    z-index: -1
}
.breadcrumb-list li:first-child {
    margin-left: 0
}
.breadcrumb-list li:first-child:before {
    content: ""
}





/*------------------------------------*/
/*------------- $FOOTER --------------*/
/*------------------------------------*/
.footer {
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    clear: both;
}
.footer-sitemap {
    background-color: #858585
}
.sitemap-container {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    border-top: 1px solid #ccc
}
.sitemap-container:first-child {
    border-top: 0
}
.sitemap-list li, .sitemap-title {
    padding: .25em 0
}
.sitemap-title {
    color: #ccc;
    white-space: nowrap
}
.sitemap-list li {
    display: inline-block
}
.social-fb, .social-li, .social-tw, .social-xi, .social-yt, .social-ig {
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px
}
.social-fb {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-facebook.png");
}
.social-fb:focus, .social-fb:hover {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-facebook-hover.png");
}
.social-tw {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-twitter.png");
}
.social-tw:focus, .social-tw:hover {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-twitter-hover.png");
}
.social-xi {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-xing.png");
}
.social-xi:focus, .social-xi:hover {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-xing-hover.png");
}
.social-li {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-linkedin.png");
}
.social-li:focus, .social-li:hover {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-linkedin-hover.png");
}
.social-yt {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-youtube.png");
}
.social-yt:focus, .social-yt:hover {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-youtube-hover.png");
}
.social-ig {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-instagram.png");
}
.social-ig:focus, .social-ig:hover {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_social-instagram-hover.png");
}
.footer-social li {
    padding: 0 1px
}
.footer-label li {
    padding: 0 3px
}
.label-champion, .label-dienstleister, .label-ecommerce, .label-eurolabel, .label-uefa {
    display: block;
    height: 45px
}
.label-eurolabel {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_label-commerce.png");
    background-repeat: no-repeat;
    width: 67px
}
.label-ecommerce {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_label-trust.png");
    background-repeat: no-repeat;
    width: 45px
}

.label-champion {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_label-servicechampion.png");
    background-repeat: no-repeat;
    width: 37px
}
.label-uefa {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_label-uefa.png");
    background-repeat: no-repeat;
    width: 41px
}

.label-dienstleister {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_label-dienstleister.png");
    background-repeat: no-repeat;
    width: 124px
}

.label-promise {
    background-position: -1px -509px;
    display: block;
    width: 98px;
    height: 80px
}
.footer-legal {
    padding: 29px 0;
    text-align: right
}

p.footer-copyright.font-medium {
    margin-bottom: 10px;
}

.app-hint,
.cookie-hint {
    top: 0;
}

.app-hint,
.browser-hint,
.cookie-hint {
    left: 0;
    padding-left: 80px;
    z-index: 1006;
}

.app-hint .content-txt p, .cookie-hint .content-txt p {
    margin-bottom: 0.5em;
}

.content-txt {
    font-size: 1.5em;
}

.col-xs-11 {
    width: 91.6667%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

/* */

.footer .col-md-3 {
    width: 25%;
}

.footer .col-md-6 {
    width: 50%;
}

.footer .col-md-12 {
    width: 100%;
}

.col-xs-1 {
    width: 8.33333%;
}

.cookie-close {
    background-image: url("//filialen.bankaustria.at/images/pix/map/pixel-grid.svg");
    background-size: 1000px 1000px;
    background-repeat: no-repeat;
    background-position: -900px -100px;
    height: 26px;
    width: 26px;
    display: block;

}

@media screen and (min-width:1280px) {
    #content {
        width: 1160px;
    }
    #container {
        width: 749px;
    }
    #map_canvas {
        width: 749px;
    }
}

@media screen and (max-width:1280px) {
    #content {
        width: 960px;
    }
    #container {
        width: 549px;
    }
    #map_canvas {
        width: 549px;
    }
}

@media screen and (max-width:1000px) {
    #content {
        width: 740px;
    }
    #container {
        width: 329px;
    }
    #map_canvas {
        width: 329px;
    }
}



/* BA copied styles */

.olb-dropdown {
    top: 100%;
    right: 0;
    width: 320px;
    visibility: hidden;
}

.opacity-zero {
    opacity: 0;
}
.box-shadow-medium {
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
}
.border-radius-bl {
    border-bottom-left-radius: 10px;
}
.bg-white {
    background-color: #fff;
}
.pos-abs {
    position: absolute;
}

.pos-abs-after:after, .pos-abs-before:before {
    content: "";
    position: absolute;
}

.olb-link{
    background-color:#aa1c0d;
    padding:23px 18px 21px 64px;
    border-left:1px solid #d83d45
}
.olb-link:after{
    background-image:url(/img/os_ok_sprite.png);
    background-position:-1px -81px;
    background-repeat:no-repeat;
    left:18px;
    right:auto;
    width:34px;
    height:29px
}
.olb-24you{
    padding:31px 18px 31px 64px
}
.olb-dropdown{
    top:100%;
    right:0;
    width:320px;
    visibility:hidden
}
.olb-dropdown:before{
    bottom:100%;
    right:60px;
    height:0;
    width:0;
    border:solid transparent;
    border-bottom-color:#fff;
    border-width:10px;
    pointer-events:none
}
.olb-dropdown .content-txt p{
    margin-bottom:.5em
}
.olb-dropdown .content-txt a{
    font-family:UnicreditMedium,Arial,sans-serif;
    font-size:1.2em;
    color:#00afd0
}
.olb-dropdown .btn{
    padding-top:5px;
    padding-bottom:5px
}
.olb-dropdown-content{
    max-height:calc(100vh - 80px);
    overflow-y:auto
}

.olb-dropdown .btn {
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn-blue {
    color: #fff;
    background-color: #00afd0;
    border-color: transparent;
}
.btn {
    max-width: 100%;
    padding: 9px 30px;
    overflow: hidden;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.font-small {
    font-size: 1.4em;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-blue:hover {
    color: #fff;
    background-color: #00849d;
    border-color: transparent;
}

.olb-link:after {
    background-image: url("//filialen.bankaustria.at/images/pix/os_ok_sprite.png");
    background-position: -1px -81px;
    background-repeat: no-repeat;
    left: 18px;
    right: auto;
    width: 34px;
    height: 29px;
}

.border-bottom-k8 {
    border-bottom: 1px solid #eee;
}

.display-block {
    display: block;
}

.filialfinder-login .olb-link {
    background-image: none;
}

.filialfinder-login .olb-link:after {
    top: 25px;
}

.filialfinder-login .btn-blue {
    font-size: 14px;
}

.openingtimeContainer {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
}

.openingtimesvg {
    height: 32px;
    width: 32px;
    margin-right: 20px;
}

.openingtimeHeading {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    width: 310px;
}

.openingtimeTimes{
    color: #000;
    font-size: 13px;
}

/*
.filialfinder-login .olb-dropdown {
    visibility: visible;
    opacity: 1;
}
*/
