
@font-face {
  font-family: Oswald;
  src: url( '/assets/fonts/Oswald/Oswald-VariableFont_wght.ttf' );
}

* {
	font-family: 'Oswald';
	color:#FFF;
	margin: 0px;
	padding: 0px;

	line-height: 1.5;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hyphenate {

	overflow-wrap: break-word; /* Für das Umbrechen von langen Wörtern */
	word-break: normal; /* Normales Wortbrechverhalten */

	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
}


::-webkit-scrollbar {
	width: 0px;
	height: 0px;
} 

::-webkit-scrollbar-track {
	background: none;
}
  
::-webkit-scrollbar-thumb {
	background: none;
}

/* Durchgestrichen */
s {
	text-decoration-color: #cc0000;
	text-decoration-thickness: 3px;
 }


::-moz-selection { background: #FF8000; color: #000; }
::selection { background: #FF8000; color: #000; }
img::selection { background: #FF8000; }


.note_h2_pos {
	margin: 14px 0px 2px !important;
}

/*Überschriften h1 bis h4*/

h1, h2, h3, h4 {
	display: block;
	font-weight: normal;
	width: 100%;
}

h1 {
	font-size: 30px;
	padding: 4px 0px 12px 0px;
	line-height: 36px;
}

h2 {
	font-size: 20px;
	padding: 14px 0px 2px 0px;
}

h3, h3 a,
.image_source {
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	text-align: right;
	color: #888888;
	text-decoration: none;
}

hr {
	margin: 6px 0px;
}

.smallUppercase {
	padding: 14px 0px 2px 0px;
	font-size: 14px;
	text-transform: uppercase;
}

p {
	color: inherit;
	padding: 2px 0px 2px;
	font-size: 14px;
}


#tinymce {
	height: 100%;
	font-size: 14px;
	padding: 0px 0px 23px 0px;
	cursor: text;
}

.fileContainer {
	height: auto;
	overflow: hidden;
	padding: 0px 0px 10px;
	cursor: pointer;
}

.fileEntry {
	max-width: 100%;
	cursor: pointer;
}

.fileCaption_wrapper {
	display: block;
}

.fileSource {
	color: #888888;
	text-align: right;
	font-size: 12px;
}

ol,
ul {
	font-size: 14px;
	padding-inline-start: 28px;
}

ol li,
ul li {
	margin: 0px;
	padding: 0px;
}


.cjs_blockSelect,
.blockSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.outlinedBlock {
	background: none;
	outline: none;
	border: 1px solid #ffffff;
	display: inline-block;
	margin: 5px 8px 5px 0px;
	padding: 5px 10px;
}

.outlinedBlock a {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}


.redNote,
.redNote_Text {
	border-left: 6px solid #cc0000;
    padding-left: 10px;
}
.redNote_Text {
	color: #cc0000;
}


.greyNote,
.greyNote_Text {
	border-left: 6px solid #888888;
	padding-left: 10px;
}
.greyNote_Text {
	color: #888888;
}


.orangeNote,
.orangeNote_Text {
	border-left: 6px solid #FF8000;
	padding-left: 10px;
}
.orange, .orangeColor, .orangeNote_Text {
	color: #FF8000;
	border: 1px solid #FF8000;
}

.grey, .greyText {
	border: 1px solid #888888;
	color: #888888;
}

.greyText {
	border: none;
}


.whiteNote,
.whiteNote_Text {
	border-left: 6px solid #FFFFFF;
	padding-left: 10px;
}
.whiteNote_Text {
	color: #FFFFFF;
}


.outlinedLink.red,
.outlinedList.red {
	text-decoration:none;
	border: 1px solid #cc0000;
	color: #cc0000;
}

.red {
	text-decoration:none;
	border: 1px solid #cc0000;
	color: #cc0000;
}

.white {
	border: 1px solid #fff;
	color: #fff;
}

.gold {
	border: 1px solid #ffe02e;
	color: #ffe02e;
}


.tinymce_image {
  display: block;
}

.tinymce_image.left {
  float: left;
  margin-right: 10px;
}

.tinymce_image.right {
  float: right;
  margin-left: 10px;
}

.tinymce_image.center {
  float: none;
  margin: 0px auto 0px;
}