/* G E N E R A L */

body {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /*color: #07294D;*/
}

.article ul{
    position: relative;
    padding: 0px 0px 0px 25px;
}

.article li{
    list-style: none;
    position: relative;
}

.article li::before{
    position: absolute;
    content: '■';
    left: -20px;
    top: -2px;
} 

a {
    color: #02779e;
}

a:hover {
    color: #4f8b51;
}

.innerrow{
    padding-right: 15px;
    padding-left: 15px;
}

.about-content .about-title span{
    color: #6ac8d6;
    font-size: 35px;
}

h2 {
    margin-bottom: 15px;
    font-size: 22px;
}

h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.about-content h3.about-title{
    line-height: 35px;
    font-size: 25px;
}

p{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    word-wrap: break-word;
    padding-right: 2px;
}

table.contenttable{
    width: 100%;
}

.table p{
    margin-bottom: 4px;
}

.table.alternate .row.bglightgrey {
    background-color: #F1F1F1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.w33{
    width: 33%;
}


/* Paddings */
.p-0 { padding: 0 ;}
.p-14 { padding: 14px ;}
.p-20 { padding: 20px !important;}
.p-50 { padding: 50px ;}
.ptop-0 { padding-top: 0 ;}
.ptop-5 { padding-top: 5px ;}
.ptop-10 { padding-top: 10px ;}
.ptop-25 { padding-top: 25px ;}
.ptop-35 { padding-top: 35px ;}
.ptop-40 { padding-top: 40px ;}
.ptop-50 { padding-top: 50px ;}
.ptop-60 { padding-top: 60px ;}
.ptop-70 { padding-top: 70px ;}
.ptop-65 { padding-top: 65px ;}
.ptop-75 { padding-top: 75px ;}
.ptop-80 { padding-top: 80px ;}
.ptop-100 { padding-top: 100px ;}
.ptop-150 { padding-top: 150px ;}

.pbottom-0 { padding-bottom: 0 ;}
.pbottom-5 { padding-bottom: 5px ;}
.pbottom-10 { padding-bottom: 10px ;}
.pbottom-15 { padding-bottom: 15px ;}
.pbottom-20 { padding-bottom: 20px ;}
.pbottom-25 { padding-bottom: 25px ;}
.pbottom-35 { padding-bottom: 35px ;}
.pbottom-40 { padding-bottom: 40px ;}
.pbottom-50 { padding-bottom: 50px ;}
.pbottom-55 { padding-bottom: 55px ;}
.pbottom-60 { padding-bottom: 60px ;}
.pbottom-65 { padding-bottom: 65px ;}
.pbottom-70 { padding-bottom: 70px ;}
.pbottom-80 { padding-bottom: 80px ;}
.pbottom-85 { padding-bottom: 85px ;}
.pbottom-90 { padding-bottom: 90px ;}
.pbottom-100 { padding-bottom: 100px ;}
.pbottom-150 { padding-bottom: 150px ;}

.padding-0{ padding: 0px !important; }

.ce-textpic ul{
    list-style-type: inherit;
    padding-left: 30px;
    margin-bottom: 15px;
}
.ce-textpic ul li {
    list-style-type: square;
}

.ce-gallery img{
    height: auto;
}

ol {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 25px;
}
ol li {
    counter-increment: my-awesome-counter;
}

ul{
    margin-bottom: 15px;
    padding: 0px 0px 0px 30px;
    list-style-type: square;
}

ul.nav-menu, ul.nav-submenu, .header-top ul, .footer-area ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* C O L O R   O V E R W R I T E */

.header-top {
    background: #1A4B7E;
}

.footer-area::before {
    background-color: #1A4B7E;
}

.main-btn{
    background-color: #23527C;
}


/* H E A D E R */

.header-top-wrapper .header-top-right .header-link a {
    color: #FFFFFF;
}

.header-top-wrapper .header-top-left .header-meta li a:hover {
    color: #06ab94;
}

.header-top-wrapper .header-top-right .header-link a + a{
    margin-left: 0px;
}

.header-top-wrapper .header-top-right .header-link a::before {
    content: "|";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 16px 0 14px;
}

.header-top-wrapper .header-top-right .header-link a:first-child::before {
    display: none;
}

.header-logo img{
    vertical-align: baseline;
}


/* V I D E O */

.videoContainer {
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.videoContainer video {
    min-width: 100%;
    max-width: 100%;
    /*min-height: 100%;*/
    /*object-fit: fill; // use "cover" to avoid distortion*/
}

/* B A T C H */

#batch{
    position: absolute;
    background-color: #1A4B7E;
    background: rgb(201,164,29);
    background: linear-gradient(0deg, rgba(201,164,29,1) 0%, rgba(255,200,0,1) 1%, rgba(201,164,29,1) 100%);
    text-shadow: 1px 1px #999999;
    color: #FFFFFF;
    bottom: -15px;
    left: 82px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;

    box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.31);
    -webkit-box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.31);
}

/* S E C T I O N */

section.section-gray{
    background-color: #EFEFEF;
}

/* L O G O */
.header-logo a{
    width: 100%;
}

/* M A I N   N A V I G A T I O N */

.navigation .nav-toggle {
    display: none;
}

ul.nav-menu{
    float: right;
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    /*width: 320px;*/
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
    line-height: 1.5em;
    padding: 7px 20px;
    font-size: 13px;
}

.navigation .nav-menus-wrapper .submenu-indicator {
    margin-top: 10px;
}

/* S L I D E R */

.slider-content .slider-btn li .main-btn {
    width: auto;
}

.single-slider.static{
    height: 500px;
}

