
/* Show debug output visible above overlay */
.extbase-debugger-floating {
	position: absolute !important;
	z-index: 999;
}

/* im CSS - Überschreiben der Typo3 Listen aus root.t3s */

.no-liststyle {
	list-style-type: none;
	margin-left: -20px;
}

.no-liststyle i {
	margin-right: 1em;
}
/* ENDE Überschreiben der Typo3 Listen aus root.t3s */

/* #################### IMAGES RESPONSIVE ############ */
div.csc-textpic-left .csc-textpic-imagewrap {
    /* float: left; */
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap {
    /* float: right; */
    text-align: right !important;
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image img {
    text-align: right !important;
    display: inline !important;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
    /* float: left; */
     max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
   /* float: right; */
    max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image  {
 
}

div.csc-textpic-center .csc-textpic-center-inner {
    float: none !important;
    position: static ;
    right: 0;
}

div.csc-textpic-center .csc-textpic-center-outer {
    float: none !important;
    position: static;
    right: 0;
    text-align: center;
}

div.csc-textpic-center .csc-textpic-imagewrap img {
	display: inline;
}

img, div.csc-textpic .csc-textpic-imagewrap img  {
	height:auto;
	display:block;
	max-width:100% !important;
	vertical-align: inherit;
}

.ce-gallery figure {
	--display: block;
}
		
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: none;
}

@media screen and (max-width: 600px) { 
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	   float: none;
	}
	
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
	  float: none;
	    max-width: 100%;
	}
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	    /* float: left; */
	     max-width: 100%;
	}
}

/* Style for Imagerow right*/ 
div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-imagerow {
   float: right;
}

/* #################### END IMAGES RESPONSIVE ############ */

/* ####### iFrame Object Responsiv ######### */

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe, .responsiveContainer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-embed {

}

.video-embed video {
	  /* override other styles to make responsive */
	  width: 100%    !important;
	  height: auto   !important;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Custom container */

html {
	font-size: 16px;
	font-size: 18px;
	height: 100% !important;
}

body {
	-moz-hyphens: auto;
    word-wrap: break-word;
	/* Chrome Safari Mac */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
    font-smoothing: antialiased;
    /* Firefox Mac */
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
	line-height: 1.45857;
	background-color: #f1f1f1;
	background-color: #fff;
	color: #000000;
	font-family: 'source_sans_proregular';
	/* margin-bottom: 60px; */
}

body#page-919 {
	background-color: #f1f1f1;
}

/* ####### cleafix ######### */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* ####### cleafix ######### */


/* ####  Basic Styles #### */

/* Custom container */
       
b, strong, dt {
	font-family: 'source_sans_probold';
	color: #000;
	font-weight: normal;
}

i, em {
	font-family: 'source_sans_proitalic';
}

.bigtext {
	font-size: 1.15rem;
	line-height: 1.5;
}

a {
	color: #2E5EAA;
	text-decoration: underline;
}

a:focus {
	color: #0764f7;
}

a:hover {
	color: #0764f7;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.result-list-item {
	position: relative;
}

.result-list-item  .result-title a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}

.result-list-item:hover,
.result-list-item:hover .result-title {
	text-decoration: underline !important;
}

label {
	font-weight: normal;
}

.small {
	font-size: 0.90rem;
}

b, strong {

}

.btn-default {
	background-color: #a2a2a2;
	border-radius: .2rem;
	border: 0;
	font-family: hero-new, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: .843rem;
	color: #fff;
	padding: .525rem 2.1rem;
	
	/* from SM */
	font-size: .70rem;
	padding: .35rem 1.1rem;
	
	letter-spacing: .6px;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	margin-left: 6px;
	text-decoration: none;
	
	/* #### Font wird blurry ### */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	
	-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	/* #### / Font wird blurry ### */
}

.btn-eeducation {
	background-color: #6ea82e;
	border-radius: .2rem;
	border: 0;
	font-family: hero-new, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: .843rem;
	color: #fff;
	padding: .525rem 2.1rem;
	
	/* from SM */
	font-size: .70rem;
	padding: .35rem 1.1rem;
	
	letter-spacing: .6px;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	margin-left: 6px;
	text-decoration: none;
	
	/* #### Font wird blurry ### */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	
	-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	/* #### / Font wird blurry ### */
}

.btn-eeducation:hover,
.btn-eeducation:focus {
	color: #d77c34;
	transform: scale(1.032);
	transform: perspective(1px) scale(1.032);
	background-color: #85c53e;
	color: #fff;
	border-color: #85c53e;
	
}

.modal .btn-eeducation:hover,
.modal .btn-eeducation:focus {
	transform: scale(1);
	transform: perspective(1px) scale(1);
	
}

.btn-petrol {
	background-color: #2ca4b7;
}

.btn-petrol:hover, 
.btn-petrol:focus {
	background-color: #32c0d6;
	color: #fff;
}

.btn-pink {
	background-color: #be307f;
}

.btn-pink:hover, 
.btn-pink:focus {
	background-color: #d83a92;
}

.btn-icon-left i {
	padding-right: 7px;
}

.btn-icon-right i {
	padding-right: 7px;
}

/*.btn-small-pad {
	padding: .375rem 1.2rem;
}*/

.btn-outline {
	color: #000;
	border: 2px solid #000;
	border-radius: 1rem;
	background-color: transparent;
	padding: .22rem 0.9rem;
	font-size: .75rem;
}

.btn-outline.btn-0:hover, 
.btn-outline.btn-0:focus {
	background-color: #000;
	border-color: #000;
}

.btn-outline.btn-4:hover, 
.btn-outline.btn-4:focus {
	
}

.btn-outline.btn-8:hover, 
.btn-outline.btn-8:focus {
	background-color: #41b4c6;
	border-color: #41b4c6;
}

.btn-outline.btn-12:hover, 
.btn-outline.btn-12:focus {
	background-color: #be307f;
	border-color: #be307f;
}

.btn-outline.btn-p:hover, 
.btn-outline.btn-p:focus {
	background-color: #707070;
	border-color: #707070;
}

.btn-light {
	color: #000;
	background-color: rgba(39,42,49,.15);
}

.btn-light:hover,
.btn-light:focus {
	color: #000;
	background-color: rgba(39,42,49,.25);
}

.btn-delete {
	color: #000;
	background-color: rgba(185,55,43,.15);
}

.btn-delete:hover,
.btn-delete:focus {
	color: #000;
	background-color: rgba(185,55,43,.25);
}

.btn.btn-red {
  background-color: #d52923;
}

.btn.btn-red:hover,
.btn.btn-red:focus {
	color: #fff;
	background-color: #ff5752;
}

.btn-none {
	border: 0;
	padding: 0;
	background-color: transparent;
	color: #000;
}

.btn-none:hover, 
.btn-none:focus {
	color: #6ea82e;
	background-color: transparent;
	text-shadow: none;
	box-shadow: none !important;
}

/*.btn-sm {
	font-size: .70rem;
	padding: .35rem 1.1rem;
}*/

.btn-lg {
	font-size: .843rem;
	padding: .525rem 2.1rem;
}

.btn-md {
	font-size: .77rem;
	padding: .43rem 1.6rem;
}

.btn-xsm {
	font-size: .67rem;
	padding: .35rem .5rem;
}

.btn-sm-small {
	padding: .35rem .8rem !important;
}

.btn-100w {
	width: 100%;
}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(126,174,86,.25);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none; 
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-outline.disable,
.btn-outline[disabled] {
	cursor: default !important;
	pointer-events: none;
	opacity: .45;
}

footer.footer .btn-eeducation:hover,
footer.footer .btn-eeducation:focus,
header#navHeader .btn-eeducation:hover,
header#navHeader .btn-eeducation:focus {
	transform: scale(1.0);
}

.btn-footer {
	font-family: hero-new, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	padding: .3rem .7rem;
	letter-spacing: .03rem;
	font-size: 0.80rem;
	background-color: #717378;
}

.btn-fa {
	font-size: 1.8rem;
}

