/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

html,
body,
input,
textarea {
    color: #686968;
    font: 16px/27px 'Roboto', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

html,
section,
body {
    overflow-y: inherit!important;
}

 * {
      box-sizing: border-box;
}

a {
    color: #3F3C39;
    text-decoration: none;
    transition: all 1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:hover,
a:focus,
a,
footer,
section,
article,
div {
    outline: none!important
}

h1, h2 {
    color: #104f7f;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.small, h3 {
    font-size: 20px;
    color: #1478bb;
}

h3,
h4,
h5,
h6 {}


/* ==========================================================================
   header
   ========================================================================== */

header {
    background: url(../images/industrie.jpg)no-repeat center center / cover;
    width: 100%;
    height: 95vH;
    background-attachment: fixed;
    position: relative;
}

.logo {
    position: fixed;
    width: 120px;
    top: 13px;
    left: 5%;
    z-index: 1000;
}

.logo img {
    width: 120px;
}

.ecke {
    position: absolute;
    background-color: #0972b8;
    width: 300px;
    height: 95vH;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 0, 6% 100%, 0% 100%);
}

.ecke-two {
    position: absolute;
    background-color: #0972b8;
    width: 390px;
    height: 100vH;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
}

.language {
    position: fixed;
    right: 0;
    top: 500px;
    background-color: #104f7f;
    width: 90px;
    padding: 13px 10px 13px 33px;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 10;
}

.language:hover,
.btn:hover {
    background-color: #0972b8;
}

.language img {
    width: 40px;
}

.infos-header {
    position: relative;
    top: 70vH;
    width: 700px;
    left: 5%;
}

.header-content {
    color: #fff;
    padding: 25px 50px;
    text-align: center;
    line-height: 2.5;
    background-color: rgba(10, 67, 108, .9);
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

.infos-header img {
    width: 15px;
}

.slogan {
    font-size: 21px;
    font-weight: 700;
}

.blue-big {
    color: #0972b8; 
    font-weight: 700;
    padding: 0 10px;
}

.italic {
    font-style: italic;
    font-size: 14px;
}

.infos-header a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.infos-header a:hover {
    color: #0972b8;
    text-decoration: none;
}

.infos-header::before {
    content: url(../images/aplus-bildmarke-weiss.svg);
    position: absolute;
    top: -25px;
    right: -23px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.btn {
    position: relative;
    top: 250px;
    left: 0;
    background-color: #104f7f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    font-size: 18px;
    padding: 15px 30px 15px 25px;
}

/* ==========================================================================
   navi
   ========================================================================== */
nav {
    background-color: #fff;
    position: fixed;
    display: flex;
    width: 100%;
    height: 130px;
    z-index: 100;
}

nav ul {
    padding-top: 80px;
    position: absolute;
    right: 5%;
}

nav ul li {
    display: inline-block;
    padding: 0 5px
}

nav ul li:last-of-type {
    padding-right: 0;
}

nav ul li:nth-child(even) {
    color: #2280bf;
    font-weight: 600;
}

nav ul li a {
    font-weight: 500;
    color: #686968;
}

nav ul li a:hover {
    font-weight: 700;
    color: #2280bf;
}

.sidenav,
.open-menu {
    display: none;
}

.dropdown:hover .dropbtn {
    color: #2280bf;
}

nav ul li.dropdown,
aside ul li {
    display: inline-block;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 150px;
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -15px;
    top: 25px;
}

.dropdown-content a {
    color: #686968;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: 2px solid #f4f4f4;
    line-height: 1.2;
    font-size: 14px;
}

.dropdown-content a:last-of-type {
    border-bottom: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

aside {
    position: fixed;
    z-index: 10000;
    top: 5px;
    right: 5%;
}

aside ul li img {
    width: 25px;
}

aside ul li {
    padding-left: 5px;
}

/******************************* 
section1
*******************************/

.verbaende {
    background-color: #f4f4f4;
    padding: 20px 500px 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#content-1, #content-3, #termine {
    padding: 150px 0;
    position: relative;
}

#content-1  .flex-direction{align-items: center;}
.flex-direction {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-item {
    width: 50%;
}

#content-1 .flex-item:nth-child(1),
#content-3 .flex-item:nth-child(1),
#termine .flex-item:nth-child(1) {
    padding-right: 50px;
    position: relative;
}

#content-3 .flex-item:nth-child(2) {
    padding-left: 50px;
}

#content-1 h2,
#content-3 h2 {
    margin-top: 10px;
}

#content-1 .flex-item:nth-child(2) {
    background: url(../images/mitarbeiter-auf-dem-schrottplatz.jpg)no-repeat center top / cover;
    width: 45%;
    position: relative;
    height: 350px
}

.blue-eck {
    position: absolute;
    height: 250px;
    width: 52%;
    background-color: #0a436c;
    bottom: 75px;
    right: 0;
    z-index: -1;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

#content-1 .flex-item:nth-child(2) .contect,
#content-3 .contect {
    position: absolute;
    bottom: -15px;
    left: -20px;
}

#content-1 .flex-item:nth-child(2) a,
#content-connect a, #termine a,
#content-3 .contect a {
    background-color: #0972b8;
    padding: 22px 35px;
    clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
}

