/* Please ❤ this if you like it!#313d6b*/
:root {
  --buttoncolor: #fd0;
  --fontcolor: #000000;
  --fontcolornav: #000000;
  --fontcolorHover: #fff;
  --bodycolor: #F8F8FF;  
  --backgCard: #fff;
  --colorH1: #000;
  --colorH2: #000;
  --colorH3: #000;
  --bcJumbo: #fff;
  --BoCoJumbo: #fd0;
  --BoCoPCard: #fd0;
  --backgfooter: #000;
  --Linkfooter:#fff;
}

.form-group {
    overflow: hidden;
}
.jumbotron{
	background-color: var(--bcJumbo);
	border:1px solid var(--BoCoJumbo);
	
}

@font-face {
   font-family:'Frutiger';
   font-style: normal;
   font-weight: 150;
   src: local('AppleSDGothicNeo-Regular'), url(../fonts/AppleSDGothicNeo-Regular.otf);
}



main{
	margin-top:200px;
	margin-bottom: 50px;
	position: relative;
	overflow:hidden;
}

#cookie-popup { 
	  text-align: center; 
	  background: var(--buttoncolor);
	  position: fixed;
	  bottom: 0px; 
	  background-color:#000;
	  left: 0;
	  right: 0;
	  z-index: 9999;
	  font-size:18px; 
	  padding: 10px;
	  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	  color:#fff;
  }
 
#cookie-popup.hidden {
  display: none;
}


.modal-body img{
	width:100%;
	max-width:600px;
}


body{
    font-family: Frutiger, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: var(--fontcolor);
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    /* background-color: var(--bodycolor); */
    overflow-x: hidden;
    transition: all 200ms linear;
    
}
::selection {
    color:#313d6b;
    background-color: #666666;
}
::-moz-selection {
    color:#313d6b;
    background-color: #666666;
}

/* #Navigation
================================================== */

.tspng, .tspngf{
	margin-left:10px;
	margin-right:10px;
}
#ArtikelZahl{
	position: absolute;
	top: 5px;
	right: 6px;
	height: 18px;
	width: 18px;
	color: var(--buttoncolor);
	font-size: 12pt;
	color: var(--buttoncolor);
	border: 1px solid red;
	border-radius: 10px;
	padding-top: 2px;
	padding-left: 5px;
	line-height: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: red;

}
#ArtikelZahl a{
	color:var(--buttoncolor);
}
#WKText{
	display:none;
}
#navbarSupportedContent{
	float:right;
	margin-top:5px;
	margin-left:-15px;
}
.navbar-brand{
	position: relative;
height: 5.5rem;
	display: inline-block;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
font-size: 1.375rem;
line-height: inherit;
white-space: nowrap;
}
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
/*.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    
}
.start-header.scroll-on .navbar-brand img{
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
   
    height:auto;
    position:absolute;
    top:2px;
    left:2px;
   
}*/
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    border-bottom: 5px solid var(--buttoncolor);
}
.navbar{
    padding: 0;
}
.navbarBG{
	background-color: var(--buttoncolor);
	margin-top:20px;
}

.navbar-brand img{
 
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    margin: 14px 0px 0px 0px;
    max-height:80px;
    
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 20px;
    background-image: none;
    position: relative; 
    border-bottom: 2px solid var(--buttoncolor);
    transition: all 300ms linear;
    margin-right:10px;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: var(--buttoncolor);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: var(--fontcolorNav) !important;
    font-weight: 500;
    transition: all 200ms linear;
    position: relative;
	margin-left: .5rem;
	margin-right: .5rem;
	padding-right: 0;
	padding-left: 0;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1.0rem;
	font-weight: 500;
}
.nav-item:hover .nav-link{
    color: var(--fontcolorHover) !important;
}
.nav-item.active .nav-link{
    color: var(--fontcolorHover) !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--fontcolorHover) ;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
	
	padding-left:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:max(1.8vw, 30px);
    position: relative;
    transition: all 200ms linear;
}

.suche{
	
	position:absolute;
	right:0px;
	
	z-index:100;
}

.bg-blue{
	background-color:#a8c8db;
	color:#000;
}
.bg-bblue{
	background-color: #f0f6fa;
	color:#000;
}


.navbar-dark .navbar-toggler {
	color:var(--buttoncolor);
	border-color: var(--buttoncolor);
	background-color: var(--buttoncolor);
	margin:5px;
}

/* #Primary style
================================================== */

.background-fluid{
	background-image: url(./pics/background-body.jpg);
	background-repeat: repeat-x;
	text-align:center;
	margin-bottom: 20px;
}

.background-fluid img {
	width:100%;
	height:auto;
	max-width:980px;

}
#content{
	padding-top:0px;
}



.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}
h1{
    
    line-height: 1.2;
    font-weight: 400;
    color: #313d6b;
}


h2 span{
    color: #313d6b;
}

p{
    margin: 0;
    padding-top: 10px;
   
}

.maintext-grid {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;*/
  margin-top:10px;
  /*overflow:hidden;*/
}

.userside .card .card-body{
	min-height:150px;
  	
}
.userside .card{
	margin-bottom: 20px;
}
body.hero-anime p{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}




/* #Media
================================================== */

@media (max-width: 980px) {
    h1{
        font-size: 38px;
    }
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #666666;
        vertical-align: 0;
    }
    /*.dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #666666;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }*/
    
}
/* #sliderbuttons
================================================== */
.carousel-indicators li{
	border-top: 0px;
	border-bottom: 0px;
	background-color: #222222;
}

.dl, ol, ul {
	margin-bottom: 0rem;
}

.carousel-inner {
	padding-bottom: 10px;
	background-color: white; 
}

/* h1 for card products 
================================================== */
.h1c {
	margin-bottom: -0.5rem; 
}

.checkliste {
  list-style: none;
}

.checkliste li::before {
  content: "\2713\00A0";
  color: green;
  font-weight: 600;
  display: inline-block; 
  width: 1.5em;
  margin-left: -1.5em;
}




/* Product
================================================== */

.bg table{
	max-width:500px;
}
.section-a {
  margin:0 auto;
  margin-top:220px;
  max-width:1120px;
  padding:0px 30px;
  background-color: #fff;
}
.section-b {
  margin:0 auto;
  margin-top:40px;
  max-width:1120px;
  padding:0px 30px;
}

.section-a .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  align-items: center;
  justify-content: center;
}

