@media only screen and (max-width:767px) {
	
	
.portfolio-main .over-scroll {
    align-items: center;
    overflow-x: scroll;
}


/* Entire scrollbar */
.portfolio-main .over-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Scrollbar track (background) */
.portfolio-main .over-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 6px;
}

/* Scrollbar thumb (the draggable part) */
.portfolio-main .over-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
}

/* Thumb on hover */
.portfolio-main .over-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.portfolio-main .over-scroll>div {
    width: 200%;
    margin-bottom: 20px;
    padding-left: 60px;
}

.portfolio-main .button-group {
    display: flex;
    align-items: start;
}

	.banner {
		padding: 30px 0px 0px 0px;
	}

	body.page-template-template-landing .banner .space, .banner .space {
		padding-left: 0px;
		padding-right: 0px;
	}

	.banner p {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.banner .btn-default {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
		line-height: 35px;
		font-size: 16px;
	}

	.banner h1 {
		color: #3B3B39;
		font-size: 64px;
		line-height: 1.2;
	}

	.banner .align {
		position: relative;
		bottom: 0px;
		right: 0px;
	}

	.portfolio {
		padding: 80px 0px 40px 0px;
		overflow: hidden;
	}

	.section-title h2 {
		font-size: 34px;
		font-weight:500 !important;
	}

	.portfolio .section-title {
		margin-bottom: 20px;
	}

	.portfolio .progress-text {
		font-size: 16px;
		line-height: 32px;
	}

	.portfolio p {
		color: #3B3B39;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0.54px;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}

	.portfolio p .btn-default {
		margin-top: 15px;
		display: inline-block;
	}

	.btn-default {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		line-height: 35px;
		font-size: 16px;
        border-radius: 0px !important;
	}

	.contact-form {
		padding: 40px 0px 40px 0px;
	}

	.contact-form p {
		color: #191917;
	}

	.contact-form p br {
		display: none;
	}

	p {
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
	}

	.contact-form .form-box {
		padding-top: 20px;
	}

	.contact-form .btn-default.black {
		width: auto;
		line-height: 40px;
	}

	.footer {
		padding: 40px 0px 10px 0px;
		border-top: 40px solid #FBFAF4;
	}

	.footer h2 {
		font-size: 70px;
		line-height: 88px;
		margin-bottom: 20px;
	}

	.footer .btns {
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.footer .btns a {
		margin: 0px 5px;
	}

	.footer .copy {
		text-align: center;
		flex-wrap: wrap;
	}

	.footer .copy p {
		order: 3;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}

	.footer .copy p + p {
		padding-left: 0px;
		order: 2;
		margin-top: 30px;
	}

	.footer .copy ul {
		display: flex;
		justify-content: space-between;
		order: 1;
		width: 100%;
	}

	.footer .copy ul li {
		display: inline-block;
		margin: 0px 3px;
	}

	.footer .copy ul li a {
		font-size: 16px;
	}

	header .main-nav {
		padding: 5px 0px;
	}

	.navbar-light .navbar-nav>.nav-item {
		margin: 0px 10px;
	}

	.navbar-expand .navbar-nav {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	/*** NEW CSS ***/
	.banner {
		height: inherit;
	}

	body.page-template-template-landing .banner .align, .banner .align {
		text-align: right;
		width: 100%;
	}

	body.page-template-template-landing .banner .align img, .banner .align img {
		width: 100% !important;
	}

	.featured-projects .text {
		padding-left: 0px;
	}

	.banner.homepage .exp,
	.featured-projects .scroll-up,
	.featured-projects .number, 
	.banner.homepage .info {
		display: none;
	}

	.featured-projects {
		padding: 80px 0px;
	}

	.featured-projects .bts {
		margin-bottom: 40px;
	}

	.featured-projects .link {
		margin-top: 20px;
		display: inline-block;
	}

	.banner.homepage {
		padding: 70px 0px 0px 0px;
	}

	.banner.homepage h1 {
		margin-bottom: 20px;
	}

	.banner.homepage .link {
		font-size: 24px;
	}

	.banner h1 {
		color: #3B3B39;
		font-size: 64px;
		line-height: 1.2;
	}

	.featured-projects h5 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.work-category .section-title {
		margin-bottom: 35px;
	}

	.category-box {
		padding: 20px;
	}

	.category-box h3 {
		margin-top: 40px;
		border-top: 1px solid rgba(30, 30, 30, 0.10);
		padding-top: 20px;
	}

	.category-box .num {
		top: -2px;
		right: 4px;
		font-size: 16px;
	}

	.featured-projects .project-img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left:20px !important;
		padding-right:20px !important;
	}

	.banner {
		height: inherit;
	}

	.banner .align {
		text-align: right;
		width: 100%;
	}

	.banner .align img {
		width: 100%;
		margin-top:10px;
	}
	.footer h2 {
		font-size: 68px;
		line-height: 79px;
	}	
	.banner h1 {
		margin-bottom: 20px;
	}

	.banner .btn-default {
		line-height: 38px;
	}

	.btn-default {
		line-height: 38px;
	}

	.contact-form .btn-default.black {
		padding: 2px 21px;
	}

	.footer .btns a {
		margin: 0px 3px;
		width: 100%;
		padding: 0px 8px;
		font-size: 15px;
		line-height: 40px;
		text-align: center;
	}

	.footer .btns {
		margin-bottom: 20px;
	}

	.footer .copy {
		flex-wrap: wrap;
		text-align: left;
	}

	.footer .copy ul {
		flex-wrap: wrap;
	}

	.footer .copy ul li {
		margin: 2px 0px;
		width: 100%;
	}

	.footer .copy p {
		text-align: left;
	}
	
	.contact-form .btn-default.black {
		padding: 2px 21px;
		float: left;
        width: 100%;
	}

	.footer .copy {
		width: calc(100% - 6px);
		margin-left: 3px;
	}	

	.navbar-light .navbar-nav>.nav-item ul.sub-menu {
		left: 0;
	}

	header .container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	body.page-template-template-home .banner .align,.banner .align {
		width: 100% !important;
	}	
	
	.contact-form textarea.form-control {
		margin-bottom:25px;
	}
	
	.link {
    width: 100%;
    margin-right: 0px;
    line-height: 56px;
}
 
.featured-projects {
    padding: 0px 0px 8px 0px;
}
 
.featured-projects .text h5 {
    font-size: 24px;
    margin-bottom: 24px;
	margin-top:25px;
}
 
.featured-projects .link {
    margin-bottom: 24px;
    margin-top: 0px;
}
 
.section-title h2 {
    font-size: 32px;
}
 
.work-category h3 {
    font-size: 24px;
}
 
.category-box h3 {
    margin: 15px 0px;
    border-top: 0;
    padding-top: 0px;
}
 
.category-box {
    padding: 16px;
}
 
.work-category {
    padding: 0px 0px 24px 0px;
}
 
.contact-form {
    padding: 0px 0px 40px 0px;
}
 
.contact-form form {
    margin-top: 40px;
}
 
.footer .btns {
    margin-bottom: 26px;
}
 
.footer .links ul {
    margin-bottom: 20px;
}
 
.side-menu {
    width: 90%;
}
 
.navbar-expand .navbar-collapse {
    display: none !important;
}
	
	
header.inner .main-nav {
    padding: 5px 0px;
}

.portfolio-main .button-group .button {
    font-size: 24px;
    line-height: 40px;
    margin-right: 43px;
    white-space: nowrap;
}

.portfolio-main .over-scroll>div {
    padding-left: 10px;
}

.portfolio-box h3 {
    font-size: 24px;
    margin: 12px 0px 5px 0px;
}

.portfolio-box {
    margin-bottom: 30px;
}
	
.project-details .tags a {
    line-height: 33px;
    padding: 0px 13px;
    font-size: 15px;
    margin-right: 5px;
}
 
.references .over-scroll {
    align-items: center;
    overflow-x: scroll;
    margin-top: 0px;
}
 
/* Entire scrollbar */
.references .over-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
 
/* Scrollbar track (background) */
.references .over-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 6px;
}
 
/* Scrollbar thumb (the draggable part) */
.references .over-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
}
 
/* Thumb on hover */
.references .over-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
 
.references .over-scroll>div {
    width: max-content;
    margin-bottom: 5px;
    padding-left: 0px;
}
 
.references .section-title {
    margin-bottom: 25px;
}
 
.references .search {
    margin-top: 10px;
    height: 46px;
}
 
.references .button-group .button {
    white-space: nowrap;
    margin-right: 12px;
}
 
.reference-box h3 {
    font-size: 24px;
    line-height: 32px;
}
 
.reference-box .tags a {
    line-height: 28px;
    padding: 0px 10px;
    font-size: 14px;
}
 
.reference-box .arrow img {
    max-width: 20px;
}
 
.reference-box .arrow {
    margin-top: -10px;
}
 
.references .grid {
    margin-top: 40px;
}	
	
.portfolio-main .button-group .button {
	margin-bottom:0px;
}
	
	.category-box {
    padding: 16px;
}
	
	.featured-projects {
    padding: 60px 0px 8px 0px;
}
 
.kunden-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.kunden-fullpage .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
 
.section-title h2 {
    font-weight: 400 !important;
}
 
.featured-projects .bts {
    margin-bottom: 0px;
}
 
	
.reference-box .tags div {
    line-height: 28px;
    padding: 0px 10px;
    font-size: 14px;
}
 
.project-details .tags div {
    line-height: 33px;
    padding: 0px 13px;
    font-size: 15px;
    margin-right: 5px;
}	
	
.portfolio-main .button-group.filters-button-group .button {
    margin-right: 43px;
}
 
.portfolio-box h3 {
    padding-right: 30px;
}
 
.portfolio-box p {
    padding-right: 30px;
}
 
.kunden-section {
    height: inherit;
    margin-top: 0px !important;
}
 
.featured-projects .section-title h2 {
    margin-bottom: 0px;
}	
}

