/*!
 * Author: Duncrow GmbH
 * Web: http://www.duncrow.com
 * Copyright 2015 Duncrow GmbH
 */

 @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype'),
    url('../fonts/OpenSans-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* ================================
	global settings
=================================*/

* {
    padding: 0;
    margin: 0;
}

p, ul, li {
    margin: 0;
    padding: 0;
}
.hyper-box .headline,
h1, h2, h3, h4, h5,
.h1-like ,.h2-like ,.h3-like ,.h4-like ,.h5-like   {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    margin-bottom: 25px;
    font-size: 1em;
    font-weight: normal;
    color: #3188b6;
}

sup, sub {
    position: relative;
    vertical-align: baseline;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

.block {
    overflow: visible;
}

.block .button a {
    width: 100%;
}

/* --- image --- */
img {
    max-width: 100%;
    height: auto;
}

.ie8 img {
    width: auto;
}

/* --- links --- */
a {
    text-decoration: none;
    color: #3188b6;

}

a img {
    border: none;
}

#container a:not(.button) {
    text-decoration: underline;
}

#container a:not(.button):hover {
    text-decoration: none;
}

#header .button {
    display: inline-block;
    vertical-align: top;
    padding: 9px 6px;
    margin-left: 2px;
    min-width: 30px;
    height: 32px;
    text-align: center;
    color: #fff;
    background: #17648c;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#header .button.block {
    min-width: 200px;
}

#header .button.yellow,
#footer .button.yellow  {
    background: #fecb13;
    font-size: 15px;
}
#footer .button.yellow{
	font-weight:600;
	box-sizing: border-box;
}

#footer .full-width,
#footer .full-width a{
	width:100%;
}

#header .button.light {
    background: #91bfd6;
}

#header .button:hover,
#header .button.active { /*opacity:.45;*/
    background: rgba(255, 255, 255, 0.45);
    color: #3188b6;
}
#header .button.yellow:hover,
#header .button.yellow.active{
    color:white;
}
#header .top-right .button.yellow{
    min-width: 175px;
    margin-right: 1rem;
}

#footer .button {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 7px 7px 0;
    color: #fff;
    background: #3188b6;
    width: 11em;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#footer .button.orange {
    background: #ed7e34;
}

#footer .button.fb {
    background: #7085ad;
}

#footer .button.twitter {
    background: #93CECB;
}

#footer .button.youtube {
    background: #e52d27;
}

#footer .button:hover {
    opacity: .75;
}

#container a.button,
#container .button,
#container .ce_hyperlink.button > a,
#container .ce_download.button > a,
.submit_container .submit {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #3188b6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

#container a.button {
    margin: 0 5px 5px 0;
}

#container a.button.yellow,
#container .ce_hyperlink.button.yellow > a,
#container .ce_download.button.yellow > a {
    background-color: #fecb13;
}

#container a.button.xl,
#container .ce_hyperlink.button.xl > a,
#container .ce_download.button.xl > a {
    font-size: 20px;
}

#container a.button.xxl,
#container .ce_hyperlink.button.xxl > a,
#container .ce_download.button.xxl > a {
    font-size: 24px;
}

#container a.button.icon,
#container .ce_hyperlink.button.icon > a,
#container .ce_download.button.icon > a {
    display: table;
    width: 100%;
    min-height: 110px;
    margin: 0;
    padding: 23px 15px 18px 130px;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    border-radius: 0;
    background-image: url('../img/button-icon-o.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

#container a.button.icon > span,
#container .ce_hyperlink.button.icon > a > span,
#container .ce_download.button.icon > a > span {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
}

#container a.button:hover,
#container .button:hover,
#container .ce_hyperlink.button > a:hover,
#container .ce_download.button > a:hover,
.submit_container .submit:hover {
    opacity: .75 !important;
}

#container .ce_download.button img {
    display: inline-block;
    margin: 0 5px 0 -3px;
    vertical-align: text-top;
}

#container a.button.full-width {
    display: block;
}

/* --- paragraphes --- */
p {
    line-height: 1.5em;
    margin-bottom: 30px;
    font-size: 1em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* --- lists --- */
ul {
    list-style-type: none;
}

#container .ce_text ul,
#container .ce_text ol {
    margin: 0 0 35px 30px;
}

#container .mod_iso_productreader .description ul,
#container .mod_iso_productreader .description ol {
    margin: 0 0 35px 30px;
    display: inline-block;
}

#container .ce_text ul,
#container .mod_iso_productreader .description ul {
    list-style-type: none;
}

#container .ce_text ul li,
#container .mod_iso_productreader .description ul li {
    position: relative;
}

#container .ce_text ul li:before,
#container .mod_iso_productreader .description ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: -29px;
    top: .6em;
    width: 6px;
    height: 6px;
    background: #3188b6;
}

#container .ce_text li {
}

/* --- table --- */
table {
    margin-bottom: 30px;
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    padding: 5px;
    line-height: 1.2em;
    vertical-align: top;
}

table th:first-child,
table td:first-child {
    padding-left: 0;
}

table th:last-child,
table td:last-child {
    padding-right: 0;
}

/* --- titles --- */
h1,.h1-like {
    font-size: 1.333em;
}
.hyper-box .headline,
h2,.h2-like {
    font-size: 1.2em;
    font-weight: bold;
}

h3,.h3-like {
    font-size: 1.2em;
}

h4 ,.h4-like{
    font-size: 1.1em;
}

h5,.h5-like {
    font-size: 1em;
}

/* --- subcolumns --- */
.ym-grid > div {
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ym-grid.ym-equalize {
    display: flex;
    flex-flow: row wrap;
}

.ym-grid.ym-equalize > [class*="ym-g"] {
    display: block;
}

.ym-grid.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ym-grid > div:first-child {
    padding-left: 0 !important;
}

.ym-grid > div:last-child {
    padding-right: 0 !important;
}

.ym-grid.gap-l > div {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 767px) {
    .ym-grid > div {
        width: 100%;
        padding: 0px !important;
    }

    .ym-grid > div > .subc, .ym-grid > div > .subcl, .ym-grid > div > .subcr {
        padding: 0px !important;
    }
}

/* --- gaps --- */
.no-gap {
    margin-bottom: 0 !important;
}

/* --- floates --- */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

/* ================================
	start
=================================*/

html {
    height: 100.1%;
    font-size: 18px;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-weight: 300;
    height: 100%;
    color: #000;
    background: #3188b6;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background: -moz-linear-gradient(top, #3188b6 210px, #91bfd6 680px); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #3188b6 210px, #91bfd6 680px); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #3188b6 210px, #91bfd6 680px); /* IE10+ */
    background: linear-gradient(to bottom, #3188b6 210px, #91bfd6 680px); /* W3C */
}
body.mce-content-body {
    background: #EFEFEF;
}
/*
body:not(.custom-landingpage) 
body:not(.custom-landingpage) 
body:not(.custom-landingpage) 
*/
#header .inside,
#footer .inside,
#main {
    max-width: 1290px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
   
}
.custom-landingpage #main{
    overflow: visible;
}
#main{
    overflow: hidden;
}

#wrapper {
    min-height: 100%;
}

#container {
    padding-top: 210px;
    padding-bottom: 270px;
}


/* --- header --- */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: #3188b6;
    background: #3188b6;
    font-size: 12px;
    line-height: 1.2em;
}

#header .inside {
    padding-top: 25px;
}

#header #logo img {
    width: 269px;
}

#header .top-right {
    float: right;
    margin: 5px 0 3px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

#header .button span[class^="icon-"],
#header .button span[class*=" icon-"] {
    font-size: 14px;
}

#header .button.search {
    display: inline-block;
}

#header .button.menu-main-toggle {
    display: none;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#header .button.menu-main-toggle .icon-bars {
    font-size: 20px !important;
    display: inline-block;
    margin: -3px 3px 0 0;
    vertical-align: middle;
}

#header .top-right .ce_form {
    display: inline-block;
    margin-left: 5px;
    width: 270px;
}

/* smartheader */
#header .inside,
#header #logo img,
#header .top-right,
#menu-main,
#menu-breadcrumb {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.smartheader #header .inside {
    padding-top: 3px;
}

.smartheader #header #logo img {
    width: 180px;
    margin-top: 2px;
}

.smartheader #header .top-right {
    margin-top: 0;
}

.smartheader #menu-main {
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.smartheader #menu-main > ul > li.submenu:before {
    bottom: 5px;
}

.smartheader #menu-breadcrumb {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* --- footer --- */
#footer {
    position: relative;
    z-index: 1;
    margin: -214px 0 0;
    font-size: 12px;
    min-height: 210px;
    clear: both;
    color: #fff;
    border-top: 4px solid #fecb13;
    background: #42809d;
}

#footer .inside {
    margin-top: 30px;
    position: static;
}

#footer .inside > * {
    padding-left: 40px;
    padding-right: 40px;
}

#footer a {
    color: #fff;
}

#footer h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}

#footer ul li a {
    display: inline-block;
    margin: 0 -7px;
    padding: 0 7px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#footer ul li a:hover {
    background: #91bfd6;
}

#footer #gototop {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -42px;
    display: block;
    width: 84px;
    height: 30px;
    background: url('../img/arrow-gototop.svg') no-repeat center center #fecb13;
}

.ie8 #footer #gototop {
    background-image: url('../img/arrow-gototop.png');
}

#footer .ym-grid > * {
    position: relative;
}

#footer .ym-grid > *:before {
    content: '';
    position: absolute;
    top: 15px;
    height: 120px;
    width: 1px;
    right: 10px;
    background: #3188b6;
}

#footer .ym-grid > .last {
    margin-top: 30px;
}

#footer .ym-grid > .last:before {
    display: none;
}

/* --- main --- */
#main {
    float: none;
    width: auto;
}

#main .inside {
    background: #fff;
}

.blank #main .inside {
    background: transparent;
}

