#NO-PADDING,
.no-padding {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

#NO-MARGIN,
h1,
h2,
h3,
.no-margin {
    margin: 0;
}

#POSITION-REALTIVE,
html,
.banner,
.section .section-image,
.section-text,
.col-md-6,
.footer,
.position-relative {
    position: relative;
}

#POSITION-ABSOLUTE,
.teaser,
.section .section-image h2,
.section h2,
.section p,
.logo-footer,
.position-absolute {
    position: absolute;
}

#COLOR-WHITE,
body,
.color-white {
    color: #fff;
}

#BLUE-BACKGROUND,
.blue-background {
    background-color: #c6c5e5;
}

#LILA-BACKGROUND,
.panel-default>.panel-heading,
.panel-body,
.footer,
.lila-background {
    background-color: #c6c5e5;
}


body {
    font-family: Oswald;
    font-size: 16px;
}

p {
    font-weight: 300;
}


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

h1,
h2,
h3,
h4,
h5 {
    font-family: Oswald;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}
.osmedium{font-weight: 500;}
.container-fluid {
    max-width: 1920px;
}

.section,
.section h2 {
    color: #0c1d48;
}

.section h2 {
    padding-left: 25%;
    width: 100%;
}

.section .section-image {
    padding: 0;
}

.section-lila {
    background: #c6c5e5;
    color: #0c1d48;
}

.section-blau {
    background: #0c1d48;
}

.section-blau,
.section-blau h2 {
    color: #fff;
}

.section h2,
.section p {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*
.section-blau .section-text {
    height: 100%;
}
*/
.teaser {
    bottom: 0;
    left: 55%;
    transform: translate(-55%, 0);
    /*width: 100%;*/
    padding-bottom: 2%;
}

.teaser p {
    color: #c4c5e3;
}

.teaser-logo {
    width: 100%;
}

.section-1 {
    border-top: 5px #c6c5e5 solid;

}

.section-2 {
    border-top: 10px #0c1d48 solid;
}

.section-2 .col-md-6,
.section-3 .col-md-6 {
    min-height: 360px;
}

.panel-default>.panel-heading {
    border-color: none;
    color: #0c1d48;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
}

.panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

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

.panel-title {
    text-align: center;
}

.footer {
    bottom: 0;
    width: 100%;
    height: auto;
    color: #0c1d48;
    padding: 120px 0 25px 0;
}

.logo-footer {
    top: -80px;
    left: 50%;
    transform: translate(-50%, -80px);
}



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media (min-width: 320px) {}



/* Extra Small Devices, Phones */

@media (min-width: 480px) {}

// Small devices (landscape phones, 544px and up)
@media (min-width: 544px) {
    ...
}



/* Small Devices, Tablets */

@media (min-width: 768px) {
    .teaser {
        padding-bottom: 4%;
    }
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}


// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991px) {}


/* Medium Devices, Desktops */

@media (min-width: 992px) {
    .teaser h1 {
        font-size: 25px;
    }
    .teaser p {
        font-size: 18px;
    }
    .section h2 {
        font-size: 30px;
    }
    .section p {
        font-size: 18px;
    }
}



// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199px) {}


/* Large Devices, Wide Screens */

@media (min-width: 1200px) {
    .section-2 .col-md-6 {
        min-height: 560px;
    }
    .teaser h1 {
        font-size: 40px;
    }
    .teaser p {
        font-size: 25px;
    }
    .section h2 {
        font-size: 40px;
    }
    .section p {
        font-size: 25px;
    }
}

@media (min-width: 1700px) {
    .teaser h1 {
        font-size: 70px;
    }
    .teaser p {
        font-size: 30px;
    }
    .section h2 {
        font-size: 60px;
    }
    .section p {
        font-size: 30px;
    }
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media (max-width: 1200px) {

    .logo-footer {
        max-width: 150px;
        top: -50px;
        transform: translate(-50%, -50px);
    }
}



/* Medium Devices, Desktops */

@media (max-width: 992px) {
    .logo-footer {
        max-width: 100px;
        top: -30px;
        transform: translate(-50%, -30px);
    }
    .footer {
        padding: 60px 0 25px 0;
    }
}



/* Small Devices, Tablets */

@media (max-width: 768px) {
    .section h2 {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .logo-footer {
        top: -35px;
        transform: translate(-50%, -35px);
    }
    .section-image {
    max-height: 280px;
    overflow: hidden;
}
.teaser {
    bottom: 35%;
    left: 55%;
    transform: translate(-55%, 35%);
}

}
@media (max-width: 560px) {
  .teaser {
    bottom: 25%;
    transform: translate(-55%, 25%);
}
}


/* Extra Small Devices, Phones */

@media (max-width: 480px) {
    .teaser {
    bottom: 15%;
    transform: translate(-55%, 15%);
}
}



/* Custom, iPhone Retina */

@media (max-width: 320px) {}