@media screen and (min-width:0px) and (max-width:900px) {
	.small-1 {
		width:100%;
	}
	
	nav.desktop {
		display:none;
	}
	
	nav.mobile {
		width:100%;
		height:50px;
		background-color:#b2b2b2;
	}
	
	nav.mobile .to_top {
		display:block;
		position:fixed;
		left:10px;
		bottom:0px;
		width:50px;
		height:50px;
	}
	
	nav.mobile .to_top img {
		width:50px;
		height:50px;
	}
	
	nav.mobile #burger-button {
		display:block;
		position:fixed;
		right:0px;
		bottom:0px;
		width:50px;
		height:50px;
		background:center no-repeat url(./burger.svg);
		background-size:40px 40px;
	}
	
	nav.mobile #burger-menu {
		display:none;
		position:fixed;
		right:0;
		bottom:50px;
		background-color:#b2b2b2;
	}
	
	nav.mobile #burger-menu .menu_items {
		width:auto;
		margin:30px 30px;
		text-align:right;
	}
	
	nav.mobile #burger-menu .menu_items a {
		display:block;
		padding:5px 0;
	}
	
	article .content-text {
		box-sizing:border-box;
		padding:3.06vw 5.56vw;
		min-height:100vh;
		
	}
	
	.content-map iframe {
		width:100%;
		height:100vh;
	}
	
	article .content-imagegallery {
		width:100%;
		height:100vh;
	}
	
	article .content-imagegallery .item {
		left:0;
		top:17.79vw;
		width:100%;
		height:75vw;
	}
	
	article .content-imagegallery .item + .item{
		left:50vw;
	}
	
	article .content-imagegallery .overview {
		left:0;
		top:3.33vw;
		width:100%;
		height:5.56vw;
	}
	
	article .content-imagegallery .overview .thumbnail {
		width:13.34vw;
		height:13.34vw;
		margin-right:1.12vw;
	}
	
	article .content-imagegallery .prev,article .content-imagegallery .next {
		top:51.4vw;
		width:4.88vw;
		height:7.78vw;
	}
	
	input,textarea,button {
		font-size:12px;
	}
	
	article .content-text #yform-contact-form-email {
		display:block;
	}
	
	article .content-text .form-submit {
		display:block;
	}
	
	article .content-text #yform-contact-form-field-5 {
		width:80vw;
	}
	
	article .content-text #yform-contact-form-field-6 {
		width:80vw;
	}
	
	article .content-text #yform-contact-form-field-7 {
		width:80vw;
	}
	
	article .content-text #yform-contact-form-field-8 {
		width:80vw;
		height:100px;
	}
	
	article .content-text #yform-contact-form-field-10-nachricht_senden {
		width:80vw;
		padding:5px 0;
	}
}

@media screen and (min-width:900px) and (max-width:1800px) {
	.large-1 {
		width:50%;
	}
	
	nav.mobile {
		display:none;
	}
	
	nav.desktop {
		height:5.56vw;
	}
	
	nav.desktop .to_top {
		left:5.56vw;
		top:1.56vw;
	}
	
	nav.desktop .to_top img {
		width:3.89vw;
		height:2.44vw;
	}
	
	nav.desktop .menu_items {
		padding-top:1.91vw;
		font-size:1.3vw;
	}
	
	nav.desktop .menu_items a {
		margin-right:2.5vw;
	}
	
	article .content-text {
		padding:3.06vw 5.56vw;
	}
	
	.content-map iframe {
		width:50vw;
		height:100vh;
	}
	
	article .content-imagegallery {
		width:100%;
		height:50vw;
	}
	
	article .content-imagegallery .item {
		left:0;
		top:13.89vw;
		width:50vw;
		height:37.5vw;
	}
	
	article .content-imagegallery .item + .item{
		left:50vw;
	}
	
	article .content-imagegallery .overview {
		left:0;
		top:3.33vw;
		width:50vw;
		height:5.56vw;
	}
	
	article .content-imagegallery .overview .thumbnail {
		width:6.67vw;
		height:6.67vw;
		margin-right:0.56vw;
	}
	
	article .content-imagegallery .prev,article .content-imagegallery .next {
		top:30.11vw;
		width:2.44vw;
		height:3.89vw;
	}
}

