﻿@supports (font-variation-settings: normal) {
  @font-face {
    font-family: 'TheSans';
    src: url('fonts/TheSansVariableC4s.woff2') format('woff2 supports variations'),
         url('fonts/TheSansVariableC4s.woff2') format('woff2-variations');
    font-weight: 100 1000;
  }

  @font-face {
    font-family: 'TheSansItalic';
    src: url('fonts/TheSansVariableC4s-Italic.woff2') format('woff2 supports variations'),
         url('fonts/TheSansVariableC4s-Italic.woff2') format('woff2-variations');
    font-weight: 100 1000;
  } 
} 


/* Weitere Fremdsprachen: */
/* https://google-webfonts-helper.herokuapp.com/fonts/noto-sans?subsets=cyrillic,greek,latin,vietnamese */

:root {
	--color1: #124A82;
	--color2: #FCC200;
	--bgcolor1: #f0f3f6;
	--bgcolor2: #DFE6ED;
	--bgcolor3: #FEEFBF;
	--stroke1: #BFC5CB;
	--stroke2: #9da2a8;
  }
*, *:before, *:after {
  box-sizing: inherit;
  hyphens: auto;
  outline: none;
}
html {
  box-sizing: border-box;
}
body {
    background-color: #ffffff;
    color: #333333;
	font-family: 'TheSans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
	margin: 0;
}

/*login-parts*/
#qdiv_startseite h2 {
	color: var(--color1);
	margin-bottom: 25px;
}
.categoryHeader {
	display: flex;
    height: 135px;
	justify-content: flex-end;
	align-items: flex-end;
}
.categoryHeader a {
	margin-bottom: 22px;
}
.studienlogo {
	display: flex;
    height: 100px;
	justify-content: flex-end;
	align-items: flex-end;
	margin-right: 25px;
}
.categoryHeader a>img {
	margin-right: 25px;
}
.subpageHeadline {
	padding-top: 40px;
}
.subpageHeadline h1 {
	color: #000;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 15px;;
}
.subpageHeadline h1 a {
    color: #000;
}
#mainContent {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#mainContent h1 {
    color: #333;
    font-size: 24px;
	font-weight: 600;		
	margin-top: 10px;
	line-height: 1.4;
}
#hiddenCol {
	float: left;
	width: 30%;
}
.qtext {
	font-size: 16px;
	line-height: 24px;
	max-width: 734px;
}
.qhelptext {
	font-size: 16px;
	font-family: TheSansItalic, Arial, sans-serif;
	margin: 10px 0 0;
}
.qhelptext::before, p.help::before {
    content: url(hand.svg);
	height: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
	padding-right: 4px;
	padding-left: 2px;
} 
.kundenlogo {
	min-width: 200px;
	max-width: 200px;
	margin-left: 35px;
}
aside {
	background-color: var(--bgcolor3);
	border-radius: 8px;
	box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.15);
	padding: 0px 20px 15px 10px;
	margin-bottom: 15px;
	margin-top: -70px;
	max-width: 350px;
}
aside h3 {
	font-size: 16px;
	font-weight: 600;
}
.kundenlogo img {
	width: 250px;
}
.languageBox {
    background-color: #efefef;
	padding: 5px;
}
/*Sprachauswahl*/
#language_select{
  height: 28px;
  padding-left: 10px;
  padding-right: 40px;
}
#language_select {
	background-color: white;
	color: black;
    height: 26px;
    padding-left: 10px;
    padding-right: 40px;
	vertical-align: top;
	margin-right: 4px;
}
/* Popup */
.popup-trigger { 
	cursor: pointer; 
	hyphens: none;
}
.popup {
	display: none;
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
}
.popupContent {
	background: #fff; 
	box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.15);
	padding: 20px 30px 30px;
	color: #333; 
	font-size: 19px; 
	line-height: 30px;
	min-width: 300px;
	max-width: 750px; 
	z-index: 9999;
	text-align: left;
	margin: 15px auto;
	overflow-y: auto;
	height: 100%;
}
.popupContent.imp, .popupContent.ds {
	max-height: 550px;
}
.popupContent h2 {
	font-size: 18px;
}
.popup-head {
	background-color: white;
	border-bottom: 1px solid black;
    width: 100%;
    height: 30px;
    position: sticky;
    top: -20px;
    left: 0;
    max-width: 800px;
    margin: -20px auto 20px auto;
}
.popup h1 {
	font-size: 18px;
	clear: both;
}
.popup h1, .popup h2 {
	color: #333;
	font-weight: 600;
}
.popup p, .popup li, .popup p strong, .popup p b { 
    font-size: 14px;
    line-height: 18px;
}
.popup h2 {
	margin-bottom: 0;
}
.popup ul {
	margin-top: 0;
}	
.popup-btn-close {
	cursor: pointer;
	float: right;
	height: 20px;
	margin-top: 4px;
	width: 20px;
}
.popup-btn-close:hover {
	background-color:var(--bgcolor2);
	border-radius: 4px;
}
.popup ol li {
	margin-left: 3px; 
}
.datenschutzbeauf-right {
	float: right;
}
.datenschutzbeauf-left {
	float: left;
}
.popup h2 ~ p {
	margin-top: 0;
}
/*infas-global*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
    background-color: #ffffff;
    color: #333333;

    font-size: 16px;
    line-height: 1.42857;
	margin: 0;
}
.global-container {
	margin: auto;
	max-width: 1280px;
	padding: 0 15px;
	height: var(--vh);
    display: flex;
    flex-direction: column;
}
.container-fluid {
    width: 100%;
	padding: 0 20px;
}
#top {
	align-items: flex-end;
	border-bottom: 1px solid black;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	height: 34px;
}
#top img {
	display: none;
}
.header-frage {
    height: 100px;
	margin: 2px auto;
	padding: 0 20px; 
	background-color: var(--color1);
}
a {
	color: var(--color1);
    text-decoration: none;
	border: 0 none;
    outline: medium none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
img a {
	border: 0;
}
img.radio{
	width: 21px;
	height: 21px;
	display: block;
    margin: auto;
}
h1 {
	font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px 0;
	color: white;
}
h2 {
    font-size: 24px;
	font-weight: 500;
}
h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
ul {
    list-style: outside none none;
	padding-left: 15px;
}
ul > li::before {
    content: "–";
    display: inline-block;
    left: -15px;
    position: relative;
    text-indent: 0;
    top: 0;
    width: 0;
}
p  {
	font-size: 16px;
    font-weight: 400;
}
.bold, strong, b {
	font-weight: 600;
}
/* Tabellen */
table  {
	font-size: 14px;
	empty-cells: hide;
}
table.full, table.matrix   {
	width: 100%;
}
td  {
    padding: 5px 6px 0;
	vertical-align: middle;
}
th, .tabelle-kopf {
	font-size: 12px;
	font-weight: normal;
	color: #0c437b;
	background-color: white; 
	text-align: center;
	vertical-align: bottom;
}
th.-left {
	text-align: left;
}
th.-right {
	text-align: right;
}
.dunkelgrau  {
	color: #222;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	background-color: #C5C5C5;
	padding: 1px 6px;
	border: 0;
}
th#kopflinks {
	font-size:14px;
	text-align:left;
	vertical-align: bottom;
	font-weight: normal;
}
i.hand  {
	font-size: 22px;
	margin-right: 4px;
}
input[type="text"] {
	border: 1px solid var(--stroke1);
	border-radius: 4px;
	margin: 0 4px;
	padding: 8px;
	text-align: center;
}
input[type="text"]:hover, input[type="text"]:focus {
	border: 1px solid var(--color2);
}
input[type="submit"] {
	height: 34px;
	color: black;
	border:none;
	border-radius: 4px;
	background-color: var(--color2);
	background: var(--color2) url(arrow-button-right.svg) no-repeat right 10px center;
	float: right;
	font-size: 14px !important;
	font-weight:600;
	padding: 8px 35px 10px;
}
input[type="submit"]:hover, [type="submit"]:focus {
	background-color: var(--color2);
	background: var(--color2) url(arrow-button-right-white.svg) no-repeat right 10px center;
	color: white;
}


