
/* --------- Generell------------ */
:root {
  #C6842E: #C6842E;
  #d8a15a: #d8a15a;
  #e2b983: #e2b983;
  #a56e27: #a56e27;
  rgba(198, 132, 46, 0.4): rgba(198, 132, 46, 0.4);
}


html, body {
  font: normal 1.0em times, serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #FFFFCC;    /*#eae8db;*/
  color: #111; }

p {
    margin-bottom: 10px;
}

h1 {
  color: #FAD27D;
  font-family: 'helvetica', 'sans-serif';
  font-size: 2em;
  margin: 0.5em 0 0.5em 0;
  padding: 0; }

h2 {
  font-family: 'helvetica', 'sans-serif';
  font-size: 1.6em;
  margin: 0.35em 0 0.35em 0;
  padding: 0; }

h3 {
  color: #FAD27D;
  font-family: 'helvetica', 'sans-serif';
  font-size: 1.4em;
  margin: 0.2em 0 0.2em 0;
  padding: 0; 
}

h4 {
  color: #FAD27D;
  font-family: 'helvetica', 'sans-serif';
  font-size: 1.1em;
  margin: 0.1em 0 0.1em 0;
  padding: 0; }

a {
  color: #464AD1;/*#733800; /*#C36E00;*/
  /*font-family: 'helvetica', 'sans-serif';*/ }

.farb {
  color: #464AD1;
  font-weight: bold;
}

/* Ockerfarbener Text für Hervorhebungen */
.textOcker{
  color: #FAD27D;
}

.textRot{
  color: red;
}

label {
  font-family: 'helvetica', 'sans-serif'; }

img {
  /*max-width: 100%;*/
  /*height: auto;*/ }

table {
  border-collapse: collapse;
  vertical-align: middle;
  /*border-color: gray;*/
}

th,td {
    border: 1px solid #C6842E;
    padding: 1px 15px 1px 15px;
}
th{
  background-color: rgba(198, 132, 46, 0.4);
}

tbody tr:nth-child(even) { 
  background-color: #e4ebf2; 
  color: #000; 
}

button , button:focus, button::after{
    border-radius: 2px;
    margin: 2px 0px;
    padding: 2px 5px;
    background-color: #FAD27D;   /*#C6842E;*/
    border: 1px solid #BCBCBC;   /*#d8a15a;*/
    cursor: pointer;
}


.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* =========== SHOP ==============*/
.shopArtikel{
    padding: 5px 0px;
}

.shopArtikel table{
    width: 100%;
}
.shopArtikel td{
    vertical-align: top;
    border: 0px;
    padding-bottom: 5px;
}

.shopArtikel tbody tr{
    background: dimgrey;
}

.shopArtikel .shopImgTab, 
.shopArtikel .shopImgTab img{

    width: 150px;  
}
    

.shopPreisTab{
    width: 70px;
    text-align: right;
    font-weight: bold;
}

.shopPreis {
    font-size: 1.2em;
    text-align: right;
    font-weight: bold;
}

.shoptopmenu {
    text-align: center;
    /*margin: 4px 0px 7px 0px;*/
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    background-color: #d8a15a; /*#696969;*/
    padding:  2px;
    margin-top: 5px;
}
.shopsubmenu {
    text-align: center;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    background-color: #e2b983; /*#797979;*/
    padding:  2px;
}

.shoptopmenu a, .shopsubmenu a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 2px;
}

.shoptopmenu a:hover, .shopsubmenu a:hover {
    background-color: grey;
}

.shopMactiv{
    background-color: #AAA !important; /*#C6842E); !important;/*#e4ebf2;*/
}

.mainArtikelPic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important; /*override the width below*/
    width: 100%; 
    max-width: 400px;
    max-height: 400px;
    margin-bottom: 10px;
}

/* =========== Ende SHOP ==============*/




.container{
    overflow-y:scroll;overflow-x:hidden;
    width: 100%;
    height: 80%;
	position: absolute;
	top: 70px;
	text-align: center;
        /*margin: 0 auto;*/
	  padding: 0px 0px 20px 0px;
     
    height: -moz-calc(100% - 140px);
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);*/
}
/* schwarzer Hintergrund*/
.contentBox {
    width: 100%;
    min-height: 100%;
}
.content{
	position: relative;
	text-align: left;
	/*text-align: center;*/
        max-width: 900px;
        /*max-width: 85%;*/
        display: inline-block;
        background-color: rgba(0, 0, 0, .75);
        color: #FFFFFF;
        padding: 0px 20px 0px 20px;

        /*border: 2px;
        border-style: solid; 
        border-color:#BBB;*/
        margin: 10px auto;

        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;


}

/* Content-Breite an Browserbreite anpassen */
@media all and (min-width: 500px) {
  .content{ width: calc(100% - 100px);}
}

.contentScroll{
	position: relative;
	text-align: left;
        max-width: 700px;
        display: inline-block;
        background-color: rgba(0, 0, 0, .75);
        color: #FFFFFF;
        padding: 0px 20px 0px 20px;
	min-height: calc(100% - 30px); 
	max-height: calc(100% - 30px);
	overflow-y: scroll;
	overflow-x: hidden;

        border: 2px;
        border-style: solid; 
        border-color:#BBB;
        margin: 10px;

        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;


}

