/**
 * Theme Name:    BackWPup
 * Template:      muenchen
 * Author:        MarketPress
 * Author URI:    http://marketpress.com/
 * Contributors:  Denny Kuckei (@Deku86), Tina Billinger (@tinabillinger), Nick Jantschke (@nick), Tino Werner (@twern)
 * Version:       1.16.0
 * Status:        stable
 * Text Domain:   muenchen-child-starter
 * Tags:          translation-ready, theme-options
 * License:       GPL 2.0 or later
 * License URI:   https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */

/* Your custom styles here. */
.unzerIframe  {
    top: 0 !important;
}

.gform_wrapper .gfield_checkbox input[type=checkbox] {
    display: none !important;
}

.gchoice_pp input[type=checkbox]+label:before,
.gchoice_pp label.checkbox:before {
    position: relative !important;
}

.features_block {
	display: block;
	float: left;
	width: 50%;
	clear: none;
}

.features_title_wrapper {
	box-sizing: border-box;
	clear: both;
	display: block;
	float: none;
	overflow: hidden;
}

.features_title_wrapper .widget_text h3.widget-title {
	font-size: 34px;
	font-weight: 200;
	color: #999;
	margin-bottom: 2em;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

.features_title_wrapper .widget_text h3.widget-title:after {
	content: '';
	opacity: .5;
	width: 30%;
	height: 2px;
	background-color: #9dc55d;
	position: absolute;
	left: 50%;
	bottom: -1.25em;
	margin-left: -15%;
	display: table;
	clear: both;
}

.features_left {
	padding-right: 1em;
}

.features_right {
	padding-left: 1em;
}

.features_left .widget_backwpup_feature_widget,
.features_right .widget_backwpup_feature_widget {
	margin-bottom: 1.5em;
}

.features_left .widget_backwpup_feature_widget .widget_head,
.features_right .widget_backwpup_feature_widget .widget_head {
	clear: both;
	height: 40px;
	margin-bottom: 0.5em;
}

.features_left .widget_backwpup_feature_widget .widget_head .headline,
.features_right .widget_backwpup_feature_widget .widget_head .headline {
	font-size: 20px;
	margin: 0.35em 0 0 0;
	color: #888;
	font-weight: 500;
}

.features_left .widget_backwpup_feature_widget .widget_head .icon,
.features_right .widget_backwpup_feature_widget .widget_head .icon {
	color: #9dc55d;
	display: inline-block;
	font-size: 32px;
	text-align: center;
	width: 42px;
}

.features_left .widget_backwpup_feature_widget .widget_head .headline,
.features_left .widget_backwpup_feature_widget .widget_head .icon {
	float: right;
	margin-left: 0.25em;
}

.features_right .widget_backwpup_feature_widget .widget_head .headline,
.features_right .widget_backwpup_feature_widget .widget_head .icon {
	float: left;
	margin-right: 0.25em;
}

.features_left .widget_backwpup_feature_widget p,
.features_right .widget_backwpup_feature_widget p {
	margin: 0;
	margin-left: 3.2em;
	margin-right: 3.2em;
	clear: both;
}

.features_left .widget_backwpup_feature_widget p {
	text-align: right;
}

/*** PP-964 (PP-1030) ***/
.new_feature_tag_left {
	display: none;
}

.new_feature_tag_right,
.new_feature_tag {
	display: inline-block;
}

.new_feature_tag_left span,
.new_feature_tag_right span,
.new_feature_tag span {
	color:#ffbb13;
	font-weight:bold
}
/*** PP-964 (PP-1030) End ***/

@media (max-width: 1024px) {

/*** PP-964 (PP-1030) ***/
/* When the size scale down, all is one column, no left or right. so the "New" have to be always on the left side of the feature title */
	.new_feature_tag_right {
		display: none;
	}

	.new_feature_tag_left {
		display: inline-block;
	}
/*** PP-964 (PP-1030) End ***/

	.features_right, .features_left {
		padding: 0;
	}

	.features_block {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.features_left .widget_backwpup_feature_widget .widget_head,
	.features_right .widget_backwpup_feature_widget .widget_head {
		text-align: center;
		height: auto;
	}

	.features_left .widget_backwpup_feature_widget .widget_head .headline,
	.features_left .widget_backwpup_feature_widget .widget_head .icon,
	.features_right .widget_backwpup_feature_widget .widget_head .headline,
	.features_right .widget_backwpup_feature_widget .widget_head .icon {
		float: none;
		display: inline;
		margin-left: 0;
	}

	.features_left .widget_backwpup_feature_widget .widget_head .headline,
	.features_right .widget_backwpup_feature_widget .widget_head .headline {
		vertical-align: 0.19em;
		margin-right: 0;
	}

	.features_left .widget_backwpup_feature_widget .widget_head .icon,
	.features_right .widget_backwpup_feature_widget .widget_head .icon {
		margin-right: 0.25em;
	}

	.features_left .widget_backwpup_feature_widget p,
	.features_right .widget_backwpup_feature_widget p {
		margin: 0;
		margin-top: 0.5em;
		text-align: center;
	}
}

address, dl, ol, ul {
	text-align: center;
	word-wrap: break-word;
}

.widget-area.hero .widget, aside.widget.hero .widget {
	text-align: center;
	padding-bottom: 3em;
}

.hero .widget_text h3.widget-title {
	font-size: 2.75rem;
	font-weight: 300;
	line-height: 0.9;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.hero .widget_text .textwidget {
	font-size: 3rem;
	font-weight: 700;
	margin-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.hero .widget_text h3.widget-title {
		font-size: 2.25rem;
	}

	.hero .widget_text .textwidget {
		font-size: 2.5rem;
	}
}


#muenchen_icon_text-2 > h3 {
	color: #999;
	font-size: 2.125em;
	font-weight: lighter;
	text-transform: uppercase;
}

.front_content .widget_muenchen_icon_text h3 {
	color: #333;
	display: block;
	font-weight: 500;
	margin-bottom: 2em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}

.LicenceSection {
	padding: 0 0 50px 0;
}

.visually-hidden {
	display: none;
}

.LicenceSection-mainHeadline {
	display: block;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto 30px auto;
	text-align: center;
}

.LicenceSection-subText {
	font-size: 23px;
	font-size: 1.4375rem;
	text-align: center;
	margin: 0 0 80px 0;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	padding: 0 19%;
	line-height: 1.6;
	color: #5f6973;
}
@media (max-width: 64em) {
	/* line 14, ../scss/modules/woocommerce/_LicenceSection.scss */
	.LicenceSection-subText {
		padding: 0 20px;
	}
}

.LicenceSection-boxWrapper {
	margin-bottom: 50px;
}

.LicenceSection [class*='col-']:last-of-type {
	margin-right: 0;
}

.LicenceSection-boxes {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
}
@media (max-width: 64em) {

	.LicenceSection-boxes {
		display: block;
	}
}

.LicenceSection-boxes-single {
	display: table;
	table-layout: fixed;
	max-width: 600px;
	width: 100%;
	border-spacing: 0px;
	margin: 0 auto;
}

.LicenceSection-SingleLicense {
	display: table-cell;
	border: 10px solid #eeece5;
}
@media (max-width: 64em) {

	.LicenceSection-SingleLicense {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 420px;
		margin-bottom: 30px;
	}

	.LicenceSection-boxes-single .LicenceSection-SingleLicense {
		width: 100%;
	}
}
@media (max-width: 31.25em) {

	.LicenceSection-SingleLicense {
		width: 100%;
	}
}

.LicenceSection-isTopseller {
	border: 10px solid #9ecc5b;
}

.LicenceSection-box {
	position: relative;
	padding: 60px 25px 120px 25px;
	text-align: center;
}

@media (max-width: 563px) {
	.LicenceSection-boxes-single .LicenceSection-box {
		padding: 90px 25px 120px 25px;
	}
}

.LicenceSection-topsellerWrapper {
	left: 10%;
	position: absolute;
	text-align: center;
	top: -30px;
	width: 80%;
}

.LicenceSection-topsellerHeadline {
	display: inline-block;
	margin: 0;
	padding: 16px !important;
	text-transform: uppercase;
	font-size: 19px;
	font-size: 1.1875rem;
	background-color: #9ecc5b;
	color: #fff !important;
}

.LicenceSection-boxHeadline {
	font-size: 25px;
	font-size: 1.5625rem;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.LicenceSection-price {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.LicenceSection-price .strike {
	text-decoration: line-through;
	color: #aaa;
}

.LicenceSection-price .reduced {
	display: block;
	color: #9dc55d;
}

.LicenceSection-price .LicenceSection-metaValue {
	font-weight: normal;
	margin-top: 5px;
}

.LicenceSection-metaInfos ul {
	margin-bottom: 25px;
}

.LicenceSection-metaInfo {
	border-bottom: 1px solid #eeece5;
	padding: 16px 0;
	margin: 0;
	min-height: 64px;
	text-align: center;
}

.LicenceSection-metaInfo:last-child {
	border-bottom: 0;
}

.LicenceSection-metaKey {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 0.8125rem;
}

.LicenceSection-metaValue {
	font-size: 13px;
	font-size: 0.8125rem;
	display: block;
}

.LicenceSection-pricemetaValue {
	font-size: 13px;
	font-size: 0.8125rem;
	display: block;
	font-style: italic;
	color: #999999;
	font-weight: 400;
	line-height: 2;
}

.LicenceSection-box footer .LicenceSection-button {
	min-width: initial;
	font-weight: 600;
	transition: all 0.2s ease-in;
	font-size: 0.9375rem;
	text-transform: none;
	letter-spacing: 0;
	background-color: #9dc55d;
	padding: 14px 18px 12px 18px;
	border-radius: 2px;
	line-height: normal;
}

.LicenceSection-box footer .LicenceSection-button:hover,
.LicenceSection-box footer .LicenceSection-button:active,
.LicenceSection-box footer .LicenceSection-button:focus {
	background: #86ba3a;
	color: #ffffff;
	box-shadow: none;
}

.LicenceSection-box footer .LicenceSection-button .Icon {
	font-size: 1.25em;
	display: inline-block;
	color: #fff;
	margin-left: 0.5rem;
	vertical-align: middle;
}

.LicenceSection-infoWrapper {
	width: 100%;
}

.LicenceSection-infoText {
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #666666;
	font-style: italic;
	line-height: 1.4;
}

.LicenceSection-notice {
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-size: 0.8125rem;
}

.LicenceSection footer {
	position: absolute;
	bottom: 60px;
	width: 100%;
	left: 0;
	text-align: center;
}

.LicenceSection .licence_num_1 {
	display: block;
}

.LicenceSection .licence_num_1 .LicenceSection-box {
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	display: block;
}

@media (max-width: 31.25em) {

	.LicenceSection .licence_num_1 .LicenceSection-box {
		width: 100%;
	}
}
@media (max-width: 64em) {

	.LicenceSection {
		padding-bottom: 25px;
	}
}

.sixth-box {
	width: 16.6666666666667%;
	float: left;
}

@media (max-width: 1024px) {
	.sixth-box {
		width: 33.3333333333%;
		margin-bottom: 1em;
	}
}
@media (max-width: 550px) {
	.sixth-box {
		width: 100%;
		margin-bottom: 1.5em;
	}
}

#team {
	margin-top: 1.5em;
}

#team .member span.the-member {
	color: #333;
	display: block;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
}

#team .member {
	position: relative;
}

#team .member span {
	display: block;
	text-align: center;
}

