/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import url(font.css);
/* ========================================================================
   01 Component: Base
 ========================================================================== */
html {
  font: normal 14px / 20px 'open_sansregular';
  background-origin: border-box;
  background-color: #F3F6F8;
  color: #3484a4;
}
/* Links
 ========================================================================== */
a,
.uk-link {
  color: #2db3c4;
}
a:hover,
.uk-link:hover {
  color: #800032;text-decoration: none;
}
a[target]:after {
  content: '\00A0\f08e';
  font-family: 'FontAwesome';
}

/* Text-level semantics
 ========================================================================== */
em {
  color: #A9BECD;
  font-style: normal;
  text-transform: uppercase;
}
.blau {
  color: #A9BECD;
  font-style: normal;
}

/* Horizontal rules
 ========================================================================== */
hr {
  margin: 0;
  border: 0;
  border-top: 0px solid #f3f6f8;
}

/* Quote
 ========================================================================== */
q {
  font-style: italic;
  quotes: "»""«""›""‹";
}
q:before {
  content: "»";
  content: open-quote;
}
q:after {
  content: "«";
  content: close-quote;
}
q q:before {
  content: "›";
  content: open-quote;
}
q q:after {
  content: "‹";
  content: close-quote;
}
/* Textfarbe
 ========================================================================== */
p,
h1,
h2,
h3,
h4,
h5,
h6 {color: #46537a;}
p.handschrift {
  font: 24px/30px blackjackregular;
}

/* ========================================================================
   Component: Panel
 ========================================================================== */
/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #46537a;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 30px;
  color: #5c5c5c;
  overflow: hidden;
  background: #ffffff none 0 0 repeat;
  border-radius: 0;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}

.uk-panel-box .uk-panel-title {
  color: #46537a;
}
/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header {
  padding: 30px;
  color: #46537A;
  overflow: hidden;
  background: #ffffff none 0 0 repeat;
  border-radius: 0;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(161, 185, 200, 0.8);
  text-align: center;
  text-transform: uppercase;
  color: #46537A;
}
.uk-panel-box.uk-panel-header .uk-panel-title {
  /*background-color: red;*/
  border-radius: 0 0 0 0;
  padding: 15px 30px;
  margin-top: -30px;
  margin-bottom: 30px;
  margin-right: -30px;
  margin-left: -30px;
}
/* ========================================================================
   05 Component: Article
 ========================================================================== */
article.uk-article {
  padding: 25px;
  color: #46537A;
  overflow: hidden;
  background: #ffffff none 0 0 repeat;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.OHNE article.uk-article {
  padding: 0px;
  color: #46537A;
  overflow: hidden;
  background: transparent;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0 0px 0px 0 rgba(160, 166, 168, 0.35);
}
p.uk-article-lead {
  text-transform: uppercase;
  color: #46537A;
}


/* ========================================================================
   Component: Nav
 ========================================================================== */
/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
  color: #2DB3C4;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: transparent;
  color: #800032;
  /* 2 */
  outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: transparent;
  color: #2DB3C4;
}
.uk-nav-side > li.uk-active > a:hover {
 background: transparent;
  color: #800032;
}
/*.uk-nav-side > li.uk-active > :after {
  content: "\00A0\2718";
}*/
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #46537a;
	letter-spacing: 1px;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #1fa2d6;
}
.uk-nav-side ul a:hover {
  color: #0074a2;
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #0069A5;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #46537a;
  color: #fff;
  border: 1px solid rgba(161, 185, 200, 0.3);
  border-bottom-color: rgba(161, 185, 200, 0.5);
  border-radius: 30px 0px 0px 0px;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  text-transform: uppercase;
  padding: 15px 15px 15px 15px;
  font: normal 14px 'open_sansregular';
  letter-spacing: 1px;
  color: #fff;
}
.uk-navbar-nav > li:first-child > a {
  padding: 15px 15px 15px 25px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: transparent;
  color: #fff;
  /* 3 */
  outline: none;
}
.uk-navbar-nav > li:first-child > a:hover, .uk-navbar-nav > li:first-child > a:focus, .uk-navbar-nav > li.uk-open:first-child > a, .uk-navbar-nav > li.uk-active:first-child > a {
  border-radius: 30px 0px 0px 0px;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: transparent;
  color: #fff;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #fff;
}
.uk-navbar-nav > li.uk-active > a:after {
  content: "\00A0\2718";
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
.uk-subnav > * > * {
  display: inline-block;
  color: #46537A;
}
.uk-subnav > * > :hover, .uk-subnav > * > :focus {
  color: #800032;
  text-decoration: underline;
}
.uk-subnav > li {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.uk-subnav > .uk-active > * {
  color: #2DB3C4;
  cursor: default;
  text-decoration: none;
}
.uk-subnav-line a {
  color: #2DB3C4;
}
/*.uk-subnav > li.uk-active > a:after {
  content: "\00A0\2718";
}*/

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * UK PAGINATION Links
 */
.uk-pagination > li > a {
  background: #46537A;
  border: 1px solid #46537A;
  color: #FFFFFF;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination > li > a:hover, .uk-pagination > li > a:focus {
  background-color: #FFFFFF;
  border: 1px solid #46537A;
  color: #2DB3C4;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-pagination > li > a:active {
  background-color: #576D7C;
  color: #fff;
}
/*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #FFFFFF;
  border: 1px solid #46537A;
  color: #46537A;
}
/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999999;
}


/* ========================================================================
   14 Component: List
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  border-top: 1px dashed #A9BECD;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #F3F6F8;
}
.kreis li {
  list-style: circle;
color: #46537A;	
}
.kreis > li:nth-child(n+2) {
  margin-top: 10px;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
.uk-description-list-horizontal > dt {
  font-weight: normal;
  text-transform: uppercase;
  color: #A9BECD;
}
.uk-description-list-horizontal > dd {
  margin-bottom: 10px;
}
.uk-description-list-line > dt {
  font-weight: normal;
  text-transform: uppercase;
  color: #A9BECD;
}
.uk-description-list-line > dt:nth-child(n+2) {
  border-top: 1px dashed #A9BECD;
}
.uk-description-list-line > dd {
  color: #46537A;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}


/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {/*background-color: #fff;*/
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 10px;
  /*background-image: -webkit-radial-gradient(100% 100%, center, #ffffff, #fbfdff);
  background-image: radial-gradient(100% 100% at center, #ffffff, #fbfdff);*/
  background-color: #46537a;
  color: #fff;
  border: 1px solid rgba(161, 185, 200, 0.5);
  border-radius: 15px 0px 0px 0px;
}
h3.uk-accordion-title {
  font: normal 14px / 20px 'open_sansregular';
  text-transform: none;
	letter-spacing: 1px;
}
/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
  padding: 0 0px 20px 10px;
}


