@font-face {
    font-family: 'regularbold';
    src: url('/static/fonts/regular-bold-webfont.eot');
    src: url('/static/fonts/regular-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/regular-bold-webfont.woff') format('woff'), url('/static/fonts/regular-bold-webfont.ttf') format('truetype'), url('/static/fonts/regular-bold-webfont.svg#regularbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regularregular';
    src: url('/static/fonts/regular-book-webfont.eot');
    src: url('/static/fonts/regular-book-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/regular-book-webfont.woff') format('woff'), url('/static/fonts/regular-book-webfont.ttf') format('truetype'), url('/static/fonts/regular-book-webfont.svg#regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regularlight';
    src: url('/static/fonts/regular-light-webfont.eot');
    src: url('/static/fonts/regular-light-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/regular-light-webfont.woff') format('woff'), url('/static/fonts/regular-light-webfont.ttf') format('truetype'), url('/static/fonts/regular-light-webfont.svg#regularlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bpregular';
    src: url('/static/fonts/bpreplay-webfont.eot');
    src: url('/static/fonts/bpreplay-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/bpreplay-webfont.woff') format('woff'), url('/static/fonts/bpreplay-webfont.ttf') format('truetype'), url('/static/fonts/bpreplay-webfont.svg#bpreplayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.defaultFontBold {
    font-family: 'regularregular';
    font-weight: 600;
}

body {
    background: #ffffff;
    font-family: 'regularregular';
    overflow: scroll;
    font-size: 16px !important;
}

body:after {
    display: none;
    content: url("/static/img/logo_plain.png") url("/static/img/logo.png");
}

.pimcore_area_text h2 {
    font-family: 'regularregular';
    font-weight: 600;
    font-size: 20px;
    color: #ac1f2d;
    line-height: 1.3em;
    padding-top: 1.5em;
    margin: 0;
    margin-bottom: 0.6em;
}

.pimcore_area_text h2.nopadding {
    padding-top: 0;
}

p {
    font-family: 'regularregular' !important;
    line-height: 1.3em;
    margin-bottom: 1em;
}

b,
strong {
    font-family: 'regularregular';
    font-weight: 600;
}

a {
    color: #ac1f2d;
}

a:hover {
    color: #ac1f2d;
    text-decoration: underline;
}

.naviBox {
    width: 141px;
    min-height: 43px;
    margin-right: 20px;
    position: relative;
    float: left;
    font-family: 'regularregular';
    font-size: 22px;
    transition: height 0.3s;
}

.naviBox a {
    width: 141px;
    height: 43px;
    background: #ac1f2d;
    color: #fff;
    display: block;
}

.naviBox a span {
    position: absolute;
    bottom: 11px;
    left: 13px;
}

.naviBox a.active {
    background: #000;
}

.defaultBox {
    width: 141px;
    height: 141px;
    position: relative;
    float: left;
    font-family: "bpregular", "Gulim", sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.defaultBox a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ac1f2d;
    color: #fff;
}

.defaultBox a img {
    transition: opacity 0.5s;
}

.defaultBox a span {
    transition: opacity 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.defaultBox:hover {
    background: #ac1f2d;
}

.defaultBox:hover a {
    color: #ac1f2d;
}

.defaultBox:hover a img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.catRoot .boxTitel a {
    transition: color 0.5s;
}

.catRoot:hover .boxTitel a {
    color: #ac1f2d !important;
}

.boxTitel a {
    color: #000;
}

.boxTitel a:hover {
    color: #ac1f2d;
    text-decoration: none;
}

.defaultBox.selected:hover a span,
.defaultBox.selected a span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: none;
}

.selected .defaultBox {
    background: #ac1f2d;
}

.selected .defaultBox a img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.selected .defaultBox a span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: none;
}

.selected .boxTitel a {
    color: #ac1f2d !important;
}

#fixHead {
    position: fixed;
    top: -140px;
    background: #fff;
    width: 100%;
    z-index: 5;
}

#fixHead #logo {
    height: 80px;
}

#fixHead #logo a {
    background: url("/static/img/logo_plain.png") no-repeat;
    background-size: contain;
    height: 100%;
    display: block;
    width: 80px;
    float: left;
}

#headWrapper {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 5;
}

#headWrapper #logo {
    height: 141px;
    width: 502px;
    transition: height 0.4s;
}

#headWrapper #logo a {
    transition: all 0.4s;
    background: url("/static/img/logo.png") no-repeat;
    background-size: contain;
    height: 100%;
    display: block;
    width: 100%;
    float: left;
}

#headWrapper #logo.small {
    height: 80px;
}

#headWrapper #logo.small a {
    background: url("/static/img/logo_plain.png") no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
}

#naviWrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInSlow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInSlow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#homelogo {
    position: fixed;
    width: 700px;
    height: 203px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -120px;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
}

.teamBlock {
    clear: both;
    float: left;
    margin-bottom: 30px !important;
    width: 100% !important;
    padding-left: 8px !important;
}

.teamBlock .imageContainer {
    width: 141px !important;
    height: 141px !important;
    margin-right: 20px;
    padding: 0;
}

.teamBlock .imageContainer .fullWidthImageContainer {
    margin-bottom: 20px;
}

.teamBlock .imageContainer .fullWidthImageContainer img {
    height: 141px;
}

.teamBlock .textContainer {
    width: 302px !important;
    margin-right: 20px !important;
    padding: 0;
}

#navigation {
    margin-top: 10px;
    position: relative;
    vertical-align: bottom;
}

#navigation #navi {
    padding-left: 330px;
    background: #fff;
}

