/* ===========  design setting ================ */
body {
    font-size: 14px;
}

.row {
    margin-bottom: 20px;
}
/* Standardfarbe der Links */
a {
    color: #1d3030;
}
/*Farbe der Links beim Hover */
a:hover {
    color: #e63d00;
}
.new{
    margin-top: -129px;
}
.single-image-class
{    position: absolute;
        top: 0;
        left: 0;
        width: 35% !important;
        height: 30% !important;
        object-fit: cover;
    
}
.xsclass{
    margin-top: -25px;
}
hr.my-4 {
    max-width: 100%; /* Stellt sicher, dass die Linie nicht breiter als der Container wird */
    margin: 0 auto; /* Zentriert die Linie */
    border: 1px solid #343a40; /* Farbe und Dicke der Linie */
}.left {
    float: left;
}
/* Stil f�r den benutzerdefinierten Container */
.custom-footer-container {
    max-width: 100%; /* Stellt sicher, dass der Container nicht breiter als die Seite wird */
    padding: 0 15px; /* F�gt etwas Innenabstand hinzu */
}

/* Stil f�r die <hr> mit der Klasse my-4 im benutzerdefinierten Container */
.custom-footer-container hr.my-4 {
    width: 60%; /* Setzt die Breite auf 200px */
    max-width: 60%; /* Stellt sicher, dass die Linie nicht breiter als 200px wird */
    margin: 0 auto; /* Zentriert die Linie */
    border: 1px solid #343a40; /* Farbe und Dicke der Linie */
}
/* Stil f�r das Akkordeon */
.accordion .card-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.25rem;
}

.accordion .btn-link {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.accordion .btn-link .plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #343a40;
    border-radius: 5px;
    margin-right: 10px;
}

.accordion .btn-link .plus-icon::after {
    content: '+';
    font-size: 1.5rem;
}

