/*
Theme Name:     LJS 2025
Theme URI:      https://www.jugendschutz-niedersachsen.de
Description:    Child Theme for Divi 
Author:         Marion Lustig
Author URI:     https: //www.lustigonline.de/
Template:       Divi
Version:        1.1
*/



@import url("../Divi/style.css");



/* -- SCHRIFTEN EINBINDEN -- */








/* -- ALLGEMEINES | AUFBAU -- */


#main-content .container::before {
    width: 0px;
    background-color: #fff;
}

body:not(.et-tb-has-header) #main-content .container {
	border: 1px solid #e6f0fa;
	border-radius: 40px;
-webkit-box-shadow: 3px 3px 7px 0px rgba(94,154,211,0.3); 
box-shadow: 3px 3px 7px 0px rgba(94,154,211,0.3);
	background-color: #fff;
	padding: 30px;
}

body:not(.et-tb) #main-content .container {
	border: 1px solid #e6f0fa;
	border-radius: 40px;
-webkit-box-shadow: 3px 3px 7px 0px rgba(94,154,211,0.3); 
box-shadow: 3px 3px 7px 0px rgba(94,154,211,0.3);
	background-color: #fff;
	padding: 30px;
}

body:not(.et-tb) #main-content {
	padding: 40px 0px 40px!important;
}

.page.et_pb_pagebuilder_layout #main-content {
  padding: 0px!important;
}

.single-post div#page-container div#et-main-area div#main-content {
 padding-bottom: 50px!important;
}


/* -- SCHRIFTEN -- */

p { 
   	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto; 
	padding-bottom: 0.7em;
}

h1, h2, h3, h4, h5, h6 { 
   	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto; 

}

.et_pb_bg_layout_dark p a { 
   color: #000;
}

p a {
	border-bottom: 1px solid #5e9ad3;
}

p a:hover {
	color: #5e9ad3;
	border-bottom: 1px solid #5e9ad3;
}

.main_title {
  display: none;
}

h1 {
	font-size: 2.0em!important;
	padding-bottom: 25px;
}


h2 {
	font-size: 1.6em!important;
	color: #000!important;

}

h3 {
		font-size: 1.2em!important;
	line-height: 1.4em!important;
	padding-bottom: 10px;

}

.extern-link h3 {
  padding-top: 10px;
}

.extern-link h3::before {
	color: #e9b400;
	content: "\45";
	font-family: ETmodules;
	font-size: 1.7em;
	padding-top: 20px!important;
	position: relative;
top: 11px;
}


h4, .et_pb_bg_layout_dark h4 {
	font-size: 1.1em;
	color: #000!important;
	font-weight: 600;
	line-height: 1.4em;
}

.single h4 {
	font-size: 1.4em;
	color: #fff!important;
	font-weight: 600;
	line-height: 1.4em;
	background: #e9b400;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
}

h5 {
	font-weight: 700!important;
	font-size: 1.2em;
}

.single h5 {
	font-size: 1.4em;
	color: #fff!important;
	font-weight: 600;
	line-height: 1.4em;
	background: #2f52a0;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	margin: 0 25%!important;
	width: 50%;
	display: inline-block;
}

.single h5:hover {
	background: #5e9ad3;
	transform: scale(1.2);
	transition: transform .5s;
}



h6 {
	background-color: #5e9ad3;
	color: #fff!important;
	padding: 12px 0px 10px;
	text-transform: uppercase;
	border-radius: 11px 11px 0px 0px;
	margin-bottom: 20px;
	font-size: 1.2em;
}


p.schwerpunkte {
	font-size: 0.85em;
	line-height: 1.3em;
}

.hell a {
	color: #fff;
	border-bottom: 1px solid #fff;
}


/* -- LINIE -- */

hr {
	background-color: transparent;
  margin: 30px 10% 30px;
  border: 1px solid #5e9ad3;
  padding: 0px;
  float: none;
  clear: both;
  width: 80%;

}

/* -- ZITAT -- */

