/*==================================================
 * GRID
 * ================================================*/
.container {
  padding: 0 20px;
}
.container .container:not([class*="spacing-top-"]) {
  padding: 0px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .container {
    padding: 0 30px;
  }
}


/*==================================================
 * LAYOUT
 * ================================================*/
html,
body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
}
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-page {
  height: 100%;
}
#global {
	margin: 0 auto;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
#header,
#content,
#contentWrap,
#footer{
  display: table-row;
}  
#content {
  height: 100%;
}
#topContent {
	position: relative;
  z-index: 0;
}
#topContent-inside {
	background-color: #006699;
	margin: 0 auto;
}
#content-inside {
	padding-top: 40px;
	padding-bottom: 48px;
}
.template-home #content-inside {
	padding-top: 0px !important;
}
#bottom-content {
  padding-bottom: 30px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	#content-inside {
		padding-top: 59px;
	}
}


/*==================================================
 * GRID
 * -------------------------------------------------
 * What to adapt:
 
	.container {
		max-width : 1140px; 
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.column {
		padding: 0 15px;
	}
 * ================================================*/
.container {
	max-width: 1130px;
}
.container.large {
	max-width: 1240px;
}
.row {
	margin: 0 -20px;
}
.column {
	padding: 0 20px;
}


/*==================================================
 * PF SPACER
 * ================================================*/
.spacer {
	background-color: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
}
.spacer-default {
	margin-bottom: 60px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	.spacer-default {
		margin-bottom: 70px;
	}
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	.spacer-default {
		margin-bottom: 80px;
	}
}


/*==================================================
 * HEADER
 * ================================================*/
#header {
  z-index: 5;
	position: relative;
}



/* HEADER MAIN
 * ================================================*/
#header-main {
	position: relative;
	z-index: 10;
}
#header-main-inside > .inner {
	display: table;
	width: 100%;
}
#logo {
	position: relative;
  padding: 0px;
}
#navi-main > .inner {
	position: relative;
  float: right;
  width: 100%;
  box-sizing: border-box;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  #header-main-inside {
    display: table;
    width: 100%;
  }
  #logo {
    display: table-cell;
    width: 180px;
    vertical-align: top;
  }
	#navi-main {
		display: table-cell;
		vertical-align: bottom;
		padding-top: 38px;
    position: relative;
	}
  #navi-main-inside {
    position: relative;
  }
  #navi-main > .inner {
		padding-left: 20px;
  }
	#languageswitch,
	#search,
  #hamburgericon {
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
}
/* 1280px */
@media screen and (min-width: 65em) {
  #hamburgericon {
    display: none;
  }
	#languageswitch,
	#search,
  #hamburgericon {
		vertical-align: bottom;
	}
  #logo {
    width: 255px;
  }
}


/* LOGO
 * ================================================*/
#logo a {
	display: block;
}
#logo-item {
  width: 100%;
	max-width: 257px;
	margin: 0 auto;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	#logo a {
		padding: 0px;
		display: inline-block;
		background-color: #fff;
	}
	#logo-item {
		margin-left: 10px;
		margin-bottom: -67px;
		box-shadow: 0px 0px 10.8px 1.2px rgba(0, 0, 0, 0.5); 
	}
}
/* 1280px */
@media screen and (min-width: 80.000em) {
  #logo-item {
		margin-left: 0px;
  }
}


/* TOOLS
 * ================================================*/
#languageswitch {
	position: absolute;
	width: 41px;
	height: 36px;
	line-height: 36px;
	left: 15px;
	top: 14px;
  vertical-align: middle;
}
#languageswitch a {
	text-decoration: none;
}
#languageswitch .label .title {
  font-size: 0px !important;
  color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  width: 25px !important;
  height: 25px !important;
  padding: 0px !important;
}
#languageswitch .label .title.en {
  background-image: url('/typo3conf/ext/pf_project/Resources/Public/Icons/language/icon-united-kingdom.png');
}
#languageswitch .label .title.de {
  background-image: url('/typo3conf/ext/pf_project/Resources/Public/Icons/language/icon-germany.png');
}
#languageswitch .label .title.cs {
  background-image: url('/typo3conf/ext/pf_project/Resources/Public/Icons/language/icon-czech-republic.png');
}
#languageswitch .label .full {
	display: none;
}
#languageswitch .label {
  display: block;
}
#languageswitch ul {
	display:none;
	position: absolute;
	background-color: #cce0eb;
	padding: 5px 0px;
	margin: 0px;
	left: 0px;
  top: 100%;
}
#languageswitch:hover ul {
	display: block;
}
#languageswitch li {
	padding: 4px 20px;
  position: relative;
  text-align: left;
}
#languageswitch li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px;
  background-color: transparent;
  right: 20px;
  left: auto;
  top: 1px;
  bottom: 5px;
  z-index: 0;
}
#languageswitch li.en:before {
  background-image: url('/typo3conf/ext/pf_project/Resources/Public/Icons/language/icon-united-kingdom.png');
}
#languageswitch li.de:before {
  background-image: url('/typo3conf/ext/pf_project/Resources/Public/Icons/language/icon-germany.png');
}
#languageswitch li.cs:before {
  background-image: url('/typo3conf/ext/pf_project/Resources/Public/Icons/language/icon-czech-republic.png');
}
#languageswitch li a {
  display: block;
  width: 100%;
  padding-right: 88px;
  position: relative;
  z-index: 10;
}
#languageswitch li span {
  text-align: left !important;
  padding: 0px !important;
}
#languageswitch .title {
  color: #006699;
  font-size: 15px;
  font-size: 0.938rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	display: block;
}
#languageswitch ul .title {
	padding-bottom: 4px;
}
#languageswitch li.inaktiv .title {
	opacity: 0.5;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	#languageswitch {
		padding: 0px 13px;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		height: auto;
		width: auto;
		line-height: inherit;
    width: 23px;
	}
  #languageswitch ul {
    left: auto;
    right: 0px;
  }
}
/* 1024px */
@media screen and (min-width: 64.000em) {
  #languageswitch .label {
    margin-top: 20px;
  }
}

