/**
 * Copyright (C)2019 THiiiNK GmbH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Aday Onar <aday.onar@thiiink.de>, 05-02-2019
 */

/*######################################################################################################################
 Landingpage
######################################################################################################################*/
.lpHeader{
	display: block;
}

.header-logo-wrap{
	margin-top: 15px;
}

/*.om-lp hr{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 60px;
}*/
.om-lp .slick-dots--custom{
	display: none;
}

.om-lp h1{
	text-align: center;
}

.footer-copyright{
	line-height: 19px;
	text-align: right;
}

/*.footer-copyright-nav-link:nth-child(1){
    padding-right: 10px
}*/

.om-lp .page-main input[type=submit]{
	margin-left: 0px;
}

.om-lp .page-main .powermail-submit:after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: 12px;
	width: 30px;
	height: 50px;
	background-image: url(/assets/img/project/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -317px;
}


@media (max-width: 991px) {
	.lpHeader .header-hypermill{
		display: none;
	}
}

@media (max-width: 768px) {
	.lpFooter .footer-copyright, .lpFooter p{
		text-align: center;
	}
}


/*Powermail*/
input.errorClass, select.errorClass, textarea.errorClass, .parsley-error{
	border-color: red;
}

.errorMessage, .powermail_message_error, .parsley-errors-list{
	color: red;
}

/*Powermail Fixes for TW Trainings*/
.tx-powermail fieldset{
	border: none !important;
}

.tx-powermail .powermail_submit.btn{
	border-radius: 0 !important;
	padding: 16px 50px 16px 25px !important;
	color: #fff!important;
	font-size: 18px !important;
	line-height: 16px !important;
}

.tx-powermail .powermail_fieldset_1440 .powermail_fieldwrap .powermail_field .select2-container{
	z-index: 0 !important;
}

/*######################################################################################################################
 Global
######################################################################################################################*/
.ce-gallery img{
	width: 100%;
	height: auto;
}

img{
	width: 100%;
	height: auto;
}

/*BU's*/
.sosu-image-caption{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.sosu-image-caption{
		font-size: 16.5px;
		font-weight: 600;
		line-height: 22px;
		margin-top: 10px;
	}
}
@media (max-width: 414px) {
	.sosu-image-caption{
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
		margin-top: 10px;
	}
}

/*######################################################################################################################
 IE11 - Bugs
######################################################################################################################*/
/*MegaMenu but effects all Browsers*/
.header-nav-item-level-0:hover .header-nav-list-level-1-wrap{
	margin: 0px 25px 0 0;
	border-top: 1px solid #67757d;
}

