@charset "UTF-8";
/* CSS Document */

html {
}

@font-face {font-family: "CervoNeue-ExtraBoldNeue";
  src: url("fonts/52714ad00174167f899fc7ab6e382edf.eot"); /* IE9*/
  src: url("fonts/52714ad00174167f899fc7ab6e382edf.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/52714ad00174167f899fc7ab6e382edf.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/52714ad00174167f899fc7ab6e382edf.woff") format("woff"), /* chrome、firefox */
  url("fonts/52714ad00174167f899fc7ab6e382edf.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/52714ad00174167f899fc7ab6e382edf.svg#CervoNeue-ExtraBoldNeue") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Cervo-Medium";
  src: url("fonts/9518c799c1636fd5e3276286f30a66bb.eot"); /* IE9*/
  src: url("fonts/9518c799c1636fd5e3276286f30a66bb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/9518c799c1636fd5e3276286f30a66bb.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/9518c799c1636fd5e3276286f30a66bb.woff") format("woff"), /* chrome、firefox */
  url("fonts/9518c799c1636fd5e3276286f30a66bb.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/9518c799c1636fd5e3276286f30a66bb.svg#Cervo-Medium") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "CervoNeue-ExtraLightNeue";
  src: url("fonts/2a600c43447ee916b20bc56d70e08877.eot"); /* IE9*/
  src: url("fonts/2a600c43447ee916b20bc56d70e08877.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/2a600c43447ee916b20bc56d70e08877.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/2a600c43447ee916b20bc56d70e08877.woff") format("woff"), /* chrome、firefox */
  url("fonts/2a600c43447ee916b20bc56d70e08877.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/2a600c43447ee916b20bc56d70e08877.svg#CervoNeue-ExtraLightNeue") format("svg"); /* iOS 4.1- */
}
body, html {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	font-size: 20px;
	font-family: CervoNeue-ExtraLightNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;

} 

