

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


.page-header {
    border-bottom: 0px solid;
}


.no-js-alert {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 50px;
}

.no-js-alert p {
    background: rgba(0,0,0,0.8);
    height: 105px;
    padding-top: 15px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.bigHeader {
    min-height: 200px;
    background: #0ea159;
    background: -moz-linear-gradient(top, #0ea159 1%, #00ce9a 49%, #00ce9a 51%, #00ce9a 51%, #00ce9a 53%, #0ea159 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0ea159), color-stop(49%,#00ce9a), color-stop(51%,#00ce9a), color-stop(51%,#00ce9a), color-stop(53%,#00ce9a), color-stop(100%,#0ea159));
    background: -webkit-linear-gradient(top, #0ea159 1%,#00ce9a 49%,#00ce9a 51%,#00ce9a 51%,#00ce9a 53%,#0ea159 100%);
    background: -o-linear-gradient(top, #0ea159 1%,#00ce9a 49%,#00ce9a 51%,#00ce9a 51%,#00ce9a 53%,#0ea159 100%);
    background: -ms-linear-gradient(top, #0ea159 1%,#00ce9a 49%,#00ce9a 51%,#00ce9a 51%,#00ce9a 53%,#0ea159 100%);
    background: linear-gradient(to bottom, #0ea159 1%,#00ce9a 49%,#00ce9a 51%,#00ce9a 51%,#00ce9a 53%,#0ea159 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea159', endColorstr='#0ea159',GradientType=0 );

}

.navbar_bg {
    background-color: rgb(14, 161, 89);
    margin-top: -3px;
        border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logo {
    display: block;
    width: 225px;
    background-color: #fff;
    padding: 15px;
    padding-top: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.logo img{
    width: 100%;
}

.container.header-wrapper {
    padding: 0px;
}

.header img{
    width: 100%;
}

.header img {
    width: 100%;
    border: 2px solid rgb(14, 161, 89);
    border-radius: 5px;
    margin-top: 20px;
}

.teaser_wrapper {
    margin-top: 65px;
}

.teaser {
    text-align: center;
}

.teaser h3 {
    color: #0ea159;
    text-transform: uppercase;
}

.teaser a{
    color: rgb(14, 161, 89);
    text-decoration: none;

}
.teaser p {
    padding-right: 70px;
    padding-left: 70px;
    font-size: 16px;
}

.teaser img {
    width: 100%;
}

.navbar-nav li a {
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav li a {
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}

.top_content {
    background-color: rgba(14, 161, 89, 0.3);
    padding-bottom: 23px;
    margin-top: 20px;
}
.content {
    text-align: center;
    font-size: 12pt;
}


.content h1{
    font-size: 36px;
    margin-bottom: 35px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid rgb(14, 161, 89);
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff!important;
}

.navbar {
    border: 0px;
}

.navbar-collapse {
    border-top: 2px solid #fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
}

.dropdown-menu {
    border: 0px;
}

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style:none;
}
div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
    display:inline;
}

div.mod-languages ul.lang-block li {
    display:block;
}

div.mod-languages img {
    border:none;
}

div.mod-languages a {
    text-decoration: none;
}

@media screen and (min-width: 365px){
    .teaser img {
    width: 40%;
}
}


@media (min-width: 768px){

    .top_content {
    border-radius: 5px; 
}

.teaser img {
    width: 65%;
}


.navbar-nav>li>.dropdown-menu {
    padding-top: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgb(14, 161, 89);
    width: auto;
    min-width: 188px;
    box-shadow: none;
}

    .navbar-nav li ul li:first-child a {
    padding-left: 20px;
}


    .navbar-nav li ul li a {
    color: #fff;
}

.navbar-collapse {
    border-top: 0px;
}


    .navbar-nav {
    float: left;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
}


.navbar-nav li:first-child a {
    padding-left: 0px;
}


.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    padding: 0px;
}

.navbar-nav>li {
    float: left;
    width: 14.28%;
    border-right: 2px solid #fff;
}

.navbar-nav>li:last-child {
    border-right: 0px;
}

.navbar-nav {
    float: left;
    margin: 0;
    margin-bottom: 10px;
}


.teaser p {
    padding-right: 0px;
    padding-left: 0px;
}
}

@media screen and (min-width: 1183px){
    .teaser p {
    padding-right: 70px;
    padding-left: 70px;

}
}
#redim-cookiehint {
	position: fixed !important;
  left: 0 !important;
}
#redim-cookiehint button {
	border: 0;
  cursor: pointer;
  height: 24px;
}
#redim-cookiehint .cookiecontent {
	margin: 5px 0 0 0;
}
