@font-face {
    font-family: DINCompPro;
    src: url(../fonts/DINWebPro.eot);
    src: url(../fonts/DINWebPro.eot?#iefix) format('embedded-opentype'), url(../fonts/DINWebPro.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DINCompPro-Light;
    src: url(../fonts/DINWebPro-Light.eot);
    src: url(../fonts/DINWebPro-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/DINWebPro-Light.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DINCompPro-Medium;
    src: url(../fonts/DINWebPro-Medium.eot);
    src: url(../fonts/DINWebPro-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/DINWebPro-Medium.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DINBlack;
    src: url(../fonts/DINPro-Black.woff2) format('woff2'), url(../fonts/DINPro-Black.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

p:not(.heading), b, strong, span, li, a, .btn {
    font-family: DINCompPro,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

h1, h1 > a, h1 > span, h2, h2 > a, h2 > span, h3, h3 > a, h3 > span, h4, h4 > a, h4 > span, h5, h5 > a, h5 > span, h6, h6 > a, h6 > span, p.heading, p.heading a, p.heading > span {
    font-family: DINBlack,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.pointer {
    cursor: pointer;
}

header {
    min-height: 60px;
}

.container {
    max-width: 100%;
}

b, blockquote, strong {
    color: black;
}

.row.flexrow {
    display: flex;
    flex-wrap: wrap;
}

    .row.flexrow > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .row.flexrow:after,
    .row.flexrow:before {
        display: flex;
    }

.selectBox {
    height: 100%;
    padding: 7.5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

    .selectBox h1, .selectBox h2, .selectBox h3, .selectBox h4, .selectBox h5, .selectBox h6 {
        margin-top: 0;
    }

.panel-default > .panel-heading {
    padding: 15px;
    position: relative;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        border-top: none;
        margin: 0;
    }

.panelSmFont {
    font-size: 14px;
    font-family: DINCompPro,'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: none;
    margin-right: 30px;
}

span.bigFont {
    font-size: 20px;
}

.expandIcon {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
}

html.no-touch a:hover, .panel a:active, .panel a:focus {
    color: #fd9217;
}

.navigation nav.main ul li.has-child ul li span.active a::before, html.no-touch .navigation nav.main ul li.has-child ul li span.active a:hover::before {
    background: #fff;
}

.kursDetailTable td {
    display: block;
    padding: 5px;
    vertical-align: top;
    white-space: pre-wrap;
}

.kursDetailTable tr {
    display: block;
    padding-bottom: 15px;
    background: white;
}

.kurskoordinaten {
    overflow: hidden;
    max-height: 0;
    transition: max-height ease 1.25s;
}

    .kurskoordinaten.expanded {
        max-height: 999px;
        transition: max-height ease 2.5s;
    }


    .kurskoordinaten p {
        margin: 0;
    }

        .kurskoordinaten p:first-child {
            margin-top: 15px;
        }

.detailInfoTable {
    border-bottom: 1px solid #ccc;
}

    .detailInfoTable .kurskoordinaten {
        max-height: 100%;
    }

        .detailInfoTable .kurskoordinaten p {
            margin: 0;
        }

table.detailInfoTable tr {
    background: white;
}

    table.detailInfoTable tr td {
        vertical-align: top;
    }

.iconWrapper {
    width: 20px;
    height: 20px;
    background: #fd9217;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    font-size: 16px;
    line-height: 22.8px;
}

    .iconWrapper.sm {
        width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 19.8px;
    }

fieldset.buchungsFieldset {
    position: relative;
    border: 2px solid #fd9217;
    border-radius: 8px;
    margin-top: 20px;
    padding: 20px 10px;
    min-height: 300px;
}

    fieldset.buchungsFieldset legend {
        position: absolute;
        color: #fd9217;
        background-color: #fff;
        font-size: 14px;
        left: 20px;
        top: -17px;
        padding: 0 8px;
        line-height: 1.2em;
        border: none;
        display: inline-block;
        width: auto;
    }

    fieldset.buchungsFieldset input, fieldset.buchungsFieldset textarea, fieldset.buchungsFieldset select {
        margin-bottom: 7.5px;
    }

    fieldset.buchungsFieldset textarea {
        width: 100%;
        min-height: 200px;
    }

    fieldset.buchungsFieldset label {
        font-size: 15px;
    }

    fieldset.buchungsFieldset.institution legend {
        top: -22px;
    }

    fieldset.buchungsFieldset.institution {
        margin-top: 35px;
    }

        fieldset.buchungsFieldset.institution:not(.useInstitution) {
            min-height: 0;
            margin-top: 37px;
            border: 0;
        }

            fieldset.buchungsFieldset.institution:not(.useInstitution) .fieldsetContent {
                display: none;
            }

input.ng-invalid:not(.ng-pristine):not(:focus),
select.ng-invalid:not(.ng-pristine):not(:focus) {
    border: 2px solid red;
}

input.ng-invalid.formSubmitted,
select.ng-invalid.formSubmitted {
    border: 2px solid red;
}

span.error {
    color: red;
}
/* Responsive html tables */
.mobFriendlyTable {
    margin: 1em 0;
    min-width: 300px;
}

    .mobFriendlyTable > tbody > tr > td {
        vertical-align: top;
    }

    .mobFriendlyTable > tbody > tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .mobFriendlyTable > tbody > tr > th {
            display: none;
        }

        .mobFriendlyTable > tbody > tr > td {
            display: block;
            padding: 5px;
        }

            .mobFriendlyTable > tbody > tr > td:first-child {
                padding-top: .5em;
            }

            .mobFriendlyTable > tbody > tr > td:last-child {
                padding-bottom: .5em;
            }

            .mobFriendlyTable > tbody > tr > td:before {
                content: attr(data-th) ": ";
                font-weight: bold;
                display: block;
            }

    .mobFriendlyTable.inline > tbody > tr > td:before {
        display: inline-block;
        margin-right: 5px;
    }

.mobFriendlyTable {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

    .mobFriendlyTable > tbody > tr {
        border-color: #ccc;
        border-top: none;
    }

        .mobFriendlyTable > tbody > tr > th, .mobFriendlyTable > tbody > tr > td {
            text-align: left;
            padding: 0;
            margin: .5em 1em;
        }

            .mobFriendlyTable > tbody > tr > th, .mobFriendlyTable > tbody > tr > td:before {
                color: black;
            }

    .mobFriendlyTable tr:nth-of-type(even) td {
        background: transparent;
    }

table th {
    font-size: 16px;
}

.panel-body {
    overflow-x: scroll;
}

.patnerSection img {
    width: auto;
}

.banner .item.medium {
    margin-top: 60px;
}

.teamBlock {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .teamBlock .teamMember {
        width: 100%;
        height: 260px;
        max-height: 450px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .teamBlock .teamName {
        font-size: 22px;
    }

/* Custom Radio buttons*/
.rad,
.ckb {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

    .rad > input,
    .ckb > input { /* HIDE ORG RADIO & CHECKBOX */
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* RADIO & CHECKBOX STYLES */
    /* DEFAULT <i> STYLE */
    .rad > i,
    .ckb > i {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        transition: 0.2s;
        box-shadow: inset 0 0 0 8px #fff;
        border: 1px solid gray;
        background: gray;
    }
    /* CHECKBOX OVERWRITE STYLES */
    .ckb > i {
        width: 25px;
        border-radius: 3px;
    }

    .rad:hover > i { /* HOVER <i> STYLE */
        box-shadow: inset 0 0 0 3px #fff;
        background: gray;
    }

    .rad > input:checked + i { /* (RADIO CHECKED) <i> STYLE */
        box-shadow: inset 0 0 0 3px #fff;
        background: #fd9217;
    }
    /* CHECKBOX */
    .ckb > input + i::after {
        content: "";
        display: block;
        height: 12px;
        width: 12px;
        margin: 2px;
        border-radius: inherit;
        transition: inherit;
        background: gray;
    }

    .ckb > input:checked + i::after { /* (RADIO CHECKED) <i> STYLE */
        margin-left: 11px;
        background: #fd9217;
    }

.ui-slider-handle {
    outline: none;
    outline: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #fd9217;
    border-color: #ccc;
}

.ui-widget-header {
    background: #fd9217;
}

.ui-state-tip {
    position: absolute;
    top: 30px;
    display: inline-block;
    background: #fd9217;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white !important;
}

    .ui-state-tip:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
        border: 4px solid #fd9217;
        border-top-color: transparent;
        border-right-color: transparent;
    }

select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

#slider-range {
    margin: 0 10px 25px 10px;
}

span.btn.c1-borders.c1-text.active {
    background: #fd9217;
    color: #fff;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, .26);
    z-index: 999;
    max-height: 90%;
    overflow: scroll;
}

    .popup .popupHeader {
        background: #fd9217;
        padding: 10px 25px;
    }

        .popup .popupHeader h1, .popup .popupHeader h2, .popup .popupHeader h3, .popup .popupHeader h4 {
            color: white;
        }

        .popup .popupHeader .close {
            font-size: 30px;
            opacity: 1;
            color: white;
            position: absolute;
            top: 10px;
            right: 15px;
        }

    .popup .popupContent {
        padding: 25px;
    }

    .popup img {
        max-height: 250px;
        width: auto;
        margin-bottom: 15px;
    }

span.star {
    font-size: 25px;
    color: #aaa;
    cursor: pointer;
}

    span.star.active {
        color: #fd9217;
    }

.row.extraOffsetTop {
    margin-top: 50px;
}

table.small th, table.small td {
    padding: 5px !important;
}

.fontBox .heading, .fontBox h1, .fontBox h2, .fontBox h3, .fontBox h4, .fontBox h5, .fontBox span.intro, .fontBox .text p {
    text-shadow: 3px 3px 20px #000;
}

@media screen and (min-width: 480px) {
    .kursDetailTable td {
        display: table-cell;
        padding: 10px;
    }

    .kursDetailTable tr {
        display: table-row;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .mobFriendlyTable > tbody > tr > th, .mobFriendlyTable > tbody > tr > td {
        display: table-cell;
        padding: .25em .5em;
    }

        .mobFriendlyTable > tbody > tr > th:first-child, .mobFriendlyTable > tbody > tr > td:first-child {
            padding-left: 0;
        }

        .mobFriendlyTable > tbody > tr > th:last-child, .mobFriendlyTable > tbody > tr > td:last-child {
            padding-right: 0;
        }

        .mobFriendlyTable > tbody > tr > td:before, .mobFriendlyTable.inline > tbody > tr > td:before {
            display: none;
        }

    .mobFriendlyTable > tbody > tr > th, .mobFriendlyTable > tbody > tr > td {
        padding: .5em !important;
    }

    fieldset.buchungsFieldset label {
        font-size: 13px;
    }

    .popup {
        overflow: visible;
    }
}

@media screen and (min-width:992px) {
    .banner .item.medium {
        margin-top: 80px;
    }
}

@media screen and (min-width:1200px) {
    fieldset.buchungsFieldset label {
        font-size: 14px;
    }
}

.kurskoordinaten ol {
    margin-left: 30px;
}

/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
    .apc.banner .item.medium, .apc.banner .item.medium .container, .apc.banner .item.medium .row {
        height: 50%;
    }
}

/**
 * Language Switcher
 * This Element is only used on the Customer Application Page
*/
#language-switch {
    background-color: #f7941d;
}

    #language-switch a,
    #language-switch span {
        color: #ffffff;
    }

        #language-switch a.active,
        #language-switch a:hover {
            color: #080808;
        }

/**
 * Override Form
*/
.form-group.dropdown:after {
    content: none;
}

.umbraco-forms-form .umbraco-forms-field.swicazusatz .text p {
	font-size: 12px;
	margin-top: -20px;
}


/**
 * Language Pod
*/
@media (min-width: 992px) {
    .language-pod {
        margin-top: 81px;
    }
}

@media (min-width: 1200px) {
    .language-pod {
        margin-top: 88px;
    }
}

.umbraco-forms-submitmessage a,
html.no-touch .base-text .umbraco-forms-submitmessage a:hover,
.umbraco-forms-submitmessage a:hover {
    color: #ffffff !important;
}

.10erAboBestellformular p {
		font-size: 30px;
		color: #ff0000;
}