/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/




/* rubik-300 - 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: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/rubik-v28-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-300italic - 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: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/rubik-v28-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-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: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rubik-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-italic - 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: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/rubik-v28-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-500 - 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: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/rubik-v28-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-500italic - 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: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/rubik-v28-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-600 - 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: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/rubik-v28-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-600italic - 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: 'Rubik';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/rubik-v28-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*Add your own styles here:*/

.container_wrap {
  clear: both;
  position: relative;
  z-index: 1;
  border-top-style: solid;
  border-top-width: 0px;
}


.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
}

/*-----------------------------------------
// type
//----------------------------------------*/


body{
		font-size: 16px;
	font-family: 'Rubik', Helvetica, sans-serif;
}


p, li {
	font-family: 'Rubik', Helvetica, sans-serif;
	font-weight: 300;
  margin-bottom: 15px;
  line-height: 24px;
   hyphens: auto;
}

  p a{
	  font-weight: 400;
				 }
		 
		 p a:hover{
	  font-weight: 400;
		 color: #3B8900; 
		 border-bottom: 2px solid; 
		 }
	  
	  
	  .alternate_color a{
	font-weight: 400;
	 color: #3B8900; 
}
	  

h1{
	letter-spacing: 0px !important;
	text-transform: none !important;
	}
	
h1, #top h1 a{
font-family: 'Rubik', Helvetica, sans-serif;
	 margin-bottom: 20px;
	 font-weight: 500;
	}
	
	.modern-quote .av-special-heading-tag {
font-weight: 500;
}

.template-page .entry-content-wrapper h1 {
	  letter-spacing: 1px;
   line-height: 1.2em;
 }
 
 /* Anführungsstriche in special heading */
 .special_amp {
  font-family: 'Rubik', Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.3em;
  line-height: 0.5em;
  font-weight: normal;
  color:#222 !important; 
}


h1 {
 font-size: 32px;
}
@media screen and (min-width: 480px) {
 h1 {
  font-size: calc(32px + (44 - 32) * ((100vw - 480px) / (1600 - 480)));
 }
}
@media screen and (min-width: 1600px) {
 h1 {
  font-size: 44px;
 }
}

h2{
line-height: 38px;
  letter-spacing: 0px;
}

h2, #top h2 a{
	font-family: 'Rubik', Helvetica, sans-serif;
text-transform: none;
font-weight: 500;
}

h2 {
 font-size: 26px;
}
@media screen and (min-width: 480px) {
 h2 {
  font-size: calc(26px + (34 - 26) * ((100vw - 480px) / (1600 - 480)));
 }
}
@media screen and (min-width: 1600px) {
 h2 {
  font-size: 34px;
 }
}


.template-page .entry-content-wrapper h2 {
letter-spacing: 0em;
   text-transform: none;
}

  h3{
	  	font-size: 1.5em;
	  line-height: 28px;
  font-weight: 500;
     color: #3B8900;
	   }

h3, #top h3 a{
	font-family: 'Rubik', Helvetica, sans-serif;
text-transform: none;
  	  font-weight:500;
	   }
	 	   
h4 {
font-family: 'Rubik', Helvetica, sans-serif;
  font-size: 1.2em;
  color: #3B8900;
  line-height: 1.4em;
  margin-bottom: 4px;
  font-weight: 500;
  padding: 10px 0;
}

h5 {
  font-size: 1.0em;
  line-height: 1.4em;
}

strong{
	font-weight:500;
}

body .av-special-heading .av-special-heading-tag {
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  float: left;
  margin-bottom: 10px;
}


/*-----------------------------------------
// accordeon toggle minimal style
//----------------------------------------*/

.top .main_color .av-minimal-toggle .toggler{
	background: #fff;
}

/*minimal toggle*/
.av-minimal-toggle.togglecontainer .single_toggle .toggler{
	border-radius:0;
	border-left:none;
	border-right:none;
	border-top:none;
	font-size: 1.0em;
	background: #fff !important;
}

