/*
Theme Name: wort-wahl
Theme URI: 
Author: Sebastian Kaller
Author URI: http://www.sebastiankaller.de
Description: 
Version: 1.1
License: 
License URI:
Tags: 
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =CUSTOM STARTSEITE
-------------------------------------------------------------- */
/* noto-sans-regular - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://www.wort-wahl.de//wp-content/themes/wort-wahl/fonts/noto-sans/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

.grecaptcha-badge {
	display: none!important;
}

#lang_sel {height:32px; position:relative; font-family: verdana, arial, sans-serif; display: inline-block;}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel {width:12em; w\idth:12em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel li:before{content:'' !important;}
#lang_sel ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {float:left;width:149px;position:relative;}
/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {display:block;font-size:11px;text-decoration:none !important; color:#444444; border:1px solid #cdcdcd; background:#fff; padding-left:10px; line-height:24px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a, * html #lang_sel a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:1px solid #cdcdcd;}
/* another hack for IE5.5 */
* html #lang_sel ul ul {top:18px;t\op:19px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:visited {background:#ffffff; color:#444444; height:auto; line-height:1em; padding:5px 10px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover{color:#000; background:#eee;}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {color:#000; background:#eee;}

#lang_sel a.lang_sel_sel{
    background:url(../img/nav-arrow-down.png) #fff right no-repeat;
    color:#444;
}
#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
    color:#000;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }

#lang_sel img.iclflag{width:18px;height:12px;position: relative; top: 1px;}





#lang_sel_footer {
    margin: 0;
    padding: 7px;
    text-align: center;
    font: 11px Verdana, sans-serif;
    min-height: 15px;
    clear: both;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

#lang_sel_footer ul {
    list-style: none;
    margin:0;
    padding:0;
}

#lang_sel_footer ul li img {
    position: relative;
    top: 1px;
    width: 18px;
    height: 12px;
}

#lang_sel_footer ul li {
    display:inline;
    margin:0 1px 0 0;
    padding:0;
    white-space: nowrap;
    line-height: 25px;
}

#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
    text-decoration: none;
    padding: 5px 10px;
}

#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active {}

#wpml_credit_footer { width: 100%; margin: 10px 0; padding: 0; text-align: center; font-size: 11px; }





#lang_sel_list {height:32px; position:relative; z-index:99;  font-family: verdana, arial, sans-serif;}
#lang_sel_list.lang_sel_list_vertical{width:149px;}

/* hack to correct IE5.5 faulty box model */
* html #lang_sel_list {width:12em; w\idth:12em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list ul, #lang_sel_list li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel_list li:before{content:'' !important;}
#lang_sel_list ul.lang_sel_list_vertical {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list li {float:left;position:relative;}
#lang_sel_list.lang_sel_list_vertical li {width:149px;}

/* style the links for the top level */
#lang_sel_list a, #lang_sel_list a:visited {display:block;font-size:11px;text-decoration:none !important; color:#444444; background:#fff;  line-height:18px;padding-left:5px;}
#lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited{border: 1px solid #cdcdcd; border-top-width: 0; padding-left:10px;}


/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_list a, * html #lang_sel_list a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_list.lang_sel_list_vertical ul {/*visibility:hidden;position:absolute;*/height:0;top:19px;left:0; border-top:1px solid #cdcdcd;}


/* another hack for IE5.5 */
* html #lang_sel_list ul {top:18px;t\op:19px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel_list table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {background:#ffffff; color:#444444; height:auto; line-height:1em;}
#lang_sel_list.lang_sel_list_vertical ul a, #lang_sel_list_list ul a:visited {padding:3px 10px;}

/* yet another hack for IE5.5 */
* html #lang_sel_list ul a, * html #lang_sel_list ul a:visited {width:150px;w\idth:128px;}

#lang_sel_list a.lang_sel_sel{
    background-image: none;
    color:#444;
}
#lang_sel_list a.lang_sel_sel:hover{
    text-decoration: none;
    color:#000;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel_list ul li:hover ul,
#lang_sel_list ul a:hover ul{visibility:visible; }

#lang_sel_list img.iclflag{width:18px;height:12px;position: relative; top: 1px;}

#lang_sel.icl_rtl{
    text-align:right;
    direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel{
    padding-right:14px;
}

