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

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

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

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

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

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

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


html {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}

p {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #888;
    margin-top: 0;
}

.ausrichtung {
    margin: 0 auto;
    max-width: 960px;
}

.roundbutton {
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(137, 193, 175, 1);
    background: -moz-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(137, 193, 175, 1)), color-stop(100%, rgba(32, 139, 104, 1)));
    background: -webkit-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 100%);
    background: -o-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 100%);
    background: -ms-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 100%);
    background: linear-gradient(to bottom, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c1af', endColorstr='#208b68', GradientType=0);

    background: rgba(137, 193, 175, 1);
    background: -moz-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 49%, rgba(32, 139, 104, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(137, 193, 175, 1)), color-stop(49%, rgba(32, 139, 104, 1)), color-stop(100%, rgba(32, 139, 104, 1)));
    background: -webkit-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 49%, rgba(32, 139, 104, 1) 100%);
    background: -o-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 49%, rgba(32, 139, 104, 1) 100%);
    background: -ms-linear-gradient(top, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 49%, rgba(32, 139, 104, 1) 100%);
    background: linear-gradient(to bottom, rgba(137, 193, 175, 1) 0%, rgba(32, 139, 104, 1) 49%, rgba(32, 139, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c1af', endColorstr='#208b68', GradientType=0);

}

body {
    background-color: #fff;
    margin: 0;
}

#navoben {
    height: 22px;
    text-align: right;
}

.formborder td {
    padding: 5px;
}

#footer {
    color: #aaa;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

#footerleft {
    float: left;
    margin-top: 9px;
    width: 45%;
}

.topright {
    float: right;
    margin-top: 20px;
}

.topright a {
    color: #aaa;
    margin-left: 10px;
    line-height: 25px;
}

#logotop {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 30px;
}

#logotop img {
    width: 220px;
    height: auto;
}

#social-header {
    position: absolute;
    top: 90px;
    right: 0;
}

#social-header a {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

#social-header a img {
    width: 25px;
    opacity: 0.4;
}

#social-footer {
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #social-footer {
        position: absolute;
        top: -60px;
        right: 0;
        display: flex;
        align-items: center;
        left: 0;
        width: 100%;
        justify-content: center;
    }
}

#social-footer a {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 0 !important;
}

#social-footer a img {
    width: 25px;
    opacity: 0.4;
}
#social-footer a.kununu img {
    opacity: 1;
    width: 160px;
}
@media (max-width: 768px) {
    #social-footer a.kununu img {
        width: 120px;
    }
}

#footerright {
    margin-top: 9px;
    float: right;
    text-align: right;
    width: 45%;

}

#footerlogo {
    text-align: center;
    float: left;
    width: 10%;

    color: #fff;
}

#footerright p {
    color: #fff;
    font-size: 18px;

}

#top {
    padding-top: 0;
    position: relative;
}

#footer a {
    margin-left: 10px;
    color: #aaa;
}

#siteobjects-middle {
    margin-left: 340px;
    margin-right: 30px;
    color: #000;
}

#siteobjects-middle ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

#nachobenleiste {
    margin-top: 30px;
    text-align: center;

    background-position: bottom;
}

#leftside {
    width: 260px;

    float: left;
    margin-left: 30px;
}

#leftside ul {
    margin: 0;
}

#leftside li {
    list-style: none;
    margin-bottom: 20px;

}

#leftside li a {
    font-size: 16px;
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;

}

#leftside li:hover a {
    color: #444444;

}

#leftside li a.current {
    color: #444444;

}

#rightside ul {
    margin: 0;
}

#rightside li {
    list-style: none;
    margin-bottom: 20px;

}

#rightside li a {
    font-size: 16px;
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#rightside li:hover a {
    color: #ce000c;

}

#rightside li a.current {
    color: #ce000c;

}

#breadcrumbs {
    padding-top: 12px;
    color: #888;
    font-size: 10px;
}

#breadcrumbs span {
    color: #888;
    font-size: 10px;
}

#breadcrumbs a {
    color: #888;
    font-size: 10px;
}

a {
    text-decoration: none;

    color: #444444;
}

a:hover {

    color: #444444;
}

h1 {
    font-size: 28px;
    color: #218b68;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 10px !important;
}

h1 a {
    font-size: 30px;
    color: #218b68;
}

#frontside h1, .frontbox h1, .frontbox h2 {

    margin: 0;
}

h2 {
    font-size: 16px;
    color: #2a3485;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 16px;
    margin-top: 15px;
}

#navoben a {
    padding-right: 20px;
    line-height: 22px;
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
}

.tpic {
    float: left;
}

.ttopic {
    color: #818181;
    margin-bottom: 5px;
}

.tdatum {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.tort {
    color: #818181;
    font-size: 12px;
    margin-bottom: 5px;
}

.ttextbereich {
    margin-left: 120px;
}

.termin-bar {
    height: 22px;
    text-align: right;
}

#siteobjects-middle .siteobject-content ul {
}

.contactinfo {
    width: 80px;
    text-align: right;
}

