@font-face {
    font-family: 'Chalet-LondonNineteenEighty';
    src: url('media/files/fonts/Chalet-LondonNineteenEighty.woff2') format('woff2'),
        url('media/files/fonts/Chalet-LondonNineteenEighty.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Interstate';
    src: url('media/files/fonts/Interstate-ExtraLight.woff2') format('woff2'),
        url('media/files/fonts/Interstate-ExtraLight.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('media/files/fonts/Interstate-Light.woff2') format('woff2'),
        url('media/files/fonts/Interstate-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('media/files/fonts/Interstate-Regular.woff2') format('woff2'),
        url('media/files/fonts/Interstate-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('media/files/fonts/Interstate-Bold.woff2') format('woff2'),
        url('media/files/fonts/Interstate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('media/files/fonts/Interstate-Black.woff2') format('woff2'),
        url('media/files/fonts/Interstate-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Under construction */
body {
	opacity: 0;
	transition: opacity 2s ease-in-out 1s;	
}
body.show {
	opacity: 1;
}
.header {
    position: absolute;
    width: 100vw;
    padding-top: 4vh;
    left: 0;
    top: 0;
    text-align: right;
    height: 8vh;
    display: block;
    z-index: 9999;
}
#Intro {
    height: 70vh;
    text-align: center;
}
#Intro .align-right {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
@keyframes rotation {
    0%{  transform: rotateZ(0deg) }
    100%  {  transform: rotateZ(360deg) }
}
#Intro .align-right img {
    width: 10.5vw;
    margin-right: 2vw;
    animation: rotation 8s linear;
    animation-iteration-count: infinite;
    animation-delay: 0s;
	transition: none;
}
#Intro .title {
    color: #7d694f;
    font-weight: normal;
    font-size: 9.8vw;
    letter-spacing: 0.8vw;
    line-height: 1.3;
    margin-top: 0;
}
#Intro .subtitle {
    color: #7d694f;
    font-size: 2.2vw;
    letter-spacing: 0.1vw;
}
.kontakt-wrapper {
    position: relative;
    height: 13vh;
    height: calc(14vh - 1px);
    width: 80%;
    margin: auto;
    border-top: 1px solid #7d694f;
    padding: 4vh 0 0 0;
}
.kontakt-text {
    font-size: 1.25vw;
    text-align: left;
    width: auto;
    min-width: initial;
    margin-right: 0;
    display: inline-block;
    letter-spacing: 0.02vw;
}
.kontakt-text.middle {
    position: absolute;
    left: 40%;
}
.kontakt-text.right {
    position: absolute;
    right: 0;
}
/* Pure Audit */
a.hoverline.arrow {
    padding-right: 2vw;
}
a.hoverline.arrow:before {
    content: "";
    background-image: url(media/images/layout/link-pfeil.png);
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: 0.2vw;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

/* Allgemein */

html {
	scroll-behavior: smooth;
	scroll-padding: 1px;
}

p .bay {
	letter-spacing: -2px;
	display: inline-block;
}
.bay:first-letter {
	letter-spacing: 0px;
}
h4 .bay {
    /* letter-spacing: -2px; */
    /* display: inline-block; */
}
h4 .bay:first-letter {
	/* letter-spacing: -1px; */
}
h4 .space-t {
	letter-spacing: -2px;
}

ul {
    padding-left: 1.5vw;
}
ul>li {
    list-style: none;
    margin: 0.5vw 0;
}
ul>li:before {
    content: "– ";
    line-height: 1.55;
    margin-left: -1.3vw;
}

@media only screen and (min-width:768px) {
	.mobile {
		display: none!important;
	}
}	
body {
    margin: 0;
    padding: 0;
    font-family: 'Interstate';
    font-weight: 300;
    font-size: 27px;
    line-height: 1.4;
    padding-top: 12vh;
    overflow-x: hidden;
    /* min-height: 101vh; */
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
}

img {
	max-width: 100%;
	border: 0;
	height: auto;	
	
}
p, a {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 300;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: 0.2vw;
}
h3.subtitle {
    margin: 0 0 1vw 0;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 2.8vw;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #000;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover {
    text-decoration: none;
}

a.underline, a .underline, a.hoverline, .hoverline a {
	position: relative;
}
a.hoverline:after, .hoverline a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0.1vw;
    left: 0px;
    display: inline-block;
    background-color: #000;
	transform: rotateY(90deg);
    transition: transform 0.8s ease-out;
    will-change: transform;
}
a.underline:after, a .underline:after, a.hoverline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0px;
    display: inline-block;
    background-color: #000;
    transition: transform 0.8s ease-out;
    will-change: transform;
}
a img {
    transition: transform .6s ease;
}

@media (hover: hover) {
	a.underline:hover:after, a:hover .underline:after, a.hoverline:hover:after, .hoverline a:hover:after, #kontakt a:hover:after {
		transform: rotateY(180deg);
	}
	a.noline:hover {
		text-decoration: none;
	}
	a:hover img {
		transform: scale(1.05);
	}
}

strong, b {
    font-weight: 600;
}
.trenner {
    width: 100%;
    background: #000;
    height: 1px;
    clear: both;
    margin: 12vh auto;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 1s ease-out .5s;
    will-change: transform;
    display: inline-block;
}
.trenner.animate {
	transform: scaleX(1);
}

/* Textseiten Impressum etc. */
.pagecontent {
    width: 70%;
    margin: 8% auto 10%;
}
.textpage .titel {
    font-size: 7vw;
    line-height: 1.4;
    margin-bottom: 5vw;
    opacity: 1;
}
.pagecontent p, .pagecontent a {
    font-size: 1.5vw;
    margin: 1.5vw 0;
}
.pagecontent h2 {
    font-size: 2.5vw;
    margin: 5vw 0 2vw 0;
}
section {
    width: 100%;
    clear: both;
    display: block;
    overflow-x: hidden;
    overflow-x: visible;
}
.clear {
	clear: both;
}
.space {
    clear: both;
    display: block;
    height: 15vh;
}
.fade, p, ul, h3, h4 {
    /* display: inline-block; */
    transition: transform 1.2s ease-in-out, opacity 1.0s ease-in-out;
    opacity: 0;
    transform: translateY(5vh) translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
    /* will-change: transform; */
}
.fade.animate, p.animate, ul.animate, h3.animate, h4.animate {	
	opacity: 1;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
    transform: translateY(0) translateZ(0);	
}
.fade.2 {
    transition-delay: .5s;	
}
.fade.3 {
    transition-delay: 1s;	
}
.fade.4 {
    transition-delay: 1.5s;	
}
.fade.5 {
    transition-delay: 2s;	
}

/* ENDE Allgemein */

/* Header */
.top-but {
    padding: 7px 30px;
    font-size: 19px;
    display: inline-block;
}
a#contactbut {
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 0.5vw 0 0;
}
div#menubut {
    margin: 0 1.6vw 0 0;
	color: #000;
}

