@charset "UTF-8";
/*!
Theme Name: Esther Ludwig Koch
Theme URI: http://www.blank.blank/
Author: Julien Félix Web
Author URI: http://www.julienfelix.com/
Description: Esther Ludwig Koch
Version: 1.0
Tags: Esther Ludwig Koch
Text Domain: jfw_estherludwigkoch
*/
/* 2015-09-12 http://stephen.io/mediaqueries/ */
/* iPad in portrait & landscape */
/* iPad in landscape */
/* iPad in portrait */
/* Retina iPad in portrait & landscape */
/* Retina iPad in landscape */
/* Retina iPad in portrait */
/* iPad 1 & 2 in portrait & landscape */
/* iPad 1 & 2 in landscape */
/* iPad 1 & 2 in portrait */
/* iPad mini in portrait & landscape */
/* iPad mini in landscape */
/* iPad mini in portrait */
/* iPhone 6 in portrait & landscape */
/* iPhone 6 in landscape */
/* iPhone 6 in portrait */
/* iPhone 6 Plus in portrait & landscape */
/* iPhone 6 Plus in landscape */
/* iPhone 6 Plus in portrait */
/* iPhone 5 & 5S in portrait & landscape */
/* iPhone 5 & 5S in landscape */
/* iPhone 5 & 5S in portrait */
/* iPhone 2G-4S in portrait & landscape */
/* iPhone 2G-4S in landscape */
/* iPhone 2G-4S in portrait */
/* 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;
}

html {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 125%;
  background-color: #DBF0FF;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.elk-no-underline a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 125%;
}
h1.elk-masked, h2.elk-masked, h3.elk-masked, h4.elk-masked, h5.elk-masked, h6.elk-masked {
  display: none;
}

h1 {
  margin-bottom: 1.25rem;
}

header#masthead {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #DBF0FF;
}
body.admin-bar header#masthead {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar header#masthead {
    top: 46px;
  }
}
header#masthead .site-branding {
  font-weight: 700;
  padding: 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #DBF0FF;
  z-index: 2;
  position: relative;
  border-bottom: 2px solid;
}
header#masthead .site-branding a {
  text-decoration: none;
}
header#masthead #site-header-menu {
  overflow: hidden;
  height: auto;
  border-bottom: 2px solid;
  margin-top: -2px;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
header#masthead #site-header-menu.elk-hidden {
  height: 0 !important;
}
header#masthead #site-header-menu nav {
  font-weight: 700;
}
header#masthead #site-header-menu nav > div {
  background: white;
}
header#masthead #site-header-menu nav ul {
  max-width: 800px;
  margin: auto;
  box-sizing: border-box;
  padding: 23px;
}
header#masthead #site-header-menu nav ul li a {
  text-decoration: none;
}
header#masthead #site-header-menu nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
header#masthead #site-header-menu nav ul li.elk-space {
  margin-bottom: 1.252rem;
}

#content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 23px;
  box-sizing: border-box;
}
#content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
#content ul li {
  list-style: outside;
  list-style-type: disc;
}
#content p ~ ul {
  margin-top: -1.25rem;
}
