/* FRONTEND CSS
blue: 
#006682
lichtblue: #DBE9EB
green: 
#93c11c
darkgrey: #6C6E70
*********************************************/

/* standard guten tags */
* {
	box-sizing:border-box;
}
html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
	font-size: 100%;
	overflow-x:hidden;
}
body {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.5;
	color: black;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	background-color: #939598;
}
small {
	color:red;
	float:right;
}
hr {
  border: none;
  border-bottom: 2px dotted #006682;
  opacity:1;
}
table{
	  margin-top:25px;
	  width: 100% !important;
	  height:auto !important;
}
td{
	text-align:left;
	vertical-align:top;
	padding: 0 0 30px 15px;
	color:#666;
}
td:first-child {
  padding-left: 0 !important;
  width:33.333333%;
}
td p:first-child {
  margin-top: 0;
}
a, a:hover{
	text-decoration:none;
	color: #006682;
}

#logo a{
	float:left;
	line-height: 1;
	font-size: 0;
}
ul{
	margin:0;
	padding:0;
}
#maincontent li {
  padding: 0 0 20px 25px;
  background-image: url(/templates/fsgrid18/images/li.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  list-style-type: none;
  margin-left: 0px;
  text-align:left;
}
ul.ulmini li {
  padding: 0 0 0px 5px !important;
  background-image: none !important;
  list-style-type: square !important;
  margin-left: 20px !important;
}

