
@font-face {
  font-family: metropolis;
  src: url(../fonts/Metropolis-Thin.otf);
  font-weight: lighter;
}
@font-face {
  font-family: metropolis;
  src: url(../fonts/Metropolis-Light.otf);
  font-weight: normal;
}
@font-face {
  font-family: metropolis;
  src: url(../fonts/Metropolis-Regular.otf);
  font-weight: bolder;
}

.row-full{
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}
.bg-black-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #1e2e45;
    opacity: .8;
    z-index: -1;
}
.breadcrumb-area {
    position: relative;
    z-index: 1;
}
.bg-img {
    background-position: center center;
    background-size: cover;
}
.bg-black-overlay {
    position: relative;
    z-index: 1;
}
.section_padding_200 {
    padding-top: 11em;
    padding-bottom: 11em;
}

.modal {
	-webkit-overflow-scrolling: touch;
}

.modal-open {
    overflow: hidden;
    height: 100%;
}

.index.modal-open {
    overflow: auto;
}


.section_padding_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.section_heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
.main_features_area .single_benefits:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.single_benefits {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single_benefits .icon_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    height: 5em;
    width: 5em;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-right: 1.5rem;
    background-color: #069;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: 2px;
}

.icon_box img {
	width: 3.5em;
	position: relative;
	transform: translate(0, -50%);
	top: 50%;
}





p.big {
	font-size: 1.33em;
	line-height: 1.5em;
}

.whiteCircle {
	background-color: #FFF;
    border-radius: 2.5em;
    height: 5em;
    width: 5em;
	text-align: center;
	margin-bottom: 1em;
}
.whiteCircle img {
	width: 3.5em;
	position: relative;
	transform: translate(0, -50%);
	top: 50%;
}

#soon.active {
	background-color: #006faf !important;
}









.dark {
	color: #333333;
}
.blue {
	color: #006699;
}
.backSelected {
	background-color: #8dd5d5;
}
.normal {
	font-weight: normal !important;
}
.borderSelect {
	border-color: #dc3545 !important;
}

body, html {
    height: 100%;
    font-size: 15px;  
	font-size-adjust: 0.5;
}
body {
	background-color: #069;
    font-family: metropolis, sans-serif !important;
    font-weight: normal !important;
	overflow-y:scroll;
}

nav.navbar {
	z-index: 11;
}

.index .navbar {
	background-color: transparent;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.index .navbar.blue {
	background-color: #069;
}

.blueBackground {
	color: #FFF;
}
.blueBackground a {
	color: #FFF;
	text-decoration: underline;
}

/*
.container {
	height: 100%;
}*/

.btn {
	min-height: 1.8em;
	line-height: 1em;
	border: none;
	background-color: #434a54;
	border-radius: 1em;
}
.btn-white {
	color: #000;
	background-color: #FFF;
}

.btn-secondary {
	background-color: #434a54;
}
.btn-dark:hover, .btn-secondary:hover {
	background-color: #23272b;
	box-shadow: 0px 0px 5px 5px #00000033;
}
.btn-dark.active:hover, .btn-primary.active:hover {
	box-shadow: none !important;
	cursor: default;
}
.treeView .btn {
	background-color: #006faf;
	display: inline-block;
	text-align: left !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: bold !important;
	display: inline-block;
}

h1 {
	font-size: 1.4em;
	/*text-transform: uppercase;*/
}
h2 {
	font-size: 1.26em;
}
h3 {
	font-size: 1.13em;
}
h4 {
	font-size: 1em;
}
label {
	margin-bottom: .2rem;
}
.form-group label {
	font-weight: bold;
}
.form-group label .myTooltip {
	font-weight: normal;
}
#step1 .p-3, #step1a .p-3 {
	padding-top: 0.5rem !important;
	padding-bottom: 0rem !important;
}
.small {
	font-size: 0.8em;
}
.modal-dialog {
    max-width: 50em;
}

#header {
	width: calc(100% + 30px);
	min-height: 4.75em;
	background-color: #006699;
}
#navi {
	text-align: center;
	padding-bottom: 1em;
	margin-top: 1em;
	background-color: #006699;
	z-index: 100;
}
.index #header, .index #navi {
	background-color: transparent;
}

#header a {
	color: #fff;
	/*margin-right: 1em;
	font-weight: bold;*/
}

#footer {
	margin-top:2em;
	line-height: 2.7em;
	background-color: #434a54;
}

.footer.fixed-bottom {
	background-color: #00000000 !important;
}

#footer img {
	width: 2em;
	cursor: pointer;
}

#footer a {
	font-size: 0.8em;
	color: #fff;
	margin-left: 1em;
}
/* position: fixed; */
#background {
	height: 100%;
	background-color: #006699;
	background-repeat: no-repeat;
	margin-right: -15px;
	margin-left: -15px;
}
textarea {
	outline: none;
}
div {
	scrollbar-width: thin;
}

.alert, .hideAtStart {
	display: none;
}

.table {
	background-color: #fff;
}

#themesTable th:nth-child(1){
	/*border-top-left-radius: 1em;*/
	background-image: url("../img/cornerUpperLeft.png");
	background-size: 21px 21px;
	background-repeat: no-repeat;
}
#themesTable th {
	background-color: #fff;
	z-index: 10;
}

.card {
	margin-bottom: 1em;
}

.card-header {
	background-color: #ccc;
}

.card li label {
	padding-left: 0.4em;
	display: block;
}

.card .form-check-input {
    margin-left: -0.75rem;
}
/*
.card {
	padding-top: 0.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	border-radius: 1em;
}*/

.roundCorners, .modal-dialog {
	padding-top: 0.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	border-radius: 1em;
	background-color: #fff;
}
.modal-content {
	border: none;
}
.roundCornersTop {
	padding-top: 0.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	background-color: #fff;
}
.roundCornersBottom {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	background-color: #fff;
}

.haken {
	width:1em;
	margin-left: 0.25em;
}
.step2 .haken {
	display: none;
}
.selected .haken, .permanent .haken {
	display: inline;
}
label.selected {
	position: relative;
}
label.selected img {
	position: absolute;
	right: 0.5em;
}

.table .form-check-input {
    margin-left: 0rem;
}

.table label {
	margin-left: 1.2rem;
}

.progress {
	position: relative;
}

.progress-back {
	position: relative;
	display: flex;
	overflow: hidden;
	font-size: .75rem;
}
.devider1, .devider2, .devider3 {
	position: absolute;
	width: 2px;
	height: 100%;
}

.progressOuter {
	position: relative;
}

.progressOuter {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.pointerStart {
	position:absolute;
	bottom: 0em;
	width: 1.7em;
	height: 1.7em;
	margin-left: -9px;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	background-image: url("../img/markierungStart.png");
}

.pointerStart span {
	margin-top: 0.4em;
	display: block;
}

.pointerTarget {
	position:absolute;
	top: 0em;
	width: 1.7em;
	height: 1.7em;
	margin-left: -9px;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	background-image: url("../img/markierungSoll.png");
}

.ui-draggable-handle {
	cursor: pointer;
}

.progress-bar {
	background-color: #3399CC;
}
.ui-listview-outer h2 {
	margin: 0px !important;
}
.ui-listview-inset {
	margin: 0px !important;
}
.ui-listview-inset li {
	border-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
div.ui-collapsible-content {
	padding-right: 0px !important;
	border-right-width: 1px !important;
}
.clickable {
	cursor: pointer;
}
#relevanceWrapper {
	display: flex;
	margin-top: 1.5em;
}
.step3 #relevanceWrapper {
	margin-top: 0em;
}
.comment {
	width: 100%;
}
.textButton {
	margin: 0 auto;
	/*width: 4em;*/
}
.relevanceButton {
	display: flex;
    align-items: center;
	margin: 0 auto;
	background-color: #006699;
    border-radius: 26px;
    box-shadow: 0 0 2px #888;
    height: 2.6em;
    width: 2.6em;
	text-align: center;
	z-index: 1;
}

