@charset "utf-8";
/* CSS Document */

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


.rot-text{
color:#a42800;	
	
}

.weiss-text{
	color:#FFFFFF;
}

.gruen-text{
	color:#36411a;
}
.dunkelgrau-text{
	color:#46463e;
}

.rot-back{
background-color:#a42800;	
}

.gruen-back{
	background-color: #36411a;
}

.dunkelgrau-back{
	background-color:#46463e;
}

.hellgrau-back{
	background-color:#f0eee9;
}

.display-flex{
	display:flex;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 32%;
	height: 400px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */



/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0);
}

figure.effect-oscar:hover img {
	opacity: 1;
}



@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}	

	.grid figure figcaption {
		font-size: 90%;
	}
}


@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 100%;
	}
}

.abstand{
	margin-top:2%;
}

.abstand-gross{
	margin-top:5%;
}

.abstand-unten{
	margin-bottom:2%;
}

.border{
	border-style: solid;
}

.container-footer{
	width:100%;
	  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.footer-link a{
	    text-decoration: none;
    color: #a42800;
}

.footer-link a:hover{
	color:#46463e;
}

.footer-text{
	color:#FFFFFF
}

.footer-text a{
	text-decoration: none;
	color:#ffffff;
}

.footer-text a:hover{
	color:#a42800;
}

.footer-list ul li{
	color:#FFFFFF;
	list-style-type: none;
}

.footer-list ul:first-of-type{
	padding-left:0;
}

.footer-link-shortcut a{
	text-decoration:none;
	color:#FFFFFF;
	cursor: pointer;
}

.footer-link-shortcut a:hover{
	color:#a42800; 
}

.flex{
	display:flex;
}

.img-footer{
	width:2%;
	margin-right:1%;
}
@media screen and (max-width: 740px) {

	.responsive {
		display:block;
		
	}
}

@media screen and (max-width: 440px) {

	.responsive2 {
		display:block;
	}
	
	.footer-list ul{
		padding-left:0;
	}
	
	.footer-text{
		margin-left:0%;
	}
	
	.img-resp-footer{
		width:10%;
	}
}

.socialmedia img{

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}



.socialmedia img:hover{
-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

}


.social{
    position: fixed;
    width: 60px;
    margin-top: 150px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
	    z-index: 80000;
}

.social ul  {
    margin-top: 0;
    margin-bottom: 0rem;
	padding-left: 0;
}

.social li {
    height: 45px;
    position: relative
}

.social li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

.social li:nth-child(1) a {
    background: #4267B2
}

.social li:nth-child(2) a {
    background: #7e3381
}

.social  li:nth-child(3) a {
    background: #e30000;
}

.social  li:nth-child(4) a {
    background: #2867B2
}

.social li:nth-child(5) a {
    background: #333
}

.social li:nth-child(6) a {
    background: #ff0000
}

.social  li a i {
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 15px
}

.social li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.social a:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

.social ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.headgrafik img{
	width:100%;
}

.ueber{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ueber_produkte{
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.abstand_abschluss{
	margin-bottom:5%;
}

.footer-link button a {
    text-decoration: none;
	color: #FFFFFF;
	}

.footer-link button a:hover {
    text-decoration: none;
	color: #FFFFFF;
	}

.ueber_button a{
	text-decoration: none;
	color:#FFFFFF;
}

.ueber_button a:hover{
	text-decoration: none;
	color:#FFFFFF;
}

.nav-item{
	margin-right:4%;
}

.parallax_startseite{
  /* The image used */
  background-image: url("../../bilder/startseite/holzbohren_parallax_startseite.jpg");
  /* Set a specific height */
  min-height: 300px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  overflow: hidden;
}

.filterDiv {
  float: left;
  background-color: #f0eee9;
  color: #000000;
  text-align: center;
  margin: 2px;
padding:1%;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #36411a; 
  color:#FFFFFF;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}

.bildbereich img{
	max-height: 250px;
	max-width: 250px;
	margin-bottom: 3%;
}

.row_filter{
	display:block;
	width:100%;
	height: auto;
}

.textbereich{
	max-width: 250px;
	height:auto;
	display: flex;
	flex-direction: column;
	align-items:center;
}

.zoom_abstand{
	margin-right:3%;
}

.col{
	margin-right:2%;
}


.col:first-of-type{
	margin-right:0;
}

.produkt-details .col:first-of-type{
	margin-right:2%;
}

.gdi_button_rot{
	background-color: #cc0000;
	color:#ffffff;
	font-family: 'oswald-500';
	font-size: 1.3em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
	 -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
	border:none;
	outline: none;
	
}

.gdi_button_rot:hover{
	color:#ffffff;
	background-color: #5a5a5a;
	border:solid thin #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	
}


.margin_button_abstand{
	margin-right:2%;
}