<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 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
*/
/* Paging navigation style */
.paging-navigation .nav-links &gt; * {
        padding: 7px 15px;
	margin-right: 0px;
	border-radius: 0px;
	display: inline-block;
	border: 1px solid #34393f;
	background: #ffffff;
}

.paging-navigation .nav-links a:hover {
        background-color: #34393f;
	border-color: #34393f;
        color: #ffffff;
}

.paging-navigation .nav-links .current {
	background-color: #34393f;
	border-color: #34393f;
        color: #ffffff;
}

.paging-navigation .nav-links .current {
        font-weight: 700;
}

.nav-links &gt; * {
         border-width: 2px;
         border-style: solid;
         border-color: #34393f;
	 text-decoration: none;
	 color: #34393f;
}

/* START footer Widget style */
#footer-widgets 
.widget {
    font-size: 14px;
}
.footer-widget-1 {
    line-height: 1.3em;
}
.footer-widget-2 {
    line-height: 1.3em;
}
.footer-widget-3 {
    line-height: 1.3em;
}
.footer-widget-4 {
    line-height: 1.3em;
}
.footer-widget-5 {
    line-height: 1.3em;
}
/* END footer Widget style */
/* START Last Widget Sticky */
@media (min-width: 769px) {
.site-content {
  display: flex;
	}
	
.inside-right-sidebar {
  height: 100%;
	}
	
.inside-right-sidebar aside:last-child {
	position: -webkit-sticky;
	position: sticky;
	top: 70px; /*Adjust position */
  }
}
/* END Last Widget Sticky */
/* START sidebar Widget styling by JoeWP */
.sidebar .widget {
    padding: 15px;
    border: 1px solid rgb(186, 186, 186);
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgb(167, 167, 167);
}

.one-container .sidebar .widget {
	padding: 10px;
}

.one-container.both-right .site-main, .one-container.right-sidebar .site-main {
    padding: 15px;
    border: 2px solid grey;
    border-radius: 6px;
    box-shadow: 5px 5px 5px grey;
}

.one-container .site-main {
	padding: 15px;
    border: 2px solid grey;
    border-radius: 6px;
    box-shadow: 5px 5px 5px grey;
}
/* END sidebar Widget styling by JoeWP */
.gb-container.my-linked-container:hover {
    background-color: #327ae7;
}
/* START links abstand in listen */
.single-post .inside-article ul li {
    margin-top: 10px;
}
/* END links abstand in listen */
/* START styling Separator Block */
hr.wp-block-separator {
    max-width: 8%;
    height: 4px;
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 20px !important;
    background-color: #327ae7;
}
/* END styling Separator Block */
/* START Footer 2 columns on mobile */
@media (max-width:768px) {
    .inside-footer-widgets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .inside-footer-widgets&gt;div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .inside-footer-widgets&gt;div:first-of-type {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

@media (min-width:768px) {
    .inside-footer-widgets&gt;div:first-of-type {
        display: block;
    }
    .inside-footer-widgets&gt;div.grid-20 {
        width: 20%;
    }
}
/* END Footer 2 columns on mobile */
/* START Blog Archiv rand rund, shadow */
	.blog .inside-article, .archive .inside-article {
		border-radius: 20px;
		border: 1px solid #cccccc;
		margin-top: 20px;
	}
	.generate-columns-activated .inside-article .entry-header,
	.generate-columns-activated .inside-article .entry-summary {
		padding-left: 20px;
		padding-right: 20px;
	}
	.generate-columns .inside-article {
		background-color: transparent;
		box-shadow: 0 0 40px 0 rgba(0,0,0,0);
		transition: box-shadow 0.3s ease-in-out;
	}
	.generate-columns .inside-article:hover {
		box-shadow: 0 0 40px 0 rgba(0,0,0,0.3);
	}
	@media(max-width: 768px) {
	  #primary {
		padding-left: 20px;
		padding-right: 20px;
	  }
	}
/* END Blog Archiv rand rund, shadow */
/* START Posts H1 Center*/
body.single-post h1.entry-title,
body.single-post header.entry-header{
    text-align: center;
}
/* END Posts H1 Center*/
/* START Position Back to Top Button */
.generate-back-to-top,
.generate-back-to-top:visited {
    bottom: 100px; /* 100px from the bottom of your screen */
    right: 50px; /* 30px from the right of your screen */
}
/* END Position Back to Top Button */
/* START Underliner in Content */
.content-area .site-main p a {
    text-decoration: none;
}
/* END Underliner in Content */
/* START links underline nur in posts */
.single-post .entry-content a {
    text-decoration: underline;
    color: darkblue,
}
/* END links underline nur in posts */
/* START Shadow in box */
.has-shadow {
    box-shadow: 0px 4px 30px 0px #0F1F3720;
    -webkit-box-shadow: 0px 4px 30px 0px #0F1F3720;
    -moz-box-shadow: 0px 4px 30px 0px #0F1F3720;
}
/* END Shadow in box */
/* START unteren Rand im Footer entfernen */
.site-footer .wp-block-columns {
    margin-bottom: 0;
}
/* START unteren Rand im Footer entfernen */
html, body {
    overflow-x: hidden;
}

/* START menu animation */
@media (min-width:769px) {
    /* Menu Hover underline animation */
    .main-navigation .menu &gt; .menu-item.menu-hover &gt; a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 5px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        display: block;
        width: 0;
        height: 2px;

        background-color: currentColor;
        transition: 0.3s width ease;
    }
    .main-navigation .menu &gt; .menu-item.menu-hover.current-menu-item:not(.exclude-hover) &gt; a::after,
    .main-navigation .menu &gt; .menu-item.menu-hover &gt; a:hover::after {
        width: 50%;
    }
}
/* END menu animation */
/* START Submenu edges corners rounded by JoeWP */
.sub-menu,
.sub-menu &gt; li:first-child &gt; a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sub-menu,
.sub-menu &gt; li:last-child &gt; a {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
/* END Submenu edges corners rounded by JoeWP */
@media (max-width: 768px) {
    .top-bar {
        display: none;
        }
}
</pre></body></html>