@media screen and (min-width: 65em) {
	#languageswitch .title {
		padding-bottom: 35px;
	} 
}



/* SEARCH
 * ================================================*/
#search {
	border-left: 1px solid #cce0eb;
  width: 35px;
  padding-left: 20px;
}
#search .icon {
	display: block;
	cursor: pointer;
	width: 20px;
	height: 20px;
  position: relative;
}
#search .icon:after {
	content: "";
	display: block;
	background-image: url('../Icons/icon-magnifier.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
  left: 0px;
	margin: 0px;
}
#searchForm {
	display: none;
	position: absolute;
	top: 100%;
	right: 100%;
	background-color: #fff;
	padding: 0px;
}
#search.open #searchForm {
	display: table;
}
#searchForm label {
	display: table-cell;
}
#searchForm .term {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	float: left;
	padding: 10px;
	border: 0px;
}
#searchForm .button {
	display: table-cell;
	font-size: 0px;
	color: transparent;
	display: block;
	background-image: url('../Icons/icon-magnifier.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	background-color: #cce0eb;
	border: 1px solid #deebf2;
	float: left;
	cursor: pointer;
}
@media screen and (min-width: 65em) {
	#search .icon {
		padding-bottom: 35px;
	} 
}



/*==================================================
 * CONTACT LINK 
 * ================================================*/
#contactlink {
	display: none;
	position: fixed;
	z-index: 200;
	right: 0px;
	top: 35%;
	background-color: #ff9300;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url('../Icons/icon-info.png');
	background-image:
		linear-gradient(transparent, transparent),
		url('../Icons/icon-info.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px center;
	padding: 5px 20px 5px 41px;
	font-size: 17px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	#contactlink {
		display: block;
	}
}


/*==================================================
 * CONTENT 
 * ================================================*/
#content-inside {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .main {
	margin-bottom: 30px;
}
.template-sidebar #content-inside > .inner {
	display: table;
}
.template-sidebar #content .sidebar.top {
	display: table-header-group;
}
 
/* 1024px */
@media screen and (min-width: 64.000em) {
	.template-sidebar #content-inside > .inner {
		display: block;
		padding: 15px;
	}
	.template-sidebar #content .main,
	.template-sidebar #content .sidebar {
		margin: 0 -15px;
	}
	.template-sidebar #content .main {
		width: 68%;
		float: left;
	}
	.template-sidebar #content .sidebar {
		width: 32%;
		float: right;
	}
	.template-sidebar #content .sidebar.top {
		display: block;
	}
}


/*==================================================
 * CONTENT BOTTOM 
 * ================================================*/
#bottom-content .headline {
	font-size: 20px;
	font-size: 1.250rem;
	padding-bottom: 12px;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
	margin-bottom: 11px;
}
#bottom-content .headline:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px; 
	background-color: #ebebeb;
	position: absolute;
	bottom: 6px;
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	#bottom-content .headline {
		font-size: 30px;
		font-size: 1.875rem;
		padding-bottom: 22px;
	}
}


/*==================================================
 * FOOTER 
 * ================================================*/
#footer-inside {
	float: left;
	width: 100%;
	border-top: 9px solid #005a86;
}
#footer-top {
  padding: 20px 0 12px;
	background-color: #e0e0e0;
	width: 100%;
	padding-bottom: 30px;
}
#footer-bottom {
	float: left;
	width: 100%;
	padding: 12px 0px;
}
#footer-bottom-inside {
	position: relative;
}
#footer,
#footer a {
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	color: #000000;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	#footer-top {
		display: table;
		table-layout: fixed;
	}
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	#footer-top {
		padding-bottom: 0px;
	}	
}


/*==================================================
 * MENU TOP FOOTER
 * ================================================*/
#footer .menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer .menu li:before {
	display: none;
}
#footer .menu li {
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	line-height: 20px;
}
#footer .menu li b {
	font-weight: 600;
}
#footer .menu a {
	font-weight: 300;
  padding: 0px;
}



/*==================================================
 * COPYRIGHT & MENU BOTTOM FOOTER
 * ================================================*/
