@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');

html {
    -webkit-text-size-adjust:100%;
}

.preload * {
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
}

html, body, p, a {
    font-size:1.05rem;
    font-family:'Open Sans Condensed', sans-serif;
    font-weight:300;
    text-decoration:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:160%;
    color:#333;
}

strong {
    font-weight:700;
}

a:hover {
    text-decoration:none;
}

p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.card-body a,
p a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
.card-body a:hover{
    text-decoration:underline;
    font-size:inherit;
    color:inherit;
    font-weight:inherit;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right:7px;
    padding-left:7px;
}

.invisible:not(:focus) {
    position:absolute;
    height:1px;
    width:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    clip-path:inset(100%);
    white-space:nowrap;
}

ol, p, pre, ul {
    margin:10px 0 10px 0;
}

ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}
ol:not(.carousel-indicators) li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
ol:not(.carousel-indicators) li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1rem;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background-color:rgba(170,39,47,1);
    border-radius: 50%;
    text-align: center;
}

.ul-standard {
    list-style: none;
    padding-left: 40px;
}
.ul-standard li {
    position: relative;
    margin: 0 0 0.5rem 0;
}
.ul-standard li::before {
    position: absolute;
    left:-40px;
    font-family: "Font Awesome 5 Pro";
    margin-right:10px;
    font-size:20px;
    font-weight:700;
    content: "\f138";
    color:rgba(199,10,41,1);
}

.ul-check {
    list-style: none;
    padding-left: 40px;
}
.ul-check li {
    position: relative;
    margin: 0 0 0.5rem 0;
}
.ul-check li::before {
    position: absolute;
    left:-40px;
    font-family: "Font Awesome 5 Pro";
    margin-right:10px;
    font-size:20px;
    font-weight:700;
    content: "\f00c";
    color:rgba(255,255,255,1);
}

svg {
    vertical-align:middle;
}
.margin-top {
    margin-top:20px!important;
}

.margin-bottom {
    margin-bottom:20px!important;
}

.margin-small {
    margin-top:10px!important;
    margin-bottom:10px!important;
}

.top-padding {
    padding-top:77px;
}

.white {
    color:#fff !important;
}

.fal, .fas {
    font-size:16px;
}

.fab {
    font-size:20px;
}

.fa-times {
    font-size:30px;
}

.fa-list {
    font-size:20px;
    color:white;
    margin-top:3px;
}

.section {
    position:relative;
}

.section-header {
    background:#1f272b;
}

.section-navigation {
    background:#1f272b;
    border-top:solid 1px rgba(255,255,255,0.5);
}

.sticky {
    position:fixed;
    z-index:500;
    width:100%;
}

.header-container::after, .header-container::before {
    content:"";
    display:table;
}

.header-row-first {
    display:flex;
    display:-ms-flexbox;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    align-items:center;
    -ms-flex-align:center;
    margin:0;
    padding:0;
    list-style:none;
    margin-right:-15px;
    margin-left:-15px;
    height:60px;
    border-bottom: solid 1px #87a4b6;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(31,39,43,1) 100%);
}

.header-bullets {
    float:left;
    color:#96a6ac;
}

.header-bullets span {
    padding-left: 15px;
    padding-right: 30px;
    font-size: 15px;
}

.header-row {
    display:flex;
    display:-ms-flexbox;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    align-items:center;
    -ms-flex-align:center;
    margin:0;
    padding:0;
    list-style:none;
    margin-right:-15px;
    margin-left:-15px;
    height:77px;
}

.section-header .header-row .container .row {
    display:flex;
    display:-ms-flexbox;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
}

.flex-row {
    display:flex;
    display:-ms-flexbox;
    flex-direction:row;
}

.logo {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
}

.logo img {
    max-width:250px;
    width:100%;
    height:auto;
    box-sizing:border-box;
    vertical-align:middle;
}

.footer-logo img {
    max-width:200px;
    width:100%;
    height:auto;
}

.footer-logo {
    display:flex;
    display:-ms-flexbox;
    padding-top:12px;
}

.container {
    width:100%;
    box-sizing:border-box;
    max-width:1145px;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}

.main-menu {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    align-self:flex-end;
}

.menu-toggle {
    z-index:70;
}

.icon-button {
    color:#ffffff !important;
    cursor:pointer;
    width:38px;
    height:38px;
    margin-left:10px;
    -webkit-transition:background-color 200ms ease-out 0s;
    -moz-transition:background-color 200ms ease-out 0s;
    -o-transition:background-color 200ms ease-out 0s;
    transition:background-color 200ms ease-out 0s;
    vertical-align:middle;
    display:inline-flex;
    justify-content:center;
    -ms-flex-pack:center;
    align-items:center;
    -ms-flex-align:center;
    border-radius:50%;
    border:0;
    background-color:rgba(135,164,182,1);
}

.icon-button:hover {
    background-color:rgba(135,164,182,1);
}

button:focus {outline:0;}

.dropdown-toggle::after {
    display:none;
}

.navbar {
    display:flex;
    display:-ms-flexbox;
    align-self:flex-end;
    padding:0;
    color:#ffffff !important;
    width:100%;
}

.nav-logo {
    padding-right:25px;
}

@media (max-width:1099px) {
    .navbar-expand-lg .nav-logo {
        width: 175px;
        overflow: hidden;
        margin-right: 80px;
    }
}

.navbar-center {
    margin:0 auto;
    width:100%;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    align-items:center;
    -ms-flex-align:center;
}

.navbar-red > li > a {
    padding:0 25px;
    color:white;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding:0 25px;
    color:white;
    line-height:60px;
    margin-top:17px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    position:relative;
    background:#f2f5f7;
    color:#c70a29;
}

.navbar-nav .dropdown-menu {
    margin:0;
    border-radius:0;
    font-size:.875rem;
    background-color:#f2f5f7;
    width:100%;
    padding:25px 20px;
    border:0;
    right:auto;
    text-align:center;
    justify-content:center;
    -ms-flex-pack:center;
}

.dropdown {
    position:static;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color:rgba(199,10,41,1);
    background-color:transparent;
}

.dropdown-submenu {
    display:flex;
    display:-ms-flexbox;
    flex-direction:row;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    list-style:none;
    padding:0;
    margin:0;
}

.submenu-links {
    list-style:none;
    padding:0;
    text-align:left;
}

.submenu-link span {
    display:block;
}

.submenu-title {
    color:#7d9aaa;
    font-weight:700;
    font-size:18px;
}

.submenu-item {
    min-width:200px;
    text-align:left;
    padding:0 15px;
    width:25%;
    flex-grow:1;
    max-width:240px;
}

.submenu-link {
    min-width:200px;
    text-align:left;
    color:#000;
    padding-bottom:15px;
}

.submenu-title:hover,
.submenu-link:hover {
    color:rgba(199,10,41,1);
}

.submenu-navlink {
    font-weight:700;
    font-size:14px;
}

.submenu-description {
    font-weight: 300;
    font-size: 0.85rem;
    line-height: 1.2rem;
}

.section-subpageheader {
    overflow:hidden;
}

.section-subpageheader > img {
    width:100%;
    height:auto;
}

.section-subpageheader > div {
    position:absolute;
    width:100%;
    bottom:0;
}

.section-subpageheader a {
    color:#fff;
    text-decoration:none;
    padding-bottom: 6px;
    border-bottom:solid 1px #fff;
}

.section-subpageheader h1,
.section-subpageheader h2,
.section-subpageheader h3,
.section-subpageheader h4,
.section-subpageheader h5 {
    color:#fff;
}


/*************  Buttons  ************/

