/*
<style>
/**/

html, body {
	margin: 0;
	padding: 0;
	color: #363636;
	height: 100%;
	width: 100%;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

body {
    display:flex; 
    flex-direction:column; 
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
}

.wrapper {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.header {
    background: #1fa4dc;
    padding-top: 40px;
}

.header__bar {
    top: 0;
    position: fixed;
    height: 40px;
    background: #16739a;
    color: #FFF;
    line-height: 40px;
    font-size: 1.1rem;
    z-index: 20;
    width: 100%;
}

.header__content {
    color: #FFF;
    font-size: 1.4rem;
    width: 1100px; 
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.uppermenu {
    width: 1100px; 
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.uppermenu__item, .headermenu__item {
    margin: 0 0 0 20px;
}

.headermenumobile {
    position: fixed;
    top: 0;
    z-index: 95;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    
    left: -610px;
    opacity: 0;
    transition: left 0.4s, opacity 0.6s;
    
    font-size: 1.8rem;
}

.headermenumobile--visible {
    left: 0;
    opacity: 1;
}

.headermenu {
    padding-bottom: 30px; 
}

.headermenu__item {
    margin-top: 10px;
    cursor: pointer;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.headermenu--mobile {
    color: #FFF;
    padding-top: 10px;
}

.footercontainer {
    background: #1fa4dc;
    color: #FFF;
    line-height: 35px;
    font-size: 1.1rem;
    margin-top: auto;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__content {
    padding: 50px 10px 10px 10px;
}

@media all and (max-width: 600px) {
    .footer {
        justify-content: left;
        padding-left: 20px;
    }

    .footer__content {
        min-width: 300px;
        align-self: center;
    }
}

.footer__bottombar {
    box-shadow: -10px 10px 5px -10px rgba(0,0,0,0.5) inset;
    background: #1a7ea8;
    padding: 20px;
    color: #8fc0d4;
    margin-top: 40px;
}

@media all and (max-width: 1110px) {
	.edgepadding {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.section {
    text-align: center;
}

.section {
    background: #FFF;
    z-index: 5;
    position: relative;
    font-size: 1.4rem;
}
.section--blue {
    background: #1fa4dc;
}
.section--pink {
    background: #bb236b;
}


.section__filler {
    top: 0;
    position: absolute;
    height: 60%;
    width: 100%;
    z-index: -1;
}
.section__filler--blue {
    background: #1fa4dc;
}

.btn--main {
    background: #1fa4dc;
    border-color: #FFF;    
    border-width: 2px;
    color: #FFF;
    text-shadow: none;
    font-size: 1.5rem;
    
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: none;
}

.btn--main:hover {
    color: #1fa4dc;
    background: #FFF;

    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.4);
}

.btn--blue {
    background: #1fa4dc;
    border-color: #1fa4dc;    
    border-width: 2px;
    color: #FFF;
    text-shadow: none;
    font-size: 1.5rem;
    
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: none;
}

.btn--blue:hover {
    color: #1fa4dc;
    background: #FFF;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.4);
}

.btn--white-blue {
    background: #FFFFFF;
    border-color: #FFFFFF;    
    border-width: 2px;
    color: #1fa4dc;
    text-shadow: none;
    
    transition: background 0.2s, box-shadow 0.2s;
    font-size: 1.5rem;
    box-shadow: none;
}

.btn--white-blue:hover {
    color: #FFFFFF;
    background: #1fa4dc;

    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.4);
}

.btn--white-pink {
    background: #FFFFFF;
    border-color: #FFFFFF;    
    border-width: 2px;
    color: #bb236b;
    text-shadow: none;
    transition: background 0.2s, box-shadow 0.2s;
    font-size: 1.5rem;
    box-shadow: none;
}

.btn--white-pink:hover {
    color: #FFFFFF;
    background: #bb236b;

    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.4);
}

.h1 {
    font-size: 2.3rem;
    font-weight: bold;
}

.h3--white {
    color: #fff;
    font-size: 1.9rem;
}

.hover-shadow {
    transition: box-shadow 0.5s;
}
.hover-shadow:hover {
    box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.4);
}

.white {
    color: #FFF;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 0.5;
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: inherit;
  opacity: 0.5;
   font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
    opacity: 0.5;
    font-style: italic;
}

.tabs__button--active {
    border-bottom: 1px solid  #bb236b !important;
    color: #bb236b !important;
}


