/*
Scheffer-Hammer CSS Data 
Name: main.css 
*/
/* 
    Created on : 21.01.2019, 09:35:52
    Author     : DRINKHUT CC 
    www.drinkhut.de

Main Stylesheet impl. indiv. Code and indiv. change (overwrite Code) for Bootstrap 4.2 Framework. 
Using HTML Section, Header, Nav, Footer, Article (...). CSS Data are structured into the HTML Sections. 
EXP: Footer styles are under the Headline "Footer". 
*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

html{
    margin: 0;
    padding: 0;
}

.size-wrapper{
    max-width: 1200px;
    margin: auto;
    padding: 0;
    box-shadow: 2px 2px 2px 5px rgba(0,0,0,0.2);
}

/*FONT-START*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
a{
    font-family: Lato;
}

p{
    line-height: 170%;
}

h1{
    font-size: 24px;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

p{
    font-size: 16px;
}

a{
    font-size: 16px;
    text-decoration: none;
}

.col-4 a:hover{
    text-decoration: none; 
}

a:link{
    text-decoration: none;
}

.card a:hover{
    text-decoration: none;
}

a:hover{
    text-decoration: none !important;
}

a:active{
    text-decoration: none;
}

li:hover{
    text-decoration: none;
}

.main-content{
    font-size: 16px;
}

.content-link{
    color: #000;
}

.content-link:hover{
    color: #000;
}

/*FONT-End*/
/*NAV-Section-START*/
nav{
    width: 100%;
    height: auto;
    background: #ffffff;
    position: fixed;
    z-index: 10000;
}

#nav{

}

.share-logo{
    width: 20px;
    height: 20px;
    margin: 25px 0 0 10px;
    position: absolute;
    transition: 1s;
}

.share-logo:hover{
    border: 2px;
    border-style: solid;
    border-color: #ffffff;
    padding: 4px;
}

footer .share-logo{
    margin: 10px;
}

.nav-icon-desc{
    display: none;
}

.contact-nav{
    display: none;
}

.logo-box{
    width: 100px;
    height: auto;
}

.img-logo{
    width: 100px;
    height: auto;
    margin-top: 2.5px;
}

.menu-container{
    width: 40px;
    height: 20px;
    margin: -25px 0 0 0;
}

.menu-line-a{
    width: 30px;
    height: 2px;
    background: #E5022F;
    margin-top: 3px;
    animation-duration: 2.5s;
    animation-iteration-count: 0;
    animation-name: menu-line;
    animation-timing-function: ease-in-out;
}

.menu-line-b{
    width: 20px;
    height: 2px;
    background: #E5022F;
    margin-top: 3px;
    animation-duration: 2.5s;
    animation-iteration-count: 0;
    animation-name: menu-line-b;
    animation-timing-function: ease-in-out;
}

.menu-line-c{
    width: 30px;
    height: 2px;
    background: #E5022F;
    margin-top: 3px;
    animation-duration: 2.5s;
    animation-iteration-count: 0;
    animation-name: menu-line;
    animation-timing-function: ease-in-out;
}

@keyframes menu-line{

    0%{
        width: 30px; 
    }

    50%{
        width: 10px;
    }

    100%{
        width: 30px;
    }
}

@keyframes menu-line-b{

    0%{
        width: 20px; 
    }

    50%{
        width: 30px;
    }

    100%{
        width: 20px;
    }
}

.menu-container:hover > .menu-line-a, 
.menu-container:hover > .menu-line-b, 
.menu-container:hover > .menu-line-c{
    animation-iteration-count: infinite;
}

.logo-box{
    width: 100%;
    height: 100%;
}

.menu-font{
    margin: 22px 50px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: none;
}

#nav-page{
    width: 100%;
    height: 700px;
    padding: 0px 0 200px 0;
    margin-top: -50px;
    background: #99CCC3; 
    position: absolute;
    display: none;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-name: navAnimationHeight;
    animation-timing-function:  ease-in-out;
    z-index: 10000;
}

