@charset "utf-8";
address, article, aside, blockquote, body, dd, dialog, dl, dt, fieldset,
footer, form, h1, h2, h3, h4, h5, h6, header, li, nav, ol, p, pre, section,
td, th, tr, ul {
    margin: 0;
    padding: 0
}


#contactz {
	position:fixed;
	font-family:'AKZ';
	text-align:center;
	top:0;
	display: table;
	vertical-align: middle;
	color:#333;
	text-transform:uppercase;
	left:0px;
	width:90%;
	height: 105%;
	margin: 0 5%;
	z-index:1;
}

#contactz span {
	font-size: 25px; 
	line-height:32px;
	display: table-cell;
	vertical-align: middle;
}






#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader-text {
    display: block;
    position: relative;
    top: 48%;
	margin:auto;
  	text-align:center;
    border: 3px solid transparent;
    color: #cccccc;
    z-index: 1002;
	font-size: 13px;  font-family:'AKZ'; 
}



#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 80%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #cccccc;

    -webkit-animation: spin .8s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin .8s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}


    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #111111;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }

	.loaded #loader-text {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    
	.loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }






audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

fieldset, input, legend, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ''
}

sub, sup {
    line-height: -1px;
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0
}

.ie6 .clearfix, .ie7 .clearfix {
    zoom: 1
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}


@font-face { font-family: 'Garafuckt'; src: url('GaramondPremrProDisp.otf'); } 

@font-face {
  font-family: 'Garafuckt';
  src: url('GaramondPremrProItDisp.otf');
  font-style: italic;
}

@font-face { font-family: 'AKZ'; src: url('Akzidenz-Grotesk-BQ-Regular_2840.ttf'); } 



html {
    height: 100%
}

body {
    height: 100%;
    color: rgba(240,240,240,1);
	font-size: 20px;
    line-height: 24px;
    letter-spacing: .03em;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family:'Garafuckt'; 
    background-color: rgb(250,250,250);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
	-webkit-font-smoothing: antialiased;
}


.logobottom {
    display:none;position: fixed; margin:auto; width:100%; right:0px; left:0px; bottom:10%; z-index:3; 
		    color: rgba(250,250,250,1); }

.themenutop {
    position: fixed; right:40px; top:45px; z-index:3; color: rgba(250,250,250,1);
}

.themenutop-y {
    position: fixed; left:40px; top:45px; z-index:3; color: rgba(250,250,250,1);
}



.themenutop-z {
    visibility:hidden; position: fixed; right:20px; top:20px; z-index:3; color: rgba(250,250,250,1);
}

.themenutop-x {
    visibility:hidden; position: fixed; right:20px; top:20px; z-index:3; color: rgba(250,250,250,1);
}


.phonethemenutop {
    position: fixed; right:5%; top:5%; z-index:2; color: rgba(250,250,250,1);
}

.themenuleft {
    position: fixed; font-size: 22px; left:80px; top:42px;  z-index:100; text-align:left; font-family:'AKZ'; 

}

.contact-linx {
    z-index:100; color:#333 !important; 

}

.project-informationz {
   
    position: fixed;
	right:25px; 
	bottom:10px;
	font-family:'Garafuckt';
    text-align: right;
	color: rgba(250,250,250,1);
	font-size: 16px;
    line-height: 17px;
    letter-spacing: .01em;
    cursor: pointer;
}


body.inclslider {
    overflow: visible;
}

body.black {
    background-color: #111;
}

p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.6em;
    word-break: break-word
}

em {
    padding: 0;
    margin: 0
}

img {
    vertical-align: middle;
    border: none;
    -ms-interpolation-mode: bicubic
}

img.photo_full {
    display: block;
    margin: 0 0 15px;
    width: 100%;
    height: auto
}

img.photo_left {
    float: left;
    margin: 10px 30px 15px 0;
    border: none
}

img.photo_right {
    float: right;
    margin: 1px 0 15px 30px;
    border: none
}

img.photo_left.small, img.photo_right.small {
    width: 31%
}

img.photo_left.medium, img.photo_right.medium {
    width: 50%
}

