﻿/**************/
/*NEU*/

/**************/
/*Defaults*/
/*************/

#wrappr{
	bottom: 0;
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 80;
	

}


html, body {
	background : #f5f5f5;
	overflow : auto;
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	color:#000;
	font-size: 0.98em;
	line-height: 1.1em;
	font-family:  sans-serif;
	text-align:center;


}
#wrappr{
	text-align:center;
	position:relative;
	z-index:1000;
}
#halign{
	margin:auto;
	max-width:1646px;
    padding-top:0.5%;
	width:100%; /*proportion breite*/
	height:100%; /*proportion hoehe*/
	/*background : #fff;*/
	position:relative;
	z-index:1000;
}
.background{
    background:#fff;
}

a:link{
    text-decoration: none;
    color:#77A04E;

}
a:hover{
    text-decoration: none;
    color:#000;

}
a:active{
    text-decoration: none;
    color:#000;

}

a:visited{
    text-decoration: none;
    color:#77A04E;

}
/**************/
/*Fader*/
/*************/
 /* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; } }

.fade-out{
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeOut ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeOut ease-in 1;
    animation:fadeOut ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.fade-in.one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.fade-out.two {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}



.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

/**************/
/*buttons*/
/*************/
 .c15{
     font-size:3.8em;
     color:#ccc;
     text-align:right;
     padding:3%;

 }
  .c15 a{
     color:#9F9FA0;
 }
  .c15 a:hover{
     color:#000;
 }

.round-button {
	width:8%;
    float:right;
}
.round-button-circle {
	width: 100%;
	height:0;
	padding-bottom: 100%;
    border-radius: 50%;
	border:2px solid #cfdcec;
    overflow:hidden;
    background: #99CC66;
    box-shadow: 0 0 3px gray;
    -webkit-box-shadow: inset -3px -5px 35px 7px rgba(0,0,0,0.54);
-moz-box-shadow: inset -3px -5px 35px 7px rgba(0,0,0,0.54);
box-shadow: inset -3px -5px 35px 7px rgba(0,0,0,0.54);
}
.round-button-circle:hover {
	background:#669900;
}
.round-button a {
    display:block;
	float:left;
	width:100%;
	padding-top:50%;
    padding-bottom:50%;
	line-height:1em;
	margin-top:-0.5em;

	text-align:center;
	color:#fff;
    font-size:0.85em;
    font-weight:bold;
    text-decoration:none;
}

/**************/
/*Offertenbutton*/
/*************/
  .button9 {
  backface-visibility: hidden;
  position: absolute;
  right:40.1%;
  top:38%;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: #1d4535;
  border-radius: 50%;
  border-width: 3px 3px 3px 3px;
  border-bottom: 5px solid #e12c31;
  padding: 25px 50px 25px 50px;
    color: #d6c19e;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  -webkit-box-shadow: 10px 10px 30px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 30px -17px rgba(0,0,0,0.75);
box-shadow: 10px 10px 30px -17px rgba(0,0,0,0.75);

  }

  .button9  a{
  font-size: 16px;
  color: #d6c19e;
  font-weight: 900;
  font-style: normal
  }

  .button9 > div {
    color: #999;
  font-size: 10px;

  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .button9 > i {
    font-size: 1em;
  border-radius: 0px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: static
  }
  .button9 > .ld {
    font-size: initial
  }
  .button9:hover {
      opacity:0.7;
      }
.nc9{
    position:relative;
    margin-left:110%;
    margin-top:24px;
}
.nc10{
    position:relative;
    margin-left:67%;
    top:-80px;
}

/*Bild offerte starten */
.buto2{
    max-width:36.5%;
    max-width:329px;
    min-width:250px;
    height:auto;
    float:right;
}

/* endOffertenbutton*/
/*************/
/* Flex Box Polaroid */
/*************/
.flxbx{
	display: flex;
	flex-flow: row wrap;
	width:100%;
	padding-top:0;


}

.flxctnbx{
	width:22%;
	padding:1% 1% 5% 1%;
	-webkit-box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.3);
	line-height: 1.2em;
	margin-bottom:12px;
	margin-right:1%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color:#fff;
}
.bgclss{
    background-color:#471c1c;
}
.bgclss1{
    background-color:#ABCC58;
}
.fntclss1{
    color:#83A925;
}
.bgclss2{
    background-color:#DA004C;
}
.fntclss2{
    color:#DA004C;
}
.bgclss3{
    background-color:#F28C00;
}
.fntclss3{
    color:#F28C00;
}
.bgclss4{
    background-color:#856A56;
}
.bgclss15{
    background-color:#E12C31;
}
.bgclss16{
    background-color:#1d4535;
}
.fntclss4{
    color:#856A56;
}
.bgclss5{
    background-color:#9E9C97;
}
.fntclss5{
    color:#8B8986;
}
.bgclss6{
    background-color:#1F3767;
}
.fntclss6{
    color:#1F3767;
}
.bgclss7{
    background-color:#87CEDA;
}
.bgclss8{
    background-color:#151829;
}
.fntclss8{
    color:#CCCCCC;
}
.fntclss9{
    color:#b3965f;
}
.fntclss7{
    color:#87CEDA;
}
.shwp{
    padding:1.5% 1% 1.5% 1%;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size:1.1em;
    color:white;
}

