@font-face {
    font-family: RobotoCondensed;
    font-style: normal;
    font-weight: 900;
    src: url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
    font-family: RobotoCondensed;
    font-style: normal;
    font-weight: 700;
    src: url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
    font-family: RobotoCondensed;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
    font-family: SpecialElite;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/SpecialElite-Regular.ttf") format("truetype");
}


/* RESET BROWSERSTYLE */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, hr, blockquote {
    padding: 0;
    margin: 0;
}

/* GLOBAL */
h1, h2, h3 {
    display: table;
    font-family: RobotoCondensed, arial, sans-serif;
    color: #2277cc;
    font-size: 36px;
    line-height: 1.0em;
    font-weight: 700;
    padding: 20px 0 16px 0;
    margin: 0;
    transform: scaley(1.2);
}

h1::before {
}

h1::after {
}

.ink-rounded {
    border: solid 7px #dd0000;
    width: 250px;
    border-radius: 200px;
}

.ink-green { border-color: #77aa88;}
.ink-blue { border-color: #2277cc;}
.ink-red { border-color: #dd0000;}
.ink-yellow { border-color: #ffdd11;}


h4 {
    font-family: RobotoCondensed, arial, sans-serif;
    color: #664;
    font-size: 24px;
    line-height: 1.0em;
    font-weight: 700;
    padding: 20px 0 16px 0;
    margin: 0;
    transform: scaley(1.2);
}

h5 {
    font-family: RobotoCondensed, arial, sans-serif;
    color: #664;
    font-size: 22px;
    line-height: 1.0em;
    font-weight: 700;
    padding: 20px 0 16px 0;
    margin: 0;
    transform: scaley(1.2);
}

h6 {
    font-family: RobotoCondensed, arial, sans-serif;
    color: #664;
    font-size: 20px;
    line-height: 1.0em;
    font-weight: 700;
    padding: 20px 0 16px 0;
    margin: 0;
    transform: scaley(1.2);
}

p {
    padding: 10px 0;
}

ol {
    margin: 6px 0 6px 20px;
}

ol li {
    line-height: 1.3em;
    border: 0;
    padding: 3px 0;
    margin: 2px 0;
}

ul {
    list-style: disc;
    margin: 6px 0 6px 20px;
}

ul li {
    line-height: 1.3em;
    border: 0;
    padding: 3px 0;
    margin: 2px 0;
}

hr {
    height: 3px;
    clear: both;
    color: #999;
    background-color: #999;
    border: 0;
    margin: 16px 0;
}

blockquote {
    background: #e0e6e9;
    color: #444;
    border-left: 3px solid #999;
    padding: 6px 20px;
    margin: 10px 0;
}

img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}


/*
##############################
 C O N T E N T  C L A S S E S
##############################
*/

img.tplge_left_border {
    display: block;
    float: left;
    max-width: 44%;
    border: 6px solid #a0a6a9;
    margin: 0 20px 16px 0;
}

img.tplge_left_noborder {
    display: block;
    float: left;
    max-width: 44%;
    border: 0;
    margin: 0 20px 16px 0;
}

img.tplge_right_border {
    display: block;
    float: right;
    max-width: 44%;
    border: 6px solid #a0a6a9;
    margin: 0 0 16px 20px;
}

img.tplge_right_noborder {
    display: block;
    float: right;
    max-width: 44%;
    border: 0;
    margin: 0 0 16px 20px;
}

img.tplge_border {
    border: 6px solid #a0a6a9
}

img.tplge_noborder {
    border: 0;
}

img.tplge_centered {
    display: block;
    margin: 24px auto;
}

.tplge_code {
    clear: both;
    background: #eed;
    color: #222;
    font-family: 'courier new', monospace;
    font-size: 15px;
    border: 3px solid #bba;
    padding: 10px 16px;
    margin: 10px 0;
}

.tplge_box01 {
    clear: both;
    background: #e0e6e9;
    color: #444;
    border-radius: 3px;
    padding: 16px 25px;
    margin: 10px 0;
}

.tplge_legal {
    padding: 6px 0;
}

.tplge_clearLeft {
    clear: left;
}

.tplge_clearRight {
    clear: right;
}

.tplge_clearBoth {
    clear: both;
}


/*
##############################
      B E R E I C H E
##############################
*/

/* BODY UND SEITE / BODY AND PAGE */
body {
    color: #000000;
    font-family: RobotoCondensed, arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    padding-top: 20px;
}

.body {
    background: #113366;
}

#top {
    font-size: 0;
    line-height: 0;
}


/* FIXED NAVIGATION */

.tplge_pageNav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 300px;
    height: 48px;
    background: #034;
    color: #fff;
    font-size: 17px;
    padding: 0;
    margin: 0 auto;
    z-index: 998;
    overflow: hidden;
    opacity: 0.9;
}

/* buttons */
img.tplge_homelinkButton {
    float: left;
    margin-left: 10px;
}

img.tplge_sitemaplinkButton {
    float: left;
}

img.tplge_menulinkButton {
    float: right;
    margin-right: 10px;
}

img.tplge_searchlinkButton {
    float: right;
}

img.tplge_newslinkButton {
    float: right;
}

img.tplge_toplinkButton {
    float: right;
}

img.tplge_homelinkButton:hover,
img.tplge_sitemaplinkButton:hover,
img.tplge_menulinkButton:hover,
img.tplge_newslinkButton:hover,
img.tplge_searchlinkButton:hover,
img.tplge_toplinkButton:hover,
img.tplge_scrolltoTopButton:hover {
    background: #920;
}


/* HEADER */

.tplge_header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tplge_sitetitle {
    opacity: 0.6;
}

.tplge_headerdiv {
    display: block;
    width: 100%;
    max-height: 300px;
    margin: 0 auto;
    overflow: hidden;
    border: solid 0px red;
    justify-content: center;
    align-items: center;
}

.tplge_headerimage {
    width: 100%;
    xmargin: 0 auto;
}


.tplge_header .tplge_sitename {
    position: relative;
    width: 97%;
    max-width: 1900px;
    font-family: RobotoCondensed;
    font-size: 64px;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    padding: 16px 0;
    margin: 12px auto 12px 2%;
    opacity: 1;
    border: 0px solid;
}


/*
.tplge_header .tplge_sitename {position: relative; width: 97%; max-width: 1900px; font-size: 64px; font-weight: 900; line-height: 1em; color: #fff; padding: 16px 0 20px 0; margin: 0 auto; font-variant: small-caps; opacity: 1; border: 0px solid;}
*/


/* locator */
.tplge_locator {
    background: #2277cc;
    color: #fff;
    max-width: 2050px;
    padding: 12px 25px;
    margin: 0 auto;
    overflow: hidden;
}

.tplge_locator a {
    color: #fff !important;
}

.tplge_locatorDelimiter {
    font-size: 20px;
    font-weight: 900;
    padding: 0 2px;
}

.tplge_locator span.tplge_locatortext {
    font-weight: 700;
    padding: 0 6px 0 0;
}

.tplge_locator span.cmsimpleLocatorElement {
    font-weight: 700;
}


/* FLEX CONTAINERS */

.tplge_contentsContainer {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    max-width: 2100px;
    padding: 0;
    margin: 0 auto;
}

.tplge_sidebarNav {
    flex: 0 0 320px;
    order: 1;
    background: #fff;
}

.tplge_content {
    flex: 0 0 860px;
    order: 2;
}

.tplge_sidebarNews {
    flex: 1 0 30%;
    order: 3;
    background: #e0e6e9;
}


/* INHALTSBEREICH / CONTENTS */

/
/
.tplge_content {
    background: url(images/bgcontent.gif) left -10px no-repeat;
    min-width: 300px;
    padding: 16px 0 40px 0;
}

.tplge_contentIn {
    width: 800px;
    padding: 16px 0 0 0;
    margin: 0 auto;
}

/* language menu */
.tplge_langmenu {
    text-align: right;
    padding: 10px 25px 0 25px;
}

.tplge_langmenu img {
    margin: 0 0 0 20px;
    border: 3px solid #aaa;
}

/* CMSimple mailform */
.tplge_contentIn input {
    background: #e0e6e9;
    border: 1px solid #ccc;
    padding: 4px 6px;
}

.tplge_contentIn input.text {
    width: 80%;
    background: #e0e6e9;
    border: 1px solid #ccc;
    padding: 4px 6px;
}

.tplge_contentIn textarea {
    width: 94%;
    background: #e0e6e9;
    font-family: RobotoCondensed, arial, sans-serif;
    border: 1px solid #ccc;
    padding: 6px;
}

.captchainput {
    background: #e0e6e9;
    border: 1px solid #ccc;
}

.tplge_contentIn input.submit, .tplge_contentIn input#submit {
    background: url(images/button.jpg) repeat-x;
    color: #333;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 12px 4px 12px;
    margin: 0 auto 0 0;
}

