@charset "utf-8";

/* Reset * * * * * * * * */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    /* Browserstandard: 16px */
}

img {
    max-width: 100%;
    height: auto;
}

.einzelbild {
    margin-left: 2.81em;
    margin-top: 1.81em;
}


/* Layout * * * * * * * * */

body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5;
    padding-bottom: 3em;
    /**fuer sticky footer**/
    /**padding-left: 3.3%;
    padding-right: 3.3%;**/
}

body {
    background: #f7f8f9;
}

.wrapper {
    max-width: 1940px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    background-color: #fff;
    position: relative;
    margin-top: -5px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 1.6em;
    clear: both;
}

#logo {
    /**margin: 0 auto;**/
    margin: 15px 0 0 35px;
    float: left;
}

.firstpicture {
    margin-top: 1em;
}

.secondfirstpicture {
    margin-top: 2.3em!important;
}

.selected {
    border-top: 1px solid #e6e9ed;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
}

#teilung {
    background-color: #c3dde5;
    width: 100%;
    height: auto;
    float: left;
    padding: 25px;
}

.teilerbutton {
    color: #000068;
    font-family: "Noto Serif TC";
    background-color: #fff;
    margin-left: 45%;
    padding: 12px;
    border-bottom: 1px solid #00004c;
    border-right: 1px solid #00004c;
    margin-bottom: 1.5em;
}

a#button {
    color: #2d373c;
    text-decoration: none;
    font-size: 1.7em;
    padding: 15px;
}

footer.editable {
    height: 35px;
    padding: 0px;
}

.footerarea {
    margin: 0 auto;
    height: 30px;
    padding: 0px;
}

#area1 {
    float: left;
}

#area2 {
    float: right;
}

.footernavi {
    list-style: none;
    overflow: hidden;
    font: 18px Sans-Serif;
}

.footernavi li {
    float: right;
}

.footernavi li a {
    float: right;
    color: white;
    text-decoration: none;
    padding: 5px 15px 15px 6px;
    font-size: 16px
}


/***table Ausgestaltung***/

/***Tabelle neuer Versuch**/

/* info (hed, dek, source, credit) */

.rg-container {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 1em 0.5em;
    color: #222;
}

.rg-header {
    margin-bottom: 1em;
    text-align: left;
}

.rg-header > * {
    display: block;
}

.rg-hed {
    font-weight: bold;
    font-size: 1.4em;
}

.rg-dek {
    font-size: 1em;
}

.rg-source {
    margin: 0;
    font-size: 0.75em;
    text-align: right;
}

.rg-source .pre-colon {
    text-transform: uppercase;
}

.rg-source .post-colon {
    font-weight: bold;
}

/* table */

.text {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
}

table.rg-table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

table.rg-table tr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}

table.rg-table thead {
    border-bottom: 3px solid #ddd;
}

/**table.rg-table tr {
    border-bottom: 1px solid #ddd;
    color: #222;
}**/

table.rg-table tr.highlight {
    background-color: #dcf1f0 !important;
}

table.rg-table.zebra tr:nth-child(even) {
    background-color: #f6f6f6;
}

table.rg-table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 0.9em;
}

table.rg-table td {
    padding: 0.35em;
    font-size: 0.9em;
}

table.rg-table .highlight td {
    font-weight: bold;
}

table.rg-table th.number,
td.number {
    text-align: right;
}

/* media queries */

@media screen and (max-width: 600px) {
    .rg-container {
        max-width: 600px;
        margin: 0 auto;
    }
    table.rg-table {
        width: 100%;
    }
    /** table.rg-table tr.hide-mobile,
    table.rg-table th.hide-mobile,
    table.rg-table td.hide-mobile {
        display: none;
    }**/
    table.rg-table thead {
        display: none;
    }
    table.rg-table tbody {
        width: 100%;
    }
    table.rg-table tr,
    table.rg-table th,
    table.rg-table td {
        display: block;
        padding: 0;
    }
    table.rg-table tr {
        border-bottom: none;
        margin: 0 0 1em 0;
        padding: 0.5em;
    }
    table.rg-table tr.highlight {
        background-color: inherit !important;
    }
    table.rg-table.zebra tr:nth-child(even) {
        background-color: transparent;
    }
    table.rg-table.zebra td:nth-child(even) {
        background-color: #f6f6f6;
    }
    table.rg-table tr:nth-child(even) {
        background-color: transparent;
    }
    table.rg-table td {
        padding: 0.5em 0 0.25em 0;
        border-bottom: 1px dotted #ccc;
        text-align: right;
    }
    table.rg-table td[data-title]:before {
        content: attr(data-title);
        font-weight: bold;
        display: inline-block;
        content: attr(data-title);
        float: left;
        margin-right: 0.5em;
        font-size: 0.95em;
    }
    table.rg-table td:last-child {
        padding-right: 0;
        border-bottom: 2px solid #ccc;
    }
    table.rg-table td:empty {
        display: none;
    }
    table.rg-table .highlight td {
        background-color: inherit;
        font-weight: normal;
    }
}

