@import url('font/museosans.css');
@import url('font/font-awesome.min.css');

html {
    font-size: 100%;
}

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-style: normal;
}

body {
    line-height: 1.4;
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

strong {
    font-weight: bold;
    font-style: normal;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a,
a:visited {
    color: #00aee5;
    font-style: normal;
    text-decoration: none;
}

a:hover {
    color: #0099c9;
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    font-style: normal;
    font-weight: 100;
}


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


/* Wrapper */

#bg {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 1080px;
    top: 0;
    bottom: 0;
    position: fixed;
    background: url('../img/bg01.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -999;
}

#bg.startseite {
    background-image: url('../img/bg01.jpg');
}

#bg.unterseite {
    background-image: url('../img/bg02.jpg');
}

#wrapper {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
/*
    min-width: 1080px;
*/
    min-width: 1212px;
    top: 0;
    bottom: 0;
    overflow: hidden;
}


/* Top-Pane */

#top_pane.outer {
/*
    background-color: #00aee5;
*/
    margin: 0;
    padding: 0;
    width: 100%;
  /*  height: 4px;*/
    top: 0px;
    margin: 0 5px;
}

#top_pane .inner {
/*
    background-color: #00aee5;
*/
    /*width: 1212px;*/
    width: 1212px;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0;
    margin: 0 auto;
}


/* Desktop-View */

#wrapper span.desktopview {
    height: 30px;
    display: block;
    width: 100%;
    background: url('/wp-content/themes/agof/img/bar_bg.gif') repeat;
    padding: 10px 0px 10px 0px;
    box-shadow: inset 0px -4px 6px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: none;
}

#wrapper span.desktopview a.mobileview {
    vertical-align: middle;
    line-height: 30px;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    margin: 0 -30px 0 0;
    color: #594900;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bolder;
    text-shadow: 0px 1px 0px #ffffff;
    float: left;
}

#wrapper span.desktopview a.close {
    width: 30px;
    height: 30px;
    background: url('../img/sprite.png') no-repeat -116px -73px;
    display: block;
    margin: 0 10px 0 0;
    cursor: pointer;
    float: right;
}


/* Languageswitch */

#wrapper span.languagebar {
    height: 30px;
    display: block;
    width: 100%;
    background: url('/wp-content/themes/agof/img/bar_bg.gif') repeat;
    padding: 10px 0px 10px 0px;
    box-shadow: inset 0px -4px 6px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: none;
}

#wrapper span.languagebar a.lang_english {
    vertical-align: middle;
    line-height: 30px;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    margin: 0 -30px 0 0;
    color: #594900;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bolder;
    text-shadow: 0px 1px 0px #ffffff;
    float: left;
}

#wrapper span.languagebar a.close {
    width: 30px;
    height: 30px;
    background: url('../img/sprite.png') no-repeat -116px -73px;
    display: block;
    margin: 0 10px 0 0;
    cursor: pointer;
    float: right;
}


/* Top-Pane - Navi */

#top_pane .inner .top_nav {
/*
    background: #00aee5;
*/
    height: 29px;
    width: auto;
    min-width: 278px;
    display: block;
    float: right;
    position: relative;
    top: 34px;
}

#top_pane .inner .top_nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#top_pane .inner .top_nav ul li {
    padding: 0 4px 0 4px;
    display: inline;
    list-style: none;
}

#top_pane .inner .top_nav ul li a {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #666666;
    line-height: 29px;
    vertical-align: middle;
}

#top_pane .inner .top_nav ul li a:hover {
    color: #00aee5;
}


/* Top-Pane - Sprachwahl */

#top_pane .inner .top_nav .language {
    display: block;
    margin: -26px 0px 0 -64px;
    padding: 0;
    text-align: left;
}

#top_pane .inner .top_nav .language:hover {}

#top_pane .inner .top_nav .language:hover > a {
    color: #00aee5;
}

#top_pane .inner .top_nav .language a {
    text-decoration: none;
    color: #666666;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
}


/* Top-Pane - Search */

#top_pane .inner .top_search,
.news_search {
    background: transparent;
    height: 29px;
    width: 342px;
    float: right;
    position: relative;
    top: 88px;
    /* right: -367px; */
    padding: 0;
    left: 462px;
}

.news_search {
    left: 0;
    top: 0;
    float: none;
}

#top_pane .inner .top_search input,
.news_search input {
    height: 29px;
    width: 296px;
    display: block;
    margin: 0;
    padding: 1px 0 1px 0;
    text-indent: 10px;
    float: left;
    font-weight: 300;
    color: #999999;
    border: 1px solid #bae5f3;
}

#top_pane .inner .top_search {
    opacity: 0.7;
}

#top_pane .inner .top_search:hover {
    opacity: 1.0;
}

#top_pane .inner .top_search input[type=submit],
.news_search input[type=submit] {
    height: 33px;
    width: 33px;
    display: block;
    padding: 0;
    margin: -1px 0px 0px -40px;
    /*float: left;*/
    border: none;
    background: none;
}

.news_search input[type=submit] {
    float: none;
}

#top_pane .inner .top_search input[type=submit]:hover,
news_search input[type=submit]:hover {
/*
    background-position: -44px 9px;
*/
    cursor: pointer;
}


/* AGOF Custom Style */

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    z-index: 999999 !important;
    width: 320px !important;
    font-size: 0.875rem !important;
    box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, 0.04) !important;
    border: none !important;
    background-color: #ffffff !important;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all a {
    color: #999999 !important;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all a span.sa-found-text {
    font-weight: bolder !important;
    color: #666666 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #d4f1fa !important;
    background: #d4f1fa !important;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #1d5987 !important;
    text-decoration: none !important;
    font-weight: normal !important;
}


/* Header */

#header.outer {
    background: url(/wp-content/themes/agof/img/header_bg2019.jpg) no-repeat;
    background-color: #ffffff;
    background-position: center;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1212px;
    height: 147px;
    top: 0px;
}

#header .inner {
    width: 1212px;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}


/* Header - Logo */

#header .inner a {
    height: 100%;
    margin-top: 22px;
    /*margin-left: -20px;*/
    margin-left: -10px;
    display: inline-block;
}

#header .inner img.logo_agof {
    width: 232px;
    height: auto;
    margin: 0 0 0;
    display: inline-block;
    position: relative;
}


/* Header - Banner */

#header .inner img.header_bnr {
    width: 325px;
    height: auto;
    display: inline-block;
    position: relative;
    margin: -230px 0 0 270px;
}


/* Navigation */

li.twolines a {
    margin-left: 10px !important;
    line-height: 22px !important;
}

#navi_main.outer {
    /* background-color: #00aee5; */
    background-color: #ffffff;
    /* margin: 0 0 0 -17px; */
    margin: 0 0 0 -7px;
    padding: 0 17px 0 0;
    width: 100%;
    min-width: 1212px;
    height: 65px;
    line-height: 65px;
    top: 0px;
    position: relative;
    z-index: 9999;
}

#navi_main .inner {
/*
    width: 1212px;
*/
    width: 1212px;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

#navi_main .inner div.openmenu {
    display: none;
}

#navi_main .inner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    list-style-image: none;
}

#navi_main .inner ul li {
    padding: 0 0px 0 0;
    margin: 0 7px 0 7px;
    display: inline;
    list-style: none;
    float: left;
    position: relative;
    text-align: right;
    cursor: pointer;
}

#navi_main .inner ul li.current_page_item,
#navi_main .inner ul li.current-menu-ancestor,
#navi_main .inner ul li.current-menu-parent,
#navi_main .inner ul li.current_page_parent,
#navi_main .inner ul li.current_page_ancestor {
    /*background-color: #00c2ff;*/
    color: #00c2ff;
}

#navi_main .inner ul li.current_page_item a,
#navi_main .inner ul li.current-menu-ancestor a,
#navi_main .inner ul li.current-menu-parent a,
#navi_main .inner ul li.current_page_parent a,
#navi_main .inner ul li.current_page_ancestor a {
    color: #00c2ff;
}

.subnavi ul.submenu li.current_page_item,
.subnavi ul.submenu li.current-menu-ancestor,
.subnavi ul.submenu li.current-menu-parent,
.subnavi ul.submenu li.current_page_parent,
.subnavi ul.submenu li.current_page_ancestor {
    background-color: #ffffff !important;
}

#navi_main .inner ul li a {
    font-weight: bolder;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    text-decoration: none;
    color: #222222;
    vertical-align: middle;
    line-height: 35px;
    padding: 8px;
}

#navi_main .inner ul li:first-child a {}

#navi_main .inner ul li span.closesubmenu {
    display: none;
}

#navi_main .inner ul li:hover > a {
    background-color: #ffffff;
    color: #00c2ff;
    padding: 8px;
    z-index: 2;
    box-shadow: 0px -5px 0px #00c2ff inset, 1px 0px 0px #ffffff;
}

#navi_main .inner ul li.nav-home-icon:hover > a {
    background-color: #ffffff;
    padding: 8px;
    z-index: 2;
    box-shadow: none !important;
}



/* Navigation - Submenü */

#navi_main .inner ul li .subnavi {
    background: #ffffff;
    display: none;
    width: 100%;
    position: absolute;
}


/*.menu-item .subnavi .submenu li {
        border-top: 5px solid red;
box-shadow: 0px -5px 0px #c6edf9 inset;
}*/

#navi_main .inner ul li:hover > .subnavi {
    display: block;
}

#navi_main .inner ul li .subnavi ul {
    min-width: 250px;
    width: 280px;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, 0.04);
    /*padding: 10px 0;*/
    margin-top: -14px;
}


 #navi_main .inner ul li .subnavi ul.submenu:before {
    content: "";
    box-shadow: 0px -20px 0px #c6edf9;
    width: 100%;
    min-width: 280px;
    text-align: right;
    float: right;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

#navi_main .inner ul li .subnavi ul li {
    position: relative;
    text-indent: 10px;
    text-align: left;
    width: 280px;
    height: 100%;
    display: block;
    padding: 4px 0 4px 0;
    margin: -1px 0 0px 0;
    line-height: normal;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#navi_main .inner ul li .subnavi ul li:last-child {
    border-bottom: none;
}

/*#navi_main .inner ul li .subnavi ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: bolder;
    font-size: 14px;
    float: left;
    padding: 5px 4px 0px 10px;
    color: #00aee5;
    display: block;
}*/

#navi_main .inner ul li .subnavi ul li a {
    color: #222222;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 14px;
    display: block;
    box-shadow: none;
    background-color: #ffffff;
}

#navi_main .inner ul li div.subnavi ul.submenu li div.subnavi ul.submenu li a {
    color: #222222;
   /* background-color: #f5f4f4;
    border-top: 1px solid #eaeaea;*/
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    
    word-break: break-word;
    margin-left: 36px;
    text-indent: 0 !important;
}


#navi_main .inner ul li div.subnavi ul.submenu li div.subnavi ul.submenu {
    padding: 0;
} 
    
#navi_main .inner ul li div.subnavi ul.submenu li div.subnavi ul.submenu li a:hover {
    color: #00aee5;
}

#navi_main .inner ul li .subnavi ul li:hover,
#navi_main .inner ul li .subnavi ul li a:hover {
    color: #00aee5;
    text-decoration: none;
    box-shadow: none;
/*
    background: #00aee5 !important;
*/
}


/*#navi_main .inner ul li .subnavi ul li.menu-item-has-children:hover:before,
#navi_main .inner ul li .subnavi ul li.menu-item-has-children a:hover:before {
    color: #ffffff !important;
}*/

#navi_main .inner ul li .subnavi ul li:hover,
#navi_main .inner ul li .subnavi ul li {
/*    margin-left: 0;
    background: #ffffff;*/
}

#navi_main .inner ul li .subnavi ul li:hover > div.subnavi ul.submenu {
    display: block !important;
}

#navi_main .inner ul li .subnavi ul li:hover > div.subnavi ul.submenu li {
    background: #ffffff;
}


/* 2-Level */

#navi_main .inner ul li .subnavi ul li ul.submenu {
    display: block;
    box-shadow: none;
    height: auto;
    width: 250px;
    margin-left: 0px;
    margin-top: 0px;
}

#navi_main .inner ul li .subnavi ul li ul.submenu a {
    font-size: 13px;
    font-size: 0.813rem;
}

#navi_main .inner ul li .subnavi ul li ul.submenu li:before {
    content: "\00a0";
    font-family: "FontAwesome";
    vertical-align: bottom;
    float: left;
    margin: 0px 0px 0px 6px;
    padding: 5px 4px 0px 10px;
    color: #00aee5;
}


/* 3-Level */

#navi_main .inner ul li .subnavi ul li ul.submenu li {
    display: block;
    border: none !important;
}

#navi_main .inner ul li .subnavi ul li ul.submenu li ul.submenu li:before {
    padding-left: 24px;
}


/* CSS-Navi-Reset fuer Wordpress */

#navi_main .inner ul li .subnavi ul li div.subnavi {
    display: block;
    position: relative;
    margin-right: -10px;
}

#navi_main .inner ul li.yellow a {
/*
    color: #ffdf49;
*/
    font-weight: 500;
}
/*
#navi_main .inner ul li.yellow a:hover {
    background-color: #f5f4f4;
}

#navi_main .inner ul li.yellow a:hover {
    color: #ffdf49;
}*/


/* Helper-Navi */

#helper_navi {
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,0.5);
    width: 223px;
    min-height: 400px;
    left: -100px;
    margin: 10px 0 0 0;
    padding: 10px;
    box-shadow: 0px 2px 9px 6px rgba(0, 0, 0, 0.07);
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    opacity: 1;
    z-index: 999999;
    -webkit-transition: opacity 100ms ease-out;
    -moz-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
    -webkit-animation: slideout 50ms forwards ease-out;
    -moz-animation: slideout 50ms forwards ease-out;
    -o-animation: slideout 50ms forwards ease-out;
    animation: slideout 50ms forwards ease-out;
}

#helper_navi:hover {
    width: 230px;
    opacity: 0.95;
    padding: 10px 20px 10px 10px;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    -o-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    -webkit-animation: slidein 50ms forwards ease-in;
    -moz-animation: slidein 50ms forwards ease-in;
    -o-animation: slidein 50ms forwards ease-in;
    animation: slidein 50ms forwards ease-in;
    box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#helper_navi ul {
    position: relative;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 6px 0 6px 0px;
}

#helper_navi ul li ul {
    margin: 0;
    padding: 2px 0 8px 10px;
    display: block;
}

#helper_navi ul li a {
    font-size: 13px;
    font-size: 0.875rem;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    line-height: 28px;
}

#helper_navi ul li ul a {
/*
    line-height: normal;
*/
}

#helper_navi .menu-hauptnavigation-container, #helper_navi .current span {
    padding-left: 10px;
}


#helper_navi ul li:before {
/*
    content: "\f105";
*/
    content: "";
    font-family: "FontAwesome";
    float: none;
    padding: -1px 0px 0px 0px;
    margin-right: 4px;
    color: #00aee5;
    display: inline-block;
}

#helper_navi ul.sub-menu li:before {
    content: "";
    font-family: "FontAwesome";
    float: none;
    padding: -1px 0px 0px 0px;
    margin-right: 4px;
    color: #00aee5;
    display: inline-block;
}


#helper_navi ul li a { font-weight: 500;}
#helper_navi ul.sub-menu li a {font-weight: 300}


#helper_navi span.current {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bolder;
}

#helper_navi span.current div.menu span {
    display: none;
}

#helper_navi span.current div span:first-child {
    display: block;
    text-decoration: none;
}

#helper_navi div.caption:before {
    content: "\f0c9";
    font-size: 28px;
    font-family: "FontAwesome";
    vertical-align: bottom;
    letter-spacing: 4px;
    color: #00aee5;
    display: block;
    margin: -9px 0 0 199px;
    display: block;
}

@-webkit-keyframes slidein {
    from {
        left: -100px;
    }
    to {
        left: 0px;
    }
}

@-moz-keyframes slidein {
    from {
        left: -100px;
    }
    to {
        left: 0px;
    }
}

