@charset "UTF-8";


/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 *
 */

/* 
.ie9 img[src*=".svg"] { width: 100%; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { img[src*=".svg"] { width: 100%; } }
*/

.clear-fix { 
	clear: both; 
	line-height: 1em; 
}

a { text-decoration: none; }

hr { 
    display: block;
    border-width: 1px;
} 

.header {
    text-align:center;
    position:fixed;
    height:30px;
    left:0px;
    right:0px;
    background:#FFFFFF;
    padding:25px 0px 5px 0px;
    border-bottom:5px solid #CCC;
    font-size:20px;
    font-weight:bold;
}

.topSection {
	position: relative;
	width: 100%;
	height: 280px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 16px;
}



/*
.mainMenu .highlightsButton {
	background: url('http://www.ballkalender.com/ballkalender/img/bkMenueHighlightsD.svg') no-repeat;    
    display: inline-block;
    
    vertical-align: top;
    margin: 0px;
    padding: 80px 0 0 0;
    left: 0px;
    width: 100px;
    height: 30px;
    
    font-family: "DIN Condensed", "Pathway Gothic One", "HelveticaNeue-Condensed", sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #958377;
	white-space: nowrap;

}
*/


/* ---------------------
	
	MENUE
	
   --------------------- */
   
.mainMenu .menuButtonText {
    padding-top: 4px;
    display: block;
    font-family: "DIN Condensed", "Pathway Gothic One", sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #958377;
    white-space: nowrap;
}

.mainMenu .highlightsButton {      
    display: inline-block;    
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    left: 0px;
    width: 100px;
    height: 100px;
}

.mainMenu .highlightsButton img {
    position: relative;
    width: 100px;
    height: 70px;
    left: 0px;
    top: 0px;
    border: none;
}

.mainMenu .meinungenButton {      
    display: inline-block;    
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    left: 100px;
    width: 100px;
    height: 100px;
}

.mainMenu .meinungenButton img {
    position: relative;
    width: 100px;
    height: 70px;
    left: 0px;
    top: 0px;
    border: none;
}

.mainMenu .balllisteButton {      
    display: inline-block;    
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    left: 200px;
    width: 100px;
    height: 100px;
}

.mainMenu .balllisteButton img {
    position: relative;
    width: 100px;
    height: 70px;
    left: 0px;
    top: 0px;
    border: none;
}

.mainMenu .locationButton {      
    display: inline-block;    
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    left: 200px;
    width: 100px;
    height: 100px;
}

.mainMenu .locationButton img {
    position: relative;
    width: 100px;
    height: 70px;
    left: 0px;
    top: 0px;
    border: none;
}


/* ---------------------
	
	CARDs, LAYOUT
	
   --------------------- */

.content {  
    /*
	position:fixed;
    top:62px;
    bottom:0px;
    left:0px;
    right:0px; 
    margin-bottom:30px;
    */
    overflow: hidden; /* scroll; */
    -webkit-overflow-scrolling: touch;
}

.calendarHeadline {
	position: relative;    
    background: none;
    border: none;
    overflow: hidden;
    height: 80px;
}

.card {    
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    overflow: hidden;
}

.cardClassic {    
    background: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    overflow: hidden;
}

.cardClearBack {    
    background: #F4EFE8;
    border: none;
    overflow: hidden;
}

.cardStyleZeitraum {    
    background: #FFFFFF;
    
    background-position: 50px 200px;
    background-repeat: no-repeat;
    background-image: url('http://www.ballkalender.com/ballkalender/img/cardAtmoImgZeitraum.png');
    
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    overflow: hidden;
}


/* ---------------------
	
	CAPTIONS
	
   --------------------- */

/* BALL */

corrected {
	text-decoration: line-through;
}

h1 {
	position: relative;
    font-family: "DIN Condensed", "Pathway Gothic One", "HelveticaNeue-Condensed", sans-serif;
	font-weight: 600;
	color: black;
	text-align: left;
    
    text-decoration: none;
	text-transform: uppercase;
    word-wrap: break-word;
}

