
/*
------------------------------------------------------------------------------
TYPO3 - INDEXED SEARCH
------------------------------------------------------------------------------
*/

.tx-indexedsearch
{
	position: relative;
    margin-bottom: 60px;
}

.tx-indexedsearch-rules
{
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw
{
	font-weight: bold;
	font-style: normal;
}

.tx-indexedsearch-rules, .tx-indexedsearch-info-sword, .tx-indexedsearch-res, .tx-indexedsearch-browsebox, .tx-indexedsearch-info-noresult {
	width: 1170px;
	margin:0 auto;
}

.tx-indexedsearch-info-sword {
	margin-bottom: 20px;
}

.tx-indexedsearch-searchbox
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: relative;
	z-index: 1;

	width: 1170px;
	margin:0 auto;

	padding: 0px 0px 30px;
}
.tx-indexedsearch-searchbox > form
{
	position: relative;

	width: 585px;
    margin-top: 30px;
}

.tx-indexedsearch-searchbox.novalues
{
	height: 40px;
}

.tx-indexedsearch .tx-indexedsearch-whatis
{
	font-family: "Metropolis regular";
	font-size: 15px;
	line-height: 20px;

	display: block;
	z-index: 2;

	width: 1170px;
    margin: -50px auto 50px;
    text-align: left;
}

.tx-indexedsearch-searchbox p
{
	display: none;
}

.tx-indexedsearch-searchbox tr
{
	display: inline-block;
}

.tx-indexedsearch-searchbox td:first-child
{
	display: none;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button
{
	position: absolute;
	top: 7px;
	right: 7px;

	width: 25px !important;
	height: 25px;

	border:none;
	background-color: transparent;
	font-size: 0px;

	cursor: pointer;
	background: url(../image/sprite-sheet.svg);
	background-size: 338px 530px;
	background-position: -10px -10px;

	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button:hover
{
   opacity: 0.7;
}

.tx-indexedsearch-searchbox table tr td
{
	display: inline-block;
}

.tx-indexedsearch-searchbox table tr,
.tx-indexedsearch-searchbox table tr td
{
	vertical-align: top;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 585px !important;
	height:40px !important;

	position: relative;

	margin: 0 auto;
	padding: 0px 40px 0px 10px;

	border:none;
	outline: none;
	background-color: #e8ecef !important;
	border-radius:10px;

	-webkit-appearance: none !important;
}

.tx-indexedsearch-whatis .tx-indexedsearch-sw
{
	color: #d9e242;
}

.tx-indexedsearch-noresults
{
	display: block;

	padding: 15px 20px;

	background-color: #ffffff;
}

.tx-indexedsearch-redMarkup
{
	color: #d9e242 !important;

	font-family: "Metropol regular";
	font-size: 16px;
	line-height: 22px;

	font-style: normal !important;
}

.tx-indexedsearch > .tx-indexedsearch-res
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 1170px;
	margin: 0 auto;
}

.tx-indexedsearch-res
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: relative;

	padding: 30px 0px;

	border-top: 1px solid #023f84;
}


.tx-indexedsearch-res br
{
	display: none;
}

.tx-indexedsearch-res table tr td:first-child
{
	display: none;
}

.tx-indexedsearch-percent,
.tx-indexedsearch-result-number
{
	display: none;
}

.tx-indexedsearch-title.title a
{
	font-family: "Proxima bold";
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;

	color: #023f84;

	transition: color 200ms;
	-moz-transition: color 200ms;
	-webkit-transition: color 200ms;
}

.no-touch .tx-indexedsearch-res:hover .tx-indexedsearch-title.title a
{
	color: #d9e242;
}

.tx-indexedsearch-descr.descr
{
	display: block;
	margin-top: 10px;

	font-family: "Metropolis regular";
	font-size: 15px;
	line-height: 20px;

	letter-spacing: 0px;
	text-transform: none;
}

.tx-indexedsearch-info
{
	display: block;

	margin-top: 10px;
	background-color: transparent !important;
	margin-top: 10px;

	font-size: 0px;
}