/* Logo */
#sitelogo {
    display: inline-block;
    margin: 0 0 0 3%;
    float: left;
}
a#sitelogo:hover {
	text-decoration: none;
}
#sitelogo img {
    transition: transform .6s;
    width: 13vw;
    max-width: 333px;
}
a#sitelogo:hover img {
    transform: scale(1.05);
}


/* Menu */
#navigation {
    width: 80%;
    padding: 0 10%;
    overflow: hidden;
    display: block !important;
    position: fixed;
    background: #fff;
    z-index: 999;
    right: 0;
    top: 0;
    height: 0;
    transition: height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
#navigation.active {
    width: 80%;
    height: 64vh;
    padding: 18vh 10%;
}
#navigation .col3 {
    width: 33.3333%;
    float: left;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.col {
	display: inline-block;
}
#navigation.active li:first-child a {
    transition: color 0.4s, transform 0.6s 0.5s, opacity 0.6s 0.5s;
}
#navigation.active li:nth-child(2) a {
    transition: color 0.4s, transform 0.6s 0.6s, opacity 0.6s 0.6s;
}
#navigation.active li:nth-child(3) a {
    transition: color 0.4s, transform 0.6s 0.7s, opacity 0.6s 0.7s;
}
#navigation.active li:nth-child(4) a {
    transition: color 0.4s, transform 0.6s 0.8s, opacity 0.6s 0.8s;	
    letter-spacing: -0.8vh;
}
#navigation a {
    opacity: 0;
    z-index: 1;
    display: block;
    padding: 4vh 0;
    font-size: 2.5vw;
    transform: translateY(5vh);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    position: relative;
    margin: 1vw 0;
}
#navigation.active A {
	transform: translateY(0);
    opacity: 1;
}

