@media print {
    body .header {   position: static; } 

} 


body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #424242;
  background-color: white;
}
/*
* Header
*
*/
.header {
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  width: inherit;
  top: 0;
  z-index: 1;
  background-color: white;
}

.header_streamer {
  margin-right: auto;
}

.header_logo {
  text-align: left;
  max-height: 50px;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 0;
}

.header_text {
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
    padding-bottom: 0;
    margin-left: auto;
    font-family: Roboto;
    font-size: 16px;
    color: #2d3c49;
}

.header_name {
  font-size: 2em;
  font-weight: 100;
}

.header_metier {
  font-weight: 300;
  margin-right: 10px;
}

.header_hr {
  padding-bottom: 0;
}

@media screen and (min-width: 850px) {

    body {

         	width: 850px;

  	margin-left: auto;

  	margin-right: auto;

    padding-left: 5px;
    padding-right: 5px;
    }

    body .header {
       top: auto;
       position: static;
    }

    body .flexDiv {
       margin-top: 0;   
    }

  }



.egbohut {
   height: 30px;
   width: 200px;
   font-weight: normal;
   margin-left: 2px;
   background-color: lightgreen;
   color: black;
   padding: 0px;
   vertical-align: middle;
   border-radius: 10px;
   line-height: 10px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.resultdiv {
   text-align:center; 
}

img {
      max-width: 100%;
      border-radius: 5px;
    }

p.center { 
  text-align: center; 
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: blue;
  font-style: normal;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
  color: darkred;
}


header,
section,
div {
  box-sizing: border-box;
}

.flexDiv {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 65px;
}

.flexItem {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 275px;
  color: darkblue;
  font-weight: bold;
  font-style: italic;
}

.flexHeading {
  font-weight: bold;
  font-style: italic;
  font-color: darkblue;
  cursor: pointer;
}

.flexText {
  background-color: #E8E8E8;
  min-height: 180px;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.flexImage {
  cursor: pointer;
}

.hidden {
  display: none;
}	

.close {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  font-style: normal;
  cursor: pointer;
}
.flexHeading::after {
    content: '\002B';
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
}

.flexHeading.active::after {
    content: "\2212";
}

.active {     text-decoration: none;
}