/*RESPONSIVE Laptop*/
@media (max-width: 1440px) {
}


/*RESPONSIVE ipad Quer*/

@media (max-width: 1024px) {
	body {
  background-position: center 0;
	background-image: url(/bilder/grafik/knibblBGmo.gif);}
	p {
		font-size: 3em;
		line-height: 4rem;
		font-weight: 600;
		color: var(--orange);}

	a.button {
		display: block;
		font-size: 3rem !important;
		line-height: 2.5rem;
		padding: 5rem 0 !important;
	}
		
			.orangeBG p {
		color: #FFF;
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.orangeBG a {
		color: #FFF;
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 3rem;
	}
}


@media (max-width: 991px) {

}

/*RESPONSIVE ipad hoch*/
@media (max-width: 900px) {
	html {overflow-x:hidden!important;}
	body {overflow-x:hidden!important;}

	.nurDesktop   {
		display: none;
	}
	.nurMobile {
		display: block;
	}

}


@media (max-width: 768px) {
	svg.contentlogo {
		display: block;
		width: 100%;
		margin: auto;
		margin-top: 100px;
		margin-bottom: 20px;
	}

	a.button {
		line-height: 7rem;
	}

	.Padding-Left {
		padding-left: 0;
	}
}

/*RESPONSIVE smartphone hoch*/
@media (max-width: 450px) {
body {
  background-position: center 0;
	background-image: url(/bilder/grafik/knibblBGmo.gif);}
	p {
		font-size: 1.4em;
		line-height: 2.4rem;
		font-weight: 600;
		color: var(--orange);

	}
	h1, h2, h3 {
		font-weight: 700;
		font-size: 2em;
		line-height: 2.4rem;
	}

	.orangeBG p {
		color: #FFF;
		font-weight: 700;
		font-size: 1.55rem;
		line-height: 3rem;
	}
	.orangeBG a {
		color: #FFF;
		font-weight: 700;
		font-size: 1.55rem;
		line-height: 3rem;
	}

	a.button {
		display: block;
		font-size: 2rem !important;
		line-height: 2.5rem;
		padding: 5rem 0 !important;;
	}
	
a.button:after {
  font-size: 2rem;
}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		--bs-gutter-x: 0rem;
		--bs-gutter-y: 0;
		padding-right: 5px;
		padding-left: 5px;
	}

	.col, .col-12, .col-1, .col-2, .col-11, .col-3, .col-4, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-12, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-12, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-12, .col-xl-3, .col-xl-4, .col-xl-6, .col-xl-9, .col-xl-auto {
		border-bottom: 30px solid var(--colorbottom) !important;
		border-top: 30px solid var(--colortop) !important;
	}

	.Headbild .col-12 {
		border-bottom: 0px solid var(--colorbottom) !important;
		border-top: 0px solid var(--colortop) !important;
	}

	.footer .container .row {
		text-align: center;
	}

	.navigation .col-md-4 a {
		line-height: 3rem;
		font-size: 2rem;
		line-height: 1.2rem;
	}

	a.button {
		font-size: 1rem;
		padding:10px 20px 10px 20px;
		margin-top: 0.8rem;
		text-align: center;
	}

	.deskLeft {text-align:center;}
	.deskRight  {text-align:center;}
}