blockquote {
  margin: 20px 0 30px;
  border-left: 0px;
  padding: 40px;
	background: #e6f0fa;
	border-radius: 40px;
}

/* -- TABELLE -- */

.entry-content table:not(.variations) {
  border: 0px solid #fff;
}

.entry-content tr td {
  border-top: 0px solid #fff;
}

/* -- LISTE -- */

.entry-content ul li::before {
  color: #e9b400;
  font-size: 1.0em;
  content: "\5e";
  margin-left: -30px;
  padding-right: 10px;
	font-family: ETmodules !important;
	font-weight: 600;
}

.hell div.et_pb_text_inner ul li::before {
  color: #fff;

}

#left-area ul li, .entry-content ul li, .comment-content ul li {
  margin: 10px 0px 10px 30px;
  list-style: none;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
  padding: 0 0 10px 1em;
  line-height: 26px;
}

#left-area ul li a:hover, .entry-content ul li a:hover, .comment-content ul li a:hover {
  color: #000;
	border-bottom: 1px solid grey;
}

div.entry-content ol li {
  margin: 10px 0px 10px 30px;
}

#left-area ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol {
  list-style-position: outside;
  padding: 0 0 23px;
  line-height: 26px;
}

.gewalt ul li::before {
  color: #F6A000;
}

/* -- BUTTON -- */

.et_pb_button:hover, .et_pb_promo_button:hover {
	transform: scale(1.2);
	transition: transform .5s;
}

/* -- HEADER/ MENU -- */


#main-header {
  -webkit-box-shadow: 0 0px 0 rgba(0,0,0,.1);
  box-shadow: 0 0px 0 rgba(0,0,0,.1);
	max-width: 1800px;
}

.et_fixed_nav.et_show_nav #page-container {
	max-width: 1800px;
	margin: 0 auto!important;
}

.et_fullwidth_nav #main-header .container {
    padding-right: 10px!important;
    padding-left: 10px!important;
	height: 120px;
}

#et-top-navigation {
  font-weight: 500;
}

#logo {
    padding-top: 0px;
}


.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 20px 0 0 0!important;
 }

.et_header_style_left #et-top-navigation {
	margin-right: 100px!important;
	margin-left: 260px!important;
}

.et_header_style_centered #top-menu > li > a {
    padding-bottom: 20px!important;
}

.nav li ul {
  padding: 5px 0;
  width: 160px;
  box-shadow: 0 4px 8px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 8px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.3);
	background-color: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 0px solid;
	margin-left: -15px;
	margin-top: 2px;
}

.nav li li ul {
  top: -23px;
  left: 150px;
}

.nav li li a {
  font-size: 12pt!important;
	line-height: 1.3em;
	font-weight: 400!important;
}


#top-menu li {
  background-color: #2f52a0;
	border-radius: 7px;
	padding: 12px 10px 3px 15px!important;
	margin-top: 5px;
}

#top-menu li li {
  padding: 0px!important;
	background-color: transparent;
	border-radius: 0px;
}

#top-menu li li a {
  padding: 6px 10px;
  width: 160px;
}

#et-secondary-nav .menu-item-has-children > a:first-child, #top-menu .menu-item-has-children > a:first-child {
  padding-right: 20px;
}

#et-secondary-nav .menu-item-has-children > a:first-child::after, #top-menu .menu-item-has-children > a:first-child::after {
  content: "\43";
  font-size: 20px;
  font-weight: 800;
	color: #e9b400;
	padding-top: 3px;
}

#top-menu-nav > ul > li > a:hover {
  opacity: 1.0;
	color: #e9b400!important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
  background-color: #2f52a0;
  opacity: 1.0;
	color: #fff!important;
}

 .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 10px!important;
  }

/* -- MENU SUCHE -- */

.et-search-form input {
  color: #000!important;
  background: transparent;
	border: 1px solid #2f52a0;
	padding: 10px;
	height: 50px;
	width: 50%;
	right: 60px;
	border-radius: 7px;
}

.et_search_form_container input::placeholder {
  color: #000!important;
}