/* submenu */
.tplge_submenu p {
    font-size: 20px;
    font-weight: 900;
}

/* prev-top-next */
.tplge_prevtopnext {
    clear: both;
    text-align: center;
    padding: 0;
    margin: 36px 0 0 0;
}

.tplge_prevtopnext img {
    background: #a0a6a9;
    padding: 9px;
    border: 0;
    border-radius: 16px;
    margin: 0 20px;
}

.tplge_prevtopnext img:hover {
    background: #060;
}

/* sitemaplevel1 */
.sitemaplevel1 {
    list-style-type: none;
    font-weight: 900;
    padding: 10px 0;
    margin: 0;
}

.sitemaplevel1 li {
    font-size: 22px;
    line-height: 1.2em;
    border: 0;
    padding: 10px 0;
    margin: 0;
}

/* sitemaplevel2 */
.sitemaplevel2 {
    list-style-type: none;
    border: 0;
    padding: 6px 0 0 0;
}

.sitemaplevel2 li {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 6px 0;
    margin: 0;
}

/* sitemaplevel3 */
.sitemaplevel3 {
    list-style-type: none;
}

.sitemaplevel3 li {
    font-size: 18px;
    font-weight: 400;
}

/* sitemaplevel4-6 */
.sitemaplevel4 {
    list-style-type: none;
}

