/*
 Theme Name:   OnePress Child
 Description:  Mein Child Theme
 Author:       Alice Wunderkeks
 Template:     onepress
 Version:      1.0
*/
/* Background Image */
#content {
    background-image: url("./img/bg_grafiti.png");
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: 100% auto;
}

/* Fonts Headlines*/
/* annie-use-your-telescope-regular - latin */

@font-face {
	font-family: 'Annie Use Your Telescope';
	font-style: normal;
    font-weight: 400;
    font-display: swap;
	src: url('./fonts/annieuseyourtelescope/annie-use-your-telescope-v10-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Annie Use Your Telescope Regular'), local('AnnieUseYourTelescope-Regular'),
		 url('./fonts/annieuseyourtelescope/annie-use-your-telescope-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/annieuseyourtelescope/annie-use-your-telescope-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/annieuseyourtelescope/annie-use-your-telescope-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/annieuseyourtelescope/annie-use-your-telescope-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/annieuseyourtelescope/annie-use-your-telescope-v10-latin-regular.svg#AnnieUseYourTelescope') format('svg'); /* Legacy iOS */
  }
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/opensans/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url('./fonts/opensans/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/opensans/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/opensans/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('./fonts/opensans/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./fonts/opensans/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  

 body #page div.page-header h1 {
     font-family: 'Annie Use Your Telescope', cursive !important;
     font-size: 3.4em !important;
     text-transform: none !important;
    font-weight: 600 !important;

 }

 h2{
     font-family: 'Annie Use Your Telescope', cursive !important;
     font-size: 2.7em !important;
 }
 h3{
     font-family: 'Annie Use Your Telescope', cursive !important;
     font-size: 2.3em !important;
 
 }
 p{
     font-size: 1.2em !important;
     color:#000 !important;
 }
 p strong{
    color:#000 !important;
 }
 p.widget-kontakt{
     font-size: 1em !important;
     color:#000 !important;
 }

 #about h3 a{
    color:#03c4eb !important;
 }     

 /* Footer Settings */
 /* Change bg color */
 #footer-widgets.footer-widgets{
    background: #e2e2e2;
 }
 /* change title font color */
 .sidebar .widget .widget-title{
    color:#000;
 }   
/* change date post font color */
 span.post-date{
     color:#a9a9a9;
 }
/* Change color icons Startpage */
.section-services .service-item .service-image i {
	color: #c2c2c2;
}
/* Change galery discription. Sadly with important, but the plugin uses id so we can not override this otherwise*/
.bwg_container div.bwg-item div.bwg-thumb-description span {
    font-family: 'Open Sans', 'cursive' !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    word-wrap: break-word;
    max-height: 100%;
}

.category-link {
    grid-template-columns: 40% auto !important;
}

.category-link img {
    display: none;
}
/*change color list to black */
.entry-content ul, .entry-content ol {
    margin: 1.5em auto;
    list-style-position: outside;
    color: #000;
}
/* change font-size list element */
.entry-content li{
    font-size: 1.2em;
}

/* change menue ul element from width with fixed value to auto */
.main-navigation .onepress-menu ul {
    min-width: 12em;
    width: auto;
    border: 1px solid #e9e9e9;
    border-top: none;
}

/* change button background color */
.wp-block-button__link {
    background-color: #76d12b !important;
}