﻿@font-face {
    font-family: 'MOMEMFont';
    src: url('../fonts/MOMEMFont.eot');
    src: local('☺'), url('../fonts/MOMEMFont.woff') format('woff'), url('../fonts/MOMEMFont.ttf') format('truetype'), url('../fonts/MOMEMFont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear {
    *zoom: 1;
}

    .clear:after {
        clear: both;
    }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: 'MOMEMFont', sans-serif !important;
    letter-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #000000 !important;
    font-family: 'MOMEMFont', sans-serif !important;
    letter-spacing: 1px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
    /*font: 16px/1.5 'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif;*/
    background-color: #000000;
}

.wrapper {
    width: 80%;
    margin: 0 10%;
}

/* Make the body 100% of the browser viewport height */
html, body {
    height: 100%;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin-top: 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =Preloader */
#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #000000;
    color: #ffffff;
}

    #preloader .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #preloader .txt-perc {
        font-size: 35px;
        font-family: 'MOMEMFont', Helvetica, Helvetica Neue, Arial, sans-serif;
        opacity: 1;
        margin: 0 0 6px 0;
        max-width: 400px;
        text-align: center;
    }

    #preloader .progress {
        width: 100px;
        height: 3px;
        background-color: rgba(255, 255, 255, 0.2);
        margin: 0 auto 15px auto;
    }

        #preloader .progress span {
            display: block;
            width: 0;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8);
        }

    #preloader.is-hidden {
        visibility: hidden;
        opacity: 0;
    }

.is-loading {
    overflow: hidden;
}

/* =Header */
.header-container {
    text-align: center;
    color: #ffffff!important;
}

    .header-container .wrapper {
        padding-top: 120px;
        z-index: 2;
        position: relative;
    }

    .header-container .bcg {
        -webkit-transition: -webkit-transform 4s ease-out;
        transition: transform 4s ease-out;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }

    .header-container.is-loaded .bcg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.bcg {
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.header-container .bcg {
    background-image: url(../img/page1.jpg);
    background-size: cover;
}

#slide01 .bcg {
    background: url(../img/01_Hintergrund_Video.png) no-repeat center center;
    background-size: cover;
}

#slide02 .bcg {
    background: url(../img/night.jpg) no-repeat center center;
    background-size: cover;
}