.green #maincontent li, 
body.site.handwerk-und-dienstleistungen #maincontent li,
#rlta-panel-handwerk-dienstleistungen li {
  background-image: url(/templates/fsgrid18/images/li-green.png);
}
.pagination li {
  background-image: none !important;
  padding: 10px !important;
}
#rlta-panel-verwaltung li{
  background-image: url(/templates/fsgrid18/images/li-grey.gif);
}
strong{
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6, .jt-pretext{
	hyphens: none;
	text-align: left;
	font-weight:400;
	line-height:1;
}
h1 {
  font-family: 'Oswald', sans-serif;
  color: #006682;
  margin-bottom: 30px;
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6{
	   color:#93c11c;
}
.page-header > h1, .blog > H1 {
  margin-top: 0;
}
body.site.handwerk-und-dienstleistungen h1{
	color: #93c11c;
}
body.site.teilhabe-an-bildung-und-arbeit h1{
	color: #006682;
}
h2, .jt-pretext {
	color: #006682;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 2.66rem;
    font-family: 'Oswald', sans-serif;
}
h2.mod-articles-category-group {
  font-size: 125%;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #006682 !important;
}
h3 {
	color: #006682;
}
.events > h3{
	padding-bottom:15px;
	margin-bottom:0;
	border-bottom:2px dotted #006682;
}
p {
    text-align: justify;
	margin:1rem 0 1rem 0;
}
p, p *, table *, li{
	font-family:sans-serif;
	color:#666;
}
img{
	max-height:100%;
	width:auto;
}
#header img{
	max-width:100%;
}
	
.nav{ 
	display:inherit !important; /*wegen scheiß bootstrap */
}

.form-control{
	width:auto !important;
}

/* helper */
/* leere klasse für einfache Sprache wird dynamisch vergeben */
.simple{ 
}
.toggel{
}
.toggler, .toggler:hover {
  /*
  background-color: #006682;
  */
  color: white;
  padding: 10px;
}

.debugline{
	font-size:16px !important;
}
.green, .green a{
	color: #93c11c;
}
.blue{
	color: #006682;
}
.grey{
	color: #ececec;
}
.blueback {
  background-color: #006682;
  color: white;
}
.greenback {
  background-color: #93c11c;
  color: white;
}
.blueback *, .greenback * {
 color:white;
}
.lightblueback {
  background-color: #e5eff2;
}
.lightgreenback {
  background-color: #;
}
.lightblueback a{
	color:#006682;
}
.lightgreenback a{
	color:#93c11c;
}
.inbox{
	align-items: start !important;
}
.box-in{
	width:47%;
}
.box-in p {
  margin: 0;
  padding: 10px 30px;
}
.box-in > .blueback:first-child {
  background-image: url(/templates/fsgrid18/images/red-dot.gif);
  background-repeat: no-repeat;
}
.box-in ul {
  padding-top: 10px !important;
}
.box-in li {
  padding-bottom: 0 !important;
  margin-left: 30px !important;
}

.newspaper {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

.topmargin{
	margin-top:2% !important;
}
.flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.flex.flex-accordion {
  align-items: start;
  justify-content: left;
}
.flex.flex-accordion > div {
  width: 50%;
}
.clear {
	clear: both;
}
.clearfix {	
	clear: both;
	float:none;
}

.left, .pull-left{
	float:left;
}
.right{
	float:right;
}
.alignright{
	text-align:right;
}
.alignleft{
	text-align:left;
}
.centertext{
	text-align:center;
}
.full{
	width:100% !important;
}

/* pdf boxen */
.pdfbox {
  background-color: #ECECEC;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2% 0 !important;
  margin-bottom: 20px;
  justify-content: space-between;
}
.pdfbox-img img {
  max-width: 100%;
  height: auto;
}
.pdfbox-img{
	width:25%;
} 
.pdfbox .text {
  padding: 2%;
  width: 75%;
  width: calc(75% - 100px);
}
.pdfbox h1 {
  margin-top: 0;
}
.pdf-button {
  background-color: #006682;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pdf-button > *{
	text-align:center;
	line-height:1;
	margin:0;
	padding:0;
}
.pdf-button h4{
	font-weight:bold;
	margin-bottom:10px;
}
#mod-custom256{
	display:block !important;
}
.pressebox {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #006682;
}
.pressebox:last-child {
  border-bottom: none;
}
.pressebox .text {
  padding-right: 20px;
}
.pressebox .text h4 {
  color: #006682;
  margin-bottom: 0;
}

/* popup bei prüfungen 
jquery code: unter /templates/fsgrid18/html/mod_easyarticlesaccordion/kurse-pruefung.php
*/
.pruef-button {
	text-align:right;
}
.pruef-button a:hover {
  color: #006682;
}
.pruef-button a{
  color: #006682;
  padding-left: 10px;
}
.pruef-button img {
  padding-left: 10px;
  margin-bottom: 3px;
}
.selected { /* not used because animated */
	display:block !important;
}
.messagepop {
	background-color: #fff;
	cursor: default;
	display: none;
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	padding: 10px;
 }
.messagepop iframe {
  width: 100% !important;
  height: 100% !important;
}
.messagepop iframe body{
	background-color: #fff !important;
}
/* message-container */
#system-message {
    padding: 0 15px 30px;
}
.alert *{
	color:red;
}
.alert-heading {
    margin-bottom: 0;
}
.close {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

/* start layout */
#wrap{
	width:100%;
}
#page{
	max-width:1200px;
	background-color:white;
	margin:0 auto;
}
#breadcrumbs, #maincontent, #cta-grey, #cta-green, #cta-blue, #footer, #beyondfooter{
	padding: 3% 10%;
	margin-top:2%;
}
#breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#breadcrumbs ol {
  margin: 0;
  padding: 10px 0 0 0!important;
  font-size: 75%;
}
#maincontent{
	margin-top:0;
}
.home #maincontent, .start #maincontent{
	background-color:#ececec;
}
#endmain{
	position:relative;
}
#endmain-overlay{
	position: absolute;
	top: 0;
	right: 0;
	width:18.5%;
}
#endmain-overlay img{
	width:100%;
}

#beyondfooter{
	margin-top:0;
}
#top{
	height:60px;
	background-color:#006682;
	color: white;
}
#top > *{
	align-self:center;
	flex-basis:27%;
	display: flex;
	align-items: center;
	justify-content: center;	
}

