
/* #### */
/* #### */
/* #### */
/* ALLGEMEINE EINSTELLUNGEN */
/* #### */
/* #### */
/* #### */

:root {
    --e-global-color-primary: #2A2A2A;
    --e-global-color-secondary: #35A8EB;
    --e-global-color-teritiari: #F1E405;
    --e-global-color-text: #111111;
    --e-global-color-white: #FFFFFF;
    --e-global-color-darkgrey: #8C8C8C;
    --e-global-color-lightgrey: #FCFCFC;
    --e-global-color-6422689: #098EDD;
    --e-global-color-983db0c: #1977CC;
    --e-global-color-b43b5a9: #1064AF;
}

body {
    min-width: 100%;
    margin: auto;
    font-size: 14px;
}

.rk_container_top {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    margin-top: 30px;
}
/* #### */
/* #### */
/* #### */
/* TYPOGRAFIE */
/* #### */
/* #### */
/* #### */
h1, h2, h3, h4, h5, h6 {
    /* font-family: "Poppins", Sans-serif;*/
    color: var( --e-global-color-text );
    font-weight: 600;
    /*margin: auto;*/
    margin-bottom: 20px;
}

h1 {
    font-size: 60px;
    font-weight: 200;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    font-family: "Poppins", Sans-serif;
    color: var( --e-global-color-text );
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin: auto;
    margin-bottom: 20px;
}

a {
    font-family: "Poppins", Sans-serif;
    color: var( --e-global-color-text );
    font-weight: 400;
    text-decoration: none;
}

.rk_container_haupttext a {
    color: white;
    text-decoration: underline;
}

.white p, .white h1, .white h2, .white h3, .white h4, .white a, button a {
    color: var( --e-global-color-white );
}

.rk_right {
    text-align: right;
}

.rk_startpage_h1 {
    color: #fff !important;
    font-size: 46px;
    font-family: 'Open Sans', sans-serif;
}

.button {
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    line-height: 10px;
    margin-bottom: 10px;
    /*Geändert:Thomas*/
    color: white;
    font-weight: 400;
    height: 40px
}

.rk_button_start {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED7D31;
    box-shadow: 0 0 5px #000020;
    width: 100%;
    position: relative;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    /*Geändert:Thomas*/
    color: white;
    font-weight: 400;
    height: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 1.2em;
}

.rk_dankebox {
    display: none;
}

.rk_button_success {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    box-shadow: 0 0 5px #000020;
    width: 100%;
    position: relative;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    /*Geändert:Thomas*/
    color: white;
    font-weight: 600;
    height: 100%;
    text-align: center;
}

rk_button_start_sub {
    font-size: 14px;
}