div#et-top-navigation div#et_top_search span#et_search_icon {
  color: #2f52a0!important;
  font-size: 30px;
}

#et_search_icon::before, .et-fixed-header #et_search_icon::before {
    color: #2f52a0!important;
	font-size: 30px;
  }


#et_top_search {
  margin: 10px 0px 0 15px;
  width: 30px;
}


/* -- FIXED HEADER -- */

#main-header.et-fixed-header {
	height: 80px;
}

#main-header.et-fixed-header div.container.et_menu_container div.logo_container {
  height: 70%;
}

#main-header.et-fixed-header #top-menu li a {
  color: #fff!important;
}

#main-header.et-fixed-header #top-menu li li a {
  color: #000!important;
}

#main-header.et-fixed-header #top-menu li li a:hover {
  color: #fff!important;
}

/* -- FLOATING MENU -- */

.floating-menu .fm-item {	
-webkit-box-shadow:0px 0px 6px 3px rgba(255,255,255,0.8);
-moz-box-shadow: 0px 0px 6px 3px rgba(255,255,255,0.8);
box-shadow: 0px 0px 6px 3px rgba(255,255,255,0.8);

}

/* -- HOME -- */

p img.aligncenter {
  margin-bottom: 15px;
}

img.alignleft {
  display: block;
	clear: both;
}


.border-grey img {
  border: 1px solid #e6f0fa;
}

/* -- SLIDER -- */

.et_pb_fullwidth_slider_0 .et_pb_slide .et_pb_slide_description {
  text-shadow: 0em 0em 0em rgba(0,0,0,0)!important;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
  padding-bottom: 10px;
}

.et_pb_slide {
  padding: 0;
}

/* -- BEREICHE -- */

.et_pb_gutters2 .et_pb_column_1_4 {
    margin-right: 0;
  }

 .et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 24%;
	 margin-right: 1%;
  }

 .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 4%;
  }


.et_pb_row_5col div.et_pb_column.et_pb_column_1_5 div.et_pb_module.et_pb_text:hover {
  opacity: 0.5;
}

.extern-link.et_clickable:hover {
  transform: scale(1.2);
	transition: transform .5s;
}

.material div.et_pb_module.et_pb_image a span.et_pb_image_wrap img:hover {
  transform: scale(1.2);
	transition: transform .5s;
}



/* -- GEWALT -- */

.gewalt h6 {
	background-color: #f6a000;
}

.gewalt h5, .medien h5, .sex h5, .sucht h5 {
	background-color: #fff;
	color: #2f52a0!important;
	border-radius: 20px;
	padding: 20px;
	font-weight: 500!important;
	line-height: 1.4em;
	margin-top: 10px;
	font-size: 1.2em!important;
}

div.et_pb_module.et_pb_icon a span.et_pb_icon_wrap span.et-pb-icon {
	font-size: 60px;
}


/* -- MATERIALIEN -- */

.materialien img:hover, div.et_pb_module.et_pb_icon a span.et_pb_icon_wrap span.et-pb-icon:hover {
  transform: scale(1.2);
	transition: transform .5s;
}

/* -- AKKORDEON-- */

 .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0%;
  }

.et_pb_toggle {
  margin-top: 5px!important;
}


.et_pb_accordion .et_pb_accordion_item:hover {
	border-color: #2f52a0!important;
}

/* -- POST CAROUSEL -- */

.dg-arrows {
  cursor: pointer;
}

.dg-blog-carousel {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /*Firefox*/
}

.dg-blog-carousel::-webkit-scrollbar {
  display: none;
}

.dg-blog-carousel .et_pb_ajax_pagination_container {
  display: flex;
  justify-content: space-between;
  gap: 20px; 
  width: 2450px; /* You may need to adjust the width depending on how many blog posts you show. */
}

.dg-blog-carousel .et_pb_ajax_pagination_container .et_pb_post {
  scroll-snap-align: start;
  width: 100%;
		border: 1px solid #5e9ad3;
	border-radius: 20px;
	margin-bottom: 10px!important;
	background-color: #fff;
}