#language_picker_des_123, .visually-hidden.finder, .result__taxonomy {
	display:none;
}
#top a, #top a:hover{
	color:white;
}
#header{
	padding: 3% 0;
	display: flex;
	align-items: center;
	position:relative;
}
#logo{
	align-self:center;
	padding-left:60px;
	padding-left:5%;
}
.jobs{
	float:right;
	margin-left: 20px;
	margin-right: -20px;
}
.jobs * {
  margin: 0;
  padding: 0;
}
#mainmenu{
	padding-right:5%;
}
.mobilemenuck-bar-title{
	line-height: 3.9166666666667vw !important;
}
.mobilemenuck-bar-button{
	position:absolute;
	height: 3.9166666666667vw !important;
	width: 5.9166666666667vw !important;
	background-size: cover !important;
	margin:0 !important;
}
.mobilemenuck {
  position: absolute !important;
  top: 170px !important;
  top: 13vw !important;
  padding: 20px 0;
}
.mobilemenuck-topbar {
  display: none;
}
.mobilemenuck-item a {
	line-height:2;
}
.mobilemenuck-togglericon::after {
  background: url(/images/pfeile/pfeil-slider-rechts.png) no-repeat;
    background-size: auto;
  width: 19px !important;
  left: 30px;
  top: 10px;
  background-size: contain;
}
.maximenuck.level2 .mobilemenuck-togglericon::after {
  left: 60px;
  top: 8px;
}
.level3 .mobilemenuck-togglericon::after {
  left: 90px;
}
.maximenuck.current span.titreck-title, .maximenuck span.titreck-title:hover{
  background: white;
  color: #666; /* current will be changed by index.php */
  padding: 5px;
  margin-left: -5px;
}
/*
.menuck.maximenuck.level4 {
  padding-left: 30px !important;
}
*/
#sliderboxes{
	position:relative;
	/*height:900px;*/
}

#boxes {
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: -130px;
	margin-top: -10.833333333333vw;
	align-items:baseline;
}

#boxes > div {
  width: 50%;
}
#boxes > div:first-child {
  padding: 0 1.666665% 0 10%;
}
#boxes > div:last-child {
  padding: 0 10% 0 1.666665%;
}
#boxes > div:last-child h1 {
  background-color: #006682;
}
#boxes > div h1 {
	color: white;
	height: 130px;
	height:10.833333333333vw;
	padding: 15px 25px;
	padding: 1.2vw 2vw;
	margin: 0;
	font-size: 4vw;
}
#boxes > div:first-child h1 {
  background-color: #93c11c;
}
#boxes p {
	margin: 0;
	padding-bottom: 1rem;
	padding: 20px 25px 0;
	padding: 1.2vw 2vw 0;
	text-align: left;
	font-size: 1.6vw;
	line-height: 1.1;
}
#boxes div:first-child p {
  background-color: #f4f8e8;
}
#boxes > div p:last-child {
  padding-bottom: 1vw;
  display:table;
  width:100%;
}
#boxes > div:last-child p {
  background-color: #e5eff2;
}
#boxes > div:first-child a{
	color:#93c11c;
}
#boxes > div p:last-child a{
	display:table-cell;
	vertical-align:middle;
}
#boxes > div p img{
	width:4.1666666666667vw;
	margin-left:10px;
}

.slide-desc-bg-default{
	display:none; 
}
.slide-desc-text {
 	padding: 0;
}
.slide-desc {
  top: 6%;
  left: 10% !important;
}
.slide-title {
  font-size: 4vw !important;
  font-weight: 400 !important;
  font-stretch: ultra-expanded;
}
.slide-text {
  margin-left: 15%;
  font-size: 2.5vw;
  line-height: 1.1;
  width: 55%;
  margin-top: 3%;
}
.slide-desc-text p {
  text-align: left;
  margin: 0;
  font-style: italic;
  line-height:1.333333;
  color: inherit;
}
.slide-desc-text p:last-child {
  text-align: right;
  font-size: 2vw;
}
.courses {
  color: #fff !important;
  background-image: url('/templates/fsgrid18/images/Deutschkurse_Banner.jpg');
  background-repeat: no-repeat;
  background-size: 1200px 165px;
  padding-left: calc(170px + 10%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 165px;
  background-position-x: 10%;
}
.courses > p {
  padding-top: 10px;
}
.courses p{
	line-height:1.3;
}
.courses p, .courses a, .courses strong {
  color: #fff !important;
  text-align: left;
  margin: 0;
}
.courses a:hover {
  color: #fff !important;
  font-weight: bold;
}

/* Unter-Kategorie auflistung */
h3.page-header.item-title {
  margin-top: 20px;
  font-size: 1.5rem;
  padding-left: 50px;
}
.com-content-category-blog__child h3.page-header.item-title > img {
  margin-right: 15px;
}

h3.page-header.item-title a {
  color: #666 !important;
}
/* override in blog_children.php , unterkategoriebild anzeigen */
.com-content-category-blog__child h3.page-header.item-title {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 0;
}

#cta-blue{
	background-color:#006682;
}
#cta-green{
	background-color:#93c11c;
}
#cta-grey{
	background-color:#ececec;
}

