/***********************************************
 * General Container
 ***********************************************/
body{ background-color: #D1DCD2; }
.wrapper{
    /*font-family: "minion-pro",serif;*/ 
	font-family: "Crimson Pro",serif;
	font-weight: 400;
    margin: 0 auto; padding: 4rem 0 0; color: #1E1A15; overflow: hidden;
}

.content_section{
    padding: 2rem 1rem; max-width: none; margin: 0 auto; background-color: #000000;
}

*:focus{outline: none !important; }


/***********************************************
 * Typography
 ***********************************************/
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6{
    /*font-family: "minion-pro",serif;*/
	font-family: "Crimson Pro",serif; font-weight: 500;
    text-transform: none; position: relative; margin-bottom: 1rem;
    color: inherit; font-style: normal; line-height: 1.2; line-height: .95;
}

h1, .h1{font-size:1.6rem;}
h2, .h2{font-size:1.6rem;}
h3, .h3{font-size:1.5rem;}
h4, .h4{font-size:1.25rem;}
h5, .h5{font-size:1.125rem;}
h6, .h6{font-size:1.065rem;}

h1 + h2{margin-bottom: 2rem;}


hr{
    display: inline-block;
    border-top: 1px solid #D1DCD2;
    border-bottom: 1px solid #1E1A15;
    width: 100%; margin: .25rem 0 .75rem;
}

.sub{position: relative; top: 0.125em;}
.sub .sub{position: relative; top: 0;}

.wrapper > .content { position: relative; z-index: 0; font-size: 1.065rem; font-style: italic; color:#DFDFDF; }

.content h1, .content .h1, .content h2, .content .h2,
.content h3, .content .h3, .content h4, .content .h4,
.content h5, .content .h5, .content h6, .content .h6{
    color: #FFFFFF;
}


.content a, .content a:visited{color: inherit; font-weight: 400; text-decoration: underline;}
.content a:hover, .content a:focus{color: #D1DCD2;}

.content a.read_more,
.content a.read_more:visited{
    border-bottom: 1px solid #FFFFFF; text-decoration: none;
}
.content a.read_more:focus,
.content a.read_more:hover{
    border-bottom: 1px solid #D1DCD2; text-decoration: none;
}
.content a.read_more:after{
    font-family: FontAwesome; content: '\f105'; padding-left: .125rem;
}

.content h2 a,
.content h2 a:focus,
.content h2 a:hover,
.content h2 a:visited{
    text-decoration: none;
}



.content ul{display: block; margin-left: 0;}
.content ul li{display: block;}
.content ul li:before{content: '.. ';}

blockquote{
    border: none;
    font-size: 1.5rem;
    padding: 1rem 0 0;
}

blockquote strong{color: #D1DCD2; }

blockquote, blockquote p{
    font-size: 1.5rem; line-height: 1.4;
}

img.aligncenter{ display: block; margin: 0 auto 1rem; }


.button, .button:visited{
    background-color: #D1DCD2; border: none;
    border-radius: 4px;  color: #1E1A15 !important;
    box-shadow: none; text-shadow: none !important;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    font-weight: 400;
    text-shadow: none !important;
}
.button:focus, .button:hover{
    background-color: #D1DCD2;  color: #1E1A15 !important; border: none;
    box-shadow: none; text-shadow: none !important;
}

.header_multicontent_slider .button { background-color: #fff; font-size: 1rem; padding: 0.75rem 2.5rem; }


.iframe_wrapper{width: 100%; position: relative; padding-bottom: 100%; }
.iframe_wrapper > iframe{position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 10; border: none;}

.page_featured_image{display: block; position: relative;}
.page_featured_image > img{width: 100%; height: auto; margin-bottom: 1rem;}


/***********************************************
 * Topbar
 ***********************************************/
#topbar{
    position: fixed; left: 0; top: 0; right: 0; height: auto;
    z-index: 100; padding: 1rem 1rem; background: #D1DCD2;
    box-shadow: 0 2px 1px rgba(0,0,0,.25);
}


#topbar .logo{ display: block;  }
#topbar .logo img{ height: 2rem; width: auto; }



/***********************************************
 * Header
 ***********************************************/
.header_wrapper{
    position: relative; z-index: 0; padding: 0; background-color: #D1DCD2; 
}
.header_wrapper.start_header{
    position: relative; z-index: 0; padding: .625rem 1.625rem; background-color: #D1DCD2; 
}

.header{
    position: relative; overflow: hidden; z-index: 0; min-height: 0px;
}

.start_header .header{
    padding: .625rem; border: 1px solid #1E1A15; max-width: 73.125rem; width: 100%; margin: 0 auto;
}
.header .slick_wrapper { position: static;}
.start_header .header .slick_wrapper {padding: 0;}
.start_header .header .slick_wrapper  .slick_slider {position: relative; left: 0; right: 0;}

.header .header_content{
    position: absolute; left: 0; right: 0; top: 50%; z-index: 10; margin: 0 auto;
    width: 100%; max-width: 75rem;  text-align: left; padding: .625rem; color: #1E1A15;  
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.start_header .header .header_content{
    position: relative; left: 0; bottom: 0; right: auto; top: auto;
    margin: 0; padding: .625rem .375rem 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header .header_title,
.header .header_subtitle,
.header .header_intro{
    opacity: 0; visibility: hidden;
    position: relative; top: 2rem;
    display: none;
}

.start_header .header .header_title,
.start_header .header .header_subtitle,
.start_header .header .header_intro{
    display: block;
}

.header .header_title{
    -webkit-transition: all .5s ease 1s;
    -moz-transition: all .5s ease 1s;
    -ms-transition: all .5s ease 1s;
    -o-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
}
.header .header_subtitle{
    font-size: 1rem; margin: .5rem 0;
    font-style: italic;  line-height: 1.2;
    -webkit-transition: all .5s ease 1.5s;
    -moz-transition: all .5s ease 1.5s;
    -ms-transition: all .5s ease 1.5s;
    -o-transition: all .5s ease 1.5s;
    transition: all .5s ease 1.5s;
}

.header .header_intro{
    font-style: italic; font-size: 1.125rem;
    -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}

.header .slick_wrapper.loaded .header_title,
.header .slick_wrapper.loaded .header_subtitle,
.header .slick_wrapper.loaded .header_intro{
    opacity: 1; visibility: visible;
    position: relative; top: 0;
}


.header .slick_wrapper:before{
    content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 90;
    background-color: #D1DCD2; opacity: 1; visibility: visible;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.header .slick_wrapper:after{
    content: '\f110'; font-family: FontAwesome; text-align: center; vertical-align: middle; font-size: 6rem; color: #FFFFFF;
    position: absolute; left: 0; right: 0; top: 35%; margin: 0 auto;  z-index: 100; display: inline-block;
    color: #1E1A15;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation: rotation 2s linear infinite;
    -moz-animation:    rotation 2s linear infinite;
    -moz-animation:    rotation 2s linear infinite;
    -o-animation:      rotation 2s linear infinite;
    animation:         rotation 2s linear infinite;
    
}

.header .slick_wrapper.loaded:before{
    opacity: 0; visibility: hidden;
}
.header .slick_wrapper.loaded:after{
    opacity: 0; visibility: hidden;
}

.header .scroll_down,
.header .scroll_down:visited{
    display: inline-block; max-width: 20rem; position: absolute; left: 0; right: 0;bottom: 3rem; margin: 0 auto;
    z-index: 80; color: #1E1A15; text-align: center; font-size: 1.5rem; line-height: 1;
    text-shadow: 0 0 0 rgba(209,220,210,0),0 0 0 rgba(209,220,210,0),0 0 0 rgba(209,220,210,0),0 0 0 rgba(209,220,210,0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header .scroll_down:hover,
.header .scroll_down:focus{
    text-shadow: 0 1px 0 #D1DCD2,0 -1px 0 #D1DCD2,1px 0 0 #D1DCD2,-1px 0 0 #D1DCD2;
}
.header .scroll_down .fa{font-size: 2rem; line-height: 2rem;}


.header_wrapper.header_multicontent_slider_wrapper {
    padding: 0 !important;
}
.header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content {
    position: absolute; left: 0; right: 0; top: 50%; text-align: center;
    padding: 2rem 1rem; color: #FFFFFF; max-width: 60rem; margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content h2 {
    font-size: 3rem;
}
.header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content > *:not(h2) {
    font-size: 1.25rem;
}
.header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content h2 + * {
    position: relative; line-height: 1.2; padding-top: 1rem;
    max-width: 40rem; margin: 0 auto 1rem;
}
.header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content h2 + *:after {
    content: ''; position: absolute; top: 0; left: 4rem; right: 4rem; width: auto; height: 1px;
    background-color: #FFFFFF;
}
.header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content em {
    max-width: 25rem; margin: 0 auto; display: block;
}

.header_wrapper.header_multicontent_slider_wrapper .slick-dots {
    display: block; position: absolute; bottom: 0; left: 0; right: 0;
    text-align: center;
}
.header_wrapper.header_multicontent_slider_wrapper .slick-dots li{
    display: inline-block; padding: 0 0.375rem;
}
.header_wrapper.header_multicontent_slider_wrapper .slick-dots li button{
    height: 0.75rem; width: 0.75rem; background-color: #FFFFFF;
    opacity: 0.5; font-size: 0; border-radius: 50%;
}
.header_wrapper.header_multicontent_slider_wrapper .slick-dots li[aria-hidden="false"] button,
.header_wrapper.header_multicontent_slider_wrapper .slick-dots li button:hover{
    opacity: 1;
}

/***********************************************
 * Contact-Form
 ***********************************************/
.content_section.contact_section {
    color: #1E1A15; background-color: transparent;
}


.contact_section h1, .contact_section .h1, .contact_section h2, .contact_section .h2,
.contact_section h3, .contact_section .h3, .contact_section h4, .contact_section .h4,
.contact_section h5, .contact_section .h5, .contact_section h6, .contact_section .h6{
    color: #1E1A15;
}


/***********************************************
 * Parallax-Content
 ***********************************************/
.parallax_wrapper .parallax_bg{ position: relative;}
.parallax_wrapper.adjust_images  .parallax_bg{width: 100%; height: 100%; display: block;}


/***********************************************
 * Listings
 ***********************************************/
.listing_item{ color: #666666; font-size: .9rem; padding: 1.5rem; }
.listing_item .listing_icon{
    font-size: 5rem; margin-bottom: 2rem; display: block; color: #D1DCD2; text-shadow: 0 0px 1px rgba(0,0,0,.55);
}



/***********************************************
 * Fading-Elements 
 ***********************************************/
.fade_in_element{
    opacity: 0; visibility: visible;
    -webkit-transform: translate( 0 , 5rem);
    -moz-transform: translate( 0 , 5rem);
    -ms-transform: translate( 0 , 5rem);
    -o-transform: translate( 0 , 5rem);
    transform: translate( 0 , 5rem);
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
}
.fade_in_element.faded{
    opacity: 1; visibility: visible;
    -webkit-transform: translate( 0 , 0);
    -moz-transform: translate( 0 , 0);
    -ms-transform: translate( 0 , 0);
    -o-transform: translate( 0 , 0);
    transform: translate( 0 , 0);
}



/***********************************************
 * Image-Filling-Container
 ***********************************************/
.image_filladjust_to_width img{
    position: absolute; left: 0; right: 0; top: 50%; margin: 0 auto;
    display: block; width: 100%; height: auto; max-width: none; max-height: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image_fill.adjust_to_height img{
    height: 100%; width: auto;max-width: none; max-height: none;
    position: absolute; top: 0; bottom: 0; left: -99rem; right: -99rem; margin: 0 auto;
}



/************************************************
 * Grid
 ************************************************/
.grid-wrapper{margin: 0 -0.625rem;}
.grid{ position: relative; }
.grid-item{width: 100%;}
.grid-item.grid-item-small-width1{width: 100%;}
.grid-item.grid-item--width0{
    width: 0 !important; height: 0 !important; padding: 0 !important;
    margin: 0 !important; border: 0 !important;
    -webkit-transition: width .5s ease, height .5s ease;
    -moz-transition: width .5s ease, height .5s ease;
    -ms-transition: width .5s ease, height .5s ease;
    -o-transition: width .5s ease, height .5s ease;
    transition: width .5s ease, height .5s ease;
}
.grid-item a.grid-inner{position: relative; display: block; padding: .625rem; overflow: hidden; font-size: 1rem; font-weight: 400; text-align: center;}
.grid-item a.grid-inner:visited,
.grid-item a.grid-inner:focus,
.grid-item a.grid-inner:hover,
.grid-item a.grid-inner{ color: #FFFFFF; }
.grid-inner img{width: 100%; }
.grid-overlay{
    position: absolute; left: .625rem; right: .625rem; top: .625rem; bottom: .625rem; color: #FFFFFF;
    background-color: rgba(0,0,0,.5); opacity: 0; visibility: hidden; padding: .9375rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.grid-item:hover .grid-overlay,
.grid-item:focus .grid-overlay{opacity: 1; visibility: visible; }
.grid-item .grid-content{
    position: absolute; left: 0; right: 0; top: 50%;
    padding: .5rem; font-size: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.grid-item .grid-title{color: inherit; font-weight: 700; font-size: 1rem;}

.grid-filter{display: block; font-size: 0; margin: 0;}
.grid-filter ul{margin: 0;}
.grid-filter ul li{display: inline-block; font-size: 1rem; width: 50%; vertical-align: top;}
.grid-filter ul li a,
.grid-filter ul li a:visited{ padding: 0 .625rem; display: block; line-height: 2rem;}
.grid-filter ul li a:hover,
.grid-filter ul li a:focus{ background-color: #d9e2da;}



/***********************************************
 * Projects
 ***********************************************/
.content_section.project_teaser_section{padding: 1rem;}
.content_section.project_teaser_section:first-child{padding: 2rem 1rem 1rem;}
.content_section.project_teaser_section:last-child{padding: 1rem 1rem 2rem;}


.project_pagination_section .pagination { text-align: center; }
.project_pagination_section .pagination .screen-reader-text{display: none;}
.project_pagination_section .pagination a,
.project_pagination_section .pagination span{
    display: block; padding: 0 .5rem; margin: 0; line-height: 1.6; font-size: 1rem;
    color: #FFFFFF; font-style: italic; background-color: transparent; text-decoration: none;
}

.project_pagination_section .pagination .current{text-decoration: underline;}

.project_pagination_section .pagination a:focus,
.project_pagination_section .pagination a:hover{
    color: #D1DCD2;  text-decoration: underline;
}



.project_featured_image{display: block;}


.post-type-archive-projects .project_details,
.project_single_section .project_details{
    margin: 0 -1.625rem; padding: .625rem 1.625rem;
}

.project_single_section .grid-wrapper.project_images{ margin: 0 -0.625rem; padding: .625rem 0; }
.project_single_section .grid-wrapper.project_images .grid-inner{ padding: 0 0 66.666%; position: relative; width: 100%;  }
.project_single_section .grid-wrapper.project_images .grid-inner .projet_image_wrap{
    position: absolute; left: .625rem; right: .625rem; top: .625rem; bottom: .625rem;
    display: block; overflow: hidden;
}
.project_single_section .grid-wrapper.project_images .grid-item-height-2 .grid-inner{ padding: 0 0 133.3333%;}

.project_single_section .project_pagination_wrapper{position: relative; font-size: 0; padding-bottom: 1rem; text-align: center;}
.project_single_section .project_pagination_wrapper .project_pagination{display: inline-block; width: 50%; font-size: 1rem; min-width: 8rem;}
.project_single_section .project_pagination_wrapper .project_pagination.prev{text-align: left;}
.project_single_section .project_pagination_wrapper .project_pagination.next{text-align: right;}
.project_single_section .project_pagination_wrapper .project_pagination a,
.project_single_section .project_pagination_wrapper .project_pagination a:hover,
.project_single_section .project_pagination_wrapper .project_pagination a:focus,
.project_single_section .project_pagination_wrapper .project_pagination a:visited{
    font-weight: 400; color: inherit; vertical-align: middle; line-height: 2rem; text-decoration: none; font-style: normal;
}

.project_single_section .project_pagination_wrapper .prev a:before,
.project_single_section .project_pagination_wrapper .next a:after{
    font-family: FontAwesome; color: inherit; font-size: 2rem; line-height: 2rem; vertical-align: middle; margin-bottom: 0.25rem;
    position: relative; top: -0.125rem;
}
.project_single_section .project_pagination_wrapper .prev a:before{ margin-right: .25rem; content: '\f104';  }
.project_single_section .project_pagination_wrapper .next a:after{ margin-left: .25rem; content: '\f105'; }



/***********************************************
 * Blog-Teaser
 ***********************************************/
.blog_teaser_section.content_section{background-color: transparent; color: inherit;}

.blog_teaser_section .blog_teaser {text-align: left; font-size: .8rem; }
.blog_teaser_section .blog_teaser_image{
    display: block; margin-bottom: .9375rem; opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blog_teaser_section .blog_teaser_image:hover,
.blog_teaser_section .blog_teaser_image:focus{
    opacity: .75;
}
.blog_teaser_section .blog_teaser_infos{padding: 0 1.25rem 1.25rem; }
.blog_teaser_section a.blog_teaser_title,
.blog_teaser_section a.blog_teaser_title:visited{display: block; color: #1E1A15; margin: 0; padding: 0; text-decoration: none;}
.blog_teaser_section a.blog_teaser_title:hover,
.blog_teaser_section a.blog_teaser_title:focus{display: block; color: #1E1A15;}

.blog_teaser_section .blog_teaser_categories ul{display: block; margin: 0; padding: 0 0 .25rem; }
.blog_teaser_section .blog_teaser_categories ul li{ display: inline-block;}
.blog_teaser_section .blog_teaser_categories ul li:after{content: ' | '; }
.blog_teaser_section .blog_teaser_categories ul li:last-child:after{content: ''; }
.blog_teaser_section .blog_teaser_categories ul li a,
.blog_teaser_section .blog_teaser_categories ul li a:visited{color: #333333; text-decoration: none;}
.blog_teaser_section .blog_teaser_categories ul li a:hover,
.blog_teaser_section .blog_teaser_categories ul li a:focus{color: #333333;  text-decoration: none;}
.blog_teaser_section .blog_teaser_date{ padding-bottom: .5rem; color: #333333; }

.blog_teaser_section a.read_more,
.blog_teaser_section a.read_more:visited{color: #333333; font-style: italic; border-bottom: 1px solid #333333; }
.blog_teaser_section a.read_more:focus,
.blog_teaser_section a.read_more:hover{color: #0A0A0A; border-bottom: 1px solid #0A0A0A; }


/***********************************************
 * Blog-Category-Sidebar
 ***********************************************/
.blog_categorylist_wrapper{padding-bottom: 2.5rem; color: #333333; }
.blog_categorylist_wrapper h3,
.blog_categorylist_wrapper .h3{margin-bottom: 0.5rem;}
.blog_categorylist_wrapper ul{padding: 0; margin: 0;}
.blog_categorylist_wrapper li{display: block; padding-bottom: .25rem; margin-bottom: .25rem; border-bottom: 1px solid rgba(0,0,0,.3);}
.blog_categorylist_wrapper li:last-child{border-bottom: none; }


/***********************************************
 * Blog-Category-Sidebar
 ***********************************************/
.blog_newest_posts_wrapper{padding-bottom: 2rem;  color: #333333; }
.blog_newest_posts_wrapper h3,
.blog_newest_posts_wrapper .h3{margin-bottom: 0.5rem;}
.blog_newest_posts_wrapper ul{padding: 0; margin: 0;}
.blog_newest_posts_wrapper li{display: block; padding-bottom: .25rem; margin-bottom: .25rem; border-bottom: 1px solid rgba(0,0,0,.3);}
.blog_newest_posts_wrapper li:last-child{border-bottom: none; }
.blog_newest_posts_wrapper .date_info{display: block; font-size: .8rem;}


/***********************************************
 * Blog-Pagination
 ***********************************************/
.blog_pagination.navigation.pagination{ margin: 0;}
.blog_pagination .screen-reader-text{ margin-bottom: 2rem;}
.blog_pagination .page-numbers{display: block; border-radius: 2px; margin-bottom: 1px;}
.blog_pagination .page-numbers.current{ background-color: #D1DCD2; color: #FFFFFF;}


/***********************************************
 * Blog-Search
 ***********************************************/
.search-wrapper{position: relative; margin-bottom: 2.5rem;}
.search-wrapper #searchform,
.search-wrapper #searchform > div{position: relative; width: 100%; }
.search-wrapper .screen-reader-text{display: none;}
.search-wrapper #s{
    position: relative; z-index: 0; padding-right: 7rem;
    max-width: 100%;
}
.search-wrapper #searchsubmit{
    position: absolute; right: 0; top: 0; width: 6.5rem; z-index: 10;
    background-color: #D1DCD2; height: auto; bottom: 0;
    border: 1px solid #D1DCD2;
    border-radius: 4px;  color: inherit;
    box-shadow: 0 0 -1px 2px rgba(0,0,0,1);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    font-weight: 400;
    text-shadow: none !important;
}

.search-wrapper #searchsubmit:focus,
.search-wrapper #searchsubmit:hover{
    background-color: #D1DCD2;  color: inherit;
     border: 1px solid #D1DCD2;
    box-shadow: 0 0 4px rgba(0,0,0,0);
    text-shadow: none !important;
}



/***********************************************
 * Google Maps Section
 ***********************************************/
.map_section.content_section{padding: 0;}



/***********************************************
 * Footer
 ***********************************************/
#footer{
    background-color: #000000; color: #FFFFFF; font-size: 1rem;
    padding: 2rem; max-width: none; /*font-family: "minion-pro",serif;*/
	font-family: "Crimson Pro",serif;
}

#footer .menu{text-align: center;}
#footer .menu > li {
    display: inline-block; text-align: center; vertical-align: baseline; padding: 0 .5rem; line-height: 1.6rem;
    font-style: italic;
}

#footer a,
#footer a:visited{
    color: inherit; padding: 0; margin: 0; display: block; text-decoration: none; line-height: 1.6rem;
}
#footer a:hover, #footer a:focus{color: #D1DCD2;}

#footer .social-nav{ padding: .5rem 0 1.5rem;}
#footer .social-nav a,
#footer .social-nav a:visited{
    display: block; width: 3rem; height: 3rem; line-height: 3rem; border-radius: 50%;
    background-color: #FFFFFF; color: #000000; vertical-align: baseline; text-align: center; font-style: normal;
    
}
#footer .social-nav a:focus,
#footer .social-nav a:hover{
    background-color: #D1DCD2; color: #000000;
}

#footer .social-nav .fa{
    font-size: 1.25rem; margin: 0; width: 3rem; height: 3rem; line-height: 3rem;
    display: block;
}

/***********************************************
 * Scroll-Top
 ***********************************************/
#scroll-top-wrapper{
    position: fixed; left: 0; right: 0; bottom: 0;
    opacity: 0; visibility: hidden;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    pointer-events: none;
    z-index: 10;
}
#scroll-top-wrapper.active{opacity: 1; visibility: visible;}
#scroll-top-wrapper .row{max-width: 90rem;}
#scroll-top-wrapper .scroll-top,
#scroll-top-wrapper .scroll-top:visited{
    pointer-events: all;
    border-radius: 1rem 1rem 0 0; color: #FFFFFF; background: #D1DCD2; display: inline-block; vertical-align: bottom; padding: .625rem .625rem 1rem;
}
#scroll-top-wrapper .scroll-top:focus,
#scroll-top-wrapper .scroll-top:hover{color: #FFFFFF;}



/***********************************************
 * Form-Reset
 ***********************************************/
label{
    line-height: 2rem; padding: 0; font-size: 1.25rem; font-style: italic;
}
[type=color], [type=date], [type=datetime-local], [type=datetime],
[type=email], [type=month], [type=number], [type=password], [type=search],
[type=tel], [type=text], [type=time], [type=url], [type=week], textarea{
    margin: 0 0 1rem; border: none; background-color: #d9e2da; padding: 0 .5rem;
    height: auto;  font-size: inherit; line-height: 2rem; height: 2rem;
    border-radius: 0; position: relative; z-index: 10; font-size: 1.25rem;
    box-shadow:none;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus,
[type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus,
[type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus,
[type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus{
    box-shadow: 0 0 4px rgba(0,0,0,.5); border: none; background-color: #d9e2da;
}

html input[type=button],
input[type=reset],
input[type=submit]{
    display: inline-block; border: none; background-color: transparent;
    padding: 0; line-height: 2rem; height: 2rem; width: auto;
    text-decoration: underline; font-style: italic;
}

#content div.wpcf7 .ajax-loader{display: none;}

/***********************************************
 * Contact-Form
 ***********************************************/
span.wpcf7-not-valid-tip{
    background-color: #F9B2A8; border: none; margin: -0.75rem 0 .5rem;
    padding: .25rem 1rem .25rem; position: relative; z-index: 0; color: inherit;
}
div.wpcf7-validation-errors{
    background-color: #F9B2A8; border: none; color: inherit;
    margin: 0; padding: .25rem 1rem; text-align: center;
}

div.wpcf7-mail-sent-ok{
    background-color: #93E29A; border: none; color: inherit;
    margin:  0 ; padding: .25rem 1rem; text-align: center;
}

.wpcf7 form{ border: 1px solid #1E1A15; margin: 0;}


/*###############################################
 # Medium and UP
 ###############################################*/
@media screen and (min-width: 40em) {
    
    .wrapper{padding-top: 5rem;}
    .wrapper > .content{font-size: 1.125rem;}
    
    
    .content_section{padding: 6rem 2rem 0; }
    .section_title{margin-bottom: 3rem; }
    
    
    /***********************************************
     * Typography
     ***********************************************/
    h1, .h1{font-size:3.125rem; margin-bottom:2rem;}
    h2, .h2{font-size:3.125rem; margin-bottom:2rem;}
    h3, .h3{font-size:2rem;}
    h4, .h4{font-size:1.5rem;}
    h5, .h5{font-size:1.25rem;}
    h6, .h6{font-size:1.125rem;}
    
    
    /***********************************************
     * Topbar
     ***********************************************/
    #topbar .logo img{ height: 3rem; }
    
    
    /***********************************************
     * Header
     ***********************************************/
    .header_wrapper.start_header{ padding: .9375rem 1.9375rem; }
    .header_wrapper.start_header .header{ padding: .9375rem; }
    
    .header .header_title,
    .header .header_subtitle,
    .header .header_intro{display: block; width: 66%;}
    
    .header .header_title{ font-size: 2.5rem;  line-height: 1.1;}
    .header .header_subtitle{ font-size: 1rem; }
    
    .header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content h2 {
        font-size: 6rem;
    }
    .header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content > *:not(h2) {
        font-size: 1.75rem;
    }
        
    
    /***********************************************
     * Fading-Elements 
     ***********************************************/
    .fade_in_element.fade_left{
        -webkit-transform: translate( -25% , 0);
        -moz-transform: translate( -25% , 0);
        -ms-transform: translate( -25% , 0);
        -o-transform: translate( -25% , 0);
        transform: translate( -25% , 0);
    }
    .fade_in_element.fade_right{
        -webkit-transform: translate( 25% , 0);
        -moz-transform: translate( 25% , 0);
        -ms-transform: translate( 25% , 0);
        -o-transform: translate( 25% , 0);
        transform: translate( 25% , 0);
    }
    .fade_in_element.faded,
    .fade_in_element.fade_left.faded,
    .fade_in_element.fade_right.faded{
        -webkit-transform: translate( 0 , 0);
        -moz-transform: translate( 0 , 0);
        -ms-transform: translate( 0 , 0);
        -o-transform: translate( 0 , 0);
        transform: translate( 0 , 0);
    }

    
    
    /************************************************
     * Grid
     ************************************************/
    .grid-wrapper{margin: -0.9375rem -0.9375rem 0;}
    .grid-item{width: 33.3333%;}
    
    .grid-item.grid-item-medium-width1{width: 33.3333%;}
    .grid-item.grid-item-medium-width2{width: 66.6666%;}
    .grid-item.grid-item-medium-width3{width: 100%;}
    
    .grid-item .grid-content{ font-size: 1rem; }
    .grid-item .grid-title{ font-size: 1.125rem; font-weight: 700;}
    .grid-filter ul li{ width: 33.33%; text-align: center;}
    .grid-filter ul li a,
    .grid-filter ul li a:visited{ padding: 0 .9375rem; }
    
    
    /***********************************************
     * Projects
     ***********************************************/
    .content_section.project_teaser_section:first-child{padding-top: 6rem;}
    .content_section.project_teaser_section:last-child{padding-bottom: 6rem;}
    
    .post-type-archive-projects .project_details,
    .project_single_section .project_details{ margin: 0 -2.9375rem; padding: 0 2.9375rem; }
    
    .project_single_section .grid-wrapper.project_images{ margin: 0 -0.9375rem; padding: .9375rem 0; }
    .project_single_section .grid-wrapper.project_images .grid-inner{ padding: 0 0 66.666%; position: relative; width: 100%;  }
    .project_single_section .grid-wrapper.project_images .grid-inner .projet_image_wrap{
        position: absolute; left: .9375rem; right: .9375rem; top: .9375rem; bottom: .9375rem;
        display: block; overflow: hidden;
    }
    
    .project_pagination_section .pagination a,
    .project_pagination_section .pagination span{
        display: inline-block;
    }
    
    /***********************************************
     * Blog-Teaser
     ***********************************************/
    .blog_teaser_section .blog_teaser_infos{padding: 0 1.875em 1.875rem; }
    .blog_teaser_section .blog_teaser.grid-inner{padding: .9375rem;}
    
    /***********************************************
     * Blog-Pagination
     ***********************************************/
    .blog_pagination .page-numbers{display: inline-block; font-size: 1rem;}

    /***********************************************
     * Listings
     ***********************************************/
    .listing{font-size: 0; text-align: center; padding-bottom: 2rem;}
    .listing_item{ display: inline-block; width: 50%; vertical-align: top;  font-size: .9rem;}
    
    
    /***********************************************
     * Footer
     ***********************************************/
    #footer .menu > li {display: inline-block;}
    
    
    /***********************************************
     * Contact-Form
     ***********************************************/
    .contact_info{ padding-left: .9375rem;}
    div.wpcf7-validation-errors {margin:  0 .9375rem ; }
    .wpcf7 form{ margin: 0 0 2rem; padding: 1.875rem .9375rem;}
    
}




/*###############################################
 # Large and UP
 ###############################################*/
@media screen and (min-width: 64em) {
    
    /***********************************************
     * Content
     ***********************************************/
    .page_featured_image{margin-top: -2rem;}
    
    /***********************************************
     * wrapper
     ***********************************************/
    .wrapper{padding-top: 5rem;}
    .wrapper.start_page{padding-top: 0;}
    
    
    /***********************************************
     * Topbar
     ***********************************************/
    #topbar{position: fixed; top: 0; right: 0; left: 0;}
    .start_page .topbar_wrapper{position: relative;}
    .start_page .topbar_wrapper.scrolled{position: relative; height: 5rem;}
    .start_page .topbar_wrapper #topbar { position: relative; padding: 1rem 2rem;}
    .start_page .topbar_wrapper.scrolled #topbar{position: fixed; top: 0; left: 0; right: 0;}
    
    .start_page .topbar_wrapper #topbar.topbar_new_clean { position: fixed;}
    
    
    /***********************************************
     * Header
     ***********************************************/
    .header_wrapper.start_header{padding: .9375rem 2.9375rem;}
    .header_wrapper .header{ min-height: 1px; }
    
    .header .header_title,
    .header .header_subtitle,
    .header .header_intro{display: block; width: 40%;}
    
    
    .start_header .header .header_content{
        position: absolute; bottom: 0; left: 0; right: auto; top: auto;
        width:  100%; padding: 0 1.0625rem; padding: 0 2rem 2rem;
    }
    
    .header .header_content{width: 100%; bottom: 2rem;}
    .header .header_title{font-size: 3rem;}
    .header .header_subtitle{font-size: 1.25rem;}
    .header .header_intro{font-size: 1.75rem;}
    
    .header_wrapper.header_multicontent_slider_wrapper .slick_slide .multicontent_slide_content h2 {
        font-size: 8rem;
    }
    
    
    /***********************************************
     * Scroll-Top
     ***********************************************/
    #scroll-top-wrapper .scroll-top,
    #scroll-top-wrapper .scroll-top:visited{
        padding-bottom: 2.75rem; line-height: 1.5rem;
    }
    
    
    
    /***********************************************
     * Listings
     ***********************************************/
    .listing_item{ width: 33.333%; }
    
    
    /***********************************************
     * Projects
     ***********************************************/
    .project_details{position: relative;}
    .project_details .project_details_content{position: relative; padding: 2rem 0;}
    .project_details[data-equalizer-watch] .project_details_content{
        position: absolute; top: 50%; left: 0; right: 0; bottom: auto; padding: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .post-type-archive-projects .project_details,
    .project_single_section .project_details{ margin:0; padding: .9375rem 1.875rem; }
    
    /************************************************
     * Grid
     ************************************************/
    .grid-item{width: 33.3333%;}
    .grid-item.grid-item--width2{width: 66.6666%;}
    .grid-item.grid-item--width3{width: 100%;}
    
    .grid-item.grid-item-large-width1{width: 33.3333%;}
    .grid-item.grid-item-large-width2{width: 66.6666%;}
    .grid-item.grid-item-large-width3{width: 100%;}
    
    .grid-filter ul li{ width: 25%; }
    
    
    /************************************************
     * Blog-Teaser
     ************************************************/
    .blog_page_section .grid-item{width: 50%; }
    .blog_page_section .grid-item.grid-item--width2,
    .blog_page_section .grid-item.grid-item--width3{width: 100%;}
    
    
    /***********************************************
     * Form
     ***********************************************/
    [type=color], [type=date], [type=datetime-local], [type=datetime],
    [type=email], [type=month], [type=number], [type=password], [type=search],
    [type=tel], [type=text], [type=time], [type=url], [type=week], textarea{
        margin: 0 0 1.5rem;
    }
    [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus,
    [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus,
    [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus,
    [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus{
        margin: 0 0 1.5rem;
    }

    
    /***********************************************
     * Contact-Form
     ***********************************************/
    span.wpcf7-not-valid-tip{ margin: -1rem 0 .5rem; }
    div.wpcf7-validation-errors{ margin: 0 .9375rem; }
    div.wpcf7-mail-sent-ok{margin: 0 .9375rem ; }
    .wpcf7 form{ margin: -2.875rem 0 2rem; padding: 2.875rem 1.9375rem;}
    
}


/*###############################################
 # Animations
 ###############################################*/
@-webkit-keyframes rotation {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotation {
  0%   { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotation {
  0%   { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotation {
  0%   { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); }
}
@keyframes rotation {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
