* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body{
    background-color: #eaeaea;
}

.header_support{
    background-color:#646464;
    width: 100%;
    height: 120px;
    display: block;
}

.logo_header{
    width: 1124px;
    height: 120px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    background-image: url("/img/img_bg.svg");
    background-repeat: no-repeat;
    background-position: 720px 52px;
    background-size: 400px;
}

.sub-header{
    width: 100%;
    height: 168px; 
    background-image: url("/img/img_bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;     
}

.hotline{
    background: url("/img/Hotline.svg");
    width: 291px;
    height:87px;
    position: absolute; 
    right: 15%;
    top:90px;
}

.container {
    background-color: white;
    max-width: 1124px;
    height: 100%;
    min-height:100vh;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.menu {
    position: relative;
    width: 350px;
    background-color: #3d3d3d;
    font-family: 'Open Sans', sans-serif; 
}

.menu ul li {
    list-style-type: none;
    font-weight: 300;
    color:white;
  }

  .menu ul li a {
    padding: 4px 25px 4px 20px;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid rgba(100,100,100,0.3);
    transition: 0.5s;  
}

.menu ul li a:hover {
    color: #FFF;
    background: #007499;
    padding: 4px 25px 4px 40px;
}

.menu ul li.active {
    color: #FFF;
    background: #15aae0;
}

.menu-toggle{
    line-height: 70px;
    display: none;
}

.linkfooter{
    text-decoration: none;
    color: white;
}
.linkfooter:hover{
    color:#3d3d3d;
}

.video_container{
display: flex;
justify-content: center;
padding: 20px;

}

.video{
width: 100%;
height: 100%;
}

.manuals_table{
border-spacing: 30px;
display: flex;
justify-content: center;
margin-bottom: 15px;

}

.manuals_table_picture{
max-width: 150px;
max-height: 150px;
transition: transform 0.3s;
}
.manuals_table_picture:hover{
    transform: scale(1.05);
    filter: grayscale(30%);
                 
}

.schulung_picture:hover{
    transform: scale(1.03);
    filter: grayscale(50%);


}



/*/////////// Systeme navigation //////////*/
.page-content{
    display:none;
}

.page-content.active{
    display:block;
}

/*////////////// CSS content///////////*/

.pages-content{
    width: 75%;
    padding-top: 0px;
    margin-left: 40px;
    margin-right: 40px;
}

.pages-content-center{
    width: 75%;
    text-align: center;
    padding-top: 0px;
    margin-left: 40px;
    margin-right: 40px;
}

h1{
    line-height: 80px;
    font-weight: 200;
    font-size: 45px;
    color:#3c3c3c
}

p {
    color:#646464
}

h2{
    font-weight: 400;
    line-height: 80px;
    color: #15aae0;  
}

h2.title_multiline{
    font-weight: 400;
    line-height: 30px;
    color: #15aae0;  
}

.bold {
    font-weight: 700;
    cursor: pointer;
}
.bold_1 {
    font-weight: 700;
}

.bouton_3 {
    display:inline-block;
    padding:0.8em 1.2em;
    margin:0 0.3em 0.3em 0;
    border-radius:2px;
    box-sizing: border-box;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    color:#FFFFFF;
    background-color:#15aae0;
    text-align:center;
    transition: all 0.5s;
    margin-top:10px;
    line-height: 30px;
    border-radius: 4px;
}

.bouton_2 {
    display:inline-block;
    padding:0.8em 1.2em;
    margin:0 0.3em 0.3em 0;
    border-radius:2px;
    box-sizing: border-box;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    color:#FFFFFF;
    background-color:#15aae0;
    text-align:center;
    transition: all 0.5s;
    margin-top:10px;
    line-height: 30px;
    border-radius: 4px;

}

.bouton_2:hover{
    box-shadow: 4px 4px 18px #a0a0a0;
    background-color: #007499;
}

a.bouton { 
    display:inline-block;
    padding:0.8em 1.2em;
    margin:0 0.3em 0.3em 0;
    border-radius:2px;
    box-sizing: border-box;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    color:#FFFFFF;
    background-color:#15aae0;
    text-align:center;
    transition: all 0.5s;
    margin-top:30px;
    line-height: 30px;
    border-radius: 4px; 
    }

    a.bouton:hover{
        box-shadow: 4px 4px 18px #a0a0a0;
        background-color: #007499; 
        }

    p.blue{
        color:#15aae0;
        font-size: 1.5em;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }
    
    li.bullet{
        pointer-events:none;
        list-style: none;
        font-size: 16px;
        color: #646464;
        font-weight: 400;
        padding-left: 16px; 
    }

    li.bullet_2{
        list-style: none;
        font-size: 18px;
        color: #646464;
        font-weight: 400;
        padding-left: 16px; 
    }

    li.bullet_2::before {
        content: "•";
        padding-right: 8px;
        color: #15aae0;
      }

      li.bullet::before {
        content: "•";
        padding-right: 8px;
        color: #15aae0;
      }

      .center {
        display: flex;
        justify-content: center;
    }

    h4 {
        color: #4a4a4a; 
    }

    hr {
        border-top: 1px solid #ccc;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container_2{
        display: flex;
        margin: 0 auto;
        justify-content: space-between ;
    }

    .container_even{
        display: flex;
        margin: 0 auto;
        justify-content: space-evenly ;
    }

    .container_3 {
        display: flex;
        margin: 0 auto;
        justify-content: left

    }

    .vertical{
        display: flex;
        flex-flow: column;
        justify-content: space-around;
    
    }

    .vertical_2{
        display: flex;
        flex-flow:  ;
        justify-content: left;

    }

    li a {
       color: #646464;
       cursor: pointer;
       text-decoration-color: #15aae0;
       transition:all 0.5s;
    }

    li a:hover {
        color: #15aae0;
        cursor: pointer;
     }
  /*/////////////////footer //////////////////*/

  .footer-wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background-color: #80898f;
    justify-content: center;
    height: 250px;
    align-items: center;
}

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1124px;
    min-width: 1124px;
    justify-content: center;
}

.box {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    height: auto;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-container>div:nth-child(-n+3){
    border-right: #9aa7af 1px solid;
    padding-bottom:20px; 
  }

.title {
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
  }

li {
    list-style: none;
    font-size: 12px;
    color: white;
    font-weight: 200;
    cursor: pointer;  
}


/*////////////// Media Query ///////////*/

@media only screen and (max-width: 800px) {
    .logo_header {
      padding-left: 5%;
    }

    .menu-toggle{
        display: block;
    }

    img.burger_menu {
        left: 20px;
        top: 12px;
        cursor: pointer;
        position: relative;
    }

    .menu {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #333;
        left: -130%;
        margin-top: 80px;
        transition: 0.5s;
    }

    .menu.active_menu {
        margin-top: 80px;
        left: 0;
        height: calc(100% - 80px);
    }

    .pages-content {
        width: 75%;
        padding-top: 0px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .box {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        height: auto;
        min-width: 300px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1124px;
        min-width: 250px;
        justify-content: center;
      
    }

    .footer-wrapper {
        display: flex;
        width: 100%;
        margin: 0 auto;
        background-color: #80898f;
        justify-content: center;
        height: auto;
        align-items: center;
    }
  }

  
