@media screen and (max-width: 800px){
	html{
		font-size: 16px;
	}
	html,
	body,
	#wrapper{
		position: relative;
	}
	#wrapper{
		min-width: 280px;
	}
	header{
		position: relative;
	}
	.header__topRow {
		height: 100%;
		padding: 0 1rem;
	}
	.header__right {
		height: 100%;
		justify-content: space-between;
	}
	header > a{
		padding: 1em;
	}
	header #header_logo{
		position: relative;
		width: 170px;
		z-index: 200;
		/*margin-left: 16px;*/
	}
	.header {
		height: 220px;
		padding-top: 32px;
	}
	#lang{
		left: auto;
		right: 1rem;
		margin-left: 0;
	}
	.mobileMenu.mobile{
		display: block;
		position: absolute;
		top: 2rem;
		/*bottom: 4rem;*/
		right: 1rem;
		z-index: 102;
	}
	#hamburger{
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		background: transparent;
		margin: 0;
		padding: 0;
		width: 2.5rem;
		height: 2.5rem;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		transition: background 0.3s;
	}

	#hamburger:focus{
		outline: none;
	}

	#hamburger > span{
		top: 1.25rem;
		transition: background 0s 0.3s;
	}

	#hamburger > span,
	#hamburger span::before,
	#hamburger span::after{
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background: #fff;
	}

	#hamburger span::before,
	#hamburger span::after{
		content: "";
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}

	#hamburger span::before{
		top: -0.65rem;
		transition-property: top, transform;
	}

	#hamburger span::after{
		bottom: -0.65rem;
		transition-property: bottom, transform;
	}
	#mobileMenu.is-active #hamburger span{
		background: none;
	}
	#mobileMenu.is-active #hamburger span:before{
		top: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mobileMenu.is-active #hamburger span:after{
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#mobileMenu.is-active #hamburger span:after,
	#mobileMenu.is-active #hamburger span:before{
		transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		-webkit-transition-delay: 0s, 0.3s;
	}
	header > #header_navi{
		display: none;
		position: absolute;
		top: 0;
		z-index: 101;
		width: 100%;
		height: auto;
		min-height: 100vh;
		padding-top: 6rem;
		background: #e1b29e;
	}
	header > #header_navi img{
		display: none;
	}
	header > #header_navi ul{
		width: 100%;
	}
	header > #header_navi > ul li{
		width: 100%;
		border-bottom: 1px solid #fff;
		text-align: center;
	}
	header > #header_navi > ul > li:last-of-type{
		border-bottom: none;
	}
	header > #header_navi > ul li:hover{
		background-color: #e5c5b8;
	}
	header > #header_navi a:hover,
	header > #header_navi a.active {
		border: none;
	}
	header > #header_navi > ul > li > a{
		display: block;
		padding: 0.7rem 0;
	}
	header > #header_navi > ul > li > a.active + ul{
		opacity: 1 !important;
	}
	header > #header_navi > ul > li > ul{
		position: relative;
		margin-left: 0;
		padding-top: 0;
	}
	header > #header_navi > ul > li > ul{
		background-color: rgb(250, 250, 250);
	}
	header > #header_navi > ul > li > ul > li{
		border-bottom: 1px solid rgb(238,238,238);
	}
	header > #header_navi > ul > li > ul > li > a{
		color: black;
	}
	header > #header_navi > ul > li > ul > li > a.active {
		color: #e5c5b8;
	}
	header > div#header_image{
		position: relative;
		width: 100%;
		min-width: 0;
		height: 0;
		padding-bottom: 67%;
	}
	div#header_image_right.homePage{
		display: none;
	}
	div#header_image_left.notHomePage{
		display: none;
	}
	div#header_image_left,
	div#header_image_right{
		left: 0;
		width: 100%;
		height: 100%;
	}
	header > div#header_image > div#header_image_left > #image_left,
	header > div#header_image > div#header_image_right > #image_right{
		width: 100%;
		height: 100%;
		margin: 0;
	}
	header > div#header_image > p#header_image_center{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 80%;
		height: auto;
		padding: 3em;
		background-size: contain;
		font-size: 5vw;
	}

	.header__languages {
		padding-bottom: 1rem;
	}
	.header__shoplink {
		position: relative;
		margin-bottom: 2rem;
		/*top: 0;*/
		/*right: 0;*/
		/*float: right;*/
		/*margin-right: 15px;*/
		/*margin-top: -17px;*/
	}

	article{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 3rem 1rem 1rem;
	}
	article h1{
		line-height: 1.5;
		margin-bottom: 1em;
	}
	article table,
	article table.tbltype-striped,
	article table.tbltype-breit{
		width: 100%!important;
	}
	article table.tbltype-breit,
	article table.tbltype-breit td{
		display: block;
		width: 100%!important;
		height: auto!important;
	}
	article table.tbltype-breit td{
		padding: 0.5em 0;
	}

	article > div img{
		float: none!important;
		margin: 1em auto!important;
	}
	article .fbContainer{
		width: 100%;
	}
	article .negativeMargin{
		margin-top: 1em;
	}
	article .galerie > a{
		display: block;
		float: left;
		width: 24.1%;
		margin: 0 1.2% 1.2% 0;
	}
	article .galerie > a:nth-child(4n){
		margin-right: 0;
	}
	article .galerie > a img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0!important;
	}

	.container {
		width: 100%;
		padding: 0 1rem;
	}
	.entry {
		padding-bottom: 2rem;
	}

	/* Start - entrytype zweispaltig */
	.zweispaltig {
		display: block;
		margin-bottom: 2rem;
	}
	.zweispaltig__col {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.zweispaltig__button {
		bottom: 44px;
	}

	footer > #footer_content{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 1em;
	}
	/* Start - entrytype standard */
	.standard {
		margin-bottom: 2rem;
	}
	/* Start - entrytype contactform */
	#contactform label {
		width:100%;
		margin-right: 0;
	}
	#contactform input,
	#contactform textarea {
		width:100%;
	}
	#contactform #plz {
		width:25%;
		margin-right:5px;
	}
	#contactform #ort {
		width: calc(100% - 25% - 5px);
	}
	/* End - entrytype contactform */
}
@media screen and (max-width: 600px){
	article .galerie > a{
		width: 32.6%;
		margin: 0 1.1% 1.1% 0;
	}
	article .galerie > a:nth-child(4n){
		margin-right: 1.1%;
	}
	article .galerie > a:nth-child(3n){
		margin-right: 0;
	}
	#freshguest_addentry label[for=freshguest_addentry]{
		display: none;
	}
	#freshguest_addentry input,
	#freshguest_addentry textarea{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0.5em;
	}
	#freshguest_addentry textarea{
		height: 8em;
	}
	#freshguest_addentry input[type=submit]{
		margin: 1em 0;
	}
	.footer__upperrow {
		margin-bottom: 1rem;
	}
	.footer__contact {
		flex-direction: column;
		align-self: flex-start;
		margin-bottom: 1rem;
	}
	.footer__spacer {
		padding: 0;
	}
}
@media screen and (max-width: 400px){
	article .galerie > a{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	article .galerie > a:nth-child(3n){
		margin-right: 2%;
	}
	article .galerie > a:nth-child(2n){
		margin-right: 0;
	}
}