.slider-content .title.static {
    font-size: 60px;
}

.imageoverlaywrapper{
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.imageoverlaywrapper-inner{
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    text-align: right;
    padding: 0px 15px 0px 15px;
}

#fernstudiumcheck {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.65);
    border-radius: 5px;
    border: 1px solid #87bdf0;
}

#fernstudiumcheck img {
    height: auto;
    border-radius: 5px;
}

#fernstudiumcheck, .overlayimageone, .overlayimagetwo, .overlayimagethree{
    margin-left: 10px;
}

.overlayimageone, .overlayimagetwo, .overlayimagethree, #fernstudiumcheck{
    max-width: 165px;
    display: inline-block;
    text-align: center;
}

.overlayimageone img, .overlayimagetwo img, .overlayimagethree img{
    width: auto;
    display: inline-block;
}

.slider-area {
    position: relative;
}

.main-btn.main-btn-2 {
    background-color: #C9A41D;
}

.main-btn.main-btn-3 {
    background-color: #33916B ;
}

.main-btn.main-btn:hover{
    background-color: #33916B;
}

.main-btn.main-btn-3:hover{
    background-color: #23527C;
}

.slider-content .slider-btn li {
    margin-right: 5px;
    margin-left: 5px;
}

.slider-content .title {
    text-shadow: 2px 2px 3px #333333;
}


/* L I S T E L E M E N T */

.courses-details-content .courses-details-list li {
    padding-left: 30px;
    margin-top: 5px;
}

.courses-details-content .courses-details-list li i {
    font-size: 18px;
}

.courses-details-content ul.courses-details-list{
    padding: 0px 0px 0px 10px;
    list-style-type: none;
}

.courses-details-content p{
    font-size: 16px;
}

/* A N S P R E C H P A R T N E R */

.teachers-row .teachers-col {
    padding-left: 40px;
    padding-right: 100px;
}

/* T O G G L E */

.faq-wrapper{
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.faq-wrapper .accordion .card .question{
    position: relative;
    float: right;
    padding: 3px 0px 0px 3px;
    font-size: 23px;
}

.faq-wrapper .accordion .card .card-header {
    background: #EEEEEE;
    padding: 10px 16px;
}

.faq-wrapper .accordion .card{
    padding-left: 0px;
    margin-top: 5px;
}

.faq-wrapper .accordion .card .card-header a{
    width: calc(100% - 5px);
    float: left;
    padding-left: 10px;
    line-height: 35px;
}

.faq-wrapper .accordion .card .card-body {
    margin-bottom: 15px;
}

.faq-wrapper .accordion .card-header a.collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-wrapper .accordion .card-header a::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    float: right;
    position: relative;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-wrapper .accordion .card .card-body p {
    font-size: 16px;
}

.faq-wrapper .accordion .card .card-body.donotshowlinks a{
    color: #303030 !important;
}

/* C U S T O M   H E A D L I N E */

.about-content.single {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
}

.about-content.single h3 + span.line{
    margin-top: 0px !important;
    display: inherit;
}

.about-content .about-title {
    font-size: 30px;
    line-height: 40px;
}

.about-content .line {
    margin-top: 20px;
}

.about-content .about-title span {
    color: #02779e;
    font-size: 23px;
}

.event-tab-menu{
    margin-bottom: 25px;
    margin-top: 10px;
}

.event-title-tab-menu .event-title .title::before {
    height: 73%;
}

.event-tab-menu .nav {
    padding-left: 30px;
}

.event-title-tab-menu li{
    width: 31%;
    display: grid;
}

.event-tab-menu .nav li + li {
    margin-left: 30px;
}

.event-tab-menu .nav li a {
    text-align: center;
}

/* F E A T U R E S */

.single-specialty .specialty-box{
    display: block;
    padding: 0px 0px;
    line-height: 25px;
    background: none;
}
.single-specialty.active .specialty-box {
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0);
}

