@charset "utf-8";

@media (max-width: 480px) {
body {
    background-image: url(../img/office480.jpg);
    background-size: auto auto;
}
.container {
    padding: 0 2%;
    width: 96%;
}
.head {
    width: 100%;
    height: 212px;
    background-image: url(../img/studieren491.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto auto;
}
.head a {
    text-decoration: none;
}
.head, .content, .footer {
    -webkit-box-shadow: 6px 0 4px -4px rgba(255,255,255,0.40),-6px 0 4px -4px rgba(255,255,255,0.40);
    box-shadow: 6px 0 4px -4px rgba(255,255,255,0.40),-6px 0 4px -4px rgba(255,255,255,0.40);
}
.logo {
    font-style: italic;
    font-size: 87.5%;
    font-family: 'Kanit', sans-serif;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px rgba(0,0,0,0.90);
    font-variant: small-caps;
}
	
	a .logo {
    background-image: -webkit-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: -o-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    padding-bottom: 10px;
    padding-top: 3px;
}
	
.logo h1 {
    font-size: 185%;
    padding-bottom: 5px;
    line-height: 32px;
}
.navi {
    width: 100%;
    overflow: auto;
    margin-top: 3px;
    height: 160px;
}
.navi ul li a {
    font-size: 80%;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
    display: block;
    padding: 0.83em 0;
    text-align: center;
    /* CSS Hack nur in Google Chrome anzusprechen*/
    -webkit-padding-before: 0.86em;
    -webkit-padding-after: 0.86em;
    font-family: 'Kanit', sans-serif;
}
.content {
    overflow: auto;
    margin-top: 2px;
    text-align: left;
}
.content h2 {
    margin: 10px 0;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    font-size: 183%;
    font-variant: small-caps;
}
.content h3 {
    margin-bottom: 8px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    color: rgba(255,255,255,1.00);
    font-variant: small-caps;
    font-size: 128%;
}
.content, .content2, .content3 {
    padding: 2.5% 2%;
    width: 96%;
}
.footer {
    padding: 2%;
    width: 96%;
    margin-bottom: 5%;
}
.footer h2, .footer h3 {
    font-size: 90%;
}
.footer p, .footer aside {
    font-size: 80%;
    font-weight: bold;
    color: #003366;
}
}

@media (min-width: 481px) and (max-width: 768px) {
body {
    background-image: url(../img/office768.jpg);
}
.container {
    padding: 0 5%;
    width: 90%;
}
.head {
    width: 100%;
    height: 170px;
    background-image: url(../img/studieren768.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-border-radius: 10px 10px 0 0;
    margin: 5px 0 10px;
    border-radius: 10px 10px 0 0;
}
.head a {
    text-decoration: none;
}
.head, .content, .footer {
    -webkit-box-shadow: 6px 0 4px -4px rgba(255,255,255,0.4), -6px 0 4px -4px rgba(255,255,255,0.4);
    box-shadow: 6px 0 4px -4px rgba(255,255,255,0.4), -6px 0 4px -4px rgba(255,255,255,0.4);
}
.logo {
    color: #FFFFFF;
    float: left;
    z-index: 1000;
    font-family: 'Kanit', sans-serif;
    font-style: normal;
    text-align: center;
    width: auto;
    -moz-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    -webkit-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    -o-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    -ms-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    padding-top: 18px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
    margin-top: 78px;
    margin-right: 0;
    margin-left: -19px;
    transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    font-variant: small-caps;
    border-radius: 8px;
    font-size: 0px;
}
a .logo {
    background-image: -webkit-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: -o-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    font-size: 0.9em;
}
a .logo:hover {
    background-image: -webkit-linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
    background-image: -o-linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
    background-image: linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
}
.logo h1 {
    font-size: 218%;
    margin-bottom: 3%;
}
.logo figcaption {
    font-size: 98%;
}
.navi {
    clear: both;
    float: right;
    width: auto;
    margin: -40px 8px 0 0;
    display: block;
}
.navi ul li {
    float: left;
    text-align: center;
    margin-left: 8px;
}
.logo, .navi ul li a {
    font-size: 85%;
    font-weight: bold;
    display: block;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.90);
}
.navi ul li a {
    font-size: 80%;
    width: 69px;
    color: #FFF;
    padding-top: 6px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 6px;
    -webkit-border-radius: 2px;
    border-radius: 8px;
    text-decoration: underline;
	font-family: 'Kanit', sans-serif;
}
.content {
    clear: both;
    overflow: auto;
    text-align: left;
}
.content h2 {
    margin: 1.5% 0;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    color: rgba(255,255,255,1.00);
    font-style: normal;
    font-variant: small-caps;
    font-weight: 100;
    font-size: 200%;
    text-decoration: overline;
}
.content h3 {
    margin-bottom: 1.5%;
    font-family: 'Kanit', sans-serif;
    color: rgba(251,249,249,1.00);
    font-variant: small-caps;
    font-size: 135%;
    text-decoration: none;
}
.content h4 {
    font-size: 110%;
    text-align: center;
}
.content, .content2, .content3 {
    padding: 2.5% 2%;
    width: 96%;
}
.footer {
    padding: 2%;
    margin: 10px 0 30px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    width: 96%;
}
.footer h2, .footer h3 {
    font-size: 95%;
}
.footer p, .footer aside {
    font-size: 85%;
    font-weight: bold;
    color: #003366;
}
.footer aside {
    font-style: italic;
    font-size: 75%;
}
}

@media (min-width: 769px) {
body {
    background-image: url(../img/office1920.jpg);
}
.container {
    padding: 0 6%;
    width: 88%;
    max-width: 1232px;
    margin: 0 auto;
}
.head {
    width: 100%;
    height: 15.375em;
    background-image: url(../img/studieren1280sep.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-border-radius: 0.938em 0.938em 0 0;
    border-radius: 0.938em 0.938em 0 0;
    margin: 0.938em 0 0.625em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.head a {
    text-decoration: none;
}
.head, .content, .footer {
    -webkit-box-shadow: 8px 0 4px -4px rgba(255,253,253,0.40),-8px 0 4px -4px rgba(255,255,255,0.40);
    box-shadow: 8px 0 4px -4px rgba(255,253,253,0.40),-8px 0 4px -4px rgba(255,255,255,0.40);
}
.logo {
    color: #FFFFFF;
    float: left;
    z-index: 1000;
    font-style: normal;
    font-size: 1em;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    width: auto;
    padding-top: 1.013em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 24px;
    margin-top: 9.8em;
    margin-right: 0;
    margin-left: -2.5em;
    margin-bottom: 0;
    -moz-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    -webkit-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    -o-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    -ms-transform: scale(1) rotate(-9deg) skewX(-10deg) skewY(-5deg);
    transform: scale(1) rotate(-12deg) skewX(-12deg) skewY(-12deg);
    font-variant: small-caps;
    border-radius: 10px;
}
a .logo {
    background-image: -webkit-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: -o-linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    background-image: linear-gradient(180deg, rgba(46,7,0,0.25) 0%, rgba(46,7,0,0.60) 100%);
    font-size: 0.9em;
}
a .logo:hover {
    background-image: -webkit-linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
    background-image: -o-linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
    background-image: linear-gradient(180deg, rgba(69,0,0,0.82) 0%, rgba(46,7,0,0.50) 100%);
}
.logo h1 {
    font-size: 2.5em;
    margin-bottom: 0.085em;
}
.logo figcaption {
    font-size: 1.2em;
}
.navi {
    clear: both;
    float: right;
    width: auto;
    margin: -4em 1em 0 0;
    display: block;
}
.navi ul li {
    float: left;
    text-align: center;
    margin-left: 0.6em;
}
.logo, .navi ul li a {
    font-weight: bold;
    display: block;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.90);
}
.navi ul li a {
    font-size: 1.3em;
    width: 4.5em;
    color: #FFF;
    padding: 0.48em 0.5em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    text-decoration: underline;
    font-family: 'Kanit', sans-serif;
    font-variant: small-caps;
}
.content {
    clear: both;
    overflow: auto;
    text-align: left;
}
.content h2 {
    margin: 1.5em 0 0.1em;
    text-align: center;
    color: rgba(255,255,255,1.00);
    font-family: 'Kanit', sans-serif;
    font-size: 250%;
    text-decoration: overline;
    font-weight: normal;
    font-variant: small-caps;
}
.content h3 {
    margin-bottom: 1.1em;
    font-family: 'Kanit', sans-serif;
    color: rgba(255,254,254,1.00);
    font-variant: small-caps;
    font-weight: 100;
    font-size: 146%;
    text-decoration: none;
}
.content h3:first-letter {
    font-size: 2em;
    margin-right: 0.02em
}
.content p:first-line {
    font-weight: bold;
}
.content1, .content2, .content3 {
    clear: none;
    width: 29.3%;
    padding: 2%;
    float: left;
}
.footer {
    padding: 2%;
    margin: 0.625em 0 1.875em;
    -webkit-border-radius: 0 0 0.938em 0.938em;
    border-radius: 0 0 0.938em 0.938em;
    width: 96%;
}
.footer h2, .footer h3 {
    font-size: 95%;
}
.footer p, .footer aside {
    font-size: 85%;
    font-weight: bold;
    color: #003366;
}
.footer aside {
    font-style: italic;
    font-size: 75%;
}
}