.afsdf {
	font-family: 'Font Awesome 6 Pro';
	content: "\f019";
	font-size: .9rem;
	margin-top: 3px;
	padding-right: 10px;
	color: #6ea82e;	
}

.py-6, .pt-6 {
	padding-top: 4rem !important;
}

.py-6, .pb-6 {
	padding-bottom: 4rem !important;
}

.navbar-eeducation .btn-small-pad {
	font-size: .80rem;
}

@media (min-width: 992px) {
	.py-lg-6, .pt-lg-6 {
		padding-top: 4rem !important;
	}
	
	.py-lg-6, .pb-lg-6 {
		padding-bottom: 4rem !important;
	}
}

.py-7, .pt-7 {
	padding-top: 5rem !important;
}

.py-7, .pb-7 {
	padding-bottom: 5rem !important;
}

.my-45, .mt-45 {
	margin-top: 2rem !important;
}

.my-45, .mb-45 {
	margin-bottom: 2rem !important;
}

.my-6, .mt-6 {
	margin-top: 4rem !important;
}

.my-6, .mb-6 {
	margin-bottom: 4rem !important;
}

.container-fluid {
	max-width: 1180px;
}

.container-fluid-1200 {
	max-width: 1200px;
}

.container-fluid-1250 {
	max-width: 1250px;
}

.container-fluid-wider {
	max-width: 1550px;
}

.container-full {
	max-width: 100%;
}

.bg-white {
	background-color: #fff;
}

.iconround {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #be307f;
	min-width: 30px;
	
}

textarea.textarea-font-sm {
	font-size: .87rem;
	color: #7d7d7d;
	font-family: 'source_sans_proregular';
}

.font-size-s {
	font-size: .9rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #6ea82e;
	background-color: #6ea82e;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #b4dd87;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 .2rem rgba(110,168,46,.25);
}

/* #### Überschriften #### */

.container-fluid h1, .container-fluid h2, .container-fluid h3, .container-fluid h4, .container-fluid h5, .container-fluid h1 a, .container-fluid h2 a, .container-fluid h3 a, .container-fluid h4 a, .container-fluid h5 a, h4, .container-fluid h6, h1, h2, h3, h4, h5, h6, h7 {
	font-family: hero-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #000;
	letter-spacing: 0.05rem;
	line-height: 1.32;
}

.container-fluid h1 a:hover, .container-fluid h2 a:hover, .container-fluid h3 a:hover, .container-fluid h4 a:hover, .container-fluid h5 a:hover, .container-fluid .sidebar a h3:hover {

}

.container-fluid h1 {
	font-size: 1.7rem;
	margin-bottom: 1.2rem;
	line-height: 1.4;
}

.maincontent-homepage .container-fluid h1 {
	font-size: 2.5rem;
}

.container-fluid h2 {
	font-size: 1.2rem;
}

.container-fluid h2.bigger {
	font-size: 1.5rem;
	margin-bottom: .8rem;
}

.container-fluid h2.accordionList {
	margin-top: 1rem;
	font-size: 1.3rem;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: .75rem;
}

.maincontent-homepage .container-fluid h2 {
	font-size: 2rem;
}

.container-fluid h2.header-brd-btm {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: .2rem;
}

.container-fluid h2.section-header,
.container-fluid h1.section-header {
	font-size: 2.4rem;
	font-size: 2.222rem;
}

.container-fluid h2.section-header-sm {
	font-size: 1.6rem;
}

.container-fluid.cnt-mitglieder h2.section-header-sm {
	font-size: 1.9rem;
}

.container-fluid h2.section-header-border {
	font-size: 2rem;
	border-left: 5px solid #be307f;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.container-fluid h2.section-header-border.sm {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}

.container-fluid h2.section-header-border-md {
	font-size: 1.7rem;
}

.container-fluid h3 {
	font-size: 1.0rem;
}

.maincontent-homepage .container-fluid h3 {
	font-size: 1.5rem;
}


.saeulen-subpage .container-fluid h3,
.saeulen-subpage .container-fluid h1 {
	font-size: 1.7rem;
}

.saeulen-subpage.mitglieder-subpage .ctn-bg-image-side .container-fluid h3,
.saeulen-subpage.mitglieder-subpage .ctn-bg-image-side .container-fluid h1 {
	font-size: 1.5rem;
}



.mitglied-header.container-fluid h1 {
	font-size: 2.2rem;
}

.mitglied-header.container-fluid h1.mb-4 {
	margin-bottom: .5rem !important;
}

.mitglied-header.container-fluid h3 {
	text-align: center;
	color: #538c13;
	font-family: hero-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.container-fluid h4 {
	font-size: .9rem;
}

.maincontent-homepage .container-fluid h4 {
	font-size: 1.5rem;
}

.container-fluid h5 {
	font-size: .9rem;
}

.maincontent-homepage .container-fluid h5 {
	font-size: 1.35rem;
}

/* Petrol */
.container-fluid #c3285 h2.section-header-border,
.container-fluid #c3627 h2.section-header-border {
	border-color: #2ca4b7;
}

/* Green */
.container-fluid #c3265 h2.section-header-border,
.container-fluid #c3619 h2.section-header-border {
	border-color: #82c835;
}

/* Grey */
.container-fluid #c3609 h2.section-header-border {
	border-color: #949494;
}


/* ### Navbar ### */


.svglogo {
	width: 255px;
	height: 61px;
}

@media (min-width: 992px) and (max-width: 1160px) {
	.svglogo {
		width: 61px;
		height: 61px;
	}
	
	.logotext {
		display: none;
	}
}

#topbar {
	height: 9px;
	min-height: 9px;
	border-top: 3px solid #6ea82e;
	background-color: #2ca4b7;
	border-bottom: 3px solid  #be307f;
	/*background-image: url(../Images/eed_balken_top.svg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% 12px;*/
}

header#navHeader {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.1);
}

navbar-eeducation {
	height: 116px;
	max-height: 116px;
	min-height: 116px;
	}

.navbar-eeducation .navbar-nav .nav-link {
	font-family: hero-new, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding: .7rem .75rem;
	letter-spacing: .03rem;
	font-size: 0.95rem;
}

.navbar-eeducation .navbar-nav .nav-link.active, 
.navbar-eeducation .navbar-nav .nav-link:hover, 
.navbar-eeducation .navbar-nav .nav-link:focus {
	color: #6ea82e;
}

.navbar-eeducation .nav-icon {
	color: #000;
	font-size: 1.1rem;
	padding: .7rem .5rem;
}

.navbar-eeducation .nav-login {
	font-family: hero-new, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 0;
	font-size: .85rem;
	letter-spacing: .6px;
	color: #000;
	text-decoration: none;
}

@media (min-width: 992px) {
	.navbar-eeducation .nav-login {
		margin-right: 1rem;
	}
}

.navbar-eeducation .nav-login i {
	color: #000;
	font-size: 1.1rem;
	padding: 0 0 0 .45rem;
	
	padding-left: .45rem;
	font-size: .95rem;
}

.navbar-controls .btn-eeducation.btn-small-pad {
	margin-left: 0 !important;
}

.navbar-eeducation .nav-icon.dropdown-toggle:after {
	display: none !important;
	margin-left: 0;
	border: 0 !important;
}

.navbar-eeducation .dropdown-lang .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 6rem;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.36);
	padding: 0;
	fpadding: .2rem 0;
}

.navbar-eeducation .dropdown-lang .dropdown-menu .dropdown-item {
	text-decoration: none;
	text-align: right;
	padding: .40rem 1.5rem;
	font-family: 'source_sans_prosemibold';
	font-size: .9rem;
}

.navbar-eeducation .dropdown-lang .dropdown-menu .dropdown-item:first-child {
	fpadding: .40rem 1.5rem .20rem;
	border-bottom: 1px solid #eaeaea;
}

.navbar-eeducation .dropdown-lang .dropdown-menu .dropdown-item:last-child {
	fpadding: .20rem 1.5rem .40rem;
}

