@charset "utf-8";


/*
@font-face {
    font-family: Gotham;
    font-weight: normal;
    src: url("fonts/Gotham-Black.ttf") format("truetype");
}

@font-face {
    font-family: GothamLight;
	src: url("fonts/Gotham-Light.eot");
    src: url("fonts/Gotham-Light.ttf") format("truetype"),
         url("fonts/Gotham-Light.OTF") format("opentype"),
		 url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: GothamBold;
	src: url("css/fonts/Gotham-Bold.eot");
    src: url("fonts/Gotham-Bold.ttf") format("truetype"),
         url("fonts/Gotham-Bold.OTF") format("opentype"),
		 url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype");
}
*/

@font-face {
    font-family: Gotham;
    src:url("fonts/woff2/Gotham-Medium_Web.woff2") format("woff2"),
    url("fonts/woff/Gotham-Medium_Web.woff") format("woff");
}

@font-face {
    font-family: GothamLight;
    src:url("fonts/woff2/Gotham-Book_Web.woff2") format("woff2"),
    url("fonts/woff/Gotham-Boook_Web.woff") format("woff");
}

@font-face {
    font-family: GothamBold;
    src:url("fonts/woff2/Gotham-Bold_Web.woff2") format("woff2"),
    url("fonts/woff/Gotham-Bold_Web.woff") format("woff");
}

/*******
        Reset
        -----
             *******/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;

}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

a img {
    border: 0;
}

*:focus {
    outline: 0;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    /*-webkit-user-select: none;*/   /* Chrome/Safari/Opera */
    /*-khtml-user-select: none;*/    /* Konqueror */
    /*-moz-user-select: none; */     /* Firefox */
    /*-ms-user-select: none; */      /* Internet Explorer/Edge */
    /*user-select: none; */
}
/*******
        General
        -------
               *******/



body {
    font-family: GothamLight, Verdana;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 24px;
    font-family: GothamBold;
}

p {
    font-size: 16px;
    line-height: 1.5rem;
}

p span {
    font-size: 17px;
}

a {
    font-size: 16px;
    color: rgb(0,0,0);
}

ul {
    margin-left: 16px;
}

ul li {
    font-size: 16px;
    line-height: 1.5rem;
}

label {
    cursor: pointer;
}

strong {
    font-family: GothamBold, Verdana;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5rem;
}


.small-text {
    font-size: 13px;
    line-height: 1.5rem;
    vertical-align: top;
}

.text-block-right {
    padding-left: 10px;
}
.select-right {

}

.margin-bottom-16 {
    margin-bottom: 16px;
}
.margin-top-16{
    margin-top: 16px;
}
.margin-left-16 {
    margin-left: 16px;
}
.margin-left-32 {
    margin-left: 32px;
}
.margin-right-16 {
    margin-right: 16px;
}
.margin-right-32 {
    margin-right: 32px;
}

.cmg8 {
    margin: 0 8px;
}

.inline {
    display: inline-block;
}


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

/* background colors */
.yellow {
    background-color: rgb(255, 233, 0);
}
.gray1 {
    background-color: rgb(240,240,240);
}
.gray2 {
    background-color: rgb(204,204,204);
}
.white {
    background-color: rgb(255,255,255);
}


/****** META OVERLAY WHEN BROWSERCHECK ***/
.meta-overlay.browser-error-overlay{
    display: none;
}
body.browser-error {
    overflow: hidden;
    height: 100%;
}
body.browser-error .stage {
    display: none;
}
body.browser-error .meta-overlay.browser-error-overlay {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
body.browser-error .meta-overlay.browser-error-overlay .overlay.browser-error-overlay {
    display: block;
    top: 0;
}


/*******
        Stage
        -----
             *******/

.stage {
    position: relative;
    margin: auto;
    width: 320px;
}

/*******
        Header
        ------
              *******/

.header {
    position: relative;
    z-index: 10;
    border-bottom: 4px solid rgb(255, 233, 0);
    font-size: 0;
    background-color: rgb(255,255,255);
}

.header__menu {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 16px;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: center center;
}

.header__menu--open {
    background-image: url(graphics/icons/close-menu.png);
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    transition: background 300ms linear;
}
.header__menu--closed {
    background-image: url(graphics/burger.png);
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    transition: background 300ms linear;
}
.header__logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    width: 268px;
    height: 44px;
    background-image: url(graphics/CB-Logo-neu.svg);
    background-repeat: no-repeat;
    background-size: 183px 24px;
    background-position: right 8px;
}
.header__shadow {
    height: 4px;
    background-image: url("graphics/shadow.png");
    background-size: auto 4px;
    background-repeat: no-repeat;
}
.menu {
    position: absolute;
    top: 48px;
    left: 0;
    background-color: rgb(255,255,255);
    z-index: 10;
    width: 320px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(204,204,204);
}
.menu__item {
    background: url("graphics/icons/icon16_arrowright.png") right center no-repeat;
    padding: 16px 48px 16px 16px;
    margin-left: 16px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.menu>a{
    text-decoration: none;
}


.show-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: rgb(128,128,128);
    opacity: 0.5;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
}
.hide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
}


/*******
        Progress
        -------
               *******/
.progress {
    margin: 10px 16px 16px 16px;
}
.progress__text {
    color: rgb(128,128,128);
    margin-bottom: 4px;
    text-align: right;
    font-family: GothamBold;
    font-size: 12px;
}
.progress__position {

}
.progress__max-position {

}
.progress__bar {
    height: 4px;
    margin: auto;
    font-size: 0;
}
.progress__element {
    height: 4px;
    background-color: rgb(128,128,128);
    display: inline-block;
}
.progress__element.active {
    background-color: rgb(255, 233, 0);
    transition: all 300ms;
}
.progress--boa>.progress__bar>.progress__element {
    width: 7.13%;
}
.progress--bkl>.progress__bar>.progress__element {
    width: 9.09%;
}
.progress--api>.progress__bar>.progress__element {
    width: 10%;
}





/*******
        Content
        -------
               *******/

.content {
    position: relative;

}
.content>div {
    overflow: hidden;
}

.content__visible {
    display: block;
}

.content__hidden {
    display: none;
}


.marquee {
    padding-top: 16px;
    overflow:hidden;
}


.content__image {
    background-repeat: no-repeat;
    background-position: center center;
}

.content__image--cb-start {
    height: 213px;
    background-image: url("graphics/CB-start.jpg");
    background-size: auto 213px;
}


.content__image--boa-start {
    height: 213px;
    background-image: url("graphics/BoA-start.jpg");
    background-size: auto 213px;
}

.content__image--boa-pic1 {
    height: 100px;
    background-image: url("graphics/BoA-pic1.jpg");
    background-size: auto 100px;
}

.content__image--boa-pic2 {
    height: 100px;
    background-image: url("graphics/BoA-pic2.jpg");
    background-size: auto 100px;
}

.content__image--boa-kurse {
    height: 202px;
    background-image: url("graphics/BoA-kurse.png");
    background-size: 288px 202px;
}

.content__image--bkl-start {
    height: 213px;
    background-image: url("graphics/Bkl-start.jpg");
    background-size: auto 213px;
}

.content__image--bkl-notice {
    min-height: 280px;
    width: 280px;
    margin: 0 auto;
    background-image: url("graphics/Bkl-notice.png");
    background-size:  280px 280px;
}

.content__image--bkl-pic1 {
    height: 100px;
    background-image: url("graphics/Bkl-pic1.jpg");
    background-size: auto 100px;
}
.content__image--bkl-pic2 {
    height: 100px;
    background-image: url("graphics/Bkl-pic2.jpg");
    background-size: auto 100px;
}


.content__image--aufgabe9gleichung {
    height: 37px;
    background-image: url("graphics/formel2.jpg");
    background-size: 288px 37px;
}
.content__image--aufgabe11gleichung {
    height: 37px;
    background-image: url("graphics/formel1.jpg");
    background-size: 288px 37px;
}




.icon {
    background-repeat: no-repeat;
}

/* Large Yellow Icons / ly-... */
.icon--ly-attention {
    height: 116px;
    background-image: url("graphics/icons/icons-yellow_300x116.png");
    background-position: center 0;
}

.icon--ly-graph {
    height: 116px;
    background-image: url("graphics/icons/icons-yellow_300x116.png");
    background-position: center -116px;
}

.icon--ly-check {
    height: 116px;
    background-image: url("graphics/icons/icons-yellow_300x116.png");
    background-position: center -232px;
}

.icon--ly-phone {
    height: 116px;
    background-image: url("graphics/icons/icons-yellow_300x116.png");
    background-position: center -348px;
}

/* Small Icons */
.icon--pin {
    height: 16px;
    width: 16px;
    background-image: url("graphics/icons/icon16_01.png");
    background-position: 0 0;
}
.icon--light-head {
    height: 16px;
    width: 16px;
    background-image: url("graphics/icons/icon16_02.png");
    background-position: 0 -16px;
}
.icon--dark-head {
    height: 16px;
    width: 16px;
    background-image: url("graphics/icons/icon16_01.png");
    background-position: 0 -16px;
}
.icon--cross {
    height: 16px;
    width: 16px;
    background-image: url("graphics/icons/icon16_01.png");
    background-position: 0 -64px;
}

.icon--multiplication {
    height: 16px;
    width: 16px;
    background-image: url(graphics/icons/multiplication.png);
}

.calculatorOutput,
#final-score {
    font-size: 16px;
    line-height:1.5rem;
}



.text-h-adjusted {
    margin-top: 10px;
    margin-bottom: 12px;
}

.flexbox {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 288px;
}

.container {
    padding: 16px;
}

.container--fixed-size {
    width: 288px;
    margin: auto;
}



.container--feedback {
    background-color: rgb(204, 204, 204);
}

