@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i';

body, input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
}

body {
	color: #444;
}

h1, h2, h3, .gf-menu .item {
	font-family: 'Oswald', 'Open Sans', sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.5px;
}

a, .button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn, .btn-primary {
	transition: 200ms all;
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn, .btn-primary {
	font-size: 12px;
	text-shadow: none;
	text-transform: uppercase;
}
.gf-menu.l1 {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;

	display: table !important;
	float: none !important;
}
.gf-menu.l1 > li {
	display: table-cell !important;
	float: none !important;
}

.gf-menu.l1 > li > .dropdown {
	min-width: 100% !important;
}
.gf-menu.l1 > li:first-child,
.gf-menu.l1 > li:last-child {
	margin: 0;
}
.gf-menu.l1 > li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.gf-menu.l1 > li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.gf-menu.l1 > li:last-child > .item {
	border-right: 0 none;
}
.gf-menu.l1 > li:last-child > .item:after {
	display: none;
}
.gf-menu li,
.gf-menu a,
.gf-menu .item,
.gf-menu.l1 > li > .item {
	font-family: 'Oswald', 'Open Sans', sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.5px;
	font-size: 14px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.menu-block {
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.gf-menu.l1 > li > .item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.gf-menu-toggle {
	padding: 10px 12px;
	background: #D9EBEF !important;
}

header#rt-top-surround #rt-logo {
	/*max-width: 240px;*/
	width: auto !important;
/*	height: auto !important;*/
	background-position: center !important;
	background-size: contain;
}

#rt-top-surround {
/*	background: #4a6c99;*/
	color: #444;
}

/*#rt-header {
	color: #EEE;
}*/

#rt-header > .rt-container > div {
	display: block !important;
	float: none !important;
	width: 100% !important;
}
#rt-header .rt-grid-6.rt-omega a {
	color: #4488bb;
}
#rt-header .rt-grid-6.rt-omega a:hover {
	color: #444;
}
#rt-header .rt-grid-6.rt-omega a.readon {
	background-color: #4488bb;
	color: white;
}
#rt-header .rt-grid-6.rt-omega a.readon:hover {
	background-color: #495565;
}
#rt-header .rt-grid-6.rt-omega .rt-block {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EFEFEF;
	border-radius: 4px;
}

#rt-footer {
	border-top: 6px solid #4a6c99;
	background: none;
}

.title, .component-content h2, .component-content h3 {
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.component-content h3 {
	padding-bottom: 0;
	font-size: 18px;
}

div.rt-block.slogan {
	margin-bottom: 0;
/*	padding: 0 0 40px 0;*/
	padding: 0;
}

.slogan .title {
	color: #4488bb !important;
	border: 0 none;
	text-transform: none;
	font-size: 1.9em;
	padding: 0;
	margin: 30px 0 0 0;
/*	color: white !important;*/
}

.slogan p {
	font-weight: bold;
	font-size: 16px;
	color: #495565;
}

div.rt-block.logo-block {
	margin-top: 0;
}
#rt-logo {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.menu-block {
/*	text-align: right;*/
	margin: 0 10px 25px 10px;
}

.gf-menu {
	margin-left: 0;
	margin-right: 0;
}

div.rt-block.box1 {
	padding-top: 10px;
	padding-bottom: 1px;
}

#rt-breadcrumbs .rt-block {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.acymailing_module_form table.acymailing_form {
	width: 100%;
	border-spacing: 0;
}

.acymailing_module_form table.acymailing_form input[type="text"],
.acymailing_module_form table.acymailing_form input[type="email"] {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}

input[type="submit"].button {
	padding: 6px 15px 6px 15px;
}

ul.breadcrumb li.active:first-child {
	display: none;
}

.component-content article.item-page > div > h2 {
	margin-top: 30px;
}
.component-content article.item-page > div > h2:first-child {
	margin-top: 0;
}

div.list#flaglist {
    display: block;
    list-style: none;
    height: 350px;
}

div.list#flaglist ul li {
    display: inline;
    float: left;
    padding: 5px;
    width: 100px;
    height: 50px;
}

.component-content .listcontent h3 {
	margin: 0;
}

