/*
Theme Name: Michael Wolf 2021
Author: Patrik Budenz
Version: 1.0
*/

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}

body {
    background-color: rgb(251, 252, 254);
    font-family: Trebuchet MS, helvetica, arial, sans;
    width: 100%;
    height: 100%;
    margin: 0px; 
    overflow: hidden;
    position: relative;
    color: rgb(26, 26, 26);
}

a {
    text-decoration: none;
    position: relative;
    outline: none;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

img {
    box-shadow: #000 0em 0em 0em;
}

a img {
    border: none;
    outline: none;
}

#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#wrapper {
    overflow: auto;
    position: absolute;
    top: 0px;
    bottom: 100px;
    width: 100%;
}

#navigation {
    float: left;
    width: 220px;
    font-size: 12px;
    margin-top: 30px;
    margin-left: 45px;
}


#header {
    position: relative;
    height: 30px;
}


#navigation #pagelist {
    margin-top: 20px;
}

#navigation #pagelist a {
    display: block;
    color: rgb(26, 26, 26);
    position: relative;
}

#navigation #pagelist a:hover {
    color: #808080;
}

#navigation #pagelist a.current-page {
    color: rgb(216,45,16);
}

#navigation .level0 {
    margin-top: 5px;
    padding-left: 0px;
    width: 210px;
}

#navigation .level1 {
    margin-top: 3px;
    padding-left: 0px;
    width: 195px;
    text-indent: -8px;
    padding-left: 8px;
}

#navigation .level2 {
    margin-top: 3px;
    padding-left: 15px;
}

#navigation .separated {
    margin-top: 20px;
}

#navigation .visible {
    display: block;
}

#navigation .hidden {
    display: none;
}

#navigation img {
    margin-right: 4px;
}

#navigation #controls {
    margin-top: 30px;
}

#navigation #facebook {
	margin-top: 20px;
}

#content {
    position: relative;
    margin-left: 300px;
    margin-top: 30px;
    margin-bottom: 25px;
    margin-right: 40px;
}

#content .page {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

#content .text {
    width: 600px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4px;
    font-size: 13px;
    line-height: 20px;
}

#content .text p:first-child {
    margin-top: 0px;
}

#content .text a {
    color: rgb(216,45,16);
}

#content .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}


#content .imageback {
    margin-left: auto;
    margin-right: auto;
    background-image: none;
}

#content .imageback.loading {
    background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: solid 1px #e0e0e0;
}

#content .imageback.loading img {
    display: none;
}


#content .picture_title {
    font-size: 11px;
    color: rgb(64, 64, 64);
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
}

#content .picture_title a{

    color: #D82D10;
}

.news {
    margin-bottom: 50px;
    -border-bottom: solid 1px #f0f0f0;
}

.news .date {
    float: right;
    font-size: 11px;
    color: #808080;
}

.news .title {
    font-weight: bold;
    margin-bottom: 6px;
}

.gallery1 {
	position: relative;
        margin-bottom: 15px;
}

.gallery1 .main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gallery1 .navigation {
    margin-top: 10px;
    display: none;
}

.gallery1 img {
	border: none;
}

.gallery1 .main img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.gallery1 img {
	margin-right: 5px;
}

.gallery1 img.normal {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

.gallery1 img.active {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}


.gallery2 {
	position: relative;
        margin-bottom: 15px;
}


.gallery2 img {
	margin-right: 15px;
}


#footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-color: rgb(229, 230, 234);  
    white-space: nowrap;
}

#footer .thumbs {
    position: absolute;
    left: 37px;
    top: 9px;
    right: 37px;
    height: 90px;
    overflow: auto;
}


#footer .thumbs a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1px;
    border: none;
}


#footer .thumbs a.loading {
    border: solid 1px #c0c0c0;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
}


#footer .thumbs img {
    height: 60px;
}

#footer .thumbcontainer {
}

#footer #left {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
}


#footer #right {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

#loader {
    display: none;
    position: absolute;
    left: -30px;
    top: 0px;
}

#linkloader {
    display: none;
    margin-left: 5px;
    
}

#linkloader.image {
    height: 10px;
    left: -20px;
    position: absolute;
    top: 15px;
    width: 10px;
}

.disabled {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: alpha(opacity=50);			
    opacity: .5;
}


#footer .disabled {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
    filter: alpha(opacity=20);			
    opacity: .2;
}

#startpage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:#d0d0d0;
}


#startpictures {
    position:absolute; 
    left: 50%;
    top: 50%;
    overflow: hidden;
}

#link_wolf {
    margin-bottom: 10px;
}

.startpiccontainer {
    float:left; 
    overflow:hidden;
    margin-right:5px;
    margin-bottom:5px;
    position: relative;
}

.startpiccontainer a {
    position:absolute; 
    top: 0px;
    left: 0px;
}


#copyright {
    text-align: right;
    padding-right: 5px;
    font-size: 10px;
    color:#808080;
    line-height: 10px;
}