/*
@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);
*/


/*************************
*******Typography******
**************************/
@font-face{
    font-family:"Kiro W03 Regular";
    src:url("/common/css/fonts/1367502/2e526a88-4062-4e79-9551-42c9a1abf6f7.eot?#iefix");
    src:url("/common/css/fonts/1367502/2e526a88-4062-4e79-9551-42c9a1abf6f7.eot?#iefix") format("eot"),
	/*url("/common/css/fonts/1367502/6beacdec-27ae-4d49-a0e0-5bf049679bf0.woff2") format("woff2"),*/
	url("/common/css/fonts/1367502/94078f3c-b176-463f-ab21-14f5a6cddaad.woff") format("woff"),
	url("/common/css/fonts/1367502/31af1980-943b-4303-a992-b77c92ad8cc0.ttf") format("truetype");
}
body {
  /*font-family: 'Dosis', sans-serif;*/
  font-size: 17px;
  color: #fff
}


.btn {
  border-radius: 0;
  /*font-family: 'Yanone Kaffeesatz','sans-serif';*/
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Yanone Kaffeesatz', 'sans-serif';*/
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}
.menuScroll {
  visibility:hidden;
}

.main-nav,.menuScroll {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav .container {
  width: 100%;
  max-width: 1100px;
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;  
}
#clicksearch{color: #fff; cursor: pointer;}
.navbar-header{background: transparent;height: 65px;}

/*
.navbar-collapse {
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	transition: opacity 300ms ease
}
*/

.in, .collapsing {
	background-color: #fff;
	/*filter:alpha(opacity=40);*/ /* IE 5-7 */
	/*opacity: 0.4;*/ /* CSS3 Standard */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"*/
}

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

.navbar-brand {
  background-color: #1B7B98;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  width: 297px;
}

.navbar-brand img {
  position: absolute;
  top: -35px;
}

.navbar-right {
  background-color: #1B7B98;
  padding:0 95px 0 0;
  opacity: .9
}

.navbar-right li a {
  padding: 35px 21px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
  background-color: #fff;
  color: #16728f
}


.fixed-menu {
  background-color: transparent;
  /* 1b7b98*/
  position: fixed;
  top: 0;
  visibility: visible;
}

.fixed-menu .navbar-right {
  padding: 0;
}


.fixed-menu .navbar-right li a {
  font-size: 18px;
  padding: 20px 25px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}


.fixed-menu .menuScroll {
  display: block;
}



/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}

#main-slider img, #zitat-slider img {
  width: 100%;
}
#zitat-slider img {
	max-height: 416px;
}

#main-slider .carousel-caption {
	/*background: none repeat scroll 0 0 #000000;*/
	background: none;
	background-color: transparent;
	top: 30%;
	float: left;
	left: 50%;
	max-width: 450px;
	opacity: 1;
	padding: 10px 10px 15px;
	right: inherit;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

#zitat-slider .carousel-caption {
	bottom: 40px;
}
/*22.05.2025 uo: Die Formatierung erweitert auf einen allfälligen a-Link im h2-Text (z.B. bei HARMONICA und LEUGGERN)*/ 
#main-slider .carousel-caption h2, #main-slider .carousel-caption h2 a {
	font-size: 41px;
	line-height: 45px;
	letter-spacing: 2px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: #fff;
}

#main-slider .carousel-caption h4 {
  font-size: 24px;
}

#main-slider .carousel-caption p {
	text-transform: none;
	font-family:"Kiro W03 Regular";
	font-size: 16px;
}

#main-slider .carousel-caption a {
	background: transparent;
	text-decoration: underline;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: #fff;
}

#main-slider .carousel-caption a:hover {
	background-color: #000;
}

#main-slider .carousel-caption a:hover i {
  margin-left: 35px;
	
}

#main-slider .carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

#main-slider .carousel-indicators li {
  background-color:#3F3B39;
  border: 1px solid #3F3B39;
}

#main-slider .carousel-indicators li.active {
  background-color:#AEADAB;
  border: 1px solid #AEADAB;
}

/*************************
*******Explore CSS******
**************************/

#explore {
  background-color: #C34C39;
  background-image: url("../images/event-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

#explore h2 {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;
}

#countdown li .days {
  background-color: #45b29d;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;
}

#countdown li .hours {
  background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;
}

#countdown li .minutes {
  background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;
}

#countdown li .seconds {
  background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#event {
  background-color: #33888F;
  background-image: url("../images/performar-bg.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}

.guitar {
  position: absolute;
  right:0;
  top: 0
}


#event h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

.single-event {
  margin-bottom: 70px;
}

.single-event h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  text-transform: uppercase;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
}

#event-carousel {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 0;
}

.even-control-left {
  right: 3%
} 

.even-control-right {
  right: 0;
}


/*************************
*******About CSS**********
**************************/

