/*
Theme Name: Softweaver
Theme URI: https://www.softweaver.de
Description: Image Website Softweaver GmbH
Author: 1-branding / Template-Provider GbR
Author URI: https://www.1-branding.com
Text Domain: 1-branding
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.mc-field-group label {
	display: inline;
	font-size: .9rem;
}
.mc-field-group input[type="email"]{
	margin-bottom: 1rem;
}
.qodef-h6, h6 {
    font-size: 14px;
}
#qodef-404-page .qodef-404-subtitle {
	color: #23323a;
}
.qodef-search .qodef-e-search-heading-label, .qodef-e-excerpt {
	color: #5a6971;
}
.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 18px;
}
#qodef-page-header-inner {
  margin: 0 70px;
}
.qodef-blue-button {
	background-color: #005a83 !important;
	cursor: pointer;
	margin-top: 1rem !important;
}
.qodef-portfolio-list .qodef-e-top-holder .qodef-e-info a,
.qodef-blog .qodef-blog-item .qodef-e-info-category a {
  border: 1px solid #005a83;
	color: #005a83;
}
.qodef-portfolio-list .qodef-e-top-holder .qodef-e-info a:hover,
.qodef-blog .qodef-blog-item .qodef-e-info-category a:hover {
  background-color: #005a83;
}
.download-box {
  width: 250px;
  border: 1px solid #eee !important;
  border-radius: 0 !important;
  margin: 10px 5px !important;
  box-shadow: none !important;
}
.download-box h5 {
  font-size: 1rem !important;
}
.download-box:hover {
  border: 1px solid #005a83 !important;
}
.download-button {
  color: #fff;
  background-color: #3885B0 !important;
  background-image: -webkit-linear-gradient(#3EB4C8,#3885B0) !important;
  background-image: -moz-linear-gradient(#3EB4C8,#3885B0) !important;
  text-shadow: none !important;
  font-size: 1em !important;
}
ul.dlm-downloads li {
  float: left;
  list-style-type: none;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-content-shape {
  display: none
}
.qodef-info-section.qodef-layout--background-text .qodef-m-content-inner {
  width: 100%;
}
main p, main li, .elementor-widget-text-editor, .qodef-portfolio-single .qodef-portfolio-content p,
.qodef-blog .qodef-blog-item .qodef-e-excerpt, .qodef-blog.qodef--single .qodef-blog-item .qodef-e-text p {
  color: #5a6971;
}
.qodef-m-description, .accordion-content {
  color: #5a6971 !important;
}
.home-box .qodef-m-description {
  color: #fff !important;
}
main ul {
  list-style: none; /* Remove default bullets */
}

main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #005a83; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}
ul.dlm-downloads li::before {
  display: none
}
.wp-block-loginout {
  font-size: 15px;
}
.qodef-blog.qodef-item-layout--info-left article .qodef-e-content .qodef-e-more-link a,
.qodef-blog.qodef-item-layout--info-left article .qodef-e-content .qodef-e-more-link a:hover {
  color: inherit;
}
.qodef-divided-showcase-section.qodef-behavior--slider .qodef-divided-showcase-section.qodef-item-layout--gallery .qodef-e-content-holder {
  width: auto;
  height: auto;
}
.menu-customer-menu-container {
  font-size: 15px;
}
.menu-customer-menu-container a::after {
  display: none;
  font-size: 15px;
}
#qodef-page-mobile-header {
  height: 144px;
}
#qodef-top-area-inner {
  padding: 0 60px;
}
#qodef-top-area .widget a {
  color: #23323a !important;
  font-size: 13px;
}
@media only screen and (max-width: 1024px){
	#qodef-top-area {
	  display: block;
	}
	#qodef-top-area-inner {
	  padding: 0 20px;
	}	
}