#pagetitle {
    color: #3188b6;
    border-bottom: 5px solid #5aa0c5;
    padding: 30px 40px;
    margin-bottom: 40px;
    position: relative;
}

#pagetitle h1,#pagetitle  .h1-like {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
}

/*#pagetitle.has-button h1 { padding-right:215px; }
#pagetitle.has-button .button { position:absolute; top:50%; right:30px; margin:-17px 0 0; text-transform:uppercase; font-weight:bold; } */

/* --- menu --- */
#menu-main {
    background: #fff;
    padding: 15px 20px 15px 40px;
    margin-top: 35px;
    clear: both;
}

#menu-main ul li a, #menu-main ul li span.active, #menu-main ul li strong.active {
    font-size: 14px;
    display: block;
    line-height: 1.3em;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#menu-main > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#menu-main > ul > li.submenu .arrow:before {
    content: '\e602';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 12px;
    height: 5px;
    margin-left: -6px;
    font-family: 'icomoon';
    font-size: 10px;
    line-height: normal;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#menu-main > ul > li > a, #menu-main > ul > li > span.active, #menu-main > ul > li > strong.active {
    padding: 9px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

#menu-main > ul li:hover .arrow:before,
#menu-main > ul li.active .arrow:before,
#menu-main > ul li.trail:before {
    bottom: 5px;
    color: #fff;
}

#menu-main > ul li:hover > a,
#menu-main > ul li.active > a,
#menu-main > ul li.trail > a,
#menu-main > ul li > span.active, #menu-main > ul > li > strong.active {
    color: #fff;
    background: #91bfd6;
}

#menu-main ul.level_2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 50%;
    width: 230px;
    margin-left: -115px;
    padding-bottom: 5px;
    text-align: center;
    background: #fff;
    transition: visibility .2s ease-in-out, opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

#menu-main ul.level_2:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

#menu-main .hide ul.level_2 {
    height: 0;
    overflow: hidden;
}

#menu-main > ul > li:hover > ul.level_2 {
    visibility: visible;
    opacity: 1;
    z-index: 101;
}

#menu-main > ul > li:hover > ul.level_2 > li.first {
    padding-top: 15px;
}

#menu-main ul.level_2 > li {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#menu-main ul.level_2 > li {
    background: #fff;
}

#menu-main ul.level_2 > li > a {
    padding: 7px 15px;
}


#menu-breadcrumb {
    padding: 4px 40px;
    line-height: 1.5em;
    font-size: 11px;
    font-weight: bold;
    background: #fecb13;
}

#menu-breadcrumb > ul > li {
    display: inline-block;
}

#menu-breadcrumb > ul > li.active {
    color: #fff;
}

#menu-breadcrumb > ul > li.first {
    text-transform: uppercase;
}

/* --- article --- */
#main .mod_article {
    padding: 0 40px 40px 40px;
}

.blank #main .mod_article {
    padding: 0;
}

#main .mod_article > .pdf_link {
    text-align: right;
    position: absolute;
    right: 0;
    padding-right: 10px;
    z-index: 20;
    margin-top: 108px;
}

#pagetitle + .mod_article .pdf_link {
    margin-top: -30px;
}

/* full width inner article elements */
.full-article-width {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}

.full-article-width.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#main .mod_article .ym-grid.spaltenlinie > div:last-child {
    border-left: 1px solid #91bfd6;
}


/* -- image_container --- */
.mod_article .image_container {
    box-sizing: border-box;
}

.mod_article .image_container > .inner {
}

.mod_article .image_container > .inner > .caption {
    font-size: .8em;
    line-height: 1.2em;
    margin-top: 10px;
    color: #606060;
}
.mod_article .image_container > .caption {
    font-size: .8em;
    line-height: 1.2em;
    margin-top: 10px;
    color: #606060;
}

.mod_article .image_container img {
    display: block;
     }
/*.wrapper .container .inside .mod_newsreader .yaml4 .ce_image .image_container .caption{
font-size: .8em !important;
    line-height: 1.2em !important;
    margin-top: 10px !important;
    color: #606060 !important;
}
#wrapper .inside .mod_article first .inner .link-fullsize{ background-color: ; !important}*/



.mod_article .image_container.float_left,
.mod_article .image_container.float_right {
    padding-bottom: 20px;
    max-width: 50%;
}

.mod_article .image_container.float_left {
    padding-right: 20px;
}

.mod_article .image_container.float_right {
    padding-left: 20px;
}

.mod_article .image_container.float_above {
    padding-bottom: 20px;
}

.mod_article .magazin .image_container img {
    box-shadow: 0px 0px 10px #383838;
    -moz-box-shadow: 0px 0px 10px #383838;
    -webkit-box-shadow: 0px 0px 10px #383838;
    -khtml-box-shadow: 0px 0px 10px #383838;
}

/* --- ce_text --- */


/* --- ce_image --- */
.ce_image {
    margin-bottom: 20px;
}

.ce_image img {
    display: block;
}

/* --- ce_download, ce_hyperlink --- */
.ce_download,
.ce_hyperlink {
    margin-bottom: 20px;
}

/* --- ce_downloads --- */
.ce_downloads ul {
    margin-bottom: 30px;
}

.ce_downloads ul li {
    margin-bottom: 5px;
}

/* --- ce_slider --- */
.ce_sliderStart {
    position: relative;
}

.ce_sliderStart .slider-wrapper .ce_image {
    margin-bottom: 0;
}

.ce_sliderStart .slider-control {
    position: absolute;
    top: 10px;
    right: 8px;
}

.ce_sliderStart .slider-control .slider-menu {
    position: static;
    width: auto;
    margin: 0;
}

.ce_sliderStart .slider-control .slider-menu > b {
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    text-indent: -9000px;
    vertical-align: top;
    background: #98c3da;
    border-radius: 3px;
}

.ce_sliderStart .slider-control .slider-menu > b.active {
    background: #3188b6;
}

.ce_sliderStart .slider-control .slider-prev,
.ce_sliderStart .slider-control .slider-next {
    display: none;
}

/* --- ce_survey --- */
#pagetitle + .mod_article > .ce_survey .progress-wrapper {
    margin-top: -30px;
}

.ce_survey .progress-wrapper {
    margin-bottom: 50px;
}

.ce_survey .progress-text {
    font-size: .889em;
}

.ce_survey .progressbar-container {
    height: 10px;
    background: #eaeaea;
}

.ce_survey .progressbar-container .progressbar {
    height: 100%;
    background: #95bf30;
}

.ce_survey .pagetitle {
    font-weight: bold;
}

.ce_survey .formbody {
    margin-top: 40px;
}

.ce_survey form > .tl_error {
    font-weight: normal;
    color: #cc2d00;
    margin-bottom: 30px;
}

.ce_survey .surveyblock {
    margin-bottom: 40px;
}

.ce_survey .surveyblock .title {
    font-weight: normal;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    color: #fff;
    background: #91bfd6;
}

.ce_survey .surveyblock .question p {
}

.ce_survey .surveyblock .question {
    margin-bottom: 10px;
}

.ce_survey .surveyblock .mc .other_wrapper {
    margin: 5px 0 0 2.3em;
}

.ce_survey .surveyblock .mc .other_wrapper input.text {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 700px;
}

.ce_survey .surveyblock .mc .inline-mc {
    overflow: hidden;
}

.ce_survey .surveyblock .mc .inline-mc > .item {
    float: left;
    width: 25%;
}

.ce_survey .surveyblock .mc .inline-mc > .item:nth-child(4n+1) {
    clear: left;
}

.ce_survey .surveyblock .matrix {
    margin-bottom: 10px;
    overflow: hidden;
}

.ce_survey .surveyblock .matrix .scroll {
    overflow-x: auto;
    max-width: 100%;
}

.ce_survey .surveyblock .matrix .scroll ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.ce_survey .surveyblock .matrix .scroll ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.ce_survey .surveyblock .matrix table {
    font-size: .889em;
    margin-bottom: 0;
}

.ce_survey .surveyblock .matrix table td {
    text-align: center;
}

.ce_survey .surveyblock .matrix table td:first-child {
    padding-left: 40px;
}

.ce_survey .surveyblock .matrix table td:last-child {
    padding-right: 40px;
}

.ce_survey .surveyblock .matrix table td.rowtext {
    text-align: left;
}

.ce_survey .surveyblock .matrix table tr:nth-child(even) td {
    background: #eaeaea;
}

.ce_survey .submit_container {
    text-align: left;
}

.ce_survey .surveyhead .ym-gr,
.ce_survey .submit_container .ym-gr {
    text-align: right;
}

.ce_survey .submit_container_mobile {
    display: none;
}


/* --- ce_youtube --- */
.ce_youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.ce_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- mod_poll --- */
.mod_poll .results ul {
    margin-bottom: 35px;
}

.ce_survey .results ul {
    margin-bottom: 35px;
}

.mod_poll .results ul li {
    margin-bottom: 15px;
}

.ce_survey .results ul li {
    margin-bottom: 15px;
}

.mod_poll .results ul.dragdrop ul {
    margin: 0 0 10px 20px;
}

.ce_survey .results ul.dragdrop ul {
    margin: 0 0 10px 20px;
}

.mod_poll .results ul.dragdrop ul li {
    margin-bottom: 0;
}

.ce_survey .results ul.dragdrop ul li {
    margin-bottom: 0;
}

.mod_poll .results .result_option {
    margin-bottom: 2px;
}

.ce_survey .results .result_option {
    margin-bottom: 2px;
}

.mod_poll .results .result_bar_wrapper {
    position: relative;
    margin-right: 60px;
    height: 20px;
    background: #daeaf2;
}

.ce_survey .results .result_bar_wrapper {
    position: relative;
    margin-right: 60px;
    height: 20px;
    background: #daeaf2;
}

.mod_poll .results .result_bar_wrapper > .result_bar {
    height: 100%;
    background: #3188b6;
}

.ce_survey .results .result_bar_wrapper > .result_bar {
    height: 100%;
    background: #3188b6;
}

