* {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body  {
  margin: 0px;
  padding: 0 0 90px 0;
  background-color: #E8E8E8;
	background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(232,232,232,1) 0%, rgba(244,244,244,1) 20%, rgba(255,255,255,1) 100%);
}
body.nodsgvo{
  padding: 0 0 0 0;
}
.clearall{
	clear: both;
}
a.pdf:link, a.pdf:visited {
	box-sizing: border-box;
	height: 40px;
	margin: 0 0 0 0;
	padding: 5px 0 0 40px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	background-image: url(../images/icon_pdf.svg);
	float: left;
	clear: left;
	background-size: auto 40px;
}
#container {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
}
header {
    margin: 0 auto 0 auto;
    display: block;
    overflow: visible;
    width: 66%;
    position: relative;
    height: 120px;
    z-index: 30;
    padding: 0 2% 0 2%;
    background-color: #FFFFFF;
}
#bild_container  {
    display: block;
    margin: 0 auto 0 auto;
    float: left;
    width: 100%;
	height: 430px;
    position: relative;
    overflow: hidden;
    border-top: 0.6em solid white;
    border-bottom: 8px solid white;
}
#bild_container img{
	float: left;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.big_image  {
    display: block;
    margin: 0px auto 0px auto;
    width: 100%;
    z-index: 0;
    clear: both;
    height: auto;
    border-top: 0.6em solid #FFFFFF;
    border-bottom: 0.6em solid #FFFFFF;
    overflow: hidden;
}
#herrmann_logo {
		width: 75%;
    height: auto;
    max-height: 120px;
    max-width: 298px;
    clear: none;
    z-index: 5;
    margin: 0px 0px 0 0px;
    display: block;
    overflow: visible;
    float: right;
}
.icon_menu {
    width: 40px;
    height: 25px;
    padding: 0px;
    display: block;
    width: 40px;
    margin: 90px 20px 0 0;
    float: left;
}
.icon_menu a:link, .icon_menu a:visited {
    text-decoration: none;
    background-image: url(../images/icon_menu.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px 25px;
    width: 40px;
    height: 25px;
    color: transparent;
    display: block;
}
.icon_menu a:hover, .icon_menu a:active {
    text-decoration: underline;
    width: 40px;
    height: 25px;
    color: transparent;
    display: block;
    background-image: url(../images/icon_menu_over.svg);
    background-position: left center;
    background-size: 40px 25px;
    background-repeat: no-repeat;
}
#menu_tape {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
    z-index: 10;
    position: absolute;
    bottom: 0;
    background-color: #2EA2CB;
    background-color: rgba(46,161,202,0.8);
}
#menu_tape h1 {
    color: #FFFFFF;
    font-size: 26px;
    margin: 54px auto 20px auto;
    padding: 0 0 0 0;
    border: none;
    text-align: center;
}
nav#navi_box {
    display: block;
    overflow: hidden;
    padding: 0px;
    text-align: right;
    margin: 93px 0 0 0;
    float: left;
}
nav#navi_box ul{
	margin-top: 0px;
}
nav#navi_box li{
    font-family: 'Roboto Condensed', Helvetica, Arial, Gotham, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #505050;
    margin: 0px 10px 0px 10px;
    list-style-type: none;
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    list-style-image: none;
    background-image: none;
    font-style: normal;
    float: left;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