.accordion .collapse.show .btn-link .plus-icon::after {
    content: '-';
}
/* Backlinkseite */
.table-container {
    margin-top: 20px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th, .table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table th {
    background-color: #f2f2f2;
    cursor: pointer;
}

.table th.sort-asc::after {
    content: "\25B2"; /* Aufw�rts-Pfeil */
    margin-left: 5px;
    color: #000; /* Pfeil in Schwarz */
}

.table th.sort-desc::after {
    content: "\25BC"; /* Abw�rts-Pfeil */
    margin-left: 5px;
    color: #000; /* Pfeil in Schwarz */
}
.modal-title {
    color: #000; /* Schriftfarbe f�r "Kontakt" */
}

.modal-body .form-group .textcenter {
    color: #000; /* Schriftfarbe f�r den Text im Spam-Code-Bereich */
}

.modal-body .form-group .textcenter input[type="text"] {
    color: #000; /* Schriftfarbe f�r das Eingabefeld des Spam-Codes */
    background-color: #fff; /* Hintergrundfarbe f�r das Eingabefeld des Spam-Codes */
    border: 1px solid #ccc; /* Rahmenfarbe f�r das Eingabefeld des Spam-Codes */
}
.right {
    float: right;
}
.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.colorred {
    color: #e63d00;
}

.margin0 {
    margin: 0px 0px 20px 0px;
}

.bold {
    font-weight: bold;
}

.width100 {
    width: 100%;
}

.margintb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding10_20 {
    padding: 10px 20px;
}

.padding20 {
    padding: 20px;
}

.font16 {
    font-size: 16px;
}

.over-hidden {
    overflow: hidden;
}

.flexAlingJustcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

h1.smallHeadline {
    font-size: 18px;
    padding: 10px 0px;
    color: #e63d00;
}

h1.pageTitle {
    font-size: 22px;
}

h3 {
    font-size: 22px;
}

.backred {
    background-color: #df6a6a;
    color: white;
    padding: 2px 5px;
}

iframe {
    max-width: 100% !important;
}

.ad_list {
    border: 1px solid lightgrey;
    padding: 10px;
}

.border-radius {
    border-radius: 10px;
}

.padding5 {
    padding: 5px;
}

.list_input {
    margin-bottom: 5px !important;
}

.nowrap {
    white-space: nowrap;
}

.smallbtn {
    padding: 3px 10px;
    vertical-align: top;
}

.ad_list .bottom-div {
    display: flex;
    border-top: 1px dashed lightgrey;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.ad_addr {
    display: inline-block;
    width: 60px;
}

.back_radius {
    background-color: #ffcdcd;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: black;
}

.respon_div {
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.fa.fa-bell {
    color: green;
}

.notification .badge {
    position: relative;
    top: -8px;
    left: -10px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: red !important;
    color: white;
}

.flex_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.border-bottom-margin10 {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.table_overflow_div {
    width: 100%;
    overflow-x: auto;
}

.table_overflow_div table td,
.table_overflow_div table th {
    white-space: nowrap;
}

/* ================   ============================= */
.user_kont_notification {
    display: flex;
}

.user_kont_notification_main {
    display: none;
}

.backflur,
.backgray {
    text-align: center;
}

.error_message {
    color: red;
    background: #ffcaca;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.success_message {
    color: rgb(54, 170, 0);
    background: #e7ffb9;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.randoms {
    border: 1px dotted red;
}

.cms_link {
    padding: 0px 4px;
    border: 1px dotted black;
    margin-left: 3px;
}

.cms_div {
    margin: 6px auto;
}

/* ======== header part ============== */
.user_verify_icon {
    width: 20px;
    top: -1px;
    position: relative;
}

.entry_verify_icon {
    width: 25px;
    top: -1px;
    position: relative;
}

#responsive_div2 {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: black;
    opacity: 0.6;
    display: none;
}

.mobile_menu {
    position: fixed;
    background-color: #e63d00;
    top: 0px;
    margin-left: -200px;
    z-index: 100;
    height: 100vh;
    transition: 0.5s;
    padding: 20px;
}

.menu_active {
    margin-left: 0px;
    overflow-y: auto;
}

.mobile_logo {
    width: 150px;
    font-size: 18px;
}

#topbar {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    height: 70px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

.mobile_menu_icon {
    display: none;
}

.topbarmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toplogo {
    border-right: 1px solid lightgray;
    padding-right: 20px;
}

.toplogo img {
    width: auto;
    height: 50px;
}

.top_cates form {
    display: flex;
    align-items: center;
    font-size: 18px;
    white-space: nowrap;
}

.top_cates form input {
    margin-left: 10px;
}

.multi_lang li div a {
    display: block;
    text-decoration: none;
    padding-left: 5px;
}

.multi_lang li img {
    width: 24px;
}

.user_login a.nav-link img {
    width: 45px;
    height: auto;
    border-radius: 50%;
}

.registerbtn {
    background: #0059b3;
    color: white;
    font-weight: bold;
}

.registerbtn:hover {
    background: #e63d00;
    color: white;
}

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

#slider_div {
    background-color: #dcdbcb;
}

.rubrik_scroll_arrow {
    width: 30px !important;
    height: 30px !important;
    background: #ccd4c3 !important;
    top: auto !important;
    bottom: 10px !important;
}

#rubrik_scroll_div .swiper-slide {
    text-align: left;
    padding: 20px 10px;
}

.rub_scroll_icon {
    float: left;
    width: 33px;
    height: auto;
}

.rub_scroll_title {
    font-size: 17px;
    font-weight: bolder;
    margin-left: 55px;
}

.rub_scroll_des {
    margin-left: 55px;
}

.rub_scroll_href:hover {
    text-decoration: none;
}

.rub_scroll_href:hover .rub_scroll_icon {
    transform: rotateY(360deg);
    transition: all 0.8s;
}

/* ====================================================== */
/* Suchformular */
.search-form {
    padding: 20px;
    background: linear-gradient(to right, coral, darkred);
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

/* Suchcontainer */
.search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Suchfelder */
.search-item {
    flex: 1 1 100%;
}

.search-input, .search-select {
    width: 100%;
    border: 2px solid #0059b3;
    border-radius: 5px;
    padding-left: 5px;
    transition: border-color 0.3s ease;
}

.search-input:focus, .search-select:focus {
    border: 1px solid #0059b3;
    outline: none;
}

/* Suchbutton */
.search-button {
    width: 100%;
    padding: 10px;
    background-color: #0059b3;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #ff5233;
}
@media (max-width: 768px) {
   
    .custom-container {
        background-color: white;
        padding: 2rem !important;
        border-radius: 0.5rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        background-color: #f8f9fa;
        max-width: 900px;
        margin: 0 auto;
    }
    .new1{
        margin: 10px -16px !important;
    }
    
    .new-container {
        background-color: white;
        padding: 2rem !important;
        border-radius: 0.5rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        background-color: #f8f9fa;
        max-width: 94% !important;
        margin: 0 auto;
    }
    .alphabet-row {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        width: 100%;
    }
}
/* Responsive Design */
@media (min-width: 576px) {
    .search-item {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (min-width: 768px) {
    .search-item {
        flex: 1 1 calc(33.33% - 10px);
    }
   
}

@media (min-width: 992px) {
    .search-item {
        flex: 1 1 calc(25% - 10px);
    }
}

.google_search_form {
    border: 1px solid #a09b9b;
    padding: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#sbi {
    width: 70%;
    margin: 0px 10px;
}

#sbb {
    padding: 2px 10px;
}

#entries_map {
    height: 500px;
}

.map_info {
    width: 250px;
    height: auto;
    display: flex;
    align-items: center;
}

.map_img {
    width: 40%;
    height: 80px;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
    margin-right: 20px;
}

.map_content {
    height: 80px;
    width: 60%;
    position: relative;
}

.map_des {
    overflow: hidden;
    max-height: 100px;
}

.map_title {
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
}

.map_mobile {
    position: absolute;
    bottom: 1px;
}

/* ============================================================== */

.pagination>ul {
    display: inline-flex;
    list-style: none;
}

.pagination>ul>.disabled:not(.prev):not(.next)>a,
.pagination>ul>.disabled:not(.prev):not(.next)>span,
.pagination>ul>.disabled:not(.prev):not(.next)>a:hover,
.pagination>ul>.disabled:not(.prev):not(.next)>span:hover,
.pagination>ul>.disabled:not(.prev):not(.next)>a:focus,
.pagination>ul>.disabled:not(.prev):not(.next)>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #0059b3;
    border-color: #011d25;
    cursor: default;
}

.pagination>ul>li>a,
.pagination>ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>ul>li>a:hover,
.pagination>ul>li>span:hover,
.pagination>ul>li>a:focus,
.pagination>ul>li>span:focus {
    background-color: #f7f7f7;
}

.pagination-here {
    display: inline-block;
    margin-bottom: 0px;
}

.sort_order {
    display: flex;
    color: black;
    justify-content: center;
    margin-bottom: 20px;
}

.sort {
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

.sort_title,
.sort_value,
.sort_icon,
.order_title,
.order_value {
    padding: 4px 10px
}

.sort_title,
.order_title {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sort_icon,
.order_value {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sort_title,
.sort_icon,
.order_title {
    background-color: #e3e2e2;
}

.sort_value,
.order_value {
    background-color: #c7c7c7;
}

.sort_icon:hover,
.sort_value:hover,
.order_value:hover {
    cursor: pointer;
}

.sort_detail {
    position: absolute;
    width: 100%;
    z-index: 100;
    margin-top: 5px;
    background-color: #e8e8e8;
    display: none;
}

.sort_detail div {
    border: 1px solid lightgray;
    padding: 5px 10px;
}

.sort_detail div:hover {
    background-color: #1d70a3;
    cursor: pointer;
    color: white;
}

/* ==================  main part ==================================== */
.ad_menu {
    display: flex;
    margin: 5px 0px 15px 0px;
    border-bottom: 1px solid lightgray;
}

.ad_cates_menu {
    margin-right: 1px;
    padding: 2px 10px;
    background-color: #eeeeee;
    color: #0066a6;
}

.ad_cates_menu:hover {
    text-decoration: none;
    background-color: rgb(206, 206, 206);
}
/* Allgemeine Stile */
.gallery-item {
    text-align: center;
    margin-bottom: 20px;
}

.gallery-ad {
    background-color: #fff;
    border-radius: 20px; /* Runde Ecken */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Schatten */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-ad:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* St�rkerer Schatten beim Hover */
}
.user_verify_icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.gallery-info {
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gallery-location {
    padding: 10px;
    font-size: 0.9em;
    color: #666;
}

.latest-entries, .popular-entries {
    border: none;
    margin-top: 20px;
    padding: 10px;
    background-color: none; /* Hintergrundfarbe �ndern */
    border-radius: 10px; /* Runde Ecken */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Schatten */
}
.top-entries {
    border: none;
    margin-top: 20px;
    padding: 10px;
    background-color: none; /* Hintergrundfarbe �ndern */
    border-radius: 10px; /* Runde Ecken */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Schatten */
}
.main_bottom_title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.main_bottom_content {
    margin-bottom: 10px;
}

.grey1 {
    color: #333;
    text-decoration: none;
}

.grey1:hover {
    text-decoration: underline;
}
.dark-link {
    color: #0059b3; /* Dunklere Linkfarbe */
    font-weight: bold;
}

.dark-link:hover {
    color: tomato;
    text-decoration: underline;
}
#visitedads,
#topads {
    padding-bottom: 10px;
}

.gallery_imageTag {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.gallery_img {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 180px;
    background-color: white !important;
}

.top_img {
    border: 2px solid #c20b0b;
    box-shadow: 0px 0px 10px 2px #888888;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: transform .5s ease;
}

.top_img:hover {
    transform: scale(1.03);
    filter: brightness(1.3);
}

.gallery_ad_one_div {
    box-shadow: 0px 0px 10px 2px #888888;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: transform .5s ease;
}

.gallery_ad_one_div:hover {
    transform: scale(1.03);
    filter: brightness(1.3);
}

.top_imgdiv2 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url(../img/top_mark2.png);
    background-size: 100% 100%;
}

.new_imgdiv {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/new_mark.png);
    background-size: 100% 100%;
}

.new_imgdiv2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/new_mark2.png);
    background-size: 100% 100%;
}
.popular_imgdiv2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/new_mark2.png);
    background-size: 100% 100%;
}
.index_text {
    height: 300px;
    overflow: hidden;
}

