@charset "UTF-8";
/* CSS Document */

.container-bigpic {
	width: 100%;
	height: auto;
	background-color: rgba(83,101,168,1.00);
	clear: both;
	padding-top: 210px;
	background-image: url(../images/luane-full-service-ticketing-ticketanbieter-leipzig-sachsen-ecke-hell.svg), url(../images/kontakt/luane-full-service-ticketing-ticketanbieter-leipzig-sachsen-ticket-kontakt.jpg);
	background-position: right bottom, center center;
	background-repeat: no-repeat;
	background-size: 100px 100px, cover;
	text-align: center;
	padding-bottom: 120px;
}

.bigpic-sidebar {
	padding-left: 10.416666666667%;
	width: calc(100% - 10.416666666667%);
	display: inline-block;
	color: rgba(255,255,255,1.00);
	vertical-align: top;
	text-align: left;
	font-size: 46px;
	font-family: "futura-pt-condensed";
	font-weight: 700;
	text-transform: uppercase;
}


.container-intro {
	width: 100%;
	clear: both;
	height: auto;
	background-image: url(../images/luane-full-service-ticketing-ticketanbieter-leipzig-sachsen-hintergrund-ecke-hell.svg);
	background-repeat: no-repeat;
	background-size: 3000px 3000px;
	background-position: right bottom;
	text-align: center;
	z-index: 1;
	position: relative;
}

.container-intro img {
	width: 50%;
	height: auto;
	border: none;
}

.intro-headline {
	font-size: 46px;
	font-family: "futura-pt-condensed";
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 100px;
}

.intro-text {
	width: 66.666666666667%;
	text-align: center;
	font-size: 19px;
	line-height: 28px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}

.intro-text-kontakt-bolder {
	font-weight: 700;
}


.container-shortcuts {
	width: 100%;
	height: auto;
	clear: both;
	padding-bottom: 60px;
}

.shortcut-1 {
	width: calc(22.222222222222% - 3px);
	margin-left: 11.111111111111%;
	margin-right: 5.5555555555556%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.shortcut-2 {
	width: calc(22.222222222222% - 3px);
	margin-right: 5.5555555555556%;
	display: inline-block;
	vertical-align: top;
	text-align: center;

}

.shortcut-3 {
	width: calc(22.222222222222% - 3px);
	margin-right: 11.111111111111%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.shortcut-headline {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}

.shortcut-text {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: rgba(0,0,0,0.1.00);
	padding-bottom: 40px;
}




.container-bigpic-content {
	padding-left: 10.416666666667%;
	padding-right: 10.416666666667%;
	width: 79.166666666667%;
	margin-top: -100px;
	background-image: url(../images/tickets-zutrittskontrolle/luane-full-service-ticketing-ticketanbieter-leipzig-sachsen-ticket-zutrittskontrolle-bild-konzert.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 100px;
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}

.hotline {
	color: rgba(255,255,255,1.00);
	font-weight: 600;
	font-size: 62px;
}



/*  Basic stucture
=====================*/
#accordion{
	width:100%;
}
#accordion ul {
	list-style:none;
	margin:0;
	padding:0;
}
.accordion{
	display:none;
}
.accordion:target{display:block;}
#accordion ul li a{text-decoration:none;display:block;padding:20px;}
.accordion{padding:4px;}





/*  Colors 
====================*/
#accordion ul{
	
}
#accordion ul li .titel{
	font-size: 17px;
	font-family: "futura-pt-condensed";
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	background:#fff;
	border-bottom:1px solid #E0E0E0;
	color: rgba(0,0,0,1.00);
	padding:20px;
	display: block;
	cursor: pointer;
}

.accordion{
background:#fdfdfd;
font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: rgba(83,101,168,1.00);
	padding: 20px;
	
}
.accordion:target{
border-top:3px solid rgba(80,102,168,1.00);
}





