
@import "compiled.css";

body {
    background-color: rgb(255,255,255);
    color: #000000;
    font-size:14px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
}

.home-right-modullist-white p a img {
    height: auto;
    width: 100%;
}

@media screen and (max-width: 590px)  {
    .row .col-xs-12 li {
        width: fit-content !important;
    }
}
/* Untermenu Navigation */
h1, h2, h3, h4, h5 {
    color: rgba(0,47,93,1);
}

h2.itemTitle{
    font-size: 18px;
}

h3 {
    font-size: 14px;

}

/**BOOSTRATAP MODIFIKATIONS**********************************/
.btn-primary{
    background-color: rgb(0,171,150);
    border-color:  rgb(0,171,150);
}

.btn-primary:focus, .btn-primary:hover{
    background-color: rgba(0,171,150, 0.75);
    border-color:  rgb(0,171,150);
}

/**BOOSTRATAP MODIFIKATIONS**********************************/

.btn-header-search{
    border-left:0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#mod-search-searchword{
    width: 80px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

div.container{
    background-color: rgb(255,255,255);
}
@media screen and (max-width: 991px) {
    div.container {
        width: 100%;
    }
}
div.container-fluid{
    background-color: rgb(255,255,255);
}

img { border: 0 none; }

a {
    color: rgb(0,171,150);
}

/**HEADER*************************************/

/***cookie*******************/

.alert-cookie{
    background-color: rgba(0,0,0, 0.05);
}

.btn-cookie{
    margin-left: 7px;
}


/***cookie*******************/



/** HOME LATEST NEWS ************************/

table.news-date{
    float: left;
    margin-top: -8px; /* Convivo stuff */
    margin-right: 15px;
    min-height: 30px;
}
table.news-date td.news-date-part-day{
    font-size: 1.8em;
    float: left;
    padding: 1px;
    padding-left: 0px;

}
table.news-date td.news-date-part-month-year{
    font-size: 0.65em;
    line-height: 1.15em;
    float: left;
    padding: 4px;
}


h1.home-latest-news-header{
    padding: 12px 18px;
    margin: 0px;
    margin-top: 15px;
    background: rgba(0,47,93,1);
    font-size: 1.2em;
    color:#fff;
    text-align: left;
    text-transform: uppercase;
}

ul.home-latest-news{

}

ul.home-latest-news li{
    border-bottom: 1px solid rgb(0,171,150);
    margin-bottom: 15px;
    padding: 0px;
    list-style-position: inside;
    list-style-type: none;
    text-align: left;
    min-height: 60px;
}

ul.home-latest-news li h2{
    margin-top: 10px;
    padding-top: 5px;
    min-height: 35px;
    font-size: 1.5em;
}

a.home-latest-news-pager-bold{
    font-weight: bold;
    color: #ccc;
}

/**ARTICLE*****************************************/

article.item-page{
    text-align: left;
    border-bottom: 0px solid rgba(0,0,0,1);
    padding-bottom: 45px;
    text-align:justify;
}

article.item-page td p {
    margin: 0;
    line-height: 1.3em;
    font-size: 1.1em;
    padding-left:20px;
}

article.item-page li{

}

article.item-page ul.actions{
    list-style-type: none;
    margin-top: 15px;
    float: right;
}

article.item-page ul.actions li{
    display:inline;
}


/**BREADCRUMB*********************************/

.breadcrumbs{
    text-align: left;
}

/** SCROLL TO TOP*****/

div.scroll-top-wrapper{
    padding: 10px;

}
div.scroll-top-wrapper span.scroll-top-inner span{
    display: block;
    background-color: rgba(38,77,121, 1); 
    padding: 15px;
    /*margin-right: -30px;*/

}


@media screen and (max-width: 800px)  {
    div.scroll-top-wrapper span.scroll-top-inner span{
        padding: 7px;
    }
}

/** header login search */

#header-login-search {
    right:15px; 
    top: 10px;
    position: absolute; 
    z-index:10001;
}

#header-login-search .awesomplete > ul {
    top: 32px;
}

@media screen and (max-width: 800px)  {
    #header-login-search{
        right:50px; 
        top: 10px; 
        position: absolute; 
    }
}


/**SLIDER**/

.startsite-slider-text p{
    font-size: 14px !important; 
    line-height: 14px !important; 
    color: #fff !important;   
}


