
/* latin 100 */
@font-face {
    font-family: 'Montserrat-100';
    font-style: normal;
    font-weight: 100;
    font-display: swap;

    /* src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format('woff2'); */
    src: url(../../../NewsBASE/content_averbeck/_layout/webfonts/Montserrat-100.woff2) format('woff2');

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin 500 */
@font-face {
    font-family: 'Montserrat-500';
    font-style: normal;
    font-weight: 500;
    font-display: swap;

    src: url(../../../NewsBASE/content_averbeck/_layout/webfonts/Montserrat-500.woff2) format('woff2');

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin 600 */
@font-face {
    font-family: 'Montserrat-600';
    font-style: normal;
    font-weight: 600;
    font-display: swap;

    src: url(../../../NewsBASE/content_averbeck/_layout/webfonts/Montserrat-600.woff2) format('woff2');

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/*************************************/
.devider {
    /* border:solid red 10px; */
    /* display:none; */
}

/*************************************/

nav {
  /*   border:solid green 0px; */
}
header#seitenkopf {
    border:solid green 0px;
}
nav#haupt-navigation {
    border:solid red 0px;
}
nav#unter-navigation {
    border:solid magenta 0px;
}
nav#sprunglinks {
    border:solid brown 0px;
}
main#inhalt {
    border:solid blue 0px;
}
footer#fussleiste {
    border:solid yellow 0px;
}

.pagenavi_container  {
    margin-bottom:20px;
    padding:10px;
    background:#eee;
    background: #eee;
    border-radius: 10px;
}

.pagenavi_container ol,
.pagenavi_container ul {
    padding-left:23px;
    margin-bottom:0px;
}
.pagenavi_container li,
.pagenavi_container a {
    color:#666 !important;
    text-decoration:none !important;
}
.pagenavi_container a:hover {
    text-decoration:underline !important;
}
.pagenavi_container .article_container {
    font-size:1em;
    padding: 0;
    margin: 0 0 3px 5px;
}

.pagenavi_container .article_container.pagename {
    margin-top:10px;
}

nav ul#sprungmarken {
    text-align:left;
    border:solid cyan 0px;
}

nav ul#sprungmarken {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

div#topnews {
    border:solid brown 0px;
}


/*****************************************/


html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    text-align:center;  /* IE*/

    font-size: 16px;
    line-height: 25px;

    font-size: 18px;
    line-height: 28px;

    color: #333;
    /* color: #000; */
    background: #fff;
     font-family:Montserrat-500, sans-serif !important;;

     letter-spacing: -0.02em;

}


img {
   vertical-align: bottom;
   border: none;
 }

div {
    box-sizing: border-box;
}

#nonFooter {
    position: relative;
    /* min-height: 100%; */
    /* height: 100%; */
    /* width:1000px;  */
    width:100%;
    max-width:1020px;
    margin: 0 auto 0 auto;
    text-align:left;
    background:#fff;
    /* box-shadow: 0px 10px 40px #555; */
    padding: 0 30px;
    /* border:solid red 1px; */
}

/* Leeres Div unter dem letzten Content mit Höhe Footer */
#stopFooter {
    height:100px;
}

#footer_container {
    clear:both;
    position:relative;
    margin: -150px auto 0 auto;
    padding: 0px 30px;
    height:170px;
    height:300px;
    width:100%;
    text-align:left;
    background:#fff;
    /* border:solid red 5px; */
}

.footer_content {
    padding: 15px 0px 15px 0px;
    max-width:960px;
    margin:0 auto;
    height: 100%;
    margin-top: 40px;
    border-top:solid #ccc 1px;
    /* line-height: 1.8em; */
}

/*****************************************/


.top_fixed {
    position:fixed;
    z-index:10;
    width:100%;
    /* padding:0 30px; */
    left:0;
    top:0;
    background:#fff;
}

.top_fixed #seitenkopf {
    position: relative;
    max-width:960px;
    padding:0 30px;
    margin:auto;
    /* border:solid blue 1px;  */
}

.top_fixed #logo img {
    width: 280px;
}

.top_fixed.small {
}

.top_fixed.small #logo img {
    width: 250px;
}

.top_container {
    padding: 5px 0 25px 0px;
    background:transparent;
    background-repeat:no-repeat;
    background-position: left top;
    border-bottom: solid #ccc 1px;
}

