
/*==================================================
 * FONT BASICS 
 * ================================================*/
 html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 100%;
	line-height: 1.250;
  /* do not change font size here */
  color: #666666;
}
.global {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.200;
	font-weight: 300;
	letter-spacing: 0.03em;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
	.global {
		font-size: 20px;
		font-size: 1.250em;
	}
}



/*==================================================
 * BASIC TAG STYLING
 * ================================================*/
p {
  margin: 0px;
}

.text ul  {
	list-style-type:none;
}
.text ul li:before  {
	display:none !important;
}

.text ul li {

background: url('../Images/bulletpoint.jpg') no-repeat;
background-position: 1px 9px;
padding-left: 25px;
padding-top: 5px;
}

strong,
b,
.bold {
	font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0px;
}

a {
  color: #666666;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #2f7ba1;
  text-decoration: none;
}

a img {
  border: 0px;
}

em,
i {
  font-style: italic;
}

fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.frame p {
  margin-bottom: 1.3em;
}


/*==================================================
 * HELPER CLASSES
 * ================================================*/
.text-hidden {
  font-size: 0px;
  text-indent: -9999em;
  color: transparent;
}

label.add-on.form-check-label span {padding-left:15px;}
label.add-on.form-check-label span.required {padding-left:0px;}

/*==================================================
 * HEADLINE STYLES
 * ================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  padding: 0px;
  line-height: 1;
  margin: 0 0 1em;
	font-weight: normal;
}
h1 {
  font-size: 40px;
  font-size: 2.500rem;
	font-weight: 600;
  margin: 0 0 1.5em;
}
h2 {
  font-size: 30px;
  font-size: 1.875rem;
	font-weight: 600;
}
h3 {
  font-size: 20px;
  font-size: 1.250rem;
	font-weight: 600;
	margin-bottom: 30px;
}
h4 {
  font-size: 20px;
  font-size: 1.250rem;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}
h5 {
  font-size: 20px;
  font-size: 1.250rem;
	font-weight: 400;
	margin-bottom: 26px;
}
h6 {
  font-size: 16px;
  font-size: 1rem;
}

/*==================================================
 * HEADLINE STYLES
 * ================================================*/
.h1-style,
.h2-style,
.h3-style,
.h4-style,
.h5-style,
.h6-style {
  font-family: 'Open Sans', sans-serif;
  padding: 0px;
  line-height: 1;
  margin: 0 0 1em;
	font-weight: normal;
}
.h1-style {
  font-size: 40px;
  font-size: 2.500rem;
	font-weight: 600;
  margin: 0 0 1.5em;
}
.h2-style {
  font-size: 30px;
  font-size: 1.875rem;
	font-weight: 600;
}
.h3-style {
  font-size: 20px;
  font-size: 1.250rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.h4-style {
  font-size: 20px;
  font-size: 1.250rem;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}
.h5-style {
  font-size: 20px;
  font-size: 1.250rem;
	font-weight: 400;
	margin-bottom: 26px;
}
.h6-style {
  font-size: 16px;
  font-size: 1rem;
}


/*==================================================
 * ADDITIONAL STYLES
 * ================================================*/
.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
}
.text-s {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
}
.text-m {
	font-size: 19px;
	font-size: 1.188rem;
}
.text-l {
	font-size: 25px;
	font-size: 1.563em;
}
.text-xl {
	font-size: 30px;
	font-size: 1.875rem;
}
/* 768 px */
@media all and (min-width: 48.000em) {
  .text-m {
		font-size: 25px;
		font-size: 1.563rem;
  }
  .text-l {
		font-size: 30px;
		font-size: 1.875rem;
  }
  .text-xl {
		font-size: 40px;
		font-size: 2.500rem;
  }
}



/*==================================================
 * BACKGROUND COLORS
 * ================================================*/
