/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* base */
html, body {
  height: 100%;
  background-color: #000;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  /*text-shadow: none;*/
}
li {
	list-style-type: square;
}
li.active {
	background-color: #eee;
}

/* some changes to bootstrap standard */
.row {
	display: inline-block;
	text-align: left;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/* stuff for the navbar */
.navbar-mach23 {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: none;
    border: none;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out, font-size .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out, font-size .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out, font-size .5s ease-in-out;
}
.navbar-mach23 .nav li.active a:hover {
    color: #fff;
}
.navbar-mach23.top-nav-collapse {
	padding: 0;
    font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: #000;
}
/*  the intro */
.intro {
    display: table;
    width: 100%;
    height: auto;
	padding-top: 300px;
    padding-left: -15px;
    padding-right: -15px;
    padding-bottom: 200px;
    text-align:center;
    color: #fff;
    /*background: url(../img/Tarifa2015.jpg) no-repeat bottom center scroll;*/
    background: url(../img/windowSchnoerkel03.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro h1 {
	font-size: 72px;
	font-weight: bold;
	text-transform: uppercase;
}
.intro .lead { 
	font-size: 35px;
	padding: 20px 0 0;
}
.intro ul { 
	display: inline-block;
	text-align: left;
	font-size: 30px;
	padding: 10px;
}

.about {
    display: table;
	width: 100%;
    height: auto;
	padding-top: 100px;
    padding-left: -15px;
    padding-right: -15px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.about blockquote {
	padding-left: 50px;
	font-style: italic;
	border: none;
}

.TopoGraph {
    display: table;
	width: 100%;
    height: auto;
	padding-top: 100px;
    padding-left: -15px;
    padding-right: -15px;
    padding-bottom: 80px;
    text-align: center;
    color: #fff;
    background-color: #333;
}

.TopoGraphHead {
    background: url(../img/topoGraph_bw05.jpg) no-repeat top center scroll;
    background-color: #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact {
    display: table;
	width: 100%;
    height: auto;
    padding-top: 100px;
    padding-left: -15px;
    padding-right: -15px;
    padding-bottom: 100px;
    text-align: center;
    color: #ddd;
    background-color: #000;
}


