:root {
    --ziegler-color-red: #C30000;
    --ziegler-color-black: #3C3C3C;
    --ziegler-color-grey: #878787;
}


body {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    color: #545656;
    color: var(--ziegler-color-black);
}

.plone-toolbar {

}

.plone-toolbar * {
    font-family: Arial, sans-serif;
}

.plone-toolbar .fa {
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
}

a {
    color: var(--ziegler-color-red);
    text-decoration: none;
}

a:focus, a:hover {
    color: #414549;
    text-decoration: underline;
}

ul {
    list-style: square;
}

b,
strong,
th,
dt,
#fieldset-dates .formQuestion,
dl.portalMessage dt,
.bold,
.label,
.formQuestion.label,
dl.searchResults .highlightedSearchTerm {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    font-weight: normal;
}

dl.searchResults .highlightedSearchTerm {
    background-color: #ffa;
    color: #333333;
}

.relative {
    position: relative;
}

label.bold {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    font-weight: normal;
}

#pfg-fieldwrapper .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    margin-bottom: 20px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
}

h1,
.h1,
h2,
.h2 {
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    margin-top: 0px;
    font-size: 25px;
}

h3,
.h3 {
    font-size: 21px;
}

section h1,
section h1 {
    margin-top: 0px;
}

.navbar-static-top {
    background-color: #f5f5f5;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 0;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: var(--ziegler-color-red);
    color: #FFFFFF;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FFF;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #FFFFFF;
    background-color: var(--ziegler-color-red);
    border-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #FFFFFF;
    background-color: var(--ziegler-color-red);
    border-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.navbar .nav li.active > a {
    color: var(--ziegler-color-red);
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: none;
}

.navbar .nav li.active > a:before,
.navbar .nav li.yamm-hover-active > a:before {
    color: var(--ziegler-color-red);
}

.navbar .nav > li.active > a,
.navbar .nav > li.yamm-hover-active > a {
    background-color: var(--ziegler-color-red);
    background-color: var(--ziegler-color-red);
    color: #FFFFFF;
}

.navbar .nav li.yamm-hover-active > a,
.navbar .nav li > a.selected {
    background-color: #eee;
}

.dropdown-menu {
    border-top: 0px;
}

#navbar.navbar .nav > .active > a:hover,
#navbar.navbar .nav > li > a:hover,
#navbar.navbar .nav > li > a:focus {
    color: #FFFFFF;
    background-color: var(--ziegler-color-red);
}

#navbar.navbar .nav .yamm-block li > a.selected
#navbar.navbar .nav .yamm-block li.active > a {
    color: var(--ziegler-color-red);
}

#navbar.navbar .nav > li > a:hover,
#navbar.navbar .nav > li.hover > a {
    background-color: #e30613;
    color: #ffffff;
    color: #6b6e6f;
    background-color: #e1e1e1;
}

.navbar .brand {
    margin-left: 0px;
}

.navbar .nav > li > a {
    color: #6B6E6F;
    color: var(--ziegler-color-black);
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    font-size: 14px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.nav-collapse .dropdown-menu a {
    color: #2d2d2d;
}

.meta-area {
    background: #3C3C3C;
    color: #FFFFFF;
    padding-top: 10px;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.meta-area a {
    color: #FFFFFF;
}

.meta-area .btn{
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.meta-area .btn-group.open .dropdown-toggle,
.meta-area .btn-group .dropdown-toggle:active,
.meta-area .btn-group.open .dropdown-toggle:active,
.meta-area .btn-dropdown .open .dropdown-toggle,
.meta-area .btn-dropdown .dropdown-toggle:active,
.meta-area .btn-dropdown .open .dropdown-toggle:active{
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
}

.meta-area .dropdown-menu{
    border-radius: 0;
    background-color: #fff;
}

.meta-area .dropdown-menu > li > a:hover{
    background-color: #6B6E6F;
    border-color: var(--ziegler-color-red);
    color: #fff;
}

.meta-area .dropdown-menu > li > a.active{
    background-color: var(--ziegler-color-red);
    border-color: var(--ziegler-color-red);
    color: #fff;
}

.meta-top-link {
    margin-top: 6px;
    margin-right: 0;
}

.meta-top-link i {
    font-size: 16px;
    color: #E1E1E1;
    margin-right:  10px;
}

.langSelector-label{
    margin-right: 5px;
}

.language a.active {
    text-decoration: underline;
}

.shop-link {
    padding-right: 50px;
    background: url("/++theme++projectcustom/img/shop-link-bg.png") 0px 0px no-repeat;
    padding-bottom: 10px;
    padding-top: 17px;
    padding-left: 13px;
}

.logo-area {
    padding: 10px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 11;
    background-color: var(--ziegler-color-red);
}

.navbar-static-top {
    background-color: #FFFFFF;
}

.navbar {
    border-bottom: 0px;
    min-height: 40px;
    border-top: 0px;
}

.logo-area img {
    max-height: 60px;
    max-height: 51px;
}

.logo-right img {
    max-height: 45px;
    margin-top: 3px;
}

#banner-carousel {
    position: relative;
    background-color: #F5F5F5;
}

#banner-carousel img {
    width: 100%;
}

#banner-carousel .banner-text .btn {
    font-size: 18px;
}

#banner-carousel .carousel-inner > .item {
    min-height: 570px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.banner-caption {
    color: #fff;
    margin-top: 100px;
    padding-bottom: 60px;
}

.banner-caption h2 {
    color: #fff;
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.banner-caption h3 {
    color: #fff;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0;
}

.banner-caption.banner-text-black h2,
.banner-caption.banner-text-black h3,
.banner-caption.banner-text-black p {
    color: #000;
}

.banner-caption a {
    display: inline-block;
    margin-top: 15px;
}

.carousel-indicators{
    margin-bottom: 0;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #e1e1e1;
    border: 2px solid #e1e1e1;
}

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: var(--ziegler-color-red);
    border: 2px solid #e1e1e1;
    margin: 1px;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 1;
}

.carousel-control.left {
    background-image: none;
    filter: none;
}

.carousel-control.right {
    background-image: none;
    filter: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: #E8E8E8;
    font-weight: normal;
}

.edit-link,
.cedit-link {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.edit-link i,
.cedit-link i{
    font-weight: normal;
}

.news-element .edit-link,
.box-element .edit-link {
    top: auto;
    bottom: 0px;
}

#banner-carousel .edit-link,
#banner-carousel .cedit-link {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 111111;
    left: 0;
    text-align: center;
    text-shadow: 0px 0px 10px #000;
    color: #FFF;
    font-size: 20px;
}

section > .container > .edit-link,
.parallax-window .edit-link {
    right: 30px;
}

.headline-bold {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
}

section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 15px;
}

.template-tcproduct_listing section {
    padding-bottom: 0px;
}

.template-tcproduct_listing .parallax-text {
    padding-top: 100px;
    padding-bottom: 100px;
}

.template-tcproduct_listing_only_product .productlisting {
    padding-top: 25px;
}

section.padding-0 {
    padding: 0px;
}

.top-section {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #D4D5D5;
    border-bottom: 1px solid #D4D5D5;
}

.section-nopaddingtop {
    padding-top: 0px;
}

.section-nopaddingbottom {
    padding-bottom: 0px;
}

.section-heading {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #D4D5D5;
    border-bottom: 1px solid #D4D5D5;
    color: #545656;
    color: var(--ziegler-color-black);
}

.top-section h1 {
    color: #000000;
    margin-bottom: 20px;
}

#newslisting,
#downloadlisting,
#boxlisting {
    margin-top: 50px;
}

.car-element,
.news-element,
.product-element,
.box-element {
    margin-bottom: 25px;
    position: relative;
}

.teaser-element,
.news-element,
.product-element,
.box-element {
    overflow: hidden;
}

.newslisting,
.boxlisting {
    margin-bottom: 20px;
}

.newslisting h1,
.carlisting h1,
.boxlisting h1 {
    color: #545656;
    color: var(--ziegler-color-black);
}

