/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
/* ---------------------------------- */

* {
  box-sizing: border-box;
}

/* Style the body */
body {
	font-family: Raleway, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #F7F7F7;
	background-image: url(../images/background/002.jpg);
	
}

/* --------------------------------------- Basic style ------------------------------------------- */

a{
background-color:transparent;
-webkit-text-decoration-skip:objects;
 text-decoration: none;
 color: #4F4F4F;
 padding: 0.2em 0.5em;
 margin: 0.2em;
}
a:active,a:hover{
outline-width:1px;
color: #0B0B0B;
background-color: #D7D7D7;
}

ul li{
 list-style: none;
 display: block;
 width: 85%;
	
	
}

ul li:hover{
 border-bottom: #898989 1px solid;
background-color: #D7D7D7;
	
	
}

ul li span{
	display: block;
	text-align: right;
	float: right;
	color: #959595;
	padding-right: 5px;
}

.Img_02{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 20%;
	margin: 1.25em;
	padding: 0.2em;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	float: right;
}
.Img_03{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 20%;
	margin: 1.25em;
	 padding: 0.2em;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	float: left;
}
.Img_04{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 65%;
	margin: 1.25em;
	 padding: 0.2em;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	float: left;
}
.Img_05{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 65%;
	margin: 1.25em;
	 padding: 0.2em;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	float: right;
}

.Img_06{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 80%;
	margin: 1.25em;
	 padding: 0.2em;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	float: right;
}

.Img_09{

	display: block;
	width: 15%;
	margin: 0.1em;
	 padding: 0.1em;
	float: left;
}

button {
	border: 1px black solid;
	border-radius: 0.3em;
	margin: 0.25em 2.5em;
	 padding: 0.5em 2.5em;
	float: right;
	background-color: White;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	
}
button:hover {
	background-color: #4F9F00;
	color: White;
	border: 1px White solid;
}




/* Header/logo Title */
header {
	padding: 1.5em;
	text-align: center;
	background: #1abc9c;
	background-color: #696969;
	color: white;
}

/* Increase the font size of the heading */
header h1 {
  font-size: 1.5vw;
}

/* Style the top navigation bar */
#navbar {
	overflow: hidden;
	background-color: White;
	

}





/* Column container */
.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 2em 0.2em;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.left {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;

}

/* Main column */
.main {   
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  padding: 2em;
  margin: 0.2em 0.2em 15em 0.2em;

}


/* ----------------Kontakt---------------------- */
#kontakt {
width: 100%;

	padding: 0.25em;
	text-align: center;
	background-color: #696969;
	color: White;
	position: fixed; left: 0; bottom: 0;

}
#kontakt table {
 width: 86%;
 margin: 0px auto;
 padding: 1.2em 0.1em;


}
#kontakt a{
  color: White;
 text-decoration: none;
 padding: 0.2em;

}





/* ---------------------- OneClick  About --------------------------*/

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5em;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
/* ----------------------- Card --------------------------- */
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 25%;
  margin: 0.25em 1.25em;
  float: left;
}

.card img{
 width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;

}


/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}
