/**
Theme Name: Hanna
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hanna
Template: astra
*/

/** WP Forms **/
.wpforms-container.wpf-center {
    text-align: center;
}

form#wpforms-form-10 input[type="number"]::-webkit-outer-spin-button, form#wpforms-form-10 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
  
form#wpforms-form-10 input[type="number"] {
    -moz-appearance: textfield;
}

input[type='radio'] {
    accent-color: #953956;
}

/** Simple Membership Plugin **/
button.swpm-submit-btn-default-style { padding: 16px 30px; } 

/** Elementor **/

/** Allgemein **/
a.elementor-button.text {
	background-color: #b54267
}

a.elementor-button.text:hover {
	background-color: #953956
}

/** 3 Dots after excerpt **/

.elementor-post__excerpt p:after{
content: " ...";
}

/** Icons mittig zentrieren **/
.elementor-24462 .elementor-element.elementor-element-206fb34 .elementor-icon-wrapper {
	display: flex;
}

/** Mobiles Menu **/
#ast-mobile-header .ast-builder-button-wrap.ast-builder-button-size- {
	width: 100%;
}
#ast-mobile-header .ast-custom-button {
	border-radius: unset;
	padding-left: 20px;
	font-size: unset;
	font-weight: unset;
}

/** Horizontale Scrollbar auf Mobile verhindern **/
html,
body{
  width:100%;
  overflow-x:hidden;
}

/** Blog **/
figcaption {
	color: grey;
}

.blogtext h2 {
	font-size: 35px;
    margin-bottom: 25px;
	padding-top: 10px;
}

.blogtext h3 {
	font-size: 26px;
    margin-bottom: 15px;
}

.blogtext h4 {
	margin-bottom: 10px;
}

.blogtext li {
    padding-bottom: 10px;
}

.elementor-toc__header, .elementor-toc__body  {
    border-left: #b54267 4px solid;
}

.uebung {
    background: #feffe9;
    padding: 20px;
    margin-bottom: 1.75em;
    border-radius: 3px;
	border-left: #f5ca67 solid 4px;
}

.uebung h3 {
	font-size: 30px;
}

.uebung h3::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f4d8";
	padding-right: 10px;
}

.merke {
    background: #feffe9;
    padding: 20px;
    margin-bottom: 1.75em;
    border-radius: 3px;
    border-left: #f5ca67 solid 4px;
}

.merke p:last-of-type {
    /**margin-bottom: unset;**/
}

.merke ul {
	margin-left: 1.5em;
    margin-top: 1.5em;
}

h4.lampe::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
	color: #b54267;
	padding-right: 10px;
}

/** Video in Blog-Artikel **/
.ast-oembed-container {
    margin-bottom: 1.75em;
}

/** RESPONSIVE SIZES **/
@media (max-width: 1024px) {

/** Ueber mich Seite **/
.elementor-104 section.mobilebg {
	background-image: none!important;
	background-color: #FFEDE8!important;
}
.elementor-104 div.mobiletextbox .elementor-widget-wrap {
	background-color: unset!important;
}
/** Blog **/
ul.elementor-toc__list-wrapper {
    margin-left: unset;
}
.blogtext h2 { 
    font-size: 26px;
    margin-bottom: 20px;
}
.blogtext h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.blogtext ul, .blogtext ol {
	margin-left:  2.5em;
}
}