:root,
[data-bs-theme=light] {
    --bs-primary: #256A99;
    --bs-primary-rgb: 37, 106, 153;
    --bs-primary-text-emphasis: #0F2A3D;
    --bs-primary-bg-subtle: #D3E1EB;
    --bs-primary-border-subtle: #A8C3D6;
    --bs-secondary: #1f2225;
    --bs-secondary-rgb: 31, 34, 37;
    --bs-secondary-text-emphasis: #0C0E0F;
    --bs-secondary-bg-subtle: #D2D3D3;
    --bs-secondary-border-subtle: #A5A7A8;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #256A99;
    --bs-btn-border-color: #256A99;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1F5A82;
    --bs-btn-hover-border-color: #1E557A;
    --bs-btn-focus-shadow-rgb: 222, 233, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1E557A;
    --bs-btn-active-border-color: #1C5073;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #256A99;
    --bs-btn-disabled-border-color: #256A99;
}

.btn-outline-primary {
    --bs-btn-color: #256A99;
    --bs-btn-border-color: #256A99;
    --bs-btn-focus-shadow-rgb: 37, 106, 153;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #256A99;
    --bs-btn-hover-border-color: #256A99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #256A99;
    --bs-btn-active-border-color: #256A99;
    --bs-btn-disabled-color: #256A99;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #256A99;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1f2225;
    --bs-btn-border-color: #1f2225;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1A1D1F;
    --bs-btn-hover-border-color: #191B1E;
    --bs-btn-focus-shadow-rgb: 221, 222, 222;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #191B1E;
    --bs-btn-active-border-color: #171A1C;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1f2225;
    --bs-btn-disabled-border-color: #1f2225;
}

.btn-outline-secondary {
    --bs-btn-color: #1f2225;
    --bs-btn-border-color: #1f2225;
    --bs-btn-focus-shadow-rgb: 31, 34, 37;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f2225;
    --bs-btn-hover-border-color: #1f2225;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f2225;
    --bs-btn-active-border-color: #1f2225;
    --bs-btn-disabled-color: #1f2225;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1f2225;
}

h2 {
color: #592321;
}

.area_content > .ce_text {
    max-width: calc( 100% - 60px);
    margin: auto;
  }

#layout_content {
    min-height: 70vh;
}

.col img {
    max-width: 100%;
    height: auto;
}

.user_login_control_form {
    background: #FFF;
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.margin_sm,
.margin_30 {
    height: 30px;
}

.margin_md,
.margin_50 {
    height: 50px;
}

.margin_lg,
.margin_80 {
    height: 80px;
}

.margin_xl,
.margin_120 {
    height: 120px;
}


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

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

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

.align-justify {
    text-align: justify;
}

.big {
    font-size: 150%;
}

.small {
    font-size: 80%;
}

.line_after::after {
    content: " ";
    border-bottom: 1px solid #AAA;
    display: block;
    margin: 0px auto 50px auto;
    height: 20px;
    max-width: 80%;
}

.ce_2col>.col {
    width: 50%;
}

.ce6633 .col1 {
    width: 66%;
}

.ce6633 .col2 {
    width: 33%;
}

.imghead {
    max-height: 300px;
    overflow: hidden;
}

.imghead img {
    width: 100%;
    height: auto;
}

#layout_nav {
    z-index: 10;
    max-width: 1100px;
    margin: auto;
}

#layout_head2 .tal_content_img_item img {
    width: 100%;
    height: auto;
    opacity: 0.25;
}

.page9 #layout_top {
    height: 105px;
    position: absolute;
    left: 30px;
    bottom: 40%;
    z-index: 100;
}

.code {
    border-left: 4px solid #AAA;
    color: #FFF;
    font-family: arial;
    line-height: 1.8;
    padding: 10px 10px 10px 20px;
    background: #333;
    font-size: 12px;
}

#layout_outer {
    position: relative;
    padding: 50px 20px 0px 20px;
    min-height: 500px;
}

.ltcontainer {
    max-width: 100%;
}

.ltcontainer>div,
#layout_content>div {
    max-width: 1260px;
    margin: auto;
}

