/* USE THIS FILE TO ADD ANY ADDITIONS/MODIFICATIONS
---------------------------------------- */

.wrap {
max-width: max-content;

}

@view-transition {
  navigation: auto;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}


body {
    
    font-family: Georgia, "Times New Roman", serif; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.01);
    font-weight: 400; 
    font-size: 16px; 
    line-height: 1.5;
    color: #333;
	
}

.flex-grow-1 {
  padding: 0.15rem;
}


A {  
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out; 
}

a:focus, a:hover {
    color: #000;
	text-decoration: underline; 
    
}

a.active {
    
}

.active:hover {
    color: #333 !important;
}


blockquote cite a {
  
  font-size: larger;
}

.btn-primary {
  border-radius: 50rem !important; /* Wichtig, um Bootstrap-Standardwerte zu überschreiben */
}

.btn-secondary {
  border-radius: 50rem !important; /* Wichtig, um Bootstrap-Standardwerte zu überschreiben */
}

#site-description a:hover {
  text-decoration: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	color:black;
}	

.fs-1 {
    font-size: 3.5rem !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    /* background-color: rgba(var(lightgrey),var(--bs-bg-opacity))!important;*/
	background-color: lightgrey !important;
}


.headerbar {
    background-image: url(./images/dashboard.jpg) !important;
    /* background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%) !important; */
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
    background-size: cover;
	padding:2rem;
	padding-bottom: 5rem;
    margin-bottom: -10px !important;
	margin-top: -16px;
}


.rocaille {
  width: 100px; 
  height: 100px;
  background-color: silver;
  position: absolute;
  clip-path: path('M50,0 C10,10 20,40 0,70 C20,100 80,100 100,70 C80,40 90,10 50,0 Z'); /* Neuer Pfad */
  z-index: 10;
}

.rocaille-top-left {
  top: 0;  /*  Position angepasst */
  left: 0; /*  Position angepasst */
}

.rocaille-top-right {
  top: 0;  /*  Position angepasst */
  right: 0; /*  Position angepasst */
}

.rocaille-bottom-left {
  bottom: 0;  /*  Position angepasst */
  left: 0;  /*  Position angepasst */
  transform: rotate(90deg);
}

.rocaille-bottom-right {
  bottom: 0;  /*  Position angepasst */
  right: 0; /*  Position angepasst */
  transform: rotate(-90deg);
}

/* ------------------------------------------------------------------------ */

.bg-danger {
  background-color: #9D043C !important;
  }
  
.text-pink {
  color: #d7939f;

}

.rules {
  background-color: #f7d6db; /* Sanfte, leicht rötliche Hintergrundfarbe */
  font-size: large;
  border: 1px solid #ddd; /* Dezenter Rahmen */
  border-radius: 5px; /* Abgerundete Ecken */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtiler Schatteneffekt */
  padding: 0.8rem !important;
}

