body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

/**********Colors******#1A1A54*******/

.dark {
    background-color: #143f74 !important;
    color: white !important;
}
.copyright {
    text-align: center;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}



.top-menu{
	min-height: 110px;
	background-color: #ffffff;
	z-index: 5000;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
    position: fixed;
}



.top-menu .navbar-toggle {
    margin-top: 38px;
}

.top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #143f74;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #143f74;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #143f74;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}



/********Image-container**********/
.image-container{
	height:500px;
	background: url('../images/banner2.jpg') center center;
	background-size: cover;
	margin-top: 100px;
}


/*********Tab-wrapper*************/
.tab-wrapper{
background: white url('images/overlay.png');
color: black;
position: relative;
padding: 6em 0 9em 0;
}
.tab-wrapper .title {
font-size: 0.9em;
width: 25em;
height: 3.25em;
top: -3.25em!important;
line-height: 3.25em;
margin-bottom: -3.25em;
margin-left: -12.5em;
padding-top: 0.5em;
}
.tab-wrapper .title {
position: absolute;
top: 0;
left: 50%;
text-align: center;
text-transform: uppercase;
display: block;
font-weight: 700;
letter-spacing: 0.25em;
}
.tab-wrapper .title{
	background: white;
	color: black;
}
.tab-wrapper .title:before {
content: '';
position: absolute;
bottom: -38px;
left: -35px;
width: 35px;
height: 38px;
background: url('images/title-shadow.png');
}
.tab-wrapper .title:after {
content: '';
position: absolute;
bottom: -38px;
right: -35px;
width: 35px;
height: 38px;
background: url('images/title-shadow.png');
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}


/***************Home*****************/
#home{
text-align: center;
}
#home > .about {
font-size: 1.5em;
letter-spacing: 0.075em;
}

#home img {
    width: 80px;
    height: 80px;
}

#home .row {
    margin-bottom: 35px;
    margin-top: 20px;
}
#home p{
	font-size: 15px;
	margin-top: 16px;
	font-weight: normal;
}
/*********Arbeitssicherheit****************/

#arbeitssicherheit section {
    text-align: center;
    font-size: 17px;
}
#arbeitssicherheit p {
    margin-top: 8px;
    margin-bottom: 8px;
}


/**********Elektrotechnik*****************/

#elektrotechnik,
#medizintechnik {
    text-align: center;
}
#elektrotechnik p,
#medizintechnik p {
    font-size: 20px;
    font-weight: bold;
}
#elektrotechnik label,
#medizintechnik label {
    font-weight: normal;
    font-size: 15px;
}

#elektrotechnik .row,
#medizintechnik .row {
    margin-bottom: 35px;
    margin-top: 15px;
}

/***************messun_prüfung**********************/

#messun_prufung {
    text-align: center;
}
#messun_prufung p {
    font-size: 20px;
    font-weight: bold;
}
#messun_prufung label {
    font-weight: normal;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 45px;
}


/*************contact****************/
#contact p {
    font-size: 15px;
}
#contact img {
    width: 20px;
    margin-right: 4px;
}
#contact form {
    margin-top: 32px;
}
#contact button{
	color:black;
}
#contact button:hover{
	background-color: rgb(205,205,205)
}

.form-horizontal .form-group {
     margin-right: 0px; 
    margin-left: 0px; 
}


@media (max-width: 1250px) {
	.navbar-brand img{
	width:185px;
	margin-top:18px
	}
}
@media (max-width: 1000px) {
	.navbar-brand img{
	display:none;
	}
}
@media (max-width: 750px) {
	.navbar-brand img{
	display:inline;
	width:210px;
	margin-top:8px;
	}
}