/* FARBEN

dunkelblau
#002940

*/

.clearer {
    clear: both;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

img {
    width: 100%;
    height: auto;
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    background-image: url('alma-mediation-hintergrund.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100vw;
    overflow-x: hidden;
}



.bgImage {
    background-position: -99999px -99999px;
    position: fixed;
    background-image: url('alma-mediation-hintergrund.jpg');
    height: 100vh;
    width: 100vw;
}

.bgImage:before {
    content: "";
    background-image: inherit;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-size: cover!important; z-index: -1;
}



.headerImage {
    background-position: -99999px -99999px;
    position: fixed;
    background-image: url('alma-mediation-hintergrund.jpg');
    height: 60px;
    width: 100vw;
    z-index: 100;
}








header {
    height: 121px;
    display: none;
}


footer {
    z-index: 200;
    max-width: 100vw;
    overflow-x: hidden;
}

/* ------------------------------------- ELEMENTE ----------------------------------- */



p {
    font-weight: 400;
    font-size: 15px;
    color: #172B3B;
    line-height: 24px;
}

h1 {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 4px 8px;
    color: #FFFFFF;
    background-color: #002940;
    margin-top: 0;
}



h2 {
    font-weight: 500;
    font-size: 12px;
    color: #002940;
    text-transform: uppercase;
    margin:0;
    padding: 0;
    margin-bottom: 22px;
}

h3 {
    background: #4E788A;
    font-size: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    display: block;
    padding: 6px 8px;
}


hfooter {
    font-weight: 400;
    font-size: 9px;
    color: #999999;
    letter-spacing: 0;
    line-height: 12px;
}


hlinks {
    font-size: 500;
    font-size: 12px;
    color: #4E788A;
}

a {
    color: #4E788A;
}


a:hover {
    color: #4E788A;
}

a.button {
    background: #9D1980;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    text-transform: uppercase;
    padding: 4px 8px;
    text-align: center;
}



.container {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
    overflow: hidden;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.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-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-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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}


#content {
    background-color: #FFF;
    padding: 7.5px;
    box-sizing: border-box;
    margin-bottom: 80px;
    margin-top: 60px;
    z-index: 100;
}



.verlauf img::after {
    box-sizing: border-box;
    display: block;
    position: absolute;
    padding: 3px 8px;
    bottom: 0;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, rgba(62, 96, 126, 0.25) 10%, rgba(0,40,64,0.60) 30%, rgba(0,40,64,0.90) 50%);
    background-blend-mode: multiply;
}



/* ------------------------------------- NAVIGATION ----------------------------------- */


div.links {
    display:none;
}


#navigation {
    display: none;
}

.nav li a {
    display: inline-block !important;
    color: #FFF!important;
    padding: 6px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    text-transform: uppercase;
    background-color: #002940;

}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent;
}

#hamburger nav.navbar {
    position: fixed;
    z-index: 200;
    width: 100vw;
}

#hamburger .nav li a {
    padding: 12px;
    line-height: 12px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    background-color: transparent;
    color: #FFF;
}

.nav li a.nav-active {
    color: #B2C7E4!important;
}


/* ------------------------------------- HAMBURGER ----------------------------------- */

#hamburger img {
    width: 200px;
    height: auto;
    padding-left: 7.5px;
    padding-top: 5px;
}


#hamburger button {
    background-color: transparent;
    border: 0;
}

#hamburger .navbar-default {
    background-color: transparent;
    border: none;
    margin:0;
}

#hamburger .navbar-collapse {
    border: 0;
}

#hamburger ul {
    background-color: #002940;
}

#hamburger li {
    text-align: center;
}

#hamburger a {
    color: #FFF;
}


#hamburger .navbar-toggle {
    margin-right: 5px;
}

#hamburger .navbar-toggle.collapsed > span.icon-bar {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    margin: 0;
    opacity: 1;
    height: 3px;
}

