.grid_1 { width: 6.5%; }
.grid_2 { width: 15%; }
.grid_3 { width: 23.5%; }
.grid_4 { width: 32%; }
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; }
.grid_7 { width: 57.5%; }
.grid_8 { width: 66%; }
.grid_9 { width: 74.5%; }
.grid_10 { width: 83%; }
.grid_11 { width: 91.5%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0px 1%;
	float: left;
	display: block;
	box-sizing: border-box;
	-mox-box-sizing: border-box;
}

.container .col.right_1 {
	margin-right: 4.25%;
	padding-right: 4.25%;
	box-sizing: content-box;
}

.container{
	width: 90%;
	max-width: 1280px;
	margin: auto;
}

.container.cf{
	padding-top: 50px;
}
.container.mainContainer {	
	/* padding-top: 50px; */
	padding-bottom: 300px;
	overflow: hidden;
	margin-top: -50px;
}

body.withBottomMap .container.mainContainer {
	padding-bottom: 680px;
}

body.withBottomMap footer#footer {
	margin-top: -688px;
}

footer#footer {
	margin-top: -300px;
}

.container.noshadow {
	box-shadow: none;
}

.container > div.grid_12 {
	background: transparent;
	padding: 0 1.25%;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}

body {
	margin: 0;
	background: #fff;
	font-family: Arial, sans-serif;
	color: #434242;
	font-size: .9em;
	line-height: 1.5;
	font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
}

a {
	transition: color 125ms ease-in-out;
	color: #2e54aa;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	color: #434242;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom:10px;
}

h1, h3, h4, h5, h6 {
	font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
	color: #2f4a8c;
} /*  h2, strong */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {font-size:2em; /* 3em */margin: 0;line-height: 1.5;}
h2 {
	font-size:1.4em; /* 1.7em */
	line-height: 1.8;
	margin: 0;
}

h3 {
	font-size:1.2em;
	line-height: 1.5;
	margin: 0;
}
h4 {
	font-size:1.4em; /* 1.7em */
	line-height: 6.0;
	margin: 0;
}
h5 {
	font-size:1.0em;
	color: #2f4a8c;
}
h6 {
	font-size:0.9em;
	color: #707b96;
	margin: 0;
}
a {
	color: #3669db;
}
a.more {
	font-weight: bold;
}
.grid_4.col-hp a {
	line-height: 24px;
}

img {max-width: 100%;
}

article {
	padding-bottom: 30px;
	padding-top: 3em;
}

article h1 {
	color: #000;
	font-size: 3em;
	font-weight: 100;
	margin-top: -15px;
}

/* cookie banner styles: */
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #8fadd9 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #293ede !important; /* Textlink-Farbe "Mehr Infos" */
}

/* end cookie banner styles */
.portrait {
	text-align: right;
	position: relative;
	padding-bottom: 6px;
	background-color: #4c6aa6; /* 640096 */
	color: #fff;
	border: 1px solid #1e3e7f; /* 640096 */
	margin-bottom: 15px;
}

.portrait .portraitSubline {
	height: 52px;
	margin-left: 40px;
}
.portrait .portraitName {
	line-height: 1.24;
	margin-top: 5px;
	margin-right: 5px;
}
.portrait .jobTitle {
	/* font-weight: bold; */
	margin: 0 5px 5px;
	line-height: 1.24;
}

.portraitPicture {
	max-height: 229px;
	overflow: hidden;
	margin-bottom: 0px;
}


.foldable h5 {
	cursor: pointer;
}

.foldable h5:before, .portrait:before {
	margin-right: 10px;
}

.foldable > * {
	max-width: 97%;
}

article.foldable h5 {
	display: block;
	width: 97%;
	background: #e5e7e8;
	color: #2f4a8c;
	height: 38px;
	box-sizing: border-box;
	font-size: 1.1em;
	line-height: 38px;
	transition: background-color 250ms ease-in-out;
	overflow: hidden;
}
article.foldable h5.opened {
	background-color: #4c6aa6; /* 640096 */
	color: #EDEDED;
}

.portrait.opened:before {
	background-color: #fff;
	color: #4c6aa6; /* 640096 */
}


article.foldable h5:before,
.portrait:before {
	font-family: "Glyphicons Halflings";
	content: "\e114";
	border: 1px solid #4c6aa6; /* 640096 */
	color: #4c6aa6; /* 640096 */
	background-color: #C9CACB;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	margin-top: 6px;
	line-height: 30px;
	margin-left: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: transform 0.25s linear;
}

article.foldable h5.opened:before,
.portrait.opened:before {
	transform: rotateX(180deg);
	border-color: #C9CACB;
	line-height: 30px;
}

.portrait:before {
	position: absolute;
	bottom: 8px;
	left: 0;
}