img.photo_left.large, img.photo_right.large {
    width: 70%
}

b, strong {
    font-weight: 700
}

hr {
    display: block;
    height: 1px;
    color: #cfcfcf;
    background-color: #cfcfcf;
    border: none;
    margin: 25px 0;
    clear: both
}

.center {
    text-align: center
}

blockquote {
    background-color: #f5eee1;
    border: 1px solid #f5a11a;
    border-left: 10px solid #f5a11a;
    color: #be5420;
    margin: 0 0 25px;
    padding: 20px;
    line-height: 1.4em
}

a, a:link, a:visited {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-bottom:none;
}

a:active, a:focus, a:hover {
    border-bottom:none;
}

.goleft {
    float: left
}

.goright {
    float: right
}

.error {
    border: solid 1px #e10000
}

input, textarea {
    background-color: transparent;
    border: solid 1px #b7b7b7;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 15px;
    color: #444;
    vertical-align: middle;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none
}

textarea {
    resize: vertical;
    width: 578px
}

input.error {
    border-color: #e10000 !important
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

h1 {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    color: #2f2f2f;
    padding: 0 0 15px;
    margin: 0
}

h2 {
	color: rgba(250,250,250,1);
	font-size: 20px;
    line-height: 21px;
    letter-spacing: .03em;

}

h3 {
    text-transform: uppercase;
    font-size: 18px;
	letter-spacing: .05em;
    color: #111111;
}

h4 {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #be5420;
    padding: 10px 0 15px
}

h4 strong {
    color: #2f2f2f;
    float: right
}

h5 {
    display: block;
    font-size: 19px;
    padding: 0 0 15px;
    text-transform: uppercase;
    font-weight: 500
}

p.infotext, span.infotext {
    font-size: 13px;
    color: #939c9f;
    font-style: italic;
    font-weight: 300
}

span.redtext {
    color: #c9261f
}

span.greentext {
    color: #699d04
}

span.center {
    display: block;
    text-align: center
}

span.softtext {
    color: #aaa
}

span.colortext {
    color: #be5420
}

span.disabledtext {
    color: #aaa
}

span.highlight {
    display: block;
    background-color: #be5420;
    color: #fff;
    margin: 0 0 25px;
    padding: 20px;
    line-height: 1.4em
}

span.highlight a {
    color: #fff !important
}

.hide {
    display: none !important
}

.disappear {
    opacity: 0 !important;
    filter: Alpha(opacity=40) !important;
    z-index: 0 !important;
    pointer-events: none
}

.no-pointerevents {
    pointer-events: none
}

span.tel {
    display: block;
    padding: 0 0 0 9px;
    background-image: url(assets/phone.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 5px 6px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
    span.tel {
        background-image: url(assets/phone@2x.png);
        background-size: 5px 6px
    }
}

.no-animation {
    transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important
}

.fullheight {
    height: 100%
}

.site-panel {
    position: relative;
    padding: 30px
}

.background-image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.left-content {
    position: relative;
    z-index: 10;
    float: left;
    background-color: red;
    background-color: transparent;
    background-image: url(assets/transparent.gif);
    background-repeat: repeat
}

.logo {
    display: block;
    width: 56px;
    height: 33px;
    margin-bottom: 44px;
    border: none !important
}

.logo img {
    width: 100%;
    height: auto
}

.contact-statement, .mission, .resp-mission {
    width: auto;
    max-width: 510px;
    font-size: 20px;
    letter-spacing: .02em
	z index:1001;
}

.contact-statement p, .mission p, .resp-mission p {
    line-height: 55px !important
}

.contact-statement p {
    text-shadow: 1px 1px 7px rgba(0, 0, 0, .2)
}

.resp-mission {
    display: none
}

.contact-statement a, .contact-statement a:link, .contact-statement a:visited, .mission a, .mission a:link, .mission a:visited, .resp-mission a, .resp-mission a:link, .resp-mission a:visited {
    opacity: .5
}

.contact-statement a:active, .contact-statement a:focus, .contact-statement a:hover, .mission a:active, .mission a:focus, .mission a:hover, .resp-mission a:active, .resp-mission a:focus, .resp-mission a:hover {
    opacity: 1;
    border-bottom-width: 0
}

.pageslide-content {
    width: 55%;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
	letter-spacing: 1px
}

.pageslide-content p {
    line-height: 27px
}

.pageslide-content table {
    width: 100%;
    height: 100%;
    text-align: justify;
    vertical-align: middle
}

.flexslider ul li .pageslide-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none; 
	
}

.project-hides {
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.project-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: transparent;
    background-image: url(assets/transparent.gif);
    background-repeat: repeat;

}

.flexslider {
    width: 100%;
    min-height: 100% !important
	
}

.flexslider ul li .project-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none; 

}

