@charset "UTF-8";
/*
	Theme Name: Thim van der Laan
	Description: Thim van der Laan Theme
	Version: 1.0.0
	Author: Matthias Bloch
	Author URI: http://kommpass.ch
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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 {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

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

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

/*

colors:
blue: $blau;
light blue: $light-blau;

*/
/*------------------------------------*\
    MAINs
\*------------------------------------*/
/* global box-sizing */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 2000px) {
  html {
    font-size: 18px;
  }
}
body {
  font-family: Open Sans;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #70706f;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: #0070B8;
}

h2 {
  font-weight: lighter;
}

/*------------------------------------*\
    BACKGROUNDS
\*------------------------------------*/
/* force background fitting */
body {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-bold.eot");
  src: url("fonts/opensans-bold.eot") format("embedded-opentype"), url("fonts/opensans-bold.woff2") format("woff2"), url("fonts/opensans-bold.woff") format("woff"), url("fonts/opensans-bold.ttf") format("truetype"), url("fonts/opensans-bold.svg#OpenSans") format("svg");
  font-weight: bolder;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-semibold.eot");
  src: url("fonts/opensans-semibold.eot") format("embedded-opentype"), url("fonts/opensans-semibold.woff2") format("woff2"), url("fonts/opensans-semibold.woff") format("woff"), url("fonts/opensans-semibold.ttf") format("truetype"), url("fonts/opensans-semibold.svg#OpenSans") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-regular.eot");
  src: url("fonts/opensans-regular.eot") format("embedded-opentype"), url("fonts/opensans-regular.woff2") format("woff2"), url("fonts/opensans-regular.woff") format("woff"), url("fonts/opensans-regular.ttf") format("truetype"), url("fonts/opensans-regular.svg#OpenSans") format("svg");
}
a:hover {
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin: 5px 0 15px 0;
}

h2 {
  font-weight: lighter;
  font-size: 1.875rem;
  margin: 5px 0 0.625rem 0;
}

h3 {
  font-weight: lighter;
  font-size: 1.25rem;
  margin: 5px 0 0.625rem 0;
}

article h3 {
  margin: 5px 0px 0.625rem;
  /*     border: solid 2px;
      padding-left: 7px; */
}

h4 {
  font-weight: bold;
  margin: 26px 0 0.625rem 0;
}

h5 {
  margin: 25px 0px;
  font-style: italic;
}

.sidebar h5 {
  margin: 23px 0 7px 0;
  font-style: normal;
  color: #75ccd0;
}

#page_wrapper {
  width: 100%;
  height: auto;
}

/* clear */
.clear {
  clear: both;
}
.clear:before {
  content: " ";
  display: table;
}
.clear:after {
  content: " ";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #75ccd0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: #75ccd0;
}
a:hover, a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/* paragraphs */
p {
  margin: 0.625rem 0px 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
p.even-margin {
  margin: 0.625rem 0;
}

ul li {
  font-size: 0.875rem;
}

.p-even-margin p {
  margin: 0.625rem 0;
}

p.smaller, .p-smaller p {
  font-size: 0.8125rem;
}

/* text styling */
.light {
  font-weight: 400;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  padding-left: 20px;
}

article ul {
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0;
}
article ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 15px 0;
}

/* structures (bootstrap extension) */
.container.full-width {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
    width: 1000px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 80%;
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    max-width: 60%;
    width: 100%;
  }
}

.spacer-lg {
  height: 100px;
  width: 100%;
}

/* column / paragraph padding */
.row.padding-bottom-md > div, p.padding-bottom-md {
  margin-bottom: 40px;
}

.row.padding-bottom-lg > div, p.padding-bottom-lg {
  padding-bottom: 50px;
}

/*------------------------------------*\
    TEXT STYLE
\*------------------------------------*/
.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.vcenter {
  display: table-cell;
  vertical-align: middle;
}

.clr-white, .link-clr-white a {
  color: white;
}

.clr-grey {
  color: #777;
}

::selection, ::-webkit-selection, ::-moz-selection {
  background: #0070B8;
  color: #FFF;
  text-shadow: none;
}

span.wpcf7-list-item {
  margin-left: 2.5em;
}

