/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */

.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
} 

.productlogo #logo {
    width: 48px;
    height: 38px;
    background-image: url(/files/theme/img/logos/logo-canvas-klein-weiss.png);
}
#logo {
    border-radius: 5px;
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}
#backtotop ul li a {
    background-color: #ed7902;
}
.top .contactdetails {
    margin-left: 0px;
}
.top .mod_customnav ul li a {
    padding-left: 12px;
}
.link a, .linkm a {
    font-weight: 600;
}
.mod_customnav .level_1 li a[title="RSS"]::before {
    content: "\f09e";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    margin-right: 8px;
    display: inline-block;
}
.text.text1 {
    display: table;
    padding: 5px 10px;
    background-color: #ed7902;
    border-radius: 8px;
}

/* fuer alle Geraete-Klassen */
/* Events*/
.mod_eventlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0px;
}
.event {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}
.mod_eventlist .header {
    display: none;
}
.mod_mae_event_filter ul li {
    display: inline;
    padding-right: 15px;
    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    /* margin-top: 10px; */
}
li.category.all.active,
li#mae_cat_1.category.active,
li#mae_cat_2.category.active,
li#mae_cat_3.category.active,
li#mae_cat_4.category.active,
li#mae_cat_5.category.active {
    background-color: #ED7900;
}
li.category.all.active a, li.category.active a {
    color: #fff;
}
.mod_mae_event_filter ul {
    padding-top: 5px;
}
.mod_mae_event_filter ul li a {
    text-decoration: none;
}
.mod_mae_event_filter ul li a:hover {
    color: #fff;
}
.mod_mae_event_filter ul li:hover {
    background-color: #ed7900;
    color: #fff;
}
.mod_eventlist .time, .mod_eventreader .info {
    font-size: 18px;
}
.location-name {
  font-weight: 600;
}
.location-address {
  font-weight: 400;
}
.mod_eventlist .time, p.location {
    font-size: 18px;
}
.mod_eventlist .ce_text {
    font-size: 18px;
}
.mod_eventlist .time::before, .event.layout_full p.info::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    color: #005ca9;
}
.mod_eventlist .location::before, .event.layout_full p.location::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    color: #E50056;
}
table td {
    padding: .9em;
    border-top: 1px solid #e3e3e3;
    font-size: 1em;
    white-space: normal;
}
table {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
caption, th {
    font-weight: 600;
}
.nl-aip input[type="email"] {
    width: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(85, 85, 85, 1);
    padding: 10px;
    border: 1px solid #c1c1c1;
}
/* CSS für einheitliche Höhe der Newsboxen im Banner-Template */

/* Container für News-Artikel gleichmäßig ausrichten */
.top_news .layout_latest_cts:not(.banner-item) .outside {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
}

/* Sorgt dafür, dass alle News-Boxen in einer Reihe die gleiche Höhe haben */
.top_news .mod_newslist .layout_latest_cts:not(.banner-item) {
  min-height: 500px; /* Mindesthöhe anpassen je nach Bedarf */
}
/* .veranstaltungen .mod_newslist .layout_latest_cts:not(.banner-item) {
  min-height: 300px; /* Mindesthöhe anpassen je nach Bedarf 
} */

/* News-Inhalt gleichmäßig verteilen */
.top_news .layout_latest_cts:not(.banner-item) .outside {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #fff
}

.top_news .layout_latest_cts:not(.banner-item) .inside {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* News-Text-Bereich dehnt sich aus */
.top_news .layout_latest_cts:not(.banner-item) .ce_text {
  flex: 1;
}

/* Banner-spezifische Anpassungen */
.top_news .banner-full-width {
  margin: 20px 0;
  clear: both;
}

@media (max-width: 1368px) {
  .banner-full-width .banner_image {
    display: block; /* Überschreibt das flex-Layout */
    width: 100%;
    max-width: 970px; /* Maximale Breite begrenzen */
    height: auto;
    margin: 0 auto; /* Zentriert das Banner wenn es kleiner als Container ist */
  }
  .top_news .mod_banner {
    width: auto !important;
    margin-left: -5px;
}
  .banner-full-width .banner_image img {
    width: 100%;
    height: auto;
    max-width: 970px; /* Bild nicht größer als Original */
    object-fit: contain; /* Behält Seitenverhältnis bei */
  }
}

.top_news .banner-full-width .inside {
  min-height: 180px; /* Entspricht dem 970x180px Banner-Format */
}
.top_news .mod_banner {
    width: 990px;
    margin-left: -5px;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .top_news .layout_latest_cts:not(.banner-item) {
    min-height: auto; /* Auf Mobile keine feste Höhe */
  }
  
  .top_news .banner-full-width {
    margin: 15px 0;
  }
}

.myClass p {
    color: #ff0000;
}
.top_news .layout_latest_cts.block3.newsrow.arc_1.col-sm-6.col-md-6.block.featured.news_category_2.category_2 .outside {
min-height: 368px;
}
.mod_newsreader .image_container .caption {
    position: relative;
    width: auto !important;
    padding: 3px 6px;
    background-color: #F2F2F2;
    font-size: .8em;
    line-height: 1.5;
}
.pl30 .ce_ctswrapperstart {
    padding-left: 30px;
}
strong {
    font-weight: 600;
}
.ce_headline span {
    font-weight: 300;
}
.newsletter .cts-element_contentbox .variant5 h2,
.newsletter .cts-element_contentbox .variant5 h3 {
    font-size: 1.2em;
    padding: 5px 10px;
    color: #fff;
    background-color: #ED7900;
    text-align: center;
}
.newsletter form,
.newsletter .formv1 fieldset,
.newsletter .formv1 .widget {
margin-bottom: 0px;
}
.newsletter .widget.widget-text.mandatory {
margin-bottom: 15px
}
.cts_contentbox p {
    font-size: 0.9em;
}
.cts-element_contentbox .variant5 h1, .cts-element_contentbox .variant5 h2, .cts-element_contentbox .variant5 h3, .cts-element_contentbox .variant5 h4, .cts-element_contentbox .variant5 h5, .cts-element_contentbox .variant5 h6 {
    font-size: 1.2em;
}
.ctsheaderimagev2 .contentwrapper .headline.texthl span {
    font-weight: 700;
}
.mod_newsarchive.block3 .layout_latest_cts.block3 .outside .inside, .mod_newslist.block3 .layout_latest_cts.block3 .outside .inside {
    background-color: #fff;
}
.mod_newslist.block_topnews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 0px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mod_newslist.block_veranstaltungen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 0px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.layout_latest_cts .image_container .caption {
    top: auto;
    bottom: 10px;
    left: 10px;
    background-color: rgba(244, 244, 244, .8);
    font-size: 14px;
}
.mod_newsreader.block h1.headline {
    font-size: 1.4em;
}
.mod_newsreader.block h2.headline {
    font-size: 1.2em;
}
.top .mod_customnav ul li strong {
  font-weight: 400;
}

.banner-item .outside .inside.no-border {
    background-color: transparent !important;
}
.cts-element_contentbox {
    background-color: #fff;
}
.cts-element_contentbox .cts_contentbox {
    padding: 10px;
    border: 1px solid #c0c0c0;
}
.cts-element_contentbox .variant4 h2 {
    color: #333;
    font-size: 1.2em;
}
.versicherungen {
    font-size: 18px;
}
.pt30 .ce_ctswrapperstart.row {
    padding-top: 22px;
}
.ce_text.small h2.headline {
    font-size: 1.2em;
}
.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}
.banner-full-width {
  margin: 20px 0; /* Abstand oben/unten */
}

.banner-full-width .inside {
  min-height: 180px; /* Entspricht deinem 970x180px Format */
}

@media (max-width: 1368px) {
    .banner_image {
    display: flex;
    justify-content: center;
}
}
/* News */
.ce_ctswrapper.versicherung {
    margin-top: -20px;
}
.layout_latest_cts .inside {
    padding: 0;
    border: 1px solid #c0c0c0;
}
.inside.no-border {
    border: 0px;
    margin-top: -20px;
}
.home .mod_newslist.block3 {
    padding-top: 20px;
}
.mod_newslist .layout_latest_cts .teaser {
    padding: 12px;
}
.layout_latest_cts p.more {
    margin-top: auto;
    margin-left: 0;
    padding: 0 0 12px 12px;
}
.layout_full_cts.version1.block {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
}
.layout_latest_cts {
    padding-bottom: 6px;
    margin-bottom: 30px;
}
.meta_box .info_author, .version2 .meta_box .info_author {
    display: none;
}
.meta_box, .block3 .meta_box, .version2 .metabox {
    font-size: 14px;
}
.version2 .meta_box {
    border-bottom: 1px solid #c0c0c0;
    font-size: 16px;
}
.meta_box .category {
    display: inline-block;
    padding-left: 5px;
}
.veranstaltungen .meta_box .info, .veranstaltungen .meta_box .info_author span.author {
    display: none;
}
.veranstaltungen .meta_box .category {
    padding-left: 0px;
}
.veranstaltungen .layout_latest_cts .outside {
    background-color: #fff;
}
.veranstaltungen .layout_latest_cts .inside {
    padding: 0;
    border: 1px solid #c0c0c0;
    /* min-height: 248px !important; */
}
.veranstaltungen .job-provider { 
    padding: 12px;
    font-size: 18px;
}
.layout_full_cts .meta_box {
    font-size: 16px;
}

.empfehlungen-details .image_container.float_left {
    margin-top: 4px;
    margin-right: 3%;
    margin-bottom: 0%;
}
.empfehlungen .layout_latest_cts.version2 .newsimg-v2 {
    padding-left: 12px;
    padding-top: 12px;
}
.empfehlungen-details .mod_newsreader .image_container .caption {
    width: 100% !important;
}
.empfehlungen .anzeige, .empfehlungen-details .anzeige {
    text-align: right;
}
.empfehlungen .meta_box .category, .empfehlungen-details .meta_box .category {
    padding-left: 0px;
}
.empfehlungen .meta_box .anzeige, .empfehlungen-details .meta_box .anzeige {
    display: inline-block;
    float: right;
}
.stellenmarkt .layout_latest_cts.version2 {
    display: block;
    position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
}
.stellenmarkt-details .mod_newsreader .frame_details {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
}
.stellenmarkt-details .image_container {
    padding-right: 30px;
}
.stellenmarkt-details h2 {
    font-size: 1.1em;
}
.stellenmarkt-details .layout_full_cts.version1.block {
    margin-bottom: 20px;
    padding: 0px;
    background-color: #fff;
    border: 0px;
}
.stellenmarkt .mod_newslist .layout_latest_cts.version2 .teaser {
    padding: 0px !important;
}
.stellenmarkt .layout_latest_cts p.more {
    margin-top: auto;
    margin-left: 0;
    padding: 15px 0px;
}
.teaser ul li {
    list-style-type: square;
    list-style-position: inherit;
    margin-left: 18px;
    font-size: 18px;
}
.mod_newslist .layout_latest_cts .news-source {
    font-size: 18px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 7px;
}
.mod_newslist .layout_latest_cts .teaser {
    padding-top: 6px;
}
.layout_latest_cts h2 a {
    text-decoration: none;
    color: #053678;
}
.layout_latest_cts h2 {
    font-size: 20px;
    line-height: 1.2em;
}
.teaser p {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 5px;
}
/* News-Filter */
.mod_newscategories_cumulative.block ul li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 15px;
}
.mod_newscategories_cumulative.block ul li a {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}
.mod_newscategories_cumulative.block ul li a:hover {
    background-color: #ED7902;
    color: #fff;
}
.active-categories {
    display: inline;
}
.reset-link {
    display: inline;
    float: right;
    margin-right: 15px;
    padding-bottom: 15px;
    margin-top: -10px;
    padding-top: 15px;
}
li.news_category_1.category_1.active,
li.news_category_2.category_2.active,
li.news_category_3.category_3.active,
li.news_category_4.category_4.active,
li.news_category_5.category_5.active,
li.news_category_6.category_6.active {
    margin-bottom: 10px;
    padding-top: 10px;
}
.active-categories h6 {
    display: inline-block;
}
.reset-link a.reset {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}
.reset-link a:hover.reset {
    background-color: #ED7902;
    color: #fff;
}
/* Kommentare */
.ce_comments {
    display: block;
    width: 100%;
    margin-top: 100px;
}

