

@font-face {
    font-family: 'Dosis';
    src: url('../Fonts/Dosis-Regular.eot');
    src: url('../Fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Dosis-Regular.woff2') format('woff2'),
        url('../Fonts/Dosis-Regular.woff') format('woff'),
        url('../Fonts/Dosis-Regular.svg#Dosis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-text-size-adjust:100%;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,img,form,fieldset,blockquote{
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000000;
}

html, body, p, a {
    font-size:16px;
    font-family:'Dosis', sans-serif !important;
    font-weight:300;
    text-decoration:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:160%;
    color:#333;
}

a,
a:hover {
    color: #2ea3f2;
    outline: none;
    text-decoration: none;
}

input,select,textarea{
    border: #999999 1px solid;
    color: #333333;
    font: 14px 'Dosis', sans-serif;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: 0px;
    background: white;
    border-radius: 5px;
}

li {
    list-style: none;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 .5em;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 .5em;
    line-height: 1.1em;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 0 0 .5em;
}

h4 {
    font-size: 16px;
    margin: 0 0 1em;
}

h5, h6 {
    font-size: 16px;
    font-weight: 300;
}

p {
    line-height: 1.4em;
    padding: 0 0 0.5em;
}

strong {
    font-weight:700;
}

/*#########  FRAMES  ###########*/

.frame-background-light {
    background-color: #f8f9fa;
}

.frame-background-dark {
    background-color: #333333;
}

.frame-background-primary {
    background-color: #2ea3f2;
}

.frame-background-secondary {
    background-color: #0657B3;
}

.frame-type-module {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #e8e8e8;
}

.frame-type-module h1 {
    color: #2ea3f2;
}

.frame-type-textteaser p {
    color: #fff;
}

.frame-type-textteaser .element-header {
    color: #fff;
    font-size:38px;
    font-weight:700;
}

.frame-type-textteaser .element-subheader {
    color: #fff;
    font-size:30px;
    font-weight:300;
}

.frame-background-light p {
    color: #333333;
}

.frame-background-light .element-header {
    color: #2ea3f2;
    font-size:38px;
    font-weight:700;
}

.frame-background-light .element-subheader {
    color: #333333;
    font-size:30px;
    font-weight:300;
}

/*#########  MULTIPLE COLUMS  #################*/

.frame-type-text-first .frame-container {
    padding-left:0;
}

.frame-type-text-last .frame-container {
    padding-right:0;
}

/*#########  ACCORDION  #################*/

.accordion-header {
    background: rgba(0,0,0,0.1);
}

/*###########  FOOTER   #################*/

#page-footer {
    background:#333333;
    color:#fff;
    padding-top:50px;
    padding-bottom: 30px;
}

.footer-section-content {
    background-color: transparent;
}

.footer-left {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    align-items: baseline;
}

.footer-right span{
    padding:0 15px;
    margin: 0;
}

#footernavigation {
    width:100%;
    margin: 0;
}

#footernavigation li {
    display:inline-block;
    font-size:16px;
    margin-right:15px;
}

#footernavigation a {
    color: #fff;
    -webkit-transition:color 200ms ease-out 0s;
    -moz-transition:color 200ms ease-out 0s;
    -o-transition:color 200ms ease-out 0s;
    transition:color 200ms ease-out 0s;
}

#footernavigation a:hover {
    color: #2ea3f2;
}

@media (max-width: 991px) {
    .footer-left,
    .footer-right {
        text-align: center;
        flex-wrap: wrap;
        align-items: unset;
        justify-content: center;
    }
    .footer-right span{
        margin: 15px 0;
        width: 100%;
    }
    #footernavigation {
        margin: 15px 0;
    }
}

@media (min-width: 992px) {
    .footer-right span{
        margin: 0;
    }
}

/*###########  TABS   #################*/

.nav-tabs > li > a {
    color:#333;
    padding:5px 20px;
    font-size:1rem;
    text-transform:none;
    border-color:#fff;
    outline:0;
    height:100%;
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    transition:color .1s ease-in-out;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs .nav-item.show {
    outline:0;
    color:#2ea3f2;
}

.nav-item.active::after {
    content:'' !important;
}

.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    outline:0;
    border:0 !important;
    border-color:none !important;
    border-radius:0 !important;
    color:#fff;
    text-decoration:none;
    background:#2ea3f2;
}

