html, body{
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica;
	font-size:12px;
}
.container {
	width:800px;
	margin:0 auto;
	background:#fff;
}

.clear {
	clear:both;
}
#logo {
	margin:15px 0 15px 12px;
}
.nav ul, #courses_nav {
	margin:0;
	padding:0;
	width:100%;
}
.nav ul li {
	list-style:none;
	width: 100%;
	background: none repeat scroll 0 0 #014F8D;
    border-top: .5em solid #004f8d;
    border-bottom: 1px solid #1d639a;
    height: 46px;
	
}
#menu li > a span {
    background: transparent url(images/plus.jpg) no-repeat center center;
    width: 26px;
    height: 27px;
    float: right;
    margin: 0 11px 0 0;
}
.st-arrow-minus {
	 background: transparent url(images/minus.jpg) no-repeat center center !important;
}
#courses_nav  li  a{
color:#004f8d!important;
font-weight: 500;   
    text-decoration:none;
	font-size: 1.2em;
}
#courses_nav  li {
	list-style: none;
    width: 100%;
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #004f8d;
    min-height: 26px;
    padding: 15px 10px 5px;
}
.sub-menu li b {
    margin-left: 25px;
}
.sub-menu .sub-menu li a b {
    margin-left: 50px;
}
.sub-menu .sub-menu .sub-menu li a b {
    margin-left: 75px;
}
.sub-menu .sub-menu .sub-menu .sub-menu li a b {
    margin-left: 	100px;
}
.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li a b {
    margin-left: 125px;
}
#newsroom, #ihkmm {
width: 100%;
	background: none repeat scroll 0 0 #014F8D;
    border-top: .5em solid #004f8d;
    border-bottom: 1px solid #1d639a;
    height: 46px;
	margin:0;
}
#newsroom b, #ihkmm b, .reg_links b {
	font-weight:400;
}
.nav ul li a, #newsroom  a , #ihkmm a, .reg_links a{
	text-align: left;
    left: 17px;
    color: #fff;
    font-weight: 500;   
    text-decoration:none;
	font-size: 1.2em;
	display:inline-block;
	padding:15px;
}
.m_menu_btn {
    float: right;
    height: 30px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 9px;
    border-left: 1px solid #1d639a;
    margin-bottom: 3px;
    color: #f0f0f0;
}

.content {	
	opacity:1;
	background:#F0F5FF;
	display:none;
}
#footer {
	background:#F0F5FF;
	padding:15px 0;
}
#footer td {
	padding:0 17px 0 10px;
}
a {
	color:#6a6b66;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.bottom_nav  ul{
	margin:0;
	padding:0;
}
.bottom_nav ul li {
	width: 100%;
    background: #fff;
    border-bottom: 1px solid #3b78a7;
	min-height:46px;
	list-style:none;
}
.bottom_nav ul li a {
	font-size: 1.2em;
    padding-left: 17px;
	color: #6a6b66;
	display:inline-block;
    padding: 15px;
}
.bottom_nav .m_menu_btn {
    float: right;
    height: 30px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 9px;
    border-left: 1px solid #1d639a;
    margin-top: 4px;
    color: #f0f0f0;
}
.bottom_nav li:last-child{
	border:0;
}
.bottom_nav  span:after , .plus span:after {
    content: "+";
	color:#6a6b66;
}
.minus span:after {
    content: "-";
	color:#6a6b66;
}
.login_text p{
	margin-bottom:0;
}
.login_text {
	padding-bottom:15px;
	text-align:center;
}
#login-div {
	text-align:center;
	padding:20px 0;
}
/*.st-content ul ul li {
    padding-left: 55px !important;
}*/
#menu {
	margin:0;
	padding:0;
}
#menu li a {
	text-align: left;
    left: 0;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.2em;
    display: inline-block;
    padding: 0;
    width: 100%;
}
#menu li ul, ul {
	margin:0;
	padding:0;
}
#menu  li b {
    display: inline-block;
    font-weight: 400;
    padding: 12px;
}
#menu li{
    list-style: none;
    background: none repeat scroll 0 0 #014F8D;
    border-top: .5em solid #004f8d;
    /* border-bottom: 1px solid #1d639a; */
    min-height: 46px;
}
#remind_div {
	display:none;
}
#login-div input[type="text"], #login-div input[type="password"], .register-fields-container input[type="text"], .register-fields-container input[type="password"], .confirm-fields-container input, #confirmation-code-login input[type="text"], #remind_email, #change_email, #change_pwd, #change_confirm_pwd, #old_pwd{
	background: #f1f1f1;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 225px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}