.rules {
  background-image: linear-gradient(to right, #f7d6db, #e9b3bb); /* Farbverlauf von Rosa zu einem dunkleren Rosa */
  transition: all 0.3s ease-in-out; /* Übergang für alle Eigenschaften */

}
.rules:hover {
  background-image: linear-gradient(to right, #e9b3bb, #d9909c); /* Farbverlauf beim Hover */
  transition: all 0.3s ease;
}

.rules {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Stärkerer Schatteneffekt */
}


.alert-info {
    color: #333333;
border: none !important;
background: linear-gradient(to right, #FFE5E7 3%, #f9c7cb  90%);
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: medium;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit;
}

.tab-content {
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-nav {
    padding-left: 0.5rem;
}

/* ------------------------------------------------------------------------ */

.pagination-lg .page-link {
    padding: 0.75rem 0.95rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    z-index: 0;
    color: #fff;
    cursor: default;
    background-color:   #9D043C;
    border-color: #9D043C;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9D043C;
    border-color: #9D043C;
}

.page-link:hover {
    z-index: 2;
    color: #333;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color:   #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:focus  
 {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* ------------------------------------------------------------------------ */


.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: 333;
    --bs-nav-link-hover-color: 333;
    --bs-nav-link-disabled-color: 333;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}



.dropdown-menu {
    font-size: 15px;
    line-height: 3;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; 

    color: #6c757d !important; 
}

.dropdown-menu a {
    color: #444 !important; 
    font-weight: 400;
}

.dropdown-menu a:hover {
    background: #ebebeb !important; 
    color: #333 !important; 
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;  

    font-size: medium;
}

/* ------------------------------------------------------------------------ */


.button-icon-only {  
  border-radius:50%;
  }

.post-buttons .btn-sm{  
  border-radius:50%;
  }

.post-buttons .post-reputation{  
  padding: 0.8rem 1.25rem;
  border-radius:50%;
  }

.btn {
  border: none;
  padding: 0.8rem 1.0rem;

  cursor: pointer;

}

.btn-rund {
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius:50%;
  cursor: pointer;
  background:transparent;
  opacity: 90%;

background: #fff;
  color: #000;
  cursor: pointer;
  min-height: 32px;
  min-width: 32px;
  padding: 0;


}


.btn-primary {
  color: #ffffff;
  background-color: #0489FB;
  border-color: #357ebd;
  background-image: linear-gradient(to bottom, #B5DCFD 0%, #0489FB 100%); 
  background-repeat: repeat-x;
  transition: all 0.5s ease; 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #0B3559;
  outline: none !important;
  background-image: linear-gradient(to bottom, #64ABE6 0%, #4272A6 100%);
  background-repeat: repeat-x;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  background-image: linear-gradient(to bottom, #fff 0%, #d6d6d6 100%);
  background-repeat: repeat-x;
  transition: all 0.5s ease; 
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #ffffff;
  background-color: #ebebeb;
  border-color: #adadad;
  outline: none !important;
  background-image: linear-gradient(to bottom, #ebebeb 0%, #868686 100%);

  background-repeat: repeat-x;
}

.btn-success {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  background-image: linear-gradient(to bottom, #fff 0%, #d6d6d6 100%);
  background-repeat: repeat-x;
  /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);*/
  transition: all 0.5s ease; 
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #9D043C;
  background-image: linear-gradient(to bottom, #990033 0%, #9D043C 100%);
  background-repeat: repeat-x;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgb(219, 109, 146);
}

.btn-info {
  color: #ffffff;
  background-color: #ebebeb;
  border-color: #868686;
  background-image: linear-gradient(to bottom, #ebebeb 0%, #333333 100%);
  
  background-repeat: repeat-x;
  transition: all 0.5s ease; 
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #333;
  background-color: #ffffff;
  border-color: #868686;
  outline: none !important;
  background-image: linear-gradient(to bottom, #868686 0%, #ebebeb 100%);
  
  background-repeat: repeat-x;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}






.btn-light {
  color: #ffffff;
  background-color: #ebebeb;
  border-color: #868686;
  outline: none !important;
  background-image: linear-gradient(to bottom, #ebebeb 0%, #333333 100%);
  background-repeat: repeat-x;
  transition: all 0.5s ease; 
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #333;
  background-color: #ffffff;
  border-color: #868686;
  outline: none !important;
  background-image: linear-gradient(to bottom, #868686 0%, #ebebeb 100%);

  background-repeat: repeat-x;
}

.btn-light2 {
  color: #ffffff;
  background-color: #ebebeb;
  border-color: #868686;
  outline: none !important;
  background-image: linear-gradient(to bottom, #ebebeb 0%, #333333 100%);

  background-repeat: repeat-x;
  border-radius: 50%;
  transition: all 0.5s ease; 
}

.btn-light2:hover,
.btn-light2:focus,
.btn-light2:active {
  color: #333;
  background-color: #ffffff;
  border-color: #868686;
  outline: none !important;
  background-image: linear-gradient(to bottom, #868686 0%, #ebebeb 100%);
  background-repeat: repeat-x;
}

.btn-warning {
  color: #333;
  background-color: #333;
  border-color: #F0AD4E;
  background-image: linear-gradient(to bottom, #FCC77B 0%, #F0AD4E 100%);
  background-repeat: repeat-x;
  transition: all 0.5s ease; 
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #C77F19;
  background-image: linear-gradient(to bottom, #EC971F 0%, #C77F19 100%);
  background-repeat: repeat-x;
}

.btn-danger {
  color: #ffffff;
  background-color: #C9302C;
  border-color: #C9302C;
  background-image: linear-gradient(to bottom, #FD3D38 0%, #C9302C 100%);
  background-repeat: repeat-x;
  transition: all 0.5s ease; 
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #333;
  background-color: #D9534F;
  border-color: #D9534F;
  background-image: linear-gradient(to bottom, #F48884 0%, #D9534F 100%);
  background-repeat: repeat-x;
}



.btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}




.btn:active {}

.btn:focus,
.btn:active,
{
  outline: none !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    float: right;
    margin-right:-12px;
}


.btn-link {
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.btn-link:hover {
    font-weight: 400;
    color: #333;
}

.badge-danger {
    color: #fff;
    background-color: #f00;
}


.btn-outline-secondary {
    color: #6c757d;
    border-color: transparent;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
color: #333333;
 border-color: transparent;
 background: #ebebeb !important;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out; 
 outline: none !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ebebeb;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dddfe1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

@media (min-width: 768px) {
#page-header {
	margin-right: -1rem !important;
    margin-left: -1rem !important;
}
}

@media (max-width: 767px) { 
  .row {
    margin-left: -1px;
    margin-right: -1px;
}
}

@media (max-width: 566px) { 
  #HeaderNavigation  {
    margin-top: -85px !important;
    --bs-bg-opacity: 0 !important;
  }
  .navbar-toggler {
    margin-bottom: 1rem !important;
	background: white;	
  }
  
	  .cm-header-menu-navbar{
	margin-top: -5px;
	}

	.responsive-menu .nav-link,
	.navbar-collapse .nav-link	{
		color: #333;
		font-weight: 500;
		transition: all 0.3s ease;
		font-size: large;
		border: 1px solid #ddd;
		border-radius: 5px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
		padding: 1.5rem !important;
		margin-left: -8px;
	}
  
}  



#fltshop {
    position: fixed;
    bottom: 196px;
    right:-35px;
    z-index: 5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#fltkontakt {
    position: fixed;
    bottom: 404px;
    right:-35px;
    z-index: 5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#fltquiz {
    position: fixed;
    bottom: 300px;
    right:-35px;
    z-index: 5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
@media (max-width: 566px) { 

#fltshop, #fltquiz , #fltkontakt { 
right:-42px;}

}

#fltshop a {
  line-height: 1.2;
  display: block;
  background: #9D043C; /* Rot */
  height: 30px;
  width: 100px;
  padding: 3px 8px 8px 8px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 0px solid #000;
  border-radius: 6px 6px 0px 0px;
  box-shadow: -6px 8px 3px -3px black;
  transition: all 0.2s ease-in-out;
}

#fltshop a:hover {
  background: #aa0000; /* Dunkleres Rot */
  cursor: pointer;
  transform: scale(1.1);
  z-index: 10;
}

#fltkontakt a {
  line-height: 1.2;
  display: block;
  background: #005cc5; /* Blau */
  height: 30px;
  width: 100px;
  padding: 3px 8px 8px 8px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 0px solid #000;
  border-radius: 6px 6px 0px 0px;
  box-shadow: -6px 8px 3px -3px black;
  transition: all 0.2s ease-in-out;
}

#fltkontakt a:hover {
  background: #007bff; /* Dunkleres Blau */
  cursor: pointer;
  transform: scale(1.1);
  z-index: 10;
}


#fltquiz a {
  line-height: 1.2;
  display: block;
  background: #19662b; /* Grün */
  height: 30px;
  width: 100px;
  padding: 3px 8px 8px 8px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 0px solid #000;
  border-radius: 6px 6px 0px 0px;
  box-shadow: -6px 8px 3px -3px black;
  transition: all 0.2s ease-in-out;
}

#fltquiz a:hover {
  background: #218838; /* Dunkleres Grün */
  transform: scale(1.1);
  cursor: pointer;
  z-index: 10;
}


/* Forenübersicht - Zeilen */
.topiclist.forums li.row:hover,
/* Forenansicht - Themenzeilen */
.topiclist.topics li.row:hover,
/* Themenansicht - Beitragszeilen */
.posts .post:hover,
/* Private Nachrichten - Zeilen */
.topiclist.pms li.row:hover,
/* Mitgliederliste - Zeilen */
table.table1 tbody tr:hover,
/* Suchergebnisse - Zeilen in Foren und Themenansicht */
.search .topiclist.forums li.row:hover,
.search .topiclist.topics li.row:hover {
    background-color: #e6e6e6; /* Hellgrau - Standardfarbe */
    transition: background-color 0.3s ease; /* Sanfter Übergang */
}

li.bg1:hover, li.bg2:hover {
  background-color: #e9ecef !important;
  transition: background-color 0.3s ease;
}

.bg1, .bg2 {
  transition: background-color 0.3s ease; /* Sanfter Übergang */
}

.bg1.active li, .bg2.active li {
  background-color: #e9ecef !important; /* Beibehaltene Hintergrundfarbe */
  
}



@media (min-width: 768px) {
	
.bg1.active ul, .bg2.active ul{
	padding: 0.3rem;
    background-color: #e9ecef;
	transform: scale(1.01); 
  	border: 1px solid #cecece !important; 
	-moz-border-radius: 0.375rem;
	-webkit-border-radius: 0.375rem;
	border-radius: 0.375rem !important; 
	-moz-box-shadow: 1px 1px 3px #cecece;
	-webkit-box-shadow: 1px 1px 3px #cecece;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
}


.sticky, .announce {
	background-color: #f2eded;
}

.sticky:hover, .announce:hover {
	background-color: #e3dcdc !important;
}

.unread:hover, .unread:hover {
	background-color: #d9e2e6 !important;
}
 
/* Forenübersicht - Aktuelle Themen */
#recenttopics-box .collapsible li:hover {
    background-color: #e9ecef !important; /* Gleiche Farbe wie bg1/bg2 */
    transition: background-color 0.3s ease;
}

#recenttopics-box .collapsible li.active:hover {
    background-color: #e9ecef !important; /* Gleiche Farbe wie bg1/bg2 */
    transition: background-color 0.3s ease;
}



/* Forenübersicht - Kategorienüberschriften (z.B. Antike Möbel & Textilien) */
.forabg .header:hover {
    background-color: #c6d2d9 !important; /* Etwas dunkler als das originale Blau */
    transition: background-color 0.3s ease;
}

/* Forenübersicht - Einzelne Foren unterhalb der Kategorienüberschriften */
.forabg ul.topiclist li:hover {
    background-color: #e9ecef !important; /* Gleiche Farbe wie bg1/bg2 */
    transition: background-color 0.3s ease;
}

.site-description-container {
    background-color: #f8f9fa; /* Gleiche Hintergrundfarbe wie Forenliste */
    border: 1px solid #dee2e6; /* Gleicher Rahmen wie Forenliste */
    border-radius: 0.375rem; /* Gleiche Abrundung wie Forenliste */
    padding: 1rem !important;
    margin-bottom: 1rem;
    margin-top: -1rem;
	font-size: 0.9rem; /* Eventuell Schriftgröße anpassen */
    color: #495057; /* Eventuell Schriftfarbe anpassen */
    text-align: center; /* Eventuell Text zentrieren */

}

#site-description h1.text-dark {
    font-size: clamp(20px, 3vw, 40px); /* Dynamische Schriftgröße mit Mindest- und Maximalwert */
    word-wrap: break-word; /* Verhindert, dass Wörter aus dem Container ragen */
    margin-right: 12px; /* Korrektur, verkleinert die Box mit der Site Description um 12px */
    margin-left: 12px; /* Korrektur, verkleinert die Box mit der Site Description um 12px */
}

/* Für kleinere Bildschirme (z.B. Tablets im Querformat) */
@media (max-width: 1290px) {
    #site-description h1.text-dark {
        font-size: clamp(18px, 4vw, 35px); /* Dynamische Anpassung für kleinere Bildschirme */
    }
    .fs-1 {
        font-size: 2.5rem !important;
    }
}

/* Für größere Bildschirme */
@media (min-width: 993px) {
    /* Falls spezielle Anpassungen für größere Bildschirme nötig sind */
}

/* Für sehr kleine Bildschirme (z.B. Smartphones im Hochformat) */
@media (max-width: 576px) {
    #site-description h1.text-dark {
        font-size: clamp(16px, 5vw, 30px); /* Anpassung für Smartphones */
        margin-right: 0px;
        margin-left: -25px;
    }
}

/* Weitere Korrekturen für sehr kleine Bildschirme */
@media (max-width: 576px) {
    #site-description h1.text-dark {
        margin-right: 0px;
        margin-left: -25px;
    }
}