/***Tabelle neuer Versuch Ende***/

/**css3 Lightbox**/

ul.lightbox li {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(225, 227, 253, 99);
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
}

ul.lightbox li:target {
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

ul.lightbox li:target a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19.6em 0 0 -21em;
    border: 15px solid #fff;
    -moz-box-shadow: 0 1px 8px #000000;
    -o-box-shadow: 0 1px 8px #000000;
    -webkit-box-shadow: 0 1px 8px #000000;
}

li#bild1,
li#bild2,
li#bild3,
li#bild4,
li#bild5 {
    height: 700px;
}

#referenz {
    margin-top: -590px;
}

li {
    list-style: none;
}


/*******/

#main {
    width: 73%;
    float: left;
}

#main article {
    margin-bottom: 1em;
    background: #fff;
    padding: 1.8em;
}

.sidebar {
    background: #fff;
    width: 24.8%;
    float: left;
    padding: 1.8em 1.8em 4.2em 1.8em;
    margin-top: 6.8em;
    border-right: 1px solid #cedce8;
    border-bottom: 1px solid #cedce8;
    margin-left: 12px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Navigation * * * * * * * * */

#mobile-menu-btn {
    display: none;
}

#navigation {
    margin-top: 1px;
    background-color: #fff;
    height: 2.3em!important;
    border-bottom: 1px solid #cedce8;
}


/**nur Chrome ansprechen**/

p {
    line-height: 1.35em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    p {
        font-size: 0.9em;
    }
    #navigation {
        height: 2.05em;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .selected {
        border-top: 1px solid #e6e9ed;
        border-left: 1px solid #e6e9ed;
        border-right: 1px solid #e6e9ed;
    }
    h2#indexteiler {
        font-size: 2em;
        color: #00004c;
        text-align: center;
        margin-bottom: 1.1em;
    }
    h1#indexteiler {
        font-size: 2.75em;
        color: #00004c;
        text-align: center;
        margin-top: 0.1em;
    }
    #teilung {
        background-color: #c3dde5;
        width: 100%;
        height: auto;
        float: left;
    }
    .teilerbutton {
        color: #000068;
        font-family: "Noto Serif TC";
        background-color: #fff;
        margin-left: 45%;
        padding: 12px;
        border-bottom: 1px solid #00004c;
        border-right: 1px solid #00004c;
        margin-bottom: 1.5em;
    }
    a#button {
        color: #2d373c;
        text-decoration: none;
        font-size: 1.7em;
        padding: 15px;
    }
    .secondfirstpicture {
        margin-top: 2.8em;
    }
    .sidebar {
        margin-top: 6em;
        border-right: 1px solid #cedce8;
        border-bottom: 1px solid #cedce8;
        margin-left: 12px;
        padding: 1.8em 1.8em 5.13em 1.8em;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    @media only screen and (min-width: 47.5em) and (max-width: 61.1875em) {
        #teilung {
            background-color: #c3dde5;
            width: 100%;
        }
        h1#indexteiler {
            font-size: 100%;
            text-align: center;
            margin-left: 0%;
        }
        h2#indexteiler {
            font-size: 80%;
            margin-left: 3%;
        }
        .secondfirstpicture {
            margin-top: 2.8em;
        }
    }
    @media screen and (max-width: 47.4375em) {}
    @media screen and (max-width: 45em) {
        #teilung {
            background-color: #c3dde5;
            width: 100%;
        }
        h1#indexteiler {
            font-size: 100%;
            text-align: center;
            margin-left: 0%;
        }
        h2#indexteiler {
            font-size: 80%;
            margin-left: 3%;
        }
        .secondfirstpicture {
            margin-top: 2.8em;
        }
    }
    @media screen and (max-width: 24em) {
        header {
            background-color: #fff;
            position: relative;
            margin-top: -5px;
            color: #fff;
            text-align: center;
            width: 100%;
            height: 2.5em;
            clear: both;
        }
        .secondfirstpicture {
            margin-top: 16px;
        }
        .top {
            margin-top: -2.3em;
            margin-left: -5px;
        }
        .secondfirstpicture {
            margin-top: 2.3em;
        }
        a#mobile-menu-btn {
            display: block;
            background: #000068;
            color: blue;
            text-decoration: none;
            text-transform: uppercase;
            padding: 2px 0 0;
            margin: -5px 0 0;
            height: 25px;
        }
    }
    @media screen and (max-width: 30em) {
        #teilung {
            background-color: #c3dde5;
            width: 100%;
        }
        h1#indexteiler {
            font-size: 100%;
            text-align: center;
            margin-left: 0%;
        }
        h2#indexteiler {
            font-size: 80%;
            margin-left: 3%;
        }
        .secondfirstpicture {
            margin-top: 2.8em;
        }
        a#mobile-menu-btn {
            display: block;
            background: #000068;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            padding: 2px 0;
            margin: -31px 0 0;
        }
    }
}


