/* Text Elements */
/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-v12-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/barlow-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-v12-latin-italic.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-500 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/barlow-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-v12-latin-500.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-condensed-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-condensed-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-condensed-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-condensed-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-condensed-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-condensed-v12-latin-regular.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-500 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/barlow-condensed-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-condensed-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-condensed-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-condensed-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-condensed-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-condensed-v12-latin-500.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
h1.h1 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 42px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 50px;
  font-family: 'Barlow Condensed', sans-serif;
}

h2.h2 {
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Barlow Condensed', sans-serif;
}

h3.h3 {
  padding: 2px 4px;
  background-color: #f8f8f8;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
}

p.paragraph.headerparagraph {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 30px 20px;
  color: #083170;
  font-weight: 500;
  font-size: 62px;
  font-family: 'Barlow Condensed', sans-serif;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

p.paragraph.headerrechtsparagraph {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #000;
  font-weight: 500;
  font-size: 29px;
  font-family: 'Barlow Condensed', sans-serif;
}

p.paragraph,
.datenschutz .maincontent ul {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1em;
}

p.paragraph span.paragraph-text-1 {
  text-decoration: none;
}

p.paragraph.contentparagraph,
.datenschutz .maincontent ul {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  line-height: 1.55;
}

p.paragraph.contentparagraph.last {
  margin-bottom: 0;
}

p.paragraph.textcenter {
  text-align: center;
}

p.paragraph.mtop15 {
  margin-top: 15px;
}

p.paragraph.textcenter.zitatpargraph {
  font-style: italic;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  line-height: 1.5;
}

p.paragraph.mbot50 {
  margin-bottom: 50px;
}

p.paragraph.contentparagraph.last.mtop15.textcenter {
  margin-top: 25px;
  padding-top: 0;
  font-size: 20px;
}

p.paragraph.textright {
  text-align: right;
}

ul.unorder-list.topmenu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.unorder-list.footermenu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

/* Layout Elements */

body.body-1 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 100vh;
  max-height: 100%;
  height: 100%;
}

.container.wrap100 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  font-size: 18px;
}

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  min-height: 100px;
  max-width: 1400px;
  width: 100%;
  background-color: transparent;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.wrapheader {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
}

.container.wrapfooter {
  max-width: 100%;
  width: 100%;
  background-color: #083170;
}