/*------------------------------------*\
    SHARING BUTTONS
\*------------------------------------*/
.kp_socialmedia_sharer {
  padding: 4px;
  display: inline-block;
  margin: 0.625rem 0 6px 0;
  line-height: 0px;
  background-color: #0070B8;
}
.kp_socialmedia_sharer > a {
  background: black;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0;
  margin: 0 4px 0 4px;
}
.kp_socialmedia_sharer .mail {
  background: url(img/icons/socialmedia/email.png) no-repeat;
  background-size: 100%;
}
.kp_socialmedia_sharer .facebook {
  background: url(img/icons/socialmedia/facebook.png) no-repeat;
  background-size: 100%;
}
.kp_socialmedia_sharer .linkedin {
  background: url(img/icons/socialmedia/linkedin.png) no-repeat;
  background-size: 100%;
}
.kp_socialmedia_sharer .twitter {
  background: url(img/icons/socialmedia/twitter.png) no-repeat;
  background-size: 100%;
}
.kp_socialmedia_sharer .xing {
  background: url(img/icons/socialmedia/xing.png) no-repeat;
  background-size: 100%;
}
.kp_socialmedia_sharer .pinterest {
  background: url(img/icons/socialmedia/pinterest.png) no-repeat;
  background-size: 100%;
}
.kp_socialmedia_sharer .google_plus {
  background: url(img/icons/socialmedia/google_plus.png) no-repeat;
  background-size: 100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
html, body {
  height: 100%;
}

* {
  margin: 0;
}

.content_wrapper {
  position: relative;
  /* float: left; */
  padding: 30px;
  padding-top: 12rem;
}
.content_wrapper iframe {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 1200px) {
  .content_wrapper {
    padding-top: 1rem;
  }
}

#header_menu_wrapper {
  height: 100%;
  float: left;
  position: relative;
  padding: 24px;
  background-color: rgba(0, 112, 184, 0.8);
}

.nav {
  margin-top: 4rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .nav {
    margin-top: 0;
  }
}

#icon_navigation {
  width: 100%;
  margin-top: 0px;
  padding: 0;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
}
#icon_navigation .separator {
  display: none;
}
#icon_navigation li {
  z-index: 2;
  padding: 0.625rem;
  position: relative;
  float: left;
  text-align: center;
  transition: 0.3s all ease;
}
#icon_navigation li img {
  max-height: 4.4rem;
  align-self: center;
}
#icon_navigation li a {
  border: solid 5px white;
  padding: 0.625rem;
  color: white;
  height: 8.75rem;
  transition: 0.3s all ease;
  background-color: #0070B8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#icon_navigation li .text {
  margin-top: 0.625rem;
  font-size: 0.85rem;
}
@media screen and (max-width: 1200px) {
  #icon_navigation li .text {
    font-size: 0.75rem;
  }
}
#icon_navigation li:hover {
  transform: translateY(-7px);
}
#icon_navigation li:hover a {
  box-shadow: 0px 0.625rem 15px 0px rgba(0, 0, 0, 0.31);
}
@media screen and (max-width: 576px) {
  #icon_navigation {
    margin: 0 !important;
  }
  #icon_navigation li {
    width: 47%;
  }
}