.project-info-button.show {
   
}


.project-info-button:hover i {
    opacity: 1;
    filter: Alpha(opacity=100);
    width: 90%
}

.project-open .project-info-button i {
    opacity: 0;
    filter: Alpha(opacity=0)
}

.project-info-wrapper {
    position: absolute;
    text-align: center;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 1000;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.project-open .project-info-wrapper {
    top: 0;
    padding-top: 46px
}

.project-info-wrapper .project-info {
    position: relative;
    background-color: #fff;
    background-color: rgba(255, 87, 67, .8);
    width: auto;
    max-width: 402px;
    height: auto;
    min-height: 100%;
    padding: 0 86px;
    margin: 0 auto;
    font-size: 19px;
    letter-spacing: .02em;
    line-height: 30px
}

.project-info-wrapper .project-info .project-close {
    display: inline-block;
    *display: block;
    zoom: 1;
    cursor: pointer;
    margin: 36px 0 86px;
    line-height: normal;
    border-bottom: solid 2px transparent
}

.project-info-wrapper .project-info .project-close:hover {
    border-bottom: solid 2px #fff
}

.project-info-wrapper .project-info .project-intro {
    padding-bottom: 25px
}

.project-info-wrapper .project-info em {
    font-size: 13px;
    letter-spacing: .04em;
    font-style: normal;
    border-bottom: solid 1px #fff
}

.project-info-wrapper .project-info p {
    margin: 0;
    padding: 0 0 25px
}

.right-content {
    font-size: 20px;
    float: right;
    width: 400px;
    margin-top: 140px;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, .3)
}

.right-content p {
    line-height: 1.4em;
    letter-spacing: .03em
}

.right-content h2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 20px;
    line-height: normal;
    border-bottom: solid 1px #fff;
    padding: 0;
    margin: 20px 0 5px;
    letter-spacing: .03em
}

.address-content {
    margin-top: 40px
}

.address-content p {
    padding: 15px 0 10px;
    margin: 0;
    background-image: url(assets/line.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 18px;
    letter-spacing: .03em;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, .2)
}

.credits-wrapper p {
    margin: 0
}

.menu-main {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100
}

.menu-main ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.menu-main ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    padding: 3px 0
}

.menu-main ul li.soften {
    opacity: .5;
    filter: Alpha(opacity=50)
}

.menu-main ul li a, .menu-main ul li a:link, .menu-main ul li a:visited {
    display: inline-block;
    font-size: 22px;
    line-height: 25px;
    color: #fff
}

@media only screen and (max-width:950px), only screen and (max-device-width:1024px) and (orientation:landscape) {
    


.right-content {
        font-size: 16px;
        float: left;
        margin-top: 0;
        width: 100%
    }


	.themenuleft {
	    font-size: 20px; top:42px; left:45px;

	}


	
	
}



}

@media only screen and (max-width:800px), only screen and (max-device-width:1024px) and (orientation:portrait) {
    .mission {
        display: none
    }

    .resp-mission {
        display: block
    }



}

