/*
Theme Name: ENS 2024
Author: Herr Volbracht
Description: ENS Elsa-Neumann-Schule
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
ENS is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. and Sydney by aThemes
*/

body {}

.site-branding {
	margin-bottom: 10px;
}

.site-footer {
	max-height: 50px;
	overflow: auto;
}

article a:not(.entry-meta > span > span > a):not(.posted-on > a):not(.wp-element-button):not(h1 > a):not(h2 > a):not(h3 > a):not(h4 > a):not(.title-post):not(a > .entry-title):not(.site-title a),
a:not(.entry-meta > span > span > a):not(.posted-on > a):not(.wp-element-button):not(h1 > a):not(h2 > a):not(h3 > a):not(h4 > a):not(.title-post):not(a > .entry-title):not(.site-title a):not(.menu-item > a):not(.image-holder-a):not(.wp-block-heading > mark > a):not(.ens-credits > a):not(.widget-title-link ):not(.extras-title-a) {
	text-decoration: underline;
}

.menu-item-has-children > .dropdown-symbol:focus-visible + ul.sub-menu.toggled li:first-of-type,
.menu-item-has-children > .dropdown-symbol:focus-within + ul.sub-menu.toggled li:first-of-type,
.menu-item-has-children > .dropdown-symbol:focus + ul.sub-menu.toggled li:first-of-type {
/* 	padding-top: 25px; */
}

.menu-item-has-children > .dropdown-symbol:focus-visible + ul.sub-menu.toggled li,
.menu-item-has-children > .dropdown-symbol:focus-within + ul.sub-menu.toggled li,
.menu-item-has-children > .dropdown-symbol:focus + ul.sub-menu.toggled li {
/* 	padding: 35px 18px; */
}

a:not(#primary-menu li.menu-item-has-children a):not(nav.header-elements a.header-search):focus-visible,
a:not(#primary-menu li.menu-item-has-children a):not(nav.header-elements a.header-search):focus-within,
a:not(#primary-menu li.menu-item-has-children a):not(nav.header-elements a.header-search):focus,
.backlink-wrapper:focus-visible,
a.extras-title-a:focus-visible > h3 {
/* 	background: #000 !important; */
/*  	padding: 8px 18px; */
/* 	color: #FFF !important; */
	font-weight: bold;
	text-decoration: underline;
/* 	border-radius: 5px; */
}

#primary-menu li.menu-item-has-children ul li a:focus-visible,
#primary-menu li.menu-item-has-children ul li a:focus-within,
#primary-menu li.menu-item-has-children ul li a:focus {
/* 	background: #000 !important; */
/* 	padding: 8px 18px; */
/* 	color: #FFF !important; */
	font-weight: bold;
	text-decoration: underline;
/* 	border-radius: 5px; */
}

.menu-item-has-children > .dropdown-symbol:focus-visible,
.menu-item-has-children > .dropdown-symbol:focus-within,
.menu-item-has-children > .dropdown-symbol:focus {
	background: #000;
	border-radius: 5px;
	height: auto;
	width: auto;
	padding:0px 3px;
}

.menu-item-has-children .dropdown-symbol,
.menu-item-has-children .dropdown-symbol .ens-svg-icon svg {
	display: inline-block;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.menu-item-has-children > .dropdown-symbol:focus-visible .ens-svg-icon svg {
	fill: #FFF !important;
	display: block;
	height: auto;
	width: auto;
}

nav.header-elements a.header-search:focus-visible {
	background: #000;
	border-radius: 5px;
	height: auto;
	width: auto;
	padding:0 3px;
}
nav.header-elements a.header-search:focus-visible .ens-svg-icon.icon-search svg {
	fill: #FFF !important;
	height: auto;
	width: auto;
}

#social {
	position: absolute;
	right: 20px;
	top: 0px;
}

#menu-ens-social-menu li {
	display: inline-block;
	padding-right: 20px;
	margin: 0px;
	list-style-type: none;
}

#menu-ens-social-menu li img {
	height: 40px;
	width: 40px;
	color: #FF0000;
}