.mod_poll .results .result_prct {
    position: absolute;
    right: -60px;
    top: 0;
    line-height: 20px;
}

.ce_survey .results .result_prct {
    position: absolute;
    right: -60px;
    top: 0;
    line-height: 20px;
}

.mod_poll form .widget fieldset {
    padding-left: 0;
}

.ce_survey form .widget fieldset {
    padding-left: 0;
}

.mod_poll form .widget fieldset > span {
    display: block;
}

.ce_survey form .widget fieldset > span {
    display: block;
}

.mod_poll form .submit_container .results_link {
    margin-right: 15px;
    display: inline-block;
}

.ce_survey form .submit_container .results_link {
    margin-right: 15px;
    display: inline-block;
}

.mod_poll form .dragdrop-wrapper {
    margin-bottom: 30px;
}

.ce_survey form .dragdrop-wrapper {
    margin-bottom: 30px;
}

.mod_poll form .dragdrop-wrapper p.error {
    margin: 0;
    clear: both;
    padding-top: 5px;
}

.ce_survey form .dragdrop-wrapper p.error {
    margin: 0;
    clear: both;
    padding-top: 5px;
}

.mod_poll form .dragdrop-wrapper p.description {
    clear: both;
    margin: 0;
    padding: 10px 0 0 10px;
}

.ce_survey form .dragdrop-wrapper p.description {
    clear: both;
    margin: 0;
    padding: 10px 0 0 10px;
}

.mod_poll form .dragdrop-wrapper span.ui-sortable-handle {
    position: relative;
    display: block;
    padding: 5px 10px 5px 30px;
    margin: 0 0 5px 0;
    cursor: move;
    background: #fff;
    border: 1px solid #3188b6;
}

.ce_survey form .dragdrop-wrapper span.ui-sortable-handle {
    position: relative;
    display: block;
    padding: 5px 10px 5px 30px;
    margin: 0 0 5px 0;
    cursor: move;
    background: #fff;
    border: 1px solid #3188b6;
}

.mod_poll form .dragdrop-wrapper span.ui-sortable-handle input[type="checkbox"] {
    display: none;
}

.ce_survey form .dragdrop-wrapper span.ui-sortable-handle input[type="checkbox"] {
    display: none;
}

.mod_poll form .dragdrop-wrapper span.ui-sortable-handle:before {
    content: "\e900";
    position: absolute;
    left: 10px;
    color: #3188b6;
    font-family: 'icomoon';
}

.ce_survey form .dragdrop-wrapper span.ui-sortable-handle:before {
    content: "\e900";
    position: absolute;
    left: 10px;
    color: #3188b6;
    font-family: 'icomoon';
}

.mod_poll form .dragdrop-wrapper span.ui-sortable-handle label {
    padding-left: 0;
    cursor: move;
}

.ce_survey form .dragdrop-wrapper span.ui-sortable-handle label {
    padding-left: 0;
    cursor: move;
}

.mod_poll form .dragdrop-wrapper span.ui-sortable-handle label:before {
    display: none;
}

.ce_survey form .dragdrop-wrapper span.ui-sortable-handle label:before {
    display: none;
}

.mod_poll form .dragdrop-wrapper span.ui-sortable-handle label .rank {
    display: inline;
    margin-right: 5px;
}

.ce_survey form .dragdrop-wrapper span.ui-sortable-handle label .rank {
    display: inline;
    margin-right: 5px;
}

.mod_poll form .dragdrop-wrapper fieldset {
    padding: 0;
}

.ce_survey form .dragdrop-wrapper fieldset {
    padding: 0;
}

.mod_poll form .dragdrop-list-wrapper,
.ce_survey form .dragdrop-list-wrapper,
.mod_poll form .dragdrop-result-wrapper {
    float: left;
    width: 49%;
}

.ce_survey form .dragdrop-result-wrapper {
    float: left;
    width: 49%;
}

.mod_poll form .dragdrop-result-wrapper {
    float: right;
}

.ce_survey form .dragdrop-result-wrapper {
    float: right;
}

.mod_poll form .dragdrop-list-wrapper h4,
.ce_survey form .dragdrop-list-wrapper h4,
.mod_poll form .dragdrop-result-wrapper h4 {
    margin-bottom: 10px;
}

.ce_survey form .dragdrop-result-wrapper h4 {
    margin-bottom: 10px;
}

.mod_poll form #dragdrop-result,
.ce_survey form #dragdrop-result,
.ce_survey form #dragdrop-list,
.mod_poll form #dragdrop-list {
    min-height: 40px;
    padding: 10px;
    background: #e2ecf1;
    margin: 0;
}

.mod_ce_surveypoll form #dragdrop-list {
    min-height: 40px;
    padding: 10px;
    background: #e2ecf1;
    margin: 0;
}

.mod_poll form .widget-captcha { margin-top: 20px; }

/* different colors */
.mod_poll .results .yellow .result_bar_wrapper > .result_bar {
    background: #fecb13;
}

.ce_survey .results .yellow .result_bar_wrapper > .result_bar {
    background: #fecb13;
}

.mod_poll .results .green .result_bar_wrapper > .result_bar {
    background: #b0c455;
}

.ce_survey .results .green .result_bar_wrapper > .result_bar {
    background: #b0c455;
}

.mod_poll .results .magenta .result_bar_wrapper > .result_bar {
    background: #a855c4;
}

.ce_survey .results .magenta .result_bar_wrapper > .result_bar {
    background: #a855c4;
}

.mod_poll .results .blue1 .result_bar_wrapper > .result_bar {
    background: #55bbc4;
}

.mod_ce_surveypoll .results .blue1 .result_bar_wrapper > .result_bar {
    background: #55bbc4;
}

/* --- ce_teammember --- */
.teammember-wrapper {
    margin: 0 -17px;
}

.ce_teammember {
    float: left;
    width: 33.333%;
    padding: 0 17px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.ce_teammember > .ce_teammember {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.ce_teammember img {
    width: 100%;
}

.ce_teammember:nth-child(3n+1) {
    clear: left;
}

.ce_teammember p {
    margin-bottom: 5px;
}

/* --- box --- */
.box {
    padding: 25px 20px;
    margin-bottom: 30px;
    background: #e2ecf1;
    border-radius: 10px;
}

.box > *:last-child {
    margin-bottom: 0;
}

/* --- search-form --- */
form.search-form {
    position: relative;
}

form.search-form input {
    float: none;
    width: 100%;
    padding-right: 35px;
}

form.search-form input::-webkit-input-placeholder {
    color: #fff;
}

form.search-form input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

form.search-form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

form.search-form input:-ms-input-placeholder {
    color: #fff;
}

form.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #3188b6;
    background: transparent;
    border: none;
}

#header form.search-form input {
    color: #fff;
    font-size: 1em;
    height: 32px;
    padding: .7em 35px .7em 1em;
    border-color: #91bfd6;
    background: #91bfd6;
}

#header form.search-form input:focus {
    color: #fff;
    border-color: #17648c;
    background: #91bfd6;
}

#header form.search-form button {
    color: #fff;
}

/* --- search-google --- */
#header .gsc-control-cse {
    background-color: transparent;
    border: none;
    padding: 0;
    display: block;
}

#header .gsc-search-box {
    margin: 0 0 0 10px;
    width: 270px;
}

#header table.gsc-search-box {
    margin: 0;
}

#header .gsc-input-box {
    border: none;
    background: #91bfd6;
    border-radius: 5px;
    padding: 0 !important;
}

#header .gsc-input-box td.gsib_a, #header .gsc-input-box td.gsib_b {
    padding: 0 !important;
}

#header .gsc-input-box input {
    font-size: 12px !important;
    height: 33px !important;
    background: none;
    color: #fff;
    padding: 0 0 0 10px !important;
}

#header .gsc-input-box table {
    margin: 0;
}

#header .gsc-control-wrapper-cse {
    position: relative;
}

#header td.gsc-search-button {
    position: absolute;
    right: 48px;
    top: -2px;
}

#header .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    outline: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 6px 27px !important;
}

#header .gsc-search-box-tools .gsc-search-box td.gsc-input {
    padding: 0 !important;
}


/* --- mod_search --- */
.mod_search p {
    margin-bottom: 10px;
    font-size: 16px;
}

.mod_search h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.mod_search .header {
    margin: 10px 0 0;
}

.mod_search .even,
.mod_search .odd {
    margin-top: 30px;
}

.mod_search .url {
    font-size: 14px;
}

.mod_search .highlight {
    font-weight: 400;
}

/* --- news menu --- */
.mod_newsmenu {
    text-align: right;
    margin-bottom: 40px;
}

.mod_newsmenu ul li {
    display: inline-block;
}

.mod_newsmenu ul li.active .button {
    opacity: .75;
    background: #fecb13;
}


/* --- news layout latest --- */
.layout_latest {
    margin-bottom: 60px;
}

.layout_latest .image_container {
    float: left;
}

.layout_latest .text {
    margin-left: 240px;
}

.layout_latest h2 a {
    text-decoration: none !important;
}

.layout_latest .more {
    text-align: right;
}

#container .layout_latest .more .button {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}


/* --- mod_newslistad --- */
.mod_newslistad .rowAd {
    clear: both;
    float: none !important;
    width: 100% !important;
    text-align: center;
}

.mod_newslistad .rowAd .inner {
    max-width: none !important;
}

.mod_newslistad .colAd {
    position: relative;
}

.mod_newslistad .colAd:before {
    content: '';
    display: block;
    padding-top: 84.13461%;
}

.mod_newslistad .colAd .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
}

.mod_newslistad .ad .inner:after {
    display: none !important;
}

.mod_newslistad .rowAd img,
.mod_newslistad.home .layout_latest_home.rowAd img,
.hyper-box img,
.mod_newslistad .colAd img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 100%;
}


/* --- news layout_home --- */

.layout_latest_home .inner {
    max-width: 416px;
    position: relative;
    height: 100%;
}
.hyper-box img,
.layout_latest_home .inner .image_container img {
    width: 100%;
}