#team .member img {
	margin: 0 auto;
	border-radius: 100%;
}

#team .member .circle {
	height: 130px;
	width: 130px;
	margin: -127px auto 0;
	position: relative;
	z-index: 1;
	border: 5px solid #eee;
	border-radius: 100%;
}

#team .member .circle i {
	color: #fff;
	display: none;
	font-size: 2.5em;
	margin: 40px 0 0 10px;
}

#team .member span.the-member span.name {
	margin: 15px 0 10px;
	font-size: 1.2em;
}

#team .member span.the-member span.position {
	color: #999;
}

/**
 * SUPPORT  Default Styling
 */

#hsd_conversations_table .pull-right {
	float: right !important;
	clear: right !important;
}
#hsd_conversations_table .pull-left {
	float: left !important;
	clear: left !important;
}

#hsd_conversations_table .clearfix:before,
#hsd_conversations_table .clearfix:after {
	display: table;
	content: " ";
}
#hsd_conversations_table .clearfix:after {
	clear: both;
}

#hsd_conversations_table .avatar {
	max-height: 60px;
	max-width: 60px;
	border-radius: 50px;
	border: 1px solid #e0e0e0;
}
#hsd_conversations_table .panel-title {
	font-weight: 300;
}
#hsd_message_form .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: normal;
	color: #626262
}
#hsd_message_form .checkbox {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hsd_goback {
	display: none;
}

