:root {
    --blue: #00589E;
    --lightblue: #1473E6;
    --darkblue: #14427F;
    --white: #ffffff;
    --black: #333;
    --lightblack: #444;
}

.seminar-booking-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1; /* Firefox */
}

.seminar-details .htmltext li{
    margin-left: 1em !important;
}

.seminar-details .htmltext{
    background: white;
    padding:0.5em;
    border-radius: 0.5em
}

.seminar-details .certificate-list{
    padding-left: 0em;
    padding-bottom: 0;
    margin: 0;
}

.printView .seminar-details{
    background: #fff;
    padding: 0;
}

.printView .seminar-details .htmltext{
    background: #fff;
    padding:0em;
}

.printView .modulePreviewList li{
    background: #f1f1f1;
}

.registrationSummary{

}
.registrationSummary .registrationSummaryTitle{
    font-weight: bold;
}
.registrationSummary .registrationSummaryTnCard .card-title{
    font-weight: bold;
    font-size: 0.9em;
    color: #00589e;
    background: #fafafa;
    text-align: center;
    padding: 0.2em 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #f1f1f1;
}
.registrationSummary .registrationSummaryTnCard{
    background: #fff;
    min-height: 90%;
    border-left: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.registrationSummary .registrationSummaryTnCard .content{
    padding: 0.8em;
    padding-top: 0em;
    padding-bottom: 0.5em;

}
.registrationSummary .leftColumn  .registrationSummaryTnCard{
    border: none !important;
    padding-left: 0;
}



@media only screen and (max-width: 991px) {

    .registrationSummary .registrationSummaryTnCard{
        border: none !important;
        padding-left: 0;
    }

}



.autofillbadge{
    font-size: 0.8em;
    margin-top: 0.5em;
}
.autofillbadge:hover{
    background: #00589e;
    cursor: pointer;
}

.teilnehmerSelection label{
    margin-top: 0.5em;
    font-size: 0.8em;
    margin-bottom: 0em;
}

.teilnehmerSelection .form-control{
    padding: 0em !important;
    padding-left: 0.5em !important;
    /*! height: 1em !important; */;
    min-height: 2em !important;
    margin: 0 !important;;
}
.teilnehmerSelection .card-title {
    color: #333 !important;
    font-weight: bold;
}
.teilnehmerSelection textarea{
    background: white;
}

.addActionUserImageContainer{
    border: 2px solid white;
    cursor: pointer;
    transition: transform .2s; /* Animation */
}
.addTnActionButton:hover .addActionUserImageContainer{
    background: #f1f1f1 !important;;
    border: 2px solid #00589e;
    cursor: pointer;
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.seminar-booking-form form:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#c00;
}

.seminar-booking-form i::-ms-input-placeholder { /* Microsoft Edge */
    color: #c00;
}

.select:required:invalid{
    color: #bbb;
}

.seminar-booking-form option[value=""][disabled]{
    display: none;
}

.seminar-booking-form option{
    color:#000;
}

.bauabc.form-check-inline input,
.seminar-booking-form .form-check-inline input {
    visibility: hidden;
    width: 0;
    margin-left: -0.4em;
}

.seminar-booking-form .account_field{
    padding: 1em;
    border: 3px solid #006472;
}
.seminar-booking-form .account_field input{
    border: 1px solid #006472;
}
.seminar-booking-form .account_field label{
    color: #006472;
}

table.inhouseAnfrageDetailsTable{
    width: 100%;
}

.bauabc.form-check-inline label:hover,
.seminar-booking-form .form-check-inline label:hover {
    cursor: pointer;
}
.bauabc.form-check-inline input[type="radio"]:checked + label:hover,
.seminar-booking-form  .form-check-inline input[type="radio"]:checked + label:hover {
    cursor: default;
}

.bauabc.form-check-inline label,
.seminar-booking-form  .form-check-inline label {
    border-radius: 1em;
    padding-left: -1rem !important;
    padding: 0.5em 1em;
    border: 2px solid #ddd;
    color:#777;
}
.seminar-booking-form .buttons #prevBtn{
    background: #999;
}
.seminar-booking-form .buttons #prevBtn:hover{
    background: #777;
}
.bauabc.form-check-inline input[type="radio"]:checked + label,
.seminar-booking-form  .form-check-inline input[type="radio"]:checked + label {
    border: 2px solid #003b6b;
    color: #003b6b;
}