@-o-keyframes slidein {
    from {
        left: -100px;
    }
    to {
        left: 0px;
    }
}

@keyframes slidein {
    from {
        left: -100px;
    }
    to {
        left: 0px;
    }
}

@-webkit-keyframes slideout {
    from {
        left: -100px;
    }
    to {
        left: -200px;
    }
}

@-moz-keyframes slideout {
    from {
        left: -100px;
    }
    to {
        left: -200px;
    }
}

@-o-keyframes slideout {
    from {
        left: -100px;
    }
    to {
        left: -200px;
    }
}

@keyframes slideout {
    from {
        left: -100px;
    }
    to {
        left: -200px;
    }
}

#helper_navi.open {
    position: fixed;
    background: rgba(255,255,255,0.5);
    width: 230px;
    float: right;
    min-height: 400px;
    left: 0px;
    padding: 10px;
    box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, 0.04);
    opacity: 0.6;
    z-index: 999999;
    -webkit-transition: opacity 100ms ease-out;
    -moz-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

#helper_navi.open:hover {
    opacity: 0.95;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    -o-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    background-color: #ffffff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#helper_navi li.current-menu-item {
    display: block;
}

#helper_navi li.current-menu-item ul {
    display: block;
}

#helper_navi li.current-menu-item ul.sub-menu {
    display: block;
}

#helper_navi li.current-menu-item ul.sub-menu li {
    display: block;
}

#helper_navi li a {
    font-weight: lighter;
}

#helper_navi li.current_page_item a {
    display: inline-block;
    padding: 0px;
}

#helper_navi li.current_page_item a:first-child {
    color: #00aee5;
}

#helper_navi li.current_page_item ul.sub-menu li {}

#helper_navi li.current_page_item ul.sub-menu li a:first-child {
    font-weight: normal;
    color: #333333;
    display: inline-block;
    padding: 0px;
}

#helper_navi li a:hover {
    color: #00aee5;
}

#helper_navi li {
    display: none !important;
}

#helper_navi div.caption {
    display: block;
}

#helper_navi.open div.caption {
    display: none;
}

#helper_navi:hover > div.caption {
    display: none !important;
}

#helper_navi:hover > li {
    display: block !important;
}

#helper_navi:hover * li {
    display: block !important;
}

#helper_navi.open * li {
    display: block !important;
}


/* Content */

#content.outer {
    margin: 0;
    padding: 0px 0 0px 0;
    width: auto;
    min-width: 1212px;
    top: 0px;
    
    overflow: auto;
    background: rgb(255,255,255);
/*
    background: linear-gradient(180deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 49%);
*/
    background: linear-gradient(180deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 19%);
}

#content .inner {
    width: 1052px;
    height: 100%;
    min-height: 500px;
    display: table;
    margin: 0;
    padding: 0;
    margin: 0 auto 40px;
    padding: 30px 80px;
/*
    padding-top: 0;
*/
    background: #ffffff;
}

#container.one-column {
    max-width: 1052px;
}

/* Content - Brotkruemmelnavigation */

#content #breadcrumbs_container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #00aee5;
    font-size: 0.875rem;
    margin: 0px 0 20px 0;
}

#content #breadcrumbs_container .inner {
    width: 100%;
    max-width: 1053px;
    height: auto;
    min-height: 0 !important;
    margin: 0 auto;
    padding: 10px 0px;
    padding-bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}   
    
#content #breadcrumbs_container a {
    text-decoration: none;
    color: #666666;
    font-weight: 300;
}

#content #breadcrumbs_container .current-page {
    text-decoration: none;
    color: #999999;
    font-weight: 300;
}


/* Content - Inhaltscontainer */


#content .inner #content_container {
    width: 630px;
    display: inline-block;
    vertical-align: top;
    margin: 0 80px 35px 0px;
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 1.5;
    clear: right;
}

.entry-content h1 {
    color: #1d1d1d;
    font-size: 34px;
    font-weight: 100;
}

.entry-content h1:nth-of-type(1) {
    margin: 0 0 0 0;
}

.entry-content h2 {
    color: #666666;
}

.entry-content h2:nth-of-type(1) {
    padding: 0 0 20px 0;
    margin: 0px 0 0px 0;
}

.entry-content h3 {
    color: #00aee5;
}

.entry-content h4 {
    color: #000000;
    font-size: 1.17rem;
    margin-bottom: 0;
}

.entry-content a {
    color: #00aee5;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
}

.entry-content small a {
    vertical-align: middle;
}


.entry-content a:hover {
    color: #0099c9;
}

.entry-content hr {}

.entry-content p {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 300;
}

.entry-content p strong {
    font-weight: 500;
}

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


body.page-template-default .entry-content blockquote {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.entry-content blockquote {
    width: auto;
    display: inline-block;
    margin: 1em 0px;
}

.entry-content blockquote:before {
    border-top: 3px solid #edece8;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 30px;
    width: 100%;
    height: 100%;
    /* position: relative; */
    display: block;
    content: '';
}

.entry-content blockquote:after {
    border-bottom: 3px solid #edece8;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 30px;
    width: 100%;
    height: 100%;
    /* position: relative; */
    display: block;
    content: '';
}

.entry-content blockquote p  {
    color: #666666;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 30px auto;
    width: auto;
}

.entry-content blockquote strong {
    font-weight: 500;
    color: #1d1d1d;
}


.entry-content blockquote p:first-child:before  {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 40px;
    font-size: 2.857rem;
    color: #00aee5;
    margin: -63px 0px 0 0;
    text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
    position: absolute;
    float: left;
    
}

.entry-content blockquote p:last-child:after  {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 40px;
    font-size: 2.857rem;
    color: #00aee5;
    margin: 24px 0px 0 0px;
    text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
    position: relative;
    float: right;
}


.entry-content blockquote.grafiken {
    width: 100%;
    background-color: rgba(240, 240, 240, 0.2);
    border: 1px solid #f0f0f0;
    padding: 20px 0px 20px 0px;
}

.entry-content address {
    font-size: 0.813rem;
    padding-top: 10px;
}

.entry-content ul {
    list-style-type: none;
    padding-left: 20px;
}

.entry-content li h3 {
    margin-bottom: 10px;
}

.entry-content li {
    position: relative;
    padding-left: 6px;
    margin-bottom: 5px;
    list-style: none;
}

.entry-content li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f14a";
    color: #00aee5;
    margin: 0 5px 0 -15px;
}

.entry-content li[class^="tml"]:before {
    content: "";
}





a[href^="https"]

.entry-content form li:before, #timelineexpress-container li:before {
    display: none;
}



.entry-content li a {
    color: #1d1d1d;
}

.tml.tml-login ul li {
    margin-left: 0;
    list-style-type: none;
}

.tml.tml-login ul.tml-links li {
    margin-left: 0;
    list-style-type: none;
}

.tml button.tml-button {
    background-color: #00aee5;
    margin-top: 0;
    height: 31px;
    border: none;
    color: #ffffff;
    background: #00aee5;
    margin-bottom: 10px;
    min-width: 140px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.tml-lostpassword-link {
    display: none;
}

ul.tml-links {
    padding-left: 0;
}

body.page-id-75 .entry-content li {
    margin-bottom: 20px;
    /* Fix fuer Seite agof-historie */
}

.entry-content td {
    vertical-align: top;
}


/* Content - Sidebar */

#content .inner #sidebar_container {
    height: auto;
    width: auto;
    max-width: 320px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    float: right;
}

#content .inner #sidebar_container .box_320_blue,
#content .inner #sidebar_container .box_320_beige,
#content .inner #sidebar_container .box_320_gray,
#content .inner #sidebar_container .box_320_darkblue {
    height: auto;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0;
    padding-bottom: 10px;
}

#content .inner #sidebar_container .box_320_blue.nofold,
#content .inner #sidebar_container .box_320_beige.nofold,
#content .inner #sidebar_container .box_320_gray.nofold,
#content .inner #sidebar_container .box_320_darkblue.nofold {

    padding-bottom: 20px;
}

#content .inner #sidebar_container .box_320_blue span,
#content .inner #sidebar_container .box_320_beige span,
#content .inner #sidebar_container .box_320_gray span,
#content .inner #sidebar_container .box_320_darkblue span {
    overflow: hidden;
}

#content .inner #sidebar_container div.box_320_blue span.box_moreinfo,
#content .inner #sidebar_container div.box_320_beige span.box_moreinfo,
#content .inner #sidebar_container div.box_320_gray span.box_moreinfo,
#content .inner #sidebar_container div.box_320_darkblue span.box_moreinfo,
#content .inner #sidebar_container div.box_486_blue span.box_moreinfo,
#content .inner #sidebar_container div.box_486_beige span.box_moreinfo,
#content .inner #sidebar_container div.box_486_gray span.box_moreinfo,
#content .inner #sidebar_container div.box_486_darkblue span.box_moreinfo {
    display: block;
    background: #00aee5;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    height: 24px;
    width: 100%;
    padding: 0px;
    margin: -10px 0 0 0;
    cursor: pointer;
    box-shadow: 0px -8px 8px -1px rgba(212, 240, 251, 0.8);
    background-color: #bbbbbb;
}

#content .inner #sidebar_container div.box_320_gray span.box_moreinfo,
#content .inner #sidebar_container div.box_486_gray span.box_moreinfo {
    box-shadow: 0px -8px 8px -1px rgba(245, 244, 244, 0.8);
}

#content .inner #sidebar_container div.box_320_darkblue span.box_moreinfo,
#content .inner #sidebar_container div.box_486_darkblue span.box_moreinfo {
    box-shadow: 0px -8px 8px -1px rgba(0, 174, 229, 0.8);
    border-top: 1px solid #ffffff;
}

#content .inner #sidebar_container div[class^="box_320"] span.box_moreinfo a {
    line-height: 26px;
    vertical-align: middle;
    color: #ffffff;
}

#content .inner #sidebar_container div[class^="box_320"] span.box_moreinfo a:before {
    line-height: 24px;
    vertical-align: top;
    color: #ffffff;
    padding: 0 0 0 15px;
}


/* Boxen - Slider */