/**Ende**/

#navigation ul li {
    display: inline;
}

ul {
    padding-top: 4px;
    float: right;
}

#navigation a {
    font-family: "Open Sans";
    font-size: 1.2em;
    line-height: 1em;
    color: #84a1b7;
    text-decoration: none;
    padding: 5px 15px;
    margin: 7px 5px;
    border-radius: 2px;
}

#navigation a:hover {
    color: #fff;
    background: #000068;
}

footer {
    position: fixed;
    padding: 1em;
    color: #fff;
    background: #00004c;
    /**height: 90px;**/
    bottom: 0;
    left: 0;
    right: 0;
}

#footer {
    width: 20%;
    margin-left: 0.5em;
    font-size: .7em;
}

.top {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 104, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 104, 1)));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 104, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 104, 1) 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 104, 1) 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 104, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000068', GradientType=1);
    /* ie6-9 */
    border-radius: 50%;
    border: 2px solid #010d3d;
    color: #000068!important;
    float: left;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 900!important;
    margin-top: -2em;
    padding: 1px 3px;
    text-decoration: none;
}


/* Typografie * * * * * * * * */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.625em;
    line-height: 1.625em;
    color: #000068;
    margin-left: 1.83em;
    margin-top: 1em;
}

h1#indexteiler {
    font-size: 2.75em;
    color: #00004c;
    text-align: center;
    margin-top: 0.1em;
}

h1#uspsatz.editable_line {
    font-weight: bold;
    font-size: 4em;
    text-align: left;
    color: #00008e;
    letter-spacing: -0.001em;
    margin-top: 1em;
    width: 100%;
}

h2 {
    font-size: 1.25em;
    color: #2d373c;
    margin-top: 0.5em;
}

h2#indexteiler {
    font-size: 2em;
    color: #00004c;
    text-align: center;
    margin-bottom: 1.1em;
}

#test {
    text-align: center;
    color: #2d373c;
}

.kontaktbild {
    width: 100%;
    text-align: center;
    border-radius: 2px;
}

.kontaktleistung {
    width: 180px;
    margin-top: 2em;
}

#kontaktdaten {
    color: #596975;
    margin-right: 0px;
    text-decoration: none;
    font-weight: 400;
}

#kontaktdaten:hover {
    color: #ff0022;
}

hr {
    margin-top: 15px;
    border: 1px solid #cedce8;
}

h3 {
    font-size: 1.125em;
    color: #2d373c;
    text-align: center!important;
}

h4 {
    padding: 10px;
    color: #2d373c;
}

p {
    font-family: "Open Sans"!important;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 15px 0 15px;
    color: #596975;
    padding: 10px;
}

#normal {
    font-size: 0.7em;
    color: #fff;
}

a {
    color: #2d373c;
}

