@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

html,
body{
	height:100%;
}
img{border-style:none;}

input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}

/*page*/
#page{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
* html #page{height:100%;overflow:visible;}
.page-holder{padding:0 0 28px;}
div.fix-width{
	max-width:959px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#main .fix-width{
	margin:0 auto 47px;
}
/*body-bg*/
#page .body-bg{
	position:absolute;
	top:74px;
	width:100%;
	min-height:100%;
	z-index:-1;
}
/*header*/
#header{
	width:100%;
	overflow:hidden;
	background:#fff;
}
#header p{
	display: none;
}

#header a {
	display: block;
	margin:42px auto 14px;
	/*float:left;*/
	width:539px;
	height:18px;
}

#header a svg.large {
	width:539px;
	height:18px;
}

#header {
	display:block;
	height:100%;
	position:relative;
}
/*top-line*/
#page .top-line{
	width:100%;
	min-height:28px;
	background:rgba(0, 0, 0, 0.0) url(../images/top-line-bg.png) repeat 0 0;
}
/*main*/
#main{
	width:100%;
	overflow:hidden;
	color:#535353;
	position:relative;
}
#main h1{
	margin:0 0 20px;
	font-size:24px;
	line-height:26px;
}

/*nav-menu*/
.nav-menu{
	background:#6189aa;
	border-top:1px solid #ffffff;
	overflow:hidden;
	padding:0 0 0 37px;

	position: static;
	width: 100%;
	padding:0;
	margin-bottom: 15px;
}
.nav-menu.no-active{
	background:#174486;
}
.nav-menu ul{
	/*float:left;*/
	overflow: hidden;
	margin: 0 auto;
	max-width: 959px;
	width: 100%;
	padding: 0 0 0 2px;
	background: url(../images/nav-line-bg.png) no-repeat 0 0;
}

.nav-menu ul li{
	float:left;
	background:url(../images/nav-line-bg.png) no-repeat 100% 0;
	padding:0 2px 0 0;
}
.nav-menu ul li a{
	display:block;
	font-size:12px;
	/*text-transform:uppercase;*/
	color:#fff;
	height:21px;
	padding:6px 15px 0;
}
.nav-menu ul li a:hover,
.nav-menu ul li a.current,
.nav-menu ul li.section a.current{
	background:#174486;
	text-decoration:none;
}
/*content*/
#content{
	float:left;
	width:732px;
	position:relative;
	margin-top: 0;
}
#page.home #content{
	width:100%;
}
#content .content-holder{
	position:relative;
	padding:47px 0 31px 65px;
	background:url(../images/content-line-bg.png) repeat-y 0 0;
	overflow:hidden;
	min-height: 360px;
}
#page.home #content .content-holder{
	padding:0;
}
/*fox*/
.resume .fox{
	width:226px;
}
.fox{
	position:absolute;
	top:0px;
	right:0px;
	width:227px;
	height:100%;
	background:url(../images/fox-for-bg.png) no-repeat 0 0;
	padding:459px 0 0 0;
	z-index:-1;
}
.fox .fox-bottom{
	background:url("../images/blocks-bg.png") repeat scroll 0 0 transparent;
	width:100%;
	padding:100% 0 0 0;
}
/*resume*/
.resume{
	position:relative;
	background:url(../images/content-line-bg.png) repeat-y 0 0;
	overflow:hidden;
	padding:37px 0 7px 0;
	margin:0 0 21px;
}
.resume .resume-side{
	width:233px;
	float:left;
	position: relative;
	z-index: 2;
	padding:3px 40px 0 0;
}
.resume .resume-side img{
	display:block;
}
.resume .side-descript{
	padding:7px 48px 0 33px;
}
.resume .side-descript strong{
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	color: #174486;
	display: block;
	margin:0 0 2px;
}
.resume .side-descript span{
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#626262;
	margin:0 0 17px;
	display:block;
}
.resume .side-descript span a{
	color:#626262;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	margin:0;
	display:block;
}
.resume .side-descript span a:hover{
	color:#174486;
	text-decoration:none;
}
.resume .side-descript span a.more{
	font-weight:normal;
	color:#174486;
	margin:3px 0 0 0;
}
.resume .side-descript span a.more:hover{
	text-decoration:underline;
}
.resume .resume-descript{
	float: right;
	position: relative;
	z-index: 2;
	padding:0 0 0 0;
	width:665px;
}

