@font-face {
    font-family: 'dinpro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/DINPro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'dinpro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/DINPro-Medium.otf') format('opentype');
}

a, a:hover, a:active, a:focus, a:visited, a:link {
  outline: 0;
  color: #00a2d3;
}

input::-moz-focus-inner { 
  border: 0; 
}

html,
body {
	margin:0; padding:0; height:100%;
    font-family: 'dinpro', arial, sans-serif;
    font-size: 11pt;
    color: #635c5c;
    line-height: 16pt;
    font-weight: 400;
}

h1 {
    color: #635c5c;
    font-size: 16pt;
    font-weight: 400;
    line-height: 20pt;
    margin-bottom: 20pt;
}

h2 {
    color: #0a58a6;
    line-height: 16pt;
    font-weight: 700;
    font-size: 11pt;
    margin-bottom: 16pt;
}

h3 {
    color: #0a58a6;
    line-height: 16pt;
    font-weight: 700;
    font-size: 11pt;
    margin-bottom: 16pt;
}

p {
    margin-bottom: 15pt;
}

b {
    font-family: 'dinpro', arial, sans-serif;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.smaller {
    font-family: 'dinpro', arial, sans-serif;
    font-size: 8pt;
    line-height: 12pt;
}

#content {
    margin-top: 10px;
}


#wrapper {
     min-height:100%; position:relative;
}

#footer {
     height:150px; 
     padding-top: 50px;
     margin-top: 50px;
}


#footer-nav {
    margin-bottom: 15px;
    margin-left: 55px;
}

#footer-nav a {
    color: white;
}

#footer-nav a:hover {
    text-decoration: none;
    color: #00a2d3;
}

#container-content {
    padding-bottom:100px;
}

.m-b { margin-bottom: 20px; }
.m-l { margin-left: 20px; }
.m-r { margin-right: 20px; }
.m-t { margin-top: 20px; }

.m-b-0 { margin-bottom: 0px; }
.m-l-0 { margin-left: 0px; }
.m-r-0 { margin-right: 0px; }
.m-t-0 { margin-top: 0px; }

.p-b { padding-bottom: 20px; }
.p-l { padding-left: 20px; }
.p-r { padding-right: 20px; }
.p-t { padding-top: 20px; }


/* Navbars */

.meta-menu li {
    background-color: rgba(255, 255, 255, 0.54);
}
.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    min-height: 29px;
}
.navbar {min-height:29px !important;}

#navbar-main {
    background: rgba(0,83,166,1);
    background: -moz-linear-gradient(top, rgba(0,83,166,1) 0%, rgba(0,136,253,1) 49%, rgba(0,83,166,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,83,166,1)), color-stop(49%, rgba(0,136,253,1)), color-stop(100%, rgba(0,83,166,1)));
    background: -webkit-linear-gradient(top, rgba(0,83,166,1) 0%, rgba(0,136,253,1) 49%, rgba(0,83,166,1) 100%);
    background: -o-linear-gradient(top, rgba(0,83,166,1) 0%, rgba(0,136,253,1) 49%, rgba(0,83,166,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,83,166,1) 0%, rgba(0,136,253,1) 49%, rgba(0,83,166,1) 100%);
    background: linear-gradient(to bottom, rgba(0,83,166,1) 0%, rgba(0,136,253,1) 49%, rgba(0,83,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0053a6', endColorstr='#0053a6', GradientType=0 );

    min-height: 29px;
    border: none;
    z-index: 100;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
    margin-bottom: 45px;
}

#navbar-main .navbar-header {
    min-height: 29px;
}

@media only screen and (min-width: 0px) and (max-width: 767px){
    #navbar-main ul.nav.navbar-nav {
        margin-top: 0px;
        background-color: #005CB5;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
}





#navbar-main .navbar-toggle {
    margin: 0px 5px 0 0;
    background-color: #EFBA6A;
    padding: 6px 10px;
}

#navbar-main .navbar-nav > li > a {
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

#navbar-main .navbar-nav > li > a:hover {
    color: #00a2d3ff;
    background-color: rgba(0,0,0, 0.1);
}

#navbar-main .navbar-nav > .open > a, 
#navbar-main .navbar-nav > .active > a {
    background-color: transparent;
    background-image: none;
    color: #00F4F4;
}

#navbar-main .navbar-nav > .active > a,
#navbar-main .navbar-nav > .active > a:hover, 
#navbar-main .navbar-nav > .active > a:focus {
    background-color: rgba(0,0,0, 0.1);
    background-image: none;
    color: #00F4F4;
}


#left-navigation {
    z-index: 10;
}

#left-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*border-left: 2px solid grey;*/
    margin-left: 20px;
}

#left-navigation ul li {
    list-style: none;
    padding: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}

#left-navigation ul li > a {
    display: block;
    padding: 6px;
    color: black;
    border-top-right-radius: 4px;
    /*border-bottom-right-radius: 4px;
    border: 1px solid currentColor;*/
}

#left-navigation ul li > a:first-of-type {
    padding-top: 2px;
}

#left-navigation ul li ul li > a:first-of-type {
    padding-top: 0px;
}

#left-navigation ul li > a:hover {
    color: #00a2d3;
    text-decoration: none;
}

#left-navigation > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#left-navigation > ul > li {
    border-bottom: 1px dotted black;
}


#left-navigation ul li.self>a {
    color: rgba(250, 197, 92, 0.49);
    font-weight: 700;
    color: #00a2d3;
}


/*
#left-navigation li.parent > a::before {
    content: '\0020 \25B7 \0020';
}
#left-navigation li.parent.active > a::before {
    content: '\0020 \25BD \0020';
}
*/




#breadcrumbs {
    z-index: 11;
}

#breadcrumbs > ul {
    list-style: none;
}

#breadcrumbs > ul li {
    display: inline-block;
}


.liste-1 {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
}

.liste-1:last-of-type {
    border-bottom: none;
}





.meta-menu a {
    padding: 5px;
    border: 1px solid transparent;
}

.meta-menu a:hover{
    text-decoration: none;
    background-color: #00F4F4;
}

.meta-menu img {
    margin-top: -5px;
    margin-right: 5px;
}

.error {
    background-color: #ffc6c6;
}


/* tinymce */
.border {
    border: 1px solid black;
}



@media only screen and (min-width: 320px) and (max-width: 479px){ 
    .slider {
        height: 80px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .slider {
        height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .slider {
        height: 150px;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1999px){ 
    .slider {
        height: 200px;
    }
}