#backbutton {
    border-right: 3px solid #fff;
}
#continuebutton {
    float: left;
	cursor: pointer;
    margin-top: 18px;
	margin-left: 6px;
	max-width: 400px;
}
#continuebutton:hover {
	background-color: var(--color1);
}
select:active, select:hover {
  background-color: white;
  border-color: #ffcc00;
}
#noanswbutton {
    width: 266px;
}
/* Q-styles: Def. Fragetypen  */
.qtext {
	border: none;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.qhelptext, .qtitle {
    font-size: 16px;
	margin: 10px 0 0;
}
.qtable tr {
    background-color: var(--bgcolor1);
}
.qerror  {
	align-items: center;
	background-color: transparent;
	border: none;
	border-radius: 4px;
    color: red;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 4px 8px 2px 4px;
	max-width: 734px;
	margin: 5px 0 0 10px;
}
.qerror:before {
    content: url(warning.svg);
	color: var(--color2);
	margin-right: 4px;
}
.qerror:nth-child(5),
.qerror:nth-child(7) {
	display: none;
}
.qerror + br,
.qerror + br {
	display: none;
}
.qrowclass1 {
    border: 1px solid white;
}
.singlegridq .qlabeltextcell, 
.multigridq .qlabeltextcell, 
.qanchortext, 
.qitemtextcell, 
.qgridheader,
.qlabeltextcell,
.singlegridq .qbuttoncell, 
.multigridq .qbuttoncell  {
    border: 1px solid white;
}
.qbuttoncell  {
    padding-left: 20px;
    padding-right: 20px;
}
.qitemtextcell {
    width: 35%;
}
#qdiv_bipolar td.qitemtextcell {
    width: auto;
}
#qdiv_bipolar td.qitemtextcell,
#qdiv_bipolar td.qrightitemtextcell {
    background-color: var(--color1);
	color: white;
}
.qselect {
    background-color: var(--bgcolor1);
    border: 1px solid var(--color1);
    font-weight: normal;
}
.qselect option {
    background-color: var(--bgcolor1);
	font-weight: normal;
}
.singlegridq .qtextlabelcell, .multigridq .qtextlabelcell {
    background-color: white;
	border: none;
	padding: 0 15px;
}
.qhighlight  {
    background-color: var(--color1) !important;
	color: white !important;
}
.singleq  tr:first-child td.qlabeltextcell {
	font-size: 12px;
	font-weight: normal;
	color: #0c437b;
	background-color: white; 
	text-align: center;
	vertical-align: bottom;
}
.singleq .qbuttoncell  {
	width: 60px;
}
.singleq  td.qbuttoncell + td.qlabeltextcell	{
	font-size: 14px; 
	color: #333; 
	background-color: var(--bgcolor1); 
	text-align: left;
	vertical-align: middle;
}
.multiq td.qlabeltextcell:last-child {
	padding-right: 14px;
}
.numq td	{
    padding: 5px 0;
}
.numq td:last-child	{
    padding-right: 14px ;
}
.numq td img {
	display: block;
    padding: 0 4px 0 14px;
}
.qopenfield {
	width: 80%;
	border: 1px solid var(--color1);
}
.qlabelopen {
	background-color: white;
}
.qlabelopen:hover {
	border-color: var(--color1);
}
.qopenfield:hover {
	border-color: var(--color1);
}
.singlegridq .qtable tr:first-child {
	background-color: white; 
}
.singlegridq .qlabeltextcell {
	vertical-align: bottom;
	font-size: 12px;
	font-weight: normal;
	color: #0c437b;
	background-color: white; 
	text-align: center;
}
.multigrid {
    background-color: yellow;
}

