/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, 

body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, 

big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, 

center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, 

td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 

section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 

100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, 

aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	

line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, 

blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	

border-spacing: 0;}
/* Stylesheet: Reset CSS Modified On 2017-05-11 18:11:23 */
#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0;
        font-size:14px;
        float: left;
        width:auto;
        max-width: 450px;
}
/* Stylesheet: Stylesheet 2 Spalten Modified On 2017-05-11 18:08:16 */
/* GLOBAL */
body
{
        background: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        color: #666666;

}

#panorama {
        padding: 15px;
        border: 1px solid #CCCCCC;
}

input, textarea
{
        font-family: 'Open Sans', sans-serif;
        padding: 7px;
        outline: 0;
        border:0;
        max-width:300px;
        background: #EBE8DE;
        border-radius:5px;
	font-size: 11pt;
	color: #333333;
	border: 1px solid #4B4B4B;
	
}

input[type=submit]
{
        cursor:pointer;
}

p
{
        margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #4B4B4B;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
        width:100%;
        background: #FFFFFF url(http://www.tischlerei-fuchs.at/uploads/images/header_bg.png) repeat-x bottom;
	height: 172px;
}

#header_container {
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 10px auto;
}

#logo {
	position: relative;
	padding-top: 15px;
	width: 302px;
	height: 122px;
	margin-left: -20px;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
        font-family: 'Baumans', cursive;
}

header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left: 132px;
}

nav
{
        position:absolute;
        right: 7px;
        bottom: 40px;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
	padding: 0 4px;
	color: #FFFFFF;

}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
	padding: 8px 11px;
	font-size: 11pt;
	color: #333333;
	border: 1px solid transparent;
}

nav ul li a:hover
{
        color: #D78500;
        background: #FFFFFF url(http://www.tischlerei-fuchs.at/uploads/images/nav_hover.png) no-repeat center bottom;
	border: 1px solid #F49900;
}

nav ul li a.navactive {
        color: #D78500;
        background: #FFFFFF url(http://www.tischlerei-fuchs.at/uploads/images/nav_hover.png) no-repeat center bottom;
	border: 1px solid #F49900;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #E89100;
        color: #FFFFFF;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #FFFFFF;
}

.toggleMobile
{
        display: none;
}

/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:70px 0 45px 0;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3, #slider_content4, #slider_content5, #slider_content6, #slider_content7, #slider_content8
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3, #slider_content4 h3, #slider_content5 h3, #slider_content6 h3, #slider_content7 h3, #slider_content8 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#005B2C;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p, #slider_content4 p, #slider_content5 p, #slider_content6 p, #slider_content7 p, #slider_content8 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}


/* BUTTONS */

.button, .NewsSummaryMorelink a, #NewsPostDetailReturnLink a
{
        padding:5px 11px 5px 50px;
        border: 1px solid #F49900;
        color: #D78500;
        font-size: 12pt;
        text-decoration:none;
	display: block;
        background: #FFFFFF;
	height: 26px;
}

.cms_submit {
        color: #D78500;
	background: #FFFFFF;
        border: 1px solid #F49900;
}

.button:hover, .cms_submit:hover, .NewsSummaryMorelink a:hover, #NewsPostDetailReturnLink a:hover
{
        background-color: #EDEDED;
        text-shadow:none;
}


/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color:#e56038;
        position:relative;
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:18px;
}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columns h2, #text_columns h3
{
        font-size:23px;
        padding: 10px 0;
        margin-bottom: 20px;
	color: #67686B;
	font-weight: normal;
}

#text_columns h4
{
        font-size:23px;
        padding: 14px 0 14px 0;
        margin-bottom: 5px;
        color: #666666;
	font-weight: normal;
	display: block;
	height: 24px;
}

#text_columns h4 strong {
	color: #057FD9;
}

#text_columns hr {
	border-top: 1px solid #4B4B4B;
	height: 1px;
}

#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin: 30px 0;
        font-size:14px;
        width:auto;
        max-width: 450px;
}

#text_columns .column2
{
        margin: 50px 0;
	max-width: 308px;
	margin-left: 60px;
background: url(http://www.tischlerei-fuchs.at/uploads/images/rightbox_bg.png) repeat-x;
border: 1px solid #4B4B4B;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
margin-left: 70px;
}

.row
{
        position:relative;
        margin: 0 0 25px 0;
        float: left;
        width: auto;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 0;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}

.rocket:hover
{
        opacity:0;
        transition: opacity 0.4s ease 0.2s;
        animation-name: stylie-transform-keyframes;
        animation-duration: 700ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        transform-origin: 0 0;
}

.clock:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}



