@import url("../webfonts/Open_Sans/stylesheet.css");
/* GRID BASED ([{"media":"default","options":{"gutter":"0.25","columns":4,"width":"100%"}},{"media":"only screen and (min-width : 641px)","options":{"gutter":"0.25","columns":8,"width":"90%"}},{"media":"only screen and (min-width : 1024px)","options":{"gutter":"0.25","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
body {
	font-family: "Open Sans";
	text-align: left;
	line-height: 135%;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 300;
	margin-top: 1%;
	-webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1.5s; /* Firefox < 16 */
	-ms-animation: fadein 1.5s; /* Internet Explorer */
	-o-animation: fadein 1.5s; /* Opera < 12.1 */
	animation: fadein 1.5s;
}

@keyframes #home {
	background-attachment: fixed;
	background-image: url(../images/brockof-ingenieure.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#profil {
	background-color: #D8D8D8;
}
fadein {
    from { opacity: 0; }
    to   { opacity: 1 !important; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1 !important; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1 !important; }

}

body img {
    max-width: 100%;
    height: auto;
}
body h1 {
	font-size: 26px;
	font-weight: 400;
	color: #28348A;
	line-height: 120%;
}
body h2 {
	font-size: 26px;
	font-weight: 400;
	color: #28348A;
	line-height: 120%;
}

body h3 {
    color: #5F5F5F;
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
}
body h4 {
    color: #5F5F5F;
    font-size: 14px;
    font-weight: bold;
}
body p {
	font-size: 18px;
	color: #333333;
	line-height: 157%;
	font-weight: 300;
}

body a {
	color: #333333;
	font-weight: 300;
	text-decoration: none;
	font-size: 18px;
	line-height: 157%;
}
body a:active, body a:hover {
	color: #333333;
}
body a:visited {
	color: #333333;
}
td {
	padding: 2%;
}
.row_1 {
	clear: both;
	width: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #215294;
}
.row_2 {
	clear: both;
	width: auto;
	background-color: #28348A;
}
.row_3 {
	clear: both;
	min-height: 500px;
	width: auto;
	background-attachment: fixed;
	background-image: url(../images/stuewe-zeichnung.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.row_4 {
	clear: both;
	min-height: 150px;
	width: auto;
	background-color: #6396DC;
}
.row_5 {
	clear: both;
	min-height: 150px;
	width: auto;
	background-color: #28348A;
}
.row_6 {
	clear: both;
	min-height: 150px;
	width: auto;
	background-color: #28348A;
	margin-top: 1px;
}



.column_1 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.column_2 {
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_3 {
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_4 {
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_5 {
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_6 {
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.header_left {
	float: left;
	width: 60%;
	padding-top: 2%;
	margin-top: 0px;
	padding-left: 20%;
}

.header_right {
	float: left;
	width: 100%;
}
.navi_left {
	float: left;
	width: 100%;
}
.navi_right {
	float: right;
	width: 100%;
	text-align: right;
}
.navi_right p{
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.navi_right a:link {
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
}
.content_left {
	float: left;
	width: 98%;
	padding: 1%;
}
.content_right {
	float: left;
	width: 98%;
	padding: 1%;
}


.content_bottom {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
	text-align: center;
	margin-bottom: -50px;
	position: relative;
}
.content_buttom_2 {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 10%;
	text-align: center;
}
.content_footer {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
}
.content_footer p{
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	color: #FFF;
	text-align: center;
}
.content_footer a:link {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	color: #FFF;
	text-align: center;
}
.content_footer a:visited {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	color: #FFF;
	text-align: center;
}




.zeroMargin_mobile {
    margin-left: 0;
}
@media only screen and (min-width : 860px) {
    .column_1 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
    .column_2 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
    .column_3 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
.column_4 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.column_5 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.column_6 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.header_left {
	float: left;
	width: 30%;
	padding-top: 0%;
	position: relative;
	padding-left: 0%;
}

.header_right {
	float: left;
	width: 70%;
}
.navi_left {
	float: left;
	width: 70%;
}
.navi_right {
	float: right;
	width: 30%;
	text-align: right;
}
.navi_right p{
	color: #FFF;
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 0px;

}



.content {
	width: 80%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
}


.content_bottom {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
	text-align: left;
	margin-bottom: -50px;
	position: relative;
}
.content_buttom_2 {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 3%;
	text-align: center;
}
.content_footer {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
}
.content_footer p{
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	color: #FFF;
	text-align: center;
}



    .zeroMargin_tablet {
        margin-left: 0;
    }
}
@media only screen and (min-width : 1024px) {
td {
	padding: 2%;
}

    .column_1 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1400px;
    }
    .column_2 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1400px;
    }
    .column_3 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1400px;
	background-color: rgba(255,255,255,0.8);
    }
.column_4 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1400px;
}
.column_5 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1400px;
}
.column_6 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1400px;
}
.header_right {
	float: left;
	width: 70%;
}
.header_left {
	float: left;
	width: 30%;
	padding-top: 2%;
	margin-top: 0%;
	padding-left: 0%;
}

.content {
	width: 80%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
	min-height: 400px;
}
.content_left {
	float: left;
	width: 50%;
	padding: 0%;
}
.content_right {
	float: left;
	width: 50%;
	padding: 0%;
}




.content_bottom {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
	text-align: left;
	margin-bottom: -50px;
	position: relative;
}
.content_buttom_2 {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 3%;
	text-align: center;
}
.content_footer {
	width: 100%;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	padding-top: 1%;
}
.content_footer p{
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	color: #FFF;
	text-align: center;
}
.content_footer a:link {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	color: #FFF;
	text-align: center;
}
.content_footer a:visited {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	color: #FFF;
	text-align: center;
}










    .zeroMargin_desktop {
        margin-left: 0;
    }
}