/* header general */
.top-bar {
  height: 8rem;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top-bar .content {
  height: 8rem;
  justify-content: space-between;
  display: flex;
}
.top-bar .eduqua {
  margin-top: 2.1rem;
}
.top-bar .eduqua img {
  height: 4rem;
}
.top-bar .links {
  margin-top: 2.1rem;
}
@media screen and (max-width: 700px) {
  .top-bar .eduqua, .top-bar .links {
    margin-top: 1.5rem;
  }
}
.top-bar .menu {
  display: flex;
}
.top-bar .menu li {
  color: #70706f;
}
.top-bar .menu li a {
  color: #70706f;
  font-size: 0.85rem;
}
.top-bar .menu li:first-of-type a {
  padding-right: 0.5rem;
}
.top-bar .menu li:first-of-type::after {
  content: "|";
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .top-bar {
    height: 5rem;
  }
  .top-bar .content {
    height: 5rem;
  }
  .top-bar .eduqua img {
    height: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .top-bar .content {
    width: 93%;
  }
  .top-bar .content .menu {
    flex-direction: column;
  }
  .top-bar .content .menu li::after {
    display: none;
  }
}

.header {
  height: 60vh;
  position: relative;
  top: 8rem;
  left: 0;
  right: 0;
}
.header .logo {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.header .logo img {
  max-height: none;
  height: 14rem;
}
@media screen and (max-width: 1200px) {
  .header {
    top: 5rem;
  }
}
.header .inner {
  left: 0;
  position: absolute;
  height: 100%;
  right: 0;
}
.header .inner .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  width: 100vw;
}

@media screen and (max-height: 620px) {
  .header {
    height: 80vh;
  }
  .header .inner .item {
    height: 80vh;
  }
}
@media screen and (max-height: 500px) {
  .header {
    height: 90vh;
  }
  .header .inner .item {
    height: 90vh;
  }
}
@media screen and (min-width: 1200px) {
  #navbar {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000000;
  }
  #navbar ul {
    padding: 0;
  }
  #navbar ul li {
    text-align: center;
  }
  #navbar .logo {
    height: 4rem;
    width: 10%;
    display: flex;
    justify-content: center;
    background-color: white;
    position: relative;
  }
  #navbar .logo a {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
  #navbar .logo img {
    height: 100%;
  }
  #navbar .menus {
    width: 90%;
    position: relative;
  }
  #navbar .main {
    background-color: #0070B8;
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #navbar .main .menu {
    display: flex;
  }
  #navbar .main .menu li {
    width: 100%;
    height: 4rem;
    transition: 0.4s ease;
    border-bottom: 4px solid #0070B8;
  }
  #navbar .main .menu li a {
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #navbar .main .menu li:hover {
    border-bottom: 4px solid #75ccd0;
  }
  #navbar .right {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
  }
  #navbar .right .menu {
    display: flex;
  }
  #navbar .right .menu li {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 4rem;
    border-bottom: 4px solid white;
    transition: 0.4s ease;
  }
  #navbar .right .menu li a {
    color: #0070B8;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #navbar .right .menu li:hover {
    border-bottom: 4px solid #0070B8;
  }
}
@media screen and (max-width: 1200px) {
  #navbar {
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 100%;
    background-color: #0070B8;
    display: block;
    z-index: 1000000;
    position: fixed;
    pointer-events: none;
    height: 100vh;
    transition: all 0.5s ease-in-out;
  }
  #navbar .logo {
    display: block;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 5rem;
    z-index: 10;
  }
  #navbar .logo img {
    height: 100%;
  }
  #navbar .menus {
    height: 100%;
    position: relative;
  }
  #navbar .menus .menu li {
    padding: 1.25rem 0;
    text-align: left;
  }
  #navbar .menus .menu li a {
    font-size: 1rem;
  }
  #navbar .menus .main {
    background-color: #0070B8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 6rem;
  }
  #navbar .menus .main .menu {
    flex-direction: column;
  }
  #navbar .menus .main .menu a {
    color: white;
    width: 100%;
    display: flex;
    height: 100%;
  }
  #navbar .menus .right {
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #navbar .menus .right .menu {
    flex-direction: column;
  }
  #navbar .menus .right .menu a {
    color: #70706f;
  }
}

.navbar-toggle {
  cursor: pointer;
  border-radius: 0;
  background-color: #0070B8;
  top: 5px;
  right: 0;
  z-index: 10000000;
  position: fixed;
  padding: 6px 7px;
  margin-right: 0;
  transition: 0.3s right ease;
}
.navbar-toggle i {
  color: white;
}

@media screen and (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-toggle {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  body.nav-open #navbar {
    opacity: 1;
    pointer-events: auto;
    bottom: 0;
  }
  body.nav-open .navbar-toggle {
    right: 1rem;
  }
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* header */
#headerCarousel {
  z-index: -1;
}

#header_menu_wrapper {
  text-align: left;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
#header_menu_wrapper .main_title h1 {
  color: white;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: bold;
}
#header_menu_wrapper .sub_title {
  margin-top: 25px;
  color: white;
  font-weight: normal;
  font-size: 3rem;
  line-height: 64px;
}

/* smaller header */
.smaller_header #header_menu_wrapper .main_title {
  font-size: 3rem;
  line-height: 58px;
}
.smaller_header #header_menu_wrapper .main_title h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}
.smaller_header #header_menu_wrapper .sub_title {
  margin-top: 0.625rem;
  font-size: 29px;
  line-height: 34px;
}