.dropdown-symbol {
}

.dropdown-symbol:focus-visible {
}

#farbkasten {
	position: relative;
}

#content[tabindex="-1"]:focus,
#content[tabindex="0"]:focus{
/* 	outline: 0; */
}

tbody {
	font-size: 18px;
}

.site-title {
	text-align: center;
}

.site-title a {
	text-transform: uppercase;
}

.admin-area-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	cursor: pointer;
}

.color-square-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
	grid-gap: 0;
}

.color-square-item {
	background: grey;
	display: flex;
	justify-content: center;
	aspect-ratio: 1 / 1;
}

.coblocks-lightbox__background {
    background: #000 !important;
	background-image: none !important;
}

.page-id-150 div.wp-block-coblocks-icon__inner svg,
.page-id-150 .wp-block-heading,
.page-id-150 div.wp-block-coblocks-feature__inner.has-no-padding p {
	color: #5E809C;
}

.wp-lightbox-overlay .scrim {
  background-color: #000 !important;
}


.vsel-text img {
}

.vsel-lower {
}

.sidebar-column .widget h4 {
	margin: 20px 0;
}

.header-col {
	padding: 0;
}

h4.wp-block-heading,
div.ens-credits {
	text-align: center;
}

.wp-block-table th,
.wp-block-table td {
	border: 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.page-wrap {
	padding-bottom: 0px !important;
}

.startseite-wrapper {
	width: 100%;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 80px;
}

.mittig {
	text-align: center;
	margin: 0 auto;
}

.has-lightbox img {
	cursor: pointer;
}

.mittig-mittig {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.posts-layout .entry-header {
	margin-bottom: 0 !important;
}

a.header-search {
	margin-bottom: 5px;
}

.site-content .post .entry-content ul li,
.entry-content ul li:not(.wp-block-coblocks-gallery-collage ul li)  {
	list-style-position: outside;
	list-style-image: url(images/list-style-image.png);
}

.startseite-welcome-wrapper{
	width: 100%;
	text-align: center;
}

.startseite-welcome {
	max-width: 900px;
	text-align: center;
	margin: auto !important;
}

.startseite-toplinks a,
.startseite-toplinks h3,
.startseite-toplinks span {
	color: #5E809C !important;
	text-decoration: none !important;
	text-align: center !important;
}

.startseite-toplink-links,
.startseite-toplink-rechts {
	padding: 20px;
}

.startseite-toplink-links:hover,
.startseite-toplink-rechts:hover {
	background: #5E809C;
	border-radius: 15px;
	color: #FFF !important;
}

.startseite-toplink-links:hover h3,
.startseite-toplink-rechts:hover h3  {
	color: #FFF !important;
}

.startseite-toplink-links:hover svg,
.startseite-toplink-rechts:hover svg{
	color: #FFF !important;
}

#archive-elterninfo {
	position: relative;
	margin-top: 40px;
}

#mainnav li {
	font-size: 20px !important;
}

#mainnav li:last-child {
	border-radius: 0 0 5px 5px;
}

.main-header #mainnav ul ul li {
	margin-left: -18px;
}

.main-header #mainnav ul ul li a {
	width: 235px;
}

#mainnav ul li a:hover,
.main-header #mainnav .menu>li>a:hover {
/* 	color: #65778F !important; */
}

.bottom-header-row #mainnav ul li ul,
.main-header #mainnav ul li ul {
	width: 235px;
}

.main-header #mainnav ul ul {
	/*   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}

#primary-archive-events {
	margin-left: -15px;
}

#content-bottom>.content-wrapper>.row>#startseite-extras {
	display: grid;
	grid-template-columns: auto auto;
}

.two-col {}

.col-md-4 {
	padding-bottom: 40px;
	padding-top: 20px;
	height: fit-content;
}

.col-md-4:nth-child(3) {
	margin-right: 0;
}

.col-md-6:nth-child(even) {
	max-width: 360px;
	padding-bottom: 40px;
	padding-top: 20px;
	height: fit-content;
	left: 14%;
	/* 	margin-right: 40px; */
}