/* ========================================================================
   40 Component: Tooltip
 ========================================================================== */

/* ========================================================================
   41 Warp theme
 ========================================================================== */
/* Layout
 ========================================================================== */
.tm-toolbar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5px 0px 0px;
}
.tm-headerbar {
  background: #fff;
  background-image: -webkit-radial-gradient(100% 100%, center, #ffffff, #fbfdff);
  background-image: radial-gradient(100% 100% at center, #ffffff, #fbfdff);
  padding: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #A1B9C8;
  /*border: 1px solid rgba(161, 185, 200, 0.5);
  border-top-color: rgba(161, 185, 200, 0.5);*/
  border-radius: 0px 0px 0px 30px;
/*  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);*/
}
.tm-navbar {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tm-footer {
  padding: 5px 25px 25px 25px;
  color: #576D7C;
  font-size: 0.9rem;
  margin-top: 25px;
}
/* Only large screens */
@media (min-width: 1220px) {
  .tm-toolbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 5px 0px 0px;
  }
  .tm-headerbar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .tm-navbar {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
/* Only phones */
@media (max-width: 767px) {
  .tm-navbar {
    margin: 0 -25px 25px -25px;
    border-width: 0 0 1px 0;
  }
  .tm-logo-small:hover {
    text-decoration: none;
  }
  .tm-navbar:not(.uk-navbar-attached) {
    border-radius: 0;
  }
}
/*
 * Middle
 */
.tm-main > :nth-child(n+2) {
  margin-top: 5px;
}
.tm-content > :last-child {
  margin-bottom: 25px;
}
.tm-footer .uk-panel + .uk-panel {
  margin-top: 15px;
}
/*
 * To-top scroller
 */
.tm-totop-scroller {
  color: #2db3c4;
  padding: 10px 10px 10px 0px;
}
a.seitenanfang:after {
  content: "\00A0\f077";
  font-family: "FontAwesome";
}

/* ========================================================================
   Component: WIDGETKIT
 ========================================================================== */
#lightbox-outer, #lightbox-content {
  border-radius: 4px;
}
#lightbox-title.lightbox-title-float {
  background: #fff;
  color: #41525D;
  font-weight: normal;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
}
/* ========================================================================
  ZOO
 ========================================================================== */
.yoo-zoo .uk-article {
  border-radius: 0;
  padding: 25px;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
  background: #ffffff;
}


.yoo-zoo .uk-width-medium-1-2 h1.uk-article-title {font-size: 28px;
  line-height: 36px;}

.yoo-zoo h2 {
	font: normal 16px / 20px 'open_sansregular';
	text-transform: uppercase;
	margin: 10px 0 10px 0;
  padding-left: 15px;
  border-left: 8px solid #A9BECD;}


/*.yoo-zoo p.uk-article-lead {}*/

ul.zoo-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.zoo-list > li {
	margin-top: 5px;
	padding-top: 5px 5px 0 5px;
	border-top: 0px;
}

ul.zoo-list > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

ul.zoo-list > li > a:first-child { display: block; }
ul.zoo-list > li > a:hover,
ul.zoo-list > li > a:focus {
	padding-top: 5px 5px 0 5px;
  /*background: #F3F6F8;*/
  color: #800032;
  /* 2 */
  outline: none;text-decoration: none;
}

/* ========================================================================
   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding: 5% 5% 5% 5%;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding: 5% 35% 5% 5%;
  }
}
.uk-block-large {padding-left: 50px;}
.uk-block-muted {
  background: #F3F6F8;
}
.uk-block-primary {
  background: #ffffff none 0 0 repeat;
  padding: 5% 5% 5% 25px;
  border-radius: 0;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block-primary {
    padding: 5% 35% 5% 25px;
  }
}

.frei {clear: both;}

.tm-headerbar p.handschrift {
	font: 48px stoneharbour-regular;
	letter-spacing:4px;
	color: #a1b9c8;
	-ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
	padding:10px 0 0 0;
}

/* ========================================================================
   Component: PRINT
 ========================================================================== */


@media print {
  .tm-toolbar, .tm-navbar, .uk-breadcrumb, .uk-subnav, .uk-nav, .tm-bottom-a, .element-itemtag, /*.element-image,*/ .tm-main-bottom, .uk-pagination {
    display: none;
  }
  hr {
    border-color: #999;
  }
  .tm-footer {
    margin-top: 0;
  }
  a[href]:after {
    content: "";
  }
  a, .uk-link {
    text-decoration: none;
  }
  .no-print {
    display: none;
  }
	.uk-block {
  padding: 0%;
}
	.uk-width-medium-1-4 {width: 100%}

.uk-width-medium-1-4:first-of-type, .uk-width-medium-1-4:last-of-type {display: none;}
}