.btn {
    background-color:rgba(170,39,47,1);
    color:#ffffff !important;
    display:inline-block;
    padding:2px 20px 2px 20px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:none;
    text-transform:none;
    font-size:0.9rem;
    line-height:38px !important;
    text-align:center;
    vertical-align:middle;
    overflow:visible;
    font:inherit;
    box-sizing:border-box;
    text-decoration:none !important;
    margin:15px 0;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
    background-color:#b4c6d1 !important;
    border-color:transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    padding:2px 20px 2px 20px;
}

.btn::before {
    font-family: "Font Awesome 5 Pro";
    margin-right:10px;
    font-size:16px;
}

.btn-primary::before {
    content: "\f054";
}

.btn-pdf::before {
    content: "\f1c1";
    font-weight:700;
}

.btn-word::before {
    content: "\f1c2";
    font-weight:700;
}

.btn-file::before {
    content: "\f15b";
    font-weight:700;
}

.btn-link::before {
    content: "\f35d";
}

.btn-mail::before {
    content: "\f0e0";
    font-weight:700;
}

.btn-back::before {
    content: "\f053";
}


.btn-secondary {
    border:0 none;
    text-transform:none;
    font-size:0.9rem;
    display:inline-block;
    box-sizing:border-box;
    padding:0 30px;
    vertical-align:middle;
    border-radius:0;
    overflow:visible;
    line-height:38px;
    text-align:center;
    text-decoration:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-color:rgba(125,154,170,1);
}

.btn-secondary:hover {
    background-color:rgba(190,204,212,1);
}

.btn-blank {
    border:1px solid #fff;
    font-size:0.9rem;
    font-weight:700;
    padding:0 30px;
    border-radius:0;
    line-height:38px;
    color:#fff;
    -webkit-appearance:none;
    -moz-appearance:none;
    background:transparent;
}

.btn-blank:hover {
    font-size:0.9rem;
    background:#fff;
    font-weight:700;
    color:#2b3436 !important;
}

.btn-grey {
    font-size:0.9rem;
    font-weight:700;
    background-color:#2b3436;
    margin:0;
}

.btn-grey:hover {
    font-size:0.9rem;
    background:rgba(170,39,47,1);
    font-weight:700;
    color:#fff !important;
}

.mobile-menu-close .fas {
    font-size:16px;
}

.mobile-menu-close:hover {
    opacity:1;
}

.hamburger-menu {
    z-index:100;
}

.hamburger-menu:not(.collapsed) {
    display:none;
}

.hidden {
    display:none;
}

legend {
    display:none !important;
}

.text-small a {
    font-size:0.75rem;
    line-height:1.5;
    margin-bottom:0!important;
    text-decoration:none;
    color:#999;
    -webkit-transition:all 200ms ease-out 0s;
    -moz-transition:all 200ms ease-out 0s;
    -o-transition:all 200ms ease-out 0s;
    transition:all 200ms ease-out 0s;
}

.text-small a:hover {
    text-decoration:none;
    color:#666;
}

.carousel-inner {
    height:auto;
}
.carousel-item > img,
.carousel-item > a > img {
    width:100%;
    margin:auto;
    min-height:unset;
}

.carousel-item {
    width:100%;
    background:no-repeat center center scroll;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.caption-container {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    right:0;
    height:100%;
}

.carousel-caption {
    right:auto;
    left:auto;
    bottom:5%;
    padding:0;
    text-align:left;
    width:1145px;
    transform:translate3d( 0, 0, 1) perspective(1px);
    backface-visibility:hidden;
    margin-left:-10px;
}

.carousel-caption a,
.carousel-caption a:hover {
    color:#fff;
}

.caption-small {
    font-size:42px;
}

.caption-big {
    font-size:58px;
    line-height:54px;
}

.caption-icon {
    position:relative;
    top:-6px;
    left:5px;
    font-size:30px;
}

.indicator-container .carousel-indicators {
    position:absolute;
    right:auto;
    bottom:auto;
    top:15px;
    left:auto;
    z-index:15;
    display:block;
    padding-left:0;
    margin-right:0;
    margin-left:-15px;
    width:auto;
    list-style:none;
}

.indicator-container {
    position:absolute;
    width:100%;
    left:0;
    right:0;
    height:100%;
}

.indicator-container .carousel-indicators li {
    position:relative;
    width:auto;
    height:auto;
    min-height:26px;
    margin-right:0;
    margin-left:0;
    text-indent:0;
    cursor:pointer;
    background-color:rgba(0,0,0,.3);
    border-left:solid white 1px;
    padding:4px 10px;
    margin-bottom:4px;
}

.indicator-container .carousel-indicators li.active {
    background-color:rgba(0,0,0,.6);
}

.indicator-container .carousel-indicators li p {
    width:auto;
    line-height:10px;
    color:#fff;
}

.slider {
    display:block;
}

.slider-icon {
    position:absolute;
    right:50px;
}

.slider-icon-top {
    top:20px;
}

.slider-icon-bottom {
    bottom:20px;
}

.main {
    padding-top:40px;
    padding-bottom:40px;
}

.section-first {
    width:100%;
    background:#1f272b;
}

.section-content {
    width:100%;
    box-sizing:border-box;
    padding:50px 0;
}

.section-blue {
    background-color:rgba(125,154,170,1);
    padding:50px 0;
}

.section-blue-50 {
    background-color:rgba(125,154,170,0.5);
}

.section-blue-30 {
    background-color:rgba(125,154,170,0.3);
}

.section-blue-10 {
    background-color:rgba(125,154,170,0.1);
}

.section-red {
    background-color:rgba(170,39,47,1);
    padding:50px 0;
}

.section-red-50 {
    background-color:rgba(170,39,47,0.5);
}

.section-red-30 {
    background-color:rgba(170,39,47,0.3);
}

.section-red-10 {
    background-color:rgba(170,39,47,0.1);
}



.section-first h1,
.section-first h2,
.section-first h3,
.section-first h4,
.section-first p,
.section-first a,
.section-red h1,
.section-red h2,
.section-red h3,
.section-red h4,
.section-red p,
.section-red span,
.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue p,
.section-blue span,
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption p,
.carousel-caption span {
    color:white !important;
}


.section-first a,
.section-red a,
.section-blue a {
    text-decoration: underline;
}

.section-light-blue {
    background-color:rgba(180,198,209,1);
    color:#ffffff !important;
    padding:50px 0;
}

.section-first img,
/*.section-blue img,*/
.section-light-blue img,
.section-content img {
    width:100%;
    height:auto;
}

h1 {
    font-weight:300;
    color:rgba(199,10,41,1);
    font-size:2.625rem;
    line-height:1.2;
    margin:20px 0 20px 0;
}

h2 {
    font-weight:300;
    color:rgba(199,10,41,1);
    font-size:2.25rem;
    line-height:1.2;
    margin:20px 0 20px 0;
}

h3 {
    font-weight:300;
    color:rgba(199,10,41,1);
    font-size:1.825rem;
    line-height:1.2;
    margin:20px 0 20px 0;
}

h4 {
    font-weight:300;
    color:rgba(199,10,41,1);
    font-size:1.625rem;
    line-height:1.2;
    margin:20px 0 20px 0;
}

.subpage-header-head {
    color:white;
    font-weight:300;
    font-size:2.25rem;
    line-height:1.2;
    margin:20px 0 20px 0;
}

.text-center {
    text-align:center!important;
}

.text-lead,
.text-lead p,
.text-lead a {
    font-size:1.3rem;
    font-weight:300;
    line-height:130%;
    letter-spacing:1px;
    margin:20px 0 20px 0;
    color:#333;
}

.quotation {
    padding-left: 48px;
}

.quotation::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f10e";
    margin-left: -46px;
    font-size: 30px;
    position: absolute;
    color:rgba(255,255,255,0.8);
}

