:root { --orange-600: #E5702A;
--orange-500: rgba(229, 112, 42, 0.9);
--orange-300: rgba(229, 112, 42, 0.35);
--orange-100: rgba(229, 112, 42, 0.05);
--blue-600: #07284A;
--blue-500: rgba(7, 40, 74, 0.9);
--blue-300: rgba(7, 40, 74, 0.35);
--blue-200: rgba(7, 40, 74, 0.25);
--blue-100: rgba(7, 40, 74, 0.05);
--grey-100: #ffffff;
--grey-200: #f4f4f4;
--grey-300: #dddddd;
--grey-400: #999999;
--grey-500: #666666;
--grey-600: #000000;
--green-600: #00b068;
--red-600: #ff1e56;
--yellow-600: #f9b02d; --h1-font-size: 64px;
--h2-font-size: 48px;
--h3-font-size: 36px;
--h4-font-size: 28px;
--h5-font-size: 24px;
--h6-font-size: 20px;
--body1-font-size: 24px;
--body2-font-size: 20px;
--body3-font-size: 16px;
--body4-font-size: 14px;
--body5-font-size: 12px; --light-weight: 300;
--regular-weight: 400;
--bold-weight: 700; --border-radius: 0;
--border-radius-min: 8px;
--border-radius-max: 25px;
--border-size: 2px;
}
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: var(--grey-100);
font-family: 'Manrope', 'Helvetica', arial, sans-serif;
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
overflow-y: auto;
overflow-x: hidden;
}
body.menu-opened {
overflow: hidden;
} h1,
.h1 {
margin-bottom: 50px;
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h1 span,
.h1 span {
font-weight: var(--light-weight);
}
h2,
.h2 {
margin-bottom: 40px;
font-size: var(--h2-font-size);
font-weight: var(--bold-weight);
color: var(--orange-600);
line-height: 1.25;
letter-spacing: 0;
text-decoration: none;
text-transform: none;
position: relative;
display: block;
}
h3,
.h3 {
margin-bottom: 30px;
font-size: var(--h3-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h4,
.h4 {
margin-bottom: 20px;
font-size: var(--h4-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h5,
.h5 {
margin-bottom: 20px;
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h6,
.h6 {
margin-bottom: 20px;
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
line-height: 1.25;
letter-spacing: 1px;
text-transform: uppercase;
}
p, 
address, 
.p {
margin-bottom: 40px;
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--blue-600);
letter-spacing: 0;
line-height: 1.5;
}
p:last-child, 
address:last-child {
margin: 0;
}
p.small,
p.small a {
font-size: var(--body3-font-size) !important;
}
strong,
.bold {
font-weight: var(--bold-weight);
}
p mark {
background-color: var(--grey-500);
padding: 10px 20px;
font-weight: var(--regular-weight);
color: var(--grey-100);
line-height: 200%;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
p mark:hover {
background-color: var(--orange-600);
color: var(--grey-100);
}
@media only screen and (max-width: 768px) {
h1, .h1 {
margin-bottom: 40px;
font-size: var(--h3-font-size);
}
h2, .h2 {
font-size: var(--h4-font-size);
}
h3, .h3 {
font-size: var(--h5-font-size);
}
h4, .h4 {
font-size: var(--h6-font-size);
}
h5, .h5 {
font-size: var(--body1-font-size);
}
h6, .h6 {
font-size: var(--body2-font-size);
}
p, address {
font-size: var(--body2-font-size);
}
a.button, label.button, .wp-block-button__link {
font-size: var(--body2-font-size) !important; 
}
.has-parallax .h2 h2 {
font-size: var(--h5-font-size) !important;
}
}
@media only screen and (max-width: 575px) {
h1, .h1 {
margin-bottom: 30px;
font-size: var(--h4-font-size);
}
h2, .h2 {
font-size: var(--h5-font-size);
}
h3, .h3 {
font-size: var(--h6-font-size);
}
h4, .h4 {
font-size: var(--body2-font-size);
}
h5, .h5 {
font-size: var(--body3-font-size);
}
h6, .h6 {
font-size: var(--body4-font-size);
}
p, address {
font-size: var(--body3-font-size);
}
a.button, label.button, .wp-block-button__link {
font-size: var(--body3-font-size) !important; 
}
.has-parallax .h2 h2 {
font-size: var(--h6-font-size) !important;
}
} a,
a:link,
a:active,
a:visited {
font-weight: var(--regular-weight);
color: var(--orange-600);
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: var(--blue-600);
text-decoration: none;
}
.wpcf7-list-item-label a {
padding-bottom: 6px;
color: var(--orange-600);
}
.wpcf7-list-item-label a:hover {
color: var(--orange-600);
}
[data-bs-toggle="modal"] {
cursor: pointer;
}
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;
}
@media only screen and (max-width: 768px) {
p a:hover,
address a:hover {
color: var(--grey-500) !important;
}
} img, picture {
width: 100%;
height: auto;
display: block;
}
.element {
position: relative;
}
.zoom {
overflow: hidden;
display: inline-block;
}
.zoom.border-radius-min {
border-radius: var(--border-radius-min);
}
.zoom img,
.zoom picture {
max-width: 100%;
height: auto;
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 1;
display: block;
}
.zoom:hover img,
.zoom:hover picture {
transform: scale(1.1);
}
.overlay-caption {
position: absolute;
background-color: var(--orange-600);
font-size: 14px;
font-weight: var(--bold-weight);
color: var(--grey-100);
text-transform: uppercase;
top: 0;
right: 0;
padding: 10px;
z-index: 1000;
}
header {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 1001;
width: 100%;
height: 120px;
padding: 0;
background-color: var(--grey-100);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: transform .25s .1s ease-in-out;
}
.menu-opened header {
height: 120px;
box-shadow: none;
}
.menu-opened .head-desktop .logo img, 
.menu-opened .head-mobile .logo img { }
.logo-mobile-menu {
margin-bottom: 60px;
}
.logo-mobile-menu img {
height: 80px;
}
@media only screen and (max-width: 992px) {
#main {
padding-top: 68px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
header,
.scrolled header {
height: 68px !important;
padding: 10px 0 !important;
}
header .socialmedia {
display: none;
}
header .nav-contact li span {
display: none;
}
.head-desktop {
display: none !important;
}
.head-mobile {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.head-mobile .logo {
margin-left: 20px !important;
margin-top: 0 !important;
}
.head-mobile .logo img {
height: 48px;
}
.hamburger {
width: 48px !important;
height: 48px !important;
}
.head-mobile .nav-mobile {
margin-right: 20px !important;
margin-top: 0 !important;
}
.down:not(.menu-opened) header {
transform: translate3d(0, -68px, 0);
}
.logo-mobile-menu img {
height: 60px;
}
}
.down:not(.menu-opened) header {
transform: translate3d(0, -120px, 0);
}
.header-inner {
position: relative;
height: 100%;
}
.menu-toggle {
display: flex;
align-items: center;
justify-content: flex-end;
}
.menu-toggle .menu {
margin-right: 20px;
font-size: var(--h6-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
text-transform: uppercase;
}
.hamburger {
position: relative;
display: block;
width: 60px;
height: 60px;
margin: 0 auto;
display: flex;
background-color: var(--grey-200);
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
cursor: pointer;
}
.menu-toggle .hamburger:hover span:before, 
.menu-toggle .hamburger:hover span:after {
background-color: var(--grey-600);
}
.menu-toggle.open .hamburger span:before,
.menu-toggle.open .hamburger span:after {
background-color: var(--grey-600);
}
.menu-toggle.open .hamburger:hover span:before,
.menu-toggle.open .hamburger:hover span:after {
background-color: var(--orange-600);
}
.hamburger > span {
display: inline-block;
position: relative;
height: 2px;
width: 28px;
border-radius: 1px;
background-color: var(--grey-600);
vertical-align: middle;
}
.hamburger > span:before, 
.hamburger > span:after {
display: inline-block;
position: absolute;
content: "";
height: 2px;
border-radius: 1px;
background-color: var(--grey-600);
transition: all 200ms;
}
.hamburger > span:before {
top: -11px;
left: 3px;
width: 22px;
}
.hamburger > span:after {
top: 11px;
left: 6px;
width: 16px;
}
.hamburger:focus {
outline: none;
}
.hamburger:hover > span:after, 
.hamburger:hover > span:before {
width: 28px;
left: 0;
}
.menu-toggle.open .hamburger > span {
height: 0;
}
.menu-toggle.open .hamburger > span:after, 
.menu-toggle.open .hamburger > span:before {
top: 0px;
left: 0;
width: 28px;
}
.menu-toggle.open .hamburger > span:after {
transform: rotate(-45deg);
}
.menu-toggle.open .hamburger > span:before {
transform: rotate(45deg);
}
.menu-container {
width: 100%;
max-width: 100%;
height: 100%;
margin: 0 auto;
padding: 120px 0;
background-color: var(--blue-600);
position: fixed;
left: 0;
top: 0;
bottom: auto;
z-index: 1000;
transform: translateY(100%);
transition: transform 0.5s ease, opacity 0.5s ease; overflow: auto !important;
opacity: 0.5;
}
.menu-opened .menu-container {
transform: translateY(0);
opacity: 1;
}
.menu-container .container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.head-desktop {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.head-desktop .divider {
display: none;
}
.head-desktop .logo {
margin-top: 0;
margin-left: 40px;
margin-right: 0;
margin-bottom: 0;
z-index: 10000;
}
.head-desktop .logo img {
height: 80px;
transition: height 500ms ease-in-out;
}
.scrolled .head-desktop .logo img {
height: 60px;
display: block;
}
.head-desktop .tooltip {
visibility: hidden;
z-index: 1;
top: 16px;
left: 50%;
width: 200px;
margin-left: -100px;
opacity: 0;
transition: opacity 0.3s;
padding: 5px 10px;
background-color: var(--grey-500);
font-size: 16px;
color: var(--grey-100);
text-align: center;
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
position: relative;
border-radius: 8px;
}
.head-desktop .tooltip:after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent var(--grey-500) transparent;
}
.head-desktop .icon:hover .tooltip {
visibility: visible;
opacity: 1;
}
.head-desktop .icon {
width: 32px;
height: 32px;
margin-right: 16px;
position: relative;
display: inline-block;
}
.head-desktop .icon svg {
fill: var(--grey-100);
}
.head-desktop .nav-container {
width: 100%;
height: 100%;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.head-desktop .menu-main-container {
height: 100%;
}
.head-desktop .nav-mobile {
margin-right: 20px;
}
.head-mobile {
display: none;
}
.scrolled header {
height: 80px;
padding: 0;
transition: 0.25s all ease-in;
}
header {
height: 80px;
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 992px) {
header {
height: 120px;
}
.head-desktop {
}
.head-desktop .nav-container {
width: auto;
padding: 0 40px;
}
.head-desktop .logo {
}
.scrolled .head-desktop .logo {
margin-top: 0;
}
.head-desktop .icon {
margin-right: 24px;
}
.head-desktop .nav-mobile {
margin-right: 40px;
}
.menu-container {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.menu-container .container, .menu-container .container .row {
height: 100%;
}
.hamburger > span {
width: 34px;
}
.hamburger > span:before {
left: 3px;
width: 28px;
}
.hamburger > span:after {
left: 6px;
width: 22px;
}
.hamburger:hover > span:after, 
.hamburger:hover > span:before {
width: 34px;
}
.menu-toggle.open .hamburger > span:after, 
.menu-toggle.open .hamburger > span:before {
width: 34px;
}
}
#main {
padding-top: 80px;
padding-left: 40px;
padding-right: 40px;
}
.scrolled #main {
padding-top: 80px;
}
.container {
width: 100%;
max-width: 1640px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (min-width: 992px) {
#main {
padding-top: 120px;
}
.container {
padding-left: 40px;
padding-right: 40px;
}
} .content-text {
max-width: 43.75rem;
margin: 0 auto;
} .has-parallax .h2 {
width: 100%;
max-width: 640px;
min-height: 240px;
margin: 0;
padding: 2em;
background-color: var(--blue-600);
font-size: var(--h3-font-size);
text-align: left;
position: absolute;
bottom: 0;
left: 0;
}
.has-parallax .h2 h2 {
margin-bottom: 0;
font-size: var(--h3-font-size);
}
.has-parallax .h2 p {
margin-bottom: 10px;
}
.has-parallax .h1 mark {
background-color: var(--orange-600) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--orange-600);
}
.wp-block-cover.has-parallax {
min-height: 75vh;
}
@media only screen and (max-width: 1200px) {
.wp-block-cover.has-parallax {
min-height: 60vh;
}
}
@media only screen and (max-width: 992px) {
.wp-block-cover.has-parallax {
min-height: 50vh;
}
}
@media only screen and (max-width: 768px) {
.head-mobile {
height: 48px;
}
.menu-container {
padding: 80px 40px 80px 40px;
}
.wp-block-cover.has-parallax {
min-height: 35vh;
}
.wp-block-cover .wp-block-cover__inner-container, 
.wp-block-cover-image .wp-block-cover__inner-container {
position: unset;
}
.has-parallax .h1 {
font-size: var(--h4-font-size);
}
.has-parallax .h2 {
font-size: var(--h3-font-size);
width: 100%;
min-height: auto;
padding: 1em;
background-color: var(--blue-500);
}
}
@media only screen and (max-width: 575px) {
} .slide-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
}
#hero {
padding: 0;
}
.hero .title,
.hero2 .title {
margin: 0;
padding: 0;
font-weight: var(--regular-weight);
color: var(--grey-100);
text-align: left;
letter-spacing: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
position: absolute;
bottom: 120px;
z-index: 100;
}
.hero .h1 {
font-size: var(--h2-font-size);
}
.hero2 .h1 {
font-size: var(--h2-font-size);
}
.hero .title span:not(.h1),
.hero2 .title span:not(.h1) {
margin: 0 0 10px 0;
font-size: var(--h4-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
display: block;
text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.hero .title span.h1,
.hero2 .title span.h1 {
margin-bottom: 10px;
font-weight: var(--regular-weight);
color: var(--grey-100);
text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.hero .title span.h1 mark {
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
background-color: transparent !important;
padding: 0;
line-height: 1;
-webkit-box-decoration-break: none;
box-decoration-break: none;
outline: none;
}
.hero2 .title span.h1 mark {
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
}
.hero .title .button,
.hero2 .title .button {
margin: 30px 0 0 0;
background-color: transparent;
border-radius: var(--border-radius-max);
-moz-border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
line-height: 1.5;
letter-spacing: 1px;
text-transform: uppercase;
border: var(--border-size) solid var(--grey-100);
display: inline-block;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
}
.hero .title .button:hover,
.hero2 .title .button:hover {
background-color: var(--grey-100);
color: var(--orange-600);
border: var(--border-size) solid var(--grey-100);
text-shadow: none;
}
.hero .overlay,
.hero2 .overlay {
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 8.07%, rgba(0, 0, 0, 0.024) 15.54%, rgba(0, 0, 0, 0.05) 22.5%, rgba(0, 0, 0, 0.086) 29.04%, rgba(0, 0, 0, 0.13) 35.26%, rgba(0, 0, 0, 0.176) 41.25%, rgba(0, 0, 0, 0.224) 47.1%, rgba(0, 0, 0, 0.275) 52.9%, rgba(0, 0, 0, 0.325) 58.75%, rgba(0, 0, 0, 0.37) 64.74%, rgba(0, 0, 0, 0.41) 70.96%, rgba(0, 0, 0, 0.447) 77.5%, rgba(0, 0, 0, 0.475) 84.46%, rgba(0, 0, 0, 0.494) 91.93%, rgba(0, 0, 0, 0.5) 100%);
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
@media only screen and (max-width: 992px) {
#hero {
padding: 0;
}
.hero .title,
.hero2 .title {
max-width: 80vw;
left: auto;
right: auto;
bottom: 5vh;
}
.hero .overlay,
.hero2 .overlay {
}
}
@media only screen and (max-width: 768px) {
#hero {
padding: 0;
}
.hero .title,
.hero2 .title {
max-width: 100%;
bottom: 20px; 
flex-direction: row;
}
.hero .title span.h1, 
.hero2 .title span.h1,
.hero .title span.h1 mark,
.hero2 .title span.h1 mark {
font-size: var(--h4-font-size); 
}
.hero .title span:not(.h1), 
.hero2 .title span:not(.h1) {
font-size: var(--body1-font-size);
}
.hero .title .button,
.hero2 .title .button {
padding: 5px 10px;
margin: 10px 0 0 0;
font-size: var(--body4-font-size);
}
}
@media only screen and (max-width: 575px) {
.hero .title span.h1, 
.hero2 .title span.h1,
.hero .title span.h1 mark,
.hero2 .title span.h1 mark {
font-size: var(--h6-font-size); 
}
.hero .title span:not(.h1), 
.hero2 .title span:not(.h1) {
font-size: var(--body3-font-size);
}
}
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
width: 100%;
height: calc(90vh - 120px);
}
.scrolled .swiper.hero .swiper-wrapper, .scrolled .swiper.hero2 .swiper-wrapper {
height: calc(90vh - 80px);
}
.swiper.hero .swiper-slide img, 
.swiper.hero .swiper-slide picture,
.swiper.hero2 .swiper-slide img, 
.swiper.hero2 .swiper-slide picture {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
opacity: 1;
transition: opacity 1s ease, transform 1s ease;
-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
}
.swiper.hero .swiper-slide.swiper-slide-active img, 
.swiper.hero .swiper-slide.swiper-slide-active picture,
.swiper.hero2 .swiper-slide.swiper-slide-active img, 
.swiper.hero2 .swiper-slide.swiper-slide-active picture {
opacity: 1;
}
.swiper.hero .swiper-button-prev {
left: 40px;
}
.swiper.hero .swiper-button-next {
right: 40px;
}
.swiper.hero .swiper-button-prev {
top: calc(50% - 20px)
}
.swiper.hero .swiper-button-next {
top: calc(50% + 20px)
}
@media only screen and (max-width: 992px) {
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
height: 50vh;
}
.scrolled .swiper.hero .swiper-wrapper, .scrolled .swiper.hero2 .swiper-wrapper {
height: 50vh;
}
}
@media only screen and (max-width: 575px) {
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
height: 40vh;
}
.scrolled .swiper.hero .swiper-wrapper, .scrolled .swiper.hero2 .swiper-wrapper {
height: 40vh;
}
} .head-nav-info {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 40px;
}
.nav-contact {
margin: 0;
padding: 0;
display: flex;
}
.nav-contact li {
margin: 0 20px 0 0;
list-style: none;
}
.nav-contact li:last-child {
margin: 0;
}
.nav-contact li a {
font-size: var(--body2-font-size);
color: var(--grey-500);
display: flex;
}
.nav-contact li a:hover {
}
.nav-contact li a i {
color: var(--orange-600);
margin-right: 8px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
.nav-contact li a:hover i {
color: var(--grey-500);
} .polylang_langswitcher {
list-style: none;
margin: 0 0 0 40px;
padding: 0;
position: relative;
display: inline-block;
}
.polylang_langswitcher > li {
display: none;
min-width: 64px;
}
.polylang_langswitcher a::after {
margin-left: 10px;
content: '';
width: 16px;
height: 16px;
background-color: transparent;
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-down.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-down.svg);
mask-repeat: no-repeat;
}
.polylang_langswitcher > .current-lang {
display: inline-block;
position: relative;
cursor: pointer;
}
.polylang_langswitcher .current-lang > a::after {
margin-left: 10px;
content: '';
background-color: var(--orange-600);
}
.polylang_langswitcher:hover > li:not(.current-lang) {
display: block;
position: absolute;
top: 100%;
left: 0;
background-color: var(--grey-100);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1000;
}
.polylang_langswitcher a {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
text-transform: uppercase;
text-decoration: none;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 5px 10px;
}
.polylang_langswitcher li.current-lang a {
font-weight: var(--bold-weight);
}
.polylang_langswitcher li a:hover {
background-color: var(--grey-200);
} .head-nav-main,
.menu-opened .head-nav-main {
display: none;
}
.menu-main {
margin: 0;
padding: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.menu-main li {
height: 100%;
margin: 0 10px 0 10px;
padding: 0;
list-style: none;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--blue-600);
text-align: center;
display: flex;
align-items: center;
position: relative;
}
.menu-main li .sub-menu {
display: none;
}
.menu-main li:hover .sub-menu {
width: 280px;
max-width: 280px;
position: absolute;
margin: 0;
padding: 0;
top: 120px;
left: 0;
z-index: 5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
.scrolled .menu-main li:hover .sub-menu {
top: 80px !important;
}
.menu-main li .sub-menu li {
width: 100%;
text-align: left;
background-color: var(--blue-600);
font-size: var(--h6-font-size);
color: var(--grey-100);
}
.menu-main li .sub-menu li a {
width: 100%;
padding: 10px;
font-size: var(--h6-font-size);
color: var(--grey-100);
display: inline-block;
}
.menu-main li a {
padding: 0 5px;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--blue-600);
text-decoration: none;
line-height: 1.8;
transition: all 0.3s ease;
display: inline;
background-size: 200% 0%;
background-position: center bottom;
align-items: center;
}
.menu-main li a:hover {
background: linear-gradient(to right, var(--orange-600) 50%, transparent 50%);
background-size: 200% 100%;
background-position: left bottom;
background-color: transparent;
color: var(--grey-100);
}
.menu-main li.current-menu-item a[aria-current='page'],
.menu-main li.current_page_parent > a {
font-weight: var(--bold-weight);
}
.menu-main .sub-menu-holder {
width: 100%;
padding: 2em 0;
background-color: var(--orange-600);
border-radius: 0;
text-align: left;
position: absolute;
top: 120px;
left: 0;
z-index: 1000;
box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.2);
height: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.menu-main li:hover .sub-menu-holder {
transform: translateY(0);
height: auto;
opacity: 1;
visibility: visible;
}
.scrolled .menu-main li:hover .sub-menu-holder {
top: 80px !important;
}
.menu-main .sub-menu-holder ul {
width: 50%;
padding: 0;
margin: 0 auto;
}
.menu-main .sub-menu-holder li,
.menu-main .sub-menu-holder li a {
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
text-align: left;
display: inline-block;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.menu-main .sub-menu-holder li a[aria-current='page'] {
font-weight: var(--bold-weight);
color: var(--grey-100);
}
.menu-main .sub-menu-holder li {
width: 100%;
margin: 0;
padding: 0 10px;
}
.menu-main .sub-menu-holder li a {
padding: 5px 0;
border-bottom: var(--border-size) solid transparent;
}
.menu-main .sub-menu-holder li:hover a {
border-bottom: var(--border-size) solid var(--grey-100);
}
.menu-main .lang-item,
.menu-main .lang-item a {
font-weight: var(--regular-weight);
color: var(--grey-100);
text-transform: uppercase;
}
.menu-main .lang-item.current-lang,
.menu-main .lang-item.current-lang a {
font-weight: var(--bold-weight);
color: var(--grey-100);
}
#nav-main-mobile {
margin: 80px auto;
padding: 0;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}
#nav-main-mobile li {
margin: 0;
padding: 0;
list-style: none;
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
text-align: center;
display: block;
}
#nav-main-mobile li.menu-logo {
display: none;
}
#nav-main-mobile > li {
margin: 0 0 20px 0;
}
#nav-main-mobile li a {
padding: 0 10px;
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
text-decoration: none;
line-height: 1.8;
transition: all 0.3s ease;
display: inline;
background-size: 200% 0%;
background-position: center bottom;
}
#nav-main-mobile li a[aria-current='page'],
#nav-main-mobile li.current-menu-parent a,
#nav-main-mobile li.current-menu-ancestor > a {
color: var(--orange-600);
}
#nav-main-mobile li a:hover {
background: linear-gradient(to right, var(--orange-600) 50%, transparent 50%);
background-size: 200% 100%;
background-position: left bottom;
background-color: transparent;
color: var(--grey-100);
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: var(--h4-font-size);
font-weight: var(--regular-weight);
}
#nav-main-mobile .sub-menu-holder li {
margin: 15px 0;
}
#nav-main-mobile .sub-menu-holder li a {
padding: 10px 5px;
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a {
color: var(--grey-100);
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a[aria-current='page'] {
background: linear-gradient(to right, var(--orange-600) 50%, transparent 50%);
background-size: 200% 100%;
background-position: left bottom;
background-color: transparent;
color: var(--grey-100);
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: 32px;
font-weight: var(--regular-weight);
color: var(--grey-100);
text-transform: uppercase;
}
#nav-main-mobile .lang-item.current-lang,
#nav-main-mobile .lang-item.current-lang a {
font-weight: var(--bold-weight);
color: var(--orange-600);
} #nav-main-mobile .menu-item-has-children > a {
cursor: pointer;
position: relative;
}
#nav-main-mobile .menu-item-has-children > a:before,
#nav-main-mobile .menu-item-has-children > a:after {
background-color: var(--orange-600);
content: "";
height: 2px;
right: -60px;
position: absolute;
top: 48px;
width: 33px;
-webkit-transition: all 0.25s ease !important;
-moz-transition: all 0.25s ease !important;
-o-transition: all 0.25s ease !important;
-ms-transition: all 0.25s ease !important;
transition: all 0.25s ease !important;
}
#nav-main-mobile .menu-item-has-children > a:before {
transform: rotate(90deg);
}
#nav-main-mobile .menu-item-has-children > a:after {
transform-origin: center;
}
#nav-main-mobile.menu-item-has-children.visible > a:after {
transform: rotate(180deg);
}
#nav-main-mobile .menu-item-has-children.visible > a:before {
transform: rotate(180deg);
}
#nav-main-mobile .menu-item-has-children li.not-show > a:first-child {
display: none;
}
#nav-main-mobile .sub-menu-holder {
display: none !important;
visibility: hidden !important;
transition: all 1.5s ease-in-out;
-webkit-transition: all 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
}
#nav-main-mobile .visible > .sub-menu-holder {
display: block !important;
visibility: visible !important;
}
#nav-main-mobile .visible > .sub-menu-holder .sub-menu-holder a {
display: block;
}
#nav-main-mobile .visible li.not-show .sub-menu-holder {
display: block !important;
visibility: visible !important;
}
#nav-main-mobile .menu-item-has-children li.not-show > a:first-child {
display: none;
}
@media only screen and (min-width: 992px) {
.head-nav-main {
display: block;
height: 100%;
}
}
@media only screen and (max-width: 768px) {
.menu-container {
display: inline;
}
.menu-container .container {
padding: 0;
}
#nav-main-mobile > li {
width: 100%;
margin: 0 0 10px 0;
}
}
@media only screen and (max-width: 575px) {
#nav-main-mobile li, 
#nav-main-mobile li a {
font-size: var(--h3-font-size);
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: var(--body1-font-size);
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: var(--body1-font-size);
}
#nav-main-mobile .menu-item-has-children > a:before,
#nav-main-mobile .menu-item-has-children > a:after {
top: 24px;
width: 21px;
}
} .nav-main {
margin: 0;
padding: 0;
}
.nav-main li {
margin: 0;
padding: 0;
list-style: none;
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
line-height: 150%;
text-transform: uppercase;
display: block;
}
.nav-main li a {
color: var(--grey-100);
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
text-decoration: none;
line-height: 150%;
text-transform: uppercase;
position: relative;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']) {
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):before {
content: '';
width: 100%;
height: 1px;
background-color: var(--orange-600);
position: absolute;
bottom: -5px;
left: 0;
transform-origin: right;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']):before {
transform-origin: left;
transform: scaleX(1);
}
.nav-main li a[aria-current='page'],
.nav-main li.current-menu-item a {
font-weight: var(--bold-weight);
color: var(--grey-100);
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):hover {
color: var(--grey-100);
}
.nav-main .lang-item {
display: none;
} .menu {
margin: 0;
padding: 0;
}
.menu li {
list-style: none;
margin-bottom: 10px;
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
line-height: 150%;
letter-spacing: 0;
}
.menu li:last-child {
margin-bottom: 0;
}
.menu li a {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
line-height: 150%;
letter-spacing: 0;
position: relative;
}
.menu li a:hover {
color: var(--orange-600);
}
.menu li a[aria-current='page'] {
font-weight: var(--bold-weight);
color: var(--orange-600);
}
@media only screen and (min-width: 1200px) {
.menu li {
}
}
@media only screen and (max-width: 768px) {
.menu {
display: block;
}
.menu li {
margin: 0 0 10px 0;
text-align: left;
display: block;
}
.menu li a {
font-size: var(--body2-font-size);
}
}
@media only screen and (max-width: 575px) {
.menu li a {
font-size: var(--body3-font-size);
}
} .svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: var(--orange-600);
}
.svg-icon circle {
stroke: var(--orange-600);
stroke-width: 1;
}
footer {
}
footer p, footer address, footer p a {
font-size: var(--body2-font-size) !important;
line-height: 1.75;
}
footer h4, footer p, footer p a, footer address, footer address a {
color: var(--grey-100) !important;
}
footer p a:hover, footer address a:hover {
color: var(--orange-600) !important;
}
footer h4 span {
font-weight: var(--regular-weight);
}
footer .company-address {
margin-bottom: 20px;
}
footer .copyright {
font-size: var(--body2-font-size);
}
#footer-bottom .menu {
justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
#footer-bottom .menu {
justify-content: center;
}
}
@media only screen and (max-width: 768px) {
#footer,
#footer-bottom {
padding: 0 20px;
}
#footer-bottom p,
#footer-bottom p a {
font-size: var(--body2-font-size) !important;
}
}
@media only screen and (max-width: 575px) {
footer p,
footer address,
footer p a {
font-size: var(--body3-font-size) !important;
}
#footer-bottom p,
#footer-bottom p a {
font-size: var(--body3-font-size) !important;
}
} .pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 4rem !important; }
.pb-4 { padding-bottom: 6rem !important; }
.pb-5 { padding-bottom: 8rem !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 4rem !important; }
.pt-4 { padding-top: 6rem !important; }
.pt-5 { padding-top: 8rem !important; }
@media (min-width:576px) {
.pb-sm-0 { padding-bottom: 0 !important; }
.pb-sm-1 { padding-bottom: 1rem !important; }
.pb-sm-2 { padding-bottom: 2rem !important; }
.pb-sm-3 { padding-bottom: 4rem !important; }
.pb-sm-4 { padding-bottom: 6rem !important; }
.pb-sm-5 { padding-bottom: 8rem !important; }
.pt-sm-0 { padding-top: 0 !important; }
.pt-sm-1 { padding-top: 1rem !important; }
.pt-sm-2 { padding-top: 2rem !important; }
.pt-sm-3 { padding-top: 4rem !important; }
.pt-sm-4 { padding-top: 6rem !important; }
.pt-sm-5 { padding-top: 8rem !important; }
}
@media (min-width:768px) {
.pb-md-0 { padding-bottom: 0 !important; }
.pb-md-1 { padding-bottom: 1rem !important; }
.pb-md-2 { padding-bottom: 2rem !important; }
.pb-md-3 { padding-bottom: 4rem !important; }
.pb-md-4 { padding-bottom: 6rem !important; }
.pb-md-5 { padding-bottom: 8rem !important; }
.pt-md-0 { padding-top: 0 !important; }
.pt-md-1 { padding-top: 1rem !important; }
.pt-md-2 { padding-top: 2rem !important; }
.pt-md-3 { padding-top: 4rem !important; }
.pt-md-4 { padding-top: 6rem !important; }
.pt-md-5 { padding-top: 8rem !important; }
}
@media (min-width:992px) {
.pb-lg-0 { padding-bottom: 0 !important; }
.pb-lg-1 { padding-bottom: 1rem !important; }
.pb-lg-2 { padding-bottom: 2rem !important; }
.pb-lg-3 { padding-bottom: 4rem !important; }
.pb-lg-4 { padding-bottom: 6rem !important; }
.pb-lg-5 { padding-bottom: 8rem !important; }
.pt-lg-0 { padding-top: 0 !important; }
.pt-lg-1 { padding-top: 1rem !important; }
.pt-lg-2 { padding-top: 2rem !important; }
.pt-lg-3 { padding-top: 4rem !important; }
.pt-lg-4 { padding-top: 6rem !important; }
.pt-lg-5 { padding-top: 8rem !important; }
}
@media (min-width:1200px) {
.pb-xl-0 { padding-bottom: 0 !important; }
.pb-xl-1 { padding-bottom: 1rem !important; }
.pb-xl-2 { padding-bottom: 2rem !important; }
.pb-xl-3 { padding-bottom: 4rem !important; }
.pb-xl-4 { padding-bottom: 6rem !important; }
.pb-xl-5 { padding-bottom: 8rem !important; }
.pt-xl-0 { padding-top: 0 !important; }
.pt-xl-1 { padding-top: 1rem !important; }
.pt-xl-2 { padding-top: 2rem !important; }
.pt-xl-3 { padding-top: 4rem !important; }
.pt-xl-4 { padding-top: 6rem !important; }
.pt-xl-5 { padding-top: 8rem !important; }
} .mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 4rem !important; }
.mb-4 { margin-bottom: 6rem !important; }
.mb-5 { margin-bottom: 8rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 4rem !important; }
.mt-4 { margin-top: 6rem !important; }
.mt-5 { margin-top: 8rem !important; }
@media (min-width:576px) {
.mb-sm-0 { margin-bottom: 0 !important; }
.mb-sm-1 { margin-bottom: 1rem !important; }
.mb-sm-2 { margin-bottom: 2rem !important; }
.mb-sm-3 { margin-bottom: 4rem !important; }
.mb-sm-4 { margin-bottom: 6rem !important; }
.mb-sm-5 { margin-bottom: 8rem !important; }
.mt-sm-0 { margin-top: 0 !important; }
.mt-sm-1 { margin-top: 1rem !important; }
.mt-sm-2 { margin-top: 2rem !important; }
.mt-sm-3 { margin-top: 4rem !important; }
.mt-sm-4 { margin-top: 6rem !important; }
.mt-sm-5 { margin-top: 8rem !important; }
}
@media (min-width:768px) {
.mb-md-0 { margin-bottom: 0 !important; }
.mb-md-1 { margin-bottom: 1rem !important; }
.mb-md-2 { margin-bottom: 2rem !important; }
.mb-md-3 { margin-bottom: 4rem !important; }
.mb-md-4 { margin-bottom: 6rem !important; }
.mb-md-5 { margin-bottom: 8rem !important; }
.mt-md-0 { margin-top: 0 !important; }
.mt-md-1 { margin-top: 1rem !important; }
.mt-md-2 { margin-top: 2rem !important; }
.mt-md-3 { margin-top: 4rem !important; }
.mt-md-4 { margin-top: 6rem !important; }
.mt-md-5 { margin-top: 8rem !important; }
}
@media (min-width:992px) {
.mb-lg-0 { margin-bottom: 0 !important; }
.mb-lg-1 { margin-bottom: 1rem !important; }
.mb-lg-2 { margin-bottom: 2rem !important; }
.mb-lg-3 { margin-bottom: 4rem !important; }
.mb-lg-4 { margin-bottom: 6rem !important; }
.mb-lg-5 { margin-bottom: 8rem !important; }
.mt-lg-0 { margin-top: 0 !important; }
.mt-lg-1 { margin-top: 1rem !important; }
.mt-lg-2 { margin-top: 2rem !important; }
.mt-lg-3 { margin-top: 4rem !important; }
.mt-lg-4 { margin-top: 6rem !important; }
.mt-lg-5 { margin-top: 8rem !important; }
}
@media (min-width:1200px) {
.mb-xl-0 { margin-bottom: 0 !important; }
.mb-xl-1 { margin-bottom: 1rem !important; }
.mb-xl-2 { margin-bottom: 2rem !important; }
.mb-xl-3 { margin-bottom: 4rem !important; }
.mb-xl-4 { margin-bottom: 6rem !important; }
.mb-xl-5 { margin-bottom: 8rem !important; }
.mt-xl-0 { margin-top: 0 !important; }
.mt-xl-1 { margin-top: 1rem !important; }
.mt-xl-2 { margin-top: 2rem !important; }
.mt-xl-3 { margin-top: 4rem !important; }
.mt-xl-4 { margin-top: 6rem !important; }
.mt-xl-5 { margin-top: 8rem !important; }
} .opening-hours {
width: 100%;
}
.opening-hours-extend .table-scrollable table td,
.opening-hours-extend .table-scrollable table th {
font-size: var(--body2-font-size); 
}
.toggle-input {
display: none;
}
.opening-hours-extend {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.4s ease, opacity 0.4s ease;
}
.toggle-input:checked ~ .opening-hours-extend {
max-height: 1000px;
opacity: 1;
}
.opening-hours-instance .button {
margin-bottom: 40px;
}
.opening-hours-button:hover {
background-color: var(--blue-600);
}
.opening-hours-instance {
margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
.opening-hours-extend .table-scrollable table td, 
.opening-hours-extend .table-scrollable table th {
font-size: var(--body3-font-size);
}
.opening-hours-instance .button {
margin-bottom: 30px !important;
}
} .downloads-list {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
}
.downloads-list li {
margin: 0;
padding: 0;
}
.downloads-list li a {
position: relative;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 14px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: var(--border-radius-min);
font-size: var(--body3-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
text-decoration: none;
line-height: 1.25;
min-width: 0;
}
.downloads-list li a::before {
content: "";
flex: 0 0 36px;
width: 36px;
height: 36px;
background-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/pdf.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 36px 36px;
border-radius: 10px;
background-color: #efeeee;
}
.downloads-list li a {
overflow-wrap: anywhere;
}
.downloads-list li a:hover {
border-color: rgba(0, 0, 0, 0.22);
background: rgba(0, 0, 0, 0.03);
}
.downloads-list li a:focus-visible {
outline: 3px solid rgba(0, 0, 0, 0.25);
outline-offset: 2px;
}
.downloads-list li a::after {
content: "↓";
margin-left: auto;
font-size: 18px;
line-height: 1;
opacity: 0.65;
}
.downloads-list li a:hover::after {
opacity: 0.9;
} .projects-item-container {
margin: 0 -20px;
}
.projects-item {
margin: 0 0 0 0;
padding: 20px 20px;
position: relative;
z-index: 0;
}
.projects-item img {
width: 100%;
height: auto;
}
.projects-item a .overlay {
visibility: hidden;
opacity: 0;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
font-size: 32px;
font-weight: var(--bold-weight);
color: var(--grey-100);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
.projects-item a:hover .overlay {
visibility: visible;
opacity: 1;
transform: scale(0.9);
}
.projects-item .desc {
position: relative;
z-index: 1;
padding: 5px 20px;
color: var(--grey-500);
display: block;
}
.projects-item a:hover .desc {
color: var(--orange-600);
}
.projects-images {
}
@media only screen and (max-width: 992px) {
.projects-item-container {
margin: 0;
}
.projects-item {
margin: 0 0 40px 0;
padding: 0;
}
.projects-item a .overlay {
font-size: 24px; 
}
} .arrow {
margin-top: 20px;
display: block;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
color: var(--grey-100) !important;
}
.arrow:hover {
color: var(--orange-600) !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);
}
} #newsletter {
}
#newsletter .wpcf7-email {
min-width: 320px;
}
#newsletter .wpcf7-submit {
font-size: var(--body2-font-size);
}
#newsletter .wpcf7-not-valid-tip, 
#newsletter .wpcf7-response-output {
display: none;
}
#newsletter .wpcf7-not-valid {
border-bottom: none;
}
#newsletter .wpcf7-form-control-wrap, .wpcf7-quiz-label {
margin: 0;
}
@media only screen and (min-width: 48em) {
#newsletter .wps-form-column:nth-child(odd) {
padding: 0 10px 0 0;
}
#newsletter .wps-form-column {
padding: 0 10px;
}
}
@media only screen and (max-width: 575px) {
#newsletter .wpcf7-email {
min-width: 100%;
}
#newsletter .wpcf7-submit {
margin-top: 10px;
}
} blockquote p {
margin-bottom: 1em;
font-size: 32px;
font-weight: var(--regular-weight);
font-style: normal;
line-height: 1.6em;
}
blockquote footer {
font-size: 12px;
font-weight: var(--regular-weight);
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';
} .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;
}
}
.wps-form fieldset {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-quiz-label {
margin: 0 0 20px 0;
display: block;
}
.wpcf7-form label {
margin: 0 0 5px 0;
font-size: var(--body2-font-size);
color: var(--blue-600);
font-weight: var(--regular-weight);
letter-spacing: 0;
line-height: 28px;
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 20px !important;
background-color: var(--grey-100) !important;
font-size: var(--body2-font-size);
letter-spacing: 0;
color: var(--blue-600) !important;
line-height: 24px;
border-radius: var(--border-radius-min);
-webkit-border-radius: var(--border-radius-min);
-moz-border-radius: var(--border-radius-min);
border: 1px solid var(--blue-300);
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,
.wpcf7-select:hover,
.wpcf7-text:hover,
.wpcf7-textarea:hover,
.wpcf7-date:hover,
.wpcf7-email:hover,
.wpcf7-number:hover {
border: 1px solid var(--blue-600);
outline: 0;
}
.wpcf7-select {
padding: 12px 20px !important;
line-height: 24px;
-webkit-appearance: none;
max-width: 100%;
overflow: hidden;
word-wrap: normal !important;
white-space: normal;
}
.wpcf7-date {
padding: 12px 20px !important;
line-height: 24px;
-webkit-appearance: none;
}
.file-pdf {
padding: 20px;
border: 2px solid var(--orange-600);
border-radius: var(--border-radius-min);
}
.file-pdf .wpcf7-form-control-wrap {
margin: 0;
}
.wpcf7-submit {
width: auto !important;
padding: 10px 24px;
min-width: 280px;
background-color: var(--orange-600);
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
text-decoration: none;
letter-spacing: 0;
text-transform: none;
line-height: 1.25;
border: var(--border-size) solid var(--orange-600);
border-radius: var(--border-radius-min);
-moz-border-radius: var(--border-radius-min);
-webkit-border-radius: var(--border-radius-min);
-webkit-appearance: none;
display: inline-block;
transition: all 0.25s;
overflow: hidden;
}
.wpcf7-submit:hover {
background-color: var(--blue-600);
border: var(--border-size) solid var(--blue-600);
color: var(--grey-100);
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
}
.wpcf7-submit:focus,
.wp-core-ui .button-primary.focus, 
.wp-core-ui .button-primary:focus {
outline: 0 !important;
box-shadow: none !important;
}
.wpcf7-submit:disabled {
opacity: 0.5;
}
.wpcf7-spinner {
display: none;
width: 0;
height: 0;
}
.wpcf7-submitting .wpcf7-spinner {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 10px;
vertical-align: middle;
}
.required {
color: var(--orange-600);
}
.wpcf7-form p {
margin: 0 0 10px 0;
}
.wpcf7-not-valid {
border: var(--border-size) solid var(--red-600) !important;
}
.wpcf7-not-valid-tip {
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
color: var(--red-600) !important;
}
.wpcf7-list-item {
margin: 0 !important;
}
.wpcf7-form span.wpcf7-list-item {
display: block;
}
.wpcf7-list-item-label {
margin-left: 24px;
}
.wpcf7-form .wpcf7-checkbox label {
position: relative;
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
}
.wpcf7-form .wpcf7-acceptance label {
position: relative;
font-size: var(--body3-font-size);
font-weight: var(--light-weight);
}
.wpcf7-form .wpcf7-checkbox label a {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
}
.wpcf7-form .wpcf7-acceptance label a {
font-size: var(--body3-font-size);
font-weight: var(--light-weight);
}
.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;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
content: '';
width: 24px;
height: 24px;
border-radius: 5px;
border: 3px solid var(--grey-100);
background-color: var(--grey-100);
transition: background-color 0.3s ease, border-color 0.3s ease;
outline: 1px solid var(--blue-300);
position: absolute;
top: 0;
left: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:hover+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:hover+span:before {
background-color: var(--blue-300);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:before {
background-color: var(--blue-600);
outline-color: var(--blue-600);
}
::placeholder {
color: var(--grey-500) !important;
opacity: 1;
}
.wpcf7-form .wpcf7-select option:first-child {
color: var(--grey-500) !important;
} .wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
margin: 0 0 10px 0 !important;
padding: 0 !important;
font-size: 18px;
font-weight: var(--regular-weight);
color: var(--red-600);
background-color: transparent;
border: 0 !important;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
-moz-border-radius: var(--border-radius-max);
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
color: var(--grey-100) !important;
}
@media (max-width: 768px) {
.wpcf7-form label {
font-size: var(--body3-font-size);
}
.wpcf7-select, 
.wpcf7-text, 
.wpcf7-textarea, 
.wpcf7-date, 
.wpcf7-email, 
.wpcf7-number {
font-size: var(--body3-font-size);
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
font-size: var(--body3-font-size);
}
.wpcf7-not-valid-tip {
font-size: var(--body3-font-size);
}
.wpcf7-submit {
min-width: 100% !important;
padding: 8px 20px !important;
font-size: var(--body2-font-size);
}
}
@media (max-width: 575px) {
.wpcf7-submit {
font-size: var(--body3-font-size);
}
} .cf7-modal {
position: fixed;
z-index: 1001;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
padding: 0;
box-sizing: border-box;
}
.cf7-modal-content {
background-color: var(--grey-100);
padding: 10px 20px;
border-radius: var(--border-radius-max);
text-align: center;
max-width: 400px;
width: 100%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transition: 0.5s ease-in-out;
font-size: 18px;
}
.cf7-modal-success .cf7-modal-content {
background-color: var(--green-600);
color: var(--grey-100);
}
.cf7-modal-error .cf7-modal-content {
background-color: var(--red-600);
color: var(--grey-100);
}
@media (max-width: 575px) {
.cf7-modal-content {
max-width: 90%;
}
}
.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: var(--border-size) solid var(--red-600);
}
p.error {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--grey-100);
text-align: left;
line-height: 125%;
background-color: var(--red-600);
}
p.success {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--grey-100);
text-align: left;
line-height: 125%;
background-color: var(--green-600);
}
p.error i,
p.success i {
margin-right: 10px;
}
span.error {
font-weight: var(--bold-weight);
color: var(--red-600);
}
span.required {
color: var(--orange-600);
} 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: var(--grey-500);
-webkit-text-fill-color: var(--grey-500);
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.05) inset;
transition: background-color 5000s ease-in-out 0s;
} .breadcrumb {
color: var(--grey-500);
align-items: center;
}
.breadcrumb a {
color: var(--grey-500);
}
.breadcrumb a:hover {
color: var(--blue-600);
}
.breadcrumb .current-page {
color: var(--orange-600);
}
.breadcrumb .delimiter:after {
content: '';
width: 20px;
height: 20px;
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-right.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-right.svg);
mask-repeat: no-repeat;
background-color: var(--grey-400);
position: relative;
margin: 0 8px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
#breadcrumb {
display: none;
}
} ul.files {
margin: 0 auto;
padding: 0;
}
ul.files li {
list-style: none;
font-weight: var(--regular-weight);
border-right: 1px solid var(--grey-500);
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: var(--border-size) solid var(--grey-500);
}
ol.list li {
counter-increment: my-awesome-counter;
margin: 0 0 20px 0;
padding: 0 0 20px 2.5em;
border-bottom: var(--border-size) solid var(--grey-500);
font-size: 20px;
}
ol.list li::before {
content: counter(my-awesome-counter);
font-weight: var(--bold-weight);
font-size: 32px;
color: var(--grey-500);
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
font-family: 'Manrope', sans-serif;
line-height: 1;
display: inline-block;
} ul.list {
margin: 40px 0;
padding: 0;
text-align: left;
list-style: none;
}
ul.list li {
margin: 0 0 10px 0;
padding: 0 0 0 27px;
font-size: var(--body1-font-size);
font-weight: var(--bold-weight);
font-style: normal;
line-height: 150%;
list-style-position: outside;
display: block;
position: relative;
}
ul.list li::before {
margin: 0 0 0 0;
padding: 0 0 0 0;
content: '';
display: inline-block;
width: 9px;
height: 9px;
border-top: var(--border-size) solid var(--grey-500);
border-right: var(--border-size) solid var(--grey-500);
transform: rotate(45deg);
position: absolute;
top: 9px;
left: 0;
} .box {
min-height: 200px;
margin: 10px 5px;
padding: 20px 30px 10px;
border-radius: 9px;
background-color: var(--grey-100);
box-shadow: 1px 1px 15px -12px var(--grey-500);
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-color: var(--grey-100);
color: var(--grey-500);
}
.box.black {
background-color: var(--grey-500);
color: var(--grey-100);
}
.box .content {
padding: 40px 40px;
}
.box.black p a {
color: var(--grey-100);
border-bottom: var(--border-size) solid var(--grey-100);
}
.box.black p a:hover {
border-bottom: var(--border-size) solid transparent;
}
.box.black .animated-arrow,
.box.black .animated-arrow:hover {
color: var(--grey-100) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft {
background-color: var(--grey-100) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:before,
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:after {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow>.shaft {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow>.shaft:before,
.box.black .the-arrow>.shaft:after {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow.-left>.shaft {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow.-left>.shaft:before,
.box.black .the-arrow.-left>.shaft:after {
background-color: var(--grey-100) !important;
} .more-link {
padding: 0 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: var(--body2-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border: 0;
position: relative;
display: inline-flex;
align-items: center;
}
.nav-prev .more-link a {
padding: 0 0 0 32px;
}
.more-link a:hover,
.more-link a:hover span {
color: var(--orange-600);
border: 0;
}
.more-link a:after,
.nav-prev .more-link a:before, 
.nav-next .more-link a:after {
position: absolute;
width: 24px;
height: 24px;
background-color: var(--blue-600);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
transform-origin: unset;
}
.more-link a:after,
.nav-next .more-link a:after {
content: "";
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/arrow-long-right.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/arrow-long-right.svg);
mask-repeat: no-repeat;
}
.nav-prev .more-link a:before {
content: "";
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/arrow-long-left.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/arrow-long-left.svg);
mask-repeat: no-repeat;
}
.more-link a:hover:after,
.nav-prev .more-link a:hover:before, 
.nav-next .more-link a:hover:after {
background-color: var(--orange-600);
}
.nav-prev .more-link a:after {
content: '';
-webkit-mask-image: none;
mask-image: none;
background-color: transparent;
}
.more-link a:after,
.nav-next .more-link a:after {
left: auto;
right: 0;
}
.nav-prev .more-link a:before {
left: 0;
right: auto;
}
.more-link a:hover:after,
.nav-prev .more-link a:hover:before,
.nav-next .more-link a:hover:after {
color: var(--orange-600);
transform-origin: unset;
}
.more-link a:hover:after,
.nav-next .more-link a:hover:after {
transform: translateX(10px) translateY(0);
}
.nav-prev .more-link a:hover:before {
transform: translateX(-10px) translateY(0);
}
@media (max-width: 768px) {
.more-link a {
font-size: var(--body3-font-size);
}
.more-link {
padding: 10px 0 0 0;
}
} #weather-widget-area-wrap {
position: absolute;
top: 15vh;
right: 20px;
z-index: 999;
}
#weather-widget-area-wrap ul {
margin: 0;
padding: 0;
}
#weather-widget-area-wrap ul li {
margin: 0;
padding: 0;
list-style: none;
color: var(--grey-100);
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@media (max-width: 575px) {
#weather-widget-area-wrap {
top: 100px;
}
} .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: var(--grey-100);
}
.slider-down-arrow a {
line-height: 1em;
display: inline-block;
color: var(--grey-100) !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: 992px) {
.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: var(--grey-500);
text-decoration: none;
}
.icon-list li a:hover {
color: var(--grey-500);
}
.icon-list li a::before {
width: 36px;
height: 36px;
speak: none;
font-style: normal;
font-weight: var(--regular-weight);
-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: var(--grey-400);
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: var(--regular-weight);
}
.icons-list li:before {
display: none;
}
.icons-list li a {
width: 44px;
height: 44px;
color: var(--grey-500);
}
.icons-list li a:hover {
color: var(--grey-500);
}
@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;
height: 44px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
position: absolute;
cursor: pointer;
z-index: 999;
transition-property: all;
transition-duration: 0.15s;
}
.swiper-button-next {
right: 20px;
}
.swiper-button-prev {
left: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
width: 32px;
height: 32px;
background-color: var(--grey-100);
}
.swiper-button-next:after {
content: "" !important;
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-right.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-right.svg);
mask-repeat: no-repeat;
}
.swiper-button-prev:after {
content: "" !important;
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-left.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/chevron-left.svg);
mask-repeat: no-repeat;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
background-color: var(--grey-100);
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
opacity: 0 !important; 
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}
.swiper-pagination-bullet {
width: 15px !important;
height: 15px !important;
background-color: var(--grey-100) !important;
opacity: 0.25 !important;
border-radius: 50% !important;
transition: background-color 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
width: 21px !important;
height: 21px !important;
background-color: var(--grey-100) !important;
opacity: 1 !important;
}
.swiper-pagination-bullet:hover {
opacity: 1 !important;
}
.swiper-pagination-bullet:only-child {
visibility: hidden;
}
.slide-copyright {
font-size: 12px;
font-weight: var(--regular-weight);
color: var(--grey-100);
letter-spacing: 1px;
position: absolute;
top: 20px;
right: 20px;
}
@media (max-width: 992px) {
.swiper-pagination-bullet {
width: 11px !important;
height: 11px !important;
}
.swiper-pagination-bullet-active {
width: 17px !important; 
height: 17px !important;
}
}
@media (max-width: 575px) {
.swiper-button-prev {
display: none !important;
}
.swiper-button-next {
display: none !important;
}
.swiper-pagination {}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 0 !important;
}
}
.swiper .title {
}
.swiper .title mark {
font-size: var(--h6-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
background-color: var(--orange-600) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--orange-600);
}
.title-image {
width: 100%;
height: 60vh;
position: relative;
z-index: 0;
}
.title-image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.title-image .overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}
.title-text {
display: flex;
align-items: flex-start;
justify-content: flex-end;
position: relative;
z-index: 999;
height: 90%;
flex-direction: column;
text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.title-text h1,
.title-text h4 {
color: var(--grey-100) !important;
}
.title-text h1 {
font-weight: var(--bold-weight);
}
.title-text h4 {
font-weight: var(--regular-weight);
}
@media screen and (max-width: 1200px) {
.title-text {
padding: 0 40px;
}
}
@media screen and (max-width: 992px) {
.title-image {
height: 50vh;
}
}
@media screen and (max-width: 768px) {
.title-text {
padding: 0 20px;
}
.title-text h1 {
font-size: 22px !important;
}
.title-text h4 {
font-size: 18px !important;
}
}
@media screen and (max-width: 575px) {
.title-image {
height: 40vh;
}
}
.breakfast {
font-size: 20px;
}
.button-nav {
margin: 0 !important;
padding: 0 !important;
}
@keyframes fadeInCard {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} .image-gallery {
display: flex; }
.image-gallery img {
width: 100%;
height: auto;
}
.image-gallery .overlay {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.image-gallery a {
z-index: 1;
position: relative;
width: 100%;
height: 100%;
display: block;
}
.image-gallery a:hover .overlay {
background-color: rgba(255, 255, 255, 0.3);
}
.image-gallery .title {
display: none;
}
.image-gallery a:hover .title {
width: 100%;
height: 100%;
font-size: 20px;
color: var(--grey-100);
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: var(--grey-500);
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;
}
.nav-single .nav-label,
.nav-single .mobile {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0;
}
.nav-single p {
font-size: 16px;
}
.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 a:hover .icon-grid .line {
background-color: var(--orange-600);
}
.nav-grid a:hover .nav-label {
color: var(--orange-600);
}
.nav-grid .icon-grid {
width: 28px;
height: 24px;
display: inline-block;
position: relative;
}
.nav-grid .icon-grid .line {
display: inline-block;
position: absolute;
height: 2px;
width: 28px;
background-color: var(--blue-600);
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: var(--blue-600);
line-height: 24px;
}
.nav-next .nav-label {
text-align: right;
}
.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-scrollable {
width: 100%;
overflow-y: auto;
margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid var(--blue-200);
background-color: rgba(0, 0, 0, .3);
}
.table-scrollable table {
width: 100%;
border-collapse: collapse;
}
.table-scrollable table thead th {
color: var(--orange-600);
}
.table-scrollable table td,
.table-scrollable table th {
padding: 5px 0;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600);
}
.table-scrollable table td,
.table-scrollable table th {
border-bottom: 1px solid var(--blue-200);
}
.table-scrollable table tr:last-child td,
.table-scrollable table tr:last-child th {
border-bottom: 1px solid transparent; 
}
@media screen and (max-width: 768px) {
.table-scrollable table td,
.table-scrollable table th {
font-size: var(--body3-font-size);
white-space: nowrap;
}
}
.wp-block-table td, .wp-block-table th {
border: 0;
}
.wp-block-table thead {
border-bottom: var(--border-size) solid var(--blue-200);
}
.wp-block-table tfoot {
border: 0;
}
.table, .table table {
width: 100%;
border: 0;
padding: 0;
margin: 0 0 1em;
}
.table thead th {
font-size: 20px;
font-weight: var(--bold-weight);
color: var(--blue-600);
}
.table td {
min-width: 160px;
padding: 15px 0;
font-size: 20px;
font-weight: var(--regular-weight);
color: var(--blue-600);
border-left: var(--border-size) solid transparent;
border-top: var(--border-size) solid transparent;
border-right: var(--border-size) solid transparent;
border-bottom: var(--border-size) solid var(--grey-300);
}
.table td a {
border-bottom: var(--border-size) solid var(--grey-500);
}
.table td a:hover {
border-bottom: var(--border-size) solid transparent;
}
.wp-block-table th {
font-weight: var(--bold-weight);
}
@media screen and (max-width: 768px) {
.table td {
width: 100%;
display: block;
}
.table td:first-child {
padding: 10px 0 0 0;
border-bottom: 0;
}
.table td {
padding: 0 0 10px 0;
}
} .table-container {
display: flex;
flex-direction: column;
gap: 15px;
}
.table-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: stretch;
}
.table-cell {
padding: 10px;
border-bottom: 1px solid var(--grey-300);
}
.cell-short {
flex: 0 0 240px;
font-weight: bold;
}
.cell-long {
flex: 1;
min-width: 240px;
}
@media (max-width: 768px) {
.table-row {
flex-direction: column;
align-items: flex-start;
}
.cell-short {
flex: 1;
}
.cell-long {
flex: 1;
}
} .contact i {
margin-right: 8px;
color: var(--orange-600);
}
.contact a:hover i {
color: var(--grey-500);
}
.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;
margin: 0;
}
.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: var(--grey-500);
color: var(--grey-100) !important;
}
.modal-container.fancybox-content {
padding: 0 !important;
}
.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: #fff !important;
}
.type-modal .modal-dialog {
max-width: 1400px;
min-height: 1600px;
}
.type-modal h2 {
margin: 0;
}
.modal {
opacity: 0;
backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
background-color: rgba(0, 0, 0, 0);
transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
-webkit-transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
}
.modal.show {
opacity: 1;
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
background-color: rgba(255, 255, 255, 0.2);
}
.modal-title {
background-color: var(--grey-500);
font-size: var(--h4-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
padding: 1em;
}
.modal-header {
border: none;
border-radius: var(--border-radius-min);
-webkit-border-radius: var(--border-radius-min);
padding: 1em;
}
.modal-content {
border-radius: var(--border-radius-min);
border: none !important;
}
.modal-body {
min-height: 50px;
padding: 0 1.5em 1.5em 1.5em;
overflow-y: auto;
}
.custom-modal .modal-header {
position: absolute;
right: 0;
z-index: 1000;
}
.custom-modal .modal-body {
padding: 0;
}
.custom-modal .modal-popup-content {
padding: 2em 2em 0 2em;
}
.custom-modal .modal-popup-content p {
margin-bottom: 20px;
font-size: var(--body2-font-size);
}
.custom-modal .modal-popup-content p:last-child, 
.custom-modal .modal-popup-content .button {
margin: 0;
}
.custom-modal .popup-close {
font-size: var(--body3-font-size);
font-weight: var(--regular-weight);
color: var(--grey-400);
}
.modal-footer {
border: none !important;
background-color: var(--grey-100);
padding: 0.5em 1em;
display: flex;
justify-content: flex-end;
align-items: center;
}
.btn-close {
width: 44px;
height: 44px;
padding: 0 !important;
margin: calc(-.25 * var(--bs-modal-header-padding-y)) calc(-.25 * var(--bs-modal-header-padding-x)) calc(-.25 * var(--bs-modal-header-padding-y)) auto !important;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.btn-close span {
width: 36px;
height: 36px;
padding: 0 !important;
background: var(--orange-600) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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") center/1em auto no-repeat;
background-size: 14px;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
}
.btn-close:hover {
opacity: 1;
}
.btn-close:hover span {
background-color: var(--blue-600);
opacity: 1;
}
.btn-close:focus {
box-shadow: none;
outline: 0;
}
@keyframes slideInUp {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
.modal.fade .modal-dialog {
animation-name: slideInUp;
animation-duration: 0.7s;
}
@media screen and (max-width: 575px) {
.modal-body {
max-width: 100%;
max-height: auto;
}
.modal-footer {
display: block;
justify-content: inherit;
}
.modal-footer .btn {
margin: 0 0 10px 0;
}
} .accordion {
max-width: 100%;
margin: 0 auto 60px auto;
}
.accordion-header h2 {
margin:0;
padding:0 0 0 20px;
display:inline-block;
font-style: normal;
font-weight: var(--bold-weight);
color: var(--grey-500);
}
.accordion-header h2 span {
font-size: var(--h6-font-size);
font-style: normal;
font-weight: var(--regular-weight);
line-height: 32px;
}
.accordion .accordion-header h3 {
margin: 0;
padding: 0;
display: inline-block;
font-weight: var(--regular-weight);
color: var(--blue-600);
text-transform: none;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
}
.accordion .active.accordion-header h2,
.accordion .active.accordion-header h3,
.accordion .accordion-header:hover h2,
.accordion .accordion-header:hover h3 {
color: var(--orange-600);
}
.accordion .accordion-header {
margin: 0 0 20px 0;
padding: 15px 20px;
text-align: left;
position: relative;
background-color: var(--grey-100);
border-radius: var(--border-radius-min);
border: 1px solid var(--blue-300);
}
.accordion .accordion-header:first-child { }
.accordion .accordion-header:hover {
cursor: pointer;
background-color: var(--blue-100);
}
.accordion .accordion-header:hover::before,
.accordion .accordion-header:hover::after {
background-color: var(--orange-600);
}
.accordion .accordion-header:hover h2 {
color: var(--orange-600) !important;
}
.accordion .active.accordion-header,
.accordion .active.accordion-header:hover {
background-color: var(--blue-100);
}
.accordion .active.accordion-header h2,
.accordion .active.accordion-header:hover h2 {
font-weight: var(--bold-weight);
color: var(--orange-600) !important;
}
.accordion .accordion-header:hover h2,
.accordion .accordion-header:hover h2 a {
color: var(--orange-600) !important;
}
.accordion .accordion-header::after,
.accordion .accordion-header::before {
content: '';
background-color: var(--blue-600);
-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 .accordion-header::after {
width: 21px;
height: 2px;
float: right;
position: absolute;
top: 31px;
right: 20px;
}
.accordion .accordion-header::before {
width: 2px;
height: 21px;
float: right;
position: absolute;
top: 21px;
right: 30px;
}
.accordion .active.accordion-header::before {
background-color: var(--orange-600);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.accordion .active.accordion-header::after {
background-color: var(--orange-600);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.accordion .accordion-content {
display: none;
padding: 0 0 0 0;
margin: 20px 0 0 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-header h2 {
font-size: var(--h6-font-size);
}
.accordion .accordion-header::after {
top: 26px;
}
.accordion .accordion-header::before {
top: 16px;
}
.accordion .accordion-header h3 {
padding-left: 0;
padding-right: 48px;
font-size: var(--body3-font-size);
text-align: left;
}
.accordion .accordion-content {
padding-left: 0;
padding-right: 0;
}
}
.clear {
clear: both;
} #osmap {
width: 100%;
height: 100%;
min-height: 720px;
}
#osmap.osmap-small {
width: 100%;
height: 360px;
min-height: 360px;
}
@media (max-width: 768px) {
#osmap,
#osmap.osmap-small {
min-height: 320px;
max-height: 320px;
}
} .map-popup p.content {
font-size: 16px;
}
.map-popup .button.small {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
}
.map-popup .button:after,
.map-popup .button:before {
display: none;
}
.map-popup .button:hover {
background-color: var(--grey-500);
color: var(--grey-100);
border-color: var(--grey-500);
padding: .3em 1em !important;
}
.leaflet-popup-content-wrapper {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) !important;
}
.leaflet-popup-content {
margin: 30px 20px;
}
.leaflet-popup-content, 
.leaflet-popup-content p {
font-size: var(--body3-font-size) !important;
}
.leaflet-container p a {
color: var(--orange-600) !important;
}
.leaflet-control-attribution a {
font-size: var(--body5-font-size) !important;
font-weight: var(--light-weight);
color: var(--grey-500) !important;
}
.leaflet-top, .leaflet-bottom {
z-index: 500 !important;
}
.map-routeplaner {
margin-top: 30px !important;
} .rooms-list {
display: flex;
align-items: flex-start;
background-color: var(--grey-100);
}
.rooms-list .room-item {
}
.rooms-list h2,
.rooms-list h2 a {
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--orange-600) !important;
border: 0;
}
.rooms-list h2 span,
.rooms-list h2 a span {
font-size: var(--body1-font-size);
font-style: normal;
font-weight: var(--light-weight);
color: var(--grey-500);
line-height: 32px;
}
.rooms-list h2 a:hover,
.rooms-list h2 a:hover span {
color: var(--grey-500) !important;
border: 0;
}
.rooms-list .swiper-slide a {
width: 100%;
}
.room-details {
padding: 20px 0 0 0;
display: flex;
justify-content: space-between;
}
.room-description {
}
.room-description p:last-child {
margin:0;
}
.room-equipment {
}
.room-equipment-list {
margin: 0 !important;
padding: 0 0 0 20px !important;
}
.room-equipment-list li {
margin:0 0 5px 20px;
list-style:none;
list-style-position: inside;
font-size:16px;
line-height: 26px;
position:relative;
}
.room-equipment-list li::before {
font-weight: var(--regular-weight);
content: '–';
margin: 0 0 0 -20px;    
vertical-align: middle;
display: inline-block;
position: absolute;
}
.room-icons-list {
margin: 0 0 20px 0;
padding: 0 !important;
display: flex;
flex-wrap: wrap;
}
.room-icons-list li {
flex: 0 0 160px;
height: 160px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
list-style:none;
margin: 0 10px 10px 0 !important;
padding: 0;
}
.room-icons-list .icon:before {
color: var(--orange-600);
}
.grid-icons {
margin: 0;
padding: 0;
font-size: 16px;
text-align: center;
line-height: 18px;
min-height: 100px;
}
.grid-icons .icon {
margin: 0 0 12px 0;
padding: 0 0 0 0;
font-size: 48px;
line-height: 48px;
display: block;
}
.room-rate {
padding: 20px 0 0 0;
}
.rooms-list .price {
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
color: var(--orange-600);
}
.breakfast {
font-size: 20px;
} .plans {
margin: 0 auto;
padding: 0;
text-align: center;
}
.plans li {
list-style: none;
margin: 0 auto;
padding: 0;
display: inline-block;
} .staff-list {
}
.staff-item {
}
.staff-image {
vertical-align: top;
}
@media (max-width: 768px) {
.staff-item {
}
.staff-list {
}
.staff-item {
}
}
.staff-list .inner {
position: relative;
}
.staff-list .img {
max-width: 160px;
background-color: var(--grey-100);
position: relative;
}
.img,
.img img {
width: 100%;
height: auto;
display: block;
background-color: var(--grey-200);
}
.staff-list .img img {
opacity: 1;
width: 100%;
height: auto;
display: block;
margin: auto;
border-radius: 50%;
}
.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 {
}
.staff-list .info .vcard {
margin-left: 10px;
position: absolute;
top: 10px;
text-transform: uppercase;
}
.staff-list .info p.long,
.staff-list .info .vcard {
}
.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 {
}
.staff-list .info p {
margin: 0;
padding: 0;
}
.staff-list .info p.short strong {
color: var(--grey-500);
}
.staff-list .info p.long {
} #reviews {
text-align: center;
overflow: hidden;
}
.review-item {
background-color: var(--grey-100);
border-radius: var(--border-radius-min);
padding: 20px 40px;
display: flex;
flex-direction: column;
flex: 1;
flex-grow: 1;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.review-title {
margin: 0 auto 15px auto;
font-size: var(--body1-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
}
.review-text {
margin: 0;
font-size: var(--body3-font-size);
font-weight: var(--light-weight);
letter-spacing: 1px;
text-align: left;
}
.review-text:before {
content: '» ';
}
.review-text:after {
content: ' «';
}
.review-person-portal {
padding: 0 0 0 96px;
margin: 30px 0 0 0 !important;
font-size: var(--body3-font-size);
color: var(--blue-600);
text-align: left;
position: relative;
}
.review-person-portal:before {
content: '';
position: absolute;
left: 0;
top: 18px;
width: 72px;
height: 1px;
background-color: var(--blue-600);
}
.review-person-portal:after {
content: '';
position: absolute;
left: 0;
top: 2px;
height: 16px;
width: 1px;
background-color: var(--blue-600);
}
@media (max-width: 768px) {
.review-title {
font-size: var(--h5-font-size);
}
}
.swiper-reviews {
position: relative;
}
.swiper-reviews .swiper-wrapper,
.swiper-reviews .swiper-slide {
height: 100%;
}
.swiper-reviews .swiper-slide {
display: flex !important;
align-items: stretch;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
}
.swiper-reviews .swiper-pagination,
.swiper-reviews .swiper-horizontal>.swiper-pagination-bullets, 
.swiper-reviews .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-reviews .swiper-pagination-custom, 
.swiper-reviews .swiper-pagination-fraction {
padding-top: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
.swiper-reviews .swiper-pagination-bullet {
background-color: var(--blue-600) !important;
}
.swiper-reviews .swiper-button-next:after, 
.swiper-reviews .swiper-button-prev:after {
color: var(--blue-600) !important;
}
@media (max-width: 768px) {
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}
} .recommendation {
height: 100%;
padding: 50px 40px 30px 40px;
position: relative;
}
.recommendation p, .recommendation a {
font-size: 18px;
}
.recommendation span.distance {
font-size: 16px;
letter-spacing: 1px;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.recommendation p.link {
margin: 6px 0 0 0 !important;
display: inline-block;
} .socialmedia {
margin: 0 0 0 40px;
padding: 0;
}
.socialmedia li {
margin: 0 10px 0 0;
padding: 0;
list-style: none;
line-height: 32px;
display: inline-block;
}
footer .socialmedia {
margin: 0;
}
footer .socialmedia li {
margin: 0 20px 0 0;
}
.socialmedia li:last-child {
margin: 0;
}
header .socialmedia li a {
font-size: 24px !important;
}
.socialmedia li a {
font-size: 32px !important;
}
.socialmedia li a i {
color: var(--orange-600);
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
.socialmedia li a:hover i {
color: var(--grey-500);
}
footer .socialmedia li a i {
color: var(--grey-100);
}
footer .socialmedia li a:hover i {
color: var(--orange-600);
}  .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: var(--grey-500);
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: var(--bold-weight);
color: var(--grey-100);
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: var(--grey-500);
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: var(--regular-weight);
color: var(--grey-500) !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: var(--grey-500);
position: absolute;
top: 0;
left: 50%;
}
} .wp-block-column p:last-child {
margin: 0;
}
.section {
width: 100%;
padding: 60px 0 60px 0;
position: relative;
z-index: 0;
}  .container,
.container-fluid,
.container-xxl {
z-index: 3;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 4em;
}
.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: rgba(0, 0, 0, 0.50);
}
.background-with-overlay h3 {
color: var(--orange-600);
}
.background-with-overlay p {
color: var(--grey-100);
}
.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,
body.admin-bar.scrolled header {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar.scrolled header, body.admin-bar header {
top: 46px;
}
} ul.wp-block-list {
margin: 0 0 40px 0;
padding: 0;
}
ul.wp-block-list li {
list-style: none;
margin: 0 0 20px 0;
padding: 0 0 0 24px;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
ul.wp-block-list li:last-child {
margin: 0;
}
ul.wp-block-list li a {
}
ul.wp-block-list li a:hover {
}
ul.wp-block-list li:before {
content: '';
width: 8px;
height: 8px;
background-color: var(--orange-600);
position: absolute;
top: 15px;
left: 0;
border-radius: 50%;
}
ul.wp-block-list.check li {
list-style: none;
padding: 0 0 0 32px;
}
ul.wp-block-list.check li:before {
content: '✔';
width: 8px;
height: 8px;
background-color: transparent;
color: var(--orange-600);
position: absolute;
top: 0;
left: 0;
border-radius: 0;
}
ul.wp-block-list li ul.wp-block-list {
margin: 20px 0 0 0;
}
.content ol {
margin: 0 0 20px 0;
padding: 0;
}
.content ol li {
list-style: none;
margin: 0 0 40px 0;
padding: 0 0 0 54px;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.content ol li:last-child {
margin: 0;
}
.content ol li::before {
content: counter(item);
counter-increment: item;
position: absolute;
left: 0;
top: 18px;
transform: translateY(-50%);
width: 36px;
height: 36px;
background-color: var(--orange-600);
color: var(--grey-100);
font-weight: var(--regular-weight);
font-size: var(--body1-font-size);
line-height: 30px;
text-align: center;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.content ol {
counter-reset: item;
}
.content ul li span,
.content ol li span {
color: var(--grey-500);
}
@media screen and (max-width:768px) {
ul.wp-block-list li {
font-size: var(--body2-font-size);
}
ul.wp-block-list li:before {
top: 10px;
}
}
@media screen and (max-width:575px) {
ul.wp-block-list li {
font-size: var(--body3-font-size);
}
ul.wp-block-list li:before {
top: 8px;
}
} img {
border: 0;
vertical-align: top;
}
img.resize,
.img-responsive {
width: 100%;
height: auto;
}
figcaption {
font-size: var(--body2-font-size);
color: var(--blue-600);
}
.wp-block-image :where(figcaption) {
margin-bottom: 1em;
margin-top: 1em;
}
@media screen and (max-width:768px) {
figcaption {
font-size: var(--body2-font-size);
}
}
@media screen and (max-width:575px) {
figcaption {
font-size: var(--body3-font-size);
}
} a.button,
label.button,
.wp-block-button__link {
min-width: 280px;
padding: 10px 24px;
background-color: transparent;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--orange-600);
text-decoration: none;
letter-spacing: 0;
line-height: 1.5;
border: var(--border-size) solid var(--orange-600);
border-radius: var(--border-radius-min);
-webkit-border-radius: var(--border-radius-min);
display: inline-block;
transition: all 0.25s;
text-align: center;
vertical-align: middle; cursor: pointer;
}
a.button:hover,
label.button:hover,
.wp-block-button__link:hover {
background-color: var(--blue-600);
color: var(--grey-100);
border: var(--border-size) solid var(--blue-600);
}
a.button:before,
label.button:before {
display: none;
}
a.button.cta,
label.button.cta,
.cta .wp-block-button__link {
background-color: var(--orange-600);
border: var(--border-size) solid var(--orange-600);
color: var(--grey-100);
}
a.button.cta:hover,
label.button.cta:hover,
.cta .wp-block-button__link:hover {
background-color: var(--blue-600);
border: var(--border-size) solid var(--blue-600);
color: var(--grey-100);
}
a.button.small,
label.button.small,
.small .wp-block-button__link {
padding: 6px 16px;
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
line-height: 1.25;
letter-spacing: 1px;
}
.button + .button {
margin-left: 20px;
} @media screen and (max-width:575px) {
.button + .button {
margin: 0;
}
.button:only-of-type {
margin: 0;
}
a.button,
label.button,
.wp-block-button__link {
padding: 8px 20px;
line-height: 1.25;
}
}
.buttons {
margin: 0 !important;
padding: 0 !important;
}
.buttons li {
list-style: none;
margin: 0 0 20px 0 !important;
}
.buttons li:last-child {
margin: 0 !important;
}
.has-primary-background-color .button, 
.has-primary-background-color .button .wp-block-button__link {
background-color: var(--grey-500);
border: var(--border-size) solid var(--orange-600);
}
.has-primary-background-color .button:hover,
.has-primary-background-color .button .wp-block-button__link:hover {
background-color: var(--orange-600);
} .top-button.show-button {
width: 48px;
height: 48px;
background-color: transparent;
border-radius: var(--border-radius);
transition-property: background;
transition-duration: 0.15s;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.top-button.show-button:hover {
background-color: var(--grey-500);
}
.top-button.show-button:after {
width: 32px;
height: 32px;
background-color: var(--grey-100);
content: "" !important;
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/arrow-up.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/arrow-up.svg);
mask-repeat: no-repeat;
}
.menu-opened .top-button.show-button {
display: none;
}
@media screen and (max-width:992px) {
.top-button.show-button {
position: fixed;
bottom: 10vh;
right: 20px;
background-color: var(--orange-600);
}
} .error {
color: #c1000e;
border: var(--border-size) solid #c1000e;
}
.success {
color: #41aa56;
border: var(--border-size) solid #41aa56;
} hr.divider {
height: 0;
margin: 30px 0;
background: none;
color: transparent;
border: 0;
border-bottom: var(--border-size) dotted var(--grey-500);
clear: both;
} .show-desktop {
display: inline;
}
.show-mobile {
display: none;
}
@media screen and (max-width:768px) {
.show-desktop {
display: none;
}
.show-mobile {
display: inline;
}
} ::-moz-selection {
color: var(--grey-100);
background-color: var(--orange-600);
}
::selection {
color: var(--grey-100);
background-color: var(--orange-600);
} .grecaptcha-badge { 
visibility: hidden !important; 
} .cky-preference-content-wrapper .cky-show-desc-btn,
.button.cky-show-desc-btn:not(:hover):not(:active) {
color: var(--grey-500) !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: var(--orange-600) !important;
} .blog-posts {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts li {
margin: 30px 30px !important;
padding: 0 !important;
background-color: var(--light-clay-color);
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: var(--bold-weight);
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: var(--bold-weight);
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: var(--light-clay-color);
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: var(--bold-weight);
}
.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%;
}
} @keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fade {
opacity: 0;
animation: fade 1s ease-in-out forwards;
} .fade-in {
opacity: 0;
visibility: hidden;
transition: opacity 1s ease-in-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
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: var(--grey-100);
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: var(--regular-weight);
color: var(--orange-600);
}
.ticker-wrap .ticker__item a {
font-size: 22px;
font-weight: var(--regular-weight);
color: var(--orange-600);
}
.ticker-wrap .ticker__item a:hover {
color: var(--orange-600);
}
@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;
}
} .floating-buttons {
top: 50vh;
right: 20px;
display: flex;
z-index: 10001;
position: fixed;
transition: ease-in-out 250ms;
visibility: hidden;
align-items: flex-end;
flex-direction: column;
}
.floating-buttons .floating-button {
width: 60px;
height: 60px;
cursor: pointer;
margin: 12px auto 0 10px;
display: flex;
align-items: center;
justify-content: center;
outline: none !important;
padding: 0px;
max-width: none !important;
box-shadow: none;
color: var(--grey-100);
text-align: center;
user-select: none;
border-radius: var(--border-radius-min);
background-size: cover;
text-decoration: none;
background-color: var(--orange-600);
background-image: none;
background-repeat: no-repeat;
background-position: center center;
position: relative;
right: 0px;
z-index: 999;
opacity: 1;
visibility: visible;
transition: all 300ms ease-in, right 300ms 0ms, opacity 300ms 0ms;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.floating-buttons .floating-button:hover {
background-color: var(--blue-600);
}
.floating-buttons .floating-button:first-child {
margin-top: 0;
}
.floating-buttons .floating-button:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0;
overflow: hidden;
position: absolute;
transition: all 250ms ease-in-out 0s;
visibility: hidden;
border-radius: var(--border-radius-min);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.floating-buttons .floating-button-label {
height: 60px;
padding: 0px 15px 0px 15px;
line-height: 60px;
top: 50%;
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
right: 50px;
margin: 0px 0px 0px 0px;
z-index: 1;
position: absolute;
font-size: 16px;
transform: translateY(-50%);
background-color: rgba(255,255,255,1);
text-align: right;
transition: all 250ms ease-in-out;
white-space: nowrap;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius-min);
-webkit-border-radius: var(--border-radius-min);
}
.floating-buttons .floating-button:hover .floating-button-label {
right: 70px;
background-color: var(--grey-100);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
height: 60px;
padding: 0px 15px 0px 15px;
line-height: 60px;
opacity: 1;
visibility: visible;
}
.floating-buttons .floating-button-label:hover {
color: var(--orange-600);
} .floating-buttons .floating-button i.icon {
width: 32px;
height: 32px;
margin: 0;
display: block;
}
.floating-buttons .floating-button i.icon.phone {
content: '';
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/phone.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/phone.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.floating-buttons .floating-button i.icon.contact {
content: '';
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/email.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/email.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.floating-buttons .floating-button i.icon.booking {
content: '';
-webkit-mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/booking.svg);
mask-image: url(//beta.therasport-heidelberg.de/wp-content/themes/therasport/assets/images/icons/booking.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.mobile-menu-opened .floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
.floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
}
@media screen and (max-width: 768px) {
.floating-buttons {
top: 50vh;
}
.floating-buttons .floating-button {
width: 44px;
height: 120px;
margin: 0;
transition: none;
}
.floating-buttons .floating-button:before {
display: none;
}
.floating-buttons .floating-button.phone,
.floating-buttons .floating-button.contact {
display: none;
}
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
opacity: 1;
visibility: visible;
transform: rotate(-90deg);
height: 44px;
line-height: 44px;
right: 0;
top: 0;
position: relative;
text-transform: uppercase;
font-weight: var(--bold-weight);
}
.floating-buttons .floating-button i.icon {
display: none;
}
}
@media screen and (max-width: 575px) {
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
}
} #stopper {
width: 240px;
height: 240px;
max-width: 240px;
aspect-ratio: 1/1;
margin: 0;
padding: 10px;
text-align: center;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 12em;
left: 4em;
z-index: 100;
transition: 0.25s all;
text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
overflow: hidden;
transform: rotate(-15deg);
}
#stopper::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
mask: url(//beta.therasport-heidelberg.de/wp-content/uploads/stopper.svg) no-repeat center / contain;
-webkit-mask: url(//beta.therasport-heidelberg.de/wp-content/uploads/stopper.svg) no-repeat center / contain;
background-color: var(--orange-600);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
transform: translate(-50%, -50%) rotate(0deg);
animation: rotateBg 15s linear infinite;
transition: background-color 0.3s ease;
z-index: -1;
}
#stopper:hover::before {
animation-play-state: paused;
background-color: var(--blue-600);
}
@keyframes rotateBg {
from {
transform: translate(-50%, -50%) rotate(0deg);
}
to {
transform: translate(-50%, -50%) rotate(360deg);
}
}
#stopper a {
width: 100%;
height: 100%;
font-size: 24px;
font-weight: var(--regular-weight);
color: var(--grey-100);
letter-spacing: 1px;
text-align: center;
line-height: 1.2em;
text-transform: uppercase;
-moz-hyphens: auto;
hyphens: auto;
display: flex;
align-items: center;
justify-content: center;
}
#stopper a span.mobile {
display: none;
}
#stopper span.desktop {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0.25em;
}
#stopper span.stopper-info {
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
letter-spacing: 1px;
line-height: 1.3em;
}
#stopper span.stopper-date-time,
#stopper span.desktop span:not(.stopper-info) {
font-size: var(--body1-font-size);
line-height: 1.3em;
}
#stopper span.desktop span:not(.stopper-info):not(.stopper-date-time) {
font-size: var(--body1-font-size);
line-height: 20px;
}
#stopper span.desktop span:not(.stopper-info) {
font-weight: var(--regular-weight);
text-transform: none;
}
@media only screen and (max-width: 1200px) {
#stopper {
}
}
@media only screen and (max-width: 992px) {
#stopper {
right: 40px;
top: auto;
bottom: 40px;
width: 160px;
height: 160px;
padding: 10px;
}
#stopper a {
}
#stopper a span.desktop {
display: none;
}
#stopper a span.mobile {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0;
}
#stopper span.mobile span.stopper-info {
font-size: var(--body4-font-size);
}
#stopper span.mobile span.stopper-date-time {
font-size: var(--body5-font-size);
}
}
@media only screen and (max-width: 575px) {
#stopper {
width: 150px;
height: 150px;
right: 20px;
}
#stopper span.mobile span.stopper-info {
font-size: var(--body4-font-size);
}
#stopper span.mobile span.stopper-date-time {
display: none;
}
} .booking-bar {
width: 100%;
padding: 10px 0;
background-color: var(--orange-600);
position: fixed;
left: 0;
bottom: 0;
z-index: 1000;
}
.booking-bar fieldset {
align-items: center;
justify-content: space-around;
display: flex;
}
.booking-bar label {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: var(--light-weight);
color: var(--grey-100);
text-transform: uppercase;
letter-spacing: 2px;
display: block
}
.booking-bar .date-group {
width: 360px;
margin-right: 30px;
}
.booking-bar .person-group {
width: 100px;
margin-right: 30px;
}
.booking-bar .date-group .form-control,
.booking-bar .person-group .form-control {
padding: 0;
background-color: transparent;
font-size: var(--h4-font-size);
color: var(--grey-100);
border: 0;
box-shadow: none;
outline: 0;
}
.menu-opened .booking-bar .date-group .form-control, 
.menu-opened .booking-bar .person-group .form-control {
color: var(--grey-500);
}
.booking-bar .person-group select {
padding: 0;
background-color: transparent;
font-size: var(--h4-font-size);
color: var(--grey-100);
border: 0;
box-shadow: none;
outline: 0; 
}
.menu-opened .booking-bar .person-group select {
color: var(--grey-500);
} .parallax-appointment {
position: relative;
overflow: hidden;
}
.parallax-appointment::before {
content: "";
position: absolute;
top: 0; 
left: 0;
width: 100%; 
height: 100%;
background-color: rgba(255,255,255,0.5);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
pointer-events: none;
z-index: 1;
}
.parallax-appointment > .wp-block-cover__inner-container {
position: relative;
z-index: 2;
}
.appointment-title {
font-weight: var(--regular-weight) !important;
font-size: 36px !important;
color: var(--grey-100) !important;
}
.appointment-title strong {
font-weight: var(--bold-weight) !important;
font-size: 44px !important;
}
.appointment-title::before {
display: none !important;
}
@media only screen and (max-width: 480px) {
.appointment-title {
font-size: 24px !important;
line-height: 26px !important;
}
.appointment-title strong {
font-size: 26px !important;
line-height: 28px !important;
}
} [data-aos] {
opacity: 0;
transition-property: opacity, transform;
}
.fade {
transform: none;
}
.fade-left {
transform: translateX(-100px);
}
.fade-right {
transform: translateX(100px);
}
.fade-up {
transform: translateY(100px);
}
.fade-down {
transform: translateY(-100px);
}
.animated.fade {
opacity: 1;
}
.animated.fade-left,
.animated.fade-right {
transform: translateX(0);
opacity: 1;
}
.animated.fade-up,
.animated.fade-down {
transform: translateY(0);
opacity: 1;
}
.desaturate,
.desaturate img {
transition: filter 4sease-in-out;
-moz-transition: filter 4s ease-in-out;
-webkit-transition: -webkit-filter 4sease-in-out;
-o-transition: filter 4s ease-in-out;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
transition: all 1s;
transform-origin: 50% 50%;
}
.desaturate:hover,
.desaturate:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
} @media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
p a:not(.nohyphen) {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
}
@media screen and (max-width:575px) {
.desaturate,
.desaturate img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}
}
.has-orange-600-background-color h1,
.has-orange-600-background-color h2,
.has-orange-600-background-color h3,
.has-orange-600-background-color h4,
.has-orange-600-background-color h5,
.has-orange-600-background-color h6,
.has-orange-600-background-color p,
.has-orange-600-background-color a {
color: var(--grey-100);
}
.has-orange-600-background-color .button {
background-color: var(--orange-600) !important;
border-color: var(--grey-100) !important;
color: var(--grey-100) !important;
}
.has-orange-600-background-color .button.cta,
.has-orange-600-background-color .wpcf7-submit {
background-color: var(--blue-600) !important;
border-color: var(--blue-600) !important;
color: var(--grey-100) !important;
}
.has-orange-600-background-color .button:hover,
.has-orange-600-background-color .button.cta:hover,
.has-orange-600-background-color .wpcf7-submit:hover {
background-color: var(--grey-100) !important;
border-color: var(--grey-100) !important;
color: var(--orange-600) !important;
}
.has-orange-600-background-color .wpcf7-text,
.has-orange-600-background-color .wpcf7-email {
background-color: transparent !important;
border-color: var(--grey-100) !important;
color: var(--grey-100) !important;
}
.has-orange-600-background-color .wpcf7-text:focus,
.has-orange-600-background-color .wpcf7-text:hover,
.has-orange-600-background-color .wpcf7-email:focus,
.has-orange-600-background-color .wpcf7-email:hover {
border-color: var(--grey-100) !important;
}
.has-orange-600-background-color ::placeholder {
color: var(--grey-100) !important;
}
.has-blue-600-background-color .button:hover,
.has-blue-600-background-color .button.cta:hover,
.has-blue-600-background-color .wpcf7-submit:hover {
background-color: var(--grey-100) !important;
border-color: var(--grey-100) !important;
color: var(--blue-600) !important;
} .visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
white-space: nowrap;
}  .access-btn {
position: fixed;
bottom: 1rem;
left: 1rem;
display: flex;
align-items: center;
justify-content: center;
width: 3.5rem;
height: 3.5rem;
padding: 0;
border: none;
border-radius: 50%;
background-color: var(--orange-600);
color: var(--grey-100);
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
cursor: pointer;
transition: transform 200ms ease, box-shadow 200ms ease;
z-index: 1000;
}
.access-btn:hover,
.access-btn:focus {
transform: scale(1.1);
box-shadow: 0 6px 12px rgba(0,0,0,0.3);
outline: none;
}
.access-btn::after {
content: attr(data-tooltip);
position: absolute;
bottom: 100%;
left: 0;
transform: translateY(-8px);
background: rgba(0, 0, 0, 0.8);
color: var(--grey-100);
padding: 0.4em 0.6em;
border-radius: 0.25em;
white-space: nowrap;
font-size: 0.875rem;
opacity: 0;
pointer-events: none;
transition: opacity 200ms ease-in-out;
z-index: 10;
}
.access-btn:hover::after,
.access-btn:focus::after {
opacity: 1;
}
.access-btn.tooltip-hidden::after {
opacity: 0 !important;
visibility: hidden !important;
} .services-list a {
background-color: var(--blue-200);
}
.services-list a:hover {
background-color: var(--blue-300);
}
.service-title {
font-size: var(--h5-font-size);
color: var(--blue-600);
}
.service-subtitle {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-600);
}
.swiper-services-container {
position: relative;
}
.swiper-services {
overflow: hidden;
}
.swiper-services .swiper-button-prev,
.swiper-services .swiper-button-next {
background-color: var(--orange-300);
width: 60px;
height: 60px;
border-radius: var(--border-radius-min) !important;
}
.swiper-services .swiper-button-prev:hover,
.swiper-services .swiper-button-next:hover {
background-color: var(--orange-600);
}
.swiper-services .swiper-button-prev {
left: -30px;
}
.swiper-services .swiper-button-next {
right: -30px;
}
.swiper-services .swiper-pagination {
padding-top: 40px;
display: flex;
align-items: center;
justify-content: center;
top: auto !important;
bottom: auto !important;
left: auto !important;
right: auto !important;
}
.swiper-services .swiper-pagination-bullet {
background-color: var(--blue-600) !important;
}
.swiper-services .service-title-container {
width: 75%;
background-color: var(--blue-600);
text-align: left;
}
.swiper-services .service-title {
margin: 0;
font-size: var(--h6-font-size);
color: var(--grey-100);
text-align: left;
}
@media screen and (max-width:992px) {
.swiper-services .swiper-button-prev,
.swiper-services .swiper-button-next {
background-color: var(--orange-300);
width: 48px;
height: 48px;
border-radius: var(--border-radius-min) !important;
}
.swiper-services .swiper-button-prev {
left: -24px;
}
.swiper-services .swiper-button-next {
right: -24px;
}
.swiper-services .service-title-container {
width: 100%;
background-color: rgba(7,40,74,0.7);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
.service-title {
font-size: var(--body3-font-size) !important;
}
} .staff-title {
margin-bottom: 10px;
font-size: var(--h4-font-size);
font-weight: var(--regular-weight);
color: var(--orange-600);
}
.staff-item a:hover .staff-title {
color: var(--blue-600);
}
.staff-position {
font-size: var(--body3-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
display: block;
}
.staff-position-other {
font-size: var(--body3-font-size);
font-weight: var(--light-weight);
color: var(--blue-600);
display: block;
}
.company-address .button.small {
margin-top: 20px;
}
@media screen and (max-width:768px) {
.staff-title {
font-size: var(--body2-font-size);
}
.staff-position {
font-size: var(--body3-font-size);
}
.staff-position-other {
font-size: var(--body3-font-size);
}
} .locations-list {
list-style: none;
}
.locations-list li {
margin: 0 0 20px 0;
}
.locations-list li a {
padding: 10px 20px;
background-color: var(--blue-100);
border-radius: var(--border-radius-min);
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600);
display: block;
}
.locations-list li a:hover {
background-color: var(--blue-200);
}
.location-pills {
margin-top: 12px;
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
align-items: center;
}
.location-pill {
display: flex;
align-items: center;
justify-content: center;
padding: 4px 12px;
background-color: var(--blue-100);
font-size: var(--body4-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600) !important;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
}
.location-pill:hover {
background-color: var(--blue-200);
}
.location-address {
}
@media screen and (max-width:768px) {
.locations-list li a {
font-size: var(--body2-font-size);
}
.location-address {
font-size: var(--body2-font-size);
}
}
@media screen and (max-width:575px) {
.locations-list li a {
font-size: var(--body3-font-size);
}
.location-address {
}
} .border-radius-min {
border-radius: var(--border-radius-min);
}
.border-radius-max {
border-radius: var(--border-radius-max);
} .marquee {
overflow: hidden;
width: 100%;
height: 100px;
display: flex;
align-items: center;
}
.marquee__inner {
display: flex;
width: max-content;
gap: 4em;
will-change: transform;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
animation: marquee linear infinite;
}
@keyframes marquee {
from {
transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(-50%, 0, 0);
}
}
.logo-slider {
width: 100%;
height: 100px;
overflow: hidden;
}
.logo-slider .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
}
.logo-item img {
width: 100%;
height: auto;
display: block;
}
.logo-item {
height: 100px;
width: 200px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.logo-item img {
max-height: 100%;
max-width: 100%;
object-fit: contain;
} .vh-25 {
height: 25vh;
}
.vh-50 {
height: 50vh;
}
.vh-75 {
height: 75vh;
}
.vw-25 {
width: 25vw;
}
.vw-50 {
width: 50vw;
}
.vw-75 {
width: 75vw;
} #career-list {
margin: 0;
padding: 0;
}
#career-list li {
list-style: none;
margin-bottom: 40px;
border: 1px solid var(--blue-300);
border-radius: var(--border-radius-min);
}
#career-list li a {
padding: 20px;
display: block;
}
#career-list li:before {
display: none;
}
#career-list li h2 {
margin-bottom: 0;
}
#career-list li:hover {
background-color: var(--blue-100);
}
#career-list li:hover h2 {
color: var(--orange-600);
}