/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.one-container .site-content {margin-top: 100px;}

.comment-author.vcard:before {font-size: 55px;
    position: relative; font-family: 'Material Icons';
    display: inline-block;
    content: "\efd1";
    margin-left: .22em;
    color: #007C86;}


/* Parent color */
.comment .comment-content {
	background-color: #f4f4f4; border-radius: 6px;
}

.bypostauthor > .comment-body > .comment-content {
    background: #bcbcb7; color: #000;border-radius: 6px;
}

/* Replies color */
.comment ul.children .comment-content {
	background-color: #efefef;border-radius: 6px;
}
.comment-meta .avatar {display: none;}


.generate-back-to-top,
.generate-back-to-top:visited {
    bottom: 70px; /* 30px from the bottom of your screen */
    left: 30px; /* 30px from the left of your screen */
}

.generate-back-to-top,
.generate-back-to-top:visited {
    border-radius: 50px; /* how round the button is */
    line-height: 40px; /* how tall it is */
    width: 40px; /* how wide it is */
}

.widget-area .widget:first-child { 
  padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important;
}

.widget-area .widget:last-child { 
  padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important;
}

.yoast-breadcrumbs {line-height: 1.2em;}
.yoast-breadcrumbs a {color: var(--dunkelgelb) !important;}
.single .yoast-breadcrumbs a {color: var(--dunkelgelb1) !important;}

 .comment-content a{
    color:var(--dunkelgelb)!important;
    font-weight:600;
    text-decoration:underline;
}
.comment-content a:hover{
    color:#b48484!important 
}

.sidebar select {font-size: 16px; }

#mobil-header {margin-top: 10px; }

/* #primary-menu {
    display: none;
} */
 .has-drop-cap::first-letter {
    font-size:120px !important; 
	 
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px black;
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dunkelgelb);
    font-family: georgia;
    font-style:bold;
    margin:0 5px 3px 0;
    padding: 3px;
}


.quicktags-toolbar{
    margin-top: 20px;
    font-size: 13px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    margin-left:-13px!important;
    background:transparent!important;
    min-height:35px;
    padding: 5px 5px 12px;
    margin-bottom:20px!important;
    border-bottom:0px solid transparent!important;
    border-radius:20px!important;
}
.quicktags-toolbar input {
    width:7em!important;
    padding:.15em 1.6em .6em;
    margin-left:10px!important;
    display:inline;
    float:center;
    text-transform:uppercase;
    font-size:16px!important;
    height:35px;
    font-weight:400!important;
    border-radius:20px!important;
}
.entry-content .intro {
    font-family: inherit, georgia, serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6em !important;
	font-size: 105%;
}
blockquote {
    border-left: 3px solid #666;
    line-height: 1.3em !important;
    font-weight: 400!important;
}
blockquote p {
    border: none;
    display: inline;
    color: #333;
    font-style: normal;
    font-size: 19px;
    font-weight: 400 !important;
    line-height: 1.3em;
}
blockquote a {
    color: #000!important; line-height: 1.3em;
    text-decoration: none; border: none;
    border-bottom: 0px;
}
blockquote a: hover {
    text-decoration: none;
}
blockquote {
    line-height: 1.1em;
}
blockquote p a, .wp-block-quote a {
    color: #000!important;
    text-decoration: none;
    
}
blockquote p a:hover, .wp-block-quote a:hover {
    color: #000!important;
	text-decoration: none !important;
	border: none !important;
}
cite{
    font-style: normal;
    color: #333;
    font-size:14px!important;
    font-family: inherit;
    text-transform: uppercase;
    display: block;
    font-weight:400!important;
    line-height:1.5em;
    margin-top:15px!important;
}
cite a {
    border-bottom: 2px solid var(--dunkelgelb);
}
.wp-block-pullquote p {
    font-size: 23px !important;
    line-height: 1.1em !important;
	border: none !important;
	text-decoration: none !important;
}
.cky-modal.cky-modal-open, .cky-consent-container {
    font-family: sans-serif;
}
.entry-content {
    hyphens: auto;
}
.entry-content p a, .entry-content ol li a {
    text-decoration: none; 
    border-bottom: 1px solid var(--dunkelgelb);
    color: var(--dunkelgelb)!important;
}

.entry-content ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}

.entry-content ol li {
	position: relative;
	padding-left: 60px;
	min-height: 24px;
}

