@charset "utf-8";

body {
	background-color: #FFFFFF;
	color: #222222;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
}
::-moz-selection { background: #55616F; color: #ffffff; }
::selection { background: #55616F; color: #ffffff; }
a,
a:visited,
a:active {
	text-decoration: inherit;
	color: inherit;
	font-weight: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
a.noline:hover {
	text-decoration: none;
}
m {
	font-weight: 400 !important;
}
b, .bold {
	font-weight: 700 !important;
}
strong {
	font-weight: 700 !important;
}
img {
	width: 100%;
	height: auto;
}
.block {
	display: block;
}
h1, h2, h3 {
	padding: 0;
	text-align: center;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: -0.06em;
	color: #4B4B4B;
	text-transform: uppercase;
}
h1 {
	font-size: 4em;
	font-weight: 700;
	margin: 0 0 30px 0;
	text-align: center;
}
h2 {
	font-size: 2.5em;
	font-weight: 400;
	margin: 0 0 25px 0;
	color: #55616F;
}
h3 {
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 0 30px 0;
}
h4 {
	font-size: 1.6em;
	text-align: center;
	font-weight: 400;
	margin: 0 0 0 0;
	letter-spacing: -0.03em;
	color: #627994;
	text-transform: uppercase;
}
h5 {
	font-size: 0.925em;
	text-align: center;
	font-weight: 700;
	margin: 0 0 18px 0;
	color: #627994;
	letter-spacing: 0.04;
	text-transform: uppercase;
}
h6 {
	font-size: 1.6em;
	text-align: left;
	font-weight: 300;
	margin: 0 0 14px 0;
	letter-spacing: -0.03em;
	color: #4B4B4B;
	padding: 0 10px;
}
p, ul, ol {
	font-family: 'Merriweather', serif;
	color: #444444;
	font-size: 1.05em;
	margin: 0 0 15px 0;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.02em;
	padding-left: 0;
}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}
p:only-child {
	margin-bottom: 0;
}
ul {
	list-style-type: none;
}
ol.artol {
	margin: 0 0 20px 0;
	list-style-position:inside;
}
ul.artul {
	margin: 0 0 20px 0.6em;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 2em;
}
ul.artul:last-child {
	margin-bottom: 0;
}
.wrap {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	float: left;
	background-color: #585858;
	width: 100%;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
}
header, .container {
	max-width: 2100px;
}
.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
	margin: 0;
}
.padd_tobo {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padd_leri {
	padding-left: 80px;
	padding-right: 80px;
}
.top {
	height: 75px;
}
.start .top, .slide {
	height: 100vh;
	min-height: 600px;	
}
.slide {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
header {
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 75px;
	width: inherit;
	z-index: 600;
	overflow: hidden;
	transition: 0.35s all ease;
	background-color: #394049;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-webkit-animation: move 0.8s;
	-moz-animation: move 0.8s;
	-ms-animation: move 0.8s;
	-o-animation: move 0.8s;
	animation: move 0.8s;
}
@keyframes move {
    0%   { top: -100%; }
	30%  { top: -100%; }
    100% { top: 0%; }
}
@-moz-keyframes move {
    0%   { top: -100%; }
	30%  { top: -100%; }
    100% { top: 0%; }
}
@-webkit-keyframes move {
    0%   { top: -100%; }
	30%  { top: -100%; }
    100% { top: 0%; }
}
@-o-keyframes move {
    0%   { top: -100%; }
	30%  { top: -100%; }
    100% { top: 0%; }
}
.headerscroll {
	height: 60px;
}
.logo {
	position: relative;
	float: left;
	height: 100%;
}
.logo_svg {
	position: relative;
	height: 100%;
	width: auto;
	transition: 0.35s ease;
	float: left;
}
.logo_svg:hover {
	opacity: 0.85;
	transition: 0s;
}
nav {
	height: 100%;
	position: relative;
	float: right;
}
nav ul {
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
}
nav li {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
}
.nav_line {
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.4); 
	width: 0%;
	margin-top: -25px;
	bottom: 0px;
	transition: 0.35s;
}
.nav_line_active {
	width: 100%;
}
.navscroll + .nav_line {
	margin-top: -19px;
}
nav a:hover + .nav_line {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.6); 
}
nav li:first-child {
	padding: 0 0 0 0;
}
nav a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.86em;
	padding: 0;
	line-height: 75px;
	transition: 0.35s ease;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.80) !important;
	letter-spacing: 0.04em;
}
nav a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
	font-weight: 400;
	transition: none;
}
.nav_active {
	color: #ffffff !important;
	font-weight: 700;
}
.nav_active:hover {
	color: #ffffff !important;
	font-weight: 700;
}
.navscroll {
	line-height: 60px;
}