/* background slider */
/* sidebar */
.sidebar .textbox, .sidebar .lightbox_button, .sidebar .statements {
  margin-bottom: 20px;
}
.sidebar .textbox {
  padding: 15px;
  background-color: #0070B8;
  color: #FFF;
}
.sidebar .lightbox_button:hover {
  background-color: #75ccd0;
}
.sidebar .textbox h4 {
  color: white;
}

.highlighted-links .lightbox_button, .sidebar .lightbox_button {
  display: block;
  padding: 0.625rem 15px;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #0070B8;
  color: #FFF;
}

.highlighted-links .lightbox_button.highlight, .sidebar .lightbox_button.highlight {
  display: none;
  padding: 0.625rem 15px;
  font-weight: bold;
  font-size: 1.25rem;
  border: 1px solid #0070B8;
  color: #0070B8;
  background-color: #FFF;
}

.highlighted-links .lightbox_button.highlight {
  border-top: none;
  border-left: none;
  border-right: none;
  display: block;
}
.highlighted-links .lightbox_button.highlight:hover {
  display: block;
  padding: 0.625rem 15px;
  font-weight: bold;
  font-size: 1.25rem;
  border: 1px solid #75ccd0;
  background-color: #75ccd0;
  color: #FFF;
}

@media (min-width: 1024px) {
  .highlighted-links .lightbox_button.highlight {
    display: none;
  }

  .sidebar .lightbox_button.highlight {
    display: block;
  }
}
.sidebar .lightbox_button.highlight:hover {
  display: block;
  padding: 0.625rem 15px;
  font-weight: bold;
  font-size: 1.25rem;
  border: 1px solid #75ccd0;
  background-color: #75ccd0;
  color: #FFF;
}

/* modal */
.modal-content {
  border-radius: 0;
}

/* wpcf */
.wpcf7-submit {
  background-color: #0070B8;
  color: #FFF;
  border-radius: 0;
}

.wpcf7-form-control {
  border-radius: 0;
}

/* news */
article.news_post {
  margin-bottom: 40px;
}
article.news_post .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}
article.news_post .auf-facebook {
  display: block;
}

/* slider */
.owl-theme .owl-controls .owl-buttons div {
  background-color: #0070B8;
  border-radius: 0;
}

/* team */
#team .wrapper {
  position: relative;
}
#team .wrapper img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  #team .row .col-sm-3 {
    width: 33.333333% !important;
  }
}
@media screen and (max-width: 768px) {
  #team .row .col-sm-3 {
    width: 50% !important;
  }
}

.caption {
  padding: 7px 0.625rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* background-color: rgba(0, 112, 184, 0.8); */
  background-color: #0070B8;
  color: white;
  max-height: 30px;
  bottom: -30px;
  transition: max-height 0s ease-in;
  font-size: 14px;
}

#team .wrapper:hover .caption {
  max-height: 500px;
  transition: max-height 0.5s ease-out;
}

.details a {
  color: #0070B8;
}

.b_delete_upload {
  color: #777;
  float: right;
}

.file_upload_wrapper {
  margin-bottom: 20px;
  display: none;
}

/*------------------------------------*\
    FORM POPUP
\*------------------------------------*/
.textbox .cboxElement {
  color: white;
  background: none;
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #0070B8;
  color: #FFF;
}
.textbox .cboxElement:hover {
  background-color: #75ccd0;
}

/*------------------------------------*\
    RESPONSIVE NAVIGATION
\*------------------------------------*/
a#kpSlideNavigation_control {
  border-radius: 0;
  background-color: #0070B8;
  top: 21px;
  display: none !important;
}

#kpSlideNavigation_wrapper .head {
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  height: 100px;
  background-position: 0px top;
  background-size: auto 80px;
  margin-bottom: 0.625rem;
}
#kpSlideNavigation_wrapper h1 {
  display: none;
}
#kpSlideNavigation_wrapper li.current-menu-item {
  background-color: rgba(0, 112, 184, 0.11);
}
#kpSlideNavigation_wrapper li.current-menu-item > a {
  color: black;
}
#kpSlideNavigation_wrapper li.current-menu-item > a:hover {
  color: white;
  background: #0070B8;
}

