@CHARSET "ISO-8859-1";
header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

html {
    height: 100%;
}

img {
    max-width: 100%;
}


/** FIX for Bootstrap and Google Maps Info window styes problem **/

img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
    max-width: none;
}

body {
    font-family: ITCOfficinaSans, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    height: 100%;
    color: #717171;
    font-size: 16px;
    /*
	background-image:url('../img/bg.png');
	background-position:center;
	*/
    background-color: #f3f3f3;
    padding-top: 50px;
}

*:focus {
    outline: none;
}

a {
    color: #00abcd;
    cursor: pointer;
}

a:hover {
    color: #00abcd;
}

.popover {
    width: 300px;
    max-width: 300px;
    font-size: 14px;
}

.popover .popoverclose {
    top: 8px !important;
    right: 10px !important;
    position: absolute !important;
}

.popover.top .arrow {
    right: 10% !important;
}

.theme_red {
    color: #e50050 !important;
}

.theme_blue {
    color: #00abcd !important
}

.bg_theme_blue {
    background-color: #00abcd !important;
}

.theme_light_blue {
    color: #82cee2 !important;
}

.bg_theme_light_blue {
    background-color: #82cee2 !important;
}

.theme_light_grey {
    color: #c5c6c6 !important;
}

.theme_dark_grey {
    color: #717171 !important;
}

.bg_theme_grey {
    background-color: #717171 !important;
}

.form-control {
    padding: 8px 12px !important;
    height: inherit;
}


/* Special Checkbox Styles */

.cb_floatleft label {
    width: 80%;
}


/* buttons */

.btn_square {
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn_theme {
    background-color: #e50050;
    color: #ffffff;
    font-family: ITCOfficinaSans;
    font-weight: bold;
}

.btn_theme:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff015a;
}

.btn_theme_blue {
    background-color: #00abcd;
    color: #ffffff;
    font-weight: bold;
}

.btn_theme_blue:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #82cee2;
}

.btn_reset_search {
    background-color: #ffffff;
    color: #00abcd;
    font-size: 12px;
    margin-top: 7px;
}

p.back a {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 20px;
    color: #444444;
    border: 1px solid #c0c0c0;
    float: left;
    font-family: ITCOfficinaSans;
    font-weight: bold;
}

p.back a:hover {
    background-color: #e5e5e5;
    color: #000000;
    text-decoration: none;
}

.error {
    color: Red;
    font-weight: bold;
}


/* Some jQuery ui Styles */

.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') 95% center no-repeat !important;
    display: block;
}

ul {
    padding-left: 20px;
}

.white,
.white a {
    color: #ffffff;
}

.white a {
    text-decoration: underline;
}

.important {
    font-family: ITCOfficinaSans;
    font-weight: bold;
    font-style: normal;
    clear: both;
    font-size: 16px;
}

.b {
    font-weight: bold;
}

.bb {
    font-weight: bolder;
}

.u {
    text-decoration: underline;
}

.i {
    font-style: italic;
}

.n {
    font-style: normal;
}

.lhlow {
    line-height: -1px;
}

.bordered {
    border: 1px solid #c0c0c0;
}

.bordered_transparent {
    border: 1px solid transparent;
}

.divider {
    height: 2px;
    border-top: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 0 #ffffff inset;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
}

hr {
    border-top: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 0 #ffffff inset;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    display: block;
    margin-top: 15px;
    padding-bottom: 0px;
}

.centered,
.img-centered {
    margin-right: auto;
    margin-left: auto;
}

.alert-themeblue {
    background-color: #82cee2;
    color: #ffffff;
}

.osa {
    font-family: ITCOfficinaSans;
}

.ose {
    font-family: ITCOfficinaSerif;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs28 {
    font-size: 28px;
}

.fs40 {
    font-size: 40px;
}

.ITCOfficinaSans-normal-normal {
    font-family: ITCOfficinaSans;
    font-weight: normal;
    font-style: normal;
}

.ITCOfficinaSans-normal-italic {
    font-family: ITCOfficinaSans;
    font-weight: normal;
    font-style: italic;
}

.ITCOfficinaSans-bold-italic {
    font-family: ITCOfficinaSans;
    font-weight: bold;
    font-style: italic;
}

.ITCOfficinaSans-bold-normal {
    font-family: ITCOfficinaSans;
    font-weight: bold;
    font-style: normal;
}

.ITCOfficinaSerif-bold-normal {
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: normal;
}

.ITCOfficinaSerif-bold-italic {
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
}

h1,
.h1 {
    font-size: 40px;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
    color: #e50050;
    margin-bottom: 30px;
}

h2,
.h2 {
    font-size: 28px;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
    color: #00abcd;
}

h3 {
    font-size: 22px;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
    margin: 5px 0 5px 0;
}

h4 {
    font-size: 14px;
    font-style: italic;
}

.tpl_schuelermedienwettbewerb #sidebar_right {
    margin-top: 22px;
}

.important,
.important_red {
    font-size: 16px;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
    color: #e50050;
}


/* Global Styles Modification for Adults Pages */

.layout_adults h1 {
    color: #82cee2;
}

.layout_adults h2 {
    color: #82cee2;
}

.layout_adults #content .important {
    font-size: 16px;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
    color: #00abcd;
}

.layout_adults #content .btn_theme {
    background-color: #00abcd;
}

.layout_adults #content .btn_theme:hover {
    background-color: #82cee2;
}


/* set right sidebar margin */

body.tmpl_vorteilsaktion #sidebar_right {
    margin-top: 35px;
}

.row,
.row-fluid {
    margin-top: 35px;
}

.nomargintop,
.nomargin_top {
    margin-top: 0px;
}

.nomargintop_sidebar #sidebar_right,
.nomargintop_sidebar #sidebar_left {
    margin-top: 0px;
}

.nopadding {
    padding: 0;
}

.nopadding_left,
.nopadding-left,
.nopaddingleft {
    padding-left: 0;
}

.nopadding_right,
.nopadding-right,
.nopaddingright {
    padding-right: 0;
}

