body {
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
}

::-moz-focus-inner {
    border: 0;
}

a,
a:active,
a:focus {
    outline: none !important;
    /* Works in Firefox, Chrome, IE8 and above */
}

.message-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #505050;
    margin-bottom: 20px;
    line-height: 1;
}

.message-contact strong {
    font-size: 20px;
}

header {
    background-color: transparent;
    position: absolute;
    top: 0;
    color: white;
    padding-top: 30px;
    width: 100%;
    z-index: 100000;
}

header.fix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #1f1f1f;
    animation: fadeInDown;
    animation-duration: 0.8s;
    animation-delay: 0s;
}

.coop {
    width: 1140px;
    text-align: right;
    z-index: 0;
    position: absolute;
    top: 15px;
    font-size: 11.5px;
    font-weight: 400;
    color: #979797;
}

.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.logo {
    font-weight: 700;
    text-align: left;
    margin-top: 0px;
    position: absolute;
    z-index: 100;
    display: inline-block;
}

.logo img {
    display: inline-block;
    float: left;
}

.logo a {
    text-decoration: none;
    color: inherit;
}

.nav-logo a {
    text-decoration: none;
    color: inherit;
}

.logo-title {
    float: left;
    margin-left: 14px;
    font-size: 24px;
    font-weight: 300;
    line-height: 0.8;
    margin-top: 4px;
}

.logo-title span {
    font-size: 14px;
}

.logo-title b {
    font-weight: 800;
}

.navigacija .navbar-default {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navigacija .navbar-default li {
    padding: 10px;
}

.navigacija .navbar-default li a,
.navigacija .navbar-default li a:focus,
.navigacija .navbar-default li a:active,
.navigacija .navbar-default li a:visited {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 12px;
    font-weight: 300;
    background-color: transparent;
    transition: all 0.2s;
}

.navigacija .navbar-default .language li a,
.navigacija .navbar-default .language li a:focus,
.navigacija .navbar-default .language li a:active,
.navigacija .navbar-default .language li a:visited {
    padding: 15px 5px;
}

.navigacija .navbar-default li a:hover {
    color: white;
}

.navigacija .navbar-default .language {
    padding-left: 50px;
}

.navigacija .navbar-default li.active a,
.navigacija .navbar-default li.active a:focus,
.navigacija .navbar-default li.active a:visited,
.navigacija .navbar-default li.active a:active {
    background-color: transparent;
    font-weight: 300;
    color: white;
}

.navigacija .navbar-default li.active a:hover {
    font-weight: 300;
    color: white;
    background-color: transparent;
}


/* menu button animation*/

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fecc01;
}

.navbar-toggle .icon-bar {
    width: 29px;
    height: 3px;
}

.navbar-toggle .icon-bar {
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}


/******
WELCOME
******/

.welcome {
    text-align: center;
    margin-bottom: 20px;
}

.welcome .col-md-12 {
    animation-delay: 0.5s;
    opacity: 0;
}

.welcome .col-md-12.fadeInUpBig {
    opacity: 1;
}

.welcome h2 {
    font-size: 42px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.welcome p {
    font-size: 23px;
    font-weight: 200;
    margin-bottom: 40px;
}

.welcome p b {
    font-weight: 400;
}

.welcome p.small {
    display: block;
    margin-top: 30px;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 30px;
}

.welcome .button {
    margin-bottom: 70px;
}

.button,
.button:focus,
.button:active,
.button:visited {
    border: 2px solid #1f1f1f;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 40px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.button:hover {
    background-color: #1f1f1f;
    color: white;
    text-decoration: none;
}


/****
KOSTEN
****/

.kosten {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e7e7e7;
    min-height: 1030px;
}

.kosten-intro h2 {
    margin-top: 100px;
    font-weight: 300;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.kosten-intro h2 b {
    font-weight: 800;
}

.kosten-intro p {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 200;
}

.kosten-intro a {
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.kosten-intro ul {
    list-style: none;
    padding-left: 0;
    border: 1px solid gray;
    padding: 5px;
    margin-bottom: 50px;
    display: inline-block;
    border-radius: 5px;
}

.kosten-intro ul li {
    display: inline-block;
}

.kosten-intro ul li a {
    display: block;
    padding: 10px 25px;
    transition: all 0.2s;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 5px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    box-shadow: 7px 7px 30px grey;
    position: relative;
    z-index: 2;
    border: 1px solid #f1f1f1;
}

.kosten-plus,
.kosten-easy {
    padding: 0;
}

.kosten p.small {
    margin-top: 20px;
    text-align: center;
    font-weight: 300;
}

.kosten-plus article {
    background-color: white;
    padding: 70px 20px 50px 40px;
    box-shadow: 0px 0px 30px darkgray;
    position: relative;
    z-index: 2;
}

.kosten-easy article {
    background-color: #dadada;
    margin-top: 30px;
    padding: 40px 20px 50px 40px;
    position: relative;
    z-index: 1;
}

.kosten-plus .button {
    color: white;
    background-color: #1f1f1f;
    border-radius: 5px;
}

.kosten-easy .button {
    border-radius: 5px;
}

.kosten-logo {
    margin-bottom: 30px;
}

.kosten-pack {
    margin-left: -40px;
}

.kosten-price {
    margin-bottom: 20px;
}

.kosten-price p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: -5px;
}

.kosten-price p b {
    font-weight: 500;
}

.kosten-price span {
    font-size: 36px;
    font-weight: 300;
}

.kosten-price span b {
    font-weight: 800;
}

.kosten-ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.kosten-ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.kosten-ul li b {
    font-weight: 800;
}

.kosten-ul li img {
    position: absolute;
    left: 0;
    top: -2px;
}


/******
COUNTER
******/

#counter-back {
    text-align: center;
    color: white;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

#counter-back h2 {
    font-size: 42px;
    margin-top: 100px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#counter-back h2 b {
    font-weight: 800;
}

#counter-back p {
    font-size: 24px;
    color: white;
    font-weight: 200;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#counter-back p b {
    font-weight: 400;
}