.box_slider {
    background: transparent;
    width: 590px;
    height: 340px;
    display: inline-block;
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0;
    z-index: -9999;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

ul[class^='bxslider'] li {
    list-style: none;
}

.bx-wrapper .bx-viewport {
    height: 340px;
    width: 590px;
    border: none;
    left: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-viewport ul.bxslider {
    padding: 0;
    margin: 0;
}

.bx-wrapper .bx-pager {
    z-index: 99;
    position: relative;
    margin: -74px 10px 0 0;
    text-align: right;
    width: 140px;
    float: right;
}

.bx-wrapper .bx-pager .bx-pager-item a {
    text-indent: 300px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ffffff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #00aee5;
}

.bx-wrapper .bx-controls-direction {
    display: none;
}

.bx-wrapper:hover * .bx-controls-direction {
    display: block;
}


/*.bx-wrapper .bx-controls-direction a {
    top: 30% !important;
}*/

.bx-wrapper .bx-caption {
    display: none;
}

.bx-wrapper:hover * .bx-caption {
    display: block;
}

.bx-wrapper .bx-viewport ul.bxslider .bx-caption span {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.bx-wrapper .bx-viewport ul.bxslider .bx-caption span a {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

ul.bxslider-logos li div {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA94AAABUCAYAAAB0ru8IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3QjBDNzI5RTI1MjA2ODExODA4M0Q0QTk3RDBCREVERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENjMwMERENUQ1NzIxMUU1QjYzODkwNUJCRUY5NDc5RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENjMwMERENEQ1NzIxMUU1QjYzODkwNUJCRUY5NDc5RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRiM2ZiNGMxLTdkZDYtOWY0Zi1iMGZjLTQwZGM2NDY3Nzc3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QjBDNzI5RTI1MjA2ODExODA4M0Q0QTk3RDBCREVERiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjJKPwEAAA4CSURBVHja7N3hchs3soBRzHCc93/etTi8lazohaHuBoaWnaqrc6pYpCSaIpNfnxrAbI/H49Za29p/bd1t/PrqrU0et+Bx9T0AAACYeUy+9+juq8ev3Fr09TGJ7L/tRVzvvxDiLQlx8Q0AAMBnR/cY31dD+5z8bAt+/99fb0cR3Vlg7xd+VgW48AYAAOBPh/dqcJ9JWEc/25Pf/c/vORaD++p9FeFtEuHiGwAAgN8V3VV4n8HjZ1ifQ4Sfw2ud2Rs72tqEex8eV19nIb46/RbeAAAA/M7wrqI7uu8n3lsX2c/X7afe50p4R/G8eqti/Mr0W3wDAADwWdE9C+8xsqOv+wDfhgBv7eN0/KfwbpP4/vt2CyL7djHGV/Z+R6EtvAEAALgS3tFBaleiO7vdi5bto7v//odTzaMl5rcgtG/B11WQf8aycwAAAFiN8KvLy8fAjh5vQ3yPzq5/n6+9HUVwj9E9Ps5+Vk3DXznxHAAAAD47urMp9/29aZ/BvXePtyG+Mz8F+JEE956E9uyWhfjVPd/CGwAAgN8V3tGk+97d9/G9d/G9DfE980+AV6eaV9F9JI+zEF+N71l4i3EAAAD6uL4a3ivRfR+iO9rTnb2nx9i6RxLc0fS7D+0jeVwF+Oqy8zGwxTYAAACrEb4y7Y6Wl0e3t4Xwjn5H6wN8XGq+LUZ3dLsVEZ5NvlfjW4ADAABQBfdKdK9Mut+G6H57Ibwf7X/X9Z5OvGfR/W0hwrP4HoPfdb0BAAB4Jbij6G7t4/Lyx0J035Lort5LdguXmvcxXO3v7qP7WxLhs/j+lb3eIhwAAEBsR9GdxXC/t3sluvd2fcr9fP1wj3e2zHycfEfR/a2I72jf9/P1tiDAW4tH+AIbAACAWZBH+6zP4T47SC2L7ll4n0FD999/XNnjHS0z/1bE97f2cd93do3vbOJtnzcAAACz4G4tXmKeHaj2jO9+P/fthejuX7tv3LO9uMc7CvBvxa2afF854VxwAwAAsBLgqyeZP6fcR1tfYj47GT2K7+ke72zqfWvxcvO/JvFdXWIsO2Qtim4RDgAAILajr7ND1apLh42dGg2Dx+g+htcrB8tHEtvbEN3ZkvNor/dfLV563od7/9rVXu8xtEU3AAAAY3xH4Z3t7X7G8lsX3tmku5qc37p/f2/x9u2zLUy8x+ieLTf/K4nvcfIdXVqs2uvdxDcAAABBdI/BnZ1kPp5mPi4v39va8vJxSh7FdzrxXt3nfVyM73HqXS03z6beghsAAIAqwKNpd7XMfOzSLLrHf38k8Z0uNz+6qJ1dViyL79ly828tX25+Wwxv0Q0AAEAV37Pw7qfdb+3jhPqV6I7a+cMZZtnEewuiO4rv6BYFeHR5sdXTzZv4BgAAoIjuPpZXTjPf3++zg9SiWI8m5bODwy+dap5dWmyM8G8tv9RYv8f7WHiTrZl4AwAAsBbf2cFq497s577utyG6q6XpWQtnE++l8L4a4dnU+wjuj+IvBCbeAAAAXI3uPpyrA9HuQ3RH/3aM7rdXYrsFe7zbxeiOru29crmxlX3eVyfeghwAAODrBHb2s2rivXf31XW6oyn30cX3fjG+/1FNvPciwm/B/XjJsGov+PjXglurLylWBbbwBgAA+JrhXU28++t3Z3u6++f2DdtPu/dW7+neip79cKp5a/XEe3bgWnb42i0J72if98rEW2gDAAAI8fFxNvHeW36C+fM5R/t4je6od6tGjobIP51qXsX3yl7v7OTzaCl6dLL5bOItvAEAAJiF9/O2D9G9vd+34bl9dN8mjXtlb/dPjT2beE9H5m1+2bF9IcTT6501y80BAABE9rX47vd1j9E9Pu9eRPcssJfi+0jidXycTbz3yc/GN5xNxYU3AAAAnxXeW3e/Bf/u1sV5f9r51ebdJi3dnuEdRXZr88uMzYK82gdejeufr9mapeYAAACsR3dr/5tyn8m/e0b38/7e8qXkS5cLS1r6R8Me2Q+SvwysjNVXD2SLvv/KxFuIAwAAfJ3QnsX31sX3FkT3OPFeOSitugJX1tA/vj6SJ2eh3ZJfXB2nHoX41uoRvvAGAADglfCOTjl/3p9Fk26Txt1bvUo86+oP4R09sTydrdXLz7O/EuxFwG8Lf0kAAADg64j2aY/T7D7E+4PV9u75+xDfKx270sIt6dcyvNskyGd7vqM3nk28s+dV1/IW4AAAAF/PY+jBx9CI46nmz+fsLZ54R8G9uqd72TEJ3Fnht6TuZ4e0XflQohsAAIA+rsevo++3lk+8ZxPrKw2cnWxeXse7LRT8LNZXnzdbst7ENwAAAO+iJeZb8P1Z435G00adHD7/laXmsw9y5Zj16gO2yXMBAAD4WrZJhPfPeyTNebVbf/ky18e//B9sZWl6FuQAAAB8PdE+7+zwtdVV3b/V/ot/YajCeGUv+Ct/NRDdAAAAX9fVbtxebNWseS836e7/GQAAAPw+r4R3dpHy8TnVRcsfk9db/f0AAAB8LVe78fFiq2bNe7lJj3/5P9b4AbfgQ0Sb4sU3AACAAB/78pGE9OPf7MjjFz9Y9NeB1Vv2miun0rVmrzcAAMBXju2oS6t2fbVbf3nqfUwievZhHwsfqnpe9peIMba3SYQDAAAgvqt4vtKqK8+L3lf4/GMxjmfr4GchPd7O9t/95c/HW/H7o4uhR8fFAwAA8HWju+rP6PHq0vTH4u9K39MrS81nt/FDncP3n9H9DO7t/XELvh8tO7fPGwAAQIDPWnXs0ahNx59VcZ6F9tQxCezW5lPv2QeMojybeD+/37+P8Xpp0eFrAAAAfJ3QHr83Nuo5eXxe6NiVFm5VkB9FcM9eLJpsn8kbP1s+8W6tvnD57ELlwhsAAEB4tySwoybNflY17tnmQ+owwI+F4G5FiFd/JYg+zP09uu8tXkq+d/ftQnwDAADwNUN8nEZnYf1s0v4+a9eV9m2Thv7x9dHmJ42v7Ok+iw9164K7j+578h/vGd9XoluMAwAA/P+P7JX4jqba9yC670WIn5MQv3SC+jF5020hsFfje5x4R38d6E8wF94AAAB8ZnhHob0S3bMgL7v6SN7kylg9CvJ78KH6ifcWRPKjC/PsVHNLzQEAAFiJ7rFjx059S0K8moC/0so/3lt2He/VJeXVuL7/UHsS3s/ofnTRvbf80DXhDQAAQHnd7BZPvM8guu/J97Il6atL0H96P7OJ9+ygtLP4K0Ef3G9BcPeT7tv7z/s435pl5gAAAKwvN1+ZeD979a2L7rdWT8JfOZDtx/s72vrIvDoJ7vlGb92t/0B9RI+v2S8z7+O7tXjiLbwBAACE9/izlYn3PYjtt0mUz05Dny47P4q/Dqwcv/58U8fw9a3lS8v71+6Xl0fTbkvMAQAAWAnyqmmjjv379n24z0J85QT0bMl5OfFe2ds9xvYtieg2/OXhGerjpcZemXgDAAAgvquJd7TPO4rvMcCz/d+XLjd2/EJsR+G9t/ggtccQ3WcQ3SbeAAAAvBLdbbFtxyl2Ft3fi/C+HOFHy/d2zy4TNk65x2l39OH7w9Sif2PiDQAAwCvxHU28V/Z5fw9ub8lt5bJjZ0v2eFfRfRbR3Z9cXl2nuz9I7d4+Lkufhbf4BgAAIIvulfDOtk33U+//BAH+fQj1lYl3//tbNvFe2c+9Gt396xwtn3ZnlxIbX1OAAwAACO6WRHe1onuceve370V8vxXxfW+T5eazPd79AWjZNbq3hejuA74P7vH63bNl5qIbAACAMb5nB6w9hkCOlptfie9qyXm5xzu7EPgY31l0R/u6x9eITj+PJt5ZeItvAAAAqon32KQry83HqXe23HyM7yi6P0y+V081f54+/tbdV8H9CD7QLYnu7DRzk24AAACuRPjqZbKz8F6J7+ja3pdONc+Cu79l0d1aPOl+vqmjfdzbXU3Oo9cX4AAAAIzB3fdoWwzvMwjpMbJXl5uXAT4uNd+L+N6K4G7Jhzrax2XmK3u7TbwBAAC4GuCPIMCzvd7VkvOV+J5NvT8sNT/f47a/H+P7anRnS8xvrT7J/Mo1vAU5AADA1wvs7GfZxHsM8Ci+31q85zu6r6L7Q3xXe7zvbb73egzv8dJh9yS6o+t2R0vMN7ENAADAQoSP0d2C6M4uLVbF91sR3dFy86U93n1g34vY/pXorg5Uc5o5AAAArwR4NfGO9nvP4juL8CjAl/d4b0V8Z8H9/LfH+/2tzU8xn51kbn83AAAArwT4LL6jZeHZBHuM7/uF6E4vJ3Z2sTvG9yy8zyG2q0n3q3u7RTgAAABjbEfR3dp8r3c1+Y4C/L4Q3eXEO1pyPvuQ0TLzV6P7yqFqAAAA8Ep4r8Z3FeLV5cTKPd7n4oeo1sb3y8yvLC8X3gAAAPyp8J4tO18J8ehn4dS7v5zYvhDg45vsr/u9D/F9ZdItugEAAPjT8X0mAX4vHt+LSB+n3j9dTmxbDPAovPfu3+0vRnd1mJoIBwAAYCW2o69Xpt7Z9LsK8uh742u2Z3hHb+rsgrp6s3sS2Vf3dDtQDQAAgM8K7/570XW9V+J7NcbDk8z733sEb7CP7q0I77OI7M9aXi66AQAA+Iz4rsL7EcTzSow/Wj7t/nC4Wgvie2s/T7234Y2Oy9PH0J5dMkx4AwAA8G+Ed5vE9yzEq/vHaniPAd660N678B6n46+eXC66AQAA+FPxnYX3LMJXfhaGdyvi+zGE9dZF9zZE+DY8bzbpFt4AAAD86fDuo3slwFcC+yxeq42nmo9vbhbTj3bt4LQotEU3AAAAfyK+W6uXnV8J8TCyo6//T4ABAIhYDuNk9fRgAAAAAElFTkSuQmCC');
}


.box_990_logos .bxslider-logos {
    width: 100%;
    position: relative;
    text-align: center;
}

.box_990_logos .bxslider-logos li {
    float: none;
}

.box_990_logos .bxslider-logos li div {
    background: transparent;
    height: 96px;
    width: auto;
    display: inline-block;
    margin: 0px 20px;
}

.box_990_logos .bxslider-logos li div:first-child {
    margin-left: 0px;
}

.box_990_logos .bxslider-logos li div:last-child {
    margin-right: 0px;
}

.box_990_logos .bxslider-logos li div img {
    height: 100%;
}

/* Formular */

label.cf-group-after span,
label.cf-after span {
    width: auto !important;
    font-size: 89% !important;
}

label.cf-group-after {
    width: auto !important;
    margin: 4px 12px 0 -7px !important;
}

label.cf-after {
    margin: 4px 8px 0pt 2px !important;
    text-align: left !important;
    width: auto !important;
    max-width: 540px !important;
}

input[type="checkbox"].cf-box-b {
    margin: 1px 0px 0 10px;
}


/* Boxen - Newsbox / Zahl des Tages */

.box_newsbox, .box_zahldestages {
    background: #fff6d2;
/*
    background-image: url(/wp-content/uploads/2017/10/zahldestages_bg.png);
*/
    width:384px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    display: inline-block;
    float: right;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box_newsbox span, .box_zahldestages span {
    display: block;
    padding: 0 10px 0 15px;
    font-size: 14x;
    font-size: 0.875rem;
    line-height: 18px;
}

.box_newsbox span h1, .box_zahldestages span h1 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #00aee5;
}

.box_newsbox span h2, .box_zahldestages span h2 {
    font-size: 16px;
    font-size: 1.000rem;
    margin: 8px 0 16px 0;
    padding: 0px;
    margin-left: -3px;
    line-height: normal;
}

.box_newsbox span h2 a, .box_zahldestages span h2 a {
    font-size: 16px;
    font-size: 1.000rem;
    color: #00aee5;
    line-height: 6px;
    margin: 0;
    padding: 0;
}

.box_newsbox span h2 a:before, .box_zahldestages span h2 a:before {
    content: "";
    text-decoration: none;
}

.box_newsbox span p, .box_zahldestages span p {
    font-size: 14x;
    font-size: 0.775rem;
    color: #333333;
    margin: -10px 0 0 0;
    line-height: 14.5px;
}

.box_newsbox span a, .box_zahldestages span a {
    font-size: 14x;
    font-size: 0.875rem;
    font-weight: normal;
    color: #00aee5;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer !important;
}

.box_newsbox span a:hover, .box_zahldestages span a:hover {
    color: #0099c9;
    text-decoration: underline;
}

.box_newsbox span a:before, .box_zahldestages span a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    font-size: 0.875rem;
    color: #00aee5;
    margin: -5px 0 0 0;
    padding-right: 3px;
    vertical-align: baseline;
}

.box_newsbox button, .box_zahldestages button {
    float: right;
    background: #00aee5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 4px 8px 4px 8px;
    margin: 10px 6px 0 0;
}

.box_newsbox button a, .box_zahldestages button a {
    color: #ffffff;
}

.box_newsbox button a:hover, .box_zahldestages button a:hover {
    color: #0099c9;
    text-decoration: none;
}

.box_newsbox button:before, .box_zahldestages button:before {
    content: " › ";
    vertical-align: baseline;
    margin-right: -6px;
}

.box_newsbox button:hover, .box_zahldestages button:hover {
    color: #d4f1fa;
    cursor: pointer;
}

.box_zahldestages div {
    padding: 0 20px;
}

.box_zahldestages div.aufloesung {
    display: none;
    margin-top: 20px;
    padding: 0 !important;
}


.box_zahldestages div.aufloesung p {
    font-size: 16px;
    line-height: normal;
}


.box_zahldestages span {
    padding: 0px;
}


.box_zahldestages .switch_open, .box_zahldestages .switch_close {
    cursor: pointer;
    margin-top: 20px;
    float: none;
    display: block;
    background: #00aee5;
    background: #f0c120;
    color: #ffffff;
    border: none;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 4px 8px 4px 8px;
    margin: 8px 6px 10px 0;
    display: inline-block;
}

.box_zahldestages .switch_open:before, .box_zahldestages .switch_close:before {
    color: #ffffff;
    padding-right: 5px;
}

.box_zahldestages .switch_open:hover, .box_zahldestages .switch_close:hover {
    color: #ffffff;
    text-decoration: none;
}

.box_zahldestages p {
    margin: 0;
}

.box_zahldestages h1 {
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5); 
    font-size: 18px;
    color: #f0c120;
}

.box_zahldestages h2, .box_zahldestages h3 {
    margin: 0;
}

.box_zahldestages h2 {
    color: #00aee5;
}

/* Boxen - Newsbox dynamisch */

.box_newsbox_dyn {
    background: #edece8;
    width: 320px;
    height: auto;
    display: block;
    vertical-align: top;
    margin: 0px 0px 20px 0px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border: none;
}

.box_newsbox_dyn ul {
    list-style: none;
}

.box_newsbox_dyn ul li {
    margin-left: 0;
}

.box_newsbox_dyn div {
    display: block;
    padding: 0 10px 0 15px;
    font-size: 14x;
    font-size: 0.875rem;
    line-height: 18px;
}

.box_newsbox_dyn div h1 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333333;
}

.box_newsbox_dyn div h2 {
    font-size: 16px;
    font-size: 1.000rem;
    margin: 8px 0 16px 0;
    padding: 0px;
    margin-left: -3px;
    line-height: normal;
}

.box_newsbox_dyn div a.title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    color: #1d1d1d;
    line-height: normal;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0;
}

.box_newsbox_dyn div h2 a:before {
    content: "";
    text-decoration: none;
}

.box_newsbox_dyn div span.excerpt {
    font-size: 14x;
    font-size: 0.875rem;
    color: #333333;
    margin: -10px 0 0 0;
    line-height: 14.5px;
}

.box_newsbox_dyn ul li span.date {
    font-size: 14x;
    font-size: 0.875rem;
    font-weight: 100;
    color: #98b0b8
}

.box_newsbox_dyn div a {
    font-size: 14x;
    font-size: 0.875rem;
    font-weight: normal;
    color: #00aee5;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.box_newsbox_dyn div a:hover {
    color: #0099c9;
}

.box_newsbox_dyn button {
    float: right;
    background: #00aee5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 1px 4px 1px 2px;
}

.box_newsbox_dyn button a {
    color: #ffffff;
    font-size: 12px;
}

.box_newsbox_dyn button a:hover {
    color: #c5e9f5;
    text-decoration: none;
}

.box_newsbox_dyn button:before {
    content: " › ";
    vertical-align: baseline;
    margin-right: 0px;
    padding-left: 2px;
}

.box_newsbox_dyn button:hover {
    color: #d4f1fa;
    cursor: pointer;
}


/* Boxen - Einfache Box in grau */

.box.gray {
    background: #F5F4F4;
    width: 274px;
    height: auto;
    display: inline-block;
    border: none;
    margin: 10px 8px 10px 0px;
    padding: 10px 15px;
    min-height: 320px;
    vertical-align: top;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box.gray h1,
.box.gray h2,
.box.gray h3,
.box.gray h4,
.box.gray h5 {
    margin-top: 0px;
}

.box.gray div.dlbtn_agof,
.box.gray a.linkbox_intern,
.box.gray a.linkbox_extern,
.box.gray a.linkbox {
    background-color: #fff;
}

.box.gray .entry-content h4 {
    margin-top: 0px;
}


/* Boxen - 320px 3er Reihe */


.box_320_blue,
.box_320_beige,
.box_320_gray,
.box_320_darkblue {
    background: #d4f1fa;
    width: 320px;
    height: auto;
    font-weight: normal;
    display: inline-block;
    border: none;
    margin: 10px 0px 10px 0px;
    padding: 0;
    vertical-align: top;
    border: none;
}

.box3er {
    /*    height: auto;
    display: inline-block;*/
    display: flex;
    flex-flow: row wrap;
    /* margin: 0 -10px; */
    margin-bottom: 10px;
    justify-content: space-between;
}

.box3er div:nth-child(2) {
    margin: 10px 9px 10px 8px;
}

.box3er .box_320_gray a:before {
    content: '';
}

.box_320_gray {
    background: #f5f4f4;
}

.box3er .box_320_gray a:hover {
    color: #0099c9;
    text-decoration: underline;
}

.box_320_gray,
.box_320_blue,
.box_320_beige,
box_320_darkblue a:before {
    content: "";
}

.box_320_darkblue {
    background: #00aee5;
}

.box_320_beige {
    background: #edece8;
}

.box_320_blue span,
.box_320_blue div,
.box_320_beige span,
.box_320_beige div,
.box_320_gray span,
.box_320_gray div,
.box_320_darkblue span,
.box_320_darkblue div {
    display: block;
    padding: 17px 15px 0 15px;
    margin: 0;
    font-size: 14x;
    font-size: 0.875rem;
    line-height: normal;
    height: 100%;
}

.box_320_blue span span.icon,
.box_320_beige span span.icon,
.box_320_gray span span.icon,
.box_320_darkblue span span.icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0px -34px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.box_320_blue span h1,
.box_320_beige span h1,
.box_320_gray span h1,
.box_320_darkblue span h1 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333333;
    line-height: normal;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.box_320_blue span h2,
.box_320_beige span h2,
.box_320_gray span h2,
.box_320_darkblue span h2 {
    font-size: 16px;
    font-size: 0.875rem;
    margin: 0px 0 4px 0;
    padding: 0;
}

.box_320_blue span h2 a,
.box_320_beige span h2 a,
.box_320_gray span h2 a,
.box_320_darkblue span h2 a {
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bold;
    color: #00aee5;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.box_320_blue span h2 a:before,
.box_320_beige span h2 a:before,
.box_320_gray span h2 a:before,
.box_320_darkblue span h2 a:before {
    content: "";
    text-decoration: none;
}

.box_320_blue span p,
.box_320_beige span p,
.box_320_gray span p,
.box_320_darkblue span p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    color: #1d1d1d;
    line-height: normal;
}

.box_320_blue span a,
.box_320_beige span a,
.box_320_gray span a,
.box_320_darkblue span a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #00aee5;
    text-decoration: none;
    margin: 4px 0 0 0;
}

