/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */

body{
	font-family: Georgia, "serif";
	color: #4c4949;
	line-height:1.5;
	font-size:16px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #010101;
	font-family: 'montserrat', sans-serif;
	font-weight: bold;
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
}

#seitenanfang h1{
	font-size: 35px;
}
#seitenanfang h2{
	font-size: 30px;
}
#seitenanfang h3{
	font-size: 28px;
}
#seitenanfang h4{
	font-size: 23px;
}
#seitenanfang h5{
	font-size: 20px;
}
#seitenanfang h6{
	font-size: 18px;
}

div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #902223;
	text-decoration: none;
}
a:active, a:hover {
	color: #902223;
}
#seitenanfang a{
	text-decoration: underline;
}
.textcenter{
	text-align:center;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}

/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 40px;
}
.margin_unten{
	margin-bottom: 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.h600{
	height: 900px;
}



.haupt_artikel_box{
	background-size: cover;
	background-position: center;
	display: table;
}
.haupt_artikel_box a{
	background-color: rgba(0,0,0,0.2);
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	color: #fff;
	padding: 30px;
}
.haupt_artikel_box a:hover{
	color: inherit;
}
.haupt_artikel_box h1{
	color: #fff;
	font-size: 30px;
}
.haupt_artikel_box h2{
	color: #fff;
	font-size: 20px;
}
.haupt_artikel_box:first-child{
	width: calc(55% - 2px);
	float: left;
	height: 500px;
}
.haupt_artikel_box:nth-child(2){
	width: 45%;
	float: right;
	height: 249px;
	margin-bottom: 2px;
}
.haupt_artikel_box:nth-child(3){
	width: 45%;
	float: right;
	height: 249px;
}




.haupt_artikel_box .artikel_infos_auflistung{
	margin: 10px auto 0;
}


.artikel_box{
	width: calc(33% - 20px);
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 30px 0;
	border-bottom: 2px solid #E7E7E7;
	padding-bottom: 20px;
	text-align: left;
}
.presseklick_box{
	padding: 0 !important;
}
.artikel_box:nth-child(3n){
	margin: 0 auto 30px;
}
.artikel_box img{
	
}
.artikel_box:hover{
	background-color: #efefef;
}
.hover_box{
	padding: 0 ;
}
.presseklick_box .hover_box{
	padding: 0;
}
.artikel_box h2{
	font-size: 20px;
	font-weight: 600;
}
.artikel_box a{
	color: inherit;
	display: block;
}
.artikel_box a:hover{
	color: inherit;
}

.artikel_text{
	font-size: 15px;
	font-weight: 500;
	margin: 10px auto 20px;
}

.presseklick_box a{
	padding: 20px 20px 0 20px;
	background-color: #efefef;
}
.presseklick_box a:hover{
	background-color: #BA9268;
	color: #fff;
}
.presseklick_box a:hover h2{
	color: #fff;
}



.artikel_infos_auflistung{
	font-family: 'montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	margin: 10px auto;
}
.artikel_infos_auflistung .autor{
	display: inline-block;
	vertical-align: middle;
}
.artikel_infos_auflistung .datum{
	display: inline-block;
	vertical-align: middle;
}
.artikel_infos_auflistung span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 10px;
	font-weight: 400;
}

.artikel_box .kat_box a{
	font-size: 10px;
}


.artikel_box {
	position: relative;
	overflow: hidden;
}
.artikel_img_wrap {
	position: relative;
	display: block;
	background: #000; /* falls kein Bild vorhanden, Hintergrund trotzdem dunkel */
}
.artikel_img_wrap img {
	width: 100%;
	height: auto;
	display: block;
}
.overlay_titel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	box-sizing: border-box;
}
.overlay_titel.no-image {
	position: relative; /* bei fehlendem Bild innerhalb des normalen Flows */
	background-color: #CCCCCC;
	min-height: 100px; /* optisch gleiche Höhe wie Bild */
}
.artikel_infos_auflistung {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.overlay_titel h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
}
.overlay_titel .datum {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}
.artikel_text{
	font-size: 21px;
  	color: #333;
  	font-weight: 300;
}