#hamburger button.navbar-toggle.collapsed > span:nth-child(2) {
    top: 0px;
}

#hamburger button.navbar-toggle.collapsed > span:nth-child(3) {
    top: 5px;
}

#hamburger button.navbar-toggle.collapsed > span:nth-child(4) {
    top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}


button.navbar-toggle > span.icon-bar {
    background-color: #FFF;
    position: relative !important;
    display: block !important;
    height: 2px;
    width: 20px;
}

button.navbar-toggle > span:nth-child(2) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

button.navbar-toggle > span:nth-child(3) {
    opacity: 0;
    left: -60px;
}

button.navbar-toggle > span:nth-child(4) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* ------------------------------------- SLIDER ----------------------------------- */




.flexslider {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    width: 100vw;
    left: -15px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}


.flexslider .csc-textpic {
    position: relative;
}

.flex-direction-nav a.flex-prev:before {
    font-family: Catamaran;
    color: #FFF;
    content: "<";
    font-size: 40px!important;
}

.flex-direction-nav a.flex-next:before {
    font-family: Catamaran;
    color: #FFF;
    content: ">";
    font-size: 40px;
}

.sliderContainer {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.sliderContainer .bild {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
}


.sliderContainer .inhalt {
    position: absolute;
    top: 60px;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #172B3B;
    background-color: transparent;
    width: 70vw;
    left: 15vw;
}

.sliderContainer .inhalt h2 {
    font-weight: 600;
    font-size: 19px;
    color: #172B3B;
    line-height: 24px;
    text-transform: uppercase;
}

.sliderContainer .inhalt .inhaltInner {
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 6px;
}



/* ------------------------------------- NAV-TABS ----------------------------------- */

ul.nav-tabs {
  height: 30px;
    border: none;
}


.nav-tabs li {
    width: auto;
}

.nav-tabs li:nth-child(2) {
    float: left;
    text-align: right;
}

.nav-tabs li:nth-child(2) {
    float: right;
    text-align: right;
}

.nav-tabs > li.active > a,
.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    background-color: #002940;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #FFF;
    text-transform: uppercase;
    padding: 6px 8px;
    border-radius: 0;
    border: 0;
}

.nav-tabs li a {
    background-color: #4E788A;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    padding: 4px 8px;
    border:0;
}




/* ------------------------------------- TOGGLE ----------------------------------- */

.toggleContainer {
    position: relative;
    padding-bottom: 20px;
}

.toggleContainer .mehr {
    display: none;
}

.toggleContainer .toggle {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: red;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #007EB8;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.12), 0 6px 6px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    color: #FFF;
}

/* ------------------------------------- NEWS ----------------------------------- */


.news .news-list-view .article {
    margin-bottom: 15px;
}