.navbar-eeducation .dropdown-lang .dropdown-menu .dropdown-item.disabled {
	background-color: #f0f1f3;
}

.navbar-eeducation .dropdown-lang .dropdown-menu .dropdown-item:hover {
	background-color: #6ea82e;
	color: #fff;
}

.navbar-eeducation .nav-icon:hover, 
.navbar-eeducation .nav-icon:focus {
	color: #6aa230;
}

#maincontent {
	padding-top: 20px;
	position: relative;
}

#search-collapse {
	background-color: #272a31;
	background-color: #dadada;
	background-color: rgba(39,42,49,.15);
	/*background-color: #fff;
	-webkit-box-shadow: inset 0px 10px 48px -31px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 48px -31px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 48px -31px rgba(0,0,0,0.75);*/
	color: #fff;
}

.user-menu {
	font-family: hero-new, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 1rem;
	font-size: .85rem;
	letter-spacing: .6px;
}

.user-menu .fa-user,
.user-menu .fa-users {
	padding-left: .45rem;
	font-size: .95rem;
}

.modal-dialog-eeduser h5 {
	font-size: 1.0rem;
}

.modal-dialog-eeduser h3.switchusertitle {
	font-size: 0.95rem;
	line-height: 1.5;
}

.modal-dialog-eeduser .btn-eeducation {
	margin-left: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -8px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/* ##################################### */
/* ##################################### */
/* ##################################### */
/* ############## Megamenu ############# */
/* ##################################### */
/* ##################################### */
/* ##################################### */

.megamenu {
    position: static;
    
}

.megamenu .dropdown-menu {
    background: #fff;
    border: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99999999;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.1);
	font-size: .90rem;
}

.megamenu .dropdown-menu h5 {
	font-size: .80rem;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: .4rem;
	margin-bottom: .4rem;
}

.megamenu .dropdown-menu h5.mega-head-list {
	padding-left: .5rem;
	padding-right: .5rem;
}

.megamenu .dropdown-menu h5.mega-head-txt {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: .4rem;
	margin-bottom: .4rem;
}

.megamenu .dropdown-menu .container-fluid .row {
	width: 100%;
}

.megamenu .dropdown-menu .dropdown-item {
	padding: .25rem .5rem;
	font-size: .90rem;
	text-decoration: none;
	white-space: normal;
}

.megamenu .dropdown-menu .dropdown-item.dropdown-item-blank:hover {
	background-color: transparent;
}

.megamenu .dropdown-menu .dropdown-item:active {
	background-color: #2ca4b7;
}

.megamenu .dropdown-menu .dropdown-item.active {
	background-color: rgba(110,168,46,1);
}

.navbar-eeducation .nav-link.dropdown-toggle::after {
	display: none !important;
	margin-left: 0;
	border: 0 !important;
}

/* Pseude Submenu Punkte */

.megamenu .dropdown-menu .dropdown-item-sub,
.megamenu .dropdown-menu .dropdown-item#menuitem1125,
.megamenu .dropdown-menu .dropdown-item#menuitem1126,
.megamenu .dropdown-menu .dropdown-item#menuitem1127,
.megamenu .dropdown-menu .dropdown-item#menuitem1049,
.megamenu .dropdown-menu .dropdown-item#menuitem1048,
.megamenu .dropdown-menu .dropdown-item#menuitem1133 {
	padding-left: 1rem;
}

.megamenu .dropdown-menu .dropdown-item-sub:before,
.megamenu .dropdown-menu .dropdown-item#menuitem1125:before,
.megamenu .dropdown-menu .dropdown-item#menuitem1126:before,
.megamenu .dropdown-menu .dropdown-item#menuitem1127:before,
.megamenu .dropdown-menu .dropdown-item#menuitem1049:before,
.megamenu .dropdown-menu .dropdown-item#menuitem1048:before,
.megamenu .dropdown-menu .dropdown-item#menuitem1133:before {
	font-family: 'Font Awesome 6 Pro';
	content: "\e3d6";
	padding-right: 8px;
	font-size: .55rem;
	vertical-align: 18%;
}

@media (max-width: 768px) {
	.megamenu .megamen-image {
		max-width: 300px;
	}
}

@media (max-width: 992px) {
	.navbar-controls{
		border-top: 1px solid #d3d3d3;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		padding-top: .75rem;
		margin-top: .75rem;
	}
}

@media (max-width: 768px) {
	.megamenu .dropdown-menu .container-fluid .row .col-12:nth-child(2),
	.megamenu .dropdown-menu .container-fluid .row .col-12:nth-child(3),
	.megamenu .dropdown-menu .container-fluid .row .col-12:nth-child(4) {
		padding-top: 1.5rem;
	}
}

@media (max-width: 992px) {
	.megamenu .dropdown-menu .container-fluid .row .col-12:nth-child(3),
	.megamenu .dropdown-menu .container-fluid .row .col-12:nth-child(4) {
		padding-top: 1.5rem;
	}
}

/* ########################################## */
/* ########################################## */
/* ########################################## */
/* ############## END Megamenu ############## */
/* ########################################## */
/* ########################################## */
/* ########################################## */

/* ####### Header Grid ####### */

@media (max-width: 576px) {
	.header-grid .grid-item {
		height: 300px;
		margin-bottom: 10px;
	}
}

@media (min-width: 576px) {
	.header-grid {
		display: grid;
		grid-template-columns: 1fr 50%;
		grid-template-rows: 450px 300px 300px;
		grid-template-areas:
			"about about"
			"news news"
			"digikomp digicheck"
		;
		grid-gap: 10px 10px;
	}
	
	.header-grid.header-grid-4 {
		grid-template-columns: 1fr 50%;
		grid-template-rows: 450px 300px;
		grid-template-areas:
			"about about"
			"digikomp digicheck"
		;
	}
}

@media (min-width: 992px) {
	.header-grid {
		grid-template-columns: 1fr 25% 25%;
		grid-template-rows: 300px 300px;
		grid-template-areas:
			"about news news"
			"about digikomp digicheck"
		;
	}
	.header-grid.header-grid-4 {
		grid-template-columns: 66% 33%;
		grid-template-rows: 300px 300px;
		grid-template-areas:
			"about digikomp"
			"about digicheck"
		;
	}
}

@media (min-width: 1250px) {
	.header-grid {
		display: grid;
		grid-template-columns: 1fr minmax(200px, 300px) minmax(200px, 300px);
	}
	.header-grid.header-grid-4 {
		grid-template-columns: 1fr 350px;
	}
}

.header-grid .grid-item-about {
	grid-area: about;
	position: relative;
}

.header-grid .grid-item-news {
	grid-area: news;
	
}

.header-grid .grid-item-digikomp {
	background: #be307f;
	grid-area: digikomp;
	display: block;
}

.header-grid .grid-item-digicheck {
	background-color: #2ca4b7;
	grid-area: digicheck;
	position: relative;
	display: block;
}

.header-grid .grid-item-digicheck .mask:before {
	width: 0; 
	content: ''; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	border-bottom: 50px solid #f1f1f1; 
	border-left: 50px solid transparent; 
}

.grid-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	color: #fff;
}

.grid-item .grid-item-caption {
	position: absolute;
	z-index: 99;
	bottom: 15px;
	padding-left: 15px;
}

.grid-item-news .grid-item-caption {
	width: 60%;
}

.grid-item-digikomp .grid-item-caption, 
.grid-item-digicheck .grid-item-caption {
	width: 85%;
}

.container-fluid .grid-item h3.grid-item-title {
	color: #fff;
	border-left-style: solid;
	border-left-width: 4px;
	padding-left: 10px;
	font-weight: 600;
}

@media (min-width: 866px) and (max-width: 992px) {
	.container-fluid .grid-item.grid-item-about h3.grid-item-title {
		width: 85%;
	}
}

@media (min-width: 1485px) {
	.container-fluid .grid-item.grid-item-about h3.grid-item-title {
		width: 80%;
	}
}


.container-fluid .grid-item-about h3.grid-item-title {
	font-size: 1.333rem;
	border-color: #82c835;
}