.et_pb_post h2.entry-title {
  font-size: 1.2em!important;
	line-height: 1.3em!important;
	text-align: center;
	padding: 0px 20px 20px;
	color:#000!important
}

.dg-blog-carousel .et_pb_post .post-meta {
  background: #5e9ad3;
	text-align: center;
	font-weight: bold!important;
	color: #fff!important;
	line-height: 1.3em!important;
}

.dg-blog-carousel .et_pb_post .post-meta a {
	color: #fff!important;
}

.dg-blog-carousel p.post-meta {
	padding: 6px 20px 6px!important;
}

.dg-blog-carousel .et_pb_post div.post-content {
	padding: 10px 20px;
	text-align: center;
}

.dg-blog-carousel .et_pb_post div.post-content p {
	color: #000!important;
	font-size: 0.9em!important;
	line-height: 1.4em!important;
}

.et_pb_posts a.more-link {
  background: #2f52a0;
	width: 70%;
	border-radius: 10px;
	padding: 10px;
	margin: 20px auto 20px;
	color: #fff;
	font-weight: bold;
}

.et_pb_posts a.more-link::before {
  content: "E";
	font-family: ETmodules;
  font-weight: 800;
  color: #e9b400;
font-size: 1.3em;
  vertical-align: bottom;
  padding-bottom: 1px;
  margin-left: -5px;
}

.et_pb_posts a.more-link:hover {
  background: #5e9ad3;
	transform: scale(1.2);
	transition: transform .5s;
}

.dg-blog-carousel .et_pb_post a img {
	border-radius: 20px 20px 0px 0px;
}

.et_pb_icon .et-pb-icon {
  margin-left: -28px!important;
	display: block;
}

/* -- AKTUELLES / NEWS-ÜBERSICHT -- */

.et_pb_blog_grid .et_pb_post {
		border: 1px solid #5e9ad3;
	border-radius: 20px;
	margin-bottom: 30px!important;
	background-color: #fff;
}

.et_pb_blog_grid .et_pb_image_container img {
	border-radius: 20px 20px 0px 0px;
	border-top: 1px solid #5e9ad3;
	border-left: 1px solid #5e9ad3;
	border-right: 1px solid #5e9ad3;
}

.et_pb_blog_grid a.more-link {
  background: #2f52a0;
	width: 70%;
	border-radius: 10px;
	padding: 10px;
	margin: 20px auto 20px!important;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}

.et_pb_blog_grid a.more-link::before {
  content: "E";
	font-family: ETmodules;
  font-weight: 800;
  color: #e9b400;
font-size: 1.3em;
  vertical-align: bottom;
  padding-bottom: 1px;
  margin-left: -5px;
}

.et_pb_blog_grid a.more-link:hover {
  background: #5e9ad3;
	transform: scale(1.2);
	transition: transform .5s;
}

.et_pb_post h2 {
   font-size: 1.2em!important;
	line-height: 1.3em!important;
	text-align: center!important;
	color:#000!important;
}

.et_pb_post .entry-title a, .et_pb_post h2 a {
	color:#000!important;
}

.et_pb_blog_grid .et_pb_post .post-meta {
  background: #5e9ad3;
	text-align: center;
	font-weight: bold!important;
	color: #fff!important;
	line-height: 1.3em!important;
}

.et_pb_blog_grid .et_pb_post .post-meta a {
	color: #fff!important;
}

.et_pb_blog_grid p.post-meta {
	padding: 6px 20px 6px!important;
}

.et_pb_blog_grid .et_pb_post div.post-content {
	padding: 10px 20px;
	text-align: center;
}

.et_pb_blog_grid .et_pb_post div.post-content p {
	color: #000!important;
	font-size: 0.9em!important;
	line-height: 1.4em!important;
}

/* -- BEITRÄGE/NEWS -- */

.et_pb_post {
  margin-bottom: 0px;
  word-wrap: break-word;
}

.single .post {
  padding-bottom: 20px;

}