.news {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    /* ------------------------------------- Kategorie: Liste: News ----------------------------------- */



.news .article .imgNews {
    margin: 0;
    padding: 0;
    position: relative;
    max-height: 120px;
    overflow: hidden;
}


.news .article .news-img-wrap {
    margin:0;
}


.news .article .news-img-wrap a {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.news .article .news-img-wrap img {
    width: 100%;
}


.gradient-overlay {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 126, 184, 0.6) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(to right, rgba(0, 126, 184, 0.6) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(to right, rgba(0, 126, 184, 0.2) 0%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: multiply, overlay, color-burn;
}


.pickgradient{
    position:relative;
    display:inline-block;
}
.pickgradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: inline-block;
    background-image: linear-gradient(to right, rgba(0, 126, 184, 0.6) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(to right, rgba(0, 126, 184, 0.6) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(to right, rgba(0, 126, 184, 0.2) 0%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: multiply, overlay, color-burn;
}

.verlauf img{
    display:block;
    height:inherit;
    width:100%;
}



/* ------------------------------------- Kategorie: Liste: membres ----------------------------------- */

.news .article .imgMembres {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/* ------------------------------------- Kategorie: Liste: News Archive ----------------------------------- */



.newsArchive .article {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
    width: 100%!important;
    float: none!important;
}

.newsArchive > a > .row {
    padding: 0 12px;
}


.newsArchive .title {
    padding: 8px;
    font-weigth: 500:
    font-size: 12px;
    color: #4E788A;
}

.newsArchive .time {
    display: block;
    padding-top: 13px;
    padding-left: 1em;
    font-weigth: 500;
    font-size: 10px;
    color: #9B9B9B;
    line-height: 10px;
}

.news .article .details {
    box-sizing: border-box;
    display: block;
    position: absolute;
    padding: 6px 8px;
    bottom: 0;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, rgba(62, 96, 126, 0) 0%, rgba(0,40,64,0.50) 20%, rgba(0,40,64,0.90) 50%);
    background-blend-mode: multiply;
    line-height: 0.9em;
}

.news .article .details .news-list-date {
    font-weight: 500;
    font-size: 10px;
    color: #C1DFF0;
    line-height: 12px!important
}


.news .article .details .header {
    line-height: 13px;
}

.news .article .details .header span {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}


.news-single > .container {
    width: 100%;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
}

.news-single .article .image .news-img-wrap:after {
    content: '\A';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0, 126, 184, 0.6) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(to right, rgba(0, 126, 184, 0.6) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(to right, rgba(0, 126, 184, 0.2) 0%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: multiply, overlay, color-burn;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.news-single .article .image {
    width: 100%;
    position: relative;
}

.news-single .article .image .imageText {
    position: absolute;
    bottom: 0;
    width:100%;
    padding: 6px 8px;
    background-image: linear-gradient(to bottom, rgba(62, 96, 126, 0) 0%, rgba(0,40,64,0.50) 20%, rgba(0,40,64,0.90) 50%);
    background-blend-mode: multiply;
}


.news-single .article .image .imageText time {
    font-weight: 500;
    font-size: 10px;
    color: #C1DFF0;
    line-height: 12px;
}



.news-single .article .image .imageText h3 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 16px;
    background-color: transparent;
}



/* ------------------------------------- Detalles Nouvelles ----------------------------------- */

.DetallesNews .article h1 {
    display: none;
}

/* ------------------------------------- Detalles Mediateurs ----------------------------------- */


.detallesMediateurs .imageText {
    background-image: url('alma-mediation-mediateurs-verlauf.png')!important;
    background-position: cover;
}

.imgMembres span {
    font-weight: 500;
    font-size: 10px;
    color: #C1DFF0;
    line-height: 12px!important;
}

.detallesMediateurs .news-single .article .image .news-img-wrap:after {
    content: '\A';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: none;
    opacity: 1;
}

.detallesMediateurs .imageText span {
    font-weight: 500;
    font-size: 12px;
    color: #C1DFF0;
    line-height: 10px;
}



a.download,
a.blocklink,
.newsArchive a,
.news-text-wrap a,
.newsContentElement a {
    line-height: 1.3em;
    font-weight: 500;
    color: #4E788A;
    display: block;
    border-bottom: 2px solid #4E788A;
    background-image: url('alma-mediation-link.png');
    background-size: auto 14px;
    background-repeat: no-repeat;
    background-position: 99% center;
    padding-right: 2em;
}

.newsArchive a {
    background-position: 97% center;
}


/* ------------------------------------- KONTAKTFORM ----------------------------------- */


.mediateursAgrees > div > div:nth-child(3) {
    clear: both;
}

.mediateursAgrees ul {
    padding: 0;
}

.mediateursAgrees li {
    font-weight: 500;
    font-size: 12px;
    color: #4E788A;
    padding: 6px 8px;
    line-height: 1em;
    border-bottom: 2px solid #4E788A;
    list-style-type: none;
}

/* ------------------------------------- KONTAKTFORM ----------------------------------- */


.tx-powermail .container-fluid {
    padding: 0 6px
}

.tx-powermail legend {
    display: none;
}

.tx-powermail label {
    padding: 0;
}

.tx-powermail .powermail_form h3,
.tx-powermail .powermail_legend {
    display: none;
}



.tx-powermail .powermail_form  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.tx-powermail .powermail_fieldwrap > label {
   display: none;
}

.tx-powermail .powermail_fieldwrap_votremessage label {
    display: inline-block;
    background: #4E788A;
    font-size: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    padding: 6px 8px;
}

.tx-powermail .powermail_fieldwrap_fonctioncocher > div,
.tx-powermail .powermail_fieldwrap_domainedactivitcocher_01 > div {
    font-weight: 400;
    font-size: 15px;
    color: #172B3B;
    line-height: 24px;
}


.tx-powermail .powermail_field input,
.tx-powermail .powermail_field textarea {
    width: 100%;
    padding: 0.4em;
    background: #FFFFFF;
    border: 1px solid #4E788A;
    border-radius: 4px;
    font-family: 400;
    font-size: 12px;
    color: #4E788A;
    margin-bottom: 12px;
}


.tx-powermail input.powermail_submit,
.tx-felogin-pi1 .feloginSubmit {
    width: 49%;
    float: right;
    background-color: #4E788A;
    color: #FFF;
    background: #4E788A;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
}

.tx-powermail input.powermail_reset {
    width: 49%;
    float: left;
    color: #4E788A;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    border: 0;
}

.tx-powermail .powermail_fieldwrap_type_text {
    font-weigth: 400;
    font-size: 9px;
    color: #999999;
    letter-spacing: 0;
    line-height: 12px;
    margin-bottom: 12px;
}

.tx-powermail .radio,
.tx-powermail .checkbox {
    font-weight: 400;
    font-size: 12px;
    color: #172B3B;
    line-height: 10px;
    padding-left: 20px;
}

.tx-powermail .radio label,
.tx-powermail .checkbox label {

}


.tx-powermail .radio input,
.tx-powermail .checkbox input {
    margin-top:0;
    display: inline-block;
    width: auto;
}


.tx-felogin-pi1 > h3 {
    display: none;
}

.tx-felogin-pi1 legend {
    display: none;
}

.tx-felogin-pi1 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


.tx-felogin-pi1 input {
    width: 100%;
    padding: 0.4em;
    background: #FFFFFF;
    border: 1px solid #4E788A;
    border-radius: 4px;
    font-family: 400;
    font-size: 12px;
    color: #4E788A;
    margin-bottom: 12px;
}

.tx-felogin-pi1 > div {
    margin-bottom: 1em;
}

/* ------------------------------------- FOOTER ----------------------------------- */

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #002940;
}

footer .nav li {
    display: inline-block;
    padding: 6px;
}


footer .nav li a {
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}


footer .nav li.active a,
footer .nav li a:hover {
    background: #007EB8;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
}



@media screen and (min-width: 768px) {


    .container {
        padding-right: 11px;
        padding-left: 11px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-fluid {
        padding-right: 11px;
        padding-left: 11px;
    }

    .row {
        margin-right: -11px;
        margin-left: -11px;
    }

    .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-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-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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 11px;
        padding-left: 11px;
    }


    body > .container-fluid > .row > .container > .row > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }


    #hamburger {
        position: relative;
    }

    #hamburger .navbar-nav {
        float: right;
        padding-top: 12px;
    }


    #hamburger .dropdown-menu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #hamburger .dropdown-menu li {

    }

    #hamburger ul {
        background-color: transparent;
    }


    .headerImage {
        height: 90px;
    }

    #content {
        margin-top: 90px;
        padding: 11px;
    }


    #hamburger .navbar-nav li {
        margin:6px;
        background-color: #002940;
    }

    #hamburger .navbar-nav li > a {
        padding: 6px 8px;

    }

    #hamburger .navbar-header > a img {
        padding: 0;
        padding-top: 20px;

    }

    #hamburger .dropdown-menu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #hamburger .dropdown-menu {
        min-width: 360px;
    }

    #hamburger .dropdown-menu li {
        display: inline-block;;
    }

    #hamburger .navbar-default .navbar-nav>.active>a,
    #hamburger .navbar-default .navbar-nav>.active>a:focus,
    #hamburger .navbar-default .navbar-nav>.active>a:hover,
    #hamburger .dropdown-menu > .active > a,
    #hamburger .dropdown-menu > .active > a:focus,
    #hamburger .dropdown-menu > .active > a:hover {
        background-color: #002940!important;
    }

    .mediateursAgrees > div > div:nth-child(3) {
        clear:none;
    }


    .news {
        margin-left: -11px;
        margin-right: -11px;
    }

    .news-single > .container {
        width: 100%;
        margin-left: -11px;
        margin-right: -11px;
    }



}

