body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 13px;
	background-color: #e3e3e3;
	margin: 0 auto;
}

@font-face {
	font-family: 'icons';
	src:url('Fonts/icons.eot');
	src:url('Fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('Fonts/icons.woff') format('woff'),
		url('Fonts/icons.ttf') format('truetype'),
		url('Fonts/icons.svg#icons') format('svg');
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1;
}

h1, .h1 {
	font-size: 32px;
	margin: 0;
}

sup { 
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}

.tab {
	padding-left:3%;
}

	/*** Top Menu ***/

.topBar {
	height: 40px;
	background-color: #222;
	border-bottom: 1px solid #111;
	box-shadow: 0px 0px 3px 0px #222;
}

.centerBar {
	max-width: 970px;
	margin: 0 auto;
}

.topBar *,
.footer * {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.sLogo a {
	height: 30px;
    float: left;
    margin: 5px 0 0 20px;
}

.sLogo a img {
	border: none; 
}

.naviBar {
	float: right;
}

.menuBar {
	font-family: sans-serif, "icons";
    font-size: 16px;
	text-decoration: none;
	background: none;
	color: #777;
	display: block;
	margin-left: 2px;
}

.menuBar:hover {
	color: #fff;
}

.menuBar  ul {
	margin: 0;
	padding: 0;
}

.menuBar > ul > li {
	display: inline-block;
}
.menuBar h3 {
	padding: 0px;
    margin: 0px;
}

.menuBar a {
	padding: 12px 11px;
	line-height: 20px;
}

.menuBar > ul > li:before {
	border-left: 1px solid #121212;
	border-right: 1px solid #2a2a2a;
	content: "";    
	height: 40px;  
	position: absolute; 
}

.menuBar > ul > li:first-child:before {
	display: none;
}

.menuBar .active a {
	color: white;
}

	/*** Link ***/

.link  {
	padding: 45px 0 0 70px;
	color: #a3a3a3;
	cursor: default;
	font-style: italic;
}

.link  a {
	text-decoration: none;
	color: #a3a3a3;
	font-style: italic;
}

.link a:hover {
	color: #222;
}

.link .active a {
	color: #222;
}

.link > li {
	display: inline-block;
}

	/*** Content ***/

#pagewrap {
	width: 970px;
	max-width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 2% 5px 2%;
}

.col {
	float: left;
	margin-left: 3%;
	margin-bottom: 20px;
	position: relative;
	font-family: "icons", sans-serif;
}

.col p {
	font-size: 18px;
}

.col .post {
	box-shadow: 0 2px 5px #777;
	background-color: #fff;
	padding: 0px 0.55% 0px 0.55%;
}

.col .post p {
	margin: 0 0 10px 0;
	word-spacing:1px;
}

.postText {
	font-family: calibri, sans-serif, "icons";
	color: #222;
	line-height: 1.4;
	padding: 10px 3% 1px 3%;
	font-size: 18px;
	outline : none;
}

.postText a {
	text-decoration: none;
}

.postText img {
	border: 0;
}

.quoteStart {
	font-family: calibri, sans-serif, "icons";
	font-style: italic;
	color: #a3a3a3;
	line-height: 1.4;
	padding: 5% 5% 5% 5%;
	font-size: 18px;
	outline : none;
	width: 640px;
}

input[type="text"]
{
	font-family: "icons", sans-serif;
	width: 200px;
}

.search input {
	font-size: 16px;
}

.btn {
	background: #fff;
}

.btn a {
	font-size: 32px;
	display: block;
	text-decoration: none;
	padding: 20px 0 5px 0;
	color: #777;
	text-align: center;
	max-height: 80px;
	box-shadow: 0px 0px 3px #888;
	word-spacing:0px;
}

.btn a:hover {
	color: #222;
	box-shadow: 0px 0px 3px #222;
}

time {
	font-size: 18px;
	color: #e3e3e3;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.grid1 .col {
	float: none;
	margin-left: 0;
}

.grid3 .col {
	width: 31.3%;
}

.grid3 .col:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
}

summary {
	outline: none;
}

/*** Images ***/

.imgFull img{
	margin:5px;
	float:right;
    max-width:100%;
    height:auto;
    display:block;
}

/*** GALLERI ***/

