body {
    background: #f8f8f8 url(../img/bg.png) no-repeat;
    background-size: 100%;
    background-position: right 280px;
    font-family: Open Sans, sans-serif;
}

.second_body {
    background: #f8f8f8 url(../img/bg.png) no-repeat;
    background-size: 100%;
    font-family: Open Sans, sans-serif;
}

.container_landing {
    height: 100%;
    text-align: center;
    margin: 0 auto;
    top: 0;
    padding: 0;
    position: relative;
}

    a img {
     border:none;
    }


.buro {
    left: 120px;
    float: left;
}
.software {
    right: 145px;
    float: right;
}
.buro, .software {
    z-index: 0;
    width: 50%;
    height: 100%;
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
    margin: -9px auto;
    font-weight: bold;
    letter-spacing: 5px;
}


/*.buro:hover, .software:hover {
    background: rgba(250, 250, 250, 0.5);
}*/
.placeholder1, .placeholder2 {
    height: 245px;
    position: relative;
    top: 0;
}
.placeholder3, .placeholder4 {
   height: 160px;
    position: relative;
    bottom: 0;
}
.landing_logo img {
    margin: 58px auto;
    text-align: center;
    z-index: 200;
}
.choice {
    z-index: 0;
    width: 100%;
    height: 100%;
}


.imageleft img{



}


.imageright img{



}


.logo-top {
    z-index: 200;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.texttop {
    width: 100%;
    font-weight: 800;
    font-size: 17px;
    color: #474747;
}

.textbottom {
    width: 100%;
    color: #E74C3C;
    font-weight: 200;
    font-size: 27px;
}


.support_teamviewer{
    position: absolute;
    right:-80px;
    top: 100px;
    z-index:1000

}

.footer {
    bottom: 15px;
    width: 100%;
    color: #5c5c5c;
    position: fixed;
    z-index: 300;
    text-shadow: #fff 1px 1px 8px;
    font-weight: 400;
    font-size: 13px;
}
a {
    color: #E74C3C;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.button.default {
    border-color: transparent;
    color: #fff;
    background-color: #E74C3C;
    padding: 10px;
    outline:none;
    cursor: pointer;

}

.button.default:hover {
  

box-shadow: 0px 0px 20px -3px rgba(0,0,0,.5);
outline:none;
}


.textlandingpagehoverleft, .textlandingpagehoverright {
    font-size: 12px;
    /* text-transform: none; */
    font-weight: normal;
    letter-spacing: 2px;
    color: #474747!important;
    /* opacity: 0; */
    text-align: center;
    width: 90%;
    margin: -10px auto;
    color: #000;
}
#accordion {
    display: none;
}
#feature-selector-buttons {
    display: block;
}


.img-zoom {
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
   
}
 
.transition {
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.1);
    zoom: 1.1\9;
    
}





/*Media Querries*/

