@font-face {
    font-family: 'VistaSansOT-Light';
    src: url('../Fonts/3221D0_0_0.eot');
    src: url('../Fonts/3221D0_0_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/3221D0_0_0.woff2') format('woff2'), url('../Fonts/3221D0_0_0.woff') format('woff'), url('../Fonts/3221D0_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'VistaSansOT-Reg';
    src: url('../Fonts/3221D0_1_0.eot');
    src: url('../Fonts/3221D0_1_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/3221D0_1_0.woff2') format('woff2'), url('../Fonts/3221D0_1_0.woff') format('woff'), url('../Fonts/3221D0_1_0.ttf') format('truetype');
}

/*
COLORS
dunkelblau: #1a2a4b
blau:     rgb(24,83,149)
rot:     #ea4b5f

*/
.fadeOut {
    opacity: 0.05;
    transition: opacity linear 300ms;
}
body {
    font-family: 'VistaSansOT-Light', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: rgb(87,87,87);
    background-color: #fff;
}
body:after {
    content: "global";
    display: none;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
strong, b {
    font-weight: normal;
    font-family: 'VistaSansOT-Reg';
}
img {
    max-width: 100%;
    height: auto;
}
.slick-header-slide img {
    width: 100%;
}
#top {
    background-color: #1a2a4b;
    height: 35px;
    line-height: 35px;
    color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 5px rgba(0,0,0,0.7);
    position: relative;
    z-index: 11;
}
header.header {
    background-color: rgba(255,255,255,1);
    position: relative;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 15px rgba(0,0,0,0.4);
}
.level-3 header.header {
    position: relative;
}
header.navbar-fixed-top {
    position: fixed !important;
    background-color: rgba(255,255,255,1);
}
header.header .logo {
    float: right;
    margin-left: 40px;
}
header.header + .bg-blue.subnav {
    margin-top: 58px;
}
.meta-nav {
    margin: 0;
    padding: 0;
}
.meta-nav li {
    display: inline-block;
    margin-right: 20px;
}
.meta-nav li a{
    color: #fff;
    font-size: 15px;
}
.navbar {
    margin-bottom: 0;
    border: 0;
    min-height: 40px;
    float: left;
}
.navbar-brand {
    float: right;
    padding: 11px 0 0 0;
    height: auto;
    line-height: 0px;
}
#page-1 .navbar-brand {
    display:none;
}
.navbar-brand img {
    max-width: 290px;
}
#navbar {
    padding: 0;
}
#navbar a {
    color: #1a2a4b;
}
#navbar > ul {
    padding: 0;
}
#navbar > ul.navbar-nav.nav::before,  #navbar > ul.navbar-nav.nav::after {
}
#navbar > ul > li {
    margin: 0;
    padding: 0;
}
#navbar > ul > li > a {
    font-family: 'VistaSansOT-Reg';
    text-transform: uppercase;
    margin: 0;
    padding: 14px 10px;
    display: inline-block;
    position: relative;
    font-size: 19px;
}
#navbar > ul > li.first > a {
    padding-left: 0;
}
#navbar > ul > li.last > a {
    padding-right: 0;
}
#navbar > ul > li > a:after {
    content: "|";
    position: absolute;
    right: -2px;
    top: -2px;
    line-height: 30px;
    display: block;
    padding:14px 0;
}
#navbar > ul > li:last-child > a:after {
    content: "";
}
#navbar > ul > li:hover > a,  #navbar > ul > li.active > a {
    color: #ea4b5f;
    background: none;
}
#navbar > ul > li:hover > ul.sublevel {
    display: block
}
#navbar > ul > li .toggle {
    display: none
}
#navbar ul.sublevel {
    display: none;
    position: absolute;
    list-style: none;
    text-align: left;
    background-color: rgba(255,255,255,1);
    z-index: 99999;
    padding: 15px 10px;
    min-width: 300px;
}
#navbar ul.sublevel > li {
    padding: 0;
}
#navbar ul.sublevel > li > a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 2px;
    position: relative;
    border-bottom: 1px solid rgb(126,141,143);
}
#navbar ul.sublevel > li:not(.parent):last-child a {
    border-bottom: 0;
}
#navbar ul.sublevel > li > a:hover, #navbar ul.sublevel > li.active > a {
    text-decoration: none;
    color: #ea4b5f;
}
#navbar ul.sublevel > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navbar ul.sublevel > li > ul > li {
    padding: 0;
    margin: 0;
}
#navbar ul.sublevel > li > ul > li > a {
    display: block;
    padding: 2px 0 2px 30px;
    border-bottom: 1px solid rgb(126,141,143);
    font-size: 16px;
}
#navbar ul.sublevel > li > ul > li:last-child > a {
    border-bottom: 0;
}
#navbar ul.sublevel > li > ul > li:hover, #navbar ul.sublevel > li > ul > li.active {
}
#navbar ul.sublevel > li > ul > li:hover > a, #navbar ul.sublevel > li > ul > li.active > a {
    text-decoration: none;
    color: #ea4b5f;
}
.affix {
    position: fixed;
    width: 100%;
    top: 58px;
    z-index: 9;
}
.subnav {
    list-style: none;
    padding: 25px 0 5px;
}
.subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.subnav ul >li {
    margin-bottom: 20px;
}
.subnav ul >li>span {
    display: table;
    height: 65px;
    width: 100%;
}
.subnav ul >li>span>a {
    display: table-cell;
    width: 100%;
    height: 65px;
    vertical-align: middle;
    background-color: rgb(244,245,246);
    color: #1a2a4b;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}
.subnav ul >li>span>a:hover, .subnav ul >li.active>span>a{
    background-color: #ea4b5f;
    color: #fff;
    text-decoration: none;
}

.sub-subnav ul {
    list-style: none;
}
.content .sub-subnav>ul>li {
    padding-left: 0;
}
.content .sub-subnav>ul>li:before {
    display: none;
}
.sub-subnav>ul>li>a {
    display: block;
    background-color: #1a2a4b;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.sub-subnav>ul>li>a:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.sub-subnav>ul>li>a:hover,
.sub-subnav>ul>li.active>a {
    text-decoration: none;
    background-color: #ea4b5f;
}
.bg-blue {
    background-color: #1a2a4b;
    color: #fff;
}
.header-slide {
    width: 100%;
}
.header-image {
    position: relative;
}
.overlay-wrapper {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 100%;
}
.header-image .overlay{
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}
.header-image .overlay .head{
    display: block;
    font-size: 38px;
    line-height: 46px;
    text-transform: uppercase;
    color: #ea4b5f;
}
.header-image .overlay .body{
    display: block;
    font-size: 22px;
    line-height: 26px;
}
.header-image img {
    width: 100%;
}
img {
    height: auto;
}
.img-responsive, .responsive-image {
    display: block;
    width: 100%;
}
.content {
    padding: 50px 0;
}
#page-1 .content {
    min-height: 0;
    padding: 50px 0 40px;
}
.content.no-margin {
    padding: 50px 0 0;
}
.content h2 + h3 {
    margin-top: -20px
}
.content p {
    padding: 0;
    margin: 0 0 20px;
}
h1, .h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px;
    text-transform: uppercase;
    position: relative;
    color: #ea4b5f;
}
h2, .h2, .h2border {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    color: rgb(126,141,143);
}/*
.h2border a {
  color: rgb(126,141,143) !important;
}
h2.news-title {
  color: #1a2a4b;
}*/
.content .h2border {
    font-size: 28px;
    border-top: 1px solid rgb(126,141,143);
    border-bottom: 1px solid rgb(126,141,143);
    padding: 10px 0;
}
h3 {
    font-family: 'VistaSansOT-Reg';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    position: relative;
    color: #ea4b5f;
}
.content .panel-heading h3 {
    font-family: 'VistaSansOT-Light';
    text-transform: uppercase;
    padding-left: 35px;
}
.content a {
    color: rgb(24,83,149);
}
.content .align-right {
    text-align: right;
}
.content p+ul {
    margin-top: -20px;
}
.sidebar-box {
    padding-bottom: 15px;
}
.ce-gallery {
    margin-bottom: 20px;
}
.ce-textpic.ce-right .ce-media {
    text-align: right;
}
.ce-textpic.ce-right .ce-media img {
    width: 100%;
}
#c99 .ce-textpic.ce-right .ce-media img {
    width: auto;
}
.box {
    background-color: #fff;
    border-top: 3px solid #1a2a4b;
    position: relative;
}
.box .inner {
    padding: 20px;
    line-height: 23px;
    min-height: 340px
}
.box .inner img {
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.1);
}
.box .more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 40px 1px 0;
    font-size: 16px;
}
.ce-row {
    margin-bottom: 20px;
}
.box .more:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #ea4b5f;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.news-teaser {
    border-top: 1px solid #1a2a4b;
    padding-top: 10px;
    margin-top: 30px;
}
.news .news-list-date,
.news-detail time {
    font-family: 'VistaSansOT-Reg';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    position: relative;
    color: #ea4b5f;
    text-transform: uppercase;
}
.news h3 a {
    color:rgb(87,87,87);
    text-transform: uppercase;
}
.news h3 time {
    display:inline-block;
    margin-right: 20px;
}
.news-description {
    min-height: 193px;
}
.news .mediaelement-image img {
    width: 100%;
    margin-bottom: 30px;
}
h3.news-title {
    color: rgb(87,87,87);
}
.lead {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}
.content header {
    margin: 0 0 30px 0;
}
.bg-gray {
    background-color: rgb(184,194,196);
    padding: 25px 0 30px 0;
}
#page-1 .bg-gray {
    margin: 0 0 50px;
}
.bg-gray-light {
    background-color: rgb(228,233,234);
    padding: 35px 0 30px 0;
}
div.layout-1 {
    padding-left: 35px;
    position: relative;
}
div.layout-1:before {
    content: ' ';
    width: 21px;
    height: 20px;
    position: absolute;
    left: 0;
    background-color: #1a2a4b;
    top: 7px;
}
div.layout-1:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    left: 5px;
    top: 10px;
}
.content header.with-date {
    margin: 0 0 15px 0;
}
.content header.with-date time {
    display: inline-block;
    font-family: 'VistaSansOT-Reg';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0 20px 0 0;
    position: relative;
    color: #ea4b5f;
}
.content header.with-date h3 {
    display: inline-block;
    color: rgb(126,141,143);
}
.content ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.content ul>li {
    padding: 0 0 0 25px;
    position: relative;
}
.content ul>li ul {
    margin-left: -25px;
}
.content ul>li ul>li {
    border-bottom: 0;
    padding: 1px 0 1px 25px;
}
.content ul>li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #1a2a4b;
    line-height: 25px;
}
.content .nav-panel ul>li:before {
    top: 5px;
}
.content ul>li ul>li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #1a2a4b;
}
.content ul>li:last-child {
    border-bottom: 0;
}
.content ul.specialList>li {
    padding-right: 200px;
}
.content ul.specialList>li a {
    position: absolute;
    right: 0;
    top: 6px;
}
.content ul.download-list>li:before {
    content: "";
    display: none;
}
.content ul.download-list>li ul>li {
    border-bottom: 0;
    padding: 10px 200px 10px 25px;
    margin-left: 25px;
    font-size: 17px;
    line-height: 26px;
}
.content ul.download-list>li ul>li a {
    position: absolute;
    right: 0;
    top: 6px;
}
.content ul.download-list>li ul>li:before {
    content: ".";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 30px;
}
figcaption {
    margin: 10px 0 20px;
    font-size: 13px;
    line-height: 20px;
}
#page-1 figcaption {
    font-size: 17px;
}

