/*reset starts*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}


/*body{line-height:1}*/

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*reset ends*/

.clear {
    clear: both;
}

ol,
ul {
    list-style-type: none;
}

#slider-left h2 {
    border-radius: var(--border-radius);
}


/*body{font-family:Arial, Helvetica, sans-serif;text-align:center;background:#AE1B23 url('../images/bg-body-repeat.png') repeat-x left top;font-size:0.82em;line-height:1.4;}*/

#wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: auto;
}

.flex-menu{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

a div.logo{
    background: url('../images/gluckerkolleg-logo.png') no-repeat left top;
    background-size: 120px 62px;
    display: block;
    height: 62px;
    width: 120px;
}

.bg-left-gast {
    height: 28px;
}

.bg-right-gast {
    display: flex;
}

.gast{display: flex;}

.gast p {
    color: var(--color-dark);
}

.account-area{
    align-items: center;
    display: flex;
    margin-right: 12px;
}

.account-icon{
    background: url("../images/user-light.svg") no-repeat scroll left transparent;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    width: 14px;
}

.vr{
    border-left: 1px solid var(--color-border);
    margin: 0 12px;
}

.gast .my-login{
    display: flex;
}

.gast a.btn-login {
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: var(--body-l-font-size);
    font-weight: var(--font-semibold);
    text-decoration: none;
    color: var(--color-main-red);
    float: left;
    display: block;
    text-align: center;
}

.gast a.btn-logout {
    color: var(--color-main-red);
    font-size: var(--body-l-font-size);
    font-weight: var(--font-semibold);
    line-height: 28px;
    padding-left: 5px;
}

.gast a.btn-logout::before {
    content: "|";
    position: relative;
    left: 0;
    padding-right: 5px;
    top:0;
}

.gast a:hover {
    color: var(--color-dark);
}

#slider {
    background: url('../images/bg-slider.jpg') no-repeat left top;
    width: 950px;
    height: 267px;
    padding: 23px 0 0 30px;
}

#slider-left {
    float: left;
    width: 430px;
    padding-top: 10px;
}

#slider-right {
    float: left;
    width: 500px;
    position: relative;
}

.panel-wrapper #slider-right {
    background: url('../images/bg-slider.png') no-repeat left top;
    width: 496px;
    height: 260px;
    margin-top: 1px;
}

.panel-wrapper #slider-right .img-slider {
    margin: 0 auto;
    width: 464px;
    margin-top: 12px;
    display: block;
    height: 246px;
}

#slider h2 {
    padding: 0 10px;
    color: var(--color-light);
    font-weight: var(--font-bold);
    text-align: center;
    width: 360px;
    background-color: var(--color-bg);
    position: relative;
    height: 235px;
}

#slider p {
    color: var(--color-light);
    font-size: 1em;
    margin: 36px 0 0 20px;
    width: 375px;
    line-height: 1.6;
}

#slider-right a {
    width: 160px;
    height: 48px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 16px;
    right: 2px;
    color: var(--color-light);
    text-decoration: none;
    font-weight: var(--font-bold);
    line-height: 40px;
}

#main-col h1 {
    padding: 20px 0;
}

#main-col h2 {
    padding: 20px 0;
}

#content-top {
    padding: 0 10px;
}

.col {
    float: left;
    width: 228px;
    height: 156px;
    margin: 0 10px 26px 2px;
}

.col-title {
    color: #616161;
    font-size: 1.1em;
    font-weight: var(--font-bold);
    position: absolute;
    bottom: 15px;
    width: 230px;
    text-align: center;
    left: 0;
}

.col .white {
    color: var(--color-light);
}

.col .col-title span {
    color: var(--color-main-red);
}

.col a {
    width: 230px;
    height: 160px;
    display: block;
    border: 0;
    text-decoration: none;
    position: relative;
}

#content-bottom {
    background: #8c8b8b url('../images/bg-content-bottom.gif') repeat-x left top;
}

#bg-bottom-section {
    background: url('../images/bg-bottom-section.gif') no-repeat left bottom;
    padding-bottom: 35px;
}

.sections {
    width: 449px;
    float: left;
    padding-left: 25px;
    padding-right: 15px;
    border-right: 1px solid #acacac;
}

#section-border {
    border: 0;
}

.sections h3 {
    color: var(--color-light);
    margin: 30px 0;
}

.sections h3 span {
    color: #d6d6d6;
    font-weight: var(--font-regular);
}

.date {
    float: left;
    width: 34px;
    margin-right: 20px;
}

.sections p.day {
    background: url("../images/sprite.png") no-repeat scroll left -211px transparent;
    width: 34px;
    height: 32px;
    font-weight: var(--font-bold);
    text-align: center;
    line-height: 45px;
    font-size: .80em;
    color: var(--color-light);
}

.sections p.month {
    color: var(--color-light);
    font-size: .90em;
    text-align: center;
    margin: 3px 0 20px;
    font-weight: var(--font-bold);
}

.sections p.comments {
    text-align: center;
    background: url("../images/sprite.png") no-repeat scroll left -166px transparent;
    width: 34px;
    height: 31px;
    font-size: .80em;
    line-height: 29px;
    color: #4f4f4f;
    font-weight: var(--font-bold);
}

.details {
    float: right;
    width: 392px;
}

.details p {
    color: #cacaca;
    font-size: .95em;
    margin-bottom: 20px;
}

.details a {
    display: block;
    width: 100px;
    height: 28px;
    font-size: .9em;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: var(--color-light);
    margin-left: 290px;
    background: url("../images/sprite.png") no-repeat scroll left -41px transparent;
}

#maincol-bottom {
    background: url('../images/bg-maincol-bottom.png') no-repeat left top;
    height: 25px;
}

