/*Variablen*/
:root {
	--main-color: #f28b00; /*orange*/
	--main-color-light: rgba(242, 139, 0, 0.8);
	
	--scnd-color: #0065B1; 
	--scnd-color-light: rgba(0, 101, 177, 0.8);
  
	--grey-color: rgb(229, 229, 229); 
	
	--grey-color-light: rgb(229, 229, 229, 0.3); 
  
/*  --font-color: #6bb79e; /*ohne opazität*/
  
/*  --link-color: #6bb79e; /*ohne opazität*/

  --main-bg: #f1f8f4; /* hellgrün (background Inhalt) */
  
  --hover-color: #6bb79e; /* hellgrün analog Unter-Überschriften */
  
  --abstand-xxxs: 0.2rem;
  --abstand-xs: 0.6rem;
  --abstand-s: 2rem;
  --abstand-m: 3rem;
  --abstand-l: 3rem;
  --abstand-xl: 6rem;
  --link-color: #999;
}
/*ENDE – Variablen*/


/********Google Font*********/

/* exo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/cto_layout/fonts/exo-v21-latin/exo-v21-latin-700.svg#Exo') format('svg'); /* Legacy iOS */
}


.mt-xxxs { margin-top: var(--abstand-xxxs)}
.mt-xxs { margin-top: var(--abstand-xxs)}
.mt-xs { margin-top: var(--abstand-xs)}
.mt-s { margin-top: var(--abstand-s)}
.mt-m { margin-top: var(--abstand-m)}
.mt-l { margin-top: var(--abstand-l)}
.mt-xl { margin-top: var(--abstand-xl)}


.mb-xxxs { margin-bottom: var(--abstand-xxxs)}
.mb-xxs { margin-bottom: var(--abstand-xxs)}
.mb-xs { margin-bottom: var(--abstand-xs)}
.mb-s { margin-bottom: var(--abstand-s)}
.mb-m { margin-bottom: var(--abstand-m)}
.mb-l { margin-bottom: var(--abstand-l)}
.mb-xl { margin-bottom: var(--abstand-xl)}

::selection {
    background-color: var(--main-color);
    color: #fff;
}

a {
	list-style: none;
}

a:hover, .link a:hover {
	color: var(--main-color);
}

*{
	font-family: Exo;
}

h1,h2, .ce_text .linie-kurz { 
	position: relative;
	padding-bottom: 20px !important;
	margin-bottom: var(--abstand-l) !important;
}

h1:before, h2:before, .linie-kurz:before   {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
	border-bottom: 1px solid var(--main-color);    
	width: 65px;
}

h1, .h1, .h1 p {
	font-family: Exo;
	font-weight: 700;
	color: var(--main-color);
	font-size: 2.5rem;
	margin-bottom: 10px;
	line-height: 1.3;
}

h2, .h2, .h2 p {
	font-family: Exo;
	font-weight: 700;
	color: var(--main-color);
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 1.3;
}

h3, .h3, .h3 p {
	font-family: Exo;
	font-weight: 700;
	color: var(--main-color);
	font-size: 1.7rem;
	margin-bottom: 10px;
	line-height: 1.3;
}

