@import url('https://fonts.googleapis.com/css?family=Raleway:400,500');
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background: #fafcfa;
    color: #333;
}
/*
.row {
    margin-bottom: 60px;
}*/

.header {
    margin-top: 100px;
}
footer {
    padding: 15px 0;
    margin-top: 60px;
}
footer .row {
    margin-bottom: 0;
}
footer p {
font-size: .825rem !important;
margin-bottom: 0 !important;
}
/* colors */
.greenBG {
    background: #b5dac5;
}
.lightgreenBG {
    background: #daece2;
}
.lilaBG {
    background: #9284bd;
}
.darkLila {
    color: #3f2874;
}

.kontaktBox {
    border-radius: 10px;
    background: rgba(145,130,190,.2);
    padding: 30px 15px;
}
h1, h2 {
    color: #3f2874;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
h1 {
    font-size: 2.4rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
p, h4 {
    font-size: 1.2rem;
        margin-bottom: 1.5rem;
}
a, a:link {
    color: #9284bd;
}
.btnDark {
    height: 40px;
    background: #9284bd;
    border-radius: 20px;
    width: 80%;
    margin:10px auto;
    padding: 0;
    max-width: 260px;
    border: 0;
    color: #fff;
}
.btnDark a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
}
.btnLight {
    height: 40px;
    background: #fff;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #9284bd;
    max-width: 260px;
}
.btnLight a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #9284bd
}
.metanavi {
    height: 30px;
    line-height: 30px;
}
.metanavi a {
    color: #999999;
    text-decoration: none;
}
.metanavi a img {
    height: 1.4rem;
    display: inline;
    margin: 0 .25rem;

}
.logo {
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 5px;
    border-radius: 50%;
    width:260px;
        box-shadow: 0 5px 15px -5px #666;
}
.logo img {
    width: 100%;
}
/* navigation */
.navigation {
    background: #fff;
    height: 70px;
        top: 30px;
    background: #fff;
        box-shadow: 0 5px 15px -5px #666;
}
.navbar {
    text-align: right;
    padding:0;
}
.infobild img {
    margin-bottom: 15px;
}
/*
.collapse.show {
    display: block;
    background: rgba(255,255,255,.9);
    z-index: 99;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    border-radius: 0;
}
*/
.navbar-collapse {
    background: rgba(255,255,255,.9);
    margin: 20px 0;
}
.navbar-toggler {
    margin: 15px 5px;
}
.nav-item a {
/*   font-size: .9rem;*/
}

li.nav-item > a, .nav-link {
padding: 0 !important;
        margin: 0 .75rem;
        color: rgba(0,0,0,.5);
        font-size: 1rem;
    height: 30px;
    line-height: 30px;
}
li.nav-item > a.active, 
.nav-link.active,
.nav-link:hover,
li.nav-item > a:hover {
    color: #3f2874 !important;
    border-bottom: 3px solid #3f2874;
        padding-bottom: 3px !important;
}
li.nav-item > a:hover, li.nav-item > a:focus {
    text-decoration: none;
}

/* dropdown */
ul.dropdown-menu {
    border-radius: 0;
    top: calc(100% + 10px);
    left: 10px;
    padding: 0;
    border: 0;
}
ul.dropdown-menu li {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 2rem;
}
.dropdown-item {
    padding: .5rem;
    font-size: .9rem;
}
.dropdown-toggle::after {
    margin-left: .5em;
    vertical-align: 0.2em;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #daece2;
    color: #3f2874;
}
/* carousel */
.carousel {
    width: 100%;
}
.carousel-item img {
    width: 100%;
}
.carousel-indicators li {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #9284bd;
    opacity: .5;
}
.carousel-indicators .active {
    background-color: #9284bd;
    opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    color: #9284bd;
}

/* infocard */
.infocard {
    text-align: center;
}
.infocardInner {
    padding: 15px;
    border: 1px solid #daece2;

}

.card {
    padding: 15px;
    border: 1px solid #daece2;
    border-radius: 0;
    text-align: center;

}

/* sections */
section {
    padding: 15px;
}

section:nth-child(even) {
    background: #daece2;
}

/* team */
.teammember {
    margin: 30px 0;
}
.teammember img {
    width: 75%;
    margin-bottom: 15px;
}
.teammember p {
    font-size: 1rem;
}


/* Gallery */
.gal-item {
    margin: 15px;
    width: auto;
}

/* TERMINE */
.terminItem {
    padding: 15px;
}
.terminItem:nth-child(even) .terminItemInner {
    background: #daece2;
}

.terminItemInner {
   /* border: 1px solid #daece2;*/
    padding: 15px;
}

.terminItem h2 {
    min-height: 65px;
    line-height: 55px;
    padding: 0;
    margin: 0;
    width: 80%;
}
.terminItem h3 {
    border-bottom: 1px solid #3f2874;
    margin: -41px -15px 0 -15px;
    text-align: right;
    padding: 0 15px 10px 0;

}
.dateBadge {
    width: 80px;
    height: 80px;
    background: #3f2874;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: -15px 15px 0 -15px;
}
span.dateBadgeTag {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 35px;
}
span.dateBadgeMon {
    color: #fff;
    line-height: 35px;
    font-size: 1.4rem;
}


li {
    font-size: 1.2rem;
    list-style-position: inside;
}
/* stellenanzeigen */
.stellePreview {
    border-radius: 10px;
    background: #9284bd;
    color: #fff;
    margin-bottom: 3rem;
}
.stellePreview h4 {
    margin-bottom: 10px;
}

/* kontaktform */

.disclaimer {
    font-size:.8rem;
}
.form-control {
    border: 1px solid #9284bd;
    border-radius: 15px;
    margin: 10px 0;
}
textarea.form-control {
    height: auto;
    min-height: 120px;
}
p.error {
    background: darkred;
    color: #fff;
    padding: 10px;
    width: 75%;
    margin: 30px auto;
    border-radius: 15px;
}
span.error {
    font-style: italic;
    color: darkred;
}
.submitButton {
    cursor: pointer;
}

/* MEDIA QUERIES */
@media (max-width: 576px) {
    .terminItem h2 {
        line-height:1;
        width: 100%;
    }
    .dateBadge {
       margin: -15px 15px 15px -15px;
    }
    .terminItem h3 {
        margin: 15px -15px -41px -15px
    }

@media (max-width:991px) {
.navbar-collapse {
    background: rgba(255,255,255,.9);
    margin: 0;
}
li.nav-item > a, .nav-link {
    padding: 0 !important;
    margin: 0 1rem;
    color: rgba(0,0,0,.5);
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
}
ul#sec-nav {
    text-align: right;
    width: auto;
    background: none;
    margin-right: 10px;
}
.logo {
    position: absolute;
    z-index: 999;
    background: none;
    top: 10px;
    border-radius: 0;
    width: 160px;
    box-shadow: none;
}
    ul.dropdown-menu li {
        line-height: 1.2rem;
    }    
    li.dropdown {
    margin-bottom: 20px;
}
}
@media (min-width:992px) and (max-width:1170px ) {
    .logo {
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 20px;
    border-radius: 50%;
    width: 200px;
    margin-left:30px;
    }
}

@media (min-width: 1170px) {
    li.nav-item > a, .nav-link {
        font-size: .9rem;
    }
}

