/*
  Name: all.css
  Author: esense GmbH, Basel, Switzerland
  http://www.esense.ch
*/

html {
font-family: sans-serif;
font-size: 62.5%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}

html.pc.is-mac,
html.pc.is-edge {
text-rendering: optimizeLegibility;
}

*, 
*:before, 
*:after {
box-sizing: inherit;
font-size: inherit;
}

blockquote,
h1, h2, h3, h4, h5,
p,
ul,
ol,
dl, dt, dd,
table,
table *,
fieldset,
figure,
body {
margin: 0;
padding: 0;
}

table,
table * {
border: none;
border-collapse: collapse;
border-spacing: 0;
vertical-align: top;
text-align: left;
}

ul,
ol {
list-style: none;
}

fieldset {
border: none;
}

button,
input,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 100%;
margin: 0;
padding: 0;
}

img {
border-style: none;
width: 100%;
max-width: 100%;
font-size: 0;
line-height: 0;
float: left;
}

/*** clear block ***/
.clear {
display: block;
clear: both;
}

.clear:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}

/**** BROWSER RESET ***/
/* IE */
figcaption,
figure,
main {
display: block;
}
svg:not(:root) {
overflow: hidden;
}
button,
input {
overflow: visible;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[hidden] {
display: none;
}
* html .clear {
zoom: 1;
}
*:first-child+html .clear {
zoom: 1;
}
/* IE FF */
button,
select {
text-transform: none;
}
/* FF */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0;
}
/* IE iOS Safari */
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
/* iOS Safari */
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
/* WebKit iOS Safari */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/* Chrome */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/* Chrome Safari */
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}/* selection */
img,
audio,
video,
canvas,
iframe,
a {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.text *,
form input,
form select,
form textarea {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
-o-user-select: text;
user-select: text;
}

*::selection,
input::selection {
background: #000;
color: #fff;
-webkit-text-fill-color: #fff;
-moz-text-fill-color: #fff;
-o-text-fill-color: #fff;
-ms-text-fill-color: #fff;
text-fill-color: #fff;
}

textarea::selection {
background: #000;
color: #fff;
-webkit-text-fill-color: #fff;
-moz-text-fill-color: #fff;
-o-text-fill-color: #fff;
-ms-text-fill-color: #fff;
text-fill-color: #fff;
}

::selection {
background: #000;
color: #fff;
text-decoration: none;
}

input:focus,
textarea:focus {
outline: none;
outline: -webkit-focus-ring-color 0 0;
background-color: #fff;
}

input[type=text]:focus,
input[type=checkbox],
input[type=radio],
textarea:focus {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}

input[type=checkbox],
input[type=radio] {
}

input[type=radio] {
border-radius: 50%;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
#result-header ::-webkit-input-placeholder,
#result-header ::-moz-placeholder,
#result-header :-ms-input-placeholder {
font-family: inherit;
}

:-moz-placeholder,
#result-header :-moz-placeholder {
font-family: inherit;
opacity: 1;
}

/* form */
button,
input,
select,
textarea {
border: none;
background-color: #fff;
}

textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
overflow: auto;
}

label[for],
input[tape=radio],
input[tape=checkbox],
button {
cursor: pointer;
}

button,
input[type=text],
input[type=url],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=button],
input[type=color],
input[type=reset],
input[type=submit],
input[type=search],
textarea {
border-radius:0;
outline: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
text-shadow: 0px 0px 0px rgba(0,0,0,0);
-webkit-text-fill-color: #000;
-moz-text-fill-color: #000;
-o-text-fill-color: #000;
-ms-text-fill-color: #000;
text-fill-color: #000;
line-height: 100%;
}

input[type=radio],
input[type=checkbox] {
padding: 0;
height: 1.5em;
width: 1.5em;
float: left;
line-height: 100%;
}

button {
width: auto;
min-width: 1em;
border-radius: 0;
padding: 0;
line-height: 100%;
}

label {
width: auto;
float: left;
padding: 0;
}

select {
margin: 0;
padding: 0;
width: 100%;
min-width: 100%;
max-width: 100%;
border-radius: 0;
outline: none !important;
background-color: transparent;
background-color: rgba(255,255,255,0);
cursor: pointer;
-webkit-appearance: none;
-moz-appearance:window;
-ms-appearance: none;
-o-appearance: none;
overflow: hidden;
text-overflow: ellipsis;
}

.form-item {
width: 100%;
float: left;
margin: 0;
}

.form-item.input label {
position: relative;
z-index: 2;
pointer-events: none;
}

.form-item.input input {
width: 100%;
position: relative;
z-index: 1;
}

/* list */
.text ul,
.text ol {
overflow: hidden;
width: 100%;
float: left;
padding: 0 0 0 5em;
}

.text ol li,
.text ul li {
position: relative;
padding: 0 0;
}

.text ul {
padding-left: 5em;
}

.is-safari .text ul,
.is-safari .text ol {
padding-left: 4.2em;
}

.text ul.list {
padding-left: 0;
}

.text ul li:before {
position: absolute;
content: "—";
top: 0;
left: -1.8em;
float: left;
font-size: 110%;
}

.text ul.list li:before {
content: "";
display: none;
}

.text ol {
list-style: decimal;
}

/* table */
.table-wrapper.scroll {
overflow: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-ms-overflow-scrolling: touch;
-o-overflow-scrolling: touch;
overflow-scrolling: touch;
margin-right: 0;
}

.table-wrapper table {
min-width: 320px !important;
}

.text table {
width: auto !important;
float: left;
border-collapse: collapse;
border-spacing: 0;
vertical-align: top;
border: none;
margin: 0.75em 0;
}

.text .table-wrapper:first-child table {
margin-top: 0;
}

.text table *:not(.align-r,.align-c) {
text-align: left;
}

.text table caption {
padding: 0 0 0.25em 0;
}

.text table td,
.text table th {
vertical-align: top;
padding: 0.25em 1em 0.25em 0;
border-bottom: 1px solid #000;
}

.text table th {
white-space: nowrap;
border: none;
}

.text table thead th,
.text table tbody tr:first-child td {
border-top: 1px solid #000;
}

.text table tfoot tr:last-child th {
border-bottom: 1px solid #000;
}

.text table td:last-child,
.text table th:last-child {
padding-right: 0;
}

.text .table-wrapper + p {
padding-top: 0;
}


/* align */
.align-r {
text-align: right;
}

.align-l {
text-align: left;
}

.align-c {
text-align: center;
}

.fl {
float: left;
}

.fr {
float: right;
}