.container--gray-box {
    background-color: rgb(240, 240, 240);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
}
.container--radiohead {
    background-color: rgb(240, 240, 240);
    border-top: 1px solid rgb(204, 204, 204);
    text-align: center;
    font-family: GothamBold, Verdana;
    color: rgb(128,128,128);
}

.container__left {
    display: inline-block;
    padding-right: 16px;
    vertical-align: top;
    float: left;
}
.container__right {
    display: inline-block;
    float: right;
    padding-left: 16px;
    vertical-align: top;
}

.separator--yellow {
    height: 4px;
    background-color: rgb(255, 233, 0);
}
.separator--gray {
    margin-left: 16px;
    height: 1px;
    background-color: rgb(204, 204, 204);
}



/** WEICHE - ÜBERSICHT - START **/

.container--weiche__outside {
    background-color: rgb(240,240,240);
    border-top: 1px solid rgb(204,204,204);
}
.container--weiche__inside {
    padding: 16px 0px 16px 0px;
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
    width: 320px;
    margin: auto;
    justify-content: space-between;
}
.container--weiche__inside .inside-wrapper {
    display: flex;
}
.container--weiche__inside .inside-wrapper:not(:first-of-type) {
    margin-top: 16px;
}
.weiche>a {
    text-decoration: none;
}

.weiche {

    /*background-image: url(graphics/icons/icon16_arrowright.png);*/
    background-position: bottom right;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: rgb(255,255,255);
    width: 152px;
    /*max-height: 178px;*/
    font-size: 0;
}

.weiche--left {
    -webkit-box-shadow: 1px 1px rgba(204, 204, 204, 0.75), 0px 1px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 1px 1px rgba(204, 204, 204, 0.75), 0px 1px rgba(204, 204, 204, 0.5);
    box-shadow: 1px 1px rgba(204, 204, 204, 0.75), 0px 1px rgba(204, 204, 204, 0.5);

}

.weiche--right {
    -webkit-box-shadow: 0px 1px rgba(204, 204, 204, 0.75), 0px 1px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0px 1px rgba(204, 204, 204, 0.75), 0px 1px rgba(204, 204, 204, 0.5);
    box-shadow: 0px 1px rgba(204, 204, 204, 0.75), 0px 1px rgba(204, 204, 204, 0.5);
    margin-left: 16px;
}

.weiche__image {
    width: 152px;
    height: 102px;
    background-size: 152px 102px;
    box-sizing: border-box;
}
.weiche__image--boa {
    background-image: url("graphics/BoA-weiche.jpg");
}
.weiche__image--bkl {
    background-image: url("graphics/Bkl-weiche.jpg");
}
.weiche__image--ae {
    background-image: url("graphics/ae/FA_weiche.jpg");
}
.weiche__image--kbm {
    background-image: url("graphics/kbm/KA-weiche.jpg");
}
.weiche__image--api {
    background-image: url("graphics/api/weiche.jpg");
}
.weiche__text {
    padding: 16px 7px;
    background: url(graphics/icons/icon16_arrowright.png) bottom right no-repeat;
    /*height: 112px;*/
    box-sizing: border-box;
}
.weiche__text>strong {
    font-size: 14px;
    line-height: 1.2em;

}

/*** E-Mail ***/

.container--mail {
    max-width: 288px;
    margin: auto;
}

.mail__head {
    position: relative;
    border-bottom: 1px solid rgb(240,240,240);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.mail__what {
    color: rgb(128,128,128);
    display: inline-block;
    font-size: 15px;
    line-height:1.5rem;
}
.mail__that {
    position: absolute;
    left: 80px;
    display: inline-block;
    font-size: 15px;
    line-height:1.5rem;
}

.mail__text {
    font-size: 15px;
    line-height:1.5rem;
    word-break: keep-all;
}




/*******
        TABLE
        -----------
                   *******/

.timetable {
    margin: 0 auto;
    width: 288px;
    font-size: 0px;
    line-height: 21px;
}
.timetable__row {
    height: 22px;
}
.timetable__row--first {
    height: 44px;
    padding-left: 68px;
}
.timetable__row--second .timetable__cell {
    border-top: 1px solid rgb(204, 204, 204);
}
.timetable__cell {
    width: 44px;
    height: 22px;
    display: inline-block;
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    box-sizing: border-box;
    font-size: 14px;
}
.timetable__cell--first {
    width: 68px;
    text-align: center;
    vertical-align: top;
}
.timetable__cell--big {
    height: 44px;
    border: 0;
    text-align: center;
    margin-top: 11px;
    font-size: 16px;
}
.timetable__small-box {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid rgb(204,204,204);
}

.timetable__legend {
    width: 288px;
    margin: 16px auto;
}

.timetable .border-t {
    border-top: 1px solid rgb(128, 128, 128);
}.timetable .border-t-gray {
     border-top: 1px solid rgb(204, 204, 204);
 }
.timetable .border-l {
    border-left: 1px solid rgb(128, 128, 128);
}

.timetable .border-r {
    border-right: 1px solid rgb(128, 128, 128);
}
.timetable .border-b {
    border-bottom: 1px solid rgb(128, 128, 128);
}
.timetable .border-ty {
    border-top: 1px solid rgb(255, 233, 0);
}
.timetable .border-by {
    border-bottom: 0px solid rgb(255, 233, 0);
}



.financetable {
    width: 288px;
    margin: 16px auto;
}
.financetable__mainheader {
    background-color: rgb(204, 204, 204);
    font-family: GothamBold, Verdana;
    padding: 16px;
}
.financetable__subheader {
    background-color: rgb(240, 240, 240);
    padding: 8px;
    border-bottom: 1px solid rgb(204, 204, 204);
    text-align: center;
}
.financetable__div {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid rgb(128,128,128);
}
.financetable__row {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}
.financetable__item {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height:1.5rem;
}
.financetable__number {
    display: inline-block;
    font-size: 12px;
    line-height:1.5rem;
}
.financetable--fixed-size .financetable__number {
    width: 59px;
    margin: -1px;
}
.financetable__separator {
    background-color: rgb(204,204,204);
    height: 1px;
}
.financetable__row--final {
    font-weight: 800;
}
.financetable__separator--final {
    background-color: rgb(128,128,128);
}


/*******
        Gate / Tätigkeitsbereich wählen / ehemals input allgemein
        -----------
                   *******/


.gate {
    text-align: center;
}
.gate__container{
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
}

.gate input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}
.gate__item {
    position: relative;
    margin: 1px;
    vertical-align: top;
    width: 89px;
    height: 89px;
}

.gate__container--inactive .gate__item label {
    pointer-events: none;
    cursor: default;
}
.gate__container--inactive {
    background-color: rgb(240,240,240);
    opacity: 0.4;
}
.gate__container--inactive .gate__item label .gate__text,
.gate__container--inactive .gate__item label .gate__icon {
    pointer-events: none;
    cursor: default;
    background-color: rgb(240,240,240);
}

.gate input:not(:checked)+ div.gate__container {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.75), 1px 1px 1px 0px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.75), 1px 1px 1px 0px rgba(204, 204, 204, 0.5);
    box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.75), 1px 1px 1px 0px rgba(204, 204, 204, 0.5);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.gate input:checked + .gate__container {
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(204, 204, 204, 0.75), inset 1px 1px 1px 0px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(204, 204, 204, 0.75), inset 1px 1px 1px 0px rgba(204, 204, 204, 0.5);
    box-shadow: inset 1px 1px 1px 0px rgba(204, 204, 204, 0.75), inset 1px 1px 1px 0px rgba(204, 204, 204, 0.5);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}



.gate input:checked+div label {
    pointer-events: none;
    cursor: default;
}

