*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
body { margin: 0; background: #E8E8E8; padding:.5em}
.wrapper, nav, footer, header, textarea { position: relative; margin: 0 auto; width:100%; max-width:57.5em ; resize: none;}
nav, footer{ background: #000031; text-align: center}
.headlineContainer { position: relative; background: #E8E8E8;  margin: .5em; width:100%; text-align: center;}
.columnsContainer, header { position: relative; margin: .5em;}
footer, header { text-align: center;}
.bg1 { border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px; opacity: 0.5; filter: alpha(opacity=40); margin-top:10px; max-width:80%;}
.bg2 { border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px; opacity: 0.5; filter: alpha(opacity=40); display:none; }
.deko { border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px; opacity: 0.4; filter: alpha(opacity=40); }
.leftColumn { background: #fff; max-width:690px; margin-bottom: .5em; padding:5px 15px; 5px 15px; }
.rightColumn { background: #E8E8E8; text-align: center;}
h1 { color: #000; opacity: 0.6; font-size: 3.0em; margin: 0; text-align:center; }
h2 { color: #000031; background: #E8E8E8; font-size: 1.1em; }
h3 { color: #000; opacity: 0.6; font-size: 1.1em; margin: 0; text-align:center; letter-spacing: 0.8em; }
i { font-style: normal; background-color: #E8E8E8; }
em { font-style: normal; background-color: #000031;  color: #fff;}
.imtext {float: left; margin-right: 10px;}
img { margin: 0 10px 10px 0; }
img.pic { margin: 0 5px 5px 0; }
.datum{vertical-align:top; }
.termintext {vertical-align:top; padding-bottom: 15px;}
.deko { border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px; opacity: 0.4; filter: alpha(opacity=40); }
.pic{ margin:0; width:100px; height:80px; opacity: 1; filter: alpha(opacity=100);  no-repeat; } .pic:hover { opacity: 0.6; filter: alpha(opacity=30); }
.medienContainer { margin: 0 0 30px 0; }
.video, .audio{ width:100%; max-width:580px; margin-top: 5px; border-width: 0px;}
 /* NAVIGATION */
.nav {list-style: none; margin: 0 auto; padding-left: 0;}
.nav > li, .startlink, .nav > li > a { display: inline-block;
*display: inline; color: #fff; background: #000031; font-size: 1.1em; text-decoration: none; zoom: 1 }
.inline-items { margin: 0 auto;}
.inline-items li { margin: 0 auto; padding-left: 5px; padding-right: 5px; }
.inline-items li:first-child { margin: 0 auto; border: none; padding-left: 0; padding-right: 5px }
.inline-items li:last-child { padding-right: 0 }
 /* TABELLEN */
* {
        box-sizing:border-box;
}

table {
        width:100%;
}

table, td, tr, th {
        border:none;
        border-collapse: collapse;
        text-align: left;
}

td, tr, th {
        padding:5px;
}

th {

        font-weight: bold;
}

@media screen and (max-width:700px) {

        table, tr, td {
                padding:0;
                border:none;
        }

        table {
                border:none;
        }

        thead {
                display:none;
        }

        tr {
                float: left;
                width: 100%;
                margin-bottom: 1em;
        }

        td {
                float: left;
                width: 100%;
                padding:0em;
        }

        td::before {
                content:attr(data-label);

                width: 50%;
                float:left;
                padding:1em;
                margin:-1em 1em -1em -1em;
        }
}


/* MEDIA QUERIES */
@media screen and (min-width: 700px) {
.leftColumn { margin-right: 19.5em}
.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }
.bg2 {display:inline; }
.bg1 {max-width:100%  }
}
@media print {
  .navi-wrapper, .footer-wrapper .footer, .rightColumn {
     display: none;
   }
}
#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    display: none;
}

#back-top a {
    width: 30px;
    height: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    background-color: #000031;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    transition: background-color .15s;
    -moz-transition: background-color .15s;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -ms-transition: background-color .15s;
}

#back-top a:hover {
    text-decoration: none;
    background-color: #669;
}