

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {	
    font-family: 'Futura', Calibri, Arial, sans-serif;
    background: #fff;
    /*font-weight: 300;*/
    font-size: 15px;
    color: rgba(88,96,87,1);
    -webkit-font-smoothing: antialiased;
}


a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.container{
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.space {
	padding-right: 1em;	
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

h2 a {
	color: white;	
}

h2 a:hover {
	color: #999;	
}

#hk {
	text-shadow: none;	
	top: 50%;
	bottom: auto;
	margin-top: -70px;
	background: rgba(255,255,255,0.8);
	padding: 30px;
	font-size: 48px;
	
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);	
}

blockquote.home {
	display: none;
	top: 50%;
	bottom: auto;
	margin-top: 1.5em;
}

#home a, #home a:link, #home a:visited {
	color: #8b8b8b;	
}

#home a:hover {
	color: #555
}

#hk_pr {
	padding-left: 0.25em;
	border-left: 1px solid;
	left: 40px;
}

#hk span, .hk_logo span {
	position: relative;	
}

#hk span span:first-Child {
	font-style: italic;
	font-size: 0.3em;
	font-stretch: normal;
	text-align: right;
	line-height: 1;
	position: absolute;
	left: -160px;
	top: 0.7em;
}

.hk_logo span span:first-Child  {
	font-style: italic;
	font-size: 0.3em;
	font-stretch: normal;
	text-align: right;
	line-height: 1;
	position: absolute;
	left: -80px;
	top: 0.7em;
	font-weight: 100;
}


.Linz {
	opacity: 0.4;
	padding-left: 0.25em;
	border-left: 2px solid;
}

#hk .Linz, .hk_logo .Linz {
	left: 40px;
}


#navi {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	background: rgba(255,255,255,0.9);
	height: 5em;
	padding: 20px;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}

	#logo {
		font-size:2em;
		font-weight: 500;
		display: inline;
		opacity: 1;
	}
	
	#links {
		float: right;	
		list-style-type: none;
		margin-right: 50px;
		margin-top: -2em;
	}
	
		#links li{
			float: left;
			padding: 0 20px;
			border-right: 1px solid #000;
		}
		
		#links li:last-child{
			border-right: 0px;
		}
		
		
