.toptext.kleiner {font-size: 17px;}

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

 @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);



body {
    margin-top: 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    color:#fff !important;
    font-family: 'Droid Sans', sans-serif;
    background-color: #000;
}


.abstand2 {padding-top: 20px;}

.well {background-color: #fff !important;}

footer .well {color:#000 !important;}

.btn-primary {
	background-color: #038E90;
	border-color:#038E90;
}

	.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary,
	.btn-primary:hover {
		background-color: #05d9dc;
	}
.bold {
	font-weight: bold;
}

#kontakt a{
	color:#000;
	text-decoration: none;
}

#kontakt a:hover{
	color:#9f2e2e;
}

.nolinking a {
	color:#000;
	text-decoration: none;
}

.nolinking a:hover {
	color:#9f2e2e;
}

	#kontakt .glyphicon,
	.nolinking .glyphicon {
	color:#9f2e2e !important;
	}

#mainnav {
	padding:30px 0;
	border-top:3px solid #9f2e2e;
	background: #fff;

-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.toptext {
	font-size: 18px;
	padding-top:10px;
}
.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url(../img/start3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);

}

.headline {
    padding: 170px 0;
}

.headline h1 {
    font-size: 70px;
    color:#fff;

/*     background: #fff; */
/*     background: rgba(255,255,255,0.9); */
}

.headline h2 {
    font-size: 40px;
    color:#fff;
/*     background: #fff; */
/*     background: rgba(255,255,255,0.9); */
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-divider2 {
	margin:80px 0;
	border:none;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

footer {
    margin: 20px 0 0 0;
}

.shadow {
	text-shadow: 0 2px 1px #000000;
}

.nopadding {
	padding: 0;
	margin: 0;
}

@media(max-width:1200px) {
	.toptext {
		font-size: 16px;
	}

    .headline {
        padding: 35px 0 35px 0;
    }

    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {

    .headline {
        padding: 85px 0 45px 0;
    }

    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {


    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 30px;
    }

	.featurette-divider2 {
		margin:40px 0;
	}
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 30px;
    }

	.featurette-divider2 {
		margin:40px 0;
	}

}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}