@keyframes navAnimationHeight{

    0%{
        height: 0px; 
    }

    50%{
        height: 250px; 
    }

    100%{
        height: 600px; 
    }
}


.nav-point:nth-child(1){
    margin-top: 5px;
}

.nav-point{
    margin: 0;
    padding: 0px 5px 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    list-style: none;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #99CCC3;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: navAnimationOpa;
    animation-timing-function:  ease-in-out;
}

.nav-point:hover{
    font-weight: 300;
    text-decoration: none;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #ffffff;

}

.border-top{
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #ffffff;
}

@keyframes navAnimationOpa{

    0%{
        opacity: 0; 
    }

    50%{
        opacity: 0; 
    }

    100%{
        opacity: 1;
    }
}

.nav-point-sub{
    padding: 0px 5px 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    list-style: none;
    display: inline;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #99CCC3;
    border-right: 2px;
    border-right-style: solid;
    border-right-color: #ffffff;
    animation-duration: 3.0s;
    animation-iteration-count: 1;
    animation-name: navAnimationOpa;
    animation-timing-function:  ease-in-out;
}

.nav-point-sub:hover{
    font-weight: 700;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #ffffff;
}

.active{
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #d6d8db;
}

.nav-site-link:hover{
    text-decoration: none;
}

.contact-logo{
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-top: 30px;
    border: 4px;
    border-radius: 5px;
    border-style: solid;
    border-color: #ffffff;
    opacity: 1;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: navAnimationOpa;
    animation-timing-function:  ease-in-out;
    transition: 1s;
}

.contact-logo:hover{
    background-color: #f2f2f2;
    border-radius: 100px;
}

#nav-page .img-logo{
    margin-top: 30px;
}

.img-logo-nav-page,
.img-logo-nav-page-small{
    width: 200px;
    height: auto;
    margin-top: 100px;
    opacity: 1;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-name: navAnimationOpa;
    animation-timing-function:  ease-in-out;
}

.img-logo-nav-page-small{
    width: 100px;
    margin-top: 20px;
}

.vert-line{
    border-left: 5px;
    border-left-style: solid;
    border-left-color: #99CCC3;
}

.close-menü{
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin: 20px 0 0 0;
    opacity: 1;
    border-radius: 100px;
    border: 2px;
    border-style: solid;
    border-color: #ffffff;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: navAnimationOpa;
    animation-timing-function:  ease-in-out;
}

.close-menü-line-left{
    width: 2px;
    height: 20px;
    transform: rotate(45deg);
    background: #ffffff;
    position: absolute;
    margin: 3px 0 0 12px;
}

.close-menü-line-right{
    width: 2px;
    height: 20px;
    transform: rotate(-45deg);
    background: #ffffff;
    position: absolute;
    margin: 3px 0 0 12px;
}

/*NAV-Section-End*/
/*HEADER-Section-START*/
header{
    width: 100%;
    height: auto;
    padding: 60px 0 60px 0;
}

.header-img-wrapper{
    width: 100%;
    height: auto;
}

header .container-fluid,
header .row,
header .col-lg-12,
header .col-lg-4{
    padding: 0;
}

header .row{
    width: 100%;
    margin: 0;
    padding: 0;
}

#header-section-one .img-fluid{
    height: auto;
}

.main-headline{
    width: 100%;
    font-size: 26px;
    margin-top: 50px;
    font-weight: 700;
}

header .main-content{
    width: 90%;
    height: auto;
}

.second-nav-right{
    display: none;
}

.slice{
    width: 25px;
    height: 25px;
    background: #ffffff;
    transform: rotate(-45deg);
    margin: 10px 0 0 13.5px;
    position: absolute;
    display: none;
}

header .contact-logo{
    margin-top: 120px;
    border: none;
    border-radius: 0;
    margin: auto;
}

