body {
   /* QuestionnaireView - Border */
  --questionnaireViewBorderQuestionColor: #5479BD;
  --questionnaireViewBorderQuestionThickness: 2px;

  /* Page view - Highlight1 - Content block */
  --pageViewHighlight1ContentBlockBoxShadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;;
  
  /* Breadcrumbs - Clickable */
  --breadcrumbsClickableFontColor: #626262;
  --breadcrumbsClickableHoverFontColor: #5A6AA8;

  /* Toolbar */
  --optionsToolbarMargin: 0 0 25px 0;
}


/*Report page*/

#ReportDownloadForm {
    display: none;
}

.surveyReportPage .recordview > form > .items > .item > .description, 
.surveyReportPage .recordview > .items > .item > .description, 
.surveyReportPage .recordview > form > .items > .item > .info, 
.surveyReportPage .recordview > .items > .item > .info {
     display: none;
}


.surveyReportPage .selectBox.input > .display > .value, 
.surveyReportPage .selectBox.fakeInput > .display > .value {
    width: 400px;
}



/* Questionnaire */
/* Section Content */
.section.contentSection {
  .column.middleColumn {
	margin: 25px;
	.outerContentSection {
	  max-width: 1200px;
	  margin: 0px auto;
	}
  }
  .row.contentColumns {
	min-height: calc(100vh - 115px);
  }
}

/*
.subquestion {
  color: #5479BD;
}
*/

.explanation {
  font-size: 11px;
  font-style: italic;
}

.toolbar {
    border: none;
    float: right;
}

.optionsToolbar {
    margin-top: -35px;
}


/* Home */
/*Left column*/
.contentLine0 > .contentBlockRecentPeriods > .listview > .items > .clickable > .recentPeriodsStatus{
	border: 1px solid #3ABE7C;
	background-color: #3ABE7C;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 5px
}

.contentLine0 > .contentBlockRecentPeriods > .listview > .items > .clickable > .recentPeriodsStatus:hover{
	border: 1px solid #3ABE7C;
	background-color: #3ABE7C;
}

.contentLine0 > .contentBlockRecentPeriods > .listview > .items > .clickable > .recentPeriodsName:hover{
	text-decoration: underline;
}

.contentLine1 > .contentBlockRecentPeriods > .listview > .items > .item {
		border-bottom: 1px solid #fff
}

.contentLine1 > .contentBlockRecentPeriods > .listview > .items > .clickable > .recentPeriodsStatus:hover{
	text-decoration: underline;
}

.contentLine1 > .contentBlockRecentPeriods > .listview > .items > .clickable > .recentPeriodsName:hover{
	text-decoration: underline;
}

.contentLine0 > .contentBlockRecentPeriods > .listview > .items > .clickable > .recentPeriodsName{
	text-align: center;
	padding: 10px;
}


/*Right column*/
h2.inthome {
    text-transform: none;
	text-align: center;
}

.infobox_right {
/*    border-top: 1px solid #3ABE7C; */
    padding: 10px;
    padding-left: 0px;
}

.infobox_right > h3 {
	color: #3ABE7C;
	font-weight: normal;
    text-transform: none;	
}

.pageView .contentBlock > .title {
        border-top: 1px solid #3ABE7C; 
        border-bottom: 1px solid #3ABE7C; 
}


/*Login Page */
.fieldsetrow {
    padding: 1px 1px 1px 5px;
    border-bottom: solid 1px #fff !important;
    padding: 1px 1px 1px 5px;
}

.buttonrow .button:last-child {
    margin-right: 0px;
    min-width: 150px;
	margin-left: 45px;
}

div.buttonrow + div.button {
	margin-left: 224px;
	margin-top: 10px;
	background-color: #fff;
	color: #000;
	text-decoration: underline;
	font-weight:normal;
	border:none;
}

.contentFrame {
    padding: 45px;
    max-width: 640px;
    margin: 15px auto;
    margin-top: 70px;
    margin-bottom: 70px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
	border: #fefefe;
    border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.4);
}

.section.contentSection .leftColumn * {
    border-color: #3ABE7C !important;
}

.section.contentSection .leftColumn .contentMenu .menuItem,
.section.contentSection .leftColumn .contentMenu .menuItem .name {
    color: #1C3828 !important;
}

/* Passwort vergessen? → normaler Link */
.button.secondair {
    background: transparent !important;
    border: none !important;
    color: #1C3828 !important; 
    text-decoration: underline !important;
    padding: 0 !important;
}

.button.secondair:hover {
    color: #3ABE7C !important;
    background: transparent;
}