/*.box_320_blue span a:before,
.box_320_beige span a:before,
.box_320_gray span a:before,
.box_320_darkblue span a:before {
    content: " › ";
    font-size: 14px;
    font-size: 0.875rem;
    color: #00aee5;
    vertical-align: baseline;
}*/

.box_320_blue button,
.box_320_beige button,
.box_320_gray button,
.box_320_darkblue button {
    float: right;
    background: #00aee5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 4px 8px 4px 8px;
    margin: 0 6px 10px 0;
}

.box_320_blue button a,
.box_320_beige button a,
.box_320_gray button a {
    color: #ffffff;
}


/*.box_320_blue button:before, .box_320_gray button:before, .box_320_darkblue button:before {
    content:" › ";
    vertical-align:baseline;
}*/

.box_320_blue button:hover,
.box_320_beige button:hover,
.box_320_gray button:hover,
.box_320_darkblue button:hover {
    color: #d4f1fa;
}

.box_320_darkblue span h1,
.box_320_darkblue span h2,
.box_320_darkblue span h2 a,
.box_320_darkblue span p,
.box_320_darkblue span a,
.box_320_darkblue span a:before {
    color: #ffffff;
}

.box_320_darkblue button {
    background: #ffffff;
    color: #000000;
}

.box_320_darkblue button:hover {
    color: #00aee5;
}

.box_320_blue button a,
.box_320_beige button a,
.box_320_gray button a {
    color: #ffffff;
}

.box_320_darkblue button a,
.box_320_darkblue button a:before {
    color: #00aee5;
}

.box_320_blue button a,
.box_320_beige button a,
.box_320_blue button a:before, 
.box_320_beige button a:before {
    color: #ffffff;
}

.box_320_gray button a,
.box_320_gray button a:before {
    color: #ffffff;
}


/* Boxen - 486px 2er Reihe */

.box_486_blue,
.box_486_beige,
.box_486_gray,
.box_486_yellow,
.box_486_darkblue {
    background: #d4f1fa;
    width: 486px;
    height: initial;
    display: inline-block;
    border: none;
    margin: 10px 0px 10px 0px;
    vertical-align: top;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box2er {
    height: auto;
    display: inline-flex !important;
}

.box2er div:nth-child(2) {
    margin: 10px 0px 10px 11px;
}

.box2er a:hover {
    color: #0099c9;
    text-decoration: underline;
}

.box2er button a:hover {
    color: #0099c9;
    text-decoration: none;
}

.box2er .box_486_gray a:before,
.box2er .box_486_blue a:before,
.box2er .box_486_yellow a:before,
.box2er .box_486_darkblue a:before {
    content: "";
}

.box_486_gray {
    background: #f5f4f4;
    font-weight: normal;
}

.box_486_darkblue {
    background: #00aee5;
    font-weight: normal;
}

.box_486_yellow {
    background: #ffe04f;
    font-weight: normal;
}

.box_486_blue span,
.box_486_gray span,
.box_486_yellow span,
.box_486_darkblue span {
    display: block;
    padding: 8px 15px 0 15px;
    margin: 0;
    font-size: 14x;
    font-size: 0.875rem;
    line-height: normal;
    overflow: hidden;
    height: 100%;
}

.box_486_blue span span.icon,
.box_486_gray span span.icon,
.box_486_yellow span span.icon,
.box_486_darkblue span span.icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0px -34px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.box_486_blue span h1,
.box_486_gray span h1,
.box_486_yellow span h1,
.box_486_darkblue span h1 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000000;
    line-height: normal;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.box_486_blue span h2,
.box_486_gray span h2,
.box_486_yellow span h2,
.box_486_darkblue span h2 {
    font-size: 16px;
    font-size: 1.000rem;
    margin: 10px 0 0px 0;
    padding: 0;
}

.box_486_blue span h2 a,
.box_486_gray span h2 a,
.box_486_yellow span h2 a,
.box_486_darkblue span h2 a {
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bold;
    color: #00aee5;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.box_486_blue span h2 a:before,
.box_486_gray span h2 a:before,
.box_486_yellow span h2 a:before,
.box_486_darkblue span h2 a:before {
    content: "";
    text-decoration: none;
}

.box_486_blue span p,
.box_486_gray span p,
.box_486_yellow span p,
.box_486_darkblue span p {
    font-size: 14x;
    font-size: 0.875rem;
    color: #000000;
    line-height: normal;
    display: block;
}

.box_486_blue span a,
.box_486_gray span a,
.box_486_yellow span a,
.box_486_darkblue span a {
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #00aee5;
    text-decoration: none;
    margin: 4px 0 0 0;
}

.box_486_blue span a:before,
.box_486_gray span a:before,
.box_486_yellow span a:before,
.box_486_darkblue span a:before {
    content: " › ";
    font-size: 14px;
    font-size: 0.875rem;
    color: #00aee5;
    vertical-align: baseline;
}

.box_486_blue button,
.box_486_gray button,
.box_486_yellow button,
.box_486_darkblue button {
    float: right;
    background: #00aee5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 4px 8px 4px 8px;
    margin: 0px 6px 10px 0;
}

.box_486_blue button a,
.box_486_yellow button a,
.box_486_gray button a {
    color: #ffffff;
}

.box_486_blue button:before,
.box_486_gray button:before,
.box_486_yellow button:before,
.box_486_darkblue button:before {
    content: " › ";
    margin-right: 0px;
    vertical-align: baseline;
}

.box_486_blue button:hover,
.box_486_gray button:hover,
.box_486_yellow button:hover,
.box_486_darkblue button:hover {
    color: #d4f1fa;
}

.box_486_darkblue span h1,
.box_486_darkblue span h2,
.box_486_darkblue span h2 a,
.box_486_darkblue span p,
.box_486_darkblue span a,
.box_486_darkblue span a:before {
    color: #ffffff;
}

.box_486_darkblue button {
    background: #ffffff;
    color: #000000;
}

.box_486_darkblue button:hover {
    color: #00aee5;
}


/* Boxen - 1er 1212px Box ueber gesamte Breite */

.box_990_blue,
.box_990_gray,
.box_990_darkblue {
    background: #d4f1fa;
    width: 1212px;
    height: auto;
    font-weight: normal;
    display: inline-block;
    border: none;
    margin: 10px 0px 10px 0px;
    vertical-align: top;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box_990_gray {
    background: #f5f4f4;
}

.box_990_darkblue {
    background: #00aee5;
    border-right: 1px solid #008ebb;
    border-bottom: 1px solid #008ebb;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.box_990_blue span,
.box_990_gray span,
.box_990_darkblue span {
    display: block;
    padding: 8px 15px 0 15px;
    margin: 0;
    font-size: 14x;
    font-size: 0.875rem;
    line-height: normal;
}

.box_990_blue span span.icon,
.box_990_gray span span.icon,
.box_990_darkblue span span.icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0px -34px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.box_990_blue span h1,
.box_990_gray span h1,
.box_990_darkblue span h1 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000000;
    line-height: normal;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.box_990_blue span h2,
.box_990_gray span h2,
.box_990_darkblue span h2 {
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bold;
}

.box_990_blue span h2 a,
.box_990_gray span h2 a,
.box_990_darkblue span h2 a {
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bold;
    color: #00aee5;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.box_990_blue span h2 a:before,
.box_990_gray span h2 a:before,
.box_990_darkblue span h2 a:before {
    content: "";
    text-decoration: none;
}

.box_990_blue span p,
.box_990_gray span p,
.box_990_darkblue span p {
    font-size: 14x;
    font-size: 0.875rem;
    color: #000000;
    line-height: normal;
    display: block;
}

.box_990_blue span a,
.box_990_gray span a,
.box_990_darkblue span a {
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #00aee5;
    text-decoration: none;
    margin: 4px 0 0 0;
}

body.home.page .box_990_blue span a,
.box_990_gray span a,
.box_990_darkblue span a {
    color: #ffffff;
}

body.home.page .box_990_darkblue span a {
    color: #000000;
}

body.home.page .box_990_darkblue span a:hover {
    color: #00aee5;
}

.box_990_blue span a:before,
.box_990_gray span a:before,
.box_990_darkblue span a:before {
    content: " › ";
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bolder;
    color: #00aee5;
    vertical-align: baseline;
}

.box_990_blue button,
.box_990_gray button,
.box_990_darkblue button {
    float: right;
    background: #00aee5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 4px 8px 4px 8px;
    margin: 0 6px 16px 0;
}

.box_990_blue button:before,
.box_990_gray button:before,
.box_990_darkblue button:before {
    content: " › ";
    vertical-align: baseline;
}

.box_990_blue button:hover,
.box_990_gray button:hover,
.box_990_darkblue button:hover {
    color: #d4f1fa;
}

.box_990_darkblue span h1,
.box_990_darkblue span h2,
.box_990_darkblue span h2 a,
.box_990_darkblue span p,
.box_990_darkblue span a,
.box_990_darkblue span a:before {
    color: #ffffff;
}

.box_990_darkblue button {
    background: #ffffff;
    color: #000000;
}

.box_990_darkblue button:hover {
    color: #00aee5;
}


/* Boxen - Schnelleinstieg */

.schnelleinstieg span {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 10px 0 10px 0;
    border-right: 1px solid #ffffff;
    vertical-align: top;
}

.schnelleinstieg span:last-child {
    border-right: none;
}

.schnelleinstieg span a {
    font-size: 16px;
    display: block;
    padding: 8px;
    width: auto;
    font-weight: normal;
    background: #ffffff;
    color: #00aee5;
}

.schnelleinstieg span a:hover {
    text-decoration: underline;
}

.schnelleinstieg span p {
    font-size: 16px;
    font-size: 1.000rem;
}

/*.schnelleinstieg span a:before {
    content: " › ";
    font-size: 16px;
    font-size: 1.000rem;
    color: #00aee5;
    vertical-align: baseline;
}*/

.schnelleinstieg span.infoszumverein {
    width: auto;
    vertical-align: bottom;
}

.schnelleinstieg span.veroeffentlichungen {
    width: auto;
    vertical-align: bottom;
}

.schnelleinstieg span.ueberagof {
    width: 560px;
    vertical-align: top;
    border-right: none;
}


/* Boxen - Logoleiste */

.box_990_logos {
    background: transparent;
    width: 100%;
    height: 84px;
    display: block;
    border: none;
    margin: 10px 0 10px 0;
    padding: 0;
    overflow: hidden;
}

.box_990_logos .bx-wrapper .bx-viewport {
    background: transparent;
}

.box_990_logos .bx-wrapper .bx-viewport ul {
    margin: 0;
    padding: 0;
}

.box_990_logos .bx-wrapper .bx-viewport img {}

/* Button */

.button {
    display: inline-block;
    background: #00aee5;
    font-size: 14px;
    padding: 6px 9px;
    margin: 4px 2px;
    color: #ffffff;
    text-decoration: none;
    border: none;
}

.cat-item a .button {
    margin: 0;
    padding: 0;
}

/* Footer */

#footer_pane.outer {
    background-color: #ffffff;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    bottom: 0px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}

#footer_pane .inner {
    background-color: transparent;
    width: 1212px;
    height: 100%;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

#footer_pane .footer_imprint .inner {
    /*width: 1212px;*/
    max-width: 1212px;
    height: 100%;
    padding: 0px 0 0 0;
    margin: 0 auto;
}


#footer_pane .box_990_darkblue {
    background: transparent;
    max-height: 272px;
}


/* Footer - Content */

.footer_content {
    border-right: none;
    border-bottom: none;
}

.footer_content span {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: top;
}

.footer_content span:first-child {
    border-right: none;
    border-left: none;
    border-right: 1px solid #ffffff;
    height: 100%;
}

.footer_content span:last-child {
    border-right: none;
    border-left: none;
}

.footer_content span span.icon.important {
    width: 30px;
    height: 32px;
    background: url('../img/sprite.png') no-repeat -33px -32px;
    vertical-align: middle;
    border: none;
}

.footer_content span span.icon.twitter {
    width: 30px;
    height: 32px;
    background: url(../img/sprite.png) -75px -26px no-repeat;
    padding: 0
}

.footer_content span span.icon.facebook {
    width: 30px;
    height: 32px;
    background: url(../img/sprite.png) -75px -108px no-repeat;
    padding: 0
}

.social_share_privacy.sprite-de_DE li .fb_like_btn {
    background-position: 0 -29px !important;
}

.social_share_privacy li {
    margin: 12px 0 !important !important;
}

.footer_content span span.icon.rss {
    width: 30px;
    height: 32px;
    background: url(../img/sprite.png) -114px -108px no-repeat;
    padding: 0
}

.footer_content span p {
    font-size: 16px;
    font-size: 1.000rem;
}

.footer_content span a:before {
    content: " › ";
    font-size: 16px;
    font-size: 1.000rem;
    color: #ffffff;
    vertical-align: baseline;
}


/* Footer - Content - Boxen */

.footer_content span.information_frame {
    width: 23%;
    padding: 0 0 0 0;
}

.footer_content span.logo_frame {
    width: 100%;
    height: 100%;
    min-height: 242px;
    max-width: 740px;
    border-right: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
}

.footer_content span.logo_frame h1 {
    font-weight: 100;
    color: #666;
}

.footer_content span.logo_frame a:before {
    content: '';
}

.footer_content div.logo_bvdw {
    width: 100px;
    height: auto;
    border: none;
    margin: 5px 0px;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.footer_content div.logo_zaw {
    width: 130px;
    height: 61px;
    margin: 0px 25px;
    display: inline-block;
    float: left;
}

.footer_content div.logo_senat {
    width: 129px;
    height: 31px;
    margin: 17px 0px;
    display: inline-block;
    float: left;
}


.footer_content div.logo_bvm {
    width: 139px;
    height: 31px;
    margin: 0 15px;
    display: inline-block;
    float: left;
}

.footer_content div img {
    width: 100%;
}

.box_990_darkblue.footer_content span {
    padding: 8px 15px 0 0px;
}

.box_990_darkblue.footer_content span.logo_frame {
    padding: 10px 0px 0px 0px;
    margin-top: 4px;
}

/*footer div.footer_imprint {
    padding: 8px 0px 0 0px;
}*/

/* Footer - Content - Twitter */

.footer_content span.twitterframe {
    width: auto;
    height: 242px;
    background: none !important;
    /* margin-left: 10px; */
    padding: 15px;
    padding-right: 0;
    max-width: 450px;
}

.footer_content span.twitterframe h1 a {
    color: #666;
    font-size: 18px;
    font-size: 1.0rem;
    font-weight: 100;
}

.footer_content span.twitterframe a {
    color: #666;
    font-weight: 100;
}

.footer_content span.twitterframe h1 a:before {
    content: '';
}

.footer_content span.twitterframe .times {
    padding-bottom: 6px;
}

.timeline-Tweet-text {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
}

/* Footer -Content - Imprint */

footer div.footer_imprint {
    display: block;
    width: auto;
    height: 57px;
    background: #00aee5;
}

footer div.footer_imprint p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    line-height: 29px;
    vertical-align: middle;
    float: left;
    color: #fff;
}

footer div.footer_imprint .footer_navi {
    float: right;
    margin: 13px 0 0 0;
    padding: 0;
}

footer div.footer_imprint .footer_navi ul {
    margin: 0;
}

footer div.footer_imprint .footer_navi ul li {
    padding: 0px 4px 0 4px;
    margin: 0;
    list-style: none;
    display: inline-block;
}

footer div.footer_imprint .footer_navi ul li a {
    font-weight: 100;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #fff;
    line-height: 29px;
    vertical-align: middle;
}

footer div.footer_imprint .footer_navi ul li a:hover {
    color: #d4f1fa;
}

#footer_pane .inner .footer_content ul > li {
    color: #ffffff;
}


/* Swiffy */

div.swiffy {
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
}


/* Charts */

tspan {
    font-style: normal;
    font-weight: 100;
}

p[id^="amchart"] {
    font-size: 80%;
    color: #999;
}


/* Tabellen */

table.tablesorter a {
    color: #1d1d1d;
}

table.tablesorter a:hover {
    color: #00aee5;
}

table.tablesorter,
table.events-table,
table.standard {
    width: 100%;
    height: 100%;
/*
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
*/
}

table.tablesorter thead,
table.events-table thead,
table.standard thead {
    background: #edece8;
}

table.tablesorter thead tr th,
table.events-table thead tr th,
table.standard thead tr th {
    text-align: left;
    color: #1d1d1d;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 10px !important;
    border-right: 1px solid #ffffff;
    vertical-align: top;
    white-space: nowrap;
}

table.tablesorter thead tr th:last-child,
table.events-table thead tr th:last-child,
table.standard thead tr th:last-child {
    border-right: none;
}

table.tablesorter thead tr th:hover,
table.events-table thead tr th:hover,
table.standard thead tr th:hover {
    color: #000000;
}

table.tablesorter thead tr th.header,
table.events-table thead tr th.header,
table.standard thead tr th.header {
    cursor: pointer;
}

table.tablesorter thead tr th.header:after,
table.events-table thead tr th.header:after,
table.standard thead tr th.header:after {
    content: ' ↑';
    font-size: 1rem;
    color: #999999;
}

table.tablesorter thead tr th.header.headerSortUp:after,
table.events-table thead tr th.header.headerSortUp:after,
table.standard thead tr th.header.headerSortUp:after {
    content: ' ↑';
    font-size: 1rem;
    color: #ffffff;
    vertical-align: top;
}

table.tablesorter thead tr th.header.headerSortDown:after,
table.events-table thead tr th.header.headerSortDown:after,
table.standard thead tr th.header.headerSortDown:after {
    content: ' ↓';
    font-size: 1rem;
    color: #ffffff;
    vertical-align: top;
}

table.tablesorter tbody tr td,
table.events-table tbody tr td,
table.standard tbody tr td {
    text-align: left;
    padding: 10px !important;
    border-right: 1px solid #efefef;
    font-size: 14px;
    font-size: 0.875rem;
    color: #1d1d1d;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 20px;
}

table.tablesorter tbody tr td:last-child,
table.events-table tbody tr td:last-child,
table.standard tbody tr td:last-child {
    border-right: none;
}

table.tablesorter tbody tr:nth-child(1n+1),
table.events-table tbody tr:nth-child(1n+1),
table.standard tbody tr:nth-child(1n+1) {
    background-color: #ffffff;
}

table.tablesorter tbody tr:nth-child(2n+2),
table.events-table tbody tr:nth-child(2n+2),
table.standard tbody tr:nth-child(2n+2) {
    background-color: #f5f4f4;
}

table.tablesorter tbody tr:hover,
table.events-table tbody tr:hover,
table.standard tbody tr:hover {
    background-color: #ecfaff;
}


/* Tabelle beschlussdatenbank */


table.beschlussdatenbank {
/*    max-width: 1052px;
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;*/
}

table.beschlussdatenbank tr.filter {
    background-color: #d4f1fa;
}

table.beschlussdatenbank tr.filter select {
    width: 100%;
}

table.beschlussdatenbank tr.filter td:hover > div.multiselect {
    display: block;
}

.multiselect {
    width: auto;
    height: auto;
    max-height: 300px;
    border: solid 1px silver;
    overflow-y: scroll;
    position: absolute;
    background: #fff;
    display: none;
    padding: 10px;
    margin-top: 0;
    box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.04);
}

.multiselect input {
    margin-right: 6px;
}

.multiselect label {
    display: block;
    vertical-align: top;
    width: auto;
    max-width: 200px;
    overflow: visible;
    white-space: nowrap;
}

.multiselect-on {
    color: #ffffff;
    background-color: #000099;
}


/* Event-Formular  */

#event-form,
.em-booking {
    margin: 0px auto 0 auto;
    width: auto;
    position: relative;
    display: inline-block;
    background: #fafafa;
    padding: 0px 20px 10px 10px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.event-categories li {
    margin: 0;
    list-style-type: none
}


/*.em-location-map-container {
    width: 320px !important;
    height: 280px !important;
    padding: 0px 0px 0 0px !important;
    
}*/


/* Timings Tabelle */

body.page-id-10423 .bx-viewport {
    height: auto !important;
}

.timings table * {
    white-space: pre-wrap;
}

.timings li {
    margin: 0px !important;
}

.timings th.header {
    /* height:70px !important;*/
    height: auto !important;
}

.timings th.header:first-child {
    width: 140px !important;
}

.timings table.tablesorter,
table.events-table,
table.standard {
    box-shadow: none;
    margin: 0 !important;
}

.page-id-858 .bx-viewport {
    height: 100% !important
}

#bx-timings-pager a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    background-color: #f5f4f4;
    border-left: 3px solid #00aee5;
    cursor: pointer;
}

#bx-timings-pager a:first-child {
    margin-left: 0px;
}