#topads {
    padding-right: 20px;
    padding-left: 20px;
}

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

.swiper-button-next,
.swiper-button-prev {
    height: 20px;
    width: 20px;
    background: beige;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 10px;
}

.rubrik_scroll_arrow:after,
.rubrik_scroll_arrow:before {
    font-size: 18px;
    font-weight: 700 !important;
    color: white;
}

.categorylist li {
    padding: 9px 0px;
    border-bottom: 1px solid #eee;
}

.categorylist {
    list-style-type: none;
    padding: 0px 10px;
}

.kat_list {
    padding-left: 10px;
}

/* ============= register part ============= */
.registerContainer{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: center;
}
.registerCardWrapper{
  position: relative;
  margin: 15px;
  max-width: 100%;
}
.staticWrapper{
  width: 680px;
}
.rotateWrapper{
    width: 340px;
}

.registerCardItem{
  display: flex;
  height: 500px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-140px);
  transition: transform 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
  cursor: pointer;
}

.registerCardFront, 
.registerCardRight{
  background-color: #e63d00;
  height: 520px;
  transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
.staticFront,
.staticRight{
  position: relative;
  width: 50%;
}
.rotateFront,
.rotateRight{
  position: absolute;
  width: 100%;
}

.registerCardFront{
  background-image: linear-gradient(180deg, rgb(219 219 219) 0%, rgba(92,91,94,0) 100%);
  border-radius: 34px 3px 0 0;
  padding: 34px 21px;
}
.rotateFront{
  transform: rotateY(0deg) translateZ(160px); 
}

.registerCardRight{ 
  background-image: linear-gradient(0deg, rgb(219 219 219) 0%, rgba(92,91,94,0) 100%);
  border-radius: 0 0 34px 0px;
  padding: 18px 21px;
}
.rotateRight{
  transform: rotateY(90deg) translateZ(160px);
  opacity: 0.08;
}

.rotateWrapper .registerCardItem:hover{
  transform: translateZ(-160px) rotateY( -90deg);
}

.registerCardItem:hover .rotateFront{
  opacity: 0; 
}

.registerCardItem:hover .rotateRight{
  opacity: 1; 
}

.registerCardPrice{
  position: absolute;
  bottom: 34px;
  left: 21px;
  font-size: 34px;
  opacity: .34;
}
.registerBtn2 {
  position: absolute;
  right: 14px; 
  bottom: 10px;
  border: none;
  box-shadow: none;
  background: none;
  color: white;
  font-family: 'Exo 2';
  font-weight: 300;
  font-size: 12px;  
  letter-spacing: -.25px;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 55px 55px 21px 55px;
  background-image: linear-gradient(130deg, #0059b3 50%, #003d80 100%); /* Anpassung des Farbverlaufs */
  background-size: 125% 100%;
  background-position: right;
  cursor: pointer;
  box-shadow: 8px 5px 13px rgba(34,34,34,.08);
  transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
  transform-origin: right bottom;
}
.rotateWrapper .registerBtn{
    transform: scale(0) skewY(13deg);
}

.rotateWrapper:hover .registerBtn{
   transform: scale(1) skewY(0);
}

.rotateWrapper:not(:hover) .registerBtn{
    opacity: 0;
}

.registerBtn2:hover{
  background-position: left;
  text-decoration: none;
}

.registerCardImgWrapper img{
  transform-origin: top right;
  transition: transform 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
  transition-delay: 100ms;
  transform: rotateZ(35deg);
  pointer-events: none;
  width: 250px;
  height: auto;
}

.registerCardImgWrapper{
  animation: float 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate;
  position: absolute;
  top: 330px;
  left: 70px;
  pointer-events: none;
  backface-visibility: hidden;
}
.bestseller-banner {
    position: absolute;
    top: 85px;
    right: -10px;
    background-color: #0059b3;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px;
    font-size: 1em; /* Erh�he die Schriftgr��e */
    font-weight: bold;
    transform: rotate(45deg);
    transform-origin: right top;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif; /* Verwende eine klare Schriftart */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* F�ge einen leichten Text-Schatten hinzu */
}
@keyframes float{
  0%{
    transform: translateZ(20px);
  }
  100%{
    transform: translateY(-21px) translateX(-13px) translateZ(30px);
  }
}

.ac_each .fa-check-circle {
    color: green;
    margin-right: 10px;
}

.ac_each .fa-times-circle {
    color: red;
    margin-right: 10px;
}
.ac_opt {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 2px;
}
/* ============= register card end ================= */
/* Container f�r den Tipp-Banner */
.tipp_div {
    padding: 2px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.tipp_div {
    border: 1px solid #b31b00;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tipp_mark {
    display: inline-block;
    padding: 2px 12px;
    width: 190px;
    background-color: #04495E;
    font-size: 22px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}
.tipp_mark {
    font-size: 1.5em; /* Schriftgr��e erh�hen */
    padding: 10px; /* Innenabstand vergr��ern */
}
 @media (max-width: 600px) {
  .tipp_mark {
   font-size: 20px; /* Kleinere Schriftgr��e f�r mobile Ger�te */
   padding: 8px;
   }
}
.tipp_text{
    display: inline-block;
    padding: 2px 12px;
    width: 40px;
    background-color: #0059b3;
    font-size: 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}

        .blink {
            animation: blinken 3s infinite;
        }

        @keyframes blinken {
            0% { opacity: 1; }
            50% { opacity: 0; }
            100% { opacity: 1; }
        }
.main_bottom_title {
    text-align: center;
    font-size: 18px;
}

.main_bottom_content {
    text-align: center;
}

.ad_list_des {
    max-height: 80px;
    overflow: hidden;
}

.ad_list_des_small {
    position: relative;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ad_list_des_back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ent_title {
    font-size: 24px;
    text-transform: uppercase;
}

.ent_img {
    position: relative;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
}

.ent_viewContainer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 99, 71, 0.7);
    align-items: center;
    justify-content: center;
}
.ent_img:hover .ent_viewContainer {
    display: flex;
}

.ent_img_big {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
}

.ent_review_button {
    width: 100%;
    background-color: darkslategray;
    color: white;
    border: none;
    padding: 3px 10px;
    margin-top: 5px;
}

.ent_review_button:hover {
    background-color: rgba(4, 73, 94, 1);
}

.cat_left_img {
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
}

.clipboard_btn {
    padding: 2px 7px;
    margin: 10px;
}

.under_static {
    display: inline-block;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
}

.under_static:before,
.under_static:after {
    content: "";
    width: 50%;
    display: block;
    height: 6px;
    position: absolute;
    top: 30%;
    background: rgba(0, 0, 0, 0.1);
}

.under_static:before {
    right: 100%;
}

.under_static:after {
    left: 100%;
}

.span_out_static {
    margin: 0px 9px 5px 5px;
    border-radius: 4px;
    position: relative;
    background-color: #dcdcdc;
    display: inline-block;
    padding: 4px 0px;
    border-right: 5px solid #adadad;
}

.static_count {
    background-color: #b7c9b4;
    border-radius: 4px 0px 0px 4px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
}

.static_title {
    color: black;
    font-weight: 500;
    padding: 0px 10px 0px 7px;
}

/* ============= register part ======================= */
.register_title {
    text-align: center;
}

.register_title .register_title_first {
    display: inline-block;
    border: 1px solid red;
    padding: 4px 10px;
}

.upload_images:hover {
    cursor: pointer;
}

.url_images {
    width: 100px;
    height: 85px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-color: rgb(255 248 207) !important;
}

.url_des {
    margin-top: 15px !important;
}

.upload_images {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-color: rgb(255 248 207) !important;
}

.upload_file {
    display: none !important;
}

.images_upload .row {
    display: flex;
    flex-wrap: wrap;
}

.upload_main_img {
    height: 400px;
}

.upload_child_img {
    height: 85px;
}

.main_image {
    width: 90%;
    margin-left: 5%;
}

.child_image {
    width: 19%;
    margin: 5px 0.5% 5px 0.5%;
}

.job_hour_tit:hover {
    cursor: pointer;
}

.job_hour {
    border: 1px solid lightgrey;
    margin: 0px 50px;
}

.job_hour_main {
    display: none;
    padding: 1em;
}

.hours_table {
    width: 100%;
    border-width: 1px 0 0 1px;
}

.hours_table td {
    padding: 9px 10px 4px 10px;
    text-align: left;
    vertical-align: top;
    border-width: 0 1px 1px 0;
}

.add-hours,
.minus-hours {
    cursor: pointer;
}

.business-hours-timepicker {
    margin-bottom: 5px;
}

.marklist_icon:hover {
    cursor: pointer;
}

.merk_del {
    position: absolute;
    right: 0px;
    top: 0px;
}

.merk_del:hover {
    text-decoration: none;
}

.merk_del a:hover {
    text-decoration: none;
}

.upload_userlogo {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-color: rgb(255 248 207) !important;
}

.upload_userlogo:hover {
    cursor: pointer;
}

/* ============ Payment part ====================== */
.payment_des {
    border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

/* =========== Entry page ======================== */
.ent_logo {
    width: 180px;
    height: 110px;
    margin-right: 10px;
    object-fit: contain;
}

.ent_top_reviews {
    padding: 3px 30px;
    background-color: #828282;
}

.entry .menu_print {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0059b3;
    justify-content: space-between;
}

.entry .print_date {
    margin-right: 10px;
}

.entry .menu_div {
    display: flex;
}

.entry .menu_one:hover {
    text-decoration: none;
}

.entry .menu_one {
    padding: 3px 10px;
    margin: 2px 2px 0px 2px;
    background: #e4e4e4;
}

.car_img {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    background-color: none !important;
}

.car_ind {
    width: 20% !important;
    height: 40px !important;
    background-color: none !important;
    display: flex;
    align-items: center;
    opacity: 0.5;
}

.carousel-indicators {
    position: relative;
    margin: 10px 0px !important;
    flex-wrap: wrap;
}

.car_ind:hover {
    cursor: pointer;
}

.car_ind.active {
    border: 1px solid darkred;
    opacity: 1;
}

.carousel-inner:hover {
    cursor: pointer;
}


.car_arrow {
    background-color: black;
    border-radius: 50%;
}

.car_img2 {
    height: 500px;
    background-size: 100% auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#exampleModal .modal-dialog {
    max-width: 700px;
}

.timeline_table td {
    padding: 7px;
}

.timeline_table th {
    padding: 0.75rem 7px;
    font-size: 15px;
}

.address_header {
    font-size: 16px;
    padding: 0.75rem 0;
    font-weight: bold;
    border-top: 2px solid #0059b3;
    border-bottom: 1px solid #0059b3;
    margin-top: 20px;
}

.address_main {
    margin: 15px 0px;
}

.address_row {
    display: flex;
    margin-bottom: 7px;
    align-items: center;
}

.address_name {
    font-weight: bold;
    width: 30%;
}

.sub_addr_tit {
    display: inline-block;
    width: 65px;
}

.sub_addr_tit.tit_city {
    width: 50px
}

.sub_addr_value {
    display: inline-block;
    width: 140px;
}

.sub_addr_value.value_city {
    width: 90px
}

#google_map {
    height: 350px;
}

.social_icon_links {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_icon_links a {
    margin: 0px 5px;
}
.fa-square-facebook {
    color: #1d70a3;
    font-size: 35px;
}

.fa-square-facebook:hover {
    color: #144b6d;
}

.fa-square-x-twitter {
    color: #000000;
    font-size: 35px;
}

.fa-square-x-twitter:hover {
    color: #404040;
}

.fa-linkedin {
    color: #ea7849;
    font-size: 35px;
}

.fa-linkedin:hover {
    color: #bd5f39;
}

.fa-square-instagram {
    color: #e62121;
    font-size: 35px;
}

.fa-square-instagram:hover {
    color: #7e1515;
}

.newest_header {
    padding-left: 10px;
}

.newest_main {
    display: flex;
    align-items: center;
    padding: 20px 10px;
}

.newest_img {
    width: 70px;
    height: 50px;
    background-size: 100% auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 10px 10px;
}

.newest_img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.newest_name {
    font-size: 16px;
    font-weight: 500;
}

.google_ad_part {
    padding: 20px 10px;
}

.spam_part {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.spam_link {
    color: #007bff;
}

.spam_link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.up_file_label {
    width: 100%;
}

.upload_filename {
    padding: 4px;
    min-height: 31px;
    border: 1px solid gray;
}

.upload_filename:hover {
    cursor: pointer;
}

.downlaod_file_btn {
    font-size: 14px;
    height: 26px;
    overflow: hidden;
    padding: 2px 5px;
    width: 100%;
}

.top-bottom-border {
    padding: 10px 0px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    align-items: center;
}

/* ------------ Entry page Review Part ----------- */
.ent_review {
    background: #0059b3;
    ;
    color: #fff;
}

.ent_review h5 {
    padding: 10px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 0;
    position: relative;
}

.ent_review h5:after {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.ent_review h5 .fa-star {
    color: #ffde00;
}

.ent_review_content {
    display: flex;
    position: relative;
    height: 200px;
}

.ent_review_content:after {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.ent_review_input {
    padding: 10px;
    width: 60%;
}

#ent_review_text {
    margin-top: 10px;
}

.ent_review_stars {
    z-index: 100;
    width: 40%;
}

.star_row {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 500;
}

.star_row:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1);
}

.star_row .fa-star {
    color: #dedede;
}

.ent_review_content:hover .fa-star {
    cursor: pointer !important;
}

.but_cont {
    position: absolute;
    bottom: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.ent_review_message {
    padding: 0px 10px 10px 10px;
    display: none;
}

.highlight {
    font-weight: bold;
    color: #ff0000; /* Rot */
    font-size: 18px;
    text-decoration: underline;
}

.top_cates input[type="text"] {
    width: 300px; /* Breite nach Bedarf �ndern */
    height: 40px; /* H�he nach Bedarf �ndern */
    font-size: 14px; /* Schriftgr��e nach Bedarf �ndern */
}
/* ------------- review dispay part ------------------------- */
.noactive {
    display: none;
}

.disp_reviews,
.border_kont {
    border: 1px solid #0059b3;
}

.disp_review_title {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: darkslategrey;
}

.disp_review_more {
    color: #c8daea;
}

.disp_review_more:hover {
    color: tomato;
    cursor: pointer;
}

.disp_review_content {
    padding: 10px;
}

.disp_review_each {
    margin: 10px 0px;
    background-color: #d4f7f6;
}

.disp_review_top_stars {
    position: relative;
}

.disp_review_top_stars:hover .disp_review_detail {
    cursor: pointer;
    display: block;
}

.disp_review_detail {
    position: absolute;
    top: 27px;
    width: 290px;
    color: white;
    right: 10px;
    background-color: #434343;
    animation: ratingsHover 0.4s;
    z-index: 100;
    display: none;
}

@keyframes ratingsHover {
    from {
        top: 10px;
    }

    to {
        top: 27px;
    }
}

.disp_review_detail:before {
    content: "";
    position: absolute;
    top: -13px;
    right: 0px;
    border-right: 16px solid #434343;
    border-top: 13px solid transparent;
}

.disp_review_user_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid white;
}

.disp_review_user_date .fa-star {
    color: darkgray;
}

.disp_review_user_name {
    font-weight: 500;
}

.disp_review_text {
    padding: 10px;
}

/* ================ print =============================== */
.print_logo {
    width: 180px;
    height: auto;
}

.print_ind {
    width: 20% !important;
    height: 40px !important;
}

/* ===================== Route Modal part ========================= */
#routModal .modal-header {
    padding: 10px 20px;
}

.rout_modal_row {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    background-color: #396060;
    margin-bottom: 10px;
    border-bottom: 2px solid #9f9f9f;
    align-items: center;
}

#radius {
    background: none;
    border: none;
    max-width: 40px;
}

#travel_mode {
    width: auto;
    height: auto;
    padding: 3px 10px;
}

