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

@import url('preise.css');

/* Silbentrennung === Top ====*/

.silben {   
	-moz-hyphens: auto;
  	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto;
}


.rancho {
    color: #0b2f63;
    font-family: "Rancho",cursive;
    line-height: 1em;
    margin: 10px 0 10px;
    padding: 0;
}

.bbw {border-bottom-style: solid;
  border-width: medium;
  border-color: #fff
}

.bbb {
  border-bottom-style: solid;
  border-width: medium;
	color:#000;
}

/*
.responselemente {
    visibility: visible;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: none;
}
*/

.kursive { 
	font-style:italic;
}