@media only screen and (min-width:768px) {
	#navigation A:first-child {
		transition-delay: .4s;
	}
	#navigation A:nth-child(2) {
		transition-delay: .6s;
	}
	#navigation A:nth-child(3) {
		transition-delay: .8s;
	}
	#navigation A:nth-child(4) {
		transition-delay: 1.0s;
	}
	#navigation A:nth-child(5) {
		transition-delay: 1.2s;
	}
	#navigation A:nth-child(6) {
		transition-delay: 1.4s;
	}
	#navigation A:nth-child(7) {
		transition-delay: 1.6s;
	}
	#navigation A:nth-child(8) {
		transition-delay: 1.8s;
	}

	#navigation .links div {
		color: #000;
		float: left;
		opacity: 0;
		transition: opacity 1.0s ease-in 0s;
		margin-top: 5.2vw;
		font-size: 3.4vh;
		font-weight: 300;
	}	
	#navigation .links li:hover div {
		opacity: 1;
	}
}


/* Follower */
#nav_follower {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 19.6%;
    width: 30%;
    height: auto%;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
    /* max-width: 300px; */
    filter: invert(1);
    mix-blend-mode: difference;
}
@media (hover: hover) {
	#navigation:hover #nav_follower {
		opacity: 1!important;
	}
}
#nav_follower img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
	transform: rotateY(-180deg);
    transition: opacity .5s ease-in-out, transform .3s ease-in-out;
    width: 100%;
    height: auto;
}
#nav_follower img.active {
    opacity: 1;
	transform: rotateY(0);
}
/* ENDE Menu */


/* Home */


/* Intro */
@keyframes fadeIn {
    0%  {opacity: 0;}
    100%  {opacity: 1;}
}
@keyframes fadeSlide {
    0%  {transform:scale(1)}
    50%  {transform:scale(1.1)}
    100%  {transform:scale(1)}
}
@keyframes turner{
    from{  transform: rotateY(0deg)   }
    to  {  transform: rotateY(360deg) }
}
@keyframes rotate{
    0%{  transform: rotateZ(0deg) }
    20%  {  transform: rotateZ(90deg) }
    25%  {  transform: rotateZ(90deg) }
    45%  {  transform: rotateZ(180deg) }
    50%  {  transform: rotateZ(180deg) }
    70%  {  transform: rotateZ(270deg) }
    75%  {  transform: rotateZ(270deg) }
    95%  {  transform: rotateZ(360deg) }
    100%  {  transform: rotateZ(360deg) }
}
#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
#preloader img.logo {
    width: 8vw;
    height: 8vw;
    display: block;
    position: absolute;
    left: 46vw;
    top: 46vh;
    z-index: 9;
    filter: invert(1);
    animation: rotate 4s ease-in-out;
    animation-iteration-count: 1;
    animation-delay: 3s;
    /* filter: invert(1) brightness(2.5) contrast(2); */
}

