/*
	FAQ - Search
*/

.faq.big_images,
.faq.big_images li {
	overflow: initial;
	/*overflow-x: hidden;*/
}

.faq-search-wrapper {
	text-align: center;
	margin-top: 40px;
}

.faq-search-wrapper .faq-search-field {
	position: relative;
}

.faq-search-wrapper .faq-search-field .icon-search {
	position: absolute;
    top: 16px;
    font-size: 16px;
    color: #2C2D30;
    right: 25px;
    top: 50%;
	transform: translateY(-50%);
	font-size: 23px;
}

.faq-search-wrapper .faq-search {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	border-radius: 5px;
	padding-left: 45px;
	padding-right: 85px;
	box-sizing: border-box;
	font-size: 18px;
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
}

.faq-search-wrapper *,
.faq-cat-wrapper * {
	box-sizing: border-box;
}

.faq-search-wrapper .search-list {
	display: none;
	width: 100%;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 3;
}

.faq-search-wrapper .search-list.open {
	display: block;
}

.faq-search-wrapper .search-list li {
	width: 100%;
	background-color: #fff;
	height: 46px;
	line-height: 46px;
	list-style: none;
    overflow: hidden;
    text-align: left;
}

.faq-search-wrapper .search-list li.active {
	background-color: #F4F8F9;
}