.page-template-blog-uebersicht,
body.single {
    background: url(https://www.wort-wahl.de/wp-content/uploads/2019/03/wort-wahl-bg_2_1-2.jpg) center bottom / cover;
}


/* reset menu img definitions */
.menu-item-language img.iclflag{height:12px !important; width:18px !important; margin-bottom:0 !important; margin-right:4px;}

.wpml-ls-legacy-dropdown {
    width: auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

.page-id-141 .entry-header .entry-title {
    color: #e24a4a;
}

.page-template-template-landingpage .ansprechpartner h3,
.page-template-template-1 .ansprechpartner h3,
.page-template-template-2 .ansprechpartner h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0px 0 10px 0;
    outline: none;
}
.page-template-template-landingpage .intro h3,
.page-template-template-1 .intro h3,
.page-template-template-1 .intro-2 h3,
.page-template-template-1 .intro-3 h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 10px 0;
}
.page-template-template-landingpage .intro.ansprechpartner h3,
.page-template-template-1 .intro.ansprechpartner,
.page-template-template-2 .intro.ansprechpartner {
    margin-top: 40px;
}
.ansprechpartner .text-box {
    border: 1px solid #bdb6af;
    padding: 10px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ansprechpartner .text-box img {
    max-width: 320px;
}
.ansprechpartner .text-box p {
    margin-left: 20px;
}
.ansprechpartner .text-box p:last-child {
    margin-bottom: 0px;
}
.ansprechpartner .text-box a.btn-content {
    display: inline-block;
    float: none;
    margin: 0;
}


body.page-id-1730 {
    background: url(https://www.wort-wahl.de/wp-content/uploads/2019/03/wort-wahl-bg_2_1-2.jpg) center bottom / cover!important;
}
#text-66,
#text-39 {
    max-width: 385px;
}

.page-template-blog-uebersicht .site-content,
.single .site-content,
.page-template-template-landingpage .site-content,
.page-id-1730 .site-content,
.page-template-template-1 .site-content,
.page-template-template-2 .site-content,
.page-template-template-ueber-uns .site-content,
.page-template-template-referenzen .site-content {
    width: 100%;
}

.page-template-template-landingpage .entry-header,
.page-id-1730 .entry-header,
.page-template-template-1 .entry-header, 
.page-template-template-2 .entry-header, 
.page-template-template-ueber-uns .entry-header, 
.page-template-template-referenzen .entry-header {
    float: none!important;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 80%!important;
}
.page-template-template-landingpage .entry-header,
.page-template-template-ueber-uns .entry-header,
.page-template-template-1 .entry-header,
.page-template-template-2 .entry-header,
.page-template-template-referenzen .entry-header {
    margin-top: 60px;
}
.page-template-template-landingpage .entry-header .entry-title,
.page-id-1730 .entry-header .entry-title,
.page-template-template-1 .entry-header .entry-title,
.page-template-template-2 .entry-header .entry-title,
.page-template-template-ueber-uns .entry-header .entry-title,
.page-template-template-referenzen .entry-header .entry-title {
    text-align: left;
    padding-left: 0;
    color: #e54a46;
    background: none;
    font-size: 34px!important;
    text-align: center;
}
.page-template-template-landingpage .intro,
.page-id-1730 .intro-3,
.page-id-1730 .intro-2,
.page-id-1730 .intro,
.page-template-template-1 .intro-5,
.page-template-template-1 .intro-4,
.page-template-template-1 .intro-3,
.page-template-template-1 .intro-2,
.page-template-template-1 .intro,
.page-template-template-2 .intro-3,
.page-template-template-2 .intro-2,
.page-template-template-2 .intro,
.page-template-template-ueber-uns .intro,
.page-template-template-referenzen .intro {
    width: 80%!important;
    margin: 0 auto;
    text-align: left;
}
.page-template-template-1 .intro-4 iframe {
    width: 600px!important;
    height: 337px!important;
}
.page-template-template-1 .fluid-width-video-wrapper {
    padding-top: 0px!important;
}
.page-template-template-1 .fluid-width-video-wrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-template-template-landingpage .entry-content h2,
.page-id-1730 .entry-content h2,
.page-template-template-1 .entry-content h2,
.page-template-template-2 .entry-content h2,
.page-template-template-ueber-uns .entry-content h2,
.page-template-template-referenzen .entry-content h2  {
    font-size: 26px!important;
    display: inline-block;
}
.page-template-template-landingpage .entry-content p,
.page-id-1730 .entry-content p,
.page-template-template-1 .entry-content p,
.page-template-template-2 .entry-content p,
.page-template-template-ueber-uns .entry-content p,
.page-template-template-referenzen .entry-content p {
    font-size: 16px!important;
}
.page-template-template-referenzen .entry-content p {
    text-align: center;
}
.page-template-template-2 .accordioncontent p {
    font-size: 14px!important;
}
.page-id-1730 ul.list,
.page-template-template-2 .intro-2 ul,
.page-template-template-1 .intro-2 ul,
.page-template-template-2 ul.list,
.page-template-template-1 ul.list {
    margin-top: 24px;
    margin-bottom: 8px;
}
.page-template-template-landingpage strong,
.page-template-template-referenzen strong,
.page-template-template-ueber-uns strong,
.page-template-template-2 strong,
.page-template-template-1 strong {
    display: inline-block;
}
.page-id-1730 ul.list li,
.page-template-template-1 ul.list li {
    width: 32%;
    display: block;
    float:left;
    padding: 0 0 0 30px;
    text-indent: 0;
    margin: 0px 10px 10px 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 15px!important;
}
.page-id-1543 ul.list.half-list li,
.page-id-1543 ul.list li {
    width: 100%!important; 
}
.page-id-1730 ul.list li:before,
.page-template-template-2 ul.list li:before,
.page-template-template-1 ul.list li:before {
    display: none;
}
.page-id-1730 ul.list li:after,
.page-template-template-2 ul.list li:after,
.page-template-template-1 ul.list li:after {
    content: "";
    background: url(https://www.wort-wahl.de/wp-content/themes/wort-wahl/img/icon-check.svg);
    background-size: cover;
    position: absolute;
    height: 15px;
    width: 20px;
    z-index: 99999999999999;
    display: inline-block;
    left: 0;
    top: 4px;
    opacity: 1;
}

.page-template-template-landingpage .site,
.page-template-template-referenzen .site,
.page-template-template-ueber-uns .site,
.page-template-template-1 .site,
.page-template-template-2 .site,
.page-id-1730 .site, 
.page-id-1718 .site {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 100;
    max-width: 1140px;
}
.page-template-template-1 .entry-content {
    float: none;
}
.is-sticky #home-widget {
    width: 385px;
}
.intro.referenzen {
    margin-top: 40px;
    width: 80%!important;
}
.intro.referenzen .text p {
    margin-bottom: 0;
}
.intro.referenzen .container-referenzen {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    grid-template-rows: 1fr;
    gap: 0 20px;
    grid-auto-flow: row;
    grid-template-areas:
        "text video";
    align-items: center;
    background: #f7f6f5;
    padding: 20px;
    padding: 1.42857143rem;
}
.intro.referenzen .container-referenzen .text { grid-area: text; }
.intro.referenzen .container-referenzen .video { grid-area: video; }

.intro.referenzen .container-veranstaltungsbeispiel {
    display: grid;
    grid-template-columns: 0.34fr 1fr;
    grid-template-rows: 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "text-1 inhalt-1"
        "text-2 inhalt-2"
        "text-3 inhalt-3"
        "text-4 inhalt-4"
        "text-5 inhalt-5";
}
.intro.referenzen .container-veranstaltungsbeispiel .text-1 { grid-area: text-1; }
.intro.referenzen .container-veranstaltungsbeispiel .inhalt-1 { grid-area: inhalt-1; }
.intro.referenzen .container-veranstaltungsbeispiel .text-2 { grid-area: text-2; }
.intro.referenzen .container-veranstaltungsbeispiel .inhalt-2 { grid-area: inhalt-2; }
.intro.referenzen .container-veranstaltungsbeispiel .text-3 { grid-area: text-3; }
.intro.referenzen .container-veranstaltungsbeispiel .inhalt-3 { grid-area: inhalt-3; }
.intro.referenzen .container-veranstaltungsbeispiel .text-4 { grid-area: text-4; }
.intro.referenzen .container-veranstaltungsbeispiel .inhalt-4 { grid-area: inhalt-4; }
.intro.referenzen .container-veranstaltungsbeispiel .text-5 { grid-area: text-5; }
.intro.referenzen .container-veranstaltungsbeispiel .inhalt-5 { grid-area: inhalt-5; }

.intro.referenzen .container-veranstaltungsbeispiel span {
    color: #e24a4a;
}

@media screen and (min-width: 730px) {
    .single .full-width-head,
    .page-template-blog-uebersicht .full-width-head,
    .page-template-template-landingpage .full-width-head,
    .page-id-1730 .full-width-head,
    .page-template-template-ueber-uns .full-width-head,
    .page-template-template-referenzen .full-width-head,
    .page-template-template-2 .full-width-head,
    .page-template-template-1 .full-width-head {
        float: right;
        padding: 0;
        position: absolute;
        top: -74px;
        right: -39px;
        width: 320PX;
        z-index: 1000;
    }
    .page-id-828.page-template-template-ueber-uns .full-width-head {
        top: -60px;
    }
}
    

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.page-template-template-referenzen .grid figure {
    width: 50%;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-width: 480px;
    max-height: 360px;
    width: 31.3%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
    background: #222;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

.grid figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0 0 0.5em 0;
    display: block!important;
    font-size: 16px!important;
    font-weight: 800;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    margin-left: 0!important;
    background: none;
    line-height: initial;
    margin: 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e54a46;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    bottom: 6px;
    position: absolute;
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/* =Reset
-------------------------------------------------------------- */


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

::-webkit-input-placeholder {
   color: #000000;
   opacity: 0.7 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
   opacity: 0.7 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
   opacity: 0.7 !important;
}

:-ms-input-placeholder {  
   color: #000000;
   opacity: 0.7 !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
strong {
    display: inline-block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #A5948B;
	border: 0;
	height: 1px;
	margin: 14px 0;
	margin: 1rem 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #664e42;
	font-size: 24px;
	font-size: 1.71428571rem;
	line-height: 1.2;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */

button,
input,
textarea {
	width: 100%;
	font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	font-size: 1.28571429rem;
	border: none;
	border-radius: 0;
	padding: 6px;
	padding: 0.428571429rem;
	background: #F7F6F5;
}
button,
input {
	line-height: normal;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

@media screen and (max-width:730px) {
    .page-id-411 .site-content {
        float: none;
    }
}
/* Buttons */

.cc_container .cc_btn {
	color: #fff!important;
    background-color: #e34a4a!important;
}
.cc_container {
background: #e6e3e1!important;
    color: #222!important;
}
.cc_container a {
color: #e34a4a !important;
}
@media screen and (min-width: 500px) {
.cc_container {
    right: 40px!important;
    bottom: 50px!important;
    width: 400px!important;
}
}

@media screen and (max-width: 500px) {
    #text-59-sticky-wrapper {
        height: auto!important;
    }
    #text-59 {
        position: relative!important;
        top: 0!important;
    }
}

/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span,
a.btn {
	font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	font-size: 1.64285714rem;
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	line-height: 1;
	color: #fff;
	background-color: #e24a4a;
	width: auto;
	-webkit-appearance: none;
}
.menu-toggle {
	width: 100%;
	min-height: 55px;
	min-height: 3.92857143rem;
	text-align: center;
	line-height: 55px;
	line-height: 3.92857143rem;
	font-size: 19px;
	font-size: 1.35714286rem;
	color: #fff;
	cursor: pointer;
}
.menu-toggle:hover {
	background: #e24a4a;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
}
#CybotCookiebotDialog {
    background: #c2b8b3!important;
    border-radius: 0px!important;
    border: 0 solid #2a2a2a!important;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept {
    display: inline-block;
    background-color: #e24a4a;
    border: 1px solid #e24a4a;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetail {
    background-color: #c2b8b3;
}
#CybotCookiebotDialogBodyButtonAccept {
    background-color: #e24a4a!important;
    border: 1px solid #e24a4a!important;
}
#CybotCookiebotDialog a {
    line-height: 2.231!important;
}
#CybotCookiebotDialogBodyButtonDecline {
    background-color: transparent!important;
    border: 1px solid transparent!important;
    color: #2a2a2a!important;
    font-weight: 300!important;
}
#CybotCookiebotDialog {
    box-shadow: #12121242 2px 2px 14px 2px!important;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover,