/* Wg. Logo
 * Target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

@media all and (-ms-high-contrast:none) {
	/*Home - Contentboxes*/
	.teaser-with-image, .teaser-with-image--large { /*IE10 */
		display: block;
	}
  *::-ms-backdrop, .teaser-with-image, .teaser-with-image--large { /* IE11 */
		display: block;
	}
	.teaser-with-image-description { /*IE10 */
		flex: 1 auto;
	}
  *::-ms-backdrop, .teaser-with-image-description { /* IE11 */
		flex: 1 auto;
	}

	/*industries*/
	.references-box { /*IE10 */
		display: block;
		max-height: 170px;
	}
    *::-ms-backdrop, .references-box { /* IE11 */
		display: block;
		max-height: 170px;
	}

	/*Sticky Footer SearchForm*/
	.footer-sticky-search-form input{ /*IE10 */
		line-height: 0px;
	}
    *::-ms-backdrop, .footer-sticky-search-form input { /* IE11 */
		line-height: 0px;
	}
	/*Parallax Content*/
	.parallax-wrap-content { /*IE10 */
		max-width: 100%;
	}
    *::-ms-backdrop, .parallax-wrap-content { /* IE11 */
			max-width: 100%;
	}

	/*Content Boxes e.g. industries*/
	.icon-box-headline { /*IE10 */
		max-width: 100%;
	}
		*::-ms-backdrop, .icon-box-headline { /* IE11 */
			max-width: 100%;
	}
	/*events*/
	.event-list-full-link { /*IE10 */
        /*margin-top: 130px;*/
	}
	*::-ms-backdrop, .event-list-full-link { /* IE11 */
        /*margin-top: 130px;*/
	}

	.event-box-item-content { /*IE10 */
			display: block;
	}
	*::-ms-backdrop, .event-box-item-content { /* IE11 */
			display: block;
	}

    .event-list-full-description { /*IE10 */
        display: block;
				flex: none;
    }
    *::-ms-backdrop, .event-list-full-description { /* IE11 */
        display: block;
				flex: none;
    }

    /*news*/
    .news-list-link { /*IE10 */
        margin-top: 70px;
    }
    *::-ms-backdrop, .news-list-link { /* IE11 */
        margin-top: 70px;
    }

    /*news - slickslider arrows*/
    /*
    .slick-prev, .slick-next {
		filter: none;
		opacity: 1 !important;
	}
	*::-ms-backdrop, .slick-prev, .slick-next {
		filter: none;
		opacity: 1 !important;
	}*/

  .slick-prev:before { /*IE10 */
		content: '';
		background: url(/assets/img/project/slick-prev.png) no-repeat;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}
	*::-ms-backdrop, .slick-prev:before { /*IE11 */
		content: '';
		background: url(/assets/img/project/slick-prev.png) no-repeat;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}

	.slick-next:before { /*IE10 */
		content: '';
		background: url(/assets/img/project/slick-next.png) no-repeat;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}
	*::-ms-backdrop, .slick-next:before { /*IE11 */
		content: '';
		background: url(/assets/img/project/slick-next.png) no-repeat;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}

	.slick-next:focus, .slick-next:hover{ /*IE10 */
		content: '';
		background: url(/assets/img/project/sprite.png) no-repeat 0 -130px;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}
	*::-ms-backdrop, .slick-next:focus, .slick-next:hover{ /*IE11 */
		content: '';
		background: url(/assets/img/project/sprite.png) no-repeat 0 -130px;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}

	.slick-prev:focus, .slick-prev:hover{ /*IE10 */
		content: '';
		background: url(/assets/img/project/sprite.png) no-repeat 0 -30px;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}
	*::-ms-backdrop, .slick-prev:focus, .slick-prev:hover{ /*IE11 */
		content: '';
		background: url(/assets/img/project/sprite.png) no-repeat 0 -30px;
		width: 60px;
		height: 70px;
		display: block;
		opacity: 1 !important;
		cursor: pointer;
	}


    /*hyperMill Logo*/
    .page-header .header-hypermill img { /*IE10 */
        width: 100%;
        height: auto;
        min-height: 49px;
        margin-right: 150px;
    }
    *::-ms-backdrop, .page-header .header-hypermill img { /* IE11 */
        width: 100%;
        height: auto;
        min-height: 49px;
        margin-right: 150px;
    }

    /*hyperMill Logo in Sticky-Menu*/
    .sticky.page-header .header-hypermill img { /*IE10 */
        width: 100%;
        height: 38px;
        margin-right: 345px;
    }
    *::-ms-backdrop, .sticky.page-header .header-hypermill img { /* IE11 */
        width: 100%;
        height: 38px;
        margin-right: 345px;
    }

		/*FullWidthSlider*/
		*::-ms-backdrop, .slick-slide { /* IE11 */
			float: left;
			height: auto;
			min-height: 1px;
			/*width: 100% !important;*/
			overflow: hidden;
		}
		*::-ms-backdrop, .slick-slide img { /* IE11 */
			width: auto !important;
			height: 100% !important;
			top: 50%;
			left: 50%;
			position: relative;
			transform: translate(-50%, 0px);
			max-height: 426px;
		}

		/*FullWidthSlider Headline*/
		*::-ms-backdrop, .slider-headline h1{
			font-weight: 300;
			font-size: 40px;
			line-height: 54px;
			color: #ffffff;
		}

		/*FullWidthSlider TextBox*/
		*::-ms-backdrop, .slider-full-container .slider-text {
			left: 483px;
			top: 20px;
			-webkit-box-align: initial;
			-ms-flex-align: initial;
			align-items: initial;
			display: block;
		}

		/*Form Checkbox, Radio*/
    .checkbox-single [type=checkbox], .checkbox-single [type=radio] { /*IE10 */
				display: block !important;
				padding: 9px !important;
				position: absolute;
				left: 0px;
				top: 4px;
				z-index: 100;
				background: transparent !important;
				border: none !important;
				width: 20px !important;
				height: 20px;
    }
    *::-ms-backdrop, .checkbox-single [type=checkbox], .checkbox-single [type=radio] { /* IE11 */
				display: block !important;
				padding: 9px !important;
				position: absolute;
				left: 0px;
				top: 4px;
				z-index: 100;
				background: transparent !important;
				border: none !important;
				width: 20px !important;
				height: 20px;
    }


}

