article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
  outline: thin dotted; }
  a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold;
  }

dfn {
  font-style: italic;
  }

mark {
  background: #ff0;
  color: #000;
  }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

.image_gallery {display:inline-block;}
.image_gallery_ul {text-align:center;}
.image_gallery_li {list-style-type:none;float:left;width:300px;margin:0 12px 10px 0;padding:2px;background-color:#F2F2F2;min-height:320px;}
.image_gallery_img:hover {opacity: 0.7;transition: 0.5s;}
.image_gallery_img {opacity: 1;}  

svg:not(:root) {
  overflow: hidden; }

.list-image {
  height:200px;
  width:140px;
  float:left;
  margin:7px 15px 20px 0;
}

.first-image {
  float: left;
  max-width: 320px;
  margin-top: 7px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.home-list-image {
  float: left;
  max-width: 320px;
  padding-right: 20px;
}

.books-gallery {
  position: relative;
}

.books-gallery-image {
  float: left;
  max-width: 200px;
  height: 270px !important;
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.books-gallery-text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom:0;
  left:0;
  margin-left: 20px;
  width:190px;
  text-align: center;
}

.books-gallery-text-content {
  background-color: #d7d8d7;
  color: #000000;
  font-size: 1em;
  padding: 12px;
}

.books-gallery:hover .books-gallery-image {
  opacity: 0.5;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.books-gallery:hover .books-gallery-text {
  opacity: 1;
}

/*.books-gallery a {
 position: relative;
}

.books-gallery a:hover:after {
  content: attr(title);
  color: #000;
    padding-left: 5px;
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    opacity:0.5;
    min-height: 30px;
    background: #FFF;
    bottom: 0px;
    left: 0px;
  
}*/

.first-news {
  background-color: #e3e4e3;
  padding: 0 40px 20px 40px !important;
}

.books {
  min-height:220px;
}

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

.vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.horizontal-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-direction-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.justify-content-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

.container100 {
  width: 100%; }

.container90 {
  width: 100%; }
  @media (min-width: 500px) {
  .container90 {
  width: 80%; } }

.container80 {
  width: 100%; }
  @media (min-width: 500px) {
  .container80 {
  width: 80%; } }

.container75 {
  width: 100%; }
  @media (min-width: 500px) {
  .container75 {
  width: 75%; } }

.container70 {
  width: 100%; }
  @media (min-width: 500px) {
  .container70 {
  width: 70%; } }

.container66 {
  width: 100%; }
  @media (min-width: 500px) {
  .container66 {
  width: 66.6666%; } }

.container60 {
  width: 100%; }
  @media (min-width: 500px) {
  .container60 {
  width: 60%; } }

.container50 {
  width: 100%; }
  @media (min-width: 500px) {
  .container50 {
  width: 50%; } }

.container40 {
  width: 100%; }
  @media (min-width: 500px) {
  .container40 {
  width: 40%; } }

.container33 {
  width: 100%; }
  @media (min-width: 500px) {
  .container33 {
  width: 33.3333%; } }

.container30 {
  width: 100%; }
  @media (min-width: 500px) {
  .container30 {
  width: 30%; } }

.container25 {
  min-width: 200px;
  width: 100%; } /* Added 18-03-2021 jotto */
  @media (min-width: 500px) {
  .container25 {
  width: 50%; } }
  @media (min-width: 700px) {
  .container25 {
  width: 25%; } }

.container20 {
  width: 100%; }
  @media (min-width: 500px) {
  .container20 {
  width: 20%; } }

.container10 {
  width: 100%; }
  @media (min-width: 500px) {
  .container10 {
  width: 10%; } }

input, select, textarea {
  font: 16px/1.6 "Open Sans",Helvetica,Arial,sans-serif; }

  input[type="text"], input[type="email"] {
    width: 100%;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #D8D8D8;
    padding: 0 10px;
    }

textarea {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #000; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 15px; }

select {
  width: 100%; }

#searchform {
  position: relative; }

.Inputfield_adress {
  position: absolute;
  left: -9999px; }

.Inputfield, .inputrow {
  margin-bottom: 20px; }

.InputfieldSubmit .InputfieldContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

button[type="submit"] {
  border: none;
  background: #00B4D9;
  color: #fff;
  padding: 8px 30px;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  margin:10px 0;
  }
  button[type="submit"].search-icon {
  background: none;
  box-shadow: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -3px;
  right: 5px;
  }

input[type="radio"] {
  display: none; }

label.button {
  display: block;
  background: #F2F2F2;
  padding: 0 10px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  cursor: pointer; }
  .radiobuttons label.button {
  margin: 3px 10px 0 0; }

input[type="radio"]:checked + label {
  background: #00B4D9;
  color: #fff; }

.sectionname-search {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (min-width: 600px) {
  .sectionname-search {
  width: auto; } }
  .sectionname-search .padding0-10 {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 600px) {
  .sectionname-search .padding0-10 {
  padding-left: 20px;
  padding-right: 20px; } }
  .sectionname-search .text {
  width: 100%; }

nav {
  font-size: 1rem;
  }

@media (min-width: 600px) {
  nav {
  font-size: 1.4rem; }
  }
  
  nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  nav .lev1 > li:hover > .lev2 {
  display: block; }
  nav .lev2, nav .lev3, nav .lev4 {
  display: none; }
  nav .lev1 li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  nav.sectionname-nav .lev1 > li {
  max-width: 80px; }
  @media (min-width: 600px) {
  nav.sectionname-nav .lev1 > li {
  max-width: none; } }
  nav.sectionname-nav .lev1 > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 8px 5px 12px 5px;
  color: #fff; }
  @media (min-width: 600px) {
  nav.sectionname-nav .lev1 > li > a {
  padding: 8px 15px 12px 15px; } }
  nav.sectionname-nav .lev1 > li:hover > a, nav.sectionname-nav .lev1 > li.current > a {
  background: #F2F2F2;
  color: #4a4a4a; }
  nav.sectionname-nav .lev2 {
  position: absolute;
  top: 55px;
  left: 0;
  white-space: nowrap;
  background: #6A265D;
  z-index: 999; }
  nav.sectionname-nav .lev2 > li > a {
  display: block;
  padding: 8px 5px 12px 5px;
  width: 100%;
  color: #fff; }
  @media (min-width: 600px) {
  nav.sectionname-nav .lev2 > li > a {
  padding: 8px 15px 12px 15px; } }
  nav.sectionname-nav .lev2 > li > a:hover {
  background: #F2F2F2;
  color: #4a4a4a; }
  nav.sectionname-nav .lev2 > li.current > a {
  background: #F2F2F2;
  color: #4a4a4a; }

.section-breadcrumb {
  font-size: 0.5rem;
  padding: 10px 0 10px 0px;
  background: #F2F2F2;
  }
  @media (min-width: 500px) {
    .section-breadcrumb {
      font-size: 0.5rem;
      padding: 10px 0 10px 0px; }
  }

.sectionname-wrapper-nav {
  margin-top: 2px;
  background: #6A265D;
  padding-left: 10px;
}
  @media (max-width: 500px) {
    .sectionname-wrapper-nav {
    padding: 0 10px; }
    }

.sectionname-secondnav li {
  margin: 0 10px; }
  .sectionname-secondnav li a:hover {
  text-decoration: underline; }

nav.pagination {
  display: flex;
  justify-content: space-between;
  margin: 40px 0; }

nav.pagination li {
  background: #F2F2F2;
  margin: 0 10px 5px 0;
  width: 40px; }

nav.pagination li a {
  display: block;
  padding: 9px 12px;
  text-align: center; }

nav.pagination li.current {
  background: #6A265D; }

nav.pagination li.current a {
  color: #F2F2F2; }

nav.pagination li.dots {
  padding: 9px 12px;
  text-align: center; }

body {
  font: 16px/1.6 "Open Sans",Helvetica,Arial,sans-serif;
  min-height: 100%;
  position: relative; }

img {
  width: 100%;
  height: auto; }
  img.block {
  display: block; }

a {
  color: #00B4D9;
  text-decoration: none; }
  a p {
  color: #4a4a4a; }
  a:hover {
  color: #00657A; }
  a:hover p {
  color: #000; }

h1 {
  font-size: 1.75rem;
  margin: 0 0 1rem 0; }

.headline { width: 100%; }

h2 {
  font-size: 1.6rem;
  margin: 1.2rem 0 1rem 0;
  color: #555;
  }

h2.teaser {
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  color: #555;
  }

h3 {
  font-size: 1rem;
  text-transform: uppercase; }
  h3.notopmargin {
  margin-top: 0; }

h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 1rem 0 0 0;
  padding: 0;
  margin-bottom: 8px;
}

p {
  margin: 0 0 1.6em 0; }
  p.nomargin {
  margin: 0; }
  p.teaser {
  font-size: 1.2em;
  font-weight: 600;
  color: #555; }

.date-author {
  color: #777;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 30px; 
  }

.sectionname-headermain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  }
  .sectionname-headermain h1 {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  }
  .sectionname-headermain p {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  }
  .sectionname-headermain p strong {
  margin: 0;
  font-size: 1.75rem;
  color: #fff;
  }

.bggrey {
  background: #D8D8D8;
  padding-top: 20px;
  padding-bottom: 20px; }

.padding0-10 {
  padding-left: 20px;
  padding-right: 20px; }

.innerwrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.rssicon {
  position: absolute;
  right: 0;
  top: 10px;
  }
  
.rssicon img {
 max-height: 30px; 
}

a.button {
  display: block;
  padding: 10px 20px;
  background: #F2F2F2;
  text-align: right; }

figcaption {font-size:0.8em;color:#333333;margin-bottom:20px;}

figcaption p {
  margin-bottom: 0px; }

main {
  padding: 40px 0 221px 0; }
  @media (min-width: 500px) {
  main {
  padding: 40px 0 191px 0; } }

.sectionname-wrapper-logo {
  background: #6A265D;
  min-height: 120px;
  padding:1rem 0;
  text-align: center;
  }
      
.sectionname-logo {
  padding: 10px 0; 
  }
  
.sectionname-logo img {
  width: 120px; 
  vertical-align: middle;
  }
  @media (max-width: 800px) {
    .sectionname-wrapper-logo img {
      }
  }

.align_left {
  width: 100%;
  float: left;
  margin: 0 20px 12px 0; }
  @media (min-width: 800px) {
  .align_left {
  width: 250px; }
  .person-text .align_left {
  width: 150px; } }

.align_right {
  width: 250px;
  float: right;
  margin: 0 0 20px 20px; }

.section-teaser-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .section-teaser-content .bggrey {
  align-self: flex-start; }

.sectionname-latest-news {
  margin-top: 40px; }

/*.section-wrapper {
	@include flexbox();
	@include flex-wrap(wrap);
}*/

.single-news-item {
  margin-bottom: 50px;
  }

.catbuttons > div {
  padding: 0px 10px;
  border-radius: 7px;
  font-size: 12px;
  margin: 5px 10px 10px 0; }

.subitem-teaser {
  margin:0 0 5px 0;
  }  
  
.subitem-small {
  margin:0 0 5px 0;
  font-size: 1em;
  font-weight: 600;
  color: #555;
  } 

.countrybutton {
  background: #F67623;
  color: #fff; }

.countrybutton a {
  color: #fff; }
  
.datebutton {
  background: #6a255c;
  color: #fff; }
  }

.countryimage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 1.6em; }
  .countryimage img {
  max-width: 100%; }

.religionbutton {
  background: #4990E2;
  color: #fff; }
  .religionbutton a {
  color: #fff; }

.sourcebutton {
  background: #4a4a4a;
  color: #fff; }
  .sourcebutton a {
  color: #fff; }

.icon-pdf {
  margin-top: 10px;
  background: url("../img/icon-pdf.png") no-repeat;
  padding-left: 45px;
  min-height: 50px; 
  }

.icon-jpg {
  background: url("../img/icon-jpg.png") no-repeat;
  padding-left: 45px;
  min-height: 50px; }
  
.shariff {
  margin-top: 10px;
  display:block;
  }
  
.vkw-shopping {
  color: #ffffff;
  background-color: #6a255c;
  width: 100%;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vkw-shopping:hover {
  background-color: #47b4d8;
}

/* news RSS feeds */
.rss-item {
  margin-bottom: 1.6rem;
  }
  .rss-item p {
  font-size: 0.9rem;
  margin: 0;
  }
  .rss-item a {
  font-size: 1rem;
  margin: 0;
  }

footer {
  background: #F2F2F2;
  padding: 20px 0 80px 0;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  }
  
footer a {
  font-size: 16px; 
  }

.Inputfield_adresse {
  margin-left: -9999px;
  position: absolute;
  }

/* Special formats for person pictures jotto */

#branches img, #board-members img, #academic-board img, #international-director img, #board-of-supervisors img, #honorary-chairman img, #staff img { min-width:180px; margin-right:10px; border-radius: 50px; }

#academic-board img:hover, #board-members img:hover, #international-director img:hover, #board-of-supervisors img:hover, #honorary-chairman img:hover, #staff img:hover, #staff-1 img:hover, #branches img:hover, .books img:hover {
  opacity: 0.5;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  }

.container25 { text-align: center; }

.person-text img { width:200px; }

/*#academic-council .container25 {display: table-cell;}

# sourceMappingURL=main.css.map */

.section-files { text-align: left; }

#social-media img { 
  max-height:50px !important; 
  max-width: 50px;
}