/*<meta conditions="" />*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Website background color and default font styles */

body
{
	background: #fff;
	color: #333;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a
{
	color: gray;
}

a:hover,
a:focus
{
	color: #000;
}

hr
{
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

/* Highlighted Text */

::-moz-selection
{
	color: #fff;
	background: #333;
	text-shadow: none;
}

::selection
{
	color: #fff;
	background: #333;
	text-shadow: none;
}

span.highlight
{
	font-family: 'Nunito Sans SemiBold';
	color: #9b120f;
}

/* Corrects width issues in table elements created via the wysiwyg editor */

table tr td img
{
	max-width: initial;
}

/* ==========================================================================
Banner Startseite
========================================================================== */

div.topic-hero
{
	height: 500px;
	padding-bottom: 150px;
	padding-top: 100px;
	/*Position Banner-Text*/
	background-color: #d3d3d3;
	background-image: url('../../Images/Banner_Web.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	/*	background-attachment: fixed; Create the parallax scrolling effect */
	background-position: center 0;
}

h1.banner
{
	font-size: 54px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #9b120f;
	margin-left: 50px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h1.banner:first-child
{
	color: #fff;
}

/* ==========================================================================
Suche
========================================================================== */

.search-bar .search-field
{
	background-color: #f7f7f7;
}

/* ==========================================================================
Solutionauswahl Startseite
========================================================================== */

div.home-tiles-container	/*kompletter Container*/
{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: -150%;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

div.home-tiles	/*Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	margin-bottom: 170px;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border: 1px solid #ececec;
	background-color: #fff;
	height: 280px;
	text-align: center;
	overflow: hidden;
}

/*Breite aller Boxen + margin-left Box 2 bis n + 2 x margin-left Box 1 = 100%*/

div.home-tiles > div:nth-child(1)
{
	width: 23.33%;
	margin-left: 13%;
}

div.home-tiles > div:nth-child(2)
{
	width: 23.33%;
	margin-left: 2%;
}

div.home-tiles > div:nth-child(3)
{
	width: 23.33%;
	margin-left: 2%;
}

div.home-tiles > div:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

p.tile-title a,
p.tile-content a
{
	text-decoration: none;
	color: inherit;
}

p.tile-title
{
	text-transform: uppercase;
}

/* ==========================================================================
Typography
========================================================================== */

/* Basic text */

p
{
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	color: #585657;
	margin: 0;
	margin-bottom: 32px;
}

small
{
	
}

strong
{
	
}

em
{
	
}

cite
{
	
}

code
{
	
}

pre
{
	
}

sup,
sub
{
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	
}

h1
{
	font-size: 30px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #2f3135;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2
{
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #2f3135;
	margin-bottom: 16px;
}

h4
{
	
}

h5
{
	
}

h6
{
	
}

/* Lists */

ul,
ol
{
	
}

ul ul,
ul ol,
ol ol,
ol ul
{
	
}

li
{
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #585657;
}

ul.unstyled,
ol.unstyled
{
	list-style: none;
	margin: 0;
	padding: 0;
}

p.Copyright
{
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: .3px;
	color: #9a9eaa;
}

/* ==========================================================================
Einleitungstext Solution
========================================================================== */

div.SolutionIntro
{
	padding-left: 13%;
	padding-right: 13%;
}

/* ==========================================================================
Content / Inhalt                                                
========================================================================== */

.off-canvas-wrapper-inner .outer-row
{
	max-width: 90%;
}

.body-container-wrapper
{
	position: relative;
}

.body-container
{
	
}

/* ==========================================================================
Footer
========================================================================== */

div.footer-row
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}

div.footer-row::before
{
	content: ' ';
	display: table;
}

div.footer-row::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.footer-row > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.footer-row > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.footer-row > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.footer-row > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

.footer
{
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #f7f7f7;
	display: block;
}

div.footer-container
{
	max-width: 1660px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: none;
}

div.footer-logo
{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
	margin-bottom: 1.5rem;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
}

div.footer-middle
{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

div.footer-middle-row
{
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

ul.footer-menu
{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	list-style: none;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

ul.footer-menu li
{
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #585657;
	text-align: -webkit-match-parent;
}

ul.footer-menu li:not(:last-child)::after
{
	border-right: solid 1px #585657;
	content: "";
	position: relative;
	height: 100%;
	max-height: 10px;
	display: inline-block;
}

li.nav-item a
{
	padding-left: .5rem;
	padding-right: .5rem;
	text-decoration: none;
	color: #585657;
	font-size: 1rem;
}

div.footer-right
{
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 15px;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

div.container
{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

div.footer-social-icons
{
	margin-bottom: 1.5rem;
	margin-right: 0;
	float: right;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

/*############# FACTON WEBSITE ################## */

.footer-social-icons a
{
	display: flex;
	width: 34px;
	height: 34px;
	background: #000;
	color: #f7f7f7;
	justify-content: center;
	align-items: center;
	margin: 0 8px;
	border-radius: 100%;
	transition: all .2s;
	font-size: 16px;
	text-decoration: none;
}

.footer-social-icons a:hover
{
	background: #9b1120;
	transition: width .3s;
}

span.readability
{
	display: none;
}

.fab,
.fas
{
	font-family: "Font Awesome 5 Brands";
	color: #f7f7f7;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-xing:before
{
	font-family: "Font Awesome 5 Brands";
	content: "\f168";
}

.fa-linkedin-in:before
{
	font-family: "Font Awesome 5 Brands";
	content: "\f0e1";
}

.fa-twitter:before
{
	font-family: "Font Awesome 5 Brands";
	content: "\f099";
}

.fa-youtube:before
{
	font-family: "Font Awesome 5 Brands";
	content: "\f167";
}

.fa-facebook:before
{
	font-family: "Font Awesome 5 Brands";
	/*content: "\f09a";*/
	content: "\f39e";
}

a:-webkit-any-link
{
	color: -webkit-link;
	cursor: pointer;
	text-decoration: none;
}

/*############# FACTON WEBSITE ################## */

/* ==========================================================================
Links
========================================================================== */

a,
ul.footer-menu li a:hover
{
	text-decoration: none;
	color: #9b1120;
}

/* ==========================================================================
Liste                         
========================================================================== */

ul.FactonDesign
{
	list-style: none;
	padding: 0;
	padding-left: 26px;
}

ul.FactonDesign li:before
{
	content: url(../Images/non-print/Common_ListSquare.png);
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -24px;
	width: 24px;
}

/*ul.FactonDesign li:before
{
	display: none;
}*/

ul.FactonDesign li
{
	margin-bottom: 8px;
}

ul.navigation ul
{
	border: solid 1px #efefef;
}

/*------------- Proxy Settings ------------------------- */

MadCap|topicToolbarProxy
{
	float: right;
}

/* ==========================================================================
Media Queries                         
========================================================================== */

@media (max-width: 945px)
{
	.footer-social-icons a
	{
		margin: 4px;
	}
}

@media (max-width: 800px)
{
	div.footer-row
	{
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px)
{
	div.footer-middle-row
	{
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (max-width: 500px)
{
	div.footer-row > div:nth-child(1)
	{
		width: 100% !important;
	}

	div.footer-row > div:nth-child(2)
	{
		width: 100% !important;
	}

	div.footer-row > div:nth-child(3)
	{
		width: 100% !important;
	}

	h1.banner
	{
		font-size: 36px;
	}

	ul.footer-menu
	{
		padding-inline-start: 0;
	}

	div.footer-social-icons
	{
		float: none;
	}
}