.nsb {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.nst {
margin-top: 0 !important;
padding-top: 0 !important;
}

.is-resizing * {
transition: all 0s ease-in-out !important;
}
/**
 * @license
 * MyFonts Webfont Build ID 3600233, 2018-06-25T09:25:57-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Fabrikat-Bold by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/fabrikat/bold/
 * Copyright: Copyright (c) 2016 by Hannes von Doehren. All rights reserved.
 * 
 * Webfont: Fabrikat-Light by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/fabrikat/light/
 * Copyright: Copyright (c) 2016 by Hannes von Doehren. All rights reserved.
 * 
 * Webfont: Fabrikat-Regular by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/fabrikat/regular/
 * Copyright: Copyright (c) 2016 by Hannes von Doehren. All rights reserved.
 * 
 * Webfont: ClarendonBTWXX-Bold by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/clarendon/bold-148722/
 * Copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc. All rights reserved.
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3600233
 * Licensed pageviews: 100,000
 * 
 * © 2018 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/36ef69");
  
@font-face {
font-family: 'Fabrikat-Bold';
src: url('/.resources/rfv2018/webresources/fonts/36EF69_0_0.eot');
src: url('/.resources/rfv2018/webresources/fonts/36EF69_0_0.eot?#iefix') format('embedded-opentype'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_0_0.woff2') format('woff2'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_0_0.woff') format('woff'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_0_0.ttf') format('truetype');
}
  
@font-face {
font-family: 'Fabrikat-Light';
src: url('/.resources/rfv2018/webresources/fonts/36EF69_1_0.eot');
src: url('/.resources/rfv2018/webresources/fonts/36EF69_1_0.eot?#iefix') format('embedded-opentype'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_1_0.woff2') format('woff2'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_1_0.woff') format('woff'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_1_0.ttf') format('truetype');
}

@font-face {
font-family: 'Fabrikat-Regular';
src: url('/.resources/rfv2018/webresources/fonts/36EF69_2_0.eot');
src: url('/.resources/rfv2018/webresources/fonts/36EF69_2_0.eot?#iefix') format('embedded-opentype'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_2_0.woff2') format('woff2'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_2_0.woff') format('woff'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_2_0.ttf') format('truetype');
}

@font-face {
font-family: 'ClarendonBTWXX-Bold';
src: url('/.resources/rfv2018/webresources/fonts/36EF69_3_0.eot');
src: url('/.resources/rfv2018/webresources/fonts/36EF69_3_0.eot?#iefix') format('embedded-opentype'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_3_0.woff2') format('woff2'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_3_0.woff') format('woff'),
	 url('/.resources/rfv2018/webresources/fonts/36EF69_3_0.ttf') format('truetype');
}

* {
text-rendering: optimizeLegibility;
font-family: Fabrikat-Regular, Arial, Sans-Serif, 'sans serif';
font-weight: normal;
font-style: normal;
}

.headline-1,
.text .headline-1 {
font-family: 'ClarendonBTWXX-Bold';
}

.accordion-header .headline-2,
.open .accordion-header .title,
.headline-2 {
font-family: 'Fabrikat-Light';
}

.open .accordion-header .date,
.form-item .select-wrapper select,
.form-wrapper form button,
.form-wrapper form input,
.form-wrapper form label,
.form-wrapper form textarea,
#result-header p.tag-search,
#result-header form input,
#header #search-overlay .tag-search .title-1,
#header #search-overlay #searchfield input,
#header #menu > #scroll-wrapper .closed > .toggle-submenu:after,
#header #menu > #scroll-wrapper .closed.open > .toggle-submenu:after,
#header #menu > #scroll-wrapper .toggle-submenu:after,
#menu a,
.caption,
.caption *,
.article .date-wrapper p,
.wizard-link,
.wizard-wrapper .title-1,
.title-2,
.title-3,
.text *,
.teaser-large,
.teaser-small {
font-family: 'Fabrikat-Regular';
}

.form-item .title-2,
.social-bar,
.social-bar *,
#header #menu > #scroll-wrapper .temp-open > .toggle-submenu:after,
#header #menu > #scroll-wrapper .open > .toggle-submenu:after,
.tag,
.accordion-header *,
.tag-bar,
.tag-bar *,
.text strong,
.title-1,
.lead,
.lead strong {
font-family: 'Fabrikat-Bold';
}

/* size */
.open .accordion-header .title,
.open .accordion-header .headline-2,
.headline-1,
.headline-2 {
font-size: 8em;
line-height: 103.75%;
}

.teaser-large {
font-size: 5.8em;
line-height: 100%;
}


.code-wrapper .form-wrapper form .submit input.title-3,
#result-header p.tag-search,
#result-header form input,
#header #search-overlay #searchfield input,
#menu .level-1 > li > a,
.title-1,
.title-3,
.form-wrapper form input-title-3 {
font-size: 4.2em;
line-height: 104.761904761905%;
}

#menu .level-1 > li > a {
line-height: 127.272727272727%;
}

#header .toggle-submenu:after,
.accordion-header *,
.caption,
.title-2,
.teaser-small {
font-size: 2.4em;
line-height: 100%;
}

.form-item .descr,
.form-item .select-wrapper select,
.form-item .select-wrapper select option,
#menu ul ul li > a,
.accordion-content .wrap a,
.article .date-wrapper p,
.text.paging a,
.text > .file-item,
.text p,
.text li,
.text th,
.text td,
.accordion-content .audio-player .file-item .file span,
.accordion-content .mejs-time span,
.form-wrapper form label,
.form-wrapper form input,
.form-wrapper form textarea,
.wizard-link,
.lead {
font-size: 2.4em;
line-height: 166.666666666667%;
}

#menu ul ul li > a {
line-height: 150%;
}

.social-bar,
.tag,
.tag-bar {
font-size: 2.2em;
line-height: 127.272727272727%;
}

.wizard-item .text a {
font-size: 1.75em;
line-height: 127.272727272727%;
}

.wizard-wrapper .tag {
line-height: 181.818181818182%;
}

/* style */
#result-header .social-bar,
.file,
.tag-bar *,
.wizard-item .text,
#menu a,
.wizard-link,
.teaser-list .teaser a {
text-decoration: none;
}

.file span,
.text p a,
.text li a,
.text table a {
text-decoration: underline;
}

.social-bar,
.tag,
.accordion-title *,
.article .date-wrapper p,
.wizard-wrapper .tag {
text-transform: uppercase;
}

.accordion-header .date,
.accordion-header .title,
.tag,
.teaser-small,
.caption {
letter-spacing: 0.05em;
}

.teaser-large {
letter-spacing: 0.02em;
}

/* reset */
.tag-bar *,
.wrap p *,
.accordion-content .wrap p *,
.text p *,
.text li *,
.text th *,
.text td * {
font-size: 100%;
}

.open .accordion-header .title {
letter-spacing: 0;
}

.accordion-content .mejs-container .mejs-controls .mejs-time span,
.accordion-content .audio-player .file-item .file span {
line-height: 100%;
}
/* open menu */
html.open-menu,
html.open-search {
overflow: hidden;
padding-right: 15px;
}

.open-menu #header,
.open-search #header {
padding-right: 15px;
}

.open-menu #header #scroll-wrapper,
.open-search #header #scroll-wrapper-2 {
padding-right: 15px;
}

#header #scroll-wrapper .wrap .text p {
padding-top: 1.7em;
}

.open-menu.block-menu #header #scroll-wrapper,
.open-menu.small-page #header #scroll-wrapper,
.open-menu.no-mouse #header #scroll-wrapper,
html.open-menu.no-mouse,
html.open-menu.no-mouse #header,
.open-search.block-menu #header #scroll-wrapper-2,
.open-search.small-page #header #scroll-wrapper-2,
.open-search.no-mouse #header #scroll-wrapper-2,
html.open-search.no-mouse,
html.open-search.no-mouse #header {
padding-right: 0;
}

/* main */
html {
overflow-y: scroll;
}

#container {
margin: 0 auto;
width: 100%;
max-width: 1200px;
padding: 0 110px;
clear: both;
}

#content {
position: relative;
z-index: 2;
width: 100%;
float: left;
padding: 7px 10px 50px 10px;
}

.scrollstop #content {
opacity: 0;
}

#article #content,
.off-stage.hide-stage #content {
padding-top: 50px;
margin-top: 134px;
}

.box,
.wrap,
.img-wrap {
position: relative;
width: 100%;
float: left;
}

.wrap.box {
padding: 0 10px;
}

.wrap.component {
margin-bottom: 40px;
}

.accordion-content .wrap.component {
margin-bottom: 36px;
margin-top: 0;
padding-top: 0;
}

/* tag of band/person */
.accordion .tag-bar {
margin: 0;
padding-bottom: 5px;
}

.box.lsb,
.accordion.lsb {
margin-bottom: 40px;
}

/* header */
#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 124px;
float: left;
z-index: 10;
padding-top: 60px;
}

#header:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
float: left;
z-index: 1;
transition: box-shadow 0.5s ease-in-out;
pointer-events: none;
}

.scroll-top #header {
position: absolute;
}

.edit-mode #header {
padding-top: 0;
height: auto;
margin-bottom: 50px;
}

#header > div {
position: relative;
width: 100%;
max-width: 1200px;
padding: 20px 130px;
margin: 0 auto;
display: block;
clear: both;
}

.hide-stage #header {
position: fixed;
}

.hide-stage #header {
margin-top: 0;
height: 184px;
display: block;
opacity: 1;
}

.hide-stage.scroll-up.no-header #header,
.scroll-down #header,
.no-header #header,
.no-header.on-scroll #header,
.no-header.scroll-down #header,
.no-header.scroll-up #header,
.no-header.scroll-end #header,
.hide-stage.scroll-end #header,
.hide-stage.scroll-down #header {
margin-top: -184px;
}

/* logo */
#header #logo,
#header .logo {
position: relative;
float: left;
z-index: 9;
margin: -1px 0 0 0;
}

#search-overlay .logo svg,
#menu .logo svg,
#header #logo svg {
position: relative;
float: left;
width: 182px;
height: 21.75px;
}

#home #header #logo svg {
margin-top: -124px;
}

#home.hide-stage #header #logo svg {
margin-top: 0;
}

/* logout */
#logout {
position: absolute;
top: 15px;
right: 235px;
float: left;
}

#logout a {
font-size: 2.2em;
float: right;
}

/* menu */
#header #menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
float: left;
z-index: 10;
height: 100vh;
display: none;
}

#header #menu > #scroll-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-ms-overflow-scrolling: touch;
-o-overflow-scrolling: touch;
overflow-scrolling: touch;
float: left;
}

.init-menu #header #menu > #scroll-wrapper {
overflow-y: hidden;
}

