@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.space-70 {
    height: 70px;
    display: block;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

.tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.tim-row {
    padding-top: 50px;
}

.tim-row h3 {
    margin-top: 0;
}

a.btn.btn-full-width {
	width: 100%;
}
a.btn.btn-w250 {
	min-width: 200px;
}

div.offer-image-overlay {
    width: auto;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-top: -56px;
    border-radius: 5px 5px 0px 0px;
    margin-left: -5px;
    margin-right: -5px;
    border: 1px solid silver;
	margin-bottom: 20px
}

/* deaktiverte Tage */
tr.hidden_day {
    background-color: lightgrey;
}

#spinner > input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid lightgrey;   
}

.rotated-element {
    position: absolute;
    /* top: 0px; */
    width: 54%;
    text-align: center;
    /* left: 0px; */
    transform: rotate(-45deg);
    /* left: 0px; */
    border: 1px solid silver;
    top: 11%;
    left: -17%;
    background-color: white;
    color: black;
    line-height: 36px;
    opacity: 0.99999;
    font-weight: bold;
}

@media (min-width: 992px) {
	.container-fluid.dienstelist .col-md-4 {
		width: 19% !important;
	}  
	.container-fluid.dienstelist .col-md-4 .rotated-element {
		font-size: 12px !important;
		top: 8%;
		left: -14%;
	}
}

h4.card-title {
    display: block;
    height: 58px;
}


.bestaetigt-element {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    height: 38%;
    display: block;
    /* margin-top: -40%; */
    z-index: 1000000000;
    left: 25%;text-shadow: 1px 1px 10px rgba(150, 150, 150, 1); color: white;
}
.bestaetigt-element i.material-icons {
    font-size: 72px;
    display: block;
    margin-bottom: 20px;
    color: white;
    
}