.section-a h1 {
  font-size: 35px;
  color: var(--primary-color);
}
.section-a h2 {
  font-size: 13px;
  color: var(--primary-color);
}

.section-a p {
  margin: 10px 0;
}


.section-b-inner {
  color: var(--buttoncolor);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  max-width: 860px;
  padding: 5rem 0;
}

.section-b-inner h3 {
  font-size: 2rem;
}

.section-b-inner h2 {
  font-size: 5rem;
  margin-top: 1rem;
}

.section-b-inner p {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.section-c .gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.section-c .gallery a:first-child {

  grid-row: 1/3;
  grid-column: 1/3;
}

.section-c .gallery a:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
}

.section-c .gallery img,
.section-c .gallery a {
  width: 100%;
  height: 100%;
}

.btn, .btn-primary {
  color:var(--fontcolor);
  border: none;
  font-size: 1.8rem;
  
} 

.btn:hover {
  border: none;
  font-size: 1.8rem;
  color:var(--buttoncolor);
}


.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--overlay-color);
}


  .section-a .container div:first-child {
    order: 2;
  }

  .section-a .container div:nth-child(2) {
    order: -1;
  }


  .section-c .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .section-c .gallery a:first-child {
    grid-row: 1/1;
    grid-column: 1/1;
  }

  .section-c .gallery a:nth-child(2) {
    grid-column: 2/4;
    grid-row: 2/2;
  }

  .section-c .gallery a:last-child {
    display: none;
  }


/* Formulare
================================================== */

.form-control:focus {
    box-shadow: none;
    border-color: #5e9bfc;
}
.js-hide-label {
    opacity: 0;
}
.js-unhighlight-label {
    color: #999
}
/*.btn-start-order {
    background: 0 0 var(--buttoncolor);
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
    border-color: #5e9bfc;
    color: #5e9bfc;
}*/
/* Login
================================================== */
.l-col-wrap {
  display: flex;
}

.l-col {
  min-width: 50%;
  width: 50%;
  max-width: 50%;
}

.button {
  background-color: var(--buttoncolor);
	border-color: var(--buttoncolor);
	border-width: 1px;
	color:var(--fontcolor);
	font-size: 14pt;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;

	
}
.button:hover, .button:focus {
    background-color: grey;
	border-color: var(--buttoncolor);
	border-width: 1px;
	color: var(--buttoncolor);
	font-size: 14pt;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}


.form-box {
  max-width: 50em;
  background-color: rgba(255, 255, 255, 0.77);
  border-radius: 0.25em;
  overflow: hidden;
  margin: 3em auto 0;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5);
}
.form-box__form {
  padding: 2em;
}
.form-box__content {
  background-color: var(--buttoncolor);
  padding: 2em;
}
.form-box__title {
  font-weight: 300;
  font-size: 1.75em;
  color: #133e40;
  margin-top: 0;
}
.form-box__addon {
  color: #333;
}

.form__field {
  width: 100%;
  font-size: 1em;
  padding: 1em;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.form__field:focus {
  outline: 0;
  background-color: var(--buttoncolor);
  border-color: rgba(12, 114, 136, 0.5);
}
.form__label {
  text-transform: uppercase;
  font-size: 0.8em;
}
.form__button {
  width: 100%;
}

.u-auto-format-text a {
  color: #057f94;
}
.u-auto-format-text a:hover, .u-auto-format-text a:focus {
  color: #c24528;
}
.u-auto-format-text p + p {
  margin-top: 1em;
}



/* #footer
================================================== */
.footer-dark {
  padding:10px 0;
  color:#000;
  margin-top:0px;
  margin-bottom:0px;
  padding: 10px 0;
  /*box-shadow: 0 30px 30px 30px rgba(138, 155, 165, 0.15);*/
}

.overoverfooter p{
	color:var(--buttoncolor);
	padding-left: 15px;
}


.overoverfooter {
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}

.bildrechts {
	width:100%;
	overflow:hidden;	
	margin-top: 10px;
	margin-bottom: 12px;
	
}

.overfooter {
	background-color:var(--backgfooter);
	overflow:hidden;
	padding-top: 12px;
}

.overfooter .text {
  width: auto;
  float: left;
  padding: 0px 20px 0px 0px;
  color:#000;
}
.overfooter .text a{
  color:var(--Linkfooter);
  text-decoration: none;
  font-size: 1.2rem;

}

.overfooter .text h5{
  color:#000;
  text-decoration: none;
  font-size: 1rem;
  
}

.overfooter .text a:hover{
  color:#9d9d9d;
  text-decoration: none;
}

.footer-dark h5 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:normal;
  font-size:1.4rem;
  padding-left: 0px;
  color:var(--buttoncolor);
  margin-left: auto; 
}

.footer-dark ul {
  padding:0;
  list-style:none;
  font-size:12px;
  margin-bottom:0;
}

.ficon{
	width:30px;
	position:relative;
	float:left;
}

.footer-dark a {
 
  text-decoration:none;
  color:var(--buttoncolor);
  font-size: 1rem;
}
.footer-dark a:hover {
 
  text-decoration:none;
  color: var(--buttoncolor);
 
}

.footer-dark .footer-kontakt {
  text-align:auto;
  padding-top:24px;
  font-size:13px;
  margin-bottom:30px;
}

.footer-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12rem;
}
.footer-dark #preise a{
	color: #313d6b;
}

.col-md-3{
  max-width: 320px;
  padding-left: 0px;
}
	
	
/* Preise
================================================== */
.preisanzeiges{
	font-size: 1.6rem;
	text-align:center;
	color: orange;
	margin-top: 40px;
}
.preisanzeigetxt{
	text-align:left;
}

.preisanzeigeback{
	font-size: 1.6rem;
	text-align:center;
	margin-top:30px;
	color: white;
}
.preisanzeige1{
	background-color: #f89f44; 
	padding:10px;
}
.preisanzeige1v{
	background-color: #f89f44;
	padding:10px;
}
.preisanzeige2{
	background-color:#a8aece;
	padding:10px;
}
.preisanzeige3{
	background-color:#3D709B;
	padding:10px;
	margin-top:77px;
}
.preisanzeige3v{
	background-color:#3D709B;
	padding:10px;
}

/*kontakte
================================================== */
.kboxmarg{
	float:left;
	margin-left:10px;
	padding:0px 30px;
	border:0;
}
.kbox{
	background-color: #e8f4fc;
	
}

