/* Move down content because we have a fixed navbar that is 50px tall */
body {
    body{font-size: 16px;}
}

#leftPic {
    padding-left: 0px;
}

#rightPic {
    padding-right: 0px;
}

#navTitle {
	padding-left: 32px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.jumbotron p {
    font-size: 1.5em;
}

.jumbotron {
	padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 5px 5px;
    height: 5px;
    margin-left: -15px;
    margin-top: 7px;
}

.navbar-inverse {
    background-color: #243342;
    border-top-color: #34495e;
    border-right-color: #243342;
    border-bottom-color: #eee;
    border-left-color: #243342;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #19242e;
}

.navbar-inverse .navbar-nav > li > a {
    color: #bbb;
}

.titleBox {
	background-color: #34495e;
}

.logo {
	padding: 20px;
}

.jumbotron h1 {
    color: #243342;
}

.logoTitle {
	color: #eee;
	vertical-align: middle;
    display: inline-block;
    padding-top: 26px;
    font-size: 3.8em;
}

.btn-primary {
    background-color: #34495e;
    border-color: #243342;
}

@media (max-width: 720px) {
    body{font-size: 12px;}
}

@media (max-width: 320px) {
    body{font-size: 10px;}
}


#textAbove {
    padding-left: 38%; 
    padding-right: 38%;
    position: absolute;
    top: 40%;
    left: 0px;
    background-color: transparent;
}

#impressumText {
    color: #eee;
    position: absolute;
    top: 16px;
    right: 32px;
    font-size: 0.7em;
    background-color: transparent;
}


#impressumText a {
    color: #eee;
}

#areaWithOverlay {
    position: relative;
    float: left;
    width: 100%;
    background-color: #eee;
}


#picBelow {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
}



.carousel-indicators {
    top: 120%;
}

Element {
}
.carousel-indicators li {
    background-color: rgb(224, 224, 224);
    border: 1px solid #B1B1B1;
    border-radius: 10px;
}

#impressum {
    padding-top: -14px;
}

.modal-content {
    background-color: #eee;
    border-radius: 0px;
}

.modal-header {
    background-color: #34495e;
    color: #eee;
}

.close {
    color: #eee;
    text-shadow: 0 0 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}