@import url('https://fonts.googleapis.com/css?family=Abel');
@charset "utf-8";


body, .content {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #58585a;
	padding:0;
	margin:0;
}
p {
	color:#000;
	text-align:left;
	font-size:medium;
}
a {
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#9f1438;
	}

h1, h2, h3, h4, h5, h6 {
	display:block;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:large;
	color:#aca942;
}
h3 {
	font-size:medium;
}
h4 {
	font-size:medium;
	text-transform:uppercase;
}
label { display: block; }

ul, ol {
	padding: 0;
	margin: 20px 10px 20px -10px;
	list-style-type: none;
	color: #666;
}

td, th {
	padding:5px 0 5px 0;
	margin:0;
	vertical-align:top;
}
tr td b {
}

table{margin-bottom:30px!important;} 

td h3{
	margin:0;
	min-height:45px;
}

.soft{
	width:100%;
	border:0;
	border-bottom: 1px dotted #dddddd;
	
	}

button.submit{
	
	text-align: center;
}

.submit{
	box-shadow: none;
    text-decoration: none;
    margin: 20px 0px 35px 0px;
    float: left;
    padding: 10px 28px;
    border-radius: 3px;
    color: #fff;
    background: #9f1438;
    text-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor:pointer;
	}

	.submit:hover{
	
    color: #fff;
    background: #ddd;
    
	}
	
.cancel{
	box-shadow: none;
    text-decoration: none;
    margin: 20px 0px 35px 0px;
    float: left;
    padding: 10px 28px;
    border-radius: 3px;
    color: #fff;
    background: #9DA0A5;
    text-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor:pointer;
	}
	
	.cancel:hover{
	
    color: #fff;
    background: #ddd;
    
	}
.auswertung{
	box-shadow: none;
    text-decoration: none;
    /*margin: 20px 0px 35px 0px;*/
    float: left;
    padding: 10px 25px;
    border-radius: 3px;
    color: #fff;
    background: #696969;
    text-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	}


	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select, textarea, input, input[type="text"], input:not([type]), input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background: #fff;
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /*border-right: 0;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 0.9em;
    height: 30px;
    margin: 0 !important;
    padding: 0 10px;
    overflow: hidden;
}

textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

input[type="image"]{
	
	border:none;
	box-shadow: none;
	height:auto;
}

div.left-area {
	float: left;
}
.all {
	width:90%;
	max-width: 1140px;
	padding: 0px;
	margin:0 auto;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(00,00,00,0.1);
}
.skeleton {
	width: 95%;
	padding: 0;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
.header {
	width:100%;
}
.header_top {
	background:#aca942;
	height: 40px;
	position: relative;
}
.header_top p {
	font-family: 'Abel', sans-serif !important;
	color: #fff;
	font-size: small;
	font-weight: normal !important;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 10px;
}
.header_top ul.menu {

	float: right;
	margin: 0;
	opacity: 1;
	/* padding: 0 0 0 15px; */
    position: relative;
	z-index: 2;
}
.header_top ul.menu > li {
	color: #fff;
	float: left;
	font-family: 'Abel', sans-serif !important;
	line-height: 3;
	font-size: small;
	height: 40px;
	list-style: none;
	margin: 0 0 0 1px;
	position: relative;
}
.header_top ul.menu li a {
	color: inherit;
	font-size: small;
	display: block;
	padding: 0 20px;
	height: 40px;
	font-family: 'Abel', sans-serif;
}
.header_top ul.menu li a:hover {
	color: #eee;
	text-decoration: underline;
}
.header_main {
	min-height:100px;
	position: relative;
	overflow: hidden;
	background: url(http://www.mticonsultancy.com/wp-content/uploads/sites/2/headerback3.png) no-repeat;
	background-position: right 0px top -50px;
	border-bottom:1px solid #aca942;
}
#logo {
	display:block;
	margin: 10px 0;
	position: relative;
	margin-left:-10px;
}
.header-main h2 {
	display:block;
}
.mainmenu {
	float: left;
	width: 1%;
	padding: 0;
	padding-bottom: 0px;
	margin-bottom: 0;
}

.mainmenu.clearfix img{
	width:100%;
	/* display:block; */
	/* margin:25px!important; */
	clear:both;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
}
.mainmenu ul li {
	line-height: 1.8;
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px dotted #dddddd;
	display: block;
	font-size: medium;
	background: url(http://www.mticonsultancy.com/wp-content/themes/Unlimited-1-0-4/sprites/i/widget-arrow.png) 3px 10px no-repeat;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.main {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
}
.content {
	float:right;
	width: 100%;
	min-height:500px;
}

table.t_auswertung tr td{
	border: 1px solid #dddddd;
	vertical-align: middle;
}

table.t_auswertung tr td:last-of-type{
	border: none;
}

table.t_auswertung tr th{background-color: #dddddd }

	.login{
    display: block;
    width: 100%;
    /* padding: 10px; */
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #34373D;
    border: 1px solid #cccccc;
}

.skala{
	text-align: center;
	font-weight: bold;
	color:#58585a;
	border: 1px solid #fff;
	
}

.skala p{
	vertical-align:bottom;
	padding:0;
	margin:0;
	text-align: center!important;
	font-weight: bold;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.59);
    color: #58585a;
    text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666;
	
	
}

td.skala{
	width: 12%!important;
	height: 30px!important;
	text-align: center!important;
	vertical-align:middle;
	}

.skala img{

	position: relative;
	overflow: show;
	top:25px;
	z-index: 10;
}

#feedback_form.f-nav{
	width:90%;
	max-width:1140px;
	margin:0 -17px;
}