.trenner_block{
	margin: 30px auto;
}
.trenner_block span{
	position: relative;
	z-index: 2;
	background-color: #fff;
	color: #010101;
	font-family: 'montserrat', sans-serif;
	font-weight: bold;
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
	padding-right: 20px;
}
.trenner{
	height: 1px;
	background-color: #000;
	position: absolute;
	top: calc(50% - 0.5px);
	left: 40px;
	right: 40px;
	z-index: 1;
}









/* //////////////// Single Artikel //////////////// */
.single_artikel_bild_wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 100px; /* Sicherheitsgröße für no-image */
}
.single_artikel_bild {
	width: 100%;
	height: 100%;
	min-height: 600px;
	background-size: cover;
	background-position: center;
}
.overlay_titel_single {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	box-sizing: border-box;
}
.overlay_titel_single.no-image {
	position: relative;
	background-color: #ccc;
	min-height: 100px;
}
.artikel_infos_auflistung_single {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.overlay_titel_single h1 {
	margin: 0 0 5px 0;
	font-size: 28px;
	line-height: 1.3em;
	color: #fff;
}
.overlay_titel_single .datum {
	font-size: 15px;
	color: #fff;
}
.bild_besch{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
	width: 100%;
	text-align: right;
	color: #fff;
	line-height: 1.2;
}
.artikel_infos{
	font-family: 'montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	margin: 20px auto;
}
.artikel_infos .autor{
	display: inline-block;
	vertical-align: middle;
}
.artikel_infos .datum{
	display: inline-block;
	vertical-align: middle;
}
.artikel_infos span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 10px;
	font-weight: 400;
}


.vorschau_text_single{
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.kat_box{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.kat_box:last-child{
	margin: 0 auto;
}
.kat_box a{
	display: block;
	background-color: #E8E8E8;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #767676;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
}
.kat_box a:hover{
	color: #BA9268;
}

.zitat_block {
	font-size: 25px;
	color: #010101;
	font-weight: 500;
	max-width: 600px;
	padding-left: 60px;
	margin-bottom: 20px;
}

.zitat_img{
	position: absolute;
	left: 0;
	top: 20px;
	width: 25px;
}


.bild_block{
	line-height: 0;
}
.img_besch{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	text-align: left;
	line-height: 1.2;
	color: #000;
	font-size: 14px;
}





/* //////////////// Term  //////////////// */
.term_name{
	
}
.term_beschreibung{
	
}


.termliste{
	float: left;
	margin-right: 30px;
}
.list_titel{
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 20px;
}
.list_titel a, .trend_titel{
	display: block;
	color: #010101;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	margin: 0;
	font-size: 25px;
	text-transform: uppercase;
	padding-right: 20px;
}
.term_box{
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 20px;
}
.term_box a{
	color: #767676;
	font-weight: 600;
	text-decoration: underline;
}



.trenner_klein{
	margin: 20px 0;
	border-bottom: 1px solid #E7E7E7;
	width: 200px;
}




/* //////////////// Suche //////////////// */
.titelbox h1{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
#searchform{
	display: inline-block;
	vertical-align: middle;
}


.aligncenter{
	margin: 0 auto;
}



/* //////////////// Wörterbuch //////////////// */
.letterlist{
	text-transform: uppercase;
}
.letterlist a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px;
	font-size: 20px;
}
.letterbox {
	padding-bottom: 30px;
	margin: 30px 0px;
	border-bottom: 1px solid #000;
}
.letter{
	text-transform: uppercase;
	font-weight: bold;
	color: #010101;
	font-size: 20px;
}


.spalte_1{
	width: 33.33%;
	text-align: left;
	float: left;
}
.spalte_2{
	width: 33.33%;
	text-align: left;
	float: left;
}
.spalte_3{
	width: 33.33%;
	text-align: left;
	float: left;
}

.wort_box {
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
}
.wort_box:hover{
	color: #902223;
	text-decoration: underline;
}





#single_post_vorschau {
  position: fixed;
  height: 100vh;
  z-index: 99999;
  display: none;
  width: 100%;
  background-color: rgba(230,233,236,0.6);
  top: 0;
  text-align: center;
  overflow: scroll;
}
.inner_table_single_post {
  display: table;
  height: 100vh;
  width: 100%;
}
.inner_data{
	text-align: left;
}
.inner_single_post{
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}
.bg_post_box {
	background-color: #fff;
	max-width: 600px;
	padding: 30px;
	margin: 0 auto;
	position: relative;
}
.bg_post_box h3{
	font-size: 25px;
	margin-bottom: 10px;
}
.close_block {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 3;
}
.close_all {
  line-height: 0;
  width: 30px;
  float: right;
}
.einleitung_woerterbuch{
	margin: 20px auto 30px;
	font-family: 'montserrat', sans-serif;
}
.anmerkung_woerterbuch{
	font-style: italic;
	font-size: 13px;
}


