@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

/** GENERAL **/

body {
   font-family: 'Ubuntu', sans-serif !important;
}

h2 {
    /* border-bottom: 5px solid #15182b; */
    /* width: 82px; */
    /* background: #15182b;
    border-radius: 3px;
    color: #fff;
    padding: 5px; */
    margin-top:30px;
    font-size: 22px !important;
}

#spaced {
    margin-bottom:150px;
}

.links{
    padding-left:0px !important;
}

a:link { color: #d64700;} 
a:visited { color: #d64700;}
a:hover { color:  #d64700 !important; }
a:active  { color:   #d64700;}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #d64700;
}

/** status Notification **/

.status-notification{
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #fff5f1; 
    /* padding: 30px; */
    border-radius: 3px; 

}

/** HEADER **/ 
/** HEADER - TOP **/ 

#header-top {
    /* background-color: #15182b !important; */
    background-color: #fef7f2 !important;
}
/** Branding **/ 

.logo {
    font-size: 25px;
    padding-left: 10px;
    /* color: #fff; */
    color: rgb(4, 4, 4);
    margin: 0px !important;
    font-family: 'Jura', sans-serif !important;
}

#brand-custom {
    /* padding-left:38px; */
    /* margin-right: 160px; */
}


/** header - right **/
#header-right {
    /* display: inherit; */
}

/** Language Select **/

.lang-code {
    text-transform: uppercase;
}

#lang-select {
    margin-top:13px;
    margin-left: 40px;
    margin-right: 30px;
}

#lang-select .image {
    margin-top: 7px;
    margin-right: 0px;
}

.lang-dropdown-select-element{
    background-color: #fef7f2 !important;
    color: #fff;
    border: none;
    font-size: 14px;
    width: 76px !important ;
    display: inline-block !important;
}

.language-icon{
    margin-bottom: 2px;
    width: 20px;
}

.lang-dropdown-select-element:before {
    content: '\f107'; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
     color: #fff;
}

.dropdown-menu { 
    padding-left: 10px !important;
    min-width: 8.3rem !important;
}


select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.arrow {
  border: solid rgb(12, 12, 12);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 4px;
}

.arrow-tirangle {
  width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #1c1c1c;
    display: inline-block;
    margin-bottom: 2px;
    /* margin-left: -10px; */
    z-index: -1;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.inline {
    display: inline-block;
}


/* .select {
  position: relative;
  width: 200px;
}

.select::before {
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
} */

/** Login / Register **/ 

#login {
    padding-right: 19px;
    padding-top:13px;
}

#sign-in {
    background-color: transparent;
    border:none;
    color: #fff;
}

#register{
    background-color: transparent;
    border-color:#fff;
    color: #fff;
}

/** HEADER - BOTTOM **/ 

#header-bottom {
    /* border-bottom: 1px solid rgb(255, 255, 255); */
    padding-bottom: 0px;
    padding-top: 7px;
    /* background: #fff; */
    background: #d64700;
    /* box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01); */
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/** HEADER - Navigation **/ 

#block-mainnavigation{
    /* margin-left: 40px; */
    margin-bottom: 10px;
    /* margin-right: 100px; */
} 

.active-trail {
    color: #fef7f2 !important;
    font-weight: 300;
    text-decoration: underline;
}

.main-navigation {
     text-transform: uppercase;
     font-weight: 300 !important;
}

.menuparent{
    color:#fef7f2 !important;
    font-weight: 300 !important;
}

div.sf-accordion-toggle.sf-style-white > a:after {
    content: "≡" !important;
    font-size: 2em !important;
    position: absolute !important;
    right: 0.5em !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    speak: none !important;
    padding-bottom: 6px !important;
}

/* .main-navigation a:link { color: rgb(87, 87, 87) ; }
.main-navigation a:visited { color:  rgb(87, 87, 87); }
.main-navigation a:hover { color: #d64700 }
.main-navigation a:active { color: #d64700} */