.remind_form{
	padding-top:45px;
	text-align:center;
}
#login , #register, #confirm-btn, #send-again-btn, #remind, #change_acc{
	    background: rgb(125,185,232);
    background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(0,79,141,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(100%,rgba(0,79,141,1)));
    background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(0,79,141,1) 100%);
    background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(0,79,141,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(0,79,141,1) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(0,79,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#004f8d',GradientType=0 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: #004F8D;
 
    margin: 24px auto;
    height: 35px;
    padding: 0;
    width: 150px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fff;
}
.confirmaition_email, .confirmaition-email{
	display:none;
	text-align:center;
	padding:15px 0;
}
#confirmation-code , #confirmation-code-login{
	display:none;
	text-align:center;
	padding:15px 0;
}
.errors, #reg_error {
	display:none;	
}
.register-fields-container {
	text-align:center;
	padding:20px 0;
}
.lightblue {
background: #69B8DF !important;
border-top: .5em solid #69B8DF!important;
}
.reg_links {
	background: none repeat scroll 0 0 #014F8D;
    border-top: .5em solid #004f8d;
    /* border-bottom: 1px solid #1d639a; */
    height: 46px;
	margin:0;
}
.bottom_buttons {
    margin-top:15px;
}
.left-button4 {
    margin-top: 15px;
}
#back_form {
    margin:15px;
    float:right;
}
#newsroom, #ihkmm {
	display:none;
}
.text {
	padding:15px;
}
.part_logos {
	width:80%;
	margin:0 auto;
}
.charLine span {
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    padding: 5px;
}
.right_links {
    background: #e9eef0 none repeat scroll 0 0;
    min-height: 60px;
    padding: 5px 5px 5px 15px;
    width: 100px;
}
.dottedLine {
    border: 1px dotted #ccc;
    margin: 8px 0;
}
.menuitem9 ul li b, .reg_links b {
	padding-left:25px !important;
}
.login_text p {
    padding-left: 25px;
}
#popup1 {
    height: 440px;
    margin-top: -175px;
    overflow-y: auto;
}
.popup {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #999;
    border-radius: 10px;
    color: #5b5b5b;
    display: none;
    font-family: Arial,​Helvetica,​sans-serif;
    font-size: 12px;
    left: 37%;
    margin: -100px 0 0 -100px;
    min-height: 200px;
    padding: 30px;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1000;
}
.overlay {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.exportlexikon td, .exportlexikon td p, .exportlexikon td span, #popup1, #popup1 span, #popup1 p , .padd_text p, .linkedHeadlineSearch{
    color: #5b5b5b !important;
    font-family: Arial !important;
    font-size: 12px !important;
}
.padd_text p a {
	display:inline !important;
	color:blue !important;
	text-decoration:underline;
}
.popup_word {
    display: block;
    margin: 0 12px 0 0;
    vertical-align: bottom;
}
.close {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ccc;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 18px;
}
.charLine .active {
    background: #004f8d none repeat scroll 0 0 !important;
    /* font-weight: 800; */
}
.linkedHeadline a {
	color:#004f8d !important;
	font-size:12px !important;
	font-weight:bold !important;
}
.padd_text ul li {
	background:transparent !important;
	border:0 !important;
}
.charLine span {
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    padding: 5px 0;
}
.charLine a {
	padding:0 5px !important;
	display:inline !important;
	color:#6a6b66 !important;
}
#lexikon_table a {
color:#6a6b66 ;
}
#lexikon ul li {
	background:#fff;
}