.image-wrapper img{
    max-width:49.6% !important;
    height:auto;
	margin: 0.2%;
}

.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
padding-top: 0px; 
height: 0; 
overflow: hidden; 
max-width: 960px; 
max-height: 540px;
height: auto; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

	/*** Media Queries ***/

@media screen and (max-width: 640px) {

	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col p {
		font-size: 16px;
	}
	
	.imgFull img{
		float:none;
		margin-left: auto;
		margin-right: auto;
		display:block;
	}
	
	.image-wrapper img{
		max-width:100% !important;
		margin: 0px;
	}
	
	.quoteStart {
		width: 90%;
	}
	
}

@media screen and (max-width: 420px) {
	
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
	
}

@media screen and (max-width: 305px) {
	
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
	
	.topBar {
		height: 100px;
	}
	
	.link  {
		padding: 105px 0 0 5px;
	}

	.sLogo a {
		height: 55px;
		width:100%;
		margin: 5px 0 0 1px;
		text-align: center ; 
	}
}

.responsive {
    width: 100%;
	max-width: 960px;
    height: auto;
}
	/*** Tooltips ***/
.tooltip {  position: relative;  display: inline-block;  border-bottom: 1px dotted black;}.tooltip .tooltiptext {  visibility: hidden;  width: 240px;  background-color: black;  color: #fff;  border-radius: 6px;  padding: 5px 0;  /* Position the tooltip */  position: absolute;  z-index: 1;}.tooltip:hover .tooltiptext {  visibility: visible;}
	/*** KONTAKT ***/

#contact-area {
	width: 90%;
	max-width: 400px;
	margin: 0px auto;
	padding-right: 14px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width:100%;
	max-width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

.txt-area {
    width:100%;
    max-width:100%;
}

	/*** TEEEESSTTT ***/

body {margin: 0; font-family: arial;}
.outerContainer{margin: 30px;}
.containerw3 {display: flex;overflow: hidden;flex-wrap: wrap;margin: -2.5px;}
.containerw3:after {content: '';flex-grow: 999999999;min-width: 300px;height: 0;}
.containerw3 > * {position: relative;display: block;height: 300px;margin: 2.5px;flex-grow: 1;}
.containerw3 > * > img {height: 300px;object-fit: cover;max-width: 100%;min-width: 100%;vertical-align: bottom;}
.containerw3.containerw3-margin {margin: 2.5px;}


@media (max-width: 767px) {
.outerContainer{margin: 00px;}
.containerw3 {display: flex;overflow: hidden;flex-wrap: wrap;margin: -2.5px;}
.containerw3:after {content: '';flex-grow: 999999999;min-width: 150px;height: 0;}
.containerw3 > * {position: relative;	display: block;height: 150px;margin: 2.5px;flex-grow: 1;}
.containerw3 > * > img {height: 150px;object-fit: cover;max-width: 100%;min-width: 100%;vertical-align: bottom;}
.containerw3.containerw3-margin {margin: 2.5px;}
}

@media (max-width: 400px) {
.containerw3 {display: flex;overflow: hidden;flex-wrap: wrap;margin: -2.5px;}
.containerw3:after {content: '';flex-grow: 999999999;min-width: 100px;height: 0;}
.containerw3 > * {position: relative;display: block;height: 100px;margin: 2.5px;flex-grow: 1;}
.containerw3 > * > img {height: 100px;	object-fit: cover;max-width: 100%;min-width: 100%;vertical-align: bottom;}
.containerw3.containerw3-margin {margin: 2.5px;}
}

	/*** Footer ***/

.footer {
	margin: 10px 0 0 0px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
}

.footer li:before {
	content: "";
	height: 20px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #d9d9d9;
	position: absolute;
	left: -12px;
}

.footer li:first-child:before {
	display: none;
}

.footer ul {
	padding-left: 0px;
}

.footer ul li {
	margin: 10px 12px;
	position: relative;
	display: inline-block;
}

.footer a {
	font-family: sans-serif, "icons";
	font-size: 16px;
	color: #a3a3a3;
	text-shadow: 0px 1px 0px rgba(240,240,240,1);
	text-decoration: none;
	display: inline-block;
}

.footer a:hover {
	color: #222;
}

	/*** Print ***/

@media print {
	.topBar {
		display:none !important;
	}
}