.seminar-booking-form .module {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.seminar-booking-form .module {
    border: 1px solid #f1f1f1;
}

.seminar-booking-form .module.selected {
    border: 1px solid #006472;
}

.seminar-booking-form .module:hover {
    cursor: pointer;
}

.bauabc.form-check-inline input[type="radio"]:checked + label::before,
.seminar-booking-form  .form-check-inline input[type="radio"]:checked + label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
}

.bauabc.form-check-inline input[type="radio"] + label::before,
.seminar-booking-form  .form-check-inline input[type="radio"] + label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 200;
    content: "\f111";
}


.seminar-booking-form .module .module-footer{
    color: #888;
    background: #f1f1f1;
    padding: 0.5em 1em;
}

.seminar-booking-form .module:hover .module-footer{
    background: #ddd;
    color: #333;
}
.seminar-booking-form .module.selected:hover .module-footer{
    background: #1c9eff;
}


.seminar-booking-form .module.selected .module-footer{
    color: white;
}
.seminar-booking-form .module.selected:hover .module-footer{
    background: #1c9eff;
}

.seminar-booking-form .module .module-footer .ausgewaehlt{
    display: none;
}
.seminar-booking-form .module .module-footer .nicht_ausgewaehlt{
    display: block;
}
.seminar-booking-form .module.selected .module-footer .nicht_ausgewaehlt{
    display: none;
}
.seminar-booking-form .module.selected .module-footer .ausgewaehlt{
    display: block;
}


.card {
    overflow: visible !important;
}



.verifiedBadge{
    font-size: 0.7em;
    letter-spacing: 0.7px;
    font-weight: bold;
    color: #00589e;
}

.seminar-booking-form .module-content {
    padding: 1em;
    padding: 0.5em 1em;
    color:#777;
}

.seminar-booking-form .module.selected .module-footer{
    background: #006472;
}

.card.lightcard {
    border: none;
}
.card.lightcard .card-body{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.personcard:hover{
    background: #f1f1f1;
    cursor: pointer;
}

.seminar-booking-form .moduleContainer{
    margin-bottom: 1em;
}

.seminar-booking-form .modul_absolviert_container{
    background: #fefefe;
    border: 1px solid #ddd;
    color: #333;
}

.seminar-booking-form .module .title{
    margin-bottom: 0.5em;
    display: block;
    color: #006472;

}

.seminar-booking-form .module table tr td:first-child{
    padding-right: 1em;
}

.seminar-booking-form .module table tr td:nth-child(2){
    color: #333;
}


.news-container a.title{
    color: #006472;
    font-size: 1.2em;
    display: inline-block;
}
.news-container span.date{
    display: inline-block;
    margin-bottom: 1em;
}
.news-container{
    background: #f5f5f5;
    padding: 1.5em;
    margin-bottom: 2em;
}


.pagination {
    display: -ms-flexbox;
    display: flex;
    width:100%;
    justify-content: center;
}

.pagelink {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--blue);
}

.pagelink:hover {
    color: var(--darkblue);
}

.pagelink.selected {
    font-weight: bold;
    color: var(--darkblue);
}


@font-face {
    font-family: roboto-regular;
    src: url('/static/fonts/RobotoCondensed-Regular.ttf');
}


#page-lehrgaenge #accordion .card-header button,
#page-lehrgaenge #accordion_ueb .card-header button,
#page-uebersichten #accordion .card-header button,
#page-uebersichten #accordion_ueb .card-header button{
    text-decoration: none;
    color: var(--black);
    padding: 0;
}
#page-lehrgaenge #accordion .card-header h4,
#page-lehrgaenge #accordion_ueb .card-header h4,
#page-uebersichten #accordion .card-header h4,
#page-uebersichten #accordion_ueb .card-header h4{
    margin: 0;
}
#page-lehrgaenge #accordion .card-header button:hover,
#page-lehrgaenge #accordion_ueb .card-header button:hover,
#page-uebersichten #accordion .card-header button:hover,
#page-uebersichten #accordion_ueb .card-header button:hover{
    text-decoration: none;
    color: var(--blue)
}


