* {
	padding: 0;
	margin: 0;
}

body{
	font-family: 'Cinzel Decorative', serif ;
	background-color: #000000;
}

.pageWrapper {
	margin: 0 auto;
}

.pageContainer {
	color: #ffffff;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

svg {
	display: block;
	width: 100%;
}

.headline span {
	visibility: hidden;
}

.artistenImg {
	width: 100%;
	display: block;
}

.fontStyle-3 {
	text-align: center;
}

.fontStyle-4 {
	font-weight: 700;
}

.copyText {
	font-family: 'Pontano Sans', serif !important;
}

.fontPontano {
	font-family: 'Pontano Sans', serif !important;
}

.gridContainer:after {
	content: "";
	display: table;
	clear: both;
}

.colLeft {
	width: 25%;
	padding-top: 8px;
	float: left;
}

.colRight {
	width: 70%;
	float: right;
}

li {
	list-style: circle;
	margin-left: 17px;
}

a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}

.seperator {
	padding: 0 25%;
	margin: 100px 0;
}

.sepLine {
	height: 1px;
	background-color: #ffffff;
}

@media (min-width: 1024px) {
	.pageWrapper {
		width: 100%;
		max-width: 1024px;
	}

	.subHeadline,
	.subHeadlineCopy,
	.fontStyle-1 {
		font-size: 30px;
	}
	.fontStyle-2,
	.fontStyle-4 {
		font-size: 18px;
	}

	.fontStyle-3 {
		font-size: 85px;
	}
	.copyText {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.pageWrapper {
		width: 100%;
		max-width: 768px;
	}
	.subHeadline,
	.subHeadlineCopy {
		font-size: 22px;
	}

	.fontStyle-1 {
		font-size: 24px;
	}

	.fontStyle-2,
	.fontStyle-4,
	.copyText {
		font-size: 14px;
	}
	.fontStyle-3 {
		font-size: 78px;
	}
	.colLeft {
		padding-top: 4px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.pageWrapper {
		width: 100%;
		max-width: 576px;
	}
	.subHeadline,
	.fontStyle-1{
		font-size: 16px;
	}

	.subHeadlineCopy {
		font-size: 16px;
	}

	.fontStyle-4,
	.copyText {
		font-size: 14px;
	}

	.fontStyle-2 {
		font-size: 10px;
	}

	.fontStyle-3 {
		font-size: 60px;
	}
	.colLeft {
		padding-top: 4px;
	}
}

@media (min-width: 576px) {
	.subHeadline {
		height: 1.5em;
		line-height: 1.5em;
	}

	.headline span {
		visibility: hidden;
	}

	.artistenImg {
		width: 100%;
		display: block;
	}

	.fontStyle-1 {
		height: 1.5em;
		line-height: 1.5em;
	}

	.fontStyle-2 {
		height: 1.5em;
		line-height: 1.5em;
	}

	.justifyText {
		text-align: justify;
		text-align-last: justify;
	}
	.justifyText:after {
		content: '';
		display: inline-block;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.pageWrapper {
		width: 100%;
		max-width: 576px;
	}
	.subHeadline,
	.subHeadlineCopy,
	.fontStyle-1 {
		font-size: 22px;
	}

	.fontStyle-2,
	.fontStyle-4,
	.copyText {
		font-size: 14px;
	}
	.fontStyle-3 {
		font-size: 50px;
	}
}

@media (min-width: 525px) and (max-width: 1023px) {
	.colLeft {
		width: 35%;
	}

	.colRight {
		width: 60%;
	}
}


@media (max-width: 525px) {
	.colLeft {
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}
	.colRight {
		width: 100%;
		float: none;
	}
}
