@media (max-width: 1599px) {
	.navbar-light .navbar-nav .nav-item > .nav-link {
	    font-size: 18px;
	}
	.main-logo {
	    top: 70px;
	}
    .section-lead {
        font-size: 1.4rem;
        line-height: 1.2;
    }
	
}
@media (max-width: 1199px) {
	.top-content h1{
		font-size: 40px;
	}
	.section-title {
	    font-size: 32px;
	    margin-bottom: 20px;
	}
	.box-title {
	    font-size: 18px;
	    min-height: 40px;
	}
    .container-fluid{
        padding-right: 30px;
        padding-left: 30px;
    }
    .section-sub {
        font-size: 1.6rem;
    }
    .top-over {
        padding: 30px;
    }
    .fws-text {
        padding: 60px;
    }
    .over-text .section-title {
        font-size: 42px;
    }
    .over-text .section-sub {
        font-size: 20px;
        line-height: 1.3;
    }
    .s-btn {
        font-size: 18px;
        min-width: 200px;
    }
    .sec-sections-text {
        padding: 60px;
    }
    .has-line {
        padding-bottom: 20px;
    }
    .grey-bg-padded, .white-bg-padded{
        padding: 40px 30px;
    }
    .side-color {
        width: 30px;
    }



}
@media (max-width: 991px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    #sidenav {
        margin-left: -992px;
    }
    #sidenav.active {
        margin-left: 0;
    }
	.side-nav {
	    min-width: 320px;
	    max-width: 100%;
	    height: 100%;
	    z-index: 100;
	    left: 0;
	    top: 0;
	    right: 0;
        overflow-y: auto;
	}
    .navbar-nav .nav-item > .nav-link {
        font-size: 16px;
        padding: 28px 10px;
    }
    .top-over {
        padding: 15px;
    }
    .head-btn {
        font-size: 16px;
        padding: 10px 15px;
    }
    .section-sub {
        font-size: 1.4rem;
    }
    .section-lead {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .over-text .section-title {
        font-size: 32px;
    }
    .over-text .section-sub {
        font-size: 18px;
        line-height: 1.2;
    }
    .has-line {
        padding-bottom: 15px;
    }
    .contact-section {
        background-position: 7% 20%;
    }
    .contact-form label {
        font-size: 22px;
    }
    .contact-form .form-control {
        padding: 5px 15px;
        font-size: 18px;
    }
    .contact-form textarea.form-control {
        font-size: 18px;
        line-height: 32px;
        padding: 0 15px;
        background-image: -moz-linear-gradient(top , transparent, transparent 31px,#c7c7c7 0px);
        background-image: -webkit-linear-gradient(top , transparent, transparent 31px,#c7c7c7 0);
        -webkit-background-size: 100% 31px;
        background-size: 100% 31px;
    }
    .contact-form textarea.form-control:focus {
        background-image: -moz-linear-gradient(top , transparent, transparent 31px,#141414 0px);
        background-image: -webkit-linear-gradient(top , transparent, transparent 31px,#141414 0);
    }
    .side-color {
        width: 15px;
    }
    .body-content h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .body-content h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .body-content p, .body-content ul li {
        font-size: 1rem;
    }
    .link-title {
        font-size: 1.2rem;
    }
    .link-text {
        font-size: 0.9rem;
    }
    .section-title {
        font-size: 24px;
    }
    .kontakt-msg {
        margin: 0;
    }
    .kontakt-msg p {
        font-size: 1.2rem;
    }
    .cta-lead {
        font-size: 1.2rem;
        margin: 0;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
	body{
		font-size: 0.85rem;
	}
    .top-title-wrapper {
        padding: 25px 0;
    }
    .top-over {
           /* position: static; */
    padding: 15px;
    top: 6%;
    }
	
	.navbar-brand {
    align-items: center;
    display: flex !important;
    vertical-align: middle;
}
	.dropdownmobile {
		display: block;
    position: relative;
    float: right !important;
    left: 22%;
    top: 0px;
}
	.top-image img{
	    height: 200px;
		object-fit: cover;
	}
    .section-sub {
        font-size: 1.1rem;
        margin: 0;
    }
	.navbar-light .navbar-toggler {
	    color: #FFF;
	    border-color: #FFF;
	    background-color: #FFF;
	    border-radius: 0;
	}
	.navbar-light .navbar-toggler.collapsed {
	    color: rgba(0, 0, 0, 0.5);
	    border-color: rgba(0, 0, 0, 0.1);
	    background-color: #EBE8E5;
	    border-radius: 0;
	}
	.logo-wrapper img {
	    width: 160px;
	    height: auto;
	}
    .text-section {
        padding: 20px 0;
    }
    .section-lead {
        font-size: 1rem;
        line-height: 1.1;
    }
    .fw-section .top-image{
        overflow: hidden;
    }
    .fw-section .top-image img {
        width: auto;
        height: auto;
        min-height: 240px;
        max-width: 160%;
    }
    .fws-text {
        padding: 30px;
        width: 100%;
        bottom: 0;
    }
    .over-text .section-sub {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .sec-sections-text {
        padding: 30px;
    }
    .contact-form label {
        margin-bottom: 0;
        font-size: 16px;
        padding-bottom: 0;
    }
    .contact-form label span {
        font-size: 12px;
        color: #e61d2b;
    }
    .contact-form .form-control, .contact-form textarea.form-control {
        padding: 5px;
        font-size: 16px;
    }
    .contact-section {
        background-position: 0 10px;
        background-size: 30%;
        padding: 20px 0;
    }
	.section-title {
	    font-size: 26px;
	    margin-bottom: 10px;
	}
	.section-subtitle {
	    font-size: 0.85rem;
	    margin-bottom: 20px;
	}
    .grey-bg-padded, .white-bg-padded {
        padding: 20px 15px;
    }
    .body-content h3 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .body-content h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .cta-lead {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .boxes-section {
        padding: 20px 0;
    }
    .box-icon {
        width: 72px;
    }
    .box-title {
        font-size: 18px;
        min-height: 26px;
    }
    .box-link {
        margin-bottom: 10px;
    }
    .box-link .box-img{
        display: none;
    }
	.grey-line {
	    margin-bottom: 20px;
	}
	.link-box {
	    margin-bottom: 20px;
	}
	.col-text p {
	    font-size: 14px;
	}
	.contact-form label {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.contact-form .form-group {
	    margin-bottom: 5px;
	}
	footer {
	    padding: 30px 0;
	    position: relative;
	}
	footer p {
	    font-size: 12px;
	    font-weight: 500;
	    color: #141414;
	}
}