html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline; box-sizing: border-box; text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
font-smooth: always;  }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
max-width: 100%;
display: block;
height: auto;
}
nav:after,
nav ul:after {
content: "";
display: table;
clear: both;
}
nav ul li {
float: left;
}
input {
max-width: 100%;
}
input:focus {
outline: none;
} html, body {
font-family: 'Open Sans', sans-serif;
color: #494949;
}
body.header-open {
overflow: hidden;
}
h2, h3, h4, h5, h6 {
font-family: 'Droid Serif', serif;
}
a,
a:active,
.link {
color: #ed6825;
text-decoration: none;
transition: color .4s;
cursor: pointer;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
color: #ed6825;
text-decoration: underline;
}
b.bolder {
font-weight: 800;
}
table {
display: block;
max-width: 100%;
overflow: hidden;
position: relative;
}
table tbody {
position: relative;
display: block;
overflow-x: scroll;
}
table td {
padding: 10px 15px;
line-height: 1.2;
}
input[type="checkbox"] {
position: relative;
top: -2px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
width: 100%;
background-color: #fff;
border: 1px solid #dadada;
padding: 10px 15px;
margin-bottom: 15px;
outline: 0;
font-size: 15px;
}
.g-recaptcha {
margin-bottom: 15px;
}
input[type="submit"],
input[type="button"],
button:not([type="button"]),
.btn-default,
.btn-default:focus {
border: 0;
font-size: 20px;
background-color: #ed6825;
padding: 5px 10px;
text-transform: uppercase;
color: #fff;
border: 2px solid #ed6825 !important;
cursor: pointer;
transition: .4s;
border-radius: 0;
font-weight: normal !important;
border-radius: 0 !important;
}
input[type="submit"]:hover,
input[type="submit"].active,
input[type="button"]:hover,
input[type="button"].active,
button:not([type="button"]):hover,
button:not([type="button"]).active,
.btn-default:hover,
.btn-default:active,
.btn-default.active {
background-color: transparent;
color: #ed6825;
}
button.btn-arrow {
background: none !important;
border: 0 !important;
color: #ed6825;
padding: 0px;
outline: none !important;
box-shadow: none !important;
height: 40px;
width: 40px;
}
.btn-arrow span:before,
.btn-arrow span:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
height: 20px;
margin-top: 2px;
width: 2px;
background-color: #ed6825;
transform-origin: top center;
border-radius: 1px;
}
.btn-arrow-bottom span {
position: absolute;
transform: rotate(-180deg);
transition: .4s;
}
.btn-arrow span:before {
transform: translate(-50%, -50%) rotate(50deg) translate(1px, -1px);
}
.btn-arrow span:after {
transform: translate(-50%, -50%) rotate(-50deg);
}
.btn-arrow img {
transition: .4s;
}
.btn-arrow-bottom img {
transform: rotate(0deg);
} .noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.link-wrapper {
display: table;
color: inherit;
}
.link-wrapper:hover,
.link-wrapper:focus,
.link-wrapper-inner:hover,
.link-wrapper-inner:focus {
color: inherit;
text-decoration: none;
}
.link-wrapper-inner {
display: block;
color: inherit;
height: 100%;
width: 100%;
}
.hidden,
.hide {
display: none !important;
}
.show {
display: block !important;
}
.bg-cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bg-contain {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.bg-fixed {
background-attachment: fixed;
}
.vh-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
.v-center {
top: 50%;
transform: translateY(-50%);
position: absolute;
}
.instant {
transition: none !important;
} .header-menu .sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
padding-top: 0px;
transition: visibility .2s, opacity .2s, transform .2s;
background-color: #494949;
padding: 0px 0px;
}
.header-menu .sub-menu li {
background-color: #494949;
}
.header-menu .sub-menu a {
padding: 12px 45px 12px 15px;
color: #fff;
font-size: 90%;
text-transform: none;
}
.header-menu .nav-item.active > .sub-menu {
display: block;
opacity: 1;
visibility: visible;
}
.header-menu .sub-menu li {
float: none;
}
.header-menu nav > ul > li > .nav-arrow {
display: none;
}
.header-menu .sub-menu li {
position: relative;
}
.header-menu .sub-menu li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-menu .sub-menu li:last-child {
border-bottom: 0;
}
.nav-arrow {
position: absolute;
right: 15px;
font-size: 100%;
color: #fff;
margin-top: -2px;
}
.nav-arrow span {
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #fff;
}
.header-menu .sub-menu .sub-menu {
white-space: nowrap;
max-width: 300px;
display: table;
right: 0px;
z-index: -1;
transform: translate(100%, 0) translateZ(0);
border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.current_page_item > a {
color: #ed6825 !important;
} .container {
max-width: 1600px;
}
.container-full {
max-width: inherit !important;
width: 100%;
}
.row-no-margin {
margin-left: 0;
margin-right: 0;
}
.col-no-padding {
padding-left: 0;
padding-right: 0;
}
.section-fullwidth {
position: relative;
}
.col-auto {
max-width: 100%;
}
.col-1-5 {
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.carousel-control {
z-index: 5;
}
.carousel-control span {
position: relative;
height: 50px;
width: 50px;
}
.carousel-control span:before,
.carousel-control span:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
height: 20px;
width: 3px;
background-color: #fff;
transform-origin: top center;
border-radius: 1px;
}
.carousel-control-prev span {
transform: rotate(-90deg);
}
.carousel-control-next span {
transform: rotate(90deg);
}
.carousel-control span:before {
transform: translate(-50%, -50%) rotate(50deg) translate(1px, -1px);
}
.carousel-control span:after {
transform: translate(-50%, -50%) rotate(-50deg);
} .so-panel,
.panel-grid,
.panel-grid-cell {
margin-bottom: 0 !important;
} .alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
margin: 0 auto;
display: block !important;
} .content {
font-size: 18px;
font-weight: normal;
color: #494949;
margin: 0 auto;
}
.content span a {
text-decoration: underline;
}
.content p {
margin-bottom: 28px;
line-height: 1.55;
}
.content h3.tf-subtitle,
.content h2.tf-title {
margin-bottom: 30px;
}
.content h3.tf-subtitle.alone,
.content h2.tf-title.alone {
margin-bottom: 0;
}
.content h2.tf-title {
font-size: 26px; font-weight: bold;
text-transform: uppercase;
color: #485156;
letter-spacing: .08em;
}
.content h3.tf-subtitle {
font-size: 18px;
color: #485156;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
font-family: 'Open Sans', sans-serif;
font-size: 23px;
color: #494949;
font-weight: bold;
margin-bottom: 20px;
}
.content ol {
padding-left: 20px;
counter-reset: item;
}
.content ol li {
position: relative;
line-height: 1.55;
padding-left: 8px;
}
.content ol li:before {
content: counter(item) ". ";
counter-increment: item;
font-weight: bold;
margin-left: -28px;
width: 36px;
display: inline-block;
text-align: right;
padding-right: 10px;
}
.content ul {
list-style: disc;
padding-left: 20px;
line-height: 1.55;
}
.content > ul,
.content > ol {
margin-bottom: 40px;
margin-left: 10px;
}
.content > *:last-child {
margin-bottom: 0;
}
.content b,
.content strong {
font-weight: 700;
}
.content.tf-center ul,
.content.tf-center ol {
list-style-position: inside;
}
.content.tf-center ul li,
.content.tf-center ol li {
margin: 0 auto;
}
.content.tf-center * {
text-align: center !important;
}
.content img {
display: inline-block;
}
.content img.alignright,
.content img.alignleft {
margin-bottom: 20px;
}
.page-overlay {
position: fixed;
z-index: 11;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
transition: .4s;
cursor: pointer;
}
body.header-open .page-overlay {
opacity: 1;
visibility: visible;
} #page {
position: absolute;
width: 100%;
height: 100%;
transition: transform .4s;
}
.color-row {
height: 35px;
width: 100%;
overflow: hidden;
}
.color-left,
.color-right {
width: 50%;
height: 100%;
float: left;
}
.color-left {
background-color: #494949;
}
.color-right {
background-color: #ed6825;
}
.to-top {
height: 40px;
width: 40px;
background-color: #ed6825;
position: fixed;
bottom: -50px;
right: 15px;
color: #fff;
cursor: pointer;
opacity: 0;
transition: opacity .4s 0s, transform .4s 0s;
}
.to-top span {
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 0px 4px 6px 4px;
border-color: transparent transparent #fff transparent;
margin: 0 auto;
}
.to-tel {
background-color: #ed6825;
position: fixed;
top: 50%;
right: 55px;
transform: translateX(100%);
transition: .4s;
line-height: 40px;
min-width: 180px;
}
.to-tel-num {
color: #fff;
font-weight: bold;
}
.to-tel-num a {
color: #fff;
margin-right: 20px;
}
.to-tel:hover {
transform: translateX(55px);
}
.to-tel-icon {
height: 40px;
width: 55px; }
.to-tel-icon-img {
position: relative;
width: 40px;
height: 100%;
}
body.scroll .to-top {
transition: opacity .4s .5s, transform .4s .5s;
opacity: 1;
transform: translateY(-65px);
} header {
padding: 15px 0 0 0;
position: relative;
background-color: #fff;
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 10; transition: all .4s, top 0s;
}
body.scroll-header header {
position: fixed;
transform: translateY(100%);
}
body.scroll.admin-bar header {
top: 32px;
}
body.scroll header {
position: fixed;
padding: 0;
}
body.scroll .header-logo {
padding: 20px 0;
}
body.scroll .header-logo img {
width: 300px;
}
body.scroll:not(.lg) .header-service {
top: 5px;
}
body.scroll:not(.lg) .header-service-img img {
width: 90px;
}
body.scroll.lg:not(.sm) .header-service-img img {
width: 60px;
}
body.scroll header .color-row {
height: 15px;
}
header .color-row {
transition: .4s;
}
.header-logo {
margin: 0 auto;
display: table;
padding-top: 35px;
padding-bottom: 35px;
transition: .4s;
}
.header-logo img {
width: 460px;
transition: .4s;
}
.header-service {
position: absolute;
top: 5px;
right: 15px;
transition: .4s;
}
.header-service .link-wrapper {
border-radius: 50%;
display: block;
}
.header-service-img img {
width: 210px;
border-radius: 50%;
transition: .4s;
}
.header-service-img {
border-radius: 50%;
background-color: #fff;
transform: rotate(-9deg);
z-index: 5;
position: relative;
}
.header-menu {
display: table;
margin: 0 auto;
background-color: #fff;
}
.header-menu > nav > ul > li > ul:before {
content: "";
position: absolute;
top: -6px;
left: 15px;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 0px 6px 6px 6px;
border-color: transparent transparent #494949 transparent;
margin: 0 auto;
}
.header-menu a {
padding: 15px;
text-transform: uppercase;
color: #494949;
display: block;
font-weight: bold;
letter-spacing: .08em;
}
.header-menu .active,
.header-menu a:hover,
.header-menu a:focus {
color: #ed6825;
text-decoration: none;
}
.header-menu .nav-arrow span {
margin-top: 2px;
} main {
padding-bottom: 120px;
position: relative;
display: block;
margin-top: 215px !important;
}
body.home .main-nav {
width: 85px;
}
.main-nav-content {
width: 260px;
z-index: 5;
position: relative;
margin-top: 150px;
margin-right: 0px;
}
.main-nav-img {
width: 240px;
}
.main-nav-img img {
opacity: .55;
}
body.home .main-nav-center {
min-height: 140px;
}
.main-nav-center {
min-height: 35px;
margin-top: 10px;
margin-bottom: 5px;
}
.main-nav-center ul {
padding-left: 17px;
}
.main-nav-center ul ul {
padding-left: 25px;
}
.main-nav-center li {
width: 100%;
float: none;
}
.main-nav-center nav > ul > li {
padding-left: 10px;
}
.main-nav-center a {
text-transform: uppercase;
color: #494949;
letter-spacing: .08em;
line-height: 1;
padding: 5px 0;
display: block;
font-weight: 600;
font-size: 16px;
}
.main-nav-center .children {
display: none;
}
.main-nav-center .current_page_item .children,
.main-nav-center .current_page_item .sub-menu {
display: block;
}
.main-nav-center .active_parent > a {
color: #494949 !important;
}
.main-nav-center a:hover,
.main-nav-center a:focus {
color: #ed6825;
text-decoration: none;
} footer {
background-color: #ededed;
}
.footer-content {
padding: 35px 0;
}
.footer-logo {
max-width: 100%;
margin-right: 15px;
}
.footer-logo-col {
min-height: 40px;
}
.footer-menu {
position: relative;
left: -15px;
line-height: 1.55;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 12px;
}
.footer-menu a {
color: inherit;
}
.footer-menu a:hover
.footer-menu a:focus {
color: inherit;
text-decoration: underline;
} div.wpcf7 {
margin-bottom: 30px;
}
span.wpcf7-list-item {
margin: 0 0 20px 0;
}
.wpcf7 label {
width: 100%;
margin-bottom: 5px;
min-width: 150px;
}
.wpcf7-text {
margin-bottom: 30px;
}
.wpcf7-recaptcha {
margin-bottom: 20px;
}
.wpcf7 p {
margin-bottom: 0 !important;
}
.wpcf7-space {
height: 40px;
}
.wpcf7-submit {
margin-top: 20px;
margin-bottom: 40px;
}
div.wpcf7-response-output {
margin: 20px 0 0 0;
padding: 15px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked {
border-color: #e63425;
color: #e63425;
}
div.wpcf7-mail-sent-ok {
color: #398f14;
}
input + .wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-not-valid-tip {
margin-top: -10px;
margin-bottom: 30px;
}
.wpcf7-not-valid {
border-color: #e63425 !important;
border-width: 2px !important;
} .hamburger-wrapper {
display: table;
padding: 12px 10px;
cursor: pointer;
position: absolute;
left: 15px;
display: none;
z-index: 50;
}
#hamburger {
width: 40px;
height: 24px;
position: relative;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#hamburger span {
background: #494949;
display: block;
position: absolute;
left: 0;
height: 4px;
width: 100%;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#hamburger span:nth-child(1) {
top: 0px;
}
#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
top: 10px;
}
#hamburger span:nth-child(4) {
top: 20px;
}
#hamburger.open span:nth-child(1) {
top: 10px;
width: 0%;
left: 50%;
}
#hamburger.open span {
background: #fff;
}
#hamburger.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#hamburger.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
top: 10px;
width: 0%;
left: 50%;
} .close {
position: absolute;
top: 15px;
right: 15px;
height: 30px;
width: 30px;
cursor: pointer;
opacity: 1 !important;
}
.close:before,
.close:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
height: 3px;
width: 30px;
background: #000;
transition: .4s;
background-size: 200% auto;
background-position: 100% 0;
}
.close:before {
transform: translate(-50%, -50%) rotate(-45deg);
}
.close:after {
transform: translate(-50%, -50%) rotate(45deg);
}
.close:hover:before,
.close:hover:after {
background-position: 0 0;
} #catapult-cookie-bar {
}
#catapult-cookie-bar a {
}  .slider-widget {
padding-top: 50px;
}
.s-title {
margin-bottom: 40px;
}
.s-content {
margin-top: 50px;
}
.s-content h2.tf-title {
font-family: 'Droid Serif', serif;
text-transform: none;
font-size: 30px; }
.s-img {
} .headline-widget {
padding-top: 60px;
padding-bottom: 30px; height: 180px;
}
.headline-widget.hl-no-padding {
height: auto;
padding-bottom: 0;
}
.headline-widget.hl-with-subtitle {
padding-bottom: 70px;
}
.hl-title {
text-align: center;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 38px; font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
.hl-subtitle {
font-family: 'Open Sans', serif;
text-align: center;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 23px;
max-width: 1050px;
margin: 0 auto;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
color: #80868A;
} .textfeld-widget {
padding-top: 50px;
}
.textfeld-widget.tf-align-center {
display: table-cell;
vertical-align: middle;
}
.textfeld-widget.tf-align-bottom {
display: table-cell;
vertical-align: bottom;
}
.wrap .widget_textfeld.panel-first-child.panel-last-child {
height: 100%;
display: table;
}
.wrap .so-widget-textfeld {
height: 100%;
display: table-row;
} .linkbox-widget {
padding-top: 50px;
}
.linkbox-widget a:hover .lb-title {
text-decoration: underline;
}
.linkbox-widget a.link-wrapper {
display: block;
}
.lb-box {
margin-bottom: 40px;
}
.lb-img {
width: 100%;
padding-top: 100%;
position: relative;
}
.lb-title-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 1rem;
max-width: 100%;
max-height: 100%;
font-weight: bold;
font-size: 24px;
color: #ffffff;
text-shadow: 0 0 5px rgba(0,0,0,.5);
text-align: center;
}
.lb-content {
text-align: center;
}
.lb-title {
margin-top: 15px;
margin-bottom: 20px !important;
color: #000;
} .galerie-widget {
padding-top: 50px;
}
.g-image {
position: relative;
}
.g-anz {
padding-top: 65%;
}
.g-anz img {
max-width: calc(100% - 30px);
}  .maps-widget {
padding-top: 50px;
} .accordion-widget {
padding-top: 50px;
}
.ac-item {
margin-bottom: 20px;
cursor: pointer;
}
.ac-item:last-of-type {
margin-bottom: 0px;
}
.ac-item:before,
.ac-item:after {
content: "";
background-color: #ed6825;
display: block;
width: 100%;
}
.ac-item:before {
height: 2px;
}
.ac-item:after {
height: 2px;
}
.ac-title,
.ac-content {
padding: 20px 10px;
}
.ac-title {
font-size: 24px;
color: #ed6825;
text-transform: uppercase;
padding-right: 60px;
position: relative;
}
.ac-title .btn-arrow {
position: absolute;
right: 10px;
}
.ac-item.active .btn-arrow span {
transform: rotate(0deg);
}
.ac-content {
display: none;
padding: 0 !important;
}
.ac-content section:first-of-type {
padding-top: 10px;
}
.ac-content > .row > div:last-of-type {
padding-bottom: 30px;
} .auflistung-widget {
padding-top: 50px;
}
.al-name {
min-width: 140px;
color: #80868A;
}
.al-name.al-colored {
color: #ed6825;
}
.al-content > h3 {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.al-value *:last-child {
margin-bottom: 10px;
}
.al-content > .row:last-child {
} .angebote-widget {
}
.ab-table tbody {
overflow: hidden;
}
.ab-row {
border-top: 1px solid #ddd;
}
.ab-head {
text-align: right;
text-transform: uppercase;
}
.ab-count {
width: 50px;
}
.ab-desc {
width: 450px;
min-width: 190px;
}
.ab-curr {
width: 50px;
}
.ab-price {
width: 120px;
}
.ab-price,
.ab-curr {
text-align: right;
}
.ab-after {
color: #ed6825;
}
.ab-name {
font-weight: bold;
}  @media screen and (max-width: 1600px) {
.header-service {
top: 4px;
overflow: hidden;
}
.header-service .header-service-img {
top: 5px;
}
body.scroll .header-service .header-service-img {
top: 0;
}
.header-service-img img {
width: 150px;
}
.footer-logo-col {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.footer-menu-col {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.footer-logo {
margin: 0;
width: 200px;
}
.footer-logo img {
width: 250px;
}
} @media screen and (max-width: 1440px) {
} @media screen and (max-width: 1366px) {
} @media screen and (max-width: 1280px) {
.header-menu a {
padding: 15px 10px;
}
.footer-logo-col,
.footer-menu-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.footer-logo-col {
margin-bottom: 35px;
}
.footer-logo {
width: 100%;
padding: 0 15px;
}
.footer-menu {
left: 0;
}
.headline-widget {
padding-bottom: 10px !important;
height: auto;
}
} @media screen and (max-width: 1199px) {
.header-menu a {
padding: 15px 5px;
font-size: 15px;
}
.main-nav-col {
display: none;
}
} @media screen and (max-width: 1024px) {
} @media screen and (max-width: 991px) {
.heade-r {
height: 0;
}
body.admin-bar header {
top: 32px;
}
header {
position: fixed;
padding-top: 0;
}
header .color-row {
height: 15px;
}
.hamburger-wrapper {
display: block;
}
.header-menu {
position: fixed;
top: 0;
left: 0;
height: 100vh;
z-index: 10;
width: 260px;
transform: translateX(-100%);
transition: .4s;
background-color: #494949;
}
.header-menu > nav > ul > li > ul:before {
display: none;
}
.header-menu nav {
margin-top: 90px;
height: calc(100vh - 90px);
overflow-y: scroll;
}
body.header-open .header-menu {
transform: translateX(0);
}
.header-menu .nav-item {
width: 100%;
}
.header-menu a {
padding: 15px 30px;
color: #fff;
}
.header-logo {
width: 250px;
position: relative;
top: 1px;
}
.header-service {
top: 50%;
transform: translateY(-50%);
}
.header-service .header-service-img {
top: 0;
}
.header-service-img img {
width: 80px;
}
main {
margin-top: 112px !important;
}
footer {
}
.footer-menu {
margin-bottom: 35px;
}
.footer-content {
padding-bottom: 0;
}
.to-tel {
display: none;
}
.header-menu nav > ul > li {
position: relative;
}
.header-menu nav > ul > li > .nav-arrow {
display: block;
}
.header-menu .nav-arrow {
line-height: 45px;
height: 45px;
right: 0;
padding: 0 20px;
top: 23px;
}
.header-menu .sub-menu .nav-arrow {
line-height: 38px;
height: 38px;
top: 21px;
}
.header-menu .sub-menu {
position: relative;
display: none;
transition: none;
opacity: 1;
visibility: visible;
border-top: 2px solid rgba(255, 255, 255, 0.1);
border-bottom: 2px solid rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0.02);
}
.header-menu .sub-menu li {
background-color: rgba(0, 0, 0, 0.08);
}
.header-menu li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-menu .sub-menu li {
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-menu li:last-child,
.header-menu li.mobile-active {
border-bottom: 0;
}
.nav-item.active > .sub-menu {
display: none;
}
.header-menu .sub-menu .sub-menu {
margin-top: 0 !important;
transform: none;
z-index: 1;
display: none;
border-left: none;
}
.header-menu {
overflow: hidden;
}
.header-menu .scrollbar-hide-y {
position: absolute;
}
.nav-arrow {
cursor: pointer;
}
.nav-arrow span {
transition: .4s;
display: block;
}
.nav-arrow.active span {
transform: translateY(-50%) rotate(90deg);
}
.container-header-menu {
height: 0;
}
.active_parent > a {
color: #fff !important;
}
} @media screen and (max-width: 780px) {
img.alignright {
float: none;
}
.content img[style*="100%"] {
width: inherit !important;
}
} @media screen and (max-width: 768px) {
body.home #page {
top: -50px;
}
.hl-title {
font-size: 30px; }
.hl-subtitle {
font-size: 18px;
}
.content h2.tf-title {
font-size: 26px; }
.s-carousel {
width: calc(100% + 30px);
position: relative;
left: -15px;
}
} @media screen and (max-width: 767px) {
table td {
padding: 5px;
}
.galerie-widget .col-sm-6:nth-child(2n-1) {
padding-right: 7.5px;
}
.galerie-widget .col-sm-6:nth-child(2n) {
padding-left: 7.5px;
}
.g-image {
margin-bottom: 15px !important;
}
} @media screen and (max-width: 575px) {
body.home #page {
top: -30px;
}
section {
padding-top: 30px !important;
}
.hamburger-wrapper {
left: 5px;
}
body.scroll .to-top {
transform: translateY(-100px);
}
.header-logo {
width: 200px;
padding: 25px 0;
}
.header-service-img img {
width: 50px;
}
.header-menu a {
padding: 15px;
color: #fff;
}
header {
padding-bottom: 0;
}
header .color-row {
display: none;
}
.content {
font-size: 16px;
}
.content h2.tf-title {
font-size: 22px; }
.content h3, .content h4, .content h5, .content h6 {
font-size: 20px;
}
.headline-widget {
padding-top: 20px !important;
padding-bottom: 0 !important;
}
.hl-title {
font-size: 22px }
.hl-subtitle {
font-size: 16px;
}
.ab-table tr {
display: block;
position: relative;
}
.ab-row {
width: 100%;
display: block;
}
.ab-head {
width: 100%
}
.ab-head p {
margin-bottom: 10px;
}
.ab-head.ab-after {
display: none;
}
.ab-price:not(.ab-after) {
text-decoration: line-through;
}
.ab-price {
min-width: 75px;
width: 75px;
}
.ab-desc {
}
.ab-curr.ab-after {
display: none;
}
.ab-price.ab-after {
position: absolute;
right: 0;
top: 1.2em;
display: block;
}
} @media screen and (max-width: 415px) {
.hl-title {
font-size: 18px; }
.hl-subtitle {
letter-spacing: 0em;
}
.footer-logo img {
width: 150px;
}
.footer-logo-col, .footer-menu {
margin-bottom: 20px;
}
.footer-content {
padding-top: 20px;
}
main {
padding-bottom: 30px;
}
.s-content {
margin-top: 20px;
}
.lb-title-img {
font-size: 18px;
}
} @media screen and (max-width: 360px) {
.content {
font-size: 15px;
}
.footer-menu {
font-size: 13px;
}
} @media screen and (max-width: 320px) {
.header-logo {
width: 160px;
}
} @media screen and (max-height: 415px) {
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
border-top: none !important;
background-color: #fff;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
font-weight: normal !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
box-shadow: none !important;
border-radius: 0 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
min-width: auto !important;
text-transform: uppercase;
padding: 7px 20px;
margin: 0;
letter-spacing: .05em;
font-weight: 400;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
background-color: #fff !important;
color: #ed6825 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
padding: 8px 12px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
width: 46px !important;
height: 46px !important;
line-height: 46px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
width: 50px !important;
height: 50px !important;
line-height: 50px !important;
top: -50px !important;
right: 0 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
border: 1px solid #f1f1f1 !important;
}
body #moove_gdpr_save_popup_settings_button {
border: 0 !important;
}
body #moove_gdpr_save_popup_settings_button:hover {
background-color: #ed6825 !important;
}
body .moove-gdpr-infobar-reject-btn {
margin-left: 1rem;
background: transparent !important;
border-color: transparent !important;
color: #485156 !important;
}
.grecaptcha-badge {
display: none !important;
}
.iframe-message {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ededed;
display: none;
}
.iframe-message.active {
display: block;
}
.iframe-message .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 1em;
width: 450px;
max-width: 100%;
}
.iframe-message .content .btn {
margin-bottom: 1em;
}
.maps-widget .mp-wrapper {
background: #ededed;
}
.maps-widget iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.mp-wrapper {
padding-top: 50%;
position: relative;
}
a.btn-default {
text-decoration: none !important;
} .captcha-image {
border: 1px solid #dadada;
padding-top: 0px;
text-align: center;
padding-bottom: 5px;
margin-bottom: 20px;
}
.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
border: 2px solid #dc3232;
}
.captcha-image .cf7ic_instructions span {
color: #dc3232;
}
#wp-admin-bar-comments,
#wp-admin-bar-updates,
#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post,
#wp-admin-bar-so_live_editor,
#wp-admin-bar-wpseo-menu {
display: none;
}
.wrap .video-widget.yt-size-default .yt-content{
width: 100%;
}
.video-widget {
padding: 1rem 0;
}
.video-widget .yt-content {
width: 100%;
max-width: 100%;
}
.video-widget.yt-size-default .yt-content {
width: 560px;
}
.video-widget .yt-wrapper {
position: relative;
padding-top: 56.25%;
}
.video-widget iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-widget .btn {
background-color: #ed6825;
border-color: #ed6825;
margin: 1rem 0;
margin: 0;
text-decoration: none;
color: #fff;
padding: 5px 10px !important;
transition: all .3s ease;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
line-height: 20px;
cursor: pointer;
border-radius: 0;
border-width: 2px;
}
.video-widget .btn:hover,
.video-widget .btn:focus {
background-color: #ffffff;
color: #ed6825;
}
.fancybox-navigation .fancybox-button {
border: 0px !important;
}
.has-banner {
padding-top: 0 !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 0 !important;
padding: 1rem !important;
}
body .img-cover-2,
body .img-contain-2 {
position: relative;
}
body .img-cover-2 > img,
body .img-contain-2 > img {
position: absolute;
object-fit: cover;
width: 100% !important;
height: 100% !important;
top: 0;
left: 0;
font-family: "object-fit: cover;";
}
body .img-contain-2 > img {
object-fit: contain;
font-family: "object-fit: contain;";
}