.portfolio-item {
    margin-bottom:30px;
}

.back-to-top {
    opacity: 0;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: -50px;
    display: inline-flex;
}

/*#######  BREADCRUMB  #####*/

.breadcrumb {
    list-style:none;
    background-color:transparent;
    padding:2px;
    margin-bottom:0;
    margin-top:0;
}

.breadcrumb > *  {
    font-size:.7rem;
    color:#999;
}

.breadcrumb > * > * {
    font-size:.7rem;
    color:#999;
    text-decoration:none;
    -webkit-transition:all 200ms ease-out 0s;
    -moz-transition:all 200ms ease-out 0s;
    -o-transition:all 200ms ease-out 0s;
    transition:all 200ms ease-out 0s;
    text-decoration:none !important;
}

.breadcrumb>*>:focus, .breadcrumb>*>:hover {
    color:#666;
    text-decoration:none;
}

.breadcrumb >:nth-child(n+2):not(.uk-first-column)::before {
    margin:0 5px;
}
.breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content:"/";
    display:inline-block;
    margin:0 5px;
    color:#999;
}

/*######  FOOTER  #########*/

footer {
    background:#1f272b;
    padding:25px 0;
    border-top: 1px solid rgba(255,255,255,0.5);
}

footer p,
footer p  a {
    text-decoration:none;
    color:#fff;
    font-size:14px;
    font-weight:700;
    transition:color 200ms ease-out 0s;
}

footer p a:hover {
    text-decoration:none;
    color:rgba(199,10,41,1);
}

.footer-menu {
    display:flex;
    display:-ms-flexbox;
    list-style:none;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    align-items:flex-end;
    -ms-flex-align:end;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    padding:0;
    width:100%;
}

.footer-menu a {
    display:block;
    color:#fff;
}

.footer-icons {
    display:flex;
    display:-ms-flexbox;
    justify-content:flex-end;
    -ms-flex-pack:end;
    align-items:flex-end;
    -ms-flex-align:end;
}

.icon-button-footer {
    background-color:transparent;
    transition:background-color 200ms ease-out 0s;
}

.icon-button-footer:hover {
    background-color:#c70a29;
}

.footer-menu-link {
    font-size:14px;
    font-weight:700;
    line-height:30px;
    -webkit-transition:color 200ms ease-out 0s;
    -moz-transition:color 200ms ease-out 0s;
    -o-transition:color 200ms ease-out 0s;
    transition:color 200ms ease-out 0s;
}

.footer-menu-link:hover {
    color:#c70a29;
}

.footer-submenu-link {
    font-size:14px;
    font-weight:300;
    line-height:30px;
    -webkit-transition:color 200ms ease-out 0s;
    -moz-transition:color 200ms ease-out 0s;
    -o-transition:color 200ms ease-out 0s;
    transition:color 200ms ease-out 0s;
}

.footer-submenu-link:hover {
    color:#c70a29;
}

.nav-footer ul {
    display:flex;
    display:-ms-flexbox;
    margin:10px 0 0 0 !important;
    padding:0;
    list-style:none;
}

.nav-footer ul li a {
    text-decoration:none;
    color:#fff;
    height:auto;
    font-size:12px;
    font-weight:300;
    display:flex;
    display:-ms-flexbox;
    justify-content:center;
    -ms-flex-pack:center;
    align-items:center;
    -ms-flex-align:center;
    box-sizing:border-box;
    padding:0 15px 0 0;
    text-decoration:none;
    transition:all 200ms ease-out 0s;
}

.nav-footer ul li a:hover {
    text-decoration:none;
    color:#c70a29;
}


@media(min-width:768px) {
    .footer-visible-xl {
        display:block;
    }
    .footer-visible-xs {
        display:none;
    }
    
}

@media(max-width:767px){
    footer .container {
        padding:0;
    }
    
    footer .row {
        margin:0;
    }
    
    .nav-footer ul {
        flex-direction:column;
    }
    
    .footer-menu-item {
        width: 100%;
        text-align: center;
        border-bottom: solid 1px rgba(255,255,255,0.2);
    }
    
    .footer-menu-item.contact {
        background:#741a20;
    }
    footer .row > div {
        display:flex;
        display:-ms-flexbox;
        justify-content:center;
        -ms-flex-pack:center;
        margin-bottom:10px;
        padding:0;
    }
    .footer-contact {
        flex-direction:column;
        align-items:center;
        -ms-flex-align:center;
    }

    .footer-contact p {
        margin:10px 0 0 0;
    }

    .nav-footer ul {
        margin:10px 0 20px 0 !important;
        justify-content:space-between;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
    }

    .nav-footer ul li a {
        padding:10px 0;
    }
    
    .footer-menu-item a {
        line-height:48px;
    }
    
    .footer-visible-xl {
        display:none;
    }
    .footer-visible-xs {
        display:block;
    }
    
}

/******* Search  **********/

#header-search-container {
    position:absolute;
    opacity:0;
    pointer-events:none;
    transition:opacity .3s ease-out;
}
#header-search-container.show {
    opacity:1;
    pointer-events:auto;
    transition:opacity .3s ease-out;
    position:absolute;
    left:0;
    right:0;
    z-index:150;
}

#header-search-container #header-search {
    border-bottom:1px solid #5d5d5d;
    border-top:1px solid #5d5d5d;
    background:rgba(31,39,43,0.9);
    padding:20px 15px;
}

#header-search-container #header-search .search-bar {
    padding:0;
    position:relative;
}

#header-search-container #header-search .container {
    padding:0;
}

#header-search-container #header-search .container .row {
    margin-left:0;
    margin-right:0;
}

#header-search-container #header-search .search-bar form {
    position:relative;
    border:1px solid #cbcbc9;
    background-color:rgba(255,255,255,1);
    width:100%;
    max-width:400px;
    margin:0 auto;
    border-radius:4px;
}

form:not(.pdv-form) label {
    color:rgba(0,0,0,.85)!important;
    transition:.33s ease;
    text-transform:uppercase;
    font-size:1.2rem;
    margin:0;
    width:88%;
}

label {
    display:block;
    cursor:pointer;
}

.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}

#header-search-container #header-search .search-bar form input[type=search] {
    display:block;
    border:none;
    border-radius:0;
    box-shadow:none;
    width:100%;
    background-color:transparent;
    font-size:1.2rem;
    color:#003349;
    padding:6px 35px 6px 12px;
}

form:not(.pdv-form) input.form-control:not([type=submit]):not([type=checkbox]), form:not(.pdv-form) select {
    font-weight:300;
    border:none;
    border-bottom:2px solid #a7a8aa;
    transition:.33s ease;
    border-radius:0;
    padding-top:0;
    font-size:1.8rem;
    box-shadow:none;
}
form:not(.pdv-form) label input {
    font-weight:300;
}
input[type=search] {
    -webkit-appearance:none;
}
input[type=search] {
    box-sizing:border-box;
}
input[type=search] {
    -webkit-appearance:textfield;
    box-sizing:content-box;
}
.form-control {
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#header-search-container #header-search .search-bar form button {
    position:absolute;
    right:8px;
    top:calc(50% - 15px);
    width:30px;
    height:30px;
    padding:0;
    border:none;
    background:0 0;
    color:#75787b;
}


/******* Navbar Right  **********/

.side-navbar-container {
    right:0;
    z-index:50;
    top:25%;
    position:fixed!important;
}

