/*!
Theme Name: FW-jadesign
Theme URI: https://www.freiewaehler-werbung.de/
Template: kadence
Author: ja design & print
Author URI: https://www.freiewaehler-werbung.de/
Description: WordPress Theme by ja design & print.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*

.site-header-bottom-section-right {
	background: #1954a2 !important; 
	justify-content: flex-start !important; 
	margin-right: -3rem;
	-webkit-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    min-width: 740px;
}
.primary-menu-container {
	padding:  0 15px;
	-webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
}

.site-header-top-section-right {
	
	padding:  0 15px;
}

.header-social-wrap {
	justify-content: flex-start !important;
	background: #ee7202;
	padding:  6px 15px;
	min-width:  920px;
	margin-right: -3.5rem;
	-webkit-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -o-transform: skew(-35deg);
}
.header-social-inner-wrap {
	-webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
}
*/

.fwrow {
	min-width:  500px;
	margin:  10px auto;
	font-size:  90%;
}
.fwcol-50 {
	width: 50%;
	float:  left;
	padding:  5px;
}

.popup-drawer .drawer-inner {
    /* background-color: #ee7202 !important; */
}

.primary-sidebar.widget-area .widget {
	padding:  15px !important;
	background:  #fff !important;
	box-shadow: 0px 15px 15px -10px rgb(0 0 0 / 5%) !important;
	border-radius: 0.25rem !important;
}

.primary-sidebar.widget-area .widget h3 {
    color: #303030 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom:  15px !important;
}

.site-header-upper-wrap {
	/* border-top:  2px solid #ee7202; */
}

ul.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0 0 1em 1em !important;
    list-style-type: square !important;
}
.widget-area .widget-title {
    text-transform: none !important;
}

ul#menu-informationen {
	list-style-type: square;
	margin-left:  1.2em;
}
ul#menu-informationen a {
	color:  #fff !important;
}

.ja-icon {
	float: left; margin-right: 10px; padding-top:10px; color: #1954a2;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #ee7202 !important;
    border: 1px solid #ee7202 !important;
    color: #fff !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #1954a2 !important;
    border: 1px solid #1954a2 !important;
}


@media ( min-width: 720px ) {  /** Größerer Viewport: Tablett **/
	.site-branding {
		/* margin-top: -30px; */
	}
	/*#main-header {
		border-bottom:  2px solid #1954a2;
	} */
}