/*
 Theme Name:   Elke Schanzenbächer MdL 2026
 Description:  Theme Anpaasung für Elke Schanzenbächer MdL
 Author:       smykey
 Author URI:   httpw://www.cdu-duew.de
 Template:     twentyseventeen
 Version:      1.0
 Text Domain:  elke2026
*/


@font-face {
    font-family: 'Glyphicons Regular';
    src: url( 'glyphicons-regular.eot');
    src: local('Glyphicons Regular'),  url('glyphicons-regular.woff') format('woff');
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, th, tr, td, input, button {
    font-family: Inter, sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.custom-header-media:before {
	background: none;#52b7c1;
}

.custom-logo-link {
    padding-right:0;
    margin-right: 0;
    float: right;
    position: absolute;
    right: 30px;
    top: 30px;
}

.custom-logo-link img {
    max-height: 30px;
    width: auto;
}

.site-branding a, .site-branding a:hover, .site-description a, .site-description a:hover, .custom-logo-link a, .custom-logo-link a:hover, .home.blog .entry-title a, .page .panel-content .recent-posts .entry-title a, .home.blog .entry-title a:hover, .page .panel-content .recent-posts .entry-title a:hover  {
    transition: none;
    opacity: 1;
    box-shadow: none;
}

.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
    display: block;
    vertical-align: bottom;
    height: auto;
}

.site-branding .wrap {
    text-align: left;
	padding: 0;
}

.site-branding {
    display: block;
    padding: 0 0 0;
    bottom: 0;
    background: url(assets/images/pfeil.png) no-repeat;
    background-size: 500%;
	background-position: 112% 102%;
	//position: absolute;
    width: 100%;
    text-align: center;
    z-index: auto;
}

.twentyseventeen-front-page .site-branding .wrap {
	    padding: 1000% 0 0;
}

.wp-custom-header img {
    object-position: inherit;
}

.site-title {
    font-size: 1.8em;
    font-weight: black;
    margin: 0;
    padding: 0.1em 0.1em 0.1em 0.5em !important;
    background: #2d3c4b;
	color: #fff;
    display: table;
    text-transform: none;
}

h1, h2.widget-title, h3, .home.blog .entry-title, .page .panel-content .recent-posts .entry-title {
    font-size: 1.8em;
    text-transform: none;
    font-weight: black;
    color: #fff;
    background-color: #2d3c4b;
    padding: 0.1em 0 0.1em 0.5em !important;
    display: table;
}

.site-title a, .site-title a:hover {
    color: #fff !important;
    opacity: 1;
}

.site-description {
    margin: 0;
    padding: 0.25em 1.2em;
    background: none;
	font-size: 1.2em;
    color: #2d3c4b;
	width: 15em;
}

body.has-header-image .site-description, body.has-header-video .site-description {
    color: #2d3c4b;
    background: none;
    opacity: 1;
}

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

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #fff;
    background-color: #2d3c4b;
    padding: 0.1em 10px;
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    display: table;
}

.background-fixed .panel-image {
background-attachment: unset;
}

button, input[type="button"], input[type="submit"] {
    color: #ffed14;
    background: #2d3c4b;
}

.widget-area {
	display: none;
}

.fadethis {
	opacity: 0;
	position: relative;
	transition: opacity 1.5s linear;
}

.fadethis.inview {
	opacity: 1;
}

.animate-down {
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.animate-down.animated {
   -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1500ms ease-out 100ms;
    -moz-transition: all 1500ms ease-out 100ms;
    transition: all 1500ms ease-out 100ms
}

.animate-up {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.animate-up.animated {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms;
    -moz-transition: -moz-transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms;
    transition: transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms
}

.animate-right {
    transform: translate(-100px, 0)
}

.animate-right.animated {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms;
    -moz-transition: -moz-transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms;
    transition: transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms
}

.animate-left {
    transform: translate(100px, 0)
}

.animate-left.animated {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms;
    -moz-transition: -moz-transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms;
    transition: transform 1500ms ease-out 100ms, opacity 400ms ease-out 100ms
}


@media screen and (min-width: 48em) {
	
.site-branding {
	background-size: 361%;
	background-position: 123% 101%;	
}	
	
.site-branding .wrap {
		max-width: 100%;
		padding: 0 0;
	}
	
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-height: 100px;
    top: 100px;
}

.site-title {
    font-size: 3em;
}
	
.site-description {
	font-size: 1.4em;
}

h2, h2.widget-title {
    font-size: 1.5em;
}

h3, .home.blog .entry-title, .page .panel-content .recent-posts .entry-title {
        font-size: 1.1em;
}

.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: inherit;
}

.navigation-top {
    font-size: 1.4em;

}
	
.navigation-top .wrap {
	max-width:100%;
	padding: auto
}

.page-one-column .panel-content .wrap {
    max-width: 1000px;
}

}

@media screen and (min-width: 64em) {
	
.site-branding {
	background-size: 385%;
	background-position: 120% 100%;	
}	
	
.site-branding .wrap {
		max-width: 100%;
		padding: 0 0;
	}
	
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-height: 100px;
    top: 100px;
}

.site-title {
    font-size: 3.9em;
}
	
.site-description {
	font-size: 2em;
}

h2, h2.widget-title {
    font-size: 2em;
}

h3, .home.blog .entry-title, .page .panel-content .recent-posts .entry-title {
        font-size: 1.5em;
}

.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: inherit;
}

.navigation-top {
    font-size: 1.4em;

}
	
.navigation-top .wrap {
	max-width:100%;
	padding: auto
}

.page-one-column .panel-content .wrap {
    max-width: 1000px;
}

}