/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
html
{	background: rgba(6,147,112,0.6);
}
body
{
	margin:0;
	padding:0;
	background-image:url(../image/figur.png);
	background-attachment:fixed;
	background-position:bottom 70px right;
	background-repeat:no-repeat;
	background-size: contain;
	   -webkit-font-smoothing: antialiased;

}
header
{
	position:relative;
	max-width: 70%;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	 background: rgba(255,255,255,0.5);
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	
}

.logoalt
{
	background-image:url(../image/logoeiga.jpg);
	color:#069370;
	height: 60px;
	font-size:35px;
	line-height:60px;
	padding:0 20px;
	background: #ccc;
	text-align:center;
	box-sizing:border-box;
	float:left;
	font-weight:700;
	text-decoration:none;
}

.logo
{
	background-image:url(../image/logoneu.jpg);
    background-size: cover;
	height: 60px;
	width:127px;
	box-sizing:border-box;
	float:left;
}

nav
{
	float: right;
}

nav ul
{
	margin:0;
	padding:0;
	display:flex;
}

nav ul li
{
	list-style:none;
}

nav ul li a
{
	display: block;
	margin: 10px 0;
	padding: 10px 20px;
	text-decoration:none;
	color: #262626;
}
nav ul li a.active,
nav ul li a:hover
{
	background: #069370;
	color: #fff;
	transition: 0.5s;
}

.clearfix
{
	clear:both;
}

#footer {
    position:fixed;
	padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.3);
}

#impressum
{
	float:right;
 	right:10px;
 	height:50px;
	vertical-align:middle;
}

.wrapper {max-width:1200px; margin:auto}
#media {display:none}
#mediaimp {display:none}
#screen {display:block}



.wrapperkontakt{
  margin-left:20px;
  width: 100%;
  max-width: 550px;
  background: rgba(255,255,255,0.5);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-bottom:100px;
    border:5px solid rgba(0,0,0,0);
}

.wrapperkontakt:hover {
  border:5px solid #0F0;
}

.wrapperbox{
  text-align:center;
  
  max-width:70%;
  margin-left:20px;
  position: relative;


  background: rgba(255,255,255,0.5);

  margin-bottom:30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.13);
}

.wrapperbox .picholder {

	width: 100%;
	text-align:center;
}
.wrapperkontakt .title h1{
  color: #0;
  text-align: center;
  margin-bottom: 25px;
}

.kontaktmsg{
	text-align:center;
	font-size:x-large;
}
	
.kontaktinfo
{
	color: #0;
	text-align:center;
}

.contact-form{
  display: flex;
}

.input-fields{
  display: flex;
  flex-direction: column;
  margin-right: 4%;
}

.input-fields,
.msg{
  width: 48%;
}

.input-fields .input,
.msg textarea{
  margin: 10px 0;
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #000000;
  padding: 10px;
  color: #000000;
  width: 100%;
}

.msg textarea{
  height: 140px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.btn {
    background: #fff;
    text-align: center;
    padding: 15px;
	margin:1px 10px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
	width:270px;
	
}

summary
{
	color:#0FF;
	text-height:20px;
}

.picframe {
	width:250px;
	min-width:250px;
	max-width:250px;
	height:187px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	overflow:hidden;
	display:inline-block;
	margin:10px;
	position:relative;

}

.picframe img {
 	transform-origin: 50% 65%;
  	transition: transform 1s, filter 1s ease-in-out;
}

.picframe:hover img {
  transform: scale(1.2);
}

.picInfoText {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	padding:5px;
	border-radius:5px;
	background: rgba(255,255,255,0.8);
	font-size:20px;
	font-weight:bold;
	

}

.clearfix
{
	clear:both;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

.buttons-container {
    position: fixed;
    right: 18px;
    top: 16px;
}
.button{
    margin-left: 10px;
    display: inline-block;
    padding: 0px 12px;
    border-radius: 3px;
    background-color: rgb(6,147,112);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    color: rgba(255,255,255,0.87);
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.button i {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
#overlay .overlaycontent{
  height:100%;
  overflow:scroll;
  padding-top:20px;
  padding-left:40px;
}
@media (max-width: 1200px)
{
	header
	{
		margin: 20px;
	}

}

@media (max-width: 768px)
{
  .wrapperkontakt{
	  max-width:80%;
  }
  .contact-form{
    flex-direction: column;
	
  }
  .msg textarea{
    height: 80px;
  }
  .input-fields,
  .msg{
    width: 100%;
  }
	.menu-troggle
	{
		display: block;
		width:40px;
		height:40px;
		margin:10px;
		float:right;
		cursor:pointer;
		text-align:center;
		font-size:30px;
		color:#069370;
	}
	.menu-troggle:before
	{
		content: '\f0c9';
		font-family:fontAwesome;
		line-height:40px;
	}
	.menu-troggle.active:before
	{
		content: '\f00d';
	}
	nav
	{
		display: none;
	}
	nav.active
	{
		display: block;
		width:100%;
		
	}
	nav.active ul
	{
		display:block;
	}
	nav.active ul li a
	{
		margin: 0;
	}
	#media {display:block; float:left; height:50px; vertical-align:middle; margin-left:10px;}
	#mediaimp{display:block;float:right;height:50;vertical-align:middle;margin-right:10px;}
	#screen {display:none}
	footer {height:60px}
	#impressum {display:none};	
	
}