@media (max-width: 1280px) {
    

    body {
     background: #f8f8f8;
     background-size: auto;
     background-position: initial;

    }


    .imageleft,.imageright{

    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-position: initial; 
    

    }

    .landing_logo img 
    {
    margin: 50px auto;
    text-align: center;
    z-index: 200;
    width: 140px;
    }



    .buro{
    left:0;
    }


    .software{
    left:0;
    }

    .texttop {
    width: 100%;
    }

    .textbottom {
    width: 100%;
    }
    .buro {
    width: 100%;
    }

    .software {
    width: 100%;
    margin-top: 10px;
    }

    .placeholder1 {
        height: 300px;
    }

    .buro .placeholder2 {
        height: 230px;
    }

    .software .placeholder2 {
        height: 60px;
    }

    .placeholder3 {
        height: 0px;
    }

    .software .placeholder4 {
        height: 30px;
    }

    .footer {
        position: static;
    }

    .textlandingpagehoverright {
        font-size: 16px;
        text-transform: none;
        letter-spacing: 3px;
    }

    .textlandingpagehoverleft {
        font-size: 16px;
        text-transform: none;
        letter-spacing: 3px;
    }
    
    .button.default {
        border-color: transparent;
        color: #fff;
        background-color: #E74C3C;
        padding: 6px;
        margin-top: 15px;
        font-size: 16px;
        display:inline;
    }
}
@media (max-width: 900px) {
   
   .support_teamviewer{

    display: none;

    }

    body {
     background: #f8f8f8;
     background-size: auto;
     background-position: initial;

    }


    .imageleft,.imageright{

    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-position: initial; 
    

    }

    .landing_logo img {
    margin: 50px auto;
    text-align: center;
    z-index: 200;
    width: 140px;
    }


    .texttop {
        width: 100%;
    }

    .textbottom {
        width: 100%;
    }
    .buro {
        width: 100%;
        left:0px;
    }
    .software {
        width: 100%;
        margin-top: 10px;
        left:0px;
    }
    .placeholder1 {
        height: 300px;
    }
    .buro .placeholder2 {
        height: 230px;
    }
    .software .placeholder2 {
        height: 60px;
    }
    .placeholder3 {
        height: 0px;
    }
    .software .placeholder4 {
        height: 30px;
    }
    .footer {
        position: static;
    }
    .textlandingpagehoverright {
        font-size: 12px;
        text-transform: none;
        letter-spacing: 3px;
    }
    .textlandingpagehoverleft {
        font-size: 12px;
        text-transform: none;
        letter-spacing: 3px;
    }
    .button.default {
        border-color: transparent;
        color: #fff;
        background-color: #E74C3C;
        padding: 6px;
        margin-top: 15px;
        font-size: 16px;
        display: inline;
    }
    .buro:hover, .software:hover {
        background: none;
    }
}
@media (max-width: 480px) {
    


     body {
     background: #f8f8f8;
     background-size: auto;
     background-position: initial;

    }


    .imageleft,.imageright{

    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-position: initial; 
    

    }

    .landing_logo img {
    margin: 50px auto;
    text-align: center;
    z-index: 200;
    width: 140px;
    }


    .texttop {
        width: 100%;
        font-size: 26px;
       
    }



    .textbottom {
        width: 100%;
        font-size: 26px;
       
    }

    .buro {
        width: 100%;
        left: 0px;
    }
    .software {
        width: 100%;
        margin-top: 10px;
        left:0px;
    }
    .placeholder1 {
        height: 300px;
    }
    .buro .placeholder2 {
        height: 225px;
    }
    .software .placeholder2 {
        height: 60px;
    }
    .placeholder3 {
        height: 0px;
    }
    .software .placeholder4 {
        height: 30px;
    }
    /*.textlandingpagehoverright {
        display:none;
    }
    .textlandingpagehoverleft {
        display:none;
    }*/
    .button.default {
        border-color: transparent;
        color: #fff;
        background-color: #E74C3C;
        padding: 6px;
        margin-top: 15px;
        font-size: 16px;
        display: inline;
    }
    .footer{
    	font-size: 14px;
    	line-height: 20px;
    }  
    .buro:hover, .software:hover {
        background: none;
    }  

    .support_teamviewer{

     display: none;

    }
}
@media (max-width: 320px) {
    
    .texttop {
        width: 100%;
        font-size: 15px;
    }

    .textbottom {
        width: 100%;
        font-size: 15px;
    }

    .buro {
        width: 100%;
        left: 0px;
    }
    .software {
        width: 100%;
        margin-top: 10px;
        left: 0px;
    }
    .placeholder1 {
        height: 300px;
    }
    .buro .placeholder2 {
        height: 166px;
    }
    .software .placeholder2 {
        height: 25px;
    }
    .placeholder3 {
        height: 25px;
    }
    .software .placeholder4 {
        height: 35px;
    }
    /*.textlandingpagehoverright{
        display: none;
    }
    .textlandingpagehoverleft{
        display:none;
    }*/
    .button.default {
        border-color: transparent;
        color: #fff;
        background-color: #E74C3C;
        padding: 6px;
        margin-top: 15px;
        font-size: 16px;
        display: inline;
    }
    .footer{
    	font-size: 14px;
    	line-height: 20px;
    }
    .buro:hover, .software:hover {
       background: none;
    }



    body {
     background: #f8f8f8;
     background-size: auto;
     background-position: initial;

    }


    .imageleft,.imageright{

    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-position: initial; 
    

    }

    .landing_logo img {
    margin: 25px auto;
    text-align: center;
    z-index: 200;
    width: 125px;
    }

    .support_teamviewer{

    display: none;

    }


}
