/*header*/
html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*body*/
body {
    font-family: "Vesta W01", Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #444;
    background-color: #dfdfdf;
}
body, div, header, nav, main, aside, footer, p, hr, h1, ul, ol, li {
    margin: 0;
    padding: 0;
}

/*seiten-wrapper*/
#seiten-wrapper {
    max-width: 1220px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    padding: 1.2em 1em 1em 1em;
    -moz-box-shadow: 1em 0.2em 1em #999, -1em 0.2em 1em #999;
    -webkit-box-shadow: 1em 0.2em 1em #999, -1em 0.2em 1em #999;
    box-shadow: 1em 0.2em 1em #999, -1em 0.2em 1em #999;
}
#seiten-wrapper {
    background-color: #ffffff;
}

/*menu-trigger*/
.menu-trigger {
    display: none;
    font-size: 18px;
    height: 47px;
    position: relative;
    width: 100%;
}
.menu-trigger {
    /* background: #aab315 url(images/stadtlogo-muenster.png) no-repeat scroll right top / contain; */
    color: #fff;
}

/*header*/
header {
    width: 100%;
    height: 275px;
    overflow: hidden;
}
header, nav, main, aside, footer, figure, figcaption, section, article, details, summary, hgroup {
    display: block;
}

/*amt*/
header .amt {
    float: left;
    width: 315px;
    height: 86px;
    padding-left: 0.5em;
    position: relative;
    top: 0;
    z-index: 100;
}
header .amt {
    background-color: #ffffff;
}

/*logos flexbox*/
header .logos.flexbox {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*muenster-de*/
header .muenster-de {
    margin-left: -0.05em;
    margin-bottom: -0.22em;
}
header .muenster-de {
    font-size: 4rem;
    font-weight: bold;
}
header .muenster-de a {
    text-decoration: none;
    color: #005b79;
}
a {
    display: inline-block;
}
a {
    color: #333333;
    text-decoration: underline;
}

/*stadt-ms*/
header .stadt-ms {
    width: 215px;
    z-index: 1;
}
header .stadt-ms a {
   display:      inline-block;
}
header .stadt-ms img {
   height:        auto;
   width:        100%;  /* passt sich an das umliegende div an (welches standardmÃ¤ÃŸig 215px breit ist) */
}


/*header-overlay*/
header .header-overlay {
    display: none;
}
header .header-overlay {
    clear: both;
    height: 189px;
    width: 220px;
    position: absolute;
    top: 98px;
    z-index: 52;
}
header .header-overlay {
    background: rgba(255, 255, 255, 0.7);
}
header .header-overlay-logo.flexbox {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
header .header-overlay-logo {
    width: 100%;
    height: 100%;
}

/*bx-wrapper*/
header .bx-wrapper {
    position: relative;
    top: -26px;
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none;
}
header .bx-wrapper {
    background: transparent;
}

/*streifen*/
.streifen {
    height: 1em;
    margin: 0.1em 0 0.1em 0;
}
.streifen {
    background-color: #005b79;
}

/*hauptteil*/
#hauptteil.flexbox {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
#hauptteil {
    clear: both;
}

/*navi-inhalt-wrapper-spalte*/
#navi-inhalt-wrapper-spalte.flexbox {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-grow: 1;
}

/*inhalt*/
#inhalts-spalte {
    flex-grow: 1;
    min-height: 100px;
}
#inhalts-spalte {
    background-color: #ffffff;
    background-image: none;
    background-position: top left;
    background-repeat: repeat;
}

/*main*/
#inhalts-spalte main {
    padding: 0 0.7em 0.7em 0.7em;
}
main {
    font-family: "Vesta W01", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #444;
}
main h1 {
    clear: both;
    margin-top: 0.6em;
    margin-bottom: 0.5em;
}
main h1 {
    font-size: 20px;
    font-size: 2rem;
}
h1 {
    font-weight: normal;
    font-style: normal;
    font-family: "Vesta W01 Bold", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 2rem;
    font-weight: normal;
}

/*footer*/
footer {
    clear: both;
    margin-top: 15px;
    margin-bottom: 10px;
}
footer {
    font-size: 12px;
    font-size: 1.2rem;
}

/*switch*/
footer #switch {
    display: none;
}
#switch {
    margin-top: 2em;
    text-align: center;
}

/*footerlinks*/
footer .footerlinks {
    clear: both;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 0.1rem solid #cccccc;
}
footer .footerlinks {
    text-align: center;
}
.footerlinks ul {
    height: 20px;
    text-align: center;
}
footer ul, aside ul {
    margin-left: 0.6em;
}
footer ul, footer ol, aside ul, aside ol {
    margin-top: 0.2em;
    margin-right: 0;
    margin-bottom: 0.4em;
}
footer ol, footer ul {
    list-style: none;
}
.footerlinks ul li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    margin: 0;
}
footer ul li {
    margin-left: 1.3em;
    text-indent: 3px;
}
footer li, aside li {
    padding: 0 0.5em 0.2em 0;
}
p, li, main div, aside div {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/*tevis*/
#info_box_cnc_list {
 margin-left: 0;
 list-style-type: none;
}

h3 {
font-weight:bold;
}

:root {
  --primary-color: #005b79;
  --secondary-color: #4fa2be;
  --accent-color: #005b79;
}

.row {
    padding-left: 40px;
}

.onehundred {
    padding: 0 100px;
}
	