.newslisting-mainpage h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.newslisting .news-element:hover,
.carlisting .car-element:hover,
.productlisting .product-element:hover,
.boxlisting .box-element:hover {
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-listing-bg {
    background-color: #E6E7E8;
}

.productlisting .product-listing-container-headline {
    margin-bottom: 40px;
    margin-top: 40px;
}

.product-listing-row {
    position: relative;
}

.newslisting .news-element,
.news-listing-in-product .news-element,
.carlisting .news-element,
.productlisting .product-element,
.boxlisting .box-element {
    background-color: #FFFFFF;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    color: #545656;
    color: var(--ziegler-color-black);
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 2px solid var(--ziegler-color-red);
    border-left: 1px solid #DFDFDF;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 15px;
}

.newslisting .news-element .text,
.news-listing-in-product .news-element .text,
.productlisting .product-element .text,
.carlisting .news-element .text,
.boxlisting .box-element .text {
    padding: 15px 15px 10px 15px;
}

.news-element
.box-element {
    padding-bottom: 0px;
}

.product-element a.clink-red {
    margin-top: 10px;
}

.product-element img {
    border-bottom: 1px solid #DFDFDF;
}

.newslisting .text a,
.boxlisting .text a {
    position: relative;
    margin-bottom: 10px;
}

.boxlisting .text a:hover:before,
.newslisting .text a:hover:before,
.productlisting .text a:hover:before,
.carlisting .text a:hover:before,
.teaserlisting .text a:hover:before,
.list-arrows a:hover:before,
.list-arrows a:hover,
.boxlisting .text a:focus:before,
.newslisting .text a:focus:before,
.carlisting .text a:focus:before,
.productlisting .text a:focus:before,
.teaserlisting .text a:focus:before,
.list-arrows a:focus:before {
    text-decoration: none;
}

.carlisting .text {
    border-top: 1px solid #DFDFDF;
    min-height: 180px;
    position: relative;
    padding-bottom: 30px;
}

.carlisting .text a {
    position: absolute;
    bottom: 10px;
}

.carlisting .text h2 {
    font-size: 22px;
}

.carlisting .text p {
    font-size: 14px;
}

.newslisting .text h2,
.productlisting .text h2,
.carlisting .text h2,
.boxlisting .text h2 {
    color: #6B6E6F;
    color: var(--ziegler-color-black);
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 25px;
}

.newslisting .text h2{
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
}

.download-listing .text h2 {
    font-size: 18px;
}

.download-listing .image {
    background-position: top center;
}

.download-listing .image.for-image {
    background-position: center center;
}

.section-download-listing .box-element {
    padding: 10px;
    overflow: visible;
}

.section-download-listing .box-element .edit-link {
    top: 0;
    bottom: auto;
}

.section-download-listing .box-element .text {
    padding: 0;
}

.section-download-listing h2 {
    padding-top: 40px;
}

.newslisting .text a,
.newslisting .text a:hover,
.newslisting .text a:focus,
.productlisting .text a,
.productlisting .text a:hover,
.productlisting .text a:focus,
.carlisting .text a,
.carlisting .text a:hover,
.carlisting .text a:focus,
.boxlisting .text a,
.boxlisting .text a:hover,
.boxlisting .text a:focus {
    color: var(--ziegler-color-red);
    text-decoration: none;
}

.carlisting .text a:hover,
.newslisting .text a:hover,
.productlisting .text a:hover,
.boxlisting .text a:hover {
    color: #414549;
}

.list-arrows.grey li a {
    color: #545656;
}

.list-arrows.grey li a:hover {
    color: #B10015;
}

.list-arrows.grey li:hover {
    /*color: #B10015;*/
    text-decoration: none;
}

.list-arrows.red li:hover {
    color: #414549;
    text-decoration: none;
}

.boxlisting .text a:hover:before,
.newslisting .text a:hover:before,
.carlisting .text a:hover:before,
.productlisting .text a:hover:before {
    background-color: #414549;
}

.news-gallery-element .subimage {
    height: 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.list-arrows.grey li:hover:before {
    background-color: #B10015;
}

.list-arrows.red li:hover:before {
    background-color: #414549;
}

a.clink-red {
    padding-left: 30px;
    display: inline-block;
    color: var(--ziegler-color-red);
    position: relative;
}

.product-element .text a,
.news-element .text a,
.box-element .text a {
    padding-left: 30px;
    display: inline;
    color: var(--ziegler-color-red);
    position: relative;
}

.product-element .text a.clink-red,
.news-element .text a.clink-red,
.box-element .text a.clink-red {
    display: inline-block;
    margin-bottom: 10px;
}

a.clink-red:before,
.product-element .text a:before,
.news-element .text a:before,
.box-element .text a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--ziegler-color-red);
    border-radius: 100%;
    width: 23px;
    height: 23px;
    padding-left: 6px;
    font-size: 20px;
    line-height: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news-element .text a.link-without-icon,
a.link-without-icon{
    display: inline;
    padding: 0;
}

.news-element .text a.link-without-icon:before,
a.link-without-icon:before{
    display: none;
}

a.link-grey-with-icon,
.news-element .text a.link-grey-with-icon,
.carlisting .text a.link-grey-with-icon,
.boxlisting .text a.link-grey-with-icon{
    color: #545656;
}

a.link-grey-with-icon:before,
.news-element .text a.link-grey-with-icon:before,
.carlisting .text a.link-grey-with-icon:before,
.boxlisting .text a.link-grey-with-icon:before{
    background-color: #545656;
}


a.link-grey-with-icon:hover,
.news-element .text a.link-grey-with-icon:hover,
.carlisting .text a.link-grey-with-icon:hover,
.boxlisting .text a.link-grey-with-icon:hover{
    color: var(--ziegler-color-red);
}

a.link-grey-with-icon:before,
.news-element .text a.link-grey-with-icon:hover:before,
.carlisting .text a.link-grey-with-icon:hover:before,
.boxlisting .text a.link-grey-with-icon:hover:before{
    background-color: var(--ziegler-color-red);
}


.container .text a[href^="tel"] {
    padding-left: 0 !important;
    color: inherit;
}

a[href^="tel"]{
    color: inherit;
}

a[href^="tel"]:before {
    content: "";
    display: none;
}

a.clink-red:hover {
    color: #414549;
}

a.clink-red:hover:before {
    text-decoration: none;
    background-color: #414549;
    color: #FFFFFF;
}

.newslisting .text a,
.carlisting .text a,
.boxlisting .text a {
    padding-left: 30px;
    display: block;
    margin-top: 15px;
}

.newslisting .text a:before,
.carlisting .text a:before,
.boxlisting .text a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--ziegler-color-red);
    border-radius: 100%;
    width: 23px;
    height: 23px;
    padding-left: 6px;
    font-size: 18px;
    line-height: 23px;
        text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#news-search-result .newslisting .text a.news-element-heading:before{
top: 2px;
}

.newslisting img,
.carlisting img {
    width: 100%;
}

.productlisting img {
    width: 100%;
    flex-shrink: 1;
    min-width: 1px;
}