@media all and (max-width: 768px) and (-ms-high-contrast:none) {
		/*Layout Event Detailview*/
    .event-box-image { /*IE10 */
				height: auto !important;
    }
    *::-ms-backdrop, .event-box-image { /* IE11 */
				height: auto !important;
    }
		.event-box-image, .event-box-row { /*IE10 */
				display: block !important;
    }
    *::-ms-backdrop, .event-box-image, .event-box-row { /* IE11 */
			display: block !important;
    }
}

/*EDGE Browser*/
@supports (-ms-ime-align:auto) {
	/*Form Checkbox, Radio*/
	[type=checkbox], [type=radio] { /*EDGE */
			display: block !important;
			padding: 9px !important;
			position: absolute;
			left: 0px;
			top: 4px;
			z-index: 100;
			background: transparent !important;
			border: none !important;
			width: 20px !important;
			height: 20px;
	}
}

/*######################################################################################################################
 Cookie-Disclaimer
######################################################################################################################*/
.cc_banner-wrapper .cc_more_info{
	font-weight: 600;
	color: #f57600 !important;
}
.cc_banner-wrapper .cc_more_info:hover{
	text-decoration: underline;
}
.cc_banner-wrapper .cc_btn{
	border: 1px solid #f57600;
	border-radius: 0;
	background-color: #f57600 !important;
	color: #ffffff !important;
}
.cc_banner-wrapper .cc_btn:hover{
	background-color: #dc6a00 !important;
	text-decoration: none;
}
/*######################################################################################################################
 Links on News-Listview
######################################################################################################################*/
@media (min-width: 0px) and (max-width: 767px) {
	.news .news-list-image{
		margin-right: 30px;
	}
}

