* {
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;   
}



p {
    line-height: 1.5;
    font-family: sans-serif;
    font-size: 20px;
}

h1 {
    font-family: sans-serif;
}

/* Video Header */

@media (max-width: 800px) {
    .video-hero--content {
        position: relative;
        text-align: center;
        color: #FFF;
        margin: 200px 0;
        text-shadow: 0 0 5px rgba(0,0,0,0.4);
        display: none;
    }
    }
    
    .video-hero--content {
        position: relative;
        text-align: center;
        color: rgba(255, 255, 255, 0);
        margin: 200px 0;
        text-shadow: 0 0 5px rgba(0,0,0,0.4);
    }
    
    .video-hero--content {
        position: relative;
        text-align: center;
        color: rgba(255, 255, 255, 0);
        margin: 200px 0;
        text-shadow: 0 0 5px rgba(0,0,0,0.4);
    }
    
    
    
    .jquery-background-video-wrapper {
        position: relative;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
           -moz-background-size: cover;
                background-size: cover;
    }
    .jquery-background-video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        top: 70%;
        left: 50%;
        -o-object-fit: contain;
           object-fit: contain;
        -webkit-transform: translate(-50%,-50%);
           -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    }


.logo-video {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: white;
    position:absolute;
    z-index: 99999;
    left:10px;
    top: 10px;       
}
    
.logo-video p {
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    font-family: 'Righteous';
}



/* Header Desktop */

/* #vid {
    width: 100%;
}

@media (max-width: 800px) {
#vid {
    width: 100%;
    margin: 50px auto;
    display: none;
}
}

video {
    width: 100%;
} */

/* Header Mobile */

.content {
    margin: 0px auto;
    padding: 0 20px;
}

.hero {
    max-width: 100%;
    position: relative;
    background: #333;
    color: white;
    height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;    
}

@media (min-width: 800px) {
    .hero {
        max-width: 100%;
        position: relative;
        background: #333;
        color: white;
        height: 300px;
        display: flex;
        align-items: center;
        overflow: hidden;  
        display: none;  
    
    }
    }

@media only screen and (max-width: 800px) {
    .hero { 
     margin: 50px auto;
}
}

.hero p {
    position: relative;
    z-index: 1;
    font-size: 35px;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-family: "Dela Gothic One";
    text-align: center;
}

/*==============================*/

.waves {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: blue;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    transition: 500ms;
}

.waves::before,
.waves::after {
    content: "";
    position: absolute;
    width: 300vw;
    height: 300vw;
    top: -65vw;
    left: 50%;
    transform: translate(-50%, -75%);
}

.waves::before {
    border-radius: 44%;
    background: rgba(51, 51, 51, 1);
    animation: waves 8s linear infinite;
}

.waves::after {
    border-radius: 44%;
    background: rgba(51, 51, 51, 0.5);
    animation: waves 15s linear infinite;
}

@keyframes waves {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -75%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

/* Navigation PC */

@import "bourbon";
 @import url(https://fonts.googleapis.com/css?family=Lato:100,300,600);
 html, body {
	 height: 100%;
}

 nav {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 66.6666666667px;
	background: linear-gradient(270deg, #28282d 0%, #202126 100%) #212127;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 1px rgba(255, 255, 255, 0.06) inset;
}

@media only screen and (max-width: 800px) {
    nav {
     display: none;
}
}

nav ul, nav li {
    cursor: pointer;
    height: 66.6666666667px;
    line-height: 66.6666666667px;
    width: 100%;
    float: left;
    
}

nav li {
    font-size: 23px;
    font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.24);
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.03) inset;
}

nav li:active {
	color: rgba(255, 255, 255, 0.3);
	background: linear-gradient(360deg, #161519 0%, rgba(34, 34, 39, 0.07) 6.9047619048%, #131315 15%, #131418 92.619047619%, #111114 99.5238095238%) rgba(14, 14, 17, 0.35);
}

nav li:active:before, nav li:active:after {
	content: '';
	position: absolute;
	height: 66.6666666667px;
	width: 5px;
	z-index: 99;
	background: linear-gradient(360deg, #272631 0%, rgba(91, 149, 255, 0.5) 51.4285714286%, #1e1d26 100%) rgba(222, 222, 222, 0);
}

nav li:active:before {
    left: -2px;
}

nav li:active:after {
	right: -2px;
}

nav li:hover {
    background-color: rgb(110, 0, 0);
}

nav a {
    text-decoration: none;
}

/* Navigation Mobile */

.logo p {
    color: rgb(0, 0, 0);
    font-family: 'Righteous';
    border: solid 2px;
    font-size: 20px;
    width: 40px;  
    text-align: center;
    background-color: white;
    margin-left: -5px;    
}

.mobile .mobile-menu {
    background-color: rgba(0, 0, 0, 0.945);
}

@media only screen and (min-width: 800px) {
.mobile .mobile-menu {
    display: none;
}
}

.mobile-menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
    top: 0;
    background-color: #4427ae;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 9999999;
}

.mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 25px;
    cursor: pointer;
    transition: 0.4s;
    margin: 25px;    
}

@media only screen and (min-width: 800px) {
    .mobile-menu__btn {
     display: none;
}
}

.mobile-menu__icon {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 1);
    width: 90%;
    height: 4px;
    transition: 0.4s;
    left: 30px;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 4px;
    transition: 0.4s;
}

