@charset "UTF-8";
/* CSS Document */

body {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background: #FFF;
}

p,
ol,
ul,
dl,
address {
    margin-bottom: 1.5em;
}

ul {
    padding-left: 1em;
    margin-left: 0px;
}

.textrechts {
    text-align: right;
}

hr.styled {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}


/* Gestaltung der Links */
a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Gestaltung der Bilder */
img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

.image-right {
    float: right;
    top: 0px;
    right: 0px;
    margin: 0px;
    left: 0px;
    padding-left: 0px;
    padding-top: 25px;
}

.image-left {
    float: left;
    top: 0px;
    right: 0px;
    margin: 0px;
    left: 0px;
    padding-right: 0px;
    padding-top: 25px;
}

/* Gestaltung der Headlines - werden bei Screengrößen umdefiniert siehe 450.css etc.*/

h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    color: dimgrey;
    line-height: 24px;
    text-align: right
}

h3 {
    font-size: 30px;
    font-weight: 600;
    color: dimgrey;
    line-height: 34px;
    text-align: right;
}

h4 {
    font-size: 30px;
    font-weight: 600;
    color: dimgrey;
    line-height: 34px;
    text-align: left;
}


/* Gestaltung der Textbereiche */

.article {
    clear: both;
    padding: 0px;
    margin: 0px;
}

#maincontentcontainer {
    clear: both;
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em 0px;
    position: relative;
}

.vita {
    background-color: #456;
}
