﻿/*intern Links */
.next_link {
	background-image: url('/_images/symbol_next_link.gif');
	padding-right: 11px;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	margin-right: 3px;
}
.extern_link {
	background-image: url('/_images/symbol_ext.link.gif');
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	margin-right: 3px;
}
.mailto_link {
	background-image: url('../_images/symbol_mail.gif');
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	margin-right: 3px;
}
.download_link {
	background-image: url('../_images/symbol_download.gif');
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	margin-right: 3px;
}


/* respansive Seitengestaltung ANFANG */
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
.col-3 {
	visibility: hidden;
	display: none;
}
.col-s-3 {
	visibility: hidden;
	display: none;
}

/* mit a gekenzzeichnete Klassen (z.B. .col-s-9a ) sind nur für index.php */
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {
	width: 23%;
	visibility: visible;
	display: inline-block;
}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 77%;}
  .col-s-9a {width: 77%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-s-12a {width: 100%;}
  .col-s-13 {
	visibility: hidden;
	display: none;
}

  
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {
	width: 23%;
	visibility: visible;
	display: inline-block;
}
  .col-3a {width: 38%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 77%;}
  .col-6a {width: 39%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
.col-13 {visibility: hidden; display: none;}
}


.smart {
	background-color: #FFFFFF;
}
label.hamburg {
	display: block;
	background: #669999;
	width: 75px;
	height: 50px;
	position: relative;
	border-radius: 4px;
	float: right;
}

input#hamburg {display:none}

.line {
	position: absolute;
	left: 10px;
	height: 4px;
	width: 55px;
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	transition: 0.5s;
	transform-origin: center;
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

.smartphone_menu {
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.smartphone_menu li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #669999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #669999;
}
.smartphone_menu a {
	font-size: medium;
	display: block;
}
.smartphone_menu a:hover {
	text-decoration: underline;
}

#hamburg:checked + .hamburg  + nav.smartphone_menu { 
    max-height: 600px; 
}

* {
  box-sizing: border-box;
}

/* respansive Seitengestaltung ENDE */


/* Seitenestaltung --------------------------------------*/

html {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	background-color: #F8F8F8;
}
/*img fotos responsive*/
img {
	max-width: 100%;
	height: auto;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: xx-large;
	font-style: italic;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: medium;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-size: medium;
}
p {
	padding: 0px;
	margin: 0px 0px 7px 0px;
}
.clear_both {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
.starthead {
	background-color: #669999;
	padding-left: 9px;
	padding-top: 5px;
	color: #D5FEFF;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 1px;
}
.starthead a:link, .starthead a:visited {
	color: #D5FEFF;
}
.header {
	border: 2px solid #669999;
	border-radius: 8px;
	color: #FF0000;
	padding: 15px 2% 15px 2%;
	background-color: #FFFFFF;
}
.row {
	background-color: #FFFFFF;
	clear: both;
}
.h1_right {
	color: #808080;
	font-weight: bold;
	font-size: 16px;
	padding-left: 2%;
	font-style: normal;
	word-wrap: break-word;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.menu li {
	padding: 8px;
	margin-bottom: 7px;
	background-color: #669999;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
	background-color: #5B8A8A;
}

.aside {
}

.footer {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	color: #999;
	width: 100%;
}

.navifooter {
	padding: 0px;
	margin: 0px 4% 0px 4%;
	width: 25%;
	float: left;
	color: #808080;
	text-align: center;
	font-weight: bold;
}
ul.navfooter {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
ul.navfooter li {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	white-space: pre-line;
	line-height: 25px;
	vertical-align: top;
}
ul.navfooter a {
	text-decoration: none;
	color: #999;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	display: block;
}
.p_footer {
	margin: 0px;
	text-align: center;
	padding-top: 25px;
	clear: both;
	border-top-color: #999999;
	letter-spacing: 1px;
}