	/* smooth scroll */
	html {
	  scroll-behavior: smooth;
	}

	/* change menu background */
	.menu-bar-wrapper {
		background-color: #fff;
	}
	/* max size logo */
	#logoimg {
		max-height: 100px !important;
	}
	#mobilelogo {
		max-height: 100px !important;
	}

	/* size subheading */
	#subtitlehero {
		font-size: 30px !important;
	}

	.single-feature__icon{
		max-width: 50px !important;
	}


	/* Eblem ausblenden für große Displays */
	
	@media only screen and (min-width: 480px) {
		#secondimg {
			display: none;
		}
	}	


	@media only screen and (min-width: 975px) {
		#eblembackground {
			background-image: url("../img/feature/zunftzeichen-size.jpg");
			background-size: 200px;	
			-webkit-background-size: 200px;
			-moz-background-size: 200px;
			-o-background-size: 200px;		
			background-position: left bottom;
			background-repeat: no-repeat;
		}
	}
