@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic");
body {
font-family: "Open Sans", sans-serif;
font-size: 15px;
font-weight: 300 !important;
overflow-x: hidden;
}
.overlay-body {
overflow-y: hidden;
} .menu-main-container, .menu-main-englisch-container {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
display: none;
opacity: 0;
}
.menu-main-container ul, .menu-main-englisch-container ul {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.menu-main-container ul, .menu-main-englisch-container ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
list-style: none;
}
@media (max-width: 1400px) {
.menu-main-container ul, .menu-main-englisch-container ul {
flex-direction: column !important;
}
}
.menu-main-container ul li, .menu-main-englisch-container ul li {
-webkit-flex-basis: 14.3%;
-ms-flex-preferred-size: 14.3%;
flex-basis: 14.3%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
overflow: hidden;
opacity: 0;
display: none;
}
.menu-main-container li a, .menu-main-englisch-container li a {
position: relative;
color: #fff;
text-transform: uppercase;
font-family: "Work sans", sans-serif;
font-weight: 300;
letter-spacing: 4px;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 0.9rem;
opacity: 0;
height: 100%;
}
.menu-main-container li a span, .menu-main-englisch-container li a span {
display: block;
}
.menu-main-container li:nth-of-type(1), .menu-main-englisch-container li:nth-of-type(1) {
background-color: #172026;
}
.menu-main-container li:nth-of-type(2), .menu-main-englisch-container li:nth-of-type(2) {
background-color: #1F2B33;
}
.menu-main-container li:nth-of-type(3), .menu-main-englisch-container li:nth-of-type(3) {
background-color: #263640;
}
.menu-main-container li:nth-of-type(4), .menu-main-englisch-container li:nth-of-type(4) {
background-color: #2E414D;
}
.menu-main-container li:nth-of-type(5), .menu-main-englisch-container li:nth-of-type(5) {
background-color: #364C59;
}
.menu-main-container li:nth-of-type(6), .menu-main-englisch-container li:nth-of-type(6) {
background-color: #3D5666;
}
.menu-main-container li:nth-of-type(7), .menu-main-englisch-container li:nth-of-type(7) {
background-color: #456173;
} .open-overlay {
position: absolute;
right: 5rem;
top: 4rem;
z-index: 100;
width: 34px;
display: block;
cursor: pointer;
}
@media (max-width: 768px) {
.open-overlay {
right: 2rem;
top: 3rem;
}
}
.open-overlay span {
display: block;
height: 1px;
background-color: #000;
cursor: pointer;
margin-top: 8px;
}
.animate-top-bar {
-webkit-animation: animate-top-bar 0.6s linear 1 both;
animation: animate-top-bar 0.6s linear 1 both;
}
.animate-bottom-bar {
-webkit-animation: animate-bottom-bar 0.6s linear 1 both;
animation: animate-bottom-bar 0.6s linear 1 both;
}
.animate-middle-bar {
-webkit-animation: animate-middle-bar 0.6s linear 1 both;
animation: animate-middle-bar 0.6s linear 1 both;
}
.animate-out-top-bar {
-webkit-animation: animate-out-top-bar 0.6s linear 1 both;
animation: animate-out-top-bar 0.6s linear 1 both;
}
.animate-out-bottom-bar {
-webkit-animation: animate-out-bottom-bar 0.6s linear 1 both;
animation: animate-out-bottom-bar 0.6s linear 1 both;
}
.animate-out-middle-bar {
-webkit-animation: animate-out-middle-bar 0.6s linear 1 both;
animation: animate-out-middle-bar 0.6s linear 1 both;
} @keyframes animate-top-bar {
0% {
background-color: #000;
}
50% {
-webkit-transform: translateY(9px);
transform: translateY(9px);
}
80% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
background-color: #000;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
background-color: #FFF;
}
}
@keyframes animate-bottom-bar {
0% {
background-color: #000;
}
50% {
-webkit-transform: translateY(-9px);
transform: translateY(-9px);
}
80% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #000;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
background-color: #FFF;
}
}
@keyframes animate-middle-bar {
0% {
background-color: #000;
}
80% {
background-color: #000;
}
100% {
background-color: #FFF;
}
}
@keyframes animate-out-top-bar {
0% {
background-color: #29363B;
}
50% {
-webkit-transform: translateY(9px);
transform: translateY(9px);
}
80% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
background-color: #29363B;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
background-color: #000;
}
}
@keyframes animate-out-bottom-bar {
0% {
background-color: #29363B;
}
50% {
-webkit-transform: translateY(-9px);
transform: translateY(-9px);
}
80% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #29363B;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
background-color: #000;
}
}
@keyframes animate-out-middle-bar {
0% {
background-color: #29363B;
}
80% {
background-color: #29363B;
}
100% {
background-color: #000;
}
}
.logo-header {
background-color: #ededed;
width: 100%;
padding-left: 20px;
position: relative;
}
.logo-header .logo {
padding-top: 24px;
padding-bottom: 24px;
height: 140px;
}
@media (max-width: 768px) {
.logo-header .logo {
width: 70%;
height: auto;
}
}
.scroll-button {
position: absolute;
bottom: 10px;
left: 50%;
color: #444;
display: flex;
flex-direction: column;
align-items: center;
}
.scroll-button .outer {
height: 60px;
width: 30px;
border: 3px solid white;
border-radius: 15px;
position: relative;
margin-right: auto;
margin-left: auto;
}
.scroll-button .inner {
position: absolute;
height: 10px;
width: 10px;
top: 10%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
border-radius: 100%;
animation-name: inner-move;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: ease-in-out;
}
.scroll-button p {
font-size: 18px;
font-weight: 400;
padding-bottom: 0;
color: white;
}
.scroll-button p:hover {
text-decoration: none;
}
.scroll-button:hover {
text-decoration: none;
}
@media (max-width: 768px) {
.scroll-button {
display: none;
}
}
@keyframes inner-move {
0% {
top: 30%;
}
50% {
top: 70%;
}
100% {
top: 50%;
}
}
.wpml-ls-legacy-list-horizontal {
position: absolute;
top: 0;
right: 0;
}
.wpml-ls-legacy-list-horizontal a {
color: #333;
transition: 0.2s;
}
.wpml-ls-legacy-list-horizontal a:hover {
color: #137887;
text-decoration: none;
}
@media (max-width: 768px) {
.wpml-ls-legacy-list-horizontal .wpml-ls-native {
display: none;
}
}
.kommSlider {
height: calc(100vh - 140px);
position: relative;
margin-bottom: 40px;
}
.kommSlider .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 2s;
background-size: cover;
background-position: center;
}
.kommSlider .slide.shown {
opacity: 1;
}
@media (max-width: 768px) {
.kommSlider {
height: 50vh;
}
}
.site-container h1 {
font-weight: 300;
}
.site-container h1::after {
display: block;
content: "";
width: 80px;
height: 5px;
background: rgba(0, 0, 0, 0.15);
position: relative;
margin-top: 20px;
margin-bottom: 20px;
}
.site-container h3 {
font-size: 23px;
font-weight: 400;
color: #828282;
}
.site-container h2 {
font-weight: 300;
}
.site-container h4 {
color: #137887;
font-weight: 300;
font-size: 20px;
}
.site-container blockquote p {
color: #137887;
font-weight: 700;
}
.site-container a {
color: #137887;
text-decoration: none;
transition: 0.2s;
}
.site-container a:hover {
color: #828282;
text-decoration: none;
}
.site-container .page-image {
float: left;
width: 30%;
margin-right: 10px;
margin-bottom: 10px;
}
@media (max-width: 768px) {
.site-container .page-image {
width: 100%;
}
}
@media (max-width: 768px) {
.site-container h1, .site-container h2 {
font-size: 25px;
}
.site-container h3, .site-container h4 {
font-size: 20px;
}
}
footer {
margin-top: 50px;
padding-top: 50px;
color: rgba(255, 255, 255, 0.6);
background-color: #314654;
}
footer h3 {
font-size: 20px;
font-weight: 400;
color: white;
opacity: 0.8;
padding-bottom: 10px;
}
footer a {
color: #137887;
text-decoration: none;
transition: 0.5s;
line-height: 27px;
}
footer a:hover {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
}
footer i {
color: rgba(255, 255, 255, 0.2);
padding-right: 10px;
}
footer .disclaimer {
margin-top: 80px;
text-align: center;
}
footer .disclaimer p {
margin-bottom: 0;
padding-bottom: 20px;
}
footer .menu-footer-container {
padding: 1.6rem 0;
margin-bottom: 0;
margin-top: 1rem;
}
footer .menu-footer-container ul, footer .menu-footer-container li, footer .menu-footer-container a {
display: block;
list-style: none;
padding: 0;
margin: 0;
}
footer .menu-footer-container .menu {
display: flex;
justify-content: center;
}
footer .menu-footer-container .menu > li > a {
padding: 0.5rem;
padding-right: 0;
color: rgba(255, 255, 255, 0.6);
}
footer .menu-footer-container .menu > li > a:hover {
color: #137887;
}
footer .menu-footer-container .menu > li > a:hover::after {
color: rgba(255, 255, 255, 0.6);
}
footer .menu-footer-container .menu > li > a::after {
content: "|";
display: inline-block;
padding-left: 0.5rem;
position: static;
background: none;
width: auto !important;
}
footer .menu-footer-container .menu > li:last-child > a {
padding-right: 0.5rem;
}
footer .menu-footer-container .menu > li:last-child > a::after {
display: none;
}
.content .collapse {
margin-top: 1rem;
}
form .wpcf7-submit {
margin-top: 15px;
padding: 5px 15px;
background-color: white;
border: 1px solid #314654;
color: #314654;
transition: 0.2s ease-in-out;
}
form .wpcf7-submit:hover {
background-color: #314654;
color: white;
}
.form-group {
position: relative;
padding-top: 0.75rem;
margin-bottom: 1rem;
display: block;
}
.form-group .label {
position: absolute;
top: 0;
font-size: 0.75rem;
transition: 0.3s ease;
}
.form-group .input {
border: none;
background: none;
outline: none;
padding: 0.25rem;
width: 100%;
}
.form-group::before, .form-group:after {
position: absolute;
content: "";
left: 0;
width: 100%;
bottom: 0;
height: 2px;
display: block;
background-color: rgba(49, 70, 84, 0.2);
}
.form-group::after {
transition: 0.3s ease;
background-color: #314654;
}
.form-group.empty .label {
top: 0.75rem;
font-size: 1rem;
}
.form-group.empty::after {
width: 0;
}
.datepicker .label {
top: 0 !important;
font-size: 0.75rem !important;
}
.galerie-unten {
margin-top: 20px;
}
.galerie-unten .row {
height: 250px;
overflow: hidden;
}
@media (max-width: 768px) {
.galerie-unten .row {
height: auto;
}
}
.galerie-unten .image-container {
position: relative;
cursor: pointer;
}
.galerie-unten .image-container img {
width: 100%;
}
.galerie-unten .image-container .overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
pointer-events: none;
background-color: rgba(255, 255, 255, 0.4);
transition: ease-in-out 0.4s;
}
.galerie-unten .image-container .overlay i {
color: white;
font-size: 50px;
}
.galerie-unten .image-container:hover .overlay {
opacity: 1;
}