.f-nav {
	z-index: 9998!important;
	position:fixed!important;
	top: 0;
	
	
	-webkit-animation: fadeIn ease-in 1; /* Safari and Chrome */
	-moz-animation: fadeIn ease-in 1; /* Firefox */
	-ms-animation: fadeIn ease-in 1; /* Internet Explorer */
	-o-animation: fadeIn ease-in 1; /* Opera */
	animation: fadeIn ease-in 1;

 -webkit-animation-duration:2s;
 -moz-animation-duration:2s;
 -ms-animation-duration:2s;
 -o-animation-duration:2s;
 animation-duration:2s;

}

.f-nav table{
	width:100%; 
	 padding-left:20px;
}

.f-nav tbody{
	width:100%;
}
.onex{background-color: #00793e}
.twox{background-color: #00b75c}
.threex{background-color: #98b3a5}
.fourx{background-color: #c8cac9}
.fivex{background-color: #ececec}

.onex, .twox, .threex, .fourx, .fivex{
	
	text-align: center;
	border: 1px solid #fff;
	height: 20px;
	vertical-align: middle;
}

.onex input, .twox input, .threex input, .fourx input, .fivex input{
	
	border:none;
	box-shadow: none;
	height:auto;
}

.choice {
            -webkit-appearance: none;
            background-color: #fafafa;
            border: 3px solid #cacece;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
                -webkit-appearance: radio;
    box-sizing: border-box;
               margin: 5px 0.7ex;
    padding: initial;
            border-radius: 50px;
            display: inline-block;
            position: relative;
}

.choice:active, .choice:checked:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
            background-color: #e9ecee;
}

.choice:checked {
            background-color: #e9ecee;
            color: #58585a;
            border: 3px solid #adb8c0;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.choice:checked:after {
            content: ' ';
            width: 8px;
            height: 8px;
            border-radius: 50px;
            position: relative;
            top: 2px;
            background-color: #58585a;
            box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
            text-shadow: 0px;
            left: 2px;
            font-size: 32px;
}



.formular_header{
text-align: center;
}

.site-header.header-align-center .site-logo {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 23px 7px 23px 0;
}

.header-logo img {
    max-width: 150px;
height:auto;
}

.site-description {
    margin: 60px 0 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.site-title {
    margin: 0;
    padding: 0;
    color: #465662;
    font-family: 'Abel', sans-serif;
    font-size: xx-large;
    font-weight: normal;
}

.site-tagline {
    padding: 0;
    margin: 0;
    color: #465662;
    font-size: medium;
}


.text_area textarea{
	
width:100%!important;
	height: 150px!important;
	padding: 8px;
	margin-bottom: 10px;
	font-size: large!important;
}

.footer {
	clear:both;
	width: 100%;
	background:#7f7f7f;
	position: relative;
	font-size:medium;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	color: #fff;
	margin:0;
}

.footer p, .footer a{
	color: #fff;
	
	}

	.footer a:hover, .footer .footer_content ul li a:hover{
	color: #583659;
	
	}

.footer_content {
	clear:both;
	font-weight:normal;
}
.one_third {
	width: 27%;
}
.layout_element {
	margin: 0px 20px 0px 0px;
	float: left;
	min-height: 1px;
}
.footer .footer_content ul{

    margin: 0;
}

.footer .footer_content ul li {
	list-style: none;
    margin: 6px 0 7px 0;
    padding: 0 0 10px 0;

}

.footer .footer_content ul li a {
    color: #fff;
    text-decoration: none;
}

.last {
	padding-right: 0!important;
	clear: right;
	margin-right: 0!important;
}
.copyright {
	clear:both;
	height: 30px !important;
	color: #fff;
	position: relative;
	width: 100%;
	background: #a8a8a8;
	padding: 20px 0;
	margin-bottom:0;
}

.copyright p {
	color: #fff;
	float: left;
	line-height: 1.1;
	margin: 0;
	font-size: 28px !important;
	font-family: 'Abel', sans-serif;
}

.check{
	border: 0px;
	width: 100%;
	height: 2em;
}

/**** Mobile Ansicht ***/

@media only screen 

and (min-device-width : 320px) 

and (max-device-width : 480px) {

/* Smartphones (portrait and landscape) ----------- */

.header_main {

    background-position: right -90px top 20px;
  
}

#logo img{
	
	width:100%;
	margin-left:5px;
}

.mainmenu {
	clear:both;
	float:none;
	width: 98%;
	padding: 0;
	padding-bottom: 0px;
	margin-bottom: 0;
	margin:0 auto;
}


.content {
	clear:both;
	float:none;
	clear:both;
	width: 98%;
	min-height:500px;
	padding-left: 0;
	margin:0 auto;
}

.skala p{

	vertical-align:middle!important;
}

.skala td{

	background-color:#fff;
}

table.seminar_feedback td{

	display: block;

}

#feedback_form table{
	
	margin:0 auto;
}



#feedback_form.f-nav{
	width:98%;
	margin:0 -50px;
}

.f-nav table{
	width:100%; 
	padding-left:0;
}

.f-nav tbody{
	width:100%;
}



.one_third {
	width: 100%;
}

.copyright p {

    font-size: x-large!important;
    
}

}



@media only screen 

and (min-width : 321px) {


/* Smartphones (landscape) ----------- */

.header_main {

    background-position: right -90px top 20px;
  
}

.mainmenu {
	width:100%; /*container-width*/
	height:200px;
	overflow:hidden; /*hide bounds of image */
	margin:0;   /*reset margin of figure tag*/
	margin-bottom:30px;
}



.mainmenu.clearfix img{
	display:block; /*remove inline-block spaces*/
	margin-top:-100px;
	width:100%; /*make image streatch*/
}


.content {

	float:none;
	width: 98%;
	min-height:500px;
	padding-left: 0;
	margin:0 auto;
}

.skala p{

	vertical-align:middle!important;
}

.skala td{

	background-color:#fff;
}



#feedback_form table{
	
	margin:0 auto;
}

#feedback_form.f-nav{
	width:95%;
	margin:0 1px;
}

.f-nav table{
	width:88%; 
	padding-left:0;
}

.f-nav tbody{
	width:100%;
}



.one_third {
	width: 100%;
}

}





