@charset "UTF-8";
 @font-face {
font-family: 'Open Sans';
src: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/fonts/OpenSans-Light.ttf) format('truetype');
font-weight: 300;
}
@font-face {
font-family: 'Open Sans';
src: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/fonts/OpenSans-Regular.ttf) format('truetype');
font-weight: 400;
}
@font-face {
font-family: 'Open Sans';
src: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/fonts/Exo-Medium.ttf) format('truetype');
font-weight: 500;
}
@font-face {
font-family: 'Exo';
src: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/fonts/Exo-SemiBold.ttf) format('truetype');
font-weight: 600;
}
body {
background-color: #fff;
color: #333;
font-family: 'Open Sans';
font-weight: 300;
font-size: 20px;
line-height: 30px;
margin-bottom: 160px;
}
body.scrolled:before {
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 3%, rgba(255, 255, 255, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.89)), color-stop(3%, rgba(255, 255, 255, 0.89)), color-stop(70%, rgba(255, 255, 255, 0.18)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 3%, rgba(255, 255, 255, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 3%, rgba(255, 255, 255, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 3%, rgba(255, 255, 255, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 3%, rgba(255, 255, 255, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
content: "";
display: block;
width: 100%;
height: 100px;
position: fixed;
top: 0;
z-index: 90;
}
#wis-slides, #sb_instagram {
margin-top: 160px;
}
#wis-slides .jr-insta-thumb ul.thumbnails li {
display: inline-block;
margin: 0;
}
#wis-slides .jr-insta-thumb ul.thumbnails.jr_col_6 li {
width: 20% !important;
}
a {
color: #0078aa;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: none;
}
p {
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #000;
}
b {
background-color: #f0f8ff;
font-size: 18px;
font-weight: 600;
}
strong {
font-weight: 400;
}
h1 {
font-size: 32px;
line-height: 42px;
color: #0078aa;
margin-top: -100px;
padding-bottom: 80px;
}
h2 {
font-family: 'Exo';
font-size: 24px;
font-weight: 600;
}
h3 {
font-family: 'Exo';
font-size: 18px;
font-weight: 600;
margin-top: 60px;
}
h3.accordion-header {
margin-top: 0;
}
.carousel {
background: #000;
}
.carousel-inner {
height:100vh; 
}
.carousel-item {
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
width: 100%;
height: 100%;
}
@media only screen and (min-width: 42em) and (max-width: 64em) { 
.carousel-item {
background-position: right bottom;
background-repeat: no-repeat;
background-size: cover;
height: 70%;
}
}
@media (max-width: 40em) {
.carousel-item img {
position: absolute;
top: 0;
right: 0;
height: 100vh;
}
}
#logo {
position: fixed;
top: 40px;
left: 50px;
z-index: 99;
height: 170px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease-;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
#logo.scrolled {
height: 120px;
}
#logomobile {
position: fixed;
top: 45vh;
left: 15px;
z-index: 99;
height: 170px;
display: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease-;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
#logomobile.scrolled {
height: 120px;
top: 15px;
}
#navigationid {
position: fixed;
top: 50px;
right: 50px;
z-index: 97;
}
#navigationid li a {
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
text-decoration: none;
position: relative;
}
#rightlinks li a {
font-family: 'Exo';
font-size: 12px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
text-decoration: none;
position: relative;
}
#navigationid.scrolled li a, #rightlinks li a {
color: #000;
}
#navigationid li a:after, #rightlinks li a:after {
content: "";
position: absolute;
width: 100%;
margin-bottom: -12px;
left: calc(50% - 15px);
-webkit-transform: scaleX(0);
transform: scaleX(0);
width: 30px;
-webkit-transform-origin: center center 0px;
transform-origin: center center 0px;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition: -webkit-transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition: transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition: transform 0.5s cubic-bezier(0, 0.71, 0.71, 1), -webkit-transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition-delay: 0.4s;
height: 2px;
bottom: 0;
background-color: #fff;
}
#navigationid.scrolled li a:after, #rightlinks li a:after {
background-color: #000;
}
#navigationid li.active a:after, #navigationid li:hover a:after, #rightlinks li.active a:after, #rightlinks li:hover a:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: center center 0px;
transform-origin: center center 0px;
}
#navigationid .list-inline-item:not(:last-child), #sociallinks .list-inline-item:not(:last-child) {
margin-right: 20px;
}
#sociallinks {
position: fixed;
bottom: 50px;
left: 50px;
z-index: 99;
}
#sociallinks li img {
width: 40px;
}
#rightlinks {
position: fixed;
bottom: 40px;
right: 50px;
z-index: 99;
display: none;
}
#rightlinks.down {
display:block;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
#scrolldown {
height: 50px;
position: fixed;
right: 50px;
bottom: 50px;
z-index: 99;
}
#scrolldown.scrolled {
display: none;
}
.bounce {
-moz-animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
height: 100%;
}
.quote {
padding-top: 80px;
margin-top: 80px;
background: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/img/quote.jpg);
background-repeat: no-repeat;
background-position: top center;
}
.quote p {
font-family: 'Exo';
font-size: 40px;
line-height: 50px;
font-weight: 500;
}
a.button {
font-family: 'Exo';
font-size: 20px;
font-weight: 500;
color: #333;
text-decoration: none;
margin-top: 30px;
display: inline-block;
position: relative;
margin-bottom: 12px;
}
a.button::after {
content: "";
position: absolute;
width: 100%;
margin-bottom: -12px;
left: calc(50% - 40px);
-webkit-transform: scaleX(.3);
transform: scaleX(.3);
width: 80px;
-webkit-transform-origin: center center 0px;
transform-origin: center center 0px;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition: -webkit-transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition: transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition: transform 0.5s cubic-bezier(0, 0.71, 0.71, 1), -webkit-transform 0.5s cubic-bezier(0, 0.71, 0.71, 1);
transition-delay: 0.4s;
height: 2px;
bottom: 0;
background-color: #0078aa;
}
a.button:hover::after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: center center 0px;
transform-origin: center center 0px;
}
#vitalang {
}
#vitalang.closed {
height: 0;
overflow: hidden;
}
#vitalang.opened {
height: auto;
overflow: visible;
padding-top: 160px;
}
.accordion-button:not(.collapsed) {
color: #000;
background-color: #ADD8E6;
box-shadow: none;
padding: 20px 20px 0 20px;
}
.accordion-button {
font-size: 22px;
line-height: 32px;
background-color: #ffffff;
color: #000;
padding: 15px 20px 25px 15px;
transition: all 0.3s ease;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.accordion-item {
border: 0;
background-color: #ffffff;
margin-bottom: 10px;
color:#000;
}
.accordion img {
width: 100%;
max-width: 300px;
}
.accordion-body {
overflow: auto;
color:#000;
background-color: #ffffff;
}
.accordion-body p {
color:#000;
}
.accordion-item:hover {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
}
#modalkontakt {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: rgba(255,255,255,.93);
opacity: 0;
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
-o-transition: opacity .5s ease-;
-ms-transition: opacity .5s ease;
transition: opacity .5s ease;
}
#modalkontakt.show {
opacity: 1;
z-index: 99;
}
#blurr.blurred {
filter: blur(6px);
}
.modalkontaktinner {
width: 230px;
font-size: 16px;
text-align: center;
position: absolute;
left: 50%;
margin-left: -115px;
top: 50%;
margin-top: -120px;
}
a.kontaktclose {
width: 30px;
height: 30px;
position: absolute;
top: 40px;
right: 50px;
background: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/img/close.svg);
background-repeat: no-repeat;
background-size: cover;
}
.modalkontaktinner img {
width: 230px;
}
#mobilekontakt {
font-family: 'Exo';
font-size: 18px;
font-weight: 500;
color: #000;
position: fixed;
right: 15px;
bottom: 27px;
z-index: 98;
text-transform: uppercase;
opacity: 0;
}
#mobilenavigation {
position: fixed;
background: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/img/mobilenavigation-weiss.svg);
background-repeat: no-repeat;
background-size: cover;
width: 50px;
height: 50px;
top: 20px;
right: 15px;
z-index: 99;
display: none;
}
#mobilenavigation.scrolled {
background: url(//www.christoph-hoffmann.com/wp-content/themes/christophhoffmann/img/mobilenavigation.svg);
background-repeat: no-repeat;
background-size: cover;
}
#mobilenavigationwindow {
font-family: 'Exo';
font-size: 18px;
font-weight: 500;
color: #000;
position: fixed;
right: 0;
top: 0;
z-index: 1;
text-transform: uppercase;
opacity: 0;
background: #fff;
width: 100%;
height: 100%;
display: none;
}
#mobilenavigationwindow.show {
opacity: 1;
z-index: 99;
display: block;
}
#mobilenavigationwindow ul {
position: absolute;
bottom: 30px;
width: 100%;
text-align: center;
}
#mobilenavigationwindow ul li a {
font-size: 24px;
line-height: 60px;
}
#mobilenavigationwindow ul li.smaller a {
font-size: 18px;
line-height: 40px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
h2 {
font-size: 22px;
}
.space {
padding-top: 80px;
}
#navigationid {
display: none;
}
#logo {
display: none;
}
#logomobile {
display: block;
}
#sociallinks {
bottom: 30px;
left: 15px;
}
#rightlinks {
display: none !important;
}
#rightlinks.scrolled {
opacity: 0;
}
#rightlinks.scrolled.show {
opacity: 1;
}
#scrolldown {
height: 50px;
right: 15px;
bottom: 30px;
}
.quote {
padding-top: 20px;
background-position: top left;
background-size: 90%;
}
.quote p {
font-size: 26px;
line-height: 35px;
}
#sprecher .space {
padding-top: 0;
}
#vitalang.opened {
padding-top: 80px;
}
.accordion-button {
font-size: 18px;
line-height: 28px;
}
p, body {
font-size: 18px;
line-height: 28px;
}
h1 {
padding-top: 50px;
}
.accordion img {
max-width: none;
}
a.kontaktclose {
top: 30px;
right: 30px;
}
#mobilekontakt.show {
opacity: 1;
}
#mobilenavigation {
display: block;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.accordion img {
max-width: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
p, body {
font-size: 16px;
line-height: 28px;
color:#000;
}
h2 {
font-size: 20px;
}
.quote {
padding-top: 30px;
background-position: top center;
background-size: 90%;
}
.quote p {
font-size: 30px;
line-height: 40px;
}
.accordion-button {
font-size: 18px;
line-height: 28px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
body.scrolled:before {
background: #fff;
height: 160px;
}
}
@media (min-width: 1199.99px) and (max-width: 1799.98px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1140px;
}
p, body {
font-size: 16px;
line-height: 20px;
color:#000;
}
h2, .accordion-button {
font-size: 22px;
line-height: 28px;
}
a.button {
font-size: 18px;
}
body.scrolled:before {
background: #fff;
height: 160px;
}
}
@media (min-width: 1799.99px) {
body.scrolled:before {
background: #fff;
height: 160px;
}
}
video {
max-width: 100%;
height: auto;
}
.space {
margin-top: 150px;
}