.tab-navigation {
    margin-bottom: 10px;
}

.tab-content {
    background:white;
    padding:0px;
}

.tab-content h4 {
    color:#333;
    margin-bottom:20px;
    font-size:1.25rem;
    line-height:1.4;
}

/*########  QUOTATION  ##########*/

.quotation {
    padding-left: 48px;
}

.quotation::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f10e";
    margin-left: -46px;
    font-size: 30px;
    position: absolute;
    color:rgba(255,255,255,0.8);
}

blockquote p {
    padding-left: 70px;
    padding-right: 65px;
    font-style:italic;
}

blockquote p::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f10e";
    margin-left: -70px;
    font-size: 50px;
    position: absolute;
    top: 16px;
    color: #d6d6d6;
}

blockquote p::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f10d";
    font-size: 50px;
    position: absolute;
    right:0;
    bottom:40px;
    color:#d6d6d6;
}

blockquote footer {
    text-align: right;
    padding: 0 65px;
    font-style:italic;
}




/*#######  PANEL  #########*/

.card-panel-info .card-header {
    background-color: #0657B3 !important;
}
.card-panel-info {
    border-color: #0657B3 !important;
}

/*########  CARDS  ##############*/

.card-img-top {
    background:#000;
}

.card-img-top img {
    opacity:0.6;
}

.card-title,
.card-title a {
    font-size:30px !important;
    font-weight:700;
    line-height: 30px;
}

.card-subtitle {
    font-size:16px;
    font-weight:700;
}

/*######  NAVIGATION  ########*/

@media (min-width: 992px) {
    .navbar-mainnavigation > .container, .navbar-mainnavigation > .container-fluid {
        display: flex !important;
        align-items: flex-end;
    }
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 4px;
        height: 100%;
        background: transparent;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }
    .dropup, .dropright, .dropdown, .dropleft {
        position: relative;
        height: 65px;
    }
    .navbar-mainnavigation .dropdown-menu {
        position: absolute;
        background: #333;
    }
    .navbar-mainnavigation .dropdown-item {
        color: #fff;
        -webkit-transition:color 200ms ease-out 0s;
        -moz-transition:color 200ms ease-out 0s;
        -o-transition:color 200ms ease-out 0s;
        transition:color 200ms ease-out 0s;
    }
    .navbar-mainnavigation .dropdown-item:hover,
    .navbar-mainnavigation .dropdown-item.active {
        color: #2ea3f2;
        background:transparent;
    }
    .navbar-light .navbar-nav .show > .nav-link, .navbar-default .navbar-nav .show > .nav-link, .navbar-default-transition .navbar-nav .show > .nav-link, .navbar-default-transition.navbar-transition .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-default .navbar-nav .active > .nav-link, .navbar-default-transition .navbar-nav .active > .nav-link, .navbar-default-transition.navbar-transition .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-default .navbar-nav .nav-link.show, .navbar-default-transition .navbar-nav .nav-link.show, .navbar-default-transition.navbar-transition .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-default .navbar-nav .nav-link.active, .navbar-default-transition .navbar-nav .nav-link.active, .navbar-default-transition.navbar-transition .navbar-nav .nav-link.active {
        color:#2ea3f2;
    }

    .nav-link.active::after {
        content:'' !important;
    }
}

.nav-link.active

@media (max-width: 991px) {
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 4px;
        height: 100%;
        background: #2ea3f2;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }
    .nav-link.active::after {
        content:'' !important;
    }
}

/*########  NAVBAR SIDE  ###########*/

.side-navbar-container {
    right:0;
    z-index:50;
    top:25%;
    position:fixed!important;
}