a:hover {
    color: #ff0022;
}

.headerkontakt {
    width: 100%;
    height: 1.5em;
    margin-top: 8px;
    margin-left: 15px;
}

#headerschrift1 {
    color: #84a1b7;
    font-size: 0.8em;
    text-decoration: none;
    float: left;
    margin-right: 15px;
    margin-top: 1px;
}

#headerschrift2 {
    color: #84a1b7;
    font-size: 0.75em;
    text-decoration: none;
    float: left;
    margin-left: 15px;
    margin-top: 1px;
}


/** Bildwechsel**/

.bildwechsel1 {
    width: 300px;
    height: 300px;
    background: url("../img/demopage/tump-regalschutz.jpg");
}

.bildwechsel1:hover {
    background: url("../img/demopage/tump_125230182.jpg");
}

.bildwechsel2 {
    width: 300px;
    height: 300px;
    background: url("../img/demopage/tump-regalschutz.jpg");
}

.bildwechsel2:hover {
    background: url("../img/demopage/tump_125230182.jpg");
}

.bildwechsel3 {
    width: 300px;
    height: 300px;
    background: url("../img/demopage/tump-regalschutz.jpg");
}

.bildwechsel3:hover {
    background: url("../img/demopage/tump_125230182.jpg");
}

.bildwechsel4 {
    width: 300px;
    height: 300px;
    background: url("../img/demopage/tump-regalschutz.jpg");
}

.bildwechsel4:hover {
    background: url("../img/demopage/tump_125230182.jpg");
}


/* Raster * * * * * * * * */

.column {
    float: left;
    background: #fff;
    padding: 25px;
    margin: 25px 0 25px 2%;
    border-right: 1px solid #cedce8;
    border-bottom: 1px solid #cedce8;
}

.row {
    width: 97%;
    float: left;
    margin: 0 25px 0 25px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column:first-child {
    margin-left: 0;
}

.full {
    width: 100%;
}

.half {
    width: 49%;
}

.third {
    width: 32%
}

.two-thirds {
    width: 66%;
}

.fourth {
    width: 23.5%;
}

.three-fourth {
    width: 74.5%;
}

.column third {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding: 20px;
    float: left;
    margin: 10px;
    border: 1px solid #aaa;
}


/* Schriften */

/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-800 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.w2-planungsteam.de/fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* noto-serif-tc-regular - latin */

@font-face {
    font-family: 'Noto Serif TC';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Noto Serif TC'), local('NotoSerifTC-Regular'),
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-regular.svg#NotoSerifTC') format('svg');
    /* Legacy iOS */
}

/* noto-serif-tc-700 - latin */

@font-face {
    font-family: 'Noto Serif TC';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Noto Serif TC Bold'), local('NotoSerifTC-Bold'),
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-700.woff') format('woff'), /* Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-700.svg#NotoSerifTC') format('svg');
    /* Legacy iOS */
}

/* noto-serif-tc-900 - latin */

@font-face {
    font-family: 'Noto Serif TC';
    font-style: normal;
    font-weight: 900;
    src: url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-900.eot');
    /* IE9 Compat Modes */
    src: local('Noto Serif TC Black'), local('NotoSerifTC-Black'),
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-900.woff') format('woff'), /* Modern Browsers */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.w2-planungsteam.de/fonts/noto-serif-tc-v7-latin-900.svg#NotoSerifTC') format('svg');
    /* Legacy iOS */
}


/* Media Queries * * * * * * * * */

/** min 760px - max 979px**/