.resume .resume-descript p{
	color:#535353;
	font:16px/25px 'Trebuchet', serif;
	display:block;
	margin: 0 0 17px;
}
.resume .resume-descript p strong{
	color:#174486;
	font-size:18px;
	font-weight:normal;
}
.resume .resume-descript .contact{
	display: block;
	color: #174486;
	font: 17px/25px 'Trebuchet', serif;
	margin: 28px 0 0 0;
	word-spacing:3px;
}
.resume .resume-descript .contact span{
	display:block;	
}
.resume .resume-descript .resume-content-mobil{
	display:none;
}

/*bottom-box*/
.bottom-box{
	padding:24px 10px 7px 27px;
	width:425px;
	min-height: 263px;
	overflow:hidden;
	background: rgba(255, 255, 255, 0.8);
}
.bottom-box.left{float:left;}
.bottom-box.right{float:right;}
#main .bottom-box h2{
	margin:0 0 15px;
}
#main .bottom-box p{
	color:#535353;
	padding:0;
	margin: 0;
}
/*reviews in bottom-box*/
.bottom-box .reviews{
	padding: 1px 13px 26px 6px;

}
.bottom-box .reviews h2{
	letter-spacing:1px;
}
.bottom-box .reviews p{

	line-height:18px;
}
.bottom-box .reviews span.mandant{
	display:block;
	color:#6189aa;
	font-style:normal;
	margin:0 0 10px;
	font-size:12px;
}
/*news in bottom-box*/
.bottom-box .news{
	padding:1px 13px 26px 6px;
}
.bottom-box .news .news-post{
	margin:0 0 23px;
}

.bottom-box .news a,
.bottom-box .reviews a{
	font-size:12px;
	color:#174486;
}
.bottom-box .news a:hover,
.bottom-box .reviews a:hover{
	text-decoration:underline;
}

.bottom-box .news strong{
	font-size: 12px;
	color: #6189aa;
	display: block;
	line-height: 15px;
}
.bottom-box .news strong span{
	font-weight:normal;
}
.bottom-box .news .news-post p{
	line-height:18px;
	margin:0 0 9px;
}
.bottom-box .news-faq strong{
	margin:0 0 8px;
}
/*Top-img*/
.top-img{
	background:url(../images/blocks-bg.png) repeat 0 0;
	overflow:hidden;
	width:1000px;
	padding:1px 0 0 0;
}
.top-img img{
	display:block;
	float:left;
	margin:0 2px 0 0;
}
/*members*/
#content .members{
	margin:0 0 19px;
}
#content .members li{
	font-size:12px;
	color:#6189aa;
	margin:0 0 3px;
}
#content .members li a{
	color:#174486;
}
/*education-pdf*/
#content .education-pdf{
	overflow:hidden;
}
#content .education-pdf span{
	font-size:12px;
	color:#626262;
	padding: 0 0 3px;
	display: block;
}
#content .education-pdf li{
	margin:0 0 1px;
}
#content .education-pdf li a{
	color:#174486;
	font-size:12px;
}
/*faq-holder*/
#content .faq-holder{
	padding:23px 0 0;
}
/*Faq accordion*/
.accordion {
	list-style:none;
	padding:7px 0 0 0;
	margin:0;
	width:627px;
	border-bottom:1px solid #6189aa;
}
.accordion .acc-title{
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	color:#6189aa;
	margin:0;
	text-decoration:none;
	padding: 9px 25px 9px 2px;
	line-height:17px;
	position: relative;
}
.accordion li{
	border-top:1px solid #6189aa;

}
.accordion li.opened .acc-title{

}
.accordion .acc-title svg.arrow-svg {
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	/*background:url(../images/accordion-link-bg.png) no-repeat;
	background-position: 0 0;*/
	height: 20px;
	width: 21px;
	transition: transform .3s;
}
.accordion .acc-title strong{
	font-weight:bold;
}

