/* Allgemeines */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-align: left;
	margin: 0 20px;
	padding: 0;
}

p, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Links */
a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #EE9111;
}

.a_navi a:link, .a_navi a:visited, .a_navi a:active {
	width: 100%;
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #000;
}

.a_navi a:hover {
	color: #CF8905;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.a_navi .sel a:link, .a_navi .sel a:visited, .a_navi .sel a:hover, .a_navi .sel a:active {
	color: #CF8905;
	border-bottom: 0;
}

.a_navi .sel ul a:link, .a_navi .sel ul a:visited, .a_navi .sel ul a:active {
	padding:0;
}

.a_navi .sel ul .sel a:link, .a_navi .sel ul .sel a:visited, .a_navi .sel ul .sel a:hover, .a_navi .sel ul .sel a:active {
	color: #CF8905;
}

.a_all .a_navi ul .sel ul li a {
	color: #000;
}
.a_all .a_navi ul .sel ul li a:hover {
	color: #EE9111;
}

.a_navi .service a:link, .a_navi .service a:visited, .a_navi .service a:active {
	width: 100%;
	padding: 0;
	display: block;
	border-bottom: 0;
}

.a_navi .service a:hover {
	border-bottom: 0;
}

.a_navi .service a.sel:link, .a_navi .service a.sel:visited, .a_navi .service a.sel:hover, .a_navi .service a.sel:active {
	color: #f3ae00;
}

/* Menue */
.a_navi ul, .a_navi li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #f3ae00;
}

.a_navi ul {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.a_navi li {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 24px;
}

.a_navi li.sel {
	border-bottom: 1px solid #f3ae00;
}

.a_navi ul ul {
	margin:2px 0 7px 0;
	display:none;
	color: #EE9111;
}

.a_navi ul li.sel ul {
	display:block;
	color: #000;
}

.a_navi ul ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.a_navi ul ul li.sel {
	border: 0;
}

.a_navi ul.service {
	margin-top: 40px;
}

.a_navi ul.service li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

/* Navi Toggle */
.navi-button {
	margin-bottom: 10px;
}

.a_navi a.navi-button-inner {
  text-decoration: none;
  width: 38px;
  height: 10px;
  border-top: 2px solid #000;
	border-bottom: 0;
  position: relative;
  transition: border-top-color 0.5s;
	float: right;
}

.a_navi a.navi-button-open {
  display: block;
}

.a_navi a.navi-button-close {
  display: none;
}

.navi-button-inner:after, .navi-button-inner:before {
  content: '';
  display: block;
  height: 0;
  width: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #000;
  transition: transform 0.5s;
}

.navi-button-inner:before {
  bottom: auto;
  top: 8px;
}

.navi-button span {
  display: none;
}

#top:target .a_navi a.navi-button-open {
  display: block !important;
}

#top:target .a_navi a.navi-button-close {
  display: none !important;
}

#navigation:target .a_navi a.navi-button-open {
  display: none !important;
}

#navigation:target .a_navi a.navi-button-close {
  display: block !important;
}

#navigation:target .a_navi a.navi-button-inner {
  border-top-color: transparent;
}

#navigation:target .navi-button-inner:before, #navigation:target .navi-button-inner:after {
  border-top-color: transparent;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  content: '';
  display: block;
  height: 0;
  width: 38px;
  position: absolute;
  top: 11px;
  left: 0;
}

#navigation:target .navi-button-inner:before {
  transform: rotate(-45deg);
}

#navigation:target .a_navi ul {
  max-height: 10000px;
  opacity: 1;
  overflow: visible;
  transition: opacity 0.25s, max-height 0.5s;
}

/* Struktur */
.a_all {
	max-width: 880px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.a_head {
	height:90px;
}

.a_navi {
	margin-bottom: 30px;
}

/* Spalten */
.b_1sp {
	width: 100%;
}

.b_2sp {
	width: 65.49%;
	float: right;
}

.links {
	width: 32.74%;
	float: left;
}

/* Textelemente */
h1 {
	height: 90px;
	background-image: url(../pix/ks_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 380px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

h1 span {
	display: none;
}

h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 5px 45px 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3ae00;
}
.a_inner h2 {
	border-bottom: 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 350px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 0px;
	padding-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-top: auto;
	margin-right: 350px;
	margin-left: 0px;
	padding-top: 30px;
	padding-left: 0px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
	margin: 0 0 20px 0;
	padding: 0;
}

h4 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom:20px;
	font-family: Helvetica, Arial, sans-serif;
}

.a_inner p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EE9111;
}

