body {
	font-family: 'Source Sans Pro', Arial, cursive;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	text-align: left;

	padding: 17px 15px 20px 15px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 48px;
}
h1 {
    font-family: 'Josefin Sans', Arial, cursive;
	font-size: 53px;
	font-weight: normal;
	/*text-align: center;*/
	/*margin-bottom: 10px;*/
    margin-bottom: 32px;
    margin-left: 4px;
    text-align: left;
	margin-top: 9px;
}
h2 {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 35px;
	font-weight: normal;
	white-space: pre-wrap;
	text-align: center;
	padding-top: 6px;
	padding-left: 335px;
	width: 350px;
	height: 538px;
}
h3, h5 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
    padding: 0px;
    margin: 0px;
    margin-left: 4px;
    margin-top: -6px;
}
h3 {
    font-size: 18px;
	letter-spacing: 4px;
    margin-top: 16px;
    line-height: 0px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
    float: left;
    width: calc(100vw - 30px);
	letter-spacing: 1px;
	text-align: left;
    margin-left: 220px;
	margin-top: 4px;
	margin-bottom: 0px;
}
ul {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 17px;
	list-style-type: none;
	float: left;
	padding-left: 0px;
	margin-top: 0px;
	width: 220px;
	color: #a0a0a0;
}
b {
    color: #000;
}
#content, #contentMain {
    width: 80%;
    max-width: 1024px;
    margin-left: 10%;
    margin-right: auto;
}
#content {
    max-width: 800px;
}
#thumbnails img {
    width: 28%;
    max-width: 320px;
    margin: 0px 16px 16px 0px;
    padding: 0px;
    
    border: 4px;
    border-style: solid;
    border-color: white;
}
#thumbnails img:hover {
    border-color: blue;
    
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
}


#contentSection {
	margin-top: 2px;
    padding-bottom: 30px;
    float: left;
    /* 220 - 15 - 15 - 15 */
    width: 60vw;
    width: calc(100vw - 285px);
    max-width: 1920px;
	border: none;
}
p {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	white-space: pre-wrap;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
    margin: 0px;
    margin-top: -2px;
    padding: 0px;
}
a {
	text-decoration: none;
	font-weight:normal;
	color: #000;
}
p a {
    text-decoration: underline;
}
a:link {
	color: #000;	
}
ul a:hover, h5 a:hover, p a:hover {
	color: #407a62;	
}
h1 a:hover {
	color: #000;
}
.gross {
    font-size: 18px;
    line-height: 24px;
}
.inhalt {
    display: block;
    margin-top: 12px;
    margin-bottom: 32px;
	padding: 0px 0px;
	max-width: 500px;
}
.nav {
	float: right;
}

.pictures {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
}
.image {
    float: left;
    z-index: 0;
    left: 0px;
    top: 0px;
    opacity: 1;
    height: auto;
    width: 100%;
    
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.is-hidden {
    /*position: absolute;*/
    display: none;
    height: 0;
    z-index: -10;
    top: 0px;
    opacity: 0.3;
}
img {
    width: 100%;
    margin-bottom: 16px;
}
.disabled {
    pointer-events: none;
    cursor: default;
}
li .disabled {
    font-weight: bold;
}
.film {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    max-width: 1920px;
}

/* Anpassungen auf kleinen Schirmen */
@media screen and (max-width: 800px) {
    h1, h5 {
        text-align: center;
        margin-left: 0px;
    }
    h4 {
        text-align: center;
        margin-left: 0px;
    }
    #content, #mainContent {
        width: 100%;
        margin-left: auto;
    }
    #thumbnails img {
        width: 98%;
        max-width: 1920px;
    }
    #contentSection {
        margin-left: 0px;
        width: 100%;
    }
}