*{margin: 0; padding: 0; border: 0;}
        @font-face { font-family: 'SourceSansPro-Light';
             src: url('SourceSansPro-Light.ttf') format('truetype');
             src: url('SourceSansPro-Light.woff') format('woff');}
         @font-face { font-family: 'SourceSansPro-Semibold';
             src: url('SourceSansPro-Semibold.ttf') format('truetype');
             src: url('SourceSansPro-Semibold.woff') format('woff');
             }
             
/*allgemein*/
body, html{
    width: 100%;
    height: 100%;
    cursor: default;
    background-color: #7DAAAF;
    animation:fadein 0.5s;-moz-animation:fadein 1.0s;-webkit-animation:fadein 0.5s;}

a{text-decoration: none;}

.top{
    width: 100%;
    height: 160px;
    background-color: white;
    top: 0;
    left: 0;
    position: fixed;}

.logo{
    width: 580px;
    height: 93px;
    top: 12px;
    left: 150px;
    position: fixed;}
.title{
    width: 480px;
    margin: 240px auto 44px auto;
    font-family: 'SourceSansPro-Light';
    font-size: 36px;
    text-align: center;
    border: 1px solid white;
    color: white;}

.arrowleft{
    width: 16px;
    margin: 4px 224px 0 150px;
    position: fixed;}

.arrowleftright{
    width: 16px;
    height:34px;
    transition: all 0.3s linear;}

.arrowleftright:hover {transform: scale(1.6);}

.arrowbottom{display: none;}

.text{
    width: 480px;
    margin: 60px auto 0 auto;
    clear: left;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
    color: white;}

/*startseite*/
.titleframe{
    width: 1100px;
    margin-left: 90px;}

.titlestart{
    width: 240px;
    margin: 80px 60px;
    float: left;
    font-family: 'SourceSansPro-Light';
    font-size: 36px;
    text-align: center;
    border: 1px solid white;
    color: white;
    transition: all 0.5s linear;}

.titlestart:hover{background-color: #6D979C;border: 1px solid #6D979C;}

.arrowframe{
    text-align: center;
    clear: left;}

.arrowdown{
    width: 75px;
    height: 24px;}

.navigationframe{
    width: 480px;
    height: 54px;
    margin: 24px auto 0 auto;}

.navigationleft{
    width: 80px;
    float: left;
    font-family: 'SourceSansPro-Semibold';
    font-size: 18px;
    text-align: left;
    color: white;
    transition: all 0.5s linear;}

.navigationmiddle{
    width: 80px;
    margin: 0 0 0 100px;
    float: left;
    font-family: 'SourceSansPro-Semibold';
    font-size: 18px;
    text-align: center;
    color: white;
    transition: all 0.5s linear;}

.navigationright{
    width: 80px;
    float: right;
    font-family: 'SourceSansPro-Semibold';
    font-size: 18px;
    text-align: right;
    color: white;
    transition: all 0.5s linear;}

.navigationleft:hover,.navigationmiddle:hover,.navigationright:hover{color: #6D979C;}

/*seminare*/
.seminarthemetop{
    width: 480px;
    margin: 80px auto 0 auto;
    font-family: 'SourceSansPro-Semibold';
    font-size: 33px;
    text-align: left;
    line-height: 0.7;
    color: #6D979C;}

.seminarthemebottom{
    width: 480px;
    margin: 0 auto 0 auto;
    font-family: 'SourceSansPro-Semibold';
    font-size: 33px;
    text-align: right;
    color: #6D979C;}

.seminarframe{
    width: 480px;
    height: 64px;
    margin: 40px auto 40px auto;
    clear: left;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid white;
    border-right: 1px solid white;
    transition: all 0.5s linear;}

.seminarframe:hover{background-color: #6D979C;border: 1px solid #6D979C;}

.seminarhead{
    width: 480px;
    margin: 0 auto 0 auto;
    font-family: 'SourceSansPro-Semibold';
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    color: white;}

.seminarsub{
    width: 480px;
    margin: 0 auto 0 auto;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    text-align: center;
    color: white;}

.titleseminar{
    width: 480px;
    margin: 240px auto 44px auto;}

.infoframe{
    width: 480px;
    margin: 40px 0 40px 390px;
    padding-left: 8px;
    clear: left;
    border-left: 1px solid white;}

h1{
    font-family: 'SourceSansPro-Semibold';
    font-size: 22px;
    text-align: left;
    color: white;}

h2{
    font-family: 'SourceSansPro-Light';
    margin-top: 2px;
    font-size: 22px;
    text-align: left;
    color: white;}

h3{
    font-family: 'SourceSansPro-Semibold';
    margin-top: 18px;
    font-size: 20px;
    text-align: left;
    color: white}

h4{
    font-family: 'SourceSansPro-Semibold';
    margin-top: 18px;
    margin-bottom: 8px;
    padding-left: 130px;
    font-size: 20px;
    text-align: left;
    color: white}

p{
    font-family: 'SourceSansPro-Light';
    margin-top: 4px;
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
    color: white;}

/*organisation*/
.name{
    font-family: 'SourceSansPro-Light';
    font-size: 22px;
    text-align: left;
    color: white;}

.function{
    font-family: 'SourceSansPro-light';
    font-size: 16px;
    text-align: left;
    color: white}
ul{
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    line-height: 1.6;
    padding-left: 135px;
    color: white;
    list-style-type: disc;
    list-style-position: outside;}

.argumente{
    font-family: 'SourceSansPro-Light';
    font-size: 1.406250vw;
    line-height: 1.6;
    margin-top:0.7vw; 
    padding-left: 2vw;
    color: white;
    list-style-type: square;
    list-style-position: outside;}

li{padding-bottom: 14px;}

.dates{
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    padding-left: 135px;
    color: white;}

.link{
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    line-height: 1.6;
    margin-top: 30px;
    padding-left: 135px;
    color: white;
    background-color: #6D979C;
    border: 1px solid #6D979C;
    transition: all 0.5s linear;}

.link:hover{background-color:#7DAAAF; border: 1px solid white;}

@keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}