.et_pb_post .entry-title {
   font-size: 1.6em!important;
	line-height: 1.3em!important;
	text-align: center!important;
	color:#000!important;
}


#left-area .post-meta {
  font-size: 1.0em;
  padding-bottom: 15px;
	text-align: center;
	color: #5e9ad3;
	font-weight: bold;
}

#left-area .post-meta, #left-area .post-meta a {
	color: #5e9ad3;
}


/* -- KATEGORIEN-ÜBERSICHT / SUCHERGEBNISSE -- */



 .et_pb_gutter.et_pb_gutters2 #left-area {
    width: 100%;
  }

.search #left-area,
.archive #left-area {
    -moz-column-count: 3!important;
	column-count: 3!important;
	-webkit-column-count: 3!important;
    column-gap: 15px!important;
    -moz-column-gap: 15px!important;
    -webkit-column-gap: 15px!important;
	margin: 0px!important;
}

.search #left-area article, .archive #left-area article {
	break-inside: avoid-column;
	padding: 20px!important;
	min-height: 550px;
	orphans: 3;
	border: 1px solid #5e9ad3;
  border-radius: 20px;
  margin-bottom: 30px !important;
  background-color: #fff;
}

.archive #left-area .post-meta {
  font-size: 1.0em;
  padding-bottom: 15px;
	text-align: center;
	color: #5e9ad3;
	font-weight: bold;
}

.archive .post, .search .post {
  padding-bottom: 20px;

}

.archive .post {
	text-align: center;

}

.archive .et_pb_post .entry-title, .search .et_pb_post .entry-title {
   font-size: 1.6em!important;
	line-height: 1.3em!important;
	text-align: center!important;
	color:#000!important;
}

.search-no-results div#left-area {
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  -webkit-column-count: 1 !important;
  column-gap: 0px !important;
  -moz-column-gap: 0px !important;
  -webkit-column-gap: 0px !important;
  margin: 0px !important;
}

/* -- FOOTER -- */


#footer-widgets {
  padding: 3% 0 0;
}

#footer-info {
  text-align: center!important;
  color: #666;
  padding-bottom: 10px;
  float: none;
}

.et_pb_widget {
  float: none;
	margin: 0 auto!important;
	text-align: center;
}

.et_pb_widget a:hover {
  opacity: 0.7;
}

.et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 10px;
  }
.wp-block-image {
  margin: 0px auto;
}

.iconfont {
  font-family: ETmodules !important;
	font-size: 3em;
	text-align: center;
	display: block;
	color: #e9b400!important;
	text-decoration: none;
}
.iconfont, .iconfont a {
	color: #e9b400!important;
	border-bottom: 0px!important;
}

.wp-container-core-columns-is-layout-9d6595d7 {
  width: 80%;
	margin: 0px auto 50px;
}

div#footer-widgets.clearfix div.footer-widget div#block-13.fwidget.et_pb_widget.widget_block div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p.has-text-align-center a {
  color: #2f52a0;
	background-color: #e9b400;
	padding: 5px 20px;
	border-radius: 10px;
}

/* -- TEAM -- */

div#team h3 {
  color: #000;
	line-height: 1.3em!important;
	font-size: 1.0em!important;
}

div#team p {
  font-size: 0.8em!important;
	line-height: 1.3em;
	margin-top: 15px;
	hyphenate-limit-chars: 8 7 7;
}


div#team .teambereich div.et_pb_text_inner h5 {
  min-height: 60px;
}


div.team-single p {
  font-size: 0.8em!important;
	line-height: 1.3em;
	margin-top: 0px!important;
	margin-bottom: 10px!important;
}

div.team-single h3 {
	padding-bottom: 0px!important;
}

div#team blockquote {
	line-height: 1.3em;
	background-color: #fff;
	color: #2f52a0;
	font-size: 1.2em;
	padding: 20px 40px;
	border-radius: 20px;
}

div#team blockquote h4 {
	text-transform: uppercase;
	font-size: 0.8em!important;
	padding-bottom: 0px!important;
	font-weight: 400!important;
}