.main-navigation a:link { color: #fef7f2 !important ; }
.main-navigation a:visited { color:  #fef7f2 !important;  }
.main-navigation a:hover { color: #ffffff !important; }
.main-navigation a:active { color: #fef7f2 !important;  }

.is-active {
    color:#fef7f2 !important;
    font-weight: 300;
    text-decoration: underline;
}

.sf-clicked {
   color: #fef7f2 !important;
   text-decoration: underline;
}

.menu ul li{
  display: inline;
  padding-left: 10px;
}

.news-list-row li{
    display: inline; 
    padding-right: 10px;
  }

#block-scds-account-menu a:link{
    background-color: transparent;
    border: none;
    border-color: 1;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    padding: 7px;
}

#block-scds-account-menu a:visited{
    background-color: transparent;
    border: none;
    border-color: 1;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    padding: 7px;
}

#block-scds-account-menu .is-active{
    border-color:#fef7f2;
    color: #d64700 !important;
    background-color: #d64700;
    text-decoration: underline;
}

.sf-depth-1 {
    padding: 0px !important;
    padding-right: 13px !important;
    /* background-color: #fff !important; */
    background-color: #d64700 !important;
    /* background: #fff !important; */
    background: #d64700 !important;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
    font-size: 16px !important;
}

.sf-hidden {
    background: #d64700 !important;
    background-color: #d64700 !important;
}

ul.sf-menu.sf-navbar.sf-shadow ul ul {
    background: #d64700 !important;
    background-color: #d64700 !important;
}

ul.sf-menu.sf-style-white li li,
ul.sf-menu.sf-style-white.sf-navbar > li > ul {
  background: #d64700;
} 

ul.sf-menu.sf-style-white li:hover,
ul.sf-menu.sf-style-white li.sfHover,
ul.sf-menu.sf-style-white a.is-active,
ul.sf-menu.sf-style-white a:focus,
ul.sf-menu.sf-style-white a:hover,
ul.sf-menu.sf-style-white span.nolink:hover {
  background: #d64700;
  outline: 0;
}


/** Search **/ 

#search-custom {
    /* margin-right: 30px; */
    /* margin-left: 40px;  */
}

.search-button {
    margin-left: 5px;
    margin-bottom: 5px;
    background: none;
    border: none;
}

.forum .button {
    background-color: transparent !important;
    border-color: #d64700 !important;
    color: #d64700 !important;
    border-radius: 3px !important;
}

.news-comment .button {
    background-color: transparent !important;
    border-color: #d64700 !important;
    color: #d64700 !important;
    border-radius: 3px !important;
}

#edit-submit {
    color: #fff !important;
}

.form-search{
    background-color:transparent;
    border:none;
    width: 113px;
    padding-right: 2px;
    display: inline;
    border-bottom: 1px solid rgb(250, 250, 250);
    margin-bottom: 10px;
    color:rgb(247, 247, 247);
    font-size: 16px;
}
/* 
.form-search:focus{
    background-color:transparent;
    border:none;
    width: 160px;
    padding-right: 5px;
    display: inline;
    border-bottom: 1px solid rgb(250, 250, 250);
    margin-bottom: 10px;
    color:rgb(247, 247, 247);
      -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        z-index: 999999999;
} */



.form-search::placeholder {
    color:rgba(255, 255, 255, 0.886);
    font-weight: 100;
}

input#edit-submit {
	/* font-family: 'Font Awesome\ 5 Free';
	background-color: transparent;
    border: 0;  
    content: '\f002'; */

    background-color: transparent;
    border-color:#d64700;
    color: #d64700;
    border-radius: 3px;
}

#edit-submit--2{
    content: "<i class="fas fa-search"></i>";
    /* background-color: transparent;
    border-color:#d64700;
    color: #d64700;
    border-radius: 3px;
    padding: 5px; */

}


/** ADvanced Search **/



/** Main-Content **/

/** Front-Page **/

.block-region-right{
   /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fcfcfc;
    padding-top: 12px; */
}


.skin-default{

    margin-top: 0px;

}

.views-element-container{
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01);*/
    /*padding-left: 15px;
    padding-right: 15px;*/
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 5px;
}

.block-block-container{
    margin-bottom: 20px;
    box-shadow: 1px 2px 4px 0 rgba(174, 174, 174, 0.4), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
    /* padding-left: 15px;
    padding-right: 15px; */
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 5px;

}

.block-slider-container{
    margin-bottom: 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
    background-color: #ffffff;
}

.block-region-right h2{
    padding: 5px;
    /* background-color: #15182be3; */
    border-radius: 2px;
    /* color: #fff; */
    text-transform: uppercase;
    color: #d64700;

}

.frontpage-sidebar-block-date {
    font-size: 13px;
    display: block;
    color: rgb(92, 92, 92);
    /* padding: 3px 0 10px 0; */
    /* margin-top: 5px; */
    margin-left: 30px;

}

.about-us-partner-logo {
    /* float: right; */
    padding-right: 60px;
    padding-left: 50px;
}

/* partner logo img */
footer span img {
    object-fit: contain;
}

.about-us-partner-subtitle {
    color: dimgray;
}

.about-us-partner-text {
    padding-top: 1em;
}

.frontpage-news-img {

}

.frontpage-news-item {
    margin-top: 5px;
}

/** slider-Frontpage **/

#views_slideshow_cycle_div_homepage_slides-block_1_1 {
    width: 730px !important;
}

.views_slideshow_cycle_teaser_section {
        /* width: 345.625px; */
}

#views_slideshow_cycle_teaser_section_homepage_slides-block_1 {
    height: 331px !important; 
}