#copyright { 
	margin-bottom: 20px;
	font-weight: 600;
}
#menu-footer-item {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu-footer-item li:before {
	display: none;
}
#menu-footer-item li {
	padding: 0px;
	margin: 0px; 
	line-height: 1.214;
}
#menu-footer-item a {
	color: #000;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	#menu-footer-item {
		margin: 5px -15px;
	}
	#menu-footer-item li {
		float: left;
		padding: 0px 15px;
	}
	#menu-footer-item li:before {
		display: block;
		content: "";
		width: 2px;
		height: 10px;
		background-color: #000;
		position: absolute;
		top: 4px;
		left: 0px;
	}
	#menu-footer-item li:first-child:before {
		display: none;
	}
}
/* 1280px */
@media screen and (min-width: 80.000em) {
	#copyright {
		float: left;
		left: 0px;
		margin-bottom: 0px;
	}
	#menu-footer {
		float: right;
		padding-left: 200px;
	}
	#menu-footer-item {
		float: rigth;
		margin: 0px -15px;
	}
	#menu-footer-item li {
		float: left;
		padding: 0px 15px;
	}
	#menu-footer-item li:before {
		display: block;
		content: "";
		width: 2px;
		height: 10px;
		background-color: #000;
		position: absolute;
		top: 4px;
		left: 0px;
	}
	#menu-footer-item li:first-child:before {
		display: none;
	}
}


/*==================================================
 * BREADCRUMB
 * ================================================*/
#breadcrumb {
	position: relative;
}
#breadcrumb-inside {
	background-color: rgba(255,255,255,0.7);
	margin: 0px;
	padding: 6px 0px 10px;
	width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#breadcrumb-item {
	display: inline-block;
	width: auto;
	margin: 0px;
}
#breadcrumb li:before {
	display: none;
}
#breadcrumb li { 
	float: left;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
}
#breadcrumb li:after {
	content: "";
	font-size: 14px;
	font-size: 0.875em;
	color: #000000;
	background-image: url('../Icons/icon-arrow-next.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 11px;
	height: 13px;
	position: absolute;
	right: 9px;
	top: 6px;
}
#breadcrumb li:last-child:after {
	display: none;
}
#breadcrumb a {
	text-decoration: none;
	display: inline-block;
	padding-right: 20px;
}
#breadcrumb .title {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	color: #000000;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	#breadcrumb-inside {
		position: absolute;
		bottom: 0px;
		padding: 6px 20px 10px;
	}
	#breadcrumb a {
		padding-right: 42px;
	}
	#breadcrumb li:after {
    right: 17px;
    top: 10px;
	}
}


/*==================================================
 * TOPCONTENT
 * ================================================*/
#topContent {
	color: #fff;
}
#topContent .headline {
	color: #fff;
}
#topContent a {
	color: #fff;
}


/*==================================================
 * PF SPACER
 * ================================================*/
hr.spacer {
	border: 0px;
}


/*==================================================
 * TABS
 * ================================================*/
