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



.backgroundcolor {
    background-color: rgba(55,219,255,1.00);
    
}


.tales {
   width: 100%;
 }
 .carousel-inner{
	 /* max größe bei computerbildschirm */
   max-width:650px;
   max-height: 500px !important;
	 /* zentrieren */
	 margin-left: auto;
  margin-right: auto;	
 }

 .logosize{
	 /* max größe bei computerbildschirm */
   max-width:500px !important;;
   max-height: 300px !important;
	 /* zentrieren */
	 margin-left: auto;
  margin-right: auto;
	
 }
 .mysize{
	 /* max größe bei computerbildschirm */
   max-width:650px;
	 max-height: auto;
   background-color: rgba(55,219,255,1.00);
	 /* zentrieren */
	 margin-left: auto;
  margin-right: auto;	
	 
	
 }


.card{
	border: none;
}
.bg-white {
   border-radius: 14px !important;
}


hr.blue {
  border-top: 1px solid rgba(33,189,214,1.00);
}
hr.light {
  border-top: 1px solid rgba(255,255,255);
	
}

.buttonsblue {
	    background-color:rgba(25,163,248,1.00);
	color: rgba(255,255,255,1.00);
    }
.nav-yellow {
	    background-color:rgba(255,230,11,1.00);
	color: rgba(16,56,88,1.00);
    }
.bg-blue {
	    background-color:rgba(25,163,248,1.00);
	color: rgba(255,255,255,1.00);
    }
.text-darkblue {
	    
	color: rgba(16,56,88,1.00);
    }


.fb {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(55,219,255,1.00);
 
  border: none;
  border-radius: none;
}
.fbbtn {
    background-image: url("images/discount.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width:550px;
	 height: 197px;
}

#myCarousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
/* position punkte */
.carousel-indicators {
        bottom: -0.0375rem;
    }
    .carousel-indicators li {
        background-color: rgba(17,87,191,1.00);
    }


.carousel-control-next-icon{
	
	     bottom: -0.1375rem;
    }
    
/* test text */
.carousel-caption {
    position: relative;
	color:steelblue;
	background-color: rgba(55,219,255,1.00);
    left: 0;
    top: 0;
}
body {
	
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}
/* test einheiltliche farbe */


    

/* vertikaler abstand zwischen den produkten */
.card { 
    margin-bottom: 20px !important;
 }