.portrait:after {
	margin-right: 6px;
	content: "";
}

img.portraitImage { width: 100%;}

div.row.portraitDescription > div {
	/*background-color: #640094;*/
	background-color: #c9cacb;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
	line-height: 1em;
}

div.row.portraitDescription * {
	/*color: #FFF !important;*/
}

.portraitDescription {
	width: 99.9%;
	clear: both;
}
/* Additional CSS by KG */
.team-content h3{
	color:#000;
	font-size: 1rem;
}

.team-content p {
	margin-top: 0;
}

.team-content span {
	font-weight: bold;
}

.bold-span {
	font-weight: bold;
}

.enquiry-form-container {
	width: 95%;
}

.enquiry-form-container div {
	margin-bottom: 10px;
}

.banner {
	height: 52vw;
	max-height: 500px;
}


@font-face{font-family:'Trebuchet';src:url('../themes/freevis/assets/fonts/trebuc.woff') format('woff'); font-display:block}


.top-banner-main {
	position: absolute;
	width: 100%;
}

.top-banner-main-hidden {
	opacity: 0;
	position: absolute;
}

.top-banner-cta-bg-image {
  max-height: 500px;
  height: 52vw;
  width: 100%;
  object-fit: cover;
  
}

.top-banner-cta-center {
	max-width: 1280px;
	width: 90%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.top-banner-cta-container {
	display: flex;
	/*font-family: "Trebuchet";*/
	font-weight: 200;
	flex-direction: column;
	text-align: left;
	position: absolute;
  	top:250px;
  	left: 0;
	max-width: 505px;
	z-index: 999;
	padding: 30px;
	background-color: rgba(255,255,255,.45);

}

.top-banner-cta-container a {
	text-decoration: none;
	text-align: center;

}

.top-banner-cta-headline {
	font-size: 32px;
	color: #000;

}

.top-banner-cta {
	color: #FFF;
	margin-top: 20px;
	cursor: pointer;
}

.top-banner-cta :hover {
	text-decoration: none;
}

.top-banner-cta span {
	background-color: #34508b;
	padding: 10px 15px;
	/*font-size: 1.2EM*/;
	font-size: clamp(12px, 3vw, 19.2px);

	font-weight: bold;
	border: 2px solid #FFF;

}

.top-banner-hide {
	opacity: 0;
	transition: opacity 3s;
}


.top-banner-show {
	opacity: 1;
	transition: opacity 3s;
}


.tbcs-arrows {
  position: absolute;
  Top: 50%;
  background-color: lightgray;
  padding: 5px;
  cursor: pointer;
}

#tbcs_arrow_r {
  right: 10px;
}

#tbcs_arrow_l {
  left: 10px;
}

.mobile-cta-container {
	display:none;
}

.footerMenu h6 {
	text-transform: uppercase;
}

@media screen and (max-width: 819px) {
	.mobile-cta-container {
		display:flex;
		justify-content: space-around;
		height: 50px;
		background-color: #34508b;
		bottom: 0;
		position: fixed;
		width: 100%
	}

	.mobile-cta-container img {
		max-width: 30px;
	}

	.mobile-cta-image{
		max-height: 30px;
	}

	.mobile-cta-container a {
		color: #FFF;
		margin: auto;
		text-decoration: none;
		display: flex;
		gap: 5px;
		align-items: center;

	}

	.mobile-cta-container a :hover {
		text-decoration: none;		
	}

	.with-mobile-cta {
		padding-bottom: 50px;
	}
}



/* Additional CSS by KG */

/**********************/
/******* Form *********/
/**********************/

form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset.textfields { margin-top: 30px;}
fieldset.checkboxes { margin-top: 30px;}

.col-hp-contact fieldset.textfields label {width: 50%;}
.col-hp-contact fieldset.textfields input[type="text"] {margin-left:9%;width: 39%;}
fieldset.checkboxes input[type="checkbox"] {width: 10%;}
fieldset.checkboxes textarea {height: 90px;width: 96%;padding: 1%;border: 1px solid;}

input[type="text"] {
	/* width: 98%; */
	height: 24px;
	color:#585858;
	border: 1px solid #585858;
	border-radius: 0.25rem;
	background: #fff; 
	float:right;
	padding: 5px 0;
}
input[type="textarea"] {
	color:#585858;;
	border: 1px solid #585858;
	border-radius: 0.25rem;
	background: #fff;
	/* resize:none;
	width: 50%; */
}
input[type="submit"] {
	/* width: 100%; */
	height: 35px;
	/*border: 1px solid #A1A1A1;
	background: #fff;*/
	background-color: #34508b;
	/*color: #737171;*/
	color: #FFF;
	border-radius: 0.25rem;
	size: 0.9em;
	margin-bottom: 5%;
	/*padding: 1%;*/
	border: none;
	padding: 10px;
}

