/*==================================================
 #Fonts
==================================================== */

/*  'League_Gothic-webfont' */
@font-face {
	font-family: 'blackjackregular';
	src: url('fonts/blackjack/blackjar-webfont.eot');
	src: url('fonts/blackjack/blackjar-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/blackjack/blackjar-webfont.woff') format('woff'),
		 url('fonts/blackjack/blackjar-webfont.woff2') format('woff2'),
		 url('fonts/blackjack/blackjar-webfont.ttf') format('truetype'),
		 url('fonts/blackjack/blackjar-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('fonts/colab/ColabLig-webfont.eot');
    src: url('fonts/colab/ColabLig-webfont.eot?iefix') format('eot'),
         url('fonts/colab/ColabLig-webfont.woff') format('woff'),
         url('fonts/colab/ColabLig-webfont.ttf') format('truetype'),
         url('fonts/colab/ColabLig-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('fonts/colab/ColabReg-webfont.eot');
    src: url('fonts/colab/ColabReg-webfont.eot?iefix') format('eot'),
         url('fonts/colab/ColabReg-webfont.woff') format('woff'),
         url('fonts/colab/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/colab/ColabReg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 'Abel' */
@font-face {
    font-family: 'abelregular';
    src: url('fonts/abel/abel-regular-webfont.eot');
    src: url('fonts/abel/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abel/abel-regular-webfont.woff') format('woff'),
         url('fonts/abel/abel-regular-webfont.ttf') format('truetype'),
         url('fonts/abel/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* 'Arrows' */
@font-face {
    font-family: 'peaxwebdesignarrowsmedium';
    src: url('fonts/arrows/peaxwebdesignarrows-webfont.eot');
    src: url('fonts/arrows/peaxwebdesignarrows-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arrows/peaxwebdesignarrows-webfont.woff2') format('woff2'),
         url('fonts/arrows/peaxwebdesignarrows-webfont.woff') format('woff'),
         url('fonts/arrows/peaxwebdesignarrows-webfont.ttf') format('truetype'),
         url('fonts/arrows/peaxwebdesignarrows-webfont.svg#peaxwebdesignarrowsmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
}

html,


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/* main css */
	
body {font-family: 'abelregular', Arial, Helvetica, Sans-Serif; color: #4c220e; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 120%; line-height:1.5em;font-size:100%; background: #f7f6f4 url(../img/layout/body-bg.jpg) left top repeat-x;}
.adresse {font-family: 'abelregular', serif;font-size:120%; text-align:left;line-height:1.5em;margin-top:12px;}
h1	{padding-bottom:0.5em;line-height:1.5em;color:#cd5b25;}
h2	{padding-bottom:0.5em;line-height:1.5em;color:#cd5b25;}
p	{font-size:110%;padding-bottom:1em;}
.paddingtop	{padding-top:2em;}
.margintop	{margin-top:3em;}
hr	{background: transparent url(../img/layout/trennstrich.png) left top repeat-x; height:12px; margin:3em 0 2em 0;}
.header	{border-top: 3px solid #cd5b25; border-bottom:1px solid #4F2313;}
.footer	{background: #f7f6f4 url(../img/layout/footer.jpg) left bottom no-repeat; color:#f7f6f4;background-size:100% auto;}
.footer a:hover {text-decoration:none; color: #cd5b25; border:none;}
.centered {text-align:center;}
.scale-with-grid	{border:1px solid #cdc09e;box-shadow: 0px 5px 15px 3px #fff; width:90%;}
.textlink {text-decoration:none; color:#4c220e; border-bottom:1px solid #2f1508;}
nav {font-family: 'abelregular', serif;font-size:150%;}
a:hover {text-decoration:none; color: #cd5b25; border:3px solid #cd5b25; -webkit-border-radius: 50%;
border-radius: 50%; border-right:none;border-top:none;border-left:none;padding-bottom:0.5em;}
a {text-decoration:none; color: #4c220e;}
.actif	{border:3px solid #cd5b25; -webkit-border-radius: 50%;
border-radius: 50%; border-right:none;border-top:none;border-left:none;padding-bottom:0.5em;}
.alignright	{padding-left:60%;}
.featured-item {
    box-shadow: 2px 8px 20px #444;
    background-clip: padding-box;
    background:transparent;
}
.inner-border {
    position: relative;
    border-radius: 0 0 10px 10px;
    border: 1px solid #C3C5C9;
    background-color: #F7F6F4;
    background-clip: padding-box;
    padding: 10px;
    color:#4c220e;
    border-top:none;
}
.arrow {font-family:'peaxwebdesignarrowsmedium'; margin-left:40%; color:#4c220e;font-size:300%;}
.impressum {color:#cd5b25;text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.7), 0px -1px 0px rgba(255, 255, 255, 0.3);}
.hand	{font-family: 'Miss Fajardose', cursive;font-size:250%;line-height:1.2em;}
.hand2 {font-family: 'Great Vibes', cursive;font-size:180%;line-height:1.2em;}