tr.disabled {
	opacity: 0.25;
}

tr.disabled .disable {
	display: none;
}

.relevanceButton {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.relevanceButton.active {
	background-color: #099;
}
.relevanceButton img {
	width: 1.4em;
	display: block;
    margin: auto;
}
.relevanceButton.disabled {
	background-color: #6c757d !important;
}
.relevanceButton.disabled.active {
	background-color: #36878b !important;
}
.delegated {
	border: solid #099 0.35em !important;
}
.delegated span {
	position: relative;
	top: -0.35em;
}
.delegated span.name {
	left: -0.35em; 
}
.delegated .reqCountCol {
	margin-right: 0.65em;
}
.relevanceButton.disabled:hover {
	box-shadow: none;
}
table .relevanceButton {
	opacity: 0.5;
}
.textButton span {
	font-size: 1.0em;
	color: #333333;
	font-weight: bold !important;
	margin: 0 auto;
	display: table;
	cursor: pointer;
}
.textButton.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.textButton.disabled div.active {
	background-color: #006699;
}
.treeView{
	-moz-user-select:none;
	position:relative;
	padding-left: 0 !important;
	margin-bottom: 0px !important;
}
.btn-checkable label {
	margin-top: 0.125rem;
	margin-bottom: 0.125rem;
    height: 1.8em;
    width: 100%;
    text-align: left;
	line-height: 1.1em;
	background-color: #006faf;
	cursor:pointer;
}
.btn-checkable.old label, .btn-checkable.soon label {
	cursor: default;
}
.goalActive.old label {
	background-color: #099;
	opacity: 0.5;
}
.goalActive.soon label {
	background-color: #006faf;
	opacity: 0.5;
}
/*
.btn:hover, .treeView:not(.disabled) .btn-checkable label:hover {
	background-color: #099 !important;
	box-shadow: 0px 0px 5px 5px #00000033;
}*/
.treeView.disabled .btn-checkable label:hover {
	box-shadow: none !important;
	cursor: default;
}
.card-selected {
	box-shadow: 0px 0px 5px 9px #099;
}
.noHover:hover {
	box-shadow: none !important;
}
.btn-checkable label.active {
	background-color: #099 !important;
}

@media (hover: hover) {
	.relevanceButton:hover, .treeView:not(.disabled) .btn-checkable label:hover {
		box-shadow: 0px 0px 5px 5px #00000033;
		background-color: #008299;
	}
}
.btn-checkable input {
	display: none;
}
.treeView ul{
	margin:0 0 0 -1.5em;
	padding:0 0 0 1.5em;
}
.treeView li.lastChild > ul{
	background-image:none;
}
.treeView li{
	padding: 0 0 0 1.7em;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.2em;
	cursor:pointer;
}
.treeView li.leader{
	background-image: url("../img/minus.png");
}
.treeView li.collapsibleListClosed{
	background-image: url("../img/plus.png");
}
.btn-checkable {
	list-style: none;
}
.card .btn-checkable label {
	text-align: center;
}
.goals .col-3 {
	float: left;
    padding-right: 15px;
	list-style: none;
}
.btn-group-toggle {
	margin-top:0.5em;
	clear:both;
}
.btn-group-toggle  .btn input[type="radio"],
.btn-group-toggle  .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.canvasDiv {
	width: 19%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.subtable, .eSubtable, .oSubtable, .eoSubtable {
	display: none;
}
.subtable td {
	padding-left:1.5em;
}
.sortButton {
	display: block;
	cursor:pointer;
}
#prioLink, #valiLink {
	width: 4em;
}
#plLink {
	width: 5em;
}
.sortButton img {
	width:1em !important;
	display: none;
}
.table img, img.arrow {
    width: 1.4em;
    text-align: left;
	cursor:pointer;
}
.table td {
	vertical-align: middle;
}
.table .relevanceButton {
	width: 1.8em;
	height: 1.8em;
	background-color: #434a54;
	margin: 0;
	text-align: left;
}
.table .relevanceButton img {
	width:1.1em;
}
.table .relevanceButton:hover {
	box-shadow: none;
}
/*
canvas {
	display: inline !important;
	width: 200px !important;
	height: auto !important;
}
*/
#anforderungen {
	cursor: pointer;
}

#selectErfasser {
	position: sticky;
}

/*     NAVIGATION    */

.navTexts {
	text-align: center;
	width: 100%;
	line-height: 1.25em;
	color: #FFF;
}
.navTexts span {
	font-size: 0.8em;
	width: 19%;
	display: inline-block;
}
.navButtons, .comButtons {
	display: inline-flex;
}
.comButtons {
	margin-top:0.5em;
	position: relative;
}
.clear {
    clear: both;
}
.navButton {
	position: relative;
    border-radius: 26px;
    box-shadow: 0 0 2px #888;
    border: 0.18em solid rgb(163, 183, 194);
	background-color: rgb(163, 183, 194);
    height: 46px;
    width: 46px;
	text-align: center;
	z-index: 1;
}
.navButton.active {
    border-color: #FFF;
	background-color: #FFF;
	cursor: pointer;
}
.navButton.active:hover {
	-moz-box-shadow: 0px 0px 5px 5px #FFFFFF66;
    -webkit-box-shadow: 0px 0px 5px 5px #FFFFFF66;
	box-shadow: 0px 0px 5px 5px #FFFFFF66;
}
.colJustify {
	color: #FFF;
	text-align: justify;
    text-justify: inter-word;
	margin-top: 1em;
}
.badge {
	background-color: #dc3545;
	min-width: 18px;
    height: 18px;
    border-radius: 9px;
	right: -1em;
	bottom: -0.5em;
	color: #FFF;
	line-height: 1.3em;
}
.badge.blue {
	background-color: #069;
}
.badge.red {
	background-color: #dc3545;
}
nav .badge {
	position: absolute;
}
#badgePrepare {
	right: 0em;
	bottom: 1em;
	margin-right: 0.5em;
}
#badgeFeedback {
	position: relative;
	bottom: 0em;
}
.comButton {
	position: relative;
	background-color: #ccc;
    border-radius: 13px;
    box-shadow: 0 0 2px #888;
    height: 26px;
    width: 26px;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.comButton span {
	margin-top: 0.35em;
	display: block;
}
.comButton.active {
	background-color: #069;
}
.comButton.active.minimum {
	background-color: #099;
    border: 0.2em solid #069;
}
.comButton.active.minimum span {
	margin-top: 0.2em;
}
.navButton img {
	width: 26px;
	margin: 0;
    position: absolute;               /* 2 */
    top: 50%;
	left: 8px;
    transform: translate(0, -50%)
}
.wheel img {
	width: 32px;
	left: 5px;
}
.lineWrapper {
	position: relative;
	width: 62px;
    height: 46px;
}
.comButtons .lineWrapper {
	width: 24px;
    height: 26px;
}
.line {
	width: 100%;
	height: 2px;
	background-color: #a3b7c2;
	opacity: 1.0;
	z-index: 1;
	position: absolute;
	margin: 0;              /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%)
}
.lineDark {
	height: 1px;
	background-color: #000;
	position: auto;
	margin-bottom: 0.5em;
}
#naviArrow {
	position: absolute;
	top: 68px;
	margin-left: 237px;
}