.centered,
.centered_xs {
    text-align: center;
}

.floatleft,
.float_left,
.float-left {
    float: left;
}

.floatright,
.float_right,
.float-right {
    float: right;
}


/* Some Special Styles in case of images */

.float_right img {
    margin: 0 0 15px 15px;
}

.float_left img {
    margin: 0 15px 15px 0;
}


/* Sticky Footer Preparation */

#top-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -150px 0;
    /* margin-bottom set to the footerheight */
}

#push {
    height: 150px
}

#wrap {
    margin: 0px auto 10px auto;
}


/* Azubi Portraits Rotator Frontpage */

.azubi_portraits_preview_frontpage {}

.azubi_portraits_preview_frontpage .inner_wrapper {
    height: 204px;
    text-align: center;
    position: relative;
}

.azubi_portraits_preview_frontpage .inner_wrapper img {
    max-height: 100%;
    margin: 0 auto 0 auto;
}

.azubi_portraits_preview_frontpage .preview_image {
    max-height: 100%;
}

.azubi_portraits_preview_frontpage .lnk_headline {
    text-align: left;
    position: absolute;
    background-color: #00abcd;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    bottom: 0;
    min-height: 75px;
    width: 100%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


/* Header Login */

.header_login_wrapper {
    background-color: #c5c6c6;
}

.header_login_wrapper .head_img {
    margin-top: 3%;
}

.vertical_divider {
    background-image: url('../img/menu_divider.png');
    background-position: 2px center;
    background-repeat: no-repeat;
    width: 10px;
    height: 80px;
    border: 0px solid #c0c0c0;
    float: left;
    margin: 0 5px 0 10px;
}


/* Left Segment */

.col_formfields {
    float: left;
    width: 72%;
    border: 0px solid #c0c0c0;
    margin-top: 24px;
}


/* right segment */

.col_buttons {
    float: right;
    width: 26%;
    border: 0px solid #c0c0c0;
    margin-top: 0px;
}

.header_login_wrapper .lnk_inform {
    display: block;
    float: left;
    margin-top: 25px;
}

.header_login_wrapper .lnk_register {
    display: block;
    float: left;
    margin-top: 25px;
    margin-left: 27px;
}

.header_login_wrapper .header_login {
    width: 185px;
}

.header_login_wrapper .header_password {
    width: 185px;
    margin-left: 15px;
}

.header_login_wrapper .btn_submit {
    display: block;
    float: left;
    margin-top: 25px;
    padding-left: 18px;
    padding-right: 18px;
}

.header_login_wrapper .close {
    display: block;
    float: left;
    margin-top: 32px;
}

a.lnk_toggle_headerform {
    position: relative;
    float: right;
    margin-bottom: -85px;
    z-index: 1200;
    background-image: url('../img/headerlogin_lower.png');
    background-repeat: no-repeat;
    background-position-y: -1px;
    width: 155px;
    height: 30px;
    display: block;
    border: 0px solid #c0c0c0;
}

ul.unstyled li {
    display: table-cell;
    vertical-align: middle;
    float: left;
}

#header {
    position: fixed;
    z-index: 1500;
    top: 0;
    width: 100%;
}

#sidebar_right {
    margin-top: 95px;
}

.sidebar_jobdetail {
    margin-top: 35px !important;
    text-align: center;
}


/* Image Swaps */

.img_teaser {
    background-size: 100%;
    height: 210px;
    width: 370px;
}

.img_bewerbungstipps {
    background-image: url('../img/bewerbungstipps_teaser.png');
    background-repeat: no-repeat;
}

.img_bewerbungstipps:hover {
    background-image: url('../img/bewerbungstipps_hov.png');
    background-repeat: no-repeat;
}

.img_ausbildungen {
    background-image: url('../img/ausbildung_teaser.png');
    background-repeat: no-repeat;
}

.img_ausbildungen:hover {
    background-image: url('../img/ausbildung_hov.png');
    background-repeat: no-repeat;
}

.img_unternehmen {
    background-image: url('../img/unternehmen_teaser.png');
    background-repeat: no-repeat;
}

.img_unternehmen:hover {
    background-image: url('../img/unternehmen_hov.png');
    background-repeat: no-repeat;
}

.img_ausbildungsarten {
    background-image: url('../img/ausbildungsarten_teaser.png');
    background-repeat: no-repeat;
}

.img_ausbildungsarten:hover {
    background-image: url('../img/ausbildungsarten_hov.png');
    background-repeat: no-repeat;
}

#footer_wrap {
    /*background-color:#00abcd;	*/
    padding: 0 0 30px 0;
    height: 350px;
}