input.disabled {
	color: #808080 !important;
}

iframe {
	width: 100%;
}

.iframe-video-container {
	position: relative;
  	overflow: hidden;
	width: 100%;
  	padding-top: 56.25%;
}

.iframe-video-container iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
}

.col-onlycontact input[type="text"] {
	width:112px;
}

.col-onlycontact input[name="telvorwahl"],  .col-onlycontact input[name="telortsnummer"] {
	width: 90px;
}


/******** Article Form ********/

article form input[type="text"] {
	width: 50%;
	height: 20px;
	font-size: inherit;
	padding-left: 10px;
	/*background: rgba(157, 182, 207, 0.5);*/
	float: none;
}
article form input[name*="RA"],
article form input[name*="LA"] {
	width: 20px;
	padding-left: 1px;
}

input[name*="Kennen_ueber"] {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
article textarea {
	/*background: rgba(157, 182, 207, 0.5);
	border: none;*/
	width: calc(50% - 10px);
	height: 100px;
	border-radius: 0.25rem;
	font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
	padding: 10px;
	color: #A1A1A1;
	border: 1px solid #A1A1A1;
}

article form input[type="submit"] {
	width: auto;
	/*margin-left: 25%;*/
}


/******** Campaign Form *******/

.campaignForm input[type="text"] {
	float: right;
	margin-bottom: 5px;
	border: 1px solid #787878;
	float: right;
	min-height: 20px;
}
.campaignForm input[type="radio"] {
	margin-bottom: 5px;
	border: 1px solid;
}

.campaignForm label {
	margin: 1px 0;
	display: block;
	float: left;
	min-height: 20px;
	padding: 3px 0;
	clear: left;
}

.campaignForm textarea {
	border: 1px solid #787878;
	box-sizing: 50%;
	height: 100px;
}

.file_uploader {
	height: 50px;
	padding-bottom: 5px;
}

.photofields legend {
	height: 50px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.file_uploader_inner input {
	width: 50%;
	float: right;
}


/******** TOP NAVIGATION ******/

#header {
	position: relative;
	background-color: transparent;
}

#social {
	height: 50px;
	background-color: rgba(204, 204, 204, 0.7);
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	color: #000;
	font-weight: normal;
	position: relative;
	z-index: 2;
	overflow-x: hidden;
}
#social a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	white-space: nowrap;
}
.social a:not(:last-child):after {
	content: "|";
	margin: 0 5px;
}
.social-subwrapper {
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	padding: 13px 0 9px 0;
}
.social-subwrapper ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}
ul.social-menu-left {
	display: flex;
	flex-wrap: nowrap;
}
.social-menu-left li {
	display:flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
/*.addthis_default_style {*/
	/*display: flex;*/
	/*flex-wrap: nowrap;*/
/*}*/
ul.social-menu-right {
	display:flex;
}
.social-subwrapper ul li {
	padding: 0 13px 0 13px;
	display:block;
	/*flex:1 1 0;*/
}
.addthis_inline_follow_toolbox {
	float: right;
	margin-top: -14px;
	display: block;
	padding: 0 0 0 5px;
}
#social.fixed {
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: opacity 250ms ease-in-out;
}

/* TOPBAR LAYOUT */
#topbar {
	margin: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 !important;
}

#banner-image {
		max-height: 250px;
		width: 100%;
		object-fit: cover;
}

.bannerouter img{
	max-height: 38vh;
	object-fit: cover;
}

#logo {
	z-index:500;
	height: 100%;
	/*float: left;*/
	position: absolute;
	/*top: 30px;*/
	width: 90%;
	max-width: 1280px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.height-reset {
	height: unset !important;
}

.main-news p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0;
}

.main-cta {
	background-color: #34508b !important;
	color: #FFF !important;
}

.main-cta p {
	color: #FFF !important;
}

.main-cta a {
	color: #FFF !important;
}

#logo-image{
	max-height: 175px;
	/*height: 100%;*/
}

.top-banner-awards-home {
	right: 0;
	position: absolute;
	bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 210px;
}

.top-banner-awards {
	right: 0;
	position: absolute;
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 210px;
}

.top-banner-awards-home img {
	height: 200px;
}

.top-banner-awards img {
	height: 100px;
}



@media only screen and (max-width: 819px) {
	.top-banner-cta-container {
		/*KGTS position: unset;
		max-width: unset;
		background-color: lightgrey;*/
		padding: 6px;
		top:50%;
		left:10px;
		max-width: 200px;
	}

	.top-banner-awards-home {
		max-width: 120px;
		gap: 5px;
	}

	.top-banner-award-element img {
		max-width: 50px;
		height: auto;
	}

	#top-banner-award-first {
		display:none;
	}

	#desktop-logo-id {
		display: none;
	}

	#logo {
		height: 100%!important;
	}

	.top-bar-home {
	margin-bottom: -30px!important;	
	}

	.top-bar {
	margin-bottom: -60px!important;
	}

}

