
body {
    padding: 0;
    margin: 0;
    background:none ;

}
body a {
    color:red;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}
body a:hover {
    text-decoration: none;
}
body a:focus, a:hover {
    text-decoration: none;
}



input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
h1Red{
    
    color: red;
}
p {
    margin: 0;
    line-height: 1.9em;
    font-family: 'Open Sans', sans-serif;

}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type:none;
}
label {
    margin: 0;
}
a:focus, a:hover {
    text-decoration: none;
    outline: none;
}
/*-- //Reset-Code --*/

/* banner */
div#navbarSupportedContent {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    -ms-flex-align: center;
    align-items: center;
}
.w3ls-social-icons ul li {
    display: inline-block;
    padding: 0px 10px;
}
.agileinfo-social-grids ul li {
    display: inline-block;
    padding: 15px;
    float: right;
}
ul.nav.navbar-nav.dadera-nav {
    margin-left: 0%;
    margin-top: 0%;
}
.navbar {
    background-color: #5789ff;
    border-color: #1904ff;
    padding: 10px 0px 0px 0px;
    margin-bottom:0px;
    border-radius: 0px;
}
a.navbar-brand.logo {
    color: white;
    font-size: 40px;
    font-weight: bold;
}
.dadera-nav li a.scroll {
    color: white;
    font-size: 20px;
}
.agileinfo-social-grids ul li span {
    color: white;
    font-size: 17px;
}
span.fa.fa-chevron-left, span.fa.fa-chevron-right {
    top: 50%;
    font-size: 35px;
}

span.fa.fa-chevron-right {
    position: relative;
}

span.fa.fa-chevron-left {
    position:relative;
}

div#myCarousel {
    height: 650px;
}
.carousel-inner {
    height: 650px;
}
.carousel-inner {
    height: 650px;
}
.carousel-caption {
    bottom: 55%;
}
.carousel-inner h1, .carousel-inner h2 {
    font-size: 50px;
}
.ColorRed{
    color: red;
}

.carousel-inner p {
    font-size: 28px;
    margin-top: 20px;
}

h3.center {
    text-align: center;
    margin-bottom: 1%; 
    margin-top: 2%; 
    text-transform: capitalize;
    font-weight: bold;
    font-size: 35px;
}
.agile-about img {
    border-radius: 20%;
    margin: auto;
    width: 20%;
    border: 2px solid #51acec; 
}
/*
.agile-about h4 {
    margin: 3% 0px;
    font-size: 30px;
}
*/

.photo img.img-responsive {
    border-radius: 40%;
    width: 100px;
    display: inline-block;

}

.user-name {
    width: calc(100% - 120px);
    float: right;
    margin-top: 35px;
}
p.designation {
    padding: 10px 0px;
    color: gray;
}


div#offer {
    padding: 3% 0px;
}

div#price {
    /*background:#37def2;*/
    padding: 3% 0px;

}

div#partner {
    /*background:#37def2;*/
    padding: 3% 0px;

}

/* about */
div#about {
    padding: 3% 0px;
    background:#37def2;
    text-align: center;
}

div#offer, div#price {
   
    background:white;
    
}



.port-head {
    text-align: center;
}

.ga-top{
    margin-bottom:3em;
}

.filtr-item {
    padding: 0em;
    width: 24.8%;
    float: left;
}
.filtr-container {
    width:100%;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}


/*----*/
.filtr-item {
    transform: scale(1) translate3d(0px, 0px, 0px);
    -o-transform: scale(1) translate3d(0px, 0px, 0px);
    transition: all 0.5s ease-out 0ms;
    -o-transition: all 0.5s ease-out 0ms;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

/*----*/
ul.simplefilter {
    text-align: center;
    margin:4em 0;
}
.wthree-s1:hover h4 {
    color: #fff;
}
/*portfolio*/


/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../images/arrow.png") no-repeat 0px 0px;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    transition:.5s all;
}
#toTop:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform: none;
    display: flex;
}
/*-- //slider-up-arrow --*/

/* Services */
div#service {
    padding: 5% 0px;
}


.my-service {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: auto;
}

.my-partner {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: auto;
}

.service-boxTitel1 {
    margin-top: 0px;
    margin-right: 0px;
    display: flex;
    /*display: flex;
   display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;*/
}





.service-box1 {
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}


.service-box2{
    margin-top: 5px;
    margin-right: 1px;
    margin-left: 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 10px 0px 0px 0px;
}

