﻿/* ======================================================================================================
   Farben:
    Dunkelblau alt: #00499E rgb(0, 86, 167)
    Dunkelblau neu: #0a4479 rgb(10,68,121)

    Mittelblau alt: #8395cb rgb(131, 149, 203)
    Mittelblau neu: #5d88b3

    Hellblau alt: #E6EAF6
    Hellblau neu: #d4ddea

    Rot: #dc071a
   ====================================================================================================== */
/* ======================================================================================================
   TEIL 0 - Anpassungen der Entwickler

   ====================================================================================================== */
/* Anpassungen File Upload */
.file-upload {
    font-family: sans-serif;
    background: #5776B9;
    border-width: 0;
    color: white;
    height: 30px;
    border-radius: 4px;
}

    .file-upload:hover {
        /*      background: white !important;
    color: white;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color: #0061a7;*/
    }

    .file-upload, .file-upload span {
        width: 125px;
        /*       left: 30px;*/
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: central;
            margin-left: 6px;
            font: normal;
            font-style: unset;
        }

        .file-upload span {
            font-weight: normal;
            top: 0;
            left: 0;
            display: inline-block;
            padding-top: 5px;
            padding-left: 15px;
            padding-right: 5px;
        }

.produktueberschrift {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0a4479;
    font-size: 3.2rem;
    font-weight: 600;
    position: absolute;
    top: 35%;
    left: 50%;
/*    transform: translate(-0%,-0%);*/
}
        @media all and (max-width: 1200px) {
            .produktueberschrift { font-size: 2.8rem !important; }
        }
        @media all and (max-width: 1024px) {
            .produktueberschrift { font-size: 2.4rem !important; }
        }
        @media all and (max-width: 767px) {
            .produktueberschrift {
                font-size: 2.0rem !important;
                top: 30%;
            }
        }
        @media screen and (max-width: 640px) {
            .produktueberschrift {
                font-size: 1.6rem !important;
                top: 25%;
            }
        }
        @media screen and (max-width: 480px) {
            .produktueberschrift {
                font-size: 1.4rem !important;
                top: 20%;
            }
        }
.subheadline {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0a4479;
    font-size: 2.8rem;
    font-weight: 800;
    position: absolute;
    top: 60%;
    left: 50%;
}
        @media all and (max-width: 1200px) {
            .subheadline {
                font-size: 2.4rem !important;
                top: 60%;
            }
        }
        @media all and (max-width: 1024px) {
            .subheadline {
                font-size: 2.0rem !important;
                top: 65%;
            }
        }
        @media all and (max-width: 767px) {
            .subheadline {
                font-size: 1.6rem !important;
                top: 60%;
            }
        }
        @media screen and (max-width: 640px) {
            .subheadline {
                font-size: 1.4rem !important;
                top: 52%;
            }
        }
        @media screen and (max-width: 480px) {
            .subheadline {
                font-size: 1.2rem !important;
                top: 50%;
            }
        }
