
/*
Theme Name: Angela Schilling
description: Angela Schilling - Theme - Ver. 01
Author: neo7
Author URI: https://neo7.de
Template: customify
Version: 1.0.0
Text Domain: angelaschilling
*/

/* eb-garamond-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/eb-garamond-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/eb-garamond-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/eb-garamond-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/eb-garamond-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/eb-garamond-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
	--hellerblau: rgb(211, 223, 233);
    --hellblau: rgb(52, 169, 225);
    --blau: rgb(23, 112, 184);
	--blau: rgb(24, 117, 167);
    --dunkelblau: rgb(36, 59, 111);
    --grau: rgb(103, 103, 103);
    --hellgrau: rgb(153, 153, 153);
	--dunkelgrau rgb(55, 55, 55);
	--orange: rgb(255,102,0);
    font-family:  "EB Garamond", "Times New Roman", Times, serif !important;
    font-weight: 400 !important;
    font-size: 100%;
    line-height: 1.4 !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body .comments-area .comment-reply-title, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 400;
    font-family:  "EB Garamond", "Times New Roman", Times, serif !important;
  margin: 0 0 .5407911001em;
  color: #333;
  clear: both;
  text-transform:uppercase;
}



.shadow {
	text-align: center;
	margin: 0 10px 10px 0 !important;
	padding: 10px !important;
	border: 1px solid rgba(150,150,150,.3);
	box-shadow: 0 0 4px 2px rgba(150,150,150,.1);
	float: left;
	display: inline-block;
}

.su-spoiler-style-modern-light > .su-spoiler-title {
	background-color: #f8f8f8 !important;
  background-image: url("../images/modern.png") repeat-x;
  color: #666666;
  text-shadow: 0 1px 0 #ccc;
}

.caption_link a {
    text-transform: uppercase;
    font-size: 0.8em !important;
}

.galleries-container {
    margin-left: 10px;
    margin-bottom: 10px;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
}

.site-branding .site-title, .site-branding .site-title a {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
	font-weight:400;
}

.nextgen_pro_grid_album .image_container .image_link_wrapper {
    min-height: 240px;
}

hr {
    background-color: #eee;
    height: 0.5px;
    color: #eee;
}

.shadowright {
    text-align: center;
    margin: -25px 10px 10px 0 !important;
    padding: 0px !important;
    border: 1px solid rgba(150, 150, 150, .3);
    box-shadow: 0 0 4px 2px rgba(150, 150, 150, .1);
    float: right;
    display: inline-block;
}

.wp-block-image.shadowright .alignright {
    float: right;
    margin: 0 0 0 0;
}

figure.wp-block-image.alignfull.size-full {
	margin:0;
}

main#main {
	padding-top:0;
}

.workselement {
	margin: 0;
	border: solid 1px #CCCCCC;
	padding: 20px !important;
	padding-bottom: 10px !important;
}

.workselement figure {
	margin:0;
}

.workselement h3 {
	margin:0;
}

.workselement h3 a {
	font-size:13.3px;
	text-transform:uppercase;
	text-decoration:none !important;
}

body #main a {
  color: #111;
  text-decoration:underline;
}

body a:hover{
  color: var(--orange) !important;
}

.entry-content .worksquery li {
    margin-left: 0;
    margin-bottom: 0;
}


@media (prefers-color-scheme: dark) {
  /* Dark theme styles go here */

}

@media screen and (max-width: 568px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 766px) {

}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 1024px) {

}

@media screen and (min-width: 569px) {
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1260px) {
}
	