/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}




/*******
    HEADER
    *****************/
.mod_search{
    float: right;
padding: 0 1rem;
}

.mod_breadcrumb{
    display: block;
}


#top .mod_search:hover {
    color: white;
}
#top, #top .inside {
    background-color: #0a328c;
}

#top .top_metanavi li:first-child:hover,
#top .top_metanavi li:first-child:hover a.a-level_1,
#top .top_metanavi li:first-child a.a-level_1:hover{
    color:white !important;
    opacity:1;
}

#top .top_metanavi li i {
    display: inline-block;
    margin-right: 0.34rem;
}



.header {
    line-height: 132px;
}

.logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    }

.stickyheader .logo{
    margin-top:0;
    margin-bottom:0;
}


/* HEaderbilder  / Banner   */
.ce_headerimage.version3 .ce_headline.headline h1,
.ce_headerimage.version3 .ce_headline.headline h2,
.ce_headerimage.version3 .subline {
    background: #FCFDFF;
    opacity:0.8;
    color: #324b83;
    border-radius: 7px;
}


.mod_navigation > .vlist.level_1 > li:first-child{
    display:none;
}


/*********
    CONTENT-BEREICH
    *************/

#main .mod_article {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#main .mod_article.first {
    padding-top: 5rem;
    padding-bottom: 2rem ;
}


.ce_iconbox.version2 i {
    background: white;
    color: gray;
}
.ce_iconbox.version2 h3{
    color:#333333;
}
.ce_iconbox h3{
    color:white;
}
.ce_iconbox .ce_iconbox_outside.padding .content {
    opacity: 0.8;
}





.ce_testimonial_version3 .text {
    background: rgb(10, 50, 140);
    }

.ce_testimonial_version3 .text p {
    color: white !important;
}

.ce_testimonial_version3 .text::after {
    background: rgb(10, 50, 140);
    }


/*** KALENDER ****/
.mod_eventlist_v3 .content{
    min-height: 180px;
}


.mod_eventreader .info {
    margin-left:0;
}

.mod_eventreader .info p {
    display: inline-block;
    margin-left: 45px;
}

/* HELPER */
.max800{
    max-width: 800px !important;
    margin:0 auto;
}


.pt-170 { /*seltsame korrektur für's framework' */
    padding-top:4rem !important;
}