#footer-wrapper {
    background: url('../images/sprite_top_menu_bg1.png') repeat-x left bottom;
    height: 125px;
}

#footer {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    padding-top: 35px;
}

#footer ul {
    float: left;
}

#footer li {
    float: left;
    height: 55px;
    background: url('../images/sprite_rerpeated_Image.png') no-repeat right top;
}

#footer li a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 0.9em;
    margin: 0 20px;
    padding: 19px 0;
    line-height: 55px;
}

#footer li a:hover {
    color: var(--color-hover);
}

#footer li.no-img {
    background: none;
}

#footer p {
    float: right;
    color: var(--color-light);
    font-size: 0.9em;
    padding-top: 20px;
}

#footer p span {
    font-weight: var(--font-bold);
    margin-left: 10px;
}

.highlight {
    font-weight: var(--font-bold);
}

#register-form {
    padding: 52px 0 30px;
    margin-bottom: 20px;
}

#register-form h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0;
    width: auto;
    padding-bottom: 6px;
}

#CourseBookForm {
    margin-top: 30px;
}

#register-form p {
    width: 100%;
    margin-bottom: 15px;
}

#register-form p.no-mrn input {
    width: auto;
    border: 0;
    height: auto;
    padding: 0;
    margin-right: 5px;
}

#register-form label {
    text-align: left;
    color: var(--color-dark);
    min-width: 250px;
}

#register-form input[type="text"],
#register-form input[type="password"],
#register-form input[type="email"] {
   /* width: 75%;*/
   width: 284px;
    height: 33px;
    padding: 0 10px;
}

#register-form.myaccount input {
    /*width: 284px;*/
}

#register-form.myaccount input#btn-submit2,
#register-form.myaccount input#btn-submit1,
#register-form.myaccount input#btn-submit3,
#register-form.myaccount input#btn-submit {
    width: 179px !important;
}

input#user-firstname {
    width: 184px;
}

#register-form p.no-mrn {
    color: #ae1b23;
    clear: both;
}

#register-form p.no-btm-mrn {
    margin-bottom: 0;
}

.newForm2 tr td {
    padding: 8px 10px;
}








input#btn-submit,
input#btn-submit1,
input#btn-submit2,
input#btn-submit3,
input#btn-submit3,
input#btn-submit4,
.box-footer.buyBtn button,.box-footer.buyBtn a {
    background: var(--color-light);
    border: 1px solid var(--color-main-red);
    border-radius: var(--border-radius-big);
    box-sizing: border-box;
    color: var(--color-main-red);
    display: block;
    font-size: 16px;
    font-weight: var(--font-semibold);
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}

input#btn-submit:hover,
input#btn-submit1:hover,
input#btn-submit2:hover,
input#btn-submit3:hover,.box-footer.buyBtn button:hover,.box-footer.buyBtn a:hover {
    background: var(--color-light);
    transition: all 300ms ease-in-out 0s;
}

#course-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.course-info {
    margin: 0 0 8px 0;
    max-width: 320px;
    width: 100%;
    /*box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);*/
    padding: 12px;
    background: var(--color-light);
    position: relative;
}

@media only screen and (max-width:479px) {
    .course-info {
        margin: 0 0 8px 0;
        max-width: 100%;
        width: 100%;
    }
}

.course-info:hover{
    box-shadow: var(--box-shadow);
}

.course-details {
    /*background:url('../images/bg-repeat-courseinfo.png') repeat-y left top;
    padding: 15px;*/
    display: flex;
    flex-direction: column;
}

.bg-top-courseinfo {
    background: url('../images/bg-top-courseinfo.png') no-repeat left top;
    height: 16px;
}

.bg-bottom-courseinfo {
    background: url('../images/bg-bottom-courseinfo.png') no-repeat left top;
    height: 24px;
}

.course-info img {
    /*width: 252px;
    height: 158px;
    float: left;
    margin-right: 14px;
    min-width: 252px;*/
    align-items: center;
    /*border-radius: 4px 4px 0 0;*/
    display: flex;
    height: auto;
    width: 100%;
}

/*.c-content {
    float: left;
    width: 635px;
}*/

.course-info h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--color-main-red);
    display: -webkit-box;
    margin-bottom: 15px;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.course-info p {
    color: var(--color-main);
    margin-bottom: 24px;
}

/*.course-info .c-content {
    float: none;
    max-width: inherit;
    width: 100%;
}*/

a.course-info {
    background: var(--color-light);
    border: 1px solid var(--color-main-red);
    border-radius: var(--border-radius-big);
    box-sizing: border-box;
    color: var(--color-main-red);
    display: block;
    font-size: 16px;
    font-weight: var(--font-semibold);
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}

a.course-info:hover {
    background: var(--color-main-red);
    background: linear-gradient(90deg, rgba(137,20,26,1) 0%, rgba(174,27,35,1) 100%);
    color: var(--color-light);
    transition: all 300ms ease-in-out 0s;
}

.course-details .info-content{
    align-items: center;
    display: flex;
}

#main-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

p#breadcrumb {
    position: absolute;
    top: 7px;
    left: 5px;
    margin: 0;
    background: #333 url('../images/bg-left-breadrumb.gif') no-repeat left top;
    font-size: 1.1em;
    padding: 5px 10px 5px 8px;
}

#wrapper .coursedetail p#breadcrumb {
    width: auto;
}

#breadcrumb a {
    color: var(--color-light);
    text-decoration: none;
    margin-right: 3px;
}

#wrapper .coursedetail {
    height: 341px;
    background: var(--color-light) url('../images/bg-slider-coursedetail.jpg') no-repeat left top;
    position: relative;
}

.banner_register {
    box-shadow: 0 7px 26px -7px rgba(0, 0, 0, 0.1);
}

#wrapper .coursedetail #slider-left {
    width: 440px;
}