/* Lists and Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

/* Line */
ul.line > li { border-top: 1px solid #ddd; }
ul.line > li:first-child { border: none; }

/* Check */
ul.check > li {
	padding: 4px 0 0 30px;
	background: url(../images/tools/list_check.png) 0 0 no-repeat;
}

/* Zebra List and Table */
ul.zebra > li,
table.zebra tbody td { border-bottom: 1px solid #ddd; }
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { border-top: 1px solid #ddd; }

ul.zebra > li.odd,
table.zebra tbody tr.odd { background: #fafafa; }
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: #fafafa; }

table.zebra caption { color: #999; }

/* Lists (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

ul.blank,
ul.space,
ul.line,
ul.check,
ul.zebra {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Space */
ul.space li { margin-top: 15px; }
ul.space li:first-child { margin-top: 0; }

/* Line */
ul.line > li {
	margin-top: 5px;
	padding-top: 5px;
}

ul.line > li:first-child {
	margin-top: 0;
	padding-top: 0;
}

/* Check */
ul.check > li { margin-top: 5px; }
ul.check > li:first-child { margin-top: 0; }

/* Zebra */
ul.zebra > li { padding: 5px; }

ul.line > li > a:first-child,
ul.check > li > a:first-child { display: block; }


/* Boxes
----------------------------------------------------------------------------------------------------*/

.box-content,
.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download {
	margin: 15px 0;
	padding: 10px;
	text-align: justify;
}

.box-content { padding: 20px; }

.box-info,
.box-warning,
.box-hint,
.box-download { padding-left: 40px; }


/* Boxes
----------------------------------------------------------------------------------------------------*/

.box-content {
	background: #fafafa;
	border: 1px solid #ddd;
}

.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download {
	background: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.box-info {
	background: #ebf5fa url(../images/tools/box_info.png) 0 0 no-repeat;
	border-color: #d2dce1;
}

.box-warning {
	background: #fff0eb url(../images/tools/box_warning.png) 0 0 no-repeat;
	border-color: #ffd7cd;
}

.box-hint {
	background: #fffae6 url(../images/tools/box_hint.png) 0 0 no-repeat;
	border-color: #fae6be;
}

.box-download {
	background: #faffe6 url(../images/tools/box_download.png) 0 0 no-repeat;
	border-color: #dce6be;
}


/* Lists (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

ul.blank,
ul.space,
ul.line,
ul.check,
ul.zebra {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Space */
ul.space li { margin-top: 15px; }
ul.space li:first-child { margin-top: 0; }

/* Line */
ul.line > li {
	margin-top: 5px;
	padding-top: 5px;
}

ul.line > li:first-child {
	margin-top: 0;
	padding-top: 0;
}

/* Check */
ul.check > li { margin-top: 5px; }
ul.check > li:first-child { margin-top: 0; }

/* Zebra */
ul.zebra > li { padding: 5px; }

ul.line > li > a:first-child,
ul.check > li > a:first-child { display: block; }


/* Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

table.zebra { width: 100%; }

table.zebra th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table.zebra th,
table.zebra td { padding: 5px; }

table.zebra tbody,
table.zebra tfoot { font-size: 12px; }

table.zebra .bold { font-weight: bold; }
table.zebra .center { text-align: center; }

table.zebra td * { vertical-align: middle; }

table.zebra tfoot { font-style: italic; }

table.zebra caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}


/* Definition Lists
----------------------------------------------------------------------------------------------------*/

dl.separator {
	padding: 0;
	overflow: hidden;
}

dl.separator dt {	
	width: 160px;
	padding-right: 10px;
	float: left;
	clear: both;
}

dl.separator dd {
	margin-left: 170px;
	padding-left: 20px;
}


/* Definition Lists
----------------------------------------------------------------------------------------------------*/

dl.separator dt {	
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* border code because of RTL */
dl.separator dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #DDD;
}

dl.separator dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 30px;
	border-top: 1px solid #DDD;
}

dl.separator dt:after {
	content: "";
	position:absolute;
	top: -3px;
	right: -3px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius:6px;
}

dl.separator dt:first-child:before,
dl.separator dt:first-child:after { display: none; }



dd, dt {
    min-height: 60px;
}


header#rt-top-surround #rt-logo {
	/*max-width: 240px;*/
	width: auto !important;
/*	height: auto !important;*/
	background-position: center !important;
	background-size: contain;
}


@media only screen and (max-width: 767px) {
	dl.separator dt {
		width: 40%;
		padding-right: 0;
	}
	dl.separator dd {
		width: auto;
		margin-left: 40%;
	}
}
