/*
* Adaptions and addons to skeleton for the medieninformatik @Uni Hildesheim
* Copyright 2017, Joerg Cassens
* jmt@cassens.org / mi.kriwi.de
* 2017-03-21, 2017-11-10 
*/

body {
  font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 140%;
  font-weight: normal;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #467A40;
}

p {
  margin-bottom: 1.5rem;
}

a, a:link, a:visited {
  cursor: pointer;
  color: #467A40;
/*   color: #204A87; */
  text-decoration:none;
}

a:active, a:hover {
  color: #CE5C00;
}

a:hover {
  color: #CE5C00;
  text-decoration:underline;
}

ol, ul {
  padding-left: 1.5rem;
  text-indent: -2rem;
  margin-top: 0;
}

th,
td {
  vertical-align: top;
}

h1, h2, h3, h4, h5 {
  font-family: "Vollkorn", "Times New Roman", Times, serif;
}

h1 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h2 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h3 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h4 { font-size: 1.6rem; line-height: 1.7;  letter-spacing: 0; }
h5 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; margin-bottom: 0; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; margin-bottom: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.3rem; }
  h2 { font-size: 2.7rem; }
  h3 { font-size: 2.1rem; }
  h4 { font-size: 1.7rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.5rem; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  h1 { font-size: 3.6rem; }
  h2 { font-size: 3.0rem; }
  h3 { font-size: 2.4rem; }
  h4 { font-size: 2.1rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.5rem; }
}

h3 {
  text-align: center;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #A6A6A6;
}

h4 {
  text-align: center;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #A6A6A6;
}

ul {
  list-style: circle inside;
}
  
ol {
  list-style: decimal inside;
}

ol, ul {
  padding: 0 0 0 1rem;
  margin: 1rem; 
}
    
ul ul,
ul ol,
ol ol,
ol ul {
  /*   margin: 1.5rem 0 1.5rem 3rem; */
  margin: 0.25rem 0 0.25rem 1rem;
  font-size: 100%;
}
      
li {
  padding: 0 0 .25rem 1rem;
  margin: 0 0 0 0;
}

#Header{
  background-color: white;
/*   border-style: none none dotted none; */
/*   border-width: 1px; */
}

#Header p{
  text-align: center;
  font-weight: 800;
  padding: 5px;
  background-color: #EBEBED;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #A6A6A6;
}

#Header img{
  background-color: #204A87;
}

#Mainpane{
  background-color: white;
}

#Content{
  padding: 5px
}

#Content h3{
  background-color: #EBEBED;
}

#Content .alert {
  color: #a40000;
}

#Sidebar{
  background-color: #EBEBED;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #A6A6A6;
/*  font-size: 80%;*/
}

#Sidebar img{
  display: block;
  margin: 5px auto 5px auto;
}

#Sidebar ul{
  line-height: 100%;
}

#Sidebar li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem 0;
/*   white-space: nowrap; */
}

@media (min-width: 550px) {
  #Sidebar {
      font-size: 80%;
  }
}

@media (min-width: 750px) {
  #Sidebar {
      font-size: 100%;
  }
}

#Footer{
  padding: 5px 0px 5px 0px;
}

#Footer p{
  font-size: 1.2rem;
  line-height: 120%;
  text-align: center;
  background-color: #EEEEEE;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #A6A6A6;
}

.container{
  background-color: white;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

@media print {
  #Sidebar{
    display: none;
  }
}

.mySlides {
    width: 100%;
    box-sizing: border-box;
    display:none;
}

#defaultSlide {
  display: inline;
}

