/*
 * Theme Name: Gartenhaus Magazin
 * Author: webtooltime.com
 * Author URI: https://webtooltime.com/
 * Version: 1.2.2
 */

*, *::before, *::after, html {
    -webkit-appearance: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Regular.eot');
    src: url('./fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Montserrat-Regular.woff2') format('woff2'),
    url('./fonts/Montserrat-Regular.woff') format('woff'),
    url('./fonts/Montserrat-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Material-Icons.eot');
    src: url('./fonts/Material-Icons.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Material-Icons.woff2') format('woff2'),
    url('./fonts/Material-Icons.woff') format('woff'),
    url('./fonts/Material-Icons.ttf') format('truetype')
}

body{
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #3e3e3e;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    background-color: #fff;
}
body *{
    box-sizing: border-box;
}


/* Headings */
hgroup {
    margin-bottom: 15px;
}
h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 32px;
}



/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.clear, .alignnone {
    clear: both;
}


/* Diverses */
hr {
    padding: 0;
    margin: 10px 0 25px;
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

input[type=checkbox] {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}

/* Icons */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.material-icons.main-nav-entry-icon{
    transform: rotate(-90deg);
    position: absolute;
    right: 5px;
    top: 10px;

}

.material-icons.main-nav-entry-icon.expandable{
    transform: rotate(0deg);
    transition: transform 600ms;
}
.menu-item-has-children .lvl3 .material-icons.main-nav-entry-icon{
    transform: rotate(-90deg);
}
.menu-item.active.menu-item-has-children .material-icons.main-nav-entry-icon.expanded{
    transform: rotate(180deg);
    transition: transform 600ms;
}

/* Headings */
.heading {
    display: block;
    font-weight: 600;
}
.cat-h {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}
.post-h {
	margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
}

a.heading {
    color: #0032fa;
}
a.heading:hover {
    color: #2c4ee3;
}
a.heading.post-h:hover {
    color: #3e3e3e;
}

a.back-to-top {
	display: block;
	position: fixed;
	right: 15px;
	bottom: 15px;
	padding: 15px;
	color: #fff;
    border-radius: 100%;
	background-color: #0032fa;
}
a.back-to-top:hover, a.back-to-top:focus, a.back-to-top:active {
	color: #fff;
    opacity: 85%;
}

h3 {
    color: #3e3e3e;
    font-size: 19px;
}
h4, h5, h6 {
	color: #3e3e3e;
}


/* Buttons */
button, input[type="submit"]{
    background-image: none;
    background-color: #0032fa;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    width: auto;
}
button:focus{
    outline: none;
}

/* Links */
a, a.heading, .heading a {
    text-decoration: none;
    color: #0032fa;
}
a.more-link {
    color: #0032fa;
    white-space: nowrap;
}
a.more-link:hover {
    color: #2c4ee3;
}

.post-content a, .entry-content a {
    text-decoration: underline;
}
.post-content a:hover, .entry-content a:hover {
    text-decoration: none;
}

a.heading, a .heading {
    text-decoration: none !important;
}

@media all and (max-width: 768px) {
    a { color: #0032fa; }
}


/* Paragraphen */
p {
    margin: 0 0 10px;

	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;

	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}


/* Listen */
ul, ol {
    padding: 0 0 0 25px;
    margin: 0 0 10px;
}
ul li, ol li {
    padding: 0 0 5px 5px;
}
ul {
    list-style-type: disc;
}

/* Bilder, iframes */
img {
    height: auto;
}

.avatar {
    width: auto;
}

img, iframe, figure {
    max-width: 100%;
}

iframe, figure {
    margin: 0 0 15px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}








.readmore{
    color: #0032fa;
    margin: 0 10px;
}

.breadcrumb{
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 35px 0;
}
.breadcrumb .current-page{
    color: #009233;
}
.home-content .current-page{
    color: inherit;
}
.breadcrumb .breadcrumb-delimiter{
    vertical-align: middle;
    font-size: 23px;
    font-weight: 600;
}



/* Seitenstruktur */


/* Header */
header{
    background-color: #fff;
    min-height: 75px;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
header .container{
    position: relative;
}
header .logo-main{
    float: left;
    width: 180px;
    position: absolute;
    margin: auto;
    z-index: 10;
    right: 0;
    top: 5px;
}
header .logo-main img{
    width: auto;
}

header .contact-icon img {
    float: right;
    width: 100px;
    position: absolute;
    top: 20px;
    right: 80px;
}

@media all and (max-width: 769px) {
    header .logo-main {
        float: none;
        position: relative;
        top: 10px;
        right: auto;
    }
}

@media all and (min-width: 401px) and (max-width: 500px) {
        header .logo-main img{
                position: relative;
                top: 10px;
                width: 120px;
                right: 17px;
        }
}

@media all and (max-width: 400px) {
	header .logo-main img{
		position: relative;
		top: 10px;
		width: 120px;
	}
}







/* Main Content */
main{
    float: left;
    padding-top: 15px;
    width: 100%;
}
main header{
    min-height: 0;
}
section.not-found h2{
    text-align: center;
    font-size: 30px;
    padding-top: 15%;
}
main article{
    display: inline-block;
    float: left;
    margin: 0 0 10px 0;
}

article .post-featured-image{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
article .post-featured-image img{
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
}
article .entry-header,.entry-content{
    padding: 0;
    width: 100%;
    float: left;
}
article .entry-title {
    text-align: left;
    color: #009233;
    font-size: 20px;
    line-height: 27px;
}
article .entry-title:hover{
    color: #009233;
}
article h1.entry-title {
	font-size: 24px;
	line-height: 32px;
	color: #3e3e3e;
}
article .entry-content .readmore-wrap{
    float: left;
    margin-top: 20px;
}
article .entry-content .readmore{
    color: #009233;
}
article .parent-cat-name{
    color: #009233;
    background: #fff;
    position: relative;
    right: 20px;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin-top: -23px;
    padding: 5px 20px 0 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
body.offcanvas-on{
    overflow: hidden;
}
body.search-on .search-form{
    max-height: 100px;
    transition: max-height 300ms linear;
}
body.search-on .dummy-search{
    color: #009233;
}
body.offcanvas-on header, body.offcanvas-on section, body.offcanvas-on .content-wrapper{
    filter: blur(2px);
}

/* Suche */
.search-form{
    width: 100%;
    float: left;
    position: relative;
    top: 25px;
    max-height: 0;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
    transition: max-height 300ms linear;
}
.search-form .search-field{
    height: 34px;
    width: 55%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 0 10px;
    margin: 31px 0;
    background-clip: padding-box;
    font-weight: 300;
    box-shadow: none;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    background: #f5f4f3;
}
.search-form input[type="search"]:focus{
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
}
.search-form .search-submit, .dummy-search{
    background: none;
    cursor: pointer;
    border: none;
    /*font-size: 29px;*/
    position: relative;
    /*top: 4px;*/
}
.search-form .search-submit{
    background: #f5f4f3;
    color: #3e3e3e;
    border: 1px solid #ddd;
    border-left: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 15px;
	line-height: 0;
    left: -7px;
    height: 34px;
    padding: 0 10px;
}
.search-form .search-submit i{
    font-size: 25px;
	line-height: 0;
    vertical-align: middle;
}
.dummy-search{
    position: absolute;
    color: #58585a;
    right: 10px;
    top: 10px;
}
.dummy-search i{
    font-size: 28px;
    vertical-align: middle;
}

.device-mode{
    display: none;
    opacity: 0;
}


/* Content Search Form */
.main-content-column .search-form {
    display: block;
    float: none;
    clear: both;
    position: static;
    top: 0;
    left: 0;
    text-align: left;
    margin: 0 0 30px;
}



/* Navigation */
.mobile-nav-action{
    cursor: pointer;
    width: 23px;
    z-index: 100;
    position: relative;
    left: 12px;
    float: left;
    top: 27px;
}
.mobile-nav-action div:not(.click-overlay){
    display: block;
    height: 3px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 4px;
    text-indent: -99999em;
    background: #58585a;
}
.mobile-nav-action div:nth-child(3){
    width: 15px;
}
.mobile-nav-action .click-overlay{
    position: absolute;
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%;
    cursor: pointer;
}
.page-wrapper{
    float:  left;
    width: 100%;
}
.content-wrapper{
    clear: both;
    margin-top: 20px;
}
.container{
    width: 1024px;
    margin: 0 auto;
}
@media all and (max-width: 1130px) {
    .container {
        width: 96%;
    }
}


/* Pagination */
ul.pagination {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}
ul.pagination li a {
    color: #0032fa;
    background-color: #f0f0f0;
    border: none;
    text-decoration: none;
    padding: 5px 15px;
    font-weight: 600;
}
ul.pagination li:hover a {
    color: #fff;
    background-color: #0032fa;
}
ul.pagination li.previous {
    float: right;
}
ul.pagination li.next {
    float: left;
}


.navigation-main{
    height: 100%;
    width: 280px;
    position: fixed;
    top: 0;
    overflow-y: auto;
    transform: translateX(-300px);
    background: #f5f5f8;
    color: rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 20px 0px #000;
    z-index: 101;
}
.navigation-main .navigation-title{
    font-size: 18px;
    line-height: 32px;
    color: #393939;
    font-weight: 800;
    margin: 16px 10px 6px 10px;
}
.navigation-main .menu-mainnav-container{
    position: relative;
    background: #fff;
}
.navigation-main .close-nav{
    width: 100%;
    font-weight: 800;
    line-height: 24px;
    background: #5f5f5f;
    text-align: left;
    padding: 10px 2px 10px 10px;
}
.navigation-main .close-nav .material-icons{
    float: right;
}
.navigation-main a{
    color: #5f5f5f;
    font-weight: 500;
}
.navigation-main.is-closed{
    transform: translateX(-300px);
    -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -moz-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -ms-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -o-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.navigation-main.active{
    transform: translateX(0);
    -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -moz-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -ms-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -o-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.overlay-wrapper{
    transform: translateZ(0);
    opacity: .01;
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
    visibility: hidden;
}
.overlay-wrapper.active{
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.navigation-main li{
    list-style: none;
    display: block;
    position: relative;
    padding: 0;
    font-weight: 600;
    box-sizing: border-box;
}
.navigation-main ul{
    padding: 0;
}
.navigation-main li a{
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    display: block;
}
.navigation-main .sub-menu{
    max-height: 0;
    transition: max-height 600ms linear;
    overflow-y: hidden;
    background: #fff;
    margin: 0;
}
.navigation-main .lvl1 .sub-menu{
    background: #e0e0e0;
}
.navigation-main .lvl1 .sub-menu li{
    background: none;
    padding-left: 5px;
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
}
.navigation-main .container{
    width: 100%;
}
.menu-item.red a{
    color: #0032fa;
}
.navigation-main .lvl1 .sub-menu li .sub-menu li{
    font-weight: normal;
    border-bottom: none;
}
.navigation-main .lvl1.active .sub-menu{
    max-height: 1000px;
    transition: max-height 1000ms linear;
}
.navigation-main .lvl1.active .sub-menu .lvl2 .sub-menu{
    max-height: 0;
}
.navigation-main .lvl1.active .sub-menu .lvl2.active .sub-menu{
    max-height: 1000px;
}

/* Footer */
.footer-content{
    background: #e6e6e6;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.footer-content .footer-bottom, .footer-content .footer-copyright{
    min-height: 85px;
    padding: 20px 20px 50px;
    box-sizing: border-box;
}
.footer-content .footer-copyright {
    letter-spacing: -.1px;
    font-size: 12px;
    font-weight: 400;
}

.gh-footer-follow {
    min-height: none;
    padding: 0 0 15px;
}

.gh-footer-follow .gh-footer-content, .footer-content .logo-main {
    display: inline-block;
    vertical-align: top;
}

.gh-footer-follow .logo-main {
    float: right;
    margin-top: -25px;
}
footer .logo-ausstellung {
    margin-bottom: 15px;
}

footer .logo-ausstellung .label {
    margin-bottom: 1rem;
    font-weight: 600;
}
footer picture img {
    width: 200px;
}


.gh-footer-content .gh-social-item{
    margin-right: 20px;
}
.footer-bottom{
    background: #ff0066;
}
.footer-bottom .gh-footer-headline{
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-copyright{
    padding-bottom: 40px;
    font-weight: 600;
}
footer nav {
    list-style: none;
    padding-bottom: 15px;
}
footer nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
}
#menu-footernav .menu-item{
    margin-bottom: 5px;
}
#menu-footernav a:hover{
    color: #0032fa;
}

footer .widget {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    font-size: 12px;
}
footer .widget .headline {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}
footer .widget.box-right {
    float: right;
    width: auto;
    max-width: 40%;
    padding-top: 15px;
}
footer .box-right{
    color: #fff;
}
footer .widget li, footer .recent-posts.most-popular li {
    margin: 0;
    padding: 0;
}
footer .widget a, footer .recent-posts.most-popular li a {
    color: #fff;
    font-weight: 400;
}
footer .recent-posts.most-popular li i {
    position: relative;
    bottom: 2px;
}

@media all and (max-width: 768px) {
	footer .widget {
        width: 49%;
    }
    footer .widget.box-right {
        float: none;
        width: 100%;
		max-width: 100%;
    }

	.gh-footer-follow .logo-main {
		float: none;
		clear: both;
		display: block;
		margin: 20px 0 0;
	}
}
@media all and (max-width: 500px) {
    footer .widget {
        width: 100%;
    }
}



/* Sidebar */
.side-bar-column .recent-posts,
.side-bar-column .gh-footer-follow,
.side-bar-column .tag-cloud
{
    width: 100%;
    display: block;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}
.side-bar-column .container {
    width: auto;
}
.side-bar-column .tag-cloud .tag-cloud-link,
.side-bar-column .menu-tagcloud-container ul li a,
.tag-cloud.sidebar-widget ul li a
{
    padding: 3px 5px;
    border: 1px solid #cecece;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.side-bar-column .tag-cloud .tag-cloud-link:hover,
.side-bar-column .menu-tagcloud-container ul li a:hover,
.tag-cloud.sidebar-widget ul li a:hover
{
    color: #2c4ee3;
}

.side-bar-column .menu-tagcloud-container ul,
.tag-cloud.sidebar-widget ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.side-bar-column .menu-tagcloud-container ul li,
.tag-cloud.sidebar-widget ul li
{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.side-bar-column{
    margin-bottom: 15px;
    border-top: 5px solid #f0f0f0;
}
.side-bar-column .sidebar-widget {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 8px #f0f0f0;
    border: 1px solid #f0f0f0;
}
.side-bar-column .sidebar-widget .headline {
    margin-top: 0;
}

.side-bar-column .gh-footer-follow .logo-main {
    display: none;
}


/* Widgets */
.recent-posts{
    width: 100%;
}
.recent-posts.most-popular ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-posts.most-popular li{
    padding: 0 0 10px;
    margin-bottom: 25px;
    font-weight: 600;
}
.side-bar-column .recent-posts.most-popular li{
    width: 32%;
    display: inline-block;
    vertical-align: top;
    border: none;
}
.recent-posts.most-popular li a {
    color: #0032fa;
}
.recent-posts.most-popular li a:hover {
    color: #0032fa;
}

.recent-posts.most-popular li:last-child {
    border-bottom: none;
}
.recent-posts.most-popular li:hover {
    color: #0032fa;
}
.recent-posts.most-popular p {
    margin: 5px 0 10px 0;
}
.recent-post {

}
.recent-post p{
    margin: 0;
}
.most-popular .material-icons, .recent-post .material-icons{
    position: relative;
    left: -4px;
    top: -1px;
    font-size: 18px;
}
.recent-post a {
    color: #0032fa;
}
.recent-post a:hover {
    color: #0032fa;
}
.recent-post{
    font-weight: 600;
    width: 100%;
    padding-bottom: 15px;
}
.recent-post:last-child{
    border-bottom: none;
}


/* Kategorie-Kacheln */
.other-categories{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.other-categories h2{
}

.other-categories .widget-cat{
    width: 100%;
    position: relative;
    display: inline-block;
    background: #f7f7f7;
    margin: 0 0 5px 0;
    padding: 0;
}
.other-categories .widget-cat div {
    width: 67px;
    height: 45px;
    margin: 0 2px -6px 0;
    display: inline-block;
    background-size: cover;
    background-position: center;
}
.other-categories .widget-cat a{
    font-size: 14px;
    text-align: left;
    position: absolute;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    border-right: 5px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
}
.other-categories .widget-cat span, .other-categories .widget-cat .material-icons{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    left: 100px;
    max-width: calc(100% - 135px);
}
.other-categories .widget-cat .material-icons{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
    font-size: 32px;
    left: auto;
    right: 25px;
    max-width: 10px;
}


/* Aehnliche Beitraege */
.related-posts {
	margin: 35px 0 25px;
	padding: 15px 0 30px;
	border-top: 5px solid #f0f0f0;
	border-bottom: 5px solid #f0f0f0;
}
.related-post {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0 5px 10px;
	font-weight: 600;
}
.related-post .related-post-img {
	display: block;
}
.related-post a {
	text-decoration: none;
}

/* Kategorie-Seiten */
.category-content h1{
    color: #3e3e3e;
}
.category-content article{
    /*border-bottom: 1px solid #929292;*/
    padding-bottom: 20px;
}
@media all and (max-width: 768px) {
	.category-content article {
		padding-bottom: 0;
	}
}
.category-content article:last-child{
    border-bottom: none;
}
.category-content article .entry-title{
}
.category-content article .post-meta{
    float: left;
    margin-top: 8px;
    font-size: 12px;
}
.category-content article .post-meta div{
    display: inline-block;
}
.category-content article .post-meta span{
    margin: 0 10px 0 10px;
}
.category-content article .post-meta span{
    margin: 0 10px 0 10px;
}
.category-content article .material-icons{
    margin-right: 10px;
}
.category-content article .post-featured-image{
    height: auto;
}


/* Startseite */
.fp-featured .post {
    clear: both;
    margin-bottom: 35px;
}

.fp-featured .post .heading {
    margin-bottom: 10px;
    color: #0032fa;
}
.fp-featured .post .heading:hover {
    color: #0032fa;
}

.featured-primary .post-image, .featured-primary .wp-post-image {
    margin: 0 0 5px;
    width: 100%;
    height: auto;

}
.featured-secondary .post-image, .fp-featured .wp-post-image, .featured-secondary .wp-post-image {
    width: 100%;
    float: left;
    margin: 0;
}
.featured-secondary .post-image {
	width: 35%;
	margin-right: 10px;
}
@media all and (max-width: 480px) {
	.featured-secondary .post-image {
		float: none;
		clear: both;
		width: 100%;
		margin: 0 auto 10px;
	}
}

.main-content-column.fp-featured hr:last-of-type {
    border: none;
}


/* Artikel-Seiten */
.single-content article, body.page article {
    width: 100%;
    margin: 0;
}
.single-content .wp-post-image {
    margin-bottom: 15px;
}

.single-content blockquote {
    margin: 25px;
    padding: 15px 15px 15px 30px;
    border-left: 5px solid #ff0066;
    background-color: #f5f4f3;
}


/* Suche-Seiten */
.search-content .entry-content p, .search-content .entry-content .read-more{
   display: inline;
}








/* Kommentar-Funktion */
#respond{
    margin-top: 40px;
}
.comment-terms{
    display: inline-table;
    width: calc(100% - 61px);
}
.textarea-comment{
    width: 100%;
    height: 150px;
    max-width: 100%;
	padding: 10px;
    font-family: 'Montserrat';
}
#wpgdprc{
    display: inline-table;
    width: auto;
    margin: 0 13px;
    position: relative;
    top: 2px;
}
#respond input[type="submit"] {
    margin: 10px auto;
}

.comment-form-author {
    margin-top: 10px;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
    display: inline-block;
    width: 100px;
}


@media (min-width: 560px) {
    .fp-featured .featured-secondary .post-image, .fp-featured .wp-post-image {
        width: 300px;
        float: left;
        margin: 0 15px 5px 0;
    }
}

@media (min-width: 670px) {
    .other-categories .widget-cat{
        width: 50%;
    }
}



/* Smartphone: */
@media all and (max-width: 580px) {
    .side-bar-column .recent-posts.most-popular li{
        width: 49%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border: none;
    }
    header .contact-icon img {
        width: 65px;
        top: 27px;
        right: 50px;
    }
    header .dummy-search {
        right: 0;
    }
}

/* Small Screen/ Smartphone: */
@media all and (max-width: 380px) {
    .side-bar-column .recent-posts.most-popular li{
        width: 100%;
        height: auto;
        display: block;
        border: none;
    }
}

/* Tablet: */
@media all and (max-width: 769px) {
	.search-form .search-submit {
		height: 34px;
		top: 3px;
	}
}
@media (min-width: 768px) {
    .material-icons.main-nav-entry-icon{
        display: none;
    }
    .navigation-main{
        background: #fff;
    }

    .navigation-main li{
        position: inherit;
    }

    .navigation-main .container{
        width: 96%;
    }

    .navigation-main #menu-mainnav{
        column-count: 6;
        display: flex;
        margin: 0;
        padding: 0;
    }
    .navigation-main #menu-mainnav li {
        padding: 0;
    }
    .breadcrumb{
        margin: 20px 0 10px 0;
    }
    main article{
        display: inline-block;
        width: 49%;
        padding: 0 10px 15px 0;
    }
    .main-content-column{
        float: left;
        width: 67%;
        max-width: 646px;
    }
    .side-bar-column{
        float: right;
        width: 28%;
        border: none;
    }
    .side-bar-column .sidebar-widget {
        padding: inherit;
        background-color: #fff;
        box-shadow: none;
        border: none;
        margin-bottom: 25px;
    }
    .side-bar-column div:last-child{
        border: none;
    }
    .side-bar-column .recent-posts.most-popular li{
        display: block;
        width: 100%;
        height: auto;
        border: none;
    }

    .navigation-main a{
        color: #3e3e3e;
        font-size: 13px;
    }
    .navigation-main .sub-menu a{
        font-size: 14px;
    }
    .mobile-only{
        display: none!important;
    }
    body.offcanvas-on{
        overflow: auto;
    }
    body.offcanvas-on header, body.offcanvas-on section, body.offcanvas-on .content-wrapper{
        filter: none;
    }
    header .logo-main{
        text-align: left;
        position: relative;
    }
    header .contact-icon img {
        position: relative;
        right: 0;
        top: 12px;
    }
    .search-form{
        width: unset;
        left: 0;
        right: 0;
        top: 10px;
        margin: 0 0 0 17%;
        padding: 0;
        max-height: 100px;
        text-align: right;
    }
    .search-form .search-field{
        width: 350px;
		height: 34px;
        margin: 0;
		padding: 0 10px;
    }
    .search-form .search-field, .search-form .search-submit{
        display: inline-block;
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
    }
    .dummy-search{
        display: none;
    }
    .device-mode{
        opacity: 0.1;
    }
    .mobile-nav-action{
        display: none;
    }
    .navigation-main{
        width: 100%;
        overflow-y: inherit;
        box-shadow: 0px 6px 4px -6px #ccc;
        float: left;
        transform: translateX(0);
        position: relative;
    }
    .navigation-main.is-closed{
        transform: translate(0);
    }
    .overlay-wrapper.mobile-active{
        display: none;
    }
    .navigation-main li{
        margin-bottom: 0;
        display: inline-block;
        float: left;
        width: auto;
        box-sizing: border-box;
        white-space: nowrap;
    }
    .navigation-main li a{
        position: relative;
		font-size: 13px;
    }
    .navigation-main .menu a.focused,
	.navigation-main .menu .current-menu-item a,
	.navigation-main .menu .current-menu-parent a
	{
        color: #0032fa;
    }
    .navigation-main a.focused::before, .navigation-main a.hovered::before,
	.navigation-main a.focused::before, .navigation-main .current-menu-item a::before,
	.navigation-main a.focused::before, .navigation-main .current-menu-parent a::before
	{
        content: "";
        position: absolute;
        background: #0032fa;
        height: 4px;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .navigation-main .menu.hovered a.focused::before{
        display: none;
    }
    .navigation-main .menu.hovered a.focused.hovered::before{
        display: block;
    }
    .navigation-main .lvl2{
        display: block;
        border: none;
        width: 100%;
    }
    .navigation-main .lvl2:first-child{
        margin-top: 10px;
    }
    .navigation-main .lvl2:last-child{
        margin-bottom: 10px;
    }
    .navigation-main .lvl2 .sub-menu{
        display: block;
        position: relative;
        width: 100%;
        overflow: auto;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    .navigation-main .lvl1 .sub-menu li .sub-menu{
        position: absolute;
        margin: 0;
        top: 46px;
    }
    .navigation-main .lvl1 .sub-menu li .sub-menu li{
        width: 100%;
        margin: 0;
        height: auto;
        font-weight: normal;
    }
    .navigation-main .lvl1 .sub-menu li .sub-menu li:first-child{
        margin-top: 10px;
    }
    .navigation-main .lvl1 .sub-menu li .sub-menu li a{
        line-height: 25px;
        height: 25px;
        width: 100%;
    }
    .navigation-main .lvl1 .sub-menu li .sub-menu li a:hover{
        color: #009233;
    }
    .navigation-main .lvl1 .sub-menu li .sub-menu li::before{
        width: 0;
    }
    .navigation-main .sub-menu{
        position: absolute;
        width: 100%;
        max-width: 1180px;
        transition: none;
        margin: 0 auto;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
        top: 45px;
        left: 0;
    }

    .navigation-main{
        font-size: 14px;
    }

    .navigation-main .lvl1 .sub-menu{
        background: #fff;
        font-size: 14px;
    }
    .navigation-main .lvl1 .sub-menu li{
        background: inherit;
        padding-left: 0;
        position: relative;
        border: none;
        width: 25%;
        height: 175px;
        display: flex;
        margin: 10px 4% 0 4%;
        font-size: 14px;
    }
    .navigation-main .lvl1 .sub-menu li::before{
        content: "";
        width: 100%;
        position: absolute;
        border-bottom: 1px solid;
        top: 45px;
    }
    .navigation-main .lvl1 .sub-menu li a{
        padding: 0;
    }
    .navigation-main .lvl1:hover{
        background: #fff;
    }
    .navigation-main .lvl1:hover .sub-menu{
        max-height: 1000px;
        transition: none;
        z-index: 1;
    }
    .navigation-main .lvl1.active .sub-menu, .navigation-main .lvl1.active .lvl2 .sub-menu{
        max-height: none;
        transition: none;
        overflow-y: inherit;
    }
    .navigation-main .lvl1 ul li.active .lvl2 ul, .navigation-main .lvl2 ul li.active .lvl3 ul{
        transition: max-height 500ms linear;
    }
    .other-categories .widget-cat{
        width: 25%;
        margin: 0;
        padding: 0 10px 5px 0;
    }
    .other-categories .widget-cat div {
        margin-bottom: 0;
    }
    /* Kategorie-Kacheln */
    .other-categories{
        float: left;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #cecece;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .other-categories h2{
        text-align: left;
    }
    .other-categories .widget-cat{
        position: relative;
        background: none;
        margin: 0;
        padding: 0 5px 0 0;
    }
    .other-categories .widget-cat div{
        width: 100%;
        height: 230px;
        background-size: cover;
        background-position: center;
    }
    .other-categories .widget-cat a {
        position: absolute;
        top: 0;
        font-size: 16px;
        text-align: left;
        font-weight: 700;
        height: 100%;
        width: 100%;
        display: block;
        padding: 15px 0 0 0;
        box-sizing: border-box;
    }
    .other-categories .widget-cat span{
        background: #fff;
        color: #000;
        position: relative;
        left: 0;
        padding: 6px 16px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }
    .other-categories .widget-cat .material-icons{
        display: none;
    }

    /* Kategorie-Seiten */
    .category-content article{
        width: 100%;
    }
    .category-content article .entry-header{
        width: auto;
        float: none;
    }
    .category-content article .entry-title{
        margin: 0 0 5px 0;
    }
    .category-content .post-featured-image{
        width: auto;
    }
    .category article.featured-secondary .post-featured-image img,
    article.featured-secondary .wp-post-image
    {
        width: 250px;
        float: left;
        margin: 0 15px 10px 0;
    }
}
@media all and (min-width: 870px) {
    .navigation-main li a {
        font-size: 14px;
        font-weight: 500;
    }
}
@media all and (min-width: 1024px) {
    .navigation-main li a {
        font-size: 16px;
        letter-spacing: 0;
    }
	.navigation-main .container{
        width: 1024px;
    }
}
@media all and (min-width: 1130px) {

}


/* Cookie Notice Banner */
#cookie-notice {
	background-color: #3e3e3e !important;
}
.cn-button.bootstrap, .cn-button.bootstrap:hover {
	background: #009233 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.su-service-title i {
    color: #ff0066 !important;
}

.su-box .su-box-title {
    background-color: #ff0066 !important;
    color: #fff !important;
    border: 1px solid #ff0066 !important;
}