.faq-search-wrapper .search-list li:first-of-type {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.faq-search-wrapper .search-list li:last-of-type {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.faq-search-wrapper .search-list li a {
	width: 100%;
	max-width: 100%;
	border: none;
	color: #000;
	margin: 0px;
	font-family: 'akzidenz-grotesk_pro';
	text-transform: none;
	border-radius: 0px;
	font-size: 18px;
	text-align: left;
	outline: none;
    text-decoration: none;
    float: left;
    padding: 0 40px;
}

body:not(.mobile) .faq-search-wrapper .search-list li a:hover,
body:not(.mobile) .faq-search-wrapper .search-list li:hover {
    cursor: pointer;
	background-color: #F4F8F9;
}

body.mobile .faq-search-wrapper .search-list li a:hover {
	background-color: transparent;
}

/*
	FAQ - Categories
*/

.faq-cat-wrapper {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.faq-cat-wrapper .faq-cat-list {
	margin: 0px;
	padding: 0px;
}

.faq-cat-wrapper .faq-cat-list li {
	width: 20%;
	height: 200px;
	display: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.faq-cat-wrapper .faq-cat-list li:first-of-type {
	padding-left: 0px;
}

.faq-cat-wrapper .faq-cat-list li:last-child {
    padding-right: 0px;
}

.faq-cat-wrapper .faq-cat-list li:nth-child(1),
.faq-cat-wrapper .faq-cat-list li:nth-child(2),
.faq-cat-wrapper .faq-cat-list li:nth-child(3),
.faq-cat-wrapper .faq-cat-list li:nth-child(4) {
	display: block;
}

.faq-cat-wrapper .faq-cat-list li.faq-complain {
	display: block;
}

.faq-cat-wrapper .faq-cat-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
	outline: none;
	transition: box-shadow 250ms;
}

body:not(.mobile) .faq-cat-wrapper .faq-cat-list li a:hover {
	box-shadow: 0px 3px 20px 2px rgba(200, 200, 200, 0.75);
}

.faq-cat-wrapper .faq-cat-list li a.faq-complain-link {
	background-color: #122D54;
	color: #fff;
}

.faq-cat-wrapper .faq-cat-list li a i.icon {
	background-size: contain;
    background-repeat: no-repeat;
	display: block;
	height: 90px;
	margin: 40px auto 25px auto;
	width: 90px;
}

.faq-cat-wrapper .faq-cat-list li:nth-child(2) a i.icon {
	height: 88px;
	margin-top: 43px;
	width: 95px;
}

.faq-cat-wrapper .faq-cat-list li:nth-child(3) a i.icon {
	height: 92px;
	margin-bottom: 22px;
	width: 93px;
}

.faq-cat-wrapper .faq-cat-list li:nth-child(4) a i.icon {
	height: 85px;
    margin-top: 45px;
    width: 80px;
}

.faq-cat-wrapper .faq-cat-list li a .text,
.faq-cat-wrapper .faq-cat-list li a .headline  {
	color: #2C2D30;
	font-family: 'Audebaud';
	font-size: 18px;
	text-align: center;
	display: block;
	line-height: 19px;
	width: 100%;
}

.faq-cat-wrapper .faq-cat-list li a .headline {
	margin-bottom: 1px;
}

.faq-cat-wrapper .faq-cat-list .faq-cat-link,
.faq-cat-wrapper .faq-cat-list li a.faq-complain-link {
	position: relative;
}

.faq-cat-wrapper .faq-cat-list .faq-cat-link:after,
.faq-cat-wrapper .faq-cat-list li a.faq-complain-link:after {
	z-index: 3;
    position: absolute;
	bottom: -8px;
    left: 0px;
    right: 0px;
    content: "";
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.faq-cat-wrapper .faq-cat-list li a.faq-complain-link:after {
	background-color: #122D54;
}

.faq-cat-wrapper .faq-cat-list li a:hover:after {
    box-shadow: 0 8px 22px -5px rgba(200, 200, 200, 0.75);
}

/*
	FAQ - Complaints
*/

.faq-cat-wrapper .faq-cat-list li.faq-complain i.icon {
	background-image: url('../../themes/paris/assets/images/icons/icon-complaint.png');
	height: 86px;
	margin: 35px auto 23px auto;
	width: 87px;
}

.faq-cat-wrapper .faq-cat-list li.faq-complain a .text {
	font-family: "akzidenz-grotesk_pro";
	font-size: 12px;
	font-weight: 500;
}

.faq-cat-wrapper .faq-cat-list li.faq-complain a .headline,
.faq-cat-wrapper .faq-cat-list li.faq-complain a .text {
	color: #ffffff;
}


.faq-cat-wrapper .faq-cat-list li.faq-complain a .headline i {
    padding-left: 1px;
	text-align: center;
    transform: translateY(-3.5px);
}

/*
	FAQ - Group
*/

.faq-group-wrapper {
	margin-top: 120px;
	margin-bottom: 50px;
	width: 100%;
	float: left;
}

.faq-group-wrapper .faq-group {
	display: none;
	text-align: center;
}

.faq-group-wrapper .faq-group.open {
	display: block;
}

.faq-group-wrapper .faq-group h2 {
	margin-bottom: 18px;
}

.faq-group-wrapper .faq-group .faq-list {
	width: 860px;
	max-width: 100%;
	padding: 0px;
	margin: 27px 0px 0px 0px;
	display: inline-block;
	list-style: none;
}

.faq-group-wrapper .faq-group .faq-list li {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.faq-group-wrapper .faq-group .faq-list li a.faq-item {
	text-decoration: none;
    font-size: 20px;
    color: #000;
    height: auto;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    outline: none;
    position: relative;
    padding: 28px 40px 28px 0px;
    font-weight: 500;
}

.faq-group-wrapper .faq-group .faq-list .faq-item:after {
	pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 20px;
    color: #73767b;
    font-size: 8px;
    content: '\e80b';
    font-family: 'fontello';
    transform: translateY(-50%);
}

.faq-group-wrapper .faq-group .faq-list li.open a,
body:not(.mobile) .faq-group-wrapper .faq-group .faq-list li a:hover {
	color: #0065B1;
	background-color: transparent;
}

.faq-group-wrapper .faq-group .faq-list li.open .faq-item:after {
	transform: rotate(180deg) translateY(50%);
	color: #0065B1;
}

.faq-group-wrapper .faq-answer {
	height: 0px;
	overflow: hidden;
	transition: height 300ms;
}

.faq-group-wrapper .faq-answer .inner {
	padding-top: 16px;
	padding-bottom: 37px;
	text-align: left;
	line-height: 30px;
    font-size: 20px;
}

/*
	FAQ - Contact
*/

.faq-contact {
	background-color: #E4EBF2;
	line-height: 30px;
}

.faq-contact-wrapper {
    max-width: 840px;
    padding: 120px 25px 200px 25px;
    text-align: center;
}

.faq-contact h2 {
	text-align: center;
	margin: 0px auto 20px auto;
}

.faq-contact hr + p {
	text-align: center;
}

.faq-contact .button,
.faq-contact #form_table tr td input.button {
    border: 2px solid #EF3E42;
	background-color: rgba(0, 0, 0, 0);    
	color: #EF3E42;
    display: block;
	max-width: 210px;
    margin: 40px auto 60px auto;
	font-family: 'akzidenz-grotesk_pro';
	font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding: 10px 15px;
	letter-spacing: 1.09px;
    width: 100%;
}

.faq-contact #form_table tr:last-child td {
	width: 100%;
	margin-top: -10px;
}

.faq-contact #form_table tr td input.button {
	margin: 30px 0 0 0;
	padding: 14px 15px;
}

.faq-contact span {
    display: inline-block;
	font-size: 16px;
	margin-top: 5px;
}


.faq-contact #form_table textarea::-webkit-input-placeholder,
.faq-contact #form_table input::-webkit-input-placeholder {
	font-size: 20px;
  }
  .faq-contact form_table textarea::-moz-placeholder,
  .faq-contact #form_table input::-webkit-input-placeholder {
	font-size: 20px;
  }
  .faq-contact form_table textarea:-ms-input-placeholder,
  .faq-contact #form_table input::-webkit-input-placeholder {
	font-size: 20px;
  }
  .faq-contact form_table textarea:-moz-placeholder,
  .faq-contact #form_table input::-webkit-input-placeholder {
	font-size: 20px;
  }
  
