/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 85px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 270px;
    background: url('../images/header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.saal01-header {
    height: 350px;
    background: url('../images/raum1/saal_01_header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.saal02-header {
    height: 350px;
    background: url('../images/raum2/saal_02_header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.saal03-header {
    height: 350px;
    background: url('../images/raum3/saal_03_header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.saal04-header {
    height: 350px;
    background: url('../images/raum4/saal_04_header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.saal05-header {
    height: 350px;
    background: url('../images/raum5/saal_05_header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.saal06-header {
    height: 350px;
    background: url('../images/raum6/saal_06_header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.saal07-header {
    height: 350px;
    background: url('../images/raum7/saal_07_header_echo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.programm-header {
    height: 350px;
    background: url('../images/programm-headerbild-time-codes.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bilder-header {
    height: 350px;
    background: url('../images/bilder-headerbild-time-codes.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.film-header {
    height: 350px;
    background: url('../images/film/header-film.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0;
    color: #fff;
	margin: 60px 0 0 0px;
}
h1.tagline {
    color: #fff;
	font-size:3em;
	font-weight: 100;
}
.subline {
    text-shadow: 0;
    color: #fff;
	font-weight: light;
	margin: 20px 0 0 0px;
}
.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