.side-navbar-center:only-child {
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.side-navbar-center {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
}

.side-navbar-nav {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    margin:0;
    padding:0;
    list-style:none;
}

.margin-small-right {
    margin-right:10px!important;
}

.margin-small-top {
    margin-top:10px!important;
}


.side-navbar-nav > li > a {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    height:auto;
    box-sizing:border-box;
    text-transform:none;
    line-height:2.6em;
    text-align:center;
    vertical-align:middle;
    padding:10px 10px 5px;
    background-color:rgb(255, 255, 255);
    color:#7d9aaa !important;
    padding:12px 10px 0 15px;
    font-size:.875rem;
    text-decoration:none;
    transition:.1s ease-in-out;
    transition-property:color,background-color;
    line-height:27px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
}

.side-navbar-nav > li > a:hover {
    background-color:#c70a29;
    color:#fff !important;
}

.side-navbar-container .side-navbar-nav > li > a > i {
    font-size:20px;
}


/********   Tabs  ************/

.nav-tabs {
    background-color:rgba(125,154,170,1);
    border-top:solid 1px white;
    border-left:solid 1px white;
    border-right:solid 1px white;
}

.nav-tabs > li > a {
    color:#fff;
    padding:15px 10px;
    font-size:1rem;
    text-transform:none;
    border-color:#fff;
    outline:0;
    border:0 !important;
    border-color:none !important;
    border-radius:0 !important;
    height:100%;
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    transition:color .1s ease-in-out;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    outline:0;
    border:0 !important;
    border-color:none !important;
    border-radius:0 !important;
    color:#666;
    text-decoration:none;
}

.nav-tabs li:nth-child(n+2) {border-left:solid 1px white;}

.tab-content {
    background:white;
    padding:40px;
}

.tab-content h4 {
    color:#333;
    margin-bottom:20px;
    font-size:1.25rem;
    line-height:1.4;
}

.nav-tabs-dark {
    background-color:rgba(31,39,43,1);
    border-top:solid 1px rgba(31,39,43,1);
    border-left:solid 1px rgba(31,39,43,1);
    border-right:solid 1px rgba(31,39,43,1);
}

.nav-tabs-dark > li > a {
    color:#fff;
    padding:15px 10px;
    font-size:1rem;
    text-transform:none;
    border-color:#fff;
    outline:0;
    border:0 !important;
    border-color:none !important;
    border-radius:0 !important;
    height:100%;
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    transition:color .1s ease-in-out;
}

.nav-tabs-dark > li > a:hover,
.nav-tabs-dark > li > a:focus {
    outline:0;
    border:0 !important;
    border-color:none !important;
    border-radius:0 !important;
    color:rgba(255,255,255,0.8);
    text-decoration:none;
}

.nav-tabs-dark li:nth-child(n+2) {border-left:solid 1px white;}

.tab-content-dark {
    background:white;
    padding:40px;
    border-bottom:solid 1px rgba(31,39,43,1);
    border-left:solid 1px rgba(31,39,43,1);
    border-right:solid 1px rgba(31,39,43,1);
}

/********   forms   **********/

.form-group {
    margin:0;
}

label {
    display:inline-block;
    margin:15px 0 0 0;
    touch-action:manipulation;
}

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

.pdv-form-label {
    line-height:26px;
    color:rgba(0,0,0,0.8);
}

.pdv-form-label:not(.typemultipleselection) {
    display:none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:rgba(0,0,0,0.8);
    opacity:1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:rgba(0,0,0,0.8);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:rgba(0,0,0,0.8);
}

.pdv-input {
    /* font-family:'Open Sans',Arial,sans-serif !important; */
    font-weight:300;
    vertical-align:middle;
    display:inline-block;
    max-width:100%;
    width:100%;
    height:50px;
    padding:0 10px;
    transition:.2s ease-in-out;
    transition-property:color,background-color,border;
    -webkit-appearance:none;
    box-sizing:border-box;
    margin:0;
    border-radius:0;
    font:inherit;
    background-color:rgba(255,255,255,.1);
    color:rgba(0,0,0,0.8);
    background-clip:padding-box;
    border-color:rgba(0,0,0,0.5);
    border:1px solid rgba(0,0,0,0.5);
    margin-top:15px;
}

.pdv-input-mobile {
    background-color:rgba(255,255,255,.1);
    color:#fff;
    border-color:rgba(255,255,255,0.2);
    border:1px solid rgba(255,255,255,0.2);
}

.pdv-input-mobile::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:rgba(0,0,0,0.8);
    opacity:1; /* Firefox */
}

.pdv-input-mobile:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:rgba(0,0,0,0.8);
}

.pdv-input-mobile::-ms-input-placeholder { /* Microsoft Edge */
    color:rgba(0,0,0,0.8);
}

.pdv-select {
    -webkit-appearance:none;
    -moz-appearance:none;
    box-sizing:border-box;
    margin:0;
    border-radius:0;
    font:inherit;
    /* font-family:'Open Sans',Arial,sans-serif !important; */
    font-weight:300;
    vertical-align:middle;
    display:inline-block;
    max-width:100%;
    width:100%;
    height:50px;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%280,%200,%200,%200.5%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%280,%200,%200,%200.5%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-color:rgba(255,255,255,.1);
    color:rgba(0,0,0,0.8);
    background-clip:padding-box;
    border-color:#ffffff;
    border:1px solid rgba(0,0,0,0.5);
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:0 10px;
    padding-right:20px;
    margin-top:15px;
    -webkit-appearance:none;
    -moz-appearance:none;
    text-indent:1px;
    text-overflow:'';
}

.option {
    color:black;
}

.pdv-select::-ms-expand {
    display:none;
}

.pdv-checkbox, .pdv-radio {
    display:inline-block;
    height:16px;
    width:16px;
    overflow:hidden;
    margin-top:-4px;
    vertical-align:middle;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:50% 50%;
    border:1px solid #ccc;
    transition:.2s ease-in-out;
    transition-property:background-color,border;
    background-color:rgba(242,242,242,.1);
    border-color:rgba(0,0,0,0.5);
}

.pdv-checkbox:checked {
    background-color:#B91D31;
    background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A)
}

.pdv-margin-small-left {
    margin-left:10px!important;
}

/****  Counting-Icons  *******/

.section-counting-icons {
    background: url(../../bildmaterial/img/background-image-wave.png) no-repeat right top #b4c4d0;
    background-size: cover;
}

.image-center {
    margin:0 auto;
}

.counter-text {
    font-size: 2.8rem;
    font-weight: 700;
    padding: 10px 0;
}

.counter-caption {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 120%;
    color: #000;
}

/****  Accordion  *******/

.card {
    border:0;
    border-bottom:1px solid rgba(0,0,0,.125);
    border-radius:0rem;
}

.card-header {
    display:flex;
    display:-ms-flexbox;
    font-size:1rem;
    cursor:pointer;
    background-color:rgba(125,154,170,1);
    margin-bottom:0;
    color:#fff;
    padding:0;
}

.card-header a,
.card-header a:hover {
    text-decoration:none;
    width:100%;
}

.card-header a h5 {
    font-size:1rem;
    color:#ffffff !important;
    padding:15px 0;
}

.card-header a.collapsed h5::before {
    font-family:"Font Awesome 5 Pro";
    font-weight:300;
    content:"\f067";
    /*
    content:"";
    */
    width:1.4em;
    height:1.4em;
    float:left;
    margin-right:15px;
    background-color:#fff;
    border-radius:50%;
    /*
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    */
    color:black;
    text-align: center;
    line-height: 23px;
}