div.aussen {
  overflow: hidden
}

div.hell {
  background-color: rgba(150, 150, 150, .35);
}

div.divMitTab {
  padding-left: 5em;
}

.cent { text-align: center; }

.faqHead {
  color: #C6842E;
  font-family: 'helvetica', 'sans-serif';
  font-size: 1.2em;
  margin: 0.0em 0 0.0em 0;
  padding: 0 ;

}

.faqBox{
	position: relative;
	text-align: left;
        max-width: 650px;
    margin: 5px 0;
	width: 97%;
        display: inline-block;
        background-color: rgba(100, 100, 100, .40);
        /*color: #FFFFFF;*/
        padding: 5px 10px 5px 10px;

        /*border: 2px;
        border-style: solid; 
        border-color:#BBB;
        margin: 10px;*/

        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}

/* weisser Hintergrund 
.content{
	position: relative;
	text-align: left;
        width: 300;
        display: inline-block;
        background-color: rgba(255, 255, 255, .75);
        color: #000000;
        padding: 0px 20px 0px 20px;
}*/

.clr{
	clear: both;
}

/*  Bootsübersicht Text rechts*/
.divBootUe {
  max-width: 350px;
}

@media all and (max-width: 500px) {
  .divBootUe {
    width: 100%;
    max-width: 900px;
  }
  
    .content{ width: calc(100% - 100px);}
}



/* ----------------- Fußzeile ----------------- */

.foot {
  position: relative;
	margin-top: 0px;
  bottom: 0;
  width: calc(100% - 20px);
	top: calc(100% - 110px);
	
		height: 18px;
	font-family: 'helvetica', 'sans-serif';
	font-size: 0.8em;
	color: #eae8db;
  	background-color: #FAD27D; /*rgba(0, 0, 0,1);*/
	border-top: 2px solid #686868;
	border-bottom: 2px solid #686868;
	padding: 5px 10px 15px 10px;
	margin-bottom: -25px;
	vertical-align: middle;
}

.footleft {
	position: inline;
	top: 12px;
	left: 10px;
	float:left;
	padding: 5px;
}

.footright {
	position: inline;
	top: 12px;
	float:right;
	right:10px;
	padding: 5px;
}
@media screen and (max-width: 29em) {
  .foot {height: 50px;}
}

/* ------------------------------ */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ========================== PopUp ==========================  */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  /*width: 50%;*/
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/* Uebersicht horizontales Scrollfester */
#uebersscroll { 
  height:180px;
  width: 100%;  
  /*margin:10px 50px;*/
  border: solid 1px #000000; 
  background-color: #564b47;
  color:#fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  }

#uebersscrolldiv {  white-space: nowrap;}

#uebersscrolldiv img{ 
  margin: 5px; 
  border: 3px solid #333;
  background-color: #000;
  }
#uebersscrolldiv p{ 
  margin: 0 5px; 
  padding: 0;
  }

/*Div Left*/
.divleft {
   float: left; 
}

.divTechDaten {
   float: left; 
   border: 1px solid #333;
   display:flex;
   align-items:center;
   width: 130px;
   padding: 0.1em 0.1em;
   margin: 0.1em 0.1em;
}

/* Artikelliste */
/* https://gridbyexample.com/examples/page-layout/listing-with-thumbnails/ */
div.artPreis {
  font-size: 1.5em;
  /*width: 100px;*/
  text-align: right;
  float: right;
  /*margin: 5px*/
}

.list {
  max-width: 1400px;
  margin: 20px auto;
}

.img-list a {
  text-decoration: none;
}

.li-sub p {
  margin: 0;
}

.list li {
  border-top: 1px solid #ccc;
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5em;
}
.inner {
  display: table-row;
  overflow: hidden;
}
.li-img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding-right: 1em;
}
.li-img img {
  display: block;
  /*width: 100%;*/
  width:auto;
  height: 150px;
  
}
.li-text {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
    text-align: left;
}
.li-head {
  margin: 10px 0 0 0;
}
.li-sub {
  margin: 0;
}

@media all and (max-width: 45em) {
  .list li {
    float: left;
    /*width: 50%;*/
  }
    
  .li-text {
    display: block;
    width: 100%;
    padding: 0em 0.5em;
  }
  .li-img {
    display: block;
    padding: 0em 0.5em;
  }
  div.artPreis {
    padding: 0em 0.5em;
  }
  
}

/*@media all and (min-width: 75em) {
  .list li {
    width: 100%;
  }
}*/

/* for flexbox */ /*
@supports(display: flex) {
  .list {
    display: flex;
    flex-wrap: wrap;
  }
  
  .li-img,
  .li-text,
  .list li {
    display: block;
    float: none;
  }

  .li-img {
    align-self: center; /* to match the middle alignment of the original */
  }
 /* 
  .inner {
    display: flex;
  }
}*/


/* Slidshow Design */
.slshBtxxx{}
.slshBt-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}
.slshBt-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}
.slshBt-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.slshBt-button:hover{color:#000!important;background-color:#ccc!important}
.slshBt-black {color:#fff!important;background-color:#000!important}
.slshBt-display-container{position:relative}

