body { /* background: #fff url(site/gradient-bg.png) repeat-x fixed; */
    margin: 0;
    padding: 0;
   /* font-family: "Trebuchet MS", helvetica, sans serif;
    font-family: 'Source Sans Pro', helvetica, sans-serif;*/
    font-family: 'Ek Mukta', helvetica, sans-serif;
    line-height: 1.6em;
    letter-spacing:.1em;
	font-size: 15px;
	color:#292929;
	position:relative;
}
body.plain {background: #fff;
	text-align: left;}
	
* {  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, h7 {
   /* font-family: 'Source Sans Pro', Verdana, sans-serif; */
    font-family: 'Ek Mukta', Verdana, sans-serif;
    color:#000;
    font-weight:normal;
    margin: 0 0 10px 0;
}
h1 {
    padding: 0;
    font-size: 1em;
}
h2 {
    padding: 0;
    font-size: 1em;
}
h3 { margin: 0;
    padding: 0 0;
    font-size: 1.2em;
    font-weight:400;
}
h1.caption { 
  color:#000;
  font-size:1.6em;
  font-weight:normal;
 /* text-shadow:1px 1px #ccc;*/
  margin:10px 0 5px 0;
  padding:0;
}
/*h1:before { display: block; /* this causes the # anchor tag to stop scrolling up all the way 
  content: " "; 
  margin-top: -80px; 
  height: 80px; 
  visibility: hidden; } */
hr {  
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(237,28,36,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(237,28,36,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(237,28,36,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(237,28,36,0.75), rgba(0,0,0,0));
}

.intro {
    border: 0px solid #999;
    float: left;
    width:48%;
    margin:5px; 
    display: inline-block;   
}    
@media (max-width: 560px) {
.intro { width:100%; margin:0; }
}

/****************sort paragraph notgallery**********************/
#sortng { 
  border:dashed #999; 
  border-width: 1px 0 0 0; 
  width:100%; 
  margin:0; 
}
/****************sort paragraph notgallery end*********************/

/*********************pan and zoom*************************
.tiles {
    position: absolute;
    top: 500px;
    left: 0;
    float:left;
    width: 90%;
    height: 300px;
    border:1px solid orange;
}

.tile {
    position: relative;
    float: left;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
    border:1px solid blue;
}

.photo {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

.txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
}

.x {
    font-size: 32px;
    line-height: 32px;
}
/*********************pan and zoom end*************************/

.line { border-bottom: 1px dotted #999; }
.clear	{clear: both; }
.black { color: #000; }
.red { color: #ff0000; }
.white { color: #fff; } 
.bold { font-weight: bold; }
.italic { font-style: italic; }
.right { float:right; }
.left { float:left; }
.center { text-align:center; }
.nobreak { white-space:nowrap; }
.whsp-normal { white-space: normal; }
.caps { text-transform: uppercase; }
.small { font-size:.9em;
    letter-spacing:.1em;
    line-height:1.2em;
} 
.smaller { font-size:.85em;
    letter-spacing:.1em;
    line-height:1.2em;
} 
.bigger { font-size: 1.4em; }

p { padding: 0;	margin: 6px 0; }

img { 
	border: 0;
	margin: 0;
	padding: 0;
}
.inpage { border:1px solid #ccc; padding:1px; margin:0 3px 3px 0; width:150px;}

table { border-collapse: collapse; font-size:1em; border-spacing:0;}
table.sizing, th.sizing, td.sizing { border: 1px solid #ccc; }
tr.listing { border-bottom: 1px dotted #ccc; vertical-align: top;}
td.dashed-right { border-right: 1px #ccc dashed; }
td.solid-right { border-right: 1px #fff solid; }

.banner { 
  height:80px; 
  position: fixed;
  z-index:8;
  top:0;
  left:0;
  right:0;
  color: #fff;
	background: url(site/c-f-mat.png) #000;
  background-size: cover;
}
@media (max-width: 900px) {
.banner {
  background-size: 900px ; /* Force the image to its minimum width */
}
}
.banner .logo { margin:10px 0 0 20px; z-index:9; 
}
@media (max-width: 350px) {
.banner .logo { width:160px; }
}

.slideshow-area {
  overflow:hidden;
  background:#fff;
  border:0px solid red;
  padding:0;
  margin: 60px 0 0 0;
  width:100%;
}

#content { 
	margin:0px auto;
	background: #fff;
	width: 100%;
	padding: 0;
	border: solid orange;
	border-width: 0px;
	border-radius: 0 0 0px 0px;
  box-shadow: 0px 0px 20px 3px #eee;
  text-align:center;
}

/***********main image overlay*************
/*#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 15;
    cursor: pointer;
}
#image{
    margin: 0px 20px;
    font-size: 50px;
    color: white;
}
#image img { width: 100%;
}
#ausloeser img { cursor:pointer; }

*********main image overlay end**********/


/*video style to make responsive

put this in the page:
<div class="video-container"><iframe src="https://player.vimeo.com/video/xxxxx?byline=0&amp;portrait=0" width="800" height="450" frameborder="0"></iframe></div>

*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    margin: 0 10px 0 0;
    height: 0;
    overflow: hidden;
    border: 0px solid green;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*video style to make responsive end*/


#distribution { column-count: 3; column-gap: 10px;
}
.nav-imgs { background:#fff; 
  border: solid #ccc;
  border-width: 0 0 1px 0; 
  padding:10px 10px 5px 10px; margin:0 0 10px 0; 
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.nav-imgs img { width: 100%; }
.nav-imgs h1 { color: #666; 
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.6em;
} 

.dealerbox {
  border: solid #ccc;
  border-width: 0 0 0 1px; 
  padding:3px 3px 3px 6px; 
  margin:0 0 10px 0; 
  width: 100%; 
  display: inline-block;
  overflow:hidden;
 /* border-radius: 0 8px 0 8px;*/
}
@media (max-width: 750px) {
#distribution { column-count: 2; }
}
@media (max-width: 450px) {
#distribution { column-count: 1; }
.dealerbox { border-width: 0 0 1px 0; }
.dealerbox:last-child { border: 0; }
}
.dealerbox h1 { color: #ed1c24; text-shadow: 1px 1px 1px #ccc; }

ul { margin:0px 25px; padding:0; line-height:1.2em; }
ul li { list-style-type:circle; }
ol { margin:0 25px; padding:0; line-height:1.2em; }
ol li { list-style-type:decimal; }

#presse { margin: 34px 0 0 0; }
.topnavlinkdead { color: red; }

.menuopen { border:0px solid yellow; font-size:120%; cursor:pointer;
    margin:3px 0 0 12px; 
    float:right;
}
@media (max-width: 700px) {
.menuopen { width: 32px; height:35px; overflow:hidden;}
}
/*************slide menu**************/
#Sidenav { border:0px solid yellow; }
.slidenav {
    height: 100%;
    width: 0px; /*set to 0 to hide on load or 250 to display */
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: url(site/bg.png);
    overflow-x: hidden;
    transition: 0.6s;
    padding-top: 40px;
}
@media (max-width: 700px) {
.slidenav { width: 0px; }
}
.slidenav a,
.slidenav a:visited {
	padding:2px 0px 2px 10px;
    margin:0 0 8px 0;
    text-decoration: none;
    letter-spacing:.1em;
    font-size: 1.5em;
    color: #fff;
    display: block;
    transition: 0.4s;
}
.slidenav a:hover,
.slidenav a:visited:hover {
	color: #fff;
	background: #ed1c24;
} 
.nav-active {
	padding:2px 0px 2px 10px;
    margin:0 0 8px 0;
    font-size: 1.5em;
    letter-spacing:.1em;
    color: #fff;
    display: block;
}
.slidenav .closebtn {
    position: absolute;
    top: 15px;
    left: 0px;
    margin: 0;    
  transform: rotate(90deg);
}
.subnav a,
.subnav a:visited {
	padding:3px 0px 3px 14px;
    margin:0 0 8px 0;
    font-size: 1.2em;
    line-height: .8em;
    color: #95c8f0;
}
.subnavactive {
	padding:3px 0px 3px 14px;
    margin:0 0 8px 0;
    text-decoration: none;
    font-size: 1.2em;
    color: #fff;
    display: block;
    transition: 0.4s;
    line-height: .8em;
} 
/*
@media screen and (max-height: 450px) {
  .slidenav {padding-top: 15px;}
  .slidenav a {font-size: 18px;}
}
/***********slidemenu end****************/


#main { 
	margin: auto;
	/*margin-top:0;*/
	max-width: 900px;
	/* background: url(site/banner.jpg) no-repeat center top; logo */
	padding: 0 20px;
	border: 0px solid #999;
  display: flex;
} 

#description { 
  padding:0 5px 5px 0;
  margin: 0; 
  background:#fff;
  border: solid red;
  border-width: 0px;
  text-align:left;
  float:left;
  flex-basis: 70%;
  overflow:hidden;
}
/****************sidebar*************/

#side { 
  float:right; 
  border: solid #ccc;
  border-width: 0px;
  padding: 0;
  margin: 5px 0 0 0;
  overflow:hidden;
  flex-basis: 30%; /* allows the description box to either be 70% or 100%, depending on presence of #side */
  min-width:0;
}
@media (max-width: 700px) {
#main { flex-flow: row wrap; }
#description { flex-basis:100%; padding: 5px 0;}
#side { flex-basis:100%; padding: 5px 0;}
}
 
h1.sidebar { 
  color:#000;
  font-size:1.4em;
  text-shadow:1px 1px #ccc;
  margin:2px 0;
  padding:0;
}
.sbar-img { border:solid #ccc;
  border-width:0px;
 /* width:210px; */
  padding:0px;
  margin: 0 0 10px 5px;
  overflow:hidden;
 /* box-shadow:1px 1px 3px 2px #ccc;*/
}
.sbar-text { margin:4px 6px 0px 0px;
  padding:0 5px 2px 5px;
	text-align: left;
  font-size:1em;
  line-height:1.2em;
  overflow:hidden;
  border:0px solid #c7e0e5; /*
 border-radius:6px 6px 0 0; 
  background: #fcfdfd; */
 /* box-shadow: 02px 02px 3px 2px #efefef;*/
/*background: -webkit-linear-gradient(#fcfdfd, #fff);  For Safari 5.1 to 6.0 */ 
/*background: -o-linear-gradient(#fcfdfd, #fff);  For Opera 11.1 to 12.0 */
/*background: -moz-linear-gradient(#fcfdfd, #fff);  For Firefox 3.6 to 15 */
/*background: linear-gradient(#fcfdfd, #fff);  Standard syntax (must be last) */
}

h4.sbar { 
  /*background: #c7e0e5;*/
  color:#000; /* header */
  font-size:1.2em;
  text-transform: uppercase;
  padding:4px 10px 5px 10px;
  /*text-shadow:1px 1px #ccc; */
  margin:0 0px 0 -10px;
  
}
/******************sidebar end************************/
#sub-nav {
	border: solid #ccc;
	border-width: 0 0 1px 0;
	text-align:center;
	/**/box-shadow:0 6px 4px -2px #ccc;
	margin: 0 0 12px 0px;
	padding: 2px 10px;
   font-family: 'Ek Mukta', Verdana, sans-serif;
   font-size: 1.2em;
  /* white-space:nowrap;*/
 background: #fefefe;
	z-index:5;
}

a.subnav:link,
a.subnav:visited { 
  /**/
	color: #000;
	font-weight: bolder;
	text-decoration: none;
	padding:0 0 0 0px;
  /*white-space:nowrap;
	border: solid #ff0000;
	border-width: 0 0 1px 0;
  width:190px;*/
}
a.subnav:hover,
a.subnav:active,
a.subnav:visited:hover {
	color: #ff0000;	
    transition: 0.4s;
}
.subnav-active {  
	color: #999;
	font-size:.9em;
	font-weight: normal;
	margin:-4px 8px -8px 0;
	text-decoration: none;
	padding: 3px 6px 3px 0px;/*
	border: solid orange;
	border-width: 0 0 1px 0;*/
}
/*-------------------------------------*/ 

a { text-decoration: none;
   letter-spacing: .1em;
    color:#000;
    font-size:1em;
    border: 0px;
    margin: 0;
}
a:hover  {
	text-decoration: none;
	color:#ff0000;
	background: none;
	border: 0px;
	/*text-shadow: 0 0 8px #666;*/
} 
a:visited {
	text-decoration: none;
	border: 0px;
    color: #ff0000;
}
a:visited:hover  {
	text-decoration: none;
	background: none;
	border: 0px;
	color: #ff0000;
} 
  
.pop-img { 
    margin:0 2px;
    padding:1px;
    border:1px solid #eee;
     cursor:url(site/magnify.cur), auto; 
     height:120px; 
     overflow:hidden; 
}  

.reg { 
  border: 1px solid #666; 
 /*box-shadow: 3px 6px 4px 4px #efefef;
    background-color: rgba(204, 204, 204, 0.2);*/
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 20px 0 5px 0;
  padding: -5px 5px 5px 5px;
}
#guarantee input[type="text"], #guarantee input[type="email"] {
    margin: 0 0 6px 0;
    padding: 0 4px;
    font-size: 1.2em;
    font-weight:normal;
    letter-spacing:.08em;
    font-family: "Ek Mukta", helvetica, sans serif;
    color:#000;
    border: 1px solid #666;
   /* background-color: rgba(204, 204, 204, 0.5);*/
    height: 24px;
    /*width:186px;*/
    width:98%;
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#guarantee .button {
    margin:  0 0 5px 0;
    padding: 0px 4px 3px 4px;
    font-size: 1.1em;
    color:#999;
    font-weight:bold;
    background-color: rgba(204, 204, 204, 0.5);
    border: 1px solid #666;
    height: 24px;
    cursor:pointer;
    text-decoration:none;
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#guarantee select {
color: #666;
    border: 1px solid #666;
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width:29%;
  height:24px;
  margin:0 2px 6px 2px;
}
/* 
a.button {
    background:#eee url(site/gallery-top2.gif) 0 -3px;
    border:1px solid #eee;
    border-radius: 4px;
    padding:0 3px;
    text-shadow:none;
}    
*/
#footer {  font-size: .9em;
  color:#fff;
  margin:auto;
  margin-bottom:-40px;
  padding:10px 0 0 0;
  width: 100%;
  height:200px;
  text-align:center;
  letter-spacing:.09em;
  background: url(site/c-f-mat.png) #000;
  background-size: cover;
}
.footer-left { 
  border:0px solid white;
  text-align:left;
  float: left; 
  width:35%;  
  padding:0 2%;
}
.footer-right { 
  float: right; 
  width:65%;  
  margin: 0 0 10px 0;
  padding:0 10px 0 10px;
  border:0px solid yellow;
}
@media (max-width: 650px) {
#footer { height: 350px; 
}
.footer-right { float:left; width:100%; border-top: 1px solid #999;
}
.footer-left { text-align: center; width: 100%; }
}
@media (max-width: 400px) {
#footer .form-right { float:left; width:100%;
}
#footer .form-left { width: 100%; }
#footer .button {  margin: 6px 0 0 0; }
}

#footer .form-left {
  width:50%;
  padding: 0 3px;
  border:0px solid red; 
  float:left;
}
#footer .form-right { 
  float:right;
  width:50%;
  padding: 0 3px;
  border:0px solid red;  
  scroll-behavior: smooth; 
}

#footer input[type="text"], #footer input[type="email"] {
    margin: 0 0 6px 0;
    padding: 0 4px;
    font-size: 1.2em;
    font-weight:normal;
    letter-spacing:.08em;
    font-family: "Ek Mukta", helvetica, sans serif;
    color:#fff;
    border: 1px solid #666;
    background-color: rgba(204, 204, 204, 0.5);
    height: 22px;
    /*width:186px;*/
    width:100%;
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#footer textarea {
    margin: 0px 0;
    padding: 3px 6px;
    width:100%;
    height:105px;
    font-size: 1.2em;
    font-weight:normal;
    letter-spacing:.08em;
    line-height:1.1em;
    font-family: "Ek Mukta", helvetica, sans serif;
    color:#fff;
    border: 1px solid #666;
    background-color: rgba(204, 204, 204, 0.5);
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: auto; /* */
}
:invalid { /*removes the ugly default red glow*/
  box-shadow: none;
}

.b-box { display:none !important; margin: 0 -10000px 0 0; }

#footer ::placeholder { color: #fff; opacity: 0.5; } /* Firefox */

#footer :-ms-input-placeholder { color: #fff; opacity: 0.5;  }/* Internet Explorer 10-11 */

#footer ::-ms-input-placeholder { color: #fff; opacity: 0.5; } /* Microsoft Edge */ 

#footer .button {
    margin:  0;
    padding: 0px 4px 3px 4px;
    font-size: 1.1em;
    color:#fff;
    font-weight:bold;
    background-color: rgba(204, 204, 204, 0.5);
    border: 1px solid #666;
    height: 20px;
    cursor:pointer;
    text-decoration:none;
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

a.footer { font-size: 1em;
    text-decoration: none;
    color: orange;
    margin: 0;
    padding: 12px 0 0 0;
}
a:hover.footer{
    text-decoration: none;
    color: #ff0000;
    margin: 0;
    padding: 12px 0 0 0;
}
.back-to-top {
    position: fixed;
    bottom: 0.2em;
    right: 2em;
    text-decoration: none;
    color: #000000;
 /*   background: rgba(235, 235, 235, 0.80) ;*/
    font-size: 12px;
    padding: 0;
    display: none;
}