.red-gradient {
    background: #831000; /* Old browsers */
    background: -moz-linear-gradient(left, #831000 0%, #e30613 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #831000), color-stop(100%, #e30613)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #831000 0%, #e30613 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #831000 0%, #e30613 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #831000 0%, #e30613 100%); /* IE10+ */
    background: linear-gradient(to right, #831000 0%, #e30613 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831000', endColorstr='#e30613', GradientType=1); /* IE6-9 */
}

section h1 {
    margin-top: 0px;
}

section.red-gradient h1 {
    color: #FFFFFF;
}

.teaserlisting h1 {
    margin-top: 0px;
}

.teaserlisting .heading {
    height: 70px;
    margin-bottom: 15px;
}

.teaserlisting .element {
    margin-bottom: 20px;
}

.teaserlisting .h3 {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    font-size: 31px;
}

.teaserlisting img {
    color: #FFFFFF;
    margin-top: 0px;
    float: left;
    margin-right: 10px;
}

.teaserlisting .text {
    color: #FFFFFF;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    font-size: 16px;
}

.teaserlisting .text a:hover,
.teaserlisting .text a:focus {
    color: #FFFFFF;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teaserlisting .text a {
    color: #FFFFFF;
    position: relative;
    padding-left: 15px;
    display: block;
    margin-top: 15px;
}

.teaserlisting .text a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 23px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
}

section.parallax {
    padding: 0px;
}

.parallax-window {
    position: relative;
}

.parallax-window2,
.parallax-window3,
.parallax-window4 {
    min-height: 480px;
    background: transparent;
}

.parallax-text {
    color: #FFFFFF;
    text-align: center;
    word-break: break-word;
}

.parallax-text .heading {
    color: #FFFFFF;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.parallax-text-color-white .parallax-text .edit-link {
    color: #FFFFFF;
}

.parallax-text-color-black .parallax-text .edit-link,
.parallax-text-color-black .parallax-text .heading {
    color: #000000;
}

.parallax-window2 .parallax-text .heading {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 40px;
    padding-top: 20px;
    /*background-color: var(--ziegler-color-red);*/
    padding-bottom: 20px;
}

.parallax-window3 .parallax-text .heading {
    padding-top: 130px;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
}

.parallax-window2 .parallax-text .heading {
    padding-top: 110px;
}

.parallax-window4 .parallax-text .heading {
    padding-top: 130px;
}

.parallax-window3 .btn {
    margin-left: 5px;
    margin-right: 5px;
}

section.parallax .parallax-window2 .btn {
    border-color: var(--ziegler-color-red);
    color: var(--ziegler-color-red);
}

.parallax-text .headline-bold {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
}

section.parallax .btn {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.parallax .btn:hover {
    color: #FFFFFF;
    background-color: var(--ziegler-color-red);
    border-color: var(--ziegler-color-red);
}

ul.list-arrows {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.list-arrows li {
    margin-bottom: 15px;
}

ul.list-arrows li {
    position: relative;
    padding-left: 35px;
    display: block;
    color: #545656;
}

.list-arrows li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #545656;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    font-size: 18px;
    line-height: 23px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-area h1 {
    margin-bottom: 20px;
}

.text-area h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

section.padding-bottom-0 {
    padding-bottom: 0px;
}

section.padding-0 {
    padding: 0px;
}

footer {
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 50px;
}

footer a {
    color: #FFFFFF;
}

footer a:hover,
footer a:focus {
    color: #FFFFFF;
}

footer h4 {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    margin-bottom: 10px;
}

footer .inner {
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #878787;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

.vis-hidden {
    visibility: hidden;
}

footer .icons .fab {
    margin: 0 10px 0px 0px;
    padding: 0 !important;
    color: #fff;
    font-size: 22px;
}

.footer-text {
    line-height: 17px;
    font-size: 14px;
    padding-right: 60px;
}

.footer-logo {
    margin-top: 10px;
    max-width: 200px;
}

.footer-logo img{
    max-width: 110px;
    margin-bottom: 18px;
}

footer .icons .fab.icon-facebook {
    padding: 10px 6px 10px 0;
}

footer .icons .fab.icon-instagram {
    padding: 10px 6px 10px 0;
}

footer .icons .fab.icon-linkedin {
    padding: 10px 6px 10px 0;
}

footer .icons .fab.icon-twitter {
    padding: 10px 4px 10px 0;
}

footer .icons .fab.icon-xing {
    padding: 10px 4px 10px 0;
}

footer .icons .fab.icon-youtube {
    padding: 9px 10px 11px 0;
}

footer .icons .fab.icon-linkedin {
    padding: 8px 4px 10px 0;
    position: relative;
    margin-right: 7px;
}

footer .icons .fab.icon-instagram {
    padding: 8px 4px 10px 0;
    position: relative;
}

footer .icons .fab.icon-tiktok{
    font-size: 20px;
}

footer .icons a{
    opacity: 1;
    transition: all 0.2s;
}

footer .icons a:hover{
    opacity: 0.8;
}

footer .icon-info {
    margin: 0px 10px 0px 0px;
    border-radius: 100px;
    padding: 10px 10px 10px 0;
    line-height: 12px;
    color: #fff;
    font-size: 22px;
    width: 25px;
    height: 30px;
    text-align: center;
}

footer .icon-quicklink {
    margin: 0px 10px 0px 0px;
    border-radius: 100px;
    padding: 10px 10px 10px 0;
    line-height: 12px;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.footer-quicklinks {
}

.legal-links {
    margin-top: 30px;
}

.legal-links > div {
    margin-bottom: 5px;
}

.nav-tabs > li > a {
    color: #545656;
    color: var(--ziegler-color-black);
    background-color: #F2F3F4;
    padding: 10px 30px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #E6E7E7;
    border-radius: 0px;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: var(--ziegler-color-red);
    cursor: default;
    background-color: #fff;
    border: 1px solid #E8E9E9;
    border-bottom-color: transparent;
}

.tab-content > .tab-pane {
    padding: 20px;
    border: 1px solid #E8E9E9;
    border-bottom: 1px solid var(--ziegler-color-red);
    border-top: 0px;
}

.template-contact_category_listing .tab-content > .tab-pane {
    border-bottom: 0px;
}

.hr-padding {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-grey,
.btn-content {
    border-radius: 0px;
    border-color: #545656;
    color: #545656;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-grey:hover,
.btn-content:hover {
    color: #FFFFFF;
    border-color: #414549;
    background-color: #414549;
}

section.text-white {
    color: #FFFFFF;
}

section.parallax .parallax-window2 .btn-white,
.btn-white {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.parallax .parallax-window2 .btn-white:hover,
.btn-white:hover {
    color: #FFFFFF;
    border-color: #414549;
    background-color: #414549;
}

.list-arrows.red li a {
    color: var(--ziegler-color-red);
}

.list-arrows.red li a:hover {
    color: #545656;
}

.list-arrows.red li:before {
    background-color: var(--ziegler-color-red);
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 30px;
}

#crumbs {
    color: #979A9C;
    color: var(--ziegler-color-grey);
}

#crumbs a,
#crumbs a:hover,
#crumbs a:focus {
    color: var(--ziegler-color-grey);
}

#crumbs .active {
    color: #6B6E6F;
}

#crumbs div {
    display: inline;
}

.background-white {
    background-color: #FFFFFF;
}

.background-grey {
    background-color: #EEEEEE;
}

.content-subnav {
}

.content-subnav-section {
    border-bottom: 1px solid #DFDFDF;
}

.content-subnav a {
    display: inline-block;
    color: #6B6E6F;
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-subnav a.active {
    color: #FFFFFF;
    background-color: #9F1007;
}

.content-subnav a:hover,
.content-subnav a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #9F1007;
}

.carousel1 .carousel-control.right,
.carousel1 .carousel-control.left {
    background: none;
    background-image: none;
    opacity: 1;
    box-shadow: none;
    top: auto;
    bottom: -75px;
    z-index: 100;
}

.carousel1 .carousel-control.right .fa,
.carousel1 .carousel-control.left .fa {
    color: var(--ziegler-color-red);
    text-shadow: none;
}

.carousel1 .carousel-indicators {
    position: absolute;
    width: 100%;
    left: 0px;
    margin-left: 0px;
    bottom: -130px;
}

.carousel1 .carousel-indicators .active,
.carousel1 .carousel-indicators li {
    width: 13%;
    height: auto;
    border: 1px solid #E8E9E9;
    border-radius: 0px;
}

.carousel1 .carousel-indicators .active {
    border-color: var(--ziegler-color-red);
}

.tab-content.car-carousel {
    padding-bottom: 120px;
}

.panel-heading,
.panel-group .panel {
    border-radius: 0px;
}

.panel-group {
    border-top: 1px solid #ccc;
}

.panel-heading .panel-title > a:first-child:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    position: absolute;
    left: 0px;
    color: var(--ziegler-color-red);
}

.panel-heading .panel-title a.cedit-link {

}

.panel-heading .panel-title a.cedit-link:before {
    content: "";
}

.panel-heading .panel-title a.collapsed:before {
    content: "\f105";
    color: #979A9C;
    color: var(--ziegler-color-grey);
}

.panel-heading .panel-title a.edit-link:before {
    content: '';
    position: static;
}

.panel-heading .panel-title a.edit-link {
    float: right;
}

.panel-heading .panel-title a.collapsed {
    color: #979A9C;
    color: var(--ziegler-color-grey);
}

.panel-heading a {
    color: var(--ziegler-color-red);
}

.panel-default {
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.panel-group .panel + .panel {
    margin: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
    padding-top: 0px;
    padding-left: 30px;
}

.panel-title > a {
    position: relative;
    padding-left: 15px;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
}

.panel-title > a:hover,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-heading a.collapsed {
    color: #979A9C;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
}

body.template-car_detail_view,
.panel-title {
    font-weight: normal;
}

.template-car_detail_view .nav-tabs > li > a {
    text-align: center;
}

.panel-title {
    line-height: 1.5;
}

body.template-car_detail_view h1 {
    color: #545656;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}

body section .color-black {
    color: #000000;
}

#nav-wrapper .dropdown-menu > li > a,
#nav-wrapper .dropdown-menu-level2 > li > a.
#nav-wrapper .dropdown-menu-level3 > li > a {
    padding: 12px 20px 12px 30px;
    color: #6B6E6F;
    border-bottom: 1px solid #DFDFDF;
    position: relative;
}

#nav-wrapper .dropdown-menu > li > a:before,
#nav-wrapper .dropdown-menu1 > li > a:before,
#nav-wrapper .dropdown-menu-level2 > li > a:before,
#nav-wrapper .dropdown-menu-level3 > li > a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #6B6E6F;
    padding-right: 5px;
    position: absolute;
    left: 25px;
    width: 23px;
    height: 23px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
}

#nav-wrapper .dropdown-menu > li > a:hover:before,
#nav-wrapper .dropdown-menu1 > li > a:hover:before,
#nav-wrapper .dropdown-menu-level2 > li > a:hover:before,
#nav-wrapper .dropdown-menu-level3 > li > a:hover:before {
    color: var(--ziegler-color-red);
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    /*padding: 20px 30px;*/
}

.yamm-content-text {
    overflow: hidden;
    display: block;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    left: 15px;
    right: 15px;
    top: auto;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    border-radius: 0px;
    border: 0;
}

.yamm-content .fa.icon-navbar {
    margin-right: 10px;
    font-size: 24px;
    float: left;
    line-height: 18px;
    color: var(--ziegler-color-red);
}

.yamm-content a {
    display: block;
    color: #6B6E6F;
    color: var(--ziegler-color-black);
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.yamm-content a:hover,
.yamm-content a:focus,
.yamm-content a.active {
    color: var(--ziegler-color-red);
    text-decoration: none;
    border-color: var(--ziegler-color-red);
}

.yamm-content img {
    margin-bottom: 5px;
    display: none;
}

#nav-wrapper .dropdown:hover > .dropdown-menu {
    display: block;
}

body.template-login_form #portal-columns {
    margin-top: 30px;
}

nav .dropdown-menu ul {
    list-style-type: none;
    padding-left: 0px;
}

nav .dropdown-menu ul > li > a {
    padding: 10px 30px;
    display: block;
    color: #6B6E6F;
    color: var(--ziegler-color-black);
    border-bottom: 1px solid #E8E9E9;
}

nav .dropdown-menu ul li:last a {
    border-bottom: 0px;
}

nav .dropdown-menu ul > li > a:hover,
nav .dropdown-menu ul > li > a:focus {
    text-decoration: none;
}

.dropdown-menu-level4 h5 {
    color: var(--ziegler-color-red);
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    margin-bottom: 10px;
}

#navbar.affix {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 20;
}

