.container-header { position: relative; height: 180px;/* change hight */ z-index: 10; margin-bottom: 1px; background-image: linear-gradient(135deg, #3b03b0 0%, #3b03b0, 100%); /* change color */ font-size: 1.5rem;/* font size description */ } /* Logo Size */ .container-header .navbar-brand img { width: 800px; min-width: 100px; } .container-header .site-description { font-size: 1.3rem;/* font size description */ color: #f9f871; } .container-header .mod-menu { background-color:#373b70; /* #2c3568 */ } .breadcrumb-item { color:blue; } .article-info dd { padding: 0; color:#000000; font-size: 1rem; } body { font-size: 1.2rem; /* standard ist 1rem */ } .site-grid .container-main { background-color:blue; } /*template background */ .container-component { background-color:#ED8C00 ; /* content background */ color: black; a:hover { color: #3b03b0; text-decoration: underline; /* Link items, change hover color */} border-style: solid; border-width: 2px; border-color: black; padding-left: 10px; } .container-header .navbar-brand a { font-size: 1rem; } .container-sidebar-right { background-image: linear-gradient(to right, #005897, #019FD1); font-size: 1rem; } .container-sidebar-right .sidebar-right:first-child { background-image: linear-gradient(to right, #005897, #019FD1); border-style: none; } .container-sidebar-left { background-image: linear-gradient(to right, #FDFDDA, #4C8A22); font-size: 1rem; } .container-sidebar-left .sidebar-left:first-child { background-image: linear-gradient(to right, #FDFDDA, #4C8A22); border-style: none; } a { color: #3b03b0;/* Link items, change color */ text-decoration: none; /* font-size: 1rem;/* font size description */*/ font-size: 1.5rem; } a:hover { color: yellow; /* #ff7046 */ text-decoration: underline; /* Link items, change hover color */} .com-users-login__reset.list-group-item { display: none; } .com-users-login__remind.list-group-item { display: none; } .untermenue { color:white; background-color:#ED8C00; a { color: white;/* Link items, change color */ text-decoration: none; /* font-size: 1rem;/* font size description */*/ font-size: 1.5rem; } a:hover { color: yellow; /* #ff7046 */ text-decoration: underline; /* Link items, change hover color */} } .monatskalender { background-image: linear-gradient(to right, #FDFDDA, #4C8A22); }