#content-1 .flex-item:nth-child(2) a img,
#content-connect a img, #termine a img,
#content-3 .contect a img {
    width: 30px;
}

#content-1 .flex-item:nth-child(2) a:hover,
#content-connect a:hover, #termine a:hover {
    background-color: #104f7f;
}

/******************************* 
section2
*******************************/

#content-2,
#content-4 {
    background-color: #cbcbca;
    padding: 100px 0;
    position: relative;
}

#content-2 .wrapper {
    width: 90%;
    position: relative;
    z-index: 1;
}

#content-2 h2,
#content-4 h2 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

#content-2 .flex-item {
    width: 25%;
    position: relative;
}

#content-2 .bg-leistungen {
    width: 100%;
    height: 350px;
    clip-path: polygon(18% 0%, 100% 0, 82% 100%, 0% 100%);
    overflow: hidden;
    position: relative;
    object-fit: cover;
    display: block;
}

#content-2 .bg-leistungen .pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    opacity: 1;
}

#content-2 .bg-leistungen:hover .pic {  
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
}

.btn-leistungen {
    background-color: rgba(34, 128, 191,.9);
    padding: 13px 30px 13px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
    display: block;
    width: 225px;
    position: absolute;
    bottom: 55px;
    left: 0;
}

.btn-leistungen:hover {
    background-color: rgba(10, 67, 108,.9);
}

.img-logo {
    position: relative;
    width: 225px;
}

.img-logo::after {
    content: url(../images/aplus-bildmarke-weiss.svg);
    position: absolute;
    top: -120px;
    right: -12px;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.ecke-three {
    position: absolute;
    background-color: #0972b8;
    width: 390px;
    height: 712px;
    top: -50px;
    left: 0;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, 85% 0, 30% 100%, 0% 100%);
    z-index: 0;
}

/******************************* 
section3
*******************************/

#content-connect {
    padding: 150px 0;
    position: relative;
}

#content-connect .flex-item:nth-child(1) {
    background: url(../images/mitarbeiter-nimmt-kontakt-auf.jpg)no-repeat center right / cover;
    width: 50%;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

#content-connect .flex-item:nth-child(2) {
    width: 50%;
    padding: 150px 10% 150px 50px;
}

#content-connect .flex-item:nth-child(2) p {
    margin-bottom: 15px;
}

.ecke-four {
    position: absolute;
    background-color: #0972b8;
    width: 90px;
    height: 750px;
    top: 150px;
    right: 0;
    mix-blend-mode: multiply;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 0;
}

/******************************* 
section4
*******************************/

footer {
    background-color: #104f7f;
    color: #fff;
    padding: 50px 0;
    position: relative;
}

footer .flex-item:nth-child(1), 
footer .flex-item:nth-child(2) {
    width: 25%;
}

footer .flex-item:nth-child(3) img {
    width: 15px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    text-decoration: none;
}

.footer-logo {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 30px;
}

.footer-copy {
    width: 100%;
    background-color: #cbcbca;
    color: #fff;
    font-size: 12px;
    padding: 1px 10%;
    font-weight: 500;
}

/******************************* 
section5
*******************************/

#content-3 .list {
    margin-left: 15px;
}

#content-3 .list li {
    list-style: disc
}

.text-zertifikat {
    text-align: center;
    padding: 0 10% 50px 10%;
    position: relative;
    z-index: 1;
}