.block-menu #header #menu > #scroll-wrapper,
.small-page #header #menu > #scroll-wrapper {
overflow-y: auto;
}

#header #menu > #scroll-wrapper > #scroll-content {
max-width: 1200px;
padding: 0 130px;
margin: 0 auto;
min-height: 900px;
}

#header #menu > #scroll-wrapper > #scroll-content > .wrap.box {
padding: 80px 0 200px 0;
}

#header #menu > #scroll-wrapper > #scroll-content .social-bar {
margin: 0;
padding: 10px 0 40px 0;
}

#header #menu > #scroll-wrapper ul,
#header #menu > #scroll-wrapper li,
#header #menu > #scroll-wrapper li a {
position: relative;
width: 100%;
float: left;
z-index: 1;
}

#header #menu > #scroll-wrapper li a {
padding-top: 4px;
}

#header #menu > #scroll-wrapper ul ul li.open > a {
padding-right: 40px;
}

#header #menu > #scroll-wrapper .level-1 > li {
width: 33.3333333%;
float: left;
padding: 0 7px;
}

#header #menu > #scroll-wrapper .level-1 > li:first-child {
padding: 0 14px 0 0;
}

#header #menu > #scroll-wrapper .level-1 > li:last-child {
padding: 0 0 0 14px;
}

#header #menu > #scroll-wrapper ul ul > li {
border-bottom: 1px solid #fff;
}

#header #menu > #scroll-wrapper ul ul ul > li {
border-bottom: none;
border-top: 1px solid #fff;
}

#header #menu > #scroll-wrapper ul ul ul > li:first-child {
border-top: none;
}

#header #menu > #scroll-wrapper ul ul {
border-top: 1px solid #fff;
}

#header #menu > #scroll-wrapper ul ul ul {
padding-left: 30px;
display: none;
}

#header #menu > #scroll-wrapper ul ul li.open ul {
display: block;
}

#header #menu > #scroll-wrapper .toggle-submenu {
position: absolute;
top: 0;
right: 0;
width: 20%;
height: 38px;
float: right;
margin-top: 2px;
z-index: 2;
cursor: pointer;
}

#header #menu > #scroll-wrapper .toggle-submenu:after {
content: "+";
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 38px;
line-height: 38px;
float: right;
text-align: center;
}

#header #menu > #scroll-wrapper .toggle-submenu:after {
content: "+";
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 38px;
line-height: 38px;
float: left;
text-align: center;
}

#header #menu > #scroll-wrapper .open > .toggle-submenu:after,
#header #menu > #scroll-wrapper .temp-open > .toggle-submenu:after {
transform: rotate(45deg);
}

#header #menu > #scroll-wrapper .closed > .toggle-submenu:after,
#header #menu > #scroll-wrapper .closed.open > .toggle-submenu:after {
transform: rotate(0);
}

/* menu button */
#header #menu-button {
width: 30px;
height: 20px;
float: left;
position: absolute;
top: 20px;
right: 130px;
cursor: pointer;
z-index: 11;
}

#home.hide-stage.scroll-down #header #search-button,
#home.hide-stage.scroll-down #header #menu-button {
margin-top: -124px;
}

#header #menu-button span,
#header #menu-button span:after,
#header #menu-button span:before {
width: 100%;
height: 4px;
float: left;
border-radius: 3px;
}

#header #menu-button span {
margin-top: 8px;
position: relative;
}

#header #menu-button span:after,
#header #menu-button span:before {
position: absolute;
top: 0;
left: 0;
content: "";
}

#header #menu-button span:before {
margin-top: 8px;
}

#header #menu-button span:after {
margin-top: -8px;
}

.open-menu #header #menu-button span:after {
transform: rotate(-32deg);
margin-top: 0;
margin-left: -2px;
width: 34px;
}

.open-menu #header #menu-button span:before {
transform: rotate(32deg);
margin-top: 0;
margin-left: -2px;
width: 34px;
}

/* search button */
#header #search-button {
width: 30px;
height: 23px;
float: left;
position: absolute;
top: 17px;
right: 170px;
cursor: pointer;
z-index: 11;
}

/* search-overlay */
#header > #search-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
padding: 0;
margin: 0;
float: left;
z-index: 10;
height: 100vh;
display: none;
}

#header #search-overlay > #scroll-wrapper-2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-ms-overflow-scrolling: touch;
-o-overflow-scrolling: touch;
overflow-scrolling: touch;
float: left;
}

.init-menu #header #search-overlay > #scroll-wrapper-2 {
overflow-y: hidden;
}

.block-menu #header #search-overlay > #scroll-wrapper-2,
.small-page #header #search-overlay > #scroll-wrapper-2 {
overflow-y: auto;
}

#header #search-overlay > #scroll-wrapper-2 > #scroll-content-2 {
max-width: 1200px;
padding: 0 130px;
margin: 0 auto;
min-height: 900px;
}

#header #search-overlay > #scroll-wrapper-2 > #scroll-content-2 .wrap {
padding: 80px 0 200px 0;
}

#header #search-overlay #searchfield {
width: 100%;
float: left;
border-bottom: 1px solid #fff;
margin: 46px 0 0 0;
}

#header #search-overlay #searchfield input {
width: 100%;
float: left;
}

#header #search-overlay .tag-bar {
margin: 6px 0 0 0;
}

#header #search-overlay .tag-search {
margin: 46px 0 0 0;
}

/* search result, tag result */
#result-header {
width: 100%;
float: left;
margin: 0 0 20px 0;
}

#result-header form {
padding: 0 10px 0 10px;
}

#result-header form,
#result-header form input,
result-header form input {
width: 100%;
float: left;
}

#result-header form input {
padding-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
}

.social-bar {
display: block;
clear: both;
}

.social-bar span {
display: block;
clear: both;
}

#result-header .social-bar {
cursor: pointer;
}

/* stage */
#stage {
width: 100%;
float: left;
overflow: hidden;
position: relative;
z-index: 3;
}

#svg-stage {
position: relative;
width: 100%;
float: left;
overflow: hidden;
margin-top: 122px;
padding-bottom: 29.6%;
}

.hide-stage #svg-stage {
opacity: 0;
}

#svg-stage svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
float: left;
}

.off-stage #stage {
margin-top: -100%;
}

.init #svg-stage #imageSrc {
/*
width: 150%;
height: 150%;
*/
width: 100%;
height: 100%;
}

/* tags & social */
.social-bar,
.tag-bar {
margin: 0 10px 2px 10px;
padding: 8px 10px 5px 10px;
}

.tag-bar {
padding-bottom: 2px;
}

.is-ie .tag-bar,
.is-edge .tag-bar {
padding: 6px 10px 3px 10px;
}

.slider .item .tag-bar {
padding-right: 70px;
}

.social-bar {
padding: 5px 10px;
}

.is-ie .social-bar,
.is-edge .social-bar {
padding: 4px 10px;
}

.social-bar .share-wrapper {
width: 100%;
float: left;
}

.is-ie .social-bar .share-wrapper,
.is-edge .social-bar .share-wrapper {
height: 32px;
padding-top: 1px;
}

.is-ie .social-bar .share-wrapper svg,
.is-edge .social-bar .share-wrapper svg {
width: 30px;
height: 30px;
float: left;
}

.social-bar .share,
.social-bar a {
width: 30px;
height: 30px;
float: left;
margin-right: 10px;
border-radius: 50%;
}

.social-bar .share .share-link,
.social-bar .share .share-link > span {
width: 30px;
height: 30px;
float: left;
cursor: pointer;
}

.social-bar .share:last-child {
margin-right: 0;
}

.social-bar .share.sms,
.social-bar .share.imessage,
.pc .social-bar .share.whatsapp {
display: none;
}

.is-mac .social-bar .share.imessage,
.is-win .social-bar .share.sms {
display: block;
}

/* article */
.accordion-content .gallery-wrapper,
.article .stage-image {
margin-bottom: 38px;
}

.article .headline-1 {
margin-bottom: 34px;
}

.article .date-wrapper {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 34px 0 40px 0;
}

.article .date-wrapper p {
padding-top: 0;
margin-bottom: 0;
width: 100%;
float: left;
}

/* text */
.wrap.component,
.text.sb-2 {
margin-bottom: 2.8em;
}

.text p {
padding-top: 1.1666666666666667em;
float: left;
width: 100%;
}

.text .wrap p:first-child {
padding-top: 0;
}

.lead,
 .headline-1 {
width: 100%;
float: left;
}

.text .headline-1 {
margin-bottom: 35px;
}

/* gallery */
.gallery-wrapper {
padding-bottom: 56.25% !important;
padding-top: 40px !important;
}