#bx-timings-pager a.active {
    background-color: #d4f1fa;
}


/* Calculator - Kostenrechner */

table.standard.calculator tr td {
    vertical-align: top;
    background-color: #fafafa;
}

table.standard.calculator tr td:nth-child(1) {
    width: 57%;
}

table.standard.calculator tr td:nth-child(2) {
    width: 43%;
}

table.standard.calculator tr td span {
    color: #00aee5;
    font-weight: bolder;
}

table.standard.calculator tr td input {
    height: 24px;
    max-width: 120px;
    text-indent: 6px;
}

table.standard.calculator tr td h3 {
    color: #00aee5;
}

table.standard.calculator tr td button {
    background: #00aee5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 5px 10px 5px 10px;
    margin: 0 0 0 -1px;
}

table.standard.calculator div {
    margin: 10px 0 10px 0;
}

table.standard.calculator tr td #sumCosts {
    display: block;
    text-indent: 10px;
    background-color: #ffffff;
}

table.standard.calculator tr td #sumCosts span {
    font-size: 20px;
    font-size: 1.111rem;
}


/* Artikel */
body.single-post article.category-digital-verification h1.entry-title,
body.single-post article.category-digital-verification .entry-content h3 {
    color: #00764f !important;
}

body.single-post article.category-digital-verification .entry-content blockquote p:first-child:before,
body.single-post article.category-digital-verification .entry-content blockquote p:last-child:after {
    color: #00764f !important;
}

body.single-post article.category-digital-certification h1.entry-title,
body.single-post article.category-digital-certification .entry-content h3 {
    color: #2d2680 !important;
}

body.single-post article.category-digital-certification .entry-content blockquote p:first-child:before,
body.single-post article.category-digital-certification .entry-content blockquote p:last-child:after {
    color: #2d2680 !important;
}

body.single-post article.category-digital-planning h1.entry-title,
body.single-post article.category-digital-planning .entry-content h3, 
body.single-post article.category-agof h1.entry-title,
body.single-post article.category-agof .entry-content h3 {
    color: #007eb0 !important;
}

body.single-post article.category-digital-planning .entry-content blockquote p:first-child:before,
body.single-post article.category-digital-planning .entry-content blockquote p:last-child:after,
body.single-post article.category-agof .entry-content blockquote p:first-child:before,
body.single-post article.category-agof .entry-content blockquote p:last-child:after {
    color: #007eb0 !important;
}


.cat_list li.cat-item.cat-item-210, .cat_list li.cat-item.cat-item-211 {
    background-color: #007eb0;
}
.cat_list li.cat-item.cat-item-212 {
    background-color: #00764f;
}
.cat_list li.cat-item.cat-item-213 {
    background-color: #2d2680;
}

.post-category .digital-verification a {
    color: #00764f !important;
}

.post-category .digital-planning a {
    color: #007eb0 !important;
}

.post-category .digital-certification a {
    color: #2d2680 !important;
}


.navigation {
    display: block;
    margin: 0 0 20px 0;
}

.navigation .nav-previous {
    display: inline-block;
}

.navigation .nav-next {
    display: inline-block;
    float: right
}

.navigation .nav-previous a {
    font-size: 0.875rem;
}

.navigation .nav-next a {
    font-size: 0.875rem;
}


/* WP-Filebase */

div.dlbtn_agof,
a.linkbox_intern,
a.linkbox_extern,
a.linkbox {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: #edece8;
    /* border-bottom: 3px solid #00aee5; */
    color: #1d1d1d;
    font-weight: 500;
    cursor: pointer;
}


div.dlbtn_agof span {
    display: inline-block;
    width: 100%;
    height: auto;
}

div.dlbtn-icon {
    width: 23px;
    height: 19px;
    display: inline-block;
    margin-right: 6px;
    margin-top: -1px;
    float: left;
}

div.dlbtn-icon:before {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 20px;
    font-size: 1.25rem;
    color: #1d1d1d;
    vertical-align: middle;
    display: inline-block;
}


/* Linkbox */

a.linkbox_intern:before {
    content: "\f0c1";
    font-family: "FontAwesome";
    font-size: 20px;
    font-size: 1.25rem;
    color: #00aee5;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 8px;
}

a.linkbox_intern.neu:after {
    content: "NEU";
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    background-color: red;
    border-radius: 4px;
    padding: 0px 3px 0px 3px;
    position: absolute;
    margin-top: -17px;
    margin-left: -13px;
}

a.linkbox_extern:before {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    float: left;
    background: url('../img/sprite.png') no-repeat -1px -612px;
    margin-right: 6px
}


a.linkbox_extern.neu:after {
    content: "NEU";
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    background-color: red;
    border-radius: 4px;
    padding: 0px 3px 0px 3px;
    position: absolute;
    margin-top: -17px;
    margin-left: -13px;
}



/* Datenschutz */

.abstractBox {
    background: #f5f4f4;
    height: auto;
    display: inline-block;
    border: none;
    margin: 10px 0px 10px 0px;
    padding: 0 0 0 20px;
    vertical-align: top;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.abstractBox input {
    margin: 10px 0 0 0;
}

.abstractBox input {
    margin: 10px 0 0 0;
    display: none;
}


/* PageNavi */

.wp-pagenavi,
.em-pagination {
    clear: both;
    margin: 40px 0 0 0;
    color: #333333;
    font-weight: lighter;
}

.wp-pagenavi a,
.wp-pagenavi span,
span.page-numbers {
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a,
{
    background-color: #f5f4f4;
    color: #333333;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
span.page-numbers.current {
    background-color: #00aee5;
    color: #ffffff;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.wp-pagenavi .pages {
    border: none;
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.wp-pagenavi .extend {
    background: none;
}

body.search-results #nav-above {
    display: none;
}


/* Infoletter */

.box_320_gray.nofold.infoletter {
    padding-bottom: 0 !important;    
}

.box_320_gray.nofold.infoletter  h1.title {
    left: 16px;   
}



.box_320_gray.nofold.infoletter .container {
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
    margin-right: 0px;
    padding-left: 0px;
}

.box_320_gray.nofold.infoletter .container h1.title {
    left: 15px;
}

.box_320_gray.nofold.infoletter .container .input_email_container {
    padding-left: 0px;
}

.box_320_gray.nofold.infoletter .container input {
    height: 29px;
    width: 197px;
    margin: 0;
    padding: 1px 0 1px 0;
    text-indent: 10px;
    font-weight: normal;
    color: #333333 !important;
    border: 1px solid #cccccc;
}

#infoletter_full {
    margin: 0 auto;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    background: transparent;
    padding: 0px;
    color: #000000;
    
    
}

#infoletter_full fieldset {
    margin-top: 10px;
    padding: 5px 0 5px 0;
    border: none;
}

#infoletter_full li {
    list-style-type: none;
    margin: 10px 0 10px 0;
}

#infoletter_full li label:first-child,
#infoletter_full .radio span:first-child {
    width: 140px;
    display: inline-block;
}

#infoletter_full legend {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333;
}

#infoletter_full ol {
    margin: 0!important;
    padding: 15px 0 0 0!important;
    border-top: 1px solid #00aee5;
}

#infoletter_full input[type=radio],
#infoletter_full input[type=checkbox] {
    display: none;
}

#infoletter_full .radio input[type=radio],
#infoletter_full .radio input[type=checkbox] {
    display: none;
    float: left;
    margin-left: -20px;
}

#infoletter_full .radio {
    min-height: 21px;
}

#infoletter_full .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
}

#infoletter_full .radio label:before {
    border-radius: 8px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), inset 0px -1px 0px 0px rgba(0, 0, 0, .05);
}

#infoletter_full .checkbox label:before {
    border-radius: 3px;
}

#infoletter_full .radio input[type=radio]:checked+label:before {
    content: "\2022";
    color: #00aee5;
    font-size: 26px;
    text-align: center;
    line-height: 15px;
}

#infoletter_full .radio input[type=checkbox]:checked {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

#infoletter_full input[type=submit] {
    float: right;
    font-size: 0.9em;
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    vertical-align: top;
}


/* Startseitenbox - Infoletter */

#infoletter_full.box {
    background: transparent;
    box-shadow: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#infoletter_full.box fieldset {
    padding: 0;
    margin: 0;
}

#infoletter_full.box ol {
    padding: 0 0 0 0 !important;
    border: none;
}

#infoletter_full.box li {
    width: 100%;
    padding: 0 0 0 0;
    margin: 6px 0 6px 0;
}

#infoletter_full.box li label:first-child,
#infoletter_full.box .radio span:first-child {
    width: auto;
    display: inline-block;
}

#infoletter_full.box .radio {
    margin-top: 20px;
}

#infoletter_full.box .radio span:first-child {
    width: auto;
    padding-right: 10px;
    display: inline-block;
}

#infoletter_full.box input[type=text] {
    width: 100%;
    display: inline-block;
}

#infoletter_full.box span {
    padding: 0;
}

#infoletter_full.box .infoletter_form {
    margin: 0;
}

#infoletter_full.box input[type=submit] {
    background: #00aee5;
    color: #ffffff;
    border: none;
    float: right;
    padding: 4px 2px 4px 2px;
    margin: 0;
}


/* Sitemap */

#sitemap ul {
    margin-left: 0px;
    list-style: none;
}

#sitemap ul li {
    margin: 20px 0px 20px 0px;
}

#sitemap ul li {
    font-size: 22px;
    font-size: 1.375rem;
}

#sitemap ul li a {
    display: block;
    width: auto;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: #f5f4f4;
    border-left: 3px solid #00aee5;
    cursor: pointer;
}

#sitemap ul li * ul {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0 10px 0;
}

#sitemap ul li * ul * ul {
    background-color: none;
    box-shadow: none;
}

#sitemap ul li * ul li {
    font-size: 16px;
    font-size: 1.000rem;
    margin: 0px 0px 0px 20px;
}

#sitemap ul li * ul li a {
    color: #333333;
    margin: 0px 0 0px 0;
    border-left: none;
    padding: 2px 0 2px 0;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
}

#sitemap ul li * ul li * ul li a {
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: lighter;
}

#sitemap ul li a:hover {
    color: #00aee5;
}

/* ==========================================================================
   3D Boxen / Container
   ========================================================================== */