.wp-pagenavi{
	margin: 30px auto;
	text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a, .nav-links span, .nav-links a {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 1;
  color: #BA9268;
}
.wp-pagenavi span.current, .nav-links span.current {
	color: #fff;
	background-color: #BA9268;
	border-color: #BA9268;
}

.wp-pagenavi a:hover{
	color: #fff;
	background-color: #BA9268;
	border-color: #BA9268;
}



/* //////////////////////////////////// Archiv //////////////////////////////////// */
#archivfilter{
	margin-bottom: 30px;
}
#archivfilter .select_box{
	float: left;
	margin-right: 25px;
}
#archivfilter .select_box:last-child{
	margin: 0 auto;
}
#archivfilter .select_box label{
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
} 
#archivfilter .select_box select{
	width: 200px;
	height: 40px;
	border: 1px solid #BA9268;
	background-color: #BA9268;
	border-radius: 0;
	color: #fff;
	padding: 10px;
	font-family: "montserrat", sans-serif;
	font-size: 14px;
}
.tabelle{
	text-align: left;
}

.tabellen_header{
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #000;
}
.tabellen_header .spalte_titel{
	width: calc(100% - 240px);
	float: left;
	padding-right: 20px
}
.tabellen_header .spalte_kat{
	width: 150px;
	float: left;
	padding-right: 20px;
}
.tabellen_content .spalte_kat a:last-child .komma{
	display: none;
}
.tabellen_header .spalte_datum{
	width: 90px;
	float: left;
}

.tabellen_content{
	font-size: 14px;
}

.artikel_reihe{
	border-bottom: 1px solid rgba(50,72,128, 0.2);
	padding: 10px 0;
}
 	
.tabellen_content .spalte_titel{
	width: calc(100% - 240px);
	float: left;
	padding-right: 20px
}
.tabellen_content .spalte_kat{
	width: 150px;
	float: left;
	padding-right: 20px;
}
.tabellen_content .spalte_datum{
	width: 90px;
	float: left;
}
.tabellen_content a{
	color: #BA9268;
}
.tabellen_content a:hover{
	color: #767676;
}

#pagination{
	margin: 30px auto;
	text-align: left;
}
.page-numbers{
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	margin-right: 5px;
	font-size: 13px;
	line-height: 1;
	color: #BA9268;
	text-decoration: none;
	border: 1px solid #BA9268;
	margin: 2px;
}
.page-numbers.current{
	color: #fff;
	background-color: #BA9268;
	border-color: #BA9268;
}
.page-numbers:hover{
	color: #fff !important;
	background-color: #BA9268;
	border-color: #BA9268;
}

.loader.hidden {
	display: none;
}
.loader{
	position: absolute;
	top: 0;
	left: 25px;
	bottom: 0;
	right: 25px;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
	opacity: 1;
	transition: all 0.5s;
}
.loader:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 50% auto;
	border-radius: 50%;
	border: 6px solid #902223;
	border-color: #fff transparent #BA9268 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



.wp-pagenavi{
	display: inline-block;
	vertical-align: middle;
}
.page_nav_archiv{
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	margin-right: 5px;
	font-size: 13px;
	line-height: 1;
	color: #BA9268;
	text-decoration: none;
	border: 1px solid #BFBFBF;
	margin: 2px;
}
.page_nav_archiv:hover{
	color: #fff;
	background-color: #BA9268;
	border-color: #BA9268;
}