.produktBildGross {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.produktBildKlein {
    float: left;
    margin-right: 12px;
    margin-bottom: 3px;
    margin-top: 5px;
}
.produktH1 {
    margin-top: 18px;
    margin-bottom: 10px;
    color: #0a4479;
    font-size: 1.8rem;
    font-weight: 600;
    text-align:center;
}
.produktHr {
    width: 6%;
    height: 2px;
    background-color: #0a4479;
    border: 0;
    margin-bottom: 12px;
    /*background-image: linear-gradient(to right, rgba(0,0,0,0), #0a4479, rgba(0,0,0,0));*/
}
.rahmenContainer {
/*    height: 92px; */
    height: 120px;
    border: 1px solid lightgrey;
    /*display: flex;
    align-items: center;  Vertikale Zentrierung */
    /*justify-content: center;  Horizontale Zentrierung */
    margin: 5px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1;
}
.horizontalZentrieren {
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    justify-content: center;  /*Horizontale Zentrierung */
}

.legend-style {
    padding-top: 16px;
    color: #0a4479;
    font-size: 1.6rem;
    font-weight: bold;
}
.register-zeile {
    margin-top: 20px; 
    margin-bottom: 20px; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: rgb(229, 229, 229);
}
.register-inaktiv {
    padding-top: 6px;
    color: rgb(198, 198, 198);
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 6px;
}
.register-aktiv {
    padding-top: 6px;
    color: #0a4479;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    background-color: #F5F5F5;
}

.vertical-align {
    display: flex;
    align-items: center;
    padding: 4px;
}

.vertical-line {
    border-left-style: solid;
    border-left-width: thin;
}

.vertical-dot-line {
    margin-top: 6px;
    margin-bottom: 6px;
    border-top: 1px dotted;
}

.padding-left-right-null {
    padding-left: 0px;
    padding-right: 0px;
}

.margin-left-null {
    margin-left: 0px;
}

/* "komprimiertes" Formular: form-group-xs */
.form-group-xs {
    margin-bottom: 10px;
}
.form-group-xs .form-control {
    height: 24px;
    padding: 2px 3px;
}/*.form-group-xs .form-control label {
    font-size: 12px;
}
.form-horizontal .form-group-xs .control-label {
    margin-bottom: 10px;
}*/

@media (min-width: 768px) {
    .form-horizontal .form-group-xs .control-label {
        padding-top: 2px;
        font-size: 12px;
        margin-bottom: 0px !important;
    }
}

/* Anpassung modaler Dialog*/
.modal-footer {
    text-align: left !important;
}

/* Abstand rechts, eingesetzt z. b: bei Checkboxen */
.abstandRechts {
    margin-right: 10px;
}

/* Einzug links*/
.einzugLinks {
    margin-left: 20px;
}



/* Anpassungen Grid */
.Grid th {
    background-color: #F5F5F5;
}

.Grid, .Grid th, .Grid td {
    padding: 8px;
    border: 1px solid #DDD;
    margin-bottom: 0 !important;
}

    .Grid .Zahl,
    .Grid .Datum,
    .Grid .Uhrzeit {
        text-align: right;
    }

    .Grid .Zentriert {
        text-align: center;
    }

.panel-default > .panel-heading {
    font-weight: bold;
    padding: 9px 9px;
}

/* Anpassungen Buttons */
.button-standard {
    font-family: sans-serif;
    border-width: 0;
    color: white;
    height: 30px;
    border-radius: 4px;
}

    .button-standard:enabled {
        background: #0a4479; /* #8d9ccc;*/
    }

    .button-standard:disabled {
        background: #C8C8C8; /*#EEEEEE #C8C8C8;*/
    }

    .button-standard:focus {
        /*border-color: #66afe9;*/
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px #0a4479, 0 0 8px #0a4479; /* iOS <4.3 & Android <4.1 */
        box-shadow: inset 0 1px 1px #0a4479, 0 0 8px #0a4479;
    }

    .button-standard:hover,
    .button-standard:focus {
        color: white;
    }

    .button-standard:hover:enabled,
    .button-standard:focus:enabled {
        background: #5776B9;
    }

    .button-standard:hover:disabled,
    .button-standard:focus:disabled {
        background: #C8C8C8;
    }

.button-standard-xs {
    background: #0a4479;
    height: 20px;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

    .button-standard-xs:hover:enabled,
    .button-standard-xs:focus:enabled {
        /* background: #0056a7;*/
        background: #5d88b3;
    }

    .button-standard-xs:hover:disabled,
    .button-standard-xs:focus:disabled {
        background: #C8C8C8;
    }

.immerSichtbarContainerHilfe {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #929396;
    border-radius: 4px;
    background-color: white;
    padding: 10px 10px 10px 10px;
    z-index: 101;
}

    .immerSichtbarContainerHilfe .ueberschrift {
        color: #0a4479;
        font-weight: 600;
    }

.immerSichtbarContainer {
    width: 50px;
    margin: 0 auto;
    border: 1px solid #929396;
    border-radius: 4px;
}

.immerSichtbarItem {
    width: 50px;
    height: 50px;
    border: 1px #929396;
    text-align: center;
    background-color: white;
    font-size: 2rem;
}

    .immerSichtbarItem span {
        line-height: 50px;
    }

    .immerSichtbarItem:hover,
    .immerSichtbarItem:focus {
        color: white;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px #0a4479, 0 0 8px #0a4479;
        box-shadow: inset 0 1px 1px #0a4479, 0 0 8px #0a4479;
    }

/* Ausrichtung der Labels auf "Links" geändert */
.form-horizontal .control-label {
    text-align: left !important;
}

/* Elemente ausblenden - wenn Visible=false bei Element direkt eingestellt ist, dann wird kein html-Code dazu generiert und man kann nicht über JavaScript darauf zugreifen*/
.invisible {
    display: none;
}

/* Validierung (Klasse kommt aus Validierungsbibliothek (formvalidation.io))*/
/* Abstand rechts -15, damit Validierungicons nicht in Elementen sondern daneben angezeigt werden */
#Masterform .form-control-feedback {
    right: -15px;
}

/*Abstand rechts in Elementen verkleinern, weil standardmäßig werden 42.5px genommen und bei den rechtbündigen Textboxen sieht es nicht gut aus */
.has-feedback .form-control {
    padding-right: 10px !important;
}

/* Simple message styles customization */
#aufzaehlungFehlermeldung {
    border-left: 5px solid #a94442;
    padding-left: 15px;
    text-align: left;
}

    #aufzaehlungFehlermeldung li {
        list-style-type: none;
    }

        #aufzaehlungFehlermeldung li:before {
            content: '\b7\a0';
        }


