/*
Theme Name: Gläserne Wände | Twenty Seventeen Child Theme
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentyseventeen
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
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

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.
*/

@font-face {
    font-family: "Noto Serif";
    src: url('./fonts/NotoSerif-Regular.ttf');
    src: local("Noto Serif Regular"), local("NotoSerif-Regular"), 
         url('./fonts/NotoSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.feedzy-rss .rss_item {
        border-bottom: 0px !important;
        text-align: center;
}

.navigation-top nav {
	margin-left:7px;
}

.home .page .panel-content .entry-title {
        text-align: center;
}

.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
	margin-bottom: 1em;
}

#panel4 .panel-content .wrap {
        padding-bottom: 0em;
}

.site-header .menu-scroll-down {
        top: 25px !important;
}

b, strong {
        font-weight: 600;
}

a {
        color: #005192;
}

.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
        -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
        box-shadow: inset 0 -1px 0 rgba(255,255,255, 1);
}

body, button, input, select, textarea p {
        color: #222;
}

h2, h3, h4, h5, h6 {
        color:#005192;
}

ul li, ol li {
	margin-bottom:20px;
	font-size: 1.1em;
}

#masthead .wrap {
        padding-left: 11em;
}

.site-branding-text h1.site-title a, .site-branding-text p.site-title a {
	font-family: "Noto serif", serif;
	color: #005192;
	font-size: 3em;
	text-transform: none;
}

.site-branding-text p.site-title a {
	font-size: 1.4em;
}

.site-description {
	font-size: 1.5em;
	font-family: "Noto serif", serif;
	color: #000 !important;
	width: 480px;
}

.home .site-description {
	margin-left: 0.5em;
}

#primary .site-main .entry-content p {
        font-size:1.1em;
}

.site-main {
	margin-left: 3em;
}

header.page-header h1.page-title {
	margin-left: 3.3em;
}

.home .site-main {
	margin-left: 0em;
}

#post-2 h2 {
        display:none;
}

.main-navigation li {
	margin-bottom: 0;
}

.main-navigation > div > ul {
	padding: 0.75em 0em;
}

.panel-content .wrap {
        padding-top:2em;
}

.site-content-contain {
        background-color: #fff;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
        color: #005192;
}

.post-navigation {
	display: none;
}

.site-footer {
	background-color: #005192;
	color: #fff;
}

.site-footer h2.widget-title {
	color: #fff;
}

.site-footer .wrap {
	max-width: 740px;
	padding-left: 4em;
}

.site-info {
        text-align:center;
	color: #ccc;
}

.site-info a {
        color: #ccc;
}

.social-navigation a {
        background-color: transparent;
        border: 1px solid #fff;
}

.single-featured-image-header {
	display: none;
}

button {
	color: #fff;
}

button, input[type="button"], input[type="submit"] {
	background-color: #005192;
}

#colophon a {
	color: #fff;
}

a img.cover-homepage {
	box-shadow: 3px 5px 5px #555;
}

.gw-cover {
	border: 1px solid #005192;
	box-shadow: 2px -2px 5px #a4a4a4 !important;
}

.gw-cover:hover {
	border: 1px solid #222;
	box-shadow: 2px -2px 5px #222 !important;

}

.ihp-widget img, .ihp-widget a {
	box-shadow: none !important;
	border-bottom: none;
}

p.contact-submit {
	margin-top: .5em;
}

#cn-notice-text a {
        color: #fff;
        text-decoration: underline;
}

#cookie-notice {
        font-size: .75em;
}

#cookie-notice .cookie-notice-container {
        padding: 5px;
        border-bottom: 1px solid #ccc;
}

#cookie-notice .button.wp-default {
        border-radius: 0;
        background: none;
        text-shadow: none;
        color: #fff;
}

@media only screen and (max-width: 1000px) {
        #masthead .wrap {
                padding-left: 2em;
        }

        #primary .site-main .entry-content {
        margin-top:0em;
        }

        .social-navigation {
                text-align: center;
        }

        .panel-content .wrap {
                padding-bottom: 1.5em;
        }

        .site-branding-text h1::before {
                font-size: 0.8125rem;
        }

}

@media only screen and (max-width: 480px) {
	
	.site-branding-text h1.site-title a {
		font-size: 1.8em;
	}
	
	.site-description {
		font-size: 1.1em;
		width: 320px;
	}
	
	#masthead .wrap {
		background-color: rgba(255,255,255,0.4);
		padding: 1em 2em;
		margin-bottom: -15px;
	}
	
	.navigation-top nav {
		margin-left:0px;
	}
	
	.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img { object-position: 67%;
	}
	
	img.alignleft, img.alignright {
		display: block;
		padding-bottom: 1em;
	}
	
	.site-main {
		margin-left: 0em;
	}
	
	header.page-header h1.page-title {
		margin-left: 0em;
	}	
	
}