﻿.pageMitbegrenzterBreite
{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

h1
{
    font-size: 5em;
    color: rgb(0,68,148);
}

h2
{
    font-size: 3em;
    color: rgb(0,68,148);
    margin-top: 80px;
}

.nachOben{
    text-align: center;
}

.box
{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}

    .inhalt-line
    {
        flex:1;
        font-size: 1.2em;
    }


.hdnvideo
{
    width: 100%;
    height: 45vw;
    max-height: 680px;
}