.one-page-navbar.affix {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 19;
}

.touch .one-page-navbar.affix {
    top: 0;
}

.btn,
.banner-caption a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.banner-caption a {
    font-size: 16px;
}

.btn-default,
input[type="submit"].btn-default {
    border-radius: 0;
    transition: all 0.25s;
}

.btn-red,
input[type="submit"].btn-red,
.banner-caption a {
    background-color: var(--ziegler-color-red);
    color: #FFFFFF;
    border-color: var(--ziegler-color-red);
}

.btn-red:hover,
.btn-red:focus,
input[type="submit"].btn-red:hover,
input[type="submit"].btn-red:focus,
.banner-caption a:hover,
.banner-caption a:focus {
    background-color: #e1e1e1;
    color: #6b6e6f;
    border-color: #e1e1e1;
    text-decoration: none;
}

.margin-top-10 {
    margin-top: 10px;
}

.container-left {
    margin-right: 15%;
    padding-right: 15px;
    padding-left: 0px;
    margin-left: auto;
    overflow: hidden;
}

.container-left img {
    padding-right: 30px;
}

.container-right img {
    padding-left: 30px;
}

.container-right {
    margin-left: 15%;
    padding-right: 0px;
    padding-left: 15px;
    margin-right: auto;
    overflow: hidden;
}

.container-right img {
    float: right;
}

.uppercase {
    /*text-transform: uppercase;*/
}

.carousel-caption {
    text-shadow: none;
}

.slider .carousel-caption {
    bottom: auto;
    top: 80px;
    font-size: 30px;
    background-color: rgba(192, 13, 13, 0.7);
}

.carousel-caption .center {
    margin-left: 130px;
    margin-right: 130px;
    display: inline-block;
    width: 650px;
}

.carousel-caption .icon-left {
    float: left;
    margin-left: 30px;
}

.carousel-caption .icon-right {
    float: right;
    margin-right: 30px;
}

.carousel-caption .small {
    font-size: 16px;
    margin-top: 30px;
    display: block;
}

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

.address span {
    display: block;
    overflow: hidden;
}

.address a {
    color: #545656;
}

.address .fa {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    width: 15px;
}

.dropdown-segment {
    width: 50%;
    float: left;
    padding: 20px;
}

.dropdown-segment a {
    color: var(--ziegler-color-red);
    display: block;
    overflow: hidden;
    font-size: 16px;
}

.dropdown-segment .fa {
    float: left;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
    color: var(--ziegler-color-red);
}

.dropdown-segment .description {
    margin-left: 15px;
    display: block;
    margin-top: 10px;
}

.subheadline-h4 {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    margin-bottom: 15px;
    font-size: 17px;
}

#portal-searchbox {

}

#portal-searchbox .LSBox {
    position: relative;
}

#portal-searchbox .fa {
    position: absolute;
    color: #FFFFFF;
    font-size: 18px;
}

#portal-searchbox #searchGadget {
    background-color: transparent;
    border-right: 0px;
    color: #FFFFFF;
}

#portal-searchbox .search-submit {
    color: #545656;
    background-color: transparent;
    border-left: 0px;
    width: 40px;
}

#portal-searchbox .form-group {
    margin-bottom: 0px;
}

#portal-searchbox input::-webkit-input-placeholder {
    color: #FFFFFF;
}

#portal-searchbox input::-moz-placeholder {
    color: #FFFFFF;
}

#portal-searchbox input:-moz-placeholder { /* Older versions of Firefox */
    color: #FFFFFF;
}

#portal-searchbox input:-ms-input-placeholder {
    color: #FFFFFF;
}

label {
    font-weight: normal;
}

#portal-columns {
    padding-bottom: 20px;
}

.date {
    margin-bottom: 15px;
    font-size: 12px;
    color: #979A9C;
    color: var(--ziegler-color-grey);
}

#news-search-result {
    min-height: 500px;
}

.news-search-form-top {
    margin-bottom: 40px;
}

#portlet-news-search h2.nomargin-top {
    margin-top: 0px;
}

#portlet-news-search ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}

ul.portlet-news-search-category-list li,
ul.portlet-news-search-archive-list li,
.portlet-news-search-archive-list li {
    border-bottom: 1px solid #D4D5D5;
    display: block;
    padding: 8px 0px;
    color: #545656;
    color: var(--ziegler-color-black);
    position: relative;
    padding-left: 15px;
}

ul.portlet-news-search-category-list li label,
ul.portlet-news-search-archive-list li label ,
.portlet-news-search-archive-list li label {
    margin-bottom: 0px;
    cursor: pointer;
    display: block;
}
.portlet-news-checkbox,
.portlet-news-checkbox-archive {
    display: none;
}

ul.portlet-news-search-category-list li.active,
ul.portlet-news-search-archive-list li.active {
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 20px;
    background-color: var(--ziegler-color-red);
    border-color: #FFFFFF;
}

