/*
Theme Name: Twenty Seventeen Shop
Theme URI: https://murielgranzow.de/themes/twentyseventeen-shop/
Author: Muriel Granzow
Author URI: https://murielgranzow.de
Template: twentyseventeen
Description: Shop theme of twentyseventeen.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-shop
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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.
*/
/*body, button, input, select, textarea{font-family: "Helvetica Neue", helvetica, arial, sans-serif}
*/

/*body, button, input, select, textarea{font-family: "Helvetica Neue", helvetica, arial, sans-serif}
*/
/*hyperlinks on error404 page*/
.error-404-link {
	text-decoration: underline;
}
.error-404-content{
	width:100% !important;
}
/*social on error404 page*/
.no-svg .social-navigation li a .screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/*header image*/
.has-header-image .custom-header-media img{
	right:0;
	left:auto;
	width:auto;
}
/*portfolio*/
.block-cover-link a,
.block-cover-link a:link{
	box-shadow:none
}
.block-cover-link a:hover,
.block-cover-link a:visited,
.block-cover-link a:active{
	color:inherit;
	box-shadow:inset 0 -1px 0 currentcolor
}
.block-cover-headline a{
	color:#474848;
	box-shadow:inset 0 -1px 0 #474848
}

.block-cover-min-height{
	min-height:550px
}

/*instagram feed*/
.sbi_photo{
	box-shadow:none !important
}
/*social media icons*/
.social-navigation a,
.social-navigation a:link,
.social-navigation a:hover,
.social-navigation a:visited,
.social-navigation a:active{
	background-color:transparent;
	color:#222;
}
.social-navigation .icon{
	top:8px;
	height:30px;
	width:30px;
}

/*Seitentitel und Menue*/
.wrap,
.navigation-top .wrap{
	max-width:100%;
}
/*Seiteninhalt*/
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.page-one-column .panel-content .wrap{
	max-width:100%;
}
/*metaslider*/
.metaslider-width{
	max-width: 55%;
	min-width: 670px;
}
.metaslider.ms-theme-architekt .flexslider:not(.filmstrip) ul.flex-direction-nav{
	width:150px !important;
}
/*mobile only*/
@media only screen and (max-width: 599px){
		/*header image*/
	.has-header-image .custom-header-media img{
		right:-30%;
		left:auto;
		width:auto;
	}
}
/*mobile only landscape*/
@media only screen and (max-width: 599px) and (orientation:landscape){
		/*header image*/
	.has-header-image .custom-header-media img{
		right:0;
		left:auto;
		width:auto;
	}
}
/*tablet only*/
@media only screen (min-width:599px) and (max-width: 781px){
}
/*mobile (until 599px) and tablet (until 781px)*/
@media only screen and (max-width: 781px){
	.hide-mobile {
		display:none
	}
	/*portfolio block cover*/
	.block-cover-min-height{
	min-height:400px
	}
	.wp-block-column:not(:only-child){
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	.wp-block-column:nth-child(2n){		
		margin-left: 0;
	}
	/*metaslider*/
	.metaslider-width{
		max-width: 100%;
		min-width: 0;
	}
	.metaslider.ms-theme-architekt.ms-is-small .flexslider:not(.filmstrip) ul.flex-direction-nav{
    width: 100% !important;
	}
}