.single-specialty .specialty-box .box-icon{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.single-specialty .specialty-box .box-content{
    text-align: center;
    min-height: 75px;
}

/* C O N T E N T   T A B   A R E A */
/*
.blue-area{ background-color: #2f7ad5; }
.darkblue-area{ background-color: #1A4B7E; }
.green-area{ background-color: #0c8b51; }
.lightgreen-area{ background-color: #27b8a7; }
.lightblue-area{ background-color: #2f7ad5; }
*/

.blue-area{ background-color: #02779e; }
.darkblue-area{ background-color: #23527c; }
.green-area{ background-color: #027769; }
.lightgreen-area{ background-color: #02ab97; }
.lightblue-area{ background-color: #0297c9; }

.purple-area{ background-color: #753b76; }
.yellow-area{ background-color: #eab830; }

.event-title-tab-menu .event-title .title {
    font-size: 22px;
    line-height: 30px;
    position: relative;
    padding-right: 93px;
}

.single-courses .courses-title{
    font-size: 22px;
    min-height: 89px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.single-courses .courses-title a {
    font-size: 17px;
    line-height: 24px;
}

.single-courses .duration-fee{
    min-height: 105px;
}

.single-courses .duration-fee p{
    color: #FFFFFF;
    font-size: 15px !important;
}

.single-courses .courses-link .apply {
    letter-spacing: 0.0em;
}

.event-tab-items {
    padding-top: 5px;
}

.event-tab-menu .nav li a.active.tabbtn-0{
    background-color: #C9A41D;
    border-color: #C9A41D;
}

.event-tab-menu .nav li a.active.tabbtn-1{
    background-color: #1A4B7E;
    border-color: #1A4B7E;
}

.event-tab-menu .nav li a.active.tabbtn-2{
    background-color: #33916B;
    border-color: #33916B;
}

.single-courses .courses-link .more {
    font-size: 13px;
}

/* C O U R S E S / O V E R V I E W */

.allcourses{
    width: 100%;
}

.allcourses .courseitem{
    float: left;
    margin-bottom: 30px;
}

/* N E W S   S T A R T S E I T E */

.blog-area-2::before {
    left: -150px;
}

.blog-area-2 .trending-title {
    left: -258px;
    top: 227px;
    font-size: 29px;
}

/* E V E N T S */

.news{
    width: 100%;
}

.event-list-four{
    width: 100%;
    display: flex;
}

.event-list-four .single-event .event-title a{
    font-size: 18px;
    display: inherit;

    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.event-list-four .single-event .event-title{
    min-height: 155px;
}

.single-event{
    padding: 25px 25px;
}

.single-event .date{
    font-size: 20px;
}

.news-single .article .news-img-wrap {
    float: left;
    width: 100%;
    margin: 0px;
}

.news-single .article .news-img-wrap .outer{
    float: left;
    margin: 0 5px 25px 0;
}

.news-single .header .news-img-wrap{
    width: 95px;
}

.news-single .header .news-img-wrap img{
    border-radius: 50%;
}

.news.news-single .article .header .news-img-wrap a {
    border: 0px;
}
.news-single .article .header .news-img-wrap .outer {
    float: left;
    margin: 0 20px 25px 0;
}

.news-single .news-backlink-wrap{
    margin-top: 15px;
}

.news .slick-track[style]{
    width: 100% !important;
    margin: 0px;
}

.news .section-title-2 .title {
    font-size: 25px;
    line-height: 25px;
}

.news .section-title-2 .line {
    margin-top: 0px;
    margin-bottom: 30px;
}

.news .about-content .about-title {
    font-size: 30px;
    line-height: 40px;
}

/* S I N G L E   V I E W  */

.news-single .article .news-img-wrap {
    margin-top: 0px;
}

.news-single .news-related-wrap {
    margin-top: 0px;
}

.news-single .news-related-files ul{
    margin-bottom: 0px;
}

.news-related-files ul li {
    margin-bottom: 0px;
}

/* L I S T   V I E W */

.news-list-view .teaser-text h3{
    font-size: 22px;
}

.news-list-view .teaser-text {
    width: calc(100% - 205px);
    float: right;
}

.list-teilnehmer .listitem{
    float: left;
}

.news-list-view .list-teilnehmer .teaser-text {
    position: relative;
    width: 100%;
    background: #F3F3F3;
    margin-top: 75px;
    padding: 70px 20px 10px 20px;
    min-height: 320px;
    border-bottom: 3px solid #EEEEEE;
}

.news-list-view .list-teilnehmer.instructor .teaser-text {
    min-height: 387px;
}

.news-list-view .list-teilnehmer .teaser-text a.more{
    position: absolute;
    bottom: 10px;
}

.news-list-view .list-teilnehmer .description{
    margin: 15px 0px 15px 0px;
}

.news .list-teilnehmer .article{
    padding-bottom: 30px;
}

.news .list-teilnehmer .article .news-img-wrap {
    width: calc(100% - 30px);
    margin: 0px;
    background: none;
    text-align: center;
    float: none;
    position: absolute;
    z-index: 10;
}

.news .list-teilnehmer .article .news-img-wrap img {
    border-radius: 50%;
    border: 10px solid #F3F3F3;
}

.news .list-teilnehmer .article .news-img-wrap a {
    border: 0px;
    background: none;
    display: inline-block;
    float: none;
}

.news .list-teilnehmer .article h3{
    font-size: 20px;
}

.news .list-teilnehmer .studiengang {
    font-size: 12px;
}

.news .blog-wrapper .more-post {
    top: -65px;
}

.page-navigation {
    display: inline-block;
    float: left;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* P A R T N E R */

section.gridexternallink{
    width: 100%;
}

.gridexternallinkoverlayinner{
    display: none;
    overflow: hidden;
}

.gridexternallinkitem{
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gridexternallinkoverlay:hover .gridexternallinkoverlayinner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
}

.gridexternallink .gridexternallinkimage{
    position: relative;
    width: 100%;
    text-align: center;
}

.gridexternallink .gridexternallinkoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
}
.gridexternallink .gridexternallinkoverlay a{
    color: #FFFFFF;
    text-decoration: underline;
}

.gridexternallink .gridexternallinkoverlay .gridexternallinkoverlaytitle{
    margin-bottom: 10px;
}

.gridexternallink .gridexternallinkoverlay p{
    font-size: 14px;
    line-height: 16px;
}


/* T E A M */

section.team{
    width: 100%;
}

.team .single-teacher::before {
    max-height: 355px;
    top: 65px;
}

.team .single-teacher .teacher-content,
.team .single-teacher h4,
.team .single-teacher .designation {
    text-align: left;
}

.team .single-teacher .designation{
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 20px;
    min-height: 40px;
}

.team .single-teacher h4{
    font-size: 16px;
    min-height: 60px;
    line-height: 22px;
}

.team .single-teacher h4 span{
    font-size: 13px;
    color: #07294D;
    width: 100%;
}

.team .teachers-col{
    float: left;
}

.single-teacher {
    padding-left: 70px;
    padding-right: 15px;
}

.team .single-teacher {
    padding-left: 52px;
    padding-right: 8px;
}

.single-teacher .teacher-image img {
    height: auto;
}

.single-teacher .teacher-content {
    padding: 14px 15px;
}

.single-teacher .teacher-content h4{
    line-height: 0.8;
}

.single-teacher .teacher-content p{
    margin-bottom: 0px;
    line-height: 25px;
}

.single-teacher .teacher-content .contact {
    font-size: 13px;
}

.single-teacher .teacher-content .subtitle{
    font-size: 13px;
}

.single-teacher .teacher-content .designation {
    font-size: 15px;
}

.single-teacher .teacher-image {
    padding-left: 8px;
    padding-right: 8px;
}

.team .single-teacher .teacher-content h4{
    line-height: 1.2;
}

.team .single-teacher .teacher-image {
    padding-left: 0px;
    padding-right: 0px;
}

/* C A M P U S   G A L L E R Y   C T A   V I D E O */
.campus-content .campus-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #07294D;
}

.campus-content h3{
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 35px;
}

.video-popup .overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.campus-visit-wrapper::before {
    background-color: #1A4B7E;
}

.campus-image .slick-arrow.next::before {
    content: '';
}

.campus-image .slick-arrow.next {
    left: 40px;
}

.campus-content .line {
    margin-top: 0px;
    margin-bottom: 30px;
}

.campus-content .play {
    font-size: 20px;
    margin-top: 0px;
}

.campus-image img {
    width: 100%;
    height: auto;
}

/* I C O N   W I T H   T E X T */

.single-features-item .item-icon{
    width: 70px;
    height: 70px;

}

.single-features-item .item-icon .f-icon{
    border: 2px solid #AAAAAA;
    padding: 9px 5px 7px 6px;
    border-radius: 50%;
    font-size: 18px;
    color: #AAAAAA;
    margin-right: 18px;
    text-align: center;
}

.single-features-item .item-content.media-body p {
    font-size: 15px;
}

/* B L O G   S T A R T S E I T E */

.single-blog .blog-content .blog-title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    min-height: 100px;
}

.blog-area-2 {
    padding-top: 50px;
}

.blog-area-2 .section-title-2 .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.blog-wrapper{
    padding-top: 0px;
}

.blog-area-2::before {
    height: 61%;
}

.blog-area-2 .container{
    padding: 0px;
}

.eventsaftercontent .blog-area-2 {
    padding-top: 0px;
}

.eventsaftercontent .blog-area-2::before {
    background: none;
}

.blog-area-2 ul {
    padding: 0px 0px 0px 0px;
}

.eventsaftercontent .blog-wrapper .more-post {
    right: 0px;
}

.single-blog .blog-image img {
    height: auto;
}

/* A B S T R A C T   /   A D D I T I O N A L   I N F O */

.eventsaftercontent > .container{
    padding: 0px;
}

.blog-area-3  {
    display: inline-block;
    margin-bottom: 10px;
}

.blog-area-3 .col-lg-4{
    float: left;
}

.blog-area-3 .abstract-inner{
    position: relative;
}

.blog-area-3 .abstract-inner a.abstractlink{
    position: absolute;
}

.blog-area-3 .abstractshort{
    min-height: 230px;
}

/* C E   U P L O A D S */

.ce-uploads img {
    padding-top: 8px;
}

/* S I M P L E   C T A */

.simplecta{
    text-align: center;
}

.simplecta .ctabg{
    padding: 75px;
    background-position: center;
    z-index: 5;
    position: relative;
}

.simplecta .ctabg::before {
    background-color: rgba(26,75,126,.95);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
}

.simplecta .ctatitle{
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    padding: 25px 25px 5px 25px;
}

.simplecta .ctasubtitle{
    color: #FFF;
    font-size: 20px;
    padding: 5px 25px 5px 25px;
}

.simplecta .ctalink a{
    color: #FFF;
    padding: 10px 25px 10px 25px;
    background-color: #2f7ad5;

    background: linear-gradient(0deg, rgba(201,164,29,1) 0%, rgba(255,200,0,1) 1%, rgba(201,164,29,1) 100%);

    border-radius: 2px;
    margin-top: 20px;
}

/* F I X E D   F O O T E R   R O W */

.stickyadddtocart {
    position: fixed !important;
    top: auto;
    bottom: 0;
    box-shadow: 3px 0 3px 0 rgba(27,31,35,.1);
    width: 100%;
    left: 0;
    z-index: 100;
    background: #F3F3F3 !important;
    padding: 5px 0px 5px 0px;
}

.stickyadddtocart .titlewrapper{
    float: left;
    padding-left: 10px;
}

.stickyadddtocart .title {
    font-size: 20px;
    line-height: 20px;
    margin-top: 9px;
}

.stickyadddtocart .subtitle {
    font-size: 16px;
}

.stickyadddtocart .col-md-4,
.stickyadddtocart .col-md-6,
.stickyadddtocart .col-md-8{
    padding: 0px;
}

.stickyadddtocart .col-md-4, .stickyadddtocart .col-md-4 .icon, .stickyadddtocart .col-md-4 .title,
.stickyadddtocart .col-md-6, .stickyadddtocart .col-md-6 .icon, .stickyadddtocart .col-md-6 .title,
.stickyadddtocart .col-md-8, .stickyadddtocart .col-md-8 .icon, .stickyadddtocart .col-md-8 .title{
    float:left;
}

.stickyadddtocart .col-md-4 .ctalink,
.stickyadddtocart .col-md-6 .ctalink{
    float:right;
}

.stickyadddtocart .col-md-4 .simplecta .ctalink a,
.stickyadddtocart .col-md-6 .simplecta .ctalink a{
    margin-top: 13px;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
}

.stickyadddtocart .col-md-4 .title,
.stickyadddtocart .col-md-6 .title{
    font-size: 18px;
    line-height: 65px;
    padding: 0px 10px 0px 10px;
}

/* R E A L   F A Q S */
.faq-wrapper-faq .accordion .card {
    position: relative;
    padding-left: 0px;
    border: 0;
    margin-top: 35px;
}

.faq-wrapper-faq .accordion .card .question {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #07294d;
    position: absolute;
    top: 5px;
    left: 5px;
}

.faq-wrapper-faq .accordion .card .card-header {
    padding: 5px 0;
    border-bottom: 0;
    margin-bottom: 0;
    background: 0 0;
}

.faq-wrapper-faq .accordion .card .card-header a {
    font-weight: 600;
    font-size: 20px;
    color: #0c8b51;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}



.faq-wrapper-faq .accordion .card .card-header a::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    float: left;
    position: relative;
    margin-left: 5px;
    color: #0c8b51;
    height: 26px;
    top: -2px;
}

.faq-wrapper-faq .accordion .card .card-header a.collapsed::before {
    content: "\f105";
    color: #07294D;
}

.faq-wrapper-faq .accordion .card .card-header a.collapsed h4{
    color: #07294D;
}

.faq-wrapper-faq .accordion .card .card-header a h4{
    color: #0c8b51;
    padding-left: 30px;
}

.faq-wrapper-faq .accordion .card .card-body {
    padding: 0;
    padding-left: 0px;
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
}

.faq-wrapper-faq .accordion .card .card-body .answer {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #07294d;
    position: absolute;
    top: 0;
    left: 0;
}

/* L O G O S   B E F O R E   F O O T E R */

.logos .logosinner {
    padding: 40px 0px 20px 0px;
}

.logos .logosinner .ce-row{
    width: 100%;
    display: inline-flex;
}

.logos .logosinner .ce-column {
    margin-right: 10px;
    display: flex;
    width: 100%;
}

.logos .logosinner .ce-image ,
.logos .logosinner .ce-gallery{
    width: 100% !important;
}

.logos .logosinner .ce-gallery figure {
    margin: auto !important;
}


/* F O O T E R */

.back-to-top{
    border-radius: 0%;
}

.footer-widget {
    padding-top: 50px;
    padding-bottom: 75px;
}

.footer-copyright p{
    margin-bottom: 0px;
}

.footer-link{
    color: #FFFFFF;
}

.footer-link .link-list {
    display: inline-block;
}

.footer-link .link-list li {
    margin-top: 20px;
    width: 100%;
}

.footer-link .link-list li a {
    font-size: 15px;
}

.footer-link .link-list li a:hover{
    color: #02ab97;
}

.footerwraperlocation{
    padding: 0px 15px 0px 15px !important;
}

.footerwraperlocation li{
    float: left;
    width: 23%;
}

.footerwraperlocation li.footerkontakt{
    float: left;
    width: 31%;
}

li.footerkontakt .footer-link .link-list li {
    line-height: 30px;
    text-align: right;
}

li.footerkontakt .footer-title {
    float: right;
}

/* P O W E R M A I L */

.tx-powermail, .powermail_fieldset{
    width: 100%;
}

.powermail_fieldwrap.layout2{
    width: 50%;
    float: left;
    padding-right: 10px;
}

.powermail_fieldwrap.layout3 {
    width: 50%;
    float: left;
    padding-right: 0px;
}

.powermail_fieldwrap{
    margin-bottom: 20px;
}

.powermail_input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.powermail_textarea{
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.styledSelect::after {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.select{
    border-bottom: 1px solid #ccc;
}

.checkbox input[type="checkbox"] {
    display: inline-block;
}

.powermail_fieldwrap_type_submit .powermail_submit{
    padding: 2px 25px 2px 25px;
}

.powermail_create{
    padding: 0px 15px 0px 15px;
}

/* F O O T E R */

.footer-widget .footer-title {
    font-size: 22px;
}

/* G L O S S A R */

.glossarforwardlinks{
    width: 100%;
    padding: 15px 0px 15px 0px;
    display: inline-block;
}

.glossarforwardlinks .backlink{
    float: left;
}

.glossarforwardlinks .glossarlistlink{
    float: right;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: inherit;
}

a.dpnglossary.link{
    color: #151515;
    border-bottom: 1px dotted #02779e;
}

.single-courses a.dpnglossary.link{
    color: #FFFFFF !important;
}

/* D E F A U L T   I M A G E   G A L L E R I E */

.ce-gallery .image-caption{
    font-size: 15px;
}


/* B R E A K P O I N T S **********************************************************************************************/



/* M E D I U M   D E S K T O P */
@media (min-width: 992px) and (max-width: 1199px) {

    h4 {
        font-size: 20px;
    }

    .news .about-content .about-title {
        font-size: 26px;
        width: 50%;
    }

    .about-content .about-title {
        font-size: 26px;
    }

    .about-content .about-title span {
        font-size: 21px;
    }

    .navigation .nav-menus-wrapper .nav-menu li a {
        font-size: 14px;
    }

    #batch {
        left: 22px;
    }

    .imageoverlaywrapper-inner {
        padding-right: 25px;
    }

    .event-title-tab-menu .event-title .title {
        font-size: 20px;
        padding-right: 50px;
    }

    .event-title-tab-menu li {
        width: 30.3%;
    }

    .event-tab-menu .nav li a {
        font-size: 15px;
    }

    .single-courses .duration-fee p {
        font-size: 14px !important;
    }

    .single-courses .courses-link .more {
        font-size: 12px;
    }

    .single-courses .courses-title a {
        font-size: 14px;
    }

    .footer-widget {
        padding-top: 0px;
    }

    .footer-widget .footer-title {
        font-size: 18px;
    }

    .footer-link .link-list li a {
        font-size: 12px;
        line-height: 21px;
    }

    .footer-link .link-list li {
        margin-top: 10px;
    }

    .teachers-row .teachers-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .single-teacher {
        padding-left: 30px;
    }

    .team .single-teacher::before {
        max-height: 293px;
        width: 85%;
        left: 20px;
        top: 10px;
    }

    .video-popup .overlay {
        background-position: center;
        z-index: 100;
    }

    .single-campus{
        position: relative;
        height: 100%;
    }

    .campus-content .campus-title {
        font-size: 25px;
        line-height: 30px;
    }

    .campus-content h3 {
        font-size: 22px;
    }

    .campus-image .slick-list,
    .campus-image .slick-list .slick-track{
        height: 100%;
    }

    .campus-image img {
        width: unset;
        max-width: unset;
    }

    .news-list-view .list-teilnehmer .teaser-text {
        text-align: left;
        font-size: 15px;
        line-height: 25px;
    }

    .news-list-view .list-teilnehmer .description {
        height: 150px;
    }

    .news .list-teilnehmer .studiengang {
        height: 50px;
    }

    .single-teacher .teacher-image img {
        height: auto;
    }

    .single-teacher.mt-80{
        margin-top: 40px;
    }

    .team .single-teacher h4 span {
        font-size: 13px;
    }

    .team .single-teacher .teacher-content p{
        font-size: 14px;
    }

    .single-blog .blog-content .blog-title a {
        font-size: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .about-content .about-title span {
        font-size: 22px;
    }

    .about-content .about-title,
    .news .about-content .about-title {
        font-size: 28px;
        line-height: 35px;
    }

    .navigation {
        padding: 30px 0px 10px 0px;
    }

    .navigation .nav-toggle {
        display: block;
    }

    #batch {
        bottom: -30px;
        left: 48px;
        font-size: 12px;
        line-height: 24px;
    }

    .overlayimageone, .overlayimagetwo, #fernstudiumcheck {
        width: 148px;
        display: inline-block;
    }

    ul.nav-menu {
        float: none;
    }

    .navigation .nav-menus-wrapper .submenu-indicator {
        margin-top: 5px;
    }

    .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
        line-height: 1.5em;
        padding: 7px 35px;
    }

    .navigation .nav-menus-wrapper-close-button {
        width: 21px;
        font-size: 18px;
    }

    .imageoverlaywrapper-inner {
        padding-right: 25px;
    }

    .single-courses {
        padding: 15px 15px;
    }

    .single-courses .duration-fee p {
        color: #FFFFFF;
        font-size: 13px !important;
    }

    .event-title-tab-menu .event-title .title {
        font-size: 18px;
        line-height: 23px;
    }

    .event-tab-menu .nav li a {
        font-size: 13px;
        padding: 0 3px;
        height: 40px;
        line-height: 38px;
    }

    .event-tab-menu .nav li + li {
        margin-left: 17px;
    }

    .event-tab-menu {
        margin-bottom: 20px;
    }

    .event-title-tab-menu .event-title .title {
        padding-right: 20px;
    }

    .event-title .title {
        font-size: 18px;
        line-height: 21px;
    }

    .single-blog.eventlist{
        margin-bottom: 25px;
    }

    .teachers-row .teachers-col {
        padding-left: 150px;
        padding-right: 150px;
        margin-bottom: 40px;
    }

    .single-teacher .teacher-content .subtitle{
        font-size: 15px;
    }

    .news-list-view .list-teilnehmer .teaser-text {
        min-height: 0px;
    }

    .news-list-view .list-teilnehmer .description {
        margin: 15px 0px 40px 0px;
    }

    .campus-content .line {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .campus-content .campus-title {
        font-size: 24px;
        line-height: 28px;
    }

    .campus-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .campus-content p {
        font-size: 16px;
    }

    .footer-widget .footer-title {
        font-size: 16px;
    }

    .single-teacher {
        padding-left: 40px;
        padding-right: 40px;
    }

    .team .single-teacher h4 span {
        font-size: 13px;
    }

    .team .single-teacher .teacher-content p{
        font-size: 14px;
    }

    .single-teacher .teacher-content .subtitle {
        font-size: 13px;
    }

    .team .single-teacher .designation {
        font-size: 13px;
        line-height: 26px;
        min-height: 49px;
    }

    .single-teacher .teacher-image img {
        /*max-height: 299px;*/
    }

    .single-teacher .teacher-image {
        padding-left: 0px;
        padding-right: 0px;
    }

    .team .single-teacher::before {
        max-height: 300px;
        width: 77%;
        left: 27px;
        top: 10px;
    }

    .simplecta .ctatitle {
        font-size: 27px;
    }

    .overlayimageone, .overlayimagetwo {
        width: 150px;
    }

    .overlayimageone img, .overlayimagetwo img {
        height: auto;
    }

    .imageoverlaywrapper {
        bottom: -36px;
    }

    /* F O O T E R */

    .footerwraperlocation li {
        width: 32%;
    }

    .footerwraperlocation li.footerkontakt {
        width: 60%;
    }

    li.footerkontakt .footer-link .link-list li {
        text-align: left;
    }

    li.footerkontakt .footer-title {
        float: left;
    }

    /* E V E N T   L I S T */

    .single-blog .blog-content .blog-title a {
        font-size: 16px;
    }

    /* N E W S */

    .news-list-view .teaser-text h3 {
        font-size: 20px;
    }

    /* S T I C K Y */

    .stickyadddtocart .title {
        font-size: 18px;
        line-height: 18px;
    }

    .campus-image img {
        height: auto;
    }

}


@media (min-width: 576px) and (max-width: 767px) {

    /* H E A D E R */

    .header-top-wrapper .header-top-left {
        text-align: center;
        width: 100%;
    }

    .header-top-wrapper .header-top-right {
        width: 100%;
    }

    .about-content .about-title,
    .news .about-content .about-title {
        font-size: 24px;
        line-height: 35px;
    }

    .about-content .about-title span {
        font-size: 18px;
    }

    .slider-content .slider-btn {
        padding: 40px 0px 0px 30px;
    }

    .slider-area {
        padding-top: 135px;
    }

    .navigation {
        padding: 19px 0px 10px 0px;
    }

    #batch {
        bottom: -30px;
        left: 33px;
        font-size: 12px;
        line-height: 24px;
    }

    /* F E R N S T U D I U M   C H E C K */

    .overlayimageone, .overlayimagetwo, #fernstudiumcheck {
        width: 145px;
    }

    .imageoverlaywrapper {
        bottom: -40px;
    }


    .navigation .nav-toggle {
        display: block;
    }

    .single-specialty .specialty-box .box-icon img {
        width: 70px;
    }

    .event-title-tab-menu {
        display: inline-block;
    }

    .event-title-tab-menu .event-title {
        display: block;
        width: 100%;
        float: left;
    }

    .event-tab-menu {
        margin-bottom: 0px;
        width: 100%;
        float: left;
        clear: both;
    }

    .event-tab-menu .nav {
        padding-left: 0px;
    }

    .event-tab-menu .nav li:first-child{
        margin-left: 0px;
    }

    .event-tab-menu .nav li,
    .event-tab-menu .nav li + li,
    .event-tab-menu .nav li + li + li {
        margin-left: 11px;
    }

    .event-title-tab-menu .event-title{
        max-width: unset;
    }

    .event-title-tab-menu .event-title .title {
        font-size: 21px;
        line-height: 22px;
        position: relative;
        padding-right: 93px;
    }

    .event-tab-menu .nav {
        display: block;
        width: 100%;
    }

    .event-title-tab-menu li {
        width: auto;
        display: inline-block;
    }

    .single-blog .blog-content .blog-title a {
        font-size: 16px;
        line-height: 25px;
    }

    .news .single-blog .blog-image img[style] {
        height: 165px !important;
    }

    .eventsinfooter .news .blog-wrapper .more-post {
        top: 0px;
    }

    .navigation ul.nav-menu {
        float: inherit;
    }

    .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
        padding: 7px 25px 7px 25px;
    }

    .navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
        width: 100%;
    }

    .navigation .nav-menus-wrapper .submenu-indicator {
        margin-top: 4px;
    }

    .team .single-teacher::before {
        display: none;
    }

    .single-teacher {
        padding-left: 0px;
        padding-right: 0px;
    }

    .single-teacher .teacher-image {
        padding-left: 0px;
        padding-right: 0px;
    }

    .single-teacher .teacher-image img {
        height: auto;
    }

    .single-teacher .teacher-content p {
        margin-bottom: 0px;
        line-height: 25px;
        font-size: 14px;
    }

    /* E V E N T S */

    .single-blog.eventlist {
        margin-bottom: 25px;
    }

    /* N E W S   L I S T */

    .news-list-view .list-teilnehmer .teaser-text {
        min-height: 0px;
    }

    .news-list-view .list-teilnehmer .teaser-text a.more {
        position: relative;
        margin-top: 10px;
    }

    /* F O O T E R */

    .footerwraperlocation li {
        width: 50%;
    }

    .footerwraperlocation li.footerkontakt {
        width: 50%;
    }

    li.footerkontakt .footer-link .link-list li {
        text-align: left;
    }

    li.footerkontakt .footer-title {
        float: left;
    }

    .footer-widget-wrapper .footer-social li {
        float: left;
    }

    .footer-widget .footer-title {
        font-size: 16px;
    }

    .footer-link .link-list li a {
        font-size: 12px;
    }

    /* C O N T A C T   A R E A */

    .single-features-item.align-items-center {
        text-align: center;
    }

    /* T E A C H E R */
    .teachers-row .teachers-col {
        padding-left: 115px;
        padding-right: 100px;
    }

    .single-teacher::before {
        background-color: #FFFFFF;
    }

    /* S T I C K Y */

    .stickyadddtocart .col-md-8 .icon{
        width: 55px;
    }

    .stickyadddtocart .title {
        font-size: 16px;
        line-height: 18px;
    }

    .stickyadddtocart .subtitle {
        font-size: 12px;
    }

    .stickyadddtocart .col-md-8{
        max-width: 66.666667%;
    }

    .stickyadddtocart .col-md-4{
        max-width: 33.333333%;
    }

    .campus-image img {
        height: auto;
    }

    /* B L O G   A R E A */
    .blog-area-3 .abstract-inner a.abstractlink {
        position: relative;
        margin-bottom: 20px;
    }

    .blog-area-3 .abstractshort {
        min-height: 300px;
    }

}

@media (max-width: 575px) {

    body{
        font-size: 14px;
    }

    .frame {
        width: 100%;
    }

    .navigation {
        padding: 15px 0px 0px 0px;
    }

    #navigation .col-xs-6{
        width: 70%;
    }

    .navigation .nav-toggle {
        display: block;
    }

    #batch {
        bottom: -25px;
        left: calc(50% - 102px);
    }

    .header-logo{
        padding-bottom: 4px;
    }

    .slider-area {
        padding-top: 175px;
    }

    .navigation ul.nav-menu {
        float: inherit;
    }

    .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
        padding: 7px 25px 7px 25px;
    }

    .navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
        width: 100%;
    }

    .navigation .nav-menus-wrapper .submenu-indicator {
        margin-top: 4px;
    }

    .slider-content .slider-btn {
        padding-top: 40px;
        padding-left: 0px;
        position: relative;
    }

    .slider-content .slider-btn li {
        margin-right: 5px;
        margin-left: 5px;
        width: 80%;
    }

    .slider-content .slider-btn li .main-btn {
        width: 100%;
    }


    .about-content .about-title,
    .news .about-content .about-title {
        font-size: 22px;
        line-height: 30px;
    }

    .about-content .about-title span {
        color: #02779e;
        font-size: 17px;
        line-height: 25px;
        margin-top: 10px;
    }

    .about-content h3.about-title {
        font-size: 22px;
    }

    .single-specialty .specialty-box .box-icon img {
        width: 70px;
    }

    .single-specialty.mt-30 {
        margin-top: 10px;
    }

    .event-title-tab-menu .event-title .title::before{
        display: none;
    }

    .event-tab-menu .nav {
        padding-left: 0px;
    }

    .event-title-tab-menu ul.nav{
        display: block;
    }

    .event-title-tab-menu li {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .event-tab-menu .nav li a {
        padding: 10px 10px 10px 10px;
        line-height: 20px;
    }

    .event-tab-menu .nav li + li {
        margin-left: 0px;
    }

    .event-tab-menu .nav li a {
        width: 100%;
    }

    .single-courses .courses-title {
        min-height: 50px;
    }

    .single-courses .duration-fee {
        min-height: 90px;
    }

    .campus-content .campus-title {
        font-size: 25px;
        line-height: 30px;
    }

    .campus-content .line {
        margin-bottom: 10px;
    }

    .campus-content h3 {
        font-size: 20px;
    }

    .single-blog {
        margin-bottom: 15px;
    }

    .single-blog .blog-image img {
        height: 100%;
    }

    .news .blog-wrapper .more-post {
        top: 0px;
        margin-top: 15px;
    }

    .overlayimageone, .overlayimagetwo, #fernstudiumcheck {
        width: 110px;

    }

    .overlayimageone img, .overlayimagetwo img{
        height: auto;
    }

    .imageoverlaywrapper {
        bottom: -30px;
    }

    .imageoverlaywrapper-inner {
        padding-right: 15px;
    }

    .stickyadddtocart .col-md-4 .simplecta .ctalink a,
    .stickyadddtocart .col-md-6 .simplecta .ctalink a {
        font-size: 14px;
        padding: 3px 15px 3px 15px;
    }

    .stickyadddtocart .subtitle,
    .stickyadddtocart .col-md-8 .icon{
        display: none;
    }

    .stickyadddtocart .titlewrapper {
        padding-left: 0px;
        width: 100%;
    }

    .stickyadddtocart .col-md-4,
    .stickyadddtocart .col-md-8{
        width: 50%;
    }

    .stickyadddtocart .title {
        font-size: 16px;
        line-height: 16px;
        margin-top: 9px;
    }

    .stickyadddtocart .col-md-4 .simplecta .ctalink a{
        margin-top: 7px;
    }

    .stickyadddtocart {
        padding: 5px 0px 15px 0px;
    }

    .teachers-row .teachers-col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-teacher {
        padding-left: 0px;
    }

    .single-teacher::before {
        display: none;
    }

    .single-teacher .teacher-content {
        padding: 20px 0px;
    }

    .team .single-teacher .teacher-content,
    .team .single-teacher h4,
    .team .single-teacher .designation{
        text-align: center;
    }

    .team .single-teacher .mt-80 {
        margin-top: 40px;
    }

    .single-teacher .teacher-image img {
        width: 245px;
        height: auto;
    }

    .simplecta .ctabg {
        padding: 25px;
    }

    .simplecta .ctatitle {
        font-size: 22px;
        padding: 0px 5px 5px 5px;
    }

    .simplecta .ctasubtitle {
        font-size: 16px;
    }

    .news .article .news-img-wrap {
        display: none;
    }

    .news-list-view .teaser-text {
        float: left;
        width: 100%;
    }

    .campus-image img {
        width: unset;
        max-width: unset;
    }

    .video-popup .overlay {
        background-position: center;
    }

    .campus-image .single-campus img {
        width: 100%;
        height: auto;
    }

    .campus-image {
        padding-bottom: 0px;
    }

    /* F O O T E R */

    .footerwraperlocation li {
        width: 50%;
    }

    .footerwraperlocation li.footerkontakt {
        width: 50%;
    }

    li.footerkontakt .footer-link .link-list li {
        text-align: left;
    }

    li.footerkontakt .footer-title {
        float: left;
    }

    .footer-copyright .copyright p {
        text-align: center;
    }

    .footer-widget {
        padding-bottom: 15px;
    }

    .footer-widget .footer-title {
        font-size: 16px;
    }

    .footer-link .link-list li a {
        font-size: 12px;
    }

    .single-features-item .item-icon {
        display: none;
    }

    /* C O N T A C T   A R E A */
    .single-features-item.align-items-center {
        text-align: center;
    }

    .campus-image img {
        height: auto;
    }

    /* B L O G   A R E A */
    .blog-area-3 .abstract-inner a.abstractlink {
        position: relative;
        margin-bottom: 20px;
    }

    .blog-area-3 .abstractshort {
        min-height: auto !important;
    }

}

















