.theme-body .menu-wrapper .logo.logo-print {
    display: none;
}
.theme-body .mm-listview>li:not(.mm-divider)::after {
    left: 0px;
}
.theme-body .mm-listview .mm-next::before {
    display: none;
}
.theme-body .mm-listview .mm-next {
    font-family: "Material Icons";
    color: #e02638;
    font-size: 30px;
    text-align: center;
    line-height: 52px;
    padding: 0px;
}
.theme-body .customTab.resp-vtabs {
    display: table !important;
}
.theme-body .customTab.resp-vtabs .resp-tabs-list {
    display: table-cell;
    float: none;
}
.theme-body .customTab.resp-vtabs .resp-tabs-container {
    display: table-cell;
    float: none;
}
.has-bg-color {
    padding: 30px;
}
.light-font-display * {
    color: #fff !important;
}
.theme-body .container.relative {
    position: relative;
}
.theme-body .text-center {
    text-align: center;
}
.theme-body img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.theme-body #botario img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.theme-body .t3-layout-background-white {
    padding: 30px;
}
.theme-body .panel-heading {
    padding: 0px;
}
.theme-body .panel-heading>a {
    display: block;
    padding: 10px 15px;
}
.theme-body .content-wrapper .ce-bodytext {
    margin-bottom: 24px;
}
.theme-body .three-col-content .btn {
    text-align: center;
    display: block;
    margin-bottom: 0px;
}
.theme-body .hamberger {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 66px;
    color: #fff;
    background-color: #000;
    font-family: 'FontAwesome';
    cursor: pointer;
    display: none;
}
.theme-body .hamberger i {
    position: relative;
    left: 2px;
    transition: transform .1s linear;
}
.theme-body nav.mm-opened+.page-wrapper .hamberger i {
    transform: rotateZ(90deg);
    transition: transform .4s linear;
}
.panel-menu {
    position: absolute;
    left: 15px;
    width: 300px;
    top: 60px;
    background-color: #000;
    display: none;
}
.panel-service-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.panel-service-nav ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 33.33%;
    text-align: center;
}
.panel-service-nav ul li a {
    color: #fff;
    background: #e02638;
    padding: 5px;
    display: block;
    text-decoration: none !important;
}
.panel-main-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.panel-main-nav li.home i {
    font-size: 24px;
}
.panel-main-nav ul li {
    margin: 1px 0 0 0;
    padding: 0px;
    position: relative;
}
.panel-main-nav ul li a {
    padding: 10px;
    display: block;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none !important;
}
.panel-main-nav ul li.has_children i {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #e02638;
    cursor: pointer;
    color: #fff;
}
.panel-main-nav ul li.has_children>a {
    padding-left: 50px;
}
.panel-main-nav .level_2 {
    padding-left: 40px;
    display: none;
}
.panel-main-nav .level_3 {
    display: none;
    padding-left: 40px;
}
.panel-main-nav .level_2 li>i+a,
.panel-main-nav .level_2 li>a {
    background-color: #535353;
}
.theme-body .top-wrapper.top-wrapper-fixed {
    position: fixed;
}
.theme-body .top-wrapper .container {
    position: relative;
    max-width: 100vw;
}
.theme-body .top-wrapper.top-wrapper-fixed .top-menu {
    display: none;
}
.theme-body .top-wrapper.top-wrapper-fixed .hamberger {
    display: none;
}
.theme-body .top-wrapper.top-wrapper-fixed ul.main-menu.megadropdown {
    display: block;
}
.theme-body .top-wrapper.top-wrapper-fixed ul.main-menu.megadropdown>li {
    border: 0;
}
.theme-body .top-wrapper.top-wrapper-fixed ul.main-menu.megadropdown>li>a {
    font-size: 18px;
    line-height: 40px;
}
.theme-body .top-wrapper.top-wrapper-fixed .header-contact h2 {
    font-size: 30px;
}
.theme-body .menu-wrapper.scrolled-relative-top-wrapper-fixed nav {
    display: none;
}
.theme-body .top-search-wrapper {
    float: left;
}
.theme-body .top-nav-wrapper {
    float: left;
}
.theme-body .top-nav-wrapper .top-menu {
    margin: 0px;
    padding: 0px;
    float: left;
}
.theme-body .top-nav-wrapper .top-menu li {
    float: left;
    font-size: 17px;
    font-weight: 300;
    margin-left: 24px;
}
.theme-body .top-nav-wrapper .top-menu li:first-child {
    margin-left: 0px;
}
.theme-body .top-nav-wrapper .top-menu li a {
    color: #fff;
    line-height: 60px;
    display: block;
}
.theme-body .top-nav-wrapper ul.main-menu.megadropdown {
    display: none;
}
.theme-body .menu-wrapper nav {
    float: left;
    width: 66.66667%;
}
@media screen and (min-width: 1201px) {
    .theme-body .menu-wrapper nav {
        float: left;
        width: 75%;
    }
}
.theme-body ul.main-menu.megadropdown {
    padding: 0px;
    margin: 0px;
    float: left;
    height: auto;
}
.theme-body .menu-innerWrap {
    position: relative;
}
.theme-body ul.main-menu.megadropdown {
    background-color: rgba(48, 48, 48, 0.5);
}
.theme-body ul.main-menu.megadropdown li:hover .level_2 {
    top: 55px;
}
.theme-body ul.main-menu.megadropdown>li:first-child {
    margin-left: 0px;
}
.theme-body ul.main-menu.megadropdown>li>a {
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    display: block;
}
.theme-body ul.main-menu.megadropdown>li.home>a {
    padding: 0 20px;
}
.theme-body ul.main-menu.megadropdown>li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.theme-body ul.main-menu.megadropdown>li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.theme-body ul.main-menu.megadropdown>li:first-child {
    border-left: none;
}
.theme-body ul.main-menu.megadropdown>li:hover .level_2 {
    display: block;
}
.theme-body ul.main-menu.megadropdown .level_2 {
    position: absolute;
    width: 100%;
    left: 0px;
    background-color: #fff;
    display: none;
    top: inherit !important;
    margin: 0px;
    padding: 45px 0 0 0;
}
.theme-body ul.main-menu.megadropdown .level_2>li {
    width: 25%;
    float: left;
    border-left: 1px solid #d5d4d9;
    margin-bottom: 45px;
    position: relative;
}
.theme-body ul.main-menu.megadropdown .level_2>li:nth-child(4n+1) {
    border: none;
}
.theme-body ul.main-menu.megadropdown .level_3 {
    margin-top: 20px;
}
.theme-body ul.main-menu.megadropdown .level_3>li {
    float: none;
    display: block;
}
.theme-body ul.main-menu.megadropdown .level_3>li>a {
    padding: 0px;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 30px;
    display: block;
}
.theme-body ul.main-menu.megadropdown .level_3>li:hover>a {
    background-color: #d5d4d9;
}
.theme-body .menu-wrapper .logo {
    float: right;
    width: 27.7037%;
}
.theme-body .content-wrapper .breadcrumb {
    display: none;
}
.theme-body .content-wrapper .element-textmedia .ce-textpic.ce-below {
    margin-top: 35px;
}
.theme-body .content-wrapper .element-textmedia .ce-textpic.ce-below:first-child {
    margin-top: 0px;
}
.theme-body .content-wrapper .element-textmedia h1,
.theme-body .content-wrapper .element-textmedia p {
    margin-top: 0px;
}
.theme-body .content-wrapper .element-gridelements_pi1>.row {
    padding: 0px;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic {
    position: relative;
    margin: 0px;
}
.theme-body .t3-layout-block {
    background-color: transparent !important;
    width: 25%;
    float: left;
    padding: 0 15px;
    margin: 30px 0 0 0;
}
.theme-body .t3-layout-block>span {
    width: 100%;
    display: block;
    float: left;
}
.theme-body .t3-layout-block .t3-layout-tiles,
.theme-body .t3-layout-block .t3-layout-tiles>div {
    width: 100%;
    float: left;
    height: 100%;
}
.theme-body .t3-layout-block .t3-layout-tiles,
.theme-body .t3-layout-block .t3-layout-tiles>div>.ce-textpic {
    width: 100%;
    float: left;
    height: 100%;
}
.theme-body .t3-layout-block.t3-layout-background-transparent .t3-layout-tiles .ce-textpic {
    background-color: transparent;
}
.theme-body .t3-layout-block.t3-layout-background-light-green .t3-layout-tiles .ce-textpic {
    background-color: #4cb05b;
}
.theme-body .t3-layout-block.t3-layout-background-dark-green .t3-layout-tiles .ce-textpic {
    background-color: #115427;
}
.theme-body .t3-layout-block.t3-layout-background-orange .t3-layout-tiles .ce-textpic {
    background-color: #ef7c00;
}
.theme-body .t3-layout-block.t3-layout-background-red .t3-layout-tiles .ce-textpic {
    background-color: #be1925;
}
.theme-body .t3-layout-block.t3-layout-background-yellow .t3-layout-tiles .ce-textpic {
    background-color: #ffd518;
}
.theme-body .t3-layout-block.t3-layout-background-light-blue .t3-layout-tiles .ce-textpic {
    background-color: #36a9e0;
}
.theme-body .t3-layout-block.t3-layout-background-dark-blue .t3-layout-tiles .ce-textpic {
    background-color: #18407e;
}
.theme-body .t3-layout-block.t3-layout-background-black .t3-layout-tiles .ce-textpic {
    background-color: #303030;
}
.theme-body .t3-layout-background-grey {
    background: #e9e9eb;
}
.theme-body .t3-layout-background-dark-grey {
    background: #535353;
}
.theme-body .t3-layout-equal-height .two-col-content .default-wrap {
    margin-bottom: 30px;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext {
    margin: 0px !important;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 8px;
    max-height: 38px;
    overflow: hidden;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext * {
    color: #fff;
    line-height: 1.3em;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext p {
    font-weight: 500;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext p:last-child {
    margin-bottom: 0px;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext p:first-child {
    margin-top: 0px;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery {
    margin-bottom: 0px;
    height: 100%;
    text-align: center;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery .ce-outer,
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery .ce-inner,
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery .ce-row,
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery .ce-column,
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery figure {
    height: 100%;
    width: 100%;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery .ce-outer,
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery .ce-inner {
    position: initial;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery figure {
    width: 100%;
    display: table;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery figure>a {
    display: table-cell;
    vertical-align: middle;
}
.theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-gallery figure img {
    display: inline-block;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .tab-link {
    margin: 28px auto;
    text-align: center;
    max-width: 80%;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .tab-link li {
    font-weight: 400;
    font-family: 'Roboto', arial, verdana, sans-serif;
    padding: 10px 12px;
    margin: 7px;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .tab-link li.selected {
    background: #EF7D00;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia {
    text-align: left;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia h4 {
    color: #000;
    font-weight: 500;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia p {
    line-height: 25px;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic.ce-intext {
    margin-top: 0px;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic {
    margin-left: -15px;
    margin-right: -15px;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic .ce-gallery {
    width: 35%;
    padding: 0 15px;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic .ce-gallery img {
    width: 100%;
    height: auto;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic .ce-bodytext {
    width: 65%;
    padding: 0 15px;
    height: 234px;
    overflow: hidden;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-intext.ce-left .ce-gallery {
    margin: 0px;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter>div {
    padding: 30px;
    background-color: #fff;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter>div:hover {
    background-color: #EF7D00;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter>div:hover h4::after {
    color: #ffffff;
}
.theme-body .content-wrapper .tx-ozp-contentfilter .contentcontener {
    margin-left: -15px;
    margin-right: -15px;
}
.theme-body .footer-nav-wrapper {
    padding: 60px 0 40px 0;
}
.theme-body .footer-nav-wrapper .container,
.theme-body .footer-wrapper .container {
    width: 1320px;
}
.theme-body .footer-nav-wrapper .deep-footer-menu>li>a {
    margin-bottom: 20px;
    display: block;
}
.theme-body .footer-nav-wrapper .deep-footer-menu li ul li {
    margin-bottom: 10px;
    max-width: unset;
    padding-left: 0;
}
.theme-body .footer-nav-wrapper .deep-footer-menu li ul li:last-child {
    margin-bottom: 0px;
}
.theme-body .footer-nav-wrapper .deep-footer-menu li ul li a {
    font-weight: 300;
}
.theme-body .footer-wrapper {
    padding: 24px 0 30px 0;
}
.theme-body .footer-wrapper .footer-menu {
    float: left;
    padding-left: 0;
    margin: 70px 0 0 0;
}
.theme-body .footer-wrapper .footer-menu li:first-child {
    margin-left: 0px;
}
.theme-body .footer-wrapper .footer-menu li a {
    color: #fff;
}
.theme-body .footer-wrapper .logo img {
    width: 334px;
}
.theme-body ul.deep-footer-menu {
    margin: 0 -15px;
}
.theme-body .content-wrapper .t3-layout-testimonial h6 {
    font-size: 23px;
    font-weight: 600;
}
.theme-body .content-wrapper .t3-layout-testimonial p {
    font-size: 18px;
}
.theme-body .t3-layout-background-white.t3-layout-testimonial {
    padding: 35px 35px 25px 35px;
}
.theme-body .t3-layout-background-white.t3-layout-testimonial img {
    width: 100%;
    max-width: 400px;
}
.theme-body .t3-layout-testimonial .ce-gallery {
    margin-bottom: 35px;
}
.theme-body .t3-layout-testimonial .t3-layout-equal-height .ce-bodytext {
    padding-bottom: 50px;
}
.theme-body .t3-layout-equal-height {
    position: relative;
}
.theme-body .t3-layout-testimonial .t3-layout-equal-height .ce-bodytext p:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: #e9e9eb solid 6px;
    padding-top: 15px;
}
.theme-body .t3-layout-testimonial .t3-layout-equal-height .ce-bodytext p:last-child i {
    font-style: normal;
}
.theme-body .t3-layout-testimonial .ce-center .ce-outer {
    float: none;
    position: static;
    text-align: center;
}
.theme-body .t3-layout-testimonial .ce-center .ce-inner {
    position: static;
    float: none;
}
.theme-body .news-list-item,
.theme-body .news-list-item p {
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.5;
}
@media all and (max-width: 767px) {
    .theme-body .news-list-item,
    .theme-body .news-list-item p {
        font-size: 1em;
        line-height: 1.5;
    }
}
.theme-body .news-list-item:last-child {
    margin-bottom: 0;
}
.theme-body .news-list-item h2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 36px;
}
.theme-body .news-list-item .description {
    margin-bottom: 20px;
}
.theme-body .news-list-item .btn-read-more {
    padding-right: 18px;
    position: relative;
}
.theme-body .news-list-item .btn-read-more:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f0da";
    color: #30a8e0;
}
.theme-body .news-list-item .btn-read-more:hover {
    text-decoration: none;
    color: #EF7D00;
}
.theme-body .news-list-item .btn-read-more:hover:after {
    color: #EF7D00;
}
.theme-body .top-nav-wrapper {
    margin-right: 0px;
}
.theme-body .header-contact {
    float: left;
    color: #fff;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 45px;
    margin-right: 45px;
}
.theme-body .header-contact h2 {
    margin: 0;
    line-height: 60px;
}
.theme-body .top-search-wrapper {
    float: right;
    margin-right: 35px;
}
.theme-body .top-search-wrapper .search-field {
    background: #535353;
    width: 230px;
    height: 60px;
    border: 0;
    line-height: 60px;
    padding: 0 0 0 22px;
    color: #fff;
    float: left;
}
.theme-body .top-search-wrapper input[type=submit] {
    background: #535353 url(../images/search.png) left 14px center no-repeat;
    width: 60px;
    height: 60px;
    border: 0;
    cursor: pointer;
    float: left;
}
.theme-body .top-search-wrapper .search-field:focus,
.theme-body .top-search-wrapper input[type=submit]:focus {
    outline: none;
}
.theme-body .top-social {
    float: right;
    color: #fff;
}
.theme-body .social-links {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 60px;
}
.theme-body .social-links li {
    display: inline-block;
    margin-right: 10px;
}
.theme-body .social-links li:last-child {
    margin-right: 0;
}
.theme-body .social-links li .fa {
    font-size: 24px;
}
.theme-body .social-links li a {
    color: #fff;
}
.theme-body .social-links li a:hover {
    color: #be1925;
}
.theme-body .social-links li.facebook {
    margin-right: 16px;
}
.theme-body .social-links li.twitter {
    margin-right: 30px;
}
.theme-body .social-links li.whatsapp .fa {
    margin-left: 6px;
}
.theme-body .lang-menu {
    padding: 0;
    margin: 0 0 0 24px;
    float: left;
}
.theme-body .lang-menu li {
    margin-right: 10px;
    line-height: 60px;
}
.theme-body .lang-menu li:last-child {
    margin-right: 0;
}
.theme-body .lang-menu li.active {
    display: none;
}
.theme-body .lang-menu li a {
    width: 34px;
    height: 60px;
    display: inline-block;
    text-indent: -999999em;
}
.theme-body .lang-menu li.de a {
    background: url(../images/de.png) center center no-repeat;
}
.theme-body .lang-menu li.en a {
    background: url(../images/en.png) center center no-repeat;
}
.theme-body ul.main-menu .home a {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../images/home.png) no-repeat center center;
}
.theme-body .t3-layout-background-white.t3-layout-request-block {
    padding: 35px;
    text-align: center;
    margin: 30px 0;
}
.theme-body .t3-layout-background-white.t3-layout-request-block:only-child {
    padding: 35px;
    text-align: center;
    margin: 0;
}
.theme-body .t3-layout-background-white.t3-layout-request-block:last-child {
    margin-bottom: 0;
}
.theme-body .t3-layout-background-white.t3-layout-request-block h3 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 5px;
    line-height: 32px;
    font-weight: 600;
}
.theme-body .t3-layout-background-white.t3-layout-request-block h2 {
    font-size: 42px;
    margin: 0;
    font-weight: bold;
}
.theme-body .t3-layout-background-white.t3-layout-request-block h2 a {
    color: #EF7D00;
}
.theme-body .t3-layout-background-white.t3-layout-request-block h2 a[href^=tel] {
    background: url(../images/tel-red.png) left top 3px no-repeat;
    padding-left: 48px;
    min-height: 30px;
}
.theme-body .t3-layout-background-white.t3-layout-request-block h2 a[href^=tel]:hover {
    text-decoration: none;
}
.theme-body .t3-layout-background-white.t3-layout-request-block h2+p {
    font-size: 18px;
    margin-bottom: 30px;
}
.theme-body .t3-layout-background-white.t3-layout-request-block p:last-child a.btn {
    margin-bottom: 0;
}
.theme-body .arrow-link {
    padding: 0 0 0 18px;
    display: inline-block;
    color: #000;
    position: relative;
    margin: 0 10px 0 1px;
}
.theme-body .arrow-link:hover {
    color: #EF7D00;
    text-decoration: none;
}
.theme-body .arrow-link:before {
    content: "\f0da";
    font: normal normal normal 26px/28px FontAwesome;
    color: #EF7D00;
    position: absolute;
    left: 0;
    top: 0;
}
.theme-body .arrow-link:last-child {
    padding-right: 0;
}
.theme-body .btn-arrow {
    padding-right: 28px;
    position: relative;
}
.theme-body .btn-arrow:after {
    content: "\f0da";
    font: normal normal normal 26px/26px FontAwesome;
    color: #313131;
    position: absolute;
    right: 8px;
    top: 0;
}
.theme-body .btn-arrow:hover:after {
    color: #313131;
}
.theme-body .side-menu>ul>li {
    font-size: 16px;
    border-top: 1px solid #fff;
}
.theme-body .side-menu>ul>li:last-child {
    border-bottom: 1px solid #fff;
}
.theme-body .side-menu {
    margin-bottom: 80px;
}
.theme-body .side-menu:last-child {
    margin-bottom: 80px;
}
.theme-body .side-menu>ul>li.active>a,
.theme-body .side-menu>ul>li.active>i+a {
    color: #fff;
    background-color: #e02638 !important;
}
.theme-body .side-menu>ul>li.active.side-menu-has-sub i {
    color: #fff;
}
.theme-body .side-menu>ul>li a {
    display: block;
    padding: 10px 15px 10px 40px;
    background-color: transparent;
    text-align: right;
    color: #000;
}
.theme-body .side-menu>ul>li:hover>a,
.theme-body .side-menu>ul>li:hover>i+a {
    background-color: #d2cfd8;
}
.theme-body .side-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.theme-body .side-menu ul li {
    margin: 0px;
    padding: 0px;
    position: relative;
    color: #fff;
    word-wrap: break-word;
}
.theme-body .side-menu ul li a {
    text-decoration: none;
}
.theme-body .side-menu .side-menu-has-sub i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    color: #e02638;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.theme-body .side-menu .side-menu-has-sub i.aside-sub-open {
    transform: rotate(-90deg);
}
.theme-body .side-menu .side-menu-has-sub ul {
    display: none;
    padding: 5px 0;
    border-top: 1px solid #fff;
}
.theme-body .side-menu .side-menu-has-sub ul li {
    font-size: 14px;
}
.theme-body .side-menu .side-menu-has-sub ul li a {
    padding: 5px;
    background-color: transparent;
}
.theme-body .side-menu .side-menu-has-sub ul li:hover>a,
.theme-body .side-menu .side-menu-has-sub ul li.active>a {
    color: #e02638;
}
.theme-body .side-menu .side-menu-has-sub ul li.side-menu-has-sub i {
    top: -8px;
}
.theme-body .side-menu .side-menu-has-sub .side-menu-has-sub.active ul {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 6px;
}
.theme-body .accordion.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.theme-body .accordion .panel-default>.panel-heading {
    background-image: none;
    background-color: #fff;
    border-radius: 0px;
}
.theme-body .accordion .panel-default>.panel-heading h4 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', arial, verdana, sans-serif;
    line-height: normal;
    max-width: 95%;
}
.theme-body .accordion .panel-default>.panel-heading>a {
    padding: 12px 30px 8px 30px;
    text-decoration: none;
    position: relative;
}
.theme-body .accordion .panel-heading .panel-title i:before {
    display: none;
}
.theme-body .accordion .panel-heading .panel-title i {
    position: absolute;
    right: 30px;
    top: 2px;
    width: 9px;
    height: 100%;
    background: url('../images/accordion-arrow-normal.png') no-repeat center center;
    margin: 0px;
}
.theme-body .accordion .panel-default>.panel-heading:hover,
.theme-body .accordion .panel-default>.panel-heading.active {
    background-color: #EF7D00;
}
.theme-body .accordion .panel-default>.panel-heading:hover h4,
.theme-body .accordion .panel-default>.panel-heading.active h4 {
    color: #fff;
}
.theme-body .accordion .panel-heading:hover .panel-title i,
.theme-body .panel-heading.active .panel-title i {
    background: url('../images/accordion-arrow-active.png') no-repeat center center;
}
.theme-body .accordion .panel-heading.active .panel-title i {
    transform: rotate(-90deg);
    right: 35px;
}
.theme-body .t3-layout-background-white .accordion .panel-default>.panel-heading {
    background-color: #dddddd;
}
.theme-body .t3-layout-background-white .accordion .panel-default>.panel-heading .panel-title i {
    transform: rotate(90deg);
    right: 35px;
}
.theme-body .t3-layout-background-white .accordion .panel-default>.panel-heading.active i {
    transform: rotate(-90deg);
}
.theme-body .t3-layout-background-white .accordion .panel-default>.panel-heading:hover,
.theme-body .t3-layout-background-white .accordion .panel-default>.panel-heading.active {
    background-color: #EF7D00;
}
.theme-body .accordion .panel-body {
    border: none;
    padding: 30px;
}
.theme-body .accordion .panel-body .element-textmedia h4 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Roboto Regular', arial, verdana, sans-serif;
    font-weight: 600;
}
.theme-body .accordion .panel-body .element-textmedia p {
    font-size: 18px;
    line-height: 25px;
}
.theme-body .accordion .panel-body .element-textmedia li {
    font-size: 18px;
    line-height: 25px;
}
@media screen and (max-width: 1599px) {
    .theme-body ul.main-menu.megadropdown>li>a {
        padding: 10px;
    }
    .theme-body ul.main-menu.megadropdown>li>a {
        font-size: 18px;
    }
    .theme-body .content-wrapper .three-col-content .element-textmedia h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .theme-body .three-col-content .btn {
    }
    .theme-body .content-wrapper .three-col-content .element-textmedia p {
        font-size: 16px;
    }
    .theme-body .footer-nav-wrapper .container,
    .theme-body .footer-wrapper .container {
        width: 1170px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .theme-body .top-nav-wrapper {
        margin-right: 0px;
    }
    .theme-body .top-search-wrapper {
        margin-right: 20px;
    }
    .theme-body .header-contact {
        margin-right: 0px;
    }
    .theme-body .t3-layout-background-white.t3-layout-request-block h2 {
        font-size: 20px;
        line-height: normal;
    }
    .theme-body .t3-layout-background-white.t3-layout-request-block h2 a[href^="tel"] {
        background-position: center top;
        display: inline-block;
        margin: 10px 0;
        padding-left: 0px;
        padding-top: 40px;
        line-height: 30px;
    }
    .theme-body .t3-layout-request-block .btn-arrow::after {
        font-size: 22px;
        line-height: 38px;
    }
    .theme-body .t3-layout-request-block .btn-primary {
        font-size: 15px;
    }
    .theme-body .t3-layout-background-white.t3-layout-request-block h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext p {
        font-size: 12px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1440px) {
    .theme-body .top-wrapper.top-wrapper-fixed .top-search-wrapper {
        display: block !important;
    }
    .theme-body .top-wrapper-fixed .header-contact {
        display: none !important;
    }
}
@media screen and (min-width: 1201px) {
    .theme-body .top-search-wrapper {
        display: block !important;
    }
}
@media screen and (max-width: 1200px) {
    .theme-body ul.main-menu.megadropdown .level_2>li>a,
    .theme-body ul.main-menu.megadropdown .level_3>li>a {
        font-size: 14px;
    }
    .theme-body ul.main-menu.megadropdown>li>a {
        font-size: 14px;
    }
    .theme-body .top-social .social-links li:nth-child(2) {
        display: none;
    }
    .theme-body .top-social .social-links li.whatsapp {
        font-size: 0px;
    }
    .theme-body .top-social .social-links li {
        margin: 0px;
        padding: 0px;
    }
    .theme-body .top-social .social-links li.whatsapp i {
        margin: 0px;
        position: relative;
        top: 5px;
    }
    .theme-body .top-social .social-links li.whatsapp span {
        display: none;
    }
    .theme-body .top-social .social-links li {
        float: left;
        width: 60px;
        text-align: center;
        background-color: #242424;
    }
    .theme-body .top-social .social-links li a {
        display: block;
        line-height: 60px;
    }
    .theme-body .top-social .social-links li {
        margin-left: 1px;
    }
    .theme-body .top-search-wrapper {
        margin-right: 0;
    }
    .theme-body .top-wrapper.top-wrapper-fixed .top-search-wrapper {
        display: none !important;
    }
    .theme-body .top-nav-wrapper {
        margin-right: 0px;
    }
    .theme-body .header-contact {
        margin-right: 30px;
    }
    .two-col-content-six-four>div:last-child {
        margin-top: 30px;
    }
    .theme-body .content-wrapper {
        padding: 30px;
    }
    .theme-body .t3-layout-block {
        display: inline-block;
    }
    .theme-body .t3-layout-testimonial .row>div {
        margin-top: 30px;
    }
    .theme-body .t3-layout-testimonial .row>div:nth-child(1),
    .theme-body .t3-layout-testimonial .row>div:nth-child(2) {
        margin-top: 0px;
    }
}
@media screen and (max-width: 991px) {
    .theme-body .menu-wrapper nav {
        display: none;
    }
    .theme-body .top-menu {
        display: none !important;
    }
    .theme-body .lang-menu {
        margin-left: 0px;
    }
    .theme-body .hamberger {
        margin-right: 20px;
        display: block !important;
    }
    .theme-body .top-nav-wrapper {
        margin-right: 0px;
    }
    .theme-body .header-contact {
        padding-left: 30px;
        margin-right: 20px;
        background-size: 20px;
    }
    .theme-body .top-wrapper.top-wrapper-fixed ul.main-menu.megadropdown {
        display: none;
    }
    .theme-body .header-contact h2,
    .theme-body .top-wrapper.top-wrapper-fixed .header-contact h2 {
        font-size: 16px;
    }
    .aside {
        margin-top: 80px;
    }
    .theme-body .customTab span.hidden {
        display: none;
        visibility: hidden;
    }
    .theme-body .customTab.resp-vtabs {
        display: block !important;
    }
    .theme-body .customTab.resp-vtabs .resp-tabs-list {
        display: none;
        float: left;
    }
    .theme-body .customTab.resp-vtabs .resp-tabs-container {
        display: inherit;
        float: left;
        border-top: 1px solid #c1c1c1;
    }
    .theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic .ce-bodytext {
        height: auto;
    }
    .theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter {
        height: auto;
    }
    .theme-body .content-wrapper .tx-ozp-contentfilter .tab-link li {
        margin: 5px;
        font-size: 14px;
        padding: 5px;
    }
    .theme-body .column2 .items-cfilter {
        width: 100%;
    }
    .theme-body .footer-nav-wrapper .container,
    .theme-body .footer-wrapper .container {
        width: 750px;
    }
    .theme-body .footer-wrapper .logo {
        width: 100%;
        float: left;
    }
    .theme-body .footer-wrapper .social-links {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .theme-body .footer-wrapper .footer-menu {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext p {
        font-size: 13px;
    }
    .t3-layout-tiles .ce-textpic img {
        width: 60px;
    }
    .resp-arrow {
        margin-top: 6px;
    }
}
.theme-body .deep-footer-menu li {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .theme-body .t3-layout-block {
        width: 25%;
    }
    .theme-body .content-wrapper .element-textmedia h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .theme-body .content-wrapper .element-textmedia h4 {
        font-size: 25px;
        line-height: 30px;
    }
    .theme-body .t3-layout-background-white.t3-layout-request-block h3,
    .theme-body .content-wrapper .element-textmedia h3 {
        font-size: 20px;
        line-height: 25px;
    }
    body {
        word-wrap: break-word;
    }
    .theme-body .btn-primary {
        white-space: inherit;
        font-size: 14px;
    }
    .theme-body .btn-download {
        padding-right: 30px;
        background-size: 15px !important;
    }
    .ce-gallery img {
        display: inline-block;
    }
    .element-gridelements_pi1 .t3-layout-equal-height .row.two-col-content .col-12.col-sm-6 img {
        margin: 0 auto;
        display: block;
    }
    .news-list-view .row>div:first-child {
        margin-bottom: 30px;
    }
    .theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic .ce-gallery {
        width: 100%;
        margin-bottom: 30px !important;
    }
    .theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic .ce-bodytext {
        width: 100%;
    }
    .theme-body .content-wrapper .tx-ozp-contentfilter .items-cfilter .element-textmedia .ce-textpic .ce-gallery {
        display: none;
    }
    .theme-body .hamberger {
        margin-right: 10px;
    }
    .theme-body .top-nav-wrapper {
        margin-right: 0px;
    }
    .theme-body .header-contact {
        margin-right: 0px;
    }
    .theme-body .header-contact h2,
    .theme-body .top-wrapper.top-wrapper-fixed .header-contact h2 {
        font-size: 12px;
    }
    .theme-body .top-social .social-links {
        font-size: 0px;
    }
    .theme-body .top-social .social-links li {
        margin: 0px;
    }
    .theme-body .top-social .social-links li .fa {
        position: relative;
        top: 5px;
        font-size: 16px;
    }
    .theme-body .top-social {
        margin-top: 0px;
        width: 60px;
    }
    .theme-body .top-social .social-links li {
        width: 30px;
    }
    .theme-body .top-social .social-links li a {
        line-height: 30px;
    }
    .theme-body .t3-layout-background-white.t3-layout-request-block h2 {
        font-size: 14px;
        line-height: normal;
    }
    .theme-body .t3-layout-background-white.t3-layout-request-block h2 a[href^="tel"] {
        background-position: center top;
        display: inline-block;
        margin: 10px 0;
        padding-left: 0px;
        padding-top: 40px;
        line-height: 30px;
    }
    .theme-body .t3-layout-request-block .arrow-link {
        padding-right: 5px;
        display: inline-block;
    }
    .theme-body .t3-layout-request-block .btn-arrow::after {
        font-size: 18px;
        line-height: 35px;
        right: 5px;
    }
    .theme-body .t3-layout-request-block .btn-primary {
        font-size: 12px;
    }
    .theme-body .t3-layout-request-block .btn-arrow {
        padding-right: 20px;
    }
    .theme-body .t3-layout-testimonial .row>div:nth-child(2) {
        margin-top: 30px;
    }
    .theme-body .deep-footer-menu li {
        margin-bottom: 20px;
    }
    .theme-body .deep-footer-menu li ul li {
        margin-top: 10px;
    }
    .theme-body .deep-footer-menu li ul li:nth-child(2) {
        margin-top: 10px;
    }
    .theme-body .footer-nav-wrapper .deep-footer-menu>li>a {
        margin-bottom: 10px;
    }
    .theme-body .footer-wrapper .logo img {
        width: auto;
        max-width: 425px;
    }
    .theme-body .footer-wrapper .social-links li .fa {
        top: 0px;
    }
    .theme-body .footer-nav-wrapper .container,
    .theme-body .footer-wrapper .container {
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .theme-body .t3-layout-block {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .theme-body .deep-footer-menu>li {
        width: 100%;
    }
    .theme-body .deep-footer-menu>li:nth-child(2) {
        margin-top: 0px;
    }
}
@media screen and (max-width: 350px) {
    .t3-layout-tiles .ce-textpic img {
        width: 50px !important;
    }
    .theme-body .content-wrapper .main-content>div>.element-gridelements_pi1 .t3-layout-tiles .ce-textpic .ce-bodytext p {
        font-size: 11px;
        font-weight: 300;
    }
}
@media all and (min-width: 0) and (max-width: 767px) {
    #page_12 .t3-layout-background-white .element-textmedia .ce-textpic .ce-gallery {
        float: none;
    }
    #page_261 .t3-layout-background-white .element-gridelements_pi1 .element-textmedia .ce-textpic .ce-gallery {
        float: none;
    }
}
.tx-indexedsearch-searchbox legend,
#mmsearch legend {
    display: none;
}
.tx-indexedsearch-searchbox input[type="text"],
#mmsearch .tx-indexedsearch-searchbox input[type="text"] {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    background: #f6f7f0;
    position: relative;
    margin-bottom: 20px;
}
.tx-indexedsearch-searchbox input[type="text"]:focus,
#mmsearch .tx-indexedsearch-searchbox input[type="text"]:focus {
    outline: #be1925 auto 5px;
    outline-offset: -2px;
}
.tx-indexedsearch-search-submit,
#mmsearch .tx-indexedsearch-search-submit {
    text-align: right;
}
.tx-indexedsearch-searchbox input[type="submit"],
#mmsearch .tx-indexedsearch-searchbox input[type="submit"] {
    font-size: 1em;
    border-radius: 5px;
    padding: 10px 12px;
    line-height: 1.125;
    background: #be1925;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    text-shadow: none;
    white-space: normal;
    text-align: left;
}
.tx-indexedsearch-searchbox input[type="submit"]:hover,
#mmsearch .tx-indexedsearch-searchbox input[type="submit"]:hover {
    background: #be1925;
}
.tx-indexedsearch-form>label,
#mmsearch .tx-indexedsearch-form>label {
    float: left;
    display: none;
}
.top-search-wrapper>div {
    display: none;
}
.top-search-wrapper>div.tx-indexedsearch-searchbox {
    display: block;
}
ul.tx-indexedsearch-browsebox {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.tx-indexedsearch-res {
    background-color: #f6f7f0;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.tx-indexedsearch-text-item-size,
.tx-indexedsearch-text-item-crdate,
.tx-indexedsearch-text-item-mtime {
    display: none;
}
.tx-indexedsearch-text-item-path {
    display: inline-block;
}
.ce-intext.ce-left .ce-gallery,
.items-cfilter .ce-intext.ce-left .ce-gallery,
.ce-intext.ce-right .ce-gallery,
.items-cfilter .ce-intext.ce-right .ce-gallery {
    max-width: 100%;
    float: none;
}
@media all and (min-width: 30em) {
    .ce-intext.ce-left .ce-gallery,
    .ce-intext.ce-right .ce-gallery {
        max-width: 50%;
    }
    .items-cfilter .ce-intext.ce-left .ce-gallery,
    .items-cfilter .ce-intext.ce-right .ce-gallery,
        {
        max-width: 100%;
        float: none;
    }
}
@media all and (min-width: 48em) {
    .ce-intext.ce-left .ce-gallery {
        max-width: 40%;
        float: left;
    }
    .ce-intext.ce-right .ce-gallery {
        max-width: 40%;
        float: right;
    }
    .items-cfilter .ce-intext.ce-left .ce-gallery,
    .items-cfilter .ce-intext.ce-left .ce-gallery {
        max-width: 100%;
        float: none;
    }
}
@media all and (min-width: 80em) {
    .ce-intext.ce-left .ce-gallery,
    .ce-intext.ce-right .ce-gallery {
        max-width: 33.3333%;
    }
    .items-cfilter .ce-intext.ce-left .ce-gallery,
    .items-cfilter .ce-intext.ce-right .ce-gallery {
        max-width: 100%;
        float: none;
    }
}
.element-table h3 {
    font-family: "Roboto Slab";
    font-weight: 400;
}
.resp-tab-content {
    padding: 15px;
}
@media all and (min-width: 48em) {
    .resp-tab-content {
        padding: 30px;
    }
}
.logo img {
    width: 300px;
    height: auto;
}
.element-gridelements_pi1 .row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.element-gridelements_pi1 .row img {
    max-width: 100%;
    height: auto;
}
.content-wrapper {
    padding: 80px;
}
.footer-nav-wrapper {
    background: #fff;
    padding: 60px 0;
}
.footer-wrapper {
    background: #303030;
    padding: 30px 0;
}
.t3-layout-testimonial {
    background: #fff
}
.t3-layout-testimonial img {
    width: 225px;
    height: auto;
}
.t3-layout-tiles .ce-textpic {
    width: 130px;
    height: 130px;
    background: #be1925;
    color: #fff;
    float: left;
    margin: 15px;
}
.t3-layout-tiles .ce-textpic img {
    width: 70px;
    height: auto;
}
.t3-layout-tiles {
    text-align: center
}
.t3-layout-accordion h4 {
    background: #fff
}
.t3-layout-accordion h4:after {
    color: #be1925;
}
.t3-layout-accordion h4.active {
    background: #be1925;
    color: #fff;
}
.t3-layout-accordion h4.active:after {
    color: #fff;
}
.customTab {
    margin: 30px 0 !important;
}
ul.deep-footer-menu a {
    color: #000;
}
ul.deep-footer-menu {
    font-weight: bold;
}
ul.deep-footer-menu ul {
    font-weight: normal;
}
.btn-primary:hover {
    background: #be1925;
    color: #fff;
}
.footer-wrapper .logo {
    width: 340px;
    float: right
}
.footer-wrapper .logo img {
    width: 340px;
    height: auto;
}
.tx-ozp-contentfilter .tab-link li {
    background: #fff;
    color: #000;
    padding: 10px 15px;
}
.tx-ozp-contentfilter .tab-link li.selected {
    background: #be1925;
    color: #fff;
}
.tx-ozp-contentfilter .items-cfilter h4 {
    margin-top: 0;
}
.tx-ozp-contentfilter .items-cfilter img {
    width: 170px;
    height: auto;
}
.resp-tab-active {
    border-top: 3px solid #e10719;
}
.resp-vtabs li.resp-tab-active {
    border-left: 3px solid #e10719;
}
.resp-tabs-list li {
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
}
.panel-group.accordion {
    margin: 30px 0;
}
#page_303 .tx-ozp-contentfilter .contentcontener {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#page_303 .tx-ozp-contentfilter .contentcontener .heading {
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    #page_303 .tx-ozp-contentfilter .contentcontener {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (max-width: 450px) {
    #page_303 .tx-ozp-contentfilter .contentcontener {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
#page_303 .tx-ozp-contentfilter li {
    list-style: none;
    padding-left: 0;
}
#page_303 .tx-ozp-contentfilter .content-link-box {
    margin-bottom: 60px;
}
#page_303 .content-wrapper .tx-ozp-contentfilter .contentcontener {
    margin-left: 0;
    margin-right: 0;
}
.top-nav-wrapper .lang-menu {
    display: none;
}
.aside .t3-layout-request-block a.btn {
    font-size: 0.8em;
}
.theme-body .top-social {
    display: none;
}
.theme-body .footer-wrapper .social-links {
    display: none;
}
.tx-indexedsearch-res {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px
}
.tx-indexedsearch-info {
    display: none
}
.theme-body .news-list-item .btn-read-more:after {
    color: #be1925;
}
.theme-body .has-bg-color a.btn {
    text-decoration: none
}
.tx-powermail .container-fluid {
    padding: 0;
}
.theme-body .element-login .form-control {
    color: #333 !important;
}
.theme-body .has-bg-color .element-login .btn-primary {
    color: #333 !important;
}
.header-bottom .globalerstoerer,
.header-bottom #maindisturber {
    position: absolute;
    display: none !important;
    margin: .5em 0 .5em auto;
    z-index: 40;
    width: 220px;
    height: auto;
    transform: rotateZ(3.25deg);
    bottom: -63px;
    right: 0;
}
.header-bottom .globalerstoerer img,
.header-bottom #maindisturber img {
    width: 100%;
    max-width: 220px;
}
.header-bottom #sidedisturber {
    display: block;
    position: fixed;
    z-index: 999;
    top: 75%;
    right: 0;
    width: 250px;
    height: 125px;
}
@media screen and (max-width: 767px) {
    #sidedisturber {
        display: none !important;
        position: static;
    }
    #maindisturber {
        display: none !important;
    }
}
@media all and (min-width: 768px) {
    .header-bottom .globalerstoerer,
    .header-bottom #maindisturber {
        left: 25%;
        top: 38%;
        right: inherit;
        margin: 0;
        transform: rotateZ(0);
    }
    .header-bottom .globalerstoerer img,
    .header-bottom #maindisturber img {
        width: 100%;
        max-width: 220px;
    }
    .header-bottom #sidedisturber {
        right: 0;
        top: 25vh;
        margin: 0;
        transform: rotateZ(0deg);
    }
    .header-bottom #sidedisturber img {
        width: 100%;
        max-width: 220px;
    }
}
@media all and (min-width: 1024px) {
    .header-bottom .globalerstoerer,
    .header-bottom #maindisturber {
        top: 38%;
        z-index: 40;
        width: 230px;
    }
    .header-bottom .globalerstoerer img,
    .header-bottom #maindisturber img {
        width: 100%;
        max-width: 230px;
    }
    .header-bottom #maindisturber {
        width: 250px;
    }
    .header-bottom #maindisturber img {
        width: 100%;
        max-width: 250px;
    }
    .header-bottom #sidedisturber {
        width: auto;
    }
    .header-bottom #sidedisturber img {
        width: 100%;
        max-width: 220px;
    }
}
@media all and (min-width: 1200px) {
    .header-bottom .globalerstoerer,
    .header-bottom #maindisturber {
        top: 31.25%;
    }
    .header-bottom #sidedisturber {
        width: auto;
    }
    .header-bottom #sidedisturber img {
        width: 100%;
        max-width: 220px;
    }
}
@media all and (min-width: 1280px) {
    .header-bottom .globalerstoerer,
    .header-bottom #maindisturber {
        top: 31.25%;
        z-index: 40;
        width: 270px;
    }
    .header-bottom .globalerstoerer img,
    .header-bottom #maindisturber img {
        width: 100%;
        max-width: 270px;
    }
    .header-bottom #maindisturber {
        width: 290px;
    }
    .header-bottom #maindisturber img {
        width: 100%;
        max-width: 290px;
    }
    .header-bottom #sidedisturber {
        width: auto;
    }
    .header-bottom #sidedisturber img {
        width: 100%;
        max-width: 220px;
    }
}
@media all and (min-width: 1600px) {
    .header-bottom .globalerstoerer,
    .header-bottom #maindisturber {
        top: 31.25%;
        width: 290px;
    }
    .header-bottom .globalerstoerer img,
    .header-bottom #maindisturber img {
        width: 100%;
        max-width: 290px;
    }
    .header-bottom #maindisturber {
        width: 360px;
    }
    .header-bottom #maindisturber img {
        width: 100%;
        max-width: 330px;
    }
    .header-bottom #sidedisturber {
        width: auto;
    }
    .header-bottom #sidedisturber img {
        width: 100%;
        max-width: 300px;
    }
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .theme-body img,
    .theme-body .content-section img {
        width: auto;
    }
    .theme-body .tx-indexedsearch-icon img {
        width: auto;
        border-radius: 0;
        display: none;
    }
    .theme-body .content-section .t3-layout-contact-box img,
    .theme-body .globalcta img {
        width: auto;
    }
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none),
(min-width: 1281px) {
    .element-gridelements_pi1 .row img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
@media screen\0 {
    .theme-body img,
    .theme-body .content-section img {
        width: auto;
    }
    .theme-body .tx-indexedsearch-icon img {
        width: auto;
        border-radius: 0;
        display: none;
    }
    .theme-body .content-section .t3-layout-contact-box img,
    .theme-body .globalcta img {
        width: auto;
    }
}
body#page_280 {
    overflow: hidden;
}
#page_280 .globalesheaderbild {
    display: none;
}
.ce-right.ce-nowrap h2 {
    margin-top: 0;
    padding-top: 0;
    line-height: 1 !important;
    margin-bottom: 16px;
}
@supports (-ms-ime-align:auto) and (not (-webkit-text-stroke:initial)) {
    .cc-compliance {
        display: block;
    }
}
.online-filiale {
    display: block;
    float: right;
    max-width: 114px;
    height: 100%;
    line-height: 60px;
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
    .header-contact h2 {
        font-size: 16px;
    }
}
.modal-backdrop {
    z-index: -1;
}
.modal-footer button {
    margin: 0;
    margin-left: 1em;
}
.modal .modal-footer .btn-greyed-out {
    background-color: #ccc;
}
#bio_ep_bg {
    z-index: 0;
    pointer-events: none;
}