#siteobjects-middle img {
    max-width: 100%;
    height: auto !important;
}

#siteobjects-left img {
    max-width: 100%;
}

#txtheader img {
    float: right;
}

#txtheader h1 {

    font-size: 40px;
    line-height: 76px;
    float: left;
    color: #fff;
    padding-left: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 !important;
    overflow: hidden;

}

#txtheader {

    background: url("Teaser-typo.png") no-repeat top right;
    height: 76px;

}

ol {
    padding-left: 40px;
}

#header {
    background-position: center center;
    position: relative;
}

h2.modnewshead {
}

div.modnews {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

#frontside {
    padding-left: 30px;
    padding-right: 30px;
}

div#subnavi {
    background: url("navi-schatten.png") no-repeat bottom center;
    height: 38px;
    margin-bottom: 30px;
    padding-bottom: 7px;
    display: none;
}

.site1 div#subnavi, .subof8 div#subnavi {
    display: block;
}

.site8 .standortbox2,
.subof8 .standortbox2 {
    display: none;
}

div.htmlpic {
    background: url("bg-full.png") no-repeat bottom center;
    padding-bottom: 30px;
}

div.htmlpic .pic {
    width: 260px;
    float: left;
    margin-left: 20px;
}

div.htmlpic .txt {
    margin-left: 340px;
    margin-right: 20px;
}

div.htmlpic .txt p {
    font-size: 16px;
}

div.htmlpic .txt a {
    font-size: 16px;
}

div.htmlpic .txt h1 {
    font-size: 30px;
    font-weight: 300;
}

a {
    color: #218b68;
}

#subnavi {
}

#subnavi ul {
    height: 35px;
    display: table;
    margin: 0 auto;
    padding: 0;
}

#subnavi ul li {
    float: left;
    transition: all 0.5s ease 0s;
    list-style: outside none none;
}

#subnavi ul li a {
    color: #218b68;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 35px;
}

#subnavi ul li:hover a, #subnavi ul li a.current, #subnavi ul li a.isActivParent {
    color: #fff;
}

#subnavi ul li:hover, #subnavi ul li.current, #subnavi ul li.isActivParent {
    color: #fff;
    background-color: #218b68;
}

.box-one-third {

    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;

}

.box-one-third .box-inner {
    background: url("bg-1-3.png") no-repeat bottom center;
    background-size: contain;

}

.box-two-third {

    width: 66.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;

}

.box-two-third .box-inner {
    background: url("bg-2-3.png") no-repeat bottom center;
    background-size: contain;
}

.box-inner {
    padding: 20px;
    margin: 10px;
}

.box-inner div.teaserbox {
    margin-left: -20px;
    margin-right: -20px;

}

.box-inner img.teaser {
    width: 100%;
}

#teaser img {
    vertical-align: bottom;
}

div.jobs {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.standortbox {
    background: url("bg-1-3.png") no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.standortbox a {
    color: #888;
}

.standortbox a.current {
    font-size: 19px;
    color: #218b68;
    font-weight: 300;
}

div#siteobjects-middle {
    background: url("bg-2-3.png") no-repeat bottom center;
    background-size: contain;
    padding-bottom: 30px;
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;

    line-height: 22px;
    font-size: 16px;
    color: #888;
    overflow: hidden;
}

.standortgalerie {
    float: left;
    width: 33%;
    padding-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;

}

.standortgalerierahmen {
    margin-right: -15px;
}

.maps {
    margin-top: 10px;
}

#menuShadow {
    background: url("schatten-navi-oben.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 10px;
}

.box-inner .standorte a {
    color: #aaa;
}

.box-inner .standorte {
    border-left: solid 2px #aaa;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.standorte a:hover {
    color: #218b68;
}

img {
    border: none;
}

#sidebar {
    position: absolute;
    right: 0;
    top: 190px;
    width: 280px;
    z-index: 9999;
    overflow: hidden;
}

.sidehidden {
    margin-left: 165px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.sidehidden:hover {
    margin-left: 120px;
}

div#siteobjects-middle table tbody tr td {
    vertical-align: top;
}

#spruchboxrot {
    background-color: #fff;
    padding: 10px;
    transform: rotate(3deg);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.spruchbox-inner {
    padding: 20px;
    background-color: #f1f6f3;
}

.spruchbox-inner h1 {
    margin-top: 0;
}

.spruchbox-outer {
    display: none;
    width: 280px;
    margin-top: -55px;
    z-index: 9998;
}

#nlbutton {
    display: none;
}

form.rueckruf {
    margin-top: 30px;
    margin-right: 200px;
}

form.rueckruf input[type=text] {
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgba(33, 139, 104, 0.51);
    padding: 5px;
    font-size: 16px;
    border-radius: 3px;
}

form.rueckruf input[type=image] {
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;

}

div#siteobjects-middle hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin: 0;
    border-style: none;

}

