@charset "UTF-8";
.flatpickr-calendar{
    background:0 0;
    opacity:0;
    display:none;
    text-align:center;
    visibility:hidden;
    padding:0;
    -webkit-animation:none;
    animation:none;
    direction:ltr;
    border:0;
    font-size:14px;
    line-height:24px;
    border-radius:5px;
    position:absolute;
    width:307.875px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    background:#fff;
    -webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
    box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)
}
.flatpickr-calendar.inline,.flatpickr-calendar.open{
    opacity:1;
    max-height:640px;
    visibility:visible
}
.flatpickr-calendar.open{
    display:inline-block;
    z-index:99999
}
.flatpickr-calendar.animate.open{
    -webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
    animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)
}
.flatpickr-calendar.inline{
    display:block;
    position:relative;
    top:2px
}
.flatpickr-calendar.static{
    position:absolute;
    top:calc(100% + 2px)
}
.flatpickr-calendar.static.open{
    z-index:999;
    display:block
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){
    -webkit-box-shadow:none!important;
    box-shadow:none!important
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){
    -webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}
.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{
    border-bottom:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.flatpickr-calendar .hasWeeks .dayContainer{
    border-left:0
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{
    height:40px;
    border-top:1px solid #e6e6e6
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{
    height:auto
}
.flatpickr-calendar:after,.flatpickr-calendar:before{
    position:absolute;
    display:block;
    pointer-events:none;
    border:solid transparent;
    content:'';
    height:0;
    width:0;
    left:22px
}
.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{
    left:auto;
    right:22px
}
.flatpickr-calendar:before{
    border-width:5px;
    margin:0 -5px
}
.flatpickr-calendar:after{
    border-width:4px;
    margin:0 -4px
}
.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{
    bottom:100%
}
.flatpickr-calendar.arrowTop:before{
    border-bottom-color:#e6e6e6
}
.flatpickr-calendar.arrowTop:after{
    border-bottom-color:#fff
}
.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{
    top:100%
}
.flatpickr-calendar.arrowBottom:before{
    border-top-color:#e6e6e6
}
.flatpickr-calendar.arrowBottom:after{
    border-top-color:#fff
}
.flatpickr-calendar:focus{
    outline:0
}
.flatpickr-wrapper{
    position:relative;
    display:inline-block
}
.flatpickr-months{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.flatpickr-months .flatpickr-month{
    background:0 0;
    color:rgba(0,0,0,.9);
    fill:rgba(0,0,0,.9);
    height:28px;
    line-height:1;
    text-align:center;
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    overflow:hidden;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{
    text-decoration:none;
    cursor:pointer;
    position:absolute;
    top:0;
    line-height:16px;
    height:28px;
    padding:10px;
    z-index:3;
    color:rgba(0,0,0,.9);
    fill:rgba(0,0,0,.9)
}
.flatpickr-months .flatpickr-next-month.disabled,.flatpickr-months .flatpickr-prev-month.disabled{
    display:none
}
.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{
    position:relative
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{
    left:0
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{
    right:0
}
.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{
    color:#959ea9
}
.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{
    fill:#f64747
}
.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{
    width:14px;
    height:14px
}
.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{
    -webkit-transition:fill .1s;
    transition:fill .1s;
    fill:inherit
}
.numInputWrapper{
    position:relative;
    height:auto
}
.numInputWrapper input,.numInputWrapper span{
    display:inline-block
}
.numInputWrapper input{
    width:100%
}
.numInputWrapper input::-ms-clear{
    display:none
}
.numInputWrapper span{
    position:absolute;
    right:0;
    width:14px;
    padding:0 4px 0 2px;
    height:50%;
    line-height:50%;
    opacity:0;
    cursor:pointer;
    border:1px solid rgba(57,57,57,.15);
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.numInputWrapper span:hover{
    background:rgba(0,0,0,.1)
}
.numInputWrapper span:active{
    background:rgba(0,0,0,.2)
}
.numInputWrapper span:after{
    display:block;
    content:"";
    position:absolute
}
.numInputWrapper span.arrowUp{
    top:0;
    border-bottom:0
}
.numInputWrapper span.arrowUp:after{
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-bottom:4px solid rgba(57,57,57,.6);
    top:26%
}
.numInputWrapper span.arrowDown{
    top:50%
}
.numInputWrapper span.arrowDown:after{
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:4px solid rgba(57,57,57,.6);
    top:40%
}
.numInputWrapper span svg{
    width:inherit;
    height:auto
}
.numInputWrapper span svg path{
    fill:rgba(0,0,0,.5)
}
.numInputWrapper:hover{
    background:rgba(0,0,0,.05)
}
.numInputWrapper:hover span{
    opacity:1
}
.flatpickr-current-month{
    font-size:135%;
    line-height:inherit;
    font-weight:300;
    color:inherit;
    position:absolute;
    width:75%;
    left:12.5%;
    padding:6.16px 0 0 0;
    line-height:1;
    height:28px;
    display:inline-block;
    text-align:center;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.flatpickr-current-month span.cur-month{
    font-family:inherit;
    font-weight:700;
    color:inherit;
    display:inline-block;
    margin-left:.5ch;
    padding:0
}
.flatpickr-current-month span.cur-month:hover{
    background:rgba(0,0,0,.05)
}
.flatpickr-current-month .numInputWrapper{
    width:6ch;
    display:inline-block
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after{
    border-bottom-color:rgba(0,0,0,.9)
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after{
    border-top-color:rgba(0,0,0,.9)
}
.flatpickr-current-month input.cur-year{
    background:0 0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:inherit;
    cursor:text;
    padding:0 0 0 .5ch;
    margin:0;
    display:inline-block;
    font-size:inherit;
    font-family:inherit;
    font-weight:300;
    line-height:inherit;
    height:auto;
    border:0;
    border-radius:0;
    vertical-align:initial
}
.flatpickr-current-month input.cur-year:focus{
    outline:0
}
.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{
    font-size:100%;
    color:rgba(0,0,0,.5);
    background:0 0;
    pointer-events:none
}
.flatpickr-weekdays{
    background:0 0;
    text-align:center;
    overflow:hidden;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:28px
}
.flatpickr-weekdays .flatpickr-weekdaycontainer{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
span.flatpickr-weekday{
    cursor:default;
    font-size:90%;
    background:0 0;
    color:rgba(0,0,0,.54);
    line-height:1;
    margin:0;
    text-align:center;
    display:block;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    font-weight:bolder
}
.flatpickr-weeks{
    padding:1px 0 0 0
}
.flatpickr-days{
    position:relative;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    width:307.875px
}
.flatpickr-days:focus{
    outline:0
}
.flatpickr-day{
    background:0 0;
    border:1px solid transparent;
    border-radius:150px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#393939;
    cursor:pointer;
    font-weight:400;
    width:14.2857143%;
    -ms-flex-preferred-size:14.2857143%;
    flex-basis:14.2857143%;
    max-width:39px;
    height:39px;
    line-height:39px;
    margin:0;
    display:inline-block;
    position:relative;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center
}
.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{
    cursor:pointer;
    outline:0;
    background:#e6e6e6;
    border-color:#e6e6e6
}
.flatpickr-day.today{
    border-color:#959ea9
}
.flatpickr-day.today:focus,.flatpickr-day.today:hover{
    border-color:#959ea9;
    background:#959ea9;
    color:#fff
}
.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{
    background:#569ff7;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff;
    border-color:#569ff7
}
.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{
    border-radius:50px 0 0 50px
}
.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{
    border-radius:0 50px 50px 0
}
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){
    -webkit-box-shadow:-10px 0 0 #569ff7;
    box-shadow:-10px 0 0 #569ff7
}
.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{
    border-radius:50px
}
.flatpickr-day.inRange{
    border-radius:0;
    -webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}
.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{
    color:rgba(57,57,57,.3);
    background:0 0;
    border-color:transparent;
    cursor:default
}
.flatpickr-day.disabled,.flatpickr-day.disabled:hover{
    cursor:not-allowed;
    color:rgba(57,57,57,.1)
}
.flatpickr-day.week.selected{
    border-radius:0;
    -webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;
    box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7
}
.flatpickr-day.hidden{
    visibility:hidden
}
.flatpickr-weekwrapper{
    display:inline-block;
    float:left
}
.flatpickr-weekwrapper .flatpickr-weeks{
    padding:0 12px;
    -webkit-box-shadow:1px 0 0 #e6e6e6;
    box-shadow:1px 0 0 #e6e6e6
}
.flatpickr-weekwrapper .flatpickr-weekday{
    float:none;
    width:100%;
    line-height:28px
}
.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{
    display:block;
    width:100%;
    max-width:none;
    color:rgba(57,57,57,.3);
    background:0 0;
    cursor:default;
    border:none
}
.flatpickr-innerContainer{
    display:block;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden
}
.flatpickr-rContainer{
    display:inline-block;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.flatpickr-time{
    text-align:center;
    outline:0;
    display:block;
    height:0;
    line-height:40px;
    max-height:40px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.flatpickr-time:after{
    content:"";
    display:table;
    clear:both
}
.flatpickr-time .numInputWrapper{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    width:40%;
    height:40px;
    float:left
}
.flatpickr-time .numInputWrapper span.arrowUp:after{
    border-bottom-color:#393939
}
.flatpickr-time .numInputWrapper span.arrowDown:after{
    border-top-color:#393939
}
.flatpickr-time.hasSeconds .numInputWrapper{
    width:26%
}
.flatpickr-time.time24hr .numInputWrapper{
    width:49%
}
.flatpickr-time input{
    background:0 0;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:0;
    border-radius:0;
    text-align:center;
    margin:0;
    padding:0;
    height:inherit;
    line-height:inherit;
    color:#393939;
    font-size:14px;
    position:relative;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.flatpickr-time input.flatpickr-hour{
    font-weight:700
}
.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{
    font-weight:400
}
.flatpickr-time input:focus{
    outline:0;
    border:0
}
.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{
    height:inherit;
    display:inline-block;
    float:left;
    line-height:inherit;
    color:#393939;
    font-weight:700;
    width:2%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-align-self:center;
    -ms-flex-item-align:center;
    align-self:center
}
.flatpickr-time .flatpickr-am-pm{
    outline:0;
    width:18%;
    cursor:pointer;
    text-align:center;
    font-weight:400
}
.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{
    background:#f3f3f3
}
.flatpickr-input[readonly]{
    cursor:pointer
}
@-webkit-keyframes fpFadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-20px,0);
        transform:translate3d(0,-20px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fpFadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-20px,0);
        transform:translate3d(0,-20px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.iubh-icon.fa-whatsapp{
    font-family:'Font Awesome 5 Brands'!important
}
.fa,.fab,.fal,.far,.fas,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-select~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon,.g-iubh-modal-close,.g-iubh-modal-icon,.g-iubh-popover-icon,.iubh-icon,.iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-icon,.iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-icon,.wizard-icon::before{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
}
.fa-lg{
    font-size:1.33333em;
    line-height:.75em;
    vertical-align:-.0667em
}
.fa-xs{
    font-size:.75em
}
.fa-sm{
    font-size:.875em
}
.fa-1x{
    font-size:1em
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-6x{
    font-size:6em
}
.fa-7x{
    font-size:7em
}
.fa-8x{
    font-size:8em
}
.fa-9x{
    font-size:9em
}
.fa-10x{
    font-size:10em
}
.fa-fw{
    text-align:center;
    width:1.25em
}
.fa-ul{
    list-style-type:none;
    margin-left:2.5em;
    padding-left:0
}
.fa-ul>li{
    position:relative
}
.fa-li{
    left:-2em;
    position:absolute;
    text-align:center;
    width:2em;
    line-height:inherit
}
.fa-border{
    border:solid .08em #eee;
    border-radius:.1em;
    padding:.2em .25em .15em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa-pull-left.g-iubh-modal-close,.fa-pull-left.g-iubh-modal-icon,.fa-pull-left.g-iubh-popover-icon,.fa-pull-left.iubh-icon,.fa-pull-left.wizard-icon::before,.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-pull-left.iubh-icon,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.fa-pull-left.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.fa-pull-left.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.fa-pull-left.iubh-icon,.g-iubh-input-wrapper .iubh-select~.fa-pull-left.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.fa-pull-left.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.fa-pull-left.iubh-icon,.iubh-info-material-wrapper .iubh-select.studiengang:valid~.fa-pull-left.iubh-icon,.iubh-info-material-wrapper .iubh-select.studienort:valid~.fa-pull-left.iubh-icon{
    margin-right:.3em
}
.fa-pull-right.g-iubh-modal-close,.fa-pull-right.g-iubh-modal-icon,.fa-pull-right.g-iubh-popover-icon,.fa-pull-right.iubh-icon,.fa-pull-right.wizard-icon::before,.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-pull-right.iubh-icon,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.fa-pull-right.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.fa-pull-right.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.fa-pull-right.iubh-icon,.g-iubh-input-wrapper .iubh-select~.fa-pull-right.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.fa-pull-right.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.fa-pull-right.iubh-icon,.iubh-info-material-wrapper .iubh-select.studiengang:valid~.fa-pull-right.iubh-icon,.iubh-info-material-wrapper .iubh-select.studienort:valid~.fa-pull-right.iubh-icon{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.fa-rotate-90{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -webkit-transform:scale(-1,1);
    transform:scale(-1,1)
}
.fa-flip-vertical{
    -webkit-transform:scale(1,-1);
    transform:scale(1,-1)
}
.fa-flip-horizontal.fa-flip-vertical{
    -webkit-transform:scale(-1,-1);
    transform:scale(-1,-1)
}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{
    -webkit-filter:none;
    filter:none
}
.fa-stack{
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2em
}
.fa-stack-1x,.fa-stack-2x{
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-500px:before{
    content:"\f26e"
}
.fa-accessible-icon:before{
    content:"\f368"
}
.fa-accusoft:before{
    content:"\f369"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-card:before{
    content:"\f2bb"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-adn:before{
    content:"\f170"
}
.fa-adversal:before{
    content:"\f36a"
}
.fa-affiliatetheme:before{
    content:"\f36b"
}
.fa-air-freshener:before{
    content:"\f5d0"
}
.fa-algolia:before{
    content:"\f36c"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-allergies:before{
    content:"\f461"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-amazon-pay:before{
    content:"\f42c"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-amilia:before{
    content:"\f36d"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-android:before{
    content:"\f17b"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angry:before{
    content:"\f556"
}
.fa-angrycreative:before{
    content:"\f36e"
}
.fa-angular:before{
    content:"\f420"
}
.fa-app-store:before{
    content:"\f36f"
}
.fa-app-store-ios:before{
    content:"\f370"
}
.fa-apper:before{
    content:"\f371"
}
.fa-apple:before{
    content:"\f179"
}
.fa-apple-alt:before{
    content:"\f5d1"
}
.fa-apple-pay:before{
    content:"\f415"
}
.fa-archive:before{
    content:"\f187"
}
.fa-archway:before{
    content:"\f557"
}
.fa-arrow-alt-circle-down:before{
    content:"\f358"
}
.fa-arrow-alt-circle-left:before{
    content:"\f359"
}
.fa-arrow-alt-circle-right:before{
    content:"\f35a"
}
.fa-arrow-alt-circle-up:before{
    content:"\f35b"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-arrows-alt-h:before{
    content:"\f337"
}
.fa-arrows-alt-v:before{
    content:"\f338"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-asymmetrik:before{
    content:"\f372"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-atlas:before{
    content:"\f558"
}
.fa-atom:before{
    content:"\f5d2"
}
.fa-audible:before{
    content:"\f373"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-autoprefixer:before{
    content:"\f41c"
}
.fa-avianex:before{
    content:"\f374"
}
.fa-aviato:before{
    content:"\f421"
}
.fa-award:before{
    content:"\f559"
}
.fa-aws:before{
    content:"\f375"
}
.fa-backspace:before{
    content:"\f55a"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-band-aid:before{
    content:"\f462"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-bars:before{
    content:"\f0c9"
}
.fa-baseball-ball:before{
    content:"\f433"
}
.fa-basketball-ball:before{
    content:"\f434"
}
.fa-bath:before{
    content:"\f2cd"
}
.fa-battery-empty:before{
    content:"\f244"
}
.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-bed:before{
    content:"\f236"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bezier-curve:before{
    content:"\f55b"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bimobject:before{
    content:"\f378"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitcoin:before{
    content:"\f379"
}
.fa-bity:before{
    content:"\f37a"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-blackberry:before{
    content:"\f37b"
}
.fa-blender:before{
    content:"\f517"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-blogger:before{
    content:"\f37c"
}
.fa-blogger-b:before{
    content:"\f37d"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-bold:before{
    content:"\f032"
}
.fa-bolt:before{
    content:"\f0e7"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-bone:before{
    content:"\f5d7"
}
.fa-bong:before{
    content:"\f55c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-book-open:before{
    content:"\f518"
}
.fa-book-reader:before{
    content:"\f5da"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-bowling-ball:before{
    content:"\f436"
}
.fa-box:before{
    content:"\f466"
}
.fa-box-open:before{
    content:"\f49e"
}
.fa-boxes:before{
    content:"\f468"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-brain:before{
    content:"\f5dc"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-briefcase-medical:before{
    content:"\f469"
}
.fa-broadcast-tower:before{
    content:"\f519"
}
.fa-broom:before{
    content:"\f51a"
}
.fa-brush:before{
    content:"\f55d"
}
.fa-btc:before{
    content:"\f15a"
}
.fa-bug:before{
    content:"\f188"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-burn:before{
    content:"\f46a"
}
.fa-buromobelexperte:before{
    content:"\f37f"
}
.fa-bus:before{
    content:"\f207"
}
.fa-bus-alt:before{
    content:"\f55e"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-calendar:before{
    content:"\f133"
}
.fa-calendar-alt:before{
    content:"\f073"
}
.fa-calendar-check:before{
    content:"\f274"
}
.fa-calendar-minus:before{
    content:"\f272"
}
.fa-calendar-plus:before{
    content:"\f271"
}
.fa-calendar-times:before{
    content:"\f273"
}
.fa-camera:before{
    content:"\f030"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-cannabis:before{
    content:"\f55f"
}
.fa-capsules:before{
    content:"\f46b"
}
.fa-car:before{
    content:"\f1b9"
}
.fa-car-alt:before{
    content:"\f5de"
}
.fa-car-battery:before{
    content:"\f5df"
}
.fa-car-crash:before{
    content:"\f5e1"
}
.fa-car-side:before{
    content:"\f5e4"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-caret-square-down:before{
    content:"\f150"
}
.fa-caret-square-left:before{
    content:"\f191"
}
.fa-caret-square-right:before{
    content:"\f152"
}
.fa-caret-square-up:before{
    content:"\f151"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cc-amazon-pay:before{
    content:"\f42d"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-apple-pay:before{
    content:"\f416"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-centercode:before{
    content:"\f380"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-chalkboard:before{
    content:"\f51b"
}
.fa-chalkboard-teacher:before{
    content:"\f51c"
}
.fa-charging-station:before{
    content:"\f5e7"
}
.fa-chart-area:before{
    content:"\f1fe"
}
.fa-chart-bar:before{
    content:"\f080"
}
.fa-chart-line:before{
    content:"\f201"
}
.fa-chart-pie:before{
    content:"\f200"
}
.fa-check:before,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon:before,.g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon:before,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-icon:before,.iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-icon:before,.iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-icon:before{
    content:"\f00c"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-check-double:before{
    content:"\f560"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-chess:before{
    content:"\f439"
}
.fa-chess-bishop:before{
    content:"\f43a"
}
.fa-chess-board:before{
    content:"\f43c"
}
.fa-chess-king:before{
    content:"\f43f"
}
.fa-chess-knight:before{
    content:"\f441"
}
.fa-chess-pawn:before{
    content:"\f443"
}
.fa-chess-queen:before{
    content:"\f445"
}
.fa-chess-rook:before{
    content:"\f447"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-down:before,.g-iubh-input-wrapper .iubh-select~.iubh-icon:before,.iubh-accordion-wrapper .iubh-title.collapsed .iubh-title-icon:before{
    content:"\f078"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-chevron-up:before,.iubh-accordion-wrapper .iubh-title .iubh-title-icon:before{
    content:"\f077"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-church:before{
    content:"\f51d"
}
.fa-circle:before{
    content:"\f111"
}
.fa-circle-notch:before{
    content:"\f1ce"
}
.fa-clipboard:before{
    content:"\f328"
}
.fa-clipboard-check:before{
    content:"\f46c"
}
.fa-clipboard-list:before{
    content:"\f46d"
}
.fa-clock:before{
    content:"\f017"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-closed-captioning:before{
    content:"\f20a"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-cloud-download-alt:before{
    content:"\f381"
}
.fa-cloud-upload-alt:before{
    content:"\f382"
}
.fa-cloudscale:before{
    content:"\f383"
}
.fa-cloudsmith:before{
    content:"\f384"
}
.fa-cloudversify:before{
    content:"\f385"
}
.fa-cocktail:before{
    content:"\f561"
}
.fa-code:before{
    content:"\f121"
}
.fa-code-branch:before{
    content:"\f126"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cog:before{
    content:"\f013"
}
.fa-cogs:before{
    content:"\f085"
}
.fa-coins:before{
    content:"\f51e"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-comment:before{
    content:"\f075"
}
.fa-comment-alt:before{
    content:"\f27a"
}
.fa-comment-dots:before{
    content:"\f4ad"
}
.fa-comment-slash:before{
    content:"\f4b3"
}
.fa-comments:before{
    content:"\f086"
}
.fa-compact-disc:before{
    content:"\f51f"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-compress:before{
    content:"\f066"
}
.fa-concierge-bell:before{
    content:"\f562"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-cookie:before{
    content:"\f563"
}
.fa-cookie-bite:before{
    content:"\f564"
}
.fa-copy:before{
    content:"\f0c5"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-couch:before{
    content:"\f4b8"
}
.fa-cpanel:before{
    content:"\f388"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-creative-commons-by:before{
    content:"\f4e7"
}
.fa-creative-commons-nc:before{
    content:"\f4e8"
}
.fa-creative-commons-nc-eu:before{
    content:"\f4e9"
}
.fa-creative-commons-nc-jp:before{
    content:"\f4ea"
}
.fa-creative-commons-nd:before{
    content:"\f4eb"
}
.fa-creative-commons-pd:before{
    content:"\f4ec"
}
.fa-creative-commons-pd-alt:before{
    content:"\f4ed"
}
.fa-creative-commons-remix:before{
    content:"\f4ee"
}
.fa-creative-commons-sa:before{
    content:"\f4ef"
}
.fa-creative-commons-sampling:before{
    content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before{
    content:"\f4f1"
}
.fa-creative-commons-share:before{
    content:"\f4f2"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-crop:before{
    content:"\f125"
}
.fa-crop-alt:before{
    content:"\f565"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-crow:before{
    content:"\f520"
}
.fa-crown:before{
    content:"\f521"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-css3-alt:before{
    content:"\f38b"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-cut:before{
    content:"\f0c4"
}
.fa-cuttlefish:before{
    content:"\f38c"
}
.fa-d-and-d:before{
    content:"\f38d"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-deaf:before{
    content:"\f2a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-deploydog:before{
    content:"\f38e"
}
.fa-deskpro:before{
    content:"\f38f"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-diagnoses:before{
    content:"\f470"
}
.fa-dice:before{
    content:"\f522"
}
.fa-dice-five:before{
    content:"\f523"
}
.fa-dice-four:before{
    content:"\f524"
}
.fa-dice-one:before{
    content:"\f525"
}
.fa-dice-six:before{
    content:"\f526"
}
.fa-dice-three:before{
    content:"\f527"
}
.fa-dice-two:before{
    content:"\f528"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-digital-ocean:before{
    content:"\f391"
}
.fa-digital-tachograph:before{
    content:"\f566"
}
.fa-directions:before{
    content:"\f5eb"
}
.fa-discord:before{
    content:"\f392"
}
.fa-discourse:before{
    content:"\f393"
}
.fa-divide:before{
    content:"\f529"
}
.fa-dizzy:before{
    content:"\f567"
}
.fa-dna:before{
    content:"\f471"
}
.fa-dochub:before{
    content:"\f394"
}
.fa-docker:before{
    content:"\f395"
}
.fa-dollar-sign:before{
    content:"\f155"
}
.fa-dolly:before{
    content:"\f472"
}
.fa-dolly-flatbed:before{
    content:"\f474"
}
.fa-donate:before{
    content:"\f4b9"
}
.fa-door-closed:before{
    content:"\f52a"
}
.fa-door-open:before{
    content:"\f52b"
}
.fa-dot-circle:before{
    content:"\f192"
}
.fa-dove:before{
    content:"\f4ba"
}
.fa-download:before{
    content:"\f019"
}
.fa-draft2digital:before{
    content:"\f396"
}
.fa-drafting-compass:before{
    content:"\f568"
}
.fa-draw-polygon:before{
    content:"\f5ee"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-dribbble-square:before{
    content:"\f397"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-drum:before{
    content:"\f569"
}
.fa-drum-steelpan:before{
    content:"\f56a"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-dumbbell:before{
    content:"\f44b"
}
.fa-dyalog:before{
    content:"\f399"
}
.fa-earlybirds:before{
    content:"\f39a"
}
.fa-ebay:before{
    content:"\f4f4"
}
.fa-edge:before{
    content:"\f282"
}
.fa-edit:before{
    content:"\f044"
}
.fa-eject:before{
    content:"\f052"
}
.fa-elementor:before{
    content:"\f430"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-ello:before{
    content:"\f5f1"
}
.fa-ember:before{
    content:"\f423"
}
.fa-empire:before{
    content:"\f1d1"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-envira:before{
    content:"\f299"
}
.fa-equals:before{
    content:"\f52c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-erlang:before{
    content:"\f39d"
}
.fa-ethereum:before{
    content:"\f42e"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-euro-sign:before{
    content:"\f153"
}
.fa-exchange-alt:before{
    content:"\f362"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-expand:before{
    content:"\f065"
}
.fa-expand-arrows-alt:before{
    content:"\f31e"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-external-link-alt:before{
    content:"\f35d"
}
.fa-external-link-square-alt:before{
    content:"\f360"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-dropper:before{
    content:"\f1fb"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-feather:before{
    content:"\f52d"
}
.fa-feather-alt:before{
    content:"\f56b"
}
.fa-female:before{
    content:"\f182"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-alt:before{
    content:"\f15c"
}
.fa-file-archive:before{
    content:"\f1c6"
}
.fa-file-audio:before{
    content:"\f1c7"
}
.fa-file-code:before{
    content:"\f1c9"
}
.fa-file-contract:before{
    content:"\f56c"
}
.fa-file-download:before{
    content:"\f56d"
}
.fa-file-excel:before{
    content:"\f1c3"
}
.fa-file-export:before{
    content:"\f56e"
}
.fa-file-image:before{
    content:"\f1c5"
}
.fa-file-import:before{
    content:"\f56f"
}
.fa-file-invoice:before{
    content:"\f570"
}
.fa-file-invoice-dollar:before{
    content:"\f571"
}
.fa-file-medical:before{
    content:"\f477"
}
.fa-file-medical-alt:before{
    content:"\f478"
}
.fa-file-pdf:before{
    content:"\f1c1"
}
.fa-file-powerpoint:before{
    content:"\f1c4"
}
.fa-file-prescription:before{
    content:"\f572"
}
.fa-file-signature:before{
    content:"\f573"
}
.fa-file-upload:before{
    content:"\f574"
}
.fa-file-video:before{
    content:"\f1c8"
}
.fa-file-word:before{
    content:"\f1c2"
}
.fa-fill:before{
    content:"\f575"
}
.fa-fill-drip:before{
    content:"\f576"
}
.fa-film:before{
    content:"\f008"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-fingerprint:before{
    content:"\f577"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-first-aid:before{
    content:"\f479"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-first-order-alt:before{
    content:"\f50a"
}
.fa-firstdraft:before{
    content:"\f3a1"
}
.fa-fish:before{
    content:"\f578"
}
.fa-flag:before{
    content:"\f024"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-flipboard:before{
    content:"\f44d"
}
.fa-flushed:before{
    content:"\f579"
}
.fa-fly:before{
    content:"\f417"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-font:before{
    content:"\f031"
}
.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-font-awesome-alt:before{
    content:"\f35c"
}
.fa-font-awesome-flag:before{
    content:"\f425"
}
.fa-font-awesome-logo-full:before{
    content:"\f4e6"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-fonticons-fi:before{
    content:"\f3a2"
}
.fa-football-ball:before{
    content:"\f44e"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-fort-awesome-alt:before{
    content:"\f3a3"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-freebsd:before{
    content:"\f3a4"
}
.fa-frog:before{
    content:"\f52e"
}
.fa-frown:before{
    content:"\f119"
}
.fa-frown-open:before{
    content:"\f57a"
}
.fa-fulcrum:before{
    content:"\f50b"
}
.fa-futbol:before{
    content:"\f1e3"
}
.fa-galactic-republic:before{
    content:"\f50c"
}
.fa-galactic-senate:before{
    content:"\f50d"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-gas-pump:before{
    content:"\f52f"
}
.fa-gavel:before{
    content:"\f0e3"
}
.fa-gem:before{
    content:"\f3a5"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-github:before{
    content:"\f09b"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-gitkraken:before{
    content:"\f3a6"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-gitter:before{
    content:"\f426"
}
.fa-glass-martini:before{
    content:"\f000"
}
.fa-glass-martini-alt:before{
    content:"\f57b"
}
.fa-glasses:before{
    content:"\f530"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-globe-africa:before{
    content:"\f57c"
}
.fa-globe-americas:before{
    content:"\f57d"
}
.fa-globe-asia:before{
    content:"\f57e"
}
.fa-gofore:before{
    content:"\f3a7"
}
.fa-golf-ball:before{
    content:"\f450"
}
.fa-goodreads:before{
    content:"\f3a8"
}
.fa-goodreads-g:before{
    content:"\f3a9"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-google-drive:before{
    content:"\f3aa"
}
.fa-google-play:before{
    content:"\f3ab"
}
.fa-google-plus:before{
    content:"\f2b3"
}
.fa-google-plus-g:before{
    content:"\f0d5"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-gratipay:before{
    content:"\f184"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-greater-than:before{
    content:"\f531"
}
.fa-greater-than-equal:before{
    content:"\f532"
}
.fa-grimace:before{
    content:"\f57f"
}
.fa-grin:before{
    content:"\f580"
}
.fa-grin-alt:before{
    content:"\f581"
}
.fa-grin-beam:before{
    content:"\f582"
}
.fa-grin-beam-sweat:before{
    content:"\f583"
}
.fa-grin-hearts:before{
    content:"\f584"
}
.fa-grin-squint:before{
    content:"\f585"
}
.fa-grin-squint-tears:before{
    content:"\f586"
}
.fa-grin-stars:before{
    content:"\f587"
}
.fa-grin-tears:before{
    content:"\f588"
}
.fa-grin-tongue:before{
    content:"\f589"
}
.fa-grin-tongue-squint:before{
    content:"\f58a"
}
.fa-grin-tongue-wink:before{
    content:"\f58b"
}
.fa-grin-wink:before{
    content:"\f58c"
}
.fa-grip-horizontal:before{
    content:"\f58d"
}
.fa-grip-vertical:before{
    content:"\f58e"
}
.fa-gripfire:before{
    content:"\f3ac"
}
.fa-grunt:before{
    content:"\f3ad"
}
.fa-gulp:before{
    content:"\f3ae"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-hacker-news-square:before{
    content:"\f3af"
}
.fa-hackerrank:before{
    content:"\f5f7"
}
.fa-hand-holding:before{
    content:"\f4bd"
}
.fa-hand-holding-heart:before{
    content:"\f4be"
}
.fa-hand-holding-usd:before{
    content:"\f4c0"
}
.fa-hand-lizard:before{
    content:"\f258"
}
.fa-hand-paper:before{
    content:"\f256"
}
.fa-hand-peace:before{
    content:"\f25b"
}
.fa-hand-point-down:before{
    content:"\f0a7"
}
.fa-hand-point-left:before{
    content:"\f0a5"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-hand-point-up:before{
    content:"\f0a6"
}
.fa-hand-pointer:before{
    content:"\f25a"
}
.fa-hand-rock:before{
    content:"\f255"
}
.fa-hand-scissors:before{
    content:"\f257"
}
.fa-hand-spock:before{
    content:"\f259"
}
.fa-hands:before{
    content:"\f4c2"
}
.fa-hands-helping:before{
    content:"\f4c4"
}
.fa-handshake:before{
    content:"\f2b5"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-hdd:before{
    content:"\f0a0"
}
.fa-heading:before{
    content:"\f1dc"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-headphones-alt:before{
    content:"\f58f"
}
.fa-headset:before{
    content:"\f590"
}
.fa-heart:before{
    content:"\f004"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-helicopter:before{
    content:"\f533"
}
.fa-highlighter:before{
    content:"\f591"
}
.fa-hips:before{
    content:"\f452"
}
.fa-hire-a-helper:before{
    content:"\f3b0"
}
.fa-history:before{
    content:"\f1da"
}
.fa-hockey-puck:before{
    content:"\f453"
}
.fa-home:before{
    content:"\f015"
}
.fa-hooli:before{
    content:"\f427"
}
.fa-hornbill:before{
    content:"\f592"
}
.fa-hospital:before{
    content:"\f0f8"
}
.fa-hospital-alt:before{
    content:"\f47d"
}
.fa-hospital-symbol:before{
    content:"\f47e"
}
.fa-hot-tub:before{
    content:"\f593"
}
.fa-hotel:before{
    content:"\f594"
}
.fa-hotjar:before{
    content:"\f3b1"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-start:before{
    content:"\f251"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-hubspot:before{
    content:"\f3b2"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-id-card:before{
    content:"\f2c2"
}
.fa-id-card-alt:before{
    content:"\f47f"
}
.fa-image:before{
    content:"\f03e"
}
.fa-images:before{
    content:"\f302"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-industry:before{
    content:"\f275"
}
.fa-infinity:before{
    content:"\f534"
}
.fa-info:before{
    content:"\f129"
}
.fa-info-circle:before,.g-iubh-modal-icon:before,.g-iubh-popover-icon:before{
    content:"\f05a"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-italic:before{
    content:"\f033"
}
.fa-itunes:before{
    content:"\f3b4"
}
.fa-itunes-note:before{
    content:"\f3b5"
}
.fa-java:before{
    content:"\f4e4"
}
.fa-jedi-order:before{
    content:"\f50e"
}
.fa-jenkins:before{
    content:"\f3b6"
}
.fa-joget:before{
    content:"\f3b7"
}
.fa-joint:before{
    content:"\f595"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-js:before{
    content:"\f3b8"
}
.fa-js-square:before{
    content:"\f3b9"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-kaggle:before{
    content:"\f5fa"
}
.fa-key:before{
    content:"\f084"
}
.fa-keybase:before{
    content:"\f4f5"
}
.fa-keyboard:before{
    content:"\f11c"
}
.fa-keycdn:before{
    content:"\f3ba"
}
.fa-kickstarter:before{
    content:"\f3bb"
}
.fa-kickstarter-k:before{
    content:"\f3bc"
}
.fa-kiss:before{
    content:"\f596"
}
.fa-kiss-beam:before{
    content:"\f597"
}
.fa-kiss-wink-heart:before{
    content:"\f598"
}
.fa-kiwi-bird:before{
    content:"\f535"
}
.fa-korvue:before{
    content:"\f42f"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-laptop-code:before{
    content:"\f5fc"
}
.fa-laravel:before{
    content:"\f3bd"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-laugh:before{
    content:"\f599"
}
.fa-laugh-beam:before{
    content:"\f59a"
}
.fa-laugh-squint:before{
    content:"\f59b"
}
.fa-laugh-wink:before{
    content:"\f59c"
}
.fa-layer-group:before{
    content:"\f5fd"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-lemon:before{
    content:"\f094"
}
.fa-less:before{
    content:"\f41d"
}
.fa-less-than:before{
    content:"\f536"
}
.fa-less-than-equal:before{
    content:"\f537"
}
.fa-level-down-alt:before{
    content:"\f3be"
}
.fa-level-up-alt:before{
    content:"\f3bf"
}
.fa-life-ring:before{
    content:"\f1cd"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-line:before{
    content:"\f3c0"
}
.fa-link:before{
    content:"\f0c1"
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-lira-sign:before{
    content:"\f195"
}
.fa-list:before{
    content:"\f03a"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-lock:before{
    content:"\f023"
}
.fa-lock-open:before{
    content:"\f3c1"
}
.fa-long-arrow-alt-down:before{
    content:"\f309"
}
.fa-long-arrow-alt-left:before{
    content:"\f30a"
}
.fa-long-arrow-alt-right:before{
    content:"\f30b"
}
.fa-long-arrow-alt-up:before{
    content:"\f30c"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-luggage-cart:before{
    content:"\f59d"
}
.fa-lyft:before{
    content:"\f3c3"
}
.fa-magento:before{
    content:"\f3c4"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-mailchimp:before{
    content:"\f59e"
}
.fa-male:before{
    content:"\f183"
}
.fa-mandalorian:before{
    content:"\f50f"
}
.fa-map:before{
    content:"\f279"
}
.fa-map-marked:before{
    content:"\f59f"
}
.fa-map-marked-alt:before{
    content:"\f5a0"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-map-marker-alt:before{
    content:"\f3c5"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-markdown:before{
    content:"\f60f"
}
.fa-marker:before{
    content:"\f5a1"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mastodon:before{
    content:"\f4f6"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-medal:before{
    content:"\f5a2"
}
.fa-medapps:before{
    content:"\f3c6"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-medium-m:before{
    content:"\f3c7"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-medrt:before{
    content:"\f3c8"
}
.fa-meetup:before{
    content:"\f2e0"
}
.fa-megaport:before{
    content:"\f5a3"
}
.fa-meh:before{
    content:"\f11a"
}
.fa-meh-blank:before{
    content:"\f5a4"
}
.fa-meh-rolling-eyes:before{
    content:"\f5a5"
}
.fa-memory:before{
    content:"\f538"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-alt:before{
    content:"\f3c9"
}
.fa-microphone-alt-slash:before{
    content:"\f539"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-microscope:before{
    content:"\f610"
}
.fa-microsoft:before{
    content:"\f3ca"
}
.fa-minus:before{
    content:"\f068"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-mix:before{
    content:"\f3cb"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-mizuni:before{
    content:"\f3cc"
}
.fa-mobile:before{
    content:"\f10b"
}
.fa-mobile-alt:before{
    content:"\f3cd"
}
.fa-modx:before{
    content:"\f285"
}
.fa-monero:before{
    content:"\f3d0"
}
.fa-money-bill:before{
    content:"\f0d6"
}
.fa-money-bill-alt:before{
    content:"\f3d1"
}
.fa-money-bill-wave:before{
    content:"\f53a"
}
.fa-money-bill-wave-alt:before{
    content:"\f53b"
}
.fa-money-check:before{
    content:"\f53c"
}
.fa-money-check-alt:before{
    content:"\f53d"
}
.fa-monument:before{
    content:"\f5a6"
}
.fa-moon:before{
    content:"\f186"
}
.fa-mortar-pestle:before{
    content:"\f5a7"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-music:before{
    content:"\f001"
}
.fa-napster:before{
    content:"\f3d2"
}
.fa-neos:before{
    content:"\f612"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-newspaper:before{
    content:"\f1ea"
}
.fa-nimblr:before{
    content:"\f5a8"
}
.fa-nintendo-switch:before{
    content:"\f418"
}
.fa-node:before{
    content:"\f419"
}
.fa-node-js:before{
    content:"\f3d3"
}
.fa-not-equal:before{
    content:"\f53e"
}
.fa-notes-medical:before{
    content:"\f481"
}
.fa-npm:before{
    content:"\f3d4"
}
.fa-ns8:before{
    content:"\f3d5"
}
.fa-nutritionix:before{
    content:"\f3d6"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-oil-can:before{
    content:"\f613"
}
.fa-old-republic:before{
    content:"\f510"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-osi:before{
    content:"\f41a"
}
.fa-outdent:before{
    content:"\f03b"
}
.fa-page4:before{
    content:"\f3d7"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-paint-roller:before{
    content:"\f5aa"
}
.fa-palette:before{
    content:"\f53f"
}
.fa-palfed:before{
    content:"\f3d8"
}
.fa-pallet:before{
    content:"\f482"
}
.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-parachute-box:before{
    content:"\f4cd"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-parking:before{
    content:"\f540"
}
.fa-passport:before{
    content:"\f5ab"
}
.fa-paste:before{
    content:"\f0ea"
}
.fa-patreon:before{
    content:"\f3d9"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-pen:before{
    content:"\f304"
}
.fa-pen-alt:before{
    content:"\f305"
}
.fa-pen-fancy:before{
    content:"\f5ac"
}
.fa-pen-nib:before{
    content:"\f5ad"
}
.fa-pen-square:before{
    content:"\f14b"
}
.fa-pencil-alt:before{
    content:"\f303"
}
.fa-pencil-ruler:before{
    content:"\f5ae"
}
.fa-people-carry:before{
    content:"\f4ce"
}
.fa-percent:before{
    content:"\f295"
}
.fa-percentage:before{
    content:"\f541"
}
.fa-periscope:before{
    content:"\f3da"
}
.fa-phabricator:before{
    content:"\f3db"
}
.fa-phoenix-framework:before{
    content:"\f3dc"
}
.fa-phoenix-squadron:before{
    content:"\f511"
}
.fa-phone:before{
    content:"\f095"
}
.fa-phone-slash:before{
    content:"\f3dd"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-phone-volume:before{
    content:"\f2a0"
}
.fa-php:before{
    content:"\f457"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-pied-piper-hat:before{
    content:"\f4e5"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-piggy-bank:before{
    content:"\f4d3"
}
.fa-pills:before{
    content:"\f484"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-plane:before{
    content:"\f072"
}
.fa-plane-arrival:before{
    content:"\f5af"
}
.fa-plane-departure:before{
    content:"\f5b0"
}
.fa-play:before{
    content:"\f04b"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-playstation:before{
    content:"\f3df"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-plus:before{
    content:"\f067"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-poo:before{
    content:"\f2fe"
}
.fa-poop:before{
    content:"\f619"
}
.fa-portrait:before{
    content:"\f3e0"
}
.fa-pound-sign:before{
    content:"\f154"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-prescription:before{
    content:"\f5b1"
}
.fa-prescription-bottle:before{
    content:"\f485"
}
.fa-prescription-bottle-alt:before{
    content:"\f486"
}
.fa-print:before{
    content:"\f02f"
}
.fa-procedures:before{
    content:"\f487"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-project-diagram:before{
    content:"\f542"
}
.fa-pushed:before{
    content:"\f3e1"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-python:before{
    content:"\f3e2"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-question:before{
    content:"\f128"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-quidditch:before{
    content:"\f458"
}
.fa-quinscape:before{
    content:"\f459"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-r-project:before{
    content:"\f4f7"
}
.fa-random:before{
    content:"\f074"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-react:before{
    content:"\f41b"
}
.fa-readme:before{
    content:"\f4d5"
}
.fa-rebel:before{
    content:"\f1d0"
}
.fa-receipt:before{
    content:"\f543"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-red-river:before{
    content:"\f3e3"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-redo:before{
    content:"\f01e"
}
.fa-redo-alt:before{
    content:"\f2f9"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-rendact:before{
    content:"\f3e4"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-reply:before{
    content:"\f3e5"
}
.fa-reply-all:before{
    content:"\f122"
}
.fa-replyd:before{
    content:"\f3e6"
}
.fa-researchgate:before{
    content:"\f4f8"
}
.fa-resolving:before{
    content:"\f3e7"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-rev:before{
    content:"\f5b2"
}
.fa-ribbon:before{
    content:"\f4d6"
}
.fa-road:before{
    content:"\f018"
}
.fa-robot:before{
    content:"\f544"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-rocketchat:before{
    content:"\f3e8"
}
.fa-rockrms:before{
    content:"\f3e9"
}
.fa-route:before{
    content:"\f4d7"
}
.fa-rss:before{
    content:"\f09e"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-ruble-sign:before{
    content:"\f158"
}
.fa-ruler:before{
    content:"\f545"
}
.fa-ruler-combined:before{
    content:"\f546"
}
.fa-ruler-horizontal:before{
    content:"\f547"
}
.fa-ruler-vertical:before{
    content:"\f548"
}
.fa-rupee-sign:before{
    content:"\f156"
}
.fa-sad-cry:before{
    content:"\f5b3"
}
.fa-sad-tear:before{
    content:"\f5b4"
}
.fa-safari:before{
    content:"\f267"
}
.fa-sass:before{
    content:"\f41e"
}
.fa-save:before{
    content:"\f0c7"
}
.fa-schlix:before{
    content:"\f3ea"
}
.fa-school:before{
    content:"\f549"
}
.fa-screwdriver:before{
    content:"\f54a"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-search:before{
    content:"\f002"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-searchengin:before{
    content:"\f3eb"
}
.fa-seedling:before{
    content:"\f4d8"
}
.fa-sellcast:before{
    content:"\f2da"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-server:before{
    content:"\f233"
}
.fa-servicestack:before{
    content:"\f3ec"
}
.fa-shapes:before{
    content:"\f61f"
}
.fa-share:before{
    content:"\f064"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-shekel-sign:before{
    content:"\f20b"
}
.fa-shield-alt:before{
    content:"\f3ed"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-shipping-fast:before{
    content:"\f48b"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-shoe-prints:before{
    content:"\f54b"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-shopware:before{
    content:"\f5b5"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-shuttle-van:before{
    content:"\f5b6"
}
.fa-sign:before{
    content:"\f4d9"
}
.fa-sign-in-alt:before{
    content:"\f2f6"
}
.fa-sign-language:before{
    content:"\f2a7"
}
.fa-sign-out-alt:before{
    content:"\f2f5"
}
.fa-signal:before{
    content:"\f012"
}
.fa-signature:before{
    content:"\f5b7"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-sistrix:before{
    content:"\f3ee"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-sith:before{
    content:"\f512"
}
.fa-skull:before{
    content:"\f54c"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-slack:before{
    content:"\f198"
}
.fa-slack-hash:before{
    content:"\f3ef"
}
.fa-sliders-h:before{
    content:"\f1de"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-smile:before{
    content:"\f118"
}
.fa-smile-beam:before{
    content:"\f5b8"
}
.fa-smile-wink:before{
    content:"\f4da"
}
.fa-smoking:before{
    content:"\f48d"
}
.fa-smoking-ban:before{
    content:"\f54d"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-snowflake:before{
    content:"\f2dc"
}
.fa-solar-panel:before{
    content:"\f5ba"
}
.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-alpha-down:before{
    content:"\f15d"
}
.fa-sort-alpha-up:before{
    content:"\f15e"
}
.fa-sort-amount-down:before{
    content:"\f160"
}
.fa-sort-amount-up:before{
    content:"\f161"
}
.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-numeric-down:before{
    content:"\f162"
}
.fa-sort-numeric-up:before{
    content:"\f163"
}
.fa-sort-up:before{
    content:"\f0de"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-spa:before{
    content:"\f5bb"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-speakap:before{
    content:"\f3f3"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-splotch:before{
    content:"\f5bc"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-spray-can:before{
    content:"\f5bd"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-square-full:before{
    content:"\f45c"
}
.fa-squarespace:before{
    content:"\f5be"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-stamp:before{
    content:"\f5bf"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-star-half-alt:before{
    content:"\f5c0"
}
.fa-star-of-life:before{
    content:"\f621"
}
.fa-staylinked:before{
    content:"\f3f5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-steam-symbol:before{
    content:"\f3f6"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-sticker-mule:before{
    content:"\f3f7"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stopwatch:before{
    content:"\f2f2"
}
.fa-store:before{
    content:"\f54e"
}
.fa-store-alt:before{
    content:"\f54f"
}
.fa-strava:before{
    content:"\f428"
}
.fa-stream:before{
    content:"\f550"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-stripe:before{
    content:"\f429"
}
.fa-stripe-s:before{
    content:"\f42a"
}
.fa-stroopwafel:before{
    content:"\f551"
}
.fa-studiovinari:before{
    content:"\f3f8"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-subway:before{
    content:"\f239"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-suitcase-rolling:before{
    content:"\f5c1"
}
.fa-sun:before{
    content:"\f185"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-supple:before{
    content:"\f3f9"
}
.fa-surprise:before{
    content:"\f5c2"
}
.fa-swatchbook:before{
    content:"\f5c3"
}
.fa-swimmer:before{
    content:"\f5c4"
}
.fa-swimming-pool:before{
    content:"\f5c5"
}
.fa-sync:before{
    content:"\f021"
}
.fa-sync-alt:before{
    content:"\f2f1"
}
.fa-syringe:before{
    content:"\f48e"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-table-tennis:before{
    content:"\f45d"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-tablet-alt:before{
    content:"\f3fa"
}
.fa-tablets:before{
    content:"\f490"
}
.fa-tachometer-alt:before{
    content:"\f3fd"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-tape:before{
    content:"\f4db"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-taxi:before{
    content:"\f1ba"
}
.fa-teamspeak:before{
    content:"\f4f9"
}
.fa-teeth:before{
    content:"\f62e"
}
.fa-teeth-open:before{
    content:"\f62f"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-telegram-plane:before{
    content:"\f3fe"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-theater-masks:before{
    content:"\f630"
}
.fa-themeco:before{
    content:"\f5c6"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-thermometer:before{
    content:"\f491"
}
.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbtack:before{
    content:"\f08d"
}
.fa-ticket-alt:before{
    content:"\f3ff"
}
.fa-times:before,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon:before,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon:before,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon:before,.g-iubh-modal-close:before{
    content:"\f00d"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-tint:before{
    content:"\f043"
}
.fa-tint-slash:before{
    content:"\f5c7"
}
.fa-tired:before{
    content:"\f5c8"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-toolbox:before{
    content:"\f552"
}
.fa-tooth:before{
    content:"\f5c9"
}
.fa-trade-federation:before{
    content:"\f513"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-traffic-light:before{
    content:"\f637"
}
.fa-train:before{
    content:"\f238"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-trash-alt:before{
    content:"\f2ed"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-trello:before{
    content:"\f181"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-truck-loading:before{
    content:"\f4de"
}
.fa-truck-monster:before{
    content:"\f63b"
}
.fa-truck-moving:before{
    content:"\f4df"
}
.fa-truck-pickup:before{
    content:"\f63c"
}
.fa-tshirt:before{
    content:"\f553"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-tv:before{
    content:"\f26c"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-typo3:before{
    content:"\f42b"
}
.fa-uber:before{
    content:"\f402"
}
.fa-uikit:before{
    content:"\f403"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-umbrella-beach:before{
    content:"\f5ca"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-undo:before{
    content:"\f0e2"
}
.fa-undo-alt:before{
    content:"\f2ea"
}
.fa-uniregistry:before{
    content:"\f404"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-university:before{
    content:"\f19c"
}
.fa-unlink:before{
    content:"\f127"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-untappd:before{
    content:"\f405"
}
.fa-upload:before{
    content:"\f093"
}
.fa-usb:before{
    content:"\f287"
}
.fa-user:before{
    content:"\f007"
}
.fa-user-alt:before{
    content:"\f406"
}
.fa-user-alt-slash:before{
    content:"\f4fa"
}
.fa-user-astronaut:before{
    content:"\f4fb"
}
.fa-user-check:before{
    content:"\f4fc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-clock:before{
    content:"\f4fd"
}
.fa-user-cog:before{
    content:"\f4fe"
}
.fa-user-edit:before{
    content:"\f4ff"
}
.fa-user-friends:before{
    content:"\f500"
}
.fa-user-graduate:before{
    content:"\f501"
}
.fa-user-lock:before{
    content:"\f502"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-user-minus:before{
    content:"\f503"
}
.fa-user-ninja:before{
    content:"\f504"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-user-shield:before{
    content:"\f505"
}
.fa-user-slash:before{
    content:"\f506"
}
.fa-user-tag:before{
    content:"\f507"
}
.fa-user-tie:before{
    content:"\f508"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-users:before{
    content:"\f0c0"
}
.fa-users-cog:before{
    content:"\f509"
}
.fa-ussunnah:before{
    content:"\f407"
}
.fa-utensil-spoon:before{
    content:"\f2e5"
}
.fa-utensils:before{
    content:"\f2e7"
}
.fa-vaadin:before{
    content:"\f408"
}
.fa-vector-square:before{
    content:"\f5cb"
}
.fa-venus:before{
    content:"\f221"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-vial:before{
    content:"\f492"
}
.fa-vials:before{
    content:"\f493"
}
.fa-viber:before{
    content:"\f409"
}
.fa-video:before{
    content:"\f03d"
}
.fa-video-slash:before{
    content:"\f4e2"
}
.fa-vimeo:before{
    content:"\f40a"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-vimeo-v:before{
    content:"\f27d"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-vk:before{
    content:"\f189"
}
.fa-vnv:before{
    content:"\f40b"
}
.fa-volleyball-ball:before{
    content:"\f45f"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-vuejs:before{
    content:"\f41f"
}
.fa-walking:before{
    content:"\f554"
}
.fa-wallet:before{
    content:"\f555"
}
.fa-warehouse:before{
    content:"\f494"
}
.fa-weebly:before{
    content:"\f5cc"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-weight:before{
    content:"\f496"
}
.fa-weight-hanging:before{
    content:"\f5cd"
}
.fa-weixin:before{
    content:"\f1d7"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-whmcs:before{
    content:"\f40d"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-window-close:before{
    content:"\f410"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-wine-glass:before{
    content:"\f4e3"
}
.fa-wine-glass-alt:before{
    content:"\f5ce"
}
.fa-wix:before{
    content:"\f5cf"
}
.fa-wolf-pack-battalion:before{
    content:"\f514"
}
.fa-won-sign:before{
    content:"\f159"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-wordpress-simple:before{
    content:"\f411"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-x-ray:before{
    content:"\f497"
}
.fa-xbox:before{
    content:"\f412"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-y-combinator:before{
    content:"\f23b"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-yandex:before{
    content:"\f413"
}
.fa-yandex-international:before{
    content:"\f414"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-yen-sign:before{
    content:"\f157"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-youtube-square:before{
    content:"\f431"
}
.fa-zhihu:before{
    content:"\f63f"
}
.sr-only{
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:900;
    src:url(../../fonts/font-awesome/fa-solid-900.eot);
    src:url(../../fonts/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../fonts/font-awesome/fa-solid-900.woff2) format("woff2"),url(../../fonts/font-awesome/fa-solid-900.woff) format("woff"),url(../../fonts/font-awesome/fa-solid-900.ttf) format("truetype"),url(../../fonts/font-awesome/fa-solid-900.svg#fontawesome) format("svg")
}
.fa,.fas,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-select~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon,.g-iubh-modal-close,.g-iubh-modal-icon,.g-iubh-popover-icon,.iubh-icon,.iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-icon,.iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-icon,.wizard-icon::before{
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    font-weight:900
}
@font-face{
    font-family:'Font Awesome 5 Brands';
    font-style:normal;
    font-weight:400;
    src:url(../../fonts/fa-brands-400.eot);
    src:url(../../font/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../font/fa-brands-400.woff2) format("woff2"),url(../../font/fa-brands-400.woff) format("woff"),url(../../font/fa-brands-400.ttf) format("truetype"),url(../../font/fa-brands-400.svg#fontawesome) format("svg")
}
.fab{
    font-family:'Font Awesome 5 Brands'
}
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:400;
    src:local("Font Awesome 5 Free"),url(../../font/fa-regular-400.eot),url(../../font/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../font/fa-regular-400.woff2) format("woff2"),url(../../font/fa-regular-400.woff) format("woff"),url(../../font/fa-regular-400.ttf) format("truetype"),url(../../font/fa-regular-400.svg#fontawesome) format("svg")
}
.far{
    font-family:'Font Awesome 5 Free';
    font-weight:400
}
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#FFFFFF;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#123B48;
    --secondary:#6c757d;
    --success:#6DB52D;
    --info:#17a2b8;
    --warning:#F4C349;
    --danger:#CD3A04;
    --light:#f8f9fa;
    --dark:#103440;
    --white:#FFFFFF;
    --unit:#009091;
    --light-grey:#F6F6F6;
    --grey:#62747E;
    --breakpoint-xs:0;
    --breakpoint-sm:460px;
    --breakpoint-md:700px;
    --breakpoint-lg:769px;
    --breakpoint-nv:1200px;
    --breakpoint-xl:1440px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
article,aside,figure,footer,header,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family:Arial;
    font-size:1rem;
    font-weight:400;
    line-height:1;
    color:#212529;
    text-align:left;
    background-color:#fff
}
[tabindex="-1"]:focus{
    outline:0!important
}
hr{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    overflow:visible
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:0
}
p{
    margin-top:0;
    margin-bottom:0
}
abbr[data-original-title],abbr[title]{
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0;
    -webkit-text-decoration-skip-ink:none;
    text-decoration-skip-ink:none
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
dl,ol,ul{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dt{
    font-weight:700
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    color:#123b48;
    text-decoration:none;
    background-color:transparent
}
a:hover{
    color:initial;
    text-decoration:none
}
a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus{
    outline:0
}
code,pre{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size:1em
}
pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto
}
figure{
    margin:0 0 1rem
}
img{
    vertical-align:middle;
    border-style:none
}
svg{
    overflow:hidden;
    vertical-align:middle
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom
}
th{
    text-align:inherit
}
label{
    display:inline-block;
    margin-bottom:.5rem
}
button{
    border-radius:0
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
select{
    word-wrap:normal
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=checkbox],input[type=radio]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{
    -webkit-appearance:listbox
}
textarea{
    overflow:auto;
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal
}
progress{
    vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
output{
    display:inline-block
}
summary{
    display:list-item;
    cursor:pointer
}
template{
    display:none
}
[hidden]{
    display:none!important
}
.g-iubh-modal-header .iubh-modal-heading,.g-iubh-table .iubh-tr.iubh-h,.h1,.h2,.h3,.h4,.h5,.h6,article.comment-body .comment-author .fn,h1,h2,h3,h4,h5,h6{
    margin-bottom:0;
    font-weight:initial;
    line-height:1;
    color:#123b48
}
.h1,h1{
    font-size:2.75rem
}
.h2,h2{
    font-size:2.188rem
}
.h3,h3{
    font-size:1.563rem
}
.g-iubh-modal-header .iubh-modal-heading,.h4,article.comment-body .comment-author .fn,h4{
    font-size:1.125rem
}
.g-iubh-table .iubh-tr.iubh-h,.h5,h5{
    font-size:1rem
}
.h6,h6{
    font-size:1rem
}
.display-1{
    font-size:6rem;
    font-weight:300;
    line-height:1
}
hr{
    margin-top:1rem;
    margin-bottom:1rem;
    border:0;
    border-top:1px solid rgba(0,0,0,.1)
}
.comments .reply,.small,article.comment-body .comment-metadata,small{
    font-size:80%;
    font-weight:400
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
.comment-list,.list-unstyled,ol.children{
    padding-left:0;
    list-style:none
}
.blockquote{
    margin-bottom:1rem;
    font-size:1.25rem
}
.img-fluid{
    max-width:100%;
    height:auto
}
.figure{
    display:inline-block
}
code{
    font-size:87.5%;
    color:#e83e8c;
    word-break:break-word
}
a>code{
    color:inherit
}
pre{
    display:block;
    font-size:87.5%;
    color:#212529
}
pre code{
    font-size:inherit;
    color:inherit;
    word-break:normal
}
.container{
    width:100%;
    padding-right:12px;
    padding-left:12px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width:460px){
    .container{
        max-width:540px
    }
}
@media (min-width:700px){
    .container{
        max-width:720px
    }
}
@media (min-width:769px){
    .container{
        max-width:960px
    }
}
@media (min-width:1440px){
    .container{
        max-width:1140px
    }
}
.container-fluid,.iubh-hero-list-wrapper .iubh-container-fluid{
    width:100%;
    padding-right:12px;
    padding-left:12px;
    margin-right:auto;
    margin-left:auto
}
.Linkliste_Widget .panel-row-style,.Linkliste_Widget.panel-no-style,.Sb_Widget .panel-row-style,.Sb_Widget.panel-no-style,.SiteOrigin_Widget_Category_Teaser_Widget .panel-row-style,.SiteOrigin_Widget_Category_Teaser_Widget.panel-no-style,.SiteOrigin_Widget_Image_Widget .panel-row-style,.SiteOrigin_Widget_Image_Widget.panel-no-style,.SiteOrigin_Widget_a3Editor_Widget .panel-row-style,.SiteOrigin_Widget_a3Editor_Widget.panel-no-style,.Teaser_Widget .panel-row-style,.Teaser_Widget.panel-no-style,.Videoembed_Widget .panel-row-style,.Videoembed_Widget.panel-no-style,.infobox_Widget .panel-row-style,.infobox_Widget.panel-no-style,.row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-12px;
    margin-left:-12px
}
.Akkordeon_Widget .grid-100,.Akkordeon_Widget .grid-25,.Akkordeon_Widget .grid-33,.Akkordeon_Widget .grid-50,.Linkliste_Widget .grid-100,.Linkliste_Widget .grid-25,.Linkliste_Widget .grid-33,.Linkliste_Widget .grid-50,.Linkliste_Widget .grid-75,.Sb_Widget .grid-30,.Sb_Widget .grid-40,.Sb_Widget .grid-60,.Sb_Widget .grid-70,.SiteOrigin_Widget_Category_Teaser_Widget .grid-17,.SiteOrigin_Widget_Category_Teaser_Widget .grid-25,.SiteOrigin_Widget_Category_Teaser_Widget .grid-33,.SiteOrigin_Widget_Category_Teaser_Widget .grid-50,.SiteOrigin_Widget_Image_Widget .grid-100,.SiteOrigin_Widget_Image_Widget .grid-33,.SiteOrigin_Widget_Image_Widget .grid-33 .col-sm-8,.SiteOrigin_Widget_Image_Widget .grid-50,.SiteOrigin_Widget_a3Editor_Widget .grid-100,.SiteOrigin_Widget_a3Editor_Widget .grid-33,.SiteOrigin_Widget_a3Editor_Widget .grid-33 .col-sm-8,.SiteOrigin_Widget_a3Editor_Widget .grid-50,.Teaser_Widget .grid-17,.Teaser_Widget .grid-25,.Teaser_Widget .grid-33,.Teaser_Widget .grid-50,.Videoembed_Widget .grid-50,.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-nv,.col-nv-1,.col-nv-10,.col-nv-11,.col-nv-12,.col-nv-2,.col-nv-3,.col-nv-4,.col-nv-5,.col-nv-6,.col-nv-7,.col-nv-8,.col-nv-9,.col-nv-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.g-iubh-link-list.iubh-2col-link-list .iubh-link-list-item,.infobox_Widget .grid-40,.infobox_Widget .grid-60,.infobox_Widget .grid-60 .col-sm-8,.iubh-wpgmza-filter .iubh-filter-box{
    position:relative;
    width:100%;
    padding-right:12px;
    padding-left:12px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
}
.col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:100%
}
.col-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
}
.SiteOrigin_Widget_Category_Teaser_Widget .grid-17,.Teaser_Widget .grid-17,.col-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.col-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
}
.SiteOrigin_Widget_Image_Widget .grid-33,.SiteOrigin_Widget_a3Editor_Widget .grid-33,.col-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.col-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
}
.SiteOrigin_Widget_Category_Teaser_Widget .grid-25,.Teaser_Widget .grid-25,.col-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.col-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
}
.col-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
}
.col-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
}
.col-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
}
.col-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
}
.Akkordeon_Widget .grid-100,.Akkordeon_Widget .grid-25,.Akkordeon_Widget .grid-33,.Akkordeon_Widget .grid-50,.Linkliste_Widget .grid-100,.Linkliste_Widget .grid-25,.Linkliste_Widget .grid-33,.Linkliste_Widget .grid-50,.Linkliste_Widget .grid-75,.Sb_Widget .grid-30,.Sb_Widget .grid-40,.Sb_Widget .grid-60,.Sb_Widget .grid-70,.SiteOrigin_Widget_Category_Teaser_Widget .grid-33,.SiteOrigin_Widget_Category_Teaser_Widget .grid-50,.SiteOrigin_Widget_Image_Widget .grid-100,.SiteOrigin_Widget_Image_Widget .grid-33 .col-sm-8,.SiteOrigin_Widget_Image_Widget .grid-50,.SiteOrigin_Widget_a3Editor_Widget .grid-100,.SiteOrigin_Widget_a3Editor_Widget .grid-33 .col-sm-8,.SiteOrigin_Widget_a3Editor_Widget .grid-50,.Teaser_Widget .grid-33,.Teaser_Widget .grid-50,.Videoembed_Widget .grid-50,.col-12,.g-iubh-link-list.iubh-2col-link-list .iubh-link-list-item,.infobox_Widget .grid-40,.infobox_Widget .grid-60,.infobox_Widget .grid-60 .col-sm-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
@media (min-width:460px){
    .col-sm{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-sm-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-sm-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-sm-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-sm-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .SiteOrigin_Widget_Image_Widget .grid-50,.SiteOrigin_Widget_a3Editor_Widget .grid-50,.col-sm-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-sm-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-sm-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-sm-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-sm-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .offset-sm-0{
        margin-left:0
    }
    .offset-sm-1{
        margin-left:8.33333%
    }
    .offset-sm-2{
        margin-left:16.66667%
    }
}
@media (min-width:700px){
    .col-md{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-md-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-md-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-md-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .Akkordeon_Widget .grid-25,.col-md-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4,.iubh-wpgmza-filter .iubh-filter-box{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-md-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .Akkordeon_Widget .grid-50,.col-md-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-md-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-md-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
@media (min-width:769px){
    .col-lg{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-lg-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-lg-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-lg-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .Linkliste_Widget .grid-25,.Sb_Widget .grid-30,.SiteOrigin_Widget_Category_Teaser_Widget .grid-25,.Teaser_Widget .grid-25,.col-lg-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .Linkliste_Widget .grid-33,.Sb_Widget .grid-40,.SiteOrigin_Widget_Category_Teaser_Widget .grid-33,.Teaser_Widget .grid-33,.col-lg-4,.infobox_Widget .grid-40{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-lg-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .Linkliste_Widget .grid-50,.SiteOrigin_Widget_Category_Teaser_Widget .grid-50,.Teaser_Widget .grid-50,.Videoembed_Widget .grid-50,.col-lg-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .Sb_Widget .grid-60,.col-lg-8,.infobox_Widget .grid-60{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .Linkliste_Widget .grid-75,.Sb_Widget .grid-70,.col-lg-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-lg-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-lg-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-lg-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .offset-lg-1{
        margin-left:8.33333%
    }
    .offset-lg-2{
        margin-left:16.66667%
    }
}
@media (min-width:1200px){
    .col-nv{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-nv-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-nv-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-nv-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-nv-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-nv-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-nv-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-nv-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-nv-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-nv-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-nv-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-nv-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-nv-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-nv-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
@media (min-width:1440px){
    .col-xl{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-xl-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-xl-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xl-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .Akkordeon_Widget .grid-33,.col-xl-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xl-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xl-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-xl-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xl-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xl-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xl-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xl-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xl-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
.table{
    width:100%;
    margin-bottom:1rem;
    color:#212529
}
.table td,.table th{
    padding:.75rem;
    vertical-align:top;
    border-top:1px solid #dee2e6
}
.table thead th{
    vertical-align:bottom;
    border-bottom:2px solid #dee2e6
}
.table tbody+tbody{
    border-top:2px solid #dee2e6
}
.table-responsive{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
}
.form-control{
    display:block;
    width:100%;
    height:calc(1em + 38px + 2px);
    padding:19px .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1;
    color:#009091;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #cdd1d1;
    border-radius:0;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-control{
        -webkit-transition:none;
        transition:none
    }
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control:focus{
    color:#009091;
    background-color:#fff;
    border-color:#2c8fae;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.form-control::-webkit-input-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control::-moz-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control::-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control::placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:disabled,.form-control[readonly]{
    background-color:#e9ecef;
    opacity:1
}
select.form-control:focus::-ms-value{
    color:#009091;
    background-color:#fff
}
.col-form-label{
    padding-top:calc(19px + 1px);
    padding-bottom:calc(19px + 1px);
    margin-bottom:0;
    font-size:inherit;
    line-height:1
}
.col-form-label-lg{
    padding-top:calc(.5rem + 1px);
    padding-bottom:calc(.5rem + 1px);
    font-size:1.25rem;
    line-height:1.5
}
.col-form-label-sm{
    padding-top:calc(.25rem + 1px);
    padding-bottom:calc(.25rem + 1px);
    font-size:.875rem;
    line-height:1.5
}
select.form-control[multiple],select.form-control[size]{
    height:auto
}
textarea.form-control{
    height:auto
}
.form-group{
    margin-bottom:1rem
}
.form-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-5px;
    margin-left:-5px
}
.form-row>.col,.form-row>[class*=col-]{
    padding-right:5px;
    padding-left:5px
}
.form-check{
    position:relative;
    display:block;
    padding-left:1.25rem
}
.custom-control-input.is-valid~.custom-control-label{
    color:#6db52d
}
.custom-control-input.is-valid~.custom-control-label::before{
    border-color:#6db52d
}
.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip{
    display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before{
    border-color:#86d144;
    background-color:#86d144
}
.custom-control-input.is-valid:focus~.custom-control-label::before{
    -webkit-box-shadow:0 0 0 .2rem rgba(109,181,45,.25);
    box-shadow:0 0 0 .2rem rgba(109,181,45,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{
    border-color:#6db52d
}
.form-control.is-invalid{
    border-color:#cd3a04;
    padding-right:calc(1em + 38px);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CD3A04' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CD3A04' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat:no-repeat;
    background-position:center right calc(.25em + 9.5px);
    background-size:calc(.5em + 19px) calc(.5em + 19px)
}
.form-control.is-invalid:focus{
    border-color:#cd3a04;
    -webkit-box-shadow:0 0 0 .2rem rgba(205,58,4,.25);
    box-shadow:0 0 0 .2rem rgba(205,58,4,.25)
}
textarea.form-control.is-invalid{
    padding-right:calc(1em + 38px);
    background-position:top calc(.25em + 9.5px) right calc(.25em + 9.5px)
}
.custom-control-input.is-invalid~.custom-control-label{
    color:#cd3a04
}
.custom-control-input.is-invalid~.custom-control-label::before{
    border-color:#cd3a04
}
.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip{
    display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before{
    border-color:#fa4a0a;
    background-color:#fa4a0a
}
.custom-control-input.is-invalid:focus~.custom-control-label::before{
    -webkit-box-shadow:0 0 0 .2rem rgba(205,58,4,.25);
    box-shadow:0 0 0 .2rem rgba(205,58,4,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{
    border-color:#cd3a04
}
.btn{
    display:inline-block;
    font-weight:400;
    color:#212529;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1;
    border-radius:.25rem;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .btn{
        -webkit-transition:none;
        transition:none
    }
}
.btn:hover{
    color:#212529;
    text-decoration:none
}
.btn.focus,.btn:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 .2rem rgba(18,59,72,.25);
    box-shadow:0 0 0 .2rem rgba(18,59,72,.25)
}
.btn.disabled,.btn:disabled{
    opacity:.65
}
a.btn.disabled,fieldset:disabled a.btn{
    pointer-events:none
}
.btn-primary{
    color:#fff;
    background-color:#123b48;
    border-color:#123b48
}
.btn-primary:hover{
    color:#fff;
    background-color:#0a2229;
    border-color:#081a1f
}
.btn-primary.focus,.btn-primary:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(54,88,99,.5);
    box-shadow:0 0 0 .2rem rgba(54,88,99,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#123b48;
    border-color:#123b48
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#081a1f;
    border-color:#051115
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(54,88,99,.5);
    box-shadow:0 0 0 .2rem rgba(54,88,99,.5)
}
.btn-success{
    color:#fff;
    background-color:#6db52d;
    border-color:#6db52d
}
.btn-success:hover{
    color:#fff;
    background-color:#5b9625;
    border-color:#548c23
}
.btn-success.focus,.btn-success:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(131,192,77,.5);
    box-shadow:0 0 0 .2rem rgba(131,192,77,.5)
}
.btn-success.disabled,.btn-success:disabled{
    color:#fff;
    background-color:#6db52d;
    border-color:#6db52d
}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{
    color:#fff;
    background-color:#548c23;
    border-color:#4e8220
}
.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(131,192,77,.5);
    box-shadow:0 0 0 .2rem rgba(131,192,77,.5)
}
.btn-info{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-info:hover{
    color:#fff;
    background-color:#138496;
    border-color:#117a8b
}
.btn-info.focus,.btn-info:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info.disabled,.btn-info:disabled{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{
    color:#fff;
    background-color:#117a8b;
    border-color:#10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-danger{
    color:#fff;
    background-color:#cd3a04;
    border-color:#cd3a04
}
.btn-danger:hover{
    color:#fff;
    background-color:#a72f03;
    border-color:#9b2c03
}
.btn-danger.focus,.btn-danger:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(213,88,42,.5);
    box-shadow:0 0 0 .2rem rgba(213,88,42,.5)
}
.btn-danger.disabled,.btn-danger:disabled{
    color:#fff;
    background-color:#cd3a04;
    border-color:#cd3a04
}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{
    color:#fff;
    background-color:#9b2c03;
    border-color:#8e2803
}
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(213,88,42,.5);
    box-shadow:0 0 0 .2rem rgba(213,88,42,.5)
}
.btn-sm{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem
}
.btn-block{
    display:block;
    width:100%
}
.btn-block+.btn-block{
    margin-top:.5rem
}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{
    width:100%
}
.fade{
    -webkit-transition:opacity .15s linear;
    transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce){
    .fade{
        -webkit-transition:none;
        transition:none
    }
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition:height .35s ease;
    transition:height .35s ease
}
@media (prefers-reduced-motion:reduce){
    .collapsing{
        -webkit-transition:none;
        transition:none
    }
}
.dropdown,.dropleft,.dropright,.dropup{
    position:relative
}
.dropdown-toggle{
    white-space:nowrap
}
.dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}
.dropdown-toggle:empty::after{
    margin-left:0
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#212529;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:.25rem
}
.dropdown-menu-right{
    right:0;
    left:auto
}
.dropup .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-top:0;
    margin-bottom:.125rem
}
.dropup .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:0;
    border-right:.3em solid transparent;
    border-bottom:.3em solid;
    border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after{
    margin-left:0
}
.dropright .dropdown-menu{
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:.125rem
}
.dropright .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:0;
    border-bottom:.3em solid transparent;
    border-left:.3em solid
}
.dropright .dropdown-toggle:empty::after{
    margin-left:0
}
.dropright .dropdown-toggle::after{
    vertical-align:0
}
.dropleft .dropdown-menu{
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:.125rem
}
.dropleft .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:""
}
.dropleft .dropdown-toggle::after{
    display:none
}
.dropleft .dropdown-toggle::before{
    display:inline-block;
    margin-right:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:.3em solid;
    border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty::after{
    margin-left:0
}
.dropleft .dropdown-toggle::before{
    vertical-align:0
}
.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{
    right:auto;
    bottom:auto
}
.dropdown-item{
    display:block;
    width:100%;
    padding:.25rem 1.5rem;
    clear:both;
    font-weight:400;
    color:#212529;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0
}
.dropdown-item:focus,.dropdown-item:hover{
    color:#16181b;
    text-decoration:none;
    background-color:#f8f9fa
}
.dropdown-item.active,.dropdown-item:active{
    color:#fff;
    text-decoration:none;
    background-color:#123b48
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:transparent
}
.dropdown-menu.show{
    display:block
}
.custom-control{
    position:relative;
    display:block;
    min-height:1rem;
    padding-left:1.5rem
}
.custom-control-inline{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:1rem
}
.custom-control-input{
    position:absolute;
    z-index:-1;
    opacity:0
}
.custom-control-input:checked~.custom-control-label::before{
    color:#fff;
    border-color:#123b48;
    background-color:#123b48
}
.custom-control-input:focus~.custom-control-label::before{
    -webkit-box-shadow:none;
    box-shadow:none
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color:#2c8fae
}
.custom-control-input:not(:disabled):active~.custom-control-label::before{
    color:#fff;
    background-color:#3eaccf;
    border-color:#3eaccf
}
.custom-control-input:disabled~.custom-control-label{
    color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before{
    background-color:#e9ecef
}
.custom-control-label{
    position:relative;
    margin-bottom:0;
    vertical-align:top
}
.custom-control-label::before{
    position:absolute;
    top:0;
    left:-1.5rem;
    display:block;
    width:1rem;
    height:1rem;
    pointer-events:none;
    content:"";
    background-color:#fff;
    border:#adb5bd solid 1px
}
.custom-control-label::after{
    position:absolute;
    top:0;
    left:-1.5rem;
    display:block;
    width:1rem;
    height:1rem;
    content:"";
    background:no-repeat 50%/50% 50%
}
.custom-control-label::before{
    -webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .custom-control-label::before{
        -webkit-transition:none;
        transition:none
    }
}
.nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav-link{
    display:block;
    padding:.5rem 1rem
}
.nav-link:focus,.nav-link:hover{
    text-decoration:none
}
.nav-link.disabled{
    color:#6c757d;
    pointer-events:none;
    cursor:default
}
.nav-tabs{
    border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item{
    margin-bottom:-1px
}
.nav-tabs .nav-link{
    border:1px solid transparent;
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
    border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled{
    color:#6c757d;
    background-color:transparent;
    border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    color:#495057;
    background-color:#fff;
    border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.navbar{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0 25px
}
.iubh-hero-list-wrapper .navbar>.iubh-container-fluid,.navbar>.container,.navbar>.container-fluid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar-nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0;
    font-size:large;
}

    .navbar-nav a {
        font-size:large;
    }

.navbar-nav .dropdown-menu{
    position:static;
    float:none
}
@media (max-width:459.98px){
    .iubh-hero-list-wrapper .navbar-expand-sm>.iubh-container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:460px){
    .iubh-hero-list-wrapper .navbar-expand-sm>.iubh-container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
}
@media (max-width:699.98px){
    .iubh-hero-list-wrapper .navbar-expand-md>.iubh-container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:700px){
    .iubh-hero-list-wrapper .navbar-expand-md>.iubh-container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
}
@media (max-width:768.98px){
    .iubh-hero-list-wrapper .navbar-expand-lg>.iubh-container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:769px){
    .iubh-hero-list-wrapper .navbar-expand-lg>.iubh-container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
}
@media (max-width:1199.98px){
    .iubh-hero-list-wrapper .navbar-expand-nv>.iubh-container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:1200px){
    .iubh-hero-list-wrapper .navbar-expand-nv>.iubh-container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
}
@media (max-width:1439.98px){
    .iubh-hero-list-wrapper .navbar-expand-xl>.iubh-container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:1440px){
    .iubh-hero-list-wrapper .navbar-expand-xl>.iubh-container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
}
.iubh-hero-list-wrapper .navbar-expand>.iubh-container-fluid{
    padding-right:0;
    padding-left:0
}
.iubh-hero-list-wrapper .navbar-expand>.iubh-container-fluid{
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.card{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgba(0,0,0,.125);
    border-radius:.25rem
}
.card>hr{
    margin-right:0;
    margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child{
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child{
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.accordion>.card{
    overflow:hidden
}
.accordion>.card:not(:first-of-type):not(:last-of-type){
    border-bottom:0;
    border-radius:0
}
.accordion>.card:first-of-type{
    border-bottom:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.accordion>.card:last-of-type{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.breadcrumb{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:.75rem 1rem;
    margin-bottom:1rem;
    list-style:none;
    background-color:#e9ecef;
    border-radius:.25rem
}
.pagination{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding-left:0;
    list-style:none;
    border-radius:.25rem
}
.badge{
    display:inline-block;
    padding:.25em .4em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25rem;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .badge{
        -webkit-transition:none;
        transition:none
    }
}
a.badge:focus,a.badge:hover{
    text-decoration:none
}
.badge:empty{
    display:none
}
.btn .badge{
    position:relative;
    top:-1px
}
.badge-unit{
    color:#fff;
    background-color:#009091
}
a.badge-unit:focus,a.badge-unit:hover{
    color:#fff;
    background-color:#005d5e
}
a.badge-unit.focus,a.badge-unit:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 .2rem rgba(0,144,145,.5);
    box-shadow:0 0 0 .2rem rgba(0,144,145,.5)
}
.alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.25rem
}
.alert-success{
    color:#395e17;
    background-color:#e2f0d5;
    border-color:#d6eac4
}
.alert-success hr{
    border-top-color:#c9e3b1
}
@-webkit-keyframes progress-bar-stripes{
    from{
        background-position:1rem 0
    }
    to{
        background-position:0 0
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:1rem 0
    }
    to{
        background-position:0 0
    }
}
.progress{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:1rem;
    overflow:hidden;
    font-size:.75rem;
    background-color:#e9ecef;
    border-radius:.25rem
}
.progress-bar{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    background-color:#123b48;
    -webkit-transition:width .6s ease;
    transition:width .6s ease
}
@media (prefers-reduced-motion:reduce){
    .progress-bar{
        -webkit-transition:none;
        transition:none
    }
}
.progress-bar-striped{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size:1rem 1rem
}
.progress-bar-animated{
    -webkit-animation:progress-bar-stripes 1s linear infinite;
    animation:progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce){
    .progress-bar-animated{
        -webkit-animation:none;
        animation:none
    }
}
.media{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.list-group{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0
}
.list-group-item{
    position:relative;
    display:block;
    padding:.75rem 1.25rem;
    margin-bottom:-1px;
    background-color:#fff;
    border:1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child{
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.list-group-item:last-child{
    margin-bottom:0;
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.list-group-item.disabled,.list-group-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:#fff
}
.list-group-item.active{
    z-index:2;
    color:#fff;
    background-color:#123b48;
    border-color:#123b48
}
.close{
    float:right;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.5
}
.close:hover{
    color:#000;
    text-decoration:none
}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{
    opacity:.75
}
button.close{
    padding:0;
    background-color:transparent;
    border:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
a.close.disabled{
    pointer-events:none
}
.toast{
    max-width:350px;
    overflow:hidden;
    font-size:.875rem;
    background-color:rgba(255,255,255,.85);
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.1);
    -webkit-box-shadow:0 .25rem .75rem rgba(0,0,0,.1);
    box-shadow:0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    opacity:0;
    border-radius:.25rem
}
.toast:not(:last-child){
    margin-bottom:.75rem
}
.toast.showing{
    opacity:1
}
.toast.show{
    display:block;
    opacity:1
}
.toast.hide{
    display:none
}
.modal-open{
    overflow:hidden
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    -webkit-transition:-webkit-transform .3s ease-out;
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform:translate(0,-50px);
    transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce){
    .modal.fade .modal-dialog{
        -webkit-transition:none;
        transition:none
    }
}
.modal.show .modal-dialog{
    -webkit-transform:none;
    transform:none
}
.modal-content{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:0 solid rgba(0,0,0,.2);
    border-radius:.3rem;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem 1rem;
    border-bottom:0 solid #dee2e6;
    border-top-left-radius:.3rem;
    border-top-right-radius:.3rem
}
.modal-header .close{
    padding:1rem 1rem;
    margin:-1rem -1rem -1rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1
}
.modal-body{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media (min-width:460px){
    .modal-dialog{
        max-width:80%;
        margin:1.75rem auto
    }
}
.tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    margin:0;
    font-family:Arial;
    font-style:normal;
    font-weight:400;
    line-height:1;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    white-space:normal;
    line-break:auto;
    font-size:.875rem;
    word-wrap:break-word;
    opacity:0
}
.tooltip.show{
    opacity:.9
}
.tooltip .arrow{
    position:absolute;
    display:block;
    width:.8rem;
    height:.4rem
}
.tooltip .arrow::before{
    position:absolute;
    content:"";
    border-color:transparent;
    border-style:solid
}
.tooltip-inner{
    max-width:200px;
    padding:.25rem .5rem;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:.25rem
}
.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:block;
    max-width:400px;
    font-family:Arial;
    font-style:normal;
    font-weight:400;
    line-height:1;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    white-space:normal;
    line-break:auto;
    font-size:.875rem;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:.3rem
}
.popover .arrow{
    position:absolute;
    display:block;
    width:1rem;
    height:.5rem;
    margin:0 .3rem
}
.popover .arrow::after,.popover .arrow::before{
    position:absolute;
    display:block;
    content:"";
    border-color:transparent;
    border-style:solid
}
.bs-popover-auto[x-placement^=top],.bs-popover-top{
    margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{
    bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{
    bottom:0;
    border-width:.5rem .5rem 0;
    border-top-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{
    bottom:1px;
    border-width:.5rem .5rem 0;
    border-top-color:#fff
}
.bs-popover-auto[x-placement^=right],.bs-popover-right{
    margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{
    left:calc((.5rem + 1px) * -1);
    width:.5rem;
    height:1rem;
    margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{
    left:0;
    border-width:.5rem .5rem .5rem 0;
    border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{
    left:1px;
    border-width:.5rem .5rem .5rem 0;
    border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{
    margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{
    top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{
    top:0;
    border-width:0 .5rem .5rem .5rem;
    border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{
    top:1px;
    border-width:0 .5rem .5rem .5rem;
    border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:1rem;
    margin-left:-.5rem;
    content:"";
    border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],.bs-popover-left{
    margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{
    right:calc((.5rem + 1px) * -1);
    width:.5rem;
    height:1rem;
    margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{
    right:0;
    border-width:.5rem 0 .5rem .5rem;
    border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{
    right:1px;
    border-width:.5rem 0 .5rem .5rem;
    border-left-color:#fff
}
.popover-header{
    padding:.5rem .75rem;
    margin-bottom:0;
    font-size:1rem;
    color:#123b48;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-top-left-radius:calc(.3rem - 1px);
    border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty{
    display:none
}
.popover-body{
    padding:30px 20px;
    color:#212529
}
.carousel{
    position:relative
}
.carousel.pointer-event{
    -ms-touch-action:pan-y;
    touch-action:pan-y
}
.carousel-item{
    position:relative;
    display:none;
    float:left;
    width:100%;
    margin-right:-100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:-webkit-transform .6s ease-in-out;
    transition:-webkit-transform .6s ease-in-out;
    transition:transform .6s ease-in-out;
    transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .carousel-item{
        -webkit-transition:none;
        transition:none
    }
}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{
    display:block
}
.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){
    -webkit-transform:translateX(100%);
    transform:translateX(100%)
}
.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%)
}
.carousel-indicators{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    z-index:15;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-left:0;
    margin-right:15%;
    margin-left:15%;
    list-style:none
}
.carousel-indicators li{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    width:30px;
    height:3px;
    margin-right:3px;
    margin-left:3px;
    text-indent:-999px;
    cursor:pointer;
    background-color:#fff;
    background-clip:padding-box;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    opacity:.5;
    -webkit-transition:opacity .6s ease;
    transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce){
    .carousel-indicators li{
        -webkit-transition:none;
        transition:none
    }
}
.carousel-indicators .active{
    opacity:1
}
@-webkit-keyframes spinner-border{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spinner-border{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spinner-grow{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:1
    }
}
.align-middle{
    vertical-align:middle!important
}
.bg-danger{
    background-color:#cd3a04!important
}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{
    background-color:#9b2c03!important
}
.bg-light{
    background-color:#f8f9fa!important
}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
    background-color:#dae0e5!important
}
.bg-white,.comment-list>.comment article{
    background-color:#fff!important
}
a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{
    background-color:#e6e6e6!important
}
.bg-unit,.comments .comment_submit:hover{
    background-color:#009091!important
}
.comments a.comment_submit:focus:hover,.comments a.comment_submit:hover,.comments button.comment_submit:focus:hover,.comments button.comment_submit:hover,a.bg-unit:focus,a.bg-unit:hover,button.bg-unit:focus,button.bg-unit:hover{
    background-color:#005d5e!important
}
.bg-light-grey{
    background-color:#f6f6f6!important
}
a.bg-light-grey:focus,a.bg-light-grey:hover,button.bg-light-grey:focus,button.bg-light-grey:hover{
    background-color:#ddd!important
}
.bg-white,.comment-list>.comment article{
    background-color:#fff!important
}
.border{
    border:1px solid #dee2e6!important
}
.border-right{
    border-right:1px solid #dee2e6!important
}
.border-bottom{
    border-bottom:1px solid #dee2e6!important
}
.border-left{
    border-left:1px solid #dee2e6!important
}
.border-0{
    border:0!important
}
.rounded{
    border-radius:.25rem!important
}
.rounded-0{
    border-radius:0!important
}
.SiteOrigin_Widget_Category_Teaser_Widget .grid-17,.Teaser_Widget .grid-17,.comments .depth-1 .comment-author img,.comments .hp,.d-none,article.comment-body .comment-author .says{
    display:none!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.comments .comment-awaiting-moderation,.comments .depth-1 .children .comment-author img,.d-block{
    display:block!important
}
.d-flex{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
@media (min-width:460px){
    .d-sm-none{
        display:none!important
    }
    .d-sm-inline{
        display:inline!important
    }
    .d-sm-inline-block{
        display:inline-block!important
    }
    .d-sm-block{
        display:block!important
    }
    .d-sm-flex{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important
    }
}
@media (min-width:700px){
    .d-md-none{
        display:none!important
    }
}
@media (min-width:769px){
    .d-lg-none{
        display:none!important
    }
    .d-lg-inline-block{
        display:inline-block!important
    }
    .SiteOrigin_Widget_Category_Teaser_Widget .grid-17,.Teaser_Widget .grid-17,.d-lg-block{
        display:block!important
    }
    .d-lg-flex{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important
    }
}
@media (min-width:1200px){
    .d-nv-inline-block{
        display:inline-block!important
    }
    .d-nv-flex{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important
    }
}
@media (min-width:1440px){
    .d-xl-none{
        display:none!important
    }
    .d-xl-block{
        display:block!important
    }
}
.flex-row{
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:row!important;
    flex-direction:row!important
}
.flex-column{
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
}
.flex-wrap{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
}
.flex-shrink-1{
    -ms-flex-negative:1!important;
    flex-shrink:1!important
}
.justify-content-end{
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
}
.justify-content-center{
    -webkit-box-pack:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important
}
.justify-content-between{
    -webkit-box-pack:justify!important;
    -ms-flex-pack:justify!important;
    justify-content:space-between!important
}
.justify-content-around{
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important
}
.align-items-center{
    -webkit-box-align:center!important;
    -ms-flex-align:center!important;
    align-items:center!important
}
.align-self-center{
    -ms-flex-item-align:center!important;
    align-self:center!important
}
.align-self-baseline{
    -ms-flex-item-align:baseline!important;
    align-self:baseline!important
}
@media (min-width:460px){
    .flex-sm-row-reverse{
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction:reverse!important;
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
}
@media (min-width:769px){
    .justify-content-lg-start{
        -webkit-box-pack:start!important;
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
}
.float-left{
    float:left!important
}
.float-right{
    float:right!important
}
.position-static{
    position:static!important
}
.position-relative,article.comment-body .comment-author{
    position:relative!important
}
.position-absolute,article.comment-body .comment-author img{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
}
.fixed-bottom{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1030
}
@supports ((position: -webkit-sticky) or (position: sticky)){
    .sticky-top{
        position:-webkit-sticky;
        position:sticky;
        top:0;
        z-index:1020
    }
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0
}
.shadow-sm{
    -webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow{
    -webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.w-100{
    width:100%!important
}
.h-100{
    height:100%!important
}
.vh-100{
    height:100vh!important
}
.m-0{
    margin:0!important
}
.mt-0,.my-0{
    margin-top:0!important
}
.mr-0,.mx-0{
    margin-right:0!important
}
.mb-0,.my-0,ol.children .comment .comment-body:last-child{
    margin-bottom:0!important
}
.ml-0,.mx-0{
    margin-left:0!important
}
.comment-list,.mt-1,.my-1,article.comment-body .comment-metadata{
    margin-top:.25rem!important
}
.mr-1,.mx-1{
    margin-right:.25rem!important
}
.comment-list,.mb-1,.my-1{
    margin-bottom:.25rem!important
}
.ml-1,.mx-1{
    margin-left:.25rem!important
}
.mt-2,.my-2{
    margin-top:.5rem!important
}
.mr-2,.mx-2{
    margin-right:.5rem!important
}
.mb-2,.my-2{
    margin-bottom:.5rem!important
}
.ml-2,.mx-2{
    margin-left:.5rem!important
}
.comments .comment-awaiting-moderation,.mt-3,.my-3{
    margin-top:1rem!important
}
.mr-3,.mx-3{
    margin-right:1rem!important
}
.comments .comment-awaiting-moderation,.mb-3,.my-3{
    margin-bottom:1rem!important
}
.ml-3,.mx-3{
    margin-left:1rem!important
}
.comment-list>.comment,.mt-4,.my-4,ol.children{
    margin-top:1.5rem!important
}
.mr-4,.mx-4{
    margin-right:1.5rem!important
}
.comment-list>.comment,.mb-4,.my-4,ol.children,ol.children .comment,ol.children .comment .comment-body{
    margin-bottom:1.5rem!important
}
.ml-4,.mx-4{
    margin-left:1.5rem!important
}
.mt-5,.my-5{
    margin-top:3rem!important
}
.mr-5,.mx-5{
    margin-right:3rem!important
}
.mb-5,.my-5{
    margin-bottom:3rem!important
}
.ml-5,.mx-5{
    margin-left:3rem!important
}
.p-0{
    padding:0!important
}
.pt-0{
    padding-top:0!important
}
.blog-content .panel-layout .container-fluid,.blog-content .panel-layout .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .blog-content .panel-layout .iubh-container-fluid,.pr-0,.px-0{
    padding-right:0!important
}
.blog-content .panel-layout .container-fluid,.blog-content .panel-layout .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .blog-content .panel-layout .iubh-container-fluid,.pl-0,.px-0{
    padding-left:0!important
}
.p-1{
    padding:.25rem!important
}
.pt-1,.py-1{
    padding-top:.25rem!important
}
.pb-1,.py-1{
    padding-bottom:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.pt-2,.py-2,article.comment-body .comment-content{
    padding-top:.5rem!important
}
.pr-2{
    padding-right:.5rem!important
}
.pb-2,.py-2,article.comment-body .comment-content{
    padding-bottom:.5rem!important
}
.pl-2{
    padding-left:.5rem!important
}
.comments .comment-awaiting-moderation{
    padding:1rem!important
}
.pt-3,.py-3{
    padding-top:1rem!important
}
.comments .comment-list>.comment article,.pr-3,.px-3{
    padding-right:1rem!important
}
.comment-form .logged-in-as,.pb-3,.py-3{
    padding-bottom:1rem!important
}
.comments .comment-list>.comment article,.pl-3,.px-3{
    padding-left:1rem!important
}
.p-4{
    padding:1.5rem!important
}
.comments .comment-list>.comment article,.pt-4,.py-4{
    padding-top:1.5rem!important
}
.comments .comment-list>.comment article,.pb-4,.py-4{
    padding-bottom:1.5rem!important
}
.py-5{
    padding-top:3rem!important
}
.comment-list,.pb-5,.py-5{
    padding-bottom:3rem!important
}
.mt-n1,.my-n1{
    margin-top:-.25rem!important
}
.mr-n1,.mx-n1{
    margin-right:-.25rem!important
}
.mb-n1,.my-n1{
    margin-bottom:-.25rem!important
}
.ml-n1,.mx-n1{
    margin-left:-.25rem!important
}
.mt-n2,.my-n2{
    margin-top:-.5rem!important
}
.mr-n2,.mx-n2{
    margin-right:-.5rem!important
}
.mb-n2,.my-n2{
    margin-bottom:-.5rem!important
}
.ml-n2,.mx-n2{
    margin-left:-.5rem!important
}
.mt-n3,.my-n3{
    margin-top:-1rem!important
}
.mr-n3,.mx-n3{
    margin-right:-1rem!important
}
.mb-n3,.my-n3{
    margin-bottom:-1rem!important
}
.ml-n3,.mx-n3{
    margin-left:-1rem!important
}
.mt-n4,.my-n4{
    margin-top:-1.5rem!important
}
.mr-n4,.mx-n4{
    margin-right:-1.5rem!important
}
.mb-n4,.my-n4{
    margin-bottom:-1.5rem!important
}
.ml-n4,.mx-n4{
    margin-left:-1.5rem!important
}
.mt-n5,.my-n5{
    margin-top:-3rem!important
}
.mr-n5,.mx-n5{
    margin-right:-3rem!important
}
.mb-n5,.my-n5{
    margin-bottom:-3rem!important
}
.ml-n5,.mx-n5{
    margin-left:-3rem!important
}
.mt-auto,.my-auto{
    margin-top:auto!important
}
.mr-auto,.mx-auto{
    margin-right:auto!important
}
.mb-auto,.my-auto{
    margin-bottom:auto!important
}
.ml-auto,.mx-auto{
    margin-left:auto!important
}
@media (min-width:460px){
    .mt-sm-0,.my-sm-0{
        margin-top:0!important
    }
    .mr-sm-0,.mx-sm-0{
        margin-right:0!important
    }
    .mb-sm-0,.my-sm-0{
        margin-bottom:0!important
    }
    .ml-sm-0,.mx-sm-0{
        margin-left:0!important
    }
    .mt-sm-1,.my-sm-1{
        margin-top:.25rem!important
    }
    .mr-sm-1,.mx-sm-1{
        margin-right:.25rem!important
    }
    .mb-sm-1,.my-sm-1{
        margin-bottom:.25rem!important
    }
    .ml-sm-1,.mx-sm-1{
        margin-left:.25rem!important
    }
    .mt-sm-2,.my-sm-2{
        margin-top:.5rem!important
    }
    .mr-sm-2,.mx-sm-2{
        margin-right:.5rem!important
    }
    .mb-sm-2,.my-sm-2{
        margin-bottom:.5rem!important
    }
    .ml-sm-2,.mx-sm-2{
        margin-left:.5rem!important
    }
    .mt-sm-3,.my-sm-3{
        margin-top:1rem!important
    }
    .mr-sm-3,.mx-sm-3{
        margin-right:1rem!important
    }
    .mb-sm-3,.my-sm-3{
        margin-bottom:1rem!important
    }
    .ml-sm-3,.mx-sm-3{
        margin-left:1rem!important
    }
    .mt-sm-4,.my-sm-4{
        margin-top:1.5rem!important
    }
    .mr-sm-4,.mx-sm-4{
        margin-right:1.5rem!important
    }
    .mb-sm-4,.my-sm-4{
        margin-bottom:1.5rem!important
    }
    .ml-sm-4,.mx-sm-4{
        margin-left:1.5rem!important
    }
    .mt-sm-5,.my-sm-5{
        margin-top:3rem!important
    }
    .mr-sm-5,.mx-sm-5{
        margin-right:3rem!important
    }
    .mb-sm-5,.my-sm-5{
        margin-bottom:3rem!important
    }
    .ml-sm-5,.mx-sm-5{
        margin-left:3rem!important
    }
    .mt-sm-n1,.my-sm-n1{
        margin-top:-.25rem!important
    }
    .mr-sm-n1,.mx-sm-n1{
        margin-right:-.25rem!important
    }
    .mb-sm-n1,.my-sm-n1{
        margin-bottom:-.25rem!important
    }
    .ml-sm-n1,.mx-sm-n1{
        margin-left:-.25rem!important
    }
    .mt-sm-n2,.my-sm-n2{
        margin-top:-.5rem!important
    }
    .mr-sm-n2,.mx-sm-n2{
        margin-right:-.5rem!important
    }
    .mb-sm-n2,.my-sm-n2{
        margin-bottom:-.5rem!important
    }
    .ml-sm-n2,.mx-sm-n2{
        margin-left:-.5rem!important
    }
    .mt-sm-n3,.my-sm-n3{
        margin-top:-1rem!important
    }
    .mr-sm-n3,.mx-sm-n3{
        margin-right:-1rem!important
    }
    .mb-sm-n3,.my-sm-n3{
        margin-bottom:-1rem!important
    }
    .ml-sm-n3,.mx-sm-n3{
        margin-left:-1rem!important
    }
    .mt-sm-n4,.my-sm-n4{
        margin-top:-1.5rem!important
    }
    .mr-sm-n4,.mx-sm-n4{
        margin-right:-1.5rem!important
    }
    .mb-sm-n4,.my-sm-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-sm-n4,.mx-sm-n4{
        margin-left:-1.5rem!important
    }
    .mt-sm-n5,.my-sm-n5{
        margin-top:-3rem!important
    }
    .mr-sm-n5,.mx-sm-n5{
        margin-right:-3rem!important
    }
    .mb-sm-n5,.my-sm-n5{
        margin-bottom:-3rem!important
    }
    .ml-sm-n5,.mx-sm-n5{
        margin-left:-3rem!important
    }
    .mt-sm-auto,.my-sm-auto{
        margin-top:auto!important
    }
    .mr-sm-auto,.mx-sm-auto{
        margin-right:auto!important
    }
    .mb-sm-auto,.my-sm-auto{
        margin-bottom:auto!important
    }
    .ml-sm-auto,.mx-sm-auto{
        margin-left:auto!important
    }
}
@media (min-width:700px){
    .mt-md-0,.my-md-0{
        margin-top:0!important
    }
    .mr-md-0,.mx-md-0{
        margin-right:0!important
    }
    .mb-md-0,.my-md-0{
        margin-bottom:0!important
    }
    .ml-md-0,.mx-md-0{
        margin-left:0!important
    }
    .mt-md-1,.my-md-1{
        margin-top:.25rem!important
    }
    .mr-md-1,.mx-md-1{
        margin-right:.25rem!important
    }
    .mb-md-1,.my-md-1{
        margin-bottom:.25rem!important
    }
    .ml-md-1,.mx-md-1{
        margin-left:.25rem!important
    }
    .mt-md-2,.my-md-2{
        margin-top:.5rem!important
    }
    .mr-md-2,.mx-md-2{
        margin-right:.5rem!important
    }
    .mb-md-2,.my-md-2{
        margin-bottom:.5rem!important
    }
    .ml-md-2,.mx-md-2{
        margin-left:.5rem!important
    }
    .mt-md-3,.my-md-3{
        margin-top:1rem!important
    }
    .mr-md-3,.mx-md-3{
        margin-right:1rem!important
    }
    .mb-md-3,.my-md-3{
        margin-bottom:1rem!important
    }
    .ml-md-3,.mx-md-3{
        margin-left:1rem!important
    }
    .mt-md-4,.my-md-4{
        margin-top:1.5rem!important
    }
    .mr-md-4,.mx-md-4{
        margin-right:1.5rem!important
    }
    .mb-md-4,.my-md-4{
        margin-bottom:1.5rem!important
    }
    .ml-md-4,.mx-md-4{
        margin-left:1.5rem!important
    }
    .mt-md-5,.my-md-5{
        margin-top:3rem!important
    }
    .mr-md-5,.mx-md-5{
        margin-right:3rem!important
    }
    .mb-md-5,.my-md-5{
        margin-bottom:3rem!important
    }
    .ml-md-5,.mx-md-5{
        margin-left:3rem!important
    }
    .mt-md-n1,.my-md-n1{
        margin-top:-.25rem!important
    }
    .mr-md-n1,.mx-md-n1{
        margin-right:-.25rem!important
    }
    .mb-md-n1,.my-md-n1{
        margin-bottom:-.25rem!important
    }
    .ml-md-n1,.mx-md-n1{
        margin-left:-.25rem!important
    }
    .mt-md-n2,.my-md-n2{
        margin-top:-.5rem!important
    }
    .mr-md-n2,.mx-md-n2{
        margin-right:-.5rem!important
    }
    .mb-md-n2,.my-md-n2{
        margin-bottom:-.5rem!important
    }
    .ml-md-n2,.mx-md-n2{
        margin-left:-.5rem!important
    }
    .mt-md-n3,.my-md-n3{
        margin-top:-1rem!important
    }
    .mr-md-n3,.mx-md-n3{
        margin-right:-1rem!important
    }
    .mb-md-n3,.my-md-n3{
        margin-bottom:-1rem!important
    }
    .ml-md-n3,.mx-md-n3{
        margin-left:-1rem!important
    }
    .mt-md-n4,.my-md-n4{
        margin-top:-1.5rem!important
    }
    .mr-md-n4,.mx-md-n4{
        margin-right:-1.5rem!important
    }
    .mb-md-n4,.my-md-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-md-n4,.mx-md-n4{
        margin-left:-1.5rem!important
    }
    .mt-md-n5,.my-md-n5{
        margin-top:-3rem!important
    }
    .mr-md-n5,.mx-md-n5{
        margin-right:-3rem!important
    }
    .mb-md-n5,.my-md-n5{
        margin-bottom:-3rem!important
    }
    .ml-md-n5,.mx-md-n5{
        margin-left:-3rem!important
    }
    .mt-md-auto,.my-md-auto{
        margin-top:auto!important
    }
    .mr-md-auto,.mx-md-auto{
        margin-right:auto!important
    }
    .mb-md-auto,.my-md-auto{
        margin-bottom:auto!important
    }
    .ml-md-auto,.mx-md-auto{
        margin-left:auto!important
    }
}
@media (min-width:769px){
    .mt-lg-0,.my-lg-0{
        margin-top:0!important
    }
    .mr-lg-0,.mx-lg-0{
        margin-right:0!important
    }
    .mb-lg-0,.my-lg-0{
        margin-bottom:0!important
    }
    .ml-lg-0,.mx-lg-0{
        margin-left:0!important
    }
    .mt-lg-1,.my-lg-1{
        margin-top:.25rem!important
    }
    .mr-lg-1,.mx-lg-1{
        margin-right:.25rem!important
    }
    .mb-lg-1,.my-lg-1{
        margin-bottom:.25rem!important
    }
    .ml-lg-1,.mx-lg-1{
        margin-left:.25rem!important
    }
    .mt-lg-2,.my-lg-2{
        margin-top:.5rem!important
    }
    .mr-lg-2,.mx-lg-2{
        margin-right:.5rem!important
    }
    .mb-lg-2,.my-lg-2{
        margin-bottom:.5rem!important
    }
    .ml-lg-2,.mx-lg-2{
        margin-left:.5rem!important
    }
    .mt-lg-3,.my-lg-3{
        margin-top:1rem!important
    }
    .mr-lg-3,.mx-lg-3{
        margin-right:1rem!important
    }
    .mb-lg-3,.my-lg-3{
        margin-bottom:1rem!important
    }
    .ml-lg-3,.mx-lg-3{
        margin-left:1rem!important
    }
    .mt-lg-4,.my-lg-4{
        margin-top:1.5rem!important
    }
    .mr-lg-4,.mx-lg-4{
        margin-right:1.5rem!important
    }
    .mb-lg-4,.my-lg-4{
        margin-bottom:1.5rem!important
    }
    .ml-lg-4,.mx-lg-4{
        margin-left:1.5rem!important
    }
    .mt-lg-5,.my-lg-5{
        margin-top:3rem!important
    }
    .mr-lg-5,.mx-lg-5{
        margin-right:3rem!important
    }
    .mb-lg-5,.my-lg-5{
        margin-bottom:3rem!important
    }
    .ml-lg-5,.mx-lg-5{
        margin-left:3rem!important
    }
    .px-lg-0{
        padding-right:0!important
    }
    .px-lg-0{
        padding-left:0!important
    }
    .mt-lg-n1,.my-lg-n1{
        margin-top:-.25rem!important
    }
    .mr-lg-n1,.mx-lg-n1{
        margin-right:-.25rem!important
    }
    .mb-lg-n1,.my-lg-n1{
        margin-bottom:-.25rem!important
    }
    .ml-lg-n1,.mx-lg-n1{
        margin-left:-.25rem!important
    }
    .mt-lg-n2,.my-lg-n2{
        margin-top:-.5rem!important
    }
    .mr-lg-n2,.mx-lg-n2{
        margin-right:-.5rem!important
    }
    .mb-lg-n2,.my-lg-n2{
        margin-bottom:-.5rem!important
    }
    .ml-lg-n2,.mx-lg-n2{
        margin-left:-.5rem!important
    }
    .mt-lg-n3,.my-lg-n3{
        margin-top:-1rem!important
    }
    .mr-lg-n3,.mx-lg-n3{
        margin-right:-1rem!important
    }
    .mb-lg-n3,.my-lg-n3{
        margin-bottom:-1rem!important
    }
    .ml-lg-n3,.mx-lg-n3{
        margin-left:-1rem!important
    }
    .mt-lg-n4,.my-lg-n4{
        margin-top:-1.5rem!important
    }
    .mr-lg-n4,.mx-lg-n4{
        margin-right:-1.5rem!important
    }
    .mb-lg-n4,.my-lg-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-lg-n4,.mx-lg-n4{
        margin-left:-1.5rem!important
    }
    .mt-lg-n5,.my-lg-n5{
        margin-top:-3rem!important
    }
    .mr-lg-n5,.mx-lg-n5{
        margin-right:-3rem!important
    }
    .mb-lg-n5,.my-lg-n5{
        margin-bottom:-3rem!important
    }
    .ml-lg-n5,.mx-lg-n5{
        margin-left:-3rem!important
    }
    .mt-lg-auto,.my-lg-auto{
        margin-top:auto!important
    }
    .mr-lg-auto,.mx-lg-auto{
        margin-right:auto!important
    }
    .mb-lg-auto,.my-lg-auto{
        margin-bottom:auto!important
    }
    .ml-lg-auto,.mx-lg-auto{
        margin-left:auto!important
    }
}
@media (min-width:1200px){
    .mt-nv-0,.my-nv-0{
        margin-top:0!important
    }
    .mr-nv-0,.mx-nv-0{
        margin-right:0!important
    }
    .mb-nv-0,.my-nv-0{
        margin-bottom:0!important
    }
    .ml-nv-0,.mx-nv-0{
        margin-left:0!important
    }
    .mt-nv-1,.my-nv-1{
        margin-top:.25rem!important
    }
    .mr-nv-1,.mx-nv-1{
        margin-right:.25rem!important
    }
    .mb-nv-1,.my-nv-1{
        margin-bottom:.25rem!important
    }
    .ml-nv-1,.mx-nv-1{
        margin-left:.25rem!important
    }
    .mt-nv-2,.my-nv-2{
        margin-top:.5rem!important
    }
    .mr-nv-2,.mx-nv-2{
        margin-right:.5rem!important
    }
    .mb-nv-2,.my-nv-2{
        margin-bottom:.5rem!important
    }
    .ml-nv-2,.mx-nv-2{
        margin-left:.5rem!important
    }
    .mt-nv-3,.my-nv-3{
        margin-top:1rem!important
    }
    .mr-nv-3,.mx-nv-3{
        margin-right:1rem!important
    }
    .mb-nv-3,.my-nv-3{
        margin-bottom:1rem!important
    }
    .ml-nv-3,.mx-nv-3{
        margin-left:1rem!important
    }
    .mt-nv-4,.my-nv-4{
        margin-top:1.5rem!important
    }
    .mr-nv-4,.mx-nv-4{
        margin-right:1.5rem!important
    }
    .mb-nv-4,.my-nv-4{
        margin-bottom:1.5rem!important
    }
    .ml-nv-4,.mx-nv-4{
        margin-left:1.5rem!important
    }
    .mt-nv-5,.my-nv-5{
        margin-top:3rem!important
    }
    .mr-nv-5,.mx-nv-5{
        margin-right:3rem!important
    }
    .mb-nv-5,.my-nv-5{
        margin-bottom:3rem!important
    }
    .ml-nv-5,.mx-nv-5{
        margin-left:3rem!important
    }
    .mt-nv-n1,.my-nv-n1{
        margin-top:-.25rem!important
    }
    .mr-nv-n1,.mx-nv-n1{
        margin-right:-.25rem!important
    }
    .mb-nv-n1,.my-nv-n1{
        margin-bottom:-.25rem!important
    }
    .ml-nv-n1,.mx-nv-n1{
        margin-left:-.25rem!important
    }
    .mt-nv-n2,.my-nv-n2{
        margin-top:-.5rem!important
    }
    .mr-nv-n2,.mx-nv-n2{
        margin-right:-.5rem!important
    }
    .mb-nv-n2,.my-nv-n2{
        margin-bottom:-.5rem!important
    }
    .ml-nv-n2,.mx-nv-n2{
        margin-left:-.5rem!important
    }
    .mt-nv-n3,.my-nv-n3{
        margin-top:-1rem!important
    }
    .mr-nv-n3,.mx-nv-n3{
        margin-right:-1rem!important
    }
    .mb-nv-n3,.my-nv-n3{
        margin-bottom:-1rem!important
    }
    .ml-nv-n3,.mx-nv-n3{
        margin-left:-1rem!important
    }
    .mt-nv-n4,.my-nv-n4{
        margin-top:-1.5rem!important
    }
    .mr-nv-n4,.mx-nv-n4{
        margin-right:-1.5rem!important
    }
    .mb-nv-n4,.my-nv-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-nv-n4,.mx-nv-n4{
        margin-left:-1.5rem!important
    }
    .mt-nv-n5,.my-nv-n5{
        margin-top:-3rem!important
    }
    .mr-nv-n5,.mx-nv-n5{
        margin-right:-3rem!important
    }
    .mb-nv-n5,.my-nv-n5{
        margin-bottom:-3rem!important
    }
    .ml-nv-n5,.mx-nv-n5{
        margin-left:-3rem!important
    }
    .mt-nv-auto,.my-nv-auto{
        margin-top:auto!important
    }
    .mr-nv-auto,.mx-nv-auto{
        margin-right:auto!important
    }
    .mb-nv-auto,.my-nv-auto{
        margin-bottom:auto!important
    }
    .ml-nv-auto,.mx-nv-auto{
        margin-left:auto!important
    }
}
@media (min-width:1440px){
    .mt-xl-0,.my-xl-0{
        margin-top:0!important
    }
    .mr-xl-0,.mx-xl-0{
        margin-right:0!important
    }
    .mb-xl-0,.my-xl-0{
        margin-bottom:0!important
    }
    .ml-xl-0,.mx-xl-0{
        margin-left:0!important
    }
    .mt-xl-1,.my-xl-1{
        margin-top:.25rem!important
    }
    .mr-xl-1,.mx-xl-1{
        margin-right:.25rem!important
    }
    .mb-xl-1,.my-xl-1{
        margin-bottom:.25rem!important
    }
    .ml-xl-1,.mx-xl-1{
        margin-left:.25rem!important
    }
    .mt-xl-2,.my-xl-2{
        margin-top:.5rem!important
    }
    .mr-xl-2,.mx-xl-2{
        margin-right:.5rem!important
    }
    .mb-xl-2,.my-xl-2{
        margin-bottom:.5rem!important
    }
    .ml-xl-2,.mx-xl-2{
        margin-left:.5rem!important
    }
    .mt-xl-3,.my-xl-3{
        margin-top:1rem!important
    }
    .mr-xl-3,.mx-xl-3{
        margin-right:1rem!important
    }
    .mb-xl-3,.my-xl-3{
        margin-bottom:1rem!important
    }
    .ml-xl-3,.mx-xl-3{
        margin-left:1rem!important
    }
    .mt-xl-4,.my-xl-4{
        margin-top:1.5rem!important
    }
    .mr-xl-4,.mx-xl-4{
        margin-right:1.5rem!important
    }
    .mb-xl-4,.my-xl-4{
        margin-bottom:1.5rem!important
    }
    .ml-xl-4,.mx-xl-4{
        margin-left:1.5rem!important
    }
    .mt-xl-5,.my-xl-5{
        margin-top:3rem!important
    }
    .mr-xl-5,.mx-xl-5{
        margin-right:3rem!important
    }
    .mb-xl-5,.my-xl-5{
        margin-bottom:3rem!important
    }
    .ml-xl-5,.mx-xl-5{
        margin-left:3rem!important
    }
    .mt-xl-n1,.my-xl-n1{
        margin-top:-.25rem!important
    }
    .mr-xl-n1,.mx-xl-n1{
        margin-right:-.25rem!important
    }
    .mb-xl-n1,.my-xl-n1{
        margin-bottom:-.25rem!important
    }
    .ml-xl-n1,.mx-xl-n1{
        margin-left:-.25rem!important
    }
    .mt-xl-n2,.my-xl-n2{
        margin-top:-.5rem!important
    }
    .mr-xl-n2,.mx-xl-n2{
        margin-right:-.5rem!important
    }
    .mb-xl-n2,.my-xl-n2{
        margin-bottom:-.5rem!important
    }
    .ml-xl-n2,.mx-xl-n2{
        margin-left:-.5rem!important
    }
    .mt-xl-n3,.my-xl-n3{
        margin-top:-1rem!important
    }
    .mr-xl-n3,.mx-xl-n3{
        margin-right:-1rem!important
    }
    .mb-xl-n3,.my-xl-n3{
        margin-bottom:-1rem!important
    }
    .ml-xl-n3,.mx-xl-n3{
        margin-left:-1rem!important
    }
    .mt-xl-n4,.my-xl-n4{
        margin-top:-1.5rem!important
    }
    .mr-xl-n4,.mx-xl-n4{
        margin-right:-1.5rem!important
    }
    .mb-xl-n4,.my-xl-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-xl-n4,.mx-xl-n4{
        margin-left:-1.5rem!important
    }
    .mt-xl-n5,.my-xl-n5{
        margin-top:-3rem!important
    }
    .mr-xl-n5,.mx-xl-n5{
        margin-right:-3rem!important
    }
    .mb-xl-n5,.my-xl-n5{
        margin-bottom:-3rem!important
    }
    .ml-xl-n5,.mx-xl-n5{
        margin-left:-3rem!important
    }
    .mt-xl-auto,.my-xl-auto{
        margin-top:auto!important
    }
    .mr-xl-auto,.mx-xl-auto{
        margin-right:auto!important
    }
    .mb-xl-auto,.my-xl-auto{
        margin-bottom:auto!important
    }
    .ml-xl-auto,.mx-xl-auto{
        margin-left:auto!important
    }
}
.text-left{
    text-align:left!important
}
.text-right{
    text-align:right!important
}
.text-center{
    text-align:center!important
}
@media (min-width:769px){
    .text-lg-left{
        text-align:left!important
    }
    .text-lg-right{
        text-align:right!important
    }
}
.text-uppercase,article.comment-body .comment-metadata{
    text-transform:uppercase!important
}
.font-weight-light{
    font-weight:300!important
}
.font-weight-normal{
    font-weight:400!important
}
.comments .comment-edit-link,.font-weight-bold{
    font-weight:700!important
}
.font-italic{
    font-style:italic!important
}
.text-accordion-bg,.text-white{
    color:#fff!important
}
.text-primary,article.comment-body .comment-author .fn,article.comment-body .comment-content{
    color:#123b48!important
}
a.text-primary:focus,a.text-primary:hover,article.comment-body .comment-author a.fn:focus,article.comment-body .comment-author a.fn:hover,article.comment-body a.comment-content:focus,article.comment-body a.comment-content:hover{
    color:#03090b!important
}
.text-secondary{
    color:#6c757d!important
}
a.text-secondary:focus,a.text-secondary:hover{
    color:#494f54!important
}
.text-info{
    color:#17a2b8!important
}
a.text-info:focus,a.text-info:hover{
    color:#0f6674!important
}
.text-danger{
    color:#cd3a04!important
}
a.text-danger:focus,a.text-danger:hover{
    color:#822503!important
}
.text-dark{
    color:#103440!important
}
a.text-dark:focus,a.text-dark:hover{
    color:#010203!important
}
.text-accordion-bg,.text-white{
    color:#fff!important
}
a.text-accordion-bg:focus,a.text-accordion-bg:hover,a.text-white:focus,a.text-white:hover{
    color:#d9d9d9!important
}
.comments .comment-edit-link,.comments .g-iubh-header-link,.comments .g-iubh-overlay-icon,.comments .reply,.text-iubh-green,.text-unit{
    color:#009091!important
}
.comments a.comment-edit-link:focus,.comments a.comment-edit-link:hover,.comments a.g-iubh-header-link:focus,.comments a.g-iubh-header-link:hover,.comments a.g-iubh-overlay-icon:focus,.comments a.g-iubh-overlay-icon:hover,.comments a.reply:focus,.comments a.reply:hover,a.text-iubh-green:focus,a.text-iubh-green:hover,a.text-unit:focus,a.text-unit:hover{
    color:#004445!important
}
.text-grey,.text-main-color-dm,.unit-text,article.comment-body .comment-metadata{
    color:#62747e!important
}
a.text-grey:focus,a.text-grey:hover,a.text-main-color-dm:focus,a.text-main-color-dm:hover,a.unit-text:focus,a.unit-text:hover,article.comment-body a.comment-metadata:focus,article.comment-body a.comment-metadata:hover{
    color:#414c53!important
}
.text-muted{
    color:#6c757d!important
}
.visible{
    visibility:visible!important
}
.invisible{
    visibility:hidden!important
}
@media print{
    *,::after,::before{
        text-shadow:none!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important
    }
    a:not(.btn){
        text-decoration:underline
    }
    abbr[title]::after{
        content:" (" attr(title) ")"
    }
    pre{
        white-space:pre-wrap!important
    }
    blockquote,pre{
        border:1px solid #adb5bd;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    img,tr{
        page-break-inside:avoid
    }
    h2,h3,p{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
    @page{
        size:a3
    }
    body{
        min-width:769px!important
    }
    .container{
        min-width:769px!important
    }
    .navbar{
        display:none
    }
    .badge{
        border:1px solid #000
    }
    .table{
        border-collapse:collapse!important
    }
    .table td,.table th{
        background-color:#fff!important
    }
}
.h1,h1{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    text-shadow:0 1px 0 rgba(0,0,0,.34);
    -moz-text-shadow:0 1px 0 rgba(0,0,0,.34);
    -webkit-text-shadow:0 1px 0 rgba(0,0,0,.34)
}
@media (min-width:460px){
    .h1,h1{
        font-size:3.75rem
    }
}
@media (min-width:769px){
    .h1,h1{
        font-size:4.063rem
    }
}
.h2,h2{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    text-shadow:0 1px 0 rgba(0,0,0,.34);
    -moz-text-shadow:0 1px 0 rgba(0,0,0,.34);
    -webkit-text-shadow:0 1px 0 rgba(0,0,0,.34)
}
@media (min-width:460px){
    .h2,h2{
        font-size:2.5rem
    }
}
@media (min-width:769px){
    .h2,h2{
        font-size:2.813rem
    }
}
.h3,h3{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    text-shadow:0 1px 0 rgba(0,0,0,.34);
    -moz-text-shadow:0 1px 0 rgba(0,0,0,.34);
    -webkit-text-shadow:0 1px 0 rgba(0,0,0,.34)
}
@media (min-width:460px){
    .h3,h3{
        font-size:1.875rem
    }
}
@media (min-width:769px){
    .h3,h3{
        font-size:2.188rem
    }
}
.g-iubh-modal-header .iubh-modal-heading,.h4,article.comment-body .comment-author .fn,h4{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    text-shadow:0 1px 0 rgba(0,0,0,.34);
    -moz-text-shadow:0 1px 0 rgba(0,0,0,.34);
    -webkit-text-shadow:0 1px 0 rgba(0,0,0,.34)
}
@media (min-width:460px){
    .g-iubh-modal-header .iubh-modal-heading,.h4,article.comment-body .comment-author .fn,h4{
        font-size:1.25rem
    }
}
@media (min-width:769px){
    .g-iubh-modal-header .iubh-modal-heading,.h4,article.comment-body .comment-author .fn,h4{
        font-size:1.5rem
    }
}
.g-iubh-table .iubh-tr.iubh-h,.h5,h5{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    text-shadow:0 1px 0 rgba(0,0,0,.34);
    -moz-text-shadow:0 1px 0 rgba(0,0,0,.34);
    -webkit-text-shadow:0 1px 0 rgba(0,0,0,.34)
}
@media (min-width:460px){
    .g-iubh-table .iubh-tr.iubh-h,.h5,h5{
        font-size:1.125rem
    }
}
@media (min-width:769px){
    .g-iubh-table .iubh-tr.iubh-h,.h5,h5{
        font-size:1.25rem
    }
}
.g-iubh-modal-header .iubh-modal-heading,.g-iubh-table .iubh-tr.iubh-h,.h4,.h5,article.comment-body .comment-author .fn,h4,h5{
    text-shadow:none;
    -moz-text-shadow:none;
    -webkit-text-shadow:none
}
.container-fluid,.iubh-hero-list-wrapper .iubh-container-fluid{
    max-width:1200px
}
a.text-primary:hover,article.comment-body .comment-author a.fn:hover,article.comment-body a.comment-content:hover{
    color:#123b48!important
}
a.text-secondary:hover{
    color:#6c757d!important
}
a.text-info:hover{
    color:#17a2b8!important
}
a.text-danger:hover{
    color:#cd3a04!important
}
a.text-dark:hover{
    color:#103440!important
}
a.text-accordion-bg:hover,a.text-white:hover{
    color:#fff!important
}
.comments a.comment-edit-link:hover,.comments a.g-iubh-header-link:hover,.comments a.g-iubh-overlay-icon:hover,.comments a.reply:hover,a.text-iubh-green:hover,a.text-unit:hover{
    color:#009091!important
}
a.text-grey:hover,a.text-main-color-dm:hover,a.unit-text:hover,article.comment-body a.comment-metadata:hover{
    color:#62747e!important
}
.iubh-logos-3{
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:460px){
    .iubh-logos-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
@media (min-width:769px){
    .iubh-logos-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
}
.iubh-logos-4{
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:460px){
    .iubh-logos-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
@media (min-width:769px){
    .iubh-logos-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
.iubh-logos-5{
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:460px){
    .iubh-logos-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
@media (min-width:769px){
    .iubh-logos-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
}
.iubh-logos-6{
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:460px){
    .iubh-logos-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
@media (min-width:769px){
    .iubh-logos-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
}
.iubh-logos-7{
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:460px){
    .iubh-logos-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
@media (min-width:769px){
    .iubh-logos-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 14.28571%;
        flex:0 0 14.28571%;
        max-width:14.28571%
    }
}
.iubh-logos-8{
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:460px){
    .iubh-logos-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
}
@media (min-width:769px){
    .iubh-logos-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 12.5%;
        flex:0 0 12.5%;
        max-width:12.5%
    }
}
.collapsing.width{
    -webkit-transition-property:width;
    transition-property:width;
    width:0;
    height:auto
}
.popover{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
@media (max-width:699.98px){
    .popover{
        max-width:97%
    }
}
.modal-body{
    overflow-y:auto
}
.modal-content{
    max-height:100%;
    height:100%;
    overflow:hidden
}
#signWithWebIdModal .modal-content{
    height:auto
}
.modal-dialog{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    max-width:1200px
}
@media (min-width:769px){
    .modal-dialog{
        padding-left:8.3%;
        padding-right:8.3%
    }
}
@media (max-width:768.98px){
    .modal-dialog{
        margin:0
    }
    .modal-dialog .modal-content{
        border:none;
        border-radius:0
    }
}
.modal-header{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto
}
.modal.fade .modal-dialog{
    -webkit-transform:translate(0,25%);
    transform:translate(0,25%)
}
.modal.show .modal-dialog{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
}
.modal{
    overflow:hidden!important
}
.popover .arrow{
    -webkit-transform:translateX(5px);
    transform:translateX(5px)
}
.unit-text{
    line-height:1.15rem;
    margin-bottom:30px
}
.bg-unit,.comments .comment_submit:hover{
    background:#009091!important
}
.SiteOrigin_Widget_a3Editor_Widget.panel-no-style:not(.wrap){
    max-width:100%!important
}
.SiteOrigin_Widget_a3Editor_Widget.panel-no-style:not(.wrap) .grid-100{
    padding-right:0!important;
    padding-left:0!important
}
@font-face{
    font-family:'Passion One';
    font-style:normal;
    font-weight:400;
    src:local("Passion One Regular"),local("PassionOne-Regular"),url(../font/passion-one-v8-latin_latin-ext-regular.woff2) format("woff2"),url(../font/passion-one-v8-latin_latin-ext-regular.woff) format("woff"),url(../font/passion-one-v8-latin_latin-ext-regular.ttf) format("ttf")
}
.font-large-3{
    font-size:1.563rem
}
.align_bottom{
    bottom:0
}
*{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
a,a:active,a:focus,a:hover{
    color:inherit
}
.vh-100{
    height:100vh!important
}
.bgDark{
    background:#103440
}
button{
    border:none;
    background:0 0;
    color:inherit;
    padding:0;
    cursor:pointer
}
button:focus{
    outline:0
}
a,input,textarea{
    border-radius:0
}
a:focus,input:focus,textarea:focus{
    outline:0;
    outline-offset:0
}
select{
    border-radius:0;
    -moz-appearance:none;
    -webkit-appearance:none
}
select ::-ms-expand{
    display:none
}
select:focus{
    outline:0
}
label{
    margin:0
}
[data-toggle=modal],[data-toggle=overlay]{
    cursor:pointer
}
html{
    overflow:scroll;
    -webkit-overflow-scrolling:touch
}
.g-iubh-flex-stretch{
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px
}
.g-iubh-flex-stay{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto
}
.g-iubh-label{
    font-family:Arial;
    text-transform:uppercase;
    font-weight:700;
    color:#123b48;
    font-size:14px;
    line-height:1;
    margin-bottom:5px
}
a.g-iubh-label.iubh-llink{
    color:#009091;
    display:block
}
.g-iubh-rh{
    margin-bottom:15px
}
.g-iubh-title{
    font-family:Arial;
    font-size:14px;
    font-style:italic
}
.g-iubh-body1,.g-iubh-r,.popover-body{
    font-size:16px;
    line-height:24px;
    color:#62747e
}
.g-iubh-r .g-iubh-check-anchor .g-iubh-header-link{
    color:#009091;
    padding-bottom:0
}
.g-iubh-r h5,.g-iubh-r>h4{
    margin-bottom:5px!important
}
.g-iubh-r ol,.g-iubh-r>ul{
    padding-left:0;
    list-style-type:none;
    margin-top:10px
}
.g-iubh-r ol li,.g-iubh-r>ul li{
    margin-bottom:15px;
    margin-left:35px;
    list-style-type:none;
    position:relative
}
.g-iubh-r ol li ol,.g-iubh-r ol li ul,.g-iubh-r>ul li ol,.g-iubh-r>ul li ul{
    margin-top:15px!important
}
.g-iubh-r ol li:before,.g-iubh-r>ul li:before{
    position:absolute;
    font-weight:700;
    margin:0;
    padding:0;
    padding-left:1px;
    left:-35px;
    font-size:22px;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
.g-iubh-r ol li a,.g-iubh-r>ul li a{
    color:#009091;
    text-decoration:underline
}
.g-iubh-r ol li a:hover,.g-iubh-r>ul li a:hover{
    text-decoration:none
}
.g-iubh-r ol.checkicon li:before,.g-iubh-r>ul.checkicon li:before{
    font-weight:400;
    font-size:20px;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
.g-iubh-r td a{
    color:#009091;
    text-decoration:underline
}
.g-iubh-r td a:hover{
    text-decoration:none
}
.g-iubh-r .arrow_right{
    color:#009091;
    display:inline-block;
    font-size:15px;
    padding-bottom:14px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    cursor:pointer;
    font-weight:700;
    line-height:0;
    text-decoration:none;
    background:0 0;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom-color:initial;
    -webkit-transition:border .2s;
    transition:border .2s
}
.g-iubh-r .arrow_right:hover{
    text-decoration:none!important;
    border-bottom-color:transparent
}
.g-iubh-r .arrow_right:after{
    margin-left:8px;
    font-size:12px;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
.g-iubh-r>p{
    margin-bottom:24px
}
.g-iubh-r>p:last-child{
    margin-bottom:0
}
.g-iubh-r>p a{
    color:#009091;
    text-decoration:underline
}
.g-iubh-r>p a:hover{
    text-decoration:none
}
.g-iubh-header-link{
    display:inline-block;
    font-size:15px;
    padding-bottom:5px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    cursor:pointer;
    font-weight:700;
    line-height:0;
    background:0 0;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom-color:initial;
    -webkit-transition:border .2s;
    transition:border .2s
}
.g-iubh-header-link:hover{
    text-decoration:none!important;
    border-bottom-color:transparent
}
.g-iubh-header-link .fa,.g-iubh-header-link .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-header-link .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-header-link .g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-header-link .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-header-link .g-iubh-input-wrapper .iubh-select~.iubh-icon,.g-iubh-header-link .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-header-link .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon,.g-iubh-header-link .g-iubh-modal-close,.g-iubh-header-link .g-iubh-modal-icon,.g-iubh-header-link .g-iubh-popover-icon,.g-iubh-header-link .iubh-icon,.g-iubh-header-link .iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-icon,.g-iubh-header-link .iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-icon,.g-iubh-header-link .wizard-icon::before,.g-iubh-input-wrapper .g-iubh-header-link .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .g-iubh-header-link .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .g-iubh-header-link .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .g-iubh-header-link .iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .g-iubh-header-link .iubh-select~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .g-iubh-header-link .iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .g-iubh-header-link .iubh-textarea:invalid~.iubh-icon,.iubh-info-material-wrapper .g-iubh-header-link .iubh-select.studiengang:valid~.iubh-icon,.iubh-info-material-wrapper .g-iubh-header-link .iubh-select.studienort:valid~.iubh-icon{
    font-size:12px
}
.g-iubh-r .g-iubh-header-link{
    display:inline
}
.g-iubh-overlay-icon{
    font-size:22px;
    position:relative;
    top:5px;
    cursor:pointer
}
.g-iubh-overlay-icon.webIdIcon{
    top:0
}
.g-iubh-overlay-link{
    line-height:1;
    position:relative
}
@media (min-width:769px){
    .small_overlay .modal-content{
        top:50%;
        -webkit-transform:translate(0,-50%);
        transform:translate(0,-50%);
        height:400px
    }
    .small_overlay .modal-content.auto-height{
        height:auto!important
    }
}
@media (min-width:769px){
    .small_overlay.reset_css .modal-content{
        height:100%;
        top:0;
        -webkit-transform:translate(0,0);
        transform:translate(0,0);
        min-height:auto
    }
}
.g-iubh-close{
    text-shadow:none;
    opacity:1
}
.g-iubh-modal-close{
    color:#009091;
    font-size:28px!important;
    padding:17px;
    margin:-17px;
    pointer-events:all
}
.g-iubh-modal-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    z-index:1;
    -webkit-box-shadow:0 -4px 25px 5px #fff;
    box-shadow:0 -4px 25px 5px #fff;
    padding:45px 40px 35px
}
@media (max-width:699.98px){
    .g-iubh-modal-header{
        padding:21px 20px 16px
    }
}
@media (min-width:769px){
    .g-iubh-modal-header{
        pointer-events:none
    }
}
.g-iubh-modal-header .iubh-modal-heading{
    margin-top:6px;
    margin-right:10px
}
.dark .g-iubh-modal-header{
    -webkit-box-shadow:0 -4px 25px 5px #123b48;
    box-shadow:0 -4px 25px 5px #123b48;
    background:#123b48
}
.dark .g-iubh-modal-header .iubh-modal-heading{
    color:#fff
}
.iubh-dark-bg{
    background:#f6f6f6;
    padding:55px 0
}
.iubh-dark-bg .g-iubh-label .iubh-blur-effect,.iubh-dark-bg .g-iubh-r .iubh-blur-effect,.iubh-dark-bg .g-iubh-rh .iubh-blur-effect{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,.001)),to(#f6f6f6));
    background-image:linear-gradient(to bottom,rgba(255,255,255,.001),#f6f6f6)
}
.iubh-dark-bg .iubh-infobox-inner-wrapper .g-iubh-r .iubh-blur-effect{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,.001)),to(#fff))!important;
    background-image:linear-gradient(to bottom,rgba(255,255,255,.001),#fff)!important
}
.iubh-darker-bg{
    background:#103440;
    padding:55px 0
}
.iubh-darker-bg .g-iubh-label,.iubh-darker-bg .g-iubh-r,.iubh-darker-bg .g-iubh-rh,.iubh-darker-bg .iubh-asterisk,.iubh-darker-bg .iubh-fakten-icon,.iubh-darker-bg h2{
    color:#fafafa!important
}
.iubh-darker-bg .g-iubh-label .iubh-asterisk,.iubh-darker-bg .g-iubh-label .iubh-heading,.iubh-darker-bg .g-iubh-r .iubh-asterisk,.iubh-darker-bg .g-iubh-r .iubh-heading,.iubh-darker-bg .g-iubh-rh .iubh-asterisk,.iubh-darker-bg .g-iubh-rh .iubh-heading,.iubh-darker-bg .iubh-asterisk .iubh-asterisk,.iubh-darker-bg .iubh-asterisk .iubh-heading,.iubh-darker-bg .iubh-fakten-icon .iubh-asterisk,.iubh-darker-bg .iubh-fakten-icon .iubh-heading,.iubh-darker-bg h2 .iubh-asterisk,.iubh-darker-bg h2 .iubh-heading{
    color:#fafafa!important
}
.iubh-darker-bg .g-iubh-label .iubh-blur-effect,.iubh-darker-bg .g-iubh-r .iubh-blur-effect,.iubh-darker-bg .g-iubh-rh .iubh-blur-effect,.iubh-darker-bg .iubh-asterisk .iubh-blur-effect,.iubh-darker-bg .iubh-fakten-icon .iubh-blur-effect,.iubh-darker-bg h2 .iubh-blur-effect{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(16,52,64,.3)),to(#103440));
    background-image:linear-gradient(to bottom,rgba(16,52,64,.3),#103440)
}
.g-iubh-modal-body{
    padding:40px 40px 55px;
    width:100%
}
.g-iubh-modal-body .my-55{
    margin-top:0!important
}
.g-iubh-modal-body .panel-no-style{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
}
@media (max-width:768.98px){
    .g-iubh-modal-body .iubh-link-list-item{
        -webkit-box-flex:0!important;
        -ms-flex:0 0 100%!important;
        flex:0 0 100%!important;
        max-width:100%!important
    }
}
.g-iubh-modal-body .grid-100{
    width:100%
}
.g-iubh-modal-body .grid-50{
    width:100%
}
@media (min-width:700px){
    .g-iubh-modal-body .grid-50{
        width:50%
    }
}
@media (max-width:699.98px){
    .g-iubh-modal-body{
        width:auto;
        padding:35px 20px 55px
    }
}
.g-iubh-modal-body .container,.g-iubh-modal-body .container-fluid,.g-iubh-modal-body .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .g-iubh-modal-body .iubh-container-fluid{
    padding:0
}
.g-iubh-text-sternchen{
    font-size:11px;
    font-style:italic
}
@media (max-width:1199.98px){
    .g-iubh-text-sternchen{
        font-size:12px
    }
}
.g-iubh-link-list .iubh-link-list-item{
    display:block;
    margin-top:21px
}
@media (min-width:769px){
    .g-iubh-link-list .iubh-link-list-item{
        margin-top:10px
    }
}
.g-iubh-link-list.iubh-2col-link-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.g-iubh-link-list.iubh-2col-link-list .iubh-link-list-item{
    padding:0
}
@media (min-width:460px){
    .g-iubh-link-list.iubh-2col-link-list .iubh-link-list-item{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
}
.g-iubh-link-list .g-iubh-header-link{
    display:inline;
    padding-bottom:3px;
    font-size:15px;
    line-height:25px;
    -webkit-box-decoration-break:clone;
    -o-box-decoration-break:clone;
    box-decoration-break:clone
}
@media (min-width:769px){
    .g-iubh-link-list .g-iubh-header-link{
        font-size:14px
    }
}
.g-iubh-link-list .g-iubh-header-link .iubh-link-list-label{
    font-size:10px;
    text-transform:uppercase;
    color:#fff;
    background-color:#009091;
    width:25px;
    height:8px;
    border-radius:3px;
    vertical-align:middle;
    text-align:center;
    padding:1px 2px 1px 2px;
    line-height:14px
}
.g-iubh-input-wrapper .g-iubh-link-list .g-iubh-header-link .iubh-input-text.iubh-dirty.iubh-not-empty:valid~span.iubh-icon,.g-iubh-input-wrapper .g-iubh-link-list .g-iubh-header-link .iubh-input-text.iubh-dirty:invalid~span.iubh-icon,.g-iubh-input-wrapper .g-iubh-link-list .g-iubh-header-link .iubh-select.iubh-dirty.iubh-not-empty:valid~span.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .g-iubh-link-list .g-iubh-header-link .iubh-textarea.iubh-not-empty:valid~span.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .g-iubh-link-list .g-iubh-header-link .iubh-textarea:invalid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link .g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link .iubh-info-material-wrapper .iubh-select.studiengang:valid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link .iubh-info-material-wrapper .iubh-select.studienort:valid~span.iubh-icon,.g-iubh-link-list .g-iubh-header-link span.fa,.g-iubh-link-list .g-iubh-header-link span.g-iubh-modal-close,.g-iubh-link-list .g-iubh-header-link span.g-iubh-modal-icon,.g-iubh-link-list .g-iubh-header-link span.g-iubh-popover-icon,.g-iubh-link-list .g-iubh-header-link span.iubh-icon,.g-iubh-link-list .g-iubh-header-link span.wizard-icon::before,.iubh-info-material-wrapper .g-iubh-link-list .g-iubh-header-link .iubh-select.studiengang:valid~span.iubh-icon,.iubh-info-material-wrapper .g-iubh-link-list .g-iubh-header-link .iubh-select.studienort:valid~span.iubh-icon{
    margin-left:5px;
    margin-right:2px
}
.g-iubh-btn-primary,.g-iubh-btn-secondary{
    display:inline-block;
    line-height:50px;
    overflow:hidden;
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    font-size:18px;
    height:50px;
    padding:0 15px;
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
@media (min-width:460px){
    .g-iubh-btn-primary,.g-iubh-btn-secondary{
        padding:0 30px
    }
}
.g-iubh-btn-primary.iubh-fill,.g-iubh-btn-secondary.iubh-fill{
    padding:0;
    width:100%
}
#iubh-navbar-ctas .g-iubh-btn-primary,#iubh-navbar-ctas .g-iubh-btn-secondary{
    height:54px
}
.g-iubh-btn-primary{
    color:#fff;
    background:#ea5b0c;
    text-shadow:0 1px 0 rgba(0,0,0,.34);
    -moz-text-shadow:0 1px 0 rgba(0,0,0,.34);
    -webkit-text-shadow:0 1px 0 rgba(0,0,0,.34);
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
.g-iubh-btn-primary:focus,.g-iubh-btn-primary:hover{
    color:#fff;
    background:#cd521e
}
.g-iubh-btn-primary.iubh-no-shadow{
    -webkit-box-shadow:none;
    box-shadow:none
}
.g-iubh-btn-secondary{
    color:#009091;
    border:2px solid #009091
}
.g-iubh-btn-secondary:not(.iubh-tooltip-header):hover{
    background:#009091;
    color:#fff
}
.g-iubh-btn-secondary .colorButton{
    background:#009091!important;
    color:#fff!important
}
.iubh-hero-wrapper .g-iubh-btn-secondary:hover{
    color:#009091;
    background:#fff
}
.g-iubh-table{
    font-size:16px
}
.g-iubh-table.iubh-modal-table{
    margin:0 -20px
}
.g-iubh-table .g-iubh-modal-icon,.g-iubh-table .g-iubh-popover-icon{
    -webkit-transform:translateY(2px);
    transform:translateY(2px)
}
.g-iubh-table .iubh-tr{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    padding:10px 20px;
    border-bottom:1px solid #dcdcdc;
    min-height:45px
}
.g-iubh-table .iubh-tr.iubh-h{
    height:30px
}
.g-iubh-table .iubh-left-col{
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    margin-right:20px
}
.g-iubh-table .iubh-right-col{
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto
}
.g-iubh-table .iubh-tr:nth-child(2n){
    background:#fcfcfc
}
.g-iubh-input-wrapper{
    position:relative;
    color:#123b48
}
.g-iubh-input-wrapper .flatpickr-wrapper{
    width:100%
}
.g-iubh-input-wrapper .iubh-input-text,.g-iubh-input-wrapper .iubh-select{
    height:55px;
    background:#fff;
    width:100%;
    font-size:16px;
    border:1px solid #dcdcdc;
    color:#62747e!important;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding:28px 11px 6px;
    line-height:18px
}
.g-iubh-input-wrapper .iubh-input-text.placeholder,.g-iubh-input-wrapper .iubh-select.placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-input-text:-moz-placeholder,.g-iubh-input-wrapper .iubh-select:-moz-placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-input-text::-moz-placeholder,.g-iubh-input-wrapper .iubh-select::-moz-placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-input-text::-webkit-input-placeholder,.g-iubh-input-wrapper .iubh-select::-webkit-input-placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-input-text:disabled,.g-iubh-input-wrapper .iubh-select:disabled{
    color:#e2e2e2;
    border:1px solid #eee
}
.g-iubh-input-wrapper .iubh-input-text.iubh-not-empty,.g-iubh-input-wrapper .iubh-input-text:focus,.g-iubh-input-wrapper .iubh-select.iubh-not-empty,.g-iubh-input-wrapper .iubh-select:focus{
    border:1px solid #009091
}
.g-iubh-input-wrapper .iubh-input-text:focus,.g-iubh-input-wrapper .iubh-select:focus{
    box-shadow:0 2px 2px 0 rgba(0,0,0,.24);
    -moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.24);
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.24)
}
.g-iubh-input-wrapper .iubh-input-text.iubh-not-empty,.g-iubh-input-wrapper .iubh-input-text:focus,.g-iubh-input-wrapper .iubh-select.iubh-not-empty,.g-iubh-input-wrapper .iubh-select:focus{
    border:1px solid #009091
}
.g-iubh-input-wrapper .iubh-input-text.iubh-not-empty~.iubh-label,.g-iubh-input-wrapper .iubh-input-text:focus~.iubh-label,.g-iubh-input-wrapper .iubh-select.iubh-not-empty~.iubh-label,.g-iubh-input-wrapper .iubh-select:focus~.iubh-label{
    top:12px;
    left:12px;
    font-size:10px
}
.g-iubh-input-wrapper .iubh-input-text:focus~.iubh-label,.g-iubh-input-wrapper .iubh-select:focus~.iubh-label{
    color:#62747e
}
.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid{
    border:1px solid #aa2e00
}
.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.flatpickr-calendar.static,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.flatpickr-calendar.static{
    top:calc(100% + 2px - 18px)
}
.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-label,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-label{
    color:#aa2e00
}
.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-error,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-error{
    visibility:visible;
    position:relative
}
.g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon{
    color:#aa2e00
}
.g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon{
    color:#4c923d
}
.g-iubh-input-wrapper .iubh-select{
    cursor:pointer
}
.g-iubh-input-wrapper .iubh-select:disabled{
    cursor:default
}
.g-iubh-input-wrapper .iubh-textarea-wrapper{
    border:1px solid #dcdcdc;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    background:#fff;
    width:auto;
    position:relative
}
.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-get-focus{
    box-shadow:0 2px 2px 0 rgba(0,0,0,.24);
    -moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.24);
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.24)
}
.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-get-focus,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-t-not-empty{
    border:1px solid #009091
}
.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty{
    border:1px solid #aa2e00
}
.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-label{
    color:#aa2e00
}
.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon{
    color:#aa2e00
}
.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty~.iubh-error{
    visibility:visible;
    position:relative
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea{
    height:150px;
    background:#fff;
    width:100%;
    font-size:16px;
    color:#62747e;
    border:0;
    line-height:22px;
    margin-top:46px;
    padding-left:11px;
    padding-right:11px;
    padding-bottom:9px
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-icon{
    color:#4c923d;
    top:15.5px
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea:-moz-placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea::-moz-placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea::-webkit-input-placeholder{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty~.iubh-label,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea:focus~.iubh-label{
    top:12px;
    left:12px;
    font-size:10px
}
.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea:focus~.iubh-label{
    color:#62747e
}
.g-iubh-input-wrapper .iubh-select~.iubh-icon{
    color:#cdd1d1
}
.g-iubh-input-wrapper .iubh-select:focus .iubh-placeholder{
    display:none
}
.g-iubh-input-wrapper .iubh-icon{
    position:absolute;
    top:20.5px;
    right:12px;
    font-size:18px!important;
    pointer-events:none
}
.g-iubh-input-wrapper .iubh-label{
    background:#fff;
    color:#cdd1d1;
    position:absolute;
    pointer-events:none;
    text-overflow:ellipsis;
    overflow:hidden;
    width:85%;
    white-space:nowrap;
    line-height:16px;
    left:12px;
    top:20.5px;
    font-size:14px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.g-iubh-input-wrapper .iubh-error{
    visibility:hidden;
    position:absolute;
    top:100%;
    left:12px;
    font-size:10px;
    color:#aa2e00;
    margin-top:8px;
    z-index:4
}
.g-iubh-checkbox{
    display:block;
    position:relative;
    padding-left:33px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    z-index:3
}
@media (max-width:459.98px){
    .g-iubh-checkbox{
        padding-left:43px
    }
}
.g-iubh-checkbox input{
    position:absolute;
    opacity:0;
    cursor:pointer
}
.g-iubh-checkbox input:checked:active~.iubh-check-style-ring,.g-iubh-checkbox input:checked:focus~.iubh-check-style-ring{
    display:block
}
.g-iubh-checkbox input:checked~.iubh-check-style{
    background-color:#009091
}
.g-iubh-checkbox input:checked~.iubh-check-style:after{
    display:block
}
.g-iubh-checkbox .iubh-check-style-ring{
    display:none;
    position:absolute;
    top:0;
    left:0;
    height:50px;
    width:50px;
    background:#f5f5f5;
    border-radius:50%;
    -webkit-transform:translate(-25%,-25%);
    transform:translate(-25%,-25%);
    z-index:1
}
.g-iubh-checkbox .iubh-ring-behind{
    line-height:25px
}
.g-iubh-checkbox .iubh-check-style{
    position:absolute;
    top:0;
    left:0;
    height:24px;
    width:24px;
    border:1px solid #dcdcdc;
    background:#fff;
    z-index:2
}
@media (max-width:459.98px){
    .g-iubh-checkbox .iubh-check-style{
        width:30px;
        height:30px
    }
}
.g-iubh-checkbox .iubh-check-style:after{
    content:"";
    position:absolute;
    display:none;
    left:8px;
    top:3px;
    width:7px;
    height:12px;
    border:solid #fff;
    border-width:0 3px 3px 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
@media (max-width:459.98px){
    .g-iubh-checkbox .iubh-check-style:after{
        left:9px;
        top:3px;
        width:11px;
        height:17px
    }
}
.g-iubh-checkbox .iubh-dirty~.iubh-check-style{
    border:1px solid #aa2e00
}
.g-iubh-checkbox .iubh-dirty~.iubh-ring-behind{
    color:#aa2e00
}
.g-iubh-checkbox .iubh-dirty~.iubh-error{
    visibility:visible;
    position:relative
}
.g-iubh-checkbox .iubh-dirty.iubh-not-empty~.iubh-ring-behind{
    color:#62747e
}
.g-iubh-checkbox .iubh-dirty.iubh-not-empty~.iubh-check-style{
    border:1px solid #4c923d
}
.g-iubh-checkbox .iubh-dirty.iubh-not-empty~.iubh-error{
    visibility:hidden;
    position:absolute
}
.g_iubh-h1toh2{
    font-size:35px
}
@media (min-width:460px){
    .g_iubh-h1toh2{
        font-size:40px
    }
}
@media (min-width:769px){
    .g_iubh-h1toh2{
        font-size:45px
    }
}
.g-iubh-no-touch .g-iubh-checkbox:hover input~.iubh-check-style:after{
    display:block
}
.g-iubh-fill-w{
    width:100%
}
.g-iubh-fill-h{
    height:100%
}
.g-iubh-modal-icon,.g-iubh-popover-icon{
    position:relative;
    font-size:22px;
    color:#009091
}
.g-iubh-modal-icon:after,.g-iubh-popover-icon:after{
    content:"";
    padding:15px 15px 20px;
    position:absolute;
    left:-7px;
    top:-7px
}
select::-ms-expand{
    display:none
}
.panel-grid{
    zoom:1
}
.panel-grid:before{
    content:'';
    display:block
}
.panel-grid:after{
    content:'';
    display:table;
    clear:both
}
.panel-grid-cell{
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    float:left
}
.panel-grid-cell:not(.mega-menu-set-bg){
    min-height:1em
}
.panel-grid-cell .so-panel{
    zoom:1
}
.panel-grid-cell .so-panel:before{
    content:'';
    display:block
}
.panel-grid-cell .so-panel:after{
    content:'';
    display:table;
    clear:both
}
.panel-grid-cell .widget-title{
    margin-top:0
}
.panel-row-style{
    zoom:1
}
.panel-row-style:before{
    content:'';
    display:block
}
.panel-row-style:after{
    content:'';
    display:table;
    clear:both
}
.panel-grid{
    margin-bottom:0!important
}
html{
    overflow:visible!important
}
html body{
    overflow:visible!important;
    padding-right:0
}
.lock-pagescroll,.overlay_open{
    overflow:hidden!important
}
.lock-pagescroll body,.overlay_open body{
    overflow:hidden!important
}
.modal.show{
    padding-right:0!important
}
input[type=date]:not(.has-value){
    color:#fff
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
#cookie-notice{
    z-index:2147483641!important;
    transform:translateZ(10px);
    -webkit-transform:translateZ(10px)
}
#cookie-notice{
    display:none;
    position:fixed;
    min-width:100%;
    height:auto;
    font-size:13px;
    line-height:20px;
    left:0;
    text-align:center
}
#cookie-notice .cookie-notice-container{
    padding:10px;
    text-align:center
}
#cookie-notice.cn-top{
    top:0
}
#cookie-notice.cn-bottom{
    bottom:0
}
#cookie-notice .button{
    margin-left:10px
}
#cookie-notice .button.wp-default{
    font-family:sans-serif;
    line-height:18px;
    padding:2px 12px;
    background:-webkit-gradient(linear,left top, left bottom,from(#fefefe),to(#f4f4f4)) repeat scroll 0 0 #f3f3f3;
    background:linear-gradient(to bottom,#fefefe,#f4f4f4) repeat scroll 0 0 #f3f3f3;
    border-color:#bbb;
    color:#333;
    text-shadow:0 1px 0 #fff;
    -moz-box-sizing:border-box;
    border-radius:3px 3px 3px 3px;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    display:inline-block;
    font-size:12px;
    font-style:normal;
    text-decoration:none;
    white-space:nowrap;
    outline:0
}
#cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:hover{
    background:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#f3f3f3)) repeat scroll 0 0 #f3f3f3;
    background:linear-gradient(to bottom,#fff,#f3f3f3) repeat scroll 0 0 #f3f3f3;
    border-color:#999;
    color:#222
}
#cookie-notice .button.bootstrap{
    font-family:sans-serif;
    display:inline-block;
    padding:4px 12px;
    margin-right:.3em;
    margin-bottom:0;
    line-height:20px;
    color:#333;
    text-align:center;
    text-shadow:0 1px 1px rgba(255,255,255,.75);
    font-style:normal;
    vertical-align:middle;
    cursor:pointer;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#006dcc;
    background-image:-webkit-gradient(linear,left top, left bottom,from(#08c),to(#04c));
    background-image:linear-gradient(to bottom,#08c,#04c);
    background-repeat:repeat-x;
    border-style:solid;
    border-width:1px;
    border-color:#04c #04c #002a80;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    padding:2px 10px;
    font-size:12px;
    text-decoration:none;
    border-radius:3px;
    outline:0
}
#cookie-notice .button.bootstrap:focus,#cookie-notice .button.bootstrap:hover{
    color:#fff;
    background-color:#04c;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    transition:background-position .1s linear
}
.scrollbar-measure{
    width:100px;
    height:100px;
    overflow:scroll;
    position:absolute;
    top:-9999px
}
@media (max-width:459.98px){
    .primary_standalone{
        width:100%;
        text-align:center
    }
}
a.open_overlay{
    position:relative
}
a.open_overlay:after{
    content:'';
    position:absolute;
    top:-10px;
    bottom:-10px;
    left:-10px;
    right:-36px;
    z-index:20
}
.g-iubh-overlay-icon{
    z-index:2
}
.g-iubh-header-link .fa-chevron-down,.g-iubh-header-link .fa-chevron-up,.g-iubh-header-link .g-iubh-input-wrapper .iubh-select~.iubh-icon,.g-iubh-header-link .iubh-accordion-wrapper .iubh-title .iubh-title-icon,.g-iubh-header-link .iubh-accordion-wrapper .iubh-title.collapsed .iubh-title-icon,.g-iubh-input-wrapper .g-iubh-header-link .iubh-select~.iubh-icon,.iubh-accordion-wrapper .iubh-title .g-iubh-header-link .iubh-title-icon,.iubh-accordion-wrapper .iubh-title.collapsed .g-iubh-header-link .iubh-title-icon{
    position:relative;
    font-size:14px!important;
    top:2px
}
input:required{
    -webkit-box-shadow:none!important;
    box-shadow:none!important
}
.iubh-rueckruf-form .flatpickr-wrapper .flatpickr-hour:focus,.iubh-rueckruf-form .flatpickr-wrapper .flatpickr-minute:focus{
    cursor:pointer
}
.show .iubh-blur-effect{
    display:none!important
}
.show .iubh-blur-effect{
    display:none!important
}
.text-11{
    font-size:.6875rem
}
.text-14{
    font-size:.875rem
}
.text-15{
    font-size:.9375rem
}
.text-18{
    font-size:1.125rem
}
.text-20{
    font-size:1.25rem
}
.text-24{
    font-size:1.5rem
}
.text-25{
    font-size:1.563rem
}
.text-26{
    font-size:1.625rem
}
.text-28{
    font-size:1.75rem
}
.my-10{
    margin-top:.625rem;
    margin-bottom:.625rem
}
.my-15{
    margin-top:.9375rem;
    margin-bottom:.9375rem
}
.my-20{
    margin-top:1.25rem;
    margin-bottom:1.25rem
}
.m-20{
    margin:20px
}
.mx-10{
    margin-left:.625rem;
    margin-right:.625rem
}
.mt-10{
    margin-top:.625rem
}
.mt-15{
    margin-top:.9375rem
}
.mt-20{
    margin-top:1.25rem
}
.mt-25{
    margin-top:1.563rem
}
.mt-30{
    margin-top:1.875rem
}
.mt-35{
    margin-top:2.188rem
}
.mt-40{
    margin-top:2.5rem
}
.mt-45{
    margin-top:2.813rem
}
.mt-55{
    margin-top:3.438rem
}
.mr-10{
    margin-right:.625rem
}
.mr-12{
    margin-right:.75rem
}
.mr-15{
    margin-right:.9375rem
}
.mr-20{
    margin-right:1.25rem
}
.mr-30{
    margin-right:1.875rem
}
.mb-10{
    margin-bottom:.625rem
}
.mb-15{
    margin-bottom:.9375rem
}
.mb-20{
    margin-bottom:1.25rem
}
.mb-24{
    margin-bottom:1.5rem
}
.mb-25{
    margin-bottom:1.563rem
}
.mb-30{
    margin-bottom:1.875rem
}
.mb-35{
    margin-bottom:2.188rem
}
.mb-40{
    margin-bottom:2.5rem
}
.mb-45{
    margin-bottom:2.813rem
}
.mb-55{
    margin-bottom:3.438rem
}
.ml-12{
    margin-left:.75rem
}
.ml-10{
    margin-left:.625rem
}
.ml-15{
    margin-left:.9375rem
}
.ml-20{
    margin-left:1.25rem
}
.ml-40{
    margin-left:2.5rem
}
.ml-45{
    margin-left:2.813rem
}
.custom-mt-5{
    margin-top:.3125rem
}
.custom-mr-5{
    margin-right:.3125rem
}
.custom-mb-5{
    margin-bottom:.3125rem
}
.custom-ml-5{
    margin-left:.3125rem
}
.py-10{
    padding-top:.625rem;
    padding-bottom:.625rem
}
.py-20{
    padding-top:1.25rem;
    padding-bottom:1.25rem
}
.py-25{
    padding-top:1.563rem;
    padding-bottom:1.563rem
}
.py-40{
    padding-top:2.5rem;
    padding-bottom:2.5rem
}
.py-55{
    padding-top:3.438rem;
    padding-bottom:3.438rem
}
.px-12{
    padding-right:.75rem;
    padding-left:.75rem
}
.px-15{
    padding-right:.9375rem;
    padding-left:.9375rem
}
.pt-30{
    padding-top:1.875rem
}
.pt-40{
    padding-top:2.5rem
}
.pt-55{
    padding-top:3.438rem
}
.pt-60{
    padding-top:3.75rem
}
.pr-12{
    padding-right:.75rem
}
.pr-20{
    padding-right:1.25rem
}
.pb-10{
    padding-bottom:.625rem
}
.pb-25{
    padding-bottom:1.563rem
}
.pb-30{
    padding-bottom:1.875rem
}
.pb-35{
    padding-bottom:2.188rem
}
.pb-55{
    padding-bottom:3.438rem
}
.pl-12{
    padding-left:.75rem
}
.pl-20{
    padding-left:1.25rem
}
@media (min-width:460px){
    .mt-sm-25{
        margin-top:1.563rem!important
    }
    .mt-sm-55{
        margin-top:3.438rem!important
    }
    .mb-sm-10{
        margin-bottom:.625rem!important
    }
    .mb-sm-24{
        margin-bottom:1.5rem!important
    }
    .mb-sm-25{
        margin-bottom:1.563rem!important
    }
    .mb-sm-35{
        margin-bottom:2.188rem!important
    }
    .mb-sm-40{
        margin-bottom:2.5rem!important
    }
    .py-sm-35{
        padding:2.188rem 0!important
    }
    .px-sm-12{
        padding:0 .75rem!important
    }
}
@media (min-width:769px){
    .mt-lg-7{
        margin-top:.4375rem!important
    }
    .mt-lg-20{
        margin-top:1.25rem!important
    }
    .mt-lg-25{
        margin-top:1.563rem!important
    }
    .mb-lg-15{
        margin-bottom:.9375rem!important
    }
    .mb-lg-20{
        margin-bottom:1.25rem!important
    }
    .mb-lg-25{
        margin-bottom:1.563rem!important
    }
    .mb-lg-40{
        margin-bottom:2.5rem!important
    }
    .ml-lg-15{
        margin-left:.9375rem!important
    }
    .ml-lg-20{
        margin-left:1.25rem!important
    }
    .ml-lg-40{
        margin-left:2.5rem!important
    }
    .custom-mb-lg-5{
        margin-bottom:.3125rem!important
    }
    .pl-lg-12{
        padding-left:.75rem!important
    }
    .pr-lg-12{
        padding-right:.75rem!important
    }
}
#mega-menu-button-text-loc~.widget_maxmegamenu .mega-menu-toggle{
    display:none
}
div#mega-menu-wrap-max_mega_menu_1{
    clear:both;
    max-width:1200px;
    margin:0 auto
}
@media only screen and (min-width:0px) and (max-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1{
        margin-top:0
    }
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1{
        z-index:500
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link{
    border-bottom:4px solid
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link{
        border-bottom:0!important;
        border-top:6px solid!important;
        line-height:40px;
        font-weight:400
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover{
    border-bottom:4px solid
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-has-icon>a.mega-menu-link{
    font-size:1.5em
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
    border-bottom:1px solid #e8e8e8;
    line-height:19px
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-hide-arrow>a.mega-menu-link:after{
    display:none
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:after{
    display:inline-block;
    vertical-align:middle
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li{
    padding:0 60px 0 0
}
.mega-menu-set-bg .widget_maxmegamenu{
    z-index:270;
    width:100%;
    background:#fff;
    position:relative
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link.mega-menu-hover-active{
        color:#fff!important
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.iubh-custom-doubleheight>a.mega-menu-link{
    line-height:20px
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.iubh-custom-doubleheight>a.mega-menu-link{
        height:96px!important;
        width:300px
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.iubh-custom-tripleheight>a.mega-menu-link{
    line-height:20px
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.iubh-custom-tripleheight>a.mega-menu-link{
        height:144px!important;
        width:300px
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
    color:#009091;
    text-transform:none;
    font-size:15px;
    line-height:47px;
    font-weight:400!important;
    padding-left:20px;
    min-height:47px
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item-has-children.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-12-of-12>ul.mega-sub-menu.multi-column-width,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item-has-children.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-12>ul.mega-sub-menu.multi-column-width,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-type-post_type li.mega-menu-item-type-post_type.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column.mega-menu-columns-12-of-12{
        background:#f6f6f6
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.widget_navfull_widget{
    z-index:30
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .iubh-link-list-label{
    font-size:10px;
    text-transform:uppercase;
    width:25px;
    height:8px;
    border-radius:3px;
    vertical-align:middle;
    text-align:center;
    padding:2px 4px;
    line-height:14px
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.iubh-menu-helper-button:after,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.iubh-menu-helper-button:after,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.iubh-menu-helper-button:after,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.iubh-menu-helper-button:after,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
    color:#009091
}
.light .widget_maxmegamenu,.light .widget_maxmegamenu .mega-menu-wrap,.light div#mega-menu-wrap-max_mega_menu_1,.light.mega-menu-helper-wrap{
    background:#fff
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li>a>span.iubh-link-list-label{
    color:#fff;
    background-color:#009091
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li>a:hover>span.iubh-link-list-label{
    color:#009091;
    background-color:#fff
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item>a.mega-menu-link{
    color:#666
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>a.mega-menu-link,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>a.mega-menu-link:hover,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item>a.mega-menu-link:hover{
    color:#009091;
    border-color:#009091
}
@media only screen and (min-width:1200px){
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>a.mega-menu-link,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>a.mega-menu-link:hover,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item>a.mega-menu-link:hover{
        background-color:#f7f7f7
    }
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu{
    border-top:1px solid #e8e8e8
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{
    background:#fff
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .mega-menu-hover-active,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{
    background:#009091;
    color:#fff;
    text-decoration:none;
    text-transform:none;
    font-weight:400
}
@media only screen and (max-width:1200px){
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .mega-menu-hover-active,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{
        background:#fff;
        color:#009091
    }
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-colum.mega-menu-columns-8-of-12{
    background:#f6f6f6
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu li.mega-menu-item.mega-toggle-on>a.mega-menu-link{
    border-bottom:1px solid #e8e8e8
}
@media only screen and (max-width:1200px){
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul>li.mega-current-menu-item,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul>li.mega-current-menu-item>a.mega-menu-link{
        background:#f6f6f6!important;
        color:#009091
    }
}
@media only screen and (min-width:1200px){
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul>li.mega-current-menu-item>a.mega-menu-link{
        color:#fff!important;
        background:#009091!important
    }
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-current-page-ancestor>a.mega-menu-link,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-current-menu-item>a.mega-menu-link{
    color:#009091;
    border-color:#009091
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.iubh-menu-helper-button:after,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.iubh-menu-helper-button:after,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.iubh-menu-helper-button:after,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.iubh-menu-helper-button:after,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
    color:#009091
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item .text-iubh-green{
    color:#009091!important
}
.dark .widget_maxmegamenu,.dark .widget_maxmegamenu .mega-menu-wrap,.dark div#mega-menu-wrap-max_mega_menu_1,.dark.mega-menu-helper-wrap{
    background:#103440
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li>a>span.iubh-link-list-label{
    color:#fff;
    background-color:#009091
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li>a:hover>span.iubh-link-list-label{
    color:#009091;
    background-color:#fff
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item>a.mega-menu-link{
    color:#eee
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>a.mega-menu-link,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item>a.mega-menu-link:hover{
    color:#009091;
    border-color:#009091;
    background-color:#123b48
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu{
    border-top:1px solid #0c252d
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .mega-menu-hover-active,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{
    background:#009091;
    color:#fff;
    text-decoration:none;
    text-transform:none;
    font-weight:400
}
.dark .iubh-navbar-wrapper .iubh-menu-icon{
    background:#009091!important;
    color:#fff!important
}
.dark .g-iubh-btn-secondary:hover{
    background:#009091;
    color:#fff
}
.dark .g-iubh-btn-secondary{
    color:#009091;
    border:2px solid #009091
}
@media only screen and (max-width:1200px){
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul>li.mega-current-menu-item,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul>li.mega-current-menu-item>a.mega-menu-link{
        background:#103440!important;
        color:#009091
    }
}
@media only screen and (min-width:1200px){
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul>li.mega-current-menu-item>a.mega-menu-link{
        color:#fff!important;
        background:#009091!important
    }
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-current-page-ancestor>a.mega-menu-link,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-current-menu-item>a.mega-menu-link{
    color:#009091;
    border-color:#009091
}
@media (min-width:1200px){
    .iubh-top-menu-bar .dropdown{
        position:relative;
        display:inline-block;
        margin-left:10px
    }
    .iubh-top-menu-bar .dropdown span.top{
        padding-left:10px
    }
    .iubh-top-menu-bar .dropdown .dd-active-item{
        text-align:left;
        background:#09222a
    }
    .iubh-top-menu-bar .dropdown.fix-width a,.iubh-top-menu-bar .dropdown.fix-width button{
        position:relative
    }
    .iubh-top-menu-bar .dropdown.fix-width a span,.iubh-top-menu-bar .dropdown.fix-width button span{
        position:absolute;
        right:0;
        padding:0 7px
    }
    .iubh-top-menu-bar .dropdown.fix-width .dd-active-item span{
        padding-left:10px
    }
    .iubh-top-menu-bar .dropdown.header:hover .dd-list{
        display:block
    }
    .iubh-top-menu-bar .dropdown.header:hover .dd-list a{
        height:100%
    }
    .iubh-top-menu-bar .dropdown.header .dd-active-item{
        color:#009091;
        border:none;
        padding:10px;
        height:30px
    }
    .iubh-top-menu-bar .dropdown.header .dd-active-item.li-color{
        color:#eee!important
    }
    .iubh-top-menu-bar .dropdown.header .dd-active-item span:before{
        color:#009091
    }
    .iubh-top-menu-bar .dropdown.header .dd-list{
        display:none;
        position:absolute;
        background-color:#f1f1f1;
        min-width:120px;
        top:30px;
        z-index:1;
        box-shadow:0 0 2px #999;
        -moz-box-shadow:0 0 2px #999;
        -webkit-box-shadow:0 0 2px #999
    }
    .iubh-top-menu-bar .dropdown.header .dd-list a{
        color:#666;
        padding:5px 10px;
        text-decoration:none;
        border-top:1px solid #eee;
        background:#fff;
        min-height:30px;
        -webkit-transition:height .2s ease-out;
        transition:height .2s ease-out;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .iubh-top-menu-bar .dropdown.header .dd-list a:hover{
        background:#009091;
        color:#fff;
        border-color:#009091
    }
}
.secondary_color_headerbar_active .dropdown .dd-active-item{
    background-color:#f6f6f6
}
.lang-tt{
    padding-right:10px
}
.dropdown.footer:hover .dd-list{
    display:block
}
.dropdown.footer:hover .dd-list a{
    height:100%
}
.dropdown.footer .dd-active-item{
    color:#009091;
    border:none;
    padding:10px;
    margin-top:-10px;
    background:#09222a;
    -webkit-box-shadow:0 0 1px rgba(255,255,255,.1);
    box-shadow:0 0 1px rgba(255,255,255,.1)
}
.dropdown.footer .dd-active-item span{
    padding-right:6px
}
.dropdown.footer .dd-active-item span.bg,.dropdown.footer .dd-active-item span.select-lang{
    display:none
}
.dropdown.footer .dd-list{
    display:none;
    position:absolute;
    background-color:#f1f1f1;
    left:0;
    bottom:34px;
    z-index:1;
    box-shadow:0 0 2px #999;
    -moz-box-shadow:0 0 2px #999;
    -webkit-box-shadow:0 0 2px #999
}
.dropdown.footer .dd-list a{
    text-align:center;
    color:#666;
    padding:5px;
    text-decoration:none;
    border-bottom:1px solid #eee;
    background:#fff;
    height:0;
    -webkit-transition:height .2s ease-out;
    transition:height .2s ease-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:34px
}
.dropdown.footer .dd-list a span:before{
    padding-right:5px
}
@media (max-width:768.98px){
    .dropdown.footer .dd-list a span:before{
        padding:0 5px
    }
}
.dropdown.footer .dd-list a:hover{
    background:#009091;
    color:#fff!important;
    border-color:#009091
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link{
        line-height:52px
    }
    .mega-menu-set-bg .widget_maxmegamenu.iubh-mega-scrolling.iubh-mega-shown{
        position:fixed!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 ul.mega-sub-menu .br{
        display:block;
        width:600px;
        height:432px;
        position:absolute;
        right:0;
        background-color:#f6f6f6
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 ul.mega-sub-menu .vl{
        border-left:1px solid #e8e8e8;
        height:432px;
        position:absolute;
        left:66.6%;
        margin-left:0;
        top:0;
        z-index:20;
        display:none
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 ul.mega-sub-menu .vlr{
        border-left:1px solid #e8e8e8;
        height:432px;
        position:absolute;
        left:33.33%;
        margin-left:-1px;
        top:0;
        z-index:21;
        display:none
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item>a.mega-menu-link{
        display:table-cell;
        vertical-align:middle;
        z-index:10
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li:not(.mega-menu-item-has-children)>a,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li:not(.mega-menu-item-has-children)>a.mega-menu-hover-active,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li:not(.mega-menu-item-has-children)>a:visited{
        background:#f6f6f6!important;
        border-bottom:1px solid #e8e8e8!important;
        color:#999!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li:not(.mega-menu-item-has-children)>a:hover{
        background:#009091!important;
        color:#fff!important
    }
    .dropdown{
        font-size:13px
    }
    .dropdown:hover .dd-active-item{
        background:#009091;
        color:#fff!important;
        border-color:#009091
    }
    .dropdown:hover .dd-active-item span:before{
        color:#fff!important
    }
    .dropdown .dd-active-item span.lang-item,.dropdown .dd-active-item span.select-lang,.dropdown .dd-list span.lang-item,.dropdown .dd-list span.select-lang{
        display:none
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item>a.mega-menu-link{
        height:48px;
        border-bottom:1px solid #e8e8e8;
        padding:0 20px;
        width:300px;
        z-index:10
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{
        border-bottom:1px solid #e8e8e8;
        height:48px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item.iubh-custom-doubleheight,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.iubh-custom-doubleheight{
        height:96px;
        display:table-cell;
        vertical-align:middle;
        line-height:20px!important;
        width:300px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item.iubh-custom-doubleheight>a,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.iubh-custom-doubleheight>a{
        height:96px;
        padding:0 20px;
        display:table-cell;
        vertical-align:middle;
        line-height:20px!important;
        width:300px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item.iubh-custom-tripleheight,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.iubh-custom-tripleheight{
        height:144px;
        display:table-cell;
        vertical-align:middle;
        line-height:20px!important;
        width:300px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item.iubh-custom-tripleheight>a,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.iubh-custom-tripleheight>a{
        height:144px;
        padding:0 20px;
        display:table-cell;
        vertical-align:middle;
        line-height:20px!important;
        width:300px
    }
}
@media only screen and (max-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item>a.iubh-menu-helper-button:after,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.iubh-menu-helper-button:after{
        font-family:'Font Awesome 5 Free'!important;
        font-weight:600;
        content:""
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>a.iubh-menu-helper-button:after,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.iubh-menu-helper-button:after{
        font-family:'Font Awesome 5 Free'!important;
        font-weight:600;
        content:""
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1{
        height:calc(100% - 70px)!important
    }
    .iubh-navfull-wrapper{
        display:none!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu{
        background:#fff
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home a{
        font-size:24px!important;
        font-weight:400!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home button{
        line-height:0!important;
        font-size:24px!important
    }
    .g-iubh-input-wrapper .iubh-info-material-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-select.studiengang:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-info-material-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-select.studienort:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-info-material-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.studiengang:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-info-material-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.studienort:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty:invalid~.iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea.iubh-not-empty:valid~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea.iubh-not-empty:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-textarea:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select~.iubh-textarea:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea.iubh-not-empty:valid~.iubh-textarea:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea:invalid~.iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea:invalid~.iubh-select~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea:invalid~.iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-textarea:invalid~.wizard-icon.iubh-icon::before,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty:invalid~.iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty:invalid~.iubh-select~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-input-text.iubh-dirty:invalid~.wizard-icon.iubh-icon::before,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.wizard-icon.iubh-icon::before,.g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,.iubh-info-material-wrapper .g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-select.studiengang:valid~.iubh-icon,.iubh-info-material-wrapper .g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.iubh-dirty:invalid~.iubh-select.studienort:valid~.iubh-icon,.iubh-info-material-wrapper .g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.studiengang:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,.iubh-info-material-wrapper .g-iubh-input-wrapper div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-select.studienort:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .fa-times.g-iubh-modal-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .fa-times.g-iubh-popover-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .fa-times.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .fa-times.wizard-icon::before,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .fa.fa-times,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-select.studiengang:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-select.studienort:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.iubh-dirty.studiengang:invalid:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.iubh-dirty.studienort:invalid:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.iubh-dirty:invalid~.iubh-select.studiengang:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.iubh-dirty:invalid~.iubh-select.studienort:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-select~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.wizard-icon.iubh-icon::before,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.wizard-icon.iubh-icon::before,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-select~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-input-text.iubh-dirty.iubh-textarea.iubh-not-empty:invalid:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-textarea.iubh-not-empty:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-select.iubh-dirty.iubh-textarea.iubh-not-empty:invalid:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-select.iubh-dirty:invalid~.iubh-textarea.iubh-not-empty:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-input-text.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-textarea:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-textarea:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-info-material-wrapper .iubh-textarea.iubh-select.studiengang:invalid:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-info-material-wrapper .iubh-textarea.iubh-select.studienort:invalid:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-info-material-wrapper .iubh-textarea:invalid~.iubh-select.studiengang:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-info-material-wrapper .iubh-textarea:invalid~.iubh-select.studienort:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-textarea:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-select~.iubh-textarea:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea.iubh-not-empty:valid~.iubh-textarea:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-select~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-textarea.iubh-not-empty:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.wizard-icon.iubh-icon::before,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-modal-close,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-modal-icon.g-iubh-modal-close,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .g-iubh-popover-icon.g-iubh-modal-close,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-icon.g-iubh-modal-close,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-select.studiengang:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-select.studienort:valid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-select.studiengang:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-select.studienort:valid~.iubh-select.iubh-dirty:invalid~.iubh-icon,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item-home .iubh-menu-icon .wizard-icon.g-iubh-modal-close::before{
        font-size:20px
    }
    a.mega-menu-link,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu.mega-toggle-on,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li>a.mega-menu-link{
        color:#009091!important;
        font-weight:400!important;
        min-height:47px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu:last-child{
        background:0 0!important;
        border:none!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 a,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-megamenu>a.mega-menu-link,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li>a.mega-menu-link{
        font-weight:400!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li>a{
        width:100%!important;
        font-weight:400!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li>a{
        width:100%!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu li.mega-menu-item li.mega-menu-item>a.mega-menu-link{
        display:block;
        width:100%!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li{
        padding:0!important;
        margin:0!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
        padding:15px 0 0 10px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li>a{
        height:50px;
        font-weight:400!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li>ul>li>a{
        padding:10px 16px 10px 30px!important;
        vertical-align:middle;
        font-weight:400!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li:not(.mega-menu-item-has-children)>a{
        display:block;
        min-height:47px;
        line-height:inherit;
        padding:10px 20px 10px 40px;
        height:auto!important;
        border-bottom:1px solid
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a{
        display:block;
        padding:0 10px 0 30px!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li>ul.mega-sub-menu{
        display:block!important;
        top:0!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu{
        min-height:auto!important;
        height:auto!important
    }
    .light .iubh-1st,.light .iubh-2nd,.light .mega-menu-helper-wrap,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1{
        background:#fff
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu{
        border-top:1px solid #c6c6c6!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
        color:#32373c
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1{
        border-top:4px solid #009091!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li:first-child.mega-menu-item-home{
        background:#fff!important;
        border-color:#eee!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li:first-child.mega-menu-item-home a{
        background:#fff!important
    }
    .light a.mega-menu-link,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu.mega-toggle-on{
        background:#fff;
        border-bottom:1px solid #c6c6c5!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu:last-child{
        background:0 0!important;
        border:none!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-megamenu,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li:not(.mega-toggle-on){
        border-bottom:1px solid #c6c6c5!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-megamenu,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-megamenu>a.mega-menu-link,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li>a.mega-menu-link{
        background:#fff
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row{
        border-top:1px solid #c6c6c5
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li:not(.mega-menu-item-has-children)>a{
        background:#fff;
        border-bottom:1px solid #c6c6c5!important;
        color:#009091!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a{
        background:#009091!important;
        color:#fff!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li>ul>li>a{
        background:#fff;
        border-bottom:1px solid #c6c6c5!important
    }
    .dark .iubh-1st,.dark .iubh-2nd,.dark .mega-menu-helper-wrap,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1{
        background:#113b47!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
        color:#32373c
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1{
        border-top:4px solid #009091!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li:first-child.mega-menu-item-home{
        background:#113b47!important;
        border-color:#0a272f!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li:first-child.mega-menu-item-home a{
        background:#113b47!important
    }
    .dark a.mega-menu-link,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu.mega-toggle-on{
        background:#0a272f!important;
        border-bottom:1px solid #103440!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu.mega-toggle-on>ul.mega-sub-menu,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-megamenu{
        border-bottom:1px solid #0a272f!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li{
        background:#0a272f;
        border-top:1px solid #103440
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-megamenu,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-megamenu>a.mega-menu-link,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li>a.mega-menu-link{
        background:#0a272f
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu{
        border-top:1px solid #0a272f
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li:not(.mega-menu-item-has-children)>a{
        background:#113b47!important;
        border-bottom:1px solid #0a272f!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a{
        background:#009091!important;
        color:#fff!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item li.mega-menu-item.mega-toggle-on>ul>li>ul>li>ul>li>ul>li>a{
        background:#113b47!important;
        border-bottom:1px solid #0a272f!important
    }
}
@media only screen and (min-width:1200px){
    .transparent_bg{
        width:100%;
        height:100%;
        position:fixed;
        display:none;
        left:0;
        top:0;
        z-index:250;
        background-color:rgba(0,0,0,.5)
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 a.iubh-custom-doubleheight{
        line-height:20px!important;
        height:96px!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover{
        border-bottom:0!important;
        border-top:6px solid!important;
        line-height:40px;
        font-weight:400
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{
        height:48px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
        left:299px;
        top:0;
        height:432px;
        position:absolute!important;
        width:600px;
        margin-left:0;
        -webkit-columns:2;
        -moz-columns:2;
        columns:2;
        -webkit-column-gap:00px;
        -moz-column-gap:00px;
        column-gap:0;
        -moz-column-fill:auto;
        -webkit-column-fill:auto;
        column-fill:auto;
        border-right:1px solid #e8e8e8
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link{
        height:48px;
        border-bottom:1px solid #e8e8e8;
        padding:0 20px;
        width:300px;
        color:#999;
        font-weight:400;
        background-color:#f6f6f6;
        display:table-cell;
        vertical-align:middle
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-right>a.mega-menu-link:before{
        margin-right:20px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link{
        border-bottom:0!important;
        border-top:6px solid!important;
        line-height:40px;
        font-weight:400
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{
        border-bottom:0;
        border-top:6px solid;
        font-weight:400;
        line-height:40px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link:after{
        display:inline-block;
        vertical-align:middle
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item:not(.mega-hide-arrow)>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu{
    -webkit-columns:1;
    -moz-columns:1;
    columns:1;
    -webkit-column-gap:00px;
    -moz-column-gap:00px;
    column-gap:0;
    -moz-column-fill:auto;
    -webkit-column-fill:auto;
    column-fill:auto;
    width:300px;
    height:auto;
    max-height:432px;
    min-height:432px;
    border-right:1px solid #e8e8e8
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item:not(.mega-hide-arrow)>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu.multi-column-width,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu.multi-column-width{
    -webkit-columns:2;
    -moz-columns:2;
    columns:2;
    width:600px;
    height:432px
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 a.mega-menu-link,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu{
    -webkit-transition:none!important;
    transition:none!important;
    -webkit-transition-duration:0s!important;
    transition-duration:0s!important;
    -webkit-transition-timing-function:unset;
    transition-timing-function:unset;
    -webkit-transition-property:none;
    transition-property:none
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{
    -webkit-column-break-inside:avoid;
    page-break-inside:avoid;
    -moz-column-break-inside:avoid;
    break-inside:avoid;
    padding-bottom:40px!important;
    width:300px;
    border-right:1px solid #e8e8e8
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-hide-arrow>a:after{
    display:none!important
}
.iubh-navfull-wrapper{
    height:432px!important
}
.iubh-navfull-wrapper .iubh-img-wrapper,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .iubh-img-wrapper img{
    width:900px
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item a[class^=fa]:before{
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu{
    height:433px!important;
    min-height:433px!important;
    max-height:433px!important
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
    line-height:25px;
    padding-top:11px;
    padding-bottom:11px
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link:after{
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
@media only screen and (max-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link:after{
        display:none
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-hide-arrow>a.mega-menu-link:after{
    display:none
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:not(.mega-menu-item-has-children)>a.mega-menu-link:after{
    display:none!important
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link:after{
    display:block!important;
    padding:0 20px 0 0;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children.iubh-custom-doubleheight>a:after,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children.iubh-custom-tripleheight>a:after{
        padding:0
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{
    font-weight:400!important
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:after{
    display:inline-block;
    vertical-align:middle;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover{
    font-weight:400!important
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .mega-menu-row{
    padding:0!important
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-mobile{
    position:absolute;
    bottom:0;
    width:300px
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-mobile>a.mega-menu-link{
    width:100%;
    padding:0
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .iubh_custom_aktion_rechts>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
    position:absolute;
    right:-40px;
    bottom:-625px;
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    padding:0!important;
    width:40%
}
.navfull_remove_padding{
    padding:0!important
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li{
    padding-right:0!important
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu{
    padding:0!important
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu{
        border-left:1px solid #e8e8e8
    }
}
@media only screen and (max-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link:after,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:after,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link:after{
        display:none!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.iubh-menu-helper-button{
        float:right;
        margin-right:30px;
        line-height:50px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link{
        width:80%;
        border-bottom:0!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li>a.mega-menu-link{
        background:#fff;
        height:50px;
        line-height:inherit;
        padding-left:20px
    }
    body:not(.dark) div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu>li>a.mega-menu-link{
        background:#fff!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li{
        padding:0
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li>ul.mega-sub-menu>li.mega-menu-item{
        margin-bottom:40px;
        padding-bottom:0!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row{
        padding-bottom:0
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
        color:#32373c
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
        padding:20px 5px 0 20px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 .iubh_custom_aktion_rechts>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
        position:absolute;
        right:0;
        bottom:0;
        -webkit-box-shadow:none;
        box-shadow:none;
        padding:0!important;
        width:0
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu{
        height:auto!important;
        min-height:auto!important;
        max-height:initial!important
    }
    .mega-menu-open>.mega-toggle-blocks-right{
        top:3px!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu{
        -webkit-columns:1;
        -moz-columns:1;
        columns:1;
        -webkit-column-gap:0;
        -moz-column-gap:0;
        column-gap:0;
        -moz-column-fill:auto;
        -webkit-column-fill:auto;
        column-fill:auto;
        height:auto
    }
    #iubh-mega-menu-btn-close{
        float:right;
        margin-top:23px;
        margin-right:22px
    }
    #iubh-mega-menu-btn-close>div{
        font-size:28px!important;
        pointer-events:all;
        background:0 0
    }
    .iubh-navfull-wrapper{
        height:auto!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item.mega-hide-arrow>a.iubh-menu-helper-button:after,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link:after,div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:after{
        display:none!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.iubh-menu-helper-button{
        float:right;
        margin-right:30px;
        line-height:50px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
        width:80%;
        border-bottom:0!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu{
        box-shadow:none!important;
        -webkit-box-shadow:none;
        -o-box-shadow:none;
        -moz-box-shadow:none
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 a.mega-menu-link{
        font-weight:700!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{
        padding-bottom:0!important
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:after{
        margin-right:15px
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 a.mega-menu-link>div.iubh-c-panel>img.iubh-pimg{
        display:none
    }
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu{
        max-height:initial!important
    }
}
.g-iubh-i-wrapper{
    position:relative;
    overflow:hidden
}
.g-iubh-i-wrapper.iubh-iright .iubh-i-text{
    -ms-flex-item-align:end;
    align-self:flex-end
}
@media (max-width:459.98px){
    .g-iubh-i-wrapper.iubh-igradient .iubh-i-text{
        background-image:url(../../img/ipunktlang_mitverlauf_breiter.svg)!important
    }
}
.g-iubh-i-wrapper.iubh-icyan .iubh-i-text{
    background-image:url(../../img/ipunktlang_breiter-tuerkis.svg)!important
}
.g-iubh-i-wrapper .iubh-cont{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:0;
    min-height:730px
}
@media (min-width:460px){
    .g-iubh-i-wrapper .iubh-cont{
        min-height:500px
    }
}
@media (min-width:769px){
    .g-iubh-i-wrapper .iubh-cont{
        min-height:600px
    }
}
@media (min-width:1440px){
    .g-iubh-i-wrapper .iubh-cont{
        min-height:750px
    }
}
.g-iubh-i-wrapper .iubh-img-wrapper{
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    text-align:center
}
.g-iubh-i-wrapper .iubh-placeholder{
    -webkit-box-flex:1;
    -ms-flex:1 0 243.33333px;
    flex:1 0 243.33333px
}
@media (min-width:460px){
    .g-iubh-i-wrapper .iubh-placeholder{
        -webkit-box-flex:1;
        -ms-flex:1 1 1px;
        flex:1 1 1px
    }
}
.g-iubh-i-wrapper .iubh-i-text{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    position:relative;
    z-index:5;
    color:#fff;
    background-image:url(../../img/ipunktlang_breiter.svg)!important;
    background-size:100%;
    padding:50px 12px
}
@media (min-width:460px){
    .g-iubh-i-wrapper .iubh-i-text{
        padding:40px 24px 35px
    }
}
@media (min-width:769px){
    .g-iubh-i-wrapper .iubh-i-text{
        width:58.33333%;
        padding:55px 10px 70px;
        margin:0 12px
    }
}
@media only screen and (min-width:766px) and (max-width:950px){
    .g-iubh-i-wrapper .iubh-i-text{
        width:75%
    }
}
@media only screen and (min-width:680px) and (max-width:766px){
    .g-iubh-i-wrapper .iubh-i-text{
        width:86%
    }
}
@media only screen and (min-width:0px) and (max-width:680px){
    .g-iubh-i-wrapper .iubh-i-text{
        width:100%
    }
}
.g-iubh-overlay-button-wrapper{
    height:50px
}
.g-iubh-overlay-button-wrapper .g-iubh-btn-primary,.g-iubh-overlay-button-wrapper .g-iubh-btn-secondary{
    display:block;
    margin:0 auto
}
@media (max-width:459.98px){
    .g-iubh-overlay-button-wrapper .g-iubh-btn-primary,.g-iubh-overlay-button-wrapper .g-iubh-btn-secondary{
        width:100%
    }
}
.g-iubh-overlay-image-wrapper{
    margin-bottom:5px
}
@media (max-width:459.98px){
    .g-iubh-overlay-image-wrapper{
        margin-bottom:-15px
    }
}
.g-iubh-overlay-image-wrapper .iubh-img-wrapper{
    position:relative;
    left:-40px;
    top:-40px;
    z-index:9999999
}
@media (max-width:699.98px){
    .g-iubh-overlay-image-wrapper .iubh-img-wrapper{
        left:-20px;
        top:-35px
    }
}
.g-iubh-overlay-image-wrapper .iubh-img-wrapper img{
    width:calc(100% + 80px)
}
@media (max-width:699.98px){
    .g-iubh-overlay-image-wrapper .iubh-img-wrapper img{
        width:calc(100% + 40px)
    }
}
.Akkordeon_Widget{
    max-width:1200px;
    margin:0 auto
}
.iubh-accordion-wrapper .iubh-accordion{
    border:1px solid #dcdcdc;
    border-top:none;
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
@media (max-width:459.98px){
    .iubh-accordion-wrapper .iubh-accordion{
        margin-left:-12px;
        margin-right:-12px
    }
}
.iubh-accordion-wrapper .iubh-title{
    border-top:1px solid #dcdcdc
}
.iubh-accordion-wrapper .iubh-content{
    border-top:1px solid #eee
}
.iubh-accordion-wrapper .iubh-title{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:18px;
    color:#009091;
    background:#fff;
    cursor:pointer;
    -webkit-transition:background-color .2s ease;
    transition:background-color .2s ease
}
@media (min-width:460px){
    .iubh-accordion-wrapper .iubh-title{
        padding:18px 20px 17px
    }
}
.iubh-accordion-wrapper .iubh-title:not(.collapsed){
    background:#f7f7f7;
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
.iubh-accordion-wrapper .iubh-title-a{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    font-size:24px;
    color:inherit;
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px
}
.iubh-accordion-wrapper .iubh-title-icon-wrapper{
    font-size:16px;
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto
}
.iubh-accordion-wrapper .iubh-content{
    background:#fff;
    padding:30px 18px 40px
}
@media (min-width:460px){
    .iubh-accordion-wrapper .iubh-content{
        padding:35px 20px 55px
    }
}
.iubh-accordion-wrapper .iubh-akkordeon-elem-text>p{
    margin-bottom:15px
}
.iubh-accordion-wrapper .g-iubh-table~.iubh-akkordeon-elem-text-custom-top{
    margin-top:40px
}
.iubh-advantages-wrapper .iubh-logo{
    width:45px;
    text-align:center;
    margin-right:10px;
    font-size:25px;
    margin-top:15px
}
@media (min-width:460px){
    .iubh-advantages-wrapper .iubh-logo{
        margin-top:0;
        margin-right:15px;
        font-size:40px
    }
}
.iubh-advantages-wrapper .g-iubh-header-link.text-iubh-green{
    color:#009091!important
}
.iubh-advantages-wrapper .g-iubh-header-link.text-iubh-green+.g-iubh-overlay-icon{
    color:#009091!important
}
@media (min-width:460px) and (max-width:768.98px){
    .iubh-advantages-wrapper .iubh-i-text{
        padding-bottom:20px
    }
}
.iubh-advantages-wrapper .iubh-advantage{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:35px
}
.iubh-advantages-wrapper .iubh-advantage:last-child{
    margin-bottom:0
}
@media only screen and (min-width:769px){
    .iubh-advantages-wrapper .iubh-i-text.text-accordion-bg{
        padding-bottom:30px
    }
}
@media only screen and (min-width:0px) and (max-width:680px){
    .iubh-advantages-wrapper .g-iubh-body1,.iubh-advantages-wrapper .g-iubh-r,.iubh-advantages-wrapper .popover-body{
        font-size:14px;
        line-height:20px
    }
    .iubh-advantages-wrapper .iubh-advantage{
        margin-bottom:10px
    }
}
@media only screen and (min-width:0px) and (max-width:459px){
    .iubh-advantages-wrapper .iubh-placeholder{
        -webkit-box-flex:1;
        -ms-flex:1 0 182.5px;
        flex:1 0 182.5px
    }
    .iubh-advantages-wrapper .text-accordion-bg{
        margin-bottom:10px!important
    }
    .iubh-advantages-wrapper .iubh-cont{
        position:relative
    }
    .iubh-advantages-wrapper .iubh-i-text{
        position:absolute;
        bottom:-10px
    }
}
.pagination{
    text-align:center
}
.pagination .previous{
    display:inline-block;
    float:left
}
.pagination .next:hover,.pagination .prev:hover{
    text-decoration:none!important;
    border-bottom-color:transparent
}
.pagination .divider{
    display:inline-block;
    color:#999;
    padding-left:3px;
    padding-right:3px
}
@media (max-width:768.98px){
    .pagination .divider{
        padding-left:7px;
        padding-right:7px
    }
}
@media (max-width:699.98px){
    .pagination .divider{
        padding-left:8px;
        padding-right:8px
    }
}
.pagination .next{
    float:right
}
.pagination .page_counter{
    display:inline-block
}
.pagination .page_counter .current,.pagination .page_counter .dots{
    display:inline-block;
    font-size:15px;
    padding:0;
    margin:0;
    font-weight:700;
    width:100%;
    line-height:1;
    text-align:center;
    color:#999;
    border:none
}
.pagination .page_counter .dots{
    cursor:default
}
.iubh-banner-wrapper{
    overflow:hidden;
    -webkit-transition:height .5s ease-in-out;
    transition:height .5s ease-in-out
}
@media (max-width:1199.98px){
    .iubh-banner-wrapper{
        height:auto!important
    }
}
.iubh-banner-wrapper.hide{
    height:0!important;
    padding:0!important;
    -webkit-transition:.5s all ease-in-out;
    transition:.5s all ease-in-out
}
.iubh-banner-wrapper.unit_bg{
    background:#009091
}
.iubh-banner-wrapper.dachmarke_bg{
    background:#103440
}
.iubh-banner-wrapper.cta_bg{
    background:#ea5b0c
}
.iubh-banner-wrapper .banner_headline{
    color:#fff
}
.iubh-banner-wrapper .g-iubh-r{
    color:#fff
}
.iubh-banner-wrapper .secondary{
    background:0 0!important;
    border:3px solid #fff;
    -webkit-box-shadow:none;
    box-shadow:none
}
.iubh-banner-wrapper.gray_bg{
    background:#eee
}
.iubh-banner-wrapper.gray_bg .banner_headline{
    color:#62747e
}
.iubh-banner-wrapper.gray_bg .g-iubh-r{
    color:#62747e
}
.iubh-banner-wrapper.gray_bg .secondary{
    background:0 0!important;
    border:3px solid #62747e;
    color:#62747e;
    -webkit-box-shadow:none;
    box-shadow:none
}
.iubh-banner-wrapper .banner_close{
    text-align:right
}
.iubh-banner-wrapper .banner_close button span{
    color:#fff
}
.iubh-banner-wrapper .three_blocks{
    width:50%;
    padding:0 20px
}
@media (min-width:769px){
    .iubh-banner-wrapper .three_blocks{
        width:25%
    }
}
.iubh-banner-wrapper .four_blocks{
    width:50%;
    padding:0 20px
}
@media (min-width:769px){
    .iubh-banner-wrapper .four_blocks{
        width:33.33%
    }
}
.iubh-banner-wrapper .six_blocks{
    width:50%;
    padding:0 20px
}
@media (min-width:769px){
    .iubh-banner-wrapper .six_blocks{
        width:33.33%
    }
}
.iubh-banner-wrapper .twelve_blocks{
    width:100%;
    padding:0 20px
}
@media (min-width:769px){
    .iubh-banner-wrapper .twelve_blocks{
        width:33.33%
    }
}
.iubh-banner-wrapper .custom_buttons{
    width:100%
}
.iubh-banner-wrapper.with_animation{
    display:block;
    z-index:-100
}
.iubh-banner-wrapper.above{
    z-index:980;
    width:100%
}
.iubh-benefits-wrapper{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    padding: 30px 0;
    background:#9d3838;
}
.iubh-benefits-wrapper .iubh-metric-col{
    color:#eee;
    text-align:center;
    font-weight:700;
    padding:0
}
.iubh-benefits-wrapper .iubh-description{
    word-wrap:break-word;
    font-size:13px;
    margin-bottom:30px;
    color:white;
}
@media (min-width:460px){
    .iubh-benefits-wrapper .iubh-description{
        font-size:15px;
        margin-bottom:45px
    }
}
@media (min-width:769px){
    .iubh-benefits-wrapper .iubh-description{
        font-size:17px
    }
}
.iubh-benefits-wrapper .iubh-data{
    display:inline-block;
    font-size:40px;
    margin:30px 0 10px
}
@media (min-width:460px){
    .iubh-benefits-wrapper .iubh-data{
        font-size:55px
    }
}
@media (min-width:769px){
    .iubh-benefits-wrapper .iubh-data{
        font-size:70px;
        margin-top:45px
    }
}
.iubh-benefits-wrapper .iubh-data.iubh-icon{
    width:60px;
    height:60px;
    border-radius:60px;
    background:#123b48;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-left:auto;
    margin-right:auto
}
@media (max-width:699.98px){
    .iubh-benefits-wrapper .iubh-benefit-last{
        display:none!important
    }
}
@media (max-width:699.98px){
    .panel-grid:not(.Hero_Widget) .iubh-breadcrumb-container{
        top:-50px
    }
}
.iubh-breadcrumb-wrapper{
    position:relative;
    z-index:1
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container{
    padding-bottom:15px;
    padding-top:0;
    position:absolute;
    top:0;
    right:0;
    left:0
}
@media (min-width:700px){
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container{
        padding-bottom:25px
    }
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb{
    background:rgba(255,255,255,.45);
    color:#123b48;
    font-size:0;
    height:45px
}
.g-iubh-input-wrapper .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-chevron-left.iubh-icon,.g-iubh-input-wrapper .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-chevron-right.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-textarea.iubh-not-empty:valid~.fa-chevron-left.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-textarea.iubh-not-empty:valid~.fa-chevron-right.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-textarea:invalid~.fa-chevron-left.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-textarea:invalid~.fa-chevron-right.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-left.g-iubh-modal-close,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-left.g-iubh-modal-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-left.g-iubh-popover-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-left.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-left.wizard-icon::before,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-right.g-iubh-modal-close,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-right.g-iubh-modal-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-right.g-iubh-popover-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-right.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-right.wizard-icon::before,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa.fa-chevron-left,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa.fa-chevron-right,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-chevron-left.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-chevron-right.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.fa-chevron-left.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.fa-chevron-right.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.fa-chevron-left.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.fa-chevron-right.iubh-icon{
    font-size:14px;
    line-height:46px
}
.g-iubh-input-wrapper .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-home.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-textarea.iubh-not-empty:valid~.fa-home.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-textarea:invalid~.fa-home.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-home.g-iubh-modal-close,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-home.g-iubh-modal-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-home.g-iubh-popover-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-home.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-home.wizard-icon::before,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa.fa-home,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.fa-home.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.fa-home.iubh-icon,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.fa-home.iubh-icon{
    font-size:20px;
    line-height:43px
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-text{
    font-size:12px;
    line-height:45px
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-active,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-parent{
    font-weight:700
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-right.iubh-breadcrumb-all,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .fa-chevron-right.iubh-breadcrumb-one{
    margin-left:5px
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-active{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-left:6px
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb a{
    color:#009091;
    margin:0 1px
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb a,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb span{
    display:inline-block;
    float:left
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb span{
    margin:0 6px
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-homepage{
    margin-left:-1px;
    padding-right:1px
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-all{
    display:none
}
.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-small{
    display:inline-block
}
@media (min-width:700px){
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb fa-chevron-left,.iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb fa-chevron-right{
        font-size:12px
    }
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-active{
        margin-left:4px
    }
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-all{
        display:inline-block
    }
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-small{
        display:none
    }
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb .iubh-breadcrumb-text{
        font-size:11px;
        line-height:45px
    }
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb span{
        margin:0 3px 0 4px
    }
    .iubh-breadcrumb-wrapper .iubh-breadcrumb-container .iubh-breadcrumb span.iubh-breadcrumb-parent{
        margin-left:4px
    }
}
.iubh-campaign-wrapper{
    cursor:pointer;
    background:#009091
}
.iubh-campaign-wrapper.iubh-campaign-btn .iubh-c-btn{
    color:#fff;
    border:2px solid #fff;
    text-align:center;
    line-height:44px
}
.iubh-campaign-wrapper.iubh-campaign-btn .iubh-c-btn:hover{
    background:#fff;
    color:#009091
}
.g-iubh-input-wrapper .iubh-campaign-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon:before,.g-iubh-input-wrapper .iubh-campaign-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon:before,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-campaign-wrapper .iubh-textarea:invalid~.iubh-icon:before,.iubh-campaign-wrapper .fa-times:before,.iubh-campaign-wrapper .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon:before,.iubh-campaign-wrapper .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon:before,.iubh-campaign-wrapper .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon:before,.iubh-campaign-wrapper .g-iubh-modal-close:before{
    color:#fff!important
}
.iubh-campaign-wrapper .iubh-img-wrapper{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-right:7px;
    -webkit-box-flex:0;
    -ms-flex:0 0 116px;
    flex:0 0 116px
}
@media (min-width:460px){
    .iubh-campaign-wrapper .iubh-img-wrapper{
        -webkit-box-flex:0;
        -ms-flex:0 0 150px;
        flex:0 0 150px
    }
}
@media (min-width:769px){
    .iubh-campaign-wrapper .iubh-img-wrapper{
        -webkit-box-flex:0;
        -ms-flex:0 0 163px;
        flex:0 0 163px
    }
}
.iubh-campaign-wrapper .iubh-img-wrapper>picture{
    width:100%
}
.iubh-campaign-wrapper .iubh-middle{
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto
}
.iubh-campaign-wrapper .iubh-middle{
    padding-right:60px
}
.iubh-campaign-wrapper .iubh-middle .g-iubh-body1,.iubh-campaign-wrapper .iubh-middle .g-iubh-r,.iubh-campaign-wrapper .iubh-middle .popover-body{
    display:block
}
.iubh-campaign-wrapper .iubh-img-bottom{
    -ms-flex-item-align:end;
    align-self:flex-end
}
.iubh-campaign-wrapper .iubh-img{
    z-index:6
}
.iubh-campaign-wrapper .iubh-img.as_img{
    width:100%
}
.iubh-campaign-wrapper .iubh-dismiss{
    -ms-flex-item-align:start;
    align-self:flex-start
}
@media (min-width:769px){
    .iubh-campaign-wrapper .iubh-dismiss{
        -ms-flex-item-align:center;
        align-self:center
    }
}
.iubh-campaign-wrapper .iubh-big-touch{
    padding:12px;
    margin:-12px
}
@media only screen and (min-width:460px) and (max-width:915px){
    .iubh-campaign-wrapper .iubh-btn-right{
        display:none!important
    }
    .iubh-campaign-wrapper .iubh-btn-bottom{
        display:block!important;
        margin-bottom:25px
    }
    .iubh-campaign-wrapper .iubh-dismiss{
        -ms-flex-item-align:start;
        align-self:flex-start;
        margin-top:25px!important
    }
}
@media only screen and (min-width:460px) and (max-width:500px){
    .iubh-campaign-wrapper .iubh-middle{
        display:none!important
    }
    .iubh-campaign-wrapper .iubh-mobile{
        display:block!important
    }
    .iubh-campaign-wrapper .iubh-dismiss,.iubh-campaign-wrapper .iubh-dismiss-campaign{
        display:none!important
    }
}
.sidebar-widget.author{
    -webkit-box-shadow:0 4px 8px 0 #dcdcdc;
    box-shadow:0 4px 8px 0 #dcdcdc
}
.author-img-wrapper{
    position:absolute;
    top:-1rem;
    left:0;
    right:0
}
.author-img{
    width:80px;
    height:80px;
    border-radius:50%;
    background-size:cover!important;
    background-position:center center!important;
    margin:0 auto;
    -webkit-box-shadow:0 4px 3px 0 #666;
    box-shadow:0 4px 3px 0 #666
}
.author-desc{
    line-height:1.5rem
}
.more_posts{
    position:relative;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0)
}
.load_more_spinner_container{
    display:none
}
.comments .comment-awaiting-moderation{
    font-family:Arial;
    font-size:1rem;
    line-height:24px;
    color:#62747e;
    background-color:#d1ecf1;
    position:relative;
    border:1px solid transparent;
    border-radius:.25rem
}
.comments .depth-1 .comment-content,.comments .depth-1 .comment-metadata,.comments .depth-1 .fn{
    padding-left:0
}
.comments .depth-1 .children{
    -webkit-padding-start:4rem;
    padding-inline-start:4rem
}
@media (min-width:700px){
    .comments .depth-1 .children{
        -webkit-padding-start:8.75rem;
        padding-inline-start:8.75rem
    }
}
.comments .depth-1 .children .comment-content,.comments .depth-1 .children .comment-metadata,.comments .depth-1 .children .fn{
    padding-left:4.6875rem
}
.comments .blog_comment{
    height:200px
}
.comments .comment_submit{
    background:0 0;
    cursor:pointer
}
@media (min-width:700px){
    .comments .comment_submit{
        width:auto!important
    }
}
.comment-list>.comment article{
    -webkit-box-shadow:0 4px 8px 0 #dcdcdc;
    box-shadow:0 4px 8px 0 #dcdcdc
}
article.comment-body .comment-author img{
    border-radius:50%
}
article.comment-body .comment-author .fn{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt
}
article.comment-body .comment-content{
    line-height:24px;
    font-size:1rem
}
.category-teaser{
    position:relative
}
.category-teaser .content-wrapper{
    min-height:50%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden
}
.category-teaser .text{
    position:relative;
    z-index:10;
    min-height:50%;
    position:absolute;
    top:0;
    bottom:0
}
.category-teaser .unit-i-dot{
    background-image:url(../../img/ipunktlang_ohnerand_light.svg);
    background-size:75%;
    height:100%;
    position:absolute;
    top:50px;
    left:-180px;
    right:-60px;
    background-repeat:no-repeat
}
@media (min-width:700px){
    .cat.blog-content{
        min-height:270px
    }
    .cat.blog-content .blog-headline{
        min-height:78px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
.blog-terms{
    overflow-x:scroll;
    overflow-y:hidden;
    white-space:nowrap
}
.Linkliste_Widget .display-flex.panel-row-style>[class*=col-],.Sb_Widget .display-flex.panel-row-style>[class*=col-],.SiteOrigin_Widget_Category_Teaser_Widget .display-flex.panel-row-style>[class*=col-],.SiteOrigin_Widget_Image_Widget .display-flex.panel-row-style>[class*=col-],.SiteOrigin_Widget_a3Editor_Widget .display-flex.panel-row-style>[class*=col-],.Teaser_Widget .display-flex.panel-row-style>[class*=col-],.Videoembed_Widget .display-flex.panel-row-style>[class*=col-],.display-flex.Linkliste_Widget.panel-no-style>[class*=col-],.display-flex.Sb_Widget.panel-no-style>[class*=col-],.display-flex.SiteOrigin_Widget_Category_Teaser_Widget.panel-no-style>[class*=col-],.display-flex.SiteOrigin_Widget_Image_Widget.panel-no-style>[class*=col-],.display-flex.SiteOrigin_Widget_a3Editor_Widget.panel-no-style>[class*=col-],.display-flex.Teaser_Widget.panel-no-style>[class*=col-],.display-flex.Videoembed_Widget.panel-no-style>[class*=col-],.display-flex.infobox_Widget.panel-no-style>[class*=col-],.infobox_Widget .display-flex.panel-row-style>[class*=col-],.row.display-flex>[class*=col-]{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.same-height{
    height:100%;
    position:relative
}
.same-height .blog_meta{
    margin-top:15px;
    margin-bottom:-15px
}
.same-height .blog-terms{
    position:absolute;
    bottom:0;
    width:100%
}
.same-height .read_more{
    margin-bottom:80px
}
.blog_container{
    padding-left:0!important;
    padding-right:0!important
}
.little_img{
    width:120px
}
.blog_text{
    padding-bottom:50px!important
}
.blog_link{
    bottom:0
}
.blog-content .alignright{
    float:right;
    margin-left:15px
}
.blog-content .alignleft{
    float:left;
    margin-right:15px
}
.Sb_Widget .panel-row-style,.Sb_Widget.panel-no-style{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px
}
.Sb_Widget .grid-100{
    width:100%
}
@media (min-width:460px){
    .Sb_Widget .grid-100{
        margin:0 12px
    }
}
.Sb_Widget .grid-60{
    padding:0;
    padding-right:10px
}
@media only screen and (min-width:769px) and (max-width:1100px){
    .Sb_Widget .grid-60{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
}
.Sb_Widget .grid-40{
    padding:0
}
@media (min-width:769px){
    .Sb_Widget .grid-40{
        padding-right:12px
    }
}
@media only screen and (min-width:769px) and (max-width:1100px){
    .Sb_Widget .grid-40{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        margin-left:0
    }
}
.Sb_Widget .grid-30{
    margin-bottom:55px;
    padding-right:20px
}
.Sb_Widget .grid-30 .container-fluid,.Sb_Widget .grid-30 .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .Sb_Widget .grid-30 .iubh-container-fluid{
    padding:0
}
@media (min-width:769px){
    .Sb_Widget .grid-30 .container-fluid,.Sb_Widget .grid-30 .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .Sb_Widget .grid-30 .iubh-container-fluid{
        padding-bottom:55px;
        border-right:2px solid #dcdcdc
    }
}
.Sb_Widget .grid-70{
    padding:0
}
@media (min-width:769px){
    .Sb_Widget .grid-70{
        padding-left:0;
        padding-right:12px
    }
}
@media only screen and (min-width:769px) and (max-width:1100px){
    .Sb_Widget .grid-70 .sb-desktop{
        display:none!important
    }
}
@media only screen and (min-width:769px) and (max-width:1100px){
    .Sb_Widget .grid-70 .sb-mobile{
        display:block!important
    }
    .Sb_Widget .grid-70 .sb-mobile .collapse:not(.show){
        height:0;
        overflow:hidden
    }
}
@media (max-width:768.98px){
    .panel-grid-cell .iubh-linklist-wrapper{
        padding-left:12px!important;
        padding-right:12px!important
    }
}
.iubh-contact-wrapper .iubh-h2-35{
    font-size:35px
}
.iubh-contact-wrapper .iubh-service-textcolor{
    color:#fafafa
}
.g-iubh-input-wrapper .iubh-contact-wrapper .iubh-service-textcolor .iubh-select~.iubh-icon,.iubh-accordion-wrapper .iubh-title .iubh-contact-wrapper .iubh-service-textcolor .iubh-title-icon,.iubh-accordion-wrapper .iubh-title.collapsed .iubh-contact-wrapper .iubh-service-textcolor .iubh-title-icon,.iubh-contact-wrapper .iubh-service-textcolor .fa-chevron-down,.iubh-contact-wrapper .iubh-service-textcolor .fa-chevron-up,.iubh-contact-wrapper .iubh-service-textcolor .g-iubh-input-wrapper .iubh-select~.iubh-icon,.iubh-contact-wrapper .iubh-service-textcolor .iubh-accordion-wrapper .iubh-title .iubh-title-icon,.iubh-contact-wrapper .iubh-service-textcolor .iubh-accordion-wrapper .iubh-title.collapsed .iubh-title-icon{
    top:0
}
.iubh-contact-wrapper .iubh-border{
    border-bottom:1px solid #0c252d;
    margin-left:-20px;
    margin-right:-20px
}
.iubh-contact-wrapper .iubh-contact{
    background:#103440
}
.iubh-contact-wrapper .g-iubh-header-link{
    padding-bottom:0;
    display:inline
}
.iubh-contact-wrapper .iubh-service-wrap{
    border-right:none;
    padding:0 12px;
    padding-right:12px
}
@media (min-width:460px){
    .iubh-contact-wrapper .iubh-service-wrap{
        padding:25px 30px;
        border-right:1px solid #0c252d
    }
    .iubh-contact-wrapper .iubh-service-wrap:last-child{
        border-right:none
    }
}
.iubh-contact-wrapper .iubh-with-image{
    margin-left:-40px
}
@media (min-width:769px){
    .iubh-contact-wrapper .iubh-with-image{
        margin-left:0
    }
}
.iubh-contact-wrapper .iubh-with-image.iubh-with-image-col1{
    margin-left:-40px
}
.iubh-contact-wrapper .iubh-s-flex .g-iubh-flex-stay{
    padding-right:15px;
    border-right:none;
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto
}
@media (min-width:769px){
    .iubh-contact-wrapper .iubh-s-flex .g-iubh-flex-stay{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%;
        border-right:1px solid #0c252d
    }
}
@media only screen and (min-width:769px) and (max-width:1100px){
    .iubh-contact-wrapper .iubh-s-flex .g-iubh-flex-stay{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        border-right:1px solid #0c252d
    }
}
.iubh-contact-wrapper .iubh-s-flex.iubh-col-6 .g-iubh-flex-stay{
    -webkit-box-flex:0;
    -ms-flex:0 0 45%;
    flex:0 0 45%;
    max-width:45%;
    border-right:1px solid #0c252d
}
.iubh-contact-wrapper .iubh-img-wrapper{
    -webkit-box-flex:0;
    -ms-flex:0 0 85px;
    flex:0 0 85px;
    top:-25px
}
@media (min-width:460px){
    .iubh-contact-wrapper .iubh-img-wrapper{
        -webkit-box-flex:0;
        -ms-flex:0 0 85px;
        flex:0 0 85px
    }
}
@media (min-width:769px){
    .iubh-contact-wrapper .iubh-img-wrapper{
        -webkit-box-flex:0;
        -ms-flex:0 0 140px;
        flex:0 0 140px;
        top:0
    }
}
.iubh-contact-wrapper .iubh-img-wrapper.iubh-col1-image{
    -webkit-box-flex:0;
    -ms-flex:0 0 85px;
    flex:0 0 85px
}
.iubh-contact-wrapper .iubh-service-time{
    line-height:15px
}
.iubh-contact-wrapper .iubh-service-call{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    position:static
}
.iubh-contact-wrapper .iubh-service-call::after{
    content:'';
    position:absolute;
    top:-28px;
    bottom:-28px;
    left:0;
    right:0
}
.iubh-contact-wrapper .iubh-panel{
    display:inline-block;
    width:100%;
    height:auto;
    position:relative;
    color:#009091
}
.iubh-contact-wrapper .iubh-panel .iubh-icon{
    font-size:24px;
    width:40px;
    float:left;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.iubh-contact-wrapper .iubh-panel .iubh-service-right-link{
    margin-left:40px;
    color:#009091
}
.iubh-contact-wrapper .iubh-service-mail{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    position:static
}
.iubh-contact-wrapper .iubh-service-mail::after{
    content:'';
    position:absolute;
    top:-25px;
    bottom:-8px;
    left:0;
    right:0
}
.iubh-contact-wrapper .iubh-sb-collapse-summary{
    position:relative;
    overflow:hidden
}
.iubh-contact-wrapper .iubh-sb-collapse-summary.collapse{
    display:block;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s
}
.iubh-contact-wrapper .iubh-sb-collapse-summary.collapse:not(.show),.iubh-contact-wrapper .iubh-sb-collapse-summary.collapsing{
    height:0
}
@media (min-width:769px){
    .iubh-contact-wrapper .iubh-sb-collapse-summary.collapse:not(.show),.iubh-contact-wrapper .iubh-sb-collapse-summary.collapsing{
        height:100%
    }
}
@media (min-width:769px){
    .iubh-contact-wrapper .iubh-sb-collapse-summary.collapse:not(.show).iubh-col1,.iubh-contact-wrapper .iubh-sb-collapse-summary.collapsing.iubh-col1{
        height:0
    }
}
.iubh-contact-wrapper .iubh-sb-collapse-summary.collapse:not(.show) .iubh-up-arrow,.iubh-contact-wrapper .iubh-sb-collapse-summary.collapsing .iubh-up-arrow{
    display:inline-block
}
.iubh-contact-wrapper .iubh-sb-collapse-summary.collapse:not(.show) .iubh-down-arrow,.iubh-contact-wrapper .iubh-sb-collapse-summary.collapsing .iubh-down-arrow{
    display:none
}
.iubh-contact-wrapper .iubh-sb-collapse-summary.collapsing{
    height:0
}
.iubh-contact-wrapper .iubh-sb-collapse-summary.iubh-col1{
    overflow:hidden
}
.iubh-contact-wrapper .iubh-sb-collapse-summary.iubh-col1.collapse.show{
    overflow:visible
}
@media (min-width:769px){
    .iubh-contact-wrapper .iubh-sb-collapse-summary.iubh-col1{
        overflow:hidden
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor::after{
    content:'';
    position:absolute;
    top:-8px;
    bottom:-25px;
    left:-80px;
    right:-8px
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-de.collapsed:before{
    content:"Mehr Kontaktmöglichkeiten"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-de.collapsed:before{
        content:"Mehr Anzeigen"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-de:not(.collapsed):before{
    content:"Weniger Kontaktmöglichkeiten"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-de:not(.collapsed):before{
        content:"Weniger Anzeigen"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-en.collapsed:before{
    content:"more contact possibilities"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-en.collapsed:before{
        content:"show more"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-en:not(.collapsed):before{
    content:"less contact possibilities"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-en:not(.collapsed):before{
        content:"show less"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-pt-pt.collapsed:before{
    content:"Mais opçཞs de contato"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-pt-pt.collapsed:before{
        content:"Mostrar mais"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-pt-pt:not(.collapsed):before{
    content:"Menos opçཞs de contato"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-pt-pt:not(.collapsed):before{
        content:"Mostrar menos"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-ru.collapsed:before{
    content:"Дополнительные контаты"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-ru.collapsed:before{
        content:"Показать больше"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-ru:not(.collapsed):before{
    content:"Меньше контактов"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-ru:not(.collapsed):before{
        content:"Показать меньше"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-es.collapsed:before{
    content:"Más opciones de contacto"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-es.collapsed:before{
        content:"Mostrar más"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-es:not(.collapsed):before{
    content:"Menos opciones de contacto"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-es:not(.collapsed):before{
        content:"Mostrar menos"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-it.collapsed:before{
    content:"Maggiori contatti"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-it.collapsed:before{
        content:"Scopri di più"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-it:not(.collapsed):before{
    content:"Mostra meno"
}
@media only screen and (min-width:0px) and (max-width:350px){
    .iubh-contact-wrapper .iubh-service-collapse-anchor.iubh-service-it:not(.collapsed):before{
        content:"Mostra meno"
    }
}
.iubh-contact-wrapper .iubh-service-collapse-anchor .iubh-down-arrow{
    display:inline-block
}
.iubh-contact-wrapper .iubh-service-collapse-anchor .iubh-up-arrow{
    display:none
}
.iubh-contact-wrapper .iubh-service-collapse-anchor:not(.collapsed) .iubh-up-arrow{
    display:inline-block
}
.iubh-contact-wrapper .iubh-service-collapse-anchor:not(.collapsed) .iubh-down-arrow{
    display:none
}
.iubh-contact-wrapper .iubh-service-anchor{
    display:inline!important;
    position:static
}
.iubh-contact-wrapper .iubh-service-anchor::after{
    content:'';
    position:absolute;
    top:-8px;
    bottom:-13px;
    left:0;
    right:0
}
@media (max-width:699.98px){
    .iubh-contact-wrapper .sb-desktop{
        display:none
    }
}
.iubh-contact-wrapper .iubh-make-col2{
    width:100%;
    column-count:1;
    -webkit-column-count:1;
    -moz-column-count:1;
    position:relative;
    -moz-column-gap:0;
    -webkit-column-gap:0;
    column-gap:0;
    -webkit-column-rule:1px solid #0c252d;
    -moz-column-rule:1px solid #0c252d;
    column-rule:1px solid #0c252d
}
.iubh-contact-wrapper .iubh-make-col2 .iubh-col{
    padding:0 15px;
    display:inline-block;
    width:100%
}
.iubh-contact-wrapper .iubh-make-col2 .iubh-col:nth-child(1){
    padding-top:25px
}
.iubh-contact-wrapper .iubh-make-columns{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
@media only screen and (min-width:769px) and (max-width:1100px){
    .iubh-contact-wrapper .iubh-make-columns{
        display:inline-block;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-flex:1;
        -ms-flex:auto;
        flex:auto
    }
}
.iubh-contact-wrapper .iubh-make-columns .iubh-col{
    padding:0 15px;
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
@media (min-width:769px){
    .iubh-contact-wrapper .iubh-make-columns .iubh-col{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .iubh-contact-wrapper .iubh-make-columns .iubh-col:nth-child(odd){
        border-right:1px solid #0c252d
    }
    .iubh-contact-wrapper .iubh-make-columns .iubh-col:nth-child(1),.iubh-contact-wrapper .iubh-make-columns .iubh-col:nth-child(2){
        padding-top:25px
    }
}
@media only screen and (min-width:769px) and (max-width:1100px){
    .iubh-contact-wrapper .iubh-make-columns .iubh-col{
        width:100%;
        display:inline-block;
        -webkit-box-flex:0;
        -ms-flex:0;
        flex:0;
        max-width:100%
    }
    .iubh-contact-wrapper .iubh-make-columns .iubh-col:nth-child(odd){
        border-right:none;
        padding-top:0
    }
    .iubh-contact-wrapper .iubh-make-columns .iubh-col:nth-child(1){
        padding-top:25px
    }
    .iubh-contact-wrapper .iubh-make-columns .iubh-col:nth-child(2){
        padding-top:0
    }
}
.iubh-course-slider-wrapper .iubh-slick-studi-carousel .slick-next,.iubh-course-slider-wrapper .iubh-slick-studi-carousel .slick-prev{
    display:none!important
}
.iubh-course-slider-wrapper .iubh-i-wrapper{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden
}
.iubh-course-slider-wrapper .iubh-i-wrapper .iubh-i-text{
    padding:40px 20px 30px;
    position:relative;
    z-index:5
}
@media (min-width:460px){
    .iubh-course-slider-wrapper .iubh-i-wrapper .iubh-i-text{
        padding-top:60px
    }
}
.iubh-course-slider-wrapper .iubh-i-wrapper .iubh-i-dot{
    background-image:url(../../img/ipunktlang_ohnerand_light.svg);
    background-size:100%;
    height:100%;
    position:absolute;
    top:0;
    left:-60px;
    right:-60px
}
.iubh-course-slider-wrapper .iubh-subhead{
    margin:10px 0 5px
}
.iubh-course-slider-wrapper .iubh-c-panel{
    width:100%;
    position:relative
}
@media (min-width:769px) and (max-width:940px){
    .iubh-course-slider-wrapper .iubh-c-panel .iubh-theadline{
        font-size:22px
    }
}
.iubh-course-slider-wrapper .iubh-c-panel .iubh-pimg{
    width:100%
}
.iubh-course-slider-wrapper .iubh-c-panel .g-iubh-header-link{
    display:inline;
    line-height:2
}
.iubh-course-slider-wrapper .iubh-c-panel .iubh-course-category{
    font-size:14px;
    text-align:right
}
.iubh-course-slider-wrapper .iubh-c-panel .iubh-course-category .g-iubh-label{
    padding:0 5px;
    border-radius:3px
}
.iubh-course-slider-wrapper .iubh-c-panel .iubh-course-category .iubh-bg-iubh-green{
    background:#009091
}
.iubh-course-slider-wrapper .iubh-c-panel .iubh-course-category .iubh-bg-yellow{
    background:#f3c452
}
.iubh-course-slider-wrapper .iubh-c-panel .iubh-info-icon{
    position:absolute;
    top:10px;
    right:15px;
    font-size:22px;
    cursor:pointer;
    outline:0
}
.iubh-course-slider-wrapper .iubh-for-tablet{
    margin-right:-12px
}
.iubh-course-slider-wrapper .iubh-col{
    padding-right:12px
}
.iubh-course-slider-wrapper .iubh-slider-row{
    margin-top:15px;
    margin-bottom:50px
}
@media (min-width:460px){
    .iubh-course-slider-wrapper .iubh-slider-row{
        margin-top:20px;
        margin-bottom:85px
    }
}
.iubh-course-slider-wrapper .iubh-extend-row-wrapper{
    overflow:hidden;
    -webkit-transition:all .5s linear;
    transition:all .5s linear;
    margin-top:20px
}
.Linkliste_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.Sb_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.SiteOrigin_Widget_Category_Teaser_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.SiteOrigin_Widget_Image_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.SiteOrigin_Widget_a3Editor_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.Teaser_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.Videoembed_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.infobox_Widget .iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Linkliste_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Linkliste_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Sb_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Sb_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .SiteOrigin_Widget_Category_Teaser_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .SiteOrigin_Widget_Category_Teaser_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .SiteOrigin_Widget_Image_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .SiteOrigin_Widget_Image_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .SiteOrigin_Widget_a3Editor_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .SiteOrigin_Widget_a3Editor_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Teaser_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Teaser_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Videoembed_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .Videoembed_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .infobox_Widget .panel-row-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .infobox_Widget.panel-no-style .col-3:nth-child(n+5),.iubh-course-slider-wrapper .iubh-extend-row-wrapper:not(.iubh-open) .row .col-3:nth-child(n+5){
    display:none
}
.iubh-course-slider-wrapper .iubh-hide-controls{
    margin-top:20px
}
.iubh-course-slider-wrapper .iubh-filter-top{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
@media (min-width:460px){
    .iubh-course-slider-wrapper .iubh-filter-top .flex-wrap{
        position:relative
    }
}
@media (min-width:460px){
    .iubh-course-slider-wrapper .iubh-filter-top .flex-wrap .iubh-filter-controls{
        position:absolute;
        bottom:0;
        right:0
    }
}
.iubh-course-slider-wrapper .iubh-filter-bar-outer{
    overflow:hidden;
    -webkit-transition:height .2s linear;
    transition:height .2s linear;
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    margin-right:20px;
    width:100%!important
}
.iubh-course-slider-wrapper .iubh-filter-bar-outer.iubh-open{
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto
}
.iubh-course-slider-wrapper .iubh-filter-controls{
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:57px;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.iubh-course-slider-wrapper .iubh-tag-group{
    margin-bottom:40px;
    margin-right:30px
}
.iubh-course-slider-wrapper .iubh-tag-group:first-child{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%
}
.iubh-course-slider-wrapper .iubh-tag-groups{
    margin-right:-15px
}
.iubh-course-slider-wrapper .iubh-tag-group-heading{
    margin-bottom:5px
}
.iubh-course-slider-wrapper .iubh-tag{
    margin-right:10px;
    margin-bottom:10px;
    display:inline-block;
    border:2px solid #009091;
    color:#009091;
    background-color:#fff;
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    padding:10px 15px;
    border-radius:3px;
    cursor:pointer
}
@media (min-width:460px){
    .iubh-course-slider-wrapper .iubh-tag{
        margin-right:15px;
        margin-bottom:15px
    }
}
.iubh-course-slider-wrapper .iubh-tag.iubh-active{
    border:2px solid #009091;
    color:#fff;
    background-color:#009091
}
.iubh-course-slider-wrapper .iubh-filter-badge{
    cursor:pointer;
    display:inline-block;
    text-transform:uppercase;
    background:#009091;
    color:#fff;
    height:25px;
    padding-left:7px;
    padding-right:7px;
    margin-right:25px;
    margin-bottom:10px;
    line-height:27px;
    font-size:11px;
    border-radius:3px
}
.iubh-course-slider-wrapper .iubh-tag-badges{
    margin:40px -25px 30px 0
}
.iubh-course-popover-wrapper .iubh-border-bottom{
    border-bottom:1px solid #dcdcdc;
    padding-bottom:15px;
    margin-bottom:15px
}
.iubh-course-popover-wrapper .iubh-border-bottom:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0
}
.iubh-course-popover-wrapper .iubh-text{
    font-size:14px
}
.iubh-course-popover-wrapper .g-iubh-btn-primary{
    display:block;
    text-align:center
}
.iubh-event-wrapper .no_event_msg{
    font-style:italic;
    font-family:Arial;
    font-size:15px;
    color:#666
}
.iubh-event-wrapper .iubh-event{
    border-bottom:1px solid #c6c6c6;
    cursor:pointer
}
.iubh-event-wrapper .iubh-event:nth-child(2){
    border-top:1px solid #c6c6c6!important
}
.iubh-event-wrapper .iubh-event .event-list-date{
    width:140px;
    height:140px;
    background:#123b48;
    position:relative;
    font-family:"Passion One",Calibri,serif;
    display:inline-block
}
@media (max-width:699.98px){
    .iubh-event-wrapper .iubh-event .event-list-date{
        width:70px;
        height:70px
    }
}
.iubh-event-wrapper .iubh-event .event-list-date div{
    font-size:44px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
@media (max-width:699.98px){
    .iubh-event-wrapper .iubh-event .event-list-date div{
        font-size:20px
    }
}
.iubh-event-wrapper .iubh-event .event-list-information{
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 170px)
}
@media (max-width:699.98px){
    .iubh-event-wrapper .iubh-event .event-list-information{
        width:calc(100% - 100px)
    }
}
.iubh-event-wrapper .iubh-event .event-list-information .meta_block{
    display:inline-block;
    color:#999
}
.iubh-event-wrapper .iubh-event .event-list-information .g-iubh-r{
    white-space:normal
}
.iubh-next-prev-wrapper{
    background:#fafafa
}
@media (max-width:699.98px){
    .iubh-next-prev-wrapper a{
        font-size:12px
    }
}
.iubh-next-prev-wrapper .back_to{
    line-height:15px!important
}
.iubh-event-wrapper-single{
    background:#fafafa
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner{
    background:#123b48;
    color:#fff
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block{
    text-align:center;
    text-transform:uppercase;
    padding:0!important
}
@media (max-width:1200px){
    .iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block.offset-lg-1{
        margin:0!important
    }
    .iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block.offset-lg-2{
        margin:0!important
    }
    .iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block.col-lg-2{
        -webkit-box-flex:0!important;
        -ms-flex:0 0 calc(100% / 3)!important;
        flex:0 0 calc(100% / 3)!important;
        max-width:calc(100% / 3)!important;
        padding:0 30px!important
    }
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block .heading{
    font-family:Arial;
    font-size:17px
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block .place{
    font-family:Arial;
    font-size:15px;
    background:#f3c452;
    border-radius:2px;
    padding:3px 10px;
    display:inline-block
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block .i-dot{
    padding:62px 100px;
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url(../../img/ipunktlang_ohnerand_light.svg)
}
@media (max-width:1200px){
    .iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block .i-dot{
        padding:62px 0!important;
        margin:0 auto;
        display:block;
        width:190px
    }
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block .i-dot .data{
    font-family:"Passion One",Calibri,serif;
    width:200px;
    font-size:48px;
    position:absolute;
    -webkit-transform:translate(-50%,-27%);
    transform:translate(-50%,-27%);
    height:200px;
    line-height:38px;
    white-space:nowrap
}
@media (max-width:1200px){
    .iubh-event-wrapper-single .eo-event-meta .single-event .event_banner .block .i-dot .data{
        -webkit-transform:translate(0,-27%);
        transform:translate(0,-27%);
        width:190px;
        font-size:38px;
        line-height:30px
    }
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile{
    background:#123b48;
    color:#fff;
    width:calc(100% + 24px);
    padding:10px 0;
    margin:0 -12px
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .i-dot{
    width:83.33333%;
    max-width:380px;
    padding:20px 0 40px 20px;
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url(../../img/ipunktlang_ohnerand_light_90Grad.svg);
    background-position:100% 0
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .heading{
    font-family:Arial;
    font-size:17px;
    text-transform:uppercase
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .venue{
    display:block;
    font-family:Arial;
    font-size:15px;
    background:#f3c452;
    border-radius:2px;
    padding:3px 10px;
    margin-top:10px;
    display:inline-block;
    text-transform:uppercase
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .date_block,.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .time_block{
    margin-top:30px
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .date_block .heading,.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .time_block .heading{
    vertical-align:top;
    display:inline-block;
    width:100px
}
.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .date_block .information,.iubh-event-wrapper-single .eo-event-meta .single-event .event_banner_mobile .time_block .information{
    font-family:"Passion One",Calibri,serif;
    display:inline-block;
    text-align:center;
    font-size:26px;
    line-height:20px;
    position:absolute
}
.iubh-facts-wrapper.iubh-darker-bg .iubh-row.iubh-make-columns{
    -webkit-column-rule:1px solid #111416;
    -moz-column-rule:1px solid #111416;
    column-rule:1px solid #111416
}
.iubh-facts-wrapper.iubh-dark-bg .iubh-row.iubh-make-columns,.iubh-facts-wrapper.iubh-white-bg .iubh-row.iubh-make-columns{
    -webkit-column-rule:1px solid #eee;
    -moz-column-rule:1px solid #eee;
    column-rule:1px solid #eee
}
.iubh-facts-wrapper .iubh-row{
    width:100%;
    overflow:hidden;
    display:block
}
.iubh-facts-wrapper .iubh-row.iubh-make-columns,.iubh-facts-wrapper .iubh-row.iubh-make-columns2{
    position:relative;
    -moz-column-gap:1em;
    -webkit-column-gap:1em;
    column-count:1;
    -moz-column-count:1;
    -webkit-column-count:1;
    column-gap:1em
}
@media (min-width:460px){
    .iubh-facts-wrapper .iubh-row.iubh-make-columns,.iubh-facts-wrapper .iubh-row.iubh-make-columns2{
        column-count:2;
        -webkit-column-count:2;
        -moz-column-count:2
    }
}
.iubh-facts-wrapper .iubh-row.iubh-make-columns .iubh-col,.iubh-facts-wrapper .iubh-row.iubh-make-columns2 .iubh-col{
    display:inline-block;
    width:100%
}
@media (min-width:769px){
    .iubh-facts-wrapper .iubh-row.iubh-make-columns{
        column-count:3;
        -moz-column-count:3;
        -webkit-column-count:3
    }
}
@media only screen and (min-width:1000px){
    .iubh-facts-wrapper .iubh-row.iubh-make-columns2{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .iubh-facts-wrapper .iubh-row.iubh-make-columns2 .iubh-col{
        -webkit-box-flex:0;
        -ms-flex:0 1 25%;
        flex:0 1 25%;
        max-width:25%
    }
    .iubh-facts-wrapper .iubh-row.iubh-make-columns2 .iubh-col.col-width-3{
        -webkit-box-flex:0;
        -ms-flex:0 1 33.33%;
        flex:0 1 33.33%;
        max-width:33.33%
    }
}
@media only screen and (min-width:1000px){
    .iubh-facts-wrapper .iubh-row.iubh-make-columns2 .iubh-asterisk{
        left:75%
    }
}
.iubh-facts-wrapper .iubh-row.iubh-make-2columns .iubh-col{
    width:100%
}
@media (min-width:460px){
    .iubh-facts-wrapper .iubh-row.iubh-make-2columns .iubh-col{
        width:50%;
        padding-left:8px;
        padding-right:12px
    }
}
.iubh-facts-wrapper .iubh-row.iubh-make-2columns .iubh-col:first-child{
    padding-left:0
}
@media (min-width:460px){
    .iubh-facts-wrapper .iubh-row.iubh-make-2columns .iubh-col:last-child{
        border-right:none!important
    }
}
.iubh-facts-wrapper .iubh-row .iubh-panel{
    width:100%
}
.iubh-facts-wrapper .iubh-row .iubh-panel .iubh-fakten-link{
    padding-bottom:6px
}
.iubh-facts-wrapper .iubh-row .iubh-panel .iubh-fakten-link:hover{
    text-decoration:none
}
.iubh-facts-wrapper .iubh-row .iubh-panel .iubh-fakten-icon{
    font-size:22px;
    text-align:center;
    width:40px;
    float:left;
    margin-left:10px
}
.iubh-facts-wrapper .iubh-row .iubh-panel .iubh-i-text{
    margin-left:50px;
    margin-right:15px
}
.iubh-facts-wrapper .iubh-row .iubh-panel .iubh-i-text .iubh-heading{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    font-size:24px;
    font-weight:500
}
.iubh-facts-wrapper .iubh-row .iubh-asterisk{
    font-size:12px;
    font-family:Arial
}
@media (min-width:769px){
    .iubh-facts-wrapper .iubh-row .iubh-asterisk{
        position:absolute;
        bottom:0
    }
}
.iubh-facts-wrapper.iubh-icon-fakten-hidden .iubh-fakten-icon{
    display:none
}
.iubh-facts-wrapper.iubh-icon-fakten-hidden .iubh-i-text{
    margin-left:15px!important;
    margin-right:15px!important
}
.iubh-facts-wrapper.iubh-icon-fakten-hidden .iubh-row.iubh-make-columns{
    column-gap:3em;
    -moz-column-gap:3em;
    -webkit-column-gap:3em
}
.iubh-facts-wrapper.iubh-icon-fakten-hidden .iubh-row .iubh-asterisk{
    margin-left:0!important
}
.iubh-facts-wrapper.iubh-icon-fakten-hidden .iubh-col .iubh-i-text:first-child{
    margin-left:0!important
}
@media only screen and (min-width:1000px){
    .iubh-facts-wrapper.iubh-darker-bg .iubh-row.iubh-make-columns2 .iubh-col{
        border-left:1px solid #111416
    }
    .iubh-facts-wrapper.iubh-darker-bg .iubh-row.iubh-make-columns2 .iubh-col:first-child{
        border-left:none!important
    }
}
@media only screen and (min-width:1000px){
    .iubh-facts-wrapper.iubh-dark-bg .iubh-row.iubh-make-columns2 .iubh-col,.iubh-facts-wrapper.iubh-white-bg .iubh-row.iubh-make-columns2 .iubh-col{
        border-left:1px solid #eee
    }
    .iubh-facts-wrapper.iubh-dark-bg .iubh-row.iubh-make-columns2 .iubh-col:first-child,.iubh-facts-wrapper.iubh-white-bg .iubh-row.iubh-make-columns2 .iubh-col:first-child{
        border-left:none!important
    }
}
@media only screen and (min-width:1000px){
    .iubh-facts-wrapper.iubh-darker-bg .iubh-row.iubh-make-2columns .iubh-col{
        border-left:1px solid #111416
    }
    .iubh-facts-wrapper.iubh-darker-bg .iubh-row.iubh-make-2columns .iubh-col:first-child{
        border-left:none!important
    }
}
@media only screen and (min-width:1000px){
    .iubh-facts-wrapper.iubh-dark-bg .iubh-row.iubh-make-2columns .iubh-col,.iubh-facts-wrapper.iubh-white-bg .iubh-row.iubh-make-2columns .iubh-col{
        border-left:1px solid #eee
    }
    .iubh-facts-wrapper.iubh-dark-bg .iubh-row.iubh-make-2columns .iubh-col:first-child,.iubh-facts-wrapper.iubh-white-bg .iubh-row.iubh-make-2columns .iubh-col:first-child{
        border-left:none!important
    }
}
.iubh-footer-wrapper{
    background:#103440;
    position:relative;
    z-index:998
}
@media (max-width:768.98px){
    .iubh-footer-wrapper{
        padding-bottom:10px
    }
}
.iubh-footer-wrapper a{
    color:#fafafa!important
}
.iubh-footer-wrapper a:hover{
    color:#fafafa!important
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .hide-mobile{
        display:none
    }
}
.iubh-footer-wrapper .iubh-footer-top-anchor{
    height:50px;
    background-color:#009091;
    -webkit-transition:background-color .2s;
    transition:background-color .2s
}
.iubh-footer-wrapper .iubh-footer-top-anchor .iubh-footer-centered-anchor{
    text-align:center;
    width:100%;
    height:inherit
}
.iubh-footer-wrapper .iubh-footer-top-anchor #iubh-foot-scroll-to-top{
    border-bottom:none;
    width:100%;
    position:relative;
    bottom:-36%
}
.iubh-footer-wrapper .iubh-footer-top-anchor:hover{
    background-color:#63b9ba
}
.iubh-footer-wrapper .iubh-footer-link-list{
    text-align:right
}
@media (max-width:1199.98px){
    .iubh-footer-wrapper .iubh-footer-link-list{
        text-align:left
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-link-list{
        padding:10px 0;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
}
.iubh-footer-wrapper .iubh-footer-link-list .iubh-footer-link{
    display:inline-block;
    font-size:14px;
    cursor:pointer;
    font-weight:100;
    background:0 0;
    padding:0 10px 0 6px;
    color:#009091
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-link-list .iubh-footer-link{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
}
.iubh-footer-wrapper .iubh-footer-link-list .iubh-footer-link:not(:last-child){
    border-right:1px solid #009091
}
@media (max-width:1199.98px){
    .iubh-footer-wrapper .iubh-footer-link-list .iubh-footer-link{
        font-size:12px
    }
}
@media (max-width:459.98px){
    .iubh-footer-wrapper .iubh-footer-link-list .iubh-footer-link{
        font-size:9px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-link-list{
        text-align:center
    }
}
.iubh-footer-wrapper .iubh-footer-central-row{
    background-color:#103440;
    padding-top:55px;
    padding-bottom:55px
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-headline{
    color:#fff;
    margin-bottom:20px;
    -webkit-transition:background-color .4s;
    transition:background-color .4s
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-headline{
        left:-12px;
        width:calc(100% + 12px + 12px);
        height:50px;
        border-bottom:1px solid #093236;
        position:relative;
        line-height:50px;
        padding-left:12px;
        margin-bottom:0;
        font-family:Arial;
        letter-spacing:normal;
        font-size:15px;
        color:#009091;
        font-weight:700
    }
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-headline span{
    display:none;
    -webkit-transition:-webkit-transform .4s;
    transition:-webkit-transform .4s;
    transition:transform .4s;
    transition:transform .4s, -webkit-transform .4s
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-headline span{
        right:12px;
        top:18px;
        position:absolute;
        display:block
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-quicklink span{
        right:15px
    }
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-toggled{
    margin-bottom:12px
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-toggled .iubh-footer-content-box{
    margin-bottom:35px!important
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-toggled .iubh-footer-headline>span{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-toggled .iubh-footer-headline{
    border:0;
    background-color:#143e4c
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-headline-persistent{
        border-bottom:0!important;
        font-family:"Passion One",Calibri,serif;
        letter-spacing:.9pt;
        color:#fff;
        font-weight:400;
        font-size:19px
    }
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box{
    margin-bottom:40px;
    -webkit-transition:height .2s;
    transition:height .2s;
    word-wrap:break-word
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box.iubh-footer-content-box-icon{
        height:auto!important
    }
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box .iubh-footer-column-break{
    -moz-column-count:2;
    -moz-column-gap:20px;
    -webkit-column-count:2;
    -webkit-column-gap:20px;
    column-count:2;
    column-gap:20px
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box .iubh-footer-column-break{
        column-count:1;
        -webkit-column-count:1;
        -moz-column-count:1
    }
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box .iubh-footer-column-break div:first-child{
    margin-top:0
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box .iubh-footer-column-break div:first-child{
        margin-top:12px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box{
        overflow:hidden;
        height:0;
        margin-bottom:0
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box>div{
        display:block;
        width:calc(100% + 12px + 12px);
        padding-left:12px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-content-box>div{
        width:auto;
        padding-left:0
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-custom-mg-bot{
        margin-bottom:0
    }
}
.Akkordeon_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-100>div:last-child>.iubh-footer-content-box,.Akkordeon_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-25>div:last-child>.iubh-footer-content-box,.Akkordeon_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-33>div:last-child>.iubh-footer-content-box,.Akkordeon_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-50>div:last-child>.iubh-footer-content-box,.Linkliste_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-100>div:last-child>.iubh-footer-content-box,.Linkliste_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-25>div:last-child>.iubh-footer-content-box,.Linkliste_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-33>div:last-child>.iubh-footer-content-box,.Linkliste_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-50>div:last-child>.iubh-footer-content-box,.Linkliste_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-75>div:last-child>.iubh-footer-content-box,.Sb_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-30>div:last-child>.iubh-footer-content-box,.Sb_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-40>div:last-child>.iubh-footer-content-box,.Sb_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-60>div:last-child>.iubh-footer-content-box,.Sb_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-70>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_Category_Teaser_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-33>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_Category_Teaser_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-50>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_Image_Widget .grid-33 .iubh-footer-wrapper .iubh-footer-central-row .col-sm-8>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_Image_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-100>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_Image_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-50>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_a3Editor_Widget .grid-33 .iubh-footer-wrapper .iubh-footer-central-row .col-sm-8>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_a3Editor_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-100>div:last-child>.iubh-footer-content-box,.SiteOrigin_Widget_a3Editor_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-50>div:last-child>.iubh-footer-content-box,.Teaser_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-33>div:last-child>.iubh-footer-content-box,.Teaser_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-50>div:last-child>.iubh-footer-content-box,.Videoembed_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-50>div:last-child>.iubh-footer-content-box,.g-iubh-link-list.iubh-2col-link-list .iubh-footer-wrapper .iubh-footer-central-row .iubh-link-list-item>div:last-child>.iubh-footer-content-box,.infobox_Widget .grid-60 .iubh-footer-wrapper .iubh-footer-central-row .col-sm-8>div:last-child>.iubh-footer-content-box,.infobox_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-40>div:last-child>.iubh-footer-content-box,.infobox_Widget .iubh-footer-wrapper .iubh-footer-central-row .grid-60>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Akkordeon_Widget .grid-100>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Akkordeon_Widget .grid-25>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Akkordeon_Widget .grid-33>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Akkordeon_Widget .grid-50>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Linkliste_Widget .grid-100>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Linkliste_Widget .grid-25>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Linkliste_Widget .grid-33>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Linkliste_Widget .grid-50>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Linkliste_Widget .grid-75>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Sb_Widget .grid-30>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Sb_Widget .grid-40>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Sb_Widget .grid-60>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Sb_Widget .grid-70>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_Category_Teaser_Widget .grid-33>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_Category_Teaser_Widget .grid-50>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_Image_Widget .grid-100>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_Image_Widget .grid-33 .col-sm-8>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_Image_Widget .grid-50>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_a3Editor_Widget .grid-100>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_a3Editor_Widget .grid-33 .col-sm-8>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .SiteOrigin_Widget_a3Editor_Widget .grid-50>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Teaser_Widget .grid-33>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Teaser_Widget .grid-50>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .Videoembed_Widget .grid-50>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .col-12>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .g-iubh-link-list.iubh-2col-link-list .iubh-link-list-item>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .infobox_Widget .grid-40>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .infobox_Widget .grid-60 .col-sm-8>div:last-child>.iubh-footer-content-box,.iubh-footer-wrapper .iubh-footer-central-row .infobox_Widget .grid-60>div:last-child>.iubh-footer-content-box{
    margin-bottom:0
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row{
        padding-top:40px;
        padding-bottom:32px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row{
        padding-bottom:20px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-headline-last{
        margin-top:40px
    }
}
.iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-ausgezeichnet img{
    width:75px;
    height:75px
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-ausgezeichnet img{
        width:50px;
        height:50px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-ausgezeichnet{
        position:absolute;
        right:12px;
        bottom:0;
        text-align:right
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-central-row .iubh-footer-ausgezeichnet{
        position:static;
        text-align:center;
        margin-top:20px
    }
}
.iubh-footer-wrapper .iubh-footer-bottom-row{
    min-height:65px;
    padding-top:30px
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row.iubh-langswitch{
        padding-top:5px;
        height:110px
    }
}
@media (max-width:1199.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row.iubh-langswitch .iubh-footer-lang-switch{
        font-size:12px
    }
    .iubh-footer-wrapper .iubh-footer-bottom-row.iubh-langswitch .iubh-footer-lang-switch .justify-content-end{
        padding-top:5px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row.iubh-langswitch .iubh-footer-lang-switch{
        padding-bottom:10px;
        border-bottom:1px solid #093236;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .iubh-footer-wrapper .iubh-footer-bottom-row.iubh-langswitch .iubh-footer-lang-switch .justify-content-end{
        font-size:12px;
        -webkit-box-pack:center!important;
        -ms-flex-pack:center!important;
        justify-content:center!important;
        padding-top:20px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row.iubh-langswitch .iubh-footer-switch{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
        background:#103440
    }
}
@media (max-width:1199.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row.iubh-langswitch .iubh-footer-switch{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
        text-align:center;
        display:block;
        width:100%!important;
        margin-top:10px;
        padding-bottom:20px
    }
}
@media (max-width:1199.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row .iubh-footer-switch{
        font-size:12px!important;
        line-height:14px;
        padding-top:1px;
        padding-right:0
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row .iubh-footer-switch{
        text-align:center;
        margin-top:20px;
        padding-top:0;
        padding-right:12px
    }
}
@media (max-width:459.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row .iubh-footer-switch{
        font-size:9px!important
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-bottom-row{
        height:85px;
        padding-top:19px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-social-media{
        margin-top:12px
    }
}
.iubh-footer-wrapper .iubh-footer-item-social-media{
    margin-right:10px
}
.iubh-footer-wrapper .iubh-footer-border-right{
    border-right:1px solid #093236
}
.iubh-footer-wrapper .iubh-footer-quicklink,.iubh-footer-wrapper .iubh-footer-quicklink-headline{
    display:none
}
@media (max-width:768.98px){
    .iubh-footer-wrapper .iubh-footer-quicklink,.iubh-footer-wrapper .iubh-footer-quicklink-headline{
        display:block
    }
}
.iubh-footer-wrapper-normal{
    border-top:4px solid #009091;
    background:#103440;
    padding:0 0 55px;
    margin-top:10px
}
.iubh-footer-wrapper-normal .g-iubh-body1,.iubh-footer-wrapper-normal .g-iubh-r,.iubh-footer-wrapper-normal .popover-body{
    line-height:14px
}
@media (max-width:1199.98px){
    .iubh-footer-wrapper-normal .g-iubh-body1,.iubh-footer-wrapper-normal .g-iubh-r,.iubh-footer-wrapper-normal .popover-body{
        width:100%;
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper-normal .g-iubh-body1,.iubh-footer-wrapper-normal .g-iubh-r,.iubh-footer-wrapper-normal .popover-body{
        text-align:center
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper-normal .iubh-footer-touchzone-margin{
        margin:0 20px
    }
}
@media (min-width:700px){
    .iubh-footer-wrapper-normal{
        min-height:90px
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper-normal .g-iubh-langswitch{
        text-align:center;
        width:100%;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        border-bottom:1px solid #093236;
        padding-bottom:10px
    }
    .iubh-footer-wrapper-normal .g-iubh-langswitch div{
        -webkit-box-pack:center!important;
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
}
@media (max-width:768.98px){
    .iubh-footer-wrapper-normal .g-iubh-linkbox{
        margin-top:20px!important;
        text-align:center;
        width:100%;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
}
.SiteOrigin_Widget_Category_Teaser_Widget .panel-row-style,.SiteOrigin_Widget_Category_Teaser_Widget.panel-no-style,.Teaser_Widget .panel-row-style,.Teaser_Widget.panel-no-style{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px
}
.iubh-grid-teaser-wrapper{
    margin-bottom:35px
}
.iubh-grid-teaser-wrapper .iubh-i-wrapper{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden
}
.iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text{
    position:relative;
    z-index:5;
    padding:50px 16.66667% 6px 20px
}
.iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text.iubh-more-padding{
    padding-bottom:26px!important
}
@media (min-width:460px) and (max-width:768.98px){
    .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text.iubh-more-padding{
        padding-bottom:40px!important
    }
}
@media (max-width:699.98px){
    .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text.iubh-more-padding{
        padding-bottom:28px!important
    }
}
@media (max-width:768.98px){
    .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text{
        padding:30px 16.66667% 15px 16px
    }
}
@media (max-width:699.98px){
    .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text{
        padding-left:15px;
        padding-bottom:6px
    }
}
.grid-25 .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text{
    padding:40px 20px 2px
}
@media (min-width:460px){
    .grid-25 .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text{
        padding-top:60px
    }
}
@media (max-width:768.98px){
    .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text{
        padding-bottom:16px!important
    }
}
@media (max-width:699.98px){
    .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-text{
        padding-left:15px!important;
        padding-bottom:6px!important
    }
}
.iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-primary-color-idot{
    background-image:url(../../img/ipunktlang_breiter.svg)!important
}
.iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-dot{
    background-image:url(../../img/ipunktlang_breiter-tuerkis.svg);
    background-size:100%;
    height:100%;
    position:absolute;
    top:0;
    left:-25%;
    right:16.66667%
}
.grid-25 .iubh-grid-teaser-wrapper .iubh-i-wrapper .iubh-i-dot{
    left:-60px;
    right:-60px
}
.iubh-grid-teaser-wrapper .iubh-c-panel{
    width:100%;
    position:relative;
    overflow:hidden
}
.iubh-grid-teaser-wrapper .iubh-c-panel .iubh-pimg{
    width:100%
}
.iubh-grid-teaser-wrapper .iubh-c-panel .g-iubh-header-link{
    white-space:nowrap;
    display:inline
}
.iubh-grid-teaser-wrapper .iubh-linklist{
    margin:35px 30px 0
}
@media (max-width:768.98px){
    .iubh-grid-teaser-wrapper .iubh-linklist{
        margin-left:15px;
        margin-right:15px
    }
}
.iubh-hero-wrapper{
    background:#62747e
}
.iubh-hero-wrapper .iubh-cont{
    min-height:600px
}
@media (min-width:460px){
    .iubh-hero-wrapper .iubh-cont{
        min-height:500px
    }
}
@media (min-width:769px){
    .iubh-hero-wrapper .iubh-cont{
        min-height:550px
    }
}
@media (min-width:1440px){
    .iubh-hero-wrapper .iubh-cont{
        min-height:550px
    }
}
.iubh-hero-wrapper .iubh-cont.iubh-cont-small{
    min-height:250px
}
@media (min-width:460px){
    .iubh-hero-wrapper .iubh-cont.iubh-cont-small{
        min-height:300px
    }
}
@media (min-width:769px){
    .iubh-hero-wrapper .iubh-cont.iubh-cont-small{
        min-height:350px
    }
}
@media (min-width:1440px){
    .iubh-hero-wrapper .iubh-cont.iubh-cont-small{
        min-height:390px
    }
}
.iubh-hero-wrapper .iubh-cont.iubh-cont-medium{
    min-height:460px
}
@media (min-width:460px){
    .iubh-hero-wrapper .iubh-cont.iubh-cont-medium{
        min-height:400px
    }
}
@media (min-width:769px){
    .iubh-hero-wrapper .iubh-cont.iubh-cont-medium{
        min-height:440px
    }
}
@media (min-width:1440px){
    .iubh-hero-wrapper .iubh-cont.iubh-cont-medium{
        min-height:500px
    }
}
.g-iubh-input-wrapper .iubh-hero-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-hero-wrapper .iubh-textarea.iubh-not-empty:valid~span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-hero-wrapper .iubh-textarea:invalid~span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.iubh-icon,.iubh-hero-wrapper .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.iubh-icon,.iubh-hero-wrapper .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.iubh-icon,.iubh-hero-wrapper .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.iubh-icon,.iubh-hero-wrapper a.g-iubh-header-link.text-iubh-green.g-iubh-overlay-link.open_overlay,.iubh-hero-wrapper span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.g-iubh-modal-close,.iubh-hero-wrapper span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.g-iubh-modal-icon,.iubh-hero-wrapper span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.g-iubh-popover-icon,.iubh-hero-wrapper span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.iubh-icon,.iubh-hero-wrapper span.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon.wizard-icon::before,.iubh-hero-wrapper span.fa.fa-plus-circle.text-iubh-green.g-iubh-overlay-icon{
    color:#fff!important
}
.iubh-hero-wrapper h1{
    font-size:38px!important
}
@media (min-width:460px){
    .iubh-hero-wrapper h1{
        font-size:45px!important
    }
}
@media (min-width:769px){
    h1.text-white mb-15{
        font-size:55px!important
    }
}
.iubh-hero-wrapper .g-iubh-i-wrapper .iubh-image-wrapper{
    z-index:1
}
@media only screen and (min-width:0px) and (max-width:459px){
    .iubh-hero-wrapper .iubh-placeholder{
        -webkit-box-flex:1;
        -ms-flex:1 0 200px;
        flex:1 0 200px
    }
    .iubh-hero-wrapper .iubh-placeholder.iubh-placeholder-small{
        -webkit-box-flex:1;
        -ms-flex:1 1 1px;
        flex:1 1 1px
    }
}
@media (min-width:769px){
    .iubh-hero-wrapper .iubh-i-text{
        padding:130px 30px 50px
    }
}
@media only screen and (min-width:0px) and (max-width:459px){
    .iubh-hero-wrapper .iubh-i-text.iubh-i-text-medium,.iubh-hero-wrapper .iubh-i-text.iubh-i-text-small{
        width:120%;
        margin-left:-10%;
        padding:25px 13%
    }
}
@media (min-width:460px){
    .iubh-hero-wrapper .iubh-i-text.iubh-i-text-medium,.iubh-hero-wrapper .iubh-i-text.iubh-i-text-small{
        padding:55px 30px 50px
    }
}
.iubh-hero-wrapper .iubh-i-text.iubh-hero-ipunkt-hidden{
    background-image:none!important
}
.iubh-hero-wrapper .iubh-i-text.iubh-hero-ipunkt-text-hidden{
    display:none
}
.iubh-hero-wrapper .iubh-i-text .g-iubh-overlay-link{
    color:#fff!important
}
.iubh-hero-wrapper .iubh-i-text .g-iubh-overlay-link+.g-iubh-overlay-icon{
    color:#fff!important
}
.iubh-hero-wrapper .g-iubh-btn-primary{
    text-align:center
}
@media (max-width:459.98px){
    .iubh-hero-wrapper .g-iubh-btn-primary{
        width:100%
    }
}
@media only screen and (max-width:680px) and (min-width:0px){
    .iubh-hero-wrapper .code_primary_size{
        -webkit-box-flex:1!important;
        -ms-flex:1 0 325px!important;
        flex:1 0 325px!important
    }
}
.iubh-hero-wrapper .g-iubh-fill-w .code_wrapper,.iubh-hero-wrapper .g-iubh-fill-w .g-iubh-btn-primary{
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px;
    margin-right:10px;
    height:55px
}
.iubh-hero-wrapper .g-iubh-fill-w.copy_primary{
    display:block
}
@media (min-width:1200px){
    .iubh-hero-wrapper .g-iubh-fill-w.copy_primary{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.iubh-hero-wrapper .g-iubh-fill-w.copy_primary .g-iubh-btn-primary{
    line-height:55px
}
@media (max-width:1200px){
    .iubh-hero-wrapper .g-iubh-fill-w.copy_primary .g-iubh-btn-primary{
        width:100%
    }
}
.iubh-hero-wrapper .g-iubh-fill-w .code_wrapper{
    width:100%;
    background:#fff;
    border:2px solid #009091;
    height:55px;
    overflow:hidden;
    text-transform:uppercase
}
@media (max-width:459.98px){
    .iubh-hero-wrapper .g-iubh-fill-w .code_wrapper{
        height:60px
    }
}
.iubh-hero-wrapper .g-iubh-fill-w .code_wrapper .code_heading{
    color:#123b48;
    padding:4px 10px 0;
    font-size:10px
}
.iubh-hero-wrapper .g-iubh-fill-w .code_wrapper .code{
    color:#123b48;
    font-weight:700;
    padding-left:10px;
    margin-top:-2px;
    font-size:16px
}
@media (max-width:459.98px){
    .iubh-hero-wrapper .g-iubh-fill-w .code_wrapper .code{
        margin-top:0
    }
}
.iubh-hero-wrapper .g-iubh-fill-w .code_wrapper .code_copy{
    color:#999;
    position:relative;
    top:-25px;
    float:right;
    padding-right:20px;
    font-size:16px;
    cursor:pointer
}
@media (max-width:459.98px){
    .iubh-hero-wrapper .g-iubh-fill-w .code_wrapper .code_copy{
        top:-23px
    }
}
@media (max-width:1200px){
    .iubh-hero-wrapper .g-iubh-fill-w .code_wrapper{
        margin-bottom:10px
    }
}
.iubh-hero-wrapper .iubh-btn{
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px;
    margin-right:10px;
    color:#fff;
    border-color:#fff;
    border-width:3px;
    text-align:center;
    line-height:48px
}
.iubh-hero-wrapper .iubh-btn:last-child{
    margin:0
}
.iubh-hero-wrapper .iubh-btn:hover{
    color:#009091;
    background:#fff
}
.iubh-hero-wrapper .iubh-search-field{
    background:#fff;
    border-right:none;
    color:#000
}
.iubh-hero-wrapper .iubh-search-field:focus~.iubh-search-icon{
    border-top:1px solid #009091;
    border-right:1px solid #009091;
    border-bottom:1px solid #009091
}
.iubh-hero-wrapper .iubh-search-icon{
    background:#fff;
    font-size:24px;
    padding:0 18px 0 0
}
.iubh-hero-wrapper .iubh-search-wrapper{
    max-width:400px;
    position:relative
}
.iubh-hero-wrapper #iubh-hero-video{
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.iubh-hero-wrapper .video-background{
    z-index:9999;
    background-image:url(../../img/loader.gif);
    background-repeat:no-repeat;
    background-size:50px 50px;
    background-position:center
}
@media only screen and (min-width:0px) and (max-width:459px){
    .iubh-hero-list-wrapper .iubh-hero-wrapper .iubh-i-text.iubh-i-text-medium,.iubh-hero-list-wrapper .iubh-hero-wrapper .iubh-i-text.iubh-i-text-small{
        width:100%;
        margin-left:0
    }
}
.iubh-hero-list-wrapper .iubh-container-fluid{
    padding:0
}
@media only screen and (min-width:769px) and (max-width:1220px){
    .iubh-hero-list-wrapper .iubh-container-fluid{
        margin:0 12px
    }
}
.iubh-hero-list-wrapper .slick-slide img{
    display:initial!important
}
@media (min-width:460px){
    .iubh-hero-list-wrapper .slick-slider .slick-next,.iubh-hero-list-wrapper .slick-slider .slick-prev{
        top:15%
    }
}
@media only screen and (min-width:0px) and (max-width:680px){
    .iubh-hero-list-wrapper .slick-slider .slick-next,.iubh-hero-list-wrapper .slick-slider .slick-prev{
        width:100%;
        top:auto;
        bottom:-10px
    }
}
@media (min-width:769px){
    .iubh-hero-list-wrapper .slick-slider .slick-next,.iubh-hero-list-wrapper .slick-slider .slick-prev{
        top:25%
    }
}
@media (min-width:1440px){
    .iubh-hero-list-wrapper .slick-slider .slick-next,.iubh-hero-list-wrapper .slick-slider .slick-prev{
        top:45%
    }
}
@media only screen and (min-width:0px) and (max-width:680px){
    .iubh-hero-list-wrapper .slick-slider .slick-next{
        right:20px!important
    }
}
@media (min-width:460px){
    .iubh-hero-list-wrapper .slick-slider .slick-next{
        right:5%!important
    }
}
@media (min-width:769px){
    .iubh-hero-list-wrapper .slick-slider .slick-next{
        right:10%!important
    }
}
@media only screen and (min-width:0px) and (max-width:680px){
    .iubh-hero-list-wrapper .slick-slider .slick-prev{
        left:20px!important
    }
}
@media (min-width:460px){
    .iubh-hero-list-wrapper .slick-slider .slick-prev{
        left:5%!important
    }
}
@media (min-width:769px){
    .iubh-hero-list-wrapper .slick-slider .slick-prev{
        left:10%!important
    }
}
.iubh-hero-list-wrapper .slick-dotted.slick-slider{
    margin-bottom:0
}
.iubh-hero-list-wrapper .slick-dots{
    position:relative;
    height:60px;
    background:rgba(59,83,96,.1);
    top:0;
    display:block!important;
    left:0
}
@media (min-width:460px){
    .iubh-hero-list-wrapper .slick-dots{
        width:83.33333%
    }
}
@media (min-width:769px){
    .iubh-hero-list-wrapper .slick-dots{
        width:58.33333%
    }
}
@media only screen and (min-width:766px) and (max-width:950px){
    .iubh-hero-list-wrapper .slick-dots{
        width:75%
    }
}
@media only screen and (min-width:680px) and (max-width:766px){
    .iubh-hero-list-wrapper .slick-dots{
        width:86%
    }
}
@media only screen and (min-width:0px) and (max-width:680px){
    .iubh-hero-list-wrapper .slick-dots{
        width:100%
    }
}
@media only screen and (min-width:1220px){
    .iubh-hero-list-wrapper .slick-dots{
        left:calc((100% - 1176px)/ 2)
    }
}
.iubh-hero-list-wrapper .slick-dots li{
    width:24px;
    height:24px
}
.iubh-hero-list-wrapper .slick-dots li.slick-active{
    -webkit-transition:all .5s;
    transition:all .5s
}
.iubh-hero-list-wrapper .slick-dots li.slick-active button:before{
    font-size:21px;
    color:#009091
}
.iubh-hero-list-wrapper .slick-dots li button:before{
    opacity:1;
    font-size:10px;
    line-height:60px;
    color:#fff
}
.iubh-blog-hero-auto-carousel .slick-next,.iubh-blog-hero-auto-carousel .slick-prev{
    display:none!important
}
@media (min-width:769px){
    .iubh-blog-hero-auto-carousel .slick-next,.iubh-blog-hero-auto-carousel .slick-prev{
        display:block!important
    }
}
.iubh-info-material-wrapper{
    overflow:hidden;
    background:#fafafa;
    padding:35px 0 15px
}
@media (min-width:460px){
    .iubh-info-material-wrapper{
        padding:110px 0 55px
    }
}
.iubh-info-material-wrapper.modal-content{
    background-color:#fafafa;
    padding:0
}
.iubh-info-material-wrapper .iubh-submit{
    width:100%
}
.iubh-info-material-wrapper .hp{
    display:none!important
}
.iubh-info-material-wrapper .iubh-dtgv{
    max-width:40%
}
.iubh-info-material-wrapper .iubh-link{
    text-decoration:underline;
    font-weight:700
}
.iubh-info-material-wrapper .iubh-link:hover{
    text-decoration:none
}
.iubh-info-material-wrapper .iubh-textarea{
    height:150px
}
.iubh-info-material-wrapper .iubh-form-separator{
    border-bottom:2px solid #c6c6c6;
    color:#c6c6c6;
    text-align:center;
    line-height:1px;
    margin:5px 0 25px
}
.iubh-info-material-wrapper .iubh-separator-text{
    background:#fafafa;
    padding:0 25px
}
.iubh-info-material-wrapper .iubh-ring-behind{
    position:relative;
    z-index:10
}
.iubh-info-material-wrapper .iubh-ring-behind.siegel{
    position:static
}
.iubh-info-material-wrapper .iubh-img-col{
    -webkit-box-align:baseline;
    -ms-flex-align:baseline;
    align-items:baseline
}
@media (min-width:769px){
    .iubh-info-material-wrapper .iubh-img-col{
        -webkit-box-align:end;
        -ms-flex-align:end;
        align-items:flex-end
    }
}
.iubh-info-material-wrapper .iubh-img{
    max-width:100%;
    width:100%
}
.iubh-info-material-wrapper .iubh-siegel{
    width:45%;
    display:inline-block;
    max-width:150px
}
@media (max-width:699.98px){
    .iubh-info-material-wrapper .iubh-siegel-landscape{
        width:55%
    }
}
.iubh-info-material-wrapper .g-iubh-modal-header{
    -webkit-box-shadow:0 15px 15px -5px #fafafa;
    box-shadow:0 15px 15px -5px #fafafa
}
.iubh-info-material-wrapper .iubh-select.iubh-dirty:invalid~.chosen-container{
    border:1px solid #a00
}
.iubh-info-material-wrapper .iubh-select:valid~.chosen-container{
    border:1px solid #4c923d!important
}
.iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-icon{
    color:#4c923d
}
.iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-icon{
    color:#4c923d
}
.iubh-info-material-wrapper .iubh-select.iubh-dirty:invalid~.chosen-search-input{
    color:#a00!important
}
.iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-input-text.iubh-not-empty,.iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-input-text:focus,.iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-select.iubh-not-empty,.iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-select:focus{
    border:1px solid #4c923d
}
.iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid,.iubh-info-material-wrapper .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid{
    border:1px solid #a00!important
}
#iubh-info-material-form .chosen-container{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#iubh-info-material-form .chosen-container *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
#iubh-info-material-form .chosen-container .chosen-drop{
    position:absolute;
    top:100%;
    z-index:1010;
    width:100%;
    border-top:0;
    background:#fff;
    -webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);
    box-shadow:0 4px 5px rgba(0,0,0,.15);
    display:none
}
#iubh-info-material-form .chosen-container.chosen-with-drop .chosen-drop{
    display:block
}
#iubh-info-material-form .chosen-container a{
    cursor:pointer
}
#iubh-info-material-form .chosen-container .chosen-single .group-name,#iubh-info-material-form .chosen-container .search-choice .group-name{
    margin-right:4px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight:400;
    color:#999
}
#iubh-info-material-form .chosen-container .chosen-single .group-name:after,#iubh-info-material-form .chosen-container .search-choice .group-name:after{
    content:":";
    padding-left:2px;
    vertical-align:top
}
#iubh-info-material-form .chosen-container-single .chosen-single{
    position:relative;
    display:block;
    overflow:hidden;
    padding:0 0 0 8px;
    height:25px;
    border-radius:5px;
    background-color:#fff;
    background-clip:padding-box;
    -webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(255,255,255,.001);
    box-shadow:0 0 3px #fff inset,0 1px 1px rgba(255,255,255,.001);
    text-decoration:none;
    white-space:nowrap;
    line-height:24px
}
#iubh-info-material-form .chosen-container-single .chosen-single input[type=text]{
    cursor:pointer;
    opacity:0;
    position:absolute;
    width:0
}
#iubh-info-material-form .chosen-container-single .chosen-default{
    color:#999
}
#iubh-info-material-form .chosen-container-single .chosen-single span{
    display:block;
    overflow:hidden;
    margin-right:26px;
    text-overflow:ellipsis;
    white-space:nowrap
}
#iubh-info-material-form .chosen-container-single .chosen-single-with-deselect span{
    margin-right:38px
}
#iubh-info-material-form .chosen-container-single .chosen-single abbr{
    position:absolute;
    top:6px;
    right:26px;
    display:block;
    width:12px;
    height:12px;
    font-size:1px
}
#iubh-info-material-form .chosen-container-single .chosen-single abbr:hover{
    background-position:-42px -10px
}
#iubh-info-material-form .chosen-container-single.chosen-disabled .chosen-single abbr:hover{
    background-position:-42px -10px
}
#iubh-info-material-form .chosen-container-single .chosen-single div{
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:18px;
    height:100%
}
#iubh-info-material-form .chosen-container-single .chosen-single div b{
    display:block;
    width:100%;
    height:100%
}
#iubh-info-material-form .chosen-container-single .chosen-search{
    position:relative;
    z-index:1010;
    margin:0;
    padding:3px 4px;
    white-space:nowrap
}
#iubh-info-material-form .chosen-container-single .chosen-drop{
    margin-top:-1px;
    border-radius:0 0 4px 4px;
    background-clip:padding-box
}
#iubh-info-material-form .chosen-container-single.chosen-container-single-nosearch .chosen-search{
    position:absolute;
    opacity:0;
    pointer-events:none
}
#iubh-info-material-form .chosen-container .chosen-results{
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0 4px 4px 0;
    padding:0 0 0 4px;
    max-height:180px;
    -webkit-overflow-scrolling:touch
}
#iubh-info-material-form .chosen-container .chosen-results li{
    display:none;
    margin:0;
    padding:5px 6px;
    list-style:none;
    line-height:15px;
    word-wrap:break-word;
    -webkit-touch-callout:none
}
#iubh-info-material-form .chosen-container .chosen-results li.active-result{
    display:list-item;
    cursor:pointer
}
#iubh-info-material-form .chosen-container .chosen-results li.disabled-result{
    display:list-item;
    color:#ccc;
    cursor:default
}
#iubh-info-material-form .chosen-container .chosen-results li.highlighted{
    color:#fff
}
#iubh-info-material-form .chosen-container .chosen-results li.no-results{
    display:list-item
}
#iubh-info-material-form .chosen-container .chosen-results li.group-result{
    display:list-item;
    font-weight:700;
    cursor:default
}
#iubh-info-material-form .chosen-container .chosen-results li.group-option{
    padding-left:15px
}
#iubh-info-material-form .chosen-container .chosen-results li em{
    font-style:normal;
    text-decoration:underline
}
#iubh-info-material-form .chosen-container-multi .chosen-choices{
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0 5px;
    width:100%;
    height:auto;
    border:1px solid #aaa;
    background-color:#fff;
    background-image:-webkit-gradient(linear,left top, left bottom,color-stop(1%, #eee),color-stop(15%, #fff));
    background-image:linear-gradient(#eee 1%,#fff 15%);
    cursor:text
}
#iubh-info-material-form .chosen-container-multi .chosen-choices li{
    float:left;
    list-style:none
}
#iubh-info-material-form .chosen-container-multi .chosen-choices li.search-field{
    margin:0;
    padding:0;
    white-space:nowrap
}
#iubh-info-material-form .chosen-container-multi .chosen-choices li.search-field input[type=text]{
    outline:0;
    border:0!important;
    background:0 0!important;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius:0;
    width:25px
}
#iubh-info-material-form .chosen-container-multi .chosen-choices li.search-choice span{
    word-wrap:break-word
}
#iubh-info-material-form .chosen-container-multi .chosen-choices li.search-choice-disabled{
    padding-right:5px;
    border:1px solid #ccc;
    color:#666
}
#iubh-info-material-form .chosen-container-multi .chosen-results{
    margin:0;
    padding:0
}
#iubh-info-material-form .chosen-container-multi .chosen-drop .result-selected{
    display:list-item;
    color:#ccc;
    cursor:default
}
#iubh-info-material-form .chosen-container-active.chosen-with-drop .chosen-single{
    border:1px solid #aaa;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
#iubh-info-material-form .chosen-container-active.chosen-with-drop .chosen-single div{
    border-left:none;
    background:0 0
}
#iubh-info-material-form .chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position:-18px 2px
}
#iubh-info-material-form .chosen-disabled{
    opacity:.5!important;
    cursor:default
}
#iubh-info-material-form .chosen-disabled .chosen-single{
    cursor:default
}
#iubh-info-material-form .chosen-rtl{
    text-align:right
}
#iubh-info-material-form .chosen-rtl .chosen-single{
    overflow:visible;
    padding:0 8px 0 0
}
#iubh-info-material-form .chosen-rtl .chosen-single span{
    margin-right:0;
    margin-left:26px;
    direction:rtl
}
#iubh-info-material-form .chosen-rtl .chosen-single-with-deselect span{
    margin-left:38px
}
#iubh-info-material-form .chosen-rtl .chosen-single div{
    right:auto;
    left:3px
}
#iubh-info-material-form .chosen-rtl .chosen-single abbr{
    right:auto;
    left:26px
}
#iubh-info-material-form .chosen-rtl .chosen-choices li{
    float:right
}
#iubh-info-material-form .chosen-rtl .chosen-choices li.search-field input[type=text]{
    direction:rtl
}
#iubh-info-material-form .chosen-rtl.chosen-container-single .chosen-results{
    margin:0 0 4px 4px;
    padding:0 4px 0 0
}
#iubh-info-material-form .chosen-rtl .chosen-results li.group-option{
    padding-right:15px;
    padding-left:0
}
#iubh-info-material-form .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
    border-right:none
}
#iubh-info-material-form .chosen-rtl .chosen-search input[type=text]{
    padding:4px 5px 4px 20px;
    direction:rtl
}
#iubh-info-material-form .chosen-rtl.chosen-container-single .chosen-single div b{
    background-position:6px 2px
}
#iubh-info-material-form .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
    background-position:-12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
    #iubh-info-material-form .chosen-container .chosen-results-scroll-down span,#iubh-info-material-form .chosen-container .chosen-results-scroll-up span,#iubh-info-material-form .chosen-container-multi .chosen-choices .search-choice .search-choice-close,#iubh-info-material-form .chosen-container-single .chosen-search input[type=text],#iubh-info-material-form .chosen-container-single .chosen-single abbr,#iubh-info-material-form .chosen-container-single .chosen-single div b,#iubh-info-material-form .chosen-rtl .chosen-search input[type=text]{
        background-size:52px 37px!important;
        background-repeat:no-repeat!important
    }
}
#iubh-info-material-form .chosen-container-multi{
    outline:0!important
}
#iubh-info-material-form .chosen-container-multi .hidden{
    display:none!important
}
#iubh-info-material-form .chosen-container-multi .chosen-choices{
    min-height:55px;
    background:#fff;
    width:100%;
    font-size:16px;
    border:1px solid #dcdcdc;
    color:#62747e;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding:6px 30px 6px 11px;
    line-height:18px;
    outline:0!important;
    cursor:pointer!important
}
#iubh-info-material-form .chosen-container-multi .chosen-choices.iubh-dirty{
    border:1px solid #aa2e00
}
#iubh-info-material-form .chosen-container-multi .chosen-choices .search-choice{
    cursor:default;
    display:inline-block;
    text-transform:uppercase;
    background:#009091;
    color:#fff;
    height:25px;
    padding-left:7px;
    padding-right:14px;
    margin-right:10px;
    margin-bottom:10px;
    line-height:27px;
    font-size:11px;
    border-radius:3px
}
#iubh-info-material-form .chosen-container-multi .chosen-choices .search-choice .search-choice-close:after{
    text-decoration:none;
    position:relative;
    left:7px;
    font-size:11px;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
#iubh-info-material-form .chosen-container-multi .chosen-choices .chosen-search-input{
    background:#fff;
    color:#cdd1d1;
    position:absolute;
    pointer-events:none;
    text-overflow:ellipsis;
    overflow:hidden;
    width:85%;
    white-space:nowrap;
    left:12px;
    top:16.5px;
    font-size:14px;
    cursor:pointer!important
}
#iubh-info-material-form .chosen-container-multi .chosen-results{
    overflow:scroll-y;
    width:100%!important;
    border:1px solid #dcdcdc;
    border-top:none;
    color:#62747e
}
#iubh-info-material-form .chosen-container-multi .chosen-results::-webkit-scrollbar{
    width:20px
}
#iubh-info-material-form .chosen-container-multi .chosen-results::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1)
}
#iubh-info-material-form .chosen-container-multi .chosen-results::-webkit-scrollbar-thumb{
    background-color:#f2f2f2;
    outline:1px solid #d1d1d1;
    height:20px
}
#iubh-info-material-form .chosen-container-multi .chosen-results .active-result:hover{
    background:#009091
}
#iubh-info-material-form .chosen-container-multi .chosen-results .highlighted{
    background-image:none!important;
    background-color:#009091!important
}
#iubh-info-material-form .mobileReplacement{
    color:#cdd1d1;
    font-size:14px;
    position:absolute;
    top:20px;
    left:11px;
    white-space:nowrap;
    width:1px;
    height:1px;
    pointer-events:none;
    width:70%;
    height:31px;
    background:#fff
}
#iubh-info-material-form .mobileReplacement.input{
    font-size:16px;
    color:#62747e;
    top:21px
}
@media only screen and (min-width:769px) and (max-width:1005px){
    .iubh-info-wrapper .iubh-text-col{
        -webkit-box-flex:0;
        -ms-flex:0 0 50.3333333333%;
        flex:0 0 50.3333333333%;
        max-width:50.3333333333%
    }
    .iubh-info-wrapper .iubh-image-col{
        -webkit-box-flex:0;
        -ms-flex:0 0 49.3333333333%;
        flex:0 0 49.3333333333%;
        max-width:49.3333333333%
    }
}
@media only screen and (max-width:345px){
    .iubh-info-wrapper .iubh-sub-col{
        -webkit-box-flex:0;
        -ms-flex:0 0 73.6666666667%;
        flex:0 0 73.6666666667%;
        max-width:73.6666666667%
    }
}
@media only screen and (min-width:460px) and (max-width:525px){
    .iubh-info-wrapper .iubh-sub-col{
        -webkit-box-flex:0;
        -ms-flex:0 0 49.6666666667%;
        flex:0 0 49.6666666667%;
        max-width:49.6666666667%
    }
}
.iubh-info-wrapper .sub-info-wrapper{
    position:relative;
    overflow:hidden;
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    margin:0
}
.iubh-info-wrapper .sub-info-wrapper .iubh-img-wrapper{
    margin:0 auto;
    overflow:hidden;
    direction:rtl
}
@media (min-width:769px){
    .iubh-info-wrapper .sub-info-wrapper .iubh-img-wrapper .iubh-img{
        max-width:100%
    }
}
@media only screen and (min-width:0px) and (max-width:459px){
    .iubh-info-wrapper .sub-info-wrapper .iubh-img-wrapper .iubh-img{
        max-width:100%
    }
}
.iubh-info-wrapper .sub-info-wrapper .iubh-i-wrapper{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden
}
.iubh-info-wrapper .sub-info-wrapper .iubh-i-text{
    padding:60px 0 30px 15px;
    position:relative;
    z-index:5
}
@media (min-width:769px){
    .iubh-info-wrapper .sub-info-wrapper .iubh-i-text{
        padding:40px 0 20px 20px
    }
}
.iubh-info-wrapper .sub-info-wrapper .iubh-i-text .iubh-heading{
    font-size:30px
}
@media (min-width:769px){
    .iubh-info-wrapper .sub-info-wrapper .iubh-i-text .iubh-heading{
        font-size:35px
    }
}
.iubh-info-wrapper .sub-info-wrapper .iubh-i-dot{
    position:absolute;
    top:0;
    left:-65px;
    right:-22px;
    background-image:url(../../img/ipunktlang_breiter-tuerkis.svg);
    background-size:100%;
    height:100%
}
.Linkliste_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.Sb_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.SiteOrigin_Widget_Category_Teaser_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.SiteOrigin_Widget_Image_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.SiteOrigin_Widget_a3Editor_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.Teaser_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.Videoembed_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.infobox_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Linkliste_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Linkliste_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Sb_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Sb_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .SiteOrigin_Widget_Category_Teaser_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .SiteOrigin_Widget_Category_Teaser_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .SiteOrigin_Widget_Image_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .SiteOrigin_Widget_Image_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .SiteOrigin_Widget_a3Editor_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .SiteOrigin_Widget_a3Editor_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Teaser_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Teaser_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Videoembed_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .Videoembed_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .infobox_Widget .panel-row-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .infobox_Widget.panel-no-style>.iubh-info-section:not(:last-child),.iubh-only-info-wrapper .row>.iubh-info-section:not(:last-child){
    border-right:1px solid #dcdcdc
}
@media (max-width:699.98px){
    .Linkliste_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.Sb_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.SiteOrigin_Widget_Category_Teaser_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.SiteOrigin_Widget_Image_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.SiteOrigin_Widget_a3Editor_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.Teaser_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.Videoembed_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.infobox_Widget .iubh-only-info-wrapper .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .Linkliste_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .Linkliste_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .Sb_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .Sb_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .SiteOrigin_Widget_Category_Teaser_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .SiteOrigin_Widget_Category_Teaser_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .SiteOrigin_Widget_Image_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .SiteOrigin_Widget_Image_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .SiteOrigin_Widget_a3Editor_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .SiteOrigin_Widget_a3Editor_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .Teaser_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .Teaser_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .Videoembed_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .Videoembed_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .infobox_Widget .panel-row-style>.iubh-info-section,.iubh-only-info-wrapper .infobox_Widget.panel-no-style>.iubh-info-section,.iubh-only-info-wrapper .row>.iubh-info-section{
        border-bottom:1px solid #dcdcdc;
        border-right:0!important;
        margin-bottom:55px;
        padding-bottom:30px
    }
}
#iubh-info-material-anchor .hide_it{
    display:none!important
}
.panel-grid .iubh-infobox-wrapper{
    margin-right:12px
}
.panel-grid .iubh-infobox-wrapper .iubh-campaign{
    margin-top:20px;
    width:100%;
    text-align:center
}
@media (min-width:769px){
    .panel-grid .iubh-infobox-wrapper.one_row{
        float:left;
        margin-right:0!important
    }
}
@media (min-width:769px){
    .panel-grid .iubh-infobox-wrapper.one_row .iubh-cont{
        height:100%
    }
}
@media (min-width:769px){
    .Linkliste_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.Sb_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.SiteOrigin_Widget_Category_Teaser_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.SiteOrigin_Widget_Image_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.SiteOrigin_Widget_a3Editor_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.Teaser_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.Videoembed_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.infobox_Widget .panel-grid .iubh-infobox-wrapper.one_row .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .Linkliste_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .Linkliste_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .Sb_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .Sb_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .SiteOrigin_Widget_Category_Teaser_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .SiteOrigin_Widget_Category_Teaser_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .SiteOrigin_Widget_Image_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .SiteOrigin_Widget_Image_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .SiteOrigin_Widget_a3Editor_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .SiteOrigin_Widget_a3Editor_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .Teaser_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .Teaser_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .Videoembed_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .Videoembed_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .infobox_Widget .panel-row-style,.panel-grid .iubh-infobox-wrapper.one_row .infobox_Widget.panel-no-style,.panel-grid .iubh-infobox-wrapper.one_row .row{
        height:100%
    }
}
.panel-grid .iubh-infobox-wrapper .iubh-c-panel{
    overflow:hidden
}
.panel-grid .iubh-infobox-wrapper .remove_content_string:before{
    content:''!important
}
@media (max-width:768.98px){
    .panel-grid .iubh-infobox-wrapper{
        margin-left:12px;
        margin-right:12px;
        padding-left:0
    }
}
@media (max-width:459.98px){
    .panel-grid .iubh-infobox-wrapper{
        margin-left:0;
        margin-right:0
    }
}
.infobox_Widget .panel-row-style,.infobox_Widget.panel-no-style{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px
}
@media only screen and (min-width:769px) and (max-width:1000px){
    .infobox_Widget .grid-60{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
.infobox_Widget .grid-60 .col-sm-8{
    padding-left:0
}
@media only screen and (min-width:769px) and (max-width:1000px){
    .infobox_Widget .grid-40{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .infobox_Widget .grid-40 .iubh-teaser,.infobox_Widget .grid-40 .iubh-text{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .infobox_Widget .grid-40 .iubh-teaser{
        margin-bottom:0!important
    }
}
.iubh-infobox-inner-wrapper{
    background-color:#fff;
    border:1px solid #dcdcdc
}
.iubh-infobox-inner-wrapper.iubh-no-border{
    border:none
}
.iubh-infobox-inner-wrapper .no-idot{
    display:none
}
.iubh-infobox-inner-wrapper .iubh-grid-teaser-wrapper{
    margin:0!important
}
.iubh-infobox-inner-wrapper .iubh-text{
    margin:20px 0;
    padding:0 15px
}
@media (min-width:769px){
    .iubh-infobox-inner-wrapper .iubh-text{
        padding:0 20px
    }
}
@media only screen and (min-width:700px) and (max-width:768px){
    .iubh-infobox-inner-wrapper .iubh-text{
        padding:0 20px
    }
}
.iubh-infobox-inner-wrapper .iubh-text .iubh-check-anchor .g-iubh-header-link{
    padding-bottom:0!important;
    line-height:18px!important;
    display:inline!important
}
.iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-linklist-wrapper.iubh-container-fluid,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-linklist-wrapper.iubh-container-fluid,.iubh-infobox-inner-wrapper .iubh-text .iubh-linklist-wrapper.container-fluid{
    padding:0
}
.iubh-infobox-inner-wrapper .iubh-text .g-iubh-r{
    display:block
}
.iubh-infobox-inner-wrapper .iubh-text .g-iubh-r a{
    color:#009091
}
.iubh-infobox-inner-wrapper .iubh-text .g-iubh-r a:hover{
    text-decoration:none
}
.iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-container-fluid,.iubh-infobox-inner-wrapper .iubh-text .container-fluid,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-container-fluid{
    margin-top:25px!important
}
.iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-container-fluid .g-iubh-link-list .iubh-link-list-item,.iubh-infobox-inner-wrapper .iubh-text .container-fluid .g-iubh-link-list .iubh-link-list-item,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-container-fluid .g-iubh-link-list .iubh-link-list-item{
    margin-top:25px!important
}
.iubh-infobox-inner-wrapper .iubh-text .iubh-text-mobile,.iubh-infobox-inner-wrapper .iubh-text .iubh-text-tablet{
    display:none
}
.iubh-infobox-inner-wrapper .iubh-teaser{
    padding-left:0;
    padding-right:0
}
.iubh-infobox-inner-wrapper .iubh-grid-teaser-wrapper{
    margin-bottom:25px
}
@media (max-width:768.98px){
    .iubh-infobox-inner-wrapper{
        margin-top:25px;
        margin-bottom:25px
    }
    .iubh-infobox-inner-wrapper .iubh-text .iubh-text-desktop,.iubh-infobox-inner-wrapper .iubh-text .iubh-text-mobile{
        display:none
    }
    .iubh-infobox-inner-wrapper .iubh-text .iubh-text-tablet{
        display:block
    }
    .iubh-infobox-inner-wrapper .iubh-text .g-iubh-r{
        overflow:hidden
    }
    .iubh-infobox-inner-wrapper .iubh-text .g-iubh-r .g-iubh-header-link{
        line-height:5px
    }
    .iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-container-fluid,.iubh-infobox-inner-wrapper .iubh-text .container-fluid,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-container-fluid{
        margin-bottom:35px!important
    }
    .iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-container-fluid .g-iubh-link-list .iubh-link-list-item,.iubh-infobox-inner-wrapper .iubh-text .container-fluid .g-iubh-link-list .iubh-link-list-item,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-container-fluid .g-iubh-link-list .iubh-link-list-item{
        margin-top:15px!important
    }
}
@media (max-width:768.98px) and (max-width:699.98px){
    .iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-container-fluid,.iubh-infobox-inner-wrapper .iubh-text .container-fluid,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-container-fluid{
        margin:0!important
    }
}
@media (max-width:768.98px){
    .iubh-infobox-inner-wrapper .iubh-teaser>.iubh-grid-teaser-wrapper{
        margin-bottom:0
    }
}
@media (max-width:699.98px){
    .iubh-infobox-inner-wrapper .iubh-text .iubh-text-desktop,.iubh-infobox-inner-wrapper .iubh-text .iubh-text-tablet{
        display:none;
        padding-top:0
    }
    .iubh-infobox-inner-wrapper .iubh-text .iubh-text-mobile{
        display:block
    }
    .iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-container-fluid,.iubh-infobox-inner-wrapper .iubh-text .container-fluid,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-container-fluid{
        margin-bottom:40px!important
    }
    .iubh-hero-list-wrapper .iubh-infobox-inner-wrapper .iubh-text .iubh-container-fluid .g-iubh-link-list .iubh-link-list-item,.iubh-infobox-inner-wrapper .iubh-text .container-fluid .g-iubh-link-list .iubh-link-list-item,.iubh-infobox-inner-wrapper .iubh-text .iubh-hero-list-wrapper .iubh-container-fluid .g-iubh-link-list .iubh-link-list-item{
        margin-top:25px!important
    }
}
.iubh-p-infobox-list{
    max-width:100%!important
}
.iubh-p-infobox-list .grid-100{
    width:100%
}
.iubh-p-infobox-list .iubh-infobox-wrapper{
    margin:0
}
@media only screen and (min-width:700px) and (max-width:768px){
    .iubh-p-infobox-list .iubh-infobox-wrapper .iubh-text{
        padding:0 15px
    }
}
.iubh-infobox-list-wrapper .iubh-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    padding-left:12px;
    padding-right:0
}
@media (min-width:769px){
    .iubh-infobox-list-wrapper .iubh-col{
        padding-right:12px
    }
}
.iubh-infobox-list-wrapper .iubh-col.iubh-col-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    padding-right:12px
}
@media (min-width:769px){
    .iubh-infobox-list-wrapper .iubh-col.iubh-col-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
}
.iubh-infobox-list-wrapper .iubh-col.iubh-col-3{
    padding-right:12px;
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.iubh-infobox-list-wrapper .iubh-col .iubh-star-text{
    width:100%;
    line-height:15px
}
.iubh-infobox-list-wrapper .iubh-col .iubh-star-text p{
    margin-top:5px
}
.iubh-infobox-list-wrapper .iubh-col .iubh-star-text p:first-child{
    margin-top:0
}
.iubh-infobox-list-wrapper .iubh-infobox-carousel .iubh-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    padding-left:12px;
    padding-right:12px
}
.iubh-infobox-list-wrapper .iubh-infobox-carousel .iubh-infobox-inner-wrapper{
    margin:0
}
.ifilter .iubh-tag-group-heading{
    margin-bottom:5px
}
.ifilter .ifilter_button{
    margin-right:10px;
    margin-bottom:10px;
    display:inline-block;
    border:2px solid #009091;
    color:#009091;
    background-color:#fff;
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    padding:10px 15px;
    border-radius:3px;
    cursor:pointer
}
@media (min-width:460px){
    .ifilter .ifilter_button{
        margin-right:15px;
        margin-bottom:15px
    }
}
.ifilter .ifilter_button.ifilter-button-active{
    border:2px solid #009091;
    color:#fff;
    background-color:#009091
}
.slick-slider .slick-slide>div{
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.slick-slider .slick-slide>div>.iubh-col{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.slick-slider .slick-slide>div>.iubh-col>.iubh-infobox-inner-wrapper{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.iubh-collapse-summary{
    position:relative;
    overflow:hidden;
    margin-bottom:20px
}
.iubh-collapse-summary.show .iubh-blur-effect{
    display:none!important
}
.iubh-collapse-summary.collapse{
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s
}
.iubh-collapse-summary .iubh-blur-effect{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    margin:0;
    padding:30px 0;
    opacity:0;
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,.001)),to(#fff));
    background-image:linear-gradient(to bottom,rgba(255,255,255,.001),#fff);
    -webkit-transition:all .3s;
    transition:all .3s
}
.iubh-collapse-summary.collapse:not(.show),.iubh-collapse-summary.collapsing{
    overflow:hidden;
    display:block
}
@media (min-width:460px){
    .iubh-collapse-summary.collapse:not(.show),.iubh-collapse-summary.collapsing{
        display:block;
        height:100%
    }
}
.iubh-collapse-summary.collapse:not(.show) .iubh-blur-effect,.iubh-collapse-summary.collapsing .iubh-blur-effect{
    opacity:1
}
.iubh-info-a{
    position:relative
}
.iubh-info-a::after{
    content:'';
    position:absolute;
    top:-30px;
    bottom:-30px;
    left:-10px;
    right:-200px
}
.iubh-info-a .read-more-link-text{
    display:inline-block
}
.iubh-info-a .read-less-link-text{
    display:none
}
.iubh-info-a .iubh-down-arrow{
    display:inline-block
}
.iubh-info-a .iubh-up-arrow{
    display:none
}
.iubh-info-a.collapsed .iubh-up-arrow{
    display:none
}
.iubh-info-a.collapsed .iubh-down-arrow{
    display:inline-block
}
.iubh-info-a.collapsed .read-more-link-text{
    display:inline-block
}
.iubh-info-a.collapsed .read-less-link-text{
    display:none
}
.iubh-info-a:not(.collapsed) .iubh-up-arrow{
    display:inline-block
}
.iubh-info-a:not(.collapsed) .iubh-down-arrow{
    display:none
}
.iubh-info-a:not(.collapsed) .read-more-link-text{
    display:none
}
.iubh-info-a:not(.collapsed) .read-less-link-text{
    display:inline-block
}
.iubh-info-a.remove_content_string.collapsed:before,.iubh-info-a.remove_content_string:not(.collapsed):before{
    content:''!important
}
.Linkliste_Widget .panel-row-style,.Linkliste_Widget.panel-no-style{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px
}
.Linkliste_Widget .grid-50{
    padding:0
}
.Linkliste_Widget .grid-100{
    padding:0
}
.Linkliste_Widget .grid-25{
    padding:0
}
.Linkliste_Widget .grid-75{
    padding:0
}
.Linkliste_Widget .grid-33{
    padding:0
}
.Linkliste_Widget .g-iubh-header-link{
    display:inline-block
}
.Linkliste_Widget .linklist-text-element{
    color:#62747e;
    border-bottom:0;
    line-height:25px;
    font-size:15px;
    display:inline-block;
    font-weight:700
}
@media (min-width:700px){
    .Linkliste_Widget .linklist-text-element{
        font-size:14px
    }
}
.Linkliste_Widget .linklist-text-element .iubh-link-list-label{
    font-size:10px;
    text-transform:uppercase;
    color:#fff;
    width:25px;
    height:8px;
    border-radius:3px;
    vertical-align:middle;
    text-align:center;
    padding:1px 2px 1px 2px;
    line-height:14px
}
.Linkliste_Widget .ll_primary .linklist-text-element{
    color:#fff
}
.iubh-list-wrapper{
    color:#123b48
}
.iubh-list-wrapper .iubh-list-elm{
    border-bottom:1px solid #dcdcdc
}
.iubh-list-wrapper .iubh-list-title{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt
}
.link-list-profiMode{
    padding:55px 20px 55px 30px
}
.link-list-profiMode .link-list-profiMode-shortDescription{
    display:block;
    font-size:13px;
    color:#62747e;
    margin-top:10px
}
.link-list-profiMode .iubh-link-list-item{
    margin-top:21px
}
@media (min-width:700px){
    .link-list-profiMode .iubh-link-list-item{
        margin-top:21px
    }
}
.link-list-profiMode .ll-fa-before{
    display:inline;
    color:#62747e;
    font-size:24px;
    float:left;
    margin-right:7px;
    width:25px
}
.link-list-profiMode .link-list-fa-exists{
    margin-left:32px
}
.ll_white{
    background-color:#fff
}
.ll_primary{
    background-color:#123b48
}
.ll_primary h3,.ll_primary h4,.ll_primary h5{
    color:#fff
}
.ll_primary .link-list-profiMode-shortDescription{
    color:#fff
}
.ll_primary .ll-fa-before{
    color:#fff;
    position:absolute
}
.ll_primary .g-iubh-header-link.text-iubh-green{
    color:#009091!important
}
.ll_formbg{
    background-color:#fafafa
}
.iubh-locations-wrapper #addressInput,.iubh-locations-wrapper .iubh-search-field{
    color:#62747e;
    width:100%
}
.iubh-locations-wrapper #addressInput.placeholder,.iubh-locations-wrapper .iubh-search-field.placeholder{
    color:#cdd1d1
}
.iubh-locations-wrapper #addressInput:-moz-placeholder,.iubh-locations-wrapper .iubh-search-field:-moz-placeholder{
    color:#cdd1d1
}
.iubh-locations-wrapper #addressInput::-moz-placeholder,.iubh-locations-wrapper .iubh-search-field::-moz-placeholder{
    color:#cdd1d1
}
.iubh-locations-wrapper #addressInput::-webkit-input-placeholder,.iubh-locations-wrapper .iubh-search-field::-webkit-input-placeholder{
    color:#cdd1d1
}
.iubh-locations-wrapper #addressInput:focus,.iubh-locations-wrapper .iubh-search-field:focus{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
.iubh-locations-wrapper #addressInput{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    color:#62747e;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    z-index:1;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    margin-bottom:0;
    padding:19px .75rem;
    font-size:1rem;
    line-height:1;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #cdd1d1;
    border-radius:0;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
.iubh-locations-wrapper #addressInput:focus{
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border:1px solid #4c923d
}
.iubh-locations-wrapper #addressInput.error{
    border-color:#aa2e00
}
.iubh-locations-wrapper #addressInput label{
    display:none
}
.iubh-locations-wrapper #slp_tagline{
    display:none
}
.iubh-locations-wrapper .iubh-row{
    -ms-flex-wrap:wrap-reverse;
    flex-wrap:wrap-reverse
}
.iubh-locations-wrapper .iubh-search-icon{
    font-size:24px;
    padding:0 18px 0 0;
    position:absolute;
    z-index:2;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    border:none
}
.iubh-locations-wrapper .iubh-img{
    max-width:100%
}
.iubh-locations-wrapper #address_search,.iubh-locations-wrapper .iubh-search-wrapper{
    width:100%
}
@media (min-width:769px){
    .iubh-locations-wrapper #address_search,.iubh-locations-wrapper .iubh-search-wrapper{
        width:83%
    }
}
.iubh-locations-wrapper #address_search #addy_in_address,.iubh-locations-wrapper .iubh-search-wrapper #addy_in_address{
    position:relative!important;
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-align:stretch!important;
    -ms-flex-align:stretch!important;
    align-items:stretch!important;
    width:100%!important;
    outline:0!important
}
.iubh-locations-wrapper #address_search #addy_in_address:after,.iubh-locations-wrapper .iubh-search-wrapper #addy_in_address:after{
    font-style:normal;
    font-weight:400;
    text-decoration:inherit;
    position:absolute;
    font-size:24px;
    color:#009091;
    top:17px;
    right:18px;
    z-index:1;
    background:#fff;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
.iubh-locations-wrapper #address_search #addy_in_address.error:after,.iubh-locations-wrapper .iubh-search-wrapper #addy_in_address.error:after{
    color:#aa2e00;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
.iubh-locations-wrapper .iubh-left{
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px
}
.iubh-locations-wrapper .iubh-right{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    text-align:center
}
.iubh-locations-wrapper .iubh-results{
    background:#fff
}
.iubh-locations-wrapper #map.slp_map{
    display:none!important
}
.iubh-locations-wrapper .search_item #addy_in_radius{
    display:none!important
}
.iubh-locations-wrapper .search_item #radius_in_submit{
    display:none!important
}
.iubh-locations-wrapper .fa-map-marker{
    display:block!important
}
.iubh-locations-wrapper #map_sidebar{
    width:83%!important
}
.iubh-locations-wrapper .slp_results_container .results_wrapper{
    border:none!important;
    border-bottom:1px solid #cdd1d1!important;
    padding:20px;
    border-radius:0!important
}
.iubh-locations-wrapper .slp_results_container .results_wrapper:hover{
    background:0 0!important
}
.iubh-locations-wrapper .slp_results_container .results_wrapper:last-child{
    border-bottom:none!important
}
.iubh-locations-wrapper .no_results_found h2{
    top:-4px;
    left:12px;
    font-size:10px;
    color:#aa2e00;
    margin-top:8px;
    z-index:4;
    visibility:visible;
    position:relative;
    font-weight:400;
    font-family:Arial
}
.iubh-locations-wrapper .submitButton{
    width:30px;
    height:30px;
    position:absolute;
    right:13px;
    top:15px;
    cursor:pointer;
    z-index:2
}
.loader{
    position:fixed;
    padding:1rem;
    border-radius:15px;
    top:50%;
    left:50%;
    margin-top:-2.5rem;
    margin-left:-2.5rem;
    z-index:1041;
    background-color:#fff
}
.loader-spinner{
    border:5px solid #dcdcdc;
    border-top:5px solid #009091;
    border-radius:50%;
    width:3rem;
    height:3rem;
    -webkit-animation:spin 1.2s linear infinite;
    animation:spin 1.2s linear infinite
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.mega-menu-wrap .mega-menu-open .mobile-switcher{
    display:none
}
.dark .mobile-switcher .btn.dropdown-toggle{
    color:#fff
}
.mobile-switcher .btn.dropdown-toggle{
    color:#009091;
    background-color:transparent;
    border-color:transparent;
    border-radius:0;
    font-size:.75rem;
    padding:.3125rem .5rem
}
.mobile-switcher .btn.dropdown-toggle:after{
    display:none
}
.mobile-switcher .btn.dropdown-toggle:focus{
    -webkit-box-shadow:none;
    box-shadow:none
}
.mobile-switcher.show .btn.dropdown-toggle{
    color:#fff;
    background-color:#009091;
    border-color:#009091
}
.mobile-switcher .dropdown-menu{
    border-radius:0;
    min-width:100%;
    margin-top:0;
    padding:.25rem 0
}
.mobile-switcher .dropdown-menu .dropdown-item{
    color:#009091;
    font-size:large;
    line-height:normal
}
#iubh-top-mb{
    background:#09222a
}
#iubh-top-mb.secondary_color_headerbar_active{
    background:#f6f6f6
}
#iubh-logo img{
    height:43px;
    width:auto
}
body.disable-sticky header#iubh-header:not(.open){
    position:relative;
    padding:0!important
}
body.hide-topbar nav#cta-header-wrapper{
    border-top:none!important
}
header#iubh-header{
    position:fixed;
    width:100%;
    top:0;
    z-index:999
}
header#iubh-header.reachTop{
    -webkit-transition:0s all ease-in-out;
    transition:0s all ease-in-out;
    top:0!important
}
header#iubh-header.reachTop .widget_maxmegamenu{
    top:0!important
}
header#iubh-header nav#cta-header-wrapper{
    position:relative;
    z-index:940
}
header#iubh-header nav#cta-header-wrapper.iubh-phone{
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
header#iubh-header nav#cta-header-wrapper.iubh-phone .iubh-nav-phone{
    min-height:70px;
    height:70px
}
header#iubh-header nav#cta-header-wrapper.iubh-menu{
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
header#iubh-header nav#cta-header-wrapper.iubh-menu .iubh-menu{
    min-height:70px;
    height:70px
}
header#iubh-header nav#cta-header-wrapper.iubh-menu .iubh-menu .iubh-nav-menu{
    min-height:70px;
    height:70px
}
header#iubh-header nav#cta-header-wrapper.iubh-menu .iubh-menu .iubh-nav-menu button.iubh-menu-button .iubh-menu-icon{
    margin-left:auto;
    padding:5px;
    background:#009091;
    color:#fff;
    font-size:12px;
    border-radius:4px;
    cursor:pointer;
    padding-right:5px
}
header#iubh-header nav#cta-header-wrapper.iubh-menu .iubh-menu .iubh-nav-menu #menu-navbar-extended a{
    min-height:70px;
    height:70px;
    position:relative;
    padding:0 5px
}
header#iubh-header nav#cta-header-wrapper.iubh-menu .iubh-menu .iubh-nav-menu #menu-navbar-extended a.iubh-active{
    border-bottom:4px solid #009091
}
header#iubh-header nav#cta-header-wrapper.iubh-menu .iubh-menu .iubh-nav-menu #menu-navbar-extended a:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    -webkit-transform-origin:center;
    transform-origin:center;
    border-bottom:4px solid #fff;
    -webkit-transform:scale3d(0,1,1);
    transform:scale3d(0,1,1);
    transition:transform .5s,-webkit-transform .5s
}
header#iubh-header nav#cta-header-wrapper.iubh-menu .iubh-menu .iubh-nav-menu #menu-navbar-extended a:hover:before{
    border-bottom:4px solid #009091;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1)
}
header#iubh-header .widget_maxmegamenu{
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    position:relative;
    top:0
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:70px;
    background:0 0!important
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle.mega-menu-open{
    height:54px;
    position:absolute;
    width:50%;
    right:0
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-left{
    display:none!important
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right:before{
    content:'\f00d';
    color:#009091;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:900;
    padding-right:30px;
    font-size:22px;
    padding-top:3px
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block{
    display:none
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle .mega-toggle-blocks-left{
    padding-left:10px
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle .mega-toggle-blocks-left span.mega-toggle-label{
    display:none
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
    padding-right:10px
}
header#iubh-header .widget_maxmegamenu .mega-menu-toggle .mega-toggle-label-closed{
    display:none;
    margin-left:auto;
    padding:5px;
    background:#009091;
    color:#fff;
    font-size:12px;
    border-radius:4px;
    cursor:pointer;
    padding-right:5px
}
header#iubh-header #iubh-top-mb{
    -webkit-transition:height .5s ease-in-out;
    transition:height .5s ease-in-out
}
header#iubh-header .mega-toggle-block:after{
    display:none
}
.iubh-hero-list-wrapper header#iubh-header .iubh-1st .iubh-container-fluid,header#iubh-header .iubh-1st,header#iubh-header .iubh-1st .container-fluid,header#iubh-header .iubh-1st .iubh-hero-list-wrapper .iubh-container-fluid{
    height:90px
}
@media (max-width:699.98px){
    .iubh-hero-list-wrapper header#iubh-header .iubh-1st .iubh-container-fluid,header#iubh-header .iubh-1st,header#iubh-header .iubh-1st .container-fluid,header#iubh-header .iubh-1st .iubh-hero-list-wrapper .iubh-container-fluid{
        height:70px!important
    }
}
.iubh-hero-list-wrapper header#iubh-header .light .iubh-1st .iubh-container-fluid,header#iubh-header .light .iubh-1st,header#iubh-header .light .iubh-1st .container-fluid,header#iubh-header .light .iubh-1st .iubh-hero-list-wrapper .iubh-container-fluid{
    background:#fff
}
header#iubh-header .light.iubh-menu,header#iubh-header .light.iubh-phone,header#iubh-header .light.iubh-tooltip{
    background:#fff
}
header#iubh-header .light.iubh-menu #menu-navbar-extended,header#iubh-header .light.iubh-phone #menu-navbar-extended,header#iubh-header .light.iubh-tooltip #menu-navbar-extended{
    background:#fff
}
.iubh-hero-list-wrapper header#iubh-header .dark .iubh-1st .iubh-container-fluid,header#iubh-header .dark .iubh-1st,header#iubh-header .dark .iubh-1st .container-fluid,header#iubh-header .dark .iubh-1st .iubh-hero-list-wrapper .iubh-container-fluid{
    background-color:#123b48
}
header#iubh-header .dark.iubh-menu,header#iubh-header .dark.iubh-phone,header#iubh-header .dark.iubh-tooltip{
    background-color:#123b48
}
header#iubh-header .dark.iubh-menu #menu-navbar-extended,header#iubh-header .dark.iubh-phone #menu-navbar-extended,header#iubh-header .dark.iubh-tooltip #menu-navbar-extended{
    background-color:#123b48
}
header#iubh-header .dark.iubh-menu #menu-navbar-extended a,header#iubh-header .dark.iubh-phone #menu-navbar-extended a,header#iubh-header .dark.iubh-tooltip #menu-navbar-extended a{
    color:#fff!important
}
header#iubh-header .iubh-1st{
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
header#iubh-header.scroll-top #iubh-top-mb.show{
    -webkit-animation:overflowHidden .5s alternate;
    animation:overflowHidden .5s alternate;
    overflow:inherit
}
header#iubh-header.scroll-down.show-menu .widget_maxmegamenu{
    top:0
}
@media (min-width:1200px){
    header#iubh-header.scroll-down #iubh-top-mb{
        height:0!important;
        overflow:hidden
    }
}
header#iubh-header.scroll-down .widget_maxmegamenu{
    top:-70px;
    -webkit-box-shadow:none;
    box-shadow:none
}
@media (max-width:1199.98px){
    nav#cta-header-wrapper .show-header-border-top{
        border-top:4px solid #009091
    }
}
@media (min-width:1200px){
    .iubh-2nd{
        display:none
    }
    #iubh-top-mb{
        height:30px;
        -webkit-transition:height .5s ease-in-out;
        transition:height .5s ease-in-out
    }
    nav#cta-header-wrapper{
        border-top:4px solid #009091
    }
    .iubh-menu .iubh-nav-menu button.iubh-menu-button .iubh-menu-icon{
        display:none
    }
}
@media (max-width:1199.98px){
    #wpadminbar{
        position:fixed!important
    }
    #iubh-logo img{
        width:auto!important
    }
    header#iubh-header.iubh-phone #iubh-nav-phone-text{
        display:none!important
    }
    header#iubh-header.iubh-phone .widget_maxmegamenu{
        display:none
    }
    header#iubh-header.iubh-tooltip .widget_maxmegamenu{
        display:none
    }
    header#iubh-header.iubh-menu #menu-navbar-extended{
        position:fixed;
        top:0;
        right:-70vw;
        z-index:999;
        margin-right:0!important;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        min-width:70vw;
        -webkit-transition:right .5s ease-in-out;
        transition:right .5s ease-in-out;
        border-left:1px solid #f2f2f2;
        -webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
        box-shadow:0 1px 1px rgba(0,0,0,.1)
    }
    header#iubh-header.iubh-menu #menu-navbar-extended a{
        margin-right:0!important;
        width:100%;
        border-bottom:1px solid #cdd1d1;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    header#iubh-header.iubh-menu #menu-navbar-extended.open{
        right:0
    }
    header#iubh-header.iubh-menu .widget_maxmegamenu{
        display:none
    }
    header#iubh-header .iubh-1st:not(.tooltip-header){
        display:none
    }
    header#iubh-header .iubh-2nd{
        -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
        box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
        max-height:70px!important
    }
    header#iubh-header.open div.iubh-banner-wrapper.above{
        display:none
    }
    header#iubh-header:not(.open) div.widget_maxmegamenu{
        position:relative
    }
    header#iubh-header:not(.open) nav#cta-header-wrapper #iubh-top-mb{
        display:none
    }
}
@media (max-width:1199.98px){
    body.light #iubh-header.open{
        background:#fff
    }
    body.dark #iubh-header.open{
        background:#113b47
    }
    #iubh-header{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -webkit-box-orient:vertical!important;
        -webkit-box-direction:normal!important;
        -ms-flex-direction:column!important;
        flex-direction:column!important;
        -webkit-transition:top .5s ease-in-out;
        transition:top .5s ease-in-out
    }
    #iubh-header .light .iubh-top-menu-bar .dropdown button{
        background:#f7f7f7;
        border-bottom:1px solid #c6c6c5
    }
    #iubh-header .light .iubh-top-menu-bar .dropdown.open .dd-list a{
        background:#fff;
        border-bottom:1px solid #c6c6c5
    }
    #iubh-header .dark .iubh-top-menu-bar .dropdown button{
        background:#0a272f;
        border-bottom:1px solid #103440
    }
    #iubh-header .dark .iubh-top-menu-bar .dropdown.open .dd-list a{
        background:#113b47;
        border-bottom:1px solid #103440!important
    }
    #iubh-header #iubh-top-mb{
        height:auto!important
    }
    #iubh-header #iubh-top-mb .container-fluid,#iubh-header #iubh-top-mb .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper #iubh-header #iubh-top-mb .iubh-container-fluid{
        margin:0;
        padding:0;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown{
        width:100%!important
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.open .dd-active-item,#iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.open .dd-list{
        color:#76878f;
        height:auto;
        display:block
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.open .dd-active-item a,#iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.open .dd-list a{
        width:100%!important;
        color:#009091
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.dd button span{
        position:absolute;
        font-size:20px
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.switcher span.bg{
        background:#009091!important;
        display:block;
        width:140px;
        height:30px;
        content:' ';
        position:absolute;
        top:10px;
        left:130px
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.switcher span.icon{
        left:140px;
        z-index:99;
        font-size:18px;
        top:16px;
        color:#fff!important;
        position:absolute
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.switcher span.select-lang{
        left:10px;
        color:#76878f;
        text-transform:uppercase
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.switcher span.current-lang{
        position:absolute;
        color:#fff!important;
        left:170px
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.switcher a{
        position:relative;
        color:#009091
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dropdown.switcher a span{
        position:absolute;
        font-size:20px
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar button{
        width:100%!important;
        color:#009091!important;
        text-align:left;
        min-height:50px!important;
        padding:0 10px;
        font-size:14px
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar button span{
        right:32px
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dd-list{
        width:100%!important;
        height:0;
        background:#63b9ba;
        display:none
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dd-list a{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        min-height:50px;
        height:50px;
        width:100%!important;
        color:#fff;
        border-bottom:1px solid #c6c6c5;
        padding:0 10px;
        font-size:14px
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dd-list a button{
        position:relative
    }
    #iubh-header #iubh-top-mb.iubh-top-menu-bar .dd-list a span{
        right:32px;
        position:absolute;
        font-size:20px
    }
    #iubh-header:not(.open).scroll-between:not(.iubh-phone):not(.iubh-menu):not(.iubh-tooltip){
        top:-70px
    }
    #iubh-header:not(.open) nav.iubh-navbar-wrapper{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    #iubh-header:not(.open) .widget_maxmegamenu{
        border-top:4px solid #009091;
        height:74px;
        z-index:950;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
        box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
    }
    #iubh-header:not(.open) .widget_maxmegamenu .mega-menu-toggle{
        background:0 0!important
    }
    #iubh-header.no_mega_menu .iubh-1st{
        display:block!important
    }
    #iubh-header.open{
        width:100%;
        height:100vh!important;
        position:fixed;
        z-index:999;
        overflow:scroll;
        padding-bottom:71px
    }
    #iubh-header.open .widget_maxmegamenu{
        top:0!important
    }
    #iubh-header.open nav.iubh-navbar-wrapper{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    #iubh-header.open .iubh-1st{
        display:none;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    #iubh-header.open .iubh-2nd{
        display:block;
        position:fixed;
        z-index:999;
        bottom:0;
        width:100%
    }
}
@keyframes overflowHidden{
    0%{
        overflow:hidden
    }
    100%{
        overflow:hidden
    }
}
.popover.iubh-tooltip-box{
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none
}
@media (max-width:768.98px){
    .popover.iubh-tooltip-box{
        width:100%!important;
        -webkit-transform:translate3d(0,62px,0)!important;
        transform:translate3d(0,62px,0)!important;
        max-width:100%;
        position:fixed!important
    }
}
@media (min-width:769px){
    .popover.iubh-tooltip-box .arrow{
        left:256px!important
    }
}
.popover.iubh-tooltip-box .arrow::before{
    border-bottom-color:rgba(0,0,0,.1)
}
.popover.iubh-tooltip-box .arrow::after{
    top:1px;
    border-bottom-color:#fff
}
.popover.iubh-tooltip-box .popover-body{
    background:#fff;
    min-width:330px;
    -webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.2);
    box-shadow:0 0 2px 0 rgba(0,0,0,.2)
}
.iubh-tooltip-tel{
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    letter-spacing:.9pt;
    font-size:30px;
    display:inline-block;
    margin-top:3px;
    margin-bottom:5px;
    color:#009091
}
@media (max-width:768.98px){
    .iubh-tooltip-header{
        border:none;
        font-size:26px
    }
}
.iubh-tooltip-header.colorButton{
    background:#009091;
    color:#fff
}
.iubh-tooltip-header .iubh-tooltip-desktop{
    display:block!important
}
@media (max-width:768.98px){
    .iubh-tooltip-header .iubh-tooltip-desktop{
        display:none!important
    }
}
.iubh-tooltip-header .iubh-tooltip-mobil{
    display:none!important
}
@media (max-width:768.98px){
    .iubh-tooltip-header .iubh-tooltip-mobil{
        display:block!important
    }
}
.iubh-navfull-wrapper.iubh-img-wrapper{
    height:790px;
    width:900px
}
.iubh-navfull-wrapper .iubh-cont .iubh-navfull-content{
    width:45%;
    padding-left:30px;
    padding-top:30px
}
.iubh-navfull-wrapper .iubh-cont>a,.iubh-navfull-wrapper .iubh-cont>div,.iubh-navfull-wrapper .iubh-cont>h2,.iubh-navfull-wrapper .iubh-cont>p{
    z-index:1
}
@media (max-width:768.98px){
    .iubh-navfull-wrapper .iubh-img-wrapper{
        display:none
    }
    .iubh-navfull-wrapper .iubh-cont{
        min-height:0
    }
    .iubh-navfull-wrapper .iubh-cont .iubh-navfull-content{
        width:90%;
        padding-left:5%;
        padding-top:20px
    }
}
.navfull-helper{
    height:432px;
    position:absolute;
    right:0;
    z-index:25
}
@media only screen and (max-width:1200px){
    .navfull-helper{
        display:none!important
    }
}
.navfull-helper.width-600{
    width:600px
}
.navfull-helper.width-600 .iubh-i-text-wrapper .iubh-i-dot{
    left:-30%;
    right:37%
}
.navfull-helper.width-300{
    width:300px
}
.navfull-helper.width-300 .iubh-i-text-wrapper .iubh-i-dot{
    left:-30%;
    right:-17%
}
.navfull-helper.padding{
    padding:18px 20px
}
.navfull-data{
    display:none
}
.iubh-custom-navfull{
    position:relative
}
.iubh-custom-navfull .iubh-navfull-content{
    overflow:hidden;
    position:absolute;
    bottom:0;
    left:0;
    right:0
}
.iubh-custom-navfull .iubh-i-text-wrapper .iubh-text{
    max-width:250px;
    padding:16px;
    position:relative;
    z-index:5
}
.iubh-custom-navfull .iubh-i-text-wrapper .iubh-text .iubh-label{
    font-size:14px;
    padding-top:22px
}
.iubh-custom-navfull .iubh-i-text-wrapper .iubh-text .iubh-headline{
    font-family:"Passion One",Calibri,serif;
    font-size:35px;
    line-height:35px
}
.iubh-custom-navfull .iubh-i-text-wrapper .iubh-text a{
    padding-top:22px
}
.iubh-custom-navfull .iubh-i-text-wrapper .iubh-text a,.iubh-custom-navfull .iubh-i-text-wrapper .iubh-text div,.iubh-custom-navfull .iubh-i-text-wrapper .iubh-text p{
    color:#fff
}
.iubh-custom-navfull .iubh-i-text-wrapper .iubh-i-dot{
    background-image:url(../../img/ipunktlang_breiter-tuerkis.svg);
    background-size:100%;
    height:100%;
    position:absolute;
    top:0
}
.iubh-news-wrapper .no_news_msg{
    font-style:italic;
    font-family:Arial;
    font-size:15px;
    color:#666
}
.iubh-news-wrapper .iubh-news{
    border-bottom:1px solid #c6c6c6;
    cursor:pointer
}
.iubh-news-wrapper .iubh-news:nth-child(2){
    border-top:1px solid #c6c6c6!important
}
.iubh-news-wrapper .iubh-news .news-list-date{
    width:140px;
    height:140px;
    background:#123b48;
    position:relative;
    font-family:"Passion One",Calibri,serif;
    display:inline-block
}
@media (max-width:459.98px){
    .iubh-news-wrapper .iubh-news .news-list-date{
        width:70px;
        height:70px
    }
}
.iubh-news-wrapper .iubh-news .news-list-date div{
    font-size:44px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
@media (max-width:699.98px){
    .iubh-news-wrapper .iubh-news .news-list-date div{
        font-size:20px
    }
}
.iubh-news-wrapper .iubh-news .news-list-information{
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 170px)
}
@media (max-width:459.98px){
    .iubh-news-wrapper .iubh-news .news-list-information{
        width:calc(100% - 100px)
    }
}
.iubh-news-wrapper .iubh-news .news-list-information .meta_block{
    display:inline-block;
    color:#999
}
.iubh-news-wrapper .iubh-news .news-list-information .g-iubh-r{
    white-space:normal
}
.iubh-news-wrapper-single .newsorganiser-news-meta .meta_inforamtion .entry{
    display:inline-block;
    font-family:Arial;
    text-transform:uppercase;
    font-weight:700;
    color:#123b48;
    font-size:14px;
    line-height:1;
    margin-bottom:5px
}
.iubh-news-wrapper-single .newsorganiser-news-meta .img-fluid{
    width:100%
}
.iubh-news-image{
    display:block;
    margin:auto
}
.SiteOrigin_Widget_Image_Widget .panel-row-style,.SiteOrigin_Widget_Image_Widget.panel-no-style,.SiteOrigin_Widget_a3Editor_Widget .panel-row-style,.SiteOrigin_Widget_a3Editor_Widget.panel-no-style{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px
}
@media (min-width:460px){
    .SiteOrigin_Widget_Image_Widget .grid-50 .iubh-news-text,.SiteOrigin_Widget_a3Editor_Widget .grid-50 .iubh-news-text{
        padding-left:0!important
    }
}
@media only screen and (min-width:460px) and (max-width:650px){
    .SiteOrigin_Widget_Image_Widget .grid-50,.SiteOrigin_Widget_a3Editor_Widget .grid-50{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
@media (min-width:460px){
    .SiteOrigin_Widget_Image_Widget .grid-100 .iubh-news-text,.SiteOrigin_Widget_a3Editor_Widget .grid-100 .iubh-news-text{
        padding-left:10%;
        padding-right:10%
    }
}
.SiteOrigin_Widget_Image_Widget .grid-100 .iubh-news-text.iubh-bold-primary strong,.SiteOrigin_Widget_a3Editor_Widget .grid-100 .iubh-news-text.iubh-bold-primary strong{
    color:#123b48
}
@media only screen and (max-width:1200px){
    .SiteOrigin_Widget_Image_Widget .grid-33,.SiteOrigin_Widget_a3Editor_Widget .grid-33{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
.SiteOrigin_Widget_Image_Widget .grid-33 .container-fluid,.SiteOrigin_Widget_Image_Widget .grid-33 .iubh-hero-list-wrapper .iubh-container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33 .container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33 .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_Image_Widget .grid-33 .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_a3Editor_Widget .grid-33 .iubh-container-fluid{
    padding-left:30px;
    padding-right:30px
}
@media only screen and (max-width:1199px){
    .SiteOrigin_Widget_Image_Widget .grid-33 .container-fluid,.SiteOrigin_Widget_Image_Widget .grid-33 .iubh-hero-list-wrapper .iubh-container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33 .container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33 .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_Image_Widget .grid-33 .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_a3Editor_Widget .grid-33 .iubh-container-fluid{
        padding-left:12px;
        padding-right:12px
    }
}
.SiteOrigin_Widget_Image_Widget .grid-33:first-child .container-fluid,.SiteOrigin_Widget_Image_Widget .grid-33:first-child .iubh-hero-list-wrapper .iubh-container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33:first-child .container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33:first-child .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_Image_Widget .grid-33:first-child .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_a3Editor_Widget .grid-33:first-child .iubh-container-fluid{
    padding-left:12px
}
.SiteOrigin_Widget_Image_Widget .grid-33:last-child .container-fluid,.SiteOrigin_Widget_Image_Widget .grid-33:last-child .iubh-hero-list-wrapper .iubh-container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33:last-child .container-fluid,.SiteOrigin_Widget_a3Editor_Widget .grid-33:last-child .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_Image_Widget .grid-33:last-child .iubh-container-fluid,.iubh-hero-list-wrapper .SiteOrigin_Widget_a3Editor_Widget .grid-33:last-child .iubh-container-fluid{
    padding-right:12px
}
@media only screen and (max-width:1199px){
    .SiteOrigin_Widget_Image_Widget .grid-33:first-child,.SiteOrigin_Widget_a3Editor_Widget .grid-33:first-child{
        margin-bottom:55px
    }
}
@media only screen and (min-width:1200px){
    .SiteOrigin_Widget_Image_Widget .grid-33:nth-child(2),.SiteOrigin_Widget_a3Editor_Widget .grid-33:nth-child(2){
        border-left:1px solid #dcdcdc;
        border-right:1px solid #dcdcdc
    }
}
@media only screen and (max-width:1199px){
    .SiteOrigin_Widget_Image_Widget .grid-33:nth-child(2),.SiteOrigin_Widget_a3Editor_Widget .grid-33:nth-child(2){
        padding-bottom:55px
    }
}
.news_control{
    background:#fff
}
.login-form{
    background:#fff;
    max-width:90%;
    position:absolute;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    top:50%;
    left:50%;
    width:380px;
    -webkit-box-shadow:0 0 3px 1px rgba(0,0,0,.5);
    box-shadow:0 0 3px 1px rgba(0,0,0,.5)
}
.login-form .heading{
    background:#103440;
    padding:20px
}
.login-form .heading img{
    height:43px
}
.login-form .pass-body{
    padding:20px
}
.login-form .pass-body .g-iubh-popover-icon{
    float:right;
    margin-top:-25px;
    color:#999
}
.login-form .pass-body .g-iubh-r{
    width:85%
}
.login-form .pass-body form{
    padding-top:20px
}
.login-form .pass-body form .btn{
    margin-top:20px;
    background-color:#ea5b0c;
    color:#fff;
    width:100%;
    border:none;
    border-radius:0;
    font-size:22px;
    margin-bottom:20px
}
.login-form .pass-body form .btn:hover{
    background:#cd521e
}
.login-form .pass-body .forgot_pass{
    color:#3b5360;
    text-decoration:underline;
    text-align:right;
    font-weight:700;
    font-size:14px;
    cursor:pointer
}
.login-form .pass-body-second{
    display:none;
    padding:20px
}
.login-form .pass-body-second .text_heading{
    font-weight:700;
    margin-bottom:5px
}
.login-form .pass-body-second .mail{
    text-decoration:underline;
    font-weight:700;
    color:#999
}
.login-form .pass-body-second .back_pass{
    color:#3b5360;
    text-decoration:underline;
    text-align:right;
    font-weight:700;
    font-size:14px;
    cursor:pointer;
    margin-top:86px
}
.pass_footer{
    position:absolute;
    bottom:0;
    width:100%
}
.background_pass{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    z-index:-1
}
.iubh-picture-inner-wrapper.iubh-no-border{
    border:none
}
.iubh-picture-inner-wrapper .no-idot{
    display:none
}
.iubh-picture-inner-wrapper .iubh-grid-teaser-wrapper{
    margin:0!important
}
.iubh-picture-inner-wrapper .iubh-grid-teaser-wrapper{
    margin-bottom:25px
}
@media (max-width:768.98px){
    .iubh-picture-inner-wrapper{
        margin-top:25px;
        margin-bottom:25px
    }
}
.iubh-picture-list-wrapper .iubh-text{
    font-family:Arial;
    font-size:14px;
    color:#3b5360;
    font-style:italic;
    margin:10px 0;
    line-height:18px
}
.iubh-picture-list-wrapper .iubh-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:0!important
}
.iubh-picture-list-wrapper .iubh-col.iubh-col-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
@media (min-width:700px){
    .iubh-picture-list-wrapper .iubh-col.iubh-col-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
}
.iubh-picture-list-wrapper .iubh-col.iubh-col-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
@media (min-width:700px){
    .iubh-picture-list-wrapper .iubh-col.iubh-col-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
}
.iubh-picture-list-wrapper .iubh-picture-carousel .iubh-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    padding-left:12px;
    padding-right:12px
}
.iubh-picture-list-wrapper .iubh-picture-carousel .iubh-picture-inner-wrapper{
    margin:0
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-head-info{
    padding-left:10px;
    padding-right:10px
}
.iubh-pricingbox-wrapper .iubh-cont p{
    font-size:16px;
    line-height:24px;
    color:#62747e
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingboxes{
    width:100%;
    display:table;
    table-layout:fixed;
    border-spacing:10px 0;
    border-collapse:separate
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox{
    display:table-cell;
    border:2px solid #eee;
    border-radius:4px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-normal-price{
    text-decoration:line-through;
    color:#62747e;
    position:relative;
    top:-30px;
    font-size:14px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-graphic,.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-graphic-mobile{
    background-color:#123b48;
    border-radius:2px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-cta-mobile,.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-graphic-mobile,.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile{
    display:none
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-stretchy-wrapper{
    padding-bottom:56.25%;
    position:relative
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-stretchy-wrapper .iubh-pricingbox-graphic{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    max-height:210px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-stretchy-wrapper .iubh-pricingbox-graphic>span{
    margin:auto
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-stretchy-wrapper .iubh-pricingbox-graphic>span>img{
    position:relative;
    height:calc(100% - 50px);
    margin-top:25px;
    margin-bottom:25px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-small-box{
    padding-bottom:0;
    height:210px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content{
    text-align:center;
    margin:auto;
    padding-top:35px;
    position:relative
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content h4{
    text-transform:uppercase;
    font-family:Arial;
    font-weight:700;
    font-size:14px;
    letter-spacing:0
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content h4::after{
    height:20px;
    line-height:20px;
    border-bottom:4px solid #123b48;
    width:40px;
    content:' ';
    position:absolute;
    left:calc(50% - (40px / 2));
    top:55px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-price{
    font-size:90px;
    margin-top:36px;
    font-family:"Passion One";
    color:#123b48;
    height:100px;
    margin-left:-30px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-price .iubh-euro{
    font-size:40px;
    position:absolute;
    display:inline
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-price .iubh-mo{
    font-size:18px;
    position:absolute;
    display:inline;
    top:141px;
    font-family:Arial;
    font-weight:700
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-price.iubh-semester .iubh-mo{
    font-size:16px;
    top:143px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-price.iubh-pricingbox-discount-price{
    color:#aa2e00!important;
    height:110px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricing-full{
    font-weight:700;
    font-size:16px;
    color:#123b48;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:20px 20px 20px 20px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricing-full.iubh-pricingbox-discount{
    color:#aa2e00!important
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricing-full.iubh-pricingbox-discount .iubh-savedmoney{
    font-size:14px;
    font-weight:400
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricing-full.iubh-pricingbox-discount .iubh-fullprice{
    text-decoration:line-through;
    color:#62747e;
    font-weight:400;
    font-size:14px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-term{
    font-size:16px;
    line-height:24px;
    color:#62747e;
    padding:20px 0 20px 0;
    border-bottom:1px solid #eee
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-cta{
    margin-top:20px;
    width:100%
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-cta button{
    width:calc(100% - 40px)
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-overlay-link{
    margin-top:30px;
    margin-bottom:40px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-overlay-link .no-underline{
    text-decoration:none!important;
    border-bottom:0
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content .iubh-pricingbox-overlay-link .no-underline span{
    font-size:16px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-overlay-link-bot{
    margin-right:30px;
    margin-top:25px
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-modal-icon:after{
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
.iubh-pricingbox-wrapper .iubh-cont .iubh-overlay-link-first{
    float:left;
    padding-left:10px
}
@media (max-width:768.98px){
    .iubh-pricingbox-wrapper .iubh-cont .iubh-head-info{
        padding-left:0;
        padding-right:0
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile{
        display:inline;
        width:75%;
        float:right;
        text-align:center;
        margin:auto;
        position:relative;
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
        height:190px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile h4{
        text-transform:uppercase;
        font-family:Arial;
        font-weight:700;
        font-size:14px;
        letter-spacing:0;
        margin-top:25px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile h4::after{
        height:20px;
        line-height:20px;
        border-bottom:4px solid #123b48;
        width:40px;
        content:' ';
        position:absolute;
        left:calc(25% - (40px / 2));
        top:50px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-cta{
        position:relative;
        top:30px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-overlay-link{
        margin-top:50px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price{
        font-size:90px;
        margin-top:35px;
        font-family:"Passion One";
        color:#123b48;
        height:100px;
        margin-left:-24px;
        -webkit-column-break-inside:avoid;
        page-break-inside:avoid;
        -moz-column-break-inside:avoid;
        break-inside:avoid
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price .iubh-euro{
        font-size:40px;
        position:absolute;
        display:inline
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price .iubh-mo{
        font-size:20px;
        position:absolute;
        display:inline;
        top:132px;
        font-family:Arial;
        font-weight:700
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price.iubh-pricingbox-discount-price{
        color:#aa2e00!important;
        height:110px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-graphic-mobile{
        display:inline-block;
        width:25%;
        height:100%;
        position:relative
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-graphic-mobile img{
        position:absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        transform:translateY(-50%);
        height:100%;
        width:calc(100% - 30px);
        margin-left:15px;
        margin-right:15px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingboxes{
        display:block
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox{
        display:block!important;
        width:100%;
        border-spacing:0;
        margin-bottom:20px;
        height:190px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-graphic,.iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content,.iubh-pricingbox-wrapper .iubh-cont .iubh-stretchy-wrapper{
        display:none
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-normal-price{
        top:-13px;
        font-family:Arial;
        left:15px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-overlay-link{
        margin-top:auto
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-overlay-link-first{
        padding-left:0
    }
}
@media (max-width:699.98px){
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile{
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
        width:58.3%;
        height:auto
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-cta{
        display:none
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile h4::after{
        left:calc(50% - (40px / 2))
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-overlay-link{
        margin-top:auto
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price .iubh-mo{
        top:128px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price.iubh-semester{
        font-size:70px;
        margin-left:-30px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price.iubh-semester .iubh-mo{
        font-size:15px;
        top:116px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-main-content-mobile .iubh-pricingbox-price.iubh-pricingbox-discount-price~.iubh-pricingbox-overlay-link{
        margin-top:auto
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-cta{
        margin-top:auto
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-graphic-mobile{
        width:41.6%
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox{
        height:260px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-normal-price{
        top:-12px
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-cta-mobile{
        display:block
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-cta-mobile button{
        width:100%
    }
    .iubh-pricingbox-wrapper .iubh-cont .iubh-pricingbox-overlay-link{
        margin-top:25px
    }
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-stretchy-wrapper{
    padding-bottom:175px;
    width:220px;
    float:left
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content{
    padding-top:0;
    width:calc((100% - 220px)/ 3);
    height:175px;
    float:left;
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content h4{
    padding-top:20px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content h4::after{
    top:30px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content .iubh-pricingbox-price{
    margin-left:-20px;
    margin-top:20px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content .iubh-pricingbox-price .iubh-ab{
    font-size:18px;
    position:static;
    display:inline;
    top:110px;
    font-family:Arial;
    font-weight:700
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content .iubh-pricingbox-price .iubh-euro{
    font-size:40px;
    position:absolute;
    display:inline
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content .iubh-pricingbox-price .iubh-mo{
    top:109px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-overlay-link{
    width:calc((100% - 220px)/ 3);
    height:175px;
    float:left;
    background-color:#fafafa;
    border-left:1px solid #f3f3f3;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-bottom:35px;
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-overlay-link .iubh-link-list-item{
    margin-left:20px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-overlay-link .iubh-link-flexer{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta{
    width:calc((100% - 220px)/ 3);
    height:175px;
    float:left;
    -webkit-box-flex:1;
    -ms-flex:1 1 1px;
    flex:1 1 1px
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta button{
    position:relative;
    left:5%;
    top:35%;
    width:90%
}
.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-mobile,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-overlay-link-mobile{
    display:none
}
@media (max-width:768.98px){
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-cta,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-overlay-link,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-graphic,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-stretchy-wrapper{
        display:block
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-graphic-mobile,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content-mobile,.iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-overlay-link{
        display:none
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-stretchy-wrapper{
        width:22.6%
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content{
        width:34.3%;
        border-right:1px solid #f3f3f3
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-graphic{
        max-height:172px!important
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet{
        float:left;
        width:43%;
        height:inherit
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-cta{
        width:100%;
        height:initial;
        float:initial;
        margin-top:20px
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-cta button{
        width:calc(100% - 40px);
        left:20px
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-overlay-link{
        width:initial;
        height:initial;
        float:initial;
        background-color:#fff;
        border-left:0;
        padding-bottom:0
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-overlay-link .iubh-link-list-item{
        margin-top:15px
    }
}
@media (max-width:459.98px){
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-single{
        display:block
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-stretchy-wrapper{
        width:100%;
        padding-bottom:100px;
        float:initial
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-graphic{
        max-height:100px!important
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-graphic>span>img{
        height:calc(100% - 20px)!important;
        margin-top:10px!important;
        margin-bottom:10px!important
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-main-content{
        width:100%;
        float:initial;
        height:170px;
        padding-top:0;
        border-bottom:1px solid #f3f3f3
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet{
        width:100%;
        float:initial
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-overlay-link{
        text-align:center
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-cta button{
        width:calc(100% - 40px);
        left:20px;
        top:0;
        display:block!important
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-cta-links-tablet .iubh-pricingbox-cta{
        width:100%
    }
    .iubh-pricingbox-wrapper .iubh-pricingbox-single .iubh-pricingbox-overlay-link .iubh-link-list-item{
        margin-left:0
    }
}
@media (max-width:768.98px){
    .iubh-pricingbox-wrapper .iubh-pricingbox-single{
        height:175px!important
    }
}
@media (max-width:459.98px){
    .iubh-pricingbox-wrapper .iubh-pricingbox-single{
        height:470px!important
    }
}
@media (max-width:699.98px){
    .iubh-pricingbox-wrapper .iubh-overlay-link-bot-single{
        margin-top:auto!important
    }
}
.iubh-search-result-wrapper{
    padding-top:50px
}
.iubh-search-result-wrapper .iubh-search-result{
    padding:30px 0;
    border-bottom:1px solid #c6c6c6
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap{
        line-height:43px!important;
        position:absolute;
        right:0
    }
}
@media only screen and (max-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap .mega-search-wrap{
        margin:0!important
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap .mega-search .search-icon{
    top:0;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    font-size:1.15em
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap .mega-search .search-icon:before{
    padding-right:0
}
@media only screen and (max-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap .mega-search .search-icon:before{
        padding-right:18px
    }
}
div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap .mega-search input[type=text]{
    font-size:16px;
    padding-top:9px;
    padding-right:45px;
    height:44px;
    font-weight:400
}
@media only screen and (max-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap .mega-search input[type=text]{
        height:50px
    }
}
.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item .mega-search .search-icon:before{
    color:#76878f!important
}
.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item .mega-search .search-icon:before{
    color:#eee!important
}
@media only screen and (min-width:1200px){
    div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap .mega-search.mega-search-open input[type=text]{
        border-bottom:4px solid #009091!important
    }
}
@media only screen and (max-width:1200px){
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-flyout{
        border-bottom:1px solid #c6c6c6!important;
        background:#fff
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li:not(:first-child) a{
        font-size:14px!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li>.mega-search-wrap{
        background:#fff
    }
    .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .light #iubh-mega-menu-btn-close .iubh-textarea:invalid~.iubh-icon:before,.g-iubh-input-wrapper .light #iubh-mega-menu-btn-close .iubh-input-text.iubh-dirty:invalid~.iubh-icon:before,.g-iubh-input-wrapper .light #iubh-mega-menu-btn-close .iubh-select.iubh-dirty:invalid~.iubh-icon:before,.light #iubh-mega-menu-btn-close .fa-times:before,.light #iubh-mega-menu-btn-close .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon:before,.light #iubh-mega-menu-btn-close .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon:before,.light #iubh-mega-menu-btn-close .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon:before,.light #iubh-mega-menu-btn-close .g-iubh-modal-close:before,.light .g-iubh-modal-close:before,.light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item .mega-search .search-icon:before{
        color:#009091!important
    }
    .light div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap input[type=text]{
        border-bottom:none;
        color:#76878f!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li.mega-menu-flyout{
        border-bottom:1px solid #113b47!important;
        background:#0a272f!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li:not(:first-child) a{
        font-size:14px!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1>li>.mega-search-wrap{
        background:#113b47
    }
    .dark #iubh-mega-menu-btn-close .fa-times:before,.dark #iubh-mega-menu-btn-close .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon:before,.dark #iubh-mega-menu-btn-close .g-iubh-input-wrapper .iubh-select.iubh-dirty:invalid~.iubh-icon:before,.dark #iubh-mega-menu-btn-close .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon:before,.dark #iubh-mega-menu-btn-close .g-iubh-modal-close:before,.dark .g-iubh-modal-close:before,.dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-item .mega-search .search-icon:before,.g-iubh-input-wrapper .dark #iubh-mega-menu-btn-close .iubh-input-text.iubh-dirty:invalid~.iubh-icon:before,.g-iubh-input-wrapper .dark #iubh-mega-menu-btn-close .iubh-select.iubh-dirty:invalid~.iubh-icon:before,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .dark #iubh-mega-menu-btn-close .iubh-textarea:invalid~.iubh-icon:before{
        color:#009091!important
    }
    .dark div#mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-search-wrap input[type=text]{
        border-bottom:none;
        color:#f5f5f5!important
    }
}
body.set_overflow{
    overflow-x:hidden!important
}
@media (max-width:768.98px){
    .iubh-sidebar-widget{
        position:relative
    }
}
.iubh-sidebar-widget .iubh-sidebar-box{
    position:fixed;
    top:250px;
    right:0;
    z-index:999;
    width:100px;
    height:180px;
    background:#009091;
    border-radius:90px 0 0 90px;
    overflow:visible!important
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box{
        width:200px;
        top:auto;
        bottom:0;
        height:100px;
        border-radius:200px 200px 0 0;
        left:50%;
        -webkit-transform:translate(-50%,0);
        transform:translate(-50%,0);
        z-index:9999
    }
}
.iubh-sidebar-widget .iubh-sidebar-box .iubh-plus-button{
    position:absolute;
    left:10px;
    top:50px;
    background:#fff;
    height:70px;
    width:70px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:1px solid #dcdcdc;
    border-radius:50px;
    -webkit-transform:rotate(0);
    transform:rotate(0);
    -webkit-transform:scale(.5);
    transform:scale(.5);
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    color:#009091;
    z-index:999
}
.iubh-sidebar-widget .iubh-sidebar-box .iubh-plus-button>i{
    font-size:25px
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-plus-button{
        left:65px;
        top:0
    }
}
.iubh-sidebar-widget .iubh-sidebar-box .list_row{
    margin-bottom:-20px
}
.iubh-sidebar-widget .iubh-sidebar-box .list_row .iubh-icon{
    vertical-align:top
}
.iubh-sidebar-widget .iubh-sidebar-box.unit_color{
    background:#009091
}
.iubh-sidebar-widget .iubh-sidebar-box.unit_color .iubh-plus-button{
    color:#009091;
    cursor:pointer
}
.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-main-content{
    position:absolute;
    left:500px;
    min-width:100%;
    top:0;
    padding:30px 0 27px 60px
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-main-content{
        padding:0;
        min-width:80%;
        top:2000px;
        left:50%;
        -webkit-transform:translate(-50%,0);
        transform:translate(-50%,0)
    }
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-main-content .iubh-with-image{
        margin:0 auto!important
    }
}
.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-main-content .g-iubh-header-link{
    white-space:initial
}
@media (min-width:769px){
    .iubh-sidebar-widget .iubh-sidebar-box .bottom_line,.iubh-sidebar-widget .iubh-sidebar-box .top_line{
        visibility:hidden
    }
}
.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-text-closed{
    position:absolute;
    color:#fff;
    font-family:"Passion One",Calibri,serif;
    -webkit-transform:rotate(-90deg) translate(-50%,0);
    transform:rotate(-90deg) translate(-50%,0);
    font-size:24px;
    left:-10px;
    top:-13px;
    opacity:1;
    white-space:nowrap;
    width:180px;
    text-align:center
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-text-closed{
        -webkit-transform:rotate(0) translate(-50%,10%);
        transform:rotate(0) translate(-50%,10%);
        left:50%;
        top:60px
    }
}
.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content{
    color:#fff;
    padding:20px 20px 20px 40px;
    width:100%;
    top:0;
    position:absolute;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    white-space:nowrap;
    left:-80px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0)
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content{
        height:100%;
        overflow:auto
    }
}
.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content a{
    line-height:1.5;
    font-weight:lighter
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .iubh-phone-wrap .iubh-service-call-wrapper,.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .list_row .iubh-service-call-wrapper{
        text-align:center
    }
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .iubh-phone-wrap .iubh-col,.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .list_row .iubh-col{
        text-align:center
    }
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .iubh-phone-wrap .iubh-icon,.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .list_row .iubh-icon{
        float:none;
        display:inline-block;
        position:relative;
        top:14px
    }
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .iubh-phone-wrap .iubh-service-right-link,.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .list_row .iubh-service-right-link{
        margin-left:0;
        display:inline-block
    }
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .iubh-phone-wrap p.iubh-service-right-link,.iubh-sidebar-widget .iubh-sidebar-box .iubh-sidebar-content .list_row p.iubh-service-right-link{
        display:block
    }
}
.iubh-sidebar-widget .iubh-sidebar-box.iubh-sidebar-open .iubh-sidebar-text-closed{
    top:35%;
    opacity:0
}
.iubh-sidebar-widget .iubh-sidebar-box.iubh-sidebar-open .iubh-plus-button{
    -webkit-transform:scale(.8) translate(-60%,-50%);
    transform:scale(.8) translate(-60%,-50%);
    top:50%;
    left:0;
    position:absolute
}
@media (max-width:768.98px){
    .iubh-sidebar-widget .iubh-sidebar-box.iubh-sidebar-open .iubh-plus-button{
        -webkit-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        top:0;
        left:50%
    }
}
.iubh-sidebar-widget .iubh-sidebar-box.iubh-sidebar-open .iubh-plus-button i{
    -webkit-transform:rotate(225deg);
    transform:rotate(225deg)
}
.iubh-siegel-wrapper{
    background:#fff
}
.iubh-siegel-wrapper.iubh-gray{
    background:#f6f6f6
}
.iubh-status-failure,.iubh-status-success{
    display:none;
    overflow:initial!important
}
.iubh-status-failure .iubh-status-label,.iubh-status-success .iubh-status-label{
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:5px
}
.iubh-status-failure .iubh-status-text,.iubh-status-success .iubh-status-text{
    padding-top:6px
}
.iubh-hero-list-wrapper .iubh-status-failure .iubh-container-fluid,.iubh-hero-list-wrapper .iubh-status-success .iubh-container-fluid,.iubh-status-failure .container-fluid,.iubh-status-failure .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-status-success .container-fluid,.iubh-status-success .iubh-hero-list-wrapper .iubh-container-fluid{
    margin-top:25px!important;
    margin-bottom:25px!important
}
.iubh-status-failure .iubh-status-message-icon>span,.iubh-status-success .iubh-status-message-icon>span{
    font-size:50px;
    margin-right:10px;
    margin-left:10px
}
@media (max-width:768.98px){
    .iubh-status-failure .iubh-status-message-icon>span,.iubh-status-success .iubh-status-message-icon>span{
        font-size:30px
    }
}
@media (max-width:699.98px){
    .iubh-status-failure .iubh-status-message-icon>span,.iubh-status-success .iubh-status-message-icon>span{
        font-size:15px
    }
}
#iubh-info-material-anchor .iubh-status-failure{
    position:relative;
    top:-110px
}
@media (max-width:699.98px){
    #iubh-info-material-anchor .iubh-status-failure{
        top:-55px
    }
}
#iubh-callback-anchor .iubh-status-failure{
    position:relative!important;
    top:-55px!important
}
#iubh-callback-anchor .iubh-status-success{
    position:relative!important;
    top:0!important
}
.iubh-status-failure{
    background:#a00!important
}
.modal-dialog .iubh-status-failure,.modal-dialog .iubh-status-success{
    width:100%;
    top:10px;
    margin-bottom:25px
}
.fixedHeader-locked{
    display:none!important
}
.iubh-table-wrapper article.comment-body .comment-author h1.fn,.iubh-table-wrapper article.comment-body h1.comment-content,.iubh-table-wrapper h1.text-primary,article.comment-body .comment-author .iubh-table-wrapper h1.fn,article.comment-body .iubh-table-wrapper h1.comment-content{
    font-size:65px!important
}
.iubh-table-wrapper article.comment-body .comment-author h2.fn,.iubh-table-wrapper article.comment-body h2.comment-content,.iubh-table-wrapper h2.text-primary,article.comment-body .comment-author .iubh-table-wrapper h2.fn,article.comment-body .iubh-table-wrapper h2.comment-content{
    font-size:45px!important
}
.iubh-table-wrapper article.comment-body .comment-author h3.fn,.iubh-table-wrapper article.comment-body h3.comment-content,.iubh-table-wrapper h3.text-primary,article.comment-body .comment-author .iubh-table-wrapper h3.fn,article.comment-body .iubh-table-wrapper h3.comment-content{
    font-size:35px!important
}
.iubh-table-wrapper article.comment-body .comment-author h4.fn,.iubh-table-wrapper article.comment-body h4.comment-content,.iubh-table-wrapper h4.text-primary,article.comment-body .comment-author .iubh-table-wrapper h4.fn,article.comment-body .iubh-table-wrapper h4.comment-content{
    font-size:24px!important
}
.iubh-table-wrapper article.comment-body .comment-author h5.fn,.iubh-table-wrapper article.comment-body h5.comment-content,.iubh-table-wrapper h5.text-primary,article.comment-body .comment-author .iubh-table-wrapper h5.fn,article.comment-body .iubh-table-wrapper h5.comment-content{
    font-size:20px!important
}
.iubh-table-wrapper .mb-10{
    margin-bottom:10px!important
}
.iubh-table-wrapper .tabelle table{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    background-color:#fff;
    width:100%;
    height:auto!important;
    border:none
}
.iubh-table-wrapper .tabelle table thead tr td{
    height:65px;
    background:#0c2a33;
    color:#fff;
    vertical-align:middle;
    font-size:18px;
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    padding-left:20px;
    position:relative
}
.iubh-table-wrapper .tabelle table thead tr td:after{
    content:'';
    height:65px;
    width:2px;
    position:absolute;
    right:0;
    top:0;
    margin-right:-1px;
    z-index:999;
    background-color:#62747e
}
@media (max-width:768.98px){
    .iubh-table-wrapper .tabelle table thead tr td:after{
        height:60px;
        background-color:#fff
    }
}
.iubh-table-wrapper .tabelle table thead tr td:last-child:after{
    width:0
}
.iubh-table-wrapper .tabelle table tbody tr{
    background:#fff;
    height:55px
}
@media (max-width:1199.98px){
    .iubh-table-wrapper .tabelle table tbody tr{
        height:60px
    }
}
.iubh-table-wrapper .tabelle table tbody tr:nth-child(2n){
    background:#fdfdfd
}
.iubh-table-wrapper .tabelle table tbody tr td{
    border:1px solid #f2f2f2;
    padding:0 20px;
    vertical-align:middle;
    font-size:14px;
    font-family:Arial;
    color:#62747e
}
.iubh-table-wrapper .tabelle table tbody tr td img{
    height:65px;
    width:auto;
    padding:5px 10px 5px 0
}
@media (max-width:1199.98px){
    .iubh-table-wrapper .tabelle table tbody tr td img{
        height:60px;
        padding:10px 10px 10px 0
    }
}
.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea.iubh-not-empty:valid~.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea:invalid~.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studiengang:valid~.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studienort:valid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .fa,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-select.iubh-dirty.iubh-not-empty:valid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-modal-close,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-modal-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-popover-icon,.iubh-table-wrapper .tabelle table tbody tr td .iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studiengang:valid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studienort:valid~.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .wizard-icon::before{
    font-size:18px;
    background:0 0
}
.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.red.iubh-icon,.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty:invalid~.red.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea.iubh-not-empty:valid~.red.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea:invalid~.red.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studiengang:valid~.red.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studienort:valid~.red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .fa.red,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studiengang:valid~.red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studienort:valid~.red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .red.g-iubh-modal-close,.iubh-table-wrapper .tabelle table tbody tr td .red.g-iubh-modal-icon,.iubh-table-wrapper .tabelle table tbody tr td .red.g-iubh-popover-icon,.iubh-table-wrapper .tabelle table tbody tr td .red.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .red.wizard-icon::before{
    color:#cd3a04
}
.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.green.iubh-icon,.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty:invalid~.green.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea.iubh-not-empty:valid~.green.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea:invalid~.green.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studiengang:valid~.green.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studienort:valid~.green.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .fa.green,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.green.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.green.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.green.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.green.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .green.g-iubh-modal-close,.iubh-table-wrapper .tabelle table tbody tr td .green.g-iubh-modal-icon,.iubh-table-wrapper .tabelle table tbody tr td .green.g-iubh-popover-icon,.iubh-table-wrapper .tabelle table tbody tr td .green.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .green.wizard-icon::before,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studiengang:valid~.green.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studienort:valid~.green.iubh-icon{
    color:#6db52d
}
.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-overlay-icon{
    top:2px
}
.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.icon.iubh-icon,.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty:invalid~.icon.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea.iubh-not-empty:valid~.icon.iubh-icon,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea:invalid~.icon.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studiengang:valid~.icon.iubh-icon,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studienort:valid~.icon.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.icon.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.icon.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.icon.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.icon.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .icon.fa,.iubh-table-wrapper .tabelle table tbody tr td .icon.g-iubh-modal-close,.iubh-table-wrapper .tabelle table tbody tr td .icon.g-iubh-modal-icon,.iubh-table-wrapper .tabelle table tbody tr td .icon.g-iubh-popover-icon,.iubh-table-wrapper .tabelle table tbody tr td .icon.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .icon.wizard-icon::before,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studiengang:valid~.icon.iubh-icon,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studienort:valid~.icon.iubh-icon{
    vertical-align:super
}
.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.icon.iubh-icon:before,.g-iubh-input-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-input-text.iubh-dirty:invalid~.icon.iubh-icon:before,.g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea.iubh-not-empty:valid~.icon.iubh-icon:before,.g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-table-wrapper .tabelle table tbody tr td .iubh-textarea:invalid~.icon.iubh-icon:before,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studiengang:valid~.icon.iubh-icon:before,.iubh-info-material-wrapper .iubh-table-wrapper .tabelle table tbody tr td .iubh-select.studienort:valid~.icon.iubh-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty.iubh-not-empty:valid~.icon.iubh-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-input-text.iubh-dirty:invalid~.icon.iubh-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper .iubh-textarea.iubh-not-empty:valid~.icon.iubh-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .g-iubh-input-wrapper .iubh-textarea-wrapper.iubh-dirty .iubh-textarea:invalid~.icon.iubh-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .icon.fa:before,.iubh-table-wrapper .tabelle table tbody tr td .icon.g-iubh-modal-close:before,.iubh-table-wrapper .tabelle table tbody tr td .icon.g-iubh-modal-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .icon.g-iubh-popover-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .icon.iubh-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studiengang:valid~.icon.iubh-icon:before,.iubh-table-wrapper .tabelle table tbody tr td .iubh-info-material-wrapper .iubh-select.studienort:valid~.icon.iubh-icon:before{
    vertical-align:super
}
.iubh-table-wrapper .tabelle table tbody tr td div{
    display:inline-block
}
.iubh-table-wrapper .tabelle .dataTables_scrollHead thead tr td{
    height:39px!important
}
@media (min-width:769px){
    .iubh-table-wrapper .tabelle .dataTables_scrollHead thead tr td{
        height:44px!important
    }
}
.iubh-table-wrapper .tabelle .dataTables_scrollBody{
    width:calc(100% + 15px)!important;
    border-bottom:2px solid #f2f2f2!important
}
.iubh-table-wrapper .tabelle .dataTables_scrollBody table{
    width:calc(100% + 15px)!important
}
.iubh-table-wrapper .tabelle .dataTables_scrollBody table thead{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
.iubh-table-wrapper .tabelle .dataTables_scrollBody table thead tr td:after{
    width:0!important
}
.iubh-table-wrapper .legal-text{
    font-style:italic;
    margin-top:10px;
    font-size:14px
}
.iubh-table-wrapper .scrollV{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    overflow:hidden!important
}
.iubh-table-wrapper .scrollH{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    overflow:hidden!important
}
.fixedHeader-floating{
    display:none!important
}
@media (max-width:768.98px){
    .grid-50.halfTable{
        float:none;
        width:auto!important
    }
}
.grid-50 .iubh-table-wrapper .container-fluid,.grid-50 .iubh-table-wrapper .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .grid-50 .iubh-table-wrapper .iubh-container-fluid{
    max-width:600px;
    float:right
}
@media (max-width:768.98px){
    .grid-50 .iubh-table-wrapper .container-fluid,.grid-50 .iubh-table-wrapper .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .grid-50 .iubh-table-wrapper .iubh-container-fluid{
        max-width:769px
    }
}
.grid-50:last-child .iubh-table-wrapper .container-fluid,.grid-50:last-child .iubh-table-wrapper .iubh-hero-list-wrapper .iubh-container-fluid,.iubh-hero-list-wrapper .grid-50:last-child .iubh-table-wrapper .iubh-container-fluid{
    float:left
}
.tabnaviWrapper{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18)
}
.tabnaviWrapper .custom_container{
    height:55px;
    overflow:hidden;
    max-width:1200px;
    width:100%;
    margin:0 auto
}
.tabnaviWrapper .custom_row{
    height:55px
}
@media (max-width:1200px){
    .tabnaviWrapper .custom_row{
        padding-bottom:100px;
        overflow-x:scroll;
        overflow-y:hidden;
        white-space:nowrap
    }
}
.tabnaviWrapper a{
    display:inline-block;
    color:#009091;
    font-size:15px;
    cursor:pointer;
    white-space:nowrap;
    font-weight:700;
    padding:18px;
    text-align:center;
    overflow:hidden;
    background:#fff;
    border-bottom-color:transparent;
    -webkit-transition:border .2s;
    transition:border .2s;
    border-bottom-style:solid;
    border-bottom-width:4px;
    background:0 0;
    border-top:none;
    border-left:none;
    border-right:none;
    max-width:calc(((100% / 12) * 3) - 4px);
    min-width:calc(((100% / 12) * 2) - 4px)
}
@media (min-width:1440px){
    .tabnaviWrapper a.tabnavi-6{
        max-width:calc((100% / 6) - 4px);
        min-width:calc((100% / 6) - 6px)
    }
}
@media (max-width:768.98px){
    .tabnaviWrapper a{
        max-width:calc(((100% / 12) * 4) - 4px);
        min-width:calc(((100% / 12) * 2) - 4px)
    }
}
@media (max-width:699.98px){
    .tabnaviWrapper a{
        max-width:calc(((100% / 12) * 8) - 4px);
        min-width:calc(((100% / 12) * 4) - 4px)
    }
}
.tabnaviWrapper a:hover{
    text-decoration:none!important;
    border-bottom-color:#009091
}
.tabnaviWrapper a.active_link{
    border-bottom-color:#009091
}
.tabnaviWrapper a.active_link:hover{
    text-decoration:none!important;
    border-bottom-color:transparent
}
.iubh-teaser-wrapper{
    display:inline-block;
    width:100%
}
.iubh-teaser-wrapper .iubh-teaser-row{
    overflow:hidden
}
.iubh-teaser-wrapper .iubh-teaser-row.iubh-mobile-reverse{
    -ms-flex-wrap:wrap-reverse;
    flex-wrap:wrap-reverse
}
.iubh-teaser-wrapper .iubh-teaser-col .iubh-text-right{
    text-align:right
}
@media only screen and (min-width:460px) and (max-width:768px){
    .iubh-teaser-wrapper .iubh-teaser-col{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .iubh-teaser-wrapper .iubh-teaser-col .iubh-text-right{
        text-align:left
    }
}
.iubh-teaser-wrapper .iubh-image-wrapper{
    margin:0 auto;
    overflow:hidden;
    direction:rtl
}
@media (min-width:769px){
    .iubh-teaser-wrapper .iubh-image-wrapper .iubh-img{
        max-width:100%
    }
}
@media only screen and (min-width:0px) and (max-width:459px){
    .iubh-teaser-wrapper .iubh-image-wrapper .iubh-img{
        max-width:100%
    }
}
.iubh-teaser-wrapper .iubh-sticker{
    position:absolute;
    background-repeat:no-repeat;
    background-size:100% 100%;
    color:#fff;
    width:150px;
    height:150px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    bottom:-40px;
    right:0
}
@media (min-width:460px){
    .iubh-teaser-wrapper .iubh-sticker{
        width:185px;
        height:185px
    }
}
@media (min-width:769px){
    .iubh-teaser-wrapper .iubh-sticker{
        margin-top:auto;
        margin-bottom:auto;
        top:0;
        bottom:0
    }
}
.iubh-teaser-wrapper .iubh-sticker.iubh-sticker-left{
    right:0
}
@media (min-width:769px){
    .iubh-teaser-wrapper .iubh-sticker.iubh-sticker-left{
        left:11%
    }
}
@media (min-width:769px) and (max-width:1000px){
    .iubh-teaser-wrapper .iubh-sticker{
        left:50%;
        top:100%
    }
    .iubh-teaser-wrapper .iubh-sticker.iubh-sticker-left{
        left:50%
    }
}
.iubh-teaser-wrapper.iubh-dark-bg .custom-so-color{
    color:#3b5360
}
@media (min-width:769px) and (max-width:940px){
    .iubh-theadline{
        font-size:22px!important
    }
}
.iubh-labels{
    padding:15px 15px 0;
    position:absolute;
    float:right;
    right:0
}
.iubh-labels .label_item{
    height:22px;
    color:#fff;
    font-family:Arial;
    border-radius:3px;
    display:inline-block;
    text-transform:uppercase;
    padding:4px 5px 0;
    margin-right:8px;
    font-weight:700;
    font-size:13px
}
.iubh-labels .label_item:last-child{
    margin-right:0
}
.iubh-testimonial-wrapper .iubh-name{
    font-size:18px
}
.iubh-testimonial-wrapper .iubh-quote{
    font-size:200px;
    font-family:"Passion One",Calibri,serif;
    letter-spacing:.9pt;
    height:40px;
    line-height:120px;
    position:relative;
    margin-left:-4px
}
@media (min-width:460px){
    .iubh-testimonial-wrapper .iubh-i-text{
        padding-top:90px;
        padding-left:60px;
        padding-right:60px
    }
}
@media (min-width:769px){
    .iubh-testimonial-wrapper .iubh-i-text{
        padding-top:125px
    }
}
.iubh-testimonial-wrapper .iubh-img-wrapper{
    text-align:left
}
@media (max-width:2400px){
    .iubh-testimonial-wrapper .iubh-img-wrapper{
        left:0;
        -webkit-transform:none;
        transform:none
    }
}
.iubh-testimonial-wrapper .text-iubh-green.g-iubh-overlay-link{
    color:#fff!important
}
.iubh-testimonial-wrapper .text-iubh-green.g-iubh-overlay-link+.g-iubh-overlay-icon{
    color:#fff!important
}
.iubh-testimonial-gruppe-wrapper .iubh-col{
    cursor:pointer;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
@media (min-width:460px){
    .iubh-testimonial-gruppe-wrapper .iubh-tg-for-col-d2 .iubh-col:last-child{
        padding-right:12px
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel{
    text-align:center;
    background:#fcfcfc;
    padding:18px 18px 30px;
    border:1px solid #dcdcdc;
    -webkit-box-shadow:0 4px 8px 0 #dcdcdc;
    box-shadow:0 4px 8px 0 #dcdcdc;
    height:100%
}
@media (min-width:460px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel{
        padding:35px 20px
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-img{
    margin-left:calc(50% - 35px);
    border-radius:50%
}
@media (min-width:460px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-img{
        float:left;
        text-align:left;
        margin-left:0
    }
}
@media (min-width:460px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text{
        margin-left:85px;
        text-align:left
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .g-iubh-header-link.tmg span.desktop{
    display:block
}
@media only screen and (max-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .g-iubh-header-link.tmg span.desktop{
        display:none
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .g-iubh-header-link.tmg span.mobile{
    display:none
}
@media only screen and (max-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .g-iubh-header-link.tmg span.mobile{
        display:block
    }
}
@media only screen and (max-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .mobile-hide:before{
        display:none!important
    }
}
@media only screen and (min-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .desktop-hide:before{
        display:none!important
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-de:before{
    content:"Erfolgsgeschichte"
}
@media only screen and (min-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-de:before{
        content:"Erfolgsgeschichte lesen"
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-en:before{
    content:"Success story"
}
@media only screen and (min-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-en:before{
        content:"read sucess story"
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-it:before{
    content:"Storie di successo"
}
@media only screen and (min-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-it:before{
        content:"Continua a leggere"
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-pt-pt:before{
    content:"Histórias de sucesso"
}
@media only screen and (min-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-pt-pt:before{
        content:"Leia a história de sucesso"
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-ru:before{
    content:"История успеха"
}
@media only screen and (min-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-ru:before{
        content:"Об истории успеха"
    }
}
.iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-es:before{
    content:"Historia de éxito"
}
@media only screen and (min-width:1030px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text .iubh-testimonial-link-es:before{
        content:"Lee la historia"
    }
}
@media only screen and (min-width:0px) and (max-width:650px){
    .iubh-testimonial-gruppe-wrapper .iubh-tg-for-col-m2{
        display:block!important
    }
    .iubh-testimonial-gruppe-wrapper .iubh-tg-for-col-d2{
        display:none!important
    }
}
@media only screen and (min-width:769px) and (max-width:1060px){
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-img{
        float:none
    }
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-img.iubh-img-carousel{
        margin-left:calc(50% - 35px)
    }
    .iubh-testimonial-gruppe-wrapper .iubh-panel .iubh-i-text{
        margin-left:0;
        text-align:center
    }
}
.iubh-testimonial-modal{
    background:#fafafa;
    padding:35px 0 15px
}
@media (min-width:460px){
    .iubh-testimonial-modal{
        padding:110px 0 55px
    }
}
.iubh-testimonial-modal.modal-content{
    padding:0
}
.iubh-testimonial-modal .g-iubh-modal-body{
    overflow-x:hidden;
    overflow-y:auto;
    top:-2px
}
.iubh-testimonial-modal .g-iubh-modal-body::-webkit-scrollbar{
    width:20px;
    background:#fff
}
.iubh-testimonial-modal .g-iubh-modal-body::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.3)
}
.iubh-testimonial-modal .g-iubh-modal-body::-webkit-scrollbar-thumb{
    background:#fcfcfc;
    border:1px solid #ebe9e9
}
.iubh-testimonial-modal .g-iubh-modal-header{
    padding:30px 20px;
    background:#123b48;
    height:60px;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius:0;
    border-top-left-radius:0;
    border-top-right-radius:0
}
@media (min-width:769px){
    .iubh-testimonial-modal .g-iubh-modal-header{
        height:75px;
        padding:30px 40px
    }
}
.iubh-testimonial-modal .i-dot-wrapper{
    width:100%;
    position:relative
}
.iubh-testimonial-modal .i-dot-wrapper .iubh-i-text{
    position:relative;
    z-index:5;
    width:100%;
    padding:35px 20px
}
@media (min-width:460px){
    .iubh-testimonial-modal .i-dot-wrapper .iubh-i-text{
        padding:35px 40px
    }
}
.iubh-testimonial-modal .i-dot-wrapper .iubh-i-text .iubh-modal-img{
    width:150px;
    border-radius:50%
}
.iubh-testimonial-modal .i-dot-wrapper .iubh-circle{
    background:#123b48;
    border-bottom-left-radius:880px;
    border-bottom-right-radius:880px;
    height:525px;
    position:absolute;
    left:-21px;
    right:-21px;
    bottom:100px;
    padding:inherit
}
@media (min-width:460px){
    .iubh-testimonial-modal .i-dot-wrapper .iubh-circle{
        left:-95px;
        right:-95px
    }
}
@media (min-width:769px){
    .iubh-testimonial-modal .i-dot-wrapper .iubh-circle{
        left:-132px;
        right:-132px
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    _::-webkit-full-page-media,_:future,:root,.iubh-panel{
        height:auto!important
    }
}
.slick-slider .slick-list,.slick-slider .slick-track{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto
}
.slick-slider .slick-slide{
    outline:0
}
.slick-slider .slick-next,.slick-slider .slick-prev{
    font-size:0;
    position:absolute;
    bottom:20px;
    color:#fff!important;
    border:0;
    background:#009091!important;
    border-radius:20px;
    text-align:center;
    z-index:1;
    width:40px!important;
    height:40px!important
}
.slick-slider .slick-next:hover:after,.slick-slider .slick-prev:hover:after{
    color:#fff
}
.slick-slider .slick-prev{
    left:-7px!important
}
.slick-slider .slick-prev:after{
    content:"\f104";
    left:-2px
}
.slick-slider .slick-next:before,.slick-slider .slick-prev:before{
    content:""!important
}
.slick-slider .slick-next:after,.slick-slider .slick-prev:after{
    font:36px/1 'FontAwesome Free 5';
    font-weight:600;
    position:relative
}
.slick-next{
    right:-7px!important;
    text-align:right
}
.slick-next:after{
    right:-2px;
    font-family:'Font Awesome 5 Free'!important;
    font-weight:600;
    content:""
}
@media only screen and (min-width:769px) and (max-width:1220px){
    .slick-slider .slick-next{
        right:0!important
    }
    .slick-slider .slick-prev{
        left:0!important
    }
}
@media only screen and (min-width:0px) and (max-width:1220px){
    .slick-slider{
        overflow:hidden
    }
}
.small_overlay .iubh-modal-img{
    width:110px!important
}
.iubh-thankyou-wrapper{
    background:#009091;
    padding:0;
    margin:0 auto;
    overflow:hidden;
    border-radius:0;
    position:relative;
    display:none
}
.iubh-thankyou-wrapper .iubh-close{
    margin:0;
    position:absolute;
    top:30px;
    right:25px;
    font-size:30px
}
.iubh-thankyou-wrapper .iubh-col:not(:last-child):after{
    background:#007d81;
    content:"";
    display:block;
    position:absolute;
    top:100%;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:1px
}
@media (min-width:460px){
    .iubh-thankyou-wrapper .iubh-col:not(:last-child):after{
        top:0;
        bottom:0;
        left:100%;
        right:0;
        width:1px;
        height:auto
    }
}
.iubh-thankyou-wrapper .g-iubh-body1,.iubh-thankyou-wrapper .g-iubh-r,.iubh-thankyou-wrapper .popover-body{
    width:auto
}
.iubh-thankyou-wrapper .iubh-panel{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    width:auto
}
.iubh-thankyou-wrapper .iubh-panel.h-reset{
    height:auto!important
}
.iubh-thankyou-wrapper .iubh-panel .iubh-circle{
    background:#fff;
    width:50px;
    height:50px;
    border-radius:50%;
    text-align:center;
    line-height:50px;
    vertical-align:middle;
    font-size:28px;
    margin-right:15px
}
.iubh-thankyou-wrapper .iubh-panel .iubh-call-info{
    font-size:18px
}
@media only screen and (min-width:460px) and (max-width:500px){
    .iubh-thankyou-wrapper .iubh-panel{
        margin-left:0!important
    }
}
.Videoembed_Widget .panel-row-style,.Videoembed_Widget.panel-no-style{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px
}
.Videoembed_Widget .grid-50 .iubh-videoWrapper iframe{
    width:100%
}
.iubh-videoembed-wrapper.gr_bg{
    background:#f6f6f6
}
.iubh-videoembed-wrapper .iubh-cont .iubh-videoembed-content{
    width:100%;
    text-align:center;
    margin:auto
}
.iubh-videoembed-wrapper .iubh-cont p{
    font-size:16px;
    line-height:24px;
    color:#62747e
}
@media (max-width:699.98px){
    .iubh-videoembed-wrapper .iubh-cont .iubh-videoembed-content{
        width:100%;
        text-align:left;
        margin:inherit
    }
    .iubh-videoembed-wrapper .iubh-cont .iubh-videoWrapper{
        position:relative;
        width:100%;
        height:0;
        padding-bottom:56.25%
    }
    .iubh-videoembed-wrapper .iubh-cont .iubh-videoWrapper iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%
    }
}
.iubh-only-info-wrapper .iubh-col{
    width:100%
}
@media (min-width:769px){
    .iubh-only-info-wrapper .iubh-col{
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
        -webkit-column-gap:24px;
        -moz-column-gap:24px;
        column-gap:24px
    }
}
.iubh-only-info-wrapper .iubh-col .iubh-info-a{
    padding-bottom:0
}
.iubh-wpgmza-filter{
    padding-bottom:1rem
}
.iubh-wpgmza-filter .iubh-filter-box{
    padding-left:0
}
.iubh-wpgmza-filter .iubh-filter-box:nth-child(1){
    margin-bottom:0!important
}
@media (max-width:699.98px){
    .iubh-wpgmza-filter .iubh-filter-box:nth-child(2){
        width:35%
    }
    .iubh-wpgmza-filter .iubh-filter-box:nth-child(2) .wpgmza-form-field{
        padding-top:0!important
    }
}
@media (max-width:699.98px){
    .iubh-wpgmza-filter .iubh-filter-box:nth-child(3){
        width:65%
    }
    .iubh-wpgmza-filter .iubh-filter-box:nth-child(3) .wpgmza-form-field{
        padding-top:0!important
    }
}
div.iubh-map-marker .dataTables_filter,div.iubh-map-marker .dataTables_length{
    display:none
}
.dataTables_info,.dataTables_paginate{
    opacity:.3!important
}
table.dataTable.no-footer{
    border-bottom:1px solid #dcdcdc!important
}
.iubh-wpgmza-filter{
    padding-bottom:1rem
}
.iubh-wpgmza-filter .iubh-filter-box{
    padding-left:0
}
.iubh-wpgmza-filter .iubh-filter-box:nth-child(3){
    padding-right:0
}
@media (max-width:699.98px){
    .iubh-wpgmza-filter .iubh-filter-box{
        padding-right:10px!important;
        padding-left:10px!important
    }
}
.slick-slider{
    position:relative;
    display:block;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.slick-loading .slick-list{
    background:#fff url(data:image/gif;
    base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat
}
.slick-next,.slick-prev{
    position:absolute;
    display:block;
    height:20px;
    width:20px;
    line-height:0;
    font-size:0;
    cursor:pointer;
    background:0 0;
    color:transparent;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    padding:0;
    border:none;
    outline:0
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
    outline:0;
    background:0 0;
    color:transparent
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
    opacity:1
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{
    opacity:.25
}
.slick-next:before,.slick-prev:before{
    font-family:"Font Awesome 5 Free"!important;
    font-size:20px;
    line-height:1;
    color:#fff;
    opacity:.75;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-weight:700
}
.slick-next:after,.slick-prev:after{
    font-family:"Font Awesome 5 Free"!important;
    font-weight:600
}
.slick-prev{
    left:-25px
}
[dir=rtl] .slick-prev{
    left:auto;
    right:-25px
}
.slick-prev:before{
    content:""
}
[dir=rtl] .slick-prev:before{
    content:""
}
.slick-next{
    right:-25px
}
[dir=rtl] .slick-next{
    left:-25px;
    right:auto
}
.slick-next:before{
    content:"";
    font-family:"Font Awesome 5 Free"!important;
    font-weight:600
}
[dir=rtl] .slick-next:before{
    content:""
}
.slick-dotted.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    position:absolute;
    bottom:-25px;
    list-style:none;
    display:block;
    text-align:center;
    padding:0;
    margin:0;
    width:100%
}
.slick-dots li{
    position:relative;
    display:inline-block;
    height:20px;
    width:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
}
.slick-dots li button{
    border:0;
    background:0 0;
    display:block;
    height:20px;
    width:20px;
    outline:0;
    line-height:0;
    font-size:0;
    color:transparent;
    padding:5px;
    cursor:pointer
}
.slick-dots li button:focus,.slick-dots li button:hover{
    outline:0
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{
    opacity:1
}
.slick-dots li button:before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    width:20px;
    height:20px;
    font-family:"Font Awesome 5 Free"!important;
    font-size:6px;
    line-height:20px;
    text-align:center;
    color:#000;
    opacity:.25;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-weight:700
}
.slick-dots li.slick-active button:before{
    color:#000;
    opacity:.75
}
#contact_bar_button{
    bottom:16px;
    right:16px;
    z-index:9999
}
#contact_bar_button .fab_contact{
    right:0;
    bottom:0;
    width:56px;
    height:56px;
    background:#009091;
    border-radius:56px;
    -webkit-box-shadow:0 -5px 20px 0 rgba(0,0,0,.1);
    box-shadow:0 -5px 20px 0 rgba(0,0,0,.1);
    cursor:pointer;
    color:#fff
}
#contact_bar_button .fab_contact .desktop_fab_label{
    font-size:.875rem;
    top:20px;
    left:57px;
    font-family:Arial
}
@media (min-width:769px){
    #contact_bar_button .fab_contact{
        width:121px
    }
}
#contact_bar_button .fab_contact:hover{
    background:#63b9ba
}
#contact_bar_button .fab_contact i{
    font-size:1.5rem;
    color:#fff;
    top:16px;
    left:16px;
    -webkit-transition:opacity .3s,-webkit-transform .3s;
    transition:opacity .3s,-webkit-transform .3s;
    transition:transform .3s,opacity .3s;
    transition:transform .3s,opacity .3s,-webkit-transform .3s
}
@media (min-width:769px){
    #contact_bar_button .fab_contact i{
        top:15px;
        left:20px
    }
    #contact_bar_button .fab_contact i.close_icon{
        left:23px
    }
}
#contact_bar_button .fab_contact i.close_icon{
    left:20px
}
#contact_bar_button.closed .open_icon{
    opacity:1
}
#contact_bar_button.closed .close_icon{
    opacity:0
}
#contact_bar_button.open .open_icon{
    opacity:0;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
#contact_bar_button.open .close_icon{
    opacity:1;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
#contact_bar_button .fab-elements{
    position:relative;
    text-align:right;
    right:15px;
    -webkit-transition:opacity .3s,-webkit-transform .3s;
    transition:opacity .3s,-webkit-transform .3s;
    transition:transform .3s,opacity .3s;
    transition:transform .3s,opacity .3s,-webkit-transform .3s;
    cursor:pointer;
    height:54px;
    z-index:99999999999999999999999
}
#contact_bar_button .fab-elements.initial_state{
    -webkit-transform:scale(0);
    transform:scale(0)
}
#contact_bar_button .fab-elements .fab-badge{
    min-width:97px;
    height:32px;
    padding:10px 10px 0;
    margin-right:24px;
    text-align:center;
    border-radius:4px;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.5);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.5);
    background:#fff;
    vertical-align:super
}
#contact_bar_button .fab-elements i{
    font-size:24px;
    color:#123b48;
    width:24px;
    text-align:center;
    float:right;
    position:relative;
    top:4px
}
#contact_bar_button .fab-elements svg{
    display:inline-block;
    width:24px;
    height:24px;
    fill:#123b48;
    vertical-align:baseline;
    margin-left:-4px
}
#contact_bar_button .fab-elements:hover .fab-badge{
    background:#009091;
    color:#fff
}
#contact_bar_button .fab-elements:hover i{
    color:#009091
}
#contact_bar_button .fab-elements:hover svg{
    fill:#009091
}
.fab-backdrop{
    background:rgba(217,217,217,.7)!important;
    opacity:1!important;
    cursor:pointer
}
.widget-floating__teaser{
    visibility:hidden
}
#userlike-headerbar{
    background:#63b9ba!important
}
@media (max-width:575.98px){
    body.cookies-not-accepted .fab_contact{
        bottom:120px!important
    }
}


.iubh-benefits-wrapperImpct{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    padding: 30px 0;
    background-color:#f2ebeb;
}

.iubh-benefits-wrapper1{
    box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -moz-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    -webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,.18);
    padding: 30px 0;
    background:#f2ebeb;
}
.iubh-benefits-wrapper1 .iubh-metric-col1{
    color:#eee;
    text-align:center;
    font-weight:700;
    padding:0;
    color:black;
}