﻿.teaserBlock {
    width: 100%;
    -moz-min-width: 980px;
    -ms-min-width: 980px;
    -o-min-width: 980px;
    -webkit-min-width: 980px;
    min-width: 980px;
    display: inline-block;
    margin: 0;
    /*background-color: #335f7d;
    color: #ffffff;*/
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;

    padding: 50px 0 0;
    margin-top: 50px;
    border-top: solid 1px #e5e6e8;
}

.teaserBlock h2 {
    margin: 0;
}

.teaserBlock-Left {
    display: inline-block;
    width: 66%;
    vertical-align: middle;
    padding-left:1px;
}

.teaserBlock-Image--right, .teaserBlock-Image--left {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.teaserBlock-Image--right {
    margin-left: 3%;
    float: right;
}

.teaserBlock-Image--left {
    margin-right: 3%;
    float: left;
}

.teaserBlock-Image--right img, .teaserBlock-Image-right video,
.teaserBlock-Image--left img, .teaserBlock-Image-left video {
    display: inline-block;
    width: 100%;
    height: auto;
}

.page-block > .teaserBlock {
    width: 1180px;
    display: block;
    margin: 60px auto;
}

.page-block > .teaserBlock p {
    font-family: 'VWAGTheAntiqua-Regular', serif;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

   

@media only screen and (max-width: 864px) {
    .teaserBlock, .page-block > .teaserBlock {
        width: 100%;
        display: block;
        margin: 60px auto;
        -moz-min-width: 100%;
        -ms-min-width: 100%;
        -o-min-width: 100%;
        -webkit-min-width: 100%;
        min-width: 100%;
        padding: 20px;
    }

    .teaserBlock-Image--right, .teaserBlock-Image--left {
        margin: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    .teaserBlock-Left {
        margin: 0;
        width: 100%;
        margin-top: 20px;
    }

    .teaserBlock-Image--right img, 
    .teaserBlock-Image--right video,
    .teaserBlock-Image--left img, 
    .teaserBlock-Image--left video{
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}