.layout_latest_home .inner:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.layout_latest_home .inner:hover:after {
    background: rgba(255, 255, 255, .4);
}


.hyper-box img,
.layout_latest_home img {
    display: block;
}
.hyper-box .teaser,
.layout_latest_home .text {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 7.5%;
    max-height: 150px;
    color: #fff;
    background: rgb(49, 136, 182);
    background: rgba(49, 136, 182, .8);
}
.hyper-box .headline,
.layout_latest_home .text h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 4px;
}
.hyper-box .headline,
.layout_latest_home .text h2 a {
    color: #fff;
    text-decoration: none !important;
}

.layout_latest_home .text .teaser {
    font-size: 16px;
}
.hyper-box .teaser p:last-child,
.layout_latest_home .text .teaser p:last-child {
    margin-bottom: 0;
}

.layout_latest_home .link-fullsize {
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* layout_home grid */
.mod_newslistad.home {
    margin: 0 -11px;
    display: flex;
    flex-flow: row wrap;
}

.mod_newslistad.home .layout_latest_home {
    float: left;
    padding: 0 11px;
    width: 33.333%;
    box-sizing: border-box;
    margin-bottom: 22px;
    overflow: hidden;
}
.hyper-box .show-more-link,
.mod_newslistad.home .layout_latest_home .show-more-link {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 50%;
    margin: 0 0 0 -45px !important;
    width: 90px;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.hyper-box .inner:hover .show-more-link,
.mod_newslistad.home .layout_latest_home .inner:hover .show-more-link {
    opacity: 1;
    visibility: visible;
}


/* layout_home single */
.mod_newslist.home-single .inner {
    max-width: none;
}

.mod_newslist.home-single .layout_latest_home .text {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 5% 15px 5%;
    color: #fff;
    background: rgb(49, 136, 182);
    background: rgba(49, 136, 182, .8);
}

.mod_newslist.home-single .layout_latest_home .text .teaser p {
    display: none;
}

.mod_newslist.home-single .layout_latest_home .text .teaser p:first-child {
    display: block;
    margin: 0;
}

.mod_newslist.home-single .layout_latest_home .show-more-link {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 50%;
    margin: 0 0 0 -45px !important;
    width: 90px;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.mod_newslist.home-single .layout_latest_home .inner:hover .show-more-link {
    opacity: 1;
    visibility: visible;
}

.mod_newslist.home-single .layout_latest_home .image_container img {
    display: block;
    width: 100%;
}


/* --- home-grid-top --- */
.home-grid-top {
    margin-bottom: 22px;
}

.home-grid-top > .col-left {
    float: left;
    max-width: 774px;
    padding-right: 22px;
    box-sizing: border-box;
}

.home-grid-top > .col-right {
    float: right;
    max-width: 516px;
}

/*.home-grid-top .subcol { margin-top:4.1%; }*/
.home-grid-top .subcol > .col-left {
    float: left;
    width: 50%;
    padding-right: 11px;
    box-sizing: border-box;
}

.home-grid-top .subcol > .col-right {
    float: right;
    width: 50%;
    padding-left: 11px;
    box-sizing: border-box;
}

.home-grid-top .ce_image {
    margin: 0;
}


/* newslist home-grid*/
.home-gallery .mod_newslist.newstarttemp {
    height: 100%;
}

.home-gallery .mod_newslist.newstarttemp > .layout_latest_home {
    height: 100%;
}

.home-gallery .mod_newslist.newstarttemp > .layout_latest_home > .inner {
    height: 100%;
}

.home-gallery .mod_newslist.newstarttemp > .layout_latest_home > .inner > figure {
    height: 100%;
}

.home-gallery .mod_newslist.newstarttemp > .layout_latest_home > .inner > figure > a {
    height: 100%;
}

.home-gallery .mod_newslist.newstarttemp > .layout_latest_home > .inner > figure > a > img {
    height: 100%;
    object-fit: cover;
}

.home-gallery .mod_newslist.newstarttemp .layout_latest_home .inner {
    min-width: 100%;
    position: relative;
}

.home-gallery .mod_newslist.newstarttemp a.show-more-link {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 50%;
    top: auto !important;
    margin: 0 0 0 -45px !important;
    width: 90px;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

/* --- pagination --- */
.pagination {
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    position: relative;
    background: #91bfd6;
}

.pagination ul {
    list-style-type: none;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.next,
.pagination ul li.last {
    margin-left: 1em;
}

.pagination ul li.previous,
.pagination ul li.first {
    margin-right: 1em;
}

#container .pagination ul li a,
.pagination ul li .current {
    display: block;
    padding: 5px 6px;
    background: transparent;
    color: #fff;
}

#container .pagination ul li a.link {
    text-decoration: none;
}

.pagination ul li .current {
    color: #fff;
    background: #3188b6;
}

#container .pagination ul li a.link:hover {
    background: #b9daeb;
}


/* --- comments --- */
.ce_comments .info {
    font-size: 11px;
}

.ce_comments p {
    margin-bottom: 0px;
}

.ce_comments .comment {
    background-color: #e2ecf1;
    border-radius: 5px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

.ce_comments div.last {
    margin-bottom: 100px;
}

/* --- umfrage_box ---*/
.umfrage {
    text-decoration: none !important;
    position: relative;
}

.umfrage p {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.umfrage.big p {
    top: 60%
}


/* --- Like Button Newsseite --- */
#main #newsdetail > .pdf_link {
    margin-top: 105px;
}


/* --- Werbung --- */
.werbung {
    position: absolute;
    padding: 3px 10px;
    margin-left: 11px;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    font-size: 10px;
}

.werbung p {
    margin-bottom: 0px;
    font-weight: initial;
}


/* --- Accordion --- */
.ui-accordion-header {
    padding: 5px 10px;
    padding-left: 35px;
    background-color: #EDEDED;
    border-radius: 5px;
    transition: all 0.33s ease-in-out;
    position: relative;
}

.ui-accordion-header:focus {
    outline: 0;
}

.ui-accordion-header.active {
    color: white;
    background-color: #2B7DAD;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-accordion-header:before {
    content: "\A";
    border-style: solid;
    border-width: 7px 12px 7px 0px;
    border-color: transparent #2B7DAD transparent transparent;
    position: absolute;
    left: 10px;
    top: 12px;
    transform: rotate(180deg);
}

.ui-accordion-header.active:before {
    border-color: transparent white transparent transparent;
    transform: rotate(270deg);
}

.ui-accordion-content {
	background: #EDEDED;
    padding: 15px 10px 0 10px;
    overflow: hidden;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
    border: none !important;
    font-weight: unset;
    color: unset;
}

.ce_accordion .ui-widget-content {
    background: none !important;
    border: none !important;
    color: #000 !important;
}

.ui-state-default .ui-icon {
    display: none !important;
}

.ui-accordion-header {
    background-color: #EDEDED !important;
}

.ui-accordion-header.active {
    background-color: #2B7DAD !important;
}

.transparent .ui-accordion-header {
    background-color: transparent;
    color: black;
}

.transparent .ui-accordion-header:before {
    border-color: transparent #2B7DAD transparent transparent;
}

.transparent .ui.accordion-header.active {
    background-color: transparent;
    color: black;
}

.transparent .ui-accordion-header.active:before {
    border-color: transparent #2B7DAD transparent transparent;
}

/*.ui-datepicker { background: #eee url(../../system/modules/donation/assets/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; }*/

/* ================================
	isotope ecommerce
=================================*/

/* --- product global --- */
.product .product-left-side {
    float: left;
    width: 210px;
}

.product .product-infos {
    margin-left: 240px;
}

.product .product-infos .widget {
    overflow: hidden;
}

.product .product-infos .options {
    margin-bottom: 50px;
}

.product .price {
    color: #95bf30;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
}

.product .price > .original_price {
    font-size: 18px;
}

.product .price .tax {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #3188b6;
}

/* --- product list --- */
.mod_iso_productlist .product {
    margin-bottom: 60px;
}

.mod_iso_productlist .product h3 {
    margin-bottom: 5px;
    font-weight: bold;
}

#container .mod_iso_productlist .product h3 a {
    text-decoration: none;
}

.mod_iso_productlist .product .product-infos > .price {
    margin-bottom: 30px;
}

.mod_iso_productlist .product .product-infos > .price .tax {
    font-size: 18px;
    display: inline;
}

.mod_iso_productlist .product .details {
    text-align: right;
}

#container .mod_iso_productlist .product .details > .button {
    font-weight: bold;
    text-transform: uppercase;
}

/* --- product reader --- */
.mod_iso_productreader .product .product-images {
    margin-bottom: 20px;
}

.mod_iso_productreader .product .submit_container {
    text-align: left;
    margin-bottom: 15px;
}

.mod_iso_productreader .product .submit_container .submit {
    font-weight: bold;
    text-transform: uppercase;
}

.mod_iso_productreader .product .product-infos > .price {
    margin-left: 15px;
}

.mod_iso_productreader .product .downloads h4 {
    margin-bottom: 10px;
}

.mod_iso_productreader .product .back {
    margin-bottom: 0;
}

/* --- cart mini --- */
.mod_iso_cart.mini-cart {
    text-align: right;
    margin: -35px 0 50px;
}

#container .mod_iso_cart.mini-cart > .cart {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 10px solid #eaeaea;
}

.mod_iso_cart.mini-cart > .cart:after {
    content: '';
    display: block;
    height: 10px;
    background: #95bf30;
    margin: 0 -10px;
}

.mod_iso_cart.mini-cart > .cart > .arrows {
    margin-left: 15px;
}

/* --- vcoe-cart --- */
.iso-cart-vcoe table.product-table {
    margin-bottom: 20px;
}

.iso-cart-vcoe table.product-table td {
    padding: 5px 10px;
}

.iso-cart-vcoe table.product-table td.col_first {
    padding-left: 40px;
}

.iso-cart-vcoe table.product-table td.col_last {
    padding-right: 40px;
}

.iso-cart-vcoe table.product-table td.image {
    width: 150px;
}

.iso-cart-vcoe table.product-table tr.product td {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #91bfd6;
}

.iso-cart-vcoe table.product-table tr.product.row_first td {
    padding-top: 0;
}

.iso-cart-vcoe table.product-table td.name h3 {
    font-weight: bold;
}

#container .iso-cart-vcoe table.product-table td.name h3 a {
    text-decoration: none;
}

