@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                     Style ABN by A-KRUEGER Webdesign                          *
 * ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #1a1a1a - anthrazite
 * #29293d - Darkblue Corporate Identity
 * #006eb6 - Hellblau Corporate Identity
 * silver  - hellgrau
-------------------------------------------------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
  	padding: 0;
}

/* -------------------------------------Fonts-------------------------------------*/
@font-face {
 font-family: OpenSansLightCond;
 src: url("../fonts/Open_Sans/OpenSans-CondLight.eot") /* EOT file for IE */
}
 @font-face {
 font-family: OpenSansLightCond;
 src: url("../fonts/Open_Sans/OpenSans-CondLight.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: OpenSansLight;
 src: url("../fonts/Open_Sans/OpenSans-Light.eot") /* EOT file for IE */
}
 @font-face {
 font-family: OpenSansLight;
 src: url("../fonts/Open_Sans/OpenSans-Light.ttf") /* TTF file for CSS3 browsers */
}


/* ----------------------------------------------------------------------------- * 
 *                             Contact Form                                      *
 * ----------------------------------------------------------------------------- */

.contact-box-left, .contact-box-right {
	flex: 1;
}

.contact-item-box-left {
	min-height: 500px;
	min-width: 320px;
	background-color: silver;
	position: relative;
}

.contact-item-box-right {
	min-height: 500px;
	min-width: 320px;
	background-color: #1a1a1a;
	position: relative;
}

.contact-item-box-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
}

.contact-item-box-text {
	background-color: none;
	min-width: 300px;
	color: #1a1a1a;
}

.contact-item-box-text h3 {
	margin: 0 0 10px 0;
	color: #1a1a1a;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 1.5em;
	padding: 13px 1px 13px 1px;
}

.contact-item-box-text p {
	color: #1a1a1a;
	font-family: OpenSansLight, Arial, sans-serif;
	font-size: 1.0em;
	padding: 0 1px 0 1px;
	line-height: 1.2em;
}

.form-main-box {
	margin: 0 auto;
	background-color: black;
	padding: 20px;
	width: 100%;
	position: relative;
    margin-top:10px;
	margin-left: 0px;
}

.feedback-input {
	color: aliceblue;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #1a1a1a;
	border:#404040 solid 1px;
	padding: 13px 13px 13px 13px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback-input:focus{
	background: #404040;
	box-shadow: 0;
	border: 1px solid #808080;
	color: aliceblue;
	outline: none;
    padding: 13px 13px 13px 13px;
}

.focused{
	color:#808080;
	border:#808080 solid 1px;
}

textarea {
    width: 100%;
    min-height: 124px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	opacity:0.7;
}

.submit-btn {
	min-width: 100px;
	height: 30px;
    border: 1px solid silver;
	border-radius: 5px 5px 5px 5px;
    padding: 0.4em;
	margin-left: 0;
    color: silver;
    background: #000000;
	outline: none;
	font-family: OpenSansLight;
}

.submit-btn:hover {
    border: 1px solid silver;
    padding: 0.4em;
    color: black;
    background: silver;
	opacity: 1;
}

#ht {
	display: none;
}
