/** 
 * struktur.css
 * 
 * Respopnsive Basis HTMLstruktur
 * 
 */

html {
}

body {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility	9;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

#columnCenter {
	margin: 0;
	padding: 0;
	width: 100%;
}

.centerColumn {
	margin: 0;
	padding: 1em;
}

#columnOneWrapper,
#columnTwoWrapper {
	padding: 0;
}

#contentMainWrapper,
#mainWrapperInner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1800px;
	margin: auto;
	padding: 0;
}

#mainWrapper {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#mainWrapperInner {
	max-width: 1800px;
}

#editlink {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 40;
	border-bottom-left-radius: 0.7em;
	border-top-left-radius: 0.7em;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	font-size: 90%;
	overflow: hidden;
	text-align: right;
	background: #b1c800;
	padding: 0.5em 0.2em 0.5em 0.5em;
}
#editlink a {
	color: #fff;
	margin-bottom: 1.3rem;
	display: block;
	text-decoration: none;
	text-decoration: none;
	transition-delay: 0s;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-moz-transition-duration: 200ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	margin-right: 0.3em;	
}
#editlink a:first-child {
	margin-top: 0.3rem;
}
#editlink a:last-child {
	margin-bottom: 0.3rem;
}
#editlink a:hover {
	margin-right: 0.6em;	
}
#editlink img {
	width: auto;
	height: auto;
}

#mCCForm a {
	color: #fff;
}
#mCCForm a.mCCF__link {
	text-decoration: underline !important;
	color: #fff !important;
}