.slider {
    max-width: 700px; 
}

.main-content {
    padding-top: 0px;
    padding-bottom: 20px;
}

.views-field-field-category{
    /* font-size: 20px;
    margin-top: 5px;
    margin-left: 10px;
    z-index: -9999; */

    font-size: 20px;
    margin-top: 8px;
    margin-left: 10px;
    z-index: -9999;
}

.views-field-field-slider-image {
    /* margin-top: 26px !important;
    margin-left: 10px !important; */


    margin-top: 12px !important;
    position: absolute;
    z-index: -1;
}

.skin-default .views-field-title{
    
    /* font-size: 20px;
    margin-left: 5px;
    float: right;
    width: 61%;
    margin-top: 20px; */

    font-size: 20px;
    margin-left: 11px;
    float: left;
    margin-top: 25px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 2px;
    
}

.skin-default .views-field-body{
    /* margin-left: 5px;
    float: right;
    width: 61%;
    margin-top: 20px; */


    margin-left: 12px;
    float: left;
    background: #ffffff;
    padding: 10px;
    margin-top: 135px;
    width: 80%;
    border-radius: 2px;

}

.views-slideshow-controls-top {
    float: right !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    z-index: 100 !important;
    position: relative !important;
}


.widget_pager_top {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: 20px !important;
    z-index: 100 !important;
    margin-right: 30px;
    float: left !important;
}

#views_slideshow_controls_text_homepage_slides-block_1 {
    float: right !important;
}

.views-slideshow-pager-bullets li {
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    padding: 0 6px;
    background: #AAA;
    margin: 0.4em;
    line-height: 12px;
      z-index: 1000;
}

.views-slideshow-pager-bullets li.active {
    background: #222;
    cursor: default;
      z-index: 1000;
}

#views_slideshow_controls_text_previous_homepage_slides-block_1::before{
  content: url(../assets/navigate_before-24px-black.svg); 
  margin-right: 10px;
  
}

#views_slideshow_controls_text_previous_homepage_slides-block_1:hover::before{
  content: url(../assets/navigate_before-24px-hover.svg); 
  /* pointer-events: none; */

}


#views_slideshow_controls_text_next_homepage_slides-block_1::before {
 content: url(../assets/navigate_next-24px-black.svg) ;
 margin-left: 10px;

}

#views_slideshow_controls_text_next_homepage_slides-block_1:hover::before{
 content: url(../assets/navigate_next-24px-hover.svg) ;
  /* pointer-events: none; */

}

.views-slideshow-controls-text-status-pause::before {
  content: url(../assets/play_arrow-24px-black.svg) ;
}

.views-slideshow-controls-text-status-pause:hover::before {
  content: url(../assets/play_arrow-24px-hover.svg) ;
}


.views-slideshow-controls-text-status-play::before {
 content: url(../assets/pause-24px.svg) ;
}

.views-slideshow-controls-text-status-play:hover::before {
 content: url(../assets/pause-24px-hover.svg) ;
}


#views_slideshow_controls_text_previous_homepage_slides-block_1{
 font-size: 0px;
}

#views_slideshow_controls_text_next_homepage_slides-block_1 {
 font-size: 0px;
}

#views_slideshow_controls_text_pause_homepage_slides-block_1 {
 font-size: 0px;
}




/** News-Frontpage **/

.space{
    padding:8px;
}

/** Events-Fontpage **/

.events-custom h2{

    font-size: 22px !important;
    border-bottom: none !important;
    width: auto !important;
}

.none {
    margin-bottom: 30px;
}

.spacing-front {
    margin-bottom: 30px;
}

/** Twitter - Frontpage **/

.twitter-feed {
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 15px;
     margin-bottom: 20px !important;
    box-shadow: 1px 2px 4px 0 rgba(174, 174, 174, 0.4), 0 0px 0px 0 rgba(0, 0, 0, 0.01) !important;
    background-color: #ffffff !important;
    padding-top: 12px !important;
    padding-bottom: 5px !important;
}

.smk .smk-tweets {
    margin-bottom: 20px !important;
    box-shadow: 1px 2px 4px 0 rgba(174, 174, 174, 0.4), 0 0px 0px 0 rgba(0, 0, 0, 0.01) !important;
    background-color: #ffffff !important;
    padding-top: 12px !important;
    padding-bottom: 5px !important;
    background-color: #fff !important;
    border: none !important;
    padding: 25px 25px 15px 25px !important;
    margin: 0 0 2% !important;
    position: relative !important;
}

/** pager **/

.js-pager__items {
    padding-left:0px;
    margin-bottom: 60px;
    /* text-align: right; */
}

/** Login-Page **/ 

#edit-name--description {
    margin-bottom:30px;
}

