/* cocina-rapida */

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
         
	html{
margin:0;
padding:0;
height:100%;
overflow:hidden;
}


	body {
margin:0px;
padding: 0px;
height: 100%;

background: url('../img/bg1.jpg');
background-repeat: no-repeat;   
background-size: cover; 

/*background:#ffe99d;*/
overflow:scroll;
font-family: 'Comic Sans MS', sans-serif !important;
font-size:20px !important;
color:#6d6d6d !important;
line-height:26px !important;
}

a, 
a:active, 
a:focus, 
a:visited {
  outline: none !important;
   color: black !important; 
   background:#EAC31F !important;
}
a:focus {
  outline: none; /* Entfernt den Standard-Rahmen */
  color: red !important; /* Alternative Farbe */
  box-shadow: none !important;
  border:0 !important;
}

img, iframe{
max-width:100%;
}

/* ****** popup ***** */
/*
.fade{
opacity: 0;
animation: fade-in 2s ease-in forwards, fade-out 4s 1s ease-out;
}
@keyframes fade-in{
100%{
opacity: 1;
}
}
@keyframes fade-out{
0%{
opacity: 1;
}
100%{
opacity: 0;
}
}
*/
.neu{
padding:5px; 
background:#feefdc;
}

/* ************** ende ********** */
#contentposition {
	
	/*max-width: 625px;*/
	width: 100%;
	height:auto;
	background:#fff;
	/*background-size: contain;*/
}

@media (min-width: 1110px)
{
	#contentposition {
	
		width: 1110px;
		margin-top:2%;
		max-width: none;
		margin-bottom:2%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
}
	}

	

	
	


	
/* -------------------------------------------------------------------------------------- */
.reihen-container {
  display: flex; /* Ordnet die Elemente in einer Reihe an */
  align-items: center; /* Zentriert den Text und das Bild vertikal zueinander */
  gap: 20px; /* Abstand zwischen Foto und Text */
}

.foto-element {
  width: 183px; /* Passe die Breite des Bildes hier an */
  height: auto;
}





	.text{
	color:#494949  !important;
	padding:5;
	line-height:22px;
	font-weight:normal !important;
	letter-spacing:0.9px;
	font-size:19px !important;
	}
	.ml{margin-left: -5px;}
	.mt{margin-top:15px;}

/* ++++++++++++++++++++++ Werbung +++++++++++++++++++++ */


.carousel-indicators {
  display:none;
}
.carousel-fade .carousel-inner > .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
}
.carousel-fade .carousel-inner > .item.active,
.carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
}

.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
transform: translate3d(0, 0, 0);
}
/*................................................*/