@media screen and (min-width:900px) and (max-width:1350px) {
	input,textarea,button {
		font-size:12px;
	}
	
	article .content-text #yform-contact-form-email {
		display:block;
	}
	
	article .content-text .form-submit {
		display:block;
	}
	
	article .content-text #yform-contact-form-field-5 {
		width:37.8vw;
	}
	
	article .content-text #yform-contact-form-field-6 {
		width:37.8vw;
	}
	
	article .content-text #yform-contact-form-field-7 {
		width:37.8vw;
	}
	
	article .content-text #yform-contact-form-field-8 {
		width:37.8vw;
		height:7.78vw;
	}
	
	article .content-text #yform-contact-form-field-10-nachricht_senden {
		width:37.8vw;
		height:24px;
	}
}

@media screen and (min-width:0px) and (max-width:1350px) {
	h1 {
		font-size:24px;
	}
	
	h2 {
		font-size:18px;
		line-height:20px;
	}
	
	h3 {
		font-size:12px;
	}
	
	p,li,td,.yform p,.yform input,.yform textarea,.yform button * {
		font-size:12px;
	}
}

@media screen and (min-width:1350px) and (max-width:1800px) {
	nav.desktop {
		height:5.56vw;
	}
	
	nav.desktop .to_top {
		left:5.56vw;
		top:1.56vw;
	}
	
	nav.desktop .to_top img {
		width:3.89vw;
		height:2.44vw;
	}
	
	nav.desktop .menu_items {
		padding-top:1.91vw;
		font-size:1.3vw;
	}
	
	nav.desktop .menu_items a {
		margin-right:2vw;
	}
	
	h1 {
		font-size:2.67vw;
	}
	
	h2 {
		font-size:1.5vw;
		line-height:1.67vw;
	}
	
	h3 {
		font-size:0.89vw;
	}
	
	p,li,td,.yform p,.yform input,.yform textarea,.yform button {
		font-size:0.89vw;
	}
	
	input,textarea,button {
		font-size:0.89vw;
	}
	
	article .content-text #yform-contact-form-email {
		padding-left:0.72vw;
	}
	
	article .content-text .form-submit {
		padding-left:0.72vw;
	}
	
	article .content-text #yform-contact-form-field-5 {
		width:18.33vw;
	}
	
	article .content-text #yform-contact-form-field-6 {
		width:18.33vw;
	}
	
	article .content-text #yform-contact-form-field-7 {
		width:37.8vw;
	}
	
	article .content-text #yform-contact-form-field-8 {
		width:30.56vw;
		height:7.78vw;
	}
	
	article .content-text #yform-contact-form-field-10-nachricht_senden {
		width:6.67vw;
		height:7.78vw;
	}
	
	article .content-imagegallery {
		width:100%;
		height:50vw;
	}
	
	article .content-imagegallery .overview .thumbnail {
		width:6.67vw;
		height:6.67vw;
		margin-right:0.56vw;
	}
	
	article .content-imagegallery .prev,article .content-imagegallery .next {
		top:30.11vw;
		width:2.44vw;
		height:3.89vw;
	}
}

@media screen and (min-width:0px) and (max-width:1800px) {
	.page {
		width:100%;
	}
	
	article {

	}
	
	h1 {
		margin:0 0 0.56vw 0;
		padding:0;
	}
	
	h2 {
		margin:0 0 1.94vw 0;
		padding:0;
	}
	
	hr {
		width:11.11vw;
		margin:0 0 2.22vw 0;
	}
	
	p,.yform div {
		margin:0 0 0.44vw 0;
		padding:0;
	}
	
	img.logo_boerdetanne {
		position:relative;
		left:-2.78vw;
		width:44.44vw;
	}
	
	article .content-imagegallery .prev {
		left:2.78vw;
	}
	
	article .content-imagegallery .next {
		right:2.78vw;
	}
}