.kboxi{
	font-size: 4rem;
	color:orange;	
}
.kbox2{
	font-size:1,5rem;
	color:orange; 
	background-color: #e8f4fc;
}
/* Auswahl
================================================== */


#Get_copy_basket {
	padding-top: 20px;
}


.card-product {
  overflow: hidden;
  background-color: var(--backgCard) ;
  border:0px;
  z-index:1;
  position: relative;
  border:1px solid #ddd;
  padding:10px;
}

.pimage{
	width:100%;
	height:auto;
}
.card-product-in{
	padding: 20px;
}

.preisanzeige5{
	background-color: white;
}
.card-anreiser {
  overflow: hidden;
  background-color: #eee;
  border:none;
  padding: 0px 0px 0px 0px;
  
}
.card-anreiser img{
	width: 100%;
	height: auto;
}
.card-anreiser .btn{
	color: var(--buttoncolor);
}

.card-anreiser > a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.card-product img {
 
  object-fit: cover;
}
.card-product > a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.card-product:hover .card-body {
  transform: translateY(-100%);
  transition: all 0.01s ease;
  
}
.card-product .card-body {
  background: rgb(0 0 0 / 85%);
  position: absolute;
  top: 100%;
  transition: all 0.01s ease;
  transform: translateY(25%);
  width:100%;
}
.card-product h3{
    font-size:1em;
	width: 100%;
	padding-bottom: 10px;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-top: 2rem;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-top:10px;
  padding:20px;
  background-color: #fff;

  /*overflow:hidden;*/
}

.produktliste li::marker {
	list-style: "\2713\00A0";
	color: #8CB11C;
}

.wrapper2{
	
	padding-top: 20px;
}
.group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin-top:10px;
  /*overflow:hidden;*/
}

.zeile1_2spalten {
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
}
.zeile1_3spalten {
  grid-column: 1 / span 3;
  grid-row: 1 / span 1;
}
.zeile1_spalten2u3 {
  grid-column: 2 / span 2;
  grid-row: 1 / span 1;
}


.zeile2_2spalten {
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
}
.zeile2_3spalten {
  grid-column: 1 / span 3;
  grid-row: 2 / span 1;
}
.zeile2_spalten2u3 {
  grid-column: 2 / span 2;
  grid-row: 2 / span 1;
}


.zeile3_2spalten {
  grid-column: 1 / span 2;
  grid-row: 3 / span 1;
}
.zeile3_3spalten {
  grid-column: 1 / span 3;
  grid-row: 3 / span 1;
}
.zeile3_spalten2u3 {
  grid-column: 2 / span 2;
  grid-row: 3 / span 1;
}


.spalte1_2zeilen {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
.spalte1_3zeilen{
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
}

.spalte2_2zeilen {
  grid-column: 2 / span 1;
  grid-row: 1 / span 2;
}

.spalte2_3zeilen {
  grid-column: 2 / span 1;
  grid-row: 1 / span 3;
}

.spalte3_2zeilen {
  grid-column: 3 / span 1;
  grid-row: 1 / span 2;
}

.spalte3_3zeilen {
  grid-column: 3 / span 1;
  grid-row: 1 / span 3;
}




.b {
  grid-column: 2 / span 1;
  grid-row: 2 / span 2;
}
.c {
  grid-column: 3 / span 1;
  grid-row: 2 / span 2;
}



.ideas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(auto, 300px);
  grid-gap: 2rem;
}
.card-idea {
  overflow: hidden;
}
.card-idea img {
  transition: all 0.8s ease;
  height: 100%;
  object-fit: cover;
}
.card-idea > a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.card-idea .card-body {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 5%;
  transition: all 0.5s ease;
  box-shadow: 0 4px 10px rgb(204, 204, 204);
  width: 100%;
}
.card-idea:hover img {
  transform: scale(1.05);
}

/* ausfuehrung
================================================== */
.wrapper{
	position:relative;
	overflow:hidden;
	margin: 0 auto;
}

.wrapper .card {
  *width: 400px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: var(--backgCard);
  border-color:var(--BoCoPCard);
  position: left;
  overflow: hidden;
  
}
.card {
	 border-color:var(--BoCoPCard);
}


.wrapper .card:hover, .card.hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.wrapper .card:hover .card-content, .card.hover .card-content {
  box-shadow: inset 0 3px 0 #313d6b;
  border-color:#313d6b
}
.wrapper .card:hover .card-img .overlay, .card.hover .card-img  {
  background-color: rgba(25, 29, 38, 0.85);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 1;
  max-height:350px;
}




.wrapper .card-img {
  position: right;
  width: 100%;
  min-width:300px;
  max-width:350px;
  background-color: var(--backgCard);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height:100px;
  max-height:320px;
}

 .card-img img{
	width:100%;
	margin: auto;
    display: block;
 }
.wrapper .card-img .overlay {
  position: left;
  left: 100;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--backgCard);
  opacity: 0;
  display: inline-block;
}
.wrapper .card-img .overlay .overlay-content {
  line-height: 224px;
  width: 100%;
  text-align: center;
  color: var(--backgCard);
  cursor: pointer;
  display: inline-block;
}
.StartW a{
  color: var(--backgCard);
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  
  
}
.StartW a:hover{
  background:#313d6b;
  border-color:#313d6b;
  display: inline-block;
}
	
.overlay a{
	
	 border: 0px solid rgba(255, 255, 255, 0.4);
}

.wrapper .card-img .overlay .overlay-content a:hover, .card-img .overlay .overlay-content a.hover {
  /*background:#313d6b;
  border-color:#313d6b;
  display: inline-block;*/
}
.wrapper .card-content {
  width: 100%;
  min-height: 85px;
  background-color: var(--backgCard);
  border-top: 1px solid #E9E9EB;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.wrapper .card-content a {
  text-decoration: none;
  color: #202927;
}

.wrapper .card-img .overlay > a {
	position:absolute;
	width:100%;
	height:100%;
	
	
}

