/* Standard-CSS fuer Mobile */
/*Wichtige Farben
Dunkelgrau (Schrift): #333333
Hellblau: #58c6f2
Dunkelblau: #004494
Grün: #a0c854
Hellgrau: #dcdfe3

*/
@font-face {
    font-family: 'adonidebold';
    src: url('../../_media/fonts/adonide-bold-webfont.eot');
    src: url('../../_media/fonts/adonide-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../_media/fonts/adonide-bold-webfont.woff') format('woff'),
        url('../../_media/fonts/adonide-bold-webfont.ttf') format('truetype'),
        url('../../_media/fonts/adonide-bold-webfont.svg#adonidebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adonidemedium';
    src: url('../../_media/fonts/adonide-medium-webfont.eot');
    src: url('../../_media/fonts/adonide-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../_media/fonts/adonide-medium-webfont.woff') format('woff'),
        url('../../_media/fonts/adonide-medium-webfont.ttf') format('truetype'),
        url('../../_media/fonts/adonide-medium-webfont.svg#adonidemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adonidelight';
    src: url('../../_media/fonts/adonide-light-webfont.eot');
    src: url('../../_media/fonts/adonide-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../_media/fonts/adonide-light-webfont.woff') format('woff'),
        url('../../_media/fonts/adonide-light-webfont.ttf') format('truetype'),
        url('../../_media/fonts/adonide-light-webfont.svg#adonidelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adonideregular';
    src: url('../../_media/fonts/adonide-regular-webfont.eot');
    src: url('../../_media/fonts/adonide-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../_media/fonts/adonide-regular-webfont.woff') format('woff'),
        url('../../_media/fonts/adonide-regular-webfont.ttf') format('truetype'),
        url('../../_media/fonts/adonide-regular-webfont.svg#adonideregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, p, h1, h3, ul, ol,
span, a, table, td, tr, form, img, li, p, p.bodytext {
    margin: 0px;
    padding: 0px;
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
}

/*Allgemeine Schrift definieren, Allgemeine Schriftfarbe*/
html, body {
    font-size: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

/*Background-color definieren*/
BODY {
    width: 100%;
    min-height: 100%;
    background-color: #eceded;
}

html {}

/*h1 wird als Überschrift auf den Unterseiten verwendet, h2 bei der Startseite in den Buttons, restliche Schriften können frei verwendet werden*/
h1 {
    font-family: adonidelight, Arial, Helvetica, sans-serif;
    color: #004494;
    font-size: 1.4em;
    line-height: 1.0em;
    font-weight: normal;
    padding: 6.5% 0px 0px 14%;
    margin: 0px 0px 0px 0px;
}

.text h1 {
    color: #004494;
    font-size: 1.3em;
    padding: 0% 0px 0% 0%;
    margin: 3% 0px 10px 0px;
}

h2 {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    color: #58c6f2;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 16px 0px;
}

h3 {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    color: #58c6f2;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

h4 {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    color: #004494;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

h5 {
    font-family: adonidemedium, Arial, Helvetica, sans-serif;
    color: #58c6f2;
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 5px 0px;
}

h6 {
    font-family: adonidemedium, Arial, Helvetica, sans-serif;
    color: #004494;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 10px 0px;
    background-image: url(../../_media/_allgemein/h6-branche-pfeil.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border-bottom: 1px solid #004494
}

.important {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
}

.name-of-person {
    font-family: adonidemedium, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.detail {
    font-family: adonidemedium, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #58c6f2
}

p, p.bodytext {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    margin: 0px 0px 2% 0px;
    font-size: 0.95em;
    line-height: 1.4em;
    min-width: 100%;
    display: block;
    padding: 0px;
}

/*Schriftgröße definieren / Evtl. Abstand nach Absatz*/
.taben-titel {
    font-size: 1.1em;
    color: #004494;
    font-family: adonidemedium, Arial, Helvetica, sans-serif;
    margin-top: 40px;
    display: block
}

a, p.bodytext a {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    color: #004494;
    font-size: 1em;
    line-height: 1.4em;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}

/*Linkfarbe/Schriftfarbe*/
a:hover {
    text-decoration: underline
}

a img {
    border: none;
}

a.internal-link, p.bodytext a.internal-link {
    color: #ffffff;
    text-decoration: none;
    margin: 4px 20px 14px 0px;
    padding: 14px 20px 5px 51px;
    background-image: url(../../_media/_allgemein/a_bg-links.gif);
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom-right-radius: 10px;
    float: left
}

ul > li > a.internal-link,
ol > li > a.internal-link {
    color: #004494;
    text-decoration: none;
    margin: 0;
    padding: 0;
    background: none;
    float: none;
}

ul > li > a.internal-link:hover,
ol > li > a.internal-link:hover,
ul > li > a.internal-link:focus,
ol > li > a.internal-link:focus,
ul > li > a.internal-link:active,
ol > li > a.internal-link:active {
    text-decoration: underline;
}

hr {
    border-top: 1px solid #004494;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both
}

table {}

tr {}

td {
    color: #004494;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    vertical-align: top;
}

table.contenttable {
    background-color: #e8f7fd;
    color: #004494
}

table.contenttable td {
    font-size: 0.85em;
    border-bottom: 2px solid #ffffff;
    padding: 15px 10px 15px 0px
}

table.contenttable td li {
    color: #004494
}

table.contenttable td:first-child {
    font-family: adonidemedium, Arial, Helvetica, sans-serif;
    padding: 15px 6px 15px 10px
}

.box-service table td {
    border-bottom: none;
    padding: 0px
}

.box-service table td:first-child {
    padding: 2px 0px 2px 0px
}

ul {
    margin: 0px 0px 2% 0px;
    padding: 0px 0px 0px 20px;
    font-size: 0.95em;
    line-height: 1.4em;
}

/*Schriftgröße wie p*/
ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
}

ol li {
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

li {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    padding: 0px;
    list-style-image: url(../../_media/_allgemein/list.gif);
    margin: 0px 0px 4px 0px;
}

strong, b {}

.box-clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}

/*Main*/
.ce-image img,
.ce-textpic img,
.ce-textpic-image img {
    width: 100% !important;
    height: auto;
}

.background {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ededee
}

.linie-oben {
    height: 5px;
    width: 100%;
    background-color: #58c6f2;
}

/*Farbe für Linie oben*/
.header {
    width: 100%;
    background-image: url(../mobile_media/_allgemein/background-header.jpg);
    background-size: contain;
}

.logo {
    width: 79%;
    float: left;
}

.home-button {
    width: 21%;
    float: left;
}

.logo img, .home-button img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.home-button img {
    float: right;
}

.header-bild {
    width: 100%;
}

.header-bild img {
    width: 100%;
    height: auto;
}

.navi {
    padding: 2%;
    margin: 2%;
    background-color: #fff;
    border-bottom: 2px solid #58c6f2;
    background-image: url(../mobile_media/_allgemein/background-top.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain
}

.button-outer,
.navi .ce-textpic,
.navi .ce-textpic {
    position: relative;
    display: table;
    width: 100%;
    background-color: #fff;
    margin-bottom: 1%;
    clear: both;
}

.titel {
    background-color: #fff;
    margin-bottom: 2%
}

.navi .ce-textpic-intext-left-nowrap .ce-textpic-text {
    margin-left: 0px;
}

.navi div.ce-textpic .ce-textpic-imagewrap figure,
.navi div.ce-textpic figure.ce-textpic-imagewrap {
    margin: 0px;
    display: block;
}

.navi .ce-textpic,
.titel .ce-textpic {
    padding: 1%;
    width: 97%;
    display: table;
}

.navi .ce-textpic {
    margin-bottom: 2%;
    border-bottom: 1px dashed #87888a
}

.navi .ce-textpic-imagewrap,
.titel .ce-textpic-imagewrap {
    display: table-cell;
    width: 80%;
}

/* .navi .ce-textpic-image img,
.titel .ce-textpic-image img {
    width: 100% !important;
    height: auto;
} */

.navi .ce-textpic img,
.titel .ce-textpic img {
    width: 80% !important;
    height: auto;
}

.navi .ce-bodytext,
.titel .ce-bodytext {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
}

.navi .ce-textpic-imagewrap figure {}

.navi .ce-textpic-text h2 {
    padding: 5% 0% 0% 0%;
    display: block;
    height: 100%;
    vertical-align: middle;
}

.titel .ce-textpic .ce-bodytext h2 {
    padding: 5% 0% 0% 0%;
    display: block;
    height: 100%;
    vertical-align: middle;
    font-size: 1.3em;
    line-height: 0.7em
}

.navi .ce-textpic .ce-bodytext h2 a {
    padding-left: 5%;
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #004494;
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
    line-height: 0.8em
}

.titel .ce-textpic .ce-bodytext h2 a {
    padding-left: 5%;
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #004494;
    margin: 0px;
    padding: 0%;
    line-height: 0.7em
}

.titel .ce-textpic-imagewrap .ce-textpic-image {
    margin-bottom: 0px !important;
}

.footer {
    padding: 3% 5% 7% 5%;
    display: block;
}

.spalten3 {
    float: left;
    width: 33%;
}

.spalten3 img {
    width: 100%;
}

.language {
    position: absolute;
    right: 24%;
    top: 15px;
}

.language img {
    height: auto;
}

.language a {
    float: left
}

.inhalt-sub {
    padding: 1% 2% 2% 2%;
    width: 96%;
    display: block;
}

.text {
    padding: 5% 5% 5% 5%;
    background-color: #fff;
    border-bottom: 2px solid #58c6f2;
    background-image: url(../mobile_media/_allgemein/background-top.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    min-height: 250px;
    display: block;
}

.text iframe {
    width: 100%;
}

.bild img {
    width: 100%;
    height: auto;
}

.frame-type-menu_pages ul,
.frame-type-menu_subpages ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 7%;
}

.frame-type-menu_pages ul li,
.frame-type-menu_subpages ul li {
    width: 100%;
    background-color: #f3f4f5;
    margin: 0px;
    padding: 0px;
    margin-bottom: 1%;
    clear: both;
    /*background-image:url(../mobile_media/_allgemein/buttons.jpg); background-position:top left; background-repeat:no-repeat; background-size:auto;*/
    list-style-image: none;
}

.frame-type-menu_pages ul li a,
.frame-type-menu_subpages ul li a {
    text-decoration: none;
    padding: 13px 10% 13px 15%;
    display: block;
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    color: #004494;
    line-height: 1.0em;
    font-weight: normal;
    background-image: url(../mobile_media/_allgemein/pfeil.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.frame-type-menu_pages ul li a span,
.frame-type-menu_subpages ul li a span {
    font-family: adonideregular, Arial, Helvetica, sans-serif;
    color: #004494;
}

.text .frame-type-menu_pages ul li a,
.text .frame-type-menu_subpages ul li a {
    padding: 15px 10% 13px 15%;
    font-size: 1.3em;
}

.text .frame-type-menu_pages ul,
.text .frame-type-menu_subpages ul {
    margin-bottom: 10%;
}

li.ce-uploads-element img {
    border: 1px solid #666666;
    padding: 0px;
    margin-bottom: 5px;
    margin-right: 10px;
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: auto;
    text-align: center;
}

.box-service {
    margin-top: 8%;
    border-top: #58c6f2 1px solid;
    background-color: #eef9fe;
    padding: 4% 2% 2% 2%;
    clear: both
}

.box-service:empty {
    display: none
}

.box-service .detail {
    font-size: 0.8em;
    color: #004494
}

.box-service p, .sub .box-service p.bodytext {
    color: #004494;
    font-size: 1.2em;
    line-height: 1.0em;
    margin-bottom: 2%
}

.box-service table td {
    vertical-align: middle;
}

.box-service table td img {
    padding-right: 4%
}

.box-service a {
    color: #58c6f2;
    padding-left: 2%;
    font-family: adonidemedium, Arial, Helvetica, sans-serif;
    text-decoration: none
}

.box-service a:empty {
    display: none
}

.ce-textpic-imagecolumn a img {
    margin-bottom: 10px
}

.ce-textpic-intext-left .ce-textpic-imagewrap, .ce-textpic-intext-left .ce-textpic-text, .ce-textpic.ce-left.ce-intext .ce-bodytext {
    clear: both !important;
    display: block !important
}