.parallelogram {
    height: 40px;
    width: 100%;
    -webkit-transform: skew(160deg);
    -moz-transform: skew(160deg);
    -o-transform: skew(160deg);
    background: #00abcd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* Footer Top Row */

.footer_top {
    height: 55px;
    border: 0px solid #c0c0c0;
    font-size: 12px;
}

.footer_top .row {
    margin: 0;
}

.footer_top .left_edge {
    background-image: url('../img/footer_lower_left.png');
    background-repeat: no-repeat;
    height: 55px;
}

.footer_top .right_edge {
    background-image: url('../img/footer_lower_right.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 55px;
}

.footer_top .centered {
    background-color: #00abcd;
    height: 55px;
    text-align: center;
}

.footer_top .v_center {
    padding-top: 18px;
}

.footer_top_links,
.footer_top_links a {
    color: #ffffff;
}

.footer_top_links_mobile,
.footer_top_links_mobile a {
    color: #ffffff;
}

.footer_top_links_mobile {
    margin-top: 10px;
}

.footer_top_links_mobile li {
    padding-left: 0;
}

.footer_top .footer_sm_links {
    padding-top: 9px;
    float: right;
}

.social-links a.icons {
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    border: 0px solid #fff;
    border-radius: 100%;
    margin-right: 7px;
    background-color: #fff;
}

.social-links a.icons:hover {
    background-color: #82cee2;
}

.social-links a.icons i {
    font-size: 20px;
    line-height: 38px;
    color: #00abcd;
}

.social-links-mobile {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 36px;
    margin-bottom: 20px;
}


/*
a.lnk_footer_facebook {
	background-image: url('../img/icon_fb.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 40px;
	height: 38px;
	display: block;
}

a.lnk_footer_facebook:hover {
	background-position: bottom center;
}

a.lnk_footer_youtube {
	background-image: url('../img/icon_yt.png');
	background-repeat: no-repeat;
	width: 40px;
	height: 38px;
	display: block;
}

a.lnk_footer_youtube:hover {
	background-position: bottom center;
}

*/

#footer_lower_wrapper {
    width: 100%;
    margin-top: 35px;
    padding-bottom: 10px;
    background-color: #00abcd;
}

.lnk_footer_bfa {
    display: block;
    width: 100%;
    height: 37px;
}

.lnk_footer_bfa:hover {}

.lnk_footer_studieren {
    display: block;
    width: 100%;
    height: 94px;
}

.lnk_footer_studieren:hover {}

.lnk_footer_mv4you {
    display: block;
    width: 100%;
    height: 42px;
}

.lnk_footer_mv4you:hover {}

.lnk_footer_meister {
    display: block;
    width: 100%;
    height: 92px;
}

.lnk_footer_meister img {
    margin: 0 auto 0 auto;
}

.lnk_footer_meister:hover {}

.lnk_footer_mvprof {
    display: block;
    width: 100%;
    height: 32px;
}

.lnk_footer_mvprof:hover {}


/*
.engraved_left,
.engraved_right {
	border: 1px solid #c0c0c0;
	box-shadow: inset 0px 1px 0px white;
}
*/

.engraved_left {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    box-shadow: inset 0px 1px 0px white;
}

.engraved_right {
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    box-shadow: inset 0px 1px 0px white;
}

.engraved_center {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    box-shadow: inset 0px 1px 0px white;
}

#footer {
    padding-top: 15px;
}


/* Top Company */

ul.topcompany_years {
    position: absolute;
    list-style: none;
    top: 27%;
    right: 10%;
}

ul.topcompany_years li {
    float: left;
    margin-left: 5px;
    color: #ffffff;
    font-size: 22px;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
}


/* Some Specific Styles for Grids */

.col-fifth {
    float: left;
    width: 20%;
    text-align: center;
}

.col-fifth a {
    text-align: center;
}

.col-fifth img {
    display: inline;
}

.lnk_footer_bfa {
    margin-top: 20px;
}

.lnk_footer_studieren {}

.lnk_footer_mv4you {
    margin-top: 20px;
}

.lnk_footer_meister {}

.lnk_footer_mvprof {
    margin-top: 20px;
}

.img-initiatives-footer {}

.sidebar_section {
    text-align: left;
}

#content-info {
    margin-top: 25px;
    padding-top: 25px;
    background-color: #36434d;
    padding: 30px 30px 0 30px;
    color: #ffffff;
    font-size: 13px;
}

.footer_nav li a {
    color: #ffffff;
}

.footer_nav li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer_nav_main {
    font-weight: bold;
    width: 115px;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
}

.maxwidth {
    width: 100%;
}

.halfwidth {
    width: 50%;
}

.floatright {
    float: right;
}

.invisible {
    visibility: hidden;
    display: none;
}


/******************************************/


/**** Mainnavigation **********************/


/******************************************/

.bg_header_nav {
    background-color: #f3f3f3;
    height: 70px;
}

.navbar {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border: none;
}

.dimv-navbar-collapse {
    background-image: url('../img/mainnav_bg_big.png');
    background-position: left;
    background-repeat: no-repeat;
    min-height: 66px;
    padding-top: 10px;
}

.dimv-nav-adults .dimv-navbar-collapse {
    background-image: url('../img/mainnav_bg_big_adults.png');
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid #82cee2;
    border-radius: 4px;
}

.navbar-toggle:hover {
    background-color: #82cee2;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
}


/* mobile only home link with icon */

a.lnk_home {
    float: left;
    height: 20px;
    width: 20px;
    display: block;
    background-image: url('../img/icon_home_white.png');
    background-repeat: no-repeat;
    margin-top: 15px;
}

a.lnk_home:hover {
    background-image: url('../img/icon_home_blue.png');
}

.navbar-nav li.first a {
    background-image: url('../img/icon_home_white.png');
    background-repeat: no-repeat;
    margin-top: 13px;
    height: 15px;
}

.navbar-nav li.first a:hover {
    background-image: url('../img/icon_home_blue.png');
    background-repeat: no-repeat;
}

.dimv-nav-adults .navbar-nav li.first a:hover {
    background-image: url('../img/icon_home_white.png');
}

.navbar-nav li.first span {
    background-image: url('../img/icon_home_blue.png');
    background-repeat: no-repeat;
    margin-top: 13px;
    height: 15px;
}

.navbar-nav>li>a {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-family: ITCOfficinaSerif;
    font-weight: normal;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #82cee2;
    font-weight: bold;
}

.dimv-nav-adults .navbar-nav>li>a:hover,
.dimv-nav-adults .navbar-nav>li>a:focus {
    color: #00abcd;
}

.navbar-nav>li {
    float: left;
    margin-left: 8px;
}

.nav>li.active>span {
    float: none;
    padding: 15px 8px;
    line-height: 20px;
    text-decoration: none;
    color: #82cee2;
    display: block;
    font-size: 17px;
    font-family: ITCOfficinaSerif;
    font-style: italic;
    font-weight: bold;
}

.dimv-nav-adults .nav>li.active>span {
    color: #00abcd;
}

.navbar-inner {
    background: none;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    padding-left: 0px;
}

.navbar-nav {
    padding-left: 15px;
    /*width:75%;*/
}

.navbar .nav>li>a {
    text-shadow: none;
}

.navbar .btn-navbar {
    float: left;
}


/* set a max height in case of the expanded nav in mobile version?*/

.navbar-collapse {
    max-height: none;
    padding-right: 0;
    padding-left: 0;
}

