@font-face {
    font-family: 'NeoSansPro-Regular';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansPro-Regular.woff') format('woff'), url('../fonts/NeoSansPro-Regular.ttf') format('truetype'), url('../fonts/NeoSansPro-Regular.svg#NeoSansPro-Regular') format('svg');
}

@font-face {
    font-family: 'NeoSansPro-Medium';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/NeoSansPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansPro-Medium.woff') format('woff'), url('../fonts/NeoSansPro-Medium.ttf') format('truetype'), url('../fonts/NeoSansPro-Medium.svg#NeoSansPro-Medium') format('svg');
}

.abdunkler {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

.popup {
    font-size: 16px;
    position: fixed;
    z-index: 20;
    top: 100px;
    left: 50%;
    width: 634px;
    margin-left: -357px;
    padding: 30px 40px;
    color: #333333;
    background-color: #ffffff;
    background-image: url('../img/fittingPopup/feld.png');
    background-repeat: no-repeat;
    background-position: 101% 60px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .54);
}

.popup-buchen {
    min-height: 220px;
    padding-right: 180px;
    border-bottom: 1px solid #e5e5e5;
}

.popup-title {
    font-family: 'NeoSansPro-Medium';
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #164194;
}

.popup-title span {
    font-size: 16px;
}

.popup strong {
    font-family: 'NeoSansPro-Medium';
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    color: #333333;
}

.popup small {
    font-size: 12px;
    color: #333333;
}

.popup big {
    font-family: 'NeoSansPro-Medium';
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    color: #333333;
}

.popup .info {
    font-family: 'NeoSansPro-Regular';
    font-size: 12px;
    line-height: 1.35;
    display: block;
    max-width: 60%;
    margin-bottom: 15px;
}

.popup-weiter {
    margin-top: 20px;
}

.popup-weiter p {
    font-family: 'NeoSansPro-Regular';
    max-width: 60%;
    margin-bottom: 20px;
}

.popup-close {
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #999999;
    border: 0;
    background: none;
}
