.cb-slider1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    display: block;
    margin: 10px;
    border-radius: 6px;
    -webkit-border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.cb-slider1 .slide h1 {
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    text-transform: none;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    font-family: Great Vibes;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Cabin;
    font-size: 17px;
    line-height: 27px;
    color: #454545;
}

h1 {
font-family: Great Vibes;
font-size: 69px;
text-align: center;
padding-top: 48px;
color: #636363;
padding-bottom: 10px;
}

@media (max-width:767px) {
    h1 {font-size: 45px;
		text-align: center;
		padding-top: 28px;
		padding-bottom: 6px;
    	}
}

.cb-navigation3 .navbar {
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: none;
}

.cb-footer3 {
    /* text-transform: uppercase */
    font-size: 16px;
    padding: 15px 10px;
    background: #a51111;
    text-align: center;
    color: #fff;
    font-family: Cabin;
}

.cb-navigation3 .navbar .navbar-nav > li > a {
    color: #282828 !important;
    background: none;
    font-family: Cabin;
}

.cb-footer3 p {
    margin: 0;
    font-size: 14px;
    font-family: Cabin;
    text-transform: none;
}

@media (max-width:767px) {
    .bilder_bei_mobile {
        order: 2;
    }

    .text_bei_mobile {
        order: 1;
    }

    .mobausblenden {
        display: none;
    }
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

    /* width: 30px */
    /* height: 3px */
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333333;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;

    /* width: 100% */
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out  , -webkit-transform 0.6s ease-in-out;

    /* max-height: 700px */
    object-fit: none;
}