@font-face {
    font-family: "Gotham-Rounded-Light";
    src: url(./css/font/Gotham-Rounded-Light.woff);
}

@font-face {
    font-family: "Gotham-Rounded-Book";
    src: url(./css/font/Gotham-Rounded-Book.woff);
}

@font-face {
    font-family: "Gotham-Rounded-Medium";
    src: url(./css/font/Gotham-Rounded-Medium.woff);
}

@font-face {
    font-family: "Gotham-Rounded-Bold";
    src: url(./css/font/Gotham-Rounded-Bold.woff);
}

body {
    font-family: "Gotham-Rounded-Book", Helvetica, Arial, sans-serif;
}

a {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

nav.mdl-navigation li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
}

blockquote p {
    display: inline-block;
    padding: 10px 0;
}

.main-section {
    width: 100%;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.sp-b-40 {
    width: 100%;
    background: #ebebeb;
    padding: 20px 15px;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
    color: #d31145;
}

b,
strong {
    font-weight: 400;
    font-family: "Gotham-Rounded-Medium";
}

img {
    width: inherit;
    max-width: 100%;
    height: auto;
}

footer {
    clear: both;
    width: 100%;
    height: 100px;
}

blockquote {
    margin-bottom: 0;
}

blockquote:before,
blockquote:after {
    content: '"';
}

.line-breaker {
    width: 100%;
    height: 20px;
}

.thumbnail {
    background: transparent;
    padding: 0;
    border: none;
}

.thumbnail>img {
    margin-left: 0
}

#logo {
    float: left;
}

.menu-item {
    cursor: pointer;
}

.navigation li.current-menu-item {
    margin-left: 10px;
}

.navigation .child {
    margin-left: 20px;
    font-size: 13px;
    display: none;
}

#navigation .navigation li.child a {
    text-transform: none;
}

.navigation .sub-menu {
    background-color: #fff;
}

.navigation li.active ul {
    margin-left: -10px;
}

.col_hauptseite,
.col_hauptseite.col_fachgebiete {
    background-color: #7292A2;
}

.submenu-back.col_hauptseite {
    background-color: #7292A2;
}

.col_legal {
    background-color: #adadad;
}

.submenu-back.col_legal {
    background-color: #d31145;
}

.col_juristen {
    background-color: #C51F34;
}

.col_fachgebiete {
    background-color: #02ACC4;
}

.col_kondolenzbuch {
    background-color: gray;
}

.submenu-back.col_fachgebiete {
    background-color: #02ACC4;
}

.col_news {
    background-color: #192955;
}

.col_news_archiv {
    background-color: #ebebeb;
    float: right;
    margin-top: 20px;
    padding: 10px
}

.col_ueber-uns {
    background-color: rgb(66, 66, 66);
}

.col_fachgebiete.uns,
.col_fachgebiete.us {
background-color: rgb(66, 66, 66);
}

    

.submenu-back.col_news {
    background-color: #192955;
}

.col_standorte {
    background-color: #662160;
}

.submenu-back.col_standorte {
    background-color: #662160;
}

.col_karriere {
    background-color: #96607F;
}

.submenu-back.col_karriere {
    background-color: #96607F;
}

.navigation li ul {
    padding-left: 0;
    margin-top: -2px;
}

.navigation li ul li .active {
    color: #000;
}

.submenu-back {
    display: none;
    background: url(./img/submenu-back.png) no-repeat center;
    background-size: 28px 19px;
    height: 28px;
}

.submenu-back:hover {
    background: #555 url(./img/submenu-back.png) no-repeat center!important;
    background-size: 28px 22px!important;
}

.bottom-nav {
    background: #fff;
    padding-top: 25px;
    position: absolute;
    bottom: -5px;
    width: 100%;
    max-width: 270px;
}

ul.bottom-menu li,
ul.social-network li {
    display: inline-block;
}

ul.bottom-menu li a {
    color: #333;
}

ul.bottom-menu,
ul.social-network {
    padding-left: 0;
    text-align: right;
}