/* FALLBACK-H1 PER PHP WENN EIN WORT DES EVENTS > 17 CHARS */
h2 {
	position: relative;
    font-family: "DIN Condensed", "Pathway Gothic One", "HelveticaNeue-Condensed", sans-serif;
	font-weight: 600;
	color: black;
	text-align: left;
    
    text-decoration: none;
	text-transform: none;
    word-wrap: break-word;
}

/* UA MEINUNGEN NAME */
h3 {
	position: relative;
    font-family: "DIN Condensed", "Pathway Gothic One", "HelveticaNeue-Condensed", sans-serif; 
    font-weight: 300;
	color: black;
	text-align: center;
    
    text-decoration: none;
	text-transform: uppercase;
    word-wrap: break-word;
}

/* UA MEINUNGEN FUNKTION */
h4 {
	position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 400;
	color: black;
	text-align: center;
    
	text-decoration: none;
	text-transform: none;    
    word-wrap: break-word;
    overflow: hidden;
}

/* DETAILSECTIONS ÜBERSCHRIFTEN MIT HR */
h5 {
	position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 300;
	color: black;
	text-align: center;
    
    text-decoration: none;
	text-transform: none;
    word-wrap: break-word;
    overflow: hidden;
}

/* LOCLIST SITE #events */
h6 {
	position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 400;
	color: black;
	text-align: left;
    
    text-decoration: none;
	text-transform: none;
    word-wrap: break-word;
    overflow: hidden;
}

/* CALENDAR HEADLINE */
h7 {
	position: absolute;
	top: 16px;
	left: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 300;
	color: #CAAF8B;
	text-align: left;
    
    text-decoration: none;
	text-transform: none;
    word-wrap: break-word;
    overflow: hidden;
}


/* ---------------------
	
	POEM SECTION
	
   --------------------- */


.poemQuoteSection {
	position: relative;
	background: none;
}

.poemAuthorSection {
	position: relative;
	background: none;
}
   
lyricText {
	position: relative;
    font-family: Alike, Helvetica, Arial, sans-serif;
    font-weight: 300;
	color: #88683E; /* brown */
	text-align: left;
    
    text-decoration: none;
	text-transform: none;
    word-wrap: break-word;
    overflow: hidden;	
}  

lyricFootnote {
	position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 500;
	color: #FEB913; /* yellow */
	text-align: left;
    
    text-decoration: none;
	text-transform: none;
    word-wrap: break-word;
    overflow: hidden;	
}  



/* ---------------------
	
	CARD IMAGE
	
   --------------------- */
   
.card-imageFirst {
	position: relative;
    width: 100%;
    height: 450px;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* ---------------------
	
	CARD IMAGE ADD-ONS
	
   --------------------- */

/* Headline schwebend über Bild mit schwarzem Balken */
.card-image h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    margin: 0px;
    padding: 16px;
    border: none;
    background: rgba(0,0,0,0.65);
}

.card-image .topLabelPricePreviewIcon {
    position: absolute;
    height: 24px;
    width: 24px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('http://www.ballkalender.com/ballkalender/img/iconTicket.svg');
}

.card-image .topLabelPricePreviewIconInverted {
    position: absolute;
    height: 24px;
    width: 24px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('http://www.ballkalender.com/ballkalender/img/iconTicketInverted.svg');
}



.card-image .topLabelPricePreviewText {
	position: absolute;
    height: 24px;
    width: 120px;
    margin: 0;
    padding: 0;

    font: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    color: #FFFFFF;
    
    /* WORKS BUT DISABLED */
    /* text-shadow: 1px 1px #CCCCCC; */
    
    /* WORKS BUT DISABLED */
    /* mix-blend-mode: difference; */
    
    /* WORKS BUT DISABLED */
    /*
    -webkit-text-fill-color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #AAAAAA;
	*/	
}

.card-image .topLabelPricePreviewTextInverted {
	position: absolute;
    height: 24px;
    width: 120px;
    margin: 0;
    padding: 0;

    font: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
}


.card-image .topLabel {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    right: 0px;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('http://www.ballkalender.com/ballkalender/img/badgeNew-DE.svg');
}

