.col-fluid-1{
	// width: span(6 of 10 nested) + gutter(8);
	// margin-right: 0;
	// @media screen and (min-width: 0) and (max-width: 768px){
	// 	// width: 92.6470588235%;
	// 	// margin-right: 3.6764705882%;
	// 	// margin-left: 3.6764705882%;
	// 	@include span(8 of 12 no-gutter);
	// }
}
.right-wp-zone-col{
	// width: span(2 of 10 nested no-gutter);
	// @include span(3 at 9 of 10);
	// margin-left: 1.4339869281% * 2;
	// margin-right: span(1) + gutter(3);
	// margin-left: gutter(3) + span(1 of 10 nested);

	border-left: 3px $gray solid;
	.ms-taxonomy-fieldeditor{
		width: calc(100% - 32px) !important;
	}
	// @media screen and (min-width: 0) and (max-width: 768px){
	// 	box-sizing: border-box;
	// 	// width: 92.6470588235%;
	// 	// margin-right: 3.6764705882%;
	// 	// margin-bottom: 10px;
	// 	// margin-left: 3.6764705882%;
	// 	@include span(3 at 9 of 12);

	// 	border: none;
	// 	.ewiki-slink{
	// 		margin-left: 0;
	// 	}
	// }
}
.ms-comm-noWrap{
	text-align: left;
	padding-top: 0.5em;
}
.col-fluid-2{
	// margin-right: 0;
	// .ms-descriptiontext{
	// 	margin-left: -.9em;
	// }
	// .edit-mode-border{
	// 	margin-left: -9px;
	// }
	// @media screen and (min-width: 0) and (max-width: 768px){
	// 	width: 100%;
	// 	// width: 92.6470588235%;
	// 	// margin-right: 3.6764705882%;
	// 	// margin-left: 3.6764705882%;
	// }
}
// @media screen and (min-width: 0) and (max-width: 480px){
// 	.ms-webpart-chrome.ms-webpart-chrome-vertical.ms-webpart-chrome-fullWidth{
// 		> div > div{
// 			> table{
// 				display: block;
// 				> tbody{
// 					display: block;
// 					> tr{
// 						display: block;
// 						> td{
// 							display: block;

// 							background-color: transparent !important;
// 						}
// 					}
// 				}
// 			}
// 		}
// 	}
// }


// WIKI homepages with Kategory
// @media screen and (min-width: 0) and (max-width: 1024px){
// 	#ctl00_PlaceHolderMain_WikiField{
// 		box-sizing: border-box;
// 		table#layoutsTable{
// 			width: 100% !important;
// 			> td{
// 				margin-left: 0px;
// 			}
// 		}

// 	}

// 	#ctl00_PlaceHolderMain_WikiField ~ .ms-webpart-zone{
// 		#WikiOverviewRightContainer,
// 		#WikiOverviewLeftContainer,
// 		#WikiCategoriesContainer{
// 			margin: 0 !important;
// 			margin-top: 20px !important;
// 			margin-bottom: 20px !important;
// 			padding: 0 !important;
// 		}
// 		&.ms-fullWidth{
// 			width: 100% !important;
// 		}
// 		& .ms-WPBody > div > table > tbody > tr > td{
// 			display: block;
// 		}
// 	}
// }