/*
--------------------------------------------
   *** default ***
--------------------------------------------
*/

.ce-textpic.ce-left .ce-gallery {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.ce-textpic.ce-right .ce-gallery {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.ce-textpic.ce-nowrap .ce-gallery {
	margin-bottom: 0;
}
article .ce-textpic,
article .frame-type-text {
	margin-bottom: 2.6em;
}

@media (max-width: 520px) {
	.ce-textpic.ce-left .ce-gallery {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.ce-textpic.ce-right .ce-gallery {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 1em;
	}
	.ce-textpic.ce-nowrap .ce-gallery {
		margin-bottom: 1em;
	}
	
	
}


/*
--------------------------------------------
   *** SrLanguageMenu ***
--------------------------------------------
*/

.tx-srlanguagemenu {
	display: inline-block;
  white-space: nowrap;
  text-align: right;
}
.tx-srlanguagemenu .CUR,
.tx-srlanguagemenu .NO,
.tx-srlanguagemenu .INACT {
	display: inline-block;
  padding-left: 0.8em;
  white-space: nowrap;
  line-height: 1em;
  font-size: 100%;
  text-transform: lowercase;
}
.tx-srlanguagemenu .INACT {
	color: #999;
}
.tx-srlanguagemenu .CUR {
	color: #444;
}
.tx-srlanguagemenu .NO a {
	color: #fff;
	text-decoration: none;
}
.tx-srlanguagemenu .NO a:focus,
.tx-srlanguagemenu .NO a:hover,
.tx-srlanguagemenu .NO a:active {
	color: #444;
}





/*
--------------------------------------------
   *** PowerMail ***
--------------------------------------------
*/

.tx-powermail .container-fluid {
	padding: 0;
	margin: 0;
}
fieldset {
	border: none;
	width: 100%;


}
.powermail_fieldwrap {
	display: block;
	max-width: 100%;
}
.powermail_fieldset {
	width: 100%;
}

/* defaults */
.powermail_legend {

}
.powermail_form h3,
.powermail_legend {
	display: none;
}
.mandatory::after,
.mandatory-text::after {
	content: '\f299';
	color: #444;
	display: inline-block;
	margin-left: 0.5em;
  font-family: FontAwesome;
  font-size: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: none;
}
.mandatory-text::after{
  vertical-align: top;
}

/* label */
.powermail_label {
	font-size: 125%;
	font-weight: normal;
	padding-top: 0.5em;
}


/* fields */
.powermail_fieldwrap input[type="text"],
.powermail_fieldwrap input[type="email"],
.powermail_fieldwrap input[type="date"],
.powermail_fieldwrap input[type="file"],
.powermail_textarea {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin-bottom: 2px;
	padding: 1em;	
	background: #fff;
	border-radius: 0 !important;
	border: none;
  font-family: 'Source Sans Pro', sans-serif;
}

.powermail_fieldwrap input[type="text"],
.powermail_fieldwrap input[type="email"],
.powermail_fieldwrap input[type="date"],
.powermail_fieldwrap input[type="file"],
.powermail_textarea {
	background: #acc600;
}
section.layout-green .powermail_fieldwrap input[type="text"],
section.layout-green .powermail_fieldwrap input[type="email"],
section.layout-green .powermail_fieldwrap input[type="date"],
section.layout-green .powermail_fieldwrap input[type="file"],
section.layout-green .powermail_textarea {
	background: #fff;
}



/* button */
.powermail_fieldwrap_type_submit {
	width: 100%;
	max-width: 600px;
	margin-top: 2em;
	text-align: right;
}
.powermail_submit {
	font-size: 125%;
	color: #444;
	cursor:pointer;
	width: auto;
	padding: 0.5em 1em;
	background: #fff;
	border: 0;
}
.powermail_submit {
	background: #acc600;
}
section.layout-green .powermail_submit {
	background: #fff;
}
.powermail_submit:hover,
.powermail_submit:hover {
	background: transparent;
}


/* parsley */
.tx-powermail .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_fieldset .parsley-errors-list.filled,
.tx-powermail .powermail_fieldset .parsley-errors-list>li{
	display: none !important;
}
 
.tx-powermail .powermail_fieldset .parsley-errors-list>li::before {
   content:"";
   position: absolute;
   width: 0;
   height: 0;
}
.powermail_fieldwrap input[type="text"].parsley-error,
.powermail_fieldwrap input[type="email"].parsley-error,
.powermail_fieldwrap input[type="date"].parsley-error,
.powermail_fieldwrap textarea.parsley-error,
section.layout-green .powermail_fieldwrap input[type="text"].parsley-error,
section.layout-green .powermail_fieldwrap input[type="email"].parsley-error,
section.layout-green .powermail_fieldwrap input[type="date"].parsley-error,
section.layout-green .powermail_fieldwrap textarea.parsley-error {
	background: #f9a41e;
}


/* message */
.powermail_message {
	/* display: none; */
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 10;
	-webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;	
}
.powermail_message .powermail_messagebox {
	position: relative;
	width: 100%;
	max-width: 480px; 
	margin: 20% auto 0 auto;  
	padding: 3em;	
	background: #fff;
	box-shadow: 6px 6px 4px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 6px 6px 4px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: 6px 6px 4px 0px rgba(0,0,0,0.6); 
  color: #444;	 
}
.powermail_message .close-box {
	position: absolute;
	top: 0.3em;
	right: 0.3em;
	z-index: 20;
}
.powermail_message .close-box::before {
  content: "\f2d3";
	display: inline-block;
	margin-right: 0.5em;
  font-family: FontAwesome;
  font-size: 200%;
  color: #acc600;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.powermail_message .close-box:hover::before {
	cursor: pointer;
	opacity: 0.6;
}
	
@media (max-width: 768px) {
	.mandatory::after,
	.mandatory-text::after {
		margin-left: -1.5em;
	}
	.mandatory-text::after {
		margin-top: 1em;
	}
	.powermail_fieldwrap input[type="text"] {
		padding-right: 2.5em;
	}

}

@media (max-width: 480px) {
	.powermail_field {
		max-width: 100% !important;
		margin-left: 0;
	}
	.powermail_fieldwrap input[type="text"],
	.powermail_fieldwrap input[type="email"],
	.powermail_fieldwrap input[type="date"],
	.powermail_fieldwrap input[type="file"],
	.powermail_field .textarea,
	.powermail_fieldwrap_type_submit,
	.tx-powermail .powermail_fieldset .parsley-errors-list>li{
		font-size: 100% !important;
	}
	.powermail_fieldset_10 {
		margin-bottom: 0;
	}
	.tx-powermail .powermail_fieldset .parsley-errors-list{
		margin: 0 0 0.3em 0 !important;
	}
	 
}


/*
--------------------------------------------
   *** Accordion ***
--------------------------------------------
*/

.panel {
	background: transparent;
	border: none;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top: none;
	border-bottom: none;
}
.panel-body header {
	display: none;
}
.panel-heading {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0.6;
}
.panel-title {
	font-family: 'Comfortaa', cursive; 
	font-size: 130%;
	font-weight: normal;
	color: #acc600;
	background: #fff;
	border: none;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
section.layout-green .panel-title {
	background: #acc600;
	color: #fff;
}
.panel-title a {
	color: #acc600;
	font-weight: normal;
	text-decoration: none !important;
	margin-bottom: 0  !important;
	padding-bottom: 0 !important;
}
.panel-title a::before {
	content: "\f0a4";
	display: inline-block;
	margin-right: 0.5em;
  font-family: FontAwesome;
  font-size: 100%;
  color: #acc600;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.layout-green .panel-title a,
section.layout-green .panel-title a::before {
	color: #fff;
}
.frame-layout-1 .panel-title a::before {
	transform: rotate(90deg);
}
.frame-layout-1 .panel-title a.collapsed::before {
	transform: rotate(0deg);
}
.panel-title a::before,
.panel-title a.collapsed::before {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.panel-body {
	background: transparent;
	margin-top: 0;
	padding: 0;
}



/*
--------------------------------------------
   *** tt_address ***
--------------------------------------------
*/

.tx-ttaddress-pi1 {
	margin-bottom: 3em;
}
.address-output {
	font-family: 'Source Sans Pro', sans-serif;    
	font-size: 125%;
}
.address-output p {
	font-size: 100%;
}
.address-output .address-thumb {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.address-output .address-thumb img {
	max-width: 250px;
}
.address-output .address-description {
	margin-bottom: 1em;
}
.address-output .address-description {
	float right;
}
.address-output label {
	display: inline-block;
	width: 200px;
	margin-right: 1em;
}
.address-output .address-infos {
	display: inline-block;
}

/* accordion */
.address-output .panel-body {
	background: rgba(172,189,0,0.1);
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1em;
}
section.layout-green .address-output .panel-body {
	background: rgba(255,255,255,0.8);
}
.address-output .panel-title {
	font-family: 'Source Sans Pro', sans-serif;    
	color: #444 !important;
	font-size: 100%;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.address-output .panel-title a,
section.layout-white .address-output .panel-title a {
	font-family: 'Source Sans Pro', sans-serif;    
	color: #444 !important;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none !important;
	margin-bottom: 0 !important;
	line-height: 0  !important;
}
.address-output .panel-title a:hover {
	color: #444;
}
.address-output .panel-heading a.collapsed {
	margin-bottom: 0 !important;
}
.address-output .panel-title a::before,
.address-output .panel-heading a.collapsed::before {
  content: "\f0d7";
	display: inline-block;
	margin-right: 0.5em;
  font-family: FontAwesome;
  font-size: 100%;
  color: #444;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.address-output .panel-heading a.collapsed::before {
	content: "\f0da";
}
	

@media (max-width: 520px) {
	.address-output .address-thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.address-output .address-thumb img {
		max-width: 100%;
	}
	
}


/*
--------------------------------------------
   *** tx_myttaddressmap ***
--------------------------------------------
*/

#searchform,
.searchResultContainer {
	margin: 0 0 2em 0;
}
.tx_myttaddressmap_form {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	margin-top: 0.5em;
}
.tx_myttaddressmap_zip,
.tx_myttaddressmap_radius {
	margin-right: 12px;
}
.tx_myttaddressmap_form input[type="submit"],
.tx_myttaddressmap_form input[type="text"],
.tx_myttaddressmap_form select {
	display: inline-block;
	width: 100%;
	padding: 16px;	
	background: #acc600;
	border-radius: 0 !important;
	border: none;
  font-family: 'Source Sans Pro', sans-serif;
}
.tx_myttaddressmap_form select {
	padding: 15px 16px 15px 16px;
	min-width: 120px;
}
li.first { display: none !important; }
section.layout-green .tx_myttaddressmap_form input[type="text"],
section.layout-green .tx_myttaddressmap_form select {
	background: #fff;
}

/* submit */
.tx_myttaddressmap_form input[type="submit"] {
	color: #fff;
	cursor:pointer;
	width: auto;
	padding: 16px;
	background: #acc600;
	border: 0;
}
section.layout-green .tx_myttaddressmap_form input[type="submit"] {
	color: #acc600;
	background: #fff;
}

/* result */
h2.searchResultTitle {
	margin-bottom: 1em;
}




/*
--------------------------------------------
   *** Pagebrowser ***
--------------------------------------------
*/

ul.f3-widget-paginator {
	margin-bottom: 2em;
}
ul.f3-widget-paginator li {
	display: inline-block;
	padding-right: 12px !important;
}
ul.f3-widget-paginator li:last-child {
	padding-right: 0 !important;
}
ul.f3-widget-paginator li::before {
  content: "";
	display: none;
}
ul.f3-widget-paginator li.previous {
	padding-right: 24px !important;
}
ul.f3-widget-paginator li.next {
	padding-right: 0 !important;
	padding-left: 12px !important;
}

ul.f3-widget-paginator li.previous a::before,
ul.f3-widget-paginator li.next a::after {
  content: "\f104";
	display: inline-block;
	margin-right: 0.3em;
  font-family: FontAwesome;
  font-size: 90%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.f3-widget-paginator li.next a::after {
  content: "\f105";
	margin-right: 0;
	margin-left: 0.3em;
}
ul.f3-widget-paginator li.current a {
	color: #444;
}







/*
--------------------------------------------
   *** HACKS ***
--------------------------------------------
/*

/* ie9, ie10, ie11*/
@media screen and (min-width:0\0) {
	.xdsoft_datetimepicker{
	    display:none !important;
	}
}	

/* safari only */
@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) {
		.xdsoft_datetimepicker{
	    display:none !important;
		}
  }

}
		