#wrapper .coursedetail h2 {
    width: 430px;
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    height: auto;
}

#wrapper .coursedetail p.slidercontent {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.1em;
}

#wrapper .coursedetail p {
    width: 420px;
    text-align: justify;
}

#wrapper .coursedetail img {
    margin-top: 47px;
    margin-left: 18px;
}

#wrapper .coursedetail #slider-right {
    background: url('../images/bg-banner-right.png') no-repeat left 34px;
    height: 334px;
}

#course-innercol {
    background-color: var(--color-light);
    float: left;
    max-width: 663px;
    padding: 12px;
    width: 100%;
}

#course-innercol h2 {
    margin-bottom: 0;
    text-transform: inherit;
}

#course-innercol h3 {
    color: #737373;
    padding: 16px 0;
    font-weight: var(--font-bold);
}

#course-innercol h4 {
    color: var(--color-main);
    font-size: 1em;
    line-height: 1.2em;
    padding: 16px 0;
    font-weight: var(--font-bold);
}


/*#course-innercol p{color:#737373;font-size:1.2em;}*/

#course-innercol p {
    color: var(--color-main);
    font-size: var(--body-l-font-size);
    line-height: var(--body-l-line-height);
}

#sub-col {
    float: left;
    max-width: 300px;
    width: 100%;
}

#subcol-bottom {
    background: var(--color-light);
    padding: 12px;
}


/*#subcol-top{background:url('../images/subcol-top.png') no-repeat left top;height:86px;}*/

#subcol-top {
    height: auto;
}

#calendar {
    background: var(--color-main-red) none repeat scroll 0 0;
    display: flex;
    float: left;
    height: 60px;
    justify-content: center;
    width: 60px;
    text-align: center;
}

#calendar > img {
    align-items: center;
    align-self: center;
    display: flex;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px;
}

#calendar p {
    text-align: center;
    font-size: .88em;
    color: var(--color-light);
    font-weight: var(--font-bold);
}

#calendar p.one {
    color: var(--color-main);
    font-size: 1.6em;
}

#sub-col h2 {
    color: var(--color-main);
    font-weight: var(--font-semibold);
    margin-bottom: 0;
    padding: 2px 0 0 74px;
    text-indent: 0;
    text-transform: inherit;
}

#subcol-bottom p {
    color: var(--color-main);
    font-size: 13px;
    margin-bottom: 5px;
}

#location {
    padding: 20px 0 20px 0;
}

#location label {
    color: var(--color-main);
    float: left;
    font-size: 1.05em;
    font-weight: var(--font-semibold);
    margin-bottom: 10px;
    width: 100%;
}

.one_box{width:50% !important; float:left;}
.f_left{float:left;}
.nl_label{font-size:14px !important; }
.booking_frm{margin-left:0 !important;}


#location select {
    background-color: transparent;
    border: 1px solid var(--color-border);
    height: 30px;
    margin-left: 3px;
    padding: 3px 5px 5px;
    width: 100%;
    color: #515151;
}

#location select option {
    padding: 2px 5px;
}

.j-align {
    text-align: justify;
}

.stuttgart {
    border-bottom: 1px dashed #a29a9a;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

#course-innercol .stuttgart {
    border: none;
}

.left_part {
    float: left;
    margin-right: 14px;
    width: 150px;
}

.stuttgart h3 {
    color: var(--color-main);
    float: none;
    font-weight: var(--font-semibold);
    margin-bottom: 0;
    margin-right: 10px;
}

form .stuttgart:nth-last-child {
    border: none;
}

.stuttgart a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid var(--color-main-red);
    color: var(--color-main-red);
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: var(--font-bold);
    line-height: 16px;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    width: 90px;
}

.stuttgart a:hover {
    background: var(--color-hover);
}

#sub-col #tag {
    position: relative;
    bottom: 0;
    background: var(--color-main-red);
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
}

#tag {
    position: absolute;
    bottom: 8px;
}

#tag ul li h6 {
    color: var(--color-light);
    margin-bottom: 5px;
}

#tag ul,#tag ul li {
    color: var(--color-light);
    display: inline-block;
    text-align: center;
}

#tag ul.tag1 {
    border-right: 2px dashed var(--color-border);
}

#tag ul {
    display: table-cell;
    padding: 8px 0;
    width: 50%;
}

#subcol-bottom .stuttgart p {
    display: block;
    float: none;
    margin-bottom: 0;
    padding-top: 5px;
}

#tag ul li {
    font-size: 1.4em;
}

#tag ul li .head {
    font-size: 28px;
}

#tag ul li.big {
    width: 115px;
    text-align: center;
    line-height: 1;
    margin-top: -3px;
}

#tag ul li.big .smallsize {
    font-size: .8em;
}

#content-wrapper .nobg {
    background-image: none;
    padding-top: 24px;
}

#subcol-bottom .stuttgart p {
    float: left;
    margin-bottom: 0;
}

#course-innercol h1 {
    margin-bottom: 0;
    padding-top: 0;
}

#course-innercol > h1 + p {
    border-bottom: 1px dashed var(--color-border);
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 22px;
}

#course-innercol p {
    text-align: justify;
}


/******** rating and listing sec css strat here***********/

/*.n_img {
  background: rgba(0, 0, 0, 0) url("../images/border-img.png") repeat scroll 0 0;
  text-align: center;
  vertical-align: middle;
  width:112px;
}*/

.n_img > img {
  padding: 6px;
  position: relative;
}

