/* --- Routenplaner --- */
.rpwrapper{background:rgb(249,249,249);padding:20px 30px;}
.rpwrapper .toggle{font-size:1.0em;text-align:center;color:#666666;cursor:pointer;transition:all ease 1.0s;}
.rpwrapper .toggle:hover{color:#27C1E8;}
.rp .headline{margin:auto;font-size:0.8em;font-weight:bold;margin-bottom:10px;color:#666666 !important;text-align:center;padding:15px;}
.rp button{width:100%;}
.rpwrapper .input-group-label{background:#e6e6e6;color:#666;border:1px solid #E6E6E6;}
.rpwrapper .input-group{margin-bottom:1rem;}


/* --- Teaser Mini --- */
.teasermini:hover img{transform:scale(1.1);}
.teasermini img{transition:.3s all ease-in-out;}
.teasermini{min-height: 150px; margin-bottom:30px; background: #F2F2F2; font-size: 0.9em;}
.teasermini:hover{box-shadow: 0px 0px 7px rgba(0,0,0,0.1);}
.teaserminiImage{overflow:hidden;}
.teaserminiContent{padding: 20px;}
.teasermini p{font-family: sansationregular; padding: 0px; padding-bottom: 20px; border-bottom: 1px solid #ddd; min-height: 75px;}
.teaserminiHeadline{font-family: 'Open Sans', sans-serif; color: #666666; min-height: 30px; padding-bottom: 10px; margin-bottom: 5px; border-bottom: 1px solid #e5e5e5;}
.teaserminiFooter{}
.teaserminiFooter .more{position: relative;}
.teaserminiFooter .date{color: #999;}