.tabify > ul{
	margin: 0px;
	position: relative;
  margin: 0 -20px;
}
.tabify > ul > li {
	padding: 0px;
	position: relative;
	background-color: rgba(255,255,255,0.5);
}
.tabify > ul > li.current {
	background-color: transparent !important;
}
.tabify > ul > li:before {
	display: none;
}
.tabify > div.current {
	height: auto;
}
.tabify  > ul > li:not(.current):last-child:after {
	content: "";
	position: absolute;
	top: 0px;
	height: 100%;
	width: 200px;
	background-color: rgba(255,255,255,0.5);
	left: 100%;
}
.tabify  > ul > li:first-child:not(.current):after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 200px;
  background-color:rgba(255,255,255,0.5);
  right: 100%;
}
.tabify > ul > li a {
	font-size: 18px;
	font-size: 1.125rem;
	text-decoration: none;
	font-weight: 600;
	padding: 26px 15px 14px 15px;
	display: block;
	white-space: pre-line;
	color: #dbdada;
}
.tabify > ul > li.current a {
	color: #666666;
}
.productvariants .ui-tabs .ui-tabs-panel {
	padding: 65px 0px 0px;
}
.tabify > div {
	height: 0px;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.tabify .tabs-inside {
	padding-top: 66px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	.tabify > ul{
		display: table;
		width: 100%;
	}
	.tabify > ul > li {
		display: table-cell;
    vertical-align: bottom;
		border-left: 7px solid #006699;
	}
	.tabify > ul > li.first {
		border-left: 0px;
	}
  .tabify > ul > li.first a {
    padding-left: 0px;
  }
  .tabify > ul > li a {
    font-size: 20px;
    font-size: 1.250rem;
    padding: 26px 30px 14px 30px;
  }
}

@media screen and (min-width: 75.000em) {
  .tabify > ul > li a {
    font-size: 25px;
    font-size: 1.563rem;
    padding: 26px 86px 14px 11px;
  }
}



/*==================================================
 * OVERWRITE EXTERNAL LIBRARIES
 * ================================================*/

/* SLICK SLIDER
 * ================================================*/
.slick-prev, 
.slick-next {
	width: 30px;
	height: 69px;
	background-repeat: no-repeat;
	background-size: 60px 69px;
	z-index: 100;
}
.slick-prev:before, 
.slick-next:before {
	content: "";
	display: none;
}
.slick-prev {
	background-image: url('../Icons/icon-slider-prev.png') !important;
	left: 0px;
}
.slick-next {
	background-image: url('../Icons/icon-slider-next.png') !important;
	right: 0px;
}
.slick-prev:hover,
.slick-next:hover {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 60px 69px;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li.slick-active button:before, 
.slick-dots li button:hover:before {
  background-color: #006699 !important;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .slick-prev, 
  .slick-next {
    width: 55px;
    height: 127px;
    background-size: 110px 127px;
  }
  .slick-prev:hover,
  .slick-next:hover {
    background-size: 110px 127px;
  }
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	.slick-prev {
		left: -25px;
	}
	.slick-next {
		right: -25px;
	}
}



/*==================================================
 * CUSTOM CONTENT ELEMETNS
 * ================================================*/
 
/* ICONBOX 
 * ================================================*/
.iconbox {
	position: relative;
}
.iconbox .inner {
	padding-left: 43px;
	position: relative;
}
.iconbox .inner:after {
	content: "";
	display: block;
	width: 29px;
	height: 29px;
	background-image: url('../Icons/icon-check.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 0px;
}
.iconbox .headline {
	display: block;
	font-weight: bold;
	letter-spacing: 0.01em;
}



/* ICONBOXES
 * ================================================*/
.iconboxes .splits {
	margin: 0 -5px;
}
.iconboxes .split {
	padding: 0 5px;
}
.iconboxes .iconbox {
	color: #006699;
	text-align: center;
	padding: 30px 10px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.iconboxes .inner {
	padding: 0px;
}
.iconboxes .inner:after {
	display: none !important;
}
.iconboxes .icon,
.iconboxes .text {
	display: table;
	width: 100%;
}
.iconboxes .icon + .text > .inner {
	padding-top: 20px;
}
.iconboxes .icon > .inner,
.iconboxes .text > .inner {
	display: table-cell;
}
.iconboxes .icon > .inner {
	vertical-align: middle;
}
.iconboxes .iconbox .icon img {
	margin: 0 auto;
}
.iconboxes .text {
	font-weight: 500;
}
.iconboxes .text > .inner {
	vertical-align: top;
}



/* TEXT WITH IMAGE
 * ================================================*/
.textWithImage .image.image-center  {
	text-align: center;
}.textWithImage .image.image-right  {
	text-align: right;
}
.textWithImage .image.image-center img,
.textWithImage .image.image-right img {
	display: inline-block;
}
.textWithImage .text {
	margin-bottom: 40px;
}
/* 768 px */
@media screen and (max-width: 47.937em) {
	.textWithImage .image img {
		margin-bottom: 20px;
	}	
}


/* TEXT
 * ================================================*/
.text {
	width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* SLIDER 
 * ================================================*/
.slider {
	max-width: 817px;
	margin: 0 auto;
}
.slider-items-list {
  padding: 0px 30px;
}
.slider .caption {
  color: #006699;
  text-align: center;
  display: block;
}
.slider .caption .title {
  font-weight: bold;
}
.slider .slick-prev {
  left: -10px;
}
.slider .slick-next {
  right: -10px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .slider {
    max-width: 842px;
    margin: 0 auto;
  }
  .slider-items-list {
    padding: 0px 55px;
  }
}

/*==================================================
 * DCE ELEMENTS
 * ================================================*/

/* OVERVIEW 
 * ================================================*/
#overview {
	margin-top: -30px;
}
#overview .linkbox-item {
	position: relative;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5); 
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#overview .linkbox-item a {
	text-decoration: none;
}
#overview .linkbox-item img {
	width: 100%;
}
#overview .link {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 8px solid rgba(0,102,153,0.1);
}
#overview .link-inside {
	display: table-cell;
	vertical-align: bottom;
}
#overview .link .link-item {
	font-size: 17px;
	font-size: 1.063rem;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 60px 10px 10px;
	display: block;
}
#overview .link .link-item:after {
	content: "";
	display: block;
	background-image: url('../Icons/icon-arrow-next.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	right: 32px;
	bottom: 14px;
	position: absolute;
}
#overview .slides {
  margin: 30px -30px 0;
}
#overview .slide {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#overview .bgimage {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
}
#overview .body {
	max-width: 746px;
}
#overview .body-inside {
	padding: 50px 40px;
}
#overview .body .headline {
	font-size: 25px;
	font-size: 1.563rem;
	font-weight: 600;
	line-height: 50px;
	line-height: 1.250;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}
#overview .body .text {
	letter-spacing: 0.05em;
	margin-bottom: 50px;
	max-width: 676px;
}
#overview .body .btn {
	margin-bottom: 20px;
	font-weight: 600;
  width: auto;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  #overview .linkboxes {
    position: absolute;
    z-index: 10;
		margin-top: -74px;
		margin-bottom: 141px;
    width: 100%;
	}
	#overview .link .link-item {
		font-size: 24px;
		font-size: 1.500rem;
	}
  #overview .slick-prev {
    left: 10px;
  }
  #overview .slick-next {
    right: 10px;
  }
  #overview .slide {
    padding-top: 170px;
  }
  #overview .bgimage {
    opacity: 1;
  }
  #overview .body-inside {
    padding: 50px 100px;
  }
	#overview .body .headline {
		font-size: 40px;
		font-size: 2.500rem;
	}
}
/* 1280px */
@media screen and (min-width: 80.000em) {
  #overview .slide {
    padding-top: 270px;
  }
  #overview .body-inside {
    padding: 50px 60px;
  }
}
/* 1500px */
@media screen and (min-width: 93.750em) {
  #overview .slick-prev {
    left: -75px;
  }
  #overview .slick-next {
    right: -75px;
  }
}