.raring_sec {
    background: var(--color-light);
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.raring_sec p {
    margin: 0;
    padding-bottom: 8px;
    text-align: center;
    cursor: pointer;
}

.raring_sec p span {
    color: var(--color-main-red);
    text-decoration: underline;
}

.sidebar_listing {
    background: var(--color-light);
    padding: 12px;
    margin-bottom: 20px;
}

.sidebar_listing ul {
    padding: 0;
}

.sidebar_listing ul li {
    background: url("../images/done_black_24dp.svg") no-repeat scroll left center;
    color: var(--color-dark);
    border-bottom: 1px solid var(--color-border);
    padding: 12px 0 12px 32px;
}

.sidebar_listing ul li.last {
    border: none;
}

.detail_banner {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

#course-innercol .login-popup h3 {
    color: var(--color-main);
    font-weight: var(--font-semibold);
}

.detail_banner img {
    max-width: 100%;
}

#course-innercol li {
    color: var(--color-main);
    font-size: var(--body-l-font-size);
    line-height: var(--body-l-line-height);
    list-style: disc;
    margin-bottom: 4px;
    margin-left: 20px;
    padding-left: 5px;
}

#general-info {
    background: url('../images/bg-maincol-info.jpg') no-repeat left top;
    float: right;
    max-width: 663px;
    padding-top: 30px;
    width: 100%;
}

#left-col {
    float: left;
    max-width: 300px;
    margin: 30px 0;
    width: 100%;
}

#left-col .top_heading a {
    background: var(--color-bg);
    color: var(--color-light);
    font-size: 24px;
    height: auto;
    padding: 20px;
    position: relative;
}

#left-col .top_heading {
    padding: 0;
    position: relative;
}

#left-col .top_heading a {
    color: var(--color-light);
}

.headings p {
    line-height: 24px;
    text-align: justify;
}

#left-col .top_heading::after {
    content: '\f105 ';
    font-family: FontAwesome;
    opacity: 1;
    position: absolute;
    right: 20px;
    font-size: 24px;
    top: 20px;
    color: var(--color-light);
}

#left-col .top_heading a::after {
    display: none;
}

#left-col .top_heading a:hover {
    color: var(--color-light);
}

#left-col a li {
    padding: 0;
}

#content-wrapper {
    max-width: 984px;
    width: 97%;
    position: relative;
    margin: 0 auto;
}

.headings {
    background-color: var(--color-light);
    color: var(--color-main);
    line-height: 24px;
    padding: 12px;
    text-align: justify;
}

.headings h1 {
    font-weight: var(--font-bold);
}

.headings center {
    text-align: center;
}

.headings center img {
    width: 100%;
    height: auto;
}

.headings center font {
    color: var(--color-main);
}

.headings h2 {
    text-align: left;
}

.headings h3 {
    font-weight: var(--font-semibold);
    text-align: left !important;
    text-transform: capitalize;
}

.headings h4 {
    color: var(--color-main-red);
    font-size: 23px;
    font-weight: var(--font-semibold);
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: left;
}

#bg-bottom-info {
    background: url('../images/bg-bottom-info.jpg') no-repeat left top;
    height: 13px;
}

#left-col li {
    padding: 15px 20px;
}

#left-col a {
    font-weight: var(--font-semibold);
    border-bottom: 1px dashed var(--color-border);
    padding: 20px;
    margin: 0 ;
    display: block;
    position: relative;
    color: var(--color-main);
}

#left-col a.active{background:var(--color-main-red);}
#left-col a.active,#left-col a.active:hover,#left-col a.active::after {color:var(--color-light) !important;}

#left-col ul.hover-color a:hover {
    color: var(--color-main-red);
}

#left-col ul.hover-color a:hover::after {
    color: var(--color-main-red);
}

#left-col a::after {
    content: '\f105 ';
    color: var(--color-main);
    font-family: FontAwesome;
    font-size: 15px;
    opacity: 1;
    position: absolute;
    right:20px;
    top: 20px;
}

#left-col ul.first {
    padding-top: 10px;
}

#left-col .first_heading a {
    margin: 0;
    border: none;
    font-weight: var(--font-semibold);
}

#left-col ul {
    background: var(--color-light);
}

#left-col ul a.last {
    border: none;
}

#left-col li.bg-heading1 {
    font-size: 23px;
    padding: 20px;
    border: none;
    color: var(--color-light);
    background: var(--color-dark-bg);
    margin-bottom:5px;
}

#bg-top-info {
    background: url('../images/bg-top-maincol-info.jpg') no-repeat left top;
    height: 11px;
}

#content-wrapper .box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 auto 20px;
    width: 100%;
}

#content-wrapper .box form {
    padding-top: 10px;
}

#register-form .box h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0;
}

.bg-bottom-account {
    background: var(--color-bg) none repeat scroll 0 0;
    border: 1px solid var(--color-border);
    display: block;
    height: 0;
    margin: 37px 0;
    padding: 0;
}

.highlight {
    font-weight: var(--font-bold);
}

table.aligntop.list_table{
    box-shadow: none;
    padding: 0;
    white-space: normal;
}

table.aligntop td {
    padding: 8px;
    vertical-align: top;
}

.video_btn {
    width: 156px;
    height: 45px;
    float: left;
    margin: 0 0 0;
}

.error {
    background: #eda148 none repeat scroll 0 0;
    border: 1px solid var(--color-border);
    color: var(--color-light);
    font-size: 12px;
    font-weight: var(--font-bold);
    padding: 7px 2px 10px;
    position: relative;
    text-align: center;
    z-index: 5;
}

.error1,
.error2 {
    background: var(--error);
    color: var(--color-light);
    text-align: center;
    font-weight: var(--font-semibold);
    line-height: 12px;
    padding: 12px 0;
}

.success {
    background: var(--success);
    color: var(--color-light);
    text-align: center;
    font-weight: var(--font-semibold);
    line-height: 12px;
    padding: 12px 0;
}

.boxMessage {
    position: relative;
    width: 100%;
    z-index: 5;
}

.boxMessage .error {
    margin: 0
}

