div.pagehead {
	position: fixed;
	top: 0;
	left: 0;
	height: 130px;
	width: 100%;
	z-index: 100;
	background-color: rgba(255,255,255,0.85);
}
.pagehead .bodywrap {
	height: 100%;
}
.pagehead .logo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 200px;
	height: 115px;
	background: url(../images/logo_1920.png) no-repeat left center transparent scroll;
}
.pagehead-text {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #5f666f;
	text-align: right;
}
.pagehead-text div {
	display: inline-block;
}
div.mainmenubox {
	right: 0;
	bottom: auto;
	top: 20px;
}
.langmenubox {
	position: absolute;
	right: calc(50% - 512px - 150px);
	top: 20px;
}
#langmenu {
	font-size: 0;
	line-height: 0;
}
#langmenu a {
	font-size: 17px;
	line-height: 40px;
	font-weight: 300;
}
#langmenu li {
	margin: 0 !important;
}
#langmenu li:first-child a {
	border-right: 1px solid #000;
}
.pagehead ul {
	position: relative;
	display: block;
	width: 100%;
	background-color: transparent;
}
.pagehead li {
	float: none;
	display: inline-block;
}
.pagehead li {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.pagehead li:first-child {
	margin-left: 0 !important;
}
.pagehead li:last-child {
	margin-right: 0 !important;
}
.pagehead li > a {
	background-color: transparent !important;
	color: #000 !important;
	font-size: 17px;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-bottom: 1px solid transparent !important;
}
.pagehead ul.navbar-nav > li.active > a, .pagehead li > a:hover, .pagehead li > a:active {
	color: #b4353b !important;
	border-bottom: 1px solid #b4353b !important;
}
.pagehead li:hover > ul {
	transform: none !important;
	left: 0 !important;
}
.pagehead ul ul {
	box-shadow: none;
	background-color: #5f666f;
	border-top: 1px solid #b4353b !important;
	margin-top: -1px;
}
.pagehead ul ul li {
	float: none;
	display: block;
	text-align: left;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.pagehead ul ul a {
	display: block !important;
	margin: 0 10px !important;
	color: #d5d8da !important;
	border-bottom: 1px solid transparent !important;
}
.pagehead ul ul > a:hover, .pagehead ul ul li > a:active {
	color: #fff !important;
	border-bottom: 1px solid transparent !important;
}

.pagefooter > .fsn-row:first-child img {
	height: 100px;
	width: auto;
}
.pagefooter > .fsn-row:last-child p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 12px 0;
}
.pagefooter > .fsn-row:last-child .fsn-menu ul {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
}
.pagefooter > .fsn-row:last-child .fsn-menu li {
	float: none;
	display: inline-block;
}
.pagefooter > .fsn-row:last-child .fsn-menu li > a {
	background-color: transparent !important;
	color: #fff !important;
	font-size: 17px;
}

article > .fsn-row.dark, footer > .fsn-row.dark {
	background-color: #5f666f;
	color: #fff;
}
article > .fsn-row.light, footer > .fsn-row.light {
	background-color: #d5d8da;
	color: #000;
}
article > .fsn-row.dark *, footer > .fsn-row.dark * {
	color: #fff;
}
article > .fsn-row.light *, footer > .fsn-row.light * {
	color: #000;
}
.white-bg {
	background-color: #fff !important;
}
article > .fsn-row > .row > div > div > .component  {
	padding-top: 70px;
	padding-bottom: 100px;
}
article > .fsn-row:first-child > .row > div > div > .component  {
	padding-top: 0;
	padding-bottom: 0;
}
.bodywrap, .fsn-row, .font-default {
	letter-spacing: 0.4px;
}
.col-sm-12 > div > .fsn-text > h1 {
	position: relative;
	text-align: center;
}
.col-sm-12 > div > .fsn-text > h1:before {
  position: absolute;
  left: calc(50% - 150px);
  bottom: -30px;
  height: 1px;
  width: 300px;
  content: "";
  border-bottom: 2px solid #b4353b;
}
h1 {
	margin: 0 0 80px 0 !important;
}
input[type="submit"] {
	color: #000 !important;
}
.fsn-row .btn.btn-default, .fsn-row .btn.btn-default:hover, .fsn-row .btn.btn-default:active {
	max-width: 290px !important;
	width: 100% !important;
	background-color: #b4353b !important;
	color: #fff !important;
	line-height: 60px !important;
	font-size: 20px !important;
	border: 0 none !important;
	text-align: center !important;
	display: inline-block !important;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7) !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
.beratung ul {
	display: table;
}
.beratung ul li {
	list-style: none;
	display: table-row;
}
.beratung ul li:before {
	content: '';
	display: table-cell;
	background: url(../images/aufzaehlung.svg) no-repeat transparent left top 7px scroll;
	background-size: 14px;
	width: 26px;
	height: 16px;
}
.beratung h1 {
	margin-bottom: 10px !important;
	font-size: 30px !important;
	line-height: 35px !important;
}
.beratung h2 {
	font-size: 25px !important;
	line-height: 30px !important;
}
.beratung hr, .projekte-zeile1 hr {
	border-color: #b4353b !important;
	max-width: 262px !important;
	width: 100% !important;
	margin: 10px 0 40px !important;
	border-top-width: 2px !important;
	text-align: left;
}
.beratung .row .row, .projekte-zeile1 .row .row {
	padding-bottom: 30px;
}
.beratung .leftblock {
	font-size: 25px !important;
	line-height: 35px !important;
	padding-right: 20px;
}
.beratung .leftblock.normtext {
	font-size: inherit !important;
	line-height: inherit !important;
}
.beratung .leftblock p {
	padding: 0 !important;
}
.beratung .fsn-image, .projekte-zeile1 .fsn-image {
	text-align: right;
}
.beratung .fsn-image img, .projekte-zeile1 .fsn-image img {
	display: inline-block;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7) !important;
	margin-right: 20px;
}
.beratung .beratung-zeile1, .projekte-zeile1 {
	margin-bottom: 50px;
}
.beratung .beratung-zeile1 .fsn-text:last-child {
	position: absolute;
	bottom: 0;
}
.nomargin, .nomargin > a {
	margin: 0 !important;
}
.fsn-row .tallbutton a.btn.btn-default {
	line-height: 60px !important;
	padding: 15px 20px !important;
	white-space: normal !important;
}
.fsn-row .tallbutton2 a.btn.btn-default {
	line-height: 30px !important;
	padding: 15px 20px !important;
	white-space: normal !important;
}