nav#navi_box li.first_child {
	margin: 0px;
	padding: 5px 0 0 0;
	list-style-type: none;
	letter-spacing: 0.5px;
	float: left;
	border-left: 1px solid #FFFFFF;
}
nav#navi_box a:link, 
nav#navi_box a:visited {
    font-family: 'Roboto Condensed', Helvetica, Arial, Gotham, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #505050;
    padding: 0px;
    margin: 0px;
    display: block;
    font-style: normal;
    letter-spacing: 0.04em;
    border-bottom: 2px solid transparent;
}
nav#navi_box a.l_this_activated:link, 
nav#navi_box a.l_this_activated:visited,
nav#navi_box a.l_acitvated_parent:link, 
nav#navi_box a.l_acitvated_parent:visited,
nav#navi_box a:hover,
nav#navi_box a:active,
nav#navi_box a:focus {
    color: #2EA2CB;
    text-decoration: none;
    padding: 0 0 0 0;
    border-bottom: 2px solid #2EA2CB;
}
nav#navi_box_klapp{
	display: none;
	width: auto;
	background-color: white;
	height: auto;
	position: absolute;
	top: 120px;
	left: 0;
	padding: 20px 2vw 20px 2vw;
	z-index: 25;
}
.showmenu nav#navi_box_klapp{
	display: block;
}
nav#navi_box_klapp .ebene_2{
	margin-bottom: 15px;
}
nav#navi_box_klapp li{
    text-decoration: none;
    display: block;
    padding: 0 0 0 0;
		margin: 0 0 0 0;
    background-image: none;
}
nav#navi_box_klapp li a:link,
nav#navi_box_klapp li a:visited{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 16px;
    color: #505050;
    text-decoration: none;
}
nav#navi_box_klapp li a.l_this_activated:link,
nav#navi_box_klapp li a.l_this_activated:visited,
nav#navi_box_klapp li a.l_acitvated_parent:link,
nav#navi_box_klapp li a.l_acitvated_parent:visited,
nav#navi_box_klapp li a:focus,
nav#navi_box_klapp li a:hover,
nav#navi_box_klapp li a:active{
    text-decoration: none;
		color: #2EA2CB;
}
nav#navi_box_klapp .ebene_2 li a:link,
nav#navi_box_klapp .ebene_2 li a:visited{
		font-size: 14px;
    font-weight: 400;
}
nav#sub_navi_box {
    text-align: center;
    left: auto;
    margin: 0px auto 20px auto;
    float: left;
    width: 100%;
    border-bottom: 1px solid #B2B2B2;
    display: block;
}
nav#sub_navi_box ul{
    margin: 0 0 0 0;
    display: inline-block;
}
nav#sub_navi_box li{
    margin: 0px 14px 0px 14px;
    padding: 5px 0 0 0;
    list-style-type: none;
    float: left;
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
    list-style-image: none;
    background-image: none;
}
nav#sub_navi_box a:link, 
nav#sub_navi_box a:visited {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #505050;
    text-decoration: none;
    display: block;
    padding: 0 0 0 0;
    letter-spacing: 0.07em;
}
nav#sub_navi_box a.l_this_activated:link, 
nav#sub_navi_box a.l_this_activated:visited,
nav#sub_navi_box a.l_acitvated_parent:link, 
nav#sub_navi_box a.l_acitvated_parent:visited,
nav#sub_navi_box a:hover,
nav#sub_navi_box a:active,
nav#sub_navi_box a:focus {
    color: #2EA2CB;
    padding: 0 0 0 0;
    text-decoration: none;
}
nav#menu_boxes  {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    height: 210px;
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 20%;
    overflow: hidden;
}
nav#menu_boxes ul{
	list-style: none;
  text-align: center;
  width: 100%;
	display: block;	
}
nav#menu_boxes li{
	list-style: none;
	background-image: none;
  width: 210px;
  height: 210px;
  display: inline-block;
  text-decoration: none;
  margin: 0 12px 0 12px;
  padding: 0 0 0 0;
  transition: background-color 0.4s ease-out;
  position: relative;
}
nav#menu_boxes a:link, 
nav#menu_boxes a:visited,
nav#menu_boxes a:active,
nav#menu_boxes a:focus {
	display: inline-block;
  width: 210px;
  height: 210px;
  background-color: rgba(46,161,202,0.8);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
	transition: background-color 0.4s ease-out;
}
nav#menu_boxes li:first-child a:hover {
	background-color: #ff9f00;
	background-color:rgba(255,159,0,0.8);
}
nav#menu_boxes li:nth-child(2) a:hover {
	background-color: #92c01a;
	background-color:rgba(146,192,26,0.8);
}
nav#menu_boxes li:nth-child(3) a:hover {
	background-color: #a26a8d;
	background-color: rgba(162,106,141,0.8);
}
nav#menu_boxes li:nth-child(4) a:hover {
	background-color: #ff0000;
	background-color: rgba(255, 0, 0, 0.8);
}
nav#menu_boxes .hiderubriktext{
	display: none;
}
.m_nr_4 nav#menu_boxes  {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
    z-index: 10;
    position: absolute;
    bottom: 0;
}
.m_nr_4.mod_r_id_r_13 nav#menu_boxes  {
    background-color: #ff9f00;
    background-color: rgba(255,159,0,0.8);
}
.m_nr_4.mod_r_id_r_14 nav#menu_boxes  {
    background-color: #92c01a;
    background-color: rgba(146,192,26,0.8);
}
.m_nr_4.mod_r_id_r_15 nav#menu_boxes  {
    background-color: #a26a8d;
    background-color: rgba(162,106,141,0.8);
}.m_nr_4.mod_r_id_r_25 nav#menu_boxes  {
    background-color: #ff0000;
	background-color: rgba(255, 0, 0, 0.8);
}
.m_nr_4 nav#menu_boxes ul{
	list-style: none;
  text-align: center;
  width: 100%;
	display: block;	
}
.m_nr_4 nav#menu_boxes li{
	list-style: none;
	background-image: none;
  width: 190px;
  height: 100px;
  display: inline-block;
  text-decoration: none;
  margin: 0 40px 0 40px;
  padding: 0 0 0 0;
  text-align: center;
}
.m_nr_4 nav#menu_boxes li a:link, 
.m_nr_4 nav#menu_boxes li a:visited {
	display: inline-block;
	height: 90px;
	width: 100%;;
 	transition: opacity .25s ease-in-out;
 	-moz-transition: opacity .25s ease-in-out;
 	-webkit-transition: opacity .25s ease-in-out;
 	background-color: transparent;
  background-position: center center;
  background-size: auto 145%;
  background-repeat: no-repeat;
	opacity: 0.5;
}
nav#menu_boxes .r_id_13 a.nav_button_1:link,
nav#menu_boxes .r_id_13 a.nav_button_1:visited,
nav#menu_boxes .r_id_13 a.nav_button_1:active,
nav#menu_boxes .r_id_13 a.nav_button_1:focus,
nav#menu_boxes .r_id_13 a.nav_button_1:hover{
	background-position: center -32px;
}
.m_nr_4 nav#menu_boxes li a.l_this_activated:link, 
.m_nr_4 nav#menu_boxes li a.l_this_activated:visited,
.m_nr_4 nav#menu_boxes li a.l_activated_parent:link, 
.m_nr_4 nav#menu_boxes li a.l_activated_parent:visited,
.m_nr_4 nav#menu_boxes li a:active,
.m_nr_4 nav#menu_boxes li a:focus,
.m_nr_4 nav#menu_boxes li a:hover {
	background-color: transparent;
	text-decoration: none;
	opacity: 1;
}
div {
    text-decoration: none;
    margin-top: 0px;
}
p {
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #505050;
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0px;
    line-height: 1.4em;
    text-align: left;
}
p.adresse  {
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0 0;
    color: #505050;
    font-size: 14px;
    text-transform: none;
}
nav#navi_foot ul,
nav#navi_foot{
	display: inline;
	width: auto;
}
nav#navi_foot li{
	font-weight: 400;
  font-style: normal;
  margin: 0 0 0 0;
  color: #505050;
  font-size: 12px;
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
	background-image: none;
}
p.adresse_sub {
	display: inline;
	font-weight: 400;
  font-style: normal;
  margin: 0 0 0 0;
  color: #505050;
  font-size: 12px;
  text-transform: none;
  text-align: center;
}
figcaption p {
	font-family: neue-kabel, sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #2F2F2F;
	font-size: 20px;
	margin: 0 0 0 0;
	padding: 0px;
	line-height: 1.7em;
	text-align: left;
}
.textbox_grau p   {
	font-family: neue-kabel, sans-serif;
    font-weight: 400;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul {
	margin: 0 0 0 0;
	padding-top: 0px;
	padding-left: 0px;
}
li {
  font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #505050;
  font-size: 18px;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.4em;
	margin-left: 12px;
	margin-bottom: 0px;
	padding: 0 0 2px 20px;
	background-repeat: no-repeat;
	background-image: url(../images/dot.png);
	background-position: left 8px;
}
p.kursiv{
	font-style: italic
}
.bold {
	font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #505050;
}
figcaption .bold {
	font-family: neue-kabel, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    text-transform: none;
	color: #2F2F2F;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
th, td {
	font-family: neue-kabel, 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: neue-kabel, 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: #2EA2CB;
	text-decoration: underline;
	font-weight: 400;
}
a:hover, a:active {
	color: #474747;
	text-decoration: none;
}
main {
    margin: 0 auto 0 auto;
    padding: 0px 2% 0 2%;
    width: 66%;
    display: block;
    height: auto;
    background-color: #FFFFFF;
    overflow: hidden;
}
section {
    padding: 0px 0 0 0;
    width: auto;
    display: block;
    float: left;
}
.record_box {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0 0 0 0;
    padding-top: 0px;
}
.textbox_grau {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 15px 15px 13px 15px;
	background-color: #F4F3F4;
	height: auto;
}
.images_box {
  overflow: hidden;
  width: 50%;
  height: auto;
  margin-bottom: 0px;
}
.lay_std_small_bilder .images_box {
  width: 20%;
  padding-bottom: 40px;
}
.images_box img{
	width: 100%;
	height: auto;
	float: left;
}
.spaltig .images_box {
    overflow: hidden;
    width: 30%;
    height: auto;
    margin-bottom: 0px;
}
.images_box img{
	width: 100%;
	height: auto;
	float: left;
}
.spaltig .spalte{
	width: 33%;
	float: left;
}
#big_image img {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    float: left;
    clear: both;
}
.images_box_detail.nomarginright {
	float: left;
}
.images_box.left {
	margin-right: 2.5%;
	float: left;
}
.images_box.right {
    margin-left: 2.5%;
    float: right;
}
.images_box_galerie {
    margin: 0 2% 30px 0;
    width: 49%;
    height: auto;
    overflow: hidden;
    float: left;
}
.images_box_galerie img {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.images_box_galerie.nomarginright {
	margin-right: 0px;
	float: left;
}
figure {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    width: 31%;
    display: block;
    float: left;
}
.bigimg figure{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}
figure.nomarginright {
    padding: 0 0 10px 0;
    margin-right: 0px;
}
figcaption {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}
hr.trenner {
    padding: 0px;
    margin: 20px 0px 20px 0;
    height: 1px;
    border-top: 1px solid #B2B2B2;
    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;
}
h1  {
    font-family: 'Roboto Condensed', Helvetica, Arial, Gotham, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #505050;
    font-size: 26px;
    text-transform: uppercase;
    margin: 40px auto 20px auto;
    padding: 0px 0 15px 0;
    line-height: 1em;
    display: inline-block;
    border-bottom-color: #B2B2B2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    letter-spacing: 0.04em;
    width: 100%;
}
#menu_tape_blau h1  {
    color: #FFFFFF;
    font-size: 26px;
    margin: 54px auto 20px auto;
    padding: 0 0 0 0;
    border: none;
    text-align: center;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #505050;
    font-size: 18px;
    padding: 0 0 0 0;
    line-height: 1.15em;
    text-transform: none;
    display: inline-block;
    width: auto;
    margin: 0 0 5px 0;
}
.lay_std_small_bilder h2{
	width: 100%;
}
/* ---F O O T-- */

footer {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 25px 0 25px 0;
    clear: both;
    overflow: hidden;
    float: none;
    height: auto;
    background-color: #E8E8E8;
}
footer #footer_box {
    width: 70%;
    display: block;
    margin: 0 15% 0 15%;
    clear: both;
    overflow: hidden;
    float: none;
    height: auto;
    text-align: center;
}
footer #footernav_box {
    margin: 0 0 0 0px;
    padding: 0;
    text-align: left;
}
footer #footernav_box ul{
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
}
footer #footernav_box li{
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    background-image: none;
    float: left;
}
footer #footernav_box a:link,
footer #footernav_box a:visited{
    font-style: normal;
    line-height: 1.4em;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