.iso-cart-vcoe table.product-table td.name .teaser {
    max-height: 2.4em;
    overflow: hidden;
}

.iso-cart-vcoe table.product-table td.name .configuration {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
}

.iso-cart-vcoe table.product-table td.quantity {
    width: 70px;
}

.iso-cart-vcoe table.product-table td.quantity input.text {
    width: 100%;
    float: none;
}

.iso-cart-vcoe table.product-table td.price {
    white-space: nowrap;
    text-align: right;
}

.iso-cart-vcoe table.product-table td.remove {
    width: 40px;
    text-align: right;
}

#container .iso-cart-vcoe table.product-table td.remove a {
    margin-right: 0;
    background: #ff6c00;
}

.iso-cart-vcoe table.total-table {
    float: right;
    width: auto;
}

.iso-cart-vcoe table.total-table td {
    vertical-align: bottom;
    padding: 0;
}

.iso-cart-vcoe table.total-table td.col_last {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    padding-right: 100px;
    padding-left: 50px;
}

.iso-cart-vcoe table.total-table tr.total td {
    padding-top: 20px;
    padding-bottom: 15px;
}

.iso-cart-vcoe table.total-table tr.footer-lines td {
    padding: 0;
    border-top: 10px solid #95bf30;
    border-bottom: 10px solid #eaeaea;
}

/* --- cart --- */
.mod_iso_cart .submit_container .button_checkout {
    text-transform: uppercase;
    font-weight: bold;
}

/* --- messages --- */
.mod_iso_messages {
    margin-bottom: 40px;
}

.mod_iso_messages > p {
    margin-bottom: 10px;
    padding: 5px 20px;
    border-radius: 5px;
}

.mod_iso_messages .iso_confirm {
    color: #fff;
    background: #3188b6;
}

/* --- checkout --- */
.mod_iso_checkout .steps {
    margin-top: -30px;
    margin-bottom: 40px;
}

.mod_iso_checkout .steps ol {
    list-style-position: inside;
}

.mod_iso_checkout .steps ol li {
    color: #98c3da;
    float: left;
    padding: 0 20px;
    border-bottom: 10px solid #eaeaea;
    box-sizing: border-box;
}

.mod_iso_checkout .steps ol.steps2 li {
    width: 50%;
}

.mod_iso_checkout .steps ol.steps3 li {
    width: 33.333%;
}

.mod_iso_checkout .steps ol.steps4 li {
    width: 25%;
}

.mod_iso_checkout .steps ol li.active {
    font-weight: normal;
    border-color: #95bf30;
}

.mod_iso_checkout .steps ol li.passed {
    border-color: #bfd48d;
}

.mod_iso_checkout .steps ol li.active,
.mod_iso_checkout .steps ol li.passed {
    color: #3188b6;
}

.mod_iso_checkout .steps ol li.first {
    padding-left: 40px;
}

.mod_iso_checkout .steps ol li.last {
    padding-right: 40px;
}

.mod_iso_checkout .steps ol li > * {
    display: block;
    padding: 5px 0;
}

.mod_iso_checkout .submit_container .button.previous {
    float: left;
}

.mod_iso_checkout .submit_container .button.next,
.mod_iso_checkout .submit_container .button.confirm {
    font-weight: bold;
    text-transform: uppercase;
}

.mod_iso_checkout .billingaddress,
.mod_iso_checkout .shippingaddress {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 40px;
    border-right: 1px solid #91bfd6;
}

.mod_iso_checkout .shippingaddress {
    padding-right: 0;
    padding-left: 40px;
    border: none;
}

.mod_iso_checkout .shippingaddress #ctrl_shippingaddress {
    padding-left: 0;
}

.mod_iso_checkout .paymentmethod #ctrl_paymentmethod {
    padding-left: 0;
    margin-bottom: 20px;
}

.mod_iso_checkout .iso-cart-vcoe,
.mod_iso_orderdetails .iso-cart-vcoe {
    margin-top: 50px;
}

.mod_iso_checkout .iso-cart-vcoe table.total-table td.col_last {
    padding-right: 40px;
}

/* --- info_container --- */
div[class^="mod_iso_"] .info_container {
    width: 50%;
    float: left;
    padding: 20px 30px;
    box-sizing: border-box;
}

div[class^="mod_iso_"] .info_container:nth-child(odd) {
    clear: left;
    padding-left: 0;
    border-right: 1px solid #91bfd6;
}

div[class^="mod_iso_"] .info_container:nth-child(even) {
    padding-right: 0;
}

div[class^="mod_iso_"] .info_container .info {
    font-size: 16px;
}

div[class^="mod_iso_"] .info_container .edit {
    float: right;
}


/* ================================
		Masonry Gallery
=================================*/


.masonry-gallery .ce_gallery > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    overflow: visible;
}

.masonry-gallery .ce_gallery > ul li {
    flex-grow: 2;
    flex-shrink: 4;
}

.masonry-gallery {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}

.grid-sizer, .grid-item {
    box-sizing: border-box;
    width: 33.3333%;
    padding: 5px;
    transition: .22s ease-in-out;
}

.grid-item:hover {
    transform: scale(1.1);
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .3);
    background: #fff;
}

.half .masonry-gallery .grid-sizer,
.half .masonry-gallery .grid-item {
    width: 50%;
}

.masonry-gallery .cboxElement > img {
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
    display: block;
}

.masonry-gallery .cboxElement > img:hover {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
    transition-delay: 0.5s;
    z-index: 1;
}


/* ================================
			HOME GRID
=================================*/
.home-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 24px;
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
}

