@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700&subset=latin,greek-ext);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,greek-ext);

@media screen
{
/* -------------- general elements --------------- */

* { padding: 0; margin: 0; }

body {
  font: 'Noto Serif', Lucida, Helvetica, Arial, sans-serif;
  background: url(images/background.jpg) no-repeat;
  margin-top: 4.5em;
  margin-right: 5em;
  margin-bottom: 5em;
  margin-left: 7.5em;
  width: 900px;
}

#content {
     margin: auto auto;
     text-align: justify;
     color: #2e2e2e;
     font-family:  'Noto Serif', Lucida, Helvetica, Arial, sans-serif;
     font-size: 12pt;
}

p {	margin-bottom: .5em;
	line-height: 140%;
  }

ul  {
	margin-left: 2em;
    }

#menu {
    font-size: 12pt;
}

#wrapper {
     padding-top: 40px;
     border-left: 1px #bababa solid;
     border-right: 1px #bababa solid;
     padding-left: 20px;
     padding-right: 20px;
}
 
#sidetitle {
    color: #000;
    font-size: 14pt;
    padding-right: 20px;
    text-align: right;
    text-transform: lowercase;
}

#sidemenu {
    text-transform: lowercase;
    float: left;
    padding-left: 20px;
}


    #license {
	padding: .3em;
	border: 1px solid grey;
	background-color: #eeeeee;
	font-size: 80%;
    }

    #postamble {
	text-align: left;
	margin-top: 50px;
	border-top: 1px dotted #DDD;
	background-image: url(images/FAU.gif);
	background-repeat: no-repeat;
	background-position: right top;
    }


    #postamble p {
	font-size: 0.75em;
	margin: 0px;
    }

    blockquote {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
	width: 600px;
	border-left: 3px solid #ccc;
    } 

    h1 {
	/* font-size: 12pt; */
	color: #003466;
	font-family: 'Noto Sans', Lucida, Helvetica, Arial, sans-serif;
	font-size:20pt;
    }

    .title {display:none;}

    .titlehp {
	color: #003466;
	padding-bottom: 7px;
	font-family: 'Noto Sans', Lucida, Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	text-align: right;
	text-shadow: 4px 4px 4px #aaa;
    }
    
    h2 {
	color: #003466;
	font-size: 18pt;
	padding-bottom: 4px;
	margin-top: .5em;
	border-bottom: 3px solid #DDD;
	font-family: 'Noto Sans', Lucida, Helvetica, Arial, sans-serif;
    }

    h3 {
	color: #003466;
	font-size: 16pt;
	padding-bottom: 6px;
	font-family: 'Noto Sans', Lucida, Helvetica, Arial, sans-serif;
    }

    h4 {
	color: #000000;
	font-size: 12pt;
	font-family: 'Noto Sans', Lucida, Helvetica, Arial, sans-serif;
    }

    a {
	text-decoration: none;
	color: #006666;
    }

    a:visited {
	text-decoration: none;
	color: #336666
    }

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

    .todo {
	color: #990000;
    }

    .done {
	color: #006666;
    }

    .timestamp-kwd {
	color: #444;
    }

    .timestamp { color: #BDBDBD; 
	background-image: url(images/calday.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	       }

    .tag {
	color: #990000;
	font-size: 70%;
	font-weight: 500;
    }

    li {
	margin: .4em;
    }

    table {
	border: none;
    }

    td {
	border: none;
	padding: .1em .7em .1em .3em;
    }

    th {
	border: none;
    }

    code {
	font-size: 100%;
    }

    img {
	border: none;
    }

    .share img {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
    }

    .share img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
    }

    /* pre {border: 1px solid #555; */
    /*      background: #EEE; */
    /*      font-size: 9pt; */
    /*      padding: 1em; */
    /*     } */

    /* pre { */
    /*     color: #e5e5e5; */
    /*     background-color: #000000; */
    /*     padding: 1.4em; */
    /*     border: 2px solid grey; */
    /* } */

    pre {
	color: black;
	background-color: #efefef;
	padding: 1.2em;
	border: 1px solid #dddddd;
    }

    pre.a {
	color: inherit;
	background-color: inherit;
	font: inherit;
	text-decoration: inherit;
    }
    pre.a:hover {
	text-decoration: underline;
    }

    .outline-text-1, .outline-text-2, .outline-text-3, .outline-text-4, .outline-text-5, .outline-text-6 {
	/* Add more spacing between section. Padding, so that folding with org-info.js works as expected. */
	padding-bottom:2em;
    }

    #table-of-contents {
    font-size: 9pt;
    position: fixed;
    right: 3em;
    top: 6em;
    background: white;
    -webkit-box-shadow: 0 0 1em #777777;
    -moz-box-shadow: 0 0 1em #777777;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    text-align: left;
    /* ensure doesn't flow off the screen when expanded */
    max-height: 80%;
    overflow: auto; 
    z-index: 200;
    }

    #table-of-contents h2 {
    font-size: 9pt;
    max-width: 10em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; 
    }

    #table-of-contents ul {
	margin-left: 1pt; 
	margin-bottom: 10pt;
	padding: 0
    }

    #table-of-contents li {
	padding: 0;
	margin: 1px;
	list-style: none;
    }

    #table-of-contents ul>:first-child {
	color: blue;
    }

    #table-of-contents #text-table-of-contents {
	display: none;
	text-align: left;
    }

    #table-of-contents:hover #text-table-of-contents {
	display: block;
	padding: 0.5em;
	margin-top: 0.5em; 
    }
    
    #table-of-contents a  {
	color: #003333;
    }

    #table-of-contents a:hover {
	color: #003333;
	text-decoration: underline;
    }

} /* END OF @media screen */

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    body {
	font: 'Noto Serif', Lucida, Helvetica, Arial, sans-serif;
	margin: auto auto;
	background: white;
	width: 80%;
    }
    
    #content {
	float: none;
	width: 100%;
	text-align: left;
    }
    div#table-of-contents {
	display: none;
    }

    h1.titlehp {
	font-size: 18pt;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
    }

    h2 {
	font-size: 16pt;
    }
    
}

/* Printing */

@page
{
	margin-top:1.5cm;
    margin-bottom:1.5cm;
}

@page :left
{
  margin-left:1.5cm;
  margin-right:2cm;
}

@page :right
{
  margin-left:2cm;
  margin-right:1.5cm;
}


@media print {
   h1.titlehp {
       color: #003466;
       font-size: 14pt;
       font-family: sans-serif;
       margin-bottom: 20px;
       text-align: left;
   }
   
   h1.title,
   div#menu,
   div#table-of-contents,
   div#postamble { display: none; }

   h2 {
       color: #003466;
       font-size: 13pt;
       padding-bottom: 4px;
       margin-top: .5em;
       border-bottom: 3px solid #DDD;
       font-family: sans-serif;
    }

    h3 {
	color: #003466;
	font-size: 12pt;
	font-family: sans-serif;
    }

    h4 {
	color: #000000;
	font-size: 12pt;
	font-family: sans-serif;
    }

    #content {
	margin: auto auto;
	text-align: justify;
	font-family: serif;
	font-size: 11pt;
	font: 'Noto Serif', Lucida, Helvetica, Arial, sans-serif;
    }

    p {	margin-bottom: .5em;
	line-height: 140%;
      }


 }
