.intro {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 0.5%;
    margin-bottom: 4%;
    font-weight: normal;

}

.relative-image
{
    position:relative;
    width:100%;

}

.intro-text-topleft
{
   position:absolute;
    top:300px;
    left:380px;
    width:100%;
    color:white;
}

.h-center{
    text-align: center;
    padding-bottom: 2%;
    margin: 0px;
}

.promo_block .h-nomargin
{
        margin-bottom: 1%;
        font-size: 20px;
        font-weight: bold;
        color: #202045;
        padding-bottom: 0;
        text-transform: uppercase;
        text-align: center;
}

.h-nomargin
{
    margin-bottom: 1%;
    font-size: 20px;
    font-weight: bold;
    color: #202045;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

/* Styling für Vermessung-Tabelle*/
.floating-table {
    display: table;
    width: 100%;
}
.floating-table .row{
    display: table-row;
}

.floating-table .th{
    font-weight: bold;

}
.cell {
    display: table-cell;
    padding: 10px;
}

@media screen and (max-width: 750px) {
    .cell {
        display: block;
    }
    .row {
        display: table-cell;
        width: 100%;
    }
    .td-centered-padding{
        display: table;
        width: auto;
    }
}
/* Styling für 3D-Vermessung CMS Seite */
.hr-nomargin{
    margin-top: 0px;
}

.table-fullsize-responsive {
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.table-fullsize-responsive caption{
    font-size: 20px;
    color: #283243;
    font-weight: bold;
    text-align: center;
}
.table-fullsize-responsive tr
{
    padding: 0.35em;
}
.table-fullsize-responsive td
{
    padding: 0.625em;
    text-align: justify;
    vertical-align: text-top;
}
.table-fullsize-responsive th
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


@media screen and (max-width: 750px) {
    .table-fullsize-responsive thead{
        overflow: hidden;
        position: absolute;
        clip: rect(0,0,0,0);
        padding: 5px;
        width: 1px;
        border:none;
        font-weight: bold !important;
        text-align: center !important;

    }
    .table-fullsize-responsive tr{
        display: block;
    }
    .table-fullsize-responsive td{
        display: block;
        text-align: justify !important;
        vertical-align: text-top;
    }
    .table-fullsize-responsive td:before{
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms-container{
    margin-top: 4em !important;
}

.hr-cms {
    width: 3px;
    color: #82afab;
    margin-top: 4 me;
    margin-bottom: 4em;
    border-top: 3px solid;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}