div.startsite-slider-text h1,
div.startsite-slider-text h3,
div.startsite-slider-text h4,
div.startsite-slider-text h5{
    font-size: 18x !important;
    line-height: 32px !important;
    color: #fff !important;     
    font-weight: normal;     
    background: rgba(24,173,148,0.8);
    display: inline-block;
    padding: 10px;
}
div.startsite-slider-text span,
div.startsite-slider-text p{
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;     
    font-weight: normal;    
    background: rgba(24,173,148,0.8);
    display: inline-block;
    padding: 10px;
}

.tp-shapewrapper {
    display: none!important;
}

.tp-caption a {
    color: #fff;
}
.tp-caption a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 100px) and (max-width: 500px)  {

    div.startsite-slider-text h1,
    div.startsite-slider-text h3,
    div.startsite-slider-text h4,
    div.startsite-slider-text h5{
        font-size: 12px !important;
        line-height: 16px !important;
        color: #fff !important;     
        font-weight: normal;     
    }
    div.startsite-slider-text span,
    div.startsite-slider-text p{
        font-size: 10px !important;
        line-height: 14px !important;
        color: #fff !important;     
        font-weight: normal;  
    }

}

@media screen and (min-width: 500px) and (max-width: 800px)  {

    div.startsite-slider-text h1,
    div.startsite-slider-text h3,
    div.startsite-slider-text h4,
    div.startsite-slider-text h5{
        font-size: 14px !important;
        line-height: 18px !important;
        color: #fff !important;     
        font-weight: normal;     
    }
    div.startsite-slider-text span,
    div.startsite-slider-text p{
        font-size: 12px !important;
        line-height: 16px !important;
        color: #fff !important;     
        font-weight: normal;  
    }

}


/** submenu **/

.sub-nav-header{

    font-weight: normal;
    line-height: 40px;
    color: rgb(255,255,255);
}


/** com_content detail **/

h1.article-detail-title {
    font-size: 20px;
}

dd.published{
    color: rgba(0,47,93, 0.75);
}
/** com_content category list **/

h2.list-title, .category-list .itemTitle {
    font-size: 20px;
}
p.list-readmore {
    padding: 7px 0;
}
div.list-readmore {
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(0,47,93);
}

span.list-date{
    color: rgba(0,47,93, 0.75);
}

@media (min-width: 400px) {
    .smallNewsListContainer .smallNewsContainer {
        float: left;
        border-top: 4px solid #15A991;
        width: 45%;
        padding-bottom: 10px;
        margin-right:15px;
    }
    
    .firstNews {
        clear: both;
        margin-right: 15px;
    }
}
@media (max-width: 400px) {
    .smallNewsListContainer .smallNewsContainer {
        float: none;
        clear: both;
        width: 100%;
    }
}


/** Sidebar heading **/
h2.sidbar-heading{
    font-size:14px;
    margin-left: -12px;
    margin-top:0px;
}




/** search results */

.d-flex {
    display: flex;
}
.d-flex.align-right {
    justify-content: right;
}
.btn-header-search {
    height: 34px;
    margin-top: -5px;
}
.com-finder {
    margin-top: 10px;
}
.com-finder .js-finder-searchform .form-inline {
    margin-top: 10px;
}
.com-finder .js-finder-searchform [type=submit] {
    position: absolute;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
dl.search-results dd.result-readmore {
    border-bottom: 2px solid rgb(0,171,150);
    margin-bottom: 15px;
    padding: 0px;
    list-style-position: inside;
    list-style-type: none;
    text-align: left;
}

div.searchintro{
    margin:15px 0px;
}

fieldset.phrases,
fieldset.search-only
{
    margin-top: 15px;
}
fieldset.phrases legend h2,
fieldset.search-only legend h2
{
    font-size: 1em;
}

fieldset.phrases legend,
fieldset.search-only legend
{
    border:0px;
}

label.search-main-label{
    font-size: 1.2em;
}

/** home box right **/
div.home-right-box {
    padding-right:0px;
    padding-left:0px;
    margin-bottom: 15px;
}

ul.actions li {
    display: block;
    padding: 5px 5px;
}

ul.actions li.print-icon:before {
    content:"\e045";
    font-family: 'Glyphicons Halflings';
    position: relative;
    margin-right: 1px;
    color: rgb(0,171,150);
}
ul.actions li.email-icon:before {
    content:"\2709";
    font-family: 'Glyphicons Halflings';
    position: relative;
    margin-right: 0px;
    color: rgb(0,171,150);
}
ul.actions li.edit-icon:before {
    content:"\e019";
    font-family: 'Glyphicons Halflings';
    position: relative;
    margin-right: 1px;
    color: rgb(0,171,150);
}

/** home-submenu **/

#home-submenu{
    list-style: none;
    display: block;
    padding-left: 0em; 
    margin-left: 0em;
    margin-top: 15px;
    margin-bottom: 15px;
}