#navigation .box {
    width: 141px;
    min-height: 43px;
    margin-right: 20px;
    position: relative;
    font-family: 'regularregular';
    font-size: 22px;
    transition: height 0.3s;
    float: left;
}

#navigation .box a {
    width: 141px;
    height: 43px;
    background: #ac1f2d;
    color: #fff;
    display: block;
}

#navigation .box a span {
    position: absolute;
    bottom: 11px;
    left: 13px;
}

#navigation .box a.active {
    background: #000;
}

#navigation .box a {
    transition: all 0.4s;
    bottom: 0;
}

#navigation .box a:hover {
    background-color: #000000;
}

.home #naviWrapper {
    box-shadow: none;
}

.home #navigation {
    animation: fadeInSlow 2.5s;
    -webkit-animation: fadeInSlow 2.5s;
}

#contentContainer {
    padding-top: 180px;
    margin-bottom: 60px;
    animation: fadeIn 1.3s;
    -webkit-animation: fadeIn 1.3s;
}

#contentContainer h2.boxTitel {
    height: 141px;
    line-height: 141px;
    font-family: 'regularregular';
    font-weight: 600;
    font-size: 22px;
    float: left;
}

#contentContainer ul {
    font-size: 16px !important;
    list-style: none;
}

#contentContainer ul li {
    line-height: 1.3em;
}

#contentContainer ul li:before {
    height: 7px;
    width: 7px;
    margin-top: 7px;
    background: #ac1f2d;
    display: block;
    float: left;
    content: " ";
    color: #fff;
    margin-right: 10px;
}

#contentContainer .slides li:before {
    display: none;
}

#contentContainer table {
    border: none;
    width: 100%;
}

#contentContainer table tr {
    background: #fff;
}

#contentContainer table tr td {
    font-size: 1em;
    height: 1.3em;
    line-height: 1.3em;
    padding: 0;
    vertical-align: top;
}

.more {
    clear: both;
    float: left;
    overflow: hidden;
}

.more .defaultBox {
    transition: opacity 0.5s;
}

.more .defaultBox a {
    background: #000000;
}

.more .defaultBox a img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.more .defaultBox a span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    line-height: 1.25em;
}

.more .defaultBox a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.more .defaultBox a:hover span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#galleryWrapper {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
}

#popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 8;
}

#popup .content {
    height: 100%;
}

#popup .content .flexslider {
    height: 100%;
}

#popup .content .flexslider .slides {
    height: 100%;
}

#popup .content .flexslider .slides li {
    height: 100%;
}

#popup .title {
    position: fixed;
    width: 1100px;
    height: 50px;
    top: 0px;
    right: 50px;
}

#popup .title .text {
    position: absolute;
    top: 3px;
    right: 0;
    height: auto;
    width: 100%;
    text-align: right;
}

#popup .title .text h2,
#popup .title .text h3 {
    font-family: 'regularregular';
    font-weight: 600;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    line-height: 1em;
}

#popup .title .text h2 {
    font-size: 20px;
}

#popup .title .text h3 {
    font-size: 16px;
    font-weight: 400;
}

#popup #images {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 90%;
    background: transparent;
}

#popup .loadingImage {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    background: #ccc;
    background: url("/static/img/loader.gif") no-repeat center center;
    display: none;
    z-index: 7;
}

#popup .close {
    position: fixed;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 36px;
    text-align: center;
    background: url("/static/img/close.png") no-repeat;
    cursor: pointer;
    z-index: 9;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#popup .close:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#popup .description {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    z-index: 8;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    font-family: 'regularregular';
    line-height: 1.3em;
    font-size: 1em;
    padding: 20px;
}

#popup .description ul {
    list-style: none;
}

#popup .description ul li {
    margin-top: 1em;
}

#popup .description ul li:before {
    height: 7px;
    width: 7px;
    margin-top: 9px;
    background: #ac1f2d;
    display: block;
    float: left;
    content: " ";
    color: #fff;
    margin-right: 7px;
}

#popup.show {
    display: block;
    opacity: 1;
    z-index: 100;
}

.contact .text {
    width: 330px;
}

#overlay {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("/static/img/transparent.png") repeat;
    zoom: 1;
    display: none;
}

#overlay.show {
    display: block;
}

.mapTooltip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 10;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 160px;
    height: auto;
    color: #ffffff;
    background: #ac1f2d;
    font-family: 'regularregular';
    font-size: 17px;
    line-height: 1.3em;
    border: 1px solid #ac1f2d;
    padding: 10px;
    transition: opacity 0.4s;
}

.mapTooltip.show {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

#mapWrapper {
    position: relative;
    height: 500px;
}

#mapWrapper .close {
    position: absolute;
    right: 0;
    top: -25px;
    height: 25px;
    width: 25px;
    background: url("/static/img/close_small.png") no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    display: none;
    cursor: pointer;
    z-index: 4;
    transition: opacity 0.3s;
}

#mapWrapper .close:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

#mapWrapper .map {
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#mapWrapper .logo {
    position: absolute;
    z-index: 3;
    background: url("/static/img/logo_grey.png") no-repeat #d8d8d8;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.hidden {
    display: none;
}

.noOpa {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gm-style img {
    max-width: none;
}

.gm-style label {
    width: auto;
    display: inline;
}

body.redirect {
    overflow: hidden;
}

body.redirect #headWrapper {
    z-index: -1;
}

body.redirect #naviWrapper {
    z-index: -1;
}

.flex-direction-nav li:before {
    display: none !important;
}