.col-md-6:nth-child(odd) {
	max-width: 360px;
	padding-bottom: 40px;
	padding-top: 20px;
	height: fit-content;
	right: -15%;
	/* 	margin-left: 33%; */
}

.col-md {
	max-width: 360px;
	height: fit-content;
}

.header-slider {}

.kollegium-email {
	margin-top: -2px;
	margin-left: -30px;
}

.kollegium-name {
	font-weight: 800 !important;
}

.text-slider {
	background: rgba(94, 128, 156, 0.5);
	padding-top: 30px;
}

.text-slider .maintitle::after {
	background: rgba(255, 255, 255, 1) !important;
}

.text-slider .maintitle,
.text-slider .subtitle {
	color: #FFF !important;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6) !important;

}

.image-holder {
	height: 220px;
	width: 320px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	margin: auto;
}

.image-holder-a {
	display: block;
}

.widget-title-link,
.widget-title-link > h3,
.trio-text {
	color: #FFF !important;
	text-decoration: none !important;
}

.text-holder {
	max-height: 220px;
	top: 20px;
	position: relative;
}

.text-holder a {
	display: block;
	color: #192536 !important;
	text-decoration: none !important;
}

.kacheln:nth-child(4),
.kacheln:nth-child(5),
.kacheln:nth-child(6) {
/* 	margin-bottom: 100px; */
}

.kacheln {
	height: 460px;
}

.wp-element-caption {
	font-size: 14px;
	color: #999
}

.ens-offcanvas-menu .header-contact a {
	margin-bottom: 40px !important;
	line-height: 25px;
}

.sticky-header.sticky-shadow,
.sticky-header.is-sticky {
	box-shadow: none;
}

.tagger-child,
.tagger-parent {
	color: #192536;
	display: block;
	opacity: 1;
	position: fixed;
	height: 15px;
	z-index: 1000;
	font-size: 11px;
}

.tagger-child {
	left: 20px;
	top: 50px;
}

.tagger-parent {
	left: 20px;
	top: 40px;
}

.tagger {
	display: none;
}

.startseite-event-date {
	position: relative;
	font-size: 80px !important;
	font-weight: 800 !important;
	color: #FFFFFF;
/* 	background: #F4BE40; */
	height: 220px;
	width: 320px;
}

.startseite-trio-wrapper {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.startseite-trio {
	/* 	max-width: 320px; */
}

.startseite-trio:nth-child(1),
.startseite-trio:nth-child(2) {
	/* 	margin: 0px 30px 0px 0px; */
}

.header-item {}

.trio-text{
	padding: 0 10px;
}

.extras-text > a {
	display: block;
	text-decoration: none !important;
}

.entry-title > a:hover,
a.extras-title-a > h3:hover {
	color: #5E809C !important;
}

a.extras-title-a {
	display: block;
	width: 100%;
}

.mobile-menu-close {
	right: 40px;
	top: 20px;
	position: absolute;
}

.header-contact {
	width: 100%;
}

.offcanvas-header-custom-text {
	color: #5E809C !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	width: 250px;
}

.search-submit {
	position: relative;
	top: -1px;
}

article:after,
.wp-block-separator {
	display: block;
	margin-top: 40px;
	content: ' ';
	height: 5px;
	width: 100%;
	background: #F0C040 !important;
	border: 0 !important;
}


.image-holder {}

#page-meta {
	position: relative;
	margin-top: -30px;
}

.img-hover-zoom {
	width: 320px;
	overflow: hidden;
}

.img-hover-zoom img {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	height: auto;
	width: 330px;
}

.img-hover-zoom:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.img-hover-zoom .zoom-n-rotate img {
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
}