#content-4 .flex-direction {
    justify-content: space-between
}

#content-4 h2 {
    margin-bottom: 30px;
}

#content-4 .flex-item:nth-child(1),
#content-4 .flex-item:nth-child(2),
#content-4 .flex-item:nth-child(3),
#content-4 .flex-item:nth-child(4),
#content-4 .flex-item:nth-child(5) {
    width: 20%;
    text-align: center;
}

#content-4 img {
    margin-bottom: 15px;
}

#content-4 .flex-item:nth-child(3) img{
    width: 120px;
}
#content-4 .flex-item:nth-child(5) img{
    width: 120px;
}

.switch {
    background-color: #cbcbca;
}

/*#scroll #content-3 .flex-direction {
    align-items: center;
}*/

#content-3 .kaufen-img {
    background: url(../images/mitarbeiter-nimmt-kontakt-auf.jpg)no-repeat center right / cover;
    height: 500px;
}

#termine .flex-item:nth-child(2) iframe {
    border: none;
    width: 100%;
    height: 800px;
}

#termine .flex-item:nth-child(1) a {
    color: #104f7f;
}

#termine .flex-item:nth-child(1) a:hover {
    color: #1478bb;
}

/******************************* 
section6
*******************************/

.liste {
    text-align: left;
}

.liste li {
    margin-left: 20px;
    position: relative;
}

.liste li:before {
    position: absolute;
    content: '';
    background: url(../images/check.svg) no-repeat;
    width: 17px;
    height: 17px;
    left: -20px;
    top: 4px;
}

.color-blue {
    color: #104f7f;
    font-weight: 600
}

/******************************* 
section7
*******************************/

/******************************* 
section8
*******************************/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_container {
    position: relative;
    float: left;
    width: 100%;
}

.centered-btns_tabs {
    margin-top: 10px;
    text-align: center;
}

.centered-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    width: 9px;
    height: 9px;
}

.centered-btns_here a {
    background: #1478bb;
}


#kontaktformular {text-align: center;position: relative;background: #cbcbca; padding: 150px 0 }
#kontaktformular h2 {position: relative;z-index: 1;}
#kontaktformular iframe {width: 70%;border: none;height: 850px; position: relative; z-index: 1;}
#kontaktformular .ecke-three {
    position: absolute;
    background-color: #0972b8;
    width: 390px;
    height: 1200px;
    top: -50px;
    left: -110px;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, 85% 0, 30% 100%, 0% 100%);
    z-index: 0;
}

#vorteile {background: #0a436c; text-align: center; color: #fff; padding: 150px 0 250px; position: relative;}
#vorteile h2, #vorteile h2 span {color: #fff;}