.tx-indexedsearch-info .tx-indexedsearch-text-item-path a
{
	color: #d9e242;

    font-family: "Proxima bold";
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox
{
	position: relative;
	width: 1170px;

	margin:10px auto;
	text-align: right;
}

.tx-indexedsearch .tx-indexedsearch-browsebox p
{
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li
{
	display: inline-block;
	padding-left: 0px;

	margin: 0 !important;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li:before
{
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li a
{
	margin: 0px 3px;

	display: inline-block;
	text-align: center;
	vertical-align: middle;

	width: 20px;
	height: 20px;

	font-family: "Metropolis semi bold";
	font-size: 15px;
	line-height: 20px;

	letter-spacing: 0px;
	text-transform: none;
	font-style: normal;

	transition: all 150ms;
	-moz-transition: all 150ms;
	-webkit-transition: all 150ms;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li:hover a,
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage a
{
	color: #d9e242;
}

.tx-indexedsearch i.prev,
.tx-indexedsearch i.next
{
	display: block;
	position: absolute;

	width: 20px;
	height: 20px;

	background-image: url(../image/sprite-sheet.svg);
	background-size: 260px 530px;
}

.tx-indexedsearch i.prev
{
	-webkit-transform: -webkit-rotate(180deg);
	transform: rotate(180deg);

	background-position: -100px -115px;
}
.tx-indexedsearch i.next
{
	background-position: -100px -115px;
}

.no-touch .tx-indexedsearch i.prev:hover
{
	background-position: -100px -145px;
}
.no-touch .tx-indexedsearch i.next:hover
{
	background-position: -100px -145px;
}




/*
------------------------------------------------------------------------------
COSMOTO - COOKIE AGREEMENT
------------------------------------------------------------------------------
*/

#cookies-agreement
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	display: none;

	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;

	width: 100%;

	padding: 10px 0px;

	font-family: Arial;

	background-color:#4C4C4C;
	color:#fff;
}

.cookie-inactive #cookies-agreement
{
	display: block;
}

#cookies-agreement .cookies-agreement-wrap
{
	width:1170px;
	margin:0 auto;

	text-align: center;
}

#cookies-agreement p
{
	display: inline-block;
	vertical-align:middle;

	font-size: 11px;
	line-height:18px;

	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#cookies-agreement button
{
	display: inline-block;
	vertical-align:middle;

	padding: 5px 10px;
	margin-left: 20px;

	font-family: Arial;
	font-size: 11px;
	line-height:18px;

	cursor: pointer;

	background-color: #fff;
	color: #333;

	transition: background-color 200ms;
	-webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
}

#cookies-agreement button:hover
{
	background-color: #B9B9B9;
}


/*SPECIAL*/

body.cookie-inactive
{
	margin-top: 48px;
}

.cookie-inactive header
{
	top: 48px;
}


@media only screen and (max-width: 680px) {

	#cookies-agreement .cookies-agreement-wrap,
	#cookies-agreement p
	{
		width:370px;
	}

	#cookies-agreement button
	{
		margin-top: 10px;
	}


	/*SPECIAL*/

	body.cookie-inactive
	{
		margin-top: 94px;
	}

	.cookie-inactive header
	{
		top: 94px;
	}


	/*SEARCH*/

	.tx-indexedsearch-searchbox  {
		background-color:red;
	}

	.tx-indexedsearch-searchbox
	{
		width: 370px;
	}
	.tx-indexedsearch-searchbox > form
	{
		width: 370px;
	}
	.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword
	{
		width: 370px;
	}

	.tx-indexedsearch .tx-indexedsearch-whatis
	{
		width: 370px
	}
	.tx-indexedsearch .tx-indexedsearch-browsebox
	{
		width: 370px
	}
	.tx-indexedsearch > .tx-indexedsearch-res
	{
		width: 370px
	}

	.tx-indexedsearch > .structure-element.structure-element-single.grey
	{
		padding: 20px 0px 40px;
	}

	.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword
	{
		width: 370px!important;
	}


}