@media only screen and (max-width: 1023px){
	.top-banner-awards {
		display: none;
	}

	

	.top-banner-main {
		display: flex;
		flex-direction: column;
	}



	.top-banner-cta-center {
		position: unset;
		width: 100%;
	}

	.banner {
		height: unset;
		max-height: unset;
		display: flex;
		flex-direction: column;
	}

	.top-banner-cta-container {
		text-align: center;
	}

	.top-banner-cta-headline {
	  font-size: clamp(16px, 3vw, 32px);
	}

	.top-banner-hide {
		opacity: 0;
		position: absolute;
		transition: opacity 3s;
	}

	.top-banner-show {
		opacity: 1;
		position: static;
		transition: opacity 3s;
	}

	.tbcs-arrows {
		top: 30%;
	}

}


/********* Main navigation, dropdown *********/

.nav-home {z-index:100;position:relative;font-size: 1em;color: #fff; /* lte IE8 */background: rgba(30, 62, 127, 0.9);-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;height: 50px;}

.nav-home.fixed {
	position: relative;
	/*top: 20px;*/
	top:0;
	background-color: rgba(14, 43, 103, 0.8);
	transition: background-color 250ms ease-in-out;
	border-bottom: 0.4px solid #C1C2C4;
	box-sizing:border-box;
}

#nav-top-mobile a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-home .container ul {
	display:flex;
	margin:0;
	list-style-type: none;
	-webkit-padding-start: 0;
	/*padding-left: 2.5%; /*22px;*/
	padding-left: 0;
	justify-content: space-between;
	
}

.nav-home .container ul li.level1 {
	flex: 0 1 auto;
}

.nav-home {
	width: 100%; /* instead of width: inherit;, orientation on #header width */
}

.nav-home a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	white-space: nowrap;
	padding: 15px 10px 15px 10px;
	text-align: center;
}


.nav-home a:hover {
	color: #b3bbd8;
}
.nav-home a.active {
	color: #fff;
}

@media only screen and (min-width: 640px){
	.nav-home .container ul {
	}
}
.menu_active{
	color: #78797d;
}

.headmenu {
	margin-top: 15px;
	float: right;
	text-align: right;
}
.headmenu a {
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #a4a4a5;
	font-weight: normal;
}
.headmenu a:not(:last-child):after {
	content: "|";
	margin: 0 5px;
}

#search input, .searchForm input[type="text"], .contactPageForm input[type="text"] {
	width: 150px;
	background: white;
	/* border: 1px solid #a4a4a5; */
	color: #585858;
	float: left;
	height: 27px;
	font-size: 13px;
	padding-left: 5px;
	box-sizing: border-box;
}

#search > form {
	display: flex;
	flex-wrap: nowrap;
}

button.searchButton {
	display: block;
	clear: right;
	margin-bottom: 14px;
	border: 0;
	background: none;
	color: #A4A4A5;
}

button.searchButton:before {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	font-size: 21px;
	cursor: pointer;
}

div#search {
	float: right;
	margin-top: -4px;
	display: flex;
}
/* was before "button#searchit" */
.search-button {
	border: none;
	height: 27px;
	width: 27px;
	padding: 0;
	cursor: pointer;
	background-color: #666666;
}
button#searchit{
	float: left;
}

#search_page input{
	float:none;
}

.search-container-page{
	display:flex;
}

.logo-headline {
		position: absolute;
		left:45px;
		top:155px;
}