#slide03 .bcg {
    background: url(../img/02_Concept.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide04 .bcg {
    background: url(../img/04_Concept.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide05 .bcg {
    background: url(../img/05_Program.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide06 .bcg {
    background: url(../img/06_Frankfurt.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide07 .bcg {
    background: url(../img/07_Frankfurt_neu.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide08 .bcg {
    background: url(../img/09_Donation.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide09 .bcg {
    background: url(../img/10_Donation.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide10 .bcg {
    background: url(../img/helped_member.png) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide11 .bcg {
    background: url(../img/180223_MOMEM_01.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

#slide12 .bcg {
background: url(../img/180223_MOMEM_02.jpg) no-repeat center center;
	background-size: cover;
	opcity:0.8; 
}

#slide13 .bcg {
background: url(../img/01_Hintergrund_Video.png) no-repeat center center;
	background-size: cover;
	opcity:0.8; 
}


/* =Navigation */
nav {
    display: none;
    position: fixed;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    z-index: 100;
}

    nav a {
        display: block;
        line-height: 25px;
        position: relative;
        padding-left: 20px;
        color: #ffffff;
        text-decoration: none;
    }

        nav a:hover .nav-label {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

    nav .nav-dot {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    nav .nav-label {
        display: block;
        opacity: 0.5;
        visibility: hidden;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
        transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
    }

    nav.is-dark a {
        color: #000000;
    }

    nav.is-dark .nav-dot {
        background-color: rgba(0, 0, 0, 0.5);
    }

    nav.is-light a {
        color: #ffffff;
    }

    nav.is-light .nav-dot {
        background-color: rgba(255, 255, 255, 0.5);
    }

    nav ul {
        margin: 0;
        padding: 0;
    }

    nav li {
        width: auto;
        list-style: none;
    }

    nav a:hover {
        text-decoration: none !important;
    }

        nav a:hover span.nav-label {
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            padding: 0px 0px;
            text-decoration: none !important;
        }


/*our class start*/
.cockpit_loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999988;
    background: #000000;
    opacity: 0.91;
}

    .cockpit_loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 999999 !important;
    }


.first_banner_wrap {
    padding-top: 50px;
    position: relative;
}

.left_intro_txt_wrap {
    font-size: 3em;
    line-height: 1.2;
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
    padding-right: 80px;
    padding: 5px 50px 5px 30px;
}

    .left_intro_txt_wrap .under_line_txt {
        border-bottom: 1px solid #2CEDEB;
        padding-bottom: 12px;
        padding-right: 55px;
    }

.down_slide_arrow {
    width: 64px;
    height: 64px;
    background: url(../img/down-arrow.png) no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
}

.left_col {
    padding-top: 4%;
	width: 30%;
    float: left;
}

.middle_col {
    width: 38%;
    padding: 0px 1%;
    float: left;
}

.right_col {
    padding-top: 4%;
	width: 30%;
    float: left;
}

.middle_element_wrap {
    position: relative;
}

    .middle_element_wrap img {
        width: 100%;
        height: 100%;
    }

.user_photo_wrap {
    width: 32%;
    height: 32%;
    padding: 3%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 50%;
}

.user_photo_inner {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
}

.user_photo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border: 2px solid #2CEDEB;
    border-radius: 50%;
    overflow: hidden;
    background: #000000;
    z-index: 3;
}

.user_name {
    position: absolute;
    left: 100%;
    top: 39%;
    background: #000000;
    opacity: 0.9;
    min-width: 150px;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}

.round_dot {
    height: 6px;
    width: 6px;
    background: #ffffff;
    border-radius: 50%;
}

.oursupport_lbl {
    font-size: 3em;
}

.header_right_top_wrap {
    max-width: 360px;
    padding: 5px;
    margin: 0 auto;
}

.Donationtarget {
    font-size: 2em;
    color: #2CEDEB;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

#prcent_line #divProgressBar {
    height: 14px;
    border-radius: 6px;
    background: #ffffff !important;
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px solid #ffffff !important;
}

    #prcent_line #divProgressBar .ui-progressbar-value.ui-corner-left.ui-widget-header {
        height: 15px;
        border-radius: 6px;
        background: #2CEDEB;
        width: 25%;
        position: absolute;
        left: 0px;
        top: 0px;
        border: 1px solid #2CEDEB !important;
    }


.donate_count {
    font-size: 20px;
    color: #2CEDEB;
    width: 100%;
    position: relative;
}

    .donate_count .left_count {
        width: 50%;
        text-align: left;
        float: left;
    }

    .donate_count .right_count {
        width: 50%;
        float: right;
        text-align: right;
    }

.donation_btn {
    font-size: 200%;
    color: #000000;
    height: 66px;
    line-height: 66px;
    display: block;
    width: 100%;
    border-radius: 32px;
    background: #2CEDEB;
    margin-top: 36px;
}

    .donation_btn:hover {
        color: #000000 !important;
        text-decoration: none !important;
        background: #66FFFF;
    }

.search_ui_wrap {
    position: relative;
    border: 2px solid #2CEDEB;
    border-radius: 20px;
    height: 36px;
    margin-top: 50px;
    overflow: hidden;
}

    .search_ui_wrap .search_icon {
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 7px;
        z-index: 4;
        cursor: pointer;
    }

    .search_ui_wrap .search_input {
        width: 100%;
        color: #2CEDEB;
        background: #000000;
        border: 1px solid #000000;
        height: 33px;
        line-height: 33px;
        padding: 0px 10px;
        z-index: 3;
        font-size: 16px;
    }

#ui-id-2 {
    background: #333333;
    border: 2px solid #2CEDEB;
    border-radius: 6px;
    overflow: hidden;
    color: #ffffff !important;
}

    #ui-id-2 li.ui-menu-item .ui-menu-item-wrapper {
        background: #000000 !important;
        border: 1px solid #000000;
        margin: 0px !important;
    }

        #ui-id-2 li.ui-menu-item .ui-menu-item-wrapper:hover {
            background: #2CEDEB !important;
            color: #000000 !important;
            margin: 0px !important;
            border: 1px solid #2CEDEB;
        }

.custom_input {
    background: #000000;
    border: 2px solid #2CEDEB;
    border-radius: 20px;
    min-height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 16px;
    color: #ffffff;
}

.custom_btn {
    background: #2CEDEB;
    border: 2px solid #2CEDEB;
    border-radius: 20px;
    min-height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    width: 100%;
}

.custom_input.textarea_ui {
    line-height: 18px;
    resize: none;
}

.input_group {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

    .input_group .input_lbl {
        width: 100%;
        text-align: left;
        padding-left: 8px;
    }

    .input_group .custom_input.full_width {
        width: 100%;
    }

.donate_form_wrap {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 10px;
}

    .donate_form_wrap .price_inout_wrap {
        display: inline-block;
        width: 100%;
    }

        .donate_form_wrap .price_inout_wrap .left_area {
            width: 50%;
            float: left;
            border-right: 1px solid #ffffff;
        }

        .donate_form_wrap .price_inout_wrap .right_area {
            width: 50%;
            float: left;
        }

        .donate_form_wrap .price_inout_wrap .right_area {
            padding-top: 150px;
            padding-left: 30px;
            text-align: left;
        }

            .donate_form_wrap .price_inout_wrap .right_area .anothe_amt {
                font-size: 18px;
                font-weight: bold;
                padding-left: 10px;
            }

            .donate_form_wrap .price_inout_wrap .right_area .anothe_amt_input_wrap {
                margin: 6px 0px;
            }

                .donate_form_wrap .price_inout_wrap .right_area .anothe_amt_input_wrap .input_area {
                    display: inline-block;
                }

                    .donate_form_wrap .price_inout_wrap .right_area .anothe_amt_input_wrap .input_area .custom_input {
                        width: 145px;
                    }

                .donate_form_wrap .price_inout_wrap .right_area .anothe_amt_input_wrap .euro_lbl {
                    display: inline-block;
                    padding-left: 5px;
                    font-size: 18px;
                }

        .donate_form_wrap .price_inout_wrap .left_area .radio_btn_wrap {
            width: 100%;
            padding-bottom: 20px;
            text-align: left;
            padding-left: 15px;
        }

            .donate_form_wrap .price_inout_wrap .left_area .radio_btn_wrap .radio_count_lbl {
                position: relative;
                top: 2px;
                display: inline;
                left: 10px;
                font-size: 18px;
            }

        .donate_form_wrap .price_inout_wrap .radio_list {
            border-bottom: 1px solid #ffffff;
            padding-bottom: 40px;
            margin-bottom: 30px;
        }

.yes_chk_wrap {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    margin-bottom: 5px;
}

    .yes_chk_wrap input {
        margin-right: 10px;
    }

.error_msg {
    font-size: 14px;
    color: #2edebe;
    font-weight: bold;
    width: 100%;
    padding-left: 10px;
    text-align: left;
}


.radio_btn_wrap input[type="radio"] {
    display: none;
}

    .radio_btn_wrap input[type="radio"] + label {
        color: #ffffff;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

        .radio_btn_wrap input[type="radio"] + label span {
            display: inline-block;
            width: 22px;
            height: 22px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #2CEDEB;
        }

        .radio_btn_wrap input[type="radio"] + label span {
            background-color: #000000;
        }

    .radio_btn_wrap input[type="radio"]:checked + label span {
        background-color: #2CEDEB;
    }

    .radio_btn_wrap input[type="radio"] + label span,
    .radio_btn_wrap input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.4s linear;
        -o-transition: background-color 0.4s linear;
        -moz-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear;
    }

	.radio_btn{
		text-align: center;;
	}
	.radio_btn_aligned input[type="radio"] {
    display: none;
}

    .radio_btn_aligned input[type="radio"] + label {
        color: #ffffff;
        font-family: Arial, sans-serif;
        font-size: 14px;
		text-align: center;
    }

        .radio_btn_aligned input[type="radio"] + label span {
            display: inline-block;
            width: 22px;
            height: 22px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #2CEDEB;
        }

        .radio_btn_aligned input[type="radio"] + label span {
            background-color: #000000;
			
        }

    .radio_btn_aligned input[type="radio"]:checked + label span {
        background-color: #2CEDEB;
    }

    .radio_btn_aligned input[type="radio"] + label span,
    .radio_btn_aligned input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.4s linear;
        -o-transition: background-color 0.4s linear;
        -moz-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear;
    }

.abstand{
	margin-right:20px;
}

.radio_btn_wrap.abstand{}
	
.helped_member_wrap {
    text-align: center;
}

    .helped_member_wrap img {
        display: inline-block;
    }

.share_btn_wrap {
    padding: 50px 0px;
	text-align: center;
}

.fb_btn_wrap {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.fb_iframe_widget {
    position: relative;
    text-align: center;
    width: 100%;
}

.fb_btn {
    color: #ffffff;
    padding: 5px 5px 5px 25px;
    border: 5px solid #ffffff;
    display: inline-block;
    background: #4067B3 url(../img/facebook-logo.png) no-repeat 5px 7px;
}

.single_txt {
    width: 100%;
    text-align: center;
}

.file_upload_ui_wrap {
    border: 2px solid #ffffff;
    background: #ffffff;
    border-radius: 20px;
    min-height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .file_upload_ui_wrap .top_cover {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 3;
        cursor: pointer;
    }

        .file_upload_ui_wrap .top_cover .btn_txt {
            font-size: 16px;
            font-weight: bold;
            color: #000000;
            position: relative;
            top: -8px;
        }

        .file_upload_ui_wrap .top_cover .upload_icon {
            background: url(../img/cloud-upload.png) no-repeat;
            background-size: 100%;
            display: inline-block;
            height: 28px;
            width: 28px;
            margin-left: 5px;
        }

    .file_upload_ui_wrap input {
        width: 100%;
        position: relative;
        z-index: 4;
        opacity: 0;
        cursor: pointer;
        height: 30px;
    }

.slide_title_wrap {
    padding: 120px 20px;
}

.tile2_wrap {
    position: relative;
    z-index: 3;
    padding: 50px 0px 15px 0px;
}

    .tile2_wrap .tile2_img {
        max-width: 85%;
        margin: 0 auto;
    }

.formular_wrap {
    padding: 0px;
}

.slide03_left_wrap {
    position: relative;
    z-index: 5;
    padding: 50% 5%;
}

.slide03_right_wrap {
    position: relative;
    z-index: 5;
    padding: 5%;
}

.slide12_right_wrap{
	padding-right:35%;
}
.slide12_up_wrap {
    position: relative;
    z-index: 5;
    padding: 30% 35% 0% 0% ;
}
.slide13_left_wrap {
    position: relative;
    z-index: 5;
	padding:2% 30% 2% 5%;
}
.slide13_right_wrap {
    position: relative;
    z-index: 5;
	padding-top:5%;
}
.slide13_up_wrap {
    position: relative;
    z-index: 5;
	padding:2% 15% 2% 0%;
}

.slide14_left_wrap {
  position: relative;
    z-index: 5;
	padding-left:15%;
	padding-right:15%;
 
}


.slide04_right_wrap {
    width: 55%;
    position: absolute;
    right: 0px;
    z-index: 5;
}

.slide04_right_wrap .headr_wrap {
        padding-right: 22%;
        padding-top: 55%;
}

.slide06_right_wrap {
    width: 55%;
    position: absolute;
    right: 0px;
    z-index: 5;
}

.slide06_right_wrap .headr_wrap {
        padding-right: 22%;
        padding-top: 55%;
}

.slide07_right_wrap {
    width: 55%;
    position: absolute;
    right: 0px;
    z-index: 5;
}
.slide07_right_wrap .headr_wrap {
        padding-right: 22%;
        padding-top: 15%;
}

.slide08_left_wrap {
    position: absolute;
    left: 0px;
    z-index: 5;
    padding: 20% 5%;
}

.slide09_right_wrap {
    position: absolute;
    right: 0px;
    z-index: 5;
    padding: 20% 5%;
}

.slide10_left_wrap {
    position: absolute;
    left: 0px;
    z-index: 5;
    padding-top: 5%;
}

.slide10_right_wrap {
    position: absolute;
    right: 0px;
    z-index: 5;
    padding: 5% 10%;
}

.slide011_wrap {
    position: relative;
    z-index: 5;
    padding: 15% 5%;
}

.slide012_wrap {
    position: relative;
    z-index: 5;
    padding: 15% 5%;
}

.slide013_wrap {     
	position: relative;
    z-index: 5;
    padding: 5%;
}



.Facebook_Dialog {
    z-index: 10000;
    background-color: white;
    height: auto !important;
    padding-bottom: 40px !important;
}

    .Facebook_Dialog .tnks_msg {
        font-size: 28px !important;
        color: #000000 !important;
        text-align: center;
        width: 100%;
        display: inline-block;
        padding: 15px 0px;
    }

    .Facebook_Dialog .fb_share_btn {
        background: #3B5998 url(../img/facebook_share.png) no-repeat 8px 7px;
        outline: none;
        background-size: 47px;
        display: block;
        font-size: 28px;
        color: #ffffff;
        text-decoration: none;
        width: 75%;
        margin: 0 auto;
        padding: 10px 10px 10px 65px;
        border: 0px solid #2e4c8b;
        border-radius: 30px;
    }

.ui-dialog .ui-dialog-titlebar-close {
    background: red !important;
    border: 0px solid #000000 !important;
    background: url(../img/close_icon_16.png) no-repeat !important;
    outline: none;
    background-size: 18px;
    background-image: url('file:///C:\D drive\Project_SVN\momem\img\close_icon.png');
}

.color_light_blue {
    color: #2CEDEB;
}

.display_block {
    display: block;
    width: 100%;
}

.padding_left_10 {
    padding-left: 10px;
}

.margin_top_26 {
    margin-top: 26px;
}

.margin_bottom_0 {
    margin-bottom: 0px;
}

.font_bold {
    font-weight: bold;
}

.font_size_36 {
    font-size: 36px;
}

.font_size_20 {
    font-size: 20px;
}

.font_size_16 {
    font-size: 16px;
}

#intro {
    height: 100%;
}

#slide02 {
    min-height: 950px;
}

#slide03 {
    height: 950px;
}

#slide04 {
    min-height: 1050px;
}

#slide05 {
    min-height: 950px;
}

#slide06 {
    min-height: 950px;
}

#slide07 {
    min-height: 950px;
}

#slide08 {
    min-height: 950px;
}

#slide09 {
    min-height: 950px;
}

#slide10 {
    min-height: 950px;
}

#slide11 {
    min-height: 1050px;
}
#slide12 {
     min-height: 950px;
}
#slide13{
		min-height:950px;
}
#slide14{
	min-height:750px;
}
nav a:focus, nav a:hover {text-decoration:none !important; outline:none !important;}