#routModal .modal-footer button {
    width: 100%;
    margin-bottom: 5px;
}

#directionsPanel table {
    width: 100%;
}

.city_error {
    width: 100%;
    display: none;
}

/* =================== mtgonline ====================== */
.online_icons {
    width: 30px;
    height: 30px;
}

.oname {
    text-align: right;
}

.omail {
    text-align: center;
}

.dataTables_scroll {
    overflow: auto;
}

/* ============ new contact ===================================*/
.custom-field {
    width: 100%;
    max-width: 600px;
    margin-bottom: 15px;
}

.custom-field:focus {
    border-color: green; 
}

.custom-field.is-invalid {
    border-color: red;
}

.custom-field.is-valid {
    border-color: green; /* Gr�ne Rahmenfarbe bei g�ltiger Eingabe */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="green" class="bi bi-check" viewBox="0 0 16 16"%3E%3Cpath d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-4 4.5a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l1.94 1.94 3.646-4.293z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-container2.main {
    max-width: 600px;
    margin: 0 auto;
}
.agb-label {
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.agb-label.is-invalid {
    background-color: LightSalmon;
}

.agb-label.is-valid {
    background-color: SpringGreen;
}

/* ============ footer ===================================*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    /* min-height: 90vh; */
}

.content {
    flex: 1;
}

body {
    overflow-x: hidden; /* Verhindert das horizontale Scrollen */
    margin: 0; /* Entfernt unn�tige Margins */
    padding: 0; /* Entfernt unn�tige Paddings */
}

.container {
    margin: 0 auto; /* Zentriert den Container */
    padding: 0; /* Entfernt unn�tige Paddings */
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    width: 90%; /* Stellt sicher, dass die Zeile die volle Breite einnimmt */
    box-sizing: border-box; /* Bezieht Padding und Border in die Breite ein */
}
.menu_title {
    font-size: 16px;
    font-weight: bold;
}

.menu_content {
    padding-left: 10px;
}

.clss2 {
    margin-top: 10px;
}

#statistics {
    padding: 10px;
}
#statistics {
    background: linear-gradient(to right, #087cc4, #010f18);
}
#statistics2 {
    padding: 10px;
}
#statistics2 {
    background: linear-gradient(to right, #087cc4, #010f18);
}