#edit-pass--description {
    margin-bottom:30px;
}


#edit-pass {
    background-color: #ffffff;
    border-radius: 1px;
    border: 1px solid lightgray; 
}

.menu ul {
    padding-left:0px !important;
}


/** Forms **/ 

.form {
    margin-top: 5px; 
    display: inline !important; 
}

.button {
    /* background-color: #1A77B9;
    color: #fff;
    border-radius: 3px;
    border:none; */
    display:inline !important;
    padding-left: 5px;
}

.form-actions {
    display: inline !important;
}

.js-form-item{
    /* display: inline !important; */
    margin-top: 15px;
}

.form-select{
    border-radius: 2px;
    color: #292929;
    padding: 1px;
    background-color: #eaeaea;
    padding-left: 5px;
    /* padding-right: 10px;  */
    /* border: 1px solid #d8d8d8; */
    /* width: 90px; */
}

#edit-email{
    margin-top: 0px; 
    width: 290px; 
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 2px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block !important;
    margin-bottom: 30px;
}

#edit-name {
    margin-top: 0px; 
    max-width: 290px; 
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 2px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block !important;
    margin-bottom: 20px;
}

#edit-subject {
    margin-top: 0px; 
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 2px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block !important;
    margin-bottom: 20px;
}

.form-textarea {
    margin-top: 0px; 
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 2px;
    margin-left: 0px;
    margin-bottom: 0px;
    /* display: block !important; */
    margin-bottom: 20px;
}

.webform-button--submit {

    margin-top: 10px;
    width: 150px;
    background: #15182b;
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #fff;
    padding: 2px;
    color: #fff;

}

.js-form-item-moderation-state-0-state {
    display: none;
}

.js-form-type-password-confirm {
    border: none !important;
}




/** ADMIN FORM **/

/** user name hack **/

.form-item-field-oe-firstname-0-value {
    display: none !important;
}

.form-item-field-oe-lastname-0-value {
    display: none !important; 
}

.password-strength__meter {
    height: 0.75em;
    margin-top: 0.5em;
    background-color: #e1ac92 !important;
    width: 213px !important;
    border: 1px solid;
    border-color: #d3d3d3;
}

.password-strength__indicator {
    width: 0;
    height: 100%;
    background-color: #d64700;
}



/** Sidebar **/

.sidebar{
    /* border-top: 1px solid rgb(220, 220, 220); */
    padding-top: 20px;
    text-align: right;
}


/** what is data sharing - sidebar **/

.views-row-what-is-data-sharing .views-field .views-field-title {

}

.views-row-what-is-data-sharing{
    padding: 7px;
}

.views-row-what-is-data-sharing .field-content{
    margin-top: 10px;
}

/** Footer **/

#footer {
    /* background-color: #15182b; */
    background-color: #fef7f2;
    padding-top: 10px;
    padding-bottom: 10px;
    /* color: #fff; */
    color: rgb(23, 23, 23);
}

#footer a:link { color: rgb(12, 12, 12);} 
#footer a:visited { color: rgb(12, 12, 12);}
#footer a:hover { color:  #d64700 !important; }
#footer .is-active  { color:  #d64700 !important;}

.footer-bottom {
    font-size: 12px;
}

#block-scds-footer {
    float:right;
}

.footer-bottom a:link { color: #fff;} 
.footer-bottom a:visited { color: #fff;}
.footer-bottom a:hover { color:  #d64700 !important; }
.footer-bottom .is-active  { color:  #d64700 !important;}

#social-media {
    font-size: 14px;
    float: right;
    text-align: right;
}

#sm-iconset {
    margin-top: 5px;
}

#funded{
    margin-top: 5px;
}

img { 
    vertical-align: top !important;
    border-style: none;
}

#footer i {
    padding-left: 5px;
}

/** Footer Subscription **/
.form-email {
    margin-top:10px;
    width: 270px;
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 2px;
    margin-left: 10px;
}

#edit-mail-wrapper {
    /* margin-top: 20px; */
}

#edit-mail-0-value--description {
    font-size: 0px;
}

#edit-subscribe {
    margin-top: 10px;
    width: 324px;
    background: #15182b;
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #fff;
    padding: 2px;
    color: #fff;
}

#edit-unsubscribe { 
  
    margin-top: 10px;
    width: 324px;
    background: #15182b;
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #fff;
    padding: 2px;
    color: #fff;
}

#edit-markup {
    margin-bottom: 50px;
    display: block !important;
}

/** Article Pages **/

.dislike-article {
    margin-left: -24px;
}

.login-info {
    margin-bottom: 20px;
}

/** Widget-page custom **/

.widget-img img {
    width: 368px;
    height: 207px;
}

/** Accordion EDitor **/

.ckeditor-accordion-container > dl dt.active > a {
    background-color: #d64700;
}