/*our class end*/

/* =Main */
p {
    font-size: 1.2,em;
}

.fs {
    height: 100vh;
}

.slide {
    color: #ffffff;
    position: relative;
}

    .slide .wrapper {
        padding-top: 30px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .slide#slide01 .wrapper {
        position: absolute;
        top: 10%;
    }

    .slide#slide02 .wrapper {
        position: absolute;
        bottom: 10%;
    }

    .slide#slide03 .button {
        border-color: #ffffff;
        color: #000000;
        background-color: rgba(255, 255, 255, 0.9);
    }

        .slide#slide03 .button:hover {
            border-color: #000000;
            background-color: #000000;
            color: #ffffff;
        }

    .slide#slide03 .wrapper {
        padding-top: 100px;
    }

    .slide#slide04 {
        background-color: #000000;
    }

.button {
    text-decoration: none;
    color: #ffffff;
    border: 1px rgba(255, 255, 255, 0.7) solid;
    padding: 8px 15px;
    margin-top: 15px;
    display: inline-block;
    position: relative;
}

    .button:hover {
        border-color: #ffffff;
        background-color: #ffffff;
        color: #000000;
    }

/* =Content Block */
.content-block {
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
}

    .content-block .wrapper {
        padding: 30px 0;
        text-align: center;
    }

