/*Global styles*/



/*typography*/

body{
    font-family: 'Arial Narrow', "Helvetica Narrow", "Helvetica";
    font-stretch: condensed;
}

.bold {
	font-weight:bold;	
}

#nav-trigger{
    position: absolute;
    display: none;
    top: -40px;
    right: 15px;
    z-index: 999;
}

#nav-trigger span{
	display: inline-block;
	padding:10px 10px;
	cursor: pointer;
	text-transform:uppercase;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.line{
    display: block;
    width:25px;
    height: 2px;
    margin-bottom: 2px;
    background: #dfdfdf;
}

#nav-trigger span:after{
	display: inline-block;
	margin-left: 10;
	width: 20px;
	height:10px;
}
#nav-trigger span:hover{
   text-decoration: none;
}
nav{
	margin-bottom: 50px;
}
nav li a{
    color: #9c9c9c;
    font-size:18px;
    padding-left:30px;
    font-weight: bold;
}
nav li a:hover{
   
}

nav#nav-main {
    float: right;
}

/*css for mobile menu*/
/*nav#nav-mobile {
  display: none; 
  background-color: #dfdfdf;
  position: relative;
}*/

nav#nav-mobile {
    display: none;
    background-color: #dfdfdf;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 999;
}
nav#nav-mobile ul {
  display: none;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
nav#nav-mobile li {
  display: block;
}
nav#nav-mobile a {
  display: block;
  color: #9c9c9c;
  padding: 10px 30px;
  text-decoration: none;
}
nav#nav-mobile a:hover {

}

.dropdown-menu {
	border-radius:0px;	
}

.dropdown-menu > li > a {
	color:#9c9c9c;	
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:transparent;
	color:#9c9c9c;	
}



/* =Media Queries responsive menu
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
	#nav-trigger {
	    display: block; 
	}

	nav#nav-main {
	    display: none; 
	}

	nav#nav-mobile {
	    display: block; 
	}
}
/* responsive men end*/

/*Section Styles*/
#header{
    padding-top: 25px;
}
#slider{
    border: 1px solid black;
    margin-top:30px;
    margin-bottom:30px;
}
.logo a{
    font-size: 25px;
    color:#9c9c9c;
    font-weight: bold;
    font-family: arial, sans-serif;
}
.logo a:hover{
    text-decoration: none;
}
nav ul{
    list-style: none;
}
nav ul li{
    display: inline-block;
}
nav a{
    font-size:12px;
    color: #9c9c9c;
}
nav a:hover{
    color: #000000;
}

.hr hr{
    background-color: #999999;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0 0 5px 0;
}

section#footer {
	padding-bottom:20px;	
}

section#footer a {
	color:#9c9c9c;	
}

section#footer a:hover {
	color:#000000;	
}

.fa-facebook-official,
.fa-instagram {
	color:#CCC;	
}

.fa-facebook-official:hover,
.fa-instagram:hover {
	color:#000000;	
	cursor:pointer;
}

.footer_line hr{
    background-color: #bdbdbd;
    width: 100%;
    height: 8px;
}

#f_1{
    color: #9c9c9c;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#f_2{
    color: #9c9c9c;
    font-size:16px;
}
.carousel-inner{
    width:100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    /*height: 530px;*/
    width: 100%;
    margin: auto;
    border: 0px solid red;
}
#myCarousel{
    border: 0px solid yellow;
    width:100%;
    padding:0;
    margin: 0;
    margin-top:0
}
#logo{
    float:left;
    width:auto; 
    margin:0;
    padding:0;
}
#logo_beside{
    float: left;
    width: 947px;
    margin:0 auto;
    padding:0;
}
#calendar{
    border:0px solid red;
}
#event{
    border:0px solid blue;
}
#top-nav{
    padding: 0;
}
#top-calendar{
    background: #999999;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}