/* LOGOBAR
 * ================================================*/
.logobar {
	margin-bottom: 26px;
}
.logo-item {
	float: left;
	width: auto !important;
}
 

/* GOOGLEMAPS
 * ================================================*/
#googlemap {
  height: 400px;
  width: 100%;
}


/* HEADERHEADLINE
 * ================================================*/
#headerheadline .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#headerheadline-inside {
	padding: 0.5em 0px;
}	
#headerheadline-inside > .inner {
	font-size: 16px;
}
#headerheadline-inside .headline,
#headerheadline-inside .subheadline {
	letter-spacing: 0.03em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin: 0px;
}
#headerheadline-inside.shadow .headline,
#headerheadline-inside.shadow  .subheadline{
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#headerheadline-inside .headline {
	font-size: 28px;
	font-size: 1.750em;
}
#headerheadline-inside .custom-fontsize .headline {
	font-size: 0.5em !important;
}
#headerheadline-inside .subheadline {
	display: block;
	margin-top: 17px;
	font-size: 16px;
	font-size: 1em;
}
#headerheadline-inside .custom-fontsize .subheadline {
	font-size: 0.7em !important;
}

/* 380 px */
@media screen and (min-width: 23.750em) {
	#headerheadline-inside {
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
	#headerheadline-inside .headline {
		font-size: 40px;
		font-size: 2.500rem;
	}
	#headerheadline-inside .custom-fontsize .headline {
		font-size: 0.7em !important;
	}
	#headerheadline-inside .subheadline {
		font-size: 20px;
		font-size: 1.250rem;
	}		
	#headerheadline-inside .custom-fontsize .subheadline {
		font-size: 0.9em !important;
	}
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	#headerheadline-inside {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#headerheadline-inside > .inner {
		padding-bottom: 45px;
	}
	#headerheadline-inside .headline {
		font-size: 60px;
		font-size: 3.750rem;
	}
	#headerheadline-inside .custom-fontsize .headline {
		font-size: 1em !important;
	}
	#headerheadline-inside .subheadline {
		font-size: 40px;
		font-size: 2.500rem;
	}	
	#headerheadline-inside .custom-fontsize .subheadline {
		font-size: 1em !important;
	}
}
 

/* HEADERTEXT
 * ================================================*/
#headertext {
  min-height: 200px;
}
#headertext .image {
  min-height: 200px;
  background-size: cover;
	background-position: center;
}
#headertext-inside {
	padding: 25px 0px 32px 0px;
}
#headertext-inside .headline,
#headertext-inside .text {
	color: #fff;
	margin-bottom: 15px;
}
#headertext-inside .headline {
	font-size: 25px;
	font-size: 1.563rem;
	letter-spacing: 0.03em;
	line-height: 1.175;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	#headertext-inside {
		padding: 75px 0px 77px 0px;
	}
	#headertext-inside .headline {
		font-size: 40px;
		font-size: 2.500rem;
	}
}



/* HEADERTEXT
 * ================================================*/
#headercontact {
	padding: 29px 0px 50px;
}
#headercontact .headline {
	font-size: 20px;
	font-size: 1.250rem;
	max-width: 540px;
	margin: 15px 0px;
	line-height: 1.150;
	letter-spacing: 0.03em;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	#headercontact {
		padding: 59px 0px 100px;
	}
	#headercontact .headline {
		font-size: 30px;
		font-size: 1.875rem;
	}	
	#headercontact .headline,
	#headercontact .fraction {
		padding: 0px 15px;
	}
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	#headercontact {
		padding: 59px 0px 166px;
	}
	#headercontact .headline {
		font-size: 40px;
		font-size: 2.500rem;
	}	
	#headercontact .headline,
	#headercontact .fraction {
		padding: 0px;
	}
}


/* INFOBOX
 * ================================================*/
.infoBox {
	width: 100%;
	background-color: #f0eee6;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.infoBox:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 48px;
	height: 48px;
	background-image: url('/typo3conf/ext/pf_project/Resources/Public/Icons/icon-alert.png');
	background-repeat: no-repeat;
	background-position: contain;
}
.infoBox .headline {
	color: #2e2b2f;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.250rem;
	line-height: 1.200;
	margin-bottom: 20px;
  font-weight: 400;
}
.infoBox .headline:after {
  display: none !important;
}
.infoBox .text {
	font-size: 15px;
	font-size: 0.938rem;
}
.infoBox .btn,
.infoBox .download-link {
	margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 

/* GALLERY
 * ================================================*/
.gallery {
	margin-bottom: 30px;
}
.gallery .splits {
	margin: 0px -5px;
}
.gallery .split {
	padding: 5px;
	margin: 0px;
}
.gallery .split img {
	width: 100%;
}


/* SINGLE IMAGE
 * ================================================*/
.single-image img {
	width: 100%;
}
/* 1500px */
@media screen and (min-width: 93.750em) {
	#bottomContent .right .single-image {
		margin: 0 -30px;
	}
}


