/*
Theme Name: versa
Theme URI: http://www.cubegrafik.com
Description: Cubegrafik - Wordpress Theme
Author: Michael Oppliger | Cubegrafik
Author URI: http://www.cubegrafik.com
Template: twentyfourteen
Version: 1.0.726
*/

@font-face{
    font-family:"Avenir Next LT W04 Regu1437496";
    src:url("fonts/1437496/483d8937-5e17-4378-9c51-aa91a3d9e1eb.eot");
    src:url("fonts/1437496/483d8937-5e17-4378-9c51-aa91a3d9e1eb.eot?#iefix") format("eot"),
    url("fonts/1437496/ed4b9060-b5ab-4379-8840-0b50a15258b7.woff2") format("woff2"),
    url("fonts/1437496/9b47db0b-77fb-4bb0-b5c2-3c131a36fc4d.woff") format("woff"),
    url("fonts/1437496/9c8b7e5f-b3ca-435d-a197-b3dfeae277a1.ttf") format("truetype"),
    url("fonts/1437496/0f72ee75-31c8-42ba-b262-3e13b83a8fdf.svg#0f72ee75-31c8-42ba-b262-3e13b83a8fdf") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Avenir Next LT W04 Ital1437506";
    src:url("fonts/1437506/eb8f1f26-ac99-4771-ac55-0e5d7d834a98.eot");
    src:url("fonts/1437506/eb8f1f26-ac99-4771-ac55-0e5d7d834a98.eot?#iefix") format("eot"),
    url("fonts/1437506/f60e2b7d-0ea4-439d-b66a-09effe26288e.woff2") format("woff2"),
    url("fonts/1437506/05dcf61d-bba5-4570-abb4-563bd8dc1da2.woff") format("woff"),
    url("fonts/1437506/55c10d5e-65ca-42f0-98d7-fb2161ac50e7.ttf") format("truetype"),
    url("fonts/1437506/073b78df-228f-4736-bcb3-33c264b521e7.svg#073b78df-228f-4736-bcb3-33c264b521e7") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Avenir Next LT W04 Demi1437516";
    src:url("fonts/1437516/47d79f32-82c5-4a74-9646-5150297aabc1.eot");
    src:url("fonts/1437516/47d79f32-82c5-4a74-9646-5150297aabc1.eot?#iefix") format("eot"),
    url("fonts/1437516/249228f0-61ac-40cc-a5a5-5609c9816e3f.woff2") format("woff2"),
    url("fonts/1437516/efba18ed-80cc-49c4-997a-fbb140739d19.woff") format("woff"),
    url("fonts/1437516/750a20ec-9242-42a8-b3bd-c4dcec552196.ttf") format("truetype"),
    url("fonts/1437516/9505c912-495c-462c-899a-e61574ee9559.svg#9505c912-495c-462c-899a-e61574ee9559") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Avenir Next LT W04 Bold";
    src:url("fonts/1437556/6ff8ab07-ccb4-4a91-8f0f-2bd4367902e8.eot");
    src:url("fonts/1437556/6ff8ab07-ccb4-4a91-8f0f-2bd4367902e8.eot?#iefix") format("eot"),
    url("fonts/1437556/91799b0e-0ef8-446e-b274-5509412e1242.woff2") format("woff2"),
    url("fonts/1437556/97fb5311-bdbd-46bc-bf69-3bcf8c744cda.woff") format("woff"),
    url("fonts/1437556/88093bd3-b377-4278-8abe-8460dd24d0e8.ttf") format("truetype"),
    url("fonts/1437556/0fde1539-69df-4e3d-83ef-ae23d10dd2a5.svg#0fde1539-69df-4e3d-83ef-ae23d10dd2a5") format("svg");
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;

    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color:#ffffff;
}

html, body {
    margin:0;
    padding:0;
    font-size: 16px;
    font-family: "Avenir Next LT W04 Regu1437496";
    font-style: normal;
    font-weight: normal;
    line-height:1.5;
    color:#000000;
    height:100%;
}
html.open, body.open {
    height:100%;
    overflow:hidden;
}

body {
    background-color:#ffffff;
}

a {
    text-decoration:underline;
    outline:none;
    color:#000;
}
a:hover {

}


img {
    display:block;
}

h1 {
    color: #000;
    font-size: 187.5%;
    margin-top: 0;
    margin-bottom:0;
    font-family: "Avenir Next LT W04 Bold";
    font-style: normal;
    font-weight: normal;
}

h2 {
    color: #000;
    font-size: 125%;
    margin-top: 0;
    margin-bottom:0;
    font-family: "Avenir Next LT W04 Bold";
    font-style: normal;
    font-weight: normal;
}
h3 {
    color: #000;
    font-size: 100%;
    margin-top: 0;
    margin-bottom:0;
    font-family: "Avenir Next LT W04 Bold";
    font-style: normal;
    font-weight: normal;
}
input, textarea {
    background: none repeat scroll 0 0 #eaf3f8;
    border: medium none;
    border-radius: 3px;
    font-size: 87.5%;
    padding: 10px 14px;
    width: 100%;
}


.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.centered {
    margin: auto;
    max-width: 1200px;
    position:relative;
}


.table {
    display: table;
    height: 100%;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
}
ul.noList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.inlineLi li {
    display:inline-block;
}



/* cf7 fixes */

.acceptance-808 .wpcf7-list-item {
    margin:0
}



input[name="acceptance-808"] {
    width: auto !important;
    margin-top: 20px !important;
    padding-left: 0;
    /* margin-left: 0; */
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: inline;
    position: absolute;
    left: 10px;
    top: 33px;
    font-size: 12px;
    line-height: 10px;
}

.recaptcha .wpcf7-not-valid-tip {
    top: auto;
    bottom: -13px;
}

span.wpcf7-form-control-wrap.recaptcha {
    margin-left: 11px;
    display: block;
    margin-top: 20px
}



/* Section */

#page {
    background-color: #fff;
    position: relative;
    z-index: 4;
    box-shadow: 0 0 6px 0 #000;
    min-height:100%;

    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
#page.open {

    -o-transform: translate(-310px, 0px);
    -ms-transform: translate(-310px, 0px);
    -moz-transform: translate(-310px, 0px);
    -webkit-transform: translate(-310px, 0px);
    transform: translate(-310px, 0px);
}


section {
    position:relative;
}

#main {
    box-shadow:0 3px 4px -4px #000;
}



/*** HEADER ***/

header {
    box-shadow:0 3px 4px -4px #000;
    position: relative;
    z-index: 99;
}

header .tableCell {
    /*width:50%;*/
}

#header-info {
    font-size:75%;
    border-bottom:1px solid #e8e8e8;
}
#header-info .tableCell {
    height:40px;
}
#header-info a {
    color:#000;
    text-decoration:none;
    margin-left:10px;
}
#header-info a {
    text-decoration:underline;
}
#header-info a.active, #header-info a:hover {
    text-decoration: none;
}

.icon-small {
    background-repeat:no-repeat;
    background-position:left center;
    display:inline-block;
    padding-left: 22px;
    background-size:14px 13px;
}
.icon-small-grey {
    opacity:0.6;
}
.icon-small-email {
    background-image:url('images/icons/icon-small-email.png');
}
.icon-small-tel {
    background-image:url('images/icons/icon-small-tel.png');
}
.icon-small-map {
    background-image:url('images/icons/icon-small-map.png');
}

.lang_selector {
    text-align:right;
    padding-right:10px;

}
.lang_selector a {

}
.lang_selector a:first-child {
    margin-right:10px;
}

/****** START Login Button Top ********/
a.button-login {
    color: white !important;
    background: #009ee3;
    padding: 8px;
    text-decoration: none !important;
    box-shadow:2px 2px 3px -2px #000;
    border-radius:3px;
}

@media only screen and (max-width : 767px) {
    #header-info .tableCell {
        display: table;
        height: unset;
        margin-top: 10px;
        margin-bottom: 15px;
    }

}
/****** END Login Button Top ********/



#header-main .tableCell {
    height: 125px;
}
#header-main .tableCell:last-child {
    text-align:right;
    padding-right:10px;
}

#logo-versa {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
#logo-versa img {
    display: inline-block;
    width: 230px;
}

body.lang-fr #logo-versa img {
    width: 267px;
}



#site-navigation {
    font-size:100%;
    font-family:"Avenir Next LT W04 Bold";
}

#site-navigation a {
    margin-left:55px;
    text-decoration:none;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
body.lang-fr #site-navigation a {
    margin-left:25px;
}
#site-navigation a:hover {
    color:#6e6e6e;
}
#site-navigation .current-menu-parent, #site-navigation .current-menu-item, #site-navigation .current-menu-ancestor {
    font-family: "Avenir Next LT W04 Bold";
}
#site-navigation .current-menu-parent a, #site-navigation .current-menu-item a, #site-navigation .current-menu-ancestor a {
    color: #009EE3;
}


#site-sub-navigation {
    max-width: 230px;
}
#site-sub-navigation a {
    display: none;
}
#site-sub-navigation .current-menu-item li a, #site-sub-navigation .current-menu-ancestor li a {
    display: block;
}





#nav-toggle {
    display:none;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 10px;
}

#nav-toggle { cursor: pointer; padding: 8px 35px 10px 0; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
}
#nav-toggle span:before {
    top: -8px;
}
#nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
#nav-toggle.active span:after {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}








/****** PANEL ********/

#rightPanel {
    background-color: #fff;
    border-width: 0;
    bottom: 0;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 310px;
    z-index: 1;
    opacity:0;

    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
