@import url("reset.css");
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
html {
    scroll-behavior: smooth;
}

* {box-sizing: border-box;-o-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; hyphens: auto; -o-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto;-ms-hyphens: auto;}
.clear {
    clear: both;
}
body {
    font: 400 15px/21px 'Open Sans';color: #87888a; /* Schriftschitt/Größe/Zeilenabstand/Art*/
}

nav {position: fixed; top:0; left: 0; background: #fff; border-bottom: 1px solid #e2001a; width: 100%; padding: 50px 10% 35px 10%; text-align: right; color: #2e2d30; z-index: 102;}
nav ul li{display: inline-block;  margin: 0 15px;}
nav ul li:last-child {margin-right: 0;}
nav ul li a{text-decoration: none; color: #2e2d30; transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease; }
nav ul li a:hover, .data a:hover, .adress a:hover {color: #e2001a;}

.data {position: fixed; top: 10px; right: 10%; z-index: 103; font-size: 13px;}
.data a {color: #2e2d30; text-decoration: none;transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease;}
.logo {position: fixed; left: 10%; top: 25px; z-index: 103;}
header {position: relative;background: url(../images/dsa-jobs.jpg) no-repeat center top; height: 90vh; background-size: cover;}
.slogan {font-size: 40px; position: absolute; left: 10%; bottom: 15%; color: #fff; text-shadow: -2px 0px 1px rgba(0, 0, 0, 0.6); font-weight: 700; text-transform: uppercase; line-height: 45px; z-index: 100;width: 80%;}
.slogan span {font-size: 23px; color: #cc0000; font-weight: 600; letter-spacing: .5px;}
.btn {position: absolute; right: 5%; bottom: 5%; text-transform: uppercase;}
.btn a {text-decoration: none; color: #fff; font-size: 18px;  padding: 8px 15px; background:#cc0000;transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease;}
.btn a:hover {background: #fff; color: #cc0000; border-color: #cc0000;}
.wrapper {width: 100%; padding: 150px 10%;}

h1 {text-transform: uppercase; color: #cc0000; font-size: 35px; font-weight: 700; line-height: 40px;}
h2 {font-size: 18px; text-transform: uppercase;color: #87888a; font-weight: 400;}
h3 {text-transform: uppercase; font-size: 20px; font-weight: 600;line-height: 25px;}
h4 {text-transform: uppercase; margin-bottom: 2px; text-decoration: underline;}

.red {color: #cc0000;}
.inhalt {column-count: 2; margin-top: 20px; column-gap: 35px;}
.erfolg {position: relative; background: url(../images/erfolge.jpg) no-repeat center ; height: 600px;background-size: cover;}
.erfolg img {width: 100%; }

#dsajobs {background: #cc0000; color: #fff; text-align: center; padding: 150px 0;}
#dsajobs .wrapper {display: flex; justify-content: space-around; text-align: left;}
#dsajobs a {color: #fff; text-decoration: none; text-transform: uppercase; border: 1px solid #fff; padding: 5px 10px; margin: 35px 0 0; display: inline-block;transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease;}
#dsajobs a:hover {background: #fff; color: #cc0000;}
#dsajobs h2 {color: #fff;text-transform: uppercase; font-size: 25px; font-weight: 600; line-height: 30px;}
#dsajobs h3 {font-weight: 400; display: block; }

table .groesse { border: 2px solid #fff; border-radius: 50px; width: 40px; padding:8px 0; display: block;text-align: center; margin: 0 auto ; }
#dsajobs .wrapper {padding: 0 10%;}
.small {text-transform: none!important;}
#kontakt {display: flex;}
#kontakt .adress span {color: #cc0000; font-size: 20px; text-transform: uppercase;font-weight: 600;}
.maps {width: 60%;}
.adress {width: 40%; padding: 50px;}
.adress a {color: #87888a; text-decoration: none;transition: .5s ease; -o-transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease;}
footer {background: #f4f4f4; padding: 25px 10%;text-align: right}
.callback {margin: auto; padding: 17px 20px; margin: auto; background: #fff; border-radius: 30px; }
.navi {display: none;}
.erfolg .slogan .small {color: #fff;font-size: 40px;}

table tr td {display: inline-block; vertical-align: top;}
table tr td { width:95px;}
table tr td:first-child { width:50%; margin-right: 50px; margin-bottom: 15px; }
table tr td:nth-of-type(2), table tr td:nth-of-type(3), table tr td:nth-of-type(4) {text-align: center;}
table tr:first-child {margin-bottom: 15px; display: block;}


@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: hidden;
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.burger-contain {
  right: 60px;
  position: absolute;
  top: 33px;
  width: auto;
}
.burger-contain .burger {
  background: #fff;
  border: #cc0000 solid 1px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  padding-left: 12px;
  padding-top: 13px;
  position: fixed;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  width: 45px;
  z-index: 999;
}
.burger-contain .bun {
  background: #cc0000;
  position: relative;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.burger-contain .bun-top {
  height: 2px;
  top: 0;
  width: 20px;
}
.burger-contain .bun-mid {
  height: 2px;
  top: 5px;
  width: 20px;
}
.burger-contain .bun-bottom {
  height: 2px;
  top: 10px;
  width: 20px;
}
.burger-contain .burger-brand {
  color: #cc0000;
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 300;
  left: 0;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -21.42857px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: 2000;
}
.burger-contain:hover:not(.open) .burger {
  background: #fff;
}
.burger-contain.open .burger {
  border: #cc0000 solid 1px;
}
.burger-contain.open .bun-top {
  background: #cc0000;
  top: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger-contain.open .bun-mid {
  opacity: 0;
}
.burger-contain.open .bun-bottom {
  background: #cc0000;
  top: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.burger-contain.open .burger-brand {
  color: #fff;
}
.burger-contain.open:hover .burger {
  border: white solid 1px;
}

.burger-nav {
  background: #cc0000;
  display: none;
  font-family: 'Open Sans';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.burger-nav li {
  list-style-type: none;
  padding: 10px;
  text-align: left;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.burger-nav li .burger-link {
  border-left: #fff solid 0;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  width: auto;
}
.burger-nav li .burger-link:hover,
.burger-nav li .burger-link.active {
  border-left: #fff solid 1px;
  padding-left: 30px;
}
.burger-nav li:first-child {
  margin-top: 120px;
}
.burger-nav li:not(.open) {
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.burger-nav.open li {
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}



/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 880px) {
  /*CSS*/
    header {height: 70vh; background-position: right -150px top 55px;}
    .inhalt {column-count: 1;}
    .wrapper {padding: 80px 10%;}
    #dsajobs .wrapper {padding: 0 12px;}
    table tr td {width: 55px;}
    #dsajobs a {margin-top: 25px;}
    .produkt {width: 100%; margin: 50px 0;}
    .erfolg {height: 400px;}
    .slogan{font-size: 30px; line-height: 25px;}
    .slogan span {font-size: 18px;}    
.erfolg .slogan .small {font-size: 30px;}
}

@media screen and (max-width: 700px) {
   /*CSS*/
    #kontakt {display: block;}
    .maps, .adress {width: 100%;}
    .logo {left: 5%;}
    nav {padding: 50px 5% 35px 5%;}
    nav ul li {margin: 0 4px;}
    .data {right: 5%;}
    .wrapper {padding: 80px 5%;}
}
@media screen and (max-width: 480px) {
   /*CSS*/
    #dsajobs {padding: 100px 12px;}
    nav ul  {display: none;}
    .data {z-index: 105;}
    .navi {display: block;}
    .slogan {font-size: 23px; }
.erfolg .slogan .small {font-size: 23px;}
    .slogan span {font-size: 15px; font-weight: 600;}
    .btn {right: inherit; left: 10%;}
    .btn a {font-size: 13px; }
    table tr td {width: 45px;}
    table tr td:first-child {width: 45%; margin-right: 15px;}
}