/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Custom form styles
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-display: swap;
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body, .ui-widget, .qtip-content
{
	font: 14px/1.6em  "Open Sans", sans-serif;	
}

body {
	margin: 0;
	color: #000;
	background: #e6e6e5;
	min-width: 280px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?9ekwnv");
	src: url("../fonts/icomoon.eot?9ekwnv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9ekwnv") format("truetype"), url("../fonts/icomoon.woff?9ekwnv") format("woff"), url("../fonts/icomoon.svg?9ekwnv#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-library:before {
	content: "\e921";
}

.icon-triangle-up:before {
	content: "\e900";
}

.icon-triangle-right:before {
	content: "\e901";
}

.icon-triangle-left:before {
	content: "\e902";
}

.icon-triangle-down:before {
	content: "\e903";
}

.icon-home:before {
	content: "\e904";
}

.icon-house:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-magnifier:before {
	content: "\e905";
}

.icon-magnifying-glass:before {
	content: "\e905";
}

.icon-inspect:before {
	content: "\e905";
}

.icon-find:before {
	content: "\e905";
}

.icon-back-in-time:before {
	content: "\e906";
}

.icon-angle-down:before {
	content: "\e907";
}

.icon-angle-up:before {
	content: "\e908";
}

.icon-angle-right:before {
	content: "\e909";
}

.icon-angle-left:before {
	content: "\e90a";
}

#nav .navigation,
#nav .navigation .list-dropdown,
.list-unstyled,
.list-inline,
.tab-section .tabset,
.tab-drop .list-links,
.nav-links ul,
.info-content .list-info,
.info-content .list-btns {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.holder:after,
.tab-drop .columns:after,
.info-content .info-wrap:after,
.info-content .info-cols:after,
.intro-block:after,
.two-columns:after,
.info-form .row:after,
.footer-info:after,
.footer-frame:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

/* General style of the page */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 15px;
}

a {
	color: #3954a5;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
	outline: none;
}

a:hover {
	color: #0068ac;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #16325c;
	padding: .4em .7em;
	display: block;
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #716a67;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #b0b0b0;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b0b0b0;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b0b0b0;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="number"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #b0b0b0;
}

select {
	/* -webkit-appearance: none; */
	-webkit-border-radius: 0;
	min-width: 100%;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

/* header styles */

#header {
	position: relative;
	background: #16325c;
}

.header-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}

.header-holder .list-countries {
	float: left;
	color: #bdbdcc;
	font-weight: 300;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	position: relative;
	max-width: 110px;
}

.header-holder .list-countries:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	bottom: 0;
	width: 1px;
	background: #7b8ba3;
}

.header-holder .list-countries > li + li {
	padding: 3px 0 0;
}

.header-holder .list-countries a {
	color: #bdbdcc;
}

.header-holder .list-countries a:hover {
	color: #fff;
}

/* logo styles */

.logo {
	float: left;
	max-width: 210px;
	margin-top: -5px;
}

.studiengang .logo {
	margin-bottom: 15px;
	max-width: 170px;
	max-height: 80px;
	vertical-align: middle;
	width: auto;
}

/* main navigation styles */

#nav .navigation {
	font-size: 15px;
	line-height: 19px;
}

#nav .navigation li {
	border-bottom: 1px solid #7b8ba3;
}

#nav .navigation > li > a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	position: relative;
}

/*
#nav .navigation > li > a:hover {
	background: #0068ac;
}

#nav .navigation > li.hover > a,
#nav .navigation > li.active > a {
	background: #0068ac;
}
*/


#nav .navigation > li.hover .dropdown,
#nav .navigation > li.active .dropdown {
	display: block;
}

#nav .navigation > li.hover .dropdown {
	display: block;
	z-index: 1000;
}

#nav .navigation > li.hover .has-drop-down-a:after,
#nav .navigation > li.active .has-drop-down-a:after {
	content: "\e907";
}

#nav .navigation .has-drop-down-a:after {
	content: "\e909";
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "icomoon";
	
	font-size: 16px;
	line-height: 1;
	margin-top: -8px;
}

#nav .navigation .dropdown {
	display: none;
	background: #e6e6e5;
	border-top: 1px solid #16325c;
}

#nav .navigation .list-dropdown .active a {
	background: #0068ac;
	color: #fff;
}

#nav .navigation .list-dropdown a {
	display: block;
	padding: 5px 30px;
	color: #000;
}

#nav .navigation .list-dropdown a:hover {
	background: #0068ac;
	color: #fff;
}

/* burger-menu style */

.nav-opener {
	position: absolute;
	right: 15px;
	top: 22px;
	z-index: 99;
	width: 30px;
	height: 20px;
	z-index: 10;
	color: #fff;
	text-decoration: none;
}