.collapse {
    display: none;
}


/* Last Link Element */

.lnk_last {
    float: left;
}

.dimv-nav-adults .lnk_last {}

.lnk_last a:hover {
    color: #ffffff !important;
}

.dimv-nav-adults .lnk_last a:hover {
    color: #82cee2;
}


/************************************/


/* Theme Accordion Styles            */


/************************************/

.panel-default.panel-theme {
    border-color: transparent;
}

.panel {
    border: none;
}

.panel-theme {
    border-left: none;
    border-right: none;
    box-shadow: inset 0 1px 0 #ffffff inset;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    border-radius: none;
    background-color: transparent;
    margin-bottom: 0;
}

.panel-theme .panel-heading {
    padding: 15px 0px 15px 0px;
    background-color: transparent;
}

.panel-theme h4.panel-title {}

.panel-theme .panel-title a.accordion-toggle {}

.panel-theme .panel-title a.accordion-toggle:hover {
    color: inherit;
    text-decoration: none;
}

.panel-theme>.panel-heading+.panel-collapse .panel-body {}

.panel-theme .panel-body {
    padding: 15px 0 15px 0;
}

.panel-theme .panel-body h2 a {}


/**************************************/


/* Accordion Front Page News Preview **/

.panel_frontnewspreview {
    background-color: transparent;
    border-radius: 0px !important;
    border-bottom: 1px solid #33899a;
    box-shadow: 0 1px 0 #80d6e7;
    max-width: 100%;
}

.last {
    border: none;
    box-shadow: none;
}

.panel_frontnewspreview .panel-heading {
    color: #ffffff;
    font-size: 12px;
    padding: 3px 0 3px 0;
}

.panel_frontnewspreview .panel-title {
    font-size: 16px;
    font-family: ITCOfficinaSans;
    font-weight: bold;
    font-style: normal;
}

.panel_frontnewspreview .accordion-toggle {
    color: #ffffff;
}

.panel_frontnewspreview .panel-body {
    color: #ffffff;
    font-size: 16px;
    font-family: ITCOfficinaSans;
    font-weight: normal;
    font-style: normal;
    padding: 3px 0 3px 0;
}

.panel_frontnewspreview .panel-body .morelink {
    text-decoration: underline;
    color: #ffffff;
}

.panel_frontnewspreview .panel-heading+.panel-collapse .panel-body {
    border-top: none;
}


/* FrontPage Company Preview */

.front_company_preview_wrapper {
    min-height: 200px;
}

.front_company_preview_wrapper .logo_img {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 1px 0 #ffffff;
    padding: 10px 0 10px 0;
    height: 85px;
}

.front_company_preview_wrapper .logo_img img {
    margin: 0 auto 0 auto;
    max-height: 70px;
}

.front_company_preview_wrapper .text {
    font-family: ITCOfficinaSans;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding: 3px 0 3px 0;
    font-size: 15px;
    min-height: 140px;
}

.front_company_preview_wrapper .text .important {
    text-align: center;
    font-weight: bold;
}

.front_company_preview_wrapper .lnk_to_detailview {
    margin: 0 auto 0 auto;
    display: block;
    background-color: #e50050;
    color: #ffffff;
    font-family: ITCOfficinaSans;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

.front_company_preview_wrapper .lnk_to_detailview:hover {
    background-color: #c0c0c0;
}

.img-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom-radius: 5px;
}


/***************************************/


/* Automatic Sidebars ******************/


/*
#sidebar_job  img
{
	display:none !important;
}

#sidebar_job .inner_wrapper
{
	height:inherit;
}

#sidebar_job .inner_wrapper .lnk_headline
{
	-webkit-border:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
*/

.sidebar_dynamic {
    border: 0px solid #c0c0c0;
}

.sidebar_dynamic .inner_wrapper {
    position: relative;
    height: 210px;
    background-color: #ebebeb;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.sidebar_dynamic .inner_wrapper img {
    max-height: 210px;
    margin: 0 auto 0 auto;
}

.sidebar_dynamic .inner_wrapper img.logo {
    padding: 20px 20px 90px 20px;
}

.sidebar_dynamic.sidebar_company .inner_wrapper img.default {
    padding-top: 20px;
}

.sidebar_dynamic .teasertext {}

.sidebar_dynamic .lnk_headline {
    position: absolute;
    background-color: #00abcd;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    bottom: 0;
    min-height: 75px;
    width: 100%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sidebar_dynamic .lnk_headline_right {
    position: absolute;
    background-color: #00abcd;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 10px 0 15px;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar_dynamic .lnk_headline:hover,
.sidebar_dynamic .lnk_headline_right:hover {
    background-color: #e50050;
}


/* Some Portraits Special Styles */

.portrait_teaser {
    margin-top: 10%;
}

.btn_reset {
    background-color: #00abcd;
    color: #ffffff;
    border: none;
    padding: 2px 8px 2px 8px;
    margin-top: 3px;
}


/* SearchView */

.lbl_cb {
    line-height: 20px;
    margin-left: 15px;
}

#maintype_params {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 15px 0 15px 0;
}

#expandable_searchparams {
    margin-bottom: 20px;
}

#pager {
    position: relative !important;
    top: 0px !important;
}

.transparent {
    background-color: transparent;
    border: none;
    color: transparent;
}

#geotarget_slider .ui-slider-range {
    background: #729fcf;
}

#geotarget_slider .ui-slider-handle {
    border-color: #729fcf;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.aasearch_input_wrapper {
    float: left;
    margin-top: 5%;
    margin-bottom: 0px;
    border: 0px solid #c0c0c0;
    width: 100%;
    min-height: 200px;
    list-style: none;
    padding: 0;
}

.aasearch_input_wrapper .li_input_search {
    float: left;
    width: 70%;
    height: 100%;
    border: 0px solid #c0c0c0;
    margin-top: 9%;
}

.aasearch_input_wrapper .li_input_search select {
    max-width: 100%;
}

.aasearch_input_wrapper .adv_inputs {}


/* Geotarget Slider Styles */

