/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
main {
  background: 
    /* Zweiter Gradient: Schneller Übergang zu Dunkelblau von oben nach unten */
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 1200px,
      rgba(3, 9, 29, 0.4) 1500px,
      rgba(3, 9, 29, 0.8) 1800px,
      #03091d 2000px
    ),
    /* Erster Gradient: Diagonal von Cyan zu Blau (oben rechts nach unten links) */
    linear-gradient(
      210deg,
	  #2866c6 0%,
	  #2849c6 800px,
	  #193290 1400px 
    );
  
  /* Fallback für ältere Browser */
  background-color: #03091d;
  
  /* Sorgt dafür, dass der Gradient die volle Höhe einnimmt */
 	min-height: 100vh;
	/*height: 5000px;*/
}
.hyphens{
	hyphens: auto!important;
}

.link-underline a{
	text-decoration:underline!important;
}

.current_page_item{
	font-weight: 700!important;
}

.link-underline a:hover{
	color: #fff!important;
	text-underline-offset: 5px!important;
}

.w-person.layout_square .w-person-links, .w-person.layout_circle .w-person-links{
	background: rgba(43,144,201,0.8);
	color: #fff;
}
.w-person-links-item{
	font-size: 2rem;
  line-height: 4rem;
  width: 4rem;
}


.link-white, .link-white a{
	color: #fff!important;
}
.link-white:hover, .link-white a:hover{
	text-decoration: underline!important;
}

.cf-schwenker input, 
.cf-schwenker textarea{
	color: #0e3692!important;
}