.logo-headline h1{
	color: #000;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}



/******** HOMEPAGE ******/

div.bannerouter a {
	display: none;
	line-height: 10px;
	margin-top: 100px;
}

.bannerouter {overflow: hidden;line-height: 0;}

.bannerouter a:first-child {
	display: block;
}

.col-hp { 
	padding: 1%; 
	margin-top: 3%; /* margin: 1% 0; 3% 0 0 1.1% ; In combination with .col-hp:first-child and ..col-hp:last-child probably nicer? */ 
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	float:left;
	background: #fcfcfc; 
	transition: box-shadow 500ms;  
}

.col-hp:hover, .col-hp-sub-news:hover, .col-right-sidebar:hover , .post-list li:hover{
	-webkit-box-shadow: 0 0 22px -8px rgba(0,0,0,0.47), 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0 0 22px -8px rgba(0,0,0,0.47), 5px 5px 15px 5px rgba(0,0,0,0); 


	/*-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);*/
}

.sidebar-award-container{
	display: flex;
	margin-top: 10px;
	gap: 10px;
}

.sidebar-award-element img {
	max-height: 86.91px;
}

.row > :first-child, .col.first-child {
	margin-left: 0; 
}
.row > :last-child, .col.last-child {
	margin-right: 0; 
}

.col-hp-news {
	margin-top: 1%;
	float:left;
}

.col-hp-news-item {
	width: 98%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 1%;
	float:left;
	background-color: #fcfcfc;
}

.col-hp-sub-news{
	transition: box-shadow 500ms;
	text-align: justify;
}

.col-hp-sub-news img{
	padding-right: 10px;
}

.col-hp-news-item2 {
	width: 98%;
	margin-top: 1%;
	margin-bottom: 3%;
	padding: 1%;
	float:left;
	background: #fcfcfc;
	border: 1px solid rgba(100, 0, 148, 0.2);
	border-radius: 1%;
}
.col-hp-news-item h4 {
	margin: 1%;
	padding-left: 2%;
}
.col-hp-news-item h4 a {
	color: inherit;
	text-decoration: none;
}
.col-hp-news-item h4 a:hover {
	color: #72009a;
}


.col-hp-news-item p {
	width: 100%;
	max-width: 430px;
	margin:   0 1% 0 0%;
	padding-left: 0%;
	float:left;
}
.col-hp-news-item img {
	float: left;
	margin: .8%;
}
.col-hp-news-item2 img {
	float: left;
	margin-left: 0.8%;
	margin-right: 2%;
}

.col-hp-connect {
	margin-top: 1.2%;
	font-size:inherit;
	float: left;
}

.col-hp-news, .col-hp-connect {
	margin-bottom: 20px;
}

.news-item-flex-container{
	display: flex;
	gap: 1%;
}

.news-item-left {
	width: 66%;
}

@media only screen and (max-width: 414px){
	.news-item-left{
		width: 90%;
	}
}

.news-item-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 2%;
	width: 34%;
}

.news-item-text{
	text-align: justify;
}

.col-right-sidebar {
	/*margin-top: 1%;
	margin-bottom: 1%;*/
	padding: 15px 4%;
	/*float:left;
	border: 5px solid rgba(205,228,245,.2);
	border-radius: 1%;*/
	font-size:inherit;
	box-sizing: border-box;
	transition: box-shadow 500ms;
}

.col-right-sidebar-size{
	width: 98%;
	height: 100%;
	margin: 1% auto;
}

@media only screen and (min-width: 565px) and (max-width: 820px) {
	.col-hp-connect{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	/*.col-right-sidebar-size{
		width: 49.5%;
		height: 208px;
		margin-top: 0.5%;
		margin-bottom: 0.5%;
	}*/

	.col-right-sidebar-size img{
		max-height: 208px;
	}

	#img-focus-right-sidebar{
		order:2;
	}

	#img-focus-right-sidebar img{
		width: 100%;
	}
}

.col-right-sidebar-size img{
	vertical-align: top;
}

.col-right-sidebar p {
	margin: 0;
	color: #fff;
	font-weight: 100;
}
.col-right-sidebar a {
	color: #fff;
	text-decoration:none;
}
.col-right-sidebar a:hover {
	color: #fff;
}
a.right-sidebar-button p, a.right-sidebar-button h3 {
	color: #fff;
	text-decoration:none;
}
/* a.right-sidebar-button h3 {
	color: #fff;
	font-weight: bold;
} */

/*.col-right-sidebar:hover {
	opacity: 0.7;
	transition: opacity 120ms ease-in-out;
}*/

.col-hp-sponsors {
	background: #5278A3;
}

.col-hp-sponsors h2 {
	color: black;
}

.col-hp-sponsors h3 {
	color: white;
}

.col-hp-participants {
	background: #c1c2c4;
}

.col-hp-donate {
	background: #640094;
}


/******** SUBPAGE ******/

/** FIX FOR SAME MARGINS ON LEFT MENU **/
body.subpage .mainContainer > div.grid_12 {
	padding-left: 0;
	width: 98%;
}

#header img {
	display: block;
}

article.col-content, aside.col-onlycontact {
	margin-top: 8px;
}

.descriptionContainer {
	display: none;
}

article h1 {
	color: #000;
	font-size: 2em; /* 3 em */
	font-weight: 100;
	margin-top:  0px; /* -15 px */
}

/* SUB NAVIGATION */

h1.navHeader {
	margin-bottom: 28px;
	margin-left: 15px;
	font-weight: 200;
}

.col-nav-sub {
	margin-top: 38px;
}
.col-nav-sub ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.col-nav-sub li {
	font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
	font-size:1em; /* 1.4em */
	color: #6c6c6c; /* #C9CACB */
	padding: 0px;
	border-bottom:#CCC dotted thin;
}
.col-nav-sub li:first-child {
	border-top:#CCC dotted thin;
}

.col-nav-sub li:last-child {
	border-bottom:#CCC dotted thin;
}