.wrapper .card-content h2, .card-content a h2 {
  
  padding-top:0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.wrapper .card-content p, .card-content a p {
  font-size: .8rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(32, 41, 28, 0.8);
}
/* bilder */
.bigpictures{
	max-width: 700px;
	width: 100%;
	height:auto;
}

.bigpictureright{
	float:right;
	
}

/* Produktdarstellung */

.product{
  border-bottom: 1px solid #ddd;
  clear: both;
  padding: 0px 10px 70px 30px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


.col-1-2{
  width: 50%;
  height: 100%;
  float: left;
  min-width:420px;
}

.product-image{
  /*border: 1px dotted #aaa;*/
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
  position:relative;
}
.ProduktText{
  grid-column: 1 / span 3;
  grid-row: 2 / span 1;
}
.ProduktText h4{
	font-size:12pt;
	font-weight: 800;
}
.textbloecke{
	margin-left:12%;
	margin-right:8%;
	
}
.logodif{
	float:left;
}

@media screen and (max-width: 780px) {
	
	
	.product-image{
	  /*border: 1px dotted #aaa;*/
	  grid-column: auto;
	  grid-row: auto;
	  position:relative;
	  text-align: center;
	}
	.ProduktText{
	  grid-column: auto;
	  grid-row: auto;
	}
}

.product-image .bg{
 
  background-size: cover;
  background-position: center top;
  width: 100%;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.product-image .indicator{
  text-align:center;
}

.product-image .dot{
  background-color: #aaa;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.dot:hover{
  background-color: #444;
}

.product-info{
  width: 100%;
  /*display: flex; */
  justify-content: center; 
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  overflow:hidden;
}

h1{
  text-align: left;
  color: var(--colorH1);
  font-size: 2rem;
}

h2{
  color: var(--colorH2);
  font-size: 1.7rem;
}

h3{
   text-align:left;
   color: var(--colorH3);
   margin-bottom: 0px;
   font-size: 1.2rem;
}

.product-info .select-dropdown{
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: auto;
  
}
.ProduktBestellButton{

	bottom: 0px;
	width:100%;
	/*text-align: center;*/
	margin-top:20px;
	padding-left:10px;
	/*padding:5px 0px 5px 0px;
	margin:10px 0px;*/
}



.produkt_gallery {
	margin-top:20px;
  	max-width: 450px;
	width: 100%;
	padding-left: 0px;
	float: right;
	position: absolute;
	bottom: 0px;
	overflow:hidden;
}	
	
.produkt_gallery_thumbnail_image {
	height: 60px;
	max-width:  60px;
	overflow  : hidden;
	float     : left;
	padding   : 5px;
	position  : relative;
  	display   : block;
}

.produkt_gallery_video_thumbnail_overlay {
	position :absolute;
	left     :30%;
	top      :30%;
	opacity  :0.5;
	filter   :alpha(opacity=50);
}

.produkt_gallery_video_thumbnail_overlay:hover {
	position :absolute;
	left     :30%;
	top      :30%;
	opacity  :0.7;
	filter   :alpha(opacity=70);
}


.product-info select{
  cursor: pointer;
  background-image: url(./pics/select.png);
  background-position: right;
  background-repeat: no-repeat;
}

select:active, select:focus {
  outline: none;
  box-shadow: none;
}

.select-dropdown:after {
    content: " ";
  cursor: pointer;
    position: absolute;
    top: 30%;
  right: 10%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
  }

.product-info a.add-btn{
  background-color: #444;
  border-radius: 2px;
  color: #eee;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 15px 100px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

a.add-btn:hover{
  background-color:#313d6b;
}

.product-info p{
  margin-bottom: 30px;
}

.product-info p a{
  border-bottom: 1px dotted #444;
  color: #444;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-info p a:hover{
  opacity: .7;
}

.card-kasse{
	min-height:250px;
}

.button {
	width:100%;
	/*margin:40px 20px 0px 20px;*/
	max-width:300px;
}
.back{
	background-color: var(--buttoncolor);
	border:1px solid #000;
	color: #000;
}

.pb {
	
	width:270px;
}
.wbtn , .wbtn:hover {
	height:40px;
	background-color: var(--buttoncolor);
	padding:0px 5px 5px 5px;
	margin-left:0px;
}

.wbtn:hover {
	height:40px;
	background-color: var(--buttoncolor);
	padding:0px 5px 5px 5px;
	color:#000;
}
.btn:hover {
	background-color: var(--buttoncolor);
	color:#000;
}

.produkt_preis{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 0px;
	padding: 0px;
   
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	
}

.produktp{
	 background-color: #f0f6fa;
}

.PPreisN, .PPreisMWST, .PPreisB, .PPreisV{
	
	position:relative;
	color:#999;
	padding:0px 0px 3px 0px;
	font-size:11pt; 
}

.produkt_anreiser_preis .PPreisN, .produkt_anreiser_preis .PPreisMWST {
	display:none;
}

.produkt_anreiser_preis .card .card-body{
	
  width:100%;
  position: relative;
  top:0px;
  background-color: #fff;
  transform: none;
	
}
.produkt_anreiser_preis .card{
	width:100%;
	margin-top:10px;
}

.PPreisBN, .PPreisBp{
	float:right;
	
	text-align:right;
}

.PPreisN{
	font-size:11pt;
}
.PPreisB{
	color:#000;
	overflow:hidden;
	font-size:11pt;
	padding-bottom: 30px;
}
.PPreisBp{
	font-size:20pt;

	
}

.PPreisMWST .PPreisBp{
	font-size:11pt;
	
}
.PPreisV {
	font-size:10pt;
	float:left;
	text-align:right;
}


.PPreisGewicht{
	position:relative;
	overflow:hidden;
	text-align: right;
	font-size:10pt;
	width:100%;
	white-space: pre-line;
}
.PPreisGp{
	position:relative;
	width:auto;
	float:right;
	padding-left:5px;
}
.PPreisVersand{
	position:relative;
	overflow:hidden;
	text-align: right;
	font-size:10pt;
	width:100%;
	white-space: pre-line;
	line-height: 100%;
	padding-bottom:5px;
}
.PPreisVersand a{
	
	text-decoration: underline;
	
}
.bg img{
	margin: auto auto;
}


.produkt_auflage select{
	float:right;
}
.produkt_anreiser_auflage input[type="text"]{
	float:right;
	text-align: right
	
}
.produkt_anreiser_auflage select{
	float:right;
	width:160px;
	text-align-last:right;
	font-size:18px;
	padding:0px;
	text-align:right;
	padding-right:30px;
}
.produkt_anreiser_auflage {
	/*width:calc(100% - 30px);*/
	position: relative;
	overflow: hidden;
	padding:5px 5px 5px 12px;
	margin:5px 0px 5px 0px;
	/*border:1px solid #999;*/	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size:16px;
	color:#000;
   background-color: #f0f6fa;
   padding:5px 25px 5px 5px;
}

.produkt_anreiser_auflage-sel {
	 overflow:hidden;
	 padding:2px 0px 2px 10px;
	 border: 1px solid #999;
	 border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	
}
.produkt_anreiser_auflage-bez{
	max-width:100px;
	padding-top:10px;
	float:left;
}

.produkt_extras {
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color:var(--buttoncolor);
   background-color: #f0f6fa;
   padding:5px 0px 10px 0px;
}
#lagerbestand{
	width:calc(100% - 35px);
	position: relative;
	overflow: hidden;
	padding:0px 0px 0px 10px;
	margin:5px 0px 5px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color:var(--buttoncolor);
	float:left;
	font-size:10pt;
	display:none;
}

#lagerbestand:empty { display:none; }
#pextras:empty { display:none; }

select.sel_produkt{
	
	margin-top:5px;
	width:calc(100% - 30px);
	margin-left:5px;
	border:1px solid #999;
	display: inline;
	padding-right: 35px;
}

.produkt_auflage{
	width:100%;
	max-width:320px;
	position: relative;
	overflow: hidden;
	padding:0px 0px 0px 0px;
	margin:5px 5px 5px 0px;
	background-color:var(--buttoncolor);
	float:right;
}

.maske-gride{
  
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-top:30px 0px 20px 0px;
	
}

#auswahl_liste{
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
  position:relative;
}

.auswahl_rechts{
  position:relative;
  overflow:hidden;
  width:100%;
  
}

.kalk-text{
  position:relative;
  overflow:hidden;
  width:100%;
  padding:10px 0px 20px 0px;
}

#auswahl_liste li{
	list-style-type:none;
	padding-top:2px;
	width:100%;
}

#auswahl_liste ul{
	padding:20px;
	background-color: #f0f6fa;
}