.faq-contact #form_table .input-missing {
	border-bottom: 2px solid #EF3E42 !important;
}

.faq-contact #form_container_error p {
	font-size: 17px;
    margin: 0 0 20px 0;
}

#form_table {
    width: 100%;
    display: block;
    table-layout: fixed;
}

#form_table {
    margin: 20px 0px 20px 0px;
    table-layout: fixed;
}

div.itc-tooltip {
	font-weight:normal; min-width: 150px;position:absolute; top:-16px; text-align:center; padding-top:6px; z-index:1; right:5px; color:#fff; display:inline-block;
	font-size:12px;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  
	-webkit-animation-name: bounce_tooltip;
	animation-name: bounce_tooltip;
	opacity:1!important;
  }
#lot_code_box div.itc-tooltip {top: 154px;}
#form_table tr td.fileupload div.itc-tooltip {right: auto;left: 5px;}

.faq-form-wrapper .samtycker_lagra_personuppgifter div.itc-tooltip {
	top: -66px;
}

.faq-form-wrapper .samtycker_lagra_personuppgifter div.itc-tooltip span {
	font-size: 12px;
}

/*
	FAQ - Form
*/

.faq-form-wrapper {
	display: none;
	overflow: hidden;
}

.faq-form-wrapper #form_container p {
	margin: 0 0 30px 0;
}

.faq-contact #form_table tr:first-child td input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	border-bottom: 1px solid #C4C7CB;
    padding-left: 25px;
    box-sizing: border-box;
	font-size: 18px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	outline: none;
}

.faq-contact #form_table textarea {
	outline: none;
	border: none;
	border-bottom: 1px solid #C4C7CB;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.faq-contact #form_table textarea:focus,
.faq-contact #form_table input:focus {
	outline: none;
	border-bottom: 2px solid #0065B1 !important;
}

.faq-contact #form_table input.button:focus {
	border-bottom: 2px solid #EF3E42 !important;
}

.faq-contact #form_table tr td + td {
	float: right;
}


.faq-form-wrapper .samtycker_lagra_personuppgifter a {
	text-decoration: none;
}

.btn-checkbox-toggle-target:before {
    content: '\f096';
	color: #0065B1;
    padding-right: 10px;
    font-family: "FontAwesome";
}

.is-checked.btn-checkbox-toggle-target:before {
    content: '\f14a';
}

.faq-form-wrapper .samtycker_lagra_personuppgifter div.itc-tooltip {
	top: -66px;
}

.faq-form-wrapper .samtycker_lagra_personuppgifter div.itc-tooltip span {
	font-size: 12px;
}

.faq-form-wrapper  .integrity {
	color: #2C2D30;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.faq-form-wrapper .accept {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 1140px) {
	
	.faq-cat-wrapper .faq-cat-list li {
		width: 25%;
		min-width: 240px;
		display: inline-block;
		float: none;
		margin-bottom: 50px;
		vertical-align: bottom;
	}

	.faq-cat-list {
		text-align: center;
	}

	.faq .faq-search-wrapper .faq-search {
		height: 50px;
		margin: 0 auto;
	}

	.faq-search-field {
		width: 90%;
		margin: 0 auto;
	}

	.faq-search-wrapper .faq-search-field .icon-search {
		font-size: 19px;
	}

	.faq-group-wrapper {
		padding: 0 15px;
	}

	.faq-search-wrapper .search-list {
		width: 90%;
		margin: 5px auto 0 auto;
	}

}