.soc {
	height: 100%;
	position: relative;
	float: right;
	margin-left: 25px;
}
.soc_box {
	position: relative;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.soc_tn {
	position: relative;
	width: auto;
	height: 25px;
	float: left;
	opacity: 0.6;
	margin-left: 7px;
}
.soc_tn:hover {
	opacity: 1;
}
.box, .box_large, .box_largest {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.box {
	width: 625px;
}
.box_large {
	width: 1180px;
}
.box_largest {
	width: 1300px;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.clear {
	clear: both;
}
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.spacer, .spacer_sm, .spacer_tiny, .spacer_sm_const {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
}
.spacer {
	height: 35px;
}
.spacer_sm {
	height: 16px;
}
.spacer_sm_const {
	height: 16px;
}
.spacer_tiny {
	height: 8px;
}
.share {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block !important;
	display: block;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.share_img {
	position: relative;
	width: 40px;
	height: 40px;
}
.share_svg_fb, .share_svg_twitter, .share_svg_mail {
	fill: #525F68;
}
.share_fb_hover:hover .share_svg_fb, .share_twitter_hover:hover .share_svg_twitter, .share_mail_hover:hover .share_svg_mail {
	fill: #627994;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.expand {
	position: relative;
	float: right;
	height: 100%;
	margin-left: 40px;
	display: none;
}
.accordion {
	display: none;
}
span.trigger {
	display: inline;
}
.hamburger {
	position: relative;
	cursor: pointer;
	width: 22px;
	height: 16px;
	transition: 0.35s all ease;
	top: 31px;
}
.hamburgerscroll {
	top: 21px;	
}
.bar {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-webkit-user-select: none;
	   -moz-user-select: none;    
	    -ms-user-select: none;      
	        user-select: none;          
}
.bar:nth-child(1) {
	position: relative;
	top: 0;
}
.bar:nth-child(2) {
	position: relative;
	top: 7px;
	left: 0;
}
.bar:nth-child(3) {
	position: relative;
	top: 14px;
}
.animate .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(135deg);
	transform: translateY(8px) rotate(135deg);
}
.animate .bar:nth-child(2) {
	opacity: 0;
}
.animate .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-135deg);
	transform: translateY(-8px) rotate(-135deg);
} 
.expandmenu {
	position: fixed;
	top: 80px;
	left: 0;
	background-color: #1F1F1F;
	border: 0;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.expandmenuscroll {
	top: 60px;
}
.expandmenu ul {
	font-family: 'Roboto Condensed', sans-serif !important;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.6em;
	font-weight: 200;
}
.expandmenu ul li {
	margin: 14px 0;
	color: #CCCCCC;
}
#map {
	width: 100%;
	height: 400px;
	position: relative;
	border: 1px solid #E1E7E7;
}
.largescreen {
	display: block;
}
.mobile {
	display: none;
}
.no_margin {
	margin: 0 !important;
}
.footer_top {
	text-align: center;
	background-color: #171717;
	padding-left: 18px;
	padding-right: 18px;
}
.footer_legal {
	text-align: center;
	background-color: #363635;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0.85em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.footer_section {
	width: 340px;
	display: inline-block !important;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.footer_border {
	border-left: 1px solid rgba(255,255,255,0.12);
	border-right: 1px solid rgba(255,255,255,0.12);
}
.footer_section ul {
	padding: 0;
	margin: 0;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300:
}
.footer_section ul li {
	font-size: 0.85em;
	font-weight: 300;
	line-height: 1.7em;
	text-align: center;
	color: rgba(255,255,255,0.9);
	letter-spacing: 0.05em;
}
.footer_section ul li a:hover{
	color: #FFFFFF;
}
address {
	font-style: normal;
}
.margin-bot {
	margin: 0 0 10px 0;
}
.oppa {
    -webkit-animation: oppa 0.6s;
       -moz-animation: oppa 0.6s;
        -ms-animation: oppa 0.6s;
         -o-animation: oppa 0.6s;
            animation: oppa 0.6s;		
}
@keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.oppadelay {
    -webkit-animation: oppadelay 1.7s;
       -moz-animation: oppadelay 1.7s;
        -ms-animation: oppadelay 1.7s;
         -o-animation: oppadelay 1.7s;
            animation: oppadelay 1.7s;		
}
@keyframes oppadelay {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes oppadelay {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes oppadelay {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes oppadelay {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}



footer h5 {
	color: #FFFFFF;
}





.slide_desc {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.4em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 400;
}
.sl_balk {
	background-color: #222222;
	color: #FFFFFF;
}
.sl_white {
	color: #FFFFFF;
}
.sl_black {
	color: #222222;
}
.sl_white, .sl_black {
	background-color: transparent;
}


.project_mum {
	position: relative;
	width: calc(50% - 6px);
	float: left;
	padding: 0 0 30% 0;
	margin: 3px;
	overflow: hidden;
	transition: 0.8s;
}
.project_desc {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.8s;
}
.pd_balk {
	padding: 7px 23px;
	background-color: #222222;
	color: #FFFFFF;
}
.pd_white {
	color: #FFFFFF;
}
.pd_black {
	color: #222222;
}
.pd_white, .pd_black {
	padding: 7px 15px;
	background-color: transparent;
}
.project_mum:hover .project_desc, .project_in_mum:hover .project_desc {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.pd_balk h5, .pd_white h5 { 
	margin: 0;
	color: #FFFFFF;
}
.pd_black h5 { 
	margin: 0;
	color: #222222;
}
.project_ol {
	opacity: 0;
	background-color: rgba(0,0,0,0.7);
	transition: 0.8s;
}
.project_mum:hover .project_ol, .project_in_mum:hover .project_ol {
	opacity: 1;
}
.apature {
	position: relative;
	height: 80px;
	width: 80px;
	top: 50%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	background-size: 80px 80px;
	background-image: url(../_gfx/aperture.svg);
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.8s;
}
.project_mum:hover .apature, .project_in_mum:hover .apature {
	height: 59px;
	width: 59px;
	background-size: 59px 59px;
    -webkit-animation: rotate 0.8s;
       -moz-animation: rotate 0.8s;
        -ms-animation: rotate 0.8s;
         -o-animation: rotate 0.8s;
            animation: rotate 0.8s;	
}
}
@keyframes rotate {
    0%   { -webkit-transform: translateY(-50%) rotate(0deg); -ms-transform: translateY(-50%) rotate(0deg); transform: translateY(-50%) rotate(0deg); }
    100% { -webkit-transform: translateY(-50%) rotate(-360deg); -ms-transform: translateY(-50%) rotate(-360deg); transform: translateY(-50%) rotate(-360deg); }
}
@-moz-keyframes rotate {
    0%   { -webkit-transform: translateY(-50%) rotate(0deg); -ms-transform: translateY(-50%) rotate(0deg); transform: translateY(-50%) rotate(0deg); }
    100% { -webkit-transform: translateY(-50%) rotate(-360deg); -ms-transform: translateY(-50%) rotate(-360deg); transform: translateY(-50%) rotate(-360deg); }
}
@-webkit-keyframes rotate {
    0%   { -webkit-transform: translateY(-50%) rotate(0deg); -ms-transform: translateY(-50%) rotate(0deg); transform: translateY(-50%) rotate(0deg); }
    100% { -webkit-transform: translateY(-50%) rotate(-360deg); -ms-transform: translateY(-50%) rotate(-360deg); transform: translateY(-50%) rotate(-360deg); }
}
@-o-keyframes rotate {
    0%   { -webkit-transform: translateY(-50%) rotate(0deg); -ms-transform: translateY(-50%) rotate(0deg); transform: translateY(-50%) rotate(0deg); }
    100% { -webkit-transform: translateY(-50%) rotate(-360deg); -ms-transform: translateY(-50%) rotate(-360deg); transform: translateY(-50%) rotate(-360deg); }
}







.box_left, .box_right {
	position: relative;
	width: 50%;
	float: left; 
}
.box_left {
	padding: 0 30px 0 0;
}
.box_right {
	padding: 0 0 0 30px;
}

.project_in_line {
	position: relative;
	border-top: 1px solid #7A8798;
	margin: -14px 0 0 3px;
	width: 80px;
	opacity: 1;
	-webkit-animation: pil 1.7s;
	-moz-animation: pil 1.7s;
	-ms-animation: pil 1.7s;
	-o-animation: pil 1.7s;
	animation: pil 1.7s;
}
.animated_line {
	position: relative;
	border-top: 1px solid #7A8798;
	margin: 0 auto;
	width: 80px;
	opacity: 1;
	-webkit-animation: pil 1.7s;
	-moz-animation: pil 1.7s;
	-ms-animation: pil 1.7s;
	-o-animation: pil 1.7s;
	animation: pil 1.7s;
}
@keyframes pil {
    0%   { opacity: 0; width: 0; }
	60%  { opacity: 0; width: 0; }
    100% { opacity: 1; width: 80px; }
}
@-moz-keyframes pil {
    0%   { opacity: 0; width: 0; }
	60%  { opacity: 0; width: 0; }
    100% { opacity: 1; width: 80px; }
}
@-webkit-keyframes pil {
    0%   { opacity: 0; width: 0; }
	60%  { opacity: 0; width: 0; }
    100% { opacity: 1; width: 80px; }
}
@-o-keyframes pil {
    0%   { opacity: 0; width: 0; }
	60%  { opacity: 0; width: 0; }
    100% { opacity: 1; width: 80px; }
}

.project_in_mum {
	position: relative;
	width: calc(33.33333333% - 10px);
	float: left;
	padding: 0 0 22% 0;
	margin: 5px;
	overflow: hidden;
	transition: 0.8s;
}
.project_in_mum:hover .project_desc {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}






.pic_tn_mum {
	position: relative;
	width: 33.33333333333333%;
	float: left;
	padding: 2px;
	margin: 0;
	overflow: hidden;
}
.pic_tn_in {
	padding: 20px 20px 0 20px;
	background-color: #F4F4F4;
}
.pic_tn_pic {
	padding: 0 0 60% 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: 0.35s;
}
.pic_tn_pic:hover {
	opacity: 0.6;
}
.pic_tn_options {
	padding: 15px 0;
	text-align: center;
}
.pic_tn_options_in {
	position: relative;
	display: inline-block !important;
	display: block;
	width: 31.25px;
	height: 24.04px;
	margin: 0 4px;
}
.pic_tn_options_in:hover {
	opacity: 0.6;
}
.pic_tn_options_img {
	display: block;
	width: 31.25px;
	height: 24.04px;
}
.mobile_pic {
	display: none;
}
.ls_pic {
	display: block;
}


.quote {
	background-color: #F4F4F4;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
.quote .box_large p {
	text-align: center;
	font-size: 2.4vw;
	line-height: 1.4em;
	letter-spacing: -0.05em;
	color: #666666;
}


.next_ol {
	background-color: rgba(0,0,0,0.7);
	transition: 0.8s;
}
.next_ol h5 {
	color: #FFFFFF;
	margin-top: 50px;
}
.button h5 {
	margin: 0;
}
.button_back, .button_fwd {
	opacity: 0.5;
	border: 1px solid rgba(0,0,0,0.2);
	transition: 0.35s;
}
.button_back {
	padding: 0 0 0 30px;
}
.button_fwd {
	padding: 0 30px 0 0;
	text-align: right;
}
.button_back:hover, .button_fwd:hover {
	opacity: 1;
	padding: 0 0 0 0;
}
.button_back img, .button_fwd img {
	width: 60px;
	height: 100%;
}
.next_project {
	opacity: 0.6;
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: left 20px center;
	transition: 0.35s;
}
.button:hover .next_project {
	opacity: 1;
}
.soft {
	opacity: 0.5;
	font-size: 0.8em;
}

.dates_list {
	line-height: 25px;
	margin: 3px 0 0 0;
	padding: 0 0 0 35px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}


.preis {
	position: relative;
	width: auto;
	float: left;
	padding: 5px 20px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: -0.02em;
	font-size: 1.4em;
	background-color: #404040;
}
.steps {
	height: 26px;
	margin-bottom: 0;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 1xp 1px;
	background-image: url(../_gfx/steps_bg.png);
}
.step {
	position: absolute;
	height: 26px;
	width: 26px;
	border: 1px solid #9D9D9C;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26xp 26px;
	background-color: #FFFFFF;
}
.s1 {
	left: 0;
	background-image: url(../_gfx/s1.svg);
}
.s2 {
	left: 34.185%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(../_gfx/s2.svg);
}
.s3 {
	left: 65.815%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(../_gfx/s3.svg);
}
.s4 {
	right: 0;
	background-image: url(../_gfx/s4.svg);
}
.sactive {
	background-color: #EEF3F8;
}
.sdone {
	background-color: #7488A0 !important;
	background-image: url(../_gfx/sdone.svg) !important;
}



.error h5 {
	color: #9E3638 !important;
}
.success h5 {
	color: #6DA04D !important;
}

.event_dates_mum {
	padding: 20px 5%;
	background-color: #F9FAFA;
	color: #414141 !important;
}
.event_pic_mum {
	border-radius: 3px 3px 0 0;
	border-top: 1px solid #E1E7E7;
	border-left: 1px solid #E1E7E7;
	border-right: 1px solid #E1E7E7;
	border-bottom: none;
	height: 200px;
	transition: 0.2s;
}
.event_pic_mum:hover {
	opacity: 0.75;
}
.edm_nopic {
	border-radius: 3px;
	border: 1px solid #E1E7E7;
}
.edm_pic {
	border-radius: 0 0 3px 3px;
	border-top: none;
	border-left: 1px solid #E1E7E7;
	border-right: 1px solid #E1E7E7;
	border-bottom: 1px solid #E1E7E7;
}



@media screen and (max-width: 1490px) {
.box_largest {
	width: 100%;
}
}
@media screen and (max-width: 1320px) {
.footer_section {
	width: 320px;
}
.box_large {
	width: 100%;
}
}
@media screen and (max-width: 1240px) {
.padd_leri {
	padding-left: 60px;
	padding-right: 60px;
}
.footer_section {
	width: 310px;
}
}
@media screen and (max-width: 1140px) {
.padd_leri {
	padding-left: 40px;
	padding-right: 40px;
}
.footer_section {
	width: 300px;
}
h1 {
	font-size: 6vw;
	margin: 0 0 26px 0;
}
h2 {
	font-size: 2.3em;
	margin: 0 0 20px 0;
}
.start .top, .slide {
	min-height: 500px;	
}
}
/* TABLETS EXPMENU START */
@media screen and (max-width: 1010px) {
.padd_tobo {
	padding-top: 80px;
	padding-bottom: 80px;	
}
.footer_section {
	width: 260px;
}
.box_left {
	padding: 0 20px 0 0;
}
.box_right {
	padding: 0 0 0 20px;
}
}
@media screen and (max-width: 850px) {
.padd_leri {
	padding-left: 26px;
	padding-right: 26px;
}
.spacer {
	height: 28px;
}
.spacer_sm {
	height: 12px;
}
.spacer_tiny {
	height: 6px;
}
.footer_section {
	width: 225px;
}
.start .top, .slide {
	min-height: 400px;	
}
.box_left, .box_right {
	width: 100%;
	padding: 0 0 0 0;
}
.bl_space {
	margin-bottom: 50px;
}
.project_in_line {
	height: 30px;	
}
.pic_tn_in {
	padding: 18px 18px 0 18px;
}
.pic_tn_options {
	padding: 13.5px 0;
}
.quote .box_large p {
	font-size: 1.4em;
}
.button_back {
	padding: 0 0 0 20px;
}
.button_fwd {
	padding: 0 20px 0 0;
}
}
@media screen and (max-width: 740px) {
.padd_leri {
	padding-left: 24px;
	padding-right: 24px;
}
.accordion, .expand {
	display: block;
}
nav {
	display: none;
}
header {
	height: 80px;		
}
.footer_section {
	width: 200px;
}
.box {
	width: 100%;
}
.project_mum, .project_in_mum {
	width: calc(50% - 6px);
	margin: 3px;
}
.project_in_mum {
	padding: 0 0 30% 0;
}
.pic_tn_mum {
	width: 50%;
	padding: 2px;
}
.pic_tn_in {
	padding: 16px 16px 0 16px;
}
.pic_tn_options {
	padding: 12px 0;
}
.button_back {
	padding: 0 0 0 10px;
}
.button_fwd {
	padding: 0 10px 0 0;
}
.bl_space {
	margin-bottom: 40px;
}
}
/* Handys */
@media screen and (max-width: 696px) {
.padd_leri {
	padding-left: 22px;
	padding-right: 22px;
}
.padd_tobo {
	padding-top: 60px;
	padding-bottom: 60px;
}
.spacer {
	height: 20px;
}
.spacer_sm {
	height: 8px;
}
.spacer_tiny {
	height: 4px;
}
.largescreen {
	display: none !important;
}
.mobile {
	display: inline;
}
.footer_section {
	width: 100%;
}
.footer_border {
	border: none;
}
.pic_tn_in {
	padding: 14px 14px 0 14px;
}
.pic_tn_options {
	padding: 10.5px 0;
}
.button_back {
	padding: 0 0 0 5px;
}
.button_fwd {
	padding: 0 5px 0 0;
}
}
@media screen and (max-width: 620px) {
.padd_leri {
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	font-size: 2.6em;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 2.1em;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 1.6em;
	margin: 0 0 28px 0;
}
.project_mum {
	width: 100%;
	padding: 0 0 55% 0;
	margin: 2px 0;
}
.start .top, .slide {
	height: 500px;
	min-height: 0px;	
}
.pic_tn_options_in, .pic_tn_options_img {
	width: 26px;
	height: 20px;
}
.pic_tn_in {
	padding: 12px 12px 0 12px;
}
.pic_tn_options {
	padding: 17px 0;
}
.button_back {
	padding: 0 0 0 0;
}
.button_fwd {
	padding: 0 0 0 0;
}
.bl_space {
	margin-bottom: 35px;
}
.slide_desc {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	padding-top: 15px;
	padding-bottom: 15px;
}
}
@media screen and (max-width: 506px) {
h1 {
	font-size: 2.5em;
}
.padd_leri {
	padding-left: 18px;
	padding-right: 18px;
}
.padd_tobo {
	padding-top: 50px;
	padding-bottom: 50px;
}
.project_in_mum {
	width: 100%;
	padding: 0 0 55% 0;
	margin: 2px 0;
}
.pic_tn_in {
	padding: 10px 10px 0 10px;
}
.pic_tn_options {
	padding: 21px 0;
}
.next_project {
	background-size: 0 0;
}
h3 {
	font-size: 1.4em;
	margin: 0 0 26px 0;
}
.bl_space {
	margin-bottom: 30px;
}
}
@media screen and (max-width: 475px)  {
h1 {
	font-size: 2.4em;
}
.pic_tn_in {
	padding: 8px 8px 0 8px;
}
h3 {
	font-size: 1.2em;
}
.slide_desc {
	font-size: 1.2em;
}
}
@media screen and (max-width: 413px) {
h1 {
	font-size: 2.3em;
}
.pic_tn_mum {
	width: 100%;
	padding: 4px 0;
}
.pic_tn_in {
	padding: 0 0 0 0;
}
.mobile_pic {
	display: block;
}
.ls_pic {
	display: none;
}
.button_back img, .button_fwd img {
	display: none;
}
.slide_desc {
	font-size: 1.1em;
}
}
@media screen and (max-width: 380px) {

}
@media screen and (max-width: 250px) {

}