.card-header a h5::before {
    font-family:"Font Awesome 5 Pro";
    font-weight:300;
    content:"\f068";
    /*
    content:"";
    */
    width:1.4em;
    height:1.4em;
    float:left;
    margin-right:15px;
    background-color:#fff;
    border-radius:50%;
    /*
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
    */
    color:black;
    text-align: center;
    line-height: 23px;
}

.card-body {
    background:#b9cad1;
    padding:1.25rem 0;
}

.card-body-head {
    color:#fff;
}

.event-data {
    flex-direction:row;
    display:flex;
    display:-ms-flexbox;
    padding:0;
}

.event-entry {
    padding:6px 12px;
    background:#f0f2f4;
}

.event-entry span {
    color:#000;
    font-weight:700;
    font-size:0.9rem;
}

.event-entry i {
    color:#7697a5;
    margin-right:5px;
    font-size:1.1rem;
}

.event-entry-btn {
    padding:0;
}


/****  Image-Section  *******/

.section-image,
.mobile-hero,
.section-teaser {
    position:relative;
    background-position:center bottom;
    background-attachment:scroll;
    background-size:cover;
    background-repeat:no-repeat;
}

.section-teaser::before {
    content:"";
    background:rgba(43,52,54,0.8);
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    /*z-index:-1;  */
}


.section-image .container .row {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
    align-items:center;
    -ms-flex-align:center;
    height:100%;
}

.black-box {
    background:rgba(0,0,0,0.8);
    padding:20px;
}

.black-box h1,
.black-box h2,
.black-box h3,
.black-box h4,
.black-box h5 {
    font-weight:700;
    padding-top:0;
    margin-top:0;
}

.black-box p {
    font-size:1.05rem;
    line-height:1.3em;
}

.mobile-hero {
    display:none;
    height:300px;
}

.hero-text {
    background:rgba(255,255,255,0.8);
    padding:15px;
    margin-left:7px;
}

.hero-text .hero-head,
.hero-text p{
    color:#000;
}

/********  Jobs  **********/

.section-jobs .row .col-md-9 {
    border-right:solid 1px #e4e4e4;
    padding:0 30px 0 0;
}

.job-entry {
    border-top:solid 1px #e4e4e4;
    padding:15px 0;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.job-entry .job-description {
    border-right:solid 1px #e4e4e4;
    padding:0 15px 0 7px;
}

.section-jobs p a,
.job-entry p a{
    font-weight:700;
    transition:color 200ms ease-out 0s;
    text-decoration: none;
}

.section-jobs p a:hover,
.job-entry p a:hover {
    text-decoration: none;
    color:rgba(170,39,47,1);
}

.section-jobs p
.job-entry p{
    margin-top:0;
}


.job-specs {
    margin:0;
    padding:2px 0;
}

@media (max-width:767px) {
    .section-jobs .row .col-md-9 {
        border-bottom:solid 1px #e4e4e4;
        border-right:none;
        padding:0 0 30px 0;
    }
    .section-jobs .row .col-md-3 {
        padding:30px 0 30px 30px;

    }
    .job-entry .job-description {
        border-right:solid 1px #e4e4e4;
        border-bottom:none;
        padding:0 15px 0 7px;
    }

    .job-entry .job-details {
        border:none;
        padding:0 7px;
    }
}
@media (max-width:576px) {
    .job-entry .job-description {
        border-right:none;
        padding:0 7px;
    }
}

.job-specs::before {
    content:'';
    display:inline-block;
    width:50px;
    font-size:18px;
    text-decoration:none;
    text-align:center;
}

.job-location::before {
    font-family:"Font Awesome 5 Pro"; font-weight:300; content:"\f3c5";
}

.job-type::before {
    font-family:"Font Awesome 5 Pro"; font-weight:300; content:"\f233";
}

.job-start::before {
    font-family:"Font Awesome 5 Pro"; font-weight:300; content:"\f073";
}

.job-date::before {
    font-family:"Font Awesome 5 Pro"; font-weight:300; content:"\f00c";
}

.job-footer-detail {
    border-top:solid 1px #e4e4e4;
    margin-top:30px;
    padding-top:15px;
}

@media (max-width:767px) {
    .job-footer-detail {
        padding-top:15px;
        margin-top:0;
    }
}

.contenttable {
    width:100%;
}

.contenttable a:hover{
    color:rgba(170,39,47,1);
}

.contenttable th {
    color:rgba(170,39,47,1);
    border-bottom:solid 1px #e7e7e7;
}

.contenttable th:nth-child(1),
.contenttable td:nth-child(1) {
    width:auto;
    padding-right:15px;
}

.contenttable th:nth-child(2),
.contenttable td:nth-child(2) {
    width:15%;
    padding:0 15px;
    vertical-align: text-top;
    text-align:right;
}

.contenttable th:nth-child(3),
.contenttable td:nth-child(3) {
    width:15%;
    padding-left:15px;
    text-align:right;
    vertical-align: text-top;
}

.contenttable tr:nth-child(2) td {
    padding-top:15px;
}

.contenttable td::before {
    content:"";
}

.hidden-xs {
    display:table-cel;

}

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


/********  News  **********/


.img-shaddow {
    -webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.15);
    box-shadow:0px 0px 10px 5px rgba(0,0,0,0.15);
    border:solid 1px #fff;
}

.news-head {
    color:#000;
}

.news-meta {
    font-size:0.9rem;
    color:rgba(199,10,41,1);
}

.flex-center {
    display:flex;
    display:-ms-flexbox;
    justify-content:center;
    -ms-flex-pack:center;
}

.flex-start {
    display:flex;
    display:-ms-flexbox;
    align-items: flex-start !important;
}

.icon-button-pagination {
    background-color:#222b2e;
    color:#fff !important;
    transition:background-color 200ms ease-out 0s;
}

.icon-button-pagination a {
    color:#fff;
}

.icon-button-pagination.active,
.icon-button-pagination:hover,
.icon-button-pagination:active {
    background-color:#c70a29;
}


/********  News  ***********/

.news .clear {
    clear: both;
}

.news .nav ul {
    float: left;
    display: inline;
    margin: 0;
}

.news .nav li {
    float: left;
}

.news .nav a {
    float: left;
    display: block;
}

.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news .article:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0;
    background: #fff;
}

.news .article .news-img-wrap a {
    display: block;
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.news .article .news-img-wrap img {
    float: left;
    height: auto;
    width: auto;
}

.news .article .teaser-text {
    margin: 0 0 10px 0;
}

.news .article h3 {
    margin-bottom: 0;
}

.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
    color: #888;
}

.news .footer p {
    line-height: 1em;
}

.news .footer span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd;
}

.news .footer span:last-child {
    border-right: 0;
}

.news .footer .news-category a {
    text-transform: uppercase;
}

.news .no-news-found {
    color: #DB0202;
    font-style: italic;
}

.news .page-navigation p {
    float: left;
}

.news .page-navigation ul {
    float: right;
}

.news .page-navigation ul li {
    float: left;
    display: block;
    padding: 0 2px;
    background: none;
}

.news .page-navigation ul li a {
    display: block;
}

/* category menu view */
.news-category-view ul li {
    padding: 5px 8px;
}

.news-category-view ul li li {
    padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
    float: right;
    width: 360px;
    margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
    float: none;
    width:100%;
    margin:0;
}

.news-single .teaser-text {
    font-size: 15px;
    color: #888;
}

.news-text-wrap {
    margin-bottom: 10px;
}

.news-img-caption {
    color: #888;
}

/* related news + files */
.news-related-wrap {
    display: table;
    margin-top: 20px;
    width: 100%;
}

.news-related {
    width: 50%;
    padding: 15px;
    border: 1px solid #eee;
    display: table-cell;
}