.home-gallery.ym-grid > .ym-gl {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.home-gallery.ym-grid > .ym-gr {
    margin-left: 0;
    padding-right: 12px !important;
    padding-left: 12px !important;
    display: flex;
    flex-flow: column nowrap;
}

.home-gallery .ce_image, .home-gallery .ce_image > .image_container {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}

.home-gallery .ce_image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.home-gallery .ym-grid {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
    width: auto;
}

.home-gallery .ym-grid > .ym-gl {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.home-gallery .ym-grid > .ym-gr {
    margin-left: 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.home-gallery.ym-grid > .ym-gr > * {
    flex: 1;
}

.home-gallery.ym-grid > .ym-gr > *:not(:first-child) {
    margin-top: 24px;
}


.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

/* ================================
			Disturber
=================================*/
.ce_text.disturber {
    margin: 0 -40px;
    padding: 10px 40px 0;
}


/* ================================
			Cookiebar
=================================*/
.contao-cookiebar .cc-inner { border-radius: 0; }
.contao-cookiebar .cc-inner .cc-group, .contao-cookiebar .cc-inner .cc-btn { border-radius: 0; }
.contao-cookiebar .cc-inner .cc-group .cc-cookie .cc-cookie-info { border-radius: 0; }

.contao-cookiebar .cc-inner .cc-btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #C0BEBD;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    border: none;
}
.contao-cookiebar .cc-inner .cc-btn.save-essential { background: #3188b6; }
.contao-cookiebar .cc-inner .cc-btn.success { background: #3188b6#4c933f; }
.contao-cookiebar .cc-inner .cc-btn:hover { opacity: .75 !important; }


/* ================================
Formular - Spende (Formulargenerator)
=================================*/
form#donation {}
form#donation .ym-grid.equalize { display: flex; }
form#donation .ym-grid.equalize > [class*="col_"] > div { height: 100%; display: flex; flex-flow: column; }
form#donation .ym-grid.equalize > [class*="col_"] > div > .widget:last-of-type { flex: 1; }
form#donation .ym-grid > [class*="col_"] { padding: 0; }
form#donation .ym-grid > [class*="col_"] > div > .widget, form#donation .ym-grid > [class*="col_"] > div > .submit_container  { background: rgba(145, 191, 214, 0.5); padding: 0 10px 20px; margin-bottom: 0; }
form#donation .ym-grid > [class*="col_"] > div > .submit_container  { margin-top: -27px; }
form#donation .ym-grid > [class*="col_"] > div > .submit_container > .submit  { display: block; width: 100%; padding: 15px 20px; font-size: 20px; background: #fecb13 !important; }
form#donation .ym-grid > [class*="col_"] > div > .widget > label { display: block; width: 100%; padding-top: 0; }
form#donation .ym-grid > [class*="col_"] > div > .widget-explanation { width: 100%; margin-left: 0; padding: 0; }
form#donation .ym-grid > [class*="col_"] > div > .widget-explanation > h2 { background: #3188b6; font-size: 21.6px !important; padding: 5px 10px; color: white; }
form#donation .ym-grid > [class*="col_"] > div > .widget-explanation > p { padding: 0 10px; }
form#donation .widget fieldset { padding: 0; }
form#donation .widget fieldset legend { position: relative; width: 100%; padding: 0 0 10px 0; }
form#donation .widget fieldset > span { display: block; }
form#donation .widget fieldset input[type="radio"] + label, form#donation .widget fieldset input[type="checkbox"] + label { float: none; display: inline-block; cursor: pointer; position: relative; width: auto; padding: 0 0 0 2.3em; margin: 0 1.5em 0 0; min-height: 1.2em; line-height: 1.2em; }
@media screen and (max-width: 767px) {
    form#donation .ym-grid.equalize { flex-flow: column; }
    form#donation .ym-grid.equalize > [class*="col_"] { display: block; padding: 0; margin: 0 !important; }
    form#donation .ym-grid.equalize > [class*="col_"] > div { padding: 0 0 20px !important; }
}

/* ================================
Content-Slider
=================================*/
.ce_sliderStart > .slider-control  { position: relative; top: auto; right: auto; }


/* ================================
Popup
=================================*/
#popup .popup_frame { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 5000; pointer-events: none; }
#popup .popup_frame .popup_inside { padding-top: 30px; padding-bottom: 30px; background: white; position: fixed; top: 0; left: 0; width: 100%; pointer-events: auto; box-shadow: 0 0 50px rgba(0,0,0,0.5); }
#popup .popup_frame .popup_inside.bottom { top: auto; bottom: 0;  border-bottom: 0; }
#popup .popup_frame .popup_inside .close { cursor: pointer; width: 84px; height: 30px; transition: .33s; font-size: 150%; line-height: 0.4; border: none; appearance: none; -webkit-appearance: none; color: white; background: #fecb13; position: absolute; top: 0; right: 0; }
#popup .popup_frame .popup_inside.bottom .close { top: 0; }
#popup .popup_frame .popup_inside .close:hover { background: #fecb13; }
#popup .popup_frame .popup_inside .mod_article { max-width: 1290px; padding-left: 30px; padding-right: 30px; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 1199px) { #popup .popup_frame .popup_inside .mod_article { padding-left: 15px; padding-right: 15px; }}


/* ================================
Fieldset
=================================*/
fieldset { border: none; }
fieldset.error .toggler { color: #cc2d00; }
fieldset.error .toggler.active { color: white;}

/* ================================
rsce_box
=================================*/
.ce_rsce_box { height: 100%; }
.ce_rsce_box > .inner { height: 100%; position: relative; display: flex; flex-flow: column; overflow: hidden; }
.ce_rsce_box > .inner > .block-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; display: block; z-index: 10; }
.ce_rsce_box > .inner > .block-link:hover + .image > img { transform: scale(1.3); }
.ce_rsce_box > .inner > .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ce_rsce_box > .inner > .image > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: .22s ease-in-out; }
.ce_rsce_box > .inner > .content { flex: 1; position: relative; padding: 1.5rem; z-index: 5; background: rgba(49, 136, 182, .75); }
.ce_rsce_box > .inner > .content * { color: #ffffff; }
.ce_rsce_box > .inner > .content p:last-of-type { margin: 0; }
.ce_rsce_box > .inner > .link { position: relative; display: flex; justify-content: center; align-items: center; bottom: 0; left: 0; right: 0; padding: 0.5rem 1rem; font-weight: 700; color: #ffffff; background: #3188b6; text-decoration: none !important; }
.ce_rsce_box > .inner > .link > .icon { display: flex; padding: 0 .5rem }
.ce_rsce_box > .inner > .link > .icon > i { font-size: 16px; width: 10px; transform: rotate(-90deg) translate3d(-3px, 0, 0); transition: .22s ease-in-out }
.ce_rsce_box > .inner > .block-link:hover ~ .link > .icon > i, .ce_rsce_box > .inner > .link:hover > .icon > i { transform: rotate(-90deg) translate3d(-3px, 6px, 0); }

.layout_full > .info {
    display: inline-flex;
    float: right;
}


/* ================================
	max-width 1199px Screen
=================================*/
@media screen and (max-width: 1199px) {
    #header .inside,
    #footer .inside,
    #main {
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu-main,
    #menu-breadcrumb,
    #pagetitle,
    #main .mod_article,
    #footer .inside > * {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* full width inner article elements */
    .full-article-width {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ce_survey .surveyblock .matrix table td:first-child {
        padding-left: 20px;
    }

    .ce_survey .surveyblock .matrix table td:last-child {
        padding-right: 20px;
    }

    #menu-main ul li a {
        font-size: 13px;
    }

    .umfrage p {
        font-size: 13px;
    }
}

/* ================================
	max-width 1099px Screen
=================================*/
@media screen and (max-width: 1099px) {

    #menu-main ul li a {
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .ce_survey .surveyblock .mc .inline-mc > .item {
        float: left;
        width: 33.333%;
    }

    .ce_survey .surveyblock .mc .inline-mc > .item:nth-child(4n+1) {
        clear: none;
    }

    .ce_survey .surveyblock .mc .inline-mc > .item:nth-child(3n+1) {
        clear: left;
    }

}

/* ================================
	max-width 999px Screen
=================================*/
@media screen and (max-width: 999px) {
    #header .button.menu-main-toggle {
        display: inline-block;
    }

    #menu-main {
        display: none;
        z-index: 100;
        position: absolute;
        margin: 0;
        padding: 5px 0;
        right: 15px;
        top: 100%;
        width: 250px;
        text-align: left;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }

    #menu-main.collapsed,
    #menu-main > ul > li {
        display: block;
    }

    #menu-main > ul > li.submenu .arrow:before {
        top: 7px;
        right: 10px;
        padding: 10px 5px;
        left: auto;
        margin-left: 0;
        transform: rotate(-90deg); /*transform-origin:100% 0;*/
    }

    #menu-main > ul > li.submenu:hover .arrow:before {
        top: 3px;
        transform: rotate(0);
    }

    #menu-main > ul > li > a {
        border-radius: 0;
        padding: 10px 15px;
        font-size: 14px;
    }

    #menu-main ul.level_2 {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
        width: auto;
        margin-left: 0;
        text-align: left;
    }

    #menu-main ul.level_2:before {
        display: none;
    }

    #menu-main > ul > li:hover > ul.level_2 {
        display: block;
    }

    #menu-main ul.level_2 > li.first {
        padding-top: 0 !important;
    }

    #menu-main ul.level_2 > li > a {
        padding: 10px 10px 10px 20px;
        font-size: 13px;
    }

    #menu-main > ul li .arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 35px;
    }

    #menu-breadcrumb {
        display: none;
    }

    #container {
        padding-top: 87px;
    }

    /*#pagetitle.has-button h1 { padding-right:0; }
	#pagetitle.has-button .button { display:none; }*/
    #container .layout_full .back.bottom {
        display: inline-block;
    }

    .grid-sizer, .grid-item {
        width: 50%;
    }

    #footer .ym-grid > * {
        width: 50%;
        margin-bottom: 30px;
    }

    #footer .ym-grid > *:nth-child(even) {
        padding-right: 0;
        margin-left: 0;
    }

    #footer .ym-grid > *:nth-child(even):before {
        display: none;
    }

    #footer .ym-grid > *:nth-child(odd) {
        padding-left: 0;
        clear: both;
    }

    .umfrage p {
        font-size: 12px;
    }

    .grid-sizer, .grid-item {
        width: 50%;
    }
}

/* ================================
	max-width:999px and max-height 799px Screen
=================================*/
@media screen and (max-width: 999px) and (max-height: 799px) {

    #header {
        position: static;
    }

    #container {
        padding-top: 22px;
    }
}


/* ================================
	max-width:949px
=================================*/
@media screen and (max-width: 999px) {
    #header .button.search {
        display: inline-block;
    }

    #header .top-right .ce_form {
        display: none;
        z-index: 99;
        position: absolute;
        top: 100%;
        right: 130px;
        padding: 5px;
        margin-top: 0px;
        background-color: #17648c;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }

    #header .top-right .ce_form.collapsed {
        display: block;
    }

    #header .top-right {
        justify-content: flex-end;
    }

    #header .google_gsc {
        display: none;
    }

    .werbung {
        margin-left: 5px;
    }

    .mod_newslistad.home {
        margin-left: -5px;
        margin-right: -5px;
    }

    .mod_newslistad.home .layout_latest_home {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* --- isotope --- */
    .product .product-infos .widget label {
        float: none;
        width: 100%;
    }

    .product .product-infos .widget textarea,
    .product .product-infos .widget input.text,
    .product .product-infos .widget .select-wrapper {
        float: none;
        width: 100%;
    }
}

/* ================================
	max-width:899px
=================================*/
@media (max-width: 899px) {
    .home-gallery.ym-grid > .ym-gl,
    .home-gallery.ym-grid > .ym-gr {
        width: 100% !important;
    }

    .home-gallery.ym-grid > .ym-gl {
        margin-bottom: 24px !important;
    }
}

/* ================================
	max-width:849px
=================================*/
@media screen and (max-width: 849px) {

    .home-grid-top > .col-left,
    .home-grid-top > .col-right {
        margin: 0 auto;
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .home-grid-top > .col-left {
        margin-bottom: 22px;
    }

    .home-grid-top .subcol > .col-left {
        padding-right: 5px;
    }

    .home-grid-top .subcol > .col-right {
        padding-left: 5px;
    }

    .mod_newslistad.home .layout_latest_home {
        width: 50%;
    }

    #container .mod_newsreader .layout_full > .ym-grid > * {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 40px 0;
        float: none;
    }

    #container .mod_newsreader .layout_full > .ym-grid > *:last-child {
        margin-bottom: 0;
    }

    .ce_survey .surveyblock .mc .inline-mc > .item {
        float: left;
        width: 50%;
    }

    .ce_survey .surveyblock .mc .inline-mc > .item:nth-child(3n+1) {
        clear: none;
    }

    .ce_survey .surveyblock .mc .inline-mc > .item:nth-child(odd) {
        clear: left;
    }

    /* --- isotope --- */
    .mod_iso_checkout .billingaddress,
    .mod_iso_checkout .shippingaddress,
    div[class^="mod_iso_"] .info_container {
        width: 100%;
        float: none;
        border: none !important;
        padding-left: 0;
        padding-right: 0;
    }

    .umfrage p {
        font-size: 16px;
    }
}

