/*Farbschema*/
#002060; /*rgb(0, 32, 96)*/
#0082DB; /*rgb(0, 130, 219)*/


/*content*/
body {
	color: #002060; /*rgb(0, 32, 96)*/
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.container {
	width: 100%;
	height: 100%;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

p, ul {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

ul {
	list-style-type: square;
}

.svg-project-name {
  	margin-left: -10px;
	height: 2px;
	width: 30px;
}


/*white border*/

.page__border--top, .page__border--bottom, .page__border--left, .page__border--right {
  	background: #fff;
  	position: fixed;
  	z-index: 999;
  	display: none;
}

.page__border--left, .page__border--right {
  	top: 0;
  	bottom: 0;
  	width: 60px;
}

.page__border--left {
  	left: 0;
}

.page__border--right {
  	right: 0;
}

.page__border--top, .page__border--bottom {
  	left: 0;
  	right: 0;
  	height: 60px;
}

.page__border--top {
  	top: 0;
}

.page__border--bottom {
  bottom: 0;
}


/*Überschriften*/

h1 {
	font-size: 25px;
	font-family: 'Teko', sans-serif;
	font-weight: 700;
	color: #002060; /*rgb(0, 32, 96)*/
}

h2 {
	font-size: 20px;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	color: #002060; /*rgb(0, 32, 96)*/
	margin-top: -10px;
}

.container-2 h2 {
	margin-left: 15px;
	margin-top: -40px;
}

h3 {
	font-size: 15px;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	margin-top: -5px;
	color: #002060; /*rgb(0, 32, 96)*/
}

h4 {
	margin-top: 15px;
	font-size: 12px;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
}


/*Bilder*/

img {
	max-width: 100%;
}

#logo {
    max-width: 100px;
    padding-top: 50px;
    margin-left: 50px;
    display: none;
    position: fixed;
    z-index: 1000;
}

#logo-nav {
	max-width: 50px;
	z-index: 9999;
}
#logo-mobile {
	width: 100%;
	margin: 0 auto;
}

#logo-mobile img {
	width: 20%;
}


/*Links*/

a {
	color: #002060;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0082DB;
}

a:focus {
	text-decoration: none;
	color: #002060;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}


/*Navigation*/

.nav_element_one, .nav_element_two, .nav_element_three, .nav_element_four, .av_element_four_footer, .navbar a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.nav_element_one {
	position: fixed;
	top: 0;
	left: 25%;
	padding-top: 15px;
	display: none;
	letter-spacing: 3px; 
  	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease; 
	z-index: 1000;
	font-size: 18px;
}

.nav_element_one:hover {
	letter-spacing: 5px; 
}

.nav_element_two {
	position: fixed;
	top: 0;
	right: 25%;
	padding-top: 15px;
	display: none;
	letter-spacing: 3px;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease; 
	z-index: 1000;
	font-size: 18px;
}

.nav_element_two:hover {
	letter-spacing: 5px; 
}

.nav_element_three {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 12px;
	display: none;
	letter-spacing: 3px;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease; 
	z-index: 1000;
	font-size: 15px;
	opacity: 0.7;
}

.nav_element_four {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	left: 0;
	bottom: 0;
	margin-bottom: 100px;
	letter-spacing: 3px;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease; 
	z-index: 1000;
	display: none;
	font-size: 18px;

}

.nav_element_four:hover {
	letter-spacing: 5px; 
}

.nav_element_four_footer {
	opacity: 0.7;
	position: relative;
	bottom: 0;
	margin: 6px 5px 10px;
	letter-spacing: 3px;
	z-index: 1000;
	width: 100%;
	text-align: center;
}


/*burger menu navigation*/

.navbar {
	border: none;
	background-color: #fff;
}

.navbar-header {
	background-color: #fff;
	min-height: 55px;
}

.nav > li {
    text-align: center;
} 

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border: none;
}
.navbar-collapse {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #002060;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

.navbar-default .navbar-nav > li > a {
    color: #002060;
}

.navbar-nav > li > a {
    line-height: 40px;
    letter-spacing: 3px;
    font-size: 20px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

/* ANIMATED MINUS */
.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.minus .icon-bar:nth-of-type(1) {
	transform: translate3d(0,7px,0);
}

.navbar-toggle.minus .icon-bar:nth-of-type(3) {
	transform: translate3d(0,-7px,0);
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 1px;
    transition: .5s;
}


/*home*/

#home {
	padding: 70px 10px 0px 0px;
    display: block;
    text-align: center;
    max-width: 100%;
    z-index: -10;
}


/*header*/

.image-wrapper {
    padding-bottom: 80px;
    display: block;
    text-align: center;
    max-width: 100%;
    z-index: -10;
}

.image-wrapper img {
	padding-top: 15px;
}

.header {
	display: none;
	text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 100px 10px;
    margin: 5px;
}

.header-responsive {
	display: inline-block;
	padding: 0px 20px;
	width: 100%;
}


/*Projekte*/

#projekte {
    padding: 80px 10px 0px 0px;
    display: block;
    text-align: center;
    max-width: 100%;
    z-index: -10;
}