#layout_content>div.pad {
    max-width: 1260px;
}

.fullarea.grey {
    background: #FFF;
    margin: 0px -20px;
    padding: 50px 0px;
    position: relative;
}

/*
.fullarea.grey::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 120%;
    height: 50px;
    left: -10%;
    right: -10%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.3), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.3), rgba(97, 97, 97, 0.0) 40%);
}
*/
.fullarea.grey>div {
    max-width: 1260px;
    margin: auto;
}


.subnav>li {
    padding: 5px;
    list-style-type: none;
    border-left: 2px solid #333;
}

.subnav2 a {
    font-size: 12px;
    color: #333;
}

.col.subnav {
    padding-bottom: 30px;
}

#layout_top {
    height: 105px;
}

.logo img {
    height: 100%;
    width: auto;
    float: left;
}

ul.subnav {
    padding-left: 0px;
}

.text.uc {
    margin-bottom: 30px;
}

div.fa {
    display: block;
    text-align: center;
    font-size: 80px;
    opacity: 0.2;
    margin: 20px;
}

.iconstyle2 {}

.hexagon {
    position: relative;
    width: 240px;
    height: 123.21px;
    background-color: #256A99;
    margin: 100px auto 130px auto;
    display: block;
    text-align: center;
    color: #FFF;
}

.hexagon .fa {
    font-size: 100px;
    line-height: 123px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0px;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 78.60px solid #256A99;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 78.60px solid #256A99;
}

.icon_lg {
    font-size: 75px;
    margin: 100px 0px;
    text-align: center;
    display: block;
    color: #AAA;
}

@media(max-width: 600px) {
    .page9 #layout_top {
        position: relative;
        left: 0px;
    }
}

.chart {
    position: relative;
    display: block;
    color: #999;
    font-size: 20px;
    text-align: center;
    margin: auto;
    width: 200px;
}

.chart figcaption {
    padding: 50px 25px;
    width: 100px;
    height: 50px;
    border: 20px solid #fff;
    border-radius: 100px;
    line-height: 50px;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-53%);
}

.outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;

    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
    stroke-dashoffset: 534 !important;
    -webkit-animation-play-state: paused;
}

svg .outer {
    stroke: #e34f26;
}

.chart[data-style='green_30'] svg .outer {
    stroke: #AD8;
    stroke-dashoffset: 290;
}

.chart[data-style='blue_80'] svg .outer {
    stroke: #369;
    stroke-dashoffset: 100;
}

.chart[data-style='75'] .outer {
    stroke-dashoffset: 133;
    -webkit-animation: show75 2s;
    animation: show75 2s;
}

@keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 124;
    }
}

@-webkit-keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 134;
    }
}

a.logo {
    color: #FFF;
    text-decoration: none;
    line-height: 105px;
    font-size: 46px;
}

a.logo span {
    opacity: 0.5;
    text-transform: uppercase;
}

@media(max-width: 600px) {
    a.logo {
        line-height: 50px;
        height: 50px;
        display: block;
    }
}


#layout_head2 {
    background-color: #256A99;
    /*    box-shadow: 0 0 5px #000000 inset;*/
    min-height: 135px;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}

#layout_nav2 {
    width: 200px;
    position: absolute;
    left: 20px;
    top: 150px;
    height: 400px;
    background-repeat: no-repeat;
}

#layout_nav2 li {
    margin: 3px 0px 8px 25px;
    list-style-type: square;
}

#layout_nav li a {
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
}

#layout_nav {
    z-index: 10;
    right: 0px;
}

#layout_nav li {
    float: left;
    line-height: 20px;
    list-style-type: none;
    margin-right: 10px;
    padding: 3px 20px;
    border-bottom: 3px solid #256A99;
    transition: background 0.3s;
}

#layout_nav li:hover {
    background: rgba(0, 0, 0, 0.3);
}

.footernav {
    list-style: none;
    padding: 30px;
    text-align: center;
    background: #DDD;
    color: #FFF;
}

.footernav a {
    text-decoration: none;
}



