/* custom.css */

/*** margin-top bei obersten Einträgen in Dropbar entfernen ***/
.uk-navbar-dropdown li:first-child a {padding-top: 0px !important;}

/*** Abstand Zeilenumbruch Buttons ***/
.uk-button {
    padding: 10px 40px;
    line-height: 33px;}

/*** RS Form ***/
input[type="checkbox"] {margin-right: 3px;}
label {margin-right: 20px;}
form h3 {
    margin-top:20px;
    margin-bottom:0px;}
.rsform-submit-button {
    background-color: #F0F0F0;
    color: #C1150B;
    border: 1px solid transparent;
}
.rsform-type-jquerycalendar input {
    width: calc(100% - 100px);
}
.rsform-type-jquerycalendar button, .rsform-type-jquerycalendar button:hover {
    width: 100px;
    padding: 2px 40px;
    background: red;
    color:#FFF;
    font-weight: 800;
}
.tm-header .uk-sticky-below {
	border-bottom: 1px solid #e5e5e7;
}
.icon-directions {
  display: inline-block;
  transform: scale(0.85);
  opacity: 0.9;
}
.link-directions:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 2px 12px 0 2px;
    background-image: url("/images/icons/link-extern.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.link-directions-marker:before {
    margin: 0 5px 0 2px;
}




