#rightPanel.open {
    opacity:1;
}
#panel-inner {
    /*display: table;*/
    height: 100%;
    width: 100%;
}
#panel-inner > div {
    padding: 10px;
}
#mobile-language a {
    text-decoration:underline;
}
#mobile-language a:hover, #mobile-language a.active {
    text-decoration:none;
}
#site-navigation-mobile {
    padding: 10px;
}
#site-navigation-mobile ul {
    list-style:none;
}
#site-navigation-mobile ul a {
    text-decoration:none;
    font-size:114%;
}
#site-navigation-mobile ul a:hover {
    font-family: "Avenir Next LT W04 Demi1437516";
}
#site-navigation-mobile ul > li {
    border-bottom:1px solid #cfcfcf;
    padding-bottom: 8px;
    padding-top: 8px;
}
#site-navigation-mobile ul > li:last-child {
    border-bottom:none;
}
#site-navigation-mobile ul li.current-page-ancestor > a, #site-navigation-mobile ul li.current-menu-parent > a, #site-navigation-mobile ul li.current-menu-item > a {
    font-family: "Avenir Next LT W04 Demi1437516";
}
#site-navigation-mobile ul .sub-menu {
    padding-left:10px;
}
#site-navigation-mobile ul .sub-menu li {
    border:none;
    padding-top:5px;
    padding-bottom:0;
}


/*** Mobile Contact Links ***/


#panel-inner #mobile-contact {
    padding: 30px 10px;
    text-align: center;
    background-color: #eaf3f8;
    box-shadow: 0 0 10px -5px #000 inset;
}
#mobile-contact .black-box-link {
    display: inline-block;
    height: 60px;
    margin: 0 8px;
    padding: 0;
    width: 60px;
}
#desktop-mobile .black-box-link {
    color: #000;
    display: inline-block;
    font-family: Avenir Next LT W04 Regu1437496;
    font-size: 100%;
    height: 60px;
    margin-bottom: 0;
    margin-right: 8px;
    margin-top: 0;
    padding: 8px 0 0 75px;
    width: auto;
}
#mobile-contact .black-box, #desktop-mobile .black-box {
    height: 60px;
    margin-top: -30px;
    width: 60px;
}

#mobile-contact .icon-mc-map span::after {
    background-image: url("images/icons/icon-mobile-c-map.png");
}
#mobile-contact .icon-mc-tel span::after {
    background-image: url("images/icons/icon-mobile-c-tel.png");
}
#mobile-contact .icon-mc-email span::after {
    background-image: url("images/icons/icon-mobile-c-email.png");
}
#desktop-mobile .icon-mc-desktop span::after {
    background-image: url("images/icons/icon-mobile-c-desktop.png");
}



#panel-inner #mobile-contact-info, #panel-inner #desktop-mobile {
    padding:20px;
}
#panel-inner #mobile-contact-info {
    padding-top:40px;
}
#panel-inner #mobile-contact-info a {
    margin-bottom: 5px;
    text-decoration:none;
}
#mobile-contact-info .icon-small-map {
    background-position: left 4px;
}

/*************************/








/** Slider ****/

.swiper-container {
    height: 595px;
    width: 100%;
}


#header-slider {
    background-color:#009ee3;
    /*
    background: rgb(0,147,204);

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDkzY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,147,204,1) 1%, rgba(30,87,153,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(0,147,204,1)), color-stop(100%,rgba(30,87,153,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,147,204,1) 1%,rgba(30,87,153,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,147,204,1) 1%,rgba(30,87,153,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,147,204,1) 1%,rgba(30,87,153,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(0,147,204,1) 1%,rgba(30,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093cc', endColorstr='#1e5799',GradientType=1 );
    */
}

#header-slider .swiper-slide .centered {
    height: 100%;
}
#header-slider .tableCell:first-child {
    padding-left: 10px;
    padding-bottom: 60px;
    width: 615px;
}
#header-slider .tableCell:last-child {
    padding-right: 10px;
    padding-left: 10px;
}
#header-slider img {
    max-width: 590px;
    width: 590px;
}
#header-slider .tableCell:first-child img {
    left: -200px;
    max-width: 750px;
    position: absolute;
    top: 0;
    width: 750px;
}
#header-slider h1 {
    color: #fff;
    font-size: 350%;
    line-height: 1.2;
    /*width: 385px;*/
}

#header-slider a.slidelink {
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}

#header-slider ul {
    margin-top: 30px;
}
#header-slider ul li {
    margin-bottom: 20px;
}
#header-slider ul li:last-child {
    margin-left: 30px;
}
body.lang-fr #header-slider ul li:last-child {
    margin-left: 0;
}
.black-box-link.big-box {
    font-size: 187.5%;
    margin-left: 0;
    padding-left: 65px;
    text-decoration: none;
    font-family: "Avenir Next LT W04 Regu1437496";
}
.black-box-link.big-box .black-box {
    height: 45px;
    margin-top: -23px;
    width: 45px;
}


.icon-risikoschutz span::after, .icon-risikoschutz-fr-fr span::after {
    background-image:url('images/icons/icon-slider-risikoschutz.png');
}
.icon-vorsorge span::after, .icon-vorsorge-fr-fr span::after {
    background-image:url('images/icons/icon-slider-vorsorge.png');
}




a.slider-arrow {
    height: 42px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 42px;
    z-index:99;
}
a.slider-arrow span {
    display: block;
    height: 42px;
    width: 42px;
    background-size: 100% 100%;

    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

a.slide-left {
    left:23px;
}
a.slide-left span {
    background-image:url('images/icons/icon-slider-arrow-left.png');
}
a.slide-left:hover span {
    -webkit-transform:translateX(-15px);
    -moz-transform:translateX(-15px);
    -ms-transform:translateX(-15px);
    -o-transform:translateX(-15px);
    transform:translateX(-15px);
}

a.slide-right {
    right:23px;
}
a.slide-right span {
    background-image:url('images/icons/icon-slider-arrow-right.png');
}
a.slide-right:hover span {
    -webkit-transform:translateX(15px);
    -moz-transform:translateX(15px);
    -ms-transform:translateX(15px);
    -o-transform:translateX(15px);
    transform:translateX(15px);
}





/* Stoerer *****/

#stoerer-wrapper {
    left: 0;
    margin: auto;
    max-width: 1200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
.stoerer {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
}
#header-slider .stoerer img {
    width: 200px;
}



/*** TEASER *****/

#teasers {
    padding-bottom: 30px;
    padding-top: 55px;
    text-align: center;
    white-space: nowrap;
}
#teasers h1 {
    margin-bottom: 10px;
    white-space: normal;
}
article.teaser {
    display: inline-block;
    max-width: 240px;
    padding: 30px 20px;
    white-space: normal;
    width: 25%;

    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
article.teaser:hover {
    opacity:0.6;
    cursor:pointer;
}
.icon-teaser {
    background-size: auto 100%;
    height: 34px;
    background-repeat:no-repeat;
    background-position:center center;
}
article.teaser a {
    display: block;
    padding-top: 40px;
    font-size: 75%;
}

.icon-teaser.herz {
    background-image: url("images/icons/icon-teaser-herz.png");
}
.icon-teaser.sprechblase {
    background-image: url("images/icons/icon-teaser-sprechblase.png");
}
.icon-teaser.menschen {
    background-image: url("images/icons/icon-teaser-menschen.png");
}
.icon-teaser.medaille {
    background-image: url("images/icons/icon-teaser-medaille.png");
}






/* Calculator / Rechner */
#section-calculator {
    background-color:#009ee3;
    color: #fff;
    text-align: center;
    padding-top:60px;
    padding-bottom:60px;
}
#section-calculator h1 {
    color: #fff;
    line-height: 1.2;
}
#section-calculator .lead {
    font-size:112.5%;
    max-width:400px;
    margin:auto;
}
#section-calculator .lead p {
    margin:0;
}
#calculator {
    margin-top: 40px;
}
#calculator input, #calculator select {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid transparent;
    border-radius: 3px;
    box-shadow: 2px 2px 3px -2px #000;
    font-size: 100%;
    padding: 10px;
    width: 200px;
    margin:5px;

    -webkit-appearance:none;
    -moz-appearance:none;
}
#calculator input.error, #calculator select.error {
    border: 2px solid #e3000b;
}

#calculator select {
    background-image: url("images/icons/icon-selectfield.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#calculator select::-ms-expand {
    display: none;
}
#calculator-control {
    margin-top: 28px;
    position: relative;
}
#calculator .submit {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Avenir Next LT W04 Bold";
    font-size: 125%;
    margin: 8px auto auto;
    padding: 10px 14px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 2px 2px 3px -2px #000;

    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border 0.2s ease-out;
}
#calculator .submit::before {
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0px;
    width: 0;
}
#calculator .submit:hover {
    background-color: #4d4d4d;
}
#calculator .submit:hover::before {
    border-bottom: 8px solid #4d4d4d;
}
#calculator .submit span {
    display: block;
    font-family: Avenir Next LT W04 Regu1437496;
    font-size: 56%;
    text-transform: none;
}
#calculator .byline {
    font-size: 75%;
    padding-top: 5px;
}
#calculator .byline span {
    display:block;
}
#calculator .byline span.error {
    color:#e3000b;
}

#calculator-output {
    background-image: url("images/calculator/arrow-output.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 495px auto;
    margin-top: 28px;
    padding-bottom: 40px;
    display:none;
}
#calculator-output h1 {
    margin-top: 5px;
}


#calculator-links {
    margin-top: 50px;
    display:none;
}


#calculator-form {

    margin: auto;
    max-height: 0px;
    max-width: 700px;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding-top: 50px;

    -o-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
#calculator-form.openActive {
    /*display: block;*/
    max-height: 1000px;
}
#calculator-form .wpcf7-form.sent p, #calculator-form .wpcf7-form.sent .errorText {
    display:none;
}
#calculator-form .errorText {
    color:#fff;
}
#calculator-form .wpcf7-form.invalid .errorText {
    color:#e3000b;
}
#detaillierteOfferte {
}
#benutzerangaben {

}


