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


@import url(http://fonts.googleapis.com/css?family=Muli:400,300,600,200);


/* alles reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* alles reset */




* {
margin:0;
padding:0;
}
 
html,body {
min-height:100%;
}
 
#wrapper {
position:relative;
min-height:100%;
height:auto !important;
height:100%;
margin: 0 auto;
}
 
#top {


padding-bottom:10px;
padding-top:15px;
} 
 
#middle { padding-top: 1em;
padding-bottom: 2em;
 
top: 170px; 
width: 100%; 
position: absolute; 
color: #FFE58D;
}

#middle-index { padding-top: 1em;
padding-bottom: 2em;
top: 170px; 
width: 100%; 
position: absolute; 
color: #FFE58D;
}
 
#bottom {
width:100%;
height: 1.7em;
/* background-color:#000; */
position:fixed;
bottom:0;
}


table
{ 	
	align: center;
	width:70%;
margin: 0px auto;
background: url('grafik/bg8.png');
	border-collapse: collapse;
	border: 0px solid;
	margin-left: auto;
    margin-right: auto;
	border-radius: 7px;
    padding: 2em;
}

tr, th, td {

    text-align: left;
	vertical-align:top;
}



iframe { 
	width: 100%;
	height: 100%;
} 

img { 

} 

img.zoom {
 transition: transform 0.4s;
 -moz-transition: transform 0.4s;
 -webkit-transition: transform 0.4s;
 -o-transition: transform 0.4s;
 -ms-transition: transform 0.4s;
}
img.zoom:hover {
 cursor: zoom-in;
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(1.3, 1.3);
 -moz-transform: scale(1.3, 1.3);
 -webkit-transform: scale(1.3, 1.3);
 -o-transform: scale(1.3, 1.3);
 -ms-transform: scale(1.3, 1.3);
}


/* festes seitenverhältnis für 16:9 Videodarstellung */
.video_container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.video_dummy {
    margin-top: 56.25%;
}

.video_content {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	right: 0;
}


/* festes seitenverhältnis für 1:1 Bilddarstellung */
.bild_container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.bild_dummy {
    margin-top: 100%;
}

.bild_content {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	right: 0;
}



#menu {
	width:100%;
	background-color:#000;
padding-bottom:10px;
padding-top:10px;
top:0px;
height:2.3em;
position:fixed;
z-index:2;
}

table#tmenu {
  	align: center;
	width:70%;
margin: 0px auto;
background: url('grafik/bg16.png');
	border-collapse: collapse;
	border: 0px solid;
	margin-left: auto;
    margin-right: auto;
}




.menuschrift {
  font-family:Muli,Sans-Serif,Georgia,Arial;
color: #88AA88;
line-height: 12px;
font-size: 1.0em;
font-weight: normal;
letter-spacing: 1pt;
display:inline;
}


.OXinhalt {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #84a168;
line-height: 17px;
font-size: 14px;
font-weight: normal;
letter-spacing: 0pt;
display:inline;
}


.OXinhalt2 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #84a168;
line-height: 17px;
font-size: 14px;
font-weight: normal;
letter-spacing: 0pt;
display:inline;
}


.OXinhalt3 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #84a168;
line-height: 19px;
font-size: 18px;
font-weight: normal;
letter-spacing: 1pt;
display:inline;
}


.bgvideo {
	position:fixed;
	right:0;
	bottom:0;
	min-width:100%;
	min-height:100%;
	width:100%;
	height:100%;
	z-index:-999;
	
	background-color: black;
  	background-image: /* our video */;
  	background-position: center center;
  	background-size: contain;
	}

#section1 {
	min-height:100%;
	padding-bottom:6em;
	padding-top:6em;
	
	background: url(filmstills/Milan_Milovanovic_03.jpg) no-repeat center center fixed; 
 -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-color:#000;
min-height:100%;
height:auto;
}

#section2 {
	min-height:100%;
	position:static;
	padding-bottom:6em;
	padding-top:6em;
	background: url(filmstills/Milan_Milovanovic_02.jpg) no-repeat center center fixed; 
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-color:#000;
min-height:100%;
height:auto;
	
}


