/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v16-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v16-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lora-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v16-latin-italic.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lora-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v16-latin-700italic.svg#Lora') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v35-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v35-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v35-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v35-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v35-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v35-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v35-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v35-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v35-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v35-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v35-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v35-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v35-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v35-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v35-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v35-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v35-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

body {
	background-color: #e8e8e8;
	/* background-image: url('../img/bg.jpg'); */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.topbar{
	background-color: #000000;
	padding: 5px;
	margin-bottom: 70px;
}

.covidbar{
	background-color: #ff2a9b;
	padding: 10px;
}

.topbar-headline {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
}

.topbar-headline a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}

.topbar-contact {
	font-family: 'Lora', serif;
	color: #fff;
	font-size: 0.8em;
}

.topbar-contact a {
	color: #fff;
}

nav {
	margin-top: 10px;
}

@media (max-width: 468px) {
	.mobilenav {
		text-align: right;
	}
}

@media (max-width: 992px) {
	.topbar {
		margin-bottom: 10px;
		padding-left: 0px;
	}
	
	.navbar-toggle {
		margin-top: 0px;
		position: relative;
		top: -3px;
	}
}

.navlink {
	display: inline-block;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.navlink {
		display: inline-block;
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		-sand-transform:  skew(0);
		margin: 0;
		margin-bottom: 1px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

@media (min-width: 769px) {
	.navlink {
		display: inline-block;
		-webkit-transform: skew(-17deg);
		-moz-transform: skew(-17deg);
		-o-transform: skew(-17deg);
		-sand-transform:  skew(-17deg);
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
}

.navbar-toggle {
	background-color: #000;
}

.icon-bar {
	color: #fff;
	background-color: #fff;
	width: 18px !important;
	border-radius: 0px !important;
}

.basic:hover {
	background-color: #fff !important;
}

@media (max-width: 768px) {
	.basic {
		background-color: #fff;
		color: #000 !important;
	}
}

@media (min-width: 769px) {
	.basic {
		background-color: rgba(255,255,255,.3);
		color: #000 !important;
	}
}

.agentur {
	background-color: #fff;
	color: #ff2a9b;
}

.agentur:hover {
	background-color: #ff2a9b !important;
	color: #fff;
}

.marketing {
	background-color: #fff;
	color: #66d74d;
}

.marketing:hover {
	background-color: #21d130 !important;
	color: #fff;
}

.pool {
	background-color: #fff;
	color: #ffcb3c;
}

.pool:hover {
	background-color: #ffcb3c !important;
	color: #fff;
}

.navtext {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 400;
}

@media (max-width: 768px) {
	.navtext {
		display: inline-block;
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		-sand-transform:  skew(0);
	}
}

@media (min-width: 769px) {
	.navtext {
		display: inline-block;
		-webkit-transform: skew(17deg);
		-moz-transform: skew(17deg);
		-o-transform: skew(17deg);
		-sand-transform:  skew(17deg);
	}
}

.no-padding {
	padding: 0 !important;
}

@media (max-width: 768px) {
	.no-padding-m {
		padding: 0 !important;
		margin: 0 !important;
	}
}

@media (min-width: 993px) {
	.straight {
		-webkit-transform: skew(17deg);
		-moz-transform: skew(17deg);
		-o-transform: skew(17deg);
		-sand-transform:  skew(17deg);
	}
}

.homelogo {
	display: inline-block;
}

.homeslider {
	background-color: #f4f4f4;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	margin-bottom: 0;
}

.slide {
	font-family: 'Lora', serif;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}

.slide strong {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.slide em {
	font-style: italic;
	font-weight: 700;
}

.autor {
	font-size: 0.9em;
	font-weight: 700;
}

h1 img {
	margin-top: 30px;
	max-width: 80%;
}

.subnav {
	background-color: #fff;
	padding-top: 20px;
}

.subnav .link {
	display: block;
	height: 150px;
	padding: 20px;
	font-family: 'Lora', serif;
	color: #fff;
	font-size: 1em;
	line-height: 1.6em;
}

.subnav .link:hover {
	text-decoration: none;
	background-color: #000;
}

.subnav .link:after,
.subnav .link:before,
.subnav .link:after,
.subnav .link:before{
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
}

.subnav .footeragentur:hover:after {
	border-bottom-color: #000;
	border-top-color: #000;
}

.subnav .footeragentur {
	background-color: #ff2a9b;
}

@media (max-width: 992px) {
	.subnav .footeragentur:after {
		display: none;
		visibility: hidden;
	}
	
	.subnav .footeragentur {
		margin-right: 0px;
	}
}

@media (min-width: 993px) {
	.subnav .footeragentur:after {
		border-top: 150px solid #ff2a9b;
		border-right: 43px solid transparent;
		right: -8px;
	}
	
	.subnav .footeragentur {
		margin-right: 20px;
	}
}

.subnav .footermarketing {
	background-color: #21d130;
}

@media (max-width: 992px) {
	.subnav .footermarketing:before{
		display: none;
		visibility: hidden;
	}
	
	.subnav .footermarketing:after{
		display: none;
		visibility: hidden;
	}
	
	.subnav .footermarketing {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (min-width: 993px) {
	.subnav .footermarketing:before{
		border-bottom: 150px solid #21d130;
		border-left: 43px solid transparent;
		left: -8px;
	}
	
	.subnav .footermarketing:after{
		border-top: 150px solid #21d130;
		border-right: 43px solid transparent;
		right: -8px;
	}
	
	.subnav .footermarketing {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.subnav .footermarketing:hover:before,
.subnav .footermarketing:hover:after {
	border-bottom-color: #000;
	border-top-color: #000;
}

.subnav .footerpool {
	background-color: #ffcb3c;
}

@media (max-width: 992px) {
	.subnav .footerpool:before{
		display: none;
		visibility: hidden;
	}
	
	.subnav .footerpool {
		margin-left: 0px;
	}
}

@media (min-width: 993px) {
	.subnav .footerpool:before{
		border-bottom: 150px solid #ffcb3c;
		border-left: 43px solid transparent;
		left: -8px;
	}
	
	.subnav .footerpool {
		margin-left: 20px;
	}
}

.subnav .footerpool:hover:before {
	border-bottom-color: #000;
	border-top-color: #000;
}

.subnav h2 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-style: normal;
}

.diagonal {
	display: inline-block;
	width: 10px;
	height: 150px;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	-o-transform: skew(-17deg);
	-sand-transform: skew(-17deg);
	background-color: rgba(0, 0, 0, .1);
	position: relative;
	left: -5px;
}

footer {
	background-color: #fff;
	font-family: 'Lora', serif;
	color: #000;
	font-size: 0.8em;
	line-height: 1.2em;
}

@media (max-width: 992px) {
	footer {
		background-color: #fff;
		padding-top: 20px;
		padding-bottom: 10px;
	}
}

@media (min-width: 993px) {
	footer {
		padding-top: 70px;
		padding-bottom: 50px;
	}
}

footer hr {
	color: #000;
	background-color: #000;
	border-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	max-width: 30px;
	text-align: left;
}

footer a {
	color: #000;
}

footer a:hover {
	color: #808080;
}

footer .popakademie {
	font-weight: bold;
	text-align: right;
}

footer .popakademie img {
	max-height: 50px;
	margin-top: 10px;
}

footer .legal hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.logo {
	height: 31px;
	margin-top: 11px;
	float: left;
	margin-right: 20px;
}

.diagonalnav {
	display: inline-block;
	width: 10px;
	height: 32px;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	-o-transform: skew(-17deg);
	-sand-transform: skew(-17deg);
	background-color: rgba(0, 0, 0, .1);
	position: relative;
	left: -5px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.diagonalnav-startseite {
	display: inline-block;
	width: 10px;
	height: 32px;
	background-color: rgba(0, 0, 0, .1);
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

.diagonalnav-startseite:after {
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
	border-top: 32px solid rgba(0, 0, 0, .1);
	border-right: 11px solid transparent;
	right: -11px;
}


h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 1.6em;
}

.content {
	font-family: 'Lora', serif;
	font-size: 1.2em;
	font-weight: 400;
}

@media (min-width: 993px) {
	.content {
		margin-top: 15px;
	}
}

.contenthead {
	font-family: 'Lora', serif;
	font-size: 1.2em;
	font-weight: 400;
}

@media (min-width: 993px) {
	.contenthead {
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.skewtext {
	background-color: #303030;
	display: inline-block;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	-o-transform: skew(-17deg);
	-sand-transform: skew(-17deg);
	color: #E0E0E0;
	font-family: 'Lora', serif;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.text {
	font-size: 0.95em;
	line-height: 1.6em;
}

header {
	margin-top: 20px;
	background-image: url('../img/header_01.jpg');
	height: 400px;
	background-position: bottom center;
	border: 5px solid rgba(255,255,255,.2);
}

.spacer {
	height: 50px;
}

/* STARTSEITE */

.startseite-h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.startseite-text {
	line-height: 1.6em;
	font-family: 'Lora', serif;
	font-size: 1.2em;
	margin-top: 50px;
	margin-bottom: 70px;
}

.startseite-agentur {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #ff2a9b;
	padding: 0px 8px 0px 8px;
	color: #fff;
	font-size: 0.9em;
	display: inline-block;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	-o-transform: skew(-17deg);
	-sand-transform:  skew(-17deg);
	line-height: 1.8em;
}

.startseite-bandpool {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #ffcb3c;
	padding: 0px 8px 0px 8px;
	color: #fff;
	font-size: 0.9em;
	display: inline-block;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	-o-transform: skew(-17deg);
	-sand-transform:  skew(-17deg);
	line-height: 1.8em;
}

.startseite-musikmarketing {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #66d74d;
	padding: 0px 8px 0px 8px;
	color: #fff;
	font-size: 0.9em;
	display: inline-block;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	-o-transform: skew(-17deg);
	-sand-transform:  skew(-17deg);
	line-height: 1.8em;
}

.welcome {
	line-height: 2em;
}

.slide {
	line-height: 2em;
}

/* INTRO */

.introheadline {
	color: #404040;
	margin-top: 0;
}

.introheadleft {
	background-color: rgba(255, 255, 255, .8);
	padding: 50px;
	font-size: 0.9em;
	margin-bottom: 70px;
}

@media (max-width: 992px) {
	.introheadleft:after {
		display: none;
	}
	
	.introheadline {
	margin-bottom: 20px;
	}
}

@media (min-width: 993px) {
	.introheadleft:after {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 710px solid rgba(255, 255, 255, .8);
		border-right: 140px solid transparent;
		right: -125px;
	}
	
	.introheadleft {
		height: 710px;
	}
	
	.introheadline {
		margin-bottom: 50px;
	}
}

.introheadleft img {
	margin-bottom: 40px;
	width: 70%;
}

@media (max-width: 992px) {
	.introheadleft img {
		margin-top: 20px;
		width: 80%;
	}
}

.introhint {
	margin-bottom: 40px;
	font-size: 0.8em;
}

.introheadright {
	padding: 25px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 30px;
	color: #fff;
	background-color: #b0b0b0;
}

@media (max-width: 992px) {
	.introheadright:after {
		display: none;
	}
	
	.loesung {
		display: inline-block;
	    margin-top: 10px;
	}
}

@media (min-width: 993px) {
	.introheadright:before {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 710px solid transparent;
		border-right: 225px solid #b0b0b0;
		left: -210px;
	}
	
	.introheadright {
		height: 710px;
	}
	
	.loesung {
		display: inline-block;
	    margin-top: 560px;
	    position: relative;
	    left: -100px;
	}
	
	.introtext {
		padding-right: 10%;
	}
}

.mehrmusikdiv {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
}

.mehrmusik {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 1.2em;
	opacity: 0.8;
}

.introtext {
	line-height: 1.6em;
}

.introtextheadline {
	line-height: 1.5em;
	font-style:  italic;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.3em;
	text-align: justify;
	padding-right: 10%;
}

.quotepic {
	width: 100%;
}

.quoteline {
	width: 10%;
	margin-left: 0;
	border-color: #000;
	opacity: 0.2;
	margin-top: 40px;
	margin-bottom: 40px;
}

.ueberklinkt {
	position: relative;
	right: 15px;
	color: #404040;
}

/* KÜNSTLERAGENTUR */

.agenturheadline {
	color: #ff4ab0;
	margin-top: 0;
	margin-bottom: 30px;
}

.agenturheadline2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 1em;
	margin-top: 40px;
	margin-bottom: 25px;
}

.agenturline {
	border-color: #000;
	opacity: 0.1;
	margin-top: 30px;
}

.agenturheadleft {
	background-color: rgba(255, 255, 255, .8);
	padding: 50px;
	font-size: 0.9em;
	line-height: 1.6em;
}

@media (min-width: 993px) {
	.agenturheadleft p {
		width: 90%;
	}
}

@media (max-width: 992px) {
	.agenturheadleft:before {
		display: none;
	}
}

@media (min-width: 993px) {
	.agenturheadleft:before {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 420px solid rgba(255, 255, 255, .8);
		border-right: 95px solid transparent;
		right: -80px;
	}
	
	.agenturheadleft {
		height: 420px;
	}
}

.agenturheadright {
	background-color: #ff4ab0;
	padding: 50px;
	font-size: 0.8em;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.agenturheadright {
		text-align: left;
	}
	
	.agenturheadright:before {
		display: none;
	}
	
	.agenturheadright img {
		width: 40%;
		margin-bottom: 20px;
	}
}

@media (min-width: 993px) {
	.agenturheadright {
		height: 420px;
	}
	
	.agenturheadright:before {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 420px solid transparent;
		border-right: 120px solid #ff4ab0;
		left: -105px;
	}
	
	.agenturheadright img {
		width: 95%;
		margin-bottom: 180px;
	}
}

.portfolio {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 250px;
	padding-left: 20px;
	text-decoration: none;
	margin-bottom: 10px;
}

.portfolio:hover,
.portfolio:active {
	cursor: pointer !important;
	text-decoration: none !important;
	opacity: 0.8;
}

.archiv {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.blank {
	color: #e0e0e0;
	text-align: center;
	padding: 25px !important;
}

.blank span {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
}

@media (max-width: 992px) {
	.portfolio {
		margin-top: 10px;
	}
}

@media (min-width: 993px) {
	.portfolio {
		margin-top: 20px;
		background-position: center center;
	}
}

.portfolio h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	padding: 10px;
	background-color: #000;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 155px;
}

.portfolio h4 {
	display: inline-block;
	color: #000;
	font-size: 0.9em;
	background-color: #fff;
	padding: 5px;
}

.modal:hover {
	cursor: pointer;
}

.modal-dialog {
	max-width: 800px;
}

.modal-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.modal-body {
	width: 100%;
	margin-bottom: 20px;
	padding: 25px;
}

.modal-body p {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.5em;
}

.modal-body img {
	width: 100%;
	margin-bottom: 20px;
}

.modal-body iframe {
	margin-bottom: 10px;
}

.boxlink {
	display: block;
	padding: 15px;
	color: #fff;
	background-color: #000;
	margin-top: 15px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.boxlink:hover {
	color: #c0c0c0;
}

.archivlink {
	display: block;
	margin-top: 20px;
	background-color: #fff;
	padding: 15px;
	font-weight: 700;
	color: #ff44b0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 70px;
}

.archivlink:hover {
	color: #404040;
}

/* MUSIKMARKETING */

.marketingheadline {
	color: #30d03d;
	margin-top: 0;
	margin-bottom: 30px;
}

.marketingheadleft {
	background-color: rgba(255, 255, 255, .8);
	padding: 50px;
	font-size: 0.90em;
	line-height: 1.6em;
}

@media (min-width: 993px) {
	.marketingheadleft p {
		width: 90%;
	}
}

@media (max-width: 992px) {
	.marketingheadleft:after {
		display: none;
	}
}

@media (min-width: 993px) {
	.marketingheadleft:after {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 470px solid rgba(255, 255, 255, .8);
		border-right: 100px solid transparent;
		right: -85px;
	}
	
	.marketingheadleft {
		height: 470px;
		margin-bottom: 10px;
	}
}

.marketingheadright {
	background-color: #30d03d;
	padding: 50px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}

.marketingheadright img {
	width: 90%;
}

.marketingheadbild {
	margin-top: 80px;
}

@media (max-width: 992px) {
	.marketingheadright:after {
		display: none;
	}
}

@media (min-width: 993px) {
	.marketingheadright:before {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 470px solid transparent;
		border-right: 120px solid #30d03d;
		left: -105px;
	}
	
	.marketingheadright {
		height: 470px;
	}
}

.referenzlink {
	display: block;
	margin-top: 20px;
	background-color: #fff;
	padding: 15px;
	font-weight: 700;
	color: #30d03d;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 70px;
}

.referenzlink:hover {
	color: #404040;
}

/* BANDPOOL */

.bandpoolheadline {
	color: #ffd43e;
	margin-top: 0;
	margin-bottom: 30px;
}

.bandpoolheadleft {
	background-color: rgba(255, 255, 255, .8);
	padding: 50px;
	font-size: 0.9em;
	line-height: 1.6em;
}

@media (min-width: 993px) {
	.bandpoolheadleft p {
		width: 90%;
	}
}

@media (max-width: 992px) {
	.bandpoolheadleft:after {
		display: none;
	}
}

@media (min-width: 993px) {
	.bandpoolheadleft:after {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 470px solid rgba(255, 255, 255, .8);
		border-right: 100px solid transparent;
		right: -85px;
	}
	
	.bandpoolheadleft {
		height: 470px;
	}
}

.bandpoolheadright {
	background-color: #ffd43e;
	padding: 50px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

.bandpoolheadright img {
	width: 90%;
}

@media (max-width: 992px) {
	.bandpoolheadright:after {
		display: none;
	}
}

@media (min-width: 993px) {
	.bandpoolheadright:before {
		content: '';
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		border-top: 470px solid transparent;
		border-right: 120px solid #ffd43e;
		left: -105px;
	}
	
	.bandpoolheadright {
		height: 470px;
	}
}

@media (max-width: 992px) {
	.bandpoolheadbild {
		margin-bottom: 20px;
	}
}

@media (min-width: 993px) {
	.bandpoolheadbild {
		margin-bottom: 150px;
	}
}

.bandpoollink {
	display: block;
	margin-top: 20px;
	background-color: #fff;
	padding: 15px;
	font-weight: 700;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 70px;
}

.bandpoollink:hover {
	color: #404040;
}

/* KONTAKT */

.kontakthead {
	text-align: center;
	font-size: 1.1em;
	margin-top: 50px;
}

.kontaktcontent {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 80px;
}

.kontaktcontent strong {
	font-weight: 700;
}

.kontaktcontent a {
	color: #000;
}
	
.kontaktcontent strong {
	font-family: 'Oswald';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}

.kontaktbild {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.nils {
	background-image: url('../img/kontakt_nils-max.jpg');
}

.lea {
	background-image: url('../img/kontakt_daniel-schmidt.jpg');
}

.petra {
	background-image: url('../img/kontakt_petra.jpg');
}

.jonny {
	background-image: url('../img/kontakt_jonny.jpg');
}