.col-nav-sub li a {
	display: block;
	padding: 10px 10px;
	color: inherit;
	text-decoration: none;
	font-weight: 100;
}
li.active.submenu a, 
.col-nav-sub li a.submenu_active, 
.col-nav-sub li a:hover {
	color: #2f4a8c;
}

/* CONTENT */

.col-nav-sub,
article.col-content {
	margin-top: 38px;
}

.col-content {
	float: left;
}

.col-content .float-right {
	float: right;
}

.col-content p {

}

.col-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0; /* 1% */
	width: 100%;
	background-color: #FFF;

}
.col-content li {
	border-bottom: 1px dotted #CCCCCC;
	 padding: 2%; /* 2% */
}
.col-content li:first-child {
	border-top: 1px dotted #CCCCCC;
}

.col-content li:nth-child(even)  {
	background-color: rgba(238,238,237,.2);
	/*	border-top: 1px dotted #CCCCCC; */
}

/* CONTACT */

.col-sub-contact {
	margin-top: 1%;
	padding: 5% 2% 0 2%;
	float:left;
	border: 5px solid rgba(205,228,245,.2);
	border-radius: 1%;
	font-size:inherit;
	background: #004988;
	color: #fff;
	text-decoration:none;
}

.contactPageForm input, .contactPageForm select {
	margin: 5px 0 5px 5px;
}

.contactPageForm textarea {
	background: #fff;
	border: 1px solid #a4a4a5;
	width: 202px;
	margin-left: 5px;
	box-sizing: border-box;
}

.contactPageForm input[type="submit"] {
	color: black;
	background: #a4a4a5;
	padding: 0 10px;
	width: 202px;
	margin-left: 5px;
}


/* clearfix  */

.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}

/* For IE 7 and below - Include this rule to trigger hasLayout and contain floats. */
.cf {
	*zoom: 1;
}

/* footer */

footer#footer {
	background-color: #757575;
	width: 100%;
	overflow: hidden;
	height: 285px;
}
footer .footerContainer {padding-top: 35px;box-sizing: border-box;}

.footerMenu {
	margin-top: 0;
	line-height: 24px;;
}
.footerMenu a {    display: block;}
footer h3, footer h4, footer a, footer p {	color: #fff;}

footer h3, footer h4 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

footer .imprint {
	border-right: 1px solid #FFF;
}
footer .imprint h3 {
	line-height: 1.25;
	font-size: 1rem;
	margin-bottom: 10px;
}
footer h4 {
	font-size: 0.9em;
}
footer p, footer a {    font-weight: 100;}
footer a {    text-decoration: none;}
footer h4 { margin-bottom: 28px; margin-top: 0px;}
footer span.at {    width: 75px;    display: inline-block;}
footer .footerMenu h4 {
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}

#footer #newsletterSubscription input, #footer #newsletterSubscription button {
	width: 100%;
	box-sizing: border-box;
	height: 26px;
	background-color: #C1C2C4;
	border: 1px solid #fff;
	margin-bottom: 12px;
	display: block;
}
#footer #newsletterSubscription input {    color: #000; padding-left: 5px;}
#footer .newsletterHeading {margin-bottom: 16px;}

footer .container > .grid_12 {width: 99%;}

/* Responsive maps container */
footer .container .mapcontainer-outer {/*background-color: #d6d6d6!important;*//* z-index: -1; */margin: 0;width: 100%;padding: 25px 2.25% 24px;}
.mapcontainer-inner {position: relative;height: 380px;}
.mapcontainer-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mapContainer {
	padding: 14px 0;
	width: 90%;
	overflow: hidden;
}

.mapcontainer-outer {
	margin-bottom: 14px;
	width: 97.5%;
}

.copyrightContainer {
	font-size: 12px;
}
.copyrightContainer {
	color: #262626;
}

@media only screen and (min-width: 640px) and (max-width: 900px) {
	footer span.at { width: 60px;}
}

@media only screen and (min-width: 640px) and (max-width: 800px) {
	footer h5 {
		font-size: 1.5em;
	}
	.container .col.right_1 {
		font-size: 80%;
	}
}


/** NEWS **/

.table_wrap						{width:100%;   float:left; }
.table_wrap p						{text-align:left;}
.table_wrap p.column_img			{width:150px;  }
.table_wrap p.column_txt			{width:350px; margin-right:200px;  }
@-moz-document url-prefix() 		{.table_wrap p.heading_3{width:448px;}/*Fix For Firefox*/}


/* REMOVING MOBILE SOCIAL SMARTLAYER */

.topNavMobile, #logoMobile {
	display: none;
}

.topNavDesktop {
	display: block;
}