.av-minimal-toggle .single_toggle{
	margin: 0 0 0px 0;
	padding-bottom: 0px;
	border:1px solid #dedecd;
	
}

.toggle_icon .hor_icon, .toggle_icon .vert_icon{
	border-color: #222;
}

.av-minimal-toggle .toggle_icon {
	margin-top: -7px;
	border-color:#222;
}

.av-minimal-toggle .toggler:hover {
	opacity: 0.8;
}

.av-minimal-toggle .activeTitle.toggler:hover {
	opacity: 1;
}

.toggle_content{
	padding: 12px 30px 11px 30px;
	margin: 0 0 0px 0;
	}



/*-----------------------------------------
// contact form 7
//----------------------------------------*/


#top input[type="text"], #top input[type="email"], #top .main_color textarea{
	padding: 8px 6px;
  outline: 1px solid #ccc;
   color: #222;
  margin: 0;
    margin-bottom: 0px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #fff !important;
  border-radius: 3px;
}

/*-----------------------------------------
// gallery
//----------------------------------------*/

.avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap {
  transition:all 0.7s;
  border-radius: 5px;
  margin-bottom:0px; /*keeps copyright box in image:*/
  margin-top:5px;
}

#top div .avia-gallery img {
  float: left;
  border-style: solid;
  border-width: 0px;
  padding: 5px;
  width: 100%;
  border-radius: 0;
}

/*-----------------------------------------
// bullet points
//----------------------------------------*/

.entry-content-wrapper li {
    padding: 0px;
}

ul {
  list-style: none outside;
  margin-left: 0px;
  margin-bottom: 40px;
  margin-top: 25px;
}

      
/*-----------------------------------------
// Main Menu
//----------------------------------------*/




/* Main menu text color  */
#top #header #avia-menu li.current-menu-item > a > .avia-menu-text {
	color:#3B8900;
		text-transform: normal;
}

/* Active menu underline color */

#top #header #avia-menu .menu-item > a > .avia-menu-text {
	font-size: 1.5em;
	letter-spacing: 0.02em;
  font-weight: 500;
  color: #333;
} 

.av-main-nav ul {
  width: 250px;
  z-index: 2;
}

#top #wrap_all #header #avia-menu ul li.current-menu-item a {		
       color: #e1bf00;  
}
  
#top .av-main-nav ul a {
  color: #333;
}


/* Main menu sublevel */

#top .av-main-nav ul a {
  line-height: 20px;
}

#top #header.av_minimal_header .main_menu ul:first-child > li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
  border-top: 7px solid  #3B8900;
}

#top #wrap_all #header #avia-menu ul li:hover a {		
      background: #f5f7f2;
    }  

#top #header #avia-menu .sub-menu li.menu-item,
#top #header #avia-menu .sub-menu li.menu-item a span.avia-menu-text {		
	  font-size: 1.2em;
	  hyphens:none;
	  line-height: 12px !important;
	}

.sub-menu li.menu-item a span.avia-menu-text {
  font-weight: 500;
  color: #222;
}

#top #wrap_all #header .av-main-nav ul > li > a {		
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#top .av-main-nav ul a {
  padding: 12px 15px 12px 15px;
}


/* custom devider */

.hr-custom .hr-inner.inner-border-av-border-fat {
  border-top-width: 6px solid #f6f9f0;
}

/* Widget side bar menu */

#top .content .flex_column .widget_nav_menu li a {
  padding: 0.8em 3px;
  font-size: 1.7em !important;
  font-weight: 500;
   color: #3B8900;
}

#top .content .flex_column .widget_nav_menu li a:hover {
 color: #e1bf00;
}

#top .content .flex_column .widget_nav_menu li a:active {
 color: #e1bf00;
}


/*-----------------------------------------
// Normale Post Page
//----------------------------------------*/

#top .fullsize .template-blog .blog-meta {
margin-bottom: 0;
  }

/* Fließtext Post Page */
.single .template-blog p {
font-size: 1em;
text-align: left;
font-weight: 300 ;
}