.sitemaplevel5 {
    list-style-type: none;
}

.sitemaplevel6 {
    list-style-type: none;
}


/* SIDEBAR NAV */

.tplge_sidebarNavIn {
    width: 260px;
    padding: 25px 20px;
    margin: 0 0 0 auto;
}

.tplge_sidebarNavIn h1, .tplge_sidebarNavIn h2, .tplge_sidebarNavIn h3, .tplge_sidebarNavIn h4, .tplge_sidebarNavIn h5, .tplge_sidebarNavIn h6 {
    transform: scaley(1);
}

/* searchbox */
.tplge_searchboxContainer {
    text-align: left;
    border-radius: 5px;
    background-color: #034;
    border: solid 1px #034;
    margin: 0 0 0 auto;
    overflow: hidden;
}

.tplge_searchboxInput {
    width: 200px;
    height: 20px;
    background: #e0e6e9;
    color: #666;
    float: left;
    font-size: 16px;
    border: 0px solid;
    border-radius: 3px 0 0 3px;
    line-height: 20px;
    padding: 8px;
    margin: 0;
}

.tplge_searchboxSubmit {
    width: 40px;
    height: 36px;
    background: #222 url('images/lupe.png') 9px 6px no-repeat;
    border: 0;
    border-radius: 0 3px 3px 0;
    padding: 0;
    margin: 0;
}

.tplge_searchboxSubmit:hover {
    background: #034 url('images/lupe.png') 9px 6px no-repeat;
    cursor: pointer;
}

/* menulevel 1 */
ul.menulevel1 {
    list-style: none;
    padding: 20px 25px 20px 0;
    margin: 0;
}

ul.menulevel1 li {
    font-family: RobotoCondensed, sans-serif;
    list-style: none;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    padding: 6px 0;
    margin: 0;
}

/* menulevel 2 */
ul.menulevel1 li ul {
    padding: 2px 0 4px 0;
    margin: 0;
}

