/*
Theme Name: SimpleMag Child Theme
Theme URI: https://themesindep.com/
Author: ThemesIndep
Author URI: https://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../simplemag-child/fonts/webfonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* Your CSS code goes here
-------------------------------------- */
body{
    color: #000;
}
.wrapper{
    overflow: hidden;
}
#branding .wrapper{
    overflow: visible;
}
#site,
.lines-button{
    background-color: #FAF9F3;
}
.lines-button{
    position: absolute;
    z-index: 97;
}
.title-text h2, .entry-content h2{
    font-size: 1.3em;
    text-transform: uppercase;
}
h3{
    font-size: 1.47em;
}
#masthead{
    margin-bottom:0;
}
#branding{
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu-container .search-form input[type="text"] {
  width: 250px!important;
}

.top-strip{
    height: 50px;
}
.entry-header{
    text-transform: uppercase;
}
.content-over-image h1,
.content-over-image h2,
.content-over-image h3{
    text-shadow: 0px 0px 6px #B2B2B2;
}
.title-with-sep .title,
.title-with-sep .entry-title{
    background-color: #FAF9F3;
}
.page-title, .title-with-sep, .single-title{
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.cat-item-715,
.composer-button,
.written-by,
.entries .entry-image + .entry-details .entry-header .entry-meta .entry-category,
.entry-header .entry-meta .entry-date:before{
    display: none;
}
.home-section{
    margin-top: 60px;
}
.home-section .section-header,
.posts-section + .posts-section .section-header{
    margin-bottom: 60px;
}
.home-section.full-width-section,
.home-section.advertising,
.posts-section + .posts-section .section-header{
    margin-top: 30px;
}
.single-box{
    margin-bottom: 60px;
}
.home-section .read-more{
    font-weight: 900;
    text-transform: uppercase;
}
.slide-dock{
    border: 1px dotted #000;
}
.title-with-sep .title, 
.title-with-sep .entry-title {
    letter-spacing: normal;
    line-height: 1;
    display: block;
    padding: 0;
    margin: 12px 0 13px 0;
}
.title-text h2, .entry-content h2 {
    line-height: 1.2em;
}
.entry-content img.alignright,
.entry-content img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
}

/* search */
.header-search .search-form input[type="text"] {
    background: #FAF9F3;
}
.main-menu-container .search-form input[type="text"] {
    width: 290px;
}
.header .search-form{
    display: none;
}
    .header .search-form input[type="text"]{
        -webkit-transition: none;
        transition: none;
        width: 100% !important;
    }
header .search-form i{
    font-size: 22px;
    line-height: 50px;
}
/* header */
.headerimage{
    position: relative;
    padding: 0;
}
    .headerimage > img,
    .headerimage .entry-header{
        display: none;
    }
    .headerimage .logo{
        padding-bottom: 30px;
    }
    .headerimage .entry-header{
        position: absolute;
        z-index: 97;
    }
    .headerimage h3{
        font-size: 30px;
    }
 
/* sidebar */
.sidebar{
    padding: 0;
}
.sidebar .widget{
    margin-bottom: 18px;
    padding-bottom: 0;
}
.sidebar .widget_ti_site_authors, 
.sidebar .widget_recent_entries, 
.sidebar .widget_ti_latest_posts, 
.sidebar .widget_categories, 
.sidebar .widget_archive, 
.sidebar .widget_contact{
    border: 1px dotted #000;
}
.sidebar .widget .ti-author-items img{
    margin-bottom: 20px;
}
.sidebar .widget .author-avatar{
    text-decoration: none;
    display: block;
}
.sidebar .widget .author-name{
    font-size: 23px;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
}
.sidebar .widget h3 {
    font-size: 23px;
    text-align: left;
}
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    border: 0;
}
.sidebar .widget_recent_entries li:first-child,
.sidebar .widget_recent_comments li:first-child{
    padding-top: 0;
}
.sidebar .widget_recent_entries li:before,
.sidebar .widget_recent_comments li:before{
    color: #A9A9A9;
    font-weight: 900;
    top: auto;
    margin-top: 0;
    font-size: 23px;
    font-style: normal;
}
.sidebar .widget_ti_site_authors,
.sidebar .widget_recent_entries,
.sidebar .widget_ti_latest_posts,
.sidebar .widget_categories,
.sidebar .widget_archive,
.sidebar .widget_contact,
.sidebar .widget_text {
    border: 1px dotted #000 !important;
    padding: 18px;
}
.sidebar .widget_ti_image_banner {
    margin-left: 0; 
    margin-right: 0;
    border-bottom: 0 !important;
}
.sidebar .widget_contact p{
    padding-bottom: 15px;
}
.sidebar .widget_categories,
.sidebar .widget_archive{
    padding: 18px 30px !important;
}
.sidebar .widget_archive ul{
    padding-left: 0;
    padding-bottom: 0;    
}
.sidebar .widget_archive li,
.sidebar .widget_categories li{
    list-style: none;
    border: none;
    padding: 0;
}
.sidebar .widget_categories li{
    text-transform: uppercase;
}