#counter-back #counter p {
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 0px;
    color: white;
}

#counter-back .counter-foot p {
    margin-bottom: 50px;
    margin-top: 80px;
    font-size: 12px;
    text-transform: inherit;
    color: #999898;
}

.counterN {
    font-size: 60px;
    font-weight: 800;
    color: #e7b031;
    margin-top: 0px;
    animation-delay: 0.5s;
}


/****
FOOTER
*****/

footer p {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    color: #979797;
    text-align: center;
    font-weight: 300;
}

footer p a,
footer p a:focus,
footer p a:visited,
footer p a:active {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
    font-weight: 600;
}

footer p a:hover {
    color: #333;
    text-decoration: none;
}

.social-bottom {
    margin-top: 100px;
}

.social-bottom h3 {
    text-align: right;
    font-size: 24px;
    font-weight: 800;
    margin-top: 0;
    color: #515151;
}

.social-bottom p {
    font-size: 14px;
    color: #626262;
    line-height: 1.7;
}

.social-bottom ul {
    list-style: none;
    padding-left: 0px;
}

.social-bottom ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: #d9d9d9;
    color: white;
    text-align: center;
    line-height: 30px;
    transition: all 0.2s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.social-icon.social-fb:hover {
    background-color: #3b5998;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.social-icon.social-google:hover {
    background-color: #D32F2F;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.social-icon.social-twitter:hover {
    background-color: #0084b4;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bottom-content {
    text-align: center;
    margin-top: 50px;
}

.bottom-content h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 40px;
    text-transform: uppercase;
}

.bottom-content h2 b {
    font-weight: 800;
}

.bottom-content h2 + p {
    text-transform: uppercase;
}

.bottom-content p {
    font-size: 24px;
    color: #999898;
    font-weight: 200;
}

.bottom-info {
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin-top: 80px;
    margin-bottom: 30px;
}

.bottom-info p {
    font-size: 22px;
}

.bottom-info b {
    font-weight: 800;
    color: #515151;
}

.bottom-info a {
    text-decoration: none;
    color: inherit;
}


/******
BANNER
*******/

.banner {
    background-repeat: no-repeat;
    background-position: top;
    min-height: 850px;
    padding-top: 170px;
    color: white;
}

.package-easy {
    position: absolute;
    margin: 0 auto;
    margin-top: 50px;
    left: 0;
    right: 0;
    padding-left: 700px;
    animation-delay: 1.75s;
    z-index: 1;
}

.package-plus {
    position: absolute;
    margin: 0 auto;
    margin-top: 150px;
    left: 0;
    right: 0;
    padding-left: 50px;
    animation-delay: 1s;
    z-index: 0;
}

.mockup {
    position: absolute;
    margin: 0 auto;
    margin-top: 30px;
    left: 0;
    right: 0;
    padding-left: 450px;
    animation-delay: 1s;
    z-index: 0;
}

.mockup2 {
    position: absolute;
    margin: 0 auto;
    margin-top: 150px;
    left: 0;
    right: 0;
    padding-left: 350px;
    animation-delay: 1.75s;
    z-index: 1;
}

.banner h1 {
    text-align: left;
    color: #fff;
    font-weight: 200;
    font-size: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 1;
    animation-name: fadeInRight;
    animation-delay: 0.5s;
}