.img-hover-zoom .zoom-n-rotate:hover img {
	-webkit-transform: scale(2) rotate(25deg);
	-ms-transform: scale(2) rotate(25deg);
	transform: scale(2) rotate(25deg);
}

.bread {
	position: relative;
	margin-top: -75px;
	margin-bottom: 45px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

.breadcrumb-style,
.breadcrumb-style a {
	color: #666;
	font-weight: 500;
	text-shadow: none;
}

.entry-thumb {}

.more-detail {
	position: relative;
	text-align: left;
	color: #192536;
	width: 100%;
	outline: none;
	font-size: 12px;
	color: #192536;
	padding: 10px;
	background: repeating-linear-gradient(-55deg,
			#aaffff,
			#aaffff 10px,
			#a3f5f5 10px,
			#a3f5f5 20px);
}

input[type=file] {
	position: relative;
	text-align: center;
	width: 140px;
	margin-bottom: 40px;
	margin-top: 40px;
	border-radius: 0px;
	height: 50px;
	line-height: 40px;
	cursor: pointer;
}

input[type=file] {
	background: #F0C040;
}

.wp-block-file *+.wp-block-file__button {
	margin-left: 0 !important;
}

[id^="wp-block-file--media-"]:after {
	/* Zeilenumbruch im Upload Anmeldung */
	white-space: pre-wrap;
	content: "\A";
}

#eeSFL_FileDropZone,
#eeSFL_UploadForm {
	padding: 0 !important;
}

#eeSFL_UploadForm,
#eeSFL_FileDropZone {
	border: 0 !important;
}

#eeSFL_UploadForm h2 {
	display: none !important;
}

#eeSFL_UploadForm input[type=text],
#eeSFL_UploadForm input[type=email],
#eeSFL_UploadForm textarea {
	background: #FFF !important;
	padding: 10px 20px !important;
}

label[for=eeSFL_FileDesc] {
	color: transparent;
}

label[for=eeSFL_FileDesc]:before {
	content: 'Haben Sie Anmerkungen?';
	color: #192536;
}

textarea[for=eeSFL_FileDesc]#eeSFL_FileDesc {
	display: none;
}

input[type=file]::file-selector-button,
#eeSFL_FilesDrug:before {
	display: none;
}

#eeSFL_FilesDrug:before {
	content: 'Datei w\00e4hlen:';
	display: block;
	position: absolute;
	width: 200px;
	margin-top: 0px;
	background: #fff;
	z-index: 10;
}

.vsel-info.vsel-alignright {
	width: 60%;
}


@media (min-width: 992px) {

	button,
	.roll-button,
	a.button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 18px;
	}
}

#content-full {
	background: #5E809C;
	color: #FFF;
	padding-top: 100px;
	padding-bottom: 60px;
}

#content-full a {
	color: #FFF !important;
}

#backlink {
	display: block;
	color: #FFF;
	padding-top: 2px;
}

#startseite-extras {
	width: 100%;
	text-align: center;
}

#startseite-extras .col {
	position: relative;
	width: 50%;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	min-width: 380px;
	padding: 40px 0 80px 0;
}

.extras-titel,
.extras-titel a {
/* 	color: #192536; */
}

/*.trio-text a:hover,
.extras-text a:hover,
.trio-text h2 > a:hover,
.extras-text h2 > a:hover,
.extras-titel:hover,
.widget-title-link:hover,
.extras-titel-a:hover {
	color: #5E809C !important;
}

.trio-text a,
.extras-text a,
.trio-text h2 > a,
.extras-text h2 > a,
.extras-titel,
.widget-title-link,
.extras-titel-a {
	text-decoration: none !important;
	color: #192536 !important;
}*/

#lock-image {
	position: absolute;
	right: 45px;
}

#lock-image img {
	opacity: 0.3;
	height: 15px;
	width: auto;
}

.site-description {
	margin: 8px 0 0 0 !important;
	text-align: center;
}