.boxMessage .success {
    margin: 0
}

.err_body,
.intro_body {
    background-color: #EDF4FB;
    height: 100%;
    cursor: default;
}

.err_msg {
    font-size: 30px;
    font-weight: var(--font-bold);
    color: #004080;
    text-shadow: 1px 1px 2px var(--color-light);
    margin-bottom: 52px;
}

.err_center {
    width: 850px;
    margin: 52px auto 0;
}

.err_box {
    width: 407px;
    height: 452px;
    background: url('../images/err_box.png') no-repeat center center;
    float: left;
    font-size: 27px;
    text-shadow: 0 0 1px var(--color-light);
    color: var(--color-light);
    text-align: center;
    position: relative;
}

.err_m {
    margin-right: 36px;
}

.err_box a {
    bottom: 17px;
    color: var(--color-light);
    display: block;
    font-weight: var(--font-bold);
    height: 45px;
    left: 23px;
    padding-top: 15px;
    position: absolute;
    width: 363px;
    font-style: normal;
}

.err_box span {
    display: block;
    font-size: 25px;
    line-height: 25px;
    margin-top: 15px;
}

.err_box img {
    bottom: 95px;
    left: 60px;
    position: absolute;
}

.heading_h1 {
    width: 49%;
}

.rt_wrap {
    width: 560px;
    float: right;
    margin: -57px 19px 0 0;
}

.bucher_icon {
    width: auto;
    float: left;
    margin-right: 10px;
}

.prufugen_icon {
    width: auto;
    float: left;
    margin-right: 10px;
}

#register-form select {
    height: 37px;
    padding: 0 10px;
    width: 284px;
}

.rgster select {
    height: 33px;
    padding: 0 10px;
    width: 262px !important;
}

.rgster #SearchForm {
    margin-left: 26px !important;
    margin-top: 26px;
}

.rgster #SearchForm p {
    margin-right: 15px;
}

.rgster #SearchForm p {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: auto !important;
}

.rgster input#btn-submit2 {
    background: rgba(0, 0, 0, 0) url("../images/search_btn2.png") no-repeat scroll left top;
    border: 0 none;
    color: var(--color-light);
    cursor: pointer;
    font-size: 1.5em;
    font-weight: var(--font-bold);
    height: 33px !important;
    margin-left: 0;
    padding: 0;
    width: 37px !important;
}

#register-form > form {
    padding-top: 10px;
}

.rgster .box {
    clear: both;
}

.rgster .box table {
    width: 886px !important;
    margin: 0 auto;
    border: none !important;
    border-bottom: 3px solid #bc2029 !important;
}

::-webkit-input-placeholder {
    color: var(--color-main);
    opacity: 1 !important;
}

::-moz-placeholder {
    color: var(--color-main);
    opacity: 1 !important;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: var(--color-main);
    opacity: 1 !important;
}


/* ie */

input:-moz-placeholder {
    color: var(--color-main);
    opacity: 1 !important;
}

.l_nane {
    float: left;
    color: #ae1b23;
    font-size: 18px;
}

.l_date {
    float: right;
}

.l_text {
    clear: both;
    float: left;
    overflow: hidden;
    padding-top: 15px;
    width: 100% !important;
    padding-bottom: 20px;
    text-align: left;
}

.l_name {
    color: #ae1b23;
    font-size: 18px;
    text-transform: capitalize;
}

/*.login_spc td {
    padding: 5px;
}

.last-corner {
  left: 5px;
  position: relative;
}*/

.faceboo_plugin {
    margin: 0 auto;
    max-width: 262px;
    padding-top: 25px;
    padding-bottom: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #nav {
        width: auto;
    }
    /* Safari only override */
    ::i-block-chrome,
    #nav {
        width: auto;
    }
}

@-moz-document url-prefix() {
    #nav {
        width: auto;
    }
}

.fb-icon {
    float: left;
    margin: 4px 0 0 9%;
}

.footer_contacts_item_inf .icons_item {
    text-align: left;
}

@media only screen and (max-width:991px) {
    #left-col {
        margin: 20px 0 0 15px;
        max-width: inherit;
        width: 32%;
    }
    #general-info {
        margin: 0 15px 20px 20px;
        max-width: inherit;
        width: 61%;
    }
    .rgster #SearchForm p {
        display: inline-block;
        float: left;
        width: auto !important;
    }
    #sub-col {
        margin: 20px 0 0 15px;
        max-width: inherit;
        width: 34%;
    }
    #course-innercol {
        max-width: inherit;
        width: 61%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #register-form #CourseBookForm select {
        width: 308px !important;
    }
    #register-form #CourseBookForm input {
        width: 284px !important;
    }
    #register-form .serach_secnew input {
        width: 230px;
    }
}

@media only screen and (min-width:768px) and (max-width:898px) {
    .stuttgart a {
        width: 60px;
        height: 40px;
        position: relative;
        right: -5px;
    }
    .left_part {
        width: 125px;
    }
    #location select {
        width: 100%;
    }
    #location div {
        background: rgba(0, 0, 0, 0) url("../images/dropdown_bg.png") no-repeat scroll 0 top / 100% auto;
        height: 30px;
        width: 223px;
    }
    #course-innercol .stuttgart a {
        width: 90px;
        height: 43px;
        position: relative;
        right: inherit;
    }
}


@media only screen and (min-width:992px) and (max-width:1030px) {

  #general-info{max-width:635px;}

  }

