body {
    font-family: "news-gothic-std", Arial, Helvetica, sans-serif;
    background: rgb(4,4,4);
    color: #CFCFCF;
    font-size: 110%;
    line-height: 160%;
}

.clear {
    clear: both;
}

a, a:visited {
    color: #CCC;
    text-decoration: none;
}

a:hover {
    color: #FFF;
}

a:active, a:focus,
h4:active, h4:focus,
h3:active, h3:focus {
    outline: none;
}

h1 {
    font-size: 125%;
    margin: 0 0 1em 0;
    color: rgb(0,78,143);
}

h3 {

    font-weight: bold;
    font-size: 100%;
    letter-spacing: 0.02em;
    color: #FFF;
    margin: 0.25em 0 0 0;
}

h4 {
    font-weight: bold;
}

p + h4 {
    margin-top: 0.5em;
}

b {
    font-weight: bold;
}

.content ul {
    list-style: disc;
    padding: 0 0 0 1em;
}

.content li {
    
}

::-webkit-scrollbar {
    width: 12px;
}

#wrapper {
    width: 100%;
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    background: url(img/header-bg.png) left bottom;
    z-index: 100;
    width: 100%;
}

#main {
    overflow: scroll;
    overflow-x: hidden;
    display: none;
}

#background {
    z-index: -1;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/bg.jpg) 50% 0 fixed no-repeat;
}

#logo {
    position: fixed;
    right: 15px;
    top: -20px;
}

#site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(img/header-bg.png);
    z-index: 100;
    width: 100%;
    font-size: 70%;
}

#site-footer section {
    padding: 0 0.5em;
}

#site-footer a {
    color: #CFCFCF;
}

#header-nav ul li {
    float: left;
}

#header-nav ul li a {
    display: block;
    color: #CFCFCF;
    padding: 7px 13px;
    font-size: 95%;
}

#header-nav a:hover,
#header-nav li.active a,
#header-nav li.active li a,
#header-nav li.active a:hover {
    color: #FFF;
    text-shadow: 0 0 6px #FFF;
    -webkit-transition: text-shadow 0.5s ease-in;
    -moz-transition: text-shadow 0.5s ease-in;
    -o-transition: text-shadow 0.5s ease-in;
    -ms-transition: text-shadow 0.5s ease-in;
    transition: text-shadow 0.5s ease-in;
}

#header-nav li.active li a {
    color: #CFCFCF;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#header-nav .bodyitem {
    display: none;
    width: 140px;
    position: absolute;
}

#header-nav .bodyitem a {
    background: url(img/header-bg.png);
    width: 4em;
}

.content {
    position: relative;
}

.box {
    width: 65%;
    margin: 0 auto;
    padding-top: 4em;
}

.scroll-content {
    height: 80%;
    overflow-y: auto;
    overflow-x: none;
    padding: 0 20px 0 0;
    -webkit-overflow-scrolling: touch;
}

.column img {
    display: block;
    width: 45%;
    height: auto;
    margin: 0 0 0.25em 0;
}

.column h3 {
    margin: -0.15em 0 0 35%;
}

.column address {
    margin: 0 0 0 35%;
}

.column {
    width: 28%;
    margin-top: 0.5em;
}

.column h4 {
    border-top: 1px solid #CCC;
    font-size: 85%;
    color: #FFF;
    padding: 0.25em 0;    
    cursor: pointer;
}

.column .details {
    font-size: 85%;
    line-height: 135%;
    color: #FFF;
    padding: 0 0 0.25em 0;
}

.column-wrapper {
/*     margin-top: 4.5em; */
}


.column-1 {
    float: left;
}

.column-3 {
    float: right;
}

.column-2 {
    float: left;
    margin-left: 8%;
}

.list-headline {
    list-style: none;
}

.list-headline li {
    padding: 0.25em;
    font-weight: 600;
    font-size: 140%;
    display: inline;
    color: #323232;
    position: absolute;
    left: 50%;
    zoom: 1;
/*
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=8),
	progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=300, Strength=4);
*/
	-webkit-box-shadow: 3px 3px 7px #000000;
    -moz-box-shadow: 3px 3px 7px #000000;
    box-shadow: 3px 3px 7px #000000;    
}

.list-headline li.ready:hover {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    
    color: #000;
    z-index: 999;
}

.ie8 .list-headline li.ready:hover {
    z-index: auto;
}

.list-headline li.ready:hover > figure {
    -webkit-transform: scale(1.3) !important;
    -moz-transform: scale(1.3) !important;
    -o-transform: scale(1.3) !important;
    -ms-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
    
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.list-headline li.checkbox {
    background-image: url(img/checkbox_f1.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 1.5em;
    cursor: pointer;
}

.list-headline li.active {
    background-image: url(img/checkbox_f2.png);
}

.list-headline li figure {
    position: absolute;
    right: 0;
    width: 90px;
    height: 90px;
    margin: -45px -10px 0 0;
    display: none;
}

.list-headline li figure img {
    width: 100%;
    height: auto;
}

.list-headline li a {
    font-weight: normal;
    color: #444;
    padding-left: 1.2em;
    background: url(img/arrow.png) 1px 4px no-repeat;
}

.list-headline li a:hover {
    background: url(img/arrow.png) 6px 4px no-repeat;
    color: #000;
}

.list-headline h3 {
    font-weight: normal;
    font-size: 135%;
    margin: 0;
    color: #323232;
}

.headline {
    position: absolute;
    left: 15%;
    display: inline;
    background: rgb(0,78,143);
    padding: 5px;
    letter-spacing: 0.05em;    
    color: #FFF;
    font-size: 160%;
/*
    zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=8),
	progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=300, Strength=4);
*/
    -webkit-box-shadow: 3px 3px 7px #000000;
    -moz-box-shadow: 3px 3px 7px #000000;
    box-shadow: 3px 3px 7px #000000;    
}

.headline + * {
    margin-top: 10%;
}

.ie8 .headline + * {
    margin-top: 3%;
}

.forward-button {
    position: absolute;
    top: 85%;
    width: 65px;
    height: 65px;
    display: block;
    background: url(img/forward.png) no-repeat;
}

.forward-button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.accordion h3 {
    cursor: pointer;
    margin-top: 0.5em;
}

ul.image-stack {
    list-style: none;
    margin: 0 auto 0 auto;
    width: 35%;
    padding: 18% 0 0 0;
}

.image-stack img {
    width: 100%;
    height: auto;
}

.image-stack li {
    cursor: pointer;
    width: 35%;
    position: absolute;
    top: 18%;
    padding: 1em 1em 1.5em 1em;
    background: #FFF;
    background-size: 100%;
    left: 35%;
    -webkit-box-shadow: 3px 3px 7px #000000;
    -moz-box-shadow: 3px 3px 7px #000000;
    box-shadow: 3px 3px 7px #000000;    
/*
    zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=8),
	progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=300, Strength=4);
*/
}

ul.fancybox {
    list-style: none;
}

.fancybox img {
    width: 100%;
    height: auto;
}

.fancybox li {
    width: 25%;
    padding: 0.5em;
    margin: 0 2em 1.25em 0;
    background: #FFF;
    float: left;
}

/* ---- SOCIAL ICONS ---- */

a.tab {
    display: block;
    height: 30px;
    background: url(img/fb-icon.png) right top no-repeat;
    width: 100%;
}

#social-icons {
    padding: 5px 5px 5px 15px;
    position: fixed;
    bottom: -174px;
    right: 20px;
    height: 200px;
    background: url(img/fb-background.png) 0 0 no-repeat;
}

#content-impressum {
    font-size: 85%;
    line-height: 130%
}

