@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500&display=swap");
html {
overflow-x: hidden;
}
html * {
text-align: center;
}
body, html {
font-size: 18px;
font-family: "Barlow", "Roboto", sans-serif;
font-weight: 300;
}
@media (max-width: 900px) {
body, html {
font-size: 16px;
}
}
@media (max-width: 700px) {
body, html {
font-size: 13px;
}
}
ul {
list-style-position: outside;
font-size: -webkit-calc(1rem + .5vw);
font-size: calc(1rem + .5vw);
}
header .overlaymenu {
display: block;
position: fixed;
background-color: rgba(240, 125, 27, 0.9);
z-index: 10000;
width: 100%;
height: 100%;
}
header .menu-main-menu-container {
height: 100%;
width: 100%;
overflow-x: auto;
}
header .menu-main-menu-container .menu {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
header .menu-main-menu-container .menu a {
color: #002c51;
font-size: 3rem;
font-weight: bolder;
margin: 1rem 0;
padding: 1rem 0;
cursor: pointer;
position: relative;
}
header .menu-main-menu-container .menu a:hover {
-webkit-text-decoration: #002c51 underline;
-moz-text-decoration: #002c51 underline;
text-decoration: #002c51 underline;
background-color: rgba(240, 125, 27, 0.35);
-webkit-border-radius: 45px;
border-radius: 45px;
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
header .hide {
display: none !important;
}
header .contain {
position: relative;
min-height: 55vh;
}
header .contain .title {
width: 100%;
font-size: 5rem;
font-weight: bolder;
padding-top: 1rem;
position: relative;
color: #002c51 !important;
}
@media (max-width: 700px) {
header .contain .title {
padding-top: 1rem !important;
margin-top: 1rem;
}
}
@media (max-height: 600px) {
header .contain .title {
padding-top: 0.25rem !important;
}
}
@media (max-width: 800px) {
header .contain .title {
padding-bottom: 1rem;
font-size: 4rem !important;
}
}
@media (max-width: 600px) {
header .contain .title {
padding-bottom: 1rem;
font-size: 2.8rem !important;
}
}
header .contain .burger div span:nth-child(1) {
background-color: #002c51 !important;
}
header .contain .burger div span:nth-child(2) {
background-color: #002c51 !important;
}
header .contain .burger div span:nth-child(3) {
background-color: #f07d1b !important;
}
header .contain .burger div span:nth-child(4) {
background-color: #f07d1b !important;
}
header .contain .burger div span:nth-child(5) {
background-color: #002c51 !important;
}
header .contain .burger div span:nth-child(6) {
background-color: #002c51 !important;
}
header .contain .burgernoorange div span:nth-child(1) {
background-color: white !important;
}
header .contain .burgernoorange div span:nth-child(2) {
background-color: white !important;
}
header .contain .burgernoorange div span:nth-child(3) {
background-color: #002c51 !important;
}
header .contain .burgernoorange div span:nth-child(4) {
background-color: #002c51 !important;
}
header .contain .burgernoorange div span:nth-child(5) {
background-color: white !important;
}
header .contain .burgernoorange div span:nth-child(6) {
background-color: white !important;
}
header .contain .menuburger {
position: fixed;
z-index: 10000;
right: -5rem;
top: 4rem;
transition: 0.4s ease-in-out right;
}
@media (max-width: 800px) {
header .contain .menuburger {
top: 0;
}
}
@media (max-height: 600px) {
header .contain .menuburger {
top: 0;
}
}
header .contain .menuburger #nav-icon2 {
width: 60px;
height: 45px;
position: relative;
margin: auto;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
}
header .contain .menuburger span {
margin: -webkit-calc(6px * 1.5) 0;
margin: calc(6px * 1.5) 0;
display: block;
position: absolute;
height: 9px;
width: 100%;
-webkit-border-radius: 9px;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
header .contain .menuburger #nav-icon2 span {
display: block;
position: absolute;
height: 9px;
width: 50%;
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
header .contain .menuburger #nav-icon2 span:nth-child(1) {
background-color: #002c51;
}
header .contain .menuburger #nav-icon2 span:nth-child(2) {
background-color: #002c51;
}
header .contain .menuburger #nav-icon2 span:nth-child(3) {
background-color: #f07d1b;
}
header .contain .menuburger #nav-icon2 span:nth-child(4) {
background-color: #f07d1b;
}
header .contain .menuburger #nav-icon2 span:nth-child(5) {
background-color: #002c51;
}
header .contain .menuburger #nav-icon2 span:nth-child(6) {
background-color: #002c51;
}
header .contain .menuburger #nav-icon2 span:nth-child(even) {
left: 50%;
-webkit-border-radius: 0 9px 9px 0;
border-radius: 0 9px 9px 0;
}
header .contain .menuburger #nav-icon2 span:nth-child(odd) {
left: 0px;
-webkit-border-radius: 9px 0 0 9px;
border-radius: 9px 0 0 9px;
}
header .contain .menuburger #nav-icon2 span:nth-child(1), header .contain .menuburger #nav-icon2 span:nth-child(2) {
top: 0px;
}
header .contain .menuburger #nav-icon2 span:nth-child(3), header .contain .menuburger #nav-icon2 span:nth-child(4) {
top: 18px;
}
header .contain .menuburger #nav-icon2 span:nth-child(5), header .contain .menuburger #nav-icon2 span:nth-child(6) {
top: 36px;
}
header .contain .menuburger #nav-icon2.open span:nth-child(1), header .contain .menuburger #nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header .contain .menuburger #nav-icon2.open span:nth-child(2), header .contain .menuburger #nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
header .contain .menuburger #nav-icon2.open span:nth-child(1) {
left: 5px;
top: 7px;
}
header .contain .menuburger #nav-icon2.open span:nth-child(2) {
left: -webkit-calc(50% - 5px);
left: calc(50% - 5px);
top: 7px;
}
header .contain .menuburger #nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
header .contain .menuburger #nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
header .contain .menuburger #nav-icon2.open span:nth-child(5) {
left: 5px;
top: 29px;
}
header .contain .menuburger #nav-icon2.open span:nth-child(6) {
left: -webkit-calc(50% - 5px);
left: calc(50% - 5px);
top: 29px;
}
header .contain .menuburger.visible {
right: 1rem;
}
header .contain .maincircle {
width: 10rem;
height: 10rem;
background-color: white;
-webkit-border-radius: 90%;
border-radius: 90%;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 4rem);
-ms-transform: translate(-50%, 4rem);
transform: translate(-50%, 4rem);
position: absolute;
}
header .contain .logo {
height: 12rem;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
position: absolute;
z-index: 1000;
background-color: rgba(255, 255, 255, 0.15);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.4);
box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.4);
}
@media (max-width: 600px) {
header .contain .logo {
height: 7rem;
background-color: rgba(255, 255, 255, 0.3);
}
}
@media (max-height: 500px) {
header .contain .logo {
height: 9rem;
background-color: rgba(255, 255, 255, 0.3);
}
}
header .contain .background {
height: 100%;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
position: relative;
}
.maincontent {
height: 100%;
padding-bottom: 3rem;
}
.maincontent .about {
color: #002c51;
}
.maincontent .about * {
font-size: 2rem;
}
.maincontent .about .nametitle {
font-weight: bolder;
}
.maincontent .portraitStauber {
height: 16rem;
width: 16rem;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-border-radius: 90%;
border-radius: 90%;
margin: 3.5rem 0 1.5rem;
border: black 2px solid;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
.maincontent .contain {
margin: 10rem 10%;
}
.maincontent .contain .content * {
text-align: left;
}
.maincontent .contain h3 {
text-align: center !important;
}
.maincontent .contain:first-child {
margin: 0 0 10rem;
}
.maincontent .contain .shortsummary {
width: 80%;
margin: 0 10%;
}
.maincontent .contain .shortsummary > * {
font-size: -webkit-calc(1.5rem + .8vw);
font-size: calc(1.5rem + .8vw);
font-weight: 300;
color: #002c51;
}
.maincontent .contain p {
font-size: -webkit-calc(1rem + .5vw);
font-size: calc(1rem + .5vw);
}
.maincontent .contain .subtitle {
padding-bottom: 2.5rem;
font-size: -webkit-calc(1.5rem + 2vh + 2vw);
font-size: calc(1.5rem + 2vh + 2vw);
font-weight: 300;
line-height: 0.9;
color: #002c51;
}
.maincontent .contain .subsubtitle {
font-weight: bold;
font-size: calc(1rem + .7vh + .7vw);
}
.maincontent .contain .titel {
color: #f07d1b;
font-size: 2.5rem;
font-weight: 500;
}
footer .contact {
width: 100%;
background-color: #eaeaea;
position: relative;
}
footer .contact .content {
padding: 5rem 10% 2rem;
}
footer .contact .content a {
text-decoration: none;
border-bottom: #f07d1b 1px solid;
}
footer .contact .content a:hover {
text-decoration: none;
}
footer .contact .content * {
color: #212529;
}
footer .contact .content .title {
font-size: 2.5rem;
font-weight: 500;
}
footer .contact .content .subtitle {
font-weight: 500;
line-height: 1.5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
font-size: 1.2rem;
margin-top: 0;
color: #212529;
}
footer .contact .footermenu {
bottom: 0;
position: relative;
}
footer .contact .menu-footer-container {
position: relative;
min-height: 15vh;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
bottom: 0;
background-color: white;
clip-path: polygon(100% 0, 0 100%, 100% 100%);
-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
footer .contact .menu-footer-container .menu {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 1.2rem 0.4rem 0.4rem;
padding-top: 2rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
list-style: none;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
position: relative;
}
@media (max-width: 600px) {
footer .contact .menu-footer-container .menu {
margin: 2.2rem 0 0;
}
footer .contact .menu-footer-container .menu li a {
font-size: 0.8rem;
}
footer .contact .menu-footer-container .menu li:last-of-type {
padding-right: 0.2rem !important;
}
}
footer .contact .menu-footer-container .menu li {
padding: 0.4rem 0;
}
footer .contact .menu-footer-container .menu li::after {
content: "|";
padding: 0 0.5rem;
}
footer .contact .menu-footer-container .menu li:last-of-type {
padding-right: 1.4rem;
}
footer .contact .menu-footer-container .menu li:last-of-type::after {
display: none;
}
footer .contact .menu-footer-container .menu li a {
color: black;
}
@-webkit-keyframes slideInFromBottom {
0% {
opacity: 0.3;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInFromBottom {
0% {
opacity: 0.3;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideInFromLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-30%);
transform: translateX(-30%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInFromLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-30%);
transform: translateX(-30%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideInFromRightAppear {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInFromRightAppear {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes seperatorgrow {
0% {
height: 0;
-webkit-transition: height 1s;
-o-transition: height 1s;
transition: height 1s;
}
100% {
height: 260%;
-webkit-transition: height 1s;
-o-transition: height 1s;
transition: height 1s;
}
}
@keyframes seperatorgrow {
0% {
height: 0;
-webkit-transition: height 1s;
-o-transition: height 1s;
transition: height 1s;
}
100% {
height: 260%;
-webkit-transition: height 1s;
-o-transition: height 1s;
transition: height 1s;
}
}
@-webkit-keyframes imageMove {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes imageMove {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.scrolldown {
cursor: pointer;
}
.loading-frame {
position: absolute;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
left: 26%;
top: 50%;
-webkit-transform: translate(-50%, -20%) scale(0.7) rotate(90deg);
-ms-transform: translate(-50%, -20%) scale(0.7) rotate(90deg);
transform: translate(-50%, -20%) scale(0.7) rotate(90deg);
}
@media (max-width: 900px) {
.loading-frame {
left: 28%;
}
}
@media (max-width: 700px) {
.loading-frame {
left: 33.5%;
-webkit-transform: translate(-50%, -30%) scale(0.6) rotate(90deg);
-ms-transform: translate(-50%, -30%) scale(0.6) rotate(90deg);
transform: translate(-50%, -30%) scale(0.6) rotate(90deg);
}
}
.circle {
position: absolute;
height: 15px;
width: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background-color: #f07d1b;
-webkit-animation: animate linear 3s infinite;
animation: animate linear 3s infinite;
}
.circle:nth-child(1) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.circle:nth-child(2) {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
-webkit-transform: translate(18px, 13px);
-ms-transform: translate(18px, 13px);
transform: translate(18px, 13px);
}
.circle:nth-child(3) {
-webkit-animation-delay: 1.3s;
animation-delay: 1.3s;
-webkit-transform: translate(35px, 25px);
-ms-transform: translate(35px, 25px);
transform: translate(35px, 25px);
}
.circle:nth-child(4) {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
-webkit-transform: translate(18px, 38px);
-ms-transform: translate(18px, 38px);
transform: translate(18px, 38px);
}
.circle:nth-child(5) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: translate(0px, 50px);
-ms-transform: translate(0px, 50px);
transform: translate(0px, 50px);
}
.circle:nth-child(6) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: translate(0, 25px);
-ms-transform: translate(0, 25px);
transform: translate(0, 25px);
}
.circle:nth-child(7) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
-webkit-transform: translate(-20px, 25px);
-ms-transform: translate(-20px, 25px);
transform: translate(-20px, 25px);
}
.circle:nth-child(8) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-transform: translate(-40px, 25px);
-ms-transform: translate(-40px, 25px);
transform: translate(-40px, 25px);
}
.circle:nth-child(9) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-transform: translate(-60px, 25px);
-ms-transform: translate(-60px, 25px);
transform: translate(-60px, 25px);
}
.circle:nth-child(10) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
-webkit-transform: translate(-80px, 25px);
-ms-transform: translate(-80px, 25px);
transform: translate(-80px, 25px);
}
@-webkit-keyframes animate {
0%, 100% {
background-color: #f07d1b;
}
50% {
background-color: #ffd0a4;
}
}
@keyframes animate {
0%, 100% {
background-color: #f07d1b;
}
50% {
background-color: #ffd0a4;
}
}
.icon-scroll,
.icon-scroll:before {
position: absolute;
left: 50%;
}
.icon-scroll {
width: 30px;
height: 60px;
margin-left: -15px;
bottom: 7rem;
margin-top: -35px;
-webkit-box-shadow: inset 0 0 0 3px #f07d1b;
box-shadow: inset 0 0 0 3px #f07d1b;
-webkit-border-radius: 0;
border-radius: 0;
}
.icon-scroll:before {
content: "";
width: 14px;
height: 14px;
background: #f07d1b;
margin-left: -7px;
top: 8px;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: scroll;
animation-name: scroll;
}
.nebenseiten {
margin: 0 10%;
}
.nebenseiten p, .nebenseiten li {
text-align: justify;
}
.nebenseiten a {
color: #f07d1b;
}
.nebenseiten a:hover {
color: #002c51;
}
@-webkit-keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(46px);
transform: translateY(46px);
}
}
@keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(46px);
transform: translateY(46px);
}
}