#headerspace {
	height: 8em;
}

#headerspace.noMenu {
	height: 1em;
}

#pswd_info {
	display:none;
    position:absolute;
    left: 10%;
    width:80%;
	top: 6em;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
	z-index: 2;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
.invalid {
    background:url(../img/cross.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../img/tick.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

#pswd_info ul {
    padding:0;
}

#pswd_info li {
    margin:0;
    list-style-type:none;
}
.scCard {
	width: 15.8em;
	padding-left: 15px;
	padding-right:15px;
}

#selectRelevance {
	position: absolute;
	bottom: 0px;
	width: 94%;
}

#selectRel {
	border: 1px solid #dee2e6; /* !important; */
	margin-bottom: 1em;
} /* dc3545 rot */

.container .borderGrey {
	border-color: #dee2e6; /* !important; */
}

/*
.step3 #relevanceWrapper {
	display: block;
	margin-left: 0.6em;
}*/
#valueWrapper .textButton {
    display: inline-block;
	clear: both;
	position: relative;
	margin: 0;
	margin-bottom: 0.75em;
	width: 100%;
}

#valueWrapper .relevanceButton {
	display: inline-flex;
	margin: 0;
	margin-right: 1.2em;
	vertical-align: middle;
}
/*.step3 .textButton span {
	display: inline;
    vertical-align: middle;
}*/
#selectAlternativ .relevanceButton {
	float: left;
}

#valueWrapper {
	position: relative;
}

#valueWrapper .textButton {
	margin-bottom: 0.75em;
	height: 2.15em;
}
#selectAlternativ .textButton {
	margin-bottom: 0.75em;
	height: 2.5em;
}
#valueWrapper .textButton > span {
	display: inline-block;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	margin-left: 4em;
	font-weight: bold;
	color: #999;
}
#selectAlternativ .textButton > span {
	display: inline-block;
	margin-left: 4em;
	margin-top: 0.5em;
	font-weight: bold;
	color: #999;
}
.resultButton {
	position: absolute;
	display: inline-flex;
    width: 2.6em;
    height: 2.6em;
    margin: 0;
    margin-right: 1.2em;
	align-items: center;
    background-color: #006699;
    border-radius: 26px;
    box-shadow: 0 0 2px #888;
    text-align: center;
    z-index: 1;
}
.resultButton span {
	color: #fff;
	font-size: 0.9em;
	line-height: initial;
}
.resultButton:hover, .resultButton.active {
	width: 2.8em;
    height: 2.8em;
	margin-top: -0.1em;
	margin-left: -0.1em;
    margin-right: 1.2em;
	background-color: #009999;
	/* 
	background-color: #FFF; */
	border-style: solid;
	border-color: #069;
	border-width: 0.2em;
    box-shadow: -0.3em 0.3em 0.8em #888;
}

.resultButton:hover span, .resultButton.active span {
	color: #FFF;
	/*color: #069;*/
}/*
#valueWrapper #buttons {
	position:absolute;
}*/
#resultBack {
	position: absolute;
	width: 6px;
	height: 100%;
    height: 18em;
	margin-left: 1.1em;
    margin-top: 1em;
	background-image: url("../img/resultLine.png");
}

.mb-5 {
	margin-bottom: 2.1em !important;
}

.step2a .progress-back, .step3a .progress-back {
	height: 17px;
	margin-top: 0.5em;
	background-color: transparent;
	background-image: url("../img/progressBackToDo.png");
}
.step2a .progress-bar, .step3a .progress-bar {
	background-color: transparent;
	background-image: url("../img/progressBackDone.png");
}
#progressNow {
	position: absolute;
}
#progressNow img {
	position: absolute;
}

#progressNow span {
    position: absolute;
    width: 1.6em;
    text-align: center;
	color: #006699;
}
#progressEnd {
	position: absolute;
	right: 1.9em;
}
#progressEnd img {
	position: absolute;
}
#progressEnd span {
    position: absolute;
    width: 1.6em;
    text-align: center;
	color: #006699;
    margin-left: 0.35em;
}
#selectEmployee {
	display: none;
}
#newUser {
    cursor: pointer;
    float: right;
    margin-bottom: 0.5em;
    margin-right: 0.15em;
    margin-top: -0.4em;
    width: 1.8em;
}
#newUser2 {
	float: right;
	margin-top: 1em;
	width: 100%;
	background-color:#069;
}
#answer {
	opacity: 0;
	pointer-events: none;
	z-index: 10;
}
#answer * {
	pointer-events: none;
}
#popupText {
	display: none;	
}
#answer, #popupText {
	position: absolute;
	margin-left: 3.1em;
	margin-right: 1em;
	padding: 1em;
	background-color: #069;
	color: #fff;
}
#comAnswer {
	position: absolute;
	width: 1.2em;
	top:5px;
}
#comHint {
	display: block;
	margin-top: 0.5em;
	color: #069;
	font-weight: bold;
}
#popupText {
    border: solid 1px #FFF;
	position: fixed;
	width: 25em;
    margin-top: 1.5em;
    z-index: 20;
}
#answer span, #popupText span {
	font-weight: bold;
}
#answer .line, #popupText .line, .myTooltip .line {
	position: relative;
	height: 2px;
	margin-bottom:0.3em;
	opacity: 1.0;
}
.comButtons .line {
	z-index: 0;
}
#answer p, #popupText p {
	margin-bottom: 0em;
}
#selectedStatus {
	position: absolute;
    left: -0.7em;
    top: 1.1em;
}

