

/*breakpoint0*/
@media only screen and (max-width: 1500px) {
	
	.mobile_only.breakpoint0 {
		display: block;
	}
	
	.not_mobile.breakpoint0 {
		display: none;
	}
	
	
	body {
		font-size: 14px;
	}
		
}


/*breakpoint0a*/
@media only screen and (max-width: 1200px) {
	
	.mobile_only.breakpoint0a {
		display: block;
	}
	
	.not_mobile.breakpoint0a {
		display: none;
	}
	
	
	
	.services__quick_info__nav__btn__icon {
		width: 2.1em;
		margin-right: 2%;
	}

	.services__quick_info__nav__btn__text {
		font-size: 1.6em;
	}
			
}



/*breakpoint1*/
@media only screen and (max-width: 1150px) {
	
	.mobile_only.breakpoint1 {
		display: block;
	}
	
	.not_mobile.breakpoint1 {
		display: none;
	}
	
	.landingpage__contact_section {
		margin: 1.5em;
	}	
	
	
	.bg__container {
		filter: brightness(0.4);
	}
	
	.page {
		margin-top: 0;
		padding: 0;
	}
	
	.page--services {
		width: 100%;
		/*padding: 0 1.5em;*/
	}
	
	.page--contact {
		width: 100%;
		padding: 0 1.5em;
	}
	
	
	.header {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		background-color: #000;
		/*outline: 1px solid yellow;*/
	}
	
	.logo {
		margin-top: 1.5em;
	}
	
	.header__logo__container {
		/*margin-top: 1.5em;*/
	}
	
	.nav {
		width: 100%;
		margin: 2em 1em;
		margin-bottom: 0;
		justify-content: space-around;
	}
	
	.nav__btn {
		margin: 0 0.5em;
	}
	
	.nav__btn.active {
		color: #E3E3E3;
	}
	
	.bg_stef--streichen {
		width: 77.56em;
		margin-top: 2.4em;
		margin-right: -11em;
		/*outline: 1px solid green;*/
	}

	.bg_stef--tapezieren {
		width: 73.96em;
		margin-top: 4.1em;
		margin-right: -4em;
		/*outline: 1px solid green;*/
	}
	
	.bg_stef--zwei_bilder {
		width: 54.96em;
		margin-top: 2.1em;
		margin-right: -2.2em;
		/*outline: 1px solid green;*/
	}
	
	.bg_stef--kuenstlerisches {
		width: 78.56em;
		margin-top: 2.5em;
		margin-right: -12em;
		display: none;
	}
		
	.bg_contact {
	}	
	
	
	.main {
		
	}
	
	.main--services {
		margin-left: 1.5em;
		margin-right: 1.5em;
	}
	
	.services__h {
		font-size: 2.25em;
		max-width: 100%;
		margin-top: 1em;
	}	
		
	.services__quick_info__nav {
		flex-direction: column;
		margin-left: 0.6em;
	}
	
	.services__quick_info__nav__btn {
		margin-bottom: 0.9em;
		opacity: 1;
		/*pointer-events: none;*/
	}
	
	.services__quick_info__nav__btn__icon {
		width: 1.7em;
		margin-right: 2%;
	}

	.services__quick_info__nav__btn__text {
		font-size: 2.0em;
	}
	
	
	
	
	
	.page--work_samples {
		
	}
	
	.main--work_samples {
		width: 95%;
		margin: 2.5em auto;
	}
	
	
	.gallery {
		justify-content: space-around;
	}
	
	
		
	.main--contact {
		margin: 0 1.3em;
	}
	
	.contact__text {
		margin-left: 0;
	}
	
	.contact__text__phone_number {
		font-size: 2em;
	}
	
	.contact__form {
		/*margin-top: 2.3em;*/
		margin-right: 0;
	}
	
	.g-recaptcha {
		transform:scale(0.8);
		transform-origin:0 0;
	}
	
	
	
	.main--privacy {
		margin: 0 1.5em;
		margin-bottom: 3em;
	}
	
	
	.landingpage__action__btn__container--trockenbau {
		margin-bottom: 3.9em;
	}
	
	.privacy__h {
		font-size: 1.7em;
		margin-top: 1em;
	}

	.privancy__text {
		font-size: 1.1em;
		line-height: 150%;
	}

	.privancy__text h3 {
		font-size: 1.2em;
	}
	
	
	
	.legal_notice {
		font-size: 0.9em;
		margin-bottom: 3em;
	}
	
	.legal_notice__h {
		margin-bottom: 0.4em;
	}
	
}



