/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px;
    background-color: rgba(214, 252, 255, 0.03);
    font-family: 'Caslon Pro', 'Adobe Caslon', 'Georgia', serif;
}

a {
    color: #3FB6BE;
}

a:focus, a:hover {
    color: rgba(63, 182, 190, 0.35);
    text-decoration: none;
}

.img-center {
    margin: 0 auto;
}


hr {
    border-top: 1px solid #3FB6BE;
}

.fa {
    color: #3FB6BE;
    background-color: rgba(255, 255, 255, 0.5);
}

/* HEADER NAVBAR */

.navbar {
    background-color: white;
    border-color: #3FB6BE;
    font-size: 17px;
    font-size: 1.214em;
    font-weight: 400;
    letter-spacing: 1px;
}

a.navbar-brand.top {
    color: #3FB6BE;
}

a.navbar-brand.top:hover {
    color: rgba(63, 182, 190, 0.5);
}

.navbar-inverse .navbar-brand {
    color: #3FB6BE;
}
.navbar-inverse:hover .navbar-brand:hover {
    color: rgba(63, 182, 190, 0.5);
}

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

.navbar-inverse .navbar-nav>li>a:hover {
    color: rgba(63, 182, 190, 0.5);
}


.navbar-inverse .navbar-toggle {
     border-color: #3FB6BE;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: white;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #3FB6BE;
}

.icon-bar {
   background-color: #3FB6BE !important;
}


/* HEADER CAROUSEL */

.carousel {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-color: #3FB6BE;
    border-style: solid;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-caption {
    top: 50% !important;
    transform: translateY(-50%);
    bottom: initial;
    text-shadow: none;
    padding: 19px;
}

.carousel-control { 
    background: none !important; 
    filter: none !important; progid:none !important; 
}

.carousel-indicators{
   bottom:-10px; 
}

.carousel-indicators li {
    background-color: rgba(63, 182, 190, 0.25);
}

.carousel-indicators .active {
    background-color: #3FB6BE;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    color: #3FB6BE;
}

/* THE CONTENT */ 

.foto {
    margin-bottom: 25px;
}

.page-header {
    border-bottom: none;
    text-align: center;
}

.well {
    margin-bottom: 25px;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.contact-row {
    margin-top: 50px;
}

.marion {
    margin-top: 25px;
    padding-top: 19px;
    padding-bottom: 19px;
}
.service-tabs {
    margin-bottom: 25px;
}

.service-tabs:hover {
    opacity: 0.5;
    cursor: pointer; cursor: hand;
/*    color: rgba(63, 182, 190, 1);*/
}

.service-tabs>.img-square {
    position: relative;
    width: 100px;
}

/* THE MODAL */ 


.modal-content {
    border-radius: 0px;
    border-color: #3FB6BE;    
}

.modal-header {
    border-bottom: 0 !important;
    padding: 25px;
    text-align: center;
}

.modal-body {
    border-bottom: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.modal-footer {
    border-top: 0 !important;
}

.btn-default {
    background-color: transparent;
    border-color: #3FB6BE;
}

.btn-default:hover {
    color: rgba(63, 182, 190, 0.5);
    background-color: transparent;
    border-color: #3FB6BE;
}

.btn-default:active:hover {
    color: #3FB6BE;
    background-color: rgba(63, 182, 190, 0.5);
    border-color: #3FB6BE;
}

.close {
    color: #3FB6BE;
    opacity: 1;
    font-size: 30px;
}

.close:hover {
    color: rgba(63, 182, 190, 0.5);
}


/* FOOTER */

footer {
    margin: 25px 0;
}

/* GOOGLE MAPS */

#map-container { 
    height: 450px;
}

/* SCROLL TO TOP */
#toTop-right {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	outline:none;
}
#toTop-left {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	left:20px;
	outline:none;
}
#toTop-center {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-20px; /*Feintuning je nach Inhalt */
	outline:none;
}

/* MEDIA QUERIES */
@media (min-width: 767px) {
    
    h2 {
    font-weight: 700;
    }

    p {
        font-size: 17px;
        font-size: 1.214em;
        line-height: 24px;
        line-height: 1.714em;
        font-weight: 400;
        font-style: normal;
    }
}