#submenu {
	display: none;
	position: absolute;
	top:5em;
	line-height: 0;
	text-align: left;
	z-index: 20;
}
#submenuMain {
	background-color: #fff;
	line-height: 2em;
	padding-top:0.2em;
	padding-bottom:0.1em;
	text-align: left;
}
#submenuMain ul {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 0.0em;
}
#submenuMain li {
	padding-left:0.75em;
	padding-right: 1em;
	margin-top:0.25em;
	margin-bottom:0.25em;
	list-style: none;
}
#submenuMain li img {
	margin-bottom: 0.2em;
}
.dreieck {
	width: 1em;
	height: 0.6em;
	margin-left: 2.9em;
}
.submenuIcon {
	width: 0.9em;
}
#submenuMain span {
	color: #069;
	margin-left: 0.5em;
	padding-top:0.2em;
}
.borderBlue {
	height: 1px;
	background-color: #006699;
}
#reqText {
	overflow-y: auto;
	margin-left:2em;
	margin-bottom:0em;
	padding-right: 0.5em;
}
.notMobil #reqText {
	height: 14em;
}
.notMobil #reqText.long {
	height: 22em;
}
.toggleRel {
	height:1.5em;
	vertical-align: inherit !important;
	cursor: pointer;
}
.btn-arrow {
	line-height: 0.9em;
	padding: 6px;
}
.btn-arrow img {
	height: 1em;
}
.sub1 {
	margin-left: 0.3em;
}
.role3 .sub1, .role4 .sub1 {
	margin-left: 4em;
}
.sub1_2 {
	margin-left: 3.5em;
}
.sub2 {
	margin-left: 7.5em;
}
.sub2 .dreieck {
	margin-left: 2.9em;
}
.sub3 {
	margin-left: 13.4em;
}
.sub3_2 {
	margin-left: 10.1em;
}
.sub4 {
	margin-left: 13.4em;
}
.sub4_2 {
	margin-left: 10.1em;
}
.sub4 .dreieck, .sub4_2 .dreieck {
	margin-left: 9.7em !important;
}
.sub5 {
	margin-left: 0em;
	right: 0em;
	text-align: right;
}
.sub5_2 {
	margin-left: 15.81em;
	text-align: right;
}
.sub5 .dreieck, .sub5_2 .dreieck {
	margin-left: 0em !important;
	margin-right: 3.8em !important;
}

#feedback {
	position:fixed;
	top: calc(50% - 10em);
	right: 0em;
	padding:0.7em;
	background-color: #FFF;
	cursor:pointer;
	z-index: 10;
	border: solid #069 1px;
}
#feedbackText{
	width:100%;
	height:7em;
}
.myTooltip {
    display: inline-block;
}
.notMobil .myTooltip {
    position: relative;
}
.myTooltip.step4.reife {
	position:unset;
    display: block;
}
.tooltipX {
	float: right;
	font-size: 1.5em;
	position: relative;
	top: -0.5em;
	left: 0.25em;
}
.selectStaffHead {
	width: 100%;
	border-bottom: solid 1px #000;
	/*background-color: #ccc;*/
	font-weight: bold;
	padding: 0.25em;
}
.selectStaffHead span {
	text-align: left;
}
.reqCountCol, .themeCountCol, .roleCountCol {
	width: 4.1em;
	margin-right: 0.25em;
	float: right;
	text-align: right;
}
label .themeCountCol {
	width: 2.5em;
}
label.noLicense, label.inactive {
	opacity: 0.5;
}
span.answered {
	color: #099;
}
span.inactive {
	opacity: 0.3;
}
span.deleted {
	text-decoration: line-through;
}

.myTooltip .tooltiptext {
  display: none;
  width: 30em;
  background-color: #069;
  color: #fff;
  border: solid 1px #FFF;
  text-align: left;
  padding: 1em;
  position: fixed; /* absolute; */
  z-index: 100;
  border-radius: 1em;
}

.tooltiptext p {
	font-weight: normal !important;
}

.border, .alert {
	border-radius: 1em;
}
.table {
	border-radius: 1em;
}
.table th {
	border-top: 0px solid #dee2e6;
}
/*
thead {
	background-color: #ccc;
}
*/
.tooltiptext.auto {
	width: auto;
}

.notMobil .myTooltip .tooltiptext {
	pointer-events: none;
}

/* Show the tooltip text when you mouse over the tooltip container */
/*.notMobil .myTooltip:hover .tooltiptext {
  display: block;
}*/

#valueWrapperHeadline {
	display: block;
}

.progressParent {
	position: relative;
}
#validieren .progressParent {
	margin-right: 0.75em;
}

.reqResAlt, .reqRes0, .reqRes1, .reqRes2, .reqRes3, .reqRes4, .reqRes5, .ttReqResUnset, .reqResUnset {
	position: absolute;
	top: -0.2em;
    border: 2px solid #069;
	background-color: #ccc;
    border-radius: 26px;
    box-shadow: 0 0 2px #888;
    height: 23px;
    width: 23px;
	text-align: center;
	cursor: help;
}
.reqResUnset {
	top: -0.1em;
	left: -0.1em;
}
.ttReqResUnset {
	border: none;
	box-shadow: none;
}
.altCol .reqResAlt {
	top: 0em;
}
.reqResAlt {
	position: relative;
	cursor: help;
}
.step3 #validieren .reqResAlt {
	top: 0.1em;
}
.reqRes0 {
	left: calc(0% - 0.7em);
	cursor: help;
}
.reqRes1 {
	left: calc(20% - 0.7em);
	cursor: help;
}
.reqRes2 {
	left: calc(40% - 0.7em);
	cursor: help;
}
.reqRes3 {
	left: calc(60% - 0.7em);
	cursor: help;
}
.reqRes4 {
	left: calc(80% - 0.7em);
	cursor: help;
}
.reqRes5 {
	left: calc(100% - 0.7em);
	cursor: help;
}
.reqResMeAlt {
	border: none;
	box-shadow: none;
	background-color: transparent;
}
.reqResMeAlt div {
	background-color: #099;
	color: #fff;
	box-shadow: none;
}
.reqResMe {
	background-color: #099;
	color: #fff;
	box-shadow: none;
}

.validieren .myTooltip.step4.reife {
	position: absolute !important;
}

.validieren .progressParent {
	height: 21.6em;
	width: 3em;
	float: left;
	margin-top: 0.75em;
}
.validieren .progress {
	height: 100%;
	width: 1rem;
}
.validieren .reqResAlt, .validieren .reqRes0, .validieren .reqRes1, .validieren .reqRes2, .validieren .reqRes3, .validieren .reqRes4, .validieren .reqRes5, .validieren .ttReqResUnset  {
	left: -0.2em;
}
.validieren .altCol .reqResAlt {
	left: 0em;
}
.validieren .myTooltip.ttReqResUnset {
	top: calc(100% - 0.75em);
}
.validieren .myTooltip.ttReqRes0 {
	top: calc(calc(100% - 4.7em) * 1);
}
.validieren .myTooltip.ttReqRes1 {
	top: calc(calc(100% - 4.7em) * 0.8);
}
.validieren .myTooltip.ttReqRes2 {
	top: calc(calc(100% - 4.7em) * 0.6);
}
.validieren .myTooltip.ttReqRes3 {
	top: calc(calc(100% - 4.7em) * 0.4);
}
.validieren .myTooltip.ttReqRes4 {
	top: calc(calc(100% - 4.7em) * 0.2);
}
.validieren .myTooltip.ttReqRes5 {
	top: calc(calc(100% - 4.7em) * 0);
}
.validieren #valueWrapper {
	margin-left: 2.5em;
}

.bg-disabled {
	background-color: #EEE !important;
}

#ndaScroll {
	/*height: calc(100vh - 18em); */ /* vh auf iOS problematisch */
	overflow-y:scroll;
	background-color:#FFF;
	padding:1em;
}
.buttonBesideIcon {
	display: inline-block !important; 
	width: calc(100% - 2.8em) !important; 
	margin-left:0.5em;
}