.widget-slider .widget-post-title,
.widget-posts-classic-entries .widget-post-title{
    text-transform: uppercase;
}
.widget-slider .widget-post-details .widget-post-category, 
.widget-posts-classic-entries .widget-post-details .widget-post-category{
    text-transform: uppercase;
    color: #000;
}
.widget .slider-nav-arrow{
    border: 2px solid #000;
    font-size: 17px;
    font-weight: bold;
    width: 31px;
    height: 31px;
    line-height: 27px;
}
      
/* menu */
.main-menu .navlabel{
    color: #636363;
    text-transform: uppercase;
    margin-bottom: -6px;
    margin-top: 24px;
}
.main-menu > ul {
    text-align: left;
}
.main-menu > ul li{
   letter-spacing: normal;
}
.main-menu > ul > li > a,
.main-menu > ul > li > a > span:after {
    font-weight: 900;
}
.main-menu > ul > li.current-post-parent > a,
.main-menu > ul > li.current-menu-item > a,
.main-menu-mobile > ul > li.current-post-parent > a,
.main-menu-mobile > ul > li.current-menu-item > a,
.secondary-menu > ul > li.current-post-parent > a,
.secondary-menu > ul > li.current-menu-item > a{
    color: #006732;
}
.main-menu > ul > li > a > span{
    line-height: 38px;
    height: 58px;
}
.main-menu > ul > li > a > span:after {
    margin-top: 8px;
}
.main-menu > ul > li:first-child > a > span{
    padding-left: 0;
}
.secondary-menu{
    text-align: right;
}
.secondary-menu > ul > li > a{
    line-height: 38px;
    padding-left: 8px;
    padding-right: 0;
}
.secondary-menu li a{
    text-transform: none;
}
.secondary-menu > ul > li > a:after {
    content: "/";
    color: #646464;
    font: normal 15px/15px Helvetica, Arial;
    margin-left: 6px;
}
.secondary-menu > ul > li:last-child > a:after {
    content: "";
    margin: 0;
}
.main-menu-container .inner-wrapper{
	display:table;
	width:100%;	
}
.main-menu-container .inner-wrapper .inner-cell {
	display:table-cell;
	vertical-align:middle;
}
.sticky-active .main-menu-fixed{
    border-bottom: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.45);
}
#pageslide .navlabel{
    display: none;
}

/* entries */
.entries .entry-meta {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}
.entry-header .author a{
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-family: "Source Sans Pro", Georgia;
}
.entries .post-item .read-more-link{
    text-transform: uppercase !important;
    font-weight: 900;
}
.entry-header .entry-category{
    display: none;
}
.comment-reply-title,
.single-box-title{
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}
.single-isc{
    color: #A9A9A9;
    font-size: 80%;
}
.isc_image_list_box{
    margin-bottom: 5px;
}
.single-isc a{
    color: inherit;
}
.single-box.single-tags{
    margin-top: -30px;
    margin-bottom: 30px;
}
.single-tags .tag-box a{
    text-transform: uppercase;
    font-weight: 900;
}
.base-image img, .single .gallery-carousel, .single .entry-media iframe, .single .entry-media .video-wrapper{
    margin-bottom: 20px;
}
.single .entry-content a{
    color: #006732;
}

/*Datum ausblenden*/
.meta-date,
.entry-meta {
display:none;
} 

/* page */
.page-title .page-header{
    margin-bottom: 0;
}
.page-title{
    margin-bottom: 30px;
}