/* //////////////////////////////////// Header Footer //////////////////////////////////// */
.header{
	margin-top: 50px;
}
.header_logo{
	float: left;
	line-height: 0;
	width: 53px;
}
.header_logo a{
	display: block;
}
.balken{
	background-color: #902223;
	color: #fff;
	float: right;
	width: calc(100% - 70px);
	padding: 10px 20px 5px;
	line-height: 1;
}
.balken span{
	display: inline-block;
	vertical-align: baseline;
}
.balken a{
	color: #fff;
}
.blog_name{
	font-family: "garamond-premier-pro", serif;
	font-size: 40px;
	font-weight: 400;
	margin-right: 10px;
}
.blog_info{
	font-family: Georgia, "serif";
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}
.header_info{
	float: right;
	text-transform: uppercase;
	font-family: Georgia, "serif";
	font-size: 16px;
	margin-top: 16px;
}

.open_menu{
	display: none;
}
.menu{
	margin: 30px auto;
	padding-bottom: 10px;
	border-bottom:  1px solid #902223;
	position: relative;
}
.outer_menu_box{
	float: left;
	margin: 6px 0;
}
.nav-menu{
	padding: 0;
	list-style: none;
	margin: 0 auto;
}
.nav-menu li{
	float: left;
	margin-right: 20px;
}
.nav-menu li:last-child{
	margin: 0 auto;
}
.nav-menu li a{
	display: block;
	color: #010101;
	font-weight: bold;
	font-family: 'montserrat', sans-serif;
	font-size:21px;
}
.nav-menu li a:hover{
	color: #902223;
}

.nav-menu li.current-menu-item a{
	color: #902223;
}


.footer_balken{
	background-color: #902223;
	height: 10px;
}
.footer, .footer a, .footer p{
	color: #902223;
	font-size: 21px;
	font-family: Georgia, "serif";
}
.footer_logo{
	width: 50px;
}
.footer_text{
	display: block;
	text-align: left;
	color: #902223;
	font-size: 21px;
	font-family: Georgia, "serif";
}
.links_footer{
	position: absolute;
	right: 40px;
	bottom: 20px;
	text-align: right;
}
.links_footer span{
	display: block;
	font-family: Georgia, "serif";
}
.lanablatt{
	width: 130px;
	line-height: 0;
	margin: 15px auto 0;
}
.lanablatt a{
	display: block;
}


.woerterbuch_top_row{
	display: flex;
	align-items: stretch;
	gap: 10%;
	margin-top: 40px;
}

.woerterbuch_top_col{
	width: 45%;
}

.woerterbuch_top_col_wotd{
	display: flex;
}

.woerterbuch_top_col_wotd > div,
.woerterbuch_top_col_wotd .wotd-banner-wrap{
	width: 100%;
	height: 100%;
}

.woerterbuch_top_col_wotd .wotd-banner-wrap{
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	display: flex;
}