ul.bottom-menu>li + li:before {
    padding: 0 5px;
    color: #333;
    content: "|";
}

ul.bottom-menu {
    margin-bottom: 0;
}

ul.bottom-menu li a:hover {
    color: #d31145;
}

ul.social-network li {
    padding: 0 10px;
}

.xi-icon,
.in-icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: #ebebeb;
    text-align: center;
    padding-top: 8px;
}

.xi-icon {
    -webkit-box-shadow: inset 0 50px 0 -50px rgba(0, 101, 103, 1);
    -moz-box-shadow: inset 0 50px 0 -50px rgba(0, 101, 103, 1);
    box-shadow: inset 0 50px 0 -50px rgba(0, 101, 103, 1);
    transition: 0.3s all;
}

.in-icon {
    -webkit-box-shadow: inset 0 50px 0 -50px rgba(81, 127, 164, 1);
    -moz-box-shadow: inset 0 50px 0 -50px rgba(81, 127, 164, 1);
    box-shadow: inset 0 50px 0 -50px rgba(81, 127, 164, 1);
    transition: 0.3s all;
}

.xi-icon:hover {
    -webkit-box-shadow: inset 0 50px 0 0 rgba(0, 101, 103, 1);
    -moz-box-shadow: inset 0 50px 0 0 rgba(0, 101, 103, 1);
    box-shadow: inset 0 50px 0 0 rgba(0, 101, 103, 1);
    transition: 0.3s all;
}

.in-icon:hover {
    -webkit-box-shadow: inset 0 50px 0 0 rgba(81, 127, 164, 1);
    -moz-box-shadow: inset 0 50px 0 0 rgba(81, 127, 164, 1);
    box-shadow: inset 0 50px 0 0 rgba(81, 127, 164, 1);
    transition: 0.3s all;
}

#language-selector {
    margin: 0;
    font-size: 12px;
    position: absolute;
    top: 27px;
    right: 0;
}

#language-selector .sub-menu {
    position: relative;
    display: inline-block;
    padding-left: 1em;
    vertical-align: top;
}

#language-selector .sub-menu::before {
    display: inline-block;
    content: '|';
    position: absolute;
    left: 4px;
    top: 0;
}

#language-selector li {
    padding-left: 0;
    margin-left: 0;
    padding-right: 5px;
    list-style-type: none;
    float: left;
}

#language-selecter li.first>a::after {
    content: ' / ';
    display: inline-block;
}

#language-selector li a {
    color: #000;
}

#language-selector li a:hover,
.language-active,
li.qtranxs-lang-menu>a {
    color: #d31145!important;
    text-decoration: none!important;
}

#navigation {
    margin: 0;
    padding: 0;
    width: 100%;
}

.navigation {
    display: block;
    margin: 0;
    padding: 0;
}

.navigation li {
    list-style-type: none;
    margin: 0 0 2px 0;
}

.navigation li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.navigation .submenu-back {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation li.col_fachgebiete a.submenu-back,
.navigation li.col_fachgebiete.submenu-back a {
    color: #02ACC4;
}

.navigation li.col_news a.submenu-back,
.navigation li.col_news.submenu-back a {
    color: #192955;
}

.navigation li.col_news a.submenu-back:hover,
.navigation li.col_fachgebiete a.submenu-back:hover,
.navigation .submenu-back:hover {
    color: #555;
}

.navigation li a:hover {
    background: #555;
    text-decoration: none;
}

.navigation li>ul {
    display: none;
    padding-top: 2px;
}

.navigation .current-menu-parent.col_fachgebiete ul,
.navigation .current-menu-parent.col_news ul,
.navigation .current-menu-parent.col_ueber-uns ul,
.navigation .current-menu-item.col_ueber-uns ul {
display: block;
}

.navigation li>ul li {
    margin-left: 20px;
}

.navigation li>ul li.menu-item-type-custom {
    margin: 0;
}

#header {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.nav-opener {
    float: right;
    margin: 7px 0 0;
    width: 50px;
    height: 31px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #c33;
    ;
    position: absolute;
    top: 16px;
    left: 25%;
    right: 25%;
    height: 4px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 8px;
}

