/*  
Style für mobile Geräte kleiner als Ipad

*/


@media screen and (max-width: 740px) {

    .mobile_menu, .mobile_menu2 {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        background-image: url(images/menu.png);
        background-size: cover;
    }

    .mobile_menu2 {
        top: 20px;
    }

    .header_alt #logo {
        margin-top: 0;
        margin-left: 15px;
    }

    #header {
        padding: 0;
        //background-color: #f2f2f2!important;
        min-height: 0px;
    }

    .show_bg {
        background-color: #cccccc!important;
    }

    .header_info {
        background-color: #fff;
        position: absolute;
        width: 100%!important;
        height: auto;
        padding: 0;
    }

    #logo {
        height: 80px;
    }

    .mobile_menu_show1 {
        display: none;  
        top: 80px;
    } 
    .mobile_menu_show2 {
        display: none;    
        top: 80px;
    }     

    .header_info .prim {
        background-color: initial;
    }

    .sticky_nav #header {
        min-height: 0px;
    }

    .sticky_nav #header #logo{
        height: 80px;
        margin-left: 10px;
    }

    .sticky_nav #header .button { 
        float:left;
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .sticky_nav #header .button-text {
        color: #7FB8E4;
    }

    .header_info>div, .header_info>a {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        color: #7FB8E4;
    }

    .sticky_nav {
        overflow: visible;
    }


    .sticky_nav #header a {
        color: #7FB8E4;
    }

    .login_button {
        border: none;
        border-radius: 0;
    }
    #show_login, #show_login2 {        
        width: 100%;
        //color: #fff;
    }
    .login_button:hover {
        background-color: initial;
        border: none;
        border-bottom: 1px solid #ccc;
        color: #7FB8E4;
    }

    #show_login {
        margin: 0;
        padding: 0;
    }
    .header_link{
        margin: 0;
        padding: 0;        
    }

    /*Menü*/

    .site-block-content {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 100%;
        overflow: hidden;
        margin: 0 15px;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .h1-big {
        color: #354961;
        font-size: 1.55rem;
        margin-top: 9%;
    }
    .h1-big-subline {
        color: #333333;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.35rem;
        margin: 2.5% auto 5.5%;
        opacity: 0.7;
        text-align: center;
    }
    #team-h1-subline {
        margin: 2.5% auto 17.8%;
        width: 95%;
    }
    .h1 {
        color: #354961;
        font-size: 1.3rem;
        margin-top: 9%;
    }
    .h1-subline {
        color: #333333;
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.25rem;
        margin: 2.5% auto 5.5%;
        opacity: 0.7;
        text-align: center;
        width: 95%;
    }
    .third {
        width: auto;
        border-top: 1px solid #d0d2d2;
        padding-top: 5%;
    }

    .team-round-img {
        border-radius: 50%;
        height: 65%;
        margin: 4% auto 0;
        overflow: hidden;
        width: 60%;
    }
    .team-h2 {
        color: #344860;
        font-size: 1.1rem;
        padding-top: 8.5%;
        text-align: center;
    }
    .team-h3 {
        color: #5b6465;
        font-size: 0.859rem;
        font-weight: 400;
        opacity: 0.5;
        padding-bottom: 6%;
        text-align: center;
    }
    .arrow-link-text {
        color: #7FB8E4 !important;
        cursor: pointer;
        float: left;
        font-size: 1.09rem;
        line-height: 1.1rem;
        position: relative;
        font-weight: 700;
        text-align: left;
    }
    .team-link-container {
        width: 100%;
        /*        border-bottom: 1px solid #d0d2d2;*/
    }
    .team-arrow-link {
        background-image: url("images/Arrow_point_to_right_32.png");
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        height: 20px;
        line-height: 14px;
        margin: 5% auto 0;
        padding-left: 15px;
        width: 80px;
    }
    #jobs-h1-subline {
        margin: 2.5% auto 17.8%;
        width: 95%;
    }
    .jobscontainer {
        background-color: white;
        box-sizing: border-box;
        float: left;
        height: auto;
        margin-bottom: 5%;
        overflow: hidden;
        width: 100%;
    }
    .jobs-h2 {
        color: #344860;
        font-size: 1.3rem;
        line-height: 20px;
        margin-bottom: 5%;
        padding-top: 3%;
        text-align: left;
    }
    .jobs-text {
        box-sizing: border-box;
        color: #5b6465;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.2rem;
        overflow: hidden;
        padding-bottom: 2%;
        text-align: left;
        width: 100%;
        max-height: none;
    }
    .faq-h1 {
        color: #354961;
        font-size: 1.5rem;
        margin-top: 13.5%;
    }
    .faq-h1-subline {
        color: #333333;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.35rem;
        margin-bottom: 6%;
        margin-top: 2.5%;
        opacity: 0.7;
        text-align: center;
        width: 95%;
    }
    input#search-nodata {
        background-color: #fafafa;
        border: 2px solid #d9d9d9;
        color: #5b6465;
        font-family: "Lato";
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 40px;
        max-width: 100%;
        padding: 14px;
        width: 90%;
    }
    .faq-post-text {
        color: #5b6465;
        display: none;
        float: left;
        font-size: 1em;
        font-weight: 300;
        margin-top: 3.5%;
        padding-right: 0;
        text-align: left;
        width: 90%;
    }
    .faq-post-titel {
        background-image: url("images/chevron21.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        color: #354961;
        cursor: pointer;
        float: left;
        font-size: 1.2em;
        font-weight: 900;
        margin: 3.5% 0 0;
        padding-right: 15%;
        text-align: left;
        width: 85%;
    }
    .lp-headline {
        color: #334760;
        font-size: 1.3rem;
        padding-bottom: 15px;
        padding-top: 7.5%;
        text-align: center;
    }
    .lp-subheadline {
        color: #a8b5b6;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.3rem;
        text-align: center;
        margin-bottom: 5.5%;
    }
    .lp-link-container {
        width: 100%;
        padding-bottom: 6.5%
    }
    .halfimg {
        display: none;
        box-sizing: border-box;
        float: left;
        padding-top: 5.7277%;
        width: 50%;
    }
    .half-text {
        box-sizing: border-box;
        float: left;
        padding-top: 8%;
        width: 100%;
    }
    .lp-h3 {
        color: #344860;
        font-size: 1.28rem;
        font-weight: 400;
        padding-bottom: 2.8%;
        text-align: left;
    }
    .lp-text p {
        -moz-hyphens: auto;
        color: #5b6465;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.3rem;
        padding-bottom: 7%;
        text-align: left;
    }
    .half-text:nth-child(2n) {
        padding-left: 0;
    }
    .lp-sub-text p {
        -moz-hyphens: auto;
        color: #5b6465;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.3rem;
        padding-bottom: 7%;
        text-align: left;
        width: 95%;
        margin: 0 auto;
    }
    .lp-sub-text {
        color: #333333;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 2rem;
        margin: 0 auto;
        padding-bottom: 10%;
        padding-top: 5%;
        width: 100%;
    }
    .e-learning {
        box-sizing: border-box;
        float: left;
        width: 100%;
    }
    .e-learning-img {
        box-sizing: border-box;
        float: left;
        margin-bottom: 2%;
        margin-right: 3%;
        padding-top: 15px;
        width: 25%;
    }
    .e-learning-img img{
        width: 55%;
        /*width: 85%;*/
    }
    .e-learning-text {
        box-sizing: border-box;
        float: none;
        font-weight: 300;
        padding-left: 6%;
        width: 100%;
    }
    .iPad{
        display: none;
    }
    .halfcontainer {
        border-top: 1px solid #d0d2d2;
        box-sizing: border-box;
        float: left;
        padding-top: 6%;
        width: 100%;
    }
    .lp-headline-solutions {
        color: white;
        font-size: 1.3rem;
        padding-bottom: 4.5%;
        padding-top: 18%;
        text-align: left;
    }
    .lp-solutions-text p{
        color: white;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.3rem;
        padding-bottom: 6%;
        text-align: left;
    }
    .lp-big-headline {
        color: #f2f2f2;
        font-size: 1.5rem;
        font-weight: 900;
        padding-top: 4.8%;
    }
    .lp-big-subheadline {
        color: #f2f2f2;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.375rem;
        margin: 2% auto 50px;
        opacity: 0.7;
        text-align: center;
    }
    #link_buehne {
        float: none;
        margin: 0 auto 43px;
    }
    .lp-cf-field {
        background-color: #fafafa;
        border-radius: 3px;
        box-sizing: border-box;
        float: left;
        font-family: "Lato";
        height: 46px;
        margin-bottom: 3%;
        margin-left: 0;
        padding-left: 15px;
        width: 100%;
    }
    .lp-cf-submit {
        background-color: #7FB8E4;
        border-radius: 3px;
        box-sizing: border-box;
        color: white;
        float: left;
        font-family: "Lato";
        font-size: 0.859rem;
        font-weight: 600;
        height: 46px;
        margin: 0 auto;
        /*    margin-bottom: 2%;
            margin-left: 30px;*/
        width: 193px;
    }
    .play-button {
        box-sizing: border-box;
        height: auto;
        margin: 12% auto 0;
        width: 90px;
    }
    .wpcf7-response-output {
        background-color: #ecf0f1;
        color: #5b6465;
        font-size: 1em;
        font-weight: 600;
        left: 0;
        margin: 0 auto !important;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
    }

    .halfcontainer-blog {
        box-sizing: border-box;
        /*        float: left;*/
        padding-left: 8.8%;
        padding-right: 8.8%;
        padding-top: 4.1%;
        width: 100%;
    }
    .lp-blog-headline {
        color: #344860;
        float: left;
        font-size: 1.3rem;
        line-height: 1.5em;
        margin-bottom: 0;
        padding-bottom: 1%;
        padding-top: 0;
        text-align: left;
        width: 100%;
    }
    .lp-blog-text {
        color: #333333;
        font-size: 0.86rem;
        font-weight: 300;
        line-height: 1.2rem;
        padding-bottom: 1%;
        text-align: left;
        width: 100%;
    }
    .button {
        border: 2px solid #7FB8E4;
        border-radius: 4px;
        box-sizing: border-box;
        cursor: pointer;
        float: left;
        font-weight: 600;
        height: 47px;
        line-height: normal;
        margin-right: 0;
        margin-top: 4.5%;
        overflow: visible;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 48.1%;
    }
    .prim {
        background-color: #7FB8E4;
        color: #f2f2f2;
        margin-right: 3.8%;
    }
    #lp-blog-img{
        display: inherit;
        width: 100%;
        padding-left: 9.5%;
        padding-right: 9.5%;
    }
    .blog-artice-padding {
        padding: 7% 4% 1% 4%;
    }
    #blog-h1 {
        color: white;
        font-size: 1.5rem;
        margin-top: 18.5%;
    }
    #blog-h1-subline {
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.35rem;
        margin: 2.5% auto 17.8%;
        opacity: 0.7;
        text-align: center;
        width: 80%;
    }
    .blog-detail-content {
        box-sizing: border-box;
        float: left;
        max-width: 100%;
        padding-left: 0;
    }
    .mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
        background: #222 none repeat scroll 0 0;
        width: 100%!important;
    }
    #blog-detail-info {
        color: #344860;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.25rem;
        margin-top: 5%;
        text-align: left;
        width: 100%;
    }
    .blog-detail-h1 {
        color: #334760;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: initial;
        padding-bottom: 2%;
        padding-top: 3%;
        text-align: left;
    }
    .blog-detail-subline {
        color: #788a9f;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 8.5%;
        margin-top: 0;
        opacity: 0.7;
        text-align: left;
    }
    .blog-detail-text {
        color: #5b6465;
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.5rem;
        padding-bottom: 5%;
        text-align: left;
    }
    .blog-detail-more {
        color: #354961;
        font-size: 1.3rem;
        margin-top: 8%;
    }
    .blog-detail-more-subline {
        color: #333333;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.3rem;
        margin-bottom: 2%;
        margin-top: 1%;
        opacity: 0.7;
        text-align: center;
    }
    .blog-detail-share {
        box-sizing: border-box;
        float: left;
        margin-top: 1%;
        padding-left: 0;
        width: 80%;
    }
    .impre-h1 {
        color: #354961;
        font-size: 1.5rem;
        margin-top: 13.5%;
    }
    .impre-h1-subline {
        color: #333333;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.35rem;
        margin-bottom: 15.5%;
        margin-top: 2.5%;
        opacity: 0.7;
        text-align: center;
    }
    .contact-running-padding {
        padding-left: 0;
        width: 100%;
    }
    .wysiwyg-text h1, .wysiwyg-text h1 p {
        color: #334760;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: initial;
        padding-bottom: 1.5%;
        padding-top: 7%;
        text-align: left;
        width: 90%;
    }

    .wysiwyg-text p, .wysiwyg-text li {
        color: #5b6465;
        font-size: 1.093rem;
        font-weight: 300;
        line-height: 1.4rem;
        text-align: left;
    }
    .running-text-h1 {
        color: #334760;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: initial;
        padding-bottom: 1.5%;
        padding-top: 7%;
        text-align: left;
    }
    .impre-info-text {
        color: #5b6465;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.4rem;
        text-align: left;
        width: 95%;
    }
    .impre-running-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .page-id-184 .wpcf7-response-output, .page-id-177 .wpcf7-response-output {
        background-color: #ecf0f1;
        border-radius: 5px;
        box-sizing: border-box;
        color: #5b6465;
        font-size: 0.8em;
        font-weight: 400;
        height: 49px;
        left: 0;
        margin: 0;
        padding: 8px 10px;
        position: absolute;
        right: 0;
        text-align: left;
        top: 23px;
        width: 100%;
    }
    .faq-cf-field-small {
        background-color: #fafafa;
        border: 2px solid #d3d3d3;
        border-radius: 4px;
        color: #5b6465;
        float: left;
        font-family: "Lato";
        font-size: 1.093rem;
        height: 58px;
        margin-bottom: 2.5%;
        margin-right: 0;
        padding-left: 2%;
        padding-right: 2%;
        box-sizing: border-box;
        width: 100%;
    }

    .faq-cf-field-large {
        background-color: #fafafa;
        border: 2px solid #d3d3d3;
        border-radius: 4px;
        box-sizing: border-box;
        color: #5b6465;
        float: left;
        font-family: "Lato";
        font-size: 1.093rem;
        height: 58px;
        margin-bottom: 2.5%;
        padding-left: 2%;
        padding-right: 2%;
        width: 100%;
    }
    .faq-cf-textfield {
        background-color: #fafafa;
        border: 2px solid #d3d3d3;
        border-radius: 4px;
        box-sizing: border-box;
        color: #5b6465;
        float: left;
        font-family: "Lato";
        font-size: 1.093rem;
        margin-bottom: 2.5%;
        margin-right: 10%;
        max-width: 1000px;
        min-height: 226px;
        padding: 2%;
        width: 100%;
    }
    .about-img-slider {
        width: 80%;
    }
    .lp-blog-pagination {
        height: 15px;
        width: 15px;
    }
    #about-h1-subline {
        width: 95%;
    }
    #about-video-subline {
        width: 95%;
    }
    .wysiwyg-text h2, .wysiwyg-text h2 p {
        font-size: 1.25rem;
        width: 95%;
    }
    .wysiwyg-text p, .wysiwyg-text li {
        line-height: 1.4rem;
    }
    .wysiwyg-text h3, .wysiwyg-text h3 p {
        font-size: 1.3rem;
    }
    .abot-team-jobs-img {
        margin: 0;
        width: 38%;
        float: left;
    }
    .about-container{
        width: 62%;
        float: left;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .about-team-jobs-h1 {
        font-size: 1.1rem;
        padding-bottom: 5px;
        width: 100%;
        float: left;
        padding-top: 0;
        padding-left: 0;
        text-align: left;
        box-sizing: border-box;
    }
    .about-team-jobs-text {
        height: auto;
        line-height: 1.25rem;
        font-size: 0.859rem;
        width: 100%;
        float: left;
        box-sizing: border-box;
        text-align: left;
        padding: 1% 0 4% 0;
    }
    .about-team-jobs-button {
        margin-bottom: 10%;
        width: 100%;
    }
    .price-h1-subline {
        width: 95% !important;
    }

    #solutions-h1-subline {
        width: 95%;
    }
    .solutions-sub-text {
        line-height: 1.4rem;
        width:100%;
    }
    .solutions-half-text {
        padding: 8% 0 0;
        width: 100%;
    }
    .back-img-paket-left {
        background-image: none;
    }
    .paket-blue-container {
        height: auto;
        width: 100%;
    }
    .paket-half {
        width: 100%;
    }
    .paket-half-h1 span {
        font-size: 1.5rem;
    }
    .paket-half-h1 h1 {
        font-size: 1.5rem;
    }
    .client-h2 {
        font-size: 1.3rem;
        width: 60%;
        float: right;
        box-sizing: border-box;
        text-align: left;

    }
    .client-h3 {
        padding-bottom: 4%;
        width: 60%;
        float: right;
        box-sizing: border-box;
        text-align: left;
    }
    .client-text{
        width: 60%;
        float: right;
        box-sizing: border-box;
        text-align: left;
    }
    .price-table-upper-data {
        font-size: 0.9rem;
    }
    .price-table-lower-data {
        font-size: 0.9rem;
    }
    #veedu_teaser{
        width: 100%!important;
    }
    /*Footer*/
    .footer-container {
        float: left;
        width: 50%;
    }

    .footer-container:nth-of-type(3){
        clear: both;
    }

    #lp_overlay, #lp_overlay2, #lp_overlay3, #lp_overlay4, #lp_overlay5 {
        width: 100vw;
        height: 150vh;
        overflow: scroll;
        transform: none;
        top: 0;
        left: 0;
    }

    #lp_overlay a.close_overlay, #lp_overlay2 a.close_overlay, #lp_overlay3 a.close_overlay,#lp_overlay4 a.close_overlay, #lp_overlay5 a.close_overlay {
        right: 5vw;
        top: 5vw;
    }

    .ajax-auth a.close{
        top:5vw;
        right: 5vw;
    }

    .lp_overlay_content_top {
        height: 15vw;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .lp_overlay_content_top img {
        margin: 5vw auto 0;
    }

    #lp_overlay h1, #lp_overlay2 h1, #lp_overlay3 h1, #lp_overlay4 h1, #lp_overlay5 h1{
        font-size: 1.3em;
    }

    #lp_overlay h2, #lp_overlay2 h2, #lp_overlay3 h2, #lp_overlay4 h2, #lp_overlay5 h2{
        font-size: 1.3em;
    }
    #lp_overlay h3, #lp_overlay2 h3, #lp_overlay3 h3, #lp_overlay4 h3, #lp_overlay5 h3{
        font-size: 1.0em;
    }

    #lp_overlay h4, #lp_overlay2 h4, #lp_overlay3 h4, #lp_overlay4 h4, #lp_overlay5 h4 {
        font-size: 0.95em;
        line-height: 1.2rem;
    }

    .login_container {
        margin-top: 10px;
    }

    .wpcf7-form {
        padding-top: 10px;
    }

    .lp_username, .lp_mail, .lp_betreff, .lp_company, .space {
        height: 35px;
    }

    .lp_overlay_content_bottom {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-bottom: 30px;
        height: 150vh;
        overflow: scroll;
    }

    .newsletter_response {
        font-size: 1.2em;
        height: 40px;
        line-height: 40px;
    }
    .lp_form {
        width: 90%;
    }

    .lp_username input, .lp_mail input, .lp_betreff input, .lp_text input, .lp_company input {
        font-size: 1em;
        height: 100%;
        padding: 0 5% 0 6px;
    }
    .wpcf7 .half {
        margin-right: 4%;
    }
    .lp_username, .lp_mail, .lp_betreff, .lp_company {
        margin-bottom: 3%;
    }
    .space {
        margin-bottom: 3%;
    }
    .lp_text textarea {
        font-size: 1em;
        min-height:available;
        padding: 3%;
    }

    .login-submit input {
        font-size: 1.1em;
    }
    .login-submit {

        height: 45px;
        margin-bottom: 24px;
        width: 100% !important;
    }
    .login-submit {
        height: 45px;
        margin-bottom: 3%;
    }
    .login_overlay_content_top {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: 15vw;
    }
    .login_overlay_content_top img {
        margin: 5vw auto 0;
    }
    .login_overlay_content_bottom{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 100%;
        overflow: scroll;
        padding-bottom: 30px;
    }
    #login h1{
        font-size: 1.3em;
    }
    #login h4 {
        font-size: 0.95em;
        line-height: 1.2rem;
    }
    .login-username input, .login-password input {
        font-size: 1em;
        height: 100%;
        padding: 0 5% 0 6px;
    }
    .login-username, .login-password {
        float: left;
        height: 59px;
        margin-bottom: 24px;
        width: 100% !important;
    }
    .login-username, .login-password {
        height: 33px;
        margin-bottom: 3%;
    }
    form.ajax-auth {

        height: 100vh;
        left: 50%;
        max-width: 715px;
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 10000;
    }
    #content_reg {
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 5%;
        width: 100%;
    }

    #wp_signup_form {
        box-sizing: border-box;
        padding: 2%;
        width: 100%;
    }

    #content_reg form input, #content_reg form select {
        padding: 14px 11px;
        font-size: 1rem;
        line-height: 1.2rem;
        margin: 1.5% 0;
        width: 100%;
    }
    #content_reg form .first {
        width: 100%;
    }
    .reg_vollebreite {
        width: 100% !important;
    }
    #content_reg form .reg_anrede {
        font-family: "Lato",sans-serif;
        font-weight: 400;
        height: 51px;
        width: 43%;
    }
    #content_reg form select option {
        font-size: 1rem;
        line-height: 1rem;
    }
    #content_reg h1 {
        font-size: 1.3rem;
        line-height: 1rem;
        margin-bottom: 15px;
    }
    #content_reg h2{
        font-size: 0.95em;
        line-height: 1.2rem;
        margin-bottom: 5%;
    }
    #content_reg .button {
        font-size: 1.1rem;
        height: 45px;
        line-height: 0rem;
        margin: 28px 0 40px;
        width: 50%;
        margin: 19px 0 18px;
    }


    .content-container.third>div {
        display: table-cell;
    }

    .content-container.third>div>* {
        width: 100%;
    }

    .round-img {
        border-radius: 50%;
        float: none;
        margin: 4% auto 0;
        width: 37%;
        vertical-align: middle;
        padding-right: 2%;
    }


    .round-img img {
        max-width: 140px;
    }

    .lp-service-h2 {
        box-sizing: border-box;
        padding-left: 4%;
        color: #344860;
        float: left;
        font-size: 1.1rem;
        font-weight: 700;
        padding-top: 8.5%;
        text-align: left;
        width: 63%;
    }
    .lp-service-text p {

        color: #5b6465;
        font-size: 0.859rem;
        font-weight: 400;
        line-height: 1.25rem;
        margin: 0 auto 3%;
        min-height: 80px;
        text-align: left;
        width: 100%;
    }
    .lp-service-text {
        box-sizing: border-box;
        padding-left: 4%;
        color: #5b6465;
        float: left;
        font-size: 0.875rem;
        height: auto;
        line-height: 1.25rem;
        margin: 0 auto;
        padding-top: 3%;
        text-align: center;
        width: 63%;
    }
    .lp-link-container {
        box-sizing: border-box;
        padding-left: 4%;
        float: right;
        padding-bottom: 6.5%;
        width: 65%;
    }
    .lp-arrow-link{
        width: 100%;
        background-image: none;
        padding-left: 0px;
    }

    .lp_vorteile {
        float: left;
        width: 100%;
        min-height: 50px;
    }

    .client-cont {
        padding-right: 20px;
    }

    .swiper-slide .round-img img {
        margin-top: 25px;
    }
    .s1 {
        padding-bottom: 10px;
    }
}