#layout_content h1::after {
    display: block;
    content: " ";
    border-bottom: 3px solid #256A99;
    max-width: 80px;
    margin: auto;
    height: 7px;
}


.pad>.col {
    padding: 0 10px;
}

.pad {
    margin: 0 -10px;
}

#layout_content p {
    margin: 5px 0px;
}

a {
    color: #000;
}

.two_columns td {
    padding: 10px;
}

.hl0 {
    background-color: #444;
    padding: 5px;
    margin: 10px;
    color: #FFF;
    font-weight: bold;
}

.dd_formelement {
    padding: 5px;
    margin: 5px;
}

.dd_formelement label {
    display: block;
}

textarea,
input[type=text],
input[type=password],
select {
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #333;
    padding: 5px;
    width: 100%;
}

button,
#layout_content .button a {
    cursor: pointer;
    display: inline-block;
    border: 0;
    background-color: #57A;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 10px;
    text-decoration: none;
}

/*
label {
    display: block;
    float: left;
    line-height: 30px;
    width: 25%;
}*/


.contentlist_item a {
    background: #DDD;
    color: #333;
    display: block;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.user_login_control_form .ltrow {
    padding-bottom: 10px;
}

.user_login_control_form .login_title {
    font-size: 15px;
    line-height: 30px;
}

#layout_nav2 p {
    margin: 5px;
}

.fe_exception {
    border: 1px solid #800;
    padding: 3px;
    background-color: #EDD;
}

.start_newsitem {
    margin-top: 10px;
}

.col1 {
    padding-right: 20px;
}

.tal_forum_topiclist table {
    width: 100%;
    table-layout: fixed;
}

.msg_success {
    background-color: #AFA;
    border: 1px solid #080;
    padding: 8px;
    margin: 8px;
}

.msg_info {
    background-color: #CDF;
    border: 1px solid #8AF;
    padding: 8px;
    margin: 8px;

}

.msg_warn {
    background-color: #FDB;
    border: 1px solid #D73;
    padding: 8px;
    margin: 8px;
}

.msg_error {
    background-color: #EB9;
    border: 1px solid #C52;
    padding: 8px;
    margin: 8px;
}

.tutorial_listitem a {
    display: block;
    padding: 8px;
    font-size: 16px;
    text-decoration: none;
    max-width: 500px;
}

.tutorial_listitem a:hover::before {
    color: #000;
}

.tutorial_listitem a::before {
    content: ">";
    float: right;
    font-size: 20px;
    line-height: 20px;
    color: #AAA;
    margin-right: 10px;
    transition: color 0.5s;
}

.subnav a {
    text-decoration: none;
}
/*
a.ltbtn {
    display: block;
    border: 1px solid #4CAF50;
    text-align: center;
    max-width: 200px;
    margin: auto;
    text-decoration: none;
    padding: 10px 0px;
    transition: background-color 0.5s;
    background: #EEE;
    color: #4CAF50;
}

a.ltbtn:hover {
    background: #4CAF50;
    color: #FFF;
}
*/

.pad.boxes {
    margin: 0px -20px;
}


.boxes>.col>div {
    background: #FFF;
    margin: 20px;
    padding: 20px;
    border: 1px solid #DDD;
    padding-top: 30px;
    position: relative;
    color: #333;
}

/*** FRAMES, STYLES ***/

.box {
    background: #256A99;
    color: #FFF;
    padding: 20px;
    margin: auto;
}

.box h2,
.box a {
    color: #FFF;
}



#layout_content>div.style4 {
    background: #232526;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #232526, #414345);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #232526, #414345);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    margin: 0px -20px 0px -20px;
    max-width: calc(100% + 40px);
}

.style5 h1,
.style5 h2,
#layout_content .style4 h1,
#layout_content .style4 h2 {
    color: #FFF;
}

.style5>h2 {
    text-align: center;
}

