/*
Theme Name: DeepRain Theme 
Author: XIQIT GmbH
Author URI: http://www.xiqit.de
Description: GutenbergStarterThemeFree Child Theme
Template: GutenbergStarterThemePremium
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700&display=swap');

html {
    overflow-y: scroll;
}
    
body {
    font-family: 'Fira Sans', sans-serif;
    margin-top: 20px;
}

body, button, input, select, optgroup, textarea {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 400;
}

a:visited {
    color: #053466;
}
a {
    color: #053466;
}
a:hover {
    color: #00A0E3;
}
a, a:focus, a:active {
	outline: none;
}

h2.entry-title {
	margin: 0.9em 0 0 0;
}

.entry-meta {
	font-size: 0.75rem;
}

.entry-title a {
	text-decoration: none;
}

.kt-list-icon-aligntop svg {
	vertical-align:top!important;
}

.site-branding {
	padding: 15px 0 0 0;
}

.n2-section-smartslider {
    padding-top: 80px;
}

.header-inner {
    padding: 0;
}

.wp-block-quote {
    border-left: 2px dotted #00A0E3;
    margin: 20px 0;
    padding: 0.5em 0.2em 0 1em;
    background: #dff6ff;
}


.sidebar-widget {
	padding: 15px 0  3px  15px;
}

.entry-meta {
	text-align: right;
}

.alignleft img, .alignright img, .alignleft figcaption, .alignright figcaption {
    max-width: 100%;
    width: 100%;
}

body.blog .attachment-post-thumbnail {
	display: none;
}

.site-footer {
    background: #58585A;
 }
 
.entry-header h1.entry-title {
	display: none;
}

/* Navigation */
.menu-hauptmenue-container .sub-menu {
	text-transform: none;
	font-size: 1rem;
}

.main-navigation .sub-menu a {
    display: block;
    text-decoration: none;
    line-height: 1.2;
    padding-bottom: 0.4em;
    padding-top: 0.4em;
}


.wp-block-table td, .wp-block-table th {
    word-break: break-word !important;
    color: black;
    border: 1px solid #5976c2;
}

.black {
	color: black;
}

.wp-block-faq-block-for-gutenberg-faq .question {
    background: #4FC2E;
    font-weight: bold;
    font-size: 120%;
    cursor: pointer;
    text-transform: none;
    padding: 7px;
}
.wp-block-faq-block-for-gutenberg-faq .question h4 {
    padding: 0px; margin: 0;
}


.display-posts-listing img {
	border: solid 1px #00a0e3;
	padding: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.display-posts-listing img:hover {
	border: solid 1px #00a0e3;
	padding: 0px;
}

/* Display News auf Startseite Grid style */

.display-posts-listing .date {
	font-size: 0.7rem;
}

.listing-item {
	text-align: center;
}
.listing-item img {
	text-align: center;
	margin: 0 auto;
}

.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
	width: 75%
	color: black;
	text-decoration: none;
	padding-top: 10px;
}


.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}