.readmore,
.readmore:hover {
	padding-left: 5px !important;
	text-decoration: none !important;
	background-image: none !important;
	font-weight: 700 !important;
	font-size: 22px;
	line-height: 0px;
}

.button-both {
	margin-top: 40px;
	height: 50px;
}

.button-both>button {
	display: inline-block;
}

#eeSFL_UploadForm button,
.wp-element-button,
.backlink-wrapper,
.backlink-wrapper-elterninfo,
.archive-backlink-wrapper {
	position: relative !important;
	background: #ff0000;
	background: linear-gradient(90deg, rgba(237, 194, 64, 1) 0%, rgba(237, 194, 64, 1) 25%, rgba(209, 6, 12, 1) 25%, rgba(209, 6, 12, 1) 75%, rgba(13, 73, 132, 1) 75%, rgba(13, 73, 132, 1) 100%);
	text-align: center !important;
	width: 200px !important;
	border-radius: 0px !important;
	height: 50px !important;
	color: #FFF !important;
	font-size: 20px !important;
	line-height: 18px !important;
	font-weight: 800;
	transition: all 1s ease;
}

.event_cat-aktuelles {
	padding: 0 10px 10px 15px;
}

.archivelink-wrapper {
	position: relative !important;
	background: #ff0000;
	background: rgb(237, 194, 64);
	background: linear-gradient(90deg, rgba(13, 73, 132, 1) 0%, rgba(13, 73, 132, 1) 25%, rgba(209, 6, 12, 1) 25%, rgba(209, 6, 12, 1) 75%, rgba(237, 194, 64, 1) 75%, rgba(237, 194, 64, 1) 100%);
	text-align: center !important;
	width: 200px !important;
	border-radius: 0px !important;
	height: 50px !important;
	color: #FFF !important;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 800;
	float: right;
	transition: all 1s ease;
}

.archive-backlink-wrapper:hover {
	background: #5E809C;
	background: linear-gradient(90deg, rgba(13, 73, 132, 1) 0%, rgba(13, 73, 132, 1) 25%, rgba(209, 6, 12, 1) 25%, rgba(209, 6, 12, 1) 75%, rgba(237, 194, 64, 1) 75%, rgba(237, 194, 64, 1) 100%);
	color: #FFF;
	transition: all 1s ease;
}

.archivelink-wrapper:hover,
.backlink-wrapper:hover,
.backlink-wrapper-elterninfo:hover {
	background: #ff0000;
	background: linear-gradient(90deg, rgba(237, 194, 64, 1) 0%, rgba(237, 194, 64, 1) 25%, rgba(209, 6, 12, 1) 25%, rgba(209, 6, 12, 1) 75%, rgba(13, 73, 132, 1) 75%, rgba(13, 73, 132, 1) 100%);
	color: #FFF;
	transition: all 1s ease;
}

.backlink-wrapper {
	background: linear-gradient(90deg, rgba(13, 73, 132, 1) 0%, rgba(13, 73, 132, 1) 25%, rgba(209, 6, 12, 1) 25%, rgba(209, 6, 12, 1) 75%, rgba(237, 194, 64, 1) 75%, rgba(237, 194, 64, 1) 100%);
	margin-left: 15px;
	margin-top: 40px;
	transition: all 1s ease;
}

.backlink-wrapper-elterninfo {
	background: linear-gradient(90deg, rgba(13, 73, 132, 1) 0%, rgba(13, 73, 132, 1) 25%, rgba(209, 6, 12, 1) 25%, rgba(209, 6, 12, 1) 75%, rgba(237, 194, 64, 1) 75%, rgba(237, 194, 64, 1) 100%);
	margin-left: 15px;
	margin-top: 40px;
	transition: all 1s ease;
}

#eeSFL_UploadForm button {
	background: #ff0000;
}

.archive-backlink-wrapper {
	transition: all 1s ease;
}

.archivelink-wrapper {
	transition: all 1s ease;
}

#events-archive-wrapper {
	display: none;