.nav-opener:hover {
	opacity: .8;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 100%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* general site styles */

body {
	font-weight: 300;
}

h1,
.h1 {
	margin: 0 0 15px;
	color: #0068ac;
	font-weight: 600;
	line-height: 30px;
}

h1 a,
.h1 a {
	color: #0068ac;
}

h1 a:hover,
.h1 a:hover {
	opacity: .7;
}

h1.white,
.h1.white {
	color: #fff;
}

h1.white a,
.h1.white a {
	color: #fff;
}

h1.white a:hover,
.h1.white a:hover {
	opacity: .7;
}

h1.black,
.h1.black {
	color: #000;
}

h1.black a,
.h1.black a {
	color: #000;
}

h1.black a:hover,
.h1.black a:hover {
	opacity: .7;
}

h1.blue,
.h1.blue {
	color: #16325c;
}

h1.blue a,
.h1.blue a {
	color: #16325c;
}

h1.blue a:hover,
.h1.blue a:hover {
	opacity: .7;
}

h2,
.h2 {
	margin: 0 0 15px;
	color: #0068ac;
	font-weight: 700;
	line-height: 24px;
	font-size: 1.7em;
}

h2 a,
.h2 a {
	color: #0068ac;
}

h2 a:hover,
.h2 a:hover {
	opacity: .7;
}

h2.white,
.h2.white {
	color: #fff;
}

h2.white a,
.h2.white a {
	color: #fff;
}

h2.white a:hover,
.h2.white a:hover {
	opacity: .7;
}

h2.black,
.h2.black {
	color: #000;
}

h2.black a,
.h2.black a {
	color: #000;
}

h2.black a:hover,
.h2.black a:hover {
	opacity: .7;
}

h2.blue,
.h2.blue {
	color: #16325c;
}

h2.blue a,
.h2.blue a {
	color: #16325c;
}

h2.blue a:hover,
.h2.blue a:hover {
	opacity: .7;
}

h3,
.h3 {
	margin: 0 0 15px;
	color: #0068ac;
	font-weight: 700;
	font-size: 1.7em;
	line-height: initial;
}

h3 a,
.h3 a {
	color: #0068ac;
}

h3 a:hover,
.h3 a:hover {
	opacity: .7;
}

h3.white,
.h3.white {
	color: #fff;
}

h3.white a,
.h3.white a {
	color: #fff;
}

h3.white a:hover,
.h3.white a:hover {
	opacity: .7;
}

h3.black,
.h3.black {
	color: #000;
}

h3.black a,
.h3.black a {
	color: #000;
}

h3.black a:hover,
.h3.black a:hover {
	opacity: .7;
}

h4,
.h4 {
	margin: 0 0 15px;
	color: #0068ac;
	font-weight: 700;
	line-height: 22px;
}

h4 a,
.h4 a {
	color: #0068ac;
}

h4 a:hover,
.h4 a:hover {
	opacity: .7;
}

h4.white,
.h4.white {
	color: #fff;
}

h4.white a,
.h4.white a {
	color: #fff;
}

h4.white a:hover,
.h4.white a:hover {
	opacity: .7;
}

h4.blue,
.h4.blue {
	color: #16325c;
}

h4.blue a,
.h4.blue a {
	color: #16325c;
}

h4.blue a:hover,
.h4.blue a:hover {
	opacity: .7;
}

h5,
.h5 {
	margin: 0 0 15px;
	color: #0068ac;
	font-weight: 700;
	line-height: 20px;
}

h5 a,
.h5 a {
	color: #0068ac;
}

h5 a:hover,
.h5 a:hover {
	opacity: .7;
}

h5.white,
.h5.white {
	color: #fff;
}

h5.white a,
.h5.white a {
	color: #fff;
}

h5.white a:hover,
.h5.white a:hover {
	opacity: .7;
}

h5.blue,
.h5.blue {
	color: #16325c;
}

h5.blue a,
.h5.blue a {
	color: #16325c;
}

h5.blue a:hover,
.h5.blue a:hover {
	opacity: .7;
}

h6,
.h6 {
	margin: 0 0 15px;
	color: #0068ac;
	font-weight: 700;
	line-height: 18px;
}

h6 a,
.h6 a {
	color: #0068ac;
}

h6 a:hover,
.h6 a:hover {
	opacity: .7;
}

h6.white,
.h6.white {
	color: #fff;
}

h6.white a,
.h6.white a {
	color: #fff;
}

h6.white a:hover,
.h6.white a:hover {
	opacity: .7;
}

h6.blue,
.h6.blue {
	color: #16325c;
}

h6.blue a,
.h6.blue a {
	color: #16325c;
}

h6.blue a:hover,
.h6.blue a:hover {
	opacity: .7;
}

p {
	margin: 0 0 20px;
}

strong,
b {
	font-weight: 700;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/*main container styles*/

#wrapper {
	position: relative;
	overflow: hidden;
}

.page-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

.holder {
	max-width: 1010px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

/* generic visibility classes */

.hidden {
	display: none !important;
}

/* list reset classes */

.list-inline {
	margin-left: -5px;
	margin-right: -5px;
}

.list-inline > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* general button styles */

/* Renamed to .button because of bootstrap clash*/
.button {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	color: #000;
	background: #ffd500;
	text-align: center;
	font-weight: 300;
	border-radius: 0;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #16325c;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
	margin: 0;
	outline: none;
	white-space: normal;
}

/*.button {*/
/*    background: #ffd500;*/
/*    border: 1px solid #16325c;*/
/*}*/

/*.btn:hover {*/
/*	background: #0068ac;*/
/*	color: #fff;*/
/*}*/

.button:hover {
    background: #0068ac;
    color: #fff;
}

.button.btn-block {
	display: block;
	width: 100%;
}

/* info-banner styles */

.info-banner {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	height: 490px;
}

.info-banner .holder {
	padding-top: 100px;
	padding-bottom: 100px;
}

.info-banner .info-box {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(22, 50, 92, .3);
	padding: 15px 17px 12px 10px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-shadow: 1px 1px 2px #000;
	max-height: 160px;
	overflow: hidden;
}

.info-banner .info-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 9px;
	background: #16325c;
}

.info-banner .info-box p {
	margin: 0;
}

.info-banner .info-box p strong {
	font-weight: 900;
}

/* search form styles */

.search-form {
	margin: 0 0 15px;
}

.search-form .input-holder .input-group {
	margin-bottom: 10px;
	position: relative;
}

.search-form .title {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 15px;
	cursor: default;
	font-weight: 300;
	color: #818181;
	font-size: 20px;
	line-height: 17px;
	z-index: 2;
}

.search-form .button {
	height: 50px;
	font-size: 19px;
	line-height: 23px;
}

.search-form .button span {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	position: relative;
	height: 50px;
	padding: 0;
	font-size: 20px;
	line-height: 17px;
	color: #000000;
	padding: 8px 10px 5px 10px;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #b0b0b0;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #b0b0b0;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #b0b0b0;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #b0b0b0;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #b0b0b0;
}

/* ui-autocomplete custom styles */

.ui-autocomplete.ui-widget-content {
	border-color: #16325c;
	border-top: none;
	color: #818181;
}

.ui-autocomplete.ui-menu .ui-menu-item {
	padding: 5px 15px;
}

/* content-holder syles */

.content-holder {
	padding-top: 16px;
}

.add-section {
	margin: 0 0 18px;
	background: #fff;
}

.add-section img {
	padding: 18px 5px;
}

.add-section a:hover {
	opacity: .8;
}

/* block heading styles */

.heading {
	background: #16325c;
	padding: 8px 20px;
}

.heading.sky-blue {
	background: #0068ac;
}

.heading.has-border {
	border-top: 5px solid #16325c;
	padding: 5px 23px 10px;
}

.heading .h2 {
	font-weight: 300;
	font-size: 21px;
	line-height: 22px;
	margin: 0;
}

.heading .h2.small {
	font-size: 16px;
	line-height: 20px;
}

/* tab-section styles */

.tab-section {
	/* tabset styles */ /* tab-link styles */
}

.tab-section.green-layout .tab-link:after {
	color: var(--bs-lehrgang);
}

.tab-section.green-layout .tab-link:hover,
.tab-section.green-layout .tab-link.active {
	background: var(--bs-lehrgang);
	color: #fff;
}

.tab-section.green-layout .tab-drop .info-block .title {
	color: var(--bs-lehrgang);
	border-color: var(--bs-lehrgang);
}

.tab-section.green-layout .popup h3 {
	background: var(--bs-lehrgang);
}

.tab-section.small-tabset .tabset .tab-link {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 22px;
}

.tab-section.small-tabset .tabset > li {
	margin-bottom: 5px;
}

.tab-section .tabset.inner .tab-link {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 22px;
}

.tab-section .tabset.inner > li {
	margin-bottom: 5px;
}

.tab-section .tabset > li {
	margin: 0 0 10px;
}

.tab-section .ajax-tabset {
	min-height: 400px;
}

.tab-section .tab-link {
	display: block;
	padding: 20px 15px;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
	margin: 0 0 15px;
	position: relative;
}

.tab-section .tab-link:after,
.ui-tabs-anchor:after {
	content: "\e903";
	position: absolute;
	bottom: -3px;
	left: -1px;
	right: 0;
	margin: 0 auto;
	font-size: 29px;
	line-height: 1;
	width: 28px;
	z-index: 2;
	font-family: "icomoon";
	color: #0068ac;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.tab-section .tab-link:hover,
.tab-section .tab-link.active {
	background: #0068ac;
	color: #fff;
}

.tab-section .tab-link.active:after,
.tab-section .ui-tabs-active .tab-link:after {
	opacity: 1;
}

.tab-section .tab-drop .tab-link {
	font-size: 14px;
	line-height: 22px;
}

/* tab-drop styles */

.tab-drop {
	background: #c4c4c0;
	padding: 5px;
	margin: 0 0 15px; /* tab styles */
}

.tab-drop .columns {
	margin: 0 0 15px;
	padding: 5px;
	background: #fff;
}

.tab-drop .info-block {
	margin-bottom: 20px;
}

.tab-drop .info-block .title {
	display: block;
	position: relative;
	padding: 4px 0 0 8px;
	width: 30px;
	height: 30px;
	border-left: 1px solid #0068ac;
	border-top: 1px solid #0068ac;
	color: #0068ac;
	font-weight: 700;
	text-transform: uppercase;
}

.tab-drop .list-links {
	font-weight: 300;
	padding: 0 0 0 10px;
}

.tab-drop .list-links a {
	color: #000;
}

.tab-drop .list-links a:hover {
	color: #16325c;
}

.tab-drop .list-links > li.hover .popup-holder .popup {
	display: block !important;
	opacity: 1;
	pointer-events: auto;
}

.tab-drop .tab {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.tab-drop .tab.active {
	opacity: 1;
	visibility: visible;
}

/* tab-block styles */

.tab-block {
	display: block !important;
	position: absolute !important;
	top: -9999px !important;
	right: -9999px !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.tab-block.active {
	position: static !important;
	opacity: 1;
	visibility: visible;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

/* popup-holder styles */

.popup-holder {
	position: relative; /* popup styles */
}

.popup-holder .popup {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	position: relative;
	z-index: 1;
	margin: 20px 0 0;
	background: #f6f6f4;
	display: none !important;
}

.popup-holder .popup:before {
	content: "\e901";
	position: absolute;
	top: -30px;
	left: 0;
	font-family: "icomoon";
	font-size: 70px;
	line-height: 1;
	color: #e5e5e5;
	z-index: -1;
}

.popup-holder .popup h3 {
	margin: 0;
	padding: 10px 15px;
	background: #0068ac;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
}

.popup-holder .popup h3 a {
	color: #fff;
}

.popup-holder .popup h3 a:hover {
	color: #fff;
	opacity: .7;
}

.popup-holder .popup .text-block {
	padding: 15px;
}

.popup-holder .popup .text-block p {
	margin: 0;
}

.js-popup-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	display: block !important;
	width: 100% !important;
}

/* breadcrumbs styles */

.breadcrumbs {
	margin: 0 0 3px;
}

.breadcrumbs ul {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: -4px;
	color: #818181;
}

.breadcrumbs ul a {
	color: #818181;
}

.breadcrumbs ul a:hover {
	color: #353535;
}

.breadcrumbs ul .home {
	color: #16325c;
	font-size: 20px;
	line-height: 20px;
}

.breadcrumbs ul .home:hover {
	color: #818181;
}

.breadcrumbs ul > li {
	margin-bottom: 1px;
	padding: 0;
	letter-spacing: 0;
	vertical-align: middle;
}

.breadcrumbs ul > li + li:before {
	content: ">";
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	color: #16325c;
	margin: 0 8px;
}

/* secondary nav-links styles */

.nav-links {
	margin: 0 0 10px;
}

.nav-links ul {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px;
}

.nav-links ul li {
	margin-bottom: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 2px;
	min-width: 80px;
}

.nav-links ul a {
	padding: 3px 20px;
	background: #fafbfb;
	color: #818181;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	letter-spacing: -.6px;
}

.nav-links ul a:hover {
	background: #0068ac;
	color: #fff;
}

.nav-links ul .active a {
	background: #16325c;
	color: #fff;
}

/* banner styles */

.banner,
#slide380 {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	height: 250px;
	margin: 0 0 15px;
}

.banner .banner-caption,
#slide380 h1 {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 15px 10px;
	background: rgba(255, 255, 255, .9);
}

.banner .banner-caption h1,
#slide380 h1, {
	color: #0068ac;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.banner .banner-caption h1 span {
	text-transform: lowercase;
	font-weight: 300;
}

/* info-content styles */

.info-content {
	background: #fff;
	margin: 0 0 15px;
}

.info-content .info-wrap {
	padding: 15px 20px;
	text-align: justify;
}

.info-content .info-wrap .studiengang {
	text-align: left;
}

.info-content .list-info {
	line-height: 16px;
	margin: 0 0 25px;
}

.info-content .list-info > li {
	position: relative;
	padding: 0 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-content .list-info .ico-holder {
	float: left;
	width: 32px;
	height: 30px;
	margin: 0 10px 0 0;
	font-size: 30px;
	line-height: 1;
	color: #483f42;
}

.info-content .list-info .ico-holder.icon-back-in-time {
	font-size: 35px;
	height: 35px;
}

.info-content .list-info .text-block {
	display: block;
}

.info-content .text-row {
	margin: 0 0 20px;
}

.info-content .text-row .img-holder {
	margin: 0 0 15px;
	text-align: center;
}

.info-content p {
	margin: 0 0 15px;
}

.info-content .list-btns {
	margin: 0 0 20px;
	max-width: 460px;
}

.info-content .list-btns li {
	margin: 0 0 10px;
}

.info-content .info-cols .col {
	margin: 0 0 20px;
}

.info-content .info-cols .img-holder {
	margin: 0;
	width: auto;
}

.info-content .list-text {
	line-height: 21px;
	margin: 0 0 20px;
	text-align: left;
}

.info-content .list-text > li {
	position: relative;
	padding: 0 0 0 20px;
}

.info-content .list-text > li:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #000;
}

.info-content h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-align: left;
}

