@charset "UTF-8";
/*** mobile first! ***/
/*****************************************************************************/
/*																			 */
/*                            		      max-desktop--,      				 */
/*                     		  max-tablet-quer--,       ,					 */
/*                	        max-tablet--,      ,	   ,					 */
/*         		  max-phone-quer--,     ,      ,	   , 					 */
/* 		  max-large-phone--,      ,     ,      ,	   ,					 */
/*     max-phone----,      ,      ,     ,      ,	   ,					 */
/*                  ,      ,      ,     ,	   ,	   ,   					 */
/*      		   320    480    600   768   1024   1280   1800				 */
/*                  '	   '      '     '      '      '      '-- maxSize	 */
/*                  '	   '      '     '      '      '-- desktop 			 */
/*                  ' 	   '      '     '      '-- tablet-quer 				 */
/*                  '	   '      '     '-- tablet 							 */
/*                  '	   '      '-- phone-quer 							 */
/*                  '	   '-- large-phone 									 */
/*					'-- phone			  								     */
/*																			 */
/*****************************************************************************/
/* SEITENAUFBAU */
html {
  overflow: auto;
  overflow-y: scroll;
}

body {
  position: absolute;
  margin: 0;
  padding: 0;
  font-family: Georgia, Times, serif;
  font-size: 13px;
  line-height: 24px;
  color: #5a5a5a;
  background-color: #85bc21;
}

html, body {
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

#wrapper {
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  padding: 0px 20px 20px 20px;
  min-height: 100vh;
  margin: auto;
  text-align: left;
  position: relative;
}
@media (min-width: 1024px) {
  #wrapper {
    width: 900px;
    padding: 0;
  }
}

#content {
  width: 100%;
  position: relative;
  margin: auto;
  background-color: #fff;
}
@media (min-width: 1024px) {
  #content {
    width: 800px;
    padding: 0 50px;
  }
}

#footer {
  margin-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* Nun für den MSIE */
* html, * html body {
  overflow: hidden;
  bottom: 0;
  height: 100%;
  width: 100%;
}

* html #footer {
  height: 100%;
  padding: 0 0px;
  padding-top: 1em;
}

* html #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding-bottom: 75px;
}

* html #wrapper #content {
  position: absolute;
  width: 800px;
  left: 50%;
  padding: 0 50px;
  margin-left: -450px;
}

/* SCHMUCK */
.line {
  height: 2px;
  font-size: 0px;
  background-color: #085858;
  width: 100%;
}

#logo {
  float: left;
  margin-top: 10px;
  width: 65px;
  height: 70px;
}
@media (min-width: 1024px) {
  #logo {
    width: 800px;
    height: 204px;
  }
}
#logo a {
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/Logo_DE.png);
  width: 255px;
  height: 70px;
}
.en #logo a {
  background-image: url(../images/Logo_EN.png);
}
.es #logo a {
  background-image: url(../images/Logo_ES.png);
}
@media (min-width: 600px) {
  #logo a {
    background-image: url(../images/Logo_DE-EN-ES.png);
    width: 456px;
    height: 70px;
  }
}
@media (min-width: 1024px) {
  #logo a {
    background-image: url(../images/logo.png) !important;
    width: 800px;
    height: 204px;
  }
}

#header {
  background-color: #fff;
  margin-bottom: 20px;
}

#nav {
  display: none;
}
@media (min-width: 1024px) {
  #nav {
    display: block;
  }
}

#pull {
  float: right;
  width: 24px;
  height: 32px;
  margin-top: 29px;
  overflow: hidden;
  display: block;
  background-image: url(../images/pull.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 360px) {
  #pull {
    width: 42px;
  }
}
#pull.active {
  background-image: url(../images/pull_active.png);
}
@media (min-width: 1024px) {
  #pull {
    display: none;
  }
}

#content #mobileNavi {
  display: none;
  padding-left: 70px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
#content #mobileNavi ul {
  margin: 0;
}
#content #mobileNavi ul li {
  list-style: none;
  background-image: none;
  padding-left: 0;
  text-transform: uppercase;
  padding: 5px 0px;
}
#content #mobileNavi ul li a {
  font-weight: normal;
}
#content #mobileNavi ul li ul {
  margin-left: 30px;
}
#content #mobileNavi ul li ul li {
  text-transform: none;
}
@media (min-width: 1024px) {
  #content #mobileNavi {
    display: none !important;
  }
}

#navibild {
  display: none;
}
@media (min-width: 1024px) {
  #navibild {
    display: block;
  }
}

#headernavi {
  z-index: 100;
  position: relative;
}
@media (min-width: 1024px) {
  #headernavi {
    height: 22px;
    margin-left: 203px;
  }
}

#headernavi #lexikon {
  display: none;
}
@media (min-width: 1024px) {
  #headernavi #lexikon {
    display: block;
    width: 279px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 2px !important;
    background-color: #085858;
    height: 17px;
  }
}

#headernavi #lexikon:hover {
  background-color: #85bc21;
}

#headernavi #language {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 480px) {
  #headernavi #language {
    right: 53px;
  }
}
@media (min-width: 1024px) {
  #headernavi #language {
    position: relative;
    right: 0;
  }
}

#headernavi #sprachswitch1 {
  z-index: 100;
  width: 83px;
  height: 17px;
  float: left;
  padding-top: 2px !important;
  background-color: #85bc21;
  display: block;
}