#topbar {
    background: linear-gradient(to right, #ff571a, #1a0700);
}
.navbar-nav .nav-item .nav-link img {
    width: 30px; /* �ndern Sie die Gr��e nach Bedarf */
    height: auto; /* Beibehaltung des Seitenverh�ltnisses */
}
/* F�r das Sprachsymbol */
.multi_lang .nav-link::after {
    font-size: 15px; /* �ndern Sie die Gr��e nach Bedarf */
    color: white; /* Farbe auf Schwarz setzen */
}

/* F�r das Login-Symbol */
.user_login .nav-link::after {
    font-size: 15px; /* �ndern Sie die Gr��e nach Bedarf */
    color: white; /* Farbe auf Schwarz setzen */
}
.top_cates span {
    color: white; /* Schriftfarbe auf Wei� setzen */
}
#entries_map {
    border-radius: 15px; /* �ndern Sie den Wert nach Bedarf */
    overflow: hidden; /* Stellt sicher, dass der Inhalt der Box die abgerundeten Ecken nicht �berschreitet */
}
.footer_adv {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#invoice_table_wrapper .row {
    margin-bottom: 5px;
}

#invoice_table_wrapper .btn {
    padding: 2px 10px;
}

#invoice_table_wrapper td {
    padding: 5px 10px;
    vertical-align: middle;
}