#home-submenu li.root{
    float: left;
    font-size: 1.3em;
    font-weight: normal;
}

#home-submenu li ul{
    list-style: none;
    display: block;
    padding-top: 0.1em; 
    padding-left: 0em; 
    margin-left: 0em;
}

#home-submenu li ul li{
    font-size: 12px;
    font-weight: normal;
}

#home-submenu li a{
    color: rgb(0,171,150);

}

#home-submenu li a:hover{

    color:#337ab7;
}

.home-box-content {
    display:flex;
}

.home-box-image {
    align-items: stretch;
}

.home-box-text {
    align-items: stretch;
}
@media screen and (min-width: 800px) {
    
    .banner-bottom-content {
        display:flex;
        justify-content: space-around;
        width: 100%;
        align-items: center;
        padding-left:0px;
        padding-right:0px;
        
    }
    
    .banner-bottom-minimal {
        display:flex;
        justify-content: center;
        width: 100%;
        align-items: center;
    }
    
    .banner-bottom-minimal .banner-bottom-image {
        margin-left: 15%;
        margin-right: 15%;
    }

    .banner-bottom-image {
        align-items: stretch;
    }

}

/** header login */


#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
@media(min-width:769px){
    .login-search-bar {
        right: 0px!important;
        width: auto;
    }
}

@media (max-width: 799px) {

  .rstpl-main-menu-position .navbar .nav .dropdown-menu {
    display: none;
  }

  .navbar .nav > li .sub-menu-opener, #navbar-submenu .sub_menu > li .sub-menu-opener {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 50px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 10%;
  }
   
  .parent a {
      width: 90%;
  }
  
    .parent a:first-child{
      width: 10%;
  }
  
    
  .login-user-name {
      display:none;
  }
  
  #navbar-header ul li.dropdown ul.dropdown-menu li:hover {
      padding: 0px!important;
  }
  
}
  /*
    when the normal navbar is displayed, the link is not visible
  */  
@media (min-width: 800px) {
  .navbar .nav > li .sub-menu-opener {
    display: none;
  }

}

.item-page img {
    /*max-width: 100%;*/
    height: auto;
}

.custom img{
    max-width: 100%;
    height: auto;
}


 .custom {
    border-bottom: 1px dotted #b0b0b0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.create {
    font-size: 0.8em;
    color: #b0b0b0;
}

.bannergroup {
    margin: 0px;
}

.attachmentsList table td.at_edit a.modal-button{
    display: none!important;
}

.attachmentsList table td {
    background-color: #fff!important;
}

.attachmentsList caption {
    color: #999;
    font-size: 11px!important;
    padding: 0 4px 0 0;
}

.attachmentsList table {
    border: none!important;
}

.attachmentsList table a {
    font-weight: normal!important;
}

.at_file_size {
    font-weight: normal!important;
    font-size: 11px!important;
    color:#999!important;
}


.navbar-nav li a:last-child:not(.rootback){
    white-space: normal!important;
    width:85%!important;
}

.rootback {
    white-space:nowrap!important;
}


.list-title, .mod-articles-category-date, .mod-articles-category-title, .category-list .itemTitle  {
    font-family: Helvetica,Arial,sans-serif!important;
    padding-left: 0px;
    white-space: normal;
    word-break: normal!important;
}

.item-page pre {
    background-color: rgb(255,255,255)!important;
    max-height: none!important;
}

.moduletable {
    background-color: rgb(255,255,255);
}

.moduletable .mod-articles-category-date {
    color: #888;
    font-size: 11px!important;
    padding: 0px!important;
    text-align: left;
    margin: 0px!important;
    font-size: 14px;
}

.moduletable .list-readmore-link{
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif!important;
}

.moduletable .cat-children code {
    font-size: 0px;
    display: none;
}