.tacho {
	position:relative;
}
.tachoNeedle {
	position:absolute;
	width:50%;
	right: 38.5%;
	top: 78%;
	transform-origin: 78% 50%;
	transition: all 1s ease;
}
.tachoButton {
	position:absolute;
	top:0em;
	width:2em;
	height:2em;
	background-color: #434a54;
}
.tachoButton img {
	width:1em;
}
.tachoButton:hover {
	box-shadow: 0px 0px 0px 0px #00000033;
	background-color: #434a54;
}
.tacho3 {
	width:32%;
	display:inline-block;
	position:relative;
	padding-top:1.5em;
	text-align:center;
}
.tacho3 h2 {
	margin-top:0.6em;
}
#tacho0text {
	font-size: 2.2em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.reifeCol {
	padding-left:0.75em;
	min-width:16em;
}
.valiCol, .openCol, .tooltiptext {
	word-break: keep-all;
}
#infobox {
	border: solid 1px #FFF;
	padding:1em;
	overflow: hidden;
	height: 11.5em;
	border-radius: 1em;
}
#infobox.big {
	height: auto;
}
#infoBoxButton {
	color:#fff;
	cursor:pointer;	
	position: absolute; 
	bottom: 0em;
	/*left: calc(50% - 3em);*/
	width: 100%;
	text-align: center;
	
	text-decoration:underline;
	background-color: #069;
	float: none;
	padding: 0.25em;
}
#infobox.big #infoBoxButton {
	float:right;
	position: unset;
	text-decoration: none;
}

.userCol {
	min-width: 6em;
	max-width: 15em;
}

.btn-blink {
	animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
}
.btnBlinkRed {
	animation-name: blinkRed;
    animation-duration: 1s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink {
  from {background-color: #434a54;}
  to {background-color: #009999;}
}

/* Standard syntax */
@keyframes blink {
  from {background-color: #434a54;}
  to {background-color: #009999;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blinkRed {
  from {background-color: #434a54;}
  to {background-color: #dc3545;}
}

/* Standard syntax */
@keyframes blinkRed {
  from {background-color: #434a54;}
  to {background-color: #dc3545;}
}

#comments {
	padding-top: 1em;
	padding-right: 1em;
	height:16em;
	overflow-y: auto;
}

#selectAlternativ {
	display: none;
}

.fixed {
	/*position:fixed;
	top:0em;
	right: 1.25em;*/
}

#loading {
	display: none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:rgba(0, 0, 0, 0.5);
	z-index: 100;
}

#loading.background {
	display: inline;
	position: unset;
	z-index: 10;
	background-color:#0000;
	pointer-events: none;
}

#loading.background .drehen {
	animation-duration: 6s;
}

#loadingS {
	height: 100%;
	margin-top:-16vw;
	margin-left:-12vw;
	position:fixed;
	top:50%;
	left:50%;
}

#loadingS img {
	height:32vw;
}

#loadingC {
	height: 100%;
	margin-top:-33vw;
	margin-left:-33vw;
	position:fixed;
	top:50%;
	left:50%;
}

#loadingC img {
	height:66vw;
}

#backToEval, #backToEvalAlt, #backToEvalDeactivated {
	/*float:right;*/
	margin-top: 0.40em;
}

#selectErfasserDiv {
	min-height: 28.25em;	
}

.drehen {
	transform-origin: 33vw 33vw;
	animation-name: rotate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
}
/*
#evaluation #tachos{
	text-align: center;
}
*/
.notMobil .step4 .btn-group-toggle.role1 {
	height: 27em; 
	overflow-y: scroll;
}
.notMobil .step4 .btn-group-toggle.role3 {
	height: 19em; 
	overflow-y: scroll;
}
.notMobil .step4 .btn-group-toggle.role4 {
	height: 31em; 
	overflow-y: scroll;
}
.notMobil #modalPopupMeasurement .btn-group-toggle {
	height: 15em; 
	overflow-y: scroll;
}

.notMobil #selectErfasserDiv p {
	margin-bottom: 0em;
}
.notMobil ul.treeView {
	margin-right: 1em;
}
ul.treeView.disabled {
	opacity: 0.6;
}

.krawatten {
	vertical-align: top;
	height: 1em;
}

.goalActive {
	display: block !important;
	/*border: 3px solid #099 !important;*/
	background-color: rgb(0, 153, 153);/*#ddf1f1;*/
}
.step1 .category {
	text-align: center;
}
.step2 .goalActive {
	background-color: transparent;
}
.step2 .category {
	display: none;
}
.step2 .scCard50.goalActive {
	display: block !important;
}
.step2 .category, .step2 .category .card, .step1 .category, .step1 .category .card {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
#themeSelection .btn-checkable {
	display: none;
}
#themeSelection .card {
	width: -moz-available;
}
#settings {
	padding:0em;
	position: absolute;
	bottom: 1em;
	width: calc(100% - 2em);
	visibility: hidden;
}
.step2old .form-check-label {
	color: #aaa;
}
.goalActive .step2 .form-check-label {
	color: #FFF;
}
#themeSelection span {
	cursor: pointer;
}
.noLinebreak {
	display: inline-block;
	white-space: nowrap;
	overflow: clip;
	width: 100%;
}

#cardEval, #cardInvol, #cardVali {
	height: calc(100% - 2em);
	min-height: 25em;
}

.pokal {
	height: 8em;
}
#myStatus {
	float: right;
}
.table thead th {
    vertical-align: middle;
	box-shadow: inset 0 0px 0 black, inset 0 -1px 0 #dee2e6;
	border-bottom: none;
}

div[role=dialog] {
	max-width: 100%;
}

.slick-slide {
	outline: 0px transparent !important;
}

.scCard25, .scCard50, .scCard66 {
	padding-left: 15px;
	padding-right: 15px;
}

.step2 .btn-checkable {
	margin-top: 0.125em;
	margin-bottom: 0.125em;
}

.step2 .card-header {
	padding: 0em;
}

.columns2, .columns3, .columns4 {
	column-count:2;
	column-gap:1em;
	padding:1em;
	display: inline;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
.columns3 {
	column-count:3;
}
.columns4 {
	column-count:4;
}
#themeSelectionParent {
	display:flex;
	flex-direction: column;
	height:36em;
	overflow-y: auto;
	padding-right:1em;
	padding-bottom:2.5em;
}

#buttonMoreTheme {
	display: none !important;
}

#menuButton {
	width: 2em;
	float:right;
	display: none;
	position: absolute;
	right: 1em;
	bottom: 1em;
}

.buttonCircle {
	border-width: 0;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background-color: #069;
    color: #FFF;
}

.selectTplLink span {
	text-decoration: underline;
	cursor: pointer;
}

.phase-select {
	position: absolute;
	top: 0em;
	z-index: 1;
	pointer-events: all;
}

.b ul {
	padding: 0.5em;
	margin-bottom: 0em;
}

.b{
  display: none;
  margin-left: 1.7em;
  margin-bottom: 0.25em;
  box-shadow: inset 0 0px 0px 1px #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  background-color: #FFF;
  z-index: 10;
}
.open{
  display: show !important;
}
.btn-select{
  margin-top: 1.2em;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  /*border: 1px solid #ccc;*/
}
.b li, .btn-select li {
  list-style: none;
  padding-bottom: 0.5em;
}
.b:hover li{
  margin-left: 0px;
}
.b:focus{
   outline:none;
}

.budgetIs, .budgetPlan {
	width: 7em;
}
.budgetIsCol, .budgetPlanCol {
	width: 11em;
}
.green {
	color: #009999;
}
.orange {
	color: #ffc107;
}
.red {
	color: #dc3545;
}