h4, .h4, .h4 p {
	font-family: Exo;
    font-weight: 600;
    color: #777777;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

h5, .h5, .h5 p {
	font-family: Exo;
	font-weight: 700;
	color: var(--main-color);
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1.3;
}

h6, .h6, .h6 p {
	font-family: Exo;
	font-weight: 700;
	color: var(--main-color);
	font-size: 1rem;
	margin-bottom: 10px;
	line-height: 1.3;
}

.txt-color-second:before {
	border-bottom: 1px solid var(--scnd-color); 
}

.rahmen, .rahmen-dunkel, .rahmen-icon-links, .rahmen-icon-rechts {
	border: 1px var(--grey-color) solid;
    padding: 40px 60px !important;
    width: calc(100% - 30px) !important;
    margin: var(--abstand-s) 0;
}

.rahmen {
    background-image: url("/suchtpraevention/gestaltungselemente/i-blau.svg"), url("/suchtpraevention/gestaltungselemente/i-orange.svg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 200px, auto 200px;
}

.rahmen-dunkel {
    background-image: url("/suchtpraevention/gestaltungselemente/i-weiss-links.svg"), url("/suchtpraevention/gestaltungselemente/i-weiss-rechts.svg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 200px, auto 200px;
    background-color: #666666;
    border: none;
}

.rahmen-dunkel p, .rahmen-dunkel ul {
	color: #ffffff;
}

.rahmen-icon-links {
    background-image: url("/suchtpraevention/gestaltungselemente/i-blau.svg");
    background-position: left top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 200px, auto 200px;
}

.rahmen-icon-links h1, .rahmen-icon-links h2, .rahmen-icon-links h3, .rahmen-icon-links h4, .rahmen-icon-links h5, .rahmen-icon-links h6 {
	color: var(--scnd-color);
}


.rahmen-icon-rechts {
    background-image: url("/suchtpraevention/gestaltungselemente/i-orange.svg");
    background-position: right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 200px, auto 200px;
}

.ce_frame_start.style4 .ce_frame_start_inside {
	border: 1px var(--grey-color) solid;
    padding: 40px 60px !important;
    width: calc(100% - 30px) !important;
    margin: var(--abstand-s) 0;
}


.ce_text ul {
	padding-left: 0;
}


.ce_text ul li, 
.ce_list ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.ce_text ul li::before, 
.ce_list ul li::before {
    content: "";
    text-align: center;
    position: absolute;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
    text-indent: 0px;
    background-color: var(--main-color);
    mask: url("/files/suchtpraevention/gestaltungselemente/icons/check-regular.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/gestaltungselemente/icons/check-regular.svg") no-repeat center;
}

.link a::before {
	content: "";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
    text-indent: 0px;
}

.link li {
	margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}


.link li::before {
	content: "\f08e";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
    text-indent: 0px;
}



.download-element a {
	position: relative;
	display: block;
	padding-left: 30px;
	color: var(--scnd-color);
}

.download-element a::before {
	content: "\f0c6";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
	text-indent: 0px;
	color: var(--scnd-color);
}

.download-element a:hover {
	color: var(--main-color);
}

a[href $='.pdf'] {
	position: relative;
	padding-left:20px;
}

a[href $='.pdf']::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height:15px;
    width: 15px;
    margin-top: 2.5px;
	text-indent: 0px;
	background-color: var(--main-color);
    mask: url("/files/suchtpraevention/gestaltungselemente/icons/file-pdf-regular.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/gestaltungselemente/icons/file-pdf-regular.svg") no-repeat center;
}


/*a[href ^="http s://"]::before {
	content: "\f08e";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
   text-indent: 0px
}*/





.ce_text li::marker {
	color: var(--main-color);
	font-size: 120%;
}

.teams {
	border: 1px solid var(--grey-color);
	padding: 40px;
	background: yellow;
}


.ce_tabs .panes.classic {
	padding: 0;
	background: none;
}

.ce_hyperlink a{
	padding: 10px 30px;
}

.ce_hyperlink a:hover {
	color: black;
}

.submenu_v2 li a i {
    display: inline-flex;
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-right: 5px;
}

.image_container {
	margin-bottom: var(--abstand-s);
}


.ce_image_text_box.version2 {
	background-color: white;
	border: 0px;
}

.ce_image_text_box.version2 a.hyperlink_txt {
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.ce_image_text_box.version2 a.hyperlink_txt:after {
	content: '⟶'; 
    font-size: 30px;
    margin-left: 8px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    padding-bottom: 8px;
}

.ce_image_text_box.version2:hover a.hyperlink_txt:after{
	 transform: translateX(8px); 
}

.ce_image_text_box.version2 h4 {
	transition: 0.3s;
}
.ce_image_text_box.version2:hover h4 {
	color:	black;
}




/*Portfolio-Teaser*/


.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover{
	background: var(--scnd-color);
}

.mod_newslist {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.mod_newslist .news-box-blau a{
    font-size: 1.333rem;
    padding: var(--abstand-s);
    background: var(--scnd-color);
    color: #ffffff;
    font-weight: 700;
    display: block;
	height: 190px;
    position: relative;
	cursor:	pointer;
	border-radius: 5px;
	transition: 0.3s;
}

.mod_newslist .news-box-blau a:hover {
	background-color: var(--scnd-color-light) !important;
	
}

/*---------------------------TextIcon---------------------------*/
#main a[href^="mailto:"],
#main a[href^="tel:"],
#footer a[href^="mailto:"],
#footer a[href^="tel:"]{
	position:relative;
	padding-left: 22px;
	color: var(--scnd-color);
	font-weight: 400;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#footer a[href^="mailto:"],
#footer a[href^="tel:"]{
	color: var(--main-color);
	font-weight: 700;
}

#main a[href^="mailto:"]:before,
#main a[href^="tel:"]:before,
#footer a[href^="mailto:"]:before,
#footer a[href^="tel:"]:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	left: 0;
	top: 0;
	transform: translateY(25%);
	background-color: var(--scnd-color);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#footer a[href^="mailto:"]:before,
#footer a[href^="tel:"]:before{
	background-color: var(--main-color);
}

#main a[href^="mailto:"]:before,
#footer a[href^="mailto:"]:before{
		mask: url("/files/suchtpraevention/gestaltungselemente/icons/envelope-solid.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/gestaltungselemente/icons/envelope-solid.svg") no-repeat center;
}

#main a[href^="tel:"]:before,
#footer a[href^="tel:"]:before{
		mask: url("/files/suchtpraevention/gestaltungselemente/icons/phone-solid.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/gestaltungselemente/icons/phone-solid.svg") no-repeat center;
}