.side-navbar-center:only-child {
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.side-navbar-center {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
}

.side-navbar-nav {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    margin:0;
    padding:0;
    list-style:none;
}

.margin-small-right {
    margin-right:10px!important;
}

.margin-small-top {
    margin-top:10px!important;
}

.side-navbar-nav > li > a {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    height:auto;
    box-sizing:border-box;
    text-transform:none;
    line-height:2.6em;
    text-align:center;
    vertical-align:middle;
    padding:10px 10px 5px;
    background-color:rgb(255, 255, 255);
    color:#333 !important;
    padding:12px 10px 0 15px;
    font-size:.875rem;
    text-decoration:none;
    transition:.1s ease-in-out;
    transition-property:color,background-color;
    line-height:27px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
}

.side-navbar-nav > li > a:hover {
    background-color:#2ea3f2;
    color:#fff !important;
}

.side-navbar-container .side-navbar-nav > li > a > i {
    font-size:20px;
}

/*########  BUTTONS  ###########*/

.btn,
.btn:focus,
.btn:focus-within,
.btn:visited,
.btn:active,
.btn .active,
.btn-button,
.btn-button:focus,
.btn-button:focus-within,
.btn-button:visited,
.btn-button:active,
.btn-button .active{
    outline:0;
    font-size:16px !important;
    font-family:'Source Sans Pro', sans-serif !important;
    font-weight:300 !important;
    box-shadow: none;
    border: none;
}

.btn-primary, .btn-button {
    background-color: #d4d5d4;
    border:none;
    color: #333;
}

.btn-primary:hover,
.btn-button:hover{
    color: #333;
    background-color: #979797;
    border:none;
}

.btn-secondary {
    background-color: #2ea3f2;
    border:none;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0657B3;
    border:none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #333;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}

table{
    border-collapse: collapse;
    width: 100%;

}
img{
    display: block;
}

/*=== Layout ===*/
.page-container{
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 0 25px;
}
.page-top-bar{
    background: #a4a2a5;
}
.page-bottom-bar{
    background: #a4a2a5;
}
/*=== Page Header ===*/
.page-header{
    height: 122px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}
.header-content{
    float: right;
    padding: 15px 0 0;
}
/*- Header Logo -*/
.header-logo{
    float: left;
    margin: 25px 0 0;
}
/*- Headlines -*/.headline{
                     font-size: 12px;
                     font-style: italic;
                     font-weight: 700;
                     height: 45px;
                     margin: 0 0 40px;
                     padding: 35px 0 0;
                     position: relative;
                 }

.headline:before{
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 205px;
}
/*- Header Search Form -*/.header-search input{
                              background: none;
                              border: 0;
                              box-shadow: none;
                              color: #000;
                              font-size: .8em;
                              margin-top: 0;
                          }
.header-search button{
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 8px 0 0;
}
.header-search button:hover{
    border: 0;
    box-shadow: none;
}
.header-search .form-control{
    width: 95%;
}
.header-search .glyphicon-search{
    color: #000000;
    font-size: 13px;
}
.header-search .input-sm{
    height: 26px;
}
/*- Slider  -*/
.page-slider{
    height: 718px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slide{
    overflow: hidden;
    width: 100%;
}
.slide-pic img{
    height: auto;
    min-width: 1280px;
    width: 100%;
}
.slide-wrap{
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.slide-content{
    margin: 0 auto;
    max-width: 1280px;
}
.slide-text{
    background: url(../Images/blend.png);
    margin: 105px 0 0;
    max-width: 530px;
    padding: 35px 65px 70px 70px;
    position: relative;
    width: 100%;
}
.slide-text:after{
    background: url(../Images/vlines.png) repeat-y;
    bottom: 0;
    content: '';
    height: 24px;
    left: 20px;
    position: absolute;
    width: 205px;
}
.slide-text .btn-more{
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
.slider-headline{
    font-size: 33px;
    font-weight: 300;
}
.btn-slider{
    background: url(../Images/blend.png);
    bottom: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 42px;
    z-index: 100;
}
.btn-slider-left{
    left: 0;
}
.btn-slider-right{
    right: 0;
}
/*=== Navigation ===*/
/*- Hamburger 'Nav Icon' -*/
.hamburger{
    display: none;
    position: absolute;
    right: 10px;
    top: 60px;
}
/*- Header Nav -*/
.nav-header{
    float: right;
    font-size: 12px;
    font-weight: 300;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}
.nav-header a{
    color: #fff;
}
.nav-header a:hover{
    color: #a4a2a5;
}
.nav-header .glyphicon{
    font-size: 10px;
    margin: 0 0 0 5px;
}
.nav-header li{
    display: inline-block;
    margin: 0 0 0 15px;
    position: relative;
}
/*- Main Nav -*/
.nav1{
    clear: both;
    height: 22px;
    padding: 15px 0 0;
    position: relative;
    text-align: right;
    z-index: 10001;
}
.nav1 li{
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
}
.nav1 a{
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav1 a:hover,
.nav1 .active a,
.nav1 li:hover a{
    color: #a4a2a5;
}
.nav1 li ul{
    background: #fff;
    left: -999em;
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 46px;
    width: 245px;
}
.nav1 li:hover ul{
    left: 50%;
    margin: 0 0 0 -122px;
}
.nav1 li ul:before{
    background: url(../Images/ico-arrow.png) no-repeat;
    content: '';
    height: 13px;
    left: 50%;
    margin: 0 0 0 -13px;
    position: absolute;
    top: -13px;
    width: 27px;
}
.nav1 li li{
    display: block;
    margin: 0;
}
.nav1 li li:last-child{
    margin: 0;
}
.nav1 li:hover li a{
    background: none;
    border-bottom: 1px solid #d5d6d8;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: normal;
    line-height: normal;
    padding: 8px 0;
    text-transform: none;
}
.nav1 li:hover li a:hover{
    color: #a4a2a5;
}
.nav-head{
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 15px;
    text-transform: uppercase;
}
/*- Secondary Nav -*/
.btn-menu{
    background: url(../Images/btn-menu.png) no-repeat;
    border: 0;
    cursor: pointer;
    display: none;
    height: 77px;
    position: absolute;
    right: -37px;
    top: -1px;
    width: 37px;
}
.nav2-head{
    color: #000 !important;
    display: block;
    font-weight: 700;
    margin: 0 0 10px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.nav2-head:after{
    content: '\e259';
    float: right;
    font: 10px 'Glyphicons Halflings';
    margin: 0 -15px 0 0;
    padding: 3px 0 0;
}/*- Nav3 -*/
.nav3 {
    margin: 0 0 25px;
}
.nav3 li{
    margin: 0 2px 0 0 !important;
}
.nav3 a{
    background: #a4a2a5;
    border-radius: 0 !important;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.nav3 a:after{
    content: '\e259';
    font: 10px 'Glyphicons Halflings';
    padding: 0 0 0 15px;
}
.nav3 a:hover:after,
.nav3 .active a:after{
    color: #000;
}
.nav3 a:hover,
.nav3 .active a{
    background: #d5d6d8 !important;
    color: #a4a2a5 !important;
}

/*- Nav4 -*/
.nav4 li{
    display: inline-block;
    margin: 0 14px 0 0;
}
.nav4 a{
    display: inline-block;
}
/*- Nav Buttons -*/
.nav-buttons{
    clear: both;
    height: 40px;
    padding: 100px 0 0;
    position: relative;
}
.nav-button{
    background: #a4a2a5;
    color: #fff !important;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
    width: 55px;
}
.nav-button-left{
    float: left;
}
.nav-button-top{
    left: 50%;
    margin: 0 0 0 -25px;
    position: absolute;
    text-align: center;
    width: 50px;
}
.nav-button-right{
    float: right;
    text-align: right;
}
/*=== Column Grid ===*/
.page-columns{
    overflow: hidden;
}
.left-col{
    position: inherit !important;
}
[class*="col-"]{
    padding-left: 15px;
    padding-right: 15px;
}
[class*="row"]{
    margin-left: -15px;
    margin-right: -15px;
}
.list-courses{
    /*margin-bottom: 70px;*/
}
/*=== Link Buttons ===*/
.btn-more{
    color: #a4a2a5;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0 25px 0 0;
}
.btn-more:before{
    content: '\e258';
    font: 12px 'Glyphicons Halflings';
    padding: 0 5px 0 0;
}
/*=== Data Table ===*/
.table-responsive{
    margin-bottom: 40px;
}
.data-table th{
    background: #d5d6d8;
    font-weight: 700;
    padding: 8px 10px;
}
.data-table td{
    border-bottom: 1px solid #d5d6d8;
    font-weight: 300;
    padding: 5px 10px;
}
/*=== Accordeon ===*/
.accordion-heading{
    background: #d5d6d8;
    font-weight: 700;
    margin: 0 0 1px;
    padding: 8px 15px;
}
.accordion-heading a{
    color: #000;
    display: block;
    text-decoration: none;
}
.accordion-heading a:after{
    content: '\e259';
    float: right;
    font: 10px 'Glyphicons Halflings';
    padding: 5px 0 0 15px;
}
.accordion-title{
    margin: 0;
}
.accordion-body{
    padding: 15px;
}
/*=== Animated Progress Bar ===*/

.progress {
    position: relative;
    background: #f9f9f9;
    border-radius: 0;
    height: 18px;
    margin: 0 0 20px;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
}
.progress-value {
    position:absolute;
    color:#fff;
    font-size: 15px;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 0 5px;
    padding: 0;
    width:100%;
    text-transform: uppercase;
    text-align:center;
}

.progress-bar {
    position:absolute;
    height:100%;
    background: #2ea3f2;
    text-align: left;
    width: 0;
    transition-duration: 3s;
}

/*=== Page Footer ===*/
.page-footer{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
    padding: 30px 0;
    text-transform: uppercase;
}
.page-footer a{
    color: #fff;
    text-decoration: none;
}
.page-footer a:hover{
    color: #cccccc;
}
.footer-logos{
    float: right;
}
.footer-logos li{
    border-right: 1px solid #356085;
    display: inline-block;
    padding: 0 4px;
}
/*=== Misc. ===*/
.block-text{
    max-width: 450px;
    width: 100%;
}
.block-pic{
    margin: 0 0 25px;
}
.nomargin{
    margin: 0 !important;
}

.nomargin .block-pic {
    margin: 0 !important;
}

.block-pic img{
    height: auto;
    width: 100%;
}

.inline-pic.pull-right{
    margin: 0 0 20px 20px;
}

.inline-pic.pull-left{
    margin: 0 20px 20px 0;
}.modal {
     z-index: 99999;
 }
.bullet-list {
    margin-bottom: 0px;
}
.bullet-list li,
.modal-body li {
    color: #000;
    display: block;
    font-weight: 300;
    padding: 5px 0 7px 22px;
    margin-bottom: 0px;
    text-decoration: none;
}

a.top {
    background-image: url('../Images/top.svg');
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
}/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/spinner.gif') center no-repeat #fff;
}
ol li {
    counter-increment: step-counter;
    margin-bottom: 5px;
}

ol li::before {
    content: counter(step-counter);
    margin-right: 5px;
}

ol {
    margin-bottom: 25px;
}.btn-button {
     color: #ffffff;
     cursor: pointer;
     display: inline-block;
     font-weight: 700;
     padding: 6px 12px;
     background-color: #a4a2a5;
     font-size: 0.9em;
 }

.icon-ar.icon-ar-lg {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 2.2;
}

.icon-ar.icon-ar-inverse {
    background-color: transparent;
    color: #a4a2a5;
    border: solid 1px #a4a2a5;
}

.icon-ar.icon-ar-circle {
    border-radius: 100px;
}

.panel-body span {
    margin-top: 0.5em;
}

.icon-ar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #a4a2a5;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

.panel-border .panel-body {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.panel-body {
    padding: 0.5em;
    margin: 0;
}

.panel-body p {
    margin-top: 0;

}/*
.btn-primary {
    background: #a4a2a5 !important;

}
*/.panel-default,

   .panel-default .panel-heading,

   .ui-state-default,

   button[type='reset'] {
       background: #d5d6d8 !important;

   }
.panel-default {
    border-color: #d5d6d8 !important;
    border-radius: 0 !important;

}

.panel-default .panel-body {
    background: white;

}
.sortable .list-group-item {
    border-color: #d5d6d8 !important;
    border-radius: 0 !important;
    margin: 2px 0;

}
button {
    border-radius: 0 !important;

}
.sortable .fa-arrows-v {
    margin: initial !important;

}
.sortable .placeholder {
    border: 1px solid;
    border-color: darkgreen;
    border-radius: 0;
    width: 100%;
    height: 40px;
    border-style: dashed;

}
.sortable .placeholder:before {
    content: "Drop Here";
    text-align: center;
    height: 40px;
    line-height: 38px;
    position:absolute;
    left: 0;
    width: 100%;

}
@keyframes blinker {
    50% { opacity: 0; }

}
.dragged {
    animation: blinker 1s linear infinite;
    border-style: dashed !important;

}
#dropboxRight .ui-droppable,

#dropboxLeft .ui-droppable,

#tx_zuordnung_right .ui-droppable,

#tx_zuordnung_left .ui-droppable {
    background-color: #a4a2a5;

}
#tx_toolbox_drag_n_drop .ui-draggable,

#tx_zuordnung_left .ui-draggable {
    background-color: #d5d6d8 !important;
    color: black !important;

}
.steps li > a {
    background: #a4a2a5 !important;

}
#tabinfo {
    color: #a4a2a5 !important;

}
.course-row {
    /*margin-bottom: 30px;*/

}
.btn, .btn-button {
    border-radius: 5px !important;

}
#tx_cookies input[type="submit"] {
    color: white;
    padding: 5px;

}
#tx_cookies_close {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    padding: 6px 12px !important;
    font-size: 14px !important;

}
.flexslider {
    padding: 10px;
    border: 1px dotted #a4a2a5;
    border-radius: 0;

}
.panel-feedback .panel-body .glyphicon-arrow-right {
    margin-left: 0px;

}
.panel-feedback .panel-body {
    padding-left: 15px;

}
/* header menu */
.nav1 a:hover, .nav1 .active a, .nav1 li:hover a { color: #000 !important; }
/* listpoints in accordeon/tabs */
.accordion-body li, .tab-pane li {
    background: rgba(0, 0, 0, 0) url("../Images/ico-rect-.png") no-repeat scroll left 12px;
    color: #000;
    display: block;
    font-weight: 300;
    margin-bottom: 0;
    padding: 5px 0 7px 22px;
    text-decoration: none;

}
section {
    padding: 10px 0 !important;
}

.section {
    padding: 0;
}

div .ce-bullets > li > .fa-square::before,
.main-content ul > li > .fa-square::before {
    padding-right: 10px;
    color: #23527c;
}

div .ce-bullets > li > .fa-square,
.main-content ul li > .fa-square {
    line-height: 22px;
}

.main-content ul,
.main-content ol  {
    margin-bottom: 20px;
    margin-top: 20px;
}
/*
.btn-primary {
    background-color: #ffe100;
    border-color: #23527c;
    color: #fff;
}
*/
input[type=submit]:hover {
    color: #fff;
    background-color: #23527c;
    border-color: #23527c;
}

button, select {
    padding: 5px;
}
@media screen and (max-width: 991px) {
    .anmeldabsprregl_2 {
        margin: 5px 0 0 330px;
    }
    input, textarea {
        /*width: 265px;*/
    }
    .ddseminareUselink, .inputEdit_bestaetigt  {
        width: 20px;
    }
    .buchText {
        margin: -27px 0 30px 370px;
        width: 260px;
    }

}

@media screen and (max-width: 767px) {
    .anmeldabsprregl_2 {
        margin: 5px 0 0 0px;
    }
    .anmeldabsprregl_1 input {
        margin-left: 0px;
    }
    .buchText {
        margin: 5px 0 20px;
        width: 100%;
    }
}

/* Femanager Registration CSS */

div.tx-femanager .form-horizontal .control-label { text-align: left }
div.tx-femanager select.inputEdit_anrede { padding: 6px 12px !important; margin-left: 16px; border-radius: 4px; }
div.tx-femanager .block-pic img { width: 60% !important }

/* Powermail CSS */

div.powermail_fieldwrap div.checkbox input[type="checkbox"] { margin-left: -20px !important; }
div.powermail_fieldwrap .control-label { text-align: left !important; }
form.powermail_form legend { display: none; }

h1, h2, h3, h4, h5, header {
    margin-bottom: 10px;
    margin-top: 10px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #468847;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: none;
    border-radius: 0px;
}

.badge-success {
    color: white;
}

.btn-link {
    font-weight: 300;
    color: #23527c;
}
/*border-radius
a:hover {
    color: #23527c;
    text-decoration: none;
}
*/

.btn {
    text-transform: none !important;
}

.actions li > a {
    background: #23527c !important;
}

/*  News System CSS */

.news .news-list-view .article .header h3 { font-size: 16px !important; font-weight: 700; }
.news .news-list-view .article .teaser-text { margin: 5px 0px !important; }
.news .news-list-view .article .teaser-text a.more { line-height: 1.4em !important; padding: 0 0 0.5em !important; color: #ffffff !important; cursor: pointer !important; display: inline-block !important; font-weight: 700 !important; padding: 6px 12px !important; background-color: #a4a2a5 !important; font-size: 0.9em !important; }
/*
.news .news-list-view .article .footer { display: none; }
.news-single .article .footer { display: none; }
.news-single .article .teaser-text { display: none; }
*/
.news-single .article .news-backlink-wrap a { line-height: 1.4em !important; padding: 0 0 0.5em !important; color: #ffffff !important; cursor: pointer !important; display: inline-block !important; font-weight: 700 !important; padding: 6px 12px !important; background-color: #a4a2a5 !important; font-size: 0.9em !important; }



/*=== Modal ===*/
.close {
    right: 15px;
    position: absolute;
}
.modal-title {
    font-weight: 700;
    color: #2ea3f2;
    font-size: 22px;
    line-height: 22px;
}

.modal-body ul {
    margin-bottom:15px;
}

.modal-body li {
    color: #000;
    display: block;
    font-weight: 300;
    padding: 2px 0 2px 22px;
    margin-bottom: 0px;
    text-decoration: none;
}

/*======  Login  ========*/

.tx-felogin-pi1 form {
    border: 1px solid #bdbdbd;
    padding: 15px 15px 0 15px;
    border-radius: 10px;
    margin: 15px 0;
    background: #828282;
}

.tx-felogin-pi1 form legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    color: white;
    font-weight: 900;
}

.tx-felogin-pi1 form label {
    display: inline-block;
    margin-bottom: 0.2rem;
    min-width: 150px;
    font-size: 13px;
    line-height: 12px;
    color: white;
}

.tx-felogin-pi1 form input{
    width:100%;
}

.tx-felogin-pi1 form input[type=submit] {
    font-size: 15px;
    background: #2ea3f2;
    color: white;
    padding: 10px 0;
    border: 0;
    cursor: pointer;
}

/*=====  Frames  ====*/

@media (min-width: 1200px) {
    .frame {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }
}
@media (min-width: 992px){
    .frame {
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }
}
@media (min-width: 768px){
    .frame {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
}
@media (min-width: 576px){
    .frame {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
}
.frame {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.frame-inner .row .frame-container {
    padding:0;
}

.frame-inner .frame-container .frame-inner {
    padding: 0 !important;
}

/*====  Galery Image  =====*/

.gallery-item img, .gallery-item picture, .block-pic img {
    border-radius:10px;
}

.textmedia, .textpic {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    margin-left:0;
    margin-right:0;
}

.textpic-left,
.textpic-right {
    margin-left: -10px;
    margin-right: -10px;
}


/*#######  LISTS  #########*/

ol, .list-ordered {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 35px;
}

ol li, .list-ordered li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

ol li::before, .list-ordered li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    --size: 21px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 2px;
    background-color: #2ea3f2;
    border-radius: 50%;
    text-align: center;
    padding-left: 0px;
    padding-top: 2px;
}

@-moz-document url-prefix() {
    ol li::before, .list-ordered li::before {
        padding-top: 0px;
    }
}

.list-normal {
    list-style: none;
    padding-left: 35px;
    margin-bottom: 10px;
}

.list-normal li {
    position: relative;
    padding: 5px 0 5px 5px;
    margin: 0;
}

.list-normal li::before {
    position: absolute;
    left:-35px;
    font-family: "Font Awesome 5 Pro";
    margin-right:10px;
    font-size:20px;
    font-weight:900;
    content: "\f35a";
    color:#2ea3f2;
}

.col-md-6 .frame-type-text .frame-container .frame-inner {
    padding: 0 15px !important;
}

/*========  Contact Form  =============*/

.tx-powermail,
.tx-femanager {
    background: #f8f9fa;
    padding: 15px 5px;
    border-radius: 10px;
    border: solid 1px #cecece;
}

.tx-powermail .container-fluid {
    padding: 0 10px;
}

.tx-powermail h3 {
    display:none;
}

.tx-powermail .lms3-row {
    margin:0;
}

.tx-powermail label,
.tx-femanager label {
    display: inline-block;
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
    padding-left: 18px !important;
    font-weight: 200;
    color: #797979;
    display:inline;
}

.tx-powermail .form-control,
.tx-femanager .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.175rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cecece;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    margin:0;
}

.tx-powermail img {
    margin-top:10px;
    border-radius: 10px;
}

.tx-powermail button[type=submit],
.tx-powermail input[type=submit],
.tx-femanager button[type=submit],
.tx-femanager input[type=submit] {
    color: #fff;
    background-color: #2ea3f2;
    border-color: #2ea3f2;
    margin: 0;
    width: 100%;
    color: white;
}

.tx-powermail input[type=submit]:hover,
.tx-powermail button[type=submit]:hover,
.tx-femanager button[type=submit]:hover,
.tx-femanager input[type=submit]:hover{
    color: #fff;
    background-color: #2ea3f2;
    border-color: #2ea3f2;
}

.tx-powermail .lms3-row .powermail_fieldwrap_type_radio .col-md-12,
.tx-powermail .lms3-row .powermail_fieldwrap_type_check .col-md-12 {
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.tx-powermail .radio,
.tx-powermail .checkbox,
.tx-femanager .radio,
.tx-femanager .checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
}

.tx-powermail .radio label,
.tx-powermail .checkbox label,
.tx-femanager .radio label,
.tx-femanager .checkbox label {
    padding: 0 4px !important;
    margin: 0;
    line-height: 13px;
    height: 18px;
    display: flex;
}

.tx-powermail .radio label input,
.tx-powermail .checkbox label input,
.tx-femanager .radio label input,
.tx-femanager .checkbox label input{
    margin-right: 8px;
    display: inline;
    position: relative;
    line-height: 10px;
    height: 13px;
}

div.powermail_fieldwrap div.checkbox input[type="checkbox"] {
    margin-left: 0px !important;
}

.tx-powermail textarea {
    height:100px !important;
}

.tx-femanager {
    margin-top:-2.5rem;
}

.tx-femanager legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.femanager_gender {
    display:flex;
}

.tx-femanager .controls {
    margin-top:40px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.tx-femanager .btn-warning {
    width:100%;
}

select {
    border-radius:5px !important;
}

/*======  Tabellen  =========*/

.tx-lms3courses .row {
    margin-left:0;
    margin-right:0;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td{
    padding: 8px 10px !important;
}

table.dataTable thead th:first-child,
table.dataTable tbody td:first-child,
table.dataTable tfoot th:first-child{
    padding: 10px 18px 10px 0px !important;
}

table.dataTable thead th:last-child,
table.dataTable tbody td:last-child,
table.dataTable tfoot th:last-child{
    padding: 10px 0px 10px 18px !important;
}

.export-wrap {
    border-spacing: 0px !important;
}

.masthead {
    height: 100vh !important;
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    margin: 0 !important;
    background-repeat: repeat, repeat !important;
    background-size: auto, auto !important;
    background-position: center center !important;;
    background-repeat: no-repeat !important;;
    background-size: cover !important;
}

.text-center {
    text-align: center !important;
}

.masthead .tx-felogin-pi1 {
    max-width: 60%;
    margin: 0 auto;
}

.course-category h4 {
    background-color: #2ea3f2;
    text-align: center;
    padding: 10px;
    font-style: normal;
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
    line-height: 22px;
    height: 50px;
}

.course-category .info-section {
    background-color: #F2F5F6;
    margin-top: -10px;
    padding: 10px;
}

#c838 {
    display: none;
}
#c4109 .table-responsive {
    margin-bottom: 0px;
}