table#ansprechpartner td {
    padding:15px 0;
}
table#ansprechpartner td.img {
    max-width: 145px;
}
table#ansprechpartner td p {
    font-weight: 700;
	font-size:1em;
	margin:0;
}
.partner img {
    width: 240px;
}
.logos {
	max-width:300px;
	max-height:41px;
}
.partner {
    float: left;
    padding: 15px;
    width: 44%;
}
.charLine .active a {
    color: #fff !important;
}
.right_links a {
	color:#6a6b66 !important;
		font-size:1em !important;
}
li.lightblue.white {
    /* padding-left: 30px; */
    width: auto;
}
#menu li ul li {
	/* padding-left:25px; */
}
table.courses {
    width: 45em;
}
#text_column table.courses td {
    padding-right: 1em;
}
#text_column table tr td, #popup_form table tr td {
    color: #5b5b5b;
    padding-bottom: 1em;
    vertical-align: top;
}
#text_column table tr td, #breadcrumbs, #right_column td {
    color: #004f8d;
    font-size: 1.2em;
}
.text_content table td {
    padding-bottom: 15px;
}
tr.titel_blue td {
    border-bottom: 0.2em solid #69b8df;
}
tr.titel_blue td, tr.titel_green td, tr.titel_turquoise td, tr.titel_navy td, tr.titel_navy td {
    padding-bottom: 0.3em !important;
}
#text_column table tr td, #popup_form table tr td {
    color: #5b5b5b;
}
#text_column table tr td a, #breadcrumbs a, #right_column td a, #text_column td table tr td, #popup_form table tr td a, #popup_form td table tr td, #popup_form table tr td {
    font-size: 1em;
	 text-decoration: none;
	 color: #004f8d;
}
.alt_dates {
    background: transparent url("images/arrow_right_li.png") no-repeat scroll 0 0.2em;
    float: left;
    margin-bottom: -1.2em;
    padding-left: 1em;
    position: relative;
    top: -1.2em;
    white-space: nowrap;
}
.alt_pop {
    background: #f0f5ff none repeat scroll 0 0;
    display: none;
    padding: 1em;
    position: absolute;
    top: -1em;
}
.alt_orts {
    background: transparent url("images/arrow_right_li.png") no-repeat scroll 0 0.2em;
    float: left;
    left: 12.5em;
    margin-bottom: -1.2em;
    padding-left: 1em;
    position: relative;
    top: -1.2em;
    white-space: nowrap;
}
.btn_anmeldung {
 background: #69b8df none repeat scroll 0 0;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    padding: 1em 1.5em 1em 2em;
    position: relative;
}
.text_content .btn_anmeldung {
    padding: 1em 1.5em;
}
.list .btn_details, .list .btn_anmeldung {
    font-size: 1em;
}
#left_menu_column .blue ul li.active, .btn_anmeldung.blue, #right_column.blue, #main_column div.blue ul {
    background: #69b8df none repeat scroll 0 0;
}
.btn_anmeldung a {
    color: #fff !important;
}

.btn_details {
    background: #f0f5ff none repeat scroll 0 0;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    padding: 1em 1.5em;
    position: relative;
}

.list .btn_details, .list .btn_anmeldung {
    font-size: 1em;
}
.btn_back {
    background: url(images/back_arr.png) no-repeat scroll 1em 1.3em #F0F5FF;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    padding: 1em 1.5em 1em 2em;
    position: relative;
}
#text_column {
	padding-bottom:20px
}
.reg_lg{display:block}
.reg_sm{display:none}
h1#page_title, #text_column h1.page_title {
    background: none repeat scroll 0 0 #F0F5FF;
    border-left: 1px solid #fff;
    color: #004F8D;   
    font-size: 1.1em;
    font-weight: 400;
    margin: 10px 0 10px 0;
    padding: 1em 0 10px 10px;
	}
	
	.footer_text {
    float: left;
    width: 350px;
    color: #004f8d;
    font-size: 12px;
    padding: 10px 10px 10px 0;
}
.footer_field {
    float: left;
    width: 215px;
    padding-top: 13px;
}
#text_for_send {
    border: 3px solid #E9EEF0;
    float: left;
    width: 137px;
}
#absenden {
    background: none repeat scroll 0 0 #e9eef0;
    border: 0 none;
    float: left;
    font-size: 11px;
    margin-top: 1px;
    margin-left: 5px;
    padding: 3px 5px;
    cursor: POINTER;
    color: #004f8d;
    height: 23px;
}
.footer_field_container {
	overflow:hidden;
	padding:0 15px;
}

