﻿/* #region (Allgemeine Einstellungen) ------------------------------------*/
html,
body {
    font-family: 'Source Sans Pro', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

h1, h2{
	font-size:24px
}

h1, h3{
	font-size:20px
}

a {
    color: rgb(0,148,205);
}

    a:hover {
        color: rgb(0,148,205);
    }

#container {
    min-height: 100%;
    position: relative;
    z-index: 10;
}

#header {
    height: 100px;
}

.logo {
    height: 100px;
    margin-left: 30px;
    margin-top: 20px;
}

#body {
    padding: 10px;
    padding-bottom: 60px; /* Height of the footer */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: rgb(0, 148, 205);
    font-size: small;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.body-home {
    background-image:url(../Assets/team.jpg); 
    background-repeat:no-repeat;
    /* background-image: url('../Assets/BeratungKlein.jpg'); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

button {
    background: black;
    color: white;
    height: 34px;
    width: 120px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 16px;
}

    button:hover {
        background: rgb(0,148,205);
        border: 1px solid rgb(0,148,205);
    }

.menu {
    margin-left: 0px;
    margin-top: 20px;
    text-align: right;
    float: right;
}

    .menu img {
        background: black;
        height: 28px;
        margin-left: 20px;
        margin-top: -2px;
    }

        .menu img:hover {
            background: rgb(0,148,205);
        }

.navbar-btn {
    margin-top: 0px;
    margin-right: 5px;
}

.nav {
    background-color: transparent;
}

    .nav li {
        background-color: transparent;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
    }

.dropdown, .dropup {
    z-index: 11 !important;
}

.navbar-nav .open .dropdown-menu {
    background-color: white;
    z-index: 11 !important;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 4px;
}

.dropdown-menu > li > a:hover {
    color: rgb(0,148,205);
}

.navbar-right {
    margin-right: 0px !important;
    display: inline-block;
    margin-left: -15px !important;
    margin-top: 2px !important;
}

.burger {
    padding: 3px 25px 2px 0px !important;
}

.headliner {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-width: 200px;
    max-width: 800px;
    width: 60%;
    vertical-align:bottom;
	text-align:justify;
}

.headliner-inner {
    left: 0;
    right: 0;
    height: 130px;
    width: 20%; /*warum auch immer es damit funktioniert*/
    line-height: 1.4285;
    border-radius: 3px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.9);
    display: table-cell;
    padding:15px;
	padding-left:43px;
	padding-right:43px;
}
.headliner-large {
    font-size: xx-large;
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
}

.headliner button {
    width: 200px;
    font-size: initial;
    font-style: initial;
    font-weight: initial;
    line-height: initial;
    text-align: center;
    margin-top: 10px;
}

.imgPortrait{
	max-width:120px;
}

.image-project {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headliner-project {
    height: auto;
    max-height: 800px;
    overflow-x: auto;
    padding: 15px;
    padding-top: 0px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.9);
    color: black;
	text-align:justify;
}

.carousel {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.carousel-control.left, .carousel-control.right{
	background:none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	top:150px
}

#project-header{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.slide-image {
    padding-top:10px;
    max-height: 300px;
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
}

.slide-text{
    text-align:justify;
}

/*.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item:nth-child(1) {

  
      background: url('../Assets/KarteBearbeitet.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url('../Assets/team.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    background: url(https://unsplash.imgix.net/photo-1414073875831-b47709631146?q=75&fm=jpg&s=731b6d5150eea8bafa63ae8194e72ebd) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(4) {
    background: url(https://unsplash.imgix.net/photo-1414073875831-b47709631146?q=75&fm=jpg&s=731b6d5150eea8bafa63ae8194e72ebd) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}

.carousel-fade .carousel-control{
    margin-top:100px;
}*/


/*Änderungen für schmale Displays*/

@media all and (max-width: 767px) {

    .headliner button {
        width: 100%;
    }

    .headliner {
        bottom: 70px;
        width: 85%;
        overflow-y:auto;
    }

    .headliner-overflow{
        top:190px;
    }

    .headliner-inner {
        top: 190px;
    }

    .headliner-project {
        top: 190px;
    }

    .menu {
        width: 120px;
        margin-right: 25px;
    }

    .navbar-right {
        display: inherit;
        margin-top: 7px !important;
    }

    .burger {
        margin-right: -25px !important;
        margin-top: -12px;
    }

    .logo {
        margin-left: 10px;
    }

    .carousel {
        width: 95%;
    }

    #project-header {
        width: 95%;
    }
}

@media all and (max-width: 335px) {
    .navbar-btn {
        width: 70px;
        margin-right: 0px;
    }

    .menu {
        width: 80px;
        margin-right: 25px;
    }
    .carousel {
        margin-bottom:20px;
    }
}

@media all and (min-width: 1200px) {
    .headliner {
		bottom:120px;
	}
	.imgPortrait{
		max-width:170px;
	}
}
