@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;

}

video {
    margin: 0;
    padding: 0;
    top: 0;
    position: fixed;
    background-size: cover;
    width:100%;
    z-index:1;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
    max-width: 150%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video2 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrapper {
    margin:0px 0px 0px 0px;
    position:relative;
    z-index:20;
}

*, *: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;
}

body {
	overflow-y: scroll;
	overflow-x: hidden;
}

.contax {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    position:relative;
    min-height:80px;
    max-height:99999px;
    z-index:10;
}

.header {
    width: 100%;
    margin: 0px;
    float: left;
    border-bottom: 1px solid #3d5aa6;
    position:fixed;
    z-index:5 !important;
}

.footer {
    width: 100%;
    margin: 0px;
    float: left;
    background-image: url("https://kunstwerq.de/kaplick3/img/bg-footer.jpg");
    max-height:99999px;
    text-align: center;
    z-index:1000;
}

.contaxB {
    width: 100%;
    margin: 0px;
    padding-bottom: 30px;
    float: left;
    position:relative;
    max-height:99999px;
}

.navigator {
	width: 84%;
	height:auto;
	min-height: 70px;
	margin: 0px 8% 0px 8%;
	float: left;
	clear: right;
	position: relative;
    z-index: 2;
}

.navbox {
	width: 33%;
	height:auto;
	min-height: 30px;
	margin: 0px;
	float: left;
	clear: right;
	position: relative;
}


/* Inhalt entweder mit fixen oder prozentualen Breiten */

.contex {
	width: 80%;
	height:auto;
    max-height:99999px;
	margin: 0px 10% 0px 10%;
    border-radius: 7px;
	float: left;
	clear: none;
	position: relative;
    z-index: 120;
}

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