.icon {width: 49%; margin: 20px 0; font-weight: 600;}
.icon img {margin-bottom: 15px}
.termin {position: absolute; background: #1479bc; text-align: left; width: 40%; left: 0; bottom: 85px; padding: 50px 50px 50px 5%; font-weight: 600; font-style: italic;}
.termin:after {position: absolute; content: ''; background: url(../images/schraege.svg) no-repeat center / cover; width: 50px; height: 100%; right: -48px; top: 0;}
.termin img {position: absolute; right:-68px; top:-25px; width: 50px; height: 50px; z-index: 100;}
.termin a {color: #fff; text-decoration: underline;  font-weight: 600;margin-top: 20px; display: block;}

.eyecatcher {background: url(../images/container.jpg) no-repeat center / cover; height: 600px; background-attachment: fixed;}

#metalle {padding: 150px 0; position: relative;}
#metalle .flex-item:first-child {background: url(../images/schrott.jpg) no-repeat center / cover; width: 45%; position: relative; z-index: 1}
#metalle .ecke-three {background: #0a436c; height: 750px; z-index: 0;}

#metalle .list { margin-bottom: 20px;}
#metalle .list li{position: relative; margin-left: 20px;}
#metalle .list li:before {content: '+'; color: #686968; position: absolute; left: -20px;}

#ap {background: #f4f4f4; padding: 150px 0;}
#ap .flex-item:first-child a {color: #686968; text-decoration: underline;  }
#ap .flex-item:last-child a { text-decoration: underline;  }
.plus {margin: 0 5px}
.blue {color: #0a436c;}
#ap .flex-item:last-child {color: #0a436c}
.grey {color: #686968;}

.blau-bg {background: #0a436c; color: #fff; padding: 50px 0}

/* ==========================================================================
   PopUp
   ========================================================================== */

#popup1,
#popup2 {
    transform: scale(0.8)
}

.popup_visible #popup1,
.popup_visible #popup2 {
    transform: scale(1)
}

.popup-style {
    margin: 2rem 0;
    width: 80%;
    min-height: 20px;
    padding: 2rem 1rem;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

@media (min-width: 576px) {
    .popup-style {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .popup-style {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .popup-style {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .popup-style {
        width: 30%;
    }
}

.popup-style h4 {
    color: #104f7f
}

.popup-style p {
    text-align: left
}

.popup-style h4 + p {
    padding-top: 1rem
}

@media only screen and (min-width: 768px) {
    .popup-style {
        padding: 4rem 2rem
    }
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none
}

.close-popup {
    transition: all 1s ease;
    cursor: pointer;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem
}

.close-popup i {
    transition: all 1s ease;
    font-size: 2rem;
    color: #1478bb
}

.close-popup:hover i {
    color: #104f7f
}


/* ==========================================================================
   footer
   ========================================================================== */


.daten {
    position: fixed;
    bottom: 6px;
    z-index: 1000;
}

.daten a {
    font-size: 16px;
    color: #fff;
    background-color: #3a3a3a;
    padding: 7px;
}

/******************************* 
textmarkierungen
*******************************/

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

/* ==========================================================================
   Google Maps und Cookie Hinweis
   ========================================================================== */

.dsa-secure-plugin{border-radius:5px;position:relative}.dsa-secure-plugin .dsa-secure-image{width:100%;height:100%}.dsa-secure-plugin{font-size:12px;line-height:16px}.dsa-secure-plugin .dsa-buttons{width:90%;margin:auto;text-align:center}.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n){margin-top:10px}.dsa-secure-plugin .undercheck{background-color:#fff;color:#222!important;border-radius:5px;padding:4px;margin:8px 50% 16px;width:202px;transform:translateX(-50%)}.dsa-secure-plugin .check-slide-content{position:absolute;top:50%;left:5%;width:90%;margin:auto;-webkit-transform:translateY(100%);transform:translateY(-50%)}.dsa-secure-plugin .dsa-switch{position:relative;width:60px;height:34px;display:block}.dsa-secure-plugin .check-slide{visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s linear}.dsa-secure-plugin .dsa-secure-plugin input{display:none}.dsa-secure-plugin iframe{width:100%}.dsa-secure-plugin .dsa-switch{margin-left:calc(50% - 30px)}.dsa-secure-plugin p,.dsa-secure-plugin p{text-align:center;font-family:arial;padding:10px 0;display:block;margin:auto;font-weight:700}.dsa-secure-plugin .check-slide{position:absolute;top:0;left:0;width:100%;height:100%;color:#000}.dsa-secure-plugin .check-slide.hide{display:none}.dsa-secure-plugin a{font-size:12px;text-align:center;font-family:arial;display:block;margin:auto;width:calc(100% - 20px);max-width:300px;background-color:#cc1417;border-radius:5px;padding:5px 10px;text-decoration:none;color:#fff}.dsa-secure-plugin a:hover{background-color:#dd171b}.dsa-secure-plugin:hover .check-slide,.dsa-secure-plugin .check-slide:hover{visibility:visible;opacity:1;visibility:visible;opacity:1}.dsa-secure-plugin .dsa-tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.dsa-secure-plugin .dsa-buttons a:hover{color:#fff!important}.dsa-secure-plugin .dsa-tooltip .tooltiptext{font-size:12px;visibility:hidden;width:100%;max-width:300px;background-color:#cc1417;color:#fff;text-align:center;padding:5px 10px;border-radius:6px;position:absolute;z-index:1;bottom:125%;left:0;margin-left:0;opacity:0;transition:opacity .3s}.dsa-secure-plugin .dsa-tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent}.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,.dsa-tooltip.active .tooltiptext{visibility:visible;opacity:1}.dsa-secure-plugin .dsa-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#333;-webkit-transition:.4s;transition:.4s}.dsa-secure-plugin .dsa-slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.dsa-secure-plugin input:checked+.dsa-slider{background-color:#cc1417}.dsa-secure-plugin input:focus+.dsa-slider{box-shadow:0 0 1px #cc1417}.dsa-secure-plugin input:checked+.dsa-slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.dsa-secure-plugin .dsa-slider.round{border-radius:34px}.dsa-secure-plugin .dsa-slider.round:before{border-radius:50%}.dsa-cookie-notice-close:hover{background-color:#000}.dsa-cookie-notice-close{position:absolute;display:block;height:20px;bottom:20px;width:20px;line-height:20px;right:5px;top:5px;text-decoration:none;color:#fff!important;background-color:#515151}.dsa-cookie-notice{font-family:arial;font-size:12px;display:block;position:fixed;left:0;right:0;bottom:10px;z-index:99999!important;background-color:#6d6d6d;margin:auto;width:100%;text-align:center}.dsa-cookie-notice a{color:#000}.dsa-cookie-notice.hide{display:none}.cookie-inner{padding:25px}@media (max-width:900px){.dsa-secure-plugin .check-slide,.dsa-secure-plugin .check-slide{visibility:visible;opacity:1;visibility:visible;opacity:1}}

/* ==========================================================================
   media Queries
   ========================================================================== */

@media screen and (max-width: 1660px) {
    #content-2 .bg-leistungen {
        clip-path: polygon(29% 0%, 100% 0, 71% 100%, 0% 100%);
    }
}

@media screen and (max-width: 1366px) {
    .wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .wrapper {
        width: 90%;
    }
    .ecke-two {
        width: 120px;
    }
    .ecke {
        width: 150px;
    }
    .verbaende {
        padding: 20px 15% 20px 10%
    }
    #content-1 .flex-item:nth-child(1),
    #content-1 .flex-item:nth-child(2),
    #content-3 .flex-item:nth-child(1),
    #content-3 .flex-item:nth-child(2),
    #content-connect .flex-item:nth-child(1),
    #content-connect .flex-item:nth-child(2),
    #termine .flex-item:nth-child(1),
    #termine .flex-item:nth-child(2)    {
        width: 100%;
    }
    #content-3 .flex-item:nth-child(2) {
        padding-left: 0;
        margin-top: 5px;
    }
    #content-1 .flex-item:nth-child(2) {
        height: 400px;
        margin-top: 75px;
    }
    #content-1 .flex-item:nth-child(1),
    #content-3 .flex-item:nth-child(1),
    #termine .flex-item:nth-child(1){
        padding-right: 0;
    }
    .blue-eck {
        width: 99%;
        clip-path: polygon(3% 0%, 100% 0, 100% 100%, 0% 100%);
    }
    nav ul {
        display: none;
    }
    .open-menu {
        display: block;
        position: fixed;
        top: 48px;
        right: 4%;
        width: 56px;
        height: 50px;
        cursor: pointer;
        z-index: 10000;
        transition: all 1s;
    }
    .open-menu:hover {
        background: #f9f9f9
    }
    .open-menu img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
        margin: 0;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 20000;
        top: 0;
        right: 0;
        background: rgba(10, 67, 108, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }
    .sidenav a {
        padding: 17px 0 8px 0;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: 'Roboto';
        text-align: center;
    }
    .sidenav a:nth-child(2) {
        margin-top: 70px;
    }
    .sidenav a:hover,
    .offcanvas a:focus {
        font-weight: bold
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .infos-header {
        top: 65vH;
        width: 500px;
        left: 7%;
    }
    .header-content .slogan {
        font-size: 16px;
    }
    .header-content p {
        font-size: 12px;
    }
    .btn {
        top: 115px;
    }
    .language img {
        width: 30px;
    }
    .language {
        top: 250px;
        width: 59px;
        padding: 13px 10px 13px 20px;
    }
    #content-1, #termine{
        padding: 150px 0 250px 0; 
    }
    #content-1 .flex-item:nth-child(2) .contect {
        left: -6px;
    }
    #content-1 .flex-item:nth-child(2) a,
    #content-connect a,
    #content-3 .contect a {
        padding: 22px 25px;
        clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
    }
    #content-2 .flex-item {
        width: 50%;
    }
    #content-2 .bg-leistungen {
        clip-path: polygon(18% 0%, 100% 0, 82% 100%, 0% 100%);
    }
    #content-2 .flex-item:nth-child(1),
    #content-2 .flex-item:nth-child(2) {
        margin-bottom: 50px;
    }
    .ecke-three {
        height: 1112px;
    }
    #content-connect {
        padding: 100px 0;
    }
    #content-connect .flex-direction,
    #scroll .switch .flex-direction {
        flex-direction: column-reverse;
    }
    #content-connect .flex-item:nth-child(2) {
        padding: 0 10% 100px 10%;
    }
    .ecke-four {
        height: 450px;
        top: auto;
        bottom: 50px;        
    }
    #content-connect .flex-item:nth-child(1) {
        height: 400px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    footer .flex-item:nth-child(1), 
    footer .flex-item:nth-child(2) {
        width: 50%;
    }
    footer .flex-item:nth-child(3) {
        width: 100%;
        margin-top: 25px;
    }
    #content-connect .flex-item:nth-child(2) {
        padding: 0 5% 100px 5%;
    }
    #scroll #content-3 {
        padding: 100px 0;
    }
    #scroll #content-3 .bottom,
    #termine .flex-item:nth-child(1) {
        margin-bottom: 50px;
    }
    .eyecatcher, header {background-attachment: inherit;}
}

