@charset "utf-8";

/******************************************************************************
 *
 * FPMT
 *
 ******************************************************************************/


/*** Formatting Pictures ***/
.csc-textpic-imagewrap {
	margin-top: 10px;
}

.csc-textpic-imagewrap img {
	max-width: 100%;
	height: auto;
}

div.csc-textpic-imagecolumn.csc-textpic-firstcol {
	float: left;
}

div.csc-textpic-imagecolumn.csc-textpic-lastcol {
	float: right;
}

/*
img {
	height: 300px;
	width: auto;
}
*/

/* Bombierung für kleine Displays. Was ist damit gemeint? */
@media all and (max-width: 767px) {
	.main-container img {
/*		height: auto; */
/*		width: auto; */
/*      	max-width: 100%; */
	}
}

/* Bombierung fuer kleine Displays. Was ist damit gemeint? */
@media all and (max-width: 400px) {
	.main-container div.csc-textpic-imagecolumn.csc-textpic-lastcol {
		float: left;
	}
}

/*** Formatting Text ***/
/* Whole Text-Box */
/*
.csc-textpic-text {
	float: left;
	width: 100%;
}
*/

/* Paragraph */
.bodytext {
	margin-top: 1em;
}

.back-link a {
	color: #999;
}

/**
 * Back to top
 */
#backToTopButton {
	background-color: #ccc;
}

.buttonOnTop {
	display: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	right: 0;
	font-size: 18px;
	border: none;
	outline: none;
	box-shadow: var(--box-shadow);
	opacity: 1;
	cursor: pointer;
	border-radius: 5px;
	z-index: 99;
}

.buttonOnTop a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: white;
}