.scene {
  width: 196px;
  height: 194px;
  border: 1px solid rgba(255,255,255,0.1);
  margin: 0px;
  perspective: 400px;
  display: inline-block;
}

.aboveall { 
  position: relative;
  z-index: 1;
}
    
.scene .cube {
  width: 200px;
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: transform 0.5s;
}

.scene .cube.usp .cube__face.cube__face--front:before {
  content: "USP";
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  background: rgba( 230, 140, 0, 1);
  color: #ffffff;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  right: 4px;
  vertical-align: middle;
  z-index: 99999;
}

.cube.show-front  { transform: translateZ(-100px) rotateY(   0deg); }
.cube.show-right  { transform: translateZ(-100px) rotateY( -90deg); }
.cube.show-back   { -webkit-transform: translateZ(-100px) translateX(-16px) translateY(-20px) rotateY(-180deg); zoom : 120%; -moz-transform: translateZ(-100px) translateX(0px) translateY(0px) rotateY(-180deg) scale(1.2);  /* Firefox */}
.cube.show-left   { transform: translateZ(-100px) rotateY(  90deg); }
.cube.show-top    { transform: translateZ(-100px) rotateX( -90deg); }
.cube.show-bottom { transform: translateZ(-100px) rotateX(  90deg); }

.cube__face {
  position: absolute;
  width: 200px;
  height: 200px;
  /* border: 2px solid black; */
  line-height: normal;
  font-size: normal;
  font-weight: bold;
  text-align: center;
}

.cube.green1 .cube__face.cube__face--front { 
  background: rgba( 0, 118, 79, 1);  
  outline: 2px solid rgba( 0, 118, 79, 1); 
} 

.cube.green2 .cube__face.cube__face--front { 
  background: rgba( 0, 165, 109, 1);  
  outline: 2px solid rgba( 0, 165, 109, 1); 
} 

.cube.green3 .cube__face.cube__face--front { 
  background: rgba( 107, 214, 143, 1);
  outline: 2px solid rgba( 107, 214, 143, 1); 
} 

.cube.green4 .cube__face.cube__face--front { 
  background: rgba( 155, 236, 184, 1);  
  outline: 2px solid rgba( 155, 236, 184, 1); 
} 

.cube.green5 .cube__face.cube__face--front { 
  background: rgba( 231, 255, 242, 1); 
  outline: 2px solid rgba( 231, 255, 242, 1); 
} 

.cube.bgimage .cube__face.cube__face--front {
  background-image: url(https://www.agof.de/wp-content/uploads/2021/01/v01-cube-01.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cube.bgimage .cube__face--front .cube__blur {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0px) saturate(100%) contrast(100%);
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.cube .cube__face--front .cube__blur {
  background: none;
  backdrop-filter: none;
  height: unset;
  width: unset;
  position: unset;
  overflow: unset;
}

.cube.border .cube__face.cube__face--front {
  background: #ffffff;
  /* border: 1px solid rgba(0,165,109,1); */
  outline: 2px solid rgba(0,165,109,1);
}


.cube__face.cube__face--front .cube__container {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  margin: 0px 11px;
  color: #222222;
  vertical-align: middle;
  transform: translate(0, -50%);
  top: 50%;
  text-align: center;
}

.cube__face.cube__face--back .cube__container {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    margin: 0px 11px;
    color: #222222;
    vertical-align: middle;
    /* transform: translate(0, -50%); */
    /* top: 0%; */
    text-align: left;  
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cube__face.cube__face--back .cube__container h1 {
  font-size: 16px;
  color: #ffffff;    
}

.cube__face.cube__face--back .cube__container p {
  font-size: 12px;
  color: #ffffff;
}

.cube__face .button.white {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
}
    
.cube .cube__face.cube__face--front  { background: rgba( 231, 255, 242, 1); transform: rotateY(  0deg) translateZ(100px); }
.cube .cube__face.cube__face--right  { background: rgba( 220, 220, 220, 1); transform: rotateY( 90deg) translateZ(100px); }
.cube .cube__face.cube__face--back { background: rgba( 230, 140, 0, 1);   transform: rotateY(180deg) translateZ(100px); box-shadow: 0px 10px 15px -6px rgba(0,0,0,0.4); }
.cube .cube__face.cube__face--left   { background: rgba( 220, 220, 220, 1); transform: rotateY(-90deg) translateZ(100px); }
.cube .cube__face.cube__face--top    { background: rgba( 220, 220, 220, 1); transform: rotateX( 90deg) translateZ(100px); }
.cube .cube__face.cube__face--bottom { background: rgba( 220, 220, 220, 1); transform: rotateX(-90deg) translateZ(100px); }

.cube.border .cube__face.cube__face--right  { background: rgba( 155, 236, 184, 1); }
.cube.border .cube__face.cube__face--left  { background: rgba( 155, 236, 184, 1); }
.cube.border .cube__face.cube__face--top  { background: rgba( 155, 236, 184, 1); }
.cube.border .cube__face.cube__face--bottom  { background: rgba( 155, 236, 184, 1); }




/* ==========================================================================
   OTRS Formular
   ========================================================================== */

.wpcf-wrap .one-half,
.wpcf-wrap .one-third,
.wpcf-wrap .two-third,
.wpcf-wrap .one-fourth {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 10px;
}

.wpcf-wrap .one-half { width: auto; clear: both; }
.wpcf-wrap .one-third { width: 30.66%; }
.wpcf-wrap .two-third { width: 100%; }
.wpcf-wrap .one-fourth {width: 22%;}

.wpcf-wrap .last {
    margin-right: 0 !important;
    clear: right;
}

.wpcf-wrap select.wpcf7-form-control.wpcf7-select, .wpcf-wrap input.wpcf7-form-control.wpcf7-email, .wpcf-wrap input[type="tel"].wpcf7-form-control {
    height: 33px;
    width: 200px;
    margin: 0;
    padding: 1px 0 1px 0;
    text-indent: 5px;
    font-weight: normal;
    color: #333333 !important;
    border: 1px solid #cccccc;
    border-radius: 0; 
}

.wpcf-wrap input[name="xBetreffx"] {
    width: 100% !important;
}

.wpcf-wrap span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em !important;
    padding: 1em 1em !important;
    border: none;
    margin-left: 0 !important;
    border-color: transparent !important;
    background: rgba(255,185,0,0.1);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    background: rgba(70,180,80,0.1) !important;
}


@media only screen and (max-width: 1024px) {
.wpcf-wrap .one-fourth {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
   .wpcf-wrap .one-half, .one-third, .two-third {
        width: 100%;
        margin-right: 0;
    }
}

/*Horizontal form only*/
.wpcf-wrap {
    min-height: 90px;
}

.wpcf-wrap div.wpcf7-response-output {
    width: 100%;
    clear: both;
    margin: 0;
}

.wpcf-wrap .wpcf-accept {
  clear: both;
}

.wpcf-wrap .wpcf-accept > .wpcf7-form-control-wrap {
    display: inline-block !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 65em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href)")";
    }
    abbr[title]:after {
        content: " (" attr(title)")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    #navi_main,
    #helper_navi,
    .top_nav,
    .top_search,
    .header_bnr,
    .information_frame,
    .logo_frame,
    .twitterframe,
    .footer_navi,
    #content .inner #sidebar_container {
        display: none !important
    }
}


/* ==========================================================================
   Wordpress Anpassungen
   ========================================================================== */

.linklove,
#comments,
#turnkey-credit,
.entry-meta,
.entry-utility,
#respond,
h1.entry-title,
#nav-below {
    display: none;
}

.error404 h1.entry-title {
    display: block;
}

.not-found h1.entry-title {
    display: block;
}

h1.entry-title {
    color: #00aee5;
}

/*#sidebar_container div[class^="box_320"].nofold {
    height: 100% !important;
    margin: 0px 0px 0px 0px !important;
}*/


#sidebar_container div[class^="box_320"].nofold span {
    overflow: auto;
}

#sidebar_container div[class^="box_320"].nofold span.box_moreinfo {
    display: none !important;
}

#sidebar_container .box_320_blue.nofold button,
#sidebar_container .box_320_beige.nofold button,
#sidebar_container .box_320_gray.nofold button,
#sidebar_container .box_320_darkblue.nofold button {
    margin: 0 6px 14px 0;
}

.entry-summary a {
    color: #00aee5
}

.entry-content input[type='submit'] {
    border: none;
    background: #00aee5;
    color: #ffffff !important;
    padding: 3px 6px 3px 6px;
    height: 33px;
    border: none;
    background-color: #00aee5;
}

.entry-content input[type='text'],
.entry-content input[type='password'] {
    height: 29px;
    width: 200px;
    margin: 0;
    padding: 1px 0 1px 0;
    text-indent: 10px;
    font-weight: normal;
    color: #333333 !important;
    border: 1px solid #cccccc;
}

.entry-content ul {
    margin: 1em 0;
}

body.search-results h2.entry-title {
    margin: 0.65rem 0
}

body.search-results h2.entry-title a {
    font-size: 18px;
    font-size: 1.125rem;
}

body.search-results .search-excerpt {
    background-color: #ffdf49;
    font-weight: normal;
}

div.personal {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-right: 40px;
    padding-bottom: 12px;
    vertical-align: top;
}


/* Countdown */


/* jQuery Countdown styles 1.6.3. */

.hasCountdown {
    background-color: #d4f1fa;
    font-weight: bolder;
    font-size: 160%;
    min-width: 200px;
    height: 90px;
    max-width: 400px;
    margin: 0 auto;
}

.countdown_rtl {
    direction: rtl;
}

.countdown_holding span {
    color: #888;
}

.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: 48%;
}

.countdown_show3 .countdown_section {
    width: 32.5%;
}

.countdown_show4 .countdown_section {
    width: 24.5%;
}

.countdown_show5 .countdown_section {
    width: 19.5%;
}

.countdown_show6 .countdown_section {
    width: 16.25%;
}

.countdown_show7 .countdown_section {
    width: 14%;
}

.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown_amount {
    font-size: 200%;
    color: #00aee5;
}

.countdown_descr {
    display: block;
    width: 100%;
}


/* ---- Plug-In Anpassungen --- */


/* ---- Search Autocomplete --- */

span.ui-helper-hidden-accessible {
    display: none;
}

li.ui-menu-item {
    list-style: none;
    list-style-image: none;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    text-indent: 10px;
    line-height: 25px;
    padding: 5px 0;
}

li.ui-menu-item a.ui-corner-all:hover {
    background: none;
    text-decoration: none;
    cursor: pointer;
}

a.ui-corner-all.ui-state-focus {
    background: rgba(0, 0, 0, 0.05) !important;
    display: inherit;
    border: none !important;
}

table.form-table tr:first-child {
    display: none;
}

/* ---- Login-Bereich ---- */

.tml-user-description-wrap {display: none;}

.tml.tml-profile h3:nth-child(4) {display: none;}
.tml.tml-profile #pass1 {display: none;}
.tml.tml-profile .wp-pwd.hide-if-js input {width: 250px;}

.tml.tml-profile label {font-weight: normal;}
.tml.tml-profile .entry-content input[type='text'], .tml.tml-profile .entry-content input[type='password'] {width: 250px;}
.tml.tml-profile .button.button-secondary.wp-generate-pw {
    margin: 10px 0;
}

.lwa-info {
    text-transform: none !important;
}

.lwa-info a {
    display: none;
}


.lwa-info a#wp-logout {
    /* text-transform: lowercase!important; */
    display: block !important;
}




.avatar.lwa-avatar {
    display: none;
}


/* ---- Twitter-Widget Anpassungen --- */

div.tweet_data {
    font: none;
    line-height: normal;
    color: #222222;
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-size: 0.775rem;
}

div.tweet_data a {
    color: #00aee5 !important;
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-size: 0.775rem;
}

li.tweets_avatar {
    padding: 6px 8px !important;
}

.fetched_tweets > li {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    border-color: none !important;
    border-width: none !important;
    border-style: none !important;
    box-shadow: none !important;
}

div.tweet_data a:before,
.tweet_wrap > a:before {
    content: none !important;
}

div.times a:before {
    content: none !important;
}

div.times em a {
    font-size: 0.675rem;
}

div.wdtf-user-card {
    margin-bottom: 0px !important;
    float: none !important;
}

ul.fetched_tweets {
    margin-top: 7px
}

li.tweets_avatar {
    border-radius: 0px !important;
}

/* ---- Circle Menu --- */

.selector {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 230px;
    margin-bottom: 150px;
  }
  
  .selector,
  .selector button {
    font-family: MuseoSans, Arial, Helvetica, sans-serif;
    font-weight: 300;
  }
  
  .selector button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgb(0,118,79);
    border-radius: 50%;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
  }
  
  .selector button:hover { background:rgb(0,118,79); }
  
  .selector button:focus { outline: none; }
  
  .selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }
  
  .selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
  }
  
  .selector li:before {
      content: "";
  }
      
  .selector li input { display: none; }
  
  .selector li input + label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: rgb(231,255,242);
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
  }
  
  .selector li input + label:hover { background: rgb(155,236,184); }
  
  .selector.open li input + label {
      width: 160px;
      height: 160px;
      line-height: normal;
      margin-left: -40px;
      box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
      font-size: 18px;
      font-weight: 400;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }

  .selector a {
      font-weight: 400;
  }

  .selector a:hover {
    color: #000000;
}

/* ---- Temporär --- */


/*div.language,
span.languagebar {
    display: none !important;
}*/

li.login a {
    color: #ffffff !important;
    background: #00aee5;
    height: 22px;
    width: 60px;
    /* display: block; */
    position: relative;
    /* margin: -26px 0px 0 -78px; */
    padding: 5px 6px;
    text-align: center;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: none;
    border: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: none !important;
    padding: 3px 5px;
    margin: 2px;
    background-color: #f5f4f4;
}


/* -- Logobox wie auf agof.de/nachbarverbande/ --*/

.logobox {
    padding: 0 0 0 108px;
    position: relative;
}

body.page-id-579 .logobox,
body.page-id-675 .logobox {
    padding: 0 0 36px 108px;
}

.logobox img {
    left: 0;
    position: absolute;
    top: 0;
}

.logobox p {
    margin-left: 20px;
}


/* -- video-js.css Anpassungen -- */

.video-js {
    background-color: #ffffff;
}

.video-js {
    background-color: transparent !important;
    height: auto !important;
    width: 100% !important;
}

.video-js .vjs-tech {
    position: relative !important;
}

img.attachment-120x120.wp-post-image {
    /* float: left;
    padding-right: 20px;*/
}

li#wp-admin-bar-search {
    display: none;
}


/* PDF Darstellung im Browser */

body.post-9443 iframe {
    width: 100%;
    border: 0;
}


/* Gallerie */

dl.gallery-item {
    display: inline-block;
    margin: 6px 0px 0px 6px;
}

.gallery.gallery-size-thumbnail {
    background-color: #23282D;
    padding-bottom: 6px;
}

#swipebox-overlay {
    z-index: 9999999!important;
}

.bx-viewport {
    background: transparent !important;
}

.cd-timeline-content {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    border-left-color: none !important;
}

.cd-timeline-content .the-excerpt {
    font-size: 0.85em;
}

.edit-link {
    display: none;
}


/* Übersetzung XqTranslate */

.qtranxs-available-languages-message.qtranxs-available-languages-message-en {
    background: url('/wp-content/themes/agof/img/bar_bg.gif') repeat;
    padding: 10px 20px;
    margin-top: 0;
}

html[lang="en-US"] .qtranxs-lang-menu ul.sub-menu {
    display: inline !important;
}

html[lang="en-US"] .qtranxs-lang-menu.qtranxs-lang-menu-en a[title="English"] {
    display: none !important;
}

html[lang="en-US"] .qtranxs-lang-menu.qtranxs-lang-menu-en a img {
    display: none !important;
}

html[lang="de-DE"] .qtranxs-lang-menu ul.sub-menu {
    display: inline !important;
}

html[lang="de-DE"] .qtranxs-lang-menu.qtranxs-lang-menu-de a[title="Deutsch"] {
    display: none !important;
}

