/*************
MEDIA
*******************/
@media only screen and (max-width: 1199px) {
    #navigacija li {
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;

    }

    .offene {
        min-height: 670px;
    }

    .offene .naslov {
        background-position-x: -30px;
    }
}

/******
992
***********/

@media only screen and (max-width: 992px) {
    .cars img {
        min-height: auto;
    }

    .offene {
        min-height: auto;
        margin-top: 30px;
    }

    .offene .naslov {
        background-position-x: 0px;
    }

    #lastline .container {
        line-height: 1.5;
        height: auto;
        padding-top: 15px;
        text-align: center;
    }

    #lastline .container div {
        margin-bottom: 15px;
    }

    #lastline i {
        margin-left: 10px;
        margin-right: 10px;
    }

    #navigacija li {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-main h3 {
        font-size: 20px;
    }
}


/******
768
***********/

@media only screen and (max-width: 768px) {
    .dropdown-menu {
        display: inherit !important;
        float: none !important;
        position: relative !important;
        box-shadow: none !important;
        padding: 8px 0px 0px 15px !important;
        border: none !important;
        opacity: 1 !important;
    }

    #navigacija .dropdown-menu li {
        padding: 3px;
    }

    .modelle ul {
        margin-top: -30px;
        margin-left: 0px;
        -ms-transform: skewX(0deg);
        /* IE 9 */
        -webkit-transform: skewX(0deg);
        /* Safari */
        transform: skewX(0deg);
        /* Standard syntax */
    }

    .modelle ul li {
        margin-left: 0px;
        display: block;
        width: 217px;
    }

    .modelle ul li a {

        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);

    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        background-color: transparent;
    }

    .service-main img,
    .galerie img,
    .ponuda img,
    .team img {
        width: 100%;
    }

    .company p {
        margin-bottom: 50px;
        margin-top: -20px;
    }

    .impressum h4 {
        font-size: 20px;
    }

    .naslov {
        margin-left: 0px;
    }

    .kontakt label {
        margin-bottom: 5px;
    }

    .kontakt button,
    .kontakt button:active,
    .kontakt button:visited,
    .kontakt button:focus,
    .kontakt button:hover {
        margin-top: 0px;
    }

    .kontakt #googleMap {
        margin-top: 40px;
    }

    .footer-content {
        padding-left: 15px;
    }

    .kontaktanfrage .form-inline .form-control {
        width: 100%;
    }

    .kontaktanfrage {
        text-align: center;
    }

    .kontaktanfrage input {
        margin-right: 0px;
    }

    .kontaktanfrage section {
        padding: 15px;
    }

    .carousel-control {
        width: 30px;
        height: 60px;
        font-size: 35px;
        line-height: 60px;
    }

    .carousel-control {
        top: 30%;
    }

    .row-content  {
        padding: 15px;

    }

    .welcome section {
        padding: 30px 15px;
    }

    .welcome h2 {
        font-size: 24px;
    }

    .welcome .button,
    .welcome .button:focus,
    .welcome .button:active,
    .welcome .button:visited,
    .welcome .button:link {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 7px;
    }

    .service-main .col-md-4 {
        margin-bottom: 40px;
    }

    #logo, .firstline {
        display: none;
    }

    .navbar-inverse .navbar-toggle {
        border: none;
    }

    .navbar-toggle {
        margin-right: 0px;
        background-color: #333;
        border-radius: 0px;
    }

    #navigacija li {
        padding: 7px 5px;
    }

    #navigacija li.close-nav {
        padding-top: 15px;
    }

    .navigation {
        background-color: black;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #navigacija li.close-nav a {
        text-align: right;
        cursor: pointer;
    }

    #navigacija .navbar-nav {
        display: block;
    }

    #navigacija li.close-nav svg {
        transform: all 0.2s;
    }

    #navigacija li.close-nav svg:hover path {
        fill: #f1d800;
    }

    .navbar {
        top: 0;
        z-index: 100000000;
    }

    .side-collapse-container {
        width: 100%;
        position: relative;
        right: 0;
        transition: right .25s;
    }

    .side-collapse-container.out {
        left: 200px;
    }

    .side-collapse {
        top: 0px;
        bottom: 0;
        height: 100%;
        right: 0;
        width: 80%;
        position: fixed;
        overflow: hidden;
        transition: width .25s;
    }

    .side-collapse.in {
        width: 0;
    }

    .error h4 {
        font-size: 100px;
    }

    .banner section {
        height: 200px;
    }

    .ponuda .col-md-4 {
        padding-right: 0px;
    }

    .ponuda .col-md-8 {
        padding-right: 15px;
    }

    .termine .wrapper {
        padding: 0px;
    }
}


/******
480
***********/

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 380px) {
    .impressum h4 {
        font-size: 18px;
    }

    .black-button {
        background-position-x: -30px;
    }

    .black-button h3,
    .black-button h4 {
        text-align: left;
    }
}