.bg-gray {
	background: #ededed;
}
.bg-darkgray {
	background: #878786;
}
.bg-lightgray {
	background: #f9f9f9;
}
.bg-blue {
	background: #006699;
}
.bg-lightblue {
	background: #dde9f0; 
}
.bg-darkgray,
.bg-blue * {
  color: #FFFFFF !important;
}
.bg-gradient-gray {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,fdfdfd+54,ffffff+89 */
  background: rgb(230,230,230); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(230,230,230,1) 0%, rgba(253,253,253,1) 54%, rgba(255,255,255,1) 89%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(230,230,230,1) 0%,rgba(253,253,253,1) 54%,rgba(255,255,255,1) 89%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(230,230,230,1) 0%,rgba(253,253,253,1) 54%,rgba(255,255,255,1) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/*==================================================
 * FONT COLORS
 * ================================================*/
span.blue {
	color: #006699;
}


/*==================================================
 * DISABLE TELEPHONE LINKS ON DESCTOP
 * ================================================*/


/* 1024px */

@media screen and (min-width: 64.000em) {
  a[href^=tel],
  a.phone {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}


/*==================================================
 * BUTTONS
 * ================================================*/
.btn,
.btn-orange {
	color: #666666;
	display: inline-block;
	text-decoration: none;
	background-color: #FFFFFF;
	position: relative;
	padding: 9px 11px;
	padding-right: 35px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	border: 0px;
	border-bottom: 9px solid #006699;
	font-size: 18px;
	font-size: 1.125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
	cursor:pointer;
}
.btn:after,
.btn-orange:after {
	content: "";
	display: block;
	z-index: 100;
	background-image: url('../Icons/icon-arrow-next.png');
	background-image: url('../Icons/icon-arrow-next.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	width: 16px;
	height: 16px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #006699;
  text-decoration: none;
}

/* btn-orange*/
.btn-orange {
	border-bottom: 9px solid #ff9300;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #ff9300;
  text-decoration: none;
}


/* btn back*/
.btn-back:after {
	background-image: url('../Icons/icon-prev-white.png');
	right: auto;
	left: 0px;
}
.btn-back {
	padding: 7px 20px;
	padding-left: 40px;
}
.btn-back:hover,
.btn-back:focus,
.btn-back:active {
  color: #006699;
  text-decoration: none;
}


/* download link */
.download-link {
	color: #666666;
	display: inline-block;
	text-decoration: none;
	background-color: #FFFFFF;
	position: relative;
	padding: 9px 11px;
	padding-right: 85px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	border: 0px;
	border-bottom: 9px solid #006699;
	font-size: 24px;
	font-size: 1.500rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download-link:after {
	content: "";
	display: block;
	z-index: 100;
	background-image: url('../Icons/icon-download.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 0px;
	width: 32px;
	height: 100%;
	background-size: 21px;
}
.download-link:hover,
.download-link:focus,
.download-link:active {
  color: #006699;
  text-decoration: none;
}


/* btn-small*/
a.btn-small,
.btn-small {
	background-color: #006699;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px 20px 7px 20px;
	text-align: center;
	font-size: 17px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}


/* btn-small-orange*/
a.btn-small-orange,
.btn-small-orange {
	background-color: #ff9300;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px 20px 7px 20px;
	text-align: center;
	font-size: 17px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}


/* btn-gray*/
a.btn-small-gray,
.btn-small-gray {
	background-color: #e0e0e0;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px 20px 7px 20px;
	text-align: center;
	font-size: 17px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .btn,
	.btn-orange {
    font-size: 24px;
    font-size: 1.500rem;
    padding-right: 85px;
  }
  .btn:after,
	.btn-orange:after {
    right: 25px;
    margin-top: -5px;
  }
}


/*==================================================
 * TABLES
 * ================================================*/
.table-responsive {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
table {
  border-collapse: separate;
  border-spacing: 2px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  font-size: 16px;
  color: #666666;
}
table caption {
	text-align: left;
	font-weight: 600;
	margin-bottom: 18px;
}
/* table.primary { */
  /* background-color: transparent; */
  /* width: 100%; */
	/* border-collapse: collapse; */
/* } */
/* table.primary thead { */
  /* background-color: #f0eee6; */
/* } */
/* table.primary thead tr th { */
  /* vertical-align: bottom; */
  /* font-family: 'Oswald', sans-serif; */
/* } */
/* table.primary thead tr th, */
/* table.primary tbody td { */
  /* padding: 4px 13px 5px; */
  /* text-align: left; */
  /* font-weight: normal; */
  /* font-style: normal; */
  /* min-width: 100px; */
	/* border-bottom: 1px solid #666666; */
/* } */
/* table.primary tbody td { */
  /* vertical-align: top; */
/* } */
/* table.primary tbody tr td:first-child { */
	/* padding-left: 0px; */
/* } */
/* table.primary tbody td span { */
  /* display: block; */
/* } */



/*==================================================
 * LISTS
 * ================================================*/


/* Unordered and ordered list
 * ----------------------------------------------- */

ul,
ol {
  padding: 0px;
  margin: 0px;
  margin-bottom: 18px;
  margin-top: 2px;
}

ul li,
ol li {
  list-style-type: none;
  position: relative;
  padding-bottom: 7px;
}


/* Unordered list
 * ----------------------------------------------- */
ul li {
  padding-left: 27px;
}
ul li:before {
  content: "";
  float: left;
  width: 3px;
  height: 3px;
  background-color: #3b3b3b;
  position: absolute;
  border-radius: 50%;
  left: 19px;
  top: 7px;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}


/* Ordered list
 * ----------------------------------------------- */
ol {
  counter-reset: list-counter;
  margin-top: 5px;
}
ol li {
  padding-left: 42px;
}
ol li:before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  position: absolute;
  left: 15px;
  top: 0px;
}

/* 768px */
@media screen and (min-width: 48.000em) {
  ul,
  ol {
    margin-top: 5px;
  }
  ul li,
  ol li {
    padding-bottom: 6px;
    padding-left: 31px;
  }
  ul li:before {
    left: 22px;
    top: 11px;
  }
  ol li {
    padding-left: 40px;
  }
}


/*==================================================
 * ALERT BOX
 * ================================================*/

.alert-box {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-box.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-box.success a {
  color: #3c763d;
}

.alert-box.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-box.info a {
  color: #31708f;
}

.alert-box.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-box.error a {
  color: #8a6d3b;
}

.alert-box.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-box.error a {
  color: #a94442;
}

.alert-box.error ul:not(.mm-listview) li {
  background-image: url('/fileadmin/layout/images/icons/circle.png');
  background-size: 9px;
  background-repeat: no-repeat;
  list-style-type: none;
  padding-left: 15px;
  background-position: 1px 4px;
}

.alert-box.error ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}


/*==================================================
 * ACCESSIBILITY
 * ================================================*/

.secret {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
a.jump:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
  padding: 10px 15px;
  background-color: #bea862;
  font-size: 1.500em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  z-index: 1100;
}


/*==================================================
 * FORMS
 * ================================================*/
fieldset {
	margin-bottom: 20px !important;
}
fieldset legend {
	font-size: 20px;
	font-size: 1.250rem;
	font-weight: 600;
}
.form-group {
  margin-bottom: 0px;
}
.form-control {
  width: 100%;
  padding: 13px 17px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.091em;
  letter-spacing: 0.01em;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0px;
  box-sizing: border-box;
  text-align: left;
	border: 1px solid #c7dee5;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px; 
  border-radius: 2px;
	box-shadow: 1px 2px 4px 0px rgba(13, 80, 108, 0.25) inset; 
}
.input {
	position: relative;
}
.input:hover:after {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	content: "";
	display: block;
	background-color: transparent;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 12px 3px rgba(0, 102, 153, 0.9); 
}
.control-label {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.786em;
  text-align: left;
  display: block;
}
textarea.form-control {
  padding: 29px;
  min-height: 300px;
}
.form-control.error {
  color: #de0000;
  background-image: url('/fileadmin/layout/images/hr-red.png');
}
textarea.form-control.error {
  background: transparent;
  border-style: solid;
  border-width: 2px;
  -moz-border-image: url('/fileadmin/layout/images/border-img-textarea-red.png') 2 2 2 2 repeat;
  -webkit-border-image: url('/fileadmin/layout/images/border-img-textarea-red.png') 2 2 2 2 repeat;
  -o-border-image: url('/fileadmin/layout/images/border-img-textarea-red.png') 2 2 2 2 repeat;
  border-image: url('/fileadmin/layout/images/border-img-textarea-red.png') 2 2 2 2 repeat;
  padding: 29px;
  min-height: 251px;
}
form label.error {
  color: #de0000;
}


/*==================================================
 * PAGINATION
 * ================================================*/
.f3-widget-paginator {
  list-style: outside none none;
  position: relative;
  left: 50%;
  text-align: center;
  float: left;
  margin: 0px;
  padding: 0px;
}
.f3-widget-paginator li {
  right: 50%;
  display: block;
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #f0eee6;
  display: inline-block;
  padding: 4px;
  margin: 4px;
  color: #fff;
  font-family: 'Oswald';
}
.f3-widget-paginator li.current {
  background-color: #007734;
  color: #fff;
}
.f3-widget-paginator li:before {
  display: none;
}
.events-list-view.default .f3-widget-paginator a {
  color: #007734; 
  text-decoration: none;
  font-family: 'Oswald';
}