.black-box-link {
    display: inline-block;
    font-size: 75%;
    line-height: 1.3;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 48px;
    padding-top: 1px;
    text-align: left;
    vertical-align: middle;
    position: relative;
}
.black-box-link.white-text {
    color:#fff;
}
.black-box-link .black-box {
    height: 35px;
    left: 0;
    position: absolute;
    width: 35px;
    box-shadow:2px 2px 3px -2px #000;
    border-radius:3px;
    margin-top: -16px;
    top: 50%;
    overflow:hidden;
}
.black-box-link .black-box span {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 3px;

    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.black-box-link .black-box span.on {
    background-color:#4d4d4d;
    z-index:2;

    opacity:0;
}
.black-box-link:hover .black-box span.on {
    opacity:1;
}
.black-box-link .black-box span.off {
    background-color:#000;

}
.black-box-link:hover .black-box span.off {

}
.black-box-link .black-box span::after {
    content: " ";
    width:100%;
    height:100%;
    background-size:100% 100%;
    position:absolute;
}


.icon-papier span::after {
    background-image: url("images/icons/icon-papier.png");
}
.icon-kontakt span::after {
    background-image: url("images/icons/icon-kontakt.png");
}
.icon-download span::after {
    background-image: url("images/icons/icon-download.png");
}
.icon-email span::after {
    background-image: url("images/icons/icon-email.png");
}


/**** FOOTER *******************/


#footer-info {
    background-color: #eaf3f8;
    color: #9ba9b2;
    font-size: 87.5%;
    line-height: 80px;
    white-space: nowrap;
    position: absolute;
    bottom:0;
    width:100%;
}
#footer-info a {
    color: #9ba9b2;
    text-decoration:none;
}
#footer-info #footerText {
    display: inline-block;
    padding-left: 10px;
    width: 50%;
}
#footer-links {
    display: inline-block;
    padding-right: 10px;
    text-align: right;
    width: 50%;
}




#footer-content {
    padding-bottom: 60px;
    padding-top: 70px;
    margin-bottom: 80px;
}
#footer-content .tableCell {
    vertical-align:top;
    padding-left:10px;
    padding-right:10px;
}
#footer-content .tableCell:first-child, #footer-content .tableCell:last-child {
    width:300px;
}
#footer-content .tableCell.mobile {
    display: none;
}
#footer-content .tableCell:nth-child(2) {
    padding-right:315px;
    position:relative;
}
#footer-content .tableCell:nth-child(2) a#va-image-link {
    width:315px;
    height:218px;
    background-position: center center;
    background-size:160px auto;
    background-repeat:no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

footer h3 {
    font-family:"Avenir Next LT W04 Demi1437516";
    font-size:112.5%;
    margin-bottom: 15px;
}
footer input {
    margin-top:10px;
    margin-bottom:0px;
}
#footer-content p {
    font-size: 87.5%;
    margin: 0 0 5px;
}
#footer-content a.icon-small {
    font-size: 87.5%;
    margin:0;
}

#footer-content a.icon-small {
    text-decoration:none;
    padding-bottom:2px;
    display:block;
}
#footer-content .tableCell:nth-child(2) a {
    padding-bottom:30px;
    font-size: 93.75%;
    display:block;
}

#footer-content .footer-insurance-info-wrapper {
    display: flex;
    margin-top: 30px;
    font-size: 87.5%;
}

#footer-content .footer-insurance-info {
    display: flex;
}

#footer-content .icon-description {
    width: 1.8rem;
    height: 1.3rem;
    color: black;
    margin-right: 10px;
}

#footer-content .icon-description svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.black-link {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Avenir Next LT W04 Bold";
    font-size: 87.5%;
    margin: 15px auto auto;
    padding: 10px 14px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 2px 2px 3px -2px #000;

    -webkit-appearance: none;

    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.black-link:hover {
    background-color: #4d4d4d;
}





/*** NEWSLETTER FORM ******/
#newsletter-form {
    position:relative;
    max-height: 0px;
    overflow: hidden;

    -o-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
#newsletter-form.active {
    max-height: 740px;
}

#newsletter-form .wpcf7-form input, #newsletter-form .wpcf7-form textarea, #newsletter-form .wpcf7-form select {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#newsletter-form .paddingSide {
    padding:0;
}
.openNewsletterForm.active {
    display:none;
}

#newsletter-form .sent p, #newsletter-form .sent .errorText {
    display:none;
}
#newsletter-form .wpcf7-response-output {
    font-size: 87.5% !important;
    margin: 20px 0 !important;
    padding: 0 !important;
}


/*** PAGE *******/


.sidebar {
    padding-left: 10px;
    padding-right: 10px;
    padding-top:100px;
    vertical-align: top;
    width: 300px;
}

#sidebar-left nav ul li {
    display: block;
}
.sub-menu {
    margin: 0;
    padding: 0;
    /*display: none;*/
}
.sub-menu .sub-menu {
    padding-left: 10px;
}
.sub-menu a {
    text-decoration:none;
}
.sub-menu a:hover {
    font-family:"Avenir Next LT W04 Demi1437516";
}
.sub-menu .current-menu-parent > a, .sub-menu .current_page_item > a{
    font-family:"Avenir Next LT W04 Demi1437516";
}

.current-page-parent .sub-menu li, .current-menu-item .sub-menu li, .current-menu-parent .sub-menu li, .current-menu-ancestor .sub-menu li {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sub-menu li:first-child {
    padding-top: 0px;
}
.sub-menu li:last-child {
    border: medium none;
}
.sub-menu .sub-menu li {
    border: medium none;
    padding:0;
}




#sidebar-left nav ul > li > ul > li .sub-menu {
    display:none;
}
#sidebar-left nav ul > li > ul > li.current-menu-item > .sub-menu, #sidebar-left nav ul > li > ul > li.current-menu-parent > .sub-menu {
    display:block;
}



/*
.current_page_ancestor .sub-menu {
    display: block;
}
.current_page_ancestor .sub-menu .sub-menu {
    display: none;
}
.current_page_ancestor .sub-menu .current-page-ancestor .sub-menu {
    display: block;
}
*/

#main-content {
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:100px;
    padding-bottom:150px;
}
#main-content h1 {
    margin-bottom: 5px;
}
#main-content h2 {
    margin-bottom: 5px;
}

#main-content img {
    height: auto;
    width: 100%;
}




#sidebar-right {
    width: 200px;
}
#sidebar-right > div {
    width: 180px;
}
#sidebar-right > div.sticky {
    position: fixed;
    top:40px;
}
#sidebar-right .black-box-link {
    margin-bottom: 18px;
    margin-left: 0;
}


#content-produkte-wrapper .sidebar-right > div.sticky {
    position: fixed;
    top:40px;
}



/*** PAGE TEAM **********/

.page-template-page-team #main-content {
    padding-left:0;
    padding-right:0;
}
.page-template-page-team #main-content h1, .page-template-page-team #main-content h2, .page-template-page-team #main-content article {
    padding-left:10px;
    padding-right:10px;
}

#team-wrapper {
    position:relative;
}
.funktion-wrapper {
    padding-bottom: 40px;
}
.funktion-wrapper h2 {
    font-family:"Avenir Next LT W04 Regu1437496";
}
.funktion-wrapper article {
    position:relative;
    width:300px;
    float:left;
    overflow:hidden;
    margin-top: 10px;
}
.funktion-wrapper article img {
    width:300px;
    float:left;
    width:100%;
}
.team-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    height: 101%;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 5px;

    -o-transform: translateY(201px);
    -ms-transform: translateY(201px);
    -moz-transform: translateY(201px);
    -webkit-transform: translateY(201px);
    transform: translateY(201px);

    -o-transition: padding 0.2s ease-out, -o-transform 0.2s ease-out;
    -ms-transition: padding 0.2s ease-out, -ms-transform 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out, -moz-transform 0.2s ease-out;
    -webkit-transition: padding 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: padding 0.2s ease-out, transform 0.2s ease-out;
}
.funktion-wrapper article:hover .team-overlay {
    padding-top: 60px;

    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.team-overlay h3 {
    font-family:"Avenir Next LT W04 Demi1437516";
}
.team-overlay .funktion {
    display: block;
    padding-bottom: 15px;
}
.team-overlay a {
    display:block;
    text-decoration:none;
}






/* GEschichte *****/
#history-wrapper {
    padding-top: 40px;
}

#main-content .history-entry {
    position : relative;
}

#main-content .history-entry h2 {
    position: absolute;
    background-color: #0094cc;
    border-radius: 100%;
    color: #fff;
    font-family: "Avenir Next LT W04 Demi1437516";
    font-size: 112.5%;
    line-height: 70px;
    margin: 0;
    text-align: center;
    width: 70px;
}

#main-content .history-entry > img {
    position : absolute;
    left : 80px;
    top : 0;
    height : 70px;
    width : 70px;
}

#main-content .history-entry .history-precontent {
    border-left: 1px dashed #0094cc;
    margin-left: 35px;
    min-height: 70px;
    padding-left: 125px;
    padding-top: 24px;
    position: relative;
    padding-bottom : 10px;
}

#main-content .history-entry .history-precontent.standalone {
    padding-left : 65px;
}

#main-content .history-entry .history-precontent.emptycontent {
    padding-bottom : 30px;
}

#main-content .history-entry .history-precontent p {
    margin : 0;
}

.history-content {
    border-left: 1px dashed #0094cc;
    margin-left: 35px;
    min-height: 85px;
    padding-left: 65px;
    padding-top: 18px;
    position: relative;
    padding-bottom : 10px;
}
.history-entry:last-child .history-content, .history-entry:last-child .history-precontent {
    border-left: 1px dashed transparent !important;
}
.history-content p:last-child {
    margin-bottom:0;
}


article:nth-child(n).history-entry {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}


article:nth-child(n).history-entry.is-visible {
    visibility: visible;
    opacity: 1;
    animation-name: fadeIn;
    animation-duration: 2s;
}





@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



/**** Vorsorgecheck ****************/

#choice-vorsorge {
    background-color: #eaf3f8;
}
#choice-vorsorge-hinweis {
    padding-top: 20px;
    padding-right: 30px;
    text-align: right;
    font-family: "Avenir Next LT W04 Demi1437516";
}
#choice-vorsorge-hinweis p {
    margin:0;
}

#choice-vorsorge h1 {
    padding-top: 60px;
    text-align: center;
}
#choice-vorsorge h1 span {
    color:#0094cc;
}

