*,
*::after,
*::before {
	box-sizing: border-box;
}

body {
	margin: 0;
    padding:0;
	background-color: #ffffff;
	overflow-x: hidden;
}

.containerstart {
	width: 100%;
	height: auto;
	min-height: 30px;
	margin: 12% 0px 0px 0px;	
	float: left;
	clear: left;
	position: relative;
	z-index: 1000;
}

.container {
	width: 100%;
	height: auto;
	min-height: 30px;
    max-height: 999999px;
	margin: 0px;	
	float: left;
	clear: left;
	position: relative;
	z-index: 1000;
}

.introtext {
	width: 40%;
	height: auto;
	min-height: 30px;
    max-height: 999999px;
    background: rgba(0,0,0,0.5);
	margin: 100px auto 0px 30px;
    padding:30px;
	float: left;
	clear: left;
	position: relative;
	z-index: 1000;
}

.top { 
    height: auto;
    margin:0px;
    padding: 0px;
}


.logo {
	width: 20%;
	height: auto;
	margin: 10px 0px 10px 8%;
    opacity: 1.0;
    display:block;
    z-index: 99999;
}

.logostart {
	width: 28%;
	height: auto;
	margin: 10px 0px 10px 8%;
    opacity: 1.0;
    display:block;
    position:relative;
    z-index: 11;
}

.accordion {
    background: rgba(251,251,251,1.0);
    color: rgba(251,248,241,0.0);
    cursor: pointer;
    margin:0px;
    padding: 10px 10% 10px 10%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.7s;
}

.active, .accordion:hover {
  background: rgba(251,251,251,1.0);
}

.panel {
  padding: 0px 10% 0px 10%;
  background: rgba(251,248,241,0.9);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
}


/* Inhalt entweder mit fixen oder prozentualen Breiten */

.content {
	width: 100%;
	height:auto;
    min-height: 10px;
    max-height: 999999px;
	margin: 0px auto 0px auto;
	float: left;
	clear: none;
	position: relative;
}

.content_90 {
	width: 90%;
	height:auto;
    min-height: 10px;
    max-height: 999999px;
	margin: 0px 5% 0px 5%;
	float: left;
	clear: none;
	position: relative;
}

/* Aufteilung im Inhalt */