.accordion .acc-title:hover svg.arrow-svg .arrow-bg {
	fill:#174486;
}
.accordion .acc-title.active svg.arrow-svg {
	transform: rotate(-90deg);
}

/*
.accordion .acc-title:hover{
	background-position:600px -21px;
}
.accordion .acc-title.active{
	background-position:600px -50px;
}
.accordion .acc-title.active:hover{
	background-position:600px -79px;
}
*/
.accordion .acc-content{
	padding:0 0 5px;
	display: none;
}
.accordion .acc-content p{
	padding:0;
	margin:0 0 5px;
}
.acc-holder{}
/*sidebar*/
#sidebar{
	float:right;
	width:227px;
	position:relative;
	z-index:2;
}
#sidebar .sidebar-holder{
	position:relative;
	z-index:2;
	padding:47px 11px 20px 20px;
	background:url(../images/blocks-bg.png) repeat 0 0;
}
/*foz sidebar*/
#sidebar .fox{
	position:relative;
	padding:233px 0 0 0;
	background:url(../images/fox-for-bg.png) no-repeat 0 -226px;
}
#sidebar .fox .fox-bottom{
	position: absolute;
	top: 233px;
	left: 0;
	height:9999px;
}
/*post-sidebar*/
#sidebar .post-sidebar{

}
#sidebar .post-sidebar h3{
	margin:0 0 5px;
}
#sidebar .post-sidebar p{
	margin:0 0 3px;
}
#sidebar .post-sidebar a.more{
	font-size:12px;
}
/*questions-block*/
#sidebar .questions-block{
	padding:22px 0 0 0;
}
#sidebar .questions-block h3{
	margin:0 0 5px;
}
#sidebar .questions-block span{
	font-size:12px;
	line-height:17px;
	color:#626262;
	display:block;
	margin:0 0 13px;
}
#sidebar .questions-block span span{

}
/*footer*/
#footer{
	background:#8e9eab;
	font-size: 12px;
	height: 28px;
	line-height: 14px;
	margin: -28px 0 0;
	position: relative;
	width: 100%;
	z-index: 2;
	background:url(../images/footer-bg.png) repeat 0 0;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	text-decoration:none;
	color:#174486;
}
#footer .contact-info{
	float:left;
	padding:8px 0 0 0;
}
#footer .contact-info li{
	float:left;
	font-size:11px;
	color:#fff;
	background:url(../images/footer-contact-bg.png) no-repeat 0 3px;
	letter-spacing:1px;
	padding:0 6px 0 10px;
}
#footer .contact-info li:first-child{
	background:none;
	padding:0 7px 0 5px;
}
#footer .contact-info li span{
	text-transform:uppercase;
}
#footer .contact-info li a{
	text-transform:none;
}
/*footer-nav*/
.footer-nav{
	float:right;
	padding:9px 0 0 0;
}
.footer-nav li{
	float:right;
	padding:0 0 0 15px;
}
.footer-nav li a{
	font-size:10px;
	text-transform:uppercase;
}

.news_title {
	display: block;
	font-weight: bold;
	color: #6189AA;
	font-size: 12px;

}

/* zur-person -> empfehlungen Page  */
#content .empfehlungen ul {
	list-style-type: none;
}
#content .empfehlungen ul li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#content .empfehlungen ul li strong {
	position: absolute;
	left: 14px;
}
.hvv {
	margin-top: 45px;
}




/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */


/* GENERIC FORMS
----------------------------------------------- */

form {
    max-width: 500px;
    width: 50%;
}
div.field {
    margin: 10px 0 15px;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
form label {
    margin-bottom: 5px;
}
    form label.left {
        display: block;
        font-weight: bold;
    }
    form label.right {
        font-size: 12px;
        color: #888;
    }

form input.text,
form textarea,
form .textajaxuniquetext,   /* Not sure if this is used? */
form select {
    width: 100%;
    max-width: 400px;
    padding: 6px 5px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #dad9d9;
}
    .ie7 form select { width: 400px; } /* fix for ie7's rendering of max-width property on select input */

form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
    outline:none;
}
form input[disabled], form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
textarea {
    resize: vertical; /* forces text area to be resized vertically only */
}