@media screen and (min-width: 1024px) {

    div.links {
        display:block;
    }

    div.rechts {
        float: right;
    }

    .container {
        padding-right: 12px;
        padding-left: 12px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }

    .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .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-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-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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 12px;
        padding-left: 12px;
    }


    body > .container-fluid > .row > .container > .row > .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    div.links {
        width: 16.5%!important;
    }
    div.rechts {
        width: 83.5%!important;
    }

    .langerText p {
        padding-right: 10%;
    }

    footer {
        display: none;
    }

    .headerImage {
        height: 120px;
    }

    #hamburger {
        display: none;
    }

    /* ------------------------------------- HEADER ----------------------------------- */

    header {
        display: block;
        position: fixed;
    }


    header {
        padding-top: 28px;
        margin-left: 12px;
    }

    header a {
        display: block;
        width: 284px;
    }

    header img {
        width: 100%;
        height: auto;

    }


    .affix {
        top: 120px;
    }

    #navigation {
        display: block;
        background-color: #002940;
        width: 100%;
    }


    #navigation .navbar {
        background-color: transparent;
        border: none;
        margin:0;
    }


    #navigation .navbar-header {
        display: none;
    }


    #navigation .navbar-nav > li {
        float: none;
        display: block;
        background-color: transparent;
        margin: 0;
    }

    #navigation .navbar-nav a {
        display: block;

    }


    #content {
        margin-top: 120px;
        padding:12px;
    }

    #navigation .main-nav {
        padding-top: 50px;
        padding-bottom: 152px
    }

    #navigation .main-nav .dropdown-menu {
        position: inherit;
        float: none;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    #navigation .nav li a,
    #navigation .nav li a:focus,
    #navigation .nav li a:active {
        background-color: transparent;
        outline: none;
    }


    #navigation .nav li > a:hover {
        color: #B2C7E4 !important;
        background-color: transparent;
    }

    #navigation .service-nav ul.nav {
        margin:0;
    }


    #navigation .service-nav {
        padding-bottom: 50px;
    }



    .service-nav li.active a,
    .service-nav li a:hover {
        background: #007EB8;
        box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
        border-radius: 2px;
        font-weight: 500;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 12px;
        text-transform: uppercase;
        padding: 6px;
    }


    .flexslider {
        position: relative;
        width: 100%;
        left:0;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

    .sliderContainer .inhalt {
        width: auto;
        left: 0;
    }



    .sliderContainer .inhalt {
        overflow: hidden;
        bottom: 5em;
        height: auto;
    }



    .news {
        margin-left: -12px;
        margin-right: -12px;
    }

    .news .article .imgNews {
        max-height: 90px;
    }

    .news-single > .container {
        width: 100%;
        margin-left: -12px;
        margin-right: -12px;
    }

    .article > .container {
        width: 100%;
    }



}

@media screen and (min-width: 1280px) {
    main {

    }
}

@media screen and (min-width: 1950px) {
    main {

    }
}