.info {
	text-align: center;
	background: rgba(255,255,255,0.75) center center no-repeat;
	position: absolute;
	z-index: 100;
	font-size: 1.2em;
	font-weight: 400;
	
    border-radius: 50%;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

	.info p {
		padding: 10px;
	}
	
	.info i {
		font-size: 1.5em;
		padding: 0.1em;
	}
	
	.info span {
		width: 100%;
		height: 100%;
  		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;		
	}
	
.sl-trans-elems .info {		
	-webkit-animation: fadeIn 1s ease-in-out both;
	-moz-animation: fadeIn 1s ease-in-out both;
	-o-animation: fadeIn 1s ease-in-out both;
	-ms-animation: fadeIn 1s ease-in-out both;
	animation: fadeIn 1s ease-in-out both;
	
	-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    animation-delay: 0.5s;
}

.sl-trans-back-elems .info{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both, scaleDown 1s ease-in-out both;
}
	
	.info {
		color: white;	
	}
	
	.kamera {
		background: rgba(178,164,33,0.7);
	}

    .kamera2 {
		background: rgba(220,180,33,0.7);
	}

	.foto, .foto2 {
		background: rgba(145,111,30,0.7);
	}
	
	.social, .grafik, .kontakt {	
		background: rgba(200,75,90,0.7);	
	}
	
	.sprecher {
		background: rgba(48,242,213,0.7);		
	}
	
	.konzept {
		background: rgba(50,125,92,0.7);		
	}
	
	.text {	
		background: rgba(200,75,90,0.7);	
	}
	
	.sounddesign, .code, .schnitt {	
		background: rgba(84,118,140,0.7);		
	}
	
	
	.bg-1 .kamera {
		bottom: 20%;
		left: 15%;	
		width: 9em;
		height: 9em;
		padding-top: 1.6em;
	}	
	
	.bg-1 .sprecher {
		top: 40%;
		right: 10%;	
		width: 9em;
		height: 9em;
		padding-top: 1.8em;
	}
	
	.bg-1 .konzept {
		top: 20%;
		left: 10%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}
	
	.bg-1 .text {
		top: 15%;
		right: 25%;
		width: 8em;
		height: 8em;
		padding-top: 1.3em;
	}
	
	.bg-1 .sounddesign {
		bottom: 10%;
		right: 12%;
		width: 9em;
		height: 9em;
		padding-top: 1.5em;
	}
	
	
	.bg-2 .sprecher {
		bottom: 10%;
		left: 15%;	
		width: 9em;
		height: 9em;
		padding-top: 1.6em;
	}
	
	.bg-2 .konzept {
		top: 20%;
		right: 5%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}
	
	.bg-2 .text {
		top: 15%;
		right: 35%;
		width: 8em;
		height: 8em;
		padding-top: 1.3em;
	}
	
	.bg-2 .foto {
		bottom: 10%;
		right: 12%;
		width: 9em;
		height: 9em;
		padding-top: 1.5em;
	}
	
	.bg-2 .kamera {
		top: 50%;
		left: 10%;	
		width: 9em;
		height: 9em;
		padding-top: 1.6em;
	}
	
	
	
	.bg-3 .kamera {
		top: 20%;
		left: 10%;	
		width: 9em;
		height: 9em;
		padding-top: 1.6em;
	}
	
	.bg-3 .social {
		bottom: 10%;
		right: 25%;
		width: 10em;
		height: 10em;
		padding-top: 2em;
	}
	
	.bg-3 .sprecher {
		top: 40%;
		right: 15%;	
		width: 9em;
		height: 9em;
		padding-top: 1.8em;
	}
	
	.bg-3 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}
	
	.bg-4 .konzept {
		top: 25%;
		left: 10%;	
		width: 10em;
		height: 10em;	
		padding-top: 1.7em;
	}
	
	.bg-4 .foto {
		bottom: 10%;
		right: 12%;
		width: 9em;
		height: 9em;
		padding-top: 1.4em;
	}
	
	.bg-5 .kamera {
		bottom: 20%;
		left: 15%;	
		width: 9em;
		height: 9em;
		padding-top: 1.6em;
	}	
	
	.bg-5 .foto {
		top: 40%;
		right: 10%;	
		width: 9em;
		height: 9em;
		padding-top: 1.8em;
	}
	
	.bg-5 .konzept {
		top: 20%;
		left: 10%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}
	
	.bg-6 .foto {
		top: 40%;
		right: 10%;	
		width: 9em;
		height: 9em;
		padding-top: 1.8em;
	}

    .bg-6 .foto2 {
		top: 25%;
		left: 10%;	
		width: 9em;
		height: 9em;	
		padding-top: 1.7em;
	}
	
	.bg-6 .konzept {
		top: 20%;
		right: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}

    .bg-6 .kamera {
		bottom: 20%;
		left: 15%;	
		width: 9em;
		height: 9em;
		padding-top: 1.6em;
	}	

    .bg-6 .kontakt {
		bottom: 10%;
		right: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}
	
	.bg-7 .kamera {
		top: 20%;
		left: 10%;	
		width: 9em;
		height: 9em;
		padding-top: 1.6em;
	}
	
	.bg-7 .foto {
		bottom: 10%;
		right: 25%;
		width: 10em;
		height: 10em;
		padding-top: 2em;
	}
	
	.bg-7 .sprecher {
		top: 30%;
		right: 15%;	
		width: 9em;
		height: 9em;
		padding-top: 1.8em;
	}
	
	.bg-7 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}
	
	.bg-8 .grafik {
		top: 20%;
		left: 10%;	
		width: 10em;
		height: 10em;
		padding-top: 1.6em;
	}
	
	.bg-8 .foto {
		bottom: 10%;
		right: 25%;
		width: 10em;
		height: 10em;
		padding-top: 2em;
	}
	
	.bg-8 .code {
		top: 30%;
		right: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.1em;
	}

	.bg-8 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 12em;
		height: 12em;	
		padding-top: 2em;
	}
	
	.bg-9 .foto {
		bottom: 10%;
		right: 25%;
		width: 10em;
		height: 10em;
		padding-top: 2em;
	}

	.bg-9 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}

    .bg-10 .konzept {
		bottom: 15%;
		right: 20%;
		width: 10em;
		height: 10em;
		padding-top: 1em;
	}

	.bg-10 .foto {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 2em;
	}
	
    .bg-11 .foto {
		bottom: 10%;
		right: 25%;
		width: 10em;
		height: 10em;
		padding-top: 2em;
	}

	.bg-11 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}

    .bg-11 .kamera {
		top: 20%;
		left: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}	

    .bg-11 .kamera2 {
		top: 25%;
		left: 35%;	
		width: 10em;
		height: 10em;
		padding-top: 1.5em;
	}	
	
	.bg-11 .sprecher {
		top: 40%;
		right: 10%;	
		width: 9em;
		height: 9em;
		padding-top: 1.8em;
	}

    .bg-11 .schnitt {
		top: 10%;
		right: 15%;
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}

    .bg-12 .konzept {
		bottom: 15%;
		right: 20%;
		width: 10em;
		height: 10em;
		padding-top: 1em;
	}

	.bg-12 .foto {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 2em;
	}

    .bg-13 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-13 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1.8em;
	}

    .bg-13 .kontakt {
		top: 30%;
		right: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}

     .bg-14 .foto {
		bottom: 10%;
		right: 25%;
		width: 10em;
		height: 10em;
		padding-top: 2em;
	}

	.bg-14 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}

    .bg-14 .kamera {
		top: 30%;
		left: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}	

	
	.bg-14 .sprecher {
		top: 40%;
		right: 10%;	
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-14 .text {
		top: 10%;
		right: 15%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}
	
    .bg-15 .text {
		top: 15%;
		right: 35%;
		width: 8em;
		height: 8em;
		padding-top: 1.3em;
	}

    .bg-15 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-15 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1.8em;
	}

    .bg-16 .konzept {
		bottom: 15%;
		right: 20%;
		width: 10em;
		height: 10em;
		padding-top: 1em;
	}

	.bg-16 .foto {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 2em;
	}

    .bg-17 .konzept {
		bottom: 15%;
		right: 20%;
		width: 10em;
		height: 10em;
		padding-top: 1em;
	}

	.bg-17 .foto {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 2em;
	}
	
    .bg-17 .kamera {
		top: 30%;
		left: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}

    .bg-18 .text {
		top: 15%;
		right: 35%;
		width: 8em;
		height: 8em;
		padding-top: 1.3em;
	}

    .bg-18 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-18 .kamera {
		top: 30%;
		left: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}

    .bg-18 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1.8em;
	}

    .bg-19 .konzept {
		bottom: 15%;
		right: 20%;
		width: 10em;
		height: 10em;
		padding-top: 1em;
	}

	.bg-19 .foto {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 2em;
	}

    .bg-20 .text {
		top: 15%;
		right: 35%;
		width: 8em;
		height: 8em;
		padding-top: 1.3em;
	}

    .bg-20 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-20 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1.8em;
	}

    .bg-21 .konzept {
		bottom: 15%;
		right: 20%;
		width: 10em;
		height: 10em;
		padding-top: 1em;
	}

	.bg-21 .foto {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 2em;
	}

    .bg-22 .text {
		bottom: 10%;
		right: 50%;
		width: 8em;
		height: 8em;
		padding-top: 1.3em;
	}

    .bg-22 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-22 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}

    .bg-23 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}

    .bg-23 .kamera {
		top: 30%;
		left: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}	

    .bg-23 .kamera2 {
		bottom: 10%;
		right: 15%;	
		width: 10em;
		height: 10em;
		padding-top: 1.5em;
	}

	
	.bg-23 .sprecher {
		top: 40%;
		right: 10%;	
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-23 .text {
		top: 10%;
		right: 15%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-24 .text {
		bottom: 10%;
		right: 50%;
		width: 8em;
		height: 8em;
		padding-top: 1.3em;
	}

    .bg-24 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-24 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1.8em;
	}

    .bg-25 .konzept {
		bottom: 15%;
		right: 20%;
		width: 10em;
		height: 10em;
		padding-top: 1em;
	}

    .bg-25 .kamera {
		top: 18%;
		right: 18%;	
		width: 10em;
		height: 10em;
		padding-top: 1.3em;
	}	

    .bg-25 .sprecher {
		top: 40%;
		right: 10%;	
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

	.bg-25 .grafik {
		bottom: 15%;
		left: 15%;	
		width: 10em;
		height: 10em;	
		padding-top: 2em;
	}

    .bg-26 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-26 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}

    .bg-27 .foto {
		bottom: 13%;
		right: 18%;
		width: 10em;
		height: 10em;
		padding-top: 1.8em;
	}

    .bg-27 .konzept {
		bottom: 20%;
		left: 20%;	
		width: 10em;
		height: 10em;	
		padding-top: 1em;
	}
	


	
	
blockquote.kunde {
	font-size: 1.2em;	
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/* OBJEKTIV */

#objektiv {
	text-shadow: none;	
	top: 50%;
	bottom: auto;
	margin-top: 0;
	background: rgba(255,255,255,0.8);
	padding: 20px 150px 20px 30px;
	font-size: 25px;
	line-height: 1.5;
	
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);	
}

