/* start kontakt */
#kontakt
	{
		background:#505050;
				-webkit-transition: all 1.8s ease-in-out;
		        transition: all 1.8s ease-in-out;
		overflow-x: hidden;
		height: 100%;
		border-bottom: 1px solid #BB9955;
		padding-bottom:40px;
	}
#kontakt:hover
	{
		background: #080808;
		opacity: 1.0;
	}
#kontakt h1
	{
		padding-top: 20px;
		padding-left: 52px;
	}
#kontakt .form-control
	{
		background: transparent;
		border: 1px solid #BB9955;
		border-radius: 2px;
		box-shadow: none;
		color: #BB9955;
		margin-top: 6px;
		margin-bottom: 16px;
		opacity: 1.0;
	}
#kontakt .form-control:hover
	{
		background: transparent;
		border: 1px solid #BB9955;
		border-radius: 2px;
		box-shadow: none;
		color: #BB9955;
		margin-top: 6px;
		margin-bottom: 16px;
		opacity: 1.0;
	}
#kontakt textarea 
       {
        resize:vertical;
   }

#kontakt input[type="submit"]
	{
		background: #006000;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		opacity: 0.9;
	}
#kontakt input[type="submit"]:hover
	{
		background: #404040;
		opacity: 0.9;
	}
#kontakt address
	{
		margin-top: 10px;
		border-top: 1px solid #BB9955;
		padding-top: 15px;
	}
#kontakt address .fa
	{
		border: 1px solid #BB9955;
		border-radius: 2px;
		margin-right: 10px;
		margin-bottom: 10px;
		color:#BB9955;
	}
#kontakt address .fa:hover
	{
		border: 1px solid #BB9955;
		border-radius: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		background: #006000;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		color:#BB9955;
	}

#kontakt a:hover {text-decoration: underline; color: #BB9955;}
/* end kontakt */