/**
 * Tables
 */

#hsd_conversations_table table {
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	font-size: 1em;
}
#hsd_conversations_table td,
#hsd_conversations_table th {
	padding: 0;
	border: none;
}

#hsd_conversations_table {
	max-width: 100%;
	background-color: transparent;
}
#hsd_conversations_table th {
	text-align: left;
}
#hsd_conversations_table .table {
	width: 100%;
	margin-bottom: 20px;
}
#hsd_conversations_table .table > thead > tr > th,
#hsd_conversations_table .table > tbody > tr > th,
#hsd_conversations_table .table > tfoot > tr > th,
#hsd_conversations_table .table > thead > tr > td,
#hsd_conversations_table .table > tbody > tr > td,
#hsd_conversations_table .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
#hsd_conversations_table .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
#hsd_conversations_table .table > caption + thead > tr:first-child > th,
#hsd_conversations_table .table > colgroup + thead > tr:first-child > th,
#hsd_conversations_table .table > thead:first-child > tr:first-child > th,
#hsd_conversations_table .table > caption + thead > tr:first-child > td,
#hsd_conversations_table .table > colgroup + thead > tr:first-child > td,
#hsd_conversations_table .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
#hsd_conversations_table .table > tbody + tbody {
	border-top: 2px solid #ddd;
}
#hsd_conversations_table .table #hsd_conversations_table .table {
	background-color: #fff;
}
#hsd_conversations_table .table-condensed > thead > tr > th,
#hsd_conversations_table .table-condensed > tbody > tr > th,
#hsd_conversations_table .table-condensed > tfoot > tr > th,
#hsd_conversations_table .table-condensed > thead > tr > td,
#hsd_conversations_table .table-condensed > tbody > tr > td,
#hsd_conversations_table .table-condensed > tfoot > tr > td {
	padding: 5px;
}
#hsd_conversations_table .table-bordered {
	border: 1px solid #ddd;
}
#hsd_conversations_table .table-bordered > thead > tr > th,
#hsd_conversations_table .table-bordered > tbody > tr > th,
#hsd_conversations_table .table-bordered > tfoot > tr > th,
#hsd_conversations_table .table-bordered > thead > tr > td,
#hsd_conversations_table .table-bordered > tbody > tr > td,
#hsd_conversations_table .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
#hsd_conversations_table .table-bordered > thead > tr > th,
#hsd_conversations_table .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
#hsd_conversations_table .table-striped > tbody > tr:nth-child(odd) > td,
#hsd_conversations_table .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
#hsd_conversations_table .table-hover > tbody > tr:hover > td,
#hsd_conversations_table .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
#hsd_conversations_table col[class*="col-"] {
	position: static;
	display: #hsd_conversations_table-column;
	float: none;
}
#hsd_conversations_table td[class*="col-"],
#hsd_conversations_table th[class*="col-"] {
	position: static;
	display: #hsd_conversations_table-cell;
	float: none;
}