.fixed_menu_top {
    position:absolute;
    bottom:60px;
    right:20px;
}
.fixed_menu_top span {
    margin:0 10px 0 10px;
}

#searchwrap {
    float:right;
}
.searchform {
    display:inline-block;
    margin:0 0px 0 0px;
}
.searchform input[type=text] {
    /* font-size: 12px;  */
    /* line-height: 12px;  */
    /* height: 15px; */
    width:120px;
    border:solid #888 1px;
    /* color:#808080; */
    padding-left:3px;
}
.searchform input[type=image] {
    width:20px;
    float:right;
    margin:4px 0px 0 5px;
    opacity:0.5;
}

/******************************************************/


.content_container {
    padding:10px 0 20px 0px;
    margin-top:160px;
}

.template_container {
    margin-left: 0px;
    padding: 0;
    width:100%;
    /* border: solid yellow 10px; */
}

.sitewrap {
    padding-top:10px;
    margin-bottom:30px;
    /* border:solid blue 1px;  */
    /* border-top:solid #ccc 1px; */
}

/*
.template_container {
    display:inline-block;
    vertical-align:top;
    width:610px;
    width:64%;
    width:72%;
}

.rightcol_container {
    display:inline-block;
    vertical-align:top;
    width:33%;
    width:25%;
    margin:10px 0 0 3%;
    padding:0 0px 0 20px;
    border-left:dotted #ccc 1px;
}

.leftcol_container {
    display:inline-block;
    vertical-align:top;
    width:33%;
    width:25%;
    margin:0px 10px 0 0;
    padding:0 0px 0 25px;
}
 */
/*****************************************/


.mainmenu_container {
    position:relative;  /* Wichtig für Position pullouts !! */
    padding:0 0 20px 0px;
    margin-left:15px;
    margin-left: -7px;
}

/*****************************************/

#logo {
    display:inline-block;
    margin-top: 5px;
}

#logo img {
    width:330px;
}

#logo:hover {
    opacity:0.8;
   /*  transform: scale(1.01); */
}

#menu_opener {
    display:none;
    position:absolute;
    z-index:20;
    top:10px;
    right:10px;
    width:30px;
    height:29px;
    cursor:pointer;
    background: transparent url(../../../NewsBASE/content_averbeck/_layout/menu_opener.png) left top no-repeat;
}

.submenu_container {
    padding:0px 0 0 0px;
    margin-bottom:40px;
    margin-top:10px;
}

/*****************************************/

.show_order_container {
    clear:both;
    color:#808080;
    margin:20px 0 3px 0px;
    border:solid green 0px;
}



/*
//////////////////////
TEST: Silbentrennung
.show_page_container {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    border:solid red 5px;
}
*/




h1.show_page_container,
h2.show_page_container {
    font-size:2.5em;
    line-height:1.1em;
    font-weight:normal;
    /* color:#666; */
    margin:5px 0 15px 0px;
    font-family:Montserrat-500, sans-serif !important;}

h2.show_page_container {
    font-size:1.8em;
}

.show_page_container_SMALL {
    margin-top:5px;
}

.intropic_container {
    width:100%;
    margin:0px 0 40px 0;
    overflow:hidden;
}

.intropic_container img {
    width: 100%;
}

.intropic_title_container {
    margin:0 0 0 0px;
    float:left;
    margin:0 0 0 0px;
}

.introtext_container {
    font-size:1.2em;
    line-height:1.4em;
    color:#666;
    padding:0 0px 0 0;
    margin:10px 0 25px 0px;
}

.introtext_container h2 {
    margin: 0 0 10px 0;
    font-weight:normal;
    line-height: 1.2em;
}

.entrys_container {
    margin:10px 0 20px 0px;
    padding:0 0px 0 0px;
}

.entrys_row_container {
    margin-top: 50px;
    /* border: solid magenta 1px; */
}

.entrylines {
    width: 100%;
    padding-top: 10px;
    margin-top: 30px;
    border-top:solid #ccc 1px;
}

.entrypic_container  {
}
.entrypic_container img  {
    max-width: 170px;
}