.box50L {
	width: 49%;
	height: auto;
    max-height:99999px;
	min-height: 50px;
	margin: 30px 1% 10px 0px;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box50R {
	width: 49%;
	height: auto;
    max-height:99999px;
	min-height: 50px;
	margin: 30px 0px 10px 1%;	
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box50L_border {
	width: 49%;
	height: auto;
    max-height:99999px;
	min-height: 200px;
	margin: 2px 1% 2px 0px;
    border-left: 5px solid #80a231;
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box50R_border {
	width: 49%;
	height: auto;
    max-height:99999px;
	min-height: 200px;
	margin: 2px 0px 2px 1%;
    border-left: 5px solid #8431A3;
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.box33L {
	width: 32%;
	height: 550px;
	margin: 30px 1% 0px 0px;	
	float: left;
	clear: right;
	position: relative;
    border-radius: 7px;
    overflow:hidden;
	z-index:25;
}

.box33M {
	width: 32%;
	height: 550px;
	margin: 30px 1% 0px 1%;	
	float: left;
	clear: right;
	position: relative;
    border-radius: 7px;
    overflow:hidden;
	z-index:25;
}

.box33R {
	width: 32%;
	height: 550px;
	margin: 30px 0px 0px 1%;	
	float: left;
	clear: right;
	position: relative;
    border-radius: 7px;
    overflow:hidden;
	z-index:25;
}

.box33L-1 {
	width: 32%;
	height: 1500px;
	margin: 30px 1% 0px 0px;	
	float: left;
	clear: right;
	position: relative;
    border-radius: 7px;
    overflow:hidden;
	z-index:25;
}

.box33M-1 {
	width: 32%;
	height: 550px;
	margin: 30px 1% 0px 1%;	
	float: left;
	clear: right;
	position: relative;
    border-radius: 7px;
    overflow:hidden;
	z-index:25;
}

.box33R-1 {
	width: 32%;
	height: 550px;
	margin: 30px 0px 0px 1%;	
	float: left;
	clear: right;
	position: relative;
    border-radius: 7px;
    overflow:hidden;
	z-index:25;
}
.box25 {
	width: 25%;
	height: auto;
    max-height:99999px;
	min-height: 100px;
	margin: 0px;
    padding: 30px;
	float: left;
	clear: right;
	position: relative;
	z-index:25;
}

.boxcontact {
    -moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);float: left;
    clear: none;
    background-color: #dbd9d9;
    position:relative;
    height: auto;
    margin: -150px -4% 50px 73%;
    border-color:  #80a231;
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
    width: 30%;
    text-align: center;
	z-index:100;
    
}

.spacervid1 {
    width: 100%;
    height: 1000px;
    z-index:2 !important;
}


.borderblack {
    border-right: solid 3px #666666;
    padding-right: 30px;
}

.borderwhite {
    border-right: solid 3px #fff;
    padding-right: 30px;
}

.accordion {
    background: rgba(251,248,241,0.6);
    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-family: 'Anton', sans-serif;
	font-size: 35px;
    line-height: 45px;
    font-weight: 200;
	margin: 0px;
	color: #3d5aa6;
    transition: 0.7s;
}

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

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

.footer {
    float: left;
    position:relative;
    width:100%;
    height:80px;
    margin: 0px 0px 0px 0px;
    z-index:500 !important;
}

.footer2 {
    float: left;
    position:relative;
    Height:80px;
    width:100%;
    margin: -250px 0px 0px 0px;
    z-index:500 !important;
}

.lowlevel {
    position:relative;
    z-index:10;
}

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

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

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

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

.image45 {
	width: 45%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
}

.image25 {
	width: 20%;
	margin: 2.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: 32%;
	margin: 0px 2% 0px 0px;
	float: left;
	clear: none;
}

a img { 
	border: none;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

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

.transparent {
    background: rgba(255,255,255,0.9);
}

.anthrazit {
    background-color: #666666;   
}

.hblue  {
    background-color: #3d5aa6;
}

.blue {
    background-color: #24356c;
}

.green {
    background-color: #80a231;
}
    
.grey {
    background-color: rgba(100,100,100,0.9);          
}

.lightgrey {
    background-color: #bcbcbc;          
}

.dlila {
    background-color: #501748;
}

.lila {
    background-color: #8431A3;
}

.orange {
    background-color: #ea6808;
}


hr {
    border: 1px solid #fefcfc;
    margin: 2px 0px 2px 0px;
}

.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;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3000;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.95);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    font-size: 30px;
    margin-top: 0px;
    border-style: solid 2px;
}

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

.overlay a:hover {
    color: #ff0000;
}

.openbtn a:hover {
    color: #ea6808;
}

.openbtn {
    position: fixed;
    top: 10px;
    float:right;
    right: 3%;
    color: #fff;
    font-size: 50px !important;
    z-index:150;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 3%;
    color: #3d5aa6;
    font-size: 50px !important;
    z-index:99900;
}


.nabtn {
    position:fixed;
    bottom: 10px;
    right: 3%;
    font-size: 50px !important;
    z-index:99900;
}

.smartbutton {
    color:#fff;
    font-size: 50px !important;
}

.sprung {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -100px;
}

.Matthes {
    position:fixed;
    -moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
    margin: 500px auto auto -450px;
    height:100px;
    z-index: 800;
}

.Matthes2 {
    position:absolute;
    -moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
    margin: 500px auto auto -450px;
    height:100px;
    z-index: 800;
}

.MatthesMobile {
    position: fixed;
    float:left;
    left: 2px;
    z-index:150;
}

.MatthesMobile2 {
    position: absolute;
    float:left;
    clear: none;
    left: 2px;
    z-index:999999;
}


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

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

.box33L {
	height: 450px;
    overflow:hidden;
}

.box33M {
	height: 450px;
    overflow:hidden;
}

.box33R {
	height: 450px;
    overflow:hidden;
}
    
.box50L_border {
	min-height: 180px;
}

.box50R_border {
	min-height: 180px;
}
    
.Matthes {
    margin: 400px auto auto -330px;
    height:100px;
}

.Matthes2 {
    margin: 400px auto auto -330px;
    height:100px;
}

    
}

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

.box33L {
	height: 450px;
    overflow:hidden;
}

.box33M {
	height: 450px;
    overflow:hidden;
}

.box33R {
	height: 450px;
    overflow:hidden;
}

  

.logo {
	width: 60%;
	height: auto;
	margin: 20px 0px -130px 40%;
    position: relative;
}

.logo_content {
	width: 40%;
	height: auto;
	margin: 20px 0px -60px 30%;
    position: relative;
}

.box_logo {
	width: 20%;
}      

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

.closebtn {
    position: absolute;
    top: 17px;
    right: 5%;
    font-size: 45px !important;
}
    
.Matthes {
    margin: 300px auto auto -330px;
    height:100px;
}

.Matthes2 {
    margin: 300px auto auto -330px;
    height:100px;
}
    
}