#main a[href^="mailto:"]:hover,
#main a[href^="tel:"]:hover{
	color: var(--main-color);
}

#footer a[href^="mailto:"]:hover,
#footer a[href^="tel:"]:hover{
	color: black;
}

#main a[href^="mailto:"]:hover:before,
#main a[href^="tel:"]:hover:before{
	background-color: var(--main-color);
}

#footer a[href^="mailto:"]:hover:before,
#footer a[href^="tel:"]:hover:before{
	background-color: black;
}

/*-------------------------Newsteaser---------------------------*/
.mod_newslist.sucht{
    grid-template-columns: repeat(1, 1fr);
}


/*-----------------------------Pfeile---------------------------*/


.news-box-blau{
    display: inline-block;
    cursor: pointer;
}


.new_link_text{
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}


.new_link_text:after{
    content: '⟶'; 
    font-size: 30px;
    margin-left: 8px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    padding-bottom: 8px;
}



.news-box-blau:hover .new_link_text:after {
    transform: translateX(8px); 
}


.subnavi-artikel a:before {
	content:"weiter";
	position: absolute;
	left: var(--abstand-s);
	bottom: var(--abstand-s);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 400;
}


.subnavi-artikel a:after {
	content: '⟶';
	position: absolute;
	left: 80px;
	bottom: var(--abstand-s);
	color: #ffffff;
	font-weight: 400;
	font-size: 30px;
    margin-left: 8px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    padding-bottom: 4px;
}

.subnavi-artikel li:hover a:after {
	transform: translateX(8px); 
}


/*-----------------------------Aktuelles---------------------------*/

.mod_newslist.aktuelles.block .layout_latest{
	background-color: white;
	padding: 20px;
}

#article-15220 .mod_newslist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.new_link_text {
	font-size: 0.9rem;
    font-weight: 400;
    position: absolute;
	left: var(--abstand-s);
    bottom: 33px;
}

	
.mod_newslist.aktuelles.block .more p:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	left: 0;
	top: 0;
	transform: translateY(25%);
	background-color: var(--scnd-color);
			mask: url("/files/suchtpraevention/gestaltungselemente/icons/envelope-solid.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/gestaltungselemente/icons/envelope-solid.svg") no-repeat center;
}

.date {
	padding-bottom: 15px;
}

