.contact-object {
  float: right;
  background-color: rgba(20, 80, 80, 0.4);
  max-width: 30vmin;
  padding: 10px;
  margin-left: 10px;
  box-shadow: 5px 2px 2px grey;
  text-decoration: none;
  font-size: 2.5vmin;
  text-align: right;
  color: rgb(5, 20, 20);
  /*    @media screen and (max-width: 1200px)
    {
        max-width:30vw;
    }*/
}
.contact-object:hover {
  background-color: rgba(20, 80, 80, 0.6);
}
.hidetitle.article {
  text-decoration: none;
  color: rgba(5, 20, 20, 0.6);
  font-size: 2vmin;
  font-weight: bold;
}
.hidetitle.article:hover {
  color: rgba(20, 80, 80, 0.6);
}
.showhide {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main_part {
  padding: 5px;
  margin-top: 10px;
}
.main_part.even {
  background-color: rgba(230, 230, 250, 0.3);
}
.main_part.odd {
  background-color: rgba(230, 250, 230, 0.3);
}
.article-item {
  padding: 5px;
  margin-top: 10px;
}
.article-item.even h3 {
  background-color: rgba(230, 230, 250, 0.2);
}
.article-item.odd h3 {
  background-color: rgba(230, 250, 230, 0.2);
}
.article-item h3 {
  font-family: Comfortaa, Impact, "Arial Black", Arial, Verdana, sans-serif;
  color: rgb(10, 50, 50);
  font-size: 3vmin;
  font-weight: bold;
  padding: 4px;
}
.article-item p {
  font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
  font-size: 2vmin;
  color: rgb(5, 20, 20);
  text-align: justify;
  line-height: 200%;
}
h2.article {
  font-family: Comfortaa, Impact, "Arial Black", Arial, Verdana, sans-serif;
  color: rgb(10, 50, 50);
  font-size: 3vmin;
  font-weight: bold;
  padding-left: 20px;
  background-color: rgba(20, 80, 80, 0.2);
  box-shadow: 4px 4px 4px grey;
}
h3.article {
  font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
  font-size: 2vmin;
  color: rgb(5, 20, 20);
  text-align: justify;
  line-height: 200%;
}
ul.article {
  font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
  font-size: 2vmin;
  color: rgb(5, 20, 20);
  line-height: 200%;
}
p.article {
  font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
  font-size: 2vmin;
  color: rgb(5, 20, 20);
  line-height: 200%;
}
.head_img {
  width: 30vmin;
  height: 20vmin;
  background-size: 30vmin 20vmin;
  margin-top: 1vmin;
  box-shadow: inset 0 0 20px 5px white;
  border-radius: 7px;
}
.head_img.even {
  float: left;
  margin-right: 20px;
}
.head_img.odd {
  float: right;
  margin-left: 20px;
}
.part3 {
  clear: both;
}
.p1_img {
  float: right;
  width: 150px;
  height: 150px;
  margin: 20px;
  margin-top: 0px;
  box-shadow: 0 0 8px 8px white inset;
}
.p2_img {
  float: right;
  width: 150px;
  height: 150px;
  margin: 20px;
  margin-top: 0px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px grey;
}
.p3_img {
  float: right;
  width: 150px;
  height: 150px;
  margin: 20px;
  margin-top: 0px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px grey;
}
.img_strip {
  display: flex;
  justify-content: space-around;
}
.strip_img {
  clear: both;
  width: 200px;
  height: 100px;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 4px 4px 4px grey;
}
.endfloat {
  clear: both;
}