/* Überschrift Post Page */
#top .fullsize .template-blog .post-title {
text-align:left;
font-size: 2rem;
padding: 15px 0 5px 0;
margin: 0 auto;
max-width: 800px;
}

/* featured image size */
#top.single-post .big-preview {
  max-width: 50em;
  margin: 0 auto !important;
  margin: 10px 0 30px 0;
 }

.big-preview.single-big a{
pointer-events: none;
}

#top .fullsize .related_posts {
  padding: 23px 0 33px 0;
  display: none;
}

#top .fullsize .template-blog .post-meta-infos {
  text-align: left;
  font-size: 13px;
	font-weight: 500;
 color: #3B8900; 
 line-height: 14px;
}

/* textbreite */
#top .fullsize .template-blog .post .entry-content-wrapper > * {

    max-width: 800px;
   margin-top: 0px;
   text-align: left;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
  text-align: justify;
  font-size: 1.15em;
  line-height: 1.7em;
  max-width: 55em;
  margin: 0 auto;
  overflow: visible;
}

#top .fullsize .template-blog .post .entry-content-wrapper h3{
	margin-top: 15px;
	}

.av-social-sharing-box{
	display: none;
}


.single .template-blog p a{
 color:  #222;
 text-decoration: underline;
}

.single .template-blog p a:visited{
	 color: #3B8900; 
}

.single .template-blog p a:after{
	  padding-left: 5px;
	   padding-right: 10px;
	     content: "»";
	     font-size:1.0em;
	     top: 1px;
	     position: relative;
  color: #3B8900; 
}

.post-meta-infos {
  font-size: 0.9em;
  font-weight: 500 !important;
  top: -0px;
  display: block;
}

/* Image margin */
#top .fullsize .template-blog .big-preview {
  padding: 20px 0 40px 0;
}


/*-----------------------------------------
// Blog List big image
//----------------------------------------*/


#top .fullsize .template-blog .post .entry-content-wrapper {
  font-size: 1em;
}

#top .fullsize .template-blog .post_delimiter {
  border-bottom-width: 0px;
}

.more-link{
	     font-size: 1em;
  color:#3B8900 !important;
	  font-weight:500 !important;
}

.more-link a:after{
    padding-left: 5px;
  padding-right: 10px;
  content: "»";
  font-size: 1.0em;
  top: 1px;
  position: relative;
  color: #3B8900;	
}


/*-----------------------------------------
// Blog list Layout no image
//----------------------------------------*/


.bloglist-excerpt .more-link {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  padding: 5px 10px;
  text-transform: none;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: inherit;
  line-height: 2.1em;
 
}

/* archive blog list */

#archive h2 a{
	font-size: 1.0rem;
  color:#222;
}

.av_force_fullwidth .bloglist-simple .entry-content-header {
  padding: 15px;
  background: #f5f7f2;
  border: none;
   margin-bottom: 7px;
}

/* newsletter archive */

.archive li{
	border:none;
	margin-left: 0px;
	line-height: 22px;
	margin-bottom: 7px;
	background: #f5f7f2;
		padding: 15px 15px;
		border-radius: 5px;
}

.archive ul{
	margin-left: 0px;
	list-style: none;
}

.tnp-archive-date{
	font-weight: 500;
}


/*-----------------------------------------
// Blog List in sidebar
//----------------------------------------*/

.bloglist-simple .more-link {
  display: none;
  }
  
  .bloglist-simple .entry-content-header {
 padding: 5px 15px 20px 15px;
 margin-bottom: 15px;
  border-radius: 5px; 
 border: 1px solid #dedecd;
 background: :#fff;
 z-index: 100;

  }

span .blog-categories .minor-meta{
	display: none;
}

/*-----------------------------------------
// Blog Grid Layout
//----------------------------------------*/

.main_color .avia-content-slider .slide-image {
margin-bottom: 18px;
}

.avia-content-slider .slide-image {
  background: #fff;
  border: 1px solid #f1f1f1;
  width:100%;
height:250px;
}

