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

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

/* pt-sans-700italic - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/pt-sans-v17-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/pt-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/pt-sans-v17-latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/pt-sans-v17-latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/pt-sans-v17-latin-700italic.svg#PTSans') format('svg');
    /* Legacy iOS */
}

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

/* RESET ------------------------------------- */


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    background: 0;
    text-decoration: none;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 100.01%;
    height: 100.1%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    position: relative;
    min-width: 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

/* Ende RESET ---------------------------------- */

html {
    height: 101.1%;
}

/* Layout-Formate --------------- */
body {
    font-family: 'PT Sans', Arial, Verdana, Sans-Serif;
    text-align: center;
    /*background: url(../bilder/utecht.jpg) no-repeat right center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
}

#bg2 {
    position: fixed;
    bottom: 0;
    right: 0;
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
}

a.scrollup {
    width: 61px;
    height: 61px;
    /*    opacity:0.3;*/
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
    z-index: 5000;
    display: none;
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    max-height: 40px;
    margin-bottom: 0px;
    z-index: 2300;
    -webkit-box-shadow: 0px 0px 3px 0px #333;
    box-shadow: 0px 0px 3px 0px #333;
    background-color: #fff;
    border: 0px solid #fff;
}

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

#header img#logo {
    border: 0px solid #000;
    width: 300px;
    height: 124px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #999;
}

img.logoschatten {
    margin-top: 0px;
    width: 300px;
}

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

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

#maincol {
    position: relative;
    width: 520px;
    max-width: 520px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    /*background-color: #f9f7f8;*/
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
    box-shadow: 0px 0px 4px 0px #ddd;
    border: 0px solid #000000;
}

img.schatten {
    width: 600px;
}

.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: 17px;
	font-size: 1.45em;*/
    font-size: 19px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #003055;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2em;
    border-bottom: 0px solid #999;
    padding-bottom: 0px;
    margin-bottom: 1em;
    background-image: url(../images/plus-rot-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

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

#maincol h3 {
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: 700;
    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,
#PortalRubriken.trigger a,
.PortalRubriken.trigger a {
    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;
    text-decoration: none;
    cursor: pointer;
}

h3.trigger span,
#PortalRubriken.trigger a span,
.PortalRubriken.trigger a 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,
#PortalRubriken.trigger_active a span,
.PortalRubriken.trigger_active a 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;
}

#PortalRubriken.trigger a,
.PortalRubriken a {
    text-decoration: none !important;
}

/* ----- Fussbereich -------------- */
#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    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 */

/* Panel linke Seite ----------------- */

.panel {
    position: fixed;
    bottom: 80px;
    right: 80px;
    display: none;
    background: #E5E5E5;
    border: 0px solid #111111;
    width: 330px;
    height: auto;
    padding: 20px 20px 20px 20px;
    z-index: 5000;
    text-align: left;
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
    box-shadow: 0px 0px 4px 0px #333;
}

.panel ul a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}

a.trigger2 {
    position: fixed;
    text-decoration: none;
    bottom: 0px;
    right: 0;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: PT Sans, verdana, helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 20px;
    background: #D60B52 url(../images/plus-weiss.png) no-repeat;
    background-position: 15px;
    border: 0px solid #444444;
    display: block;
    z-index: 4000;
}

a.trigger2:hover {
    background: #003055 url(../images/plus-weiss.png) no-repeat;
    background-position: 15px;
    border: 0px solid #444444;
    display: block;
}

a.active.trigger2 {
    background: #D60B52 url(../images/minus-weiss.png) no-repeat;
    background-position: 15px;
}

/* 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;
}

/* Kennzeichnung externer Links */
.exlink {
    position: relative;
    top: 0px;
    left: 0px;
}

a.exlink span {
    display: none;
}

a:hover.exlink span {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0px;
    background-color: #fff7d7;
    padding: 5px;
    border: 1px solid #a28c3c;
    color: #000000;
    border: 1px solid #666666;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    z-index: 100;
}

a:hover.exlink {
    color: #000000;
    border: 0px;
    font-weight: normal;
    text-decoration: none;
    z-index: 200;
}

/* Ende exlink */


/* *** 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;
    }
}
