body { font-family: 'myriad pro', arial; color:#fff; background: #242424; font-size: 14px; line-height: 18px; overflow-x: hidden; }

h1, .h1 {
	font-family: 'bebas_kairegular', 'myriad pro', arial; 
	font-size: 58px;
	line-height: 54px;
	color: #56b267;
	margin-bottom: 35px; 
}

h1 span.headline-min,
.h1 span.headline-min {
	font-size: 20px;
	line-height: 26px;
	display: block;
	color: #fff;
}

h2 {
	font-family: 'bebas_kairegular', 'myriad pro', arial; 
	font-size: 20px;
	line-height: 26px;
	color: #56b267;
	margin-bottom: 15px; 	
}

h2 span.white {
	color: #fff;
}

h3 {
	color: #56b267;
	font-weight: bold;
	margin: 20px 0;
}

strong {
	font-weight: bold;
}

h1 span.akzent,
.h1 span.akzent,
.akzent { color: #56b267; }

a {
	color: #56b267;
	text-decoration: none;
}

a:Hover { text-decoration: underline; }

.justify {
	hyphens: auto; 
    text-align: justify
}

.button {
	text-align:center;
	background-color: #56b267;
	display: inline-block;
	font-family: 'bebas_kairegular', 'myriad pro', arial;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button:hover {
	text-decoration: none;
}

.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
	background-color: #56b267;
}

ul.referenz-li,
ul.referenz-li li a {
	color: #d6d6d6;
}

ul.referenz-li li {
	list-style: square;
	margin-left: 25px;
	line-height: 22px;

	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out; 
	        transition: all 0.15s ease-in-out;
}

ul.referenz-li li:hover,
ul.referenz-li li a:hover {
	color: #56b267;
	font-weight: bold;
	text-decoration: none;
}


/* Individual button styles */

/* Winona */
.button--winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
	content: 'Los geht´s';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button--winona > span {
	display: block;
}
.button--winona.button--inverted {
	color: #fff;
}
.button--winona.button--inverted:after {
	color: #fff;
}
.button--winona::after,
.button--winona > span {
	padding: 5px 10px;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
	background-color: #3d834a;
}
.button--winona.button--inverted:hover {
	background-color: #3d834a;
}
.button--winona:hover::after {
		background-color: #3d834a;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

.text-border {
	padding: 0 15px 15px;
	margin: 15px 0;
	border: 2px solid #56b267;
}

/* ===================================================== 
  Navigate Top
=====================================================  */
a#navigate-top {
	cursor: pointer;
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 0 50px 60px 0;
	border-radius: 40px;
	background:  url(../img/arrow_top@2x.png) no-repeat right #56b267;
	background-size: 70px;

	-webkit-transition: width 0.15s ease-in-out;
	   -moz-transition: width 0.15s ease-in-out;
	     -o-transition: width 0.15s ease-in-out; 
	        transition: width 0.15s ease-in-out;

	font-family: 'bebas_kairegular', 'myriad pro', arial;
	color: #fff;
	font-size: 20px;
	line-height: 70px;

}

a#navigate-top:hover { width: 240px; }

a#navigate-top span {
	display: inline-block;
	float: right;
	margin-right: 80px;
}


/* ===================================================== 
  Content
=====================================================  */
.content-full {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content-960 {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.content-inner {
	padding: 0 20px;
	height: auto;
	overflow: hidden;
}

/* ===================================================== 
  Navi
=====================================================  */
img#logo {
	width: 190px;
	float: left;
	margin-top: 30px;
}

div#navi ul {
	float: right;
	margin-top: 80px; 
	display: table;
}

div#navi ul li {
	display: table-cell;
	margin-left: 30px; 
	text-transform: uppercase;
	border-left: 2px solid #fff;
	padding: 0 20px 0 10px;
}

div#navi ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 24px;
	font-family: 'bebas_kairegular', 'myriad pro', arial;
}

div#navi ul li span {
	display: block;
	margin-top: 10px;
	text-transform: none;
	font-size: 12px;
	line-height: 16px;
	font-family: 'myriad pro', arial;
}

div#navi ul li:hover,
div#navi ul li.active { border-left: 2px solid #56b267; }
div#navi ul li:hover a,
div#navi ul li.active a { color: #56b267; }


/* ===================================================== 
  Start
=====================================================  */
div#start-inner {
	padding-top: 125px;
	padding-bottom: 125px;
	min-height: 250px;
	background: url(../img/bg_top.jpg) no-repeat right bottom;
}

/* ===================================================== 
  Biographie
=====================================================  */
div#biographie { background: url(../img/bg_repeat.jpg) repeat; }
div#biographie .content-960 { 
	padding: 80px 0;
	background: url(../img/live@2x.png) no-repeat right top;
	background-size: 140px 130px;
}

img#profilepic { 
	width: 195px; 
	margin: 25px 80px 0 45px;
	float: left;
	border: solid 5px #1c1c1c;
}

div#biographie div.text {
	float: left;
	width: 590px;		/* max 590 */
}

/* ===================================================== 
  Equipment
=====================================================  */
div#equipment.content-960 {
	padding: 80px 0;
}

div#equipment h1,
div#equipment .h1 { float: left; }

div#equipment .content-right {
	float: right;
	width: 600px;
	text-align: center;	
}

table#equipment-table {
	width: 600px;
	text-align: left;
}

table#equipment-table tr {
	border-bottom: 2px solid #242424;
}

table#equipment-table tr td { 
	padding: 5px 20px; 
	background-color: #313131;
}

table#equipment-table tr td:first-of-type {
	font-weight: bold;
	background-color: #2c2c2c;
	border-right: 2px solid #242424;
}