.slide-image img {

width:100%;
height:100%;
object-fit:cover;
}

.avia-content-slider .slide-entry-title {
   font-size: 1.4em;
  line-height: 1.25em;
  margin: 0;
  }

.avia-content-slider .slide-meta time {
  display: inline-block;
  font-size: 0.80em !important;
   color: #222;
  margin-top: 0.5em;
  font-weight: 400;
}

.avia-content-slider .slide-entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  color:#222;
   	font-weight: 300 !important;
  margin-bottom: 7px;
  line-height: 22px;
  font-size:15px;
  display: flex; 
  flex-direction: column;
}

.more-link-arrow.avia-svg-icon {
display: none;
}

.avia-content-slider .slide-entry-excerpt .more-link {
   color: #3B8900 !important;
  font-weight: 600 !important;
  margin-top: 0.5em;
    line-height: 20px;
}

.avia-content-slider .slide-entry-excerpt .more-link:after {
	 padding-left: 5px;
  padding-right: 10px;
  content: "»";
  font-size: 1.0em;
  top: 1px;
  position: relative;
  color: #3B8900;	
  }


/*-----------------------------------------
// Breadcrumbs
//----------------------------------------*/

.title_container .breadcrumb {
  z-index: 10;
  line-height: 15px;
  font-size: 0.80em;
  position: absolute;
  right: 50px;
}

.title_container .breadcrumb {
    left: 50px;
    right: auto !important;
}

#top .title_container .container {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 56px;
 }

.title_container {
  background-color: #ffffff;
}

.trail-end {
  display: block;
  float: left;
  border-bottom: 3px solid #d7e2c0;
}


/*-----------------------------------------
//header
//----------------------------------------*/


.header_bg {
  opacity: 1;
   }
   
#header_main {
    position: sticky;
    z-index: 999;
    top: -10px;
    border-bottom: 0px solid #f1f1f1;
}


/*-----------------------------------------
//form
//----------------------------------------*/

#top form, #top form p{
	font-size: 1em;
	margin-bottom: 20px;
}


#top label {
  font-weight: normal;
  font-size: 0.92em;
  border: 0px;
}

#top input{
	border:0px !important;
}


/*-----------------------------------------
//special headline
//----------------------------------------*/

.av-subheading p:last-child {
  margin-bottom: 8px;
}

#top .av-special-heading {
  padding-bottom: 20px;
}

/*-----------------------------------------
// images
//----------------------------------------*/

.avia-image-container.avia-align-left {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
  border-radius: 0px;
  display: block;
  position: relative;
  max-width: 100%;

}

/* image overlay */

.image-overlay {
  background: none;
}

.image-overlay .image-overlay-inside::before {
  display: none;
}

.image-overlay-note .av-image-caption-overlay-position {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
}


/*-----------------------------------------
// button
//----------------------------------------*/

.avia-button.avia-color-green, .avia-button.avia-color-green:hover {
  background-color: #3B8900;
  border-color: #6F8F3B;
  color: #fff;
}

.avia-button.avia-size-medium {
  padding: 12px 16px 10px;
  font-size: 14px;
  min-width: 90px;
  border-radius: 7px;
}

.tnp-subscription input.tnp-submit{
	  border-radius: 7px;
	  background-color: #3B8900 !important;
}

/*-----------------------------------------
// slider
//----------------------------------------*/

.main_color .avia-content-slider .slide-image{
	background: #fff;
  border: 1px solid #ddd;
  background:#fff
}

.avia-content-slider .slide-meta time {

}

.avia-content-slider .slide-image {
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 3px;
}


/*-----------------------------------------
// footer
//----------------------------------------*/


#footer .widget .widget p {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
color: #ffffff;
}

.textwidget, .textwidget a, .textwidget p{
	font-size: 0.95em !important;
}

.flex_column .widget .widgettitle{
	font-weight: 500;
  font-size: 1em;
}

.widgettitle {
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}

/*-----------------------------------------
// classes
//----------------------------------------*/


/* headers top image intro green background */