.ckeditor-accordion-container > dl dt > a:hover {
    background-color: #d64700;
    color: #fff !important;
}

.ckeditor-accordion-container > dl dt > a {
    display: block;
    padding: 10px 15px 10px 50px;
    background-color: #d64700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border-bottom: 1px solid #ffff;
    border-radius: 2px;
}

.ckeditor-accordion-container > dl {
    position: relative;
    border: none;
}

/** NEWS Detail Page **/

.break a {
    word-break: break-all;
}

.login-alert {
    padding-top: 2px;
    padding-right: 25px;
}


.media-attachment .article {
    display: inline !important;
}

.attachments-preview .image {
  width: 20px;
}

.attachments {
    margin-bottom: 10px;
}

.attachment-ul {
    padding: 0px;
}

.attachment-li {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

#attachments {
    margin-top: 20px;
}

.attachment-item {
    word-break: break-all;
}

.attachments-overview-page {
    
}

.node-readmore{
    display:inline;
}

.article-headline {
    max-width: 650px;
    margin-bottom: 30px;
    /* margin-left: 180px; */

}

.article-content{
     max-width: 750px; 
}

.date {
    margin-left: 3px;    
}


.article-view {
     /* max-width: 750px;  */
    /* margin-left: 180px; */
}

.vote-widget {
    display: inline !important;
}

.widget-like {
    margin-top: 20px;
    width: 100px !important;
}

#news-space .vote-widget-wrapper {
    display: inline !important;
    margin-left: 30px;
}

.author-info {
    /* margin-bottom: 20px;
    font-size: 14px;
    color: rgb(81, 81, 81);
    border-bottom: 1px solid rgb(201, 201, 201);
    padding-bottom: 10px;
    max-width: 600px; */
    font-size: 13px;
    color: rgb(81, 81, 81);
     /* border-bottom: 1px solid rgb(201, 201, 201);  */
    /* padding-bottom: 5px; */
    /* padding-top: 5px; */
    max-width: 600px;
    /* background-color: #f5f5f5; */
    border-radius: 2px;
    /* padding: 10px; */
    font-weight: 100;
    margin-top: 4px;
    width: 300px;
    min-height: 42px;
    display: inline-block;
    top: 6px;
    position: inherit;
}

.author-name {
    margin-left: 30px;
}

.author-name div {
    display:inline !important;
}

.opinion-label {
    margin-left: 30px;
    background-color: #65a7ce;
    padding: 5px;
    font-weight: 300;
    border-radius: 5px;
    color: #fff; 
    position: relative;

}

.opinion-label:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #65a7ce;
	border-bottom: 0;
	margin-left: -5px;
	margin-bottom: -5px;
}

.disclaimer {
    margin-top: 10px;
    max-width: 750px;
    margin-bottom: 20px;
}

.general-label {
        /* margin-left: 30px; */
    background-color: #f1f1f1;
    padding: 5px;
    font-weight: 300;
    border-radius: 5px;
    color: #2b2b2b !important;
} 

.general-label a:link {
        /* margin-left: 30px; */
    background-color: #f1f1f1 !important;
    padding: 5px;
    font-weight: 300;
    border-radius: 5px;
    color: #2b2b2b !important;
} 

.general-label a:visited {
        /* margin-left: 30px; */
    background-color: #f1f1f1 !important;
    padding: 5px;
    font-weight: 300;
    border-radius: 5px;
    color: #2b2b2b !important;
} 

.general-label a:active {
        /* margin-left: 30px; */
    background-color: #f1f1f1 !important;
    padding: 5px;
    font-weight: 300;
    border-radius: 5px;
    color: #2b2b2b !important;
} 

.general-label a:hover {
        /* margin-left: 30px; */
    background-color: #ff0000 !important;
    padding: 5px;
    font-weight: 300;
    border-radius: 5px;
    color: #2b2b2b !important;
} 


.opinion-label-list {
    margin-top: 3px;
    background-color: #65a7ce;
    padding: 5px;
    font-weight: 300;
    border-radius: 5px;
    color: #fff;
}