.mobile-menu__icon::after {
    top: 8px;
}

.mobile-menu__icon::before {
    top: -8px;
}

.mobile-menu__container {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.2s;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.mobile-menu__list {
    transition: 0.5s;
    transition-delay: 0.5s;
    list-style: none;
    padding-left: 0;
    margin-top: -50px;
    width: 200px;
    text-align: center;
    
}

.mobile-menu__item {
    font-size: 28px;
    margin: 40px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0px 5px 15px;
    line-height: 2;
}

.mobile-menu__link {
    text-decoration: none;
    color: rgb(0, 0, 0);   
}

.mobile-menu__checkbox {
    display: none;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
    opacity: 1;
    transition-delay: 0s;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__container {
    height: 100%;
    transition-delay: 0s;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    top: 0;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Über Uns */

.uber {
    margin: 50px auto;
}

.uber h1 {
    padding-left: .2em;
    font-size: 50px;
    font-family: "Bebas Neue";
}

.uber p {
    padding: 1em 3em;
    color: rgb(28, 27, 27);
}

@media (max-width: 800px) {
.uber p {
    padding: 1em 1.5em;
    color: rgb(28, 27, 27);
}
}

.uber h2 {
    padding-left: .5em;
    text-decoration: underline;
    color: black;
    font-size: 30px;
}



/* Footer */

footer .main-footer{	padding: 20px 0;	background: #252525;}
footer ul{	padding-left: 0;	list-style: none;}

/* Copy Right Footer */

.footer-copyright {	background: #222;	padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}


/* Footer Top */

.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */

footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.671) ;}

/* Footer light */

footer.light .footer-top{	background: #f9f9f9;}
footer.light .main-footer{	background: #f9f9f9;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgb(0, 0, 0) ;}

.thumbnail-widget li {
    margin: 10px auto;
}

.thumb-content a {
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
    font-weight: 700;
    
}

/* .thumb-content a::after {
    display: flex;
  
   justify-content: center;
    flex-direction: column;
   content: "font awasome 4";
  
} */

.footer-copyright p {
    color:rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    
}

@media (max-width: 800px) {
.footer-copyright p {
    color:rgb(255, 255, 255);
    text-align: left;
    font-size: 15px;
    padding-left: 5px;
}
}

.footer-copyright  {
    background-color: black;
}

.footer-copyright p::after  {
    content: " Webdesign by Marcus Kreutz I";
    padding-right: 10px;
    color: red;   
}

@media (max-width: 800px) {
.footer-copyright p::after  {
    content: " Webdesign by Marcus Kreutz";
    padding-right: 10px;
    color: red;   
}
}


/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
	Widgets 
====================== */
.widget{	padding: 20px;	margin-bottom: 40px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;

}

.widget.no-box a {
    color:white;
}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #ffffff;}
.widget li a:hover{	color: #4b92dc;}

.widget-title {
    margin-bottom: 20px;
}

.widget-title1 {
   font-family: "Dela Gothic One";
}

.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #7f7f7f;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{	color: #fff;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#000000;}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}
.btn{background-color: #093b05; color:#fff;}
.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;
}

.col-xs-12 .fas {
color: rgb(0, 60, 255);
width: 20px;
margin: 20px auto;
}
