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



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

h1 h2 {
    font-family: Arial, Helvetica, 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%;
    box-sizing: border-box;
}

@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;
    margin-bottom: 50px;
    
}

@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 {
	color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    font-weight: 700;
	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(124, 5, 5);
}

nav li a {
    text-decoration: none;
    font-family: sans-serif;
}


/* 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);
}

/* Willkommen Title */

.willkommen {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px;
    
    
}

@media (max-width: 800px) {
.willkommen {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px;
    margin: 50px auto;
    margin-bottom: -40px;
}
}

.willkommen-title  {
    font-family: "Oswald";
    color: #000; 
    font-size: 50px;  
}

@media (max-width: 800px) {
.willkommen-title  {
    color: black;
    font-size: 35px; 
}
}

.willkommen-text  {
    margin: 0px auto;
    color: #131315;
    padding: 40px 40px;
    box-sizing: border-box;
    font-size: 25px;
    font-family: "Oswald";
    margin-bottom: -20px;
}
@media (max-width: 800px) {
.willkommen-text {
    margin: 20px auto;
    margin-bottom: -10px;
    color: #131315;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 25px;
}
}

/* Amination */


.animatee { 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  
}
@media (max-width: 800px) {
.animatee { 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 25px auto;  
    padding-left: 10px;
}
}

.animatee P { 
    display: flex;
    font-size: 40px;
    font-weight: 800;
    color: black;
    margin-top: -20px; 
}

.animatee::before { 
    
     content: "Gez.";
     color: blue;
     font-size: 30px;
    margin: -5px auto;
     padding-right: 5px;
     font-weight: 700;    
}

@media (max-width: 800px) {
.animatee::before { 
    
    content: "Gez.";
    color: blue;
    font-size: 21px;
    margin: 20px auto;
    padding-right: 5px;
    font-weight: 700;    
}
}

@media (max-width: 800px) {
.animatee P { 
    display: flex;
    font-size: 25px;
    font-weight: 800;
    margin: 13px auto;  
}
}

.a.animate__bounce {
    animation-delay: 1;
    flex-basis: 1%;
}

.b.animate__bounce {
    animation-delay: 350ms;
    flex-basis: 1%;
}

.c.animate__bounce {
    animation-delay: 700ms;
    flex-basis: 1%;
}

.d.animate__bounce {
    animation-delay: 1150ms;
    flex-basis: 1%;
}

.e.animate__bounce {
    animation-delay: 1400ms;
    flex-basis: 1%;
}

.f.animate__bounce {
    animation-delay: 1700ms;
    flex-basis: 1%;
}


.lindgren {

    display: flex;
    padding-left: 10px;
}


.g.animate__bounce {
    animation-delay: 2050ms;
    flex-basis: 1%;
}

.h.animate__bounce {
    animation-delay: 2400ms;
    flex-basis: 1%;
}

.i.animate__bounce {
    animation-delay: 2750ms;
    flex-basis: 1%;
}

.j.animate__bounce {
    animation-delay: 3100ms;
    flex-basis: 1%;
}

.k.animate__bounce {
    animation-delay: 3450ms;
    flex-basis: 1%;
}

.l.animate__bounce {
    animation-delay: 3800ms;
    flex-basis: 1%;
}

.m.animate__bounce {
    animation-delay: 4150ms;
    flex-basis: 1%;
}

.n.animate__bounce {
    animation-delay: 4400ms;
    flex-basis: 1%;
}

/* Leistungen */

.leistungen-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 80px auto;
    background-image: url(/bilder/Welle_leistungen);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 900px;
    align-items: center;
    background-position: center center;
    
}

@media (max-width: 800px) {
.leistungen-wrapper {
   
   height: auto;
   margin: 10px auto;
   background-size: cover;
   background-attachment: scroll; 
   background-image: url(/bilder/Welle_leistungen.png);
}
}

.leistungen {
    flex-basis: 400px;
    box-shadow: rgb(0, 0, 0) 0px 5px 15px;
    margin: 30px auto;
    background-color: white;
    height: 650px;
    
}
.leistungen-bild {
    width: 75%;
    margin: 20px auto;      
}

.leistungen-title {
    padding: 20px;
    font-size: 30px;  
    color: #000;  
}

.leistungen-text  {
    padding: 10px 10px;
    color: #161616;  
}

.leistungen-text button {
width: 50%;
text-align: center;
background-color: blue;
height: 45px;
border-radius: 30px;
color: white;
font-weight: 700;
font-size: 18px;
margin: 15px auto;
}

button a {
    color: white;
    text-decoration: none;
}

.leistungen1 {
    flex-basis: 400px;
    box-shadow: rgb(0, 0, 0) 0px 5px 15px;
    margin: 30px auto;
    background-color: white;
    height:  650px;
}