@media only screen and (max-width:650px) and (min-device-width :700px), only screen and (max-device-width:480px) and (orientation:portrait), only screen and (max-device-width:480px) and (orientation:landscape) {
    

	body {
        font-size: 21px;
	    line-height: 21px;
    }

	
.project-informationz {

	   	position: fixed; margin: auto; text-align:center; left:0px;right:0px; bottom:15px; z-index:3; 
			    font-size: 14px; line-height:17px; width: 100%; max-width:2000px;
	
	}
	
	

.phonethemenutop {
		 position: fixed; margin: auto; right:0px; top:40px; z-index:3; 
			    width: 100%; 
 }	
	
	.logobottom {
	     position: fixed; margin: auto; right:0px; left:0px; bottom:13%; 
			    width: 100%;
	}
	
	
	.themenutop {
	    display:none; position: fixed; font-size: 16px; right:20px; top:21px; z-index:3; color: rgba(250,250,250,1);
	}
	
	.themenutop-y {
	    visibility:hidden; position: fixed; left:80px; top:55px; z-index:3; color: rgba(250,250,250,1);
	}
	
	.themenutop-z {
	    visibility:visible; position: fixed; font-size: 18px; right:20px; top:25px; z-index:4; color: rgba(250,250,250,1);
	}
	
	.themenutop-x {
	    visibility:visible; position: fixed; font-size: 18px; left:20px; top:25px; z-index:3; color: rgba(250,250,250,1);
	}
	
	
	.themenuleft {
	      font-size: 18px; position: fixed; left:20px; top:20px; 
		
	}
	

    h1 {
        font-size: 26px
    }

    h2 {
		font-family:'AKZ';
        font-size: 30px;
        line-height: 30px;
		letter-spacing: .03em;
		text-transform:uppercase;
		text-align:center;
	
    }

    h3 {
        font-size: 12px
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 15px
    }

    .site-panel {
        position: relative;
        padding: 25px
    }

    .mission {
        display: none
    }

    .resp-mission {
        display: block
    }

    .logo {
        width: 45px;
        height: 26px;
        margin-bottom: 35px
    }

    .contact-statement, .mission, .resp-mission {
        font-size: 20px
    }

    .contact-statement p, .mission p, .resp-mission p {
        line-height: 42px !important
    }

    .pageslide-content {
        width: 85%;
        font-size: 14px;	
		text-align:left;
  
  	}

    .pageslide-content p {
        line-height: 16px !important;
		text-align:left;
		
    }

   .project-open .project-info-wrapper {
        padding-top: 85px
    }

    .project-info-wrapper .project-info {
        max-width: inherit;
        height: auto;
        padding: 0 35px;
        margin: 0 25px;
        font-size: 15px;
        line-height: 24px
		text-align:center;
    }

    .project-info-wrapper .project-info .project-close {
        margin: 20px 0 30px
    }
  

    .menu-main {
        top: 25px;
        right: 25px
    }

    .menu-main ul li {
        padding: 1px 0
    }

    .menu-main ul li a, .menu-main ul li a:link, .menu-main ul li a:visited {
        font-size: 22px;
        line-height: 22px
    }


	.flex-control-nav {
	 	
		position: absolute !important;
		width: 100% !important;
		text-align:center !important;
		bottom: 25px !important;
	    z-index: 1000;
		left:0px !important;
	}


    .flex-control-nav li {
        margin: 0 8px !important
    }

    .flex-control-paging li a {
        width: 5px !important;
        height: 5px !important;
		z-index: 1000;
	
		
    }


	#contactz {
		position:fixed;
		font-family:'AKZ';
		text-align:center;
		top:0;
		display: table;
		vertical-align: middle;
		color:#333;
		text-transform:uppercase;
		left:0px;
		width:90%;
		height: 105%;
		margin: 0 5%;
		z-index:1;
	}

	#contactz span {
		font-size: 12px; 
		line-height:19px;
		display: table-cell;
		vertical-align: middle;
	}





}

@media only screen and (max-device-width:480px) and (orientation:portrait), only screen and (max-device-width:480px) and (orientation:landscape) {
    .contact-statement, .mission, .resp-mission {
        font-size: 25px
    }

    .contact-statement p, .mission p, .resp-mission p {
        line-height: 36px !important
    }
}

@media only screen and (max-height:360px) {
    .mission, .project-info-button {
        display: none
    }

    .resp-mission {
        display: block
    }
}



