@font-face {
    font-family: 'pt_sans';
    src: url('fonts/pt_sans/regular/PTS55F.eot');
    src: url('fonts/pt_sans/regular/PTS55F.eot?#iefix') format('embedded-opentype'),
url('fonts/pt_sans/regular/PTS55F.woff') format('woff'),
url('fonts/pt_sans/regular/PTS55F.ttf') format('truetype'),
url('fonts/pt_sans/regular/PTS55F.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sans';
    src: url('fonts/pt_sans/bold/PTS75f.eot');
    src: url('fonts/pt_sans/bold/PTS75f.eot?#iefix') format('embedded-opentype'),
url('fonts/pt_sans/bold/PTS75F.woff') format('woff'),
url('fonts/pt_sans/bold/PTS75F.ttf') format('truetype'),
url('fonts/pt_sans/bold/PTS75F.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans';
    src: url('fonts/pt_sans/bold-italic/PTS76F.eot');
    src: url('fonts/pt_sans/bold-italic/PTS76F.eot?#iefix') format('embedded-opentype'),
url('fonts/pt_sans/bold-italic/PTS76F.woff') format('woff'),
url('fonts/pt_sans/bold-italic/PTS76F.ttf') format('truetype'),
url('fonts/pt_sans/bold-italic/PTS76F.svg#pt_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'pt_sans';
    src: url('fonts/pt_sans/italic/PTS56F.eot');
    src: url('fonts/pt_sans/italic/PTS56F.eot?#iefix') format('embedded-opentype'),
url('fonts/pt_sans/italic/PTS56F.woff') format('woff'),
url('fonts/pt_sans/italic/PTS56F.ttf') format('truetype'),
url('fonts/pt_sans/italic/PTS56F.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}



/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  text-align:center;
  font-family: 'pt_sans', sans-serif;
  color:#0f7087;
  font-size:18px;
  background:#e6f0f3 url('images/bg.png') top center no-repeat;
  
  
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -140px;
  /* Pad bottom by footer height */
  padding: 0 0 140px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'pt_sans', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}


h1{color:#003e5c; }
h2{color:#003e5c;font-size:40px;font-weight:700;}
h3{color:#0f7087;font-size:24px;}

body.mainBody h2{font-size:40px;font-weight:700;}
body.mainBody h3{font-size:24px;}

/* Set the fixed height of the footer here */
#footer {
  height: 120px;
  background-color: #003e5c;
  margin-top:20px;
  color:white;
}

a.btn{background:#003e5c;}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0f7087;
  border-color: #285e8e;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  
}
.container .credit {
  margin: 8px 0;
}



body.mainBody h2{margin: 50px 0 0 0;}
body.mainBody h3{margin: 0px 0 50px 0;}

a.btn{margin:20px 0 10px 0;border:none;font-size:30px;}

a.btn small{font-size:18px;line-height: 18px;display: block;}

#footer .visible-xs{font-size:11px;}
#footer a{color:white;}

a{color:#0f7087;}


.credit{
    font-size:8pt;
    
}

@media (min-width: 768px) {
    .credit{
        font-size:12pt;
    }
}



.impressum{
    font-size:12pt;
    text-align:left;
    
}

.impressum h1,.impressum h2,.impressum h3,.impressum h4,.impressum h5,.impressum h6{
    color:#003e5c;
    font-weight:bold;
}

.impressumLink{
    text-decoration: underline!important;
    color: #999999!important;
}