html {
    /*! width: 100% */
    font-size: 16px;
}

html body #main-content a{
    color: var(--blue);
    text-decoration: none !important;
}


html body #main-content a.btn-outline-primary:hover {
    color: #fff;
}

body {
    font-family: roboto-regular, arial, verdana,  "Times New Roman", "Trebuchet MS";
    /*! font-size: 75%; */
    color: #4a4a4a	;
    /*! margin: 20px; */
    /*! padding: 0px; */
    /*! line-height: 140%; */
    margin: 0;
}

body #main ul li{
    line-height: 1.3em;
}
body p{
    line-height: 1.3em;
}

h1,h2,h3,h4,h5{
    /*font-family: 'Barlow-Bold', arial, verdana,  "Times New Roman", "Trebuchet MS";*/
    letter-spacing: 1px;
    text-align: left;
}

.page-heading{
    color: #006472;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.page-heading-color{
    color: #006472;
}

h2.page-heading{
    font-size: 28px;
}
h3.page-heading{
    font-size: 24px;
}
h4.page-heading{
    font-size: 18px;
}

.page-heading.dark{
    color: #444;
}

#main-header-menu{
    padding-top:1em;
}

#main-menu{
    width: 100%;
    -webkit-clip-path: polygon(1em 0px, 100% 0px, 100% calc(100% - 1em), calc(100% - 1em) 100%, 0px 100%, 0px 1em);
    clip-path: polygon(1em 0px, 100% 0px, 100% calc(100% - 1em), calc(100% - 1em) 100%, 0px 100%, 0px 1em);
    background: rgba(255,255,255,0.7);
    border-bottom: 5px solid var(--blue);
    background: linear-gradient(to right, var(--white) 30%, rgba(255,255,255,0.8) 100%) left;
}

#main-header-menu #page-logo{
    width: 10em;
    max-width: 100%;
    margin: 1em;
}


#main-header{
    background-color: #9FBBD4;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

    background-color:transparent;
    background-image:linear-gradient(180deg, #216093 0%, #FFFFFF 100%);

}
#main-header-menu #main-menu-items .flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    padding-right: 2em;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 1em;
}

#main-header-menu #main-menu-items .flex-item{
    display: inline-block;
    margin-bottom:5px;
    margin-left: 7px;
    margin-right: 7px;
    color: var(--black);
    text-align: center;
}

#main-header-menu #main-menu-items .flex-item a{
    color: var(--black);
    text-decoration: none;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}
#main-header-menu #main-menu-items .flex-item a.selected{
    color: var(--blue);
}



#main-header-menu #main-menu-items .flex-item a{
    text-decoration: none;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}
#main-header-menu #main-menu-items .flex-item a:hover{
    color: var(--darkblue);
}
#main-header-menu #main-menu-items .flex-item a.selected{
    color: var(--blue);
}
#main-header-menu #main-menu-items .flex-item a.selected:hover{
    color: var(--darkblue);
}


#mobile-burger-menu .navbar-dark .navbar-toggler {
    border: none;
    display: inline-block;
    height: 2.4em;
}
#mobile-burger-menu #page-logo{
    width: 12em;
    max-width: 100%;
    margin: 0em;
    padding: 0;
}
#mobile-burger-menu #second-menu-items .flex-item img{
    width: 2em;
}
#mobile-burger-menu #second-menu-items .flex-item {
    width: 49%;
    display: inline-block;
    text-align: center;
    border-radius: 1em;
    vertical-align: middle;
}
#mobile-burger-menu #second-menu-items .flex-item a{
    display: inline-block;
    text-align: center;
    padding: 0.5em;
    border-radius: 1em;
}
#mobile-burger-menu #second-menu-items .flex-item a.phone-button{
    font-weight: bold;
    display: inline-block;
    color: var(--darkblue);
}
#mobile-burger-menu #second-menu-items .flex-item a.cta-button{
    background: var(--darkblue);
    color: white;
    background: var(--darkblue);
    font-weight: bold;
    line-height: 1.2em;
    color: white;
    padding: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}