.home-top{
background: url('https://testfeld.anu-hessen.de/wp-content/uploads/2025/07/back2.jpg') -0% 0% no-repeat scroll;
background-size: 600px;
background-position-x: 78%;
background-position-y: 5%;
	}
	
	.home-top h1 span{
font-weight: 500;
  font-size: 2.6rem;
  background-color: #ffffff;
  padding: 0px 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 55px;
  color: #3B8900;
  z-index: 10;
 margin-left: -8rem;
  min-width: 500px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.page-top{
background: url('https://testfeld.anu-hessen.de/wp-content/uploads/2025/07/back2.jpg') -0% 0% no-repeat scroll;
background-size: 600px;
background-position-x: 78%;
background-position-y: 7%;
			}
	
.page-top h1 span {
font-weight: 500;
  font-size: 2.6rem;
  background-color: #3B8900;
  padding: 0px 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 55px;
  color: #fff;
  z-index: 10;
  margin-left: -8rem;
  min-width: 500px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.material-top h1 span{
	font-weight: 500;
  font-size: 2.6rem;
  background-color: #3B8900;
  padding: 0px 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 55px;
  color: #fff;
  z-index: 10;
 margin-left: -8rem;
  min-width: 500px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


/* Schwerpunkt Infozeile */

.focus-info .container {
  max-width: 1220px;
  margin: 0 auto;
  border:1px solid #edf0e7;
   background: #edf0e7;
  border-radius: 7px;
}

.focus-info .av-section-color-overlay,
.focus-info .av-section-bg {
  left: 50%;
  transform: translateX(-50%);
  max-width: 1220px;
  width: 100%;
}

.focus-info a:after {   
	   padding-left: 3px;
	   padding-right: 5px;
	     content: "»";
	     font-size:1.0em;
	     top: 1px;
	     position: relative;
  color: #3B8900;
  }


/* team */

.team a{
	 color: #3B8900; 
}


/* projekt */

#projekt{
	background:#f5f7f2;
    max-width: 1210px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
	border-radius: 7px;
}

#projekt .avia_image {
  margin-bottom:0px;
}

#projekt .av-special-heading {
  margin-top: 20px;
}

#projekt .container{
	display: flex;
	padding: 0 30px;
}

#projekt .content{
		padding: 30px;
}



/* Info Spalten beige und projektspalten*/

#projekt-columns, .info-column-beige{
	border-radius: 7px;
	background:#f5f7f2;
	padding: 25px;
}

#projekt-columns .av-special-heading {
  margin-top: 0px;
}

#projekt-columns .avia-button-wrap {
  display: inline-block;
  margin-top: 10px;
}

#projekt-columns .av-special-heading .av-special-heading-tag{
	margin-top: 15px;
}



/* green background color section */

#light-green-colorsection{
	background:#c7e3af;
    max-width: 1210px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
	border-radius: 7px;
}

/* sidebar green arrow links */

.green{
	border-radius:7px;
}

.newsletter-green {
background: #fff;
padding: 20px;
font-weight: 600;
}

.newsletter-green  { background-image: repeating-linear-gradient(45deg, #ecf0e6, #ecf0e6 6px, transparent 6px, transparent 8px, #ecf0e6 8px), repeating-linear-gradient(135deg, #ecf0e6, #ecf0e6 6px, transparent 6px, transparent 8px, #ecf0e6 8px), repeating-linear-gradient(225deg, #ecf0e6, #ecf0e6 6px, transparent 6px, transparent 8px, #ecf0e6 8px), repeating-linear-gradient(315deg, #ecf0e6, #ecf0e6 6px, transparent 6px, transparent 8px, #ecf0e6 8px); background-size: 6px 100%, 100% 6px, 6px 100% , 100% 6px; background-position: 0 0, 0 0, 100% 0, 0 100%; background-repeat: no-repeat; } 


#top h4 a:after, .green a:after {   
	   padding-left: 3px;
	   padding-right: 5px;
	     content: "»";
	     font-size:1.0em;
	     top: 1px;
	     position: relative;
  color: #3B8900;
  }

.green a{
	  color: #3B8900;
	  font-weight:400;
	  }
	  
	  .green-underline h4 a{
   margin-bottom: 10px;
  border-bottom: 5px solid #3B8900;
}


.sdg{
	padding: 30px 10px 0px 10px;
}

.av-border-cells .flex_cell{
	border-left: 7px solid white;
}

.info-box-gruen{
	padding: 20px 28px;
		background: #e9f0e7;
		}
		
		.info-box-gruen h3{
			font-weight: 500 !important;
		}
		
		#top .main_color input[type="text"] {
			border:2px solid #fff;
		}
		
		 #top .main_color input[type="email"] {
			border:2px solid #fff;
		}

	
	