.nav-opener:after {
    top: 24px;
}

#latest-news-container {
    padding: 10px;
    background-color: #d31145;
    color: #fff;
    width: 100%;
    height: 100%;
}

.container-caption {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.container-caption,
.container-subcaption,
.container-text {
    font-size: 14px;
}

.container-text,
.latest-news-container .datetime {
    font-family: "Gotham-Rounded-Light";
}

.container-caption,
.container-subcaption {
    font-family: "Gotham-Rounded-Medium";
    text-decoration: none;
}

.container-caption,
.container-subcaption .container-link,
.container-subcaption + p {
    font-family: "Gotham-Rounded-Light";
}

.container-link {
    color: #fff;
}

.container-caption-bottom,
.container-text-bottom {
    width: 100%;
    text-align: right;
    color: #d31145;
    font-size: 14px;
    padding-right: 10px;
}

.container-caption-bottom {
    font-family: "Gotham-Rounded-Medium";
}

.first-row {
    height: 335px;
}

.first-row .latest-news img {
    width: 100%;
    height: 100%;
}

#latest-news-container {
    height: 333px;
}

.img-as-bg {
    width: 100%;
    height: 333px;
    position: relative;
}

.teaser-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, .7);
}

.teaser-box h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
}

.teaser-text {
    display: none;
}

.teaser-text a {
    color: #333;
    float: right;
}

.publikation-header {
    color: #fff;
    background: #F8981D;
    padding: 10px 15px;
    -webkit-box-shadow: inset 0 50px 0 -100px rgba(85, 85, 85, 1);
    -moz-box-shadow: inset 0 50px 0 -100px rgba(85, 85, 85, 1);
    box-shadow: inset 0 50px 0 -100px rgba(85, 85, 85, 1);
    transition: 0.5s all;
}

.publikation-header:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 0 50px 0 -10px rgba(85, 85, 85, 1);
    -moz-box-shadow: inset 0 50px 0 -10px rgba(85, 85, 85, 1);
    box-shadow: inset 0 50px 0 -10px rgba(85, 85, 85, 1);
}

.publikation-content {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0 35px 0 10px;
    border-left: 2px solid #F8981D;
}

.publikation-content p {
    margin: 0;
}

.publikation-content .pdf {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.publikation-header,
.publikation {
    width: 100%;
}

.publikation {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

#publikation-container {
    width: 100%;
    float: left;
}

.jurist-search-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ebebeb;
    box-shadow: none;
    text-indent: .01px;
    text-overflow: "";
    width: 320px;
    border: none;
    background: #ebebeb;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.jurist-search-block select:hover {
    cursor: pointer;
}

.jurist-search-block select::-ms-expand {
    display: none;
}

.jurist-search-block select option {
    text-transform: none;
    font-weight: 400;
}

.label-option {
    text-transform: uppercase;
}

.jurist-search {
    margin-top: 2px;
    width: 100%;
    color: #333;
}

.jurist-search-block {
    background: #ebebeb;
    width: 300px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 0;
    float: left;
}

.jurist-search-block select {
    background: #ebebeb url(./img/icon-select.png);
    background-repeat: no-repeat;
    background-position: 285px center;
}

.jurist-search-block label {
    margin-right: 10px;
    text-transform: uppercase;
}

.area-standard-teaser-row {
    height: 220px;
}

.area-standard-teaser-row .block-first-page-bottom {
    height: 220px;
}

.block-first-page-bottom {
    height: 220px;
}

.top_news_entry {
    min-height: 200px;
}

.subtitle {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    font-family: "Gotham-Rounded-Medium";
    font-size: 12px;
    color: #333;
    padding: 10px 20px;
}

#captcha-input {
    margin-top: 10px;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 20px;
}

.zend_form input[type='submit'],
.wpcf7-submit.wpcf7-form-control {
    background: #d31145;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    border: none;
    -webkit-box-shadow: inset 0 50px 0 -50px rgba(85, 85, 85, 1);
    -moz-box-shadow: inset 0 50px 0 -50px rgba(85, 85, 85, 1);
    box-shadow: inset 0 50px 0 -50px rgba(85, 85, 85, 1);
    transition: 0.3s all;
}

