/* Allgemeines, u.a. wie die Schrift im Inhalt aussieht */
:root {
  --fett: #e56586;
  --text-color: #535353;
  --dunkler: #c6516f;
  --input-submit: #d86a86;
  --textarea-background: #f9efef;
  --textarea-border: #dea4b3; /* #c68282 */
}    

* {
  box-sizing: border-box;
  scrollbar-color: #636363 #3d3d3d;
  scrollbar-width: thin;
	font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #3d3d3d; }
::-webkit-scrollbar-thumb { background: #636363; }
::-webkit-scrollbar-thumb:hover { background: #777; }


body {
	color: var(--text-color);
	font-size: 1rem;
	text-align: justify;
	//text-shadow:1px 1px 0 rgb(222,221,221);
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
	background: #eee;
}

#bgbild {
 	background: url('../images/bg.jpg') no-repeat;
	width: 50vw;
	height: 100%;
    background-size: 100% auto;
    background-position: bottom right;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: -1;
	}

#content, nav, footer {
    background: #fff;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    max-width: 700px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
}

footer {
    text-align: right;
    background: transparent;
    border-radius: 0px;
    margin-top: -10px;
    text-align: right;
    font-size: 0.8rem;
}
		
nav {
    height: auto;
    padding: 0px;
	display: flex; 
	justify-content: space-between;
    flex-wrap: wrap;
}

nav > .col {
    width: calc(100%/5);
}

nav > .col > a > .navbutton {
    text-align: center;
    padding: 20px 20px;
    border-radius: 20px;
    width: 100%;
    border-width: 0px;
    cursor: pointer;
    background: #fff;
    text-shadow:1px 1px 0 rgb(222,221,221);
    font-size: 0.8rem;
    transition: all .4s ease-out;
}
nav > .col > a > .navbutton:hover {
    background: #eee;
    transition: all .4s ease-out;
}
nav > .col > a > .navbutton:active {
    background: #e7e7e7;
}

p, td { 
 	font-size: 11px;
    font-family: "tahoma", sans-serif;
    color: #686b6a;}

i,em { font-size: 11px;
    font-family: "tahoma", sans-serif;
    font-style: italic;
    color: #1d8cab;
    text-decoration: none;}

s, strike { font-size: 11px;
    font-family: "tahoma", sans-serif;
    color: #1d8cab;}

u { font-size: 11px;
    font-family: "tahoma", sans-serif;
    color: #5f5f5f;
    border-bottom: 1px solid;
    border-color: #cc4bb7;
    text-decoration: none;}

b, strong { font-size: 11px;
    font-family: "tahoma", sans-serif;
    color: #cc4bb7;
    text-decoration: none;}

a:link{color:#8d6987; letter-spacing: 1px;  text-decoration: none;}
a:visited {color:#8d6987; letter-spacing: 1px;  text-decoration: none;}
a:active{color:#c059af; letter-spacing: 1px;  text-decoration: none;}
a:hover {color:#c059af; letter-spacing: 1px;  text-decoration: none;}
		
img {		
    border: 0px;
    margin: 0px;
}
		
blockquote { 
 	font-size: 11px;
    font-family: "georgia", serif;
    font-style: Italic;
 	background: #e2d1ec; 
    text-decoration: none;
    border-bottom: 1px solid #a3a2a2; 
    border-right: 1px solid #a3a2a2; 
    margin:  20px 12px 20px 12px ;
    padding: 8px 5px 8px 8px;
	}

h1 {
	  font-size: 1.2rem;
      font-family: "georgia", serif;
	  font-style: italic;
      text-align: left;
      color: #6699cc;
      margin: 0px 0px 5px 0px;
      padding: 5px 5px 5px 8px;
      text-shadow:1px 1px 0 rgb(255,255,255); 
      }
    
h2 {
	  font-size: 13px;
      font-family: "georgia", serif;
      font-style: italic;
      text-align: left;
      color: #edb67f;
      margin: 0px 0px 5px 0px;
      padding: 5px 5px 5px 8px;
      text-shadow:1px 1px 0 rgb(255,255,255); 
      }
      

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 5px;
}

@media screen and (max-width: 700px) {
    [class*="col-"] {
        width: 100%;
      }   

    nav > .col {
        width: 50%;
    }
    nav {
        margin-top: 0px;
    }
    nav > .col > a > .navbutton {
        padding: 15px 20px;
    }
}

/* HOVERTITLE */

    .hovertitle {
      background-color: #000;
      color: #fff;
      display: inline-block;
      font-family: Arial, sans-serif;
      font-size: 14px;
      margin: 8px 0px 8px 0px;
      max-width: 730px;
      min-width: 150px;
      overflow: hidden;
      position: relative;
      text-align: center;
    }
    .hovertitle * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.45s ease;
      transition: all 0.45s ease;
    }
	
    .hovertitle:before {
      background-color: rgba(0, 0, 0, 0.5);
      border-top: 3px solid rgba(255, 255, 255, 0.75);
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 1;
      opacity: 0;
    }
    .hovertitle:before {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    .hovertitle img {
      vertical-align: top;
      max-width: 100%;
      backface-visibility: hidden;
    }
    .hovertitle figcaption {
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      align-items: center;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1.1em;
      opacity: 0;
      z-index: 2;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }
    .hovertitle h5 {
        padding-top: 10px;
      font-size: 1em;
      font-weight: 400;
      letter-spacing: 1px;
      margin: 0;
      font-variant: small-caps;
    }
    .hovertitle h5 span {
      display: block;
      font-weight: 700;
    }
    .hovertitle a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3;
	  cursor: crosshair;
    }
    .hovertitle:hover > img,
    .hovertitle.hover > img {
      opacity: 0.7;
    }
    .hovertitle:hover:before,
    .hovertitle.hover:before {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    .hovertitle:hover figcaption,
    .hovertitle.hover figcaption {
      opacity: 1;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
    }
    .hovertitle p {
      color: #ddd;
    }