.gallery-inner {
position: absolute;
top: 0;
left: 0;
float: left;
width: 100%;
height: 100%;
}

.gallery,
.gallery .slider,
.gallery .item {
width: 100%;
height: 100%;
z-index: 1;
}

.gallery-wrapper .next,
.gallery-wrapper .prev {
position: absolute;
top: 50%;
height: 80px;
width: 60px;
float: left;
margin: -60px 0 0 0;
z-index: 2;
opacity: 0;
}

.gallery-wrapper .prev {
left: 0;
}

.gallery-wrapper .next {
right: 0;
}

.gallery-wrapper .next:after,
.gallery-wrapper .prev:after {
position: absolute;
top: 0;
content: "";
width: 50px;
height: 50px;
border-top: 14px solid #fff;
float: left;
margin-top: 15px;
}

.gallery-wrapper .prev:after {
border-left: 14px solid #fff;
transform: rotate(-45deg);
left: 0;
margin-left: 20px;
}

.gallery-wrapper .next:after {
border-right: 14px solid #fff;
transform: rotate(45deg);
right: 0;
margin-right: 20px;
}

.caption {
padding: 8px 70px 8px 10px;
}

.gallery .caption {
position: absolute;
bottom: 0;
left: 0;
}

.stage-image .caption span {
float: right;
margin: 0 -60px 0 -100%;
}

.image.small,
.image.medium,
.image.large {
float: none;
display: block;
width: auto;
margin: 0 -10px;
}

.image.small.center .box,
.image.medium.center .box,
.image.large.center .box {
float: none;
display: block;
margin: 0 auto;
}

.image.medium .box {
width: 66.66%;
}

.image.small .box {
width: 33.33%;
}

.image.large .box {
width: 100%;
}

.image.small figcaption {
clear: both;
display: block;
}

.image.medium.right .box,
.image.small.right .box {
float: right;
}


/* teaser list */
.teaser-list-wrapper {
margin-bottom: 40px;
}

.edit-mode .teaser-list {
overflow: hidden;
}

.teaser-list .teaser {
width: 33.33%;
float: left;
padding: 0 10px 20px 10px;
}

.teaser-list .teaser .wrap {
/*
padding: 1px 10px 103.3333333333333% 10px;
*/
padding: 1px 0 0 0;
}

.edit-mode .teaser-list .teaser .wrap {
height: 310px;
}

.teaser-list .teaser .wrap figure {
width: 100%;
float: left;
}

.teaser-list .teaser.image .wrap {
padding: 0;
}

.teaser-list .teaser.image .teaser-small {
padding: 6px 10px 6px 10px;
width: 100%;
float: left;
height: 56px;
overflow: hidden;
}

.teaser-list .teaser .teaser-large {
padding: 8px 10px 6px 10px;
position: absolute;
top: 0;
left: 0;
width: 100%;
float: left;
overflow: hidden;
hyphens: auto;
letter-spacing: -0.01em;
}

.paging {
text-align: center;
}

.wrap.component.paging {
margin-bottom: 0;
}

.teaser.special-teaser {
position: relative;
}

.teaser.special-teaser:after {
content: "Zusätzlich eingefügter Teaser";
position: absolute; 
top: 50%;
right: -100%;
height: 40px;
line-height: 40px;
font-size: 1.6em;
margin: -20px 10px 0 10px;
text-align: center;
z-index: -1;
background-color: #e1e8cc !important;
display: block;
clear: both;
padding: 0 40px;
}

/* accordion */
.accordion-header {
position: relative;
padding: 10px 10px 6px 10px;
width: 100%;
float: left;
cursor: pointer;
}

.is-ie .accordion-header,
.is-edge .accordion-header {
padding: 8px 10px 8px 10px;
}

.accordion-header:after,
.accordion-header:before {
content: "";
position: absolute;
top: 0;
right: 0;
float: left;
}

.open .accordion-header:after,
.open .accordion-header:before {
opacity: 0;
}

.accordion-header:before {
width: 15px;
height: 3px;
margin: 18px 10px 0 0;
}

.accordion-header:after {
width: 3px;
height: 15px;
margin: 12px 16px 0 0;
}

.accordion-header .title {
padding-right: 70px;
float: left;
width: 100%;
}

.event-accordion .accordion-header .title {
width: auto;
padding-right: 30px;
}

.open .accordion-header .title {
margin-top: 40px;
}

.accordion-header .date {
position: absolute;
top: 0;
right: 0;
float: right;
display: none;
margin: 10px 10px 0 0;
}

.open .accordion-header .date {
display: block;
}

.accordion-header .headline-2 {
opacity: 0;
width: 100%;
float: left;
margin-bottom: -100%;
}

.event-accordion .accordion-header .headline-2 {
width: auto;
margin-bottom: 0;
opacity: 1;
margin-top: -0.1em;
}

.event-accordion .accordion-header .headline-2.color-3 {
width: 100%;
opacity: 0;
margin-bottom: -100%;
}

.event-accordion.open .accordion-header .headline-2.color-3,
.open .accordion-header .headline-2 {
opacity: 1;
margin-bottom: 0;
}

.event-accordion.open .accordion-header .headline-2 {
width: 100%;
margin-top: 0;
}

.event-accordion.open .accordion-header .title {
width: 100%;
padding-right: 70px;
}

.accordion-content {
width: 100%;
position: relative;
float: left;
}

.person .accordion-content figure {
padding-bottom: 14px;
}

.accordion-content .icon {
width: 30px;
height: 30px;
float: left;
margin: 0 10px 0 0;
border-radius: 50%;
}

.accordion-content .wrap {
margin-top: 1.25em;
padding-top: 1.25em;
}

.accordion-content .wrap.caption {
margin-top: 0;
padding-top: 8px;
letter-spacing: 0;
}

.accordion-content.light .wrap.caption {
float: left;
width: 100%;
margin: 0 10px;
background: transparent;
letter-spacing: 0;
}

.accordion-content figure.wrap {
padding-top: 3.2em !important;
padding-bottom: 2.7em;
}

.accordion-content .wrap:first-child {
margin-top: 0;
padding-top: 0;
}

.accordion-content .wrap.spt:first-child {
padding-top: 2em;
}

.accordion-content .wrap.image,
.accordion-content .wrap.image:first-child {
margin-top: 0;
padding-top: 20px;
/*
padding-bottom: 36px;
*/
}

.accordion-content .wrap.space-top,
.accordion-content .wrap.space-top:first-child {
padding-top: 20px;
}

.accordion-content .wrap.image.gallery-wrapper,
.accordion-content .wrap.image.gallery-wrapper:first-child {
margin-top: 3.2em;
}

.accordion-content .internal-wrapper.spt {
padding-top: 2em;
}

.accordion {
position: relative;
width: 100%;
float: left;
margin-top: 0;
margin-bottom: 2px;
}

span.spacer.clear {
position: relative;
width: auto;
}

.tag-bar span.spacer.clear {
margin: 5px -10px -2px -10px
}

.is-ie .tag-bar span.spacer.clear,
.is-edge .tag-bar span.spacer.clear {
margin-bottom: 0;
margin-top: 5px;
}

span.spacer.clear > span {
position: relative;
width: 100%;
border: 10px solid #fff;
border-top: 0px solid #fff;
border-bottom: 0px solid #fff;
background-color: #fff;
float: left;
margin: 0 0 -2px 0;
}

.is-ie .tag-bar span.spacer.clear > span,
.is-edge .tag-bar span.spacer.clear > span {
margin-bottom: -5px;
}

span.spacer.clear.show > span {
border: 10px solid #fff;
border-top: 10px solid #fff;
border-bottom: 10px solid #fff;
}

.person .accordion-header {
padding: 0;
}

.person .accordion-header .title {
margin-right: 0;
padding: 10px 10px 6px 10px;
width: 100%;
}

.is-ie .person .accordion-header .title,
.is-edge .person .accordion-header .title {
padding: 8px 10px 8px 10px;
}

.person.open .accordion-header .title {
padding: 20px 10px 20px 10px;
}

.person .accordion-content {
padding-top: 0;
}

.person .accordion-content .text p:first-child {
padding-top: 0;
}

.accordion.lsb.open {
margin-bottom: 40px;
}

/* search result */
#search-result-wrapper {
position: relative;
width: 100%;
float: left;
}

#search-result-wrapper > .box {
display: none;
}

#search-result-wrapper > .box.active {
display: block;
}

ul.file-list,
ul.file-list li,
ul.file-list li a,
.text .file-item a {
position: relative;
width: 100%;
float: left;
}

ul.file-list {
border-top: 1px solid #fff;
}

