@charset"UTF-8";

body {
	background-color: #1d1814;
	z-index: -2000;
}

img.bg {
	opacity: 0.2;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1001;
}



img.bg_home {
	opacity: 0.2;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1001;
}

.fadeOut {
	opacity: 0.2;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1001;
	animation-duration: 0.5s;
  	animation-name: fadeOut;
  	-webkit-animation-duration: 0.5s;
  	-webkit-animation-name: fadeOut;
}

.fadeIn {
min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1001;
	animation-duration: 0.5s;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
}

.fadeInText {
	animation-duration: 0.5s;
  animation-name: fadeInText;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeInText;
}

.fadeOutText {
	opacity: 0;
	animation-duration: 0.5s;
  animation-name: fadeOutText;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeOutText;
}

.fadeOutGlower {
	text-shadow: none;
}


@keyframes fadeIn {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.2;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.2;
    }
}

@keyframes fadeInText {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInText {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOutText {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutText {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg, img.bg_fade {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
	
}

.glow, .glow:hover, .glow:focus
{
	text-decoration: none;
	color: #aaf;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
}

.glow:focus {
	color: #fff;
}

.glow:hover
{
	color: #fff;
	text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.8), 1px -1px 8px rgba(255, 255, 255, 0.8);
}

.glower
{
	text-decoration: none;
	outline: 0 none;
	color: #fff;
	text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.8), 1px -1px 8px rgba(255, 255, 255, 0.8);
}

#wrapper {
	color: #fff;
	text-align: center;
	font-family: "Playfair Display", "Tahoma";
	font-size: 20px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 25px;
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	z-index: 1000;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
  background: rgba(0, 0, 0, .8);
}

#content {
	width: 770px;
	text-align: center;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

#darkcenter {
	z-index: -900;
  background: rgba(0, 0, 0, .8);
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

#impressum {
	font-family: "Playfair Display";
	font-weight: 0;
	position:absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
}

#background {
	width: 100%;
	margin-top: -50px;
	margin-bottom: -50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#header {
	font-family: "Playfair Display";
	font-weight: bold;
	font-size: 52px;
	color: #fff;
	padding-bottom: 0px;
	padding-left: 14px;
	padding-right: 14px;
	border-bottom: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
}

#infotext {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 80px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right; auto;
	font-family: "Playfair Display";
	font-weight: bold;
	font-size: 30px;
	color: rgba(127, 107, 54, 1);
	border-radius: 40px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: rgba(122, 107, 70, 0.17);
}

#videos {
}

nav {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "Playfair Display", "Tahoma";
	font-weight: normal;
	color: #fff;
	margin-bottom: 28px;
	margin-top: 9px;
}


nav li {
	display: inline;
	padding-right: 35px;
	padding-top: 0;
	margin-top: 0;
	position: relative;
}


.last {
	padding-right: 0px;
	margin-right: 0px;
}

nav li a {
    color: #444;
    display: inline;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 28px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

nav li li a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	
}

nav li ul {
		background-color: rgba(0, 0, 0, 0.8);
		border-radius: 12px;
		padding: 10px;
		text-align: left;
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 15px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

nav li:hover ul {
    opacity: 1;
    top: 25px;
    visibility: visible;
}

nav li ul li {
    float: none;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

nav li ul li a {
	margin: 5px;
	padding: 0;
}



#submenu1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "Playfair Display";
	font-weight: normal;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 0px;
}


#submenu1 li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	padding-top: 0;
	margin-top: 0;
	position: relative;
}

#submenu1 li.last {
	border-right: 0px;
}

#submenu1 li a {
    display: inline;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

#submenu1 li li a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	
}

#submenu1 li ul {
		background-color: rgba(0, 0, 0, 0.8);
		border-radius: 12px;
		padding: 10px;
		text-align: left;
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 15px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

#submenu1 li:hover ul {
    opacity: 1;
    top: 25px;
    visibility: visible;
}

#submenu1 li ul li {
    float: none;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#submenu1 li ul li a {
	margin: 5px;
	padding: 0;
}



#new {
	padding-left: 190px;
}

.blinker {
	  -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
	  
	  animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;  
}

#links {
	font-family: "Playfair Display", "Playfair Display", "Tahoma";
	font-size: 16px;
	font-weight: normal;
	color: #e0e0e0;
	text-align: center;
	bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#links li
{
	display: inline;
	padding-right: 16px;
	padding-top: 0;
	margin-top: 0;
}

#links #last {
	padding-right: 0px;
}

#video {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 60px;
}

#album {
	margin-bottom: 80px;
	width: 100%;
}

#cover {
	margin-bottom: 10px;
}

.em1 {
	font-weight: bold;
}

.portrait {
	width: 500px;
}

.ausstellungsbild {
	width: 500px;
}

#text1 {
	font-family: "Playfair Display", "Tahoma";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#text_centered {
 	font-family: "Playfair Display", "Tahoma";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#text2 {
	font-family: "Playfair Display", "Tahoma";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

#imgDescription {
	font-family: "Playfair Display", "Tahoma";
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#imgDescription {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

#vita {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Playfair Display", "Tahoma";
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

h2 {
	font-family: "Playfair Display";
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.name {
	font-style: italic;
}

#cc {
	vertical-align: top;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
	text-decoration: none;
	font-weight: normal;
}

a:link {color: #fff;}      /* unvisited link */
a:visited {color: #fff;}  /* visited link */
a:hover {color: #fff;}  /* mouse over link */
a:active {color: #fff;}  /* selected link */

.selected a:link {color: #fff;}      /* unvisited link */
.selected a:visited {color: #fff;}  /* visited link */
.selected a:hover {color: #fff;}  /* mouse over link */
.selected a:active {color: #fff;}  /* selected link */

#header a:link {
	color: #fff;
	text-decoration: none;
	outline: 0 none;
	text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.4), 1px -1px 8px rgba(255, 255, 255, 0.4);
}      /* unvisited link */
#header a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0 none;
	text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.4), 1px -1px 8px rgba(255, 255, 255, 0.4);
}  /* visited link */
#header a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0 none;
	text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.4), 1px -1px 8px rgba(255, 255, 255, 0.4);
}  /* mouse over link */
#header a:active {
	color: #fff;
	text-decoration: none;
	outline: 0 none;
	text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.4), 1px -1px 8px rgba(255, 255, 255, 0.4);
}  /* selected link */

.bold {
	font-weight: 300;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


@-moz-keyframes fade {  
    0% { opacity: 1.0; }
    100% { opacity: 0.33; }
}

@-webkit-keyframes fade {  
    0% { opacity: 1.0; }
    100% { opacity: 0.33; }
}

@keyframes fade {  
    0% { opacity: 1.0; }
    100% { opacity: 0.33; }
}