.no-touch .content-block .wrapper {
    visibility: hidden;
    opacity: 0;
}

.no-touch .content-block.is-active .wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* =Footer */
.footer-container {
    text-align: center;
    font-size: 1em;
    background-color: #000000;
}

    .footer-container h3 {
        margin: 0;
        padding: 20px 0;
        font-weight: normal;
    }

    .footer-container a {
        color: #2CEDEB !important;
    }

/* =Simple animation up */
.no-touch .slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.no-touch .is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInUp.slideInUp2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.slideInUp.slideInUp3 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#iht_logo {
    width: 100px;
    margin-bottom: 30px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
    body {
        font-weight: 100;
    }

    h1 {
        font-size: 2.6em;
    }

    p {
        font-size: 1.3;
		color: #f1f1f1;
    }
    /* =Header */
    .header-container {
        overflow: hidden;
        position: relative;
    }

        .header-container .wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -120%);
            -ms-transform: translate(-50%, -120%);
            transform: translate(-50%, -120%);
            margin: 0;
            padding: 0;
        }

        .header-container:before {
            font-size: 70em;
        }

    .bcg {
        opacity: 1;
    }

    .slide {
        overflow: hidden;
        overflow-x: hidden;
    }

        .slide section {
            max-width: 400px;
        }

        .slide .wrapper {
            padding-top: 120px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: left;
            width: 100%;
            margin: 0;
        }

        .slide#slide01, .slide#slide02, .slide#slide03 {
            color: #FFFFFF;
        }

            .slide#slide01 .wrapper, .slide#slide02 .wrapper, .slide#slide03 .wrapper {
                top: 20%;
                text-align: center;
            }

            .slide#slide01 section, .slide#slide02 section, .slide#slide03 section, .slide#slide04 section {
                margin: 0 auto;
            }

        /* SLIDE 1 DAY & NIGHT */
        .slide#slide01 {
            color: #ffffff;
        }

            .slide#slide01 .wrapper {

                left: 27%;
                text-align: left;
                -webkit-transform: translate(0);
                -ms-transform: translate(0);
                transform: translate(0);
                padding: 0;
            }

            .slide#slide01 section {
                margin: 0;
                max-width: 45%;
            }

        /* SLIDE 2 */
        .slide#slide02 {
            color: #ffffff;
        }
		
			.slide#slide02 .wrapper {
                top: auto;
                bottom: 50%;
                left: 15%;
                text-align: left;
                -webkit-transform: translate(0);
                -ms-transform: translate(0);
                transform: translate(0);
                padding: 0;
            }

            .slide#slide02 section {
                margin: 0;
				max-width: 45%;
            }

        .slide#slide03 .wrapper {
            padding: 0;
            top: 70%;
            left: 55%;
            /*top: 15%;*/
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        .slide#slide03 section {
            margin: 0 auto;
            max-width: 570px;
        }

        .slide#slide03 .button {
            border-color: rgba(0, 0, 0, 0.7);
            background-color: transparent;
            color: #000000;
        }

        .slide#slide03 .bcg {
            opacity: 1;
        }

    nav {
        display: block;
    }

    .content-block .wrapper {
        padding: 120px 0;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.zone img {
    margin: 800px 0;
    display: block;
}

canvas {
    width: 100%;
    height: auto;
}

.tuerkis {
    color: #2cedeb;
}

@media all and (max-width:1279px) and (min-width:768px) {
    #intro {
		/* min-height: 1380px; */
		min-height: 1420px;
		max-height: 1420px;
	}

    #slide01 {
        min-height: 750px;
        max-height: 750px;
    }

    #slide02 {
        min-height: 900px;
        max-height: 900px;
    }

    #slide03 {
        min-height: 900px;
        max-height: 900px;
    }

    #slide04 {
        min-height: 900px;
        max-height: 900px;
    }

    #slide05 {
        min-height: 900px;
        max-height: 900px;
    }
	
	#slide06 {
        min-height: 900px;
        max-height: 900px;
    }
	
	#slide07 {
        min-height: 900px;
        max-height: 900px;
    }
	
	#slide08 {
        min-height: 900px;
        max-height: 900px;
    }
	
	#slide09 {
        min-height: 900px;
        max-height: 900px;
    }
	
	#slide10 {
        min-height: 1380px;
        max-height: 1380px;
    }
	
	#slide11 {
        min-height: 900px;
        max-height: 900px;
    }
	
 	#slide12 {
        min-height: 900px;
        max-height: 900px;
    }
	
	#slide13 {
		min-height:900px;
		max-height:900px;
	}
	
	#slide14 {
		min-height:900px;
		max-height:900px;
	}
	
	#slide15 {
		min-height:900px;
		max-height:900px;
	}

	

    .first_banner_wrap {
        padding-top: 25px;
    }

    .left_col {
        width: 100%;
    }

    .middle_col {
        width: 100%;
        padding: 30px 15%;
    }

    .right_col {
        width: 100%;
    }

    .search_ui_wrap {
        margin-top: 50px;
    }

    .left_intro_txt_wrap {
        max-width: 90%;
        font-size: 2em;
    }

    .oursupport_lbl {
        font-size: 2em;
    }

    h1 {
        font-size: 2em;
    }

    .down_slide_arrow {
        height: 44px;
        width: 44px;
    }

    .content-block .wrapper {
        padding: 60px 0px;
    }

    .slide_title_wrap {
        padding: 60px 0px;
    }
}