.opinion-label-list a:link { color: #fff !important;}
.opinion-label-list a:visited { color: #fff !important;}
.opinion-label-list a:hover {  color: #fff !important;}
.opinion-label-list a:active  { color: #fff !important;}

#news-space {
    /* margin-bottom: 50px; */
}

.full-width-background {
    background-color: #f5f5f5;
    margin: 0 -9999rem;
}

.news-comment {
    margin-top: 30px;
    background-color: transparent;
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    padding-top:20px;
}

.news-comment h2{
    margin-bottom: 30px;
}

.news-comment .form-actions {
    margin-top: 30px;
    display: inherit !important;
}

.news-comment .forum-answer .links{
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    border-top: solid 1px #f7f7f7;
    padding-top: 15px;
    /* float: right; */
    text-align: right;
    height: 0px;
    padding-bottom: 0px !important;
    font-weight: 100;
}

.user-picture {

}

.user-image {
    float: left;
    margin-right: 10px;
}

.user-image-profile {
    margin-top: 10px;
    margin-right: 10px;
}

.news-comment .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.news-comment .label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 10px;
}

.js-pager__items {
    list-style-type: none;
    text-align: right;

}
/** Rich Editor **/

.cke_top {
    border-bottom: 1px solid #d1d1d1;
    background: transparent !important; 
    padding: 6px 8px 2px;
    white-space: normal;
}

/** NEWS Overview **/

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d64700 !important;
    border-color: #d64700 !important;
}

.pagination-custom {
    margin: 0 auto;
    width: 50px;
    margin-top: 10px;
}

.article-view{
    margin-bottom: 30px;
}

.views-row p{
    font-size: 14px;
    display: inline;
}

.visible-lg {
    margin-bottom: 12px !important;
}

.by {
    font-weight: 100;
}

.news-date {
    font-weight: 100;
}


/* .list{
   display: -webkit-flex;
    display: flex;
} */


.views-row .article-view h2{
    background-color: none !important;
}

.news-custom .list .views-row {
    /* background-color: #fff5f1; */
    /* margin-bottom: 30px; */
}

.news-custom .list .views-row h2{
    /* float:left; */
    /* background-color: yellow; */
}

.news-custom .list .views-row img{
    float: left;
    /* background-color: yellow; */
    border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
}

.news-custom .list .views-row .article-content{
    /* background-color: aqua; */

}


.news-custom .list .views-row .links{
     /* background-color: green; */

    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
     
}

.news-custom .list .views-row .comment-forbidden { 

}

.test {

}

.tag {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 1px;
    font-size: 14px;
    color: #d64700;
    border: solid 1px #e4ccc0;
    margin-bottom: 6px;
}


.tags {
    max-width: 368px;
    margin-top: 30px;
}

/** Newsletter online **/

.event-teaser {
    display: inline-flex;
}



/** FAQ **/

.ui-state-active {
    background-color: #c3462c;
    border: none;
}

.frontpage-block-news-title{

    font-size: 200px !important;

}

.faq-accordion {
   
    margin-bottom: 5px;
    max-width: 850px;
}

.ui-accordion-header {
    background-color: #d64700 !important;
}

.ui-accordion-header-collapsed  {
    background-color: #d6470099;
    border-radius: 2px;
    color: #060606;
    border: none;
}

.ui-accordion-header-collapsed a:hover { 
    background-color: #d64700;
} 

.ui-accordion {

    margin-bottom: 20px;
}

.faq-accordion .vote-widget-wrapper {
    margin-top: 20px;
}

.faq-accordion p {
    font-size: 16px !important;
}


/** Custom Lists **/

.news-list-row{
    margin-bottom: 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
    padding-right: 15px;
    background-color: #ffffff;
    /* height: 144px; */
}

.news-list-row ul li {
    padding-right: 0px;
}

.news-list-row ul {
    padding-top: 16px;
}

.news-list-row h3 {
    padding-top: 10px;
}

.practice-examples p {
    font-size: 16px !important;
}

.example-like {
   margin-left: -26px;
}

.comment-count {
    padding: 2px 0px 2px 4px;
    color: #fff;
    background: #477897b3;;
    border-radius: 7px;
    margin-bottom: 10px;
    margin-right: 4px;
}

.vote-practice {
    bottom: 0;
    /* position: absolute; */
    margin-top: 15px;
    margin-bottom: 15px;
}

.vote-practice .vote-widget-wrapper {
    display: inline;
    margin-right: 20px;
}

#practice-examples{
    font-size: 16px !important;
}




/** Leave Message **/

.ui-widget-overlay{
    z-index: 9999999 !important;
    background-color: black !important;
    opacity: 0.8 !important;
    font-family: 'Ubuntu', sans-serif !important;
}

.ui-dialog{
    position: fixed !important;
    height: auto;
    width: 40% !important;
    top: 30% !important;
    left: 30% !important;
    z-index: 999999999 !important;
}

.ui-dialog-titlebar{
    background-color: #15182b !important;
    color: #fff !important;
    border:none !important;
    font-family: 'Ubuntu', sans-serif !important;
}

.ui-dialog-buttonset{
    float:none !important;
    text-align: center;

}

.ui-button{
    padding-left: 14px;
    padding-top: 8px;
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif !important;
}

.ui-button a:hover{
    background-color: #060606 !important;
}