.content-block .list-btns {
	max-width: none;
}

.heading-title {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 13px;
}

.heading-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	background: #0068ac;
}

.intro-block {
	margin: 0 0 40px;
}

.intro-block .h1 {
	margin: 0 0 23px;
}

.intro-block .col {
	margin-bottom: 15px;
}

.intro-block .text-info {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.intro-block address {
	display: block;
	margin: 0;
	font-style: normal;
}

.intro-block .img-logo {
	max-width: 180px;
}

.info-promo {
	font-size: 16px;
	line-height: 20px;
}

.info-promo .col:first-child {
	margin: 0 0 15px;
}

.info-promo .h1 {
	margin: 0 0 5px;
	font-size: 22px;
	line-height: 24px;
}

.info-promo a {
	color: #288eb6;
}

.info-promo a:hover {
	opacity: .8;
}

.info-promo .img-banner {
	border-radius: 5px;
	overflow: hidden;
}

.info-promo .img-banner img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-course .col:first-child {
	margin: 0 0 15px;
}

.info-course h3 {
	margin: 0;
}

.info-course .text-block {
	margin: 0 0 22px;
}

.course-detail {
	padding: 20px;
	border-bottom: 1px solid #0068ac;
	line-height: 22px;
}

.course-detail:last-child {
	border-bottom: none;
}

.course-detail .title-block {
	margin: 0 0 15px;
}

.course-detail .title-block p {
	margin: 0 0 12px;
}

.course-detail .title-block h3 {
	margin: 0 0 5px;
}

.course-detail .img-logo {
	margin: 0 0 15px;
	width: 170px;
	text-align: center;
}

.course-detail address {
	font-style: normal;
	display: block;
	margin: 0;
}

.course-detail address img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.course-detail p {
	margin: 0;
}

.course-detail .description p:last-child {
	margin: 0;
}

.course-detail .h4 {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

/* two-columns styles */

/* info-aside styles */

.info-aside {
	border: 1px solid #0068ac;
	padding: 20px 25px;
	background: #eff4fa;
	margin: 0 0 20px;
	line-height: 22px;
	text-align: justify;
}

.info-aside address {
	display: block;
	font-style: normal;
	margin: 0 0 15px;
}

.info-aside p {
	margin: 0 0 25px;
}

.info-aside p .link {
	color: #000;
}

.info-aside p .link:hover {
	opacity: .7;
}

.info-aside h2 {
	margin: 0 0 18px;
}

/* info-form styles */

.info-form h2 {
	margin: 0 0 5px;
}

.info-form .row {
	margin: 0 -5px;
}

.info-form .row .col {
	float: left;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 14px;
}

.info-form .checkbox-holder .label,
.info-form .checkbox-holder label {
	margin: 0;
}

.info-form input[type="text"],
.info-form input[type="email"],
.info-form input[type="tel"],
.info-form input[type="search"],
.info-form select,
.info-form textarea {
	display: block;
	width: 100%;
	border: 1px solid #bfc0c2;
	height: 30px;
	padding: 4px 10px;
	font-weight: 300;
	color: #818181;
	background: #fff;
	margin: 0;
}

.info-form input[type="text"]::-webkit-input-placeholder,
.info-form input[type="email"]::-webkit-input-placeholder,
.info-form input[type="tel"]::-webkit-input-placeholder,
.info-form input[type="search"]::-webkit-input-placeholder,
.info-form select::-webkit-input-placeholder,
.info-form textarea::-webkit-input-placeholder {
	color: #818181;
}

.info-form input[type="text"]::-moz-placeholder,
.info-form input[type="email"]::-moz-placeholder,
.info-form input[type="tel"]::-moz-placeholder,
.info-form input[type="search"]::-moz-placeholder,
.info-form select::-moz-placeholder,
.info-form textarea::-moz-placeholder {
	opacity: 1;
	color: #818181;
}

.info-form input[type="text"]:-moz-placeholder,
.info-form input[type="email"]:-moz-placeholder,
.info-form input[type="tel"]:-moz-placeholder,
.info-form input[type="search"]:-moz-placeholder,
.info-form select:-moz-placeholder,
.info-form textarea:-moz-placeholder {
	color: #818181;
}

.info-form input[type="text"]:-ms-input-placeholder,
.info-form input[type="email"]:-ms-input-placeholder,
.info-form input[type="tel"]:-ms-input-placeholder,
.info-form input[type="search"]:-ms-input-placeholder,
.info-form select:-ms-input-placeholder,
.info-form textarea:-ms-input-placeholder {
	color: #818181;
}

.info-form input[type="text"].placeholder,
.info-form input[type="email"].placeholder,
.info-form input[type="tel"].placeholder,
.info-form input[type="search"].placeholder,
.info-form select.placeholder,
.info-form textarea.placeholder {
	color: #818181;
}

.info-form input[type="text"]:focus,
.info-form input[type="email"]:focus,
.info-form input[type="tel"]:focus,
.info-form input[type="search"]:focus,
.info-form select:focus,
.info-form textarea:focus {
	color: #000;
}

.info-form textarea {
	width: 100% !important;
	height: 135px !important;
}

.info-form input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 5px;
}

.info-form label,
.info-form .label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	font-weight: 700;
}