body.modal-open{
	position:fixed;	
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pagewrap {
	width: 100%;	
}

.header, .footer {
	width: 100%;
	position: relative;
	float: left;
	height: 100px;
}

.logo {
	width: 210px;
	height: 40px;
	margin-top: 35px;
	float: left;
}

.logo img {
	width: 100%;
	height: 100%;
	float: left;
	
}



.head_nav {
	float: right;
	width: 300px;
	margin-top: 28px;
}

.head_nav a {
	width: 50px;
	height: 50px;
	float: right;
	margin-left: 15px;
	display: block;
	cursor: pointer;
	
}

.itm_nav1 {
	background-image: url(../IMG/mail.png);
	background-size: cover;
}

.itm_nav1:hover {
	background-image: url(../IMG/mail_a.png);
	background-size: cover;
}

.itm_nav2 {
	background-image: url(../IMG/menu.png);
	background-size: cover;
}
.itm_nav2:hover {
	background-image: url(../IMG/menu_a.png);
	background-size: cover;
}


.mainwrap {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
	
}

.divider {
	height: 15px;
	width: 100%;
	right: 0px;
	background: linear-gradient(to top, rgba(0,0,0,0.05), rgba(0,0,0,0.0));
	float: left;
	
}


a {
	text-decoration: none;
	cursor: pointer;
	
}

h1 {line-height: 55px;
	font-size: 50px;
	font-family: CervoNeue-ExtraBoldNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
	
}

h2 { line-height: 30px;
	font-family: CervoNeue-ExtraBoldNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

h2 span { line-height: 30px;
	font-family: CervoNeue-ExtraLightNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-size: 24px;
	line-hight: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #f9b82a;
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	font-weight: normal;
}

.smaller {
	font-size: 22px;
	margin-bottom: 0px !important;
}

b, strong {
font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-weight: normal;
}


.copy a {
	color: #3B3B3B;
}
.modaloverlay .modal > div{
	max-height:400px;
	overflow:hidden;
	overflow-y:auto;
}

.modaloverlay{
  background:rgba(0,0,0,0.5);
 top: 0;
left:0;
right: 0;
bottom:0;
  opacity:0;
  pointer-events:none;
  position:fixed;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index:-1;
  display: none;

}
  .modaloverlay:target {
    display: block;
    opacity:1;
    pointer-events:auto;
    z-index:99999;
  }


  .modal{
	width:700px;
	height:auto;
    background-color:white;
    position:relative;
    margin: auto;
	top: Calc(50% - 300px);
    padding:2em;
    overflow-y: hidden;
	  padding-top: 50px;
	  
  	}



  
.x  {
    background-color:white;
    font-size:32px;
    padding:12px 12px;
    position:absolute;
    right:0;
    text-align:right;
    text-decoration:none;
	float: right;
    top:0;
    z-index: 1;
	width: 100%;
	color: black;
	cursor: pointer;
  }

  






.biggap {
	margin-top: 130px;
	margin-bottom: 0px;
}
.videorow {
	width: 100%;
	height: 500px;
	background: silver;
	float: left;
	margin-top: 0px;
}



.play_bt {
	left: Calc(50% - 40px);
	background: red;
	position: absolute;
	margin-top: 200px;
	width: 80px;
	height: 80px;
	display: block;
	opacity: 0.5;
}
.play_bt:hover {
	opacity: 0.8;
	
}


.content {
	float: left;
	position: relative;
	width: 100%;
}

.halfrow {
	width: 40%;
	float: left;
	margin: 0px;
	margin-top: 100px;
	margin-bottom: 100px;
}



.fullrow{
	float: left;
	text-align: center;
	width: Calc(100% - 100px);
	margin: 0px;
	margin-top: 130px;
	margin-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;	
}


.even {
	width: Calc(50% - 50px);
	margin-right: 100px;
}



.introtext {
	font-size: 18px;
	color: #58595b;
	padding: 1.5rem; 
	padding-top: 1.5rem; 
	padding-bottom: 0px; 
}

.masonry-content.padding-title .introtext{
  padding-top:0rem;
  margin-bottom:0.5rem;
}

.nomargin {
	margin-top: 0px;
	margin-bottom: 80px;
}

.nomargin:nth-child(2n+2) {
	margin-right: 0px;

}

.even:last-child {
	margin-right: 0px;
	margin-bottom: 100px;
}


.boxed {
	border: 1px solid silver;
	width: Calc(50% - 92px);
	padding: 20px;
	margin-bottom: 0px;
	display: inline-block;
}

.boxed:nth-child(odd){
	margin-right: 0px;
}

.boxed:nth-child(even){
	margin-right: 100px;
}


.main_img {
	width: Calc(60% - 50px);
	margin-left: 50px;
	float: right;
	height: 600px;
	margin-top: 100px;
	background: url(../IMG/hero_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



.clear {
	float: left;
	width: 100%;
	height: 1px;
}

.subline {
	font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}

p {
	margin: 0px 0px;
}
/*
* Accordion
*/
/* Basic Accordion Styles */
.accordion {
  float: left;
  position: relative;
  
	margin-bottom: 0px;
	margin-top: 30px;
  /* Radio Inputs */
  /* Labels */
  /* Panel Content */
}
.accordion input[name='panel'] {
  display: none;
}

.accordion label {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 30px;
	font-family: CervoNeue-ExtraBoldNeue;
  color: #000;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.465, 0.14, 0.095, 0.87);
}
.accordion label:before {
  content: '+';
  position: relative;
  left: 0px;
  margin-right: 0px;
  float: left;
	float:none;
	left:-6px;
  width: 20px;
  height: 20px;
  color: #000;
  text-align: left;
	
}
.accordion label:hover {
  color: #f9b82a;
	color: rgba(0,0,0,1);
}
.accordion input:checked + label {
  color: #f9b82a;
	color: rgba(0,0,0,1);
}
.accordion input:checked + label:before {
  content: '+';
  /* adjsut line-height to vertically center icon */
  line-height: .8em;
	color: #f9b82a;
	color: rgba(0,0,0,1);
}
.accordion .accordion__content {
  overflow: hidden;
  height: 0px;
  min-height: 0px;
  position: relative;
  padding-top: 5px;
  background: #fff;
	font-size: 20px;
  line-height: 24px;

  color: #000;
  transition: height 0.8s cubic-bezier(0.465, 0.14, 0.095, 0.87);
			padding-left: 0px;
}
.accordion .accordion__content:not(:last-of-type) {
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #27ae60, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}
.accordion .accordion__content .accordion__header {
}
.accordion .accordion__content .accordion__body {
  font-size: 20px;
  line-height: 24px;
}
/*
.smallspace strong,
.textbigger p strong,
.accordion__content--small strong{
	background:#000;
	color:#fff;
	display:inline-block;
	padding:0 4px;
}*/
/* 
* Size Variations
*/
input[name='panel']:checked ~ .accordion__content.accordion__content--small {
	transition: all 0.4s cubic-bezier(0.465, 0.14, 0.095, 0.87);
	padding-bottom: 20px;
	height: auto;
	margin-top: 10px;
	padding-left: 0px;
}
.accordion-open .accordion__content.accordion__content--small{
	transition: all 0.4s cubic-bezier(0.465, 0.14, 0.095, 0.87);
	padding-bottom: 20px;
	height: auto;
	margin-top: 10px;
	padding-left: 0px;
}
.accordion.accordion-open  label::before {
	content: '#'!important;
	left:0!important;
}

input[name='panel']:checked ~ .accordion__content.accordion__content--med {
  height: 100px;
}

input[name='panel']:checked ~ .accordion__content.accordion__content--large {
  height: 300px;
}



.bulletrow {
	width:100%; 
	float:left;
	border-bottom: solid 1px #ddd;
	font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 22px;
}



.bulletrow:last-child {
	border-bottom: none;
}

.bulletrow img {
	float: left; 
	margin-right: 20px;
	width: 50px;
	height: 50px;
	margin-top: 2px;	
}

.textbigger {
	
	font-size: 22px;
	line-height: 28px;
}

.smallspace {
	margin-top: 50px;
}

.tile {
	width: calc(25% - 24px);
	height: 255px;
	margin-right: 30px;
	box-shadow: 0px 0px 10px 0px #ddd;
	float: left;
	margin-bottom: 30px;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.tile:hover {
	box-shadow: 0px 0px 10px 0px #ccc;

}

.tile:nth-child(2), .tile:nth-child(4), .tile:nth-child(6), .tile:nth-child(8) {
	margin-right: 30px;
}

.tile:nth-child(4),
.tile:nth-child(8),
.tile:nth-child(12),
.tile:nth-child(16),
.tile:nth-child(20),
.tile:nth-child(24){
	margin-right: 0px;
}

.third {
	float:left;
	width: Calc(33% - 64px);
	margin-right: 100px;
	margin-bottom: 50px;
	height: auto;	
}
.third:nth-child(2) {
	margin-right: 100px;
}
.third:nth-child(3), .third:nth-child(6), .third:nth-child(9) {
	margin-right: 0px;
}

.smallhead {
	line-height: 38px;
	font-family: CervoNeue-ExtraBoldNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 50px;

}

.smallhead span {
	color:#fbb82d;
	color: rgba(0,0,0,1);
}



.circle {
	border-radius: 50%;
	border: 8px solid #fff;
	border: 8px solid rgba(0,0,0,1);
	width: calc(100% - 50px);
	height: auto;
	padding-top: calc(100% - 50px);
	background: silver;
	margin-bottom: 20px;
	margin-left: 16px;
	box-shadow: 0px 0px 10px 0px #fff;
	/* transition: all 0.4s cubic-bezier(0.465, 0.14, 0.095, 0.87); */
	position: relative;
}

/*
.circle:hover {

	border: 6px solid #fbb82d;
	border: 6px solid rgba(0,0,0,1);
	box-shadow: 0px 0px 50px 0px #ccc;
	 transition: all 0.6s ;
}*/

.people_cont {
	font-family: CervoNeue-ExtraBoldNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-size: 28px;
	line-height: 33px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.people_cont span {
	font-size: 20px;
	line-height: 28px;
}


.button {
	padding: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	background: #fbb82d;
	background: rgba(0,0,0,1);
	color: black;
	line-height: 22px;
	text-transform: uppercase;
	font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	float:right;
	font-size: 22px;
	margin-top: 22px;

}
.button:after {
	content:"+";
	margin-left: 5px;
	font-size: 30px; margin-top: 0px; float: right;
	
}

.nobg {
	background: white;
		
	}

.nobg:hover {
	background: #fbb82d;
	background: rgba(0,0,0,1);
	color:#fff;
}

.footer_nav {float: left; margin-top: 30px; font-size: 22px; padding-bottom:25px;

}

.footer_nav a {
	color: black;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.footer_nav a:first-child {
	margin-left: 0px;
}

.toparrow {
	text-align: center;
	width: 40px;
	height: 65px;
	position: absolute;
	margin-left: -20px;
	margin-top: -30px;
	background: url(../IMG/arrow.png);
	background-size: cover;
}

.toparrow:hover {
	background: url(../IMG/arrow_a2.png);
}

.ref1 {
	background: url(../IMG/tile_1.png);
}

.ref2 {
	background: url(../IMG/tile_2.png);
}

.ref3 {
	background: url(../IMG/tile_3.png);
}

.ref4 {
	background: url(../IMG/tile_4.png);
}

.ref5 {
	background: url(../IMG/tile_5.png);
}


.ref6 {
	background: url(../IMG/tile_6.png);
}
.ref7 {
	background: url(../IMG/tile_7.png);
}
.ref8 {
	background: url(../IMG/tile_8.png);
	
}

.ref9 {
	background: url(../IMG/tile_9.png);
	
}

.ref10 {
	background: url(../IMG/tile_10.png);
	
}

.ref11 {
	background: url(../IMG/tile_11.png);
}

.ref12 {
	background: url(../IMG/tile_12.png);
}

.ref13 {
	background-image: url(../IMG/logo_pd_deutschland_01.2021.png);
	background-size:80% auto!important;
}
.ref14 {
	background-image: url(../IMG/logo_itplr_2023_rgb.png);
	background-size:80% auto!important;
}
.ref15 {
	background-image: url(../IMG/logo_fitko-logo_ohneclaim.png);
	background-size:80% auto!important;
}
.ref16 {
	background-image: url(../IMG/logo_thyssenkrupp_ag_2015.png);
	background-size:80% auto!important;
}
.ref17 {
	background-image: url(../IMG/logo_koerber.png);
	background-size:80% auto!important;
}
.ref18 {
	background-image: url(../IMG/logo_vodafone.jpg);
	background-size:80% auto!important;
}
.ref19 {
	background-image: url(../IMG/logo_enbw.png);
	background-size:80% auto!important;
}
.ref20 {
	background-image: url(../IMG/logo_stonex.png);
	background-size:80% auto!important;
}
.ref21 {
	background-image: url(../IMG/logo_ui_rgb.png);
	background-size:80% auto!important;
}
.ref22 {
	background-image: url(../IMG/logo_run_this_place.png);
	background-size:80% auto!important;
}
.ref23 {
	background-image: url(../IMG/tile_13.png);
}
.ref24 {
	background-image: url(../IMG/tile_14.png);
}

.interactive {
	margin-bottom: 50px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	float: left;
}


#tooltip1, #tooltip2, #tooltip3 {
  background: white;
	box-shadow: 0px 0px 10px 0px #ccc;
	position: absolute;
	float: none;
	display: none;
	max-width: 500px;
	text-align: left;
		font-size: 20px;
	line-height: 24px;	
}

#menubox {
  
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 26px;
	line-height: 35px;
	height: 100px;
	color: black;
	opacity:0;
	-webkit-transition: all 400ms ease-in;
  	-moz-transition: all 400ms ease-in;
  	transition: all 400ms ease-in;
}

ul {
	margin: 0px;
	padding-left: 20px;
	
}
.x2  {
    background-color:white;
    font-size:34px;
    padding-top:12px;
	padding-right: 12px;
    right:0;
    text-align:right;
    text-decoration:none;
	float: left;
    top:0;
    z-index: 1;
	width: Calc(100% - 12px);
	color: black;
	cursor: pointer;
  }

.toolrow {
	width: Calc(100% - 15px);
	padding-left: 15px; 
	position: relative;
	margin-top: -5px;
	float: left;
	margin-bottom: 5px;
}

.half {
	width: Calc(50% - 30px);
	float: left;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;

	
}
.half:last-child {
	margin-right: 0px;
}

#menubox a {
	color: black;
	margin-right: 30px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;	
}

#menubox a:hover {
	color: #f9b82a;
	color: rgba(0,0,0,1);
}



#menubox2 a:hover {
	color: #f9b82a;
	color: rgba(0,0,0,1);
	
	
	
}

.team1 {
	background: url(../IMG/team1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team2 {
	background: url(../IMG/team2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team3 {
	background: url(../IMG/team3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team4 {
	background: url(../IMG/team6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team5 {
	background: url(../IMG/team4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.team6 {
	background: url(../IMG/team5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.team7 {
	background: url(../IMG/team7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team8 {
	background: url(../IMG/team8.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team9 {
	background: url(../IMG/team9.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team10 {
	background: url(../IMG/team8.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team11 {
	background: url(../IMG/Hanna_Mrugalla.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.team12,
.team13,
.team14{
	background: #efefef;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.team12 {
	background: url(../IMG/team12.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.team13 {
	background: url(../IMG/team13.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ws_image {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	height: 200px;
	background: silver;
	
	
	
	
}


.w1 {
	background: url(../IMG/ws_image1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.w2 {
	background: url(../IMG/ws_image2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.w3 {
	background: url(../IMG/ws_image3.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.w4 {
	background: url(../IMG/ws_image4.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.w5 {
	background: url(../IMG/ws_image5.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.w6 {
	background: url(../IMG/ws_image6.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.w7 {
	background: url(../IMG/ws_image7.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.w8 {
	background: url(../IMG/ws_image8.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.left {
	float: left;
}

.right {
	float: right;
}

.adress {
	text-align: left;
}

.adress a {
	color: #f9b82a;
	color: rgba(0,0,0,1);
}

.adress.left {
	margin-top: -600px;
	margin-left: 50px;
}

.adress.right {
	margin-top: -200px;
	margin-right: 100px;
}

.map {
	margin: auto;
	height: 700px;
	width: 500px;
	background: #ddd;
	background: url(../IMG/map.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
}


.paragraph {
	margin-bottom: 50px;
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	font-family: CervoNeue-ExtraLightNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
}

.paragraph:last-child {
	margin-bottom: 100px!important;
		
}

.paragraph.copy {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}

.paragraph strong {
	font-size: 22px;
	line-height: 32px;
	font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.dlrow {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	float: left;
}

.dlrow:hover {
 }

.dlrow a {
	display: block;
}

.dlimg {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 30px;
	margin-left: 0px;
	background: silver;
}

.dlname {
	margin-top: 30px;
	font-size: 20px;
}

.dlname a:hover {
	color: #f9b82a;
	color: rgba(0,0,0,1);
}


.logout {

	width: auto !important;
	height: auto !important;
	margin-top: 10px;
}


.loginrow {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	
}

	
.backdrop {
	background: grey;
	min-height: 550px;
}

.login {
	
	width: 335px;
	
	margin-bottom: 100px;
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
	background: white;
	height: auto;
	float: left;
	padding: 20px;
	margin-left: calc(50% - 155px);
}

.loginrow label {
	padding: 10px;
	padding-left: 0px;
	width: 100px;
	float: left;
	font-size: 20px;
}
.loginrow input {
	width: 200px;
	padding: 10px;
	font-size: 16px;
	
}
.forgot {
	margin-left: 110px;
	margin-top: 0px;
}

.forgot a {
	color: silver;
	font-size: 16px;
}

.forgot a:hover {
	color: black;
}

.loginrow .status {
	background: #ddd;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;

}


	.mobile {display: none !important;  }
	
	.desktop {display: block!important; }



	.centered {
		text-align:center !important;
	}

.center {
	margin-left: calc(50% - 35px);
	float: left;
}

.social {
	height: 30px;
	width: 30px;
	margin-left: 20px;
	float: right;
	padding: 0px !important;
	margin-top: 22px;
	opacity: 0.5;
}

.social:hover {

	opacity: 1.0;
}

.xing { 
	background: url(../IMG/social2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.linkedin { 
	background: url(../IMG/social1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.news_text {
	text-align: left;
}

form 
{ margin-top: 50px; }

.nl {

width: 600px;
}

.nl h3 {
margin-top: 0px;
margin-bottom: 10px;
}

.nl .d2 input {
margin-top: 0px;
float: left;
height: 26px;
font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 20px;
margin-right: 10px;
}

.nl .d2 label {
font-family: CervoNeue-ExtraLightNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px !important;
line-height: 16px !important; 
}

.nl .d2 a {
color: #f9b82a;
	color: rgba(0,0,0,1);
}

.nl .d2  {
margin-bottom: 10px;
}



.nl button {
margin-top: 1px !important;
border-radius: 0px !important;
background: black !important;
font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 18px;
padding	: 7px !important;

}

/* disclaimer box */


.disclaimer-container-2{
    position:fixed;
    z-index:100000;
    background-color: rgba(0, 0, 0, 0.8);
    color:#000;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display:none;
    overflow:auto;
    text-align:center;
}

.disclaimer-content-info-2 .switch{
    float:right;
    border:1px solid #666;
    border-radius:10px;    
    position:relative;
    cursor:pointer;
    font-size:10px;
    line-height:10px;
    padding:4px 10px 4px 20px;
    background:#ddd;
    opacity: 0.7;
}
.disclaimer-content-info-2 .disclaimer-content-info-detail-right-2 .switch{
    right:-5px;
    top:-2px;
}


.disclaimer-content-info-2 .switch.active{
    border:1px solid #5e8c49;
    background:#ddd;
    opacity: 1;
}
.disclaimer-content-info-2 .switch.active.disabled{
    cursor:inherit;
    opacity: 0.6;
}
.disclaimer-content-info-2 .switch.active.disabled span{
    cursor:inherit;
}
.disclaimer-content-info-2 .switch.active span.dc-icon,
.disclaimer-content-info-2 .switch.active i{
   background:#5e8c49;  
}
.disclaimer-content-info-2 .switch span{
    display:inline-block;        
    color:#666;
}
.disclaimer-content-info-2 .switch span.active{
    display:none;   
}
.disclaimer-content-info-2 .switch.active span.active{
    display:inline-block;   
}
.disclaimer-content-info-2 .switch.active span.inactive{
    display:none;   
}
.disclaimer-content-info-2 .switch span:hover{
    text-decoration: none;
}
.disclaimer-content-info-2 .switch span.dc-icon,
.disclaimer-content-info-2 .switch i{
   border-radius:12px;
   background:#666;
   position:absolute;
   top:3px;
   left:3px;
   width:12px;
   height:12px;
}
.show-disclaimer .disclaimer-container-2{
    display:block;
}
.disclaimer-content-2{
    background-color: rgba(255, 255, 255, 1);
    padding:30px;
    border:1px solid #ccc;
    max-width:500px;
    width:90%;
    margin: 50px auto;
    font-size:14px;
    line-height:18px;
    overflow:auto;
    top:calc(50% - 200px);
    position:relative;  
    text-align: left;
	    width: calc(100% - 50px);
}
.disclaimer-content-2 h2{
    margin-top:0;
    font-weight:400;
    display:block;
    float:none;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
}
.disclaimer-content-2 p{
    margin-bottom:12px;
}
.disclaimer-content-2 a{
     color: #f9b82a;
	color: rgba(0,0,0,1);
}
.disclaimer-content-2 button.save{
    margin-bottom:12px;
}
.disclaimer-content-2 p.links{
    text-align:center;
}
.disclaimer-content-2 p.links span{
    cursor:pointer;
    color: #f9b82a;
	color: rgba(0,0,0,1);
}
.disclaimer-content-2 p.links span:hover{
    text-decoration: underline; 
}
.disclaimer-content-2 .disclaimer-content-form-2{
    padding-top:10px;
}
.disclaimer-content-2 .disclaimer-content-form-2 input[type="checkbox"]{
    position:absolute;
    top:-10000px;
    left:-10000px;
}
.disclaimer-content-2 .disclaimer-content-form-2 input[type="checkbox"]:checked + label span.dc-icon,
.disclaimer-content-2 .disclaimer-content-form-2 input[type="checkbox"]:checked + label i{
    background:#666 url(/images/icon_check.png) no-repeat 4px 4px;
    background-size:11px;    
}
.disclaimer-content-2 .disclaimer-content-form-2 button{
    border:0;
    width:calc(100% - 20px);
    padding:10px;
    margin-top:10px;
    cursor:pointer;  
    font-size:18px;
    letter-spacing: 0.05em;
    font-weight:300;
    background-color:#ccc;    
}
.disclaimer-content-2 .disclaimer-content-form-2 button.all{
    background: #333;
    color:#fff;
    margin-top:0;
}
.disclaimer-content-2 .disclaimer-content-form-2 label{
    display: inline-block;
    padding-left:30px;
    position: relative;
    line-height:20px;
    margin-right:20px;
    cursor: pointer;
    margin-bottom:20px;
}
.disclaimer-content-2 .disclaimer-content-form-2 label.disabled{
    cursor: inherit;
    opacity: 0.4;
}
.disclaimer-content-2 .disclaimer-content-form-2 label.disabled span.dc-icon,
.disclaimer-content-2 .disclaimer-content-form-2 label.disabled i{
    background:#666;
}
.disclaimer-content-2 .disclaimer-content-form-2 label span.dc-icon,
.disclaimer-content-2 .disclaimer-content-form-2 label i{
    display:block;
    height:20px;
    width:20px;
    border:1px solid #666;
    border-radius: 5px;
    position:absolute;
    top:0;
    left:0;
}
.disclaimer-content-infos-2{
    display:none;
}
.disclaimer-content-2.open .disclaimer-content-infos-2{
    display:block;
}
.disclaimer-content-2.open label{
    display:none;
}
.disclaimer-content-info-2{
    background:rgba(0,0,0,0.05);
    padding:10px;
    font-size:12px;
    margin-bottom:20px;
}
.disclaimer-content-info-2 h3{
    margin:0 0 10px 0;
}
.disclaimer-content-info-2 p{
    margin:0 0 20px 0;
}
.disclaimer-content-info-2.open .disclaimer-content-info-detail-2{
      display:block;
}
p.openlinks{
    margin-bottom:0;
}
.disclaimer-content-info-2.open p.openlinks{
    margin-bottom:10px;
}
.disclaimer-content-info-2.open span.off{
      display:block;
}
.disclaimer-content-info-2 span.off{
      display:none;
}
.disclaimer-content-info-2.open span.on{
      display:none;
}
.disclaimer-content-info-2 span.on{
      display:block;
}
.disclaimer-content-info-2 span{
    cursor:pointer;
    color: #f9b82a;
	color: rgba(0,0,0,1);
}
.disclaimer-content-info-2 span:hover{
    text-decoration: underline;   
}
.disclaimer-content-info-2 p:last-child{
      margin-bottom: 0;
}
.disclaimer-content-info-detail-2{
    background:rgba(255,255,255,0.6);
    padding:10px;
    margin-bottom:10px;
    display:none;
}
.disclaimer-content-info-detail-2:last-child{
    margin-bottom:0px;
}
.disclaimer-content-info-detail-left-2{
    clear:left;
    width:calc(30% - 10px);
    float:left;  
    padding:5px;
}
.disclaimer-content-info-detail-right-2{
    width:calc(70% - 10px);
    float:left;
    padding:5px;
}
.disclaimer-content-info-row-2:first-child{
    border-top:0px solid #999;
}
.disclaimer-content-info-row-2{
    border-top:1px solid #999;
}
.cont-disclaimer-box{
    padding:20px;   
    background:#ebebeb;
    max-width:800px;
    margin:0 auto 1.6em;
}
.cont-disclaimer-box span{
    color: #f9b82a;
	color: rgba(0,0,0,1);
    cursor: pointer;
}
.cont-disclaimer-box a{
    white-space: nowrap;
	color: #f9b82a;
	color: rgba(0,0,0,1);
}
#delete-cookie{
    cursor:pointer;
    color: #f9b82a;
	color: rgba(0,0,0,1);
}
/* disclaimer box end */

/* responsive iframes */
/* .linkedin-container-parent */
.vimeo-container-parent,
.youtube-container-parent {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.linkedin-container-child{
	line-height:0;
}

/*
.linkedin-container-parent object,
.linkedin-container-parent iframe,
.linkedin-container-parent embed
*/
.vimeo-container-parent iframe,
.youtube-container-parent iframe,
.vimeo-container-parent object,
.youtube-container-parent object,
.vimeo-container-parent embed,
.youtube-container-parent embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.linkedin-container-parent object,
.linkedin-container-parent iframe,
.linkedin-container-parent embed{
	 width: 100%;
}
.masonry-content{
	width: 100%;
}
.masonry-content h2{
	line-height:36px;
}
.masonry-description-0{
	line-height:0;
	margin:0!important;
	padding:0;	
}
.modaloverlay .pretext{
	margin-bottom:20px;
	display:block;
}
.modaloverlay p{
	margin-bottom:20px;
	display:block;
}
.modaloverlay h2 span{
	display:block;
}
.modaloverlay .linkedin-container-parent{
	margin-bottom:20px;
}
/* responsive iframes end */

/* imgae captions */
.modal img{
	max-width:100%;
	width:auto;
	height:auto;
}
.copy {
    height: auto;
    font-weight: normal;
}

.copy img{
    max-width:800px;
    margin:auto;
    display:block;
    width:100%!important;
    height:auto;
    margin-bottom:20px;
}
.copy .wp-caption{
    max-width:800px;
    width:100%!important;
    margin:auto;
    margin-bottom:1.6em;
}
.copy .wp-caption img{
    margin-bottom:0px;
}
.wp-caption-text{
   font-size:0.8em;
   line-height:1.25em;
    margin:0;
    padding-top:5px;
    font-weight: normal;
    display:block;
}
.wp-caption-text i{
    margin:0;
    display:block;
    font-style: normal;
    font-weight: normal;
}


.copy-downloads{
    padding-top:3em;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
    clear:left;
}
/* imgae captions end */

.public-post__actor-info{
	margin-right:0;
}
div.slider {
    margin-left: 25%;
    margin-right: 25%;
}
div.slide {
    opacity:0.5;
}
div.slide.active-slide {
    opacity:1;
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid #fff;
    background: #fff;
}
.slide span{
	font-size:0.875em;
	padding:10px 50px;
	display:block;
	text-align:center;
	font-weight:normal;
	font-family: CervoNeue-ExtraBoldNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fcb92d;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border:1px solid #fcb92d;
	    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.workshops_more_link{
	text-align:center;
	}
.workshops_more_link a{
	color: #fcb92d;
	font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display:inline-block;
	margin-bottom:50px;
	}	
	.workshops_more_link a span{
	font-family: CervoNeue-ExtraBoldNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}	
.cc-workshop-left{
	width: calc(50% - 20px);
	margin-right:20px;
	float:left;
}	
.cc-workshop-right{
	width: calc(50% - 20px);
	margin-left:20px;
	float:right;
}	
.cc-workshop:first-child{
	clear:both;
	padding-top:0;
}
.cc-workshop{
	clear:both;
	padding-top:60px;	
}
.cc-workshop h3{
	margin-bottom:10px;
	font-family: CervoNeue-ExtraBoldNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:normal;
}
.cc-workshop h4{
	color:#666;
	font-size:18px;
	margin-bottom:2px;
	font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	font-weight: normal;
}
.cc-workshops .clear{
	clear:both;
	float:none;
	margin-bottom:50px;
}	
.cc-workshop-group{
	text-align:center;
	border-top:1px solid #ccc;
	padding-top:40px;
}
.cc-workshop-group:first-child{
	border-top:0px solid #ccc;
	padding-top:0px;
}



@media (max-width: 1250px)  {

.mainwrap {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	
.adress.left {
	margin-top: -620px;
	margin-left: -50px;
}

.adress.right {
	margin-top: -200px;
	margin-right: 0px;
}
}


@media (max-width: 1000px)  {
	/* Mobile Styles  */

.mainwrap {
	width: calc(100% - 80px);
	padding-left: 40px;
	padding-right: 40px;

}
		
 .modal{
	width:calc(100% - 4em);
	height:auto;
    background-color:white;
    margin: 0;
	top: 0;
    padding:2em;
    overflow-y: scroll;
	 padding-top: 50px;
  	}
	
	.logo {
		width: 170px;
		height: 30px;
		margin-top: 25px;
	}
	
	.head_nav {width: 110px; margin-top: 22px;}
	
	.head_nav a { 
	width: 40px;
    height: 40px;
	margin-left: 10px;
	margin-top: -2px;
	}
	
	.header, .footer {
		height: 65px;
	}
	
	
 .x{
    width:calc(100% - 0.8em);
	left: 0;
	 
  }
	

	

	.halfrow {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 50px;
}


	.biggap {
	margin-top: 60px;
	margin-bottom: 15px;
}
	
	
.main_img {
	height: 300px;
	margin: 0px;
	width: 100%;
	margin-top: 0px;
	
}
	
	.bulletrow:first-child {
	padding-top: 0px;
}
	
		.bulletrow:last-child {
	border:none;
}
	
	.bulletrow img {
		margin-top: 0px;
		margin-bottom: 20px;

}

	

	
	.main_img.mobile {
		margin-top: 25px;
		margin-bottom: 0px;
	}
	
	
	
	.tile {
	width: calc(50% - 10px);
	height: 125px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tile:nth-child(2), .tile:nth-child(4), .tile:nth-child(6), .tile:nth-child(8), .tile:nth-child(10), .tile:nth-child(12), .tile:nth-child(14), .tile:nth-child(16), .tile:nth-child(18), .tile:nth-child(20), .tile:nth-child(22) {

	margin-right: 0px;
}
	
.third {
	float:left;
	width: Calc(50% - 10px);
	margin-left: 0%;
	margin-right: 10px;
	min-height: 230px;
	
}
.third:nth-child(2), .third:nth-child(4), .third:nth-child(6) {
	margin-right: 0px;
}
.third:last-child {
	margin-right: 0px;
}
.third:nth-child(1), .third:nth-child(3), .third:nth-child(5) {
	margin-right: 10px;
}	
	
	.people_cont  {
		font-size: 18px;
		line-height: 22px;
	}
	
	.people_cont span {
		font-size: 12px;
		line-height: 10px !important;
		word-wrap: break-word;
	}
	
	.fullrow{

	width: Calc(100% - 0px);
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: left;
	
}
	

	
.smallspace {
	margin-top: 0px;
}	

	
	
	.videorow {
	height: 200px;
}



.play_bt {
	left: Calc(50% - 40px);
	
	margin-top: 60px;
}
	
	.textbigger	{
	font-size: 20px;
		line-height: 24px;
		
	}
	
	
	.footer_nav {
		text-align: center;
		width: 100%;
		font-size: 16px;
	}
	
	.button {
		float: left;
		margin-left: Calc(50% - 65px);
	}
	
	
	
	#tooltip1, #tooltip2, #tooltip3 {
	position: initial;
	float: left;
	display: none;
	max-width: 100%;
	font-size: 18px;
	line-height: 20px;
	margin-top: -150px;
	margin-bottom: 30px;
	
}
	.half {
		width: Calc(100% - 30px);
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.smallhead {
	text-align: center;
	margin-bottom: 30px;

}
	
	
#menubox  {
	height: auto;
}
	
	#menubox a {
	color: black;
	margin-right: 0px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	float: left;	
}

		#menubox a:first-child {
	margin-top: 30px;
}
		#menubox a:last-child {
	margin-bottom: 30px;
}	
	
	
	.button:after {font-size: 30px; margin-top: 0px; float: right;}
	.footer {
		padding-bottom: 30px;
		height: auto;
	}
	.left {
	float: left;
	margin-left: 0px;
}


	
	
	.ws_image {
		height: 100px;
		margin-bottom:20px;
	}
	
	.toparrow {	
	text-align: center;
	width: 30px;
	height: 45px;
	position: absolute;
	margin-left: -15px;
	margin-top: -25px;
	}
	
	.even:last-child {
	margin-bottom: 50px;
}
	
	
.adress.left {
	margin-top: 30px;
	margin-left: 0px;
	float: left;
	width: 100%;
}

.adress.right {
	margin-top: 30px;
	margin-right: 0px;
	float: left;
	width: 100%;
}

.map {
	margin: auto;
	margin-top: 0px;
	height: 400px;
	width: 100%;
	background: #ddd;
	background: url(../IMG/map.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
}
	
h1 {line-height: 50px;
	font-size: 40px;
}	
	
	
.login {
	width: Calc(100% + 40px);
	padding: 20px;
	margin-left: -40px;
	box-shadow: none;
}

.loginrow label {
	width: Calc(100% - 10px);
	font-size: 20px;
}
.loginrow input {
	width: Calc(100% - 20px);
	padding: 10px;
	font-size: 16px;
	
}
.forgot {
	margin-left: 0px;
}

.forgot a {
	color: silver;
	font-size: 16px;
}



.loginrow .status {
	width: Calc(100% - 10px);
	font-size: 16px;
	line-height: 18px;

}
	
	.loginbt {
		margin-left: 0px;
	} 
	.mobile {display: block !important; }
	
	.desktop {display: none !important; }	
	
	.center {
	margin-left: calc(50% - 35px);
	float: left;
}
	
	
	.interactive {
	margin-bottom: 40px;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
	
.social {
	height: 30px;
	width: 30px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px !important;
	margin-top: 22px;
	opacity: 0.5;
}	
	
	.social_container {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
		float: none!important;
		background: silver;
}	
	
	.loader {
		width: 190px;
		margin-left: Calc(50% - 155px);
	}


.nl {
margin-top: 50px;
width: 100%;
}

.nl h3 {
margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

.nl .d2 input {
margin-top: 0px;
float: left;
height: 26px;
font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 20px;
margin-right: 10px;
width: calc(60% - 10px);
}



.nl .d2 input {
margin-right: 0px !important;

}

.nl .d2 label {
font-family: CervoNeue-ExtraLightNeue, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px !important;
line-height: 16px !important; 
}

.nl .d2 a {
	color: #f9b82a;
	color: rgba(0,0,0,1);
}

.nl .d2  {
margin-bottom: 10px;
}

.nl button {
margin-top: 1px !important;
border-radius: 0px !important;
background: black !important;
font-family: Cervo-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 18px;
padding	: 7px !important;
width: calc(30% - 14px) !important;

}

.nl .d2 input[type="checkbox"] {
margin-right: 0px;
width: 25px !important;
}

	
}

@media (max-width: 800px)  {
	.cc-workshop-left img,
.cc-workshop-right img{
	margin-bottom:20px;
}
.cc-workshop-right,
.cc-workshop-left{
	width: 100%;
	margin-right:0px;
	float:none;
	margin-left:0px;
}	

}

@media (max-width: 600px)  {
	#areas.divider{
		height:45px;
	}
	div.slider {
    margin-left: 0;
    margin-right: 0;
}
.slide span {
    font-size: 0.75em;
	line-height:1.25em;
    padding: 10px 20px;
}
div.slide {
    opacity:1;
}
}


@media (max-width: 480px)  {
	.fullrow  .center{
		float:none;
		margin-left:0;
		text-align:center;
	}
	.fullrow  .center .button {
		display: inline-block;
		float: none;
		margin-left:0;
	}
	.masonry-content h2{
		line-height:34px;
		font-size:28px!important;
	}
}