ul.portlet-news-search-category-list li .fa,
ul.portlet-news-search-archive-list li .fa,
.portlet-news-search-archive-list li .fa {
    font-size: 18px;
    margin-right: 10px;
    float: left;
    color: #979A9C;
    position: absolute;
    left: 0;
    top: 9px;
}
ul.portlet-news-search-category-list li.active .fa,
ul.portlet-news-search-archive-list li.active .fa,
.portlet-news-search-archive-list li.active .fa {
    left: 6px;
    color: #fff;
}

#portlet-news-search .portlet-news-search-archive-list{
    padding-left: 15px;
}

#news-search-form-year-checkbox .panel-heading .panel-title > a:before{
    top: -1px;
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

#news-search-form-year-checkbox .panel-heading .panel-title a.collapsed:before{
    font-size: 18px;
    top: -1px;
}

#news-search-form-year-checkbox .panel-heading .panel-title a,
#news-search-form-year-checkbox .panel-heading .panel-title a.collapsed{
    padding-left: 18px;
    color: #545656;
    color: var(--ziegler-color-black);
    font-size: 13px;
}

#news-search-form-year-checkbox .panel-heading {
    padding: 8px 0px;
}

#news-search-form-year-checkbox .panel-body {
    padding-left: 0;
}

#news-search-form-year-checkbox .panel-body .portlet-news-search-archive-list:last-of-type li{
border-bottom: 0;
}


#ajax-spinner img {
    background: white;
    padding: 10px;
    border-radius: 10px;
    width: 60px;
}

#s2id_news-search-form-select,
#news-search-form-select,
#news-search-form-year-select,
.select2-container {
    width: 100%;
}

.select2-results .select2-highlighted {
    color: white;
    background-color: var(--ziegler-color-red);
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #FFFFFF;
    background: var(--ziegler-color-red);
    border-color: var(--ziegler-color-red);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#vehicle-delivery-carousel .carousel-caption {
    background-color: #FFFFFF;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    border-right: 1px solid #DFDFDF;
    border-bottom: 2px solid var(--ziegler-color-red);
    border-left: 1px solid #DFDFDF;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 15px;
    color: #646464;
    position: relative;
    text-align: left;
    left: 0px;
    right: 0px;
    padding: 10px 10px;
    bottom: 0px;
}

#portlet-vehicle-deliveries {
    margin-bottom: 50px;
}

#portlet-vehicle-deliveries h2 {
    padding-right: 90px;
}

.vehicle-delivery-carousel-wrapper {
    position: relative;
}

#vehicle-delivery-carousel .carousel-control {
    top: -30px;
    bottom: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}

#vehicle-delivery-carousel .carousel-control.right {

}

#vehicle-delivery-carousel .carousel-control.left {
    right: 0px;
    left: auto;
}

#vehicle-delivery-carousel .carousel-control.right span {
    right: 20px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    /* left: 0px; */
    background-color: var(--ziegler-color-red);
    border-radius: 100%;
    width: 23px;
    height: 23px;
    padding-left: 6px;
    font-size: 20px;
    line-height: 22px;
}

#vehicle-delivery-carousel .carousel-control.left span {
    right: 50px;
    left: auto;

    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    background-color: var(--ziegler-color-red);
    border-radius: 100%;
    width: 23px;
    height: 23px;
    padding-left: 4px;
    font-size: 20px;
    line-height: 22px;
}

#vehicle-delivery-carousel .carousel-control span {
    text-shadow: none;
    color: #FFFFFF;
}

#vehicle-delivery-carousel .date {
    margin-bottom: 10px;
}

.section-quickupload-uploader .well{
margin: 0;
}

.quick-uploader {
    margin-bottom: 20px;
}

.uploadField input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette.background-red {
    background: #E0001B;
    color: #FFFFFF;
}

.image {
    display: block;
    height: 201px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -99999px;
}

.newslisting .image {
    height: 360px;
}

.newslisting-mainpage .image,
.teaserlisting .image {
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
}

.teaser-element {
    background-color: #FFFFFF;
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    color: #545656;
    color: var(--ziegler-color-black);
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 2px solid var(--ziegler-color-red);
    border-left: 1px solid #DFDFDF;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.template-mainpage_view .teaser-element {
    background-color: transparent;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: auto !important;
}

.template-mainpage_view .news-element:hover .image {

}

.teaser-element .text {
    background-color: transparent;
    padding: 15px 15px 20px 15px;
}

.template-mainpage_view .teaser-element .text {
    background-color: transparent;
    padding: 0px;
}

.teaser-element .teaser-has-icon span {
    overflow: hidden;
    display: block;
}

.teaser-element .teaser-has-icon .fa {
    float: left;
    margin-right: 20px;
}

.template-mainpage_view .teaser-element {
    font-size: 16px;
}

.teaser-element h3 {
    margin-top: 0px;
}

.template-mainpage_view .teaser-element h3 {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    padding-right: 30px;
    text-transform: none;
}

.template-mainpage_view .teaser-element .teaser-icon.fa {
    font-size: 46px;
    font-weight: normal;
}

.template-mainpage_view .teaser-element .teaser-icon.fa-cogs,
.template-mainpage_view .teaser-element .teaser-icon.fa-fire{
    font-weight: bold;
}

.section-headline {
    margin-top: 0px;
    margin-bottom: 30px;
}

.template-tccollection_view .section-headline {
    margin-top: 20px;
}

.section-background-red {
    background-color: var(--ziegler-color-red);
    color: #FFFFFF;
}

.section-background-red .edit-link {
    color: #FFFFFF;
}

.section-background-red a {
    color: #FFFFFF;
}

.section-background-white {
    background-color: #FFFFFF;
}

.section-background-grey {
    /*background: url('/++theme++projectcustom/img/footer-bg.jpg');*/
    background-color: var(--ziegler-color-black);

}

.section-background-grey .section-headline,
.section-background-grey .section-description {
    color: #FFFFFF;
}

.section-description {
    margin-top: -20px;
}

.btn .fa {
    margin-right: 10px;
}

.parallax-text {
    color: #FFFFFF;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    width: 80%;
    margin: auto;
}

.btn-transparent-border-w {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body#content .btn-transparent-border-w {
    color: #A8A8A8;
    border-color: #A8A8A8;
}

body#content .btn-transparent-border-w:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-transparent-border-w:hover {
    color: #FFFFFF;
    background-color: var(--ziegler-color-red);
    border-color: var(--ziegler-color-red);
}

.one-page-navbar {
    border-bottom: 1px solid #D4D5D5;
    background-color: #FFFFFF;
    border-top: 1px solid #D4D5D5;
    min-height: 42px;
}

.one-page-navbar .nav ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.one-page-navbar .nav li {
    float: left
}

.one-page-navbar .nav a {
    color: #6B6E6F; 
    color: var(--ziegler-color-black);
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    border: 0px;
    background-color: transparent;
    margin-right: 1px;
}

.one-page-navbar .nav-tabs {
    border: 0px;
}

.one-page-navbar .nav a:active,
.one-page-navbar .nav a:hover,
.one-page-navbar .nav a:focus,
.one-page-navbar .nav li.active a {
    color: #ffffff;
    background-color: var(--ziegler-color-red);
    text-decoration: none;
    border: 0px;
}

.one-page-navbar .nav a:hover{
    color: #6b6e6f;
    background-color: #e1e1e1;
}

h2 .label {
    font-size: 14px;
}

.statement-icon {
    float: left;
    font-size: 35px;
    margin-right: 10px;
    line-height: 37px;
}

.carousel-statement {

}