/*breakpoint2*/
@media only screen and (max-width: 850px) {
	
	.mobile_only.breakpoint2 {
		display: block;
	}
	
	.not_mobile.breakpoint2 {
		display: none;
	}

	.box_style3 {
		background-color: #141414;
		border: 1px solid #2E2E2E;
		border-radius: 12px;
	}
	
	.landingpage__contact_section {
		display: block;
		margin: 0;
		margin-top: 35px;
		padding-top: 20px;
		background-color: #161616;
	}	
	
	
	.services__highlighted_box1__wrapper {
		flex-direction: column;
		gap: 0;
	}	
	
	.services__highlighted_box1 {
		padding: 10px 20px;
		padding-bottom: 20px;
	}
	
	.page--services {
		height: 122em;
		/*outline: 1px solid yellow;*/
	}
	
	
	.header {
		
	}
	
	.header__logo__container {
		/*margin-left: -1em;*/
	}
	
	.logo_graphic {
		
	}
	
	.header__logo__text__container {
		
	}
	
	.header__logo__text1 {
		
	}
	
	.header__logo__text2 {
		
	}
	
	.bg__container {
		filter: none;
	}
	
	.bg_contact {
		width: 87.93em;
		margin-top: -2.2em;
		margin-right: 0;
		opacity: 0.5;
		display: none;
	}	
	
	
	

	.logo {
		margin-bottom: 0.6em;
	}
	
	.nav {
		font-size: 3vw;
		width: 100%;
		padding: 0 1.5em;
		justify-content: space-between;
	}
	
	.nav__btn {
		margin: 0;
	}
		
	.bg__container--index {
		margin-top: 0em;
	}
	
	.bg__container--services {
		margin-top: 0em;
	}
	
	.services__h {
		font-size: 1.6em;
		margin-top: 1.0em;
		position: absolute;
	}	
	
	.main__services__text01 {
		font-size: 1.37em;
	}
	
	.bulletpoints {
		margin: 0;
	}
	
	.bulletpoints__point {
		margin-bottom: 1.3em;
	}

	.bulletpoints__point__icon {
		width: 0.8em;
		margin-top: 0.4em;
		margin-left: -0.2em;
		margin-right: 0.3em;
	}

	.bulletpoints__point__text {
		font-size: 1.06em;
	}

	.main__services__text02 {
		font-size: 1.37em;
	}
	
	.main__services__below_bg--index {
		margin-top: 590px;
	}
	
	.main__services__below_bg--renovierung {
		margin-top: 600px;
	}
		
	.main__services__below_bg--bodenlegen {
		margin-top: 450px;
	}

	.main__services__below_bg--laminat-verlegen {
		margin-top: 430px;
	}
	
	.main__services__below_bg--parkett-verlegen {
		margin-top: 430px;
	}
	
	.main__services__below_bg--tapezieren-streichen {
		margin-top: 600px;
	}
	
	.main__services__below_bg--teppich-legen {
		margin-top: 434px;
	}
	
	.main__services__below_bg--teppichfliesen-legen {
		margin-top: 424px;
	}
	
	.main__services__below_bg--trockenbau {
		margin-top: 444px;
	}
	
	
	
	.bg_stef--fliesenlegen {
		margin-top: -3em;
		margin-right: -4em;
	}
	
	.bg_stef--zwei_bilder {
		width: 54.96em;
		margin-top: 6.1em;
		margin-right: -2.2em;
		/*outline: 1px solid green;*/
	}
	
	.bg_stef--zwei_bilder--teppichfliesen {
		margin-right: -9.2em;
		/*outline: 1px solid green;*/
	}
	
	.bg_stef--zwei_bilder--laminat-verlegen {
		margin-top: 6.8em;
		/*outline: 1px solid green;*/
	}
	
	.bg_stef--zwei_bilder--parkett-verlegen {
		margin-top: 6.8em;
		/*outline: 1px solid green;*/
	}
	
	.bg_stef--zwei_bilder--trockenbau {
		margin-top: 7em;
		/*outline: 1px solid green;*/
	}
		
	.services__quick_info__nav {
		font-size: 3vw;
		margin-bottom: 1.6em;
	}
	
	
	
	.landingpage__action__btn__container {
		display: block;
		text-align: center;
	}
	
	
	.action_buttons__services {
		width: 96%;
		margin: auto;
		align-content: center;
		text-align: center;
		margin-top: 2.3em;
		margin-bottom: 2.3em;
		/*display: none;*/
		/*background-color: #222222;*/
	}

	
	
	
	
	
	
	
	.page--contact {
		width: 100%;
		padding: 0;
	}
	
	.main--contact {
		margin: 0;
		margin-top: 2.5em;
		display: block;
	}
	
	
	.main__h {
		text-transform: uppercase;
	}
	
	
	
	.work_samples__h {
		font-size: 2.25em;
		margin-top: 1em;
		text-align: center;
		display: none;
	}	
	
	.work_samples__project__h {
		text-align: center;
	}	
	
	.work_samples__group {
		margin-left: 0;
	}	
	
	.work_samples__group__h {
		text-align: center;
	}	
	
	.work_samples__description {
		text-align: center;
	}
	
	
	
	.gallery--projects {
		justify-content: space-around;
	}
	
	
	.gallery__container_for_single,
	.gallery--projects__item {
		margin-left: 1em;
		margin-right: 1em;
		margin-top: 1em;
		margin-bottom: 1em;
	}	
	
	.work_samples__project__h__category {
		display: none;
	}
	
	
	.gallery {
		justify-content: space-around;
	}
	
	.gallery_for_single {
		
	}
	
	.gallery:not(.gallery_for_single) figure img {
		/*width: 10em;
		height: 10em;*/
		/*margin: 0.8em;*/
	}
	
	
	
	
	.button_back {
		display: block;
		position: relative;
		margin-left: 40%;
		margin-top: 2em;
	}

	
	
	
	.contact__text__h {
		font-size: 1.9em;
		margin-top: 0;
		margin-bottom: 0.4em;
	}
	
	.contact__text {
		margin: 0 2.0em;
	}
	
	.contact__text__text01 {
		
	}
	
	.contact__text__phone_number {
		font-size: 2.26em;
		/*margin-top: 0em;*/
	}
	
	.contact__form {
		padding-left: 2.0em;
		padding-right: 2.0em;
		min-width: 100%;
		padding-bottom: 3.5em;
		font-size: 1em;
		border: none;
		background-color: rgba(0,0,0,0.00);
	}
	
	.input_text,
	.textarea {
		border-width: 1px;
	}
	
	.input_text {
		height: 2.5em;
	}
	
	.g-recaptcha {
		transform:scale(0.9);
	}
	
	
	
	.contact__processed {
		font-size: 0.8em;
	}
	
	
	
	
	.footer {
		font-size: 2.6vw;
		margin-top: 0;
		width: 100%;
		justify-content: space-between;
	}
	
	.footer__content {
		padding: 0 1.4em;
	}
	
	.footer--services {
		/*margin-top: 5.3em;*/
	}
	
	.footer--contact {
		padding: 0 1.5em;
		margin-bottom: 2em;
	}
	
	.footer__line {
		height: 1px;
	}
	
	
	
	
	
	
}