.container-2 {
  	text-align: left;
    top: 0;
    left: 0;
    padding: 10px 10px 100px 10px;
    margin: 5px
}

.slick img {
	padding: 5px;
	max-width: 100%;
}

.slick-mobile img {
	width: 100%;
	display: inline-block;
}

.projektbezeichnung {
	text-align: left;
    top: 0;
    left: 0;
    padding: 100px 10px 100px 10px;
    margin: 5px
}

.project-img {
	width: 100%;
}

.button-project {
	text-align: left;
}


.panel {
  	border-width: 0 0 1px 0;
  	border-style: solid;
  	border-color: #fff;
  	background: none;
  	box-shadow: none;
  	padding-top: 10px;
}

.panel:last-child {
  bottomorder-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  	border-radius: 4px 4px 0 0;
}

.panel-group .panel {
 	border-radius: 0;
}

.panel-group .panel + .panel {
  	margin-top: 0;
}

.panel-heading {
  	border-radius: 0;
  	border: none;
  	color: #fff;
  	padding: 0;
}

.panel-title a {
  	display: block;
  	color: #002060;
  	padding: 35px 5px 5px;
  	position: relative;
  	font-size: 20px;
  	font-weight: 400;
}

.panel-body {
  	background: #fff;
    display: flex;
  	flex-wrap: wrap;
  	padding: 15px 5px;
}

.description {
	width: 100%;
}

.slick {
	width: 100%;
}

.panel:last-child .panel-body {
  	border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  	border-radius: 0 0 4px 4px;
  	transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  	border-radius: 0;
  	transition: border-radius linear 0s;
}

#accordion .panel-heading a:before {
  	content: '+';
  	font-size: 24px;
  	position: absolute;
  	font-family: 'Material Icons';
  	right: 5px;
  	top: 25px;
  	transform: rotate(180deg);
  	transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  	transform: rotate(0deg);
  	transition: all 0.5s;
}


/*Leistungen*/

#leistungen {
	padding: 120px 0px 100px 0px;
    display: block;
    text-align: left;
    max-width: 100%;
    z-index: -10;
}

#leistungen ul:last-of-type {
	list-style-type: none;
	margin-left: -35px;
}

#leistungen ul:first-of-type {
	margin-left: -15px;
}



#leistungen ul li span {
	padding-right: 30px;
}

.footer-fixed {
	position: fixed;
}

/*Kontakt*/

#kontakt {
	padding: 120px 10px 50px 0px;
    display: block;
    text-align: center;
    max-width: 100%;
    z-index: -10;
}


/*Footer*/

footer {
	/*position: fixed;*/
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -5px;
	padding-bottom: 5px;
	background-color: #fff;
}


/*Impressum und Datenschutz*/

#impressum, #datenschutz {
	padding: 80px 10px 0px 20px;
    display: block;
    max-width: 100%;
    z-index: -10;
    color: #002060;
}