.card-image .topBadge {
    position: absolute;
    height: 120px;
    width: 120px;
    top: -16px;
    left: -16px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('http://www.ballkalender.com/ballkalender/img/badgeVerlosung.png');
    
}

/* ---------------------
	
	SUCCESS OR ERROR
	
   --------------------- */
   
.modalSuccess {    
    background: #C3DF93;
    border: 1px solid #76A02F;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
    padding: 0px;
    margin: 16px;
    overflow: hidden;
    
    position: relative;
    height: 60px;
    width: calc(100% - 32px);
}

.modalError {    
    background: #F48282;
    border: 1px solid #B51010;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
    padding: 0px;
    margin: 16px;
    overflow: hidden;
    
    position: relative;
    height: 60px;
    width: calc(100% - 32px);  
}

.generalError { background-image:url('http://www.ballkalender.com/ballkalender/img/cardImageGeneralError.jpg'); }


/* ---------------------
	
	LOCALIZATION
	
   --------------------- */

.langSection {
	position: absolute;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('http://www.ballkalender.com/ballkalender/img/LangIndicator-DE.svg');
}


/* ---------------------
	
	PRICE TAG OVERLAY
	
   --------------------- */

.priceTagSection {
	position: absolute;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('http://www.ballkalender.com/ballkalender/img/priceTagAlpha.png');
}
   


/* ---------------------
	
	DETAIL
	
   --------------------- */

.detailArea {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0px;
}

.linkArea {
	position: relative;
	display: block;
    margin: 0 auto;
    text-align: center;
	width: 100%;
	height: 320px;
	padding: 0;
}