@media only screen 

and (max-width : 320px) {

/* Smartphones (portrait) ----------- */





}





@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) {

/* iPads (portrait and landscape) ----------- */



}





@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) 

and (orientation : landscape) {

/* iPads (landscape) ----------- */



}





@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) 

and (orientation : portrait) {

/* iPads (portrait) ----------- */





}



@media only screen 

and (min-width : 1200px) {

/* Desktops and laptops ----------- */

.header_main {
	min-height:100px;
	position: relative;
	overflow: hidden;
	background: url(http://www.mticonsultancy.com/wp-content/uploads/sites/2/headerback3.png) no-repeat;
	background-position: right 0px top -50px;
	border-bottom:1px solid #aca942;
}

.mainmenu {
	
	float:left!important;
	width: 24%;
	padding: 0;
	padding-bottom: 0px;
	margin-bottom: 0;
    height:auto;
	margin:0;
}

.mainmenu.clearfix img{
	width:100%;
	display:inherit;
	margin:0;
	clear:both;
}

.content {
	
	float:right;
	width: 100%;
	min-height:500px;
	padding-left: 20px;
	margin:0;
}

.skala p{
	vertical-align:bottom;
	padding:0;
	margin:0;
	text-align: center!important;
	font-weight: bold;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.59);
    color: #58585a;
    text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666;
	
	
}


td.skala{
	width: 12%!important;
	height: 30px!important;
	text-align: center!important;
	vertical-align:middle;
	}


#feedback_form.f-nav{
	width:90%;
	max-width:1140px;
	margin:0 -17px;
}

.f-nav {
	z-index: 9998!important;
	position:fixed!important;
	top: 0;
	
	
	-webkit-animation: fadeIn ease-in 1; /* Safari and Chrome */
	-moz-animation: fadeIn ease-in 1; /* Firefox */
	-ms-animation: fadeIn ease-in 1; /* Internet Explorer */
	-o-animation: fadeIn ease-in 1; /* Opera */
	animation: fadeIn ease-in 1;

 -webkit-animation-duration:2s;
 -moz-animation-duration:2s;
 -ms-animation-duration:2s;
 -o-animation-duration:2s;
 animation-duration:2s;

}

.f-nav table{
	width:68%; 
	 padding-left:20px;
}

.f-nav tbody{
	width:100%;
}

.one_third {
	width: 27%;
}

}



@media only screen 

and (min-width : 1700px) {

/* Large screens ----------- */



}



@media

only screen and (-webkit-min-device-pixel-ratio : 1.5),

only screen and (min-device-pixel-ratio : 1.5) {

/* iPhone 4 ----------- */



}

.text_normal_mitte {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-align: center;
}
.text_normal_rechts {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-align: right;
}
.text_normal_mitte_8px {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 8px;
	font-style: normal;
	text-align: center;
}
.text_normal {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 15px;
	font-style: normal;
}
.text_normal_fett {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight:bold;
}
.text_normal_fett_mitte {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight:bold;
	text-align: center;
}
.rahmenfarbe {
	border-color:rgb(0,0,0);
}
#apDiv1 {
	width: 1150px;
	height: 750px;
	z-index: auto;
	overflow: scroll;
	}
.ueberschrift_fett {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight:bold;
}
.text_fett_mitte {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 17px;
	font-style: normal;
	text-align: center;
	font-weight:bold;
}
.text_fett_groß {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	font-weight:bold;
}
.text_fett_mitte_rot {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	font-weight:bold;
	color: #9F1438;
}
.text_normal_zeilen_mitte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
}
