/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media screen and (max-width:990px){
	.mobile-search{
		display: none!important;
	}
}

/* Style for fixed menu on /module */
.textwidget > p {
    font-weight: 400!important;
}

.textwidget td {
    font-weight: 400!important;
}

.footer_agb a{
    font-weight: 400!important;
}

.fixed-menu{
  position: fixed;
  left: 0;
  padding-left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index:5;
}
.fixed-menu-item{
  margin: 10px 0;
}
.fixed-menu-item a{
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  font-family: "Oswald","Times New Roman",Times,serif;
  font-weight: 400;
}
.fixed-menu-item a:focus{
	color:#333;
}
.fixed-menu-item a.active::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 3px;
  background-color: #ff9f35;
}
@media screen and (max-width: 1650px) {
	.fixed-menu{
  		position: static; 	
		transform: translateY(0);
		padding-left: 0;
	}
	.fixed-menu-item a{
		 font-size: 18px;
	}
	.fixed-menu-item a.active::before{
		display:none;
	}
}