ul {
	margin: 0 0 20px 0;
	padding: 0;
}

li {
	margin: 0 0 0 16px;
	padding: 0;
}

.c_pic_cont .left {
	float:left;
	margin:0 4px 5px 0;
}

.c_pic_cont .last {
	margin:0 0 5px 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* ---- iFrame ---- */
.a_content iframe {
	max-width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio4x3 {
	padding-bottom: 75%;
}

.box {
	color: #f3ae00;
	padding: 10px;
	border: 1px solid #f3ae00;
}

.cookie-status-box p {
	margin-bottom: 0;
}

.cookie-status-box {
	margin-bottom: 20px;
}

.no-js .cookie-status-box, .no-js #accept-cookies, .no-js #remove-cookies {
	display: none;
}

.cookie-status-box .cookies-accepted,
.cookies-accepted .cookies-not-accepted {
	display: none;
}

.cookies-accepted .cookies-accepted {
	display: block;
}

#cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 100%;
  background-color: #f3ae00;
  color: #000;
}

.cookie-notice-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 10px 20px;
}

.cookie-notice-text,
.cookie-notice-buttons {
	display: block;
}

.cookie-notice-text {
	margin: 0 10px 10px 0;
}

.cookie-notice-inner a {
  color: #FFF;
	background-color: #000;
  padding: 5px 8px;
	margin: 0 10px 0 0;
}

/* Trenner */
hr {
	display: none;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.divider {
	height: 20px;
}

.line {
	border-top: 1px solid #000;
	margin: 10px 0;
}

@media (min-width: 375px) {
	.a_head {
		height: 120px;
	}

	h1 {
		height: 120px;
		background-size: 480px;
	}
}

@media (min-width: 520px) {
	.a_head {
		height: 180px;
	}

	h1 {
		height: 180px;
		background-size: auto;
	}
}

@media (min-width: 740px) {
	.a_content {
		width: 64.2%;
		float: right;
	}

	.a_navi {
		width: 30.11%;
		float: left;
		margin-bottom: 0;
		padding-bottom: 490px;
		padding-bottom: 50vw;
		background-image: url(../pix/ks_flower.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: contain;
	}

	.a_navi li {
		text-align: right;
	}

	.navi-button,
	.a_navi a.navi-button-open,
	.a_navi a.navi-button-close,
	#top:target .a_navi a.navi-button-open,
	#top:target .a_navi a.navi-button-close,
	#navigation:target .a_navi a.navi-button-open,
	#navigation:target .a_navi a.navi-button-close {
		display: none !important;
	}

	.a_navi ul,
	#top:target .a_navi ul,
	#navigation:target .a_navi ul {
		max-height: 10000em;
		opacity: 1;
		overflow: visible;
	}

	.a_inner {
		padding-right: 45px;
		padding-bottom: 3px;
	}

	.cookie-notice-text,
	.cookie-notice-buttons {
		display: inline-block;
	}

	.cookie-notice-text {
		margin-bottom: 0;
	}
}

@media (min-width: 790px) {
	h1 {
		background-position: right top;
	}
}

@media (min-width: 920px) {
	.a_navi {
		padding-bottom: 490px;
	}

	.a_navi a:hover {
		width: 105.66%;
	}
}

/* ---- Media Queries: Print ---- */
@media print {
	body {
		margin: 0;
	}

	.a_head {
		height: auto;
	}

	.a_head h1 {
		font-family: Georgia, serif;
		font-weight: 400;
		font-size: 28px;
		line-height: 1.15;
		margin-bottom: 30px;
		height: auto;
    background-image: none;
	}

	.a_head h1 span {
    display: inline;
	}

	.a_navi {
		display: none;
	}

	.a_content {
		width: 100%;
		float: none;
	}
}
