/*
 Theme Name:   Zai Stiftung Theme
 Description:  Twenty Fifteen Child Theme for Zai Stiftung
 Author:       Patrick H&auml;fliger
 Author URI:   https://ify-webdesign.ch
 Template:     twentyfifteen
 Version:      1.01
*/

body {
    background-color: #feeed5;
}
body::before{
    background: #feeed5;
    border-right: 10px solid #68ac6c;
}

.hentry {
    background-color: #feeed5;
}
.entry-footer{
    background-color: #feeed5;
    border-bottom: 2px dashed #68ac6c;
}
.page-header{
    background-color: #feeed5;
}
.page-content{
    background-color: #feeed5;
}
.site-header {
    background-color: #feeed5;
}
@media screen and (min-width: 46.25em){
    .site-header {
        background-color: transparent;
    }
}
.site-footer {
    background-color: #feeed5;
    border-top: 3px solid #68ac6c;
}
.post-navigation{
    background-color: #feeed5;
    box-shadow: none;
    border: 1px dashed #68ac6c;
}

button, input, select, textarea{
    background-color: #feeed5;
}
input, textarea{
    border: 1px solid #68ac6c;
}
input:focus, textarea:focus {
    border: 1px solid #68ac6c;
}

blockquote {
	border-left: none !important;
	font-weight: bold;
}

@media screen and (min-width: 38.75em){
    .site-footer {
        box-shadow: none !important;
    }
    .hentry, .page-header, .page-content {
        box-shadow: none !important;
    }

}

.mlp_language_box ul li:after{
	content:" |";
}
.mlp_language_box ul li:last-of-type:after{
	content:"";
}

.main-navigation .current-menu-parent > a{
    font-weight: 700;
}

.box {
    border: 3px solid #68ac6c;
    padding: 0 2.5em;
}

@media screen and (min-width: 59.6875em) {
    .secondary a,
    .dropdown-toggle:after,
    .widget-title,
    .widget blockquote cite,
    .widget blockquote small {
        color: #00004a;
    }
    .dropdown-toggle:after{
        color: #68ac6c;
    }

    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"],
    .widget_calendar tbody a {
        background-color: #00004a;
    }

    .textwidget a {
        border-color: #68ac6c;
    }

    .secondary a:hover,
    .secondary a:focus,
    .main-navigation .menu-item-description,
    .widget,
    .widget blockquote,
    .widget .wp-caption-text,
    .widget .gallery-caption {
        color: #00004a;
    }

    .widget button:hover,
    .widget button:focus,
    .widget input[type="button"]:hover,
    .widget input[type="button"]:focus,
    .widget input[type="reset"]:hover,
    .widget input[type="reset"]:focus,
    .widget input[type="submit"]:hover,
    .widget input[type="submit"]:focus,
    .widget_calendar tbody a:hover,
    .widget_calendar tbody a:focus {
        background-color: #68ac6c;
    }

    .widget blockquote {
        border-color: #68ac6c;
    }

    .main-navigation ul,
    .main-navigation li,
    .secondary-toggle,
    .widget input,
    .widget textarea,
    .widget table,
    .widget th,
    .widget td,
    .widget pre,
    .widget li,
    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children,
    .widget abbr[title] {
        border-color: #68ac6c;
    }

    .dropdown-toggle:hover,
    .dropdown-toggle:focus,
    .widget hr {
        background-color: transparent;
    }

    .widget input:focus,
    .widget textarea:focus {
        border-color: #68ac6c;
    }

    .sidebar a:focus,
    .dropdown-toggle:focus {
        outline-color: transparent;
    }
}

a {
	color: #68ac6c;
}