/*

Kirby Starterkit

Author: Bastian Allgeier / Sascha Lack
URL:    http://getkirby.com
Email:  support@getkirby.com

*/


/* Source Sans Pro
-------------------------------------------------- */
@font-face {
  font-family: 'Franklin Gothic Book';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/FRABK.woff) format('woff');
}



/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}


/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
a:hover {

}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: auto;
  font-family: "Franklin Gothic Book", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {

  font-size: 1em;
  line-height: 1.5em;

  max-width: 100em;
  background: #fff;
  color: #222;
}

/* Navigation
-------------------------------------------------- */


.menu a {
  color: #222;
}
.menu a:hover {
  box-shadow: 0px -.5em 0px #FF2C6B inset;
  text-decoration: none;
}
.menu .active {
  box-shadow: 0px -.2em 0px #FF2C6B inset;
}
.menu li {
  list-style: none;
  padding-bottom: 0.7em;
}
.menu > li {
  position: relative;
}
.menu > li > a {
  font-weight: 300;
}

.menu a.jam:hover, .menu a.imprint:hover {
  box-shadow: 0px -.5em 0px #F3F3F3 inset;
  text-decoration: none;
}

p a {
  box-shadow: 0px -.2em 0px #FF2C6B inset;
  text-decoration: none;
}

p a {
  box-shadow: 0px -.2em 0px #FF2C6B inset;
  text-decoration: none;
}


@media screen and (min-width: 40em) {
  body {

  }
  .logo {
    float: left;
  }
  .menu {

  }
  .menu > li {

  }
  .menu > li > a {
    border: 0;
  }
  .menu > li:hover .submenu {

  }

.header-container {
  margin: 3em 5% 0 5%;
  width: 95%;
  float: left;
}

.main-container {
  width: 63%;
  float: right;
  padding-top: 2.2em;
  margin-right: 15%;
}

.menu-container{
  margin: 0 5% 0 5%;
  width: 12%;
  float: left;
}

h1.home {
background-size: 50% 50%;
background: #ffffff url(../img/Line.svg) no-repeat right top;
text-align: right;
text-decoration: none;
font-size: 2em;
line-height: 1.4em;
padding: .5em 0 2em 0;
vertical-align: bottom;
float: right;
margin: 5.1em 20% 0 0;
letter-spacing: .03em;
}

p, figure {
  max-width: 40em;
  min-width: 30em;
}

}

@media screen and (max-width: 40em) {
  body {

  }
  .logo {
    float: left;
  }
  .menu {
    text-align: left;
    font-size: 2em;
    line-height: 1.5em;
    padding-left: 15%;
    margin-bottom: 3em;
  }
  .menu > li {

  }
  .menu > li > a {
    border: 0;
  }
  .menu > li:hover .submenu {

  }

  .main-container {
    width: 63%;
    float: left;
    padding: 2.2em 0 0 15%;

    margin-right: 15%;
  }

  .menu-container {
    display: block;
    width:100%;
    float: right;
  }

   .header-container {
  font-size: 2em;
  margin: 10% 0 0 15%;
  }

  h1.home {
    background: #ffffff url(../../content/home/Line.svg) no-repeat left top;
    background-size: 65%;
    text-align: left;
    text-decoration: none;
    font-size: 2.5em;
    line-height: 1.1em;
    padding: .3em 0 2em 0;
    vertical-align: bottom;
    float: left;
    margin: 4em 0 4em 15%;
    letter-spacing: .03em;
}

p, figure {
  width: 150%;
  max-width: auto;
  min-width: auto;
}

table {
  width: 150%;
}

}


/* Headings
-------------------------------------------------- */
/* h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
}
h2 {
  font-size: 1.125em;
  line-height: 1.125em;
  font-weight: 300;
  margin-bottom: .5em;
  color: #000;
  letter-spacing: .03em;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: .5em;
}
*/
h4, h3, h1 {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: #000;
}

h2 {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: #000;
}

h1 span {
  box-shadow: 0px -.2em 0px #FF2C6B inset;

}

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}




/* Main
-------------------------------------------------- */


.main {
  padding-bottom: 1.5em;
}
.main hr {
  margin: 3em 0;
  height: 2px;
  background: #ddd;
}
.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em;
}
.main a {
  border-bottom: 2px solid #ddd;
}
.main a:hover {
  border-color: #222;
}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
}

th {
    text-align: left;
}

.year {
      min-width: 4.8em;
      vertical-align: top;
}


::selection {
  background: #FF2C6B; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #FF2C6B; /* Gecko Browsers */
}
