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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
*,
::before,
::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
}
body {
margin: 0 auto;
padding: 0;
background-color: #ffffff;
font-family: 'Open Sans', 'Helvetica', arial, sans-serif;
font-size: 18px;
font-weight: 300;
color: #333333;
overflow-y: auto;
overflow-x: hidden;
position: relative;
} body.menu-opened {
overflow: hidden;
}
.color01 {
color: #698487;
}
.color02 {
color: #7D464B;
}
.color03 {
color: #e9edee;
}
.color04 {
color: #ffffff;
}
.color05 {
color: #333333;
}
.color06 {
color: #bfc9cb;
}
.bg.color01 {
background-color: #698487;
color: #ffffff;
}
.bg.color02 {
background-color: #7D464B;
color: #ffffff;
}
.bg.color03 {
background-color: #e9edee;
color: #333333;
}
.bg.color04 {
background-color: #ffffff;
color: #333333;
}
.bg.color05 {
background-color: #333333;
color: #ffffff;
}
.bg.color06 {
background-color: #bfc9cb;
color: #333333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
address,
ul,
ol,
#nav-main li, 
#nav-main li a, 
.nav-main li, 
.nav-main li a, 
.nav-meta li, 
.nav-meta li a, 
#nav-main-mobile li,
#nav-main-mobile li a,
.hero .title, 
.hero .title span, 
.hero .title .button, 
.hero2 .title, 
.hero2 .title span, 
.hero2 .title .button, 
a.button, 
.button .wp-block-button__link, 
footer p, 
footer address,
footer p a,
#footer-bottom li,
footer .copyright,
.section ul li,
.section ul.list li {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
font-size: clamp(var(--min), var(--val), var(--max));
} h1, .h1,
h2, .h2,
h3, .h3,
h5, .h5,
h6, .h6 {
font-family: 'Lexend', 'Helvetica', Arial, sans-serif;
}
h1,
.h1 {
margin-bottom: 60px;
font-weight: 400;
color: #698487;
line-height: 1.1;
letter-spacing: 0;
text-transform: uppercase;
--min: 36px;
--val: 4vw;
--max: 64px;
}
h2,
.h2 {
margin-bottom: 60px;
font-weight: 400;
color: #698487;
line-height: 1.3;
letter-spacing: 0;
text-decoration: none;
text-transform: uppercase;
position: relative;
--min: 36px;
--val: 4vw;
--max: 64px;
}
h3,
.h3 {
margin-bottom: 20px;
font-weight: 400;
color: #698487;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
--min: 20px;
--val: 4vw;
--max: 24px;
}
h4,
.h4 {
margin-bottom: 20px;
font-weight: 400;
color: #698487;
line-height: 1.3;
letter-spacing: 0;
--min: 16px;
--val: 4vw;
--max: 18px;
}
h5,
.h5 {
margin-bottom: 20px;
font-weight: 400;
color: #698487;
line-height: 1.3;
letter-spacing: 0;
--min: 20px;
--val: 4vw;
--max: 22px;
}
h6,
.h6 {
margin-bottom: 20px;
font-weight: 400;
color: #698487;
line-height: 1.3;
letter-spacing: 1px;
text-transform: uppercase;
--min: 18px;
--val: 4vw;
--max: 20px;
}
p, 
address, 
.p {
margin-bottom: 30px;
font-weight: 300;
color: #333333;
letter-spacing: 0;
line-height: 1.5;
--min: 18px;
--val: 4vw;
--max: 20px;
}
p.text,
.p.text {
--min: 16px;
--val: 4vw;
--max: 24px;
}
p.small {
font-size: 14px;
}
p:last-child, 
address:last-child {
margin: 0;
}
strong,
.bold {
font-weight: 600;
}
p.subheadline {
margin-bottom: 16px;
font-family: 'Lexend', arial, sans-serif;
--min: 14px;
--val: 4vw;
--max: 18px;
color: #698487;
letter-spacing: 2px;
text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
h1, .h1,
h2, .h2,
h3, .h3 {
-moz-hyphens: auto;
hyphens: auto;
}
p.subheadline {
font-size: 14px !important;
color: #333333;
}
}
.bg.color01 h1, .bg.color01 h2, .bg.color01 p {
color: #ffffff;
} a,
a:link,
a:active,
a:visited {
font-weight: 300;
color: #333333;
text-decoration: none;
outline: 0;
-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: all 0.2s ease-in-out;
transition-duration: 0.5s;
}
a:hover {
color: #698487;
text-decoration: none;
}
h1 a
h1 a:link,
h1 a:active,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:active,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:active,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:active,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:active,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:active,
h6 a:visited {
color: #698487;
border-bottom: 1px solid transparent;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
border-bottom: 1px solid #698487;
}
p a,
address a {
padding-bottom: 1px;
border-bottom: 1px solid transparent;
}
p a:hover,
address a:hover {
border-bottom: 1px solid #333333;
}
a.ext::before {
content: '';
width: 16px;
height: 16px;
margin-right: 6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
text-decoration: none;
border: 0 !important;
}
a img {
vertical-align: top;
}
p a img {
border: none !important;
} img.responsive, picture {
width: 100%;
height: auto;
display: block;
}
header {
}
.header-fixed {
top: -72px;
left: 0;
position: fixed;
z-index: 10001;
width: 100%;
padding: 12px 0;
background-color: #ffffff;
display: flex;
align-items: center;
transition: top 0.5s ease;
}
.fixed .header-fixed {
top: 0;
}
.header-fixed .logo-2 {
height: 48px;
display: block;
}
.logo, .logo-3 {
width: 420px;
background-color: rgba(105, 132, 135, 0.5);
margin-left: -210px;
padding: 50px 50px;
position: absolute;
top: 0;
left: 50%;
z-index: 1000;
}
.logo-3 {
width: 320px;
margin-left: -160px;
background-color: transparent;
display: none;
}
body:not(.home) .logo {
display: none;
}
body:not(.home) .logo-3 {
display: block;
}
@media only screen and (max-width: 992px) {
.logo {
width: 360px;
margin-left: -180px;
}
.header-fixed .logo-2 {
height: 36px;
}
}
@media only screen and (max-width: 575px) {
.home header .logo {
width: 240px;
margin: 0 auto 0 -120px;
padding: 40px 40px;
position: absolute;
left: 50%;
top: 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
header .logo {
display: none;
}
.header-fixed .logo-2 {
height: 32px;
}
.logo-3 {
width: 160px;
margin-left: -80px;
padding: 0;
top: 20px;
}
}
.menu-toggle {
cursor: pointer;
width: 44px;
height: 44px;
background-color: transparent;
border: 0;
outline: 0;
font-size: 12px;
font-weight: 300;
color: #698487;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
vertical-align: middle;
line-height: 24px;
z-index: 10001;
display: none;
}
@media only screen and (max-width: 992px) {
.menu-toggle {
display: flex;
flex-direction: column;
justify-content: space-around;
position: relative;
}
}
.menu-toggle:hover {
color: rgba(0,0,0,0.5);
}
.menu-toggle:active,
.menu-toggle:focus {
color: #333333;
}
.menu-opened .menu-toggle:hover {
color: #ffffff;
} .menu-toggle span {
display: block;
width: 44px;
height: 2px;
background-color: #698487;
transition: all 0.3s ease;
}
.menu-opened .menu-toggle span:nth-child(1) {
transform: translateY(14px) rotate(45deg);
}
.menu-opened .menu-toggle span:nth-child(2) {
opacity: 0;
}
.menu-opened .menu-toggle span:nth-child(3) {
transform: translateY(-15px) rotate(-45deg);
}
.menu-container {
width: 100%;
height: 100%;
padding: 96px 24px 96px 24px;
background-color: #698487;
position: fixed;
left: 0;
top: 0;
bottom: auto;
z-index: 9999;
transform: translateX(-100%);
transition: transform 0.3s ease, opacity 0.6s ease;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: auto !important; }
.menu-opened .menu-container {
transform: translateX(0);
}
.menu-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0; display: none;
z-index: 999;
}
@media only screen and (min-width: 992px) {
.menu-container {
width: 50%;
height: 100%;
left: 0;
top: 0;
}
.menu-container .container, .menu-container .container .row {
height: 100%;
}
}
#main {
padding-top: 0;
}
.container {
width: 100%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
.container-images {
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
.container-images .full-width img {
width: 100%;
height: auto;
}
.text-indent {
padding-left: 80px;
}
@media (max-width: 992px) {
.text-indent {
padding-left: 0;
}
}
@media only screen and (min-width: 992px) {
#main {
padding-top: 0;
}
.container {
padding-left: 40px;
padding-right: 40px;
}
.text-container {
width: 800px !important;
padding-right: 0;
padding-left: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 781px) {
.container-images {
width: 90vw;
padding-left: 0;
padding-right: 0;
}
}
.wp-block-cover__image-background.has-parallax {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.image-with-parallax {
height: 80vh;
}
.image-with-parallax-box {
max-width: 800px;
top: 20%;
position: absolute;
}
.img-mobile-01,
.img-mobile-02 {
display: none;
}
@media (max-width: 992px) {
.image-with-parallax {
height: 40vh;
}
.image-with-parallax-box {
position: absolute;
max-width: 90%;
top: 10%;
left: 5%;
right: 5%;
}
}
@media (max-width: 575px) {
.image-with-parallax {
height: 100vh;
align-items: flex-start;
}
.image-with-parallax-box {
top: 5%;
}
.image-with-parallax-box p {
font-weight: 700;
}
#parallax-1,
#parallax-2 {
display: none;
}
.img-mobile-01,
.img-mobile-02 {
display: block;
width: 100%;
height: 100vh;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.img-mobile-01 {
background-image: url(//www.mitte-eppelheim.de/wp-content/uploads/mobile01.jpg);
}
.img-mobile-02 {
background-image: url(//www.mitte-eppelheim.de/wp-content/uploads/mobile02.jpg);
}
} .epple {
position: absolute;
top: 20%;
right: 20%;
background-color: #fff;
padding: 60px 80px;
margin: 0 !important;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 575px) {
.epple {
right: 0;
}
} .counter {
}
.counter:not(.is-visible) {
visibility: hidden;
} .caption {
padding-top: 20px;
line-height: 1.5;
} h2.caption,
h3.caption {
margin-bottom: 0;
right: 15% !important;
line-height: 1.2 !important;
--min: 32px !important;
--val: 4vw !important;
--max: 48px !important;
}
p.caption {
font-family: 'Lexend', 'Helvetica', arial, sans-serif;
line-height: 32px;
--min: 16px;
--val: 4vw;
--max: 18px;
}
@media only screen and (max-width: 1600px) { h2.caption,
h3.caption {
right: 10% !important;
--min: 32px !important;
--val: 4vw !important;
--max: 36px !important;
}
}
@media only screen and (max-width: 1400px) { h2.caption,
h3.caption {
right: 10% !important;
--min: 32px !important;
--val: 4vw !important;
--max: 36px !important;
}
}
@media only screen and (max-width: 1200px) {
.caption {
min-height: 120px;
}
h2.caption,
h3.caption {
right: 0 !important;
}
p.caption {
line-height: 28px !important;
}
}
@media only screen and (max-width: 992px) {
.caption.mw50, 
.caption.mw75 {
max-width: 100%;
}
}
@media only screen and (max-width: 781px) { .caption {
min-height: 0;
}
h2.caption,
h3.caption {
line-height: 28px !important;
--min: 20px !important;
--val: 4vw !important;
--max: 24px !important;
}
}
@media only screen and (max-width: 575px) {
.caption {
padding-top: 10px;
padding-left: 0;
}
} .sticky-element {
position: sticky;
top: 0;
}
@media only screen and (max-width: 575px) {
.sticky-element {
position: relative;
}
} #sticky-widget-area-wrap { z-index: 1000; 
display: inline-block; 
right: 0;
top: 280px;
position: fixed; 
text-align: center;
}
.sticky-widget-area { 
padding:0; 
}
.sticky-widget-area li {
text-align: right;
margin: 0 0 20px 0;
list-style: none;
}
.sticky-widget-area li:last-child {
margin: 0;
}
.sticky-widget-area a {
background-color: #698487;
color: #ffffff;
font-size: 32px;
line-height: 32px;
margin: 0;
padding: 14px 16px;
-webkit-box-shadow: 0 16px 40px rgba(0,0,0,0.15);
box-shadow: 0 16px 40px rgba(0,0,0,0.15);
-moz-box-shadow: 0 16px 40px rgba(0,0,0,0.15);
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
display: inline-block;
cursor: pointer;
}
.sticky-widget-area a:hover {
background-color: #7D464B;
color: #ffffff;
}
.sticky-widget-area li.phone a::after,
.sticky-widget-area li.mail a::after,
.sticky-widget-area li.brochure a::after {
content: '';
background-position: center center;
background-repeat: no-repeat;
width: 32px;
height: 32px;
display: inline-block;
}
.sticky-widget-area li.phone a::after {
background-image: url(//www.mitte-eppelheim.de/wp-content/uploads/icon-phone-white.svg);
}
.sticky-widget-area li.mail a::after {
content: url(//www.mitte-eppelheim.de/wp-content/uploads/icon-mail-white.svg);
}
.sticky-widget-area li.brochure a::after {
content: url(//www.mitte-eppelheim.de/wp-content/uploads/icon-brochure-white.svg);
}
.sticky-widget-area li .inner {
white-space: nowrap;
margin-left: -32px;
padding-left: 32px;
display: inline-block;
}
.sticky-widget-area li.phone div.desktop,
.sticky-widget-area li.brochure div.desktop {
width: 0;
overflow: hidden;
white-space: nowrap;
font-size: 20px;
font-weight: 400;
text-align: left;
-webkit-transition: width 0.25s ease-in;
-moz-transition: width 0.25s ease-in;
-o-transition: width 0.25s ease-in;
transition: width 0.25s ease-in;
display: inline-block;
}
.sticky-widget-area li.phone a:hover div.desktop,
.sticky-widget-area li.brochure a:hover div.desktop {
width: 100%;
padding-right: 10px;
-webkit-transition: width 0.5s ease-out;
-moz-transition: width 0.5s ease-out;
-o-transition: width 0.5s ease-out;
transition: width 0.5s ease-out;
}
.menu-opened #sticky-widget-area-wrap {
}
@media only screen and ( max-width: 980px ) {
.menu-opened #sticky-widget-area-wrap li {
display: block;	
}
.menu-opened .sticky-widget-area a {
background-color: transparent !important;
color: #ffffff;
}
.menu-opened .sticky-widget-area a:hover {
background-color: #333333 !important;
color: #ffffff;
}
.menu-opened .sticky-widget-area a i {
-webkit-transition:color 1s ease-in;
-moz-transition:color 1s ease-in;
-o-transition:color 1s ease-in;
transition:color 1s ease-in;
}
}
@media only screen and ( max-width: 480px ) {
#sticky-widget-area-wrap , .menu-opened #sticky-widget-area-wrap {
display: none;
}
}   .swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
} .swiper-standard {
width: 100%;
position: relative;
}
.swiper-standard.swiper-container {
width: 100%; margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.swiper-standard .swiper-slide {
width: calc((100% - 20px) / 2) !important;
}
.swiper-standard img {
width: 100%;
height: auto;
}
.swiper-nav-container {
margin: 0 auto;
text-align: center;
}
@media only screen and (max-width: 992px) {
.swiper-standard .swiper-slide {
width: 100% !important;
}
}
@media only screen and (max-width: 480px) {
.swiper-standard {
}
} @media only screen and (max-width: 992px) {
#nav-main {
display: none;
} 
}
#nav-main li {
list-style: none;
margin: 0 20px 0 0;
padding: 0;
font-weight: 300;
color: #333333;
--min: 16px;
--val: 4vw;
--max: 18px;
display: inline-block;
}
#nav-main li a {
font-weight: 300;
color: #333333;
--min: 16px;
--val: 4vw;
--max: 18px;
transition: transform 0.3s ease;
}
#nav-main li a.menu-active {
font-weight: 700;
color: #698487;
transform: scale(1.1);
}
#nav-main,
#nav-main-mobile {
margin: 0;
padding: 0;
}
#nav-main-mobile li {
list-style: none;
margin-bottom: 20px;
font-weight: 400;
color: #ffffff;
text-align: center;
display: block;
--min: 20px;
--val: 4vw;
--max: 28px;
}
#nav-main-mobile li a {
color: #ffffff;
font-weight: 400;
text-decoration: none;
line-height: 1.8;
display: block;
--min: 24px;
--val: 4vw;
--max: 32px;
}
#nav-main-mobile li a:hover {
color: #7D464B;
}
.nav-main-mobile {
margin: 0;
padding: 0;
}
.nav-main-mobile li {
margin: 0;
padding: 0;
list-style: none;
font-weight: 600;
color: #fff;
display: block;
--min: 32px;
--val: 4vw;
--max: 48px;
}
.nav-main-mobile li a {
color: #fff;
font-weight: 600;
text-decoration: none;
line-height: 1.5;
display: block;
--min: 32px;
--val: 4vw;
--max: 48px;
position: relative;
}
.nav-main-mobile li:not(.current-menu-item):hover a:not([aria-current='page']) {
padding: 0 0 0 44px;
}
.nav-main-mobile li:not(.current-menu-item) a:not([aria-current='page']):before {
content: '';
width: 0;
height: 3px;
background-color: #fff;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transition: width .35s linear;
}
.nav-main-mobile li:not(.current-menu-item):hover a:not([aria-current='page']):before {
width: 24px;
}
.nav-main-mobile li a[aria-current='page'],
.nav-main-mobile li.current-menu-item a {
color: #B2A9A0;
}
.nav-main-mobile li:not(.current-menu-item) a:not([aria-current='page']):hover {
color: #fff;
}
.logo-mobile {
width:320px;
margin-bottom:120px;
}
@media only screen and (max-width: 981px) {
.logo-mobile {
width: 200px;
margin-bottom: 100px;
}
}
@media only screen and (max-width: 575px) {
.logo-mobile {
width: 160px;
margin-bottom: 40px;
}
}
.nav-meta {
margin: 0;
padding: 0;
}
.nav-meta li {
list-style: none;
margin-right: 20px;
font-weight: 300;
color: #333333;
line-height: 1.8;
letter-spacing: 1px;
display: block;
--min: 18px;
--val: 4vw;
--max: 20px;
}
.nav-meta li:last-child {
margin-right: 0;
}
.nav-meta li a {
font-weight: 300;
color: #333333;
line-height: 1.2;
letter-spacing: 1px;
border-bottom: 1px solid transparent;
--min: 18px;
--val: 4vw;
--max: 20px;
}
.nav-meta li a[aria-current='page'], 
.nav-meta li.current-menu-item a {
font-weight: 600;
}
.nav-meta li a:hover {
border-bottom: 1px solid #333333;
}
@media only screen and (min-width: 1200px) {
.nav-meta li {
display: inline-block;
}
} ::-moz-selection {
color: #ffffff;
background: #698487;
}
::selection {
color: #ffffff;
background: #698487;
} .svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: #698487;
}
.svg-icon circle {
stroke: #698487;
stroke-width: 1;
} footer {
}
footer .footer-logo img {
width: auto;
height: 100px;
}
footer p, footer address {
margin-bottom: 40px;
--min: 16px;
--val: 4vw;
--max: 18px;
}
footer p:last-child, footer address:last-child {
margin-bottom: 0;
}
footer p, footer p a, footer a, footer address {
font-weight: 300;
color: #333333 !important;
}
footer p a {
border-bottom: 1px solid transparent;
}
footer p a:hover {
border-bottom: 1px solid #333333;
}
#footer-bottom li,
footer .copyright {
font-weight: 300;
font-size: 16px;
}
footer .logos {
margin: 0;
padding: 0;
}
footer .logos li {
list-style: none;
margin: 0 40px 40px 0;
padding: 0;
display: inline-block;
}
footer .logos li:last-child {
margin: 0;
}
@media (max-width: 1200px) {
footer .logos {
margin: 0 auto 0 auto;
}
footer .logos li {
margin: 0 0 40px 0;
display: block;
}
}
@media (max-width: 992px) {
footer .logos {
margin: 40px auto 0 auto;
}
footer .logos li {
text-align: left;
}
}
@media (max-width: 768px) {
footer .logos li {
text-align: center;
}
}
@media (max-width: 575px) {
footer .project {
margin-bottom: 20px;
}
footer .footer-logo img {
width: auto;
height: 90px;
}
#footer-bottom li,
footer .copyright {
font-size: 14px;
}
footer .logos {
margin: 20px auto 0 auto;
text-align: center;
}
footer .logos li {
margin: 0 0 20px 0;
text-align: center;
}
}
#menu-footer-1, #menu-footer-2 {
width: 100%;
margin: 0;
padding: 0;
}
#menu-footer-1 li, #menu-footer-2 li {
display: inline-block;
list-style: none;
text-align: right;
margin: 0 20px 10px 0;
font-weight: 300;
line-height: 20px;
}
#menu-footer-1 li:last-child, #menu-footer-2 li:last-child {
margin: 0 0 10px 0;	
}
#menu-footer-1 li a, #menu-footer-2 li a {
font-weight: 300;
color: #333333 !important;
text-decoration: none;
border-bottom: 1px solid transparent;
}
#menu-footer-1 li a:hover, #menu-footer-2 li a:hover {
border-bottom: 1px solid #333333;
}
#menu-footer-1 li a[aria-current="page"], #menu-footer-2 li a[aria-current="page"] {
font-weight: 400;
}
#footer-widgets .footer-widget li {
padding: 0;
}
#footer-widgets .footer-widget li:before {
display: none;
}
#main-footer .footer-widget h4 {
margin: 0 0 20px 0;
font-family: 'Lexend', 'Helvetica', arial, sans-serif;
font-weight: 400 !important;
}
.et_pb_widget_area_right {
border: 0 !important;
}
.fwidget {
width: 100% !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}
@media (max-width: 981px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-last-child(-n+2) {
margin-bottom: 7.5% !important;
}
#footer-info { text-align: left; }
}
@media (max-width: 980px) {
#menu-footer-1 {
margin: 0 0 30px 0;
}
#menu-footer-1 li {
margin: 0 0 20px 0;
display: block;
text-align: left;
}
}
@media (max-width: 575px) {
#menu-footer-1 li {
margin: 0 0 10px 0;
text-align: center;
}
} .w100 {
width: 100%;
} .pt-5 {
padding-top: 5rem !important;
}
.pb-5 {
padding-bottom: 5rem !important;
}
.pt-4 {
padding-top: 4rem !important;
}
.pb-4 {
padding-bottom: 4rem !important;
}
.pt-3 {
padding-top: 2rem !important;
}
.pb-3 {
padding-bottom: 2rem !important;
}
.pt-2 {
padding-top: 1.5rem !important;
}
.pb-2 {
padding-bottom: 1.5rem !important;
}
.pt-1 {
padding-top: 1rem !important;
}
.pb-1 {
padding-bottom: 1rem !important;
}
@media (min-width: 1400px) {
.pb-xxl-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 1200px) {
.pb-xl-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 992px) {
.pb-lg-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 768px) {
.pb-md-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 576px) {
.pb-sm-0 {
padding-bottom: 0!important;
}
} .table td {
border-bottom: 1px solid #333333;
} .arrow {
margin-top: 20px;
display: block;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
color: #fff !important;
}
.arrow:hover {
color: #B2A9A0 !important;
}
.arrow::before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: relative;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: top;
}
.arrow.bottom:before {
top: 0;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} @keyframes pulse {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} blockquote p {
margin-bottom: 1em;
font-size: 24px;
font-weight: 200;
font-style: normal;
line-height: 1.6em;
}
blockquote footer {
font-size: 12px;
font-weight: 200;
text-transform: uppercase;
letter-spacing: 2px;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.4em;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.quote {
max-width: 540px !important;
margin: 0 !important;
padding: 80px;
position: absolute;
left: 5%;
top: 50%;
transform: translateY(-50%);
z-index: 2;
font-size: 32px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.5;
}
@media (max-width: 1400px) {
.quote {
font-size: 28px;
}
}
@media (max-width: 1200px) {
.quote {
background-color: rgba(105, 132, 135, 0.85) !important;
font-size: 24px;
}
}
@media (max-width: 992px) {
.quote {
left: 0;
bottom: 0;
top: auto;
transform: none;
width: 100%;
max-width: 100% !important;
font-size: 22px;
}
}
@media (max-width: 575px) {
.quote {
padding: 40px;
font-size: 20px;
}
}
.same-height {
flex-grow: 1 !important;
}
.picture-1 {
padding: 35vh 0 !important;
background-image: url(//www.mitte-eppelheim.de/wp-content/uploads/mitte-eppelheim-06.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 575px) {
.picture-1 {
padding: 25vh 0 !important;
}
} .wps-form {
width: 100%;
margin: 0 auto;
padding: 0;
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 5px;
}
.wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form-column {
flex: 1;
padding: 0.5rem 0;
width: 100%;
}
.wps-form-column.center {
text-align: center;
}
.wps-form-column.right {
text-align: right;
}
.wps-form-column.single {
padding: 0.5rem 0 !important;
}
@media only screen and (min-width: 48em) {
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding: 0.5rem 1rem;
}
.wps-form-column:nth-child(odd) {
padding: 0.5rem 1rem 0.5rem 0;
}
.wps-form-column:nth-child(even) {
padding: 0.5rem 0 0.5rem 1rem;
}
}
@media only screen and (max-width: 575px) {
.wps-form-row {
margin: 0;
}
}
.wps-form fieldset {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-quiz-label {
margin: 0;
display: block;
}
.wpcf7-form label {
margin: 0 0 5px 0;
font-size: 18px;
color: #333333;
font-weight: 300;
letter-spacing: 0;
line-height: 24px;
display: block;
}
.wpcf7-form label a {
text-decoration: none;
}
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-email,
.wpcf7-number {
width: 100%;
padding: 12px 0 !important;
background-color: transparent !important;
font-size: 18px;
font-weight: 300;
color: #333333 !important;
letter-spacing: 1px;
line-height: 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-top: 1px solid transparent;
border-bottom: 1px solid #999999 !important;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus,
.wpcf7-email:focus,
.wpcf7-number:focus {
border-bottom: 1px solid #333333 !important;
outline: 0;
}
.wpcf7-select {
padding: 10px 0 !important;
line-height: 24px;
-webkit-appearance: none;
max-width: 100%;
overflow: hidden;
word-wrap: normal !important;
white-space: normal;
}
.wpcf7-date {
padding: 12px 0 !important;
line-height: 20px;
-webkit-appearance: none;
}
.wpcf7-submit:disabled {
opacity: 0.5;
}
.required {
color: #698487;
}
.wpcf7-form p {
margin: 0 0 10px 0;
}
.wpcf7-not-valid {
border-bottom: 1px solid #AC4F4F !important;
}
.wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
margin: 0 0 20px 0 !important;
padding: 20px !important;
font-size: 18px;
color: #fff;
background-color: #AC4F4F;
border: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
background-color: #7ba963 !important;
}
.wpcf7-not-valid-tip {
color: #AC4F4F !important;
}
.wpcf7-list-item {
margin: 0 !important;
}
.wpcf7-form span.wpcf7-list-item {
display: block;
}
.wpcf7-list-item-label {
margin-left: 16px;
}
.wpcf7-form .wpcf7-checkbox label {
position: relative;
font-size: 16px;
font-weight: 300;
line-height: 32px;
}
.wpcf7-form .wpcf7-checkbox.small label, 
.wpcf7-form .wpcf7-acceptance label {
position: relative;
font-size: 14px;
font-weight: 300;
line-height: 24px;
}
.wpcf7-form .wpcf7-checkbox label a {
font-size: 16px;
}
.wpcf7-form .wpcf7-checkbox.small label a, 
.wpcf7-form .wpcf7-acceptance label a {
font-size: 14px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
position: relative;
visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span {
display: inline-block;
margin: -24px 0 0 44px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
height: 32px;
width: 32px;
top: 0;
left: 0;
background-color: transparent;
border: 1px solid #999999;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before:hover,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before:hover {
outline: 5px solid #eeeeee;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
display: block;
position: absolute;
content: '\2713';
top: 0;
left: 4px;
visibility: hidden;
font-size: 32px;
color: #698487;
}
.wpcf7-form .wpcf7-checkbox.small input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
top: 4px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:before {
background-color: transparent;
border: 1px solid #333333;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:after {
visibility: visible;
}
@media (max-width: 575px) {
.wpcf7-form label {
font-size: 16px;
}
.wpcf7-form .wpcf7-checkbox label {
position: relative;
font-size: 16px;
line-height: 24px;
}
.wpcf7-form .wpcf7-checkbox.small label, 
.wpcf7-form .wpcf7-acceptance label {
font-size: 14px;
line-height: 20px;
}
.wpcf7-form .wpcf7-checkbox label a {
font-size: 16px;
line-height: 24px;
}
.wpcf7-form .wpcf7-checkbox.small label a, 
.wpcf7-form .wpcf7-acceptance label a {
font-size: 14px;
line-height: 20px;
}
p.small {
font-size: 12px;
}
}
.wpcf7-spinner {
display: block;
}
::placeholder {
color: #88837C !important;
}
.form form fieldset input.field.error:focus,
.form form fieldset select.error:focus,
.form form fieldset textarea.error:focus,
.formTab form fieldset input.field.error:focus,
.formTab form fieldset select.error:focus,
.formTab form fieldset textarea.error:focus,
.form form fieldset input[type="checkbox"].error:focus+label:before {
border: 1px solid #AC4F4F;
}
p.error {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: #ffffff;
text-align: left;
line-height: 125%;
background-color: #AC4F4F;
}
p.success {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: #ffffff;
text-align: left;
line-height: 125%;
background-color: #7ba963;
}
p.error i,
p.success i {
margin-right: 10px;
}
span.error {
font-weight: 600;
color: #AC4F4F;
}
span.required {
color: #698487;
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border-color: #333333;
-webkit-text-fill-color: #333333;
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.15) inset;
transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 575px) {
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-email,
.wpcf7-number {
padding: 8px 0 !important;
}
} .breadcrumb {
align-items: center;
}
.breadcrumb .current-page {
font-size: 20px;
color: #698487;
}
.breadcrumb .delimiter {
margin: 0 8px;
} ul.files {
margin: 0 auto;
padding: 0;
}
ul.files li {
list-style: none;
font-weight: 200;
border-right: 1px solid #333333;
padding-right: 10px;
margin-right: 10px;
display: inline-block;
}
ul.files li:last-child {
border-right: 0;
padding-right: 0;
margin-right: 0;
}
hr {
margin: 30px 0;
border: 0;
height: 1px;
background: rgba(0, 0, 0, 0.2);
} ol.list {
list-style: none;
counter-reset: my-awesome-counter;
margin: 0;
padding: 20px 0 0 0;
border-top: 1px solid #333333;
}
ol.list li {
counter-increment: my-awesome-counter;
margin: 0 0 20px 0;
padding: 0 0 20px 2.5em;
border-bottom: 1px solid #333333;
font-size: 20px;
}
ol.list li::before {
content: counter(my-awesome-counter);
font-weight: 600;
font-size: 32px;
color: #333333;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
font-family: 'Open Sans', sans-serif;
line-height: 1;
display: inline-block;
} .box {
min-height: 200px;
margin: 10px 5px;
padding: 20px 30px 10px;
border-radius: 9px;
background-color: #fff;
box-shadow: 1px 1px 15px -12px #333333;
position: relative;
animation-duration: 1000ms;
animation-delay: 0ms;
opacity: 0;
animation-timing-function: ease-in-out;
transform: scale3d(0.96, 0.96, 0.96);
}
.box:hover {
-webkit-transform: translate(0px, -2px);
-ms-transform: translate(0px, -2px);
transform: translate(0px, -2px);
}
.box-content {
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
.box {
margin: 0 0 60px 0;
}
.box.white,
.box.black {
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .1), 0 35px 50px -25px rgba(0, 0, 0, .1), 0 85px 60px -25px rgba(0, 0, 0, 0);
}
.box.white {
background: #fff;
color: #333333;
}
.box.black {
background: #333333;
color: #fff;
}
.box .content {
padding: 40px 40px;
}
.box.black p a {
color: #fff;
border-bottom: 1px solid #fff;
}
.box.black p a:hover {
border-bottom: 1px solid transparent;
}
.box.black .animated-arrow,
.box.black .animated-arrow:hover {
color: #fff !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft {
background-color: #fff !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:before,
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:after {
background-color: #fff !important;
}
.box.black .the-arrow>.shaft {
background-color: #fff !important;
}
.box.black .the-arrow>.shaft:before,
.box.black .the-arrow>.shaft:after {
background-color: #fff !important;
}
.box.black .the-arrow.-left>.shaft {
background-color: #fff !important;
}
.box.black .the-arrow.-left>.shaft:before,
.box.black .the-arrow.-left>.shaft:after {
background-color: #fff !important;
} .more-link {
padding: 20px 0 0 0;
}
.nav-prev .more-link,
.nav-next .more-link {
padding: 0;
margin: 0;
}
.nav-prev .more-link {
text-align: left;
}
.more-link a {
padding: 0 32px 0 0;
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border: 0;
position: relative;
}
.nav-prev .more-link a {
padding: 0 0 0 32px;
}
.more-link a:hover,
.more-link a:hover span {
color: #698487;
border: 0;
}
.more-link a:before,
.more-link a:after,
.nav-prev .more-link a:before,
.nav-prev .more-link a:after {
content: '';
position: absolute;
display: inline-block;
width: 15px;
height: 2px;
margin: auto 0 auto 0;
vertical-align: middle;
background-color: #698487;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.more-link a:before {
right: 0;
top: 15px;
transform: rotate(-45deg);
}
.more-link a:after {
right: 0;
top: 5px;
transform: rotate(45deg);
}
.nav-prev .more-link a:after {
left: 0;
top: 15px;
transform: rotate(45deg);
}
.nav-prev .more-link a:before {
left: 0;
top: 5px;
transform: rotate(-45deg);
}
.more-link a:hover:after,
.more-link a:hover:before,
.nav-prev .more-link a:hover:before,
.nav-prev .more-link a:hover:after { }
.more-link a:hover:after {
transform: translateX(10px) rotate(45deg);
}
.more-link a:hover:before {
transform: translateX(10px) rotate(-45deg);
}
.nav-prev .more-link a:hover:before {
transform: translateX(-10px) rotate(-45deg);
}
.nav-prev .more-link a:hover:after {
transform: translateX(-10px) rotate(45deg);
}
@media (max-width: 575px) {
.more-link {
padding: 10px 0 0 0;
}
} .map-marker:before {
font-family: 'et-line';
content: "\e047";
font-size: 24px;
margin-bottom: 6px;
display: block;
} .slider-down-arrow {
position: absolute;
z-index: 10;
bottom: 70px;
left: 0;
width: 100%;
text-align: center;
font-size: 32px;
font-family: 'ETmodules';
color: #ffffff;
}
.slider-down-arrow a {
line-height: 1em;
display: inline-block;
color: #ffffff !important;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
transition: all 0.2s ease;
}
.slider-down-arrow a:not(:hover) {
animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
.slider-down-arrow a:hover {
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
.slider-down-arrow {
bottom: 90px;
font-size: 48px;
}
}
@media (max-width: 980px) {
.slider-down-arrow {
display: none;
}
}  .icon-list {
margin: 0 !important;
padding: 0 !important;
}
.icon-list li {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
line-height: 36px;
}
.icon-list li a {
font-size: 24px;
color: #333333;
text-decoration: none;
}
.icon-list li a:hover {
color: #333333;
}
.icon-list li a::before {
width: 36px;
height: 36px;
speak: none;
font-style: normal;
font-weight: 200;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0 0;
font-size: 36px;
color: #777777;
float: left;
margin-right: 10px;
opacity: 1;
}
.icon-list li a:hover::before {
opacity: 0.7;
} .icons-list {
margin: 0 auto 40px auto !important;
padding: 0 0 20px 0 !important;
list-style: none !important;
}
.icons-list li {
width: 33.3%;
margin: 0 0 0 0 !important;
padding: 0 !important;
display: inline-block !important;
}
.icons-list li .grid-icons {
font-size: 36px !important;
font-weight: 400 !important;
}
.icons-list li:before {
display: none;
}
.icons-list li a {
width: 44px;
height: 44px;
color: #333333;
}
.icons-list li a:hover {
color: #333333;
}
@media (max-width: 992px) {
.icons-list li .grid-icons {
font-size: 28px !important;
}
}
@media (max-width: 575px) {
.icons-list li {
width: 100%;
margin: 0 0 20px 0 !important;
}
.icons-list li:last-child {
margin: 0 !important;
}
.icons-list li .grid-icons {
font-size: 24px !important;
}
} .swiper {
width: 100%;
}
.swiper-slide {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background-color: #698487;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
position: absolute;
cursor: pointer;
z-index: 999;
transition-property: background;
transition-duration: 0.15s;
}
.swiper-button-next {
right: 20px;
}
.swiper-button-prev {
left: 20px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: #7D464B;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-prev::before {
content: '' !important;
width: 16px;
height: 1px;
background-color: #ffffff;
position: absolute;
}
.swiper-button-next::after {
right: 12px;
top: 16px;
transform: rotate(-135deg);
}
.swiper-button-next::before {
right: 12px;
top: 27px;
transform: rotate(135deg);
}
.swiper-button-prev::after {
left: 12px;
top: 27px;
transform: rotate(-135deg);
}
.swiper-button-prev::before {
left: 12px;
top: 16px;
transform: rotate(135deg);
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after,
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
background-color: #ffffff;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px !important;
}
.swiper-pagination-bullet {
width: 32px !important;
height: 6px !important;
margin-right: 10px !important;
background: #fff !important;
opacity: 0.3 !important;
border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
background-color: #ffffff !important;
opacity: 1 !important;
}
.swiper-pagination-bullet:only-child {
visibility: hidden;
}
@media (max-width: 575px) { .swiper-pagination {
}
.swiper-pagination-bullet {
width: 24px !important;
height: 4px !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px !important;
}
}
.grid-icons {
margin: 0;
padding: 0;
font-size: 18px;
text-align: center;
}
.grid-icons .icon {
width: 96px;
height: 96px;
background-color: #333333;
color: #698487;
border-radius: 99em;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
font-size: 48px;
line-height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
.button-nav {
margin: 0 !important;
padding: 0 0 20px 0 !important;
}
.button-nav li {
list-style: none;
margin: 0 20px 0 0 !important;
padding: 0 !important;
display: inline-block;
}
.button-nav li:last-child {
margin: 0 !important;
}
.button-nav li a {
margin: 0 !important;
}
@media screen and (max-width: 575px) {
} .image-gallery {
gap: 40px;
}
.image-gallery img {
width: 100%;
height: auto;
}
.image-gallery .overlay {
background: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.image-gallery a {
z-index: 1;
position: relative;
width: 100%;
height: 100%;
display: block;
}
.image-gallery a:hover .overlay {
background: rgba(0, 0, 0, 0.5);
}
.image-gallery .title {
display: none;
}
.image-gallery a:hover .title {
width: 100%;
height: 100%;
font-size: 20px;
color: #ffffff;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
@media screen and (max-width: 992px) {
.image-gallery .title {
font-size: 24px;
}
}
@media screen and (max-width: 575px) {
.image-gallery .overlay {
display: none;
}
.image-gallery .title,
.image-gallery a:hover .title {
font-size: 18px;
color: #333333;
letter-spacing: 0;
position: relative;
display: inline-block;
text-align: left;
text-shadow: none;
text-transform: uppercase;
}
} .nav-single {
width: 100%;
padding: 10px 0;
display: flex;
justify-content: space-between;
line-height: 24px;
}
.nav-single .nav-label,
.nav-single .mobile {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 24px;
}
.nav-single a {
line-height: 24px;
}
.nav-single p {
font-size: 14px;
}
.nav-prev,
.nav-next,
.nav-grid {
min-width: 80px;
}
.nav-prev {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav-next {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.nav-grid {
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}
.nav-grid a {
text-align: center;
display: inline-block;
}
.nav-grid .icon-grid {
width: 32px;
height: 24px;
display: inline-block;
position: relative;
}
.nav-grid .icon-grid .line {
display: inline-block;
position: absolute;
height: 2px;
width: 32px;
background: #333333;
opacity: 1;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
left: 0;
top: 5px;
}
.nav-grid .icon-grid .line.line-1 {
top: 13px;
}
.nav-grid .icon-grid .line.line-2 {
top: 21px;
}
.nav-prev span,
.nav-next span,
.nav-grid span {
font-size: 24px;
color: #333333;
line-height: 24px;
}
.nav-single span.mobile {
display: none;
}
@media screen and (max-width: 768px) {
.nav-single span.mobile {
display: inline-block;
}
.nav-single .nav-label {
display: none;
}
.nav-grid .icon-grid {
width: 24px;
}
.nav-grid .icon-grid .line {
width: 24px;
}
} .table-row {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.table-row.big {
margin: 0 0 5px 0;
}
.table-row .text i {
color: #333333;
}
.table-row .text {
flex-grow: 1;
-webkit-flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.table-row.big .text {
width: 50%;
flex-grow: inherit;
-webkit-flex-grow: inherit;
text-overflow: inherit;
overflow: auto;
white-space: normal;
}
.table-row .text-big {
width: 50%;
}
.table-row .label {
width: 100px;
}
.table-row .num {
width: 80px;
}
@media screen and (max-width: 981px) {
.table-row .text-big {
width: 100%;
}
.table-row .text,
.table-row .num {
width: 100%;
}
.table-row {
display: block;
}
.table-row.big {
margin: 0 0 10px 0;
}
.table-row.big .text {
width: 100%;
overflow: hidden;
}
.table-row.big .text:nth-child(odd) {
font-weight: 200 !important;
}
.table-row.big .text:nth-child(even) {
font-weight: 200 !important;
}
.table-row .text {
flex-grow: inherit;
-webkit-flex-grow: inherit;
text-overflow: inherit;
overflow: hidden;
white-space: normal;
}
.table-row .desc {
display: none;
}
}
.table-row {
border-collapse: collapse;
padding-top: 2px;
padding-bottom: 2px;
font-size: 16px;
}
.table-row.odd {}
.table-row.even {}
.table-row.header {
background-color: #333333;
font-size: 16px;
font-weight: 600;
color: #ffffff;
padding-top: 10px;
padding-bottom: 10px;
}
.table, .table table {
width: 100%;
border: 0;
padding: 0;
margin: 0 0 40px 0;
}
.table thead th {
font-size: 20px;
font-weight: 600;
color: #333333;
}
.table td {
padding: 15px 0;
font-size: 20px;
font-weight: 400;
color: #333333;
border-left: 1px solid transparent;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid #333333;
}
.table td a {
border-bottom: 1px solid #333333;
}
.table td a:hover {
border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
.table td {
width: 100%;
display: block;
}
.table td:first-child {
padding: 10px 0 0 0;
color: #698487;
border-bottom: 0;
}
.table td {
padding: 0 0 10px 0;
}
} .contact-block {
margin: 0 0 40px 0;
padding: 0;
justify-content: left !important;
}
.contact-block .staff-item {
margin: 0;
}
.contact-block:last-child {
border-bottom: none;
}
.contact-block .photo {
align-items: flex-start;
margin-right: 40px;
}
.contact-block .logo {
margin: 20px 0;
}
.contact-block .contact-info {
flex-grow: 0;
margin-right: 20px;
display: block;
}
@media only screen and (max-width: 980px) {
.contact-block {
display: block;
}
} .fancybox-slide--iframe .fancybox-content {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--html .fancybox-content {
width: 90%;
max-width: 960px;
padding: 40px;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--iframe #cookie-law-info-bar,
.fancybox-slide--iframe #cookie-law-info-bar-again {
display: none !important;
}
.animated-modal {
width: 90%;
max-width: 480px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.animated-modal.fancybox-content {
padding: 0 !important;
}
.animated-modal .popup-content {
padding: 20px;
}
.fancybox-slide--html .fancybox-close-small {
background-color: #333333;
color: #fff !important;
}
.modal-container.fancybox-content {
padding: 0 !important;
}
.modal-backdrop {
--bs-backdrop-opacity: 0.25;
}
.modal-container {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.modal-container .fancybox-close-small {
color: #ffffff !important;
}
.modal-title {
background: #000000;
font-size: 20px;
font-weight: 200;
color: #ffffff;
padding: 1em;
}
.modal-header {
border-radius: 0;
border: 0;
padding: 0;
}
.modal-content {
border: 0;
border-radius: 0;
box-shadow: 0px 30px 100px -30px rgba(0, 0, 0, 1);
}
.modal {
--bs-modal-width: 480px;
}
.modal .btn-close {
box-sizing: content-box;
width: 0.5em;
height: 0.5em;
background: #fff;
background-color: #fff;
mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
mask-size: cover;
-webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
-webkit-mask-size: cover;
border: 0;
border-radius: .375rem;
opacity: 1;
position: absolute;
top: 20px;
right: 20px;
z-index: 100;
}
.modal .btn-close:hover {
background: #666;
background-color: #666;
}
.modal .popup-close {
font-weight: 700;
font-size: 16px;
}
.modal-body {
max-width: 90vw;
max-height: calc(100vh - 230px);
min-height: 50px;
padding: 0;
overflow-y: auto;
}
.modal-footer {
background: #f9f9f9;
padding: 1em;
display: flex;
justify-content: space-between;
align-items: flex-end;
border-radius: 0;
border: 0;
}
@media screen and (max-width: 575px) {
.modal-dialog {
max-width: 320px;
margin: 0 auto;
}
.modal-footer {
display: block;
justify-content: inherit;
}
.modal-footer .btn {
margin: 0 0 10px 0;
}
} .accordion {
max-width: 100%;
margin: 40px auto;
border-bottom: 1px solid #cccccc;
}
.accordion .accordion-header h3 {
margin: 0;
padding: 0;
display: inline-block;
font-size: 28px !important;
font-weight: 400 !important;
text-transform: none;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
}
.accordion .accordion-header {
margin: 0;
padding: 20px 0;
text-align: left;
border-top: 1px solid #cccccc;
position: relative;
}
.accordion .accordion-header:hover {
cursor: pointer;
}
.accordion .accordion-header:hover::before,
.accordion .accordion-header:hover::after {
background-color: #698487;
}
.accordion .accordion-header:hover h3 {
color: #333333 !important;
}
.accordion .active.accordion-header,
.accordion .active.accordion-header:hover { }
.accordion .active.accordion-header h3,
.accordion .active.accordion-header:hover h3 {
color: #333333 !important;
}
.accordion .accordion-header::after {
content: '';
width: 21px;
height: 2px;
background-color: #333333;
float: right;
position: absolute;
top: 33px;
right: 0;
}
.accordion .accordion-header::before {
content: '';
width: 2px;
height: 21px;
background-color: #333333;
float: right;
position: absolute;
top: 23px;
right: 10px;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.accordion .active.accordion-header::before {
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
transition: 0.25s;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.accordion .active.accordion-header::after {
color: #333333 !important;
}
.accordion .accordion-content {
display: none;
padding: 20px 0 0 0;
margin: 0 0 40px 0;
}
.accordion .accordion-content p:not(.link) {
margin: 30px 0 0 0 !important;
}
.accordion .accordion-content p:first-child {
margin: 0 !important;
}
@media only screen and (max-width: 575px) {
.accordion .accordion-header {
padding: 10px;
text-align: left;
}
.accordion .accordion-header::after {
top: 23px;
}
.accordion .accordion-header::before {
top: 13px;
}
.accordion .accordion-header h3 {
font-size: 22px !important;
letter-spacing: 0.1em;
text-align: left;
}
}
.clear {
clear: both;
} #osmap {
width: 100%;
height: 100%;
min-height: 720px;
}
#osmap-small {
width: 100%;
height: 480px;
}
@media (max-width: 768px) {
#osmap,
#osmap-small {
min-height: 480px;
max-height: 480px;
}
} .map-popup p.content {
font-size: 16px;
}
.map-popup .button.small {
font-size: 16px;
font-weight: 600;
}
.map-popup .button:after,
.map-popup .button:before {
display: none;
}
.map-popup .button:hover {
background-color: #7D464B;
color: #ffffff;
border-color: #7D464B;
padding: .3em 1em !important;
}
.leaflet-popup-content p {
font-size: 18px !important;
}
.leaflet-container a {
font-size: 18px !important;
color: #333333 !important;
}
.leaflet-control-attribution a {
font-size: 11px !important;
font-weight: 400 !important;
color: #333333 !important;
}
.leaflet-container a.button {
padding: 8px 24px;
height: 40px;
min-height: 40px;
min-width: 40px;
font-size: 16px !important;
color: #ffffff !important;
line-height: 24px !important;
}
.leaflet-container a.button:hover {
color: #ffffff !important;
}
.leaflet-top, .leaflet-bottom {
z-index: 500 !important;
} .staff-list {
margin: 0 -30px 40px -30px;
display: flex;
justify-content: flex-start;
}
.staff-item {
margin: 0 0 40px 0;
padding: 0 30px;
align-items: center;
display: flex;
flex-direction: column;
overflow: hidden;
}
@media (max-width: 781px) {
.staff-item {
margin: 0 20px 40px 20px;
}
.staff-list {
display: block;
}
.staff-item {
margin: 0 auto 40px auto;
text-align: center;
display: block;
}
}
.staff-list .inner {
position: relative;
height: 363px;
padding-bottom: 80px;
box-sizing: content-box;
}
.staff-list .img {
background-color: #ffffff;
position: relative;
width: 290px;
height: 363px;
overflow: hidden;
}
.img,
.img img {
width: 100%;
height: auto;
display: block;
}
.staff-list .img img {
opacity: 1;
width: 100%;
height: auto;
display: block;
position: absolute;
top: -9999px;
bottom: -9999px;
left: -9999px;
right: -9999px;
margin: auto;
}
.staff-list .img img,
.staff-list .info,
.staff-list .inner .info p.long {
-webkit-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-moz-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-o-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
}
.staff-list .info {
width: 290px;
padding: 10px 40px 10px 15px;
display: block;
position: absolute;
top: 368px;
left: 0px;
word-wrap: break-word;
height: 100%;
}
.staff-list .info .vcard {
margin-left: 10px;
position: absolute;
top: 10px;
text-transform: uppercase;
}
.staff-list .info p.long,
.staff-list .info .vcard {
font-size: 16px;
visibility: hidden;
opacity: 0;
}
.staff-list .info .vcard:before {
content: '\f105';
font-family: 'Font Awesome 5 Free';
font-size: 14px;
position: absolute;
left: -10px;
top: 0px;
}
.staff-list .inner .details {
position: absolute;
left: 10px;
}
.staff-list .info p {
margin: 0;
padding: 0;
}
.staff-list .info p.short strong {
color: #333333;
}
.staff-list .info p.long {
height: 0px;
display: block;
}
.staff-list .inner:hover .img {
background-color: #333333;
}
.staff-list .inner:hover .info {
top: 0px;
color: #ffffff;
}
.staff-list .inner:hover .info .vcard {
visibility: visible;
opacity: 1;
color: #ffffff;
}
.staff-list .inner:hover .info .vcard {
-webkit-transition-delay: .05s;
transition-delay: .05s;
}
.staff-list .inner:hover .details {
position: absolute;
bottom: 100px;
left: 14px;
padding-right: 20px;
}
.staff-list .inner:hover .info p.long {
height: auto;
opacity: 1;
visibility: visible;
color: #ffffff;
line-height: 28px;
}
.staff-list .inner:hover .info p.short,
.staff-list .inner:hover .info p.short strong {
color: #fff;
}
.staff-list .inner .info p.long a {
font-size: 16px;
font-weight: 400;
color: #ffffff;
}
.staff-list .inner:hover .info p.long a {
font-size: 16px;
font-weight: 400;
color: #ffffff;
border-bottom: 1px solid #ffffff;
}
.staff-list .inner:hover .info p.long a:hover {
border-bottom: 1px solid transparent;
}
.staff-list .inner:hover img {
opacity: 0.2;
} #socialmedia {
margin: 60px 0 0 0;
padding: 0;
text-align: left;
}
#socialmedia li {
margin: 0 20px 0 0;
padding: 0;
list-style: none;
display: inline-block;
}
#socialmedia li:last-child {
margin: 0;
}
#socialmedia li a {
font-size: 24px;
}
#socialmedia li a i:hover {
color: #698487;
}
@media (max-width: 575px) {
#socialmedia {
margin: 40px 0 0 0;
text-align: center;
}
}  .timeline {
line-height: 1.5em;
font-size: 14px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
counter-reset: section;
max-width: 960px;
margin: 0 auto;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: #333333;
position: absolute;
top: 0;
left: 60px;
}
.timeline--entry {
position: relative;
margin-bottom: 60px;
}
.timeline--entry__detail {
background-color: #e7e7e8;
padding: 0;
margin-left: 130px;
display: flex;
}
.timeline--entry:before {
content: "";
font-size: 36px;
font-weight: 600;
color: #ffffff;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 120px;
height: 120px;
background-color: #333333;
border-radius: 0 0 25px 0;
position: absolute;
counter-increment: section;
content: "0" counter(section);
left: 0;
}
.timeline--entry .details {
flex: 65%;
padding: 60px 30px;
}
.timeline--entry .details h4 {
font-size: 18px !important;
font-weight: 200 !important;
color: #333333 !important;
letter-spacing: 1px !important;
}
.timeline--entry .image {
flex: 35%;
}
@media (min-width: 768px) {
.timeline {
display: block;
}
}
@media (max-width: 768px) {
.timeline--entry__detail {
display: block;
}
.timeline--entry .details {
padding: 30px 30px;
}
}
@media (max-width: 575px) {
.timeline--entry:before {
position: absolute;
width: 64px;
height: 64px;
font-size: 24px;
text-align: center;
margin-bottom: 20px;
}
.timeline--entry__detail {
padding: 60px 0 0 0;
margin-left: 0;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: #333333;
position: absolute;
top: 0;
left: 50%;
}
} .wp-block-column p:last-child {
margin: 0;
}
.section {
width: 100%;
padding: 100px 0 100px 0;
position: relative;
z-index: 0;
}
.container,
.container-fluid,
.container-xxl {
z-index: 3;
}
.row {
width: 100%;
} :where(.wp-block-columns.is-layout-flex.no-gap) {
gap: 0 !important;
}
.background-with-overlay {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
padding: 15vh 20px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 0;
}
.background-with-overlay .overlay {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.50);
}
.background-with-overlay h3 {
color: #ffffff;
}
.background-with-overlay p {
color: #ffffff;
}
.background-with-overlay p:last-child {
margin: 0;
}
@media screen and (max-width:1200px) {
.background-with-overlay {
padding: 15vh 40px;
}
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:575px) {
.background-with-overlay {
padding: 15vh 20px;
}
} body.admin-bar .header-fixed {
top: -40px;
}
body.admin-bar.fixed .header-fixed {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar.fixed .header-fixed, body.admin-bar .header-fixed {
top: 32px;
}
} .section ul:not(.facts,.buttons,.plans,.logos) {
margin: 0 0 20px 0;
padding: 0;
}
.section ul:not(.facts,.buttons,.plans,.logos) li {
margin: 0 0 20px 0;
padding: 0 0 0 24px;
}
.section ul:not(.plans) li {
list-style: none;
font-weight: 300;
color: #333333;
letter-spacing: 0;
line-height: 150%;
position: relative;
--min: 16px;
--val: 4vw;
--max: 18px;
}
.section ol {
margin: 0 0 20px 20px;
padding: 0;
}
.section ol li {
margin: 0 0 20px 0;
padding: 0 0 0 0;
font-size: 24px;
font-weight: 400;
color: #333333;
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.section ul:not(.facts,.buttons,.plans,.logos) li::before {
content: '';
width: 10px;
height: 10px;
background-color: #698487;
border-radius: 99em;
-moz-border-radius: 99em;
-webkit-border-radius: 99em;
position: absolute;
top: 10px;
left: 0;
}
.section ul li span,
.section ol li span {
color: #333333;
}
ul li, ol li {
font-weight: 300;
font-style: normal;
letter-spacing: 0;
line-height: 32px;
}
ul.list {
list-style: none;
margin: 0 0 20px 0 !important;
padding: 10px 0 0 0 !important;
}
.list-two-column-container {
display: flex;
justify-content: space-between;
}
ul.list.two-column {
list-style: none;
padding: 0;
width: 48%;
}
ul.list.left, ul.list.right {
margin: 0 0 40px 0 !important;
padding: 0 0 0 0 !important;
display: inline-block;
}
ul.list.right {
text-align: right;
}
ul.list.left {
text-align: left;
}
ul.list li {
margin: 0 0 10px 0 !important;
padding: 0 0 10px 20px;
font-weight: 300 !important;
color: #333333;
border-bottom: 1px solid #7d464b;
--min: 16px;
--val: 4vw;
--max: 18px;
}
ul.list li:last-child {
border-bottom: none;
}
ul.list.left li, ul.list.right li {
margin: 0 0 10px 0 !important;
padding: 0 10px 10px 10px !important;
font-style: normal;
font-weight: 300;
}
ul.list.left li::before, ul.list.right li::before {
display: none;
}
ul.list li::before {
font-family: 'ETmodules';
content: 'E';
background-size: 7px 7px;
width: 7px;
margin-top: 0;
margin-left: -27px;
margin-right: 17px;
font-weight: 400;
font-style: normal;
color: #698487;
line-height: 1;
display: inline-block;
}
@media all and (max-width:781px) {
.list-two-column-container {
display: block;
}
ul.list.two-column {
width: 100%;
}
ul.list.two-column:first-child {
margin: 0;
}
ul.list.two-column:last-child {
border-top: 0;
padding: 0 !important;
}
}
@media all and (max-width:575px) {
ul.list.two-column {
padding: 10px 0 0 0 !important;
}
ul.list.left li, ul.list.right li {
margin: 0 0 10px 0 !important;
padding: 0 0 10px 0 !important;
}
ul.list.two-column:first-child {
border-top: 0;
}
ul.list.two-column.left li:last-child {
border-bottom: 0;
}
}
ul.buttons {
margin: 80px 0 0 0;
text-align: center;
}
ul.buttons li {
margin: 0 20px 0 0;
display: inline-block;
}
ul.buttons li:last-child {
margin: 0;
}
@media all and (max-width:575px) {
ul.buttons {
text-align: center;
}
ul.buttons li {
margin: 0 auto 20px auto;
}
}
ol.list {
list-style: none;
counter-reset: my-awesome-counter;
margin: 0;
padding: 20px 0 0 0;
border-top: 1px solid #333333;
}
ol.list li {
counter-increment: my-awesome-counter;
margin: 0 0 20px 0;
padding: 0 0 20px 2.5em;
border-bottom: 1px solid #333333;
font-size: 20px;
}
ol.list li::before {
content: counter(my-awesome-counter);
font-weight: 700;
font-size: 32px;
color: #333333;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
font-family: 'Open Sans', sans-serif;
line-height: 1;
display: inline-block;
} #facts {
padding: 0 0 120px 0;
}
ul.facts {
margin: 60px 0 0 0;
padding: 0;
text-align: center;
display: block;
display: flex;
flex-wrap: wrap;
}
ul.facts li {
width: 25%;
margin: 0;
padding: 10px;
font-size: 20px;
font-weight: 700;
color: #698487;
text-align: center;
list-style: none;
}
ul.facts.three li {
width: 33.3%;
}
ul.facts li span {
margin-top: 40px;
font-family: 'Lexend', 'Helvetica', arial, sans-serif;
font-size: 50px;
font-weight: 400;
font-style: normal;
color: #698487;
display: inline-block;
}
@media all and (max-width:992px) {
ul.facts {
display: block !important;
}
ul.facts li,
ul.facts.three li {
width: 100%;
margin: 0 auto 40px auto;
text-align: center;
}
ul.list.left, 
ul.list.right {
text-align: left;
}
}
@media all and (max-width:575px) {
#facts {
padding: 0 0 0 0;
}
ul.facts li {
font-size: 18px;
margin: 0 auto 20px auto;
}
ul.facts li:last-child, ul.facts.three li:last-child {
margin: 0 auto;
}
ul.facts li span {
margin-top: 20px; 
}
} img {
border: 0;
vertical-align: top;
}
img.resize,
.img-responsive {
width: 100%;
height: auto;
}
.image-effect {
transition: opacity 0.5s ease;
opacity: 1;
}
.image-effect:hover {
opacity: 0.5;
}
.box-left,
.box-right {
margin-bottom: 40px;
position: relative;
}
.box-left img,
.box-right img {
position: relative;
z-index: 1;
}
.box-left::before, 
.box-right::before {
content: '';
width: 100%;
height: 100%;
background-color: #bfc9cb;
position: absolute;
z-index: 0;
top: -20px;
}
.box-left::before {
left: -40px;
}
.box-right::before {
right: -40px;
} a.button,
.button .wp-block-button__link,
.wp-block-button__link,
.wpcf7-submit {
font-family: 'Lexend', 'Helvetica', arial, sans-serif;
padding: 6px 30px;
min-width: 160px;
background-color: #698487;
--min: 14px;
--val: 4vw;
--max: 16px;
font-weight: 400 !important;
color: #ffffff;
text-decoration: none;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 1.5;
border: 2px solid #698487;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-appearance: none;
display: inline-block;
transition: all 0.25s;
overflow: hidden;
cursor: pointer;
}
.wpcf7-submit {
width: auto !important;
}
a.button:hover,
.button .wp-block-button__link:hover,
.wp-block-button__link:hover,
.wpcf7-submit:hover {
background-color: #7D464B;
border: 2px solid #7D464B;
}
a.button.light,
.button.light .wp-block-button__link {
background-color: transparent;
color: #ffffff;
border: 2px solid #ffffff;
}
a.button.light:hover,
.button.light .wp-block-button__link:hover {
color: #698487;
background-color: #ffffff;
border: 2px solid #ffffff;
} @media screen and (max-width:575px) { a.button,
.button .wp-block-button__link {
padding: 10px 20px;
min-height: 36px;
min-width: 210px;
font-size: 15px !important;
line-height: 16px;
}
} .mixed-bg {
background: linear-gradient(to bottom, #ffffff 50%, #7D464B 50%);
}
@media screen and (max-width:575px) {
.mixed-bg {
background: #f3f1f5;
}
} .area-buttons {
margin: 0 auto !important;
padding: 0;
text-align: center;
}
.area-buttons li {
margin: 0 40px !important;
padding: 0 !important;
list-style: none;
text-align: left;
display: inline-block;
}
.area-buttons li::before {
display: none;
}
.area-buttons li a {
max-width: 360px;
padding: 30px 40px;
background-color: #9E93B2;
font-family: 'Lexend', 'Helvetica', arial, sans-serif;
font-size: 28px;
color: #ffffff;
line-height: 1.3;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
display: inline-block;
position: relative;
}
.area-buttons li a::after {
content: url(//www.mitte-eppelheim.de/wp-content/uploads/arrow-right-1.svg);
width: 48px;
height: 17px;
position: absolute;
bottom: 48px;
right: 40px;
z-index: 100;
}
.area-buttons li.active a {
background-color: #698487;
}
.area-buttons li a:hover {
background-color: #698487;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
#plan-a {
text-align: center;
}
#plan-b {
display: none;
text-align: center;
}
.plans {
max-width: 80%;
margin: 0 auto 20px auto !important;
text-align: center;
}
.plans:last-child {
margin: 0 auto;
}
.plans li {
margin: 0 10px 10px 10px !important;
padding: 0 !important;
text-align: center;
display: inline-block;
}
.plans li .button {
width: 280px;
}
@media screen and (max-width:992px) {
.plans {
max-width: 100%;
}
.area-buttons li {
margin: 20px 20px !important;
}
}
@media screen and (max-width:575px) {
.area-buttons li {
margin: 5px 20px !important;
}
.area-buttons li:last-child {
margin: 5px 20px 20px 20px !important;
}
.area-buttons li a {
max-width: 360px;
padding: 20px 40px;
margin: 10px 0 !important;
font-size: 20px;
}
.area-buttons li a::after {
bottom: auto;
}
.plans li {
margin: 0 0 10px 0;
display: block;
}
.plans li:last-child {
margin: 0;
}
} .top-button.show-button {
width: 48px;
height: 48px;
text-indent: -9999px;
background-color: #7D464B;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
transition-property: background;
transition-duration: 0.15s;
}
.top-button.show-button:hover {
background-color: #698487;
}
.top-button.show-button::after,
.top-button.show-button::before {
content: '';
width: 16px;
height: 2px;
background-color: #ffffff;
position: absolute;
}
.top-button.show-button::after {
left: 11px;
top: 20px;
transform: rotate(135deg);
}
.top-button.show-button::before {
right: 11px;
top: 20px;
transform: rotate(-135deg);
}
.top-button.show-button:hover::after,
.top-button.show-button:hover::before {
background-color: #ffffff;
} .error {
color: #c1000e;
border: 1px solid #c1000e;
}
.success {
color: #41aa56;
border: 1px solid #41aa56;
} hr.divider {
height: 0;
margin: 30px 0;
background: none;
color: transparent;
border: 0;
border-bottom: 1px dotted #333333;
clear: both;
} .show-desktop {
display: block;
}
.show-mobile {
display: none;
}
@media screen and (max-width:575px) {
.show-desktop {
display: none;
}
.show-mobile {
display: inline;
}
} ::-moz-selection {
color: #ffffff;
background-color: #333333;
}
::selection {
color: #ffffff;
background-color: #333333;
} #cookie-law-info-bar {
padding: 30px 30px !important;
background-color: #ffffff !important;
border-radius: 25px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
#wt-cli-settings-btn,
#wt-cli-accept-all-btn {
font-size: 16px;
}
#wt-cli-settings-btn,
#wt-cli-policy-link {
color: #698487 !important;
}
#wt-cli-accept-all-btn {
background-color: #698487 !important;
color: #ffffff !important;
border-radius: 99em !important;
}
#wt-cli-privacy-readmore {
font-size: 14px;
}
#cookie-law-info-bar p {
margin: 0;
font-size: 16px;
}
.cli-modal-content {
border-radius: 25px !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #698487 !important;
border-radius: 99em !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn,
.button.cky-show-desc-btn:not(:hover):not(:active) {
color: #333333 !important;
text-decoration: underline !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
text-decoration: none !important;
}
.cky-accordion-header .cky-always-active {
color: #698487 !important;
}
@media screen and (max-width:575px) {
#wt-cli-accept-all-btn {
margin: 20px 5px 5px 5px !important;
}
} .blog-posts {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts li {
margin: 30px 30px !important;
padding: 0 !important;
background-color: #ffffff;
list-style: none;
}
.blog-posts li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts li:before {
display: none;
}
.blog-posts .wp-block-group {
padding: 0 !important;
}
.blog-posts .wp-block-post-featured-image {
}
.blog-posts .wp-block-post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
}
.blog-posts .wp-block-post-title,
.blog-posts .wp-block-post-title a {
font-weight: 600;
line-height: 125%;
}
.blog-posts .wp-block-post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts .wp-block-post-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts .wp-block-post-excerpt__excerpt {
font-size: 18px;
}
.blog-posts .wp-block-post-featured-image a {
display: block;
}
.blog-posts .wp-block-post-featured-image img {
width: 100%;
}
.wp-block-post-excerpt__more-text {
margin-top: 10px;
}
.blog-posts .wp-block-post-excerpt__more-link {
font-size: 18px;
}
@media screen and (max-width:992px) {
.blog-posts li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts li {
width: 100%;
}
} .blog-posts-list-title {
margin: 20px 0 10px 0;
padding: 0 30px;
display: block;
}
.blog-posts-list-title,
.blog-posts-list-title a {
font-size: 20px;
font-weight: 600;
line-height: 125%;
}
.blog-posts-list-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-list-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-list-excerpt-text {
font-size: 18px;
border-bottom: 0;
}
.blog-posts-list-image a {
display: block;
}
.blog-posts-list-image {
}
.blog-posts-list-image img {
width: 100%;
}
.blog-posts-list-link {
margin-top: 10px;
font-size: 18px;
}
.blog-posts-list-read-more {
font-size: 18px;
} .blog-posts-latest {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts-latest li {
width: 28.75%;
margin: 30px 30px !important;
padding: 0 !important;
background-color: #f5f5f5;
list-style: none;
}
.blog-posts-latest li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts-latest li:before {
display: none;
}
.blog-posts-latest .wp-block-latest-posts__featured-image {
}
.blog-posts-latest .wp-block-latest-posts__post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
font-weight: 600;
}
.blog-posts-latest .wp-block-latest-posts__post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-latest .wp-block-latest-posts__post-excerpt {
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-latest .wp-block-latest-posts__featured-image a {
display: block;
}
.blog-posts-latest .wp-block-latest-posts__featured-image img {
width: 100%;
}
@media screen and (max-width:992px) {
.blog-posts-latest li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts-latest li {
width: 100%;
}
} [data-aos] {
opacity: 0;
transition-property: opacity, transform;
}
.fade-left {
transform: translateX(-100px);
}
.fade-right {
transform: translateX(100px);
}
.fade-up {
transform: translateY(100px);
}
.fade-down {
transform: translateY(-100px);
}
.animated.fade-left,
.animated.fade-right {
transform: translateX(0);
}
.animated.fade-up,
.animated.fade-down {
transform: translateY(0);
} .fade-in {
opacity: 0;
transform: translateY(20vh);
visibility: hidden;
transition: opacity 0.6s ease-out, transform 1.2s ease-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
transform: none;
visibility: visible;
} @-webkit-keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap {
overflow: hidden !important;
width: 100%;
height: 60px;
background-color: #333333;
padding-left: 100%;
box-sizing: content-box;
}
.ticker-wrap .ticker {
display: inline-block;
height: 60px;
line-height: 60px;
white-space: nowrap;
padding-right: 100%;
box-sizing: content-box;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-name: ticker;
animation-name: ticker;
-webkit-animation-duration: 25s;
animation-duration: 25s;
}
.ticker-wrap .ticker__item {
display: inline-block;
padding: 0 30px;
font-size: 22px;
font-weight: 400;
color: #ffffff;
}
.ticker-wrap .ticker__item a {
font-size: 22px;
font-weight: 400;
color: #ffffff;
}
.ticker-wrap .ticker__item a:hover {
color: #698487;
}
@media screen and (max-width:768px) {
.ticker-wrap {
height: 48px;
padding-left: 0;
}
.ticker-wrap .ticker {
height: 48px;
line-height: 48px;
padding-right: 0; 
}
.ticker-wrap .ticker__item {
font-size: 18px;
}
.ticker-wrap .ticker__item a {
font-size: 18px;
}
} #stopper {
width: 240px;
height: 240px;
margin: -120px 0 0 0;
padding: 0;
background-color: #7D464B;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
text-align: center;
vertical-align: middle;
line-height: 240px;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
left: 10%;
top: 25%;
z-index: 100;
}
#stopper a {
width: 100%;
height: 100%;
font-size: 24px;
font-weight: 400;
color: #ffffff;
letter-spacing: 1px;
text-align: center;
line-height: 1.2em;
text-transform: uppercase;
-moz-hyphens: auto;
hyphens: auto;
transform: rotate(-8deg);
-moz-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
display: flex;
align-items: center;
justify-content: center;
}
#stopper a span.mobile {
display: none;
}
#stopper span.stopper-info {
font-family: 'Lexend', 'Helvetica', arial, sans-serif;
font-size: 24px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.3em;
}
#stopper span.stopper-date-time, #stopper span.desktop span:not(.stopper-info) {
font-size: 20px;
line-height: 24px;
}
#stopper span.desktop span:not(.stopper-info):not(.stopper-date-time) {
font-size: 16px;
line-height: 20px;
}
#stopper span.desktop span:not(.stopper-info) {
font-weight: 400;
text-transform: none;
}
@media only screen and (max-width: 992px) {
#stopper {
width: 120px;
height: 120px;
margin: 0;
top: 160px;
left: 50px;
right: auto;
}
#stopper a {
font-size: 14px;
}
#stopper a span.desktop {
display: none;
}
#stopper a span.mobile {
padding: 5px;
display: block;
}
#stopper span.mobile span.stopper-info {
font-size: 16px;	
}
#stopper span.mobile span.stopper-date-time {
font-size: 14px;	
}
}
@media only screen and (max-width: 575px) {
#stopper {
top: 160px;
right: 20px;
left: auto;
}
} .mozaic {
position: relative;
padding: 0 0 30rem 0;
}
.mozaic-wrapper {
position: relative;
margin: 0 auto;
}
.mozaic-images {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.mozaic-img {
position: relative;
margin-bottom: 0;
height: 100%;
}
.mozaic-img img {
width: 100%;
height: auto;
display: block;
}
.mozaic-img:nth-child(1) {
width: calc(35% - 10px);
top: 150px;
}
.mozaic-img:nth-child(2) {
width: calc(25% - 10px);
top: 50px;
}
.mozaic-img:nth-child(3) {
width: calc(40% - 10px);
}
.mozaic-img:nth-child(4) {
position: absolute;
bottom: -85%;
left: 45%;
width: 40%;
}
@media (max-width: 2000px) {
.mozaic {
padding: 0 0 20rem 0;
}
}
@media (max-width: 1600px) {
.mozaic {
padding: 0 0 10rem 0;
}
.mozaic-img:nth-child(4) {
bottom: -75%;
}
}
@media (max-width: 1400px) {
.mozaic-img:nth-child(4) {
bottom: -70%;
}
}
@media (max-width: 1200px) {
.mozaic-img:nth-child(4) {
bottom: -60%;
}
}
@media (max-width: 781px) {
.mozaic {
padding: 0;
}
.mozaic-images {
flex-direction: column;
}
.mozaic-img, 
.mozaic-img:nth-child(1), 
.mozaic-img:nth-child(2), 
.mozaic-img:nth-child(3), 
.mozaic-img:nth-child(4) {
width: 100%;
margin: 0 auto 20px auto;
position: static;
transform: translateY(0) !important;
}
}
@media (max-width: 575px) {
.mozaic {
display: none;
}
#mosaic-1 {
padding-top: 0;
}
}
#eppelheim {
padding: 0 0 100px 0;
}
#footer {
padding: 160px 0;
}
mark, .mark {
padding: 0;
} .grecaptcha-badge { 
visibility: hidden; 
} @media screen and (max-width:1200px) {
.container {
padding: 0 40px;
}
#eppelheim {
padding: 0 0 80px 0;
}
#wohnungen {
padding: 80px 0 0 0;
}
.section {
padding: 80px 0 80px 0;
}
}
@media screen and (max-width:992px) {
#footer {
padding: 120px 0;
}
}
@media screen and (max-width:781px) {
p a:not(.nohyphen) {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.container {
padding: 0 20px;
}
.section {
padding: 60px 0 60px 0;
}
.section ul:not(.plane-equipment-list, .plans) li::before {
top: 9px;
}
#eppelheim {
padding: 0 0 60px 0;
}
#wohnungen {
padding: 80px 0 0 0;
}
}
@media screen and (max-width:575px) {
#footer {
padding: 80px 0;
}
img.desaturate {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}
.section {
padding: 80px 0;
}
#eppelheim {
padding: 0 0 80px 0;
}
#wohnungen {
padding: 80px 0 0 0;
}
}