#year{
    margin: 0;
    /*padding: 0 0 0 20px;*/
    font-size: 20px;
    font-weight: bold;
}
#year .row{ 
    margin: 0;
    padding: 0;
}
#year .row .col-sm-12{
    margin: 0;
    padding: 0;
    text-align: center;
}
#month{
    margin: 0;
    font-size:20px;
    text-align: center;
    font-weight: bold;
}
/*#previousYear,#nextYear{
    float: left;
}
#previousMonth,#nextMonth{
    float: right;
}*/
#timeline{
    margin: 0;
    padding: 20px 0 0 0;
}
#timelineDay a{
    font-size: 20px;
    visibility: hidden;
    cursor: pointer;
}
#timelineDay a:hover{
    font-weight: bold;
    transition: .2s ease-in;
    visibility: hidden;
    text-decoration: none;
}
#timelineDay .list{
    width: 100%;
    display: block;
    overflow:hidden;
    min-width:760;
    float:left;
    padding:0;
    margin:0;
    white-space: nowrap;
}
#timelineDay .item{
    visibility: hidden;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-left: 1px solid #9c9c9c;
    padding-bottom: 25px;
    margin:0;
    padding:0; 
    position:relative;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border: 1px solid #9c9c9c;
}
#timelineDay div:first-child{
    margin:0 0 0 25px;
}
#arrowR{
    background:#82caeb;
    width:40px;
    height:50px;
    float:right;
    cursor:pointer;
    border: 1px solid #9c9c9c;
    position: absolute;
    top:0px;
    right:-15px;
    z-index: 998;
}

#arrowL{
    background:#82caeb;
    width:40px;
    height:50px;
    float:left;
    cursor:pointer;
    border: 1px solid #9c9c9c;
    position:absolute;
    top:0;
    left:-15px;
    z-index: 998;
}

div.list .item a {
	color:#9c9c9c;	
}

#eventDataHeading{
    text-align: center;
}

#content {
	font-size:19px;
	min-height:650px;	
}

#content a {
	color:#9c9c9c;
}

#content a:hover {
	color:#000000;
}

#contentcurrent a {
	color:#9c9c9c;
}

#contentcurrent a:hover {
	color:#000000;
}

.abstandlinkskarten {
	padding-left:10px;
}

#content h1,
#calendar h1 {
	text-transform:uppercase;
	color:#9c9c9c;
	font-size:23px;
	margin-top: 5px;
	font-weight: bold;
}

.contentcurrent {
	padding-bottom:40px;
	font-size:18px;
	padding-left:0px;
	padding-right:0px;
	color: #9c9c9c;
}


/*********** ACCORDION **************/

.panel-heading {
	list-style-type:none;	
	padding:0px;
	cursor:pointer;
}

.panel-heading h4.jTitle {
	background-color:#dfdfdf;
	border:1px solid #000000;
	border-radius:0px;	
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: -1px;
}

.panel-heading h4.jTitle:hover {
	background-color:#9c9c9c;
	color:#FFF;	
}

.panel-heading h4.jTitle i {
	padding-left:10px;	
}


.flipiframe h1 {
	font-size:20px !important;	
}

.panel-group {
	padding-left:0px;	
}

.panel-title a:hover {
	color:#000000;	
}

ul.jSub {
	padding-left:0px;	
	padding-top:20px;	
	padding-bottom:10px;	
	border:1px solid #000000;
	border-radius:0px;	
}

div.flipiframe div.mainSection {
	padding-right:20px;	
	color: #9c9c9c;
}

.rightcontent {
	padding-top:30px;	
}

/*********** SUCHE **************/

.search {
	padding-left:0px
}

label {
	font-weight:normal;
}

.form-group .col-sm-6 {
	padding-left:0px;
	padding-right:0px	
}

.form-control {
	border-radius: 0;
    padding: 10px;
    height: auto;	
}

.button-group {
	clear:both;	
	padding-top:12px
}

.btn {
	background-color:#4B4B4B;
	color:#fff;
	font-size:18px;
	border-radius:0px;
	padding:6px 20px;
	margin-right:20px
}

.checkboxes label {
	margin-left:30px;
	font-size:16px
}

/* Hide the browser's default checkbox */
.input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border:0
}

/* Create a custom checkbox */
input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius:0px;
}

/* On mouse-over, add a grey background color */
.form-group:hover input ~ input[type="checkbox"] {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-group input:checked ~ input[type="checkbox"] {
  background-color: #4B4B4B;
}

/* Create the checkmark/indicator (hidden when not checked) */
input[type="checkbox"]:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-group input:checked ~ input[type="checkbox"]:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-group input[type="checkbox"]:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover {
	background-color:#9C9C9C;
	color:#fff
}

.button-group span {
	color:#9c9c9c;
	font-size:16px
}

.shopitem {
	text-align:center;
	margin-bottom:30px
}

.shopitem img {
	width:100%
}

.shopitem .artist,
.shopdescription .artist {
	font-weight:bold;
	font-size:20px;
}

.shopitem .title,
.shopdescription .title {
	color:#9C9C9C;
}

.shopitem .category,
.shopdescription .category {
	font-size:14px;	
}

.shopitem .price {
	font-size:16px	
}

.shopdescription .price {
	font-size:20px;
	font-weight:bold;
	display: flex;
    align-items: baseline;
}

.shopitem .price span,
.shopdescription .price span {
	font-size:13px;
	font-weight:normal
}

.shopdescription .price span {
	margin-left:5px;
	margin-right:30px	
}

.shopitem .btn,
.shopdescription .btn {
	margin-right:0px
}

.shopdescription .description {
	font-size:18px;
	line-height:22px;
	margin-top:20px;
	margin-bottom:30px;
}

.shopdescription .amount input {
	width:50px;
}

.relatedproducts {
	padding:0;
	margin-top:60px
}

.productimage,
.relatedproducts .shopitem {
	padding-left:0px	
}

/**********WARENKORB***********/



.shoppingcart-heading-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
}

