@media only screen and (min-width: 768px) and (max-width: 800px) {

#header #logo {
    width: 30%;
}

.kontakt {
    width: 70%;
}

.kontakt .icon {
    display: inline-block;
    margin-left: 20px;
}

.cta .container h1 {
    width: 50%;
    margin-top: -15px;
}

#page .col-sm-6 {
    width: 50% !important;
    float: left !important;
}

div.parallax div.container div.tabs {
    display: block;
}

.tabs .nav a {
    padding: 49px 0px;
}

.tabs .cont {
    height: 200px;
}

.flex-control-thumbs li {
    height: 35px !important;
}

div#content div.contact-left {
    width: 45%;
    float: left;
}

div#content div.contact-right {
    width: 45%;
    float: right;
}

































}