.ui-button a:active  { background-color: #060606 !important;}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    background: none;
    overflow: auto;
    padding: 10px !important;
    /* padding-top: 20px; */
    padding-left: 10px !important; 
    padding-bottom: 0px !important;
    /* text-align: center; */

}
.ui-widget-content {
    border:none !important; 
    font-family: 'Ubuntu', sans-serif !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 1px 0 0 0;
    padding-bottom: 10px;
    margin-top: 0px !important;
    padding: 0px !important;
}



/** ABOUT US **/

.article-view-about-us .article-content {
    /* max-width: 950px !important; */
}

.partners .list {
    display: flex;
    margin-left: 50px;
}

.partners {
    margin-top: 50px;
}

.article-view-about-us{
    /* max-width: 950px !important; */
}


/** FORUM **/ 


.forum-intro {
    margin-bottom: 40px;
}

.forum-answer-body .vote-widget-wrapper {
    margin-top: 20px;
}


/** menu-local-action.html **/
/** ADD TOPIC BUTTON or YOU HAVE TO LOGIN BUTTON **/

.menu-action-button {
    display: inline;
    background-color: white;
    border: solid 1px;
    border-radius: 2px;
    border-color: #d64700;
    padding: 5px;
    text-decoration: none;
    padding-right: 10px;
}

.menu-action-button a:hover { 
    text-decoration: none;
    color: white;
}


 /* .replaced .button {
	visibility: hidden;
	position: relative;
}

.replaced .button:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
    content: "Add new topic";
}  */



/** forum-list.html **/ 
/** Main Forum Table **/

#forum-table {
    margin-top: 25px;
    /* width: 1000px; */

}

.forum-table thead Tr {

    font-size: 18px;
    margin-bottom: 20px;

}

.forum-table thead Th {
    padding-bottom: 10px;
}

.forum-table tbody Tr {

    font-size: 16px;
    margin-bottom: 10px;

}

.forum__topic {
    padding-bottom: 15px;
}


.forum-table .is-active {
    color: #fef7f2 !important;
    font-weight: 600;
    text-decoration: none;
}

.tablesort{
    height: 14px !important; 
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6 !important; 
}

.topic-indicator {
    /* background-color: #477897b3; */
    padding: 3px 7px 3px 7px;
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
    /* color: #fff; */
    display: inline-flex;
}

.topic-indicator a {
    margin-left: 13px;
}

.forum-title {
    font-size: 17px;

}

.post-indicator {
    background-color: #477897b3;
    padding: 3px 7px 3px 7px;
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}

.last-replay {
    color: #525252;
    font-weight: 400;

}

