html,body,div,span,applet,object,iframe,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:inherit;font-size:100%;vertical-align:baseline}
html{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}
q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}html{font:.85em/1 'Aldrich', Helvetica, Arial, sans-serif;background-color:#f2f2f2;color:#222}
header{margin:10px 0 20px 0}
h1{font-size:48px;color:#3c8dbc;text-transform:uppercase}
h3{font-style: italic;text-transform:uppercase}
.motiv-title{color:green;}
h2{font-size:22px;
/*color:#555*/
}
a{
color:#3c8dbc; /*#6610c6*/
text-decoration:none
}
#page{
max-width:535px;/*680px;*/
padding:10px;
margin:0 auto
}
#viewport{margin:0 auto}.slide{display:none}
.slide img{width:100%;height:auto;display:block}
.slide.jbs-current{display:block}
#controls{margin:10px 0 20px;float:right;overflow:hidden}
#controls li{display:inline}
.increment-control{line-height:1;display:inline-block;padding:10px 5px}
.increment-control:hover{text-decoration:none}
.goto-slide{margin-left:10px;width:14px;height:14px;display:block;float:left;border:solid 1px #000;background-color:gray;border-radius:8px;-webkit-box-shadow:inset 0px 0px 8px #aaa;-moz-box-shadow:inset 0px 0px 8px #aaa;box-shadow:inset 0px 0px 8px #aaa} 
.goto-slide.current{background-color:#3c8dbc} 
#effect-switcher{clear:both}
#effect-switcher h2{border-bottom:solid 1px #555;margin:0 0 10px}
#effect-list{overflow:hidden}#effect-list li{display:inline}
.effect,.effect:hover{display:block;float:left;margin:10px 10px 0 0;border:solid 1px black;border-radius:7px;padding:10px 12px 6px;text-decoration:none;background-color:#efefef;-webkit-box-shadow:inset 0px 0px 8px #aaa;-moz-box-shadow:inset 0px 0px 8px #aaa;box-shadow:inset 0px 0px 8px #aaa;position:relative}
.effect.current,.effect:hover.current{background-color:#6610c6;color:#efefef}
.effect span,.effect:hover span{font-size:.7em;position:absolute;top:-8px;right:-4px;background-color:red;border-radius:6px;border:solid 1px #555;color:white;padding:3px 4px 2px;display:inline-block}#time-indicator{margin:20px 0;width:0px;height:3px;background-color:#6610c6}
#credits{position:relative;margin:20px 0 40px;padding:10px 0 0;color:#555;font-size:.9em}
#tweet-btn{position:absolute;top:0;right:0}#fork-me{position:absolute;top:0;left:0;display:block}
#fork-me:hover{border:none}




@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #3c8dbc;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}



 .dclr {clear:both;float:none;height:1px;margin:0px;padding:0px;overflow:hidden;}

    .ft0{font: bold 31px 'Times New Roman';color: #008000;line-height: 35px;}
    .ft1{font: 31px 'Times New Roman';line-height: 35px;}
    .ft2{font: bold 23px 'Times New Roman';color: #c00000;line-height: 25px;}
    .ft3{font: 20px 'Times New Roman';color: #7030a0;line-height: 31px;}
    .ft4{font: 20px 'Times New Roman';color: #7030a0;line-height: 32px;}
    .ft5{font: 20px 'Times New Roman';color: #0000cc;line-height: 22px;}
    .ft6{font: 20px 'Times New Roman';color: #7030a0;line-height: 22px;}
    .ft7{font: 20px 'Times New Roman';color: #c00000;line-height: 22px;}
    .ft8{font: 21px 'Symbol';color: #7030a0;line-height: 27px;}
    .ft9{font: 21px 'Garamond';color: #7030a0;margin-left: 14px;line-height: 24px;}
    .ft10{font: 21px 'Garamond';color: #7030a0;line-height: 24px;}
    .ft11{font: 20px 'Symbol';color: #7030a0;line-height: 24px;}
    .ft12{font: 21px 'Garamond';color: #7030a0;margin-left: 15px;line-height: 24px;}
    .ft13{font: 20px 'Times New Roman';color: #7030a0;margin-left: 15px;line-height: 22px;}
    .ft14{font: bold 28px 'Times New Roman';color: #008000;line-height: 32px;}
    .ft15{font: bold 28px 'Times New Roman';color: #008000;margin-left: 7px;line-height: 32px;}
    .ft16{font: bold 23px 'Times New Roman';color: #7030a0;line-height: 25px;}
    .ft17{font: bold 21px 'Times New Roman';color: #6600cc;line-height: 24px;}

    .p0{text-align: center;margin-top: 1px;margin-bottom: 0px;}
    .p1{text-align: center;margin-top: 1px;margin-bottom: 0px;}
    .p2{text-align: left;margin-top: 23px;margin-bottom: 0px;}
    .p3{text-align: justify;margin-top: 31px;margin-bottom: 0px;}
    .p4{text-align: left;margin-top: 38px;margin-bottom: 0px;}
    .p5{text-align: justify;margin-top: 30px;margin-bottom: 0px;}
    .p6{text-align: left;margin-top: 25px;margin-bottom: 0px;}
    .p7{text-align: left;margin-top: 24px;margin-bottom: 0px;}
    .p8{text-align: justify;padding-left: 72px;margin-top: 12px;margin-bottom: 0px;}
    .p9{text-align: justify;padding-left: 72px;margin-top: 0px;margin-bottom: 0px;}
    .p10{text-align: left;margin-top: 33px;margin-bottom: 0px;}
    .p11{text-align: justify;padding-left: 72px;margin-top: 11px;margin-bottom: 0px;}
    .p12{text-align: justify;padding-left: 72px;margin-top: 14px;margin-bottom: 0px;}
    .p13{text-align: justify;padding-left: 72px;margin-top: 13px;margin-bottom: 0px;}
    .p14{text-align: right;margin-top: 49px;margin-bottom: 0px;}
    .p15{text-align: right;margin-top: 0px;margin-bottom: 0px;}
    .p16{text-align: right;margin-top: 6px;margin-bottom: 0px;}