span.objektiv_logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height:	76px;
	background: url(../images/Objektiv/Logo_Objektiv.jpg);
	background-size: 120px 76px;
}

span.objektiv_logo2018 {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height:	76px;
	background: url(../images/Objektiv/Logo_Objektiv_2018.jpg);
	background-size: 120px 76px;
}

/* KUNDENSTIMMEN */

	.info.lcm {
		width: 250px;
		height: 250px;
		bottom: 30%;
		left: 15%;	
		background: url(../images/Kunden/LCM_Logo1.jpg) center center no-repeat;
	}
	
	.info.steinway {
		width: 250px;
		height: 250px;
		top: 35%;
		right: 15%;	
		background: url(../images/Kunden/Steinway_Logo1.jpg) center center no-repeat;
	}
	
	.info.infoscreen {
		width: 250px;
		height: 250px;
		top: 15%;
		right: 40%;	
		background: url(../images/Kunden/Infoscreen_Logo1.jpg) center center no-repeat;
	}
	
#tiergarten {
	height: 100%; 
	position: relative; 
	padding-top:5em;
}

div.pdf {
	display: none;		
}

.close {
    position: absolute;
    right: 100px;
    text-align: center;
    top: 1.5em;
	font-size: 5em;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	color: white;
}
	
	
/* Agentur- bzw Kunden-Box*/