@media only screen and (max-width:991px) {

.side-menu ul.main-menu .dropdown-toggle::after {
    border: none;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner {
		padding: 30px 0px 70px 0px;
	}

	.banner .align {
		max-width: 58%;
	}

	.banner .space {
		padding-left: 60px;
		padding-right: 0px;
	}

	.banner p {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 25px;
	}

	.btn-default {
		line-height: 50px;
		font-size: 16px;
	}

	.banner h1 {
		font-size: 100px;
		line-height: 1.2;
	}

	.section-title h2 {
		font-size: 54px;
		margin: 0px;
	}

	.portfolio p {
		font-size: 18px;
		line-height: 30px;
	}

	p {
		font-size: 20px;
		line-height: 30.82px;
	}

	.footer h2 {
		font-size: 72px;
		line-height: 87px;
		margin-bottom: 60px;
	}

	.footer .btns {
		display: inline-block;
		margin-bottom: 65px;
	}

	.footer .btns a {
		margin-left: 0px;
		margin-right: 20px;
	}

	.footer .copy p {
		font-size: 13px;
	}

	.footer .copy p + p {
		padding-left: 35px;
	}

	.footer .copy ul li {
		display: inline-block;
		margin-left: 2px;
	}

	/*** NEW CSS ***/
	.featured-projects .scroll-up {
		top: 30%;
		right: -55px;
	}

	.featured-projects .text {
		padding-left: 25px;
	}
	.banner h1 {
		font-size: 84px;
		margin-bottom: 70px;
	}

	.banner .space {
		padding-left: 0px;
	}
	body.page-template-template-landing .banner .space ,.banner .space {
		padding-left: 6px;
	}

	.footer .copy {
		width: calc(100% - 0px);
		margin-left: 0px;
	}
	.banner h1 {
		margin-bottom: 30px;
	}
	
	.featured-projects .text h5 {
    font-size: 30px;
}
 
.footer .copy {
    margin-top: 25px;
}
 
.featured-projects .scroll-up {
    right: -70px;
}
	
	.portfolio-main .button-group .button {
    font-size: 24px;
    line-height: 40px;
    margin-right: 43px;
    white-space: nowrap;
}

.portfolio-main .over-scroll>div {
    padding-left: 10px;
}

.portfolio-box h3 {
    font-size: 24px;
    margin: 12px 0px 5px 0px;
}

.portfolio-box {
    margin-bottom: 30px;
}
.references .form-control.search {
    margin-top: 40px;
}
 
.references .button-group .button {
    font-size: 14px;
    padding: 0px 12px;
}	
.kunden-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.featured-projects .bts {
    margin-bottom: 0px;
}	
	
.portfolio-main .button-group.filters-button-group .button {
    font-size: 17px;
}	
}

@media only screen and (min-width: 992px) {
.sticky-anchor.fixed {
    top: calc(50% - 45px);
}
	
	.sticky-anchor.fixed {
    position: fixed;
    top: 45%;
    top: calc(50% - 50px);
    z-index: 9999;
}
 
.kunden-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.featured-projects .bts {
    margin-bottom: 0px;
}
	
	.sticky-anchor.fixed {
    position: fixed;
    top: 45%;
    z-index: 9999;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner h1 {
		font-size: 96.333px;
		line-height: 102px;
	}

	.banner p {
		font-size: 24px;
		line-height: 41.82px;
	}

	.banner .space {
		padding-left: 32px;
	}

	.portfolio p {
		font-size: 27px;
	}

	p {
		font-size: 24px;
	}

	.banner .align {
		max-width: 66%;
	}

	/*** NEW CSS ***/
	.featured-projects .scroll-up {
		top: 30%;
		right: -60px;
	}

	.featured-projects .text {
		padding-left: 50px;
	}
	.portfolio p {
		font-size: 23px;
	}

	.banner .space {
		padding-left: 85px;
		padding-right: 30px;
	}

	p {
		font-size: 21px;
	}

	body.page-template-template-landing .banner .space, .banner .space {
		padding-left: 85px;
		padding-right: 30px;
	}
	
	.featured-projects .text h5 {
    font-size: 25px;
}
 
.footer h2 {
    font-size: 100px;
    line-height: 110px;
}
 
.featured-projects .scroll-up {
    right: -75px;
}
	
	.portfolio-main .button-group .button {
    font-size: 24px;
    line-height: 40px;
    margin-right: 43px;
    white-space: nowrap;
}

.portfolio-main .over-scroll>div {
    padding-left: 10px;
}

.portfolio-box h3 {
    font-size: 24px;
    margin: 12px 0px 5px 0px;
}
.references .button-group .button {
    padding: 0px 13px;
}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.banner h1 {
		font-size: 96.333px;
		line-height: 102px;
	}

	.banner p {
		font-size: 24px;
		line-height: 41.82px;
	}

	.banner .space {
		padding-left: 60px;
		padding-right: 40px;
	}

	.portfolio p {
		font-size: 27px;
	}

	p {
		font-size: 24px;
	}

	.banner .align {
		max-width: 66%;
	}

	/*** NEW CSS ***/
	.featured-projects .scroll-up {
		right: -55px;
	}
	.banner .space {
		padding-left: 100px;
	}

	body.page-template-template-landing .banner .space, .banner .space {
		padding-left: 100px;
	}
.section-title h2 {
    font-size: 60px;
}
 
.featured-projects .text h5 {
    font-size: 40px;
}
 
.featured-projects .scroll-up {
    right: -65px;
}
	
	.portfolio-main .button-group .button {
    font-size: 24px;
    line-height: 40px;
    margin-right: 43px;
    white-space: nowrap;
}

.portfolio-main .over-scroll>div {
    padding-left: 10px;
}

.portfolio-box h3 {
    font-size: 34px;
}
}