/*######################################################################################################################
 Links on News-Detailview
######################################################################################################################*/
.slick-list figcaption a{
	font-weight: 600;
	color: #f57600;
}
.slick-list figcaption a:hover{
	text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.news .article .h2-centered p{
		font-size: 35px;
		line-height: 49px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.news .article .h2-centered p{
		font-size: 35px;
		line-height: 49px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.news .article .h2-centered p{
		font-size: 26px;
		line-height: 32px;
	}
}

/*######################################################################################################################
 Links on Events-Detailview
######################################################################################################################*/
.event-box .event-box-additional-content{
	width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
	span.select2.select2-container.select2-container--default{
		width: 100% !important;
	}
}

/*######################################################################################################################
 Loader-GIF News
######################################################################################################################*/
.ias-spinner{
	max-width: 30px !important;
	margin: 0 auto;
}

/*######################################################################################################################
 Home - Slider
######################################################################################################################*/
/* Overlay */
.nav-overlay#nav-overlay-main{
	top: 218px;
}

/* SLider Button*/
.slider-tca{
	padding: 13px 50px 16px 25px;
}
@media (min-width: 1919px) {
	.slider-headline h1{
		font-weight: 300;
		font-size: 40px;
		line-height: 54px;
		color: #ffffff;
	}

    .slider-full-container .slick-slide img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

	.slider-full-container .slider-text {
		left: 483px;
		top: 20px;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}

}

@media (min-width: 1199px) and (max-width: 1918px) {
	.slider-headline h1{
		font-weight: 300;
		font-size: 40px;
		line-height: 54px;
		color: #ffffff;
	}

	.slider-full-container .slick-slide img {
        width: 100%;
        height: 426px;
        object-fit: cover;
    }

	.slider-full-container .slider-text {
		left: 474px;
		top: 20px;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}
}

@media (min-width: 769px) and (max-width: 1198px) {
	.slider-headline h1{
		font-weight: 300;
		font-size: 40px;
		line-height: 54px;
		color: #ffffff;
	}

	.slider-full-container .slick-slide img {
        width: 100%;
        height: 426px;
        /*margin-left: -270px;*/
        object-fit: cover;
    }

	.slider-full-container .slider-text {
		left: 50%;
		top: 20px;
		width: 50%;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}
}

@media (max-width: 800px) {
	.slider-headline h1{
		font-size: 35px;
		line-height: 49px;
		color: #ffffff;
		margin-bottom: 0px;
	}

	.slider-description p{
	    margin-bottom: 10px;
    }

	.slider-full-container .slider-text {
		left: 50%;
		top: 20px;
		width: 50%;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}

}

@media (max-width: 768px) {
	.slider-headline h1{
		font-size: 22px;
		line-height: 26px;
	}

	.slider-description p{
		font-size: 17px;
		line-height: 27px;
	}

	.slider-full-container .slick-slide img {
        width: 100%;
        height: 267px;
        /*margin-left: 0px;*/
        object-fit: cover;
    }

	.slider-full-container .slider-text {
		left: 50%;
		top: 10px;
		width: 50%;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}
}

@media (max-width: 705px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 655px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 630px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 580px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 560px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 515px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 450px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 415px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 380px) {
	.slider-full-container .slider-text {
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 360px) {
	.slider-full-container .slider-text {
		left: 0px;
		top: 245px;
		background: #869299;
		height: 125px;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
		display: none;
	}
	.slider-full-container .slick-slide img {
		/*margin-bottom: 130px;*/
    }
}


/*######################################################################################################################
 Indexed Search
######################################################################################################################*/

.tx-indexedsearch-rules {
    display: none !important
}

.tx-indexedsearch-searchbox legend{
    display: none;
}

.tx-indexedsearch-form {
    float: left;
    width: 80%;
    margin-right: -20%;
}

.tx-indexedsearch-searchbox label {
}

.tx-indexedsearch-searchbox td:nth-child(2) {
    padding-left: 15px !important;
    width: 300px
}

.tx-indexedsearch-searchbox-sword {
    width: 45%;
    color: #414141;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.tx-indexedsearch-search-submit{
    margin-top:5px;
}

.tx-indexedsearch-searchbox-sword:-moz-placeholder {
    color: #c5c9ce
}

.tx-indexedsearch-searchbox-sword:-ms-input-placeholder {
    color: #c5c9ce
}

.tx-indexedsearch-searchbox-sword::-webkit-input-placeholder {
    color: #c5c9ce
}

.tx-indexedsearch-searchbox-sword:focus {
    border-color: #bbc5d5;
    -webkit-box-shadow: 0px 0px 5px 0 rgb(210, 210, 210);
    -moz-box-shadow: 0px 0px 5px 0 rgb(210, 210, 210);
    box-shadow: 0px 0px 5px 0 rgb(210, 210, 210)
}

.tx-indexedsearch-searchbox-sword[disabled] {
    background: #eaedf2
}

select.tx-indexedsearch-searchbox-sword {
    border-width: 1px
}

select.tx-indexedsearch-searchbox-sword:focus {
    border-color: #bbc5d5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tx-indexedsearch-searchbox-button {
	padding: 16px 58px;
	/*
    display: inline-block;
    padding: 5px 20px;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    padding-bottom: 3px;
    border-bottom: 2px solid #cecece;
    background: #E7E7E7;
    color: inherit
    */
}

.tx-indexedsearch-searchbox-button:hover {
    outline: 0;
    border-color: #bdbdbd;
    background-color: #d6d6d6;
    color: inherit
}

.tx-indexedsearch-searchbox p {
    display: none !important
}

.tx-indexedsearch-res {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.tx-indexedsearch-res {
    background: #fff;
    margin-bottom: 20px
}

.tx-indexedsearch-res h3 {
    background: #f5f5f5;
    padding: 5px 15px;
    /*height: 50px;*/
    font-size: 12pt;
    margin: 0px;
}

.tx-indexedsearch-icon img{
    width: 30px !important;
    padding-left: 10px
}

.tx-indexedsearch-percent {
    padding-right: 10px;
    font-size: 8pt;
    font-weight: bold;
    color: #727272;
    float: right;
}

.tx-indexedsearch-title a {
    font-size: 12pt;
    font-weight: normal;
    color: #f57600;
}

.tx-indexedsearch-title a:hover {
    text-decoration: none;
    border-bottom: 3px solid #f57600;
}

.tx-indexedsearch-description {
    font-style: normal !important;
    font-size: 10pt;
    padding: 10px 25px;
}

.tx-indexedsearch-info {
    display: none;
    background: none !important;
    font-size: 10pt;
    padding-bottom: 10px;
    padding-left: 5px
}

.tx-indexedsearch-info a {
    color: #1B6AD6
}

.tx-indexedsearch-info a:hover {
    color: #f57600;
    text-decoration: none
}

.tx-indexedsearch-redMarkup {
    color: #f57600 !important
}

.tx-indexedsearch-browselist-currentPage a {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #f57600;
}

ul.tx-indexedsearch-browsebox {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: inherit;
    height: 50px;
    background-color: #FFFFFF;
    margin-bottom: 50px !important;
    padding: 30px 0px !important;
}

ul.tx-indexedsearch-browsebox li {
    margin-right: 2% !important;
    float: left;
	font-size: 12pt;
}

ul.tx-indexedsearch-browsebox li a {
    color: #000 !important;
    text-decoration: none;
    font-weight: normal;
}

ul.tx-indexedsearch-browsebox li a:hover {
	border-bottom: 3px solid #f57600;
}

/*######################################################################################################################
 Fancybox - ImageZoom
######################################################################################################################*/
.fancybox-lock .fancybox-overlay{
	top: 0 !important;
}
.fancybox-opened .fancybox-skin{
	margin-top: 135px;
}

/*######################################################################################################################
 MobileMenu - Margin
######################################################################################################################*/
@media (max-width: 768px) {
	.header-top{
		/* margin-top: 15px; */
	}
}

/*######################################################################################################################
 Global - <hr>
######################################################################################################################*/

hr{
	display: block;
	height: 1px !important;
	border: 0;
	border-top: 1px solid #a3acb1 !important;
	margin: 70px 0 !important;
}

/*######################################################################################################################
 Fullwidth Slider on InnerPages
######################################################################################################################*/
.page152 .slider-text{
	position: relative;
}

img.inline-image {
	width: auto !important;
	height: auto !important;
}

.footer-whatsapp-br {
	background: url(/assets/img/project/icon/whatsapp.png) 0 0 no-repeat #D0D6D9;
	/* min-width: 250px; */
	height: 38px;
	padding-left: 55px;
	padding-right: 22px;
	font-size: 17px;
	position: fixed;
	bottom: 25px;
	right: 20px;
	border-radius: 8px;
	z-index: 200;
	text-decoration: none;
	line-height: 2em;
	font-weight: 500;
	font-family: Noto Sans JP,sans-serif;
}

.footer-whatsapp-br:hover {
	text-decoration: none;
}

.header-language-toggle.header-language-no-arrow:after {
	display: none;
}

/*######################################################################################################################
 SOLR Search - Resultpage
######################################################################################################################*/

/*Search-Box ROW*/
#tx-solr-search .row:nth-child(1){
    width: 47%;
	float: left;
	margin-right: 50px;
}

/*Search-Box Input*/
#tx-solr-search .tx-solr-q {
    width: 70%;
    color: #414141;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#tx-solr-search .tx_solr .searchinfo{
	width: 45%;
	float: right;
}

#tx-solr-search .searchinfo #results-per-page{
	width: 120px;
	float: right;
	font-size: 11pt;
	margin-top: 40px;
}