#cta-green, #cta-blue, #cta-grey {
	margin:0 !important;
}
#cta-blue, #cta-green {
  padding-top: 0;
  padding-bottom: 0;
}
#cta-green ~ #cta-grey h1, #cta-green ~ #cta-grey a {
  color: #93c11c;
}
#cta-blue ~ #cta-grey h1, #cta-blue ~ #cta-grey a {
  color: #006682;
}

/* für die cta */
#cta-green .mod-custom .flex > p, #cta-blue .mod-custom .flex > p {
  margin-right: 25px;
}
#cta-green .mod-custom .flex > div *, #cta-blue .mod-custom .flex > div * {
  color: white;
  margin-bottom: 0;
}
/* end */
#cta-grey .left {
  width: 50%;
  margin: 0 10% 0 0;
}

/*ansprechpartner */
#cta-grey > div.single, #cta-grey > div.multiple > div.outer{
  display: flex;
  justify-content: start;
	align-items:end;
	margin-bottom: 20px;
}
#cta-grey > div.single > div, #cta-grey > div.multiple > div.outer > div{
  padding-right: 30px;
  padding-bottom: 2%;
}
#cta-grey > div.single > div p, #cta-grey > div.multiple > div.outer > div p{
	margin-bottom:0;
}

#cta-grey .beratung > div {
  padding-right: 0 !important;
}
#cta-grey .beratung .flex {
  align-items: start;
}
#cta-grey .beratung .flex > p:first-child {
  width: 50%;
}

#cta-green h1, #cta-blue h1 {
  /* margin: 0 0 10px 30px !important; */
}
#cta-green h1 a, #cta-blue h1 a{
	color:white;
}
body.site.handwerk-und-dienstleistungen #cta-grey .right, body.site.handwerk-und-dienstleistungen #cta-grey .right * {
  color: #93c11d;
}
body.site.teilhabe-an-bildung-und-arbeit #cta-grey .right,
body.site.teilhabe-an-bildung-und-arbeit #cta-grey .right *{
  color: #006682;
}


#slogan {
  height: 100px;
  padding: 30px 10%;
}
#slogan h1 {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #006682;
  font-weight: bold;
}
#footer{
	background:url("/templates/fsgrid18/images/bg-footer.png");
	background-size:cover;
	height: 130px;
	margin-top:0;
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: white;
  font-weight: lighter;
}
#footer > div{
	width:33.333333%;
}
#footer > div:nth-child(2) p {
  margin-left: 50px;
}
#footer > div:last-child p {
  text-align: right;
}
#footer img {
  margin-right: 10px;
}
#footer a {
  color: white;
}
#mod-custom112 p a {
  margin-left: 20px !important;
}
#footer img:last-child {
  margin-right: 0;
}
#beyondfooter{
	background-color:#006682;
	height:70px;
    padding-top: 25px;
    padding-bottom: 0;
}
#beyondfooter li{
	line-height:1;
	float:right;
	list-style-type: none;
	margin-right: 100px;
	margin-right: 8.3333333333333vw;
}
#beyondfooter li:first-child{ /*das ist der rechts außen */
	margin-right: 0;
}
#beyondfooter li a{
	color:white;
}

/* special components */
.com-content-category-blog__item.blog-item {
  border-bottom: 2px dotted #666;
  padding: 20px 0;
}
.com-content-category-blog__item.blog-item figure img {
  margin-right: 20px;
}
p.readmore {
  	text-align: right;
	color: #006682;
  	font-weight: bold;
}