.entrytext_container {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.article_container {
    margin: 0px 0 15px 0px;
    font-weight:normal;
    /* font-weight:bold;  */
    font-size:1.3em;
    line-height:1.3em;
    /* border:solid red 1px; */
}
.article_text_container {
    margin:0px 0px 0px 0px;
}

/*************************/

.bu_container {
    margin:0 0 0 0px;
}

.clear_both {
    clear:both;
    line-height:1px;
    margin:0 0 0 0px;
    padding:0 0 0 0px;
}

/*************************/

table {
    width:100%;
    border:solid #fff 0px;
    border-bottom:solid #ccc 1px;
    margin:0 0 5px 0;
}
td {
    color:#515049;
    border:0px;
     vertical-align:top;
    padding:2px 0;
    border-top:solid #ccc 1px;
}
table p {
    margin:0 0 0 0px;
}
form {
    margin:0px;
    padding:0px;
}


/**************************************************/

/* Container Pullout Ebene 1  */
.pullout1_container,
.pullout2_container {
    display:none;
    position:absolute;
    background:#ffffff;
    opacity: 0.95;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    min-width:150px;
    padding:5px 0;
}

.pullout1_container {
    z-index:100;}

.pullout2_container {
    z-index:101;
}

/**************************************************/

.input_text {
    font-family: Arial,Helvetica,sans-serif;
    font-size:1em;
    line-height:1.3em;
    border: solid #808080 1px;
    height: 18px;
    background: #ffffff;
}
.input_sprot {
    position:absolute;
    top:-100px;
}
.button {
    font-family: Arial,Helvetica,sans-serif;
    font-size:1em;
    line-height:1.3em;
}


/**************************************************/

ul {
    margin-top: 0px;
    margin-bottom:10px;
    padding-top: 0px;
    padding-left: 20px;
    list-style-position: outside;
}
ol {
    margin-top: 0px;
    margin-bottom:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 20px;
}

li {
}

a:link {
    color: #444;
    text-decoration: none;
}
a:visited {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
    text-decoration: none;
}
a:active {
    color: #444;
    text-decoration: none;
}


/**************************************************/

.arrowButt {
    margin:1px;
}
.arrowButtMore {
    padding:0 0 0 20px;
    margin:0 0 0 0px;
    background-image:url(../../../NewsBASE/content_averbeck/_layout/arrow_more.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:solid red 0px;
}
.arrowButtLess {
    padding:0 0 0 25px;
    margin:0 0 0 0px;
    background-image:url(../../../NewsBASE/content_averbeck/_layout/arrow_less.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:solid red 0px;
}

.internLink1 {
    margin:0px 0 0 0px;
    border:solid red 0px;
}
.internLink1 a {
    color:#5FB3A3;
}
.internLink1.small a {
    color:#5FB3A3;
}

/*******************/
.social_media_container {
    position:absolute;
    right:20px;
    top:45px;
    border:solid red 0px;
}

.footer_content .social_media_container {
    top:30px;
}

.social_media_container span {
    display:inline-block;
    vertical-align:middle;
    height:50px;
    width:50px;
    margin:0 0px 0 0;
    background-image:url(../../../NewsBASE/content_averbeck/_layout/social_media.png);
    background-position: 0 0;
    background-repeat:no-repeat;
}

span.social_media_email {
    background-position: 0 0;
}
span.social_media_email:hover {
    background-position: 0 -50px;
}
span.social_media_facebook {
    background-position: -50px 0px;
}
span.social_media_facebook:hover {
    background-position: -50px -50px;
}
span.social_media_twitter {
    background-position: -100px 0px;
}

span.social_media_twitter:hover {
    background-position: -100px -50px;
}

span.social_media_youtube {
    background-position: -150px 0px;
}
span.social_media_youtube:hover {
    background-position: -150px -50px;
}
.social_media_container .butt_video {
    display:inline-block;
    vertical-align:middle;
    width:70px;
    height:70px;

    background-image:url(../../../NewsBASE/content_averbeck/_layout/butt_video.png);
    background-position: 0 0;
    background-repeat:no-repeat;
    background-size:100%;
}

.social_media_container .butt_video:hover {
    background-position: 0px -70px;
}


/*******************/
.footer_content #logos_footer {
    float: right;
    /* border:solid red 1px; */
}

.footer_content #logos_footer img {
    max-width:350px;
    /* border:solid blue 1px; */
}

/*******************/





.toptext_1 {
    position:absolute;
    z-index: 2;
    top:10px;
    left:20px;
    margin:0 0 0 0px;
    padding:0 0 0 0px;
    font-size:2em;
    line-height:1.3em;
    font-weight:normal;
    color:#fff;
}

.toptext_2 {
    top: 84px;
    position: absolute;

    top: 63px;
    right: 25px;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;

    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #666;
    max-width: 330px;
    text-align: right;
    font-weight: 400;
}

.version_link_control {
    position:absolute;
    z-index:9999;
    top: 30px;
    right:10px;
    padding:3px;
    background:#fff;
    border:solid #ccc 1px;
}
.version_link {
    color:#ccc;
}
.version_link.active a {
    color:#409904;
}

/*********************/

#zoomTrigger {
}
#zoomTrigger a {
    display: inline-block;
    padding: 5px 1px 0px 2px;
}
#zoomTrigger a.Zsmall {
    font-size:20px;
}
#zoomTrigger a.Znormal {
    font-size:25px;
}
#zoomTrigger a.Zlarge {
    font-size:30px;
}
#zoomTrigger a.act {
    color: #8FBB1F;
}