.aasearch_input_wrapper .geoui {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.aasearch_input_wrapper .geoui #geotarget_slider {
    margin-top: 0px;
}

.ui-slider .ui-slider-handle {
    width: 1.0em !important;
    height: 1.0em !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.15em !important;
    margin-left: -0.1em !important;
}


/*
.aasearch_input_wrapper .li_sel_branche {
	float: left;
	width: 45%;
	border: 0px solid #c0c0c0;
}

.aasearch_input_wrapper .li_sel_job {
	float: left;
	width: 45%;
	margin-left: 4%;
	border: 0px solid #c0c0c0;
}
*/

.aasearch_input_wrapper .li_btn_search {
    float: left;
    width: 200px;
    border: 0px solid #c0c0c0;
    height: 200px;
}

.aasearch_input_wrapper .btn_reset {
    background-color: #00abcd;
    color: #ffffff;
    border: none;
    padding: 2px 8px 2px 8px;
    margin-top: 3px;
}

.aasearch_input_wrapper .btn_reset:hover {
    background-color: #c0c0c0;
}

.btn_search {
    background-image: url('../img/logo_dmv_inactive.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    color: transparent;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 500;
}

.btn_search:hover {
    background-image: url('../img/logo_dmv_active.png');
}

.btn_search_mobile {
    background-image: url('../img/logo_dmv_inactive_small.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    color: transparent;
    border: none;
    background-color: transparent;
    margin-top: 20px;
}

.btn_search_mobile:hover {
    background-image: url('../img/logo_dmv_active_small.png');
}

.lnk_hint {
    margin-top: 10px;
    margin-left: 20px;
    float: left;
}

li.lnk_to_resulttable a {
    background-image: url('../img/icon_tableview.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 40px;
    height: 39px;
    margin: 0;
    line-height: normal;
    border: none;
    border-radius: 0px;
}

li.lnk_to_resulttable a:hover,
li.lnk_to_resulttable.active a,
li.lnk_to_resulttable.active a:hover {
    background-image: url('../img/icon_tableview.png');
    background-position: top center;
    margin: 0;
    line-height: normal;
    border: none;
    border-radius: 0px;
}

li.lnk_to_resultmap a {
    background-image: url('../img/icon_mapview.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 40px;
    height: 39px;
    margin: 0;
    line-height: normal;
    border: none;
    border-radius: 0px;
}

li.lnk_to_resultmap a:hover,
li.lnk_to_resultmap.active a,
li.lnk_to_resultmap.active a:hover {
    background-image: url('../img/icon_mapview.png');
    background-position: top center;
    margin: 0;
    line-height: normal;
    border: none;
    border-radius: 0px;
}


/*
.input_search
{
	padding: 20px !important;
	border: 0px solid #c0c0c0 !important;
	font-size: 25px;
	margin-bottom:0 !important;
}*/

.input_search {
    /*
	filter: progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=0, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=45, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=90, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=135, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=180, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=225, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=260, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(rgba(255, 255, 255, 0.7), Direction=305, Strength=2);
    */
    border-radius: 1px !important;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.7) !important;
    -moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.7) !important;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.7) !important;
    /* Safari, Chrome, etc. */
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.7) !important;
    /* CSS3 Standard */
    padding: 10px 20px 12px 10px;
    font-size: 22px;
    width: 105%;
    color: #e50050;
    text-align: left;
    position: relative;
    zoom: 1;
}

.select2-search-choice-close {
    z-index: 1000;
    display: block;
}


/* PlaceHolder color */

.input_search::-webkit-input-placeholder,
.search-query::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #e50050;
    font-family: ITCOfficinaSans;
    font-weight: bold;
}

.input_search:-moz-placeholder,
.search-query:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e50050;
    font-family: ITCOfficinaSans;
    font-weight: bold;
}

.input_search::-moz-placeholder,
.search-query::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e50050;
    font-family: ITCOfficinaSans;
    font-weight: bold;
}

.input_search:-ms-input-placeholder,
.search-query:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #e50050;
    font-family: ITCOfficinaSans;
    font-weight: bold;
}


/* Company / Job Search */

.search-query {
    color: #e50050;
}

.aasearch_input_wrapper .li_btn_reset {
    float: left;
    width: 15%;
    border: 1px solid #c0c0c0;
}

.aasearch_bg_image {
    position: absolute;
    z-index: -1;
}

.geodata {
    margin-top: 10px;
    float: left;
}

.cb_filter {
    width: 80%;
    float: right !important;
}

.cb_filter label {
    float: left;
    border: 0px solid #c0c0c0;
    display: inline;
}

.cb_filter input[type="checkbox"] {
    margin-top: 3px;
    display: inline;
}


/* Filter Checkboxen */

.col-lastminute,
.col-earlybird {
    float: left;
    width: 17%;
    border: 0px solid #c0c0c0;
}

.col-praktikum {
    float: left;
    width: 17%;
    border: 0px solid #c0c0c0;
}

.col-plantvisit {
    float: left;
    width: 24%;
}

.col-dualstudium {
    float: left;
    width: 17%;
}

.col-topcompany {
    float: right;
    width: 23%;
}

.result_block {
    margin-top: 20px;
}

.row-form {
    margin-top: 5px;
}


/* Some Detail Reader Styles */

.img_teaser_job {
    width: 50%;
    margin: 0 0 15px 15px;
    float: right;
}

.img_logo_company {
    float: right;
    max-height: 150px;
}


/* Styles for the FrontPage Search */

.frontsearch_wrapper {
    height: 350px;
}

.frontsearch_wrapper .frontsearch_bg_image {
    position: absolute;
    z-index: -1;
}

.frontsearch_input_wrapper {
    float: right;
    width: 70%;
    margin-top: 7%;
    height: 200px;
    border: 0px solid #c0c0c0;
}

.frontsearch_input_wrapper .li_input_search {
    width: 70%;
    float: left;
    margin-top: 9%;
}

.frontsearch_input_wrapper .li_btn_search {
    float: left;
    width: 200px;
    border: 0px solid #c0c0c0;
    height: 200px;
}