#c1239,
.box-red {
    background-color: #ea4b5f;
    height: 350px;
    position: relative;
}
#c1239 p,
.box-red .text {
    color: #fff;
    font-size: 33px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 36px;
}
#c1239 p {
    bottom: 0;
}

.cbQuickGoogleMap {
    margin-bottom: 15px;
}
table {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px 0;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
table > tbody > tr {
    border-top: 1px solid rgb(126,141,143);
}

table.head-left th{
    color: #ea4b5f;
    padding-right: 25px;
    font-family: 'VistaSansOT-Reg';
    vertical-align: top;
}
table.head-top thead {
    background-color: rgb(184,194,196);
    font-family: 'VistaSansOT-Reg';
}
table.head-top th, table.head-top td{
    text-align: center;
}
table.table-logo th, table.table-logo td{
    vertical-align: middle;
}
table.download th {
    font-family: 'VistaSansOT-Reg';
    vertical-align: top;
}
table.download td a {
    display: block;
    position: relative;
    padding-right: 20px;
}
table.download td a:after {
    content: ' ';
    position: absolute;
    right: 0;
    height: 19px;
    width: 17px;
    background: url(../Images/Download_PDF_icon.svg) no-repeat;
    background-size: contain;
}
.content table > tbody > tr > td > ul{
    margin-bottom: 0;
}
.content hr {
    border: 0;
    border-bottom: 1px solid rgb(87,87,87);
    margin: 0 0 15px;
    background: none;
    height:1px;
}
a.button {
    display: inline-block;
    border: 0;
    color: #fff;
    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
}
a.button:hover {
    text-decoration: none;
}
.panel {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    border: 0;
    position:relative;
}
.panel-title {
    line-height: 27px;
}
.panel-title>a {
    display: block;
}
.accordion .panel-default {
    margin-bottom: 15px;
}
.accordion .panel-default>.panel-heading {
    padding: 0;
}
.accordion .panel-body {
    padding: 20px 0;
}
.accordion .panel-default>.panel-heading a:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.accordion .panel-default>.panel-heading .panel-title>a {
    color: #fff;
    text-decoration: none !important;
    position: relative;
    background-color: #1a2a4b;
    padding: 10px 15px;
}
.accordion .panel-default>.panel-heading:hover .panel-title>a,
.accordion .panel-default>.panel-heading.active .panel-title>a {
    background-color: #ea4b5f;
}
.accordion .panel-title>a:before {
    content: "mehr";
    position: absolute;
    right: 50px;
    font-size: 17px;
    bottom: 10px;
}
.accordion .panel-heading.active .panel-title>a:before {
    content: "weniger";
}
.nav-panel {
    background-color: rgb(228,233,234);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.nav-panel .panel-heading {
    background-color: rgb(228,233,234);
    border: 0;
    border-radius: 0;
    border-top: 3px solid #1a2a4b;
}
.panel-default.nav-panel>.panel-heading {
    background-color: transparent;
}
.icon-before {
    position: relative;
    padding-left: 35px;
}
.panel-default.nav-panel>.panel-heading h3:before,
.icon-before:before {
    content: ' ';
    width: 21px;
    height: 20px;
    position: absolute;
    left: 0;
    background-color: #1a2a4b;
    top: 2px;
}
.panel-default.nav-panel>.panel-heading h3:after,
.icon-before:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    left: 5px;
    top: 5px;
}
.nav-panel > .panel-body {
    padding: 0 0 15px 0;
}
.content .nav-panel ul {
    margin-bottom: 0;
}
.nav-panel > .panel-body li {
    color: #1a2a4b;
    border-bottom: 1px solid #fff;
    padding: 5px 35px;
}
.nav-panel > .panel-body li a:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-bottom: 13px solid #ea4b5f;
    position: absolute;
    right: 20px;
    top: 11px;
}
.content .nav-panel ul>li:before {
    left: 15px;
}
.btn-category {
    display: table;
    width: 100%;
    height: 80px;
    padding: 0;
    margin: 0 0 20px;
}
#page-1 .btn-category {
    margin: 0 0 10px;
}
#page-1 .referenzen {
    padding-bottom: 90px;
}
#page-1 .referenz-slider-wrapper {
    border-bottom: 1px solid rgb(87,87,87);
    margin-bottom: 30px;
}
.bg-slider {
    background-color: rgb(228,233,234);
}