#about {
  background-color: #75B46E;  
  position: relative;  
  width: 100%;
  display: flex;
}

.guitar2 {
  top: 0;
  width: 50%;
}

.guitar2 img {
  padding-top: 3%;
}

.about-content {
  width: 50%;
   background-image: url("../images/about-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 70px 110px;
}


#about h2 {
  margin-bottom: 23px;
}

.about-content p {
  font-size: 17px;
  font-family: 'Dosis',sans-serif;
}

#about .btn-primary {
  background-color: #137c61;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-top: 28px;
}

#about .btn-primary:hover {
  background-color: #126d55
}



/*************************
******Twitter CSS****
**************************/

#twitter {
  background-color: #ecedef;
  background-image: url("/design/layout/zitat.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 152px 0 153px;
  overflow: hidden;
}

.twit {
  position: absolute;
  left: 0;
  top:-42%;
}

#twitter-feed .item {
  text-align: center;
}

#twitter-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#twitter-feed .item a, 
#twitter-feed .item p { 
  font-size: 24px;
  font-weight: 300;
}

#twitter-feed .item p {
  color: #fff;
}

#twitter-feed .item a {
  color:#fff;
}
#twitter-feed .carousel-indicators {bottom: -50px;}
.twitter-control-left, 
.twitter-control-right {
  position: absolute;
  color: #000;
  top: 59%;
  font-size: 30px
}
.twitter-control-left i, 
.twitter-control-right i {
 top: 22%;
 left: 55%;
 position: relative;
}
.twitter-control-left i {left: 22%;}
.twitter-control-left {
  left: 0;
}

.twitter-control-right {
  right:0;
} 
/*
	#zitat {background-color: #fff;}
	
	#twitter:after{
		background-color: #fff;
		content: " ";
		display: block;
		height: 250px;
	}
*/	

	.semicircleRg {
		background: #5D5D5D;
		height: 90px;
		width: 45px;
		-webkit-border-radius: 180px 0px 0px 180px;
		-moz-border-radius: 180px 0px 0px 180px;
		border-radius: 180px 0px 0px 180px;
	}
	.semicircleLk {
		background: #5D5D5D;
		height: 90px;
		width: 45px;
		-webkit-border-radius:  0px 180px 180px 0px;
		-moz-border-radius: 0px 180px 180px 0px;
		border-radius: 0px 180px 180px 0px;
	}


	#impression {
		margin: 25px auto;
	}
	#impression .twitter-control-left, #impression .twitter-control-right {top: 43%;}
	#impression .semicircleLk { width: 45px;}
	/*#impression .twitter-control-right i {left:15%;}
	#impression .twitter-control-left i {left:-5px;}*/
	
	[id^=small] img{width:100%;}
	[id^=small] .semicircleLk, [id^=small] .semicircleRg {
		background-color: #fff; 
		filter:alpha(opacity=40);
		opacity: 0.4;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		top: 40%;
		height: 60px;
		width: 30px;
	}
	[id^=small] .twitter-control-left i,
	[id^=small] .twitter-control-right i {
		left: 0;
		height: 60px;
		width: 30px;
		
	}
	[id^=small] .twitter-control-left i, 
	[id^=small] .twitter-control-right i {
    	top: 14%;
	}
	[id^=small] .twitter-control-left i {left: -14px;}
	[id^=small] a:hover {color: #5D5D5D;}
	[id^=small] .fa-angle-right:before,[id^=small] .fa-angle-left:before {margin-left: 15px;}


	
/*************************
******Sponsor CSS****
**************************/

#sponsor {
  background-color: #1881a2;
  background-image: url("../images/sponsor-bg.jpg");
  background-position:50% 0;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}

#sponsor .item ul li:last-child {
  margin-right: 0
}

.sponsor-control-left, 
.sponsor-control-right {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

.sponsor-control-right {
  right: 10%
}


/*************************
******Map CSS****
**************************/
#map {
  position: relative;
}

#gmap {
  height:450px;  
}

.map-control {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
	font-family: 'Roboto','sans-serif';
	margin: 10px;
	/* Hide the control initially, to prevent it from appearing
	   before the map loads. */
	display: none;
}
/* Display the control once it is inside the map. */
#map .map-control { display: block; }



/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #f7ab24;
  background-image: url("../images/contact-bg.jpg");
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}


#contact h3, #contact h4 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 15px;
}
#contact address strong {
	color: #fff;
}
.contact-text {
  margin-bottom: 35px;
  display: block;
}


#contact-section .form-control {
  border-color: #ae750d;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #ae750d;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #373737;
  color: #f7ab24;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}



/*************************
******Footer CSS****
**************************/

#footer {
  background-color: #212121;
  background-image: url("../images/footer-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 20px;
  padding: 35px 0;
}

#footer a {
  color:#f7ab24
}

#footer a:hover {
  color:#1B7B98
}


