
body {
  font-family: 'Montserat', sans-serif!important;
  color: #666;
  font-size: 16px;
  line-height:1.55 !important;
}



p {
  margin: 0 0 10px;
}



h1 {
  font-size: 36px;
  font-family: 'Montserat', sans-serif!important;
  text-transform: uppercase;
  color: #002b6d!important;
  font-style: 600!important;
  margin-top: 25px!important;
  margin-bottom: 15px!important;
  font-weight: 300 !important;
}

h2 {
  font-size: 30px;
  color: #002b6d!important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif!important;
  margin-top: 25px !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}


h3 {
  font-size: 25px;
  text-align: left;
  color: #002b6d!important;
  font-family: 'Montserrat', sans-serif!important;
  margin-bottom: 0px !important;
  margin-top: 15px !important;
  font-weight: 400 !important;
}


h4 {
  font-size: 20px!important;
  color:  #686868 !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif!important;
  margin:20px 0 10px 0 !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
} 

h5 {
  font-size: 20px;
  color:  #686868 !important;
}

h6 {
  font-size: 18px;
  color:  #686868 !important;
}


h2 + h3 {
  margin-top: 0;
}

h3 + p {
  margin-top: 7px;
}

h4 + h1,
h4 + h2 {
  margin-top:0 !important;
}
h4:has(+ h1),
h4:has(+ h2) {
    margin: 0 !important;
}



/*links
--------------------------------------------------------------------------------*/
/* line 70, ../sass/i1.scss */
a {
  color: #002b6d !important;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif!important;
}

/* line 75, ../sass/i1.scss */
a:hover, a:focus {
 
}

/*buttons
--------------------------------------------------------------------------------*/
/* line 84, ../sass/i1.scss */
.btn-default {
  background-color:  #002b6d!important;
  color: white !important;
  border: 1px solid skyblue;
  border-radius: 2px;
  font-size: 16px;
  padding: 5px 17px !important;
  width: 155px !important;
}

/* line 93, ../sass/i1.scss */
.btn-default:hover {
  background-color:#013482 !important;
  color: #fff !important;
  border: 1px solid #013482 !important;
  transition: 0.5s;
  text-decoration: none !important;
}

/*list
--------------------------------------------------------------------------------*/
/*images
--------------------------------------------------------------------------------*/
img, svg {
  padding: 10px;
  max-height: 100%;
}

img.links {
  padding-left: 0;
}

img.rechts {
  padding-right: 0;
}

img.zentriert {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/*table
--------------------------------------------------------------------------------*/
table {
  max-width: 100%;
}

table td, table th {
  border: 1px solid #999;
  padding: 5px;
}

table caption {
  color: #999;
  font-weight: bold;
}

table th {
  background-color: #999;
  color: #fff;
}