.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
}

.news-related ul li span {
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
}

.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0;
}

.news-related h4 {
    margin-bottom: 10px;
}

.news-related-files ul li {
    margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
    background-position: 0 0;
}

.news-clear {
    clear: both;
}

.news-img-wrap p {
    font-size:0.8rem;
}

/********  ThumbSlider *******/

.section-thumbslider {
    /*padding:0;*/
    padding-top:30px;
    background:#7697a5;
}

#thumbCarousel .multi-carousel-inner {
    margin:0 40px;
    width:auto;
}

#thumbCarousel .carousel-control-next,
#thumbCarousel .carousel-control-prev {
    width:5%;
}

#thumbCarousel .carousel-control-next i,
#thumbCarousel .carousel-control-prev i {
    font-size:30px;
}

#thumbCarousel .multi-carousel-inner .carousel-item.active {
    display:flex;
    display:-ms-flexbox;
}

#thumbCarousel .multi-carousel-inner .carousel-item a {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    justify-content:center;
    -ms-flex-pack:center;
    width:100%;
    height:100%;
    background:#7697a5;
    color:white;
    text-align:center;
    padding:15px 0;
    -webkit-transition:color 200ms ease-out 0s;
    -moz-transition:color 200ms ease-out 0s;
    -o-transition:color 200ms ease-out 0s;
    transition:color 200ms ease-out 0s;
}

#thumbCarousel .multi-carousel-inner .carousel-item a:hover {
    color:#222b2e;
}

#thumbCarousel .multi-carousel-inner .carousel-item a i {
    font-size:60px;
}

#thumbCarousel .multi-carousel-inner .carousel-item a span {
    padding-top:10px;
    font-size:0.8rem;
    font-weight:700;
}

@media (max-width:689px) {
    #thumbCarousel .multi-carousel-inner .carousel-item-right.active,
    #thumbCarousel .multi-carousel-inner .carousel-item-next {
        transform:translateX(50%);
        display:flex;
        display:-ms-flexbox;
    }

    #thumbCarousel .multi-carousel-inner .carousel-item-left.active,
    #thumbCarousel .multi-carousel-inner .carousel-item-prev {
        transform:translateX(-50%);
        display:flex;
        display:-ms-flexbox;
    }

    #thumbCarousel .multi-carousel-inner .carousel-item-right,
    #thumbCarousel .multi-carousel-inner .carousel-item-left{
        transform:translateX(0);
        display:flex;
        display:-ms-flexbox;
    }
}

@media (min-width:690px) and (max-width:899px) {
    #thumbCarousel .multi-carousel-inner .carousel-item-right.active,
    #thumbCarousel .multi-carousel-inner .carousel-item-next {
        transform:translateX(33.33333%);
        display:flex;
        display:-ms-flexbox;
    }

    #thumbCarousel .multi-carousel-inner .carousel-item-left.active,
    #thumbCarousel .multi-carousel-inner .carousel-item-prev {
        transform:translateX(-33.33333%);
        display:flex;
        display:-ms-flexbox;
    }

    #thumbCarousel .multi-carousel-inner .carousel-item-right,
    #thumbCarousel .multi-carousel-inner .carousel-item-left{
        transform:translateX(0);
        display:flex;
        display:-ms-flexbox;
    }
}

@media (min-width:900px) {
    #thumbCarousel .multi-carousel-inner .carousel-item-right.active,
    #thumbCarousel .multi-carousel-inner .carousel-item-next {
        transform:translateX(25%);
        display:flex;
        display:-ms-flexbox;
    }

    #thumbCarousel .multi-carousel-inner .carousel-item-left.active,
    #thumbCarousel .multi-carousel-inner .carousel-item-prev {
        transform:translateX(-25%);
        display:flex;
        display:-ms-flexbox;
    }

    #thumbCarousel .multi-carousel-inner .carousel-item-right,
    #thumbCarousel .multi-carousel-inner .carousel-item-left{
        transform:translateX(0);
        display:flex;
        display:-ms-flexbox;
    }
}


/********  TeaserSlider *******/

.section-teaserslider {
    /*padding:0;*/
    padding-top:30px;
    background:#7697a5;
}

#teaserCarousel .multi-carousel-inner {
    margin:0 40px;
    width:auto;
}

#teaserCarousel .carousel-control-next,
#teaserCarousel .carousel-control-prev {
    width:5%;
}

#teaserCarousel .carousel-control-next i,
#teaserCarousel .carousel-control-prev i {
    font-size:30px;
}

#teaserCarousel .multi-carousel-inner .carousel-item.active {
    display:flex;
    display:-ms-flexbox;
}

#teaserCarousel .multi-carousel-inner .carousel-item a {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    justify-content:center;
    -ms-flex-pack:center;
    width:100%;
    height:100%;
    background:#7697a5;
    color:white;
    text-align:center;
    padding:15px 0;
    -webkit-transition:color 200ms ease-out 0s;
    -moz-transition:color 200ms ease-out 0s;
    -o-transition:color 200ms ease-out 0s;
    transition:color 200ms ease-out 0s;
}

#teaserCarousel .multi-carousel-inner .carousel-item a > div {
    background-image: url(../../../fileadmin/bildmaterial/img/bubble-red.png);
    background-color: rgba(199,10,41,1);
    padding:15px;
    margin:15px;
}

#teaserCarousel .multi-carousel-inner .carousel-item a > div h4 {
    color: #ffffff !important;
}

#teaserCarousel .multi-carousel-inner .carousel-item a:hover {
    color:#222b2e;
}

#teaserCarousel .multi-carousel-inner .carousel-item a i {
    font-size:60px;
}

#teaserCarousel .multi-carousel-inner .carousel-item a span {
    padding-top:10px;
    font-size:0.8rem;
    font-weight:700;
}

@media (max-width:689px) {
    #teaserCarousel .multi-carousel-inner .carousel-item-right.active,
    #teaserCarousel .multi-carousel-inner .carousel-item-next {
        transform:translateX(100%);
        display:flex;
        display:-ms-flexbox;
    }

    #teaserCarousel .multi-carousel-inner .carousel-item-left.active,
    #teaserCarousel .multi-carousel-inner .carousel-item-prev {
        transform:translateX(-100%);
        display:flex;
        display:-ms-flexbox;
    }

    #teaserCarousel .multi-carousel-inner .carousel-item-right,
    #teaserCarousel .multi-carousel-inner .carousel-item-left{
        transform:translateX(0);
        display:flex;
        display:-ms-flexbox;
    }
}

@media (min-width:690px) and (max-width:899px) {
    #teaserCarousel .multi-carousel-inner .carousel-item-right.active,
    #teaserCarousel .multi-carousel-inner .carousel-item-next {
        transform:translateX(50%);
        display:flex;
        display:-ms-flexbox;
    }

    #teaserCarousel .multi-carousel-inner .carousel-item-left.active,
    #teaserCarousel .multi-carousel-inner .carousel-item-prev {
        transform:translateX(-50%);
        display:flex;
        display:-ms-flexbox;
    }

    #teaserCarousel .multi-carousel-inner .carousel-item-right,
    #teaserCarousel .multi-carousel-inner .carousel-item-left{
        transform:translateX(0);
        display:flex;
        display:-ms-flexbox;
    }
}

