
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/PT_Sans/PTSans-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
/*
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/font/PT_Sans/PTSans-Bold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/


* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	background-color: white;
}

body {
	color: #004179;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #004179;
}
input, textarea, select {
	font-family: 'Inter', sans-serif;
}
input[type="text"] {
	border: 1px solid #DDD;
}
input[type="submit"], .factoring-menu .button, .button {
	background: #004179;
	border: none;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.factoring-menu .button, .button {
	display: inline-block;
	padding: 10px 20px;
}
.factoring-menu .button-block {
	display: block;
	width: auto;
}
.button:hover, input[type="submit"]:hover {
	background-color: #0A4F87 !important;
}
.button:active, input[type="submit"]:active {
	border-top: 1px solid transparent !important;
	border-bottom: none!important;
}
#selectnav1 {
	display: none;
}
#root {
	background: #F2F6F9 !important;
	margin: 0 auto;
}
#top_out {
	background: #F2F6F9;
	height: 70px;
	font-size: 22px;
	list-style: none;
	overflow: hidden;
	display: none;
}
#top_out li {
	overflow: hidden;
	display: none;
}
#top_out li.active {
	display: block;
}
#top_out p {
	float: left;
	margin: 20px 30px 20px 60px;
}
#top_out div {
	padding: 15px 0 0;
}
#top_out form {
	float: left;
}
#top_out .fly_3 input[type="text"] {
	background: #FFF url(/static/images/flyout-search.png) 15px 10px no-repeat !important;
	width: 615px;
	padding-left: 45px!important;
}
#top_out input[type="text"], #top_out input[type="password"] {
	background: #FFF;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: 1px solid #DDD;
	color: #a3b0c3;
	font-size: 18px;
	min-width: 260px;
}
#top_out input[type="password"] {
	margin: 0 15px;
}
#top_out input[type="submit"] {
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	font-size: 16px;
}
#top_out .fly_1 a {
	text-decoration: underline;
	font-size: 15px;
	margin-left: 15px;
}
#top_out input {
	display: block;
	float: left;
}
#top_nav {
	border-bottom: 1px solid #F2F6F9;
	margin: 0 60px 30px;
	overflow: hidden;
}
#top_nav .soc_li {
	list-style: none;
	overflow: hidden;
	float: left;
	padding: 10px 0;
}
#top_nav .soc_li li {
	float: left;
}
#top_nav .soc_li a {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
#top_nav .soc_li a:hover {
	transform: rotate(10deg);
	transition: all 0.2s linear;
}
.soc_1 a {
	background-image: url(images/social-g.png);
}
.soc_2 a {
	background-image: url(images/social-t.png);
}
.soc_3 a {
	background-image: url(images/social-f.png);
}
.soc_4 a {
	background-image: url(images/social-x.png);
}
.soc_5 a {
	background-image: url(images/social-l.png);
}
#top_nav .flyout {
	list-style: none;
	overflow: hidden;
	float: right;
}
#top_nav .flyout li {
	float: left;
}
#top_nav .flyout li:before {
	content: " ";
	float: left;
	border-left: 1px solid #CCD8E4;
	height: 30px;
	margin: 10px 3px 0 0;
}
#top_nav .flyout li:first-child:before {
	display: none;
}
#top_nav .flyout a {
	display: inline-block;
	background-position: 10px center;
	background-repeat: no-repeat;
	font-size: 18px;
	padding-left: 38px;
	padding-right: 20px;
	margin-left: 10px;
	height: 50px;
	line-height: 50px;
}
#top_nav .flyout a:hover, #top_nav .flyout li:hover, #top_nav .flyout .active {
	background-color: #F2F6F9;
}
#top_nav .flyout li:hover:before {
}
#top_nav .fly_1 a {
	background-image: url(/static/images/flyout-partner.png);
}
#top_nav .fly_2 a {
	background-image: url(/static/images/flyout-newsletter.png);
}
#top_nav .fly_3 a {
	background-image: url(/static/images/flyout-search.png);
}
#header {
	overflow: hidden;
	font-size: 22px;
	margin-bottom: 10px;
}
#logo {
	float: left;
	margin-left: 45px;
}
#header .find_con {
	background: url(images/agent-icon.png) 15px 10px no-repeat;
	float: left;
	padding-left: 65px;
	margin-left: 175px;
}
#header .find_con input {
	float: left;
	display: block;
}
#header .find_con input[type="text"] {
	width: 160px;
	padding: 0 10px;
	height: 33px;
	line-height: 33px;
	border-color: #b8b8b8;
	color: #b8b8b8;
	font-size: 18px;
}
#header .find_con input[type="submit"] {
	width: 90px;
	height: 35px;
	line-height: 33px;
	font-weight: bold;
	font-size: 16px;
}
#header .support {
	background: url(/static/images/phone-icon.png) 15px 10px no-repeat;
	float: left;
	padding-left: 65px;
	width: 215px;
	margin-left: 30px;
	height: 50px;
	display: flex;
	align-items: center;
}
#header .support b {
	display: block;
	margin-bottom: -4px;
}
#header .support i {
	font-style: normal;
	font-size: 14px;
	display: block;
}
#nav {
	background: transparent;
	color: #054277;
	text-align: center;
	height: 85px;
}
#nav > ul {
	display: inline-block;
	text-align: left;
	list-style: none;
	color: #054277;
}
#nav > ul > li {
	float: left;
	height: 60px;
	line-height: 26px;
	padding: 15px 0 10px;
	position: relative;
	color: #054277;
}
#nav > ul > li > a {
	height: 45px;
	padding-right: 30px;
	display: block;
	background: url(/static/images/navi-down.png) 90% top no-repeat;
	border-left: 1px solid #FFF;
	padding: 0px 50px 0 20px;
	max-width: 90px;
	font-size: 20px;
	color: #054277;
}
#nav > ul > li:nth-child(2) > a {
	max-width: 120px;
}
#nav > ul > li:first-child a {
	border-left: none;
	padding-right: 10px;
	text-indent: -9000px;
}
#nav > ul > li:first-child > a {
	display: block;
	width: 70px;
	background: url(/static/images/confee-home.png) center top no-repeat !important;
	background-position: center bottom !important;
}
#nav > ul > li:first-child:hover > a {
	background-position: center bottom !important;
}
#nav > ul > li:hover {
	background: #F2F5F8;
}
#nav > ul > li:hover + li a {
	border-left: 1px solid transparent;
}
#nav > ul > li:hover > a {
	color: #054277;
}
#nav > ul > li:hover > ul {
	display: block;
}
#nav ul ul {
	position: absolute;
	display: none;
	z-index: 5;
	background: #FFF;
	list-style: none;
	width: 100%;
	left: 0;
	border-bottom: 3px solid #004179;
	box-shadow: 0 15px 15px 2px #aaa;
}
#nav ul ul li {
	position: relative;
}
#nav > ul > li:hover > ul > li:hover > ul {
	display: block;
}
#nav ul ul ul {
	left: 191px;
    top: 1px;
	z-index: 4;
}
#nav ul ul a {
	font-size: 18px;
	color: #004179;
	margin: 0 27px;
	border-top: 1px solid #004179;
	display: block;
	min-height: 26px;
	line-height: 26px;
	padding: 7px 0;
}
#nav ul ul li:first-child a {
	border-top: none;
}
#nav ul ul li:hover {
	background: #F2F5F8;
}
#nav a {
	color: #FFF;
	font-size: 22px;
}
#slider {
	height: 400px;
	overflow: hidden;
	position: relative;
}
#slider .jcarousel {
	height: 400px;
	font-size: 18px;
	position: relative;
}
#slider .jcarousel ul  {
	list-style: none;
	width: 2000em;
	position: relative;
	height: 400px;
}
#slider .jcarousel li {
	width: 1140px; 
	height: 400px;
	float: left;
	position: relative;
}
#slider img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
#slider .content {
	background: url(images/slide-element.png) no-repeat;
	padding: 67px 0 0 90px; 
	margin: 115px 0 0 150px;
	height: 126px;
	width: 344px;
	position: absolute;
	z-index: 2;
}
#slider .jcarousel b {
	font-size: 26px;
}
#slider .jcarousel p {
	color: #000;
}
#slider .jcarousel a.ar {
	background: url(images/slide-button-sprite.png) left top no-repeat;
	width: 50px;
	height: 129px;
	position: absolute;
	right: -50px;
	top: 48px;
}
#slider .jcarousel a:hover {
	background-position: left bottom;
}
#slider .nav {
	list-style: none;
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
}
#slider .nav li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #FFF;
	border-radius: 12px;
	cursor: pointer;
	margin-left: 10px;
	text-indent: -9000px;
}
#slider .nav li:first-child {
	margin-left: 0;
}
#slider .nav li.active {
	background-color: #054277;
}
#slider span {
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	width: 62px;
	height: 62px;
	cursor: pointer;
	top: 155px;
	z-index: 3;
}
#slider .left {
	background-image: url(images/slide-left.png);
	left: 30px;
}
#slider .right {
	background-image: url(images/slide-right.png);
	right: 30px;
}
#benefits {
	background: #F7F7F7;
	text-align: center;
	padding: 20px 0 40px;
}
#benefits > b {
	display: block;
	font-size: 26px;
	padding: 20px 0;
}
#benefits ul {
	overflow: hidden;
	list-style: none;
	text-align: center;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
#benefits li {
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	float: left;
	padding-top: 160px;
	font-size: 16px;
	color: #3f3f3f;
}
#benefits li b {
	font-size: 22px;
	color: #004179;
	display: block;
	margin-top: 30px;
}

#benefits li img {
	width: 120px;
	height: 120px;
}

#benefits li {
	padding: 2em;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	max-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px;
}

#content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
	overflow: hidden;
}

.right hr {
	border: none !important;
	outline-color: transparent;
	border-top: 1px solid #CCC !important;
	color: transparent;
}

#content .breadcrumb {
	overflow: hidden;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #CCC;
	margin: 0 60px 30px;
	height: 50px;
	line-height: 50px;
}
#content .breadcrumb a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
#content .breadcrumb > * {
	list-style: none;
	float: left;
}
#content .breadcrumb li {
	float: left;
	margin-left: 8px;
}
#content .breadcrumb li:before {
	content: "»";
	margin-right: 8px;
}
#content .breadcrumb li:first-child:before {
	display: none;
}
#content .left {
	float: left;
	width: 205px;
	margin: 0 10px 0 60px;
}
#content .left a {
	font-size: 18px;
	font-weight: bold;
	color: #004179;
}
#content .left > ul {
	list-style: none;
	background: #F7F7F7;
	padding: 0 25px;
}
#content .left > ul ul {
	list-style: none;
}
#content .left > ul > li {
	border-top: 1px solid #C6C6C6;
	min-height: 20px;
	padding: 20px 0 20px 18px;
	line-height: 20px;
	background: url(images/subnavi-arrow.png) left 24px no-repeat;
	position: relative;
}
#content .left ul ul li a {
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
}
#content .left ul i {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 21px; 
	right: -13px;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
	font-style: normal;
}
#content .left li a:hover {
	text-decoration: underline;
}
#content .left li li {
	background: url(images/subnavi-arrow_small.png) left 5px no-repeat;
	margin-left: -15px; 
	padding-left: 15px;
}
#content .left li:first-child {
	border: none;
}
#content .left div {
	background: #F7F7F7;
	margin-top: 20px;
	font-size: 16px;
	padding: 15px 25px;
}
#content .left b {
	display: block;
}
#content .right {
	float: left;
	width: 785px; 
	margin: 0 60px 0 20px;
}
#content .right h1 {
	font-size: 30px;
	font-weight: bold;
	color: #004179;
}
#content .right p.special {
	font-size: 20px;
}
#content .right p {
	line-height: 22px;
	color: #1d1d1b;
	font-size: 16px;
	margin: 15px 0;
}
#content .right ul.styled {
	font-size: 16px;
	line-height: 26px;
	padding-left: 34px;
	list-style-type: square;
}
#content .boxes {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	list-style: none;
	width: 90%;
	margin: 0 auto;
}
#content .boxes h3 b {
	font-size: 26px;
	font-weight: bold;
	display: block;
}
#content .boxes h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	line-height: 28px;
}
#content .boxes h3 a {
	border-bottom: 1px solid #CCD8E4;
}
#content .boxes p {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin: 20px;
}
#content .boxes .button, form.styled .button, .profile_search_side .button, .styled-button {
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	background: #054277 url(images/button-arrow.png) 16% center no-repeat;
	display: block;
	text-align: center;
	padding: 5px 5% 5px 10%;
	margin: 20px;
	border-bottom: 1px solid transparent;
}
form.styled .button, .styled-button {
	font-size: 16px;
	padding: 5px 2% 5px 6%;
	margin-right: 12px; 
}
form.styled .button.fixbtn {
	display: inline-block;
	padding-left: 40px;
	background-position: 15px center;
}
form.styled.nomargin, .greybg.nomargin {
	margin: 0;
}
.styled-button {
    display: inline-block;
}
#content .boxes input.button {
	width: 279px; 
	margin: 20px 1px; 
	padding: 5px 15px 5px 35px;
	background-position: 10% center;
}
#content .boxes .check li {
	background: url(images/confee-check.png) left 5px no-repeat;
	font-size: 16px;
	padding-left: 34px;
	margin-bottom: 12px;
	margin-left: 4px;
	color: #000;
}
#content .boxes > li {
	width: 320px;
	height: 460px;
	float: left;
	border: 1px solid #CCD8E4;
	margin: 30px 0 0 30px;
}
#content .boxes ul {
	list-style: none;
	margin: 15px 15px 15px 25px;
}
#content .boxes .cal li {
	margin-bottom: 25px;
	min-height: 80px;
}
#content .boxes .cal div {
	font-size: 16px;
	background: #054277; 
	width: 65px;
	height: 80px;
	color: #FFF;
	text-align: center;
	line-height: 26px;
	float: left;
	clear: both;
	margin: 0 10px 0 0;
}
#content .boxes .cal b {
	display: block;
	color: #004179;
}
#content .boxes .cal i {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 33px;
}
#content .boxes .cal a {
	text-decoration: underline;
}
#content .boxes .cal a:hover, #content .boxes .soc li a:hover {
	font-weight: bold;
}
#content .boxes input[type="text"] {
	font-size: 16px;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	width: 237px;
}
#content .boxes .soc li {
	display: block;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 40px; 
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
}
#content .boxes .soc li a {
	text-decoration: underline;
	display: block;
}
#content .boxes .soc .fb {
	background-image: url(images/social-f.png);
}
#content .boxes .soc .xi {
	background-image: url(images/social-x.png);
}
#content .boxes .soc .tw {
	background-image: url(images/social-t.png);
}
.cal_info {
	background: url(images/confee-kalender.jpg) no-repeat;
	margin: 5px 10px 0 20px;
}
.dates_info, .cal_info {
	float: right;
	font-size: 19px;
	min-height: 230px;
	margin: 5px 0 0 30px;
	width: 284px;
	display: block;
}
.dates_info ul {
	list-style: none;
}
.dates_info > b {
	display: block;
	margin-bottom: 15px;
}
form.styled, .greybg {
	background: url(images/kalender-background.png) repeat-x;
	overflow: hidden;
	padding: 3px 10px 5px; 
	margin: 60px 0 10px;
	font-size: 18px;
}
form.styled div {
	border-bottom: 3px solid #0A4376;
	line-height: 30px;
	padding: 5px 0; 
	margin-bottom: 10px;
}
form.styled div i {
	font-style: normal;
	float: right;
	font-size: 14px;
}
form.styled ul {
	list-style: none;
	margin: 0 10px;
}
form.styled li {
	float: left;
	width: 50%;
	min-height: 40px;
	line-height: 40px;
}
form.styled li.big {
	width: 100%;
}
form.styled li.big label {
	margin-left: 0!important;
}
form.styled label {
	cursor: pointer;
	width: 110px;
	display: block;
	float: left;
}
form.styled li:nth-child(odd) label {
	margin-left: 13px;
}
form.styled label.big {
	display: block;
	float: none;
	width: 200px;
}
form.styled input[type="text"], form.styled select, form.styled textarea {
	padding: 0 8px;
	background: transparent;
	border: 1px solid #0A4376;
	font-size: 18px;
}
form.styled input[type="text"] {
	width: 230px;
	line-height: 30px;
	height: 30px;
}
form.styled select {
}
form.styled select option {
	padding-right: 8px;
	text-align: right;
}
form.styled textarea {
	display: block;
	width: 725px;
	padding: 8px;
}
form.styled input[type="submit"] {
	float: right;
}

form.styled input.error, form.styled select.error {
border: 1px solid #fd7d7d;
background-color: #fcd1d1;
}
.error-msg {
	color: #fd7d7d !important;
}
#participants_names {
	display: none;
}
#participants_names li {
	display: none;
}
#participants_names input[type="text"] {
	width: 210px;
}
.cal_big {
	background: url(images/kalender-background.png) repeat-x;
	padding: 10px 15px;
	margin:0;
}
.cal_big > b {
	display: block;
	font-size: 18px;
	margin: 3px 0 13px;
}
.cal_big table, table {
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	color: #1d1d1b;
}
.cal_big table a {
	text-decoration: none;
}
.cal_big table a:hover {
	text-decoration: underline;
}
.cal_big table thead, table thead {
	background: #0A4376;
	height: 50px;
	color: #FFF;
	text-align: left;
}
.cal_big table th, table th {
	font-weight: bold;
}
.cal_big table td, table td {
	height: 50px;
}
.cal_big table td, .cal_big table th, table th, table td {
    padding: 5px;
}
.cal_big tr:nth-child(odd) {
}
.cal_big tr:nth-child(even), tr:nth-child(even) {
	background: #F7F7F7;
}
.cal_big a {
	text-decoration: underline;
}
.cal_big .title {
	width: 270px;
}
td, th, table {
	font-size: 14px;
	border: none;
	text-align: left;
}
th {
	background-color: #0a4376;
	color: white;
}
tr :first-child {
	padding-left: 8px;
}
#twitter-widget-0 {
	margin: 0 15px !important;
	width: 292px !important;
}
h1.profile {
	margin: 0 0 15px;
}
h1.profile span {
	font-size: 16px;
	font-weight: normal;
}
div.profile {
	background: url(images/kalender-background.png) center top repeat-x;
	padding: 20px 20px;
}
#content .profile p, .profile ul {
	margin: 0 0 15px;
}
.profile b, .profile h3 {
    font-size: 17px;
    line-height: 22px;
	color: #004179;
}
.profile li {
	color: #1d1d1b;
    font-size: 17px;
    line-height: 22px;
	list-style: none;
	padding: 0 0 0 25px;
	background: url(images/confee-check.png) center left no-repeat;
	margin: 5px 0;
}
.profile .aside {
	float: right;
	clear: right;
	margin: 0 0 30px;
}
#content .left .profile_search_side {
	margin-top: 0;
}
.profile_search_side input[type="text"] {
	line-height: 37px;
	height: 37px;
	border: 1px solid #c6c6c6;
	color: #1d1d1b;
	padding: 0 5px;
	margin: 10px 0 5px;
	width: 142px;
}
.profile_search_side span {
	display: block;
	color: #1d1d1b;
	margin: 0 0 5px;
}
.profile_search_side b {
	border-bottom: 1px solid #c6c6c6;
	font-size: 19px;
	padding: 0 0 2px;
}
.profile_search_side .button {
	font-size: 18px;
	margin: 13px 0 5px 5px;
	padding: 5px 0 5px 20px;
	width: 147px;
}
.profile_search_side label {
	color: #1d1d1b;
	font-size: 13px;
	cursor: pointer;
}
#content .profile_search .aside {
	float: right;
	clear: right;
	color: #004179;
}
.profile_search div {
	background: url(images/kalender-background.png) center top repeat-x;
	padding: 10px 15px;
}
.profile_search table {
	border-spacing: 0 3px;
    border-collapse: separate;
	width: 100%;
	text-align: left;
	font-size: 15px;
	color: #004179;
}
.profile_search table a {
	text-decoration: none;
}
.profile_search table a:hover {
	text-decoration: underline;
}
.profile_search table thead {
	background: #0A4376;
	height: 50px;
	color: #FFF;
}
.profile_search table tr.special td {
	background: #FFF18B;
}
.profile_search table td {
	background: #F7F7F7;
}
.profile_search table th {
	font-weight: normal;
	font-size: 18px;
}
.profile_search table td {
	height: 50px;
}
.profile_search table td, .profile_search th {
    padding: 5px 5px 5px 10px;
}
.search {
	margin: 0 60px;
}
.search p {
	color: #1d1d1b;
	font-size: 18px;
}
.search ul {
	list-style: none;
	background: url(images/kalender-background.png) center top repeat-x;
	padding: 0 20px;
	margin: 20px 0 0;
	color: #1d1d1b;
	font-size: 18px;
}
.search li {
	border-top: 1px solid #0A4376;
	padding: 20px 0;
}
.search li:first-child {
	border-top: none;
}
.search b {
	display: block;
	color: #0A4376;
}
.search a {
	display: block;
	text-align: right;
	text-decoration: underline;
}
.news_hor {
	list-style: none;
	background: url(images/kalender-background.png) center top repeat-x;
	overflow: hidden;
	margin: 20px 0;
}
.news_hor li {
	float: left;
	width: 342px;
	margin: 20px 25px;
}
.news_hor b {
	color: #054278;
	font-size: 16px;
	margin: 8px 0;
	display: block;
}
.news_hor img {
	display: block;
}
.news_hor span {
	display: block;
	background: #054278;
	color: #FFF;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
}
.news_hor a {
	display: block;
	color: #054278;
	text-decoration: underline;
	font-size: 16px;
	margin: 5px 0;
	text-align: right;
}
.news_hor p {
	text-align: justify;
	margin: 0 !important;
}
.news_ver {
	list-style: none;
}
.news_ver li {
	overflow: hidden;
	border-top: 1px solid #054277;
	padding: 20px 0;
}
.news_ver li:first-child {
	border-top: none;
}
.news_ver b {
	color: #054278;
	display: block;
	font-size: 20px;
}
.news_ver img {
	display: block;
	float: left;
	width: 125px;
	height: 80px;
	margin: 0 10px 0 0;
}
.news_ver a {
	display: block;
	color: #054278;
	text-decoration: underline;
	font-size: 16px;
	margin: 5px 0;
	text-align: right;
}
.news_ver p {
	text-align: justify;
	margin: 0!important;
	line-height: 20px !important;
}
.news_ver div {
	background: #054277;
	clear: both;
	color: #fff;
	float: left;
	font-size: 16px;
	height: 80px;
	line-height: 26px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 65px;
}
.news_ver div i {
	display: block;
	font-size: 33px;
	font-style: normal;
	font-weight: bold;
}
.layer {
	backface-visibility: hidden;
	height: auto;
	left: 50%;
	max-width: 630px;
	min-width: 320px;
	position: fixed;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	visibility: hidden;
	width: 50%;
	z-index: 2000;
}
.layer-show {
	visibility: visible;
}
.layer-show ~ .overlay {
	opacity: 1;
	visibility: visible;
}
.layer .lcontent {
	background: #F7F7F7;
	border-radius: 3px;
	font-size: 16px;
	margin: 0 auto;
	opacity: 0;
	padding: 0 0 30px;
	position: relative;
	transform: translateY(20%);
	transition: all 0.3s ease 0s;
}
.layer-show.layer .lcontent {
	opacity: 1;
	transform: translateY(0px);
}
.lcontent b {
	background: #054277;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.lcontent p {
	line-height: 27px;
	margin: 20px 0;
	text-align: center;
	color: #2b2b2b;
}
.layer .button {
	background: #004179;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	margin: 30px auto 0;
	width: 200px;
}
.layer .button:hover {
	background: #004179;
}
.layer .button:before {
	font-size: 140%;
	height: 100%;
	left: 0;
	line-height: 3;
	position: absolute;
	right: 10px;
	top: 0;
	width: 60px;
	z-index: 2;
}
.layer .button:after {
	background: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-20deg);
	transform-origin: 0 0 0;
	transition: all 0.3s ease 0s;
	width: 30%;
	z-index: 1;
}
.layer .button:hover:after {
	width: 40%;
}

.layer2 {
	backface-visibility: hidden;
	height: auto;
	left: 50%;
	width: 630px;
	/*min-width: 320px;*/
	position: fixed;
	margin-left: -315px;
	/*top: 50%;*/
	top: 20%;
	transform: translateX(-50%) translateY(-50%);
	visibility: hidden;
	/*width: 50%;*/
	z-index: 2000;
}
.layer-show2 {
	visibility: visible;
}
.layer-show2 ~ .overlay {
	opacity: 1;
	visibility: visible;
}
.layer2 .lcontent2 {
	background: #F7F7F7;
	border-radius: 3px;
	font-size: 16px;
	margin: 0 auto;
	opacity: 0;
	padding: 0 0 30px;
	position: relative;
	transform: translateY(20%);
	transition: all 0.3s ease 0s;
}
.layer-show2.layer2 .lcontent2 {
	opacity: 1;
	transform: translateY(0px);
}
.lcontent2 b {
	background: #054277;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.lcontent2 p {
	line-height: 27px;
	margin: 20px 0;
	text-align: center;
	color: #2b2b2b;
}
.layer2 .button {
	background: #004179;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	/*line-height: 40px;*/
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	margin: 30px auto 0;
	width: 200px;
}
.layer2 .button:hover {
	background: #004179;
}
.layer2 .button:before {
	font-size: 140%;
	height: 100%;
	left: 0;
	line-height: 3;
	position: absolute;
	right: 10px;
	top: 0;
	width: 60px;
	z-index: 2;
}
.layer2 .button:after {
	background: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-20deg);
	transform-origin: 0 0 0;
	transition: all 0.3s ease 0s;
	width: 30%;
	z-index: 1;
}
.layer2 .button:hover:after {
	width: 40%;
}
.layer2 form {
	text-align:center;
}
.layer2 input {
	margin: 20px !important;
	float: left !important;
}
.layer2 input[type="text"] {
	height: 38px !important;
	width: 310px !important;
}

