/* ================================================================== */
/* # w3-extension.css                                                 */
/* # Datum:      Ergaenzung:                                          */
/* # ---------------------------------------------------------------- */
/* # 19.08.2019: Fertigstellung des CSS-Files                         */
/* ================================================================== */

/*
 * Copyright (c) 2018 J. Dankoweit
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *		notice, this list of conditions, and the following disclaimer,
 *		without modification, immediately at the beginning of the file.
 * 2. The name of the author may not be used to endorse or promote products
 *		derived from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
*/


@font-face {
  font-family: OpenSans;
  src: url(/Fonts/open-sans.ttf);
}

body, html {
	font-family: OpenSans!important;
	font-size:16px!important;
	height: 100%;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: manual;
	word-break: normal;
	overflow-wrap: normal;
	white-space: normal;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 2px;
	font-family: OpenSans!important;
	text-align:left;
}

h1 {
	font-size: 24px!important;
	font-weight:bold;
}

h2 {
	font-size: 22px!important;
	font-weight:bold;
}

h3 {
	font-size: 20px!important;
	font-weight:bold;
}

h4,h5,h6 {
	font-size: 16px!important;
	font-weight:bold;
}

hr {
	border-top: 1px solid #7a3c10 !important;
	margin-top: 8px;
	margin-bottom: 8px;
}

.w3-row .w3-btn, .w3-row .w3-button {
	white-space:normal!important;
}

.w3-body {
	background-color: transparent;
}

.w3-body-standard {
	background-position: center;
	background-repeat: repeat;
	background-image: url(/Grafiken/Hintergrund/hg_holzplatte_grau.jpg);
	background-attachment: fixed;
}

.w3-body-standard-hell {
	background-position: center;
	background-repeat: repeat;
	background-image: url(/Grafiken/Hintergrund/hg_holzplatte_grau_hell.jpg);
	background-attachment: fixed;
}

.w3-body-standard-dunkel {
	background-position: center;
	background-repeat: repeat;
	background-image: url(/Grafiken/Hintergrund/hg_holzplatte_grau.jpg);
	background-attachment: fixed;
}

.w3-full {
	width:100%;
}

.w3-black-opaque {
	background-color: rgba(0,0,0,0.1)!important;
}

.w3-white-opaque {
	background-color: rgba(255,255,255,0.8)!important;
}

.w3-white-opaque-xl {
	background-color: rgba(255,255,255,0.6)!important;
}

.w3-black-opaque {
	background-color: rgba(0,0,0,0.4)!important;
}

.w3-black-opaque-xl {
	background-color: rgba(0,0,0,0.6)!important;
}

.w3-icon-smaller {
	width:24px;
	height:24px;
}

.w3-icon-small {
	width:32px;
	height:32px;
}

.w3-icon-medium {
	width:48px;
	height:48px;
}

.w3-icon-large {
	width:64px;
	height:64px;
}

.w3-bold {
	font-weight: bold;
}


.w3-margin-top-xxxlarge {
	padding-top:80px!important;
	margin-top:0px!important;
}

.w3-margin-top-xxlarge {
	padding-top:64px!important;
	margin-top:0px!important;
}

.w3-margin-top-xlarge {
	padding-top:48px!important;
	margin-top:0px!important;
}

.w3-margin-top-large {
	padding-top:32px!important;
	margin-top:0px!important;
}

.w3-margin-top-medium {
	margin-top:16px!important;
}

.w3-margin-top-small {
	margin-top:8px!important;
}

.w3-margin-top-extrasmall {
	margin-top:4px!important;
}

.w3-margin-bottom-xxxlarge {
	padding-bottom:80px!important;
	margin-bottom:0px!important;
}

.w3-margin-bottom-xxlarge {
	padding-bottom:64px!important;
	margin-bottom:0px!important;
}

.w3-margin-bottom-xlarge {
	padding-bottom:48px!important;
	margin-bottom:0px!important;
}

.w3-margin-bottom-large {
	padding-bottom:32px!important;
	margin-bottom:0px!important;
}

.w3-margin-bottom-medium {
	margin-bottom:16px!important;
}

.w3-margin-bottom-small {
	margin-bottom:8px!important;
}

.w3-margin-bottom-extrasmall {
	margin-bottom:4px!important;
}

.w3-margin-right-extrasmall {
	margin-right:4px!important;
}

.w3-margin-left-small {
	margin-left:16px!important;
}


.w3-margin-left-extrasmall {
	margin-left:4px!important;
}

.w3-margin-top-0 {
	margin-top:0px!important;
}

/* ================================================================== */
/* zusaetzliche Padding-Optionen                                      */
/* ================================================================== */
.w3-padding-0 {
	padding: 0px!important;
}

.w3-padding-small {
	padding: 4px 4px!important;
}

.w3-padding-bottom {
	padding-bottom:8px!important;
}

.w3-padding-top {
	padding-top:8px!important;
}

.w3-padding-top-extrasmall {
	padding-top:4px!important;
}

.w3-padding-top-small {
	padding-top:16px!important;
}

.w3-padding-top-medium {
	padding-top:32px!important;
}

.w3-padding-top-large {
	padding-top:48px!important;
}

.w3-padding-bottom-extrasmall {
	padding-bottom:4px!important;
}

.w3-padding-bottom-small {
	padding-bottom:16px!important;
}

.w3-padding-bottom-medium {
	padding-bottom:32px!important;
}

.w3-padding-bottom-large {
	padding-bottom:48px!important;
}

.w3-padding-left-0 {
	padding-left:0px!important;
}

.w3-padding-left {
	padding-left:8px!important;
}

.w3-padding-left-small {
	padding-left:16px!important;
}