.banner h1 span {
    font-size: 18px;
}

.banner p.banner-desc {
    color: #fff;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
    font-weight: 200;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    animation-name: fadeInRight;
    animation-delay: 1s;
}

.banner p.banner-price {
    color: #979797;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 1;
    animation-name: fadeInRight;
    animation-delay: 1.5s;
}


/*****
KONTAKT
*******/

.kontakt {
    margin-bottom: 20px;
    margin-top: 50px;
    animation-delay: 0.25s;
    animation-duration: 1.4s;
}

.kontakt input {
    height: 45px;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid transparent;
    width: 100%;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 50px;
    transition: all 0.2s;
}

.kontakt textarea {
    border: none;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid transparent;
    width: 100%;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 30px;
    transition: all 0.2s;
}

.kontakt input:focus,
.kontakt textarea:focus {
    outline: 0!important;
    box-shadow: none!important;
    border-right: 1px solid #c2c2c2;
}

.kontakt img {
    height: 45px;
}

.kontakt button {
    background-color: white;
    outline: 0;
    box-shadow: none;
    text-transform: uppercase;
    margin-top: 30px;
}


/*************
REFERENZEN
*******************/

.referenzen h2 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.referenzen p {
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 80px;
}

#mixit-container .mix {
    display: none;
}

.ref-nav .col-md-2 {
    margin-bottom: 80px;
}

.ref-nav span {
    font-weight: bold;
    border: 2px solid #1f1f1f;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.ref-nav span:hover {}

.ref-nav .active span {
    color: white;
    background-color: #1f1f1f;
}

.referenzen .slika {
    overflow: hidden;
    position: relative;
}

.referenzen .ref-image {
    transition: all 1s;
}

.referenzen .slika:hover .ref-image {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.referenzen .plus-edition,
.referenzen .easy-edition {
    position: absolute;
    right: 0;
    z-index: 3;
}

.referenzen .vignette {
    z-index: 2;
    position: absolute;
}

.referenzen .mix {
    margin-bottom: 30px;
}


.imp-dtn {
    padding-top: 100px;
    padding-bottom: 50px;
}
.imp-dtn h1 {
    margin-top: 0;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
}
.imp-dtn ul {
 list-style-type: none;
 padding-left: 0;
 margin-bottom: 20px;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px;
}
.imp-dtn p {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px;
    word-break: break-word;
}
.imp-dtn p a, .imp-dtn ul a {
text-decoration: underline;
color:#333;
word-break: break-word;
}
.imp-dtn ul b {
    font-weight: 400;
}
.imp-dtn h3 {
 font-size: 22px;
}
.imp-dtn h4 {
font-size: 18px;
}
.imp-dtn h3, .imp-dtn h2, .imp-dtn h4, .imp-dtn h5 {
 margin-bottom: 10px;
 font-weight: 400;
 text-transform: inherit;
}
.imp-dtn h5  {
 font-size: 16px;
}

/*************
MEDIA
*******************/


/******
1400
***********/

@media only screen and (max-width: 1450px) {
    .banner img {
        max-width: 1200px;
    }
}

.anim-slide img.slide-icon {
    padding-left: 720px;
}


/******
1199
***********/

@media only screen and (max-width: 1199px) {
    .banner img {
        right: 30px;
        padding-left: 0px;
        max-width: 650px;
        left: auto;
    }
    .banner .package-plus {
        right: 230px;
    }
    .banner .package-easy {
        max-width: 450px;
        margin-top: 100px;
        right: 0;
    }
    .mockup {
        margin-top: 150px;
    }
    .mockup2 {
        margin-top: 250px;
    }
    .coop,
    .anim-slide h1,
    .anim-slide p#slide-desc,
    .anim-slide p#slide-price,
    .anim-arrows {
        width: 950px;
    }
    .anim-slide img.slide-icon {
        right: 30px;
        padding-left: 0px;
        left: auto;
    }
    nav.anim-arrows>span {
        opacity: 1!important;
    }
    .anim-slider {
        height: 830px;
    }
    .bottom-info b {
        display: block;
    }
    .navigacija .navbar-default li {
        padding: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navigacija .navbar-default .language {
        padding-left: 25px;
    }
    .logo {
        top: 25px;
    }
    .welcome h2,
    .responsive h2,
    #counter-back h2,
    .bottom-content h2,
    .referenzen h2,
    .kosten-intro h2 {
        font-size: 36px;
    }
    .responsive-devices img {
        max-width: 290px;
    }
    .referenzen h2 {
        margin-top: 30px;
    }
    .referenz-bottom-info .bottom-content {
        margin-top: 0px;
    }
    .banner h1 {
        font-size: 50px;
    }
    .kosten-intro ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .kosten-plus article,
    .kosten-easy article {
        padding-left: 20px;
        padding-right: 10px;
    }
    .kosten-pack {
        margin-left: -20px;
    }
    #counter-back.parallax-window {
        background-image: url('../images/slider-back.png')!important;
        background-position: center!important;
        background-size: cover!important;
    }
}


/******
991
***********/

@media only screen and (max-width: 991px) {
    .banner img {
        right: 30px;
        max-width: 500px;
    }
    .banner .package-easy {
        max-width: 350px;
        margin-top: 235px;
        right: 0;
    }
    .banner .package-plus {
        right: 250px;
        max-width: 300px;
        margin-top: 280px;
    }
    .banner .mockup {
        margin-top: 250px;
    }
    .banner .mockup2 {
        margin-top: 350px;
    }
    .navigacija .navbar-default {
        padding-top: 50px;
    }
    .coop,
    .anim-slide h1,
    .anim-slide p#slide-desc,
    .anim-slide p#slide-price,
    .anim-arrows {
        width: 725px;
    }
    .anim-slide img.slide-icon {
        width: 350px;
    }
    .anim-slide h1 {
        font-size: 45px;
    }
    .anim-slider {
        height: 750px;
    }
    .anim-slide img.slide-icon {
        width: 320px;
        top: 25%;
    }
    .anim-arrows {
        top: 77%;
    }
    .anim-slide p#slide-price {
        top: 60%;
    }
    .anim-slide p#slide-desc {
        top: 40%;
    }
    .coop {
        top: 25px;
    }
    .navigacija .navbar-default li a,
    .navigacija .navbar-default li a:focus,
    .navigacija .navbar-default li a:active,
    .navigacija .navbar-default li a:visited {
        padding: 15px 20px;
        font-size: 17px;
    }
    .nav.navbar-nav.navbar-right.nav-main {
        float: left!important;
        margin-left: -35px;
    }
    .welcome {
        margin-top: 70px;
    }
    .counterN {
        font-size: 50px;
    }
    .social-bottom h3 {
        text-align: center;
    }
    .social-bottom {
        text-align: center;
    }
    .bottom-info {
        margin-top: 50px;
    }
    .bottom-info .col-md-4 {
        margin-bottom: 30px;
    }
    .footer p {
        margin-top: 20px;
    }
    .banner h1,
    .banner p.banner-desc,
    .banner p.banner-price {
        padding-left: 15px;
    }
    .ref-nav .col-md-2 {
        margin-bottom: 30px;
    }
    .kosten-intro h2 {
        margin-top: 0;
    }
    .kosten-intro h2 b br {
        display: none;
    }
    .kosten-intro {
        margin-bottom: 50px;
    }
    .kosten-intro h2 {
        margin-bottom: 30px;
    }
    .kosten-intro ul {
        margin-bottom: 20px;
    }
    #counter-back p {
        font-size: 20px;
    }
}