#choice-boxes {
    padding-bottom: 75px;
    padding-top: 40px;
}
#produkt-kategorien {
    border-collapse: separate;
    border-spacing: 20px;
    margin: auto;
    max-width: 1300px;
    position: relative;
    text-align: center;
    padding-bottom:30px;
}

.produkt-term-wrapper {
    background-color: #1496cd;
    position: relative;
    vertical-align: middle;
    width: 33.33%;
    height: 235px;

    -o-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}


.produkt-term-wrapper article {
    padding: 30px 20px;
    text-align: center;
    max-height: 110px;

    -o-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
.produkt-term-wrapper article::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1496cd;
    bottom: -12px;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;

    -o-transition: border 0.5s ease-out;
    -ms-transition: border 0.5s ease-out;
    -moz-transition: border 0.5s ease-out;
    -webkit-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out;
}
.produkt-term-wrapper:hover article {
    max-height: 300px;
}

.produkt-term-wrapper .black-link {
    opacity: 0;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.produkt-term-wrapper:hover {
    cursor:pointer;
}
.produkt-term-wrapper:hover article .black-link {
    opacity: 1;
}
.produkt-term-wrapper.inactive {
    background-color: #95cee7;
}
.produkt-term-wrapper.inactive article::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
}


#produkt-kategorien-beschreibung {
    border-collapse: separate;
    border-spacing: 20px;
    margin: auto;
    max-width: 1300px;
    position: relative;
    text-align: center;
    padding-bottom:30px;
}
.vorsorge-term-content {
    vertical-align: top;
    /*opacity: 0;*/
    width: 33.33%;
}
.vorsorge-term-content article {
    max-height:0px;
    overflow:hidden;

    -o-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
.vorsorge-term-content article.active {
    max-height:400px;
}

#choice-vorsorge  .produkt-term-wrapper article h1 {
    color:#fff;
    padding-top: 0px;
}




#produkte-teaser {
    border-collapse: separate;
    border-spacing: 20px;
    margin: auto;
    max-width: 1300px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.icon-teaser-product {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 39px;
    margin-bottom: 10px;
}
.icon-teaser-product.risikoschutz {
    background-image: url("images/icons/icon-teaser-product-risikoschutz.png");
}
.icon-teaser-product.vorsorge {
    background-image: url("images/icons/icon-teaser-product-vorsorge.png");
}

.teaser-product {
    white-space: normal;
    background-color: #fff;
    width: 25%;
    position: relative;
}
.teaser-product .spacer {
    margin: 10px;
    /*max-width: 310px;*/
    padding: 30px;
    max-height: 300px;
    overflow: hidden;

    -o-transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
    transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
}
.teaser-product.inact .spacer {
    opacity:0.2;
}
.teaser-product.hoverClass {
    cursor:pointer;
}
.teaser-product.hoverClass .spacer {
    max-height: 560px;
}
.teaser-product.active::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    bottom: -12px;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: border 0.5s ease-out 0s;
    width: 0;
}

.teaser-partner .icon-teaser-product {
    height : 85px;
    position : relative;
}

.teaser-partner .spacer {
    max-height : 480px;
}

.teaser-partner .icon-teaser-product img {
    width : auto;
    height : auto;
    max-width : 100%;
    max-height : 85px;
    position : absolute;
    left : 0;
    right : 0;
    top : 0;
    bottom : 0;
    margin : auto;
}

#produkte-teaser .tableRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}


#produkte-teaser .teaser-product{
    display: flex;
    background:transparent;
    align-items: center;
    justify-content: center;
}

#produkte-teaser .teaser-product .spacer{
    background:#ffffff;
    width: 100%;
}
#produkte-teaser .teaser-product.premium .spacer{
    width: 100%;
}


@media only screen and (min-width: 769px){
    #produkte-teaser .teaser-product .spacer{
        max-width:380px;
    }
    #produkte-teaser .teaser-product:not(.premium){
        width: calc(100% * (1/4) - 10px - 1px);
    }

}

@media only screen and (max-width: 1220px) {
    #produkte-teaser .teaser-product.teaser-partner .spacer{
        max-width:380px;
    }
    #produkte-teaser .teaser-product.teaser-partner:not(.premium){
        width: calc(100% * (1/2) - 10px - 1px);
    }
    #produkte-teaser .teaser-product.teaser-partner:not(.premium):nth-child(2n-1) {
        justify-content: flex-end;
    }
    #produkte-teaser .teaser-product.teaser-partner:not(.premium):nth-child(2n) {
        justify-content: flex-start;
    }

}

#produkte-teaser .teaser-product.premium{
    width: 100%;
    align-items: center;
    justify-content: center;
}
#produkte-teaser .teaser-product.premium .icon-teaser-product{
    margin-top:30px;
    margin-bottom:30px;
}

#produkte-teaser .teaser-product:not(.premium){
    flex-grow: 1;
}
#produkte-teaser article.premium .spacer:after{
    content: url(/wp-content/uploads/2022/10/premiumpartner_star.png);
    display: block;
    width: 51px;
    height: 52px;
    position: absolute;
    right: calc(50% - 20px);
    top: -20px;
}
#produkte-teaser .teaser-product.active::after {
    bottom: -2px;
}

#produkte-teaser .teaser-product h1 {
    font-family: "Avenir Next LT W04 Regu1437496";
    padding-top: 0;
}
#produkte-teaser .teaser-product h1 span {
    font-family: "Avenir Next LT W04 Bold";
    padding-top: 0;
}
.teaser-product .black-link {
    opacity:0;

    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.teaser-product.hoverClass .black-link {
    opacity:1;
}


.content-produkt-wrapper {
    padding-bottom: 150px;
    padding-top: 85px;
    display:none;
}
.content-produkt-wrapper .sidebar {
    width:400px;
}
.content-produkt-wrapper .sidebar .black-box-link {
    display: block;
    margin-bottom: 18px;
    margin-left: 0;
}
.section-product-content {
    padding-left:10px;
    padding-right:115px;
    vertical-align: top;
}
.section-product-content iframe {
    height: 386px;
}
.section-product-content h1 {
    font-family: "Avenir Next LT W04 Regu1437496";
    padding-bottom: 10px;
}
.section-product-content h1 span {
    font-family: "Avenir Next LT W04 Bold";
    color: #0094cc;
}
.section-product-content .lead {
    font-family:"Avenir Next LT W04 Demi1437516";
}
.section-product-content h3 {
    font-family:"Avenir Next LT W04 Demi1437516";
}
.section-product-content .lead .lead-normal {
    font-family: "Avenir Next LT W04 Regu1437496";
}
.section-product-content img {
    height: auto;
    width: 100%;
}

.section-product-content img.noresize {
    width : auto !important;
}

.section-partner-content .logoimg img {
    width : auto;
    height : auto;
    max-width : 40%;
    margin-bottom : 10px;
}

.section-partner-content .lead h1 {
    margin-top : 20px;
    font-family: "Avenir Next LT W04 Bold";
    padding-bottom: 10px;
    line-height : 120%;
}

.section-partner-content .lead h3 {
    font-family: "Avenir Next LT W04 Bold";
    margin-bottom : 30px;
}

.section-partner-content .content-produkt, .section-partner-content .content-mobile {
    margin-top : 30px;
}



#choice-vorsorge .content-mobile {
    display:none;
    text-align: center;
}
.section-product-content .content-mobile {
    display:none;
}

#homevid {
    background-color : #f2f2f2;
    position : relative;
    padding-bottom: 50px;
}

#homevid h1 {
    padding-top : 50px;
    text-align : center;
    padding-bottom : 30px;
}

#homevid #homevid-teaser {
    border-collapse: separate;
    border-spacing: 10px;
    margin: auto;
    max-width: 1300px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width : 1023px) {
    #homevid #homevid-teaser article {
        width : 50%;
        float : left;
        padding : 5px;
    }
}

@media only screen and (max-width : 767px) {
    #homevid #homevid-teaser article {
        width: 100%;
        padding: 5px;
    }
}
#homevid #homevid-teaser a {
    display : block;
    position : relative;
}

#homevid #homevid-teaser a span {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    position : absolute;
    background : url('images/system/play_button.png') 0 0 no-repeat;
    text-indent : 50px;
    width : 49px;
    height : 48px;
    overflow : hidden;
    left : 0;
    right : 0;
    top : 0;
    bottom : 0;
    margin : auto;
}

#homevid #homevid-teaser a:hover span {
    background: url('images/system/play_button_active.png') 0 0 no-repeat;
}

/**** FORMULAR **********************/

div.wpcf7-response-output {
    padding: 10px 10px 50px !important;
}

.page-template-page-kontakt #main-content {
    padding-left:0;
    padding-right:0;
    padding-bottom: 50px;
}
.page-template-page-kontakt #main-content h1, .page-template-page-kontakt #main-content h2, .page-template-page-kontakt #main-content article, .page-template-page-kontakt #main-content address {
    padding-left:10px;
    padding-right:10px;
}

address {
    font-style:normal;
}
.page-template-page-kontakt #main-content address {
    padding-top:30px;
}

#form-wrapper {
    position:relative;
    padding-top:40px;
}
#form-wrapper h3 {
    padding-left:10px;
    padding-right:10px;
}
.paddingSide {
    padding-left:10px;
    padding-right:10px;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
    /*display:none !important;*/
    max-width: 680px;
}

/*KLINK: bei Kontaktformular soll die Meldung ersichtlich sein*/
.wpcf7-not-valid-tip,
.wpcf7:not(#wpcf7-f124-p122-o10) .wpcf7-response-output {
    /* display:none !important; */
}
.wpcf7#wpcf7-f124-p122-o10 .wpcf7-form.sent p,
.wpcf7#wpcf7-f124-p122-o10 .wpcf7-form.sent div.errorText {
    display:none;
}

.wpcf7-mail-sent-ok {
    display:block !important;
}
div.wpcf7-mail-sent-ok {
    border:none !important;
}


