/*
 Theme Name: Klecksquadrat
 Theme URI:
 Description: Klecksquadrat
 Author: Klecksquadrat
 Author URI: https://www.klecksquadrat.de/
 Template: Minamaze_Pro
 Version: 1.11.0  
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Klecksquadrat
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */


#slider .featured-title span, .featured-excerpt span, .thinkupslider-sc .featured-title span {
	font-size: 36px;
    background: rgba( 1, 135, 165, 0.6);
	padding: 10px 15px;
}
#slider .featured-excerpt span, .thinkupslider-sc .featured-excerpt span {
    display: inline-block;
    font-size: 36px;
    
}
.sp_wpspwpost_static h2.wpspw-post-title h2 a {
	font-size: 16px !important;
    line-height: 1.0 !important;
    font-weight: bold;
	color: #0187a5 !important;
	font-family: 'open_sans' !important;
}
.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content h2 a {
    color: 0187a5 !important;
    
}
.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content .wpspw-post-title {
	    padding: 0 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    float: none;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.wpspw-post-date {
    line-height: normal !important;
    padding: 5px 5px 5px 0;
    display: inline-block;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    margin: 10px auto;
}

input[type="checkbox"] {
    width: 13px !important ;
    -webkit-appearance: checkbox !important;
}

input[type="radio"] {
   width: 13px !important ;
    -webkit-appearance: radio !important;
}
.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #0187a5;
}
#footer {
    background: #333;
    border-top: 6px solid #0187a5;
    border-bottom: 1px solid #111;
    padding: 15px 10px;
}
#footer-core a, p{
    color: #0187a5;
	font-size: 12px !important;
}
.nav-previous a {
    background: #0187a5;
}
.nav-next a {
    background: #0187a5;
}

 p {
	font-family: 'Droid sans' !important;
	font-size: 16px !important;
	line-height:24px;
}

.wpspw-post-content div {
    padding-bottom: 7px;
    line-height: 24px;
    font-size: 16px;
}
h1 span {
	font-size:36px;
	line-height:42px;
}
.slider-full #slider .rslides-container {
    padding: 0 0 0px !important;
}
.wpspw-post-categories a:nth-child(4n+1) {
    background: #0d862f;
    border-color: #0d862f;
}
.wpswp-post-tags a,
.wpswp-post-tags {
	font-style: normal;
	font-size: 12px !important;
	color:#878787;
	background: #ededed !important;
}
.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content {
    background: #ededed;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    min-height: 300px;
}
.entry-header a,
span.author, span.date, span.category, span.tags, span.tags a {
	color: #878787 !important;
}
.entry-content strong span {
	font-size:24px !important;
	line-height: 28px;
	font-family: 'Droid sans' !important;
}
.entry-content span {
	font-size:16px;
	line-height: 24px;
	font-family: 'Droid sans' !important;
}
li.cat-item {
	font-size:16px;
	
}
#sidebar h3.widget-title {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0 15px;
    color: #878787;
}
.blog-article {
       background-color: #ededed !important;
}

.layout-sidebar-right #main {
    float: left;
    width: 73%;
    display: block;
}
/*-----------------------------------------------------
  RESPONSIVE ANWEISUNGEN
-----------------------------------------------------*/


/*-----------------
  1024px iPad hoch
-------------------*/
@media only screen and (max-width: 1024px) {
	#logo {
		margin-left:30px;
	}
	
	#logo-sticky img {
    max-height: 35px;
	margin-left:20px;		
	}

   }
/*-----------------
  768px iPad hoch
-------------------*/
@media only screen and (max-width: 768px) {
	
	

   }
/*-----------------------------------------------------
  480px iPhone quer
-----------------------------------------------------*/
@media only screen and (max-width: 480px) {
	
	
	#notification-core {
		display:none;
	}
	
	body {
		padding: 0px !important;
	}
	.layout-sidebar-right #sidebar {
    display: inline;
    float: inherit;
    width: 25%;
}
	
}
/*-----------------------------------------------------
  320px iPhone hoch
-----------------------------------------------------*/
@media only screen and (max-width: 375px) {
	h1 span {
		font-size:22px;
	}
	#logo {
		margin-left:10px;
	}
	#logo img {
		max-height:30px !important;
	}
	
}	