.leistungen1-bild {
    width: 75%;
    margin: 20px auto;   
}

.leistungen1-title {
    padding: 20px;
    font-size: 30px;  
    color:#000;   
}

.leistungen1-text {
    padding: 10px 10px;
    color: #161616;
   
}

.leistungen1-text button {
    width: 50%;
    text-align: center;
    margin: 15px auto;
    background-color: blue;
    height: 45px;
    border-radius: 30px;
    color: white;
    font-weight: 700;
    font-size: 18px;
    
}

.leistungen2 {
    flex-basis: 400px;
    box-shadow: rgb(0, 0, 0) 0px 5px 15px;
    margin: 30px auto;
    background-color: white;
    height:  650px;
}

.leistungen2-bild {
    width: 75%;
    margin: 20px auto;   
}

.leistungen2-title {
    padding: 20px;
    font-size: 30px; 
    color:#000; 
    
}

.leistungen2-text {
    padding: 10px 10px;
    color: #161616;
}

.leistungen2-text button {
    width: 50%;
    text-align: center;
    margin: 15px auto;
    background-color: blue;
    height: 45px;
    border-radius: 30px;
    color: white;
    font-weight: 700;
    font-size: 18px;
    }
/* Leistungen */

.wow.animate__wobble {
animation-duration: 5s;

}


.service-title {
    color: white;
    overflow: hidden;
    font-size: 25px;
}


.service-linie {
    
    position: absolute;
    height: 40px;
    background-color: rgb(25, 0, 255);
    text-align: center;
    width: 40%;
    border-radius: 0px 0px 30px;    
}

@media (max-width: 800px) {
.service-linie {
    
    height: 60px;
    position: absolute;
    background-color: rgb(25, 0, 255);
    text-align: center;
    width: 90%;
    border-radius: 0px 0px 60px;    
}
}

.service-bild {

    width: 100%;  
}

