body {
  max-width: 1200px;
  margin: auto;
  padding: 2em;
  line-height: 1.75em;
}

/* header and footer areas */
.menu { padding: 0; }
.menu li { display: inline-block; }
.article-meta, .menu a {
  text-decoration: none;
/*  background: #eee; */
  padding: 5px;
  border-radius: 5px;
}
.menu, .article-meta, footer { text-align: center; }
.title { font-size: 1.1em; }
footer a { text-decoration: none; }
hr {
  border: 1px solid black;
}

/* code */
pre {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
  padding: 1em;
  overflow-x: auto;
}
code { background: #f9f9f9; }
pre code { background: none; }

/* misc elements */
img, iframe, video { 
  max-width: 100%; 
  border-radius: 0.5rem;
}
main { hyphens: auto; }
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee; }



/* Hamburger Menu */

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #000;
  height: 50px;
  padding: 1em;
  width:100%;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(0, 0,0 , 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 820px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    left: 0;
    z-index: 99;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: lightgrey;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}













/* Custom timeline based on https://www.w3schools.com/howto/howto_css_timeline.asp */


* {
  box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.mytimeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.mytimeline a{
   text-decoration: none;
}

/* The actual timeline (the vertical ruler) */
.mytimeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timelinecontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timelinecontainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timelineleft {
  left: 0;
}

/* Place the container to the right */
.timelineright {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timelineleft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f1f1f1;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f1f1f1;
}

/* Add arrows to the right container (pointing left) */
.timelineright::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f1f1f1;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f1f1f1 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timelineright::after {
  left: -16px;
}

/* The actual content */
.timelinecontent {
  padding: 20px 30px;
  background-color: #f1f1f1;
  position: relative;
  text-align: center;
  border-radius: 6px;
}

.notist_list {
  height: 470px;
}

.frame_notist_list {
  position: absolute; 
  left: 20px; 
  top: 80px; 
  width: 450px; 
  height: 350px; 
  border: 0px;
}

.frame_notist {
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  border: 0px;
}

#mainimg {
  width:50%;
  position: relative;
  float:left;
  padding:2em;
}

#maincontent {
  width:50%;
  position: relative;
  float:left;
  padding:2em;
}

.clear {
  content: "";
  clear: both;
  display: table;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 700px) {
/* Place the timeline to the left */
  .mytimeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timelinecontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timelinecontainer::before {
    left: 60px;
    border: medium solid #f1f1f1;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f1f1f1 transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timelineleft::after, .timelineright::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .timelineright {
    left: 0%;
  }
  .icoleft{
    right: 40px; 
  }

  .notist_list {
    height: 370px;
  }
  .frame_notist_list {
    position: absolute; 
    left: 20px; 
    top: 80px; 
    width: 80%; 
    height: 250px; 
    border: 0px;
    } 
  #mainimg {
    width:100%;
  }

  #maincontent {
    width:100%;
  }

}

/* Oembed Iframe hack */
.entry-content iframe {
  width:100%;
}

.timelinecontenttitle {
  font-size: 1.4em;
}

/* flexboxxing site header */

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand{
  color: #1a1a1a;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
}

.icoleft{
  position: absolute;
  top: 10px;
  width: 25px; 
  height: 25px; 
  z-index: 10;
}

.icoright{
  position: absolute;
  top: 10px;
  right: 40px; 
  width: 25px; 
  height: 25px; 
  z-index: 10;
}
.social_icons {
  width: 50px;
  height: 50px;
  z-index: 10;
}
.verification-class {
  width: 0px;
  height: 0px;
  z-index: 0;
}

.social-navigation {
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}
.banner {
  background-color: skyblue;
}

body #widget_home {
display: block;
padding: 10px;
/*width: 220px;*/
width:80%;
height : 160px;
float: left;
min-height: 1px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
position: relative;
background: #e7e8e9;
overflow: hidden;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
border: 2px solid #DEDFD1;
}
body #featured_home {
display: block;
padding: 10px;
/*width: 220px;*/
width:80%;
height : 260px;
float: left;
min-height: 1px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;
position: relative;
background: #e7e8e9;
overflow: hidden;
-moz-box-shadow: -5px -5px 5px #888;
-webkit-box-shadow: -5px -5px 5px #888;
box-shadow: -5px -5px 5px #888;
border: 2px solid #DEDFD1;
}

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

  body #widget_home {
    display: block;
    padding: 10px;
    width: 220px;
    width=100%;
    height : 160px;
    float: left;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    background: #e7e8e9;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    border: 2px solid #DEDFD1;
  }
  body #featured_home {
    display: block;
    padding: 10px;
    width: 220px;
    height : 260px;
    float: left;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    background: #e7e8e9;
    overflow: hidden;
    -moz-box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
    box-shadow: -5px -5px 5px #888;
    border: 2px solid #DEDFD1;
  }
}
@media screen and (min-width: 1040px){
  body #widget_home {
    display: block;
    padding: 20px;
    width: 240px;
    height : 160px;
    float: left;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    background: #e7e8e9;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    border: 2px solid #DEDFD1;
  }
  body #featured_home {
    display: block;
    padding: 20px;
    width: 240px;
    height : 260px;
    float: left;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    background: #e7e8e9;
    overflow: hidden;
    -moz-box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
    box-shadow: -5px -5px 5px #888;
    border: 2px solid #DEDFD1;
  }
}

.clear{
width: 100%;
height: 1px;
margin: 0 0 -1px;
clear: both;
}

.img_gadget {
  max-width: 180px;
  max-height: 180px;
}

.gadget_center {
    text-align: center;

}