.info-form .check-list label {
	padding: 0 0 0 25px;
	font-weight: 300;
}

.info-form select {
	color: #000;
	width: 100% !important;
}

.info-form .select {
	position: relative;
}

.info-form .select .select-opener {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 40px;
	background: #fff;
	z-index: 1;
	margin: 0;
	pointer-events: none;
}

.info-form .select .select-opener:before,
.info-form .select .select-opener:after {
	content: "\e900";
	position: absolute;
	right: 3px;
	top: -3px;
	font-size: 14px;
	color: #000;
	font-family: "icomoon";
}

.info-form .select .select-opener:after {
	content: "\e903";
	right: 3px;
	top: 7px;
}

.info-form .submit-btn {
	padding: 3px 0 0;
}

.info-form p {
	margin: 0 0 20px;
}

/* footer styles */

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* footer-holder styles */

.footer-holder {
	background: #f6f6f4;
	padding: 15px;
	color: #818181;
}

.footer-holder a {
	color: #818181;
}

.footer-holder a:hover {
	opacity: .7;
}

/* footer-info styles */

.footer-info .col {
	margin-bottom: 20px;
}

.footer-info .h3 {
	color: #16325c !important;
	font-weight: 400;
}

.footer-info .h3 a {
	color: #33456d;
}