#main-content .wpcf7-form img.ajax-loader {
    width:auto;
    display:inline;
}
.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    margin:10px;
    max-width:270px;
    font-family: "Avenir next lt w04 regu1437496";
    font-size: 100%;
    border: 2px solid transparent;
}
.wpcf7-form textarea {
    max-width:680px;
}
.wpcf7-form input[type="radio"] {
    width: auto;
}
.form-oneline {
    display:block;
}
#akaTitel {
    padding: 10px;
    max-width: 270px;
    width:100%;
}
#plz {
    max-width: 100px;
}
#ruckruf {
    max-width:390px;
}
.wpcf7-form select {
    background: none repeat scroll 0 0 #eaf3f8;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 87.5%;
    padding: 10px;
    margin:10px;

    -webkit-appearance:none;
    -moz-appearance:none;
}
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
    border: 2px solid #e3000b;
}
.wpcf7-form div.errorText {
    max-width: 690px;
    position: absolute;
    text-align: right;
    width: 100%;
    color:#249ac7;
    font-size: 87.5%;
    margin-top: -20px;
}
.wpcf7-form.invalid div.errorText {
    color:#e3000b;
}
.wpcf7-form select {
    background-image: url("images/icons/icon-selectfield.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.wpcf7-form select::-ms-expand {
    display: none;
}

#sendenButton {
    width:auto;
    font-family: "Avenir Next LT W04 Bold";
    font-size: 87.5%;
}


input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
#product-forms .pageForm {
    max-width: 875px;
}


/***** Page Form *****/


.pageForm {
    max-height:0;
    overflow:hidden;
    position:relative;

    -o-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.pageForm.open {
    max-height:1000px;
}







/***** MAP *****/
#map {
    height: 480px;
}

#card-left, #card-right {
    display: inline-block;
    font-family: "Avenir Next LT W04 Regu1437496";
    font-size: 87.5%;
    line-height: 1.3;
    vertical-align:top;
    padding: 10px;
}
#card-left {
    background-color: #fafafa;
    max-width: 190px;
    padding: 10px 50px 10px 10px;
}

#card-right-top a {
    display:inline-block;
    color:#3a84df;
    text-decoration:none;
}
#card-right-top a::before {
    background-image: url("//maps.gstatic.com/tactile/omnibox/reveal-entity-icons-20131112.png");
    content: "";
    display: block;
    height: 22px;
    margin: 0 auto 5px;
    width: 22px;
}
#card-right-top a.icon-route {
    margin-right:5px;
}
#card-right-top a.icon-route::before {
    background-position: 0 0;
}
#card-right-top a.icon-route:hover::before {
    background-position: -22px 0;
}
#card-right-top a.icon-route:hover {
    text-decoration:underline;
}
#card-right-top a.icon-save {
    margin-left:5px;
}
#card-right-top a.icon-save::before {
    background-position: 0 -22px;
}
#card-right-top a.icon-save:hover::before {
    background-position: -22px -22px;
}
#card-right-top a.icon-save:hover {
    text-decoration:underline;
}
#card-right-bottom {
    padding-top:10px;

}
#card-right-bottom a {
    color:#3a84df;
    text-decoration:none;
}
#card-right-bottom a:hover {
    text-decoration:underline;
}


/*** DOKUMENTE *************/

#dokumente-wrapper li {
    padding-top: 5px;
}
#dokumente-wrapper h2 {
    font-family: "Avenir Next LT W04 Regu1437496";
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
#dokumente-wrapper h2:hover {
    cursor:pointer;
}
#dokumente-wrapper h2::after {
    content: "+";
    display: block;
    float: right;
}
#dokumente-wrapper h2.open::after {
    content: "—";
}
.dokument {
    position: relative;
    margin-top: 8px;
}
.dokument input {
    border: medium none;
    border-radius: unset;
    font-size: 100%;
    left: 0;
    margin: 5px 0 0;
    position: absolute;
    top: 0;
    width: auto;
}
#dokumente-wrapper div {
    display: none;
    padding-bottom: 10px;
}
.dokument span {
    display: block;
    margin-left: 24px;
}

.dokumente-control-box {
    background-color: #eaf3f8;
    margin-top: 50px;
    padding: 20px 10px 35px
}
.dokumente-control-box p {
    margin-top: 0;
    padding-left: 15px;
}
.formErrorMessage {
    display:none;
}


.page-template-page-va-aktuell #dokumente-wrapper div, .page-template-page-geschaftsbericht #dokumente-wrapper div {
    display:block;
}

.page-template-page-va-aktuell #dokumente-wrapper ul div, .page-template-page-geschaftsbericht #dokumente-wrapper ul div {
    display:none;
}




/**** Berater ****/

.gm-style img { max-width: none; }

.mpfy-mll-location {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 8px;
}

.mpfy-mll-location .mpfy-mll-l-heading {
    padding:0 !important;
    border:none !important;
}
.mpfy-mll-location .mpfy-mll-l-heading {
}
.mpfy-mll-location .mpfy-mll-l-heading::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.mpfy-mll-location.active .mpfy-mll-l-heading::after {
    content: "—";
}
.mpfy-mll-location .mpfy-mll-l-title {
    font-weight:normal !important;
    padding:0 !important;
}
.mpfy-mll .tableCell {
    vertical-align:top;
}
.mpfy-mll-l-title .tableCell:first-child {
    width:430px;
}

.mpfy-mll-location.active {
    background-color:#fff !important;
}
.mpfy-mll-location .mpfy-mll-l-content {
    border:none !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.mpfy-mll-location .mpfy-mll-l-content .tableCell {
    padding-bottom: 50px !important;
}
.mpfy-mll-location .mpfy-mll-l-content .tableCell:first-child {
    width:430px;
    position:relative;
}
.mpfy-mll-location .mpfy-mll-l-content .tableCell:nth-child(2) {
    width:230px;
}
#berater-wrapper .showOnMap {
    bottom: 65px;
    display: block;
    margin: 0;
    position: absolute;
}
.showOnMap span::after {
    background-image: url("images/icons/icon-map.png");
}

#control-map-list {
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: right;
}
#sortBerater {
    -webkit-appearance:none;
    -moz-appearance:none;
    -moz-appearance: none;
    background: none repeat scroll 0 0 #eaf3f8;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 87.5%;
    padding: 10px;
}
#sortBerater {
    background-image: url("images/icons/icon-selectfield.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#sortBerater {
    max-width: 210px;
    padding: 10px;
    width: 100%;
}





/*** FORMULARSEITE *******/

.page-template-page-formular #main-content {
    padding-left:0;
    padding-right:0;
    padding-bottom: 50px;
}
.page-template-page-formular #main-content h1, .page-template-page-formular #main-content h2, .page-template-page-formular #main-content article, .page-template-page-formular #main-content address {
    padding-left:10px;
    padding-right:10px;
}
#seite {
    /*display:none;*/
}

.seite {
    display: block;
    height: 0;
    overflow: hidden;
}
.attachment {
    display: block;
    height: 0;
    overflow: hidden;
}




/**** ERROR 404 *****/

.error404 #main-content h2 {
    font-family: "Avenir Next LT W04 Demi1437516";
    font-size:100%;
}




/*** WETTBEWERB ***/

#stoerer-wrapper-wettbewerb {
    left: 0;
    margin: auto;
    max-width: 1200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
#stoerer-wettbewerb {
    background-image: url("images/wettbewerb/wettbewerb-stoerer.png");
    background-size: 100% auto;
    display: block;
    height: 290px;
    line-height: 1.2;
    padding: 138px 32px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -70px;
    width: 260px;
    visibility:visible;
    opacity:1;

    -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in;
    -ms-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease-in;
}


#stoerer-wettbewerb.away {
    opacity:0;
    visibility:hidden;
}

#stoerer-wettbewerb input {
    background-color: #fff;
    border: 1px solid #009ce5;
    margin: 5px;
    width: 100px;
}
.buttonCodeSend {
    font-family: "Avenir Next LT W04 Bold";
    font-size: 125%;
    font-style: normal;
    font-weight: normal;
    color:#009ce5;
    text-decoration:none;
}

#sectionMobileStoerer {
    display:none;
}

.buttonNoCode {
    display: block;
}

/* Stoerer Custom */
#stoerer-wrapper-custom {
    left: 0;
    margin: auto;
    max-width: 1200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
#stoerer-custom {
    background-image: url("images/stoerer/badge.png");
    background-size: 100% auto;
    display: block;
    height: 290px;
    line-height: 1.2;
    padding: 138px 25px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -70px;
    width: 260px;
    visibility: visible;

    -o-transition: visibility 5s linear 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 5s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 5s linear 0.3s, opacity 0.3s linear;
    -webkit-transition: visibility 5s linear 0.3s, opacity 0.3s linear;
    transition: visibility 5s linear 0.3s, opacity 3.3s linear;


}

#stoerer-custom p {
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}


/*Start Klink*/



/*
#stoerer-custom {
	-webkit-animation-name: stoerer_box1;
	-webkit-animation-duration: 8s;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 2;
	
	-moz-animation-name: stoerer_box1;
	-moz-animation-duration: 8s;
	-moz-animation-delay: 1s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 2;
	
	animation-name: stoerer_box1;
	animation-duration: 8s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: 2;
}
@keyframes stoerer_box1 {
0% { 
	-webkit-transform: rotate(0deg);
	-webkit-visibility:visible;
	
	-moz-transform: rotate(0deg);
	-moz-visibility:visible;
	
	-o-transform: rotate(0deg);
	-o-visibility: visible;
	
	-ms-transform: rotate(0deg);
	-ms-visibility: visible;
	
	transform: rotate(0deg); 
	visibility: visible;
	}
	
25% { 
	-webkit-transform: rotate(15deg);
	-webkit-visibility:visible;
	
	-moz-transform: rotate(15deg);
	-moz-visibility:visible;
	
	-o-transform: rotate(15deg);
	-o-visibility: visible;
	
	-ms-transform: rotate(15deg);
	-ms-visibility: visible;
	
	transform: rotate(15deg); 
	visibility: visible;
	}	

50% { 
	-webkit-transform: rotate(-15deg); 
	-webkit-visibility:visible;
	
	-moz-transform: rotate(-15deg);
	-moz-visibility:visible;
	
	-o-transform: rotate(-15deg); 
	-o-visibility: visible;
	
	-ms-transform: rotate(-15deg);
	-ms-visibility: visible;
	
	transform: rotate(-15deg); 
	visibility: visible;
	}
100% { 
	-webkit-transform: rotate(0deg); 
	-webkit-visibility:visible;
	
	-moz-transform: rotate(0deg); 
	-moz-visibility:visible;
	
	-o-transform: rotate(0deg); 
	-o-visibility: visible;
	
	-ms-transform: rotate(0deg); 
	-ms-visibility: visible;
	
	transform: rotate(0deg);  
	visibility: visible;
	}
}
*/



