html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    background-color: #EEEEEE;
}

/* GLOBAL *************************************************************************************************************/
a,
a:active,
a:focus,
a:hover {
    color: inherit !important;
    outline: none !important;
    text-decoration: none !important;
}

.btn-primary {
    background-color: #41B08F !important;
    border-color: #41B08F;
}

.btn-primary:hover {
    border-color: #000000;
}

/* FORM ***************************************************************************************************************/

p.error,
p.success {
    font-weight: bold;
}

p.error {
    color: #900;
}

p.success {
    color: #41B08F;
}

/* NAVBAR *************************************************************************************************************/

.navbar, .footer {
    background-color: #fff;
    opacity: 0.92;
    /* rgba(255, 255, 255, 0.8) */
}

.navbar-fixed-top {
    border-bottom: 1px solid black !important;
}

@media (min-width: 1000px) {
    .navbar-nav > li > a {
        padding-top: 132px;
        padding-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .navbar-nav > li > a.shrink {
        padding-top: 72px;
        padding-bottom: 0;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    font-weight: bold !important;
    background-color: inherit !important;
    color: #3CB497 !important;
}

.navbar-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 140px;
    width: auto;
}

@media (max-width: 999px) {
    .navbar-logo {
        height: 110px;
        margin-left: 20px;
    }
}

.navbar-toggle {
    padding: 20px 16px !important;
    margin-top: 35px !important;
    margin-bottom: auto;
}

.navbar-toggle.shrink {
    margin-top: 22px !important;
}

.navbar-logo.shrink {
    height: 80px;
}

.navbar-logo,
.navbar-nav > li > a,
.navbar-toggle,
.footer {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* FOOTER *************************************************************************************************************/

.footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    /*border-top: 1px solid black;*/
    padding: 5px 0;
    color: black;
    text-align: center;
    overflow: hidden;
}

.footer.shrink {
    height: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .footer {
        display: none;
    }
}

/* SECTION ************************************************************************************************************/

section {
    overflow: hidden;
    padding-top: 110px;
    word-wrap: break-word;
}

section a,
footer a {
    border-bottom: dotted 2px #41B08F;
}

section a:hover,
footer a:hover {
    border-bottom: solid 2px #41B08F;
}

#home {
    padding-top: 200px;
    /*min-height: 100%;*/
}

@media (max-width: 999px) {
    #home {
        padding-top: 170px;
    }
}

@media (min-width: 768px) {
    #home p {
        font-size: 1.5em;
    }
}

.home-img-l {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}

.home-img-s {
    display: none;
    width: 100%;
    height: auto;
    margin: 15px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .home-img-l {
        display: none;
    }

    .home-img-s {
        display: block;
    }
}

.indications-img {
    width: 50%;
    height: auto;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}

@media (max-width: 1199px) {
    .indications-img {
        display: none;
    }
}

.people {
    text-align: center;
}

.people-info {
    display: none;
}

@media (max-width: 1199px) {
    .people-img {
        margin-top: 40px;
    }
}

.people-img-incomplete-row {
    text-align: center;
    width: 100%;
}

@media (min-width: 1200px) {
    .people-img-incomplete-row {
        margin-top: 40px;
    }
}

#kontakt {
    /* space needed for scrolling to (last) section on high-res displays  */
    margin-bottom: 4000px;
}

/* FORM ***************************************************************************************************************/

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

label {
    font-weight: normal;
}

/* CAROUSEL ***********************************************************************************************************/

.carousel {
    margin: 20px auto;
}

@media (min-width: 768px) {

    .carousel {
        text-align: center;
        max-width: 800px;
        margin: 60px auto;
    }

    .carousel .item {
        height: 500px;
        width: auto;
    }

    .carousel-control {
        width: 5%;
    }

    .carousel-control.left {
        left: -60px;
    }

    .carousel-control.right {
        right: -60px;
    }

}

.carousel-control.left {
    background-image: none;
    filter: none;
}

.carousel-control.right {
    background-image: none;
    filter: none
}

.carousel a {
    border: none;
}

.carousel a:hover {
    border: none;
}