/*********************/
#LS_version_Trigger {
  /*   border: solid red 1px; */
}
#LS_version_Trigger a {
}
#LS_version_Trigger a.act {
    color: #8FBB1F;
}
#LS_version_Trigger span {
    margin:0;
}
#LS_version_Trigger img {
    margin-left:5px;
    margin-bottom: 3px;
    width:30px;
}

/*****************/

#sitemap_menu {
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    z-index:200;
    background:#fff;
    width:100%;
    padding:10px 0;
    opacity:0.95;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.6);
    padding-bottom:15px;
    font-size:1.2em;
}

#sitemap_menu a {
    cursor:pointer;
}
#sitemap_menu .menu_ebene1 {
    font-weight:bold;
    /* margin: 5px 0px 0px 0px; */
    padding: 10px 0px 5px 10px;
    /* border-top:dotted #888 1px; */
}
#sitemap_menu .menu_ebene2 {
    padding:2px 0 2px 25px;
}
#sitemap_menu .menu_ebene3 {
    padding:2px 0 2px 40px;
}
#sitemap_menu div:first-of-type {
    /* border:0; */
}
#sitemap_menu div.active {
    background:#eee;
}
img.icon1 {
    width:20px;
}

#sitemap_menu_closer {
    font-size:40px;
    position:absolute;
    right:15px;
    top:15px;
    cursor:pointer;
    /* border:solid red 1px !important; */
}


/**********************/

#sitemap_page {
}
.sitemap_page_item {
    display:block;
    text-decoration:none !important;
    /* padding:2px 0; */
}
.sitemap_page_item span:hover {
    text-decoration:underline !important;
}
.sitemap_page_item-1 {
    font-weight:bold;
    padding-top:8px;
}
.sitemap_page_item-2 {
    padding-left:20px;
}
.sitemap_page_item-3 {
    padding-left:40px;
}
.sitemap_page_item .bullet{
    color:#666;
}
.sitemap_page_item .sm-number {
    display:inline-block;
    vertical-align:top;
}
.sitemap_page_item .sm-display {
    display:inline-block;
    vertical-align:top;
    width:80%;
}


/**************************************************/

.error404Wrap {
    margin:50px auto;
    width:500px;
    text-align:center;
}

.error404Wrap h2 {
    font-size:24px;
    line-height:24px;
}

.error404Wrap .logo_404 {
    width:400px;
}




/*****************/

.icon_info {
    width:25px;
    padding:5px;
    display:inline-block;
    margin-bottom:5px;
    border-radius:50%;
    border:solid #000 2px;

    opacity:0.6;
}

.noLS {
    color:blue;
}

sup {
    font-size: 0.6em;
    line-height: 0.5em;
}

.phone_number {
    display: inline-block;
}

#scrollTop {
    text-align:center;
    cursor:pointer;
    height:40px;
    width: 40px;
    margin: 0 auto;
    margin-top:50px;
    background-image:url(../../../NewsBASE/content_averbeck/_layout/icons/scrollTop.png);
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 30px;
    opacity:0.5;
    /* border:solid red 1px; */
}

#scrollTop:hover {
   opacity:0.8;
}


/*****************/

.fixed_menu .icon {
    opacity:0.7;
    margin-right:10px;
    width:20px;
    position: relative;
    top: -5px;
    /* border:solid red 1px; */
}

/*****************/

iframe {
    width:100% !important;
    /* border: solid blue 1px !important; */
}