/*------------------------------------*\
    POPUP
\*------------------------------------*/
#popup .close {
  width: 40px;
  height: 30px;
  background-color: #AFA59B;
  right: 0;
  top: 0;
  position: absolute;
  background-image: url("img/icons/i_close.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#popup .wrapper {
  position: relative;
  background: white;
  padding: 20px;
  /* spacing from browser border*/
  margin-top: 100px;
  z-index: 999;
  padding: 20px 48px 20px 20px;
}
#popup .inner {
  position: absolute;
  width: 100%;
}

/* page cover */
.page-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99;
  top: 0;
  left: 0;
}
.page-cover.dark {
  background-color: rgba(0, 0, 0, 0.65);
}
.page-cover.light {
  background-color: rgba(0, 0, 0, 0.4);
}

/*------------------------------------*\
    READ MORE/PAGINATION
\*------------------------------------*/
.prev-posts-link a:hover, .next-posts-link a:hover {
  background-color: #75ccd0;
}

.prev-posts-link a, .next-posts-link a {
  font-weight: bold;
  color: #FFF;
  padding: 3px 7px;
  font-size: 0.7rem;
  background-color: #0070B8;
  display: inline-block;
}

.excerpt_wrapper {
  margin: 28px 0;
}
.excerpt_wrapper .rest {
  display: none;
}
.excerpt_wrapper .show_less {
  display: none;
  background-color: #75ccd0;
}
.excerpt_wrapper .show_more {
  background-color: #0070B8;
  position: relative;
  font-size: 0.7rem;
  font-weight: bold;
  color: #FFF;
  padding: 3px 7px;
}
.excerpt_wrapper .show_less {
  position: relative;
  font-size: 0.7rem;
  font-weight: bold;
  color: #FFF;
  padding: 3px 7px;
}
.excerpt_wrapper .show_more:hover {
  background-color: #75ccd0;
}
.excerpt_wrapper .show_less:hover, .excerpt_wrapper .show_less:before {
  background-color: #75ccd0;
}
.excerpt_wrapper .show_more:before {
  background-color: #0070B8;
}

.content_block {
  margin-top: 50px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #header_menu_wrapper .main_title {
    font-size: 3rem;
    line-height: 2.88rem;
  }
  #header_menu_wrapper .sub_title {
    font-size: 1.56rem;
    line-height: 1.69rem;
  }
}
/* Mobile */
@media only screen and (min-width: 900px) {
  #icon_navigation {
    position: absolute;
  }

  #icon_navigation li {
    width: 185px;
  }
  #icon_navigation li a {
    height: 10.25rem;
  }
}
@media screen and (min-width: 1370px) {
  #icon_navigation li {
    width: 14rem;
  }
}
@media screen and (min-width: 2000px) {
  #icon_navigation li {
    width: 15rem;
  }
}
@media only screen and (max-width: 900px) {
  #navigation_bar {
    display: none !important;
  }

  #header_menu_wrapper {
    float: none;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
  }

  #icon_navigation {
    margin-top: 0;
  }

  #header_menu_wrapper nav {
    padding: 0 15px;
  }

  #header_menu_wrapper .main_title, #header_menu_wrapper .sub_title, #header_menu_wrapper .aktuelle_infos {
    display: none;
  }

  .logo_eduqua {
    top: 165px;
  }

  .logo {
    top: 5px;
  }

  #icon_navigation li a {
    height: 10.25rem;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }

  h2 {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .h2, h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 0.9rem;
  }

  .header {
    min-height: 0;
  }

  ul li {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .caption {
    font-size: 0.75rem;
  }
  .caption strong {
    display: block;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #header_menu_wrapper {
    padding: 3rem 0px;
  }

  #icon_navigation li a {
    font-size: 0.7rem;
  }

  .logo_eduqua, .logo {
    left: 50%;
    margin-left: -70px;
  }

  .caption {
    font-size: 0.63rem;
    padding: 7px 5px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 400px) {
  #header_menu_wrapper nav {
    padding: 0;
  }

  #icon_navigation {
    font-size: 0.7rem;
  }
  #icon_navigation li a {
    padding: 7px;
  }
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
article ul {
  list-style: disc;
  padding-left: 20px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 0.625rem;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.7rem;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-caption {
  font-size: 0.7rem;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
}
.panel-body.list-events p, .p-inline p {
  display: inline;
}

/*------------------------------------*\
   Änderungen
\*------------------------------------*/
.control-label {
  min-width: 1px;
}

.wp-core-ui .button-primary {
  text-shadow: none;
}

#kpSlideNavigation_wrapper .head {
  display: none;
}