.wpcf7-submit.wpcf7-form-control.kondolenz {
    background: gray;
}

.zend_form input[type='submit']:hover,
.wpcf7-submit:hover {
    -webkit-box-shadow: inset 0 50px 0 -10px rgba(85, 85, 85, 1);
    -moz-box-shadow: inset 0 50px 0 -10px rgba(85, 85, 85, 1);
    box-shadow: inset 0 50px 0 -10px rgba(85, 85, 85, 1);
}

.wpcf7-form-control {
    margin-top: 5px;
}

.form-message {
    padding: 10px 20px;
    color: #d31145;
    font-size: 130%;
}

.zend_form dd {
    margin-bottom: 20px;
}

textarea {
    max-width: 100%;
}

.form-control {
    border-radius: 0;
}

.errors,
span.wpcf7-not-valid-tip {
    color: #d31145;
    font-size: 90%;
    padding-left: 0;
    padding-top: 3px;
}

.errors li {
    list-style-type: none;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng {
    border: none;
    color: #d31145;
    margin: 1em 0 0 0;
    padding: 0;
}

#csrf-element,
#csrf-label {
    display: none;
}

#email-form input[type='image'] {
    width: 28px!important;
    height: 28px!important;
    padding: 0!important;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

#search-form {
    position: relative;
    margin-top: 20px;
    height: 40px;
    width: 100%;
    max-width: 270px;
}

#search-form input[type='text'],
#email-form input[type='text'] {
    font-size: 12px;
    font-family: "Gotham-Rounded-Medium";
}

#search-form input[type='text'] {
    padding: 10px;
    border: none;
    height: 100%;
    width: 100%;
    background-color: #ebebeb;
    color: #000;
}

.special-submit {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 36px;
    height: 100%;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #7292A2;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.special-submit:hover {
    background-color: #555;
}

.black-placeholder input[type='text']::-webkit-input-placeholder {
    color: #000;
}

.black-placeholder input[type='text']:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.black-placeholder input[type='text']::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.black-placeholder input[type='text']:-ms-input-placeholder {
    color: #000;
}

#email-form {
    height: 30px;
    position: relative;
    width: 100%;
    float: left;
}

#email-form .special-submit {
    width: 30px;
    font-size: 18px;
}

.email .subblock {
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000!important;
}

.email .subblock input[type='text'] {
    border: none;
    padding: 4px 8px;
    width: 100%;
    height: 100%;
}

.email .subblock h2 {
    float: left;
    font-family: "Gotham-Rounded-Medium";
    font-size: 14px;
}

.breadcrumbs {
    height: 40px;
    color: #fff;
    font-family: "Gotham-Rounded-Medium";
    font-size: 13px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.breadcrumbs ul {
    padding-left: 0;
}

.breadcrumbs ul li {
    list-style-type: none;
    display: inline-block;
}

.breadcrumbs ul li a {
    color: #fff;
}

.breadcrumbs ul>li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "|";
}

.area-image-lead img {
    width: 100%;
    height: auto;
}

.pimcore_area_wysiwyg,
.area-location {
    background-color: #ebebeb;
    padding: 20px 15px;
}

.pimcore_area_wysiwyg a,
.area-location a {
    color: #d31145;
}

.pimcore_area_wysiwyg a:hover,
.area-location a:hover {
    color: #000;
    text-decoration: none;
}

.news-excerpt p {
    display: inline;
}

.media-left,
.media-right {
    float: left;
}

.media-left {
    width: 260px;
}

.media-left a.thumbnail {
    width: 240px;
    margin-bottom: 0px;
}

.media-right {
    width: 550px;
}

.area-location {
    float: left;
    width: 100%;
}

.area-location h2 {
    font-family: "Gotham-Rounded-Medium";
    font-size: 14px;
}

.area-location p {
    line-height: 18px;
}

.area-location .location {
    margin-bottom: 40px;
}

