/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- RESET END --- */

/* --- IMPORT FONTS ---*/
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700|Noto+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);

/* --- STYLE --- */

div.page {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0.5em;
}

div.content {
  line-height: 1.3;
}

div.footer {
  text-align: center;
}

body {
  font-family: 'Noto Serif', serif;
  font-size: 1.3em;
  background-color: #fefefe;
  color: #333333;
}

h1, h2, h3, h4, h5, h6, div.footer {
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1;
  text-align: left !important;
}

div.footer {
  font-size: 0.8em;
  clear:both;
}

hr {
  border-bottom: 2px solid #2980b9;
  clear: both !important;
}

h1 {
  font-size: 2.3em;
  border-bottom: 7px solid #2980b9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  clear:both;
}

h2 {
  font-size: 1.9em;
  padding-bottom: 5px;
  border-bottom: 5px solid #2980b9;
  margin-bottom: 15px;
  clear:both;
}

h3 {
  font-size: 1.5em;
  padding-bottom: 5px;
  border-bottom: 3px solid #2980b9; 
  margin-bottom: 5px;
  margin-top: 20px;
  clear:both;
}

h4 {
  font-size: 1.2em;
  padding-bottom: 5px; 
  border-bottom: 1px solid #2980b9; 
  margin-bottom: 5px;
  clear:both; 
}

.big {
  font-size: 2em;
}

div.content {
  padding-top: 0px;
  padding-bottom: 5px;
  min-height: 400px;
  text-align: justify;
}

div.footer {
  padding-top: 10px;
  border-top: 5px solid #2980b9;
  text-align: center !important;
  margin-bottom: 15px;
}

.bild {
  max-width: 100%;
  height: auto;
}

.bild_left {
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
}

.bild_right {
  float: right;
  margin-bottom: 5px;
  margin-left: 20px;
}



strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #2980b9;
}

a:active, a:focus, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.nav {
  color: #333333 ;
  padding-right: 10px;
}

.alert, .success, .warning, .notify {
  padding: 10px;
  margin: 5px 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8em;
}

.alert {
  color: #222222;
  background-color: #F75c4c;
  border-bottom: 5px solid #c0392b;
}

.success {
  color: #222222;
  background-color: #4eec91;
  border-bottom: 5px solid #27ae60;
}

.warning {
  color: #222222;
  background-color: #ffd41f;
  border-bottom: 5px solid #f39c12;
}

.notify {
  color: #222222;
  background-color: #74d8ff;
  border-bottom: 5px solid #2980b9;
}

pre {
  font-family: 'Source Code Pro', monospace;
  font-size: 0.8em;
  margin: 5px 0;
  padding: 10px;
  background-color: #DDDDDD;
}

p {
  margin-bottom: 10px;
}

ul.cont li {
  font-weight: bold;
  margin-bottom: 10px;
}

ul.cont li ul li {
  font-weight: normal;
  margin-left: 40px;
  list-style-type: disc;
  margin-bottom: 0;
}



/*Strip the ul of padding and list styling*/
div.nav ul {
  list-style-type:none;
  margin:0;
  padding:0;
  /*position: absolute;*/
}

/*Create a horizontal list with spacing*/
div.nav ul li {
  display:inline-block;
  float: left;
  margin-right: 1px;
  margin-top: 1px;
}

/*Style for menu links*/
div.nav ul li a {
  display:block;
  min-width:110px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #333333;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

/*Hover state for top level links*/
div.nav ul li:hover a {
  background: #2980b9;
}

/*Style for dropdown links*/
div.nav ul li:hover ul a {
  background: #dddddd;
  color: #2f3036;
  height: 40px;
  line-height: 40px;
}

/*Hover state for dropdown links*/
div.nav li:hover ul a:hover {
  background: #2980b9;
  color: #fff;
}

/*Hide dropdown links until they are needed*/
div.nav li ul {
  display: none;
}

/*Make dropdown links vertical*/
div.nav li ul li {
  display: block;
  float: none;
}

/*Prevent text wrapping*/
div.nav li ul li a {
  width: auto;
  min-width: 60px;
  padding: 0 20px;
}

/*Display the dropdown on hover*/
div.nav ul li a:hover + .hidden, .hidden:hover {
  display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #2980b9;
  text-align: center;
  padding: 10px 0;
  display: none;
}

/*Hide checkbox*/
div.nav input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
div.nav input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 800px){
  /*Make dropdown links appear inline*/
  div.nav ul {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  div.nav li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  div.nav ul li, li a {
    width: 99%;
  }
  /*Display 'show menu' link*/
  .show-menu {
    display:block;
  }
}