/* ================================
	max-width 799px Screen
=================================*/
@media screen and (max-width: 799px) {

    .layout_latest_home .text .teaser p:last-child {
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }

    #main .mod_article .ym-grid.spaltenlinie > div:last-child {
        border-left: none;
    }

    #container .mod_article > .ym-grid > * {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 40px 0;
        float: none;
    }

    #container .mod_article > .ym-grid > *:last-child {
        margin-bottom: 0;
    }

    .newstarttemp .layout_latest_home .text {
        position: relative;
        background: #17648c
    }

    .ce_teammember {
        width: 50%;
    }

    .ce_teammember:nth-child(3n+1) {
        clear: none;
    }

    .ce_teammember:nth-child(odd) {
        clear: left;
    }

    .grid-sizer, .grid-item {
        width: 100%;
    }

    /* --- isotope --- */
    .iso-cart-vcoe table.product-table {
        display: block;
    }

    .iso-cart-vcoe table.product-table tr.product {
        border-bottom: 1px solid #91bfd6;
        overflow: hidden;
    }

    .iso-cart-vcoe table.product-table tr.product td {
        float: left;
        display: block;
        padding: 0 20px 20px;
        min-width: 100px;
        text-align: left;
        box-sizing: border-box;
        border-bottom: 0;
    }

    .iso-cart-vcoe table.product-table tr.product td.col_first {
        padding-top: 20px;
        width: 190px;
    }

    .iso-cart-vcoe table.product-table tr.product td.col_1 {
        padding-top: 20px;
        float: none;
        margin-left: 170px;
    }

    .iso-cart-vcoe table.product-table tr.product td.col_2 {
        margin-left: 170px;
        clear: left;
    }

    .iso-cart-vcoe table.total-table td.col_last {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mod_iso_checkout .steps ol li {
        width: 100% !important;
        float: none;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mod_iso_checkout .steps ol li:not(.last) {
        border-bottom: 0;
    }

    .ce_survey .submit_container_mobile {
        display: block;
    }

    .ce_survey .submit_mobile {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.1em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background: #3188b6;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 5px;
    }

    .ce_survey .submit_container input[name="start"] {
        display: none;
    }

}

/* ================================
	max-width 699px Screen
=================================*/
@media screen and (max-width: 864px) {
    #header {
        position: static;
        text-align: right;
    }

    #container {
        padding-top: 0;
    }

    #header #logo img {
        width: auto;
    }

    #header .top-right {
        float: none;
        margin-top: 20px;
    }

    #pagetitle {
        padding: 20px 20px;
    }

    #pagetitle h1,#pagetitle .h1-like {
        font-size: 24px;
    }

    .mod_newsarchive .image_container {
        display: none;
    }

    .layout_latest .image_container {
        margin: 0 20px 10px 0;
        max-width: 40%;
    }

    .layout_latest .text {
        margin-left: 0;
    }

    /* --- isotope --- */
    .product .product-left-side {
        margin: 0 20px 20px 0;
    }

    .product .product-infos {
        margin-left: 0;
    }

}

/* ================================
	max-max-height 599px Screen
=================================*/
@media screen and (max-height: 599px) {
    #header {
        position: static;
    }

    #container {
        padding-top: 22px;
    }

    #footer .inside,
    #main {
        padding-left: 0;
        padding-right: 0;
    }

    #pagetitle,
    #main .mod_article,
    .blank #main .mod_article,
    #footer .inside > * {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* full width inner article elements */
    .full-article-width {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ce_survey .surveyblock .matrix table td:first-child {
        padding-left: 15px;
    }

    .ce_survey .surveyblock .matrix table td:last-child {
        padding-right: 15px;
    }

    .mod_newslistad.home {
        margin-left: 0;
        margin-right: 0;
    }

    .mod_newslistad.home .layout_latest_home {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .mod_newslistad.home .layout_latest_home .inner {
        margin-left: auto;
        margin-right: auto;
    }

    .mod_newslistad .colAd:before {
        display: none;
    }

    .mod_newslistad .colAd .inner {
        position: relative;
    }

    /* --- isotope --- */
    .mod_iso_productreader .product .product-left-side {
        float: none;
        margin-right: 0;
        width: auto;
        overflow: hidden;
    }

    .mod_iso_productreader .product .product-images {
        margin-right: 20px;
        float: left;
    }

    .mod_iso_productlist .product .product-left-side {
        width: auto;
        max-width: 40%;
    }
}

/* ================================
	max-width 549px Screen
=================================*/
@media screen and (max-width: 549px) {

    #header #logo img {
        margin-top: 7px;
        width: 180px;
    }

    .ce_teammember {
        width: auto;
        float: none;
    }

    .ce_survey .surveyblock .mc .inline-mc > .item {
        float: none;
        width: 100%;
    }

    /* --- isotope --- */
    .iso-cart-vcoe table.product-table tr.product td.col_0 {
        text-align: center;
    }

    .iso-cart-vcoe table.product-table tr.product td.col_0,
    .iso-cart-vcoe table.product-table tr.product td.col_1 {
        float: none;
        margin-left: 0;
        width: auto;
    }

    .iso-cart-vcoe table.product-table tr.product td.col_2 {
        margin-left: 0;
    }

	.mod_newslistad.home .layout_latest_home {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
}

/* ================================
	max-width 499px Screen
=================================*/
@media screen and (max-width: 499px) {
    #container {
        padding-top: 22px;
    }

    .mod_article .image_container.float_left,
    .mod_article .image_container.float_right {
        float: none;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .home-gallery .ym-grid > .ym-gl,
    .home-gallery .ym-grid > .ym-gr {
        width: 100% !important;
        margin-bottom: 24px !important;
    }

    .home-gallery, .home-gallery.ym-grid > .ym-gr,
    .home-gallery .ym-grid {
        display: block;
    }

    /* --- isotope --- */
    .mod_iso_productlist .product .product-left-side {
        width: auto;
        max-width: none;
        float: none;
    }

    #footer .ym-grid > * {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }

    #footer .ym-grid > *:before {
        display: none;
    }

    .umfrage p {
        font-size: 14px;
    }

}

/* ================================
	max-width 399px Screen
=================================*/
@media screen and (max-width: 399px) {

    .home-grid-top .subcol > .col-left,
    .home-grid-top .subcol > .col-right {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .home-grid-top .ce_sliderStart,
    .home-grid-top .subcol > .col-left {
        margin-bottom: 22px;
    }

    .home-grid-top .subcol img {
        margin-left: auto;
        margin-right: auto;
    }

    .layout_latest .more {
        text-align: left;
    }

    .layout_latest .image_container {
        margin-right: 0;
        max-width: none;
        float: none;
    }

    .layout_latest .image_container img {
        margin-left: auto;
        margin-right: auto;
    }

    .umfrage {
        width: 247px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .umfrage p {
        font-size: 16px;
    }

    .umfrage.big p {
        font-size: 12px;
    }

    #header .top-right .top-right-social {
        display: none;
    }

}

/* ================================
	min-width 768px Screen
=================================*/
@media (min-width: 768px) {

    .home-gallery .mod_newslist.newstarttemp .inner:hover .show-more-link {
        opacity: 1;
        visibility: visible;
    }

}

#paymentTypeCreditcard{
    padding:10px;

}
#paymentTypeCreditcard iframe{
    width:100%; 
    min-height: 230px;
}
#container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget.submit_container > input.submit:disabled{
    background:lightgray!important;
    cursor:not-allowed; 
}
/*#ctrl_paymentType .button.radio-wrapper:not(:first-child)
,#ctrl_paymentType #lbl_1{
	display:none; 
}*/

.btn-barrierefrei{
    display: inline-block !important;
    background:white !important;
    color:black !important;
    transition:all 200ms ease;
    cursor: pointer;
}
.btn-barrierefrei:hover{
    background:black !important;
    color:white !important;
}
.btn-barrierefrei .icon-barrierefrei{
    font-size: 22px !important; 
    line-height: 13px;
    text-align: center;
}


