body {
    font-family: 'Montserrat', sans-serif;
    background: #EEEEF2;
    color: #323c46;
}
body a {
    color: #286090;
}
h1,h2,h3,h4,h5 {
    font-family: 'Lato', sans-serif;
}
.container-white {
    background: #ffffff;
}
.homepage-img {
    position: relative;
    margin: 0;
    background-size:cover;
    width:100%;
    min-height: 630px;
    background-image:url('/resources/assets/images/header.jpg');
    background-repeat:no-repeat;
    background-position:center center;

}
.navbar-nav {
    text-transform: uppercase;
}
.navtop {
    margin-top: 65px;
    float: right;
}
.navtop a {
    color: white;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: #333;
    opacity: 0.8;
    transition: background-color 0.5s ease;
}
.navtop-inner {
    margin-top: 18px;
}
.navbar-inner {
    background: #323c46;
    border-radius: 0;
    margin-bottom: 0 !important;
}
h1.brand {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top: 65px;
    color: #ffffff;
}
h1.brand span.sub-brand {
    font-weight: 400;
}
h1.brand a {
    color: white;
}
h1.brand a:hover {
    text-decoration: none;
}
h1.brand-footer {
    margin: 0;
    padding: 0 0 20px 0;
}
h1.brand-footer a{
    color: #323c46;
}
h1.brand-inner {
    margin-top: 20px;
    padding-bottom: 10px;
}
.col-home {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-top: 120px;
    color: white;
    font-size: 20px;
}
.col-home h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 80px;
}
.col-home .call-to-action {
    margin-top: 30px;
}
.add-paddings {
    padding: 40px 0 40px 0;
}
ul.domain-list {
    list-style-type: none;
    margin: 45px 0 0 0;
    padding: 0;
}
ul.domain-list li {
    background: white;
    list-style: none;
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-top: 1%;
}
ul.domain-list li h3 a {
    font-family: 'Roboto', sans-serif;
    color: #286090;
}
ul.domain-list .domain-ext {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    float: left;
    width: 30%;
    padding-top: 90px;
    background: #323c46;
    color: #ffffff;
    height: 220px;
}
ul.domain-list .domain-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
    float: right;
    width: 65%;
}
a.add-to-cart {
    margin: 0;
    border: 2px solid #323c46;
    padding: 5px;
    text-align: center;
    width: 70px;
    text-decoration: none;
    color: #323c46;
    background: white;
    font-size: 12px;
    float:right;
}
a.add-to-cart:hover {
    background: #323c46;
    color: #ffffff;
}
a.add-to-cart-inner, a.btn-inverse {
    font-size: 16px;
    background: #323c46;
    color: #ffffff;
    width: 100%;
    display: block;
    margin: 0;
}
a.add-to-cart-inner:hover, a.btn-inverse:hover { 
    color: #323c46;
    background: white;
    border:1px solid #323c46;
}
a.more-info {
    border-left: 2px solid #323c46;
    border-top: 2px solid #323c46;
    border-bottom: 2px solid #323c46;
    border-right: 0;
    padding: 5px;
    text-align: center;
    width: 70px;
    text-decoration: none;
    color: #323c46;
    background: white;
    font-size: 12px;
    float:right;
}
a.more-info:hover {
    background: #323c46;
    color: #ffffff;
}
.inner-title {
    font-size: 46px;
    margin: 0;
}
.footer {
    padding: 80px 0 80px 0; 
}
.theading {
    background: #efefef;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.domain-age {
    float: right;
    margin: 24px 0 0 15px;
}
.col-listings{
    background: #ffffff;
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
    min-height: 220px;
    border: 1px solid #cecece;
}
.domain-price {
    padding: 0;
    margin: 5px 0;
}
.inline {
    display: inline;
}
.col-filters {
    display: none;
    text-align: center;
}
.col-filter-active {
    display: block;
}
.btn-navi { 
  color: #FFFFFF; 
  background-color: #323C46; 
  border-color: #130269; 
} 
 
.btn-navi:hover, 
.btn-navi:focus, 
.btn-navi:active, 
.btn-navi.active, 
.open .dropdown-toggle.btn-navi { 
  color: #FFFFFF; 
  background-color: #242B33; 
  border-color: #130269; 
} 
 
.btn-navi:active, 
.btn-navi.active, 
.open .dropdown-toggle.btn-navi { 
  background-image: none; 
} 
 