.text .file-item,
ul.file-list li {
border-bottom: 1px solid #fff;
line-height: 100%;
padding-top: 0;
}

.accordion-content .text .file-item,
.accordion-content ul.file-list li {
border-bottom: none;
}

.text .file-item .file,
.text .file-item a,
ul.file-list li a {
padding: 7px 0 9px 40px;
position: relative;
}

.text .file-item .file svg,
ul.file-list .file svg {
position: absolute;
top: 0;
left: 0;
margin-top: 5px;
margin-left: 10px;
}

.text ul.file-list .file svg,
.text .file-item .file svg {
margin-left: 0;
}

#search-result-wrapper ul.file-list .file {
}

#result-header p {
display: block;
margin: 0 10px 10px 10px;
clear: both;
float: none;
}

/* code wrapper */
.code-wrapper {
position: relative;
display: block;
clear: both;
margin: 0;
opacity: 0;
}

.code-wrapper.open {
opacity: 1;
}

.code-wrapper > iframe {
position: relative;
max-width: 100%;
float: left;
}

.text .file-item a.code-link.active {
padding-bottom: 16px;
}

/* wizard */
.wizard-wrapper {
margin: 0 auto;
clear: both;
padding: 0 10px 50px 10px;
}

.wizard-wrapper .tag {
width: 100%;
float: left;
background-color: #fff;
padding: 0 10px;
}

.wizard-wrapper .title-1 {
width: 100%;
float: left;
padding: 10px;
}

.wizard-answer-wrapper {
width: 100%;
float: left;
}

.wizard-item {
position: relative;
width: 100%;
float: left;
margin-bottom: 0;
}

.wizard-item .text p {
float: left;
width: 100%;
}

.wizard-item .text p a {
padding-top: 10px;
}

.wizard-item .text p:first-child {
padding-top: 8px;
}

.wizard-item .text p:last-child {
padding-bottom: 20px;
}

.wizard-item.clicked {
margin-bottom: 20px;
}

.wizard-item:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 0;
width: 100%;
border: 10px solid #fff;
border-top: 0px solid #fff;
border-bottom: 0px solid #fff;
background-color: #fff;
}

.wizard-item.clicked:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
margin-bottom: -20px;
width: 100%;
border: 10px solid #fff;
border-top: 10px solid #fff;
border-bottom: 10px solid #fff;
}

.wizard-item .text,
.wizard-link {
float: left;
padding: 0 10px;
margin: 0 0 10px 0;
}

.wizard-item .text {
margin: 10px 0;
}

.wizard-link {
width: 33.3333333333%;
}

.wizard-item .text a {
float: left;
clear: both;
}

/* youtube player */
.movie {
padding: 0;
position: relative;
width: 100%;
}

.movie .player {
position: relative;
cursor: pointer;
overflow: hidden;
width: 100%;
}

.movie img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 1;
}

.movie .player:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
float: left;
z-index: 2;
width: 64px;
height: 64px;
border-radius: 50%;
margin: -31px  0 0 -31px;
background-color: rgba(0,0,0,0.5);
}

.movie .player:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
float: left;
z-index: 3;
width: 0;
height: 0;
border: 14px solid rgba(0,255,255,0);
border-left: 24px solid rgba(0,255,255,1);
margin: -13px  0 0 -8px;
}

.movie .player.active:before,
.movie .player.active:after {
display: none;
}

.movie .player-frame {
position: relative;
float: left;
}

/* download */
.file {
clear: both;
float: left;
}

.file.no-link {
cursor: text;
}

.file * {
float: left;
}

.file svg {
width: 30px;
height: 30px;
float: left;
margin: 3px 10px -3px 0;
}

.file span  {
margin: 0 10px 0 0;
}

/* form */
.form-wrapper .wrap.box {
padding-bottom: 40px;
}

.form-wrapper .form-item .wrap.box {
padding-bottom: 0;
}

.form-wrapper .form-item {
position: relative;
}

.form-wrapper .text.form-item {
padding-bottom: 40px;
}

.form-wrapper .label-wrapper {
min-width: 33.33333333333%;
padding: 0 10px;
float: left;
}

.code-wrapper .form-wrapper .input-wrapper,
.code-wrapper .form-wrapper .label-wrapper {
padding: 0;
}

.code-wrapper .wrap.box {
padding-left: 0;
padding-right: 0;
}

.form-wrapper .input-wrapper {
width: 66.66666666666%;
min-width: 66.66666666666%;
max-width: 66.66666666666%;
float: right;
padding: 0 10px;
position: relative;
}

.form-wrapper .submit span,
.form-wrapper .submit .title-3 {
cursor: pointer;
text-decoration: underline;
transition: color 0.25s ease-in-out;
}

.text .validation-error {
padding: 10px 0 0 0;
}

/* form text */
.form-wrapper p {
padding-top: 0;
}

.form-wrapper .form-item .title-2 {
padding-bottom: 10px;
}

.form-wrapper .wrap.box .title-3 {
padding-bottom: 6px;
}

.form-wrapper .form-item .wrap.box .title-3 {
padding-bottom: 16px;
}

.form-wrapper label.label,
.form-wrapper input.txt,
.form-wrapper textarea.txt {
width: 100%;
}

.form-item .descr {
width: 100%;
float: left;
}
/* input */
.form-wrapper input.txt {
border-bottom: 1px solid #fff;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.form-wrapper form textarea.txt {
background: #fff url('/.resources/rfv2018/webresources/images/page-pics/textarea-large.png') center top repeat-y;
background-size: 1200px 40px;
line-height: 167%;
box-sizing: border-box;
}

.form-wrapper form .error textarea.txt {
background: #fff url('/.resources/rfv2018/webresources/images/page-pics/textarea-large-error.png') center top repeat-y;
background-size: 1200px 40px;
line-height: 167%;
}

/* file upload */
form .file-upload {
width: 100%;
padding: 0;
border: none;
background-color: rgba(255,255,255,0.1);
}

form .file-upload .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}

.file-upload .file-label {
max-width: 100%;
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid #fff;
}

.no-js .inputfile + label {
display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
outline: none;
}

.text .form-row label.file-label .has-file,
.text .form-row label.file-label .has-focus,
.text .form-row label.file-label:hover span {
color: #ff4603;
}

.field-inner-wrap .file-upload:after {
content: "+";
position: absolute;
top: 0;
right: 10px;
font-size: 3em;
line-height: 40px;
pointer-events: none;
}

.field-inner-wrap .file-upload.has-file:after {
display: none;
}

/* checkbox radio */
form input.radio,
form input.checkbox {
border: none;
background-color: transparent;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
cursor: pointer;
width: 18px;
height: 18px;
border: 4px solid #fff;
position: relative;
margin: 8px 0 0 -28px;
float: left;
}

form input.radio {
width: 20px;
height: 20px;
margin: 7px 0 0 -29px;
border-radius: 50%;
}

form .form-item.radio.active input.radio,
form .form-item.checkbox.active input.checkbox {
border-width: 2px;
}

form .form-item.checkbox.active:after,
form .form-item.radio.active:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
float: left;
margin: 12px 0 0 -24px;
}

form .form-item.radio.active:after {
width: 10px;
height: 10px;
margin: 12px 0 0 -24px;
}

form .form-item.radio.active:after {
border-radius: 50%;
}

/* selction */
.form-item .file-upload + .descr,
.form-item .select-wrapper + .descr {
margin-top: 10px;
}

.form-item .select-wrapper {
border-bottom: 1px solid #fff;
/*
margin-top: -1px;
*/
}

.form-item .select-wrapper {
padding: 0;
position: relative;
}

.form-item .select-wrapper select {
padding: 0;
position: relative;
line-height: 39px;
/*
padding-top: 2px;
border-right: 30px solid #fff;
*/
z-index: 1;
text-overflow: ellipsis;
height: 40px;
}

.form-item .select-wrapper select {
overflow:hidden; 
white-space:nowrap; 
text-overflow:ellipsis;
}

.form-item .select-wrapper select option {
text-overflow:ellipsis;
overflow:hidden;
}

.form-item .select-wrapper:after {
content: "";
position: absolute;
z-index: 3;
top: 0;
right: 0;
width: 15px;
height: 15px;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
float: left;
transform: rotate(45deg);
margin: 6px 3px 0 0;
pointer-events: none;
}

.form-item .select-wrapper:before {
content: "";
position: absolute;
z-index: 2;
top: 0;
right: 0;
width: 40px;
height: 39px;
float: left;
margin: 0 0 0 0;
pointer-events: none;
background-color: #fff;
border: none;
}