div#ljs h5 {
   color: #fff;
	background-color: #2f52a0;
	padding: 8px;
	border-radius: 10px;
	line-height: 1.4em;
}

div#sex h5 {
   color: #fff;
	background-color: #e8308a;
	padding: 8px;
	border-radius: 10px;
	line-height: 1.4em;
}

div#gewalt h5 {
   color: #fff;
	background-color: #f6a000;
	padding: 8px;
	border-radius: 10px;
	line-height: 1.4em;
}

div#medien h5 {
   color: #fff;
	background-color: #00b1aa;
	padding: 8px;
	border-radius: 10px;
	line-height: 1.4em;
}

div#sucht h5 {
   color: #fff;
	background-color: #A2C617;
	padding: 8px;
	border-radius: 10px;
	line-height: 1.4em;
}

div#elterntalk h5 {
   color: #fff;
	background-color: #CC073A;
	padding: 8px;
	border-radius: 10px;
	line-height: 1.4em;
}

div#ljs h5:hover, div#sex h5:hover, div#gewalt h5:hover, div#medien h5:hover, div#sucht h5:hover, div#elterntalk h5:hover {
   opacity: 0.5;
}

/* -- BARRIEREFREIHEIT -- */

button.aicon_link {
  width: 80px;
  height: 80px;
}

div#wp_access_helper_container.accessability_container.dark_theme button.wahout.aicon_link img.aicon_image {
	background-color: #fff;
}

.aicon_link {
  left: -80px;
  max-width: 80px;
  max-height: 80px;	
}

body .accessability_container * {
  background: transparent!important;
}

button.close_container {
  background: #fff !important;
  color: #000 !important;
}

/* -- DIGITALE WELTEN -- */

.digitale-welten h3  {
  color: #322780 !important;
	text-align: center;
	font-size: 1.0em!important;
}

.digitale-welten h5  {
  color: #fff !important;
	text-align: center;
	background: #e30e81;
	padding: 10px;
}


.digitale-welten .dw a span.et_pb_image_wrap img:hover {
  	transform: scale(1.1);
	transition: transform .5s;
}

/* -- PROJEKTE -- */

.projekte div.et_pb_text_inner p {
  	font-size: 0.9em;
	line-height: 1.3;
}

.projekte div.et_pb_with_border.et_pb_module.et_pb_text {
  	min-height: 620px!important;
}

.projekte div.et_pb_with_border.medien.et_pb_module.et_pb_text {
  	min-height: 540px!important;
}

.projekte div.et_pb_with_border.gewalt.et_pb_module.et_pb_text {
  	min-height: 580px!important;
}

.projekte div.et_pb_with_border.sucht.et_pb_module.et_pb_text {
  	min-height: 560px!important;
}


.projekte div.et_pb_with_border.et_pb_module.et_pb_text.et_clickable:hover {
  	transform: scale(1.1);
	transition: transform .5s;
}


.projekte div.et_pb_text_inner h3 {
  font-size: 0.9em !important;
  line-height: 1.2em !important;
  padding-bottom: 10px;
	font-weight: 500!important;
	height: 60px;
}

/* -- INTERNE BEREICHE -- */

.intern.et_section_regular.et_pb_section--with-menu div.et_pb_row.et_pb_row_0.et_pb_row--with-menu.et_pb_row_3-4_1-4 div.et_pb_column.et_pb_column_1_4.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
  width: 22%;
}

div.um-form ul.um-misc-ul li::before,
ul#menu-interne-bereiche.et-menu.nav li::before {
  content: "";
  margin-left: 0px;
  padding-right: 0px;
}

ul#menu-interne-bereiche.et-menu.nav li {
  font-size: 0.9em!important;
	line-height: 1.3em!important;
	font-weight: 500;
	background-color: #fff;
	padding: 10px 10px 0px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto 10px!important;
	display: block;
}

ul#menu-interne-bereiche.et-menu.nav li a {
  color: #000;
}

ul#menu-interne-bereiche.et-menu.nav li a:hover {
  border-bottom: 0px;
	color: #2f52a0;
}