.gate input:checked+div label .gate__text{
    background-color: rgb(240, 240, 240);
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.gate input:checked+div label .gate__icon {
    background-color: rgb(240, 240, 240);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* BOA */
.gate input:checked+div label[for=gate_1_1] .gate__icon,
.gate input:checked+div label[for=gate_2_1] .gate__icon,
.gate input:checked+div label[for=gate_3_1] .gate__icon {
    background-image: url(graphics/icons/icons-90x45_hover.png);
    background-position: center top;
}
.gate input:checked+div label[for=gate_1_2] .gate__icon,
.gate input:checked+div label[for=gate_2_2] .gate__icon,
.gate input:checked+div label[for=gate_3_2] .gate__icon {
    background-image: url(graphics/icons/icons-90x45_hover.png);
    background-position: center -45px;
}
.gate input:checked+div label[for=gate_1_3] .gate__icon,
.gate input:checked+div label[for=gate_2_3] .gate__icon,
.gate input:checked+div label[for=gate_3_3] .gate__icon {
    background-image: url(graphics/icons/icons-90x45_hover.png);
    background-position: center -90px;
}

/* BKL */
.gate input:checked+div label[for=gate_4_1] .gate__icon,
.gate input:checked+div label[for=gate_5_1] .gate__icon,
.gate input:checked+div label[for=gate_6_1] .gate__icon {
    background-image: url(graphics/icons/icons-90x45_hover.png);
    background-position: center -135px;
}
.gate input:checked+div label[for=gate_4_2] .gate__icon,
.gate input:checked+div label[for=gate_5_2] .gate__icon,
.gate input:checked+div label[for=gate_6_2] .gate__icon {
    background-image: url(graphics/icons/icons-90x45_hover.png);
    background-position: center -180px;
}
.gate input:checked+div label[for=gate_4_3] .gate__icon,
.gate input:checked+div label[for=gate_5_3] .gate__icon,
.gate input:checked+div label[for=gate_6_3] .gate__icon {
    background-image: url(graphics/icons/icons-90x45_hover.png);
    background-position: center -90px;
}

/* API */

.gate.api-gate label[for=gate_1_1] .gate__icon,
.gate.api-gate label[for=gate_2_1] .gate__icon,
.gate.api-gate label[for=gate_3_1] .gate__icon {
    background-image: url(graphics/icons/api/object_devices_laptop_96_solid.svg);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
}
.gate.api-gate label[for=gate_1_2] .gate__icon,
.gate.api-gate label[for=gate_2_2] .gate__icon,
.gate.api-gate label[for=gate_3_2] .gate__icon {

    background-image: url(graphics/icons/api/object_document_folder-open_96_solid.svg);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
}
.gate.api-gate label[for=gate_1_3] .gate__icon,
.gate.api-gate label[for=gate_2_3] .gate__icon,
.gate.api-gate label[for=gate_3_3] .gate__icon {
    background-image: url(graphics/icons/api/object_devices_responsive_96_solid.svg);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
}


.gate.api-gate input:checked+div label[for=gate_1_1] .gate__icon,
.gate.api-gate input:checked+div label[for=gate_2_1] .gate__icon,
.gate.api-gate input:checked+div label[for=gate_3_1] .gate__icon {
    background-image: url(graphics/icons/api/object_devices_laptop_96_solid_dark.svg);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
}
.gate.api-gate input:checked+div label[for=gate_1_2] .gate__icon,
.gate.api-gate input:checked+div label[for=gate_2_2] .gate__icon,
.gate.api-gate input:checked+div label[for=gate_3_2] .gate__icon {
    background-image: url(graphics/icons/api/object_document_folder-open_96_solid_dark.svg);

    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
}
.gate.api-gate input:checked+div label[for=gate_1_3] .gate__icon,
.gate.api-gate input:checked+div label[for=gate_2_3] .gate__icon,
.gate.api-gate input:checked+div label[for=gate_3_3] .gate__icon {
    background-image: url(graphics/icons/api/object_devices_responsive_96_solid_dark.svg);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
}


.gate label {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.gate label .gate__text{
    background-color: rgb(255, 255, 255);
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.gate label .gate__icon {
    height: 50%;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* BOA */
.gate label[for=gate_1_1] .gate__icon,
.gate label[for=gate_2_1] .gate__icon,
.gate label[for=gate_3_1] .gate__icon {
    background-image: url(graphics/icons/icons_90x45.png);
    background-position: center top;
}
.gate label[for=gate_1_2] .gate__icon,
.gate label[for=gate_2_2] .gate__icon,
.gate label[for=gate_3_2] .gate__icon {
    background-image: url(graphics/icons/icons_90x45.png);
    background-position: center -45px;
}
.gate label[for=gate_1_3] .gate__icon,
.gate label[for=gate_2_3] .gate__icon,
.gate label[for=gate_3_3] .gate__icon {
    background-image: url(graphics/icons/icons_90x45.png);
    background-position: center -90px;
}

/* BKL */
.gate label[for=gate_4_1] .gate__icon,
.gate label[for=gate_5_1] .gate__icon,
.gate label[for=gate_6_1] .gate__icon {
    background-image: url(graphics/icons/icons_90x45.png);
    background-position: center -135px;
}
.gate label[for=gate_4_2] .gate__icon,
.gate label[for=gate_5_2] .gate__icon,
.gate label[for=gate_6_2] .gate__icon {
    background-image: url(graphics/icons/icons_90x45.png);
    background-position: center -180px;
}
.gate label[for=gate_4_3] .gate__icon,
.gate label[for=gate_5_3] .gate__icon,
.gate label[for=gate_6_3] .gate__icon {
    background-image: url(graphics/icons/icons_90x45.png);
    background-position: center -90px;
}

.gate label .gate__text {
    height: 50%;
}

.gate label .gate__text span {
    text-align: center;
    font-size: 11px;
}
/* AE */
.gate label[for=gate_7_1] .gate__icon,
.gate label[for=gate_8_1] .gate__icon,
.gate label[for=gate_9_1] .gate__icon {
    background-image: url(graphics/icons/48_COBA_Piktogramme_TEXTCHAT_960px.svg);
    background-position: center 5px;
    background-size: 40px;
    background-repeat: no-repeat;
}
.gate label[for=gate_7_2] .gate__icon,
.gate label[for=gate_8_2] .gate__icon,
.gate label[for=gate_9_2] .gate__icon {
    background-image: url(graphics/icons/47_COBA_Piktogramme_MENSCHENGRUPPE_960px.svg);
    background-position: center 5px;
    background-size: 45px;
    background-repeat: no-repeat;
}
.gate label[for=gate_7_3] .gate__icon,
.gate label[for=gate_8_3] .gate__icon,
.gate label[for=gate_9_3] .gate__icon {
    background-image: url(graphics/icons/45_COBA_Piktogramme_LAPTOP_960px.svg);
    background-position: center 5px;
    background-size: 45px;
    background-repeat: no-repeat;
}

.gate input:checked+div label[for=gate_7_1] .gate__icon,
.gate input:checked+div label[for=gate_8_1] .gate__icon,
.gate input:checked+div label[for=gate_9_1] .gate__icon {
    background-image: url(graphics/icons/48_COBA_Piktogramme_TEXTCHAT_960px_02.svg);
    background-position: center 5px;
    background-size: 40px;
    background-repeat: no-repeat;
}
.gate input:checked+div label[for=gate_7_2] .gate__icon,
.gate input:checked+div label[for=gate_8_2] .gate__icon,
.gate input:checked+div label[for=gate_9_2] .gate__icon {
    background-image: url(graphics/icons/47_COBA_Piktogramme_MENSCHENGRUPPE_960px_02.svg);
    background-position: center 5px;
    background-size: 45px;
    background-repeat: no-repeat;
}
.gate input:checked+div label[for=gate_7_3] .gate__icon,
.gate input:checked+div label[for=gate_8_3] .gate__icon,
.gate input:checked+div label[for=gate_9_3] .gate__icon {
    background-image: url(graphics/icons/45_COBA_Piktogramme_LAPTOP_960px_02.svg);
    background-position: center 5px;
    background-size: 45px;
    background-repeat: no-repeat;
}

/* KBM */
.gate label[for=gate_10_1] .gate__icon,
.gate label[for=gate_11_1] .gate__icon,
.gate label[for=gate_12_1] .gate__icon {
    background-image: url(graphics/kbm/Icon_Kreditbearbeitung.svg);
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.gate label[for=gate_10_2] .gate__icon,
.gate label[for=gate_11_2] .gate__icon,
.gate label[for=gate_12_2] .gate__icon {
    background-image: url(graphics/kbm/Icon_Organisation.svg);
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.gate label[for=gate_10_3] .gate__icon,
.gate label[for=gate_11_3] .gate__icon,
.gate label[for=gate_12_3] .gate__icon {
    background-image: url(graphics/kbm/Icon_Banking-Service-Center.svg);
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.gate input:checked+div label[for=gate_10_1] .gate__icon,
.gate input:checked+div label[for=gate_11_1] .gate__icon,
.gate input:checked+div label[for=gate_12_1] .gate__icon {
    background-image: url(graphics/kbm/Icon_Kreditbearbeitung_02.svg);
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.gate input:checked+div label[for=gate_10_2] .gate__icon,
.gate input:checked+div label[for=gate_11_2] .gate__icon,
.gate input:checked+div label[for=gate_12_2] .gate__icon {
    background-image: url(graphics/kbm/Icon_Organisation_02.svg);
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.gate input:checked+div label[for=gate_10_3] .gate__icon,
.gate input:checked+div label[for=gate_11_3] .gate__icon,
.gate input:checked+div label[for=gate_12_3] .gate__icon {
    background-image: url(graphics/kbm/Icon_Banking-Service-Center_02.svg);
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
}

/*******
        Radio-Form allgemein // Auswahllisten
        ---------------------------------------------------
                                                   *******/

.radio input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}
.radio label .radio__icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
}
.radio input:checked+label .radio__icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(240, 240, 240);
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
}
.radio label {
    cursor: pointer;
    display: block;
}
.radio input:checked+label {
    pointer-events: none;
    cursor: default;
}

.checkbox__text,
.radio__text,
.itemtext {
    font-size: 15px;
    line-height:1.5rem;
    word-break: keep-all;
}

.radio label .container {
    background-color: rgb(255, 255, 255);
    -webkit-transition: background-color 300ms, color 300ms ease-out;
    -moz-transition: background-color 300ms, color 300ms ease-out;
    transition: background-color 300ms, color 300ms ease-out;
}
.radio input:checked+label .container {
    background-color: rgb(240, 240, 240);
    -webkit-transition: background-color 300ms, color 300ms ease-out;
    -moz-transition: background-color 300ms, color 300ms ease-out;
    transition: background-color 300ms, color 300ms ease-out;
}

.radio input:checked+label .radio__separator-first,
.radio input:checked+label .radio__separator-last,
.radio input:checked+label .radio__separator,
.radio input:checked+label+input+label .radio__separator{
    margin-left: 0px;
    height: 1px;
    background-color: rgb(204, 204, 204);
    -webkit-transition: margin-left 300ms, color 300ms ease-out;
    -moz-transition: margin-left 300ms, color 300ms ease-out;
    transition: margin-left 300ms, color 300ms ease-out;
}
.radio input:not(:checked)+label .radio__separator-first,
.radio input:not(:checked)+label .radio__separator-last,
.radio input:not(:checked)+label .radio__separator{
    margin-left: 16px;
    height: 1px;
    background-color: rgb(204, 204, 204);
    -webkit-transition: margin-left 300ms, color 300ms ease-out;
    -moz-transition: margin-left 300ms, color 300ms ease-out;
    transition: margin-left 300ms, color 300ms ease-out;
}


/*** Radio-Form mit Checkmarks ***/

.radio--checkmark label .radio__icon {
    background-image: url("graphics/icons/icon16_02.png");
    background-position: 0 -32px;
}
.radio--checkmark input:checked+label .radio__icon {
    background-image: url("graphics/icons/icon16_01.png");
    background-position: 0 -32px;
}
.radio--checkmark input:checked+label .radio__text {
    font-weight: 900;
}
.radio--checkmark input:checked+label .container,
.radio--checkmark input:checked+label .radio__icon {
    background-color: rgb(255, 255, 255);
}


/*** Radio-Form mit Pin ***/
.radio--pin label .radio__icon {
    background-image: url("graphics/icons/icon16_02.png");
    background-position: 0 0;
}
.radio--pin input:checked+label .radio__icon {
    background-image: url("graphics/icons/icon16_01.png");
    background-position: 0 0;
}


/*** Radio-Form mit Personen / Konversation ***/

.radio--conversation label .radio__icon {
    background-image: url("graphics/icons/icon16_02.png");
    background-position: 0 -16px;
}
.radio--conversation input:checked+label .radio__icon {
    background-image: url("graphics/icons/icon16_01.png");
    background-position: 0 -16px;
}


/*******
        Checkbox-Form allgemein // Auswahllisten
        ---------------------------------------------------
                                                   *******/
.checkbox input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}
.checkbox label .checkbox__icon{
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
}
.checkbox input:checked+label .checkbox__icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(240, 240, 240);
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
}
.checkbox label {
    cursor: pointer;
    display: block;
}


.checkbox label .container {
    background-color: rgb(255, 255, 255);
    -webkit-transition: background-color 300ms, color 300ms ease-out;
    -moz-transition: background-color 300ms, color 300ms ease-out;
    transition: background-color 300ms, color 300ms ease-out;
}
.checkbox input:checked+label .container {
    background-color: rgb(240, 240, 240);
    -webkit-transition: background-color 300ms, color 300ms ease-out;
    -moz-transition: background-color 300ms, color 300ms ease-out;
    transition: background-color 300ms, color 300ms ease-out;
}

.checkbox input:checked+label .checkbox__separator-first,
.checkbox input:checked+label .checkbox__separator-last,
.checkbox input:checked+label .checkbox__separator,
.checkbox input:checked+label+input+label .checkbox__separator {
    margin-left: 0px;
    height: 1px;
    background-color: rgb(204, 204, 204);
    -webkit-transition: margin-left 300ms, color 300ms ease-out;
    -moz-transition: margin-left 300ms, color 300ms ease-out;
    transition: margin-left 300ms, color 300ms ease-out;
}
.checkbox input:not(:checked)+label .checkbox__separator-first,
.checkbox input:not(:checked)+label .checkbox__separator-last,
.checkbox input:not(:checked)+label .checkbox__separator {
    margin-left: 16px;
    height: 1px;
    background-color: rgb(204, 204, 204);
    -webkit-transition: margin-left 300ms, color 300ms ease-out;
    -moz-transition: margin-left 300ms, color 300ms ease-out;
    transition: margin-left 300ms, color 300ms ease-out;
}

/*** Checkbox-Form mit Pin ***/
.checkbox--pin label .checkbox__icon {
    background-image: url("graphics/icons/icon16_02.png");
    background-position: 0 0;
}
.checkbox--pin input:checked+label .checkbox__icon {
    background-image: url("graphics/icons/icon16_01.png");
    background-position: 0 0;
}


/*******
        Drop-Down
        ------------
                    *******/

.dropdown {
    border-top: 1px solid rgb(128,128,128);
}
.dropdown__radio {
    display: none;
}
.dropdown__icon {
    height: 16px;
    width: 16px;
    background-position: center -48px;
    background-image: url(graphics/icons/icon16_02.png);
}
.dropdown__icon--open {
    transition:  300ms ease-out;
}
.dropdown__icon--closed {
    transform: rotate(-90deg);
    transition:  300ms ease-out;
}

.dropdown__header {
    padding: 16px;
    font-size: 16px;
    line-height:1.5rem;
}
.dropdown__click{
    padding: 16px;
    cursor: pointer;
}



.dropdown__radio input:not(:checked)+label .radio__separator-last,
.dropdown__radio input:not(:checked)+label .radio__separator{
    margin-left: 320px;
    height: 1px;
    background-color: rgb(204, 204, 204);
    -webkit-transition: margin-left 300ms ease-out;
    -moz-transition: margin-left 300ms ease-out;
    transition: margin-left 300ms ease-out;
}



/*** mini Drop-Down ***/

.dropdown--mini {
    border: 0;
    width: 170px;
}

.dropdown--mini--width100 {
    width: 130px;
}
.dropdown--mini .dropdown__click {
    text-align: right;
    padding-left: 0px;
}
.dropdown--mini label .container {
    text-align: right;
}

.separator--dark {
    height: 1px;
    background-color: rgb(128, 128, 128);
}



select::-ms-expand {
    display: none;
}

select:disabled {
    color: rgb(0,0,0);
}


.native-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 142px;
    padding: 16px 24px 16px 0px;
    margin: 0 auto;
    border: 0;
    overflow: hidden;
    background: url(graphics/icons/icon16_arrowdown_s.png) no-repeat right;
    font-size: 15px;
    /*line-height: 17px; Schrift war bei Android abgeschnitten        */
    font-family: GothamLight, Verdana;
    font-weight: normal;
    /*direction: rtl;*/
}

.native-dropdown option {
    /*direction: ltr;*/
    cursor: pointer;
}

/*.select-right .native-dropdown{
    background-repeat: no-repeat;
    background-image: url(graphics/icons/multiplication.png), url(graphics/icons/icon16_arrowdown_s.png);
    background-position: left, right;
    width: 150px;
    padding-left: 32px;
    margin-left: 16px;
}*/


.native-dropdown--mail {
    font-size: 15px;
    line-height:1.5rem;
    padding: 8px 32px 7px 0px;
    width: auto;
    height: 34px;
    direction: ltr;
    background: url(graphics/icons/icon16_arrowdown.png) no-repeat;
    background-position: 106% 10px;
    border: 1px solid rgba(204,204,204,0.6);
}

/*******
        content-carousel
        -------------------
                        *******/
.content-carousel {
    position: relative;
    margin-bottom: 20px;
}

.content-carousel button {
    position: absolute;
    top: 13px;
    height: 21px;
    background: transparent url("graphics/icons/interaction_arrows_chevron-left_96_solid.svg") no-repeat;
    border: none;
    cursor: pointer;
}
.content-carousel button.btn-prev {
    left: 5%;
}
.content-carousel button.btn-next {
    right: 5%;
    transform: rotate(180deg);
}



/*******
        hotel-overview
        -------------------
                        *******/

.hotel-overview.active {
    display: block;
}

.hotel-overview {
    display: none;
    box-sizing: border-box;
    width: 80%;
    border: 1px solid #E2E2E2;
    margin: auto;
}

.hotel-overview * {
    box-sizing: border-box;
}

.hotel-overview .hotel-overview__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #E2E2E2;
    margin-bottom: 15px;
}

.hotel-overview .hotel-overview__content {
    padding: 0 20px 20px;
}

.hotel-overview .title {
    color: #000000;
    font-size: 21px;
    margin: 15px 0;
}
.hotel-progress-wrapper {
    display: flex;
    margin: auto;
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.hotel-progress-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    margin-right: 10px;
}
.hotel-progress-dot.active {
    background-color: rgb(255, 233, 0);
}


/*******
        calender
        -------------------
                        *******/

.calender {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}

.calender .hotel-overview__header {
    width: 100%;
    height: 20px;
    background-color: #E2E2E2;
}
.calender .hotel-overview__header p {
    color: #000000;
    font-size: 16px;
    background-color: #E2E2E2;
}

.calender__indicators {
    display: flex;
    margin-bottom: 8px;
}

.calender__indicators .indicator {
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    margin-right: 8px;
}
.calender__indicators .indicator--white {
    background-color: #FFFFFF;
}
.calender__indicators .indicator--yellow {
    background-color: #ffe900;
}
.calender__indicators .indicator--grey {
    background-color: #E2E2E2;
}

.calender th,
.calender td {
    width: 14%;
    text-align: center;
    font-size: 15px;
    padding: 1.5% 0;
}

.calender th {
    padding: 0 0 5px;
}

.calender td {
    color: #000000;
    border: 1px solid #E2E2E2;
}
.calender.calender--kbm td {
    border: 1px solid #CCCCCC;
}
.calender td.cell--other {
    color: #E2E2E2;
}
.calender td.cell--sold {
    background-color: #E2E2E2;
}
.calender td.cell--limited {
    background-color: #FFE900;
}


/*******
        simple-table
        -------------------
                        *******/

.simple-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.simple-table th {
    font-weight: normal;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.simple-table td {
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.simple-table td.cell-mod--text-right {
    text-align: right;
}





/*******
        simple toggle box
        -------------------
                        *******/

.toggle{
    cursor: pointer;
}

.toggle>.inline {
    /*max-width: 224px;*/
    max-width: 245px;
}
.toggle__icon--closed{
    transition:  300ms linear;
}
.toggle__icon--open{
    transform: rotate(-135deg);
    transition:  300ms linear;
}
.toggle__box {
    display: none;
}


/***************
    EMAIL TOGGLEBOX
***************/
div.email-box {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
}
div.email-box * {
    box-sizing: border-box;
}
.email-box .email-box__title {
    width: 100%;
    height: 45px;
    background-color: #EFEFEF;
    padding: 15px;
    margin-bottom: 2px;
}

/* togglebox standard and inactive colors */
.email-box .togglebox {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 1px;
    cursor: pointer;
}
.email-box .togglebox__title {
    position: relative;
    width: 100%;
}
.email-box .togglebox__content {
    transition: 500ms;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #FFFFFF;
}
.email-box .togglebox__arrow {
    position: absolute;
    top: 12px;
    right: 0;
    height: 16px;
    width: 16px;
    background-position: center -48px;
    background-image: url(graphics/icons/icon16_02.png);
}
/* togglebox while active */
.email-box .togglebox.active {
    height: 100%;
    background-color: #EFEFEF;
}
.email-box .togglebox.active .togglebox__content {
    transition: 500ms;
    height: fit-content;
    height: -moz-max-content;
    padding-top: 15px;
    margin-top: 15px;
}
.email-box .togglebox.active .togglebox__arrow {
    transform: rotate(180deg);
}


/*******
        Button
        ------------
                    *******/
.button-link {
    text-decoration: none;
}

.button {
    position: relative;
    margin: auto;
    width: 288px;
    height: 50px;
    zoom: 1;
}

.button input[type=button] {
    position: relative;
    zoom: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 16px;
    width: 100%;
    /*
      width: 256px;
    height: 50px;
    */
    background-color: rgb(240, 240, 240);
    font-family: GothamLight, Verdana;
    font-size: 18px;
    color: rgb(204, 204, 204);
    -webkit-transition: background-color 300ms, color 300ms ease-out;
    -moz-transition: background-color 300ms, color 300ms ease-out;
    transition: background-color 300ms, color 300ms ease-out;
}

.button--active input[type=button] {
    position: relative;
    zoom: 1;
    cursor: pointer;
    background-color: rgb(255, 233, 0);
    color: rgb(0, 0, 0);
    -webkit-transition: background-color 300ms, color 300ms ease-out;
    -moz-transition: background-color 300ms, color 300ms ease-out;
    transition: background-color 300ms, color 300ms ease-out;
}



/*******
        Memory
        ------------
                    *******/

.memory {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 9px;
}

.memory__row {
    text-align: center;
    margin-bottom: 8px;
    font-size: 0;
}

.memory__card.flipped {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.memory__card {
    z-index: 3;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    /* content backface is visible so that static content still appears */
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    position:relative;
    width:90px;
    height:90px;
}

.flipped .memory__card__front {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 0.5s both;
    -webkit-animation: stayvisible 0.5s both;
    -moz-animation: stayvisible 0.5s both;
    -o-animation: stayvisible 0.5s both;
    -ms-animation: donothing 0.5s;
    -ms-transition: visibility 0s linear 0.17s;
    visibility: hidden;
}

.flipped .memory__card__back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 0.5s both;
    -webkit-animation: stayvisible 0.5s both;
    -moz-animation: stayvisible 0.5s both;
    -o-animation: stayvisible 0.5s both;
    -ms-animation: donothing 0.5s;
    -ms-transition: visibility 0s linear 0.17s;
    visibility: visible;
}

.memory__card__front {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 0.5s both;
    -webkit-animation: stayvisible 0.5s both;
    -moz-animation: stayvisible 0.5s both;
    -o-animation: stayvisible 0.5s both;
    -ms-animation: donothing 0.5s;
    -ms-transition: visibility 0s linear 0.17s;
    visibility: visible;
}
.memory__card__back {
    background: url(graphics/memo-back.jpg) no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 0.5s both;
    -webkit-animation: stayvisible 0.5s both;
    -moz-animation: stayvisible 0.5s both;
    -o-animation: stayvisible 0.5s both;
    -ms-animation: donothing 0.5s;
    -ms-transition: visibility 0s linear 0.17s;
    visibility: hidden;
}




.memory__card__front--wuensche {
    background: url(graphics/memo-wuensche.jpg) no-repeat;
}
.memory__card__front--haushalt {
    background: url(graphics/memo-haushalt.jpg) no-repeat;
}
.memory__card__front--kompass {
    background: url(graphics/memo-kompass.jpg) no-repeat;
}
.memory__card__front--leben {
    background: url(graphics/memo-leben.jpg) no-repeat;
}
.memory__card__front--loesung {
    background: url(graphics/memo-loesung.jpg) no-repeat;
}
.memory__card__front--vermoegen {
    background: url(graphics/memo-vermoegen.jpg) no-repeat;
}



@keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-webkit-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-moz-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-o-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-ms-keyframes donothing { 0% { } 100% { } }





.debugnav,
.debugbutton,
.debugjump {
    position: fixed;
    top: 80px;
    left: 30px;
    margin: 0 auto;
    size: fixed;
    height: 20px;
    cursor: pointer;
    background-color: darkgreen;
    color: white;
    text-align: center;
    z-index: 999;
}
.debugbutton {
    top: 20px;
    background-color: black;
}
.debugnav {
    top: 160px;
    width: 200px;
    background-color: black;
}
.debugprev {
    display: inline-block;
    width: 90px;
}
.debugnext {
    display: inline-block;
    width: 90px;
}





/*******
        Memory-Solution
        ---------------
                       *******/

.memory__card--middle {
    margin: 0px 8px 0px 8px;
}

.memory__solution {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    top: 12px;
    left: 0px;
    border: 4px solid rgb(240, 240, 240);
    box-sizing: border-box;
    width: 286px;
    height: 392px;
    background-color: rgb(255, 255, 255);
    /*-webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    transition: opacity 200ms linear;*/
}

.memory__solution.active {
    pointer-events: all;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
    z-index: 4;
}

.memory__solution__close {
    cursor: pointer;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 32px;
    height: 32px;
    background: url(graphics/icons/icon-close.png) center center no-repeat;
}

.memory__solution__picture {
    margin: 16px auto;
    border: 4px solid rgb(240, 240, 240);;
    box-sizing: border-box;
    width: 132px;
    height: 132px;
    background-size: 132px 132px;
    background-position: center center;
    background-repeat: no-repeat;
}

.memory__solution__picture--leben {
    background-image: url("graphics/memo-leben_card.jpg");
}

.memory__solution__picture--kompass {
    background-image: url("graphics/memo-kompass_card.jpg");
}

.memory__solution__picture--vermoegen {
    background-image: url("graphics/memo-vermoegen_card.jpg");
}

.memory__solution__picture--wuensche {
    background-image: url("graphics/memo-wuensche_card.jpg");
}

.memory__solution__picture--haushalt {
    background-image: url("graphics/memo-haushalt_card.jpg");
}

.memory__solution__picture--loesung {
    background-image: url("graphics/memo-loesung_card.jpg");
}

.memory__solution__separator {
    margin: 16px auto;
    height: 4px;
}

.memory__solution__separator--yellow {
    background-color: rgb(255, 233, 0);
}

.memory__solution__separator--gray {
    margin: 16px;
    height: 1px;
    background-color: rgb(204, 204, 204);
}

.memory__solution__headline {
    margin: auto 16px;
    text-align: left;
}

.memory__solution__text {
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto 16px;
    text-align: left;
    height: 114px;
}

/*** 29.09.2016 SV ***/



.footer {
    background-color: #f0f0f0;
    min-height: 51px;
    padding-top: 10px;
    margin: auto;
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    z-index: 10;
    text-align: center;
}

.footer>ul {
    margin-left: 0;
    position: relative;
    zoom: 1;
}
.footer>ul>li {
    margin:auto;
    list-style: none;
    line-height: 1.5;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    display: inline;
}
.footer__active {
    font-weight: bold;
}
.footer a {
    text-decoration: none;
}

.footer>ul>li::after {
    color: #949494;
    content: "|";
    margin: 0px 10px 0px 9px;
}

.footer>ul>li:last-child:after {
    content: '';
    margin: 0;
}

.footer__datenschutz {
    min-width: 288px;
    padding-top: 16px;
    text-align: left;
}

.footer__impressum {
    min-width: 288px;
    padding-top: 16px;
}
.footer__impressum ul {
    padding: 16px 0;
    list-style-type: none;
    margin-left: 0;
    position: relative;
    zoom: 1;
}
.footer__impressum li {
    font-size: 16px;
    line-height:1.5rem;
}
.footer__impressum a {
    text-decoration: none;
}
.footer__impressum>ul>p {
    font-size: 16px;
    line-height:1.5rem;
    font-weight: bold;
}




/* 20102016 */

/* IE10 specific styles go here */
_:-ms-lang(x), .cmg8 { margin:0\9; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .flexbox>.inline{
        vertical-align:middle;
    }
    .native-dropdown {
        font-size: 13px;
        width: 133px;
    }
    .native-dropdown--mail {
        font-size: 14px;
        width: auto;
    }
}
@supports (-ms-ime-align:auto) {
    /* Edge 12+ specific styles go here */
    .native-dropdown {
        font-size: 13px;
        width: 133px;
    }
    .native-dropdown--mail {
        font-size: 14px;
        width: auto;
    }
}
@-moz-document url-prefix() {
    /* Firefox specific styles go here */
    .native-dropdown {
        font-size: 13px;
        width: 133px;
    }
    .native-dropdown--mail {
        font-size: 14px;
        width: auto;
    }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    /* Safari 6.1+ specific styles go here */
    .native-dropdown {
        font-size: 13px;
        width: 133px;
    }
    .native-dropdown--mail {
        font-size: 14px;
        width: auto;
    }
}

/** Styles for AnwendungsentwicklerIn go here**/

/**Images**/
.content__image--ae-start {
    height: 213px;
    background-image: url(graphics/ae/FA_start.jpg);
    background-size: auto 213px;
}
.content__image--ae-pic1 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_01.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic2 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_02.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic3 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_03.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic4 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_04.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic5 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_05.jpg);
    background-size: auto 100px;
}
.content__image--ae-pic6 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_06.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic7 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_07.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic8 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_08.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic9 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_09.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic10 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_10.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic11 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_11.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic12 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_12.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic13 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_13.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic14 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_14.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-pic15 {
    height: 100px;
    background-image: url(graphics/ae/FA_pic_15.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--ae-end {
    height: 213px;
    background-image: url(graphics/ae/FA_ende.jpg);
    background-size: auto 213px;
}
.content__image--ae-code1 {
    height: 100px;
    background-image: url(graphics/ae/FA_code_01.jpg);
    background-size: auto 100px;
}
.content__image--ae-code2 {
    height: 100px;
    background-image: url(graphics/ae/FA_code_02.jpg);
    background-size: auto 100px;
    margin-top: 16px;
}
/****/

.progress--ae>.progress__bar>.progress__element {
    width: 7.69%;
}

.ae-gate {
    padding-bottom: 0;
}

.ae-large-inline {
    width: 87%;
}
.ae-role-container:first-of-type {
    /* margin-top: 16px;*/
}
.ae-role-container {
    display: flex;
    padding: 16px 16px 0 16px;
    justify-content: flex-start;
    border-top: 1px solid #CCCCCC;
    margin-left: 16px;
}
.ae-role-container.ae-role-container--api select {
    width: 100%;
    max-width: 545px;
    margin: 0 auto 0 0;
}
.ae-role-container.last {
    border-bottom: 1px solid #CCCCCC;
}
.ae-role-container__image {
    width: 30px;
    margin-right: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}
.ae-role-container__image img {
    width: 30px;
}
.ae-role-container:first-of-type .ae-role-container__image {
    /*background-image: url("graphics/ae_role_1.svg");*/
}
.ae-role-container:nth-of-type(2) .ae-role-container__image {
    /*background-image: url("graphics/ae_role_2.svg");*/
}
.ae-role-container:nth-of-type(3) .ae-role-container__image {
    /*background-image: url("graphics/ae_role_3.svg");*/
}
.ae-role-container__text {
    width: 92%;
    display: flex;
    flex-direction: column;
}
.ae-role-container__text .native-dropdown {
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    width: 160px;
}

.ae-select-variable .native-dropdown{
    width: 213px;
    text-align-last: center;
}
.ae-select-sql .native-dropdown {
    text-align-last: center;
}
/**Kanban board**/

.ae-kanban-static {
    pointer-events: none;
}
.ae-kanban__head,
.ae-kanban__head-static {
    background-color: #CCCCCC;
    height: 50px;
    text-align: center;
}
.ae-kanban__head p,
.ae-kanban__head-static  p {
    line-height: 50px;
}
.ae-kanban__board,
.ae-kanban__board-static {
    display: flex;
    position: relative;
    border: 1px solid #CCCCCC;
    border-top: none;
}
.ae-kanban__board .ae-kanban__board-column,
.ae-kanban__board-static .ae-kanban__board-column-static {
    width: 33.33%;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
}
.ae-kanban__board .ae-kanban__board-column:last-of-type,
.ae-kanban__board-static .ae-kanban__board-column-static:last-of-type {
    border-right: none;
}
.ae-kanban__board .ae-kanban__board-column .native-dropdown,
.ae-kanban__board-static .ae-kanban__board-column-static .native-dropdown-static {
    width: 100%;
    padding: 10px 35px 10px 10px;
    background: url(graphics/icons/icon16_arrowdown_s.png) no-repeat right 16px center;
}
.ae-kanban__board .ae-taskpins,
.ae-kanban__board-static .ae-taskpins-static {
    background-color: rgba(239, 239, 239, 0.57);
    height: 95px;
}
.ae-kanban__board-column .ae-dropdown__text,
.ae-kanban__board-column-static .ae-dropdown__text-static {
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.ae-taskpins,
.ae-taskpins-static {
    padding: 14px 0;
    box-sizing: border-box;
}
.ae-taskpin-container,
.ae-taskpin-container-static {
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    width: 95px;
    margin: 0 auto;
}
.ae-taskpins .ae-taskpin-container:first-child,
.ae-taskpins-static .ae-taskpin-container-static:first-child {
    margin-bottom: 8px;
}
.ae-taskpins.taskpins--1 .ae-taskpin-container,
.ae-taskpins-static.taskpins--1-static .ae-taskpin-container-static {
    justify-content: flex-start;
}

.ae-taskpins.taskpins--2 .ae-taskpin-container:first-child,
.ae-taskpins-static.taskpins--2-static .ae-taskpin-container-static:first-child {
    justify-content: space-between;
}
.ae-taskpins.taskpins--2 .ae-taskpin-container:last-child,
.ae-taskpins-static.taskpins--2-static .ae-taskpin-container-static:last-child {
    justify-content: center;
}
.ae-taskpins.taskpins--3 .ae-taskpin-container:first-child,
.ae-taskpins-static.taskpins--3-static .ae-taskpin-container-static:first-child {
    justify-content: space-between;
}
.ae-taskpins.taskpins--3 .ae-taskpin-container:last-child,
.ae-taskpins-static.taskpins--3-static .ae-taskpin-container-static:last-child {
    justify-content: center;
}
.ae-pin,
.ae-pin-static {
    width: 27px;
    height: 30px;
}
.ae-pin-1,
.ae-pin-1-static {
    background-image: url("graphics/ae/zettel_01.svg");
    background-size: cover;
}
.ae-pin-2,
.ae-pin-2-static {
    background-image: url("graphics/ae/zettel_02.svg");
    background-size: cover;
}
.ae-pin-3,
.ae-pin-3-static {
    background-image: url("graphics/ae/zettel_03.svg");
    background-size: cover;
}
.ae-pin-4,
.ae-pin-4-static {
    background-image: url("graphics/ae/zettel_04.svg");
    background-size: cover;
}

.ae-kanban__overlay,
.ae-kanban__overlay-static {
    display: none;
    position: absolute;
    top: 35px;
    left: 5px;
    width: 275px;

}
.ae-kanban__overlay.active,
.ae-kanban__overlay-static.active {
    display: block;
    padding-bottom: 16px;
}
.ae-kanban__overlay--task,
.ae-kanban__overlay--task-static {
    background: linear-gradient(315deg, transparent 4%, rgba(255, 233, 0,1) 5%);
}
.ae-kanban__overlay--done,
.ae-kanban__overlay--done-static {
    background-color: rgba(226, 226, 226, 1);
    background: linear-gradient(315deg, transparent 4%, rgba(226, 226, 226, 1) 5%);
}

.ae-kanban__close-button-container,
.ae-kanban__close-button-container-static {
    display: flex;
    height: 20px;
    padding:4.5px 8.5px 0 8.5px;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
}
.ae-kanban__close-button,
.ae-kanban__close-button-static {
    width: 20px;
    height: 20px;
    text-align: right;
    cursor: pointer;
}

.ae-kanban__overlay-text,
.ae-kanban__overlay-text-static {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.ae-kanban__overlay-text .ae-corner,
.ae-kanban__overlay-text-static .ae-corner-static {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -16px;
    right: 0;
    background: linear-gradient(315deg, transparent 45%, #CCCCCC 50%);
}
.ae-kanban__overlay-text ul {
    list-style-type: none;
}

.ae-kanban__overlay-text ul > li:before {
    content: "–";
    position: absolute;
    margin-left: -1.1em;
}

/**Ranking task**/
.ae-task-ranking {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 16px;
}
.ae-task-ranking__class-container  {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.ae-task-ranking__class-container input {
    color: #000000;
}
.ae-task-ranking__button--rank {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-right: 16px;
    background-color: #ffffff;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ae-flex-container-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ae-flex-container-rank {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px 10px 16px;
    margin-bottom: 2px;
    cursor: pointer;
}
.ae-flex-container-rank.last {
    margin-bottom: 0;
}
.ae-flex-container-rank.is-ranked {
    background-color: rgba(239, 239, 239, 0.57);
}
.ae-reset {
    position: relative;
    margin: 16px auto 0 auto;
    width: 288px;
    height: 50px;
    zoom: 1;
    background-color: #CCCCCC;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ae-reset.active {
    display: flex;
}

/**Textbaustein Aufgabe**/
.ae-letter {
    margin: 16px 0 0 0;
}
.ae-letter-container {
    padding-bottom: 0;
    max-width: 288px;
    margin: auto;
}
.ae-letter--option-wrapper {
    background-color: #ffffff;
}
.ae-select-text {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #CCCCCC;
    padding-top: 16px
}
.ae-select-text.active {
    display: flex;

}
.ae-letter--option-wrapper p {
    color: #000000;
}
.ae-option__index {
    display: none;
}
.ae-option__index p {
    display: none;
}
.ae-option__index p.active{
    display: block;
}

.ae-select-text--triangle-left {
    width: 10px;
    height: 25px;
    background-image: url("graphics/ae/FA_arrow_left.svg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ae-select-text--triangle-right {
    width: 10px;
    height: 25px;
    background-image: url("graphics/ae/FA_arrow_right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ae-select-text--button {
    width: 233px;
    height: 50px;
    margin: 0 16px;
    text-align: center;
    background-color: #FFE900;
    cursor: pointer;
}
.ae-select-text--button p {
    line-height: 50px;
}
.ae-progress-wrapper {
    display: none;
    width: 100%;
    height: 0;
    justify-content: center;
    align-items: center;
}
.ae-progress-wrapper.active {
    display: flex;
}
.ae-progress-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    margin-right: 10px;
}
.ae-progress-dot.active {
    background-color: rgb(255, 233, 0);
}
.ae-chosen__options .corrected {
    padding: 5px;
}
.ae-chosen__options.filled {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 16px;
}
.ae-mail-head-letter {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(240,240,240);
}
.ae-mail-head-letter td {
    vertical-align: top;
}
.ae-mail-head-letter .ae-mail-head__text td:first-of-type {
    color: #808080;
    width: 25%;
}
.ae-mail-head-letter.large .ae-mail-head__text td:first-of-type {
    width: 40%;
}
.ae-reset-text {
    margin: 0 auto 16px auto;
}

/**Calculator**/
.ae-calculator {
    /*border-top: 1px solid #CCCCCC;*/
    padding: 0 0 16px 0;
    width: 288px;
    margin: 0 auto;
}
.ae-calculator__minus {
    width: 16px;
    text-align: center;
}
.ae-calculator__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ae-calculator__row label {
    cursor: default;
}
.ae-calculator__row .ae-calculator__input-container {
    width: 140px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ae-calculator__border {
    border: 1px solid #E2E2E2;
    display: flex;
    margin-left: 5px;
    width: 100px;
}
.ae-calculator__row .ae-calculator__input,
.ae-calculator__row .ae-calculator__input-result {
    width: 83%;
    height: 35px;
    text-align: center;
    border: none;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    background-color: transparent;
    font-family: GothamLight, Verdana;
    font-size: 16px;
    -moz-appearance: textfield;
}
@-moz-document url-prefix() {
    .ae-calculator__row .ae-calculator__input,
    .ae-calculator__row .ae-calculator__input-result {
        width: 82%;
    }
}
.ae-calculator__icon {
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
}
.ae-calculator__input.ae-calculator__input-result {
    font-weight: bold;
}
.ae-calculator__row .ae-calculator__input:disabled {
    background-color: #ffffff;
    color: #000000 !important;
    -webkit-text-fill-color: #000000;
    opacity: 1 !important;
}
/*.ae-calculator__border < input:invalid {
    border-color: #D80000;
 }*/
.ae-calculator__input-result:disabled {
    background-color: #ffffff;
    font-family: GothamBold, Verdana;
    color: #000000 !important;
    -webkit-text-fill-color: #000000;
    opacity: 1 !important;
}
.ae-calculator__input-result + .ae-calculator__icon p {
    color: #000000;
    line-height: 35px;
}

.ae-calculator__input.ae-calculator__input::-webkit-inner-spin-button,
.ae-calculator__input.ae-calculator__input::-webkit-outer-spin-button,
.ae-calculator__input.ae-calculator__input-result::-webkit-inner-spin-button,
.ae-calculator__input.ae-calculator__input-result::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ae-row-result {
    display: none;
}
.ae-row-result.active {
    display: flex;
    margin-top: 16px;
}
.ae-error-message {
    color: #D80000;
}
/****/
.ae-code-example {
    background-color: #000000;
    font-family: "Courier New", "Times New Roman", Serif;
    color: #ffffff;
    font-size: 13px;
    margin-top: 16px;
}
.ae-code-example__layout {
    padding: 4px;
}
.ae-code-example__layout td {

}
.ae-code-example__layout span {
    color: #F19E1E;
}
.ae-code-example__layout .single-indent {
    padding-left: 16px;
}
.ae-code-example__layout .double-indent {
    padding-left: 32px;
}


/****/
.ae-list li {
    margin-bottom: 16px;
}
.ae-list li span {
    display: inline-block;
    width: 197px;
}
.ae-list li:last-of-type {
    margin-bottom: 0;
}
.container.ae-description {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 16px;
    background: linear-gradient(315deg, transparent 3%, #EFEFEF 3%);
}
.toggle__box .ae-description {
    margin-left: 16px;
}

.container.ae-description .ae-corner,
#feedback .feedback--info .ae-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    background: linear-gradient(315deg, transparent 45%, #CCCCCC 50%);
}
#feedback .feedback--info {
    position: relative;
    padding: 16px 16px 50px 16px;
    margin-top: 16px;
    background: linear-gradient(315deg, transparent 22px, #EFEFEF 3px);
}


/****************************/
/**STYLES FOR BANKKAUFLEUTE**/
/****************************/
/**Images**/
.content__image--kbm-start {
    height: 213px;
    background-image: url("graphics/kbm/KA_start.jpg");
    background-size: auto 213px;
}
.content__image--kbm-pic1 {
    height: 100px;
    background-image: url("graphics/kbm/KA_pic_01.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic2 {
    height: 100px;
    background-image: url("graphics/kbm/KA_pic_02.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic3 {
    height: 100px;
    background-image: url("graphics/kbm/KA_pic_03.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic4 {
    height: 100px;
    background-image: url("graphics/kbm/KA_pic_04.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic5 {
    height: 100px;
    background-image: url("graphics/kbm/KA_pic_05.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic6 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_06.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic7 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_07.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic8 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_08.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic9 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_09.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic10 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_10.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic11 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_11.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic12 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_12.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic13 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_13.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic14 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_14.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-pic15 {
    height: 100px;
    background-image: url("graphics/kbm/Ka_pic_15.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--kbm-ende {
    height: 213px;
    background-image: url("graphics/kbm/KA_ende.jpg");
    background-size: auto 213px;
}


.basic-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}
.basic-table td {
    border: 1px solid #CCCCCC;
    padding: 15px 11px;
}
.basic-table td.with-select {
    padding: 0 11px;
}
.basic-table tr td:first-of-type {
    width: 27%;
    text-align: left;
}
.basic-table tr td:last-of-type {
    text-align: left;
}
.basic-table tr.grey-background {
    background-color: #F6F6F6;
}
.basic-table .native-dropdown {
    width: 100%;
}

/****************************/
/****************************/
/*Angewandte Informatik*/
/****************************/
/****************************/


.content__image--api-pic12 img {
    width: 100%;
    max-width: 640px;
    height: auto;
    max-height: 350px;
    display: block;
    margin: 16px auto 0 auto;
}

input[name="api_input_3"]:disabled {
    visibility: hidden;
}
.api-gate .gate__container {
    aspect-ratio: 1/1.3;
    height: 117px;
}
.gate.api-gate input:checked + .gate__container {
    background-color: rgb(240,240,240);
}
.container--timetable {
    overflow-x: scroll;
}
.timetable.timetable--api {
    overflow-x: scroll;
    border-collapse: collapse;
    width: fit-content;
}
.timetable.timetable--api th,
.timetable.timetable--api td {
    border: 1px solid #000;
    font-size: 15px;
    padding: 4px;
    width: 85px;
    vertical-align: top;
}
.email-box.email-box--api .togglebox__arrow {
    top: 5px;
}

/**Images**/
.content__image--api-start {
    height: 213px;
    background-image: url("graphics/api/mobil-start-header.jpg");
    background-size: auto 213px;
}
.content__image--api-pic1 {
    height: 100px;
    background-image: url("graphics/api/mobil-start-content.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic2 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-1-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic3 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-2-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic4 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-3-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic5 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-4-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic6 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-5-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic7 {
    height: 213px;
    background-image: url("graphics/api/mobil-zwischen-fb-1-header.jpg");
    background-size: auto 213px;
    margin-top: 16px;
}
.content__image--api-pic8 {
    height: 100px;
    background-image: url("graphics/api/mobil-zwischen-fb-1-content.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic9 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-6-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic10 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-7-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic11 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-8-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic12 img {
    margin-top: 0;
}
.content__image--api-pic13 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-9-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-pic14 {
    height: 100px;
    background-image: url("graphics/api/mobil-aufg-10-header.jpg");
    background-size: auto 100px;
    margin-top: 16px;
}
.content__image--api-end {
    height: 213px;
    background-image: url("graphics/api/mobil-ende-header.jpg");
    background-size: auto 213px;
}









/**MEDIA QUERY**/
@media screen and (min-width: 320px) {
    .checkbox__text,
    .radio__text,
    .itemtext {
        max-width: 256px;
    }

    .radio--conversation .radio__text,
    .itemtext {
        max-width: 224px;
    }


    .native-dropdown {
        line-height: 18px;
    }


}


@media screen and (min-width: 640px) {

    .stage,
    .meta-overlay.browser-error-overlay {

        width: 640px;

    }


    .header__logo {
        width: 588px;
    }
    .container--weiche__inside {
        width: 320px;
        justify-content: flex-start;
    }
    .container--weiche__inside .weiche--right {
        margin-right: 16px;
    }
    .container--weiche__inside .weiche--left:last-child {
        margin-top: 0;
    }

    .checkbox__text,
    .radio__text {
        max-width: 576px;
    }

    .radio--conversation .radio__text,
    .itemtext {
        max-width: 320px;
    }

    .dropdown__radio input:not(:checked)+label .radio__separator-last,
    .dropdown__radio input:not(:checked)+label .radio__separator{
        margin-left: 640px;
    }

    .toggle>.inline {
        max-width: 500px;
    }
    /*.ae-mail-head-letter .ae-mail-head__text td:first-of-type {
        width: 12%;
    }
    .ae-mail-head-letter.large .ae-mail-head__text td:first-of-type {
        width: 18%;
    }*/
    .ae-kanban__overlay,
    .ae-kanban__overlay-static {
        width: 191px;
    }
    .ae-kanban__overlay--task,
    .ae-kanban__overlay--task-static {
        background: linear-gradient(315deg, transparent 5%, rgba(255, 233, 0,1) 7%);
    }
    .ae-kanban__overlay--done.done-1,
    .ae-kanban__overlay--done-static.done-1-static {
        left: 208px;
        background: linear-gradient(315deg, transparent 5%, rgba(226, 226, 226, 1) 7%);
    }
    .ae-kanban__overlay--done.done-1 p,
    .ae-kanban__overlay--done.done-2 p,
    .ae-kanban__overlay--done-static.done-1-static p,
    .ae-kanban__overlay--done-static.done-2-static p {
        text-align: center;
    }
    .ae-kanban__overlay--done.done-2,
    .ae-kanban__overlay--done-static.done-2-static {
        left: 410px;
        background: linear-gradient(315deg, transparent 5%, rgba(226, 226, 226, 1)  7%);
    }
    .ae-flex-container-dropdown .native-dropdown {
        margin: 0 16px 0 0;
    }
    .ae-list li span {
        width: 225px;
    }
    .ae-kanban__board .ae-taskpins,
    .ae-kanban__board-static .ae-taskpins-static {
        height: 112px;
    }
    .ae-taskpins {
        padding: 22px 0;
    }

    .content__image--cb-start {
        height: 280px;
        background-image: url("graphics/CB-start_960.jpg");
        background-size: auto 280px;
    }
    .content__image--boa-start {
        height: 280px;
        background-image: url("graphics/BoA-start_960.jpg");
        background-size: auto 280px;
    }
    .content__image--bkl-start {
        height: 280px;
        background-image: url("graphics/Bkl-start_960.jpg");
        background-size: auto 280px;
    }

    .content__image--boa-pic1 {
        height: 166px;
        background-image: url("graphics/BoA-pic1_960.jpg");
        background-size: 640px auto;
    }

    .content__image--boa-pic2 {
        height: 166px;
        background-image: url("graphics/BoA-pic2_960.jpg");
        background-size: 640px auto;
    }
    .content__image--bkl-pic1 {
        height: 166px;
        background-image: url("graphics/Bkl-pic1_960.jpg");
        background-size: 640px auto;
    }
    .content__image--bkl-pic2 {
        height: 166px;
        background-image: url("graphics/Bkl-pic2_960.jpg");
        background-size: 640px auto;
    }
    /**ae-images**/
    .content__image--ae-start {
        height: 280px;
        background-image: url(graphics/ae/FA_start_960.jpg);
        background-size: auto 280px;
    }
    .content__image--ae-pic1 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_01_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic2 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_02_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic3 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_03_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic4 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_04_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic5 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_05_960.jpg);
        background-size: 640px auto;
    }
    .content__image--ae-pic6 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_06_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic7 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_07_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic8 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_08_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic9 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_09_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic10 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_10_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic11 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_11_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic12 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_12_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic13 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_13_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic14 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_14_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-pic15 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_15_960.jpg);
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--ae-end {
        height: 280px;
        background-image: url(graphics/ae/FA_ende_960.jpg);
        background-size: 640px auto;
    }


    /**KBM-images**/
    .content__image--kbm-start {
        height: 280px;
        background-image: url("graphics/kbm/KA_start_960.jpg");
        background-size: auto 280px;
    }
    .content__image--kbm-pic1 {
        height: 166px;
        background-image: url("graphics/kbm/KA_pic_01_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic2 {
        height: 166px;
        background-image: url("graphics/kbm/KA_pic_02_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic3 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_03_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic4 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_04_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic5 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_05_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic6 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_06_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic7 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_07_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic8 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_08_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic9 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_09_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic10 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_10_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic11 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_11_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic12 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_12_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic13 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_13_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic14 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_14_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-pic15 {
        height: 166px;
        background-image: url("graphics/kbm/Ka_pic_15_960.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--kbm-ende {
        height: 280px;
        background-image: url("graphics/kbm/KA_ende_960.jpg");
        background-size: auto 280px;
    }

    /**api images**/
    /**Images**/
    .content__image--api-start {
        height: 280px;
        background-image: url("graphics/api/desktop-start-header.jpg");
        background-size: auto 280px;
    }
    .content__image--api-pic1 {
        height: 166px;
        background-image: url("graphics/api/desktop-start-content.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic2 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-1-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic3 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-2-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic4 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-3-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic5 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-4-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic6 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-5-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic7 {
        height: 280px;
        background-image: url("graphics/api/desktop-zwischen-fb-1-header.jpg");
        background-size: auto 280px;
        margin-top: 16px;
    }
    .content__image--api-pic8 {
        height: 166px;
        background-image: url("graphics/api/desktop-zwischen-fb-1-content.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic9 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-6-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic10 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-7-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic11 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-8-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic12 img {
        margin-top: 0;
    }
    .content__image--api-pic13 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-9-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-pic14 {
        height: 166px;
        background-image: url("graphics/api/desktop-aufg-10-header.jpg");
        background-size: 640px auto;
        margin-top: 16px;
    }
    .content__image--api-end {
        height: 280px;
        background-image: url("graphics/api/desktop-ende-header.jpg");
        background-size: auto 280px;
    }



}

@media screen and (min-width: 960px) {

    .stage,
    .meta-overlay.browser-error-overlay {

        width: 920px;

    }
    .container--weiche__inside {
        width: 100%;
        justify-content: center;
    }
    .container--weiche__inside .inside-wrapper:not(:first-of-type) {
        margin-top: 0;
    }

    .header__logo {
        width: 868px;
    }

    .checkbox__text,
    .radio__text{
        max-width: 856px;
    }

    .radio--conversation .radio__text,
    .itemtext {
        max-width: 480px;
    }

    .dropdown__radio input:not(:checked)+label .radio__separator-last,
    .dropdown__radio input:not(:checked)+label .radio__separator{
        margin-left: 920px;
    }

    .toggle>.inline {
        max-width: 800px;
    }

    /*.ae-mail-head-letter .ae-mail-head__text td:first-of-type {
        width: 8%;
    }
    .ae-mail-head-letter.large .ae-mail-head__text td:first-of-type {
        width: 12.5%;
    }*/
    .ae-kanban__overlay,
    .ae-kanban__overlay-static {
        width: 284px;
    }
    .ae-kanban__overlay--task,
    .ae-kanban__overlay--task-static {
        background: linear-gradient(315deg, transparent 4%, rgba(255, 233, 0,1) 5%);
    }
    .ae-kanban__overlay--done.done-1,
    .ae-kanban__overlay--done-static.done-1-static {
        left: 301px;
        background: linear-gradient(315deg, transparent 4%, rgba(226, 226, 226, 1) 5%);
    }
    .ae-kanban__overlay--done.done-1 p,
    .ae-kanban__overlay--done.done-2 p,
    .ae-kanban__overlay--done-static.done-1-static p,
    .ae-kanban__overlay--done-static.done-2-static p {
        text-align: center;
    }
    .ae-kanban__overlay--done.done-2,
    .ae-kanban__overlay--done-static.done-2-static {
        left: 597px;
        background: linear-gradient(315deg, transparent 4%, rgba(226, 226, 226, 1) 5%);
    }
    .ae-kanban__board .ae-taskpins,
    .ae-kanban__board-static .ae-taskpins-static {
        height: 95px;
    }
    .ae-taskpins,
    .ae-taskpins-static {
        padding: 13px 0;
    }

    .container.ae-description {
        background: linear-gradient(315deg, transparent 2%, #EFEFEF 3%);
    }

    .content__image--cb-start {
        height: 420px;
        background-image: url("graphics/CB-start_960.jpg");
        background-size: auto 420px;
    }
    .content__image--boa-start {
        height: 420px;
        background-image: url("graphics/BoA-start_960.jpg");
        background-size: auto 420px;
    }
    .content__image--bkl-start {
        height: 420px;
        background-image: url("graphics/Bkl-start_960.jpg");
        background-size: auto 420px;
    }

    .content__image--boa-pic1 {
        height: 250px;
        background-image: url("graphics/BoA-pic1_960.jpg");
        background-size: auto 250px;
    }

    .content__image--boa-pic2 {
        height: 250px;
        background-image: url("graphics/BoA-pic2_960.jpg");
        background-size: auto 250px;
    }
    .content__image--bkl-pic1 {
        height: 250px;
        background-image: url("graphics/Bkl-pic1_960.jpg");
        background-size: auto 250px;
    }
    .content__image--bkl-pic2 {
        height: 250px;
        background-image: url("graphics/Bkl-pic2_960.jpg");
        background-size: auto 250px;
    }
    /**ae-images**/
    .content__image--ae-start {
        height: 420px;
        background-image: url(graphics/ae/FA_start_960.jpg);
        background-size: auto 420px;
    }
    .content__image--ae-pic1 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_01_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic2 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_02_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic3 {
        height: 166px;
        background-image: url(graphics/ae/FA_pic_03_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic4 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_04_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic5 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_05_960.jpg);
        background-size: auto 250px;
    }
    .content__image--ae-pic6 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_06_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic7 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_07_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic8 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_08_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic9 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_09_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic10 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_10_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic11 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_11_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic12 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_12_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic13 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_13_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic14 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_14_960.jpg);
        background-size:  auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-pic15 {
        height: 250px;
        background-image: url(graphics/ae/FA_pic_15_960.jpg);
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--ae-end {
        height: 420px;
        background-image: url(graphics/ae/FA_ende_960.jpg);
        background-size: auto 420px;
    }

    /**KBM-images**/
    .content__image--kbm-start {
        height: 420px;
        background-image: url("graphics/kbm/KA_start_960.jpg");
        background-size: auto 420px;
    }
    .content__image--kbm-pic1 {
        height: 250px;
        background-image: url("graphics/kbm/KA_pic_01_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic2 {
        height: 250px;
        background-image: url("graphics/kbm/KA_pic_02_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic3 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_03_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic4 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_04_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic5 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_05_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic6 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_06_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic7 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_07_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic8 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_08_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic9 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_09_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic10 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_10_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic11 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_11_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic12 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_12_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic13 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_13_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic14 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_14_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-pic15 {
        height: 250px;
        background-image: url("graphics/kbm/Ka_pic_15_960.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--kbm-ende {
        height: 420px;
        background-image: url("graphics/kbm/KA_ende_960.jpg");
        background-size: 420px auto;
    }

    /**api images**/
    /**Images**/
    .content__image--api-start {
        height: 420px;
        background-image: url("graphics/api/desktop-start-header.jpg");
        background-size: auto 420px;
    }
    .content__image--api-pic1 {
        height: 250px;
        background-image: url("graphics/api/desktop-start-content.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic2 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-1-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic3 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-2-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic4 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-3-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic5 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-4-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic6 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-5-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic7 {
        height: 420px;
        background-image: url("graphics/api/desktop-zwischen-fb-1-header.jpg");
        background-size: auto 420px;
        margin-top: 16px;
    }
    .content__image--api-pic8 {
        height: 250px;
        background-image: url("graphics/api/desktop-zwischen-fb-1-content.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic9 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-6-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic10 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-7-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic11 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-8-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic12 img {
        margin-top: 0;
    }
    .content__image--api-pic13 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-9-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-pic14 {
        height: 250px;
        background-image: url("graphics/api/desktop-aufg-10-header.jpg");
        background-size: auto 250px;
        margin-top: 16px;
    }
    .content__image--api-end {
        height: 420px;
        background-image: url("graphics/api/desktop-ende-header.jpg");
        background-size: auto 420px;
    }
}