.entry-content ol li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	background: black;
	border-radius: 50%;
	font-size: 18px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.entry-content ol li a {font-size: 18px !important;}

.entry-content p a:hover, .entry-content p a:focus {
    border-bottom: 1px solid var(--global-color-16);
    background: #fafafa;
    color: #111 !important;
    text-decoration: none !important;
}
a, a:visited {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.entry-content p a[href^='http']:not([href^='http://gegenwartsnotizen.']):not([href^='https://gegenwartsnotizen.']):after {
    font-size: smaller;
    position: relative;
    display: inline-block;
    content: "\2750";
    margin-left: .22em;
    color: red;
}
.entry-content figure p a[href^='http']:not([href^='http://gegenwartsnotizen.']):not([href^='https://gegenwartsnotizen.']):after {
    content: none;
}

.entry-content ol li a[href^='http']:not([href^='http://gegenwartsnotizen.']):not([href^='https://gegenwartsnotizen.']):after {
    font-size: smaller;
    position: relative;
    display: inline-block;
    content: "\2750";
    margin-left: .22em;
    color: red;
}
.entry-content figure ol li a[href^='http']:not([href^='http://gegenwartsnotizen.']):not([href^='https://gegenwartsnotizen.']):after {
    content: none;
}
 .main-title a .st-first-word {
  
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 0px;
    color: black;
    background: yellow;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    letter-spacing: 1px;
}
.main-title a .st-second-word {
    letter-spacing: -2px; 
    
    color: white; text-transform: uppercase;
   
    background: white;
    padding-top: 1px;
    padding-bottom: 1px;
} 
.main-title a .st-third-word {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    
    color: black;
    margin-left: -1px;
    background: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    letter-spacing: 1px;
}

.main-title {margin-bottom: 5px;transform: skewY(-2deg);
}

/* .main-title a .st-first-word:hover {
    background:  #3C646C; color: #fff;
}
.main-title a .st-third-word:hover { 
    background: var(--hintergrund); color: #fff;
} */
/* .main-title a .st-second-word:hover {
    background: var(--hintergrund); color: #fff;
} */
button:not(.menu-toggle), html input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited, .wp-block-button .wp-block-button__link {
	border-radius: 3px; margin-bottom: 5px;}


.widget .search-form button.search-submit {
  font-size: 22px;
}
	
.read-more-container a, input[type="submit"] {	
	background-image: linear-gradient(29deg, #01abb9, #002a2d);
  transition: 0.5s;
  background-size: 200% auto;
}

.read-more-container a:hover, input[type="submit"]:hover {background: #1C2225 !important;}

.wpulike button.wp_ulike_btn {background: #f4f4f4;}


p.gb-headline-d7bb0434 {font-style: italic;}







@media only screen and (min-width: 980px) {
	
	.entry-content {max-width: 640px; width: 100%;}
	
	.comments-area {
    background: #DBDBD3; padding: 40px 100%;
	/*	margin-left: -115px; margin-right: -115px; */
		margin-left: -100%; margin-right: -100%;
}
	.cat-links, .tags-links  { 
 display: inline-flex;}
	
	/* Arrow abschalten Navi */
.menu-item-has-children .dropdown-menu-toggle {
     display: none;
}
 .main-navigation .main-nav ul li.menu-item-has-children>a {
     padding-right: 10px;
} 
/* Ende Arrow abschalten */
	
	
	.one-container .comments-area {margin-top: 80px;}
	
	.taxonomy-description {margin-bottom: 80px !important;}
	 .page-header {margin-left: 20px;} 
	
/*	.main-title {margin-left: 20px; } */
	
 	.main-navigation .main-nav ul  {
  counter-reset: section;
  list-style-type: none;
}

.main-navigation .main-nav li a:after {
  counter-increment: section; color: var(--dunkelgelb1); 
  content: "0" counters(section, ".") " "; 
	
	top: -1em;
  margin-left: 3px;
  font-size: .725em;
  line-height: 1;
   vertical-align: super;
}
	
	
	
 .blog article:first-of-type h2.entry-title, .page article:first-of-type .inside-article h2.entry-title, .archive article:first-of-type .inside-article h2.entry-title, .search article:first-of-type .inside-article h2.entry-title {
        font-size: 40px;
        line-height: 1.3em !important; letter-spacing: 0px !important;
        font-weight: 700 !important;
    } 
	
	.archive .inside-article,
.blog .inside-article {
/*
padding: 50px;
border-color: black;
border-radius: 25px;
border: 15px #8e8f92;
box-shadow: 2px 2px #c9c9c9; */
	
	border: 1px solid #E7EBED;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px;
    
  transition: all 0.2s ease-in-out;
}

	.archive .inside-article:hover,
	.blog .inside-article:hover {-webkit-box-shadow: 10px 10px 6px -4px rgba(207,205,207,0.75);
-moz-box-shadow: 10px 10px 6px -4px rgba(207,205,207,0.75);
box-shadow: 10px 10px 6px -4px rgba(207,205,207,0.75);}
	
	
	.sidebar {background: inherit;  / border: 1px solid var(--global-color-30); */ }
   
 /* body .main-navigation {
       margin: 0px 3% 0 3% ; 
        padding: 0px 5% !important;
        border-radius: 0px;
    } 
	
	  body {
        margin: 80px;
    }*/
	
/*	.inside-header {max-width: 95% !important; padding: 30px; margin-left: auto; margin-right: auto;}
	.single .main-navigation .menu-bar-items {padding-right: 30px;}
	
	.single .site-branding {padding: 5px 0px 5px 5% !important;} */
	
		.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em -80px;
}
		.wp-block-image .alignright {
  float: right;
  margin: .5em -80px .5em 1em;
}
	
	/* Breite Editor */
 .wp-block {
   margin: 0 auto;
   max-width: 800px;
 }
 /* Blöcke mit class .wide */
 .wp-block[data-align="wide"] {
   margin: 0 auto;
   max-width: 800px;
 }
 /* Blöcke mit class .full-width */
 .wp-block[data-align="full"] {
   margin: 0 auto;
   max-width: none;
 }
	

	
    .editor-styles-wrapper, .editor-styles-wrapper p {  line-height: 1.4em !important; color: #161616 !important; */ /* color: #313030; font-size: 19px !important; line-height: 30px !important;
        font-family: Lora !important; */
    }
    div.editor-styles-wrapper { font-size: 21px !important;
        hyphens: auto;
    }
    div.editor-styles-wrapper p a{
        text-decoration: none;
        border-bottom: 1px solid var(--dunkelgelb);
        color: var(--dunkelgelb) !important;
    }
    div.editor-styles-wrapper p a:hover, div.editor-styles-wrapper p a:focus {
        border-bottom: 1px solid #000;
        color: #888 !important;
    }
  
   /*  .site-header {
        border-top-left-radius: 20px !important;
         border-top-right-radius: 20px! important;
    }
     .site-info {
        border-bottom-left-radius: 20px;
         border-bottom-right-radius: 20px;
    } */
    /* .inside-header {
        padding: 40px 0;
         margin: 0 50px;
    }
     */
	
	h1 {
/*  display: inline !important;
		line-height: 160%;  */
	
	-webkit-box-decoration-break: clone;
		box-decoration-break: clone;}
	
		
	}

	
/*	#page, .site-header, .main-navigation, .page-hero, nav#site-navigation + .gb-container + #content{
         -webkit-animation: fadein 1.5s;
         animation: fadein 1.5s;
    }
     @-webkit-keyframes fadein {
         from {
             opacity: 0;
        }
         to {
             opacity: 1;
        }
    }
     @keyframes fadein {
         from {
             opacity: 0;
        }
         to {
             opacity: 1;
}}*/

} 


@media(min-width:1250px) {
 	
}


 @media (max-width: 769px) {
	.wp-block-image .alignleft {
  float: none;
  margin: .5em 1em .5em 1em;
}
		.wp-block-image .alignright { 
  float: none;  margin: .5em 1em .5em 1em;
}
	 
	 .main-title a .st-first-word {margin-left: -8px !important;}
	 

h1 {
/*  display: inline !important;
		line-height: 160%;  */
	
	-webkit-box-decoration-break: clone;
  box-decoration-break: clone;}
	 
		 
}

	
	 @media (min-width: 769px) {
  .single #page {
    margin-top: -90px;
    position: relative;
	  max-width: 950px;
	 /* border: 1px solid var(--hgcards); */
	 /* background-image: linear-gradient(210deg, rgba(255, 255, 255, 0.1), var(--accent1)); */ 
	  border-top-left-radius: 6px;
	  border-top-right-radius: 6px;
	 
  }
} 

	
/* @media(min-width: 1280px ) {
    .entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
      margin-left: -200px;
        width: calc(100% + 400px);
        max-width: calc(100% + 400px); 
		
		
    } */    