.footer-frame {
	/* copyright styles */
	text-align: right;
	float: right;
}

.footer-frame .info-login {
	display: block;
	font-weight: 400;
	margin: 0 0 10px;
	color: #818181;
}

.footer-frame .info-login a {
	color: #3f383a;
}

@media (min-width: 768px) {
	#header {
		margin: 0 0 45px;
	}

	#header.homepage {
		margin: 0;
	}

	.header-holder {
		padding: 0;
	}

	.header-holder .info-block {
		width: 300px;
	}

	.logo {
		max-width: 310px;
	}

	#nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: calc(100% - 300px);
	}

	#nav .navigation {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 13px;
		line-height: 17px;
	}

	#nav .navigation li {
		border: none;
	}

	#nav .navigation > li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border-left: 1px solid #16171c;
	}

	#nav .navigation > li > a {
		padding: 10px 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	#nav .navigation > li > a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #666d8c;
		z-index: 1;
	}

	#nav .navigation > li.hover .dropdown,
	#nav .navigation > li.active .dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	#nav .navigation .has-drop-down-a:after {
		display: none;
	}

	#nav .navigation .dropdown {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		border: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: opacity .2s linear, visibility .2s linear;
		transition: opacity .2s linear, visibility .2s linear;
	}

	#nav .navigation .list-dropdown {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#nav .navigation .list-dropdown li {
		border-left: 1px solid #0068ac;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	#nav .navigation .list-dropdown a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 2px 28px 9px;
		border-top: 4px solid #0068ac;
	}

	#nav .nav-drop {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.nav-opener {
		display: none;
	}

	h1,
	.h1 {
		font-size: 28px;
		line-height: 32px;
	}

	.visible-mobile {
		display: none !important;
	}

	/*.btn {*/
	/*	font-size: 13px;*/
	/*	line-height: 18px;*/
	/*}*/

	.info-banner .info-box {
		font-size: 20px;
		line-height: 24px;
	}

	.search-form .input-holder {
		float: left;
		width: calc(100% - 150px);
		margin: 0 -10px 0 0;
	}

	.search-form .input-holder .input-group {
		float: left;
		width: calc(36.4% - 10px);
		margin: 0 10px 0 0;
	}

	.search-form .input-holder .input-group:first-child {
		width: calc(63.6% - 10px);
	}

	.search-form .button {
		float: right;
		width: 150px;
		height: 60px;
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		height: 60px;
	}

	.tab-section.small-tabset .tabset {
		margin: 0 -2px 15px;
	}

	.tab-section.small-tabset .tabset .tab-link {
		font-size: 11px;
		line-height: 16px;
		letter-spacing: -.6px;
		padding: 8px 20px;
	}

	.tab-section.small-tabset .tabset > li {
		padding: 0 2px;
		min-width: 80px !important;
		margin-bottom: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: auto;
	}

	.tab-section.small-tabset .tabset > li:first-child {
		min-width: 35px;
	}

	.tab-section.small-tabset .tabset > li:nth-child(2) {
		min-width: 60px;
	}

	.tab-section.small-tabset .tabset > li:nth-child(3) {
		min-width: 60px;
	}

	.tab-section.small-tabset .tabset > li:nth-child(6) {
		min-width: 60px;
	}

	.tab-section.small-tabset .tabset > li:nth-child(7) {
		min-width: 70px;
	}

	.tab-section.small-tabset .tabset > li:nth-child(10) {
		min-width: 50px;
	}

	.tab-section .tabset {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px;
	}

	.tab-section .tabset.inner {
		margin: 0 -2px 15px;
	}

	.tab-section .tabset.inner .tab-link {
		font-size: 11px;
		line-height: 16px;
		letter-spacing: -.6px;
		padding: 8px 5px;
	}

	.tab-section .tabset.inner > li {
		padding: 0 2px;
		width: auto;
		margin-bottom: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.tab-section .tabset.inner > li:first-child {
		min-width: 35px;
	}

	.tab-section .tabset.inner > li:nth-child(2) {
		min-width: 60px;
	}

	.tab-section .tabset.inner > li:nth-child(3) {
		min-width: 60px;
	}

	.tab-section .tabset.inner > li:nth-child(6) {
		min-width: 60px;
	}

	.tab-section .tabset.inner > li:nth-child(7) {
		min-width: 70px;
	}

	.tab-section .tabset.inner > li:nth-child(10) {
		min-width: 50px;
	}

	.tab-section .tabset.small > li {
		min-width: 80px !important;
	}

	.tab-section .tabset.small .tab-link {
		padding: 8px 20px;
	}

	.tab-section .tabset > li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 33.33%;
		padding: 0 5px;
		margin-bottom: 15px;
	}

	.tab-section .ajax-tabset {
		display: block;
		margin: 0;
	}

	.tab-section .ajax-tabset > li {
		display: block;
		margin-bottom: 0;
		padding: 0;
		width: 100%;
	}

	.tab-section .ajax-tabset > li > .tab-link {
		display: none;
	}

	.tab-section .tab-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.tab-section .tab-drop .tab-link {
		font-size: 11px;
		line-height: 22px;
	}

	.tab-drop {
		background: none;
		padding: 0;
		margin: 0;
	}

	.tab-drop.inner {
		background: #fff;
		padding: 20px;
	}

	.tab-drop .columns {
		margin: 0 -10px;
		padding: 0;
		background: none;
	}

	.tab-drop .columns .column {
		float: left;
		width: 41%;
		padding: 0 10px;
	}

	.tab-drop .columns .column:first-child {
		width: 34.5%;
	}

	.tab-drop .columns .column:last-child {
		width: 24.5%;
	}

	.tab-drop .columns .column:last-child .popup {
		left: auto;
		right: 100%;
	}

	.tab-drop .columns .column:last-child .popup:before {
		content: "\e902";
		left: auto;
		right: 0;
	}

	.tab-drop .info-block {
		margin-bottom: 40px;
	}

	.tab-drop .info-block:last-child {
		margin-bottom: 0;
	}

	.tab-drop .info-block .title {
		margin: 0 0 -4px;
	}

	.tab-drop .tab {
		background: #fff;
		padding: 20px;
	}

	.popup-holder .popup {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 999;
		width: 400px;
		top: 0;
		box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
		margin-top: 35px;
		pointer-events: none;
	}

	.nav-links ul {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		font-size: 11px;
		line-height: 14px;
	}

	.banner,
	#slide380 {
		height: 300px;
	}

	.banner .banner-caption,
	#slide380 h1 {
		padding: 20px;
		top: 70px;
	}

	.banner .banner-caption h1,
	#slide380 h1 {
		font-size: 25px;
		line-height: 28px;
	}

	.info-content .list-info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 60%;
		margin: 0 -10px 37px;
	}

	.info-content .list-info > li {
		padding: 0 10px;
	}

	.info-content .text-row {
		margin-bottom: 40px;
	}

	.info-content .text-row .img-holder {
		float: left;
		width: 235px;
		margin: 5px 10px 5px 0;
	}

	.info-content .text-row .img-holder.alignright {
		width: 240px;
		float: right;
		margin: 10px 0 5px 10px;
	}

	.info-content .text-row .img-holder img {
		display: block;
		max-width: none;
		width: 100%;
	}

	.info-content .text-row .text-block {
		text-align: justify;
		margin: 0 0 16px;
	}

	.info-content .list-btns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -8px 27px;
	}

	.info-content .list-btns li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 8px;
	}

	.info-content .list-btns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.info-content .info-cols .col {
		overflow: hidden;
	}

	.info-content .info-cols .col:first-child {
		float: right;
		width: 180px;
		margin: 6px 0 0 15px;
	}

	.intro-block .col {
		margin-bottom: 0;
		float: right;
		width: 30%;
	}

	.intro-block .col:first-child {
		float: left;
		width: 60%;
	}

	.intro-block .img-logo {
		max-width: 270px;
	}

	.info-promo .col {
		float: left;
		width: 40%;
	}

	.info-promo .col:first-child {
		float: right;
		width: 47%;
		margin: 0;
	}

	.info-course .col {
		float: right;
		width: 32%;
	}

	.info-course .col:first-child {
		float: left;
		width: 50%;
	}

	.info-course .info-image {
		margin: 5px 0;
	}

	.course-detail .title-block {
		padding: 0 65px 0 0;
		margin-bottom: 19px;
	}

	.course-detail .title-block .text-block {
		float: left;
		max-width: 70%;
	}
	
	.towns {
		padding-right: 180px;
	}

	.course-detail .img-logo {
		float: right;
		width: 170px;
		margin: 4px 0 0;
	}

	.two-columns > .column {
		float: left;
		width: 250px;
	}

	.two-columns > .column:first-child {
		width: calc(100% - 250px);
		padding: 0 20px 0 0;
	}

	.info-aside {
		padding: 15px;
	}

	.info-form .row .col.small {
		width: 35%;
	}

	.info-form .row .col.medium {
		width: 65%;
	}

	.info-form .checkbox-holder .col {
		margin-top: -5px;
		margin-bottom: 10px;
	}

	.footer-holder {
		padding: 20px;
	}

	.footer-info {
		margin: 0 -10px;
		padding: 0 0 20px;
	}

	.footer-info .col {
		float: left;
		padding: 0 10px;
		margin-bottom: 0;
		width: 40%;
	}

	.footer-info .col {
		width: 33%;
	}

	.footer-info .h3 {
		font-size: 15px;
	}

	.footer-frame .info-login {
		text-align: right;
	}
	
	.footer-frame .copyright {
	}
}