html[lang="de-DE"] .qtranxs-lang-menu.qtranxs-lang-menu-de a img {
    display: none !important;
}


/* Timeline Express */

#timelineexpress-container {
    margin-top: 20px;
}

body.page-id-10033 .button {
    color: #ffffff;
}

#filter-timeline {
    position: absolute;
    margin-top: -80px;
}

#filter-timeline input[type="submit"] {
    margin-top: -64px;
}

#filter-timeline ul {
    margin-bottom: 24px;
}

.cat-checkbox-container {
    font-size: 14px;
    margin-left: -156px !important;
    margin-top: 17px;
}

.cat-checkbox-container li {
    left: 140px;
    position: relative;
    list-style: none
}

.timeline-express-filter-dropdown.filter-timeline-by-timeline {
    display: none;
}

.cd-timeline-content {
    box-shadow: 0 3px 23px rgba(0, 0, 0, 0.3) !important;
}

.cat-checkbox-container {
    margin-left: -165px !important;
    max-width: 480px;
}


.timeline-express-filter-checkbox.timeline-express-filter-left {
    margin-left: 0 !important;
    width: 100% !important;
}


.te-pagination span:nth-child(1)  {
    background: #ffffff !important;
    color: #666666;
}


.te-pagination a.current  {
    background: #f5f4f4 !important;
    color: #ffffff;
}

.te-pagination a {
    background: #f5f4f4 !important;
    color: #666666 !important;
}


/*
.timeline-express-filter-checkbox li:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
*/

.timeline-express-filter-checkbox li {
    margin-right: 0px !important;
    list-style: none;
    float: left;
    margin-right: 12px;
    background: #f5f4f4;
    box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
    margin: 4px 6px;
    padding: 4px 6px;
}

.timeline-express-filter-checkbox li.active {
    background: #00aee5;
    color: #ffffff;
}

.cd-timeline-item-title {
    color: #00aee5 !important;
    font-size: 32px !important;
}

strong.timeline-express-single-page-announcement-date {
    font-weight: 100;
    color: #666666;
}

@media only screen and (min-width: 822px) {
    #cd-timeline {
        margin-top: 0em !important;
    }
}



/* ==========================================================================
   Pressebereich 2016
   ========================================================================== */

.press {
    width: 100%;
}

body.page-template-presse-page #content .inner {
    background: transparent;
}

.press:before {
    content: "";
    background: transparent;
    opacity: 1;
    background-size: 100% auto;
    top: 22%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    height: auto;
    width: 100%;
}

body.page-template-presse-page #bg {
    background: url('/wp-content/themes/agof/images/background_pressebereich_01.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1.0;
}

/*
body.page-template-presse-page #navi_main.outer {
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.03);
}
*/

#container.press .entry-content {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
    /*
    justify-content: space-between;
*/
    box-sizing: border-box;
}


/*
#container.press.content .entry-content {
    display: block;
    flex-flow: none;
    margin-bottom: none;
    justify-content: none;
    box-sizing: none;
}
*/

.press div.dlbtn_agof,
.press a.linkbox_intern,
.press a.linkbox_extern,
.press a.linkbox {
    margin: 0px 0 4px 0;
    width: 92%;
}

.press .box {
    max-width: 320px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: auto;
    display: inline-block;
    border: none;
    margin: 5px;
    padding: 0;
    vertical-align: top;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.press .box:hover {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.press .box.x1 {
    max-width: 320px;
}

.press .box.x2 {
    max-width: 650px;
}

.press .box.x3 {
    max-width: 980px;
}

.press .box.x1-2 {
    max-width: 485px;
}

.press .box.x1-3 {
    max-width: 650px;
}

.press .box .box_inner {
    padding: 10px 10px 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
}

.press .box table.tablesorter {
    transform: scale(1);
    /* width: 90%; */
    /* height: 90%; */
    margin: 0 auto;
    box-shadow: none;
}

.press .box button {
    display: inline-block;
    background: #00aee5;
    font-size: 14px;
    padding: 6px 9px;
    margin: 4px 2px;
}

.press .box.custom {
    font-size: 14px;
    font-weight: 100;
    color: #666;
}

.press .box .title {
    background: #edece8;
    padding: 8px 12px;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 100;
    color: #333333;
    line-height: normal;
}

.press .box .title a {
    color: #333333;
}

.press .box .widgettitle {
    display: none;
}

.press .box img {
    height: auto;
    width: 100%;
}

.press .box .hootproof_like_box p {
    font-size: 12px;
    word-break: break-word;
}

.press .box .hootproof_like_box img {
    max-width: 100px;
}

.press .box .hootproof_like_box img[title="Facebook Like Button"] {
    height: auto;
    width: 50px;
}

.press .box .hootproof_like_box img.htpr_page_photo {
    height: 54px;
    width: 54px;
}

.press .box .hootproof_like_box {
    margin-top: 0px !important;
}

.hootproof_like_box {
    /*    max-width: 340px;*/
    max-width: none !important;
    margin: 10px 0 0px 0 !important;
}

.press .box .content p {
    display: block !important;
}

.press .box table.tablesorter {
    font-size: 14px;
    position: relative;
    width: 100%;
    /*
    max-width: 300px;

    display: inline-block;

    margin: 0px 0px 0px 10px;
*/
}

.press .box table.tablesorter thead tr th,
.press table.events-table thead tr th,
.press table.standard thead tr th {
    display: none;
    padding: 0px !important;
}

.press .box p {
    font-size: 14px;
    font-weight: 100;
}

.press .box a {
    text-decoration: none;
}

.press .box a:hover i {
    color: #0099c9 !important;
}

.press .box a:hover h1 {
    color: #0099c9 !important;
}

.press .box h1 {
    font-size: 1.4em;
}

.press .box h2 {
    font-size: 1.0em;
}

.press .box small {
    display: inline-block;
    margin-top: 2px;
    font-weight: 100;
    font-size: 11px;
}

.press .dlbtn_agof small {
    float: right;
    color: #a5a5a5;
}

.press .dlbtn_agof a {
    font-size: 14px;
    display: inline-flex;
    text-align: left;
}

.press .dlbtn_agof:hover {
    background: #ebebeb !important;
}

.press .box div.dlbtn-icon {
    float: none;
    display: inline-block;
    min-width: 23px;
}

.press .box a li {
    list-style: none !important;
    margin-bottom: 14px;
    font-size: 14px;
}

.press .box li {
    list-style: none !important;
}

.press .box li.tweets_avatar {
    margin-left: 0px;
}

.press .box .display-posts-listing li:before {
    display: none;
}

.press .box .display-posts-listing {
    margin: 0px !important;
    padding-left: 0px;
}

.press .box .display-posts-listing li.listing-item {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    border-top: none;
}

.press .box .display-posts-listing li.listing-item .title:hover {
    color: #00aee5;
}

.press .box .display-posts-listing li.listing-item:first-child {
    margin-top: 0px;
    border-top: none;
}

.press .box .display-posts-listing li.listing-item .title {
    background: transparent;
    border: none;
    color: #333;
    font-weight: 300;
    display: flex;
}

.press .box .display-posts-listing .date {
    font-size: 11px;
    font-weight: bolder;
    color: #a5a5a5;
    display: flex;
    padding-left: 12px;
}

.press button {
    background: #00aee5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-size: 1.000rem;
    font-weight: bolder;
    padding: 5px 10px 5px 10px;
    margin: 0 0 0 -1px;
}

.press .navi {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.press .navi blockquote {
/*    display: block;
    border: none;
    margin-left: 0px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    max-width: 942px;
    background-color: rgba(255,255,255,0.8);*/
}

.press .navi h1 {
    width: 100%;
    color: #00aee5;
}

.press .navi h3 {
    margin-bottom: 0;
    color: #333;
}

.press .navi a {
    display: inline-block;
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    width: auto;
    color: #fff;
    margin: 0 4px;
    margin-left: 5px;
    text-decoration: none;
    font-weight: 100;
}

.press .navi a.active {
    text-decoration: underline;
    background-color: #00aee5;
    color: #fff;
}

.press .navi a.active:hover {
    background-color: #00aee5;
}
.press .navi a:hover {
    background: rgba(0, 0, 0, 0.6);

}

.press .logocontainer {
    max-width: 120px;
    min-height: 130px;
    width: 120px;
    background: #fff;
    padding: 10px 6px;
    margin: 0px 4px 6px 4px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    float: left;
    text-align: center;
}

.press .logocontainer img {
    /*
    height: 50px;
*/
    width: auto !important;
    max-width: 120px;
    max-height: 30px;
}

.press .logocontainer a {
    display: inline-block;
    margin-right: 4px;
}

.press .logocontainer a:before {
    content: "\f019";
    font-family: "FontAwesome";
    font-weight: bolder;
    font-size: 14px;
    float: left;
    padding: 0px 4px 0px 10px;
    color: #00aee5;
    display: block;
}

.press .logocontainer address {
    text-align: center;
}

.press .logocontainer address strong {
    display: block;
    margin-bottom: 6px;
}



.press .video_container {
    width: 100%;
    max-width: 280px;
    display: inline-block;
    margin: 6px 10px;
    height: auto;
    vertical-align: super
}

.press .video_container video, .press .video_container .video {
    width: 100%;
    height: 156px;
    border:1px solid rgba(0,0,0,0.07);
    vertical-align: baseline;
    background: #ffffff;
}

.press .twitter-timeline.twitter-timeline-rendered {
    height: 450px !important;
}

/*.tweet_wrap {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
}*/


#page_cat_presse img {
    width: 100% !important;
} 

.press .custom_news_box ul li a.image {
    float: left;
    padding-right: 12px;
}


.press .custom_news_box ul li a.image img {
    width: 50px;
    height: auto;
}

.press .custom_news_box.box .title {
    padding: 8px 0px;
    padding-right: 0px;
}

.press .custom_news_box.box .display-posts-listing .date {
    padding-left: 0px;
}
/* ==========================================================================
   daily-campaign-facts 12.2020
   ========================================================================== */

.dcf-kontur {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    margin: 20px 20px 50px 20px;
    padding: 20px 20px;
    background-color: #fff;
    border: 3px solid #1ea56d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
   /*  -webkit-box-shadow: 2px 2px 4px #1ea56d;
    -moz-box-shadow: 2px 2px 4px #1ea56d;
    box-shadow: 2px 2px 4px #1ea56d; */
}

.dcf-kontur:before {
    right: 87px;
    top: 100%;
    border: 18px solid;
    border-color: #1ea56d transparent transparent #1ea56d;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    transform: scaleX(2);
}

.dcf-kontur:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 90px;
    top: 100%;
    border: 16px solid;
    border-color: #fff transparent transparent #fff;
    transform: scaleX(2);
}

.dcf-kontur.left {
    margin: 0px 20px 50px 0px;
    /* float: left */
} 

.dcf-kontur.right {
    margin: 0px 0px 50px 20px;
    float: right
} 

.dcf {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    margin: 20px 20px 50px 20px;
    padding: 20px 20px;
    background-color: #00764f;
    border: 3px solid #00764f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
   /*  -webkit-box-shadow: 2px 2px 4px #1ea56d;
    -moz-box-shadow: 2px 2px 4px #1ea56d;
    box-shadow: 2px 2px 4px #1ea56d; */
}

.dcf:before {
    right: 87px;
    top: 100%;
    border: 18px solid;
    border-color: #00764f transparent transparent #00764f;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    transform: scaleX(2);
}

.dcf:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 90px;
    top: 100%;
    border: 15px solid;
    border-color: #00764f transparent transparent #00764f;
    transform: scaleX(2);
}

.dcf.left {
    margin: 0px 20px 50px 0px;
    float: left
} 

.dcf.right {
    margin: 0px 0px 50px 20px;
    float: right
} 
/* ==========================================================================
   daily digital facts 
   ========================================================================== */


.ddf {
/*
    display: inline-flex;
*/
    display: inline-block;
}

.ddf .box {
    max-height: 320px;
    overflow: hidden;
    position: relative;
    float: left;
}

.ddf .box .box_inner {
    max-height: none;
    background: #ffffff;
}

.ddf .box .box_overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
}

.ddf .box .box_overlay:after {
    content: '\f00e';
    font-family: 'FontAwesome';
    font-size: 4rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.ddf .preloader {
    content: '';
    background: url(/wp-content/themes/agof/images/ajax-loader.gif) no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99999 !important;
}

.ddf .amcharts-main-div svg {
    background: #ffffff !important;
}


.ddf .box .title {
    display: block;
}

.ddf .box .title:after {
    content: '\f010';
    font-family: 'FontAwesome';
    font-size: 1rem;
    color: #ffffff;
    float: right;
    vertical-align: middle;
    line-height: 19px;
     cursor: pointer;
    display: none;
}

.ddf .box .title.active:after {
    display: block;
}

.amcharts-export-menu.amcharts-export-menu-top-right.amExportButton {
    display: none;
}

/* Weihnachtskarte */

#weihnachtskarte {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2018/11/agofweihnachtskarte_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 980px;
    min-height: 660px;
/*
    border: 2px solid #2eabe2;
*/
    border: 2px solid transparent;
    position: relative;
    z-index: -2;
}

#weihnachtskarte .title {
    margin: 0 auto;
    max-width: 300px;
    margin-top: 40px;
        opacity: .0;
}

#weihnachtskarte .title img {
    width: 100%;
    height: auto;
}

#weihnachtskarte .stern {
    margin: 0 auto;
    max-width: 800px;
    margin-top: 40px;
    z-index: 1;
    position: relative;
    opacity: .0;
}

#weihnachtskarte .stern img {
    width: 100%;
    height: auto;
    top: -150px;
    position: relative;
}

#weihnachtskarte .tannenbaum {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 20px;
}

#weihnachtskarte .tannenbaum img {
/*    width: 100%;
    height: auto;
    top: -270px;
    left: 18%;
    position: relative;
    max-width: 340px;
    margin-left: -150px;
    display: block;
    float: left;*/
    
    width: 100%;
    height: auto;
    top: -270px;
    max-width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    
    opacity: .0;
}




#weihnachtskarte .tannenbaum img.baum01 {
    transform: scale(1.1);
    left: -997px;
}

#weihnachtskarte .tannenbaum img.baum02 {
    transform: scale(1.4);
    left: -560px;
}

#weihnachtskarte .tannenbaum img.baum03 {
    transform: scale(2.0);
    left: -20px;
    top: -310px;
}

#weihnachtskarte .tannenbaum img.baum04 {
    transform: scale(1.4);
    left: 538px;
}

#weihnachtskarte .tannenbaum img.baum05 {
    transform: scale(1.1);
    left: 824px;
}


#weihnachtskarte .tannenbaum img:nth-child(even) {
    top: -230px;
}

#weihnachtskarte .signaturen {
    height: 100%;
    max-width: 930px;
    z-index: 1;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    top: 166px;
    opacity: .0;
}

#weihnachtskarte .signaturen img {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 120px;
    display: inline-block;
    margin: 10px;
}

@media only screen and (max-width: 720px) {

    #weihnachtskarte {
        min-height: 750px;
    }

    #weihnachtskarte img {
        width: 100%!important;
        height: auto!important;
    }

    #weihnachtskarte .title {
        max-width: none !important;
        width: 80%;
    }

    #weihnachtskarte .stern {
        width: 80%;
        margin-top: 180px;
    }

    #weihnachtskarte .signaturen {
        top: 166px;
    }

    #weihnachtskarte .signaturen img {
        max-width: 80px;
    }


    #weihnachtskarte .tannenbaum img.baum01,
    #weihnachtskarte .tannenbaum img.baum02,
    #weihnachtskarte .tannenbaum img.baum04,
    #weihnachtskarte .tannenbaum img.baum05 {
        display: none;
    }

}

/* Factsheet Preview */
div.factsheet_preview {
    margin: 60px 0;
}