.service-text  {
    
    color: white;
    margin: -5px auto;
    padding: 20px 20px;
    box-sizing: border-box;
    background-color: blue;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.service {
    
    max-width: 85%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 100px auto;    
}

@media (max-width: 800px) {
.service {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0px auto;
    justify-content: center;   
}
}

/* Team */

.team-title {
    color: white;
}


.team-bild {
   width: 30%; 
}

@media (max-width: 1000px) {
.team-bild {
    width: 60%;
    margin: 0px auto;
}
}

.team-text  {
    color: rgb(0, 0, 0);
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    width: 70%;
    justify-content: center;
    background-color: white;
    text-align: center;
   
    
}

.team-text p {
    width: 80%;
    margin: 0px auto;
    font-size: 18px;
    
}

@media (max-width: 1200px) {
.team-text p {
    width: 100%;
    margin: 0px auto;
    
}
}

@media (max-width: 1200px) {
.team-text  {
    color: rgb(0, 0, 0);
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    width: 100%;
    justify-content: center;
    background-color: white;
    text-align: center;
}
}

.team-text h1  {
    color: black;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: "Bebas Neue";
    width: 60%;
    text-align: left;
    font-size: 50px;
}

@media (min-width: 1300px) {
.team-text h1  {
    color: black;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: "Bebas Neue";
    width: 50%;
    text-align: left;
    font-size: 50px;
}
}

@media (max-width: 800px) {
.team-text h1  {
    color: black;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: "Bebas Neue";
    width: 70%;
    text-align: left;
    font-size: 50px;
}
}

.team-text a  {
    color: black;
}

.team-text .fas {
    font-size: 20px;   
} 

.team-text .fas:hover {
    font-size: 40px; 
    color: red;  
} 

.team-text .fas:focus {
    font-size: 40px; 
    color: red;  
} 

.team {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 100px auto; 
    margin-bottom: 50px;   
    justify-content: center;
    align-items: center;
    background-image: url(/bilder/Welle_team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 1700px;   
}

@media (max-width: 800px) {
.team {
    
    flex-direction: column;
    box-sizing: border-box;
    margin: 80px auto; 
    margin-bottom: 20px;   
    justify-content: center;
    align-items: center;
    height: auto;
    background-image: url(/bilder/Welle_team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    
}
}

/* Animation */

/* Surfer */

.wow.animation  {
   
    width: 150px;
    height: 150px;
    animation-name: surfen;
    animation-duration: 10s;   
    margin-bottom: 70px;
}
@media (max-width: 800px) {
.wow.animation  {
   
    width: 150px;
    height: 150px;
    animation-name: surfen;
    animation-duration: 10s;   
    margin-bottom: 0px;
    margin-top: 30px;
}
}


@media (max-width: 800px) {
.wow.animation img {
    width: 100px;
    height: 100px;
    animation-name: surfen;
    animation-duration: 10s;         
}
}

@keyframes surfen {
    0%   {  transform:translate(0)}
    25%  {  transform:rotate(5deg)}
    35%  {  transform:rotate(-5deg)}
    50%  {  transform:translate(20%, -20%)}
    75%  {  transform:translate(30%, -40%)}
    100%  {  transform:translate(40%)}
 }

/* Leistungen */

.wow.animate__fadeIn {
    animation-delay: 300ms;
}

/* Team */

.wow.animate__wobble {
    animation-delay: 300ms;
    animation-duration: 5s;
}

/* Zielgruppen */

.zielgruppe {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: -7px auto;
  }
  
  .zielgruppe-bild {
    flex-basis: 650px;
    position: relative;
   
  }
  
  .zielgruppe-uberschrift {
    position: absolute;
    background-color: blue;
    top: 0px;
    border-radius: 0px 0px 30px 0px;
    color: white;
  }
  
  .zielgruppe-uberschrift h1 {
    color: white;
    font-size: 40px;
    font-family: sans-serif;
    text-align: center;
  }

  @media (max-width: 800px) {
    .zielgruppe-uberschrift h1 {
      font-size: 25px;
      font-family: sans-serif;
      text-align: center;
  }
  }
  
  .zielgruppe-text  {
    flex-basis: 650px;
    background-color: rgba(0,0,0,0.1);  
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
     rgba(0, 0, 0, 0.12) 0px -12px 30px, 
     rgba(0, 0, 0, 0.12) 0px 4px 6px, 
     rgba(0, 0, 0, 0.17) 0px 12px 13px,
     rgba(0, 0, 0, 0.09) 0px -3px 5px; 
}

  .zielgruppe-text p  {
    font-size: 16px;
    padding: 5px 10px;
    box-sizing: border-box;
}

@media (max-width: 800px) {
    .zielgruppe-text p  {
        font-size: 16px;
        padding: 10px 15px;
        box-sizing: border-box;
    }
    }

.linie {
    height: 5px;
    background-color: #000;
    margin: 40px auto;
    border-radius: 50%;
}

/* Entwicklung und Qualität */

.qualität {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .qualität-bild {
    flex-basis: 650px;
    position: relative;
   
  }
  
  .qualität-uberschrift {
    position: absolute;
    background-color: blue;
    top: 0px;
    border-radius: 0px 0px 30px 0px;
    color: white;
  }
  
  .qualität-uberschrift h1 {
    font-size: 40px;
    font-family: sans-serif;
    text-align: center;
}

@media (max-width: 800px) {
  .qualität-uberschrift h1 {
    font-size: 25px;
    font-family: sans-serif;
    text-align: center;
}
}
  
  .qualität-text  {
    flex-basis: 650px;
    background-color: rgba(0,0,0,0.1);  
    box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px,
     rgba(0, 0, 0, 0.12) 0px -12px 30px, 
     rgba(0, 0, 0, 0.12) 0px 4px 6px, 
     rgba(0, 0, 0, 0.17) 0px 12px 13px, 
     rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .qualität-text p  {
      font-size: 16px;
      padding: 5px 10px;
      box-sizing: border-box;
  }

  @media (max-width: 800px) {
    .qualität-text p  {
        font-size: 16px;
        padding: 30px 15px;
        box-sizing: border-box;
    }
    }


 /* Stellen */

.jobs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}
  
.jobs-bild {
    flex-basis: 650px;
    position: relative;
   
}
  
.jobs-uberschrift {
    position: absolute;
    background-color: blue;
    top: 0px;
    border-radius: 0px 0px 30px 0px;
    color: white;
}
  
.jobs-uberschrift h1 {
    color: white;
    font-size: 40px;
    font-family: sans-serif;
    text-align: center;
}

@media (max-width: 800px) {
    .jobs-uberschrift h1 {
      font-size: 25px;
      font-family: sans-serif;
      text-align: center;
  }
  }
  
.jobs-text  {
    flex-basis: 650px;
    background-color: rgba(0,0,0,0.1);  
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, 
    rgba(0, 0, 0, 0.12) 0px -12px 30px, 
    rgba(0, 0, 0, 0.12) 0px 4px 6px, 
    rgba(0, 0, 0, 0.17) 0px 12px 13px, 
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.jobs-text p  {
      font-size: 16px;
      padding: 5px 10px;
      box-sizing: border-box;
}

@media (max-width: 800px) {
.jobs-text p  {
    font-size: 16px;
    padding: 30px 15px;
    box-sizing: border-box;
}
}

/* 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-copyright p {	color: #969696;	margin: 2px 0 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: #ff0000;}

.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;
}