/*breakpoint2b*/
@media only screen and (max-width: 550px) {
	
	.action_buttons__btn {
		font-size: 4.4vw;
		width: 100%;
		padding: 1em;
		margin: auto;
		margin-bottom: 1.1em;
	}
	
}




/*breakpoint3*/
@media only screen and (max-width: 400px) {
		
	.bg_contact {
		display: none !important;
	}
	
	.mobile_only.breakpoint3 {
		display: block;
	}
	
	.not_mobile.breakpoint3 {
		display: none;
	}
	
	body {
		padding-bottom: 0em;
	}
	
	.page--contact {
		margin-bottom: 1em;
	}
	
	.header {
		
	}
	
	.logo {
		width: 12.43em;
	}
	
	.nav {
		margin: 2em 0.5em;
		margin-bottom: 0;
		margin-top: 1.3em;
		padding-top: 1.2em;
		padding-bottom: 1.0em;
		/*background-color: #1C1C1D;*/
		background-color: #000;
		/*border-top: 4px solid #1C1C1D;*/
		border-bottom: 4px solid #252526;
	}
		
	.nav__btn.active:after {
		height: 0px;
	}
	
	.services__h {
		font-size: 1.5em;
		margin-top: 0.8em;
	}
	
	
	
	.main__services__text01 {
		font-size: 1.37em;
	}
	
	.main__services__landingpage__text01 {
		line-height: 1.4em;
	}
			
}