@media all and (max-width:767px) and (min-width:320px) {
    .wrapper {
        margin: 0 5%;
        width: 90%;
    }

    .donate_form_wrap {
        max-width: 300px;
    }

        .donate_form_wrap .price_inout_wrap .right_area {
            padding-left: 10px;
        }

        .donate_form_wrap .price_inout_wrap .left_area {
            width: 40%;
        }

        .donate_form_wrap .price_inout_wrap .right_area {
            width: 60%;
        }

            .donate_form_wrap .price_inout_wrap .right_area .anothe_amt_input_wrap .input_area .custom_input {
                width: 147px;
            }

        .donate_form_wrap .price_inout_wrap .left_area .radio_btn_wrap {
            padding-left: 5px;
        }

        .donate_form_wrap .price_inout_wrap .right_area .anothe_amt_input_wrap .euro_lbl {
            padding-left: 0px;
        }

    .first_banner_wrap {
        padding-top: 20px;
    }

    .middle_element_wrap img {
        width: 85%;
    }

    .middle_col {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .font_size_36 {
        font-size: 2em;
    }

    #intro {
        min-height: 1250px;
        max-height: 1250px;
    }

    #slide01 {
        min-height: 600px;
        max-height: 600px;
    }

    #slide02 {
        min-height: 800px;
        max-height: 800px;
    }

    #slide03 {
        min-height: 800px;
        max-height: 800px;
    }

    #slide04 {
        min-height: 800px;
        max-height: 800px;
    }

    #slide05 {
        min-height: 800px;
        max-height: 800px;
    }

	#slide06 {
        min-height: 800px;
        max-height: 800px;
    }

	#slide07 {
        min-height: 800px;
        max-height: 800px;
    }

	#slide08 {
        min-height: 800px;
        max-height: 800px;
    }

	#slide09 {
        min-height: 800px;
        max-height: 800px;
    }

	#slide10 {
        min-height: 1320px;
        max-height: 1320px;
    }
	
	#slide11 {
        min-height: 800px;
        max-height: 800px;
    }
	
 	#slide12 {
        min-height: 800px;
        max-height: 800px;
    }
	
	#slide13 {
		min-height: 800px;
		max-height: 800px;
	}
	
	#slide14{
		min-height:700px;
		max-height:700px
	}
	
	#slide15{
		min-height:700px;
		max-height:700px
	}
	

    .left_col {
        width: 100%;
    }

    .middle_col {
        width: 100%;
        padding: 0px 5%;
    }

    .right_col {
        width: 100%;
    }

    .left_intro_txt_wrap {
        max-width: 100%;
        font-size: 18px;
        padding-left: 15px;
    }

    .oursupport_lbl {
        font-size: 18px;
    }

    h1 {
        font-size: 1.8em;
    }

    .h2, h2 {
        font-size: 1.6em;
    }

    .down_slide_arrow {
        height: 22px;
        width: 22px;
    }

    .user_name {
        min-width: 115px;
        top: 50%;
        margin-top: -20px;
    }

    .first_banner_wrap {
        padding-top: 10px;
    }

    .header_right_top_wrap {
        max-width: 300px;
    }

    .search_ui_wrap {
        margin-top: 40px;
    }

    .middle_element_wrap img {
        height: 100%;
        width: 100%;
    }

    .content-block {
        position: relative;
        z-index: 2;
    }

    .Donationtarget {
        font-size: 20px;
    }

    #prcent_line #divProgressBar {
        margin-bottom: 10px;
    }

    .donation_btn {
        margin-top: 15px;
        font-size: 18px;
        height: 48px;
        line-height: 48px;
    }

    .slide03_right_wrap .headr_wrap {
        padding-top: 5px;
    }

    .slide_title_wrap {
        padding: 40px 20px;
    }

    #slide03.slide .wrapper {
        position: absolute;
        top: 55%;
        left: 0%;
    }

    .donate_form_wrap .price_inout_wrap .left_area .radio_btn_wrap .radio_count_lbl {
        font-size: 16px;
    }

    .ui-dialog {
        width: 300px !important;
    }

    .Facebook_Dialog .tnks_msg {
        font-size: 18px !important;
    }

    .Facebook_Dialog .fb_share_btn {
        font-size: 18px;
        width: 95% !important;
        background: #3B5998 url(../img/facebook_share.png) no-repeat 6px 5px;
        background-size: 36px;
        padding: 10px 10px 10px 50px;
    }
}