footer #footernav_box a:focus,
footer #footernav_box a:hover,
footer #footernav_box a:active{
    margin: 0px;
    padding: 0px;
    color: #2F2F2F;
    text-decoration: underline;
}
footer .adress_box {
    padding: 0 0 0 0;
    float: none;
    display: block;
    margin: 0 auto 5px 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;
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    overflow: visible;
    z-index: 0;
    position: relative;
    height: auto;
    text-align: center;
}
footer .adress_icon_01 {
}
footer .adress_icon_02 {
}
footer .adresse {
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
    font-weight: 400;
    font-size: normal;
    color: #505050;
    font-size: 14px;
    line-height: 1.4em;
    padding: 0px;
    width: auto;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
footer .adresse_bold {
    font-family: 'Roboto Condensed', Helvetica, Arial, Gotham, sans-serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    display: inline-block;
    margin: 0 0 8px 0;
}
footer .adresse a:link, footer .adresse a:visited {
    color: #2EA2CB;
    text-decoration: none;
}
footer .adresse a:hover, footer .adresse a:active {
    color: #505050;
    text-decoration: underline;
}
.gallery{
	margin: 10px 0;
}
.gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li{
	width: 48%;
	height: auto;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 23px;
	margin-left: 0px;
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery.fourpics li:nth-child(2n),
.gallery.fourpics li{
	margin-right: 4%;
	width: 22%;
}
.gallery li:nth-child(2n),
.gallery.fourpics li:nth-child(4n){
	margin-right: 0;	
}
.gallery img{
	width: 100%;
	height: auto;
	list-style: none;	
	margin: 0;
	padding: 0;
	border: none;
	float: left;
  transition: all 0.5s ease-out;
}
.gallery.twopics li:hover img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bildlegend{
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 15px 10px;
	display: inline-block;
	width: 100%;
	background-color: rgba(46,161,202,0.8);
}
.bildlegend h3{
	font-family: 'Roboto Condensed', Helvetica, Arial, Gotham, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 18px;
	margin-top: 0px;
	text-transform: uppercase;
}
.bildlegend p{
  font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.bildlegend a:link,
.bildlegend a:visited{
	font-weight: 300;
	color: white;
}
.bildlegend a:focus,
.bildlegend a:hover,
.bildlegend a:active{
	color: white;
}
#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;
}

@media screen and (max-width: 1100px) {
	#bild_container img{
		width: auto;
		height: 220px;
	}
	nav#menu_boxes{
		height: 150px;
	}
	nav#menu_boxes li,
	nav#menu_boxes a:link,
	nav#menu_boxes a:visited,
	nav#menu_boxes a:active,
	nav#menu_boxes a:focus{
		width: 150px;
		height: 150px;
	}
	#bild_container{
		height: 220px;
	}
	header, main {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
	}
	.m_nr_4 nav#menu_boxes li{
		margin: 0 15px;
	}
}
@media screen and (max-width: 700px) {
	footer #footer_box {
		margin: 0;
		width: 100%;
	}
	.lay_std_small_bilder .images_box {
		width: 50%;
	}
	body{
		background: transparent;
	}
	#bild_container{
		display: block;
		position: relative;
    width: 100%;
	 	height: auto;
	}
	#menu_tape,
	.m_nr_4 nav#menu_boxes{
		display: block;
		position: static;
    width: 100%;
	 	height: auto;
	}
	#bild_container img{
		width: 100%;
		height: auto;
		float: left;
	}
	.m_nr_4 nav#menu_boxes li{
		margin: 0 1vw;
		width: 22vw;
		height: 22vw;
	}
	.m_nr_4 nav#menu_boxes li a:link,
	.m_nr_4 nav#menu_boxes li a:visited,
	.m_nr_4 nav#menu_boxes li a:focus,
	.m_nr_4 nav#menu_boxes li a:hover,
	.m_nr_4 nav#menu_boxes li a:active{
		width: 22vw;
		height: 22vw;
		background-size: 100% auto;
	}
	nav#menu_boxes .r_id_13 a.nav_button_1:link,
	nav#menu_boxes .r_id_13 a.nav_button_1:visited,
	nav#menu_boxes .r_id_13 a.nav_button_1:active,
	nav#menu_boxes .r_id_13 a.nav_button_1:focus,
	nav#menu_boxes .r_id_13 a.nav_button_1:hover{
		background-position: center -12px;
	}
	nav#sub_navi_box li{
		padding: 0 0 0 0;
		margin: 0 5px;
		font-size: 13px;
	}
	nav#navi_box{
		width: 100%;
		border-top: 1px solid #B2B2B2;
		padding: 5px 0;
		margin: 5px 0 0 0;
	}
	nav#menu_boxes{
		height: auto;
		bottom: 0;
	}
	nav#menu_boxes li{
		margin: 0 1vw;
		width: 20vw;
		height: 20vw;
	}
	nav#menu_boxes a:link,
	nav#menu_boxes a:visited,
	nav#menu_boxes a:active,
	nav#menu_boxes a:focus{
		margin: 0;
		width: 19vw;
		height: 19vw;
		background-size: 100% auto;
	}
	nav#navi_box_klapp{
		width: 100%;
		background-color: #E8E8E8;
	}
	.bildlegend{
		position: static;
		margin-bottom: 0 !important;
	}
	.bildlegend h3{
		font-size: 13px;
	}
	.bildlegend p{
		font-size: 13px;
		padding-bottom: 5px;
	}
	h1  {
	   font-size: 24px;
	}
	h2 {
	    font-size: 16px;
	}
	li, p {
		font-size: 14px;
	}
	h1 {
		margin-top: 10px;
	}
}