@media only screen and (max-width:767px) {

#header h1 {position:relative; top:0;}
.gast p{font-weight: var(--font-semibold);}
  .psw-forget {
    padding-left: 0 !important;
}   


.one_box{float:none; width:100% !important;}

    #course-innercol p {
        text-align: left;
    }
    .fromtrainner table td {
        display: block;
        padding-bottom: 15px;
        height: auto;
    }

    .fromtrainner.fromtrainner_new table td{display:table-cell;}
    .bottom_text {
        position: relative !important;
        bottom: 0 !important;
    }
    .bottom_text1 {
        float: none !important;
        padding: 0 !important;
        width: 100%;
    }
    .bottom_text2 {
        display: block;
        float: none !important;
        padding: 15px 0 0;
        position: relative !important;
        top: 0 !important;
    }
    .bottom_text5 {
        float: left !important;
        padding: 20px 0;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
            clear: left;
    }
    .anchor-label label {
        display: none;
    }
    #register-form input#btn-submit,
    #register-form input#btn-submit2 {
        width: 179px !important;
        margin-left: 0;
    }
    #register-form .serach_secnew > div {
        float: none !important;
    }
    #register-form .serach_secnew input {
        margin: 0 !important;
    }
    textarea {
        box-sizing: border-box;
        clear: both;
        width: 100% !important;
    }
    #sub-col h2 {
        padding: 18px 0 0 74px !important;
    }
    #sub-col {
        margin: 20px 0 0 0;
        max-width: inherit;
        width: 100%;
    }
    #course-innercol {
        max-width: inherit;
        width: 100%;
    }
    #register-form input[type="text"],
    #register-form input[type="password"],
    #register-form input[type="email"] {
        box-sizing: border-box;
        height: 42px !important;
        line-height: 33px;
        width: 100% !important;
    }
    #register-form label {
        padding-bottom: 5px;
    }
    input#btn-submit {
        margin-left: 0;
    }
    #register-form select {
        height: 40px;
    }
    #register-form p {
        margin-bottom: 15px;
        width: auto;
    }
    #register-form select {
        width: 100% !important;
    }
    #register-form input[type="text"],
    #register-form input[type="password"],
    #register-form input[type="email"] {
        box-sizing: border-box;
        height: 35px !important;
        line-height: 30px;
        width: 100% !important;
    }
    .rgster #SearchForm p {
        width: 100% !important;
        margin-right: 0;
    }
    .rgster #SearchForm {
        margin-left: 0 !important;
    }
    #left-col {
        margin: 20px 0;
        max-width: inherit;
        width: 100%;
    }
    #general-info {
        max-width: inherit;
        width: 100%;
    }
    #content-wrapper {
        max-width: inherit;
        padding: 12px;
        width: 100%;
    }
    #left-col .top_heading a {
        padding: 10px;
    }
    #left-col .top_heading::after {
        top: 10px;
    }
    #left-col li.bg-heading1 {
        padding-top: 5px;
    }
    #left-col a {
        padding: 15px 20px;
    }
    #general-info {
        margin: 0;
    }
    .footer {
        padding: 0 10px;
    }
    .social_icons {
        width: auto !important;
    }
    #main-col {
        margin-top: 15px;
    }
    .course-info .c-content {
        clear: both;
        padding: 16px;
    }
    #main-col h2 {
        padding: 10px 0;
    }
    #header h1 a {
        background: rgba(0, 0, 0, 0) url("../images/bg-logo.png") no-repeat scroll left top / 100% auto;
        display: block;
        height: 94px;
        width: 180px;
    }
    .footer_center {
        padding: 30px 0 20px !important;
    }
    .footer_signup_desc {
        padding: 0 10px;
    }
    /**** my account page ****/
    .no-mrn > label {
        display: none;
    }
    #register-form p.no-mrn input {
        border: 0 none;
        float: left;
        margin-right: 15px;
        padding: 0;
        width: 10px !important;
        height: auto !important;
    }
    textarea {
        clear: both;
        width: 100%;
    }
    #register-form.myaccount input#btn-submit2,
    #register-form.myaccount input#btn-submit1,
    #register-form.myaccount input#btn-submit3,
    #register-form.myaccount input#btn-submit {
        margin-left: 0;
    }


#TB_window {
    left:8% !important;
    margin: 0 !important;
    top: 10% !important;
    width:82% !important;

}


#TB_iframeContent {
  border: medium none;
  clear: both;
  margin-bottom: -1px;
  margin-top: 1px;
  padding: 20px;
  width: 91% !important;
  height:300px !important;
}

}

@media only screen and (max-width:479px) {
    .header #h-right {
        margin-top: 20px;
    }
    #header h1 {
        margin-top: 0 !important;
    }
    .list_table td {
        display: block;
    }
    #content-wrapper {
        padding: 12px;
        width: 100%;
    }
    #sub-col h2 {
        padding: 5px 0 0 74px !important;
    }
    .headings table.aligntop td {
        display: block;
    }
    .headings table.aligntop td p {
        padding-top: 10px !important
    }
    .headings table.aligntop tr {
        display: block;
        padding-bottom: 15px;
    }

.fromtrainner.fromtrainner_new table td{display:block;}

.gast p{padding-right:13px;}
.gast a.btn-login{display:none;}
.gast a.btn-logout::after{display:none;}
.gast a.btn-logout{padding-right:0;}
.my-login.login-moblie a.btn-login{display:block !important;  }
.my-login.login-moblie { padding: 0 5px !important;}
}


/*.border_top{border-bottom: 11px solid var(--color-main-red);}*/

footer {
    clear: both;
}

.login-popup {
    border: none;
}

.payment_error_msg {
    background: #eda148 none repeat scroll 0 0;
    border: 1px solid var(--color-border);
    color: var(--color-light);
    font-size: 12px;
    font-weight: var(--font-bold);
    left: 50%;
    margin: 11px auto 0 -488px;
    padding: 7px 2px 10px;
    position: relative;
    text-align: center;
    z-index: 5;
    max-width: 988px;
    width: 100%;
}