@media (min-width:900px) {
    #teaserCarousel .multi-carousel-inner .carousel-item-right.active,
    #teaserCarousel .multi-carousel-inner .carousel-item-next {
        transform:translateX(33.33333%);
        display:flex;
        display:-ms-flexbox;
    }

    #teaserCarousel .multi-carousel-inner .carousel-item-left.active,
    #teaserCarousel .multi-carousel-inner .carousel-item-prev {
        transform:translateX(-33.33333%);
        display:flex;
        display:-ms-flexbox;
    }

    #teaserCarousel .multi-carousel-inner .carousel-item-right,
    #teaserCarousel .multi-carousel-inner .carousel-item-left{
        transform:translateX(0);
        display:flex;
        display:-ms-flexbox;
    }
}

@media (min-width:10px) {
    .container {
        padding-left:25px;
        padding-right:25px;
    }
}


@media (min-width:568px) {
    .text-lead {
        font-size:1.6rem;
    }
}

@media (min-width:640px) {
    .container {
        padding-left:30px;
        padding-right:30px;
    }
}

@media (min-width:576px) {
    .news-head,
    .teaser-head {
        margin-top:0;
    }
}

@media (min-width:992px) {

    .navbar-collapse:only-child {
        margin-left:auto;
        margin-right:auto;
        position:relative;
    }
    .navbar-nav .dropdown-menu {
        overflow-y:auto;
        max-height:-moz-calc(100vh - 77px);
        max-height:-webkit-calc(100vh - 77px);
        max-height:-o-calc(100vh - 77px);
        max-height:calc(100vh - 77px);
    }
    .nav-item.current .nav-link {
        position:relative;
    }
    .nav-item.current .nav-link::after {
        content: '';
        height: 1px;
        top: 44px;
        background: #000000;
        position: absolute;
        left: 25px;
        right: 25px;
    }
    .container {
        padding-left:55px;
        padding-right:55px;
    }
    .container-content {
        padding-top:70px;
        padding-bottom:70px;
    }
    .visible-xl {
        display:block;
    }

    .visible-flex-xl{
        display:flex;
        display:-ms-flexbox;
    }
    .visible-xs {
        display:none;
    }

    .visible-flex-xs {
        display:flex;
        display:-ms-flexbox;
    }
    
    .section-image .container .mobile-hero {
        display:none;
    }

}

@media (max-width:480px) {
    .logo img {
        width:180px;
    }
}

@media (max-width:767px) {

    .section-image .container .row > div:not(:nth-child(1)) {margin-top:15px;}

    .event-entry {
        margin-bottom:1px;
    }

    .event-data {
        display:block;
        flex-direction:column;
    }

    .event-entry-btn a {
        width:100%;
    }

    .news-img-wrap {
        width:100%;
    }

}

@media (max-width:991px) {
    .visible-xl {
        display:none;
    }
    .visible-flex-xl{
        display:none;
    }
    .visible-xs {
        display:block;
    }

    .navbar {
        position:absolute;
        top:77px;
        left:0;
        touch-action:none;
        z-index:50;
        background:rgba(0,0,0,0);
    }

    .menu-open {
        overflow-y:auto;
        height:-moz-calc(100vh - 77px);
        height:-webkit-calc(100vh - 77px);
        height:-o-calc(100vh - 77px);
        height:calc(100vh - 77px);
    }

    .navbar.collapsed {
        display:none;
    }

    .navbar-collapse {
        position:absolute;
        top:0;
        width:100%;
        height:100%;
        overflow-y: scroll;
    }

    .navbar-nav .nav-link {
        color:#000;
        line-height:45px;
    }

    .nav-ico {
        position:relative;
        top:16px;
        font-size:12px;
        height:12px;
    }

    .navbar-nav .dropdown-menu {
        position:absolute;
        top:0;
        background:#f2f5f7;
        box-shadow:none;
        padding:0;
        width:100%;
    }

    .navbar-nav a,
    .navbar-nav .dropdown-menu a {
        border-bottom:1px solid rgba(255,255,255,0.2);
        line-height:22px;
        margin:0;
        padding:0;
        color:rgba(0,0,0,0.8);
        -webkit-transition:color 200ms ease-out 0s;
        -moz-transition:color 200ms ease-out 0s;
        -o-transition:color 200ms ease-out 0s;
        transition:color 200ms ease-out 0s;
    }

    .navbar-nav .dropdown-menu a:hover {
        color:#c70a29;
        background:transparent;
        outline:0;
    }
    .navbar-nav .dropdown-menu .submenu-item {
        max-width:none;
    }
    .navbar-nav .dropdown-menu .submenu-item:not(.back-link) {
        width:auto;
        max-width:none;
    }

    .submenu-links {
        padding:0;
    }

    .navbar-nav .dropdown-menu .submenu-item .submenu-title {
        display:flex;
        display:-ms-flexbox;
        line-height:40px;
        border-bottom:solid 1px rgba(0,0,0,0.2);
        width:100%;
        color:rgba(0,0,0,0.8);
    }

    .navbar-center {
        position:absolute;
        background-color:#f2f5f7;
        align-items:stretch;
        -ms-flex-align:stretch;
    }

    .header-container {
        padding:0;
    }

    .header-row {
        margin:0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding:0;
        color:rgba(0,0,0,0.8);
        line-height:40px;
        display:flex;
        display:-ms-flexbox;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:100%;
        font-weight:700;
        font-size:18px;
        padding:0 15px;
        margin-top:0;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        display:flex;
        display:-ms-flexbox;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
        border-bottom:1px solid rgba(0,0,0,0.2);
    }
    /*
    .nav-item.dropdown .nav-link::after {
        font-family:"Font Awesome 5 Pro"; font-weight:700; content:"\f054";
        text-decoration:none;
        font-size:12px;
        position:absolute;
        right:15px;
    }
    
    .nav-item.dropdown::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        content: "\f054";
        text-decoration: none;
        font-size: 12px;
        position: absolute;
        right: 0;
        padding-left: 40px;
        line-height: 43px;
        width: 60px;
        color: black;
        background: red;
    }
    */

    .pdOpen {
        width:50px;
        cursor:pointer;
        color:black;
    }

    .pdOpen::after {
        font-family:"Font Awesome 5 Pro"; font-weight:700; content:"\f054";
        text-decoration:none;
        font-size:12px;
        position:absolute;
        right: 0;
        padding-left: 35px;
        line-height: 43px;
        width: 50px;
        color: black;
    }

    .back-link {
        width:100%;
        margin-bottom:2px;
        border-bottom:none;
    }

    .back-link a {
        border-bottom:none !important;
    }

    .back-link a::before {
        font-family:"Font Awesome 5 Pro"; font-weight:700; content:"\f053";
        text-decoration:none;
        margin-right:10px;
        font-size:12px;
    }

    .section-image .container .mobile-hero {
        display:block;
        margin:0;
        height:300px;
    }

    .section-hero {
        background:white;
        background-position:-100000px 0px;
        background-repeat:no-repeat;
    }

    .section-hero,
    .section-hero .container {
        padding:0;
    }

    .section-hero .container .row:not(.mobile-hero) {
        margin:0 0 0 0;
    }

    .hero-image {
        display:none;
    }

    .hero-text {
        padding:0 22px 15px 22px;
        margin-left:0;
    }

    .hero-text p {
        padding:10px 0 0 0;
    }

    .section-subpageheader > img {
        width:auto;
        height:200px;
        transform:translateX(-50%);
        margin-left:50%;
    }
}

.fa-list {
    color:#C70A29;
}

.top-menu-highlight .fa-list {
    color:#ffffff;
}