.carousel-statement .carousel-control {
    top: -32px;
    bottom: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-statement .carousel-control.right {

}

.carousel-statement .carousel-control.left {
    right: 0px;
    left: auto;
}

.carousel-statement .carousel-control.right span {
    right: 20px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    /* left: 0px; */
    background-color: var(--ziegler-color-red);
    border-radius: 100%;
    width: 23px;
    height: 23px;
    padding-left: 6px;
    font-size: 20px;
    line-height: 22px;
}

.carousel-statement .carousel-control.left span {
    right: 50px;
    left: auto;

    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    background-color: var(--ziegler-color-red);
    border-radius: 100%;
    width: 23px;
    height: 23px;
    padding-left: 4px;
    font-size: 20px;
    line-height: 22px;
}

.carousel-statement .carousel-control span {
    text-shadow: none;
    color: #FFFFFF;
}

.carousel-statement .carousel-indicators {
    width: auto;
    left: 30px;
    right: auto;
    margin-left: 0px;
    margin-right: 0px;
    bottom: auto;
    top: 255px;
}

.statement-headline-top {
    margin-bottom: 20px;
    max-width: 88%;
}

.statement-content {
    padding: 20px;
    border: 1px solid #E8E9E9;
    border-bottom: 2px solid var(--ziegler-color-red);
    min-height: 290px;
}

.statement-speaker {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
}

.statement-position {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
}

.document-element h4 {
    margin-bottom: 10px;
}

.document-element h4.panel-title {
    margin-bottom: 0px;
}

.document-element {
    position: relative;
}

.timeline-wrapper {
    height: 600px;
}

#timeline-embed.storyjs-embed,
#timeline-embed #storyjs-timeline {
    background-color: transparent;
    z-index: 10;
}

body .vco-storyjs h2.date {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
}

body .vco-storyjs .vco-feature h1,
body .vco-storyjs .vco-feature h2,
body .vco-storyjs .vco-feature h3,
body .vco-storyjs .vco-feature h4,
body .vco-storyjs .vco-feature h5,
body .vco-storyjs .vco-feature h6 {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
}

body .vco-storyjs .vco-feature p {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif !important;
    color: #FFFFFF;
}

body .vco-slider .nav-previous .title,
body .vco-slider .nav-next .title,
body .vco-slider .nav-previous .date,
body .vco-slider .nav-next .date {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
}

body .vco-timeline .vco-navigation .timenav-background {
    background-color: #BFC3C6;
}

body .vco-timeline .vco-navigation .timenav-background .timenav-line {
    background-color: var(--ziegler-color-red);
}

body .vco-timeline .vco-navigation .timenav .content .marker.active .dot {
    background: var(--ziegler-color-red);
    z-index: 200;
}

body .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
    color: var(--ziegler-color-red);
}

body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3,
body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h3 {
    color: var(--ziegler-color-red);
}

.featurette-text-body {
    margin-top: 40px;
}

.featurette-icon {
    margin-bottom: 20px;
}

.featurette-left .featurette-text-body {
    padding-right: 60px;
}

.featurette-right .featurette-text-body {
    padding-left: 60px;
}

.margin-auto {
    margin: auto;
}

.label {
    text-align: left;
}

label.display-none {
    display: none;
}

.form-group-wrapper {
    margin-bottom: 20px;
}

.contact-form .form-control,
.ziegler-contact-form .form-control {
    border-radius: 0px;
}

.panel-heading .edit-pen:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    position: absolute;
    left: 0px;
    color: #979A9C;
}

#ziegler-contact-accordion {
    margin-top: 40px;
}

.location-info-detail address h3,
.tccontactperson-info-detail address h3 {
    margin-top: 0px;
}

.collection-contacts .teaser-element .icon,
.location-info-detail .icon,
.tccontactperson-info-detail .icon {
    float: left;
    font-size: 17px;
    margin-right: 10px;
    line-height: 26px;
    width: 20px;
}

.collection-contacts .icon.mail,
.location-info-detail .icon.mail,
.tccontactperson-info-detail .icon.mail {
    float: left;
    font-size: 18px;
    margin-right: 10px;
}

.collection-contacts .address,
.location-info-detail .address,
.tccontactperson-info-detail .address {
    display: block;
    overflow: hidden;
    margin-top: 3px;
}

.tccontactperson-info-detail a {
    color: var(--ziegler-color-red);
}

.ziegler-contact-accordion .contact-title-sub{
    font-style: italic;
    text-transform: initial;
}

.one-page-navbar-contact a.active {
    color: #FFFFFF;
    background-color: var(--ziegler-color-red);
    text-decoration: none;
}

input.ziegler-submit-button {
    float: right;
    margin-bottom: 10px;
}

input.ziegler-submit-button.btn-red {
    float: right;
    margin-bottom: 10px;
    opacity: 1;
    padding-left: 30px;
    padding-right: 30px;
}

.template-contact_yearofsavety_view_p3 input.ziegler-submit-button {
    float: left;
}

.template-search #visual-portal-wrapper {
    margin-top: 50px;
}

.pfg-form {
    margin-bottom: 20px;
}

.form-checkbox-group .form-group {
    margin-bottom: 5px;
}

.form-checkbox-group {
    margin-bottom: 15px;
}

.custom-form-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.accordion-headline-top {
    margin-bottom: 20px;
    text-transform: none;
}

.carousel-caption {
    top: 40%;
    bottom: auto;
}

.managePortletsLink {
    display: none;
}

fieldset#search-field {
    text-align: left;
}

.template-search-controlpanel .label:empty {
    display: block;
    color: #333333;
    margin-top: 10px;
}

.template-search-controlpanel .label {
    color: #333333;
}

#search-results {
    padding: 10px 0px;
}

#search-results .searchResults dt {
    font-family: 'HelveticaNeueW02-55Roma', sans-serif;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 10px !important;
    background-image: none;
    display: block;
}

#search-results .searchResults dd {
    display: none;
}

#search-results .searchResults img {
    display: none;
}

#search-results-bar dl.actionMenu {
    margin-bottom: 0;
    display: none;
}

.pagination .no-click {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--ziegler-color-red);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: var(--ziegler-color-red);
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--ziegler-color-red);
    border-color: var(--ziegler-color-red);
}

.embed-responsive {
    z-index: 1;
}

.template-mediasearch_view #visual-portal-wrapper {
    width: 100%;
}

.template-mediasearch_view .btn .fa {
    margin-right: 0px;
}

.pb-ajax {
    border-radius: 0px;
    border: 0px;
}

.template-tcjob_view .documentFirstHeading {
    display: none;
}

.template-tcjob_view h1,
.template-tcjob_view h2,
.template-tcjob_view h3 {
    color: #888;
    color: var(--ziegler-color-grey);
}

.job-accordion h1,
.job-accordion h2,
.job-accordion h3 {
    color: #888;
}

.job-accordion .panel-title > a:first-of-type{
    color: #979A9C;
    color: var(--ziegler-color-grey);
    padding-left: 0;
}

.job-accordion .panel-heading .panel-title > a:first-child:before{
    display: none !important;
}

.job-accordion h2 {
    margin-top: 20px;
}

.job-accordion h2,
.template-tcjob_view h1 {
    color: var(--ziegler-color-red);
}

.news-gallery {
    padding: 15px 15px 20px 15px;
    border-top: 1px solid #DFDFDF;
    margin-bottom: -15px;
    position: relative;
    z-index: 1;
}

.news-gallery a {
    display: block;
}

.news-gallery-element {
    margin-bottom: 15px;
}

.zoomer:hover .overlay-zoom .zoom-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=50);
}

.overlay-zoom {
    /*z-index: 90;*/
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.overlay-zoom .zoom-icon {
    top: 0;
    opacity: 0;
    /*z-index: 100;*/
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("/++theme++projectcustom/img/overlay-icon.png");
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
    background-color: #FFF;
    padding-top: 10px;
    border-radius: 0px;
    text-shadow: none;
}

.download-listing-text {
    font-size: 16px;
    margin-top: 6px;
    display: inline-block;
}

.download-listing-size {
    font-size: 12px;
    color: #aaaaaa;
}

#downloadlisting .btn .fa {
    margin-right: 5px;
}

#downloadlisting a.list-group-item:focus {
    background-color: transparent;
}

.ilightbox-toolbar.metro-white {
    right: 18px;
    left: auto;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}

.gsc-inline-block {
    box-sizing: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
}

.gsc-search-box input.gsc-search-button,
.gsc-search-box input.gsc-search-button:hover,
.gsc-search-box input.gsc-search-button:focus {
    background-color: var(--ziegler-color-red);
    border-color: var(--ziegler-color-red);
}

div.gsc-control-cse {
    padding-left: 0px;
    padding-right: 0px;
}

.gsc-input {
    color: #000000;
}

.LSBox div.gsc-control-cse {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    background-color: transparent;
}

.LSBox form.gsc-search-box,
.LSBox table.gsc-search-box {
    margin-bottom: 0px;
}