#tx-solr-search .query-debug{
	display: none;
}

#tx-solr-search .solr-pagination{
/* 	padding-top: 200px; */
}

#tx-solr-search .solr-pagination ul.pagination{
	height: 100px;
	margin-bottom: 20px;
	margin-top: 50px;
}

#tx-solr-search .solr-pagination ul.pagination li {
    margin-right: 4%;
    float: left;
}

#tx-solr-search .solr-pagination ul.pagination li.active{
	color: #f57600;
	border-bottom: 3px solid #f57600;
}

#tx-solr-search .solr-pagination ul.pagination li.previous, #tx-solr-search .solr-pagination ul.pagination li.next{
    font-size: 40px;
    padding-left: 0px;
    margin-top: -3px
}

#tx-solr-search .solr-pagination ul.pagination li.previous a, #tx-solr-search .solr-pagination ul.pagination li.next a{
    font-weight: normal;
    color: #66757E;
}

#tx-solr-search .solr-pagination ul.pagination li.previous:before, #tx-solr-search .solr-pagination ul.pagination li.next:before{
	display: none;
}

#tx-solr-search .solr-pagination ul.pagination li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#tx-solr-search .solr-pagination ul.pagination li:hover {
	border-bottom: 3px solid #f57600;
}

/*Results List*/
#tx-solr-search .results-list .row{
	width: 100%;
}

#tx-solr-search .results-list .search-result{
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#tx-solr-search .results-list .search-result h3.results-topic{
	background: #f5f5f5;
	padding: 5px 15px;
	/* height: 50px; */
	font-size: 12pt;
	/* margin: 0px; */
}

#tx-solr-search .results-list .search-result h3.results-topic a{
	font-weight: normal;
	color: #f57600;
}

#tx-solr-search .results-list .search-result h3.results-topic a:hover{
	text-decoration: none;
	border-bottom: 3px solid #f57600;
}

#tx-solr-search .results-list .search-result .relevance{
	font-size: 10pt;
	padding: 0px 25px;
	color: #727272;
}

#tx-solr-search .results-list .search-result p.result-content{
	font-style: normal !important;
	font-size: 10pt;
	padding: 10px 25px;
}


/*Infobox for each Search result*/
#tx-solr-search .results-list .search-result .document-score-analysis{
	display: none;
}