div.style3,
#layout_content>div.style3 {
    background: #67b26f;
    background: -webkit-linear-gradient(to left, #67b26f, #4ca2cd);
    background: linear-gradient(to left, #67b26f, #4ca2cd);
    background: #FFF;
    padding: 30px 10px;
    max-width: 100%;
    margin: 0px -20px 0px -20px;
    color: #000;
}

.style3 h2 {
    color: 000;
}

.style4>div,
.style5>div,
.style3>div {
    max-width: 1280px;
    margin: auto;
}


#layout_outer div.style5 {
    padding: 30px;
    background: #256A99;
    color: #FFF;
}




div.style2 {
    max-width: 100%;
    max-width: calc(100% + 40px);
}

.style2 .f3l,
.style2 .f3c,
.style2 .f3r {
    min-height: 30px;
    padding: 20px;
    font-size: .7rem;
}

.style2 .col {
    display: table-cell;
    float: none;
}

.style2 .fce_3col::before,
.style2 .fce_3col::after {
    display: none;
}

.style2 .fce_3col {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.boxes h2 {
    position: absolute;
    background: #256A99;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    padding: 0px 20px 4px 20px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.ce_2col6633 .col1 {
    width: 66%;
    box-sizing: border-box;
    padding-right: 20px;
}

.ce_2col6633 .col2 {
    width: 33%;
    box-sizing: border-box;
    padding-left: 20px;
}

.ce_2col7525 .col1 {
    width: 75%;
    box-sizing: border-box;
    padding-right: 20px;
}

.ce_2col7525 .col2 {
    width: 25%;
    box-sizing: border-box;
    padding-left: 20px;
}

.tutorial_comment {
    font-size: 12px;
    padding: 20px;
    color: #555;
    background: #FFF;
}

.ce_table td {
    padding: 2px 10px;
    font-size: 12px;
}

/*
.fadeintop {
    transform: translateY(-20px);
    opacity: 0;
    transition: 1s;
}

.fadeintop.isvisible {
    transform: translateY(0px);
    opacity: 1;
}*/

#layout_content div.parallax {
    max-width: 110%;
    margin: 0px -20px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.parallax div {
    position: absolute;
    left: 50%;
    bottom: 50%;
    background: rgba(44, 88, 122, 0.8);
    padding: 7px 20px;
    color: #FFF;
    font-size: 30px;
    transform: translateX(-50%) translateY(50%);
}

.div.parallax img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.img4col::after {
    content: " ";
    display: block;
    height: 0px;
    clear: both;
}

.img4col .tal_content_img_item {
    width: 25%;
    float: left;
}

.slider .tal_content_img_item {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: 0px;
}

.slider {
    position: relative;
    height: 500px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

.slider>div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.slider img {
    width: 100%;
    height: auto;
}

.slider>div.showing {
    opacity: 1;
    z-index: 2;
}

.t4check {
    height: 18px;
    width: 40px;
    float: left;
    position: relative;
    cursor: pointer;
    background: #EEE;
    margin-right: 10px;
    box-shadow: inset 0px 0px 3px #CCC;
}

.t4value {
    position: relative;
    left: 1px;
    top: 1px;
    background: #BBB;
    width: 45%;
    bottom: 1px;
    height: calc(100% - 3px);
    transition: 0.5s;
}

.t4value.t4current {
    left: 50%;
    background: #7AD;
    right: 0px;
}

.dd_form {
    margin: auto;
}

#layout_content .ce_form_203.default {
    max-width: 100%;
    background: #357;
    padding: 20px;
    margin: 0px -20px;
    margin-bottom: 20px;
    color: #FFF;
}

a.cta {
    text-decoration: none;
    background: #46BA0E;
    font-size: 18px;
    padding: 10px 40px;
    margin-left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: #FFF;
}

.ce_form button {
    padding: 10px 40px;
    margin: auto;
    display: block;
    background: #4CAF50;
    font-size: 18px;
}

.checkbox_list input.hidden {
    display: none;
}

.headnav:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
}

.datenschutz h2 {
    padding-top: 30px;
}