.sale-catch-anker{
    width: 2px; 
    height: 40px;
    margin: 0px 20px 0 0;
    background: #99CCC3 ;
    position: absolute;
    right: 15px;

    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: ScrollUser;
    animation-timing-function:  ease-in-out;
}

.scroll, .click{
    font-size: 10px;
    font-weight: 300;
    margin-top: 3px;
    right: -25px;
    color: #0B2432;
    position: absolute;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@keyframes ScrollUser{

    0%{
        height: 10px; 
    }

    50%{
        height: 50px; 
    }

    100%{
        height: 10px; 
    }
}

.social-container{
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 5px;
    margin: 55px 0 0 0;
    border: 3px;
    border-style: solid;
    border-color: #99CCC3;
}

.social-container:hover{
    border-style: dotted;
}

.social-container .contact-logo{
    width: 40px;
    height: 40px;
    border: 0px;
    margin: 0;
    border-radius: 0;
    padding: 0;
}

.social-container-content{
    margin: 2.5px 0 0 0;
    font-size: 12px;
    color: #99CCC3;
    display: none;
}


/*HEADER-Section-End*/
/*PRODUCT-Section-START*/

#product{
    width: 100%;
    height: auto; 
    padding: 0;
}

.section-info-box{
    width: auto;
    max-width: 400px;
    height: auto;
    background: #99CCC3;
    margin: 25px 0 25px -15px;
}

.section-info{
    right: 0;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    padding: 12.5px 0 12.5px 0;
}

.slide-card{
    width: 100%;
    max-width: 250px;
    height: 400px;
    background: #ffffff;
    padding-bottom: 20px;
    margin: 25px 0 25px 0;
    border: 2px; 
    border-style: solid;
    border-color: #99CCC3;
    box-shadow: 2px 2px 20px 5px #99CCC3;

}

.card{

}

.slide-card p{
    line-height: 100%;
}

.service .slide-card{
    max-width: none;
}

.slide-card .container-fluid{
    padding: 0;
    margin: 0;
}

.slide-card-img{
    width: 100%;
    height: auto;
    margin: 0;
}

.info-slide-card{
    width: 100%;
    height: 25px;
    margin: 25px 0 0 0;
    background: #ffffff;
}

.slide-card-info-content{
    font-weight: 700;
    color: #000;
}

.slide-card-info-content-sub{
    font-weight: 400;
    font-style: italic;
    margin: -20px 0 0 0;
    padding: 0 5px 0 5px;
}

.slide-card .sub-headline{
    font-weight: 700;
}

#slide-card-next-container,
.slide-card-next-container{
    width: 50px;
    height: 50px;
    border: 4px;
    border-style: solid;
    border-color: #99CCC3; 
}


.slide-card .slide-card-next-container{
    width: 25px;
    height: 25px;
    border: 0px;
    border-style: solid;
    border-color: #99CCC3;
    margin: 105px 10px 0 0;
}

.slide-card .slide-card-next-forward{
    width: 15px;
    height: 15px;
    margin: 2px 0 0 0;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #99CCC3;
    border-right: 2px;
    border-right-style: solid;
    border-right-color: #99CCC3;
}

.slide-card .navi-content{
    font-size: 14px;
    font-weight: 700;
    margin: 106.5px 0 0 0;
}

.slide-card-next-forward{
    width: 20px;
    height: 20px;
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #99CCC3;
    border-right: 4px;
    border-right-style: solid;
    border-right-color: #99CCC3;
    margin: 10px 0 0 7px;
    transform: rotate(45deg);
}

.slide-card-next-backward{
    width: 20px;
    height: 20px;
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #99CCC3;
    border-right: 4px;
    border-right-style: solid;
    border-right-color: #99CCC3;
    margin: 10px 0 0 15px;
    transform: rotate(-135deg);
}

/*PRODUCT-Section-End*/
/*OFFER-CUSTOM-Section-START*/
#offer-custom{

}

#offer-custom a{
    text-decoration: none;
}

#offer-custom a:hover{
    text-decoration: none;
}

#offer-custom{
    padding-top: 40px;
}