#mobile-burger-menu #second-menu-items .flex-container{
    display: flex;
    width: 100%;
    display: inline-block;
}

#mobile-burger-menu #second-menu-items .flex-row{
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
    background: white;
}


#mobile-burger-menu .animated-icon2{
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#mobile-burger-menu .animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-burger-menu .animated-icon2 span {
    background: var(--darkblue);
}
#mobile-burger-menu .animated-icon2 span:nth-child(1) {
    top: 0px;
}

#mobile-burger-menu .animated-icon2 span:nth-child(2),
#mobile-burger-menu .animated-icon2 span:nth-child(3) {
    top: 10px;
}

#mobile-burger-menu .animated-icon2 span:nth-child(4) {
    top: 20px;
}
#mobile-burger-menu .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
#mobile-burger-menu .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mobile-burger-menu .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mobile-burger-menu .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

@media only screen and (max-width: 1200px) {
    #header-phone-item{
        display: none !important;
    }
}


#main-header .swiper-wrapper .swiper-slide{
    background-size: cover;
    background-position: center center;
}

#submitFullAttendeeRegistration .card.main{
    border: 0;
}

#submitFullAttendeeRegistration .card-header{
    background: #fafafa;
    border: 0;
    margin-top: 0.5em;
    border: none;
}


#submitFullAttendeeRegistration .teilnehmerSelection{
    position: relative;
}
#submitFullAttendeeRegistration .card-body.main{
    padding-top:0 !important;
    margin-bottom: 1em;
}
#submitFullAttendeeRegistration .card-header .form-check-inline.bauabc label{
    background: white;
}




.editcard.closed:hover{
    background: #f1f1f1;
    cursor: pointer;

}
.editcard.closed a{
    display: none;
}
.editcard {
    margin-bottom: 1em;
    padding: 1em;
    border: 0;
    border-radius: 0;
    background: #fefefe;
    border-left: 8px solid yellow;
    background: #ddedff;
    margin-bottom: 0;
}

.editcard .module-content{
    background: #fff;
    color: #333;
}

.editcard .module-content td,
.editcard .module-content small{
    color: #111 !important;
}
.editcard .module-content .title{
    color: #111 !important;
}
.editcard .modul_absolviert_container{
    background: #ddd;
}
.editcard .modul_absolviert_container{
    font-size: 0.8em;
}
.editcard .modul_absolviert_container input{
    margin-top:0.5em !important;
    display: inline-block;
}
.editcard .modul_absolviert_container input{
    color: #111 !important;
    border: 1px solid #ccc !important;
    max-width: 15em;
}
.editcard input,.editcard select{
    background: #fff;
}
.editcard.closed{
    background: #fafafa;

    margin-bottom: 1em;
    padding: 1em;
    border: 0;
    border-radius: 0;

    border-left: 8px solid #006472 !important;
    margin-bottom: 0;
}
.editcard h5.card-title{
    font-size: 1em;
    color: #00589e;
}
.editcard.closed:hover a{
    position: absolute;
    top: -0.4em;
    display: inline-block;
}
.editcard.closed{
    border: 0;
}

#breadcrumbs .flex-container {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: top;
    justify-content: left;
}




#breadcrumbs .flex-container {
    border-bottom: 1px solid var(--lightblack);
    margin-bottom: 1em;
}

.printView #breadcrumbs .flex-container {
    border-bottom: 0;
    margin-bottom: 0em;
}


#breadcrumbs .flex-item{
    display: inline-block;
    margin-bottom:5px;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 0.8em;
}

#breadcrumbs .flex-item:not(:first-child){
    display: inline-block;
    margin-bottom:5px;
    color: var(--lightblack);
    text-align: center;
}


