/*
 Theme Name:   5Ginfo Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Werner
 Author URI:   https://www.gefi.at
 Template:     twentysixteen
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  5Ginfo
*/

.header-image {
    position: relative;
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-1rem) scale(.9);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.animate-pop-in {
/*  animation: pop-in .5s ease-out forwards;  */
  animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation-delay: 0.4s;
}


.header-text {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 2.4rem;
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
    .header-text {
	font-size:1.4rem;
    }
}

/* nav */

.info-navigation {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    color:#333;
}


ul.info-links-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #BBB;
}


ul.info-links-menu li {
  float: left;
  border-right: 1px solid #fff;
}

/*ul.info-links-menu li:last-child {
  border-right: none;
}*/

ul.info-links-menu  li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight:bold;
}



ul.info-links-menu li a:hover {
  background-color: #444;
}

ul.info-links-menu li.current_page_item {
  background-color: #4CAF50;
}




@media screen and (max-width: 700px) {
  ul.info-links-menu li  {
    text-align: center;
    float: none;
    border-bottom: 1px solid white;
    font-size: 0.9rem;
  }
  ul.info-links-menu li a {
    padding-top:4px;
    padding-bottom:4px;
  }
}

@media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
    }
}



body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