a.btn:hover {
	background-color: #664e42;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #664e42;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.costumers .author:hover a {
    color: #e24a4a;
    text-decoration: none;
}

.entry-content .wpcf7-form p {
	margin-bottom: 10px;
	margin-bottom: 0.71428571rem;
}
span.wpcf7-form-control-wrap {
	width: 100%;
}
span.wpcf7-form-control-wrap .extended {
	display: none;
}
span.wpcf7-form-control-wrap .extended.extended-active {
	display: block;
}
.form-extend-wrap {
	margin-top: 25px;
}
.form-extend {
	display: inline-block;
	margin: 0 5px 10px 0;
	color: #fff;
	background: #988c87;
	line-height: 1;
	padding: 10px;
	font-family: KanaSans-Light, Arial, sans-serif;
	font-size: 15px;
	width: 100%;
}
.form-extend:hover {
	cursor: pointer;
	background: #664e42;
}
.form-extend.form-active {
	color: #fff;
	background: #e24a4a;
}
@media screen and (min-width: 550px) {
	.form-extend {
		width: auto;
	}
}
.captcha-box {
	float: left;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.captcha-box:after {
	clear: both;
}
.wpcf7-captchac {
	margin: 5px;
	margin: 0.35714286rem;
	float: left;
}
.wpcf7-captchar {
	max-width: 65px;
	max-width: 4.64285714rem;
	text-align: center;
	float: left;
}
.wpcf7-not-valid {
	background: #eccfcf;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7-validation-errors {
	border: none;
	margin: 0;
	padding: 0;
	color: #d37070;
	font-size: 14px;
	font-size: 1rem;
}
div.wpcf7-mail-sent-ok {
	border: none;
	margin: 0;
	padding: 0;
	color: #5ba131;
	font-size: 14px;
	font-size: 1rem;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	/*font-family: Verdana, Arial, sans-serif;*/
    /*font-family: KanaSans-Regular, Arial, sans-serif;*/
    font-family: 'Noto Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #664e42;
	min-width: 320px;
	background: #f9f9f9;
	overflow: hidden;
}
body.home {
	background: url("img/wort-wahl-bg.png") #f9f9f9 repeat-x;
}

a, a:link, a:visited, a:active {
	outline: none;
	color: #e24a4a;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #e24a4a;
	text-decoration: underline;
}
.page-id-797 .entry-content a, .page-id-797 .entry-content a:link, .page-id-797 .entry-content a:visited, .page-id-797 .entry-content a:active {
	outline: none;
	color: #e24a4a;
	text-decoration: none;
	cursor: pointer;
}
.page-id-797 .entry-content a:hover {
	color: #e24a4a;
	text-decoration: underline;
}
a.btn {
	color: #fff;
	text-decoration: none;
}
a.btn-content, a.btn-content:link, a.btn-content:active, a.btn-content:visited {
	width: auto;
    padding: 9px 14px 6px 14px;
	color: #fff !important;
	font-family: KanaSans-Light, Arial, sans-serif;
	text-decoration: none;
	background: #e24a4a;
	font-size: 18px;
	font-weight: normal;
    margin: 10px 0 20px 0;
	float: none;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	text-align: center;
    display: inline-block;
}
a.btn-content:hover {
	background: #664e42;
	text-decoration: none !important;
}

/* Page structure */
.site {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 100;
}
.site-content {
	margin: 20px 0 40px 0;
	margin: 1.42857143rem 0 2.85714286rem 0;
	padding: 0 40px;
	padding: 0 2.85714286rem;
	float: left;
}
.img-text {
	display: none;
}
.header-img {
	display: block;
    max-width: 1140px;
	margin: 0 auto;
	margin-bottom: -4px;
	position: relative;
	z-index: 2;
}
.placeholder {
	display: none;
}

/* Header */
.site-header {
	width: 100%;
	z-index: 1000;
	position: relative;
}
#top-header {
	width: 100%;
	height: 140px !important;
	height: 10rem !important;
	background: #fff;
	float: left;
	height: auto;
}
#nav-header-sticky-wrapper {
	min-height: 55px !important;
	min-height: 3.92857143rem !important;
	height: auto !important;
}
.badge-wrapper {
	display: inline-block;
}
.badge-wrapper img {
	width: 150px;
	height: 52px;
	transition: all 0.3s ease-out;
}
#social-bar {
	width: auto;
	float: left;
	margin: 30px 0 0 30px;
	margin: 2.14285714rem 0 0 2.14285714rem;

	display: flex;
    flex-direction: row;
    align-items: center;
}
#social-bar-sticky-wrapper {
	width: auto;
	float: left;
}
#social-bar-sticky-wrapper.is-sticky .badge-wrapper img {
    width: 130px;
    height: 40px;
}
.social-icon {
	width: 28px;
	width: 2rem;
	height: 28px;
	height: 2rem;
	margin-right: 5px;
	margin-right: 0.35714286rem;
	float: left;
	display: block;
}
.in {
	background: url("img/social-in.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
.in:hover {
	background: url("img/social-in-hover.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
.xing {
	background: url("img/social-xing.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
.xing:hover {
	background: url("img/social-xing-hover.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
.youtube {
	background: url("img/social-youtube.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
.youtube:hover {
	background: url("img/social-youtube-hover.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
.fb {
	background: url("img/social-fb.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
.fb:hover {
	background: url("img/social-fb-hover.png") no-repeat;
	background-size: 28px 28px;
	background-size: 2rem 2rem;
}
#lang_sel {
    display: inline-block;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    height: 28px;
    height: 2rem;
    position: relative;
	margin-right: 10px;
}
#lang_sel li {
    float: left;
    position: relative;
    width: 80px;
    width: 5.71428571rem;
}
#lang_sel ul ul {
    border-top: none;
    height: 0;
    left: 0;
    position: absolute;
    top: 25px;
    top: 1.78571429rem;
    visibility: hidden;
    width: 80px;
    width: 5.71428571rem;
}
#lang_sel a, #lang_sel a:active, #lang_sel a:visited {
    background: none;
    border: none;
    color: #988c87;
    display: block;
    font-size: 12px;
    font-size: 0.85714286rem;
    padding-left: 10px;
    padding-left: 0.71428571rem;
    padding-top: 2px;
    padding-top: 0.14285714rem;
    text-decoration: none !important;
}
#lang_sel a.lang_sel_sel {
    background: url("img/dropdown-arrow.png") no-repeat right 10px #FFFFFF;
    background: url("img/dropdown-arrow.png") no-repeat right 0.71428571rem #FFFFFF;
    background-size: 8px 7px;
    background-size: 0.57142857rem 0.5rem;
    color: #988c87;
}
#lang_sel a.lang_sel_sel:hover {
    color: #e24a4a;
    text-decoration: none;
}
#lang_sel ul ul a, #lang_sel ul ul a:visited {
    background: none;
    border-width: 0;
    color: #988c87;
    padding-left: 10px;
    padding-left: 0.71428571rem;
    padding-top: 2px;
    padding-top: 0.14285714rem;
}
#lang_sel ul ul a:hover {
    background: none;
    color: #e24a4a;
}

#logo {
	width: 330px;
	width: 23.57142857rem;
	height: 80px;
	height: 5.71428571rem;
	float: right;
	margin: 30px 30px 30px 0;
	margin: 2.14285714rem 2.14285714rem 2.14285714rem 0;
	background: url("img/wortwahl_logo.svg") no-repeat;
	background-size: 100% auto;
}
.is-sticky #logo {
	width: 82px;
	height: 82px;
	float: right;
	margin: 30px;
	margin: 2.14285714rem;
	background: url("img/wortwahl_logo_bildmarke.svg") no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 640px) {
	#logo {
		width: 260px;
		width: 18.57142857rem;
		height: 63px;
		height: 4.5rem;
		float: right;
		margin: 0 30px 30px 30px;
		margin: 0 2.14285714rem 2.14285714rem 2.14285714rem;
		background: url("img/wortwahl_logo.svg") no-repeat;
		background-size: 100% auto;
	}
	#social-bar {
		width: auto;
		float: none;
		margin: 30px 0 0 30px;
		margin: 2.14285714rem 0 0 2.14285714rem;
	}
	#social-bar-sticky-wrapper {
		float: none;
	}
	.is-sticky #logo {
		margin: 0;
	}
}
#nav-header {
	width: 100%;
	background: #988c87;
}
.is-sticky #nav-header {
	background: url("img/nav-bg.png");
}
.top-header-content {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.nav-header-content {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

/* Navigation Menu */
.main-navigation {
	text-align: left;
	font-family: KanaSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.main-navigation li {
	display: block;
}
.main-navigation a {
	color: #fff;
	padding: 10px 15px;
	padding: 0.71428571rem 1.07142857rem;
	display: block;
}
.main-navigation li a {
	border-top: 1px solid #fff;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	font-size: 19px;
	font-size: 1.35714286rem;
	text-decoration: none;
}
.main-navigation li a:hover {
	color: #664e42;
	text-decoration: none;
	background: #fff;
}
.main-navigation li ul li a {
	color: #ecebe9;
	font-size: 16px;
	font-size; 1.14285714rem;
	border-top: none;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: block;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-ancestor > a:hover,
.main-navigation .current_page_item > a:hover,
.main-navigation .current_page_ancestor > a:hover,
.home .main-navigation .current-menu-item > a,
.home .main-navigation .current-menu-ancestor > a,
.home .main-navigation .current_page_item > a,
.home .main-navigation .current_page_ancestor > a,
.home .main-navigation .current-menu-item > a:hover,
.home .main-navigation .current-menu-ancestor > a:hover,
.home .main-navigation .current_page_item > a:hover,
.home .main-navigation .current_page_ancestor > a:hover {
	color: #fff;
	background: #e24a4a;
}
.main-navigation ul li ul .current-menu-item > a,
.main-navigation ul li ul .current_page_item > a,
.main-navigation ul li ul .current-menu-item > a:hover,
.main-navigation ul li ul .current_page_item > a:hover,
.home .main-navigation ul li ul .current-menu-item > a,
.home .main-navigation ul li ul .current_page_item > a,
.home .main-navigation ul li ul .current-menu-item > a:hover,
.home .main-navigation ul li ul .current_page_item > a:hover {
	color: #fff;
	background: #e24a4a;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-top: 10px;
	margin-top: 0.71428571rem;
	word-wrap: break-word;
	padding: 0;
}
.page-id-610 .widget-area .widget,
.page-id-612 .widget-area .widget,
.page-id-797 .widget-area .widget {
	margin-top: -5px;
}
.widget-area .widget h3 {
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
}
.widget-area .widget h3.box {
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 0.85714286rem;
	line-height: normal;
	display: inline-block;
	background: #988c87;
	padding: 1px 5px;
	padding: 1px 0.35714286rem;
	margin-top: 14px;
	margin-top: 1rem;
}
.page-id-610 .widget-area .widget h3 {
	color: #e24a4a;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
/*
.widget-area .widget h3 {
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 0.85714286rem;
	line-height: normal;
	display: inline-block;
	background: #e24a4a;
	padding: 1px 5px;
	padding: 1px 0.35714286rem;
}
*/
.widget-area .widget .infos {
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 0.85714286rem;
	line-height: normal;
	display: inline-block;
	background: #e24a4a;
	padding: 1px 5px;
	padding: 1px 0.35714286rem;
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
	margin-top: 14px;
	margin-top: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 1rem;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-bottom: 0.71428571rem;
}
.widget-area .widget .textwidget img {
	margin: 0 auto;
}

.widget-area .widget p.ccb-sidebar {
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
 	-ms-hyphens: none;
 	hyphens: none;
}


.home .widget-area .widget p,
.home .widget-area .widget li,
.home .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.92857143rem;
	line-height: 1.5;
	padding-bottom: 0;
}
.home .widget-area .widget ul {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.home .widget-area .widget .textwidget {
	border-bottom: 1px solid #A5948C;
}
.home #text-3 .textwidget, .home #text-4 .textwidget {
	border-bottom: none;
}

.widget-area .textwidget ul {
	list-style: none outside;
}
.widget-area .textwidget li {
	margin: 0 0 0 14px;
	margin: 0 0 0 1rem;
	text-indent: -14px;
	text-indent: -1rem;
}
.widget-area .textwidget ul li:before {
	content: "•";
	padding-right: 7px;
	padding-right: 0.5rem;
	color: #e24a4a;
}
.widget-area .widget a {
    color: #e24a4a;
	text-decoration: underline;
}
.widget-area .widget a:hover {
	color: #e24a4a;
	text-decoration: none;
}
.widget-area .widget a:visited {
	text-decoration: underline;
}
.widget-area .widget a.vcard {
	color:#fff;
	text-decoration:none;
	background-color: #e24a4a;
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	display: inline-block;
	margin-top:10px;
	margin-top:0.74285rem;
}
.widget-area .widget a.vcard:hover {
	background-color: #664e42;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget-box {
	background: #ecebe9;
	padding: 18px;
	padding: 1.28571429rem;
	position: relative;
}
.widget-area #text-59.widget li {
    line-height: 1;
}
.pdf-icon {
	width: 40px;
	width: 2.85714286rem;
	height: 50px;
	height: 3.57142857rem;
	position: absolute;
	top: -10px;
	top: -0.71428571rem;
	right: 20px;
	right: 1.42857143rem;
	background: url("img/pdf-icon.png");
	background-size: 100% auto;
}

.team {
	margin: 10px 0 20px 0;
	border: 1px solid #bdb6af;
	max-width: 320px;
	width: 100%;
}
.team p {
	margin: 0;
	padding: 10px;
}
.team ul {
    padding: 0 10px;
    margin-bottom: 16px!important;
}
.team ul li {
    margin: 0 0 0 1rem;
}
.team ul:last-child {
    margin: 0!important;
}
.team small {
    font-size: 15px!important;
}

/* Footer */
.site-end {
	width: 100%;
	height: auto;
	background: #664e42;
	float: left;
	padding-top: 150px;
	padding-top: 10.71428571rem;
	margin-top: -150px;
	margin-top: -10.71428571rem;
	position: relative;
	z-index: 2;
}
.costumers {
	margin: 50px auto;
	margin: 3.57142857rem auto;
	max-width: 1140px;
	padding: 0 40px;
	padding: 0 2.85714286rem;
	text-align: center;
	color: #fff;
}
.costumers h2 {
	font-size: 13px;
	font-size: 0.92857143rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 1.42857143rem;
}
.costumers p {
    font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	font-size: 1.57142857rem;
	margin-bottom: 20px;
	margin-bottom: 1.42857143rem;
	line-height: 1.4;
}
.costumers p.author {
	font-size: 13px;
	font-size: 0.92857143rem;
	line-height: 1.5;
}
.costumers a, .costumers a:link, .costumers a:visited, .costumers a:active {
	color: #fff;
	text-decoration: underline;
}
.costumers a:hover {
	text-decoration: none;
}
.footer-wrap {
	width: 100%;
	margin-top: 50px;
	margin-top: 3.57142857rem;
	background: #e24a4a;
	padding: 0 30px;
	padding: 0 2.14285714rem;
}
.footer-wrap .site-info img {
    width: 268px;
}
.footer-info {
	width: 100%;
	padding: 0 30px;
	padding: 0 2.14285714rem;
}
.footer-info a {
	color: #fff;
	text-decoration: underline;
}
.footer-info a:hover {
	text-decoration: none;
    color: #e24a4a;
}
.footer-info-content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
	padding: 1.42857143rem 0;
	font-size: 13px;
	font-size: 0.92857143rem;
	color: #fff;
	line-height: 1.6;
    position: relative;
}
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 1140px;
	min-height: 180px;
	min-height: 12.85714286rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	padding: 1.42857143rem 0;;
	position: relative;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.footer-claim {
    font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	font-size: 1.57142857rem;
	color: #fff;
	position: absolute;
	right: 0;
	width: 100%;
	text-align: right;
	bottom: 20px;
	bottom: 1.42857143rem;
}
.imprint {
	float: right;
    position: absolute;
    right: 0;
    bottom: 20px;
    text-align: right;
}
@media screen and (max-width: 960px) {
	html ul.list.half-list li{
		width:100%!important;
	}
	.imprint {
		float: none;
		clear: both;
        right: auto;
        left: 0;
        text-align: left;
        position: relative;
        bottom: auto;
	}
	.imprint:before {
		content: " | ";
	}
    .footer-claim {
        position: relative;
        text-align: left;
        bottom: auto;
        font-size: 16px;
        line-height: 26px;
    }
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 34px;
	font-size: 2.42857143rem;
    color: #e24a4a;
    word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.widget h2,
.widget h3,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #664e42;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.entry-content h1,
.comment-content h1 {
	font-size: 34px;
	font-size: 2.42857143rem;
	line-height: 1.2;
	margin: 0;
}
.entry-content h1 a, .entry-content h1 a:visited {
	color: #664e42;
	text-decoration: none;
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
	display: inline-block;
}

.entry-content h2.link a {
	text-decoration: none;
	padding-left: 30px;
	padding-left: 2.14285714rem;
	background: url("img/list-arrow-horizontal.png") no-repeat;
	background-size: 20px 20px;
	background-size: 1.42857143rem 1.42857143rem;
}
.entry-content h2.link a:hover {
	background: url("img/list-arrow-horizontal-active.png") no-repeat;
	background-size: 20px 20px;
	background-size: 1.42857143rem 1.42857143rem;
}
.icon-arrow {
	min-height: 40px;
	min-height: 2.85714286rem;
	line-height: 44px;
	line-height: 3.14285714rem;
	padding-left: 50px;
	padding-left: 3.57142857rem;
	margin-left: 0;
	position: relative;
	background: url("img/icon-arrow.png") no-repeat;
	background-size: 40px 40px;
	background-size: 2.85714286rem 2.85714286rem;
}
.icon-cross {
	min-height: 40px;
	min-height: 2.85714286rem;
	line-height: 44px;
	line-height: 3.14285714rem;
	padding-left: 50px;
	padding-left: 3.57142857rem;
	margin-left: 0;
	position: relative;
	background: url("img/icon-cross.png") no-repeat;
	background-size: 40px 40px;
	background-size: 2.85714286rem 2.85714286rem;
}
.entry-content h1 a.icon-arrow, .entry-content h1 a.icon-cross {
	margin-bottom: 0;
}
.entry-content h1 a:hover {
	color: #e24a4a;
	text-decoration: none;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.widget h2,
.widget h3 {
	font-size: 22px;
	font-size: 1.57142857rem;
	line-height: 1.2;
	margin: 0 0 7px 0;
	margin: 0 0 0.5rem 0;
	outline: none;
}
.entry-content h2 {
	margin: 28px 0 7px 0;
	margin: 2rem 0 0.5rem 0;
}
.page-id-407 .entry-content h2, .page-id-409 .entry-content h2, .page-id-411 .entry-content h2, .page-id-413 .entry-content h2 {
	margin-top: 28px;
	margin-top: 2rem;
}
.page-id-407 .widget-area .widget p, .page-id-409 .widget-area .widget p {
	margin-bottom: 0;
}
#accordion h2 {
	background: url("img/list-arrow.png") right no-repeat;
	background-size: 20px 20px;
	background-size: 1.42857143rem 1.42857143rem;
	min-height: 20px;
	min-height: 1.42857143rem;
}
#accordion h2:hover {
	color: #e24a4a;
	cursor: pointer;
	background: url("img/list-arrow-hv.png") right no-repeat;
	background-size: 20px 20px;
	background-size: 1.42857143rem 1.42857143rem;
}
#accordion h2.ui-state-active {
	color: #e24a4a;
	background: url("img/list-arrow-active.png") right no-repeat;
	background-size: 20px 20px;
	background-size: 1.42857143rem 1.42857143rem;
}
#accordion .ui-accordion-content {
	border-bottom: 1px solid #A5948B;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	font-size: 14px;
	font-size: 1rem;
	margin: 0 0 14px;
	margin: 0 0 1rem;
	line-height: 1.6;
}
.entry-content p.small {
	font-size: 13px;
	font-size: 0.92857143rem;
	margin-top: -14px;
	margin-top: -1rem;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.6;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: none outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 7px 14px;
	margin: 0 0 0.5rem 1rem;
	text-indent: -14px;
	text-indent: -1rem;
}
#accordionn-page li{
	text-indent:unset!important;
}
.entry-content ul li:before {
	content: "•";
	padding-right: 7px;
	padding-right: 0.5rem;
	color: #e24a4a;
}
.entry-content ul.kunden {
	border-top: 1px solid #A5948B;
	border-bottom: 1px solid #A5948B;
	padding: 10px 0;
	padding: 0.71428571rem 0;
	margin-top: 28px;
	margin-top: 2rem;
}
.entry-content ul.kunden li {
	margin: 0;
	text-indent: 0;
	font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #664e42;
	font-size: 18px;
	font-size: 1.28571426rem;
	line-height: 1.1;
	margin: 10px 0;
	margin: 0.71428571rem 0;
}
.entry-content ul.kunden li:before {
	content: none;
	padding: 0;
}
.entry-content ul.checklist li:before {
	content: none;
	padding: 0;
}
.entry-content ul.checklist {
	float: left;
}
.entry-content ul.checklist li {
	width: 100%;
	float: left;
	margin-bottom: 2px;
	padding: 3px 35px 3px 7px;
	text-indent: initial;
	margin-left: 0;
	line-height: 1.4;
	background: #ecebe9 url("img/wort-wahl-checklist.png") no-repeat center right;
}
.entry-content ul.checklist li span {
	width: 28px;
	height: 28px;
	background: url("img/wort-wahl-check.png") no-repeat;
	float: right;
	margin: -3px -40px -3px 0;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table,
ul.sprachenpaare {
	list-style: none outside;
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
ul.sprachenpaare {
	margin: 0;
}
ul.sprachenpaare li {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
	padding: 0.42857143rem 0.71428571rem 0.42857143rem 0;
	margin: 0;
	text-indent: 0;
}
ul.sprachenpaare li:before {
	content: none;
	padding-right: 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
body.home .breadcrumb {
	visibility: hidden;
}
.breadcrumb {
	margin: 0 0 24px 0;
	margin: 0 0 1.714285714rem 0;
	font-size: 10px;
	font-size: 0.71428571rem;
	line-height: 1.5;
	color: #664e42;
	text-transform: uppercase;
	font-weight: bold;
}
.breadcrumb a {
	color: #664e42;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb a:hover {
	text-decoration: underline;
}


/* =Videos & Galeries (more in media-queries)
-------------------------------------------------------------- */
.media {
	width: 100%;
	padding: 20px;
	padding: 1.42857143rem;
	background: #f7f6f5;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.media-file {
	margin-top: 14px;
	margin-top: 1rem;
}
.date {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-size: 0.78571429rem;
	font-weight: bold;
	line-height: normal;
	display: inline-block;
	background: #988c87;
	padding: 2px 5px 1px;
	padding: 0.14285714rem 0.35714286rem 0.07142857rem;
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
}
.media h2 {
	color: #e24a4a;
	margin-bottom: 10px;
	margin-bottom: 0.71428571rem;
	border-bottom: 1px solid #A5948B;
	padding-bottom: 7px;
	padding-bottom: 0.5rem;
    margin-top: 0;
}
.media p {
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
}
.media p.info {
	margin-bottom: 0;
	font-style: italic;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Widgets
-------------------------------------------------------------- */
.widget-head {
	display: none;
}
.widget-area {
	padding: 0 40px 40px 40px;
	padding: 0 2.85714286rem 2.85714286rem 2.85714286rem;
}
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.contact-mobile {
	display: block;
	padding: 10px 40px;
	padding: 0.71428571rem 2.85714286rem;
	background: #664e42;
	font-family: KanaSans-Light, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.contact-mobile a, .widget-head-content a {
	color: #fff;
	text-decoration: none;
}
.icon-tel {
	background: url("img/telefon-icon.svg") no-repeat;
	background-size: auto 100%;
	padding-left: 25px;
	padding-top: 2px;
	white-space: nowrap;
	line-height: 1;
}
.icon-mail {
	background: url("img/mail-icon.svg") no-repeat;
	background-size: auto 100%;
	padding-left: 25px;
	padding-top: 2px;
	white-space: nowrap;
}
.icon-offer {
	background: url("img/angebot-icon.svg") no-repeat;
	background-size: auto 100%;
	padding-left: 25px;
	padding-top: 2px;
	white-space: nowrap;
}
.icon-mail a, .icon-offer a {
	color: #fff;
    text-decoration: none;
}
.icon-mail a:hover, .icon-offer a:hover {
	text-decoration: underline;
}
.contact-mobile .icon-mail a,
.contact-mobile .icon-offer a {
    text-decoration: underline;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

br.desktop-br {
	display: none;
}

@media screen and (max-width: 1140px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1024px) {
	body {
		background: none !important;
	}
	body.home {
		background: url("img/wort-wahl-bg.png") #F9F9F9 !important;
	}
}

@media screen and (min-width: 400px) {
	a.btn-content, a.btn-content:link, a.btn-content:active, a.btn-content:visited {
		font-size: 22px;
	}
	br.desktop-br {
		display: inline;
	}
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 730px) {
	.gradient {
		width: 100%;
		height: 1220px;
		position:fixed;
		left:0;
		top:0;
		background: url("img/bg/background-gradient.png") repeat-x;
		z-index:1;
		display: block;
	}
	.contact-mobile {
		display: none;
	}
	.site {
		max-width: 1140px;
        padding: 0 0 0 90px;
        /*padding: 0 0 0 2.85714286rem;*/
    }
    .page-template-blog-uebersicht .site,
    .single .site,
    .page-template-template-landingpage .site,
    .page-template-template-referenzen .site,
    .page-template-template-ueber-uns .site,
    .page-template-template-1 .site,
    .page-template-template-2 .site,
    .page-id-1730 .site,
    .page-id-1718 .site {
        padding: 0 40px;
    }
	.full-width .site {
        max-width: 1140px;
        padding: 0 40px;
        padding: 0 0 0 2.85714286rem;
	}
	.site-content {
		float: left;
		width: 65%;
		padding: 0;
	}
	.column-1of2 {
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.column-2of2 {
		width: 48%;
		float: left;
	}
	.img-text {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url("img/text-bg.png");
		padding: 15px 37% 20px 40px;
		padding: 1.07142857rem 37% 1.42857143rem 2.85714286rem;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-size: 0.85714286rem;
		line-height: 1.5;
		color: #fff;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 35%;
		position: relative;
		top: -39px;
		top: -2.78571429rem;
		right: -39px;
		right: -2.78571429rem;
		z-index: 1000;
		padding: 0 0 18px 0;
		padding: 0 0 1.28571429rem 0;
		background: none;
	}
	.home .widget-area {
		top: -120px;
		top: -8.57142857rem;
		right: -39px;
		right: -2.78571429rem;
		margin-bottom: -120px;
		margin-bottom: -8.57142857rem;
	}
    
    #text-59 .widget-area .widget {
        padding: 0 0 20px 20px;
        padding: 0 0rem 1.42857143rem 1.42857143rem;
    }
	.widget-area .widget {
		padding: 0 60px 20px 20px;
		padding: 0 4.28571429rem 1.42857143rem 1.42857143rem;
	}
	.home .widget-area .widget {
		padding: 0 60px 0 20px;
		padding: 0 4.28571429rem 0 1.42857143rem;
	}
	.widget-head {
		display: block;
		width: auto;
		height: 138px;
		margin: 0 0 0 18px;
		margin: 0 0 0 1.28571429rem;
		font-family: KanaSans-Light, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		color: #fff;
		font-size: 22px;
		font-size: 1.57142857rem;
		line-height: 1.5;
		padding: 30px 60px 20px 20px;
		background: url("img/sidebar-head-top2.png") top right no-repeat;
	}
	.page-id-601 .widget-head, .page-id-590 .widget-head {
		background: url("img/sidebar-head-home2.png") top right no-repeat;
	}
    .page-id-1543 .widget-head,
	.home .widget-head {
		background: url("img/sidebar-head-home2.png") top right no-repeat;
	}
	.icon-tel {
		background: url("img/telefon-icon.svg") no-repeat;
		background-size: auto 100%;
		padding-left: 15%;
		padding-top: 2px;
		padding-top: 0.14285714rem;
	}
	.icon-mail {
		background: url("img/mail-icon.svg") no-repeat;
		background-size: auto 100%;
		padding-left: 15%;
		padding-top: 2px;
		padding-top: 0.14285714rem;
	}
	.icon-offer {
        background: url("img/angebot-icon.svg") no-repeat;
		background-size: auto 100%;
		padding-left: 15%;
		padding-top: 2px;
		padding-top: 0.14285714rem;
	}
	.widget-head-content {
		width: 100%;
		max-width: 240px;
		float:left;
	}
	.widget-head-bg {
		background: url("img/sidebar-bg.png");
		padding-top: 18px;
		padding-top: 1.28571429rem;
	}
	.widget-head-bottom {
		display: block;
		width: auto;
		margin: 0 0 40px 18px;
		height: 17px;
		background: url("img/sidebar-head-bottom2.png") top right no-repeat;
	}
	.home .widget-head-bottom {
		margin: 0 0 0 18px;
		margin: 0 0 0 1.28571429rem;
	}	
	.widget-area-footer {
		width: 35.5%;
		height: 20px;
		height: 1.42857143rem;
		position: absolute;
		bottom: -20px;
		bottom: -1.42857143rem;
		right: -39px;
		right: -2.78571429rem;
		background: url("img/sidebar-bg.png");
	}
	.widget-area-side {
		width: 39px;
		width: 2.78571429rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: -39px;
		right: -2.78571429rem;
		background: url("img/sidebar-bg.png");
	}
	.full-width .entry-header {
		width: 61.5%;
		float: left;
	}
	.full-width .entry-content {
		float: left;
		width: 100%;
	}
	.full-width-head {
    	float: right;
		padding: 0;
		position: absolute;
        top: -78px;
		right: -39px;
		width: 37%;
		z-index: 1000;
	}
	.full-width-footer {
		width: 37%;
		height: 20px;
		height: 1.42857143rem;
		position: absolute;
		bottom: -20px;
		bottom: -1.42857143rem;
		right: -39px;
		right: -2.78571429rem;
		background: url("img/sidebar-bg.png");
	}
	.full-width-side {
		width: 39px;
		width: 2.78571429rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: -39px;
		right: -2.78571429rem;
		background: url("img/sidebar-bg.png");
	}
	.media {
		width: 100%;
		padding: 20px;
		padding: 1.42857143rem;
		background: #f7f6f5;
		float: left;
	}
	.media-content {
		width: 60%;
		margin-right: 10%;
		float: left;
	}
	.media-file {
		width: 30%;
		float: right;
		margin-top: 0;
	}
	
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	.placeholder {
		display: block;
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
		height: 100px;
		height: 7.14285714rem;
	}
}
@media screen and (max-width: 905px) {
    .page-template-template-ueber-uns .calltoaction.desktop-none {
        top: 36%;
    }
}
@media screen and (min-width: 905px) {

 
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        display: inline-block !important;
        text-align: left;
        width: 100%;
        padding: 0 20px;
        padding: 0 1.42857143rem;
    }
    .menu-toggle {
        display: none;
    }#nav-header {
        background: none;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
        font-size: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        border-top: 0;
        color: #fff;
        line-height: 19px;
        line-height: 1.35714286rem;
        white-space: nowrap;
        font-size: 16px;
        font-size: 1rem;
        padding: 18px 10px;
        padding: 1.28571429rem 0.6rem;
        -webkit-transition: background 250ms linear;
        -moz-transition: background 250ms linear;
        -o-transition: background 250ms linear;
        -ms-transition: background 250ms linear;
        transition: background 250ms linear;
    }
    .main-navigation li a:hover {
        color: #664e42;
        background: #fff;
        -webkit-transition: background 250ms linear;
        -moz-transition: background 250ms linear;
        -o-transition: background 250ms linear;
        -ms-transition: background 250ms linear;
        transition: background 250ms linear;
    }
    .home .main-navigation li.current-menu-item a {
        color: #fff;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul {
        border-left: 0;
        display: block;
        background: url("img/nav-home-bg.png");
        width: auto;
    }
    .main-navigation li ul li {
        width: 100%;
    }
    .main-navigation li ul li a {
        display: block;
        font-size: 16px;
        font-size: 1.14285714rem;
        line-height: 1;
        color: #664e42;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        white-space: nowrap;
    }
    .main-navigation li ul li a:hover {
        background: #fff;
        color: #664e42;
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-item > a:hover,
    .main-navigation .current-menu-ancestor > a:hover,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_ancestor > a:hover {
        color: #fff;
        background: #e24a4a;
        padding: 26px 10px;
        padding: 1.8rem 0.71428571rem;
        margin: -8px 0;
        margin: -0.57142857rem 0;
    }
    .main-navigation ul li ul .current-menu-item > a,
    .main-navigation ul li ul .current_page_item > a,
    .main-navigation ul li ul .current-menu-item > a:hover,
    .main-navigation ul li ul .current_page_item > a:hover {
        color: #fff;
        background: #e24a4a;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        margin: 0;
    }
    .main-navigation .current-menu-item .sub-menu,
    .main-navigation .current-menu-ancestor .sub-menu,
    .main-navigation .current_page_item .sub-menu,
    .main-navigation .current_page_ancestor .sub-menu {
        margin: 8px 0 0 0;
        margin: 0.57142857rem 0 0 0;
    }
}

@media screen and (min-width: 881px) {
	.main-navigation li a {
        font-size: 14px;
        font-size: 1.02rem;
	}
	.main-navigation li ul li a {
        font-size: 14px;
        font-size: 1.09rem;
	}
}

@media screen and (min-width: 1002px) {
    .main-navigation li a {
        font-size: 15px;
        font-size: 1.1rem;
    }
    .main-navigation li ul li a {
        font-size: 15px;
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1070px) {
	.icon-arrow, .icon-cross {
		padding-left: 60px;
		padding-left: 4.28571429rem;
		margin-left: -60px;
		margin-left: -4.28571429rem;
	}
	.entry-header .icon-arrow {
		padding-left: 60px;
		padding-left: 4.28571429rem;
		margin-left: -60px;
		margin-left: 0;
		height: auto;
        background: url("img/icon-arrow-ret.png") no-repeat;
		background-size: 40px 40px;
		background-size: 2.85714286rem 2.85714286rem;
	}

    .page-template-template-landingpage .entry-content h2,
    .page-template-template-ueber-uns .entry-content h2,
    .page-template-template-referenzen .entry-content h2,
    .page-template-template-1 .entry-content h2,
    .page-template-template-2 .entry-content h2 {
        margin-left: -54px!important;
    }
    .entry-content h2 {
        padding-left: 54px;
        margin-left: 0!important;
        height: auto;
        background: url(img/icon-arrow-ret.png) no-repeat;
        background-size: 30px 30px;
        line-height: 30px;
    }
	.entry-header .icon-cross {
		padding-left: 60px;
		padding-left: 4.28571429rem;
		margin-left: -60px;
		margin-left: -4.28571429rem;
		height: auto;
		background: url("img/icon-cross.png") no-repeat;
		background-size: 40px 40px;
		background-size: 2.85714286rem 2.85714286rem;
	}
}
@media screen and (min-width: 1110px) {

    .main-navigation li a {
        font-size: 19px;
        font-size: 1.3rem;
    }
    .main-navigation li ul li a {
        font-size: 19px;
        font-size: 1.3rem;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
	.in {
		background: url("img/social-in-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	.in:hover {
		background: url("img/social-in-hover-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	.xing {
		background: url("img/social-xing-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	.xing:hover {
		background: url("img/social-xing-hover-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	.youtube {
		background: url("img/social-youtube-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	.youtube:hover {
		background: url("img/social-youtube-hover-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	.fb {
		background: url("img/social-fb-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	.fb:hover {
		background: url("img/social-fb-hover-ret.png") no-repeat;
		background-size: 28px 28px;
		background-size: 2rem 2rem;
	}
	#lang_sel a.lang_sel_sel {
   		background: url("img/dropdown-arrow-ret.png") no-repeat right 10px #FFFFFF;
    	background: url("img/dropdown-arrow-ret.png") no-repeat right 0.71428571rem #FFFFFF;
		background-size: 8px 7px;
		background-size: 0.57142857rem 0.5rem;
	}
	#logo {
		background: url("img/wortwahl_logo.svg") no-repeat;
		background-size: 100% auto;
	}
	.is-sticky #logo {
		background: url("img/wortwahl_logo_bildmarke.svg") no-repeat;
		background-size: 100% auto;
	}
	.pdf-icon {
		background: url("img/pdf-icon-ret.png");
		background-size: 100% auto;
	}
	.entry-content h2.link a {
		background: url("img/list-arrow-horizontal-ret.png") no-repeat;
		background-size: 20px 20px;
		background-size: 1.42857143rem 1.42857143rem;
	}
	.entry-content h2.link a:hover {
		background: url("img/list-arrow-horizontal-active-ret.png") no-repeat;
		background-size: 20px 20px;
		background-size: 1.42857143rem 1.42857143rem;
	}
	.icon-arrow {
		background: url("img/icon-arrow-ret.png") no-repeat;
		background-size: 40px 40px;
		background-size: 2.85714286rem 2.85714286rem;
	}
	.icon-cross {
		background: url("img/icon-cross-ret.png") no-repeat;
		background-size: 40px 40px;
		background-size: 2.85714286rem 2.85714286rem;
	}
	#accordion h2 {
		background: url("img/list-arrow-ret.png") right no-repeat;
		background-size: 20px 20px;
		background-size: 1.42857143rem 1.42857143rem;
	}
	#accordion h2:hover {
		background: url("img/list-arrow-hv-ret.png") right no-repeat;
		background-size: 20px 20px;
		background-size: 1.42857143rem 1.42857143rem;
	}
	#accordion h2.ui-state-active {
		background: url("img/list-arrow-active-ret.png") right no-repeat;
		background-size: 20px 20px;
		background-size: 1.42857143rem 1.42857143rem;
	}
	.entry-header .icon-arrow {
		background: url("img/icon-arrow-ret.png") no-repeat;
		background-size: 40px 40px;
		background-size: 2.85714286rem 2.85714286rem;
	}
	.entry-header .icon-cross {
		background: url("img/icon-cross-ret.png") no-repeat;
		background-size: 40px 40px;
		background-size: 2.85714286rem 2.85714286rem;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
}
/*
#nav-header #menu-item-1735 a:before {
    content: "NEW";
    position: absolute;
    height: 17px;
    width: 38px;
    background-color: red;
    top: -14px;
    right: 50%;
    margin-right: -25px;
    font-size: 16px;
    padding: 4px;
    color: #fff;
}
#nav-header #menu-item-1588 > a:before {
    content: "NEU";
    position: absolute;
    height: 17px;
    width: 34px;
    background-color: red;
    top: -14px;
    right: 50%;
    margin-right: -25px;
    font-size: 16px;
    padding: 4px;
    color: #fff;
}
*/
@media only screen and (max-width: 1004px) {
    .intro.referenzen .container-referenzen {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 20px 0px;
        grid-template-areas:
            "text"
            "video";
    }
}

@media screen and (max-width: 850px) {
    .ansprechpartner .text-box img {
        max-width: 260px;
    }
    .ansprechpartner .text-box p {
        font-size: 14px!important;
    }

    .page-template-template-landingpage .intro,
    .page-template-template-1 .intro-5,
    .page-template-template-1 .intro-4,
    .page-template-template-1 .intro-3,
    .page-template-template-1 .intro-2,
    .page-template-template-1 .intro,
    .page-template-template-2 .intro-3,
    .page-template-template-2 .intro-2,
    .page-template-template-2 .intro,
    .page-template-template-ueber-uns .intro,
    .page-template-template-referenzen .intro {
        width: 94%!important;
    }
}
@media screen and (max-width: 815px) {
    #nav-header #menu-item-1735 a:before,
    #nav-header #menu-item-1588 a:before {
        width: 35px;
        top: 7px;
    }
    .main-navigation li a {
        position: relative!important;
    }
}
@media screen and (max-width: 668px) {
    .ansprechpartner .text-box {
        display: block;
    }
    .ansprechpartner .text-box p {
        margin-left: 0;
    }
    .ansprechpartner .text-box img {
        max-width: 100%;
    }
    .footer-info {
        padding: 0 2.14285714rem 40px;
    }
}
@media only screen and (max-width: 568px) {
    .intro.referenzen .container-veranstaltungsbeispiel {
        grid-template-columns: 1fr;
        grid-template-areas:
            "text-1"
            "inhalt-1"
            "text-2"
            "inhalt-2"
            "text-3"
            "inhalt-3"
            "text-4"
            "inhalt-4"
            "text-5"
            "inhalt-5";
    }
    .intro.referenzen .container-veranstaltungsbeispiel .inhalt-1,
    .intro.referenzen .container-veranstaltungsbeispiel .inhalt-2,
    .intro.referenzen .container-veranstaltungsbeispiel .inhalt-3,
    .intro.referenzen .container-veranstaltungsbeispiel .inhalt-4 {
        margin-bottom: 12px;
    }
    .page-template-template-landingpage .entry-header, 
    .page-template-template-ueber-uns .entry-header,
    .page-template-template-1 .entry-header,
    .page-template-template-2 .entry-header,
    .page-template-template-referenzen .entry-header {
        margin-top: 30px;
    }

    #nav-header #menu-item-1735 a:before,
    #nav-header #menu-item-1588 a:before {
        right: 32px;
    }

    .page-template-template-landingpage .intro,
    .page-template-template-2 .intro-3,
    .page-template-template-2 .intro-2,
    .page-template-template-2 .intro,
    .page-id-1730 .intro-3,
    .page-id-1730 .intro-2,
    .page-id-1730 .intro,
    .page-template-template-1 .intro-5,
    .page-template-template-1 .intro-4,
    .page-template-template-1 .intro-3,
    .page-template-template-1 .intro-2,
    .page-template-template-1 .intro,
    .page-template-template-ueber-uns .intro,
    .page-template-template-referenzen .intro {
        width: 100%!important;
    }

    .page-template-template-landingpage .site,
    .page-id-1730 .site,
    .page-template-template-1 .site,
    .page-template-template-2 .site,
    .page-template-template-ueber-uns .site,
    .page-template-template-referenzen .site,
    .site  {
        padding: 0;
    }

    .page-template-template-landingpage .entry-header,
    .page-id-1730 .entry-header, 
    .page-template-template-2 .entry-header, 
    .page-template-template-1 .entry-header, 
    .page-template-template-ueber-uns .entry-header, 
    .page-template-template-referenzen .entry-header {
        width: 100%!important;
    }
    .page-id-1730 ul.list li, 
    .page-template-template-1 ul.list li {
        width: 100%;
    }

    .page-template-template-landingpage .entry-title,
    .page-id-1730 .entry-header .entry-title,
    .page-template-template-2 .entry-header .entry-title,
    .page-template-template-1 .entry-header .entry-title,
    .page-template-template-ueber-uns .entry-header .entry-title,
    .page-template-template-referenzen .entry-header .entry-title {
        font-size: 26px!important;
        line-height: 28px;
        padding-left: 0!important;
    }
    .page-template-template-landingpage h2,
    .page-id-1730 .entry-content h2,
    .page-template-template-2 .entry-content h2,
    .page-template-template-1 .entry-content h2,
    .page-template-template-ueber-uns .entry-content h2,
    .page-template-template-referenzen .entry-content h2 {
        font-size: 22px!important;
        display: inline-block;
    }
    .page-template-template-landingpage p,
    .page-id-1730 .entry-content p, 
    .page-template-template-2 .entry-content p, 
    .page-template-template-1 .entry-content p, 
    .page-template-template-ueber-uns .entry-content p, 
    .page-template-template-referenzen .entry-content p {
        font-size: 15px!important;
    }
    .page-template-template-referenzen .grid figure,
    .grid figure {
        margin: 10px 0;
        min-width: auto;
        width: 100%;
    }
}
@media screen and (max-width: 342px) {
    .home.page-template-template-1 .entry-header .entry-title {
        font-size: 24px!important;
    }
}
    

.entry-header.fix-headline  h1.icon-arrow{
	text-align: left;
    padding-left: 0px;
    color: #e54a46;
    background: none;
    font-size: 34px!important;
    text-align: center;
}
ul.list.half-list li {
    width: 48%!important;
    display: inline-block!important;
    padding: 0 0 0 30px;
    text-indent: 0;
    margin: 0px 10px 10px 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    font-size: 15px!important;
}
#accordionn-page {
    margin-bottom: 40px;
    margin-top:40px;
}
#accordionn-page .accordioncontent, p, ul li i:before, ul li i:after {
    transition: all 0.25s ease-in-out;
}
/*
#accordionn-page .flipIn, h1, ul li {
    animation: flipdown 0.5s ease both;
}
*/
#accordionn-page .no-select, h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-template-template-2 #accordionn-page ul li i {
    margin-top: 20px;
    margin-right:20px;
}
#accordionn-page .accordioncontent {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    margin-bottom: 10px;
    z-index: 2;
}
#accordionn-page ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}
.accordioncontent p {
    margin: unset!Important;
}
html body.page-template-template-2 .accordioncontent h1,
html body.page-template-template-2 .accordioncontent h2,
html body.page-template-template-2 .accordioncontent h3,
html body.page-template-template-2 .accordioncontent h4 {
    background: unset;
    font-size: 100%!important;
    font-weight: bold;
    margin: unset;
}
html body.page-template-template-2 .accordioncontent strong{
    padding:unset!important;
    background:unset!Important;
}
#accordionn-page ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 0px;
     border-bottom: 1px solid rgb(189,185,182);
}
#accordionn-page ul li input[type=checkbox]:checked ~ div.accordioncontent {
    height: 0;
    margin: 0;
}
#accordionn-page ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}
#accordionn-page ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}
#accordionn-page ul li:nth-of-type(3) {
    animation-delay: 1.0s;
}
#accordionn-page ul li:last-of-type {
    padding-bottom: 0;
}
#accordionn-page ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 0px;
    right: 6px;
}
#accordionn-page ul li i:before, #accordionn-page ul li i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px;
}
#accordionn-page ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}
#accordionn-page ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}
#accordionn-page ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
#accordionn-page ul li input[type=checkbox]:checked ~ div.accordioncontent {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    padding-left: 20px;
    padding-right: 20px;
}
#accordionn-page ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}
#accordionn-page ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#accordionn-page ul li:nth-of-type(odd) strong {
    background: rgb(244,244,244);
    width: 100%;
    padding: 20px;
}
#accordionn-page strong {
   
    width: 100%;
    padding: 20px;
}
#accordionn-page ul li:before{
	display:none;
}
#accordionn-page ul li input[type=checkbox]:not(:checked) ~ strong {
    background: rgb(227,74,76);
    color: white!Important;
}
#accordionn-page  ul li input[type=checkbox] ~ div.accordioncontent{
    margin-top:unset;
    margin-bottom:unset;
}
#accordionn-page  ul li input[type=checkbox]:not(:checked) ~ div.accordioncontent{
    padding:20px;
    background:rgb(242,242,242);
    color:#664e42;
    margin-top:unset;
    margin-bottom:unset;
}
#accordionn-page ul li input[type=checkbox]:not(:checked) ~  i:before, #accordionn-page ul li input[type=checkbox]:not(:checked) ~  i:after{
    background-color:white;
}

.kundenstimmen small {
    display: block;
    margin-top: 12px;
    position: relative;
    padding-left: 6px;
}
.kundenstimmen small:before {
    padding-left: 40px;
    padding-bottom: 16px;
    height: auto;
    background: url(img/icon-arrow2.png) no-repeat;
    background-size: 30px 30px;
    line-height: 30px;
    vertical-align: bottom;
    content: "";
}
.kundenstimmen li {
    border-bottom: 1px solid rgb(189,185,182);
    width: 100%;
    padding: 20px;
    margin: 0;
    text-indent: 0;
}
.kundenstimmen li:before {
    display: none;
}
.kundenstimmen li:nth-of-type(odd) {
    background: rgb(244,244,244);
}
.home .intro.ansprechpartner {
    display: none;
}
@media only screen and (max-width: 480px) {
    .kundenstimmen small:before {
        padding-left: 28px;
        background: url(img/icon-arrow2.png) no-repeat;
        background-size: 20px 20px;
    }
}