#breadcrumbs .flex-item:not(:first-child):before{
    display: inline-block;
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: var(--blue);
}





#main-content-top{
    min-height: 1em;
}
#main-content{
    padding-bottom: 4em;
    padding-top: 1em;

}

#main-content-right{
    border: 0.5em solid #f4f4f4;
    height:100%;
    background: #f4f4f4;
}

#breadcrumbs .flex-item a{
    color: var(--lightblack);
    text-decoration: none;
}
#breadcrumbs .flex-item a:hover{
    color: var(--blue);
}
#breadcrumbs .flex-item a.selected{
    color: var(--blue);
    text-decoration: underline;
}



table#ansprechpartner tr,
table#seminare tr{
    border-bottom: 1px solid var(--blue);
}
table#ansprechpartner tr:last-child,
table#seminare tr:last-child{
    border-bottom: none;
}
table#ansprechpartner td{
    padding-top: 1em !important;
    line-height: 1.3em;
}
table#ansprechpartner tr:first-child td{
    padding-top: 0em !important;
}
table#seminare td{
    padding-top: 1em !important;
    padding-bottom: 0.5em !important;
}

table#seminare td a{
    background: var(--blue);
    color: white;
    padding: 0.2em;
    min-width: 5em;
    margin-left: 1em;
    display: inline-block;
    margin-bottom: 0.2em;
    width: 100%;
    text-align: center;
    border-radius: 0.2em;
}
table#seminare td a:hover{
    background: var(--lightblue);
}

.content_obox,.content_l,.content_r{
    padding: 1em;
    margin-bottom: 1em;
    background: #f5f5f5;
}

.content_obox h2,.content_l h2,.content_r h2{
    font-size: 16px;
    color: var(--blue);
}

a.right_white_arrow_link{
    text-decoration: none;
    color: var(--blue);
}
a.right_white_arrow_link::after {
    content: ">";
    background: white;
    border: 1px solid #ddd;
    color: var(--black);
    display: inline-block;
    width: 1.1em;
    height: 1.2em;
    text-align: center;
    line-height: 1em;
    margin-left: 0.4em;
}
a.right_white_arrow_link:hover{
    color: var(--lightblue)
}
a.right_white_arrow_link:hover::after {
    background: var(--lightblue);
    color: var(--white);
}

a.blue_arrow_link{
    text-decoration: none;
    color: var(--blue);
}
a.blue_arrow_link::before {
    content: ">";
    border: 1px solid var(--white);
    background: var(--blue);
    color: white;
    display: inline-block;
    width: 1.1em;
    height: 1.2em;
    text-align: center;
    padding-top:0em;
    line-height: 1em;
    margin-right: 0.4em;
}
a.blue_arrow_link:hover{
    color: var(--lightblue)
}
a.blue_arrow_link:hover::before {
    background: var(--lightblue);
}


.swiper {
    width: 100%;
    height: 100%;
    background: none;
}