#screen-anim{
    width: 85%;
    height: 160%;
    background: #B4ECE2;
    position: fixed;
    transform: rotate(15deg);
    margin: -20% 0 0 -35%; 
    z-index: -10000;
    opacity: 0.2;
    display: none; 
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: backgroundAni;
    animation-timing-function: ease-in-out;

}

@keyframes backgroundAni{

    0%{
        margin: -20% 0 0 -100%; 
    }

    100%{
        margin: -20% 0 0 -35%; 
    }
}

/*OFFER-CUSTOM-Section-end*/
/*SEVICE-Section-START*/

/*SERVICE-Section-end*/
/*SHORT-NEWS-START*/

#short-news{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

.news-container{
    width: 100%;
    height: 250px;
    padding: 20px 0 20px 0;
    background: #99CCC3;
    border-right: 2px;
    border-right-style: solid;
    border-right-color: #ffffff;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

#short-news .section-info-box{
    margin-left: 0;
}

.heading-container{
    width: 80%;
    height: auto;
    padding: 5px 0 5px 0;
    margin: 20px 0 20px 0;
    background: #ffffff;
}

.border-right-ind{
    border-right: 2px;
    border-right-style: solid;
    border-right-color: #ffffff;
}

.news-heading{
    font-size: 18px;
    font-weight: 700;
    color: #99CCC3;
    margin: 2.5px 0 0 0;
}

.news-heading-white{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 2.5px 0 0 0;
}

.news-sub-heading{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}

.news-img{
    width: auto;
    max-height: 100px;
    height: auto;
}

#short-news .slide-card-next-container{
    margin: 10px 10px 10px 0;
}

.navi-content{
    font-size: 18px;
    color: #99CCC3;
    font-weight: 300;
    margin: 18.5px 0 0 0;;
}

#short-news .col-12, 
#short-news .col-lg-4{
    padding: 0;
    margin: 0;
}

.event-content{
    color: #ffffff;
    font-weight: 300;
}

.event-img{
    width: 100%;
    height: auto;
    margin: 25px 0 10px 0;
}

/*SHORT-NEWS-end*/
/*BLOG-START*/

#blog{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

#blog .blog-heading{
    font-weight: 600;
    font-size: 20px;
}

#blog-post-heading{
    margin: 0;
}

#blog .main-content{
    font-weight: 300;
}

.blog-title-img{
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 20px 0 20px 0;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.underline{
    width: 100px;
    height: 2px;
    background: #99CCC3;
    margin: 15px 0 25px 0;
}

.blog-nav-icon{
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 0 0 0px;
    border: 4px;
    border-radius: 5px;
    border-style: solid;
    border-color: #ffffff;
    opacity: 1;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: navAnimationOpa;
    animation-timing-function:  ease-in-out;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

#blog .social-container-content{
    left: 0;
    margin: 10px 0 0 0px;
    padding: 0;
}

.blog-post{
    padding: 25px 0 25px 0;
    border-bottom: 2px; 
    border-bottom-style: dotted;
    border-bottom-color: #99CCC3;
}

#blog-header{
    width: 100%;
    height: auto;
    margin: 0;
}

#blog-heading{
    margin: 0;
}

.nav-round{
    width: 10px;
    height: 10px;
    background: #99CCC3;
    border-radius: 100%;
    margin: 20px 0 20px 0;
}

#blog .slide-card-next-container{
    margin: 0 0 0 0px;
}

/*BLOG-end*/
/*Slide-Show-START*/

sidescroller{
    display: flex;
    height: 450px;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin: 0 0 25px 0;
    -webkit-overflow-scrolling: touch;
}

img{
    max-height: 200px;
}

/*Slide-Show-END*/
/*Footer-START*/

footer{
    width: 100%;
    height: auto;
    background: #99CCC3;
    padding: 100px 0 25px 0;
    color: #ffffff;
    border-radius:  100px 100px 0 0;
}