/**
 * Labels
 */

#hsd_conversations_table .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

#hsd_conversations_table a.label:hover,  a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer
}

#hsd_conversations_table .label:empty {
	display: none
}

#hsd_conversations_table .label-default {
	background-color: #999999
}

#hsd_conversations_table .label-default[href]:hover, .label-default[href]:focus {
	background-color: #808080
}

#hsd_conversations_table .label-primary {
	background-color: rgb(108, 170, 228)
}

#hsd_conversations_table .label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #006687
}

#hsd_conversations_table .label-success {
	background-color: rgb(163,  206,  105)
}

#hsd_conversations_table .label-success[href]:hover, .label-success[href]:focus {
	background-color: #358753
}

#hsd_conversations_table .label-info {
	background-color: rgb(108, 170, 228)
}

#hsd_conversations_table .label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5
}

#hsd_conversations_table .label-warning {
	background-color: #E49F69
}

#hsd_conversations_table .label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #b67102
}

#hsd_conversations_table .label-danger {
	background-color: #E08F8F
}

#hsd_conversations_table .label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #d32a0e
}

#hsd_conversations_table .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 75%;
	font-weight: bold;
	color: #777777;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #e7e7e7;
	border-radius: 10px
}

#hsd_conversations_table .badge:empty {
	display: none
}

#hsd_conversations_table a.badge:hover,  #hsd_conversations_table a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer
}

/**
 * Forms
 */

#hsd_message_form .form-group {
	margin-bottom: 15px;
}

#hsd_message_form label {
	font-size: inherit;
	font-weight: 600;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	text-transform: none;
}

#hsd_message_form #message_attachment {
	display: block;
}

#hsd_message_form input[type="file"] {
	line-height: inherit;
	height: auto;
	padding: 1em 2em;
}

#hsd_message_form .form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #6f6f6f;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#hsd_message_form .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

#hsd_message_form .form-control::-moz-placeholder {
	color: #999999;
	opacity: 1
}

#hsd_message_form .form-control:-ms-input-placeholder {
	color: #999999
}

#hsd_message_form .form-control::-webkit-input-placeholder {
	color: #999999;
	font-weight: normal;
	text-transform: none;
}

#hsd_message_form .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1
}

#hsd_message_form textarea.form-control {
	height: auto
}

#hsd_message_form button[type="submit"] {
	border-radius: 2px;
	font-weight: normal;
}


/**
 * Conversation View
 */


#hsd_conversations_table .img_attachments_wrap.clearfix {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#hsd_conversations_table  .button-readmore.readmore-js-toggle {
	margin-bottom: 20px;
}
#hsd_conversations_table #conversation_header {
	padding: 0px;
}

#hsd_conversations_table #conversation_header h1 {
	text-transform: none;
}

#hsd_conversation_thread .panel-body a.button-readmore {
	float: left;
	display: inline;
	width: auto;
	padding: 6px 18px;
	font-family: Source Sans Pro, Myriad Pro, Helvetica Neue, Arial;
	font-size: 1em;
	color: #888;
	text-shadow: rgba(255, 255, 255, 0.3) 0 -1px 0;
	text-decoration: none;
	background: #EEE;
	border: 1px;
}

#hsd_conversation_thread .panel {
	margin-top: 25px;
	margin-bottom: 25px;
}

#hsd_conversations_table .panel {
	margin-bottom: 21px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

#hsd_conversations_table .panel-body {
	padding: 15px
}

#hsd_conversations_table .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

#hsd_conversations_table .panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

#hsd_conversations_table .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
	color: inherit
}

#hsd_conversations_table .panel-title>a {
	color: inherit
}

#hsd_conversations_table .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

#hsd_conversations_table .panel>.list-group {
	margin-bottom: 0
}

#hsd_conversations_table .panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

#hsd_conversations_table .panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

#hsd_conversations_table .panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

#hsd_conversations_table .panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

#hsd_conversations_table .panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

#hsd_conversations_table .panel-group {
	margin-bottom: 21px
}

#hsd_conversations_table .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0
}