@media only screen and (max-width: 1140px) {
	
	.faq.big_image_content h2,
	.faq-contact-wrapper h2,
	.faq-group open

	 {
		font-size: 40px;
	}

	.faq.big_image_content .subheading {
		font-size: 22px;
	}

	.faq-cat-list {
		width: 100%;
		margin: 0 auto !important;
		max-width: 500px;

	}

	.faq-cat-wrapper ul.faq-cat-list li {
		padding: 0 !important;
	}

	.faq-cat-wrapper ul.faq-cat-list li:nth-child(odd) {
		float: left;
	}

	.faq-cat-wrapper ul.faq-cat-list li:nth-child(even) {
		float: right;
	}

	.faq-cat-wrapper ul.faq-cat-list li {
		display: none;
	}

	.faq-cat-wrapper ul.faq-cat-list li.faq-complain {
		float: left;
	}
}


@media only screen and (max-width: 767px) {

	.faq-contact-wrapper {
		padding: 120px 25px 100px 25px;
	}

	.faq-cat-list {
		max-width: 90%;
	}

	.faq-cat-wrapper ul.faq-cat-list li {
		width: calc(50% - 10px);
		height: 200px;
		min-width: auto;
	}

	.faq-search-wrapper .faq-search {
		padding-right: 80px;
	}

	/*
		FAQ - Contact Form
	*/

	.faq-contact #form_table tr:first-child td {
		max-width: 100%;
		width: 100%;
	}

	

}

@media only screen and (max-width: 499px) {
	.faq.big_image_content h2, .faq-contact-wrapper h2, .faq-group open {
		font-size: 35px;
	}

	.faq-group-wrapper .faq-group .faq-list li a.faq-item {
		font-size: 14px;
		line-height: 18px;
	}

	.faq-group-wrapper .faq-group h2 {
		font-size: 24px;
		text-align: left;
	}

	.faq-group-wrapper .faq-answer .inner {
		line-height: 20px;
		font-size: 14px;
	}

	.faq-group-wrapper {
		padding: 0;
	}

	.faq-contact-wrapper {
		padding: 120px 0px 100px 0px;
	}

	.faq-cat-list {
		max-width: 100%;
	}

	.faq.top-section {
		height: auto;
	}
	.faq.top-section .container{
		padding-bottom: 60px;
	}

	.faq-contact {
		padding-left: 25px;
		padding-right: 25px;
	}

	.faq-group-wrapper .faq-group .faq-list {
		margin-top: 0px;
	}

	.faq.top-section .container {
		padding-bottom: 60px;
		padding: 0 0 60px 0;
	}

	.faq-search-field {
		width: 100%;
	}

	.faq-search-wrapper .faq-search-field .icon-search {
		right: 20px;
	}

	.faq-cat-wrapper .faq-cat-list li.faq-complain a .text {
		display: none;
	}

	.faq-cat-wrapper ul.faq-cat-list li {
		height: 150px;
	}

	.faq-cat-wrapper .faq-cat-list li a i.icon {
		height: 70px;
		margin: 20px auto 25px auto;
		width: 70px;
	}
	.faq-cat-wrapper .faq-cat-list li:nth-child(2) a i.icon {
		height: 63px;
		margin-top: 28px;
		width: 75px;
	}

	.faq-cat-wrapper .faq-cat-list li:nth-child(3) a i.icon {
		height: 72px;
		margin-bottom: 22px;
		width: 73px;
	}

	.faq-cat-wrapper .faq-cat-list li:nth-child(4) a i.icon {
		height: 62px;
		margin-top: 28px;
		width: 76px;
	}

	.faq-cat-wrapper .faq-cat-list li.faq-complain i.icon {
		height: 69px;
		margin: 20px auto 28px auto;
		width: 74px;
	}

	.faq-contact #form_table tr td input.button {
		margin: 30px 0 auto 0px;
	}

	.faq-search-wrapper .search-list {
		width: 100%;
	}

}