.footer-logo{
    width: 200px;
    height: auto;
    margin: 25px 0 10px 0;
}

.footer-link{
    font-size: 14px;
    margin: 20px 0 20px 0;
    color: #ffffff;
}

.footer-link:hover{
    color: #f4f4f4;
}

footer .contact-logo{
    margin: 20px 0 20px 0;

}

footer .social-container-content{
    color: #ffffff;
}

/*Footer-END*/
/*Spec-Info-START*/

#spec-info{
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
}

#spec-info .header-img-wrapper{

}

#spec-info .img-100{
    min-height: 300px;
}

.info-container{
    width: 100%;
    height: auto;
    padding: 40px 10px 40px 10px;
    background: #99CCC3;
}

.info-container-content{
    font-weight: 300;
    color: #ffffff;
}

.info-container-heading{
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}

.list-item-indv{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

#spec-info .slide-card-next-container{
    margin-top: 10px; 
    background: #ffffff;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

#spec-info .social-container-content{
    color: #ffffff;
}

#spec-info .slide-card-next-forward{

}

.img-info-container{
    width: 100%;
    height: 100%;
    background: #B4ECE2;
}

#spec-info .social-container-content{
    font-size: 16px;
    margin: 10px 10px 0 0;
}
/*Spec-Info-END*/
/*Spite-Nav-Start*/

#site-nav{
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
    border-top: 5px;
    border-top-style: dotted;
    border-top-color: #99CCC3;
}

#site-nav .slide-card-next-container{
    margin-left: 10px;
    margin-right: 10px;
}

#site-nav .social-container-content{
    margin-top: 10px;
}

/*Spite-Nav-END*/

/*Contact-Page-Start*/

#contact-page{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

.sub-headline{
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 25px 0;
}

#contact-page .social-container{
    border: 0;
    margin-top: 0;
}

.google-maps{
    margin: 50px 0 50px 0;
}

/*Contact-Page-END*/
/*Service-Offer-Page-Start*/

#service-offer{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

.img-100{
    width: 100%;
    height: 100%;
}

#service-offer .card{
    width: 100%;
    height: 100%;
    background: #99CCC3;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    padding: 5px 20px 5px 20px;
}

#service-offer .card .btn{
    background: #fff;
}
/*Service-Offer-Page-END*/

/*Company-Info START*/

#company-info{
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
}

#company-info .col-12{
    padding: 0;
}

#company-info .card-header{
    background: #99CCC3;
    color: #ffffff;
}

#company-info .btn{
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

#company-info .btn:hover{
    text-decoration: none;
}

#company-info .slide-card-next-forward{
    transform: rotate(135deg);
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

#company-info .card-body{
    max-width: 993px;
    margin: auto;
}
/*Company-Info END*/
/*Finance-Ex Start*/

#finance-service{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

.finance-ex{
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    border: 2.5px; 
    border-style: solid;
    border-color: #99CCC3;
    background: #ffffff;
    box-shadow: 2px 2px 20px 5px #99CCC3;
}

.result-container{
    width: 100%;
    height: auto;
    padding: 10px;
}

.margin-top-15{
    margin-top: 15px;
}

.finance-sum{
    padding: 15px 0 15px 0;
    color: #ffffff;
    font-weight: 700;
    background: #99CCC3;
}

#sum-end{
    font-size: 20px;
    font-weight: 700;
}

#finance-service .main-headline{
    font-size: 18px;
    margin-bottom: 20px;
}


.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #f4f4f4;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border: 0;
}

.slider-default{
    opacity: 0.2;
}

.slider:hover {
    opacity: 1;
}

.slider-default:hover{
    opacity: 0.2;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #99CCC3;
    cursor: pointer;
    border: 0;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #99CCC3;
    cursor: pointer;
    border: 0;
}

/*Finance-Ex END*/


.button-container{
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
}

.button-container .button-content{
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
    text-decoration: none !important;
    color: #99CCC3;
}

.button-container .slide-card-next-container{
    margin: 0 0 0 10px !important;
    transition: 1s;
}