.trTheme td {
	border-top: 3px solid #dee2e6;
}

#highlightsHead {
	display: block;
	width: calc(100% - 0.15em);
}

.notMobil #highlightsHead {
	width: calc(100% - 1.25em);
}

#highlightsHead tr,
#highlightsBody tr {
	display: flex;
}

#highlightsHead th:nth-child(1),
#highlightsBody td:nth-child(1){
	width: 35%;
}
#highlightsHead th:nth-child(2),
#highlightsBody td:nth-child(2){
	width: 25%;
}
#highlightsHead th:nth-child(3),
#highlightsBody td:nth-child(3){
	width: 10%;
}
#highlightsHead th:nth-child(4),
#highlightsBody td:nth-child(4){
	width: 10%;
}
#highlightsHead th:nth-child(5),
#highlightsBody td:nth-child(5){
	width: 10%;
}
#highlightsHead th:nth-child(6),
#highlightsBody td:nth-child(6){
	width: 10%;
}

#highlightsHead th {
	width: 16.66%;
}

#highlightsBody {
	overflow-y: scroll;
	display: block;
	width: 100%;
	height: 25em;
	margin-bottom: 1em;
}

.role3 #highlightsBody {
	height: 18em;
}
.role4 #highlightsBody {
	height: 15em;
}

#highlightsBody td {
	width: 16.66%;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes rotate {
  from {transform:rotate(0deg)}
  to {transform:rotate(359deg)}
}

/* Standard syntax */
@keyframes rotate {
  from {transform:rotate(0deg)}
  to {transform:rotate(359deg)}
}

@media screen and (orientation:landscape) {
		
	#loadingS {
		margin-top:-6vh;
		margin-left:-12vh;
	}

	#loadingS img {
		height:32vh;
	}

	#loadingC {
		margin-top:-23vh;
		margin-left:-33vh;
	}

	#loadingC img {
		height:66vh;
	}

	.drehen {
		transform-origin: 33vh 33vh;
	}
}

@media only print {
	html, body, h1, h2, h3, ol, ul, div {     
		width: auto;   
		height: auto;
		border: 0;     
		margin: 0 5%;     
		padding: 0;     
		float: none;     
		position: static;     
		overflow: visible; 
		overflow-y: visible;
		page-break-after:always;
	}
	
	
   #ndaScroll {
     width: 95%;
     height: auto;
     overflow: visible;
	 overflow-y: visible;
	 font-family: metropolis, sans-serif !important;
   }
   nav, #header,  #footer, #ndaButtons {
	   display: none;
   }
   p {
		page-break-after:always;
   }
   
   * { 
	overflow: visible !important; 
	overflow-y: visible !important;
	float: none !important;
	position: relative !important;
	}
}
	/*box-shadow: 0px 0px 5px 5px #00000033;*/

@media (hover: none) {
    /*.btn-primary:hover {
		border-color: inherit; 
	}*/
}

@media (max-width: 575.98px) { 
	#headerspace {
		height: 12em;
	}
	.showAbove992 {
		display: none;
	}
	.showBelow992 {
		display: block;
	}
	.showAbove768 {
		display: none;
	}
	.showBelow768 {
		display: block;
	}
	.showAbove576 {
		display: none;
	}
	th.showAbove576, th.showAbove768, th.showAbove992 {
		display: table-cell;
	}
	.showBelow576 {
		display: block;
	}
	table th, table td {
		word-break: break-all;
	}
	#naviArrow {
		top: 75px;
		margin-left: 184px;
	}
	#naviArrow img {
		width: 164px;
		height: 19px;
	}
	.navTexts {
		display: none;
	}
	.navButtons {
		margin-top: 1em;
	}
	.lineWrapper {
		width: 25px;
	}
	.scCard {
		width: 100%;
	}
	#selectRelevance {
		margin-top:1em;
		width: 100%;
	}
	#footer a {
		font-size: 0.7em;
	}
	.scCard25, .scCard, .scCard50 {
		width: 100%;
	}
	.goals .btn-checkable {
		width: 100%;
		padding-right: 0px !important;
	}
	.goals .btn-checkable label {
		text-align: center;
	}
	.goals .col-3 {
		max-width: 100%;
	}

	#navi {
		/*width: auto;*/
		margin: 0 auto;
	}
	#submenu {
		top: 5.6em;
	}
	.notMobil .dreieck {
		display: none;
	}
	.dreieck {
		margin-left: 1.5em !important; /* für Handy optimiert, auf Deskopt versetzt angezeigt */
	}
	.sub1 {
		margin-left: calc(50vw - 12.6em);
	}
	.role3 .sub1, .role4 .sub1 {
		margin-left: 3.5em;
	}
	.sub1_2 {
		margin-left: 3.5em;
	}
	.sub2 {
		margin-left: calc(50vw - 7.8em);
	}
	.sub2 .dreieck {
		margin-left: 1em;
	}
	.sub3 {
		margin-left: 10.1em;
	}
	.sub3_2 {
		margin-left: 10.1em;
	}
	.sub4 {
		margin-left: 0em;
		right: 0em;
		text-align: right !important;
	}
	.sub4_2 {
		margin-left: 10.1em;
	}
	.sub4 .dreieck, .sub4_2 .dreieck {
		margin-left: 0em !important;
		margin-right: 6.8em;
	}
	.sub5 {
		margin-left: 0em;
		right: 0em;
		text-align: right;
	}
	.sub5_2 {
		margin-left: 15.81em;
		text-align: right;
	}
	.sub5 .dreieck, .sub5_2 .dreieck {
		margin-left: 0em !important;
		margin-right: 1.8em !important;
	}
	th, td {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.reifeCol {
		padding-left:0.25em !important;
		min-width:6em;
	}
	/*.themeCol {
		min-width:6em;
	}*/
	#prioLink, #valiLink {
		width: 3.5em;
	}
	.altCol, .openCol, .tillCol, .userCol, #evaluieren .prioCol, .priCol, .countCol, .sdCol, .optiCol {
		display: none;
	}
	#themesTable th.statusCol {
		/*border-top-right-radius: 1em;*/
		background-image: url("../img/cornerUpperRight.png");
		background-size: 21px 21px;
		background-repeat: no-repeat;
		background-position: right top;
	}

	.resCol, .relCol {
		width: 5em !important;
	}
	.roleCountCol, .themeCountCol, .reqCountCol {
		display: none;
	}
	#feedback {
		display: none;
	}
	/*nav.fixed-top {
		position: static;
	}*/
	.myTooltip.step2 .tooltiptext {
		top: 30px;
		left: 3em;
	}
	#navi {
		margin-top: 0.5em;
	}
	#selectErfasserDiv {
		min-height: 32em;	
	}
	#backToEval {
		display: block;
		float: right;
		margin-top: 1.2em;
	}
	#evaluation #headRight {
		margin-top: 1em;
	}
	#popupText {
		width: 22em;
	}
	.step2a .btn-group-toggle, .step3 .btn-group-toggle {
		height: auto; 
		overflow-y: none;
	}
	#selectRelevance {
		position: inherit;
		width: 100%;
	}
	.menuMargin {
		margin-top: 8em;
	}
	#ui-datepicker-div {
		left: 1em !important;
		width: calc(100% - 2em);
	}
	.myTooltip .tooltiptext {
		width: 21em;
		left: 50%;
		margin-left: -10.5em;
		top:12em !important;
		max-height: 60vh;
		overflow-y: auto;
	}
	.tooltiptext .tooltipX {
		position: fixed;
		top: inherit;
		left: unset;
		right: 3em;
		margin-top: 0.2em;
		background-color: #069;
	}
	.scrolled #header > div:first-child {
		display: none;
	}
	.scrolled #header {
		min-height: unset;
	}
	.scrolled #headerspace {
		height: 9em;
	}
	.mobilPaddingTop0 {
		padding-top: 0em !important;
	}
	.columns2, .columns3, .columns4 {
		column-count:1;
	}
	.category {
		width:100%;
	}
	.mobilNoScroll {
		height: auto !important;
		min-height: auto !important;
	}
	#buttonMoreTheme {
		display: block !important;
	}
	#themeSelectionParent {
		padding-bottom:4em;
	}
	
	#highlightsHead th:nth-child(1),
	#highlightsBody td:nth-child(1){
		width: calc(75% - 8em);
	}
	#highlightsHead th:nth-child(2),
	#highlightsBody td:nth-child(2){
		width: calc(75% - 8em);
	}
	#highlightsHead th:nth-child(3),
	#highlightsBody td:nth-child(3){
		width: 5em;
	}
	#highlightsHead th:nth-child(4),
	#highlightsBody td:nth-child(4){
		width: 5em;
	}

	/*
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.scCard {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}*/
}