#section3 {
	min-height:100%;
	position:static;
	padding-bottom:6em;
	padding-top:6em;
	
	background: url(filmstills/Cebic_Grab_01.jpg) no-repeat center center fixed; 
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-color:#000;
min-height:100%;
height:auto;
}


#section4 {
	min-height:100%;
	position:static;
	padding-bottom:6em;
	padding-top:6em;
}


#section5 {
	min-height:100%;
	position:static;
	padding-bottom:6em;
	padding-top:6em;
	
	background: url(filmstills/Cebic_Grab_01.jpg) no-repeat center center fixed; 
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-color:#000;
min-height:100%;
height:auto;
}

#section6 {
	min-height:100%;
	position:static;
	padding-bottom:6em;
	padding-top:6em;
	
	background: url(filmstills/Hotel_Yugoslavia_01.jpg) no-repeat center center fixed; 
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-color:#000;
min-height:100%;
height:auto;
}





a {font-family:Muli,Sans-Serif,Georgia,Arial; color: #FFE58D}
a:link {font-family:Muli,Sans-Serif,Georgia,Arial; text-decoration: none}
a:visited {color: #FFE58D}
a:hover {letter-spacing: 2pt; color: #222110; background: #B8B491; text-shadow: 0px 0px 0px #FFFFFF, 0px 0px #000}
a:active {}
hover {}

a.nohover:hover {letter-spacing: 2pt; color: #222110; text-shadow: 0px 0px 0px #FFFFFF, 0px 0px #000}




h1 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #B8B491;
line-height: 1em;
text-shadow: 0px 0px 2px #DDBB88, 3px 2px #000;
font-size: 3em;
font-weight: bold;
letter-spacing: 1pt;
display:inline;
}

h2 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #84a168;
line-height: 1.8em;
font-size: 1.6em;
font-weight: normal;
letter-spacing: 1pt;
display:inline;
text-shadow: 0.05em 0.05em 0.04em #112211;
}

h3 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #84a168;
line-height: 22px;
font-size: 1.5em;
font-weight: normal;
letter-spacing: 1pt;
display:inline;
}

h4 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #B8B491;
line-height: 14px;
font-size: 1.2em;
font-weight: normal;
letter-spacing: 0pt;
display:inline;
}

h5 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #B8B491;
line-height: 14px;
font-size: 1.8em;
font-weight: normal;
letter-spacing: 1pt;
display:inline;
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 800px) {
	
#top {
padding-bottom:5px;
padding-top:10px;
} 
	
	
#middle { padding-top: 0.8em;
padding-bottom: 2em;
 
top: 140px; 
width: 100%; 
position: absolute; 
color: #FFE58D;
}

#middle-index { padding-top: 1em;
padding-bottom: 2em;
top: 140px; 
width: 100%; 
position: absolute; 
color: #FFE58D;
}	
	
	
	
	
	
	
	.menuschrift {
  font-family:Muli,Sans-Serif,Georgia,Arial;
color: #88AA88;
line-height: 12px;
font-size: 0.9em;
font-weight: normal;
letter-spacing: 0pt;
display:inline;
}
	
	
	
	

h2 {
font-family:Muli,Sans-Serif,Georgia,Arial;
color: #728860;
line-height: 1.4em;
font-size: 1.3em;
font-weight: normal;
letter-spacing: 0pt;
display:inline;
text-shadow: 0.05em 0.05em 0.04em #112211;
}

h3 {
	font-family:Muli,Sans-Serif,Georgia,Arial;
	color: #111111;
	line-height: 12px;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0pt;
	display:inline;
}

h4 {
	font-family:Muli,Sans-Serif,Georgia,Arial;
	color: #B8B491;
	line-height: 11px;
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 0pt;
	display:inline;
}



table { 	
	width: 95%;
	align: center;
	margin: 0px auto;
	background: url('grafik/bg8.png'); 
	border-collapse: collapse;
	border: 0px solid;
	margin-left: auto;
    margin-right: auto;
	padding: 1em;
}

tr, th, td {

    text-align: left;
	vertical-align:top;
}

table#tbottom {
    width: 95%;
	align: center;
	margin: 0px auto;
 	border-collapse: collapse;
	background-color:#000;
	border: 0px solid;
	margin-left: auto;
    margin-right: auto;
	border-radius: 0px;
}



}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
