/* BASIC */


body {
    line-height: 1.6rem;
}

#g-mainbar {
    padding: 0rem;
}

#g-mainbar .g-content {
    padding: 0rem; 
}

#g-navigation .g-content {
    padding: 0rem; 
}

.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .search #search-form .btn, .finder #searchForm .btn, .finder #search-form .btn {
	text-transform: none;
	font-size: 0.8rem;
}

a {
	text-decoration: underline;
}

.page-header a {
	text-decoration: none;
}

.white-links a {
    color: #fff;
	text-decoration: underline;
}

h1
{
    font-size: 2rem;
	line-height: 2rem;
    font-weight: 500;
	margin-bottom: 1rem;
}

h2 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
	padding-top: 1.4rem;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.2rem;
	padding-top: 1rem;
	line-height: 1.6rem;
	margin-bottom: 0px;
}

/* Alles rund um die Navigation */
#g-navigation .g-logo {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

#g-navigation .g-main-nav .g-dropdown {
    z-index: 9999;
}

.g-horizontalmenu {
    font-weight: 300;
}

.g-offcanvas-toggle {
    position: fixed;
}

/* Footer Navigation */
#meta-nav {
	text-align: center;
}

#meta-nav a {
	font-weight: 100; 
	font-size: 0.9rem;
}

#meta-nav li {
	padding-right: 1rem;
	padding-left: 1rem;
}


/* Für Logo-Seite */
.logo-raster {
	margin: auto;
	padding: 1rem;
	-webkit-box-shadow: 2px 2px 2px #ddd;
    -moz-box-shadow: 2px 2px 2px #ddd;
    box-shadow: 2px 2px 2px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 1em;
    padding: 1em;
    overflow: hidden;
	height: 130px;
}

.g-block.logo-raster .imgWrp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.g-block.logo-raster .imgWrp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.g-block.logo-raster img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* Behält Seitenverhältnis bei und passt in Container */
}


@media (max-width: 768px) { /* Für bessere Responsive-Darstellung der Logoseite */
    .g-block.logo-raster {
        min-height: 100px;
    }
}

/* Affiliate-Sternchen an Textlinks */
a[href*="linktipp"]:not(:has(img))::after {
  content: "*";
}


/* BANNER */
.banner_120x600 {
	text-align: center !important;
}

.anzeigen_hinweis_120x600 {
	font-size: x-small; 
	padding-left: 20px; 
	margin: auto; 
	padding-left: 20px;
	text-align: left;
	width: 160px;
}

.banner_300x250 {
	text-align: center !important;
}

.anzeigen_hinweis_300x250 {
	font-size: x-small; 
	padding-left: 20px; 
	margin: auto; 
	padding-left: 20px;
	text-align: left;
	width: 300px;
}

.banner_728x90 {
	text-align: center !important;
}

.anzeigen_hinweis_728x90 {
	font-size: x-small; 
	padding-left: 20px; 
	margin: auto; 
	padding-left: 20px;
	text-align: left;
	width: 730px;
}


/* Desktopscreen 992px to ... */
@media screen and (min-width: 992px){
.mobile {display: none !important;}
.no-mobile {display: block !important;}
}


/* Small screen / tablet / 760px to 991px */
@media (max-width: 991px) {
.mobile {display: none !important;}
.no-mobile {display: block !important;}
}


/* Smaller screen / tablet+phone / 480px to 759px */
@media (max-width: 759px) {
.mobile {display: block !important;}
.no-mobile {display: none !important;}
}


/* Extra small screen / smartphone / 280px to 479px */
@media (max-width: 479px) {
.mobile {display: block !important;}
.no-mobile {display: none !important;}
}