#auswahl_liste h5{
	font-size:18pt;
	background-color:#a8c8db;
	color:var(--buttoncolor);
	padding:5px;
}
#auswahl_liste lable{
	width:100%;
	border:1px solid #000;
}

.inputMa{
	width:calc(100% - 250px);
	display:inline;
	padding-right: 35px;
}
#auswahl_liste label{
	width:200px;
	float:left;
}

.bkalk{
	position:relative;
	margin-top:20px;
	
}

.flaenge, .fbreite {
	
	width:calc(50% - 135px);
}

/* basket */

.shopheader{
	padding:2rem;
	margin-top:3rem;
	
}
.wkrow {
	margin-top:1rem;
}
.basketprogress{
	background-color: rgba(0, 0, 0, 0);
	height:120px;
}

.basketprogress .progress-bar{
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	color:#000;
}
.pwk{
  font-size: 58px;
  margin-top:10px;
}
.pwf{
  font-size: 50px;
  margin-top:15px;
}
.pwz{
  font-size: 58px;
  margin-top:10px;
}
.wkstatus{
	margin:0 auto;
	height: 80px;
	width: 80px;
	color: var(--buttoncolor);
	/*border: 1px solid red;*/
	border-radius: 40px;
	padding-top: 0px;
	padding-left: 0px;
	line-height:16px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	background-color: #4d4d4d;
	margin-bottom: 10px;
}
.wkaktive{
	background-color: #ff6104;
}

header#basket{
	position:relative;
	width:calc(100% - 20px);
	height:40px;
	overflow:hidden;
	margin-left:20px;
}


#BasketArtikel {	
	position:relative;
	border-color: #dbdbdb;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	overflow:hidden;
	background-color:#fff;
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	
}

#BasketArtikel #Balken {

	position: relative;
	width: 100%;
	height: 20px;
	text-align: left;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin-bottom: 15px;
	padding: 5px 0px 8px 10px;
	font-size: 14pt;
	font-weight: bold;
	
}

#BasketArtikel .BasketVorschau {
	
	position:relative;
	width:50%;
	
	min-width:280px;
	height:200px;
	float:left;
	text-align:center;

}
.BasketVorschau img{
	max-height:200px;
}

#BasketArtikel #ArtikelBeschreibung {
	
	position:relative;
	width:50%;
	max-width:440px;
	min-width:280px;
	min-height:100px;
	max-height:165px;
	border-color: #000;
	border-style:solid;
	border-width:0px 0px 0px 1px;
	float:left;
	padding:0px 20px;
	overflow:auto;
	
}
.artikel_beschreibung{
	width:100%;
	margin-left:0px;
	padding-left:5px;
	
}
#BasketArtikel #ArtikelKomentar {
	
	position:relative;
	max-width:340px;
	min-width:280px;
	width:50%;
	overflow:hidden;
	border-color: #000;
	border-style:solid;
	border-width:0px 0px 0px 1px;
	float:left;
	padding:5px 0px 5px 20px;
	
	
}


#BasketArtikel #BasketToolbar {
	position:relative;
	background-color:#f0f6fa;
	width:100%;
	min-height:50px;
	text-align:right;
	border-color: #ddd;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	margin-top:15px;
	padding:5px;
	font-weight:bold;
	float:left;	
	overflow:hidden;
}

#BasketArtikel #BasketToolbar #BasketUpload{
	position: relative;
		float: left;
		border-color: #ddd;
		border-style: solid;
		border-width: 0px 1px 0px 0px;
		width: 100px;
		height: 50px;
		cursor: pointer;
		font-size: 32pt;
		padding-left: 25px;
		padding-right: 30px;
}


#BasketArtikel #BasketToolbar #BasketOption{
	position:relative;
	float:left;
	border-color: #ddd;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	width:235px;
	height:50px;
}

#BasketArtikel #BasketToolbar #BasketOption #Loeschen,#Kopieren,#Aendern{
	position: relative;
	float: left;
	width: 70px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	text-align: center;
	top: 5px;
	overflow: hidden;
}

 #BasketAuflage{
	position:relative;
	float:left;
	width:345px;
 	overflow:hidden;
 	height:100px;
 }


#SeitenBezeichner{
	position:relative;
	float:left;
	width:345px;
 	overflow:hidden;
 	height:50px;	
}

#BasketArtikel #BasketPreis {
	position:relative;
	background-color:#fff;
	width:100%;
	min-height:75px;
	border-color: #dbdbdb;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	float:left;	
	margin-top:10px;
}
/*#BasketArtikel #BasketPreis .PPreisN
,#BasketArtikel #BasketPreis .PPreisMWST{
	display:none;
}*/
#BasketArtikel #BasketPreis .PPreisVersand{
	padding-bottom:17px;
}