@media (min-width: 576px) and (max-width: 767.98px) { 
	.showAbove992 {
		display: none;
	}
	.showBelow992 {
		display: block;
	}
	.showAbove768 {
		display: none;
	}
	.showBelow768 {
		display: block;
	}
	.showAbove576 {
		display: block;
	}
	th.showAbove576, th.showAbove768, th.showAbove992 {
		display: table-cell;
	}
	.showBelow576 {
		display: none;
	}
	table th, table td {
		word-break: break-all;
	}
	#headerspace {
		height: 13em;
	}
	.lineWrapper {
		width: 57px;
	}
	#naviArrow {
		top: 75px;
		margin-left: 228px;
	}
	#naviArrow img {
		width: 209px;
		height: 19px;
	}
	.scCard25, .scCard, .scCard50 {
		width: 100%;
	}
	.goals .col-3 {
		max-width: 100%;
	}
		
	#submenu {
		top: 4.6em;
	}
	.dreieck {
		margin-left: 2.9em;
	}
	.sub1 {
		margin-left: 0em;
	}
	.role3 .sub1, .role4 .sub1 {
		margin-left: 3.5em;
	}
	.sub1_2 {
		margin-left: 3.5em;
	}
	.sub2 {
		margin-left: 6.8em;
	}
	.sub2 .dreieck {
		margin-left: 2.9em;
	}
	.sub3 {
		margin-left: 12.6em;
	}
	.sub3_2 {
		margin-left: 10.1em;
	}
	.sub4 {
		margin-left: 12.4em;
	}
	.sub4_2 {
		margin-left: 10.1em;
	}
	.sub4 .dreieck, .sub4_2 .dreieck {
		margin-left: 9.7em !important;
	}
	.sub5 {
		margin-left: 0em;
		right: 0em;
		text-align: right;
	}
	.sub5_2 {
		margin-left: 15.81em;
		text-align: right;
	}
	.sub5 .dreieck, .sub5_2 .dreieck {
		margin-left: 0em !important;
		margin-right: 3.4em !important;
	}
	th, td {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.reifeCol {
		padding-left:0.25em !important;
		min-width:6em;
	}
	.altCol, .openCol, .tillCol, .userCol {
		display: none;
	}
	
	#themesTable th.sdCol {
		/*border-top-right-radius: 1em;*/
		background-image: url("../img/cornerUpperRight.png");
		background-size: 21px 21px;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.roleCountCol, .themeCountCol, .reqCountCol {
		display: none;
	}
	#selectErfasserDiv {
		min-height: 32em;	
	}
	#navi {
		margin-top: 0.5em;
	}
	#popupText {
		width: 22em;
	}
	.step2a .btn-group-toggle, .step3 .btn-group-toggle {
		height: auto; 
		overflow-y: none;
	}
	#selectRelevance {
		position: inherit;
		width: 100%;
	}
	.tooltiptext{
		left: 50%;
		margin-left: -10.5em;
		top:12em !important;
		max-height: 60vh;
		overflow-y: auto;
	}
	.menuMargin {
		margin-top: 16em;
	}
	.scrolled #header > div:first-child {
		display: none;
	}
	.scrolled #header {
		min-height: unset;
	}
	.scrolled #headerspace {
		height: 9em;
	}
	.mobilPaddingTop0 {
		padding-top: 0em !important;
	}
	.mobilNoScroll {
		height: auto !important;
		min-height: auto !important;
	}
	#themeSelection.columns2 {
		column-count:1;
	}
	.columns3, .columns4 {
		column-count:2;
	}
	#buttonMoreTheme {
		display: block !important;
	}
	#highlightsHead th:nth-child(1),
	#highlightsBody td:nth-child(1){
		width: 35%;
	}
	#highlightsHead th:nth-child(2),
	#highlightsBody td:nth-child(2){
		width: 25%;
	}
	#highlightsHead th:nth-child(3),
	#highlightsBody td:nth-child(3){
		width: 5em;
	}
	#highlightsHead th:nth-child(4),
	#highlightsBody td:nth-child(4){
		width: 5em;
	}
	#highlightsHead th:nth-child(5),
	#highlightsBody td:nth-child(5){
		width: 5em;
	}
	#highlightsHead th:nth-child(6),
	#highlightsBody td:nth-child(6){
		width: 5em;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	.showAbove992 {
		display: none;
	}
	.showBelow992 {
		display: block;
	}
	.showAbove768 {
		display: block;
	}
	.showBelow768 {
		display: none;
	}
	.showAbove576 {
		display: block;
	}
	th.showAbove576, th.showAbove768, th.showAbove992 {
		display: table-cell;
	}
	.showBelow576 {
		display: none;
	}
	.lineWrapper {
		width: 22px;
	}
	.navTexts {
		display: none;
	}
	.navButtons {
		margin-top: 2.1em;
	}
	#navi {
		margin-top: 0em;
	}
	#naviArrow {
		top: 75px;
		margin-left: 158px;
	}
	#naviArrow img {
		width: 138px;
		height: 19px;
	}
	.scCard25, .scCard, .scCard50, .scCard66 {
		width: 100%;
	}
	.goals .col-3 {
		max-width: 50%;
	}
	#selectRelevance {
		margin-top:1.3em;
		position: inherit;
		width: 100%;
	}
	
	#submenu {
		top: 5.6em;
	}
	.dreieck {
		margin-left: 1.2em !important;
	}
	.sub1 {
		margin-left: 0em;
	}
	.role3 .sub1, .role4 .sub1 {
		margin-left: 2.6em;
	}
	.sub1_2 {
		margin-left: 3.5em;
	}
	.sub2 {
		margin-left: 4.8em;
	}
	.sub2 .dreieck {
		margin-left: 2.9em;
	}
	.sub3 {
		margin-left: 0em;
		right: 0em;
	}
	.sub3_2 {
		margin-left: 0em;
		right: 0em;
	}
	.sub3 .dreieck, .sub3_2 .dreieck {
		margin-left: 1.1em !important;
	}
	.sub4 {
		margin-left: 4.6em;
	}
	.sub4_2 {
		margin-left: 10.1em;
	}
	.sub4 .dreieck, .sub4_2 .dreieck {
		margin-left: 9.5em !important;
	}
	.sub5 {
		margin-left: 0em;
		right: 0em;
		text-align: right;
	}
	.sub5_2 {
		margin-left: 15.81em;
		text-align: right;
	}
	.sub5 .dreieck, .sub5_2 .dreieck {
		margin-left: 0em !important;
		margin-right: 2.2em !important;
	}
	th, td {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.reifeCol {
		padding-left:0.25em !important;
		min-width:6em;
	}
	.altCol, .tillCol, .userCol {
		display: none;
	}
	#themesTable th.openCol {
		/*border-top-right-radius: 1em;*/
		background-image: url("../img/cornerUpperRight.png");
		background-size: 21px 21px;
		background-repeat: no-repeat;
		background-position: right top;
	}
	/*.reqCountCol, .themeCountCol, .roleCountCol {
		width: 3em;
		margin-right: 1em;
		float: right;
		text-align: right;
	}*/
	#mitarbeiterInvolvieren {
		width:8em;
	}
	#popupText {
		width: 22em;
	}
	.step2a .btn-group-toggle, .step3 .btn-group-toggle {
		height: auto; 
		overflow-y: none;
	}
	.menuMargin {
		margin-top: 8em;
	}
	.colJustify {
		padding-left:3%;
		padding-right:3%;
	}
	.mobilNoScroll {
		height: auto !important;
		min-height: auto !important;
	}
	.columns3, .columns4 {
		column-count:2;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.showAbove992 {
		display: block;
	}
	.showBelow992 {
		display: none;
	}
	.showAbove768 {
		display: block;
	}
	.showBelow768 {
		display: none;
	}
	.showAbove576 {
		display: block;
	}
	th.showAbove576, th.showAbove768, th.showAbove992 {
		display: table-cell;
	}
	.showBelow576 {
		display: none;
	}
	#themesTable th:nth-last-child(2){
		/*border-top-right-radius: 1em;*/
		background-image: url("../img/cornerUpperRight.png");
		background-size: 21px 21px;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.userCol {
		display: none;
	}
	
	.lineWrapper {
		width: 42px;
	}
	.navTexts span {
		font-size: 0.73em;
	}
	#naviArrow {
		top: 75px;
		margin-left: 198px;
	}
	#naviArrow img {
		width: 180px;
		height: 19px;
	}
	.scCard25 {
		width: 25%;
	}
	.scCard {
		width: 33%;
	}
	.scCard50 {
		width: 50%;
	}
	.goals .col-3 {
		max-width: 50%;
	}
	/*.step3 .scCard {
		width: 50%;
	}*/
	#selectRelevance {
		margin-top:1.3em;
	}
	
	.dreieck {
		margin-left: 2.9em;
	}
	.sub1 {
		margin-left: 0em;
	}
	.role3 .sub1, .role4 .sub1 {
		margin-left: 3em;
	}
	.sub1_2 {
		margin-left: 3.5em;
	}
	.sub2 {
		margin-left: 5.3em;
	}
	.sub2 .dreieck {
		margin-left: 3.3em;
	}
	.sub3 {
		margin-left: 10.7em;
	}
	.sub3_2 {
		margin-left: 10.1em;
	}
	.sub4 {
		margin-left: 9.5em;
	}
	.sub4_2 {
		margin-left: 10.1em;
	}
	.sub4 .dreieck, .sub4_2 .dreieck {
		margin-left: 9.7em !important;
	}
	.sub5 {
		margin-left: 0em;
		right: 0em;
		text-align: right;
	}
	.sub5_2 {
		margin-left: 15.81em;
		text-align: right;
	}
	.sub5 .dreieck, .sub5_2 .dreieck {
		margin-left: 0em !important;
		margin-right: 3.4em !important;
	}
	.scCard66 {
		width: 66.66%;
	}
	.step3aFirstDiv {
		padding-bottom: 20em !important;
	}
	.step2a .btn-group-toggle, .step3 .btn-group-toggle {
		height: 22em; 
		overflow-y: scroll;
	}
	.scaleAnim {
		opacity: 0;
		transform: scale(3);
		transition: all 0.3s ease-in-out 0s;
	}
	.reifeCol {
		min-width: 10em;
	}
	#cardEval, #cardInvol, #cardVali {
		min-height: 27em;
	}
	.menuMargin {
		margin-top: 8em;
	}
	.colJustify {
		padding-left:3%;
		padding-right:3%;
	}
	.goalsSlim {
		height: 47em;
	}
	.goalsSlim .card {
		height: calc(100% - 3em);
	}
	#allThemes {
		position: absolute;
		bottom: 1em;
		width: calc(100% - 2em);
	}
	#themeSelection.columns2, #settings.columns2 {
		column-count:1;
	}
	#themeSelectionParent {
		height:33.5em;
	}
	.columns4 {
		column-count:3;
	}
	.step2 .scCard25, .step2 .scCard50 {
		width: 33%;
	}
	.step3a #selectErfasser {
		height: 41em;
	}
}