@media screen and (min-width:1800px) {
	.row {
		/*
		min-height:900px;
		height:100vh;
		*/
	}
	
	.page {
		width:1800px;
	}
	
	.large-1 {
		width:50%;
	}
	
	nav.mobile {
		display:none;
	}
	
	nav.desktop {
		height:100px;
	}
	
	nav.desktop .to_top {
		left:100px;
		top:28px;
	}
	
	nav.desktop .to_top img {
		width:70px;
		height:44px;
	}
	
	nav.desktop .menu_items {
		padding-top:33px;
		font-size:27px;
	}
	
	nav.desktop .menu_items a {
		margin-right:2.5vw;
	}
	
	article {
		
	}
	
	h1 {
		margin:0 0 10px 0;
		padding:0;
		font-size:48px;
	}
	
	h2 {
		margin:0 0 35px 0;
		padding:0;
		font-size:27px;
		line-height:30px;
	}
	
	h3 {
		font-size:16px;
	}
	
	hr {
		width:200px;
		margin:0 0 40px 0;
	}
	
	p {
		margin:0 0 8px 0;
		padding:0;
	}
	
	/* p,li,td,.yform * {
		font-size:16px;
	}
	*/
	p,li,td,.yform p,.yform input,.yform textarea,.yform button * {
		font-size:16px;
	}
	
	p,.yform div {
		margin:0 0 8px 0;
	}
	
	input,textarea,button {
		font-size:16px;
	}
	
	img.logo_boerdetanne {
		position:relative;
		left:-50px;
		width:800px;
	}
	
	.content-map iframe {
		width:900px;
		height:100vh;
	}
	
	article .content-text {
		padding:55px 100px;
	}
	
	article .content-text #yform-contact-form-email {
		padding-left:22px;
	}
	
	article .content-text .form-submit {
		padding-left:16px;
	}
	
	article .content-text #yform-contact-form-field-5 {
		width:330px;
	}
	
	article .content-text #yform-contact-form-field-6 {
		width:330px;
	}
	
	article .content-text #yform-contact-form-field-7 {
		width:690px;
	}
	
	article .content-text #yform-contact-form-field-8 {
		width:550px;
		height:140px;
	}
	
	article .content-text #yform-contact-form-field-10-nachricht_senden {
		width:120px;
		height:140px;
	}
	
	article .content-text .formlabel-email {
		padding-left:22px;
	}
	
	article .content-text .formsubmit {
		padding-left:16px;
	}
	
	article .content-text #xform-formular-field-4 {
		width:330px;
	}
	
	article .content-text #xform-formular-field-5 {
		width:330px;
	}
	
	article .content-text #xform-formular-field-6 {
		width:690px;
	}
	
	article .content-text #xform-formular-field-7 {
		width:550px;
		height:140px;
	}
	
	article .content-text #xform-formular-field-8 {
		width:120px;
		height:140px;
	}
	
	article .content-imagegallery {
		width:100%;
		height:900px;
	}
	
	article .content-imagegallery .overview {
		left:0;
		top:60px;
		width:900px;
		height:100px;
	}
	
	article .content-imagegallery .overview .thumbnail {
		width:120px;
		height:120px;
		margin-right:10px;
	}
	
	article .content-imagegallery .item {
		left:0;
		top:250px;
		width:900px;
		height:675px;
	}
	
	article .content-imagegallery .item + .item{
		left:900px;
	}
	
	article .content-imagegallery .prev,article .content-imagegallery .next {
		top:542px;
		width:44px;
		height:70px;
	}
	
	article .content-imagegallery .prev {
		left:50px;
	}
	
	article .content-imagegallery .next {
		right:50px;
	}
}