/*** LIBRARY: de.incony.anteros.desktop ***/

/* Styles für Größen unter 1450px Breite */
@media screen and (max-width: 1449px) {
	div#page-right {
		position: fixed;
		top: 290px;
		right: 10px;
	}
	div#page-right,
	div#page-right.noPromoTop {
	 top: 100px;
	}
	div#page-right #promoslider-right img {
		max-height: 70vh;
	}
	#page-right a.closeButton {
		display: block;
	}
}

/* Styles für Größen unter 1025px Breite */
@media screen and (max-width: 1024px) {
	#header #header-middle .brand-logo {
	    margin-left: 10px;
	}
	#header-sub-navigation div.content-wrapper {
		width: auto;
		margin: 0px 10px 0px 10px;		
	}
	#header #header-top {
		display: none;
	}
	#header #header-middle {
    	margin-top: 0px;
	}
	#header #header-middle div.list-wrapper {
		display: none;
	}
	#header div.header-phone {
		display: block;
	}
	#headerOptionsContainer {
		display: block;	
	}
	#headerOptionsContainer.hidden {
		display: none;
	}
	
	div.navigationList {
	    background: #F1F1F1;
	    border-top: 1px solid #C4C4C4;
	    color: #333333;
	    font-size: 16px;
	    line-height: 44px;
	}
	div.navigationList ul {
	    list-style: outside none none;
	    margin: 0px;
	    padding: 0px;
	}
	div.navigationList ul li {
	    border-bottom: 1px solid #B4B4B4;    
	}
	div.navigationList ul li a {
	    color: #333333;
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    overflow: hidden;
	    padding-left: 10px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	div.navigationList ul li a:hover {
		text-decoration: none;
		background-color: #E4E4E4;
	}
	div.navigationList ul li a span {
	    display: block;
	    float: left;
	    line-height: 42px;
	    min-width: 34px;
	    padding-right: 5px;
	    text-align: center;
	    vertical-align: middle;
	}
	div.navigationList div.selectWrapper {
	    border: medium none;
	    cursor: pointer;
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    opacity: 1;
	    padding-left: 10px;
	    position: relative;
	    text-align: left;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	div.navigationList div.selectWrapper:hover {
		background-color: #E4E4E4;
	}
	div.navigationList div.selectWrapper span {
	    display: block;
	    float: left;
	    line-height: 42px;
	    vertical-align: middle;
	}
	div.navigationList div.selectWrapper select {
	    cursor: pointer;
	    height: 42px;
	    left: 0px;
	    max-height: 100%;
	    min-height: 100%;
	    opacity: 0;
	    position: absolute;
	    top: 0px;
	    width: 100%;
	    z-index: 2;
	}
		
	div#headerKeywordSearchContainer {
	    background-color: #F1F1F1;
	    border-bottom: 1px solid #C4C4C4;
	}
	#headerKeywordSearchContainer table {
	    width: 100%;
	    height: 60px;
	}
	#headerKeywordSearchContainer td.search-input {
	    padding-left: 10px;
	    padding-right: 10px;
	    position: relative;
	    width: auto;
	}
	#headerKeywordSearchContainer td.search-button {
	    width: 50px;
	}
	#headerKeywordSearchContainer td.search-button span.icon-search {
		padding: 0px 10px;
	}
	#headerKeywordSearchContainer input {
		height: 26px;
	    width: 100%;
	    border: 1px solid #C4C4C4;
	    box-sizing: border-box;
	    color: #818181;
	    font-size: 14px;	    
	}
	
	#headerKeywordSearchContainer td.search-input span.icon-search {
		float:left;
	}
	
	#headerKeywordSearchContainer {
		display: block;
	}
	#headerKeywordSearchContainer.hidden {
		display: none;
	}
	
	#header #header-middle .right-block {
		display: none;
	}
	
	#content {
		padding: 0px 10px 35px 10px;
	}
	
	div.content-wrapper {
		width: 100%;
	}
	
	#header-bottom div.content-wrapper {
		width: auto;
		margin: 0px 10px 0px 10px;		
	}
	
	#footer div.content-wrapper {
		width: auto;
		margin: 0px 10px;
		float: none;
		clear: both;		
	}
	
	#product div.product-content {
		padding-left: 0;
	}
	
	#product div.product-content-wrapper div.name-wrapper-small-size {
		display: block;
	}
	.product-content-wrapper .product-content {
		display: none;
	}
	
	.product-content-wrapper div.product-content #assetExport {
		display: none;
	}
	#product div.product-image-wrapper div.product-image img.promoIcon {
	    top: -4px;
	}
	#product div.product-functions {
    	position: relative;
    	right: 0;
	}
	div.accordion-header.description {
		display: block;
	}
	div.accordion-header.parameters {
		border-top: none;
	}
	div.accordion-content.description {
		display: block;
	}
	
	div.description-big {
		display: none;
	}
	
	#header #header-bottom {
		display: none;
	}
	
	#product div.product-content-wrapper form ul.watchListWrapper a {
		margin: 0;
	}
	
	div#functionsWrapper {
		position: inherit;
		right: 0;
		top: 0;
	}
	
	#product div.product-content-wrapper form ul.watchListWrapper {
		margin-top: 25px;
	}
	
	#product div.product-image #assetExport {
		bottom: 368px;
	}
	
	td.column-phone #assetExport {
		margin-right: 20px;
		margin-bottom: 5px;
	}
	#product div.product-image-wrapper div.product-image div.promoBadgeWrapper {
		position: absolute;
	    width: 115px;
	    height: 115px;
	    overflow: hidden;
	    top: 0px;
	    left: -15px;
	}
}