/* CONTACT
 * ================================================*/
.contact .headline{
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.contact .googlemap {
	margin-top: 20px;
	height: 280px;
	width: 100%;
}
#footer .contact {
	font-weight: 300;
	line-height: 19px;
	line-height: 1.188rem;
}
#footer .contact .headline {
	margin-bottom: 0px;
}
#footer .contact a {
	font-weight: 300;
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	#footer .contact-item {
		display: table;
		display: table;
		margin: 0px -22px;
	}
	#footer .contact-item-block {
		display: table-cell;
		padding: 7px 22px;
	}
}


/* CARD ITEM
 * ================================================*/
.card-item {
	max-width: 542px;
	margin: 0 auto;
	margin-bottom: 72px;
  position: relative;
}
.card-item .image {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5); 
	margin-bottom: 22px;
}
.card-item .image img {
  width: 100%;
}
.card-item .headline {
	font-size: 20px;
	font-size: 1.250rem;
	color: #666666;
	margin-bottom: 20px;
}
.card-item .headline a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
.card-item .highlights {
	margin: 0px 0px 13px;
}
.card-item .highlights li {
	padding-left: 27px;
	padding-bottom: 15px;
	position: relative;
	letter-spacing: 0.06em;
}
.card-item .highlights li:before {
	content: "";
	background-image: url('../Icons/icon-check.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.card-item .description {
	max-width: 500px;
}
.card-item .btn {
	margin-top: 22px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	.card-item .headline {
		font-size: 32px;
		font-size: 2.000rem;
		margin-bottom: 30px;
	}
	.card-item .highlights li {
		padding-left: 30px;
		padding-bottom: 20px;
	}
	.card-item .highlights li:before {
		width: 24px;
		height: 24px;
	}
  .card-item .btn {
    margin-top: 32px;
  }
}
/* 1280px */
@media screen and (min-width: 80.000em) {
	.card-item .headline {
		font-size: 40px;
		font-size: 2.500rem;
		margin-bottom: 38px;
	}
	.card-item .highlights li {
		padding-left: 33px;
		padding-bottom: 26px;
	}
	.card-item .highlights li:before {
		width: 28px;
		height: 28px;
	}
  .card-item .btn {
    margin-top: 32px;
  }
}

/* JOB OFFER
 * ================================================*/
.joboffer {
  margin-bottom: 60px;
}
.joboffer img {
  margin-bottom: 30px;
}
.joboffer .headline span {
  display: block;
}
.joboffer .title {
  font-weight: normal;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .joboffer {
    margin-bottom: 100px;
  } 
}
 

/*==================================================
 * EXT: INDEXED SEARCH
 * ================================================*/
.tx-indexedsearch-browsebox {
  margin-bottom: 30px;
}
.tx-indexedsearch-res {
  margin-bottom: 30px;
}
.tx-indexedsearch-res h3 {
  margin-bottom: 10px;
}
.tx-indexedsearch-icon {
  display: none;
}
 

/*==================================================
 * EXT: PF TEAM
 * ================================================*/
.tx-pfteam {
	padding: 38px 0;
}
.tx-pfteam .headline {
	color: #666666;
	margin-bottom: 49px;
}
.person {
	margin-bottom: 20px;
}
.person > .inner {
	margin: 0 -12px;
}
.person .image-part {
	padding-top: 10px;
	margin-bottom: 20px;
}
.person .image-part img {
	margin: 0 auto;
}
.person .info-part {
	padding: 0px 10px 20px;
}
.person .fraction {
	margin: 3px 0px;
}
.person .position {
	font-weight: 600;
	padding-bottom: 12px;
	border-bottom: 9px solid #2f7ba1;
	margin-bottom: 30px;
}
.person .name {
	display: block;
	font-weight: 600;
	font-size: 20px;
}
.person .email {
	word-wrap: break-word;
}
.person .email a {
	text-decoration: none;
}

/* 380 px */
@media screen and (min-width: 23.750em) {
	.person > .inner {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: -11px;
		margin-right: -11px;
	}
	.person .image-part,
	.person .info-part {
		display: table-cell;
		vertical-align: top;
		padding-left: 11px;
		padding-right: 11px;
	}
	.person .image-part {
		width: 150px;
		margin-bottom: 0px;
	}
	.person .info-part {
		width: 100%;
		vertical-align: top;
	}
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	.person > .inner { 
		display: block;
		width: auto;
		margin: 0px;
	}
	.person .image-part,
	.person .info-part {
		display: block;
		vertical-align: top;
		padding-left: 0px;
		padding-right: 0px;
	}
	.person .image-part {
		margin-bottom: 20px;
	}
}

/* 1024px */
@media screen and (min-width: 64.000em) {
	.person > .inner {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: -11px;
		margin-right: -11px;
	}
	.person .image-part,
	.person .info-part {
		display: table-cell;
		vertical-align: top;
		padding-left: 11px;
		padding-right: 11px;
	}
	.person .image-part {
		width: 150px;
		margin-bottom: 0px;
	}
	.person .info-part {
		width: 100%;
		vertical-align: top;
	}
}


/*==================================================
 * EXT: PF TIMELINE
 * ================================================*/
.milestones-list {
  width: 100%;
}
.milestones-list:before {
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #006699;
  position: absolute;
  top: 5px;
  left: 20px;
}
.milestone:before {
  display: none;
}
.milestone {
  padding: 0px;
  margin-bottom: 10px;
}
.milestone .year {
  color: #006699;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 0px;
}
.milestone .body {
  padding-left: 20px;
}
.milestone img {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5); 
  margin-top: 20px;
  margin-bottom: 20px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .milestones-list {
    display: table;
  }
  .milestones-list:before {
    display: none;
  }
  .milestone {
    display: table-row;
    margin: 0px;
  }
  .milestone .year,
  .milestone .body {
    display: table-cell;
    vertical-align: top;
    padding: 0px;
    padding-bottom: 20px;
    position: relative;
  }
  .milestone .year:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #006699;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 8px;
    right: -6px;
  } 
  .milestone .year {
    padding-right: 30px;
    border-right: 2px solid #006699;
  }
  .milestone .body { 
    padding-left: 30px;
    overflow: hidden;
  }
}