#preloader .pre-overlay {
    width: 8vw;
    height: 8vw;
    display: block;
    position: absolute;
    left: 46vw;
    top: 46vh;
    background: #242C42;
    z-index: 99;
}
#intro, #startimage, #video-wrapper-1, #video-wrapper-2 {
    width: 80vw;
    height: 83vh;
    overflow: hidden;
}
#intro {
    background: #242C42;
    margin: 0 auto 10vh auto;
    position: relative;
    z-index: 9999;
    display: block;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    left: 0;
    top: 0;
}
video {
    width: 100%;
}
.video-wrapper video {
    min-width: 100%;
    height: auto;
    min-height: 100%;
    width: auto;
}
#startvideo-1 {
    filter: brightness(0.8) saturate(1) contrast(1);
    animation: fadeSlide ease;
    animation-fill-mode: forwards;
    animation-duration: 20s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}
.active #startvideo-1, .stop #startvideo-1 {
	opacity: 1;
    transition: opacity 0s 0s;
}
.active #startvideo-1:hover, .active #video-wrapper-1:hover .intro-title, .animate #startvideo-1, .animate #video-wrapper-1 {
	opacity: 0;
}
#startvideo-2 {
	opacity: 0;
    transition: opacity 0s 0s;
}
.animate:hover #startvideo-2 {
	opacity: 1;
}
.intro-title {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 7.5vw;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
    transform: translate(-50%, -50%);
    font-weight: normal;
	transition-delay: 0;
}

/* Start-Animation */
#preloader {
	display: none;
    transform: scale(1);
    transition: transform 1s 7.5s;
}
#preloader.loaded {
    transform: scale(0);
}
#preloader .pre-overlay {
    transform: scale(1);
    transition: transform 2s 0s;
	transition-origin: middle;
}
#preloader.loaded .pre-overlay {
    transform: scale(0);
}
#preloader img.logo {
    opacity: 1;
	transition: opacity 1s 6.5s;
}
#preloader.loaded img.logo {
    opacity: 0;
}
#intro {
	transform: scale(1.25, 1.21) translateY(-2.75vh);
	transition: transform 2.5s cubic-bezier(.46,.05,.18,.99) 4.9s, z-index 0s 6s;
}
#intro.active {
    z-index: 99;
	transform: scale(1) translateY(0); 
}
#intro.active.skip, #intro.active.skip * {
	transition: all 1.2s cubic-bezier(.46,.05,.18,.99) 0s;
}
#video-wrapper-1, #video-wrapper-2 {
	opacity: 0;
	transition: opacity 2.5s cubic-bezier(.46,.05,.18,.99) 5s;
}
.active #video-wrapper-1, .active #video-wrapper-2 {
	opacity: 1;
}

.intro-title {
	opacity: 0;
	transition: opacity 0s ease-in-out 0s;
}
.active .intro-title {
	opacity: 1;
}
.intro-title span {
    transform: translateY(5vh);
    opacity: 0;
    transition: opacity 0.8s ease-in-out 7s, transform 1.2s ease-in-out 7s;
    display: inline-block;
}
.active .intro-title span {
    transform: translateY(0);
    opacity: 1!important;
}
.active .intro-title span:first-child {
	transition-delay: 6.7s
}
.active .intro-title span:last-child {
	transition-delay: 7.3s
}
/* Intro ENDE */