#search_block .frm_btn, #search_block_content .frm_btn {
    background: url("images/bg/zoom.png") no-repeat scroll center center #FFFFFF;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    height: 1.8em;
    padding: 0;
    width: 1.6em;
    margin-top: 4px;
	 -webkit-appearance: none!important;
 -moz-appearance: none!important;
 -o-appearance: none!important;
}
#search_block {
	background: #CFDBF1;
    padding: 5px;
    width: 38%;
    float: right;
    margin: 5px 0;
}
#search_block .frm_txt,#search_block_content .frm_txt{
    border: 1px solid #D7DDE9;
    color: #909090;
    display: block;
    float: left;
    font-size: 13px;
    height: 1.5em;
    margin: 3px 0 0 0.1em;
    padding: 2px 0.5em;
    position: relative;
    width: 250px;
    z-index: 102;
}
#logged {
	float:right;
	padding:15px 0;
}
#logged a{
display: inline-block;
    padding: 5px 15px;
    background: #ccc;
    margin: 10px 0 0 0;
    float: right;
}
.partner_container {
	/* float:left; */
	width:48%;
	text-align:center;
	margin:10px 0;
	min-height: 50px;
	display:inline-block;
}
.partner_container img{
	max-width:260px;
}
#province{
	margin:15px 0;
}
#header {
	min-height:30px
}
.open_popup {
	color:#004f8d !important;
	width:auto !important;
	font-size:1em !important;
}
.course_container {
	color:#fff;
	margin-left:15px;
}
.course_container td:nth-child(odd) {
	width:75px;
}
div#html5-elem-wrap {
    max-width: 350px;
    max-height: 350px;
}
div#html5-lightbox-box {
    max-width: 350px;
    max-height: 332px;
}
div#html5-image {
    max-width: 350px;
    max-height: 350px;
}
#change_res {
	margin-top:15px;
	color:#ff0000;
}
#logo_dihk {
		margin-left:19%;
	}
 #logo_ahk {
		float:right;
	}

	.questionare_div, .pin_div, .survey_div, .survey_login_div, .pin_div_no_login{
		padding:25px 12px;
    min-height: 80px;
    background: #fff;
    font-size: 13.5px;
	}

	.questionare_div input[type="checkbox"]{
	float: left;
    margin: 1px 6px 0 4px;
	}
	.questionare_div span{
		display: inline-block;
    padding: 3px 0;
	}
	#send_answer, #send_pin, #send_pin_no_login, #actualize_results, #actualize_results1{
	background: #014F8D;
    color: #fff;
    border: 0;
    padding: 8px 14px;
	}
	#actualize_results, #actualize_results1 {
		float:right;
		margin-top:-50px;
	}
	.results{
	    background: #014F8D;
    color: #fff;
    border: 0;
    padding: 10px 14px;
    float: right;
    margin-top: -52px;
	}
	.answ_text {
		width: 99%;
    height: 70px;
	}
	.answ_number {
		padding:10px;
		width:30%;
	}
	.showansw_date {
		padding:5px;
	}
	#pin, #pin_no_login{
		background: #fff;
		padding: 10px;
		margin: 0 0 10px 0;
		width: 185px;
	}
    #pin {
        display: inline-block;
    }
	#pin_error{
	display: block;
    padding: 10px 0;
    color: #ff0000;
	}
	.popup a { color:#014F8D;}
	.menuitem111 .questionare_div, .menuitem111 .pin_div, .menuitem111 .survey_div, .menuitem111 .survey_login_div, .menuitem111 .pin_div_no_login{
		
		margin:0;
	}
	.answ_text {
		width: 99%;
    height: 70px;
	}
	.date_div input[type="text"], #name, #vorname{
		padding: 10px;
    width: 30%;
	}
	.answ_number {
		padding:10px;
		width:30%;
	}
	#showansw_date {
		padding:5px;
	}
	.list-group-item {
		overflow:hidden;
	}
	input.btn.btn-primary.clear_results {
		margin-right: 10px;
	}
	#pin, .pin_no_login, #pin_no_login{
		background: #fff;
		padding: 10px;
		margin: 0 0 10px 0;
		width: 185px;
	}
	.pin_error, #pin_error{
	display: block;
    padding: 10px 0;
    color: #ff0000;
	}
	.terminfinder .content {
		/* margin-left:-25px; */
	}
	.register-fields-container #name, .register-fields-container #vorname{
		padding:15px 15px 15px 30px;
		width:225px;
	}
	
	.badge {
		cursor:POINTER;
	}
	
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.list-group-item {
	padding:15px !important;
}
.padd_text p{
	margin:0 !important;
	font-size:12px !important;
}
.padd_text span, .padd_text a {
	font-size:12px !important;
}
.typeform_btn, .typeform_print {
	background: #014F8D;
		color: #fff;
		border: 0;
		padding: 8px 14px !important;
		width:200px !important;
		display:inline-block ;
		margin:15px auto ;
		font-size:14px !important;
}
.typeform_btn:hover, .typeform_print:hover{
	background:#d7d7d7;
	cursor:POINTER;
}
.typeform_print {
	margin-right:15px;
}
.ibus .content {
	background:#69B8DF;
	color:#fff;
}
@media (max-width: 1024px) {
.container {
	width:100%;
	margin:0;
}}
@media (max-width:800px) {
#search_block {
	width:auto
}
#menu li ul li {
	/* padding-left:10px; */
}
}
@media (max-width:790px) {
	/*  #logo_ahk {
		margin-left:25%;
	} */
}
@media (max-width:690px) {
.cc_dialog.interstitial {
    right: 0;
    bottom: 0;
    max-width: 100%;
    position: fixed;
    max-height: 100vh;
    overflow: auto;
    top: 0;
}
.courses {
	width:100% !important;
}
.reg_lg{display:none}
.reg_sm{display:block}
.part_logos  td{
	display:block;
	text-align:center;
}#popup1 {
		height: 290px;
		margin-top: -175px;
		overflow-y: auto;
		left: 0;
		margin-left: 0;
		margin-top: -155px;
		width: 87%;
	}
	.partner_container {
		float:none;
	}
	#logo_ahk {
		margin-left:15%;
	}
	
}
@media (max-width:613px) { 
	.charLine span {
		float:left;
		margin-top:7px;
	}
	#logo_dihk {
		margin-left:8%;
	}
	
}
@media (max-width: 559px) {
	.courses td {
		display:block;
	}
	#logo_dihk {
		margin-left:3%;
	}
    #logo_ahk {
        float: left;
        margin: 0 3% 0 0 !important;
    }
}
@media (max-width: 430px) {
#popup1 {
	height:350px;
	width:80%;
}
	.plakat {
		width:150px;
		height:auto;
	}
	#ansprechpartner {
		width:100%;
	}
	#ansprechpartner td {
		text-align:center;
		display:block;
	}
table#lexikon_table tbody td {
    display: block;
}
.exportlexikon td {
	width:100%;
}
.alt_orts {
	left:7.5em;
}
#text_column table.courses td {
    padding-right: 0;
}
.footer_text {
	width:100%;
}
#search_block .frm_btn, #search_block_content .frm_btn {
    background: url("images/bg/zoom.png") no-repeat scroll center center #FFFFFF;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    height: 1.8em;
    padding: 0;
    width: 2em;
    margin-top: 4px;
	 -webkit-appearance: none!important;
 -moz-appearance: none!important;
 -o-appearance: none!important;
}

#back_form {
    float: none !important;
    margin: 15px 0;
}
}
@media (max-width: 375px) {
	
	#logo_dihk {
		margin: 10px 0;
		width: 78px;
		display: block;
	}
	#logo_ahk {
		margin: 0 auto;
		float: none;
		width: 78px;
	}
	#logo_export{
		display: block;
		width: 200px;
	}
}
@media (max-width: 320px) {
	.alt_dates {
		padding-left:10px;
	}
	
}

li {
	cursor: POINTER;
}
