@import url('https://fonts.googleapis.com/css?family=Proza+Libre:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:500,500i');


html {
  font-family: 'Proza Libre' !important;
  hyphens: auto;
}

.help-block {
  color: #f46036;
}

.title {
  font-family: 'Proza Libre' !important;
}

.uk-h1, h1, h1.title {
  font-family: 'Cormorant Garamond' !important;
  font-weight: 500 !important;
  font-size: 48px;
  line-height: 1.4;
}

.uk-h2, h2, h2.title {
  font-family: 'Cormorant Garamond' !important;
  font-weight: 500 !important;
  font-size: 42px;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}


body.home #navigation.shrink,
body.sub #navigation,
body.sub2Col #navigation,
body.subNav1Col #navigation,
body.subNav2Col #navigation,
#navigation {
  background-color: #b6c649;
}

.elementOneColumn .title,
.elementTwoColumnsTwoRows .title {
  text-transform: none;
}

body.home #navigation nav {
 margin-top: 20px;
}

body.home #navigation.shrink .uk-dropdown-navbar {
  background-color: #b6c649;
}

.slideshowHero .title {
  font-family: 'Cormorant Garamond' !important;
  font-size: 66px;
  hyphens: none;
}

.slideshowHero .item {
  border: none;
  background-color: rgba(0,75,106,.75);
}

.uk-slidenav {
  display: none !important;
}

.mail a {
  color: #f46036;
}

.contact .title {
  color: #444;
}

body.home #navigation.shrink nav,
#navigation .uk-navbar {
  margin-top: 20px;
}

#navigation .uk-navbar-nav>li>a:hover,
#navigation .uk-navbar-nav>li>a:focus,
#navigation .uk-navbar-nav>li.uk-active>a,
#navigation .uk-navbar-nav>li>span:hover,
#navigation .uk-navbar-nav>li>span:focus,
#navigation .uk-navbar-nav>li.uk-active>span,
#navigation .uk-dropdown-navbar .uk-nav-navbar>li>a:hover,
#navigation .uk-dropdown-navbar .uk-nav-navbar>li>a:focus,
#navigation .uk-dropdown-navbar .uk-nav-navbar>li.uk-active>a {
  color: #fff;
}

#navigation .uk-navbar-nav>li.uk-active {
  background-color: #14739e;
}

.elementBreadcrumb .uk-breadcrumb li.last a {
  color: #14739e;
}

#navigation .uk-navbar-nav>li>a,
#navigation .uk-navbar-nav>li>span {
  text-transform: none;
  font-size: 20px;
}

#footer #footerNavigation a,
#footer #footerSearch .uk-button {
  color: #fff;
}

#navigation .uk-dropdown-navbar,
body.home #navigation .uk-dropdown-navbar {
  background-color: #b6c649;
}

#navigation .uk-dropdown-navbar .uk-nav-navbar>li>a {
  line-height: 1.4;
  padding: 10px 15px;
}

.elementTwoColumnsTwoRows .item:nth-of-type(4n),
.elementTwoColumnsTwoRows .item:nth-of-type(4n-3) {
  background-color: #b6c649;
}

.elementTwoColumnsTwoRows {
  background-color: #004b6a;
}

.elementTwoColumns {
  text-align: inherit;
}

.elementTwoColumns .title {
  text-transform: none;
}

a.button-cta:hover {
  color: #b6c649 !important;
}

.elementTwoColumnsTwoRows a {
  color: #b6c649 !important;
}

.elementTwoColumnsTwoRows .item:nth-of-type(4n) a,
.elementTwoColumnsTwoRows .item:nth-of-type(4n-3) a {
  color: #fff !important;
}

.uk-sticky-placeholder {
  height: 120px;
}

#navigation {
  height: 120px;
}

#footer {
  background-color: #14739e;
}


a.button-cta {
  background-color: #b6c649;
  border: 2px solid #b6c649;
}

hr.addTitle {
  border-top: 4px solid #b6c649;
}


