@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
    background: #ffffff;
    color: #545454;
    font-family: segoe ui,sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #201b1e;
    font-family: segoe ui,sans-serif;
    font-weight: 600;
}

.header {
    background: #1289c3 none repeat scroll 0 0;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid black;
    height: 70px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    min-width: 1110px;
}

h2 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: center;
    margin: 3rem 0;
}

p.long-text {
    max-width: 60%;
    text-align: justify;
    -moz-text-align-last: center;
    -webkit-text-align-last: center;
    text-align-last: center;
}

.super-container.map {
    margin-bottom: 0;
    padding-bottom: 0;
}

.super-container:first-of-type {
    margin-top: -2rem;
}

.super-container {
    padding: 2rem 0 3rem;
}

.super-container.map iframe {
    border: none;
    width: 100%;
    max-height: none;
    height: 350px;
}

.entry-content iframe {
    max-width: 100%;
    max-height: 281px;
}

.logo {
    background-color: #006699;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 105px;
}

.logo-image {
    height: 50px;
    left: 27px;
    position: relative;
    top: 10px;
    width: 50px;
}

.headline {
    color: white;
    font-family: segoe ui,sans-serif !important;
    font-weight: 400;
    font-size: 1.5em;
    left: 125px;
    line-height: 1.2;
    position: absolute;
    text-decoration: none;
    top: 18px;
}


.mainbox {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 2;
}

.dialogbox {
    margin: 10% auto 0;
    max-width: 100% !important;
    min-width: 355px !important;
    width: 850px !important;
    text-align: center;
    color: #4c4c4e;
    font-family: segoe ui, sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}

.dialogbox li {
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
}

.dialogbox ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.dialogbox a {
    font-size: 15px;
}

center {
    font-family: 'PT Sans', sans-serif;
}


ul p {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0 5px;
}


.box-level-0-header {
    background-color: #0699d6;
    border-color: #07baea #1289c3 #1289c3 #07baea;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px 0px 0px 1px;
    height: 30px;
    position: relative;
}

.box-level-0-body {
    background: #e8f2f7 none repeat scroll 0 0;
    border-bottom: 1px solid #cad7dd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    left: 0;
    margin-bottom: 40px;
    padding: 15px;
    position: relative;
}

.box-title {
    color: #d8f6ff;
    font-family: segoe ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    left: 12px;
    position: absolute;
    top: 5px;
    font-weight: 600;
}


.footer-border {
    border-bottom: 1px solid white;
    clear: both;
    height: 1px;
    position: relative;
    visibility: hidden;
}

.footer {
    border-top: 1px solid #dbdcde;
    color: #929497;
    font-size: 0.75em;
    letter-spacing: 0.2px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative !important;
    text-align: center;
    width: 80%;
    min-width: 355px;
}

    .footer a:link {
        color: #929497;
        font-weight: 600;
    }

    .footer a:hover {
        color: #76787a;
        text-decoration: underline;
    }

    .footer a:visited {
        color: #929497;
    }

@media screen and (max-height: 450px) {
	.footer {
   		 margin-top: 100px;
   		 position: relative;
	}
	.box-level-0-body {
		margin-bottom: 50px;
	}
}