@media (min-width: 690px) {
	.container-fluid .grid-item-about h3.grid-item-title {
		font-size: 1.889rem;
	}
}

@media (min-width: 992px) and (max-width: 1250px) {
	.container-fluid .grid-item-about h3.grid-item-title {
		font-size: 1.589rem;	
	}
}

.container-fluid .grid-item-news h3.grid-item-title {
	font-size: 1.333rem;
	border-color: #2ca4b7;
}

.container-fluid .grid-item-digikomp h3.grid-item-title,
.container-fluid .grid-item-digicheck h3.grid-item-title {
	font-size: 1.05rem;
	border-color: #ffffff;
}

.grid-item .grid-item-caption span.grid-item-subtitle {
	display: inline-block;
	font-family: hero-new, sans-serif;
	font-weight: 500;	
	font-style: normal;
	font-size: 0.9rem;
	margin-bottom: .5rem;
	color: #fff;
}

a.grid-item:hover .grid-item-caption span.grid-item-subtitle,
a.grid-item:focus .grid-item-caption span.grid-item-subtitle,
.grid-item a:hover .grid-item-caption span.grid-item-subtitle,
.grid-item a:focus .grid-item-caption span.grid-item-subtitle {
	color: #fff;
}

.grid-item .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,212,255,0) 61%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,212,255,0) 59%);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,212,255,0) 59%);
}

.grid-item.grid-item-digikomp .mask,
.grid-item.grid-item-digicheck .mask {
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,212,255,0) 59%);
}

.btn-grid-item {
	margin-bottom: .5rem;
}

.grid-item.grid-item-digikomp .grid-item-logo {
	position: absolute;
	top: 60px;
	z-index: 999;
	left: 50%;
	margin-left: -104px;
}

.grid-item.grid-item-digicheck .grid-item-logo {
	position: absolute;
	top: 60px;
	z-index: 999;
	left: 50%;
	margin-left: -90px;
}

.grid-item.grid-item-news .grid-item-logo {
	max-width: 89px !important;
	position: absolute;
	top: 120px;
	z-index: 999999;
	right: 120px;
}

/* Video TEST */

.grid-item-about video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.megamenu .btn {
	margin-left: 0 !important;
}

/* ####### Header Grid ####### */

/* ####### News Home ####### */

.container-fluid .news-list-home .article h3,
.container-fluid .news-list .article h3 {
	font-size: 1.056rem;
	line-height: 1.5;
}

.container-fluid .news-list-home .article h3 a {
	text-decoration: none;
}

.news-border-bottom {
	display: block;
	height: 3px; 
	width: 50px;
	background-color: #000;
	margin-top: .75rem;
	margin-bottom: .75rem;
}

@media (min-width: 768px) {
	.container-fluid .news-list-home .article:last-child .news-border-bottom {
		display: none !important;
	}
}

.news-list-category {
	font-family: hero-new, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .87rem;
	padding-bottom: .3rem;
	display: inline-block;
}

.random-img-cnt {
	overflow: hidden;
	position: relative;
}

.random-img-cnt:before {
	width: 0; 
	content: ''; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	border-bottom: 40px solid #f1f1f1; 
	border-left: 40px solid transparent; 
}

/* digikomp 4 */
.news-list-category.cat-32 {
	color: #538c13;
}

/* digikomp 8 */
.news-list-category.cat-33 {
	color: #2193a5;
}

/* digikomp 12 */
.news-list-category.cat-34 {
	color: #ab2e81;
}

/* digikomp P */
.news-list-category.cat-35 {
	color: #707070;
}

.news-more strong, 
.news-more b {
	font-family: hero-new, sans-serif;	
	font-weight: 800;
	font-style: normal;
	display: inline-block;
	padding-right: 1rem;
}

/* ####### / News Home ####### */

/* ### News List #### */

.card-news {
	padding: 1rem;
	box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	border-radius: .5rem;
}

.card-news:hover, 
.card-news:focus {
	transform: scale(1.02);
}

.card-news-list {
	#background-color: transparent;
	border: 0;
}

.card-news-list a {
	color: #000;
	text-decoration: none;
}

.news-list .col.mb4:nth-last-child(-n+3) .news-border-bottom,
.news-list .col.mb4:last-child .news-border-bottom {
	display: none;
}

.news-list .news-list-date {
	display: inline;
	nofont-family: 'source_sans_proitalic';
	color: #494949;
}

.news-list .news-list-desc {
	display: inline;
}

.news-list .news-list-desc p {
	display: inline;
}

.teaser-text {
	
}

/* ### / News List #### */

/* ## Pagination ## */

.pagination .page-item .page-link {
	color: #000;
	text-decoration: none !important;
	font-size: .95rem;
}

.pagination .page-item.active .page-link {
	background-color: #2ca4b7;
	border-color: #2ca4b7;
	color: #fff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    NO-border-top-left-radius: 0;
    NO-border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    NO-border-top-right-radius: 0;
    NO-border-bottom-right-radius: 0;
}

/* ##### 3 Säulen ##### */

.ctn-bg-image-side {
	position: relative;
}

.ctn-bg-image-side#cnt-saeulen-digi-komp {
	background-color: #e6e7e8;
}

.ctn-bg-image-side#cnt-saeulen-unterrichtsentw {
	background-color: #fff;
}

.saeulen-subpage .ctn-bg-image-side#cnt-saeulen-unterrichtsentw {
	background-color: #e6e7e8;
}

.saeulen-subpage.mitglieder-subpage .ctn-bg-image-side#cnt-saeulen-unterrichtsentw {
	background-color: #fff;
}

.ctn-bg-image-side#cnt-saeulen-schulentw {
	background-color: #e6e7e8;
}

.ctn-bg-image-side#cnt-badges {
	background-color: #fff;
}

.bg-image-bg-side {
	NO-position: absolute;
	NO-top: 0;
	height: 350px;
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-size: auto 350px;
}

.bg-image-bg-side.side-left {
	left: 0;
	right: auto;
}

.bg-image-bg-side.side-right {
	left: auto;
	right: 0;
}

.side-digi-komp {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-digitale-kompetenzen_800.jpg);
	background-position: right center;
}

.side-geschlechterpaedagogik {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-geschlechterpadagogik.jpg);
	background-position: right center;
}

.side-digiSchulenwicklung {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-digiSchulenwicklung.jpg);
	background-position: right center;
}

.side-unterrichtsentw {
	background-color: #6ea82e;
	background-image: 
		url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-Unterrichtsentwicklung_800.jpg),
		linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(110,168,46,1) 50%);
	background-position: left center;
	
}

.saeulen-subpage .side-unterrichtsentw {
	background-color: #6ea82e;
	background-image: 
		url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-Unterrichtsentwicklung_800.jpg),
		linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(110,168,46,1) 50%);
	background-position: left center;
	
}

.side-schulentw {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-Schulentwicklung_700.jpg);
	background-position: center center;
}

.side-mla {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-MLA_3.jpg);
	background-position: center center;
}

.side-workshop_2022 {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/header_Workshop_2022.jpg);
	background-position: center center;
}

.side-mitglied_werden {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-Mitgliedwerden.jpg);
	background-position: right center;
}

.side-about {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-about.jpg);
	background-position: center center;
}

.side-badges {
	background-color: #e6e7e8;
	background-image: 
		url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-badge_700.jpg),
		linear-gradient(90deg, rgba(230,231,232,1) 50%, rgba(255,255,255,1) 50%);
	background-position: center center;
	
}

.side-badges-mitglied {
	background-color: #272a31;
	background-image: 
		url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/Home-Sideimage-badges_mitglied.jpg);

}