#stoerer-custom{
    animation: stoerer_box linear 2.8s;
    animation-iteration-count: 2;
    transform-origin: 50% 50%;
    -webkit-animation: stoerer_box linear 2.8s;
    -webkit-animation-iteration-count: 2;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: stoerer_box linear 2.8s;
    -moz-animation-iteration-count: 2;
    -moz-transform-origin: 50% 50%;
    -o-animation: stoerer_box linear 2.8s;
    -o-animation-iteration-count: 2;
    -o-transform-origin: 50% 50%;
    -ms-animation: stoerer_box linear 2.8s;
    -ms-animation-iteration-count: 2;
    -ms-transform-origin: 50% 50%;
}

@keyframes stoerer_box{
    0% {
        transform:  translate(0px,0px)  ;
    }
    15% {
        transform:  translate(0px,-25px)  ;
    }
    30% {
        transform:  translate(0px,0px)  ;
    }
    45% {
        transform:  translate(0px,-15px)  ;
    }
    60% {
        transform:  translate(0px,0px)  ;
    }
    75% {
        transform:  translate(0px,-5px)  ;
    }
    100% {
        transform:  translate(0px,0px)  ;
    }
}

@-moz-keyframes stoerer_box{
    0% {
        -moz-transform:  translate(0px,0px)  ;
    }
    15% {
        -moz-transform:  translate(0px,-25px)  ;
    }
    30% {
        -moz-transform:  translate(0px,0px)  ;
    }
    45% {
        -moz-transform:  translate(0px,-15px)  ;
    }
    60% {
        -moz-transform:  translate(0px,0px)  ;
    }
    75% {
        -moz-transform:  translate(0px,-5px)  ;
    }
    100% {
        -moz-transform:  translate(0px,0px)  ;
    }
}

@-webkit-keyframes stoerer_box {
    0% {
        -webkit-transform:  translate(0px,0px)  ;
    }
    15% {
        -webkit-transform:  translate(0px,-25px)  ;
    }
    30% {
        -webkit-transform:  translate(0px,0px)  ;
    }
    45% {
        -webkit-transform:  translate(0px,-15px)  ;
    }
    60% {
        -webkit-transform:  translate(0px,0px)  ;
    }
    75% {
        -webkit-transform:  translate(0px,-5px)  ;
    }
    100% {
        -webkit-transform:  translate(0px,0px)  ;
    }
}

@-o-keyframes stoerer_box {
    0% {
        -o-transform:  translate(0px,0px)  ;
    }
    15% {
        -o-transform:  translate(0px,-25px)  ;
    }
    30% {
        -o-transform:  translate(0px,0px)  ;
    }
    45% {
        -o-transform:  translate(0px,-15px)  ;
    }
    60% {
        -o-transform:  translate(0px,0px)  ;
    }
    75% {
        -o-transform:  translate(0px,-5px)  ;
    }
    100% {
        -o-transform:  translate(0px,0px)  ;
    }
}

@-ms-keyframes stoerer_box {
    0% {
        -ms-transform:  translate(0px,0px)  ;
    }
    15% {
        -ms-transform:  translate(0px,-25px)  ;
    }
    30% {
        -ms-transform:  translate(0px,0px)  ;
    }
    45% {
        -ms-transform:  translate(0px,-15px)  ;
    }
    60% {
        -ms-transform:  translate(0px,0px)  ;
    }
    75% {
        -ms-transform:  translate(0px,-5px)  ;
    }
    100% {
        -ms-transform:  translate(0px,0px)  ;
    }
}


/*END Klink*/

/*#stoerer-custom {
    -ms-animation-name: stoerer_box1;
    -ms-animation-timing-function: ease-in;
    -ms-animation-duration: 2.5s;
	-ms-animation-delay: 1s;
	-ms-animation-fill-mode: forwards;
	
    -moz-animation-name: stoerer_box1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 2.5s;
	-moz-animation-delay: 3s;
	-moz-animation-fill-mode: forwards;

    -webkit-animation-name: stoerer_box1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 2.5s;
	-webkit-animation-delay: 3s;
	-webkit-animation-fill-mode: forwards;

    animation-name: stoerer_box1;
    animation-timing-function: ease-in;
    animation-duration: 5s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}
*/

@keyframes stoerer_box1 {



    0% {
        -webkit-transform: scale(.5); /* WebKit */
        -webkit-visibility:visible;

        -moz-transform: scale(.5); /* Mozilla */
        -moz-visibility:visible;

        -o-transform: scale(.5); /* Opera */
        -o-visibility: visible;

        -ms-transform: scale(.5); /* Internet Explorer */
        -ms-visibility: visible;

        transform: scale(.5); /* CSS3 */
        visibility: visible;
    }
    50% {
        -webkit-transform: rotate(-15deg); /* WebKit */
        -moz-transform: rotate(-15deg); /* Mozilla */
        -o-transform: rotate(-15deg); /* Opera */
        -ms-transform: rotate(-15deg); /* Internet Explorer */
        transform: rotate(-15deg); /* CSS3 */
        visibility: visible;
    }
    100% {
        -o-transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s 5.25s ease-out;
        -o-visibility: visible;

        -ms-transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s 5.25s ease-out;
        -ms-visibility: visible;

        -moz-transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s 5.25s ease-out;
        -moz-visibility:visible;

        -webkit-transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s 5.25s ease-out;
        -webkit-visibility: visible;

        transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s 5.25s ease-out;
        visibility: visible;
    }
}



/* /Stoerer Custom */

#section-zeitgewinn {
    background: url('/wp-content/uploads/2021/02/bg_mit-logo_zeitgewinn-me.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}

#zeitgewinnIntro {
    position:relative;
    z-index: 4;
    padding: 90px 0;
}
@media only screen and (max-width: 480px) {
    #zeitgewinnIntro {
        padding-top:20px;
    }
}

@media only screen and (min-width: 1440px) {
    #zeitgewinnIntro .centered {
        max-width: 1280px !important;
    }
}

#zeitgewinnIntro .container {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 50px 20px;
    text-align: center;

}
@media only screen and (min-width: 1024px) {
    #zeitgewinnIntro .container {
        width: 50%;
    }
}

@media only screen and (max-width: 1380px) {
    #zeitgewinnIntro .container img {
        max-width: 250px;
    }
}

#zeitgewinnIntro h1 {
    padding: 0 15px;
}

#zeitgewinnTextForm {
    float: left;
    padding: 0 15px;
}
@media only screen and (max-width: 480px) {
    #zeitgewinnTextForm {
        width: 95%;
    }
}

#sectionWettbewerb {
    display:none;
}
#sectionWettbewerb.openWettbewerb {

}

#wettbewerbIntro {
    box-shadow: 0 3px 4px -4px #000;
    position:relative;
    z-index: 4;
    padding:90px 0px;
}
#wettbewerbIntro h1 {
    padding: 0 15px;
}
#wettbewerbTextForm {
    float: left;
    padding: 0 15px;
    width: 50%;
}
#wettbewerbPreiseText {
    float: left;
    padding: 0 15px;
    width: 16.6666%;
}
#wettbewerbBild {
    float: left;
    width: 33%;
    margin-top: -80px;
    padding: 0 10px;
}
#wettbewerbBild img {
    width: 100%;
}
.hasOrigin #wettbewerbBild {
    margin-top: -10px;
}

#wettbewerbVideoContainer {
    background-color: #f0f9fe;
    position:relative;
    z-index: 3;
    padding:40px 0px;
}

#wettbewerbVideo {
    float: left;
    padding: 0 15px;
    width: 50%;
}
#wettbewerbVideo iframe {
    height: 326px;
}
#wettbewerbVideoContainer h1 strong {
    color:#009ee3;
    font-weight:normal;
}
#wettbewerbVideoContainer article {
    float: left;
    padding: 0 15px;
    width: 50%;
}

#wettbewerbTeaser {
    box-shadow: 0 3px 4px -4px #000;
    position:relative;
    z-index:2;
    padding:60px 0px;
}
#wettbewerbTeaser h1 {
    float: left;
    padding: 0 15px;
}
#wettbewerbTeaser img.spnsorenlogo {
    float: left;
    padding: 10px 15px;
    width: 190px;
}
#wettbewerbTeaserContainer {
    clear: both;
}
#wettbewerbTeaserContainer article {
    float: left;
    padding: 15px;
    width: 25%;
}
#wettbewerbTeaserContainer article img {
    width: 100%;
}
#wettbewerbTeaserContainer article h3 {
    text-transform:uppercase;
    padding-top:15px;
    font-family:'Avenir Next LT W04 Demi1437516';
    font-weight:normal;
    font-style:normal;
}
#wettbewerbTeaserContainer article p {
    margin-top:0;
}


.wettbewerbForm {
    position:relative;
    width:66.6666%;
    display:none;
}
.wettbewerbForm #akaTitel {
    max-width: 100px;
}
.wettbewerbForm .kontaktTyp .wpcf7-list-item {
    margin-left:0;
}
.wettbewerbForm .kontaktTyp input[type="radio"] {
    margin: 9px;
}
.wettbewerbForm input[type="checkbox"] {
    width: auto;
}
.formDays input[type="text"] {
    max-width: 100px;
}
.origin {
    display:none;
}
.teilnahmebedingung .wpcf7-not-valid {
    color: #e3000b;
}
.teilnahmebedingung .wpcf7-not-valid a {
    color: #e3000b;
}
.checkDayContainer {
    display: inline-block;
    width: 170px;
}
.formDays {
    float: left;
}
.formDaysRight {
    padding-left: 0px;
}