/** ALL SMARTPHONE SCREENS **/
@media screen and (max-width: 819px) {

	.topNavMobile, #logoMobile {
		display: block;
	}

	.nav-home {
		background-color: #FFF;
		color: #34508b;
	}
	
	.topNavDesktop {
		display: none;
	}
	
	iframe {
		height: 100%;
	}
	

	#topbar {
		box-shadow: none;
		width: 100vw;
		margin-top: 0;
	}

	#logo-news {
		display: none;
	}

	.bannerouter {
		width: 100% !important;
		height: auto;
		overflow: hidden;
	}


	[class^="icon-"], [class*=" icon-"], #menu-shift:before {
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#menu-shift:before, .icon-menu:before {
		font-family: 'Glyphicons Halflings';
		content: "\e236";
		/*color: #fff;*/
		transition: color 0.5s ease-in-out;
	}
	#menu-shift:after {
		content: "Menü";
		position: relative;
		top: 2px;
		left: 10px;
	}

	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6,.grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.container {
		width:98%;
		margin: 0 1%;
	}

	.nav-home.opened #menu-shift:before {
		/*color: #b3bbd8;*/
		color: #2d438b;
	}

	.opened #menu-shift {
		/*background: #2d438b;*/
		background-color: #FFF;
		width: 100vw;
	}

	#menu-shift {
		width: 20%;
		height: 39px;
		float: right;
		cursor: pointer;
		text-align: right;
		padding-right: 6.5vw;
		margin-bottom: 70px;
	}

	h1.navHeader {
		margin: 15px 0;
		padding: 0 15px;
	}

	.nav-home {
		padding-top: 20px;
		height: 39px;
		-webkit-transition: max-height 0.25s ease;
		max-height: 39px;
		overflow: hidden;
	}

	.nav-home .container {
		margin-left: 0;
	}

	.nav-home.opened {
		height: auto;
		max-height: 3000px;
		position: absolute;
		background-color: #eaf0f5;
		/*border-top: 20px solid rgb(45, 67, 139);*/
		border-top: 20px solid #FFF;
		padding-top: 0;
	}

	.nav-home a {
		display: block; /*none;*/
		width: 100vw;
		padding-top: 10px 1.25vw 10px 2.25vw;
		text-align: left;
		white-space: normal;
		font-size: 17px;
		color: #28519e;
	}

	.nav-home .level1 > a.level1 {
		font-weight: bold;
	}

	.nav-home a.active {
		font-weight: bold;
		text-shadow: none;
	}

	.nav-home div.active.activeUrl {
		background-color: #fff;
		/*border-top: 1px solid #28519e;*/
		border-bottom: 1px solid #28519e;
		position: relative;
	}

	.nav-home div.active.activeUrl .nav-search {
		position: absolute;
		top: 20px;
		right: 0;
	}

	.nav-home a.active,
	.nav-home.opened a {
		display: block;
		color: #28519e;
	}

	.nav-mobile-header{
		display: flex;
		justify-content: space-around;
		position: absolute !important;
		width: 100%;
	}

	.nav-mobile-header a{
		width: 100%;
	}

	.opened	#menu-shift {
		/*color: #b3bbd8;*/
	}

	div#logoMobile {
		position: absolute;
		left: 6px;
		z-index: 100;
		width: 80px;
		top: 6px;
	}

	.topNavMobile {
		position: relative;
	}

	#menu-shift:before {
		vertical-align: middle;
		line-height: 39px;
	}

	.nav-home .container ul {
		margin-top: 39px;
	}

	.nav-home ul {
		display: block !important;
		list-style-type: none;
		padding-left: 0;
		margin: 0;
	}

	.nav-home ul.subnav.level2 {
		padding-left: 0;
		color: #2d438b;
		margin-top: 0;
	}

	.nav-home li.level1 {
		border-bottom: 1px solid;
	}

	.nav-home li.level1:first-child {
		padding-top: 0;
	}

	

	.col-nav-sub {
		margin-top: 0;
		background-color: #F7F7F7;
		margin-top: 2%;
	}
	.col-nav-sub li {
		padding: 0;
		width: 50%;
		float: left;
		box-sizing: border-box;
		border: none !important;
	}
	.col-nav-sub ul {
		margin-top: 1px;
	}

	.col-nav-sub li:hover {
		background: #eaf0f5;
	}
	.col-nav-sub li:hover a {
		color: #2d438b;
	}

	.col-nav-sub, #social-tabs,	#search {
		display: none;
	}

	#logo {
		/*width: 24vw !important;*/
		margin-top: 10px;
		height: auto;
	}

	

	#topbar .headmenu {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.nav-search {
		padding-right: 20px;
	}
	.nav-search button#searchit{
		height: 27px;
	}

	.container.cf {
		padding-top: 0px;
	}

	.container.mainContainer,
	body.withBottomMap .container.mainContainer {
		box-shadow: none;
		margin-top: 0;
		padding: 0;
	}


	footer#footer,
	body.withBottomMap footer#footer {
		height: auto;
		margin-top: 0;
		overflow: hidden;
		padding-bottom: 35px;
	}

	article.col-content {
		padding-bottom: 15px;
	}
	footer .footerContainer {
		padding-top: 15px;
	}
	footer .grid_2 {
		width: 50%;
		margin-top: 15px;
		border-top: 1px solid #FFF;
		padding-top: 15px;
	}
	footer .imprint {
		text-align: center;
	}

	.portraitPicture {
		max-height: inherit;
	}

	.container.social-subwrapper {
		padding: 6px 0;
	}

	.social-subwrapper ul li {
		padding: 0;
	}

	.addthis_inline_follow_toolbox {
		margin-top: 0;
		padding: 0;
	}

	#social {
		transition: all 250ms linear;
		overflow:hidden;
		height:40px;
	}

	#social.open {
		min-height:100px;
		height: auto;
		background-color: #e6e6e6;
	}

	#social a {margin: 0 10px 0 0;}

	.social-menu-left p {
		margin: 0;
		line-height: 1;
	}

	#social a:first-of-type {
		margin-left: 5px;
	}

	ul.social-menu-right {
		display:block;
	}

	ul.social-menu-right li {
		padding: 10px 0;
	}

	ul.social-menu-right li:first-child {
		padding-top:5px;
	}

	.social-menu-trigger {
		position: absolute;
		top: 5px;
		right: 8px;
	}

	.social-menu-trigger > i {
		color: #666666;
		font-size: 32px;
		background-color: #fff;
		border-radius: 50%;
	}

}