.detailButton {
	position: absolute;
	background: none;
    border: 2px solid #333333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    padding: 2px 16px 2px 16px;
    margin: 8px 0px 0px 8px;
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    color: #333333;
    font-weight: bold;
    font-size: .9em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.detailButton:hover {
	border: 2px solid #999999;    
    color: #999999;     
}

.detailButton .classic { 
	border: 2px solid #CCCCCC; 
}

.linkButton {
	position: relative;
	background: none;
    border: 2px solid white;
    border-radius: 14px;
    -webkit-border-radius: 14px;
	-moz-border-radius: 14px;
 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    color: white;
    font-weight: 400;
    font-size: .75em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: 6px 16px 6px 16px;
    margin: 8px 0px 0px 8px;
    
    top: 290px;
    background-color: rgba(0, 0, 0, 0.4);
}

.linkButton:hover { 
	background-color: rgba(0, 0, 0, 0.2);
}	


/* ---------------------
	
	LISTING SECTION
	
   --------------------- */


.listingArea {
	position: relative;
	width: 100%;
	/* height: 50px; */
	padding: 0px;
}

.listingRow {
	position: relative;
	width: 100%;
	height: 40px;  
}

.listingRowHeadline {
	position: absolute;
	width: 55%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 400;
    color: black;
    text-decoration: none;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: nowrap;
	white-space: nowrap;
}

.listingRowTagline {
	position: absolute;
	width: 55%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 300;
    color: black;
    text-decoration: none;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: nowrap;
	white-space: nowrap;
}

.listingLinkButton {
	position: absolute;
	background: none;
    border: 2px solid #333333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    padding: 2px 12px 2px 12px;
    margin: 2px 0px 2px 8px;
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    color: #333333;
    font-weight: bold;
    font-size: .9em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.listingLinkButton:hover {
	border: 2px solid #999999;    
    color: #999999;     
}


/* ---------------------
	
	LOC SECTION
	
   --------------------- */

   
.locSection {
	position: relative;
	background: none;
}

.venueName {
	position: relative;
	display: inline-block;
	color: #333333;
    
    font-family: "DIN Condensed", "Pathway Gothic One", "HelveticaNeue-Condensed", sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	vertical-align: middle;
	
	width: 100%;
	line-height: 40px;
}

.singleRow {
	height: 40px;
	text-overflow: ellipsis;
	word-wrap: nowrap;
	white-space: nowrap; /* weglassen für 2-zeilig */
}

.multipleRows {
	word-wrap: break-word ;
	white-space: normal; 
	line-height: 30px;
}

.withCab {
	line-height: 40px;
}


/* ---------------------
	
	TICKET PRICE NEW
	
   --------------------- */
   
.ticketArea {
	position: relative;
	background: none;
	width: 100%;
}

.ticketArtwork {
	position: relative;
	background: url('http://www.ballkalender.com/ballkalender/img/ticketWhiteClean.svg') no-repeat;  
	background-position: center center;
	overflow: hidden;   
    display: inline-block;

    width: 250px;
    height: 340px;
}

.ticketDetailContainer {
	position: absolute;
	width: 202px;
	height: 202px;
	top: 110px;
	left: 20px;
	
	padding: 0;
    margin: 0;
    overflow: hidden;
	
    border-radius: 12px;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

/*
.containerStyleDeluxe { dynamic }
*/

.containerStyleClassic {
	border: 3px solid #B1B1B1;
	background-color: #F3F3F3;
}

.ticketDetailContainerLine {
	position: absolute;
	top: 80px;
	width: 208px;
	height: 3px;
	margin: 0;
	padding 0;
}

.ticketDetailDateContainer {
	position: absolute;
	width: 40px;
	height: 46px;
	top: 20px;
	right: 20px;
	
	padding: 0;
    margin: 0;
    overflow: hidden;
	
    border-radius: 8px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.ticketDetailDateContainerDay {
	position: absolute;
	width: 40px;
	height: 24px;
	top: 5px;
	
	padding: 0;
    margin: 0;
    overflow: hidden;

	color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    align-content: center;
	font-size: 1.3em;
	font-weight: 600;
	text-decoration: none;
	line-height: 24px;	
	
	text-overflow: hidden;
	word-wrap: nowrap;
	white-space: nowrap;
}

.ticketDetailDateContainerMonth {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 25px;
	
	padding: 0;
    margin: 0;
    overflow: hidden;
    
	color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    align-content: center;
	font-size: .75em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;	
	
	text-overflow: hidden;
	word-wrap: nowrap;
	white-space: nowrap;
}

/*
.containerLineStyleDeluxe { dynamic }
*/

.containerLineStyleClassic {
	border-bottom: 3px solid #B1B1B1;
}

.ticketDetailLocTextRow {
	position: absolute;
	width: 160px;
	height: 20px;
	left: 20px;
	top: 50px;
	
	color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	line-height: 20px;	
	
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: nowrap;
	white-space: nowrap;
}

.ticketDetailHeadlineTextRow {
	position: absolute;
	width: 171px;
	height: 30px;
	top: 10px;
	left: 15px;
	margin: 0;
	padding: 0;
	align-content: center;
	display: inline-block;
	
	color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	text-decoration: none;
	line-height: 30px;	
	
	overflow: hidden;
	word-wrap: nowrap;
	white-space: nowrap;
}

.ticketDetailHeadlineTextRow:before {
	background: url('http://www.ballkalender.com/ballkalender/img/starSolidBlack.svg') no-repeat;
    float: left;
    width: 16px;
    height: 16px; 
    padding: 8px 10px 0 0;
    /* margin: 8px 0 0 0; */
	display: inline-block;
	vertical-align: middle;
	content: "";
}

.ticketDetailHeadlineTextRow:after {
	background: url('http://www.ballkalender.com/ballkalender/img/starSolidBlack.svg') no-repeat;
    float: right;
    width: 16px;
    height: 16px; 
    padding: 8px 0 0 10px;
    /* margin: 8px 0 0 0; */
	display: inline-block;
	vertical-align: middle;
	content: "";
}

.ticketDetailTaglineTextRow {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 40px;
	align-content: center;
	
	color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	text-decoration: none;
	line-height: 30px;	
	
	overflow: hidden;
	word-wrap: nowrap;
	white-space: nowrap;
}

.ticketDetailPrice {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 100px;
	align-content: center;
	
	color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 4.4em;
	font-weight: 500;
	text-decoration: none;
	line-height: 60px;	
	
	text-overflow: hidden;
	word-wrap: nowrap;
	white-space: nowrap;
}

.ticketDetailFinalTextRow {
	position: absolute;
	width: 100%;
	height: 20px;
	top: 170px;
	align-content: center;
	
	color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;	
	
	text-overflow: ellipsis;
	word-wrap: nowrap;
	white-space: nowrap;
}


/* ---------------------
	
	DRESSCODE
	
   --------------------- */

.dresscodeArea {
	position: relative;
	width: 100%;
	
	padding: 16px;
	margin: 0;
}

/* BLANK CANVAS */
.dresscodeSectionForType {
	position: relative; 
	display: inline-block;  
    width: 250px;
    height: 440px;
    
    padding: 16px 16px 32px 16px;
    
    /* OVERFLOW FOR SHADOW NEEDED */
    /* overflow: hidden; */  
}

.dresscodeLogoInPlateSize {
	position: absolute; 
	background-position: center center;
	overflow: hidden;   
    display: inline-block;

    width: 215px;
    height: 50px;
	top: 0;
	left: 0;
	
	background: url('http://www.ballkalender.com/ballkalender/img/dcArtworkLogoKuhn.png') no-repeat; 
}

/* FOR MEN / FOR WOMEN */
.dresscodeRelatedTo {
	position: absolute;
	width: 250px;
	height: 20px;
	left: 0;
	top: 0;
	
    font-family: Satisfy, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	line-height: 20px;	
	
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: nowrap;
	white-space: nowrap;
	
	/* COLOR DYNAMICALLY ASSIGNED */
}

.dresscodeStyleDescription {
	position: absolute;
	width: 200px;
	height: auto;
	left: 25px;
	top: 280px;
	
    font-family: Satisfy, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	line-height: 22px;	
	
	overflow: visible;
	word-wrap: break-word;
	white-space: normal;
	
	color: #000000;
}

.dresscodeSuggestionCall {
	position: absolute;
	width: 250px;
	height: 20px;
	left: 0;
	top: 390px;
	
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	line-height: 20px;	
	
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: nowrap;
	white-space: nowrap;
	
	/* COLOR DYNAMICALLY ASSIGNED */
}



/* OLD */

.dresscodeArea .dresscodeCard .gender {
	font: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    
    margin: 16px 4px 4px 4px;
    padding: 0px;
}

.dresscodeArea .dresscodeCard .genderDetail {
	font: "Helvetica Neue", Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #917D6F;
    
    margin: 16px 4px 4px 4px;
    padding: 0px;
}

.cardClassic .dresscodeArea .dresscodeCard {
	background: #DADADA; /* #FFFFFF; */
    border: 2px solid #999999;
	outline: 10px solid #CCCCCC;
}



/* ---------------------
	
	SUCCEED
	
   --------------------- */

   
.succeedArea {
	position: relative;
	height: auto;
}

.succeedArea .succeedButton {
	font-family: "DIN Condensed", "Pathway Gothic One", "HelveticaNeue-Condensed", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    
    /* color: #333333; */
}

/*
.succeedArea .succeedButton:hover { 
	filter: brightness(95%); 
	-webkit-filter: brightness(95%); 
}
*/


/* ---------------------
	
	LIKE AND ACTION BUTTONS
	
   --------------------- */
   
.cardFooterArea .likeButton {        
    display: inline-block;
    white-space: nowrap;
    margin: 0px;
    font: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    color: #333333;
    padding-right: 30px;
}

.cardFooterArea .likeButton:hover {      
    color: #18CF86;     
}

.cardFooterArea .likeButton:hover::before {
    background: url('http://www.ballkalender.com/ballkalender/img/cardFooterBtnHeartHover.svg') no-repeat;
    float: left;     
    width: 20px;
    height: 20px; 
    margin: 2px;
    padding: 0px 6px 0px 0px;
    pointer-events: none;
    content: "";    
}

.cardFooterArea .likeButton:before {
    background: url('http://www.ballkalender.com/ballkalender/img/cardFooterBtnHeart.svg') no-repeat;
    float: left;     
    width: 20px;
    height: 20px; 
    margin: 2px;
    padding: 0px 6px 0px 0px;
    pointer-events: none;
    content: "";    
}

.cardFooterArea .quoteButton {        
    display: inline-block;
    white-space: nowrap;
    margin: 0px;
    font: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    color: #333333;
    padding-right: 30px;
}

.cardFooterArea .quoteButton:hover {      
    color: #18CF86;       
}

.cardFooterArea .quoteButton:hover::before {
    background: url('http://www.ballkalender.com/ballkalender/img/cardFooterBtnQuoteHover.svg') no-repeat;
    float: left;     
    width: 20px;
    height: 20px; 
    margin: 2px;
    padding: 0px 6px 0px 0px;
    pointer-events: none;
    content: "";    
}

.cardFooterArea .quoteButton:before {
    background: url('http://www.ballkalender.com/ballkalender/img/cardFooterBtnQuote.svg') no-repeat;
    float: left;     
    width: 20px;
    height: 20px; 
    margin: 2px;
    padding: 0px 6px 0px 0px;
    pointer-events: none;
    content: "";    
}

.cardFooterArea .alarmButton {        
    display: inline-block;
    white-space: nowrap;
    margin: 0px;
    font: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    color: #333333;
    padding-right: 30px;
}

.cardFooterArea .alarmButton:hover {      
    color: #18CF86;       
}

.cardFooterArea .alarmButton:hover::before {
    background: url('http://www.ballkalender.com/ballkalender/img/cardFooterBtnAlarmHover.svg') no-repeat;
    float: left;     
    width: 20px;
    height: 20px; 
    margin: 2px;
    padding: 0px 6px 0px 0px;
    pointer-events: none;
    content: "";    
}

.cardFooterArea .alarmButton:before {
    background: url('http://www.ballkalender.com/ballkalender/img/cardFooterBtnAlarm.svg') no-repeat;
    float: left;     
    width: 20px;
    height: 20px; 
    margin: 2px;
    padding: 0px 6px 0px 0px;
    pointer-events: none;
    content: "";    
}



/* ---------------------
	
	CALENDAR
	
   --------------------- */
   
.calendarArea {
	position: relative;
	width: calc(100% - 32px);
	height:auto;
	padding:0px;
	margin: 32px 16px 32px 16px;
	/* background:rgba(0,0,0,0.10); */
}


/* ---------------------
	
	NAVIGAITON
	
   --------------------- */

nav a {
	color: #A88449;
	text-decoration: none;
	font-weight: normal;
	font-size: .9em;
	
}

nav a:hover { 
	color: #FFFFFF; 
}


/* ---------------------
	
	FOOTER
	
   --------------------- */
   
footer a {
	color: #A88449;
}

footer a:hover {
	color: #A88449;
}

footer .btn a {
	padding: 4px 15px 2px 15px;
	margin: 0px 6px 8px 0px;
	
	background: #D5E6F7;
	background-image: -webkit-linear-gradient(top, #D5E6F7, #B4D3F1);
	background-image: -moz-linear-gradient(top, #D5E6F7, #B4D3F1);
	background-image: -ms-linear-gradient(top, #D5E6F7, #B4D3F1);
	background-image: -o-linear-gradient(top, #D5E6F7, #B4D3F1);
	background-image: linear-gradient(to bottom, #D5E6F7, #B4D3F1);
	
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #2D81CF;
	border: solid #A1C1E0 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 1px 0px #FFFFFF;
	-webkit-box-shadow: 0px 1px 0px #FFFFFF;
	-moz-box-shadow: 0px 1px 0px #FFFFFF;

}

footer .btn a:hover {
	background: #D5E6F7;
	color: #0e70d1;
	text-decoration: none;
}


/* ---------------------
	
	TIMELINE
	
   --------------------- */

/* CONTAINER CENTERS WHEN MAX-WIDTH REACHED */
.timelineSection {
	width: 90%;
	max-width: 648px;
	margin: 0 auto;
}

/* clearfix */
/* clear both: No floating elements allowed on left or right side */
.timelineSection::after {
  	content: '';
  	display: table;
  	clear: both;
}

/* VERTICAL LINE */
#verticalTimeline {
	position: relative;
	padding: 0; /* für strich-Verländerung vor und nach Timeline: 2em 0 */
	margin-top: 2em;
	margin-bottom: 2em;
}

/* VERTICAL LINE POS & COLOR */
#verticalTimeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #999999;
}

@media only screen and (min-width: 660px) {
  	#verticalTimeline {
	  	margin-top: 0em;
	  	margin-bottom: 0em;
  }
  	#verticalTimeline::before {
	  	left: 50%;
	  	margin-left: -2px;
  }
}

/* VERTICAL SPACING BETWEEN TIME-BUBBLES */
.verticalTimeline-block {
	position: relative;
	margin: 2em 0;
}

/* clear both: No floating elements allowed on left or right side */
.verticalTimeline-block:after {
  	content: "";
  	display: table; /* behaves like table element */
  	clear: both;
}

.verticalTimeline-block:first-child {
  	margin-top: 0;
}

.verticalTimeline-block:last-child {
  	margin-bottom: 0;
}

@media only screen and (min-width: 660px) {
	.verticalTimeline-block {
		margin: 2em 0;
		}
  	.verticalTimeline-block:first-child {
    	margin-top: 0;
    	}
  	.verticalTimeline-block:last-child {
    	margin-bottom: 0;
    	}
}

/* TIMELINE DOT */
.verticalTimeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #999999, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

/* TIMELINE BILD IN DOT */
.verticalTimeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	/* background: rgba(0,0,0,0.8); */
}

/* TIMELINE DOT */
@media only screen and (min-width: 660px) {
	  /* Versatz timeline-Dot nach links */
	.verticalTimeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		}
		
	/* TIMELINE BILD IN DOT */
  	.verticalTimeline-img img {
	  	display: block;
	  	width: 40px;
	  	height: 40px;
	  	position: relative;
	  	left: 50%;
	  	top: 50%;
	  	margin-left: -20px;
	  	margin-top: -20px;
	  	/* background: rgba(0,0,0,0.3); */
	  	}
}

/* IMAGES (Notation um Punkt ohne Whitespace!) */

.verticalTimeline-img.momentWhiteBack {
	background: #FFFFFF;
}


/* TIMELINE bubble, Farbe, Schatten, Abstand */
.verticalTimeline-content {
	position: relative;
	margin-left: 60px;
	border-radius: 10px;
	padding: 8px; /* abstand text zu bubble-rand */
	box-shadow: 0 3px 0 #CCCCCC;  
	/* background: #FFFFFF; #EEEEEE; */
	background: rgba(255,255,255,.8);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.verticalTimeline-content:after {
	content: "";
	display: table;
	clear: both;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Dreieck (jedes) untereinander smallmedia */
.verticalTimeline-content::before {
	content: '';
	position: absolute;
	top: 16px; /* Abstand von oben */
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid rgba(255,255,255,.8); /* #EEEEEE */
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 660px) {
	.verticalTimeline-content {
		margin-left: -20px;
		margin-right: -20px;
		padding: 16px;
		width: 45%;
		}
	
	/* Dreieck ungerade */	
	.verticalTimeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: rgba(255,255,255,.8); /* #EEEEEE */
		}
  
	.verticalTimeline-block:nth-child(even) .verticalTimeline-content {
		float: right;
		}
	
	/* Dreieck gerade */	
	.verticalTimeline-block:nth-child(even) .verticalTimeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: rgba(255,255,255,.8); /* #EEEEEE */
		}
		
	/* Uhrzeit bei MediumScreen außerhalb block (immer gegenüber) */
	.verticalTimeline-block:nth-child(even) .verticalTimeline-content .timelineHL {
		left: auto;
		right: 135%;
		text-align: right;
		}
		
	/* Uhrzeit bei MediumScreen au0erhalb block */
	.verticalTimeline-content .timelineHL {
		position: absolute;
		width: 100%;
		left: 135%;
		top: 6px;
		}
  
}