#hsd_conversations_table .panel-group .panel+.panel {
	margin-top: 5px
}

#hsd_conversations_table .panel-group .panel-heading {
	border-bottom: 0
}

#hsd_conversations_table .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #dddddd
}

#hsd_conversations_table .panel-group .panel-footer {
	border-top: 0
}

#hsd_conversations_table .panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd
}

#hsd_conversations_table .panel-default {
	border-color: #dddddd
}

#hsd_conversations_table .panel-default>.panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd
}

#hsd_conversations_table .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #dddddd
}

#hsd_conversations_table .panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333
}

#hsd_conversations_table .panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #dddddd
}

/* Additional */
.redactor_editor {
	border: 1px solid #ccc !important;
	padding: 6px 12px !important;
}

.redactor_editor p {
	font-family: "Source Sans Pro" !important;
	font-size: 1em !important;
	color: #6f6f6f !important;
}

.redactor_toolbar {
	box-shadow: none !important;
	border: 1px solid #ccc !important;
	border-bottom: 0 !important;
}

/* Shop */
dl.variation {
	text-align: left;
}

table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
	display: block;
	padding-bottom: 1.5em;
	padding-left: 1em;
}

table.woocommerce-checkout-review-order-table tr.cart_item td.product-total {
	font-weight: 600;
	font-size: 16px;
}

table.woocommerce-checkout-review-order-table tr.cart_item td.product-name dl.variation {
	margin-top: 1.5em;
}

table.woocommerce-checkout-review-order-table tr.cart_item td.product-name .wc-gzd-product-name-left {
	padding-bottom: 1em;
}

.woocommerce table.shop_table tr.order_item td.product-name, .woocommerce-page table.shop_table tr.order_item td.product-name {
	padding-left: 1em;
}

.my_account_orders .order .order-actions a.button {
	display: block;
}

.woocommerce table.my_account_api_manager,
.woocommerce-page table.my_account_api_manager {
	text-transform: none;
}

/* Woocommerce checkout page */
.checkbox-legal input[type=checkbox]+label, .checkbox-legal label.checkbox {
	line-height: 1.5em !important;
}

/* Cart */
#site-cart .wc-gzd-item-desc {
	margin-top: 3.5em;
}

.wc-gzd-item-desc p {
	font-weight: normal;
	text-transform: none;
}

.woocommerce #site-cart .row .product-quantity, .woocommerce-page #site-cart .row .product-quantity {
	padding-top: 2em;
}

/* Mini Cart Hover */
#header_main .muenchen_header_additions .muenchen_mini_cart .widget_shopping_cart .total {
	text-align: left;
}

#header_main .muenchen_header_additions .muenchen_mini_cart .widget_shopping_cart .product_list_widget li .variation {
	display: block;
	font-size: 13px;
}

#header_main .muenchen_header_additions .muenchen_mini_cart .widget_shopping_cart .product_list_widget li .quantity {
	display: none;
}

#header_main .muenchen_header_additions .muenchen_mini_cart .woocommerce-Price-amount.amount {
	opacity:0;
}

/* Neue ANPASSUNGEN */

#text-18 .textwidget > p {
    font-size: 2em;
    font-style: italic;
    text-align: center;
}

.fa.fa-fw.fa-globe {
    width: 100%;
}

.fa.fa-fw.fa-language {
    width: 100%;
}

/* Checkbox bei Recnungsadresse ausblenden */

#update_all_subscriptions_addresses_field {
	display: none;
}

/* new hero section: TO BE DELETED WHEN NEW HERO VERSION IS UP AND RUNNING IN DE/EN */
#hero-slogan, #hero-question, #hero-answer{
text-transform: none;
font-weight: 300;
}

#hero-slogan{
font-size: 2.5rem;
}

#hero-question, #hero-answer{
font-size: 2rem;
}

#hero-answer{
font-weight: bold;
}

#hero-hr{
 width: 30%;
 border-bottom: 2px solid;
 margin-top: 2.75rem;
 margin-bottom: 2.75rem;
 color: #fff;
 background-color: #fff;
}

#hero-underlined{
border-bottom: 2px solid;
}



/** Woocommerce MyAccount **/

.woocommerce-MyAccount-navigation ul {
	list-style: outside none none;
	margin: 0 0 1.5rem;
	padding: 0;
	text-align: left;
}

.woocommerce-MyAccount-navigation li{
	display: inline-block;
}

.woocommerce-MyAccount-navigation a {
	display: inline-block;
	padding: .5rem;
	border-bottom: 1px solid #595959;
}

.woocommerce-MyAccount-navigation .is-active a {
	color: #595959;
	font-weight: bold;
}

@media screen and (min-width: 780px) {
	.woocommerce-MyAccount-navigation {
		float: left;
		margin-right: 5%;
		width: 20%;
	}

	.woocommerce-MyAccount-navigation li{
		display: block;
	}

	.woocommerce-MyAccount-navigation  a {
		display: block;
	}

	.woocommerce-MyAccount-content {
		float: left;
		width: 75%;
	}

	/** MultilingualPress language menu */
	.mlp-current-language-item {
    	font-weight: bold;
	}
}