/* news-slider */
.owl-item {
  background-image: url(/templates/fsgrid18/images/bg-news-slide.gif);
  background-repeat: no-repeat;
  background-size: contain;
  min-height:450px !important;
  /* width: 300px !important; 
  height: 450px;
  */
}
.jt-inner {
  padding: 3%;
}
.jtcs_item_wrapper .jt-title, .jt-inner {
}
.jt-inner a{
  font-size: 125% !important;
  height: 120px;
  overflow: hidden;
  margin-bottom: 20px;
  color:white;
  line-height: 125% !important;
}
.jt-introtext {
  line-height: 1.3;
}
.jt-inner .readmore {
	position:absolute;
	bottom:0;
	right:20px;
  text-align: right;
  height: 35px;
  background-image: url(/templates/fsgrid18/images/pfeil-news-slider-mehr.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 5px;
}
.owl-prev, .owl-next{
  background-image: url(/templates/fsgrid18/images/pfeil-news-slider-left.png) !important;
  transition: none !important;
  opacity: 1 !important;
  background-repeat: no-repeat !important;
  background-color: inherit !important;
  left:-8vw !important;
}
.owl-next{
  background-image: url(/templates/fsgrid18/images/pfeil-news-slider-right.png) !important;
  left:inherit !important;
  right: -10vw !important;
}
.btn.btn-primary.jt-readmore {
  color: inherit !important;
  background: none !important;
  border: none;
  margin: 0 !important;
  padding: 0 40px 0 0!important;
  font-size: inherit !important;
  font-weight: inherit !important;
  vertical-align: inherit !important;  
  line-height: inherit !important;
}

/* Kategorie-Accordion Standard-Config*/
.mod-easy-articles-accordion__container, .accordion-button:not(.collapsed) {
  background: none;
  border: none;
  box-shadow: none;
  color: black;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
/*
  */
}
.accordion-item {
  border: none !important;
  margin: 10px 0;
}
.mod-easy-articles-accordion__container > div {
  --bs-accordion-border-color: none;
}
.accordion-button {
  padding: 0 10px 10px 0;
  font-size: 50%;
  color: #666 !important;
}
.accordion-button:focus{
	box-shadow:none !important;
}
.accordion-button::after {
  margin-left: 15px;
}
.accordion-body {
  padding: 0;
	margin: 0 20px 0 65px;
}
h2.mod-articles-category-group ~ div { /* wenn gruppiert */
  column-count: 1;
}
.mod-articles-category-readmore{
	text-align:right;
	color: #006682;
  	font-weight: bold;
}
/* standard config end */

.newspaper .accordion-body{
	margin: 20px 0;
}


/* green */
.greendots .accordion-body {
  border-top: 2px dotted #93c11c;
  border-bottom: 2px dotted #93c11c;
}
.greendots .mod-articles-category-readmore a {
  color: #93c11c;
  font-weight:bold;
}
/* blue */
.bluedots .accordion-body {
  border-top: 2px dotted #006682;
  border-bottom: 2px dotted #006682;
}
.bluedots .mod-articles-category-readmore a {
  color: #006682;
  font-weight:bold;
}
/* kurse */
.kurse h2{
	margin-bottom:0;
}
.accordion.kurse.bluedots {
  border-bottom: 2px dotted #006682;
  padding-bottom: 10px;
}
.accordion.kurse.bluedots .accordion-item{
	margin:20px 0;
}
.accordion.kurse.bluedots .accordion-item button {
  padding: 0;
}
.accordion.kurse.bluedots .accordion-body{
	margin: 20px 0 20px 60px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.accordion.kurse.bluedots .accordion-body hr{
	border-bottom: 2px solid #ccc;
}
/* grey */
.greydots .accordion-body {
  border-top: 2px dotted #666;
  border-bottom: 2px dotted #666;
}
.bluedots .mod-articles-category-readmore a {
	color: #006682;
  	font-weight: bold;
}




/* Tabs */
#rlta-teilhabe-an-bildung-arbeit h3{
	color: #006682;
}
#rlta-teilhabe-an-bildung-arbeit[data-rlta-state="open"]{
  background-color: #006682;
}
#rlta-teilhabe-an-bildung-arbeit[data-rlta-state="open"] h3{
  color: #fff;
}
#rlta-handwerk-dienstleistungen h3{
	color: #93c11c;
}
#rlta-handwerk-dienstleistungen[data-rlta-state="open"] {
  background-color: #93c11c;
}
#rlta-handwerk-dienstleistungen[data-rlta-state="open"] h3 {
  color: #fff;
}
#rlta-verwaltung h3{
	color: #666666;
}
#rlta-verwaltung[data-rlta-state="open"] {
  background-color: #666666;
}
#rlta-verwaltung[data-rlta-state="open"] h3 {
  color: #fff;
}
div[data-rlta-element="panel-content"] {
  padding: 0;
}

