button.submit {
    display: inline-block;
    padding: 0px 20px !important;
    height: 48px;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    width: auto;
    background: var(--accentColor);
    color: #fff;
    border-radius: 40px;
    min-width: 140px;
    text-align: center;
    position: relative;
    -webkit-appearance: none;
}

/*Anfang Instagram News*/

.newslist {
    margin-bottom: 50px;
    overflow: hidden;
    list-style: none;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.55); 
box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.55);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 25px;
}

#newssidebar .newslist {
    margin-bottom: 50px;
    overflow: hidden;
    list-style: none;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: none; 
box-shadow: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 5px;
}

.teaser {
    margin-top: 1px !important;
}

.mod_newslist.newslist_col3 {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 20px;
}
/*Ende Instagram News*/

.newslist .news-date {
  display: none;
}



.newslist .author {
  display: none;
}



.newslist .comments {
  display:none;
}

/* Desktop: 3 Spalten */
.mod_newslist.newslist_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 20px;
}

/* Mobile: 1 Spalte */
@media (max-width: 768px) {
  .mod_newslist.newslist_col3 {
    grid-template-columns: 1fr !important; /* nur noch eine Spalte */
  }
}

/* Farbe Gelb zu Grau*/

button.submit {
    background: #34342c;

}

form fieldset legend {
    background-color: #34342c;
}


.subnav a {
    color: #34342c;
}

.bg-accent {
    background-color: #34342c;
}


p a {
    color: #34342c;
}



.ce_hyperlink.btn-accent a, .ce_revolutionslider_hyperlink.btn-accent {
    background: #34342c;
    border-color: #34342c;
}

.ce_hyperlink a, a.btn {
    background: #34342c;
    border:var(--hyperlink-default-border-width) solid #34342c
}

.ce_text_imagebox.imagebox_version3 .inside {
    background-color: #34342c;
    
    /* Farbe Gelb zu Grau Ende*/
}
    #top p {
    margin-left: 5px;
    margin-bottom: 0;
}


.smartmenu-content .mod_navigation li:not(.floatbox) {
    font-size: 25px;
}



.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

button {
    padding: 20px;
    font-size: 1.9em;
    background-color: #e2de00;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.responsive {
    background-color: #d4ca00;
}

.tdhl{
	background-color:#343434;
font-size:1.0em;
    color:#d4ca00;
    text-transform:uppercase;}
    
    tr{
    	border-bottom:1px dotted #343434;}
    	
    	td{
    		border-right:1px dotted #343434;
    		border-left:1px dotted #343434;}
    		
 .fklasse{
 	font-size:1.5em;}
 	
 	.js-responsive-table{
 		margin-bottom:1em;}
 		
 		.js-responsive-table th,.js-responsive-table td{
 			padding:4px;}
 			.js-responsive-table .icon-accordion{
 				display:none;}
 				.js-responsive-table td h3{
 					margin:0;}
 					
 					table td, table th {
    padding: 9px 10px;
    text-align: left;
}

.standard .column-left {
    line-height: 1.4em;
    font-size: 0.8em;
    font-weight: 400;
}



.header .mainmenu ul li a:hover {
  color: #e2de00;
}

.mainmenu ul ul li a.active, .mainmenu ul ul li a.trail:not(.megamenu) {
  background: #cece0b !important;
}

.maxi-button-bottom-right {
  right: 40px;
  bottom: 80px;
}

.accessibility_widget_trigger {
    position: fixed;
    top: 180px;
    right: 0px;
    z-index: 1000000;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px 0 0 10px;
    background: #3d3d3b;
    color: #fff;
    padding: 10px 5px 0 5px;
    cursor: pointer;
    transition: all 0.1s ease;
    border: 2px solid #3d3d3b;
    border-right: 0;
    min-width: 80px;
}

#accessibility_widget {
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 30px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1rem;
    position: fixed;
    z-index: 100000;
    right: 0;
    top: 180px;
    transform: translateX(360px);
    transition: transform 0.3s ease;
    outline: 3px solid #fff;
    border: 3px solid #e3df01;
    border-right: 0;
    box-shadow: 0 0 32px 11px rgba(0, 0, 0, 0.1);
}

.maxi-button-bottom-right {
    right: 20px;
    bottom: 92px;
}

@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/files/cto_layout/fonts/googlefonts/sourcesanspro-v22-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/files/cto_layout/fonts/googlefonts/sourcesanspro-v22-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/files/cto_layout/fonts/googlefonts/sourcesanspro-v22-latin-400.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('/files/cto_layout/fonts/googlefonts/titillium-web-v17-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('/files/cto_layout/fonts/googlefonts/titillium-web-v17-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('/files/cto_layout/fonts/googlefonts/titillium-web-v17-latin-regular.woff2') format('woff2');
}