.service-box3 {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 25px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}




.service-service1{
    margin-top: 0px;
    margin-left: 15px;
    margin-button: 0px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.impressum{
    margin-top: 0px;
    margin-left: 20px;
    margin-button: 0px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.logo-box{
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 45px;
    margin-button: 10%;
    width:35%;

}

.service-list {
    padding: 10px 0px 0px 20px;
}


.RahmenBild {

    padding: 1px 1px 1px 1px;
    width:35%;
    height: 35%;
    text-align: center;

}



.Rahmen2 {
    padding: 20px 0px 0px 15px;
    width:65%;
    border: 1px solid black;
    border-radius: 2%;
    background-color: #11e4fc;

}

.Rahmen {
    padding: 20px 0px 0px 15px;
    width:65%;
    border: 1px solid black;
    border-radius: 2%;
    background-color: #94ea8c;

}

.RahmenPartner {
    padding: 20px 0px 0px 15px;
    width:100%;
    border: 1px solid black;
    border-radius: 2%;
    background-color: #94ea8c;

}

.RahmenAboutMe {
    padding: 20px 0px 20px 0px;
    width:100%;
    border: 1px solid black;
    border-radius: 5%;
    background-color: white;

}

.RahmenBildImpressum {
    padding: 1px 1px 1px 1px;
    width:40%;
    height: 40%;
}
.RahmenImpressum {
    padding: 20px 0px 0px 15px;
    width:70%;
    border: 1px solid black;
    border-radius: 2%;
    background-color: white;

}


.RahmenLinkBox {

    padding: 12px 1px 2px 0px;
    border: 0px solid transparent;

}
.RahmenLink a img  {
    height: 40px;
    width: auto;  



}

.RahmenLinkPartner a img  {
    height: 140px;
    width: auto;  



}

.RahmenLink a,.RahmenLink2 a  {
    padding: 18px 10px; 
    color: white;

    border-radius: 6%;

    /*
     border: 1px solid transparent;
    */
}
/*
.RahmenLink a img:hover  {
background-color: red;
}
*/


.RahmenLink {
    padding: 8px 10px 8px 0px;
    margin: 4px 0px 4px 0px;
    border: 0px solid transparent;
    height: auto;
    width: auto;

    /*  background-color: #11e4fc; 
      width:min-content;
    width: auto;
    width: 215px;
    line-height:1px;
    */

}
.RahmenLink2 {

    padding: 10px 1px 7px 0px;
    margin: 0px 1px 0px 0px;
    border: 1px solid transparent;
    /*  background-color: #11e4fc; */
    height: auto;

}





.box1 {
    padding: 10px 0px 5px 20px;
}

.boxPartner {
    padding: 0px 0px 5px 10px;
}

.boxTitel1 {
    padding: 0px 0px 12px 12px;
}

.boxTitel1 img{
    height: 100px;
}

.boxTitel1a {
    padding: 0px 0px 0px 0px;
}
.boxTitel1b {
    padding: 0px 0px 0px 0px;
}
/*
.boxTitel1 h5 {
    font-size: 18px;
}
*/
.boxTitel2 {
    padding: 0px;
    margin-top: 12px;
}
/*
.boxTitel2 h5 {
    font-size: 16px;
}
*/
.boxTitel3 {
    padding: 0px;
}

.service-service11 {
    padding: 0px;
}
.impressum {
    padding: 0px 0px 0px 0px;
}
.service-list p {
    margin: 15px 0px;
}

.partner-list p {
    margin: 15px 0px;
}

.box2 {
    margin-left: 0px;
    margin-right: 0px;
}

.box3 {
    margin-left: 6%;
}

.box2Partner {
    margin-left: 0px;
    margin-right: 20px;
}


.service-img {
    flex: 1;
}
.service-list {
    padding: 0px 1px;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
/*
.service-list a {
    padding: 16px 15px ;
    border: 1px solid black;
    /*
    
    padding: 8px 15px;
    border: 1px solid red;*/ /*
    color: black;
}
*/



/* Services */
.service-list a:hover {
    color: #fff;
    background-color: #11e4fc;
}




.modal-header {
    font-size: 25px;
    text-align: center;
    padding: 10px;
}
/* //Services */
/* contact */
.contact {
    padding: 3% 0px 0px;

    background-color: #94ea8c;
}
.sect2 {
    margin-bottom: 3%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.subject {
    margin-top: 1%;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
input[type="text"], input[type="email"] {
    border: none;
    border-bottom: 1px solid #d6cfcf;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 90%;
    outline: 0;
}
input[type="text"]:focus, input[type="email"]:focus {
    border-bottom: 3px solid #2284fd;
}
.your-img span.fa.fa-pencil-square-o {
    position: absolute;
    bottom: 0px;
    left: 58%;
    background-color: #ff1538;
    color: white;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
}
.subject form input[type="text"], .subject form input[type="email"] {
    width: 60%;
}
.details1, .details2 {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 50px;
    border: 1px solid #d0cfcf;
    border-left: none;
}
.details2 {
    border-right: none;
}
.sect2 label {
    display: block;
}
.details1 h4, .details2 h4 {
    margin-bottom: 20px;
}
.contact1 input[type="submit"] {
    display: block;
    margin: auto;
    background-color: #32a1ec;
    color: white;
    border: 1px solid #32a1ec;
    padding: 1px 20px;
    border-radius: 5px;
    outline: 0;
}
.contact1 input[type="submit"]:hover {
    color: #32a1ec;
    background-color: white;
}
.container.contact1 {
    border: 1px solid #d0cfcf;
    padding: 2% 0px 1%;
    margin-bottom: 3%;
    background-color: white;
}
.footer {
    background-color: #3a3a44;
    color: white;
    padding: 1% 0px;
}
.footer ul li a {
    color: white;
    padding: 0 10px;
}
ul.list, ul.list-icons {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
ul.list {
    border-bottom: 1px solid #585656;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.footer .container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
ul.list2 li a {
    padding: 0;
}
ul.list2 li span.fa {
    margin-right: 15px;

}
ul.list2 li {
    margin: 10px 0px;
}
/* //contact */
/*-- //copyright --*/
.CoprRight-form{
    text-align: center;
    padding: 1em 0;
    background: #0f1215;
}
.CoprRight-form p{
    color:#FFFFFF;
    font-size: .9em;
    margin:0;
}
.CoprRight-form p a{
    color:#FFFFFF;
    text-decoration:none;
}
.CoprRight-form p a:hover{
    color: #fbd232;
}
/*-- //copyright --*/


.Linie{
    background: #0f1215;
    height: 2px;
}

.LinieFirst{
    background: #5789ff;
    height: 6px;
}


/* Responsive Starts */

@media screen and (max-width: 2000px){


    a.navbar-brand.logo {
        font-size: 38px;
    }


    .carousel-caption {
        top: 45%;
    }


}


@media screen and (max-width: 1440px){


    a.navbar-brand.logo {
        font-size: 38px;
    }

    .dadera-nav li a.scroll {
        color: white;
        font-size: 18px;
    }


    .carousel-caption {
        top: 40%;
    }

    div#myCarousel, .carousel-inner {
        height: auto;
    }


    .carousel-control{

        width:15%;
    }

}



@media screen and (max-width: 1199px){

    .service-box2{

        padding: 5px 0px 0px 0px;
    }



    a.navbar-brand.logo {
        font-size: 36px;
    }

    .dadera-nav li a.scroll {
        color: white;
        font-size: 16px;
    }

    h1 {
        font-size: 260%;
    }
    h2 {
        font-size: 220%;
    }
    h3{
        font-size: 170%;
    }
    h4{
        font-size: 110%;
    }

    h5{
        font-size: 70%;
    }



    ul.nav.navbar-nav.dadera-nav {
        margin-left: 0%;
    }

    div#myCarousel, .carousel-inner {
        height: auto;
    }

    .carousel-caption {
        top: 45%;
        right: 15%;
        left: 15%;
    }
    .agile-about img {
        width: 40%;
    }

    .box3 {
        margin-left: 3%;
    }

}




@media screen and (max-width: 991px){
    .Rahmen {
        padding: 12px 0px 10px 4px;


    }

    .Rahmen2 {
        padding: 12px 0px 10px 4px;

    }

    .RahmenImpressum {
        padding: 12px 0px 10px 4px;

    }

    .RahmenLink a img  {
        height: 32px;
    }
    .RahmenLink a,.RahmenLink2 a  {
        padding: 14px 10px;
    }
    .RahmenLink {
        padding: 6px 10px 6px 0px;
    }

    .RahmenLinkPartner a img  {
    height: 100px;
    width: auto;  



}
    
    a.navbar-brand.logo {
        font-size: 34px;
    }
    .dadera-nav li a.scroll {
        color: white;
        font-size: 16px;
    }

    .boxTitel1 img{
        height: 75px;
    }

    .boxTitel2 {
        margin-top: 9px;
    }



    h1 {
        font-size: 240%;
    }
    h2 {
        font-size: 200%;
    }
    h3{
        font-size: 140%;
    }
    h4{
        font-size: 100%;
    }

    h5{
        font-size: 65%;
    }

    ul.nav.navbar-nav.dadera-nav {
        margin-left: 0%;
    }
    .agileinfo-social-grids ul li {
        padding: 15px 10px;
    }
    div#myCarousel, .carousel-inner {
        height: auto;
    }
    .carousel-caption {
        top: 45%;
        left: 15%;
        right: 15%;
    }
    .carousel-inner h1, .carousel-inner h2 {
        font-size: 42px;
    }
    .carousel-inner p {
        font-size: 17px;
    }
    h3.center {
        font-size:30px;
    }
    .agile-about img {
        width: 50%;
    }

    .filtr-item {
        float: left;
        width: 50%;
    }

    .user-name {
        width: calc(100% - 110px);
    }
    .container.brand1 {
        padding: 0px;
    }


    .box3 {
        margin-left: 2%;
    }


}


@media (max-width: 978px) {
    .container{
        padding-left: 12;
        padding-right: 12;
        overflow-x: hidden;

    }
}

@media screen and (max-width: 768px){


    .Rahmen {
        padding: 10px 0px 10px 0px;


    }

    .Rahmen2 {
        padding: 10px 0px 10px 0px;

    }

    .RahmenImpressum {
        padding: 10px 0px 10px 0px;

    }

    .service-box2{

        padding: 0px 0px 0px 0px;
    }

    .RahmenLink a img  {
        height: 30px;
    }
    .RahmenLink a,.RahmenLink2 a  {
        padding: 14px 10px;
    }
    .RahmenLink {
        padding: 6px 10px 6px 0px;
    }

    .RahmenLinkPartner a img  {
    height: 40px;
    width: auto;  



}

    a.navbar-brand.logo {
        font-size: 34px;
    }

    .boxTitel1 img{
        height: 60px;
    }

    .boxTitel2 {
        margin-top: 7px;
    }

    .container{
        padding-left: 6;
        padding-right: 6;
        overflow-x: hidden;
    }

    ul.nav.navbar-nav.dadera-nav {
        margin-left: 0%;
    }

    div#myCarousel, .carousel-inner {
        height: auto;
    }
    .carousel-inner h1, .carousel-inner h2 {
        font-size: 35px;
    }
    .carousel-inner p {
        font-size: 17px;
        margin-top: 20px;
    }
    .carousel-caption {
        top: 42%;
        right: 10%;
        left: 10%;
    }
    .agile-about img {
        width: 40%;
    }
    .user-name {
        width: calc(100% - 110px);

    }


    ul.simplefilter {
        text-align: center;
        margin: 1em 0;
    }

    /*
        h3.center {
        margin-bottom: 5%;
        font-size: 3px;
    }
    .service-box1, .service-box2, .service-box3 {
        margin-top: 20px;
    }
    

}
    */
    .box3 {
        margin-left: 2%;


    }
}
@media screen and (max-width: 767px){

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: rgba(244, 67, 54, 0.54);
        /* text-align: left;*/
    }
    .navbar-collapse.navHeaderCollapse.collapse.in {
        margin: auto;
        text-align: center;
        border: transparent;
        width: 100%;
    }
    ul.nav.navbar-nav.dadera-nav {
        margin: 0;
        font-size: 14px;
    }


}
@media screen and (max-width: 667px){

    .RahmenLink a img  {
        height: 28px;
    }
    .RahmenLink a,.RahmenLink2 a  {
        padding: 12px 10px;
    }
    .RahmenLink {
        padding: 6px 10px 4px 0px;
    }

        .Rahmen, .Rahmen2{
        padding: 4px 0px 4px 0px;

    }

    .RahmenImpressum  {
        padding: 4px 0px 0px 0px;
        width: 100%;

    }



    a.navbar-brand.logo {
        font-size: 30px;
    }

    .boxTitel1 img{
        height: 55px;
    }
    .boxTitel2 {
        margin-top: 6px;
    }

    h1 {
        font-size: 230%;
    }
    h2 {
        font-size: 190%;
    }
    h3{
        font-size: 140%;
    }
    h4{
        font-size: 100%;
    }

    h5{
        font-size: 60%;
    }

    .footer, .CoprRight-form {
        font-size: 11px; 

    }


    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: rgba(244, 67, 54, 0.54);
        /*text-align: left;*/
    }    

    .carousel-inner p {
        font-size: 15px;
        margin-top: 15px;
    }
    .carousel-inner h1, .carousel-inner h2 {
        font-size: 33px;
    }
    /*
        .service-list .box1  {
            padding: 10px 5px;
        }
    
    
        .box1 h5 {
            font-size: 14px;
        }
    
        .service-list {
        padding: 0px 10px;
    }
    */



    h3.center {
        font-size: 27px;
    }
    .container{
        padding-left: 4;
        padding-right: 4;
        overflow-x: hidden;
    }

}
@media screen and (max-width: 640px){

    .boxTitel1 img{
        height: 50px;
    }

    a.navbar-brand.logo {
        font-size: 28px;
    }
    h1 {
        font-size: 230%;
    }
    h2 {
        font-size: 190%;
    }
    h3{
        font-size: 140%;
    }
    h4{
        font-size: 100%;
    }

    h5{
        font-size: 60%;
    }


    .user-name {
        width: calc(100% - 104px);
    }
    .user-name h4 {
        font-size: 15px;
    }
    .simplefilter li, .multifilter li, .sortandshuffle li {
        margin: 0 2px;
    }

    .container{
        padding-left: 4;
        padding-right: 4;
        overflow-x: hidden;
    }
}


@media screen and (max-width: 575px){

    .RahmenLink a img  {
        height: 26px;
    }
    .RahmenLink a,.RahmenLink2 a  {
        padding: 11px 10px;
    }
    .RahmenLink {
        padding: 6px 10px 6px 0px;
    }

    .boxTitel1 img{
        height: 45px;
    }

    .boxTitel2 {
        margin-top: 4px;
    }

    a.navbar-brand.logo {
        font-size: 26px;
    }
    .container{
        padding-left: 4;
        padding-right: 4;
        overflow-x: hidden;
    }
    h1 {
        font-size: 230%;
    }
    h2 {
        font-size: 190%;
    }
    h3{
        font-size: 150%;
    }
    h4{
        font-size: 90%;
    }

    h5{
        font-size: 60%;
    }  

    .footer, .CoprRight-form {
        font-size: 10px; 

    }

    .Rahmen, .Rahmen2{
        padding: 5px 0px 4px 0px;
        width: 100%;

    }
    .RahmenBild {
        width: 75%;
        padding: 10px 0px 0px 20%;

    }

    .RahmenBildImpressum {
        width: 75%;
        padding: 10px 0px 0px 22%;

    }

    .RahmenImpressum  {
        padding: 5px 0px 0px 0px;
        width: 100%;

    }
    .service-img img.img-responsive {

        margin-bottom: 0px;
    }



    .carousel-inner p {
        font-size: 14px;
        margin-top: 10px;
    }
    .carousel-inner h1, .carousel-inner h2 {
        font-size: 30px;
    }
    .simplefilter li, .multifilter li, .sortandshuffle li {
        margin: 0px;
    }

    .agile-about img {
        width: 45%;
    }
    div#about {
        padding: 7% 0px;
    }


    .service-img img.img-responsive {
        margin: auto;

        margin-bottom: 0px;
    }
    .service-img img.img-responsive2 {
        margin: 0px;

        margin-bottom: 0px;

    }

    #BildImpressum {
        float: left;
    }


    .user-name {
        display: inline-block;
        margin-top: 35px;
        width: calc(100% - 110px);
    }
    .user-name h4 {
        font-size: 20px;
    }

    .my-service {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .sect2 {
        margin-bottom: 6%;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .footer .container {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    ul.list2 {
        margin-bottom: 30px;
    }
    .footer ul li a {
        color: white;
        padding: 0 10px;
    }
    ul.list2 li a {
        padding: 0px;
    }
    /*
    ul.list2 li span.fa {
        margin-right: 20px;
    }
    */
        .box3 {
        margin-left: 3%;


    }
}
@media screen and (max-width: 480px){
    .RahmenLink a img  {
        height: 26px;
    }
    .RahmenLink a,.RahmenLink2 a  {
        padding: 11px 10px;
    }
    .RahmenLink {
        padding: 6px 10px 6px 0px;
    }


    h1 {
        font-size: 220%;
    }
    h2 {
        font-size: 180%;
    }
    h3{
        font-size: 130%;
    }
    h4{
        font-size: 80%;
    }

    h5{
        font-size: 55%;
    }
    .boxTitel1 img{
        height: 42px;
    }

    .container{
        padding-left: 3;
        padding-right: 3;
        overflow-x: hidden;
    }
    .carousel-inner h1, .carousel-inner h2 {
        font-size: 25px;
    }
    .carousel-inner p {
        font-size: 13px;
        line-height: 1.5;
    }
    .simplefilter li, .multifilter li, .sortandshuffle li {
        padding: 7px 7px;
    }

    .details1, .details2 {
        padding: 25px;
    }


}
@media screen and (max-width: 414px){
    .container{
        padding-left: 3;
        padding-right: 3;
        overflow-x: hidden;
    }
    .carousel-caption {
        top: 35%;
        right: 10%;
        left: 10%;
    }
    .carousel-inner h1, .carousel-inner h2 {
        font-size: 22px;
    }
    .carousel-inner p {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 5px;
    }


    .service-list 
    {
        padding: 0px 0px;
    }
    /*
        h3.center {
            font-size: 25px;
        }
        .simplefilter li, .multifilter li, .sortandshuffle li {
    
            letter-spacing: 1px;
            font-size: 13px;
            padding: 5px 5px;
        }
    
    
        
        ul.list-icons li a {
            padding: 0 20px;
        }
    */
            .box3 {
        margin-left: 1%;


    }
}
@media screen and (max-width: 384px){
    .RahmenLink a img  {
        height: 20px;
    }
    .RahmenLink a,.RahmenLink2 a  {
        padding: 6px 6px 6px 6px;
    }
    .RahmenLink {
        padding: 4px 10px 4px 0px;
    }



    h1 {
        font-size: 200%;
    }
    h2 {
        font-size: 160%;
    }
    h3{
        font-size: 110%;
    }
    h4{
        font-size: 90%;
    }

    h5{
        font-size: 50%;
    }


    .container{
        padding-left: 3;
        padding-right: 3;
        overflow-x: hidden;
    }
    .carousel-caption {
        top: 33%;
        right: 7%;
        left: 10%;
    }
    .simplefilter li, .multifilter li, .sortandshuffle li {
        font-size: 12px;
    }

}
@media screen and (max-width: 375px){



    h1 {
        font-size: 180%;
    }
    h2 {
        font-size: 140%;
    }
    h3{
        font-size: 80%;
    }
    h4{
        font-size: 65%;
    }

    h5{
        font-size: 45%;
    }   

    .container{
        padding-left: 3;
        padding-right: 3;
        overflow-x: hidden;
    }
    .filtr-item {
        float: none;
        width: 100%;
    }
    /*
    .service-list {
        padding: 0px 16px;
    }
    */

}
@media screen and (max-width: 320px){

    h1 {
        font-size: 150%;
    }
    h2 {
        font-size: 110%;
    }
    h3{
        font-size: 80%;
    }
    h4{
        font-size: 60%;
    }

    h5{
        font-size: 40%;
    }

    .container{
        padding-left: 2;
        padding-right: 2;
        overflow-x: hidden;
    }
    .footer ul li a {
        color: white;
        padding: 0 5px;
    }
    ul.list-icons li a {
        padding: 0 20px;
    }
    /*

    .service-list {
        padding: 0px 5px;
    }
    */
    .carousel-caption {
        top: 27%;
        right: 10%;
        left: 15%;
    }
    span.fa.fa-chevron-left, span.fa.fa-chevron-right {
        top: 40%;
    }
    .agile-about h4 {
        font-size: 19px;
    }
    h3.center {
        font-size: 22px;
    }
    .simplefilter li, .multifilter li, .sortandshuffle li {
        letter-spacing: 0px;
        font-size: 12px;
        padding: 2px 1px;
    }
    .user-name h4 {
        font-size: 14px;
    }
    .testimon-users p {
        padding: 10px 0px 0px;
    }
    span.numscroller {
        font-size: 25px;
    }
    .carousel-inner h1, .carousel-inner h2 {
        font-size: 19px;
    }

}