#payment_modal_responsive .panel-default {
    border: 1px solid #ddd;
}

#payment_modal_responsive .panel-title {
    font-size: 16px;
}

#payment_modal_responsive .row {
    display: flow-root;
}

#payment_modal_responsive .pull-right {
    float: right;
}

#payment_modal_responsive .panel-heading {
    padding: 10px 15px;
    background-color: #f5f5f5;
    display: flow-root;
}

#payment_modal_responsive .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}

#payment_modal_responsive .panel-body {
    padding: 15px;
}

#payment_modal_responsive .input-group-addon {
    background-color: #eee;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#payment_modal_responsive .col-xs-7.col-md-7 {
    float: left;
}

#payment_modal_responsive .row {
    margin-bottom: 0px;
}

.prem_card {
    background-color: #fff6fe;
    padding: 20px 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #aaaaaa;
}

.prem_btn1 {
    outline: none;
    color: #ff4141;
    border: 2px solid;
    padding: 2px 24px;
    font-size: 16px;
    border-radius: 20px;
    background: transparent;
    box-shadow: 1px 1px 7px #aaaaaa;
}

.prem_btn1:hover {
    color: #882525;
}

.prem_btn2 {
    outline: none;
    color: lightgray;
    border: 2px solid;
    padding: 2px 24px;
    font-size: 16px;
    border-radius: 20px;
    background: transparent;
    box-shadow: 1px 1px 7px #aaaaaa;
}

.footer-sat2 {
    border-left: 1px solid white
}

.footer_news_input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_news_input {
    width: 200px; /* Breite des Eingabefeldes */
    padding: 5px; /* Innenabstand des Eingabefeldes */
    font-size: 13px; /* Schriftgr��e des Eingabefeldes */
}

#news_btn {
    padding: 5px 10px; /* Innenabstand des Buttons */
    font-size: 14px; /* Schriftgr��e des Buttons */
}
/* ========= sitemap ===================== */
.sitemap-container {
    max-width: 800px; /* Breite des Containers */
    margin: 0 auto; /* Zentriert den Container */
}

.sitemap-section {
    margin-bottom: 30px; /* Abstand zwischen den Abschnitten */
}

.section-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
}

.sitemap-list {
    display: flex;
    flex-direction: column; /* �ndert die Richtung der Flexbox auf Spalten */
    gap: 20px; /* Abstand zwischen den Rubrik-Containern */
    background-color: #f8f9fa; /* Hintergrundfarbe */
    padding: 10px; /* Innenabstand */
    border-radius: 5px; /* Abgerundete Ecken */
}

.rubrik-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Abstand zwischen den Links */
    background-color: #e9ecef; /* Hintergrundfarbe f�r Rubrik-Container */
    padding: 10px; /* Innenabstand */
    border-radius: 5px; /* Abgerundete Ecken */
}