.side-veranstaltung {
	background-image: url(https://eeducation.at/fileadmin/eEducation2022/Resources/Public/Images/veranstaltung2022.jpg);
	background-position: center center;
}

.container-fluid.cnt-bg-side .row {
	margin-top: 
}

.ce-side-image-bg-text {
	font-size: .98rem;
}

.ce-side-image-bg-text h3 {
	margin-bottom: .2rem;
}

.ce-side-image-bg-text .subheader {
	font-family: hero-new, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#cnt-saeulen-digi-komp .subheader {
	color: #ab2e81;
}

.saeulen-subpage #cnt-saeulen-digi-komp .subheader,
.saeulen-subpage #cnt-saeulen-unterrichtsentw .subheader,
.saeulen-subpage #cnt-saeulen-schulentw .subheader {
	font-size: 1.1rem;
}

#cnt-saeulen-unterrichtsentw .subheader {
	color: #538c13;
}

#cnt-saeulen-schulentw .subheader {
	color: #2193a5;
}

@media (min-width: 600px) {
	.side-digi-komp {
		background-position: left center;
	}
	.side-unterrichtsentw {
		background-position: center center;
	}
	.side-schulentw,
	.side-mla {
		background-position: center center;
	}
	.side-mitglied_werden {
		background-position: right center;
	}	
}

@media (min-width: 740px) {
	.side-digi-komp {
		background-position: left center;
	}
	.side-unterrichtsentw {
		background-position: center center;
	}
}

@media (min-width: 900px) {
	.side-schulentw,
	.side-mla {
		background-position: left center;
	}
}

@media (min-width: 768px) {
	.bg-image-bg-side {
		height: 450px;
		background-size: auto 450px;
	}
}

@media (min-width: 992px) {
	.ctn-bg-image-side {
		height: 450px;
	}
	.bg-image-bg-side {
		position: absolute;
		top: 0;
		height: 100%;
		width: 50%;
		overflow: hidden;
		z-index: 10;
	}
	.side-digi-komp {
		background-position: right center;
	}
	
	.side-unterrichtsentw {
		background-position: left center;
	}
	
	.side-schulentw,
	.side-mla {
		background-position: right center;
	}
	
	.side-badges {
		background-position: right center;
	}
	.container-fluid.cnt-bg-side .row {
		height: 450px;
	}
}

@media (min-width: 1150px) {
	.ctn-bg-image-side {
		height: 500px;
		position: relative;
	}
	.bg-image-bg-side {
		background-size: auto 500px;
	}
	.container-fluid.cnt-bg-side .row {
		height: 500px;
	}
}

@media (min-width: 1200px) {
	.bg-image-bg-side.side-digi-komp {
		width: 55%;
	}
	.bg-image-bg-side.side-unterrichtsentw {
		width: 55%;
	}
	.bg-image-bg-side.side-schulentw {
		width: 55%;
	}
	.bg-image-bg-side.side-badges {
		width: 55%;
	}
}

@media (min-width: 2100px) {
	.bg-image-bg-side.side-digi-komp {
		width: 50%;
	}
	.bg-image-bg-side.side-unterrichtsentw {
		width: 50%;
	}
	.bg-image-bg-side.side-schulentw {
		width: 50%;
	}
	.bg-image-bg-side.side-badges {
		width: 50%;
	}
}

/* Mitglieder Numbers */

.saeulen-subpage.mitglieder-subpage .ctn-bg-image-side#cnt-badges {
	background-color: #e6e7e8;
}

.saeulen-subpage.mitglieder-subpage #cnt-saeulen-schulentw .subheader {
	color: #538c13;
}

.saeulen-subpage.mitglieder-subpage #cnt-saeulen-unterrichtsentw .subheader {
	color: #2193a5;
}

.saeulen-subpage.mitglieder-subpage #cnt-badges .subheader {
	color: #ab2d80;
}

.saeulen-subpage.mitglieder-subpage #cnt-saeulen-schulentw .ce-side-image-bg-text h3:before {
	font-family: 'Font Awesome 6 Pro';
	content: "\e0ee";
	display: block;
	color: #538c13;
	font-weight: 400;
	margin-bottom: .5rem;
}

.saeulen-subpage.mitglieder-subpage #cnt-saeulen-unterrichtsentw .ce-side-image-bg-text h3:before {
	font-family: 'Font Awesome 6 Pro';
	content: "\e0ef";
	display: block;
	color: #2193a5;
	font-weight: 400;
	margin-bottom: .5rem;
}

.saeulen-subpage.mitglieder-subpage #cnt-badges .ce-side-image-bg-text h3:before {
	font-family: 'Font Awesome 6 Pro';
	content: "\e0f0";
	display: block;
	color: #ab2d80;
	font-weight: 400;
	margin-bottom: .5rem;
}

/* ##### / 3 Säulen ##### */

/* ##### eEducation Tools ##### */

.card-tools {
	background-color: transparent;
	border: 0;
}

a.card-tools {
	color: #000;
	text-decoration: none !important;
}

.card-tools img.card-img-top {
	max-width: 62px !important;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
}

@media (min-width: 680px) {
	.card-tools img.card-img-top {
		max-width: 72px !important;
	}
}

@media (min-width: 992px) {
	.card-tools img.card-img-top {
		max-width: 82px !important;
	}
}

.card-tools:hover img.card-img-top {
	transform: scale(1.1);
}

.card-tools .card-body {
	font-size: .965rem;
}

.card-tools h5 {
	font-size: 1.056rem;
	line-height: 1.3;
}

/* #### Home Member Facts #### */

#member-facts {
	background-image: url(../Images/Background-Green-Zahlen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#member-facts .col {
	border-bottom: 1px solid rgba(255,255,255,.6);
}

#member-facts .col:last-child {
	border-bottom: 0;
	border-right: 0;
}

@media (min-width: 768px) {
	#member-facts .col {
		border-right: 1px solid rgba(255,255,255,.6);	
	}
}

@media (min-width: 992px) {
	#member-facts .col {
		border-right: 1px solid rgba(255,255,255,.6);
		border-bottom: 0;
	}
}

.card-member-fact {
	background-color: transparent;
	border: 0;
	color: #fff;
}

.card-member-fact .card-body {
	padding: .75rem;
}

#member-facts .container-fluid h5 {
	color: #fff;
}

.card-member-fact .member-fact-count {
	font-family: hero-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 2.3rem;
	margin-bottom: .3rem;
}

.container-fluid .card-member-fact h5 {
	font-family: hero-new, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.107rem;
}

/* #### / Home Member Facts #### */

#competence-grid {
	background-color: #fff;
}

/* ###### Forms ###### */

.form-control {
	border-radius: 0;
	font-family: 'source_sans_prosemibold';
}


/* ###### / Forms ###### */


/* ##### Newsletter Anmeldung Home #### */

#newsletter-subscribtion {
	background-image: url(../Images/Background-newsletter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
	background-position: center top;
	color: #fff;
	text-align: center;
}

#newsletter-subscribtion .container-fluid h2.section-header {
	color: #fff;
}

#newsletter-subscribtion a {
	color: #fff;
	text-decoration: underline;
}

#newsletter-subscribtion .btn-fa {
	color: #fff;
	padding: .15rem .5rem;
	border-radius: 0;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
}

#newsletter-subscribtion .btn-fa:hover,
#newsletter-subscribtion .btn-fa:focus {
	transform: scale(1.2); 
}

#newsletter-subscribtion .form-control {
	border: 0;
}

.nl-checkbox {
	text-align: left;
}

#newsletter-subscribtion .bigtext {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;	
}


#page-919 .tx-fp-newsletter div.alert,
#page-919 .tx-fp-newsletter .alert.alert-danger {
	background-color: #fff;
	padding: 20px;
}

#page-919 .tx-fp-newsletter .alert {
	background-color: #fff;
}

.tx-fp-newsletter .alert.alert-danger {
	NObackground-color: #fff;
	padding: 20px;
}

#page-1121 .hide-subp {
	display: none !important;
}

#page-919 .hide-homep {
	display: none !important;
}

/*#newsletter-subscribtion .tx-fp-newsletter p {
	color: #000;
	border-left: 10px solid #6ea82e;
}*/

/* ##### / Newsletter Anmeldung Home #### */


/* #### Footer #### */

footer.footer {
	background-color: #272a31;
	color: #fff;
}

