/* oxygen-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen Light';
  font-style: normal;
  font-weight: 300;
  src: url('/de/fonts/oxygen-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oxygen-regular - latin */
@font-face {
  font-display: swap; /* /de/fonts Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('/de/fonts/oxygen-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oxygen-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen Bold';
  font-style: normal;
  font-weight: 700;
  src: url('/de/fonts/oxygen-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --blue: #003e69;
  --red: #b81b1b;
  --gray: #808080;
  --orange: #EFAF00;
  --tooltip-bg: #f7e381; 
}

:focus-visible {
  outline: 1px solid var(--blue);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[data-type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: "Oxygen";
  color: gray;
}
fieldset {
  padding: 0;
}

hr {
  border-color: #eee;
  border-bottom: none;
  clear: both;
}
select {
  background: white;
  border: solid 1px var(--gray);
}
button + button {
  margin-left: 10px;
}

.formelement:nth-of-type(odd), .button-area {
/*	clear: both;*/
}
.formelement {
  display: block;
 /* float: left;*/
  height: 32px;
}

input {
border : 1px solid gray;
font-size: 13px;
color: var(--gray); 
}

input[data-type=number]{
  float: left;
  width: 100px;
  border-radius: 0;
  height: 18px;
  margin-right: 5px;
}
label {
  float: left;
  width: 120px;
  line-height: 18px;
}

#user_settings label, #user_password label {
  float: none;
display:block;
}
#user_settings input, 
#user_password input 
{
  width: 250px;
  line-height: 30px;
  padding: 0 0.5em;
}
#user_settings .formelement,
#user_password  .formelement
{
  margin-bottom: 30px;
}
#user_settings button[onclick] {
  margin-right: 10px;
}
#user_settings br {
	display:none;
}
#content-wrapper {
  width: 1100px;
  margin: auto; 
  padding: 266px 36px 16px;
  box-sizing: border-box;
}
button {
  border-radius: 0;
  background: DarkGray;
  color: white;
  font-size: 1.0em;
  border: none;
  padding: 0.2em 1em;
  min-width: 150px;
  height: 34px;
  font-weight: bold;
  float: left;
  white-space: nowrap;
}
button:hover {
  background: var(--blue);
}

a {
color: gray;
}
a:hover {
  color: var(--blue);
}

.navi {
  margin: 0;
  padding: 0;
}
.navi li a {
  display: inline-block;
  text-decoration: none;
  color: gray;
  padding: 10px 20px 10px 0;
  white-space: nowrap;
  /*text-transform: lowercase;*/
}
.navi li a:hover {
	color: var(--blue);
}
.navi li a.active {
  color: black;
}
.navi_category a:hover {
  background-color: unset;
}
.navi_category a {
  font-size: 21px;
}

.navi.navi_user {
  margin-top: -250px;

}
/* LOGIN PAGE START */
#login-header {
  width: 204px;
  float: right;
  text-align: right;
  font-size:21px;
  margin-top: -250px;
}
#login-header a {
  font-size:12px;
}
form#login br {
display:none;
}
#login .formelement {
  width: 100%;
  float: none;
  height: auto;
  margin-bottom: 11px;
}

#login button {
  float: left;
}

#login .button-area {
}
.formelement {
  margin-bottom: 18px;
}
form#login {
  border: none;
  box-shadow: none;
  width: auto;
  padding: 16px;
  background: unset;
  position: static;
  margin-left: 0;
  transform: unset;
  margin-top: 0;
  padding: 0;
  margin-left: 34px;
}
#body-wrapper {
	min-width: 1024px;
	overflow: auto;
}
#body-wrapper h2 {
  background-color: var(--blue);
  color: white;
  margin: unset;
  padding: 0;
  border-bottom: none;
  font-size: 40px;
  position: absolute;
  width: 100%;
  top: 81px;
  font-family: "Oxygen Light";
  font-weight: 300;
  height: 80px;
  line-height: 80px;
  background-image: url('/de/images/logo_white.png');
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-position: 1em center;
}