#googlemap {
    float: left;
    display: block;
    width: 100%;
    height: 400px;
    margin: 20px 0;
    overflow: hidden;
}

#googlemap img {
    max-width: none;
}
/*
.standorte,
.offices {
    background: url(./img/bpv-wien-2020.png) no-repeat scroll 0% 144px / 100% 100% transparent;
    margin-bottom: 30px;
}
*/
a.vcard {
    display: block;
    float: left;
    padding: 10px 15px;
    background: #fff;
    transform: scale(0.8);
    margin: 2px -15px;
}

a.vcard2 {
    display: block;
    float: left;
    padding: 10px 15px;
    background: #fff;
    transform: scale(0.8);
    margin: -14px;
    position: absolute;
    left: 270px;
    bottom: 6px;
}

@media screen and (max-width:768px) {
    a.vcard2 {
    display: inline-block;
    position: static;
    float: none;
    margin: 10px -14px;
    }
}
a.vcard:hover {
    background: #d31145;
    color: #fff!important;
}
a.vcard2:hover {
    background: #d31145;
    color: #fff!important;
}
a.vcard {
    color: #000!important;
}

a.vcard2 {
    color: #000!important;
}

.page-header {
    font-family: "Gotham-Rounded-Medium";
    color: #333;
    border: none;
    margin: 20px 0 10px;
}

.page-header-news {
    font-size: 22px;
    font-family: "Gotham-Rounded-Medium";
    color: #333;
    border: none;
    margin: 6px 15px -16px;
}

.page-header h1 {
    font-size: 22px;
}

.media-body {
    background: #ebebeb;
    width: 100%;
    padding: 10px;
    position: relative
}

.media-body h2 {
    margin-top: 0;
    font-size: 16px;
}

.media-body p {
    font-size: 14px;
    clear: both;
    width: 100%;
    line-height: 20px;
}

.media-body a {
    color: #000;
}

.media-body a:hover {
    color: #d31145;
}

.content-back-button {
    float: left;
    width: 200px;
    margin-top: 30px;
}

body .sitemap {
    background: #ebebeb;
    padding: 10px 10px 10px 30px;
}

body .sitemap a {
    color: #000;
}

body .sitemap a:hover {
    color: #d31145;
}

#navigation .navigation li a {
    text-transform: uppercase;
}

#navigation .navigation li ul li a {
    font-size: 13px;
    text-transform: none;
}

.block-effect {
    position: relative;
}

.overlay,
.overlay-right {
    -webkit-transition: opacity 200ms ease-in 0s;
    -moz-transition: opacity 200ms ease-in 0s;
    -o-transition: opacity 200ms ease-in 0s;
    transition: opacity 200ms ease-in 0s;
    opacity: .001;
    filter: alpha(opacity=0.1);
    position: absolute;
    display: block;
    height: 100%;
    z-index: 1;
}

.overlay {
    background: #EBEBEB;
    background: rgba(235, 235, 235, .9);
    width: 100%;
    left: 0;
    top: 0;
}

.overlay-right {
    background: #d31145;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
}