.ce_comments .row fieldset {
    margin-right: 0px;
    margin-left: 0px;
}
.ce_comments input[type="email"], .ce_comments input[type="text"], .ce_comments input[type="url"], .ce_comments textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.ce_comments fieldset {
    border: 0px;
}
.ce_comments fieldset#ctrl_notify_1 {
    display: none;
}
.ce_comments .widget.widget-submit {
    margin-top: 25px;
}
button[type="submit"], input[type="submit"] {
    font-size: 18px;
}

.mod_sharebuttons {
    display: inline;
    float: left;
}
.mod_newsreader p.back a {
    display: inline;
    float: right;
    font-weight: 600;
}
.layout_full_cts.version1.block {
    margin-bottom: 20px;
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }
    .stellenmarkt-details .image_container.float_left {
    margin-top: 4px;
    margin-right: 3%;
    margin-bottom: 1%;
    min-height: 200px;
    max-width: 300px;
    /* display: -webkit-inline-box; */
}
.nopadding #main>.inside {
        padding: 0px;
    }
}
@media (max-width: 1024px) {
#afterheader .pagetitle {
    display: none;
}
}
@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

    .myClass p {
        color: #f300ff;
    }

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

    .myClass p {
        color: #0800ff;
    }
    .pl30 .ce_ctswrapperstart.row {
    padding-left: 25px !important;
}
}