.moduletable .category-list {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.moduletable .mod-articles-category-introtext {
    height: auto;
    font-size: 14px;
}

.moduletable {
    width: 88%;
}

h1.home-right-modullist{
    margin-bottom:15px!important;
}

.home-latest-news-li p:last-child {
    padding-top:10px;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* PIWIK */
#piwik{
	padding: 10px;	
}

.pbstyle {
    width: auto;
    min-height: 25px;
}

.home-right-modullist-text-black, .home-right-modullist-text,
.home-right-modullist-blue img, div.home-right-modullist-white img{
    padding: 0px!important;
}

.list_level_1 li {
    list-style-type: square;
    list-style-image: url("../../../images/hde/pfeilih.png");
    list-style-position: outside;   
}

.list_level_2 li {
    list-style-type: square;
     list-style-image: none;
}

.list_level_3 li {
    list-style-type: circle;
    list-style-image: none;
}

.ccms_form_element .button {
    text-decoration: none;
    background-color: rgb(0,171,150);
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.ccms_form_element .button:hover {
    text-decoration: none;
    background-color: rgb(0,47,93) !important;
    border-radius: 4px;
    border: none;
    color: #ddd;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

 .calendar .button {
    background-color: rgb(0,171,150);
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgb(0,171,150);
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

 .calendar .button:hover {
    text-decoration: none;
    background-color: rgb(0,47,93) !important;
    border-radius: 4px;
    border: none;
    color: #ddd;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

#sitemap-cal_from_img, #sitemap-cal_to_img {
    background-image: url(/images/calendar.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
}

.calendar td {
    paddin:5px!important;
}

.login-user-name {
    line-height:30px;
    float:left;
    margin-right: 5px;
}

#motioncontainer {
    height: auto!important;
}

.tp-shadow1 {
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    z-index: 0;
}

 a:hover,  a:active,  a:visited,  a:link {
    text-decoration: none!important;
}

.category-list .itemTitle {
    color: rgba(0,47,93,1);
}

@media(min-width: 1024px) {
    #header-login-search {
        width: 80%;
        text-align: right;
    }

    #header-login-search .form-group{
        float: right!important;
        width: auto!important;
    }
}

.list-readmore p.itemTitle {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    background-color: rgb(255,255,255);
    color: #000000;
    font-size: 14px;
    padding: 0px;
    /* text-align: center; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
}

h2.itemTitle span {
    font-size:14px;
}

.user-control-group {
    
}

.user-controls {
    margin-right: 10px;
}

.user-control-label {
    margin-top: 10px;
}

.float-left {
    float: left;
}

#system-message {

    border: 1px solid transparent;
    border-radius: 4px;
}
#system-message .warning {
    text-indent:0px;
}

#system-message .warning ul{
    color: #a94442;
    border-color: #ebccd1!important;
    background-image: none;
    padding: 15px;
    border: 1px solid #f2dede;
    border-radius: 4px;
    background-color: #f2dede;
 
}

.item-page img{
    max-width:100%!important;
    max-height:100%!important;
}

#sitemap-cal_from_btn, #sitemap-cal_to_btn {
    background-image: url(/images/calendar.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding: 0px;
}

#sitemapinternCalendarForm .btn-primary {
 vertical-align: top;   
 margin-top: 20px;
}

.header-search-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.login-display-box {
    text-align:right;
    margin-right: 15px;
}

.search-display-box {
    
}

.search-display-box .input-group {
        display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.search-display-box .btn {
    margin-left: -2px!important;
}

#subcategory_select .c_level_1{
    background-color: #ffffdd;
}

#subcategory_select .c_level_2{
    background-color: #ff8c2b;
}

#subcategory_select .c_level_3{
    background-color: #ffec27;
}

#subcategory_select .c_level_4{
    background-color: #1bbf2d;
}

#subcategory_select .c_level_5{
    background-color: #ccc;
}

#subcategory_select .c_level_6 {
    background-color: #bbb;
}

#subcategory_select .c_level_7{
    background-color: #aaa;
}

#subcategory_select .c_level_8{
    background-color: #aaa;
}

#subcategory_select .c_level_9{
    background-color: #999;
}

#subcategory_select .c_level_10{
    background-color: #888;
}

#subcategory_select .c_level_11{
    background-color: #777;
}

#subcategory_select .c_level_12{
    background-color: #666;
}

#subcategory_select .c_level_13{
    background-color: #555;
}

#subcategory_select .c_level_14{
    background-color: #444;
}

/*Frontend-Editing*/
.edit label {
    float:left;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 15px;

}
.edit .inputbox {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    border-radius: 3px;
    width: 530px;
    box-shadow: none !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    padding: 4px 6px;
    color: #555;
    float: left;
    margin-right: 20px;
}

.edit .btn-primary {

    background-color: #46a546!important;
    
}

.edit .btn {
    width: 148px;
    line-height: 24px;
    margin-right: 4px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background-color: #bd362f;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: button;
    align-items: flex-start;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    margin-top:5px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
}

.edit .btn-toolbar .btn {
    background-color: #f3f3f3!important;
    color: #333!important;
    width: auto!important;
    margin-right: 5px!important;
}

.edit legend {
    display: none!important;
}

.edit #adminForm fieldset:nth-child(n+3) {
    display:none!important;
}

.edit #adminForm fieldset:nth-child(2) .control-group:nth-child(n+4) {
    display:none!important;
}

.edit #adminForm fieldset:nth-child(2) .inputbox {
    float: none!important;
    clear: both!important;
}