#html5lightbox-div {
	background: rgba(50,125,92,1);	
	border-radius: 25px;	
	padding: 30px 70px;
}

	#html5lightbox-div a, #html5lightbox-div a:link, #html5lightbox-div a:active, #html5lightbox-div a:visited {
		font-weight: bold;
		color: white;	
	}
	
	#html5lightbox-div a:hover {
		font-weight: bold;
		color: black;	
	}


.lightboxcontainer blockquote {
	margin-bottom: 1.5em;
}


.lightboxcontainer ul {
	list-style-type: none;
	padding: 20px 70px;	
	font-size: 18px;
}

.lightboxcontainer ul.left {
	text-align: left;
	float: left;
}

.lightboxcontainer ul.right {
	text-align: right;
	float: right;
}

.spalten {
	-moz-column-count:    2;
	-webkit-column-count: 2;
	column-count:         2;
	
	-moz-column-gap:    1em;
	-webkit-column-gap: 1em;
	column-gap:			1em;
}

.spalten p {
	float: left;
	text-align: left;
	font-size: 18px;
}

.gf {
	font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: -10px;
}

.gf_img {
	margin-top: 10px;
	
	border-radius: 50%;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.page {
	position: absolute;
	width: 900px;
	color: white;	
	bottom: 2em;
}
	
	
/* LIGHTBOX */

#html5-text {
    font-size: 0.9em!important;
}

#html5box-html5-lightbox {
	overflow-x: hidden; 
	overflow-y: hidden;
	overflow: hidden;	
}