/* prev&next post */
.single-box.nav-single{
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.single-box.nav-single .nav-title{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.single-box.nav-single{
    display: flex;
}
    .single-box.nav-single .nav-previous{
        border-right: 1px dotted #000;
        padding: 20px 2% 20px 10%;
        text-align: center;
    }
    .single-box.nav-single .nav-next{
        padding: 20px 10% 20px 2%;
        text-align: center;
    }
        .single-box.nav-single .nav-next i,
        .single-box.nav-single .nav-previous i{
            border: 2px solid #000;
            font-weight: bold;
            padding: 5px;
            font-size: 17px;
        }
        .single-box.nav-single .nav-next i:hover,
        .single-box.nav-single .nav-previous i:hover{
            color: #fff;
            background-color: #000;
        }
    

/* footer-sidebar */
.footer-sidebar .widget, 
.full-width-sidebar .widget {
    padding: 48px 0;
    text-align: center;
}
    .footer-sidebar .widget_text h3{
        font-size: 23px;
        margin-bottom: 0;
    }
.copyright a,
.footer-sidebar .widget a{
    text-decoration: none;
}
    .copyright  a:hover,
    .copyright a:focus,
    .copyright a:active,
    .footer-sidebar .widget a:hover,
    .footer-sidebar .widget a:focus, 
    .footer-sidebar .widget a:active{
        text-decoration: underline;
    }
.small {
    font-size: 83%;
}
    
/* carousel */
.widget_ti_site_authors .carousel .item{
    width: initial !important;
    height: auto;
}

.widget_ti_site_authors .with-arrows {
    padding-bottom: 0;
}
    .widget_ti_site_authors .carousel .ti-author-items img{
        width: 100%;
        height: auto;
    }
.global-sliders .slick-dots{
    display: none !important;
}
.global-sliders .slider-nav-arrow{
    background-color: transparent;
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 46px;
}
.global-sliders .slider-nav-arrow:hover{
    text-shadow: none;
}
.global-sliders .prev-arrow{
    left: 5%;
    margin-top: 0;
    border-bottom: 2px solid #fff;
}
.global-sliders .next-arrow{
    margin-top: 0;
    border-top: 2px solid #fff;
}

/* copyright */
.copyright .grid-10 p{
    text-transform: none;
}

/* forms */
html #submit,
html input[type="submit"]{
    float: right;
    width: auto;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}
.comment-form-email,
.comment-form-author{
    width: 100%;
    margin-left: 0;
}
.wpcf7-form-control-wrap.nachricht,
textarea[name="comment"]{
    margin-bottom: 5px;
}

textarea, input[type="tel"], input[type="url"], input[type="text"], input[type="email"], input[type="password"] {
    border: 2px solid #000;
    text-transform: uppercase;
    background: none;
    color: #000;
}
#s{
    border-width: 1px;
}
::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }
::-moz-placeholder { color: #000; }
:-ms-input-placeholder { color: #000; }



/* Social Share Buttons (right side) */
.sticky-links-wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}

.sticky-links {
    position: relative;
}

.sticky-links a {
    width: 50%;
    float: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 15px 0;
    transition: all .1s ease-in-out;
}

.sticky-links i:before {
    font-size: 23px;
}

.sticky-links .sticky-link-facebook {
    background-color: rgba(48, 113, 169, 0.6);
}

.sticky-links .sticky-link-facebook:hover,
.sticky-links .sticky-link-facebook:active {
    background-color: #3071a9;
}

.sticky-links .sticky-link-youtube {
    background-color: rgba(201, 48, 44, 0.6);
}

.sticky-links .sticky-link-youtube:hover,
.sticky-links .sticky-link-youtube:active {
    background-color: #c9302c;
}

/* Start KSBLOG-364 */
.sticky-links .sticky-link-product {
    background-color: rgba(4, 87, 72, 0.6);
}
.sticky-links .sticky-link-product:hover,
.sticky-links .sticky-link-product:active {
    background-color: #045748;
}
/* End 364 */

/* Start KSBLOG-451 Instagram */
.sticky-links .sticky-link-instagram {
    background-color: rgba(200, 55, 171, 0.6);
	
}
.sticky-links .sticky-link-instagram:hover,
.sticky-links .sticky-link-instagram:active {
    background-color: #C837AB;
}

/* Impressum */
.page--imprint .left {
    display: block;
}
.page--imprint .right {
    display: block;
    float: none;
    margin-bottom: 0.6rem;
}
@media only screen and (min-width: 751px){
    .page--imprint .left {
        clear: left;
        width: 20rem;
        float: left;
        margin-right: 2rem;
    }
    .page--imprint .right {
        float: left;
    }
}
@media only screen and (max-width: 1199px) {
    .imprint-disclaimer {
        margin-top: 1.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    .page--imprint {
        display: flex;
    }
    .page--imprint > * {
        flex-basis: 100%;
    }
}


/* Borlabs Cookie Plugin */
#BorlabsCookieBox .cookie-logo, #BorlabsCookieBox img.cookie-logo {
    max-width: 160px!important;
}
#BorlabsCookieBox ._brlbs-btn-accept-all {
    background: #045748!important;
}
#BorlabsCookieBox ._brlbs-btn-accept-all:hover {
    background: #28a745!important;
}