ul.menulevel1 li ul li {
    list-style: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 0 0 0;
    margin: 0;
}

/* menulevel 3 */
ul.menulevel1 li ul li ul li {
    list-style: none;
    padding: 12px 0 0 24px;
}

ul.menulevel1 span {
    color: #2277cc;
}

/* icons div */
.tplge_icons {
    width: 210px;
    height: 30px;
    text-align: left;
    padding: 0 auto 0 0;
}

.tplge_icons img {
    display: block;
    float: left;
    border: 0;
    margin: 0 10px;
}


/* SIDEBAR NEWS */

/* Newsarea */
.tplge_newsArea {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px 12px;
}

.tplge_newsBox {
    flex: 0 0 240px;
    order: 0;
    background: transparent;
    font-size: 17px;
    line-height: 1.3em;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0 20px 10px 20px;
    margin: 6px;
}

.tplge_newsArea h1, .tplge_newsArea h2, .tplge_newsArea h3, .tplge_newsArea h4 {
    background: #2277cc;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 12px 20px;
    margin: 0 -10px;
    transform: scaley(1);
}


/* FOOTER */

.tplge_footer {
    max-width: 2100px;
    color: #999;
    font-size: 15px;
    text-align: right;
    border-top: 0px solid #444;
    padding: 16px 0 130px 0;
    margin: 0 auto;
}

footer p {
    padding: 0 40px;
    margin: 0;
}


/* LINKFORMATIERUNG */
a:link {
    color: #257;
    text-decoration: none;
}

a:visited {
    color: #257;
    text-decoration: none;
}

a:hover {
    color: #dd0000;
    text-decoration: underline;
}

a:active {
    color: #920;
    text-decoration: underline;
}

a:focus {
    color: #920;
    text-decoration: underline;
}


.tplge_locator a:link {
    color: #045;
    text-decoration: none;
}

.tplge_locator a:visited {
    color: #045;
    text-decoration: none;
}

.tplge_locator a:hover {
    color: #fff;
    text-decoration: none;
}

.tplge_locator a:active {
    color: #fff;
    text-decoration: none;
}

.tplge_locator a:focus {
    color: #fff;
    text-decoration: none;
}


ul.menulevel1 a:link {
    color: #344;
    text-decoration: none;
}

ul.menulevel1 a:visited {
    color: #344;
    text-decoration: none;
}

ul.menulevel1 a:hover {
    color: #dd0000;
    text-decoration: none;
}

ul.menulevel1 a:active {
    color: #dd0000;
    text-decoration: none;
}

ul.menulevel1 a:focus {
    color: #dd0000;
    text-decoration: none;
}

.tplge_footer a:link {
    color: #ccc;
    text-decoration: none;
}

.tplge_footer a:visited {
    color: #ccc;
    text-decoration: none;
}

.tplge_footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.tplge_footer a:active {
    color: #fff;
    text-decoration: underline;
}

.tplge_footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.sitemaplevel1 a:link {
    color: #222;
    text-decoration: none;
}

.sitemaplevel1 a:visited {
    color: #222;
    text-decoration: none;
}

.sitemaplevel1 a:hover {
    color: #dd0000;
    text-decoration: underline;
}

.sitemaplevel1 a:active {
    color: #dd0000;
    text-decoration: underline;
}

.sitemaplevel1 a:focus {
    color: #dd0000;
    text-decoration: underline;
}


/*
##############################
 S O N S T I G E S / R E S T
##############################
*/

img.tplge_scrolltoTopButton {
    background: #222;
    position: fixed;
    bottom: 60px;
    right: 0;
    display: block;
    border: 0px solid #999;
    border-radius: 20px 0 0 20px;
}

img.tplge_scrolltoTopButton:hover {
    background: #080;
}

/* MailForms Plugin */
div.ddfmwrap {
    font-family: RobotoCondensed, arial, sans-serif !important;
    font-size: 18px !important;
}

div.ddfmwrap input.ddmf_text {
    min-width: 240px !important;
    max-width: 99% !important;
    background: #e0e6e9 !important;
    color: #333 !important;
    font-family: RobotoCondensed, arial, sans-serif !important;
    font-size: 18px !important;
    border: 1px solid #ccc !important;
    padding: 4px 6px !important;
}

