/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

html,
button,
input,
select,
textarea {
    color: #222;
}

a,
.theme-green footer a,
.theme-blue footer a {
	color: #8abf68;
	text-decoration: underline;
}

.theme-green a {
	color: #45a22a;
}

.theme-blue a ,
.theme-blue footer a{
	color: #00529a;
}

body {
    font-size: 16px;
	color: #5a5b5a;
    line-height: 1.4;
	background-color: #fff;
	font-family: 'Roboto Condensed', verdana, arial, sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 2em;
	font-weight: 300;
}

h2,
.h2 {
	font-size: 1.5em;
	font-weight: 400;
	color: #45a22a;
}

h2 span.light,
.h2 span.light {
	font-weight: 300;
	color: #5a5b5a;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
	display: block;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

p {
	margin: .5em 0 1em 0;
}

strong, b {
	font-weight: 700;
}

textarea {
    resize: vertical;
}

.bg-green {
	background-color: #8abf68;
}

.bg-blue {
	background-color: #00529a;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
	margin: 0 auto;
	float: left;
	width: 100%;
}

/* Header Start */

h1.title {
	text-indent: -999em;
	position:absolute;
	top:4em;
	left:0;
}

header.wrapper {
	background: url('/images/background-green.jpg') repeat-x top center;
}

.theme-blue header.wrapper {
	background: url('/images/background-blue.jpg') repeat-x top center;
}

header ul {
	margin: 0;
	padding: 0;
}

header li {
	width: 100%;
}

.startseite header li a,
.theme-green header li a,
.theme-blue header li a {
	color: #fff;
	text-decoration: underline;
	display: block;
	text-align: center;
	padding: .925em 0 .925em .425em;
	border-top: 1px solid #fff;
}

.theme-green header li a.active-page {
	background:url('/images/navi-bg-green.png') repeat-x #fff;
	color: #45a22a;
	border-top: 1px solid #8abf68;	
}

.theme-blue header li a.active-page {
	background:url('/images/navi-bg-blue.png') repeat-x #fff;
	color: #00529a;
	border-top: 1px solid #00529a;
}

.contact .left {
	float:left;
	width: 9em;
	margin-left: 1em;
}

.contact .right {
	float:right;
	width: 9em;
	text-align: right;
	margin-right: 1em;
}

.header-container {
	width: 100%;
}

.header-left.topnav {
	text-align: left;
	float: left;
}

.header-right.topnav {
	text-align: right;
	float: right;
}

.main-container {
	margin: 0 1em;
}

.startseite h2,
.startseite .h2 {
	color: #545453
}

.startseite .logo {
	width: 7.5em;
	margin: 1em auto;
}

.startseite header li.bg-green span.link-icon,
.startseite header li.bg-blue span.link-icon {
	background:url('/images/icon-sprite.png') no-repeat 0 0 transparent;
	width: 33px;
	height: 26px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 .425em 0 0;
}

.startseite header li.bg-blue span.link-icon {
	background-position:-33px 0;
	width: 39px;
	margin: 0 .425em 0 0;
}

.startseite header li a {
	text-decoration: none;
}

.startseite .main-container {
	margin: 0;
}

.company {
	width: 18em;
	margin: 0 auto .5em auto;
}

.theme-blue .company {
	margin-top: 1em;
	width: 13em;
}

.company img {
	max-width: 100%;
}

.topimage {
	width: 4.875em;
	margin: 1em auto 0 auto;
}

.theme-blue .topimage {
	width: 2.437em;
	padding-top: 1em;
}

.logo,
.logo-kl {
	max-width: 100%
}

.topnav a {
	margin: 1em 1em 0 1em;
	display: inline-block;
	color: #323130;
}

.welcome-text {
	font-weight: 300;
	font-size: 3.125em;
	text-align: center;
	margin: 0 0 .59em 0;
	line-height: 1.2;
	color: #343432;
}

/* Header End */

/* Content Start */

.anfahrt-img {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.anfahrt-green,
.anfahrt-blue  {
	position: absolute;
	width: 43%;
	height: 8%;
	overflow: hidden;
	top: 4.5%;
	left: 54%;
	text-indent: -999em;
	z-index: 10;
	display: block;
	background:url(/images/icon-sprite.png) no-repeat 0 -999px;
}

.anfahrt-blue  {
	top: 58.5%;
	left: 55%;
}

.gt480-float-left {
	float: none;
}

.gt480-margin-left33 {
	margin-left: auto;
}

.theme-green .image-wrapper,
.theme-green .motto-wrapper,
.theme-blue .image-wrapper,
.theme-blue .motto-wrapper {
	background: #8ABF68;
	padding: .5em;
	margin: 1.5em 0 2em 0;
	color: #fff;
	font-size: 1.5em;
}

.theme-green .motto-wrapper,
.theme-blue .motto-wrapper {
	padding: 0;
}

.theme-green .motto-wrapper p,
.theme-blue .motto-wrapper p {
	margin-left: .5em;
	margin-right: .5em
}

.theme-blue .image-wrapper,
.theme-blue .motto-wrapper {
	background: #00529A;
}

.gt768-width-33perc {
	width: auto;
}

.gt768-width-33perc.proportion3to4 {
	padding-bottom: 125%;
}

.gt768-width-33perc.proportion4to3 {
	padding-bottom: 75%;
}

.theme-blue .image-wrapper {
	background: #00529A;
}

.image-wrapper img {
	max-width: 100%;
	width: 100%;
}

.startseite article {
	text-align: center;
}

.theme-blue h2,
.theme-blue .h2 {
	color: #00529a;
}

.theme-blue .ui-state-hover .ui-icon,
.theme-blue .ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_00529a_256x240.png);
}
.theme-blue .ui-state-active .ui-icon {
	background-image: url(images/ui-icons_00529a_256x240.png);
}

.ui-accordion-header {
	cursor:pointer;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 1em;
}

	#accordionCorona.ui-accordion .ui-accordion-icons {
		padding-left:0;
	}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 0;
}

	#accordionCorona.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
		display:none;
	}

.ui-accordion .ui-accordion-content {
	margin: 0 1.5em;
	border-left: .125em solid #45A22A;
	overflow:hidden;
	padding: 0 1em;
}

	#accordionCorona.ui-accordion .ui-accordion-content {
		margin: 0 1.5em 1em;
	}

.theme-blue .ui-accordion .ui-accordion-content {
	margin: 0 1.5em;
	border-left: .125em solid #00529a;
	padding: 0 1em;
}

.theme-blue .ui-state-active {
	color:#00529A;
}

.width-50perc {
	width:50%
}

.wrapper-anfahrt-img {
	width: 20em;
	height: 39.375em;
	margin: 0 auto;
	position: relative;
}

.wrapper-anfahrt-img img {
	width: 20em;
}

/* Content End */

/* Footer Start */

footer.wrapper {
	font-size: .875em;
	text-align: center;
	margin-top: 2em;
}

footer p {
	margin: 1em;
	font-weight: 400
}

.theme-blue footer {
	background-color: #d3ecff;
	color: #00529a
}

.theme-green footer {
	background-color: #e2eed8;
	color: #8abf68
}

/* Footer End */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

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

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