body .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 1px;
}

body .vco-storyjs h2.start {
    font-size: 32px;
}

body .vco-storyjs h3 {
    font-size: 24px;
}

#contact-tabbing .nav-tabs > li > a {

}

#contact-search-form {
    margin: 0px 0px 20px;
}

.ziegler-contact-accordion .panel-group {
    border-top: 0px;
    margin-top: 30px;
}

.ziegler-contact-accordion-js-for-product .ziegler-contact-accordion .panel-group {
    margin-top: 0;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.location-info-detail .contact-detail-block,
.tccontactperson-info-detail .contact-detail-block {
    background-color: #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 15px;
}

.location-info-detail .row:last-child .contact-detail-block,
.tccontactperson-info-detail .row:last-child .contact-detail-block {
    border-bottom: 0px;
}

.contact-detail-block-has-image{
    min-height: 385px;
}

.location-info-detail strong,
.tccontactperson-info-detail strong {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.block {
    display: block;
}

.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
    font-weight: normal;
}

.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail {
    display: none;
}

#accordion-training h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.required {
    position: relative;
}

span.required:after {
    position: absolute;
    content: "*";
    color: var(--ziegler-color-red);
    font-size: 20px;
    top: 0px;
    left: 0px;
    line-height: 0.7;
}

.heading-red {
    color: var(--ziegler-color-red);
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: normal;
}

.btn-training-registration {
    padding-right: 20px;
    padding-left: 20px;
}

.training-registration-form-label-date {
    margin-top: 8px;
}

#teilnehmerGroup{
    margin-bottom: 15px;
}

.teilnehmer-element{
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: none;
    transition: box-shadow 0.2s;
}

.teilnehmer-element:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.teilnehmer-element .teilnehmer-element-remove{
    display: none;
}

.teilnehmer-element.teilnehmer-element-new .teilnehmer-element-remove{
    display: block;
}

.teilnehmer-element h4{
    margin-top: 0;
}

.add-teilnehmer-btn-container{
    margin-bottom: 15px;
}

.template-fg_thankspage_view_p3 dd,
.template-fg_thankspage_view_p4 dd{
    margin-bottom: 15px;
}

body .vco-timeline .vco-navigation .timenav .content .marker.active .line {
    background: var(--ziegler-color-red);
}

.formQuestion.label {
    padding-left: 0px;
    white-space: normal;
}

.formQuestion.label .formHelp {
    color: #808080 !important;
    text-shadow: none;
    background-color: transparent;
    font-size: 11px;
    margin-top: 5px;
}

.accordion-training-status {
    float: right;
}

.status-open {
    color: var(--ziegler-color-red);
}

.status-closed {

}

.job-print-btn {
    display: none;
}

.job-accordion .fa.fa-download {

}

.ilightbox-button.metro-white.disabled {
    opacity: 0;
}

.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
    background-color: rgba(255, 255, 255, 0.7);
}

#band-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    background-color: #151515;
    color: #FFFFFF;
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.15);
}

#band-cookies p {
    margin: 0;
    padding: 0 50px;
}

#band-cookies-ok,
#band-cookies-info {
    display: inline-block;
    color: #F0FFAA;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer;
}

#band-cookies-close {
    height: 16px;
    width: 16px;
    padding: 8px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #000000;
}

@media (max-width: 768px ) {

    #band-cookies p {
        padding: 15px 15px 0;
    }

    #band-cookies-ok,
    #band-cookies-info {
        display: block;
        text-decoration: none;
        padding: 10px 5px;
        margin-top: 10px;
        background-color: #444444;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    #band-cookies-close {
        left: 50%;
        margin-left: -16px;
        top: 0;
    }
}

#band-cookies {
    padding: 10px 0;
    background: #831000;
    background: -moz-linear-gradient(left, #831000 0%, #e30613 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #831000), color-stop(100%, #e30613));
    background: -webkit-linear-gradient(left, #831000 0%, #e30613 100%);
    background: -o-linear-gradient(left, #831000 0%, #e30613 100%);
    background: -ms-linear-gradient(left, #831000 0%, #e30613 100%);
    background: linear-gradient(to right, #831000 0%, #e30613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831000', endColorstr='#e30613', GradientType=1);
}

#band-cookies-close {
    padding: 15px;
    top: 25px;
    right: 8px;
}

#band-cookies-close svg {
    width: 12px;
    height: 13px;
    position: absolute;
    top: 9px;
    right: 9px;
}

#band-cookies-ok,
#band-cookies-info {
    padding: 5px;
    background: #545656;
    text-decoration: none;
    font-weight: normal;
}

#band-cookies-ok:hover,
#band-cookies-ok:focus,
#band-cookies-info:hover,
#band-cookies-info:focus {
    text-decoration: none;
}

html {
    -ms-overflow-style: scrollbar;
}

.contact-image-container {
    margin: 10px 0;
    min-height: 127px;
}

.modal .contact-image-container {
    margin: 10px 0;
    min-height: 220px;
}

.link-parent {
    display: inline-block;
}

.template-tcproduct_view section.section-background-red .btn{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s;
}

.template-tcproduct_view section.section-background-red .btn:hover,
.template-tcproduct_view section.section-background-red .btn:focus{
    background-color: #545656;
    border-color: #353535;
}

.template-tcproduct_view .panel-title > a,
.template-tcproduct_view .panel-heading a.collapsed{
font-family: 'HelveticaNeueW02-75Bold', sans-serif;
}

.product-accordion .panel p:last-child{
margin-bottom: 0;
}

.product-variant-tabs {
    margin-top: 30px;
}

.product-variant-tabs-content .item {
    background-color: #F2F3F4;
}

.product-variant-tabs .table-title {
    display: block;
    color: #545656;
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
}

.main-image{
    width: 100%;
}

.product-variant-tabs-content .main-image {
    height: 970px;
    height: 690px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-variant-tabs-content .carousel-indicators {
    position: relative;
    bottom: 0;
    width: auto;
    left: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -3px;
}

.product-variant-tabs-content .carousel-indicators li {
    border: 1px solid #D4D5D5;
    border-radius: 0;
    margin: 0 0 0 0;
    width: 133px;
    height: auto;
}

.product-variant-tabs-content .carousel-indicators li.active {
    margin: 0 0 0 0;
    border-color: var(--ziegler-color-red);
}

.product-variant-tabs-content .carousel-indicators li .sub-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
}

.product-variant-tabs-content .main-text h2 {
    font-family: 'HelveticaNeueW02-75Bold', sans-serif;
    font-weight: normal;
}

.product-variant-tabs .edit-link {
    position: absolute;
}

.tab-content > .tab-pane {
    position: relative;
}

.product-variant-tabs.nav-tabs > li > a {
    text-align: center;
    padding: 0;
}

.product-variant-tabs.nav-tabs > li > a .tab-inner-padding {
    padding: 10px 30px;
    display: block;
}

.template-base_edit.portaltype-tcproduct #archetypes-fieldname-description {
    display: none;
}

.template-tcproduct_view section.download .btn {
    margin: 0 15px;
    font-size: 22px;
}

.template-tcproduct_view section.download .parallax-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.template-tcproduct_view .ziegler-contact-accordion {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.template-tcproduct_view .select2-container .select2-choice {
    border-color: #fff;
}

.news-element-in-product .date {
    color: var(--ziegler-color-red);
    font-size: 16px;
}

.carousel-caption-product-image {
    position: relative;
    background-color: #F2F3F4;
    color: #333333;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: left;
}

.carousel-caption-product-image p {
    margin-bottom: 0;
}

.product-panel-group {
    border-top: 0;
}

.product-panel-group #contact-search-form {
    margin-bottom: 0;
}