/* ===================================================== 
  Referenzen
=====================================================  */
div#referenzen { 
	background: url(../img/bg_referenz.jpg) center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;	   
		 -o-background-size: cover;
			background-size: cover;
}

div#referenzen .content-960 { padding: 80px 0;}

div#referenzen div.text {
	float: left;
	width: 540px;
}

div#referenzen div.text-right-min {
	float: right;
	width: 260px;
}

div#referenzen div.text-right-min ul.referenz-li {
	margin-top: 20px;
}



/* REFERENZ SMALL */

div#referenzen div.referenz-min {
	height: auto;
	width: 150px;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	margin-right:30px; 
	padding-bottom: 30px;
	background-size: auto 1px;
	background: url(../img/bg_line_referenz@2x.jpg) no-repeat bottom left;

	text-align: center;

	-webkit-transition: background-color 0.15s ease-in-out;
	   -moz-transition: background-color 0.15s ease-in-out;
	     -o-transition: background-color 0.15s ease-in-out; 
	        transition: background-color 0.15s ease-in-out;
}

div#referenzen div.referenz-min:hover {
	background-color: rgba(0,0,0,0.3);
}

div#referenzen div.referenz-min img {
	width: 150px;
}

div#referenzen div.referenz-min h2 {
	margin-bottom: 0;
}

/* REFERENT BIG */ 

div#referenzen div.referenz {
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 30px;

	background: url(../img/bg_line_referenz@2x.jpg) no-repeat bottom left;
	background-size: auto 1px;
}

div#referenzen div.referenz img {
	width: 150px;
	float: left;
	margin: 0 25px 0 0;
}

div#referenzen div.referenz div {
	width: 325px;
	display: block;
	float: left;

}

div#referenzen div.referenz:nth-child(2n) {
	background-position: bottom right; 
}

div#referenzen div.referenz:nth-child(2n) img {
	float: right;
	margin: 0 0 0 25px;
}

/* ===================================================== 
  Hörbücher
=====================================================  */
div#horbucher.content-960 {
	padding: 80px 0;
}

div#horbucher h1,
div#horbucher .h1 {
	float: left;
}

div#horbucher .content-right {
	float: right;
	width: 33.33%;
	text-align: left;	
}

div#horbucher .content-right-xl {
	float: right;
	width: 66.66%;
	text-align: left;	
}

/* ===================================================== 
  Sprecher Video
=====================================================  */
div#video.content-960 {
	padding: 80px 0;
}

div#video .content-right-xl {
	float: left;
	width: 66.66%;
	text-align: left;
	padding-right: 50px;
	box-sizing: border-box;
	position: relative;
}

div#video .content-right {
	float: right;
	width: 33.33%;
	text-align: left;
}

div#video video {
	width: 100%;
}

/* ===================================================== 
  Sprechproben
=====================================================  */
div#sprechproben { background: url(../img/bg_repeat.jpg) repeat; }
div#sprechproben .content-960 { padding: 80px 0;}

div#sprechproben h2 { margin-top: 50px; }
div#sprechproben iframe { margin-bottom: 30px; }


/* ===================================================== 
  Kontakt
=====================================================  */
div#kontakt { padding: 80px 0;}

div#kontakt div.line {
	height: auto;
	overflow: hidden;
}

div#kontakt div.line h1,
div#kontakt div.line .h1 {
	float: right;
	margin-right: 2%;
}

div#kontakt div.line div.text {
	float: left;
	width: 500px;
}

a.link-social {
	width: 150px;
	height: 100px;
	display: block;
	background-size: 150px 200px;
	background-position: top center;
	margin: 0 2%;
	float: left;
	margin-right:20px;
}

a#link-soundcloud { background-image: url(../img/logo_social_soundcloud@2x.jpg); }
a#link-facebook { background-image: url(../img/logo_social_facebook@2x.jpg); }

a.link-social:hover { background-position: bottom; }

a.link-kontakt {
	display: block;
	float: left;
	width: 21%;
	margin: 0 2%;
	padding: 40px 4%;
	color: #fff;
	font-family: 'bebas_kairegular', 'myriad pro', arial; 
	font-size: 58px;
	line-height: 54px;
	border-radius: 10px;
	border: 1px solid #343434;	

	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out; 
	        transition: all 0.15s ease-in-out;
}

a.link-kontakt span.kontakt-info {
	font-size: 16px;
	line-height: 24px;
	display: block;
	color: #fff;
}

a#link-mail { 
	background: url(../img/bg_link_mail.jpg) no-repeat right bottom; 
	background-size: 130px auto;
}

a#link-phone { 
	background: url(../img/bg_link_phone.jpg) no-repeat right bottom; 
	background-size: 130px auto;
}

a#link-adress { 
	background: url(../img/bg_link_adress.jpg) no-repeat right bottom; 
	background-size: 130px auto;
}


a.link-kontakt:hover,
a#link-mail:hover,
a#link-phone:hover,
a#link-adress:hover {
	text-decoration: none;
	background-size: 240px auto;
	color: #56b267;
}

/* ===================================================== 
  Footer
=====================================================  */
div#footer {
	background-color: #56b267;
}

div#footer .content-960 {
	padding: 15px 0;
}

div#footer a { color: #fff; text-decoration: underline; }

body.cookieHintOpen div#footer {
	padding-bottom: 70px;
}

span#copyright { float: right;}

span#copyright a { margin-right: 20px; text-decoration: none; }
span#copyright a:hover  { text-decoration: underline; }

/* ===================================================== 
  Footer
=====================================================  */
div#impressum .content-inner {
	padding: 80px 20px;
}

div#impressum h2 {
	margin-top: 25px;
}

div#impressum strong {
	margin: 20px 0;
	display: block;
}