#BasketArtikel #BasketPreis .produkt_anreiser_auflage {
	width:calc(100% - 10px);
	max-width:550px;
	position: relative;
	overflow: hidden;
	padding:0px 0px 0px 10px;
	margin:5px 0px 5px 5px;
	border:1px solid #999;
}

.InputAS{
	float:left;
	max-width:400px;
	width:100%;
}

#BasketArtikel .headlineblue{
	padding-top:5px;
	float:left;
	max-width:100px;
}
#BasketArtikel #Preis {
	position:releativ;
	float:right;
	margin-right:10px;
}

#BasketArtikel #Preis #ArtikelPreis{
	position:releativ;
	min-width:320px;
	float:right;
	background-color:#646464;
	height:20px;
	padding:5px 20px 0px 0px;
	color:var(--buttoncolor);
	word-spacing:1em;
}

#BasketArtikel #Preis #ArtikelVersand{
	
	position:releativ;
	width:295px;
	float:right;
	padding-right:0px;
	font-size: 9px;
	text-align:right;
	margin-top:5px;
	padding:5px 15px 0px 0px;
	border-color:#646464;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	
		
}

#DDateien{
	position:releativ;
	width:calc(100% - 5px);
	float:left;
	padding-left:3px;
	min-height:50px;
	overflow:auto;
	font-size: 9px;
	background-color:#fff;	
}
#DatenSP{
	min-width: 300px;
	max-width: 400px;
	float: left;
	overflow: hidden;
	margin-left: 40px;
	height: 200px;
}

.headDatenSP{
	
	padding-left:5px;
	padding-top:5px;
	font-size:12pt;
	color:#999;
	
}
.bgoff{
		background-color: #fff;
		padding:0px;
	}
.basket_artikel {
	margin-top:10px;
	background-color: var(--buttoncolor);
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display:block;
	clear:left;
	overflow:hidden;
	border-color: #9B9B9B;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	position:relative;
}

.basket_download {
	margin-top:10px;
	background-color: var(--buttoncolor);
	border-color: #ddd;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	color: #000000;
	text-decoration: none;
	display:block;
	max-width:calc(100% - 10px);
}
.download{
	margin-top:60px;
	margin-left:30px;
}
.download a{
	font-size: 30px;
}
#basket_artikel {
	
	font-size: 12px;
	color: #000000;
	min-height:30px;
	width:100%;
	text-align:right;
	margin-bottom:20px;
	

}

.large-only { display: table; }
.small-only { display: none; }
/* Bestellformular -------------------------------------------------------*/
.picker{
	position:absolute;
	overflow:hidden;
	z-index:10;
	background-color:var(--buttoncolor);
	border: 1px solid #bbb;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
    font-size:12pt;
    line-height: 100%;
}
#calender, #termin{
	position:relative;
	float:left;
	margin-left:10px;
}

.calendar{
	padding:2px 5px 2px 5px;
	text-align: center;
}
.month {
	font-weight:bold;
	padding:5px 0px 10px 0px;
	
}

#Get_copy_kasse, #Get_copy_bestellung {
	overflow:hidden;
	width:100%;
	float:left;
	padding-left:0px;
}

.Boptionen {
	margin-top:20px;
}


header#kasse{
	position:relative;
	width:100%;
	height:50px;
	overflow:hidden;
	margin-left:0px;
}

#artikel_liste{
	position:relative;
	margin-bottom:20px;
	padding:0px 0px 10px 0px
	
}
#Get_copy_kasse #gutschein{
	position:relative;
	width:100%;
	overflow:hidden;
	background-color:#f2f2f2;
	padding:5px 5px 5px 10px;
}
#Get_copy_kasse #gutschein_input{
	position:relative;
	width:100%;
	text-align:right;
	padding:10px 0px 10px 0px;
}

.anzahl{
	text-align:left;
}
.text{
	text-align:left;
}
.preis{
	text-align:right;
	white-space: nowrap;
}


th.st-head-row{
	font-size:10pt;
}
td.st-key{
	width:0px;
}
td.st-val2{
	border-bottom:1px solid #c3c3c3;
}
td.st-val1{
	font-size:9pt;
	float:right;
	padding-right:15px;
}

#BetraegeTab{
	position:relative;
	color:#000;
	width:calc(100% - 0px);
	margin-top:10px;
	overflow:hidden;
	border-top:1px solid #dee2e6
	
	
	
}

#BetraegeTab table{
	width:calc(100% - 10px);
	max-width:400px;
	float:right;
	border-top:1px solid #dee2e6;
	margin-top:5px;
}

#BetraegeTab th{
	padding:3px;
	float:left;	
}

#BetraegeTab td{
	padding:3px 8px 3px 3px;
	float:right;	
}
#Get_copy_kasse #Boptionen {
	position:relative;
	margin-bottom:20px;
	padding-bottom:2px;
}
#calender img{
	display:none;
}


#Get_copy_kasse #Boptionen table{
	position:relative;
	margin: 10px 0 10px 0;
	color:#000;
	/*border-bottom:1px solid #c3c3c3;*/
	padding-bottom:5px;
	width:calc(100% - 13px);
	margin-left:5px;
}

#Get_copy_kasse #Boptionen th{
	text-align:left;
	width:375px;
	font-size:11pt;
	padding:3px;
	font-weight:normal;
}

#Get_copy_kasse #besteller{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}

#Get_copy_kasse #besteller table{
	position:relative;
	margin: 10px 0 10px 0;
	color:#000;
	/*border-bottom:1px solid #c3c3c3;*/
	padding-bottom:5px;
	width:100%;
	margin-left:5px;
}

#Get_copy_kasse #besteller th{
	text-align:left;
	width:30%;
	font-size:11pt;
	padding:3px;
	font-weight:normal;
	padding-left: 4%;	
}

#Get_copy_kasse #Reempfaenger {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}

#Get_copy_kasse #Reempfaenger table{
	position:relative;
	margin: 10px 0 10px 0;
	color:#000;
	/*border-bottom:1px solid #c3c3c3;*/
	padding-bottom:5px;
	width:100%;
	margin-left:5px;
}

#Get_copy_kasse #Reempfaenger th{
	text-align:left;
	width:30%;
	font-size:11pt;
	padding:3px;
	font-weight:normal;	
	padding-left: 4%;	
}

