.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}


#menu-main li:last-child {
    display: none;
}

#section-2, #section-3, #section-5, #section-7 {
    clear: both;
}

#section-3.statement {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

#section-3.statement h2 {
    margin-top: -100px;
}

#section-3.statement .wrapper {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    float: none;
    display: table;
    margin-bottom: 25px;
}
#section-3.statement .wrapper .col {
    float: none !important;
    display: table-cell;
}

#section-3.statement .wrapper .col.middle {
    width: 1%;
}

#section-3.statement .wrapper .col img {
    visibility: hidden;
    width: 100%;
}
#section-3.statement .wrapper .left {
    width: 49.5%;
    float: none;
    text-align: center;
    background: url('/wp-content/themes/InfiniteFoundation/img/smartcap.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#section-3.statement .wrapper .right {
    width: 49.5%;
    float: none;
    background: url('/wp-content/themes/InfiniteFoundation/img/zitat.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
    #section-3.statement .wrapper {
        display: block;
    }
    #section-3.statement .wrapper .col,
    #section-3.statement .wrapper .left,
    #section-3.statement .wrapper .right {
        display: block;
        width: 100%;
    }
}