.frontsearch_input_wrapper .li_btn_search .btn_search {
    height: 100%;
}


/* Sidebar Search */

#sidebar_search {
    text-align: center;
    min-height: 200px;
}

.input_search_sidebar {
    border-radius: 1px !important;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.7) !important;
    padding: 10px;
    margin-top: 8px;
    font-size: 22px;
    width: 95%;
}

.btn_search_sidebar {
    background-image: url('../img/logo_dmv_inactive.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
    height: 200px;
    width: 200px;
    color: transparent;
    border: none;
    background-color: transparent
}

#lnk_switchto_advform,
#lnk_switchto_ftsform {
    text-align: center;
}


/* Table Sorter Styles */

table.tablesorter,
table.tablesorter tbody td {
    background-color: transparent;
}


/*
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: rgb(130, 206, 226);
}
*/

.table-hover>tbody>tr:hover>td {
    background-color: #82cee2;
    color: #ffffff !important;
}

.table-hover>tbody>tr.not_available:hover>td {
    background-color: #d0d0d0;
}

.table-hover>tbody>tr.not_available .icon_notavailable {
    display: block;
    background-image: url('../img/icon_bad_blue.png');
}

.table-hover>tbody>tr.not_available:hover .icon_notavailable {
    display: block;
    background-image: url('../img/icon_bad.png');
}


/*
.table-hover > tbody > tr.not_available:hover td::after {
	content: 'ADD';
}
*/

.table-hover>tbody>tr:hover>td a {
    color: #ffffff !important;
    text-decoration: none;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
    background-color: #00abcd;
    border: 0px solid #FFF;
    padding: 4px;
    color: #ffffff;
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
    background-color: #82cee2;
}

table tr td {
    border-bottom: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 0 #ffffff inset;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    vertical-align: middle !important;
    cursor: pointer;
}

table th.th_icon {
    width: 5%;
}

table.tablesorter th.th_icon {
    background-image: none !important;
}

table th.th_offer {
    min-width: 35%;
}

table th.th_company {
    width: 45%;
}

table th.th_city {
    width: 15%;
}

table.table-hover tr td.not_available {
    padding: 15px !important;
}

td.not_available .na {
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;
}

.icon {
    width: 25px;
    height: 24px;
    float: left;
    margin-left: 2px;
    border: 0px solid #c0c0c0;
    background-position: center;
}

.icon_notavailable {
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon_charged {
    background-image: url('../img/icon_charged.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.icon_lastminute {
    background-image: url('../img/icon_lastminute.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.icon_earlybird {
    background-image: url('../img/icon_earlybird.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}


/*********************************************/


/* Modify in case of EarlyBird vs LastMinute */


/*********************************************/

.icon_lastminute {
    display: none;
    /*display:block;*/
}

.icon_earlybird {
    display: none;
}

.table-hover>tbody>tr:hover .icon_lastminute,
.table-hover>tbody>tr:hover .icon_earlybird {
    background-position: bottom center;
}


/* Pager Styles */

.pager .pagedisplay {
    padding: 0 5px 0 5px;
    width: 50px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.pager .pagesize {
    margin: 0 0 0 0;
}

.searchform_selectorchar {
    width: 25px !important;
    background: none;
    border: none;
    color: #00abcd;
    font-family: ITCOfficinaSans;
    font-size: 20px;
    font-weight: bold;
}

.searchform_selectorchar:hover {
    color: #82cee2;
}

.searchform_selectorchar.active {
    color: #82cee2;
}

#gmap {
    height: 500px;
}

.lnk_info {
    background-image: url('../img/icon_info.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.bluebox {
    background-color: #00abcd;
    padding: 10px;
}

.whitebox {
    background-color: #ffffff;
    padding: 10px;
}


/* Additional Media Queries */


/* Lower Font Size on ipad
.footer_top
{
	height:55px;
	border:1px solid #c0c0c0;
	font-size:12px;
}
*/


/* popover */

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #e50050;
    border-left-width: 0;
    content: " ";
}

.popover {
    color: #ffffff;
    background-color: #e50050;
}

.popover-title {
    background-color: transparent;
}

.popover a {
    color: #ffffff;
    text-decoration: underline;
}

.popover a.lnk_btn {
    color: #e50050;
    background-color: #ffffff;
    font-family: ITCOfficinaSans;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-bottom: 15px;
}

.popover.right .arrow:after {
    border-right-color: #e50050;
}

.popover.left .arrow:after {
    border-left-color: #e50050;
}


/* Tooltip Styles */

.tooltip_custom {
    width: 43px;
    height: 27px;
    opacity: 1;
    position: absolute;
    bottom: -30px;
    left: -13px;
    background-color: transparent;
    background-image: url('../img/icon_geotargetrange_tooltip.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.tooltip_custom-inner {
    padding: 8px 3px 2px 3px;
    background-color: transparent;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}

.tooltip-inner {
    background-color: #e50050;
    text-align: left;
}

.tooltip-arrow {
    border-bottom-color: #e50050 !important;
    color: #e50050;
}

.tooltip {
    max-width: 375px;
    min-width: 250px;
}

p.back {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/* Register Company Styles */

input.checkbox {
    float: left;
    margin-right: 20px;
}

input.back {
    background-color: #ffffff;
    margin-right: 20px;
    color: #444444;
    border: 1px solid #c0c0c0;
    float: left;
}

input.back:hover {
    background-color: #e5e5e5;
    color: #000000;
}

fieldset.h2_style legend {
    font-size: 28px;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
    color: #00abcd;
}

.lnk_footer_bfa {
    background-image: url('');
}


/* Responsive Video Embedd */

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-lastminute label {
    color: rgb(229, 0, 80);
    font-weight: bold;
}

.cb_filter_lastminute {
    width: 13px;
    height: 13px;
}


/* Tag Cloud Styles */

#tagcloud {
    padding: 10px 10px 10px 10px;
    min-height: 230px;
    text-align: center;
}

#tagcloud .tag9 {
    font-size: 0.9em;
    color: #82cee2;
    line-height: 1.0em;
}

#tagcloud .tag10 {
    font-size: 1.0em;
    color: #82cee2;
    line-height: 1.2em;
}

#tagcloud .tag11 {
    font-size: 1.1em;
    color: #82cee2;
    line-height: 1.3em;
}

#tagcloud .tag12 {
    font-size: 1.2em;
    color: #82cee2;
    line-height: 1.4em;
}

#tagcloud .tag13 {
    font-size: 1.3em;
    color: #00abcd;
    line-height: 1.5em;
}

#tagcloud .tag14 {
    font-size: 1.4em;
    color: #00abcd;
    line-height: 1.6em;
}