.overlay .overlay-text {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.overlay .overlay-text,
.overlay-right .overlay-text {
    font-family: 'Gotham-Rounded-Medium', Helvetica, Arial, sans-serif;
    color: #d31145;
    border: 4px solid #d31145;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    min-width: 150px;
    margin: 0 auto;
    padding: 8px 10px;
    font-size: 20px;
    letter-spacing: .2em;
}

.overlay-right .overlay-text {
    min-width: 10px;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: none;
    padding: 0;
    padding-left: 8px;
}

.overlay-right:hover {
    background: #555;
}

.overlay .overlay-text:hover {
    border: 4px solid #333;
    color: #333;
}

.active-effect span.overlay,
.active-effect span.overlay-right {
    opacity: .999;
    filter: alpha(opacity=99.9);
}

.count {
    position: absolute;
    width: 100%;
    height: 120px;
    background: transparent;
    z-index: 200;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.count .inner,
.count .front,
.count .back,
.count .inner,
.count .front,
.count .back {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.count .inner,
.count .inner {
    -webkit-perspective: 100px;
    -moz-perspective: 100 pxpx;
    -ms-perspective: 100px;
    perspective: 100px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    -o-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    -ms-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: all 500ms cubic-bezier(.175, .885, .32, 1.275) 0s;
}

.count .front {
    z-index: 8;
    background: #d31145;
}

.count .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.count .back {
    visibility: hidden;
    font-family: "Gotham-Rounded-Medium";
    background: #d31145;
    color: #fff;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    overflow: hidden;
    font-size: 10px;
}

.count.hover .back {
    visibility: visible;
}

.count .back p,
.count .back .special-more-span {
    margin: 10px 0 5px 0;
    font: 1.2em 'Gotham-Rounded-Medium', Helvetica, Arial, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.count .back .special-more-span {
    -webkit-transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 300ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    -o-transition: all 300ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: all 300ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 10px;
    font-family: 'Gotham-Rounded-Medium', Helvetica, Arial, sans-serif;
    font-size: 2em;
    border: 4px solid #3078bf;
}

.count .back p,
.count .back p {
    -webkit-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    -o-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: all 500ms cubic-bezier(.175, .885, .32, 1.275) 0s;
}

.count .back p.top {
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.count .back p.bottom {
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.count.hover .front {
    z-index: -1;
}

.count.hover .inner {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.count.hover .inner .special-more-span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.count.hover .inner p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.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 {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.relative {
    position: relative;
}

#home-contact.count .back a:hover>.special-more-span,
#latest-news.count .back a:hover>.special-more-span,
#top.count .back a:hover>.special-more-span {
    border: 4px solid #333;
    color: #333;
}

#home-contact.count .back p,
#latest-news.count .back p {
    margin-top: 50px;
}

#home-contact.count .back .special-more-span,
#latest-news.count .back .special-more-span {
    border: 4px solid #fff;
}

#latest-news.count .back .special-more-span {
    margin-top: 120px;
}

#latest-news.count .front,
.news_home,
#top-news {
    background: #7292A2;
    padding: 10px;
    color: #fff;
}

#latest-news.news_home {
    overflow-x: auto;
    height: auto;
}

#latest-news.news_home h2:empty {
    display: none;
}

#latest-news.news_home .news_entry {
    margin-bottom: 15px;
    font-size: 12px;
    font-family: "Gotham-Rounded-Light"
    
}

#latest-news .container-subcaption a {
    font-size: 12px;
    display: block;
}

@media screen and (min-width:768px) {
    #latest-news.news_home {
        height: 574px;
    }
}

@media screen and (min-width:1200px) {
    #latest-news.news_home .news_entry {
        margin-bottom: 0;
    }
    #latest-news.news_home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

#latest-news.news_home .news_entry p {
    margin-bottom: 0px;
}

.media-body *:last-child {
    margin-bottom: 0;
}

a.news-detaillink {
    white-space: nowrap;
}

#top-news .container-text {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 6.6em;
    line-height: 0.2em;
}

#top-news.count {
    height: 220px;
}

#top-news p {
    line-height: 18px;
}

#home-contact.count {
    height: 220px;
}

#home-contact.count .back .special-more-span {
    margin-top: 30px;
}

.owl-carousel {
    margin-top: 50px;
    padding: 0 30px;
}

.owl-carousel .owl-item {
    padding: 0 15px;
}

.owl-carousel .thumbnail {
    border: 0;
    padding: 0;
    margin: 0;
}

.nav-container .next,
.nav-container .prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -28px;
    width: 29px;
    height: 57px;
    cursor: pointer;
}

.nav-container .next {
    background: url(./img/arrow.png);
    background-repeat: no-repeat;
    background-position: -29px 0;
    right: 0;
}