.ic3:hover{
    opacity:0.7;
}




.flxctnbx a{
	display:block;
	color:#fff;
}
.flxctnbx a:hover{
    opacity:0.9;
}
.flxctnbx img{
    width:100%;
    height:auto;
	margin: 0 0 10px 0;
}
.flxctnbx h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom:8px;
	line-height: 1.20em;
	font-weight:600;
    color:#fff;
    letter-spacing: 0.01em;
}

.flxctnbx .c14{
	font-size: 0.9em;
	line-height: 1em;
	color:#fff;
}

.annex a:link{
    color:#000;
}
.annex a:hover{
    opacity: 0.6;
}
.annex a:visited{
    color:#000;
}

.bx8 .c14{
    color:#A08A61;
    font-weight:600;
    font-size:0.9em;
}
.c152{
    color:#A08A61; 
}


/**************/
/*Helpdesk*/
/*************/
.hdsk1  {
    position:absolute;
    top:3%;
     display:none;
    padding:7% 2% 2% 1%;
	width:22%;

	-webkit-box-shadow: 8px 6px 13px -1px rgba(50, 50, 50, 0.67);
    -moz-box-shadow:    8px 6px 13px -1px rgba(50, 50, 50, 0.67);
    box-shadow:         8px 6px 13px -1px rgba(50, 50, 50, 0.67);
    background: #E6E3E3;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(85,92,78,0.27);
    z-index:9999;
}
.hdsk2{
    position:absolute;
    left:22.5%;
    width:7.05%;
    height:auto;
}
.hdsk2:hover{
    opacity:0.7;
}
.close7{
    position:absolute;
    right:5%;
    top:0.8%;
    font-size:1.6em;
    color:#5C5B58;
}
/*frame helpdeslk*/

.hlpflex{
    width:100%;
   display:flex;
   flex-wrap: wrap;
   justify-content:flex-start;
}
.flxbx23{
     width:26%;
     margin-bottom: 12px;
     padding:8px;
     margin:1%;
     font-size:small;
     font-weight:700;
     background:#EDEDED;
}
.flxbx23 img{
    width:100%;
    height: auto;

}
.flxbx23:hover{
    background:#AACA56;

}
.assist_ctbx{
   margin-bottom:16px;
}
.c20{
    font-size:small;
}
.c22{
    width:100%;
    height;:auto;
    padding: 12px 0 8px 0;
}
.left h2{
    margin: 0;
	padding: 0;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin-bottom:8px;
	line-height: 0.95em;
	font-weight:300;
	color:#000;
	font-family: 'Roboto', sans-serif;
}
.lnk26 {
    float:right;
    padding:8px 0 0 0;
}

