@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

::selection {
    background: #EAEAEA;
    /* Safari */
}

::-moz-selection {
    background: #EAEAEA;
    /* Firefox */
}

a:hover {
    color: #0CC;
}

html,
body {
    height: 100%;
    background-color: #FAFAFA;
}

.head1 {
    font-size: 37px;
    color: #FFF;
    padding-top: 90px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.headme {
    position: absolute;
    bottom: 110px;
    width: 100%;
    text-align: center;
}

.head2 {
    font-size: 19px;
    font-weight: normal;
    color: #333;
    padding-top: 17px;
}

.head3 {
    font-size: 15px;
    color: #333;
    padding-top: 7px;
}

.headF {
    font-size: 13px;
    color: #FFF;
    padding-top: 15px;
}

header {
    overflow: hidden;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 90%;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    vertical-align: middle;
    position: relative;
    /*
      background-image:url(gfx/bg4.jpg);
      background-size:cover;
    */
}

@media (min-height: 400px) {
    header {
        height: 20%;
    }
}

@media (min-height: 500px) {
    header {
        padding-bottom: 38%;
    }
}

header img {
    width: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#header2 {
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}

#footer {
    text-align: center;
    position: relative;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 110px;
    width: 100%;
    background-color: #09F;
    margin: 0 auto;
    float: left;
    padding-top: 5px;
    margin-top: 70px;
}

.impressum {
    position: absolute;
    bottom: 10px;
    background-color: #FFF;
    display: none;
    height: 22px;
    width: 700px;
}

h1,
h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 27px;
    color: #09F;
}

h2 {
    font-size: 18px;
    padding-top: 5px;
    color: #333;
}

li {
    width: 100%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    background-color: #f4f4f5;
    /*background: linear-gradient(to right, #e4e4e6 , #f4f4f5);*/
    padding-top: 15px;
    padding-bottom: 15px;
}

li.highl {
    border-radius: 20px;
    border-left-color: #DCDCDC;
    background-color: #eff5f1;
}

.spacer {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.button {
    float: left;
    height: 60px;
    width: 20%;
}

ul {
    width: 700px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px dashed #bbb;
    border-bottom: 1px dashed #bbb;
}

img {
    padding-top: 10px;
}

.video_bg1 {
    background-color: #151515;
    width: 700px;
    margin-top: 10px;
}

.spacer img {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.list_date {
    text-transform: uppercase;
    font-size: 13px;
    color: #09F;
    padding-bottom: 10px;
}

.list_title {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    display: inline-block;
}

.list_content {
    text-transform: uppercase;
    font-size: 13px;
    color: #444;
}

.list_desc {
    font-size: 13px;
    color: #555;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

#projects {
    text-align: center;
    width: 100%;
    float: left;
}

.wrapper {
    width: 700px;
    margin: 0 auto;
    /* disable select */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
}

.content_CV {
    padding: 0px;
    width: 700px;
    margin: 0 auto;
    display: inline-block;
    float: right;
    position: relative;
}

.content_achievements {
    padding: 0px;
    width: 700px;
    margin: 0 auto;
    display: inline-block;
    float: left;
    position: relative;
}

/*#intro .content_achievements li {
position: relative;
margin: 3em 0 0em;
display: inline-block;
text-align: center;
padding: 1em 0;
border-top: 1px dashed #bbb;
border-bottom: 1px dashed #bbb;
}*/

article {
    width: 100%;
    float: left;
    alignment-adjust: middle;
    padding-top: 0px;
}
a {
    text-decoration: none;
    color: #333;
}