@media only screen and (max-width: 750px) {
	.sticky-links .sticky-link-facebook,
	.sticky-links .sticky-link-youtube,
	.sticky-links .sticky-link-product,
	.sticky-links .sticky-link-instagram
	{
		width: 25%;
	}

	.fa, .fab, .fal, .far, .fas {
		line-height: 1.2;
	}
}
/* End KSBLOG-364 */


@media only screen and (min-width: 751px){
    .sticky-links-wrapper {
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
        position: fixed;
    }
    
    .sticky-links {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0px, -50%);
    }

    .sticky-links a {
        width: 51px;
        float: none;
        padding: 13px;
    }

    .sticky-links .sticky-link-facebook {
        margin-bottom: 2px;
    }
	
	.sticky-links .sticky-link-youtube {
		margin-bottom: 2px;
	}
	.sticky-links .sticky-link-product {
		margin-bottom: 2px;
	}

    .sticky-links a:hover,
    .sticky-links a:active {
        margin-left: -30px;
        padding-right: 43px;
        width: 81px;
    }	
}


/* media queries */
@media only screen and (min-width: 600px) {
    .entry-content img.alignright,
    .entry-content img.alignleft {
        max-width: 47%;
        margin-bottom: 1%;
    }

   .entry-content img.alignleft {
     float: left;
     margin-right: 3%;
   }

   .entry-content img.alignright {
     float: right;
     margin-left: 3%;
   }
}
@media only screen and (max-width: 750px) {
    .wrapper {
        width: 92% !important;
    }
    .widget .slider-nav-arrow,
    .related-posts .slider-nav-arrow,
    .global-sliders .slider-nav-arrow{
        border: none;
    }
    .widget .slider-nav-arrow:hover,
    .related-posts .slider-nav-arrow:hover,
    .global-sliders .slider-nav-arrow:hover{
        background: none;
    }
    .global-sliders .prev-arrow{
        left: 0;
    }
    .single-box.nav-single{
        border: none;
        display: block;
    }
    .single-box.nav-single .nav-previous,
    .single-box.nav-single .nav-next{
        border-right: 0;
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
    }
    .widget_ti_site_authors .carousel,
    .widget_ti_site_authors .ti-author-items {
        max-width: 100%;
    }
    .header .inner > .inner-cell:last-child {
        margin-bottom: 20px;
    }
    .slider-latest .entries .post-item{
        max-height: none;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 751px){
    .headerimage > img,
    .headerimage .entry-header{
        display: block;
    }

      .headerimage .logo{
        position: absolute;
        z-index: 98;
        top: -14px;
        left: 22px;
    }
    .commentfield_left, .commentfield_right,
    .comment-form-email, .comment-form-author{
        width: 48.7%;
        float: left;
    }
    .commentfield_left, .comment-form-author{
        margin-right: 2.6%;
    }
}
@media only screen and (min-width: 961px) {
    .top-strip{
        height: 35px;
    }
    .header .logo {
        z-index: 2000;
    }
}
@media only screen and (max-width: 959px) {
    .title-with-sep .title, 
    .title-with-sep .entry-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 479px) {
    .title-with-sep .title, 
    .title-with-sep .entry-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 960px) {
    .site-content::after{
        background-color: #faf9f3;
    }
    .header .search-form{
       display: block; 
    }
    .headerimage h3{
        font-size: 16px;
    }
    .search-form-cell, #masthead .header-search .search-form {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .header .inner > .inner-cell {
        margin-bottom: 20px;
    }
    .header .inner-cell {
        display: block;
        text-align: center;
    }
    #comments .comment-author img {
        display: none;
    }
    .comment-list .children {
        margin-left: 45px;
    }
    .comment-list .comment-meta,
    .comment-list .comment-body .comment-content {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 960px) {
    .headerimage h3{
        font-size: 24px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 961px) {
    .main-menu > ul > li > a,
    .main-menu > ul > li > a > span:after{
        font-size: 0.8em;
    }
}
@media only screen and (min-width: 1200px) {
    .main-menu-container .search-form input[type="text"] {
        width: 370px;
    }
}