.auswahl {
	min-height: 250px;
	background-color: #006ab6;
	border-radius: 20px;
	display: flex;
	align-content: center;
	justify-content: center;
  margin-bottom: 20px;
}
.auswahl p{
	font-size: 2em;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding:20px;
  line-height: 1.1em;
  margin: 0px;
}
html {
	scroll-behavior: smooth;
}

.produktankerclass{
  padding-top: 50px; 
  margin-top: -50px;
}

.ccm-page .primary-header--resized .desktop-nav .nav > .nav-path-selected > a, .ccm-page .desktop-nav .nav-path-selected > a{
  border: none !important;
}

.backgroundimg{
  background-image: url("https://purkathofer.internetsuccess.at/application/files/8416/9407/7420/Rastergrafik.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.padding-top-100{
  padding-top:0px!important;
}