.top-menu > a {
    display: inline-flex;
    padding-left: 20px;
    line-height: 42px;
    text-decoration:none;
    color: rgba(255,255,255,1);
    font-size: 0.75rem;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.top-menu > a:hover {
    color: rgba(199,10,41,1);
}

.top-menu > a:hover > .icon-button {
    background-color: rgba(170,39,47,1);
}

.top-menu-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*#####  CARD TEASER  #######*/

.card-teaser {
    position: relative;
    border: 1px solid rgba(184,199,211,0.5);
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    flex: auto;
    padding:10px;
    cursor:pointer
}

.card-teaser a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-teaser:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.card-teaser-icon {
    margin-top: -48px;
    margin-bottom: 20px;
}

.card-teaser-icon span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 76px;
    height: 76px;
    line-height: 60px;
    border: 8px solid #fff;
    margin-top: 0;
    font-weight: 700;
    background-color: #1f272b;;
    color: #ffffff !important;
    border-radius: 50%;
    fill: currentcolor;
    padding: 0;
}

.teaser-icon img {
    width: 34px;
    height: 34px;
    margin: 0;
}

.card-title {
    margin-bottom: 0!important;
    margin-top: 10px!important;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 700;
}

/*######   IMAGE FADE  ###########*/

.img-fade {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    margin-top:15px;
}

.img-fade p,
.img-fade h5 {
    color:white !important;
}

.img-fade img {
    width: 100%;
    height:auto;
    margin:0;
}

.img-fade a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.img-transition-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,.5);
    padding: 30px 30px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
    transition-property: opacity,transform,filter;

}

.img-fade:focus [class*=img-transition-fade], .img-fade:hover [class*=img-transition-fade] {
    opacity: 1;
}

/*######   DYNAMIC TABS/ACCORDION  ###########*/

.dyn-nav-tabs {
    display:none;
}

.dyn-tab-content > .card .card-header:first-child {
    border-radius: 0;
}

@media(min-width:768px) {
    .dyn-nav-tabs {
        display: flex;
    }

    .dyn-tab-content > .card {
        border: none;
    }

    .dyn-tab-content > .card .card-header {
        display:none;
    }  

    .dyn-tab-content > .card .collapse{
        display:block;
    }
    
    .dyn-tab-content > .card .card-body {
        background: white;
    }
    
}

@media(max-width:767px){
    .dyn-tab-content {
        padding:0;
    }
    
    .dyn-tab-content > .card .card-header{
        padding: 0 15px;
    }
    
    .dyn-tab-content > .card .card-header a h5{
        font-size: 1rem;
        color: #ffffff !important;
        padding: 15px 0;
    }
    
    .dyn-tab-content > .card .card-header a.collapsed h5::before {
        content: "";
        width: 1.4em;
        height: 1.4em;
        float: left;
        margin-right: 15px;
        background-color: #fff;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    }
    
    .dyn-tab-content > .card .card-header a h5::before {
        content: "";
        width: 1.4em;
        height: 1.4em;
        float: left;
        margin-right: 15px;
        background-color: #fff;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
    }
    
    .dyn-tab-content > .card .card-body {
        background:transparent;
        padding: 15px 15px;
    }
    
    .dyn-tab-content > .tab-pane { 
        display: block;
        opacity: 1;
    }
}

/*######   IMAGE GALLERY  ###########*/

#imgGallery .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#imgGallery .carousel-inner .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

#imgGallery .carousel-inner .carousel-control.left {
    left:0;
}

#imgGallery .carousel-inner .carousel-control.right {
    right:0;
}

#imgGallery .carousel-inner .carousel-control.left span {
    position: absolute;
    top: 45%;
    left: 15px;
}

#imgGallery .carousel-inner .carousel-control.right span {
    position: absolute;
    top: 45%;
    right: 15px;
}

#imgGallery .carousel-indicators {
    position: absolute;
    margin-left: initial;
    padding: 0;
    margin: 0;
    bottom: 5%;
    overflow-y: hidden;
}

#imgGallery .carousel-indicators > li {
    width: 120px;
    height: initial;
    text-indent: initial;
    border: solid 4px rgba(255,255,255,0.1);
}

#imgGallery .carousel-indicators > li.active img {
    opacity: 0.7;
}

/*######   QUOTATION SLIDER  ###########*/

#quotationSlider .carousel-inner .carousel-control.left{
    left:0;
}

#quotationSlider .carousel-inner .carousel-control.right{
    right:0;
}

#quotationSlider .carousel-inner .carousel-control.left span{
    position: absolute;
    top: 25%;
    left: 15px;
}

#quotationSlider .carousel-inner .carousel-control.right span{
    position: absolute;
    top: 25%;
    right: 15px;
}

#quotationSlider p {
    color:white !important;
}











/******  New Form Styles  ************/


input, select, textarea {
    border: 1px solid #CCCCCC;
    background-color: white;
    color: black;
    width: 14em;
    margin-right: 0.2em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

input, select, textarea {
    border: 1px solid #CCCCCC;
    background-color: white;
    color: black;
    width: 14em;
    margin-right: 0.2em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

input {
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    background-color: rgba(255,255,255,.1);
    color: rgba(0,0,0,0.8);
    background-clip: padding-box;
    border-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.5);
    margin-top: 5px;
}

.checkbox, radio {
    width: 16px !important;
}

.checkbox, radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    margin-right: 10px;
    text: ;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
    background-color: rgba(242,242,242,.1);
    border-color: rgba(0,0,0,0.5);
}

input.submit, input.checkbox {
    width: auto;
}

input.checkbox {
    border: none;
    background-color: transparent;
    margin-bottom: 0.2em;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox:checked {
    background-color: #B91D31;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%280,%200,%200,%200.5%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%280,%200,%200,%200.5%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-color: rgba(255,255,255,.1);
    color: rgba(0,0,0,0.8);
    background-clip: padding-box;
    border-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 0 10px;
    padding-right: 20px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.form-group input, .form-group select, .form-group textarea {
    border: 1px solid rgba(170,39,47,1);
    border-radius: 3px;
}

/*++++  Toggle Detail Styles  *******/

.toggle_head {
    cursor: pointer;
    font-weight:600;
    color: rgba(199,10,41,1);
}

.toggle_head::before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    margin-right: 15px;
    margin-left: 3px;
    color: rgba(199,10,41,1);
    top: -2px;
    position: relative;
}

.toggle_content {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c5c6c6;
    padding-left: 15px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-bottom: 20px;
}


.section-jobcontainer {
    background-color: rgba(158,30,38,1);
    background-image: url(../Images/kacheln-pdv-filter.png);
    margin: 0 0;
    padding: 0;
}

.jobContainer {
    padding: 30px 0 !important;
}

.section-jobcontainer select {
    background: white;
    color: rgba(170,39,47,1);
    font-size: 18px !important;
    border: 0;
    box-shadow: none;
    height: 42px;
    padding-left: 30px;
}

.section-jobcontainer [type="text"] {
    background: transparent;
    color: white !important;
    font-size: 18px !important;
    border: solid 1px white;
    box-shadow: none;
    height: 42px;
}

.section-jobcontainer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:white;
    opacity:1; /* Firefox */
}

.section-jobcontainer input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:white;
}

.section-jobcontainer input:::-ms-input-placeholder { /* Microsoft Edge */
    color:white;
}

#jobFilters :nth-child(2) .col-md-4::before {
    position: absolute;
    left: 18px;
    top: 13px;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    content: "\f078";
    color: rgba(199,10,41,1);
}

.jobContainer .searchButton i {
    margin-right:8px;
    font-size: 18px;
}

.jobContainer .searchButtonContainer {
    color: white;
    line-height: 52px;
    cursor: pointer;
}

.jobResults {
    padding-top: 0;
}

#session_popup .modal-content img {
    width: 100%;
}

#language_menu {
    margin-top: 10px;
}

#language_menu li {
    display: inline-block;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
#language_menu li.active span {
color:#CC1129;
}
