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


/*.special,.special .jumbotron {height:100%;}*/

.jumbotron {
	background-color:transparent;
}

.jumbotron h1 {
    color: white;
	font-family:'BodoniAntiquaW02-Regula';
	font-size: 250px;
	line-height: 140px;
	letter-spacing: -0.04em;
}

.jumbotron h2 {
    color: white;
	font-family:'BodoniAntiquaW02-Regula';
	font-size: 200px;
	line-height: 100px;
	letter-spacing: -0.04em;
}

.jumbotron h3 {
    color: white;
	font-family:'BodoniAntiquaW02-Regula';
	font-size: 130px;
	line-height: 80px;
	letter-spacing: -0.04em;
}

a, a:hover {
	color: black;
}


.container p, ul, ol {
	color: black;
	font-family:'FreightSans Book';
	line-height: 135%
}

.container h4, h5 {
	color: black;
	font-family:'FreightSans Bold';
}

.container h4 {
	font-size: 21px;
}

.col-xs-12 {
	padding-left: 0px;
}

.col-xs-12 img {
	padding-bottom: 10px;
}



@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.nav .active a { 
	background: none!important; 
	text-decoration: underline;
	color: white!important; 
}

.navbar {
    background:transparent;
    border: none;
}

.navbar-brand {
	font-family:'BodoniAntiquaW02-Regula';
	font-size: 24px;
	color: #555!important; 
	padding: 15px 30px 0 0;
}


.nav li {
	font-family:'FreightSans Bold';
	font-size: 20px;
}

.navbar-nav li a {
	padding: 0 30px 0 0; 
}

.info li a {
	color: black!important;
	padding: 0 30px 0 0; 
}

.info li a:hover, 
.info li a:focus{
	color: black!important;
	text-decoration: underline!important;
}

.info .active a { 
	background: none!important; 
	text-decoration: underline;
	color: black!important; 
}

.navbar-default .navbar-nav li a {
	color: white;
}

.navbar-default .navbar-nav {
	padding: 16px 30px 0 0; 
}

.navbar-right {
	padding-top: 14px!important; 
	padding-right: 0px!important; 
}

.navbar-default .navbar-nav li a:hover, 
.navbar-default .navbar-nav li a:focus {
	color: white;
	text-decoration: underline;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
	border: none;
}

.navbar-toggle {
	border: none;
}

.info2 {
	background-color: black!important;
}

.bottom {
    min-height: 100px;
    margin-top: 75px;
}

.abstand {
	margin-bottom: 30px;
}

.abstandrechts {
	margin-right: 8px;
}