.last-replay a:link { color: #525252 !important ;   font-weight: 400;}
.last-replay a:visited { color:  #525252 !important;   font-weight: 400; }
.last-replay a:hover { color: #525252 !important;  font-weight: 400;}
.last-replay a:active { color: #525252 !important;    font-weight: 400;}

.thead-forum a:link { color: #000 !important ;   }
.thead-forum a:visited { color:  #000 !important;    }
.thead-forum a:hover { color: #000 !important;  }
.thead-forum a:active { color: #000 !important;    } 


.reply-box {
    margin-top: 20px;
    max-width: 700px;
    margin-left: 2px;
}


/** In Thread **/ 

.edit-own-topic {
    float: right !important;
    background-color: #15182b;
}

.forum .contextual-region {
    display: inline;
    
}

.forum .article-content {
    display: inline;
    
}

.forum-answer-body .submitted-forum {
    position: absolute;
    width: 300px;
    margin-top: 5px;
}

.submitted-forum {
    font-weight: 200;
    font-size: 13px;
    color: rgb(58, 58, 58);
    display: inline;
}


.user-picture{ 
    padding: 5px;
    display: inline;
    
}


.submitted-forum .misc {
    position: absolute !important;
    display: inline !important;
    margin-left: 10px !important;
    margin-top: 8px !important;
    width: 200px !important;
}

.submitted-forum .article-content {
    display:inline !important;
}

.submitted-forum .contextual-region {
    display: inline !important; 
}

.forum-question-body {
    margin-bottom: 50px;
}

.forum-answer {
    margin-bottom: 50px;
}

 .comment-delete {
    display: inline;
    margin-right: 10px;
}

.comment-edit {
    display: inline;
    margin-right: 10px;
}

.comment-reply {
    display: inline;
    margin-right: 10px;
} 

.comment-forbidden {
    display: inline;
}

#forum-comment-indicator{
    margin-top: 2px;
    float:right;
}

.forum-answer h3 {
    font-size: 20px;
    color: #060606 !important;
}

.forum-answer .links{
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    border-top: solid 1px #f7f7f7;
    padding-top: 15px;
    /* float: right; */
    text-align: right;
    height: 0px;
    padding-bottom: 18px;
    font-weight: 100;
}

.forum-answer-body {
   padding: 10px;
   /* border: solid 1px #f7f7f7; 
    border-radius: 2px; */
    /* -webkit-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.19);
    -moz-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.19);
    box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.19); */
    /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01); */
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 13px -9px rgba(201,201,201,0.85);
    -moz-box-shadow: 0px 3px 13px -9px rgba(201,201,201,0.85);
    box-shadow: 0px 3px 13px -9px rgba(201,201,201,0.85);
}

.forum .answer-content {
    padding: 10px;
    padding-top: 30px;
}

.answer-content {
    padding: 10px;
    padding-top: 80px;
}

.forum-answer .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.forum .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.forum-answer .label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 10px;
}

/** hide second command field **/
#edit-comment-body-0-value {
    height: 0px;
    display: none !important;
}

.comment-label{
    margin-top: 25px;
    margin-bottom: 18px;
    display: inline;
}

.option{
    padding-right: 10px;
}

#edit-preview{
    background-color: transparent !important;
    border-color: #d64700 !important;
    color: #d64700 !important;
    border-radius: 3px !important;
    margin-left: 10px;
}

.comment-comment-forum-form .form-actions {
      display: flex !important;
      margin-top: 20px;
}


/** Image Upload diaolog Box **/

.editor-image-dialog .comment-label{
    margin-top: 0px;
    margin-bottom: 0px;
}

.editor-image-dialog .custom-input {
    max-width: 400px;
}

.description {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.comment-add {
    display: none;
}

/** Tablet **/

#superfish-main-toggle{
    background: transparent !important;
}


.card {
    margin-right: 15px !important;
    float: left !important;
    margin-bottom: 20px !important; 
}



/** MOBILE CUSTOM **/

@media (max-width: 575.98px) { 


/** Header **/


.logo {
    font-size: 25px;
    padding-left: 0px;
    color:  rgb(4, 4, 4);
    margin: 0px !important;
    font-family: 'Jura', sans-serif !important;
    white-space: normal !important;
}

#logo-img {
     float: left;
    margin-right: 18px;
    margin-left: 5px;
    margin-top: 7px;
    height: 60px;
    width: 60px;
}



#brand-custom {
    padding-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 30px;
}

.mobile-header-subline {
     margin-left:51px; 
    /* margin-left: 30px; */
}

#brand-custom {
    height: 75px;
}

#block-mainnavigation {
     margin-left: 5px
}

#search-custom {
    margin-right: 0px;
    margin-left: 5px;
}


/** Main Content **/

.views-element-container {
    background-color: #ffffff;
    padding-top: 0px; 
    padding-bottom: 5px;
}

/** News overview movile **/

.news-list-row{
    margin-bottom: 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
    padding-right: 15px;
    background-color: #ffffff;
    height: auto; 
}

/** FORM MOBile **/

#edit-subscribe {
    /* margin-top: 10px; */
    width: 124px;
    background: #15182b;
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #fff;
    padding: 2px;
    color: #fff;
}

#edit-unsubscribe { 
  
    margin-top: 10px;
    width: 124px;
    background: #15182b;
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #fff;
    padding: 2px;
    color: #fff;
}

#edit-subject {
    margin-top: 0px; 
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 2px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block !important;
    margin-bottom: 20px;
    width: 290px;
}


.form-textarea {
    margin-top: 0px; 
    border-radius: 1px;
    border-width: thin;
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 2px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block !important;
    margin-bottom: 20px;
    width: 290px;
}

div.sf-accordion-toggle.sf-style-white a {
    background: transparent !important;
    /* border: 1px solid #381301; */
    color: rgb(35, 35, 35);
    display: inline-block;
    font-weight: bold;
    padding: 1em 3em 1em 1em;
    position: relative;
    padding-left: 0px;
    margin-left: 0px;
}

div.sf-accordion-toggle.sf-style-white a.sf-expanded, ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded {
    background: transparent !important;
    margin-bottom: 5px;
    margin-left: 0px;
    /* padding-left: 0px; */
}

.js-text-full {
    border: 1px solid #dedede !important;
    width: 300px !important;
}


/** leave message mobile **/

.ui-dialog {
    position: fixed !important;
    height: auto;
    width: 70% !important;
    top: 30% !important;
    left: 15% !important;
    z-index: 999999999 !important;
}

/** about us mobile **/

.partners .list {
  display: block;
}

/** NEWS Detail Mobile **/

.card {
    margin-left: 15px !important; 
    display: inline-block;
}

.back-to {
    margin-top: 17px !important;
    margin-left: 5px;
}

.news-comment {
    margin-top: 30px;
    background-color: transparent;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-top:20px;
}


}

@media (max-width: 1261px) { 


#search-custom {
    /* margin-right: 30px;
    margin-left: 40px;  */
}

}
