body h2 {
    font-family: 'BundesSerif-Regular';
}

body h3 {
    color: #009EE3;
    font-size: 42px;
    margin: 40px 0;
    font-family: 'BundesSans-Bold';
}

body h4 {
    font-size: 24px;
    font-weight: 700;
}

body p {
    font-family: 'BundesSans-Regular';
}

body b,
body strong {
	font-family: 'BundesSans-Bold';
	color: #58666D;
}

.headerimg {
	max-height: 200px;
	margin-left: 200px;
}

.hide-desktop {
	display: none;
}

.hide-mobile {
	display: inherit;
}

.comments-area {
    display: none;
}

.news-box p {
	font-size: 16px;
	line-height: 30px;
}

.site-header {
    box-shadow: 6px 5px 4px rgba(0,0,0,0.2);
    padding-bottom: 18px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #fff;
    padding-top: 0px;
    height: 100px;
    transition: height 0.3s;
    /*overflow: hidden;*/
}

.overflow-box {
	height: 100px;
}

.site-header.scrolled .overflow-box {
	transition: height 0.4s;
	height: 60px;
	overflow: hidden;
}

.site-header.scrolled {
	height: 70px;
	transition: height 0.6s;
}

.site-header .main-navigation li {
	transition: margin 0.4s;
}

.site-header.scrolled .main-navigation li {
	margin-top: 20px;
	transition: margin 0.4s;
}

.sub-menu li {
	background: #fff;
	padding: 10px 20px !important;
	padding-bottom: 10px;
	margin: 0 !important;
}

.main-navigation .sub-menu li:hover {
	border: none !important;
}

.hentry {
    margin: 0;
}

.logo-small {
	display: none;
}

.remove-padding {
    padding: 0;
    margin: 0 -30px;
}

.button-grey {
    font-size: 16px;
    font-weight: 700;
    padding: 14px 30px;
    background: #FD9D24;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.button-grey:hover {
    background: #B8BABC;
    text-decoration: none;
}

.button-white {
    font-size: 20px;
    font-weight: 700;
    border: solid 1px #009EE3;
    color: #58666D;
    padding: 26px 130px;
    border-radius: 10px;
    background: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
}

.button-white:hover {
	background: #B8BABC;
	text-decoration: none;
}

.button-grey:hover,
.button-grey:visited,
.button-grey:active,
.button-white:hover,
.button-white:visited,
.button-white:active {
    color: #58666D;
}

.top-logo-1 {
	margin-left: -32px;
}

.top-logo-2 {
	max-width: 132%;
    margin-left: -26px;
    margin-top: 6px;
}

.content-grey {
    background: #58666D;
}

.content-blue {
    background: #009EE3;
}

.content-blue p {
    color: #fff;
}

.head-controls {
	
}

.head-btn-1 {
    font-size: 14px;
    font-family: 'BundesSans-Regular';
    padding: 10px 30px;
    border: solid 1px #000;
    color: #000;
    text-decoration: none;
        margin-top: 22px;
    display: inline-flex;
}

.main-navigation ul ul {
	top: 24px !important;
}

.head-btn-1:hover {
    text-decoration: none;
    background-color: #D6D6D6;
}

.head-btn-2 {
    font-size: 20px;
    font-family: 'BundesSans-Regular';
    font-weight: 700;
    padding: 6px;
    background: #D6D6D6;
    color: #fff;
    margin-left: 10px;
}

.head-btn-2:hover,
.head-btn-2:visited,
.head-btn-2:active,
.head-btn-2:focus {
    background: #19486A;
    text-decoration: none;
    color: #fff;
}

.header-menu-box {
    padding: 8px 0;
}

.header-menu-box p {
	margin: 0;
}

.header-menu-box img {
	height: 80px;
}

.main-navigation {
    margin-top: 0px;
	padding-left: 0px;
}

.main-navigation li {
    padding: 0 14px;
}

.main-navigation li {
	margin-top: 34px;
}

.main-navigation li:hover {
    padding: 0 14px;
    border-bottom: 2px solid #D6D6D6;
}

.main-navigation li.current_page_item {
    border-bottom: 2px solid #009EE3;
}

.main-navigation a {
    font-size: 14px;
    font-family: 'BundesSans-Bold';
    text-transform: uppercase;
    color: #000;
}

/* iFrame Container */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.giz-logo {
	height: auto !important;
    margin-top: 14px;
}

.scrolled .giz-logo {
	width: 130px !important;
    margin-top: 10px !important;
}