/* Button Link */
a.button {
	background-color: #9dc55d;
	color: #fff!important;
	display: inline-block;
	text-transform: uppercase;
	line-height: 3.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 0 3em;
	outline: 0;
	border: 0;
	transition: all 0.3s ease-in-out;
	box-shadow: inset 0 0 0 3px transparent;
}
a.button:hover {
	box-shadow: inset 0 0 0 3px #9dc55d;
	background-color: #FFFFFF;
	color: #9dc55d !important;
}

.woocommerce table.shop_table tr.order_item td.product-name>a.button, .woocommerce-page table.shop_table tr.order_item td.product-name>a.button {
	text-align: center;
	font-size:14px;
	padding: 0 1em;
}

.add_to_cart_button {
	width:100%;
	text-align:center;
}
.add_to_cart_button.disabled {
	cursor: default;
	opacity:.5;
}
.add_to_cart_button.disabled:hover {
	background-color: #9dc55d;
	color: #FFFFFF !important;
}

/* Orders table on My-Account */
.my_account_orders .order .order-actions a.button {
	margin: 0 0 4px;
	text-align: center;
}

@media screen and (min-width: 1051px) {
	.my_account_orders .order-number {
		width: 75px;
	}
	.my_account_orders .order-date {
		width: 130px;
	}
	.my_account_orders .order-status {
		width: 130px;
	}
	.my_account_orders .order-total {
		width: 130px;
	}
}

/**
 * CSS additions for FAQ plugin
 * need to use !important because plugin CSS is loaded after child theme CSS...
 */
ol.faq-breadcrumb {
	line-height: 80px !important;
	font-size: 13px !important;
	text-align: left !important;
}

ol.faq-breadcrumb li:not(:last-child):after {
	content: '»' !important; /*** PP-1315 ***/
	padding: 0 0.5em;
}

/*** PP-964 BEGIN***/

.faq-green-check {
  width: 10px;
  height: 18px;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #79b276;
  margin-right: 13px;
  display: inline-block;
}

.faq-dark-th-bk {
  background-color: rgba(0, 0, 0, 0.2);
}

.faq-dark-td-bk {
  background-color: rgba(204, 204, 204, 0.15);
}

.faq-th-title {
  height: 17px;
  font-family: 'Source Sans Pro';
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #595959;
}

.faq-Rectangle {
  width: 86px;
  border-radius: 2px;
  background-color: #ffbb13;
  display: inline-block;
  margin-left: 8px;
}

.faq-Mio-downloads {
  font-family: 'Source Sans Pro';
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.faq-neu {
  width: 26px;
  height: 15px;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffbb13;
  display: inline-block;
}

/*** PP-964 END***/

/**
 * Both FAQ templates and Page with Sidebar template use the same CSS below
 */
.muenchen_container.header {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 3em;
}
.muenchen_container.header h1 {
	text-transform: none;
}
.muenchen_container#muenchen_blog {
	padding-top: 3em;
}
.muenchen_blog article header.header {
	padding-top:1em;
}
.muenchen_blog article header.header h2 {
	font-size: 18px;
	margin-bottom:0;
}
.muenchen_blog article main.main {
	padding-bottom: 1em;
	text-align: center;
}
.muenchen_blog article main.main p {
	text-align: center;
}

.widget_search input[type=submit].search-submit.faq {
	padding: 0 1em;
}
.faq_sidebar_wrapper .widget_search input[type=search] {
	width: 95%;
	padding-left:5%;
	padding-right:0;
}
.widget_search input[type=submit] {
	padding: 0 1em;
}
.widget_search.faq {
	margin-top:25px;
	margin-bottom:15px;
}
.faq_sidebar_wrapper .sod_select {
	width:100%;
	margin-bottom:20px;
}

@media screen and (min-width: 1051px) {
	.muenchen_container.with_grid {
		width: 1040px;
	}
}

.muenchen_container.page_with_sidebar #site-content-inner {
	width: 70%;
	float: right;
	position: relative;
}
@media screen and (max-width: 768px) {
	.muenchen_container.page_with_sidebar #site-content-inner {
		width: 100%;
		float: none;
	}
}

.muenchen_container.page_with_sidebar .muenchen_content_container {
	padding: 30px 60px 60px;
}
@media screen and (max-width: 1050px) {
	.muenchen_container.page_with_sidebar .muenchen_content_container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
	margin-bottom: 0;
}
.wp-caption-text {
	text-align: center;
	background-color: #fff;
}

/**
 * PP-969 Fix pagination styling on support page.
 */
.muenchen_container.article-preview-list {
	padding-top: 0 !important;
}

.article-preview-list ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

.article-preview-list a {
	color: #9dc55d !important;
}

.article-preview-list a:hover {
	color: #333 !important;
	transition: all .2s ease-in-out !important;
}