#headernavi #sprachswitch2 {
  z-index: 100;
  width: 83px;
  height: 17px;
  padding-top: 2px !important;
  background-color: #85bc21;
  float: left;
  margin-left: 10px !important;
  display: block;
}

#headernavi #datenschutz {
  z-index: 100;
  width: 94px;
  height: 17px;
  padding-top: 2px !important;
  background-color: #085858;
  float: left;
  margin-left: 10px !important;
  display: block;
}
#headernavi #datenschutz:hover {
  background-color: #85bc21;
}
@media (max-width: 767px) {
  #headernavi #datenschutz {
    display: none;
  }
}

@media (min-width: 1024px) {
  #headernavi #sprachswitch1 {
    position: absolute;
    left: 297px;
    margin: 0;
    top: 0;
  }

  #headernavi #sprachswitch2 {
    position: absolute;
    left: 398px;
    top: 0;
    margin-left: 0 !important;
  }

  #headernavi #datenschutz {
    position: absolute;
    left: 499px;
    top: 0;
    margin-left: 0 !important;
  }
}
#headernavi #sprachswitch1:hover,
#headernavi #sprachswitch2:hover {
  background-color: #085858;
}

#headernavi a {
  padding: 0  !important;
  margin: 0  !important;
  display: block;
  border: none !important;
  height: 17px;
  line-height: 15px;
  padding-left: 5px !important;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 10px;
}

#logo {
  position: relative;
  margin-bottom: 8px;
}

#navibild {
  position: absolute;
  left: 253px;
  top: 137px;
}

#bdü_logo {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  #bdü_logo {
    margin-top: 0;
    position: relative;
    top: -45px;
    height: 0;
    margin-left: 30px;
  }
}
#bdü_logo img {
  width: 100px;
}

#block_A,
#inhalt {
  box-sizing: border-box;
}

#block_A {
  border-top: 1px solid #85bc21;
  padding-top: 35px;
}

@media (min-width: 1024px) {
  #block_A {
    border-top: 0;
    float: right;
    width: 175px;
    padding-top: 2px;
    margin-right: 28px;
  }

  #inhalt {
    float: right;
    width: calc(100% - 203px);
  }
}
/* TEXTAUSZEICHNUNG */
a {
  text-decoration: none;
}

a img {
  border: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

td {
  vertical-align: top;
}

.clear {
  clear: both;
}

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

.clearfix::after, #header::after {
  clear: both;
}

.clearfix, #header {
  *zoom: 1;
  /* Für den IE6 und IE7 */
}

.nodisplay {
  display: none;
}

/*content*/
#content {
  font-size: 13px;
}

#content h1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  /*line-height:auto !important;*/
  color: #85bc21;
  margin-bottom: 13px;
  margin-top: 0;
  padding-top: 0;
}

#content h2, #content h3, #content h4, #content h5 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #85bc21;
  text-transform: uppercase;
  /*line-height:auto !important;*/
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#content h6 {
  font-family: Georgia, Times, serif;
  font-size: 13px;
  font-weight: bold;
  color: #5a5a5a;
  /*line-height:auto !important;*/
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
}
#content h6.ui-accordion-header {
  padding: 10px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  #content h6.ui-accordion-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#content a {
  font-weight: bold;
  color: #85bc21;
}

#content a:hover {
  color: #5a5a5a;
}

#content .big {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 17px;
  line-height: auto !important;
}

#content .big a,
#content a.big {
  color: #5a5a5a !important;
  font-weight: normal;
}

#content .big a:hover,
#content a.big:hover {
  color: #85bc21 !important;
}

#content table {
  width: 100%;
  border-collapse: collapse;
}

#content ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

#content li {
  margin: 0;
  list-style: none;
  padding-left: 10px;
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/* Block_A */
#block_A {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin-top: 3em;
  font-size: 95%;
  line-height: 20px;
}

p {
  margin: 0;
}

#block_A h1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  color: #85bc21;
  padding: 0;
  margin: 0;
}

#block_A h2, #block_A h3, #block_A h4, #block_A h5 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #85bc21;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#block_A a {
  font-weight: bold;
  color: #85bc21;
}

#block_A a:hover {
  color: #5a5a5a;
}

#block_A .big {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 17px;
  line-height: auto !important;
}

#block_A table {
  width: 100%;
  border-collapse: collapse;
}

#block_A ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

#block_A li {
  margin: 0;
  list-style: none;
  padding-left: 10px;
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#footer {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 30px;
}

.gruen {
  color: #85bc21 !important;
}

.bildrahmen {
  width: 100%;
  text-align: right;
  float: right;
  margin-left: 30px;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .bildrahmen {
    width: auto;
    text-align: auto;
  }
}
.bildrahmen img {
  width: 187px;
  border: 1px solid #5a5a5a;
}

.bildrahmen .bildtext {
  font-size: 11px;
  font-style: italic;
}

.mail_link {
  background-image: url(../images/IMO_Umschlag_FIN_gruen.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 17px;
}

.pdf_link {
  background-image: url(../images/IMO_Download_FIN_gruen.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 12px;
}

.mail_link:hover {
  background-image: url(../images/IMO_Umschlag_FIN_grau.gif);
}

.pdf_link:hover {
  background-image: url(../images/IMO_Download_FIN_grau.gif);
}

.fancybox-iframe {
  border: 5px solid #85bc21;
  padding: 10px;
}