.sitemap-link {
    display: inline-block;
    padding: 5px 10px;
    background-color: DarkSlateGrey; /* Hintergrundfarbe der Links */
    color: #fff; /* Textfarbe */
    text-decoration: none; /* Entfernt die Unterstreichung */
    border-radius: 3px; /* Abgerundete Ecken */
}

.sitemap-link:hover {
    background-color: #0056b3; /* Hintergrundfarbe beim Hover */
    color: #fff; /* Textfarbe beim Hover */
}

.hauptrubrik {
    background-color: DarkCyan; /* Hintergrundfarbe der Hauptrubriken */
}

.sub-item {
    background-color: #6c757d; /* Hintergrundfarbe der Untereintr�ge */
}

.sub-item:hover {
    background-color: #5a6268; /* Hintergrundfarbe der Untereintr�ge beim Hover */
    color: #fff; /* Textfarbe beim Hover */
}
/* ========= cookie banner ===================== */
.padding13-20 {
    padding: 13px 20px;
}    
.padding20 {
    padding: 20px;
}    
.align-center {
    display: flex;
    align-items: center;
}
.spaceBetween {
    display: flex;
    justify-content: space-between;
}
.myCheck {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    margin-top: -8px;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.myCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.myCheck:hover input~.checkmark {
    background-color: #ccc;
}

.myCheck input:checked~.checkmark {
    background-color: #2196F3;
}

/* Anpassungen fuer mobile Geraete */
@media screen and (max-width: 768px) {
    .padding13-20 {
        padding: 6px 10px;
    }
    .custom-footer-container hr.my-4 {
        width: 97%;
        max-width: 100% !important;
        margin: 0 auto;
        border: 1px solid #343a40;
    }
    .padding20 {
        padding: 10px;
    }
    .myCheck {
        padding-left: 12px;
        padding-top: 9px;
        margin-top: -4px;
    }
    .checkmark {
        height: 12px;
        width: 12px;
    }
}
.fontBold {
    font-weight: 600 !important;
}

/* =============responsive================ */
@media (max-width: 768px) {
    h1.pageTitle {
        font-size: 20px;
    }

    .ad_menu {
        flex-direction: column;
    }

    .ad_cates_menu {
        width: 100%;
        margin-bottom: 5px;
    }

    .index_text {
        height: fit-content;
    }

    #topbar {
        background: #e63d00 !important;
    }

    .mobile_menu_icon {
        display: block;
    }

    .toplogo {
        display: none;
    }

    .top_cates {
        display: none;
    }

    #visitedads,
    .cat_div {
        display: none;
    }

    .margin10 {
        margin-bottom: 10px;
    }

    .footer_menu {
        display: none;
    }

    .main_image {
        width: 100%;
        margin-left: 0%;
    }

    .upload_child_img {
        height: 60px;
    }

    .upload_main_img {
        height: 300px;
    }

    .ent_review_content {
        flex-direction: column;
        height: 400px;
    }

    .ent_review_input {
        width: 100%;
    }

    .ent_review_stars {
        width: 100%;
    }

    .ent_review_content:after {
        display: none;
    }

    .footer_adv {
        flex-direction: column;
    }

    .footer_adv iframe {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .text-right {
        text-align: left !important;
    }

    #payment_modal_responsive {
        max-width: 350px;
    }
}

@media (max-width: 540px) {
    .registerContainer {
        flex-direction: column;
        margin: 0px 22px 0px -19px;
    }
    .entry .menu_print {
        margin: -1px 26px 25px 4px;
    }.address_name {
        font-weight: bold;
        width: 41%;
    }
  
    .loginmain{
        margin-left: 63px;
    }
    .container {
        margin: 0 auto;
        padding: 8px;
    }
    .ad_list .ent_img,
    .ad_list .ent_img_big {
        height: 190px;
        margin-bottom: 15px;
    }

    #gallery .gallery_img,
    .cat_left_img {
        height: 200px;
    }

    #topads .gallery_img {
        height: 100px;
    }

    .job_hour {
        margin: 0px;
    }

    h3 {
        font-size: 20px;
    }

    .respon_div {
        flex-direction: column;
    }

    .entry .menu_print {
        flex-direction: column;
        text-align: center;
    }

    .entry .print_date {
        margin-top: 10px;
    }

    .entry .menu_div {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .car_img {
        height: 250px;
    }

    .car_ind {
        height: 50px !important;
    }

    .car_img2 {
        height: 300px;
    }

    .sub_addr_tit {
        width: 40%;
    }

    .sub_addr_value {
        width: 60%;
    }

    .newest_img {
        width: 100px;
        height: 70px;
    }

    .newest_main {
        justify-content: center;
        flex-direction: column;
    }

    .spam_part {
        flex-direction: column;
    }

    .spam_part_first {
        border-right: none;
        width: 100%;
    }

    .ent_review h5:after {
        display: none;
    }
    
    .ent_logo {
        margin-bottom: 10px;
        width: 100% !important;
        max-height: 247px !important;
    }
    .thumbnail-cell {
        padding: 5px;
        width: 100%  !important;
    } 
    .top-ad-info .gal_comp {
        color: #0059b3;
        font-weight: bold;
        font-size: 10px !important;
    }
    .single-image-class{
        height: 102px !important;
        width: 109px !important;
    
    }
    .new{
        width: 35% !important;
    }
    .new {
        margin-top: 11px !important;
    }
    .registerCardWrapper {
        margin: 10px 30px 20px 30px!important;
    }
    .custom-carousel-indicators-container {
       
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .sort_order {
        flex-direction: column;
        align-items: center;
    }

    .google_search_form {
        flex-direction: column;
    }

    #sbi,
    #sbb {
        margin-bottom: 5px;
        width: 100%;
    }

    .oname,
    .ocountry,
    .omail {
        text-align: center;
    }

    .flex_center {
        flex-direction: column;
    }

    .register_title .register_title_first {
        border: none;
    }

    .user_kont_notification {
        flex-direction: column;
    }

    .footer-sat2 {
        border-left: none;
        margin-top: 10px;
    }

    .slider_image {
        width: 100%;
    }
}
/* =============anmelden.php-neu================ */
#rubrik-menu li.selected {
    border: 1px solid #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
    border-radius: 15px;
    padding: 10px;
    color: #28a745;
    background-size: 16px;
    padding-right: 1.75rem;
}
#rubrik-menu li {
    position: relative;
}