/* audio */
.audio-player .file-item .file {
max-width: 100%;
overflow: hidden;
padding-right: 10px;
cursor: pointer;
padding-bottom: 0;
}

.audio-player.active .file-item .file {
max-width: 50%;
}

.audio-player .file-item .file span {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
padding-bottom: 6px;
}

.audio-wrapper {
opacity: 0;
height: 36px !important;
max-height: 36px !important;
}

.audio-player.active .audio-wrapper {
opacity: 1;
}

.mejs-offscreen {
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
position: absolute !important;
top: -10000px;
left: -10000px;
overflow: hidden;
width: 1px;
height: 1px;
}

.mejs-container {
position: relative;
background: transparent;
font-family: Helvetica, Arial;
text-align: left;
vertical-align: top;
text-indent: 0;
float: left;
max-width: 50%;
padding-top: 10px;
margin-top: 4px;
}

.mejs-container:focus { 
outline: none; 
}

.mejs-clear {
clear: both;
}

.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.mejs-container .mejs-controls {
position: absolute;
bottom: 0;
left: 0;
margin: 0;
padding: 0;
height: 30px;
width: 100%;
}

.mejs-controls .mejs-button button,
.mejs-container .mejs-controls div {
display: block;
float: left;
margin: 0;
padding: 0;
width: 26px;
height: 26px;
border: 0;
background-color: transparent;
}

.mejs-container .mejs-controls .mejs-time-rail {
height: 22px;
margin-top: 2px;
}

.mejs-controls .mejs-button {
position: relative;
}

.mejs-controls .mejs-button button:focus {
outline: none;
}

.mejs-controls .mejs-button.mejs-pause button:before,
.mejs-controls .mejs-button.mejs-pause button:after {
content: "";
width: 6px;
height: 20px;
position: absolute;
top: 0;
left: 0;
float: left;
margin: 2px 0 0 5px;
}

.mejs-controls .mejs-button.mejs-pause button:before {
margin-left: 15px;
}

.mejs-controls .mejs-button.mejs-play button:after {
content: "";
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
float: left;
border: 10px solid rgba(255,255,255,0);
border-left: 20px solid rgba(255,255,255,0);
margin: 3px 0 0 3px;
}

.mejs-container .mejs-controls .mejs-time {
display: block;
height: 30px;
width: auto;
padding: 0;
overflow: hidden;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-currenttime-container {
padding-left: 10px;
}

.mejs-container .mejs-controls .mejs-time span {
width: 66px;
float: left;
}

.mejs-container .mejs-controls .mejs-time .mejs-currenttime {
text-align: left;
}

.mejs-container .mejs-controls .mejs-time .mejs-duration {
text-align: right;
}

.mejs-controls div.mejs-time-rail {
direction: ltr;
width: 100%;
}

.mejs-controls .mejs-time-rail span {
display: block;
position: absolute;
width: 180px;
height: 22px;
cursor: pointer;
}

.mejs-controls div.mejs-time-rail .mejs-time-slider {
outline: none;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 0 5px;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
width: 100%;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current {
width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-controls .mejs-time-rail .mejs-time-float,
.mejs-controls .mejs-time-rail .mejs-time-float-current,
.mejs-controls .mejs-time-rail .mejs-time-float-corner,
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float,
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current,
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner,
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button,
.mejs-container .mejs-controls .mejs-volume-button,
.mejs-controls .mejs-volume-button .mejs-volume-slider,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle,
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: none;
}

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
}

.me-cannotplay span {
}

/* mobile header */
.mobile #header {
padding-top: 0;
height: 60px;
}

.mobile #content, 
.mobile#article #content {
padding-top: 70px;
margin-top: 0;
padding-left: 0;
padding-right: 0;
}

.mobile#home #content {
padding-top: 0px;
}

.mobile#home.off-stage.hide-stage #content {
padding-top: 70px;
margin-top: 0;
}

.mobile #header #logo svg,
.mobile#home #header #logo svg {
margin-top: 0;
}

.mobile #svg-stage {
margin-top: 70px;
}

.mobile #header,
.mobile #article.scroll-up #header {
background-color: #000;
}

.mobile #header #menu > #scroll-wrapper > #scroll-content > .wrap.box,
.mobile #header #search-overlay > #scroll-wrapper-2 > #scroll-content-2 .wrap {
padding-top: 20px;
}

.mobile #header #menu > #scroll-wrapper > #scroll-content, 
.mobile #header #search-overlay > #scroll-wrapper-2 > #scroll-content-2 {
padding-left: 10px;
padding-right: 10px;
}

.mobile #header > div {
padding: 20px 10px;
}

.mobile #header #menu-button {
right: 10px;
}

/* mgnl edit */
.warning,
.warn {
background-color: #ffaaaa;
}

.warning p,
.warn p {
padding: 10px 20px;
}

.print {
display: none;
}

/* mgnl hack */
.box.component div.mgnlEditorBar.mgnlEditorBarStatusIndicator.component,
.box.accordion div.mgnlEditorBar.mgnlEditorBarStatusIndicator.component,
.article.wrap.box .mgnlEditorBar.mgnlEditor.area.mgnlEditorBarStatusIndicator {
margin-left: 28px !important;
margin-right: 0px !important;
}

.box.component.form-item > div.mgnlEditorBar.mgnlEditorBarStatusIndicator.component,
.teaser-list-wrapper .mgnlEditorBar.mgnlEditor.component.mgnlEditorBarStatusIndicator,
.form-wrapper .mgnlEditorBar.mgnlEditor.component.mgnlEditorBarStatusIndicator,
.box div.mgnlEditorBar.mgnlEditorBarStatusIndicator.component,
.teaser-list > div.mgnlEditorBar.area.mgnlEditorBarStatusIndicator, 
.teaser-list > div.mgnlEditorBar.component.mgnlEditorBarStatusIndicator,
#content > div.mgnlEditorBar.area.mgnlEditorBarStatusIndicator, 
#content > div.mgnlEditorBar.component.mgnlEditorBarStatusIndicator,
.mgnlEditorBar.mgnlEditor.area.mgnlEditorBarStatusIndicator {
margin-left: 38px !important;
margin-right: 10px !important;
}

.article .mgnlEditorBar.mgnlEditor.area,
.article.wrap.box div.mgnlEditorBar.area.end,
.article.wrap.box div.mgnlPlaceholder {
margin-left: 0 !important;
margin-right: 0 !important;
}

.teaser-list-wrapper .mgnlEditorBar.mgnlEditor.component,
.mgnlEditorBar.mgnlEditor.area,
.teaser-list > div.mgnlEditorBar.area,
div.mgnlEditorBar.area.end,
div.mgnlPlaceholder {
margin-left: 10px !important;
margin-right: 10px !important;
}

.box .teaser-list .mgnlEditor.mgnlPlaceholder > .mgnlEditorBar.mgnlEditor.component {
margin-left: 0 !important;
margin-right: 0 !important;
}

.mgnlEditor, 
.mgnlEditor *, 
.mgnlEditor div {
font-family: DINWebPro, Verdana, sans-serif !important;
}
/* text */
.accordion .light *,
* {
color: #000;
}

.accordion .tag-bar *,
.caption *,
.tag-bar *,
.accordion *,
.teaser * {
color: #fff;
}

.text .wrap a[href^="mailto:"] {
color: #000 !important;
}

.error .active label,
.file-upload.has-file .file-label span,
.form-item.error .file-upload.has-file .file-label span,
.form-item .select-wrapper select.custom-select.selected,
.person.open .accordion-header .title,
.wizard-link.active {
color: #000;
}

.mobile #logout a,
.accordion .tag-bar,
.caption,
.wizard-wrapper .tag,
.wizard-link,
.wizard-item .text a,
.wizard-wrapper .title-1,
.tag-bar,
.tag {
color: #fff;
}

.social-bar.active span,
.headline-2.color-3 {
color: rgb(120,120,120);
}

.file-upload .file-label span,
.form-item .descr,
.form-item .select-wrapper select,
.social-bar.empty *,
.social-bar.empty span,
.file {
color: rgb(150,150,150);
}

.headline-2.color-2 {
color: rgb(180,180,180);
}

#menu li.open > a,
#menu a.active {
color: rgb(245,90,5);
}

.form-item.error .select-wrapper select,
.error > .title-3,
.error > .title-1,
.validation-error *,
.error .file-label span,
.error label,
.error input,
.error texarea {
color: #ee1111;
}

.form-item.error .select-wrapper:after {
border-right: 2px solid #ee1111;
border-bottom: 2px solid #ee1111
}