.um-misc-img {
  display: none;
}

div.um-form ul.um-misc-ul li {
  font-size: 1.5em;
	font-weight: bold;
	background-color: #2f52a0;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #fff;
}

div.um-form ul.um-misc-ul li a {
	color: #fff;
}

div.um-form ul.um-misc-ul li:nth-child(1) {
    display: none;
}

div.um-form div.um-misc-with-img div {
  font-size: 1.5em;
	color: #000;
}

div.um-form {
  font-size: 1.0em;
	color: #000;
	background-color: #e6f0fa;
	padding: 20px;
	border-radius: 20px;
}

.um-field-label label {
    font-size: 1.1em!important;
    line-height: 1.2em!important;
    font-weight: 500;
	color: #000;
}

.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    background: #2f52a0;
}

.um:not(.um-admin):not(.um-directory) input, .um:not(.um-admin):not(.um-directory) textarea {
    font-size: 1.2em!important;
	font-weight: 500!important;
}


.um-field-label {
    display: block;
    margin: 0 0 4px 0;
}

.um a.um-button:hover, .um input[type=submit].um-button:hover {
    background-color: #5e9ad3;
}

/* -- GLOSSAR -- */

#tt #ttcont div.glossaryItemBody {
  font-size: 16px;
  line-height: 1.3em!important;
}

#ttcont {
  border-radius: 20px;
}

span.glossaryLink, a.glossaryLink {
  border-bottom: 1px solid!important;
}

div.glossary-container ul#glossaryList.glossaryList li::before {
  content: "";
  margin-left: 0px;
  padding-right: 0px;
}

div#glossaryList-nav div.query-results-count {
  font-size: 0.8em;
	font-style: italic;
	color: #5e9ad3;
}

div.glossary-container ul li {
  margin: 10px 0px 30px 0px!important;
}

.glossary p.post-meta {
  display: none;
}

.glossary h1 {
  padding-bottom: 5px!important;
}

.glossary .et_pb_post .entry-content {
  padding-top: 10px;
}

.cmtt-backlink {
  text-align: center;
	border-top: 2px solid #e9b400;
	padding-top: 10px;
}

/* --------- RESPONSIVE----------- */

/* -- ALLGEMEIN -- */

.mobile_menu_bar::before {
  font-size: 50px;

}

#et_mobile_nav_menu {
	margin-top: 10px;
}

.et_mobile_menu .menu-item-has-children > a {
  background-color: #fff;
}

.et_mobile_menu li a {
  color: #2f52a0!important;
	font-size: 1.1em!important;
	border-bottom: 1px #5e9ad3;
	font-weight: 700;
}

.et_mobile_menu li li {
  padding-left: 0;
}

.et_mobile_menu li li a {
	font-weight: 400!important;
}

/* -- BIS 1100PX -- */

@media screen and (max-width: 1150px) {

.wp-container-core-columns-is-layout-9d6595d7 {
  width: 100%!important;
}
	
#et_top_search {
  margin: -80px 0px 0 10px!important;
}	
	
.et_header_style_left #et-top-navigation {
  margin-right: 100px !important;
  margin-left: 300px !important;
}
	
.projekte div.et_pb_with_border.medien.et_pb_module.et_pb_text {
  	min-height: 590px!important;
}

.projekte div.et_pb_with_border.gewalt.et_pb_module.et_pb_text {
  	min-height: 650px!important;
}

.projekte div.et_pb_with_border.sucht.et_pb_module.et_pb_text {
  	min-height: 560px!important;
}


}




/* -- BIS 980PX -- */

@media screen and (max-width: 980px) {


.et_header_style_left #logo {
    max-width: 100%;
}

.et_header_style_left #et-top-navigation {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.container {
  width: 90%;
  max-width: 1600px;
}

.footer-widget .fwidget:last-child {
  margin-bottom: 30px!important;
}
	
	.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
  width: 100%;
  margin-right: 0%;
}
	
.et_pb_section {
    padding: 20px 0;
  }
	
#footer-widgets {
  padding: 5% 0 0;
}