.container.footer {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 20px;
  max-width: 1400px;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.container.wrapheadernav {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  min-height: auto;
  max-width: 99.9%;
  width: 100%;
  background-color: #083170;
}

.container.headernav {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1400px;
  width: 100%;
  background-color: transparent;
}

.container.headerrechts {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  background-color: transparent;

  justify-self: end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container.headerlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.wrapheaderimg {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-width: 100%;
  max-width: 100rem;
  width: 100%;
  border-bottom: .125rem solid #083170;
  background-color: #c0e0f9;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, .18) 0 5px 10px 0;

  background-blend-mode: normal;
}

.container.headerimg {
  margin-right: auto;
  margin-left: auto;
  min-width: 10px;
  min-height: 280px;
  max-width: 2557px;
  width: 100%;
  background-image: url('../../img/taipei_panorama.jpg');
  background-attachment: scroll;
  background-position: left center;
  background-clip: border-box;
  background-origin: border-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.heading2 {
  margin-top: 50px;
  margin-bottom: 24px;
}

.container.startcontainer {
  margin-left: 65px;
}

.container.content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.container.heading1 {
  margin-bottom: 48px;
}

.container.maincontent {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 1000px;
  width: 100%;
}

.container.wrapmain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px 60px;
  min-width: 100%;
  min-height: 60vh;
  max-width: 1400px;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.container.bdulogo {
  margin-top: 60px;
  margin-bottom: 0;
}

.container.zitat {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px;
  max-width: 640px;
  width: 100%;
  border: .0625rem solid #eee;
  background-color: #f8f8f8;
  box-shadow: rgba(0, 0, 0, .08) 0 4px 4px 0;
}

.container.mbot60 {
  margin-bottom: 60px;
}

.container.heading3 {
  margin-top: 50px;
  margin-bottom: 24px;
}

.container.mtop40 {
  margin-top: 30px;
}

.container.heading2.mbot40 {
  margin-top: 40px;
}

.container.curric {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  border-top: 0 solid #083170;
  border-right: 0 solid transparent;
  border-bottom: 0 solid #083170;
  border-left: 0 solid #083170;
  background-color: transparent;
}

.container.mbot80 {
  margin-bottom: 80px;
}

.container.content.mbot60 {
  margin-bottom: 80px;
}

div.responsive-picture.logo {
  position: relative;
  display: block;
  -ms-flex-order: 0;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 152px;
  max-width: 152px;
  width: 100%;

  justify-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  grid-area: auto / auto / auto / auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

li.list-item.topmenulistitem {
  display: inline-block;
  padding-top: 8px;
  padding-right: 30px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
}

li.list-item.footermenulistitem {
  display: inline-block;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 6px;
  color: #fff;
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
}

.html-element.htmlimg {
  display: inline-block;
}

div.responsive-picture.img-left {
  margin-right: 0;
  margin-bottom: 15px;
  min-width: 292px;
  width: 292px;
}

div.responsive-picture.picture-1 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 331px;
}

li.list-item a.lista {
  color: #fff;
  text-decoration: none;
}

.rule.mtop50 {
  margin-top: 40px;
  margin-bottom: 0;
}

.rule.mbot70 {
  margin-bottom: 40px;
}

.rule.mbot70.mtop50 {
  margin-top: 30px;
}

div.responsive-picture.beck {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: 160px;
  width: 160px;
}

div.responsive-picture.bgm {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 160px;
}

li.list-item a.active {
  text-decoration: underline;
}

li.list-item a.lista:focus {
  background-color: #4671b2;
}

li.list-item a.lista:hover {
  background-color: #4671b2;
}

@media screen and (max-width: 65.4375rem) {
  /* Text Elements */

  h1.h1 {
    font-size: 34px;
    line-height: 1.3;
  }

  h2.h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  p.paragraph.headerparagraph {
    font-size: 52px;
  }

  ul.unorder-list.topmenu {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  /* Layout Elements */

  .container.header {
    display: block;
  }

  .container.headerrechts {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 0;
    min-width: 10px;
  }

  .container.headerlinks {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.headernav {
    text-align: center;
  }

  .container.headerimg {
    background-image: url('../../img/taipei_panorama_1024.jpg');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container.startcontainer {
    clear: both;
    margin-top: 50px;
    margin-left: 0;
    min-width: 10px;
    width: 100%;
  }

  .container.content {
    display: block;
  }

  div.responsive-picture.picture-2 {
    display: inline-block;
    width: auto;
  }

  div.responsive-picture.logo {
    min-width: 106px;
  }
}

@media screen and (max-width: 34rem) {
  /* Text Elements */

  h1.h1 {
    text-align: center;
    line-height: 1.4;
  }

  h2.h2 {
    font-size: 26px;
  }

  p.paragraph.headerparagraph {
    font-size: 44px;
  }

  p.paragraph.headerrechtsparagraph {
    font-size: 26px;
  }

  /* Layout Elements */

  .container.wrapmain {
    padding-top: 60px;
  }

  .container.headerimg {
    background-image: url('../../img/taipei_panorama_550.jpg');
    background-position: left center;
  }

  div.responsive-picture.logo {
    min-width: 98px;
    max-width: 100px;
  }

  div.responsive-picture.picture-2 {
    margin-bottom: 5px;
    max-width: 300px;
    width: auto;
  }

  div.responsive-picture.img-left {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 30rem) {
  /* Text Elements */

  h1.h1 {
    font-size: 30px;
  }

  h2.h2 {
    font-size: 24px;
  }

  p.paragraph.headerparagraph {
    font-size: 36px;
  }

  p.paragraph.headerrechtsparagraph {
    font-size: 24px;
  }

  /* Layout Elements */

  .container.headernav {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  div.responsive-picture.logo {
    min-width: 80px;
    max-width: 80px;
  }

  div.responsive-picture.picture-1 {
    width: 300px;
  }

  div.responsive-picture.beck {
    width: 160px;
  }

  div.responsive-picture.bgm {
    width: 160px;
  }
}

@media screen and (max-width: 21.75rem) {
  /* Text Elements */

  p.paragraph.headerparagraph {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 33px;
  }

  p.paragraph.headerrechtsparagraph {
    font-size: 21px;
  }

  /* Layout Elements */

  .container.headerlinks {
    display: block;
    text-align: center;
  }

  div.responsive-picture.logo {
    display: inline-block;
    min-width: 100px;
    max-width: 100px;
  }

  div.responsive-picture.picture-1 {
    width: 270px;
  }

  div.responsive-picture.img-left {
    min-width: 260px;
    width: 260px;
  }

  div.responsive-picture.beck {
    width: 270px;
  }

  div.responsive-picture.bgm {
    width: 270px;
  }
}
.rule hr {
    border: 0 !important;
    border-top: 0 !important;
    width: 0;
}
    #maincontent p.contentparagraph {
      hyphens: none !important;
    }

@media screen and (max-width: 500px) {
	div.fltlft {
	float: non;
	margin-right: 0;
	margin-bottom: 50px;
	}
}
div.fltlft {
	float: left;
	margin-right: 40px;
}
h4 {
  padding: 0;
  font-weight: 500;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  margin: 30px 0 10px 0;
}