@media (min-width: 1200px) {
	.showAbove992 {
		display: block;
	}
	.showBelow992 {
		display: none;
	}
	.showAbove768 {
		display: block;
	}
	.showBelow768 {
		display: none;
	}
	.showAbove576 {
		display: block;
	}
	th.showAbove576, th.showAbove768, th.showAbove992 {
		display: table-cell;
	}
	.showBelow576 {
		display: none;
	}
	#themesTable th:nth-last-child(1){
		/*border-top-right-radius: 1em;*/
		background-image: url("../img/cornerUpperRight.png");
		background-size: 21px 21px;
		background-repeat: no-repeat;
		background-position: right top;
	}
	#naviArrow img {
		width: 219px;
		height: 19px;
	}
	.scCard25 {
		width: 25%;
	}
	.scCard {
		width: 33.33%;
	}
	.scCard50 {
		width: 50%;
	}
	/*.step3 .scCard {
		width: 50%;
	}*/
	.scCard66 {
		width: 66.66%;
	}
	.step3aFirstDiv {
		padding-bottom: 20em !important;
	}
	/*.validieren .step3aFirstDiv {
		padding-bottom: 20em !important;
	}*/
	.step2a .btn-group-toggle, .step3 .btn-group-toggle {
		height: 22em; 
		overflow-y: scroll;
	}
	.scaleAnim {
		opacity: 0;
		transform: scale(3);
		transition: all 0.3s ease-in-out 0s;
	}
	.menuMargin {
		margin-top: 8em;
	}
	.colJustify {
		padding-left:3%;
		padding-right:3%;
	}
	.goalsSlim {
		height: 47em;
	}
	.goalsSlim .card {
		height: calc(100% - 3em);
	}
	#allThemes {
		position: absolute;
		bottom: 1em;
		width: calc(100% - 2em);
	}
	.step3a #selectErfasser {
		height: 41em;
	}
}