.layer2, .layer2 .button {
	font-family: 'PT Sans', sans-serif !important;
	font-size: 16px !important;
}

.overlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}
ul.wiki_nav {
	list-style: none;
	overflow: hidden;
	margin: 10px 0;
	border: 1px dotted #CCC;
	width: 675px;
}
ul.wiki_nav li {
	float: left;
	font-size: 18px;
	border-left: 1px solid #CCC;
}
ul.wiki_nav a {
	display: block;
	width: 25px;
	text-align: center;
}
ul.wiki_nav a:hover {
	background: #F2F6F9;
}
ul.wiki_nav li:first-child {
	border: none;
}
h2.wiki_nav {
	margin: 10px 0;
}

ul.wiki {
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	list-style: none;
}
ul.wiki li {
	border-top: 1px solid #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
}
ul.wiki li:nth-child(2n+1) {
	background: #F2F6F9;
}
ul.wiki b:hover {
	text-decoration: underline;
}
ul.wiki li:first-child, ul.wiki li:first-child b {
	font-weight: bold !important;
	cursor: unset !important;
	height: 22px !important;
	text-decoration: none !important;
}
ul.wiki b {
	font-style: normal;
	color: #1d1d1b;
    font-size: 14px;
	line-height: 22px;
	float: left;
	width: 160px;
	display: block;
	margin-left: 8px;
	cursor: pointer;
	font-weight: normal;
}
ul.wiki span {
	height: 20px;
    overflow: hidden;
	float: left;
	width: 605px;
}
ul.wiki span.open {
	overflow: visible;
	height: inherit;
}
#content ul.wiki span, #content ul.wiki span p {
	margin: 0;
	color: #1d1d1b;
    font-size: 14px;
	line-height: 22px;
}