.box50L {
	width: 49.75%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 0px;
    padding: 0.5% 0.25% 0% 0.5%;
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box50R {
	width: 49.75%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin:0px;
    padding: 0.5% 0.5% 0% 0.25%;
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box66R {
	width: 65.8%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.5% 0px 0.25%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box66 {
	width: 54.0%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 5px 0.5% 0px 0.25%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box33 {
	width: 32.63%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.5% 0px 0.25%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box33L {
	width: 32.63%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.25% 0px 0.5%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box33M {
	width: 32.63%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.25% 0px 0.25%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box33R {
	width: 32.63%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.5% 0px 0.25%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box33 {
	width: 32.63%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.5% 0px 0.25%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box25 {
	width: 23.79%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.5% 0px 0.5%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.produkt {
    background: rgba(239,230,230,0.3);
    padding:10px;
}

.colors {
    width: 101%;
    margin: 2px 0.5% 0px -0.5%
}


div.image {
	width: 100%;
	height: auto;
	overflow: hidden;
}
div.image img {
	width: 100%;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.image 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);
}

.box25border {
	width: 23.79%;
	height: auto;
	min-height: 100px;
    max-height: 999999px;
	margin: 10px 0.5% 0px 0.5%;
    padding:0px;
    border-top: solid 2px #000;
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.footer {
	width: 100%;
	height: auto;
	min-height: 30px;
    max-height: 999999px;
    background-color: #999 ;
	margin: 0px;	
	float: left;
	clear: left;
	position: relative;
	z-index: 1000;
}

.webdesign {
	float: left;
	margin:  auto auto 95px -70px;
	height: auto;
	width: 200px;
	bottom: 0;
	z-index: 10;
	position:fixed;
}

.image100 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
}

.image100mouse {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
    opacity: 1.0;
}

.image100mouse:hover {
	opacity: 0.5;
    
}

.image100invis {
	width: 100%;
	margin: -41% 0px 0px 0px;
	float: left;
	clear: left;
}

.image80 {
	width: 80%;
	margin: 30px 10% 30px 10%;
	float: left;
	clear: left;
}

.image80invis {
	width: 80%;
	margin: -64% 10% 30px 10%;
	float: left;
	clear: left;
}

.image50 {
	width: 50%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
}

.image40 {
	width: 40%;
	margin: 100px 0px 100px 0px;
}

.image25 {
	width: 24%;
	margin: 0.5%;
	float: left;
	clear: none;
}

.image16 {
	width: 15.6%;
	margin: 0.5%;
	float: left;
	clear: none;
}


.image_galerie {
	width: 25%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: none;
}

.image_context {
	width: 15%;
	margin: 0px 10px 0px 0px;
	float: left;
	clear: none;
}


.stoneicon {
	width: 14.5%;
	height:auto;
    float: left;
    clear: right;
    position: relative;
	margin: 1%;
}

a img { 
	border: none;
}

.video-container {
    width: 80%;
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 0;
    margin: 0px 10% 0px 10%;
    height: 400px;
    overflow: hidden;
}

video[poster]{
width: 100%;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.klar {
    background: rgba(251,248,241,0.0);
}

.transparent70 {
    background: rgba(251,248,241,0.7);
}

.transparent90 {
    background: rgba(251,248,241,0.9);
}

.white {
    background: rgba(255,255,255,1.0);
}

.grey {
    background-color: #dee1e6;
}

.black {
    background-color: #000000;
}

.red {
    background-color: #ff0000;
}

.blue {
    background-color: rgba(8,11,27,1.0);
}

.blue2 {
    background-color: #1f283a;
}

.green {
   background-color: rgba(138,153,120,1.0);
}


    
hr {
    margin: 10px 0.5% 30px 0.5%;
    border: solid 1px #000;
}


.sendbutton {
     -moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	width: 300px;
	min-height:40px;
	margin: 20px auto 60px auto;
	padding: 5px 0px 5px 0px;
	outline: none;
	border:3px dotted #000;
	border-radius:0px;
	text-align: center;
}

.dtonly {
	display:block;
}


.monly {
	display:none;
}


/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}


.bgstart {
	margin: 30% auto auto 30%;
    position:absolute;
}



.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3000;
    top: 0px;
    left: 0px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    border-color: #fff;
    border-style: solid 2px;
    background-color: #fff;
}

.overlay a {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #000;
}

.openbtn a:hover, .overlay a:focus {
    color: #cc0000;
}

.openbtn {
    position: absolute;
    top: 40px;
    right: 5%;
    color: #000000;
    font-size: 50px !important;
    z-index:10;
}

.closebtn {
    position: absolute;
    top: 40px;
    right: 5%;
    color: #000;
    font-size: 50px !important;
    z-index:99900;
}


/* =============================================================================================================
   ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE
   ========================================================================================================== */

@media screen and (max-width: 1680px) {

.containerstart {
	margin: 5% 0px 0px 0px;	
}
    
}

@media screen and (max-width: 1600px) {

.openbtn {
    top: 25px;
    right: 5%;
    font-size: 50px !important;
}

.closebtn {
    top: 25px;
    right: 5%;
    font-size: 50px !important;
}

}

@media screen and (max-width: 1380px) {
    
.containerstart {
	margin: 50px 0px 0px 0px;	
}
    
.introtext {
	width: 50%;
    background: rgba(0,0,0,0.5);
	margin: 30px auto 30px 30px;	
}
       
.logo {
	width: 18%;
	height: auto;
	margin: 10px 0px 10px 8%;
}  
    
.logostart {
	width: 20%;
    margin: 10px 0px 10px 8%;
}
    
.openbtn {
    top: 15px;
    right: 5%;
    font-size: 40px !important;
}

.closebtn {
    top: 15px;
    right: 5%;
    font-size: 40px !important;
}


}

@media screen and (max-width: 1280px) {
        
.containerstart {
	margin: 10px 0px 0px 0px;	
}

}

@media screen and (max-width: 1024px) {

.dtonly {
	display:block;
}


.monly {
	display:none;
}
    
.logoheader {
	width: 30%;
	margin: 50px auto 30px 50px;
}
    
    
    
.stoneicon {
	width: 14.1%;
	height:auto;
	margin: 1%;
}
    
}

@media screen and (max-width: 800px) {
    
.bgstart {
	margin: 30% auto auto 30%;
    position:absolute;
    overflow-x: hidden;
    display: none;
}

.dtonly {
	display:none;
}

.monly {
	display:block;
}

.box_logo {
    width: 100%;
	margin: 10px 0px 0px 0px;

}
    
.logo {
	width: 50%;
	height: auto;
	margin: 10px 0px 10px 8%;

}

.logoheader {
	width: 60%;
	margin: 0px 20% 30px 20%;
    top:0px;
}
    
.logostart {
	width: 50%;
	margin: 10px 0px 10px 22%;
    opacity: 1.0;
    display:block;
    position:relative;
    z-index: 11;
}    

.containerstart {
	margin: 50% 0px 0px 0px;
}
    
.container {
	margin: 0px 0px 0px 0px;
}

.box50L {
	width: 100%;
	height: 100%;
	margin: 30px 0px 0px 0px;
    padding: 0px;
}

.box50R {
	width: 100%;
	height: 100%;
	margin: 0px 0px 30px 0px;
    padding: 0px;
}
    
.box66R {
	width: 100%;
	height: 100%;
	margin: 30px 0px 30px 0px;
}

.box33L {
	width: 80%;
	height: 100%;
	margin: 30px 10% 30px 10%;
}

.box33M {
	width: 80%;
	height: 100%;
	margin: 30px 10% 30px 10%;
}

.box33R {
	width: 80%;
	height: 100%;
	margin: 30px 10% 30px 10%;
}
    
.box25 {
	width: 100%;
	height: 100%;
	margin: 30px 0px 0px 0px;
    padding: 2%;
}
    
.box25border {
	width: 100%;
	height: 100%;
	margin: 30px 0px 0px 0px;
    padding: 2%;
}
    
 .image80 {
	width: 90%;
	margin: 30px 5% 0px 5%;
} 
    
 .image25 {
	width: 90%;
	margin: 30px 5% 0px 5%;
} 
    
.produkt {
    background: rgba(239,230,230,0.3);
    padding:10px;
    margin:50px 0px 0px 0px;
 }
    
.stoneicon {
	width: 90%;
	height:auto;
	margin: 30px 5% 30px 5%;
}
    
}

@media screen and (max-width: 680px) {

}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }



/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}


