/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (max-width:535px) {

.hid{
	display: none!important;
}
}

#logo_top{
margin-top: 40px;
float: right;
width: 25%;
}

.li{
	color: #BCCF03;
	list-style-type: square;
	margin: 10px 0;
}

.li2 {
	color: #333;
}

.li3 {
	color: #fff;
}

#back-to-top2 {
    display:none;
    position:fixed;
    bottom:20px;
    right:80px;
    height:40px;
    width:130px;
    line-height:1em;
	color:#BCCF03;
	font-size: 18px;
}

#back-to-top2:hover {
    color:#BCCF03;
	text-decoration: none;
}



.img-portfolio{
	margin-bottom: 30px;
}


.blue_line {
	margin-top:20px;
	margin-bottom:60px;
	border:0;
	border-top:1px solid #013F8F;
    max-width: 100%;
}

.white_line {
	margin-top:20px;
	margin-bottom:60px;
	border:0;
	border-top:1px solid #fff;
    max-width: 100%;
}


h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #013F8F;
}





#back-to-top {
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
    height:40px;
    width:40px;
    cursor:pointer;
    background:#000000;
    line-height:1em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-image:url(../img/triangle.png);
    background-position: 12px 16px;
    background-repeat:no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#back-to-top:hover {

    background-color:#BCCF03;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* Navigation*/

.site-nav {
	width:100%;
	float:left;
	position: fixed;
	z-index: 9999999999999999;
	border-bottom: 4px solid #BCCF03;
	
	-webkit-box-shadow: 2px 6px 17px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 2px 6px 17px 0px rgba(0,0,0,0.19);
	box-shadow: 2px 6px 17px 0px rgba(0,0,0,0.19);
}

@media screen and (max-width:990px) {
	.site-nav {
	position: relative;
	}
}

.site-nav {background:#013f8f;}

.site-nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.site-nav a {
	padding: 1em;
	display: block;
	background: #013f8f;
	margin-bottom: 1px;
	color: white;
	text-decoration: none;
}

.site-nav a:active, 
.site-nav a:hover {
	outline: 0;
	background: #2358c5;
}

@media screen and (max-width:535px) {

/* nav slider */

a.nav-show,
a.nav-hide {
	float: right;
	width:50px;
	text-indent:-999em;
	transition: transform 0.7s;
	text-decoration: none;
}

a.nav-show {

	}

a.nav-show:hover,
a.nav-show:active {
	opacity:.5;
}


a.nav-hide {
	display:none;
}

a.nav-hide:hover,
a.nav-hide:active {
	opacity:.5;
}

.nav-slider {display:none;}

.nav-slider a  {background:#042e45;}


}

@media screen and (min-width:535px) {
	
	a.nav-show,
	a.nav-hide {display:none;}
	
	.site-nav li {
		float:left;	
	}
	
}




.border {
	border: 1px solid #6f7072;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center2 {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.text-vertical-center3 {
  
	margin-top: 800px;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
}

.text-block {
	text-align: left;
}

.blue_box{
	background: #013f8f;
	padding: 50px 0;
}

.white_box{
	padding: 50px 0;
}

.blue_box_start{

	width: 100%;
    height: 100%;
}

/* Button  */

.button_mehr_erfahren{

	color: #fff;
	display: block;
	width: 275px;
	margin: 20px auto;
	text-align: center;
	transition: transform 0.7s;
	text-decoration: none;
	
}



.button_mehr_erfahren:hover {
	text-decoration: none;
	color: #BCCF03;
	transform: scale(1.5, 1.5);
}


.button_mehr_erfahren:visited{

	color: #fff;
	display: block;
	width: 275px;
	margin: 20px auto;
	text-align: center;
	transition: transform 0.7s;
	text-decoration: none;
	
}
.button_mehr_erfahren:active{

	color: #fff;
	display: block;
	width: 275px;
	margin: 20px auto;
	text-align: center;
	transition: transform 0.7s;
	text-decoration: none;
	
}
.button_mehr_erfahren:focus{

	color: #fff;
	display: block;
	width: 275px;
	margin: 20px auto;
	text-align: center;
	transition: transform 0.7s;
	text-decoration: none;
	
}

.link_hover:active,
.link_hover:focus,
.link_hover:visited,
.link_hover:hover{
	color: #013f8f;
}

.link_hover2:active,
.link_hover2:focus,
.link_hover2:visited,
.link_hover2:hover{
	color: #fff;
}




/*Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header2 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
   
}

h1{
	margin-left: 20px;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Bild Überschrift */

.image{
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
	
}

.image2{
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/background.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
	
}


.size{
 width: 100%;
}

.right {
	float: right;
}

.left {
	float: left;
}
.margin {
	margin-left: 23px;
}
.stempel {
	display: block;
	margin-top: 190px;
}
table{
	margin: 0 auto;
	width: 60%;
}

td{
	text-align: center;
	padding:10px;

}

span {
	margin-bottom: 20px;
	color: #013f8f;
}

.white{
	color: #fff;
}

.dark_blue{
	color: #013f8f;
}

.bottom {
	margin-top: 77px;
	float: left;
}

.adresse {
	margin-left: 45px;
}

.pdf{
	color: #013f8f;
}

.pdf:hover{
	color: #013f8f;
	
}

#impressum{
	color: #013f8f;
}

#impressum:hover{
	color: #013f8f;
}

#asstec{
	margin-top: 8px;
}

.blue_font {
	color:#013f8f;
}

hr.small_blue {
	width:100px;
	border-bottom: 1px solid #013f8f;
}


@media(max-width:1068px) {
    .map {
        height: 75%;
    }
	.order {
		margin-top: 30px;
		margin-bottom: 25px;
		float:clear;
		text-align: center;
	
	}
	#logo_top {
	margin-top: 0;
	margin-right: 95px;
	width: 30%;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
	h1{
	font-size: 2em;
	}
	.size{
	width: 85%;
}

	.margin {
		margin-left: 0px;
	}
	#kontakt{
		visibility: hidden;
	}
	#asstec{
		width: 70%;
		float: right;
	}
	.header {
    background: url(../img/bg3.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}

/* Footer */

footer {
    padding: 50px 0;
}