@font-face {
    font-family: 'PreussischeVI9';
    src: url('media/PreussischeVI9/PreussischeVI9.eot');
    src: url('media/PreussischeVI9/PreussischeVI9.eot?#iefix') format('embedded-opentype'),
        url('media/PreussischeVI9/PreussischeVI9.woff2') format('woff2'),
        url('media/PreussischeVI9/PreussischeVI9.woff') format('woff'),
        url('media/PreussischeVI9/PreussischeVI9.svg#PreussischeVI9') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'TGL12096.01';
  src: url('media/TGL/TGL1209601.eot');
  src: url('media/TGL/TGL1209601.eot?#iefix') format('embedded-opentype'),
      url('media/TGL/TGL1209601.woff2') format('woff2'),
      url('media/TGL/TGL1209601.woff') format('woff'),
      url('media/TGL/TGL1209601.svg#TGL12096.01') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=PT+Mono&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css');

:root {
  --black: #000000;
  --white: #ffffff;
  --almostwhite: #fffffe;
  --lightgrey: #eeeeee;
  --midgrey: #888888;
  --darkgrey: #101010;
  --machinegreen: #79a8ad;
  --winqueeze: #3badb1;
  --redgrey: #A69894;
  --rosa: #a57373;
  --black: #000000;
  --container: #fffffe;
  --mimfGreen: rgb(0, 148, 116);
  --background: #eeeeee;
}

/******************************
 ********* BODY ***************
 ******************************/

 html {
   position: relative;
   min-height: 100%;
 }

 body {
    font-family: 'Crimson Text', 'Times New Roman', 'Times', serif;
    font-size: 1.2;
    color:  #222222;
    background-color: var(--background);
    /*background-color: var(--darkgrey);*/
    margin-bottom: 100px;    
 }

 @media (min-width: 1200px) {
    .container {
        max-width: 840px;
    }
 }

 .container {
  font-size: 1.2;
  color:  var(--darkgrey);
  background-color: var(--container);
  border-radius: 5px;
  border: 2px var(--winqueeze) dotted;
  margin-bottom: 100px;  
  margin-top: 100px;
  padding: 20px 40px 20px 40px;
}

h1.title:not(:first-child) {
  margin-top: 100px;
}

 h1.title {
    margin-bottom: 20px;
    border-bottom: #19c897 6px solid;
    font-family: 'TGL12096.01'; 
    font-weight: bold; 
    font-style: normal;
    font-size: 2.5rem;
    /* color: #3badb1 */
    color: #000000;
 }

 h1.info_title {
    font-family: 'TGL12096.01';
    font-size: 1.8em;
    color: #ffffff;
 }

 small.imageText {
  font-size: 1em;
}

p {
  font-size: 1.2em;
  font-weight: 500;
}

.text-muted {
  margin-top: 5px;
  font-family: 'PT Sans', sans-serif;
  font-size:  1.0em;
  color: #000000;
}

 .alert-info {
    background-color: #83A1A6;
    color: white;
    border-radius:  10px;
    border: 5px white dashed;
    margin: 20px;
 }

.info_text-muted {
    font-family: 'PT Sans', sans-serif;
    font-size:  0.8em;
    color: white;
}

.alert-info>a {
    color: #496366;
}

.alert-info>a:hover {
    color: #A37190;
    transition: 1s;
}

 .blockquote {
    font-family: 'PreussischeVI9';
    font-size: 2em;
    color: #83A1A6;
    text-align: left;
    border-top: 5px #83A1A6 solid;
    border-bottom: 5px #83A1A6 solid;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px;
 }

 .blockquote_footer {
    font-family: 'PT Sans', sans-serif;
    font-size:  0.8em;
    color: #000000;
    text-align: end;  
 }

.btn-info {
    background-color: #83A1A6;
    border:  0;
}

.btn-info:hover {
    background-color: #A69894;
}

.card {
    background-color: #fcfcfc;
}

/****** Carousel ******/

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  background-size: 100%, 100%;
  background-image: none;
  text-shadow: 1px 1px 5px #A35389, 0 0 10px #5B6F73;
}

.carousel-control-next-icon:after
{
  content: '›';
  font-size: 55px;
  color: #ffffff;
}

.carousel-control-prev-icon:after {
  content: '‹';
  font-size: 55px;
  color: #fff;
}


/********************************
 ********* NAVBAR ***************
 ********************************/

 ul.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: var(--black);
  border: 0;
  padding: 10px;
}

.navbox {
  border-width: 10px;
  border-bottom: 0.5rem dashed var(--white);
  background-color: var(--lightgrey);
  padding: 25px;
  margin-bottom: 5px;
}

.navButton {
  border: #19c897 5px solid;
  background-color: #ffffff;
  font-family: 'TGL12096.01'; 
  font-weight: bold; 
  font-style: normal;
  font-size: 1.5rem;
  color: #000000;
}

.groserLink {
  font-size: 2em;
  color: dodgerblue;
}

.navbar-toggler-icon {
background-image: url("media/chip_icon.png");
background-repeat: no-repeat;
background-position: center;
}

/********************************
 ********* MISC ***************
 ********************************/

.oliverarendt {
    font-family: 'PT Mono', monospace;
    font-size: 1.0em;
    transform:  rotate(270deg);
    position: fixed;
    padding:  0;
    right:  -3em;
    bottom: 3.5em;
    transition: 1s;
}

.oliverarendt>a {
    color: #cccccc;
    transition: 1s;
}

.oliverarendt>a:hover {
    color:  #888888;
    text-decoration: underline #A37190;
    transition: 1s;
}

/*
.oliverarendt:hover {
    border-bottom: 1px solid red;
    transition: 1s;
}*/

a {
    color: dodgerblue;
    transition: 1s;
}

a:hover {
    color: blue;
    text-decoration: underline;
    transition: 1s;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity:  0.7;
}

a.email:hover {
    text-decoration: none;
}






/*******************************
 ********* ABOUT ***************
 *******************************/

 .jahr {
    margin-top: 1em;
    margin-bottom: 0.5em;
 }






/********************************
 ********* TOOLS ***************
 ********************************/

.h_spacer_20px {
    width: 20px;
 }

 .dotted_line {
   background: rgb(245,245,245);
   border-top: 0.5rem dashed #ffffff;
   width:100%;
 }

 .spacer_5 {
   height: 5px;
 }

.spacer_20 {
   height: 20px;
 }

 .spacer_50 {
   height: 50px;
 }




/********************************
 ********* IMAGES ***************
 ********************************/

.image_100pro {
   width:100%;
 }

.image_100pro600max {
   margin-bottom: 0.2em;
   width:100%;
   max-width: 600px;
 }

.image_80pro400max {
   margin-bottom: 0.2em;
   width:80%;
   max-width: 400px;
 }

.image_100pro400max {
   margin-bottom: 0.2em;
   width:100%;
   max-width: 400px;
 }

.image_100pro800max {
   margin-bottom: 0.2em;
   width:100%;
   max-width: 800px;
 }

.image_40pro600max {
   width:40%;
   max-width: 600px;
 }

.image_20pro300max {
   width:20%;
   max-width: 300px;
 }

.max_width_800 {
    max-width: 800px;
 }

.image_80pro {
    width:  80%;

}

/* Logos */

.img_logo_h64 {
    height: 64px;
}









/********************************
 ********* FOOTER ***************
 ********************************/

.blog-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  color: #999;
  text-align: center;
  font-size: 12px;
  background-color: #eeeeee;
  border-top: 0.4rem  #ffffff;
}