#body-wrapper h2 span{
  width: 962px;
  margin: auto;
  display: block;
}
form h2 {
display: none;
}
#login input {
  padding: 2px 6px 2px 6px;
  color: gray;
  /*background-color: rgb(255, 252, 200);*/
  background: #FFF;
  border: 1px solid LightGrey;
  height: 34px;
}
#login fieldset {
  width: 320px;
}

#login label {
  font-size: 11px;
  color: gray;
  display: block;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Oxygen Bold"
}

#quote  {
  float: right;
  margin-top: -141px;
  font-size: 13px;
  padding-right: 25px;
  position: relative;
}
#quote::before  {
content: "“";
position: absolute;
font-size: 160px;
  top: 0;
  line-height: 0;
  left: -28px;
  color: #f0f0f0;
  font-family: Verdana;
  z-index:99;
}
#quote::after  {
content: "„";
position: absolute;
font-size: 160px;
  line-height: 0;
  color: #f0f0f0;
  right: -10px;
  bottom: 31px;
  font-family: Verdana;
  z-index:99;
}
#quote span  {
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  bottom: -88px;
  right: 0;
  font-family: "Oxygen Bold"
}
#impressum {
  clear: both;
  margin: 169px auto 0;
  width: 600px;
  text-align: center;
  font-size: 11px;
  border-top: 1px solid gray;
  padding-top: 24px;
}

#forgot-pw {
  display: block;
  float: left;
  height: 30px;
  margin-left: 35px;
  font-size: 12px;
  margin-top: 9px;
}

.message-error {
  background: var(--red);
  color: white;
  font-size: 13px;
  padding: 3px 10px;
}
#login .message.message-error ~ .formelement input,
#login .message.message-error ~ .formelement label
{
  border-color: var(--red);
  color:  var(--red);
}
#login .message.message-error + .formelement + .formelement input {
  border-color: var(--red);
}
/* LOGIN PAGE END */


.navi_user li a {
  display: inline-block;
  text-decoration: underline;
  color: gray;
  padding: 10px 10px 10px 10px;
  white-space: nowrap;
}
.navi_user a:hover {
  background-color: unset;
  color: var(--blue);
}

.headline {
  position: absolute;
  font-size: 40px;
  color: #fff;
  top: 96px;
  left: unset;
  font-family: "Oxygen Light";
  font-weight: 300;
margin-left: 210px;
left: 0;
white-space: nowrap;
}
.headline + form {
  clear: both;
 /* margin-top: 180px;*/
}

.section {
font-size: 34px;
border-bottom: 1px solid;
padding-bottom: 10px;
  font-family: "Oxygen Light";
clear: both;
}
.headline::before {
  font-family: 'Material Icons';
  content: "\0e5c4";
  color: white;
  display: block;
  float: left;
  text-align: center;
  margin-right: 10px;
  transform: translateY(5px);
  cursor: pointer;
}
[data-cms-page="/index"] .headline::before, 
[data-cms-page="/authenticator"] .headline::before {
  display: none;
}

.fb::before {
  font-family: 'Material Icons';
  content: "\0f1c6";
  color: white;
  background: gray;
  display: block;
  float: left;
  border-radius: 50%;
  padding: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
  transform: translateY(5px);
}
.aw::before {
  content: "\0e8e5";
  font-family: 'Material Icons';
  color: white;
  background: gray;
  display: block;
  float: left;
  border-radius: 50%;
  padding: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
  transform: translateY(5px);

}
/*
html[data-cms-page="/profile"] .formelement {
float:none;
}

html[data-cms-page="/profile"] 
#content-wrapper {
  padding-top: 40px;
}
*/
html[data-cms-page="/authenticator"] 
#content-wrapper {
  padding-top: 166px;
}
html[data-cms-page="/authenticator"] .navi.navi_user {
  margin-top: -150px;
}
html[data-cms-page="/profile"] 
.navi.navi_category,
html[data-cms-page="/profile"] 
.navi.navi_year
{
display:none;
}


