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

/* font sizes: 18px, 29px, 47px */ 

/* TODO: clean up CSS */

body {
    width: 100%;
    height: 100%;
/*    font-family: 'Open Sans', sans-serif; */
	font-family: "Helvetica Neue Light","Helvetica Neue",Arial,'Open Sans', sans-serif;
    font-weight: 300;
	color: #4f535f;
    background-color: #bbb;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
/*    text-transform: uppercase;*/
	font-family: "Helvetica Neue Light","Helvetica Neue",Arial,'Open Sans', sans-serif;
    font-weight: 400;
	letter-spacing: -.02em;
/*    letter-spacing: 1px; */
}

h2 {
    color: #333332
}


.light {
    font-weight: 400
}


p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 2;
    text-align: left
}

/*
a {
    color: #219ab3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #5596e6 !important;
}
*/



a:link, a:visited { 
	color: #232323;
	text-decoration: none; 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:active, a:hover, a:focus { 
	color: #D74108; 
	text-shadow: none; 
	text-decoration: none; 	
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;		
}

a.fancy:link, a.fancy:visited { 
	color: #232323;
	text-decoration: underline; 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.fancy:active, a.fancy:hover, a.fancy:focus { 
	color: #D74108; 
	text-shadow: 5px 5px 5px #FFA573; 
	text-decoration: underline; 	
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;		
}

a.light:link, a.light:visited { 
	color: rgba(255, 255, 255, .8);
	text-decoration: underline; 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.light:active, a.light:hover, a.light:focus { 
	color: #fdd600; 
	text-decoration: underline; 
	text-shadow: 5px 5px 5px #735F00; 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;	
}

/* --- Navigation bar --- */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 2px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Helvetica Neue Light","Helvetica Neue",Arial,'Open Sans', sans-serif;
    background-color: #000;
	
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 18px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: 0;
/*    background-color: rgba(255,255,255,.3);*/
    border-bottom: 5px solid #fdb813;

    }

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-decoration: none; 
	text-shadow: none; 
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(253,184,19,.7);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #808040 !important;
	color: #D8FD02 !important;
}

/*
@media(max-width:766px) {

	.navbar {
        padding: 30px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #777;
    }

}
*/

@media(max-width:600px) {
	img {
		width: 100%;
	}
}

/*
@media(min-width:767px) {
*/

@media(min-width:999px) {
	.navbar {
        padding: 30px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

@media(min-width:1200px) {
	.navbar-custom .navbar-brand .navbar-toggle {
    	font-size: 29px;
	}	
	
	p {
	    font-size: 29px;
	}
}

.carousel,
.item,
.active {
height: 100%;
}
.carousel-inner {
height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}


.intro .intro-body .section-body .section-band .section-termine .section-gottesdienst .section-konzert .section-kontakt {
    display: table-cell;
    vertical-align: middle;
}

.band-image {
    vertical-align: baseline;
    padding: 10px;	
}

.band-image-text {
	display: table-cell;
    vertical-align: baseline;	
    padding: 10px;
    text-align: left;
	line-height: 1.5;
}

.heading-text {
    font-size: 29px;
    font-weight: 400;
    letter-spacing: -.02em;
}

.copyright-text {
	text-align: center ;
}

@media(min-width:1200px) {
	.heading-text {
    	font-size: 47px;
	}
}

.termine-heading-text {
	display: table-cell;
    vertical-align: baseline;	
    padding: 0px;
    text-align: left;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 18px;
}

.termine-text {
	display: table-cell;
    vertical-align: baseline;	
    padding: 0px;
    text-align: left;
	line-height: 1.5;
	padding-bottom: 18px;
}

.info-text {
	display: table-cell;
    vertical-align: baseline;	
    text-align: left;
}


.info-text2 {
	display: table-cell;
    vertical-align: baseline;	
    text-align: left;
	padding-top: 24px;
}


.intro .container{
    background-color: rgba(237, 175, 7, 0);
    padding: 40px;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    background: url(../img/HeraldsInConcertBuchenau.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.intro-body{
    background-color: rgba(237, 175, 7, 0.4);
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}

.section-band {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
	padding-bottom: 36px;
    text-align: center;
    color: #232323;
	background-color: rgba(173,22,37,0.75);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-termine {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
	padding-bottom: 60px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    background: url(../img/Pult.jpg) no-repeat center center scroll; 
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-termine-body{
/*    background-color: rgba(173,22,37, 0.3); */
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px;
    display: table-cell;
    vertical-align: middle	
}

.section-gottesdienst {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
    text-align: center;
    color: #232323;
	background-color: rgba(124,199,255,0.2);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-gottesdienst-body{
    background-color: rgba(124,199,255,0.2);
    padding: 0px;
    display: table-cell;
    vertical-align: middle	
}

.image-gottesdienst {
    padding: 20px 0;
	border: 0;
}

.section-konzert {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
	padding-bottom: 60px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    background: url(../img/BandSmoothLights.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-konzert-body{
/*    background-color: rgba(173,22,37, 0.3); */
    background-color: rgba(173,22,37, 0.3);
    padding: 0px;
    display: table-cell;
    vertical-align: middle	
}


.section-footer{
    display: table-cell;
    vertical-align: middle;
    text-align: center
}


.heading-intro {
    text-align: center;
    color: #fff
}

.normal-heading {
    padding-top: 60px;
    color: #888
    padding-top: 60px;		
}

.heading-band {
    padding-top: 60px;
    color: #ccc
}

#konzert {
	transition: all 3s ease-in-out;
	-webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}


.btn {
    text-transform: uppercase;    
	font-family: "Helvetica Neue Light","Helvetica Neue",Arial,'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 2px solid #FFF;
    border-radius: 0;
    color: #FFF;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 2px solid transparent;
    outline: 0;
    color: #6d5400;
    background-color: rgba(256,256,256,.7);
}

.btn-default-red{
    border: 2px solid #D9182D;
    border-radius: 0;
    color: #D9182D;
    background-color: transparent;
}

.btn-default-red:hover,
.btn-default-red:focus {
    border: 2px solid fff;
    outline: 0;
    color: #000;
    background-color: #D9182D;
}

.btn-default-green{
    border: 2px solid #8CC63F;
    border-radius: 0;
    color: #8CC63F;
    background-color: transparent;
}

.btn-default-green:hover,
.btn-default-green:focus {
    border: 2px solid fff;
    outline: 0;
    color: #fff;
    background-color: #8CC63F;
}

.btn-default-blue{
    border: 2px solid #00A6A0;
    border-radius: 0;
    color: #00A6A0;
    background-color: transparent;
}

.btn-default-blue:hover,
.btn-default-blue:focus {
    border: 2px solid fff;
    outline: 0;
    color: #fff;
    background-color: #00A6A0;
}


footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
    font-size: 0.7em;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