/* Styles für Größen unter 820px Breite */
@media screen and (max-width: 819px) {
	
	#header #header-middle {
		height: auto;
		padding: 0px;
	}
	#header #header-middle div.brand-logo {
		text-align: center;
		margin-top: 30px;
		margin-left: 0px; 
		float: none;
	}
	
	
	#category div.subCategories div.leftCategory {
		width: 100%;
	}
	#category div.subCategories div.rightCategory {
		width: 100%;
	}
	
	
	#content #page-left {
		padding-bottom: 0px;
	}
	
	#content #page-center {
		padding-bottom: 5px;
	}
	
	
	table.inconyTable thead {
		display: none;
	}
	table.no-collapse > thead {
		display: table-header-group;
	}
	table.company-users table.inconyTable thead {
		display: table-header-group;
	}
	table.company-users table.inconyTable thead th {
		display: none;
	}
	
	table.inconyTable > tbody > tr > td {
		display: none;
	}
	
	#watchList table.inconyTable > tbody > tr > td {
		display: table-cell;
	}
	
	#comparisonList table.inconyTable th,
	#comparisonList table.inconyTable td {
		display: table-cell;
	} 
	table.no-collapse > thead > tr > th,
	table.no-collapse > tbody > tr > td {
		display: table-cell;
	}
	table.inconyTable th.idT_selectionColumn,
	table.inconyTable th.rowOperations,
	table.inconyTable th.picture,
	table.inconyTable th.column-phone,
	table.inconyTable td.idT_selectionColumn,
	table.inconyTable td.rowOperations,
	table.inconyTable td.picture,
	table.inconyTable td.column-phone {
		display: table-cell;
		cursor: pointer;
	}
	table.company-users table.inconyTable th.idT_selectionColumn,
	table.company-users table.inconyTable th.rowOperations,
	table.company-users table.inconyTable th.picture,
	table.company-users table.inconyTable th.column-phone,
	table.company-users table.inconyTable td.idT_selectionColumn,
	table.company-users table.inconyTable td.rowOperations,
	table.company-users table.inconyTable td.picture,
	table.company-users table.inconyTable td.column-phone {
		display: table-cell;
		cursor: pointer;
	}
	
	table.inconyTable tr:hover td {
		background-color: #E4E4E4;
	}
	
	div.accordion ul {
		display: none;
	}
	div.accordion-header {
		display: block;
		position: relative;
		background: #F1F1F1;
		border-left: 1px solid #C4C4C4;
		border-right: 1px solid #C4C4C4;
		border-bottom: 1px solid #C4C4C4;
		text-align: left;
		height: 35px;
		line-height: 35px;
	}
	div.accordion-header.first {
		border-top: 1px solid #C4C4C4;
	}
	div.accordion-header a {
		color: #333333;
		font-size: 18px;
		padding-left: 5px;
	    padding-right: 35px;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	#product div.product-content-wrapper div.name-wrapper-small-size {
		display: block;
	}
	.product-content-wrapper .product-content {
		display: none;
	}
		
	div.orderingProcess_continue_info {
		float: none;
		width: 100%;
		height: auto;
		min-height: 50px;
	}
	div.orderingProcess_continue_link {
		width: 100%;
		float: none;
	}
	div.customer-order-number {
		width: 100%
	}
	
	table.inconyTable .netPrice {
		padding: 0;
	}
	
	#product div.product-content-wrapper form ul.watchListWrapper {
		padding: 0;
	}
	
	td.column-phone #assetExport,
	table.inconyTable td div.listOperations {
		    width: 100%;
		    float: left;
		    margin-bottom: 10px;
		    margin-left: 0px;
	}
	table.inconyTable td div.listOperations .button,
	table.inconyTable td div.listOperations span.button {
		float: none;
	}
}


