@charset "utf-8";
/* CSS Document */




section, body {max-width: 100vw;
    overflow-x: hidden;}


/*plan IT Logo*/

#copyrights p.agentur a.logo {
    text-align: left;
    text-indent: -9999px;
    content: url(//cdn.xuansiwei.com/xinde11628/layout/images/planit-black.svg);
    position: relative;
    height: 25px;
    margin-left: .75rem;
	transform: translate(0px, 5px);
}

#copyrights p.agentur {
    margin-bottom: 0;
	text-align: right;
}

#copyrights p.agentur span {
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}


/*videoslider*/
#start .video-container {overflow: hidden;}

#start .video-container video {max-height: 100vh;}


@media (min-width: 1921px) {
#start .video-container {width: 100vw;
    max-height: 1080px;}
#start .video-container video {
width: 100vw;
    max-height: unset;
    height: auto;
    max-width: unset;
    object-fit: cover;}
}




/*Kopfbereich*/
@media (max-width: 768px){
#top-bar.transparent-top-bar.add-border-bottom.scrolled, #top-bar {
    border-bottom-color: #fff;
}	


#header .navbar-toggler, #header .navbar-light .navbar-toggler, #top-bar .top-links a {border-radius: 4px;}
	
}

/*Buttons*/
.btn {padding: 0.375rem 1.25rem;}


/*Social Media Icons */
.icon-facebook:before {font-size: 230% !important;}
.icon-youtube:before {content: url("//cdn.xuansiwei.com/xinde11628/layout/images/youtube.svg"); transform: translate(-1px, -1px);}

/*Scharfes Sliderbild */
@media (min-width: 1800px) {
.header-image .img-fluid {min-width: 1920px;}
}

/*Parallax iPhone fix */
@media (max-width: 767px) {
.parallax {
    background-attachment: revert !important;
}
}
