/* 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; }
	
			.padd-top-50-m {
	padding-top: 50px;
}
	
	.h-galerie {
		height: 700px;
	}

}

@media screen and (max-width: 1200px) {	
	header .logo {
		margin: 75px;
		padding: 0px;
	}
	.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;}
	
}

@media screen and (max-width: 900px) {	
	
	header .logo {
		margin: 50px;
		padding: 0px;
	}
	
	.logo img {
		width: 90%;
		height: 90%
	}
	
	
	.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-galerie {
		height: 500px;
	}
	
}



@media screen and (max-width: 600px) {	
	
	.header {
		margin: 0 !important;
	}
	
	header .logo {
		margin: 50px;
		padding: 0px;
	}
	
	.logo img {
		width: 90%;
		height: 90%
	}
	.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-b { font-size: 40px; }
	.head-m { font-size: 35px; }
	.head-s { font-size: 30px; }
	
	.caption-b {
		font-size: 35px;
	}
	
	.caption-m {
		font-size: 32px;
	}
	
	.caption-s {
		font-size: 28px;
	}
	
	.title-b {
		font-size: 26px;
		line-height: 26px;
	}
	
	.title-m {
		font-size: 22px;
		line-height: 26px;
	}
	
	.title-s {
		font-size: 20px;
		line-height: 24px;
	}
	
	.padd-top-welle-m {
		padding-top: 760px;
	}
	
	.padd-top-25-m {padding-top:25px;}
	
		.padd-top-50-m {
	padding-top: 0px;
}
	.marg-100 {margin: 50px;}
	
	.right-50p {
	right: 0;
}
	
	.resp {margin-right: 0px;}
	
	.resp-p {padding-top: 0px;
	padding-bottom: 50px;}
	
	.resp2 {margin-top: 0px;}
	
	.left-50p {left: 0;}
	
	/* width */
	[class^="w-"] { width: 100%; }
	

	
}