.projekte-zeile1 .fsn-image img {
	position: relative;
	left: -50px;
}
.projekte-zeile1 hr {
	max-width: 100% !important;
}
.projekte-zeile1 .fsn-text:last-child {
	font-size: 16px !important;
}
.projekte-zeile1 .bigtext {
	font-size: 40px !important;
	line-height: 50px !important;
}
.projekte-zitat, .projekte-zitat-dunkel {
	padding: 40px 0;
	background: url(../images/zitat.svg) no-repeat center transparent scroll !important;
	background-size: 100% !important;
	max-width: 1280px !important;
	min-height: 268px !important;
}
.projekte-zitat-dunkel {
	background-image: url(../images/zitat_1920_dunkel.svg) !important;
}
.projekte-zitat > div, .projekte-zitat-dunkel > div {
	max-width: 1024px !important;
}
.projekte-zitat .fsn-text:first-child, .projekte-zitat-dunkel .fsn-text:first-child {
	padding-top: 40px;
	font-style: italic;
}
.projekte-zitat .fsn-text p, , .projekte-zitat-dunkel -fsm-text p {
	padding: 0;
	margin: 0;
}
.projekte-zitat .zitat-name, , .projekte-zitat-dunkel .zitat-name {
	text-align: right;
}

.team-zeile1 .fsn-button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}

.btn-arrow a {
	width: 100%;
	height: 40px;
	background: url(../images/pfeil_runter_1920.svg) no-repeat left center transparent scroll;
	background-size: contain;
	display: block;
	margin-top: 20px;
}
.btn-arrow a[aria-expanded="true"] {
	background-image: url(../images/pfeil_hoch_1920.svg);
}
/* ie hacks for svg */
@media screen and (min-width:0\0) {
	svg {
		width: auto;
		min-height: 720px;
	}
}
@media \0screen\,screen\9 {
	svg {
		width: auto;
		min-height: 720px;
	}
}