/**
 * PP-570 Fix pagination styling on support page.
 */
.muenchen_content_container ul.pagination {
	border-bottom: 1px solid #efefef;
	margin-left:0;
	padding-bottom:17px;
}
.muenchen_content_container ul.pagination li {
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
#hsd_conversations_table .table {
	margin-bottom: 15px;
}

/**
 * PP-547 Style mini cart go to checkout button
 */
.widget.woocommerce.widget_shopping_cart .buttons .button.checkout {
	color: #FFF !important;
	background-color: #9dc55d !important;
}
.widget.woocommerce.widget_shopping_cart .buttons .button.checkout:hover {
	color: #9dc55d !important;
	background-color: #FFF !important;
}

/**
 * Separate classes for sidebar stuff, because we have two different sidebars.
 */
aside.faq-widget-area, aside.sidebar-widget-area {
	padding: 0 20px;
	width: 30%;
	float: left;
}
@media screen and (max-width: 768px) {
	aside.faq-widget-area, aside.sidebar-widget-area {
		width: 100%;
		float: none;
		margin-bottom: 2em;
		padding: 0;
	}
}

.faq_sidebar_wrapper, .page_with_sidebar_wrapper {
	background-color: #FFF;
	padding: 20px;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
}

/**
 * Styling for the instructions list
 */
ol.instruction {
	list-style: none;
	margin-left: 2.5em;
}
ol.instruction li {
	counter-increment: step-counter;
	margin-bottom: 1em;
}
ol.instruction li::before {
	content: counter(step-counter);
	background: #9ecc5b ;
	border-radius: 100%;
	color: #fff;
	position: absolute;
	left: 4em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	display: inline-block;
}
ol.instruction li ul {
	counter-increment: none;
	list-style: none;
	margin-top: 12px;
}
ol.instruction li ul li {
	counter-increment: none;
	list-style: circle;
}
ol.instruction li ul li::before {
	content: normal;
	left: 0;
}
ol.instruction li ol {
	margin-left: 0;
}

@media screen and (max-width: 1050px) {
	ol.instruction li::before {
		left: 1.25em;
	}
}

/**
 * Stylings for callouts
 */
.callout-blue, .callout-red, .callout-yellow {
	border-left: 5px solid;
	color: #333;
	margin-bottom: 2em;
	padding: 16px 25px 16px 20px;
}

.callout-blue {
	background: #e8f4ff;
	border-color: #bed1e6;
}

.callout-red {
	background: #fde8e8;
	border-color: #e7aaaa;
}

.callout-yellow {
	background: #fffcd5;
	border-color: #e7dca4;
}

/* Torro Forms */
.torro-form .torro-element input, .torro-form .torro-element select, .torro-form .torro-element textarea  {width: 90%;}

/* RESPONSIVE & SALVATTORE */
@media screen and (min-width: 481px) {
	#muenchen_blog[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
@media screen and (min-width: 481px) and (max-width:819px) {
	.site-header, .layout-redux {
		padding: 30px 40px;
	}
	.intro-grid[data-columns]::before,
	#intro-settings::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 820px) and (max-width: 1299px) {
	.intro-grid[data-columns]::before,
	#intro-settings::before {
		content: '3 .column.size-1of3';
	}
}
@media screen and (min-width: 1300px){
	.intro-grid[data-columns]::before,
	#intro-settings::before {
		content: '4 .column.size-1of4';
	}
}
@media screen and (min-width: 481px) and (max-width: 1099px) {
	.test-grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 1100px) {
	.test-grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

/* Easy Table of Contents */
#ez-toc-container {
	border: none;
	border-left: 5px solid #9dcc5a;
	margin-bottom: 2.5em;
	background:#FFF;

	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
	width: 94%;
}
#ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-hierarchy ul, #ez-toc-container.counter-flat ul, .ez-toc-widget-container.counter-flat ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	width: 100%;
}
#ez-toc-container.counter-hierarchy ul li, .ez-toc-widget-container.counter-hierarchy ul li, #ez-toc-container.counter-flat ul li, .ez-toc-widget-container.counter-flat ul li {
	line-height: 200%;
}
#ez-toc-container.counter-hierarchy ul li ul, .ez-toc-widget-container.counter-hierarchy ul li ul, #ez-toc-container.counter-flat ul li ul, .ez-toc-widget-container.counter-flat ul li ul {
	margin-left:20px;
}

.woocommerce table.shop_table.subscription_details a.button{
	width: 100%;
	margin: 0 0 4px;
	text-align: center;
}

.woocommerce .muenchen_content_container .account-orders-table a, .woocommerce-page .muenchen_content_container .account-orders-table a {
	display: inline-block;
	line-height: 100%;
	padding:20px 15px;
	width:100%;
	text-align: center;
	margin-bottom: 10px;
}

/*** PP-749 ***/
#prchk_field {
    margin-top: 3em !important;
    margin-bottom: 4em;
    width: 90%;
}

#order_review #prchk_field label {
    display: inline;
    line-height: 1.5em;
}

