/*!
 * Spezifische CSS-Einstellungen
 */
 
@media screen {
	body {
		padding-top:120px
}


/*!
 * Bundesschriften
 */
@charset "CP850";
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-Regular.eot');
 src:url('../webfonts/BundesSansWeb-Regular.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSansWeb-Regular.woff') format('woff'),url('../webfonts/BundesSansWeb-Regular.ttf') format('truetype');
 font-weight:normal;
 font-style:normal
}
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-Bold.eot');
 src:url('../webfonts/BundesSansWeb-Bold.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSansWeb-Bold.woff') format('woff'),url('../webfonts/BundesSansWeb-Bold.ttf') format('truetype');
 font-weight:bold;
 font-style:normal
}
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-BoldItalic.eot');
 src:url('../webfonts/BundesSansWeb-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSansWeb-BoldItalic.woff') format('woff'),url('../webfonts/BundesSansWeb-BoldItalic.ttf') format('truetype');
 font-weight:bold;
 font-style:italic
}
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-Italic.eot');
 src:url('../webfonts/BundesSansWeb-Italic.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSansWeb-Italic.woff') format('woff'),url('../webfonts/BundesSansWeb-Italic.ttf') format('truetype');
 font-weight:normal;
 font-style:italic
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-Regular.eot');
 src:url('../webfonts/BundesSerifWeb-Regular.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSerifWeb-Regular.woff') format('woff'),url('../webfonts/BundesSerifWeb-Regular.ttf') format('truetype');
 font-weight:normal;
 font-style:normal
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-Bold.eot');
 src:url('../webfonts/BundesSerifWeb-Bold.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSerifWeb-Bold.woff') format('woff'),url('../webfonts/BundesSerifWeb-Bold.ttf') format('truetype');
 font-weight:bold;
 font-style:normal
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-BoldItalic.eot');
 src:url('../webfonts/BundesSerifWeb-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSerifWeb-BoldItalic.woff') format('woff'),url('../webfonts/BundesSerifWeb-BoldItalic.ttf') format('truetype');
 font-weight:bold;
 font-style:italic
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-Italic.eot');
 src:url('../webfonts/BundesSerifWeb-Italic.eot?#iefix') format('embedded-opentype'),url('../webfonts/BundesSerifWeb-Italic.woff') format('woff'),url('../webfonts/BundesSerifWeb-Italic.ttf') format('truetype');
 font-weight:normal;
 font-style:italic
}

/*!
 * überschreiben der Bootstrap-Einstellungen
 * 
 * Für Browser, die die Anzeige von Webfonts nicht unterstützen, müssen – zusätzlich zu den  Webfonts – 
 * folgende Ersatzschriften in den Stylesheets angegeben werden:
 * 
 * BundesSans: Calibri, Verdana, Arial, Helvetica, sans-serif
 * 
 * BundesSerif: Cambria, Georgia, Times New Roman, serif
 */

h1, .h1 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:33px;
	font-size:2.0625rem;
}

h2, .h2 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
	font-size:30px;
	font-size:1.875rem
}

h3, .h3 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;   
	font-size:27px;
	font-size:1.6875rem
}

h4, .h4 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
	font-size:24px;
	font-size:1.5rem;
}

h5, .h5 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
    font-size:21px;
	font-size:1.3125rem;
	font-weight:bold;
}

h6, .h6 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
	font-size:18px;
	font-size:1.125rem;
	font-weight:bold;
}

html {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;
}

body {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;
}


/*!
 * CSS-Einstellung für Top-Button
 */
#myBtnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
}