.footer-row-copy {
	border-top: 1px solid #686a6f;
	font-size: .92rem;
	color: #cfcfd0;
}

.brand-phooe img {
	max-width: 109px !important;
}

.footer-row-nav {
	padding-top: 2.2rem;
}

.nav-footer .nav-item .nav-link {
	font-family: hero-new, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	padding: .7rem 1rem;
	letter-spacing: .03rem;
	font-size: 0.80rem;
	text-transform: uppercase;
}

.nav-footer .nav-item:first-child .nav-link {
	padding-left: 0 !important;
}

.fo-social-links {
	color: #bfc0c2;
	font-size: 1.5rem;
	padding: .2rem 0.65rem;
}

/* #### / Footer #### */

.container-fluid h3.openLayerBu,
.container-fluid h2.openLayerBu {
	font-size: 1.0rem;
	margin-bottom: .55rem;
	margin-bottom: .3rem;
	padding-top: .50rem;
	cursor: pointer;
	
	 font-family: 'source_sans_prosemibold';
}

.container-fluid h3.openLayerBu .collapse-icon,
.container-fluid h2.openLayerBu .collapse-icon {
	font-size: .80rem;
	width: 25px;
	line-height: 1.4;
}

.container-fluid h3.openLayerBu.openlayer .collapse-icon:before,
.container-fluid h2.openLayerBu.openlayer .collapse-icon:before {
	content: "\f078";
}

.hide_contentbu {
	margin-left: 28px;
	background-color: rgba(39,42,49,.06);
	padding: 10px 15px;
	border-radius: .3rem;
}

#maincontent .hide_contentbu ul.ce-uploads {
	margin-bottom: 15px;
}

.container-fluid .hide_contentbu header h2 {
	font-size: .9rem;
	padding-top: 0.5rem;
}

table.eedu-table, table.eedu-koord-table {
    width: 100%;
    overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-x: auto;
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {

}

table.eedu-table,
table.eedu-koord-table {
	font-size: .925rem;
}

table.eedu-table > tbody > tr:nth-of-type(2n+1), table.eedu-koord-table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

table.eedu-table th, table.eedu-table td, table.eedu-koord-table th, table.eedu-koord-table td {
    border-collapse: collapse;
    border-spacing: 0;
    NO-padding: 8px 15px;
    vertical-align: top;
}

table.eedu-table > tbody > tr > td, table.eedu-table > tbody > tr > th, table.eedu-table > tfoot > tr > td, table.eedu-table > tfoot > tr > th, table.eedu-table > thead > tr > td, table.eedu-table > thead > tr > th, table.eedu-koord-table > tbody > tr > td, table.eedu-koord-table > tbody > tr > th, table.eedu-koord-table > tfoot > tr > td, table.eedu-koord-table > tfoot > tr > th, table.eedu-koord-table > thead > tr > td, table.eedu-koord-table > thead > tr > th  {
    border-bottom: 1px solid #dbdbdb;
}

table.eedu-table > thead > tr > th {
	 border-bottom: 2px solid #c0c0c0;
	 border-top: 0;
}

table.eedu-koord-table > tbody > tr > td:first-child {
	font-family: "source_sans_prosemibold",sans-serif;
}

table.eedu-koord-table a,
table.eedu-table a {
	text-decoration: none !important;
}


table.classic-table > tbody > tr > td, table.classic-table > tbody > tr > th, table.classic-table > tfoot > tr > td, table.classic-table > tfoot > tr > th, table.classic-table > thead > tr > td, table.classic-table > thead > tr > th  {
	border: 1px solid #dbdbdb;
	font-size: .9rem;
}

table.eedu-table > thead > tr > th {
	 border-bottom: 2px solid #c0c0c0;
	 border-top: 0;
}


/* ### Breadcrumb ### */

ol.breadcrumb {
	padding-left: 0;
}

.breadcrumb-cnt {
	min-height: 76px;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: .7rem;
    color: rgba(0,0,0,1);
    font-family: 'Font Awesome 6 Pro';
	content: "\f054";
	font-size: .7rem;
	line-height: 2.3;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .7rem;
}

.breadcrumb .breadcrumb-item a {
	font-size: .84rem;
	color: rgba(0,0,0,1);

	text-decoration: none;
}

.breadcrumb a.Disable_Bread_Crumblink {
    cursor: default;
    pointer-events: none;
    opacity: .65;
}

.breadcrumb .breadcrumb-item a:hover, 
.breadcrumb .breadcrumb-item a:focus {
	color: #6aa230;
	text-decoration: none;
}

.breadcrumb .breadcrumb-item a.active {
 	font-family: 'source_sans_prosemibold';
}

.breadcrumb .breadcrumb-item a.breadcrumb-home {
	color: #6aa230;
	color: rgba(0,0,0,.7);
}

.breadcrumb .breadcrumb-item a.breadcrumb-home:hover, 
.breadcrumb .breadcrumb-item a.breadcrumb-home:focus {
	color: #6aa230;
}

/* ####### Navigation Submenu ####### */

.nav-sub {
	background-color: #fff;
	
	box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.15);
	border-radius: .5rem;
}

h5.nav-sub-header {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	margin-bottom: 0;
	
}

h5.nav-sub-header a {
	background-color: #6ea82e;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	padding: .9rem 1.5rem;
	text-decoration: none;
	color: #fff;
	display: block;
}

h5.nav-sub-header a:hover, 
h5.nav-sub-header a:focus {
	background-color: #85c53e;
}

.nav-submenu {
	padding: .5rem 0;
}

.nav-submenu .nav-link {
	text-decoration: none;
	font-family: hero-new, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #000;
	font-size: .9rem;
	padding: .5rem 1.5rem;
}

.nav-submenu .nav-link:hover, 
.nav-submenu .nav-link:active {
	color: #000;;
	background-color: #f1f1f1;
}

.nav-submenu .nav-link.active {
	color: #6ea82e
}

/* ####### / Navigation Submenu ####### */


table.tx_eeducation.table.table-striped.table-hover.table-eedu {
	font-size: .9rem;
}

#maincontent .frame-type-textmedia ul,
#maincontent .card ul {
    margin-bottom: 1.7rem;
    padding-left: 1.5rem;
}

#maincontent .frame-type-textmedia ul li,
#maincontent .card ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: .30rem;
}

#maincontent .frame-type-textmedia ul li::before,
#maincontent .card ul li::before {
    content: '●';
    position: absolute;
    color: #1e7e8d;
    left: -1rem;
    font-size: .75rem;
    vertical-align: -10%;
    line-height: 1.85;
}

#maincontent .frame-type-textmedia ul.checkmark-list,
#maincontent .card ul.checkmark-list {
    padding-left: 1.9rem;
}

#maincontent .frame-type-textmedia ul.checkmark-list li::before,
#maincontent .card ul.checkmark-list li::before {
	font-family: 'Font Awesome 6 Pro';
	content: "\f00c";
	left: -1.4rem;
    font-size: 1rem;
    vertical-align: -10%;
    line-height: 1.5;
}

.container-fluid .alert h3 {
	margin-bottom: 1rem;
}

/* #### eeducation card row #### */

.card-eed-row {
	border: 0;
	background-color: #fff;
	box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.15);
	border-radius: .5rem;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	text-decoration: none !important;
}

.card-eed-row p:last-child {
	margin-bottom: 0;
}

.card-eed-row:hover, 
.card-eed-row:focus {
	transform: scale(1.03);
	text-decoration: none;
}

.card-eed-row h5.card-title {
	font-size: 1.17rem;
	margin-bottom: 0;
	text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 992px) {
	.card-eed-row h5.card-title {
		font-size: 1.0rem;
	}
}

.card-eed-row:hover h5.card-title,
.card-eed-row:hover h5.card-title {
	text-decoration: none !important;
}

table.dataTable {
	font-size: .9rem;
}

table.dataTable a {
	text-decoration: none !important;
}

/* ### News Detail ### */ 

.news-single .news-img-wrap {
	margin-bottom: 1.5rem;
}