.w3-padding-left-medium {
	padding-left:32px!important;
}

.w3-padding-left-large {
	padding-left:48px!important;
}

.w3-padding-right-0 {
	padding-right:0px!important;
}

.w3-padding-right {
	padding-right:8px!important;
}

.w3-padding-right-small {
	padding-right:16px!important;
}

.w3-padding-right-medium {
	padding-right:32px!important;
}

.w3-padding-right-large {
	padding-right:48px!important;
}

/* ================================================================== */
/* CSS fuer Angebot                                                   */
/* ================================================================== */
.w3-angebot {
}

.w3-angebot ul {
	list-style-type: disc;
	padding-inline-start:18px;
}

.w3-angebot .w3-sonderangebot {
	background-image:url(/Grafiken/Hintergrund/pinselstrich-tranparent.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.w3-image-angebot {
	background-color: rgba(168, 88, 0, 0.15);
 	padding: 5px;
	border: 1px solid rgba(0,0,0,0.4);
/*	margin-bottom: -4px;*/
	box-shadow: 1px 1px 6px 1px;
	animation: einblenden 1s ease-in-out both;
	-moz-animation: einblenden 1s ease-in-out both;
	-webkit-animation: einblenden 1s ease-in-out both;
}

.w3-galerie-angebot {
	background-image: url(/Grafiken/galerie-angebot.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 18px;
}

.w3-galerie-angebot img {
	height:auto;
/*	width:65%;*/
/*	width:96px;*/
	max-height:120px;
	max-width:65%;
}

/* ================================================================== */
/* ================================================================== */
.w3-width85 {
	max-width:85%;
	margin-left:auto
}

.w3-hover-transparent:hover {
	background-color: rgba(244,202,172,0.7)!important;
}

.w3-border-white {
/*	border: 2px solid rgba(255,255,255,1.0)!important;*/
}

a[title]:hover:after {
	content: attr(title);
	position: absolute;
	bottom: 100%;
	right:8px;
	border-radius: 4px;
	background-color:rgba(255,255,255,0.8);
	padding:4px;
}

.w3-gototop {
	position: fixed;
	z-index: 100000;
	vertical-align: middle;
	cursor: pointer;
	bottom: 10%;
	right: 2%;
	padding:0px;
	box-shadow:0px 0px 20px 2px #7a3c10;
}

.w3-gototop:after {
	content: "\0021E7";
	font-weight: bold;
	text-align:center;
}

.w3-button-size-normal {
	width:48px;
	min-height:48px;
}

.w3-button-size-text-small {
	max-width:fit-content;
	min-height:48px;
}

.w3-button-size-text {
	min-width:144px;
	min-height:48px;
}

.w3-button-size-text-large {
	min-width:180px;
	min-height:48px;
}

.w3-button-size-text-xxlarge {
	min-width:256px;
	min-height:48px;
}

.w3-button-size-text-maxwidth {
	width:100%;
	min-height:48px;
}

.w3-sidebar .w3-button-size-normal {
	width:48px;
	height:48px;
}

.w3-sidebar .w3-button-size-text {
	min-width:144px;
	height:48px;
}

.w3-sidebar .w3-button-size-text-large {
	min-width:180px;
	height:48px;
}

.w3-sidebar .w3-button-size-text-xxlarge {
	min-width:256px;
	height:48px;
}

.w3-sidebar .w3-button-size-text-maxwidth {
	width:100%;
	height:48px;
}

.w3-ul li {
	border: 0;
}

.w3-button-holz {
	background-image: url(/Grafiken/Hintergrund/hg_holzplatte_ahorn_quer.jpg);
}

.w3-sonderpreis {
	width: 7em;
	height: auto;
	vertical-align: middle;
}

.w3-footer {
/*	line-height:4px;*/
}

.w3-footer w3-ul li {
	padding-top:0px;
	padding-bottom:0px;
}

.w3-sidebar-xxlarge {
	z-index:10000;
	height:auto;
	position:absolute!important;
	width:320px;
}

.w3-content-maxwidth {
	max-width:1600px!important;
}

.w3-content-fullwidth {
	max-width:100%!important;
}

.w3-width-75vh {
	width:75%;
}

.w3-mousepointer-link {
	cursor: pointer;
}

.w3-mousepointer-zoom {
	cursor: zoom-in;
}

/* ================================================================== */
/* Einblenden/Ausblenden eines Galerie-Bilds; fuer alle Browser        */
/* ================================================================== */
.w3-animate-opacity-on {
	animation:opacityon 0.8s;
	-moz-animation:opacityon 0.8s;
	-webkit-animation:opacityon 0.8s;
}

@keyframes opacityon {
	from {opacity:0} to {opacity:1}
}

@-moz-keyframes opacityon {
  from {opacity: 0} to {opacity: 1}
}

@-webkit-keyframes opacityon  {
  from {opacity: 0} to {opacity: 1}
}


.w3-animate-opacity-off {
	animation:opacityoff 0.8s;
	-moz-animation:opacityoff 0.8s;
	-webkit-animation:opacityoff 0.8s;
}

@keyframes opacityoff {
	from {opacity:1} to {opacity:0}
}

@-moz-keyframes opacityoff {
  from {opacity: 1} to {opacity: 0}
}

@-webkit-keyframes opacityoff  {
  from {opacity: 1} to {opacity: 0}
}

/* ================================================================== */

.w3-logo {
	width:auto;
	height:66px;
}

.w3-keep-complete {
	word-break: keep-all;
	line-break: normal;
	white-space: pre;
}

/*wbr:after { content: "\00200B"; }*/

.w3-border-transparent {
	border-color: transparent!important;
}

.w3-border-medium {
	border:3px solid #ccc!important;
}