#tagcloud .tag15 {
    font-size: 1.5em;
    color: #00abcd;
    line-height: 1.8em;
}

#tagcloud .tag16 {
    font-size: 1.6em;
    color: #00abcd;
    line-height: 1.8em;
}

#tagcloud .tag17 {
    font-size: 1.7em;
    color: #00abcd;
    line-height: 1.8em;
}

#tagcloud .tag18 {
    font-size: 1.8em;
    color: #00abcd;
    line-height: 2em;
}

#tagcloud .tag19 {
    font-size: 1.9em;
    color: #00abcd;
    line-height: 2em;
}

#tagcloud .tag20 {
    font-size: 2.0em;
    color: #00abcd;
    line-height: 2em;
}

#tagcloud a {
    text-decoration: none;
    padding: 25px 0 25px 0;
    margin: 0 10px 20px 0;
    text-align: center;
    position: relative;
    font-family: ITCOfficinaSerif;
    font-weight: bold;
    font-style: italic;
}


/* dt styles */

dl.dl_small_left dt {
    text-align: left;
    width: 50px;
}

dl.dl_small_left dd {
    margin-left: 65px;
}


/* VORTEILSAKTION*/

#vorteilsaktion-quizfragen .formbody input[type="radio"] {
    display: inline !important;
    margin: 5px 0 5px 0;
}

#vorteilsaktion-quizfragen .formbody .radio_container span {
    clear: both;
    float: left;
    width: 100%;
}

#vorteilsaktion-quizfragen .formbody .radio_container span.mandatory {
    display: none;
}

#vorteilsaktion-quizfragen .formbody label {
    margin-left: 25px;
}

#vorteilsaktion-quizfragen .formbody .next,
#ctrl_17 {
    display: block;
    float: right;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    //float:right;
    background-color: #e50050;
    color: #ffffff;
    font-family: ITCOfficinaSans;
    font-weight: bold;
    margin-bottom: 10px;
}

.validierung-registration {
    display: block;
    position: relative;
    margin-top: 30px;
}

.facebookWrapper {
    padding: 15px;
}

.facebookWrapper .col-xs-12 {
    padding: 0;
}

.facebookWrapper .input_search {
    width: 98%;
}

.facebookWrapper table {
    border-top: 1px solid #d0d0d0;
}

.facebookWrapper table tr td {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #d0d0d0;
}

.img-wrapper {
    height: 100%;
    width: 100%;
}

.img-holder {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 120px;
    }
    .dl-horizontal dd {
        margin-left: 130px;
    }
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .btn_search {}
    .aasearch_input_wrapper .li_sel_branche {
        float: left;
        width: 45%;
        border: 0px solid #c0c0c0;
    }
    .aasearch_input_wrapper .li_sel_job {
        float: left;
        width: 45%;
        margin-left: 4%;
        border: 0px solid #c0c0c0;
    }
}

@media (max-width: 1200px) {
    .img-initiatives-footer {
        height: 105px;
    }
    .frontsearch_wrapper {
        height: 285px;
    }
    .frontsearch_wrapper .frontsearch_bg_image {
        padding-right: 30px;
    }
    .frontsearch_input_wrapper {
        height: 150px;
    }
    .frontsearch_input_wrapper .li_input_search {
        margin-top: 8%;
    }
    .frontsearch_input_wrapper .li_btn_search {
        height: 150px;
        width: 150px;
    }
    /* AASearch Styles */
    .aasearch_input_wrapper {
        height: 200px;
    }
    .aasearch_input_wrapper .li_input_search {
        margin-top: 9%;
    }
    .aasearch_input_wrapper .li_btn_search {
        height: 150px;
        width: 150px;
    }
    .aasearch_input_wrapper .adv_inputs {
        margin-top: 0;
    }
    .btn_search {
        background-image: url('../img/logo_dmv_inactive_small.png');
        background-repeat: no-repeat;
        background-position: center center;
        height: 150px;
        width: 150px;
        color: transparent;
        border: none;
        background-color: transparent;
    }
    .btn_search:hover {
        background-image: url('../img/logo_dmv_active_small.png');
    }
    .navbar-nav {
        margin-top: 10px;
    }
    .navbar-nav li.first a {
        margin-top: 8px;
    }
    .navbar-nav>li>a {
        font-size: 14px;
        padding-top: 10px;
    }
    .nav>li.active>span {
        padding: 10px 8px;
        font-size: 14px;
    }
    .dimv-nav-adults .navbar-nav>li,
    .navbar-nav>li {
        margin-left: 0px;
    }
    .dimv-navbar-collapse {
        min-height: 0;
        background-size: 100%;
        padding-top: 0;
    }
    a.lnk_toggle_headerform {
        background-size: 100%;
        width: 125px;
        height: 23px;
    }
    .header_login_wrapper .head_img {
        margin-top: 15px;
    }
    .header_login_wrapper .lnk_register {
        margin-left: 10px !important;
    }
    .header_login_wrapper .col_formfields {
        width: 68%;
    }
    .header_login_wrapper .header_login {
        width: 140px;
    }
    .header_login_wrapper .header_password {
        width: 140px;
    }
    .header_login_wrapper .col_buttons {
        width: 30%;
    }
    .header_login_wrapper .btn_theme {
        font-size: 13px;
        margin-top: 27px;
    }
    ul.topcompany_years li {
        font-size: 18px;
    }
    .azubi_portraits_preview_frontpage .inner_wrapper {
        height: 166px;
    }
}