ul.download {
	list-style: none;
	overflow: hidden;
	margin: 10px 0;
	border: 1px dotted #CCC;
	width: 675px;
}
ul.download li {
	float: left;
	font-size: 18px;
	border-left: 1px solid #CCC;
}
ul.download a {
	display: block;
	width: 25px;
	text-align: center;
}
ul.download a:hover {
	background: #F2F6F9;
}
ul.download li:first-child {
	border: none;
}
h2.download {
	margin: 10px 0;
}
dl.download {
	border-left: 1px dotted #CCC;
	position: relative;
}
dl.download dt, dl.download dd {
	border-top: 1px solid #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
dl.download dt:first-child, dl.download dt:first-child + dd {
	border: none;
}
dl.download dt {
	position: absolute;
	margin-left: 10px;
	cursor: pointer;
}
dl.download dt:hover {
	text-decoration: underline;
}
dl.download dt:nth-child(4n+1) + dd {
	background: #F2F6F9;
}
dl.download .h {
	font-weight: bold;
	cursor: unset!important;
	height: 22px!important;
	text-decoration: none!important;
}
dl.download dfn {
	font-style: normal;
	color: #1d1d1b;
    font-size: 14px;
	line-height: 22px;
}
dl.download dd {
	padding-left: 600px;
	height: 20px;
    overflow: hidden;
}
dl.download dd.open {
	overflow: visible;
	height: inherit;
}
#content dl.download dd, #content dl.download dd p {
	margin: 0;
	color: #1d1d1b;
    font-size: 14px;
	line-height: 22px;
}





