/* ____________________________________ Allgemein ____________________________________ */
html {
-webkit-hyphenate-character: '-';
}

html, body{
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-font-variant-ligatures: no-common-ligatures;
}

/* ____________________________________ Proven Expert ____________________________________ */
#ProvenExpert_widget_container{
text-decoration: none;
z-index: 3;
position: fixed;
float: left;
line-height: 0;
left: 0px;
bottom: 0px;
opacity: 0;
visibility: hidden;
}

#ProvenExpert_widget_container.scrolled{
opacity: 1;
visibility: visible;	
}

#ProvenExpert_widget_container img{
border:0
}

#ProvenExpert_widget_container span{
position:absolute;
padding:44px 0 40px 0;
top:0;
left:-235px;	
}

/* ____________________________________ Contact Link ____________________________________ */
#cb_wrap{
right:80px;
bottom:60px;
opacity: 0;
visibility: hidden;
}

#cb_wrap.scrolled{
opacity: 1;
visibility: visible;	
}

#cb_content, #cb_button{
box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

#cb_content{
padding: 3vh;
border-radius: 1.5vh;
margin-bottom: 2vh;
transform: translateY(50px);
opacity: 0;
visibility: hidden;
}

#cb_content.open{
transform: translateY(0px);
opacity: 1;
visibility: visible;
}

#cb_button{
width: 60px;
height: 60px;
border-radius:50%;
background: url(../images/allgemein/icon_kontakt.svg) no-repeat center var(--color_yellow);
background-size: 55% auto;
cursor: pointer;
}

/* ____________________________________ Intro ____________________________________ */
.scroll{
animation: scroll 1.5s linear infinite;
}

@keyframes scroll{
0%{opacity: 1; transform: translateY(-20px)}
100%{opacity: 0; transform: translateY(20px);}
}

/* ____________________________________ Focus Text ____________________________________ */
.focus_txt span{
opacity: 0.1;
}

.focus_txt span.active{
opacity: 1;
}

/* ____________________________________ Video Data ____________________________________ */
#vid_dat .fs_15_vw h2{
opacity: 1;
}

#vid_dat .fs_15_vw span{
top: 0;
left: 0;
top: 50%;
transform: translateY(-20%);
opacity: 0;
}

/* ____________________________________ Col 50/50 Horz Scroll ____________________________________ */
#horz_scroll .hs_item:nth-child(2) .w50, #horz_scroll .hs_item:nth-child(3) .w50{
opacity: 0;
transition: all 1s ease;
}

#horz_scroll .hs_item.active:nth-child(2) .w50, #horz_scroll .hs_item.active:nth-child(3) .w50{
opacity: 1;
}

/* ____________________________________ Video ____________________________________ */
.video{
height: 0%;
padding-bottom: 56.251%;
}

/* ____________________________________ Image Grid ____________________________________ */
#img_grid .ig_item{
opacity: 0.3;
}

#img_grid .w50:first-child .ig_item:first-child{
width: 84%;
}

#img_grid .w50:first-child .ig_item:nth-child(2){
width: 54%;
}

#img_grid .w50:first-child .ig_item:nth-child(3){
width: 100%;
}

#img_grid .w50:nth-child(2) .ig_item:first-child{
width: 47%;
}

#img_grid .w50:nth-child(2) .ig_item:nth-child(2){
width: 80%;
}

#img_grid .w50:nth-child(2) .ig_item:nth-child(3){
width: 75%;
}

/* ____________________________________ Slider ____________________________________ */
.swiper-container .swiper-wrapper{
margin-left: -22vw;
}

.swiper-container .swiper-slide{
height: auto;
margin-bottom: 15vh;
}

.swiper-horizontal>.swiper-pagination-bullets{
bottom: var(--swiper-pagination-bottom,0px);
}

.swiper-container .swiper-pagination-bullet{
width: 13px;
height: 13px;
opacity: 0.5;
background: var(--color_white);
}

.swiper-container .swiper-pagination-bullet-active{
opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
margin: 0 var(--swiper-pagination-bullet-horizontal-gap,25px);
}

/* ____________________________________ Instagram ____________________________________ */
.three-quarter-spinner {
width: 50px;
height: 50px;
border: 3px solid var(--color_white);
border-top: 3px solid transparent;
border-radius: 50%;
animation: spin .5s linear 0s infinite;
}

@keyframes spin {
from{transform: rotate(0);}
to{transform: rotate(359deg);}
}

/* ____________________________________ 5 Col ____________________________________ */
.par_grid{
gap: 0vh 0.893vw;
}

.par_grid .w19 img{
opacity: 0.6;
}

/* ____________________________________ Form ____________________________________ */
form input:nth-child(2), form input:nth-child(3){
margin-top: 4vh;
}

form textarea{
height: 310px;
resize:none;
}

form input[type=submit]{
cursor: pointer;
}

/* ____________________________________ Footer ____________________________________ */
footer ul li{
margin-left: 30px;
}

footer ul li:last-child a{
cursor: pointer;
}