.slogan p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 0;
    font-size: 24px;
} 

.cms-bigtext p {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 1.5em;
    text-align: center;
    margin: 20px 10px 10px;
    color: #808080;
}

/* 
	Übernommen aus basic.css:
	<ul> kann keine eigene Klasse erhalten, da es aus dem 
	CMS-Content kommt. 
*/
.cms-content ul {
    list-style-type: none;
}
.cms-content ul li{
    font-family: "Lato",sans-serif;
    color: #808080;
}
.cms-content ul li:before{
    font-family: 'FontAwesome';
    content: "\F005";
    color: #e60201;
    padding-right: 10px;
    list-style-position: inside;
} 

@media (max-width: 768px) {
    .slogan p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 0;
    font-size: 1em !important;
    } 
    html body div.container-fluid div.col-md-12 h1{
        font-size: 1.5em !important;
    }
    html body div.navbar.navbar-inverse.navbar-fixed-top div.container-fluid div.navbar-header div.small-logo-container a.small-logo h3{
        font-size: 0.5em !important;
        margin-top: 1px;
        font-weight: bold;
    }
    html body div.container-fluid.intro div.row.row-eq-height div.col-xs-12.col-sm-12.col-md-3 h3.text-center{
        font-size: 1.2em !important;
    }
    .carousel-caption {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 0;
    padding: 0 0 30px 30px;
    right: 0;
    text-align: left;
    }
}
@media (max-width: 640px){
    #myCarousel.carousel.slide div.carousel-inner{
        max-height: 120px;
    }
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: scroll;
}

.sb-ahint {
    font-weight: bold;
    color: #e60201;
    font-size: 14px;
    padding-top: 20px;
}

.sb-ahintadd {
    color: #000000;
    font-size: 11px;
    padding-bottom: 1px;
}

.sb-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.ig-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-check a {
    color: red;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

button.btn.btn-default {
    background: #e60201;
    margin-bottom: 5px;
    border-radius: 0;
    border: 2px solid #fff;
    min-width: 150px;
    width: 100%;
    margin-bottom: 0;
    color: #ffffff;
}


button.btn.btn-default:hover {
    border-color: #adadad;
}

.form-error {
    color: #e60201;
}