/**
Theme Name: neueswort
Author: Jan Sievers - Digital Marketing Consulting
Author URI: https://jansievers.net
Description: neueswort.de Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neueswort
Template: astra
*/

/*Sticky Ad Background */
#sab_wrap {
    background-color: #f2dfce!important;
}
p#sticky_ad_bar {
    display: none!important;
}

/* Suche */
.top-search {
	margin-bottom: 35px;
	text-align: center;
}
.search-form .search-field {
    width: 70%;
}

/* Abonnieren - E-Mail-Feld */
input#nsu-email-1 {
	width: 85%;
}

/* Abonnieren - Datenschutzhinweis */
.newsletter-datenschutz {
    font-size: 17px;
}

.intro-text {
	margin-bottom: 2em;
	margin-top: 35px;;
}

/* Beispiele in Beiträgen */
blockquote {
    border-color: #dedede;
	color: #2b2b2b;
	margin: 1em 1em 1em 1.2em;
    padding: 0.2em 1.2em;
    font-size: 1em;
}

/* Menue besser positionieren */
.header-main-layout-1 .main-navigation {
    padding-left: 15px;
    padding-top: 7px;
}

/* Oberer Abstand vor Titeln */
.blog .entry-title, .blog .entry-title a, .archive .entry-title, .archive .entry-title a, .search .entry-title, .search .entry-title a, .ast-single-post .entry-title {
    margin-top: 30px;
}

/*Abstand unter Hauptmenü */
#primary {
	margin: 1.5em 0 4.5em 0;
}

/* Linkfarbe im Archiv */
.tagindex ul li a {
	color: #013dc6!important;
}

/* Newsletter 
.newsletter-datenschutz {
    font-size: 13px;
}
*/

/*Mobile friendly fixes */
/* Footer vergrößern für Cookie-Notice */
.ast-footer-overlay {
    padding-bottom: 7em;
}

@media (min-width: 769px) {
.ast-footer-overlay {
    padding-bottom: 5.5em;
}
}

/*LanguageTool nur am Dekstop zeigen */
@media (max-width: 1028px) {
.desktop-only {
    display:none!important;
}
.ast-above-header-wrap {
	display:none!important;
	}
}
@media (min-width: 1028px) {
.mobile-only {
    display:none!important;
}
}
span.lg-ad {
    float: right;
    font-size: 12px;
    color: #bcd3ea;
}

/* Menü Elemente größer und weiter auseinander */
.ast-header-break-point .main-navigation ul li a {
    padding: 4px 20px;
    margin: 10px 0 0 0;
    border-bottom-width: 0px;
    border-style: none;
}