.more a {
	color: var(--scnd-color);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.more a:hover {
	color: var(--main-color);
}





.mod_newslist .news-box-blau.item {
	position: relative;
	border-radius: 5px;
	/*height: 250px;*/
	/*width: 100%;*/
}

.mod_newslist .news-box-blau.item:after {
	display: block;
    content: ' ';
    position: absolute;
    width: 10%;
    height: 1px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
	left: 65%;
	transform: translateX(-100%);
    transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
    pointer-events: none;
    bottom: 47px;
}


    
.mod_newslist .news-box-blau.item:hover a {
	background: var(--scnd-color);
}

.mod_newslist .news-box-blau .title {
	color: #ffffff;
}

.ce_image_text_box.version2 .ce_image_text_box_content_outside {
    padding-top: 0;
}

.tab_angebote h1 {
	display: none;
}

.news_angebote h3 {
	display: none;
}


/*zielgruppe*/

.angebot-zielgruppe.mod_newslist {
	display: block;
	
}

.angebot-zielgruppe .angebot-content {
	display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
}

.angebot-zielgruppe .mod_newslist a:before, 
.angebot-zielgruppe .mod_newslist a:after  {
	 display: none important;
}

.angebot-zielgruppe .downloads, 
.angebot-zielgruppe .links,
.angebot-zielgruppe .interessengruppen{
	margin-bottom: 10px;
	padding: 20px;
	background-color: var(--grey-color-light);
}

.angebot-zielgruppe .links a,
.angebot-zielgruppe .interessengruppen a,
.angebot-zielgruppe .download-element.ext-pdf a{
	font-size: inherit; 
    background: none;
    color: inherit; 
    display: inline; 
    border-radius: 0; 
    font-weight: normal; 
    height: auto; 
    color: var(--main-color);
    position: relative;
	padding-left: 30px;
	text-decoration: underline;
}

.angebot-zielgruppe .download-element.ext-pdf a {
	display: inline-flex;
	align-items: center;
}

@media (max-width: 767px){
	.angebot-zielgruppe .download-element.ext-pdf span.size {
		display: none;
	}
}


.angebot-zielgruppe .downloads  a:before { 
	content: "";
	height: 20px;
    width: 20px;
	display: inline-block;
	background-color: var(--main-color);
    mask: url("/files/suchtpraevention/gestaltungselemente/icons/file-pdf-regular.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/gestaltungselemente/icons/file-pdf-regular.svg") no-repeat center;
}




.angebot-zielgruppe .links  a:before{
	content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    background-color: var(--main-color);
    mask: url("/files/suchtpraevention/gestaltungselemente/icons/link-regular.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/gestaltungselemente/icons/link-regular.svg") no-repeat center;
}

.angebot-zielgruppe .interessengruppen  a:before {
	content: "";
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    padding-top: 15px;
    background-color: var(--main-color);
    mask: url("/files/suchtpraevention/Gestaltungselemente/icons/arrow-right-regular.svg") no-repeat center;
	-webkit-mask: url("/files/suchtpraevention/Gestaltungselemente/icons/arrow-right-regular.svg") no-repeat center;
}


.angebot-zielgruppe .full-text {
    display: none !important; /* Sicherstellen, dass es standardmäßig nicht angezeigt wird */
}

.text-content {
	position: relative;
	padding-top: 25px;
}

.toggle-text-button {
    color: #ffffff;
    border: none;
    color: var(--scnd-color);
    border-radius: 15px;
    padding: 10px 35px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.toggle-text-button:hover {
	border: none !important;
}


.mod_newslist.angebot-zielgruppe .angebot-content {
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid var(--grey-color);
}

.mod_newslist.angebot-zielgruppe .angebot-content-detail,
.mod_newsreader.angebot-zielgruppe.detailseite .angebot-content {
	display: none;
}

.zusatz-content {
	display: none;
}

.mod_newsreader.angebot-zielgruppe.detailseite .angebot-content-detail .oben {
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 767px){
.mod_newsreader.angebot-zielgruppe.detailseite .angebot-content-detail .oben {
	display: grid;
	grid-template-columns: 1fr;
    gap: 0;
	}
	
	
	.mod_newsreader.angebot-zielgruppe.detailseite .angebot-content-detail .oben .ce_image .image_container img {
		width: 100%;
	}
}


/*subnavi*/

.subnavi-zielgruppe ul {
	display: flex;
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.subnavi-zielgruppe ul li {
	width: 25%;
	border-left: 1px solid var(--grey-color);
	line-height: 30px;
	padding: var(--abstand-xs);
}

.subnavi-zielgruppe ul li:last-child {
	border-right: 1px solid var(--grey-color);
}

.subnavi-zielgruppe ul li .fa {
	margin-right: var(--abstand-xs);
}

.subnavi-zielgruppe ul .mm-selected a {
	color: var(--main-color);
}

/*subnavi-artikel*/
.subnavi-artikel ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 Spalten mit gleicher Breite */
  gap: 15px;
}

.subnavi-artikel ul li a{
  word-wrap: break-word !important; 
  white-space: normal;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  display: inline-block; 
  width: 100%;
}


.subnavi-artikel a {
	font-size: 1.333rem;
	padding: var(--abstand-s);
	background: var(--main-color);
	color: #ffffff;
	display: block;
	border-radius: 5px;
	font-weight: 700;
	height: 190px;
	position: relative;
	transition: 0.3s;
}

.subnavi-artikel a:hover {
	background: var(--main-color-light);
}




.mod_newscategories ul {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 10px;
	text-align: center;
}

.mod_newscategories li a,
.mod_newscategories li.active {
	display: block;
	border: 1px solid var(--scnd-color);
	border-radius: 5px;
	padding: var(--abstand-xs);
	font-size: 0.8rem;
}

/* Angebote für Interessengruppen */
.angebote-interessegruppe .ce_accordionSingle h1, 
.angebote-interessegruppe .ce_accordionSingle .image_container{
	display: none;
}

.angebote-interessegruppe .ce_accordionSingle li.download-element.ext-pdf:before,
.angebote-interessegruppe .ce_accordionSingle .tabs li:before{
	display: none;
}

.angebote-interessegruppe .ce_accordionSingle li.download-element.ext-pdf {
	padding-left: 0;
}

.angebote-interessegruppe .ce_accordionSingle li.download-element.ext-pdf a {
	color: var(--scnd-color);
}

.angebote-interessegruppe .ce_accordionSingle .ce_text a {
	color: var(--main-color);
}

.angebote-interessegruppe .ce_accordionSingle .ce_text li {
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.angebote-interessegruppe .ce_accordionSingle .ui-accordion-header-active,
.angebote-interessegruppe .ce_accordionSingle .ui-accordion-header:hover{
	background: var(--grey-color);
}

.angebote-interessegruppe .ce_accordionSingle .ui-accordion-header-active {
	color: #ffffff;
}



/*zwei spalten*/
.spalten-2{
        column-count: 2; /* Zwei Spalten */
        column-gap: 30px; /* Abstand zwischen den Spalten */
        }

.columns2 {
	margin-bottom: var(--abstand-m);
}


/*Team Boxen*/

.mod_newslist .layout_full.teamsliste{
	background: white;
	padding: 25px;
}


/*-----------------------------Footer-------------------------------*/

#footer li:before{
	content: none;
}

#footer .totop:before {
	display: none;
}

#footer{
	background-color: #777777;
	color: white;
	border-top: 0px;
}

