/*!
 * Symphonisches Schrammelquintett Wien
 * Copyright 2017 Martin Maetz (http://www.maetzokopter.at)
 * Licensed http://www.gnu.org/licenses GNU/GPL
 */
 
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Lovers+Quarrel|Monsieur+La+Doulaise|Ruthie');
/*@import url('https://fonts.googleapis.com/css?family=Parisienne');*/
 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Dancing Script', cursive;
	color: #cc9999;
	font-weight:400;
}

h1 {
	font-size: 40px;
}

img {
    max-width: 100%;
}

.navbar {
	background-color: #cc9999;
	border-bottom: 4px solid #000;
}

.navbar-center {
	/*float: none;*/
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #e6cccc;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #dbb8b8;
}

body {
	margin-top: 0px;
	margin-bottom: 50px;
	background: none;
	padding-top: 70px;
}

.fullhome {
  /*background: url(../images/source/ssw-img-home-2020.jpg) no-repeat center center fixed;*/
  /*background: url(../images/source/ssw-img-home.jpg) no-repeat center center fixed;*/
  /*background: url(../images/source/liebesideal.jpg) no-repeat center center fixed;*/
  background: url(../images/konzerte/SymphonischesSchrammelquintettWien_06_2024-2464.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.homediv {
	margin-top: 2.0em; /*20px;*/
	/*background: rgba(225, 225, 225, .5);*/
	text-shadow: 2px 2px 2px rgba(80, 80, 80, 1);
}

#fullwidth {
    margin-top: -20px;
    overflow: hidden;
}

.fw_title {
	font-family: 'Ruthie', cursive;
	color: #ccc;
	font-size: 70px;
	/*font-weight:400;*/
	line-height: 1.1em;
	padding: 10px 20px;
	margin:35px 0;
}

.musiker .musiker-media-object {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.musiker:hover .musiker-media-object {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.datumkonzerte {
	font-weight:bold;
	font-size: 1.2em;
}

.konzertespacer {
	margin-top: 15px;
	margin-bottom: 15px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.8);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.footer {
	font-size: 0.8em;
}
