/* styles.css - CSS-Definitionen - created by AS */
body {
    background-color: #eeeeee;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 5px 5px 5px;
    max-width: 900px;
    align-items: center;
    align-content: center;
}
p, div {
    font-family: Arial,Helvetica,sans-serif; font-size:1em; font-style:normal; color:black;
    font-weight:normal; text-decoration:none; text-align:left;
}
a {
    font-family: Arial,Helvetica,sans-serif; text-decoration:none; color:black;
}
a.link {
    color:blue; text-decoration:underline;
}
h1,h2,h3,h4,ul,ol,li,i,u,small,td,th,center,figcaption {
    font-family: Arial,Helvetica,sans-serif; font-style:normal; color:black;
    font-weight:normal; text-decoration:none;
}
ul,ol,li,td,th {
    font-size:1em; 
}
.book {
    font-family: 'Times New Roman', Times, 'Courier New', serif; font-size:1.2em; font-style:normal;
    font-weight:normal; color:black; text-decoration:none;
}
b, #bold, .bold {
    font-weight:bold;
}
u {
    text-decoration:underline;
}
small, .small, #small {
    font-size:0.8em;
}
.mini, #mini {
    font-size:0.75em;
}
big, .big, #big {
    font-size:1.2em;
}
.huge, #huge {
    font-size:1.6em;
}
i {
    font-style:italic;
}
h1
  {font-size:2em; font-weight:bold;}
h2
  {font-size:1.6em; font-weight:bold;}
h3
  {font-size:1.4em; font-weight:bold;}
h4
  {font-size:1.05em; font-weight:bold;}
.right
  {text-align:right;}
.center
  {text-align:center;}
.blocksatz
  {text-align:justify;}
.blau
  {color:blue;}
.blaugruen
  {color: #138BB0;}
.rot
  {color:red;}
.gelb
  {color:yellow;}
.gruen
  {color:green;}
.smallbold
  {font-size:0.8em; font-weight:bold;}
.bigbold
  {font-size:1.2em; font-weight:bold;}
.hugebold
  {font-size:1.6em; font-weight:bold;}
.abstand
{ margin-top: 3px; margin-bottom: 3px; }
.profilelinks
{ margin-top: 10px; margin-left: 8px;}

.image-border{width:7rem; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; border-radius:5px; }
.image-link{display:inline-block; padding:2px; margin:0 0.2rem 0.2rem 0.2rem; background-color:#fff; line-height:0; -webkit-transition:background-color 0.1s ease-out; -moz-transition:background-color 0.1s ease-out; -o-transition:background-color 0.1s ease-out; transition:background-color 0.1s ease-out; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px; }
.image-link:hover{background-color:#4ae; }
.lb-caption { color: #dddddd; }

.calendar-stack {
  position: relative;
  display: inline-block;
  width: 0.92857143em;
  height: 1em;
  margin-bottom: 8px;
}
.calendar-stack .fa-calendar-o,
.calendar-stack .calendar-day,
.calendar-stack .calendar-month {
  position: absolute;
}
.calendar-stack .calendar-day {
  top: 1.2em;
  left: 0.35em;
  width: 1.5em;
  height: 0.75em;
  font-family: sans-serif;
  font-size: 0.4em;
  font-weight: 700;
  line-height: 0.57142857em;
  text-align: center;
}
.calendar-stack .calendar-month {
  top: 4.4em;
  left: 0.3em;
  width: 4.5em;
  height: 0.6em;
  font-family: sans-serif;
  font-size: 0.18em;
  font-weight: 700;
  line-height: 0.57142857em;
  text-align: center;
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 660px;
}
#logo {
    position: relative;
    width: 640px;
    height: auto;
    margin: 5px;
    padding: 1px;
}
#menubar, #footer {
    margin: 5px;
    padding: 1px;
}
#footer {
    margin-top: 20px;
    font-size: 0.78em;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  position: relative;
  margin: 0;
  padding: 2px;
  width: 100%
}
figcaption {
  padding: 1px;
  text-align: center;
}
.blogentry {
    margin: 5px;
    padding: 8px;
    background-color: #dddddd;
    -webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;
}
.blogtitle {
    font-size: 1.2em; font-weight: bold;
    margin-bottom: 0.7em; margin-left: 0.8em;
    position: relative;
    top: -20px;
    color: #138BB0;
}
.jugendschutzicons {
    border: 0;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
#jumpup {
    margin-top: 15px;
    font-size: 120%;
}
.greenbox {
    background-color: green;
    margin: 10px 5px 10px 5px;
    padding: 10px 10px 10px 10px;
    width: auto;
    display:inline-block;
}
.redbox {
    background-color: red;
    margin: 10px 5px 10px 5px;
    padding: 10px 10px 10px 10px;
    width: auto;
    display:inline-block;
}
.spaltenfoto {
    max-width: 50%;
}
.spaltenfoto_drittel {
    max-width: 35%;
}
@media (max-width: 680px)
{
    body { max-width: 600px; }
    #header { width: 330px; }
    #logo { width: 300px; }
}
