* {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body  {
	margin: 0px;
	padding: 0px;
	padding: 0 0 90px 0;
}
body.nodsgvo{
  padding: 0 0 0 0;
}
#dsgvo{
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 70;
  padding: 8px 0;
  background-color: #F6F5F0;
  border-top: 3px solid rgba(46,161,202,0.8);
}
#dsgvo p{
  margin: 0 auto;
  text-align: center;
  max-width: 1024px;
  font-size: 15px;
}
.clearall{
	clear: both;
}
a.pdf:link, a.pdf:visited {
	font-family: 'Mada', sans-serif;
  font-weight: 400;
	font-size: 18px;
	font-style: normal;
	color: #242424;
	height: 50px;
	margin: 0 0 0 0;
	padding: 20px 0 0 55px;
	display: inline-block;
	background-image: url(../images/icon_pdf.svg);
	background-size: 37px 50px;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	clear: left;
	
}
a.pdf:hover, a.pdf:active {
	color: #DD3122;
}
#container {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
}
header {
    padding: 0 0 0 0;
    margin: 0 auto auto 0;
    display: block;
    width: 100%;
    position: fixed;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 7px 2px rgba(0,0,0,0.40);
		-webkit-box-shadow: 0px 7px 7px 2px rgba(0,0,0,0.40);
		-moz-box-shadow: 0px 7px 7px 2px rgba(0,0,0,0.40);
		overflow: visible;
		z-index: 5;
}
#big_image  {
    display: block;
    margin: 240px auto 0px auto;
    width: 100%;
    clear: both;
    height: auto;
}
#big_image img {
	width: 100%;
	height: auto;
}
#balken_grau_box {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0px;
    background-color: #EFEFEF;
    overflow: hidden;
}
a.adress_icon_01:link, a.adress_icon_01:visited {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2D353A;
    margin: 5px 2.5% 5px 0;
    padding: 4px 0 0 30px;
    display: inline-block;
    background-image: url(../images/icon_phone.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
    text-decoration: none;
    float: right;
}
a.adress_icon_01:hover, a.adress_icon_01:active {
    color: #FF671D;
    text-decoration: underline;
}
a.adress_icon_02:link, a.adress_icon_02:visited {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2D353A;
    margin: 5px 2.5% 5px 0;
    padding: 4px 0 0 30px;
    display: inline-block;
    background-image: url(../images/icon_envelope.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
    text-decoration: none;
    float: right;
}
a.adress_icon_02:hover, a.adress_icon_02:active {
    color: #FF671D;
    text-decoration: underline;
}
#martin_dietschi_logo {
    max-width: calc(100% - 75px);
    width: 300px;
    height: auto;
    clear: none;
    margin: 11px 0 5px 2%;
    display: block;
    overflow: visible;
    float: left;
}
#martin_dietschi_logo img{
	width: 100%;
	height: auto;
	}
nav#navi_box {
  display: block;
  overflow: hidden;
  text-align: right;
  margin: 33px 2% 0 0;
  float: right;
  overflow: visible;
}
nav#navi_box ul{
	margin-top: 0px;
}
nav#navi_box li{
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #006DA5;
    margin: 0 10px 0 10px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    list-style-image: none;
    background-image: none;
    font-style: normal;
    clear: none;
    position: relative;
    overflow: visible;
}
nav#navi_box a:link, 
nav#navi_box a:visited {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: #006DA5;
		font-size: 16px;
    display: block;
    font-style: normal;
}
nav#navi_box a.l_activated_parent:link, 
nav#navi_box a.l_activated_parent:visited,
nav#navi_box a.l_this_activated:link, 
nav#navi_box a.l_this_activated:visited,
nav#navi_box a:hover,
nav#navi_box a:active,
nav#navi_box a:focus {
    color: #FF671D;
    text-decoration: none;
    border-bottom: 5px solid #006DA5;
}
nav#navi_box ul.ebene_2{
	display: none;
}
nav#navi_box li:hover ul.ebene_2{
	z-index: 25;
	left: 0;
	top: 34px;
	display: block;
	position: absolute;
	background-color: white;
}
nav#navi_box li:hover ul.ebene_2 li{
	white-space: nowrap;
	border-bottom: 1px solid #006DA5;
	width: 100%;
	padding: 0;
	margin: 0;
}
nav#navi_box ul.ebene_2 a:link, 
nav#navi_box ul.ebene_2 a:visited {
	font-size: 14px;
	padding: 0 10px;
  border-bottom: 0px solid #006DA5;
}
nav#navi_box ul.ebene_2 a:hover,
nav#navi_box ul.ebene_2 a:active,
nav#navi_box ul.ebene_2 a:focus {
  border-bottom: 0px solid #006DA5;
}
nav#topnav{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}
nav#topnav li{
	display: block;
	float: left;
	margin-left: 20px;
	list-style: none;
	background-image: none;
	padding: 0;
}
nav#topnav li:first-child{
	margin-left: 0;
}
nav#topnav ul a:link, 
nav#topnav ul a:visited {
	padding: 5px 0px;
	text-align: center;
	width: 170px;
	background-color: #436C9F;
  font-family: 'Mada', sans-serif;
  font-weight: 600;
	color: white;
  text-decoration: none;
  display: block;
  font-style: normal;
}
nav#topnav ul a.l_this_activated:link, 
nav#topnav ul a.l_this_activated:visited,
nav#topnav ul a.l_activated_parent:link,
nav#topnav ul a.l_activated_parent:link,
nav#topnav ul a:hover,
nav#topnav ul a:active,
nav#topnav ul a:focus {
	background-color: #E76727;
}
#sidebar{
	width: 290px;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}