.news-single .news-related-wrap .news-related {
	padding: 0;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	border-radius: .25rem;
	margin-bottom: 1.5rem;
}

.news-single .news-related-wrap .news-related h2 {
	font-size: 1.15rem;
	padding: 1rem 1rem 0;
}

.news-single .news-related-wrap .news-related ul {
	list-style-type: none;
	padding-left: 0;
}

.news-single .news-related-wrap .news-related ul li {
	font-size: .9rem;
	border-top: 1px solid #eaeaea;
}

.news-single .news-related-wrap .news-related ul li a {
	text-decoration: none !important;
	padding: .5rem 1rem; 
	
	display: block;
	color: #000;
}

.news-single .news-related-wrap .news-related ul li:hover, 
.news-single .news-related-wrap .news-related ul li:focus {
	background-color: #f1f1f1;
}

.news-single .news-related-wrap .news-related.news-related-files li span.news-related-files-size {
	padding: .5rem 1rem; 
	border-left: 1px solid #eaeaea;
	min-width: 80px;
	font-size: .75rem;
}

/* ### / News Detail ### */ 

/* CE Uploads */

ul.ce-uploads span {
    display: inline;
}

#maincontent ul.ce-uploads, #maincontent ul.downloadlist {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
    font-size: .92rem;
}

#maincontent ul.ce-uploads li:before, #maincontent ul.downloadlist:before {
	content: "";
	 margin-left: 0;
    padding-right: 0;
}

#maincontent ul.ce-uploads li div:before, #maincontent ul.downloadlist li:before {
	 font-family: 'Font Awesome 6 Pro';
	content: "\f019";
    font-size: .9rem;
    margin-top: 3px;
    padding-right: 10px;
    color: #6ea82e;
}

#maincontent ul.downloadlist li:before {
	padding-right: 14px;
}

#maincontent ul.ce-uploads li a, #maincontent ul.downloadlist li a {
	color: #000;
	display: inline-block;
	text-decoration: none;
}

#maincontent ul.ce-uploads li a:hover, #maincontent ul.downloadlist li a:hover {
	color: #6ea82e;
	text-decoration: none;
}

#maincontent ul.ce-uploads li, #maincontent ul.downloadlist li {
    background: transparent url("../Images/dlldwl.png") no-repeat scroll left center;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 8px 0 8px 10px;
}

ul.ce-uploads li .ce-uploads-filesize {
    background: transparent url("../Images/dllfile2.png") no-repeat scroll right center;
    float: right;
    font-size: 15px;
    padding-right: 24px;
    padding-top: 4px;
}

ul.ce-uploads li .ce-uploads-fileName {
	padding-top: -4px;
}

/* ### filter Sidebar ### */

#menu-toggle-sidebar {
	color: #fff;
	font-size: 1.5rem;
	margin-left: auto;
}

#sidebar-wrapper {
	background-color: #33363c;
}

#sidebar-wrapper a {
	text-decoration: none;
}

.container-fluid .page-filter-head h1 {
	margin-bottom: 0;
}

/* / CE Uploads */


/* ######### sidebar-wrapper ############ */

#sidebar-wrapper {
	height: 100%;
	No-position: fixed;
	margin-top: 0;
	NOmargin-top: -126px;
	font-size: .9rem;
}

#sidebar-wrapper .form-control {
	font-size: .9rem;
}

#sidebar-wrapper .edufilter legend {
	font-size: .92rem;
}

#sidebar-wrapper form {
	padding-bottom: 200px;
}

/* ######### / sidebar-wrapper ############ */

#page-959 h2.schullistheader {
	display: none;
}

#page-992 h2.schultyp {
	display: none;
}

#page-955 .container-fluid #c3095 header h1 {
	margin-bottom: .2rem;
	font-size: 1.9rem;
}

#page-955 .container-fluid #c3095 header h2 {
	font-family: hero-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ab2e81;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

#page-955 .container-fluid #c3105 header h1 {
	margin-bottom: .2rem;
	font-size: 1.8rem;
}

#page-955 .container-fluid #c3105 header h2 {
	font-family: hero-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #538c13;
	font-size: 1.0rem;
	margin-bottom: 1rem;
}

.about-cols .frame-default {
	padding: 18px 25px 5px;
	min-height: 220px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	border: 0;
	background-color: #fff;
	box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.15);
	border-radius: .5rem;
	height: 100% !important;
	font-size: .95rem;
}

.about-cols .frame-default p:last-child {
	margin-bottom: 0;
}

.about-cols .image {
	max-width: 100px;
	margin-bottom: .75rem;
	margin-top: 1rem;
}

.container-fluid .about-cols .frame-default h2 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

form legend,
legend {
	font-size: 1.0rem;
	margin-top: 2rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: .2rem;
	margin-bottom: 1rem;
	font-family: hero-new, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* #### #### */

.alert-info,
.alert-primary {
  color: #000;
  background-color: #d1ecf1;
  border-color: rgba(39,42,49,.10);
  border-radius: 0;
  background-color: rgba(39,42,49,.08);
}

.alert-info-light {
	background-color: rgba(39,42,49,.05);
}

.alert p:last-child {
	margin-bottom: 0;
}

.alert {
	color: #000;
  background-color: #d1ecf1;
  border-color: rgba(39,42,49,.10);
  border-radius: 0;
  background-color: rgba(39,42,49,.08);
  border: 0;
}

.alert.alert-success {
	border-left: 10px solid #6ea82e;
}

.alert.alert-success .alert-icon {
	color: #6ea82e;
}

.alert.alert-pink .alert-icon {
	color: #d83a92;
}

.alert.alert-primary {
	border-left: 10px solid #2ca4b7;
}

.alert.alert-pink {
	border-left: 10px solid #d83a92;
}

.alert.alert-error,
.alert.alert-danger {
	border-left: 10px solid #d52923;
	color: #d52923;
}

.container-fluid .alert.alert-error h1,
.container-fluid .alert.alert-error h2,
.container-fluid .alert.alert-error h3,
.container-fluid .alert.alert-error h4,
.container-fluid .alert.alert-error h5 {
	color: #d52923;
}

.alert.alert-error b {
	color: #d52923;
}

.alert-big-text {
	font-size: 1.25rem;
}

.card-member h2 {
	font-size: 1.10rem;
}

.card-member .card-body {
	padding-bottom: 0;
}

.card-member .card-footer {
	background-color: transparent;
	border-top: 0;
	padding-top: 0;
	padding-bottom: 2rem;
}

.card-member .btn:hover, 
.card-member .btn:focus {
	transform: none !important;
}

.badge-success {
	background-color: rgba(110,168,46,1);
}

.badge-warning {
	background-color: rgba(255,193,7,.25);
	color: #000;
}

.badge-lg {
	
}

.badge-Eingereicht {
	background-color: #2ca4b7;
}

ul.typo3-messages {
	list-style-type: none;
	padding-left: 0;
}

ul.typo3-messages li {
	
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0,0,0,.020);
}

.table-hover tbody tr:nth-of-type(2n+1):hover {
	background-color: rgba(0,0,0,.085);
}

/* Table Hover Test */
.table-hover tbody tr:hover {
	background-color: #edf4e6 !important;
}

.tx-gtn-exabiscompetences .table-submittedList .btn-light {
  color: #000;
  background-color: rgba(39,42,49,.15);
}

.tx-gtn-exabiscompetences .table-submittedList .btn-light:hover,
.tx-gtn-exabiscompetences .table-submittedList .btn-light:focus {
  color: #000;
  background-color: rgba(39,42,49,.25);
}

.footer-row-copy a {
	color: #cfcfd0;
	text-decoration: none;
}

.footer-row-copy a:hover,
.footer-row-copy a:focus {
	text-decoration: underline;
}

#page-959 h1.hidewFilter {
	display: none !important;
}

#c3747 h2 {
	margin-bottom: 1.5rem;
}

#page-919 #featuredGridContainer {
	min-height: 590px !important;
}

/* Unterstützungspakete Singel Plattformen */