@media all and (max-width:480px) and (min-width:361px) {
    #intro {
	  /*min-height: 1050px;
        max-height: 1050px;*/
        min-height: 1100px;
        max-height: 1100px;
    }

    #slide01 {
        min-height: 400px;
        max-height: 400px;
    }

    #slide02 {
        min-height: 550px;
        max-height: 550px;
    }

    #slide03 {
        min-height: 550px;
        max-height: 550px;
    }

    #slide04 {
        min-height: 550px;
        max-height: 550px;
    }

    #slide05 {
        min-height: 550px;
        max-height: 550px;
    }
	
	#slide06 {
        min-height: 550px;
        max-height: 550px;
    }
	
	#slide07 {
        min-height: 550px;
        max-height: 550px;
    }
	
	#slide08 {
        min-height: 550px;
        max-height: 550px;
    }
	
	#slide09 {
        min-height: 550px;
        max-height: 550px;
    }
	
	#slide10 {
        min-height: 1200px;
        max-height: 1200px;
    }

	#slide11 {
        min-height: 550px;
        max-height: 550px;
    }
 	#slide12 {
        min-height: 550px;
        max-height: 550px;
    }
	#slide13{
		min-height:550px;
		max-height:550px:
	}
	#slide14{
		min-height:550px;
		max-height:550px;
	}
	#slide15 {
        min-height: 550px;
        max-height: 550px;
    }
	

    .user_name {
        min-width: 145px;
    }
}

