@charset "utf-8";
/* CSS Document */


/* Übe3rschrift in den Modulen links*/
.headline-border-primary h3.module-title, .headline-border-primary .module-title.h3 {
    border-bottom: 1px solid #e44424 !important;
    padding: 6px 0;
}

/* Schatten für Überschriften*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        text-shadow: 3px 2px 5px #ead38a;
}

/*automatische Größenanpassung von Videos im Text*/
.elastic-video {
position: relative;
padding-bottom: 55%;
padding-top: 15px;
height: 0;
overflow: hidden;
}
.elastic-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Schriftgröße in Moin Moin Modul*/
.custommoinmoin p{
	font-size:0.8em;
}

/* Farbe im Menütabs von Forum*/
.layout#kunena #ktab a span {
    color: #000000 !important; 
}


/* Weblinks Modul*/
.weblinks ul, .osdonate-introtext {
	font-size:1em;
}

.footer1wl, .footer2wl {
    font-size:0.7em;
}

/* Beginn -Anpassungen CB */
.cb_template {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.cb_template .form-control {
    font-size: 100%;
    line-height: 1.5;
    color: #495057;
}
.cb_template .popover-header  {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight:600;
    line-height: 1.5;
	color: red;
}
.cb_template p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    font-weight:400;
    line-height: 1.5;
	}
.cb_template.popover{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight:400;
    line-height: 1.5;
	}
.cb_template .fa {
    font-size: 26px!important; 
    }
.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutTitle .cbProfileTitle > h3 {
      font-size: 2.5em;   
}
.cb_template ul {
    padding-left: 20px;
    list-style: circle;
	}
	
.cb_template .gallerytab ul {
       list-style: none; 
}
	
.cb_template .nav-item, 
.wlcb li{
        background-color: #ead38a;
		border-left: 5px;
		border-color: #6C3
}


/* Ende -Anpassungen CB */