#footer {
	background: #F7F7F7;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	padding: 0 50px;
}
#footer p {
	float: left;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	float: right;
}
#footer li {
	float: left;
}
#footer li:before {
	content: "|";
	margin: 0 20px;
}
#footer li:first-child:before {
	display: none;
}
.redtable {
	border-collapse: separate;
	border-spacing: 0 5px;
}
.redtable th {
	background-color: #0A4376;
	text-transform: uppercase;
}
.redtable td {
	padding: 3px 0;
	height: auto;
}
.redtable tr {
	background-color: transparent;
}
.redtable td:nth-child(2n){
	background-color: #ebebec;
	text-align:center;
}

#toggleNavBtn {
	display: none;
}

#content .boxes > li:nth-child(3n+1) {
		margin-left: 0;
	}
	
	
.prim-button {
	background: #C60337;
	border: none;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	display: inline-block;
	color: white;
	padding: 10px 15px;
	font-family: 'PT Sans', sans-serif;
	transition: all 0.2s;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Home Slider -> Start */

.home_slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.home_slider img {
	width: 100%;
}

/* Home Slider -> End */

/* desktop */
@media only screen and (min-width: 960px) {
	body {
		background: #F2F2F2 center top no-repeat;
		background-size: cover;
	}
	#root {
		box-shadow: 0 0 15px 2px #BBB;
	}
	#nav .nav_ul li > a[href="/warum-fuer-berater/"] {
		max-width: 100px;
	}
	
}
/* tablet
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#root {
		width: 940px;
	}
}

/* mobiles */

