/* questrial-regular - latin */
@font-face {
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/questrial-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/questrial-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/questrial-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/questrial-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/questrial-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/questrial-v18-latin-regular.svg#Questrial') format('svg');
    /* Legacy iOS */
}


body {
    font-family: 'PT Sans', Arial, Verdana, Sans-Serif;
    text-align: left;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#bg,
#bg2,
#navigation,
ul#metanavi,
.panel,
a.trigger2,
a.scrollup,
img.logoschatten,
img.schatten {
    display: none !important;
}

#header {
    position: relative;
    text-align: left;
    height: auto;
    width: 100%;
    border: 0px solid #000;
}

#header img#logo {
    border: 0px solid #000;
    width: 300px;
    height: 124px;
    margin-top: 30px;
}

#page {
    position: relative;
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
    border: 0px solid #000000;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    border: 0px solid #000000;
}

#maincol {
    position: relative;
    margin-top: 2cm;
    width: 100%;
}

.spaltelinks {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.spalterechts {
    float: left;
    width: 48%;
}

/* Sonderformate --------------------- */

/* Axel Utechte - Mitgliedschaften --- */

.mitgliedschaft p img {
    border: 0;
    border: 1px solid #fff;
}

/* ----- Textformate ---------------------------------------------*/

p.zitat {
    font-style: italic;
    padding: 10px;
    border: 1px solid #ddd;
}

#maincol h1 {
    font-size: 19px;
    font-weight: bold;
    color: #003055;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2em;
    border-bottom: 0px solid #999;
    padding-bottom: 0px;
    margin-bottom: 1em;
    background: none;
    padding-left: 0px;
}

#maincol h2 {
    font-size: 16px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #333;
    margin-top: 2.0em;
    margin-bottom: 0.85em;
    line-height: 110%;
}

#maincol h3 {
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    margin-top: 2.0em;
    margin-bottom: 0.425em;
    line-height: 110%;
}

#maincol p,
#maincol td {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.5em;
    color: #333;
    font-weight: normal;
    margin-bottom: 0.85em;
}

#maincol .tklein {
    font-size: 0.75em;
    line-height: 1.5em;
}

#maincol a {
    color: #666;
    text-decoration: underline;
}

#maincol a:hover {
    color: #000;
    text-decoration: underline;
}

#maincol ul {
    list-style-type: square;
    padding-left: 17px;
    margin-bottom: 0.85em;
}

#maincol li {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 0.425em;
}

#maincol img {}

/* InfoCenter -------------- */

#maincol h3.trigger {
    position: relative;
    font-size: 0.90em;
    font-weight: normal !important;
    margin-top: 0.5em;
    margin-bottom: 0.425em;
    color: #000;
    line-height: 130%;
    padding: 5px;
    padding-right: 35px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    cursor: pointer;
}

h3.trigger span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    background-image: url(../images/plus-rot.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 8px;
    right: 5px;
    z-index: 800;
}

h3.trigger_active span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    background-image: url(../images/minus-rot.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 8px;
    right: 5px;
    z-index: 800;
}

/* ----- Fussbereich -------------- */
#footer {
    position: fixed;
    width: 100%;
    bottom: 1cm;
    height: 30px;
    line-height: 30px;
    background: #003055;
    z-index: 1500;
}

#footer .wrapper {
    text-align: left;
}

#footer p {
    font-size: 13px;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 1px;
}

/* Ende Fuss-Bereich */

/* Sonderformat -------------------------- */

p.button {
    margin-top: 2em;
}

p.button a {
    background-color: #2b261a;
    background-color: #000;
    padding: 6px;
    padding-left: 10px;
    padding-right: 40px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 4px;
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
    box-shadow: 0px 0px 4px 0px #000000;
    text-decoration: none !important;
    background-image: url(../images/pfeil_weiss_rechts.png);
    background-repeat: no-repeat;
    background-position: right;
}

p.button a:hover {
    background-color: #000;
    color: #fff;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */



/*printer styles*/
@media print {

    /*hide the left column when printing*/
    #leftcol {
        display: none;
    }

    /*hide the right column when printing*/
    #rightcol {
        display: none;
    }

    #twocols,
    #maincol {
        width: 100%;
        float: none;
    }
}