.swiper-slide-wrapper{
    padding: 1em;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.swiper-slide {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px #000;
    background:  rgba(0,0,0,0.1);
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-slide .title {
    font-size: 3em;
}
.swiper-slide .subtitle {
    font-size: 2em;
}

.swiper-slide .text:before{
    content: "";
    display: block;
    background: var(--blue);
    width: 5em;
    height: 3px;
    margin-bottom: 0.5em;
}

.swiper-slide .text {
    display: inline-block;

    padding-top: 0.5em;
    margin-top: 0.5em;
}




.swiper-slide .right_white_arrow_link{
    color: white;
}
.swiper-slide .right_white_arrow_link:hover{
    color: #f1f1f1;
}





/** SEMINARE **/
.colorbox{
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.3em;
    display: inline-block;
}


.image_container {
    position: relative;
    text-align: center;
}

.image_container {
    margin-bottom: 1em;
}
.image_container .program_image{
    border: 1px solid  #ddd;
}
.image_centered {
    background: rgba(255,255,255,0.8);
    color: var(--black);
    position: absolute;
    border: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    padding: 0.5em;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image_container:hover .program_image{
    border: 1px solid var(--blue);

}
.image_container:hover .image_centered{
    background: var(--blue);
    border: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: var(--white);
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page-lehrgaenge #accordion .card-header,
#page-uebersichten #accordion .card-header{
    background: white;
    padding-left: 0;
}
#page-lehrgaenge #accordion .card,
#page-uebersichten #accordion .card{
    background: white;
    border: none;
}

#page-lehrgaenge li span.description{
    background: #ddd;
    display: inline-block;
    padding: 0.5em;
    margin-top: 0.2em;
    margin-left: 0em;
    margin-bottom: 0.5em;
}

.seminars-table .row-wrapper {
    margin-bottom: 0.5em;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.seminars-table .row-wrapper.antrago {
    border: 1px solid #cddbe6;
}


.seminars-table .row .col-xs-12:nth-child(2) .content{
    padding: 1em;
}

.seminars-table .row .col-xs-12:first-child .content{
    height: 100%;
    width: 100%;
    text-align: center;
    background: #ddd;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 1em;
    color: #444;
    font-size: 1.2em;
}

.seminars-table .antrago .row .col-xs-12:first-child .content {
    background: #cddbe6;
}

.seminars-table .teilnehmerportal-login-supported .row .col-xs-12:first-child .content {
    border-left: 5px solid yellow;
}



.htmltext{
    max-width: 100%;
}

.seminars-table .row .col-xs-12:nth-child(2) .title{
    color: #444;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.seminars-table .row .col-xs-12:last-child .content{
    height: 100%;
    width: 100%;
    /*! font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: center;
    text-transform: uppercase;
    flex-wrap: wrap;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 0.5em;
}

.seminars-table .row .col-xs-12:last-child  .item a{
    background: #fdfdfd;
    width: 100%;
    line-height: 3em;
    display: block;
    vertical-align: middle;
    margin-bottom: 0.5em;
    border: 1px solid #444;
    color: #444 !important;
}
.seminars-table .row .col-xs-12:last-child  .item .alert{
    width: 100%;
}
.seminars-table .row .col-xs-12:last-child  .item a:hover{
    background: #f1f1f1;
}
.seminars-table .row .col-xs-12:last-child  .item{
    width: 100%;
    text-align: center;
    /*! font-weight: bold; */
    align-items: center;
    justify-content: center;
    vertical-align: center;
    text-transform: uppercase;
    flex-wrap: wrap;
    
      display: flex;
      flex-direction: column;
      gap: 0rem;
    
}
.seminars-table .row .col-xs-12:last-child  .break {
    flex-basis: 100%;
}

.seminars-table .row .col-xs-12:last-child a.aufAnfrage{
    border: 1px solid #777;
    background: #fff;
    color: #444 !important;
}
.seminars-table .row .col-xs-12:last-child a.aufAnfrage:hover{
    background: #f1f1f1 !important;
}

.seminars-table .row .col-xs-12:last-child a.buchen{
    border: 1px solid #444;
    background: #006472;
    color: #fff !important;
}
.seminars-table .row .col-xs-12:last-child a.buchen:hover{
    background: #034852 !important;
    color: white !important;
}


.actionButton,.seminarBookingRequestButton{
    background: #006472;
    color: white !important;
    padding: 0.5em 1em;
    display: inline-block;
    text-align: center;
    margin-right: 1em;
    border: none;
}
.actionButton{
    margin-bottom: 1em;
    cursor: pointer;
}
.seminar-ansprechpartner h3{
    margin-top: 1em;
}

.actionLink:hover{
    cursor: pointer;
}

.actionButton.light{
    background: #f1f1f1;
    color: #333 !important;
}
.actionButton.light:hover{
    background: #ccc;
    color: #fff !important;

}


.seminar-booking-form .tabs{
    padding: 1em;
}

/* Mark input boxes that gets an error on validation: */
input.invalid,
textarea.invalid,
select.invalid
{
    border: 2px solid #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

span.error_hint{
    color:  #c00 !important;
    font-size: 0.8em !important;
}

.seminar-booking-form label{
    color: #212529;
}

/* Hide all steps by default: */
.seminar-booking-form  .tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.seminar-booking-form  .step {
    padding: 1em;
    margin-bottom: 0.3em;
    border: none;
    display: inline-block;
    font-weight: bold;
    /*! background: #f1f1f1; */
}

.seminar-booking-form  .step.active {
    background: #e6e6e6;
    color: #444;
}

.seminar-booking-form  form .buttons{
    padding: 1em;
    background: #f1f1f1;
}
.seminar-booking-form  form .buttons button{
    margin: 0;
}


.modulePreviewList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.SeminarListViewmodulePreviewList{
    margin-left: 1.5em;
    padding: 0;
}
.SeminarListViewmodulePreviewList .name{
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 1em;
}
.modulePreviewList li {
    background: white;
    padding: 1em;
}
.modulePreviewList li .name{
    font-size:1.2em;
    color: #006472;
    margin-top: 0.5em;
    font-family: roboto-regular;
    margin-bottom: 1em;
}
.modulePreviewList li .priceNumber{
    color: #003b6b;
    font-weight: bold;
}
.modulePreviewList li .state,.SeminarListViewmodulePreviewList li .state{
    color:  #c00;
}


#submitFullAttendeeRegistration .card-header{
    background: #006472 !important;
    color: #222;
}

#submitFullAttendeeRegistration  .fullfilled .card-header{
    background: #006472 !important;
    color: white;
}
.card.main.teilnehmer-item h5.card-title{
        color: white;
}
.card.main.teilnehmer-item.fullfilled h5.card-title{
        color: white;
}



.seminar-details{
    background: #f5f5f5;
    padding: 1em;
    margin-bottom: 1em;
    /*! border: 1px solid #ccc; */

}

.modulePreviewList .modulpreise li{
    color: #0b2e13;
    padding: 0;
}

.seminar-request-form{
    background: #fff;
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

.seminar-downloads{
    margin-top: 1em;
}

.seminarBookingRequestButton{
    width: auto;
}

.actionButton:hover,.seminarBookingRequestButton:hover{
    background: #034852;
}

table.anmeldungServiceDetailsTable,
table.anfrageServiceDetailsTable{
    width: 100%;
}
table.anmeldungServiceDetailsTable tr:nth-child(even),
table.anfrageServiceDetailsTable tr:nth-child(even){
    width: 100%;
    background: #f1f1f1;
}

table.anmeldungServiceDetailsTable tr td,
table.anfrageServiceDetailsTable tr td{
    padding: 0.5em 1em;
}
table.anmeldungServiceDetailsTable tr td:nth-child(2),
table.anfrageServiceDetailsTable tr td:nth-child(2){
    width: 100%;
}
table.anmeldungServiceDetailsTable tr td:first-child,
table.anfrageServiceDetailsTable tr td:first-child{
    min-width: 10em;
}

table.anmeldungServiceDetailsTable tr td:nth-child(2),
table.anfrageServiceDetailsTable tr td:nth-child(2){
    color: #333;
}

table.anmeldungServiceDetailsTable ul.selectedModulesList,
table.anfrageServiceDetailsTable ul.selectedModulesList,
table.anmeldungServiceDetailsTable ul.notSelectedModulesList,
table.anfrageServiceDetailsTable ul.notSelectedModulesList{
    list-style: none;
    margin: 0;
    padding: 0;
}
.seminar-booking-form table.anmeldungServiceDetailsTable ul li,
.seminar-booking-form table.anfrageServiceDetailsTable ul li{
    list-style: none;
    margin: 0.5em 0em;;
}

table.anmeldungServiceDetailsTable li span.moduleTitle,
table.anfrageServiceDetailsTable li span.moduleTitle{
    color: #006472;
}

table.anmeldungServiceDetailsTable li span.price,
table.anfrageServiceDetailsTable li span.price{
    color: #333;
    display: block;
}

.seminar-booking-form table.anmeldungServiceDetailsTable ul.notSelectedModulesList span.price,
.seminar-booking-form table.anfrageServiceDetailsTable ul.notSelectedModulesList span.price{
    display: none;
}

table.anmeldungServiceDetailsTable li span.absolviert,
table.anfrageServiceDetailsTable li span.absolviert{
    font-size: 0.8em;
    font-style: italic;
    display: block;
}

table.anmeldungServiceDetailsTable tr th,
table.anfrageServiceDetailsTable tr th{
    width: 100%;
    background: #fff;
    color: #006472;
    border-bottom: 1px solid #ccc;
    padding: 1em;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 12em;
    width: 100%;
}


.form-control {
    background: #eceeef;
    min-height: 38px;
    color: #4A4A4A;
    margin: 0;
    border: 0;
    border-radius:0;
}
.form-control:focus {
    outline:none;
}

.stateBubble{
    background: #f1f1f1;
    padding: 0.2em 0.5em;
    border: 1px solid #ddd;
    border-radius: 1em;
    margin-top: 0.5em;
    display: inline-block;
    margin-left: 1em;
    font-size: 0.8em;
}

a.seminarTitleDetails{
    color: #555 !important;
}

.resultsTable,
.resultsTable td{
    border: none;
    padding: 1em;
}
.resultsTable td:first-child{
    width: 6em;
    background: #006472;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
    font-size: 0.8em;
    vertical-align: middle;
}
.resultsTable span.novalue{
    font-style: italic;
    color:#888;
}
.resultsTable td:nth-child(2){
    border-bottom: 1px solid #ddd;
}

a.seminarTitleDetails:hover{
    color: #015b9f !important;
}


.seminar-details .row div.col-md-9{
    margin-bottom: 0.5em;
}


.seminarlist-breadcrumbs #breadcrumbs{
    font-size: 1.4em;
    background: #006472;
    color: white;
    border: none;
    border-radius: 0.2em;
}
.seminarlist-breadcrumbs #breadcrumbs a{
    color: white;
}
.seminarlist-breadcrumbs #breadcrumbs a:hover{
    color: #ddd;
}
.seminarlist-breadcrumbs #breadcrumbs .flex-container{
    border: none;
    padding: 0.5em;
    padding-left: 1em;
}
.seminarlist-breadcrumbs #breadcrumbs .flex-item:not(:first-child)::before {
    display: inline-block;
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #fff;
}
.seminarlist-breadcrumbs #breadcrumbs select{
    padding: 0.5em 0.7em !important;
    background: #fff;
    border-radius: 1em;
    border: 1px solid #fff;
    max-width: 80%;
}
.seminarlist-breadcrumbs #breadcrumbs select option{
    max-width: 80%;
}