#navToggleBtn {
	display: none;
}

@media only screen and (max-width: 767px) {
	#root {
		width: 100%;
	}
	#slider, #nav_ul {
		display: none !important;
	}
	#selectnav1 {
	    cursor: pointer;
		display: block;
		float: left;
		font-size: 14px;
		height: 37px;
		margin: 15px 0;
		padding: 8px;
		width: 100%;
	}
	#content .boxes > li:nth-child(2n+1) {
		margin-left: 0;
	}
	
	#top_nav {
		margin: 0;
	}
	
	.soc_li {
		float: none !important;
	}
	
	.flyout {
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
	}
	
	.flyout a, .flyout li {
		margin: 0 !important;
		border: none !important;
	}
	
	#logo {
		float: none !important;
		display: block !important;
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.find_con, .support {
		margin-left: 0 !important;
		width: auto !important;
	}
	
	.find_con {
		height: 100px !important;
	}
	
	#top_out {
		height: auto !important;
	}
	
	#top_out li > p {
		margin-left: 25px !important;
	}
	
	#top_out div {
		display: block !important;
		width: auto !important;
		padding: 10px 25px !important;
	}
	
	#top_out li > form {
		float: none !important;
	}
	
	#root > span {
		display: none;
	}
	
	#top_out div > * {
		float: none !important;
	}
	
	.fly_1 input[type="password"] {
		margin: 0 !important;
	}
	
	#top_out input, #content input {
		box-sizing: border-box;
		width: 100% !important;
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	
	#toggleNavBtn {
		display: block;
		line-height: 50px;
		cursor: pointer;
	}
	
	#nav {
		height: auto !important;
	}
	
	#nav li, #nav a {
		display: block !important;
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
		max-width: 100% !important;
		height: auto !important;
		background-image: none !important;
	}
	
	#nav li {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	
	#nav a {
		line-height: 40px !important;
		padding-left: 5px !important;
		border: none !important;
	}
	
	.nav_ul {
		width: 100% !important;
	}
	
	.submenu {
		display: block !important;
		position: relative !important;
		box-shadow: none !important;
	}
	
	.submenu a {
		margin: 0 !important;
	}
	
	#benefits li {
		display: block !important;
		float: none !important;
		margin: 20px 15px !important;
		background-image: none !important;
		padding-top: 0 !important;
		text-align: left !important;
		width: auto !important;
	}
	
	#benefits ul {
		text-align: left !important;
	}
	
	.boxes li {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	
	.boxes li > img {
		width: 100% !important;
		height: auto !important;
	}
	
	#twitter-widget-0 {
		width: 100% !important;
	}
	
	#footer p {
		float: none !important;
	}
	
	#footer ul, #footer li, #footer a {
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 22px !important;
	}
	
	#footer li::before {
		 content: "" !important;
		 margin: 0 !important;
	}
	
	.left {
		display: none;
	}
	
	.right {
		width: auto !important;
		margin: 0 10px 0 10px !important;
		float: none !important;
	}
	
	p img, h2 img, article img, .right img {
		max-width: 100% !important;
		margin: 0 !important;
		float: none !important;
		height: auto;
		width: 100% !important;
	}
	
	table, td, th {
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
		float: none !important;
	}

	table {
		width: 100% !important;
	}
	
	.right form {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		overflow: auto !important;
	}
	
	.right form li {
		display: block !important;
		float: none !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.right form label {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	form textarea {
		width: 100% !important;
	}
	
	* {
		box-sizing: border-box !important;
	}
	
	.button {
		width: auto !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	
	input {
		-webkit-appearance: none !important;
		border-radius: 0 !important;
	}
	
	.cal_info {
		display: none;
	}
	
	.cal_big {
		max-width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		overflow-x: scroll !important;
		overflow-y: hidden !important;
	}
	
	.news_hor li, .news_ver li {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
	}
	
	.wiki_nav {
		width: auto !important;
		max-width: 100% !important;
	}
	
	.wiki b {
		float: left !important;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.wiki span {
		padding: 0 10px !important;
	}
	
	.wiki li {
		min-height: 30px !important;
	}
	
	.open {
		width: 100% !important;
	}
	
	.button {
		margin: auto !important;
	}
	
	#layer2 {
		width: 90%;
		margin: auto;
		top: 35% !important;
	}
	
	#layer2 input {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.close {
		width: 60% !important;
		min-width: 120px !important;
	}
	
	img[src="/media/confee-rechtschutzservice.jpg"] {
		display: none !important;
	}
	
	.breadcrumb {
		height: auto !important;
		min-height: 50px !important;
		display: none;
	}
	
	.soc_li {
		display: none;
	}
	
	#footer > p {
		font-size: 14px;
		line-height: auto;
	}
	
	#navToggleBtn {
		display: block;
	}
	
	#nav > .nav_ul {
		display: none;
	}
}

.dot {
	background-color: black;
	display: inline-block;
	width: 5px;
	height: 12px;
	border-radius: 30px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
}

.dot-red {
	background-color: red;
}

.dot-green {
	background-color: green;
}

.dot-yellow {
	background-color: yellow;
}



.left a[href="/honorar-factoring-uebersicht/"] {
	display: none;
}

input[type="submit"][disabled], input[type="button"][disabled], button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}