/* ======================================================================================================
    ====================================================================================================
    = Stylesheet
    = Datei: style.css
    = Datum  16/06/2016
    = Autor: wquadrat Medien GmbH
    = Mix aus Boilerplate und eigenen Stylevorgaben
    = Version 1.0
    ====================================================================================================
   ====================================================================================================== */




/* ======================================================================================================
   TEIL II - Restaurierung 
   ====================================================================================================== */

/* immer einen Scrollbalken erzwingen (ausser IE) */
html {
    overflow-y: scroll;
}

body, select, input, textarea {
    /* `rgb(68, 68, 68)`, besser als Schwarz. twitter.com/H_FJ/statuses/11800719859 */
    color: rgb(68, 68, 68);
    /* setze hier deine Standart Schriftart, damit sie gleichermaßen angewendet werden kann */
    font-family: Arial, sans-serif;
}

/* Barrierefreier Fokus: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
    outline: none;
}

a, a:active, a:visited {
    color: #5d88b3;
}

a:hover {
    color: #5d88b3;
    opacity: 0.8;
}


/* Außenabstände für Navigations-Listen entfernen */
nav ul, nav li {
    margin: 0;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

/* ======================================================================================================
   Formulare
   ====================================================================================================== */

textarea {
    overflow: auto;
}
/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

/* bringt Checkboxen, Radio Buttons, Text-Felder, und die zugehörige Labels in eine Reihe
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
   /* vertical-align: bottom; */
    vertical-align: text-bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

.ie6 legend,
.ie7 legend {
    margin-left: -7px;
}
/* thnx ivannikolic! */


/* Hand-Cursor über klickbaren Eingabe-Elementen */
label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

/* Webkit-Browser fügen einen 2px-Außenabstand um den äußeren Bereich von Formular-Elementen hinzu */
button, input, select, textarea {
    margin: 0;
}

    /* Farben für die Formularvalidierung */
    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        border-radius: 1px;
        -moz-box-shadow: 0px 0px 5px red;
        -webkit-box-shadow: 0px 0px 5px red;
        box-shadow: 0px 0px 5px red;
    }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: rgb(240, 221, 221);
}

/* sauber agierende Buttons im IE:   
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
    width: auto;
    overflow: visible;
}

/* Auswahl in Auswahllisten (select) durch padding:0 schlecht lesbar */
option {
    padding-left: 0.2em;
    padding-right: 0.3em;
}

/* Rahmen um fieldset und verlinkte Bilder entfernen */
fieldset, a img {
    border: none;
}



/* Diese Selektoren deklarationen müssen separat sein.
   Kein `text-shadow`: twitter.com/miketaylr/status/12228805301
   Plus: flottes Pink */
::-moz-selection {
    background: #5d88b3;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #5d88b3;
    color: #fff;
    text-shadow: none;
}

/*  j.mp/webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: #5d88b3;
}

/* Bikubische-Skalierung für nicht-native Bildgrößen im IMG-Tag:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}


/* ======================================================================================================
   TEIL III - Zusätzliche eigene Formatierungen
   z.B. für Überschriften und Listen 
   ====================================================================================================== */
td, th {
    padding: 3px;
}
/* margin-bottom für  Absätze, Listen etc. */
p, blockquote, address, pre,
ul, ol, dl, table {
    margin-bottom: 1em;
}
/* margins für */
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
    border-style: inset;
    border-top: 1px solid;
    border-bottom: 0px;
    border-bottom: none;
    border-left: none;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    height: 1px;
    clear: both;
}

/* Zitate einrücken */
blockquote {
    margin: 1em 2em;
}

/* Alle Listen etwas einrücken 
ul, ol, dl {margin-left: 1em;}*/

/* Listenelemente etwas mehr einrücken 
li {margin-left: 1em;} */

/* Definitionen in Definitionslisten noch mehr einrücken */
dd {
    margin-left: 2em;
}

/* Verschachtelte Listen ohne Außenabstand oben/unten */
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

/* Aufzählungszeichen */

/* Ebene 1 - ul: square (ausgefülltes Rechteck); ol: Dezimalzahlen  */
ul {
    list-style-type: square;
    padding-left: 15px;
}

li {
    margin-bottom: 0.5em;
}

ol {
    list-style-type: decimal;
    padding-left: 15px;
}

/* Ebene 2 - ul: square (ausgefülltes Rechteck); ol: kleine Buchstaben */
ul ul {
    list-style-type: square;
}

ol ol {
    list-style-type: lower-alpha;
}

ul ol {
    list-style-type: decimal;
}