div.factsheet_preview a:nth-child(1) {
    position: relative;
    z-index: 1;
    transform: rotate(-3deg);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

div.factsheet_preview a:nth-child(2) {
    position: relative;
    margin-left: -60px;
    transform: rotate(2deg);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 0;
}

div.factsheet_preview .dlbtn_agof {
    transform: none !important;
    box-shadow: none !important;
    display: block;
    min-width: 357px;
    max-width: 380px;
    width: fit-content;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}

div.factsheet_preview .dlbtn_agof a {
    transform: none !important;
    box-shadow: none !important;
}




/* Cookie Hinweis */

a#cn-accept-cookie, a#cn-more-info {
    background: #ffffff;
    color: #000;
}

#cookie-notice .cn-button {
    margin-left: 10px;
    padding: 6px;
    border-radius: 0px;
}

/* Adventskalender */

body.page-template-adventskalender-page #container.one-column {
    max-width: none !important;
}
body.page-template-adventskalender-page .zubereitung-extra {
    display: block;
    padding: 20px 0px;
    margin: 0 38px;
    border: 2px solid #c6912a;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0);
    background-color: rgba(0,0,0,0.5);
}

body.page-template-adventskalender-page .rezeptbild {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

body.page-template-adventskalender-page .zubereitung-extra strong {
    font-size: larger;
}

body.page-template-adventskalender-page #content .inner {
    opacity: 1;
    background: url(adventskalender.agof.de/images/bg_chalkboard02.jpg) no-repeat;
    min-height: 820px;
    background-size: 100% 100%;
    background-position-y: 70px;
    width: auto;
    max-width: 1200px;
    /* padding: 0 !important; */
    /* margin: 0 auto !important; */
}

body.page-template-adventskalender-page ul li:before {
    display: none;
}

body.page-template-adventskalender-page p {
    max-width: 90%;
    margin: 0 auto;
}

iframe#adventskalender {
  /*  height: 100vh;
    width: 100vw;
    max-width: 960px;*/
     display: block;       /* iframes are inline by default */
    background: transparent;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100%;
}

.adventsbanner {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    z-index: 1;
}

body.page-id-11386 #content.outer::before, 
body.page-template-adventskalender-page #content.outer::before {
    background: url('adventskalender.agof.de/images/bg_table01.jpg') repeat;
    min-height: 100vh;
    background-size: 100%;
    background-position: top center;
    content: '';
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 0px;
}

body.page-id-11386 #content.outer::after, 
body.page-template-adventskalender-page #content.outer::after {
    background: url('adventskalender.agof.de/images/bg_gifts01.jpg') repeat;
    height: 100%;
    background-size: 100%;
    background-position: center;
    content: '';
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 0px;
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -moz-animation: fadein 6s; /* Firefox */
    -ms-animation: fadein 6s; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera */
    animation: fadein 6s;
}


body.page-template-adventskalender-page #container .entry-content .wpb_text_column.wpb_content_element:first-child p:first-child {
    max-width: 60%;
}

body.page-template-adventskalender-page #container .entry-content .rezept .wpb_text_column.wpb_content_element:first-child p:first-child {
    max-width: 90%;
}

@keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
}
      

body.page-template-adventskalender-page h1, body.page-template-adventskalender-page h2,
body.page-template-adventskalender-page h3, body.page-template-adventskalender-page h4 {
    color: #ffffff;
}

body.page-template-adventskalender-page .vc_separator.vc_separator_align_center h4 {
    margin: 0 20px;
    padding-left: 38px;
    font-size: 40px;
    font-family: 'Fineliner Script' !important;
    color: #c6912a;
}

body.page-template-adventskalender-page #content p, body.page-template-adventskalender-page #content {
    color: #ffffff;
}

body.page-template-adventskalender-page #content h1 {
    text-align: center;
    font-family: 'Fineliner Script' !important;
    font-size: 40px;
}

body.page-template-adventskalender-page #content h2 {
    text-align: center;
    font-family: 'Fineliner Script' !important;
    font-size: 65px;
    text-shadow: 1px 1px 0px #000000;
    color: #c6912a !important;
    padding-bottom: 0;
    padding: 0 20px;
}

body.page-template-adventskalender-page #content h3 {
    text-align: center;
    font-family: 'Fineliner Script' !important;
    font-size: 30px;
}

body.page-template-adventskalender-page #content h4 {
    text-align: center;
    font-family: 'Fineliner Script' !important;
    font-size: 34px;
}

body.page-template-adventskalender-page #content .adventstag_kreis h4:before {
    content: ' \25CF';
    font-size: 200px;
    margin-top: 0px;
    color: #ffffff;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-adventskalender-page #content .adventstag_kreis {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

body.page-template-adventskalender-page #content .adventstag_kreis h4 {
    font-size: 48px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

body.page-template-adventskalender-page .entry-content li {
    list-style-position: inside;
}


/*
body.page-id-11386 #content.outer {
    opacity: 1;
    background: url(adventskalender.agof.de/images/bg_table01.jpg) no-repeat;
    min-height: 820px;
    background-size: cover;
}
*/

/*body.page-id-11386 #content.outer.final {
    height: 100%;
    background: url('adventskalender.agof.de/images/bg_gifts01.jpg') no-repeat;
    min-height: 820px;
    background-size: cover;
    opacity: 1;
    -webkit-transition:opacity 6s ease-in;
    -moz-transition:opacity 6s ease-in;
    -o-transition:opacity 6s ease-in;
    transition:opacity 6s ease-in;
}*/

body.page-id-11386 #footer_pane.outer {
      margin: 0px 0 0 0 !important;
}

body.page-template-adventskalender-page #content .outer {
    margin-bottom: 0;
}

body.page-template-adventskalender-page #content {
    margin-bottom: 0;
}
    
body.page-template-adventskalender-page #content .inner {
    opacity: 1;
    background: url(adventskalender.agof.de/images/bg_chalkboard02.jpg) no-repeat;
    min-height: 820px;
    background-size: 100% 100%;
    background-position-y: 70px;
    width: 80% !important;
    padding: 0 !important;
    margin: 0 auto !important;}


body.page-template-adventskalender-page #content .inner::before {
    opacity: 1;
    background: url(adventskalender.agof.de/images/unterseitenbanner.png) no-repeat;
    min-height: 820px;
    background-size: 100%;
    padding-top: 80px;
}


body.page-template-adventskalender-page .unterseitenbanner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

body.page-template-adventskalender-page .entry-content {
    margin: 0 !important;
    padding: 0 !important;    
    background: url(https://adventskalender.agof.de/images/background.jpg);
}

body.page-template-adventskalender-page .unterseitenbanner img {
    width: 100%;
    max-width: 800px;
} 

body.page-template-adventskalender-page #footer_pane.outer {
    margin-top: 0;
}


@media only screen and (max-width: 720px) {
    
    body.page-id-11386 #content.outer::after, 
    body.page-template-adventskalender-page #content.outer::after {
        background-size: cover;
    }    
    
    body.page-template-adventskalender-page #content .inner {
         background-position-y: 20px;
    }
    
    .adventsbanner {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 740px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
        z-index: 1;
    }
    
    iframe#adventskalender {
  /*  height: 100vh;
    width: 100vw;
    max-width: 960px;*/
    display: block;       /* iframes are inline by default */
    background: transparent;
    border: none;         /* Reset default border */
    height: 300vh;        /* Viewport-relative units */
    width: 100%;
    margin-top: -30px;
}
    
}

/* ==========================================================================
   Internet Explorer styles
   ========================================================================== */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS here */
    .press .dlbtn_agof a {
        font-size: 14px;
        display: block !important;
        text-align: left;
    }
}

.lt-ie10 #helper_navi {
    left: -200px;
}

.lt-ie10 #helper_navi:hover {
    left: 0px;
}

.lt-ie10 #helper_navi.open {
    left: 0px;
}

.lt-ie10 table.standard.calculator tr td input {
    padding-left: 6px;
}


/* IE8 Anpassungen */

html.lt-ie9 {
    font-size: 85%;
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.lt-ie9 a,
.lt-ie9 h1,
.lt-ie9 h2 {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.lt-ie9 #content .inner #sidebar_container div[class^="box_320"] span.box_moreinfo a {
    font-size: 13px;
    line-height: 24px;
    vertical-align: middle;
}

.lt-ie9 .box_486_blue span h2 a,
.lt-ie9 .box_486_gray span h2 a,
.lt-ie9 .box_486_darkblue span h2 a,
.lt-ie9 .box_486_blue span a,
.lt-ie9 .box_486_gray span a,
.lt-ie9 .box_486_darkblue span a,
.lt-ie9 .box_320_blue span h2,
.lt-ie9 .box_320_beige span h2,
.lt-ie9 .box_320_gray span h2,
.lt-ie9 .box_320_darkblue span h2,
.lt-ie9 .box_320_blue span h2 a,
.lt-ie9 .box_320_beige span h2 a,
.lt-ie9 .box_320_gray span h2 a,
.lt-ie9 .box_320_darkblue span h2 a, .lt-ie9 .box_320_blue span a,
.lt-ie9 .box_320_darkblue span h2 a, .lt-ie9 .box_320_beige span a,
.lt-ie9 .box_320_gray span a,
.lt-ie9 .box_320_darkblue span a {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.lt-ie8 #helper_navi.open,
.lt-ie9 #helper_navi {
    display: none !important;
}

.lt-ie9 #navi_main .inner ul li a {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.lt-ie9 #navi_main .inner ul li .subnavi ul {
    border-right: 1px solid #cccccc;
}

.lt-ie9 #navi_main .inner ul li .subnavi ul li a {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.lt-ie9 #top_pane .inner .top_search {
    background: transparent;
    height: 29px;
    width: 400px;
    display: block;
    float: right;
    position: relative;
    top: 50px;
    left: 400px;
    padding: 0;
}

.lt-ie9 #top_pane .inner .top_search input[type="text"] {
    line-height: 29px;
    vertical-align: normal;
    padding-left: 0px;
    width: 292px;
}

.lt-ie9 #top_pane .inner .top_search input[type="submit"] {
    margin-left: -1px;
}

.lt-ie9 .box_320_blue,
.lt-ie9 .box_320_gray,
.lt-ie9 .box_320_darkblue {
    margin: 10px 4px 10px 4px;
}

.lt-ie9 .box_320_blue:first-child,
.lt-ie9 .box_320_gray:first-child,
.lt-ie9 .box_320_darkblue:first-child {
    margin: 10px 3px 10px 0px;
}

.lt-ie9 .box_486_blue:first-child,
.lt-ie9 .box_486_gray:first-child,
.lt-ie9 .box_486_darkblue:first-child {
    margin: 10px 12px 10px 0px;
}

.lt-ie9 button {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.lt-ie9 .box_990_blue span h2 a,
.lt-ie9 .box_990_gray span h2 a,
.lt-ie9 .box_990_darkblue span h2 a {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.lt-ie9 .box_990_darkblue span h1,
.lt-ie9 .box_990_darkblue span h2,
.lt-ie9 .box_990_darkblue span h2 a,
.lt-ie9 .box_990_darkblue span p,
.lt-ie9 .box_990_darkblue span a,
.lt-ie9 .box_990_darkblue span a:before {
    font-family: 'MuseoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.lt-ie9 #bg {
    background: url('../img/bg01.jpg') center center fixed;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg01.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg01.jpg', sizingMethod='scale')";
    z-index: -999;
}

.lt-ie9 .entry-content h3,
.lt-ie9 .entry-content h4 {
    font-weight: 500;
}

.lt-ie9 tr td {
    border-bottom: 1px solid #efefef;
}


/* IE7 Anpassungen */

.lt-ie8 #bg.startseite {
    background-image: url('../img/bg01.jpg');
    background: url('../img/bg01.jpg') center center fixed;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg01.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg01.jpg', sizingMethod='scale')";
    z-index: -999;
}

.lt-ie8 #bg.unterseite {
    background-image: url('../img/bg02.jpg');
    background: url('../img/bg02.jpg') center center fixed;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg02.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg02.jpg', sizingMethod='scale')";
    z-index: -999;
}

.lt-ie8 #wrapper {}

.lt-ie8 #header .inner img.header_bnr {
    width: 355px;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    left: 190px;
    top: -110px;
}

.lt-ie8 #content .inner #content_container {
    float: left;
}

.lt-ie8 #content .inner #sidebar_container {
    float: right;
}

.lt-ie8 #content .inner #sidebar_container div[class^="box_320"] span.box_moreinfo a {
    font-size: 13px;
    text-indent: 10px;
    line-height: 24px;
    vertical-align: middle;
}

.lt-ie8 #navi_main .inner ul li a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    vertical-align: middle;
    line-height: 50px;
    padding: 8px;
}


/* Navigation - Submenue */

.lt-ie8 #navi_main .inner ul li .subnavi {
    left: -100%;
    top: 35px;
}

.lt-ie8 #navi_main .inner ul li:hover > a {
    color: #000000;
}

.lt-ie8 #navi_main .inner ul li .subnavi ul {
    border-right: 1px solid #cccccc;
    margin-left: 250px;
}

.lt-ie8 #navi_main .inner ul li .subnavi ul li a {
    font-weight: 500;
    font-size: 13px;
}

.lt-ie8 #navi_main .inner ul li .subnavi ul li ul.submenu li {
    left: 14px;
    display: block;
}

.lt-ie8 .box3er {
    width: 100%;
}

.lt-ie8 .box2er {
    display: block !important;
}

.lt-ie8 .box_slider {
    background: transparent;
    width: 590px;
    height: 340px;
    display: inline-block;
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0;
    z-index: -9999;
    border-right: none;
    border-bottom: none;
}

.lt-ie8 .bx-wrapper .bx-viewport {
    background: transparent;
}

.lt-ie8 .bx-pager.bx-default-pager {
    display: none !important
}

.lt-ie8 .box_320_blue,
.lt-ie8 .box_320_gray,
.lt-ie8 .box_320_darkblue {
    margin: 10px 6px 10px 5px;
    display: inline;
    clear: both;
}

.lt-ie8 .box_320_blue:first-child,
.lt-ie8 .box_320_gray:first-child,
.lt-ie8 .box_320_darkblue:first-child {
    margin: 10px 5px 10px 0px;
}

.lt-ie8 .box_486_blue,
.lt-ie8 .box_486_gray,
.lt-ie8 .box_486_darkblue {
    margin: 10px 0px 10px 0px;
    display: inline;
    clear: both;
}

.lt-ie8 .box_newsbox span h2 a {
    line-height: normal;
}

.lt-ie8 .box_320_blue span span.icon,
.lt-ie8 .box_320_gray span span.icon,
.lt-ie8 .box_320_darkblue span span.icon {
    display: inline;
    clear: both;
    padding-right: 6px;
}

.lt-ie8 .box_320_blue span h1,
.lt-ie8 .box_320_gray span h1,
.lt-ie8 .box_320_darkblue span h1 {
    display: inline;
    clear: both;
    vertical-align: bottom;
}

.lt-ie8 .box_486_blue span span.icon,
.lt-ie8 .box_486_gray span span.icon,
.lt-ie8 .box_486_darkblue span span.icon {
    display: inline;
    clear: both;
    padding-right: 6px;
}

.lt-ie8 .box_486_blue span h1,
.lt-ie8 .box_486_gray span h1,
.lt-ie8 .box_486_darkblue span h1 {
    display: inline;
    clear: both;
    vertical-align: bottom;
}

.lt-ie8 .box_990_blue span span.icon,
.lt-ie8 .box_990_gray span span.icon,
.lt-ie8 .box_990_darkblue span span.icon {
    display: inline;
    clear: both;
    padding-right: 6px;
}

.lt-ie8 .box_990_blue span h1,
.lt-ie8 .box_990_gray span h1,
.lt-ie8 .box_990_darkblue span h1 {
    display: inline;
    clear: both;
    vertical-align: bottom;
}

.lt-ie8 footer div.footer_imprint p {
    margin-left: -16px;
}

.lt-ie8 footer div.footer_imprint .footer_navi ul li {
    padding: 0 8px 0 8px;
    float: left;
}

.lt-ie8 #top_pane .inner .top_search input[type="text"] {
    line-height: 29px;
    vertical-align: normal;
    padding-left: 0px;
    width: 246px;
}

.lt-ie9 td {
    background-color: #ffffff !important;
}