/*dorbetor start*/
.slick-track {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.slick-slide {
    height: inherit;
}

#slickid-1240 {
    max-width: 100vw;
    width: 100%;
}

#slickid-1240 .slick-slide {
    /*height: auto;*/
    height: 114px;
    position: relative;
}
#slickid-1240 .slick-slide > div {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.leaflet-top,
.leaflet-bottom {
    position: relative !important;
    z-index: 999 !important;
}

.ce-column.col-md-12,
.ce-column.col-md-3,
.ce-column.col-md-4,
.ce-column.col-md-6 {
    margin-right: 0 !important;
}

/*dorbetor end*/

/*.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    left: -50px;
    background: none;
    background-color: #999;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-indent: -9999px;
    border: 0;
}
.slick-prev:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    left: 6px;
    top: 3px;
}
.slick-next:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    left: 11px;
    top: 3px;
}
.slick-next {
    left: auto;
    right: -50px;
}*/
.btn-category>a {
    background-color: #1a2a4b;
    display: table-cell;
    width: 100%;
    height: 80px;
    vertical-align: middle;
    color: #fff;
    position: relative;
    text-align: left;
    padding-left: 80px;
    font-size: 20px;
    line-height: 22px;
}
.btn-category>a:hover,
.btn-category.active>a {
    background-color: #ea4b5f;
    text-decoration: none;
}
.btn-category .icon {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #0089cf;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}
.btn-category>a:hover .icon,
.btn-category.active>a .icon {
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-special {
    background-color: #ea4b5f;
    color: #fff !important;
    text-decoration: none;
    min-width: 25%;
    text-align: center;
    padding: 10px 15px;
    margin: 30px 0;
    border-radius: 0;
}
.btn-special:hover {
    background-color:#1a2a4b
}
.teaser-item {
    margin-bottom: 20px;
    overflow: hidden;
}
.teaser-item a {
    display: block;
    position: relative;
    height: 160px;
}
.teaser-item img {
    width: auto;
    height: 160px;
}
@media (min-width: 1200px) {
    .teaser-item img {
        min-width: 262px !important;
    }
}
.teaser-item .overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.85);
    padding: 0 20px;
    font-size: 20px;
    line-height: 22px;
    color: rgb(87,87,87);
    height: 0px;
    overflow: hidden;
    transition: all ease-in-out 100ms;
}
.teaser-item:hover .overlay {
    height: 80px;
    padding: 10px 20px;
    transition: all ease-in-out 100ms;
}
.content.referenzen {
    padding: 30px 0 0;
}
.content .ref-text ul>li {
    padding: 3px 0 3px 25px;
}
.content .ref-text ul>li:before {
    top: 3px;
}
.container.categorys {
    padding-bottom: 40px;
}
.teaser-referenzen {
    margin-top: 50px;
    margin-bottom: 10px;
}
.tx-glr-referenzen #accordion .panel-default {
    background-color: rgb(244,245,246);
    margin-bottom: 0;
    padding: 20px 0;
}
.tx-glr-referenzen #accordion .panel-heading {
    padding: 10px 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.tx-glr-referenzen #accordion .panel-default.odd {
    background-color: rgb(228,233,234);
}
.ref-info img {
    margin-bottom: 20px;
}
.content .ref-info p {
    margin-bottom: 0;
    line-height: 24px;
}
.content .ref-info strong {
    color: rgb(24,83,149);
}
.content .ref-info hr {
    margin: 10px 0;
}
#search-icon {
    display: block;
    background: url(../Images/search.svg) center no-repeat;
    background-size: 60%;
    float: right;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