.lightboxcontainer {
	color: white;
 	width:100%;
	height: 100%;
}

.lightboxcontainer h2 {
	font-size:2em;
	padding: 1em;
}

.lightboxleft {
	width: 40%;
	float:left;
}
.lightboxright {
	width: 60%;
	float:left;
}
.lightboxright iframe {
	min-height: 390px;
}
.divtext {
 	margin: 36px;
}

@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}


/* -------------
	iPad quer
-------------- */

@media only screen and (max-width: 1024px) {
	#hk {
		font-size: 34px;
		padding: 25px;
	}
	
	#hk span span:first-child {
		left: -100px;	
	}
	
	#objektiv {
		font-size: 18px;
		line-height: 1.2;
		padding: 10px 120px 10px 20px;
	}
	
	span.objektiv_logo {
		width: 100px;
		height:	63px;
		background-size: 100px 63px;
	}
	
	
}


/* -------------
	iPad hoch
-------------- */

@media only screen and (max-width: 850px) {
	#hk {
		font-size: 28px;
		padding: 20px;
	}
	
	#hk span span:first-child {
		left: -70px;	
	}
	
	#objektiv {
		padding: 15px;
		padding-right: 65px; 
	}
	
	span.objektiv_logo {
		width: 50px;
		height:	32px;
		background-size: 50px 32px;
	}
	
	#navi {
		padding: 15px 10px;	
	}	

	#links {
		margin: -2.5em 0;	
	}
	
	#links li {
		margin-top: 0.5em;
		padding: 0 5px;	
	}
	
}



/* -------------
	Tablet klein
-------------- */

@media only screen and (max-width: 750px) {
	#hk {
		font-size: 24px;
		padding: 10px;
	}
	
	#hk span span:first-child {
		left: -70px;	
	}
	
	#navi {
		padding: 10px;	
		height: 6em;
	}	

	#links {
		margin: 0;	
		margin-top: 0 !important;
	}
	
	#links li {
		margin-top: 0.5em;
		padding: 0 5px;	
	}
}


/* -------------
	iPhone 
-------------- */

@media only screen and (max-width: 480px) {
	#hk {
		margin-top: 1.5em;
		top: 0;
		left: 0;
		font-size: 20px;
		padding: 10px;
	}
	
	#hk span span:first-child {
		left: -40px;	
	}
	
	span.objektiv_logo {
		width: 50px;
		height:	32px;
		background-size: 50px 32px;
	}
	
	.sl-slide blockquote {
		margin-bottom: -170px;
	}
	
	body {
		font-size: 10px;	
	}
	
	.sl-slide h2 {
		font-size: 20px;
		line-height: 1.5em;
		left: 0;
		width: 100%;	
	}
	
	#navi {
		padding: 5px;	
		height: 6em;
	}
	
	#links {
		margin: 0;
		margin-top: 0 !important;
	}
	
	#links li {
		margin-top: 0.5em;
		padding: 0 5px;	
	}
	
	.info strong {
		display: none;
	}
	
	.info p {
		padding: 0 5px;
		margin-top: -1em;	
	}
	
	.info {
		padding-top: 1.2em !important;
		width: 7em !important;
		height: 7em !important;	
		line-height: 1.1em;
	}
	
	.info.lcm, .info.steinway, .info.infoscreen {
		width: 10em !important;
		height: 10em !important;
	}
	
	.spalten {
		-moz-column-count:    1;
		-webkit-column-count: 1;
		column-count:         1;
	}
	
	#html5lightbox-div {
		padding: 20px;	
	}
	
	.hk_logo span span:first-child{
		left: -40px;	
	}
	
	.lightboxcontainer ul {
		list-style-type: none;
		padding: 20px;
		font-size: 18px;
	}

	.lightboxcontainer ul.left {
		text-align: left;
		float: left;
		padding-bottom: 0;
	}
	
	.lightboxcontainer ul.right {
		text-align: left;
		float: left;
		padding-top: 0;
	}
	#objektiv {
		font-size: 13px;
		padding: 13px 55px;
		line-height: 1.1;	
	}
	
}