/* 	background: #def6ff; */
}

input[type=file] {
	margin-left: 0;
}

.entry-header {
	margin-top: 40px;
}

#archive-platzhalter {
	height: 45px;
}

#backlink-platzhalter {
	height: 40px;
	display: block;
}

.wp-element-button:hover,
#eeSFL_UploadForm button:hover {
	background: #5E809C !important;
}

#eeSFL_UploadForm button {
	margin: 0 !important;
}

#eeUploadInfoForm {
	margin-bottom: 40px;
}

#eeSFL_UploadForm input[type="file"] {}

#eeSFL_UploadForm {
	position: relative;
	margin-top: -80px !important;
	background: #FFF;
	z-index: 20;
}

.wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}

input#eeUploadInfoForm {}

.is-style-outline .wp-block-button__link,
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.roll-button,
.wp-block-button__link.is-style-outline,
button,
a.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none !important;
}

.menu-col nav {
	display: inline-block;
}

.menu-col {
	position: relative;
	max-width: 620px;
}
_______________Icons Styles____________________________*/

a[href$=".pdf"]:hover,
a[href^="mailto:"]:hover {
	color: #5E809C;
}

a[href$=".pdf"],
a[href$=".docx"],
a[href^="mailto:"],
a[href*="//"],
.external-link-new-window,
.external-link {
	color: #192536;
	text-decoration: none;
}

a[href$=".pdf"]:not(a.wp-block-file__button.wp-element-button):not(figure a),
.pdf,
a[href$=".docx"]{
	background-image: url(images/link-download.png);
	text-decoration: none;
	padding-left: 25px;
	padding-bottom: 0.2%;
	/*Chrome HACK*/
	margin-left: 5px;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

a.menu-toggle i.ens-svg-icon svg {
	transform: scale(2.1);
}

.menu-toggle {
	padding-right: 20px;
}

a[href^="mailto:"],
a[href^="tel:"] {
	background-image: url(images/link-email.png);
	padding-left: 25px;
	margin-left: 5px;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

a[href^="mailto:"]:hover {
	/* 	background-image: url(images/link-email-hover.png); */
}

.container [href*="://"]:not([href*="elsa-neumann-schule"]):not([href*="elsa-neumann-iss"]):not([href*="localhost"]):not(figure a):not([href*="i8a.5ca.myftpupload"]),
.external-link-new-window,
.external-link {
	background-image: url(images/link-internet.png);
	padding-left: 25px;
	padding-bottom: 0.2%;
	margin-left: 5px;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


/*_______________List Styles____________________________*/

.list-type5 {
	width: 100%;
	/* margin:0 auto; */
}

.list-type5 li a:hover {
	color: #192536 !important;
}

.list-type5 ol {
	display: block;
	list-style-type: none;
	list-style-type: decimal !ie;
	/*IE 7- hack*/
	margin: 0;
	margin-left: 1em;
	padding: 0;
	counter-reset: li-counter;
	/* 	column-count: 2; */
	/* 	column-gap: 15%; */
	cursor: default;
}

.nobreak {
	/* 	display: inline-block; */
	/* 	break-inside: avoid; */
}

.list-type5 ol>li>div {
	/* 	display: inline-block; */
	/* 		break-inside: avoid; */
	/* 		display: block; */
	/*  break-inside: avoid-column; */
}

.list-type5 li {
	position: relative;
	margin-bottom: 1.5em;
	padding: 0.5em;
	background-color: #F0C040;
	padding-left: 58px;
	float: left;
	width: 400px;
	max-height: 70px;
}

.list-type5 li:nth-child(odd) {
	margin-right: 60px;
}

.list-type5 a {
	text-decoration: none;
	color: black;
	font-size: 15px;
}

.list-type5 li:hover {
	box-shadow: inset -2em 0 #CB302B;
	-webkit-transition: box-shadow 0.5s;
	/* For Safari 3.1 to 6.0 */
	transition: box-shadow 0.5s;
}

.list-type5 ol li:before {
	position: absolute;
	top: -0.3em;
	left: -0.5em;
	width: 1.8em;
	height: 1.2em;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #5E809C;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	z-index: 99;
	overflow: hidden;
	content: counter(li-counter);
	counter-increment: li-counter;
}

/*_______________FAQ Styles____________________________*/


#faq .panel-heading {
	padding: 2px;
	cursor: pointer;
	color: #192536;
	border: none;
	background: #5E809C;
}

#faq .panel-heading>span {
	display: inline-block;
	padding: 10px;
}

#faq .panel-heading:nth-child(even) {
	background: #ffcc21
}