/* ulslider */
ul.ulslider_list {
	right: 40px !important;
	bottom: 20px !important;
}
ul.ulslider_list li {
	border: 0 none !important;
	background-color: #fff !important;
	width: 15px !important;
	height: 15px !important;
	margin-left: 10px !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
ul.ulslider_list li:hover, ul.ulslider_list li.marked {
	background-color: #b4343b !important;
}
div.ulslider_source li div.title1, div.ulslider_source li div.title2 {
	position: absolute;
	top: 380px;
	left: 0;
	color: #fff;
	font-size: 22px;
	line-height: 45px;
	padding: 0 18px;
	background-color: rgba(180,52,59,0.8);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(1, 0, 1);
	-moz-transform: scale3d(1, 0, 1);
	-o-transform: scale3d(1, 0, 1);
	-ms-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
div.ulslider_source li div.title2 {
	top: 435px;
	color: #000;
	background-color: rgba(255,255,255,0.8);
}
div.ulslider_source li.act div.title1, div.ulslider_source li.act div.title2 {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
div.ulslider_source li.act div.title2 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
div.ulslider_goleft::before, div.ulslider_goright::before {
	content: '' !important;
}
div.ulslider_goleft, div.ulslider_goright {
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	background: url(../images/pfeil_links_1920.svg) no-repeat center transparent scroll;
	background-size: contain;
}
div.ulslider_goleft {
	left: calc(50% - 512px - 150px);
	/*left: 0;*/
}
div.ulslider_goright {
	right: calc(50% - 512px - 150px);
	/*right: 0;*/
	background-image: url(../images/pfeil_rechts_1920.svg);
}
div.ulslider_source .copyright {
	position: absolute;
	bottom: -20px;
	right: 20px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-align: right;
}
div.ulslider_copyright {
	position: absolute;
	bottom: -18px;
	right: 40px;
	font-size: 12px;
	line-height: 1em;
	text-align: right;
	width: auto;
	z-index: 10;
}
div.ulslider_copyright, div.ulslider_copyright a {
	color: #fff !important;
}
div.ulslider_source > ul:not(.ulslider_list) > li {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}

/* svg */
svg #vermarktung, svg #ip_management, svg #schutzstrategien, svg #technologie_luecken, svg #Ideen_findung, svg #verwertungsstrategien {
	cursor: pointer;
}


@media(max-width: 1360px) {
	div.ulslider_goleft {
		left: 0;
	}
	div.ulslider_goright {
		right: 0;
	}
	#mainmenu > li:last-child a {
		padding-right: 0 !important;
	}
	.langmenubox {
		right: 0;
		top: 53px;
	}
	#langmenu a {
		font-size: 15px;
	}
	#langmenu li:last-child a {
		padding-right: 0 !important;
	}
}