#Get_copy_kasse #lieferadressen, #sel_li_adressen {
	position:relative;
	margin-bottom:20px;
}

#Get_copy_kasse #lieferadressen table{
	position:relative;
	margin: 10px 0 10px 0;
	color:#000;
	/*border-bottom:1px solid #c3c3c3;*/
	padding-bottom:5px;
	width:100%;
	margin-left:5px;
}

#Get_copy_kasse #lieferadressen th{
	text-align:left;
	width:30%;
	font-size:11pt;
	font-weight:normal;	
	padding:3px;	
	padding-left: 4%;
}

#mailform th{
	text-align:left;
	width:150px;	
}

#Get_copy_kasse #adresskopf{
	position:relative;
	margin: 10px 0 20px 0;
	color: #6e6d6c;
	padding-bottom:5px;
	width:100%;
	margin-left:5px;
	overflow:hidden;
	background-color:#f2f2f2;
}
#Get_copy_kasse #ReEmpfaenger{
	
	background-color:#f2f2f2;
	margin: 10px 0 20px 0;
}

#Get_copy_kasse #adresskopf th{
	text-align:left;
	font-size:14px;
	padding-bottom:10px;
	width:320px;	
}

#Get_copy_kasse #lieferlist{
	position:relative;
	margin: 10px 0 10px 0;
	color:#000;
	border-bottom:1px solid #c3c3c3;
	padding-bottom:5px;
	width:95%;
	margin-left:5px;
}

#Get_copy_kasse #lieferlist th{
	text-align:left;
	
}
#Get_copy_kasse #kostenstellen {
	display:none;
}

#Get_copy_kasse #zahlungsart{
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}

#Get_copy_kasse #zahlungsart .zahlungsart{
	position:relative;
	overflow:hidden;
	height:80px;
	width:150px;
	text-align:center;
	float:left;
	margin:5px 10px;
}
.ZRadio {
	position:absolute;
	overflow:hidden;
	height:30px;
	width:150px;
	text-align:center;
	float:left;
	margin:0px;
	bottom:2px;
	left:0px;
}

.ZRadio input[type="radio"] {
    margin-right:5px;
    border:1px solid #000;
    width:20px;
    height:20px;
}


#Get_copy_kasse #bezeichnung{
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}

/* Auftragsuebersicht ------------------------------------------------------*/



#payment{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	padding:10px;
	
}
#payment input{
	margin-left:30px;	
}
#Get_copy_bestellung  #artikel_liste{
	padding:0px;
}

#Get_copy_bestellung h3{
	color: #000;
		font-size: 12pt;
		padding: 5px 5px 10px 5px;
		margin: 0px;
		font-weight: normal;
}
#adresskopf_besteller{
	width:50%;
	float:left;
}

#adresskopf_auftragnehmer{
	width:50%;
	float:right;
	height:150px;
}
#Get_copy_bestellung #ReEmpfaenger{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	padding:5px;
	padding:10px;
}
.kostenstelle{
	display:none;
}
#ORDER_ID, #DATE, #TERMIN, #DELIVERY{
	width:90%;
	padding-left:0px;
	margin-left:30px;
	
}

.btn a{
	color: var(--buttoncolor);	
    text-decoration: none;
}

a{     
	color: var(--buttoncolor);	
    text-decoration: none;
}
a:hover {
 
  /*display: inline-block;*/
  color: var(--buttoncolor);
}



.kasse_gs{
   padding: 5px;
   font-size: 10pt;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   width:70%;
}
.Tabeschreibzng{
   padding: 5px;
   font-size: 10pt;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   height: 18px;
   width:calc(100% - 10px);
   float:left;
   min-height:60px;
}
input,select,textarea {

	
	border: none;
	padding: .75em 1em .5em 1em;
	border-radius: 0;
	font-size: 0.8em;
	 border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
}

#register, #register2{
	margin: 0 auto;
}

select {
  
   -webkit-appearance: none;
	border: 1px solid #bbb;
	padding: .75em 1em .5em .75em;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
	background-color: white;
	background-image: url(./pics/select.png);
	background-position: right;
	background-repeat: no-repeat;
}
.selPZ,.selVS{
	width:100%;
}
.selLA{
	
	width:calc(100% - 5px);	
}
.inputLand{
	width:calc(100% - 12px);
}
.kasse_adresse{
   padding: 5px;
   font-size: 10pt;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
  
   width:calc(100% - 10px);
   float:left;
}

.kasse_adresse_plz,.kasse_adresse_vw{
   padding: 5px;
   font-size: 10pt;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   width:calc(30% - 24px);
   float:left;
   margin-right:12px;
}

.kasse_adresse_ort,.kasse_adresse_tel{
   padding: 5px;
   font-size: 10pt;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   width:calc(70% - 25px);
   float:left;
}
.kasse_adresse_sel_t{
   width:calc(50% - 0px);
   float:left;
}
.kasse_adresse_sel_p{
  width:calc(50% - 20px);
   float:left;
   margin-right:10px;
}

.serviceTB{
	min-width:800px;
}
.versand{
	margin-top:20px;
}
.checkout-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-top:40px;
}

#bezeichnung{
	position:relative;
	overflow:hidden;
	padding-bottom: 40px;
}

#BasketArtikel .card {
	margin-bottom: 20px;
	min-width:320px;
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 1120px) {
	
	#Artikelliste, #basket_artikel{
		float:none;
		width:calc( 100% - 30px);
		margin: 0 auto;
	
	}
	#Get_copy_kasse{
		float:none;
		width:calc( 100% - 30px);
		padding-left:20px;
		margin: 0 auto;
	}	
	
	.section-a {
	 height:250px;
	}
  	
}

