body {
    font-family: 'pf_din_text_comp_prolight';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #333;
}

hr {
    border-top: 1px solid #cdcdcd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'roboto_condensedbold';
}

a {
    color: #82a43f;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
}

.clr {
    clear: both;
}

header {
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    width: 100%;
}

.line_head {
    width: 100%;
    height: 29px;
    background-repeat: repeat-x;
    position: relative;
}

.logo {
    margin: -10px 0 10px;
}

.languegeHead ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    font-size: 14px;
}

.languegeHead ul li {
    display: inline-block;
    font-family: 'pf_din_text_comp_prolight';
    text-transform: uppercase;
    font-size: 16px;
}

.languegeHead ul li a {
    color: #fff;
    text-decoration: none;
    padding: 3px 14px 5px;
    display: block;
    background: #82a43f;
}

.languegeHead ul li a:hover {
    color: #fff;
    background: #82a43f;
    opacity: 0.6;
}

.languegeHead ul li span {
    padding: 3px 14px 5px;
    display: block;
    color: #fff;
    background: #82a43f;
    opacity: 0.6;
}

.lineLogoRufen {
    padding: 0px 0 0px;
    margin-top: -10px;
}

.lineLogoRufen {
    font-family: 'roboto_condensedlight';
    text-transform: uppercase;
}

.lineLogoRufen h4 {
    font-weight: 100;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #82a43f;
    font-family: 'roboto_condensedlight';
}

footer {
    background: #f8f8f4;
    padding: 15px 0;
    font-size: 16px;
    color: #525252;
    font-family: 'pf_din_text_comp_prolight';
}

footer a {
    color: #525252;
    font-family: 'roboto_condensedbold';
}

.menuFooter {
    list-style: none;
    margin: 0px 0 0;
    padding: 0;
    text-align: right;
}

.menuFooter li {
    display: inline-block;
    margin: 0 7px;
}

.menuFooter li a {
    font-family: 'pf_din_text_comp_prolight';
    text-decoration: none;
}

.menuFooter li a:hover,
.menuFooter li a.activ {
    font-family: 'pf_din_text_comp_prolight';
    font-weight: bold;
}

.menuFooter li a:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #82a43f;
    border-radius: 50%;
    margin: 5px auto 0;
    display: block;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.menuFooter li a:hover:after,
.menuFooter li a.activ:after {
    opacity: 1;
}

.slick-dots {
    padding: 10px 0 0px!important;
}

.parallax {
    height: 530px!important;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F0F0F0;
    color: #fff;
}

.produktsSlider {
    position: relative;
    padding: 60px 0;
    text-align: center;
    color: #333;
    background-color: #F0F0F0;
}

.produktsSlider h3 {
    font-family: 'good_vibes_proregular';
    color: #82a43f;
}

.produktsSlider h4 {
    font-family: 'pf_din_text_comp_prolight';
    font-weight: 100;
    color: #82a43f;
    font-size: 21px;
}

.produktsSlider h3 {
    font-size: 48px;
    margin: 0 0 20px;
}

.produktsSlider .img-responsive {
    width: 120%;
}

.produktsSlider h5 {
    font-size: 24px;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
}