.rk_button_beraterkontaktieren {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED7D31;
    box-shadow: 0 0 5px #000020;
    width: 100%;
    position: relative;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    /*Geändert:Thomas*/
    color: white;
    font-weight: 600;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.rk_beratersendButton {
    margin: 20px 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rk_button_secondary {
    background-color: #F9A80D;
    box-shadow: 0 0 5px #E5B700;
    width: 100%;
}

.button:hover {
    background-color: #1977CC;
    border: none;
    /*Geändert:Thomas*/
    color: white;
    font-weight: 700;
}

a.button {
    color: white !important;
    font-weight: 600;
}

    a.button:hover {
        color: white !important;
        font-weight: 700;
    }




/* #### */
/* #### */
/* #### */
/* HEADER */
/* #### */
/* #### */
/* #### */


/*

header {

    display:inline-block;
    box-shadow: 0 0 5px #00000020;
    top:0;
    left:0;
    position:relative;
}
*/

header {
    width: 100%;
    background-color: white;
    box-shadow: 0 0 5px 5px #00000020;
    top: 0;
    left: 0;
    z-index: 999;
    position: relative;
}


.header {
    margin: auto;
    padding: 0px 30px;
}


    .header .logo {
        margin-top: 15px;
    }

    .header .logo, .header .contact, header .navigation {
        position: relative;
        display: inline-block;
        padding-top: 5px;
        float: left;
        vertical-align: middle;
    }

    .header .logo {
        width: 20%;
        text-align: left;
    }

        .header .logo img {
            width: 250px;
        }

    .header .navigation {
        width: 100%;
        float: left;
    }

    .header .contact {
        min-width: 200px;
        float: right;
        text-align: right;
        padding-top: 18px;
        color: #555;
    }

        .header .contact p {
            margin-bottom: 0px;
        }


        .header .contact .icon {
            display: inline-block;
            font-size: 40px;
            margin-right: 5px;
        }

header .contact .kontaktdaten {
    display: inline-block;
}


    header .contact .kontaktdaten .nummer p {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: -5px;
    }

    header .contact .kontaktdaten .nummertext p {
        font-size: 14px;
    }
/*
<div class="contact">
<div class="icon"><i class="fas fa-phone"></i></div>
<div class="kontaktdaten">
    <div class="nummer">0800 1234 1234</div>
    <div class="nummertext">Kostenlos anrufen</div>
</div>
</div>

*/
nav a {
    text-decoration: none;
    font-size: 16px;
    color: var( --e-global-color-text );
    font-weight: 600;
    padding: 20px 13px;
}



/* #### */
/* #### */
/* #### */
/* FOOTER */
/* #### */
/* #### */
/* #### */

footer {
    width: 100%;
    background-color: #2A2A2A;
    padding: 15px 0px 10px 0px;
}



    footer .footer-section {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        padding: 0 20px 10px 20px;
        font-size: 12px;
    }

        footer .footer-section span {
            color: #fff;
        }

.footer-section .copyright {
    text-align: left;
    grid-column-start: 1;
    grid-column-end: 2;
}

.footer-section .rechtliches {
    text-align: right;
    grid-column-start: 2;
    grid-column-end: 2;
}

    .footer-section .rechtliches a {
        margin: 0px 15px;
    }

.rk_slogan_index_container {
    width: 60%;
    float: right;
    padding: 10px 0px;
    margin: 20px;
}

    .rk_slogan_index_container h2, .rk_slogan_index_container p {
        color: #fff;
    }

    .rk_slogan_index_container p {
        color: #fff;
    }
/* #### */
/* #### */
/* #### */
/* CONTENT */
/* #### */
/* #### */
/* #### */
/* #### */
/* HERO */
/* #### */


.home .hero h1 {
    margin-bottom: 5px;
}

.rk_mainframe .home.herobg {
    background-image: url(/images/bghero.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rk_mainframe2 .home.herobg {
    /*background-image: url(/images/bghero2.jpeg);*/
    background-image: url(/images/grafiker/bg_grafiker.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rk_container_logos .home.herobg {
    /*background-image: url(/images/bghero2.jpeg);*/
    background-color: #ccc;
    ;
}

.rk_container_logos_box {
    margin: auto;
    width:1400px;
}

.home.herobg2 {
    background-image: url(/images/radio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    width: 100%;
}

.home.heroslogan {
    font-size: 20px;
    font-weight: 400;
}

.rk_startList {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 5px;
}

.rk_startListText {
    font-weight: 400;
    padding-left: 15px;
}

.home.form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1000px;
}


    .home.form.field {
        border: none;
        width: 33%;
        float: left;
        margin: auto;
    }


        .home.form.field input {
            width: 100%;
        }

        .home.form.field .button {
            width: 100%;
        }

/* #### */
/* FORMULAR */
/* #### */

.berechnung {
    padding: 0px;
    background-color: transparent;
    border: none;
}

input[type=text] {
    border: none;
    min-height: 35px;
    font-size: 14px;
    padding: 10px;
    background-color: white;
    color: #333;
    border: none;
    box-shadow: 0 0 5px #00000020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
}


#ddlBudget-button {
    min-height: 35px;
    font-size: 14px;
    max-width: 150px;
    padding: 10px;
    margin: 0 3px;
    background-color: white;
    color: #333;
    border: none;
    box-shadow: 0 0 5px #00000020;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: auto;
}

.ui-selectmenu-text {
    padding-top: 8px;
    text-align: left;
}

.rk_QuickResultContainer {
    border-radius: 0.25rem !important;
    height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    float: left;
}

.rk_QuickResultContainer1 {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
}

.rk_QuickResultContainer2 {
    width: 33%;
    margin-left: 10px;
}

.rk_QuickResultItem {
    width: 24%;
    color: #002D57;
    float: left;
    font-size: 18px;
}

.rk_QuickResultItem30 {
    width: 30%;
    color: #002D57;
    float: left;
    font-size: 18px;
}

.rk_QuickResultItem18 {
    width: 20%;
    color: #002D57;
    float: left;
    font-size: 18px;
}

.rk_QuickResultItem a {
    color: #002D57 !important;
    text-decoration: underline;
}

legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
}

.rk_IconSize2 {
    font-size: 30px;
}

.rk_resultList {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.rk_QuickOfferContainer {
    border-radius: 0.25rem !important;
    height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    float: left;
}

.rk_QuickOfferModulContainer {
    border-radius: 0.25rem !important;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 0px;
}

.modal h2, .modal h4, .modal p {
    color: #000;
}

.rk_QuickOfferModulContainer input {
    margin: 10px 0px;
    font-size: 16px;
    padding: 10px;
}

.rk_QuickOfferModulContainer textarea {
    font-size: 16px;
    height: 100px;
    padding: 10px;
}

.rk_QuickOfferModulContainer #OfferPromotion {
    font-size: 16px;
    height: 60px;
}

.rk_selectLabel {
    font-size: 14px;
}

.rk_QuickOfferContainer1 {
    width: 66%;
    padding: 0px;
}

.rk_QuickOfferContainer2 {
    width: 30%;
    margin-left: 10px;
    margin-top: 0px;
}

.home a {
    text-decoration: underline;
}

.rk_anfragebox_select, .rk_anfragebox_select_spot {
    width: 100%;
}

.rk_anfragebox_select_spot {
    margin: 0px 0px;
}
.rk24_anfrageBox_resultContainer {
    display: none;
}

    .rk_anfragebox_select input, .rk_anfragebox_select select, .rk_anfragebox_select_spot input, .rk_anfragebox_select_spot select {
        width: 100%;
        height: 55px;
        box-shadow: none;
        /*margin: 20px 0;
        background-color: #eee;
        border: 1px solid #aaa;*/
    }


.rk24_anfrageBox_result {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    height: auto;
    width: 72%;
    bottom: -10px;
    padding: 10px 20px;
    margin-top: 20px;
}

/* Extra small (unter 576px) */
@media (max-width: 575.98px) {
    /* CSS für sehr kleine Geräte */
    .rk_topbar {
        display: none;
    }

    .rk24_anfrageContainer {
        position: relative;
        width: 100%;
        bottom: 0px;
    }

    .rk24_anfrageBox {
        background-color: #fff;
        border-radius: 10px;
        height: 100%;
        position: relative;
        height: auto;
        width: 100%;
        padding: 10px;
    }

    .rk_startpage_h1 {
        display: none;
    }
}

/* Small (ab 576px) */
@media (min-width: 576px) {
    /* CSS für kleine Geräte */
    .rk_topbar {
        display: none;
    }

    .rk24_anfrageContainer {
        position: relative;
        width: 100%;
        bottom: 0px;
    }

    .rk24_anfrageBox {
        background-color: #fff;
        border-radius: 5px;
        height: 100%;
        position: relative;
        height: auto;
        width: 100%;
        padding: 10px;
    }

    .home.hero {
        background-color: rgb(53, 168, 235, 0.0);
        /*text-align:center;*/
        /*min-height: 65vh;*/
        display: flow-root;
        vertical-align: middle;
        padding: 0px;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .rk_startpage_h1 {
        display: none;
    }
}

/* Medium (ab 768px) */
@media (min-width: 768px) {
    /* CSS für mittlere Geräte */
    .rk_topbar {
        display: block;
    }

    .rk24_anfrageContainer {
        position: relative;
        margin-top: 110px;
        width: 100%;
    }

    .rk24_anfrageBox {
        background-color: #fff;
        border-radius: 10px;
        height: 100%;
        position: relative;
        height: auto;
        width: 100%;
        bottom: -10px;
        padding: 10px 0px 0px 20px;
        margin-top: 20px;
        padding: 20px;
    }

    .rk24_anfrageBox_pretext {
        margin-top: 50px;
        font-size: 26px;
        font-weight: 600;
        padding-left: 22px;
    }

    .c_white {
        color: #fff;
    }

    .c_blue {
        color: #3C3FCC;
    }

    .class="rk_trest" {
    }

    .home.hero {
        background-color: rgb(53, 168, 235, 0.0);
        /*text-align:center;*/
        /*min-height: 65vh;*/
        display: flow-root;
        vertical-align: middle;
        padding: 60px 100px 20px 100px;
        width: 1400px;
        height: auto;
        min-height:635px;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .rk_startpage_h1 {
        display: none;
    }
}

/* Large (ab 992px) */
@media (min-width: 992px) {
    /* CSS für große Geräte */
}

/* Extra large (ab 1200px) */
@media (min-width: 1200px) {
    /* CSS für extra große Geräte */
}

/* XXL (ab 1400px) */
@media (min-width: 1400px) {
    /* CSS für sehr große Monitore */
}

.rk_anfrageBoxHeadlineText {
    color: white;
    font-size: 18px;
    margin-left: 5px;
}

.col-custom-anfragebox {
    flex: 0 0 calc(100% / 5.1); /* 16 Spalten */
    max-width: calc(100% / 5.1);
    font-size: 16px;
    margin-bottom:20px;
}

.col-custom-anfragebox_2x {
    flex: 0 0 calc(100% / 5.1); /* 16 Spalten */
    max-width: calc(100% / 5.1);
    font-size: 16px;
}

.col-custom-anfragebox_3x {
    flex: 0 0 calc(100% / 3); /* 16 Spalten */
    max-width: calc(100% / 3);
    font-size: 16px;
}

.col-custom-anfragebox-result {
    flex: 0 0 calc(100% / 1.5); /* 16 Spalten */
    max-width: calc(100% / 1.5);
    font-size: 16px;
    padding-top: 8px;
}

.rk_anfragebox_head {
    height: 30px;
    color: #999;
    font-size: 14px;
}

.rk_anfragebox_head_icon img {
    height: 22px;
    float: left;
    margin: 0 10px;
}

.rk_anfragebox_head_text {
    align-items: center;
    display: flex;
    height: 22px;
    float: left;
}

.rk_anfragebox_head_info {
    float: right;
}

    .rk_anfragebox_head_info img {
        height: 22px;
        float: right;
        margin: 0px 10px 0 0;
        cursor: help;
    }

.rk_anfragebox_content {
    height: 65px;
    width: 96%;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 10px 0 0 10px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
}

.rk_anfragebox_result {
    width: 100%;
    border: 0px solid #999;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 10px;
}

.rk_anfragebox_result_quelle {
    width: 95%;
    border: 0px solid #999;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 200;
    padding: 17px 0 0 25px;
}


.js-data-location-ajax {
}

.select2-container--default .select2-selection--multiple {
    height: 55px !important;
    font-size: 15px !important;
    background-color: #fff !important;
    border: none !important;
}

.select2-container--default .select2-selection--single {
    height: 55px !important;
    font-size: 15px !important;
    /*background-color: #eee !important;*/
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
}

}

.select2-container .select2-search--inline {
    padding: 10px !important;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 22px !important;
    background-color: #fff !important;
}

.select2-container .select2-choice, .select2-result-label, .select2-container .select2-selection--single {
    font-size: 1.2em;
    /*height: 40px !important;*/
    overflow: auto;
    padding: 7px;
}

.select2-arrow, .select2-chosen {
    padding-top: 6px;
}

.select2-result-repository__avatar {
    width: 60px;
    height: auto;
    float: left;
    padding: 5px 0px;
}

    .select2-result-repository__avatar i {
        font-size: 25px;
        margin-left: 15px;
        margin-top: 8px;
    }

.select2-result-repository__meta {
    width: 80%;
    height: 40px;
}

/*
.select2-result-repository__avatar img {
    max-width: 60%;
    max-height: 60%;
    text-align: center;
    margin-top: 10px;
    margin: auto;
    position: relative;
}
*/
.select_location_icon img {
    height: 23px;
    float: left;
    margin: 5px 17px;
}

.select2-result-repository__meta {
    float: left;
}

.select2-result-repository__title {
    color: #555;
    width: 100%;
    font-weight: bold;
    min-height: 25px;
}

.select2-result-repository__description {
    color: 333;
    width: 100%;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    float: left;
    width: 45%;
    color: #333;
}

.rk_formular_redBorder {
    border-color: red;
}

.rk_formular_errorText {
    color: red;
    font-weight: bold;
    visibility: hidden;
    font-size: 14px;
}

rk_smallText {
    font-size: 10px;
}

.rk_select2_dropdownCssClass {
    min-width: 400px;
}

/* Loader für die AJAX Events */
/* Das Overlay-Design */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Halbtransparentes Schwarz */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /* Standardmäßig ausgeblendet */
}

/* Das Loader-Symbol */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loader Ende */

.rk_modal-content {
    padding: 20px;
}

.rk_popup_weitereInformationContainer {
    margin-top: 30px;
    text-align: left;
}

.rk_kundenlogoCont {
    width: 7%;
    float: none;
    margin: 5px 15px;
    display: inline-block;
}

rk_kundenlogoCont img {
    float: left;
}

.rk_phoneIconBox {
    float: left;
    border: 0px solid #ccc;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 2px 0 0 6px;
    color: cadetblue;
}

    .rk_phoneIconBox img {
    }

.rk_container_haupttext {
    width: 100% !important;
    /*background-image: url('/images/grafiker/bg_hellblau.png');*/
    background: linear-gradient(to right, #9FBCCE, #8DADBD);
    min-height: 150px;
    text-align: left;
    display: flex;
    padding: 40px 0 60px 0;
}

.rk_container_haupttext_inner {
    color: #fff;
    width: 1200px;
    height: auto;
    min-height: 140px;
    border-radius: 15px;
    font-size: 18px;
    padding: 15px;
    margin: auto;
}

    .rk_container_haupttext_inner p, .rk_container_haupttext_inner h2 {
        color: #fff;
    }

.rk_container_footer {
    width: 100% !important;
    background: linear-gradient(to right, #9FBCCE, #8DADBD);
    background-color: #fff;
    min-height: 50px;
    text-align: left;
    display: flex;
    padding: 10px 0 10px 0;
}

.rk_container_footer_inner {
    color: #fff;
    width: 1200px;
    height: auto;
    min-height: 50px;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px;
    margin: auto;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.rk_container_footer p, .rk_container_haupttext h2 {
    color: #fff;
}

.rk_container_logos {
    width: 100% !important;
    background-color: #ededed;
    min-height: 150px;
    text-align: center;
    display: flex;
    padding: 40px 0 60px 0;
}

.rk_container_logos_rounded-box {
    text-align: center;
    max-width: 1200px; /* Breite der Box */
    height: auto; /* Höhe der Box */
    min-height: 140px;
    background-color: white; /* Hintergrundfarbe */
    border-radius: 15px; /* Runde Form */
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Schatten unten und seitlich */
    padding: 15px;
    margin: auto;
}

.rk_container_footer {
}

.rk_container_footer_inner {
    padding: 15px 15px;
    margin-bottom: 10px;
}


.rk_container_footer .rechtliches {
    min-width: 140px;
    float: left;
    text-align: center;
    margin-top: 5px
}

    .rk_container_footer .rechtliches a {
        color: #000;
        font-size: 14px;
    }


.rk_custom_tooltip {
    --bs-tooltip-bg: #000;
    --bs-tooltip-color: #fff;
    border-color: #555;
    z-index: 10000;
}

    .rk_custom_tooltip + .tooltip {
        margin-bottom: 25px;
        ;
    }

.tooltip-inner {
    max-width: 600px !important; /* Standard ist 200px */
    width: auto; /* Oder eine feste Breite wie z.B. 250px */
    font-size: 14px;
}

.rk_hinweistextAnfragesenden {
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
}