@media(max-width: 1080px) {
	.fsn-row .btn.btn-default, .fsn-row .btn.btn-default:hover, .fsn-row .btn.btn-default:active {
		max-width: 227px !important;
		font-size: 20px !important;
	}
	.component > .fsn-row {
		padding-left: 20px;
		padding-right: 20px;
	}
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	div.ulslider_source {
		height: 470px !important;
	}
	div.ulslider_source li div.title1, div.ulslider_source li div.title2 {
		top: 300px;
		left: 100px;
	}
	div.ulslider_source li div.title2 {
		top: 355px;
	}
	.langmenubox {
		left: auto;
		right: 17%;
		top: 35px;
	}
	#langmenu a {
		font-size: 15px;
	}
	div.pagehead {
		height: 110px !important;
		min-height: 0 !important;
		background-color: rgba(255,255,255,0.85) !important;
	}
	.pagehead .logo {
		left: 40px;
		top: 10px;
		width: 120px;
		height: 90px;
		background-size: contain;
	}
	.pagehead-text {
		position: absolute;
		bottom: auto;
		top: 30px;
		right: auto;
		left: calc(50vw - 150px);
		width: 300px;
	}
	.pagehead-text div {
		display: block;
		text-align: left;
	}
	.pagehead-text div:last-child {
		text-align: right;
	}
	.pagehead .bodywrap {
		width: 100%;
		max-width: 100%;
	}
	.fsn-row .tallbutton a.btn.btn-default, .fsn-row .tallbutton2 a.btn.btn-default {
		font-size: 15px !important;
	}
	div.mobilemenu {
		position: absolute;
		display: block;
		font-size: 0;
		left: auto;
		right: 10px;
		top: 2px;
		width: 15%;
		height: 95%;
		margin: 0;
		padding: 0;
		transition: all 0.5s ease;
		background: url(../images/menue_768.svg) no-repeat center transparent scroll;
		background-size: 80px !important;
	}
	div.mobilemenu.open {
		background-color: transparent !important;
	}
	div.mainmenubox {
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		display: none;
	}
	div.mainmenubox.open {
		top: 110px !important;
		max-height: calc(100vh - 110px) !important;
		display: block;
		background-color: #828282 !important;
		width: 100%;
		overflow: scroll;
	}
	#mainmenu span {
		position: absolute;
		top: 0;
		right: 20px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: url(../images/pfeil.svg) no-repeat center transparent scroll;
		background-size: 50px;
		padding: 5px;
		transition: all .2s ease-out;
	}
	#mainmenu span.open {
		transform: rotate(90deg);
	}
	#mainmenu ul.sub-menu, #mainmenu li:hover ul {
		display: none;
	}
	div.mainmenubox.open > ul {
		padding-bottom: 30px !important;
	}
	.pagehead li {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#mainmenu > li a, #mainmenu > li a:hover {
		color: #fff !important;
	}
	#mainmenu ul a:hover {
		color: #fff !important;
		border-bottom-color: transparent !important;
	}
	.beratung-zeile1 .row div[class^="col-sm-"], .team-zeile1 .row div[class^="col-sm-"], .projekte-zeile1 .row div[class^="col-sm-"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center !important;
		height: auto !important;
	}
	.beratung .fsn-image img, .projekte-zeile1 .fsn-image img {
		margin: 0 auto 20px;
		display: block;
		left: auto;
		right: auto;
	}
	.beratung hr, .projekte-zeile1 hr {
		margin: 10px auto 10px !important;
		max-width: 262px !important;
	}
	.beratung .beratung-zeile1 .fsn-text:last-child {
		position: relative !important;
		bottom: auto;
	}
	.team-zeile1 .fsn-button {
		position: relative;
		bottom: auto;
		left: auto;
	}
	.team-zeile1 .fsn-button a {
		background-position: center;
	}
	.beratung .collapse div[class^="col-sm-"], .beratung .collapsing div[class^="col-sm-"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.projekte-zitat div[class^="col-sm-"] .fsn-text {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media(max-width: 767px) {
	.fsn-row .btn.btn-default, .fsn-row .btn.btn-default:hover, .fsn-row .btn.btn-default:active {
		max-width: 100% !important;
	}
	div.ulslider_source li div.title1, div.ulslider_source li div.title2 {
		top: 200px;
		left: 100px;
	}
	div.ulslider_source li div.title2 {
		top: 255px;
	}
	.langmenubox {
		right: 17%;
		top: 15px;
	}
	#langmenu li {
		display: block;
	}
	#langmenu li a {
		border: 0 none !important;
		line-height: 25px;
		font-size: 13px;
	}
	div.pagehead {
		height: 80px !important;
	}
	.pagehead .logo {
		left: 30px;
		width: 100px;
		height: 60px;
	}
	.pagehead-text {
		top: 30px;
		left: calc(50vw - 100px);
		width: 200px;
		font-size: 14px;
		line-height: 20px;
	}
	div.mobilemenu {
		background-size: 60px !important;
	}
	div.mainmenubox.open {
		top: 80px !important;
		max-height: calc(100vh - 80px) !important;
	}
	div.ulslider_source {
		height: 400px !important;
	}
	div.ulslider_source li div.title1, div.ulslider_source li div.title2 {
		font-size: 14px;
		line-height: 36px;
	}
	div.ulslider_source li div.title2 {
		top: 245px;
	}
	.bodywrap, .fsn-row, .font-default, .font-default > :not(a) {
		font-size: 16px !important;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 60px !important;
	}
	.fsn-button {
		margin-bottom: 20px;
	}
	.pagefooter > .fsn-row:last-child .navbar-header {
		display: none;
	}
	.pagefooter .navbar-collapse {
		display: block !important;
		border-color: transparent !important;
		height: auto !important;
		overflow: visible !important;
	}
	.pagefooter .navbar-collapse {
		-webkit-box-shadow: none;
    box-shadow: none;
	}
	.pagefooter > .fsn-row:last-child .navbar-collapse > * {
		opacity: 1 !important;
	}
	.projekte-zitat div[class^="col-sm-"] .fsn-text {
		padding-left: 40px;
		padding-right: 40px;
	}
	svg {
		min-height: 500px;
	}
}
@media(max-width: 580px) {
	div.ulslider_source li .bodywrap {
		position: relative;
		width: 100%;
		height: 100%;
	}
	div.ulslider_source li div.title1, div.ulslider_source li div.title2 {
		top: auto;
		left: 0;
		bottom: 0;
		color: #5f666f;
		width: 100%;
		background-color: rgba(255,255,255,.6);
		letter-spacing: 0;
	}
	div.ulslider_source li div.title1 {
		bottom: 36px;
	}
	ul.ulslider_list {
		right: 20px !important;
		bottom: 10px !important;
	}
	ul.ulslider_list li {
		width: 10px !important;
		height: 10px !important;
		margin-left: 6px !important;
	}
	svg {
		min-height: 370px;
	}
}
@media(max-width: 480px) {
	.pagehead-text {
		left: calc(50vw - 75px);
		width: 150px;
		font-size: 12px;
	}
}