/*==================================================
 * EXT: PF PRODUCTS
 * ================================================*/
 
/* INTERACTIVE IMAGE
 * ================================================*/
.interactiveimage {
	background-color: #ededed;
	padding: 43px 0px 30px;
	margin-bottom: 40px;
}
.interactiveimage .image {
	overflow: hidden;
}
.interactiveimage .image > .inner {
	position: relative;
	float: left;
	left: 50%;
}
.interactiveimage .image-inside {
	position: relative;
	float: left;
	left: -50%;
}
.interactiveimage .marker {
	display: block;
	background-color: #006699;
	border-radius: 25px;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	opacity: 0.5;
}
.interactiveimage .marker.hover {
	opacity: 1;
	box-shadow: 0px 0px 14px 6px rgba(0, 102, 153, 0.5); 
}
.interactiveimage .headline {
	font-size: 20px;
	font-size: 1.250rem;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 37px;
}
.definition-item {
	opacity: 0.5;
	position: relative;
	padding-left: 37px;
	margin-bottom: 24px;
}
.definition-item.hover {
	opacity: 1;
}
.definitions .number {
	display: block;
	background-color: #006699;
	border-radius: 25px;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	.interactiveimage-inside {
		margin: 0 -17px;
	}
	.interactiveimage-inside > .inner {
		display: table;
	}
	.interactiveimage .image,
	.interactiveimage .definitions {
		display: table-cell;
		vertical-align: top;
		padding: 0px 20px;
	}
	.interactiveimage .image img {
		max-width: none;
	}
	.interactiveimage .definitions {
		padding-top: 5px;
	}
}
/* 1280px */
@media screen and (min-width: 80.000em) {
	.interactiveimage {
		margin-left: -30px;
		margin-right: -30px;
	}
}


/* PRODUCT VARIANTS
 * ================================================*/
.productvariants > .container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,fdfdfd+54,ffffff+89 */
  background: rgb(230,230,230); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(230,230,230,1) 0%, rgba(253,253,253,1) 54%, rgba(255,255,255,1) 89%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(230,230,230,1) 0%,rgba(253,253,253,1) 54%,rgba(255,255,255,1) 89%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(230,230,230,1) 0%,rgba(253,253,253,1) 54%,rgba(255,255,255,1) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.productvariants h5 {
	margin-bottom: 20px;
}
.productvariants .definitions {
	margin: 79px 0px 90px;
}
.productvariants .definition-item {
	margin-bottom: 17px;
	padding-left: 48px;
}
.productvariants .definitions .number {
	width: 23px;
	height: 23px;
}
.productvariants .interactiveimage {
	background: transparent;
	margin: 0px;
}
.productvariants .subheadline {
	font-size: 20px;
	font-size: 1.250rem;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 19px;
	letter-spacing: 0.03em;
}
.productvariants .text2 {
	margin-bottom: 88px;
}
.surfaces {
	margin-top: 40px;
	margin-bottom: 56px;
	max-width: 500px;
}
.surfaces .label {
	display: block;
	margin-top: 13px;
}
.productvariants .downloads {
	margin: 40px 0;
}
.productvariants .video {
	width: 100%;
	max-width: 700px;
	position: relative;
	margin: 40px auto;
}
.productvariants .instruction {
	max-width: 400px;
	margin-bottom: 50px;
}
.productvariants .slick-prev {
  left: 0px;
}
.productvariants .slick-next {
  right: 0px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .productvariants > .container {
    background-size: 100% auto;
  }
}


/*==================================================
 * EXT: PF FILELISTS
 * ================================================*/
 
/* FOLDERS
 * ================================================*/
