@charset "UTF-8";
.blockslider-preview-toolbar {
width: 100%;
position: sticky;
background-color: #000000;
color: #ffffff;
padding: 20px;
top: 0px;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
z-index: 9;
}
@media screen and ( min-width: 600px ) {
.blockslider-preview-toolbar.with-admin-bar {
top: var( --wp-admin--admin-bar--height, 32px ) !important;
}
}
.blockslider-preview-toolbar .blockslider-clipboard-field {
color: #ffffff;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
         body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; }  a {
background-color: transparent; } a:active,
a:hover {
outline: 0; }  abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }  img {
border: 0; } svg:not(:root) {
overflow: hidden; }  figure {
margin: 1em 40px; } hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }     @keyframes glowRotation {
0% {
transform: rotate(0); }
72% {
transform: rotate(0); }
80% {
transform: rotate(90deg); }
80% {
transform: rotate(90deg); }
99.999% {
transform: rotate(179.999deg); }
100% {
transform: rotate(0); } } @-webkit-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } } @-webkit-keyframes fade-in-top {
0% {
opacity: 0;
transform: translateY(-100px); }
60% {
opacity: 0;
transform: translateY(-100px); }
100% {
opacity: 1;
transform: translateY(0px); } }
@-moz-keyframes fade-in-top {
0% {
opacity: 0;
transform: translateY(-100px); }
60% {
opacity: 0;
transform: translateY(-100px); }
100% {
opacity: 1;
transform: translateY(0px); } }
@-o-keyframes fade-in-top {
0% {
opacity: 0;
transform: translateY(-100px); }
60% {
opacity: 0;
transform: translateY(-100px); }
100% {
opacity: 1;
transform: translateY(0px); } }
@keyframes fade-in-top {
0% {
opacity: 0;
transform: translateY(-100px); }
60% {
opacity: 0;
transform: translateY(-100px); }
100% {
opacity: 1;
transform: translateY(0px); } } @-webkit-keyframes fade-in-bottom {
0% {
opacity: 0;
transform: translateY(100px); }
60% {
opacity: 0;
transform: translateY(100px); }
100% {
opacity: 1;
transform: translateY(0px); } }
@-moz-keyframes fade-in-bottom {
0% {
opacity: 0;
transform: translateY(100px); }
60% {
opacity: 0;
transform: translateY(100px); }
100% {
opacity: 1;
transform: translateY(0px); } }
@-o-keyframes fade-in-bottom {
0% {
opacity: 0;
transform: translateY(100px); }
60% {
opacity: 0;
transform: translateY(100px); }
100% {
opacity: 1;
transform: translateY(0px); } }
@keyframes fade-in-bottom {
0% {
opacity: 0;
transform: translateY(100px); }
20% {
opacity: 0;
transform: translateY(100px); }
100% {
opacity: 1;
transform: translateY(0px); } } @-webkit-keyframes slide-in01 {
0% {
transform: translateX(-500px); }
40% {
transform: translateX(-500px); }
60% {
transform: translateX(0px); }
100% {
transform: translateX(0px); } }
@-moz-keyframes slide-in01 {
0% {
transform: translateX(-500px); }
40% {
transform: translateX(-500px); }
60% {
transform: translateX(0px); }
100% {
transform: translateX(0px); } }
@-o-keyframes slide-in01 {
0% {
transform: translateX(-500px); }
40% {
transform: translateX(-500px); }
60% {
transform: translateX(0px); }
100% {
transform: translateX(0px); } }
@keyframes slide-in01 {
0% {
transform: translateX(-500px); }
40% {
transform: translateX(-500px); }
60% {
transform: translateX(0px); }
100% {
transform: translateX(0px); } }  @-webkit-keyframes slide-in02 {
0% {
transform: translateX(-500px); }
80% {
transform: translateX(-500px); }
100% {
transform: translateX(0px); } }
@-moz-keyframes slide-in02 {
0% {
transform: translateX(-500px); }
80% {
transform: translateX(-500px); }
100% {
transform: translateX(0px); } }
@-o-keyframes slide-in02 {
0% {
transform: translateX(-500px); }
80% {
transform: translateX(-500px); }
100% {
transform: translateX(0px); } }
@keyframes slide-in02 {
0% {
transform: translateX(-500px); }
80% {
transform: translateX(-500px); }
100% {
transform: translateX(0px); } }  @-webkit-keyframes glow {
0% {
opacity: 0;
transform: scale(0); }
20% {
opacity: 0;
transform: scale(0); }
55% {
opacity: 1;
transform: scale(1.2); }
80% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@-moz-keyframes glow {
0% {
opacity: 0;
transform: scale(0); }
20% {
opacity: 0;
transform: scale(0); }
55% {
opacity: 1;
transform: scale(1.2); }
80% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@-o-keyframes glow {
0% {
opacity: 0;
transform: scale(0); }
20% {
opacity: 0;
transform: scale(0); }
55% {
opacity: 1;
transform: scale(1.2); }
80% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@keyframes glow {
0% {
opacity: 0;
transform: scale(0); }
20% {
opacity: 0;
transform: scale(0); }
55% {
opacity: 1;
transform: scale(1.2); }
80% {
transform: scale(0.9); }
100% {
transform: scale(1); } } @-webkit-keyframes glow2 {
0% {
opacity: 0;
transform: scale(0); }
30% {
opacity: 0;
transform: scale(0); }
65% {
opacity: 1;
transform: scale(1.2); }
90% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@-moz-keyframes glow2 {
0% {
opacity: 0;
transform: scale(0); }
30% {
opacity: 0;
transform: scale(0); }
65% {
opacity: 1;
transform: scale(1.2); }
90% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@-o-keyframes glow2 {
0% {
opacity: 0;
transform: scale(0); }
30% {
opacity: 0;
transform: scale(0); }
65% {
opacity: 1;
transform: scale(1.2); }
90% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@keyframes glow2 {
0% {
opacity: 0;
transform: scale(0); }
30% {
opacity: 0;
transform: scale(0); }
65% {
opacity: 1;
transform: scale(1.2); }
90% {
transform: scale(0.9); }
100% {
transform: scale(1); } } @-webkit-keyframes glow3 {
0% {
opacity: 0;
transform: scale(0); }
40% {
opacity: 0;
transform: scale(0); }
70% {
opacity: 1;
transform: scale(1.2); }
93% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@-moz-keyframes glow3 {
0% {
opacity: 0;
transform: scale(0); }
40% {
opacity: 0;
transform: scale(0); }
70% {
opacity: 1;
transform: scale(1.2); }
93% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@-o-keyframes glow3 {
0% {
opacity: 0;
transform: scale(0); }
40% {
opacity: 0;
transform: scale(0); }
70% {
opacity: 1;
transform: scale(1.2); }
93% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
@keyframes glow3 {
0% {
opacity: 0;
transform: scale(0); }
40% {
opacity: 0;
transform: scale(0); }
70% {
opacity: 1;
transform: scale(1.2); }
93% {
transform: scale(0.9); }
100% {
transform: scale(1); } } @-webkit-keyframes glow4 {
0% {
opacity: 0;
transform: scale(0); }
50% {
opacity: 0;
transform: scale(0); }
80% {
opacity: 1;
transform: scale(1.1); }
96% {
transform: scale(0.94); }
100% {
transform: scale(1); } }
@-moz-keyframes glow4 {
0% {
opacity: 0;
transform: scale(0); }
50% {
opacity: 0;
transform: scale(0); }
80% {
opacity: 1;
transform: scale(1.1); }
96% {
transform: scale(0.94); }
100% {
transform: scale(1); } }
@-o-keyframes glow4 {
0% {
opacity: 0;
transform: scale(0); }
50% {
opacity: 0;
transform: scale(0); }
80% {
opacity: 1;
transform: scale(1.1); }
96% {
transform: scale(0.94); }
100% {
transform: scale(1); } }
@keyframes glow4 {
0% {
opacity: 0;
transform: scale(0); }
50% {
opacity: 0;
transform: scale(0); }
80% {
opacity: 1;
transform: scale(1.1); }
96% {
transform: scale(0.94); }
100% {
transform: scale(1); } } @-webkit-keyframes glow5 {
0% {
opacity: 0;
transform: scale(0); }
60% {
opacity: 0;
transform: scale(0); }
90% {
opacity: 1;
transform: scale(1.1); }
95% {
transform: scale(0.95); }
100% {
transform: scale(1); } }
@-moz-keyframes glow5 {
0% {
opacity: 0;
transform: scale(0); }
60% {
opacity: 0;
transform: scale(0); }
90% {
opacity: 1;
transform: scale(1.1); }
95% {
transform: scale(0.95); }
100% {
transform: scale(1); } }
@-o-keyframes glow5 {
0% {
opacity: 0;
transform: scale(0); }
60% {
opacity: 0;
transform: scale(0); }
90% {
opacity: 1;
transform: scale(1.1); }
95% {
transform: scale(0.95); }
100% {
transform: scale(1); } }
@keyframes glow5 {
0% {
opacity: 0;
transform: scale(0); }
60% {
opacity: 0;
transform: scale(0); }
90% {
opacity: 1;
transform: scale(1.1); }
95% {
transform: scale(0.95); }
100% {
transform: scale(1); } }      @font-face {
font-family: 'TT Norms';
src: url(//be-see.me/wp-content/themes/BeSee/fonts/ttnorms-regular-webfont.woff2) format("woff2"), url(//be-see.me/wp-content/themes/BeSee/fonts/ttnorms-regular-webfont.woff) format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'TT Norms bold';
src: url(//be-see.me/wp-content/themes/BeSee/fonts/ttnorms-bold-webfont.woff2) format("woff2"), url(//be-see.me/wp-content/themes/BeSee/fonts/ttnorms-bold-webfont.woff) format("woff");
font-weight: normal;
font-style: normal; }
html {
font-family: 'TT Norms', sans-serif;
color: #002d33;
line-height: 1.6;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
font-size: 128%;
line-height: 1.4; }
@media (max-width: 760px) {
body {
font-size: 118%; } }
.yellowtext {
color: #f3e600; }
#header-logo h1 {
text-indent: -9999px;
height: 0;
margin: 0; }
h1 {
font-size: 2.2em;
letter-spacing: -0.04em;
line-height: 1.2em;
margin: 0 0 1em 0; }
h2 {
font-family: 'TT Norms bold';
font-size: 120%; line-height: 1.2;
margin: 0 0 1em 0; }
h2.sectiontitle {
font-size: 140%;
margin-bottom: 25px; padding-top: 30px; }
@media (max-width: 760px) {
h2.sectiontitle {
padding-top: 40px;
margin-bottom: 20px; } }
h2.has-subtitle {
margin-bottom: 2px; }
.widget h2 {
display: none; }
.sc-box h2 {
font-size: 120%;
margin: 0 0 0.1em 0;
padding: 0;
text-transform: uppercase;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
h3 {
font-size: 160%;
line-height: 1.1;
margin: 0 0 .7em 0; }
h4 {
font-size: 130%;
line-height: 1.1em;
margin: 0 0 1em 0; }
h5 {
font-size: 120%;
margin-bottom: 12px;
line-height: 1.1em;
letter-spacing: -0.01em;
text-transform: none;
margin: 0 0 0.4em 0; }
h6 {
font-size: 102%;
font-weight: 700;
line-height: 1.1em;
margin: 0.4em 0 0.6em 0;
text-transform: none; }
p {
margin: 0 0 1.4em 0; }
.footer-right p {
margin: 0; }
.padding-p {
padding-right: 90px; }
@media (max-width: 1100px) {
.padding-p {
padding-right: 50px; } }
@media (max-width: 760px) {
.padding-p {
padding-right: 0px; } }
.padding-p-left {
padding-left: 90px; }
@media (max-width: 1100px) {
.padding-p-left {
padding-left: 50px; } }
@media (max-width: 760px) {
.padding-p-left {
padding-left: 0px; } }
p.sectionsubtitle {
font-family: 'TT Norms bold';
font-weight: 400 !important;
font-size: 84%;
text-transform: uppercase;
padding-left: 3px;
padding-top: 10px; }
p.roofline {
color: #9ac9dd;
font-family: 'TT Norms bold';
font-style: normal;
font-size: 80%;
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 0.14em; }
p.roofline a {
letter-spacing: 0.14;
text-decoration: none; }
p.roofline a:hover {
text-decoration: underline; }
.sc-box-inner p {
margin-bottom: 0.8em; }
.popmake-content h4 {
padding-top: 50px;
font-family: 'TT Norms bold'; }
.popmake-content h5 {
padding-top: 30px;
margin-bottom: 20px; }
.popmake-content b {
padding-top: 20px; }
.popmake-content p {
margin: 0 0 1em 0 !important; }
a {
color: #006b77;
text-decoration: underline; }
a:hover, a:focus, a:active {
color: #00464e;
text-decoration: underline; }
.sc-box a, .sc-box a:hover {
text-decoration: none; }
a.su_box-button {
border: 1px solid #fff;
margin-bottom: 20px;
padding: 10px 30px;
text-decoration: none; }
@media (max-width: 760px) {
a.su_box-button {
width: 100%;
margin-bottom: 20px; } }
a.su_box-button:hover {
background: #fff;
color: #4c4d49 !important;
text-decoration: none; }
a.no-td,
h3 a:hover {
text-decoration: none; }
.yellow-text {
color: #f3e600; }
#lang_switch a {
color: #e2ded4;
text-decoration: none;
padding: 0 2px;
line-height: 1em; }
#lang_switch a:hover, #lang_switch a:focus, #lang_switch a:active {
text-decoration: none;
color: #fff; }
.sc-box-inner-text a:active, .sc-box-inner-text a:focus, .sc-box-inner-text a:hover, .sc-box-inner-text h2:hover {
color: #006b77; }
strong, b {
font-family: 'TT Norms bold';
font-weight: 400 !important; }
small, .has-small-font-size {
font-size: 75% !important;
line-height: 1.3; }
.has-large-font-size {
font-size: 150% !important; }
@media (max-width: 760px) {
.has-large-font-size {
font-size: 140% !important; } }
sup, sub {
opacity: .75; }
blockquote {
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
font-style: italic;
font-size: 120%;
margin-bottom: 30px; }
blockquote p {
margin-bottom: .1em; }
cite {
color: #878787;
font-family: 'Amsi Pro';
font-size: 70%;
font-style: normal; }
hr, hr.wp-block-separator {
border-bottom: none;
border-top: 1px solid #BCBCBC;
margin-bottom: 30px; }
figcaption, .figcaption, caption, .caption {
font-size: 84%;
color: #6F6F6F; }
.nowrap {
white-space: nowrap; }
button:not(.pum-close):not(.cmplz-btn):not(.show), .button, .btn, .gb-button, .button_p > a {
background: #f3e600 !important;
border: none !important;
border-radius: 3px !important;
color: #fff !important;
font-size: 100%;
font-weight: 700 !important;
margin: 30px 0 !important;
padding: 14px 28px !important;
text-decoration: none !important;
text-transform: uppercase !important; }
button:hover, .button:hover, .btn:hover, .gb-button:hover,
.button_p > a:hover {
background: #006b77 !important;
text-decoration: none !important; }
button.cmplz-btn:hover {
color: #fff !important; }
.button_p > a {
display: block; }
button.cmplz-btn.cmplz-deny,
button.cmplz-view-preferences {
background-color: #c2cec4 !important;
color: #fff !important; }
a.wp-block-button__link {
background: url(//be-see.me/wp-content/themes/BeSee/images/arrow-circle.svg) center right no-repeat;
background-size: 30px;
border: none;
font-size: 80%;
padding: 14px 41px 14px 14px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.yellow a.wp-block-button__link {
background: #00464e url(//be-see.me/wp-content/themes/BeSee/images/arrow-circle-white.svg) center left 10px no-repeat;
background-size: 30px;
padding: 14px 26px 14px 46px; }
.sps-widget a.wp-block-button__link { background: #00464e url(//be-see.me/wp-content/themes/BeSee/images/glow-snow.svg) top left 10px no-repeat;
background-size: contain;
border-radius: 12px;
padding: 100px 14px 100px 48px; }
.sps-widget a.wp-block-button__link:active,
.sps-widget a.wp-block-button__link:focus,
.sps-widget a.wp-block-button__link:hover {  transform: rotate(-6deg); }
.sps-widget a.wp-block-button__link::before {
animation: glowRotation 4s infinite;
background: url(//be-see.me/wp-content/themes/BeSee/images/glow-white.svg) center center no-repeat;
background-size: contain;
content: '';
height: 130px;
position: absolute;
left: 40px;
top: 45px;
transform: rotate(-15deg);
width: 130px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; } .yellow a.wp-block-button__link,
.sps-widget a.wp-block-button__link {
color: #fff !important; }
button#wpfront-scroll-top-container:hover {
background: #fff !important; }
.pp-button-close a.wp-block-button__link {
background: url(//be-see.me/wp-content/themes/BeSee/images/close-circle.svg) center right no-repeat;
background-size: 30px;
text-indent: -99999px; }
.pp-button-close-text a.wp-block-button__link {
background: url(//be-see.me/wp-content/themes/BeSee/images/close-circle.svg) center right no-repeat;
background-size: 30px;
color: #002d33; }   .bullet-list-item * {
line-height: 1.2; }
::-webkit-input-placeholder {
color: #67675f;
font-style: italic; }
:-moz-placeholder { color: #67675f;
font-style: italic; }
::-moz-placeholder { color: #67675f;
font-style: italic; }
:-ms-input-placeholder {
color: #67675f;
font-style: italic; }
.four-o-four {
font-size: 280px;
font-weight: bold;
letter-spacing: -0.1em;
margin-bottom: 0;
line-height: 0.9; }
.four-o-four-roofline {
color: #aeaaaa;
font-size: 8px;
letter-spacing: 0.8em;
text-transform: uppercase; }
.caption {
font-size: 90%;
color: #4a4a4a; }
@media (max-width: 760px) {
.sc-box-inner-text strong {
font-weight: normal !important;
letter-spacing: -0.02em !important; } }
.fa {
border-radius: 14px;
height: 28px;
text-align: center;
width: 28px; }
.fa-phone {
background: #c3950b;
color: #e2c054;
font-size: 22px !important;
line-height: 1.35 !important; }
.fa-bicycle {
background: #c3950b;
color: #e2c054;
font-size: 18px !important;
line-height: 1.5 !important; }
.fa-globe {
background: #e2c054;
color: #c3950b;
font-size: 31px !important;
line-height: 0.95 !important; }
.fa-websitesteps {
background: none !important;
color: #87857b;
font-size: 100px !important;
height: 100px;
margin: 0 0 8px 18px;
text-align: center; }
.cmplz-title {
font-family: 'TT Norms bold';
font-weight: 400 !important;
font-size: 85% !important; }
.breadcrumb-nav-container {
color: #656565;
letter-spacing: .025em;
margin-bottom: 18px;
text-transform: uppercase;
font-size: 80%; }
.breadcrumb-nav-container a {
text-decoration: none; }
.breadcrumb-nav-container span {
margin: 0 3px; }
.dark {
color: #f3e600; }
.dark a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none; }
.dark a:hover {
color: white;
text-decoration: underline; }   @media screen {
#hNav {
z-index: 12;    } }
@media screen and (max-width: 760px) {
#hNav {
margin-top: 40px; } }
@media screen {
#hNav ul {
*zoom: 1;
list-style: none;
margin: 0;
padding: 0;
text-align: right; }
#hNav ul:before, #hNav ul:after {
content: "";
display: table; }
#hNav ul:after {
clear: both; }
#hNav ul > li {
display: inline-block;
list-style: none;
margin-bottom: 0;
position: relative; }
#hNav ul > li > a {
color: #002d33; display: block;
font-size: 20px;
font-size: 80%;
margin: 0 4px;
padding: 3px 7px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; } }
@media screen and (max-width: 760px) {
#hNav ul > li > a {
display: inline-block;
height: auto !important; padding: 10px 40px;
width: 100%; } }
@media screen {
#hNav ul > li:last-of-type a {
font-family: 'TT Norms bold'; }
#hNav ul > li > a::after {
bottom: 0;
content: "";
display: block;
left: 0;
opacity: .8;
position: absolute;
width: 100%;
height: 1px;
background: #00464e;
transition: transform 0.2s ease-in-out;
transform: scale(0); }
#hNav ul > li > a:hover {
text-decoration: none; }
#hNav ul > li > a:hover::after {
transform: scale(1); } .menuTrigger {
display: inline-block;
position: absolute;
right: 45px;
top: 30px;
width: 40px;
height: 40px;
z-index: 13;
cursor: pointer;
vertical-align: middle;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
z-index: 104; } }
@media screen and (max-width: 480px) {
.menuTrigger {
right: 30px;
top: 25px; } }
@media screen { .menuTrigger:hover {
opacity: 1; }
.menuTrigger.closed {
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon.png);
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon.svg), none;
background-repeat: no-repeat;
background-size: 40px 40px; }
.menuTrigger.open {
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon-close.png);
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon-close.svg), none;
background-position: 2px 3px;
background-repeat: no-repeat;
background-size: 32px; }
.menuTrigger.open .mainLine {
color: #ef9; }
#hamburger-one {
display: none; }
ul.menu {
margin: 0 !important; } .sub-nav-button {
color: #7A7A7A;
cursor: pointer;
font-size: 28px;
line-height: 1;
position: absolute;
top: 24px;
right: 24px;
padding: 8px 8px 0 8px;
-moz-border-radius: 4px;
border-radius: 4px;
z-index: 13; }
.sub-nav-button:hover {
background: #e3e3df; }
.sub-nav-list {
background: #00464e;
border-radius: 14px;
display: none; overflow: hidden;
width: 100%; z-index: 102;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; } }
@media screen and (max-width: 760px) {
.sub-nav-list {
max-width: 100%;
padding: 100px 0 60px;
width: 100%; } }
@media screen {
.sub-nav-list ul { }
.sub-nav-list ul li {
list-style: none;
margin: 0; }
.sub-nav-list ul li a {
color: #f3e600;
font-size: 22px;
text-transform: uppercase;
text-decoration: none;
display: block;
padding: 0 60px 0 25px;
letter-spacing: -0.01em;
line-height: 1.1em; }
.sub-nav-list ul li a:hover,
.sub-nav-list ul li a:focus,
.sub-nav-list ul li a:active {
color: #fff; }
.sub-nav-list.list-closed {
margin-top: -500px; -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;  }
header.smaller .sub-nav-list.list-closed {
margin-top: 0px; }
.sub-nav-list.list-open {
margin-top: 0; -webkit-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
-moz-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;  } } @media screen and (max-width: 760px) {
#hNav {
display: none; }
#hamburger-one {
display: block; }
.sub-nav-list {
display: block; }   .sub-menu {
background: none;
max-height: 1000px;
padding: 0;
position: static;
text-align: left; }
.menu-main-nav-container ul li:hover > ul {
max-height: 1000px;
padding: 0; }
.menu-main-nav-container > ul > li > a {
max-height: 1000px;
line-height: 1.8em; }
.sub-menu li {
margin-left: 15px; }
.sub-menu li a {
line-height: 1.9em;
font-size: 22px;
white-space: nowrap;
padding-left: 22px;
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon-plus.png);
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon-plus.svg), none;
background-position: center left;
background-repeat: no-repeat;
background-size: 18px 18px; }
.sub-menu li a:active, .sub-menu li a:focus, .sub-menu li a:hover {
padding-left: 22px;
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon-plus-hover.png);
background: url(//be-see.me/wp-content/themes/BeSee/images/nav-icon-plus-hover.svg), none;
background-position: center left;
background-repeat: no-repeat;
background-size: 18px 18px; }
.menu-item-has-children > a {
background: none;
margin-left: -70px;
padding-right: 14px; }
.menu-item-has-children > a:active, .menu-item-has-children > a:hover, .menu-item-has-children > a:focus {
background: none; }
.menuTrigger.closed {
background-repeat: no-repeat; }
.menuTrigger.open {
background-repeat: no-repeat; } }    @media screen {
html {
height: 100%;
overflow-y: scroll; }
body {
height: 100%;
position: relative; }
.mobile {
display: none; } }
@media screen and (max-width: 1100px) {
.mobile {
display: block; } }
@media screen {
.desktop {
display: block; } }
@media screen and (max-width: 1100px) {
.desktop {
display: none; } }
@media screen {
.grey {
background-color: #c2cec4; }
.lightgrey {
background-color: #EDF0ED; }
.yellow {
background-color: #f3e600; }
.darkgreen {
background-color: #00464e;
color: #fff; } #top {
position: relative; }
.start-arrow {
display: none; }
#wrapper {
box-sizing: border-box;
min-height: 100%; overflow: hidden;
position: relative; }
#contact-sc {
background: #fff;
border-radius: 14px;
-webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
height: 70px;
padding: 15px 45px 15px 15px;
position: fixed;
right: -28px;
top: 28vh;
width: 100px;
z-index: 101;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; } }
@media screen and (max-width: 760px) {
#contact-sc { display: none; } }
@media screen {
#contact-sc:hover {
right: -14px; }
header {
box-sizing: border-box;
padding-top: 60px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; } }
@media screen and (max-width: 760px) {
header {
padding-top: 10px;
margin: 0; } }
@media screen {
#header-logo {
left: 40px;
font-size: 220%;
position: absolute;
top: -26px; } }
@media screen and (max-width: 760px) {
#header-logo {
font-size: 140%;
left: 40px;
top: 20px;
color: #f3e600; } }
@media screen and (max-width: 480px) {
#header-logo {
left: 25px; } }
@media screen {
.sps-widget {
position: absolute;
right: -50px;
top: 14px;
transform: rotate(15deg);
z-index: 5; } }
@media screen and (max-width: 760px) {
.sps-widget {
box-shadow: 10px 10px 31px 0px rgba(0, 41, 46, 0.9);
-webkit-box-shadow: 10px 10px 31px 0px rgba(0, 41, 46, 0.9);
-moz-box-shadow: 10px 10px 31px 0px rgba(0, 41, 46, 0.9);
right: 37px;
top: 77px; } }
@media screen {
.startbox {
padding: 36px 40px !important;
position: relative; } }
@media screen and (max-width: 760px) {
.startbox {
height: 99vw;
padding: 30px !important; } }
@media screen and (max-width: 480px) {
.startbox {
padding: 20px !important; } }
@media screen {
dotlottie-player {
height: auto !important;
width: 100% !important; }
.content-wrapper {
position: relative;
padding: 0 40px; } }
@media screen and (max-width: 760px) {
.content-wrapper {
padding: 0 25px; } }
@media screen and (max-width: 480px) {
.content-wrapper {
padding: 0 10px; } }
@media screen {
.content-column {
box-sizing: border-box;
margin: 0 auto;
max-width: 1040px;
position: relative; }
.intersection {
padding: 0 40px 0; } }
@media screen and (max-width: 760px) {
.intersection {
padding: 0 20px 0; } }
@media screen {
.content-section {
box-sizing: border-box;
padding: 0 0 28px; } }
@media screen and (max-width: 760px) {
.content-section {
padding: 0 0 20px; } }
@media screen and (max-width: 480px) {
.content-section {
padding: 0 0 10px; } }
@media screen {
.content-section img {
max-width: 100%;
height: auto; }
#header.content-section {
padding-bottom: 20px; }
.box {
border-radius: 14px;
box-sizing: border-box;
min-height: 504px;
overflow: hidden;
padding: 60px 40px 40px;
position: relative; } }
@media screen and (max-width: 760px) {
.box {
min-height: 320px;
padding: 40px 20px 40px; } }
@media screen {
.box p:last-of-type {
margin-bottom: 0 !important; } }
@media screen and (max-width: 760px) {
.box p:last-of-type {
margin-bottom: 60px !important; } }
@media screen and (max-width: 760px) {
.box.square {
aspect-ratio: 1 / 1; } }
@media screen {
.imagebox {
border-radius: 14px;
overflow: hidden; } }
@media screen and (max-width: 760px) {
.imagebox.goesschool-image {
background-position: top 0px right -240px !important; } }
@media screen {
.small-top-padding {
padding-bottom: 0px;
padding-top: 40px; } .box.warum2-image {
background: #00464e url(https://be-see.me/wp-content/uploads/2024/05/ungesehen-1.jpg) no-repeat;
background-size: cover;
background-position: center center;
color: #fff; }
.box.journey {
min-height: 480px !important;
padding-bottom: 0; }
.wer-ist-jeanette {
background: #EDF0ED url(https://be-see.me/wp-content/uploads/2024/06/Jeanette_Rauhs.jpg) top left no-repeat;
background-size: cover; }
.wer-ist-mirjam {
background: #EDF0ED url(https://be-see.me/wp-content/uploads/2024/06/Mirjam_Seher.jpg) top left no-repeat;
background-size: cover; }
.wer-ist-christl {
background: #EDF0ED url(https://be-see.me/wp-content/uploads/2024/06/Christl_Bubik.jpg) top left no-repeat;
background-size: cover; }
.wer-ist-paul {
background: #EDF0ED url(https://be-see.me/wp-content/uploads/2025/10/Paul_Scheipl.jpg) top left no-repeat;
background-size: cover; }
.wer-ist-preis {
background: #EDF0ED url(https://be-see.me/wp-content/uploads/2025/10/Staatspreis.jpg) top left no-repeat;
background-size: cover; }
.wer-ist-karten {
background: #EDF0ED url(https://be-see.me/wp-content/uploads/2024/06/superkraft-karten.jpg) top left no-repeat;
background-size: cover; }
.bottommargin {
margin-bottom: 100px; }
.narrow-column {
max-width: 640px; }
.wp-block-columns {
margin-bottom: 0 !important; }
.wp-block-columns.is-layout-flex {
gap: 28px; } }
@media screen and (max-width: 760px) {
.wp-block-columns.is-layout-flex {
gap: 20px; } }
@media screen and (max-width: 480px) {
.wp-block-columns.is-layout-flex {
gap: 10px; } }
@media screen {
.sidebar-column {
padding-left: 290px; } }
@media screen and (max-width: 760px) {
.sidebar-column {
padding-left: 0; } }
@media screen {
.sidebar-right-column {
padding-right: 290px; } }
@media screen and (max-width: 760px) {
.sidebar-right-column {
padding-right: 0; } }
@media screen {
#main-content {
background: #fff;
padding-top: 100px; } }
@media screen and (max-width: 760px) {
#main-content {
padding-top: 60px; } }
@media screen {
.page #main-content {
padding-top: 60px; }
.alignleft, .wp-block-image .alignleft, figure.alignleft,
div.team-column:nth-child(odd) img {
float: left;
margin: 5px 30px 20px 0 !important;
max-width: 45%; } }
@media screen and (max-width: 760px) {
.alignleft, .wp-block-image .alignleft, figure.alignleft,
div.team-column:nth-child(odd) img {
float: none;
height: auto;
margin: 0 0 40px !important;
max-width: 100%;
width: 100%; } }
@media screen {
.alignright, .wp-block-image .alignright, figure.alignright,
div.team-column img {
float: right;
margin: 5px 0 50px 30px !important;
max-width: 45% !important; } }
@media screen and (max-width: 760px) {
.alignright, .wp-block-image .alignright, figure.alignright,
div.team-column img {
float: none;
height: auto;
margin: 0 !important;
max-width: 100%;
width: 100%; } }
@media screen {
.aligncenter.wp-block-image .aligncenter {
margin: 0 auto;
margin-bottom: 40px; } }
@media screen and (max-width: 760px) {
.aligncenter.wp-block-image .aligncenter {
height: auto;
width: 100%; } }
@media screen {
.nowidthrest .alignright, .nowidthrest .wp-block-image .alignright, .nowidthrest figure.alignright,
.nowidthrest div.team-column img {
max-width: 100% !important; }
.wp-block-image {
margin-bottom: 6px; }
figure {
margin: 0 !important; }
figure.aligncenter {
margin: 0 auto 30px !important; }
.cs-2col {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 80px;
-moz-column-gap: 80px;
column-gap: 80px; } }
@media screen and (max-width: 760px) {
.cs-2col {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1; } }
@media screen {
.glow-overlay {
background: url(//be-see.me/wp-content/themes/BeSee/images/glow_overlay-yellow.svg) center center no-repeat;
background-size: contain;
height: 100%;
height: 80%;
left: 20px; position: absolute;
top: 20px;
width: 80%; }
.gradient {
background: #edeeee; background: -moz-linear-gradient(top, #edeeee 0%, white 100%); background: -webkit-linear-gradient(top, #edeeee 0%, white 100%); background: linear-gradient(to bottom, #edeeee 0%, white 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=0 ); }
.animated {
-webkit-transition: all 600ms ease-out;
-moz-transition: all 600ms ease-out;
-ms-transition: all 600ms ease-out;
-o-transition: all 600ms ease-out;
transition: all 600ms ease-out; }
.ellipsis { overflow: hidden;
position: relative;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.ellipsis.post-closed {
max-height: 3px;
opacity: 0; }
.ellipsis.post-open {
max-height: 3300px;
opacity: 1; }
.journey .journey-steps-container {
background: url(//be-see.me/wp-content/themes/BeSee/images/journey_bgrimg.svg) top left no-repeat;
background-size: contain;
height: 640px;
overflow: hidden;
position: relative; } }
@media screen and (max-width: 1100px) {
.journey .journey-steps-container {
background: url(//be-see.me/wp-content/themes/BeSee/images/journey_bgrimg-mobile.svg) top left no-repeat;
height: 1750px;
margin: 0 auto;
position: relative;
width: 348px; } }
@media screen {
.journey .journey-steps-container .journey-step {
max-width: 140px;
position: absolute;
-webkit-transition: all 600ms ease-out;
-moz-transition: all 600ms ease-out;
-ms-transition: all 600ms ease-out;
-o-transition: all 600ms ease-out;
transition: all 600ms ease-out; } }
@media screen and (max-width: 1100px) {
.journey .journey-steps-container .journey-step {
margin-bottom: 20px;
position: relative; } }
@media screen {
.journey .journey-steps-container .js1 {
left: 0px;
top: 240px;
opacity: 0;
transform: translateY(-50px);
transition-delay: 1s; } }
@media screen and (max-width: 1100px) {
.journey .journey-steps-container .js1 {
left: 208px;
top: 127px;
transition-delay: 0s; } }
@media screen {
.journey .journey-steps-container .js1.revealed {
opacity: 1;
transform: translateY(0px); }
.journey .journey-steps-container .js2 {
left: 210px;
top: 340px;
opacity: 0;
transform: translateY(50px);
transition-delay: 1.6s; } }
@media screen and (max-width: 1100px) {
.journey .journey-steps-container .js2 {
left: 0px;
max-width: 136px;
top: 118px;
transition-delay: 0s; } }
@media screen {
.journey .journey-steps-container .js2.revealed {
opacity: 1;
transform: translateY(0px); }
.journey .journey-steps-container .js3 {
left: 420px;
top: 124px;
opacity: 0;
transform: translateY(50px);
transition-delay: 2.2s; } }
@media screen and (max-width: 1100px) {
.journey .journey-steps-container .js3 {
left: 206px;
top: 275px;
transition-delay: 0s; } }
@media screen {
.journey .journey-steps-container .js3.revealed {
opacity: 1;
transform: translateY(0px); }
.journey .journey-steps-container .js4 {
left: 634px;
top: 342px;
opacity: 0;
transform: translateY(50px);
transition-delay: 2.8s; } }
@media screen and (max-width: 1100px) {
.journey .journey-steps-container .js4 {
left: 0px;
top: 330px;
transition-delay: 0s; } }
@media screen {
.journey .journey-steps-container .js4.revealed {
opacity: 1;
transform: translateY(0px); }
.journey .journey-steps-container .js5 {
left: 850px;
top: 122px;
opacity: 0;
transform: translateY(50px);
transition-delay: 3.4s; } }
@media screen and (max-width: 1100px) {
.journey .journey-steps-container .js5 {
left: 206px;
top: 506px;
transition-delay: 0s; } }
@media screen {
.journey .journey-steps-container .js5.revealed {
opacity: 1;
transform: translateY(0px); }
.journey-table-box {
padding-bottom: 0; }
.journey-table-box .ellipsis.post-closed {
max-height: 475px;
opacity: 1 !important; }
.journey-table-box .ellipsis.post-open {
max-height: 3400px;
opacity: 1;
padding-bottom: 50px; }
.journey-table-box .jt {
opacity: 0;
transform: translateX(20px);
-webkit-transition: all 800ms ease-out;
-moz-transition: all 800ms ease-out;
-ms-transition: all 800ms ease-out;
-o-transition: all 800ms ease-out;
transition: all 800ms ease-out; }
.journey-table-box .jt1 {
transition-delay: .6s; }
.journey-table-box .jt2 {
transition-delay: 1.8s; }
.journey-table-box .jt3 {
transition-delay: 2.1s; }
.journey-table-box .jt.revealed {
opacity: 1;
transform: translateX(0px); }
.page-content {
background: #1b717e;
margin-bottom: 120px; }
.content {
position: relative;
background: rgba(255, 255, 255, 0.8);
color: #313131 !important;
padding: 40px; }
.content img:not(.avatar) {
width: 100%;
height: auto;
margin-bottom: 20px; }
.close-btn {
width: 20px;
height: 20px;
background: url(//be-see.me/wp-content/themes/BeSee/images/close-btn.png);
background: url(//be-see.me/wp-content/themes/BeSee/images/close-btn.svg), none;
background-repeat: no-repeat;
background-size: 20px 20px;
opacity: 0.65;
position: absolute;
top: 20px;
right: 20px; }
.close-btn:hover {
opacity: 1; }
.su-box {
border: none !important;
position: relative;
width: 70%; } }
@media screen and (max-width: 760px) {
.su-box {
width: 100%; } }
@media screen {
.su-box-content {
background: #99a083 !important;
border-radius: 8px !important; }
.su-box.team-def .su-box-content {
background: #99a083 url(//be-see.me/wp-content/themes/BeSee/images/icon_start_plattenspieler_weiss.svg) no-repeat !important;
background-position: top 35px right 30px !important;
background-size: 98px !important;
padding: 40px 150px 45px 40px !important; } }
@media screen and (max-width: 760px) {
.su-box.team-def .su-box-content {
background: #99a083 !important;
padding: 20px 20px 40px 20px !important; } }
@media screen {
.su-box-content * {
color: #fff !important; }
.su-box-title {
display: none !important; }
.su-spoiler {
margin-bottom: 10px !important; }
.su-spoiler-title {
background: #006b77;
color: #fff !important;
font-size: 120% !important;
font-weight: normal !important;
padding: 20px 7px 20px 36px !important;
text-transform: uppercase; }
.su-spoiler-closed .su-spoiler-title {
background: #f3e600; }
.su-spoiler-title:hover {
background: #006b77 !important; }
.su-spoiler-icon {
left: 10px !important;
overflow: hidden;
top: 18px !important; }
.su-spoiler-content {
background: #f3e600;
color: #f3e600 !important;
padding: 0 25% 0 50px !important;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.su-spoiler-content li {
margin-bottom: 18px; }
.su-spoiler-content h1, .su-spoiler-content h2, .su-spoiler-content h3, .su-spoiler-content h4, .su-spoiler-content h5, .su-spoiler-content h6 {
color: #f3e600; }
.su-spoiler-content h5, .su-spoiler-content h6 {
font-size: 140%; } }
@media screen and (max-width: 760px) {
.su-spoiler-content {
padding: 0 10px 0 20px !important; } }
@media screen {
.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon::before {
content: "" !important; }
.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon,
.su-spoiler.su-spoiler-closed .su-spoiler-icon {
background: url(//be-see.me/wp-content/themes/BeSee/images/arrow_acc.svg) no-repeat;
background-size: 40px 20px;
background-position: 0 0; }
.su-spoiler-icon-arrow .su-spoiler-icon::before {
content: "" !important; }
.su-spoiler-icon-arrow .su-spoiler-icon {
background: url(//be-see.me/wp-content/themes/BeSee/images/arrow_acc.svg) no-repeat;
background-size: 40px 20px;
background-position: -20px 0; }
.blaken {
background: #99a083;
height: 13px;
margin: -16px 0 50px;
width: 0; }
iframe {
overflow: hidden !important;
width: 100%; }
iframe html {
overflow: hidden !important; }
.iframe-container, .iframe-container .wp-block-group__inner-container {
width: 450px;
height: 500px;
overflow: hidden; }
.clearfix:after {
content: "";
clear: both;
display: block;
visibility: hidden;
height: 0px; }
.nocolbreak {
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column; display: table; }
li.widget {
list-style: none; }
fieldset {
border: none; }
ul {
margin: 0 0 0 50px;
padding: 0 50px 0 0; }
ul.postlist li {
margin-bottom: 50px; }
ul.pdf-liste li {
list-style: none;
padding: 4px 0 14px 40px;
background: url(//be-see.me/wp-content/themes/BeSee/images/pdf-icon.png) top left no-repeat;
background-size: 30px; }
ul > li { list-style: url(//be-see.me/wp-content/themes/BeSee/images/list-style-item.png);
margin-bottom: 0.4em;
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column;   -webkit-margin-before: 0;
-webkit-margin-after: 0; }
.su-spoiler-content ul > li {
list-style: url(//be-see.me/wp-content/themes/BeSee/images/list-style-item-dark.png); }
ol > li {
line-height: 1.2;
margin-bottom: 0.4em;
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column;   -webkit-margin-before: 0;
-webkit-margin-after: 0; }
ul ul {
padding-top: 20px;
margin-bottom: 30px; }
ul ul li {
list-style: url(//be-see.me/wp-content/themes/BeSee/images/list-style-item-sub.png); } table {
width: 100% !important; } .wp-block-table {  }
.wp-block-table thead {
background: none;
border-bottom: none; }
.wp-block-table thead tr {
background: none !important; }
.wp-block-table th, .wp-block-table td {
border: none;
line-height: 1.3;
padding: 0 1em .6em 0;
text-align: left;
vertical-align: top;
width: 50%; }
.wp-block-table tr:nth-child(2n) { background: none; }
.wp-block-table tr:nth-child(2n) tr:nth-child(2n+1) { }
.journey-table tr:nth-child(2n) { }
.journey-table tr:nth-child(2n) td {
padding: 0 1em 2.2em 0; }
.journey-table tr:nth-child(even) { }
.journey-table tr:nth-child(even) td:first-child {
background: url(//be-see.me/wp-content/themes/BeSee/images/journey-table-arrow.svg) top 4px right 20px no-repeat;
background-size: 380px 20px; }
.journey-table tr:nth-child(even) td:first-child b, .journey-table tr:nth-child(even) td:first-child strong {
background: #00464e;
padding-right: 10px; }
.journey-table tr:last-child { }
.journey-table tr:last-child td:first-child {
background: none;
font-size: 16px;
opacity: .75;
padding-bottom: 50px;
vertical-align: bottom; }
.journey-table th {
font-family: 'TT Norms bold';
font-weight: 400 !important;
line-height: 1.3;
padding-bottom: 100px; }
a#scroll-to-top {
bottom: 64px !important;
height: 40px !important;
right: 30px !important;
width: 40px !important; } }
@media screen and (max-width: 480px) {
a#scroll-to-top {
bottom: 17px !important;
right: 20px !important; } }
@media screen {
.testimonials-title {
position: absolute;
left: 40px;
top: 30px; } }
@media screen and (max-width: 760px) {
.testimonials-title {
margin-bottom: 20px !important;
position: relative;
left: auto;
top: auto; } }
@media screen { .card {
aspect-ratio: 1 / 1; width: 90%;
height: auto;
position: relative;
transform-style: preserve-3d;
-webkit-transition: .5s ease;
transition: .5s ease; }
.card.cf-jeanette {
-webkit-transition: .8s ease;
transition: .8s ease; }
.card.cf-mirjam {
-webkit-transition: .7s ease;
transition: .7s ease; }
.card.cf-christl {
-webkit-transition: .6s ease;
transition: .6s ease; }
.card.cf-paul {
-webkit-transition: .6s ease;
transition: .6s ease; }
.card-cont {
box-sizing: border-box;
margin: 0 auto;
max-width: 360px;
padding: 20px 20px 60px;
position: relative; }
.card-cont:hover .card {
transform: perspective(400px) rotateY(180deg); }
.card_front,
.card_back {
position: absolute;
height: 100%;
width: 100%;
border-radius: 15px;
backface-visibility: hidden;
overflow: hidden; }
.card_front { background: url(https://be-see.me/wp-content/uploads/2024/05/card-front.jpg) center center no-repeat;
background-size: cover; }
.card_back.card-zuversicht { background: url(https://be-see.me/wp-content/uploads/2024/05/card-back_zuversicht.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); }
.card_back.card-wegbereiten {
background: url(https://be-see.me/wp-content/uploads/2024/06/card-back_weg-bereiten.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); }
.card_back.card-raumhalten {
background: url(https://be-see.me/wp-content/uploads/2024/05/card-back_raumhalten.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); }
.card_back.card-sk-sehen {
background: url(https://be-see.me/wp-content/uploads/2024/06/card-back_sk-sehen.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); }
.card_back.card-professionalisieren {
background: url(https://be-see.me/wp-content/uploads/2024/06/card-back_rahmen-prof.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); }
.card_back.card-chancen {
background: url(https://be-see.me/wp-content/uploads/2024/06/card-back_chancen.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); }
.card_back.card-superkraefte {
background: url(https://be-see.me/wp-content/uploads/2024/06/card-back_cards.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); }
.card_back.card-moeglichkeitsraeume {
background: url(https://be-see.me/wp-content/uploads/2025/10/card-back_moeglichkeitsraeume.jpg) center center no-repeat;
background-size: cover;
transform: rotateY(180deg); } .cards-flipover {
background: #fff;
height: 1040px;
left: -9999px;
padding-top: 25px;
position: absolute;
top: 100px; width: 100%;
z-index: 10; }
.cards-flipover .card-cont {
margin: auto;
max-width: 100%;
padding: 0; }
.cards-flipover .card {
height: auto;
position: absolute;
top: 0;
left: 0;
width: 504px; }
.cards-flipover .card.cf-jeanette {
top: 0;
left: 0; }
.cards-flipover .card.cf-jeanette .card_front { background: url(https://be-see.me/wp-content/uploads/2025/10/Jeanette_card_front.jpg) center center no-repeat;
background-size: cover; }
.cards-flipover .card.cf-mirjam {
top: 0;
left: 532px; }
.cards-flipover .card.cf-mirjam .card_front { background: url(https://be-see.me/wp-content/uploads/2025/10/Mirjam_card_front.jpg) center center no-repeat;
background-size: cover; }
.cards-flipover .card.cf-christl {
top: 532px;
left: 0; }
.cards-flipover .card.cf-christl .card_front { background: url(https://be-see.me/wp-content/uploads/2025/10/Christl_card_front.jpg) center center no-repeat;
background-size: cover; }
.cards-flipover .card.cf-paul {
top: 532px;
left: 532px; }
.cards-flipover .card.cf-paul .card_front { background: url(https://be-see.me/wp-content/uploads/2025/10/Paul_card_front.jpg) center center no-repeat;
background-size: cover; }
.cards-flipover .card.cf-stapel {
top: 1064px;
left: 532px; }
.cards-flipover .card.cf-stapel .card_front { background: url(http://localhost/be-see/wp-content/uploads/2024/06/Stapel_card_front.jpg) center center no-repeat;
background-size: cover; }
.cf-show {
left: 0; }
.cf-hide {
left: -9999px; }
#planner-formular {
z-index: 8;
position: absolute;
top: 0;
left: 0;
box-shadow: 1px 21px 41px -11px rgba(0, 0, 0, 0.58);
-webkit-box-shadow: 1px 21px 41px -11px rgba(0, 0, 0, 0.58);
-moz-box-shadow: 1px 21px 41px -11px rgba(0, 0, 0, 0.58); }
#planner-formular .box {
padding-bottom: 80px !important; } }
@media screen and (max-width: 480px) {
#planner-formular .box {
padding-top: 80px; } }
@media screen {
.pp-intro-bgimg {
background-image: url(//be-see.me/wp-content/themes/BeSee/images/BeSee-PPglow-white.svg);
background-position: top left;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
opacity: .1;
position: absolute;
top: 50px;
right: 90px;
width: 36%; } }
@media screen and (max-width: 480px) {
.pp-intro-bgimg {
top: 83px;
right: 20px;
width: calc(100% - 40px); } }
@media screen {
.pp-hidden {
display: none; }
.pp-visble {
display: block; }
.pp-button {
z-index: 7; }
.pp-button a {
background: #f3e600 url(//be-see.me/wp-content/themes/BeSee/images/arrow-circle.svg) center right no-repeat;
background-size: 30px;
background-position: center right 14px;
color: #002d33 !important;
padding: 14px 54px 14px 24px; }
.pp-button-popup { z-index: 6; }
.pp-button-popup a {
background: rgba(13, 70, 77, 0.32) url(//be-see.me/wp-content/themes/BeSee/images/arrow-circle-white.svg) center right no-repeat;
background-size: 30px; }
.pp-button-popup a:hover {
background: rgba(13, 70, 77, 0.9) url(//be-see.me/wp-content/themes/BeSee/images/arrow-circle-white.svg) center right no-repeat;
background-size: 30px;
color: #fff; }
.pp-button-close {
position: absolute;
top: 30px;
right: 36px;
z-index: 5; } }
@media screen and (max-width: 480px) {
.pp-button-close {
top: 20px;
right: 20px; } }
@media screen {
.pp-button-close-text {
position: absolute;
bottom: 79px;
left: 30px; } }
@media screen and (max-width: 480px) {
.pp-button-close-text {
display: none; } }
@media screen { #wpcf7-f3441-o1 p {
line-height: 1 !important;
margin-bottom: 0; }
#wpcf7-f3441-o1 p small {
font-size: 65% !important;
line-height: 0.8 !important; }
.wpcf7 {  }
.wpcf7 p {
margin-bottom: 0; }
.wpcf7 p small {
font-size: 65% !important;
line-height: 0.8 !important; }
.wpcf7 input.wpcf7-form-control:not(.wpcf7-submit) {
background: url(//be-see.me/wp-content/themes/BeSee/images/dashed.svg) bottom left repeat-x;
border: none;
background-size: 5%;
margin-bottom: 14px; }
.wpcf7 .wpcf7-number {
background: url(//be-see.me/wp-content/themes/BeSee/images/dashed.svg) bottom left repeat-x;
border: none;
background-size: 23px !important;
margin-bottom: 14px;
max-width: 50px;
padding: 10px 10px 14px 10px;
text-align: center; }
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
background: none;
border: none; box-sizing: border-box;
max-height: 140px;
padding: 12px 14px 20px;
width: 100%; }
.wpcf7 .wpcf7-textarea {
background: #fff;
border-radius: 14px;
height: 80px;
margin-bottom: 10px; }
.wpcf7 .wpcf7-form label { display: none; }
.wpcf7 .wpcf7-checkbox label {
display: block; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
margin-left: 0; }
.wpcf7 .wpcf7-submit, .wpcf7 button.wpforms-submit {
background: url(//be-see.me/wp-content/themes/BeSee/images/arrow-circle.svg) center right no-repeat;
background-size: 30px;
border: none;
font-size: 80%;
padding: 14px 41px 14px 14px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 button.wpforms-submit:hover {
text-decoration: underline; }
.wpcf7 .cf7-submit-container .wpcf7-submit, .wpcf7 .cf7-submit-container .wpcf7-spinner {
float: right; }
.wpcf7 .wpcf7-response-output {
background: #f3e600;
border: none !important;
box-sizing: border-box; }
.wpcf7 .wpcf7-not-valid-tip {
color: #870707;
font-size: 75%;
display: block; }
.postTrigger {
bottom: 40px;
color: #00464e;
cursor: pointer;
font-size: 75%;
right: 40px;
text-decoration: none;
padding: 5px 35px 5px 15px;
position: absolute;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; } }
@media screen and (max-width: 760px) {
.postTrigger {
right: 30px; } }
@media screen and (max-width: 480px) {
.postTrigger {
bottom: 30px;
right: 20px; } }
@media screen {
.was-kann .postTrigger {
left: 40px;
right: auto; } }
@media screen and (max-width: 760px) {
.was-kann .postTrigger {
left: 30px; } }
@media screen and (max-width: 480px) {
.was-kann .postTrigger {
bottom: 30px;
left: 20px; } }
@media screen {
.team-container .postTrigger {
left: 0;
right: auto; }
.postTrigger::after,
input.wpcf7-submit::after {
content: "";
display: block;
opacity: .6;
position: absolute;
width: 70%;
height: 1px;
background: #00464e;
transition: transform 0.2s ease-in-out;
transform: scale(0); }
.postTrigger:hover {
text-decoration: none; }
.postTrigger:hover::after,
input.wpcf7-submit:hover::after {
transform: scale(1); }
.postTrigger.hl-closed {
background: #f3e600 url(//be-see.me/wp-content/themes/BeSee/images/icon-more.svg) no-repeat;
background-position: center right 5px;
background-size: 21px;
border-radius: 14px; }
.postTrigger.hl-closed:before {
content: 'WEITER LESEN'; }
.postTrigger.hl-active {
background: url(//be-see.me/wp-content/themes/BeSee/images/icon-less.svg) no-repeat;
background-position: center right 5px;
background-size: 21px;
border-radius: 14px; }
.postTrigger.hl-active:before {
content: 'WENIGER LESEN'; }
.darkgreen, .dark { }
.darkgreen .postTrigger, .dark .postTrigger { }
.darkgreen .postTrigger::after, .dark .postTrigger::after {
content: "";
display: block;
opacity: .6;
position: absolute;
width: 70%;
height: 1px;
background: #fff;
transition: transform 0.2s ease-in-out;
transform: scale(0); }
.darkgreen .postTrigger.hl-closed, .dark .postTrigger.hl-closed {
background: #f3e600 url(//be-see.me/wp-content/themes/BeSee/images/icon-more.svg) no-repeat;
background-position: center right 5px;
background-size: 21px;
border-radius: 14px; }
.darkgreen .postTrigger.hl-active, .dark .postTrigger.hl-active {
background: #00464e url(//be-see.me/wp-content/themes/BeSee/images/icon-less-white.svg) no-repeat;
background-position: center right 5px;
background-size: 21px;
border-radius: 14px;
color: #fff; }
.darkgreen .postTrigger:hover::after, .dark .postTrigger:hover::after {
transform: scale(1); }
.chat {
margin-bottom: 0;
padding-bottom: 40px;
-webkit-transition: transform 800ms ease-out;
-moz-transition: transform 800ms ease-out;
-ms-transition: transform 800ms ease-out;
-o-transition: transform 800ms ease-out;
transition: transform 800ms ease-out; }
.chat-left {
background: url(//be-see.me/wp-content/themes/BeSee/images/underline_chat-left.svg) bottom left no-repeat;
background-size: 70%;
padding-right: 50px;
transform: translateX(-500px); } .cl2 {
transition-delay: 3800ms; } .chat-right {
background: url(//be-see.me/wp-content/themes/BeSee/images/underline_chat-right.svg) bottom right no-repeat;
background-size: 70%;
padding-left: 50px;
transform: translateX(500px);
transition-delay: 1s; }
.cr0 {
transition-delay: 1200ms; }
.cr1 {
transition-delay: 1900ms; } .cr2 {
transition-delay: 5400ms;
transition-duration: 1000ms; } .chat-left.revealed {
transform: translateX(0px); }
.chat-right.revealed {
transform: translateX(0px); }
.chat-right.forall {
font-size: 280%; }
.intro-text {
-webkit-transition: transform 600ms ease-out;
-moz-transition: transform 600ms ease-out;
-ms-transition: transform 600ms ease-out;
-o-transition: transform 600ms ease-out;
transition: transform 600ms ease-out; }
.intro-text.it01 {
animation: slide-in01 4.4s; }
.intro-text.it02 {
animation: slide-in02 5s; }
.formcol-2-left {
float: left; }
.formcol-2-right {
float: right; }
.formcol-2-left, .formcol-2-right {
width: 46%; } }
@media screen and (max-width: 760px) {
.formcol-2-left, .formcol-2-right {
float: none;
width: 100%; } }
@media screen {
.formsection-headline {
color: #4c4d49;
font-weight: 700;
margin: 50px 0 20px; }
.form-spacer {
display: block;
height: 60px;
width: 100%; }
.su-table strong {
white-space: nowrap; } }
@media screen and (max-width: 480px) {
.su-table strong {
white-space: normal; } }
@media screen {
.blockslider-prev-btn,
.blockslider-next-btn {
display: none !important; }
.blockslider-pagination-bullet {
height: 15px !important;
width: 15px !important; }
.blockslider-pagination span.blockslider-pagination-bullet {
background: #f3e600 !important; }
.blockslider-pagination.blockslider-pagination-circle span {
margin: 5px 8px !important; } .wp-block-pb-accordion-item {
margin-bottom: 12px; }
.c-accordion__content,
.c-accordion__title {
background: #efefef;
margin-bottom: 0 !important;
padding: 20px; } }
@media screen and (max-width: 760px) {
.c-accordion__content,
.c-accordion__title {
padding: 16px 10px; } }
@media screen {
.c-accordion__title {
font-size: 125%; }
.c-accordion__title:hover {
background: #f3e600;
color: #fff; }
.acc-green .c-accordion__title {
background: #f3e600;
color: #fff; }
.acc-green .c-accordion__content {
background: #fff; }
.c-accordion__title::after {
right: 20px; } }
@media screen and (max-width: 760px) {
.c-accordion__title::after {
right: 10px; } }
@media screen {
.acc-green .c-accordion__title::after {
color: #fff; }
#wpfront-scroll-top-container {
opacity: 1 !important; } }
@media screen and (max-width: 760px) {
#wpfront-scroll-top-container {
bottom: 10px !important;
right: 10px !important; } }
@media screen and (max-width: 480px) {
#wpfront-scroll-top-container {
right: 5px !important; } }
@media screen {
#wpfront-scroll-top-container img {
width: 40px !important;
height: 40px !important; }
.contactform-page #wpfront-scroll-top-container {
display: none !important; }
.contactform-page #cmplz-cookiebanner-container {
background: #ef0 !important;
display: none !important; }
footer {
padding-bottom: 80px; }
footer #footer-content {
background: #00464e url(//be-see.me/wp-content/themes/BeSee/images/Staatspreis_Patent2025.webp);
background-position: top 40px right 40px;
background-repeat: no-repeat;
background-size: 230px;
border-radius: 14px;
height: 570px; } }
@media screen and (max-width: 760px) {
footer #footer-content { background-size: 200px; } }
@media screen and (max-width: 480px) {
footer #footer-content {
background-position: top 160px right 20px;
background-size: 160px;
height: auto;
padding: 40px 20px; } }
@media screen {
footer .footer-left {
bottom: 40px;
left: 40px;
position: absolute;
width: 260px; } }
@media screen and (max-width: 480px) {
footer .footer-left {
bottom: auto;
position: relative;
left: auto; } }
@media screen {
footer .footer-right {
bottom: 40px;
right: 40px;
position: absolute;
text-align: right; } }
@media screen and (max-width: 480px) {
footer .footer-right {
bottom: auto;
padding-top: 30px;
position: relative;
right: auto;
text-align: left; } }
@media screen {
footer .textwidget {
line-height: 1.1; }
.linkedinlink {
margin-bottom: 20px;
opacity: .6;
-webkit-transition: all 600ms ease-out;
-moz-transition: all 600ms ease-out;
-ms-transition: all 600ms ease-out;
-o-transition: all 600ms ease-out;
transition: all 600ms ease-out; }
.linkedinlink:hover {
opacity: 1; } }