.payment_success_msg {
    background: #6f7c4c;
    color: var(--color-light);
    padding: 5px;
    text-align: center;
    font-weight: var(--font-bold);
    line-height: 12px;
    border: 1px solid var(--color-border);
    margin: 10px auto;
    max-width: 988px;
    width: 100%;
}

.box-footer.buyBtn button, .box-footer.buyBtn a {
    float: left;
    margin-left: 8px;
    text-align: center;
    line-height: 36px;
    width: auto;
    padding: 0 8px;
    height: 35px;
    text-transform: uppercase;
}

.box-footer.buyBtn button:disabled{color:#c1c1c1 !important}



/*---------------*/
/***** Ming *****/
/*---------------*/
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding:0 0 7px 2px;
    max-width: inherit;
    list-style: none;
    text-align: center;
    overflow:hidden;
}

/* Common style */
.grid figure {
    background: #3085a3;
 cursor: pointer;
    float: left;
    height:245px;
    margin:2px 0 0;
    max-height: 320px;
    max-width: inherit;
    min-width: inherit;
    overflow: hidden;
    position: relative;
    text-align: center;
    width:33.15%;

    box-sizing: border-box;
}
.effect-ming.midde-mine {
  margin-left: 2px;
  margin-right: 2px;
}


.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: var(--color-light);
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
        box-sizing: border-box;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;

}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-weight: var(--font-regular);
}