.nav-container .prev {
    background: url(./img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0;
}

.qtranxs-available-languages-message {
    display: none;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .container-text {
        font-size: 11px;
    }
    #search-form,
    .bottom-nav {
        max-width: 220px;
    }
    .media-right {
        width: 410px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .container-text {
        font-size: 11px;
    }
    #search-form,
    .bottom-nav {
        max-width: 165px;
    }
    .media-right {
        width: 245px;
    }
}

@media screen and (max-width:991px) {
    .detail-jurist-page .media-right,
    .detail-jurist-page .media-left {
        width: 100%;
    }
    .detail-jurist-page .media-left {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:768px) {
    .navigation {
        display: block!important;
    }
    .area-image-lead {
        height: 293px;
        overflow: hidden;
    }
    .area-image-lead img {
        min-height: 293px;
    }
}

@media screen and (max-width:767px) {
    .mobile-container {
        position: static;
    }
    #navigation {
        margin: 0 -10px 30px -10px;
        width: auto;
    }
    .navigation {
        display: none;
    }
    #header {
        margin-top: 0;
        margin-bottom: 10px;
    }
    #language-selector {
        height: 20px;
        padding: 0;
        left: 10px;
        top: 49px;
    }
    #latest-news-container {
        height: auto;
    }
    .portal-page .first-row .col-sm-8 {
        display: none;
    }
    .first-row {
        height: auto;
        margin-bottom: -20px;
    }
    .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 {
        margin-bottom: 20px;
    }
    .container-caption-bottom,
    .container-text-bottom {
        text-align: left;
    }
    .container-caption-bottom {
        font-size: 20px;
        font-family: "Gotham-Rounded-Medium";
        color: #fff;
    }
    .container-text-bottom {
        margin-top: 30px;
        font-size: 16px;
    }
    .media-right {
        width: 225px;
        max-width: 100%;
    }
    .media-left {
        margin-bottom: 20px;
        max-width: 100%;
    }
    #googlemap {
        height: 300px;
    }
    .bottom-nav-2 {
        background: #fff;
        float: left;
        width: 100%;
        padding-top: 20px;
    }
    .standorte,
    .offices {
        background: url(./img/bpv-wien-2020.png) no-repeat scroll 0% 158px / 100% 100% transparent;
    }
    .count .inner,
    .count .front,
    .count .back,
    .count .inner,
    .count .front,
    .count .back {
        position: relative;
    }
    .count {
        position: relative;
    }
    #latest-news.count,
    #top-news.count {
        height: auto;
    }
    ul.bottom-menu,
    ul.social-network,
    .linked-in {
        text-align: center;
    }
}

@media screen and (max-width:457px) {
    #top-news {
        top: 141px;
    }
}

@media screen and (max-width:479px) {
    .page-header {
        margin: 20px 0 20px;
    }
    h1 {
        font-size: 26px;
    }
    .jurist-search-block {
        margin-right: 0;
        padding-right: 10px;
        float: none;
    }
    .jurist-search-block select {
        width: 100%;
        margin-right: 0;
    }
}

.media,
.media .media {
    margin-top: 5px;
}

.container-image {
    width: 100%;
    height: auto;
}

.block-first-page-bottom .subtitle,
.teaser-box {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
}

.news-seperator {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.alignright .wp-caption-text {
    text-align: right;
}

.news-overview-date {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 6px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 11px;
}

.container-link.small-box {
    font-family: Gotham-Rounded-Light;
}

.container-link.small-box:hover {
    color: #fff;
}

#menu-hauptmenue span {
    display: inline-block;
    font-size: 12px;
}

.linked-in {
    display: block;
    text-align: right;
    margin-top: 10px;
}

.linked-in img {
    width: 32px;
    height: 32px;
}

.social-network .linked-in {
    margin-top: 0;
}

#banner-team {
    background-color: #c51f34;
    color: #fff;
    padding: 5px 10px;
    font-family: Gotham-Rounded-Light;
    text-align: center;
}

#copyright {
    display: block;
    text-align: right;
    margin: 0;
}

#older-events-title {
	background-color: #192955;
	color: #fff;
	padding: 10px;
    margin: 5px 0;
    transition: all .3s linear 0s;
}

#older-events-title:hover{
    cursor: pointer;
    background-color: #555;
}

#older-events {
	display: none;
}