/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:150px;
        background:#333333;
	text-align: right;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:900px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright
{
        background: url(http://www.tischlerei-fuchs.at/uploads/images/footer_bg.png) #FFFFFF repeat-x;
        height:150px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:12px;
        position:relative;
        padding-right: 10px;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #666666;
        text-decoration: underline;
}

#copyright .wrapper a:hover
{
        color: #000000;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
border-bottom: 1px solid #CCCCCC;
}
#slides
{
        display: none;
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media (max-width: 835px)
{



        header nav
        {
                right: auto;
                bottom: auto;
                left: 16px;
                top: 150px;
	}

	header {
	height: 190px;
}


        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 30px 30px 20px; 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
}

@media (max-width: 950px)
{

#logo {
	position: relative;
	width: 247px;
	height: 100px;
	margin-left: 15px;
}
}

@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:190px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 0px;
                top: 150px;
        }

        #spacer
        {
                height:100px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:150px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
}

@media (max-width: 540px)
{
        header
        {
            text-align: center;
            height: 145px;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:800px;
        }
        input
        {
                width:auto;
        }
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #F49900;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                background: #FFFFFF;
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                background: #FFFFFF;
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
}

@media (max-width: 600px)
{
        #panorama {
                display: none;
        }
}



@media (max-width: 400px)
{
        .slider-wrapper {
                display: none;
        }
}



/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}

.NewsSummary {
	border: 1px solid #005B2C;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	background: #EBE8DE;
}

.NewsSummaryLink {
	font-weight: bold;
	color: #005B2C;
}

.NewsSummarySummary {
	margin-bottom: 15px;
}

h4#NewsPostDetailTitle {
	font-weight: bold;
	color: #005B2C;
	font-size: 12pt;
}

#NewsPostDetailReturnLink {
	margin-top: 15px;
}

.error_message {
	border: 2px solid #FF0000;
	padding: 20px;
	font-size: 13pt;
	margin-bottom: 20px;
	background: #FFFFFF;
	color: #000000;
}

.mitarbeiter {
max-width: 860px;
margin-bottom: 20px;
float: left;
padding: 10px;
border: 1px solid #999999;
background: #FFFFFF;
font-size: 9pt;
margin-right: 10px;
margin-left: 10px;
width: 
}

.mitarbeiter a {
text-decoration: underline;
}

.mitarbeiter p {
line-height: 150%;
}

.mitarbeiter strong {
font-size: 10pt;
}

.mitarbeiter img {
float: left;
width: 117px;
height: auto;
margin-bottom: 15px;
margin-right:20px;
}

.column1 ul {
	list-style: outside;
	margin-left: 20px;
}

.column1 ul li ul {
	list-style: inside;
	margin-left: 20px;
}

.partner {
	width: 200px;
	float: left;
	padding: 25px;
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 10pt;
	margin: 20px;
	height: 180px;
}

.partner img {
	width: 200px;
}

.partner:hover {
	border: 1px solid #003f88;
}

#slogan {
	text-align: center;
	color: #D78500;
	font-size: 17pt;
	padding: 0 10px;
}

#text_columns h3.gallery {
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	display: block;
	border-bottom: 1px solid #333333;
	padding-bottom: 0;
	margin-top: -10px;
	width: 100%;
}

.gallery {
	float: left;
}

#subnavigation {
	width: auto;
	height: 29px;
	margin-top: 20px;
}

.subnavigation {
	display: block;
	float: left;
	background: #E1E1E1;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-size: 10pt;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
	padding-top: 0px;
	margin-right: -1px;
}

.subnavigation_active {
	display: block;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	text-decoration: none;
	font-size: 10pt;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	padding-top: 0px;
	margin-right: -1px;
}

.subnavigation:hover {
	background: #EEEEEE;
}

#subcontent {
	max-width: 858px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-top: -1px;
	height: auto;
}

canvas {
positioN: absolute;
width: 420px;
}

    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
clear: both;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#footer_contact {
float: left;
0background: yellow;
max-width: 450px;
width: 100%;
text-align: left;
min-height: 180px;
}

#footer_contact img {
float: left;
}

#footer_contact p {
color: #D78500;
font-size: 13pt;
margin-top: 10px;
font-weight: bold;
font-style: italic;
}

#footer_copyright {
float: left;
0background: green;
max-width: 450px;
width: 100%;
min-height: 180px;
}
/* Stylesheet: Stylesheet Modified On 2018-06-05 20:59:56 */