.grid figure h2 span {
    font-weight: var(--font-bold);
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.services {
  height: auto !important;
}

figure.effect-ming {
    background: rgba(0,0,0,.9);
}

figure.effect-ming img {
    opacity: 0.8;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid var(--color-border);
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale3d(1.4,1.4,1);
    box-sizing: border-box;

}

figure.effect-ming h2 {
    color: var(--color-light);
    font-size: 18px;
    margin: 20% 0 0 0;
    transition: transform 0.35s;
    text-shadow: 0 0 5px var(--color-main);
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(1.5);
    text-align:center;
}

figure.effect-ming:hover h2 {
    transform: scale(0.9);
    text-shadow: none;
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

@media only screen and (max-width:991px)
{

.services_center {
    width: 100% !important;
}
   figure.effect-ming figcaption::before {

  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;

} 

.grid figure {
height:auto;
  max-width: inherit;
  min-width: inherit;

}
.grid figure figcaption {padding: 0.5em;}

figure.effect-ming h2 {
  margin:20% 0 10px;

}

.grid figure {
  margin: 2px;
  width: 49.3%;
}
.effect-ming.midde-mine{margin:2px;}
.grid { padding: 1px 0 7px 2px;}

}

@media only screen and (min-width:480px) and (max-width:568px)



{

figure.effect-ming h2 {
  margin: 20% 0 2px;
}

.grid figure p {
  font-size: 59.5%;
  letter-spacing:0;
  line-height:14px;
}

}
 
/* Trainer PAge CSS 29-Decembe-2017 STARTS  */

.trainerbgbanner{background:var(--color-main) url('../images/trainerbanner.jpeg') no-repeat left top ; background-size:cover; width: 100%; height: 381px;    display: block; }

.trainerbgbanner h3{ font-weight: var(--font-regular);  margin: 135px 10% 0 0; color: var(--color-light);  float: right;}
.formhead{ background: var(--color-main-red); text-align: center; color: var(--color-light);  font-size: 22px; font-weight: var(--font-semibold); padding: 30px 0; text-transform: uppercase;}

.trainercontent #register-form{ padding-top: 0;margin-top: -87px; }
.trainercontent .course-info{ border: 0; color: var(--color-dark); }
.trainercontent .course-info .course-details{ padding: 0; }
#register-form > form.trainerform{
    margin: 0 0 45px!important;
    padding: 12px 16px;
    display: inline-block;
    background: var(--color-dark);
    width: 100%;
}
.trainercontent #register-form input[type="text"], .trainercontent #register-form select{ height: 40px; border: 0; font-size: 13px; color: #6f6f6f; }
.trainercontent #register-form input#btn-submit2{ width: 50px !important; height: 40px !important;background: url('../images/traineseachbtn.jpg') no-repeat left top;     border-radius: 0; }

.fromtrainner_new table tr{ background: var(--color-bg); }
.fromtrainner_new table td{ background: var(--color-bg); }
.trainerimg{ width: 170px;   height: auto; }
.locationtxt{float: right;display: inline-block;    margin: 20px 15px 0 0;}
.siegel{ width: 120px; height: 61px; }
#mainslider{ background: var(--color-main-red); padding: 15px 0;    float: left;width: 100%; }
#mainslider .container{ max-width: 1155px; margin: 0 auto; }
.bottomlayer{width:100%;float: left; padding-right: 10px;margin: 12px 0 0 -10px; position: absolute;bottom: 0;right:0; height: 40px; background: #e3e3e3;}

.siegelimg{float: left; width: 120px; margin: 5px 10px 0 20px;}

.midlayer{ float: left; width: 100%; }

.priorities{font-size:13px; margin:5px 20px 5px 20px; float: left; width: auto;word-wrap: break-word;word-break: break-all;overflow: hidden;max-width: 100%;display: inline; clear: left;}
.websitelink{font-size:13px; color: var(--color-main-red);float: left; display:inline-block;    margin: 12px 0 0 150px; padding-bottom:10px;}

.trainerbannerwrap{ width: 100%; background: var(--color-main); }

@media only screen and (min-width : 1501px) and (max-width : 1630px) {
    .trainerbgbanner h3{ margin: 135px 8% 0 0;}
}

@media only screen and (min-width : 1400px) and (max-width : 1500px) {
    .trainerbgbanner h3{ margin: 135px 7% 0 0;}
}

@media only screen and (min-width : 1200px) and (max-width : 1400px) {
    .trainerbgbanner{background:var(--color-main) url('../images/trainerbanner.png') no-repeat left bottom 87px;background-size: contain !important;}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) {
    .trainerbgbanner{background:var(--color-main) url('../images/trainerbanner.png') no-repeat left bottom 87px;background-size: contain !important; height: 332px;}
    .trainerbgbanner h3{ margin: 100px 10% 0 0; }
}

@media only screen and (min-width : 991px) and (max-width : 1024px) {
    .trainerbgbanner{background:var(--color-main) url('../images/trainerbanner.png') no-repeat left bottom 87px;background-size: contain !important; height: 332px;}
    .trainerbgbanner h3{ margin: 100px 10% 0 0; }
}

@media only screen and (min-width : 768px) and (max-width : 990px) {
    .trainerbgbanner{background:var(--color-main) url('../images/trainerbanner.png') no-repeat left bottom 87px;background-size: contain !important; height: 282px;}
    .trainerbgbanner h3{ margin: 100px 10% 0 0; }
}

/* Trainer PAge CSS ENDS  */

@media only screen and (max-width:615px){.grid figure {
  width: 49%;
}}

@media only screen and (max-width:479px){

.grid figure{width:98.5%;}
}





/* /End here***********/

p.rating_star{
	margin: 0 auto;
    float: none;
    width: 146px;
    position: relative;
   /* top: -28px;*/
   top: 0;
}    

.left_part strong{font-weight: var(--font-bold); font-size:14px; display:block; padding-top:2px;}

/*===02Aug2017======*/
.table_scroll {
    height: 635px;
    overflow-y: auto;
}

.table_scroll table.aligntop td {
    background: none;
    vertical-align: top;
}

.textCenter {text-align:center}
.footer_signup ul li a {
    color: #e5e5e5;
}

.footer_center .footer_signup {width:65%}
.footer_contacts ul li a {    color: #e5e5e5;
}
@media only screen and (min-width:981px) and (max-width:1021px) {
	.footer_center .footer_signup {width:63%}
}
@media only screen and (max-width:568px) {
	.footer {padding:0}
	.footer_center .footer_signup, .footer_contacts {width:auto !important}
}

.footer_center {
    padding: 10px 0 16px 0 !important;
}

#course-innercol .stuttgart {
    float: right;
}

#course_pdf{float:left; margin-top:15px;}
#course-innercol h2{clear:both;}



@media only screen and (max-width:767px)

{


.table_scroll {
  height: 400px;
}



}




@media only screen and (min-width:768px){

.course-details {display: flex;}
.course-details > a {  display: table-cell;  vertical-align: top;}
.course-info .c-content {
  /*display: table-cell;
  max-width: inherit;
  vertical-align: top;
  width: 100%;
    padding: 16px;*/
    padding-top: 12px;
}

/*a.course-info{margin-left:0; float:right;}*/
}


.course-details .c-content span{width:auto !important;}
.course_header{width:100%;height:100%;}

@media only screen and (max-width:767px){
  p.captchMob label{width:auto !important}
}


/* new css 24-11-2017*/
@media only screen and (max-width:767px){
  #course-innercol button.accordion, #sub-col button.accordion{padding: 3px 10px 0;line-height: normal;height: 45px;margin: 0 0 5px;font-size: 18px;}
  #course-innercol{ padding-bottom: 0 !important;}
  #sub-col{ margin-top: 0 !important;}
  #sub-col div.panel, #course-innercol div.panel{ padding: 0 10px;}
  .panel p{ font-size: 1.1em !important;}
  p.rating_star{top:0;}
  #course-innercol li{ padding-left: 0; margin-left: 10px;}
  table#reviews{background: #ededed;margin: 0 7px 0 0;border: 1px solid var(--color-border);}
  .table_scroll  table.aligntop td{padding-left: 5px;}
  .hide_content{background: url('../images/plus.png') no-repeat center right 10px; width: 20px; height: 20px; float: right;}
   .active{background: url('../images/minus.png') no-repeat center right 10px;; width: 20px; height: 20px; float: right;}
   #subcol-bottom{margin-top: 24px;}
   .faceboo_plugin iframe{ overflow: scroll !important; }
   .trainerbgbanner{ height: 110px; }
   .trainerbgbanner h3{ width: 100%; text-align: right;margin: 40px 10% 0; }
   .trainercontent #register-form{ margin-top: 0; }
   .locationtxt {   float: left;display: inline-block;margin: 15px 15px 20px 20px;text-align: left;}
   .bottomlayer{ background: transparent; }
   .trainercontent .bottom_text1{    float: left !important; padding: 0 !important;width:auto !important; word-wrap: break-word; word-break: break-word;}
   .Lizenzen{ width: auto !important}
   .siegelimg{ position: relative; clear: left; margin-left: 20px; float: left; }
   .fromtrainner_new table tr{ background: var(--color-bg); }
   .formhead{ padding: 30px; }
   .websitelink{ margin-left: 30px; }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
        .websitelink{margin: 12px 0 0 0;}
}


/**** kooperationspartner page css here 30-01-2018 **********/



#general-info .services{
    margin-top: 40px;
}
@media only screen and (min-width:992px){
#general-info .services .grid figure{width:49%; height:auto;}
}

@media only screen and (min-width : 768px) and (max-width : 965px) {
  .grid figure {
    margin: 2px;
    width: 49%;
}
}



#general-info .services .grid figure figcaption {
    padding: 0.5em;}

#general-info .services .grid figure.effect-ming figcaption::before {
    position: absolute;
    top: 15px;
    right: 13px;
    bottom: 15px;
    left: 15px;}
#left-col a.active{width:auto !important; float:none !important;}
@media only screen and (max-width:767px){
#left-col a::after{top:16px}
    }

.title{
    margin-bottom: 16px;
}