#footer li {
	padding-left: 0px;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
	padding: 10px 0;
	margin:	0;
}


#footer li a{
	color: white;
}

#footer h6 {
	color: black;
	font-size:	1.2rem;
}

#footer .ce_hyperlink a{
	color: white !important;
	transition: 0.3s;
}

#footer .mod_socials a i {
	background-color: rgba(255,255,255, 0.3);
}

#footer .mod_socials a i:before {
	color: black;
}

#footer .ce_hyperlink:hover a {
	color: black !important;
	opacity: 1;
}


#bottom .inside a:hover{
	color: white;
}

#bottom {
	background-color: #777777;
	border-top: solid 1px rgba(255,255,255, 0.3);
}







@media only screen and (max-width: 767px) {
  .spalten-2 {
        column-count: 1; /* Zwei Spalten */
        column-gap: 30px; /* Abstand zwischen den Spalten */
        }

.columns2 {
	margin-bottom: var(--abstand-m);
}


.autogrid_grid .column .rahmen, .rahmen-links, .rahmen-rechts {
	border: 1px var(--grey-color) solid;
    padding: 40px 60px !important;
}

.autogrid_grid .column .rahmen {
    background-image: url("/suchtpraevention/gestaltungselemente/i-blau.svg"), url("/suchtpraevention/gestaltungselemente/i-orange.svg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 200px, auto 200px;
}

.autogrid_grid .column .rahmen-links {
    background-image: url("/suchtpraevention/gestaltungselemente/i-blau.svg");
    background-position: left top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 200px, auto 200px;
}


.autogrid_grid .column     .rahmen-rechts {
background-image: url("/suchtpraevention/gestaltungselemente/i-orange.svg");
    background-position: right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 200px, auto 200px;
}}






/* RESPONSIVE*/

/*responsive grid-struktur fuer subnavi & angebote*/
@media only screen and (max-width: 1200px) {
	.mod_newslist, .subnavi-artikel ul {
		grid-template-columns: repeat(3, 1fr);
}
}

@media only screen and (max-width: 900px) {
	#article-15220 .mod_newslist, .mod_newslist, .subnavi-artikel ul {
		grid-template-columns: repeat(2, 1fr);
}
}

@media only screen and (max-width: 767px) {
	#article-15220 .mod_newslist, .mod_newslist, .subnavi-artikel ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 390px) {
	#article-15220 .mod_newslist, .mod_newslist {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*responsive subnavi zielgruppe*/
@media only screen and (max-width: 900px) {
	.subnavi-zielgruppe ul {
		display: flex;
		flex-direction: column;
	}
	
	.subnavi-zielgruppe ul li {
	width: 100%;
	border-bottom: 1px solid var(--grey-color);
	border-left: none;
	line-height: 30px;
	padding: var(--abstand-xs);
}

	.subnavi-zielgruppe ul li:last-child {
		border: none;
	}

}

/* responsive Akkordeons Interessensgruppen */
@media only screen and (max-width: 1070px) {
  .angebote-interessegruppe .text-content {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 390px) {
	.angebote-interessegruppe .text-content {
    padding-top: 80px !important;
  }
}

/* responsive Hintergrundbild Startseite */
@media only screen and (max-width: 1070px) {
#article-14525 .ce_bgimage-image {
	background-image: none !important;
}
}
