* {
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: "Oswald-Regular";
    src: url('../Fonts/oswald-v47-latin-regular.woff') format('woff');
}

@font-face {
    font-family: "Oswald-Bold";
    src: url('../Fonts/oswald-v47-latin-700.woff') format('woff');
}

@font-face {
    font-family: "Arvo-Regular";
    src: url('../Fonts/arvo-v14-latin-regular.woff') format('woff');
}

@font-face {
    font-family: "Arvo-Bold";
    src: url('../Fonts/arvo-v14-latin-700.woff') format('woff');
}

@font-face {
    font-family: "Share-Regular";
    src: url('../Fonts/share-v14-latin-regular.woff') format('woff');
}

@font-face {
    font-family: "Share-Bold";
    src: url('../Fonts/share-v14-latin-700.woff') format('woff');
}


html, body {height: 100%;}


body img{
  overflow-y:scroll;
  font-family: "Arvo-Regular";
}

h1 {
  color: #000;
  font: 2em/1.6em "Oswald-Regular";
  line-height:2em;
  letter-spacing:2px;
  padding:12px;
}

h2 {
  font: 1.3em 'Arvo-Regular', serif;
  color:#000;
  padding:12px
}

h3 {
  font: 1.17em 'Arvo-Regular', serif;
  color:#000;
  padding:12px;
  padding-bottom: 0px;
}

h4 {
  font: 0.9em 'Arvo-Bold', serif;
  color:#313131;
  padding:12px;
  padding-bottom: 0px;
}


p {
  /* font: 1em/1.6 'Arvo-Regular', serif; */
  font-family: "Arvo-Regular";
  font-size: 1em;
  line-height: 1.6em;
  color:#000;
  background: #fff;
  padding:12px
}
p a {
  
  color:#333;
  
}

.logo {
  width: 122px;
  height: 122px;
  position: absolute;
  left: 590px;
}

.logotype{
  color: #434446;
  font-family: normal 2em 'Oswald-Regular' sans-serif !important;
  text-transform:uppercase;
}

#page-wrap {
  clear: both;
  margin: 0;
  overflow: auto;
  padding-bottom: 78px;
  padding-top: 25%;
  width: 40vw;
}

.content {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 36px;

  -webkit-box-shadow: 4px 0px 2px -3px rgba(0,0,0,0.07);
-moz-box-shadow: 4px 0px 2px -3px rgba(0,0,0,0.07);
box-shadow: 4px 0px 2px -3px rgba(0,0,0,0.07);
}

/*container für Galerie*/
#wrap_gallery {
  position: relative;
  width: 300px;
  height:200px
  margin: 0 auto;
  padding: 20px;
  background: white;
}

.gallery img {
  border: 0 none !important;
  float: left !important;
  margin: 12px 20px 10px 13px !important;
  padding: 0 !important;
}

/*helpers*/
.literaturtitel {
  border-top: 1px solid #ccc;
}

#page-wrap h2 a {
  color: #000;
  text-decoration: underline;
}
span {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 4px;
}

span a {
  text-decoration: none;
  color:#fff;
}

#wrap {min-height: 100%;}

#footer {
  background-color: #FFFFFF;
  bottom: 0;
  clear: both;
  color: #333333;
  height: 78px;
  position: fixed;
  text-align: center;
  width: 100%;
}

/*footer navi*/

.facebook {
  background: url(../images/icon_facebook.png) no-repeat;
  background-position:left center;
  padding-left: 24px;
}

/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;
}

/*blog*/

.blog-date {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  font: 0.8em/1.1 'Arvo-Regular',serif;
  padding: 9px;
}

.share-buttons {
  display: none;
}

.all-posts {
  display: none;
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: inline-block;
}

ol, ul {
  font-family: "Arvo-Regular";
  font-size: 1em;
  line-height: 1.6em;
  list-style: none;
  display:block;
}

#datenschutz ol, #datenschutz ul{
	list-style: disc outside none;
	padding: 12px;
	margin-left: 1em;
	margin-right: 1em;
}



blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }


a {
  color: #999;
}

#header-wrap {
  background-color: #fff;
  position: fixed;
  width:100%;
  top:0;
  -webkit-box-shadow:  1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow:  1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

#topnav {
  display: block;
}

/* navigation */
#topnav nav {
  display: block;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
}

nav ul {
  font: bold 1em/1em 'Share-Bold',sans-serif;
  margin: 0 auto;
  max-width: 991px;
  overflow: hidden;
  padding: 18px 0 12px;
}

nav ul li {
  float: left;
  margin-right: 42px;
  display: inline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#topnav nav ul li:last-child {
    margin-right: 0px;
}

.icon {
  background: url("../images/icon.jpg") no-repeat 2px top;
  padding: 19px 3px 2px 2px;
}

.icon-blog {
  background: url("../images/icon_blog.jpg") no-repeat 2px top;
  padding: 0px 0px 0px 24px;
}

.right {
  float: right;
  margin:0;
}

nav ul li a {
  font-size: 0.9em !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

#topnav nav ul li a em {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6em;
  color: #333;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

#topnav nav ul li a:hover { color: #666; }
#topnav nav ul li a:hover em { color: #666; }

/* misc font styles */
.pull-right {
  display: block;
  float: right;
  padding: 0 0 0 10px;
  margin: 0 0 10px 10px;
  width: 180px;
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  color: #666;
  border-left: 3px solid #ccc;
}