div.ddfmwrap input.ddmf_verify {
    min-width: 106px !important;
    background: #e0e6e9 !important;
    color: #333 !important;
    font-family: RobotoCondensed, arial, sans-serif !important;
    font-size: 18px !important;
    border: 1px solid #ccc !important;
    width: 106px !important;
}

div.ddfmwrap textarea {
    width: 99% !important;
    background: #e0e6e9 !important;
    color: #333 !important;
    font-family: RobotoCondensed, arial, sans-serif !important;
    font-size: 18px !important;
    border: 1px solid #ccc !important;
    padding: 4px 6px !important;
}

div.ddfmwrap div.submitButton {
    width: 116px !important;
}

div.ddfmwrap div.submitButton input {
    width: 100% !important;
}


/*
##############################
   R E S P O N S I V E  CSS
##############################
*/

/* 4 columns */
@media (max-width: 2120px) {
    .tplge_sidebarNav {
        flex: 1 0 320px;
        order: 1;
    }

    .tplge_content {
        flex: 1 0 860px;
        order: 2;
    }

    .tplge_sidebarNews {
        flex: 1 0 31%;
        order: 3;
    }
}


/* 3 columns */
@media (max-width: 1880px) {
    .tplge_sidebarNews {
        flex: 1 0 300px;
        order: 3;
    }
}


/* 2 columns */
@media (max-width: 1580px) {
    .tplge_header .tplge_sitename {
        width: 96%;
        font-size: 48px;
    }

    .tplge_sidebarNews {
        flex: 0 0 100%;
        background: #e0e6e9;
        padding: 30px 0;
    }

    .tplge_newsArea {
        width: 886px;
        max-width: none;
        padding: 16px 0;
        margin: 0 auto;
    }
}


/* 1 column */
@media (max-width: 1220px) {
    #body {
        min-width: 300px;
        font-size: 17px;
    }

    header {
        padding: 48px 0 0 0;
    }

    .tplge_header .tplge_sitename {
        font-size: 40px;
        padding: 50px 0 0 0;
    }

    .tplge_content {
        flex: 0 0 100%;
        order: 1;
    }

    .tplge_sidebarNews {
        flex: 0 0 100%;
        order: 2;
        padding: 30px 0;
    }

    .tplge_sidebarNav {
        flex: 0 0 100%;
        order: 3;
        padding: 40px 0;
    }

    .tplge_sidebarNavIn {
        margin: 0 auto;
    }

    .tplge_menuAnchor {
        display: block;
        border: 1px solid transparent;
        margin: -70px 0 70px 0;
    }

    .tplge_newsAnchor {
        display: block;
        border: 1px solid transparent;
        margin: -65px 0 65px 0;
    }

    /* scroll buttons */
    .tplge_pageNav {
        display: block;
    }

    img.tplge_scrolltoTopButton {
        display: none;
    }

    /* CookieLaw Plugin */
    .cookielawHinttop {
        display: block;
        padding-top: 50px !important;
    }
}


@media (max-width: 940px) {
    h1, h2, h3 {
        font-size: 32px;
        font-weight: 700;
    }

    header {
        overflow: hidden;
    }

    .tplge_header .tplge_sitename {
        width: 95%;
        font-size: 32px;
    }

    .tplge_contentIn {
        width: 88%;
    }

    .tplge_newsArea {
        width: 592px;
    }
}


@media (max-width: 620px) {
    .tplge_newsArea {
        width: 300px;
    }

    .tplge_newsBox {
        float: none;
        margin: 6px auto;
    }
}


@media (max-width: 480px) {
    .tplge_headerimage {
        width: 180%;
        height: auto;
        max-width: none;
        margin: 0 auto 0 -40%;
    }

    .tplge_header .tplge_sitename {
        width: 92%;
        font-size: 28px;
    }

    img.tplge_right_border, img.tplge_left_border, img.tplge_right_noborder, img.tplge_left_noborder {
        max-width: 100%;
        margin: 16px 0;
    }
}