#wettbewerbShowForm.active {
    background-color:#b2b2b2;
}
#wettbewerbShowForm.active:hover {
    background-color:#b2b2b2;
}
.wettbewerb-meta-fields {
    padding-top:20px;
}
#teilnahmebedingungenText {
    background-color: #fff;
    display: none;
    height: vh;
    overflow: scroll;
    padding-top: 90px;
    padding-bottom: 90px;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    width: vw;
}
#teilnahmebedingungenText h1 {
    padding:0;
}
.teilnahmebedingungenSperre {
    padding: 0 15px;
    width: 50%;
}
#hideTeilnahmebedingung {
    margin-bottom: 40px;
}
#wettbewerbIntro .wpcf7-response-output h1 {
    padding:0;
    margin:0;
}

#sentOkOutput {
    display:none;
    padding:0 15px;
}
#sentOkOutput h1 {
    padding:0;
}


.wettbewerb-origin-logo {
    margin-top: -80px;
    padding: 20px 15px 0;
    text-align: right;
    display:none;
}
.hasOrigin .wettbewerb-origin-logo {
    display:block;
}
.wettbewerb-origin-logo img {
    width:100%;
    max-width:230px;
    display:inline-block;
}


#stoerer-wettbewerb input.wrongCode, #stoerer-wettbewerb-mobile input.wrongCode {
    border: 1px solid #e3000b;
}










/* RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon-small-email {
        background-image:url('images/icons/icon-small-email@2x.png');
    }
    .icon-small-tel {
        background-image:url('images/icons/icon-small-tel@2x.png');
    }
    .icon-small-map {
        background-image:url('images/icons/icon-small-map@2x.png');
    }

    .risikoschutz span::after {
        background-image:url('images/icons/icon-slider-risikoschutz@2x.png');
    }
    .vorsorge span::after {
        background-image:url('images/icons/icon-slider-vorsorge@2x.png');
    }

    a.slide-left span {
        background-image:url('images/icons/icon-slider-arrow-left@2x.png');
    }
    a.slide-right span {
        background-image:url('images/icons/icon-slider-arrow-right@2x.png');
    }

    .icon-teaser.herz {
        background-image: url("images/icons/icon-teaser-herz@2x.png");
    }
    .icon-teaser.sprechblase {
        background-image: url("images/icons/icon-teaser-sprechblase@2x.png");
    }
    .icon-teaser.menschen {
        background-image: url("images/icons/icon-teaser-menschen@2x.png");
    }
    .icon-teaser.medaille {
        background-image: url("images/icons/icon-teaser-medaille@2x.png");
    }

    #calculator select {
        background-image: url("images/icons/icon-selectfield@2x.png");
    }
    #calculator-output {
        background-image: url("images/calculator/arrow-output@2x.png");
    }

    .icon-papier span::after {
        background-image: url("images/icons/icon-papier@2x.png");
    }
    .icon-kontakt span::after {
        background-image: url("images/icons/icon-kontakt@2x.png");
    }
    .icon-download span::after {
        background-image: url("images/icons/icon-download@2x.png");
    }
    .icon-email span::after {
        background-image: url("images/icons/icon-email@2x.png");
    }

    .icon-teaser-product.risikoschutz {
        background-image: url("images/icons/icon-teaser-product-risikoschutz@2x.png");
    }
    .icon-teaser-product.vorsorge {
        background-image: url("images/icons/icon-teaser-product-vorsorge@2x.png");
    }

    #mobile-contact .icon-mc-map span::after {
        background-image: url("images/icons/icon-mobile-c-map@2x.png");
    }
    #mobile-contact .icon-mc-tel span::after {
        background-image: url("images/icons/icon-mobile-c-tel@2x.png");
    }
    #mobile-contact .icon-mc-email span::after {
        background-image: url("images/icons/icon-mobile-c-email@2x.png");
    }
    #desktop-mobile .icon-mc-desktop span::after {
        background-image: url("images/icons/icon-mobile-c-desktop@2x.png");
    }

    .showOnMap span::after {
        background-image: url("images/icons/icon-map@2x.png");
    }
}


/* screen < 1200 (fixed 1024) */
@media only screen and (max-width : 1220px) {

    #site-navigation {
        font-size:90%;
    }
    body.lang-fr #site-navigation {
        font-size:80%;
    }

    #site-navigation a {
        margin-left : 25px;
    }

    body.lang-fr #site-navigation a  {
        margin-left : 10px;
    }

    .sidebar.partner-hide {
        width : 150px;
    }

    .centered {
        max-width: 960px;
    }
    .swiper-container {
        height: 555px;
    }
    #header-slider .tableCell:first-child {
        width: 560px;
    }
    #header-slider img {
        width: 100%;
    }
    #header-slider .tableCell:first-child img {
        width: 700px;
    }
    #header-slider ul li:last-child {
        margin-left: 0px;
    }
    #header-slider h1 {
        width: auto;
    }
    /*#stoerer-wrapper, #stoerer-wrapper-custom {
        display:none;
    }*/

    #footer-content .tableCell:nth-child(2) {
        padding-right: 10px;
        background:none !important;
    }
    #footer-content .tableCell:nth-child(2) a#va-image-link {
        display:none;
    }


    .section-product-content iframe {
        height: 253px;
    }

    #produkt-kategorien {
        max-width: 1024px;
    }
    .produkt-term-wrapper article {
        max-height: 150px;
    }
    #produkt-kategorien-beschreibung {
        max-width: 1024px;
    }
    .teaser-product .spacer {
        max-height: 450px;
    }

    .lang-fr .teaser-product .spacer {
        max-height: 420px;
    }

    .lang-fr .teaser-product .teaser-content {
        height: 225px;
    }

    .lang-fr .teaser-product .black-link {
        font-size : 75%;
    }

    .teaser-product .teaser-content {
        height: 225px;
    }

    .lang-fr .teaser-product.teaser-partner .spacer {
        max-height: 480px;
    }
    .lang-fr .teaser-product.teaser-partner .teaser-content {
        height: 280px !important;
    }


    .teaser-product.teaser-partner .teaser-content {
        height: 240px !important;
    }


    #produkte-teaser .teaser-product h1 {
        font-size: 165%;
    }

    .teaser-product .black-link {
        display: inline-block;
        opacity : 1;
    }

    .mpfy-mll-location .mpfy-mll-l-content .tableCell {
        display: block;
        padding-bottom: 20px !important;
        width:100% !important;
    }
    .mpfy-mll-location .mpfy-mll-l-content .tableCell:first-child {
        position: inherit;
    }
    #berater-wrapper .showOnMap {
        bottom: 35px;
        right: 0;
    }

    #wettbewerbVideo iframe {
        height: 253px;
    }
    #teilnahmebedingungenText {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}



/* screen < 1024  (fixed 768) */
@media only screen and (max-width : 1023px) {

    .sidebar.partner-hide {
        display : none;
    }

    .centered {
        max-width: 690px;
    }
    #site-navigation {
        display: none;
    }
    #nav-toggle {
        display:block;
    }
    #header-slider .swiper-container {
        height: 1015px;
    }
    #header-slider .swiper-slide .tableCell {
        display: block;
    }
    #header-slider .swiper-slide .tableCell:first-child {
        padding-right: 10px;
        text-align: center;
        width: 100%;
        height: 566px;
    }
    #header-slider img {
        width: 100%;
        max-width:100%;
    }
    #header-slider .tableCell:first-child img {
        left: -135px;
        max-width: 750px;
        position: absolute;
        top: 0;
        width: 750px;
    }
    #header-slider ul li:last-child {
        margin-left: 30px;
    }
    #main-content {
        display: block;
        max-width: 100%;
        padding: 50px 10px;
    }
    #sidebar-left {
        display: none;
    }
    #sidebar-right {
        display: block;
        width: 100%;
        padding-top: 50px;
        padding-bottom:50px;
    }
    #sidebar-right > div {
        display: block;
        width: 100%;
        position:relative;
    }
    #sidebar-right .black-box-link {
        display: block;
    }
    #sidebar-right .black-box-link {
        position: relative;
        margin-top: 0px !important;
    }


    #produkte-teaser {
        border-spacing: 10px;
    }

    .teaser-product .teaser-content {
        height: 85px;
    }

    .lang-fr .teaser-product.teaser-partner .teaser-content {
        height: 85px;
    }

    .lang-fr .teaser-product .teaser-content {
        height: 120px;
    }

    #produkt-kategorien, #produkt-kategorien-beschreibung {
        display: none;
    }

    .teaser-product {
        background-color: transparent;
        display: block;
        float: left;
        white-space: normal;
        width: 50%;
    }
    .teaser-product:hover {
        cursor:pointer;
    }
    .teaser-product .spacer {
        background-color: #fff;
        max-width:100%;
    }
    .teaser-product.active::after {
        border-top: 12px solid transparent;
    }
    .section-product-content {
        display: block;
        padding-right: 10px;
    }
    .section-product-content iframe {
        height: 376px;
    }



    .content-produkt-wrapper .sidebar {
        display: block;
        width: 100%;
    }
    .teaser-product .black-link {
        display: inline-block;
        opacity : 1;
    }

    #choice-vorsorge .content-mobile {
        display:block;
    }
    #choice-vorsorge > h1 {
        display:none;
    }

    #choice-vorsorge.choice-partner > h1 {
        display:block;
    }


    #mobile-language {
        display:none;
    }

    #stoerer-wettbewerb {
        right: 50px;
    }
    #wettbewerbTextForm {
        width: 100%;
    }
    #wettbewerbPreiseText {
        width: 33.33%;
        padding-top: 40px;
    }
    #wettbewerbBild {
        width: 66%;
        margin-top: 0px;
    }
    .hasOrigin #wettbewerbBild {
        margin-top: 0;
    }
    .wettbewerb-origin-logo {
        padding: 20px 15px;
        text-align: left;
    }
    .wettbewerbForm {
        width: 100%;
    }
    .teilnahmebedingungenSperre {
        width: 100%;
    }
    #wettbewerbVideo {
        width: 100%;
    }
    #wettbewerbVideoContainer article {
        float: left;
        padding-top:30px;
        width: 100%;
    }
    #wettbewerbTeaserContainer article {
        width: 50%;
    }
    #wettbewerbVideo iframe {
        height: 368px;
    }
    #teilnahmebedingungenText {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}