.panel-collapse,
.adminpanel-collapse {
	display: none;
}

#faq .panel-title,
.panel-heading .dashicons,
#faq .panel-title i {
	color: #FFF;
	font-weight: 800;
	line-height: 16px;
}

.startseite-panel-title {
	font-size: 18px;
	font-weight: 800;
	/* 	line-height: 28px; */
}

.site-info {
	font-size: 14px;
}

.go-top.show {
/* 	bottom: 142px !important; */
	border: #FFF solid 5px;
}

.widget_nav_menu {
	font-size: 18px;
	font-weight: 800;
	/* 	line-height: 28px; */
}

.menu-footer-links-menu-container {
	text-align: right;
}

.menu-footer-links-menu-container li,
.menu-footer-rechts-menu-container li {
	padding: 5px;
}

.startseite-panel-title p {
	/* 	max-width: 870px; */
	margin-left: auto;
	margin-right: auto;
}

.rich-text p {
	margin-top: 20px !important;
	margin-left: 20px;
	width: 90%;
	/* 	margin-block-start: revert !important; */
}

#faq .panel-heading:after {
	clear: both;
}

#faq .panel {
	position: relative;
	border: none;
	color: #192536;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

#faq .panel {
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
}

#faq .panel-default>.panel-heading h4 {
	margin: 5px;
	color: #FFFFFF !important;
}

.is-style-ens-no-margin {
	border-color: transparent;
}

.vsel-meta {
	color: #FFF;
	font-weight: 800;
	font-size: 18px !important;
	background: #5E809C;
	padding: 20px 40px 20px 40px;
	width: 36%;
}

.elterninfo a {
	color: #192536;
}

.single .hentry {
  margin-bottom: 0 !important;
}

article#post-150:after {
	background: none !important;
}

/*_______________Untis Styles____________________________*/


/*_______________Screen Sizes__________________*/

@media (min-width: 400px) and (max-width: 769px) {

	.menu-footer-links-menu-container {
		text-align: left;
	}

	.wp-block-heading.has-text-align-center {
		text-align: left;
		font-size: 18px;
		margin: 0;
	}

	.list-type5 ol {
		counter-reset: li-counter;
		column-count: 1;
		cursor: default;
	}

	h4.wp-block-heading {
		text-align: left;
	}
}

@media (max-width: 884px) {
	.footer-widgets-grid {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.is-style-ens-no-margin {
		border-right-width: 0 !important;
	}
}

@media (max-width: 991px) {

	.footer-widgets-grid {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.is-style-ens-no-margin {
		border-right-width: 0 !important;
	}

	.site-description {
		display: none;
	}

	.site-title {
		position: relative;
		width: 219px;
	}

	.site-title a {
		font-size: 19px;
		text-align: left;
	}

	.site-logo {
		height: 73px;
	}

	#content-bottom>.content-wrapper>.row>#startseite-extras {
		display: block;
	}
}

@media (min-width: 1190px) {

	.menu-col {
		position: relative;
		/* 		right: -15%; */
		max-width: 620px;
	}
}

@media (max-width: 1350px) {

	.menu-col {
		margin-right: 80px;
	}
}

@media (max-width: 1200px) {

	.menu-col {
		margin-right: 80px;
	}

	.site-description {
		display: none;
	}
}