@media screen and (max-width: 900px) {
    #content-4 .flex-item:nth-child(1), 
    #content-4 .flex-item:nth-child(2),
    #content-4 .flex-item:nth-child(3), 
    #content-4 .flex-item:nth-child(4) {
        margin-bottom: 25px;
    }
    #content-4 .flex-item:nth-child(1), 
    #content-4 .flex-item:nth-child(2), 
    #content-4 .flex-item:nth-child(3),
    #content-4 .flex-item:nth-child(4), 
    #content-4 .flex-item:nth-child(5) {
        width: 100%;
    }
    #kontaktformular .ecke-three {left: -250px}
    #kontaktformular iframe {width: 100%;height: 650px}
}

@media screen and (max-width: 800px) {
    
    #vorteile .icon, #vorteile .flex-item {width: 100%;}
    .termin {width: 70%; bottom: 15px;}
    .eyecatcher {height: 350px}
    #ap .flex-item {width: 100%;}
}
@media screen and (max-width: 700px) {
    .verbaende {
        padding: 20px 25% 20px 10%;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .verbaende img {
        width: 130px;
    }
    .infos-header {
        top: 55vH;
        width: 300px;
        left: 15%;
    }
    .header-content {
        padding: 25px;
    }
    .btn {
        top: 0vH;
    }
    #content-2 .flex-item {
        width: 100%;
    }
    #content-2 .bg-leistungen {
        clip-path: polygon(9% 0%, 100% 0, 91% 100%, 0% 100%);
        height: 250px;
    }
    .ecke-three {
        width: 200px;
        height: 1513px;
        clip-path: polygon(0 0, 65% 0, 5% 100%, 0% 100%);
    }
    #content-2 .flex-item:nth-child(3) {
        margin-bottom: 50px;
    }
    footer .flex-item:nth-child(1), 
    footer .flex-item:nth-child(2) {
        width: 100%;
    }
    footer .flex-item:nth-child(2) {
        margin-top: 25px;
    }
}

@media screen and (max-width:500px) {
    #metalle, #ap, #kontaktformular {padding: 100px 0}
    #metalle .flex-item {width: 100%;}
    #metalle .ecke-three {left: -90px}
    
    .termin {width: 80%;padding: 30px 0 30px 5%;}
    .termin img {  right: -60px;  top: -18px;}
}
@media screen and (max-width: 399px) {
    .verbaende {
        padding: 40px 10% 20px 10%;
    }
    .verbaende img {
        margin-bottom: 15px;
    }
    .verbaende .last {
        margin-bottom: 0;
    }
    .infos-header {
        left: 7%;
        width: 85%;
    }
    .btn {
        top: -9vH;
    }
    .btn-leistungen {
        clip-path: polygon(2% 0%, 100% 0, 98% 100%, 0% 100%);
        width: 230px;
        left: -4px;
    }
    .ecke-three {
        clip-path: polygon(0 0, 65% 0, 20% 100%, 0% 100%);
    }
    .footer-logo {
        right: 15px;
        bottom: 15px;
    }
}