/* Radio and Checkbox */
.field .checkbox, .field .radio {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 0;
}
    .checkbox label.right,
    .radio label.right {
        float: left;
    }


/* Messages */
form .message {
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 1px solid #e8c805;
    border-radius: 3px;
}
    form .good {
        background-color: #ecf9d0;
        border-color: #8fbe00;
    }
    form .bad, form .required {
        background-color: #f9d0d0;
        border-color: #cf0000;
        color: #b80000;
    }


/* ACTIONS */
.Actions {
    margin-bottom: 20px;
}
    a.btn, button, input[type="submit"], .Actions .action {
        background: #6189aa;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        padding: 6px 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        font-size: 13px;
        margin-right: 10px;
        float: left;
        cursor: pointer;
    }
    a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        background: #174486;
        color: #fff;
    }
    a.btn {
        line-height: 18px;
        margin-bottom: 10px;
    }
    a.btn:after {                     /* creates arrow in button */
        content: '\2192';
        padding-left: 10px;
    }
    .ie7 input.action {
        width: 0;                     /* IE table-cell margin fix */
        overflow: visible;
    }
    input.action[class] {             /* IE ignores [class] */
        width: auto;                  /* cancel margin fix for other browsers */
    }

    .ie7 .Actions .action {
        float: left;
    }
    .Actions:after {
        color: #B94A48;
        content: "* Indicates a required field";
        display: inline-block;
        font-weight: normal;
        margin-top: 9px;
    }
    #MemberLoginForm_LoginForm .Actions:after {
        display: none;
    }


/* AREA SPECIFIC */
    /* LOGIN and FORGOT PASSWORD */
    #Remember {
        min-height: 20px;
    }
    #ForgotPassword {
        clear: left;
    }
    #MemberLoginForm_LostPasswordForm .Actions:after {
        display: none;
    }

    /* Search / Login */
    .header form .middleColumn {
        /* float: none;
        width: 100% !important; */
    }


.stoerer-wrapper {
	width:959px;
	margin:0 auto;
	height: 0;
	position: relative;
}

.stoerer-sprite {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 35px;
	right: -45px;
	outline: none;
	width: 209px;
	height: 209px;
	z-index: 999;
	background:url(../images/stoerer_sprite.png) left bottom no-repeat;
}

.stoerer-sprite:hover {
	background-position: left top;
}

.arbeitnehmer #sidebar .fox {
	background:url(../images/content-line-bg.png) repeat-y 0 0;
 }

.home .stoerer-sprite {
	top: 35px;
}

.arbeitnehmer .stoerer-sprite {
	top: 340px;
}

.large-up,
.large-only {
	display:block;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}

/* mobile addition */

.nav-menu-mobile {
	position: fixed;
	right: 0;
	top:0;
	height: 100%;
	width: 250px;
	background: #6189aa;
	z-index: 100;
	transform: translateX(250px);
	transition: transform .3s;
	box-shadow: inset 23px 0px 39px -23px rgba(0,0,0,0.3);
}

.nav-menu-mobile:hover {
	background: #6189aa;
}

.nav-menu-mobile.no-active {
	background: #174486;
}

.nav-menu-mobile ul {
	padding: 20px 0;
}

.nav-menu-mobile ul li a {
	color: white;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-menu-mobile ul li a:hover,
.nav-menu-mobile ul li a.current {
	text-decoration: none;
	background: #174486;
}

#page,
#footer {
	transition: transform .3s;
	transform: translateX(0);
}

.sub-nav-open #page,
.sub-nav-open #footer {
	transform: translateX(-250px);
}

.sub-nav-open .nav-menu-mobile {
	transform: translateX(0);
}

.nav-menu .toggle-expand {
	display: none;
	padding: 8px 15px;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 13px;
	text-align: center;
	background:#174486;
	font-family:
}

.no-active .toggle-expand {
}


.small-fox {
	margin-bottom: 21px;
	width:100%;
	height:90px;
	background:url(../images/fox_mobile.png) no-repeat center center;
	padding:0;
	display: none;
}

.meta-info {
	text-align: center;
	margin: 0 15px;
}

