.headline2-blue .subline {
    color:#33a4d4;
}
.headline2-green .subline {
    color:#48ab8c;
}
.headline2-dark .subline {
    color:#252525;
}
.headline2-gray .subline {
    color:#2d2d2e;
}
.headline2-lightblue .subline {
    color:#d9eeff;
}
.headline2-white .subline {
    color:#fff;
}
.col-sm-9 .component-pdf-reader-lightbox {
    padding-top:2em !important;
    margin-bottom:3em;
}
.col-sm-9 .component-pdf-reader-lightbox .rest {
    margin:0;
}
.slider .owl-controls {
    position: static;
}
.modul.green .front:after,
.modul.green .front:before {
    border-top-color: #eceeed;
    border-bottom-color: #eceeed;
}
.modul.green span {
    color:#3c3c3c;
}
#wabe {
    background: url('https://medisoft.de/fileadmin/site/Resources/Public/Images/basis-logo.png') no-repeat center;
}
@media (max-width:767px) {
    #wabe {
        background-size:110px 14px;
    }
}
@media (max-width:479px) {
    #wabe {
        background-size:80px 10px;
    }
}
.component ol:not(.no-styling) li,
.multipart-column ol:not(.no-styling) li {
    list-style-type: unset !important;
}
.lists-style-dots .wrapper ol:not(.no-styling)  li:before {
    content:none !important;
}
.component-text_with_image.text-align-right .bodytext {
    max-width:50em;
    float:right;
}
.component-text_with_image .button-wrapper {
    clear:both;
}
#starttext-1 .container-fluid {
    margin-top:150px;
}
.link-to-uncrypt-mailto {
    cursor: pointer;
}
@media(min-width:960px) {
    .contact-form-new textarea {
        min-height: 28.05em;
    }
}
.job-contact.csc-mailform form input,
.job-contact.csc-mailform form select {
    height:2em;
    padding:1.25em 1em ;
}
.job-contact.csc-mailform form label {
    font-weight:normal;
}
.job-contact.csc-mailform .csc-form-element-select select {
    width:100%;
    padding:.25em 0;
}
.job-contact.csc-mailform .csc-form-element-textline {
    margin:1%;
    border:0;
    width:48%;
}
.job-contact.csc-mailform .form-wrap-inner  {
    width:102%;
    margin-left:-1%;
}
.job-form-part1,
.job-form-part3 {
    padding:1em 1%;
}
.job-form-part2 {
    display: flex;
    flex-wrap:wrap;
    align-items: flex-end;
}
.job-form-part2 input,
.job-form-part2 textarea {
    width:100%;
}
.job-form-part2 textarea {
    min-height:8em;
}
.job-contact.csc-mailform .element-radio input {
    width:1.25em;
    height:1.25em;
    position: relative;
    top:.25em;
}
.job-contact.csc-mailform .element-radio {
    padding:1em 0;
}
.job-contact.csc-mailform .csc-form-element-checkbox input {
    width:1.25em;
    height:1.25em;
    position: relative;
    top:.25em;
}
.job-contact.csc-mailform form input[type="submit"] {
    padding:.25em 1.5em;
    height:auto;
}
.job-contact.csc-mailform form input[type="submit"]:hover {
    text-decoration: none;
}
.csc-form-element-fileupload {
    width:100%;
}
.job-contact  textarea {
    padding:.5em 1em
}
.job-contact [type=text],
.job-contact  [type=email],
.job-contact  textarea,
.job-contact [type=date],
.job-contact select,
.job-contact #dropzone-custom {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25) inset;
    background-color: #f7f8f7;
    border:0;
    border-radius:.2em;
}
.job-contact #dropzone-custom {
    border:2px dotted #a5a5a5;
    border-radius:.5em;
}

.timeline {
    display: flex;
    width: 102%;
    margin-left: -1%;
}
@media (max-width: 1199px) {
    .timeline {
        flex-direction: column;
    }
}
.timeline .timeline-item {
    flex: 1;
    margin: 1%;
    display: flex;
    flex-direction: column-reverse !important;
}
.timeline .owl-item:nth-child(2n+1) .timeline-item {
    flex-direction: column !important;
}
@media (max-width: 1199px) {
    .timeline .timeline-item:nth-child(2n+1) {
        flex-direction: row-reverse;
    }
}
.timeline .timeline-item .text {
    width: 200%;
    font-size: 0.9em;
    line-height: 1.3em;
}
.timeline .timeline-item .text p {
    margin:0;
}
.timeline .timeline-item:last-child .text {
    width: 105%;
}
.timeline .text {
    position: relative;
    padding-left: 1em;
    left: calc(50% - 3px);
    border-left: 6px solid #33a4d4;
    color:#F4970B;
    font-weight: bold;
}
@media (min-width: 1200px) {
    .timeline .text {
        min-height: 10em;
    }
}
.timeline .text:empty {
    border: 0;
}
.timeline .date {
    background-color: #33a4d4;
    font-size: 2em;
    font-weight: bold;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    position: relative;
    height: 2.25em;
}
@media (max-width: 1199px) {
    .timeline .date {
        width: 10em;
    }
}
.timeline ul {
    padding-left: 1.25em;
    overflow: visible;
}
.timeline ul li {
    float: none;
    width: 100%;
    padding: 0;
    list-style-type: disc !important;
}
.timeline ul li:before {
    content: none;
}
.timeline .arrow-up {
    position: absolute;
    top: -1em;
    left: calc(50% - 1em);
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #F4970B;
    z-index: 2;
}
.timeline .bottom-arrow .arrow-up {
    top: auto;
    bottom: -1em;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #F4970B;
    border-bottom: 0;
    z-index: 2;
}
.timeline .bottom-arrow .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.timeline ul {
    margin: 0;
}

