/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(pageback.png) top repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	
}

#cookiewarning {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #878787;
}

#main {
width: 960px;
margin: 0 auto;	
padding-top: 30px;
	
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #29AFED;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #29AFED;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#main h6 {
	font-size: 17px;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#main h6 a {
	font-size: 17px;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer {
	background-color: #999;
	width: 100%;
	height: 150px;
}
#footercontent {
margin: 0 auto;
width: 960px;	
	
	
}
img
{
border: none;	
	
}
#gallery {
		width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	
}
#gallery img {
	
	border: solid 2px #28AFED;	
	
}
#slideshow {
    position:relative;
	height: 263px;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	border: solid 2px #28AFED;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#maincontent

{
	width: 960px;
margin: 0 auto;	
padding-top: 0px;
	
}
#footercontent p, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #29AFED;
	margin: 0px;
}
#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 19px;
}
#callback p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 19px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
input {
color: #29AFED;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#navimg {padding-left: 2px;	
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#recaptcha_widget {
    position: relative;
}

.recaptcha-options {
    position: absolute;
    top: 0;
    right: 0;
}

.recaptcha-options > div {
    margin-bottom: 5px;
}

#recaptcha_response_field {
    width: 300px;
    margin: 8px 0 0;
}

.form-control-column, .form-captcha-column {
    float: left;
    text-align: left;
    margin: 0 18px;
}

.form-control-column {
    width: 441px;
    margin-left: 37px;
}

.form-captcha-column {
    width: 320px;
}

.form-group {
    margin: 0 0 8px;
}
.form-group p {
	font-size: 10pt !important;
}

.form-control {
    box-sizing: border-box;
    display: block;
    padding: 5px 8px;
    margin: 0;
    width: 100%;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    outline: none;
}

.btn {
    border: 1px solid #195978;
    background: #288cc1;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    float: left;
    cursor: pointer;
}

.so-gdpr {
	margin: 0px;
	padding: 0px;
}
.so-gdpr__section {
	font-size: 12pt;
    font-weight: 800;
    margin: 0px 0px 20px 20px; 
}
.so-gdpr__section:last-child {
	margin-bottom: 0px; 
}
.so-gdpr__section-content {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px; 
}
.so-gdpr__section-content ul, .so-gdpr__section-content ol {
	margin: 15px 0px 20px 26px; 
	padding: 0px;
}
.so-gdpr__section-content ul {
	list-style: disc;
}
.so-gdpr__section-content ul li, .so-gdpr__section-content ol li {
	margin-bottom: 15px;
}

.so-gdpr__section-content .so-gdpr__defines {
	display: -webkit-flex;
	display: flex; 
	flex-direction: column;
	list-style: none;
	margin: 0px 0px 30px;
}
.so-gdpr__section-content .so-gdpr__define-item {
	margin: 0px 0px 20px;
	display: -webkit-flex;
	display: flex; 
	justify-content: space-between;
	align-items: flex-start;
}
.so-gdpr__section-content .so-gdpr__define-item:last-child {
	margin-bottom: 0px; 
}
.so-gdpr__section-content .so-gdpr__define-label {
	width: 175px; 
	margin-right: 20px; 
}
.so-gdpr__section-content .so-gdpr__define-description {
	width: calc(100% - 200px);
	margin-bottom: 0px; 
}

.so-gdpr__table {
	border-collapse: collapse;
	border: 1px solid #123b60;
	margin: 15px 0px; 
	width: 100%; 
}
.so-gdpr__table-row {
}
.so-gdpr__table-cell {
	border: 1px solid #123b60;
	padding: 5px; 
}
.so-gdpr__table-cell--header {
	text-align: left;
}

.so-gdpr__cookie-notification {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
	padding: 15px; 
	background-color: #123b60;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.so-gdpr__cookie-notification--box {
	bottom: 20px;
	width: 325px;
	flex-wrap: wrap; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.so-gdpr__cookie-notification--box.so-gdpr__cookie-notification--left {
	left: 20px;
	right: auto;
}
.so-gdpr__cookie-notification--box.so-gdpr__cookie-notification--right {
	left: auto;
	right: 20px;
}
.so-gdpr__cookie-text {
	margin: 0px 20px 0px 0px;
}
.so-gdpr__cookie-buttons {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0px;
}
.so-gdpr__cookie-notification--box .so-gdpr__cookie-buttons {
	width: 100%;
	margin-top: 10px;
}
.so-gdpr__cookie-button {
	margin: 0px 10px;
}
.so-gdpr__cookie-button:first-child {
	margin-left: 0px; 
}
.so-gdpr__cookie-button:last-child {
	margin-right: 0px;
}
.so-gdpr__cookie-button-link {
	display: block;
	padding: 5px 8px;
	cursor: pointer;
	background-color: #fff;
	color: #123b60;
	text-decoration: none;
	font-size: 10pt;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.so-gdpr__cookie-button-link:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1050px) {
	.so-gdpr__cookie-notification, .so-gdpr__cookie-notification--box {bottom: 0px;	width: 100%; align-items: baseline; flex-wrap: nowrap; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
	.so-gdpr__cookie-notification--box.so-gdpr__cookie-notification--left, .so-gdpr__cookie-notification--box.so-gdpr__cookie-notification--right {left: 0; right: 0;}
	.so-gdpr__cookie-notification--box .so-gdpr__cookie-buttons {width: auto; margin: 0px;}
}
@media only screen and (max-width: 900px) {
	.so-gdpr__section-content .so-gdpr__define-item {flex-wrap: wrap; }
	.so-gdpr__section-content .so-gdpr__define-label {width: 100%; margin-right: 0px; margin-bottom: 5px; }
	.so-gdpr__section-content .so-gdpr__define-description {width: 100%; }
	.so-gdpr__table-row--headers {display: none;}
	.so-gdpr__table-row {border: 1px solid #123b60; }
	.so-gdpr__table-cell {display: block; width: 100%; border: none; position: relative; padding-left: 125px; }
	.so-gdpr__table-cell:before {content: attr(data-label); font-weight: bold; position: absolute; left: 5px; top: 5px;}
}
@media only screen and (max-width: 600px) {
	.so-gdpr__cookie-notification, .so-gdpr__cookie-notification--box {flex-wrap: wrap; font-size: 10pt; }
	.so-gdpr__cookie-notification .so-gdpr__cookie-buttons, .so-gdpr__cookie-notification--box .so-gdpr__cookie-buttons {width: 100%; margin-top: 5px; }
	.so-gdpr__cookie-text {width: 100%; text-align: center; margin: 0px; }
	.so-gdpr__cookie-notification span {display: none; }
	.so-gdpr__cookie-button {font-size: 10pt; }
}
@media only screen and (max-width: 550px) {
	.so-gdpr__table-cell {padding-left: 5px; }
	.so-gdpr__table-cell:before {position: static; display: block; }
}