.titel {
    width: 100%;
    text-align: left;
    color: #000;
    line-height: 1.0;
    font-size: 8.5vw;
    margin: 15vh 0 0 0;
    font-weight: normal;
    /* transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out; */
    white-space: nowrap;
}
.pagecontent .titel {
 /*   transform: translateY(0);	 */
}
.titel.animate, .animate .titel {
    transform: translateY(0);	
}
.section-content {
    margin: 0 auto;
    width: 80%;
    position: relative;
    /* max-width: 1300px; */
}
.big-right {
    width: 67.5%;
    float: right;
}
.small-left {
    float: left;
    width: 39%;
}
.small-right {
    width: 39%;
    float: right;
}
.box h4 {
    line-height: 1;
    /* margin: 30px 5% 0 5%; */
    margin: 30px 0 0 0;
    font-size: 25px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.box h4:after {
/*    content: "\27F6"; */
    content: "\2192";
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: -1px;
    line-height: 1;
    font-size: 28px;
    overflow: hidden;
    width: 0px;
    transition: width 1s cubic-bezier(.14,.99,.43,.99);
    text-align: left;
}
@media (hover: hover) {
	a.box:hover h4:after {
		width: 40px;
	}
}
.box p {
    /*margin: 12px 5% 12px 5%;*/
    margin: 12px 0 12px 0;
    font-size: 19px;
}

.mediabox {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    transition: clip-path 1s cubic-bezier(.14,.99,.43,.99),-webkit-clip-path 1s cubic-bezier(.14,.99,.43,.99);
    overflow: hidden;
}
.mediabox img, .mediabox video {
    float: left;
    transition: transform 1s cubic-bezier(.14,.99,.43,.99);
    width: 100%;
}
@media (hover: hover) {
	a:hover .mediabox {
	 /*   transform: scale(0.95);*/
		-webkit-clip-path: polygon(5% 5%,95% 5%,95% 95%,5% 95%);
		clip-path: polygon(5% 5%,95% 5%,95% 95%,5% 95%);
	}
	a:hover .mediabox img, a:hover .mediabox video {
		transform: scale(1.1);
	}
}
section#About {
    padding-bottom: 5vh;
}

/* News */
section#News {
    background: #fff;
}
#News h2.titel {
    margin-top: 0;
}
#News .newstitle > a {
    font-size: 3.2vw;
}
.newslist {
    margin: 0 0 15vh 0;
    position: relative;
}
span.number {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 7px;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Interstate';
}
.newstitle {
    border-bottom: 1px solid #000;
    position: relative;
    height: 162px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.newstitle > a {
    font-size: 60px;
    font-size: 3.6vw;
    font-weight: normal;
    margin: 0;
    padding: 0 7%;
    display: block;
    position: relative;
    transition: opacity .5s ease-in-out;
    line-height: 160px;
    font-family: Arial, Helvetica, sans-serif;
}
.newstitle a span {
    padding-left: 20px;
}
span.hovertext {
    position: relative;
    z-index: 99;
    transform: translateY(-100%);
    display: block;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    background: rgba(255,255,255,0.5);
}
@media (hover: hover) {
	.newstitle:hover span.hovertext {
		opacity: .5;
	}
}

#mehr_laden {
    text-align: right;
    margin-top: 7%;
    font-size: 23px;
    font-weight: 300;
	display: inline-block;
	float: right;
}
#news_follower {
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    height: 27vw;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
    max-width: 600px;
    mix-blend-mode: difference;
    filter: invert(1);
}
@media (hover: hover) {
	.newslist:hover #news_follower {
		opacity: 1!important;
	}
}
#news_follower img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
	transform: rotateY(-180deg);
    transition: opacity .5s ease-in-out, transform .3s ease-in-out;
    width: 100%;
    height: auto;
}
#news_follower img.active {
    opacity: 1;
	transform: rotateY(0);
}

/* Zitate */
#Rezensionen h3.subtitle {
    margin-bottom: 4vw;
}
.zitate {
    width: 120%;
    padding: 3vw 0%;
    margin: 0 0 0 -10%;
    /* overflow: hidden; */
    float: left;
    position: relative;
}
.zitat-box {
    width: 33.3333%;
    height: 0;
    float: left;
    position: relative;
    perspective: 1000px;
    padding-bottom: 33.3333%;
	opacity: 0;
	transform: rotateY(90deg);
    transition: transform 1.6s ease-in-out .4s, opacity .6s ease-in-out .4s;
    will-change: transform;
}
.zitat-box.animate {
    transform: rotateY(0deg);
	opacity: 1;
}
.zitat {
    border: 1px solid #000;
    border-radius: 50%;
    width: 115%;
    height: 115%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 5vw;
    transform: translate(-50%, -50%);
}
.zitat-content {
    margin-top: 50%;
    font-size: 29px;
    line-height: 1.4;
    transform: translateY(-49%);
}
.zitat-name {
    font-size: 21px;
    line-height: 1.2;
    display: inline-block;
    margin-top: 15px;
}

