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

body {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #222;
}

/* ------------------------------------ *
 *  Page borders
/* ------------------------------------ */

.border-top, .border-bottom, .border-left, .border-right {
	position: fixed;
	background-color: #FFF;
	z-index: 99999;
}
.border-top {
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
}
.border-bottom {
	bottom: 0;
	left: 0;
	height: 15px;
	width: 100%;
}
.border-left {
	top: 0;
	left: 0;
	width: 15px;
	height: 100%;
}
.border-right {
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
}

p {
    margin-bottom: 20px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
}

section {
	padding-top: 80px;
}

@media(min-width:768px) {
	section {
		padding-top: 150px;
	}
}

.btn {
    border: 0;
    border-radius: 0;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #222;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #222;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 80px;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 30px;
}

.img-pad {
    padding-bottom: 15px;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background: #C8C8C8 url(../img/header.jpg) no-repeat center center scroll;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 190px 20px;
}

@media(min-width:768px) {
    header {
		min-height: 100%;
		background: #C8C8C8 url(../img/header.jpg) no-repeat center center fixed;
    		-webkit-background-size: cover;
    		-moz-background-size: cover;
    		background-size: cover;
    		-o-background-size: cover;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header1 {
	text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 700;
}

.header2 {
	text-transform: uppercase;
    letter-spacing: 5px;
}

.referenzen {
    text-align: left;
}

@media(min-width:768px) {
	.referenzen {
    	text-align: center;
    	padding-top: 60px;
	}
}

.kontakt {
    padding-bottom: 50px;
}

@media(min-width:768px) {
    .kontakt {
    	padding-bottom: 150px;
    }
}

.kontakt2 {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
    height: 3em;
    display: table-cell;
    vertical-align: middle;
}

.black {
    color: #000;
}

.footer {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 30px 45px 45px 0;
    background: #C8C8C8 url(../img/header.jpg) no-repeat center bottom scroll;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
}

@media(min-width:768px) {
	.footer {
		margin-top: 100px;
		padding: 30px 45px 0 0;
    	background: #C8C8C8 url(../img/header.jpg) no-repeat center bottom fixed;
    		-webkit-background-size: cover;
    		-moz-background-size: cover;
    		background-size: cover;
    		-o-background-size: cover;
    	}
}

.impressum {
    padding-top: 80px;
    padding-bottom: 80px;
}
