﻿
/* Begin GradientBorder */
.GradientBorderColor {
    flex-shrink: 0;
    height: 200px;
    width: 200px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.0);
}

/* END GradientBorder */

/* Begin Sekundär-Info-Pages */

.Text20_Left_Std {
    margin: 0px;
    padding: 3px 0px 5px 0px;
    font-family: 'OpenSans', Helvetica, sans-serif;
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    line-height: 1.7em;
}

.Text20_Left_Bold {
    margin: 0px;
    padding: 5px 0px 3px 0px;
    font-family: 'OpenSans', Helvetica, sans-serif;
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1.7em;
}

.Text20_Center_Std {
    margin: 0px;
    padding: 3px 0px 5px 0px;
    font-family: 'OpenSans', Helvetica, sans-serif;
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.Text20_Center_Bold {
    margin: 0px;
    padding: 5px 0px 3px 0px;
    font-family: 'OpenSans', Helvetica, sans-serif;
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

/* End Sekundär-Info-Pages */

/* Begin Universelle Buttons */

.BS_RUBY {
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.5);
}

.BUTTON_RADIAL {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.BUTTON_STANDARD {
    padding: 20px 0px 20px 0px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}

.BUTTON_RADIAL, .BUTTON_STANDARD {
    font-family: 'OpenSans', Helvetica, sans-serif;
    font-style: normal;
    font-stretch: narrower;
    text-decoration: none;
}

.BUTTON_RADIAL, .BUTTON_STANDARD {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

/* End Universelle Buttons */

/* Begin Kontakt | KwK | Frage | Rückruf */

.HLPanelHinweis {
    margin: 0px auto;
    padding: 30px 0px;
    font-size: 28px;
    font-weight: 900;
}

.HLTableCellText {
    width: 55%;
    padding-right: 40px;
    text-align: right;
}

.HLTableCellInfo {
    padding: 20px 0px;
    text-align: left;
}

.HLTextHW {
    padding: 0px 10px;
    font-size: 22px;
    font-weight: 300;
}

.HLTextTT {
    font-size: 32px;
    font-weight: 900;
}

.HLTextIT {
    text-align: justify;
    font-size: 22px;
    font-weight: 300;
}

.HLTableCellSvG {
    width: 45%;
    padding-left: 20px;
    padding-top: 80px;
    text-align: left;
    vertical-align: top;
}

.HLSvgPosAbs {
    position: absolute;
    width: 350px;
}

.HLImgOverlay {
    margin: 10px auto;
    width: 340px;
}

.FRKKTableTopPlus {
    width: 50%;
    padding-right: 15px;
}

.FRKKTableBottomPlus {
    width: 50%;
    padding-left: 15px;
    vertical-align: top;
}

.FRKKTableSplitL {
    float: left;
}

.FRKKTableSpace {
    padding-bottom: 15px;
}

.FRKKTableSplitR {
    float: right;
}

.FRKKTableSplitL, .FRKKTableSplitR {
    margin: 0px;
    padding: 0px;
    width: calc(50% - 10px);
    display: inline-block;
}

.FRKKTableTT {
    font-size: 24px;
    font-weight: 900;
}

.FRKKTableHW {
    margin: 10px 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
}

.FRKKHWPanel {
    margin-top: 118px;
    width: 100%;
    font-size: 22px;
    display: inline-block;
    text-align: justify;
}

.FRKKHWTxTDs {
    margin: 20px 0px;
    font-size: 16px;
}

/* End Kontakt | KwK | Frage | Rückruf */

/* Begin Toggle Switch */

.toggle-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 40px;
    cursor: pointer;
}

    .toggle-switch input[type="checkbox"] {
        display: none;
    }

.toggle-switch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #ccc;
    transition: background-color 0.3s ease-in-out;
}

.toggle-switch-handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.toggle-switch::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -35px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
    text-shadow: 1px 1px #fff;
    transition: color 0.3s ease-in-out;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch-handle {
    transform: translateX(45px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px dodgerblue;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch-background {
    background-color: dodgerblue;
    box-shadow: inset 0 0 0 2px dodgerblue;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch:before {
    content: "On";
    color: dodgerblue;
    right: -15px;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch-background .toggle-switch-handle {
    transform: translateX(40px);
}

/* End Toggle Switch*/

/* Begin Switch Label */
/*
label {
    background-color: white;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 15px 10px 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: black;
}

input {
    display: none;
}

    input:checked + label svg {
        fill: hsl(0deg 100% 50%);
        stroke: hsl(0deg 100% 50%);
        animation: heartButton 1s;
    }

@keyframes heartButton {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

input + label .action {
    position: relative;
    overflow: hidden;
    display: grid;
}

    input + label .action span {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
        transition: all .5s;
    }

        input + label .action span.option-1 {
            transform: translate(0px,0%);
            opacity: 1;
        }

input:checked + label .action span.option-1 {
    transform: translate(0px,-100%);
    opacity: 0;
}

input + label .action span.option-2 {
    transform: translate(0px,100%);
    opacity: 0;
}

input:checked + label .action span.option-2 {
    transform: translate(0px,0%);
    opacity: 1;
}
*/

/* End Switch Label */


/*
.checkbox {
    width: 223px;
    height: 60px;
    background-color: #d0d0d0;
    border-radius: 30px;
    position: relative;
    color: black;
    overflow: hidden;
}

#checkbox_toggle {
    display: none;
}



.checkbox .toggle {
    width: 100px;
    height: 50px;
    position: absolute;
    border-radius: 30px;
    left: 5px;
    cursor: pointer;
    background: linear-gradient(40deg, #FF0080,#FF8C00 70%);
    transition: 0.4s;
    box-shadow: 0px 0px 3px rgb(255, 255, 20), 0px 0px 5px rgb(255, 255, 20);
}

.checkbox .slide {
    width: 230px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

    .checkbox .slide .text {
        font-size: 16px;
        font-weight: 700;
        z-index: 100;
        cursor: pointer;
    }

.check:checked + .checkbox .slide .toggle {
    transform: translateX(113px);
    background: linear-gradient(40deg, #8983F7, #A3DAFB 70%);
    box-shadow: -0px -0px 10px #8983F7, -0px -0px 3px #8983F7;
}

.check:checked + .checkbox .slide {
    background-color: #0a1929;
    color: #fff;
}
    */



/* Begin Chatroom */

/* improved for chat text box */
textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}

/* improved for speech bubbles */
.received, .sent {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

/* End Chatroom */




.card {
    position: relative;
    width: 190px;
    height: 254px;
    background: #f00;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(315deg,#03a9f4,#ff0058);
    }

    .card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(315deg,#03a9f4,#ff0058);
        filter: blur(30px);
    }

    .card b {
        position: absolute;
        inset: 6px;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }

    .card img {
        position: absolute;
        z-index: 3;
        scale: 0.8;
        opacity: 0.25;
        transition: 0.5s;
    }

    .card:hover img {
        scale: 0.5;
        opacity: 0.9;
        transform: translateY(-70px);
    }

    .card .content {
        position: absolute;
        z-index: 3;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: scale(0);
        transition: 0.5s;
    }

    .card:hover .content {
        transform: scale(1);
        bottom: 25px;
    }

.content .title {
    position: relative;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

    .content .title span {
        font-weight: 300;
        font-size: 0.70em;
    }

.content .sci {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.sci li {
    list-style: none;
}

    .sci li .fa-brands {
        width: 14px;
    }

    .sci li .fa-facebook {
        width: 10px;
    }

    .sci li a {
        position: relative;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5);
        background: rgba(0, 0, 0, 0.2);
        fill: currentColor;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        transition: 0.5s;
    }

        .sci li a:hover {
            fill: currentColor;
            color: rgba(255, 255, 255, 1);
        }







#animate-container {
    background-color: #ECF0F1;
    color: #D35400;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
    padding: 20px 0;
    animation-name: text-indent-animate;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-direction: forwards;
    animation-iteration-count: infinite;
}

#animate-container:hover {
    animation-play-state: paused;
}

@keyframes text-indent-animate {
    0% {
        text-indent: -200%;
    }

    100% {
        text-indent: 100%;
    }
}







/* Begin Top30 Playlist */

.PLTop30 {

    margin: 10px 0px;
    padding: 0px 50px;
    width: calc(100% - 100px);
    display: inline-block;
}

.PLTop30P {
    border: 1px solid #AAAAAA;
    margin: 20px 0px;
    padding: 20px 0px;
    width: calc(100% - 2px);
}

.PLT30CNum {
    width: 100px;
}

.PLT30CBez {
}

.PLT30CTime {
    width: 120px;
}

.PLT30CDB {
    width: 50px;
}

.PLT30CJahr {
    width: 100px;
}

.PLTop30CNum {
    width: 100%;
    color: black;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
}

.PLTop30CI {
    width: 100%;
    color: dodgerblue;
    font-size: 28px;
    font-weight: 900;
    text-align: left;
}

.PLTop30CT {
    width: 100%;
    color: black;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}

.PLTop30CTime {
    width: 100%;
    color: black;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

.PLTop30CJahr {
    width: 100%;
    color: black;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

.PLTop30CDB {
    width: 100%;
    color: black;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

/* Begin Top30 Playlist */

/* Begin Hinweis Round */

.HR32 {
    font-size: 32px;
    font-weight: 900;
}

.HR, .HR32 {
    margin: 0.4em;
    width: 1.6em;
    height: 1.6em;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
}

/* End Hinweis Round */


/* Begin ActionAngebot ImagePanel */

.TblImgS {
    padding: 0px 5px 0px 5px;
}

.TblImgL {
    padding: 0px 5px 5px 5px;
}

.TblImgR {
    padding: 5px 5px 0px 5px;
}


/* End ActionAngebot ImagePanel */