@media screen and (max-width: 980px) {
	.card{
		
		float:left;
	}
  	.product-grid {

		grid-template-columns: repeat(2, 1fr);
		
	}
	
	.navbar-light .navbar-toggler{
		/*position:absolute;
		top:-20px;
		right:0px;*/
		color:var(--buttoncolor);
	}
	
	#ArtikelZahl{
		
		right: 64px;

}
	
	.navbar-brand{
	
	 height:auto;
	}
	
	
	.zeile1_2spalten, .zeile1_3spalten,.zeile1_spalten2u3,
	.zeile2_2spalten,.zeile2_3spalten,.zeile2_spalten2u3,
	.zeile3_2spalten, .zeile3_3spalten,.zeile3_spalten2u3,
	.spalte1_2zeilen,.spalte1_3zeilen,.spalte2_2zeilen,.spalte2_3zeilen
	.spalte3_2zeilen,.spalte3_2zeilen,.b,.c
	 {
	  grid-column: auto;
	  grid-row: auto;
	}
	.serviceTB{
	min-width:600px;
	
	
	}
	.section-a {
	 height:200px;
	}
	.overoverfooter .footermailform{
		width:350px;
		height:450px;
	}
	
	.checkout-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		
	}
	.maintext-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin:10px 70px 10px 100px;
	}
	.maske-gride{
  
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 2rem;
	  margin-top:30px 10px 20px 10px;
	
	}
	
  	
}
@media screen and (max-width: 780px) {
	
	
	#BasketAuflage{
		width:100%;
		max-width:500px;
	}
	#BasketArtikel .card{
		width:100%;
	}
	#DatenSP{
		margin: 0px;
		max-width:500px;
		width:100%;
	}
	
	#BasketArtikel #Preis {
		position:releativ;
		float:right;
		margin-right:10px;
		width:100%;
	}
	
	.footermailform, demolink{
		width:100%
	}
	
	.navbar-light .navbar-toggler{
		/*position:absolute;
		top:-20px;
		right:0px;*/
		color:var(--buttoncolor);
	}
	.navbar-brand{
	
	 height:auto;
	}
	
	.navbar-brand img{
	
		width:120px;
		height:auto;
	}
	
	.textbloecke{
		margin-left:15px;
		margin-right:15px;
	}
	.section-a {
	    height: 150px;	
		background-position: center 55px;
	}
	
	.logodif{
	 float:none;
	 margin: 0 auto;
	 margin-bottom: 20px;
	 margin-left:calc(50% - 49px);
	}
	
	
	h1{
	 text-align: center;
	 margin-bottom: 10px;
	}
	
	.checkout-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		
	}
	
	.nav-item{
		font-size: 2.5vw;
		padding:10px;
	}
	
	.product-grid {

		grid-template-columns: repeat(1, 1fr);
		
	}
	
	.container{
		padding-left:5px;
		padding-right:5px;
	}
	
	main .card{
		margin:0 auto;
		width:calc(100% - 20px);
		margin-bottom:10px;
		left:0px;
	}
	
	.col-1-2{	
		min-width:320px;
	}
	.col-1-2 table{
		max-width:360px;
	}
	.serviceTB{
		min-width:300px;		
	}

	.footer-grid{
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 2rem;
	}
	
	h2 {
		text-align: center;
	}
	
	#BasketArtikel .BasketVorschau{
		float:none;
		width:100%;
	}
	#BasketArtikel #ArtikelBeschreibung{
		float:none;
		width:100%;
		text-align: center;
		border-width: 0;
	}
	#BasketArtikel #ArtikelKomentar{
		float:none;
		width:100%;
		text-align: center;
		max-width:360px;
		border-width: 0;
	}
	
	.artikel_beschreibung{
		float:none;
		width:100%;
		text-align: center;
	}
	
	.large-only { display: none; }
	.small-only { 
		display: table;
		margin:10px;
		width:calc(100% - 20px) 
	
	}
	.small_preis {
		width:100%; 
		border-bottom:1px solid #ddd;
		text-align: right;
		font-size:12pt;
		
	}
	
	.overoverfooter .demolink {
		float:left;
		width:350px;
	}
	
	.overoverfooter .footermailform{
		width:350px;
	}
	.maintext-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.card-product-in{
		min-height:320px;
	}
}
/*Styles for screen 515px and lower*/

@media only screen and (max-width : 450px) {
	
	.background-fluid{
		padding:0px;
	}
	.container{
		padding:15px;
	}
	.maske-gride{
  
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 2rem;
	  margin-top:30px 10px 20px 10px;
	
	}
	#BasketAuflage{
		width:100%;
	}
	#BasketArtikel .card{
		width:100%;
	}
	#DatenSP{
		margin: 0px;
		max-width:450px;
		width:100%;
	}
	.inputMa{
	width:calc(100% - 30px);
	
	}
	
	.section-a {
	    height: 150px;	
		background-position: center 95px;
		background-size:auto 175px;
	}
	
	#BasketArtikel #Preis {
		position:releativ;
		float:right;
		margin-right:10px;
		width:100%;
	}
	
	
	.footer-grid{
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 2rem;
	  
	}
	.suche{	
		right:10px;
		top:35px;
	}
	.basketprogress h5{
		display:none;
	}
	
	
	
	main .card{
		margin-left:10px;
		width:calc(100% - 20px);
		margin-bottom:10px;
		left:0px;
	}
	
	.produkt_preis .card{
		margin-left:0px;
		width:calc(100% - 0px);
		margin-bottom:0px;
	}
	
	.nav-item{
		font-size: 6vw;
		padding:10px;
	}
	
	.product-grid {

		margin-left:10px;
		width:calc(100% - 20px);
		margin-bottom:10px;
		max-width:450px;
		float:left;
		
	}
	.button{
		margin-left:10px;
		width:calc(100% - 20px);
		margin-bottom:10px;
		max-width:450px;
		float:left;
	}
	.pb{
		max-width:300px;
		margin-right:10px;
	}
	
	.zeile1_2spalten, .zeile1_3spalten,.zeile1_spalten2u3,
	.zeile2_2spalten,.zeile2_3spalten,.zeile2_spalten2u3,
	.zeile3_2spalten, .zeile3_3spalten,.zeile3_spalten2u3,
	.spalte1_2zeilen,.spalte1_3zeilen,.spalte2_2zeilen,.spalte2_3zeilen
	.spalte3_2zeilen,.spalte3_2zeilen,.b,.c
	 {
	  grid-column: auto;
	  grid-row: auto;
	}
	 
	.maintext-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin:10px;
	
	}
	.navbar-light .navbar-brand{
		height:60px;
	}
	.tspng{
		position:absolute;
		top:-30px;
		left:-10px;
	}
	
	
}

#inhalt th{
	text-align: left;
}
#inhalt #IObuttons{
	
	position: fixed;
	top:0px;
	right:20px;
	
}

.favoriten {
	height:300px;
	overflow:auto;
	
}


.carousel-caption{
	background-color:rgba(0,0,0,0.4);
	left:0px;
	right:0px;
	padding-left:15%;
	padding-right:15%;
	color:var(--buttoncolor);
	
}