.seminarlist-breadcrumbs #breadcrumbs .flex-item:not(:first-child){
    display: inline-block;
    margin-bottom:5px;
    color: var(--lightblack);
    text-align: left;
}


/**
Extra small <576px
Small ≥576px
Medium ≥768px
Large ≥992px
Extra large ≥1200px
*/

@media only screen and (max-width: 768px) {

    #main-content-left{
        padding-right: 0 !important;
    }

    #main-content-right{
        margin-left: 0em;
        margin-top: 2em;
    }

    .area-menu{
        display: none;
    }

    .seminarlist-breadcrumbs #breadcrumbs .flex-item{
        display: block;
        width: 100%;
        text-align: left;
    }
    .seminarlist-breadcrumbs #breadcrumbs select{
        width: 100%;
        max-width: 100%;
    }
    .seminarlist-breadcrumbs #breadcrumbs .flex-container{
        padding-left: 0.5em;
    }
    .seminarlist-breadcrumbs #breadcrumbs .flex-item:before{
        display: none !important;
    }

    .seminars-table .row-wrapper{
        padding: 1em;
        margin-bottom: 1em;
    }

    .seminars-table .row-wrapper .row .col-sm-12:first-child{
        display: none;
    }
    .seminars-table .row-wrapper .content{
        padding: 0 !important;
    }
    .seminars-table a.seminarTitleDetails{
        font-size: 1.2em;
    }

    .contact-details{
        margin-top: 1em;
    }

}