/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	font-family: 'Didact Gothic', sans-serif;
    font-size: 1em;
    line-height: 1.4;
	margin:0;
	padding:0;
	min-height:600px;
	height:100%;
	width:100%;
	display: table;
}
body { 
	font-family: 'Didact Gothic', sans-serif;
	display: table-cell;
	margin:0;
	padding:0;
	height:100%; 
	width:100%;
	text-align: center;
	vertical-align: middle;
}

::-moz-selection {
    background: #b2c7d3;
	color:#000;
    text-shadow: none;
}

::selection {
    background: #b2c7d3;
	color:#000;
    text-shadow: none;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover,
a:focus {
	color:#b2c7d3;
	text-shadow: 1px 1px 1px #333;
}
address { font-style: normal; }

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */




/* ===================
    ALL
   =================== */

table { 
	margin: 30px auto;
}
.rot1 { 
	background-color: #7F2A3A;
	color:#fff;
	text-align: right;
	padding: 10px 10px 0 20px;
	width: 20px;
}
.weiss { 
	background-color: #fff;
	padding:0;
	width: 5px;
}
.rot2 { 
	background-color: #7F2A3A;
	color:#fff;
	text-align: left;
	padding: 10px 10px 0 10px;
}
.rot2 address,
.rot2 p {
	text-align: right;
	padding-right: 40px;
}
.impressum {
	color:#6c787f;
	font-size:12px;
	text-align: right;
	padding: 20px 50px 0 10px;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

}