.edit #adminForm fieldset:nth-child(2) label {
       width: 80px!important;
}

.edit .control-group {
    margin-top:10px;
    margin-bottom:10px;
}

.flex-left {
    display: flex!important;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}

.flex-left div {
    margin-right: 20px!important;
}

.search-result-fields  .chzn-container {
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
}

.search-result-fields .chzn-container-single .chzn-single span {
    padding-top: 3px;
        
}

.search-result-fields .chzn-container-single .chzn-single div b {
    background-position-y: 5px;
}

.search-result-fields .chzn-container-single .chzn-single {
    height: 34px;
}


.search-result-fields .chzn-container-single .chzn-single div{
    margin-right: 0px!important;
}

.chzn-single {
    min-width: 60px;
}

.searchbutton {
    margin-top: 5px;
    border-radius: 5px!important;
}

/*OT Upcoming Events*/

.flip-clock-divider .flip-clock-label {
  font-size: 180%; 
  font-weight: 500;
  }
.flip-clock-divider.days .flip-clock-label,  
.flip-clock-divider.hours .flip-clock-label,  
.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label
{
  position: relative;
  display: inline-block;
  width: 130px;
  text-align: center;
  right: 0px!important;
  margin-left: 26px;
}

.flip-clock-divider.days .flip-clock-label {
    margin-left: 6px!important;
}

.otupcomingeventstext h2 {
    color: black;
    font-weight: bold;
    font-size: 150%!important;
}

.flip-clock-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.otupcomingeventsimage {
    max-width: 100%;
}
.piwik-optout-iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

@media (max-width:550px) {
    .piwik-optout-iframe {
        min-height: 300px;
    }
}

