/*
 Theme Name: Sascha Klemin
 Description: custom theme
 Author: Sven Baier
 Author URI: svenbaier.de
 Template: twentyseventeen
 Version: 1
*/

/* philosopher-regular - latin */
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/philosopher-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Philosopher Regular'), local('Philosopher-Regular'),
       url('fonts/philosopher-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/philosopher-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/philosopher-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/philosopher-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/philosopher-v9-latin-regular.svg#Philosopher') format('svg'); /* Legacy iOS */
}
/* philosopher-700 - latin */
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/philosopher-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Philosopher Bold'), local('Philosopher-Bold'),
       url('fonts/philosopher-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/philosopher-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/philosopher-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/philosopher-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/philosopher-v9-latin-700.svg#Philosopher') format('svg'); /* Legacy iOS */
}


/* bai-jamjuree-regular - latin */
@font-face {
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bai-jamjuree-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Bai Jamjuree Regular'), local('BaiJamjuree-Regular'),
       url('fonts/bai-jamjuree-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bai-jamjuree-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bai-jamjuree-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/bai-jamjuree-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bai-jamjuree-v1-latin-regular.svg#BaiJamjuree') format('svg'); /* Legacy iOS */
}
/* bai-jamjuree-600 - latin */
@font-face {
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/bai-jamjuree-v1-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Bai Jamjuree SemiBold'), local('BaiJamjuree-SemiBold'),
       url('fonts/bai-jamjuree-v1-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bai-jamjuree-v1-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bai-jamjuree-v1-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/bai-jamjuree-v1-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bai-jamjuree-v1-latin-600.svg#BaiJamjuree') format('svg'); /* Legacy iOS */
}
/* bai-jamjuree-700 - latin */
@font-face {
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/bai-jamjuree-v1-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Bai Jamjuree Bold'), local('BaiJamjuree-Bold'),
       url('fonts/bai-jamjuree-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bai-jamjuree-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bai-jamjuree-v1-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/bai-jamjuree-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bai-jamjuree-v1-latin-700.svg#BaiJamjuree') format('svg'); /* Legacy iOS */
}
body {
   font-family: 'Bai Jamjuree', Arial, sans-serif;

   font-weight: 400;
   font-size: 18px;
   line-height: 26px;
   color: #0e0e0e;
   font-feature-settings: "liga" 0;

/*
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
*/
}

@media screen and (min-width: 30em) {
.page-one-column .panel-content .wrap {
    max-width: 1000px;
}
}

/* Hide image in Header  */
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media, .has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
display: none;
}

body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-title, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-title, body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-title a, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-title a, body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-description, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-description  {
color: #cce6f3;
}


/* Full width page template  */
body.page-template-template-full-width #content #primary {
	max-width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 4em;
}


/* Seitenttitel auf Startseite etwas größer darstellen */
/* .page .panel-content .entry-title
{font-size: 20px;}

.page-one-column .panel-content .wrap {
    max-width: 1000px;
}

Panels alternierende, halb-transparente Hintergrundfarbe geben
#panel1, #panel3 {background: rgba(160,100,220,0.5); }
.panel-content {background: rgba(220,220,220,0.7); }         */

/* Content-Bereich der Startseite, halb-transparente Hintergrundfarbe definieren
.panel-content .entry-content {background: rgba(250,250,250,0.7); padding: 50px;}*/

/* Die einzelnen Panels an Fensterhöhe anpassen
.panel-content .wrap .entry-content
{width: 100%; height:100vh;}*/

/* Hintergrundbild für Startseite definieren
.twentyseventeen-front-page .site-content {
margin: 0;
background: url(https://svenbaier.de/mirjambudday/wp-content/uploads/2018/10/Mijam_67A0543_neu.jpeg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}*/

/*
body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-title, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-title, body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-title a, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-title a, body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-description, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-description {
    color: #d2232a;
} */

.twentyseventeen-front-page.has-header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding {
    /* margin-bottom: 0 !important;*/
}

/*

.page-template .custom-header {
    margin-bottom: 60px !important;
}
  */




@supports ( object-fit: cover ) {
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
object-position: 0% 25%;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
}
}

.site-header {
    background-color: #ab1218;
    position: relative;
}

.site-description {
    font-family: 'Bai Jamjuree', Arial, sans-serif;
    color: #e6cc68 !important;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    opacity: 1;
}