.shoppingcart-heading {
  width: 20%;
}

.shoppingcart-heading:first-child {
  width: 40%;
  text-align: left;
}

.shoppingcart-heading:nth-child(2) {
  width: 20%;
}

.shoppingcart-heading:last-child {
   width: 20%;
   text-align: right;
   margin-right:15px;
}

.shopinngcart-item-container {
  width: 100%;
  height: 125px;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopinngcart-item-container .shopitem img {
    margin-right: 20px;
    width: 75px;
    height: auto;
    max-height: 85px;
}

.shoppingcart-container .shopitem {
	text-align:left;
	margin-bottom:0;
	width:40%;
	display: flex;
}

.shoppingcart-quantity .form-group {
	margin-bottom:0	
}

.item-quantity input {
	width:30%	
}

.shoppingcart-removeItem i {
  font-size: 42px;
  cursor: pointer;
}

.shoppingcart-item-price {
  font-size: 24px;
  font-weight: bold;
  text-align:right;
  width:20%;	
  margin-right:15px;
}

.shoppingcart-quantity, .shoppingcart-removeItem {
    width: 20%;
}

.shoppingcart-totals-container {
  width: 25%;
  display: block;
  margin-left: auto;
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 0;
}

.shoppingcart-credits-container {
  width: 25%;
  display: block;
  margin-left: auto;
  padding: 20px 0;
}

.shoppingcart-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shoppingcart-row-left {
  display: flex;
  align-items: center;
  padding-right: 100px;
}

.shoppingcart-total-title,
.shoppingcart-total-value {
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
}

.shoppingcart-credits-container {
  padding: 25px 0;
}

.shoppingcart-credits-title,
.shoppingcart-credits-value,
.shoppingcart-vorhcredits-value {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

.shoppingcart-taxes-title,
.shoppingcart-taxes-value,
.shoppingcart-exttaxes-value {
  font-size: 20px;
  margin-right: 15px;
}

.shoppingcart-buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.shoppingcart-buttons-container .btn {
	margin-right:0px	
}

.btn-grey {
	background-color:#9C9C9C	
}

.btn-grey:hover {
	background-color:#838282
}

.order-form input[type="email"],
.order-form input[type="password"],
.order-form input[type="text"],
.order-form input[type="date"],
.order-form input[type="number"],
.order-form select,
.order-form input[type="tel"] {
  height: 54px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: #888888;
  border: 1px solid #9C9C9C;
  border-radius: 5px;
  width: 95%;
  box-sizing: border-box;
}

.registration-form-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 76px;
    gap: 20px;
}

/*********** MEDIA QUERIES **************/

@media screen and (max-width:680px)
{
    #logo{
        display: none;
    }
    #logo_beside{
        width:100%; 
        height: 50%;
    }
    #year .row{ 
        margin: 0;
        padding: 0;
    }
    #year{
        margin: 0;
        padding: 0;
    }
    #year .row{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #month{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #previousYear,#nextYear{
        float: left;
    }
    #previousMonth,#nextMonth{
        float: right;
    }   
}

@media screen and (max-width:790px)
{
    #logo{
        display: none;
    }
}

@media screen and (max-width:1025px)
{
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
        max-height:576px;
    }
    
    #logo_beside {
    	width:auto;
    }
    
}

#reset-search {
	cursor:pointer;
}

.shopping-cart {
    position: relative;
}
.cart-circle {
	border-radius: 50%;
    min-width: 20px;
    height: 20px;
    padding: 5px;
    background: red;
    color: white;
    font: 10px Arial, sans-serif;
    position: absolute;
    top: -12px;
    left: 7px;
}
.btn:focus {
	color: white;
}

.productimage > img {
	width: 100%;
}

.registration-form-row input[type=radio] {
	margin-bottom: 8px;
}