a.internal-link, a.external-link, a.internal-more, a.download-file, .t3-uploads .uploads-link, #footer #scrollToTop a {
  color: #f46036;
}

body > div[class^="element"] a[href^="javascript:linkTo_UnCryptMailto"] {
  color: #f46036;
}

.t3-uploads.layout1 .media span.icon:before {
  color: #14739e;
}


@media (max-width: 767px) and (min-width: 480px) {
  body.home #navigation {
    background-color: #b6c649;
  }
}


.uk-navbar-nav {
  margin-top: 10px;
}


body.home .slideshowHero {
  margin-top: 0;
}

.slideshowHero, .slideshowHero li {
  max-height: 500px;
  min-height: 500px;
}

@media (min-width: 1280px) {
.slideshowHero, .slideshowHero li {
  max-height: 640px;
  min-height: 640px;
}
}

@media (min-width: 1500px) {
.slideshowHero, .slideshowHero li {
  max-height: 720px;
  min-height: 720px;
}
}

.uk-overlay-background {
  background: transparent;
}

@media (max-width: 479px) {
  body.home #navigation {
    background-color: #b6c649;
  }
  .slideshowHero .title {
    font-size: 40px !important;
    line-height: 55px;
  }
}


/*** Teacher ***/

.teacher img {
  border-radius: 50%;
  width: 240px;
}

.teacher .ce-textpic {
  background-color: rgba(182,198,73,.25);
  overflow: hidden;
  padding: 35px;
}

.teacher .ce-textpic .ce-gallery {
  width: 240px;
}


@media (max-width: 799px) {
  .teacher .ce-textpic .ce-gallery {
    float: none;
  }
}

@media (min-width: 800px) {
  .teacher .ce-textpic .ce-bodytext {
    float: left;
    width: calc(100% - 270px);
  }
}

.teacher .title {
  padding: 0;
}

.teacher .addTitle {
  display: none;
}

.teacher .ce-textpic p:last-child {
  margin-bottom: 0;
}


/*** Sidebar ***/

#sidebar {
  font-size: 16px;
}

#sidebar ul.uk-nav-sub {
  padding-left: 20px;
  padding-right: 0;

}

#sidebar .uk-nav li {
  line-height: 1.4;
  margin: 10px 0;
}

#sidebar .uk-nav>li>a{
  padding-left: 0;
  padding-right: 0;
}

.uk-dropdown, .uk-dropdown-blank {
  width: 240px;
}

.uk-container .uk-container {
  padding: 0;
}



/*** News List ***/

#news .listView .item .title,
#news .listView .item .title a,
#news .listView.listWithoutImage .title a {
  color: #444;
  font-weight: normal;
}

#news .listView .item .uk-article-meta,
#news .listView .item .uk-article-lead {
  color: #444;
}

#news .listView a.more,
#news .listView.listWithoutImage a.more {
  display: block;
  padding-right: 14px;
  position: relative;
}

#news .listView.listWithoutImage a.more {
  text-align: right;
}

#news .listView a.more:hover,
#news .listView a.more:focus,
#news .listView.listWithoutImage a.more:hover,
#news .listView.listWithoutImage a.more:focus {
  text-decoration: underline;
}

#news .listView a.more:after,
#news .listView.listWithoutImage a.more:after {
  content: "\f101";
  display: inline;
  font-family: FontAwesome;
}

.listView.nohome .uk-article {
  padding: 20px;
}

#news .listView.nohome .item .uk-article-lead {
  font-size: 18px;
  line-height: 31px;
}


/*** Form ***/


.uk-form {
  border: 2px solid #e6f5fb;
  margin: 0 auto 60px auto;
  max-width: 740px;
}

.uk-form-row {
  padding: 10px;
  text-align: left;
}

.uk-form-row+.uk-form-row {
  margin-top: 0;
}

.uk-form > .uk-form-row.hilite {
  background-color: #e6f5fb;
}

.uk-form legend {
  margin: 25px 0 15px 0;
  font-weight: 400;
  font-size: 36px;
  float: left;
  line-height: 42px;
  color: #444;
  text-transform: none;
}