/* background */
.mobile #header #menu-button span,
.mobile #header #menu-button span:after,
.mobile #header #menu-button span:before,
.accordion-content .mejs-time-current,
.accordion-content .mejs-controls .mejs-button.mejs-pause button:before,
.accordion-content .mejs-controls .mejs-button.mejs-pause button:after,
#menu,
#header,
#header #menu > #scroll-wrapper > #scroll-content .social-bar,
.open-menu #header #menu-button span,
.accordion .light .icon,
.accordion-header:after,
.accordion-header:before,
.social-bar a,
.social-bar .share,
#article.scroll-up #header,
#search-overlay,
html {
background-color: #fff;
}

/*
.scroll-top #header {
background-color: rgba(255,255,255,0);
}
*/

.mejs-controls .mejs-button.mejs-pause button:before,
.mejs-controls .mejs-button.mejs-pause button:after,
.mejs-time-handle,
.mejs-time-current,
.gallery-inner,
.caption,
.teaser .wrap,
.accordion-header,
.accordion-content {
background-color: rgb(25,25,25);
}

.accordion-content .mejs-time-total,
.tag-bar {
background-color: rgb(100,100,100);
}

.mejs-time-loaded,
.wizard-item:after {
background-color: rgb(160,160,160);
}

.wizard-item:after,
.result-bar,
.social-bar {
background-color: rgb(200,200,200);
}

.person.open .accordion-header .title,
.mejs-time-total,
.person.open .accordion-header .title,
.accordion-content.light {
background-color: rgb(240,240,240);
}

.wizard-item {
background-color: rgb(245,90,5);
}

.mobile#article.scroll-up #header,
.mobile.open-menu #header #menu-button span:after,
.mobile.open-menu #header #menu-button span:before,
.mobile.open-search #header #menu-button span,
.mobile.open-search #header #menu-button span:after,
.mobile.open-search #header #menu-button span:before,
.mobile #header,
.movie .player,
form .form-item.checkbox.active:after,
form .form-item.radio.active:after,
.wizard-wrapper .tag,
#header #menu-button span,
#header #menu-button span:after,
#header #menu-button span:before,
.wizard-wrapper .tag {
background-color: rgb(0,0,0);
}

.mobile #header svg *,
.accordion .file svg *,
.accordion .icon svg * {
fill: #fff;
}

.accordion .light .file svg *,
.accordion.person .file svg *,
.mobile.open-menu #header svg *,
.mobile.open-search #header svg *,
.accordion .light .icon svg * {
fill: #000;
}

/* border */
.mejs-controls .mejs-button.mejs-play button:after {
border-left-color: rgb(25,25,25);
}

/*
.accordion.open:before,
.accordion.open:after,
*/
span.spacer.clear.show span,
.wizard-item.clicked:after,
.tag-bar:after {
border-top-color: rgb(40,40,40);
border-bottom-color: rgb(160,160,160);
}

/*
.accordion:before,
.accordion:after,
*/
span.spacer.show span,
.wizard-item:after {
border-bottom-color: rgb(160,160,160);
}

/*
.accordion:before,
.accordion:after,
*/
span.spacer.show span,
.wizard-item:after {
border-top-color: rgb(40,40,40);
}

.file-upload .file-label,
.form-item .select-wrapper,
form input.radio,
form input.checkbox,
#header #search-overlay #searchfield,
#header #menu > #scroll-wrapper ul ul,
#header #menu > #scroll-wrapper ul ul > li,
.form-wrapper input.txt,
#search-result-wrapper ul.file-list,
#search-result-wrapper ul.file-list li,
.article .date-wrapper {
border-color: rgb(0,0,0);
}

#header #menu > #scroll-wrapper ul ul ul > li {
border-color: rgb(200,200,200);
}

.accordion-content .mejs-controls .mejs-button.mejs-play button:after {
border-left-color: rgb(255,255,255);
}

.error input.txt {
border-color: #ee1111;
}

/* placeholder */
.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
color: rgb(150,150,150);
}

.textarea::-moz-placeholder,
.input::-moz-placeholder {
color: rgb(150,150,150);
}

.textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
color: rgb(150,150,150);
}

.textarea:-moz-placeholder,
.input:-moz-placeholder {
color: rgb(150,150,150);
}

::-webkit-input-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-webkit-text-fill-color: rgb(150,150,150);
}

::-moz-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-moz-text-fill-color: rgb(150,150,150);
}

:-ms-input-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-ms-text-fill-color: rgb(150,150,150);
}

:-moz-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-moz-text-fill-color: rgb(150,150,150);
opacity: 1;
}

/* search */
#result-header ::-webkit-input-placeholder {
font-family: inherit;
color: rgb(0,0,0);
-webkit-text-fill-color: rgb(0,0,0);
}

#result-header ::-moz-placeholder {
font-family: inherit;
color: rgb(0,0,0);
-moz-text-fill-color: rgb(0,0,0);
}

#result-header :-ms-input-placeholder {
font-family: inherit;
color: rgb(0,0,0);
-ms-text-fill-color: rgb(0,0,0);
}

#result-header :-moz-placeholder {
font-family: inherit;
color: rgb(0,0,0);
-moz-text-fill-color: rgb(0,0,0);
opacity: 1;
}

#result-header input:focus::-webkit-input-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-webkit-text-fill-color: rgb(150,150,150);
}

#result-header input:focus::-moz-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-moz-text-fill-color: rgb(150,150,150);
}

#result-header input:focus:-ms-input-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-ms-text-fill-color: rgb(150,150,150);
}

#result-header input:focus:-moz-placeholder {
font-family: inherit;
color: rgb(150,150,150);
-moz-text-fill-color: rgb(150,150,150);
opacity: 1;
}

/* form error */
.form-wrapper form .error.form-item ::-webkit-input-placeholder {
font-family: inherit;
color: #ee1111;
-webkit-text-fill-color: #ee1111;
}

.form-wrapper form .error.form-item ::-moz-placeholder {
font-family: inherit;
color: #ee1111;
-moz-text-fill-color: #ee1111;
}

.form-wrapper form .error.form-item :-ms-input-placeholder {
font-family: inherit;
color: #ee1111;
-ms-text-fill-color: #ee1111;
}

.form-wrapper form .error.form-item :-moz-placeholder {
font-family: inherit;
color: #ee1111;
-moz-text-fill-color: #ee1111;
opacity: 1;
}

.form-wrapper form .error.form-item input:focus::-webkit-input-placeholder {
font-family: inherit;
color: #ee1111;
-webkit-text-fill-color: #ee1111;
}

.form-wrapper form .error.form-item input:focus::-moz-placeholder {
font-family: inherit;
color: #ee1111;
-moz-text-fill-color: #ee1111;
}

.form-wrapper form .error.form-item input:focus:-ms-input-placeholder {
font-family: inherit;
color: #ee1111;
-ms-text-fill-color: #ee1111;
}

.form-wrapper form .error.form-item input.txt:focus:-moz-placeholder {
font-family: inherit;
color: #11eeee;
-moz-text-fill-color: #11eeee;
opacity: 1;
}

/* autofill chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: none;
border-bottom: 1px solid #000;
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus {
border: none;
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}

.scroll-up #header:after {
box-shadow: 0 .50px 300px 50px rgba(0,0,0,0.025);
}

.scroll-top #header:after,
.scroll-up.scroll-top #header:after {
box-shadow: none !important;
}
.teaser-list a {
transition: background-color 0.25s ease-in-out;
}

.accordion-header:after,
.accordion-header:before,
.gallery-wrapper .next,
.gallery-wrapper .prev,
.teaser-list a .img-wrap {
transition: opacity 0.25s ease-in-out;
}

#menu a,
.file span,
#header #menu > #scroll-wrapper .toggle-submenu:after,
.social-bar,
#result-header .social-bar span,
.accordion-content .wrap a *,
.tag-bar a,
.text a {
transition: color 0.25s ease-in-out;
}

.accordion-content .icon svg *,
.social-bar svg * {
transition: fill 0.25s ease-in-out;
}

/*
#svg-stage #imageSrc {
transition: all 5s ease-in-out;
}
*/

.accordion-header {
transition: background 0.25s ease-in-out;
}

.accordion-content .wrap .file svg *,
.file svg *,
.hide-stage.off-stage #header.scroll-up,
.accordion-header .title,
.accordion-header .headline-2,
/*
.accordion:after,
.accordion.tog-b:before,
*/
span.spacer.clear span,
.wizard-item:after {
transition: all 0.25s ease-in-out;
}

#header #search-button,
#header #menu-button,
.accordion,
.wizard-item,
.hide-stage.off-stage #header,
#search-overlay .logo svg,
/*
#header #logo svg
*/
#menu .logo svg {
transition: margin 0.25s ease-in-out;
}