@media only screen and (min-width: 47.5em) and (max-width: 61.1875em) {
    header {
        height: 3.5em;
    }
    .wrapper {
        width: 100%;
    }
    .full,
    .two-thirds,
    .half,
    .third,
    .fourth,
    .three-fourth,
    #main,
    .sidebar {
        width: 94%!important;
        margin: 5px 2% !important;
    }
    #main article {
        margin-bottom: 1.5625em;
        background: #fff;
        padding: 1.5em;
        margin-left: -10px;
    }
    .firstpicture {
        margin-top: 2em;
    }
    a#mobile-menu-btn {
        display: block;
        background: #000068;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 0 0;
        /** margin: -10px 0 0;**/
        height: 45px;
        font-weight: 700;
        font-size: 1.3rem;
        border: 3px double #fff;
    }
    #navigation {
        display: none;
        margin: 0px 0 0;
    }
    #navigation ul li {
        display: block;
        float: none;
    }
    ul {
        width: 100%;
    }
    #navigation ul li a {
        display: block;
        background: #000068;
        color: #fff;
        padding: 12px 0 0;
        margin: 1px 0;
        border: 0;
        height: 45px;
        font-size: 1.2rem;
    }
    #navigation a {
        /**color: #333;
        text-decoration: none;
        padding: 7px 20px;
        margin: 0 10px;
        border: 1px solid #333;**/
    }
    #navigation a:hover {
        color: #333;
        background: #fff;
    }
    #footer {
        width: 50%;
        margin-left: 3em;
        font-size: .7em;
    }

    .einzelbild {
        margin-left: 3%;
        margin-top: 3.3%;
    }
    .secondfirstpicture {
        margin-top: 2.8em;
    }
}


/** 960px**/

@media screen and (max-width: 60em) {
    table {
        width: 100%;
        margin: 0;
        border: none;
    }
    td {
        hyphens: auto;
    }
    table a {
        white-space: normal;
        hyphens: none;
    }

    .einzelbild {
        margin-left: 3%;
        margin-top: 3.3%;
    }
    .secondfirstpicture {
        margin-top: 2.8em;
    }
}

@media screen and (max-width: 48em) {
    #container {
        margin: 20px auto;
        width: 100%;
    }
    .einzelbild {
        width: 90%;
        height: auto;
        margin-left: 3%;
        margin-top: 3.3%;
    }
    .secondfirstpicture {
        margin-top: 2.8em;
    }
    .sidebar {
        width: 94%!important;
        margin: 5px 2% !important;
    }
}

@media only screen and (max-width: 47.4375em) {
    header {
        height: 2.8125em;
    }
    .headerkontakt {
        height: 2.5em!important;
    }
    .firstpicture {
        margin-top: 0.7em;
    }
    .wrapper {
        width: 100%;
    }
    .row {
        width: 100%;
        float: left;
        margin: 0 25px 0 2px;
    }
    .full,
    .two-thirds,
    .half,
    .third,
    .fourth,
    .three-fourth,
    #main,
    .sidebar {
        width: 96%;
        margin: 5px 2% !important;
    }
    #main article {
        margin-bottom: 1.5625em;
        background: #fff;
        padding: 1.5625em;
        margin-left: -10px;
    }
    a#mobile-menu-btn {
        display: block;
        background: #000068;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 0 0;
        height: 45px;
        margin: 1px 0 0;
        font-size: 1.3rem;
        font-weight: 700;
        border: 3px double #fff;
    }
    #navigation {
        display: none;
        margin: 0px 0 0;
    }
    ul {
        width: 100%;
        padding-top: 1px;
    }
    #navigation ul li {
        display: block;
        float: none;
    }
    #navigation ul li a {
        display: block;
        background: #000068;
        color: #fff;
        font-size: 1.2rem;
        margin: 1px 0;
        border: 0;
        padding: 12px 0 0;
        height: 45px;
    }
    #navigation a:hover {
        color: #000068;
        background: #fff;
    }
    .teilerbutton {
        width: 100%;
        margin-left: 0%;
        font-size: 0.7em;
    }
    h1#indexteiler {
        font-size: 100%;
        text-align: center;
        margin-left: 0%;
    }
    h2#indexteiler {
        font-size: 80%;
        margin-left: 3%;
    }
    condfirstpicture {
        margin-top: 2.8em;
    }
    .sidebar {
        width: 95%!important;
        margin: 5px 3% !important;
    }
}


/** max 720px**/

@media screen and (max-width: 45em) {
    tr,
    th,
    td {
        display: block;
    }
    tr {
        padding: 1em;
        border-top: 0 none;
    }
    th {
        padding: 0;
    }
    td {
        padding: 1em 0 0;
    }
    body {
        padding-left: 3.3%;
        padding-right: 3.3%;
    }
    .teilerbutton {
        width: 100%;
        margin-left: 0%;
        font-size: 0.7em;
    }
    h1#indexteiler {
        font-size: 100%;
        text-align: center;
        margin-left: 0%;
    }
    h2#indexteiler {
        font-size: 80%;
        margin-left: 3%;
    }
    .secondfirstpicture {
        margin-top: 2.8em;
    }
}