/*-----------------------------------------
// comments
//----------------------------------------*/	
		
.av-content-full > .comment-entry {
display: none;
}
		

/*-----------------------------------------
// magazine
//----------------------------------------*/

.av-magazine-content-wrap {
  overflow: hidden;
  border-bottom: 0px solid;
    border-bottom-color: currentcolor;
  min-height: 61px;
}


#top .av-magazine .av-magazine-title {    
  line-height: 22px;
  font-weight: 300;
 padding-bottom: 10px;
 color:#222 !important;
  }
  
   #top .av-magazine-entry-small{
	   margin-bottom: 7px;
	   min-height: 100px;
	   border-bottom: 1px solid #c2c2ba;
   }
  
  #top .av-magazine-entry-small .av-magazine-thumbnail {    
padding:0px;
border:none;
margin-top: 7px;
   width: 100px;
    min-height: 80px;
}



/*-----------------------------------------
// media queries
//----------------------------------------*/

@media (min-width: 480px) {
  .iscvblock .pt-cv-2-col .pt-cv-colwrap {
    display: flow-root;
    min-width: min-content;
    padding: 20px;
  }
  
}


 /* Hide breadcrumbs on mobile*/
@media only screen and (max-width:767px) {
	.title_container .breadcrumb {
		display:none;
	}
	
		
/* burger menu*/

	
/* Headers with h1 span and image*/

	.home-top h1 span, .material-top h1 span, .page-top h1 span{
    font-size: 2rem;
    background-color: #3B8900;
    line-height: 43px;
    color: #fff;
    z-index: 10;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
  }
  
    .avia-image-container.avia-align-left {
  display: block;
  float: left;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 15px !important;
}
  
  /* infoblock green background 3 columns */
      .focus-info .container {
 padding:20px !important;
 }
 
  #projekt .container {
    padding: 25px 0 !important;
      }
 
 .title_container {
  background-color: #ffffff;
  display: none;
}
 
/* h3  */
h3 {
  margin-top: 20px;
}

/* Accordeon */
.togglecontainer {
    margin-bottom: 30px !important;
 }
  
  
  #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
  margin-top: 20px;
}
  	
	.content, .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
}

#projekt .container{
	display: flex;
	padding: 0;
}

#projekt .content{
		padding: 0px;
}
	
	  #footer .widget {
  padding: 0;
  margin: 0px 0 20px 0;
  overflow: hidden;
}
  .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  
  body .container_wrap .avia-builder-el-first {
  margin-top: 20px;
}
  
/* columns */
  #projekt-columns, .info-column-beige {
  padding: 25px;
  margin-bottom: 20px !important;
}

/* blog grid items */
.responsive #top #wrap_all .avia-content-slider-odd .slide-entry, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
    margin-bottom: 30px;
  }
	
	.avia-content-slider .slide-entry-wrap {
  margin-bottom: 0px;
}
	
	div .av_one_half {
  margin-left: 6%;
  width: 47%;
  margin-bottom: 50px !important;
}
	
	
	}
	
	
	
	@media only screen and (max-width:1024px) {
		}
		  
@media only screen and (max-width: 1110px) {.av-main-nav > li.menu-item-avia-special {
    display: block;
}
.av-main-nav > li {
    display: none;
}

}