@media only screen and (max-width: 1px) { /* dekativiert*/

.headline {
margin-left: 85px;
}

#body-wrapper h2 {
background-position: 0.2em center;
}
#content-wrapper {
  width: 100%;
    padding-top: 2px;
}



#login-header {
  margin-top: 8px;
}


fieldset {
}

#login fieldset {
  width: 100%;
}

form#login {
  padding: 0;
  margin: 185px auto 0;
}

#quote {
  margin-top: 70px;
  width: 100%;
  padding: 0;
  height: auto;
}

#impressum {
  width: 100%;
  margin-top: 385px;
}

#quote span {
  bottom: -90px;
}


#quote::after {
  /* bottom: 31px; */
}


#forgot-pw {
  margin-left: 0;
}

}


div.row {
margin: 5px;
white-space: nowrap;
}
div.text {
margin: 0 6px;
vertical-align: middle;
}

div.text input[type="text"] {
  width: inherit;
  height: 20px;
  text-align: right;
}
/*workaround*/
div.text[style*="width:63px"] {
  width: 55px !important;
}
div.text[style*="width:135px"] {
  width: 150px !important;
}
div.text[style*="width:143px"] {
  width: 150px !important;
}
div.text[style*="width:260px"] {
  white-space: normal;
  word-wrap: break-word;
}
/*workaround*/

input[disabled] {
  background: #eee;
}
#formpager {
font-size:50px;
position: relative;
  top: -50px;
}

#formpager a:first-child {
	float:left;
}
#formpager a:last-child {
	float:right;
}

.steps {
text-align: center;
  margin-top: -100px;
}
.steps_title {
text-align: center;
font-size: 1.5em;
margin-bottom: 50px;
}
#download {
  font-size: 20px;
  line-height: 40px;
}
#download a {
  text-decoration: none;
}


#tooltip::before {
  content: "\A";
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent var(--tooltip-bg) transparent transparent;
  position: absolute;
  left: -10px;
  font-size: 0;
}
#tooltip {
  position: absolute;
  background: var(--tooltip-bg);
  top: 300px;
  left: 500px;
  padding: 0.5em;
  font-size: 12px;
  color: #000;
  max-width: 150px;
}

input[name=code] {
  margin: 1em 0;
}

b {
  font-size: 1.2em;
  font-family: "Oxygen Bold";
  line-height: 1.5em;
}

.category {
  clear: both;
  height: 40px;
  line-height: 30px;
  color: var(--blue);
}

.fragebogen a {
  height: 100px;
  width: 100px;
  text-align: right;
  background: var(--gray);
  color: white;
  font-size: 1.4em;
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

.fragebogen a:hover {
  opacity: 0.5;
}
.fragebogen.open a::after {
  font-family: 'Material Icons';
  content: "\0e745";
  color: white;
  display: table;
  left: 10px;
  bottom: 10px;
  font-size: 1.5em;
  position: absolute;
}


.fragebogen.close a::after {
  font-family: 'Material Icons';
  content: "\0ea4f";
  color: white;
  display: table;
  left: 10px;
  bottom: 10px;
  font-size: 1.5em;
  position: absolute;
}

.fragebogen.close {
  display: none;
}

.fragebogen span:last-of-type {
  font-size: 14px;
  display: block;
}

.section.aw {
  margin-top: 1em;
}

#warnings {
  color: var(--orange);
  cursor: pointer;
}
#warnings div::before {
  font-family: 'Material Icons';
  content: "\0e002";
  margin-right: 0.3em;
  font-size: 1.2em;
  display: inline-block;
  transform: translateY(3px);
}

.confirm input {
  border:none;
  padding:3px;
  pointer-events:none;
}

.confirm input[disabled] {
  background: #eee;
}
.confirm input.confirm[disabled] {
  background: #fff;
  margin:3px 6px;
}
input[readonly]:focus-visible {
  outline: none;
}
.confirm .steps {
text-align: center;
  margin-top: 0px;
}
.confirm .steps_title {
text-align: center;
font-size: 1.5em;
margin-bottom: 0px;
margin-top: 2em;
}