@media (max-width: 1199px) {
    .timeline {
        flex-direction: column;
    }
    .timeline .arrow-up,
    .timeline .bottom-arrow .arrow-up {
        width: 0;
        height: 0;
        top: 0;
        left: auto;
        bottom: auto;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-left: 0.5em solid #F4970B;
        right: -1.5em;
        z-index: 3;
    }
    .timeline .timeline-item {
        display: flex;
        flex-direction: row !important;
        margin-bottom: 1em;
    }
    .timeline .date {
        width: 5em;
        flex: 0 0 5em;
        font-size: 1.5em;
    }
    .timeline .text {
        width: 100%;
        flex: 1;
        left: 0;
        border-left: 0;
        border-top: 3px solid #33a4d4;
        margin-top: calc(1em - 3px);
        padding-top: 1em;
        font-weight: bold;
    }
    .timeline .text:empty {
        display: none;
    }
}
.component-timeline .owl-controls {
    position: absolute;
    bottom:-.7em;
    width:100%;
    color:#33A4D4;
    font-weight: bold;
    font-size: 3em;
}
.component-timeline .owl-controls .owl-prev {
    float: left;
    position: relative;
    left:-1em;

}
.component-timeline .owl-controls .owl-next {
    float: right;
    right:-1em;
    position: relative;
}
.component-timeline .owl-wrapper-outer {
    position: relative;
}

.component-timeline .owl-wrapper-outer:before,
.component-timeline .owl-wrapper-outer:after {
    content:'';
    height:100%;
    position: absolute;
    top:0;
    width:7em;
    z-index: 5;
}
.component-timeline .owl-wrapper-outer:before {
    left:0;
    background:red;
    background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}
.component-timeline .owl-wrapper-outer:after {
    right:0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.component-comb-basis6 .comb-row:nth-child(2n+1) {
    margin-left: 11em;
    margin-right:0;
}
.comb-rows-wrapper {
    overflow: hidden;
}
.comb-rows-wrapper .comb-rows {
    padding-left:1em;
}
@media(min-width:768px) {
    .component-comb-basis6 {
        font-size:.75vw;
    }
    .comb-rows-wrapper .comb-rows {
        padding-left:0;
    }
}
@media(min-width:1200px) {
    .component-comb-basis6 {
        font-size:.55em;
        max-width:800px;
    }
}
#mainNavi li {
    margin-right:25px;
}
.align_left {
	float:left;
}
.warn-container {
	margin:1em 0 0;
	padding:2%;
	background-color:#d9eeff;
}
@media(min-width:700px) {
	.component-2fareg-form .buttons-wrapper {
		display:flex;
		justify-content:space-between;
	}
}
[readonly] {
	background-color:#ddd !important;
	opacity:.6;
}
.standalone #mainNavi,
.standalone .breadcrumb,
.standalone #footer {
	display:none;
}
.standalone #logo {
	position:relative;
}
.standalone #logo:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.page-team .header {
	min-height:33vw;
}
@media (max-width:1099px) {
	.page-team .header {
		position:relative;
	}
	.page-team .header .container-fluid {
	    position: absolute;
	    bottom: -1em;
	}
	.page-team .header h1 {
		padding:5px 10px;
	}
}


.marquee-wrapper {
    width: 100%;
    height: 1.5em;
    margin-bottom: 1em;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.marquee-inner a {
    display:inline-block;
    padding:1em 0;
}
.marquee:hover  .marquee-inner {
    animation-play-state: paused;
}
.marquee-inner {
    animation: marquee 5s linear infinite;
    font-weight: bold;
    margin-bottom: 1em;
}
@media (max-width:799px) {
    .marquee-inner {
        animation-duration: 2s;
    }

}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-33.3333333333333333%);
    }
}

 .videos-local-wrapper video {
        max-width:100%;
        height:auto;
    }
@media(min-width:1100px) {
    .videos-local-wrapper {
        display: flex; 
        width:102%;
        flex-wrap: wrap;
        margin-left:-1%;
    }
    .videos-local-wrapper .video-local-wrapper {
        flex: 0 0 48%;
        margin:1%;
    }

}
.dz-complete .dz-error-mark {
    display: none;
}
.coming-soon {
    width:55%;
    position: absolute !important;
    left:1%;
    bottom:34%;
}
.page-roadshow .wrapper  .container-fluid li {
    float:none;
    width:100%;
}
.page-roadshow  .wrapper .container-fluid li {
    padding-left:1.5em;
}
.page-roadshow  .wrapper .container-fluid li:before {
    display: inline-block;
    content: "»" !important;
    top: 0.6em;
    background-image: none !important;
    color: #33a4d4;
}
.page-roadshow .container-fluid .img.left {
    max-width:20em;
}
.page-roadshow .wrapper {
    padding-top:1em;
    padding-bottom:1em;
}