.sub-menu-desktop .sub_menu {
   height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

 .sub_menu li {
    list-style-type: none;
    padding-top:2px;
    width: 100%;
}

 .sub_menu .dropdown-menu {
     min-width: 100%!important;
 }

 .sub-menu-responsive  .sub_menu li {
     float: none;
     clear: both;
 }

.sub-menu-desktop .sub_menu li a {
    color: #000;
    border-radius: 0px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    overflow: hidden;
    max-width: 100%;
}

.sub-menu-desktop .sub_menu .root > a {
    padding: 10px 0px 5px 0px!important;
}

.sub-menu-desktop .sub_menu {
    background-color: #eee;
}

.sub-menu-desktop .sub_menu li:hover {
    background-color: #eee;
    border-bottom: 4px solid black;
}

 .deeper_sub {
    display:none;
    width: 100%;
    margin-top:5px!important;
}

 .deeper_sub li {
    float: none;
    clear: both;
    border: 1px solid rgba(0,67,93,1) !important;
    padding: 0px 15px 0px 10px !important;
    background-color: rgba(0,47,93,1) !important;
    width: 100%!important;
    max-height: 100px!important;
    text-align: left!important;

}
 .deeper_sub li a {
    color: white!important;
    text-align: left!important;
    padding-left: 15px!important;
}

 .deeper_sub li a:hover {
    background: none!important;
}

 .deeper_sub li:hover {
    background-color: rgba(0,67,93,1) !important;
}

 .submenu_opener {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
}

 .sub-menu-desktop .sub_menu .parent:hover .deeper_sub {
    display:inline-block!important;
}


.sub-menu-desktop .sub_menu li {
    padding: 0px!important;
    max-height: 40px!important;
    float: left;
    position: relative;
    z-index: 100;
}
.sub-menu-desktop  .sub_menu .dropdown-menu {
    position:absolute;
    margin-top: -5px!important;
    padding-top:10px;
}

.sub-menu-responsive.sub_menu .dropdown-menu {
    position: relative;
    padding: 0px!important;
}

.sub_menu .dropdown-menu {
    border: none!important;
    border-radius: 0px!important;
    /*padding: 0px!important;*/
    z-index: 50;
    padding-bottom: 0px!important;
    background:none!important;
    width: auto;
}

 .sub-menu-responsive {
     width: 100%;
     margin-top: 10px;
     margin-bottom: 10px;
     background-color: rgba(0,171,150, 0.1);
 }

.sub-menu-responsive .sub_menu li a {
    font-weight: normal;
    font-size: 14px;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    width: 90%;
    display: inline-block;
    padding: 7px!important;
}

.sub-menu-responsive .sub_menu li a:hover {
    background-color: rgb(0,171,150);
    color: #fff;
    border-radius: 0px;
    border-bottom: 0px solid rgba(0,47,93,1);

}

.sub-menu-responsive .sub_menu li {
    text-align: left!important;
    width: 100%;
}

.sub-menu-responsive .sub_menu {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.nav-child li {
    list-style: none;
}

.submenu_img {
    height: 21px;
    max-width: 100%;
    max-height: 100%;
}

.sub_menu .active {
    border-bottom: 4px solid black;
}

@media (max-width:799px)
{
    .sub-menu-desktop {
        display: none;
    }

    .sub-menu-responsive {
        display: inline-block!important;
    }
}

@media (min-width:800px)
{
    .sub-menu-desktop {
        display: inline-block;
        width: 100%;
    }

    .sub-menu-responsive {
        display: none!important;
    }
}

@media (min-width:450px) and (max-width:650px) {
    div.inn {
       font-size: 50%!important; 

    }
    
    ul.flip{
        width:30px!important;
        height:60px!important;
    }
    
    span.flip-clock-divider{
        height: 85px;
        margin-top: -8px;
    }
    
    .flip-clock-wrapper ul li {
        line-height:60px!important;
    }
    
    .flip-clock-wrapper {
        margin: 0px!important;
    }
    
     .flip-clock-label {
        font-size: 150%!important;
        top: -10px!important;
        width: 41px!important;
        margin-left:35px!important;
    }
    .flip-clock-divider.days .flip-clock-label {
        margin-left:26px!important;
    }
}

@media (max-width:449px) {
    div.inn {
       font-size: 25%!important; 

    }
    
    .flip-clock-wrapper {
        margin: 0px!important;
    }
    
    ul.flip{
        height:40px!important;
        margin: 1px!important;  
    }
    
    ul.flip, ul.flip a, .shadow, .flip-clock-before,  .flip-clock-after{
        min-width: 25px!important;
        max-width: 25px!important;
        width:25px!important;
        padding:0px!important;
    }
    
    span.flip-clock-divider{
        height: 75px;
        margin-top: -17px;
        margin-right: -4px;
    }
    
    .flip-clock-dot {
        height: 5px!important;
        width: 5px!important;
    }
    
    .flip-clock-wrapper ul li {
        line-height:40px!important;
    }
    
    .flip-clock-label {
        font-size: 100%!important;
        top: 0px!important;
        width: 41px!important;
        margin-left:20px!important;
    }
    .flip-clock-divider.days .flip-clock-label {
        margin-left:3px!important;
    }
}

.sidebar-menu {
    background-color: #f5f5f5;
}

@media (max-width:991px) {
    .hide-on-mobile {
        display: none;
    }
}
@media (min-width:992px) {
    .hide-on-desktop {
        display: none;
    }
}

.control-label {
    text-align: left!important;
}

.cookie__button--mobile {
    display: none;
    padding: 7px;
    color: rgb(0,171,150);
    cursor: pointer;
    user-select: none;
}
.cookie__button--desktop {
    display: block;
}

@media screen and (max-width: 799px) {
    .cookie__button--mobile {
        display: block;
    }

    .cookie__button--desktop {
        display: none;
    }
}

:not(.icon-container)[class^='icon-'] {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\e003";
}

/** revolution slider home site */
.forcefullwidth_wrapper_tp_banner {
    padding-bottom: 100px !important;
    margin-bottom: 100px !important;
}

.mod_menu-logo img.desktop {
    display: none;
}
@media screen and (min-width: 900px) {
    .mod_menu-logo img.mobile {
        display: none;
    }
    .mod_menu-logo img.desktop {
        display: unset;
    }
}