.section-product-contact-search {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-product-contact-search h2 {
    margin-top: 40px;
}

.section-product-contact-search .ziegler-contact-accordion h2 {
    margin-top: 0;
}

.b-overlay-nav .box {
    height: 100%;
}

.b-overlay-nav {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    height: 100%;
    min-height: 100%;
    background-color: rgba(158, 16, 6, .98);
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
}

.b-overlay-nav.js-open {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.b-page-nav {
    position: relative;
}

.b-page-nav button {
    font-size: 18px;
    line-height: 1.3334;

    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: visible;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: none;
    background-color: transparent;
}

.b-page-nav .primary-nav {
    position: absolute;
    top: 90px;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .6s cubic-bezier(0.48, .065, .35, .995);
    transition: transform .6s cubic-bezier(0.48, .065, .35, .995);
}

.b-page-nav.is-second-level .primary-nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.b-page-nav .menu,
.b-page-nav .menu-item {
    width: 100%;
}

.b-page-nav .menu-group {
    display: block;
    position: relative;
    width: 100%;
}

.b-page-nav .menu-group {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .6s cubic-bezier(0.48, .065, .35, .995);
    transition: transform .6s cubic-bezier(0.48, .065, .35, .995);
}

.b-page-nav.is-second-level .menu-group {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-item > li > a,
.b-page-nav .nav > li > a {
    color: #ffffff;
}

.b-page-nav .navbar-collapse {
    padding: 0 !important;
    background-color: transparent !important;
}

.b-page-nav .back {
    opacity: 0;
    visibility: hidden;
    display: none;
    padding: 24px 20px 20px 50px;
    color: #fff;
}

.b-page-nav .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.b-page-nav .controller {
    display: block;
    width: 100%;
    height: 75px;
}

.b-page-nav .controller {
    position: absolute;
    top: 0;
    z-index: 2;
}

.b-page-nav .back {
    display: block;
    transition: opacity .6s ease;
}

.b-page-nav.is-second-level .back,
.b-page-nav.is-third-level .back {
    opacity: 1;
    visibility: visible;
}

.b-page-nav .mobile-close {
    font-size: 32px;
    position: absolute;
    top: 5px;
    right: 15px;
    line-height: 1.3;
    padding: 4px 15px;
    border: 2px solid #fff;
    color: #fff;
}

.b-page-nav .mobile-close span {
    position: relative;
    top: -1px;
}

.b-page-nav .controller:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .2s ease-out;
}

.b-page-nav.is-second-level .controller:before,
.b-page-nav.is-third-level .controller:before {
    background: #831000;
    background: -moz-linear-gradient(left, #831000 0%, #e30613 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #831000), color-stop(100%, #e30613));
    background: -webkit-linear-gradient(left, #831000 0%, #e30613 100%);
    background: -o-linear-gradient(left, #831000 0%, #e30613 100%);
    background: -ms-linear-gradient(left, #831000 0%, #e30613 100%);
    background: linear-gradient(to right, #831000 0%, #e30613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831000', endColorstr='#e30613', GradientType=1);
}

.cursor-arrow {
    cursor: default;
}

/*****/

#top-wrapper {
    position: relative;
    z-index: 100;
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.no-touch .cd-dropdown-trigger:focus,
.cd-dropdown-trigger:focus {
    background-color: #e1e1e1;
    color: #6b6e6f;
    text-decoration: none;
}

.element-inline-block{
    display: inline-block;
}

.element-margin-right-25{
    margin-right: 25px;
}



.scrollup{
opacity: 1;
position: fixed;
bottom: 10px;
right: 10px;
display: none;
background-color: transparent;
z-index: 100;
font-size: 40px;
color: #FFFFFF;
text-decoration: none;
background-color: #e1e1e1;
padding-left: 10px;
padding-right: 10px;
vertical-align: text-top;
}

.scrollup:hover{
text-decoration: none;
}

.scrollup .fa{
font-size: 30px;
font-weight: normal;
color: #3c3c3c;
text-decoration: none;
display: block;
line-height: 46px;
}

.scrollup:hover,
.scrollup:focus{
background-color: #e1e1e1;
text-decoration: none;
}

.scrollup:hover .fa{
color: #3c3c3c;
}

.template-tcnews_view #portal-columns{
margin-top: 25px;
}

.template-tcnews_view #portal-column-two{

}


.template-tcnews_view #portal-column-two h2{
margin-top: 0;
}

.template-tcnews_view .portlet-news-search-category-list{
padding-left: 0;
margin-bottom: 45px;
}

.template-prefs_keywords_view form fieldset{
    margin-top: 25px;
}

.template-prefs_keywords_view dd{
    margin-left: 40px;
}

.template-prefs_keywords_view .field label {
    margin-bottom: 5px;
}


.newsletter-form {
    padding: 35px 35px 20px;
}

.newsletter-form label {
    display: none;
}

.newsletter-form label.form-check-label {
    display: block;
}

.newsletter-form a{
    text-decoration: underline;
}

.newsletter-form h2 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
}

.clever_form_error {
    background-color: #f99;
    color: #000;
    border: 1px solid #f22 !important
}

.newsletter-form input[type='text'] {
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 8px 12px;
    width: 100%;
}

.newsletter-form input[type='text']:focus {
    outline: solid thin #fff;
}

.newsletter-form input[type='text']::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}

.newsletter-form input[type='text']::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.newsletter-form input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.newsletter-form input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.newsletter-form .btn {
    background-color: #fff;
    color: var(--ziegler-color-red);
    margin-top: 5px;
}

.newsletter-form .btn:hover,
.newsletter-form .btn:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.small-text{
    font-size: 12px !important;
}

.carousel .countdown {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 154px;
    line-height: 1.1;
    text-align: center;
}


.banner-countdown {
    font-size: 19px;
    padding: 80px 15% 0px;
}

.carousel .countdown .coundown-hourspacer {
    padding: 0 41px;
}

.carousel .countdown .coundown-colon {
    padding: 0 20px;
}

.carousel .countdown .coundown-dot {
    padding: 0 20px;
}

.countdown-info {
    position: relative;
    padding-bottom: 50px;
}

.countdown-info span {
    position: absolute;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
}

.banner-countdown-text {
    color: #fff;
    margin-top: 70px;
}

.banner-countdown-text .left-side{
    font-size: 41px;
}

.banner-countdown-text .right-side{
    font-size: 19px;
    margin-top: 10px;
    text-align: right;
    line-height: 1.4;
}

.banner-countdown-text .bold {
    font-weight: bold;
}

.banner-countdown-text .uppercase {
}

.banner-countdown-text img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    width: 245px !important;
    margin-top: 2px;
}

.ArchetypesCaptchaWidget .fieldErrorBox{
    display: none;
}

#gdpr-cookie-message {
    background-color: #fff;
    color: #545656;
    /*display:  none !important;*/
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul,
#gdpr-cookie-message h4,
#gdpr-cookie-message h5,
#gdpr-cookie-message label {
    color: #545656;
}

#gdpr-cookie-message h5 {
    margin: 15px 0;
}

#gdpr-cookie-message a {
    background-color: #fff;
    color: #545656;
    text-decoration: underline;
    border: 0;
}

#gdpr-cookie-message a:hover {
    color: #000;
    border: 0;
}

#gdpr-cookie-message button {
}

#gdpr-cookie-message #gdpr-cookie-accept,
#gdpr-cookie-message #gdpr-cookie-accept-all {
    border: 1px solid #545656;
    color: #ffffff;
    background-color: #545656;
}

#gdpr-cookie-message #gdpr-cookie-accept:hover,
#gdpr-cookie-message #gdpr-cookie-accept:focus,
#gdpr-cookie-message #gdpr-cookie-accept-all:hover,
#gdpr-cookie-message #gdpr-cookie-accept-all:focus {
    border: 1px solid #000;
    color: #000;
    background-color: #ffffff;
}


.video-item {
    position: relative;
    background-color: #3e3d40;
}

.google-map{
    position: relative;
    background-color: #3e3d40;
}

.video-element-cookie-accept,
.maps-element-cookie-accept {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-item .video-element-cookie-accept .btn-cookie-settings,
.google-map .maps-element-cookie-accept .btn-cookie-settings {
    text-decoration: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.video-element-cookie-accept,
.video-element-cookie-accept a,
.maps-element-cookie-accept,
.maps-element-cookie-accept a {
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.captchaImage img:nth-child(2) {
    display: none !important;
}

.qq-upload-button input[type="file"], .qq-upload-button input[type="file"]:hover,
.qq-upload-button{
    background-color: var(--ziegler-color-red);
}

.fa-clock-o:before{
    content: '\f017';
}

.fa-angle-right,
.fa-angle-left{
    font-weight: normal;
}