#rightcol{
	float: left;
	width: calc(100% - 300px);
}
p {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2D353A;
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0px;
    line-height: 1.5em;
    text-align: left;
    clear: left;
}
figcaption p {
	font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #2D353A;
	font-size: 18px;
	margin: 0 0 0 20px;
	padding: 0px;
	line-height: 1.5em;
	text-align: left;
}
ul {
	margin: 0 0 0 0;
	padding-top: 0px;
	padding-left: 0px;
}
li {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    display: list-item;
    list-style-position: outside;
    list-style-type: none;
    color: #2D353A;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 0 0px;
    padding: 0 0 8px 20px;
    background-repeat: no-repeat;
    background-image: url(../images/dot.png);
    background-position: left 8px;
}
p.kursiv{
	font-style: italic
}
p b {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2D353A;
    text-transform: uppercase;
}
.bold {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2D353A;
    text-transform: uppercase;
}
.adresse .bold {
	font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #2D353A;
	text-transform: uppercase;
}
figcaption .bold {
	font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
	color: #2D353A;
	margin: 0 0 5px 20px;
	display: inline-block;
}
p.adresse  {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0 0;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: none;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
th, td {
	font-family: 'Mada', sans-serif;
   font-weight: 300;
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	text-align: left;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #5A5351;
}
tr:nth-child(even){background-color: #E5E1D6;
}
th {
	font-family: 'Mada', sans-serif;
    font-weight: 300;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	color: white;
	border-bottom-style: none;
	margin-bottom: 10px;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #FF671D;
	text-decoration: none;
	font-weight: 400;
}
a:hover, a:active {
	color: #2D353A;
	text-decoration: underline;
}
main {
    margin: 40px .5% 0 .5%;
    padding: 0px 0 0 0;
    width: 99%;
    display: block;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
}
section {
    margin: 0 0 50px 0;
    padding: 0px 0 0 0;
    width: 100%;
    display: block;
}
.record_box {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0 0 0 0;
    padding-top: 0px;
    width: auto;
}
.textbox {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 22px 22px 22px 22px;
    background-color: #EBF3F8;
    height: auto;
}
a.plus_icon:link, 
a.plus_icon:visited {
	display: block;
	z-index: 5;
	position: relative;
}
 a.plus_icon: hover,
 a.plus_icon: active,
 a.plus_icon: focus {
	text-decoration: none;
	background-image: url(../images/icon_plus.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 113px 113px;
	z-index: 5;
}
.images_box {
    overflow: hidden;
    width: 45%;
    height: auto;
    margin-bottom: 0px;
}
.images_box_large {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;	
}
.images_box.nomarginright {
}
.images_box_detail.nomarginright {
	float: left;
	margin-right: 0px;
}
.images_box.left {
	margin-right: 5%;
	float: left;
	overflow: hidden;
}
.images_box.right {
    margin-left: 5%;
    float: right;
}
.images_galerie {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0px;
    float: left;
}
.images_box_galerie {
    margin: 0 1% 5px 0;
    height: auto;
    overflow: hidden;
    width: 24.25%;
    float: left;
}
.images_box_galerie img {
    height: auto;
    overflow: hidden;
    clear: both;
    width: 100%;
}
.images_box_galerie.nomarginright {
    margin-right: 0px;
    float: left;
    width: auto;
}
.images_box_team {
    width: 100%;
	height: auto;
}
.images_legende {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #F4F3F4;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    float: left;
    width: 100%;
    text-align: left;
    border-top: 7px solid #006DA5;
}
figure  {
    margin: 0 2% 0px 0;
    padding: 0 0 0px 0;
    width: 32%;
    height: auto;
    display: block;
    float: left;
}
figure img {
    width: 100%;
    height: auto;
}
figure.nomarginright {
    padding: 0 0 0 0;
    margin-right: 0px;
}
figcaption {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}
hr.trenner {
    padding: 0px;
    margin: 15px 0px 40px 0;
    height: 1px;
    border-top: 1px solid #81ADC4;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    width: 100%;
    float: left;
}
hr.trenner_detail {
	padding: 0px;
	margin: 5px 0px 5px 0;
	height: 1px;
	border-top: 2px solid #474747;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 100%;
	float: left;
}
hr.trenner_content {
	margin: 15px 15% 30px 15%;
	border-top: 1px solid #A0A0A0;
	height: 1px;
	width: 70%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
div.trenner {
	margin-bottom: 10px;
	margin-left: 0px;
	height: 1px;
}
.titel_box {
    display: block;
    overflow: hidden;
    margin: 0 0 0 0;
    padding-top: 0px;
    width: auto;
    text-align: left;
    clear: both;
    float: none;
}
h1  {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2D353A;
    font-size: 31px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 35px;
    padding: 25px 0px 15px 0px;
    line-height: 1em;
    display: inline-block;
    border-bottom-color: #2D353A;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    letter-spacing: 0em;
    width: 100%;
		background-image: url(../images/balken_blau.png);
    background-position: left top;
    background-size: 152px 6px;
    background-repeat: no-repeat;
}
h2 {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2D353A;
    font-size: 24px;
    padding: 0 0 0 0;
    line-height: 1em;
    display: inline-block;
    width: auto;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}
h3 {
	font-family: 'Mada', sans-serif;
	font-weight: 400;
	color: #2D353A;
	font-size: 21px;
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 1.15em;
}
h4 {
	font-family: 'Mada', sans-serif;
    font-weight: 700;
	color: #000000;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	line-height: 1.15em;
	letter-spacing: 1px;
	word-spacing: 0.1em;
}

/* ---F O O T-- */

footer {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 25px 0 0 0;
    clear: both;
    overflow: hidden;
    float: none;
    height: auto;
}

footer #footer_box {
	box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    clear: both;
    overflow: hidden;
    float: none;
    padding: 1.3% 1.3% 0 1.3%;
    height: auto;
    background-color: #EFEFEF;
    border-top: 7px solid #81ADC4;
}
footer #footer_box_blau {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    clear: both;
    overflow: hidden;
    padding: 5px 0 5px 0;
    height: auto;
    background-color: #006DA5;
}
footer #footernav_box {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0px;
    text-align: center;
}
footer #footernav_box ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer #footernav_box li {
	color: #FFFFFF;
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    height: 20px;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    background-image: none;
    display: inline-block;
    float: none;
}
footer #footernav_box a:link,
footer #footernav_box a:visited{
    color: #FFFFFF;
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4em;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
footer #footernav_box a:focus,
footer #footernav_box a:hover,
footer #footernav_box a:active{
    margin: 0px;
    padding: 0px;
    color: #B1B5B9;
    text-decoration: underline;
}
footer #footernav_box a:after{
	content: " / ";
}
footer #footernav_box li:last-child a:after{
	content: "";
}
footer .adress_box {
    padding: 0 0 0 0;
    float: none;
    display: block;
    margin: 0 auto 0 auto;
    overflow: visible;
    z-index: 0;
    height: auto;
    width: auto;
}
footer .adress_box_right {
	padding: 0 0 0 0;
	float: right;
	display: block;
	margin: 0 auto 0 auto;
	overflow: visible;
	z-index: 0;
	height: auto;
	width: auto;
}
footer .adress_spalte {
    padding: 0 0 0 0;
    float: left;
    display: block;
    width: 250px;
    margin: 0 0 0 0;
    overflow: visible;
    z-index: 0;
    position: relative;
    height: auto;
}
footer .adress_spalte_02 {
    padding: 0 0 0 0;
    float: right;
    display: block;
    width: 150px;
    margin: 0 0 0 0;
    overflow: visible;
    z-index: 0;
    height: auto;
}
footer .adresse {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: normal;
    color: #2D353A;
    font-size: 16px;
    line-height: 1.4em;
    padding: 0px;
    width: auto;
    text-align: left;
    margin: 0 0 20px 0;
    overflow: visible;
}
footer .adresse a:link, footer .adresse a:visited {
    color: #FF671D;
    text-decoration: none;
}
footer .adresse a:hover, footer .adresse a:active {
    color: #2D353A;
    text-decoration: underline;
}
.gallery{
	clear: both;
}
.gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
.gallery li{
	width: 32%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 23px;
	margin-left: 0px;
	display: block;
}
.gallery li.nomarginright{
	margin-right: 0;	
}
.gallery img{
	list-style: none;	
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
.hovertabelle.highlighted td{
	font-weight: 700;
}
.reservierlinktd a:link,
.reservierlinktd a:visited{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: black;
	text-decoration: none;
}
.reservierlinktd a:focus,
.reservierlinktd a:hover,
.reservierlinktd a:active{
	color: white;
	text-decoration: none;
}
.reservierlinktd.frei {
	background-color: #93CEBD;
	text-align: center;	
}
.reservierlinktd.vergeben {
	background-color: #FD7563;	
	text-align: center;
}
.reservierlinktd.reserviert {
	background-color: #34B8DF;
	text-align: center;
}
.textbox_grau {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 22px 22px 22px 22px;
  background-color: #EBF3F8;
  height: auto;
}
a.respbutton:link,
a.respbutton:visited,
a.respbutton:focus,
a.respbutton:hover,
a.respbutton:active{
	display: none;
}
.preistabelle{
	display: black;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black;
}
.tablerow{
	display: block;
	width: 100%;
	border-top: 1px solid black;
	padding: 5px 0 0 0;
	text-align: left;
}
.open .tablerow,
.tablerow:hover{
	background-color: #EEF3F7;
}
.tablecell{
	box-sizing: border-box;
	display: inline-block;
  font-family: 'Mada', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  color: #2D353A;
	font-size: 18px;
  line-height: 1.5em;
  padding: 0;  text-align: left;
  overflow: hidden;
  text-overflow: clip;
	white-space: nowrap;
}
.tablecell.head {
  font-weight: 700;
}
.tablecell.cell1{
	width: 7%;
}
.tablecell.cell2{
	width: 10%;
}
.tablecell.cell3{
	width: 10%;
}
.tablecell.cell4{
	width: 10%;
}
.tablecell.cell5{
	width: 10%;
}
.tablecell.cell6{
	width: 8%;
}
.tablecell.cell7{
	width: 9%;
}
.tablecell.cell8{
	width: 10%;
}
.tablecell.cell9{
	width: 8%;
}
.tablecell.cell10{
	width: 8%;
}
.tablecell.cell10{
	width: 10%;
}
.moreinfos{
	display: none;
	background-color: #EEF3F7;
}
.moreinfos img{
	width: 100%;
	height: auto;
}
.status{
	display: block;
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
}
.status.frei{
	background-color: #69976A;
}
.status.reserviert{
	background-color: #ECC76A;
}
.status.vergeben{
	background-color: #DF7F7F;
}
a.immoicon:link,
a.immoicon:visited{
	display: block;
	width: 25px;
	height: 25px;
	background-size: 25px auto;
}
a.immoicon.immomail:link,
a.immoicon.immomail:visited{
	background-image: url(../images/icon_mail.svg);
}
a.immoicon.immopdf:link,
a.immoicon.immopdf:visited{
	background-image: url(../images/icon_pdf.svg);
}
a.immoicon.ausklapplink:link,
a.immoicon.ausklapplink:visited{
	background-image: url(../images/icon_plus.svg);
}
.open a.immoicon.ausklapplink:link,
.open a.immoicon.ausklapplink:visited{
	background-image: url(../images/icon_minus.svg);
}
a.immoicon:focus,
a.immoicon:hover,
a.immoicon:active{
	opacity: 1;
}
.legende{
  margin: 30px 0 0 0;
	overflow: hidden;
}
.legendlabel{
	box-sizing: border-box;
	width: 200px;
	float: left;
  font-family: 'Mada', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2D353A;
	font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  padding: 0 0 0 10px;
}
.legendlabel .text{
	display: block;
	float: left;
	padding: 0 0 0px 10px;
	margin-top: 0px;
}
.legendlabel .status{
	display: block;
	float: left;
}
.resptext{
	display: none;
}
@media screen and (min-width: 1300px) {
	#martin_dietschi_logo {
	    width: 500px;
	}
	nav#navi_box {
	    margin: 75px 2% 0 0;
	}
	nav#navi_box a:link, 
	nav#navi_box a:visited {
    font-size: 20px;
	}
}
@media screen and (min-width: 1200px) {
	main {
    margin: 40px 12% 0 12%;
    padding: 0px 0 0 0;
    width: 76%;
	}
	footer #footer_box {
    width: 76%;
    display: block;
    margin: 0 12% 0 12%;
	}
	nav#navi_box ul.ebene_2 a:link, 
	nav#navi_box ul.ebene_2 a:visited {
		font-size: 16px;
	}
}
@media screen and (max-width: 1100px) {
	#sidebar{
		width: 200px;
	}
	#rightcol{
		float: left;
		width: calc(100% - 220px);
	}
	.tablecell{
		font-size: 16px;
	}
}
@media screen and (max-width: 950px) {
	main {
		margin-top: 10px;
	}
	nav#navi_box {
		display: none;
		position: relative;
		float: none;
		clear: both;
	}
	nav#topnav{
		margin-top: 0;
	}
	nav#topnav li,
	nav#topnav li:first-child{
		display: inline-block;
		float: none;
		margin: 1.5vw;
	}
	nav#navi_box li,
	nav#navi_box .ebene_2 li{
	    margin: 0 0 10px 0;
	    padding: 0;
	    height: auto;
	    display: block;
	    width: 100%;
	    clear: both;
	    text-align: center;
	    border: none;
	}
	a.respbutton:link,
	a.respbutton:visited,
	a.respbutton:focus,
	a.respbutton:hover,
	a.respbutton:active{
		display: block;
		margin: 10px 20px 0 0;
		float: right;
		box-sizing: border-box;
		text-align: center;
		z-index: 50;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 35px;
		text-decoration: none;
    color: #006DA5;
		text-decoration: none;
		background-color: white;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	nav#navi_box a:link, 
	nav#navi_box a:visited {
	    font-family: 'Mada', sans-serif;
	    font-weight: 400;
	    text-decoration: none;
	    color: #006DA5;
	    font-size: 22px;
	    display: block;
	    font-style: normal;
	}
	nav#navi_box a.l_activated_parent:link, 
	nav#navi_box a.l_activated_parent:visited,
	nav#navi_box a.l_this_activated:link, 
	nav#navi_box a.l_this_activated:visited,
	nav#navi_box a:hover,
	nav#navi_box a:active,
	nav#navi_box a:focus {
	    color: #FF671D;
	    font-size: 22px;
	    text-decoration: none;
	    border-bottom: 0 solid #006DA5;
	}
	nav#navi_box ul.ebene_2 a:link, 
	nav#navi_box ul.ebene_2 a:visited {
		font-size: 16px;
	}
	nav#navi_box li:hover ul.ebene_2,
	nav#navi_box ul.ebene_2{
		display: block;
		position: static;
		clear: both;
		top: auto;
		float: none;
	}
	nav#navi_box li:hover ul.ebene_2 li,
	nav#navi_box li ul.ebene_2 li{
		white-space: nowrap;
		border-bottom: 0px solid #006DA5;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	figcaption .bold,
	figcaption p {
		font-size: 13px;
	}
}
@media screen and (max-width: 770px) {
	p {
		font-size: 16px;
	}
	#sidebar{
		width: 100%;
		text-align: center;
	}
	#sidebar svg{
		display: inline-block;
		width: 100%;
		max-width: 250px;
	}
	#rightcol{
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.resptext{
		display: block;
	}
	.tablecell{
		font-size: 16px;
	}
	.tablecell.cell1{
		width: 20%;
	}
	.tablecell.cell2{
		width: 20%;
	}
	.tablecell.cell3{
		width: 15%;
	}
	.tablecell.cell4{
		display: none;
	}
	.tablecell.cell5{
		display: none;
	}
	.tablecell.cell6{
		display: none;
	}
	.tablecell.cell7{
		display: none;
	}
	.tablecell.cell8{
		display: none;
	}
	.tablecell.cell9{
		width: 15%;
	}
	.tablecell.cell10{
		width: 15%;
	}
	.tablecell.cell11{
		width: 15%;
	}
	.tablecell.cell12{
		width: 15%;
	}
	.gallery li,
	.gallery li.nomarginright{
		width: 48%;
		float: left;
		padding: 0px;
		margin-top: 0px;
		margin-right: 1%;
		margin-bottom: 23px;
		margin-left: 1%;
		display: block;
	}
	.gallery li:nth-child(2n){
		margin-right: 0;	
	}
	.images_legende {
		height: 100px;
	}
	figcaption .bold,
	figcaption p {
		margin: 0 5px;
	}
	.legendlabel{
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.gallery li,
	.gallery li.nomarginright{
		width: 98%;
	}
	.images_legende {
		height: auto;
	}
	figcaption .bold,
	figcaption p {
		font-size: 15px;
	}
}