
.page_title_mobile {
	display: none;
}

@media screen and ( max-width: 767px ) {
	
	.anniversary .company-name  {
		display: none;
	}
	
	.decorations.decoration-header .decoration-background {
	    width: auto;
	    position: relative;
	}

	.anniversary  {
		height: 60%;
	}
	
	header hgroup {
		background: #6F7478;
	}
	
	.menu-navigation-container {
    	width: auto;
	}
}

@media screen and ( max-width: 600px ) {
	.anniversary  {
		display: none;
	}
}

@media screen and ( max-width: 599px ) {
	.menu-navigation-container {
		clear: both;
	}
	
	.main-navigation {
		padding: 0;
	}
	
	.decorations.decoration-central  {
		height: 10px;
		min-height: 10px;
		padding: 0;
		color: transparent;
	}

	.decorations.decoration-central .decoration-typo  {
		display: none;
	}
	
	.decorations.decoration-header  {
		float: left;
		width: 3em;
		padding-left: 3%;
		position: relative;
	}

	header.site-header h1.site-title {
		clear: none;
		font-size: 16px;
		height: 100%;
		min-height: 35px;
		padding: 6px 0 6px;
		line-height: 1.1em;
		margin: 0;
		float: left;
		max-width: 200px;
		display: flex;
		align-items: center;
  }
   
	header hgroup {
		overflow: hidden;
		
		position: relative;
	}
   
	article.has-images .article-content {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	article.has-images .article-container {
		width: 100% !important;
		float: none;
	}
	
	.gallery-item, 
	.attachment-thumbnail {
		float: none;
		width: 100%;
	}
	
	.gallery {
		clear: both;
	}

	.gallery .gallery-icon img {
		width: auto;
	}
	
	article aside {
		float: none;
		width: auto;
	}
	
	article aside ul {
		padding-left: 3%;
		padding-right: 3%;
	}

	.site-content nav {
		font-size: 12px;
		line-height: 1.4em;
	}


	.menu-toggle {
		float: left;
		margin-right: 8px;
	}
	
	.page_title_mobile {
		display: block;
		clear: none;
		padding: 0.25em;
	}
}

@media screen and ( min-width: 540px ) {
	header.site-header h1.site-title {
		font-size: 18px;
		max-width: calc(100% - 120px);
	}
}

@media screen and ( min-width: 600px ) {
	header.site-header h1.site-title {
		font-size: 22px;
		max-width: none;
	}
}


@media screen and ( max-width: 980px ) {
	.anniversary {
		width: 16%;
		font-size: 15px;
	}

	.anniversary .anniversary-years {
		font-size: 41px;
	}
}