#home.open-menu #header #logo svg,
#home.open-search #header #logo svg {
transition: none !important;
}
@media only screen and (min-width : 1920px) {

}

@media only screen and (max-width : 1120px) {

	#container {
	padding: 0;
	max-width: 880px;
	}
	
	#header #menu>#scroll-wrapper>#scroll-content,
	#header #search-overlay > #scroll-wrapper-2 > #scroll-content-2 {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 880px;
	}
	
	#header>div {
	padding: 20px;
	max-width: 880px;
	}
	
	#header #menu-button {
	right: 20px;
	}
	
	#header #search-button {
	right: 60px;
	}
	
	#logout {
	right: 120px;
	}
	
}

@media only screen and (max-width : 800px) {
	.teaser-list .teaser {
	width: 50%;
	}

	.form-wrapper .label-wrapper,
	.form-wrapper .input-wrapper {
    min-width: 100%;
	}
	
	.radio-fieldset,
	.checkbox-fieldset {
	padding-left: 30px;
	}
	
	#stage {
	padding: 0 1%;
	}

}

@media only screen and (max-width : 768px) {
	/* font size */
	html {
	font-size: 48%;
	}
	
	.teaser-list .teaser {
	font-size: 130.208333333333%;
	}
	
	.open .accordion-header .title, 
	.open .accordion-header .headline-2, 
	.headline-1, .headline-2 {
	font-size: 6em;
	}
	
	/* evtl nicht nötig
	.open .accordion-header .title,
	.open .accordion-header .headline-2,
	.headline-1,
	.headline-2 {
	font-size: 4.5em;
	}
	
	.teaser-large {
	font-size: 3em;
	}
	
	#result-header p.tag-search,
	#result-header form input,
	#header #search-overlay #searchfield input,
	#menu .level-1 > li > a,
	.title-1,
	.title-3 {
	font-size: 2.5em;
	}
	
	#header .toggle-submenu:after,
	.accordion-header *,
	.caption,
	.title-2,
	.teaser-small {
	font-size: 1.8em;
	}
	
	.form-item .descr,
	.form-item .select-wrapper select,
	.form-item .select-wrapper select option,
	#menu ul ul li > a,
	.accordion-content .wrap a,
	.article .date-wrapper p,
	.text.paging a,
	.text p,
	.text li,
	.text th,
	.text td,
	.form-wrapper form label,
	.form-wrapper form input,
	.form-wrapper form textarea,
	.wizard-link,
	.lead {
	font-size: 1.8em;
	}
	
	.social-bar,
	.tag,
	.tag-bar {
	font-size: 1.8em;
	}
	*/

	/* text styles */
	#header #menu>#scroll-wrapper .toggle-submenu:after {
	height: 30px;
	line-height: 30px;
	font-size: 3em;
	}
	
	/* elements */
	#header #menu>#scroll-wrapper .level-1>li:last-child,
	#header #menu>#scroll-wrapper .level-1>li:first-child,
	#header #menu > #scroll-wrapper .level-1 > li {
	width: 100%;
	padding: 0;
	}

	#header #menu > #scroll-wrapper .level-1 > li > ul {
	margin-bottom: 20px;
	}
	
	#header #menu > #scroll-wrapper > #scroll-content .social-bar {
	padding-bottom: 20px;
	}

	.form-wrapper form textarea.txt {
	background-size: 900px 30px;
	}
	
	.form-wrapper form .error textarea.txt {
	background-size: 900px 30px;
	}
	
	form input.radio {
	margin-top: 2px;
	}
	
	form input.checkbox {
	margin-top: 3px;
	}
	
	form .form-item.radio.active:after,
	form .form-item.checkbox.active:after {
	margin-top: 7px;
	}
	
	.form-wrapper .form-item .title-2 {
    padding-bottom: 3px;
	}

	.form-wrapper .form-item fieldset .form-item {
    margin: 5px 0;
	}
	
	.form-wrapper label.label {
	padding-top: 1px;
	}
	
	.form-wrapper .form-item .wrap.box .title-3 {
	padding-top: 8px;
	}

	.field-inner-wrap .file-upload:after {
	line-height: 31px;
	}

	.form-item .select-wrapper select {
	line-height: 30px;
	padding-top: 0;
	height: 31px;
	}

	.image.small .box {
	width: 66.66%;
	}
	
	.article .stage-image {
	margin-bottom: 20px;
	}
	
	.article .headline-1 {
	margin-bottom: 16px;
	}
	
	.accordion-header:before {
	margin-top: 15px;
	}
	
	.accordion-header:after {
	margin-top: 9px;
	}
	
	.audio-wrapper {
	position: relative;
	z-index: 1;
	}

	.audio-player .file-item .file {
	position: relative;
	z-index: 2;
	margin-bottom: -34px;
	}
	
	.active.audio-player .file-item .file {
	margin-bottom: 0;
	}
	
	.audio-player .file-item .file,
	.mejs-container {
	width: 100%;
	max-width: 100%;
	}
	
	.text .file-item .file svg, 
	ul.file-list .file svg {
	margin-top: 4px;
	}
	
	.mejs-container .mejs-controls .mejs-time span {
	line-height: 26px;
	}
	
	.mejs-container .mejs-controls .mejs-time span {
	width: 48px;
	}
	
	#header #menu > #scroll-wrapper .level-1 > li > ul {
	padding-left: 30px;
	}
	
	.audio-player.wrap.component {
	margin-bottom: 30px;
	min-height: 39px;
	}
	
	#header #search-overlay .tag-search {
	margin-top: 24px;
	}
	
	.social-bar .share, 
	.social-bar a,
	.social-bar .share .share-link, 
	.social-bar .share .share-link > span,
	.accordion-content .icon,
	.file svg {
	width: 24px;
	height: 24px;
	}

	.text .file-item .file svg,
	ul.file-list .file svg {
	margin-top: 5px;
	}

	.text .file-item .file, 
	.text .file-item a, 
	ul.file-list li a {
	padding-left: 34px;
	}

	.form-item .select-wrapper:before {
	width: 32px;
	height: 31px;
	}
	
	#logout {
	top: 22px;
	}

}

@media only screen and (max-width : 700px) {

	.teaser-small {
	line-height: 101%;
	}
	
	.teaser-list .teaser.image .teaser-small {
	padding-top: 5px;
	}
	
}

@media only screen and (max-width : 600px) {
	.headline-1,
	.headline-2,
	.title,
	.title-1,
	.title-2,
	.title-3 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	}
	
	.wizard-link {
	width: 100%;
	margin-bottom: 0;
	}

	.wizard-link:last-child {
	margin-bottom: 10px;
	}

	.open .accordion-header .title, 
	.open .accordion-header .headline-2, 
	.headline-1, 
	.headline-2 {
	font-size: 4em;
	}	

	.image.small .box,
	.image.medium .box {
	width: 100%;
	}
	
}

@media only screen and (max-width : 500px) {
	.teaser-list .teaser {
	width: 100%;
	}
}

@media only screen and (max-width : 400px) {
	#header #menu > #scroll-wrapper .level-1 > li:first-child {
	border-top: 1px solid #000;
	}
}

.file.no-link:hover span,
.tag-bar a:hover,
.wizard-item .text a:hover {
color: #000;
}

.wizard-link:hover {
text-decoration: underline;
}

.wizard-link.active:hover {
text-decoration: none;
}

.teaser:hover a.wrap {
background-color: rgb(140,140,140);
}

.accordion-header:hover {
background-color: rgb(50,50,50);
}

.open .accordion-header:hover {
background-color: rgb(25,25,25);
}

.teaser:hover a .img-wrap {
opacity: 0.4;
}

.gallery-wrapper:hover .next,
.gallery-wrapper:hover .prev {
opacity: 0.5;
}

.gallery-wrapper:hover .next:hover,
.gallery-wrapper:hover .prev:hover {
opacity: 1;
}

.form-wrapper .submit:hover .title-3,
.file:hover span,
#header #menu > #scroll-wrapper .toggle-submenu:hover:after,
#menu a:hover,
.accordion-content .wrap a:hover *,
.text a:hover {
color: rgb(245,90,5);
}

#result-header .social-bar:hover *,
.social-bar:hover {
color: rgb(120,120,120);
}

.social-bar.disabled:hover {
color: rgb(150,150,150);
}

.social-bar .share-link:hover svg * {
fill: rgb(100,100,100);
}

#scroll-content .social-bar a.icon:hover svg *,
.file:hover svg *,
.accordion-content .icon:hover svg * {
fill: rgb(245,90,5);
}

.file.no-link:hover svg * {
fill: #000;
}