#search {
    padding: 20px 0;
    background-color: #eee;
    display: none;
}
.search-form .form-control {
    border: 0;
    font-size: 2rem;
    color: #b3071b;
    padding: 1rem 1.5rem;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.content .search-form .form-control {
    background-color: #eee;
}
.search-form .btn {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url(../Images/search.svg) 20px center #ea4b5f no-repeat;
    color: #fff;
}
.search-form .btn:hover {
    background-color: #1a2a4b;
}
.search-form .col-sm-8 {
    padding-right: 0;
}
.search-form .col-sm-4 {
    padding-left: 0;
}
.content ul.tx-indexedsearch-browsebox {
    list-style: none;
}
.content ul.tx-indexedsearch-browsebox li {
    display: inline-block;
    padding: 0;
    margin-right: 20px;
}
.content ul.tx-indexedsearch-browsebox li:before {
    display: none;
}
.content ul.tx-indexedsearch-browsebox li a{
    display: block;
    background-color: #ea4b5f;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 10px 40px;
    margin: 10px 0;
    border-radius: 0;
}
.content ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{
    background-color: #1a2a4b;
}
@media (min-width: 992px) {
    .meta-nav + li>a {
        padding-left: 0 !important;
    }
}
footer {
    background-color: #1a2a4b;
    padding: 50px 0 20px;
    min-height: 200px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
footer a {
    color: #fff;
}
footer hr {
    margin: 0 0 10px;
}
footer a:hover, footer a:active, footer a:focus {
    color: #fff;
}
footer .header {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,1);
    margin-bottom: 15px;
    padding-bottom: 7px;
    height: 30px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul.footer-meta {
    border-bottom: 1px solid rgba(255,255,255,1);
    margin-bottom: 20px;
    padding-bottom: 15px;
}
footer ul > li {
    position: relative;
}
footer ul.footer-meta > li {
    position: relative;
    display: inline-block;
    padding-left: 0;
    border-bottom: 0;
    text-transform: uppercase;
}
footer ul.footer-meta > li:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}
footer ul.footer-meta > li:last-child:after {
    display: none;
}
footer ul > li > ul > li {
    position: relative;
    padding-left: 10px;
    border-bottom: 0;
}
.footernav ul > li > ul > li:before {
    position: absolute;
    content: '-';
    float: left;
    left: 0;
    top: -1px;
    font-size: 14px;
}
.footernav ul>li>a {
    padding: 3px 0 1px;
    display: block;
    word-wrap:break-word;
}
.footer-link {
    font-family: 'VistaSansOT-Reg';
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    border-top: 1px solid #fff;
}
.footer-link.last {
    margin: 0;
    border-bottom: 1px solid #fff;
}

.SmClass {float:left;}


.leaflet-popup-content {
    font-size: 12px !important;
}   
@media (max-width: 1199px) {
    .navbar-brand img {
        max-width: 230px;
    }
    #navbar > ul > li > a {
        padding: 14px 8px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    body:after {
        content: "sm";
    }

    #top {
        display: none;
    }

    header .container {
        width: 100%;
        padding: 0;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-brand img {
        padding: 7px 0;
        margin-left: 15px;
    }

    .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar {
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        position: relative;
        width: 100%;
        z-index: 99999;
    }

    #navbar {
        position: absolute;
        width: 100%;
        top: 43px;
    }

    #navbar > ul > li > a:after {
        content: "";
    }

    .nav-bg {
        background: none;
    }

    .nav-bg .container {
        margin: 0;
        padding: 0;
    }

    .navbar-toggle {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 10px 20px;
        z-index: 99999;
    }

    .navbar-toggle .icon-bar {
        background-color: #666;
    }

    .container > .navbar-collapse {
        margin: 25px 0 0 0;
    }

    #navbar > ul {
        display: block;
        background-color: #fff;
    }

    #navbar ul.sublevel {
        position: relative;
    }

    ul.sublevel {
        display: none;
        position: relative;
        padding-top: 0;
    }

    ul.sublevel > li {
        margin: 0;
        padding: 0;
        border: none;
        padding-right: 0;
    }

    #navbar > ul > li > a, ul.sublevel > li > a {
        color: #fff;
        background-color: #1a2a4b;
        margin: 5px 0;
        padding: 0 15px;
        text-align: left;
        display: block;
        height: 46px;
        border: 0;
        line-height: 46px;
    }

    #navbar > ul > li {
        float: none;
        height: auto;
    }

    #navbar > ul > li .toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        text-align: center;
        height: 46px;
        background-color: #1a2a4b;
        margin-right: 0;
        z-index: 9999;
        border-left: 5px solid #fff;
    }

    #navbar > ul > li .toggle:after {
        content: '+';
        display: block;
        font-weight: bold;
        color: #fff;
        font-size: 44px;
        position: absolute;
        right: 0;
        top: 0;
        width: 46px;
        text-align: center;
        height: 46px;
        line-height: 46px;
        z-index: 1010;
    }

    #navbar > ul > li .toggle.open:after {
        content: '‒';
        font-size: 32px;
    }

    #navbar > ul > li:hover > a {
        background-color: #1a2a4b;
        border-top: 0;
        color: #fff;
    }

    #navbar > ul > li:hover > ul.sublevel {
        display: none
    }

    #navbar > ul > li.open > ul.sublevel {
        display: block;
        background-color: rgb(236, 236, 236);
        padding: 0;
    }

    #navbar > ul > li.active > a, #navbar > ul > li.active li.active > a, #navbar > ul > li.active .toggle {
        background-color: #1a2a4b;
        color: #fff;
        border-top: 0;
    }

    #navbar > ul > li.open > a, #navbar > ul > li.open .toggle {
        background-color: #ea4b5f;
        color: #fff;
        border-top: 0;
    }

    #navbar > ul > li.open li.active > a {
        background-color: rgb(236, 236, 236);
        color: #1a2a4b;
        border-top: 0;
    }

    #navbar ul.sublevel > li > a {
        padding: 5px 0 5px 15px;
        color: #1a2a4b;
    }

    ul.sublevel > li.parent > a:after {
        border-top: 10px solid #1a2a4b;
        top: auto;
        right: 13px;
    }

    ul.sublevel > li > a {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        padding: 5px 46px 5px 35px;
        height: auto;
        background-color: rgb(228, 233, 234);
        color: #1a2a4b;
    }

    ul.sublevel > li > ul {
        margin: 0 0 0 35px;
        padding: 5px 0;
        background-color: transparent;
    }

    ul.sublevel > li > ul > li {
        background-color: #fff;
        border-bottom: 1px dashed rgb(195, 210, 218);
        padding: 0 5px;
        margin: 0;
    }

    ul.sublevel > li > ul > li:last-child {
        border-bottom: 0;
    }

    #navbar > ul > li:first-child > ul.sublevel {
        min-width: 0;
    }

    #navbar > ul > li:hover > a:after, #navbar > ul > li.active > a:after {
        content: '';
        display: none;
    }

    #navbar ul.sublevel > li > ul > li > a {
        color: #1a2a4b;
        padding: 5px 0 5px 30px;
        border: 0;
    }

    .meta-nav {
        background-color: rgb(24, 83, 149);
        padding: 10px 20px;
    }

    .meta-nav li {
        margin-right: 0;
    }

    .meta-nav li:after {
        content: "|";
        color: #fff;
        padding: 0 10px;
    }

    .meta-nav li:first-child {
        display: none;
    }

    .meta-nav li:last-child:after {
        content: "";
    }

    #navbar a {
        color: #fff;
    }

    .box {
        margin-bottom: 30px;
    }

    .content .news-list hr {
        margin-top: 15px;
    }

    .box-red {
        height: 115px;
    }

    .teaser-item {
        min-height: 246px;
    }

    .teaser-item img {
        min-width: 0 !important;
        max-width: 100%;
    }

    .teaser-item .overlay {
        display: block;
        height: auto;
        padding: 10px;
        position: relative;
        font-size: 18px;
        min-height: 86px;
    }

    .teaser-item:hover .overlay {
        padding: 10px;
        height: auto;
    }

    .sub-subnav {
        margin-top: -20px;
    }

    #page-1 > .content > .container > .row > .col-md-4,
    #page-1 .teaser.bg-gray {
        display: none;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }
}
    @media (max-width: 767px) {
        body:after {
            content: "xs";
        }

        .footernav {
            display: none;
        }

        body {
            font-size: 16px;
            line-height: 22px;
            word-wrap: break-word;
        }

        img {
            width: 100%;
            max-width: none;
            height: auto;
        }

        footer img {
            width: auto;
        }

        h1 > br {
            display: none;
        }

        h1, .h1 {
            font-size: 28px;
            line-height: 30px;
        }

        h2, .h2 {
            font-size: 24px;
            line-height: 28px;
        }

        .content .lead {
            font-size: 20px;
            line-height: 26px;
        }

        .align-right {
            text-align: left;
        }

        footer ul.footer-meta {
            text-align: center;
        }

        footer {
            padding: 20px 0;
            min-height: 0;
        }

        footer ul.footer-meta {
            border-bottom: 0;
        }

        .content {
            padding-bottom: 0;
        }

        .content.no-margin {
            padding-top: 50px;
        }

        .accBody .logo {
            padding-bottom: 25px;
        }

        .slick-dots {
            display: none !important;
        }

        header.header {
            position: relative;
        }

        .level-2 .content, .level-3 .content {
            padding-top: 30px;
        }

        .level-2 .header-image {
            display: none;
        }

        .bg-blue.subnav {
            padding-top: 15px;
        }

        header.header + .bg-blue.subnav {
            margin-top: 0;
        }

        .subnav ul > li {
            margin-bottom: 10px;
        }

        .subnav ul > li > span {
            display: inline;
        }

        .subnav ul > li > span a, .subnav ul > li > span li a {
            display: block;
            height: auto;
            padding: 10px 0 10px 20px;
            text-align: left;
        }

        .subnav ul > li > span li {
            margin-bottom: 1px
        }

        .subnav ul > li > span ul {
            margin-top: 0
        }

        .subnav ul > li > span li a {
            background-color: #fff;
            padding: 5px 0 5px 40px;
            color: #1a2a4b;
        }

        .head-left th, .head-left td,
        .download th, .download td {
            display: block;
        }

        .head-left th, .download th {
            font-size: 18px;
        }

        .table-logo img {
            max-width: 90%;
        }

        .news-description {
            min-height: 0;
        }

        .content header {
            margin-bottom: 0;
        }

        #page-1 .ce-media img {
            width: auto;
        }

        #page-1 .referenzen {
            padding-bottom: 30px;
        }

        .btn-category {
            height: 60px;
        }

        .btn-category > a {
            padding-left: 60px;
            height: 60px;
        }

        .btn-category .icon {
            width: 40px;
            height: 40px;
            border-radius: 3px;
        }

        .btn-category .name {
            font-size: 18px;
        }

        .news-image {
            margin-bottom: 25px;
        }

        .news h3 time {
            display: block;
        }

        .news-backlink-wrap {
            margin-bottom: 30px;
        }

        .teaser-item {
            width: 50%;
            float: left;
            min-height: 270px;
        }

        .teaser-item a {
            height: auto;
        }

        .teaser-item img {
            width: 100%;
            height: auto;
        }

        .box-red .text {
            font-size: 33px;
            position: relative;
            bottom: auto;
            left: auto;
            line-height: 36px;
            padding: 20px;
            display: block;
        }

        footer {
            font-size: 12px;
        }

        .bg-blue.subnav, .sub-subnav {
            display: none;
        }

        .breadcrumb {
            list-style: none;
            margin: 10px 0 -15px 0;
            padding: 0;
        }

        .breadcrumb li {
            display: inline-block;
            font-size: 12px;
        }

        .breadcrumb li:after {
            content: ">";
            display: inline-block;
            padding: 0 5px;
        }

        .breadcrumb li:last-child:after {
            content: "";
        }
    }
    @media (max-width: 560px) {
        .teaser-item {
            width: 100%;
            min-height: 0;
        }

        .teaser-item .overlay {
            min-height: 0;
        }
    }
    @media (max-width: 479px) {
        .accordion .panel-title > a:after {
            display: none
        }

        .box-red .text {
            font-size: 28px;
        }

        #page-1 .ce-media img {
            max-width: 100%;
        }

        .list-categorys {
            width: 100%
        }

        .btn-category {
            margin: 0 0 10px;
        }

        .container.categorys {
            display: none
        }

        .accordion {
            margin-bottom: 20px;
        }

        .accordion .panel-default {
            margin-bottom: 7px !important;
        }

        .accordion .panel-default > .panel-heading .panel-title > a {
            padding-right: 50px;
        }

        .accordion .panel-title > a:before {
            right: 10px;
            font-size: 14px;
        }

        .accordion .panel-title > a:before {
            content: "+";
            font-size: 40px;
        }

        .accordion .panel-heading.active .panel-title > a:before {
            content: "‒";
            font-size: 30px;
        }
    }
    @media (max-width: 330px) {
        .navbar-brand img {
            max-width: 70%;
        }

        .box-red .text {
            font-size: 24px;
        }
    }