@media screen and (max-width: 1280px) {
    
.contex {
	width: 90%;
	height:auto;
    max-height:99999px;
	margin: 0px 5% 0px 5%;
	float: left;
	clear: none;
	position: relative;
    z-index: 120;
}
    
.box33L {
	height: 400px;
    overflow:hidden;
}

.box33M {
	height: 400px;
    overflow:hidden;
}

.box33R {
	height: 400px;
    overflow:hidden;
}

    
.openbtn {
    top: 12px;
    right: 2%;
    font-size: 45px !important;
}

.closebtn {
    top: 12px;
    right: 2%;
    font-size: 45px !important;
}   

.nabtn {
    position:fixed;
    bottom: 10px;
    right: 2%;
    font-size: 45px !important;
}

.smartbutton {
    font-size: 45px !important;
}
    
.Matthes {
    margin: 280px auto auto -265px;
    height:100px;
}

.Matthes2 {
    margin: 280px auto auto -265px;
    height:100px;
}
    
}

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

.box_logo {
	width: 35%;
}  
    
.logo {
	width: 50%;
	height: auto;
	margin: 20px 0px -60px 20%;   
}
    
.navigator {
    display:none;
}
    
.box33L {
	height: 530px;
    overflow:hidden;
}

.box33M {
	height: 530px;
    overflow:hidden;
}

.box33R {
	height: 530px;
    overflow:hidden;
}

.boxcontact {
    margin: -180px -2% 50px 72%;
    width: 30%;   
}
    
.accordion {
    margin:0px;
    padding: 10px 10% 10px 10%;
	font-size: 25px;
    line-height: 45px;
}

.panel {
  padding: 0px 9% 0px 9.4%;
}
    
.openbtn {
    top: 17px;
    right: 5%;
    font-size: 57px !important;
}

.closebtn {
    position: absolute;
    top: 17px;
    right: 5%;
    font-size: 57px !important;
}
    
}

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

.dtonly {
	display:none;
}

.monly {
	display:block;
}

.stoneicon {
	width: 90%;
	height:auto;
	margin: 30px 5% 30px 5%;
}

.contex {
	width: 85%;
	margin: 0px 5% 0px 10%;
}     
   
    
.contex_90 {
	width: 100%;
	margin: 0px;
}
    
.box_logo {
	width: 60%;
	height:auto;
	min-height: 30px;
	margin: 0px 20% 0px 20%;
	float: left;
	clear: right;
	position: relative;
}
    
.logo_content {
	width: 40%;
	height: auto;
	margin: 20px 30% 10px 30%;
    position: relative;
}

.logo {
	width: 40%;
	height: auto;
	margin: 20px 30% 10px 30%;
    position: relative;
}

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

.box50R {
	width: 100%;
	margin: 0px;
}
    
.box50L_border {
	width: 100%;
	margin: 0px;
    border-left: 20px solid #80a231;
}

.box50R_border {
	width: 100%;
	margin: 0px;
    border-left: 20px solid #8431A3;
}

.box33L {
	width: 100%;
	height:auto;
    min-height: 0px;
	margin: 15px 0px 15px 0px;	

}

.box33M {
	width: 100%;
    height:auto;
    min-height: 0px;
	margin: 15px 0px 15px 0px;
}

.box33R {
	width: 100%;
	height:auto;
    min-height: 0px;
	margin: 15px 0px 15px 0px;
}   
    
.box25 {
	width: 50%;
}
    
.boxcontact {
    -moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);float: left;
    clear: none;
    position:relative;
    height: auto;
    margin: 50px 10% 50px 10%;
    border-color:  #80a231;
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
    width: 80%;
    text-align: center;
	z-index:100;
    
}
    
    
.image_context {
	width: 100%;
	margin: 20px 0px 20px 0px;
	float: left;
	clear: none;
}
    
.openbtn {
    top: 17px;
    right: 5%;
    font-size: 45px !important;
}

.closebtn {
    position: absolute;
    top: 17px;
    right: 5%;
    font-size: 45px !important;
}
    
.image100 {
	width: 100%;
	margin: 20px 0px 20px 0px;
}
    
.image45 {
	width: 70%;
	margin: 0px 0px 0px 5%;
}
    
.accordion {
    margin:0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    text-align: left;
	font-size: 20px;
    line-height: 35px;
} 
    
.panel {
  padding: 0px 10px 0px 0px;
  background: rgba(251,248,241,0.9);
  color: #3d5aa6 !important;  
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
}
    
.Matthes {
    margin: 300px auto auto -202px;
    height:100px;
}

.Matthes2 {
    margin: 300px auto auto -202px;
    height:100px;
}    
    
    
    
    
    

}

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

}





*, *: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;
}