.meta-info li a {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	transition: color .2s;
}

.meta-info li a:hover {
	text-decoration: none;
	color: #174486;
}

.fillable {
	fill: rgba(255, 255, 255, 0.7);
	transition: fill .2s;
}

.meta-info li a:hover .fillable {
	fill: #174486;
}

.meta-info li{
	display: inline-block;
}

.meta-info li:first-child {
	margin-right: 25px;
}

.header-icon {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-right: 4px;
}

.header-icon.tel {
	width: 20px;
	height: 20px;
}
.header-icon.mail{
	width: 20px;
	height: 15.3px;
}

.small-only {
	display: none;
}

.small-image {
	display: none;
}

.large-image{
	display:block;
}

#header .small-spacer {
	display: none;
}

.maps-container {
	height: 0;
	width: 100%;
	padding-bottom: 60%;
	position: relative;
}
.maps-wrapper {
	margin-right: 40px;
}



@media only screen and (min-width: 881px){
	.nav-menu ul {
		display: block !important;
	}
}

@media only screen and (max-width: 1050px){

	.accordion {
		width: 100%;
	}

	.top-img {
		width: 100%;
	}

	.home	.small-fox {
		display: block;
	}


	.resume-descript .stoerer-sprite,
	.arbeitnehmer .content-holder .stoerer-sprite {
		top: 0;
		position: static;
		margin: 0 auto;
		right: auto;

	}

	.resume-descript .stoerer-wrapper,
	.arbeitnehmer .content-holder .stoerer-wrapper  {
		height: auto;
		width: 100%;
		overflow: hidden;
	}


	#sidebar .fox {
		width: 100%;
	}

	#content {
		width: 76.32950990615224%;
	}
	#sidebar {
		width: 23.67049009384776%;
	}
	#header h1 {
	}

	.fix-width {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.large-up,
	.large-only {
		display:none;
	}

	.resume {
		padding-bottom: 0;
		margin-bottom: 0;
		background: rgba(255, 255, 255, 0.8);
	}

	.resume .resume-descript {
		width: 68.30031282586027%;
		box-sizing: border-box;
		padding-right: 4.79666319082377%;
	}

	.resume .resume-descript p {
		padding-right: 0;
	}
	
	.resume .resume-descript .resume-content{
		display:none;
	}	

	.resume .resume-descript .resume-content-mobil{
		display:block;
	}	
	
	.resume .resume-side {
		width: 28.46715328467153%;
		padding-right: 4.17101147028154%;
		box-sizing: border-box;
	}

	.resume .side-descript {
		padding: 7px 14% 0 14%;
		word-wrap: break-word;
	}

	.resume .resume-side img {
		max-width: 100%;
	}

	.bottom-box {
		width: 48.90510948905109%;
		min-height: 436px;
		height: auto !important;
		box-sizing: border-box;
	}

	.resume .fox{
		display: none;
	}

}

@media only screen and (max-width: 880px){
	#sidebar .sidebar-holder {
		padding: 40px 15px 10px;
	}
	#content .content-holder {
		padding: 40px 15px 10px;
	}
	#content p {
		padding: 0;
	}
	#sidebar .post-sidebar p {
		padding: 0;
	}

	#footer {
		height: auto;
		position: static;
		margin-top:0;
		background-color: rgba(0,0,0,0.15);
	}

	#footer .fixed-width {
		overflow: hidden;
	}

	#footer .footer-nav {
		margin: 13px 0 ;
		padding:5px 0 8px;
		font-size: 13px;
		float: none;
		overflow: hidden;
		clear: both;
		text-align: center;
	}

	#footer .contact-info {
		text-align: center;
		float: none;
	}

	#content {
	}

	#footer .contact-info li {
		font-size: 12px;
		display: inline-block;
		float: none;
		padding: 0 7px;
		background: none;
	}

	.footer-nav li {
		float: none;
		display: inline;
		padding: 0 7px;
	}

	.footer-nav li a {
		font-size: 13px;
		font-weight: 600;
	}

	.page-holder {
		padding-bottom: 0;
	}

	.nav-menu {
		padding: 0;
		background-image: none;
	}

	.nav-menu ul {
		width: 100%;
		float: none;
		display: none;
		background: none;
		padding: 0;
	}

	.nav-menu ul li {
		display: block;
		float: none;
	}

	.nav-menu ul li:hover {
		backgorund-image: none;
	}

	.nav-menu ul li a {
		display: block;
		float: none;
		padding: 15px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		height: auto;
	}


	.nav-menu .toggle-expand {
		display: block;
	}

	.nav-menu .toggle-expand:before {
		content: 'Menü öffnen';
		display: block;
	}

	.nav-expanded .nav-menu .toggle-expand:before {
		content: 'Menü schließen';
	}
	
}