/* Kategorie-Accordion Stellenangebote in Tabs -Config*/
.intabs { /* klasse in tabs festgelegt */
  padding: 10px 20px;
}
.intabs *{
	background:none;
}
.site.stellenangebote .accordion-item {
  margin-bottom: 15px;
}
.site.stellenangebote .accordion-body {
  border-bottom: none;
  border-top: none;
  /* background-color: #DBE9EB; */
  margin: 20px 0;
}
.site.stellenangebote #rlta-panel-teilhabe-an-bildung-arbeit {
  background-color: #DBE9EB;
}
.site.stellenangebote #rlta-panel-teilhabe-an-bildung-arbeit .accordion-item{
  border-bottom: 2px dotted #006682;
}
.site.stellenangebote #rlta-panel-teilhabe-an-bildung-arbeit .accordion-button {
  color: #006682;
}
.site.stellenangebote #rlta-panel-handwerk-dienstleistungen{
	background-color: #F5FCE4;
}
.site.stellenangebote #rlta-panel-handwerk-dienstleistungen .accordion-item{
  border-bottom: 2px dotted #93c11c;
}
.site.stellenangebote #rlta-panel-handwerk-dienstleistungen .accordion-button {
  color: #93c11c;
}
.site.stellenangebote #rlta-panel-verwaltung{
  background-color: #efefef;
}
.site.stellenangebote #rlta-panel-verwaltung .accordion-item{
  border-bottom: 2px dotted #666;
}
.site.stellenangebote #rlta-panel-verwaltung .accordion-button {
  color: #666;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"],
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="panel"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="panels"] > [data-rlta-element="panel"] {
  border: none !important;
}
/*
.stellenangebote #rlta-panel-teilhabe-an-bildung-arbeit .accordion-body, 
.stellenangebote #rlta-panel-teilhabe-an-bildung-arbeit .accordion-button[data-bs-toggle="collapse"] {
*/




/*
.accordion-button:not(.collapsed)::after{
	--bs-accordion-btn-icon-transform: rotate(0deg);
} 
.accordion-button.collapsed::after{
	transform:rotate(180deg) !important;
} 
*/

/* events */
.djev_mod_items {
  margin-top: 0;
}
.djev_item.djev_clearfix {
  margin-bottom: 0;
}
.djev_time {
  margin: 0;
}

/* suche */
.btn-primary {
  --bs-btn-bg: #006682 !important;
}
li.result__item {
  background-image: none !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.mark, mark {
  background-color: #e5eff2 !important;
}

.item-page img, .item-content img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  max-height: inherit !important;
  margin: 0 20px 20px 0 !important;
}

#bfcontainer {
  position: fixed;
  right: 0;
  top: 33%;
  z-index: 99;
}
translation-select {
  /* css inline in module */
}

/* Tooltip container */
.fs-tooltip {
  position: relative;
  display: inline-block;
  margin-top:10px;
}

/* Tooltip text */
.fs-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #006682;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 999;
  right:90px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.fs-tooltip:hover .tooltiptext {
  visibility: visible;
}
	
