﻿/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



#v_main {
    background-image: none;
    color: #575757;
    font-family: "Roboto", Arial, sans-serif;
}
.v_pageBodySC { background: white; }

/* Header */

.euheader {
    min-height: 50px;
    background-color: #31cbf8;
    background-image: linear-gradient(to right, #31cbf8, #269ad1);
    overflow: hidden;
}

    .euheader .logo {
        display: inline-block;
        color: white;
        height: 30px;
        width: 144px;
        margin-top: 12px;
        margin-left: 24px;
    }

    .euheader .logo svg { fill: #FFF; }

    .euheader .logo svg #Subline { display: none; }

    .euheader .title {
        color: white;
        line-height: 50px;
        font-size: 18px;
        vertical-align: top;
        float: right;
        margin-right: 24px;
        font-weight: bold;
    }

@media (min-width: 992px) {
    .euheader .logo svg #Subline { display: block; }
}

@media (min-width: 768px) {
    .euheader { height: 80px; }
    .euheader .logo { height: 50px; width: 240px; margin-top: 18px; }
    .euheader .title { font-size: 27px; line-height: 80px; }
}

/* Footer */

.eufooter {
    margin-top: 15px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    color: gray;
    border-top: solid 1px silver;
    line-height: 50px;
}

    .eufooter ul { padding: 0; margin: 0; text-align: right; }
    .eufooter li { display: inline-block; list-style: none; margin: 0; padding: 0 18px; cursor: pointer; }
    .eufooter li a { color: gray; }
    .eufooter li a:hover { color: #575757; }

/* Enduser Content */

.eu {
    box-sizing: border-box;
    background-color: white;
    font-size: 14px;
    line-height: 1.5;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    min-height: calc(100vh - 120px);
    padding: 48px 9px 24px 9px;
}
@media (min-width: 768px) { .eu { min-height: calc(100vh - 150px); font-size: 16px; }}

.eu.msg { min-height: auto; }

.eu b { font-weight: bold; }

.eu div, .eu li { box-sizing: border-box; }

.eu .row { display: table; width: calc(100% + 18px); margin: 0 -9px; }
.eu .row > div { display: table-cell; padding: 0 9px; vertical-align: top; }

.eu .rowbr { display: block; width: calc(100% + 18px); margin: 0 -9px; }
.eu .rowbr > div { display: inline-block; vertical-align: top; padding: 0 9px; }

.eu .resprow { display: block; width: calc(100% + 36px); margin: 0 -18px; }
.eu .resprow > div { display: inline-block; padding: 0 18px; }

.eu .col100 { width: 100%; }
.eu .col66 { width: 66%; vertical-align: top; }
.eu .col50 { width: 50%; vertical-align: top; }
.eu .col34 { width: 34%; vertical-align: top; }
.eu .col33 { width: 33%; vertical-align: top; }
.eu .col25 { width: 25%; vertical-align: top; }

@media (max-width: 991px) {
    .eu .resprow > .col66 { width: 100%; }
    .eu .resprow > .col50 { width: 100%; }
    .eu .resprow > .col34 { width: 66%; }
    .eu .resprow > .col33 { width: 66%; }
    .eu .resprow > .col25 { width: 50%; }
}

@media (max-width: 767px) {
    .eu .resprow > .col66 { width: 100%; }
    .eu .resprow > .col50 { width: 100%; }
    .eu .resprow > .col34 { width: 100%; }
    .eu .resprow > .col33 { width: 100%; }
    .eu .resprow > .col25 { width: 100%; }
}


.eu .row::after { content: ""; clear: both; display: table; }

.eu .fl { float: left; }
.eu .fr { float: right; }


/* Navigation */

.eu .navi { margin: 0 0 24px 0; }
.eu .navi ul { margin: 0; padding: 0; }
.eu .navi li { display: inline-block; width: calc(33.33% - 16.67px); list-style: none; font-size: 16px; line-height: 22px; padding: 0; text-align: center; }
.eu .navi li:first-child { text-align: left; width: calc(16.67% + 16.67px); }
.eu .navi li:last-child { text-align: right; width: calc(16.67% + 16.67px); }
.eu .naviimg { background-color: #FF9900; width: 50px; height: 50px; display: inline-block; border-radius: 50%; padding: 9px; }
.eu .naviimg img { width: 30px; }
.eu .navitext { padding-top: 40px; margin-top: -25px; border-top: solid 2px silver; }
.eu .navitext span { display: none; color: #FF9900; }
.eu .navi li.nonvis .naviimg { background-color: silver; }
.eu .navi li.nonvis .navitext span { color: silver; }
.eu .navi li.vis .naviimg { background-color: #575757; }
.eu .navi li.vis .navitext span { color: #575757; }
@media (min-width: 992px) { .eu .navitext span { display: inline-block; }}

.eu .navi2 { padding: 9px; color: #269AD1; margin: 18px 0; }
.eu .navi2::after { content: ""; clear: both; display: table; }

.eu .title { margin-bottom: 12px; border-bottom: 1px solid #d9d9d9; }
.eu .titleimg { display: inline; }
.eu .titleimg img { height: 48px; }
.eu .titletext { display: inline; vertical-align: bottom; font-size: 200%; font-weight: 500; margin-bottom: 24px; padding: 0 24px; color: #0075ac; }

.eu h1 { font-size: 200%; font-weight: 500; margin-bottom: 24px; color: #0075ac; }
.eu h2 { margin: 36px 0 24px 0; line-height: 24px; font-weight: 500; color: #0075ac; }
.eu h3 { margin: 36px 0 24px 0; line-height: 24px; font-weight: bold; font-size: 18px; color: inherit; }
.eu h4 { margin: 36px 0 24px 0; line-height: 24px; font-weight: normal; font-size: 16px; color: inherit; }
.eu .ctlLabelSmall0 { font-size: 75%; }

/* Buttons */
.eu .ctlLink { padding: 12px 30px; border: solid 2px #FF9900; color: #FF9900; background-color: white; line-height: 24px; border-radius: 24px; text-align: center; transition: all ease 0.2s;}
.eu .ctlLink:hover, .eu .ctlLink:focus { background-color: #FF9900; color: white; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
.eu .ctlLink.First { background-color: #FF9900; color: white; min-width: 180px; }
.eu .ctlLink.First:hover, .eu .ctlLink.First:focus { background-color: #eb7d1a; border-color: #eb7d1a; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }


/* Content */

.eu .danger {
    background: url("ic-error.svg") no-repeat 15px 20px #f53a23;
    background-position: 20px 23px;
    background-size: 31px;
    padding: 29px 20px 29px 64px;
    min-height: 77px;
    margin-bottom: 22px;
    color: white;
}


/* Neue Controls */


.ctleu_cont { margin-bottom: 26px; position: relative; }

.ctleu {
    border-radius: 4px;
    border: solid 1px #F4F4F4;
    background-color: #F4F4F4;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: #575757;
    transition: box-shadow ease 0.3s;
}
.ctleu:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
.disabled > .ctleu { background-color: #FCFCFC; }
.disabled > .ctleu:hover { box-shadow: none; }

.ctleusimple { position: relative; }

.ctleu_cap { position: absolute; font-size: 12px; line-height: 14px; left: 15px; top: 3px; }
.ctleu_unit { position: absolute; right: 0; bottom: 18px; }
.ctleu_cap + .ctleu_unit { bottom: 9px; }
.ctleu_tt_btn {
    position: absolute;
    right: -8px;
    top: -8px;
    display: inline-block;
    padding: 0;
    border: solid 1px currentColor;
    border-radius: 50%;        
    overflow: hidden;
    box-shadow: 0 0 0 3px white;
    width: 24px;
    height: 24px;
    line-height: 23px;
    color: #31cbf8;
    background-color: white;
    text-align: center;
    cursor: pointer;
    transition: background-color ease 0.3s;
}
.ctleusimple .ctleu_tt_btn { top: 17px; right: -7px; }

.ctleu_tt_btn:focus, .ctleu_tt_btn:hover { outline: none; background-color: #31cbf8; color: white;}

.ctleu_tt {
    position: absolute;
    right: -8px;
    width: 360px;
    max-width: 90vw;
    bottom: calc(100% + 12px);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    background-color: white;
    display: none;
    opacity: 0;
    transition: opacity ease 0.3s;
    z-index: 1;
    overflow: auto;
}
.ctleusimple .ctleu_tt { bottom: calc(100% - 10px);}
.ctleu_tt .TT_tip { font-size: 16px; margin: 20px 0 10px 0; font-weight: 500; color: #FF9900; }

.ctleu_ft {
    position: relative;
    margin-top: 3px;
    padding: 3px 0;
    font-size: 12px;
    line-height: 14px;
    color: #f53a23;
    display: none;
}

.ctleu_text {
    position: relative;
    box-sizing: border-box;
    outline: none;
    border: solid 1px transparent;
    border-radius: 4px;
    background-color: transparent;
    width: 100%;
    padding: 17px 15px;
    font: inherit;
    font-weight: 300;
    line-height: 20px;
    min-height: 56px;
    transition: border-color ease 0.3s;
}
.ctleu_cap ~ .ctleu_text { padding: 26px 15px 8px 15px; }

.ctleucombo select {
    position: relative;
    box-sizing: border-box;
    outline: none;
    border: solid 1px transparent;
    border-radius: 4px;
    background-color: transparent;
    width: 100%;
    padding: 17px 6px 17px 15px;
    font: inherit;
    font-weight: 300;
    line-height: 20px;
    min-height: 56px;
    transition: border-color ease 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ctleucombo .ctleu_cap ~ select { padding: 26px 6px 8px 15px; }
.ctleucombo select::-ms-expand { display: none; }
.ctleucombo select::-ms-value { background-color: transparent; color: currentColor; }
.ctleucombo option { background-color: #F4F4F4;}
.ctleucombo svg { position: absolute; right: 10px; bottom: 22px; width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2px; }
.ctleucombo .ctleu_cap + svg { bottom: 13px; }
.disabled .ctleucombo svg { stroke: silver; }

.ctleucheck { font: inherit; font-weight: 300; font-size: 16px; line-height: 20px; }
.ctleucheck input { position: absolute; opacity: 0; cursor: default; }
.ctleucheck label { position: relative; display: block; padding: 17px 6px 17px 51px; border: solid 1px transparent; transition: box-shadow ease 0.3s, border-color ease 0.3s;}
.ctleucheck input:enabled + label { cursor: pointer; }
.ctleusimple.ctleucheck input:enabled + label:hover svg { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
.ctleucheck .ctleu_cap ~ label { padding-top: 26px; padding-bottom: 8px; }
.ctleusimple.ctleucheck label { padding: 18px 30px 18px 33px; }
.ctleucheck input + label svg { box-sizing: border-box; position: absolute; width: 24px; height: 24px; bottom: 15px; left: 15px; border: solid 1px #31cbf8; background-color: white; border-radius: 4px; padding: 4px; transition: background-color ease 0.3s, box-shadow ease 0.3s; }
.ctleucheck .ctleu_cap ~ label svg { bottom: 6px; }
.ctleucheck input:disabled + label svg { border-color: silver;}
.ctleusimple.ctleucheck svg { left: 0; top: 16px; }
.ctleucheck svg polyline { stroke: white; }
.ctleu.ctleucheck input:focus + label { border-color: #31cbf8; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
.ctleusimple.ctleucheck input:focus + label svg { border-color: #31cbf8; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
.ctleucheck input:checked:enabled + label svg { background-color: #31cbf8; }
.ctleucheck input:checked:disabled + label svg { background-color: silver; }
.ctleusimple.ctleucheck + .ctleu_ft { margin-top: -12px; }

.ctleuzusatzbaustein label svg { top: 15px; bottom: auto; }
.ctleuzusatzbaustein label div.cap { font-weight: bold; font-size: 18px; line-height: 20px; margin-bottom: 6px; }

.ctleu_cont .radio_cap { margin: 35px 30px 22px 0; line-height: 24px; font: inherit; font-size: 18px; font-weight: bold; }
.ctleu_cont .radio_cap .ctleu_tt_btn { top: 0; }
.ctleu_cont .radio_cap div { font-weight: 300; line-height: 20px; }
.ctleuradio { font: inherit; font-weight: 300; font-size: 16px; line-height: 28px; margin: 0 -9px -26px -9px; }
.ctleuradio .radioCont { position: relative; display: inline-block; vertical-align: top; padding: 0 9px 26px 9px; }
.ctleuradio .radioContInner { background-color: #F4F4F4; border: solid 1px #F4F4F4; border-radius: 4px; }
.ctleuradio fieldset { padding: 0; margin: 0; border: none;}
.ctleuradio input { position: absolute; opacity: 0; cursor: default; }
.ctleuradio label { box-sizing: border-box; position: relative; display: block; min-height: 58px; padding-top: 15px; background-color: #FCFCFC; color: gray; border: solid 1px #F4F4F4; border-radius: 4px; transition: box-shadow ease 0.3s, border-color ease 0.3s, background-color ease 0.3s; }
.ctleuradio .hasText label { padding-top: 4px; }
.ctleuradio label .radiolabel { margin: 0 6px 0 44px; }
.ctleuradio input:enabled + label { cursor: pointer; color: #575757; background-color: #F4F4F4; }
.ctleuradio label > svg { position: absolute; width: 20px; height: 20px; top:19px; left: 15px; }
.ctleuradio input + label .radiolabel svg { height: 32px; width: 32px; margin: -4px 6px 0 0; vertical-align: bottom; }
.ctleuradio input + label .radiolabel svg path { fill: currentColor; stroke: currentColor; }
.ctleuradio input:enabled:not(:checked) + label .radiolabel svg path { fill: #31cbf8; stroke: #31cbf8; }
.ctleuradio .hasText label svg { top: 8px; }
.ctleuradio input:enabled + label svg circle:first-child { stroke: #31cbf8; fill: white; }
.ctleuradio input:disabled + label svg circle:first-child { stroke: silver; fill: white; }
.ctleuradio label svg circle:last-child { stroke: white; fill: white; visibility: hidden; }
.ctleuradio input:focus + label svg circle:first-child { stroke: white; }
.ctleuradio input:checked:enabled + label { background-color: #31cbf8; border-color: #31cbf8; color: white; }
.ctleuradio input:checked:disabled + label { background-color: #DDD; }
.ctleuradio input:checked:enabled + label circle:first-child { stroke: white; fill: transparent; }
.ctleuradio input:checked:disabled + label circle:first-child { stroke: silver; fill: transparent; }
.ctleuradio input:checked + label circle:last-child { visibility: visible; }
.ctleuradio input:checked:disabled + label circle:last-child { fill: gray; stroke: gray; }
.ctleuradio input:enabled + label:hover, .ctleuradio input:focus + label { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);}
.visited .ctleuradio label.FC1 { border-color: #f53a23; background-color: #FFF0EE; }
.ctleuradio + .ctleu_ft { margin-top: -23px; }
.ctleuradio .ctleu_tt_btn { top: -8px; right: 2px; }
.ctleuradio .ctleu_tt { bottom: calc(100% + 12px); }
.ctleuradio .radioInvalid { position: relative; margin-top: 4px; padding: 3px 6px; font-size: 12px; line-height: 14px; background-color: #F4F4F4; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.ctleuradio .radioTip { position: relative; margin-top: 4px; padding: 3px 6px; font-size: 12px; font-weight: 500; line-height: 14px; color: white; background-color: #FF9900; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.ctleuradio .radioTipBadge { position: absolute; right: 1px; top: -8px; color: white; background-color: #FF9900; border: solid 1px #FF9900; border-radius: 50%; width: 24px; height: 24px; line-height: 24px; text-align: center; box-shadow: 0 0 0 4px white; }
.ctleuradio .radioTipBadge svg { display: inline-block; position: relative; left: -1px; width: 14px; height: 14px; stroke: white; stroke-width: 2.5px; }
input.ctleu_text:focus, .ctleu select:focus { border-color: #31cbf8; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.ctleuradio .radiolabel.hasDesc { font-weight: bold; font-size: 18px; line-height: 30px; }
.ctleuradio .radiolabel .radioDesc { font-weight: normal; font-size: 14px; line-height: 18px; margin: 8px 0 16px 0; }
.ctleuradio .radiolabel .radioDesc ul { margin-block-start: 0; margin-block-end: 0; }

.visited.FC1.ctleu_cont, .visited .FC1.ctleu_cont { margin-bottom: 3px; }
.visited.FC1 .ctleu, .visited .FC1 .ctleu { border-color: #f53a23; background-color: #FFF0EE; }
.visited.FC1 .ctleu_cap, .visited .FC1 .ctleu_cap { color: #f53a23; }
.visited.FC1 .ctleu_ft, .visited .FC1 .ctleu_ft { display: block; }

/* Beitrag */
.ctleubeitrag_cont { margin: 36px 0; padding: 36px 0; border-top: solid 1px silver; border-bottom: solid 1px silver; }
.ctleubeitrag_cap { font-size: 16px; font-weight: bold; text-align: center; }
.ctleubeitrag { font-size: 48px; font-weight: bold; color: #0075ac; text-align: center; }


/* EU-Graph-Button */

.ctleugraphbutton { position: relative; }
.ctleugraphbutton .btn { position: relative; border: solid 1px silver; border-radius: 4px; color: #575757; background-color: white; font: inherit; font-size: 16px; font-weight: 300; line-height: 30px; white-space: nowrap; padding: 13px 6px; margin-bottom: 26px; transition: box-shadow ease 0.3s, background-color ease 0.3s; }
.ctleugraphbutton .btn div { display: inline-block; margin: 0 9px; height: 30px; vertical-align: top; }
.ctleugraphbutton .btn svg { height: 30px; width: 30px; }
.ctleugraphbutton .btn svg path { fill: silver; stroke: silver; }
.ctleugraphbutton .btn:enabled { cursor: pointer; border-color: #31cbf8; color: #31cbf8; }
.ctleugraphbutton .btn:enabled svg path { fill: #31cbf8; stroke: #31cbf8; }
.ctleugraphbutton .btn:enabled:hover, .ctleugraphbutton .btn:enabled:focus { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); background-color: #31cbf8; color: white; }
.ctleugraphbutton .btn:enabled:hover svg path, .ctleugraphbutton .btn:enabled:focus svg path { fill: white; stroke: white; }

.ctleugraphbuttonlight { position: relative; }
.ctleugraphbuttonlight .btn { position: relative; border: none; outline: none; color: #FF9900; background-color: transparent; font: inherit; font-size: 16px; font-weight: 300; line-height: 30px; white-space: nowrap; padding: 13px 6px; margin-bottom: 26px; transition: box-shadow ease 0.3s, background-color ease 0.3s; }
.ctleugraphbuttonlight .btn div { display: inline-block; }
.ctleugraphbuttonlight .btn div.text { display: none; }
.ctleugraphbuttonlight .btn svg { height: 30px; width: 30px; }
.ctleugraphbuttonlight .btn svg path { stroke: silver; }
.ctleugraphbuttonlight .btn:enabled { cursor: pointer; border-color: #FF9900; color: #FF9900; }
.ctleugraphbuttonlight .btn:enabled svg path { stroke: #FF9900; }
.ctleugraphbuttonlight .btn:enabled:hover, .ctleugraphbuttonlight .btn:enabled:focus {  }
.ctleugraphbuttonlight .btn:enabled:hover svg path, .ctleugraphbuttonlight .btn:enabled:focus svg path { }
@media (min-width: 768px) {
    .ctleugraphbuttonlight .btn div.text { display: inline-block; margin: 0 0 0 12px; height: 30px; vertical-align: top; }
}


.ctlEUMessage { padding: 20px 15px; background-color: #ecf8fe; }
.ctlEUMessage .FC1 { padding: 20px 15px; background-color: #f53a23; }

/* Download-Button*/

.ctleudownloadbutton {
    color: #31cbf8; 
    line-height: 20px;
    display: block;
    position: relative;
    padding-left: 36px;
    margin: 6px 0;
}

.ctleudownloadbutton svg {    
    width: 24px;
    height: 24px;
    border: solid 1px currentColor;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: -2px;
    transition: background-color linear 0.3s;
}

    .ctleudownloadbutton svg path {
        fill: currentColor;
        stroke: currentColor;
    }

.ctleudownloadbutton:hover svg {
    color: white;
    background-color: #269ad1;
    border-color: #269ad1;
}

/* Überschreibung Controls */

#autocomplete {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    margin-left: -1px;    
    background-color: #F4F4F4;    
    border-color: #31cbf8;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ctlAutocomplete, .ctlAutocompleteHL  {
    border: none;
    border-top: 1px solid #F8F8F8;
    padding: 3px 15px;
}

.ctlAutocompleteHL, .ctlAutocomplete:hover {
    background-color: Silver;
    border: solid 1px gray;
}

/* Zusammenfassung */

.ctleuzuscontainer {
    margin: 24px 0;
}

.ctleuzuscontainer .euzuscaption {
    font-weight: bold;
    margin: 0 2px;
    border-bottom: solid 1px currentcolor;
}

.ctleuzuscontainer .btn {
    float: right;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    margin-top: -8px;
    margin-right: -12px;
    cursor: pointer;
}

    .ctleuzuscontainer .btn svg {
        transition: box-shadow ease 0.3s;
        width: 36px;
        height: 36px;
    }

    .ctleuzuscontainer .btn svg path {
        fill: #FF9900;
        stroke: #FF9900;
    }

    .ctleuzuscontainer .btn:focus svg, .ctleuzuscontainer .btn:hover svg {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    }


/* Klappbox */

.ctlKlappbox {
    margin-bottom: 15px;
}

    .ctlKlappbox .head {
        overflow: hidden;
        z-index: 0;
        display: inline-block;
    }

    .ctlKlappbox .button {
        display: inline-block;
        transition: all 0.2s ease;
        width: 24px;
        height: 24px;
        margin-left: 15px;
        color: #FF9900;
        cursor: pointer;
        z-index: 1;
    }

        .ctlKlappbox .button a {
            color: #FF9900;
        }

        .ctlKlappbox .button a svg {
            stroke-width: 2px;
            stroke: currentColor;
            position: relative;
            width: 24px;
            height: 24px;
            transition: box-shadow ease 0.3s;
        }

            .ctlKlappbox .button a:focus svg, .ctlKlappbox .button a:active svg, .ctlKlappbox .button a:hover svg {
                stroke: currentColor;
                box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
            }

    .ctlKlappbox .body {
        transition: all 0.2s ease;
        overflow: hidden;
        max-height: 500px;
        margin-top: 5px;
        /* border-top: solid 1px currentColor; */
        padding-top: 5px;
        z-index: 0;
    }

div[open="0"].ctlKlappbox .button {
    transform: rotate(-180deg);
}

div[open="0"].ctlKlappbox .body {
    transform: scale(0) translate(50%, -50%);
    transform-origin: top right;
    max-height: 0;
    padding-top: 0;
    margin-top: -1px;
}

.ctlKlappbox.boxed {
    border: solid 1px silver;
    padding: 15px;
}

    .ctlKlappbox.boxed .head {
        display: block;
    }

    .ctlKlappbox.boxed .button {
        display: block;
        position: relative;
        right: 0;
        margin: -18px 0 0 auto;
        transform: translateY(40px);
    }