#rubrik-menu li.selected::after {
    content: "\2713";
    color: #28a745;
    position: absolute;
    right: 5px; 
    top: 50%;
    transform: translateY(-50%);
}
#rubrik-menu b:hover {
    color: none; 
    border: none; 
}
.bold-text {
    font-weight: bold;
}
.bold-text:hover {
    color: white;
}
.box-anmelden {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    margin-right: -400px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    list-style-type: none;
    width: 400px;
    height: 600px;
    overflow: auto;
    border: 1px solid #ced4da;
}
#rubrik-menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    margin-right: -400px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    list-style-type: none;
    width: 400px;
    height: 600px;
    overflow: auto;
    border: 1px solid #ced4da;
}
.col-xl-6 {
    display: flex;
    justify-content: space-between;
}

.box-anmelden, #rubrik-menu {
    flex: 1 0 auto; /* Die Boxen nehmen automatisch den verf�gbaren Platz ein */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    overflow: auto;
    border: 1px solid #ced4da;
    width: 100%; /* Setzt die Breite auf 100% */
}
.tooltip-icon:hover {
    background-color: transparent;
    border: none;
}
.custom-class {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    background-color: none;
    border: 0px solid #cccccc;
    padding: 10px;
    border-radius: 10px;
}

.custom-class b {
    color: coral;
}

.custom-class a {
    color: coral;
}
/* =============anmelden2.php-neu================ */
.valid-feedback {
    display: none;
    color: green;
    font-size: 1rem;
    margin-left: 5px;
}

.invalid-feedback {
    display: none;
    color: red;
    font-size: 1rem;
    margin-left: 5px;
}

.info-icon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: 2rem; /* Schriftgr��e anpassen */
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.agb-label {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background-color: LightSalmon; /* Standardm��ig rot */
    color: DarkSlateGrey;
}

input[type="radio"][value="ja"]:checked ~ .agb-label {
    background-color: MediumSeaGreen; /* Gr�n, wenn "Ja" ausgew�hlt ist */
}

input[type="radio"][value="nein"]:checked ~ .agb-label {
    background-color: LightSalmon; /* Rot, wenn "Nein" ausgew�hlt ist */
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
}

.form-control, .custom-select {
    width: 100%;
    max-width: 100%; /* Maximale Breite f�r die Eingabefelder und Dropdowns */
}

.form-row .form-group {
    flex: 1; /* Stellt sicher, dass die Felder gleichm��ig verteilt werden */
}

.form-check-input:valid:checked ~ .form-check-label::after {
    content: '\2714'; /* HTML-Code f�r das H�kchen */
    color: green;
    margin-left: 5px;
}

.form-check-input:valid ~ .form-check-label::after {
    content: '';
}

.submit_btn2 {
    background-color: grey; /* Standardm��ig grau */
    color: white;
    cursor: not-allowed;
    border: 1px solid red; /* Standardm��ig roter Rand */
}

.submit_btn2.enabled {
    background-color: blue; /* Blau, wenn alle Felder ausgef�llt sind */
    cursor: pointer;
    border: 1px solid green; /* Gr�ner Rand, wenn alle Felder ausgef�llt sind */
}

.main_image {
    width: 100%;
    height: 530px;
    border: 2px dashed #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.upload_images2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-area {
    width: 100%;
    height: 300px;
    border: 2px dashed #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    position: relative;
    cursor: pointer;
}

.upload-placeholder {
    text-align: center;
    color: #007bff;
}

.upload-placeholder i {
    margin-bottom: 10px;
}

#file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.sortable {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.remove-btn {
    color: red;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    bottom: 5px;
    right: 1px;
    background: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.child_image {
    position: relative;
    display: inline-block;
    margin: 5px;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    cursor: move;
}

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

.child_image::after {
    content: '\21C5';
    position: absolute;
    top: 68px;
    right: 80px;
    font-size: 20px;
    color: red;
}

.custom-container {
    background-color: white;
    padding: 5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #f8f9fa;
    max-width: 900px;
    margin: 0 auto; /* Zentriert den Container horizontal */
}
.new-container {
    background-color: white;
    padding: 5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #f8f9fa;
    max-width: 60%;
    margin: 0 auto; /* Zentriert den Container horizontal */
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    padding: 0.5em;
    font-size: 1em;
    border-radius: 4px;
}
.select-container {
    position: relative;
    display: inline-block;
}

.select-container::after {
    content: '\2714'; 
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.url_images2, .upload_images2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px; 
    width: 150px; 
    background-color: #f0f0f0; 
    border: 1px solid #ddd;
    border-radius: 5px; 
    margin: 0 auto; 
}

.url_images2 i, .upload_images2 i {
    color: #ccc;
    font-size: 5em;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .invalid-feedback {
    color: #28a745; /* Standard-Gr�n */
}

.was-validated .form-check-input:valid#female ~ .form-check-label,
.was-validated .form-check-input:valid#male ~ .form-check-label,
.was-validated .form-check-input:valid#no_specify ~ .form-check-label,
.was-validated .form-check-input:valid#newsletter ~ .form-check-label,
.was-validated .form-check-input:valid#female ~ .invalid-feedback,
.was-validated .form-check-input:valid#male ~ .invalid-feedback,
.was-validated .form-check-input:valid#no_specify ~ .invalid-feedback,
.was-validated .form-check-input:valid#newsletter ~ .invalid-feedback {
    color: black; /* Benutzerdefiniertes Schwarz */
}
.was-validated .form-check-input:valid#newsletter_yes ~ .form-check-label,
.was-validated .form-check-input:valid#newsletter_no ~ .form-check-label,
.was-validated .form-check-input:valid#newsletter_yes ~ .invalid-feedback,
.was-validated .form-check-input:valid#newsletter_no ~ .invalid-feedback {
    color: black; /* Benutzerdefiniertes Schwarz */
}
/* Container f�r die Kategorieliste */
.categorylist {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 10;
}
.category-item:hover {
    background-color: #f0f0f0;
}
.info-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #333333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.info-box p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.info-box::before {
    content: "??";
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    color: #007bff;
}