.woerterbuch_top_col_wotd .wotd-banner{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.woerterbuch_top_col_post{
	display: flex;
}

.wb-post-card{
	width: 100%;
	height: 100%;
}

.wb-post-link{
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.wb-post-link:hover{
	color: inherit;
	text-decoration: none;
}

.wb-post-image-wrap{
	position: relative;
	line-height: 0;
	width: 100%;
}

.wb-post-image{
	width: 100%;
	height: auto;
	display: block;
}

.wb-post-image-wrap.no-image{
	background-color: #e7e7e7;
	min-height: 260px;
}

.wb-post-overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background-color: rgba(0,0,0,0.3);
	line-height: 1.4;
}

.wb-post-overlay.no-image{
	position: relative;
	background-color: #e7e7e7;
	min-height: 260px;
	display: flex;
	align-items: flex-end;
}

.wb-post-meta{
	font-family: 'montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.wb-post-title{
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px 0;
}

.wb-post-date{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.wb-post-overlay.no-image .wb-post-title,
.wb-post-overlay.no-image .wb-post-date{
	color: #010101;
}

.wb-post-content{
	padding-top: 20px;
	flex: 1;
	font-size: 21px;
  	color: #333;
  	font-weight: 300;
}

.wb-post-excerpt{
	margin: 0;
	line-height: 1.5;
}

@media screen and (max-width: 900px){
	.woerterbuch_top_row{
		display: block;
	}

	.woerterbuch_top_col{
		width: 100%;
		margin-bottom: 30px;
	}

	.woerterbuch_top_col:last-child{
		margin-bottom: 0;
	}

	.woerterbuch_top_col_wotd .wotd-banner-wrap,
	.woerterbuch_top_col_wotd .wotd-banner{
		height: auto;
	}

	.wb-post-card{
		height: auto;
	}
}

@media screen and (max-width: 767px){
	.spalte_1,
	.spalte_2,
	.spalte_3{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.spalte_3{
		margin-bottom: 0;
	}
}

.woerterbuch_suche_wrap{
	margin: 30px auto 45px !important;
	position: relative !important;
	z-index: 200 !important;
}

.woerterbuch_suche_box{
	max-width: 860px !important;
	margin: 0 auto !important;
	position: relative !important;
}

.woerterbuch_suche_label{
	display: block !important;
	margin-bottom: 14px !important;
	font-family: 'montserrat', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	color: #902223 !important;
	text-align: center !important;
}

.woerterbuch_suche_input_wrap{
	position: relative !important;
}

.woerterbuch_suche_input{
	width: 100% !important;
	height: 68px !important;
	padding: 0 70px 0 28px !important;
	border: 1px solid rgba(144,34,35,0.18) !important;
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f7 100%) !important;
	font-family: "open-sans", sans-serif !important;
	font-size: 18px !important;
	color: #4c4949 !important;
	outline: none !important;
	border-radius: 999px !important;
	box-shadow: 0 14px 40px rgba(0,0,0,0.08) !important;
	transition: all 0.25s ease !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.woerterbuch_suche_input:focus{
	border-color: rgba(144,34,35,0.45) !important;
	box-shadow: 0 16px 42px rgba(144,34,35,0.14) !important;
	background: #fff !important;
}

.woerterbuch_suche_input::placeholder{
	color: #9d9d9d !important;
	opacity: 1 !important;
}

.woerterbuch_suche_input_wrap::after{
	content: "" !important;
	position: absolute !important;
	right: 24px !important;
	top: 50% !important;
	width: 22px !important;
	height: 22px !important;
	transform: translateY(-50%) !important;
	border: 2px solid #902223 !important;
	border-radius: 50% !important;
	opacity: 0.7 !important;
	pointer-events: none !important;
	box-sizing: border-box !important;
}

.woerterbuch_suche_input_wrap::before{
	content: "" !important;
	position: absolute !important;
	right: 17px !important;
	top: calc(50% + 9px) !important;
	width: 10px !important;
	height: 2px !important;
	background-color: #902223 !important;
	transform: rotate(45deg) !important;
	opacity: 0.7 !important;
	pointer-events: none !important;
	z-index: 2 !important;
	border-radius: 2px !important;
}

.woerterbuch_autocomplete{
	position: absolute !important;
	top: calc(100% + 12px) !important;
	left: 0 !important;
	right: 0 !important;
	background: rgba(255,255,255,0.97) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(144,34,35,0.1) !important;
	box-shadow: 0 22px 60px rgba(0,0,0,0.14) !important;
	z-index: 500 !important;
	display: none;
	border-radius: 22px !important;
	overflow: hidden !important;
	text-align: left !important;
}

.woerterbuch_autocomplete_inner{
	max-height: 360px !important;
	overflow-y: auto !important;
}

.woerterbuch_autocomplete_item{
	display: block !important;
	padding: 16px 22px !important;
	cursor: pointer !important;
	border-bottom: 1px solid #f0ecec !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	background: #fff !important;
	color: #4c4949 !important;
	transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease !important;
}

.woerterbuch_autocomplete_item:last-child{
	border-bottom: 0 !important;
}

.woerterbuch_autocomplete_item:hover,
.woerterbuch_autocomplete_item.active{
	background: #faf3f3 !important;
	color: #902223 !important;
	padding-left: 28px !important;
}

.woerterbuch_search_results_wrap{
	position: absolute !important;
	top: calc(100% + 12px) !important;
	left: 0 !important;
	right: 0 !important;
	background: rgba(255,255,255,0.98) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(144,34,35,0.1) !important;
	border-radius: 22px !important;
	box-shadow: 0 22px 60px rgba(0,0,0,0.14) !important;
	padding: 24px !important;
	z-index: 450 !important;
	display: none;
	text-align: left !important;
}

.woerterbuch_search_results_head{
	margin-bottom: 18px !important;
	text-align: left !important;
	font-family: 'montserrat', sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	color: #902223 !important;
	padding-right: 40px !important;
}

.woerterbuch_search_results{
	column-count: 3 !important;
	column-gap: 34px !important;
	max-height: 420px !important;
	overflow-y: auto !important;
	text-align: left !important;
}

.woerterbuch_search_result_item{
	display: block !important;
	margin-bottom: 10px !important;
	cursor: pointer !important;
	break-inside: avoid !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
	color: #4c4949 !important;
	padding: 4px 0 !important;
	transition: color 0.2s ease, transform 0.2s ease !important;
}

.woerterbuch_search_result_item:hover{
	color: #902223 !important;
	text-decoration: underline !important;
	transform: translateX(4px) !important;
}

.woerterbuch_search_results_close{
	position: absolute !important;
	right: 18px !important;
	top: 16px !important;
	width: 34px !important;
	height: 34px !important;
	border-radius: 50% !important;
	background-color: #f7eeee !important;
	color: #902223 !important;
	font-size: 20px !important;
	line-height: 34px !important;
	text-align: center !important;
	cursor: pointer !important;
	transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.woerterbuch_search_results_close:hover{
	background-color: #efe1e1 !important;
	transform: rotate(90deg) !important;
}

@media screen and (max-width: 900px){
	.woerterbuch_suche_box{
		max-width: 100% !important;
	}

	.woerterbuch_search_results{
		column-count: 2 !important;
		column-gap: 24px !important;
		max-height: 360px !important;
	}

	.woerterbuch_search_results_wrap{
		padding: 22px 20px 18px !important;
	}
}

@media screen and (max-width: 767px){
	.woerterbuch_suche_wrap{
		margin: 20px auto 35px !important;
	}

	.woerterbuch_suche_input{
		height: 60px !important;
		font-size: 16px !important;
		padding: 0 58px 0 20px !important;
	}

	.woerterbuch_autocomplete{
		border-radius: 18px !important;
	}

	.woerterbuch_search_results_wrap{
		border-radius: 18px !important;
		padding: 18px 16px 16px !important;
	}

	.woerterbuch_search_results{
		column-count: 1 !important;
		max-height: 300px !important;
	}

	.woerterbuch_autocomplete_item{
		padding: 14px 18px !important;
		font-size: 15px !important;
	}

	.woerterbuch_search_results_close{
		right: 12px !important;
		top: 12px !important;
	}
}

.woerterbuch_autocomplete_inner{
	max-height: 360px !important;
	overflow-y: auto !important;
}

.woerterbuch_top_row{
	display: flex;
	align-items: flex-start;
	gap: 10%;
}

.woerterbuch_top_col{
	width: 45%;
}

.woerterbuch_top_col_wotd{
	display: flex;
}

.woerterbuch_top_col_wotd .wotd-banner-wrap{
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	text-align: center;
}

.woerterbuch_top_col_wotd .wotd-banner{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 28px;
}

.woerterbuch_top_col_post{
	display: block;
}

.wb-post-card{
	width: 100%;
}

.wb-post-link{
	display: block;
}

.wb-post-image-wrap{
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}

.wb-post-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wb-post-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	box-sizing: border-box;
}

.woerterbuch_top_col_wotd .wotd-banner-wrap{
	aspect-ratio: 4 / 3;
	display: flex !important;
}

.woerterbuch_top_col_wotd .wotd-banner{
	overflow: auto;
}

@media screen and (max-width: 900px){
	.woerterbuch_top_row{
		display: block;
	}

	.woerterbuch_top_col{
		width: 100%;
		margin-bottom: 30px;
	}

	.woerterbuch_top_col:last-child{
		margin-bottom: 0;
	}

	.woerterbuch_top_col_wotd .wotd-banner-wrap{
		aspect-ratio: auto;
		height: auto !important;
	}
}


/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}