/* select remove standard-styles  */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	} 
select {
	background-image:url(select-arrow-blue.png);
	background-position: right;
	background-repeat: no-repeat;
}
select:hover {
  background-image:url(select-arrow-hover.png);
}
input, textarea, select {
   -webkit-appearance: none;
   border-radius: 0;
}
/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display:none;
}
.lt-ie10 select { 
    background-image: none; 
}
#qdiv_startseite {
	display: inline-block;
	background-color: var(--bgcolor1);;
	padding: 25px;
 }
 #qdiv_startseite input {
	padding: 5px;
	margin-left: 0;
	width: 100%;
 }
.qname {
	display: none;
 }
 #txtZugang {
	display: block; 
	margin-bottom: 5px;
	margin-right: 15px;
 }
.qscreencell {
	padding-right: 0;
}
.qopenfield {
	width: 100%;
}
.qscreencell-3-1 {
	padding-left: 3px;
}
.datenschutzbeauf-right {
	float: right;
}
.datenschutzbeauf-left {
	float: left;
}
.popup h2 ~ p {
	margin-top: 0;
}
#mainContent .qerror:nth-child(3),
#mainContent .qerror:nth-child(5) {
	display: none;
}
.schmuck {
	clear: both;
	background-color: transparent;
	background-image: url(infas_Illus_WSG_Boot_RGB.svg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 80px;
	/* position: relative; */
	/* z-index: 1; */
}
footer {
	background-color: white;
	border-top: 1px solid black;
	display: flex;
    padding: 3px 0 6px;
    margin-top: auto;
	padding-right: 15px;
    width: 100%;
    max-width: 1280px;
	justify-content: space-between;
}
footer span {
	font-size: 14px;
	margin-top: 3px;
}
.popup-trigger { 
    display: inline-block;
	font-size: 14px;
	cursor: pointer; 
	color: black;
	float: right;
	padding: 3px 6px 6px;
}
.popup-trigger a:hover, .popup-trigger a:active { 
    text-decoration: underline;
}
.popuptriggeradditional {
	cursor: pointer;
}

/*  Sprachauswahl */
#dialog {
	margin-top: 15px;
}
#dialog span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 400px;
}
#dialog a {
    color: black;
    text-decoration: none;
    border: 1px solid black;
	border-radius: 4px;
    outline: medium none;
    display: block;
    max-width: 200px;
    min-width: 120px;
    text-align: center;
    padding: 4px;
    margin-bottom: 6px;
    margin-right: 4px;
}
#dialog a:hover, #dialog a:active {
	color: white;
    background-color: var(--color1);
}

#sonderseite {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}