@media (min-width: 1024px) {
	.header-holder .list-countries {
		font-size: 11px;
	}

	#nav .navigation {
		font-size: 15px;
		line-height: 19px;
	}

	.visible-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: none !important;
	}

	/*.btn {*/
	/*	font-size: 16px;*/
	/*	line-height: 23px;*/
	/*}*/

	.info-banner {
		height: 636px;
	}

	.search-form .input-holder {
		width: calc(100% - 210px);
	}

	.search-form .button {
		width: 210px;
	}

	.tab-section.small-tabset .tabset .tab-link {
		font-size: 14px;
		line-height: 22px;
	}

	.tab-section .tabset.inner .tab-link {
		font-size: 14px;
		line-height: 22px;
	}

	.tab-section .tab-drop .tab-link {
		font-size: 14px;
		line-height: 22px;
	}

	.tab-drop.inner {
		padding: 45px 45px 55px;
	}

	.tab-drop .tab {
		padding: 45px 45px 55px;
	}

	.popup-holder .popup {
		width: 450px;
	}

	.popup-holder .popup h3 {
		font-size: 22px;
		line-height: 25px;
	}

	.nav-links ul {
		font-size: 14px;
		line-height: 18px;
	}

	.banner {
		height: 380px;
	}

	.banner .banner-caption {
		top: 92px;
		padding: 30px 20px;
	}

	.banner .banner-caption h1 {
		font-size: 33px;
		line-height: 37px;
	}

	.info-content .info-cols .col:first-child {
		width: 225px;
	}

	.heading-title {
		padding: 0 0 0 25px;
	}

	.heading-title:before {
		width: 15px;
		height: 15px;
		top: 5px;
	}

	.intro-block {
		padding: 28px 12px 0 0;
		margin-bottom: 82px;
	}

	.info-promo .info-wrap {
		padding: 8px 7px 6px 20px;
	}

	.info-promo .h1 {
		font-size: 27px;
		line-height: 30px;
	}

	.course-detail .title-block h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.two-columns > .column {
		width: 325px;
	}

	.two-columns > .column:first-child {
		width: calc(100% - 325px);
	}

	.info-aside {
		padding: 18px 25px 24px;
		margin-bottom: 30px;
	}

	.info-aside.info-contact {
		padding: 35px 25px 45px;
	}

	.info-aside h2 {
		font-size: 23px;
		line-height: 26px;
	}

	.footer-info .h3 {
		font-size: 17px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1280px) {
	.header-holder .info-block {
		width: 340px;
	}

	.logo {
		max-width: 320px;
		margin: 0;
	}

	#nav {
		width: calc(100% - 340px);
	}

	#nav .navigation > li > a {
		padding: 10px 30px;
	}

	.info-banner .holder {
		padding-top: 172px;
	}
}

@media (min-width: 1500px) {
	.popup-holder .popup {
		left: 100%;
	}
}

@media (max-width: 1023px) {
	.hidden-tablet {
		display: none !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (max-width: 767px) {
	#nav .navigation > li > a br {
		display: none;
	}

	#nav .navigation .has-drop-down-a {
		padding-right: 40px;
	}

	#nav .nav-drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		background: #16325c;
		border-top: 1px solid #7b8ba3;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .2s linear, visibility .2s linear;
		transition: opacity .2s linear, visibility .2s linear;
	}

	.nav-active #nav .nav-drop {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.hidden-mobile {
		display: none !important;
	}

	.visible-tablet {
		display: none !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.tab-section .js-fake-tabset {
		display: none;
	}
}

input.input_field_pot {
	display: none !important;
}

.textarea-wrap>div{
	border: 1px solid #888888;
	background-color: white;
}