.info-container .button-content{
    color: #ffffff;
}

.button-container .slide-card-next-container:hover{
    border-radius: 100px;
}

.button-container .slide-card-next-container .slide-card-next-forward{
    width: 15px;
    height: 15px;
    margin: 12px 0 0 9px;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #99CCC3 !important;
    border-right: 2px;
    border-right-style: solid;
    border-right-color: #99CCC3 !important;
    transform: rotate(45deg) !important;
}

.offer-header{
    width: 75px;
    height: 300px;
    background: #B4ECE2;
    position: absolute;
    z-index: 9999;
    margin: -275px 0 0 0px;
    opacity: 0.7;
}

.offer-header-content{
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 200px;
}

.service-img{
    margin-bottom: 20px !important;
}

#online-contact-container{
    width: 250px;
    height: 65px;
    position: fixed;
    padding: 10px 0 10px 0;
    bottom: 150px;
    right: 40px;
    background: #ffffff;
    box-shadow: 2px 2px 20px 5px #99CCC3;
    border-radius: 10px;
    font-size: 10px;
    z-index: 9999;
    opacity: 1;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: wappopa;
    animation-timing-function: ease-in-out;

}

#online-contact-container-second{
    width: 250px;
    height: 65px;
    position: fixed;
    padding: 10px 0 10px 0;
    bottom: 230px;
    right: 40px;
    background: #ffffff;
    box-shadow: 2px 2px 20px 5px #99CCC3;
    border-radius: 10px;
    font-size: 10px;
    z-index: 9999;
    opacity: 1;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: wappopa;
    animation-timing-function: ease-in-out;

}

#online-contact-container-second .close-menü,
#online-contact-container .close-menü{
    background: #99CCC3;
    margin: 8px 0 0 -20px;
    position: absolute;
}

#online-contact-container-second .close-menü-line-left, 
#online-contact-container-second .close-menü-line-right,
#online-contact-container .close-menü-line-left, 
#online-contact-container .close-menü-line-right{
    background: #ffffff;
}

.w-contact-content{
    font-size: 14px;
    color: #99CCC3;
    margin-top: 10px;
    font-weight: 700;
    font-style: italic;

}

.img-w-contact{
    width: 45px;
    height: 45px;
}