/** max 480px**/

@media screen and (max-width: 30em) {
    header {
        background-color: #fff;
        position: relative;
        margin-top: -5px;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 5em;
        clear: both;
    }
    #headerschrift1 {
        color: #84a1b7;
        font-size: 65%;
        text-decoration: none;
        float: left;
        margin-top: 1px;
    }
    #headerschrift2 {
        color: #84a1b7;
        font-size: 65%;
        text-decoration: none;
        float: left;
        margin-left: 5px;
        margin-top: 1px;
    }
    a#mobile-menu-btn {
        display: block;
        background: #000068;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 0 0;
        margin: -20px 0 0;
        height: 45px;
        font-size: 1.3rem;
        font-weight: 700;
        border: 3px double #fff;
    }
    #navigation ul li a {
        display: block;
        background: #000068;
        color: #fff;
        font-size: 1.2rem;
        margin: 1px 0;
        border: 0;
        padding: 12px 0 0;
        height: 45px;
    }
    ul {
        width: 100%;
        padding-top: 1px;
    }
    .secondfirstpicture {
        margin-top: 2.8em;
    }
    .teilerbutton {
        width: 100%;
        margin-left: 0%;
        font-size: 0.7em;
    }
    h1#indexteiler {
        font-size: 100%;
        text-align: center;
        margin-left: 0%;
    }
    h2#indexteiler {
        font-size: 80%;
        margin-left: 3%;
    }
    .row {
        width: 100%;
        float: left;
        margin: 0 25px 0 5px;
    }
    .full,
    .two-thirds,
    .half,
    .third,
    .fourth,
    .three-fourth,
    #main,
    .sidebar {
        width: 100%;
        margin: 2px 1px !important;
    }
    p {
        padding: 1px;
    }
    #referenz {
        margin-top: 1px;
    }

}


/** max 320px**/

@media screen and (max-width: 24em) {
    header {
        background-color: #fff;
        position: relative;
        margin-top: -5px;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 2.5em;
        clear: both;
    }
    .secondfirstpicture {
        margin-top: 16px;
    }
    .headerkontakt {
        height: 2.5em!important;
    }
    #headerschrift1 {
        color: #84a1b7;
        font-size: 65%;
        text-decoration: none;
        float: left;
        margin-top: 1px;
    }
    #headerschrift2 {
        color: #84a1b7;
        font-size: 65%;
        text-decoration: none;
        float: left;
        margin-top: 1px;
    }
    .teilerbutton {
        width: 100%;
        margin-left: 0%;
        font-size: 0.7em;
    }
    h1 {
        font-size: 100%;
    }
    h1#indexteiler {
        font-size: 100%;
        text-align: center;
        margin-left: 0%;
    }
    h2,
    h2#indexteiler {
        font-size: 80%;
        margin-left: 3%;
    }
    h2.white.editable_line {
        font-size: 100%;
        margin-left: 1em;
    }
    p {
        font-size: 75%;
        padding: 1%;
        margin-left: 3%;
    }
    #main article {
        margin-bottom: 0.5em;
        background: #fff;
        padding: 3%;
        margin-left: -10px;
    }
    .row {
        width: 100%;
        float: left;
        margin: 0 25px 0 5px;
    }
    .full,
    .two-thirds,
    .half,
    .third,
    .fourth,
    .three-fourth,
    #main,
    .sidebar {
        width: 100%;
        margin: 2px 1px !important;
    }
    .column.half {
        padding: 2%;
    }
    #referenz {
        margin-top: 1px;
    }
    a#mobile-menu-btn {
        display: block;
        background: #000068;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 0 0;
        margin: -5px 0 0;
        height: 45px;
        font-size: 1.3rem;
        font-weight: 700;
        border: 3px double #fff;
    }
    #navigation ul li a {
        display: block;
        background: #000068;
        color: #fff;
        font-size: 1.2rem;
        margin: 1px 0;
        border: 0;
        padding: 12px 0 0;
        height: 45px;
    }
    ul {
        width: 100%;
        padding-top: 1px;
    }

    .secondfirstpicture {
        margin-top: 2.3em;
    }

}
