/*
 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
*/

/* VIDEOS */
/* Videos Abstand unten*/ 
.fluid-width-video-wrapper {
    margin-bottom: 30px;
}
/* Video Hinweis */
.lL {
    font-size: small;
    border-bottom: 1px solid indianred;
	margin-bottom: 40px !important;
}
/* END VIDEOS */ 

/* Links in Artikeln + Startseite */ 
.entry-content>p a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.link-thin {
	text-decoration-line: underline;
	text-underline-offset: 3px;
    text-decoration-thickness: 0.5px !important;
}
/*
.inside-article a,.paging-navigation a,.comments-area a,.page-header a {
    color: var(--global-color-10);
}

.inside-article a:hover,.paging-navigation a:hover,.comments-area a:hover,.page-header a:hover {
    color: var(--base-2);
}
*/
.gb-text-103374aa {
    background-color: var(--contrast-2);
    color: var(--base-4) !important;
}
.gb-text-103374aa:hover {
	color: var(--contrast-4) !important;
}
.button-home, .button-blog>a {
    background-color: var(--base);
    color: var(--base-4) !important;
	text-decoration: none !important;
}
.gb-text-36e0e19b, .gb-text-e75921b8, .gb-text-0f81cb02 {
    color: var(--base-4) !important;
}
.gb-text-112e70d9, .gb-text-03cf8576 {
    color: var(--contrast) !important;
}

/* END Links in Artikeln + Startseite */ 

/* Zitate */
.wp-block-quote {
    font-style: normal;
}
.wp-block-quote>p {
    margin-bottom: 0.3em;
}
.wp-block-quote>cite {
    font-size: smaller;
}
/* END Zitate */