@media (max-width: 1024px) {
    #layout_head2 {
        height: auto;
    }

    #layout_top {
        position: relative;
    }

    #layout_nav li {
        background: #fff none repeat scroll 0 0;
        float: left;
        line-height: 20px;
        list-style-type: none;
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 3px 20px;
    }

    #layout_nav li a {
        color: #000;
    }

    #layout_nav {
        left: auto;
        margin: 0;
        position: relative;
        top: auto;
    }


}


@media (max-width: 800px) {

    .ce_2col6633>.col,
    .ce_2col7525>.col,
    .ce_2col>.col {
        float: none;
        clear: both;
        width: auto;
    }

    .ce_2col7525 .col2 {
        padding-left: 0px;
    }

    .ce_2col7525 .col1 {
        padding-right: 0px;
    }
}

@media (max-width: 600px) {
    .style2 {
        display: block;
    }

    .style2 .col,
    .boxes>.f3l,
    .boxes .f3c,
    .boxes .f3r {
        width: auto;
        float: none;
        margin-bottom: 30px;
        display: block;
    }

    #layout_head2 .tal_content_img_item {
        display: none;
    }

    .user_login_control_form .col {
        clear: both;
        width: 100%;
    }

    .col1 {
        padding: 0px;
    }

    #layout_nav {
        max-height: 30px;
        transition: max-height 1s;
        overflow: hidden;
    }

    #layout_nav:hover {
        max-height: 1000px;
    }

    #layout_top {
        height: 100px;
    }

    #layout_nav::before {
        content: "MENU";
        display: block;
        color: #FFF;
        text-align: center;
        padding: 8px;
        background: rgba(0, 0, 0, 0.2);
    }

    #layout_nav2 {
        background-repeat: no-repeat;
        height: auto;
        left: auto;
        position: relative;
        top: auto;
        width: auto;
    }


    #layout_nav li {
        box-shadow: 0 0 0 #000000;
        float: none;
        line-height: 20px;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        background: transparent;
    }

    #layout_nav li a {
        display: block;
        background: rgba(0, 0, 0, 0.2);
        margin-bottom: 1px;
        color: #FFF;
        padding: 10px;
    }


    #layout_nav2 li a {
        background: #888 none repeat scroll 0 0;
        box-sizing: border-box;
        color: #fff;
        display: block;
        font-size: 15px;
        padding: 8px;
        text-decoration: none;
    }

    ul.headnav {
        box-sizing: border-box;
        padding: 0px;
    }

    #layout_nav2 li {
        list-style-type: none;
        margin: 0;
    }

    .subnav {
        padding: 0px;
        margin-bottom: 20px;
    }

    #layout_outer {
        padding-top: 10px;
    }

    .subnav li {
        padding: 0;
        list-style-type: none;
        border-left: 0px;
    }

    #layout_content button {
        width: 100%;
        display: block;
    }

    .subnav a {
        display: block;
        padding: 5px;
        text-decoration: none;
        background: #FFF;
        margin-bottom: 1px;
        font-size: 16px;
    }

    #layout_nav {
        margin-bottom: 10px;
    }



    ul.subnav {
        max-height: 40px;
        overflow: hidden;
        transition: max-height 0.5s;
        margin-bottom: 0px;
    }

    ul.subnav:hover {
        max-height: 500px;
    }

    ul.subnav::before {
        font-family: FontAwesome;
        content: "\f0c9";
        display: block;
        font-size: 30px;
    }
}

.nav-item a {
    padding: 10px;
    color: #FFF;
    text-decoration: none;
}

.multicol_auto .ce_text.box {
    padding: 30px;
}

.bg-primary,
.bg-light {
    text-align: center;
}

.showcase .ce_text {
    padding: 70px;
}

.showcase {
    padding-top: 7rem;
    padding-bottom: 7rem;
}



header.masthead {
    position: relative;
    background-color: #343a40;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

header.masthead h1,
header.masthead .h1 {
    font-size: 2rem
}

@media(min-width: 768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    header.masthead h1,
    header.masthead .h1 {
        font-size: 3rem
    }
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #DDD;
}

a.ltbtn,
.features-icons a.btn {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color:  var(--bs-primary);
    border-radius: 0px;
    text-decoration: none;
}

.boxfs .box {
    height: 100%;
  }