@media all and (max-width:1279px) and (min-width:980px) {
}


/* Loader css */
.loader-xbox, .loader-xbox:before, .loader-xbox:after {
    position: absolute;
    border: 5px solid transparent;
    border-radius: 50%;
    animation: rotate linear infinite;
    content: '';
}

.loader-xbox {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.loader-xbox {
    height: 70px;
    width: 70px;
    animation-duration: 1.15s;
}

    .loader-xbox:before {
        height: 50px;
        width: 50px;
        top: 5px;
        left: 5px;
        animation-duration: 3s;
    }

    .loader-xbox:after {
        height: 30px;
        width: 30px;
        top: 15px;
        left: 15px; /*animation-duration: 4s;*/
    }


    .loader-xbox, .loader-xbox:before, .loader-xbox:after {
        border-top: 5px solid #0a3852 !important;
    }

/* Loader css end */
#impressum {
    z-index: 9999;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* Footer */
.footer-distributed{
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #f1f1f1;
	font-size: 1em;
	margin: 0;
}

/* Footer links */
.footer-distributed p.footer-links{
	font-size:1em;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}

/* Footer Modal Styles */
.modal-body p {color:#333333;}

/* Language Switcher */
.langswitcher a {
    color: #2CEDEB!important;
    text-decoration: none;
	text-align: right!important;
}
a:active, a:hover {
    outline: 0;
	text-decoration: underline;
}
a:focus, a:hover {
    text-decoration: underline;
}

/***** Boundcing arrow intro screen *****/
.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
	padding-top: 10px;
	color: #ffffff;
	-webkit-text-stroke: 1px #000000;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

/***** Kontaktformular *****/
.form-top{
  margin-top: 30px;
}
.panel{
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
  border-radius: 6px;
    border: 0;
}
@-moz-document url-prefix() {
    .form-control{
      height: auto;
    }
}
.panel-primary{
  background-color: #2c3e50;
  color: #fff;
}
.panel-primary>.panel-heading {
    color: #fff;
    font-size: 20px;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.btn-warning{
  background-color: transparent;
  border-color: #bdc3c7;
}