.produktsSlider .iconProducts {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.produktsSlider:nth-child(1) .iconProducts {
    background-image: url(/i/imgrouse.png);
}

.produktsSlider:nth-child(2) .iconProducts {
    background-image: url(/i/imgrouse2.png);
}

.produktsSlider:nth-child(3) .iconProducts {
    background-image: url(/i/imgrouse5.png);
}

.produktsSlider:nth-child(4) .iconProducts {
    background-image: url(/i/imgrouse3.png);
}

.produktsSlider:nth-child(5) .iconProducts {
    background-image: url(/i/imgrouse4.png);
}

.slideBnt {
    background: #87b949;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

a.btn.slideBnt {
    display: inline-block;
    padding: 10px 30px 10px;
    font-family: 'roboto_condensedbold';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    background: #87b949;
    border: 2px solid #87b949;
}

a.btn.slideBnt:hover {
    color: #87b949;
    background: rgba(130, 164, 63, 0);
    border: 2px dashed rgba(130, 164, 63, 0.5);
}

.g-recaptcha > div{
    margin: 0 auto;
}

@media (max-width: 767px) {
    .lineLogoRufen {
        text-align: center;
    }
    .lineLogoRufen img {
        display: inline-block;
    }
    .menu_mobile {
        float: none!important;
        margin: 0 auto;
    }
    .lineLogoRufen .logo {
        margin: 0 0 0px;
    }
    .mainSlid {
        margin-top: 208px!important;
    }
}

@media (min-width: 768px) {
    .nav.navbar-nav {
        width: 100%;
        text-align: right;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
        text-align: center;
    }
    .navbar-nav>li>a {
        font-size: 14px;
        text-decoration: none;
        color: #333;
        text-align: center;
        padding: 5px 15px 0;
        float: left;
    }
    .navbar-nav>li>.active,
    .navbar-nav>li:hover>a,
    .navbar-nav>li>a:focus {
        color: #82a43f;
        background: none;
    }
    .navbar-nav>li>.glyphicon {
        float: left;
        font-size: 10px;
        margin-top: 5px;
        margin-left: -7px;
        color: #333;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        -o-transform: rotate(0deg);
        -webkit-transition: .4s ease-out;
        -webkit-transition-delay: 0.5s;
        -o-transition: .4s ease-out;
        -o-transition-delay: 0.5s;
        -moz-transition: .4s ease-out;
        -moz-transition-delay: 0.5s;
        transition: .4s ease-out;
        transition-delay: 0.5s;
    }
    .navbar-nav>li:hover>.glyphicon {
        color: #82a43f;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        -o-transform: rotate(-180deg);
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    .navbar-nav li:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 50px;
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    .dropdown-menu {
        top: 65px;
        display: block;
        opacity: 0;
        width: 200px;
        border-radius: 5px!important;
        background: #82a43f;
        visibility: hidden;
        -webkit-transition: .4s ease-out;
        -webkit-transition-delay: 0.5s;
        -o-transition: .4s ease-out;
        -o-transition-delay: 0.5s;
        -moz-transition: .4s ease-out;
        -moz-transition-delay: 0.5s;
        transition: .4s ease-out;
        transition-delay: 0.5s;
        border: none;
    }
    .dropdown a:after {
        content: '';
        width: 6px;
        height: 6px;
        background: #82a43f;
        border-radius: 50%;
        margin: 5px auto 0;
        display: block;
        opacity: 0;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .dropdown:hover a:after,
    .dropdown a.active:after {
        opacity: 1;
    }
    /*.dropdown:last-child:after {
        display: none;
    }*/
    .dropdown-menu::before {
        content: "\e253";
        font-family: 'Glyphicons Halflings';
        width: 6px;
        height: 6px;
        color: #82a43f;
        position: absolute;
        top: -13px;
        left: 47px;
    }
    .dropdown-menu>li>a {
        text-decoration: none;
        white-space: normal;
        color: #fff;
    }
    .dropdown-menu>li>a:after {
        display: none;
    }
    .dropdown-menu>li>a:before {
        content: '\e258';
        font-family: 'Glyphicons Halflings';
        font-size: 10px;
        opacity: 0;
        margin-left: -20px;
        margin-right: 5px;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .17);
    }
    .dropdown-menu>li>a:hover:before {
        opacity: 1;
        margin-left: -12px;
    }
    .mainSlid {
        margin-top: 98px!important;
    }
}

@media (max-width: 991px) {
    .lineLogoRufen h4 {
        font-size: 14px;
        line-height: 15px;
    }
    .nav.navbar-nav {
        display: none!important;
    }
    .slick-slide img {
        display: inline-block!important;
    }
    .textContent h2 {
        text-align: center;
    }
    .menu_mobile {
        display: block;
        width: 30px;
        float: right;
    }
    .menu_mobile span {
        display: block;
        width: 100%;
        height: 5px;
        background: #82a43f;
        margin-bottom: 3px;
        border-radius: 3px;
    }
    .lineLogoRufen {
        padding: 10px 0 20px;
        margin-top: 0px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .nav.navbar-nav {
        margin: 15px 0 0;
    }
    .lineLogoRufen h4 {
        font-size: 15px;
        line-height: 10px;
        margin-top: 30px;
    }
    .navbar-nav>li>a {
        font-size: 14px;
        padding: 0px 8px 0 3px;
    }
    .menu_mobile {
        display: none;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .nav.navbar-nav {
        margin: 15px 0 0;
    }
    .lineLogoRufen h4 {
        font-size: 18px;
    }
    .navbar-nav>li>a {
        font-size: 16px;
        padding: 0px 9px 0;
    }
}