@charset 'utf-8';

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}html{overflow-y:scroll}body{background-color:#fff}b,strong{font-weight:700}em,i{font-style:italic}h1,h2,h3,h4,h5,h6{font-weight:400}.ie7 address{font-style:normal}.hideme{position:absolute;left:-999em;top:-999em}button,input[type=button],input[type=submit],label{cursor:pointer}q:lang(de){quotes:'„' '“' '‚' '‘'}q:lang(en){quotes:'“' '”' "‘" "’"}abbr[title]{border-bottom:1px dotted #888!important;cursor:help}a abbr{cursor:pointer!important}.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}* html .clearfix{height:1%}.clearfix{display:block}img{-ms-interpolation-mode:bicubic}

@font-face {
  font-family: 'Droid Serif';
  src: url('../fonts/droidserif-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Serif';
  src: url('../fonts/droidserif-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Serif';
  src: url('../fonts/droidserif-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

svg,
nav,
footer,
button,
#prev, #next,
aside,
a.zurueck,
ul.cycle,
img,
.grossbild,
.knopf {
display: none;
}

body {
font-family: 'Droid Serif', Cambria, Georgia, serif;
font-size: 10px;
line-height: 14pt;
margin: 1cm 3cm 1cm 2cm;
}

p {
margin: 0 0 4pt 0;
}

p.datum,
p.datum + h3 {
margin: 0;
}

.querwege h1 {
margin: 0 0 9pt 0;
}

.querwege h1 a,
.sub h2 a {
font-weight: bold;
font-size: 14px;
line-height: 18pt;
padding: 2pt 4pt 3pt 4pt;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
background: black;
color: white !important;
-webkit-print-color-adjust: exact;
}

h2 {
font-weight: bold;
font-size: 14px;
line-height: 18pt;
margin: 0 0 9pt 0;
}

h3 {
font-weight: bold;
font-size: 12px;
line-height: 16pt;
margin: 14pt 0 4pt 0;
}

h1, h4 {
font-weight: bold;
}

h5 {
font-style: italic;
}

a {
color: black;
}

ul.termine.liste {
display: table;
width: 100%;
}

ul.termine.liste li {
display: table-row;
}

ul.termine.liste li div.datum,
ul.termine.liste li div.bereich {
width: 25%;
}

ul.termine.liste li div.bereich {
font-size: 8pt;
}

ul.termine.liste li p.datum {
font-style: italic;
}

ul.termine.liste li.vorbei p.datum {
color: rgb(180,180,180);
}

ul.termine.liste li.vorbei h3,
ul.termine.liste li.vorbei h3 a {
color: rgb(120,120,120);
}

ul.termine.liste li.vorbei h3 a:hover {
color: rgb(170,200,60);
}

ul.termine.liste li > div {
display: table-cell;
border-bottom: 1pt solid black;
padding: 4px 16px 4px 0;
}

ul.termine.liste li:last-child > div {
border-bottom: none;
}

ul.termine.liste li h3 {
font-weight: bold;
}