#page-1009 .news.news-single,
#page-1010 .news.news-single,
#page-1011 .news.news-single,
#page-1012 .news.news-single,
#page-1129 .news.news-single {
	margin-left: -15px;
	margin-right: -15px;
}

#c3781 {
	margin-top: .5rem;
}

#c3807 legend, 
#c3807 form legend {
	font-size: 1.1rem;
	margin-top: 2.3rem;
	margin-bottom: 1.3rem;
}

#c3807 .powermail_fieldwrap_abschicken .col-sm-3 {
	display: none !important;
}

.webinar-info {
	font-size: .9rem;
	margin-bottom: 1.5rem;
	margin-left: 1.3rem;
}

@media (max-width: 720px) {
	.school-list-input {
		width: 100%;
		display: block;
		margin-bottom: .75rem;
		margin-top: .25rem;
		margin-left: 0 !important;
	}
	.school-list-btn {
		width: 100%;
		display: block;
		margin-left: 0 !important;
	}
}

ul.parsley-errors-list {
	padding-left: 0;
	margin-top: .5rem;
	font-size: .9rem;
}

ul.parsley-errors-list li {
	list-style-type: none;
}

ul.parsley-errors-list li {
	color: red;
}

/* ### Workshop Cards ### */

.card-workshop h6.workshop-no {
	color: #2193a5;
	margin-bottom: 0;
	font-size: .95rem;
}

.card-workshop .workshop-date {
	font-size: .98rem;
}

.container-fluid .card-eed-row.card-workshop h5.card-title {
	margin-bottom: .15rem;
	font-size: 1.05rem;
}

.container-fluid .workshop-speaker {
	font-family: 'source_sans_proitalic';
	font-size: .95rem;
}

#page-1135 header h1 {
	margin-bottom: .5rem;
}

#page-1135 .saeulen-subpage .container-fluid h3,
#page-1142 .saeulen-subpage .container-fluid h3 {
	font-size: 1.5rem;
}

#page-1135 #cnt-saeulen-schulentw .subheader,
#page-1142 #cnt-saeulen-schulentw .subheader {
	margin-bottom: 1rem !important;
}

/* ### / Workshop Cards ### */

.check-nobottom .powermail_label {
	display: none !important;
}

.check-nobottom.form-group {
	margin-bottom: 0.2rem;
}

.powermail_fieldwrap_type_check .checkbox input[type="checkbox"] {
	margin-right: 4px;
}

option {
	font-family: 'sans-serif'
}

select, option {
  font: -moz-pull-down-menu;
  font-size: 1rem;
}

/* ##### Ordered List ##### */
ol.orderd-list {
  counter-reset: li;
  margin: 20px 0;
  padding-left: 0;
}

ol.orderd-list>li {
  position: relative;
  margin: 0 0 25px 2em;
  padding: 4px 8px 4px 20px;
  list-style: none;
}

ol.orderd-list>li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -1px;
  left: -2em;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  font-family: hero-new, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: .95rem;
}
ol.orderd-list>li::before {
  color: white;
  background-color: #6ea82e;
  border-radius: 50%;
}

ol.orderd-list strong {
	font-family: hero-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #000;
	letter-spacing: 0.05rem;
	line-height: 1.32;
	font-size: 1.00rem;
}

/* ##### / Ordered List ##### */


.tx-md-newsfrontend .row-news-list:nth-of-type(2n+1) {
  background-color: #f4f4f4;
} 

.tx-md-newsfrontend .row-news-list .col {
	padding: .5rem 1rem;
}

.tx-md-newsfrontend .row-news-list {
	border-top: 1px solid #d9d9d9;
}

.tx-md-newsfrontend .row-news-list:first-child {
	border-top: 1px solid #d9d9d9;
}

.badge-entwurf {
  background-color: #6c757d;
  color: #fff;
}

.tx-md-newsfrontend .badge-Eingereicht {
	color: #fff;
}

.btn-list-newsEdit {
	margin-bottom: .5rem;
	margin-right: 0;
}

.powermail_fieldwrap_friendlycaptcha  .powermail_label  {
  display: none !important;
}

@media (min-width: 917px) {
	.btn-list-newsEdit {
		margin-bottom: 0;
		margin-right: .4rem;
	}
}

#c3953 ul {
	padding-left: 0;
}

#c3953 ul li {
	list-style-type: none;
	padding-bottom: .3rem;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	border-radius: .25rem;
	font-size: .95rem;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li:first-child,
.tx-genericgallery-pi1 ul.f3-widget-paginator li:first-child a {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li:last-child,
.tx-genericgallery-pi1 ul.f3-widget-paginator li:last-child a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li {
	
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li:not(.current) a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
	color: #000;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li:hover a {
	background-color: #e9ecef;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li.current {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
	background-color: #2ca4b7;
	border-color: #2ca4b7;
	color: #fff;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li.current:hover {
	background-color: #2ca4b7;
}

.tx-genericgallery-pi1 ul.f3-widget-paginator li a {
	text-decoration: none;
	color: #000;
}

.news-single .col-md-4 .news-img-wrap .outer {
	margin-bottom: .75rem;
}

.badge-mediamanual {
	color: #fff;
	background-color: #2ca4b7;
	padding: .35em .6em;
}

.teaser-text-list-mediamanual {
	font-size: .95rem;
	
}

.container-fluid .mediamanual-projekte h1 {
	margin-bottom: .75rem;
}
.container-fluid .dce-text-media  h1.size-small {
	font-size: 1.4rem;
}

.card-mediamanual .card-body {
	padding: 0;
	flex-grow: 1;
}

.card-mediamanual .card-footer {
	padding: 0;
	background-color: transparent;
	border-top: 0;
}

.nav-eed-pills .nav-link {
	color: #000;
	background-color: rgba(39,42,49,.15);
	border-radius: .2rem;
	border: 0;
	font-family: hero-new, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: .70rem;
	padding: .35rem 1.1rem;
	letter-spacing: .6px;
	font-size: .843rem;
	padding: .525rem 2.1rem;
	margin-left: .5rem;
	margin-right: .5rem;
}

.nav-eed-pills:first-child .nav-link {
	margin-left: 0;
}

.nav-eed-pills:last-child .nav-link {
	margin-right: 0;
}

.nav-eed-pills .nav-link:hover, 
.nav-eed-pills .nav-link:focus {
	background-color: rgba(39,42,49,.25);
}

.nav-eed-pills .nav-link.active {
	background-color: #6ea82e;
	color: #fff;	
}

.nav-eed-pills .nav-link.active:hover, 
.nav-eed-pills .nav-link.active:focus {
	background-color: #85c53e;
	border-color: #85c53e;
}



@media (min-width: 768px) {
	.pdfviewer {
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;	
	}
}

/* ### Slider for Grid Item ### */

.grid-item-slider {
	overflow: hidden;
}

.swiper-griditem {
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-griditem .swiper-slide {
	color: #fff;
}

.grid-item-slider .mask {
	z-index: 98;
}


/*

/* ##### MLA Temp ##### */

.mla-logo-cnt {
	max-width: 450px;
}

.mla_f_logo {
	max-width: 250px;
}

/* ##### / MLA Temp ##### */




/* Bootstrap Breakpoint ES */
@media (min-width: 576px) {
	
}

@media (max-width: 576px) {

}

/* Bootstrap Breakpoint MD */
@media (min-width: 768px) { 
	
}

@media (max-width: 768px) {  
	
}

@media (min-width: 576px) and (max-width: 991px) {  

}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 768px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint LG */
@media (min-width: 992px) {

}

@media (min-width: 768px) and (max-width: 1200px) {
	
}

@media (max-width: 992px) {
	
}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint XL */
@media (min-width: 1200px) {

}

/* Bootstrap Breakpoint LG */
@media (min-width: 1400px) {

}

@media (max-width: 1400px) {

}

/* Bootstrap Breakpoint min XL max XXL */
@media (min-width: 1200px) and (max-width: 1400px) {
	
}


@media print {

}


