@charset "UTF-8";

img.content_image {
	width:auto;
	max-width: 100%;
}

img.content_image_half {
	width:auto;
	max-width: 49.5%;
}

img.content_image_quarter {
	width:auto;
	max-width: 24.5%;
}

img.content_oszi {
	width:80%;
}

table.information_1 {
    border-collapse: collapse;
	border: 1px solid #7c8081;
	width: 100%;
}

table.information_1 th, td {
	padding: 5px;
    border: 1px solid #7c8081;
	vertical-align: top;
	text-align: left;
	font-size: 0.75em;
}

img.image_information_1 {
	max-width: 100%;
}

section.divider {
	border-top: solid 2px rgba(124, 128, 129, 0.2);
}

section.infobox {
	text-align: left;
}

/*Fuer 3D-Modell*/

#sketchUpObj {
	cursor: w-resize;
	/*Nicht markierbar*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
								  not supported by any browser */
}

.sketchUpImage {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  pointer-events: none;
}