@media only screen and (min-width: 1200px) {
	.mobilemenuck {
	  top: 165px !important;
	}
	.mobilemenuck-bar-title {
	  line-height: 35px !important;
	}
	.mobilemenuck-bar-button {
	  height: 47px !important;
	  width: 71px !important;
	}
	
	/* slide-texte nciht größer werden lassen */
	.slide-title {
	  font-size: 48px !important;
	}
	.slide-text {
	  font-size: 30px;
	}
	.slide-desc-text p:last-child {
	  font-size: 24px;
	}

	#boxes {
		margin-top: -130px;
	}
	
	#boxes > div:first-child {
	  padding: 0 1.666665% 0 10%;
	}
	#boxes > div:last-child {
	  padding: 0 10% 0 1.666665%;
	}
	#boxes > div h1 {
		height: 130px;
		padding: 15px 25px;
		font-size: 48px;
	}
	#boxes p {
		margin: 0;
		padding: 14.4px 24px 0;
		font-size: inherit;
	}
	#boxes > div p:last-child {
	  padding-bottom: 12px;
	}
	
	#boxes > div p img{
		width:50px;
	}
	.owl-prev, .owl-next{
	  left:-100px !important;
	}
	.owl-next{
	  right: -120px !important;
  	  left:inherit !important;
	}
	
}
@media only screen and (max-width: 1100px) {
	.jt-inner h2 {
	  margin-bottom: 40px;
	}
	#footer > div:nth-child(2) p {
	  margin-left: 10px;
	}
	
}
@media only screen and (max-width: 960px) {
	#breadcrumbs, #maincontent, #cta-grey, #cta-green, #cta-blue, #slogan, #footer, #beyondfooter {
		padding: 3% 5%;
	}	
	.jt-inner h2 {
	  margin-bottom: 20px;
	}
	.flex.flex-accordion {
	  align-items: start;
	  justify-content: left;
	}
	.flex.flex-accordion > div {
	  width: 100%;
	}
	/*
	.courses {
	  background-size: 100% 100%;
	  width: 39.25%;
	  padding-left: 15%;
	}
	
	.moduletable.courses {
		background-image:none;
	  background-color: #cd1719;
	  width: auto;
	  padding: 0 2%;
	  height:auto;
	}
	*/
	#footer {
	  display: block;
	  height: auto;
	}
	#footer > div {
	  padding: 25px 0 0;
	  width:100%;
	}
	#footer > div:nth-child(2) p {
	  margin-left: 0;
	}
	#footer > div:last-child p {
	  text-align: left;
	}	
}
@media only screen and (max-width: 768px) {
	.flex{
		flex-wrap: wrap;
	}
	.newspaper{
		column-count:1;
	}
	#cta-grey .beratung .flex > p:first-child {
	  width: 100%;
	}
	.owl-item {
	  min-height:auto !important;
	  background-size: 100% 450px;
	}
	.jt-inner .readmore {
		position:static;
	}
	
}
@media only screen and (max-width: 640px) {
	body{
		font-size:80%;
	}
	h2{
		font-size:2rem;
	}
	.newspaper{
		column-count:1;
	}
	.item-page img, .item-content img {
		width: 100% !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
	  }
	#breadcrumbs, #maincontent, #cta-grey, #cta-green, #cta-blue, #slogan, #footer, #beyondfooter {
	  padding: 3%;
	}
	#boxes{
		flex-direction:column;
	}
	#boxes > div {
	  width: 100%;
	  padding: 0 10% 2% !important;
	  height: auto;
	}
	#boxes > div h1 {
		padding: 4.5%;
	}
	#boxes p {
		padding: 4.5% 4.5% 0;
		font-size: 3.5vw;
	}
	.intabs {
	  padding: 10px;
	}
	.courses {
	  background-position: -120px;
	  padding-left: 150px;
	}	
	#cta-green ~ #cta-grey > div, #cta-blue ~ #cta-grey > div,
	#cta-grey > div.single, #cta-grey > div.multiple > div.outer{
		display:block;
	}
	#cta-grey .left {
	  float:none;
		margin:0;
		width:100%;
	}
	.accordion-body{
		margin:20px 0 !important;
	}

	#cta-green ~ #cta-grey > div > div,
	#cta-blue ~ #cta-grey > div > div{
	  padding-right: 20px;
	}
	#cta-green ~ #cta-grey div:last-child,
	#cta-blue ~ #cta-grey div:last-child{
	  padding-right: 0;
	}	
	
	.pdfbox {
	  height: auto;
	  padding: 0;
	  font-size:16px;
	}
	.pdfbox .text {
	  width: 60%;
	  width: calc(75% - 60px);
	  align-self:start;
	  padding-left: 4%;
	  padding-right: 4%;
	}
	.pdfbox h1 {
	  font-size: 20px;
	  margin-bottom:0;
	}
	.pdf-button{
		width:auto;
		height:auto;
	}
	#bfcontainer img{
		width:60px;
	}
	.tooltiptext {
	  width: 100px !important;
	  right: 70px !important;
	}
}