/* ---------------------------------------- */
.page-template-template-home {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .page-template-template-home main {
    margin-top: 10rem;
  }
}
.page-template-template-home #navbar {
  top: -4rem;
  transition: 0.3s top ease;
}
.page-template-template-home .navbar-toggle {
  right: -3rem;
}
.page-template-template-home.stickybar #navbar {
  top: 0;
}
.page-template-template-home.stickybar .navbar-toggle {
  right: 0;
}
.page-template-template-home .content_wrapper {
  padding-top: 3rem;
}

.front-page-events .event {
  margin-bottom: 2rem;
}
.front-page-events .event .text a {
  color: #0070B8;
  display: block;
}
.front-page-events .event .text p {
  display: inline;
}
@media screen and (min-width: 1600px) {
  .front-page-events {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-footer .top {
  padding: 3rem 1rem;
  text-align: center;
  background-color: #0070B8;
  color: white;
}
#site-footer .top h2 {
  color: white;
}
#site-footer .top .text {
  color: white;
}
#site-footer .top .text p {
  font-size: 1.25rem;
}
#site-footer .top a {
  color: white;
  text-decoration: underline;
}
#site-footer .bottom {
  padding: 3rem 0;
  background-color: #868585;
  color: white;
  text-align: left;
}
#site-footer .bottom iframe {
  height: 25rem;
  width: 100%;
}
#site-footer .bottom p {
  font-size: 1rem;
}
#site-footer .bottom .kontakt {
  margin-bottom: 1rem;
}
#site-footer .bottom .footer-menu .menu {
  padding-left: 0;
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  border-top: solid 1px white;
  margin-top: 3rem;
}
#site-footer .bottom .footer-menu .menu li {
  margin-left: 0.5rem;
}
#site-footer .bottom .footer-menu .menu li::after {
  content: "|";
  padding-left: 0.5rem;
  font-size: 1rem;
}
#site-footer .bottom .footer-menu .menu li a {
  color: white;
  font-size: 1rem;
}
#site-footer .bottom .footer-menu .menu li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  #site-footer .bottom {
    text-align: center;
  }
}