@media screen and (max-width: 420px) {
  #prchk_field {
    margin-top: 5.3em !important;
  }
}
/*** PP-962***/
.post_with_sidebar .comment-form{
	width:90%;
}
#site-content-inner{
    padding-top:0px;
}
#site-content-inner > header{
    margin-top:0px;
}

/*** PP-788 ***/

/* source-sans-pro-300 - cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/source-sans-pro-v11-cyrillic_vietnamese_greek-ext_greek_cyrillic-ext_latin_latin-ext-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: "FiraSans-Medium";
	src: url("assets/fonts/Fira_Sans/FiraSans-Medium.eot"); /* IE9 Compat Modes */
	src: url("assets/fonts/Fira_Sans/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
				 url("assets/fonts/Fira_Sans/FiraSans-Medium.otf") format("opentype"), /* Open Type Font */
				 url("assets/fonts/Fira_Sans/FiraSans-Medium.svg") format("svg"), /* Legacy iOS */
				 url("assets/fonts/Fira_Sans/FiraSans-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
				 url("assets/fonts/Fira_Sans/FiraSans-Medium.woff") format("woff"), /* Modern Browsers */
				 url("assets/fonts/Fira_Sans/FiraSans-Medium.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/* styling for licence tables */
.LicenceSection-metaInfo i.ion-star.stars {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}

.LicenceSection-SingleLicense.LicenceSection-box.price-box.enterprise {
    background-image: linear-gradient(to bottom, #1b598d, #133764);
    border: none;
    color: #fff;
}

.LicenceSection-SingleLicense {
    border: 3px solid #eeece5;
}
.LicenceSection-isTopseller {
    border: 3px solid #9ecc5b;
}

h2.LicenceSection-boxHeadline.enterpriseh2 {
    color: #fff;
}

.LicenceSection-SingleLicense.LicenceSection-box.price-box.LicenceSection-isTopseller {
    background-color: rgba(157, 197, 93, 0.08);
}

.front_content .widget_muenchen_icon_text_shortcode.full_width, .front_content .widget_muenchen_image_banner.full_width {
	width: 100%;
}

.front_content .widget_muenchen_icon_text_shortcode {
	margin-bottom: 1em;
	overflow: hidden;
	padding: 20px 1.5em;
}

.widget_muenchen_icon_text_shortcode {
	margin-bottom: 1em;
	overflow: hidden;
	padding: 20px 1.5em;
}

.front_content .widget_muenchen_icon_text_shortcode i {
	display: block;
	text-align: center;
	color: #95a5a6;
	font-size: 5em;
}

.widget_muenchen_icon_text_shortcode i {
	display: block;
	text-align: center;
	color: #95a5a6;
	font-size: 5em;
}

.widget_muenchen_icon_text_shortcode i, .front_content .widget_muenchen_icon_text_shortcode i
{
	color: #9dc55d;
}

.front_content .widget_muenchen_icon_text_shortcode h3 {
	color: #333;
	display: block;
	font-weight: 500;
	margin-bottom: 2em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}
.front_content .widget_muenchen_icon_text_shortcode h3 {
	text-align: center;
	position: relative;
	display: block;
	color: #333333;
	font-weight: 400;
	margin-bottom: 2.5em;
	margin-top: 0.5;
}

.widget_muenchen_icon_text_shortcode h3 {
	text-align: center;
	position: relative;
	display: block;
	color: #333333;
	font-weight: 400;
	margin-bottom: 2.5em;
	margin-top: 0.5;
}

.front_content .widget_muenchen_icon_text_shortcode h3:after {
	content: '';
	opacity: 0.5;
	width: 30%;
	height: 2px;
	background-color: #95a5a6;
	position: absolute;
	left: 50%;
	bottom: -1.25em;
	margin-left: -15%;
}

.widget_muenchen_icon_text_shortcode h3:after {
	content: '';
	opacity: 0.5;
	width: 30%;
	height: 2px;
	background-color: #95a5a6;
	position: absolute;
	left: 50%;
	bottom: -1.25em;
	margin-left: -15%;
}

.widget_muenchen_icon_text_shortcode h3:after,
.front_content .widget_muenchen_icon_text_shortcode h3:after
{
	background-color: #9dc55d;
}

.front_content .widget_muenchen_icon_text_shortcode p {
	text-align: center;
}

.widget_muenchen_icon_text_shortcode p {
	text-align: center;
}

.shops_cart_title {
	color: #333333;
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

/*** PP-2018 BEGIN ***/

.muenchen_container_wrapper.hero, #header_main {
  background-image: linear-gradient(52deg, #79b276, #9dc55d);
}

#header_main_cov{
  background-color: rgb(255, 255, 255,0.13);
}

/*** PP-2018 END ***/

/*** PP-2056 BEGIN ***/
/* We hide the close button, since when used the doc is scrolled to the top.
   Using instead any other point in the screen, is possible to exit without scroo issue */
.featherlight .featherlight-close-icon {
	display: none;
}
/*** PP-2056 BEGIN ***/
