/* RESPONSIVE THEME */

/* change the value width below
to set your responsive view elements */

@media screen and (max-width: 1400px) {	

	/* responsive disable */
	.resp-n { display: none; }
	.full-h { height: auto; }
	
		.padd-top-50-m {
	padding-top: 50px;
}
	
	

}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		font-weight: 300;
	}
	
	tr { border-bottom: 1px solid #fff;
margin-bottom: 25px; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #fff; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 30px; 
		white-space: nowrap;
		font-weight: 300;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Datum"; }
	td:nth-of-type(2):before { content: "Ort"; }
	td:nth-of-type(3):before { content: "Thema"; }
	td:nth-of-type(4):before { content: ""; }
	td:nth-of-type(5):before { content: ""; }
	td:nth-of-type(6):before { content: ""; }
	td:nth-of-type(7):before { content: ""; }
	td:nth-of-type(8):before { content: ""; }
	td:nth-of-type(9):before { content: ""; }
	td:nth-of-type(10):before { content: ""; }

	/*
	Label the data
	*/ 
	.special td:nth-of-type(1):before  { content: "Werk"; }
	.special td:nth-of-type(2):before { content: "Details"; }
	td:nth-of-type(3):before { content: ""; }
	td:nth-of-type(4):before { content: ""; }
	td:nth-of-type(5):before { content: ""; }
	td:nth-of-type(6):before { content: ""; }
	td:nth-of-type(7):before { content: ""; }
	td:nth-of-type(8):before { content: ""; }
	td:nth-of-type(9):before { content: ""; }
	td:nth-of-type(10):before { content: ""; }

	
}
	

@media screen and (min-width: 1200px) {	
	
	.mob-m { display: none; }
	
			
	
	.h-galerie {
		height: 700px;
	}

}

@media screen and (max-width: 1200px) {	

	.main-m { display: none; }
	.mob-m { display: block; }
	
	.switch { display: block; }
	
	.bg-fix { background-attachment: scroll; }

	/* tablte hidden */
	.tab-n { display: none; }
	
	.marg-m {margin: 75px;}
	
	.img-m img { width: 100%;
	height: 100%;}
	
}
.resp2 {margin-left: 0px;}

@media screen and (max-width: 900px) {	
	

	
	
	.head-b {
    font-size: 60px;
    line-height: 60px;
	}
	
	.head-m {
    font-size: 60px;
    line-height: 60px;
	}
	
		.head-s { font-size: 50px; 
	line-height: 50px;}
	
	
	.title-m {
		font-size: 30px;
		line-height: 30px;
	}
	
	.aside-left {
		margin-bottom: 50px;
	}
	
	.h-m {height: auto;}
	
	.marg-m {margin: 50px;}
	
	
	
	.title-b {
		font-size: 26px;
		line-height: 28px;
	}
	
	
	
	.h-600-m {
		height: 600px;
	}
	
	.h-500-m {
		height: 500px;
	}
	
	.h-galerie {
		height: 500px;
	}
	
	.img-m img { width: 100%;
	height: 100%;
	margin: 0px;}
	
	.resp {margin: 0px;}
	
			.marg-top-maus {
	margin-top: 25px;
}
	
	.resp-top-m {margin-top: 0px;}
	
}




@media screen and (max-width: 600px) {	
	
	.header {
		margin: 0 !important;
	}
	

	

	
	.top-500-m {top: 500px;}
	
	.h-400-m {
		height: 400px;
	}
	
	.h-galerie {
		height: 300px;
	}
	

	
	
	header.posit-f { 
		position: static;
	}
	
	.nav-bott { 
		top: 120px; 
		bottom: inherit;  
	}
	
	.map {
		height: 300px;
	}
	
	.page {
		padding-top: 0;
	}	
	
	.page-post .overl {
		padding-top: 0;
	}
	
	/* mobile hidden */
	
	.mob-n { display: none; }
	
	/* strict typoghraphy */
	
	
	
	
	.head-s { font-size: 40px; 
	line-height: 40px;}
	
	
	
	.caption-b {
		font-size: 35px;
	}
	
	.caption-m {
		font-size: 28px;
	}
	
	.caption-s {
		font-size: 26px;
	}
	
	.title-b {
		font-size: 26px;
		line-height: 26px;
	}
	
	.title-m {
		font-size: 22px;
		line-height: 26px;
	}
	
	.title-s {
		font-size: 20px;
		line-height: 24px;
	}
	
	.content-m, .content-m-b {
		font-size: 18px;
	}
	
	
	.padd-top-25-m {padding-top:25px;}
	
		.padd-top-50-m {
	padding-top: 0px;
}
	.marg-100 {margin: 50px;}
	
	.right-50p {
	right: 0;
}
	.h-250-m {
	height: 250px;
}
	
	.h-300-m {
	height: 300px;
}
	
	.marg-50-m {margin: 50px;}

	
	.resp {margin: 0px;}
	
	
	
	.resp img {
	width: 70%;
	height: 70%;}
	
	.resp svg {
	width: 50%;
		height: 50%;
	margin: 0px;}

	
	
	.left-50p {left: 0;}
	
	.offset_maus {
	margin-left: -280px;
	margin-top: 150px;
}
	

	
	/* width */
	[class^="w-"] { width: 100%; }
	

	
}