.uk-form .table {
  border-spacing: 0;
  text-align: left;
  width: 100%;
}

.uk-form td {
  padding: 10px;
}

.uk-form tr:nth-child(odd) td {
  background:  #e6f5fb;
}

.uk-form tr:nth-child(11),
.uk-form tr:nth-child(12),
.uk-form tr:nth-child(13) {
  display: none;
}

.uk-form .table ul {
  list-style-type: none;
  padding-left: 0;
}

.uk-form-horizontal .uk-form-label {
  text-align: left;
}

.uk-form .uk-form-controls input,
.uk-form .uk-form-controls textarea,
.uk-form .uk-form-controls input:hover,
.uk-form .uk-form-controls input:focus,
.uk-form .uk-form-controls textarea:hover,
.uk-form .uk-form-controls textarea:focus {
  background-color: #fff;
}

.uk-form .btn-group {
  overflow: hidden;
}

.btn-group .next {
  float: right;
}

.btn-group .previous {
  float: left;
}

.uk-form .btn-group .previous button[type="submit"] {
  opacity: .75;
  padding: 0 15px;
}

.uk-form .btn-group .previous button[type="submit"]:hover,
.uk-form .btn-group .previous button[type="submit"]:focus,
.uk-form .btn-group .previous button[type="submit"]:active {
  opacity: 1;
}

.uk-form select[multiple], .uk-form select[size] {
  height: 124px;
}

.uk-form .elementOneColumn .uk-container {
  padding: 10px;
}

.uk-form legend:after {
  display: none;
}

.uk-form .btn-group button[type="submit"] {

  background-color: #b6c649;
  border-color: #b6c649;
  color: #fff;
  cursor: pointer;
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  transition: all .2s;
}

.uk-form .btn-group button[type="submit"]:hover {
  background-color: #fff;
  border-color: #b6c649;
 color: #b6c649;
}

.submit-row {
  clear: both;
  padding-top: 20px;
  text-align: right;
}

.uk-form .uk-form-controls input[type=checkbox] {
    height: 14px;
    margin-left: 10px;
    margin-top: 6px;
    padding: 0;
    width: 14px;
}

.elementTwoColumns .elementContent {
  padding-left: 30px;
}

#anmeldeformular hr.addTitle {
  display: none;
}

#anmeldeformular .elementContent {
  padding-top: 0px;
  padding-bottom: 0px;
}

#anmeldeformular .elementOneColumn .title {
  padding: 10px 0px;
  text-transform: none;
  text-align: left;
}

#news .textWrap {
  text-align: left;
}


/*** ul in textpic ***/

.ce-textpic.ce-left ul {}



/*** Sitemap ***/

.t3-sitemap li a {
  color: #444;
  display: block;
  padding-bottom: 5px;
}

.t3-sitemap {
  list-style-type: none;
  padding-left: 0;
  /** erste Ebene **/
}
.t3-sitemap a {
  display: block;
  text-decoration: none;
}
.t3-sitemap > li {
  /** zweite Ebene **/
}
.t3-sitemap > li > a {
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.t3-sitemap > li > ul > li {
  margin-bottom: 2em;
  /** dritte Ebene **/
}
.t3-sitemap > li > ul > li > a {
  margin-bottom: 0;
}
.t3-sitemap > li > ul > li > ul > li {
  margin-bottom: 0;
  /** vierte Ebene **/
}
.t3-sitemap > li > ul > li > ul > li > a {
  font-weight: 400;
  text-transform: none;
}
.t3-sitemap > li > ul > li > ul > li > ul > li {
  /** fünfte Ebene **/
}
.t3-sitemap > li > ul > li > ul > li > ul > li > a {
  margin-left: 2em;
}
.t3-sitemap > li > ul > li > ul > li > ul > li > ul > li {
  /** sechste Ebene **/
}
.t3-sitemap > li > ul > li > ul > li > ul > li > ul > li > a {
  margin-left: 4em;
}
.t3-sitemap > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  margin-left: 6em;
}