div#team span.et_pb_image_wrap img {
  max-width: 300px;
}

.search #left-area,
.archive #left-area {
    -moz-column-count: 2!important;
	column-count: 2!important;
	-webkit-column-count: 2!important;
    column-gap: 15px!important;
    -moz-column-gap: 15px!important;
    -webkit-column-gap: 15px!important;
	margin: 0px!important;
}

.search #left-area article, .archive #left-area article {
	padding: 20px!important;
	min-height: 550px;
	orphans: 2;
  margin-bottom: 30px !important;
}
	
	.intern.et_section_regular.et_pb_section--with-menu div.et_pb_row.et_pb_row_0.et_pb_row--with-menu.et_pb_row_3-4_1-4 div.et_pb_column.et_pb_column_1_4.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
  width: 100%;
}

.intern div.et_pb_menu__menu {
    display: flex!important;
  }	
	
.intern div.et_mobile_nav_menu {
    display: none!important;
  }
	
#logo {
  max-height: 70%;
}
	
body:not(.et-tb) #main-content {
  padding: 10px 0px 10px !important;
}
	
.dg-blog-carousel .et_pb_ajax_pagination_container {
  width: 1550px;
}
	
.projekte div.et_pb_with_border.medien.et_pb_module.et_pb_text,
.projekte div.et_pb_with_border.gewalt.et_pb_module.et_pb_text,
.projekte div.et_pb_with_border.sucht.et_pb_module.et_pb_text {
  	min-height: 500px!important;
}	
		
}


/* -- BIS 768PX -- */

@media screen and (max-width: 768px) {
	
.et_header_style_left #logo {
    max-width: 70%;
		margin-left: -30px;
}
	
button.aicon_link {
  width: 60px;
  height: 60px;
}
	
.aicon_link {
  left: -60px;
  max-width: 60px;
  max-height: 60px;
}	
	
.et_header_style_left #et-top-navigation {
    margin-right: 30px !important;
    margin-left: 20px !important;
  }	
	
 .et_pb_section {
    padding: 10px 0;
  }	

	.search #left-area,
.archive #left-area {
    -moz-column-count: 1!important;
	column-count: 1!important;
	-webkit-column-count: 1!important;
    column-gap: 15px!important;
    -moz-column-gap: 15px!important;
    -webkit-column-gap: 15px!important;
	margin: 0px!important;
}

.search #left-area article, .archive #left-area article {
	padding: 20px!important;
	min-height: 450px;
	orphans: 1;
  margin-bottom: 30px !important;
}
		
body.admin-bar.et_fixed_nav #main-header {
    top: 20px;
  }
	
.dg-blog-carousel .et_pb_ajax_pagination_container {
  width: 1500px;
}
	
p:not(.has-background):last-of-type {
  padding-bottom: 20px;
}	
	
h5 {
	font-weight: 500!important;
	font-size: 1.0em;
	line-height: 1.3em;
}
	
.et_pb_icon .et-pb-icon {
  margin-left: -10px !important;
}	
	
.et_pb_posts a.more-link {
  width: 100%;
  margin: 0px auto 0px;
  color: #fff;
  font-weight: bold;
	font-size: 0.9em;
}
	
#footer-widgets {
    padding: 10% 0 0;
  }

#footer-widgets p {
  padding-bottom: 0.5em;
}
	
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    width: 100%;
    margin-right: 0%;
  }	

.et_pb_fullwidth_header {
  padding: 10px 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    margin: 0px 2%;
  }

.gewalt h5, .medien h5, .sex h5, .sucht h5 {
  line-height: 1.2em;
  font-size: 1.0em !important;
}
	
div#team blockquote {
  line-height: 1.2em;
  font-size: 1.1em;
  padding: 10px 10px;
}
	
div#team span.et_pb_image_wrap img {
    max-width: 250px;
	height: auto;
  }
	
 #footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
    margin-bottom: 1.5% !important;
  }
	
.single h5 {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 5% !important;
  width: 90%;
}	
	
}	