span.quote {
    font-size: 45px;
    font-style: italic;
    font-weight: normal;
    line-height: 0;
    height: 1.7vw;
    display: inline-block;
    width: 50px;
    /* transform: translate(0, 0); */
    margin-left: -50px;
    font-family: 'Interstate';
}
span.quote.end {
    transform: translate(-15px, 30px);
    margin-left: 0;
    margin-right: -50px;
}

/* Counter */
div.count {
    position: relative;
    float: left;
    text-align: center;
    padding-bottom: 12%;
    padding-top: 12%;
    overflow: hidden;
    margin-top: 4vw;
}
div.count.left {
    width: 26%;
}
div.count.middle {
    width: 52%;
}
div.count.right {
    width: 22%;
}
div.count .count-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    color: #000;
    transition: color 0.3s;
    transform: translateY(-50%);
}
div.count .count-text p {
    color: #000;
    transition: color 0.3s;
    margin: 0;
}
div.count .number {
    font-weight: bold;
    font-size: 10vw;
    line-height: 1.0;
    margin: 0;
}

/* Kontakt */
.kontakt-wrapper {
    position: relative;
}
.kontakt-wrapper p, .kontakt-wrapper a {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 300;
}
#kontakt h3.subtitle {
    margin-bottom: 10vh;
}
video#lindau_video {
    filter: brightness(0.8) contrast(1.3) grayscale(0.3);
}
#kontakt h4 {
    font-size: 28px;
    margin: 50px 0 30px 0;
}
/*
.kontakt-text {
    font-size: 21px;
    text-align: left;
    float: left;
    margin-right: 9%;
    line-height: 1.6;
    min-width: 16vw;
}
.kontakt-text.last {
    margin-right: 0;
}
.kontakt-text .default {
    font-size: 21px;
    font-weight: 300;
    font-family: 'Interstate';
    display: inline-block;
    margin-top: 5px;
}
*/
a.mail {
	text-decoration: none;
	position: relative;
	transition: background .6s;
}
@media (hover: hover) {
	a.mail:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0.8vw;
		background: #fff;
		height: 0.09vw;
		width: 0;
		transition: width .6s;
	}
	a.mail:hover:after {
		width: 100%;
	}
}
div#social {
    z-index: 999;
    position: absolute;
    right: 0;
    bottom: 13px;
}
div#social a {
    display: block;
    margin: 0;
}
.sm-icon {
    width: 2.9vw;
    margin: 0.2vw;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform .6s ease;
    border-radius: 50%;
}


/* Footer */	 
.footer .trenner.animate {
    margin: 8vh auto 3vh auto;
}
.footer {
    padding: 0 0 15vh 0;
    font-size: 21px;
    font-weight: 300;
}
.footer .trenner {
    margin: 6vh auto;
}
.col2 {
	width: 50%;
	float: left;
}
.footer a {
    display: inline-block;
    font-weight: 300;
    font-size: 21px;
    margin: 0 !important;
    line-height: 1.6;
}
/* ENDE Footer */	


/* Responsive */

@media only screen and (max-width:1920px) {
}	

@media only screen and (max-width:1700px) {
	.trenner {
		margin: 8vh auto;
	}	
	.zitate {
		width: 110%;
		padding: 3vw 0%;
		margin: 0 0 0 -5%;
		/* overflow: hidden; */
		float: left;
		position: relative;
	}
	.zitat-content {
		font-size: 25px;
	}
	.newstitle.leer {
		height: 120px;
	}
	div#menubut {
		margin: 0 1.3vw 0 0;
	}
	.top-but {
		padding: 3px 30px;
		font-size: 16px;
		display: inline-block;
	}
	.sm-icon {
		width: 3.2vw;
	}
	.footer a {
		font-size: 17px;
	}
}

@media only screen and (max-width:1280px) {	
	.sm-icon {
		width: 3.5vw;
	}
}