@media only screen and (max-width: 440px){

	.meta-info {
		text-align: left;
		margin-left: 15px;
		padding: 4px 0;
	}

	.meta-info li {
		display: block;
	}

	.meta-info li:first-child {
		margin-right: 0;
	}

	.meta-info li a {
		height: 24px;
		line-height: 24px;
	}
}


@media only screen and (max-width: 640px){

	* {
		font-family: 'Open Sans', sans-serif !important;
	}

	.maps-wrapper {
		margin: 0;
	}

	#content .content-holder {
		padding-top: 20px;
	}

	#content .faq-holder {
		padding-top: 0;
	}

	#header a {
		display: block;
		padding:15px 1px 10px;
		width:100%;
		max-width: 300px;
		margin: 0;
		height: auto;
	}

	#header .small-spacer {
		width: 100%;
		height: 0;
		position: relative;
		padding-bottom: 16%;
		display: block;
	}

	#header a svg.small {
		width:100%;
		height:100%;
		position: absolute;
	}

	.svg-logo.large {
		display: none;
	}

	.small-only {
		display: block;
	}

	.small-image {
		display: block;
	}
	
	.large-image{
		display:none;
	}	
	
	.sidebar-holder > *:last-child {
		padding-bottom: 10px;
	}

	.resume .resume-descript p strong {
		font-size: 16px;
	}

	.resume .resume-descript .resume-content{
		display:none;
	}	

	.resume .resume-descript .resume-content-mobil{
		display:block;
	}
	
	h2 {
		font-size: 14px;
		line-height: 20px;
	}

	h3 {
		font-size: 13px;
		font-weight: 600;
	}

	.news_title {
		font-weight: 600;
	}

	strong {
		font-weight: 600 !important;
	}

	.resume .resume-descript p,
	.resume .resume-descript .contact,
	p,
	.bottom-box .news a, .bottom-box .reviews a,
	.bottom-box .reviews p,
	.bottom-box .reviews span.mandant,
	.resume .side-descript span a,
	.bottom-box .news strong,
	.news_title,
	.resume .side-descript span,
	strong,
	#sidebar a,
	#sidebar span,
	#content a,
	#content li  {
		font-size: 13px !important;
		line-height: 20px !important;
	}
	.bottom-box > * {
		padding-bottom: 10px !important;
	}

	#sidebar .questions-block {
		padding: 0;
	}

	#sidebar .sidebar-holder {
		padding-top: 20px;
	}

	#content,
	#sidebar {
		width: 100%;
	}

	#sidebar .fox {
		display: none;
	}

	.small-fox {
		display: block;
	}

	#header h1{
		width:276px;
		height:39px;
		background:url(../images/logo_mobile.png) no-repeat;
		background-size: contain;
		max-width: 100%;
		margin:20px 0 14px 3px;
	}

	.bottom-box {
		width:100%;
		min-height: 10px;
		padding: 20px 10px 10px;

	}

	.bottom-box.left {
		margin-bottom: 21px;
	}

	.resume {
		padding-top: 0;
	}

	.resume .resume-side {
		float: none;
		width: 100%;
		padding: 15px 15px 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		margin-bottom: 20px;
	}

	.resume .side-descript > *+* {
		margin-top: 17px !important;
	}

	.resume .side-descript > * {
		margin-bottom: 0 !important;
	}

	.resume .side-descript {
		padding: 10px 0 0;
	}

	.resume .resume-descript {
		padding: 0 15px;
		float: none;
		width: 100%;
	}

}
