.gf-menu li {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 0px;
    margin-right: 15px;
    border: 1px solid transparent;
    margin-top: 30px;
}

#rt-logo {
    display: block;
    margin: 27px 25px 0px;
}



/* CSS Klassen zur Verrundung der Ecken an Bildern */
.cms24-cornerround-small-top {
  /* Safari, iOS, Android */
  -webkit-border-radius: 8px 8px 0px 0px; /* top left, top right, bottom right, bottom left */

  /* Firefox */
  -moz-border-radius: 8px 8px 0px 0px; /* top left, top right, bottom right, bottom left */
  
  /* Opera, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 8px 8px 0px 0px; /* top left, top right, bottom right, bottom left */
}

.cms24-cornerround-small {
  /* Safari, iOS, Android */
  -webkit-border-radius: 5px 5px 0px 0px; /* top left, top right, bottom right, bottom left */

  /* Firefox */
  -moz-border-radius: 5px; 
  
  /* Opera, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px; 
}



/* vorhandene Klasse für Bilduntertitel neu definieren */
.rt-about-info {
	/* Safari, iOS, Android */
  -webkit-border-radius: 0px 0px 8px 8px; /* bottom right, bottom left, top left, top right */

  /* Firefox */
  -moz-border-radius: 0px 0px 8px 8px; /* bottom right, bottom left, top left, top right */
  
  /* Opera, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px 0px 8px 8px; /* bottom right, bottom left, top left, top right */
}

/* CSS Code für horizontales Menue in Modulposition Bottom */
    #cms24-menu-Anbieterkennzeichnung .menu li {
        display: inline-block;
    }
	
	
/* CSS Code für Farbe der Primary Buttons	*/
	
.btn-primary {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #e44a4b, #ae3c3c);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:active, btn-primary.active {
	background-color: #ae3c3c;
	color: #fff;
}