.lnk26 a:link{
    color:#000;
}
.lnk26 a:hover{
        color:red;
}
.lnk26 a:visited{
    color:#000;
}
.blck8  a:link{
    color:#000;
}
.blck8  a:hover{
        color:red;
}
.blck8  a:visited{
    color:#000;
}




/*init hamburger*/
/* menu btn */
.header{
    display:none;
    width:70%;

}

    .header .menu-btn {
        display: none;
}

.header .menu-btn:checked ~ .menu {
        max-height: 2600px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
}
        .header .menu {
                position:relative;
                clear: none;
                opacity:1;
                max-height: none;
                z-index:700;
        }
        .header .menu-icon {
                display: none;
        }



/* // init hamburger */
      .bg952{
       position:relative;
       width:110%;
       overflow:hidden;
       padding:12px 0 12px 0;
       background: -moz-linear-gradient(left, #fff 0%, #fff 53%, #F7F8F8 100%);
       background: -webkit-linear-gradient(left, #fff 0%, #fff 53%, #F7F8F8 100%);
       background: linear-gradient(to right, #fff 0%, #fff 53%, #F7F8F8 100%);
       -webkit-border-radius: 5px 5px 5px 5px;
      }


/*init sitemap hamburger design*/
    .header .menu {
            text-align:left;
            padding: 3% 3% 3% 3%;
            /*background: hsla(0,0%,100%,.78); */
            overflow: hidden;
            -webkit-box-shadow: 8px 6px 13px -1px rgba(50, 50, 50, 0.67);
    -moz-box-shadow:    8px 6px 13px -1px rgba(50, 50, 50, 0.67);
    box-shadow:         8px 6px 13px -1px rgba(50, 50, 50, 0.67);
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 53%, #BEB5A2 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 53%, #BEB5A2 100%);
    background: linear-gradient(to right, #fff 0%, #fff 53%, #BEB5A2 100%);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(85,92,78,0.27);
        opacity:0.94;
            }
   .header .menu li  {
            width:110%;
            overflow:hidden;
            background:#F7F8F8;
            margin:8px 0 4px 0;
            padding:8px;
             background: -moz-linear-gradient(left, #E4E7E7 0%, #F7F8F8 53%, #F7F8F8 100%);
             background: -webkit-linear-gradient(left, #E4E7E7 0%, #F7F8F8 53%, #F7F8F8 100%);
             background: linear-gradient(to right, #E4E7E7 0%, #F7F8F8 53%, #F7F8F8 100%);
             -webkit-border-radius: 5px 5px 5px 5px;

       }
   .header .menu li a {
           color:#000;

	        font-size: 1.2em;
	        line-height: 1.6em;
            font-family:sans-serif;

   }
   .header .menu img {
           width:41.4%;
           height:auto;
           max-width:492px;
           min-width:220px;

   }
    .header .menu li a:hover {
           color:red;
   }
/*// init sitemap hamburger design*/
/* hamburer start menu */

.header{
    position:absolute;
    right:0;
    display:block;
    z-index:99999;
}
    .header .menu {
    clear: both;
    max-height: 0;
    visibility:hidden;

}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: red;
    display: block;
    height: 4px;
    position: relative;
    transition: background .2s ease-out;
    width: 32px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: red;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 9px;
}

.header .menu-icon .navicon:after {
    top: -9px;
}

.header .menu-btn:checked ~ .menu {
    position:relative;
    padding-bottom: 48px;
     visibility:visible;
}



/*//hamburger*/


/*************/
/* Template */
/*************/

#template{
	background-color:#fff;
	position:relative;
    z-index:1300;

}	

.tmplimg3{
	width:100%;
	height:auto;
	position:relative;
	z-index:1100;



}
.bgtmpl	{
	background-color:#E12C31;
	position:absolute;
	padding:1.6% 0.5% 1.4% 22%;
	width:65.5%;
	left:12%;
	top:53%;
	text-align:left;
	z-index:1000;


}
.logo	{
	width:10%;
	height:auto;
	top:6%;
	left:0.9%;
	position:absolute;
	z-index:1150;

}

.tmpl9{
	position:relative;

}
.mnu4{
	position:absolute;
	padding:1.8% 3.5% 1.2% 22%;
	width:63.5%;
	left:12%;
	top:53%;
	text-align:left;
	z-index:2000;

}

.menu1 {
    display: flex;
    justify-content: space-between;
    
    position:relative;
    list-style: none;
 	padding:0;
 	margin: 0;
	z-index:2000;


 }
 
 .mnu4 a:link {
 	font-size:1.2em;
 	color:#fff;
 	letter-spacing: -1px;
 	text-decoration:none;
}
 .mnu4 a:hover {
 	color:#000;
 	text-decoration:none;
}
 .mnu4 a:visited {
 	color:#fff;
 	text-decoration:none;

}
/*Effekt Hauptnavi */
.eff7{

    padding:3%;
}

.eff7:hover {
        background:#fff;

}
.eff7lck{
    background:#fff;
    padding-top:8%;
    padding-bottom:6%;
}


/*************/
/* content */
/*************/

.content{
	width:100%;
    /*background : #fff;  */
	margin-top:-4%;
	-moz-hyphens: auto; /*auto umbruch im Content*/
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	position:relative;
	z-index:1500;
	display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;

}
.panel{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;



}
.left{
	margin-top:5.4%;
    margin-left:2%;
	width:27.5%;
	padding:34px 0 0 0%;
	text-align:left;
	border-right: 0px solid #E12C31;
	/*background-color:lime;*/
	font-size: 0.95em;
	line-height: 1.4em;
	font-weight:400;
	min-height:380px;
    background: #fff;
}

.right{
	padding:0 1% 0 4.5%;
	width:64.7%;
	text-align:left;
	/*background-color:gray;*/
	font-size: 1.1em;
	line-height: 1.4em;
    color:#333333;
	font-weight:400;





}
h1, h2{
	margin: 0;
	padding: 0;
	font-size: 2.9em;
	letter-spacing: -1px;
	margin-bottom:26px;
	line-height: 1.15em;
	font-weight:300;
	color:#A08A61;
	font-family: 'Roboto', sans-serif;

}
h3{
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	margin-bottom:13px;
	line-height: 1.15em;
	font-weight:300;
	color:#A08A61;
	font-family: 'Roboto', sans-serif;

	

}

.clear{
	clear:both;
}

/**********************/
/* Content Container */
/*********************/
.rghbx4{
  position:relative;
  z-index:3000;
}

.ctbx{
width:100%;
  margin-bottom:48px;

}
.ctbx img {
    width:100%;
    height:auto;
    margin:12px 0 12px 0px;
}
.cg4{
    color:#99CC66 ;
    padding-right:8px;
    font-size:1.4em;

}
.lnk56 {
    padding:18px 0 0 0;
    float:right;
    display:flex;
    flex-wrap: wrap;
}
.lnk56 a{
    margin-right:24px;
    color:#6BB125;
    font-weight:bold;
}
.lnk56 a:hover{
    color:#000;
}
.lnk983{
    font-size:1.8em;
}


.lfctbx{
}
.lfctbx img{
    width:100%;
    height:auto;
    margin:22px 0 12px 0px;

}
.brod5{
    background:#F2F2F4;
    max-height:2px;
}
.lfctbx .bx8 {

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.lfctbx .bx8:hover {
    background:#dadfe8;

}

.lckbx8lft{
   background:#dadfe8;
}

.bx8{
  width:100%;
  margin-bottom:28px;

}
.bx8 a:hover{
    opacity:0.7;


}
.left .bx8 {
    width:94%;
      float:right;

}

.bx8 ul, li {
    padding:0px;
    margin:0px;
    list-style-type:none;

}
.bx8 td{
    line-height:1.4em;
}
.im7{
    margin-top:-45px;
    float:right;
    max-width: 49.1%;

}
.im9{
    margin-top:-45px;
    float:right;
    max-width: 28%;

}
.im10{
    margin-top:-45px;
    float:right;
    max-width: 40%;
}
.im7:nth-child(odd){
   margin-left:12px;
        }

 .sm7{
     margin-top:24px;
 }
 .ctbx hr{
    border-top: 1px solid #A08A61;
    margin-bottom:48px;
    margin-top:-12px;
 }
 .ic8{
     padding-top:16px;
     padding-right:8px;
 }
 .flxbxmark1{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding-top:0;


}
.hb3{

    border: 1px solid #A0A0A0;
    width:15%;
    margin:4px;
    float:left;
}
.hb3 img{
    width:100%;
    height: auto;
}


.hb3:hover{
    opacity:0.7;
}

/**********************/
/* gallery */
/*********************/
 .flxbgal{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding-top:0;
     justify-content:space-between;


}
.gal3{
    width:24%;


}
.gal4 {
    width:100%;
    height: auto;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.gal4:hover{
    opacity:0.7;
}
.glue5{
    position:relative;
    margin-top:-5%;
}


/**********************/
/* footer */
/*********************/
.footer{
  padding:5% 0 0 0;
  background : #fff;
}
.footer a:link{
    color:#fff;
    }
.footer a:hover{
    color:#000;
    }
.footer a:visited{
    color:#fff;
    }

.adrbox{
    position:relative;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%)    ;
    background-color:#E12C31;
    padding:2% 2% 1% 12%;
    width:40%;
    text-align:left;
    float:right;
    color:#fff;
    line-height:1.5em;
}

/*************/
/* Screen 1240px bis 1470x)*/
/*************/
@media screen and (max-width: 1470px) {
#halign {

/*background-color:fuchsia;*/
}
 .button9 {
  /*transform: scale(0.90); /* Equal to scaleX(0.9) scaleY(0.9) */
 right:42.1%;
  top:38%;
  }

.hdsk1  {
	width:23.5%;

}
.hdsk2{
    left:25%;
    width:7.05%;
}

.flxbx23{
     width:25%;

}


.logo  img	{
	width:160%;
    max-width:243px;
}

.glue5{
    position:relative;
    margin-top:-7%;
}




}/*end*/
/*************/
/* Screen 1000px bis 1240px Tablet Landscape und kleinere Desktopscreens (IPAD 1024px)*/
/*************/
@media screen and (max-width: 1240px) {

#halign {
/*background-color:orange; */
}
.button9 {
  /*transform: scale(0.90); /* Equal to scaleX(0.9) scaleY(0.9) */
 right:42.1%;
  top:26%;
  }
h1, h2{
	font-size: 2.5em;
    margin-bottom:20px;
}
.im7{
    margin-top:0px;
    float:right;
    max-width: 49%;

}
.flxbx23{
     width:38%;
     margin-bottom: 12px;
     padding:8px;
     margin:1%;
     font-size:small;
     line-height:1.3em;
     font-weight:700;
     background:#EDEDED;
}
.hdsk1 h2{
    font-size:1.1em;
    }
.hdsk1  {
    position:absolute;
    top:3%;
     display:none;
    padding:12% 12px 0 0;
    }
.flxctnbx{
    font-size:0.85em;
}
.glue5{
    position:relative;
    margin-top:-8%;
}


}/*end*/
/*************/
/* Screen 762px bis 1024px Tablets  */
/*************/
@media screen and (max-width: 1068px) {

#halign {
/*background-color:aqua; */
}
.button9 {
  transform: scale(0.85); /* Equal to scaleX(0.9) scaleY(0.9) */
 right:42.1%;
  top:10%;
  }

.hdsk1  {

}
.hdsk2{
    left:23% ;
    top:-0.5%;
    width:9.05%;
    max-width:116px;
}
.logo{
    top:3%;
}

.logo  img	{
	width:190%;

}
h1, h2{
	font-size: 2.0em;
    margin-bottom:10px;
}
h3{
	font-size: 1.4em;
    margin-bottom:10px;
}

 .mnu4 a:link {
 	font-size:1.0em;
}
.left{
	font-size: 0.90em;
	line-height: 1.3em;

}
.right{
	font-size: 1.0em;
	line-height: 1.4em;
}
.cg4{
    font-size:1em;
}
.im7{
    margin-top:0px;
    float:right;
    max-width: 100%;

}
.adrbox{
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%)    ;
    width:90%;
}
.flxctnbx{
    width:42%;
    font-size:1.0em;
}

.hb3{
    width:18%;
    margin:4px;
}
.glue5{
    position:relative;
    margin-top:-10%;
    margin-bottom:5%;
}


}/*end*/
/*************/
/* Screen 500px bis 762px Mobilephone  */
/*************/
@media screen and (max-width: 762px) {

#halign {
/*background-color:maroon; */
}
.button9 {
  transform: scale(0.75); /* Equal to scaleX(0.9) scaleY(0.9) */
 right:13.1%;
  top:10%;
  }
.hdsk1  {
    top:0.5%;
	width:73.5%;

}
.hdsk2{
    left:80% ;
    top:-0.5%;
    width:16.05%;
    max-width:116px;
}
.close7{
    position:absolute;
    right:5%;
    top:1.5%;
    font-size:1.8em;
    color:#5C5B58;
}
.content{
 display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.mnu4{
    display:none;
}
.left h2{
	font-size: 1.3em;
	margin-bottom:12px;
	line-height: 1.2em;
	font-weight:700;
}

.left{
	margin-top:5.4%;
	width:100%;
	border-right: 0px solid #8C898A;
	font-size: 1.1em;
	line-height: 1.4em;
    order:2;
}
.right{
	padding:5% 1% 0 2%;
	width:100%;
    color:#000;
	font-size: 1.3em;
	line-height: 1.4em;
    order: 1;


}
h1, h2{
	font-size: 1.8em;
    margin-bottom:14px;
    margin-top:28px;
}
h3{
	font-size: 1.8em;
    margin-bottom:14px;
    margin-top:28px;
}
.ctbx img, .lfctbx img {
    margin:24px 0 48px 0px;
}
.bx8 td{
    padding-bottom:12px;
}
.tmpl9{
    width:200%;
    margin-left:-100px;
    margin-bottom:-60px;

}
.bgtmpl	{
    display:none;

}


.logo  img	{
	width:360%;

}
.flxctnbx{
    width:47%;
    font-size:1.0em;
}
.hb3{
    width:23.5%;
    margin:3px;
}
.im9{
    max-width: 38%;
}
.im10{
    max-width: 68%;
    float:inherit;
}
.glue5{
    position:relative;
    margin-top:-16%;
    margin-bottom:-3%;
}
}/*end*/
/*************/
/* Screen 0px bis 500px Mobilephone  */
/*************/
@media screen and (max-width: 500px) {
html, body {
	font-size: 0.85em;
	line-height: 1.1em;
}
#halign {
/*background-color:lime; */
}
.button9 {
  transform: scale(0.65); /* Equal to scaleX(0.9) scaleY(0.9) */
 right:14.1%;
  top:10%;
  }
.hdsk1  {
    top:0.5%;
	width:73.5%;

}
.hdsk2{
    left:80% ;
    top:0%;
    width:20.05%;
    max-width:116px;
}
.hb3{
    width:18%;
    margin:2px;
}
.logo{
    top:6.5%;
}
.glue5{
    position:relative;
    margin-top:-25%;
    margin-bottom:-10%;
}
}/*end*/