.style-barrierefrei #header{
    color:black;
}
.style-barrierefrei, .style-barrierefrei #header{
    background: white;
}
.style-barrierefrei a:not(.button):not(:empty){
    color:black;
}
#logo,
.style-barrierefrei p a{
    display: inline-block;
}
.style-barrierefrei .button,.style-barrierefrei a:not(:empty),
.style-barrierefrei button,
.style-barrierefrei  .submit_container .submit,
.style-barrierefrei .close
{
    color:white !important;
    background-color:black !important;
    padding: 5px 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.style-barrierefrei  .submit_container .submit{
    padding:10px 15px; 
}
.style-barrierefrei .image_container  a {
    padding:0;
    margin:0;
}
.style-barrierefrei .button:focus, 
.style-barrierefrei .button:active,
.style-barrierefrei .button:hover, 
.style-barrierefrei button:focus, 
.style-barrierefrei button:active,
.style-barrierefrei button:hover, 
.style-barrierefrei a:focus:not(:empty),
.style-barrierefrei a:active:not(:empty),
.style-barrierefrei a:hover:not(:empty),
.style-barrierefrei .submit_container .submit:focus,
.style-barrierefrei .submit_container .submit:hover,
.style-barrierefrei .submit_container .submit:active,
.style-barrierefrei .close:focus,
.style-barrierefrei .close:hover,
.style-barrierefrei .close:active{

    background-color:rgba(0,0,0,0.8);
}
.style-barrierefrei #footer{
    background:white;
    color:black;
}
.style-barrierefrei .hyper-box .teaser,
.style-barrierefrei .layout_latest_home .text,
.style-barrierefrei .layout_latest_home .link-fullsize,
.style-barrierefrei #menu-breadcrumb,
.style-barrierefrei #footer .ym-grid > *:before{
    position:relative;
    background-color:black;
    color:white;
}
.style-barrierefrei .show-more-link{
    display: none !important;
}
.style-barrierefrei .pagination ul li .current{
    background-color:black;
}
.style-barrierefrei .pagination {
    background:none;
}
.style-barrierefrei #footer ul li a{
    margin-bottom: 5px;
}
.style-barrierefrei #footer .mod_cookiebarOpener {
    margin-left:-7px;
}
.style-barrierefrei .hyper-box .headline,
.style-barrierefrei #footer h4,
.style-barrierefrei h1, 
.style-barrierefrei h2, 
.style-barrierefrei h3, 
.style-barrierefrei h4, 
.style-barrierefrei h5, 
.style-barrierefrei .h1-like, 
.style-barrierefrei .h2-like, 
.style-barrierefrei .h3-like, 
.style-barrierefrei .h4-like, 
.style-barrierefrei .h5-like,
.style-barrierefrei form .widget label, 
.style-barrierefrei form .widget legend{
    color:black;
}
.style-barrierefrei .hyper-box .headline,
.style-barrierefrei h1 a, 
.style-barrierefrei h2 a, 
.style-barrierefrei h3 a, 
.style-barrierefrei h4 a, 
.style-barrierefrei h5 a, 
.style-barrierefrei .h1-like a, 
.style-barrierefrei .h2-like a, 
.style-barrierefrei .h3-like a, 
.style-barrierefrei .h4-like a, 
.style-barrierefrei .h5-like a{
    display: inline-block;
}
.style-barrierefrei .home-gallery .mod_newslist.newstarttemp .layout_latest_home .inner{
    height: auto;
}
.style-barrierefrei .box-lightblue,
.style-barrierefrei .ui-accordion-content{
    background:white;
    padding:0;
}
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column > .inner{
    background:white; 
}
.style-barrierefrei .ui-accordion-header,
.style-barrierefrei .ce_rsce_box > .inner > .content,
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column h2,
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget.submit_container > input.submit,
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .radio-wrapper.button.active > label.button,
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink,
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .other-amount > span{
    background-color:black !important;
    color:white !important;
}
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper{
    background-color: white;
}
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .options .option.highlighted > .highlight{
    color:black; 
}
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .options .option.highlighted{
    border-color:black;
}
.style-barrierefrei form textarea, 
.style-barrierefrei form input.text, 
.style-barrierefrei form input.captcha, 
.style-barrierefrei form .select-wrapper{
    background:white;
    border-color:black;
}
.style-barrierefrei #footer #gototop,
.style-barrierefrei .mod_news_tagging_list .inner .tabs > .sub > .pointer{
    background-color:black !important;
}
.style-barrierefrei #footer{
    border-top-color: black;
}
.style-barrierefrei #pagetitle{
    border-bottom-color:black;
}
.style-barrierefrei .ce_rsce_box > .inner > .image{
    position:relative;
}
.style-barrierefrei .ui-accordion-header{
    margin-bottom: 5px;
}
.style-barrierefrei .ui-accordion-header:before{
    border-color: transparent white transparent transparent;
}
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .options .option{
    border-color:black;
    color:black; 
}
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .other-amount > input{
border: 1px solid black;
color:black;
}
.style-barrierefrei #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink:not(.active){
background-color:lightgray !important;
color:black !important; 
}

#menu-main > ul > li:focus > ul.level_2,
#menu-main > ul > li:active > ul.level_2,
#menu-main > ul > li:focus-within > ul.level_2{
    visibility: visible;
    opacity: 1;
    z-index: 101;
    height: auto !important;
    overflow: visible !important;
}
.style-barrierefrei a:focus,.style-barrierefrei button:focus,.contao-cookiebar *:focus,.contao-cookiebar input:focus+label {outline: #3188b6 solid 2px !important;}
#container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink{
    border:1px solid white;
    background:none;
    border-radius: 5px;
    margin: 1rem;
}
#container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink:first-child{
    margin-right: .5rem;
}
#container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink:last-child{
    margin-left: .5rem;
}
#container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink.active,
#container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .options .option.active{
    background:#FFC239 !important;
    border-color:#FFC239 !important;
}

#container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .other-amount > span{
    color:#3188b6;
    background: #c8dfea; 
}
#container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks{
    background:#3188b6;
}

.ce_survey form table th,.ce_survey form  table td{
    position:relative;
    padding: 13px;
    min-width: 44px;
}
.ce_survey form input[type=radio] + label,
.ce_survey form input[type=checkbox] + label{
	padding-bottom:1rem; 	
}
/*.ce_survey form input[type=checkbox] + label,*/ 
.ce_survey form  table td  input[type=radio] + label {
    width: 100%;
    text-align: center;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:0;
}

/*.ce_survey form input[type=checkbox] + label:before,*/
.ce_survey form  table td  input[type=radio] + label:before{
    left: 50%; 
    transform: translateX(-50%);
    margin-top: 13px;
}
@media (max-width: 768px) {
	.ce_survey form .widget.no-inline .select-wrapper, .ce_survey form .widget.no-inline > input.text[size]{
		max-width:100%; 	
	}
}
/**
*
* Custom Landing Page
*
**/
.mod_article.fullscreen {
    position: absolute;
    padding: 0 !important;
    margin: 0;
    left: 0;
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.custom-landingpage #container{
    padding-top: 0;
}
.custom-landingpage #header{
    background:none;
    position:absolute; 
}
.custom-landingpage .mod_article .image_container img{
    width:100%; 
}
.custom-landingpage #pagetitle {
    color: #3188b6;
    border:none;
    padding: 50px 40px;
    padding-top: 180px;
    opacity: 0;
    z-index: 9;
    pointer-events: none;
}
.custom-landingpage #wrapper {
    overflow: hidden;
}
.custom-landingpage #container:before {
    content:'';
    width:100vw;
    height:100%;
    position: absolute;
    left:0;
    bottom:0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%);
    z-index: 1;
}
.custom-landingpage #main .mod_article:not(.fullscreen) {
    z-index: 9;
    position: relative;
    background: white;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row {
    display: block;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column{
    width:100%; 
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column h2{
    display: none;
}

.custom-landingpage .landingpage-column .ce_headline{
    background:#3188b6; 
    font-size: 1.3rem;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .options .option {
    flex-grow: 1;
    margin: .5rem;
    text-align: center;
}
.custom-landingpage .landingpage-column .ce_headline {
    background: #3188b6;
    font-size: 1.3rem;
    color: white;
    width: 100%;
    padding: .5rem 1rem;
	
    margin: 0;
    box-sizing: border-box;
}

.custom-landingpage .mod_article *{
    box-sizing: border-box;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs{
    margin-bottom: 0;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column:not(:first-child) > .inner{
    padding: .5rem;
    padding-top:1.5rem; 

}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper{
    padding-top:0; 
}

.custom-landingpage .landingpage-column .ym-gbox-right{
    padding-top:1rem; 
}
.custom-landingpage form .widget-radio fieldset > span{
    display: block;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .other-amount{
    margin-top: 3rem;
    width: calc(100% - 1rem);
    margin-left: .5rem;
}

.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget > fieldset#ctrl_paymentType{
    display: flex;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget > fieldset#ctrl_paymentType .radio-wrapper.button{
    flex-grow:1;
    margin: .5rem;
}
.custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget > fieldset#ctrl_paymentType .radio-wrapper.button.active > label.button{
    width:100%; 
}

.custom-landingpage .mod_article figure{
    padding-bottom: .5rem;
    padding-right: .5rem;
}


@media (max-width: 768px) {
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .options .option.highlighted > .highlight{
        display: none;
    }
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink,
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget > fieldset#ctrl_paymentType .radio-wrapper.button > label.button{
        font-size: .9rem;
    }
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column{
        margin-bottom: 0;
    }
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget > fieldset#ctrl_paymentType{
        flex-direction: column;
        margin:0; 
    }
    .custom-landingpage #header .top-right{
        padding-bottom: .5rem;
    }
    .custom-landingpage .mod_article.fullscreen .image_container img {
        width: 100%;
        height: 100dvh;
        object-fit: cover;
        position: fixed;
        top: 0;
      }
}
@media (min-width: 769px) {
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tablinks > .tablink{
        padding: 28px 24px;
    }
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .tabs .tabcontent-wrapper .options .option{
        padding: 25px 24px;
    }
    .custom-landingpage #container .mod_donation.mod_donation_blocks .formbody > .row > .column .widget > fieldset#ctrl_paymentType .radio-wrapper.button > label.button{
        padding: 25px 0;
    }
    .custom-landingpage .landingpage-column{
        margin-top: 300px;
        transition:all 200ms ease; 
    }
    .custom-landingpage .landingpage-column .ym-gbox-left{
        margin-top: -300px;
        transition:all 200ms ease;
    }
}


.header-center-text {
    display: none;
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* height: 100%; */
    font-size: 1.5rem;
    top: 0rem;
    line-height: normal;
    max-width: 640px;
    height: 92px;
    max-height: 92px;
    align-items: center;
    justify-content: center;
    transition:all 700ms ease; 
}
@media (min-width: 1000px) {
    .header-center-text {
        display: flex;
        max-width: 375px;
        font-size: 1.15rem;
    }
}
@media (min-width: 1300px) {
    .header-center-text {
        max-width: 640px;
        font-size: 1.5rem;
    }
}
.smartheader .header-center-text{
    max-height: 37px;
}

.hyper-box{
    position: relative;
    margin-bottom: 22px;
}
.hyper-box p{
    font-size: 16px;
}
.hyper-box img{
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
.hyper-box .headline{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color:white !important;  
}

.hyper-box .show-more-link{
    width: auto;
	margin:0 !important; 
	transform:translateX(-50%); 
}
.hyper-box .show-more-link * {
	color:white !important; 
	padding:0;
	margin:0; 
}
.style-barrierefrei .hyper-box a:not(:empty){
    background:none;
    padding-left:0; 
    padding-right: 0;
}
@media (max-width: 768px) {
    .ym-g33 .ce_rsce_box_hyper.hyper-box {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media (min-width: 769px) {
    .ym-g33.col_2 .ce_rsce_box_hyper.hyper-box {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 769px) and (max-width: 1000px) {
    .ym-g33.col_1 .ce_rsce_box_hyper.hyper-box {
        margin-right: -10px;
    }
    .ym-g33.col_2 .ce_rsce_box_hyper.hyper-box {
        margin-left: -13px;
        margin-right: -13px;
    }
    .ym-g33.col_3 .ce_rsce_box_hyper.hyper-box {
        margin-left: -10px;
    }
}