/* fuer Smartphones */
@media only screen and (max-width:767px) {
    #bmid334, #bmid338 {
    min-height: 300px;
}
/* News-Filter */
.mod_newscategories_cumulative.block ul li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 15px;
}
.ctsheaderimagev2 .contentwrapper .headline.texthl span {
    font-size: 1.2em;
}
}

@media only screen and (min-width: 992px) {
    .mainmenu {
        display: none;
    }
    .mod_mobile_menu, a.nav-mobile {
        display: flex;
    }
}
@media only screen and (min-width: 1280px) {
    .mainmenu {
        display: unset;
    }
    .mod_mobile_menu, a.nav-mobile {
        display: none; 
    }
}
/* Explizite Regel für iPad Portrait bei 768px */
@media (min-width: 768px) and (max-width: 768px) {
    .layout_latest_cts.col-sm-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
/* CSS für Anzeige innerhalb des Link-Elements */
@media (min-width: 1369px) {
.banner_image a,
.banner_image {
    display: inline-block;
    position: relative;
    float: right;
}
}

aside#bmid338 {
    padding-top: 18px;
}

.banner-anzeige {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: right;
    display: block;
    text-decoration: none !important;
    pointer-events: none;
}
.banner_image a {
    text-decoration: none !important;
}

.banner_image a:hover {
    text-decoration: none !important;
}

/* Bei zentrierten Bannern */
@media (max-width: 1368px) {
    .banner_image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .banner_image a {
        display: block;
        text-align: right;
    }
}
@media (max-width: 467px) {
.image_container.float_right {
    margin-left: 0%;
    margin-bottom: 15px;
}
.image_container.float_left {
    margin-right: 0%;
    margin-bottom: 15px;
}
.empfehlungen-details .image_container.float_left {
    margin-top: 4px;
    margin-right: 0%;
    margin-bottom: 15px;
}
}