/******
767
***********/

@media only screen and (max-width: 767px) {
    .anim-slider {
        height: 700px;
    }
    .navbar-toggle {
        margin-top: 20px;
        border: none;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:visited,
    .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }
    .navbar-toggle .icon-bar {
        width: 33px;
        height: 2px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px;
    }
    .navigacija .navbar-default li a,
    .navigacija .navbar-default li a:focus,
    .navigacija .navbar-default li a:active,
    .navigacija .navbar-default li a:visited {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        box-shadow: none;
    }
    .coop,
    .anim-slide h1,
    .anim-slide p#slide-desc,
    .anim-slide p#slide-price,
    .anim-arrows {
        width: 100%;
        padding-left: 15px;
    }
    .coop {
        padding-right: 15px;
        left: 0px;
        font-size: 10px;
    }
    .anim-slide img.slide-icon {
        width: 120px;
        top: 60%;
    }
    .anim-slide img.slide-device {
        padding-left: 0px;
        bottom: -50px;
    }
    .anim-slider {
        overflow: visible;
    }
    .navigacija .navbar-default {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav.navbar-nav.navbar-right.nav-main {
        margin-left: 0px;
    }
    .navbar-toggle {
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 40px;
        margin-bottom: 5px;
        padding-bottom: 0px;
    }
    header {
        background-color: #1f1f1f;
        position: fixed;
        top: 0;
        padding-top: 0px;
    }
    header.fix {
        animation-duration: 0s;
        padding-top: 0px;
    }
    .nav-logo {
        position: relative;
        top: 0px;
    }
    .logo-title {
        font-size: 18px;
        margin-left: 0px;
        margin-top: -5px;
    }
    .logo-title span {
        font-size: 9.5px;
    }
    .nav-logo img {
        max-width: 100px;
        margin-bottom: 10px;
    }
    .navigacija .navbar-default .language li {
        display: inline-block;
    }
    .navigacija .navbar-default .language {
        padding-left: 10px;
        margin-bottom: 0px;
    }
    .navigacija .navbar-default li a,
    .navigacija .navbar-default li a:focus,
    .navigacija .navbar-default li a:active,
    .navigacija .navbar-default li a:visited {
        padding-left: 0px;
    }
    .anim-arrows {
        left: 0px;
        top: 70%;
    }
    .anim-slide h1 {
        font-size: 40px;
    }
    .welcome h2,
    #counter-back h2,
    .bottom-content h2,
    .referenzen h2,
    .kosten-intro h2 {
        font-size: 26px;
    }
    .welcome p,
    .welcome p,
    #counter-back p,
    .bottom-content p,
    .referenzen p {
        font-size: 18px;
    }
    .anim-slide p#slide-desc {
        top: 37%;
    }
    .anim-slide p#slide-price {
        top: 55%;
    }
    #counter .col-md-4 {
        margin-bottom: 30px;
    }
    nav.anim-arrows>span.anim-arrows-next {
        left: 60px;
    }
    nav.anim-arrows>span.anim-arrows-prev {
        left: 15px;
    }
    .welcome {
        margin-bottom: 35px;
    }
    #counter-back .counter-foot p {
        margin-top: 40px;
    }
    #counter-back p {
        margin-bottom: 50px;
    }
    #counter-back h2 {
        margin-top: 70px;
    }
    .bottom-info {
        margin-bottom: 0px;
    }
    .social-bottom {
        margin-top: 70px;
    }
    .bottom-content {
        margin-top: 30px;
    }
    .referenzen h2 {
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .referenzen p {
        margin-bottom: 50px;
    }
    .banner {
        min-height: 730px;
    }
    .banner img {
        width: 95%;
        right: 15px;
    }
    .banner .mockup {
        margin-top: 300px;
    }
    .banner .package-easy {
        width: 70%;
        margin-top: 260px;
    }
    .banner .package-plus {
        width: 65%;
        right: 150px;
    }
    .banner p.banner-desc {
        font-size: 18px;
    }
    .banner h1 {
        font-size: 35px;
    }
    .banner h1 span {
        font-size: 14px;
    }
    .anim-slide p#slide-desc {
        font-size: 20px;
    }
    .responsive-devices img,
    .kontakt,
    .responsive-desc,
    .welcome .col-md-12,
    .banner *,
    .counterN {
        animation-duration: 0s!important;
        animation: none!important;
        animation-delay: 0s!important;
    }
    .anim-slider h1,
    .anim-slider p,
    .anim-slider img {
        animation: none!important;
    }
    .ref-image {
        width: 100%;
    }
    .kontakt button {
        width: 100%;
    }
    .ref-nav .col-md-2:nth-child(odd) {
        padding-right: 7.5px;
    }
    .ref-nav .col-md-2:nth-child(even) {
        padding-left: 7.5px;
    }
    .ref-nav .col-md-2 {
        margin-bottom: 15px;
    }
    #mixit-container .mix {
        margin-bottom: 15px;
    }
    .referenzen .vignette {
        width: 100%;
    }
    .bottom-content p br,
    .welcome h2 br,
    .kosten-intro p br {
        display: none;
    }
    .welcome .button {
        margin-bottom: 10px;
    }
    .kosten-plus article,
    .kosten-easy article {
        padding-left: 30px;
    }
    .kosten-intro ul {
        display: block;
    }
    .kosten-intro ul li {
        width: 50%;
    }
    .kosten-intro ul li a {
        margin-right: 0;
        text-align: center;
    }
    .welcome .button {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/******
479
***********/

@media only screen and (max-width: 479px) {
    .banner {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 379px) {
    .anim-slide h1 span {
        font-size: 20px;
    }
    .anim-slide h1 {
        font-size: 32px;
    }
    .anim-slide img.slide-icon {
        top: 66%;
    }
    .banner {
        min-height: 700px;
    }
    .banner img {
        right: 5px;
    }
    .banner .package-plus {
        width: 65%;
        right: 120px;
    }
    .banner h1 {
        font-size: 28px;
    }
    .banner h1 span {
        font-size: 11px;
    }
    .kosten-intro ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
       .ref-nav span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 359px) {
    .ref-nav span {
        font-size: 12px;
    }
}