.logo-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8rem;
  pointer-events: none;
}
.logo-bar .logo-start {
  height: 12rem;
  position: absolute;
  left: 50%;
  top: 2.1rem;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: all;
}
.logo-bar .logo-start .logo-img {
  height: 100%;
  transition: 0.4s ease all;
}
@media screen and (max-width: 1200px) {
  .logo-bar .logo-start {
    height: 5rem;
  }
}
.logo-bar .logo-start a:hover .logo-img {
  transform: translateY(-7px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
}

.front-page-news {
  padding: 2rem 0;
  color: white;
  margin-bottom: 2rem;
}
.front-page-news .posts-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #0070B8;
  border: solid 0.4rem #0070B8;
}
@media screen and (max-width: 900px) {
  .front-page-news .posts-container {
    border: none;
  }
}
.front-page-news .posts {
  display: grid;
  grid-gap: 0.4rem;
  grid-template: "post1 post1 post2 post2 post3 post4" "post5 post6 post7 post7 post7 post4" "post5 post8 post8 post8 post9 post9";
}
@media screen and (max-width: 1200px) {
  .front-page-news .posts {
    grid-gap: 8px;
    grid-template: "post1 post2" "post1 post3" "post4 post3" "post5 post5" "post6 post7" "post6 post8" "post9 post9";
  }
}
@media screen and (max-width: 700px) {
  .front-page-news .posts {
    display: block;
  }
  .front-page-news .posts article {
    display: none !important;
  }
  .front-page-news .posts article:first-of-type {
    display: block !important;
  }
  .front-page-news .posts article:nth-of-type(2) {
    display: block !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .front-page-news .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .front-page-news .posts article {
    width: 32%;
    margin: 0.5rem;
  }
}
@supports (-ms-ime-align: auto) {
  .front-page-news .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .front-page-news .posts article {
    width: 31%;
    margin: 0.5rem;
  }
}
.front-page-news .posts > article:nth-child(1) {
  grid-area: post1;
}
.front-page-news .posts > article:nth-child(2) {
  grid-area: post2;
}
.front-page-news .posts > article:nth-child(3) {
  grid-area: post3;
}
.front-page-news .posts > article:nth-child(4) {
  grid-area: post4;
}
.front-page-news .posts > article:nth-child(5) {
  grid-area: post5;
}
.front-page-news .posts > article:nth-child(6) {
  grid-area: post6;
}
.front-page-news .posts > article:nth-child(7) {
  grid-area: post7;
}
.front-page-news .posts > article:nth-child(8) {
  grid-area: post8;
}
.front-page-news .posts > article:nth-child(9) {
  grid-area: post9;
}
.front-page-news .posts > article:nth-child(10) {
  grid-area: post10;
}
.front-page-news .posts .post-card {
  background-size: cover;
  background-position: center;
  padding: 1rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  transition: 0.3s ease;
  position: relative;
  filter: grayscale(0%);
  cursor: pointer;
  transition-delay: 0.5s;
}
.front-page-news article.post-card {
  background-size: cover;
  background-position: center;
  background-image: url(img/fb.png);
  background-repeat: no-repeat;
  padding: 1rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  transition: 0.3s ease;
  position: relative;
  filter: grayscale(0%);
  cursor: pointer;
  transition-delay: 0.5s;
}
.front-page-news article.post-card h3 {
  transform: translateY(100%);
  transition: 1s cubic-bezier(0.08, 0.82, 0.17, 1);
  opacity: 0;
  transition-delay: 0.3s;
  color: white;
  margin: 0;
}
.front-page-news article.post-card .excerpt {
  height: 5.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 4rem;
  transform: translateY(100%);
  color: white;
  transition: 1s cubic-bezier(0.08, 0.82, 0.17, 1);
  opacity: 0;
}
.front-page-news article.post-card .excerpt p {
  margin: 0;
  font-size: 1rem;
}
.front-page-news article.post-card .link {
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 1rem;
  transform: translateY(100%);
  color: white;
  transition: 1s cubic-bezier(0.08, 0.82, 0.17, 1);
  opacity: 0;
  text-decoration: underline;
}
.front-page-news article.post-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s ease;
  transition-delay: 0.5s;
  background-color: rgba(0, 112, 184, 0.6);
}
.front-page-news article.post-card:hover {
  transition-delay: 0s;
}
.front-page-news article.post-card:hover h3 {
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}
.front-page-news article.post-card:hover .excerpt {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
.front-page-news article.post-card:hover .link {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
.front-page-news article.post-card:hover::before {
  opacity: 1;
  transition-delay: 0s;
}
@media screen and (max-width: 900px) {
  .front-page-news article.post-card {
    transition-delay: 0s;
    filter: grayscale(0) !important;
  }
  .front-page-news article.post-card h3 {
    opacity: 1;
    transition-delay: 0s;
    transform: translateY(0);
  }
  .front-page-news article.post-card .excerpt {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0);
  }
  .front-page-news article.post-card .link {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0);
  }
  .front-page-news article.post-card::before {
    opacity: 1;
    transition-delay: 0s;
  }
}

main.col-md-9 {
  width: 70%;
}

aside {
  margin-left: 5%;
}
aside .aktuell {
  font-size: 1.25rem;
  font-weight: bold;
}
aside .excerpt {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
aside .excerpt ul {
  list-style-type: disc;
}

@media screen and (max-width: 1000px) {
  main.col-md-9 {
    width: 100%;
  }

  aside {
    margin-left: 0;
  }
}
.pagination a {
  padding-right: 0.5rem;
}
.pagination a.active {
  color: #0070B8 !important;
}

#cta-bar {
  position: fixed;
  display: flex;
  background-color: #0070B8;
  height: 4rem;
  top: 40vh;
  right: -26rem;
  padding: 0.5rem;
  align-items: center;
  z-index: 123;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.5s ease all;
  border: solid 5px white;
  max-width: 31rem;
}
#cta-bar img {
  height: 100%;
}
#cta-bar .text {
  color: white;
  padding-left: 1rem;
}
#cta-bar.shown {
  right: -5px;
}
#cta-bar:hover {
  right: -5px;
}
@media screen and (min-width: 2000px) {
  #cta-bar {
    height: 6rem;
    right: -23rem;
  }
}
@media screen and (max-width: 400px) {
  #cta-bar {
    top: 25vh;
    height: 5rem;
    right: -17rem;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