.folders .split {
	margin-bottom: 40px;
}
.folders .split:before {
	display: none;
}
.folders a {
	text-decoration: none;
}
.folders-item a:hover {
  text-shadow: 0px 0px 8px rgba(0, 102, 153, 0.5); 
}
.folders .headline {
  font-size: 20px;
  font-size: 1.250rem;
  margin-bottom: 63px;
  position: relative;
  letter-spacing: 0.03em;
}
.folders .headline:after {
  content: "";
  display: block;
  width: 100%;
  bottom: -26px;
  height: 1px;
  background-color: #666666;
  position: absolute;
}
.folders .image img {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5); 
}
.folder-item {
  margin: 0 -12px;
}
.folder-item-inside {
  display: table;
  height: 1px;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.folder-item .image,
.folder-item .body {
  display: table-cell;
  vertical-align: top;
  padding: 0px 12px;
}
.folder-item .image {
  padding-top: 6px;
  width: 90px;
}
.folder-item .body > .inner {
  max-width: 300px;
  height: 100%;
  display: table;
}
.folder-item .body .links {
  margin-top: 20px;
}
.folder-item .headline {
  font-size: 20px;
  font-size: 1.250rem;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.folder-item .headline:after {
  display: none;
}
.folder-item .description {
  letter-spacing: 0.05em;
}
.folder-item .links > .inner {
  display: table-cell;
  vertical-align: bottom;
}
.folder-item .links .label {
  display: block;
}
.folder-item .links .link-list {
  display: block;
	margin: 0px -23px 0px -6px;
}
.folder-item .links .link-list li {
  float: left;
  padding-left: 6px;
  padding-right: 23px;
  padding-bottom: 0px;
}
.folder-item .links .link-list li:before {
  display: none;
}
.folder-item .links .link-list li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #666666;
  position: absolute;
  top: 7px;
  left: -9px;
}
.folder-item .links .link-list li:first-child:after {
  display: none;
}
.folder-item .links a {
  text-decoration: none;
}
.folder-item .links a:hover {
  text-shadow: 0px 0px 8px rgba(0, 102, 153, 0.5); 
}
/* 380 px */
@media screen and (min-width: 23.750em) {
	.folders .headline {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.folder-item .headline {
		font-size: 30px;
		font-size: 1.875rem;
	}
  .folder-item .image {
    width: 133px;
  }
	.folder-item .links .label {
		padding-right: 11px;
	}
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	.folders .headline {
		font-size: 40px;
		font-size: 2.500rem;
	}
	.folders .split {
		margin-bottom: 85px;
	}
	.folder-item .headline {
		font-size: 30px;
		font-size: 1.875rem;
	}
  .folder-item .image,
  .folder-item .body {
    height: 202px;
  }
  .folder-item .body .info {
    display: table-row;
  }
  .folder-item .body .links {
    display: table-footer-group;
  }
	.folder-item .links .links-inside {
		display: table;
	}
	.folder-item .links .label,
	.folder-item .links .link-list {
		display: table-cell;
		vertical-align: bottom;
	}
}


 
/* DOWNLOADS
 * ================================================*/
.downloads {
	margin-bottom: 80px;
}
.downloads .split {
	margin-bottom: 40px;
}
.downloads .split:before {
	display: none;
}
.downloads .headline {
  font-size: 20px;
  font-size: 1.250rem;
  margin-bottom: 63px;
  position: relative;
  letter-spacing: 0.03em;
}
.downloads .headline:after {
  content: "";
  display: block;
  width: 100%;
  bottom: -26px;
  height: 1px;
  background-color: #666666;
  position: absolute;
}
.download-item {
	position: relative;
	padding-left: 43px;
	padding-top: 5px;
}
.downloads .download-item:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url('../Icons/icon-check.png');
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center;
	border-radius: 0px;
	position: absolute;
	top: 9px;
	left: 0px;
}
.downloads .download-item a {
	text-decoration: none;
}
.download-item a:hover {
  text-shadow: 0px 0px 8px rgba(0, 102, 153, 0.5); 
}
.download-item .headline {
  font-size: 20px;
  font-size: 1.250rem;
	font-weight: 600;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.download-item .headline:after {
  display: none;
}
.download-item .description {
  letter-spacing: 0.05em;
}
.download-item .links {
	margin-top: 27px;
}
.download-item .links > .inner {
  display: table-cell;
  vertical-align: bottom;
}
.download-item .links .label {
  display: block;
}
.download-item .links .links {
  display: block;
}
.download-item .links .link-list {
	margin: 0px -23px 0px -6px;
}
.download-item .links .link-list li {
  float: left;
  padding-left: 6px;
  padding-right: 23px;
  padding-bottom: 0px;
}
.download-item .links .link-list li:before {
  display: none;
}
.download-item .links .link-list li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #666666;
  position: absolute;
  top: 7px;
  left: -9px;
}
.download-item .links .link-list li:first-child:after {
  display: none;
}
/* 380 px */
@media screen and (min-width: 23.750em) {
	.downloads .headline {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.download-item .headline {
		font-size: 30px;
		font-size: 1.875rem;
		font-weight: 300;
	}
	.download-item .links .links-inside {
		display: table;
	}
	.download-item .links .label,
	.download-item .links .link-list {
		display: table-cell;
		vertical-align: bottom;
	}
	.download-item .links .label {
		padding-right: 11px;
	}
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	.downloads .headline {
		font-size: 40px;
		font-size: 2.500rem;
	}
	.download-item .headline {
		font-size: 30px;
		font-size: 1.875rem;
		font-weight: 300;
	}
}
 