/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    height:100%;
    background-color: #333;

}

body {
    font-family: 'Titillium Web', sans-serif;
    height: 100%;
    color:#fff;
    background:#333;
    font-size:18px;
}

a {
    color:#007bc0;
}

a:hover, a:focus {
    color:#005A8F;
}

#team-content a {
    color:#fff;
}

hr {
    border-color:#007bc0;
}

label {
    font-size:18px;
}

.help-block {
    font-size:18px;
    color:#ddd;
}

.highlight {
    color:#007bc0;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#009BF5 0,#007bc0 100%);
    background-image: -o-linear-gradient(top,#009BF5 0,#007bc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#009BF5),to(#007bc0));
    background-image: linear-gradient(to bottom,#009BF5 0,#007bc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009BF5', endColorstr='#007bc0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #005A8F;
}

.btn-primary:hover, .btn-primary:focus {
    background-color:#007bc0;
    border-color: #005A8F;
}

.btn-lg, .btn-group-lg>.btn {
    font-weight: bold;
}

.panel-primary {
    border-color:#005A8F;
    background:#007bc0;
}
.form-control:focus {
    border-color: #007bc0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,90,143,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,90,143,.6);
}

#bg {
    z-index:0;
    width: 100%;
    height: 100%;

    background-color: #333;
    position:absolute;
    position:fixed;
}

#homepage-wrap {
    display: table;
    width: 100%;




    padding-top:120px;
    position: relative;
}

@media (min-width: 768px) {
    #homepage-wrap {
        padding-bottom: 10px;
    }
}

.navbar-brand {
    padding:10px 15px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size:1.1em;
    color:#eee;
}

.dropdown-menu>li>a {
    font-size:1.2em;

}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color:#eee;
    }
}

.navbar-inverse .narrow {
    padding-left:25px;
}

.container {

}
#homepage-slider {
    margin-top:50px;
}

#homepage-slider .carousel-control {
    background-image: none;
    width: 10%;
}

#content-wrap {

    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.featurett-heading {
    padding-bottom:10px;
    border-bottom:4px solid #ccc;
    margin-bottom:30px;
}

h1.featurett-heading {
    color:#007bc0;
    border-bottom:2px solid #007bc0;
    font-size:36px;
    font-weight:bold;
    margin-bottom:15px;
}

@media (min-width: 768px) {
    .featurett-heading {
        font-size: 50px;
    }
}

p.center {
    text-align: center;
}

.lead > a {
    text-align: center;
    font-size:24px;
}

#team-content {
    font-size:18px;
}

#team-content img {
    max-width:100%;
}

#team-content .col-xs-6 {
    padding-bottom:30px;
}

@media (min-width: 768px) {
    #team-content .col-xs-6 {
        /*padding-bottom:0;*/
    }    
}

@media (max-width: 600px) {
    h1.featurett-heading {
        font-size:30px;
    }
    
    h2, .h2 {
        font-size: 26px;
    }
}

.contact-details-block {
    margin-top:30px;
    font-size:18px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    text-align:center;
}

@media (min-width: 768px) {
    .contact-details-block .panel-body{
        padding:13px 15px;
    }
}

#impressum-content {
    font-size:14px;
}

#impressum-content hr {
    margin-top:10px;
    border-color:#fff;
    margin-bottom:10px;
}

.google-maps-wrap > iframe {
    width:100%;
    border:0;
    height:475px;
}

.scrollToTopButton {
    position:fixed;

    bottom:10px;
    right:10px;

    width:52px;
    height: 52px;

    -webkit-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.5);
    border-radius:100px;
    background:#007bc0;

}

.scrollToTopButton span {
    display: block;
    color:#fff;
    font-size:32px;
    line-height:32px;
    padding-top: 10px;
    padding-left: 10px;

}

@media (min-width: 768px) {
    .scrollToTopButton {
        bottom:50px;
        right:50px;

        width:100px;
        height: 100px;

    }

    .scrollToTopButton span {
        font-size:50px;
        line-height:50px;
        padding-top: 25px;
        padding-left: 22px;
    }
}

.scrollToTopButton:hover, .scrollToTopButton:active {
    text-decoration:none;
}

.dropdown-menu {
    color:#eee;
    background: #222;
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

.dropdown-menu .divider {
    background-color:#000;
}

.dropdown-menu>li>a {
    color:#eee;
}

.modal-content {
    background:#333;
}

.close {
    color:#fff;
    text-shadow: 0 1px 0 #000;
}

.close:hover, .close:focus {
    color:#fff;
}

.list-inline li {
    padding-right:15px;
}