.btn-navi.disabled, 
.btn-navi[disabled], 
fieldset[disabled] .btn-navi, 
.btn-navi.disabled:hover, 
.btn-navi[disabled]:hover, 
fieldset[disabled] .btn-navi:hover, 
.btn-navi.disabled:focus, 
.btn-navi[disabled]:focus, 
fieldset[disabled] .btn-navi:focus, 
.btn-navi.disabled:active, 
.btn-navi[disabled]:active, 
fieldset[disabled] .btn-navi:active, 
.btn-navi.disabled.active, 
.btn-navi[disabled].active, 
fieldset[disabled] .btn-navi.active { 
  background-color: #323C46; 
  border-color: #130269; 
} 
 
.btn-navi .badge { 
  color: #323C46; 
  background-color: #FFFFFF; 
}
.preload-search {
    display: none;
}
#ajax-search-form select {
    height: 35px;
}
.navbar .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-nav-top li {
    text-align: center;
}
.navbar-nav-top li a {
    color: white;
}
@media screen and (min-width: 768px) {
    .navbar-nav-menu {
        margin-top: 65px;
        float: right;
    }
    .navbar-nav-inner {
        margin-top: 15px;
        float: right;
    }
}
.navbar-toggle-home {
    margin-top: 65px;
}
.navbar-toggle-inner {
    margin-top: 25px;
}
.navbar-inner a {
    color: white;
}
.col-listings {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 220px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

/* Hover-Effekt */
.col-listings:hover {
    border-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
    transform: scale(1.02); /* Sanftes Zoomen */
}
img.img-responsive {
    display: block;
    width: 100% !important;
    height: 250px !important; /* Einheitliche Höhe */
    object-fit: contain; /* Keine Verzerrung, Bild bleibt sichtbar */
    max-width: unset !important;
    margin: 20px auto;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.25));
    border-radius: 12px;
    padding: 10px;
    background-color: transparent; /* Hintergrund vollständig entfernt */
}
 .btn-inverse {
        position: relative;
        padding: 12px 20px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); /* Weicher Schatten */
        transition: all 0.3s ease-in-out;
    }

    .btn-inverse:hover {
        background-color: green !important;
        color: white !important;
        box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.5); /* Stärkere Schattierung beim Hover */
    }
	.panel {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Dezenter Schatten */
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

/* Sanfter Hover-Effekt */
.panel:hover {
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3); /* Mehr Tiefe beim Hover */
}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Stellt sicher, dass beide Spalten gleich hoch sind */
}

.footer .container > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Inhalte gleichmäßig ausrichten */
    min-height: 100%; /* Passt sich dynamisch an */
    padding: 20px;
    border-bottom: 2px solid #ddd; /* Unterstreichung zurückbringen */
}
/* Allgemeines Tabellen-Design */
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px; /* Abrundung der Tabelle */
    overflow: hidden; /* Falls die Abrundung abgeschnitten wird */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Tabellen-Zellen */
.table td {
    padding: 12px 16px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ddd; /* Dezente Linien */
}

/* Header-Zellen */
.table .theading {
    font-weight: normal;
    background-color: #f4f4f4;
    color: #222;
    text-transform: uppercase;
}

/* Alternierende Farben für Zeilen */
.table tr:nth-child(even) {
    background-color: #fafafa;
}

/* Hervorheben der Tabelle bei Hover */
.table tr:hover {
    background-color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .table td {
        display: block;
        width: 100%;
        text-align: left;
    }
}
.table td {
    font-family: inherit; /* Verwendet die Standard-Schriftart der Seite */
}
.table .theading {
    font-family: inherit;
}
#cookie-banner button {
    background-color: #007BFF !important; /* Blau */
    color: white !important;
    border: none !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
}

#cookie-banner a {
    color: #888 !important; /* Grau */
    text-decoration: underline !important;
}
#cookie-banner a {
    color: #888; /* Grau */
    text-decoration: underline;
}

#cookie-banner a:hover {
    color: #0056b3; /* Dunkleres Blau beim Hover */
}
#cookie-banner {
    display: none;
}
.cookie-link {
    color: #007BFF; /* Blau */
    text-decoration: none;
    font-weight: bold;
}

.cookie-link:hover {
    color: #0056b3; /* Dunkleres Blau beim Hover */
    text-decoration: underline;
}