/* Styles für Größen unter 690px Breite */
@media screen and (max-width: 689px) {
	#content div.content-wrapper #page-left {
		clear: both;
		float: none;
	}
	
	#content div.content-wrapper #page-center {
		clear: both;
		float: none;
	}
	
	#content div.content-wrapper div.column {
		display: block;
	}
	
	#classificationTree div.currentTree {
		margin: 0px;
	}
	
	#classificationTree.navigation {
		display: none;
	}
	
	#classificationTree {
		width: 100%;
	}
	
	#product #product_video div.video video {
		height: 100%;
    	width: 100%;
	}
	
	div.videos iframe {
		height: 390px;
    	width: 100%;
	}
	
	
	#orderingProcess #orderingProcess_orderOverview div.left-table-wrapper {
		float: none;
		width: 100%;
	}
	#orderingProcess #orderingProcess_orderOverview div.right-table-wrapper {
		float: none;
		width: 100%;
	}
	
	
	#instructions_disclaimer div.actions button {
		float: none;
		width: 100%;
		padding: 10px 0px;
		margin: 0px;
	}

	#instructions_disclaimer div.actions button.cancel {
		float: none;
		width: 100%;
		padding: 10px 0px;
		margin: 0px 0px 10px 0px;
	}

    .ui-dialog {
        width: 90% !important;
    }
    #facetedSearch form {
	    max-width: unset;
	    width: 90%;
	    margin: 0 auto;
	    margin-top: 10px;
	}
}

/* Styles für Größen unter 600px Breite */
@media screen and (max-width: 600px) {
	
	#product div.name {
		width: 100%;
	}
	#product div.product-image-wrapper {
		width: 100%;
	}
	#product div.product-image-wrapper div.product-image {
		width: 100%;
	}
	#product div.product-image-wrapper div.product-thumbnails div.thumbnail.last-in-row {
		margin-right: 7px;
	}
	
	#product div.product-content {
    	clear: both;
    	width: 100%;
    	border-radius: 6px;
    	border: 1px solid #C4C4C4;
    	margin-top: 10px;
    	padding: 0 2px;
		box-sizing: border-box;
	}
	#product div.product-content > div,
	#product div.product-content-wrapper form ul.watchListWrapper a {
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 5px;
	    padding-top: 5px;
	    margin: 0;
	}
	
	#product div.product-content-wrapper form ul.watchListWrapper a {
		display: block;
	}
	
	#product div.product-content div.parameters {
		max-width: 100%;
	}
	#product div.product-functions {
		width: 100%;
		margin-top: 20px;
	}
	#product div.product-functions div.list-functions {
		width: 95%;
	}
	
	#product div.page-headline div.functions {
		display: none;
	}
	#product div.product-image-wrapper div.product-image img,
	#product_spareParts div.product-image img {
		max-width: 100%;
		max-height: 100%;
	}
	#product #product_drawings div.parameters {
		width: 100%;
	}
	#product #product_drawings div.parameters table td.parameter {
		border-top: 1px solid #C4C4C4;
	}
	
	#product div.product-content-wrapper form ul.watchListWrapper {
		margin-top: 10px;
	}
	
	#orderingProcess .orderingState {
		word-break: break-all;
	}
	#orderingProcess #orderingProcess_orderOverview table.inconyTable td table td.label {
		width: 120px;
	}
	#orderingProcess #orderingProcess_orderOverview table.inconyTable td.column-phone table.quantity input {
		width: 50px;
	}
}

/* Styles für Größen unter 561px Breite */
@media screen and (max-width: 560px) {
	div.videos iframe {
		width: 480px;
		height: 300px;
	}
}

/* Styles für Größen unter 521px Breite */
@media screen and (max-width: 520px) {
	div.videos iframe {
		width: 440px;
		height: 270px;
	}
}
/* Styles für Größen unter 500px Breite */
@media screen and (max-width: 499px) {
	.ui-dialog {
		width: 300px!important;
	}
	div.ui-dialog-content table.downloadSelections td {
	    padding: 0;
	    display: block;
	    width: 100%;
	    vertical-align: top;
	}
	div.ui-dialog-content table td {
	    width: auto;
	}
}

/* Styles für Größen unter 481px Breite */
@media screen and (max-width: 480px) {
	div.videos iframe {
		width: 400px;
		height: 240px;
	}
}

/* Styles für Größen unter 441px Breite */
@media screen and (max-width: 440px) {
	div.videos iframe {
		width: 360px;
		height: 210px;
	}
}

/* Styles für Größen unter 401px Breite */
@media screen and (max-width: 400px) {
	div.videos iframe {
		width: 320px;
		height: 180px;
	}
}


/* Styles für Größen unter 361px Breite */
@media screen and (max-width: 360px) {
	table.dataScroller td.dataScroller_pageSelector li.pageSelector_previous,
	table.dataScroller td.dataScroller_pageSelector li.pageSelector_next {
		display: none;
	}
	
	div.videos iframe {
		width: 280px;
		height: 150px;
	}
	
	div.site-container {
		width: 280px;
	}
}