@media screen and (min-width: 640px) and (max-width: 788px) {
	.nav-home { font-size: 1em;}
}

@media screen and (max-width: 414px){
	.news-item-right{
		display: none;
	}
	.news-item-flex-container{
		justify-content: center;
	}
}

@media screen and (min-width: 820px) {
	.nav-home ul li.level1 {
		display: inline-block;
		text-align: left;
		list-style-type: none;
	}

	.nav-home ul.subnav.level2 {
		height: 0;
		background-color: #e2e2e2;
		margin-top: 0;
		list-style-type: none;
		box-sizing: border-box;
		font-size: 1em;
		font-weight: 100;
		position: absolute;
		opacity: 0;
		-webkit-transition: opacity 0.25s ease-in-out;
		overflow: hidden;
		z-index: 1000;
		border-radius: 0 0 8px 8px;
		padding-left: 0;
	}
	.nav-home li.level1:hover ul.subnav.level2 {
		display: block;
		opacity: 1;
		height: auto;
	}

	.nav-home a.level1 {
		height: 50px;
		box-sizing: border-box;
	}

	.nav-home a.level2 {
		color: #696969;
		padding: 10px;
	}
	.nav-home a.active.level2 {
		color: #2d438b;
		font-weight: bold;
	}
	.nav-home a.level2:hover {
		color: #2D438B;
	}
	li.level2 {
		border-bottom: 1px solid;
	}
	li.level2:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	article.col-content {
		padding-left: 1vw;
	}

}

@media screen and (max-width: 990px) {

	.portrait .portraitSubline {
		height: 77px;
	}

}

/**
 * All smaller screens
 **/
@media screen and (max-width: 1079px) {
	.headmenu {
		width: 50%;
		font-size: .5em;
	}
}

/**
 * Less wide screens
 */
@media screen and (min-width: 940px) and (max-width: 1079px) {
	.nav-home a {
		/*padding: 1.2% 0.5%;*/
		font-size: 0.8em;
	}
	.nav-home a:first-child {
		/*padding-left: 1.2%;*/
	}
	.nav-home a:last-child {

	}
}

/**
 * Narrow screens
 */
@media screen and (min-width: 789px) and (max-width: 939px) {
	.nav-home a {
		font-size: .8em;
		/*padding: 1.2% 0.3%;*/
	}
	.nav-home a:first-child {
		/*padding-left: .9%;*/
	}
	.nav-home a:last-child {
		/*padding-right: .9%;*/
	}
}

@media screen and (max-width: 939px) {
	.headmenu a {
		font-size: 12px;
	}
}

/* Accessability */
.form-control {
	margin-top: 24px;
	margin-bottom: 24px;
}
.col-hp-sponsors #subscribe-form label {
	color: white;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
@font-face{font-family:'Glyphicons Halflings';src:url('../themes/freevis/assets/fonts/glyphicons-halflings-regular.eot');src:url('../themes/freevis/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../themes/freevis/assets/fonts/glyphicons-halflings-regular.woff') format('woff'),url('../themes/freevis/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../themes/freevis/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon {color:#7D7D7D;}
.glyphicon-search {color:#fff}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
