/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/**
 * Colors
 * Blau: #3398cc Body-Schrift: #2A7DA7
 * Gelb: #f4ce2e
 * Schwarz: #38454a
 */
/**
 * Standards
 */
.ct-container a:not(:where(header *)), .entry-content a:not(:where(.stk-block-background *)) {
	color: #2A7DA7;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}
.ct-container a:not(:where(header *)):hover, .ct-container a:not(:where(header *)):focus, .ct-container a:not(:where(header *)):active, 
.entry-content a:not(:where(.stk-block-background *)):hover, .entry-content a:not(:where(.stk-block-background *)):focus, .entry-content a:not(:where(.stk-block-background *)):active {
	color: #3398cc;
	text-decoration: none;
}
a[target="_blank"]:not(.shariff-link)::after {
  content: "\f504";
	font-family: dashicons;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-rendering: auto;
  font-size: 20px;
  text-align: center;
	display: inline-block;
	position: relative;
  top: 0.15em;
}

/* Quick and Dirty - muss noch bearbeitet werden */
.personas .stk-inner-blocks .stk-column {
  max-width: 400px;
	width: 100%;
}

.blog-container .stk-container {
  margin: 20px 20px 20px 0 !important;
}

.ct-footer .widget-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.personas .stk-inner-blocks .stk-column {
		width: calc(100%/2 - 40px);
	}
	.blog-container .stk-block-posts__item .stk-container article {
  		display: flex !important;
  		flex-direction: column !important;
  		height: 100%;
	}
	.blog-container .stk-block-posts__readmore.has-text-align-right.has-text-color {
  		margin-top: auto;
	}
}
@media only screen and (min-width: 1000px) {
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-container {
		grid-template-columns: 1.5fr 2fr auto;
	}
}
@media only screen and (min-width: 1024px) {
	.personas .stk-inner-blocks .stk-column {
		width: calc(100%/3 - 40px);
	}
}