.mitarbeitersiteobject {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.mitarbeitersiteobject > div {
    margin-left: 20px;
    margin-right: 20px;

}

.form td {
    padding: 0;
}

.form input[type="image"] {

    margin-top: 10px;
    padding: 5px;
}

.form input[type="text"] {
    border: 1px solid rgba(33, 139, 104, 0.51);
    border-radius: 3px;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}

.form select {
    margin-top: 10px;

    padding: 5px;
}

table.form td.contact_col_left {

    padding: 5px;
    padding-top: 10px;
}

.form textarea {
    border: 1px solid rgba(33, 139, 104, 0.51);
    border-radius: 3px;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}

#siteobjectcontent-188 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background: url("bg-2-3.png") no-repeat scroll center bottom / contain rgba(0, 0, 0, 0);
}

.slicknav_menu {
    display: none;
}

.slicknav_menu ul.slicknav_nav li.site9 {
    border-top: 2px solid white;
    padding-top: 5px;
    margin-top: 5px;
}

@media print {
    .noprint {
        display: none;
    }
}

@media (max-width: 1187px) {
    #sidebar {
        display: none;

    }
}

@media (max-width: 960px) {
    #navitop {
        display: none;
    }

    #menuHolder {
        display: none;
    }

    .slicknav_menu {
        display: block;
        width: 100%;
        top: 0;
        z-index: 999;
        background-color: #218b68 !important;
    }

    #footerrahmen {
        margin-left: 20px;
        margin-right: 20px;
    }

    .topright {

        margin-right: 20px;

    }

    #menuHolder ul li a {

        font-size: 14px;
        padding-left: 10px !important;
        padding-right: 10px !important;

    }

    #menuHolder ul li.first a {

        padding-left: 10px;
    }

    .ausrichtung {

    }

    div.htmlpic .txt {
        margin-left: 26%;

    }

    div.htmlpic div.pic {
        max-width: 25%;
        width: 25%;
        margin-left: 0;
    }

    div.htmlpic div.pic img {
        max-width: 100%;
    }

    #frontside {
        padding-left: 0;
        padding-right: 0;
    }

    #siteobjects-middle {
        margin-right: 0;
    }

}

@media (max-width: 768px) {
    #frontside h1, .frontbox h1 {

        font-size: 19px;
        font-weight: 300;
        line-height: 24px;
    }

    .notOn768 {
        display: none !important;
    }

    .box-one-third {
        width: 50%;
    }

    .box-one-third.jobbox {

        width: 100%;
    }

    .box-one-third.jobbox .box-inner {
        background: url(bg-2-3.png) no-repeat bottom center;
        background-size: contain;
    }

    .box-news {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .box-newserweitert {
        display: none
    }

    .box-jobs {
        display: none
    }

    #siteobjects-middle {
        margin-left: 0;
    }

    #subnavi ul li a {

        font-size: 18px;

        padding-left: 10px;
        padding-right: 10px;
    }

    #leftside {
        width: 29%;
        margin-left: 10px;
    }

    div.htmlpic .txt h1 {
        font-size: 20px;
        line-height: 24px;

    }

    #siteobjects-middle {
        margin-left: 32%;
    }

    #footerlogo {
        width: auto;
        float: none;
    }

    #footerleft {
        display: none;
    }

}

@media (max-width: 600px) {

    #leftside {
        margin: 0;
        margin-top: 20px;
        float: none;
        width: auto;
    }

    #leftside img, #leftside p {
        padding-left: 20px;
        padding-right: 20px;
    }

    #leftside .standortbox p {
        padding-left: 0;
        padding-right: 0;
    }

    #leftside .leftimgcentered {
        text-align: center;
    }

    #siteobjects-middle {
        margin-left: 0;
    }

    #logotop {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    #social-header {
        display: none;
    }

    #social-footer {
        top: -50px;
        right: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #menuHolder {
        display: none;
    }

    #subnavi {

        display: none !important;
    }

    #txtheader {
        margin-bottom: 20px;
    }

    div.htmlpic .txt {
        margin-left: 20px;
        float: none;
    }

    div.htmlpic div.pic {

        margin-top: 20px;
        max-width: 100%;
        width: 100%;
        float: none;
        text-align: center;

    }

    div.htmlpic div.pic img {
        max-width: 30%;
        width: 30%;
    }
}

@media (max-width: 480px ) {
    .box-one-third {
        width: 100%;
    }

    div.htmlpic div.pic img {
        max-width: 50%;
        width: 50%;
    }

    #siteobjects-middle {
        margin-left: 0;
    }

    #menuHolder {
        display: none;
    }

    .notOnPhone {
        display: none !important;
    }

    #txtheader h1 {

        font-size: 26px;
        line-height: 32px;
        float: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #txtheader img {
        display: none;
    }

    #txtheader {
        background: #2a3485;
        height: auto;

    }

}

@media (max-width: 320px ) {

}

.klaro .cookie-notice {
    background: #777 !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background: #157455 !important;
}

.klaro .cookie-modal a, .klaro .cookie-notice a {
    color: #fff !important;
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
    background-color: #1f286e !important;
}