/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {




}





/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {





}






/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .partner-hide {
        display : none;
    }


    html, body {
        font-size:14px;
    }
    .centered {
        max-width: 300px;
    }
    #header-info {
        /*display: none;*/
    }
    #logo-versa img {
        width: 200px;
    }
    body.lang-fr #logo-versa img {
        width: 232px;
    }
    #header-slider .swiper-container {
        height: 430px;
    }
    body.lang-fr #header-slider .swiper-container {
        height: 450px;
    }
    #header-main .tableCell {
        height: 95px;
    }
    #header-slider .swiper-slide .tableCell:first-child {
        padding-bottom: 20px;
        height: 245px;
    }
    #header-slider h1 {
        font-size: 200%;
    }
    #header-slider ul li {
        display: inline;
        margin-bottom: 20px;
    }
    body.lang-fr #header-slider ul li {
        display: inline-block;
        margin-bottom: 5px;
    }
    #header-slider ul li:last-child {
        margin-left: 0px;
    }
    #header-slider .tableCell:first-child img {
        left: -65px;
        max-width: 335px;
        position: absolute;
        top: 0;
        width: 335px;
    }
    .slider-arrow {
        /*display:none;*/
    }
    .black-box-link.big-box {
        font-size: 120%;
        padding-left: 35px;
    }
    .black-box-link.big-box .black-box {
        height: 25px;
        margin-top: -13px;
        width: 25px;
    }
    #rightPanel {
        width: 260px;
    }
    #page.open {
        -o-transform: translate3d(-260px, 0px, 0px);
        -ms-transform: translate3d(-260px, 0px, 0px);
        -moz-transform: translate3d(-260px, 0px, 0px);
        -webkit-transform: translate3d(-260px, 0px, 0px);
        transform: translate3d(-260px, 0px, 0px);
    }


    /***START klink**/
    article.teaser {
        display: block;
        max-width: 100%;
        padding: 30px 20px;
        width: 100%;
    }
    #stoerer-wrapper, #stoerer-wrapper-custom {
        display:none;
    }

    /***END klink**/

    #section-calculator {
        display:none;
    }
    #footer-info {
        line-height: normal;
        padding-bottom: 20px;
        padding-top: 20px;
        white-space: normal;
    }
    #footer-info #footerText {
        display: block;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    #footer-links {
        display: none;
    }
    #footer-content .tableCell {
        display:none;
    }
    #footer-content .tableCell:first-child {
        display:block;
        width:100%;
        max-width:100%;
    }

    #footer-content .tableCell.mobile {
        display: block;
    }

    #main-content .history-entry h2 {
        line-height: 50px;
        width: 50px;
    }

    #main-content .history-entry img {
        height : 50px;
        width : 50px;
        left : 60px;
    }

    #main-content .history-entry .history-precontent {
        margin-left: 25px;
        padding-left: 45px;
        padding-top: 60px;
    }

    #main-content .history-entry .history-precontent p {
        margin-bottom : 5px;
    }

    .history-content {
        margin-left: 25px;
        padding-left: 45px;
        padding-top: 1px;
    }
    .team-overlay {
        -o-transform: translateY(204px);
        -ms-transform: translateY(204px);
        -moz-transform: translateY(204px);
        -webkit-transform: translateY(204px);
        transform: translateY(204px);
    }
    .funktion-wrapper article {
        margin-top:10px;
        width: 100%;
    }
    #produkte-teaser .teaser-content {
        display:none;
    }
    .teaser-product .spacer {
        padding:10px;
    }
    #produkte-teaser .teaser-product h1 {
        font-size: 130%;
    }

    .section-product-content .lead, .section-product-content .content-produkt {
        display:none;
    }
    .section-product-content.section-partner-content .lead, .section-product-content.section-partner-content .content-produkt {
        display:block;
    }
    .section-product-content.section-partner-content .lead h1 {
        line-height : 120%;
    }


    .section-product-content .content-mobile {
        display:block;
    }

    .section-product-content iframe {
        height: 165px;
    }

    .mpfy-mll-l-title .tableCell {
        display:block;
        width:100% !important;
    }
    .mpfy-mll-location .mpfy-mll-l-content .tableCell:last-child {
        padding-bottom: 80px !important;
    }
    #berater-wrapper .showOnMap {
        right: auto;
    }
    #ruckruf {
        max-width: 270px;
    }
    .wpcf7-form textarea {
        max-width: 270px;
    }

    #card-left, #card-right {
        font-size: 70%;
    }
    #card-left {
        max-width: 140px;
        padding: 10px;
    }
    #card-right-top a {
        font-size: 80%;
        max-width: 65px;
    }

    #mobile-language {
        display:none;
    }


    #stoerer-wettbewerb {
        display:none;
    }
    #wettbewerbIntro {
        padding: 30px 0;
    }
    #wettbewerbTextForm {
        width: 100%;
    }
    #wettbewerbPreiseText {
        width: 100%;
        padding-top: 20px;
    }
    #wettbewerbBild {
        width: 100%;
        margin-top: 0px;
    }
    .wettbewerbForm {
        width: 100%;
    }
    .teilnahmebedingungenSperre {
        width: 100%;
    }
    #wettbewerbVideo {
        width: 100%;
    }
    #wettbewerbVideoContainer article {
        float: left;
        padding-top:30px;
        width: 100%;
    }
    #wettbewerbTeaserContainer article {
        width: 100%;
        height:auto !important;
    }
    .formDaysRight {
        padding-left: 0;
    }
    #sectionMobileStoerer {
        box-shadow: 0 3px 4px -4px #000;
        display: block;
        padding: 40px 0;
        position: relative;
        z-index: 2;
    }
    #stoerer-wrapper-wettbewerb-mobile {
        padding:0 10px;
    }
    #stoerer-wettbewerb-mobile h2 {
        font-size: 200%;
    }
    #stoerer-wettbewerb-mobile input {
        background-color: #fff;
        border: 1px solid #009ce5;
        margin: 5px 5px 5px 0;
        width: 100px;
    }
    .buttonCodeSend {
        font-family: "Avenir Next LT W04 Bold";
        font-size: 125%;
        font-style: normal;
        font-weight: normal;
        color:#009ce5;
        text-decoration:none;
    }
    #wettbewerbVideo iframe {
        height: 158px;
    }
    #teilnahmebedingungenText {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wettbewerb-meta-fields .teilnahmebedingung .wpcf7-list-item {
        display: block;
        padding-bottom: 12px;
    }
    .wettbewerb-meta-fields .teilnahmebedingung .wpcf7-list-item .wpcf7-list-item-label {
        display: block;
        float: left;
        padding-left: 4px;
        padding-top: 7px;
        position: relative;
        width: 220px;
    }
    .wettbewerb-meta-fields .teilnahmebedingung .wpcf7-list-item input {
        float: left;
    }
    .wettbewerb-origin-logo {
        margin-top: -20px;
        padding: 20px 15px;
        text-align: center;
    }

}





@media only screen and (min-width : 320px) and (max-width : 767px) and (orientation : landscape) {
    .centered {
        max-width:100%;
    }
    #header-slider ul li:last-child {
        margin-left: 0px;
    }
}




/* Very smallScreen & Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 710px) {

}

/* Very smallScreen RETINA & Smartphones (portrait and landscape) RETINA ----------- */


/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}


/* iPad (portrait) ----------- */
@media only screen and (max-width : 960px) {


}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* Small Screen & iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

}

/* Small Screen RETINA & iPads (portrait and landscape) RETINA ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

table.partnertable {
    width : 100%;
}

table.partnertable td.img {
    width : 20%;
}

table.partnertable td.img img {
    padding-right: 15px;
}

table.partnertable td.text {
    width : 80%;
    vertical-align : bottom;
}

table.partnertable td.text a {
    text-decoration: none;
}


.ui-widget {
    font-family: inherit;
    font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-widget-header {
    border: 0px solid #aaa;
    background: none;
}
.ui-state-hover,
.ui-datepicker-next-hover {
    border: 0px solid #aaa !important;
    background: none !important;
    background-image: none !important;
    right: 0 !important;
}

.ui-state-active, .ui-state-default:hover {
    background-color: #eaf3f8 !important;
}

.ui-datepicker .ui-datepicker-next {

    right: 2px !important;
    top: 2px !important;
}


.ui-widget-header .ui-icon {
    background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_222222_256x240.png) !important;
}


/* 1220 */

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

    #footer-content .tableCell:nth-child(2) {
        display: block !important;
    }

    #footer-content .tableCell:nth-child(2)  p,
    #footer-content .tableCell:nth-child(2)  h3,
    #footer-content .tableCell:nth-child(2)  a {
        display: none !important;
    }

    #footer-content .tableCell:nth-child(2) p.footer_partner.first,
    #footer-content .tableCell:nth-child(2) p.footer_partner.first a {
        display: block !important;
    }

    #footer-content .tableCell:nth-child(2) p.footer_partner.first{
        margin-top: 40px;
    }

}

@media only screen and (max-width: 1380px) {
    .footer_partner img {
        max-width: 250px;
    }
    .footer_partner.second img {
        max-width: 250px !important;
    }
}

@media only screen and (min-width: 1380px) {

    .footer_partner.second {
        position: absolute;
        margin-top: -170px !important;
        margin-left: 687px !important;
    }

}


.footer_partner.second img {
    max-width: 170px;
}


}