@media (max-width: 991px) {
    .img-initiatives-footer {
        height: 80px;
    }
    .frontsearch_wrapper {
        height: 235px;
    }
    .frontsearch_input_wrapper {
        margin-top: 5%;
        height: 150px;
        border: 0px solid #c0c0c0;
    }
    .frontsearch_input_wrapper .li_input_search {
        width: 65%;
        float: left;
        margin-top: 9%;
    }
    .frontsearch_input_wrapper .li_btn_search {
        height: 150px;
        width: 150px;
    }
    .btn_search {
        background-image: url('../img/logo_dmv_inactive_small.png');
        background-repeat: no-repeat;
        background-position: center center;
        height: 150px;
        width: 150px;
        color: transparent;
        border: none;
        background-color: transparent;
    }
    .btn_search:hover {
        background-image: url('../img/logo_dmv_active_small.png');
    }
    .aasearch_input_wrapper .li_input_search {
        margin-top: 6%;
        width: 75%;
    }
    .dimv-navbar-collapse {
        background-image: none !important;
        background-color: #00abcd;
        background-size: 100%;
        height: auto;
    }
    .dimv-nav-adults .dimv-navbar-collapse {
        background-color: #82cee2;
    }
    .fullwidth_md {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .sd15md,
    .sd15sm {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    /* Filter Checkboxen */
    .cb_filter {
        width: 85%;
        font-size: 12px;
    }
    .col-praktikum {
        width: 17%;
    }
    .col-plantvisit {}
    .col-dualstudium {}
    .col-topcompany {}
    ul.topcompany_years {
        margin-top: 5%;
    }
    .azubi_portraits_preview_frontpage .inner_wrapper {
        height: 125px;
    }
}

@media (min-width: 1200px) {
    .frontsearch_input_wrapper {}
    .frontsearch_wrapper .li_btn_search {}
}

@media only screen and (max-width: 767px) {
    .img-initiatives-footer {
        height: auto;
    }
    .img-holder {
        min-height: 188px;
    }
    .xs_nomargin_top,
    .xs-nomargin-top {
        margin-top: 0px;
    }
    .xs-centered {
        text-align: center;
    }
    .xs-floatnone {
        float: none;
    }
    .xs-mt25 {
        margin-top: 25px;
    }
    .xs-floatleft {
        float: left;
    }
    .xs-floatright {
        float: right;
    }
    figure,
    .img-container {
        margin: 0 0 15px 0;
        padding: 0 !important;
    }
    .float_right img {
        margin: 0;
        height: auto;
        max-width: 100%;
    }
    .float_left img {
        margin: 0;
        height: auto;
        max-width: 100%;
    }
    .bg_header_nav {
        background-color: #00abcd;
        height: auto;
    }
    .dimv-navbar-collapse {
        background-image: none !important;
        background-color: #00abcd !important;
        height: auto;
    }
    .dimv-nav-adults .dimv-navbar-collapse {
        background-image: none;
        background-color: #00abcd;
    }
    .fullwidth_md {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-nav {
        padding: 0 0 0 0;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
        margin-left: 0px;
    }
    .nav>li.active>span {
        color: #ffffff !important;
        padding: 10px 15px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    .navbar-nav>li>a:hover {
        background-color: #82cee2;
        color: #ffffff;
    }
    .navbar li.first,
    navbar li.first span {
        display: none;
    }
    .nav-collapse {
        background-color: #00abcd;
    }
    .sd15xs {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #content {
        margin-top: 0px;
    }
    h1,
    .h1 {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .h1 {
        margin-top: 10px;
    }
    h2,
    .h2 {
        font-size: 23px;
    }
    .fs16 {
        font-size: 13px;
    }
    .fs18 {
        font-size: 15px;
    }
    .fs20 {
        font-size: 17px;
    }
    .fs24 {
        font-size: 21px;
    }
    .fs28 {
        font-size: 25px;
    }
    .fs40 {
        font-size: 30px;
    }
    /* bordered logos footer */
    /* Reset nopadding styles on xs devices */
    .nopadding-right {
        padding-right: 15px;
    }
    .nopadding-left {
        padding-left: 15px;
    }
    .nopadding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .engraved_left,
    .engraved_right,
    .engraved_center {
        border: none;
        box-shadow: none;
    }
    .engraved_center {
        border: none;
    }
    .aasearch_input_wrapper {
        height: 150px;
    }
    .aasearch_input_wrapper .li_input_search {
        width: 100%;
    }
    .input_search {
        width: 100%;
    }
    .aasearch_input_wrapper .adv_inputs {
        margin-top: 0;
        margin-bottom: 0;
    }
    .form_fts,
    .form_adv {
        margin: 0 auto 0 auto;
        position: relative;
        float: none;
        display: block;
    }
    .frontsearch_wrapper {
        height: auto;
    }
    .frontsearch_wrapper .input_search {
        margin-top: 5px;
    }
    .frontsearch_wrapper .xs_search {
        position: relative;
        width: 150px;
        height: 150px;
        margin: 20px auto 0 auto;
        z-index: 1;
    }
    .nav-tabs {
        display: none;
    }
    .table.tablesorter {}
    .img_teaser_job {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .sidebar_dynamic .inner_wrapper img {
        height: 190px;
    }
    .portrait_teaser {
        font-size: 20px;
    }
    #sidebar_right {
        margin-top: 0px;
    }
    #vorteilsaktion-quizfragen .formbody label {
        margin-left: 10px;
        width: 85%;
        float: right;
    }
    dl.dl_small_left dd {
        margin-left: 0px;
    }
    .azubi_portraits_preview_frontpage .inner_wrapper {
        height: auto;
    }
    ul.topcompany_years {
        left: 150px;
    }
    .sidebar_company_facts dt {
        float: left;
    }
    .sidebar_company_facts dd {
        float: left;
        margin-left: 20px;
    }
}

tr.not_available td:hover,
tr.not_available a:hover {
    cursor: not-allowed !important;
}