.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 0;
}

.site-content {
    padding: 40px 0;
    background-color: #fefefe;
}

.site-title {
    font-family: 'Bai Jamjuree', Arial, sans-serif;
    font-size: 48px;
    font-size: 3.25rem;
    letter-spacing: 0.03em;
    color: #cce6f3;
}


/* Titel Homepage */
body.has-header-image .site-title, body.has-header-video .site-title, body.has-header-image .site-title a, body.has-header-video .site-title a {
    color: #cce6f3;
    text-shadow: #222 1px 1px 3px;
}
body.twentyseventeen-front-page .site-description {
    color: #fff !important;
    opacity: 1;
    /* text-shadow: #222 0px 0px 3px; */
    text-shadow: none;
}

ul, ol {
    margin: 0 0 1.5em;
    padding: 0 0 0 20px;
}

.widget ul {
    list-style: none;
    margin: 0 60px 30px 0;
}

h1, h2, h3 {
    font-weight: 700;
    color: #ab1218;

}

h2.widget-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1em;
    color: #ab1218;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {

    color: #ab1218
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 1em;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 36px;
    line-height:46px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}
body.has-header-image .site-description, body.has-header-video .site-description {
    opacity: 1;
}

/*
.navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
    text-transform: uppercase;
}

.navigation-top {
    background: #fafafa;
    border-bottom: 0;
    border-top: 0;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
}
 */

 .site-header .navigation-top .menu-scroll-down {
    color: #0e0e0e;
    top: 0.3em;
}

.navigation-top {
    background: #ab1218;
    border-bottom: 0;
    border-top: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.main-navigation a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    color: #cce6f3;
}

.main-navigation a:hover {
    color: #e6cc68;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #e6cc68;
}

.main-navigation a {
    font-family: 'Bai Jamjuree', Arial, sans-serif;
    padding: 10px 10px 10px 0;
}
.main-navigation a:first-child {
    padding: 10px 10px 10px 25px;
}

.site-footer {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0;
    background: #fafafa;
}

#copy {
    width:48%;
    float:left;
}

#footernavigation {
    width:48%;
    float: right;
    text-align: right;
}

#menu-footer-navigation {
    list-style: none !important;
    padding: 10px;
}
#menu-footer-navigation li {
        display: inline-block;
        margin-left: 20px;
}

#menu-footer-navigation li a {
        color: #c7b954 ;
}



/* Fixed menu at top for small and medium devices...
@media screen and (min-width: 20em) and (max-width: 47.99em) {

.site-branding {
    padding: 3em 0 2em !important;
}
    .navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 7;
    }

    #post-7 .panel-image {
        display: none;
    }

    .site-branding {
        padding: 5em 0 2em;
    }
}                     */

.social-navigation ul {
    display: none;
}

#page {
    word-wrap: normal;
}

.custom-header-media::before {
    background: transparent;
}


@media only screen and (max-width: 768px) {

	.site-title {
	    line-height: 1em;
	    text-align: center;
	}
	.site-description {
	    text-align: center;
	}

         .site-branding-text {
             display: block;
             vertical-align: middle;
             text-align: center;
             width: 100% !important;
         }
         body.page-template-template-full-width #content #primary .entry-header {
	    margin-bottom: 0;
             padding: 0;
	}

	/*.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: table-cell;
	    height: 100%;
	    vertical-align: top;
	} */

         body.twentyseventeen-front-page .site-description {
             color: #fefefe !important;
         }

         .widget ul {
             list-style: none;
             margin: 0 20px 30px 0;
         }

         .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	    font-size: 28px;
	    line-height: 30px;
	    font-weight: 700;
	    letter-spacing: 0.01em;
	    text-transform: uppercase;
	}


}



/*
@media only screen and (max-width: 480px) {

.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    -o-object-fit: cover;
    object-fit: cover;
}

.site-title {
    font-size: 32px;
}
body.twentyseventeen-front-page .site-description {
    color: #fff;
    opacity: 1;
    font-size:16px;
    line-height:20px;
    font-weight:600;
}

.site-description {
    color: #fff;
    opacity: 1;
    font-size:16px;
    line-height:20px;
    font-weight:600;
}

.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe {
    position: absolute;
}

.site-branding-text {
    margin-top: 20px;
}

.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    display: table;
    height: 280px;
    height: 62vh;
    width: 100%;
}

}
*/