@charset "UTF-8";

/*
Theme Name: Erfatal-Museum
Theme URI: http://www.erfatal-museum.de
Description: Erfatal-Museum Theme
Author: Miguel Wolf
Author URI: http://www.migum.de
*/

/* latin-ext */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfYPlDX5Z.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfY3lDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/2sDfZG1Wl4LcnbuKgE0mV0Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/2sDfZG1Wl4LcnbuKjk0m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
text-align: center;
font-family: 'Oxygen', cursive;
}
h1 {
font-size: 30px;
color: #800000;
font-weight: bold;
text-align: center;
line-height: 45px;
font-family: 'Cinzel', cursive;
margin: 10px 0 0 0;
}
h4 {
font-size: 20px;
color: #CC1414;
font-weight: bold;
text-align: center;
font-family: 'Cinzel', cursive;
margin: 20px 0 5px 0;
}
img {
border: 0;
}
#pageContainer {
margin: 0 auto;
text-align: left;
position: relative;
}
#wrap {
background-color: #FFFFFF;
margin-top: -5px;
}
#textColumn {
text-align: left;
padding: 20px;
display: block;
}
.cleaner {
clear: both;
}
blockquote {
  font-size: 13px;
  border-left: 1px dotted #CC1414;
  padding-left: 10px;
  text-align: justify;
}
.footerbox {
margin: 10px 0 10px 0;
text-align: left;
padding-left: 10px;
}
#footer_1, #footer_3, #footer_2_links, #nav_menu, #head, #toTop, #toTopHover {
  display: none;
}
li {
line-height: 22px;
}
p {
line-height: 22px;
}
.wp-caption-text {
font-size: small;
text-align: justify;
}
.box {
border: 1px dotted #cc1414;
margin-top: 60px;
text-align: justify;
padding: 10px;
}
.box div {
padding-left: 5px;
}
.startbox {
text-align: left;
margin-bottom: 20px;
color: #000000;
border: 1px dotted #cc1414;
}
.alignleft {
display: inline-block;
width: 49%;
}
.alignright {
text-align: right;
display: inline-block;
width: 49%;
}
hr {
border: #cc1414 solid 1px;
width: 100%;
}

a:link {
color: #800000;
text-decoration: none;
}

#footer ul {
  list-style-type: none;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
select {
  padding: 2px;
  font-size: 16px;
  height: 22px;
  border: 2px solid #b33b60;
  color: #000000;
}

select {
  height: 32px;
}

textarea {
  padding: 2px;
  font-size: 16px;
  border: 2px solid #b33b60;
  color: #000000;
}

input[type=text]:hover,
input[type=text]:focus,
input[type=text]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
select:hover,
select:focus,
textarea:focus,
textarea:hover {
  background-color: #F7F7F7;
  border: 2px solid #662c3e;
}

input[type=submit],
input[type=reset],
input[type=button] {
  padding: 6px;
  cursor: pointer;
  font-size: 14px;
  background-color: #b33b60;
  /*border-radius: 5px;*/
  color: #FFFFFF;
  border: 1px solid #800000;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  border: 1px solid #662c3e;
}

input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0 none;
}

a.link {
  padding: 8px;
  cursor: pointer;
  font-size: 16px;
  background-color: #b33b60;
  color: #FFFFFF;
}