@keyframes wappopa{

    0%{
        opacity: 0; 
    }

    90%{
        opacity: 0; 
    }

    100%{
        opacity: 1; 
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .second-nav-right{
        width: 50px;
        height: 300px;
        background: #99CCC3;
        margin: 250px 0 0 0;
        position: absolute;
        right: 0;
        display: none;
    }

    .social-container-content{
        margin: 2.5px 0 0 0;
        font-size: 10px;
        color: #99CCC3;
        display: block;
    }

    #spec-info .slide-card-next-container{
        margin-top: 0px;
    }


}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    /*NAV-Section-START*/

    .logo-box{
        width: 200px;
        height: auto;
    }

    .img-logo{
        width: 200px;
        height: auto;
    }

    .menu-font{
        margin-top: 40px;
    }

    nav{
        position: relative;
    }

    .nav-icon-desc{
        display: block;
    }


    #nav-page{
        width: 100%;
        height: auto;
        margin: auto;
        padding: 10px 0 10px 0;
        position: relative;
        display: block;
        animation-name: none;
        text-align: center;
    }

    .nav-container{
        width: auto ;
        height: auto;
        box-shadow: 2px 2px 10px 1px #B4ECE2;
        padding: 5px;
        border-radius: 10px;
    }

    #nav-page .nav-point{
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        margin: 10px 0 0 0;
        padding: 15px 5px 15px 0;
        border-right: 1px;
        border-right-style: dotted;
        border-right-color: #ffffff;
        transition: 1s;
    }

    #nav-page .nav-point-sub:hover{
        font-weight: 400;
        border-right: 0px;
        border-right-style: solid;
        border-right-color: #ffffff;
        color: #f4f4f4;
        border-right: 1px;
        border-right-style: dotted;
        border-right-color: #ffffff;
    }

    #nav-page .nav-point-sub{
        font-size: 12px;
        font-weight: 700;
        border-right: 1px;
        border-right-style: dotted;
        border-right-color: #ffffff;
        transition: 1s;
        padding: 15px 5px 15px 0;
    }

    /*NAV-Section-End*/
    /*HEADER-Section-START*/

    .second-nav-right{
        width: 50px;
        height: 300px;
        background: #99CCC3;
        margin: -356px 0 0 0;
        position: absolute;
        right: 0;
        display: block;
    }

    .second-nav-right .contact-logo{
        margin: 230px 0 0 0;
    }

    .sale-catch-anker{
        margin: 50px 20px 0 0;
    }

    .main-headline{
        width: 60%;

    }

    header{
        padding-top: 0;
    }

    .offer-header{
        width: 75px;
        height: 250px;
        background: #B4ECE2;
        position: absolute;
        z-index: 9999;
        margin: -275px 0 0 0;
        opacity: 0.7;
    }

    .offer-header-content{
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        margin-right: 10px;
        margin-top: 100px;
    }

    header .main-content{
        width: 90%;
        height: auto;
    }

    .social-container-content{
        margin: 2.5px 0 0 0;
        font-size: 12px;
        color: #99CCC3;
        display: block;
    }

    .social-container .contact-logo{
        border-left: 0px;
        border-radius: 0;
    }

    .sale-catch-anker{
        width: 2px; 
        height: 40px;
        margin: -100px 20px 0 0;
        background: #99CCC3 ;
        position: absolute;
        right: 15px;

        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-name: ScrollUser;
        animation-timing-function:  ease-in-out;
    }

    /*HEADER-Section-End*/
    /*PRODUCT-Section-START*/

    sidescroller{
        overflow-x: hidden;
    }

    /*PRODUCT-Section-End*/
    .news-container{
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
        background: #99CCC3;
        border-right: 2px;
        border-right-style: solid;
        border-right-color: #ffffff;
        min-height: 250px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    }

    #blog .social-container-content{
        left: 0;
        margin: 15px 0 0 -60px;
    }

    #screen-anim{
        width: 60%;
        height: 160%;
        background: #B4ECE2;
        position: fixed;
        transform: rotate(15deg);
        margin: -20% 0 0 -25%; 
        z-index: -10000;
        opacity: 0.2;
        display: none; 
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-name: backgroundAni;
        animation-timing-function: ease-in-out;

    }

    @keyframes backgroundAni{

        0%{
            margin: -20% 0 0 -100%; 
        }

        100%{
            margin: -20% 0 0 -25%; 
        }
    }

    .blog-title-img{
        margin: 0 0 20px 0;
    }

    .img-100{
        min-height: 300px;
    }

    sidescroller{
        overflow-x: hidden;
    }

    .nav-icon-desc{ 
        font-size: 12px;
        color: #d6d8db;
        display: block;
    }
    
    #online-contact-container{
        display: none;
    }
    
    #online-contact-container{
    width: 250px;
    height: 65px;
    position: fixed;
    padding: 10px 0 10px 0;
    bottom: 15px;
    right: 40px;
    background: #ffffff;
    box-shadow: 2px 2px 20px 5px #99CCC3;
    border-radius: 10px;
    font-size: 10px;
    z-index: 9999;
    opacity: 1;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: wappopa;
    animation-timing-function: ease-in-out;

}

#online-contact-container-second{
    width: 250px;
    height: 65px;
    position: fixed;
    padding: 10px 0 10px 0;
    bottom: 100px;
    right: 40px;
    background: #ffffff;
    box-shadow: 2px 2px 20px 5px #99CCC3;
    border-radius: 10px;
    font-size: 10px;
    z-index: 9999;
    opacity: 1;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: wappopa;
    animation-timing-function: ease-in-out;

}

}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


}