ol ul {
    list-style-type: square;
}

    /* Ebene 3 - ul und ol mit square */
    ol ol ol, ol ol ul, ol ul ul, ol ul ol,
    ul ul ul, ul ul ol, ul ol ol, ul ol ul {
        list-style-type: square;
    }

html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
}

h1 {
    color: #0a4479;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
}

h2 {
    color: #0a4479;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
}

.home h1,
.home h2,
.subpage h2,
.subpage2 h1,
.subpage2 h2,
.home2 h3,
.detail h1 {
    text-transform: uppercase;
}

h3 {
    color: #0a4479;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
}

h4 {
    color: #0a4479;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}

h5 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
}

h6 {
    color: rgb(115, 186, 45);
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}
/* Überschrift Intranet */
.h7 {
    color: #003366;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;

}

@font-face {
    font-family: 'FontAwesome';
    src: url('/typo3conf/ext/wak_provider/Resources/Public/Assests/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/typo3conf/ext/wak_provider/Resources/Public/Assests/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/typo3conf/ext/wak_provider/Resources/Public/Assests/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/typo3conf/ext/wak_provider/Resources/Public/Assests/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/typo3conf/ext/wak_provider/Resources/Public/Assests/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/typo3conf/ext/wak_provider/Resources/Public/Assests/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    clear: both;
    float: none;
}

/* ======================================================================================================
   Hauptstyles
   ====================================================================================================== */

body {
    /*background: rgba(217,217,217,1) no-repeat;
    background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(250,250,250,1) 100%) no-repeat;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,217,217,1)), color-stop(100%, rgba(250,250,250,1))) no-repeat;
    background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(250,250,250,1) 100%) no-repeat;
    background: -o-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(250,250,250,1) 100%) no-repeat;
    background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(250,250,250,1) 100%) no-repeat;
    background: linear-gradient(to bottom, rgba(217,217,217,1) 0%, rgba(250,250,250,1) 100%) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#fafafa', GradientType=0 );
    background-size: cover;*/
}


/*#content {
    overflow: hidden;
}*/



.btn-bn {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 60%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(246,246,246,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 60%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 60%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 60%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 60%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
    border-radius: 0px;
    color: #0a4479;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1px 21px;
    margin-bottom: 4px;
}

    .btn-bn:hover,
    .btn-bn:active,
    .btn-bn:focus {
        color: #0a4479;
    }

    .btn-bn > span {
        color: rgb(210, 35, 42);
    }


/* ======================================================================================================
   Media queries für ein zugängliches Design
   Diese folgen nach dem primären Style, somit können diese erfolgreich Überschreiben.
   ====================================================================================================== */


@media all and (orientation:portrait) {
    /* Hier kommen die Style-anpassungen für den Hochformat-Modus rein */

}

@media all and (orientation:landscape) {
    /* Hier kommen die Style-anpassungen für den Querformat-Modus rein */

}

/* Styles für maximale Bildschirmbreiten von 1200px */

@media all and (max-width: 1200px) {
}
/* Styles für maximale Bildschirmbreiten von 1024px */

@media all and (max-width: 1024px) {
}

/* Styles für maximale Tabletbreite von 1024px Querformat-Modus*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

    .col-md-6 {
        width: 75%;
    }
}

/* Styles für maximale Bildschirmbreiten von 991px */

@media all and (max-width: 991px) {
    .container {
        width: auto;
    }
}

/* Styles für maximale Bildschirmbreiten von 767px */

@media all and (max-width: 767px) {
}

/* Styles für maximale Bildschirmbreiten von 640px */

@media screen and (max-width: 640px) {
}

/* Styles für maximale Bildschirmbreiten von 480px */

@media screen and (max-width: 480px) {
}

/* Styles für maximale Bildschirmbreiten von 360px */
@media screen and (max-width: 360px) {
}

/* Klasse-A Mobile Browser (Opera Mobil, iPhone Safari, Android Chrome) 
   Bedenkt dabei: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


    /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust
  html {-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} */
}



/* ======================================================================================================
   Druck-Styles
   inline geschrieben, um zusätzlichen HTTP-Aufruf zu vermeiden www.phpied.com/delay-loading-your-print-css/
   ====================================================================================================== */

@media print {
    * {
        background: transparent !important;
        color: rgb(68, 68, 68) !important;
        text-shadow: none !important;
    }
    /* Navigation, Sprachwahl ausblenden */
    #languages, #navigation {
        display: none;
    }

    a, a:visited {
        color: rgb(68, 68, 68) !important;
        text-decoration: underline;
    }

        a:after {
            content: " (" attr(href) ")";
        }

    abbr:after {
        content: " (" attr(title) ")";
    }

    .ir a:after {
        content: "";
    }
    /* Don't show links for images */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    a[href]:after {
        content: initial;
    }

    body {
        font-size: 1.2rem;
    }

    #header, #footer-wrapper {
        display: none;
    }
}
